types/v2/go/claim.pb.go

3279 lines
105 KiB
Go
Raw Normal View History

2019-02-27 18:03:57 +01:00
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: claim.proto
package pb
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
2019-02-27 18:03:57 +01:00
2019-04-20 17:04:32 +02:00
type ClaimList_ListType int32
const (
2019-04-22 05:32:10 +02:00
ClaimList_COLLECTION ClaimList_ListType = 0
ClaimList_DERIVATION ClaimList_ListType = 2
2019-04-20 17:04:32 +02:00
)
var ClaimList_ListType_name = map[int32]string{
2019-04-22 05:32:10 +02:00
0: "COLLECTION",
2019-04-20 17:04:32 +02:00
2: "DERIVATION",
}
var ClaimList_ListType_value = map[string]int32{
2019-04-22 05:32:10 +02:00
"COLLECTION": 0,
"DERIVATION": 2,
2019-04-20 17:04:32 +02:00
}
func (x ClaimList_ListType) String() string {
return proto.EnumName(ClaimList_ListType_name, int32(x))
}
func (ClaimList_ListType) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_bae86789b513b1db, []int{4, 0}
}
2019-03-31 06:21:44 +02:00
type Fee_Currency int32
2019-02-27 18:03:57 +01:00
const (
2019-03-31 06:21:44 +02:00
Fee_UNKNOWN_CURRENCY Fee_Currency = 0
Fee_LBC Fee_Currency = 1
Fee_BTC Fee_Currency = 2
Fee_USD Fee_Currency = 3
2019-02-27 18:03:57 +01:00
)
2019-03-31 06:21:44 +02:00
var Fee_Currency_name = map[int32]string{
0: "UNKNOWN_CURRENCY",
1: "LBC",
2: "BTC",
3: "USD",
2019-02-27 18:03:57 +01:00
}
2019-03-31 06:21:44 +02:00
var Fee_Currency_value = map[string]int32{
"UNKNOWN_CURRENCY": 0,
"LBC": 1,
"BTC": 2,
"USD": 3,
2019-02-27 18:03:57 +01:00
}
2019-03-31 06:21:44 +02:00
func (x Fee_Currency) String() string {
return proto.EnumName(Fee_Currency_name, int32(x))
2019-02-27 18:03:57 +01:00
}
2019-03-31 06:21:44 +02:00
func (Fee_Currency) EnumDescriptor() ([]byte, []int) {
2019-04-20 17:04:32 +02:00
return fileDescriptor_bae86789b513b1db, []int{6, 0}
}
type Software_OS int32
const (
Software_UNKNOWN_OS Software_OS = 0
Software_ANY Software_OS = 1
Software_LINUX Software_OS = 2
Software_WINDOWS Software_OS = 3
Software_MAC Software_OS = 4
Software_ANDROID Software_OS = 5
Software_IOS Software_OS = 6
)
var Software_OS_name = map[int32]string{
0: "UNKNOWN_OS",
1: "ANY",
2: "LINUX",
3: "WINDOWS",
4: "MAC",
5: "ANDROID",
6: "IOS",
}
var Software_OS_value = map[string]int32{
"UNKNOWN_OS": 0,
"ANY": 1,
"LINUX": 2,
"WINDOWS": 3,
"MAC": 4,
"ANDROID": 5,
"IOS": 6,
}
func (x Software_OS) String() string {
return proto.EnumName(Software_OS_name, int32(x))
}
func (Software_OS) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_bae86789b513b1db, []int{10, 0}
2019-02-27 18:03:57 +01:00
}
2019-03-31 06:21:44 +02:00
// ISO 639-1
type Language_Language int32
2019-02-27 18:03:57 +01:00
const (
2019-03-31 06:21:44 +02:00
Language_UNKNOWN_LANGUAGE Language_Language = 0
Language_en Language_Language = 1
Language_aa Language_Language = 2
Language_ab Language_Language = 3
Language_ae Language_Language = 4
Language_af Language_Language = 5
Language_ak Language_Language = 6
Language_am Language_Language = 7
Language_an Language_Language = 8
Language_ar Language_Language = 9
Language_as Language_Language = 10
Language_av Language_Language = 11
Language_ay Language_Language = 12
Language_az Language_Language = 13
Language_ba Language_Language = 14
Language_be Language_Language = 15
Language_bg Language_Language = 16
Language_bh Language_Language = 17
Language_bi Language_Language = 18
Language_bm Language_Language = 19
Language_bn Language_Language = 20
Language_bo Language_Language = 21
Language_br Language_Language = 22
Language_bs Language_Language = 23
Language_ca Language_Language = 24
Language_ce Language_Language = 25
Language_ch Language_Language = 26
Language_co Language_Language = 27
Language_cr Language_Language = 28
Language_cs Language_Language = 29
Language_cu Language_Language = 30
Language_cv Language_Language = 31
Language_cy Language_Language = 32
Language_da Language_Language = 33
Language_de Language_Language = 34
Language_dv Language_Language = 35
Language_dz Language_Language = 36
Language_ee Language_Language = 37
Language_el Language_Language = 38
Language_eo Language_Language = 39
Language_es Language_Language = 40
Language_et Language_Language = 41
Language_eu Language_Language = 42
Language_fa Language_Language = 43
Language_ff Language_Language = 44
Language_fi Language_Language = 45
Language_fj Language_Language = 46
Language_fo Language_Language = 47
Language_fr Language_Language = 48
Language_fy Language_Language = 49
Language_ga Language_Language = 50
Language_gd Language_Language = 51
Language_gl Language_Language = 52
Language_gn Language_Language = 53
Language_gu Language_Language = 54
Language_gv Language_Language = 55
Language_ha Language_Language = 56
Language_he Language_Language = 57
Language_hi Language_Language = 58
Language_ho Language_Language = 59
Language_hr Language_Language = 60
Language_ht Language_Language = 61
Language_hu Language_Language = 62
Language_hy Language_Language = 63
Language_hz Language_Language = 64
Language_ia Language_Language = 65
Language_id Language_Language = 66
Language_ie Language_Language = 67
Language_ig Language_Language = 68
Language_ii Language_Language = 69
Language_ik Language_Language = 70
Language_io Language_Language = 71
Language_is Language_Language = 72
Language_it Language_Language = 73
Language_iu Language_Language = 74
Language_ja Language_Language = 75
Language_jv Language_Language = 76
Language_ka Language_Language = 77
Language_kg Language_Language = 78
Language_ki Language_Language = 79
Language_kj Language_Language = 80
Language_kk Language_Language = 81
Language_kl Language_Language = 82
Language_km Language_Language = 83
Language_kn Language_Language = 84
Language_ko Language_Language = 85
Language_kr Language_Language = 86
Language_ks Language_Language = 87
Language_ku Language_Language = 88
Language_kv Language_Language = 89
Language_kw Language_Language = 90
Language_ky Language_Language = 91
Language_la Language_Language = 92
Language_lb Language_Language = 93
Language_lg Language_Language = 94
Language_li Language_Language = 95
Language_ln Language_Language = 96
Language_lo Language_Language = 97
Language_lt Language_Language = 98
Language_lu Language_Language = 99
Language_lv Language_Language = 100
Language_mg Language_Language = 101
Language_mh Language_Language = 102
Language_mi Language_Language = 103
Language_mk Language_Language = 104
Language_ml Language_Language = 105
Language_mn Language_Language = 106
Language_mr Language_Language = 107
Language_ms Language_Language = 108
Language_mt Language_Language = 109
Language_my Language_Language = 110
Language_na Language_Language = 111
Language_nb Language_Language = 112
Language_nd Language_Language = 113
Language_ne Language_Language = 114
Language_ng Language_Language = 115
Language_nl Language_Language = 116
Language_nn Language_Language = 117
Language_no Language_Language = 118
Language_nr Language_Language = 119
Language_nv Language_Language = 120
Language_ny Language_Language = 121
Language_oc Language_Language = 122
Language_oj Language_Language = 123
Language_om Language_Language = 124
Language_or Language_Language = 125
Language_os Language_Language = 126
Language_pa Language_Language = 127
Language_pi Language_Language = 128
Language_pl Language_Language = 129
Language_ps Language_Language = 130
Language_pt Language_Language = 131
Language_qu Language_Language = 132
Language_rm Language_Language = 133
Language_rn Language_Language = 134
Language_ro Language_Language = 135
Language_ru Language_Language = 136
Language_rw Language_Language = 137
Language_sa Language_Language = 138
Language_sc Language_Language = 139
Language_sd Language_Language = 140
Language_se Language_Language = 141
Language_sg Language_Language = 142
Language_si Language_Language = 143
Language_sk Language_Language = 144
Language_sl Language_Language = 145
Language_sm Language_Language = 146
Language_sn Language_Language = 147
Language_so Language_Language = 148
Language_sq Language_Language = 149
Language_sr Language_Language = 150
Language_ss Language_Language = 151
Language_st Language_Language = 152
Language_su Language_Language = 153
Language_sv Language_Language = 154
Language_sw Language_Language = 155
Language_ta Language_Language = 156
Language_te Language_Language = 157
Language_tg Language_Language = 158
Language_th Language_Language = 159
Language_ti Language_Language = 160
Language_tk Language_Language = 161
Language_tl Language_Language = 162
Language_tn Language_Language = 163
Language_to Language_Language = 164
Language_tr Language_Language = 165
Language_ts Language_Language = 166
Language_tt Language_Language = 167
Language_tw Language_Language = 168
Language_ty Language_Language = 169
Language_ug Language_Language = 170
Language_uk Language_Language = 171
Language_ur Language_Language = 172
Language_uz Language_Language = 173
Language_ve Language_Language = 174
Language_vi Language_Language = 175
Language_vo Language_Language = 176
Language_wa Language_Language = 177
Language_wo Language_Language = 178
Language_xh Language_Language = 179
Language_yi Language_Language = 180
Language_yo Language_Language = 181
Language_za Language_Language = 182
Language_zh Language_Language = 183
Language_zu Language_Language = 184
2019-02-27 18:03:57 +01:00
)
2019-03-31 06:21:44 +02:00
var Language_Language_name = map[int32]string{
0: "UNKNOWN_LANGUAGE",
1: "en",
2: "aa",
3: "ab",
4: "ae",
5: "af",
6: "ak",
7: "am",
8: "an",
9: "ar",
10: "as",
11: "av",
12: "ay",
13: "az",
14: "ba",
15: "be",
16: "bg",
17: "bh",
18: "bi",
19: "bm",
20: "bn",
21: "bo",
22: "br",
23: "bs",
24: "ca",
25: "ce",
26: "ch",
27: "co",
28: "cr",
29: "cs",
30: "cu",
31: "cv",
32: "cy",
33: "da",
34: "de",
35: "dv",
36: "dz",
37: "ee",
38: "el",
39: "eo",
40: "es",
41: "et",
42: "eu",
43: "fa",
44: "ff",
45: "fi",
46: "fj",
47: "fo",
48: "fr",
49: "fy",
50: "ga",
51: "gd",
52: "gl",
53: "gn",
54: "gu",
55: "gv",
56: "ha",
57: "he",
58: "hi",
59: "ho",
60: "hr",
61: "ht",
62: "hu",
63: "hy",
64: "hz",
65: "ia",
66: "id",
67: "ie",
68: "ig",
69: "ii",
70: "ik",
71: "io",
72: "is",
73: "it",
74: "iu",
75: "ja",
76: "jv",
77: "ka",
78: "kg",
79: "ki",
80: "kj",
81: "kk",
82: "kl",
83: "km",
84: "kn",
85: "ko",
86: "kr",
87: "ks",
88: "ku",
89: "kv",
90: "kw",
91: "ky",
92: "la",
93: "lb",
94: "lg",
95: "li",
96: "ln",
97: "lo",
98: "lt",
99: "lu",
100: "lv",
101: "mg",
102: "mh",
103: "mi",
104: "mk",
105: "ml",
106: "mn",
107: "mr",
108: "ms",
109: "mt",
110: "my",
111: "na",
112: "nb",
113: "nd",
114: "ne",
115: "ng",
116: "nl",
117: "nn",
118: "no",
119: "nr",
120: "nv",
121: "ny",
122: "oc",
123: "oj",
124: "om",
125: "or",
126: "os",
127: "pa",
128: "pi",
129: "pl",
130: "ps",
131: "pt",
132: "qu",
133: "rm",
134: "rn",
135: "ro",
136: "ru",
137: "rw",
138: "sa",
139: "sc",
140: "sd",
141: "se",
142: "sg",
143: "si",
144: "sk",
145: "sl",
146: "sm",
147: "sn",
148: "so",
149: "sq",
150: "sr",
151: "ss",
152: "st",
153: "su",
154: "sv",
155: "sw",
156: "ta",
157: "te",
158: "tg",
159: "th",
160: "ti",
161: "tk",
162: "tl",
163: "tn",
164: "to",
165: "tr",
166: "ts",
167: "tt",
168: "tw",
169: "ty",
170: "ug",
171: "uk",
172: "ur",
173: "uz",
174: "ve",
175: "vi",
176: "vo",
177: "wa",
178: "wo",
179: "xh",
180: "yi",
181: "yo",
182: "za",
183: "zh",
184: "zu",
}
var Language_Language_value = map[string]int32{
"UNKNOWN_LANGUAGE": 0,
"en": 1,
"aa": 2,
"ab": 3,
"ae": 4,
"af": 5,
"ak": 6,
"am": 7,
"an": 8,
"ar": 9,
"as": 10,
"av": 11,
"ay": 12,
"az": 13,
"ba": 14,
"be": 15,
"bg": 16,
"bh": 17,
"bi": 18,
"bm": 19,
"bn": 20,
"bo": 21,
"br": 22,
"bs": 23,
"ca": 24,
"ce": 25,
"ch": 26,
"co": 27,
"cr": 28,
"cs": 29,
"cu": 30,
"cv": 31,
"cy": 32,
"da": 33,
"de": 34,
"dv": 35,
"dz": 36,
"ee": 37,
"el": 38,
"eo": 39,
"es": 40,
"et": 41,
"eu": 42,
"fa": 43,
"ff": 44,
"fi": 45,
"fj": 46,
"fo": 47,
"fr": 48,
"fy": 49,
"ga": 50,
"gd": 51,
"gl": 52,
"gn": 53,
"gu": 54,
"gv": 55,
"ha": 56,
"he": 57,
"hi": 58,
"ho": 59,
"hr": 60,
"ht": 61,
"hu": 62,
"hy": 63,
"hz": 64,
"ia": 65,
"id": 66,
"ie": 67,
"ig": 68,
"ii": 69,
"ik": 70,
"io": 71,
"is": 72,
"it": 73,
"iu": 74,
"ja": 75,
"jv": 76,
"ka": 77,
"kg": 78,
"ki": 79,
"kj": 80,
"kk": 81,
"kl": 82,
"km": 83,
"kn": 84,
"ko": 85,
"kr": 86,
"ks": 87,
"ku": 88,
"kv": 89,
"kw": 90,
"ky": 91,
"la": 92,
"lb": 93,
"lg": 94,
"li": 95,
"ln": 96,
"lo": 97,
"lt": 98,
"lu": 99,
"lv": 100,
"mg": 101,
"mh": 102,
"mi": 103,
"mk": 104,
"ml": 105,
"mn": 106,
"mr": 107,
"ms": 108,
"mt": 109,
"my": 110,
"na": 111,
"nb": 112,
"nd": 113,
"ne": 114,
"ng": 115,
"nl": 116,
"nn": 117,
"no": 118,
"nr": 119,
"nv": 120,
"ny": 121,
"oc": 122,
"oj": 123,
"om": 124,
"or": 125,
"os": 126,
"pa": 127,
"pi": 128,
"pl": 129,
"ps": 130,
"pt": 131,
"qu": 132,
"rm": 133,
"rn": 134,
"ro": 135,
"ru": 136,
"rw": 137,
"sa": 138,
"sc": 139,
"sd": 140,
"se": 141,
"sg": 142,
"si": 143,
"sk": 144,
"sl": 145,
"sm": 146,
"sn": 147,
"so": 148,
"sq": 149,
"sr": 150,
"ss": 151,
"st": 152,
"su": 153,
"sv": 154,
"sw": 155,
"ta": 156,
"te": 157,
"tg": 158,
"th": 159,
"ti": 160,
"tk": 161,
"tl": 162,
"tn": 163,
"to": 164,
"tr": 165,
"ts": 166,
"tt": 167,
"tw": 168,
"ty": 169,
"ug": 170,
"uk": 171,
"ur": 172,
"uz": 173,
"ve": 174,
"vi": 175,
"vo": 176,
"wa": 177,
"wo": 178,
"xh": 179,
"yi": 180,
"yo": 181,
"za": 182,
"zh": 183,
"zu": 184,
}
func (x Language_Language) String() string {
return proto.EnumName(Language_Language_name, int32(x))
}
func (Language_Language) EnumDescriptor() ([]byte, []int) {
2019-04-20 17:04:32 +02:00
return fileDescriptor_bae86789b513b1db, []int{11, 0}
2019-03-31 06:21:44 +02:00
}
// ISO 15924
type Language_Script int32
2019-02-27 18:03:57 +01:00
2019-03-31 06:21:44 +02:00
const (
Language_UNKNOWN_SCRIPT Language_Script = 0
Language_Adlm Language_Script = 1
Language_Afak Language_Script = 2
Language_Aghb Language_Script = 3
Language_Ahom Language_Script = 4
Language_Arab Language_Script = 5
Language_Aran Language_Script = 6
Language_Armi Language_Script = 7
Language_Armn Language_Script = 8
Language_Avst Language_Script = 9
Language_Bali Language_Script = 10
Language_Bamu Language_Script = 11
Language_Bass Language_Script = 12
Language_Batk Language_Script = 13
Language_Beng Language_Script = 14
Language_Bhks Language_Script = 15
Language_Blis Language_Script = 16
Language_Bopo Language_Script = 17
Language_Brah Language_Script = 18
Language_Brai Language_Script = 19
Language_Bugi Language_Script = 20
Language_Buhd Language_Script = 21
Language_Cakm Language_Script = 22
Language_Cans Language_Script = 23
Language_Cari Language_Script = 24
Language_Cham Language_Script = 25
Language_Cher Language_Script = 26
Language_Cirt Language_Script = 27
Language_Copt Language_Script = 28
Language_Cpmn Language_Script = 29
Language_Cprt Language_Script = 30
Language_Cyrl Language_Script = 31
Language_Cyrs Language_Script = 32
Language_Deva Language_Script = 33
Language_Dogr Language_Script = 34
Language_Dsrt Language_Script = 35
Language_Dupl Language_Script = 36
Language_Egyd Language_Script = 37
Language_Egyh Language_Script = 38
Language_Egyp Language_Script = 39
Language_Elba Language_Script = 40
Language_Elym Language_Script = 41
Language_Ethi Language_Script = 42
Language_Geok Language_Script = 43
Language_Geor Language_Script = 44
Language_Glag Language_Script = 45
Language_Gong Language_Script = 46
Language_Gonm Language_Script = 47
Language_Goth Language_Script = 48
Language_Gran Language_Script = 49
Language_Grek Language_Script = 50
Language_Gujr Language_Script = 51
Language_Guru Language_Script = 52
Language_Hanb Language_Script = 53
Language_Hang Language_Script = 54
Language_Hani Language_Script = 55
Language_Hano Language_Script = 56
Language_Hans Language_Script = 57
Language_Hant Language_Script = 58
Language_Hatr Language_Script = 59
Language_Hebr Language_Script = 60
Language_Hira Language_Script = 61
Language_Hluw Language_Script = 62
Language_Hmng Language_Script = 63
Language_Hmnp Language_Script = 64
Language_Hrkt Language_Script = 65
Language_Hung Language_Script = 66
Language_Inds Language_Script = 67
Language_Ital Language_Script = 68
Language_Jamo Language_Script = 69
Language_Java Language_Script = 70
Language_Jpan Language_Script = 71
Language_Jurc Language_Script = 72
Language_Kali Language_Script = 73
Language_Kana Language_Script = 74
Language_Khar Language_Script = 75
Language_Khmr Language_Script = 76
Language_Khoj Language_Script = 77
Language_Kitl Language_Script = 78
Language_Kits Language_Script = 79
Language_Knda Language_Script = 80
Language_Kore Language_Script = 81
Language_Kpel Language_Script = 82
Language_Kthi Language_Script = 83
Language_Lana Language_Script = 84
Language_Laoo Language_Script = 85
Language_Latf Language_Script = 86
Language_Latg Language_Script = 87
Language_Latn Language_Script = 88
Language_Leke Language_Script = 89
Language_Lepc Language_Script = 90
Language_Limb Language_Script = 91
Language_Lina Language_Script = 92
Language_Linb Language_Script = 93
Language_Lisu Language_Script = 94
Language_Loma Language_Script = 95
Language_Lyci Language_Script = 96
Language_Lydi Language_Script = 97
Language_Mahj Language_Script = 98
Language_Maka Language_Script = 99
Language_Mand Language_Script = 100
Language_Mani Language_Script = 101
Language_Marc Language_Script = 102
Language_Maya Language_Script = 103
Language_Medf Language_Script = 104
Language_Mend Language_Script = 105
Language_Merc Language_Script = 106
Language_Mero Language_Script = 107
Language_Mlym Language_Script = 108
Language_Modi Language_Script = 109
Language_Mong Language_Script = 110
Language_Moon Language_Script = 111
Language_Mroo Language_Script = 112
Language_Mtei Language_Script = 113
Language_Mult Language_Script = 114
Language_Mymr Language_Script = 115
Language_Nand Language_Script = 116
Language_Narb Language_Script = 117
Language_Nbat Language_Script = 118
Language_Newa Language_Script = 119
Language_Nkdb Language_Script = 120
Language_Nkgb Language_Script = 121
Language_Nkoo Language_Script = 122
Language_Nshu Language_Script = 123
Language_Ogam Language_Script = 124
Language_Olck Language_Script = 125
Language_Orkh Language_Script = 126
Language_Orya Language_Script = 127
Language_Osge Language_Script = 128
Language_Osma Language_Script = 129
Language_Palm Language_Script = 130
Language_Pauc Language_Script = 131
Language_Perm Language_Script = 132
Language_Phag Language_Script = 133
Language_Phli Language_Script = 134
Language_Phlp Language_Script = 135
Language_Phlv Language_Script = 136
Language_Phnx Language_Script = 137
Language_Plrd Language_Script = 138
Language_Piqd Language_Script = 139
Language_Prti Language_Script = 140
Language_Qaaa Language_Script = 141
Language_Qabx Language_Script = 142
Language_Rjng Language_Script = 143
Language_Rohg Language_Script = 144
Language_Roro Language_Script = 145
Language_Runr Language_Script = 146
Language_Samr Language_Script = 147
Language_Sara Language_Script = 148
Language_Sarb Language_Script = 149
Language_Saur Language_Script = 150
Language_Sgnw Language_Script = 151
Language_Shaw Language_Script = 152
Language_Shrd Language_Script = 153
Language_Shui Language_Script = 154
Language_Sidd Language_Script = 155
Language_Sind Language_Script = 156
Language_Sinh Language_Script = 157
Language_Sogd Language_Script = 158
Language_Sogo Language_Script = 159
Language_Sora Language_Script = 160
Language_Soyo Language_Script = 161
Language_Sund Language_Script = 162
Language_Sylo Language_Script = 163
Language_Syrc Language_Script = 164
Language_Syre Language_Script = 165
Language_Syrj Language_Script = 166
Language_Syrn Language_Script = 167
Language_Tagb Language_Script = 168
Language_Takr Language_Script = 169
Language_Tale Language_Script = 170
Language_Talu Language_Script = 171
Language_Taml Language_Script = 172
Language_Tang Language_Script = 173
Language_Tavt Language_Script = 174
Language_Telu Language_Script = 175
Language_Teng Language_Script = 176
Language_Tfng Language_Script = 177
Language_Tglg Language_Script = 178
Language_Thaa Language_Script = 179
Language_Thai Language_Script = 180
Language_Tibt Language_Script = 181
Language_Tirh Language_Script = 182
Language_Ugar Language_Script = 183
Language_Vaii Language_Script = 184
Language_Visp Language_Script = 185
Language_Wara Language_Script = 186
Language_Wcho Language_Script = 187
Language_Wole Language_Script = 188
Language_Xpeo Language_Script = 189
Language_Xsux Language_Script = 190
Language_Yiii Language_Script = 191
Language_Zanb Language_Script = 192
Language_Zinh Language_Script = 193
Language_Zmth Language_Script = 194
Language_Zsye Language_Script = 195
Language_Zsym Language_Script = 196
Language_Zxxx Language_Script = 197
Language_Zyyy Language_Script = 198
Language_Zzzz Language_Script = 199
)
2019-02-27 18:03:57 +01:00
2019-03-31 06:21:44 +02:00
var Language_Script_name = map[int32]string{
0: "UNKNOWN_SCRIPT",
1: "Adlm",
2: "Afak",
3: "Aghb",
4: "Ahom",
5: "Arab",
6: "Aran",
7: "Armi",
8: "Armn",
9: "Avst",
10: "Bali",
11: "Bamu",
12: "Bass",
13: "Batk",
14: "Beng",
15: "Bhks",
16: "Blis",
17: "Bopo",
18: "Brah",
19: "Brai",
20: "Bugi",
21: "Buhd",
22: "Cakm",
23: "Cans",
24: "Cari",
25: "Cham",
26: "Cher",
27: "Cirt",
28: "Copt",
29: "Cpmn",
30: "Cprt",
31: "Cyrl",
32: "Cyrs",
33: "Deva",
34: "Dogr",
35: "Dsrt",
36: "Dupl",
37: "Egyd",
38: "Egyh",
39: "Egyp",
40: "Elba",
41: "Elym",
42: "Ethi",
43: "Geok",
44: "Geor",
45: "Glag",
46: "Gong",
47: "Gonm",
48: "Goth",
49: "Gran",
50: "Grek",
51: "Gujr",
52: "Guru",
53: "Hanb",
54: "Hang",
55: "Hani",
56: "Hano",
57: "Hans",
58: "Hant",
59: "Hatr",
60: "Hebr",
61: "Hira",
62: "Hluw",
63: "Hmng",
64: "Hmnp",
65: "Hrkt",
66: "Hung",
67: "Inds",
68: "Ital",
69: "Jamo",
70: "Java",
71: "Jpan",
72: "Jurc",
73: "Kali",
74: "Kana",
75: "Khar",
76: "Khmr",
77: "Khoj",
78: "Kitl",
79: "Kits",
80: "Knda",
81: "Kore",
82: "Kpel",
83: "Kthi",
84: "Lana",
85: "Laoo",
86: "Latf",
87: "Latg",
88: "Latn",
89: "Leke",
90: "Lepc",
91: "Limb",
92: "Lina",
93: "Linb",
94: "Lisu",
95: "Loma",
96: "Lyci",
97: "Lydi",
98: "Mahj",
99: "Maka",
100: "Mand",
101: "Mani",
102: "Marc",
103: "Maya",
104: "Medf",
105: "Mend",
106: "Merc",
107: "Mero",
108: "Mlym",
109: "Modi",
110: "Mong",
111: "Moon",
112: "Mroo",
113: "Mtei",
114: "Mult",
115: "Mymr",
116: "Nand",
117: "Narb",
118: "Nbat",
119: "Newa",
120: "Nkdb",
121: "Nkgb",
122: "Nkoo",
123: "Nshu",
124: "Ogam",
125: "Olck",
126: "Orkh",
127: "Orya",
128: "Osge",
129: "Osma",
130: "Palm",
131: "Pauc",
132: "Perm",
133: "Phag",
134: "Phli",
135: "Phlp",
136: "Phlv",
137: "Phnx",
138: "Plrd",
139: "Piqd",
140: "Prti",
141: "Qaaa",
142: "Qabx",
143: "Rjng",
144: "Rohg",
145: "Roro",
146: "Runr",
147: "Samr",
148: "Sara",
149: "Sarb",
150: "Saur",
151: "Sgnw",
152: "Shaw",
153: "Shrd",
154: "Shui",
155: "Sidd",
156: "Sind",
157: "Sinh",
158: "Sogd",
159: "Sogo",
160: "Sora",
161: "Soyo",
162: "Sund",
163: "Sylo",
164: "Syrc",
165: "Syre",
166: "Syrj",
167: "Syrn",
168: "Tagb",
169: "Takr",
170: "Tale",
171: "Talu",
172: "Taml",
173: "Tang",
174: "Tavt",
175: "Telu",
176: "Teng",
177: "Tfng",
178: "Tglg",
179: "Thaa",
180: "Thai",
181: "Tibt",
182: "Tirh",
183: "Ugar",
184: "Vaii",
185: "Visp",
186: "Wara",
187: "Wcho",
188: "Wole",
189: "Xpeo",
190: "Xsux",
191: "Yiii",
192: "Zanb",
193: "Zinh",
194: "Zmth",
195: "Zsye",
196: "Zsym",
197: "Zxxx",
198: "Zyyy",
199: "Zzzz",
}
var Language_Script_value = map[string]int32{
"UNKNOWN_SCRIPT": 0,
"Adlm": 1,
"Afak": 2,
"Aghb": 3,
"Ahom": 4,
"Arab": 5,
"Aran": 6,
"Armi": 7,
"Armn": 8,
"Avst": 9,
"Bali": 10,
"Bamu": 11,
"Bass": 12,
"Batk": 13,
"Beng": 14,
"Bhks": 15,
"Blis": 16,
"Bopo": 17,
"Brah": 18,
"Brai": 19,
"Bugi": 20,
"Buhd": 21,
"Cakm": 22,
"Cans": 23,
"Cari": 24,
"Cham": 25,
"Cher": 26,
"Cirt": 27,
"Copt": 28,
"Cpmn": 29,
"Cprt": 30,
"Cyrl": 31,
"Cyrs": 32,
"Deva": 33,
"Dogr": 34,
"Dsrt": 35,
"Dupl": 36,
"Egyd": 37,
"Egyh": 38,
"Egyp": 39,
"Elba": 40,
"Elym": 41,
"Ethi": 42,
"Geok": 43,
"Geor": 44,
"Glag": 45,
"Gong": 46,
"Gonm": 47,
"Goth": 48,
"Gran": 49,
"Grek": 50,
"Gujr": 51,
"Guru": 52,
"Hanb": 53,
"Hang": 54,
"Hani": 55,
"Hano": 56,
"Hans": 57,
"Hant": 58,
"Hatr": 59,
"Hebr": 60,
"Hira": 61,
"Hluw": 62,
"Hmng": 63,
"Hmnp": 64,
"Hrkt": 65,
"Hung": 66,
"Inds": 67,
"Ital": 68,
"Jamo": 69,
"Java": 70,
"Jpan": 71,
"Jurc": 72,
"Kali": 73,
"Kana": 74,
"Khar": 75,
"Khmr": 76,
"Khoj": 77,
"Kitl": 78,
"Kits": 79,
"Knda": 80,
"Kore": 81,
"Kpel": 82,
"Kthi": 83,
"Lana": 84,
"Laoo": 85,
"Latf": 86,
"Latg": 87,
"Latn": 88,
"Leke": 89,
"Lepc": 90,
"Limb": 91,
"Lina": 92,
"Linb": 93,
"Lisu": 94,
"Loma": 95,
"Lyci": 96,
"Lydi": 97,
"Mahj": 98,
"Maka": 99,
"Mand": 100,
"Mani": 101,
"Marc": 102,
"Maya": 103,
"Medf": 104,
"Mend": 105,
"Merc": 106,
"Mero": 107,
"Mlym": 108,
"Modi": 109,
"Mong": 110,
"Moon": 111,
"Mroo": 112,
"Mtei": 113,
"Mult": 114,
"Mymr": 115,
"Nand": 116,
"Narb": 117,
"Nbat": 118,
"Newa": 119,
"Nkdb": 120,
"Nkgb": 121,
"Nkoo": 122,
"Nshu": 123,
"Ogam": 124,
"Olck": 125,
"Orkh": 126,
"Orya": 127,
"Osge": 128,
"Osma": 129,
"Palm": 130,
"Pauc": 131,
"Perm": 132,
"Phag": 133,
"Phli": 134,
"Phlp": 135,
"Phlv": 136,
"Phnx": 137,
"Plrd": 138,
"Piqd": 139,
"Prti": 140,
"Qaaa": 141,
"Qabx": 142,
"Rjng": 143,
"Rohg": 144,
"Roro": 145,
"Runr": 146,
"Samr": 147,
"Sara": 148,
"Sarb": 149,
"Saur": 150,
"Sgnw": 151,
"Shaw": 152,
"Shrd": 153,
"Shui": 154,
"Sidd": 155,
"Sind": 156,
"Sinh": 157,
"Sogd": 158,
"Sogo": 159,
"Sora": 160,
"Soyo": 161,
"Sund": 162,
"Sylo": 163,
"Syrc": 164,
"Syre": 165,
"Syrj": 166,
"Syrn": 167,
"Tagb": 168,
"Takr": 169,
"Tale": 170,
"Talu": 171,
"Taml": 172,
"Tang": 173,
"Tavt": 174,
"Telu": 175,
"Teng": 176,
"Tfng": 177,
"Tglg": 178,
"Thaa": 179,
"Thai": 180,
"Tibt": 181,
"Tirh": 182,
"Ugar": 183,
"Vaii": 184,
"Visp": 185,
"Wara": 186,
"Wcho": 187,
"Wole": 188,
"Xpeo": 189,
"Xsux": 190,
"Yiii": 191,
"Zanb": 192,
"Zinh": 193,
"Zmth": 194,
"Zsye": 195,
"Zsym": 196,
"Zxxx": 197,
"Zyyy": 198,
"Zzzz": 199,
}
func (x Language_Script) String() string {
return proto.EnumName(Language_Script_name, int32(x))
}
func (Language_Script) EnumDescriptor() ([]byte, []int) {
2019-04-20 17:04:32 +02:00
return fileDescriptor_bae86789b513b1db, []int{11, 1}
2019-03-31 06:21:44 +02:00
}
type Location_Country int32
2019-02-27 18:03:57 +01:00
2019-03-31 06:21:44 +02:00
const (
Location_UNKNOWN_COUNTRY Location_Country = 0
Location_AF Location_Country = 1
Location_AX Location_Country = 2
Location_AL Location_Country = 3
Location_DZ Location_Country = 4
Location_AS Location_Country = 5
Location_AD Location_Country = 6
Location_AO Location_Country = 7
Location_AI Location_Country = 8
Location_AQ Location_Country = 9
Location_AG Location_Country = 10
Location_AR Location_Country = 11
Location_AM Location_Country = 12
Location_AW Location_Country = 13
Location_AU Location_Country = 14
Location_AT Location_Country = 15
Location_AZ Location_Country = 16
Location_BS Location_Country = 17
Location_BH Location_Country = 18
Location_BD Location_Country = 19
Location_BB Location_Country = 20
Location_BY Location_Country = 21
Location_BE Location_Country = 22
Location_BZ Location_Country = 23
Location_BJ Location_Country = 24
Location_BM Location_Country = 25
Location_BT Location_Country = 26
Location_BO Location_Country = 27
Location_BQ Location_Country = 28
Location_BA Location_Country = 29
Location_BW Location_Country = 30
Location_BV Location_Country = 31
Location_BR Location_Country = 32
Location_IO Location_Country = 33
Location_BN Location_Country = 34
Location_BG Location_Country = 35
Location_BF Location_Country = 36
Location_BI Location_Country = 37
Location_KH Location_Country = 38
Location_CM Location_Country = 39
Location_CA Location_Country = 40
Location_CV Location_Country = 41
Location_KY Location_Country = 42
Location_CF Location_Country = 43
Location_TD Location_Country = 44
Location_CL Location_Country = 45
Location_CN Location_Country = 46
Location_CX Location_Country = 47
Location_CC Location_Country = 48
Location_CO Location_Country = 49
Location_KM Location_Country = 50
Location_CG Location_Country = 51
Location_CD Location_Country = 52
Location_CK Location_Country = 53
Location_CR Location_Country = 54
Location_CI Location_Country = 55
Location_HR Location_Country = 56
Location_CU Location_Country = 57
Location_CW Location_Country = 58
Location_CY Location_Country = 59
Location_CZ Location_Country = 60
Location_DK Location_Country = 61
Location_DJ Location_Country = 62
Location_DM Location_Country = 63
Location_DO Location_Country = 64
Location_EC Location_Country = 65
Location_EG Location_Country = 66
Location_SV Location_Country = 67
Location_GQ Location_Country = 68
Location_ER Location_Country = 69
Location_EE Location_Country = 70
Location_ET Location_Country = 71
Location_FK Location_Country = 72
Location_FO Location_Country = 73
Location_FJ Location_Country = 74
Location_FI Location_Country = 75
Location_FR Location_Country = 76
Location_GF Location_Country = 77
Location_PF Location_Country = 78
Location_TF Location_Country = 79
Location_GA Location_Country = 80
Location_GM Location_Country = 81
Location_GE Location_Country = 82
Location_DE Location_Country = 83
Location_GH Location_Country = 84
Location_GI Location_Country = 85
Location_GR Location_Country = 86
Location_GL Location_Country = 87
Location_GD Location_Country = 88
Location_GP Location_Country = 89
Location_GU Location_Country = 90
Location_GT Location_Country = 91
Location_GG Location_Country = 92
Location_GN Location_Country = 93
Location_GW Location_Country = 94
Location_GY Location_Country = 95
Location_HT Location_Country = 96
Location_HM Location_Country = 97
Location_VA Location_Country = 98
Location_HN Location_Country = 99
Location_HK Location_Country = 100
Location_HU Location_Country = 101
Location_IS Location_Country = 102
Location_IN Location_Country = 103
Location_ID Location_Country = 104
Location_IR Location_Country = 105
Location_IQ Location_Country = 106
Location_IE Location_Country = 107
Location_IM Location_Country = 108
Location_IL Location_Country = 109
Location_IT Location_Country = 110
Location_JM Location_Country = 111
Location_JP Location_Country = 112
Location_JE Location_Country = 113
Location_JO Location_Country = 114
Location_KZ Location_Country = 115
Location_KE Location_Country = 116
Location_KI Location_Country = 117
Location_KP Location_Country = 118
Location_KR Location_Country = 119
Location_KW Location_Country = 120
Location_KG Location_Country = 121
Location_LA Location_Country = 122
Location_LV Location_Country = 123
Location_LB Location_Country = 124
Location_LS Location_Country = 125
Location_LR Location_Country = 126
Location_LY Location_Country = 127
Location_LI Location_Country = 128
Location_LT Location_Country = 129
Location_LU Location_Country = 130
Location_MO Location_Country = 131
Location_MK Location_Country = 132
Location_MG Location_Country = 133
Location_MW Location_Country = 134
Location_MY Location_Country = 135
Location_MV Location_Country = 136
Location_ML Location_Country = 137
Location_MT Location_Country = 138
Location_MH Location_Country = 139
Location_MQ Location_Country = 140
Location_MR Location_Country = 141
Location_MU Location_Country = 142
Location_YT Location_Country = 143
Location_MX Location_Country = 144
Location_FM Location_Country = 145
Location_MD Location_Country = 146
Location_MC Location_Country = 147
Location_MN Location_Country = 148
Location_ME Location_Country = 149
Location_MS Location_Country = 150
Location_MA Location_Country = 151
Location_MZ Location_Country = 152
Location_MM Location_Country = 153
Location_NA Location_Country = 154
Location_NR Location_Country = 155
Location_NP Location_Country = 156
Location_NL Location_Country = 157
Location_NC Location_Country = 158
Location_NZ Location_Country = 159
Location_NI Location_Country = 160
Location_NE Location_Country = 161
Location_NG Location_Country = 162
Location_NU Location_Country = 163
Location_NF Location_Country = 164
Location_MP Location_Country = 165
Location_NO Location_Country = 166
Location_OM Location_Country = 167
Location_PK Location_Country = 168
Location_PW Location_Country = 169
Location_PS Location_Country = 170
Location_PA Location_Country = 171
Location_PG Location_Country = 172
Location_PY Location_Country = 173
Location_PE Location_Country = 174
Location_PH Location_Country = 175
Location_PN Location_Country = 176
Location_PL Location_Country = 177
Location_PT Location_Country = 178
Location_PR Location_Country = 179
Location_QA Location_Country = 180
Location_RE Location_Country = 181
Location_RO Location_Country = 182
Location_RU Location_Country = 183
Location_RW Location_Country = 184
Location_BL Location_Country = 185
Location_SH Location_Country = 186
Location_KN Location_Country = 187
Location_LC Location_Country = 188
Location_MF Location_Country = 189
Location_PM Location_Country = 190
Location_VC Location_Country = 191
Location_WS Location_Country = 192
Location_SM Location_Country = 193
Location_ST Location_Country = 194
Location_SA Location_Country = 195
Location_SN Location_Country = 196
Location_RS Location_Country = 197
Location_SC Location_Country = 198
Location_SL Location_Country = 199
Location_SG Location_Country = 200
Location_SX Location_Country = 201
Location_SK Location_Country = 202
Location_SI Location_Country = 203
Location_SB Location_Country = 204
Location_SO Location_Country = 205
Location_ZA Location_Country = 206
Location_GS Location_Country = 207
Location_SS Location_Country = 208
Location_ES Location_Country = 209
Location_LK Location_Country = 210
Location_SD Location_Country = 211
Location_SR Location_Country = 212
Location_SJ Location_Country = 213
Location_SZ Location_Country = 214
Location_SE Location_Country = 215
Location_CH Location_Country = 216
Location_SY Location_Country = 217
Location_TW Location_Country = 218
Location_TJ Location_Country = 219
Location_TZ Location_Country = 220
Location_TH Location_Country = 221
Location_TL Location_Country = 222
Location_TG Location_Country = 223
Location_TK Location_Country = 224
Location_TO Location_Country = 225
Location_TT Location_Country = 226
Location_TN Location_Country = 227
Location_TR Location_Country = 228
Location_TM Location_Country = 229
Location_TC Location_Country = 230
Location_TV Location_Country = 231
Location_UG Location_Country = 232
Location_UA Location_Country = 233
Location_AE Location_Country = 234
Location_GB Location_Country = 235
Location_US Location_Country = 236
Location_UM Location_Country = 237
Location_UY Location_Country = 238
Location_UZ Location_Country = 239
Location_VU Location_Country = 240
Location_VE Location_Country = 241
Location_VN Location_Country = 242
Location_VG Location_Country = 243
Location_VI Location_Country = 244
Location_WF Location_Country = 245
Location_EH Location_Country = 246
Location_YE Location_Country = 247
Location_ZM Location_Country = 248
Location_ZW Location_Country = 249
)
var Location_Country_name = map[int32]string{
0: "UNKNOWN_COUNTRY",
1: "AF",
2: "AX",
3: "AL",
4: "DZ",
5: "AS",
6: "AD",
7: "AO",
8: "AI",
9: "AQ",
10: "AG",
11: "AR",
12: "AM",
13: "AW",
14: "AU",
15: "AT",
16: "AZ",
17: "BS",
18: "BH",
19: "BD",
20: "BB",
21: "BY",
22: "BE",
23: "BZ",
24: "BJ",
25: "BM",
26: "BT",
27: "BO",
28: "BQ",
29: "BA",
30: "BW",
31: "BV",
32: "BR",
33: "IO",
34: "BN",
35: "BG",
36: "BF",
37: "BI",
38: "KH",
39: "CM",
40: "CA",
41: "CV",
42: "KY",
43: "CF",
44: "TD",
45: "CL",
46: "CN",
47: "CX",
48: "CC",
49: "CO",
50: "KM",
51: "CG",
52: "CD",
53: "CK",
54: "CR",
55: "CI",
56: "HR",
57: "CU",
58: "CW",
59: "CY",
60: "CZ",
61: "DK",
62: "DJ",
63: "DM",
64: "DO",
65: "EC",
66: "EG",
67: "SV",
68: "GQ",
69: "ER",
70: "EE",
71: "ET",
72: "FK",
73: "FO",
74: "FJ",
75: "FI",
76: "FR",
77: "GF",
78: "PF",
79: "TF",
80: "GA",
81: "GM",
82: "GE",
83: "DE",
84: "GH",
85: "GI",
86: "GR",
87: "GL",
88: "GD",
89: "GP",
90: "GU",
91: "GT",
92: "GG",
93: "GN",
94: "GW",
95: "GY",
96: "HT",
97: "HM",
98: "VA",
99: "HN",
100: "HK",
101: "HU",
102: "IS",
103: "IN",
104: "ID",
105: "IR",
106: "IQ",
107: "IE",
108: "IM",
109: "IL",
110: "IT",
111: "JM",
112: "JP",
113: "JE",
114: "JO",
115: "KZ",
116: "KE",
117: "KI",
118: "KP",
119: "KR",
120: "KW",
121: "KG",
122: "LA",
123: "LV",
124: "LB",
125: "LS",
126: "LR",
127: "LY",
128: "LI",
129: "LT",
130: "LU",
131: "MO",
132: "MK",
133: "MG",
134: "MW",
135: "MY",
136: "MV",
137: "ML",
138: "MT",
139: "MH",
140: "MQ",
141: "MR",
142: "MU",
143: "YT",
144: "MX",
145: "FM",
146: "MD",
147: "MC",
148: "MN",
149: "ME",
150: "MS",
151: "MA",
152: "MZ",
153: "MM",
154: "NA",
155: "NR",
156: "NP",
157: "NL",
158: "NC",
159: "NZ",
160: "NI",
161: "NE",
162: "NG",
163: "NU",
164: "NF",
165: "MP",
166: "NO",
167: "OM",
168: "PK",
169: "PW",
170: "PS",
171: "PA",
172: "PG",
173: "PY",
174: "PE",
175: "PH",
176: "PN",
177: "PL",
178: "PT",
179: "PR",
180: "QA",
181: "RE",
182: "RO",
183: "RU",
184: "RW",
185: "BL",
186: "SH",
187: "KN",
188: "LC",
189: "MF",
190: "PM",
191: "VC",
192: "WS",
193: "SM",
194: "ST",
195: "SA",
196: "SN",
197: "RS",
198: "SC",
199: "SL",
200: "SG",
201: "SX",
202: "SK",
203: "SI",
204: "SB",
205: "SO",
206: "ZA",
207: "GS",
208: "SS",
209: "ES",
210: "LK",
211: "SD",
212: "SR",
213: "SJ",
214: "SZ",
215: "SE",
216: "CH",
217: "SY",
218: "TW",
219: "TJ",
220: "TZ",
221: "TH",
222: "TL",
223: "TG",
224: "TK",
225: "TO",
226: "TT",
227: "TN",
228: "TR",
229: "TM",
230: "TC",
231: "TV",
232: "UG",
233: "UA",
234: "AE",
235: "GB",
236: "US",
237: "UM",
238: "UY",
239: "UZ",
240: "VU",
241: "VE",
242: "VN",
243: "VG",
244: "VI",
245: "WF",
246: "EH",
247: "YE",
248: "ZM",
249: "ZW",
}
var Location_Country_value = map[string]int32{
"UNKNOWN_COUNTRY": 0,
"AF": 1,
"AX": 2,
"AL": 3,
"DZ": 4,
"AS": 5,
"AD": 6,
"AO": 7,
"AI": 8,
"AQ": 9,
"AG": 10,
"AR": 11,
"AM": 12,
"AW": 13,
"AU": 14,
"AT": 15,
"AZ": 16,
"BS": 17,
"BH": 18,
"BD": 19,
"BB": 20,
"BY": 21,
"BE": 22,
"BZ": 23,
"BJ": 24,
"BM": 25,
"BT": 26,
"BO": 27,
"BQ": 28,
"BA": 29,
"BW": 30,
"BV": 31,
"BR": 32,
"IO": 33,
"BN": 34,
"BG": 35,
"BF": 36,
"BI": 37,
"KH": 38,
"CM": 39,
"CA": 40,
"CV": 41,
"KY": 42,
"CF": 43,
"TD": 44,
"CL": 45,
"CN": 46,
"CX": 47,
"CC": 48,
"CO": 49,
"KM": 50,
"CG": 51,
"CD": 52,
"CK": 53,
"CR": 54,
"CI": 55,
"HR": 56,
"CU": 57,
"CW": 58,
"CY": 59,
"CZ": 60,
"DK": 61,
"DJ": 62,
"DM": 63,
"DO": 64,
"EC": 65,
"EG": 66,
"SV": 67,
"GQ": 68,
"ER": 69,
"EE": 70,
"ET": 71,
"FK": 72,
"FO": 73,
"FJ": 74,
"FI": 75,
"FR": 76,
"GF": 77,
"PF": 78,
"TF": 79,
"GA": 80,
"GM": 81,
"GE": 82,
"DE": 83,
"GH": 84,
"GI": 85,
"GR": 86,
"GL": 87,
"GD": 88,
"GP": 89,
"GU": 90,
"GT": 91,
"GG": 92,
"GN": 93,
"GW": 94,
"GY": 95,
"HT": 96,
"HM": 97,
"VA": 98,
"HN": 99,
"HK": 100,
"HU": 101,
"IS": 102,
"IN": 103,
"ID": 104,
"IR": 105,
"IQ": 106,
"IE": 107,
"IM": 108,
"IL": 109,
"IT": 110,
"JM": 111,
"JP": 112,
"JE": 113,
"JO": 114,
"KZ": 115,
"KE": 116,
"KI": 117,
"KP": 118,
"KR": 119,
"KW": 120,
"KG": 121,
"LA": 122,
"LV": 123,
"LB": 124,
"LS": 125,
"LR": 126,
"LY": 127,
"LI": 128,
"LT": 129,
"LU": 130,
"MO": 131,
"MK": 132,
"MG": 133,
"MW": 134,
"MY": 135,
"MV": 136,
"ML": 137,
"MT": 138,
"MH": 139,
"MQ": 140,
"MR": 141,
"MU": 142,
"YT": 143,
"MX": 144,
"FM": 145,
"MD": 146,
"MC": 147,
"MN": 148,
"ME": 149,
"MS": 150,
"MA": 151,
"MZ": 152,
"MM": 153,
"NA": 154,
"NR": 155,
"NP": 156,
"NL": 157,
"NC": 158,
"NZ": 159,
"NI": 160,
"NE": 161,
"NG": 162,
"NU": 163,
"NF": 164,
"MP": 165,
"NO": 166,
"OM": 167,
"PK": 168,
"PW": 169,
"PS": 170,
"PA": 171,
"PG": 172,
"PY": 173,
"PE": 174,
"PH": 175,
"PN": 176,
"PL": 177,
"PT": 178,
"PR": 179,
"QA": 180,
"RE": 181,
"RO": 182,
"RU": 183,
"RW": 184,
"BL": 185,
"SH": 186,
"KN": 187,
"LC": 188,
"MF": 189,
"PM": 190,
"VC": 191,
"WS": 192,
"SM": 193,
"ST": 194,
"SA": 195,
"SN": 196,
"RS": 197,
"SC": 198,
"SL": 199,
"SG": 200,
"SX": 201,
"SK": 202,
"SI": 203,
"SB": 204,
"SO": 205,
"ZA": 206,
"GS": 207,
"SS": 208,
"ES": 209,
"LK": 210,
"SD": 211,
"SR": 212,
"SJ": 213,
"SZ": 214,
"SE": 215,
"CH": 216,
"SY": 217,
"TW": 218,
"TJ": 219,
"TZ": 220,
"TH": 221,
"TL": 222,
"TG": 223,
"TK": 224,
"TO": 225,
"TT": 226,
"TN": 227,
"TR": 228,
"TM": 229,
"TC": 230,
"TV": 231,
"UG": 232,
"UA": 233,
"AE": 234,
"GB": 235,
"US": 236,
"UM": 237,
"UY": 238,
"UZ": 239,
"VU": 240,
"VE": 241,
"VN": 242,
"VG": 243,
"VI": 244,
"WF": 245,
"EH": 246,
"YE": 247,
"ZM": 248,
"ZW": 249,
}
func (x Location_Country) String() string {
return proto.EnumName(Location_Country_name, int32(x))
}
func (Location_Country) EnumDescriptor() ([]byte, []int) {
2019-04-20 17:04:32 +02:00
return fileDescriptor_bae86789b513b1db, []int{12, 0}
2019-02-27 18:03:57 +01:00
}
type Claim struct {
2019-03-31 06:21:44 +02:00
// Types that are valid to be assigned to Type:
// *Claim_Stream
// *Claim_Channel
2019-04-22 05:32:10 +02:00
// *Claim_Collection
2019-04-20 17:04:32 +02:00
// *Claim_Repost
2019-03-31 06:21:44 +02:00
Type isClaim_Type `protobuf_oneof:"type"`
2019-04-20 17:04:32 +02:00
Title string `protobuf:"bytes,8,opt,name=title,proto3" json:"title,omitempty"`
Description string `protobuf:"bytes,9,opt,name=description,proto3" json:"description,omitempty"`
Thumbnail *Source `protobuf:"bytes,10,opt,name=thumbnail,proto3" json:"thumbnail,omitempty"`
Tags []string `protobuf:"bytes,11,rep,name=tags,proto3" json:"tags,omitempty"`
Languages []*Language `protobuf:"bytes,12,rep,name=languages,proto3" json:"languages,omitempty"`
Locations []*Location `protobuf:"bytes,13,rep,name=locations,proto3" json:"locations,omitempty"`
2019-03-31 06:21:44 +02:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2019-02-27 18:03:57 +01:00
}
func (m *Claim) Reset() { *m = Claim{} }
func (m *Claim) String() string { return proto.CompactTextString(m) }
func (*Claim) ProtoMessage() {}
func (*Claim) Descriptor() ([]byte, []int) {
return fileDescriptor_bae86789b513b1db, []int{0}
}
func (m *Claim) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Claim.Unmarshal(m, b)
}
func (m *Claim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Claim.Marshal(b, m, deterministic)
}
func (m *Claim) XXX_Merge(src proto.Message) {
xxx_messageInfo_Claim.Merge(m, src)
}
func (m *Claim) XXX_Size() int {
return xxx_messageInfo_Claim.Size(m)
}
func (m *Claim) XXX_DiscardUnknown() {
xxx_messageInfo_Claim.DiscardUnknown(m)
}
var xxx_messageInfo_Claim proto.InternalMessageInfo
2019-03-31 06:21:44 +02:00
type isClaim_Type interface {
isClaim_Type()
}
type Claim_Stream struct {
Stream *Stream `protobuf:"bytes,1,opt,name=stream,proto3,oneof"`
}
type Claim_Channel struct {
Channel *Channel `protobuf:"bytes,2,opt,name=channel,proto3,oneof"`
}
2019-04-22 05:32:10 +02:00
type Claim_Collection struct {
Collection *ClaimList `protobuf:"bytes,3,opt,name=collection,proto3,oneof"`
2019-04-20 17:04:32 +02:00
}
type Claim_Repost struct {
Repost *ClaimReference `protobuf:"bytes,4,opt,name=repost,proto3,oneof"`
}
2019-03-31 06:21:44 +02:00
func (*Claim_Stream) isClaim_Type() {}
func (*Claim_Channel) isClaim_Type() {}
2019-04-22 05:32:10 +02:00
func (*Claim_Collection) isClaim_Type() {}
2019-04-20 17:04:32 +02:00
func (*Claim_Repost) isClaim_Type() {}
2019-03-31 06:21:44 +02:00
func (m *Claim) GetType() isClaim_Type {
2019-02-27 18:03:57 +01:00
if m != nil {
return m.Type
}
2019-03-31 06:21:44 +02:00
return nil
2019-02-27 18:03:57 +01:00
}
func (m *Claim) GetStream() *Stream {
2019-03-31 06:21:44 +02:00
if x, ok := m.GetType().(*Claim_Stream); ok {
return x.Stream
2019-02-27 18:03:57 +01:00
}
return nil
}
func (m *Claim) GetChannel() *Channel {
2019-03-31 06:21:44 +02:00
if x, ok := m.GetType().(*Claim_Channel); ok {
return x.Channel
}
return nil
}
2019-04-22 05:32:10 +02:00
func (m *Claim) GetCollection() *ClaimList {
if x, ok := m.GetType().(*Claim_Collection); ok {
return x.Collection
2019-03-31 06:21:44 +02:00
}
2019-04-20 17:04:32 +02:00
return nil
2019-03-31 06:21:44 +02:00
}
2019-04-20 17:04:32 +02:00
func (m *Claim) GetRepost() *ClaimReference {
if x, ok := m.GetType().(*Claim_Repost); ok {
return x.Repost
2019-02-27 18:03:57 +01:00
}
return nil
}
2019-04-20 17:04:32 +02:00
func (m *Claim) GetTitle() string {
2019-02-27 18:03:57 +01:00
if m != nil {
return m.Title
}
return ""
}
2019-04-20 17:04:32 +02:00
func (m *Claim) GetDescription() string {
2019-02-27 18:03:57 +01:00
if m != nil {
return m.Description
}
return ""
}
2019-04-20 17:04:32 +02:00
func (m *Claim) GetThumbnail() *Source {
2019-02-27 18:03:57 +01:00
if m != nil {
2019-04-20 17:04:32 +02:00
return m.Thumbnail
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
return nil
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
func (m *Claim) GetTags() []string {
2019-02-27 18:03:57 +01:00
if m != nil {
2019-03-31 06:21:44 +02:00
return m.Tags
2019-02-27 18:03:57 +01:00
}
2019-03-31 06:21:44 +02:00
return nil
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
func (m *Claim) GetLanguages() []*Language {
if m != nil {
2019-03-31 06:21:44 +02:00
return m.Languages
}
return nil
}
2019-04-20 17:04:32 +02:00
func (m *Claim) GetLocations() []*Location {
2019-02-27 18:03:57 +01:00
if m != nil {
2019-03-31 06:21:44 +02:00
return m.Locations
}
return nil
}
2019-04-20 17:04:32 +02:00
// XXX_OneofWrappers is for the internal use of the proto package.
func (*Claim) XXX_OneofWrappers() []interface{} {
return []interface{}{
(*Claim_Stream)(nil),
(*Claim_Channel)(nil),
2019-04-22 05:32:10 +02:00
(*Claim_Collection)(nil),
2019-04-20 17:04:32 +02:00
(*Claim_Repost)(nil),
2019-03-04 16:46:08 +01:00
}
}
2019-02-27 18:03:57 +01:00
type Stream struct {
2019-04-20 17:04:32 +02:00
Source *Source `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
Author string `protobuf:"bytes,2,opt,name=author,proto3" json:"author,omitempty"`
License string `protobuf:"bytes,3,opt,name=license,proto3" json:"license,omitempty"`
LicenseUrl string `protobuf:"bytes,4,opt,name=license_url,json=licenseUrl,proto3" json:"license_url,omitempty"`
ReleaseTime int64 `protobuf:"varint,5,opt,name=release_time,json=releaseTime,proto3" json:"release_time,omitempty"`
Fee *Fee `protobuf:"bytes,6,opt,name=fee,proto3" json:"fee,omitempty"`
2019-03-31 06:21:44 +02:00
// Types that are valid to be assigned to Type:
// *Stream_Image
// *Stream_Video
// *Stream_Audio
2019-04-20 17:04:32 +02:00
// *Stream_Software
2019-03-31 06:21:44 +02:00
Type isStream_Type `protobuf_oneof:"type"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2019-02-27 18:03:57 +01:00
}
func (m *Stream) Reset() { *m = Stream{} }
func (m *Stream) String() string { return proto.CompactTextString(m) }
func (*Stream) ProtoMessage() {}
func (*Stream) Descriptor() ([]byte, []int) {
2019-04-20 17:04:32 +02:00
return fileDescriptor_bae86789b513b1db, []int{1}
2019-02-27 18:03:57 +01:00
}
func (m *Stream) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Stream.Unmarshal(m, b)
}
func (m *Stream) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Stream.Marshal(b, m, deterministic)
}
func (m *Stream) XXX_Merge(src proto.Message) {
xxx_messageInfo_Stream.Merge(m, src)
}
func (m *Stream) XXX_Size() int {
return xxx_messageInfo_Stream.Size(m)
}
func (m *Stream) XXX_DiscardUnknown() {
xxx_messageInfo_Stream.DiscardUnknown(m)
}
var xxx_messageInfo_Stream proto.InternalMessageInfo
2019-04-20 17:04:32 +02:00
func (m *Stream) GetSource() *Source {
2019-02-27 18:03:57 +01:00
if m != nil {
2019-04-20 17:04:32 +02:00
return m.Source
2019-03-31 06:21:44 +02:00
}
return nil
}
2019-02-27 18:03:57 +01:00
func (m *Stream) GetAuthor() string {
if m != nil {
return m.Author
}
return ""
}
2019-03-31 06:21:44 +02:00
func (m *Stream) GetLicense() string {
2019-02-27 18:03:57 +01:00
if m != nil {
2019-03-31 06:21:44 +02:00
return m.License
2019-02-27 18:03:57 +01:00
}
return ""
}
2019-03-31 06:21:44 +02:00
func (m *Stream) GetLicenseUrl() string {
2019-02-27 18:03:57 +01:00
if m != nil {
2019-03-31 06:21:44 +02:00
return m.LicenseUrl
2019-02-27 18:03:57 +01:00
}
return ""
}
2019-03-31 06:21:44 +02:00
func (m *Stream) GetReleaseTime() int64 {
2019-02-27 18:03:57 +01:00
if m != nil {
2019-03-31 06:21:44 +02:00
return m.ReleaseTime
}
return 0
}
2019-02-27 18:03:57 +01:00
func (m *Stream) GetFee() *Fee {
if m != nil {
return m.Fee
}
return nil
}
2019-03-31 06:21:44 +02:00
type isStream_Type interface {
isStream_Type()
}
type Stream_Image struct {
2019-04-20 17:04:32 +02:00
Image *Image `protobuf:"bytes,10,opt,name=image,proto3,oneof"`
2019-03-31 06:21:44 +02:00
}
type Stream_Video struct {
2019-04-20 17:04:32 +02:00
Video *Video `protobuf:"bytes,11,opt,name=video,proto3,oneof"`
2019-03-31 06:21:44 +02:00
}
type Stream_Audio struct {
2019-04-20 17:04:32 +02:00
Audio *Audio `protobuf:"bytes,12,opt,name=audio,proto3,oneof"`
}
type Stream_Software struct {
Software *Software `protobuf:"bytes,13,opt,name=software,proto3,oneof"`
2019-03-31 06:21:44 +02:00
}
func (*Stream_Image) isStream_Type() {}
func (*Stream_Video) isStream_Type() {}
func (*Stream_Audio) isStream_Type() {}
2019-04-20 17:04:32 +02:00
func (*Stream_Software) isStream_Type() {}
2019-03-31 06:21:44 +02:00
func (m *Stream) GetType() isStream_Type {
2019-02-27 18:03:57 +01:00
if m != nil {
2019-03-31 06:21:44 +02:00
return m.Type
2019-02-27 18:03:57 +01:00
}
2019-03-31 06:21:44 +02:00
return nil
2019-02-27 18:03:57 +01:00
}
2019-03-31 06:21:44 +02:00
func (m *Stream) GetImage() *Image {
if x, ok := m.GetType().(*Stream_Image); ok {
return x.Image
2019-02-27 18:03:57 +01:00
}
2019-03-31 06:21:44 +02:00
return nil
2019-02-27 18:03:57 +01:00
}
2019-03-31 06:21:44 +02:00
func (m *Stream) GetVideo() *Video {
if x, ok := m.GetType().(*Stream_Video); ok {
return x.Video
2019-02-27 18:03:57 +01:00
}
2019-03-31 06:21:44 +02:00
return nil
2019-02-27 18:03:57 +01:00
}
2019-03-31 06:21:44 +02:00
func (m *Stream) GetAudio() *Audio {
if x, ok := m.GetType().(*Stream_Audio); ok {
return x.Audio
2019-02-27 18:03:57 +01:00
}
return nil
}
2019-04-20 17:04:32 +02:00
func (m *Stream) GetSoftware() *Software {
if x, ok := m.GetType().(*Stream_Software); ok {
return x.Software
}
return nil
}
// XXX_OneofWrappers is for the internal use of the proto package.
func (*Stream) XXX_OneofWrappers() []interface{} {
return []interface{}{
2019-03-31 06:21:44 +02:00
(*Stream_Image)(nil),
(*Stream_Video)(nil),
(*Stream_Audio)(nil),
2019-04-20 17:04:32 +02:00
(*Stream_Software)(nil),
2019-02-27 18:03:57 +01:00
}
}
2019-04-20 17:04:32 +02:00
type Channel struct {
PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
WebsiteUrl string `protobuf:"bytes,3,opt,name=website_url,json=websiteUrl,proto3" json:"website_url,omitempty"`
Cover *Source `protobuf:"bytes,4,opt,name=cover,proto3" json:"cover,omitempty"`
Featured *ClaimList `protobuf:"bytes,5,opt,name=featured,proto3" json:"featured,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
func (m *Channel) Reset() { *m = Channel{} }
func (m *Channel) String() string { return proto.CompactTextString(m) }
func (*Channel) ProtoMessage() {}
func (*Channel) Descriptor() ([]byte, []int) {
return fileDescriptor_bae86789b513b1db, []int{2}
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
func (m *Channel) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Channel.Unmarshal(m, b)
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
func (m *Channel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Channel.Marshal(b, m, deterministic)
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
func (m *Channel) XXX_Merge(src proto.Message) {
xxx_messageInfo_Channel.Merge(m, src)
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
func (m *Channel) XXX_Size() int {
return xxx_messageInfo_Channel.Size(m)
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
func (m *Channel) XXX_DiscardUnknown() {
xxx_messageInfo_Channel.DiscardUnknown(m)
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
var xxx_messageInfo_Channel proto.InternalMessageInfo
2019-02-27 18:03:57 +01:00
2019-04-20 17:04:32 +02:00
func (m *Channel) GetPublicKey() []byte {
2019-02-27 18:03:57 +01:00
if m != nil {
2019-04-20 17:04:32 +02:00
return m.PublicKey
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
return nil
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
func (m *Channel) GetEmail() string {
2019-02-27 18:03:57 +01:00
if m != nil {
2019-04-20 17:04:32 +02:00
return m.Email
}
return ""
}
func (m *Channel) GetWebsiteUrl() string {
if m != nil {
return m.WebsiteUrl
}
return ""
}
func (m *Channel) GetCover() *Source {
if m != nil {
return m.Cover
2019-02-27 18:03:57 +01:00
}
return nil
}
2019-04-20 17:04:32 +02:00
func (m *Channel) GetFeatured() *ClaimList {
2019-02-27 18:03:57 +01:00
if m != nil {
2019-04-20 17:04:32 +02:00
return m.Featured
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
return nil
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
type ClaimReference struct {
ClaimHash []byte `protobuf:"bytes,1,opt,name=claim_hash,json=claimHash,proto3" json:"claim_hash,omitempty"`
2019-02-27 18:03:57 +01:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
2019-04-20 17:04:32 +02:00
func (m *ClaimReference) Reset() { *m = ClaimReference{} }
func (m *ClaimReference) String() string { return proto.CompactTextString(m) }
func (*ClaimReference) ProtoMessage() {}
func (*ClaimReference) Descriptor() ([]byte, []int) {
return fileDescriptor_bae86789b513b1db, []int{3}
}
func (m *ClaimReference) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ClaimReference.Unmarshal(m, b)
}
func (m *ClaimReference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ClaimReference.Marshal(b, m, deterministic)
}
func (m *ClaimReference) XXX_Merge(src proto.Message) {
xxx_messageInfo_ClaimReference.Merge(m, src)
}
func (m *ClaimReference) XXX_Size() int {
return xxx_messageInfo_ClaimReference.Size(m)
}
func (m *ClaimReference) XXX_DiscardUnknown() {
xxx_messageInfo_ClaimReference.DiscardUnknown(m)
}
var xxx_messageInfo_ClaimReference proto.InternalMessageInfo
func (m *ClaimReference) GetClaimHash() []byte {
if m != nil {
return m.ClaimHash
}
return nil
}
type ClaimList struct {
ListType ClaimList_ListType `protobuf:"varint,1,opt,name=list_type,json=listType,proto3,enum=pb.ClaimList_ListType" json:"list_type,omitempty"`
ClaimReferences []*ClaimReference `protobuf:"bytes,2,rep,name=claim_references,json=claimReferences,proto3" json:"claim_references,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ClaimList) Reset() { *m = ClaimList{} }
func (m *ClaimList) String() string { return proto.CompactTextString(m) }
func (*ClaimList) ProtoMessage() {}
func (*ClaimList) Descriptor() ([]byte, []int) {
2019-02-27 18:03:57 +01:00
return fileDescriptor_bae86789b513b1db, []int{4}
}
2019-04-20 17:04:32 +02:00
func (m *ClaimList) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ClaimList.Unmarshal(m, b)
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
func (m *ClaimList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ClaimList.Marshal(b, m, deterministic)
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
func (m *ClaimList) XXX_Merge(src proto.Message) {
xxx_messageInfo_ClaimList.Merge(m, src)
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
func (m *ClaimList) XXX_Size() int {
return xxx_messageInfo_ClaimList.Size(m)
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
func (m *ClaimList) XXX_DiscardUnknown() {
xxx_messageInfo_ClaimList.DiscardUnknown(m)
2019-02-27 18:03:57 +01:00
}
2019-04-20 17:04:32 +02:00
var xxx_messageInfo_ClaimList proto.InternalMessageInfo
func (m *ClaimList) GetListType() ClaimList_ListType {
if m != nil {
return m.ListType
}
2019-04-22 05:32:10 +02:00
return ClaimList_COLLECTION
2019-04-20 17:04:32 +02:00
}
2019-02-27 18:03:57 +01:00
2019-04-20 17:04:32 +02:00
func (m *ClaimList) GetClaimReferences() []*ClaimReference {
if m != nil {
return m.ClaimReferences
}
return nil
}
type Source struct {
Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Size uint64 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
MediaType string `protobuf:"bytes,4,opt,name=media_type,json=mediaType,proto3" json:"media_type,omitempty"`
Url string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
SdHash []byte `protobuf:"bytes,6,opt,name=sd_hash,json=sdHash,proto3" json:"sd_hash,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Source) Reset() { *m = Source{} }
func (m *Source) String() string { return proto.CompactTextString(m) }
func (*Source) ProtoMessage() {}
func (*Source) Descriptor() ([]byte, []int) {
return fileDescriptor_bae86789b513b1db, []int{5}
}
func (m *Source) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Source.Unmarshal(m, b)
}
func (m *Source) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Source.Marshal(b, m, deterministic)
}
func (m *Source) XXX_Merge(src proto.Message) {
xxx_messageInfo_Source.Merge(m, src)
}
func (m *Source) XXX_Size() int {
return xxx_messageInfo_Source.Size(m)
}
func (m *Source) XXX_DiscardUnknown() {
xxx_messageInfo_Source.DiscardUnknown(m)
}
var xxx_messageInfo_Source proto.InternalMessageInfo
func (m *Source) GetHash() []byte {
2019-03-31 06:21:44 +02:00
if m != nil {
return m.Hash
}
return nil
}
2019-04-20 17:04:32 +02:00
func (m *Source) GetName() string {
2019-02-27 18:03:57 +01:00
if m != nil {
return m.Name
}
return ""
}
2019-04-20 17:04:32 +02:00
func (m *Source) GetSize() uint64 {
2019-02-27 18:03:57 +01:00
if m != nil {
return m.Size
}
return 0
}
2019-04-20 17:04:32 +02:00
func (m *Source) GetMediaType() string {
if m != nil {
return m.MediaType
}
return ""
}
func (m *Source) GetUrl() string {
if m != nil {
return m.Url
}
return ""
}
func (m *Source) GetSdHash() []byte {
if m != nil {
return m.SdHash
}
return nil
}
type Fee struct {
Currency Fee_Currency `protobuf:"varint,1,opt,name=currency,proto3,enum=pb.Fee_Currency" json:"currency,omitempty"`
Address []byte `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
Amount uint64 `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Fee) Reset() { *m = Fee{} }
func (m *Fee) String() string { return proto.CompactTextString(m) }
func (*Fee) ProtoMessage() {}
func (*Fee) Descriptor() ([]byte, []int) {
return fileDescriptor_bae86789b513b1db, []int{6}
}
func (m *Fee) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Fee.Unmarshal(m, b)
}
func (m *Fee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Fee.Marshal(b, m, deterministic)
}
func (m *Fee) XXX_Merge(src proto.Message) {
xxx_messageInfo_Fee.Merge(m, src)
}
func (m *Fee) XXX_Size() int {
return xxx_messageInfo_Fee.Size(m)
}
func (m *Fee) XXX_DiscardUnknown() {
xxx_messageInfo_Fee.DiscardUnknown(m)
}
var xxx_messageInfo_Fee proto.InternalMessageInfo
func (m *Fee) GetCurrency() Fee_Currency {
if m != nil {
return m.Currency
}
return Fee_UNKNOWN_CURRENCY
}
func (m *Fee) GetAddress() []byte {
if m != nil {
return m.Address
}
return nil
}
func (m *Fee) GetAmount() uint64 {
if m != nil {
return m.Amount
}
return 0
}
2019-03-31 06:21:44 +02:00
type Image struct {
Width uint32 `protobuf:"varint,1,opt,name=width,proto3" json:"width,omitempty"`
Height uint32 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Image) Reset() { *m = Image{} }
func (m *Image) String() string { return proto.CompactTextString(m) }
func (*Image) ProtoMessage() {}
func (*Image) Descriptor() ([]byte, []int) {
2019-04-20 17:04:32 +02:00
return fileDescriptor_bae86789b513b1db, []int{7}
2019-03-31 06:21:44 +02:00
}
func (m *Image) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Image.Unmarshal(m, b)
}
func (m *Image) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Image.Marshal(b, m, deterministic)
}
func (m *Image) XXX_Merge(src proto.Message) {
xxx_messageInfo_Image.Merge(m, src)
}
func (m *Image) XXX_Size() int {
return xxx_messageInfo_Image.Size(m)
}
func (m *Image) XXX_DiscardUnknown() {
xxx_messageInfo_Image.DiscardUnknown(m)
}
var xxx_messageInfo_Image proto.InternalMessageInfo
func (m *Image) GetWidth() uint32 {
if m != nil {
return m.Width
}
return 0
}
func (m *Image) GetHeight() uint32 {
if m != nil {
return m.Height
}
return 0
}
2019-02-27 18:03:57 +01:00
type Video struct {
Width uint32 `protobuf:"varint,1,opt,name=width,proto3" json:"width,omitempty"`
Height uint32 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
2019-04-22 05:32:10 +02:00
Duration uint32 `protobuf:"varint,3,opt,name=duration,proto3" json:"duration,omitempty"`
Audio *Audio `protobuf:"bytes,15,opt,name=audio,proto3" json:"audio,omitempty"`
2019-02-27 18:03:57 +01:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Video) Reset() { *m = Video{} }
func (m *Video) String() string { return proto.CompactTextString(m) }
func (*Video) ProtoMessage() {}
func (*Video) Descriptor() ([]byte, []int) {
2019-04-20 17:04:32 +02:00
return fileDescriptor_bae86789b513b1db, []int{8}
2019-02-27 18:03:57 +01:00
}
func (m *Video) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Video.Unmarshal(m, b)
}
func (m *Video) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Video.Marshal(b, m, deterministic)
}
func (m *Video) XXX_Merge(src proto.Message) {
xxx_messageInfo_Video.Merge(m, src)
}
func (m *Video) XXX_Size() int {
return xxx_messageInfo_Video.Size(m)
}
func (m *Video) XXX_DiscardUnknown() {
xxx_messageInfo_Video.DiscardUnknown(m)
}
var xxx_messageInfo_Video proto.InternalMessageInfo
func (m *Video) GetWidth() uint32 {
if m != nil {
return m.Width
}
return 0
}
func (m *Video) GetHeight() uint32 {
if m != nil {
return m.Height
}
return 0
}
2019-04-22 05:32:10 +02:00
func (m *Video) GetDuration() uint32 {
if m != nil {
return m.Duration
}
return 0
}
2019-04-20 17:04:32 +02:00
func (m *Video) GetAudio() *Audio {
2019-03-31 06:21:44 +02:00
if m != nil {
2019-04-20 17:04:32 +02:00
return m.Audio
2019-03-31 06:21:44 +02:00
}
2019-04-20 17:04:32 +02:00
return nil
2019-03-31 06:21:44 +02:00
}
type Audio struct {
Duration uint32 `protobuf:"varint,1,opt,name=duration,proto3" json:"duration,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Audio) Reset() { *m = Audio{} }
func (m *Audio) String() string { return proto.CompactTextString(m) }
func (*Audio) ProtoMessage() {}
func (*Audio) Descriptor() ([]byte, []int) {
2019-04-20 17:04:32 +02:00
return fileDescriptor_bae86789b513b1db, []int{9}
2019-03-31 06:21:44 +02:00
}
func (m *Audio) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Audio.Unmarshal(m, b)
}
func (m *Audio) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Audio.Marshal(b, m, deterministic)
}
func (m *Audio) XXX_Merge(src proto.Message) {
xxx_messageInfo_Audio.Merge(m, src)
}
func (m *Audio) XXX_Size() int {
return xxx_messageInfo_Audio.Size(m)
}
func (m *Audio) XXX_DiscardUnknown() {
xxx_messageInfo_Audio.DiscardUnknown(m)
}
var xxx_messageInfo_Audio proto.InternalMessageInfo
func (m *Audio) GetDuration() uint32 {
if m != nil {
return m.Duration
}
return 0
}
2019-04-20 17:04:32 +02:00
type Software struct {
Os string `protobuf:"bytes,1,opt,name=os,proto3" json:"os,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Software) Reset() { *m = Software{} }
func (m *Software) String() string { return proto.CompactTextString(m) }
func (*Software) ProtoMessage() {}
func (*Software) Descriptor() ([]byte, []int) {
return fileDescriptor_bae86789b513b1db, []int{10}
}
func (m *Software) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Software.Unmarshal(m, b)
}
func (m *Software) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Software.Marshal(b, m, deterministic)
}
func (m *Software) XXX_Merge(src proto.Message) {
xxx_messageInfo_Software.Merge(m, src)
}
func (m *Software) XXX_Size() int {
return xxx_messageInfo_Software.Size(m)
}
func (m *Software) XXX_DiscardUnknown() {
xxx_messageInfo_Software.DiscardUnknown(m)
}
var xxx_messageInfo_Software proto.InternalMessageInfo
func (m *Software) GetOs() string {
if m != nil {
return m.Os
}
return ""
}
2019-03-31 06:21:44 +02:00
// RFC 5646
type Language struct {
Language Language_Language `protobuf:"varint,1,opt,name=language,proto3,enum=pb.Language_Language" json:"language,omitempty"`
Script Language_Script `protobuf:"varint,2,opt,name=script,proto3,enum=pb.Language_Script" json:"script,omitempty"`
Region Location_Country `protobuf:"varint,3,opt,name=region,proto3,enum=pb.Location_Country" json:"region,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Language) Reset() { *m = Language{} }
func (m *Language) String() string { return proto.CompactTextString(m) }
func (*Language) ProtoMessage() {}
func (*Language) Descriptor() ([]byte, []int) {
2019-04-20 17:04:32 +02:00
return fileDescriptor_bae86789b513b1db, []int{11}
2019-03-31 06:21:44 +02:00
}
func (m *Language) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Language.Unmarshal(m, b)
}
func (m *Language) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Language.Marshal(b, m, deterministic)
}
func (m *Language) XXX_Merge(src proto.Message) {
xxx_messageInfo_Language.Merge(m, src)
}
func (m *Language) XXX_Size() int {
return xxx_messageInfo_Language.Size(m)
}
func (m *Language) XXX_DiscardUnknown() {
xxx_messageInfo_Language.DiscardUnknown(m)
}
var xxx_messageInfo_Language proto.InternalMessageInfo
func (m *Language) GetLanguage() Language_Language {
if m != nil {
return m.Language
}
return Language_UNKNOWN_LANGUAGE
}
func (m *Language) GetScript() Language_Script {
if m != nil {
return m.Script
}
return Language_UNKNOWN_SCRIPT
}
func (m *Language) GetRegion() Location_Country {
if m != nil {
return m.Region
}
return Location_UNKNOWN_COUNTRY
}
type Location struct {
Country Location_Country `protobuf:"varint,1,opt,name=country,proto3,enum=pb.Location_Country" json:"country,omitempty"`
State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
City string `protobuf:"bytes,3,opt,name=city,proto3" json:"city,omitempty"`
Code string `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
Latitude int32 `protobuf:"zigzag32,5,opt,name=latitude,proto3" json:"latitude,omitempty"`
Longitude int32 `protobuf:"zigzag32,6,opt,name=longitude,proto3" json:"longitude,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Location) Reset() { *m = Location{} }
func (m *Location) String() string { return proto.CompactTextString(m) }
func (*Location) ProtoMessage() {}
func (*Location) Descriptor() ([]byte, []int) {
2019-04-20 17:04:32 +02:00
return fileDescriptor_bae86789b513b1db, []int{12}
2019-03-31 06:21:44 +02:00
}
func (m *Location) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Location.Unmarshal(m, b)
}
func (m *Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Location.Marshal(b, m, deterministic)
}
func (m *Location) XXX_Merge(src proto.Message) {
xxx_messageInfo_Location.Merge(m, src)
}
func (m *Location) XXX_Size() int {
return xxx_messageInfo_Location.Size(m)
}
func (m *Location) XXX_DiscardUnknown() {
xxx_messageInfo_Location.DiscardUnknown(m)
}
var xxx_messageInfo_Location proto.InternalMessageInfo
func (m *Location) GetCountry() Location_Country {
if m != nil {
return m.Country
}
return Location_UNKNOWN_COUNTRY
}
func (m *Location) GetState() string {
if m != nil {
return m.State
}
return ""
}
func (m *Location) GetCity() string {
if m != nil {
return m.City
}
return ""
}
func (m *Location) GetCode() string {
if m != nil {
return m.Code
}
return ""
}
func (m *Location) GetLatitude() int32 {
if m != nil {
return m.Latitude
}
return 0
}
func (m *Location) GetLongitude() int32 {
if m != nil {
return m.Longitude
}
return 0
}
2019-02-27 18:03:57 +01:00
func init() {
2019-04-20 17:04:32 +02:00
proto.RegisterEnum("pb.ClaimList_ListType", ClaimList_ListType_name, ClaimList_ListType_value)
2019-02-27 18:03:57 +01:00
proto.RegisterEnum("pb.Fee_Currency", Fee_Currency_name, Fee_Currency_value)
2019-04-20 17:04:32 +02:00
proto.RegisterEnum("pb.Software_OS", Software_OS_name, Software_OS_value)
2019-03-31 06:21:44 +02:00
proto.RegisterEnum("pb.Language_Language", Language_Language_name, Language_Language_value)
proto.RegisterEnum("pb.Language_Script", Language_Script_name, Language_Script_value)
proto.RegisterEnum("pb.Location_Country", Location_Country_name, Location_Country_value)
2019-02-27 18:03:57 +01:00
proto.RegisterType((*Claim)(nil), "pb.Claim")
proto.RegisterType((*Stream)(nil), "pb.Stream")
2019-04-20 17:04:32 +02:00
proto.RegisterType((*Channel)(nil), "pb.Channel")
proto.RegisterType((*ClaimReference)(nil), "pb.ClaimReference")
proto.RegisterType((*ClaimList)(nil), "pb.ClaimList")
proto.RegisterType((*Source)(nil), "pb.Source")
2019-02-27 18:03:57 +01:00
proto.RegisterType((*Fee)(nil), "pb.Fee")
2019-03-31 06:21:44 +02:00
proto.RegisterType((*Image)(nil), "pb.Image")
2019-02-27 18:03:57 +01:00
proto.RegisterType((*Video)(nil), "pb.Video")
2019-03-31 06:21:44 +02:00
proto.RegisterType((*Audio)(nil), "pb.Audio")
2019-04-20 17:04:32 +02:00
proto.RegisterType((*Software)(nil), "pb.Software")
2019-03-31 06:21:44 +02:00
proto.RegisterType((*Language)(nil), "pb.Language")
proto.RegisterType((*Location)(nil), "pb.Location")
2019-02-27 18:03:57 +01:00
}
func init() { proto.RegisterFile("claim.proto", fileDescriptor_bae86789b513b1db) }
var fileDescriptor_bae86789b513b1db = []byte{
2019-04-22 05:32:10 +02:00
// 3822 bytes of a gzipped FileDescriptorProto
2019-04-20 17:04:32 +02:00
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x99, 0x57, 0x78, 0x23, 0xd7,
2019-04-22 05:32:10 +02:00
0x79, 0x86, 0x97, 0x9d, 0x38, 0xdc, 0x5d, 0x7d, 0x1e, 0xad, 0x64, 0x4a, 0x96, 0xac, 0x15, 0x24,
2019-04-20 17:04:32 +02:00
0x5b, 0xab, 0xe2, 0x95, 0xb5, 0xb2, 0xdc, 0x14, 0xd9, 0x06, 0x06, 0x20, 0x00, 0x02, 0x03, 0x60,
0x07, 0x20, 0xb9, 0xa4, 0x13, 0xaf, 0x07, 0xc0, 0x70, 0x30, 0xc4, 0x14, 0x68, 0x0a, 0xb9, 0xa0,
2019-04-22 05:32:10 +02:00
0x63, 0xa7, 0x57, 0x27, 0x4e, 0x75, 0x12, 0xa7, 0xc7, 0xe9, 0xb6, 0xd3, 0x9b, 0xd3, 0x7b, 0x9c,
0xde, 0xab, 0xd3, 0xec, 0xf4, 0xde, 0xeb, 0x5d, 0x9e, 0xff, 0xff, 0x0f, 0xb9, 0xbb, 0x7e, 0x7c,
0x93, 0x9b, 0xfd, 0xde, 0x39, 0xe7, 0x90, 0x33, 0x38, 0x33, 0x83, 0xef, 0x79, 0xb9, 0x6a, 0x6d,
0x18, 0x38, 0x7e, 0x78, 0x79, 0x9a, 0xc4, 0x59, 0x6c, 0xcc, 0x4f, 0x07, 0xc5, 0xb7, 0x2f, 0xa8,
0x25, 0x93, 0xc6, 0x8c, 0x87, 0xd5, 0x72, 0x9a, 0x25, 0xae, 0x13, 0xae, 0xcf, 0x5d, 0x9c, 0xbb,
0xb4, 0x76, 0x45, 0x5d, 0x9e, 0x0e, 0x2e, 0xf7, 0x78, 0xa4, 0x7e, 0xc6, 0xd6, 0x73, 0xc6, 0x23,
0x6a, 0x65, 0x38, 0x76, 0xa2, 0xc8, 0x0d, 0xd6, 0xe7, 0x79, 0xd9, 0x1a, 0x2d, 0x33, 0x65, 0xa8,
0x7e, 0xc6, 0x3e, 0x99, 0x35, 0x9e, 0x54, 0x6a, 0x18, 0x07, 0x81, 0x3b, 0xcc, 0xfc, 0x38, 0x5a,
0x5f, 0xe0, 0xb5, 0xe7, 0x78, 0x2d, 0x9d, 0xad, 0xe5, 0xa7, 0x59, 0xfd, 0x8c, 0x7d, 0xcb, 0x12,
0xe3, 0x09, 0xb5, 0x9c, 0xb8, 0xd3, 0x38, 0xcd, 0xd6, 0x17, 0x79, 0xb1, 0x71, 0xba, 0xd8, 0x76,
0xf7, 0xdd, 0xc4, 0x8d, 0x86, 0x2e, 0x5d, 0x87, 0xac, 0x31, 0x2e, 0xa8, 0xa5, 0xcc, 0xcf, 0x02,
0x77, 0x7d, 0xf5, 0xe2, 0xdc, 0xa5, 0x82, 0x2d, 0x07, 0xc6, 0x45, 0xb5, 0x36, 0x72, 0xd3, 0x61,
0xe2, 0x4f, 0xf9, 0xac, 0x05, 0x9e, 0xbb, 0x75, 0xc8, 0xb8, 0xa4, 0x0a, 0xd9, 0x38, 0x0f, 0x07,
0x91, 0xe3, 0x07, 0xeb, 0xea, 0x96, 0x0f, 0x1a, 0xe7, 0xc9, 0xd0, 0xb5, 0x6f, 0x4e, 0x1a, 0x86,
0x5a, 0xcc, 0x1c, 0x2f, 0x5d, 0x5f, 0xbb, 0xb8, 0x70, 0xa9, 0x60, 0x33, 0x1b, 0x8f, 0xa9, 0x42,
0xe0, 0x44, 0x5e, 0xee, 0x78, 0x6e, 0xba, 0x7e, 0xf6, 0xe2, 0xc2, 0xa5, 0xb5, 0x2b, 0x67, 0xe9,
0xa7, 0x5b, 0x7a, 0xd0, 0xbe, 0x39, 0xcd, 0x6b, 0xe3, 0xa1, 0x43, 0x67, 0x4d, 0xd7, 0xcf, 0xdd,
0xb2, 0x56, 0x0f, 0xda, 0x37, 0xa7, 0xcb, 0xcb, 0x6a, 0x31, 0x9b, 0x4d, 0xdd, 0xe2, 0x07, 0xe7,
0xd5, 0xb2, 0x6c, 0xb9, 0x51, 0x54, 0xcb, 0x29, 0x5f, 0xd3, 0x6d, 0xb7, 0x43, 0xae, 0x52, 0xcf,
0x18, 0x77, 0xab, 0x65, 0x27, 0xcf, 0xc6, 0x71, 0xc2, 0xf7, 0xa2, 0x60, 0xeb, 0x23, 0x63, 0x5d,
0xad, 0x04, 0xfe, 0xd0, 0x8d, 0x52, 0x97, 0x37, 0xbe, 0x60, 0x9f, 0x1c, 0x1a, 0x0f, 0xa8, 0x35,
0x8d, 0xd7, 0xf3, 0x24, 0xe0, 0x9d, 0x2e, 0xd8, 0x4a, 0x0f, 0x6d, 0x25, 0x81, 0xf1, 0xa0, 0x3a,
0x9b, 0xb8, 0x81, 0xeb, 0xa4, 0xee, 0xf5, 0xcc, 0x0f, 0xdd, 0xf5, 0xa5, 0x8b, 0x73, 0x97, 0x16,
0xec, 0x35, 0x3d, 0xd6, 0xf7, 0x43, 0xd7, 0xb8, 0x47, 0x2d, 0xec, 0xbb, 0xee, 0xfa, 0x32, 0x5f,
0xd6, 0x0a, 0x5d, 0xd6, 0x86, 0xeb, 0xda, 0x34, 0x66, 0x3c, 0xa8, 0x96, 0xfc, 0xd0, 0xf1, 0x5c,
0xbd, 0xb3, 0x05, 0x9a, 0x6c, 0xd0, 0x40, 0xfd, 0x8c, 0x2d, 0x33, 0xb4, 0xe4, 0xd0, 0x1f, 0xb9,
0xf1, 0xfa, 0xda, 0xcd, 0x25, 0xdb, 0x34, 0x40, 0x4b, 0x78, 0x86, 0x96, 0x38, 0xf9, 0xc8, 0x8f,
0xd7, 0xcf, 0xde, 0x5c, 0x52, 0xa2, 0x01, 0x5a, 0xc2, 0x33, 0xc6, 0x63, 0x6a, 0x35, 0x8d, 0xf7,
0xb3, 0x23, 0x27, 0x71, 0xd7, 0xcf, 0xf1, 0xaa, 0xb3, 0xb2, 0x3f, 0x32, 0x56, 0x3f, 0x63, 0x9f,
0xce, 0x9f, 0x6e, 0xee, 0xfb, 0xe6, 0xd4, 0x8a, 0x7e, 0x50, 0x8d, 0xfb, 0x95, 0x9a, 0xe6, 0x83,
0xc0, 0x1f, 0x5e, 0x9f, 0xb8, 0x33, 0xde, 0xe1, 0xb3, 0x76, 0x41, 0x46, 0x9a, 0xee, 0x8c, 0x9e,
0x2e, 0x37, 0xa4, 0x27, 0x44, 0xf6, 0x55, 0x0e, 0x68, 0xf3, 0x8e, 0xdc, 0x41, 0xea, 0x67, 0xb2,
0x79, 0xb2, 0xb5, 0x4a, 0x0f, 0xd1, 0xe6, 0x5d, 0x54, 0x4b, 0xc3, 0xf8, 0xd0, 0x4d, 0xf4, 0x13,
0x7c, 0xeb, 0x2d, 0x93, 0x09, 0xe3, 0x51, 0xb5, 0xba, 0xef, 0x3a, 0x59, 0x9e, 0xb8, 0x23, 0xde,
0xda, 0x8f, 0x7c, 0x27, 0xec, 0xd3, 0xe9, 0xe2, 0x93, 0xea, 0xfc, 0xed, 0x4f, 0x3f, 0x5d, 0x34,
0xbf, 0xbe, 0xd7, 0xc7, 0x4e, 0x3a, 0x3e, 0xb9, 0x68, 0x1e, 0xa9, 0x3b, 0xe9, 0xb8, 0xf8, 0xde,
0x39, 0x55, 0x38, 0xfd, 0x45, 0xc6, 0xd3, 0xaa, 0x10, 0xf8, 0x69, 0x76, 0x9d, 0x3e, 0x3a, 0xaf,
0x3d, 0x7f, 0xe5, 0xee, 0xdb, 0x4e, 0x75, 0x99, 0xfe, 0xe9, 0xcf, 0xa6, 0xae, 0xbd, 0x1a, 0x68,
0x32, 0x9e, 0x53, 0x90, 0x33, 0x24, 0x27, 0x27, 0x4d, 0xd7, 0xe7, 0xf9, 0xd1, 0xfd, 0x28, 0x6f,
0xa3, 0x7d, 0xc7, 0xf0, 0xb6, 0xe3, 0xb4, 0xf8, 0x98, 0x5a, 0x3d, 0xf9, 0xa5, 0xc6, 0x79, 0xa5,
0xcc, 0x4e, 0xab, 0x55, 0x35, 0xfb, 0x8d, 0x4e, 0x1b, 0x67, 0xe8, 0xb8, 0x52, 0xb5, 0x1b, 0xdb,
0x25, 0x3e, 0x9e, 0x2f, 0xbe, 0x63, 0x4e, 0x2d, 0xcb, 0xde, 0xd0, 0x9b, 0x76, 0xcb, 0x27, 0x62,
0xa6, 0xb1, 0xc8, 0x09, 0x5d, 0x7d, 0x03, 0x98, 0x69, 0x2c, 0xf5, 0x8f, 0xe5, 0x99, 0x5e, 0xb4,
0x99, 0x69, 0x4f, 0x42, 0x77, 0xe4, 0x3b, 0xf2, 0x39, 0xe5, 0x79, 0x2e, 0xf0, 0x08, 0x5f, 0x05,
0xd4, 0x02, 0xdd, 0xaa, 0x25, 0x1e, 0x27, 0x34, 0x5e, 0xa8, 0x56, 0xd2, 0x91, 0xec, 0xe0, 0x32,
0x9f, 0x6f, 0x39, 0x1d, 0xf1, 0xf6, 0xbd, 0x7b, 0x4e, 0x2d, 0x6c, 0xb8, 0xae, 0xf1, 0x84, 0x5a,
0x1d, 0xe6, 0x09, 0x7d, 0xa2, 0x99, 0xde, 0x37, 0xe8, 0x67, 0xfc, 0xb2, 0xa9, 0xc7, 0xed, 0xd3,
0x15, 0xf4, 0xaa, 0x39, 0xa3, 0x51, 0xe2, 0xa6, 0x29, 0x5f, 0xea, 0x59, 0xfb, 0xe4, 0x90, 0x5f,
0xce, 0x30, 0xce, 0xa3, 0x4c, 0x5f, 0xaf, 0x3e, 0x2a, 0x3e, 0xab, 0x56, 0x4f, 0x7e, 0x8f, 0x71,
0x41, 0x61, 0xab, 0xdd, 0x6c, 0x77, 0x76, 0xda, 0xd7, 0xcd, 0x2d, 0xdb, 0xae, 0xb6, 0xcd, 0x5d,
0x9c, 0x31, 0x56, 0xd4, 0x42, 0xab, 0x6c, 0x62, 0x8e, 0xa0, 0xdc, 0x37, 0x31, 0x4f, 0xb0, 0xd5,
0xab, 0x60, 0xa1, 0xf8, 0x8c, 0x5a, 0xe2, 0xf7, 0x89, 0x9e, 0xd0, 0x23, 0x7f, 0x94, 0xc9, 0xa6,
0x9d, 0xb3, 0xe5, 0x80, 0xce, 0x39, 0x76, 0x7d, 0x6f, 0x9c, 0xf1, 0xc5, 0x9c, 0xb3, 0xf5, 0x51,
0x31, 0x51, 0x4b, 0xfc, 0x8e, 0xfd, 0xff, 0x7e, 0xcc, 0xb8, 0x57, 0xad, 0x8e, 0xf2, 0xc4, 0x39,
0xfd, 0x06, 0x3f, 0x67, 0x9f, 0x1e, 0x1b, 0x0f, 0x9c, 0xbc, 0xa4, 0x77, 0x7c, 0xc4, 0x4b, 0xaa,
0x5f, 0xd1, 0xe2, 0x43, 0x6a, 0x89, 0x8f, 0x6f, 0xfb, 0x2d, 0x73, 0xb7, 0xff, 0x96, 0xe2, 0x54,
0xad, 0x9e, 0xbc, 0xb3, 0xc6, 0x79, 0x35, 0x1f, 0xa7, 0xbc, 0xa2, 0x60, 0xcf, 0xc7, 0x69, 0xb1,
0xaf, 0xe6, 0x3b, 0x3d, 0x7a, 0x6e, 0x4e, 0xb6, 0xa8, 0xd3, 0x93, 0xcd, 0x29, 0xb5, 0x77, 0x31,
0x67, 0x14, 0xd4, 0x52, 0xab, 0xd1, 0xde, 0xba, 0x86, 0x79, 0x63, 0x4d, 0xad, 0xec, 0x34, 0xda,
0x95, 0xce, 0x4e, 0x0f, 0x0b, 0xb4, 0xc0, 0x2a, 0x99, 0x58, 0xa4, 0xd1, 0x52, 0xbb, 0x62, 0x77,
0x1a, 0x15, 0x2c, 0xd1, 0x68, 0xa3, 0xd3, 0xc3, 0x72, 0xf1, 0xc3, 0xf7, 0xab, 0xd5, 0x93, 0xaf,
0x6b, 0xe3, 0x29, 0xb5, 0x7a, 0xf2, 0x85, 0xad, 0xef, 0xf5, 0x5d, 0xb7, 0x7e, 0x9d, 0xdf, 0xfc,
0x5e, 0x3f, 0x5d, 0x66, 0x3c, 0xae, 0x96, 0xa5, 0x4d, 0x78, 0xaf, 0xce, 0x5f, 0xb9, 0xf3, 0xb6,
0x1f, 0xe8, 0xf1, 0x94, 0xad, 0x97, 0x48, 0xa7, 0x79, 0x27, 0xdb, 0x77, 0xfe, 0xca, 0x85, 0x5b,
0x0b, 0xe0, 0xb2, 0x49, 0xcf, 0x43, 0x32, 0xb3, 0xf5, 0x9a, 0xe2, 0xbb, 0xce, 0xde, 0x72, 0x69,
0xb7, 0x3c, 0x1a, 0xad, 0x52, 0xbb, 0xb6, 0x55, 0xaa, 0x55, 0x71, 0xc6, 0x58, 0x56, 0xf3, 0x6e,
0x84, 0x39, 0x4a, 0xc7, 0xc1, 0x3c, 0xe7, 0x00, 0x0b, 0x9c, 0x2e, 0x16, 0x39, 0xf7, 0xb1, 0xc4,
0x39, 0xc1, 0x32, 0x67, 0x88, 0x15, 0xce, 0x08, 0xab, 0x9c, 0x09, 0x0a, 0x9c, 0x29, 0x14, 0xe7,
0x21, 0xd6, 0x38, 0x67, 0x38, 0xcb, 0x79, 0x8c, 0x73, 0x94, 0x03, 0x07, 0xe7, 0x39, 0x5d, 0xdc,
0xc1, 0xe9, 0x01, 0x9c, 0x63, 0xbc, 0x80, 0xd3, 0x87, 0xc1, 0x19, 0xe2, 0x4e, 0xce, 0x08, 0x17,
0x38, 0x63, 0xdc, 0xc5, 0x99, 0xe0, 0x6e, 0xce, 0x14, 0x2f, 0xa4, 0x1c, 0x3a, 0x58, 0xe7, 0x74,
0x71, 0x0f, 0xe7, 0x18, 0xf7, 0x72, 0xc6, 0x78, 0x11, 0x67, 0x82, 0xfb, 0x38, 0x53, 0xdc, 0xcf,
0x99, 0xe3, 0xc5, 0x9c, 0x87, 0x78, 0x80, 0x73, 0x86, 0x8b, 0x94, 0x23, 0x07, 0x0f, 0x72, 0xba,
0x28, 0x72, 0x1e, 0xe2, 0x21, 0xce, 0x63, 0x3c, 0xcc, 0xfb, 0xe3, 0xe2, 0x25, 0x9c, 0x01, 0x5e,
0xca, 0x19, 0xe3, 0x11, 0xce, 0x14, 0x97, 0x38, 0x33, 0x3c, 0xca, 0x99, 0xe3, 0x31, 0xca, 0x7d,
0x07, 0x8f, 0x73, 0xee, 0xe3, 0x09, 0x4e, 0x1f, 0x2f, 0xe3, 0x3c, 0xc0, 0x65, 0xce, 0x18, 0x4f,
0x72, 0x26, 0x78, 0x39, 0xe7, 0x0c, 0x4f, 0x51, 0x7a, 0x0e, 0xae, 0x70, 0x8e, 0xf0, 0x34, 0x67,
0x80, 0x57, 0x70, 0x46, 0x78, 0x86, 0x33, 0xc7, 0x2b, 0x39, 0x0f, 0xf1, 0x2a, 0xca, 0xb1, 0x83,
0x57, 0x73, 0xba, 0x78, 0x0d, 0xa7, 0x8f, 0xd7, 0x72, 0xc6, 0x78, 0x96, 0x33, 0xc1, 0xc7, 0x70,
0x66, 0x78, 0x8e, 0x33, 0xc7, 0xeb, 0x38, 0x67, 0x78, 0x3d, 0xe7, 0x31, 0xde, 0x40, 0xe9, 0x3b,
0x28, 0x71, 0x8e, 0x50, 0xe6, 0x74, 0x61, 0x72, 0x7a, 0xa8, 0x70, 0xfa, 0xa8, 0x72, 0x4e, 0xb0,
0xc1, 0x19, 0xa3, 0xc6, 0x99, 0xa2, 0xce, 0x99, 0xa1, 0xc1, 0x99, 0x63, 0x93, 0xf2, 0xc0, 0x41,
0x93, 0xf3, 0x10, 0x2d, 0xca, 0x89, 0x03, 0x8b, 0xd3, 0x43, 0x9b, 0xd3, 0x47, 0x87, 0xf3, 0x00,
0x5d, 0xce, 0x09, 0xae, 0x72, 0x06, 0xb0, 0x39, 0x43, 0xf4, 0x38, 0x23, 0xf4, 0x39, 0x63, 0x6c,
0x71, 0x26, 0xd8, 0xe6, 0x4c, 0xb1, 0xc3, 0x99, 0xe3, 0x1a, 0xe7, 0x21, 0x76, 0x39, 0x8f, 0xb0,
0xc7, 0x39, 0xc3, 0x1b, 0x29, 0x03, 0x07, 0x1f, 0xcb, 0x39, 0xc0, 0xc7, 0x71, 0x7a, 0x78, 0x13,
0xa7, 0x8f, 0xeb, 0x9c, 0x11, 0xde, 0xcc, 0x19, 0xc3, 0xe1, 0xcc, 0x30, 0xe0, 0xcc, 0x31, 0xe4,
0x3c, 0xc4, 0x88, 0x32, 0xf4, 0xe0, 0x72, 0x8e, 0xb1, 0xcf, 0xe9, 0xc3, 0xe3, 0x9c, 0x60, 0xcc,
0x19, 0xc0, 0xe7, 0x8c, 0x70, 0xc0, 0x99, 0x60, 0xc2, 0x99, 0x22, 0xe0, 0xcc, 0x10, 0x72, 0xce,
0x10, 0x51, 0x46, 0x0e, 0x62, 0xce, 0x01, 0xa6, 0x9c, 0x23, 0x3c, 0xcf, 0xe9, 0x22, 0xe1, 0xf4,
0x90, 0x72, 0x06, 0xc8, 0x38, 0x23, 0xe4, 0x9c, 0x31, 0x0e, 0x39, 0x13, 0x1c, 0x71, 0x1e, 0xe2,
0x06, 0xe7, 0x0c, 0x33, 0xca, 0x78, 0x88, 0x63, 0xce, 0x03, 0xbc, 0x85, 0x33, 0xc4, 0xc7, 0x73,
0x26, 0x78, 0x2b, 0x67, 0x8a, 0xb7, 0x51, 0x4e, 0x1d, 0x7c, 0x82, 0xb1, 0xa2, 0xe6, 0xa7, 0x3e,
0x3e, 0x71, 0x8e, 0x21, 0xc0, 0x27, 0x09, 0xa4, 0xf8, 0x64, 0x81, 0x0c, 0x9f, 0xc2, 0xf0, 0x7c,
0x8e, 0x4f, 0x65, 0x48, 0x42, 0x7c, 0x9a, 0x40, 0x84, 0x4f, 0x17, 0x88, 0xf1, 0x19, 0x02, 0x39,
0x3e, 0x53, 0xe0, 0x08, 0x9f, 0xc5, 0x90, 0x3a, 0xf8, 0x6c, 0x81, 0x21, 0xde, 0x2e, 0x30, 0xc2,
0xe7, 0x08, 0xb8, 0xf8, 0x5c, 0x01, 0x0f, 0xef, 0x10, 0xf0, 0xf1, 0x79, 0x02, 0x13, 0x7c, 0xbe,
0x40, 0x80, 0x2f, 0x10, 0x08, 0xf1, 0x85, 0x02, 0x11, 0xbe, 0x48, 0x20, 0xc6, 0x17, 0x0b, 0x3c,
0x8f, 0x77, 0x0a, 0x24, 0xf8, 0x12, 0x81, 0x14, 0x5f, 0x2a, 0x90, 0xe1, 0xcb, 0x04, 0x72, 0xbc,
0x4b, 0xe0, 0x10, 0x5f, 0x2e, 0x70, 0x84, 0xaf, 0x60, 0xc8, 0x1c, 0x7c, 0xa5, 0x80, 0x8b, 0xaf,
0x12, 0xf0, 0xf0, 0xd5, 0x02, 0x63, 0x7c, 0x8d, 0x80, 0x8f, 0xaf, 0x15, 0x98, 0xe0, 0xeb, 0x04,
0x02, 0xbc, 0x5b, 0x20, 0xc2, 0xd7, 0x0b, 0xc4, 0xf8, 0x06, 0x81, 0x04, 0xdf, 0x28, 0x90, 0xe2,
0x9b, 0x04, 0x32, 0x7c, 0xb3, 0xc0, 0x11, 0xbe, 0x45, 0x60, 0x86, 0x6f, 0x65, 0xc8, 0x3d, 0xbc,
0x47, 0x60, 0x82, 0xf7, 0x0a, 0x24, 0x78, 0x9f, 0xc0, 0x31, 0xbe, 0x8d, 0xe1, 0xd0, 0xc5, 0xb7,
0x0b, 0xf8, 0xf8, 0x0e, 0x81, 0x18, 0xdf, 0xc9, 0x70, 0xe4, 0xe0, 0xbb, 0x04, 0x62, 0x7c, 0x37,
0xc3, 0x8d, 0x31, 0xbe, 0x87, 0x61, 0xe6, 0xe3, 0x7b, 0x05, 0x62, 0x7c, 0x1f, 0xc3, 0xb1, 0x83,
0xef, 0x17, 0x18, 0xe3, 0x07, 0x04, 0x72, 0xbc, 0x7f, 0xae, 0xf8, 0x1e, 0xa8, 0x65, 0x29, 0x17,
0xc3, 0x50, 0xe7, 0x4f, 0x9a, 0xa1, 0x67, 0xda, 0x8d, 0x6e, 0x1f, 0x67, 0x8c, 0x55, 0xb5, 0x58,
0x1a, 0x05, 0x21, 0xe6, 0x98, 0xf6, 0x9d, 0x09, 0xe6, 0x99, 0xbc, 0x31, 0xb5, 0x03, 0xd1, 0x38,
0x0e, 0xb1, 0xc8, 0x94, 0x38, 0x03, 0x2c, 0x69, 0x8a, 0xb0, 0x2c, 0x14, 0xfa, 0x58, 0xd1, 0x44,
0x3d, 0x41, 0x74, 0x98, 0x66, 0x28, 0x10, 0x95, 0x9d, 0xc0, 0x87, 0x12, 0x0a, 0x73, 0xac, 0x09,
0xa5, 0x29, 0xce, 0x0a, 0x65, 0x13, 0x9c, 0x63, 0x72, 0x23, 0x0f, 0xe7, 0x99, 0xc6, 0x93, 0x14,
0x77, 0x30, 0x05, 0x7e, 0x0a, 0x30, 0xc5, 0xd3, 0x18, 0x2f, 0x60, 0x4a, 0x9c, 0x31, 0x0c, 0x4d,
0x3e, 0xee, 0x64, 0xca, 0x3d, 0x1f, 0x17, 0x84, 0xc6, 0x23, 0xdc, 0x45, 0x64, 0x3a, 0x93, 0x10,
0x77, 0x0b, 0x45, 0xd4, 0x22, 0x4c, 0x89, 0x8f, 0x75, 0xa6, 0xb1, 0x13, 0xe2, 0x1e, 0x21, 0x37,
0xc1, 0xbd, 0x4c, 0x7e, 0x92, 0xe1, 0x45, 0x4c, 0xf1, 0x34, 0xc3, 0x7d, 0x4c, 0xd3, 0x30, 0xc2,
0xfd, 0x42, 0x49, 0x86, 0x17, 0x33, 0xcd, 0x92, 0x00, 0x0f, 0x68, 0x4a, 0x71, 0x91, 0xa8, 0xe2,
0x1e, 0x52, 0xb3, 0x10, 0xc5, 0x5e, 0x82, 0x22, 0x53, 0x9a, 0x64, 0x78, 0x88, 0x29, 0x9f, 0x06,
0x78, 0x98, 0xa8, 0xea, 0xcd, 0x46, 0x78, 0x89, 0xa6, 0x31, 0x5e, 0xaa, 0x69, 0x8a, 0x47, 0x98,
0x82, 0x81, 0x83, 0x4b, 0x42, 0xb3, 0x10, 0x8f, 0x32, 0x65, 0x63, 0x1f, 0x8f, 0x11, 0xd5, 0xdc,
0x78, 0x82, 0xc7, 0x35, 0x25, 0x78, 0x82, 0x29, 0x70, 0x3c, 0xbc, 0x8c, 0x29, 0x8e, 0x3c, 0x5c,
0xd6, 0x14, 0xe2, 0x49, 0xa1, 0x6c, 0x8c, 0x97, 0x33, 0xd1, 0xdd, 0x7a, 0x4a, 0xc8, 0x9d, 0xe0,
0x0a, 0x53, 0x7e, 0x90, 0xe0, 0x69, 0xa1, 0x24, 0xc7, 0x2b, 0x88, 0xea, 0x4e, 0x34, 0xc0, 0x33,
0x9a, 0x3c, 0xbc, 0x52, 0x93, 0x8f, 0x57, 0x69, 0x8a, 0xf1, 0x6a, 0x4d, 0x29, 0x5e, 0xa3, 0x29,
0xc3, 0x6b, 0x85, 0xb2, 0x04, 0xcf, 0x32, 0xb9, 0x03, 0xea, 0x23, 0x22, 0x3f, 0x71, 0xf0, 0x1c,
0x53, 0x90, 0x1f, 0xe1, 0x75, 0x4c, 0x61, 0xe4, 0xe1, 0xf5, 0x9a, 0xa6, 0x78, 0x03, 0x53, 0x32,
0xc9, 0x50, 0x62, 0xca, 0x23, 0x0f, 0x65, 0xa2, 0x46, 0x34, 0x4a, 0x61, 0x32, 0x65, 0x4e, 0x80,
0x0a, 0xd1, 0xa6, 0x13, 0xc6, 0xa8, 0x0a, 0x1d, 0x3a, 0xd8, 0x60, 0x9a, 0x3a, 0x11, 0x6a, 0x4c,
0x79, 0x32, 0x44, 0x9d, 0xa8, 0x49, 0x4f, 0x5d, 0x43, 0x28, 0x72, 0xb0, 0xc9, 0x34, 0x76, 0x12,
0x34, 0x85, 0xc2, 0x04, 0x2d, 0xa1, 0xf8, 0x00, 0x16, 0x93, 0x9f, 0x05, 0x68, 0x6b, 0x4a, 0xd1,
0x61, 0x8a, 0x46, 0x0e, 0xba, 0x4c, 0x71, 0xe2, 0xe2, 0x2a, 0xd3, 0xd4, 0xa5, 0xee, 0x22, 0xa2,
0x3b, 0xd3, 0x23, 0x6a, 0xd1, 0x39, 0xfa, 0x42, 0x31, 0x35, 0x18, 0x53, 0xb6, 0x8f, 0x6d, 0x4d,
0x1e, 0x76, 0x34, 0x45, 0xb8, 0xc6, 0xe4, 0x4e, 0x5c, 0xec, 0x0a, 0x4d, 0x87, 0xd8, 0x63, 0xf2,
0xc3, 0x01, 0xde, 0x28, 0x14, 0x51, 0x9f, 0x09, 0x51, 0xa3, 0x31, 0xa5, 0x39, 0xde, 0xc4, 0x14,
0x87, 0x0e, 0xae, 0x33, 0xcd, 0x86, 0x3e, 0xde, 0x2c, 0x34, 0xf2, 0xe1, 0x10, 0x59, 0xce, 0xf8,
0x00, 0x03, 0xa1, 0x89, 0x83, 0xa1, 0x50, 0x34, 0xc2, 0x48, 0x93, 0x0f, 0x57, 0x28, 0x19, 0x62,
0x5f, 0x68, 0xe6, 0xc0, 0x63, 0x72, 0x47, 0xfb, 0x18, 0x0b, 0x45, 0x23, 0xf8, 0x42, 0xc9, 0x10,
0x07, 0x9a, 0x62, 0x4c, 0x98, 0xe8, 0xe9, 0x0c, 0x98, 0xe2, 0x91, 0x8f, 0x50, 0x28, 0xf2, 0x10,
0x09, 0xc5, 0x11, 0x62, 0xa6, 0x24, 0x8e, 0x31, 0x65, 0xca, 0x5c, 0x1f, 0xcf, 0x33, 0xe5, 0x41,
0x86, 0x84, 0x69, 0x16, 0x26, 0x48, 0x89, 0xda, 0x74, 0x7d, 0x99, 0x50, 0x32, 0x40, 0xce, 0x34,
0x70, 0x32, 0x1c, 0x32, 0xb9, 0x47, 0x0e, 0x8e, 0x98, 0x26, 0xa3, 0x01, 0x6e, 0x08, 0x79, 0x03,
0xcc, 0x84, 0xe2, 0x18, 0xc7, 0x4c, 0xe9, 0x38, 0xc7, 0x5b, 0x88, 0x3a, 0x9e, 0x43, 0x7d, 0x48,
0x14, 0x0c, 0x27, 0x78, 0x2b, 0x53, 0x32, 0x19, 0xe3, 0x6d, 0x42, 0x33, 0x6a, 0xc5, 0x82, 0x5a,
0xec, 0xa4, 0x9e, 0x4b, 0xbd, 0xc8, 0x18, 0x3a, 0xd4, 0x8c, 0x05, 0xb5, 0xd8, 0x75, 0x82, 0x90,
0xba, 0x91, 0x31, 0x1f, 0x52, 0x3b, 0x12, 0xba, 0x49, 0x48, 0xfd, 0x48, 0x38, 0x76, 0x3c, 0x6a,
0x48, 0xc6, 0xc0, 0xa7, 0x8e, 0x14, 0x9c, 0x52, 0x4b, 0x0a, 0x1e, 0x52, 0x4f, 0x32, 0x46, 0x37,
0xa8, 0x29, 0x09, 0x83, 0x64, 0x44, 0x5d, 0x49, 0xe8, 0x3f, 0x3f, 0xa2, 0xb6, 0x24, 0x4c, 0x32,
0x9f, 0xfa, 0xb2, 0xa0, 0x16, 0xaf, 0x3a, 0x8e, 0x43, 0x8d, 0xc9, 0x38, 0xb8, 0x41, 0x9d, 0x59,
0x50, 0x8b, 0xf6, 0x41, 0xe4, 0x51, 0x6b, 0x12, 0xc6, 0x63, 0x8f, 0x7a, 0x93, 0x31, 0x89, 0xa9,
0x39, 0x09, 0xf3, 0x28, 0xa1, 0xee, 0x2c, 0xa8, 0xc5, 0x9e, 0x13, 0x26, 0xd4, 0x9e, 0x8c, 0x89,
0x43, 0xfd, 0x29, 0x38, 0xa0, 0x06, 0x65, 0xcc, 0xb9, 0x43, 0x09, 0xbd, 0xe8, 0x88, 0x5a, 0x94,
0x70, 0xec, 0x1c, 0x51, 0x8f, 0x32, 0x26, 0x23, 0x6a, 0x52, 0xc6, 0xdc, 0xa7, 0x2e, 0x25, 0xf4,
0x47, 0x23, 0x6a, 0x53, 0xc6, 0x68, 0x44, 0x7d, 0x2a, 0x38, 0xa6, 0x46, 0x25, 0x8c, 0xbd, 0x11,
0x75, 0xaa, 0x60, 0x4c, 0xad, 0xca, 0x98, 0x38, 0xd4, 0xab, 0x8c, 0xb3, 0x98, 0x9a, 0x95, 0x30,
0x8f, 0x46, 0xd4, 0xad, 0x84, 0xb3, 0x20, 0xa6, 0x76, 0x65, 0x4c, 0x86, 0xd4, 0xaf, 0x82, 0x2e,
0x35, 0xac, 0xe0, 0x01, 0x75, 0xac, 0x60, 0x44, 0x2d, 0x5b, 0x50, 0x8b, 0x7d, 0xc7, 0x1b, 0x50,
0xcf, 0x32, 0x4e, 0x12, 0x6a, 0x5a, 0xc6, 0xc0, 0xa5, 0xae, 0x15, 0xcc, 0xa9, 0x6d, 0x19, 0xc3,
0x80, 0xfa, 0x96, 0x31, 0xf2, 0xa8, 0x71, 0x19, 0x0f, 0x33, 0xea, 0x5c, 0x42, 0x37, 0xc8, 0xa9,
0x75, 0x19, 0x23, 0x8f, 0x7a, 0x97, 0x70, 0x3f, 0xf2, 0xa8, 0x79, 0x09, 0xbd, 0xc0, 0xa3, 0xee,
0x25, 0x1c, 0x3b, 0x0e, 0xb5, 0xaf, 0x20, 0xf7, 0x2f, 0xa1, 0x3f, 0xc8, 0xa8, 0x81, 0x19, 0x93,
0x31, 0x75, 0x70, 0x41, 0x2d, 0x6e, 0x79, 0x4e, 0x42, 0x2d, 0x5c, 0x50, 0x8b, 0xdb, 0x8e, 0xef,
0xe3, 0xfd, 0x82, 0x7e, 0x3a, 0xc5, 0x0f, 0x32, 0xee, 0xd0, 0x1d, 0xfa, 0x21, 0xc1, 0xe1, 0x38,
0xc6, 0x0f, 0x0b, 0xc6, 0x81, 0x8b, 0x1f, 0x61, 0xbc, 0x36, 0x75, 0x63, 0xfc, 0xa8, 0x60, 0x9a,
0xdf, 0xc0, 0x8f, 0x31, 0xee, 0xfa, 0xbe, 0x8f, 0x1f, 0x67, 0xdc, 0xa3, 0x6f, 0xeb, 0x9f, 0x10,
0xa4, 0x7b, 0xf1, 0x93, 0x82, 0x61, 0x36, 0xc6, 0x4f, 0x09, 0xa6, 0x33, 0x17, 0x3f, 0x7d, 0x82,
0x21, 0x7e, 0x46, 0xf0, 0xc6, 0x8d, 0x1b, 0xf8, 0x59, 0xc1, 0xd9, 0x6c, 0x86, 0x9f, 0x13, 0x3c,
0x3e, 0x3e, 0xc6, 0x07, 0xe6, 0x8a, 0xef, 0x34, 0xd4, 0xea, 0x89, 0x65, 0x1a, 0x97, 0xd5, 0xca,
0x50, 0x44, 0x53, 0x2b, 0xee, 0x47, 0x97, 0xd0, 0x93, 0x45, 0xc6, 0x05, 0xb5, 0x94, 0x66, 0x4e,
0x76, 0xf2, 0xa7, 0x17, 0x39, 0x30, 0x0c, 0xb5, 0x38, 0xf4, 0xb3, 0x99, 0xfe, 0xa3, 0x17, 0x33,
0x8f, 0xc5, 0xa3, 0x93, 0xbf, 0xba, 0x30, 0x93, 0xec, 0x07, 0x4e, 0xe6, 0x67, 0xf9, 0x48, 0xfe,
0x76, 0xf8, 0x02, 0xfb, 0xf4, 0xd8, 0xb8, 0x4f, 0x15, 0x82, 0x38, 0xf2, 0x64, 0x72, 0x99, 0x27,
0x6f, 0x0e, 0x14, 0x3f, 0x04, 0xb5, 0xa2, 0x2f, 0xc6, 0xb8, 0x53, 0xdd, 0x71, 0xfa, 0x77, 0x91,
0xce, 0x56, 0xbb, 0x6f, 0xef, 0x8a, 0xfb, 0x96, 0x36, 0xc4, 0x7d, 0x4b, 0xd7, 0xc4, 0x7d, 0x4b,
0x2d, 0x71, 0xdf, 0xca, 0x9e, 0xb8, 0x6f, 0xa9, 0x27, 0xee, 0x5b, 0xaa, 0x88, 0xfb, 0x96, 0x3a,
0xe2, 0xbe, 0xa5, 0x86, 0xb8, 0x6f, 0xe9, 0xaa, 0xb8, 0x6f, 0xa9, 0x26, 0xee, 0x5b, 0xb2, 0xc5,
0x7d, 0x4b, 0x96, 0xb8, 0x6f, 0x69, 0x47, 0xdc, 0xb7, 0xb4, 0x25, 0xee, 0x5b, 0xea, 0x8b, 0xfb,
0x96, 0xf6, 0xc4, 0x7d, 0xcb, 0x3d, 0x71, 0xdf, 0x72, 0x5d, 0xdc, 0xb7, 0x5c, 0x11, 0xf7, 0x2d,
0x97, 0xc5, 0x7d, 0xcb, 0xbb, 0xe2, 0xbe, 0xe5, 0xaa, 0xb8, 0x6f, 0x79, 0x4f, 0xdc, 0xb7, 0xbc,
0x29, 0xee, 0x5b, 0xb6, 0xc4, 0x7d, 0xcb, 0x7d, 0x71, 0xdf, 0x72, 0x47, 0xdc, 0xb7, 0x7c, 0x55,
0xdc, 0xb7, 0x5c, 0x12, 0xf7, 0x2d, 0xef, 0x88, 0xfb, 0x96, 0xb7, 0xc5, 0x7d, 0xcb, 0xb6, 0xb8,
0x6f, 0xa3, 0x23, 0xee, 0x5b, 0x6e, 0x8b, 0xfb, 0x96, 0x6b, 0xe2, 0xbe, 0xe5, 0x0d, 0x71, 0xdf,
0x72, 0x43, 0xdc, 0xb7, 0x59, 0x17, 0xf7, 0x35, 0x2d, 0x71, 0x5f, 0xb3, 0x24, 0xee, 0x6b, 0x6e,
0x8b, 0xfb, 0x36, 0x77, 0xc5, 0x7d, 0xcd, 0x0d, 0x71, 0xdf, 0x7e, 0x45, 0xdc, 0xd7, 0x6c, 0x89,
0xfb, 0x9a, 0x6d, 0x71, 0x5f, 0xf3, 0x9a, 0xb8, 0xaf, 0x69, 0x8a, 0xfb, 0x9a, 0x1d, 0x71, 0xdf,
0xa6, 0x25, 0xee, 0x6b, 0xd6, 0xc4, 0x7d, 0xcd, 0x8a, 0xb8, 0xaf, 0xd9, 0x14, 0xf7, 0x35, 0x6d,
0x71, 0x5f, 0xb3, 0x21, 0xee, 0x5b, 0xb7, 0xc5, 0x7d, 0xcd, 0x2d, 0x71, 0x5f, 0x73, 0x47, 0xdc,
0xd7, 0xdc, 0x15, 0xf7, 0x35, 0xf7, 0xc4, 0x7d, 0x2b, 0x4d, 0x71, 0xdf, 0xca, 0xa6, 0xb8, 0x6f,
0xc5, 0x12, 0xf7, 0xad, 0x74, 0xc4, 0x7d, 0xab, 0xa6, 0xb8, 0x6f, 0xb5, 0x26, 0xee, 0xdb, 0xdb,
0x16, 0xf7, 0xad, 0x5d, 0x15, 0xf7, 0xad, 0xda, 0xe2, 0xbe, 0xd5, 0xaa, 0xb8, 0x6f, 0xb5, 0x2f,
0xee, 0xbb, 0xd1, 0x14, 0xf7, 0xdd, 0xe8, 0x88, 0xfb, 0x6e, 0x6c, 0x8a, 0xfb, 0x6e, 0x34, 0xc4,
0x7d, 0x37, 0x6c, 0x71, 0xdf, 0xda, 0x86, 0xb8, 0x6f, 0x77, 0x43, 0xdc, 0xb7, 0xbf, 0x21, 0xee,
0x5b, 0x2b, 0x89, 0xfb, 0xd6, 0x2c, 0x71, 0xdf, 0x5a, 0x55, 0xdc, 0xb7, 0x52, 0x15, 0xf7, 0xad,
0xd5, 0xc5, 0x7d, 0x6b, 0x0d, 0x71, 0xdf, 0x9a, 0x2d, 0xee, 0x5b, 0x6b, 0x89, 0xfb, 0xd6, 0x2a,
0xe2, 0xbe, 0xb5, 0xae, 0xb8, 0x6f, 0x6d, 0x4b, 0xdc, 0xb7, 0xd6, 0x17, 0xf7, 0xad, 0xd5, 0xc4,
0x7d, 0x6b, 0x6d, 0x71, 0xdf, 0xda, 0x8e, 0xb8, 0x6f, 0x6d, 0x57, 0xdc, 0xb7, 0xde, 0x17, 0xf7,
0xad, 0x5b, 0xe2, 0xbe, 0xdb, 0x25, 0x71, 0xdf, 0x7a, 0x5b, 0xdc, 0xb7, 0xde, 0x14, 0xf7, 0xad,
0x6f, 0x89, 0xfb, 0x36, 0x7a, 0xe2, 0xbe, 0x8d, 0xb6, 0xb8, 0x6f, 0xa3, 0x22, 0xee, 0xdb, 0xb0,
0xc5, 0x7d, 0x1b, 0x57, 0xc5, 0x7d, 0x1b, 0x55, 0x71, 0xdf, 0x86, 0x25, 0xee, 0xdb, 0x68, 0x89,
0xfb, 0x36, 0xfa, 0xe2, 0xbe, 0x9b, 0x96, 0xb8, 0xef, 0x66, 0x57, 0xdc, 0x77, 0xb3, 0x2a, 0xee,
0xbb, 0xd9, 0x11, 0xf7, 0x6d, 0xee, 0x89, 0xfb, 0x36, 0xab, 0xe2, 0xbe, 0xcd, 0x86, 0xb8, 0x6f,
0xb3, 0x2b, 0xee, 0xdb, 0xb4, 0xc5, 0x7d, 0x9b, 0x3b, 0xe2, 0xbe, 0xcd, 0x9a, 0xb8, 0x6f, 0xab,
0x24, 0xee, 0xdb, 0xda, 0x16, 0xf7, 0x6d, 0x95, 0xc5, 0x7d, 0x5b, 0x3d, 0x71, 0xdf, 0x96, 0x2d,
0xee, 0xdb, 0xda, 0x15, 0xf7, 0x6d, 0x35, 0xb4, 0xfb, 0xb6, 0xfa, 0xda, 0x7d, 0x5b, 0x5b, 0xda,
0x7d, 0xad, 0x8e, 0x76, 0x5f, 0xab, 0xa9, 0xdd, 0xd7, 0xaa, 0x69, 0xf7, 0xb5, 0x76, 0xb4, 0xfb,
0x5a, 0xbb, 0xda, 0x7d, 0xad, 0x6d, 0xed, 0xbe, 0x56, 0x4b, 0xbb, 0xaf, 0xd5, 0xd7, 0xee, 0x6b,
0xd5, 0xb5, 0xfb, 0x5a, 0x57, 0xb5, 0xfb, 0x5a, 0xb6, 0x76, 0x5f, 0x6b, 0x4b, 0xbb, 0xef, 0x6e,
0x5f, 0xbb, 0xaf, 0x75, 0x4d, 0xbb, 0xef, 0x86, 0xa5, 0xdd, 0xd7, 0xaa, 0x68, 0xf7, 0xb5, 0x4c,
0xed, 0xbe, 0x56, 0x5b, 0xbb, 0xaf, 0x55, 0xd5, 0xee, 0x6b, 0xf5, 0xb4, 0xfb, 0x5a, 0x25, 0xed,
0xbe, 0xd6, 0x9e, 0x76, 0x5f, 0xcb, 0xd2, 0xee, 0xdb, 0x2e, 0x69, 0xf7, 0x6d, 0xdb, 0xda, 0x7d,
0xdb, 0x5d, 0xed, 0xbe, 0xed, 0x96, 0x76, 0xdf, 0xb6, 0xa9, 0xdd, 0xb7, 0xbd, 0xa7, 0xdd, 0xb7,
0xdd, 0xd0, 0xee, 0xdb, 0xae, 0x6a, 0xf7, 0x6d, 0xd7, 0xb4, 0xfb, 0xb6, 0xb7, 0xb4, 0xfb, 0xb6,
0x37, 0xb4, 0xfb, 0x5a, 0x5d, 0xed, 0xbe, 0xed, 0x8e, 0x76, 0xdf, 0x8e, 0xa5, 0xdd, 0xb7, 0xdb,
0xd4, 0xee, 0xdb, 0xdd, 0xd1, 0xee, 0xdb, 0xed, 0x69, 0xf7, 0xed, 0x96, 0xb4, 0xfb, 0x76, 0x6b,
0xda, 0x7d, 0xbb, 0xbb, 0xda, 0x7d, 0xbb, 0x55, 0xed, 0xbe, 0xdd, 0xba, 0x76, 0xdf, 0x6e, 0x5b,
0xbb, 0x6f, 0xb7, 0xa5, 0xdd, 0xb7, 0xdb, 0xd7, 0xee, 0xdb, 0xb5, 0xb5, 0xfb, 0x5e, 0x2d, 0x69,
0xf7, 0xb5, 0xab, 0xda, 0x7d, 0xed, 0x8e, 0x76, 0x5f, 0x7b, 0x4b, 0xbb, 0xaf, 0xbd, 0x43, 0x9d,
0xbb, 0xa2, 0xe6, 0xcb, 0x2d, 0x6a, 0xdc, 0x15, 0x35, 0xdf, 0xab, 0x53, 0xdf, 0xae, 0xa8, 0xf9,
0x66, 0x9b, 0xda, 0x96, 0x9e, 0x04, 0x93, 0xba, 0x96, 0x3e, 0xd7, 0x06, 0x35, 0x2d, 0x9d, 0xc2,
0xa2, 0x9e, 0x5d, 0x51, 0xf3, 0xdb, 0x26, 0xb5, 0xec, 0x8a, 0x9a, 0xdf, 0xe9, 0x51, 0xc7, 0xd2,
0x8f, 0x5b, 0xd4, 0xb0, 0x04, 0x7d, 0xea, 0x57, 0x82, 0x12, 0xb5, 0x2b, 0x41, 0x9b, 0xba, 0x95,
0x4e, 0xda, 0xa3, 0x66, 0xa5, 0x11, 0x93, 0x7a, 0x95, 0xa0, 0x85, 0x0f, 0x08, 0xd4, 0xf0, 0xf3,
0x02, 0xd7, 0xf0, 0x0b, 0x02, 0x4d, 0xfc, 0xa2, 0x40, 0x03, 0xbf, 0x24, 0x50, 0xc6, 0x2f, 0x0b,
0x74, 0xf0, 0x2b, 0x0c, 0x7b, 0x25, 0xfc, 0x2a, 0x43, 0xad, 0x87, 0x5f, 0x93, 0xa9, 0x1e, 0x7e,
0x9d, 0xa1, 0xda, 0xc3, 0x6f, 0xc8, 0xa7, 0x68, 0xe2, 0x37, 0x65, 0xaa, 0x82, 0xdf, 0x12, 0xb0,
0xf1, 0xdb, 0x02, 0x9b, 0xf8, 0x1d, 0x81, 0x3d, 0xfc, 0xae, 0x40, 0x15, 0xbf, 0xc7, 0x60, 0xd6,
0xf1, 0xfb, 0x32, 0xb2, 0x8b, 0x3f, 0x60, 0xe8, 0xef, 0xe0, 0x83, 0x02, 0x9b, 0xf8, 0x43, 0x81,
0x3d, 0xfc, 0x91, 0x40, 0x1d, 0x7f, 0x2c, 0xd0, 0xc2, 0x9f, 0x08, 0xd4, 0xf0, 0xa7, 0x02, 0x4d,
0x7c, 0x48, 0xa0, 0x83, 0x0f, 0x0b, 0xf4, 0xf1, 0x67, 0x02, 0x6d, 0xfc, 0xb9, 0x80, 0x8d, 0xbf,
0x10, 0xb0, 0xf0, 0x97, 0x02, 0x26, 0xfe, 0x4a, 0x60, 0x1b, 0x7f, 0xcd, 0xb0, 0x55, 0xc3, 0xdf,
0x08, 0x94, 0xf0, 0xb7, 0x0c, 0xa5, 0x2a, 0xfe, 0x4e, 0x3e, 0x7b, 0x19, 0x7f, 0x2f, 0x53, 0x3d,
0xfc, 0x83, 0x80, 0x85, 0x7f, 0x14, 0xd8, 0xc5, 0x3f, 0x09, 0xec, 0xe1, 0x9f, 0xe5, 0xc6, 0x6d,
0xe1, 0x5f, 0x04, 0xaa, 0xf8, 0x57, 0x81, 0x36, 0xfe, 0x4d, 0xa0, 0x86, 0x7f, 0x17, 0x68, 0xe0,
0x3f, 0xe4, 0xe6, 0x6e, 0xe0, 0x3f, 0x65, 0x33, 0xeb, 0xf8, 0x2f, 0x79, 0x4f, 0xab, 0xf8, 0x6f,
0xd9, 0x79, 0x0b, 0xff, 0x23, 0xb0, 0x83, 0xff, 0x9d, 0x1b, 0x2c, 0xf3, 0xff, 0x7b, 0x3f, 0xfd,
0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xb2, 0xf7, 0xa1, 0x31, 0x06, 0x1f, 0x00, 0x00,
2019-02-27 18:03:57 +01:00
}