dub 0.22.0 → 0.22.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (178) hide show
  1. package/.speakeasy/gen.lock +14 -5
  2. package/.speakeasy/gen.yaml +2 -1
  3. package/README.md +4 -5
  4. package/docs/sdks/analytics/README.md +0 -10
  5. package/docs/sdks/links/README.md +3 -16
  6. package/docs/sdks/metatags/README.md +50 -0
  7. package/docs/sdks/qrcodes/README.md +0 -1
  8. package/docs/sdks/tags/README.md +0 -2
  9. package/docs/sdks/workspaces/README.md +0 -3
  10. package/lib/config.d.ts +3 -3
  11. package/lib/config.js +3 -3
  12. package/models/components/linkschema.d.ts +769 -5
  13. package/models/components/linkschema.d.ts.map +1 -1
  14. package/models/components/linkschema.js +1021 -3
  15. package/models/components/linkschema.js.map +1 -1
  16. package/models/components/tagschema.d.ts +22 -10
  17. package/models/components/tagschema.d.ts.map +1 -1
  18. package/models/components/tagschema.js +10 -11
  19. package/models/components/tagschema.js.map +1 -1
  20. package/models/components/workspaceschema.d.ts +34 -15
  21. package/models/components/workspaceschema.d.ts.map +1 -1
  22. package/models/components/workspaceschema.js +15 -17
  23. package/models/components/workspaceschema.js.map +1 -1
  24. package/models/errors/badrequest.d.ts +10 -4
  25. package/models/errors/badrequest.d.ts.map +1 -1
  26. package/models/errors/badrequest.js +4 -5
  27. package/models/errors/badrequest.js.map +1 -1
  28. package/models/errors/conflict.d.ts +10 -4
  29. package/models/errors/conflict.d.ts.map +1 -1
  30. package/models/errors/conflict.js +4 -5
  31. package/models/errors/conflict.js.map +1 -1
  32. package/models/errors/forbidden.d.ts +10 -4
  33. package/models/errors/forbidden.d.ts.map +1 -1
  34. package/models/errors/forbidden.js +4 -5
  35. package/models/errors/forbidden.js.map +1 -1
  36. package/models/errors/internalservererror.d.ts +10 -4
  37. package/models/errors/internalservererror.d.ts.map +1 -1
  38. package/models/errors/internalservererror.js +4 -5
  39. package/models/errors/internalservererror.js.map +1 -1
  40. package/models/errors/inviteexpired.d.ts +10 -4
  41. package/models/errors/inviteexpired.d.ts.map +1 -1
  42. package/models/errors/inviteexpired.js +4 -5
  43. package/models/errors/inviteexpired.js.map +1 -1
  44. package/models/errors/notfound.d.ts +10 -4
  45. package/models/errors/notfound.d.ts.map +1 -1
  46. package/models/errors/notfound.js +4 -5
  47. package/models/errors/notfound.js.map +1 -1
  48. package/models/errors/ratelimitexceeded.d.ts +10 -4
  49. package/models/errors/ratelimitexceeded.d.ts.map +1 -1
  50. package/models/errors/ratelimitexceeded.js +4 -5
  51. package/models/errors/ratelimitexceeded.js.map +1 -1
  52. package/models/errors/unauthorized.d.ts +10 -4
  53. package/models/errors/unauthorized.d.ts.map +1 -1
  54. package/models/errors/unauthorized.js +4 -5
  55. package/models/errors/unauthorized.js.map +1 -1
  56. package/models/errors/unprocessableentity.d.ts +10 -4
  57. package/models/errors/unprocessableentity.d.ts.map +1 -1
  58. package/models/errors/unprocessableentity.js +4 -5
  59. package/models/errors/unprocessableentity.js.map +1 -1
  60. package/models/operations/bulkcreatelinks.d.ts +1543 -29
  61. package/models/operations/bulkcreatelinks.d.ts.map +1 -1
  62. package/models/operations/bulkcreatelinks.js +1037 -19
  63. package/models/operations/bulkcreatelinks.js.map +1 -1
  64. package/models/operations/createlink.d.ts +1543 -29
  65. package/models/operations/createlink.d.ts.map +1 -1
  66. package/models/operations/createlink.js +1037 -19
  67. package/models/operations/createlink.js.map +1 -1
  68. package/models/operations/createtag.d.ts +22 -10
  69. package/models/operations/createtag.d.ts.map +1 -1
  70. package/models/operations/createtag.js +10 -11
  71. package/models/operations/createtag.js.map +1 -1
  72. package/models/operations/editlink.d.ts +1543 -29
  73. package/models/operations/editlink.d.ts.map +1 -1
  74. package/models/operations/editlink.js +1037 -19
  75. package/models/operations/editlink.js.map +1 -1
  76. package/models/operations/getbrowseranalytics.d.ts +528 -262
  77. package/models/operations/getbrowseranalytics.d.ts.map +1 -1
  78. package/models/operations/getbrowseranalytics.js +262 -264
  79. package/models/operations/getbrowseranalytics.js.map +1 -1
  80. package/models/operations/getcityanalytics.d.ts +1036 -515
  81. package/models/operations/getcityanalytics.d.ts.map +1 -1
  82. package/models/operations/getcityanalytics.js +515 -518
  83. package/models/operations/getcityanalytics.js.map +1 -1
  84. package/models/operations/getclicksanalytics.d.ts +528 -262
  85. package/models/operations/getclicksanalytics.d.ts.map +1 -1
  86. package/models/operations/getclicksanalytics.js +262 -264
  87. package/models/operations/getclicksanalytics.js.map +1 -1
  88. package/models/operations/getcountryanalytics.d.ts +1036 -515
  89. package/models/operations/getcountryanalytics.d.ts.map +1 -1
  90. package/models/operations/getcountryanalytics.js +515 -518
  91. package/models/operations/getcountryanalytics.js.map +1 -1
  92. package/models/operations/getdeviceanalytics.d.ts +528 -262
  93. package/models/operations/getdeviceanalytics.d.ts.map +1 -1
  94. package/models/operations/getdeviceanalytics.js +262 -264
  95. package/models/operations/getdeviceanalytics.js.map +1 -1
  96. package/models/operations/getlinks.d.ts +15 -7
  97. package/models/operations/getlinks.d.ts.map +1 -1
  98. package/models/operations/getlinks.js +8 -9
  99. package/models/operations/getlinks.js.map +1 -1
  100. package/models/operations/getlinkscount.d.ts +15 -9
  101. package/models/operations/getlinkscount.d.ts.map +1 -1
  102. package/models/operations/getlinkscount.js +8 -10
  103. package/models/operations/getlinkscount.js.map +1 -1
  104. package/models/operations/getmetatags.d.ts +48 -0
  105. package/models/operations/getmetatags.d.ts.map +1 -0
  106. package/models/operations/getmetatags.js +83 -0
  107. package/models/operations/getmetatags.js.map +1 -0
  108. package/models/operations/getosanalytics.d.ts +528 -262
  109. package/models/operations/getosanalytics.d.ts.map +1 -1
  110. package/models/operations/getosanalytics.js +262 -264
  111. package/models/operations/getosanalytics.js.map +1 -1
  112. package/models/operations/getqrcode.d.ts +16 -7
  113. package/models/operations/getqrcode.d.ts.map +1 -1
  114. package/models/operations/getqrcode.js +9 -10
  115. package/models/operations/getqrcode.js.map +1 -1
  116. package/models/operations/getrefereranalytics.d.ts +528 -262
  117. package/models/operations/getrefereranalytics.d.ts.map +1 -1
  118. package/models/operations/getrefereranalytics.js +262 -264
  119. package/models/operations/getrefereranalytics.js.map +1 -1
  120. package/models/operations/gettimeseriesanalytics.d.ts +528 -262
  121. package/models/operations/gettimeseriesanalytics.d.ts.map +1 -1
  122. package/models/operations/gettimeseriesanalytics.js +262 -264
  123. package/models/operations/gettimeseriesanalytics.js.map +1 -1
  124. package/models/operations/gettoplinks.d.ts +528 -262
  125. package/models/operations/gettoplinks.d.ts.map +1 -1
  126. package/models/operations/gettoplinks.js +262 -264
  127. package/models/operations/gettoplinks.js.map +1 -1
  128. package/models/operations/gettopurls.d.ts +528 -262
  129. package/models/operations/gettopurls.d.ts.map +1 -1
  130. package/models/operations/gettopurls.js +262 -264
  131. package/models/operations/gettopurls.js.map +1 -1
  132. package/models/operations/index.d.ts +1 -0
  133. package/models/operations/index.d.ts.map +1 -1
  134. package/models/operations/index.js +1 -0
  135. package/models/operations/index.js.map +1 -1
  136. package/package.json +1 -1
  137. package/sdk/metatags.d.ts +15 -0
  138. package/sdk/metatags.d.ts.map +1 -0
  139. package/sdk/metatags.js +117 -0
  140. package/sdk/metatags.js.map +1 -0
  141. package/sdk/sdk.d.ts +3 -0
  142. package/sdk/sdk.d.ts.map +1 -1
  143. package/sdk/sdk.js +5 -0
  144. package/sdk/sdk.js.map +1 -1
  145. package/src/lib/config.ts +3 -3
  146. package/src/models/components/linkschema.ts +1788 -7
  147. package/src/models/components/tagschema.ts +13 -9
  148. package/src/models/components/workspaceschema.ts +21 -13
  149. package/src/models/errors/badrequest.ts +7 -3
  150. package/src/models/errors/conflict.ts +7 -3
  151. package/src/models/errors/forbidden.ts +7 -3
  152. package/src/models/errors/internalservererror.ts +8 -3
  153. package/src/models/errors/inviteexpired.ts +7 -3
  154. package/src/models/errors/notfound.ts +7 -3
  155. package/src/models/errors/ratelimitexceeded.ts +8 -3
  156. package/src/models/errors/unauthorized.ts +7 -3
  157. package/src/models/errors/unprocessableentity.ts +8 -3
  158. package/src/models/operations/bulkcreatelinks.ts +2578 -47
  159. package/src/models/operations/createlink.ts +2578 -47
  160. package/src/models/operations/createtag.ts +13 -9
  161. package/src/models/operations/editlink.ts +2578 -47
  162. package/src/models/operations/getbrowseranalytics.ts +270 -260
  163. package/src/models/operations/getcityanalytics.ts +527 -512
  164. package/src/models/operations/getclicksanalytics.ts +268 -260
  165. package/src/models/operations/getcountryanalytics.ts +527 -512
  166. package/src/models/operations/getdeviceanalytics.ts +270 -260
  167. package/src/models/operations/getlinks.ts +12 -8
  168. package/src/models/operations/getlinkscount.ts +9 -7
  169. package/src/models/operations/getmetatags.ts +101 -0
  170. package/src/models/operations/getosanalytics.ts +270 -260
  171. package/src/models/operations/getqrcode.ts +12 -8
  172. package/src/models/operations/getrefereranalytics.ts +270 -260
  173. package/src/models/operations/gettimeseriesanalytics.ts +268 -260
  174. package/src/models/operations/gettoplinks.ts +270 -260
  175. package/src/models/operations/gettopurls.ts +270 -260
  176. package/src/models/operations/index.ts +1 -0
  177. package/src/sdk/metatags.ts +115 -0
  178. package/src/sdk/sdk.ts +6 -0
