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.
- package/.speakeasy/gen.lock +14 -5
- package/.speakeasy/gen.yaml +2 -1
- package/README.md +4 -5
- package/docs/sdks/analytics/README.md +0 -10
- package/docs/sdks/links/README.md +3 -16
- package/docs/sdks/metatags/README.md +50 -0
- package/docs/sdks/qrcodes/README.md +0 -1
- package/docs/sdks/tags/README.md +0 -2
- package/docs/sdks/workspaces/README.md +0 -3
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/models/components/linkschema.d.ts +769 -5
- package/models/components/linkschema.d.ts.map +1 -1
- package/models/components/linkschema.js +1021 -3
- package/models/components/linkschema.js.map +1 -1
- package/models/components/tagschema.d.ts +22 -10
- package/models/components/tagschema.d.ts.map +1 -1
- package/models/components/tagschema.js +10 -11
- package/models/components/tagschema.js.map +1 -1
- package/models/components/workspaceschema.d.ts +34 -15
- package/models/components/workspaceschema.d.ts.map +1 -1
- package/models/components/workspaceschema.js +15 -17
- package/models/components/workspaceschema.js.map +1 -1
- package/models/errors/badrequest.d.ts +10 -4
- package/models/errors/badrequest.d.ts.map +1 -1
- package/models/errors/badrequest.js +4 -5
- package/models/errors/badrequest.js.map +1 -1
- package/models/errors/conflict.d.ts +10 -4
- package/models/errors/conflict.d.ts.map +1 -1
- package/models/errors/conflict.js +4 -5
- package/models/errors/conflict.js.map +1 -1
- package/models/errors/forbidden.d.ts +10 -4
- package/models/errors/forbidden.d.ts.map +1 -1
- package/models/errors/forbidden.js +4 -5
- package/models/errors/forbidden.js.map +1 -1
- package/models/errors/internalservererror.d.ts +10 -4
- package/models/errors/internalservererror.d.ts.map +1 -1
- package/models/errors/internalservererror.js +4 -5
- package/models/errors/internalservererror.js.map +1 -1
- package/models/errors/inviteexpired.d.ts +10 -4
- package/models/errors/inviteexpired.d.ts.map +1 -1
- package/models/errors/inviteexpired.js +4 -5
- package/models/errors/inviteexpired.js.map +1 -1
- package/models/errors/notfound.d.ts +10 -4
- package/models/errors/notfound.d.ts.map +1 -1
- package/models/errors/notfound.js +4 -5
- package/models/errors/notfound.js.map +1 -1
- package/models/errors/ratelimitexceeded.d.ts +10 -4
- package/models/errors/ratelimitexceeded.d.ts.map +1 -1
- package/models/errors/ratelimitexceeded.js +4 -5
- package/models/errors/ratelimitexceeded.js.map +1 -1
- package/models/errors/unauthorized.d.ts +10 -4
- package/models/errors/unauthorized.d.ts.map +1 -1
- package/models/errors/unauthorized.js +4 -5
- package/models/errors/unauthorized.js.map +1 -1
- package/models/errors/unprocessableentity.d.ts +10 -4
- package/models/errors/unprocessableentity.d.ts.map +1 -1
- package/models/errors/unprocessableentity.js +4 -5
- package/models/errors/unprocessableentity.js.map +1 -1
- package/models/operations/bulkcreatelinks.d.ts +1543 -29
- package/models/operations/bulkcreatelinks.d.ts.map +1 -1
- package/models/operations/bulkcreatelinks.js +1037 -19
- package/models/operations/bulkcreatelinks.js.map +1 -1
- package/models/operations/createlink.d.ts +1543 -29
- package/models/operations/createlink.d.ts.map +1 -1
- package/models/operations/createlink.js +1037 -19
- package/models/operations/createlink.js.map +1 -1
- package/models/operations/createtag.d.ts +22 -10
- package/models/operations/createtag.d.ts.map +1 -1
- package/models/operations/createtag.js +10 -11
- package/models/operations/createtag.js.map +1 -1
- package/models/operations/editlink.d.ts +1543 -29
- package/models/operations/editlink.d.ts.map +1 -1
- package/models/operations/editlink.js +1037 -19
- package/models/operations/editlink.js.map +1 -1
- package/models/operations/getbrowseranalytics.d.ts +528 -262
- package/models/operations/getbrowseranalytics.d.ts.map +1 -1
- package/models/operations/getbrowseranalytics.js +262 -264
- package/models/operations/getbrowseranalytics.js.map +1 -1
- package/models/operations/getcityanalytics.d.ts +1036 -515
- package/models/operations/getcityanalytics.d.ts.map +1 -1
- package/models/operations/getcityanalytics.js +515 -518
- package/models/operations/getcityanalytics.js.map +1 -1
- package/models/operations/getclicksanalytics.d.ts +528 -262
- package/models/operations/getclicksanalytics.d.ts.map +1 -1
- package/models/operations/getclicksanalytics.js +262 -264
- package/models/operations/getclicksanalytics.js.map +1 -1
- package/models/operations/getcountryanalytics.d.ts +1036 -515
- package/models/operations/getcountryanalytics.d.ts.map +1 -1
- package/models/operations/getcountryanalytics.js +515 -518
- package/models/operations/getcountryanalytics.js.map +1 -1
- package/models/operations/getdeviceanalytics.d.ts +528 -262
- package/models/operations/getdeviceanalytics.d.ts.map +1 -1
- package/models/operations/getdeviceanalytics.js +262 -264
- package/models/operations/getdeviceanalytics.js.map +1 -1
- package/models/operations/getlinks.d.ts +15 -7
- package/models/operations/getlinks.d.ts.map +1 -1
- package/models/operations/getlinks.js +8 -9
- package/models/operations/getlinks.js.map +1 -1
- package/models/operations/getlinkscount.d.ts +15 -9
- package/models/operations/getlinkscount.d.ts.map +1 -1
- package/models/operations/getlinkscount.js +8 -10
- package/models/operations/getlinkscount.js.map +1 -1
- package/models/operations/getmetatags.d.ts +48 -0
- package/models/operations/getmetatags.d.ts.map +1 -0
- package/models/operations/getmetatags.js +83 -0
- package/models/operations/getmetatags.js.map +1 -0
- package/models/operations/getosanalytics.d.ts +528 -262
- package/models/operations/getosanalytics.d.ts.map +1 -1
- package/models/operations/getosanalytics.js +262 -264
- package/models/operations/getosanalytics.js.map +1 -1
- package/models/operations/getqrcode.d.ts +16 -7
- package/models/operations/getqrcode.d.ts.map +1 -1
- package/models/operations/getqrcode.js +9 -10
- package/models/operations/getqrcode.js.map +1 -1
- package/models/operations/getrefereranalytics.d.ts +528 -262
- package/models/operations/getrefereranalytics.d.ts.map +1 -1
- package/models/operations/getrefereranalytics.js +262 -264
- package/models/operations/getrefereranalytics.js.map +1 -1
- package/models/operations/gettimeseriesanalytics.d.ts +528 -262
- package/models/operations/gettimeseriesanalytics.d.ts.map +1 -1
- package/models/operations/gettimeseriesanalytics.js +262 -264
- package/models/operations/gettimeseriesanalytics.js.map +1 -1
- package/models/operations/gettoplinks.d.ts +528 -262
- package/models/operations/gettoplinks.d.ts.map +1 -1
- package/models/operations/gettoplinks.js +262 -264
- package/models/operations/gettoplinks.js.map +1 -1
- package/models/operations/gettopurls.d.ts +528 -262
- package/models/operations/gettopurls.d.ts.map +1 -1
- package/models/operations/gettopurls.js +262 -264
- package/models/operations/gettopurls.js.map +1 -1
- package/models/operations/index.d.ts +1 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +1 -0
- package/models/operations/index.js.map +1 -1
- package/package.json +1 -1
- package/sdk/metatags.d.ts +15 -0
- package/sdk/metatags.d.ts.map +1 -0
- package/sdk/metatags.js +117 -0
- package/sdk/metatags.js.map +1 -0
- package/sdk/sdk.d.ts +3 -0
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +5 -0
- package/sdk/sdk.js.map +1 -1
- package/src/lib/config.ts +3 -3
- package/src/models/components/linkschema.ts +1788 -7
- package/src/models/components/tagschema.ts +13 -9
- package/src/models/components/workspaceschema.ts +21 -13
- package/src/models/errors/badrequest.ts +7 -3
- package/src/models/errors/conflict.ts +7 -3
- package/src/models/errors/forbidden.ts +7 -3
- package/src/models/errors/internalservererror.ts +8 -3
- package/src/models/errors/inviteexpired.ts +7 -3
- package/src/models/errors/notfound.ts +7 -3
- package/src/models/errors/ratelimitexceeded.ts +8 -3
- package/src/models/errors/unauthorized.ts +7 -3
- package/src/models/errors/unprocessableentity.ts +8 -3
- package/src/models/operations/bulkcreatelinks.ts +2578 -47
- package/src/models/operations/createlink.ts +2578 -47
- package/src/models/operations/createtag.ts +13 -9
- package/src/models/operations/editlink.ts +2578 -47
- package/src/models/operations/getbrowseranalytics.ts +270 -260
- package/src/models/operations/getcityanalytics.ts +527 -512
- package/src/models/operations/getclicksanalytics.ts +268 -260
- package/src/models/operations/getcountryanalytics.ts +527 -512
- package/src/models/operations/getdeviceanalytics.ts +270 -260
- package/src/models/operations/getlinks.ts +12 -8
- package/src/models/operations/getlinkscount.ts +9 -7
- package/src/models/operations/getmetatags.ts +101 -0
- package/src/models/operations/getosanalytics.ts +270 -260
- package/src/models/operations/getqrcode.ts +12 -8
- package/src/models/operations/getrefereranalytics.ts +270 -260
- package/src/models/operations/gettimeseriesanalytics.ts +268 -260
- package/src/models/operations/gettoplinks.ts +270 -260
- package/src/models/operations/gettopurls.ts +270 -260
- package/src/models/operations/index.ts +1 -0
- package/src/sdk/metatags.ts +115 -0
- package/src/sdk/sdk.ts +6 -0
|
@@ -9,6 +9,1012 @@ import * as z from "zod";
|
|
|
9
9
|
*/
|
|
10
10
|
export type BulkCreateLinksTagIds = string | Array<string>;
|
|
11
11
|
|
|
12
|
+
/**
|
|
13
|
+
* Geo targeting information for the short link in JSON format `{[COUNTRY]: https://example.com }`.
|
|
14
|
+
*/
|
|
15
|
+
export type BulkCreateLinksGeo = {
|
|
16
|
+
/**
|
|
17
|
+
* The destination URL of the short link.
|
|
18
|
+
*/
|
|
19
|
+
af?: string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* The destination URL of the short link.
|
|
22
|
+
*/
|
|
23
|
+
al?: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* The destination URL of the short link.
|
|
26
|
+
*/
|
|
27
|
+
dz?: string | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* The destination URL of the short link.
|
|
30
|
+
*/
|
|
31
|
+
as?: string | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* The destination URL of the short link.
|
|
34
|
+
*/
|
|
35
|
+
ad?: string | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* The destination URL of the short link.
|
|
38
|
+
*/
|
|
39
|
+
ao?: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* The destination URL of the short link.
|
|
42
|
+
*/
|
|
43
|
+
ai?: string | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* The destination URL of the short link.
|
|
46
|
+
*/
|
|
47
|
+
aq?: string | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* The destination URL of the short link.
|
|
50
|
+
*/
|
|
51
|
+
ag?: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* The destination URL of the short link.
|
|
54
|
+
*/
|
|
55
|
+
ar?: string | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* The destination URL of the short link.
|
|
58
|
+
*/
|
|
59
|
+
am?: string | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* The destination URL of the short link.
|
|
62
|
+
*/
|
|
63
|
+
aw?: string | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* The destination URL of the short link.
|
|
66
|
+
*/
|
|
67
|
+
au?: string | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* The destination URL of the short link.
|
|
70
|
+
*/
|
|
71
|
+
at?: string | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* The destination URL of the short link.
|
|
74
|
+
*/
|
|
75
|
+
az?: string | undefined;
|
|
76
|
+
/**
|
|
77
|
+
* The destination URL of the short link.
|
|
78
|
+
*/
|
|
79
|
+
bs?: string | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* The destination URL of the short link.
|
|
82
|
+
*/
|
|
83
|
+
bh?: string | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* The destination URL of the short link.
|
|
86
|
+
*/
|
|
87
|
+
bd?: string | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* The destination URL of the short link.
|
|
90
|
+
*/
|
|
91
|
+
bb?: string | undefined;
|
|
92
|
+
/**
|
|
93
|
+
* The destination URL of the short link.
|
|
94
|
+
*/
|
|
95
|
+
by?: string | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* The destination URL of the short link.
|
|
98
|
+
*/
|
|
99
|
+
be?: string | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* The destination URL of the short link.
|
|
102
|
+
*/
|
|
103
|
+
bz?: string | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* The destination URL of the short link.
|
|
106
|
+
*/
|
|
107
|
+
bj?: string | undefined;
|
|
108
|
+
/**
|
|
109
|
+
* The destination URL of the short link.
|
|
110
|
+
*/
|
|
111
|
+
bm?: string | undefined;
|
|
112
|
+
/**
|
|
113
|
+
* The destination URL of the short link.
|
|
114
|
+
*/
|
|
115
|
+
bt?: string | undefined;
|
|
116
|
+
/**
|
|
117
|
+
* The destination URL of the short link.
|
|
118
|
+
*/
|
|
119
|
+
bo?: string | undefined;
|
|
120
|
+
/**
|
|
121
|
+
* The destination URL of the short link.
|
|
122
|
+
*/
|
|
123
|
+
ba?: string | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* The destination URL of the short link.
|
|
126
|
+
*/
|
|
127
|
+
bw?: string | undefined;
|
|
128
|
+
/**
|
|
129
|
+
* The destination URL of the short link.
|
|
130
|
+
*/
|
|
131
|
+
bv?: string | undefined;
|
|
132
|
+
/**
|
|
133
|
+
* The destination URL of the short link.
|
|
134
|
+
*/
|
|
135
|
+
br?: string | undefined;
|
|
136
|
+
/**
|
|
137
|
+
* The destination URL of the short link.
|
|
138
|
+
*/
|
|
139
|
+
io?: string | undefined;
|
|
140
|
+
/**
|
|
141
|
+
* The destination URL of the short link.
|
|
142
|
+
*/
|
|
143
|
+
bn?: string | undefined;
|
|
144
|
+
/**
|
|
145
|
+
* The destination URL of the short link.
|
|
146
|
+
*/
|
|
147
|
+
bg?: string | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* The destination URL of the short link.
|
|
150
|
+
*/
|
|
151
|
+
bf?: string | undefined;
|
|
152
|
+
/**
|
|
153
|
+
* The destination URL of the short link.
|
|
154
|
+
*/
|
|
155
|
+
bi?: string | undefined;
|
|
156
|
+
/**
|
|
157
|
+
* The destination URL of the short link.
|
|
158
|
+
*/
|
|
159
|
+
kh?: string | undefined;
|
|
160
|
+
/**
|
|
161
|
+
* The destination URL of the short link.
|
|
162
|
+
*/
|
|
163
|
+
cm?: string | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* The destination URL of the short link.
|
|
166
|
+
*/
|
|
167
|
+
ca?: string | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* The destination URL of the short link.
|
|
170
|
+
*/
|
|
171
|
+
cv?: string | undefined;
|
|
172
|
+
/**
|
|
173
|
+
* The destination URL of the short link.
|
|
174
|
+
*/
|
|
175
|
+
ky?: string | undefined;
|
|
176
|
+
/**
|
|
177
|
+
* The destination URL of the short link.
|
|
178
|
+
*/
|
|
179
|
+
cf?: string | undefined;
|
|
180
|
+
/**
|
|
181
|
+
* The destination URL of the short link.
|
|
182
|
+
*/
|
|
183
|
+
td?: string | undefined;
|
|
184
|
+
/**
|
|
185
|
+
* The destination URL of the short link.
|
|
186
|
+
*/
|
|
187
|
+
cl?: string | undefined;
|
|
188
|
+
/**
|
|
189
|
+
* The destination URL of the short link.
|
|
190
|
+
*/
|
|
191
|
+
cn?: string | undefined;
|
|
192
|
+
/**
|
|
193
|
+
* The destination URL of the short link.
|
|
194
|
+
*/
|
|
195
|
+
cx?: string | undefined;
|
|
196
|
+
/**
|
|
197
|
+
* The destination URL of the short link.
|
|
198
|
+
*/
|
|
199
|
+
cc?: string | undefined;
|
|
200
|
+
/**
|
|
201
|
+
* The destination URL of the short link.
|
|
202
|
+
*/
|
|
203
|
+
co?: string | undefined;
|
|
204
|
+
/**
|
|
205
|
+
* The destination URL of the short link.
|
|
206
|
+
*/
|
|
207
|
+
km?: string | undefined;
|
|
208
|
+
/**
|
|
209
|
+
* The destination URL of the short link.
|
|
210
|
+
*/
|
|
211
|
+
cg?: string | undefined;
|
|
212
|
+
/**
|
|
213
|
+
* The destination URL of the short link.
|
|
214
|
+
*/
|
|
215
|
+
cd?: string | undefined;
|
|
216
|
+
/**
|
|
217
|
+
* The destination URL of the short link.
|
|
218
|
+
*/
|
|
219
|
+
ck?: string | undefined;
|
|
220
|
+
/**
|
|
221
|
+
* The destination URL of the short link.
|
|
222
|
+
*/
|
|
223
|
+
cr?: string | undefined;
|
|
224
|
+
/**
|
|
225
|
+
* The destination URL of the short link.
|
|
226
|
+
*/
|
|
227
|
+
ci?: string | undefined;
|
|
228
|
+
/**
|
|
229
|
+
* The destination URL of the short link.
|
|
230
|
+
*/
|
|
231
|
+
hr?: string | undefined;
|
|
232
|
+
/**
|
|
233
|
+
* The destination URL of the short link.
|
|
234
|
+
*/
|
|
235
|
+
cu?: string | undefined;
|
|
236
|
+
/**
|
|
237
|
+
* The destination URL of the short link.
|
|
238
|
+
*/
|
|
239
|
+
cy?: string | undefined;
|
|
240
|
+
/**
|
|
241
|
+
* The destination URL of the short link.
|
|
242
|
+
*/
|
|
243
|
+
cz?: string | undefined;
|
|
244
|
+
/**
|
|
245
|
+
* The destination URL of the short link.
|
|
246
|
+
*/
|
|
247
|
+
dk?: string | undefined;
|
|
248
|
+
/**
|
|
249
|
+
* The destination URL of the short link.
|
|
250
|
+
*/
|
|
251
|
+
dj?: string | undefined;
|
|
252
|
+
/**
|
|
253
|
+
* The destination URL of the short link.
|
|
254
|
+
*/
|
|
255
|
+
dm?: string | undefined;
|
|
256
|
+
/**
|
|
257
|
+
* The destination URL of the short link.
|
|
258
|
+
*/
|
|
259
|
+
do?: string | undefined;
|
|
260
|
+
/**
|
|
261
|
+
* The destination URL of the short link.
|
|
262
|
+
*/
|
|
263
|
+
ec?: string | undefined;
|
|
264
|
+
/**
|
|
265
|
+
* The destination URL of the short link.
|
|
266
|
+
*/
|
|
267
|
+
eg?: string | undefined;
|
|
268
|
+
/**
|
|
269
|
+
* The destination URL of the short link.
|
|
270
|
+
*/
|
|
271
|
+
sv?: string | undefined;
|
|
272
|
+
/**
|
|
273
|
+
* The destination URL of the short link.
|
|
274
|
+
*/
|
|
275
|
+
gq?: string | undefined;
|
|
276
|
+
/**
|
|
277
|
+
* The destination URL of the short link.
|
|
278
|
+
*/
|
|
279
|
+
er?: string | undefined;
|
|
280
|
+
/**
|
|
281
|
+
* The destination URL of the short link.
|
|
282
|
+
*/
|
|
283
|
+
ee?: string | undefined;
|
|
284
|
+
/**
|
|
285
|
+
* The destination URL of the short link.
|
|
286
|
+
*/
|
|
287
|
+
et?: string | undefined;
|
|
288
|
+
/**
|
|
289
|
+
* The destination URL of the short link.
|
|
290
|
+
*/
|
|
291
|
+
fk?: string | undefined;
|
|
292
|
+
/**
|
|
293
|
+
* The destination URL of the short link.
|
|
294
|
+
*/
|
|
295
|
+
fo?: string | undefined;
|
|
296
|
+
/**
|
|
297
|
+
* The destination URL of the short link.
|
|
298
|
+
*/
|
|
299
|
+
fj?: string | undefined;
|
|
300
|
+
/**
|
|
301
|
+
* The destination URL of the short link.
|
|
302
|
+
*/
|
|
303
|
+
fi?: string | undefined;
|
|
304
|
+
/**
|
|
305
|
+
* The destination URL of the short link.
|
|
306
|
+
*/
|
|
307
|
+
fr?: string | undefined;
|
|
308
|
+
/**
|
|
309
|
+
* The destination URL of the short link.
|
|
310
|
+
*/
|
|
311
|
+
gf?: string | undefined;
|
|
312
|
+
/**
|
|
313
|
+
* The destination URL of the short link.
|
|
314
|
+
*/
|
|
315
|
+
pf?: string | undefined;
|
|
316
|
+
/**
|
|
317
|
+
* The destination URL of the short link.
|
|
318
|
+
*/
|
|
319
|
+
tf?: string | undefined;
|
|
320
|
+
/**
|
|
321
|
+
* The destination URL of the short link.
|
|
322
|
+
*/
|
|
323
|
+
ga?: string | undefined;
|
|
324
|
+
/**
|
|
325
|
+
* The destination URL of the short link.
|
|
326
|
+
*/
|
|
327
|
+
gm?: string | undefined;
|
|
328
|
+
/**
|
|
329
|
+
* The destination URL of the short link.
|
|
330
|
+
*/
|
|
331
|
+
ge?: string | undefined;
|
|
332
|
+
/**
|
|
333
|
+
* The destination URL of the short link.
|
|
334
|
+
*/
|
|
335
|
+
de?: string | undefined;
|
|
336
|
+
/**
|
|
337
|
+
* The destination URL of the short link.
|
|
338
|
+
*/
|
|
339
|
+
gh?: string | undefined;
|
|
340
|
+
/**
|
|
341
|
+
* The destination URL of the short link.
|
|
342
|
+
*/
|
|
343
|
+
gi?: string | undefined;
|
|
344
|
+
/**
|
|
345
|
+
* The destination URL of the short link.
|
|
346
|
+
*/
|
|
347
|
+
gr?: string | undefined;
|
|
348
|
+
/**
|
|
349
|
+
* The destination URL of the short link.
|
|
350
|
+
*/
|
|
351
|
+
gl?: string | undefined;
|
|
352
|
+
/**
|
|
353
|
+
* The destination URL of the short link.
|
|
354
|
+
*/
|
|
355
|
+
gd?: string | undefined;
|
|
356
|
+
/**
|
|
357
|
+
* The destination URL of the short link.
|
|
358
|
+
*/
|
|
359
|
+
gp?: string | undefined;
|
|
360
|
+
/**
|
|
361
|
+
* The destination URL of the short link.
|
|
362
|
+
*/
|
|
363
|
+
gu?: string | undefined;
|
|
364
|
+
/**
|
|
365
|
+
* The destination URL of the short link.
|
|
366
|
+
*/
|
|
367
|
+
gt?: string | undefined;
|
|
368
|
+
/**
|
|
369
|
+
* The destination URL of the short link.
|
|
370
|
+
*/
|
|
371
|
+
gn?: string | undefined;
|
|
372
|
+
/**
|
|
373
|
+
* The destination URL of the short link.
|
|
374
|
+
*/
|
|
375
|
+
gw?: string | undefined;
|
|
376
|
+
/**
|
|
377
|
+
* The destination URL of the short link.
|
|
378
|
+
*/
|
|
379
|
+
gy?: string | undefined;
|
|
380
|
+
/**
|
|
381
|
+
* The destination URL of the short link.
|
|
382
|
+
*/
|
|
383
|
+
ht?: string | undefined;
|
|
384
|
+
/**
|
|
385
|
+
* The destination URL of the short link.
|
|
386
|
+
*/
|
|
387
|
+
hm?: string | undefined;
|
|
388
|
+
/**
|
|
389
|
+
* The destination URL of the short link.
|
|
390
|
+
*/
|
|
391
|
+
va?: string | undefined;
|
|
392
|
+
/**
|
|
393
|
+
* The destination URL of the short link.
|
|
394
|
+
*/
|
|
395
|
+
hn?: string | undefined;
|
|
396
|
+
/**
|
|
397
|
+
* The destination URL of the short link.
|
|
398
|
+
*/
|
|
399
|
+
hk?: string | undefined;
|
|
400
|
+
/**
|
|
401
|
+
* The destination URL of the short link.
|
|
402
|
+
*/
|
|
403
|
+
hu?: string | undefined;
|
|
404
|
+
/**
|
|
405
|
+
* The destination URL of the short link.
|
|
406
|
+
*/
|
|
407
|
+
is?: string | undefined;
|
|
408
|
+
/**
|
|
409
|
+
* The destination URL of the short link.
|
|
410
|
+
*/
|
|
411
|
+
in?: string | undefined;
|
|
412
|
+
/**
|
|
413
|
+
* The destination URL of the short link.
|
|
414
|
+
*/
|
|
415
|
+
id?: string | undefined;
|
|
416
|
+
/**
|
|
417
|
+
* The destination URL of the short link.
|
|
418
|
+
*/
|
|
419
|
+
ir?: string | undefined;
|
|
420
|
+
/**
|
|
421
|
+
* The destination URL of the short link.
|
|
422
|
+
*/
|
|
423
|
+
iq?: string | undefined;
|
|
424
|
+
/**
|
|
425
|
+
* The destination URL of the short link.
|
|
426
|
+
*/
|
|
427
|
+
ie?: string | undefined;
|
|
428
|
+
/**
|
|
429
|
+
* The destination URL of the short link.
|
|
430
|
+
*/
|
|
431
|
+
il?: string | undefined;
|
|
432
|
+
/**
|
|
433
|
+
* The destination URL of the short link.
|
|
434
|
+
*/
|
|
435
|
+
it?: string | undefined;
|
|
436
|
+
/**
|
|
437
|
+
* The destination URL of the short link.
|
|
438
|
+
*/
|
|
439
|
+
jm?: string | undefined;
|
|
440
|
+
/**
|
|
441
|
+
* The destination URL of the short link.
|
|
442
|
+
*/
|
|
443
|
+
jp?: string | undefined;
|
|
444
|
+
/**
|
|
445
|
+
* The destination URL of the short link.
|
|
446
|
+
*/
|
|
447
|
+
jo?: string | undefined;
|
|
448
|
+
/**
|
|
449
|
+
* The destination URL of the short link.
|
|
450
|
+
*/
|
|
451
|
+
kz?: string | undefined;
|
|
452
|
+
/**
|
|
453
|
+
* The destination URL of the short link.
|
|
454
|
+
*/
|
|
455
|
+
ke?: string | undefined;
|
|
456
|
+
/**
|
|
457
|
+
* The destination URL of the short link.
|
|
458
|
+
*/
|
|
459
|
+
ki?: string | undefined;
|
|
460
|
+
/**
|
|
461
|
+
* The destination URL of the short link.
|
|
462
|
+
*/
|
|
463
|
+
kp?: string | undefined;
|
|
464
|
+
/**
|
|
465
|
+
* The destination URL of the short link.
|
|
466
|
+
*/
|
|
467
|
+
kr?: string | undefined;
|
|
468
|
+
/**
|
|
469
|
+
* The destination URL of the short link.
|
|
470
|
+
*/
|
|
471
|
+
kw?: string | undefined;
|
|
472
|
+
/**
|
|
473
|
+
* The destination URL of the short link.
|
|
474
|
+
*/
|
|
475
|
+
kg?: string | undefined;
|
|
476
|
+
/**
|
|
477
|
+
* The destination URL of the short link.
|
|
478
|
+
*/
|
|
479
|
+
la?: string | undefined;
|
|
480
|
+
/**
|
|
481
|
+
* The destination URL of the short link.
|
|
482
|
+
*/
|
|
483
|
+
lv?: string | undefined;
|
|
484
|
+
/**
|
|
485
|
+
* The destination URL of the short link.
|
|
486
|
+
*/
|
|
487
|
+
lb?: string | undefined;
|
|
488
|
+
/**
|
|
489
|
+
* The destination URL of the short link.
|
|
490
|
+
*/
|
|
491
|
+
ls?: string | undefined;
|
|
492
|
+
/**
|
|
493
|
+
* The destination URL of the short link.
|
|
494
|
+
*/
|
|
495
|
+
lr?: string | undefined;
|
|
496
|
+
/**
|
|
497
|
+
* The destination URL of the short link.
|
|
498
|
+
*/
|
|
499
|
+
ly?: string | undefined;
|
|
500
|
+
/**
|
|
501
|
+
* The destination URL of the short link.
|
|
502
|
+
*/
|
|
503
|
+
li?: string | undefined;
|
|
504
|
+
/**
|
|
505
|
+
* The destination URL of the short link.
|
|
506
|
+
*/
|
|
507
|
+
lt?: string | undefined;
|
|
508
|
+
/**
|
|
509
|
+
* The destination URL of the short link.
|
|
510
|
+
*/
|
|
511
|
+
lu?: string | undefined;
|
|
512
|
+
/**
|
|
513
|
+
* The destination URL of the short link.
|
|
514
|
+
*/
|
|
515
|
+
mo?: string | undefined;
|
|
516
|
+
/**
|
|
517
|
+
* The destination URL of the short link.
|
|
518
|
+
*/
|
|
519
|
+
mg?: string | undefined;
|
|
520
|
+
/**
|
|
521
|
+
* The destination URL of the short link.
|
|
522
|
+
*/
|
|
523
|
+
mw?: string | undefined;
|
|
524
|
+
/**
|
|
525
|
+
* The destination URL of the short link.
|
|
526
|
+
*/
|
|
527
|
+
my?: string | undefined;
|
|
528
|
+
/**
|
|
529
|
+
* The destination URL of the short link.
|
|
530
|
+
*/
|
|
531
|
+
mv?: string | undefined;
|
|
532
|
+
/**
|
|
533
|
+
* The destination URL of the short link.
|
|
534
|
+
*/
|
|
535
|
+
ml?: string | undefined;
|
|
536
|
+
/**
|
|
537
|
+
* The destination URL of the short link.
|
|
538
|
+
*/
|
|
539
|
+
mt?: string | undefined;
|
|
540
|
+
/**
|
|
541
|
+
* The destination URL of the short link.
|
|
542
|
+
*/
|
|
543
|
+
mh?: string | undefined;
|
|
544
|
+
/**
|
|
545
|
+
* The destination URL of the short link.
|
|
546
|
+
*/
|
|
547
|
+
mq?: string | undefined;
|
|
548
|
+
/**
|
|
549
|
+
* The destination URL of the short link.
|
|
550
|
+
*/
|
|
551
|
+
mr?: string | undefined;
|
|
552
|
+
/**
|
|
553
|
+
* The destination URL of the short link.
|
|
554
|
+
*/
|
|
555
|
+
mu?: string | undefined;
|
|
556
|
+
/**
|
|
557
|
+
* The destination URL of the short link.
|
|
558
|
+
*/
|
|
559
|
+
yt?: string | undefined;
|
|
560
|
+
/**
|
|
561
|
+
* The destination URL of the short link.
|
|
562
|
+
*/
|
|
563
|
+
mx?: string | undefined;
|
|
564
|
+
/**
|
|
565
|
+
* The destination URL of the short link.
|
|
566
|
+
*/
|
|
567
|
+
fm?: string | undefined;
|
|
568
|
+
/**
|
|
569
|
+
* The destination URL of the short link.
|
|
570
|
+
*/
|
|
571
|
+
md?: string | undefined;
|
|
572
|
+
/**
|
|
573
|
+
* The destination URL of the short link.
|
|
574
|
+
*/
|
|
575
|
+
mc?: string | undefined;
|
|
576
|
+
/**
|
|
577
|
+
* The destination URL of the short link.
|
|
578
|
+
*/
|
|
579
|
+
mn?: string | undefined;
|
|
580
|
+
/**
|
|
581
|
+
* The destination URL of the short link.
|
|
582
|
+
*/
|
|
583
|
+
ms?: string | undefined;
|
|
584
|
+
/**
|
|
585
|
+
* The destination URL of the short link.
|
|
586
|
+
*/
|
|
587
|
+
ma?: string | undefined;
|
|
588
|
+
/**
|
|
589
|
+
* The destination URL of the short link.
|
|
590
|
+
*/
|
|
591
|
+
mz?: string | undefined;
|
|
592
|
+
/**
|
|
593
|
+
* The destination URL of the short link.
|
|
594
|
+
*/
|
|
595
|
+
mm?: string | undefined;
|
|
596
|
+
/**
|
|
597
|
+
* The destination URL of the short link.
|
|
598
|
+
*/
|
|
599
|
+
na?: string | undefined;
|
|
600
|
+
/**
|
|
601
|
+
* The destination URL of the short link.
|
|
602
|
+
*/
|
|
603
|
+
nr?: string | undefined;
|
|
604
|
+
/**
|
|
605
|
+
* The destination URL of the short link.
|
|
606
|
+
*/
|
|
607
|
+
np?: string | undefined;
|
|
608
|
+
/**
|
|
609
|
+
* The destination URL of the short link.
|
|
610
|
+
*/
|
|
611
|
+
nl?: string | undefined;
|
|
612
|
+
/**
|
|
613
|
+
* The destination URL of the short link.
|
|
614
|
+
*/
|
|
615
|
+
nc?: string | undefined;
|
|
616
|
+
/**
|
|
617
|
+
* The destination URL of the short link.
|
|
618
|
+
*/
|
|
619
|
+
nz?: string | undefined;
|
|
620
|
+
/**
|
|
621
|
+
* The destination URL of the short link.
|
|
622
|
+
*/
|
|
623
|
+
ni?: string | undefined;
|
|
624
|
+
/**
|
|
625
|
+
* The destination URL of the short link.
|
|
626
|
+
*/
|
|
627
|
+
ne?: string | undefined;
|
|
628
|
+
/**
|
|
629
|
+
* The destination URL of the short link.
|
|
630
|
+
*/
|
|
631
|
+
ng?: string | undefined;
|
|
632
|
+
/**
|
|
633
|
+
* The destination URL of the short link.
|
|
634
|
+
*/
|
|
635
|
+
nu?: string | undefined;
|
|
636
|
+
/**
|
|
637
|
+
* The destination URL of the short link.
|
|
638
|
+
*/
|
|
639
|
+
nf?: string | undefined;
|
|
640
|
+
/**
|
|
641
|
+
* The destination URL of the short link.
|
|
642
|
+
*/
|
|
643
|
+
mk?: string | undefined;
|
|
644
|
+
/**
|
|
645
|
+
* The destination URL of the short link.
|
|
646
|
+
*/
|
|
647
|
+
mp?: string | undefined;
|
|
648
|
+
/**
|
|
649
|
+
* The destination URL of the short link.
|
|
650
|
+
*/
|
|
651
|
+
no?: string | undefined;
|
|
652
|
+
/**
|
|
653
|
+
* The destination URL of the short link.
|
|
654
|
+
*/
|
|
655
|
+
om?: string | undefined;
|
|
656
|
+
/**
|
|
657
|
+
* The destination URL of the short link.
|
|
658
|
+
*/
|
|
659
|
+
pk?: string | undefined;
|
|
660
|
+
/**
|
|
661
|
+
* The destination URL of the short link.
|
|
662
|
+
*/
|
|
663
|
+
pw?: string | undefined;
|
|
664
|
+
/**
|
|
665
|
+
* The destination URL of the short link.
|
|
666
|
+
*/
|
|
667
|
+
ps?: string | undefined;
|
|
668
|
+
/**
|
|
669
|
+
* The destination URL of the short link.
|
|
670
|
+
*/
|
|
671
|
+
pa?: string | undefined;
|
|
672
|
+
/**
|
|
673
|
+
* The destination URL of the short link.
|
|
674
|
+
*/
|
|
675
|
+
pg?: string | undefined;
|
|
676
|
+
/**
|
|
677
|
+
* The destination URL of the short link.
|
|
678
|
+
*/
|
|
679
|
+
py?: string | undefined;
|
|
680
|
+
/**
|
|
681
|
+
* The destination URL of the short link.
|
|
682
|
+
*/
|
|
683
|
+
pe?: string | undefined;
|
|
684
|
+
/**
|
|
685
|
+
* The destination URL of the short link.
|
|
686
|
+
*/
|
|
687
|
+
ph?: string | undefined;
|
|
688
|
+
/**
|
|
689
|
+
* The destination URL of the short link.
|
|
690
|
+
*/
|
|
691
|
+
pn?: string | undefined;
|
|
692
|
+
/**
|
|
693
|
+
* The destination URL of the short link.
|
|
694
|
+
*/
|
|
695
|
+
pl?: string | undefined;
|
|
696
|
+
/**
|
|
697
|
+
* The destination URL of the short link.
|
|
698
|
+
*/
|
|
699
|
+
pt?: string | undefined;
|
|
700
|
+
/**
|
|
701
|
+
* The destination URL of the short link.
|
|
702
|
+
*/
|
|
703
|
+
pr?: string | undefined;
|
|
704
|
+
/**
|
|
705
|
+
* The destination URL of the short link.
|
|
706
|
+
*/
|
|
707
|
+
qa?: string | undefined;
|
|
708
|
+
/**
|
|
709
|
+
* The destination URL of the short link.
|
|
710
|
+
*/
|
|
711
|
+
re?: string | undefined;
|
|
712
|
+
/**
|
|
713
|
+
* The destination URL of the short link.
|
|
714
|
+
*/
|
|
715
|
+
ro?: string | undefined;
|
|
716
|
+
/**
|
|
717
|
+
* The destination URL of the short link.
|
|
718
|
+
*/
|
|
719
|
+
ru?: string | undefined;
|
|
720
|
+
/**
|
|
721
|
+
* The destination URL of the short link.
|
|
722
|
+
*/
|
|
723
|
+
rw?: string | undefined;
|
|
724
|
+
/**
|
|
725
|
+
* The destination URL of the short link.
|
|
726
|
+
*/
|
|
727
|
+
sh?: string | undefined;
|
|
728
|
+
/**
|
|
729
|
+
* The destination URL of the short link.
|
|
730
|
+
*/
|
|
731
|
+
kn?: string | undefined;
|
|
732
|
+
/**
|
|
733
|
+
* The destination URL of the short link.
|
|
734
|
+
*/
|
|
735
|
+
lc?: string | undefined;
|
|
736
|
+
/**
|
|
737
|
+
* The destination URL of the short link.
|
|
738
|
+
*/
|
|
739
|
+
pm?: string | undefined;
|
|
740
|
+
/**
|
|
741
|
+
* The destination URL of the short link.
|
|
742
|
+
*/
|
|
743
|
+
vc?: string | undefined;
|
|
744
|
+
/**
|
|
745
|
+
* The destination URL of the short link.
|
|
746
|
+
*/
|
|
747
|
+
ws?: string | undefined;
|
|
748
|
+
/**
|
|
749
|
+
* The destination URL of the short link.
|
|
750
|
+
*/
|
|
751
|
+
sm?: string | undefined;
|
|
752
|
+
/**
|
|
753
|
+
* The destination URL of the short link.
|
|
754
|
+
*/
|
|
755
|
+
st?: string | undefined;
|
|
756
|
+
/**
|
|
757
|
+
* The destination URL of the short link.
|
|
758
|
+
*/
|
|
759
|
+
sa?: string | undefined;
|
|
760
|
+
/**
|
|
761
|
+
* The destination URL of the short link.
|
|
762
|
+
*/
|
|
763
|
+
sn?: string | undefined;
|
|
764
|
+
/**
|
|
765
|
+
* The destination URL of the short link.
|
|
766
|
+
*/
|
|
767
|
+
sc?: string | undefined;
|
|
768
|
+
/**
|
|
769
|
+
* The destination URL of the short link.
|
|
770
|
+
*/
|
|
771
|
+
sl?: string | undefined;
|
|
772
|
+
/**
|
|
773
|
+
* The destination URL of the short link.
|
|
774
|
+
*/
|
|
775
|
+
sg?: string | undefined;
|
|
776
|
+
/**
|
|
777
|
+
* The destination URL of the short link.
|
|
778
|
+
*/
|
|
779
|
+
sk?: string | undefined;
|
|
780
|
+
/**
|
|
781
|
+
* The destination URL of the short link.
|
|
782
|
+
*/
|
|
783
|
+
si?: string | undefined;
|
|
784
|
+
/**
|
|
785
|
+
* The destination URL of the short link.
|
|
786
|
+
*/
|
|
787
|
+
sb?: string | undefined;
|
|
788
|
+
/**
|
|
789
|
+
* The destination URL of the short link.
|
|
790
|
+
*/
|
|
791
|
+
so?: string | undefined;
|
|
792
|
+
/**
|
|
793
|
+
* The destination URL of the short link.
|
|
794
|
+
*/
|
|
795
|
+
za?: string | undefined;
|
|
796
|
+
/**
|
|
797
|
+
* The destination URL of the short link.
|
|
798
|
+
*/
|
|
799
|
+
gs?: string | undefined;
|
|
800
|
+
/**
|
|
801
|
+
* The destination URL of the short link.
|
|
802
|
+
*/
|
|
803
|
+
es?: string | undefined;
|
|
804
|
+
/**
|
|
805
|
+
* The destination URL of the short link.
|
|
806
|
+
*/
|
|
807
|
+
lk?: string | undefined;
|
|
808
|
+
/**
|
|
809
|
+
* The destination URL of the short link.
|
|
810
|
+
*/
|
|
811
|
+
sd?: string | undefined;
|
|
812
|
+
/**
|
|
813
|
+
* The destination URL of the short link.
|
|
814
|
+
*/
|
|
815
|
+
sr?: string | undefined;
|
|
816
|
+
/**
|
|
817
|
+
* The destination URL of the short link.
|
|
818
|
+
*/
|
|
819
|
+
sj?: string | undefined;
|
|
820
|
+
/**
|
|
821
|
+
* The destination URL of the short link.
|
|
822
|
+
*/
|
|
823
|
+
sz?: string | undefined;
|
|
824
|
+
/**
|
|
825
|
+
* The destination URL of the short link.
|
|
826
|
+
*/
|
|
827
|
+
se?: string | undefined;
|
|
828
|
+
/**
|
|
829
|
+
* The destination URL of the short link.
|
|
830
|
+
*/
|
|
831
|
+
ch?: string | undefined;
|
|
832
|
+
/**
|
|
833
|
+
* The destination URL of the short link.
|
|
834
|
+
*/
|
|
835
|
+
sy?: string | undefined;
|
|
836
|
+
/**
|
|
837
|
+
* The destination URL of the short link.
|
|
838
|
+
*/
|
|
839
|
+
tw?: string | undefined;
|
|
840
|
+
/**
|
|
841
|
+
* The destination URL of the short link.
|
|
842
|
+
*/
|
|
843
|
+
tj?: string | undefined;
|
|
844
|
+
/**
|
|
845
|
+
* The destination URL of the short link.
|
|
846
|
+
*/
|
|
847
|
+
tz?: string | undefined;
|
|
848
|
+
/**
|
|
849
|
+
* The destination URL of the short link.
|
|
850
|
+
*/
|
|
851
|
+
th?: string | undefined;
|
|
852
|
+
/**
|
|
853
|
+
* The destination URL of the short link.
|
|
854
|
+
*/
|
|
855
|
+
tl?: string | undefined;
|
|
856
|
+
/**
|
|
857
|
+
* The destination URL of the short link.
|
|
858
|
+
*/
|
|
859
|
+
tg?: string | undefined;
|
|
860
|
+
/**
|
|
861
|
+
* The destination URL of the short link.
|
|
862
|
+
*/
|
|
863
|
+
tk?: string | undefined;
|
|
864
|
+
/**
|
|
865
|
+
* The destination URL of the short link.
|
|
866
|
+
*/
|
|
867
|
+
to?: string | undefined;
|
|
868
|
+
/**
|
|
869
|
+
* The destination URL of the short link.
|
|
870
|
+
*/
|
|
871
|
+
tt?: string | undefined;
|
|
872
|
+
/**
|
|
873
|
+
* The destination URL of the short link.
|
|
874
|
+
*/
|
|
875
|
+
tn?: string | undefined;
|
|
876
|
+
/**
|
|
877
|
+
* The destination URL of the short link.
|
|
878
|
+
*/
|
|
879
|
+
tr?: string | undefined;
|
|
880
|
+
/**
|
|
881
|
+
* The destination URL of the short link.
|
|
882
|
+
*/
|
|
883
|
+
tm?: string | undefined;
|
|
884
|
+
/**
|
|
885
|
+
* The destination URL of the short link.
|
|
886
|
+
*/
|
|
887
|
+
tc?: string | undefined;
|
|
888
|
+
/**
|
|
889
|
+
* The destination URL of the short link.
|
|
890
|
+
*/
|
|
891
|
+
tv?: string | undefined;
|
|
892
|
+
/**
|
|
893
|
+
* The destination URL of the short link.
|
|
894
|
+
*/
|
|
895
|
+
ug?: string | undefined;
|
|
896
|
+
/**
|
|
897
|
+
* The destination URL of the short link.
|
|
898
|
+
*/
|
|
899
|
+
ua?: string | undefined;
|
|
900
|
+
/**
|
|
901
|
+
* The destination URL of the short link.
|
|
902
|
+
*/
|
|
903
|
+
ae?: string | undefined;
|
|
904
|
+
/**
|
|
905
|
+
* The destination URL of the short link.
|
|
906
|
+
*/
|
|
907
|
+
gb?: string | undefined;
|
|
908
|
+
/**
|
|
909
|
+
* The destination URL of the short link.
|
|
910
|
+
*/
|
|
911
|
+
us?: string | undefined;
|
|
912
|
+
/**
|
|
913
|
+
* The destination URL of the short link.
|
|
914
|
+
*/
|
|
915
|
+
um?: string | undefined;
|
|
916
|
+
/**
|
|
917
|
+
* The destination URL of the short link.
|
|
918
|
+
*/
|
|
919
|
+
uy?: string | undefined;
|
|
920
|
+
/**
|
|
921
|
+
* The destination URL of the short link.
|
|
922
|
+
*/
|
|
923
|
+
uz?: string | undefined;
|
|
924
|
+
/**
|
|
925
|
+
* The destination URL of the short link.
|
|
926
|
+
*/
|
|
927
|
+
vu?: string | undefined;
|
|
928
|
+
/**
|
|
929
|
+
* The destination URL of the short link.
|
|
930
|
+
*/
|
|
931
|
+
ve?: string | undefined;
|
|
932
|
+
/**
|
|
933
|
+
* The destination URL of the short link.
|
|
934
|
+
*/
|
|
935
|
+
vn?: string | undefined;
|
|
936
|
+
/**
|
|
937
|
+
* The destination URL of the short link.
|
|
938
|
+
*/
|
|
939
|
+
vg?: string | undefined;
|
|
940
|
+
/**
|
|
941
|
+
* The destination URL of the short link.
|
|
942
|
+
*/
|
|
943
|
+
vi?: string | undefined;
|
|
944
|
+
/**
|
|
945
|
+
* The destination URL of the short link.
|
|
946
|
+
*/
|
|
947
|
+
wf?: string | undefined;
|
|
948
|
+
/**
|
|
949
|
+
* The destination URL of the short link.
|
|
950
|
+
*/
|
|
951
|
+
eh?: string | undefined;
|
|
952
|
+
/**
|
|
953
|
+
* The destination URL of the short link.
|
|
954
|
+
*/
|
|
955
|
+
ye?: string | undefined;
|
|
956
|
+
/**
|
|
957
|
+
* The destination URL of the short link.
|
|
958
|
+
*/
|
|
959
|
+
zm?: string | undefined;
|
|
960
|
+
/**
|
|
961
|
+
* The destination URL of the short link.
|
|
962
|
+
*/
|
|
963
|
+
zw?: string | undefined;
|
|
964
|
+
/**
|
|
965
|
+
* The destination URL of the short link.
|
|
966
|
+
*/
|
|
967
|
+
ax?: string | undefined;
|
|
968
|
+
/**
|
|
969
|
+
* The destination URL of the short link.
|
|
970
|
+
*/
|
|
971
|
+
bq?: string | undefined;
|
|
972
|
+
/**
|
|
973
|
+
* The destination URL of the short link.
|
|
974
|
+
*/
|
|
975
|
+
cw?: string | undefined;
|
|
976
|
+
/**
|
|
977
|
+
* The destination URL of the short link.
|
|
978
|
+
*/
|
|
979
|
+
gg?: string | undefined;
|
|
980
|
+
/**
|
|
981
|
+
* The destination URL of the short link.
|
|
982
|
+
*/
|
|
983
|
+
im?: string | undefined;
|
|
984
|
+
/**
|
|
985
|
+
* The destination URL of the short link.
|
|
986
|
+
*/
|
|
987
|
+
je?: string | undefined;
|
|
988
|
+
/**
|
|
989
|
+
* The destination URL of the short link.
|
|
990
|
+
*/
|
|
991
|
+
me?: string | undefined;
|
|
992
|
+
/**
|
|
993
|
+
* The destination URL of the short link.
|
|
994
|
+
*/
|
|
995
|
+
bl?: string | undefined;
|
|
996
|
+
/**
|
|
997
|
+
* The destination URL of the short link.
|
|
998
|
+
*/
|
|
999
|
+
mf?: string | undefined;
|
|
1000
|
+
/**
|
|
1001
|
+
* The destination URL of the short link.
|
|
1002
|
+
*/
|
|
1003
|
+
rs?: string | undefined;
|
|
1004
|
+
/**
|
|
1005
|
+
* The destination URL of the short link.
|
|
1006
|
+
*/
|
|
1007
|
+
sx?: string | undefined;
|
|
1008
|
+
/**
|
|
1009
|
+
* The destination URL of the short link.
|
|
1010
|
+
*/
|
|
1011
|
+
ss?: string | undefined;
|
|
1012
|
+
/**
|
|
1013
|
+
* The destination URL of the short link.
|
|
1014
|
+
*/
|
|
1015
|
+
xk?: string | undefined;
|
|
1016
|
+
};
|
|
1017
|
+
|
|
12
1018
|
export type RequestBody = {
|
|
13
1019
|
/**
|
|
14
1020
|
* The domain of the short link. If not provided, the primary domain for the workspace will be used (or `dub.sh` if the workspace has no domains).
|
|
@@ -30,6 +1036,24 @@ export type RequestBody = {
|
|
|
30
1036
|
* Whether the short link is archived.
|
|
31
1037
|
*/
|
|
32
1038
|
archived?: boolean | undefined;
|
|
1039
|
+
/**
|
|
1040
|
+
* Whether the short link's stats are publicly accessible.
|
|
1041
|
+
*/
|
|
1042
|
+
publicStats?: boolean | undefined;
|
|
1043
|
+
/**
|
|
1044
|
+
* The unique ID of the tag assigned to the short link. This field is deprecated – use `tagIds` instead.
|
|
1045
|
+
*
|
|
1046
|
+
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
1047
|
+
*/
|
|
1048
|
+
tagId?: string | null | undefined;
|
|
1049
|
+
/**
|
|
1050
|
+
* The unique IDs of the tags assigned to the short link.
|
|
1051
|
+
*/
|
|
1052
|
+
tagIds?: string | Array<string> | undefined;
|
|
1053
|
+
/**
|
|
1054
|
+
* The comments for the short link.
|
|
1055
|
+
*/
|
|
1056
|
+
comments?: string | null | undefined;
|
|
33
1057
|
/**
|
|
34
1058
|
* The date and time when the short link will expire at.
|
|
35
1059
|
*/
|
|
@@ -73,25 +1097,7 @@ export type RequestBody = {
|
|
|
73
1097
|
/**
|
|
74
1098
|
* Geo targeting information for the short link in JSON format `{[COUNTRY]: https://example.com }`.
|
|
75
1099
|
*/
|
|
76
|
-
geo?:
|
|
77
|
-
/**
|
|
78
|
-
* Whether the short link's stats are publicly accessible.
|
|
79
|
-
*/
|
|
80
|
-
publicStats?: boolean | undefined;
|
|
81
|
-
/**
|
|
82
|
-
* [DEPRECATED] (use tagIds instead): The unique ID of the tag assigned to the short link.
|
|
83
|
-
*
|
|
84
|
-
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
85
|
-
*/
|
|
86
|
-
tagId?: string | null | undefined;
|
|
87
|
-
/**
|
|
88
|
-
* The unique IDs of the tags assigned to the short link.
|
|
89
|
-
*/
|
|
90
|
-
tagIds?: string | Array<string> | undefined;
|
|
91
|
-
/**
|
|
92
|
-
* The comments for the short link.
|
|
93
|
-
*/
|
|
94
|
-
comments?: string | null | undefined;
|
|
1100
|
+
geo?: BulkCreateLinksGeo | null | undefined;
|
|
95
1101
|
};
|
|
96
1102
|
|
|
97
1103
|
/** @internal */
|
|
@@ -108,6 +1114,1531 @@ export namespace BulkCreateLinksTagIds$ {
|
|
|
108
1114
|
);
|
|
109
1115
|
}
|
|
110
1116
|
|
|
1117
|
+
/** @internal */
|
|
1118
|
+
export namespace BulkCreateLinksGeo$ {
|
|
1119
|
+
export type Inbound = {
|
|
1120
|
+
AF?: string | undefined;
|
|
1121
|
+
AL?: string | undefined;
|
|
1122
|
+
DZ?: string | undefined;
|
|
1123
|
+
AS?: string | undefined;
|
|
1124
|
+
AD?: string | undefined;
|
|
1125
|
+
AO?: string | undefined;
|
|
1126
|
+
AI?: string | undefined;
|
|
1127
|
+
AQ?: string | undefined;
|
|
1128
|
+
AG?: string | undefined;
|
|
1129
|
+
AR?: string | undefined;
|
|
1130
|
+
AM?: string | undefined;
|
|
1131
|
+
AW?: string | undefined;
|
|
1132
|
+
AU?: string | undefined;
|
|
1133
|
+
AT?: string | undefined;
|
|
1134
|
+
AZ?: string | undefined;
|
|
1135
|
+
BS?: string | undefined;
|
|
1136
|
+
BH?: string | undefined;
|
|
1137
|
+
BD?: string | undefined;
|
|
1138
|
+
BB?: string | undefined;
|
|
1139
|
+
BY?: string | undefined;
|
|
1140
|
+
BE?: string | undefined;
|
|
1141
|
+
BZ?: string | undefined;
|
|
1142
|
+
BJ?: string | undefined;
|
|
1143
|
+
BM?: string | undefined;
|
|
1144
|
+
BT?: string | undefined;
|
|
1145
|
+
BO?: string | undefined;
|
|
1146
|
+
BA?: string | undefined;
|
|
1147
|
+
BW?: string | undefined;
|
|
1148
|
+
BV?: string | undefined;
|
|
1149
|
+
BR?: string | undefined;
|
|
1150
|
+
IO?: string | undefined;
|
|
1151
|
+
BN?: string | undefined;
|
|
1152
|
+
BG?: string | undefined;
|
|
1153
|
+
BF?: string | undefined;
|
|
1154
|
+
BI?: string | undefined;
|
|
1155
|
+
KH?: string | undefined;
|
|
1156
|
+
CM?: string | undefined;
|
|
1157
|
+
CA?: string | undefined;
|
|
1158
|
+
CV?: string | undefined;
|
|
1159
|
+
KY?: string | undefined;
|
|
1160
|
+
CF?: string | undefined;
|
|
1161
|
+
TD?: string | undefined;
|
|
1162
|
+
CL?: string | undefined;
|
|
1163
|
+
CN?: string | undefined;
|
|
1164
|
+
CX?: string | undefined;
|
|
1165
|
+
CC?: string | undefined;
|
|
1166
|
+
CO?: string | undefined;
|
|
1167
|
+
KM?: string | undefined;
|
|
1168
|
+
CG?: string | undefined;
|
|
1169
|
+
CD?: string | undefined;
|
|
1170
|
+
CK?: string | undefined;
|
|
1171
|
+
CR?: string | undefined;
|
|
1172
|
+
CI?: string | undefined;
|
|
1173
|
+
HR?: string | undefined;
|
|
1174
|
+
CU?: string | undefined;
|
|
1175
|
+
CY?: string | undefined;
|
|
1176
|
+
CZ?: string | undefined;
|
|
1177
|
+
DK?: string | undefined;
|
|
1178
|
+
DJ?: string | undefined;
|
|
1179
|
+
DM?: string | undefined;
|
|
1180
|
+
DO?: string | undefined;
|
|
1181
|
+
EC?: string | undefined;
|
|
1182
|
+
EG?: string | undefined;
|
|
1183
|
+
SV?: string | undefined;
|
|
1184
|
+
GQ?: string | undefined;
|
|
1185
|
+
ER?: string | undefined;
|
|
1186
|
+
EE?: string | undefined;
|
|
1187
|
+
ET?: string | undefined;
|
|
1188
|
+
FK?: string | undefined;
|
|
1189
|
+
FO?: string | undefined;
|
|
1190
|
+
FJ?: string | undefined;
|
|
1191
|
+
FI?: string | undefined;
|
|
1192
|
+
FR?: string | undefined;
|
|
1193
|
+
GF?: string | undefined;
|
|
1194
|
+
PF?: string | undefined;
|
|
1195
|
+
TF?: string | undefined;
|
|
1196
|
+
GA?: string | undefined;
|
|
1197
|
+
GM?: string | undefined;
|
|
1198
|
+
GE?: string | undefined;
|
|
1199
|
+
DE?: string | undefined;
|
|
1200
|
+
GH?: string | undefined;
|
|
1201
|
+
GI?: string | undefined;
|
|
1202
|
+
GR?: string | undefined;
|
|
1203
|
+
GL?: string | undefined;
|
|
1204
|
+
GD?: string | undefined;
|
|
1205
|
+
GP?: string | undefined;
|
|
1206
|
+
GU?: string | undefined;
|
|
1207
|
+
GT?: string | undefined;
|
|
1208
|
+
GN?: string | undefined;
|
|
1209
|
+
GW?: string | undefined;
|
|
1210
|
+
GY?: string | undefined;
|
|
1211
|
+
HT?: string | undefined;
|
|
1212
|
+
HM?: string | undefined;
|
|
1213
|
+
VA?: string | undefined;
|
|
1214
|
+
HN?: string | undefined;
|
|
1215
|
+
HK?: string | undefined;
|
|
1216
|
+
HU?: string | undefined;
|
|
1217
|
+
IS?: string | undefined;
|
|
1218
|
+
IN?: string | undefined;
|
|
1219
|
+
ID?: string | undefined;
|
|
1220
|
+
IR?: string | undefined;
|
|
1221
|
+
IQ?: string | undefined;
|
|
1222
|
+
IE?: string | undefined;
|
|
1223
|
+
IL?: string | undefined;
|
|
1224
|
+
IT?: string | undefined;
|
|
1225
|
+
JM?: string | undefined;
|
|
1226
|
+
JP?: string | undefined;
|
|
1227
|
+
JO?: string | undefined;
|
|
1228
|
+
KZ?: string | undefined;
|
|
1229
|
+
KE?: string | undefined;
|
|
1230
|
+
KI?: string | undefined;
|
|
1231
|
+
KP?: string | undefined;
|
|
1232
|
+
KR?: string | undefined;
|
|
1233
|
+
KW?: string | undefined;
|
|
1234
|
+
KG?: string | undefined;
|
|
1235
|
+
LA?: string | undefined;
|
|
1236
|
+
LV?: string | undefined;
|
|
1237
|
+
LB?: string | undefined;
|
|
1238
|
+
LS?: string | undefined;
|
|
1239
|
+
LR?: string | undefined;
|
|
1240
|
+
LY?: string | undefined;
|
|
1241
|
+
LI?: string | undefined;
|
|
1242
|
+
LT?: string | undefined;
|
|
1243
|
+
LU?: string | undefined;
|
|
1244
|
+
MO?: string | undefined;
|
|
1245
|
+
MG?: string | undefined;
|
|
1246
|
+
MW?: string | undefined;
|
|
1247
|
+
MY?: string | undefined;
|
|
1248
|
+
MV?: string | undefined;
|
|
1249
|
+
ML?: string | undefined;
|
|
1250
|
+
MT?: string | undefined;
|
|
1251
|
+
MH?: string | undefined;
|
|
1252
|
+
MQ?: string | undefined;
|
|
1253
|
+
MR?: string | undefined;
|
|
1254
|
+
MU?: string | undefined;
|
|
1255
|
+
YT?: string | undefined;
|
|
1256
|
+
MX?: string | undefined;
|
|
1257
|
+
FM?: string | undefined;
|
|
1258
|
+
MD?: string | undefined;
|
|
1259
|
+
MC?: string | undefined;
|
|
1260
|
+
MN?: string | undefined;
|
|
1261
|
+
MS?: string | undefined;
|
|
1262
|
+
MA?: string | undefined;
|
|
1263
|
+
MZ?: string | undefined;
|
|
1264
|
+
MM?: string | undefined;
|
|
1265
|
+
NA?: string | undefined;
|
|
1266
|
+
NR?: string | undefined;
|
|
1267
|
+
NP?: string | undefined;
|
|
1268
|
+
NL?: string | undefined;
|
|
1269
|
+
NC?: string | undefined;
|
|
1270
|
+
NZ?: string | undefined;
|
|
1271
|
+
NI?: string | undefined;
|
|
1272
|
+
NE?: string | undefined;
|
|
1273
|
+
NG?: string | undefined;
|
|
1274
|
+
NU?: string | undefined;
|
|
1275
|
+
NF?: string | undefined;
|
|
1276
|
+
MK?: string | undefined;
|
|
1277
|
+
MP?: string | undefined;
|
|
1278
|
+
NO?: string | undefined;
|
|
1279
|
+
OM?: string | undefined;
|
|
1280
|
+
PK?: string | undefined;
|
|
1281
|
+
PW?: string | undefined;
|
|
1282
|
+
PS?: string | undefined;
|
|
1283
|
+
PA?: string | undefined;
|
|
1284
|
+
PG?: string | undefined;
|
|
1285
|
+
PY?: string | undefined;
|
|
1286
|
+
PE?: string | undefined;
|
|
1287
|
+
PH?: string | undefined;
|
|
1288
|
+
PN?: string | undefined;
|
|
1289
|
+
PL?: string | undefined;
|
|
1290
|
+
PT?: string | undefined;
|
|
1291
|
+
PR?: string | undefined;
|
|
1292
|
+
QA?: string | undefined;
|
|
1293
|
+
RE?: string | undefined;
|
|
1294
|
+
RO?: string | undefined;
|
|
1295
|
+
RU?: string | undefined;
|
|
1296
|
+
RW?: string | undefined;
|
|
1297
|
+
SH?: string | undefined;
|
|
1298
|
+
KN?: string | undefined;
|
|
1299
|
+
LC?: string | undefined;
|
|
1300
|
+
PM?: string | undefined;
|
|
1301
|
+
VC?: string | undefined;
|
|
1302
|
+
WS?: string | undefined;
|
|
1303
|
+
SM?: string | undefined;
|
|
1304
|
+
ST?: string | undefined;
|
|
1305
|
+
SA?: string | undefined;
|
|
1306
|
+
SN?: string | undefined;
|
|
1307
|
+
SC?: string | undefined;
|
|
1308
|
+
SL?: string | undefined;
|
|
1309
|
+
SG?: string | undefined;
|
|
1310
|
+
SK?: string | undefined;
|
|
1311
|
+
SI?: string | undefined;
|
|
1312
|
+
SB?: string | undefined;
|
|
1313
|
+
SO?: string | undefined;
|
|
1314
|
+
ZA?: string | undefined;
|
|
1315
|
+
GS?: string | undefined;
|
|
1316
|
+
ES?: string | undefined;
|
|
1317
|
+
LK?: string | undefined;
|
|
1318
|
+
SD?: string | undefined;
|
|
1319
|
+
SR?: string | undefined;
|
|
1320
|
+
SJ?: string | undefined;
|
|
1321
|
+
SZ?: string | undefined;
|
|
1322
|
+
SE?: string | undefined;
|
|
1323
|
+
CH?: string | undefined;
|
|
1324
|
+
SY?: string | undefined;
|
|
1325
|
+
TW?: string | undefined;
|
|
1326
|
+
TJ?: string | undefined;
|
|
1327
|
+
TZ?: string | undefined;
|
|
1328
|
+
TH?: string | undefined;
|
|
1329
|
+
TL?: string | undefined;
|
|
1330
|
+
TG?: string | undefined;
|
|
1331
|
+
TK?: string | undefined;
|
|
1332
|
+
TO?: string | undefined;
|
|
1333
|
+
TT?: string | undefined;
|
|
1334
|
+
TN?: string | undefined;
|
|
1335
|
+
TR?: string | undefined;
|
|
1336
|
+
TM?: string | undefined;
|
|
1337
|
+
TC?: string | undefined;
|
|
1338
|
+
TV?: string | undefined;
|
|
1339
|
+
UG?: string | undefined;
|
|
1340
|
+
UA?: string | undefined;
|
|
1341
|
+
AE?: string | undefined;
|
|
1342
|
+
GB?: string | undefined;
|
|
1343
|
+
US?: string | undefined;
|
|
1344
|
+
UM?: string | undefined;
|
|
1345
|
+
UY?: string | undefined;
|
|
1346
|
+
UZ?: string | undefined;
|
|
1347
|
+
VU?: string | undefined;
|
|
1348
|
+
VE?: string | undefined;
|
|
1349
|
+
VN?: string | undefined;
|
|
1350
|
+
VG?: string | undefined;
|
|
1351
|
+
VI?: string | undefined;
|
|
1352
|
+
WF?: string | undefined;
|
|
1353
|
+
EH?: string | undefined;
|
|
1354
|
+
YE?: string | undefined;
|
|
1355
|
+
ZM?: string | undefined;
|
|
1356
|
+
ZW?: string | undefined;
|
|
1357
|
+
AX?: string | undefined;
|
|
1358
|
+
BQ?: string | undefined;
|
|
1359
|
+
CW?: string | undefined;
|
|
1360
|
+
GG?: string | undefined;
|
|
1361
|
+
IM?: string | undefined;
|
|
1362
|
+
JE?: string | undefined;
|
|
1363
|
+
ME?: string | undefined;
|
|
1364
|
+
BL?: string | undefined;
|
|
1365
|
+
MF?: string | undefined;
|
|
1366
|
+
RS?: string | undefined;
|
|
1367
|
+
SX?: string | undefined;
|
|
1368
|
+
SS?: string | undefined;
|
|
1369
|
+
XK?: string | undefined;
|
|
1370
|
+
};
|
|
1371
|
+
|
|
1372
|
+
export const inboundSchema: z.ZodType<BulkCreateLinksGeo, z.ZodTypeDef, Inbound> = z
|
|
1373
|
+
.object({
|
|
1374
|
+
AF: z.string().optional(),
|
|
1375
|
+
AL: z.string().optional(),
|
|
1376
|
+
DZ: z.string().optional(),
|
|
1377
|
+
AS: z.string().optional(),
|
|
1378
|
+
AD: z.string().optional(),
|
|
1379
|
+
AO: z.string().optional(),
|
|
1380
|
+
AI: z.string().optional(),
|
|
1381
|
+
AQ: z.string().optional(),
|
|
1382
|
+
AG: z.string().optional(),
|
|
1383
|
+
AR: z.string().optional(),
|
|
1384
|
+
AM: z.string().optional(),
|
|
1385
|
+
AW: z.string().optional(),
|
|
1386
|
+
AU: z.string().optional(),
|
|
1387
|
+
AT: z.string().optional(),
|
|
1388
|
+
AZ: z.string().optional(),
|
|
1389
|
+
BS: z.string().optional(),
|
|
1390
|
+
BH: z.string().optional(),
|
|
1391
|
+
BD: z.string().optional(),
|
|
1392
|
+
BB: z.string().optional(),
|
|
1393
|
+
BY: z.string().optional(),
|
|
1394
|
+
BE: z.string().optional(),
|
|
1395
|
+
BZ: z.string().optional(),
|
|
1396
|
+
BJ: z.string().optional(),
|
|
1397
|
+
BM: z.string().optional(),
|
|
1398
|
+
BT: z.string().optional(),
|
|
1399
|
+
BO: z.string().optional(),
|
|
1400
|
+
BA: z.string().optional(),
|
|
1401
|
+
BW: z.string().optional(),
|
|
1402
|
+
BV: z.string().optional(),
|
|
1403
|
+
BR: z.string().optional(),
|
|
1404
|
+
IO: z.string().optional(),
|
|
1405
|
+
BN: z.string().optional(),
|
|
1406
|
+
BG: z.string().optional(),
|
|
1407
|
+
BF: z.string().optional(),
|
|
1408
|
+
BI: z.string().optional(),
|
|
1409
|
+
KH: z.string().optional(),
|
|
1410
|
+
CM: z.string().optional(),
|
|
1411
|
+
CA: z.string().optional(),
|
|
1412
|
+
CV: z.string().optional(),
|
|
1413
|
+
KY: z.string().optional(),
|
|
1414
|
+
CF: z.string().optional(),
|
|
1415
|
+
TD: z.string().optional(),
|
|
1416
|
+
CL: z.string().optional(),
|
|
1417
|
+
CN: z.string().optional(),
|
|
1418
|
+
CX: z.string().optional(),
|
|
1419
|
+
CC: z.string().optional(),
|
|
1420
|
+
CO: z.string().optional(),
|
|
1421
|
+
KM: z.string().optional(),
|
|
1422
|
+
CG: z.string().optional(),
|
|
1423
|
+
CD: z.string().optional(),
|
|
1424
|
+
CK: z.string().optional(),
|
|
1425
|
+
CR: z.string().optional(),
|
|
1426
|
+
CI: z.string().optional(),
|
|
1427
|
+
HR: z.string().optional(),
|
|
1428
|
+
CU: z.string().optional(),
|
|
1429
|
+
CY: z.string().optional(),
|
|
1430
|
+
CZ: z.string().optional(),
|
|
1431
|
+
DK: z.string().optional(),
|
|
1432
|
+
DJ: z.string().optional(),
|
|
1433
|
+
DM: z.string().optional(),
|
|
1434
|
+
DO: z.string().optional(),
|
|
1435
|
+
EC: z.string().optional(),
|
|
1436
|
+
EG: z.string().optional(),
|
|
1437
|
+
SV: z.string().optional(),
|
|
1438
|
+
GQ: z.string().optional(),
|
|
1439
|
+
ER: z.string().optional(),
|
|
1440
|
+
EE: z.string().optional(),
|
|
1441
|
+
ET: z.string().optional(),
|
|
1442
|
+
FK: z.string().optional(),
|
|
1443
|
+
FO: z.string().optional(),
|
|
1444
|
+
FJ: z.string().optional(),
|
|
1445
|
+
FI: z.string().optional(),
|
|
1446
|
+
FR: z.string().optional(),
|
|
1447
|
+
GF: z.string().optional(),
|
|
1448
|
+
PF: z.string().optional(),
|
|
1449
|
+
TF: z.string().optional(),
|
|
1450
|
+
GA: z.string().optional(),
|
|
1451
|
+
GM: z.string().optional(),
|
|
1452
|
+
GE: z.string().optional(),
|
|
1453
|
+
DE: z.string().optional(),
|
|
1454
|
+
GH: z.string().optional(),
|
|
1455
|
+
GI: z.string().optional(),
|
|
1456
|
+
GR: z.string().optional(),
|
|
1457
|
+
GL: z.string().optional(),
|
|
1458
|
+
GD: z.string().optional(),
|
|
1459
|
+
GP: z.string().optional(),
|
|
1460
|
+
GU: z.string().optional(),
|
|
1461
|
+
GT: z.string().optional(),
|
|
1462
|
+
GN: z.string().optional(),
|
|
1463
|
+
GW: z.string().optional(),
|
|
1464
|
+
GY: z.string().optional(),
|
|
1465
|
+
HT: z.string().optional(),
|
|
1466
|
+
HM: z.string().optional(),
|
|
1467
|
+
VA: z.string().optional(),
|
|
1468
|
+
HN: z.string().optional(),
|
|
1469
|
+
HK: z.string().optional(),
|
|
1470
|
+
HU: z.string().optional(),
|
|
1471
|
+
IS: z.string().optional(),
|
|
1472
|
+
IN: z.string().optional(),
|
|
1473
|
+
ID: z.string().optional(),
|
|
1474
|
+
IR: z.string().optional(),
|
|
1475
|
+
IQ: z.string().optional(),
|
|
1476
|
+
IE: z.string().optional(),
|
|
1477
|
+
IL: z.string().optional(),
|
|
1478
|
+
IT: z.string().optional(),
|
|
1479
|
+
JM: z.string().optional(),
|
|
1480
|
+
JP: z.string().optional(),
|
|
1481
|
+
JO: z.string().optional(),
|
|
1482
|
+
KZ: z.string().optional(),
|
|
1483
|
+
KE: z.string().optional(),
|
|
1484
|
+
KI: z.string().optional(),
|
|
1485
|
+
KP: z.string().optional(),
|
|
1486
|
+
KR: z.string().optional(),
|
|
1487
|
+
KW: z.string().optional(),
|
|
1488
|
+
KG: z.string().optional(),
|
|
1489
|
+
LA: z.string().optional(),
|
|
1490
|
+
LV: z.string().optional(),
|
|
1491
|
+
LB: z.string().optional(),
|
|
1492
|
+
LS: z.string().optional(),
|
|
1493
|
+
LR: z.string().optional(),
|
|
1494
|
+
LY: z.string().optional(),
|
|
1495
|
+
LI: z.string().optional(),
|
|
1496
|
+
LT: z.string().optional(),
|
|
1497
|
+
LU: z.string().optional(),
|
|
1498
|
+
MO: z.string().optional(),
|
|
1499
|
+
MG: z.string().optional(),
|
|
1500
|
+
MW: z.string().optional(),
|
|
1501
|
+
MY: z.string().optional(),
|
|
1502
|
+
MV: z.string().optional(),
|
|
1503
|
+
ML: z.string().optional(),
|
|
1504
|
+
MT: z.string().optional(),
|
|
1505
|
+
MH: z.string().optional(),
|
|
1506
|
+
MQ: z.string().optional(),
|
|
1507
|
+
MR: z.string().optional(),
|
|
1508
|
+
MU: z.string().optional(),
|
|
1509
|
+
YT: z.string().optional(),
|
|
1510
|
+
MX: z.string().optional(),
|
|
1511
|
+
FM: z.string().optional(),
|
|
1512
|
+
MD: z.string().optional(),
|
|
1513
|
+
MC: z.string().optional(),
|
|
1514
|
+
MN: z.string().optional(),
|
|
1515
|
+
MS: z.string().optional(),
|
|
1516
|
+
MA: z.string().optional(),
|
|
1517
|
+
MZ: z.string().optional(),
|
|
1518
|
+
MM: z.string().optional(),
|
|
1519
|
+
NA: z.string().optional(),
|
|
1520
|
+
NR: z.string().optional(),
|
|
1521
|
+
NP: z.string().optional(),
|
|
1522
|
+
NL: z.string().optional(),
|
|
1523
|
+
NC: z.string().optional(),
|
|
1524
|
+
NZ: z.string().optional(),
|
|
1525
|
+
NI: z.string().optional(),
|
|
1526
|
+
NE: z.string().optional(),
|
|
1527
|
+
NG: z.string().optional(),
|
|
1528
|
+
NU: z.string().optional(),
|
|
1529
|
+
NF: z.string().optional(),
|
|
1530
|
+
MK: z.string().optional(),
|
|
1531
|
+
MP: z.string().optional(),
|
|
1532
|
+
NO: z.string().optional(),
|
|
1533
|
+
OM: z.string().optional(),
|
|
1534
|
+
PK: z.string().optional(),
|
|
1535
|
+
PW: z.string().optional(),
|
|
1536
|
+
PS: z.string().optional(),
|
|
1537
|
+
PA: z.string().optional(),
|
|
1538
|
+
PG: z.string().optional(),
|
|
1539
|
+
PY: z.string().optional(),
|
|
1540
|
+
PE: z.string().optional(),
|
|
1541
|
+
PH: z.string().optional(),
|
|
1542
|
+
PN: z.string().optional(),
|
|
1543
|
+
PL: z.string().optional(),
|
|
1544
|
+
PT: z.string().optional(),
|
|
1545
|
+
PR: z.string().optional(),
|
|
1546
|
+
QA: z.string().optional(),
|
|
1547
|
+
RE: z.string().optional(),
|
|
1548
|
+
RO: z.string().optional(),
|
|
1549
|
+
RU: z.string().optional(),
|
|
1550
|
+
RW: z.string().optional(),
|
|
1551
|
+
SH: z.string().optional(),
|
|
1552
|
+
KN: z.string().optional(),
|
|
1553
|
+
LC: z.string().optional(),
|
|
1554
|
+
PM: z.string().optional(),
|
|
1555
|
+
VC: z.string().optional(),
|
|
1556
|
+
WS: z.string().optional(),
|
|
1557
|
+
SM: z.string().optional(),
|
|
1558
|
+
ST: z.string().optional(),
|
|
1559
|
+
SA: z.string().optional(),
|
|
1560
|
+
SN: z.string().optional(),
|
|
1561
|
+
SC: z.string().optional(),
|
|
1562
|
+
SL: z.string().optional(),
|
|
1563
|
+
SG: z.string().optional(),
|
|
1564
|
+
SK: z.string().optional(),
|
|
1565
|
+
SI: z.string().optional(),
|
|
1566
|
+
SB: z.string().optional(),
|
|
1567
|
+
SO: z.string().optional(),
|
|
1568
|
+
ZA: z.string().optional(),
|
|
1569
|
+
GS: z.string().optional(),
|
|
1570
|
+
ES: z.string().optional(),
|
|
1571
|
+
LK: z.string().optional(),
|
|
1572
|
+
SD: z.string().optional(),
|
|
1573
|
+
SR: z.string().optional(),
|
|
1574
|
+
SJ: z.string().optional(),
|
|
1575
|
+
SZ: z.string().optional(),
|
|
1576
|
+
SE: z.string().optional(),
|
|
1577
|
+
CH: z.string().optional(),
|
|
1578
|
+
SY: z.string().optional(),
|
|
1579
|
+
TW: z.string().optional(),
|
|
1580
|
+
TJ: z.string().optional(),
|
|
1581
|
+
TZ: z.string().optional(),
|
|
1582
|
+
TH: z.string().optional(),
|
|
1583
|
+
TL: z.string().optional(),
|
|
1584
|
+
TG: z.string().optional(),
|
|
1585
|
+
TK: z.string().optional(),
|
|
1586
|
+
TO: z.string().optional(),
|
|
1587
|
+
TT: z.string().optional(),
|
|
1588
|
+
TN: z.string().optional(),
|
|
1589
|
+
TR: z.string().optional(),
|
|
1590
|
+
TM: z.string().optional(),
|
|
1591
|
+
TC: z.string().optional(),
|
|
1592
|
+
TV: z.string().optional(),
|
|
1593
|
+
UG: z.string().optional(),
|
|
1594
|
+
UA: z.string().optional(),
|
|
1595
|
+
AE: z.string().optional(),
|
|
1596
|
+
GB: z.string().optional(),
|
|
1597
|
+
US: z.string().optional(),
|
|
1598
|
+
UM: z.string().optional(),
|
|
1599
|
+
UY: z.string().optional(),
|
|
1600
|
+
UZ: z.string().optional(),
|
|
1601
|
+
VU: z.string().optional(),
|
|
1602
|
+
VE: z.string().optional(),
|
|
1603
|
+
VN: z.string().optional(),
|
|
1604
|
+
VG: z.string().optional(),
|
|
1605
|
+
VI: z.string().optional(),
|
|
1606
|
+
WF: z.string().optional(),
|
|
1607
|
+
EH: z.string().optional(),
|
|
1608
|
+
YE: z.string().optional(),
|
|
1609
|
+
ZM: z.string().optional(),
|
|
1610
|
+
ZW: z.string().optional(),
|
|
1611
|
+
AX: z.string().optional(),
|
|
1612
|
+
BQ: z.string().optional(),
|
|
1613
|
+
CW: z.string().optional(),
|
|
1614
|
+
GG: z.string().optional(),
|
|
1615
|
+
IM: z.string().optional(),
|
|
1616
|
+
JE: z.string().optional(),
|
|
1617
|
+
ME: z.string().optional(),
|
|
1618
|
+
BL: z.string().optional(),
|
|
1619
|
+
MF: z.string().optional(),
|
|
1620
|
+
RS: z.string().optional(),
|
|
1621
|
+
SX: z.string().optional(),
|
|
1622
|
+
SS: z.string().optional(),
|
|
1623
|
+
XK: z.string().optional(),
|
|
1624
|
+
})
|
|
1625
|
+
.transform((v) => {
|
|
1626
|
+
return {
|
|
1627
|
+
...(v.AF === undefined ? null : { af: v.AF }),
|
|
1628
|
+
...(v.AL === undefined ? null : { al: v.AL }),
|
|
1629
|
+
...(v.DZ === undefined ? null : { dz: v.DZ }),
|
|
1630
|
+
...(v.AS === undefined ? null : { as: v.AS }),
|
|
1631
|
+
...(v.AD === undefined ? null : { ad: v.AD }),
|
|
1632
|
+
...(v.AO === undefined ? null : { ao: v.AO }),
|
|
1633
|
+
...(v.AI === undefined ? null : { ai: v.AI }),
|
|
1634
|
+
...(v.AQ === undefined ? null : { aq: v.AQ }),
|
|
1635
|
+
...(v.AG === undefined ? null : { ag: v.AG }),
|
|
1636
|
+
...(v.AR === undefined ? null : { ar: v.AR }),
|
|
1637
|
+
...(v.AM === undefined ? null : { am: v.AM }),
|
|
1638
|
+
...(v.AW === undefined ? null : { aw: v.AW }),
|
|
1639
|
+
...(v.AU === undefined ? null : { au: v.AU }),
|
|
1640
|
+
...(v.AT === undefined ? null : { at: v.AT }),
|
|
1641
|
+
...(v.AZ === undefined ? null : { az: v.AZ }),
|
|
1642
|
+
...(v.BS === undefined ? null : { bs: v.BS }),
|
|
1643
|
+
...(v.BH === undefined ? null : { bh: v.BH }),
|
|
1644
|
+
...(v.BD === undefined ? null : { bd: v.BD }),
|
|
1645
|
+
...(v.BB === undefined ? null : { bb: v.BB }),
|
|
1646
|
+
...(v.BY === undefined ? null : { by: v.BY }),
|
|
1647
|
+
...(v.BE === undefined ? null : { be: v.BE }),
|
|
1648
|
+
...(v.BZ === undefined ? null : { bz: v.BZ }),
|
|
1649
|
+
...(v.BJ === undefined ? null : { bj: v.BJ }),
|
|
1650
|
+
...(v.BM === undefined ? null : { bm: v.BM }),
|
|
1651
|
+
...(v.BT === undefined ? null : { bt: v.BT }),
|
|
1652
|
+
...(v.BO === undefined ? null : { bo: v.BO }),
|
|
1653
|
+
...(v.BA === undefined ? null : { ba: v.BA }),
|
|
1654
|
+
...(v.BW === undefined ? null : { bw: v.BW }),
|
|
1655
|
+
...(v.BV === undefined ? null : { bv: v.BV }),
|
|
1656
|
+
...(v.BR === undefined ? null : { br: v.BR }),
|
|
1657
|
+
...(v.IO === undefined ? null : { io: v.IO }),
|
|
1658
|
+
...(v.BN === undefined ? null : { bn: v.BN }),
|
|
1659
|
+
...(v.BG === undefined ? null : { bg: v.BG }),
|
|
1660
|
+
...(v.BF === undefined ? null : { bf: v.BF }),
|
|
1661
|
+
...(v.BI === undefined ? null : { bi: v.BI }),
|
|
1662
|
+
...(v.KH === undefined ? null : { kh: v.KH }),
|
|
1663
|
+
...(v.CM === undefined ? null : { cm: v.CM }),
|
|
1664
|
+
...(v.CA === undefined ? null : { ca: v.CA }),
|
|
1665
|
+
...(v.CV === undefined ? null : { cv: v.CV }),
|
|
1666
|
+
...(v.KY === undefined ? null : { ky: v.KY }),
|
|
1667
|
+
...(v.CF === undefined ? null : { cf: v.CF }),
|
|
1668
|
+
...(v.TD === undefined ? null : { td: v.TD }),
|
|
1669
|
+
...(v.CL === undefined ? null : { cl: v.CL }),
|
|
1670
|
+
...(v.CN === undefined ? null : { cn: v.CN }),
|
|
1671
|
+
...(v.CX === undefined ? null : { cx: v.CX }),
|
|
1672
|
+
...(v.CC === undefined ? null : { cc: v.CC }),
|
|
1673
|
+
...(v.CO === undefined ? null : { co: v.CO }),
|
|
1674
|
+
...(v.KM === undefined ? null : { km: v.KM }),
|
|
1675
|
+
...(v.CG === undefined ? null : { cg: v.CG }),
|
|
1676
|
+
...(v.CD === undefined ? null : { cd: v.CD }),
|
|
1677
|
+
...(v.CK === undefined ? null : { ck: v.CK }),
|
|
1678
|
+
...(v.CR === undefined ? null : { cr: v.CR }),
|
|
1679
|
+
...(v.CI === undefined ? null : { ci: v.CI }),
|
|
1680
|
+
...(v.HR === undefined ? null : { hr: v.HR }),
|
|
1681
|
+
...(v.CU === undefined ? null : { cu: v.CU }),
|
|
1682
|
+
...(v.CY === undefined ? null : { cy: v.CY }),
|
|
1683
|
+
...(v.CZ === undefined ? null : { cz: v.CZ }),
|
|
1684
|
+
...(v.DK === undefined ? null : { dk: v.DK }),
|
|
1685
|
+
...(v.DJ === undefined ? null : { dj: v.DJ }),
|
|
1686
|
+
...(v.DM === undefined ? null : { dm: v.DM }),
|
|
1687
|
+
...(v.DO === undefined ? null : { do: v.DO }),
|
|
1688
|
+
...(v.EC === undefined ? null : { ec: v.EC }),
|
|
1689
|
+
...(v.EG === undefined ? null : { eg: v.EG }),
|
|
1690
|
+
...(v.SV === undefined ? null : { sv: v.SV }),
|
|
1691
|
+
...(v.GQ === undefined ? null : { gq: v.GQ }),
|
|
1692
|
+
...(v.ER === undefined ? null : { er: v.ER }),
|
|
1693
|
+
...(v.EE === undefined ? null : { ee: v.EE }),
|
|
1694
|
+
...(v.ET === undefined ? null : { et: v.ET }),
|
|
1695
|
+
...(v.FK === undefined ? null : { fk: v.FK }),
|
|
1696
|
+
...(v.FO === undefined ? null : { fo: v.FO }),
|
|
1697
|
+
...(v.FJ === undefined ? null : { fj: v.FJ }),
|
|
1698
|
+
...(v.FI === undefined ? null : { fi: v.FI }),
|
|
1699
|
+
...(v.FR === undefined ? null : { fr: v.FR }),
|
|
1700
|
+
...(v.GF === undefined ? null : { gf: v.GF }),
|
|
1701
|
+
...(v.PF === undefined ? null : { pf: v.PF }),
|
|
1702
|
+
...(v.TF === undefined ? null : { tf: v.TF }),
|
|
1703
|
+
...(v.GA === undefined ? null : { ga: v.GA }),
|
|
1704
|
+
...(v.GM === undefined ? null : { gm: v.GM }),
|
|
1705
|
+
...(v.GE === undefined ? null : { ge: v.GE }),
|
|
1706
|
+
...(v.DE === undefined ? null : { de: v.DE }),
|
|
1707
|
+
...(v.GH === undefined ? null : { gh: v.GH }),
|
|
1708
|
+
...(v.GI === undefined ? null : { gi: v.GI }),
|
|
1709
|
+
...(v.GR === undefined ? null : { gr: v.GR }),
|
|
1710
|
+
...(v.GL === undefined ? null : { gl: v.GL }),
|
|
1711
|
+
...(v.GD === undefined ? null : { gd: v.GD }),
|
|
1712
|
+
...(v.GP === undefined ? null : { gp: v.GP }),
|
|
1713
|
+
...(v.GU === undefined ? null : { gu: v.GU }),
|
|
1714
|
+
...(v.GT === undefined ? null : { gt: v.GT }),
|
|
1715
|
+
...(v.GN === undefined ? null : { gn: v.GN }),
|
|
1716
|
+
...(v.GW === undefined ? null : { gw: v.GW }),
|
|
1717
|
+
...(v.GY === undefined ? null : { gy: v.GY }),
|
|
1718
|
+
...(v.HT === undefined ? null : { ht: v.HT }),
|
|
1719
|
+
...(v.HM === undefined ? null : { hm: v.HM }),
|
|
1720
|
+
...(v.VA === undefined ? null : { va: v.VA }),
|
|
1721
|
+
...(v.HN === undefined ? null : { hn: v.HN }),
|
|
1722
|
+
...(v.HK === undefined ? null : { hk: v.HK }),
|
|
1723
|
+
...(v.HU === undefined ? null : { hu: v.HU }),
|
|
1724
|
+
...(v.IS === undefined ? null : { is: v.IS }),
|
|
1725
|
+
...(v.IN === undefined ? null : { in: v.IN }),
|
|
1726
|
+
...(v.ID === undefined ? null : { id: v.ID }),
|
|
1727
|
+
...(v.IR === undefined ? null : { ir: v.IR }),
|
|
1728
|
+
...(v.IQ === undefined ? null : { iq: v.IQ }),
|
|
1729
|
+
...(v.IE === undefined ? null : { ie: v.IE }),
|
|
1730
|
+
...(v.IL === undefined ? null : { il: v.IL }),
|
|
1731
|
+
...(v.IT === undefined ? null : { it: v.IT }),
|
|
1732
|
+
...(v.JM === undefined ? null : { jm: v.JM }),
|
|
1733
|
+
...(v.JP === undefined ? null : { jp: v.JP }),
|
|
1734
|
+
...(v.JO === undefined ? null : { jo: v.JO }),
|
|
1735
|
+
...(v.KZ === undefined ? null : { kz: v.KZ }),
|
|
1736
|
+
...(v.KE === undefined ? null : { ke: v.KE }),
|
|
1737
|
+
...(v.KI === undefined ? null : { ki: v.KI }),
|
|
1738
|
+
...(v.KP === undefined ? null : { kp: v.KP }),
|
|
1739
|
+
...(v.KR === undefined ? null : { kr: v.KR }),
|
|
1740
|
+
...(v.KW === undefined ? null : { kw: v.KW }),
|
|
1741
|
+
...(v.KG === undefined ? null : { kg: v.KG }),
|
|
1742
|
+
...(v.LA === undefined ? null : { la: v.LA }),
|
|
1743
|
+
...(v.LV === undefined ? null : { lv: v.LV }),
|
|
1744
|
+
...(v.LB === undefined ? null : { lb: v.LB }),
|
|
1745
|
+
...(v.LS === undefined ? null : { ls: v.LS }),
|
|
1746
|
+
...(v.LR === undefined ? null : { lr: v.LR }),
|
|
1747
|
+
...(v.LY === undefined ? null : { ly: v.LY }),
|
|
1748
|
+
...(v.LI === undefined ? null : { li: v.LI }),
|
|
1749
|
+
...(v.LT === undefined ? null : { lt: v.LT }),
|
|
1750
|
+
...(v.LU === undefined ? null : { lu: v.LU }),
|
|
1751
|
+
...(v.MO === undefined ? null : { mo: v.MO }),
|
|
1752
|
+
...(v.MG === undefined ? null : { mg: v.MG }),
|
|
1753
|
+
...(v.MW === undefined ? null : { mw: v.MW }),
|
|
1754
|
+
...(v.MY === undefined ? null : { my: v.MY }),
|
|
1755
|
+
...(v.MV === undefined ? null : { mv: v.MV }),
|
|
1756
|
+
...(v.ML === undefined ? null : { ml: v.ML }),
|
|
1757
|
+
...(v.MT === undefined ? null : { mt: v.MT }),
|
|
1758
|
+
...(v.MH === undefined ? null : { mh: v.MH }),
|
|
1759
|
+
...(v.MQ === undefined ? null : { mq: v.MQ }),
|
|
1760
|
+
...(v.MR === undefined ? null : { mr: v.MR }),
|
|
1761
|
+
...(v.MU === undefined ? null : { mu: v.MU }),
|
|
1762
|
+
...(v.YT === undefined ? null : { yt: v.YT }),
|
|
1763
|
+
...(v.MX === undefined ? null : { mx: v.MX }),
|
|
1764
|
+
...(v.FM === undefined ? null : { fm: v.FM }),
|
|
1765
|
+
...(v.MD === undefined ? null : { md: v.MD }),
|
|
1766
|
+
...(v.MC === undefined ? null : { mc: v.MC }),
|
|
1767
|
+
...(v.MN === undefined ? null : { mn: v.MN }),
|
|
1768
|
+
...(v.MS === undefined ? null : { ms: v.MS }),
|
|
1769
|
+
...(v.MA === undefined ? null : { ma: v.MA }),
|
|
1770
|
+
...(v.MZ === undefined ? null : { mz: v.MZ }),
|
|
1771
|
+
...(v.MM === undefined ? null : { mm: v.MM }),
|
|
1772
|
+
...(v.NA === undefined ? null : { na: v.NA }),
|
|
1773
|
+
...(v.NR === undefined ? null : { nr: v.NR }),
|
|
1774
|
+
...(v.NP === undefined ? null : { np: v.NP }),
|
|
1775
|
+
...(v.NL === undefined ? null : { nl: v.NL }),
|
|
1776
|
+
...(v.NC === undefined ? null : { nc: v.NC }),
|
|
1777
|
+
...(v.NZ === undefined ? null : { nz: v.NZ }),
|
|
1778
|
+
...(v.NI === undefined ? null : { ni: v.NI }),
|
|
1779
|
+
...(v.NE === undefined ? null : { ne: v.NE }),
|
|
1780
|
+
...(v.NG === undefined ? null : { ng: v.NG }),
|
|
1781
|
+
...(v.NU === undefined ? null : { nu: v.NU }),
|
|
1782
|
+
...(v.NF === undefined ? null : { nf: v.NF }),
|
|
1783
|
+
...(v.MK === undefined ? null : { mk: v.MK }),
|
|
1784
|
+
...(v.MP === undefined ? null : { mp: v.MP }),
|
|
1785
|
+
...(v.NO === undefined ? null : { no: v.NO }),
|
|
1786
|
+
...(v.OM === undefined ? null : { om: v.OM }),
|
|
1787
|
+
...(v.PK === undefined ? null : { pk: v.PK }),
|
|
1788
|
+
...(v.PW === undefined ? null : { pw: v.PW }),
|
|
1789
|
+
...(v.PS === undefined ? null : { ps: v.PS }),
|
|
1790
|
+
...(v.PA === undefined ? null : { pa: v.PA }),
|
|
1791
|
+
...(v.PG === undefined ? null : { pg: v.PG }),
|
|
1792
|
+
...(v.PY === undefined ? null : { py: v.PY }),
|
|
1793
|
+
...(v.PE === undefined ? null : { pe: v.PE }),
|
|
1794
|
+
...(v.PH === undefined ? null : { ph: v.PH }),
|
|
1795
|
+
...(v.PN === undefined ? null : { pn: v.PN }),
|
|
1796
|
+
...(v.PL === undefined ? null : { pl: v.PL }),
|
|
1797
|
+
...(v.PT === undefined ? null : { pt: v.PT }),
|
|
1798
|
+
...(v.PR === undefined ? null : { pr: v.PR }),
|
|
1799
|
+
...(v.QA === undefined ? null : { qa: v.QA }),
|
|
1800
|
+
...(v.RE === undefined ? null : { re: v.RE }),
|
|
1801
|
+
...(v.RO === undefined ? null : { ro: v.RO }),
|
|
1802
|
+
...(v.RU === undefined ? null : { ru: v.RU }),
|
|
1803
|
+
...(v.RW === undefined ? null : { rw: v.RW }),
|
|
1804
|
+
...(v.SH === undefined ? null : { sh: v.SH }),
|
|
1805
|
+
...(v.KN === undefined ? null : { kn: v.KN }),
|
|
1806
|
+
...(v.LC === undefined ? null : { lc: v.LC }),
|
|
1807
|
+
...(v.PM === undefined ? null : { pm: v.PM }),
|
|
1808
|
+
...(v.VC === undefined ? null : { vc: v.VC }),
|
|
1809
|
+
...(v.WS === undefined ? null : { ws: v.WS }),
|
|
1810
|
+
...(v.SM === undefined ? null : { sm: v.SM }),
|
|
1811
|
+
...(v.ST === undefined ? null : { st: v.ST }),
|
|
1812
|
+
...(v.SA === undefined ? null : { sa: v.SA }),
|
|
1813
|
+
...(v.SN === undefined ? null : { sn: v.SN }),
|
|
1814
|
+
...(v.SC === undefined ? null : { sc: v.SC }),
|
|
1815
|
+
...(v.SL === undefined ? null : { sl: v.SL }),
|
|
1816
|
+
...(v.SG === undefined ? null : { sg: v.SG }),
|
|
1817
|
+
...(v.SK === undefined ? null : { sk: v.SK }),
|
|
1818
|
+
...(v.SI === undefined ? null : { si: v.SI }),
|
|
1819
|
+
...(v.SB === undefined ? null : { sb: v.SB }),
|
|
1820
|
+
...(v.SO === undefined ? null : { so: v.SO }),
|
|
1821
|
+
...(v.ZA === undefined ? null : { za: v.ZA }),
|
|
1822
|
+
...(v.GS === undefined ? null : { gs: v.GS }),
|
|
1823
|
+
...(v.ES === undefined ? null : { es: v.ES }),
|
|
1824
|
+
...(v.LK === undefined ? null : { lk: v.LK }),
|
|
1825
|
+
...(v.SD === undefined ? null : { sd: v.SD }),
|
|
1826
|
+
...(v.SR === undefined ? null : { sr: v.SR }),
|
|
1827
|
+
...(v.SJ === undefined ? null : { sj: v.SJ }),
|
|
1828
|
+
...(v.SZ === undefined ? null : { sz: v.SZ }),
|
|
1829
|
+
...(v.SE === undefined ? null : { se: v.SE }),
|
|
1830
|
+
...(v.CH === undefined ? null : { ch: v.CH }),
|
|
1831
|
+
...(v.SY === undefined ? null : { sy: v.SY }),
|
|
1832
|
+
...(v.TW === undefined ? null : { tw: v.TW }),
|
|
1833
|
+
...(v.TJ === undefined ? null : { tj: v.TJ }),
|
|
1834
|
+
...(v.TZ === undefined ? null : { tz: v.TZ }),
|
|
1835
|
+
...(v.TH === undefined ? null : { th: v.TH }),
|
|
1836
|
+
...(v.TL === undefined ? null : { tl: v.TL }),
|
|
1837
|
+
...(v.TG === undefined ? null : { tg: v.TG }),
|
|
1838
|
+
...(v.TK === undefined ? null : { tk: v.TK }),
|
|
1839
|
+
...(v.TO === undefined ? null : { to: v.TO }),
|
|
1840
|
+
...(v.TT === undefined ? null : { tt: v.TT }),
|
|
1841
|
+
...(v.TN === undefined ? null : { tn: v.TN }),
|
|
1842
|
+
...(v.TR === undefined ? null : { tr: v.TR }),
|
|
1843
|
+
...(v.TM === undefined ? null : { tm: v.TM }),
|
|
1844
|
+
...(v.TC === undefined ? null : { tc: v.TC }),
|
|
1845
|
+
...(v.TV === undefined ? null : { tv: v.TV }),
|
|
1846
|
+
...(v.UG === undefined ? null : { ug: v.UG }),
|
|
1847
|
+
...(v.UA === undefined ? null : { ua: v.UA }),
|
|
1848
|
+
...(v.AE === undefined ? null : { ae: v.AE }),
|
|
1849
|
+
...(v.GB === undefined ? null : { gb: v.GB }),
|
|
1850
|
+
...(v.US === undefined ? null : { us: v.US }),
|
|
1851
|
+
...(v.UM === undefined ? null : { um: v.UM }),
|
|
1852
|
+
...(v.UY === undefined ? null : { uy: v.UY }),
|
|
1853
|
+
...(v.UZ === undefined ? null : { uz: v.UZ }),
|
|
1854
|
+
...(v.VU === undefined ? null : { vu: v.VU }),
|
|
1855
|
+
...(v.VE === undefined ? null : { ve: v.VE }),
|
|
1856
|
+
...(v.VN === undefined ? null : { vn: v.VN }),
|
|
1857
|
+
...(v.VG === undefined ? null : { vg: v.VG }),
|
|
1858
|
+
...(v.VI === undefined ? null : { vi: v.VI }),
|
|
1859
|
+
...(v.WF === undefined ? null : { wf: v.WF }),
|
|
1860
|
+
...(v.EH === undefined ? null : { eh: v.EH }),
|
|
1861
|
+
...(v.YE === undefined ? null : { ye: v.YE }),
|
|
1862
|
+
...(v.ZM === undefined ? null : { zm: v.ZM }),
|
|
1863
|
+
...(v.ZW === undefined ? null : { zw: v.ZW }),
|
|
1864
|
+
...(v.AX === undefined ? null : { ax: v.AX }),
|
|
1865
|
+
...(v.BQ === undefined ? null : { bq: v.BQ }),
|
|
1866
|
+
...(v.CW === undefined ? null : { cw: v.CW }),
|
|
1867
|
+
...(v.GG === undefined ? null : { gg: v.GG }),
|
|
1868
|
+
...(v.IM === undefined ? null : { im: v.IM }),
|
|
1869
|
+
...(v.JE === undefined ? null : { je: v.JE }),
|
|
1870
|
+
...(v.ME === undefined ? null : { me: v.ME }),
|
|
1871
|
+
...(v.BL === undefined ? null : { bl: v.BL }),
|
|
1872
|
+
...(v.MF === undefined ? null : { mf: v.MF }),
|
|
1873
|
+
...(v.RS === undefined ? null : { rs: v.RS }),
|
|
1874
|
+
...(v.SX === undefined ? null : { sx: v.SX }),
|
|
1875
|
+
...(v.SS === undefined ? null : { ss: v.SS }),
|
|
1876
|
+
...(v.XK === undefined ? null : { xk: v.XK }),
|
|
1877
|
+
};
|
|
1878
|
+
});
|
|
1879
|
+
|
|
1880
|
+
export type Outbound = {
|
|
1881
|
+
AF?: string | undefined;
|
|
1882
|
+
AL?: string | undefined;
|
|
1883
|
+
DZ?: string | undefined;
|
|
1884
|
+
AS?: string | undefined;
|
|
1885
|
+
AD?: string | undefined;
|
|
1886
|
+
AO?: string | undefined;
|
|
1887
|
+
AI?: string | undefined;
|
|
1888
|
+
AQ?: string | undefined;
|
|
1889
|
+
AG?: string | undefined;
|
|
1890
|
+
AR?: string | undefined;
|
|
1891
|
+
AM?: string | undefined;
|
|
1892
|
+
AW?: string | undefined;
|
|
1893
|
+
AU?: string | undefined;
|
|
1894
|
+
AT?: string | undefined;
|
|
1895
|
+
AZ?: string | undefined;
|
|
1896
|
+
BS?: string | undefined;
|
|
1897
|
+
BH?: string | undefined;
|
|
1898
|
+
BD?: string | undefined;
|
|
1899
|
+
BB?: string | undefined;
|
|
1900
|
+
BY?: string | undefined;
|
|
1901
|
+
BE?: string | undefined;
|
|
1902
|
+
BZ?: string | undefined;
|
|
1903
|
+
BJ?: string | undefined;
|
|
1904
|
+
BM?: string | undefined;
|
|
1905
|
+
BT?: string | undefined;
|
|
1906
|
+
BO?: string | undefined;
|
|
1907
|
+
BA?: string | undefined;
|
|
1908
|
+
BW?: string | undefined;
|
|
1909
|
+
BV?: string | undefined;
|
|
1910
|
+
BR?: string | undefined;
|
|
1911
|
+
IO?: string | undefined;
|
|
1912
|
+
BN?: string | undefined;
|
|
1913
|
+
BG?: string | undefined;
|
|
1914
|
+
BF?: string | undefined;
|
|
1915
|
+
BI?: string | undefined;
|
|
1916
|
+
KH?: string | undefined;
|
|
1917
|
+
CM?: string | undefined;
|
|
1918
|
+
CA?: string | undefined;
|
|
1919
|
+
CV?: string | undefined;
|
|
1920
|
+
KY?: string | undefined;
|
|
1921
|
+
CF?: string | undefined;
|
|
1922
|
+
TD?: string | undefined;
|
|
1923
|
+
CL?: string | undefined;
|
|
1924
|
+
CN?: string | undefined;
|
|
1925
|
+
CX?: string | undefined;
|
|
1926
|
+
CC?: string | undefined;
|
|
1927
|
+
CO?: string | undefined;
|
|
1928
|
+
KM?: string | undefined;
|
|
1929
|
+
CG?: string | undefined;
|
|
1930
|
+
CD?: string | undefined;
|
|
1931
|
+
CK?: string | undefined;
|
|
1932
|
+
CR?: string | undefined;
|
|
1933
|
+
CI?: string | undefined;
|
|
1934
|
+
HR?: string | undefined;
|
|
1935
|
+
CU?: string | undefined;
|
|
1936
|
+
CY?: string | undefined;
|
|
1937
|
+
CZ?: string | undefined;
|
|
1938
|
+
DK?: string | undefined;
|
|
1939
|
+
DJ?: string | undefined;
|
|
1940
|
+
DM?: string | undefined;
|
|
1941
|
+
DO?: string | undefined;
|
|
1942
|
+
EC?: string | undefined;
|
|
1943
|
+
EG?: string | undefined;
|
|
1944
|
+
SV?: string | undefined;
|
|
1945
|
+
GQ?: string | undefined;
|
|
1946
|
+
ER?: string | undefined;
|
|
1947
|
+
EE?: string | undefined;
|
|
1948
|
+
ET?: string | undefined;
|
|
1949
|
+
FK?: string | undefined;
|
|
1950
|
+
FO?: string | undefined;
|
|
1951
|
+
FJ?: string | undefined;
|
|
1952
|
+
FI?: string | undefined;
|
|
1953
|
+
FR?: string | undefined;
|
|
1954
|
+
GF?: string | undefined;
|
|
1955
|
+
PF?: string | undefined;
|
|
1956
|
+
TF?: string | undefined;
|
|
1957
|
+
GA?: string | undefined;
|
|
1958
|
+
GM?: string | undefined;
|
|
1959
|
+
GE?: string | undefined;
|
|
1960
|
+
DE?: string | undefined;
|
|
1961
|
+
GH?: string | undefined;
|
|
1962
|
+
GI?: string | undefined;
|
|
1963
|
+
GR?: string | undefined;
|
|
1964
|
+
GL?: string | undefined;
|
|
1965
|
+
GD?: string | undefined;
|
|
1966
|
+
GP?: string | undefined;
|
|
1967
|
+
GU?: string | undefined;
|
|
1968
|
+
GT?: string | undefined;
|
|
1969
|
+
GN?: string | undefined;
|
|
1970
|
+
GW?: string | undefined;
|
|
1971
|
+
GY?: string | undefined;
|
|
1972
|
+
HT?: string | undefined;
|
|
1973
|
+
HM?: string | undefined;
|
|
1974
|
+
VA?: string | undefined;
|
|
1975
|
+
HN?: string | undefined;
|
|
1976
|
+
HK?: string | undefined;
|
|
1977
|
+
HU?: string | undefined;
|
|
1978
|
+
IS?: string | undefined;
|
|
1979
|
+
IN?: string | undefined;
|
|
1980
|
+
ID?: string | undefined;
|
|
1981
|
+
IR?: string | undefined;
|
|
1982
|
+
IQ?: string | undefined;
|
|
1983
|
+
IE?: string | undefined;
|
|
1984
|
+
IL?: string | undefined;
|
|
1985
|
+
IT?: string | undefined;
|
|
1986
|
+
JM?: string | undefined;
|
|
1987
|
+
JP?: string | undefined;
|
|
1988
|
+
JO?: string | undefined;
|
|
1989
|
+
KZ?: string | undefined;
|
|
1990
|
+
KE?: string | undefined;
|
|
1991
|
+
KI?: string | undefined;
|
|
1992
|
+
KP?: string | undefined;
|
|
1993
|
+
KR?: string | undefined;
|
|
1994
|
+
KW?: string | undefined;
|
|
1995
|
+
KG?: string | undefined;
|
|
1996
|
+
LA?: string | undefined;
|
|
1997
|
+
LV?: string | undefined;
|
|
1998
|
+
LB?: string | undefined;
|
|
1999
|
+
LS?: string | undefined;
|
|
2000
|
+
LR?: string | undefined;
|
|
2001
|
+
LY?: string | undefined;
|
|
2002
|
+
LI?: string | undefined;
|
|
2003
|
+
LT?: string | undefined;
|
|
2004
|
+
LU?: string | undefined;
|
|
2005
|
+
MO?: string | undefined;
|
|
2006
|
+
MG?: string | undefined;
|
|
2007
|
+
MW?: string | undefined;
|
|
2008
|
+
MY?: string | undefined;
|
|
2009
|
+
MV?: string | undefined;
|
|
2010
|
+
ML?: string | undefined;
|
|
2011
|
+
MT?: string | undefined;
|
|
2012
|
+
MH?: string | undefined;
|
|
2013
|
+
MQ?: string | undefined;
|
|
2014
|
+
MR?: string | undefined;
|
|
2015
|
+
MU?: string | undefined;
|
|
2016
|
+
YT?: string | undefined;
|
|
2017
|
+
MX?: string | undefined;
|
|
2018
|
+
FM?: string | undefined;
|
|
2019
|
+
MD?: string | undefined;
|
|
2020
|
+
MC?: string | undefined;
|
|
2021
|
+
MN?: string | undefined;
|
|
2022
|
+
MS?: string | undefined;
|
|
2023
|
+
MA?: string | undefined;
|
|
2024
|
+
MZ?: string | undefined;
|
|
2025
|
+
MM?: string | undefined;
|
|
2026
|
+
NA?: string | undefined;
|
|
2027
|
+
NR?: string | undefined;
|
|
2028
|
+
NP?: string | undefined;
|
|
2029
|
+
NL?: string | undefined;
|
|
2030
|
+
NC?: string | undefined;
|
|
2031
|
+
NZ?: string | undefined;
|
|
2032
|
+
NI?: string | undefined;
|
|
2033
|
+
NE?: string | undefined;
|
|
2034
|
+
NG?: string | undefined;
|
|
2035
|
+
NU?: string | undefined;
|
|
2036
|
+
NF?: string | undefined;
|
|
2037
|
+
MK?: string | undefined;
|
|
2038
|
+
MP?: string | undefined;
|
|
2039
|
+
NO?: string | undefined;
|
|
2040
|
+
OM?: string | undefined;
|
|
2041
|
+
PK?: string | undefined;
|
|
2042
|
+
PW?: string | undefined;
|
|
2043
|
+
PS?: string | undefined;
|
|
2044
|
+
PA?: string | undefined;
|
|
2045
|
+
PG?: string | undefined;
|
|
2046
|
+
PY?: string | undefined;
|
|
2047
|
+
PE?: string | undefined;
|
|
2048
|
+
PH?: string | undefined;
|
|
2049
|
+
PN?: string | undefined;
|
|
2050
|
+
PL?: string | undefined;
|
|
2051
|
+
PT?: string | undefined;
|
|
2052
|
+
PR?: string | undefined;
|
|
2053
|
+
QA?: string | undefined;
|
|
2054
|
+
RE?: string | undefined;
|
|
2055
|
+
RO?: string | undefined;
|
|
2056
|
+
RU?: string | undefined;
|
|
2057
|
+
RW?: string | undefined;
|
|
2058
|
+
SH?: string | undefined;
|
|
2059
|
+
KN?: string | undefined;
|
|
2060
|
+
LC?: string | undefined;
|
|
2061
|
+
PM?: string | undefined;
|
|
2062
|
+
VC?: string | undefined;
|
|
2063
|
+
WS?: string | undefined;
|
|
2064
|
+
SM?: string | undefined;
|
|
2065
|
+
ST?: string | undefined;
|
|
2066
|
+
SA?: string | undefined;
|
|
2067
|
+
SN?: string | undefined;
|
|
2068
|
+
SC?: string | undefined;
|
|
2069
|
+
SL?: string | undefined;
|
|
2070
|
+
SG?: string | undefined;
|
|
2071
|
+
SK?: string | undefined;
|
|
2072
|
+
SI?: string | undefined;
|
|
2073
|
+
SB?: string | undefined;
|
|
2074
|
+
SO?: string | undefined;
|
|
2075
|
+
ZA?: string | undefined;
|
|
2076
|
+
GS?: string | undefined;
|
|
2077
|
+
ES?: string | undefined;
|
|
2078
|
+
LK?: string | undefined;
|
|
2079
|
+
SD?: string | undefined;
|
|
2080
|
+
SR?: string | undefined;
|
|
2081
|
+
SJ?: string | undefined;
|
|
2082
|
+
SZ?: string | undefined;
|
|
2083
|
+
SE?: string | undefined;
|
|
2084
|
+
CH?: string | undefined;
|
|
2085
|
+
SY?: string | undefined;
|
|
2086
|
+
TW?: string | undefined;
|
|
2087
|
+
TJ?: string | undefined;
|
|
2088
|
+
TZ?: string | undefined;
|
|
2089
|
+
TH?: string | undefined;
|
|
2090
|
+
TL?: string | undefined;
|
|
2091
|
+
TG?: string | undefined;
|
|
2092
|
+
TK?: string | undefined;
|
|
2093
|
+
TO?: string | undefined;
|
|
2094
|
+
TT?: string | undefined;
|
|
2095
|
+
TN?: string | undefined;
|
|
2096
|
+
TR?: string | undefined;
|
|
2097
|
+
TM?: string | undefined;
|
|
2098
|
+
TC?: string | undefined;
|
|
2099
|
+
TV?: string | undefined;
|
|
2100
|
+
UG?: string | undefined;
|
|
2101
|
+
UA?: string | undefined;
|
|
2102
|
+
AE?: string | undefined;
|
|
2103
|
+
GB?: string | undefined;
|
|
2104
|
+
US?: string | undefined;
|
|
2105
|
+
UM?: string | undefined;
|
|
2106
|
+
UY?: string | undefined;
|
|
2107
|
+
UZ?: string | undefined;
|
|
2108
|
+
VU?: string | undefined;
|
|
2109
|
+
VE?: string | undefined;
|
|
2110
|
+
VN?: string | undefined;
|
|
2111
|
+
VG?: string | undefined;
|
|
2112
|
+
VI?: string | undefined;
|
|
2113
|
+
WF?: string | undefined;
|
|
2114
|
+
EH?: string | undefined;
|
|
2115
|
+
YE?: string | undefined;
|
|
2116
|
+
ZM?: string | undefined;
|
|
2117
|
+
ZW?: string | undefined;
|
|
2118
|
+
AX?: string | undefined;
|
|
2119
|
+
BQ?: string | undefined;
|
|
2120
|
+
CW?: string | undefined;
|
|
2121
|
+
GG?: string | undefined;
|
|
2122
|
+
IM?: string | undefined;
|
|
2123
|
+
JE?: string | undefined;
|
|
2124
|
+
ME?: string | undefined;
|
|
2125
|
+
BL?: string | undefined;
|
|
2126
|
+
MF?: string | undefined;
|
|
2127
|
+
RS?: string | undefined;
|
|
2128
|
+
SX?: string | undefined;
|
|
2129
|
+
SS?: string | undefined;
|
|
2130
|
+
XK?: string | undefined;
|
|
2131
|
+
};
|
|
2132
|
+
|
|
2133
|
+
export const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, BulkCreateLinksGeo> = z
|
|
2134
|
+
.object({
|
|
2135
|
+
af: z.string().optional(),
|
|
2136
|
+
al: z.string().optional(),
|
|
2137
|
+
dz: z.string().optional(),
|
|
2138
|
+
as: z.string().optional(),
|
|
2139
|
+
ad: z.string().optional(),
|
|
2140
|
+
ao: z.string().optional(),
|
|
2141
|
+
ai: z.string().optional(),
|
|
2142
|
+
aq: z.string().optional(),
|
|
2143
|
+
ag: z.string().optional(),
|
|
2144
|
+
ar: z.string().optional(),
|
|
2145
|
+
am: z.string().optional(),
|
|
2146
|
+
aw: z.string().optional(),
|
|
2147
|
+
au: z.string().optional(),
|
|
2148
|
+
at: z.string().optional(),
|
|
2149
|
+
az: z.string().optional(),
|
|
2150
|
+
bs: z.string().optional(),
|
|
2151
|
+
bh: z.string().optional(),
|
|
2152
|
+
bd: z.string().optional(),
|
|
2153
|
+
bb: z.string().optional(),
|
|
2154
|
+
by: z.string().optional(),
|
|
2155
|
+
be: z.string().optional(),
|
|
2156
|
+
bz: z.string().optional(),
|
|
2157
|
+
bj: z.string().optional(),
|
|
2158
|
+
bm: z.string().optional(),
|
|
2159
|
+
bt: z.string().optional(),
|
|
2160
|
+
bo: z.string().optional(),
|
|
2161
|
+
ba: z.string().optional(),
|
|
2162
|
+
bw: z.string().optional(),
|
|
2163
|
+
bv: z.string().optional(),
|
|
2164
|
+
br: z.string().optional(),
|
|
2165
|
+
io: z.string().optional(),
|
|
2166
|
+
bn: z.string().optional(),
|
|
2167
|
+
bg: z.string().optional(),
|
|
2168
|
+
bf: z.string().optional(),
|
|
2169
|
+
bi: z.string().optional(),
|
|
2170
|
+
kh: z.string().optional(),
|
|
2171
|
+
cm: z.string().optional(),
|
|
2172
|
+
ca: z.string().optional(),
|
|
2173
|
+
cv: z.string().optional(),
|
|
2174
|
+
ky: z.string().optional(),
|
|
2175
|
+
cf: z.string().optional(),
|
|
2176
|
+
td: z.string().optional(),
|
|
2177
|
+
cl: z.string().optional(),
|
|
2178
|
+
cn: z.string().optional(),
|
|
2179
|
+
cx: z.string().optional(),
|
|
2180
|
+
cc: z.string().optional(),
|
|
2181
|
+
co: z.string().optional(),
|
|
2182
|
+
km: z.string().optional(),
|
|
2183
|
+
cg: z.string().optional(),
|
|
2184
|
+
cd: z.string().optional(),
|
|
2185
|
+
ck: z.string().optional(),
|
|
2186
|
+
cr: z.string().optional(),
|
|
2187
|
+
ci: z.string().optional(),
|
|
2188
|
+
hr: z.string().optional(),
|
|
2189
|
+
cu: z.string().optional(),
|
|
2190
|
+
cy: z.string().optional(),
|
|
2191
|
+
cz: z.string().optional(),
|
|
2192
|
+
dk: z.string().optional(),
|
|
2193
|
+
dj: z.string().optional(),
|
|
2194
|
+
dm: z.string().optional(),
|
|
2195
|
+
do: z.string().optional(),
|
|
2196
|
+
ec: z.string().optional(),
|
|
2197
|
+
eg: z.string().optional(),
|
|
2198
|
+
sv: z.string().optional(),
|
|
2199
|
+
gq: z.string().optional(),
|
|
2200
|
+
er: z.string().optional(),
|
|
2201
|
+
ee: z.string().optional(),
|
|
2202
|
+
et: z.string().optional(),
|
|
2203
|
+
fk: z.string().optional(),
|
|
2204
|
+
fo: z.string().optional(),
|
|
2205
|
+
fj: z.string().optional(),
|
|
2206
|
+
fi: z.string().optional(),
|
|
2207
|
+
fr: z.string().optional(),
|
|
2208
|
+
gf: z.string().optional(),
|
|
2209
|
+
pf: z.string().optional(),
|
|
2210
|
+
tf: z.string().optional(),
|
|
2211
|
+
ga: z.string().optional(),
|
|
2212
|
+
gm: z.string().optional(),
|
|
2213
|
+
ge: z.string().optional(),
|
|
2214
|
+
de: z.string().optional(),
|
|
2215
|
+
gh: z.string().optional(),
|
|
2216
|
+
gi: z.string().optional(),
|
|
2217
|
+
gr: z.string().optional(),
|
|
2218
|
+
gl: z.string().optional(),
|
|
2219
|
+
gd: z.string().optional(),
|
|
2220
|
+
gp: z.string().optional(),
|
|
2221
|
+
gu: z.string().optional(),
|
|
2222
|
+
gt: z.string().optional(),
|
|
2223
|
+
gn: z.string().optional(),
|
|
2224
|
+
gw: z.string().optional(),
|
|
2225
|
+
gy: z.string().optional(),
|
|
2226
|
+
ht: z.string().optional(),
|
|
2227
|
+
hm: z.string().optional(),
|
|
2228
|
+
va: z.string().optional(),
|
|
2229
|
+
hn: z.string().optional(),
|
|
2230
|
+
hk: z.string().optional(),
|
|
2231
|
+
hu: z.string().optional(),
|
|
2232
|
+
is: z.string().optional(),
|
|
2233
|
+
in: z.string().optional(),
|
|
2234
|
+
id: z.string().optional(),
|
|
2235
|
+
ir: z.string().optional(),
|
|
2236
|
+
iq: z.string().optional(),
|
|
2237
|
+
ie: z.string().optional(),
|
|
2238
|
+
il: z.string().optional(),
|
|
2239
|
+
it: z.string().optional(),
|
|
2240
|
+
jm: z.string().optional(),
|
|
2241
|
+
jp: z.string().optional(),
|
|
2242
|
+
jo: z.string().optional(),
|
|
2243
|
+
kz: z.string().optional(),
|
|
2244
|
+
ke: z.string().optional(),
|
|
2245
|
+
ki: z.string().optional(),
|
|
2246
|
+
kp: z.string().optional(),
|
|
2247
|
+
kr: z.string().optional(),
|
|
2248
|
+
kw: z.string().optional(),
|
|
2249
|
+
kg: z.string().optional(),
|
|
2250
|
+
la: z.string().optional(),
|
|
2251
|
+
lv: z.string().optional(),
|
|
2252
|
+
lb: z.string().optional(),
|
|
2253
|
+
ls: z.string().optional(),
|
|
2254
|
+
lr: z.string().optional(),
|
|
2255
|
+
ly: z.string().optional(),
|
|
2256
|
+
li: z.string().optional(),
|
|
2257
|
+
lt: z.string().optional(),
|
|
2258
|
+
lu: z.string().optional(),
|
|
2259
|
+
mo: z.string().optional(),
|
|
2260
|
+
mg: z.string().optional(),
|
|
2261
|
+
mw: z.string().optional(),
|
|
2262
|
+
my: z.string().optional(),
|
|
2263
|
+
mv: z.string().optional(),
|
|
2264
|
+
ml: z.string().optional(),
|
|
2265
|
+
mt: z.string().optional(),
|
|
2266
|
+
mh: z.string().optional(),
|
|
2267
|
+
mq: z.string().optional(),
|
|
2268
|
+
mr: z.string().optional(),
|
|
2269
|
+
mu: z.string().optional(),
|
|
2270
|
+
yt: z.string().optional(),
|
|
2271
|
+
mx: z.string().optional(),
|
|
2272
|
+
fm: z.string().optional(),
|
|
2273
|
+
md: z.string().optional(),
|
|
2274
|
+
mc: z.string().optional(),
|
|
2275
|
+
mn: z.string().optional(),
|
|
2276
|
+
ms: z.string().optional(),
|
|
2277
|
+
ma: z.string().optional(),
|
|
2278
|
+
mz: z.string().optional(),
|
|
2279
|
+
mm: z.string().optional(),
|
|
2280
|
+
na: z.string().optional(),
|
|
2281
|
+
nr: z.string().optional(),
|
|
2282
|
+
np: z.string().optional(),
|
|
2283
|
+
nl: z.string().optional(),
|
|
2284
|
+
nc: z.string().optional(),
|
|
2285
|
+
nz: z.string().optional(),
|
|
2286
|
+
ni: z.string().optional(),
|
|
2287
|
+
ne: z.string().optional(),
|
|
2288
|
+
ng: z.string().optional(),
|
|
2289
|
+
nu: z.string().optional(),
|
|
2290
|
+
nf: z.string().optional(),
|
|
2291
|
+
mk: z.string().optional(),
|
|
2292
|
+
mp: z.string().optional(),
|
|
2293
|
+
no: z.string().optional(),
|
|
2294
|
+
om: z.string().optional(),
|
|
2295
|
+
pk: z.string().optional(),
|
|
2296
|
+
pw: z.string().optional(),
|
|
2297
|
+
ps: z.string().optional(),
|
|
2298
|
+
pa: z.string().optional(),
|
|
2299
|
+
pg: z.string().optional(),
|
|
2300
|
+
py: z.string().optional(),
|
|
2301
|
+
pe: z.string().optional(),
|
|
2302
|
+
ph: z.string().optional(),
|
|
2303
|
+
pn: z.string().optional(),
|
|
2304
|
+
pl: z.string().optional(),
|
|
2305
|
+
pt: z.string().optional(),
|
|
2306
|
+
pr: z.string().optional(),
|
|
2307
|
+
qa: z.string().optional(),
|
|
2308
|
+
re: z.string().optional(),
|
|
2309
|
+
ro: z.string().optional(),
|
|
2310
|
+
ru: z.string().optional(),
|
|
2311
|
+
rw: z.string().optional(),
|
|
2312
|
+
sh: z.string().optional(),
|
|
2313
|
+
kn: z.string().optional(),
|
|
2314
|
+
lc: z.string().optional(),
|
|
2315
|
+
pm: z.string().optional(),
|
|
2316
|
+
vc: z.string().optional(),
|
|
2317
|
+
ws: z.string().optional(),
|
|
2318
|
+
sm: z.string().optional(),
|
|
2319
|
+
st: z.string().optional(),
|
|
2320
|
+
sa: z.string().optional(),
|
|
2321
|
+
sn: z.string().optional(),
|
|
2322
|
+
sc: z.string().optional(),
|
|
2323
|
+
sl: z.string().optional(),
|
|
2324
|
+
sg: z.string().optional(),
|
|
2325
|
+
sk: z.string().optional(),
|
|
2326
|
+
si: z.string().optional(),
|
|
2327
|
+
sb: z.string().optional(),
|
|
2328
|
+
so: z.string().optional(),
|
|
2329
|
+
za: z.string().optional(),
|
|
2330
|
+
gs: z.string().optional(),
|
|
2331
|
+
es: z.string().optional(),
|
|
2332
|
+
lk: z.string().optional(),
|
|
2333
|
+
sd: z.string().optional(),
|
|
2334
|
+
sr: z.string().optional(),
|
|
2335
|
+
sj: z.string().optional(),
|
|
2336
|
+
sz: z.string().optional(),
|
|
2337
|
+
se: z.string().optional(),
|
|
2338
|
+
ch: z.string().optional(),
|
|
2339
|
+
sy: z.string().optional(),
|
|
2340
|
+
tw: z.string().optional(),
|
|
2341
|
+
tj: z.string().optional(),
|
|
2342
|
+
tz: z.string().optional(),
|
|
2343
|
+
th: z.string().optional(),
|
|
2344
|
+
tl: z.string().optional(),
|
|
2345
|
+
tg: z.string().optional(),
|
|
2346
|
+
tk: z.string().optional(),
|
|
2347
|
+
to: z.string().optional(),
|
|
2348
|
+
tt: z.string().optional(),
|
|
2349
|
+
tn: z.string().optional(),
|
|
2350
|
+
tr: z.string().optional(),
|
|
2351
|
+
tm: z.string().optional(),
|
|
2352
|
+
tc: z.string().optional(),
|
|
2353
|
+
tv: z.string().optional(),
|
|
2354
|
+
ug: z.string().optional(),
|
|
2355
|
+
ua: z.string().optional(),
|
|
2356
|
+
ae: z.string().optional(),
|
|
2357
|
+
gb: z.string().optional(),
|
|
2358
|
+
us: z.string().optional(),
|
|
2359
|
+
um: z.string().optional(),
|
|
2360
|
+
uy: z.string().optional(),
|
|
2361
|
+
uz: z.string().optional(),
|
|
2362
|
+
vu: z.string().optional(),
|
|
2363
|
+
ve: z.string().optional(),
|
|
2364
|
+
vn: z.string().optional(),
|
|
2365
|
+
vg: z.string().optional(),
|
|
2366
|
+
vi: z.string().optional(),
|
|
2367
|
+
wf: z.string().optional(),
|
|
2368
|
+
eh: z.string().optional(),
|
|
2369
|
+
ye: z.string().optional(),
|
|
2370
|
+
zm: z.string().optional(),
|
|
2371
|
+
zw: z.string().optional(),
|
|
2372
|
+
ax: z.string().optional(),
|
|
2373
|
+
bq: z.string().optional(),
|
|
2374
|
+
cw: z.string().optional(),
|
|
2375
|
+
gg: z.string().optional(),
|
|
2376
|
+
im: z.string().optional(),
|
|
2377
|
+
je: z.string().optional(),
|
|
2378
|
+
me: z.string().optional(),
|
|
2379
|
+
bl: z.string().optional(),
|
|
2380
|
+
mf: z.string().optional(),
|
|
2381
|
+
rs: z.string().optional(),
|
|
2382
|
+
sx: z.string().optional(),
|
|
2383
|
+
ss: z.string().optional(),
|
|
2384
|
+
xk: z.string().optional(),
|
|
2385
|
+
})
|
|
2386
|
+
.transform((v) => {
|
|
2387
|
+
return {
|
|
2388
|
+
...(v.af === undefined ? null : { AF: v.af }),
|
|
2389
|
+
...(v.al === undefined ? null : { AL: v.al }),
|
|
2390
|
+
...(v.dz === undefined ? null : { DZ: v.dz }),
|
|
2391
|
+
...(v.as === undefined ? null : { AS: v.as }),
|
|
2392
|
+
...(v.ad === undefined ? null : { AD: v.ad }),
|
|
2393
|
+
...(v.ao === undefined ? null : { AO: v.ao }),
|
|
2394
|
+
...(v.ai === undefined ? null : { AI: v.ai }),
|
|
2395
|
+
...(v.aq === undefined ? null : { AQ: v.aq }),
|
|
2396
|
+
...(v.ag === undefined ? null : { AG: v.ag }),
|
|
2397
|
+
...(v.ar === undefined ? null : { AR: v.ar }),
|
|
2398
|
+
...(v.am === undefined ? null : { AM: v.am }),
|
|
2399
|
+
...(v.aw === undefined ? null : { AW: v.aw }),
|
|
2400
|
+
...(v.au === undefined ? null : { AU: v.au }),
|
|
2401
|
+
...(v.at === undefined ? null : { AT: v.at }),
|
|
2402
|
+
...(v.az === undefined ? null : { AZ: v.az }),
|
|
2403
|
+
...(v.bs === undefined ? null : { BS: v.bs }),
|
|
2404
|
+
...(v.bh === undefined ? null : { BH: v.bh }),
|
|
2405
|
+
...(v.bd === undefined ? null : { BD: v.bd }),
|
|
2406
|
+
...(v.bb === undefined ? null : { BB: v.bb }),
|
|
2407
|
+
...(v.by === undefined ? null : { BY: v.by }),
|
|
2408
|
+
...(v.be === undefined ? null : { BE: v.be }),
|
|
2409
|
+
...(v.bz === undefined ? null : { BZ: v.bz }),
|
|
2410
|
+
...(v.bj === undefined ? null : { BJ: v.bj }),
|
|
2411
|
+
...(v.bm === undefined ? null : { BM: v.bm }),
|
|
2412
|
+
...(v.bt === undefined ? null : { BT: v.bt }),
|
|
2413
|
+
...(v.bo === undefined ? null : { BO: v.bo }),
|
|
2414
|
+
...(v.ba === undefined ? null : { BA: v.ba }),
|
|
2415
|
+
...(v.bw === undefined ? null : { BW: v.bw }),
|
|
2416
|
+
...(v.bv === undefined ? null : { BV: v.bv }),
|
|
2417
|
+
...(v.br === undefined ? null : { BR: v.br }),
|
|
2418
|
+
...(v.io === undefined ? null : { IO: v.io }),
|
|
2419
|
+
...(v.bn === undefined ? null : { BN: v.bn }),
|
|
2420
|
+
...(v.bg === undefined ? null : { BG: v.bg }),
|
|
2421
|
+
...(v.bf === undefined ? null : { BF: v.bf }),
|
|
2422
|
+
...(v.bi === undefined ? null : { BI: v.bi }),
|
|
2423
|
+
...(v.kh === undefined ? null : { KH: v.kh }),
|
|
2424
|
+
...(v.cm === undefined ? null : { CM: v.cm }),
|
|
2425
|
+
...(v.ca === undefined ? null : { CA: v.ca }),
|
|
2426
|
+
...(v.cv === undefined ? null : { CV: v.cv }),
|
|
2427
|
+
...(v.ky === undefined ? null : { KY: v.ky }),
|
|
2428
|
+
...(v.cf === undefined ? null : { CF: v.cf }),
|
|
2429
|
+
...(v.td === undefined ? null : { TD: v.td }),
|
|
2430
|
+
...(v.cl === undefined ? null : { CL: v.cl }),
|
|
2431
|
+
...(v.cn === undefined ? null : { CN: v.cn }),
|
|
2432
|
+
...(v.cx === undefined ? null : { CX: v.cx }),
|
|
2433
|
+
...(v.cc === undefined ? null : { CC: v.cc }),
|
|
2434
|
+
...(v.co === undefined ? null : { CO: v.co }),
|
|
2435
|
+
...(v.km === undefined ? null : { KM: v.km }),
|
|
2436
|
+
...(v.cg === undefined ? null : { CG: v.cg }),
|
|
2437
|
+
...(v.cd === undefined ? null : { CD: v.cd }),
|
|
2438
|
+
...(v.ck === undefined ? null : { CK: v.ck }),
|
|
2439
|
+
...(v.cr === undefined ? null : { CR: v.cr }),
|
|
2440
|
+
...(v.ci === undefined ? null : { CI: v.ci }),
|
|
2441
|
+
...(v.hr === undefined ? null : { HR: v.hr }),
|
|
2442
|
+
...(v.cu === undefined ? null : { CU: v.cu }),
|
|
2443
|
+
...(v.cy === undefined ? null : { CY: v.cy }),
|
|
2444
|
+
...(v.cz === undefined ? null : { CZ: v.cz }),
|
|
2445
|
+
...(v.dk === undefined ? null : { DK: v.dk }),
|
|
2446
|
+
...(v.dj === undefined ? null : { DJ: v.dj }),
|
|
2447
|
+
...(v.dm === undefined ? null : { DM: v.dm }),
|
|
2448
|
+
...(v.do === undefined ? null : { DO: v.do }),
|
|
2449
|
+
...(v.ec === undefined ? null : { EC: v.ec }),
|
|
2450
|
+
...(v.eg === undefined ? null : { EG: v.eg }),
|
|
2451
|
+
...(v.sv === undefined ? null : { SV: v.sv }),
|
|
2452
|
+
...(v.gq === undefined ? null : { GQ: v.gq }),
|
|
2453
|
+
...(v.er === undefined ? null : { ER: v.er }),
|
|
2454
|
+
...(v.ee === undefined ? null : { EE: v.ee }),
|
|
2455
|
+
...(v.et === undefined ? null : { ET: v.et }),
|
|
2456
|
+
...(v.fk === undefined ? null : { FK: v.fk }),
|
|
2457
|
+
...(v.fo === undefined ? null : { FO: v.fo }),
|
|
2458
|
+
...(v.fj === undefined ? null : { FJ: v.fj }),
|
|
2459
|
+
...(v.fi === undefined ? null : { FI: v.fi }),
|
|
2460
|
+
...(v.fr === undefined ? null : { FR: v.fr }),
|
|
2461
|
+
...(v.gf === undefined ? null : { GF: v.gf }),
|
|
2462
|
+
...(v.pf === undefined ? null : { PF: v.pf }),
|
|
2463
|
+
...(v.tf === undefined ? null : { TF: v.tf }),
|
|
2464
|
+
...(v.ga === undefined ? null : { GA: v.ga }),
|
|
2465
|
+
...(v.gm === undefined ? null : { GM: v.gm }),
|
|
2466
|
+
...(v.ge === undefined ? null : { GE: v.ge }),
|
|
2467
|
+
...(v.de === undefined ? null : { DE: v.de }),
|
|
2468
|
+
...(v.gh === undefined ? null : { GH: v.gh }),
|
|
2469
|
+
...(v.gi === undefined ? null : { GI: v.gi }),
|
|
2470
|
+
...(v.gr === undefined ? null : { GR: v.gr }),
|
|
2471
|
+
...(v.gl === undefined ? null : { GL: v.gl }),
|
|
2472
|
+
...(v.gd === undefined ? null : { GD: v.gd }),
|
|
2473
|
+
...(v.gp === undefined ? null : { GP: v.gp }),
|
|
2474
|
+
...(v.gu === undefined ? null : { GU: v.gu }),
|
|
2475
|
+
...(v.gt === undefined ? null : { GT: v.gt }),
|
|
2476
|
+
...(v.gn === undefined ? null : { GN: v.gn }),
|
|
2477
|
+
...(v.gw === undefined ? null : { GW: v.gw }),
|
|
2478
|
+
...(v.gy === undefined ? null : { GY: v.gy }),
|
|
2479
|
+
...(v.ht === undefined ? null : { HT: v.ht }),
|
|
2480
|
+
...(v.hm === undefined ? null : { HM: v.hm }),
|
|
2481
|
+
...(v.va === undefined ? null : { VA: v.va }),
|
|
2482
|
+
...(v.hn === undefined ? null : { HN: v.hn }),
|
|
2483
|
+
...(v.hk === undefined ? null : { HK: v.hk }),
|
|
2484
|
+
...(v.hu === undefined ? null : { HU: v.hu }),
|
|
2485
|
+
...(v.is === undefined ? null : { IS: v.is }),
|
|
2486
|
+
...(v.in === undefined ? null : { IN: v.in }),
|
|
2487
|
+
...(v.id === undefined ? null : { ID: v.id }),
|
|
2488
|
+
...(v.ir === undefined ? null : { IR: v.ir }),
|
|
2489
|
+
...(v.iq === undefined ? null : { IQ: v.iq }),
|
|
2490
|
+
...(v.ie === undefined ? null : { IE: v.ie }),
|
|
2491
|
+
...(v.il === undefined ? null : { IL: v.il }),
|
|
2492
|
+
...(v.it === undefined ? null : { IT: v.it }),
|
|
2493
|
+
...(v.jm === undefined ? null : { JM: v.jm }),
|
|
2494
|
+
...(v.jp === undefined ? null : { JP: v.jp }),
|
|
2495
|
+
...(v.jo === undefined ? null : { JO: v.jo }),
|
|
2496
|
+
...(v.kz === undefined ? null : { KZ: v.kz }),
|
|
2497
|
+
...(v.ke === undefined ? null : { KE: v.ke }),
|
|
2498
|
+
...(v.ki === undefined ? null : { KI: v.ki }),
|
|
2499
|
+
...(v.kp === undefined ? null : { KP: v.kp }),
|
|
2500
|
+
...(v.kr === undefined ? null : { KR: v.kr }),
|
|
2501
|
+
...(v.kw === undefined ? null : { KW: v.kw }),
|
|
2502
|
+
...(v.kg === undefined ? null : { KG: v.kg }),
|
|
2503
|
+
...(v.la === undefined ? null : { LA: v.la }),
|
|
2504
|
+
...(v.lv === undefined ? null : { LV: v.lv }),
|
|
2505
|
+
...(v.lb === undefined ? null : { LB: v.lb }),
|
|
2506
|
+
...(v.ls === undefined ? null : { LS: v.ls }),
|
|
2507
|
+
...(v.lr === undefined ? null : { LR: v.lr }),
|
|
2508
|
+
...(v.ly === undefined ? null : { LY: v.ly }),
|
|
2509
|
+
...(v.li === undefined ? null : { LI: v.li }),
|
|
2510
|
+
...(v.lt === undefined ? null : { LT: v.lt }),
|
|
2511
|
+
...(v.lu === undefined ? null : { LU: v.lu }),
|
|
2512
|
+
...(v.mo === undefined ? null : { MO: v.mo }),
|
|
2513
|
+
...(v.mg === undefined ? null : { MG: v.mg }),
|
|
2514
|
+
...(v.mw === undefined ? null : { MW: v.mw }),
|
|
2515
|
+
...(v.my === undefined ? null : { MY: v.my }),
|
|
2516
|
+
...(v.mv === undefined ? null : { MV: v.mv }),
|
|
2517
|
+
...(v.ml === undefined ? null : { ML: v.ml }),
|
|
2518
|
+
...(v.mt === undefined ? null : { MT: v.mt }),
|
|
2519
|
+
...(v.mh === undefined ? null : { MH: v.mh }),
|
|
2520
|
+
...(v.mq === undefined ? null : { MQ: v.mq }),
|
|
2521
|
+
...(v.mr === undefined ? null : { MR: v.mr }),
|
|
2522
|
+
...(v.mu === undefined ? null : { MU: v.mu }),
|
|
2523
|
+
...(v.yt === undefined ? null : { YT: v.yt }),
|
|
2524
|
+
...(v.mx === undefined ? null : { MX: v.mx }),
|
|
2525
|
+
...(v.fm === undefined ? null : { FM: v.fm }),
|
|
2526
|
+
...(v.md === undefined ? null : { MD: v.md }),
|
|
2527
|
+
...(v.mc === undefined ? null : { MC: v.mc }),
|
|
2528
|
+
...(v.mn === undefined ? null : { MN: v.mn }),
|
|
2529
|
+
...(v.ms === undefined ? null : { MS: v.ms }),
|
|
2530
|
+
...(v.ma === undefined ? null : { MA: v.ma }),
|
|
2531
|
+
...(v.mz === undefined ? null : { MZ: v.mz }),
|
|
2532
|
+
...(v.mm === undefined ? null : { MM: v.mm }),
|
|
2533
|
+
...(v.na === undefined ? null : { NA: v.na }),
|
|
2534
|
+
...(v.nr === undefined ? null : { NR: v.nr }),
|
|
2535
|
+
...(v.np === undefined ? null : { NP: v.np }),
|
|
2536
|
+
...(v.nl === undefined ? null : { NL: v.nl }),
|
|
2537
|
+
...(v.nc === undefined ? null : { NC: v.nc }),
|
|
2538
|
+
...(v.nz === undefined ? null : { NZ: v.nz }),
|
|
2539
|
+
...(v.ni === undefined ? null : { NI: v.ni }),
|
|
2540
|
+
...(v.ne === undefined ? null : { NE: v.ne }),
|
|
2541
|
+
...(v.ng === undefined ? null : { NG: v.ng }),
|
|
2542
|
+
...(v.nu === undefined ? null : { NU: v.nu }),
|
|
2543
|
+
...(v.nf === undefined ? null : { NF: v.nf }),
|
|
2544
|
+
...(v.mk === undefined ? null : { MK: v.mk }),
|
|
2545
|
+
...(v.mp === undefined ? null : { MP: v.mp }),
|
|
2546
|
+
...(v.no === undefined ? null : { NO: v.no }),
|
|
2547
|
+
...(v.om === undefined ? null : { OM: v.om }),
|
|
2548
|
+
...(v.pk === undefined ? null : { PK: v.pk }),
|
|
2549
|
+
...(v.pw === undefined ? null : { PW: v.pw }),
|
|
2550
|
+
...(v.ps === undefined ? null : { PS: v.ps }),
|
|
2551
|
+
...(v.pa === undefined ? null : { PA: v.pa }),
|
|
2552
|
+
...(v.pg === undefined ? null : { PG: v.pg }),
|
|
2553
|
+
...(v.py === undefined ? null : { PY: v.py }),
|
|
2554
|
+
...(v.pe === undefined ? null : { PE: v.pe }),
|
|
2555
|
+
...(v.ph === undefined ? null : { PH: v.ph }),
|
|
2556
|
+
...(v.pn === undefined ? null : { PN: v.pn }),
|
|
2557
|
+
...(v.pl === undefined ? null : { PL: v.pl }),
|
|
2558
|
+
...(v.pt === undefined ? null : { PT: v.pt }),
|
|
2559
|
+
...(v.pr === undefined ? null : { PR: v.pr }),
|
|
2560
|
+
...(v.qa === undefined ? null : { QA: v.qa }),
|
|
2561
|
+
...(v.re === undefined ? null : { RE: v.re }),
|
|
2562
|
+
...(v.ro === undefined ? null : { RO: v.ro }),
|
|
2563
|
+
...(v.ru === undefined ? null : { RU: v.ru }),
|
|
2564
|
+
...(v.rw === undefined ? null : { RW: v.rw }),
|
|
2565
|
+
...(v.sh === undefined ? null : { SH: v.sh }),
|
|
2566
|
+
...(v.kn === undefined ? null : { KN: v.kn }),
|
|
2567
|
+
...(v.lc === undefined ? null : { LC: v.lc }),
|
|
2568
|
+
...(v.pm === undefined ? null : { PM: v.pm }),
|
|
2569
|
+
...(v.vc === undefined ? null : { VC: v.vc }),
|
|
2570
|
+
...(v.ws === undefined ? null : { WS: v.ws }),
|
|
2571
|
+
...(v.sm === undefined ? null : { SM: v.sm }),
|
|
2572
|
+
...(v.st === undefined ? null : { ST: v.st }),
|
|
2573
|
+
...(v.sa === undefined ? null : { SA: v.sa }),
|
|
2574
|
+
...(v.sn === undefined ? null : { SN: v.sn }),
|
|
2575
|
+
...(v.sc === undefined ? null : { SC: v.sc }),
|
|
2576
|
+
...(v.sl === undefined ? null : { SL: v.sl }),
|
|
2577
|
+
...(v.sg === undefined ? null : { SG: v.sg }),
|
|
2578
|
+
...(v.sk === undefined ? null : { SK: v.sk }),
|
|
2579
|
+
...(v.si === undefined ? null : { SI: v.si }),
|
|
2580
|
+
...(v.sb === undefined ? null : { SB: v.sb }),
|
|
2581
|
+
...(v.so === undefined ? null : { SO: v.so }),
|
|
2582
|
+
...(v.za === undefined ? null : { ZA: v.za }),
|
|
2583
|
+
...(v.gs === undefined ? null : { GS: v.gs }),
|
|
2584
|
+
...(v.es === undefined ? null : { ES: v.es }),
|
|
2585
|
+
...(v.lk === undefined ? null : { LK: v.lk }),
|
|
2586
|
+
...(v.sd === undefined ? null : { SD: v.sd }),
|
|
2587
|
+
...(v.sr === undefined ? null : { SR: v.sr }),
|
|
2588
|
+
...(v.sj === undefined ? null : { SJ: v.sj }),
|
|
2589
|
+
...(v.sz === undefined ? null : { SZ: v.sz }),
|
|
2590
|
+
...(v.se === undefined ? null : { SE: v.se }),
|
|
2591
|
+
...(v.ch === undefined ? null : { CH: v.ch }),
|
|
2592
|
+
...(v.sy === undefined ? null : { SY: v.sy }),
|
|
2593
|
+
...(v.tw === undefined ? null : { TW: v.tw }),
|
|
2594
|
+
...(v.tj === undefined ? null : { TJ: v.tj }),
|
|
2595
|
+
...(v.tz === undefined ? null : { TZ: v.tz }),
|
|
2596
|
+
...(v.th === undefined ? null : { TH: v.th }),
|
|
2597
|
+
...(v.tl === undefined ? null : { TL: v.tl }),
|
|
2598
|
+
...(v.tg === undefined ? null : { TG: v.tg }),
|
|
2599
|
+
...(v.tk === undefined ? null : { TK: v.tk }),
|
|
2600
|
+
...(v.to === undefined ? null : { TO: v.to }),
|
|
2601
|
+
...(v.tt === undefined ? null : { TT: v.tt }),
|
|
2602
|
+
...(v.tn === undefined ? null : { TN: v.tn }),
|
|
2603
|
+
...(v.tr === undefined ? null : { TR: v.tr }),
|
|
2604
|
+
...(v.tm === undefined ? null : { TM: v.tm }),
|
|
2605
|
+
...(v.tc === undefined ? null : { TC: v.tc }),
|
|
2606
|
+
...(v.tv === undefined ? null : { TV: v.tv }),
|
|
2607
|
+
...(v.ug === undefined ? null : { UG: v.ug }),
|
|
2608
|
+
...(v.ua === undefined ? null : { UA: v.ua }),
|
|
2609
|
+
...(v.ae === undefined ? null : { AE: v.ae }),
|
|
2610
|
+
...(v.gb === undefined ? null : { GB: v.gb }),
|
|
2611
|
+
...(v.us === undefined ? null : { US: v.us }),
|
|
2612
|
+
...(v.um === undefined ? null : { UM: v.um }),
|
|
2613
|
+
...(v.uy === undefined ? null : { UY: v.uy }),
|
|
2614
|
+
...(v.uz === undefined ? null : { UZ: v.uz }),
|
|
2615
|
+
...(v.vu === undefined ? null : { VU: v.vu }),
|
|
2616
|
+
...(v.ve === undefined ? null : { VE: v.ve }),
|
|
2617
|
+
...(v.vn === undefined ? null : { VN: v.vn }),
|
|
2618
|
+
...(v.vg === undefined ? null : { VG: v.vg }),
|
|
2619
|
+
...(v.vi === undefined ? null : { VI: v.vi }),
|
|
2620
|
+
...(v.wf === undefined ? null : { WF: v.wf }),
|
|
2621
|
+
...(v.eh === undefined ? null : { EH: v.eh }),
|
|
2622
|
+
...(v.ye === undefined ? null : { YE: v.ye }),
|
|
2623
|
+
...(v.zm === undefined ? null : { ZM: v.zm }),
|
|
2624
|
+
...(v.zw === undefined ? null : { ZW: v.zw }),
|
|
2625
|
+
...(v.ax === undefined ? null : { AX: v.ax }),
|
|
2626
|
+
...(v.bq === undefined ? null : { BQ: v.bq }),
|
|
2627
|
+
...(v.cw === undefined ? null : { CW: v.cw }),
|
|
2628
|
+
...(v.gg === undefined ? null : { GG: v.gg }),
|
|
2629
|
+
...(v.im === undefined ? null : { IM: v.im }),
|
|
2630
|
+
...(v.je === undefined ? null : { JE: v.je }),
|
|
2631
|
+
...(v.me === undefined ? null : { ME: v.me }),
|
|
2632
|
+
...(v.bl === undefined ? null : { BL: v.bl }),
|
|
2633
|
+
...(v.mf === undefined ? null : { MF: v.mf }),
|
|
2634
|
+
...(v.rs === undefined ? null : { RS: v.rs }),
|
|
2635
|
+
...(v.sx === undefined ? null : { SX: v.sx }),
|
|
2636
|
+
...(v.ss === undefined ? null : { SS: v.ss }),
|
|
2637
|
+
...(v.xk === undefined ? null : { XK: v.xk }),
|
|
2638
|
+
};
|
|
2639
|
+
});
|
|
2640
|
+
}
|
|
2641
|
+
|
|
111
2642
|
/** @internal */
|
|
112
2643
|
export namespace RequestBody$ {
|
|
113
2644
|
export type Inbound = {
|
|
@@ -116,6 +2647,10 @@ export namespace RequestBody$ {
|
|
|
116
2647
|
prefix?: string | undefined;
|
|
117
2648
|
url: string;
|
|
118
2649
|
archived?: boolean | undefined;
|
|
2650
|
+
publicStats?: boolean | undefined;
|
|
2651
|
+
tagId?: string | null | undefined;
|
|
2652
|
+
tagIds?: string | Array<string> | undefined;
|
|
2653
|
+
comments?: string | null | undefined;
|
|
119
2654
|
expiresAt?: string | null | undefined;
|
|
120
2655
|
expiredUrl?: string | null | undefined;
|
|
121
2656
|
password?: string | null | undefined;
|
|
@@ -126,11 +2661,7 @@ export namespace RequestBody$ {
|
|
|
126
2661
|
rewrite?: boolean | undefined;
|
|
127
2662
|
ios?: string | null | undefined;
|
|
128
2663
|
android?: string | null | undefined;
|
|
129
|
-
geo?:
|
|
130
|
-
publicStats?: boolean | undefined;
|
|
131
|
-
tagId?: string | null | undefined;
|
|
132
|
-
tagIds?: string | Array<string> | undefined;
|
|
133
|
-
comments?: string | null | undefined;
|
|
2664
|
+
geo?: BulkCreateLinksGeo$.Inbound | null | undefined;
|
|
134
2665
|
};
|
|
135
2666
|
|
|
136
2667
|
export const inboundSchema: z.ZodType<RequestBody, z.ZodTypeDef, Inbound> = z
|
|
@@ -140,6 +2671,10 @@ export namespace RequestBody$ {
|
|
|
140
2671
|
prefix: z.string().optional(),
|
|
141
2672
|
url: z.string(),
|
|
142
2673
|
archived: z.boolean().default(false),
|
|
2674
|
+
publicStats: z.boolean().default(false),
|
|
2675
|
+
tagId: z.nullable(z.string()).optional(),
|
|
2676
|
+
tagIds: z.union([z.string(), z.array(z.string())]).optional(),
|
|
2677
|
+
comments: z.nullable(z.string()).optional(),
|
|
143
2678
|
expiresAt: z.nullable(z.string()).optional(),
|
|
144
2679
|
expiredUrl: z.nullable(z.string()).optional(),
|
|
145
2680
|
password: z.nullable(z.string()).optional(),
|
|
@@ -150,11 +2685,7 @@ export namespace RequestBody$ {
|
|
|
150
2685
|
rewrite: z.boolean().default(false),
|
|
151
2686
|
ios: z.nullable(z.string()).optional(),
|
|
152
2687
|
android: z.nullable(z.string()).optional(),
|
|
153
|
-
geo: z.nullable(z.
|
|
154
|
-
publicStats: z.boolean().default(false),
|
|
155
|
-
tagId: z.nullable(z.string()).optional(),
|
|
156
|
-
tagIds: z.union([z.string(), z.array(z.string())]).optional(),
|
|
157
|
-
comments: z.nullable(z.string()).optional(),
|
|
2688
|
+
geo: z.nullable(z.lazy(() => BulkCreateLinksGeo$.inboundSchema)).optional(),
|
|
158
2689
|
})
|
|
159
2690
|
.transform((v) => {
|
|
160
2691
|
return {
|
|
@@ -163,6 +2694,10 @@ export namespace RequestBody$ {
|
|
|
163
2694
|
...(v.prefix === undefined ? null : { prefix: v.prefix }),
|
|
164
2695
|
url: v.url,
|
|
165
2696
|
archived: v.archived,
|
|
2697
|
+
publicStats: v.publicStats,
|
|
2698
|
+
...(v.tagId === undefined ? null : { tagId: v.tagId }),
|
|
2699
|
+
...(v.tagIds === undefined ? null : { tagIds: v.tagIds }),
|
|
2700
|
+
...(v.comments === undefined ? null : { comments: v.comments }),
|
|
166
2701
|
...(v.expiresAt === undefined ? null : { expiresAt: v.expiresAt }),
|
|
167
2702
|
...(v.expiredUrl === undefined ? null : { expiredUrl: v.expiredUrl }),
|
|
168
2703
|
...(v.password === undefined ? null : { password: v.password }),
|
|
@@ -174,10 +2709,6 @@ export namespace RequestBody$ {
|
|
|
174
2709
|
...(v.ios === undefined ? null : { ios: v.ios }),
|
|
175
2710
|
...(v.android === undefined ? null : { android: v.android }),
|
|
176
2711
|
...(v.geo === undefined ? null : { geo: v.geo }),
|
|
177
|
-
publicStats: v.publicStats,
|
|
178
|
-
...(v.tagId === undefined ? null : { tagId: v.tagId }),
|
|
179
|
-
...(v.tagIds === undefined ? null : { tagIds: v.tagIds }),
|
|
180
|
-
...(v.comments === undefined ? null : { comments: v.comments }),
|
|
181
2712
|
};
|
|
182
2713
|
});
|
|
183
2714
|
|
|
@@ -187,6 +2718,10 @@ export namespace RequestBody$ {
|
|
|
187
2718
|
prefix?: string | undefined;
|
|
188
2719
|
url: string;
|
|
189
2720
|
archived: boolean;
|
|
2721
|
+
publicStats: boolean;
|
|
2722
|
+
tagId?: string | null | undefined;
|
|
2723
|
+
tagIds?: string | Array<string> | undefined;
|
|
2724
|
+
comments?: string | null | undefined;
|
|
190
2725
|
expiresAt?: string | null | undefined;
|
|
191
2726
|
expiredUrl?: string | null | undefined;
|
|
192
2727
|
password?: string | null | undefined;
|
|
@@ -197,11 +2732,7 @@ export namespace RequestBody$ {
|
|
|
197
2732
|
rewrite: boolean;
|
|
198
2733
|
ios?: string | null | undefined;
|
|
199
2734
|
android?: string | null | undefined;
|
|
200
|
-
geo?:
|
|
201
|
-
publicStats: boolean;
|
|
202
|
-
tagId?: string | null | undefined;
|
|
203
|
-
tagIds?: string | Array<string> | undefined;
|
|
204
|
-
comments?: string | null | undefined;
|
|
2735
|
+
geo?: BulkCreateLinksGeo$.Outbound | null | undefined;
|
|
205
2736
|
};
|
|
206
2737
|
|
|
207
2738
|
export const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, RequestBody> = z
|
|
@@ -211,6 +2742,10 @@ export namespace RequestBody$ {
|
|
|
211
2742
|
prefix: z.string().optional(),
|
|
212
2743
|
url: z.string(),
|
|
213
2744
|
archived: z.boolean().default(false),
|
|
2745
|
+
publicStats: z.boolean().default(false),
|
|
2746
|
+
tagId: z.nullable(z.string()).optional(),
|
|
2747
|
+
tagIds: z.union([z.string(), z.array(z.string())]).optional(),
|
|
2748
|
+
comments: z.nullable(z.string()).optional(),
|
|
214
2749
|
expiresAt: z.nullable(z.string()).optional(),
|
|
215
2750
|
expiredUrl: z.nullable(z.string()).optional(),
|
|
216
2751
|
password: z.nullable(z.string()).optional(),
|
|
@@ -221,11 +2756,7 @@ export namespace RequestBody$ {
|
|
|
221
2756
|
rewrite: z.boolean().default(false),
|
|
222
2757
|
ios: z.nullable(z.string()).optional(),
|
|
223
2758
|
android: z.nullable(z.string()).optional(),
|
|
224
|
-
geo: z.nullable(z.
|
|
225
|
-
publicStats: z.boolean().default(false),
|
|
226
|
-
tagId: z.nullable(z.string()).optional(),
|
|
227
|
-
tagIds: z.union([z.string(), z.array(z.string())]).optional(),
|
|
228
|
-
comments: z.nullable(z.string()).optional(),
|
|
2759
|
+
geo: z.nullable(z.lazy(() => BulkCreateLinksGeo$.outboundSchema)).optional(),
|
|
229
2760
|
})
|
|
230
2761
|
.transform((v) => {
|
|
231
2762
|
return {
|
|
@@ -234,6 +2765,10 @@ export namespace RequestBody$ {
|
|
|
234
2765
|
...(v.prefix === undefined ? null : { prefix: v.prefix }),
|
|
235
2766
|
url: v.url,
|
|
236
2767
|
archived: v.archived,
|
|
2768
|
+
publicStats: v.publicStats,
|
|
2769
|
+
...(v.tagId === undefined ? null : { tagId: v.tagId }),
|
|
2770
|
+
...(v.tagIds === undefined ? null : { tagIds: v.tagIds }),
|
|
2771
|
+
...(v.comments === undefined ? null : { comments: v.comments }),
|
|
237
2772
|
...(v.expiresAt === undefined ? null : { expiresAt: v.expiresAt }),
|
|
238
2773
|
...(v.expiredUrl === undefined ? null : { expiredUrl: v.expiredUrl }),
|
|
239
2774
|
...(v.password === undefined ? null : { password: v.password }),
|
|
@@ -245,10 +2780,6 @@ export namespace RequestBody$ {
|
|
|
245
2780
|
...(v.ios === undefined ? null : { ios: v.ios }),
|
|
246
2781
|
...(v.android === undefined ? null : { android: v.android }),
|
|
247
2782
|
...(v.geo === undefined ? null : { geo: v.geo }),
|
|
248
|
-
publicStats: v.publicStats,
|
|
249
|
-
...(v.tagId === undefined ? null : { tagId: v.tagId }),
|
|
250
|
-
...(v.tagIds === undefined ? null : { tagIds: v.tagIds }),
|
|
251
|
-
...(v.comments === undefined ? null : { comments: v.comments }),
|
|
252
2783
|
};
|
|
253
2784
|
});
|
|
254
2785
|
}
|