@@ -31,531 +31,528 @@ const z = __importStar(require("zod"));
31
31
  /**
32
32
  * The interval to retrieve analytics for.
33
33
  */
34
- var GetCityAnalyticsQueryParamInterval;
35
- (function (GetCityAnalyticsQueryParamInterval) {
36
- GetCityAnalyticsQueryParamInterval["Oneh"] = "1h";
37
- GetCityAnalyticsQueryParamInterval["TwentyFourh"] = "24h";
38
- GetCityAnalyticsQueryParamInterval["Sevend"] = "7d";
39
- GetCityAnalyticsQueryParamInterval["Thirtyd"] = "30d";
40
- GetCityAnalyticsQueryParamInterval["Ninetyd"] = "90d";
41
- GetCityAnalyticsQueryParamInterval["All"] = "all";
42
- })(GetCityAnalyticsQueryParamInterval || (exports.GetCityAnalyticsQueryParamInterval = GetCityAnalyticsQueryParamInterval = {}));
34
+ exports.GetCityAnalyticsQueryParamInterval = {
35
+ Oneh: "1h",
36
+ TwentyFourh: "24h",
37
+ Sevend: "7d",
38
+ Thirtyd: "30d",
39
+ Ninetyd: "90d",
40
+ All: "all",
41
+ };
43
42
  /**
44
43
  * The country to retrieve analytics for.
45
44
  */
46
- var GetCityAnalyticsQueryParamCountry;
47
- (function (GetCityAnalyticsQueryParamCountry) {
48
- GetCityAnalyticsQueryParamCountry["Af"] = "AF";
49
- GetCityAnalyticsQueryParamCountry["Al"] = "AL";
50
- GetCityAnalyticsQueryParamCountry["Dz"] = "DZ";
51
- GetCityAnalyticsQueryParamCountry["As"] = "AS";
52
- GetCityAnalyticsQueryParamCountry["Ad"] = "AD";
53
- GetCityAnalyticsQueryParamCountry["Ao"] = "AO";
54
- GetCityAnalyticsQueryParamCountry["Ai"] = "AI";
55
- GetCityAnalyticsQueryParamCountry["Aq"] = "AQ";
56
- GetCityAnalyticsQueryParamCountry["Ag"] = "AG";
57
- GetCityAnalyticsQueryParamCountry["Ar"] = "AR";
58
- GetCityAnalyticsQueryParamCountry["Am"] = "AM";
59
- GetCityAnalyticsQueryParamCountry["Aw"] = "AW";
60
- GetCityAnalyticsQueryParamCountry["Au"] = "AU";
61
- GetCityAnalyticsQueryParamCountry["At"] = "AT";
62
- GetCityAnalyticsQueryParamCountry["Az"] = "AZ";
63
- GetCityAnalyticsQueryParamCountry["Bs"] = "BS";
64
- GetCityAnalyticsQueryParamCountry["Bh"] = "BH";
65
- GetCityAnalyticsQueryParamCountry["Bd"] = "BD";
66
- GetCityAnalyticsQueryParamCountry["Bb"] = "BB";
67
- GetCityAnalyticsQueryParamCountry["By"] = "BY";
68
- GetCityAnalyticsQueryParamCountry["Be"] = "BE";
69
- GetCityAnalyticsQueryParamCountry["Bz"] = "BZ";
70
- GetCityAnalyticsQueryParamCountry["Bj"] = "BJ";
71
- GetCityAnalyticsQueryParamCountry["Bm"] = "BM";
72
- GetCityAnalyticsQueryParamCountry["Bt"] = "BT";
73
- GetCityAnalyticsQueryParamCountry["Bo"] = "BO";
74
- GetCityAnalyticsQueryParamCountry["Ba"] = "BA";
75
- GetCityAnalyticsQueryParamCountry["Bw"] = "BW";
76
- GetCityAnalyticsQueryParamCountry["Bv"] = "BV";
77
- GetCityAnalyticsQueryParamCountry["Br"] = "BR";
78
- GetCityAnalyticsQueryParamCountry["Io"] = "IO";
79
- GetCityAnalyticsQueryParamCountry["Bn"] = "BN";
80
- GetCityAnalyticsQueryParamCountry["Bg"] = "BG";
81
- GetCityAnalyticsQueryParamCountry["Bf"] = "BF";
82
- GetCityAnalyticsQueryParamCountry["Bi"] = "BI";
83
- GetCityAnalyticsQueryParamCountry["Kh"] = "KH";
84
- GetCityAnalyticsQueryParamCountry["Cm"] = "CM";
85
- GetCityAnalyticsQueryParamCountry["Ca"] = "CA";
86
- GetCityAnalyticsQueryParamCountry["Cv"] = "CV";
87
- GetCityAnalyticsQueryParamCountry["Ky"] = "KY";
88
- GetCityAnalyticsQueryParamCountry["Cf"] = "CF";
89
- GetCityAnalyticsQueryParamCountry["Td"] = "TD";
90
- GetCityAnalyticsQueryParamCountry["Cl"] = "CL";
91
- GetCityAnalyticsQueryParamCountry["Cn"] = "CN";
92
- GetCityAnalyticsQueryParamCountry["Cx"] = "CX";
93
- GetCityAnalyticsQueryParamCountry["Cc"] = "CC";
94
- GetCityAnalyticsQueryParamCountry["Co"] = "CO";
95
- GetCityAnalyticsQueryParamCountry["Km"] = "KM";
96
- GetCityAnalyticsQueryParamCountry["Cg"] = "CG";
97
- GetCityAnalyticsQueryParamCountry["Cd"] = "CD";
98
- GetCityAnalyticsQueryParamCountry["Ck"] = "CK";
99
- GetCityAnalyticsQueryParamCountry["Cr"] = "CR";
100
- GetCityAnalyticsQueryParamCountry["Ci"] = "CI";
101
- GetCityAnalyticsQueryParamCountry["Hr"] = "HR";
102
- GetCityAnalyticsQueryParamCountry["Cu"] = "CU";
103
- GetCityAnalyticsQueryParamCountry["Cy"] = "CY";
104
- GetCityAnalyticsQueryParamCountry["Cz"] = "CZ";
105
- GetCityAnalyticsQueryParamCountry["Dk"] = "DK";
106
- GetCityAnalyticsQueryParamCountry["Dj"] = "DJ";
107
- GetCityAnalyticsQueryParamCountry["Dm"] = "DM";
108
- GetCityAnalyticsQueryParamCountry["Do"] = "DO";
109
- GetCityAnalyticsQueryParamCountry["Ec"] = "EC";
110
- GetCityAnalyticsQueryParamCountry["Eg"] = "EG";
111
- GetCityAnalyticsQueryParamCountry["Sv"] = "SV";
112
- GetCityAnalyticsQueryParamCountry["Gq"] = "GQ";
113
- GetCityAnalyticsQueryParamCountry["Er"] = "ER";
114
- GetCityAnalyticsQueryParamCountry["Ee"] = "EE";
115
- GetCityAnalyticsQueryParamCountry["Et"] = "ET";
116
- GetCityAnalyticsQueryParamCountry["Fk"] = "FK";
117
- GetCityAnalyticsQueryParamCountry["Fo"] = "FO";
118
- GetCityAnalyticsQueryParamCountry["Fj"] = "FJ";
119
- GetCityAnalyticsQueryParamCountry["Fi"] = "FI";
120
- GetCityAnalyticsQueryParamCountry["Fr"] = "FR";
121
- GetCityAnalyticsQueryParamCountry["Gf"] = "GF";
122
- GetCityAnalyticsQueryParamCountry["Pf"] = "PF";
123
- GetCityAnalyticsQueryParamCountry["Tf"] = "TF";
124
- GetCityAnalyticsQueryParamCountry["Ga"] = "GA";
125
- GetCityAnalyticsQueryParamCountry["Gm"] = "GM";
126
- GetCityAnalyticsQueryParamCountry["Ge"] = "GE";
127
- GetCityAnalyticsQueryParamCountry["De"] = "DE";
128
- GetCityAnalyticsQueryParamCountry["Gh"] = "GH";
129
- GetCityAnalyticsQueryParamCountry["Gi"] = "GI";
130
- GetCityAnalyticsQueryParamCountry["Gr"] = "GR";
131
- GetCityAnalyticsQueryParamCountry["Gl"] = "GL";
132
- GetCityAnalyticsQueryParamCountry["Gd"] = "GD";
133
- GetCityAnalyticsQueryParamCountry["Gp"] = "GP";
134
- GetCityAnalyticsQueryParamCountry["Gu"] = "GU";
135
- GetCityAnalyticsQueryParamCountry["Gt"] = "GT";
136
- GetCityAnalyticsQueryParamCountry["Gn"] = "GN";
137
- GetCityAnalyticsQueryParamCountry["Gw"] = "GW";
138
- GetCityAnalyticsQueryParamCountry["Gy"] = "GY";
139
- GetCityAnalyticsQueryParamCountry["Ht"] = "HT";
140
- GetCityAnalyticsQueryParamCountry["Hm"] = "HM";
141
- GetCityAnalyticsQueryParamCountry["Va"] = "VA";
142
- GetCityAnalyticsQueryParamCountry["Hn"] = "HN";
143
- GetCityAnalyticsQueryParamCountry["Hk"] = "HK";
144
- GetCityAnalyticsQueryParamCountry["Hu"] = "HU";
145
- GetCityAnalyticsQueryParamCountry["Is"] = "IS";
146
- GetCityAnalyticsQueryParamCountry["In"] = "IN";
147
- GetCityAnalyticsQueryParamCountry["Id"] = "ID";
148
- GetCityAnalyticsQueryParamCountry["Ir"] = "IR";
149
- GetCityAnalyticsQueryParamCountry["Iq"] = "IQ";
150
- GetCityAnalyticsQueryParamCountry["Ie"] = "IE";
151
- GetCityAnalyticsQueryParamCountry["Il"] = "IL";
152
- GetCityAnalyticsQueryParamCountry["It"] = "IT";
153
- GetCityAnalyticsQueryParamCountry["Jm"] = "JM";
154
- GetCityAnalyticsQueryParamCountry["Jp"] = "JP";
155
- GetCityAnalyticsQueryParamCountry["Jo"] = "JO";
156
- GetCityAnalyticsQueryParamCountry["Kz"] = "KZ";
157
- GetCityAnalyticsQueryParamCountry["Ke"] = "KE";
158
- GetCityAnalyticsQueryParamCountry["Ki"] = "KI";
159
- GetCityAnalyticsQueryParamCountry["Kp"] = "KP";
160
- GetCityAnalyticsQueryParamCountry["Kr"] = "KR";
161
- GetCityAnalyticsQueryParamCountry["Kw"] = "KW";
162
- GetCityAnalyticsQueryParamCountry["Kg"] = "KG";
163
- GetCityAnalyticsQueryParamCountry["La"] = "LA";
164
- GetCityAnalyticsQueryParamCountry["Lv"] = "LV";
165
- GetCityAnalyticsQueryParamCountry["Lb"] = "LB";
166
- GetCityAnalyticsQueryParamCountry["Ls"] = "LS";
167
- GetCityAnalyticsQueryParamCountry["Lr"] = "LR";
168
- GetCityAnalyticsQueryParamCountry["Ly"] = "LY";
169
- GetCityAnalyticsQueryParamCountry["Li"] = "LI";
170
- GetCityAnalyticsQueryParamCountry["Lt"] = "LT";
171
- GetCityAnalyticsQueryParamCountry["Lu"] = "LU";
172
- GetCityAnalyticsQueryParamCountry["Mo"] = "MO";
173
- GetCityAnalyticsQueryParamCountry["Mg"] = "MG";
174
- GetCityAnalyticsQueryParamCountry["Mw"] = "MW";
175
- GetCityAnalyticsQueryParamCountry["My"] = "MY";
176
- GetCityAnalyticsQueryParamCountry["Mv"] = "MV";
177
- GetCityAnalyticsQueryParamCountry["Ml"] = "ML";
178
- GetCityAnalyticsQueryParamCountry["Mt"] = "MT";
179
- GetCityAnalyticsQueryParamCountry["Mh"] = "MH";
180
- GetCityAnalyticsQueryParamCountry["Mq"] = "MQ";
181
- GetCityAnalyticsQueryParamCountry["Mr"] = "MR";
182
- GetCityAnalyticsQueryParamCountry["Mu"] = "MU";
183
- GetCityAnalyticsQueryParamCountry["Yt"] = "YT";
184
- GetCityAnalyticsQueryParamCountry["Mx"] = "MX";
185
- GetCityAnalyticsQueryParamCountry["Fm"] = "FM";
186
- GetCityAnalyticsQueryParamCountry["Md"] = "MD";
187
- GetCityAnalyticsQueryParamCountry["Mc"] = "MC";
188
- GetCityAnalyticsQueryParamCountry["Mn"] = "MN";
189
- GetCityAnalyticsQueryParamCountry["Ms"] = "MS";
190
- GetCityAnalyticsQueryParamCountry["Ma"] = "MA";
191
- GetCityAnalyticsQueryParamCountry["Mz"] = "MZ";
192
- GetCityAnalyticsQueryParamCountry["Mm"] = "MM";
193
- GetCityAnalyticsQueryParamCountry["Na"] = "NA";
194
- GetCityAnalyticsQueryParamCountry["Nr"] = "NR";
195
- GetCityAnalyticsQueryParamCountry["Np"] = "NP";
196
- GetCityAnalyticsQueryParamCountry["Nl"] = "NL";
197
- GetCityAnalyticsQueryParamCountry["Nc"] = "NC";
198
- GetCityAnalyticsQueryParamCountry["Nz"] = "NZ";
199
- GetCityAnalyticsQueryParamCountry["Ni"] = "NI";
200
- GetCityAnalyticsQueryParamCountry["Ne"] = "NE";
201
- GetCityAnalyticsQueryParamCountry["Ng"] = "NG";
202
- GetCityAnalyticsQueryParamCountry["Nu"] = "NU";
203
- GetCityAnalyticsQueryParamCountry["Nf"] = "NF";
204
- GetCityAnalyticsQueryParamCountry["Mk"] = "MK";
205
- GetCityAnalyticsQueryParamCountry["Mp"] = "MP";
206
- GetCityAnalyticsQueryParamCountry["No"] = "NO";
207
- GetCityAnalyticsQueryParamCountry["Om"] = "OM";
208
- GetCityAnalyticsQueryParamCountry["Pk"] = "PK";
209
- GetCityAnalyticsQueryParamCountry["Pw"] = "PW";
210
- GetCityAnalyticsQueryParamCountry["Ps"] = "PS";
211
- GetCityAnalyticsQueryParamCountry["Pa"] = "PA";
212
- GetCityAnalyticsQueryParamCountry["Pg"] = "PG";
213
- GetCityAnalyticsQueryParamCountry["Py"] = "PY";
214
- GetCityAnalyticsQueryParamCountry["Pe"] = "PE";
215
- GetCityAnalyticsQueryParamCountry["Ph"] = "PH";
216
- GetCityAnalyticsQueryParamCountry["Pn"] = "PN";
217
- GetCityAnalyticsQueryParamCountry["Pl"] = "PL";
218
- GetCityAnalyticsQueryParamCountry["Pt"] = "PT";
219
- GetCityAnalyticsQueryParamCountry["Pr"] = "PR";
220
- GetCityAnalyticsQueryParamCountry["Qa"] = "QA";
221
- GetCityAnalyticsQueryParamCountry["Re"] = "RE";
222
- GetCityAnalyticsQueryParamCountry["Ro"] = "RO";
223
- GetCityAnalyticsQueryParamCountry["Ru"] = "RU";
224
- GetCityAnalyticsQueryParamCountry["Rw"] = "RW";
225
- GetCityAnalyticsQueryParamCountry["Sh"] = "SH";
226
- GetCityAnalyticsQueryParamCountry["Kn"] = "KN";
227
- GetCityAnalyticsQueryParamCountry["Lc"] = "LC";
228
- GetCityAnalyticsQueryParamCountry["Pm"] = "PM";
229
- GetCityAnalyticsQueryParamCountry["Vc"] = "VC";
230
- GetCityAnalyticsQueryParamCountry["Ws"] = "WS";
231
- GetCityAnalyticsQueryParamCountry["Sm"] = "SM";
232
- GetCityAnalyticsQueryParamCountry["St"] = "ST";
233
- GetCityAnalyticsQueryParamCountry["Sa"] = "SA";
234
- GetCityAnalyticsQueryParamCountry["Sn"] = "SN";
235
- GetCityAnalyticsQueryParamCountry["Sc"] = "SC";
236
- GetCityAnalyticsQueryParamCountry["Sl"] = "SL";
237
- GetCityAnalyticsQueryParamCountry["Sg"] = "SG";
238
- GetCityAnalyticsQueryParamCountry["Sk"] = "SK";
239
- GetCityAnalyticsQueryParamCountry["Si"] = "SI";
240
- GetCityAnalyticsQueryParamCountry["Sb"] = "SB";
241
- GetCityAnalyticsQueryParamCountry["So"] = "SO";
242
- GetCityAnalyticsQueryParamCountry["Za"] = "ZA";
243
- GetCityAnalyticsQueryParamCountry["Gs"] = "GS";
244
- GetCityAnalyticsQueryParamCountry["Es"] = "ES";
245
- GetCityAnalyticsQueryParamCountry["Lk"] = "LK";
246
- GetCityAnalyticsQueryParamCountry["Sd"] = "SD";
247
- GetCityAnalyticsQueryParamCountry["Sr"] = "SR";
248
- GetCityAnalyticsQueryParamCountry["Sj"] = "SJ";
249
- GetCityAnalyticsQueryParamCountry["Sz"] = "SZ";
250
- GetCityAnalyticsQueryParamCountry["Se"] = "SE";
251
- GetCityAnalyticsQueryParamCountry["Ch"] = "CH";
252
- GetCityAnalyticsQueryParamCountry["Sy"] = "SY";
253
- GetCityAnalyticsQueryParamCountry["Tw"] = "TW";
254
- GetCityAnalyticsQueryParamCountry["Tj"] = "TJ";
255
- GetCityAnalyticsQueryParamCountry["Tz"] = "TZ";
256
- GetCityAnalyticsQueryParamCountry["Th"] = "TH";
257
- GetCityAnalyticsQueryParamCountry["Tl"] = "TL";
258
- GetCityAnalyticsQueryParamCountry["Tg"] = "TG";
259
- GetCityAnalyticsQueryParamCountry["Tk"] = "TK";
260
- GetCityAnalyticsQueryParamCountry["To"] = "TO";
261
- GetCityAnalyticsQueryParamCountry["Tt"] = "TT";
262
- GetCityAnalyticsQueryParamCountry["Tn"] = "TN";
263
- GetCityAnalyticsQueryParamCountry["Tr"] = "TR";
264
- GetCityAnalyticsQueryParamCountry["Tm"] = "TM";
265
- GetCityAnalyticsQueryParamCountry["Tc"] = "TC";
266
- GetCityAnalyticsQueryParamCountry["Tv"] = "TV";
267
- GetCityAnalyticsQueryParamCountry["Ug"] = "UG";
268
- GetCityAnalyticsQueryParamCountry["Ua"] = "UA";
269
- GetCityAnalyticsQueryParamCountry["Ae"] = "AE";
270
- GetCityAnalyticsQueryParamCountry["Gb"] = "GB";
271
- GetCityAnalyticsQueryParamCountry["Us"] = "US";
272
- GetCityAnalyticsQueryParamCountry["Um"] = "UM";
273
- GetCityAnalyticsQueryParamCountry["Uy"] = "UY";
274
- GetCityAnalyticsQueryParamCountry["Uz"] = "UZ";
275
- GetCityAnalyticsQueryParamCountry["Vu"] = "VU";
276
- GetCityAnalyticsQueryParamCountry["Ve"] = "VE";
277
- GetCityAnalyticsQueryParamCountry["Vn"] = "VN";
278
- GetCityAnalyticsQueryParamCountry["Vg"] = "VG";
279
- GetCityAnalyticsQueryParamCountry["Vi"] = "VI";
280
- GetCityAnalyticsQueryParamCountry["Wf"] = "WF";
281
- GetCityAnalyticsQueryParamCountry["Eh"] = "EH";
282
- GetCityAnalyticsQueryParamCountry["Ye"] = "YE";
283
- GetCityAnalyticsQueryParamCountry["Zm"] = "ZM";
284
- GetCityAnalyticsQueryParamCountry["Zw"] = "ZW";
285
- GetCityAnalyticsQueryParamCountry["Ax"] = "AX";
286
- GetCityAnalyticsQueryParamCountry["Bq"] = "BQ";
287
- GetCityAnalyticsQueryParamCountry["Cw"] = "CW";
288
- GetCityAnalyticsQueryParamCountry["Gg"] = "GG";
289
- GetCityAnalyticsQueryParamCountry["Im"] = "IM";
290
- GetCityAnalyticsQueryParamCountry["Je"] = "JE";
291
- GetCityAnalyticsQueryParamCountry["Me"] = "ME";
292
- GetCityAnalyticsQueryParamCountry["Bl"] = "BL";
293
- GetCityAnalyticsQueryParamCountry["Mf"] = "MF";
294
- GetCityAnalyticsQueryParamCountry["Rs"] = "RS";
295
- GetCityAnalyticsQueryParamCountry["Sx"] = "SX";
296
- GetCityAnalyticsQueryParamCountry["Ss"] = "SS";
297
- GetCityAnalyticsQueryParamCountry["Xk"] = "XK";
298
- })(GetCityAnalyticsQueryParamCountry || (exports.GetCityAnalyticsQueryParamCountry = GetCityAnalyticsQueryParamCountry = {}));
45
+ exports.GetCityAnalyticsQueryParamCountry = {
46
+ Af: "AF",
47
+ Al: "AL",
48
+ Dz: "DZ",
49
+ As: "AS",
50
+ Ad: "AD",
51
+ Ao: "AO",
52
+ Ai: "AI",
53
+ Aq: "AQ",
54
+ Ag: "AG",
55
+ Ar: "AR",
56
+ Am: "AM",
57
+ Aw: "AW",
58
+ Au: "AU",
59
+ At: "AT",
60
+ Az: "AZ",
61
+ Bs: "BS",
62
+ Bh: "BH",
63
+ Bd: "BD",
64
+ Bb: "BB",
65
+ By: "BY",
66
+ Be: "BE",
67
+ Bz: "BZ",
68
+ Bj: "BJ",
69
+ Bm: "BM",
70
+ Bt: "BT",
71
+ Bo: "BO",
72
+ Ba: "BA",
73
+ Bw: "BW",
74
+ Bv: "BV",
75
+ Br: "BR",
76
+ Io: "IO",
77
+ Bn: "BN",
78
+ Bg: "BG",
79
+ Bf: "BF",
80
+ Bi: "BI",
81
+ Kh: "KH",
82
+ Cm: "CM",
83
+ Ca: "CA",
84
+ Cv: "CV",
85
+ Ky: "KY",
86
+ Cf: "CF",
87
+ Td: "TD",
88
+ Cl: "CL",
89
+ Cn: "CN",
90
+ Cx: "CX",
91
+ Cc: "CC",
92
+ Co: "CO",
93
+ Km: "KM",
94
+ Cg: "CG",
95
+ Cd: "CD",
96
+ Ck: "CK",
97
+ Cr: "CR",
98
+ Ci: "CI",
99
+ Hr: "HR",
100
+ Cu: "CU",
101
+ Cy: "CY",
102
+ Cz: "CZ",
103
+ Dk: "DK",
104
+ Dj: "DJ",
105
+ Dm: "DM",
106
+ Do: "DO",
107
+ Ec: "EC",
108
+ Eg: "EG",
109
+ Sv: "SV",
110
+ Gq: "GQ",
111
+ Er: "ER",
112
+ Ee: "EE",
113
+ Et: "ET",
114
+ Fk: "FK",
115
+ Fo: "FO",
116
+ Fj: "FJ",
117
+ Fi: "FI",
118
+ Fr: "FR",
119
+ Gf: "GF",
120
+ Pf: "PF",
121
+ Tf: "TF",
122
+ Ga: "GA",
123
+ Gm: "GM",
124
+ Ge: "GE",
125
+ De: "DE",
126
+ Gh: "GH",
127
+ Gi: "GI",
128
+ Gr: "GR",
129
+ Gl: "GL",
130
+ Gd: "GD",
131
+ Gp: "GP",
132
+ Gu: "GU",
133
+ Gt: "GT",
134
+ Gn: "GN",
135
+ Gw: "GW",
136
+ Gy: "GY",
137
+ Ht: "HT",
138
+ Hm: "HM",
139
+ Va: "VA",
140
+ Hn: "HN",
141
+ Hk: "HK",
142
+ Hu: "HU",
143
+ Is: "IS",
144
+ In: "IN",
145
+ Id: "ID",
146
+ Ir: "IR",
147
+ Iq: "IQ",
148
+ Ie: "IE",
149
+ Il: "IL",
150
+ It: "IT",
151
+ Jm: "JM",
152
+ Jp: "JP",
153
+ Jo: "JO",
154
+ Kz: "KZ",
155
+ Ke: "KE",
156
+ Ki: "KI",
157
+ Kp: "KP",
158
+ Kr: "KR",
159
+ Kw: "KW",
160
+ Kg: "KG",
161
+ La: "LA",
162
+ Lv: "LV",
163
+ Lb: "LB",
164
+ Ls: "LS",
165
+ Lr: "LR",
166
+ Ly: "LY",
167
+ Li: "LI",
168
+ Lt: "LT",
169
+ Lu: "LU",
170
+ Mo: "MO",
171
+ Mg: "MG",
172
+ Mw: "MW",
173
+ My: "MY",
174
+ Mv: "MV",
175
+ Ml: "ML",
176
+ Mt: "MT",
177
+ Mh: "MH",
178
+ Mq: "MQ",
179
+ Mr: "MR",
180
+ Mu: "MU",
181
+ Yt: "YT",
182
+ Mx: "MX",
183
+ Fm: "FM",
184
+ Md: "MD",
185
+ Mc: "MC",
186
+ Mn: "MN",
187
+ Ms: "MS",
188
+ Ma: "MA",
189
+ Mz: "MZ",
190
+ Mm: "MM",
191
+ Na: "NA",
192
+ Nr: "NR",
193
+ Np: "NP",
194
+ Nl: "NL",
195
+ Nc: "NC",
196
+ Nz: "NZ",
197
+ Ni: "NI",
198
+ Ne: "NE",
199
+ Ng: "NG",
200
+ Nu: "NU",
201
+ Nf: "NF",
202
+ Mk: "MK",
203
+ Mp: "MP",
204
+ No: "NO",
205
+ Om: "OM",
206
+ Pk: "PK",
207
+ Pw: "PW",
208
+ Ps: "PS",
209
+ Pa: "PA",
210
+ Pg: "PG",
211
+ Py: "PY",
212
+ Pe: "PE",
213
+ Ph: "PH",
214
+ Pn: "PN",
215
+ Pl: "PL",
216
+ Pt: "PT",
217
+ Pr: "PR",
218
+ Qa: "QA",
219
+ Re: "RE",
220
+ Ro: "RO",
221
+ Ru: "RU",
222
+ Rw: "RW",
223
+ Sh: "SH",
224
+ Kn: "KN",
225
+ Lc: "LC",
226
+ Pm: "PM",
227
+ Vc: "VC",
228
+ Ws: "WS",
229
+ Sm: "SM",
230
+ St: "ST",
231
+ Sa: "SA",
232
+ Sn: "SN",
233
+ Sc: "SC",
234
+ Sl: "SL",
235
+ Sg: "SG",
236
+ Sk: "SK",
237
+ Si: "SI",
238
+ Sb: "SB",
239
+ So: "SO",
240
+ Za: "ZA",
241
+ Gs: "GS",
242
+ Es: "ES",
243
+ Lk: "LK",
244
+ Sd: "SD",
245
+ Sr: "SR",
246
+ Sj: "SJ",
247
+ Sz: "SZ",
248
+ Se: "SE",
249
+ Ch: "CH",
250
+ Sy: "SY",
251
+ Tw: "TW",
252
+ Tj: "TJ",
253
+ Tz: "TZ",
254
+ Th: "TH",
255
+ Tl: "TL",
256
+ Tg: "TG",
257
+ Tk: "TK",
258
+ To: "TO",
259
+ Tt: "TT",
260
+ Tn: "TN",
261
+ Tr: "TR",
262
+ Tm: "TM",
263
+ Tc: "TC",
264
+ Tv: "TV",
265
+ Ug: "UG",
266
+ Ua: "UA",
267
+ Ae: "AE",
268
+ Gb: "GB",
269
+ Us: "US",
270
+ Um: "UM",
271
+ Uy: "UY",
272
+ Uz: "UZ",
273
+ Vu: "VU",
274
+ Ve: "VE",
275
+ Vn: "VN",
276
+ Vg: "VG",
277
+ Vi: "VI",
278
+ Wf: "WF",
279
+ Eh: "EH",
280
+ Ye: "YE",
281
+ Zm: "ZM",
282
+ Zw: "ZW",
283
+ Ax: "AX",
284
+ Bq: "BQ",
285
+ Cw: "CW",
286
+ Gg: "GG",
287
+ Im: "IM",
288
+ Je: "JE",
289
+ Me: "ME",
290
+ Bl: "BL",
291
+ Mf: "MF",
292
+ Rs: "RS",
293
+ Sx: "SX",
294
+ Ss: "SS",
295
+ Xk: "XK",
296
+ };
299
297
  /**
300
298
  * The 2-letter country code of the city: https://d.to/geo
301
299
  */
302
- var GetCityAnalyticsCountry;
303
- (function (GetCityAnalyticsCountry) {
304
- GetCityAnalyticsCountry["Af"] = "AF";
305
- GetCityAnalyticsCountry["Al"] = "AL";
306
- GetCityAnalyticsCountry["Dz"] = "DZ";
307
- GetCityAnalyticsCountry["As"] = "AS";
308
- GetCityAnalyticsCountry["Ad"] = "AD";
309
- GetCityAnalyticsCountry["Ao"] = "AO";
310
- GetCityAnalyticsCountry["Ai"] = "AI";
311
- GetCityAnalyticsCountry["Aq"] = "AQ";
312
- GetCityAnalyticsCountry["Ag"] = "AG";
313
- GetCityAnalyticsCountry["Ar"] = "AR";
314
- GetCityAnalyticsCountry["Am"] = "AM";
315
- GetCityAnalyticsCountry["Aw"] = "AW";
316
- GetCityAnalyticsCountry["Au"] = "AU";
317
- GetCityAnalyticsCountry["At"] = "AT";
318
- GetCityAnalyticsCountry["Az"] = "AZ";
319
- GetCityAnalyticsCountry["Bs"] = "BS";
320
- GetCityAnalyticsCountry["Bh"] = "BH";
321
- GetCityAnalyticsCountry["Bd"] = "BD";
322
- GetCityAnalyticsCountry["Bb"] = "BB";
323
- GetCityAnalyticsCountry["By"] = "BY";
324
- GetCityAnalyticsCountry["Be"] = "BE";
325
- GetCityAnalyticsCountry["Bz"] = "BZ";
326
- GetCityAnalyticsCountry["Bj"] = "BJ";
327
- GetCityAnalyticsCountry["Bm"] = "BM";
328
- GetCityAnalyticsCountry["Bt"] = "BT";
329
- GetCityAnalyticsCountry["Bo"] = "BO";
330
- GetCityAnalyticsCountry["Ba"] = "BA";
331
- GetCityAnalyticsCountry["Bw"] = "BW";
332
- GetCityAnalyticsCountry["Bv"] = "BV";
333
- GetCityAnalyticsCountry["Br"] = "BR";
334
- GetCityAnalyticsCountry["Io"] = "IO";
335
- GetCityAnalyticsCountry["Bn"] = "BN";
336
- GetCityAnalyticsCountry["Bg"] = "BG";
337
- GetCityAnalyticsCountry["Bf"] = "BF";
338
- GetCityAnalyticsCountry["Bi"] = "BI";
339
- GetCityAnalyticsCountry["Kh"] = "KH";
340
- GetCityAnalyticsCountry["Cm"] = "CM";
341
- GetCityAnalyticsCountry["Ca"] = "CA";
342
- GetCityAnalyticsCountry["Cv"] = "CV";
343
- GetCityAnalyticsCountry["Ky"] = "KY";
344
- GetCityAnalyticsCountry["Cf"] = "CF";
345
- GetCityAnalyticsCountry["Td"] = "TD";
346
- GetCityAnalyticsCountry["Cl"] = "CL";
347
- GetCityAnalyticsCountry["Cn"] = "CN";
348
- GetCityAnalyticsCountry["Cx"] = "CX";
349
- GetCityAnalyticsCountry["Cc"] = "CC";
350
- GetCityAnalyticsCountry["Co"] = "CO";
351
- GetCityAnalyticsCountry["Km"] = "KM";
352
- GetCityAnalyticsCountry["Cg"] = "CG";
353
- GetCityAnalyticsCountry["Cd"] = "CD";
354
- GetCityAnalyticsCountry["Ck"] = "CK";
355
- GetCityAnalyticsCountry["Cr"] = "CR";
356
- GetCityAnalyticsCountry["Ci"] = "CI";
357
- GetCityAnalyticsCountry["Hr"] = "HR";
358
- GetCityAnalyticsCountry["Cu"] = "CU";
359
- GetCityAnalyticsCountry["Cy"] = "CY";
360
- GetCityAnalyticsCountry["Cz"] = "CZ";
361
- GetCityAnalyticsCountry["Dk"] = "DK";
362
- GetCityAnalyticsCountry["Dj"] = "DJ";
363
- GetCityAnalyticsCountry["Dm"] = "DM";
364
- GetCityAnalyticsCountry["Do"] = "DO";
365
- GetCityAnalyticsCountry["Ec"] = "EC";
366
- GetCityAnalyticsCountry["Eg"] = "EG";
367
- GetCityAnalyticsCountry["Sv"] = "SV";
368
- GetCityAnalyticsCountry["Gq"] = "GQ";
369
- GetCityAnalyticsCountry["Er"] = "ER";
370
- GetCityAnalyticsCountry["Ee"] = "EE";
371
- GetCityAnalyticsCountry["Et"] = "ET";
372
- GetCityAnalyticsCountry["Fk"] = "FK";
373
- GetCityAnalyticsCountry["Fo"] = "FO";
374
- GetCityAnalyticsCountry["Fj"] = "FJ";
375
- GetCityAnalyticsCountry["Fi"] = "FI";
376
- GetCityAnalyticsCountry["Fr"] = "FR";
377
- GetCityAnalyticsCountry["Gf"] = "GF";
378
- GetCityAnalyticsCountry["Pf"] = "PF";
379
- GetCityAnalyticsCountry["Tf"] = "TF";
380
- GetCityAnalyticsCountry["Ga"] = "GA";
381
- GetCityAnalyticsCountry["Gm"] = "GM";
382
- GetCityAnalyticsCountry["Ge"] = "GE";
383
- GetCityAnalyticsCountry["De"] = "DE";
384
- GetCityAnalyticsCountry["Gh"] = "GH";
385
- GetCityAnalyticsCountry["Gi"] = "GI";
386
- GetCityAnalyticsCountry["Gr"] = "GR";
387
- GetCityAnalyticsCountry["Gl"] = "GL";
388
- GetCityAnalyticsCountry["Gd"] = "GD";
389
- GetCityAnalyticsCountry["Gp"] = "GP";
390
- GetCityAnalyticsCountry["Gu"] = "GU";
391
- GetCityAnalyticsCountry["Gt"] = "GT";
392
- GetCityAnalyticsCountry["Gn"] = "GN";
393
- GetCityAnalyticsCountry["Gw"] = "GW";
394
- GetCityAnalyticsCountry["Gy"] = "GY";
395
- GetCityAnalyticsCountry["Ht"] = "HT";
396
- GetCityAnalyticsCountry["Hm"] = "HM";
397
- GetCityAnalyticsCountry["Va"] = "VA";
398
- GetCityAnalyticsCountry["Hn"] = "HN";
399
- GetCityAnalyticsCountry["Hk"] = "HK";
400
- GetCityAnalyticsCountry["Hu"] = "HU";
401
- GetCityAnalyticsCountry["Is"] = "IS";
402
- GetCityAnalyticsCountry["In"] = "IN";
403
- GetCityAnalyticsCountry["Id"] = "ID";
404
- GetCityAnalyticsCountry["Ir"] = "IR";
405
- GetCityAnalyticsCountry["Iq"] = "IQ";
406
- GetCityAnalyticsCountry["Ie"] = "IE";
407
- GetCityAnalyticsCountry["Il"] = "IL";
408
- GetCityAnalyticsCountry["It"] = "IT";
409
- GetCityAnalyticsCountry["Jm"] = "JM";
410
- GetCityAnalyticsCountry["Jp"] = "JP";
411
- GetCityAnalyticsCountry["Jo"] = "JO";
412
- GetCityAnalyticsCountry["Kz"] = "KZ";
413
- GetCityAnalyticsCountry["Ke"] = "KE";
414
- GetCityAnalyticsCountry["Ki"] = "KI";
415
- GetCityAnalyticsCountry["Kp"] = "KP";
416
- GetCityAnalyticsCountry["Kr"] = "KR";
417
- GetCityAnalyticsCountry["Kw"] = "KW";
418
- GetCityAnalyticsCountry["Kg"] = "KG";
419
- GetCityAnalyticsCountry["La"] = "LA";
420
- GetCityAnalyticsCountry["Lv"] = "LV";
421
- GetCityAnalyticsCountry["Lb"] = "LB";
422
- GetCityAnalyticsCountry["Ls"] = "LS";
423
- GetCityAnalyticsCountry["Lr"] = "LR";
424
- GetCityAnalyticsCountry["Ly"] = "LY";
425
- GetCityAnalyticsCountry["Li"] = "LI";
426
- GetCityAnalyticsCountry["Lt"] = "LT";
427
- GetCityAnalyticsCountry["Lu"] = "LU";
428
- GetCityAnalyticsCountry["Mo"] = "MO";
429
- GetCityAnalyticsCountry["Mg"] = "MG";
430
- GetCityAnalyticsCountry["Mw"] = "MW";
431
- GetCityAnalyticsCountry["My"] = "MY";
432
- GetCityAnalyticsCountry["Mv"] = "MV";
433
- GetCityAnalyticsCountry["Ml"] = "ML";
434
- GetCityAnalyticsCountry["Mt"] = "MT";
435
- GetCityAnalyticsCountry["Mh"] = "MH";
436
- GetCityAnalyticsCountry["Mq"] = "MQ";
437
- GetCityAnalyticsCountry["Mr"] = "MR";
438
- GetCityAnalyticsCountry["Mu"] = "MU";
439
- GetCityAnalyticsCountry["Yt"] = "YT";
440
- GetCityAnalyticsCountry["Mx"] = "MX";
441
- GetCityAnalyticsCountry["Fm"] = "FM";
442
- GetCityAnalyticsCountry["Md"] = "MD";
443
- GetCityAnalyticsCountry["Mc"] = "MC";
444
- GetCityAnalyticsCountry["Mn"] = "MN";
445
- GetCityAnalyticsCountry["Ms"] = "MS";
446
- GetCityAnalyticsCountry["Ma"] = "MA";
447
- GetCityAnalyticsCountry["Mz"] = "MZ";
448
- GetCityAnalyticsCountry["Mm"] = "MM";
449
- GetCityAnalyticsCountry["Na"] = "NA";
450
- GetCityAnalyticsCountry["Nr"] = "NR";
451
- GetCityAnalyticsCountry["Np"] = "NP";
452
- GetCityAnalyticsCountry["Nl"] = "NL";
453
- GetCityAnalyticsCountry["Nc"] = "NC";
454
- GetCityAnalyticsCountry["Nz"] = "NZ";
455
- GetCityAnalyticsCountry["Ni"] = "NI";
456
- GetCityAnalyticsCountry["Ne"] = "NE";
457
- GetCityAnalyticsCountry["Ng"] = "NG";
458
- GetCityAnalyticsCountry["Nu"] = "NU";
459
- GetCityAnalyticsCountry["Nf"] = "NF";
460
- GetCityAnalyticsCountry["Mk"] = "MK";
461
- GetCityAnalyticsCountry["Mp"] = "MP";
462
- GetCityAnalyticsCountry["No"] = "NO";
463
- GetCityAnalyticsCountry["Om"] = "OM";
464
- GetCityAnalyticsCountry["Pk"] = "PK";
465
- GetCityAnalyticsCountry["Pw"] = "PW";
466
- GetCityAnalyticsCountry["Ps"] = "PS";
467
- GetCityAnalyticsCountry["Pa"] = "PA";
468
- GetCityAnalyticsCountry["Pg"] = "PG";
469
- GetCityAnalyticsCountry["Py"] = "PY";
470
- GetCityAnalyticsCountry["Pe"] = "PE";
471
- GetCityAnalyticsCountry["Ph"] = "PH";
472
- GetCityAnalyticsCountry["Pn"] = "PN";
473
- GetCityAnalyticsCountry["Pl"] = "PL";
474
- GetCityAnalyticsCountry["Pt"] = "PT";
475
- GetCityAnalyticsCountry["Pr"] = "PR";
476
- GetCityAnalyticsCountry["Qa"] = "QA";
477
- GetCityAnalyticsCountry["Re"] = "RE";
478
- GetCityAnalyticsCountry["Ro"] = "RO";
479
- GetCityAnalyticsCountry["Ru"] = "RU";
480
- GetCityAnalyticsCountry["Rw"] = "RW";
481
- GetCityAnalyticsCountry["Sh"] = "SH";
482
- GetCityAnalyticsCountry["Kn"] = "KN";
483
- GetCityAnalyticsCountry["Lc"] = "LC";
484
- GetCityAnalyticsCountry["Pm"] = "PM";
485
- GetCityAnalyticsCountry["Vc"] = "VC";
486
- GetCityAnalyticsCountry["Ws"] = "WS";
487
- GetCityAnalyticsCountry["Sm"] = "SM";
488
- GetCityAnalyticsCountry["St"] = "ST";
489
- GetCityAnalyticsCountry["Sa"] = "SA";
490
- GetCityAnalyticsCountry["Sn"] = "SN";
491
- GetCityAnalyticsCountry["Sc"] = "SC";
492
- GetCityAnalyticsCountry["Sl"] = "SL";
493
- GetCityAnalyticsCountry["Sg"] = "SG";
494
- GetCityAnalyticsCountry["Sk"] = "SK";
495
- GetCityAnalyticsCountry["Si"] = "SI";
496
- GetCityAnalyticsCountry["Sb"] = "SB";
497
- GetCityAnalyticsCountry["So"] = "SO";
498
- GetCityAnalyticsCountry["Za"] = "ZA";
499
- GetCityAnalyticsCountry["Gs"] = "GS";
500
- GetCityAnalyticsCountry["Es"] = "ES";
501
- GetCityAnalyticsCountry["Lk"] = "LK";
502
- GetCityAnalyticsCountry["Sd"] = "SD";
503
- GetCityAnalyticsCountry["Sr"] = "SR";
504
- GetCityAnalyticsCountry["Sj"] = "SJ";
505
- GetCityAnalyticsCountry["Sz"] = "SZ";
506
- GetCityAnalyticsCountry["Se"] = "SE";
507
- GetCityAnalyticsCountry["Ch"] = "CH";
508
- GetCityAnalyticsCountry["Sy"] = "SY";
509
- GetCityAnalyticsCountry["Tw"] = "TW";
510
- GetCityAnalyticsCountry["Tj"] = "TJ";
511
- GetCityAnalyticsCountry["Tz"] = "TZ";
512
- GetCityAnalyticsCountry["Th"] = "TH";
513
- GetCityAnalyticsCountry["Tl"] = "TL";
514
- GetCityAnalyticsCountry["Tg"] = "TG";
515
- GetCityAnalyticsCountry["Tk"] = "TK";
516
- GetCityAnalyticsCountry["To"] = "TO";
517
- GetCityAnalyticsCountry["Tt"] = "TT";
518
- GetCityAnalyticsCountry["Tn"] = "TN";
519
- GetCityAnalyticsCountry["Tr"] = "TR";
520
- GetCityAnalyticsCountry["Tm"] = "TM";
521
- GetCityAnalyticsCountry["Tc"] = "TC";
522
- GetCityAnalyticsCountry["Tv"] = "TV";
523
- GetCityAnalyticsCountry["Ug"] = "UG";
524
- GetCityAnalyticsCountry["Ua"] = "UA";
525
- GetCityAnalyticsCountry["Ae"] = "AE";
526
- GetCityAnalyticsCountry["Gb"] = "GB";
527
- GetCityAnalyticsCountry["Us"] = "US";
528
- GetCityAnalyticsCountry["Um"] = "UM";
529
- GetCityAnalyticsCountry["Uy"] = "UY";
530
- GetCityAnalyticsCountry["Uz"] = "UZ";
531
- GetCityAnalyticsCountry["Vu"] = "VU";
532
- GetCityAnalyticsCountry["Ve"] = "VE";
533
- GetCityAnalyticsCountry["Vn"] = "VN";
534
- GetCityAnalyticsCountry["Vg"] = "VG";
535
- GetCityAnalyticsCountry["Vi"] = "VI";
536
- GetCityAnalyticsCountry["Wf"] = "WF";
537
- GetCityAnalyticsCountry["Eh"] = "EH";
538
- GetCityAnalyticsCountry["Ye"] = "YE";
539
- GetCityAnalyticsCountry["Zm"] = "ZM";
540
- GetCityAnalyticsCountry["Zw"] = "ZW";
541
- GetCityAnalyticsCountry["Ax"] = "AX";
542
- GetCityAnalyticsCountry["Bq"] = "BQ";
543
- GetCityAnalyticsCountry["Cw"] = "CW";
544
- GetCityAnalyticsCountry["Gg"] = "GG";
545
- GetCityAnalyticsCountry["Im"] = "IM";
546
- GetCityAnalyticsCountry["Je"] = "JE";
547
- GetCityAnalyticsCountry["Me"] = "ME";
548
- GetCityAnalyticsCountry["Bl"] = "BL";
549
- GetCityAnalyticsCountry["Mf"] = "MF";
550
- GetCityAnalyticsCountry["Rs"] = "RS";
551
- GetCityAnalyticsCountry["Sx"] = "SX";
552
- GetCityAnalyticsCountry["Ss"] = "SS";
553
- GetCityAnalyticsCountry["Xk"] = "XK";
554
- })(GetCityAnalyticsCountry || (exports.GetCityAnalyticsCountry = GetCityAnalyticsCountry = {}));
300
+ exports.GetCityAnalyticsCountry = {
301
+ Af: "AF",
302
+ Al: "AL",
303
+ Dz: "DZ",
304
+ As: "AS",
305
+ Ad: "AD",
306
+ Ao: "AO",
307
+ Ai: "AI",
308
+ Aq: "AQ",
309
+ Ag: "AG",
310
+ Ar: "AR",
311
+ Am: "AM",
312
+ Aw: "AW",
313
+ Au: "AU",
314
+ At: "AT",
315
+ Az: "AZ",
316
+ Bs: "BS",
317
+ Bh: "BH",
318
+ Bd: "BD",
319
+ Bb: "BB",
320
+ By: "BY",
321
+ Be: "BE",
322
+ Bz: "BZ",
323
+ Bj: "BJ",
324
+ Bm: "BM",
325
+ Bt: "BT",
326
+ Bo: "BO",
327
+ Ba: "BA",
328
+ Bw: "BW",
329
+ Bv: "BV",
330
+ Br: "BR",
331
+ Io: "IO",
332
+ Bn: "BN",
333
+ Bg: "BG",
334
+ Bf: "BF",
335
+ Bi: "BI",
336
+ Kh: "KH",
337
+ Cm: "CM",
338
+ Ca: "CA",
339
+ Cv: "CV",
340
+ Ky: "KY",
341
+ Cf: "CF",
342
+ Td: "TD",
343
+ Cl: "CL",
344
+ Cn: "CN",
345
+ Cx: "CX",
346
+ Cc: "CC",
347
+ Co: "CO",
348
+ Km: "KM",
349
+ Cg: "CG",
350
+ Cd: "CD",
351
+ Ck: "CK",
352
+ Cr: "CR",
353
+ Ci: "CI",
354
+ Hr: "HR",
355
+ Cu: "CU",
356
+ Cy: "CY",
357
+ Cz: "CZ",
358
+ Dk: "DK",
359
+ Dj: "DJ",
360
+ Dm: "DM",
361
+ Do: "DO",
362
+ Ec: "EC",
363
+ Eg: "EG",
364
+ Sv: "SV",
365
+ Gq: "GQ",
366
+ Er: "ER",
367
+ Ee: "EE",
368
+ Et: "ET",
369
+ Fk: "FK",
370
+ Fo: "FO",
371
+ Fj: "FJ",
372
+ Fi: "FI",
373
+ Fr: "FR",
374
+ Gf: "GF",
375
+ Pf: "PF",
376
+ Tf: "TF",
377
+ Ga: "GA",
378
+ Gm: "GM",
379
+ Ge: "GE",
380
+ De: "DE",
381
+ Gh: "GH",
382
+ Gi: "GI",
383
+ Gr: "GR",
384
+ Gl: "GL",
385
+ Gd: "GD",
386
+ Gp: "GP",
387
+ Gu: "GU",
388
+ Gt: "GT",
389
+ Gn: "GN",
390
+ Gw: "GW",
391
+ Gy: "GY",
392
+ Ht: "HT",
393
+ Hm: "HM",
394
+ Va: "VA",
395
+ Hn: "HN",
396
+ Hk: "HK",
397
+ Hu: "HU",
398
+ Is: "IS",
399
+ In: "IN",
400
+ Id: "ID",
401
+ Ir: "IR",
402
+ Iq: "IQ",
403
+ Ie: "IE",
404
+ Il: "IL",
405
+ It: "IT",
406
+ Jm: "JM",
407
+ Jp: "JP",
408
+ Jo: "JO",
409
+ Kz: "KZ",
410
+ Ke: "KE",
411
+ Ki: "KI",
412
+ Kp: "KP",
413
+ Kr: "KR",
414
+ Kw: "KW",
415
+ Kg: "KG",
416
+ La: "LA",
417
+ Lv: "LV",
418
+ Lb: "LB",
419
+ Ls: "LS",
420
+ Lr: "LR",
421
+ Ly: "LY",
422
+ Li: "LI",
423
+ Lt: "LT",
424
+ Lu: "LU",
425
+ Mo: "MO",
426
+ Mg: "MG",
427
+ Mw: "MW",
428
+ My: "MY",
429
+ Mv: "MV",
430
+ Ml: "ML",
431
+ Mt: "MT",
432
+ Mh: "MH",
433
+ Mq: "MQ",
434
+ Mr: "MR",
435
+ Mu: "MU",
436
+ Yt: "YT",
437
+ Mx: "MX",
438
+ Fm: "FM",
439
+ Md: "MD",
440
+ Mc: "MC",
441
+ Mn: "MN",
442
+ Ms: "MS",
443
+ Ma: "MA",
444
+ Mz: "MZ",
445
+ Mm: "MM",
446
+ Na: "NA",
447
+ Nr: "NR",
448
+ Np: "NP",
449
+ Nl: "NL",
450
+ Nc: "NC",
451
+ Nz: "NZ",
452
+ Ni: "NI",
453
+ Ne: "NE",
454
+ Ng: "NG",
455
+ Nu: "NU",
456
+ Nf: "NF",
457
+ Mk: "MK",
458
+ Mp: "MP",
459
+ No: "NO",
460
+ Om: "OM",
461
+ Pk: "PK",
462
+ Pw: "PW",
463
+ Ps: "PS",
464
+ Pa: "PA",
465
+ Pg: "PG",
466
+ Py: "PY",
467
+ Pe: "PE",
468
+ Ph: "PH",
469
+ Pn: "PN",
470
+ Pl: "PL",
471
+ Pt: "PT",
472
+ Pr: "PR",
473
+ Qa: "QA",
474
+ Re: "RE",
475
+ Ro: "RO",
476
+ Ru: "RU",
477
+ Rw: "RW",
478
+ Sh: "SH",
479
+ Kn: "KN",
480
+ Lc: "LC",
481
+ Pm: "PM",
482
+ Vc: "VC",
483
+ Ws: "WS",
484
+ Sm: "SM",
485
+ St: "ST",
486
+ Sa: "SA",
487
+ Sn: "SN",
488
+ Sc: "SC",
489
+ Sl: "SL",
490
+ Sg: "SG",
491
+ Sk: "SK",
492
+ Si: "SI",
493
+ Sb: "SB",
494
+ So: "SO",
495
+ Za: "ZA",
496
+ Gs: "GS",
497
+ Es: "ES",
498
+ Lk: "LK",
499
+ Sd: "SD",
500
+ Sr: "SR",
501
+ Sj: "SJ",
502
+ Sz: "SZ",
503
+ Se: "SE",
504
+ Ch: "CH",
505
+ Sy: "SY",
506
+ Tw: "TW",
507
+ Tj: "TJ",
508
+ Tz: "TZ",
509
+ Th: "TH",
510
+ Tl: "TL",
511
+ Tg: "TG",
512
+ Tk: "TK",
513
+ To: "TO",
514
+ Tt: "TT",
515
+ Tn: "TN",
516
+ Tr: "TR",
517
+ Tm: "TM",
518
+ Tc: "TC",
519
+ Tv: "TV",
520
+ Ug: "UG",
521
+ Ua: "UA",
522
+ Ae: "AE",
523
+ Gb: "GB",
524
+ Us: "US",
525
+ Um: "UM",
526
+ Uy: "UY",
527
+ Uz: "UZ",
528
+ Vu: "VU",
529
+ Ve: "VE",
530
+ Vn: "VN",
531
+ Vg: "VG",
532
+ Vi: "VI",
533
+ Wf: "WF",
534
+ Eh: "EH",
535
+ Ye: "YE",
536
+ Zm: "ZM",
537
+ Zw: "ZW",
538
+ Ax: "AX",
539
+ Bq: "BQ",
540
+ Cw: "CW",
541
+ Gg: "GG",
542
+ Im: "IM",
543
+ Je: "JE",
544
+ Me: "ME",
545
+ Bl: "BL",
546
+ Mf: "MF",
547
+ Rs: "RS",
548
+ Sx: "SX",
549
+ Ss: "SS",
550
+ Xk: "XK",
551
+ };
555
552
  /** @internal */
556
- exports.GetCityAnalyticsQueryParamInterval$ = z.nativeEnum(GetCityAnalyticsQueryParamInterval);
553
+ exports.GetCityAnalyticsQueryParamInterval$ = z.nativeEnum(exports.GetCityAnalyticsQueryParamInterval);
557
554
  /** @internal */
558
- exports.GetCityAnalyticsQueryParamCountry$ = z.nativeEnum(GetCityAnalyticsQueryParamCountry);
555
+ exports.GetCityAnalyticsQueryParamCountry$ = z.nativeEnum(exports.GetCityAnalyticsQueryParamCountry);
559
556
  /** @internal */
560
557
  var GetCityAnalyticsRequest$;
561
558
  (function (GetCityAnalyticsRequest$) {
@@ -623,7 +620,7 @@ var GetCityAnalyticsRequest$;
623
620
  });
624
621
  })(GetCityAnalyticsRequest$ || (exports.GetCityAnalyticsRequest$ = GetCityAnalyticsRequest$ = {}));
625
622
  /** @internal */
626
- exports.GetCityAnalyticsCountry$ = z.nativeEnum(GetCityAnalyticsCountry);
623
+ exports.GetCityAnalyticsCountry$ = z.nativeEnum(exports.GetCityAnalyticsCountry);
627
624
  /** @internal */
628
625
  var GetCityAnalyticsResponseBody$;
629
626
  (function (GetCityAnalyticsResponseBody$) {