dub 0.22.0 → 0.22.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (178) hide show
  1. package/.speakeasy/gen.lock +14 -5
  2. package/.speakeasy/gen.yaml +2 -1
  3. package/README.md +4 -5
  4. package/docs/sdks/analytics/README.md +0 -10
  5. package/docs/sdks/links/README.md +3 -16
  6. package/docs/sdks/metatags/README.md +50 -0
  7. package/docs/sdks/qrcodes/README.md +0 -1
  8. package/docs/sdks/tags/README.md +0 -2
  9. package/docs/sdks/workspaces/README.md +0 -3
  10. package/lib/config.d.ts +3 -3
  11. package/lib/config.js +3 -3
  12. package/models/components/linkschema.d.ts +769 -5
  13. package/models/components/linkschema.d.ts.map +1 -1
  14. package/models/components/linkschema.js +1021 -3
  15. package/models/components/linkschema.js.map +1 -1
  16. package/models/components/tagschema.d.ts +22 -10
  17. package/models/components/tagschema.d.ts.map +1 -1
  18. package/models/components/tagschema.js +10 -11
  19. package/models/components/tagschema.js.map +1 -1
  20. package/models/components/workspaceschema.d.ts +34 -15
  21. package/models/components/workspaceschema.d.ts.map +1 -1
  22. package/models/components/workspaceschema.js +15 -17
  23. package/models/components/workspaceschema.js.map +1 -1
  24. package/models/errors/badrequest.d.ts +10 -4
  25. package/models/errors/badrequest.d.ts.map +1 -1
  26. package/models/errors/badrequest.js +4 -5
  27. package/models/errors/badrequest.js.map +1 -1
  28. package/models/errors/conflict.d.ts +10 -4
  29. package/models/errors/conflict.d.ts.map +1 -1
  30. package/models/errors/conflict.js +4 -5
  31. package/models/errors/conflict.js.map +1 -1
  32. package/models/errors/forbidden.d.ts +10 -4
  33. package/models/errors/forbidden.d.ts.map +1 -1
  34. package/models/errors/forbidden.js +4 -5
  35. package/models/errors/forbidden.js.map +1 -1
  36. package/models/errors/internalservererror.d.ts +10 -4
  37. package/models/errors/internalservererror.d.ts.map +1 -1
  38. package/models/errors/internalservererror.js +4 -5
  39. package/models/errors/internalservererror.js.map +1 -1
  40. package/models/errors/inviteexpired.d.ts +10 -4
  41. package/models/errors/inviteexpired.d.ts.map +1 -1
  42. package/models/errors/inviteexpired.js +4 -5
  43. package/models/errors/inviteexpired.js.map +1 -1
  44. package/models/errors/notfound.d.ts +10 -4
  45. package/models/errors/notfound.d.ts.map +1 -1
  46. package/models/errors/notfound.js +4 -5
  47. package/models/errors/notfound.js.map +1 -1
  48. package/models/errors/ratelimitexceeded.d.ts +10 -4
  49. package/models/errors/ratelimitexceeded.d.ts.map +1 -1
  50. package/models/errors/ratelimitexceeded.js +4 -5
  51. package/models/errors/ratelimitexceeded.js.map +1 -1
  52. package/models/errors/unauthorized.d.ts +10 -4
  53. package/models/errors/unauthorized.d.ts.map +1 -1
  54. package/models/errors/unauthorized.js +4 -5
  55. package/models/errors/unauthorized.js.map +1 -1
  56. package/models/errors/unprocessableentity.d.ts +10 -4
  57. package/models/errors/unprocessableentity.d.ts.map +1 -1
  58. package/models/errors/unprocessableentity.js +4 -5
  59. package/models/errors/unprocessableentity.js.map +1 -1
  60. package/models/operations/bulkcreatelinks.d.ts +1543 -29
  61. package/models/operations/bulkcreatelinks.d.ts.map +1 -1
  62. package/models/operations/bulkcreatelinks.js +1037 -19
  63. package/models/operations/bulkcreatelinks.js.map +1 -1
  64. package/models/operations/createlink.d.ts +1543 -29
  65. package/models/operations/createlink.d.ts.map +1 -1
  66. package/models/operations/createlink.js +1037 -19
  67. package/models/operations/createlink.js.map +1 -1
  68. package/models/operations/createtag.d.ts +22 -10
  69. package/models/operations/createtag.d.ts.map +1 -1
  70. package/models/operations/createtag.js +10 -11
  71. package/models/operations/createtag.js.map +1 -1
  72. package/models/operations/editlink.d.ts +1543 -29
  73. package/models/operations/editlink.d.ts.map +1 -1
  74. package/models/operations/editlink.js +1037 -19
  75. package/models/operations/editlink.js.map +1 -1
  76. package/models/operations/getbrowseranalytics.d.ts +528 -262
  77. package/models/operations/getbrowseranalytics.d.ts.map +1 -1
  78. package/models/operations/getbrowseranalytics.js +262 -264
  79. package/models/operations/getbrowseranalytics.js.map +1 -1
  80. package/models/operations/getcityanalytics.d.ts +1036 -515
  81. package/models/operations/getcityanalytics.d.ts.map +1 -1
  82. package/models/operations/getcityanalytics.js +515 -518
  83. package/models/operations/getcityanalytics.js.map +1 -1
  84. package/models/operations/getclicksanalytics.d.ts +528 -262
  85. package/models/operations/getclicksanalytics.d.ts.map +1 -1
  86. package/models/operations/getclicksanalytics.js +262 -264
  87. package/models/operations/getclicksanalytics.js.map +1 -1
  88. package/models/operations/getcountryanalytics.d.ts +1036 -515
  89. package/models/operations/getcountryanalytics.d.ts.map +1 -1
  90. package/models/operations/getcountryanalytics.js +515 -518
  91. package/models/operations/getcountryanalytics.js.map +1 -1
  92. package/models/operations/getdeviceanalytics.d.ts +528 -262
  93. package/models/operations/getdeviceanalytics.d.ts.map +1 -1
  94. package/models/operations/getdeviceanalytics.js +262 -264
  95. package/models/operations/getdeviceanalytics.js.map +1 -1
  96. package/models/operations/getlinks.d.ts +15 -7
  97. package/models/operations/getlinks.d.ts.map +1 -1
  98. package/models/operations/getlinks.js +8 -9
  99. package/models/operations/getlinks.js.map +1 -1
  100. package/models/operations/getlinkscount.d.ts +15 -9
  101. package/models/operations/getlinkscount.d.ts.map +1 -1
  102. package/models/operations/getlinkscount.js +8 -10
  103. package/models/operations/getlinkscount.js.map +1 -1
  104. package/models/operations/getmetatags.d.ts +48 -0
  105. package/models/operations/getmetatags.d.ts.map +1 -0
  106. package/models/operations/getmetatags.js +83 -0
  107. package/models/operations/getmetatags.js.map +1 -0
  108. package/models/operations/getosanalytics.d.ts +528 -262
  109. package/models/operations/getosanalytics.d.ts.map +1 -1
  110. package/models/operations/getosanalytics.js +262 -264
  111. package/models/operations/getosanalytics.js.map +1 -1
  112. package/models/operations/getqrcode.d.ts +16 -7
  113. package/models/operations/getqrcode.d.ts.map +1 -1
  114. package/models/operations/getqrcode.js +9 -10
  115. package/models/operations/getqrcode.js.map +1 -1
  116. package/models/operations/getrefereranalytics.d.ts +528 -262
  117. package/models/operations/getrefereranalytics.d.ts.map +1 -1
  118. package/models/operations/getrefereranalytics.js +262 -264
  119. package/models/operations/getrefereranalytics.js.map +1 -1
  120. package/models/operations/gettimeseriesanalytics.d.ts +528 -262
  121. package/models/operations/gettimeseriesanalytics.d.ts.map +1 -1
  122. package/models/operations/gettimeseriesanalytics.js +262 -264
  123. package/models/operations/gettimeseriesanalytics.js.map +1 -1
  124. package/models/operations/gettoplinks.d.ts +528 -262
  125. package/models/operations/gettoplinks.d.ts.map +1 -1
  126. package/models/operations/gettoplinks.js +262 -264
  127. package/models/operations/gettoplinks.js.map +1 -1
  128. package/models/operations/gettopurls.d.ts +528 -262
  129. package/models/operations/gettopurls.d.ts.map +1 -1
  130. package/models/operations/gettopurls.js +262 -264
  131. package/models/operations/gettopurls.js.map +1 -1
  132. package/models/operations/index.d.ts +1 -0
  133. package/models/operations/index.d.ts.map +1 -1
  134. package/models/operations/index.js +1 -0
  135. package/models/operations/index.js.map +1 -1
  136. package/package.json +1 -1
  137. package/sdk/metatags.d.ts +15 -0
  138. package/sdk/metatags.d.ts.map +1 -0
  139. package/sdk/metatags.js +117 -0
  140. package/sdk/metatags.js.map +1 -0
  141. package/sdk/sdk.d.ts +3 -0
  142. package/sdk/sdk.d.ts.map +1 -1
  143. package/sdk/sdk.js +5 -0
  144. package/sdk/sdk.js.map +1 -1
  145. package/src/lib/config.ts +3 -3
  146. package/src/models/components/linkschema.ts +1788 -7
  147. package/src/models/components/tagschema.ts +13 -9
  148. package/src/models/components/workspaceschema.ts +21 -13
  149. package/src/models/errors/badrequest.ts +7 -3
  150. package/src/models/errors/conflict.ts +7 -3
  151. package/src/models/errors/forbidden.ts +7 -3
  152. package/src/models/errors/internalservererror.ts +8 -3
  153. package/src/models/errors/inviteexpired.ts +7 -3
  154. package/src/models/errors/notfound.ts +7 -3
  155. package/src/models/errors/ratelimitexceeded.ts +8 -3
  156. package/src/models/errors/unauthorized.ts +7 -3
  157. package/src/models/errors/unprocessableentity.ts +8 -3
  158. package/src/models/operations/bulkcreatelinks.ts +2578 -47
  159. package/src/models/operations/createlink.ts +2578 -47
  160. package/src/models/operations/createtag.ts +13 -9
  161. package/src/models/operations/editlink.ts +2578 -47
  162. package/src/models/operations/getbrowseranalytics.ts +270 -260
  163. package/src/models/operations/getcityanalytics.ts +527 -512
  164. package/src/models/operations/getclicksanalytics.ts +268 -260
  165. package/src/models/operations/getcountryanalytics.ts +527 -512
  166. package/src/models/operations/getdeviceanalytics.ts +270 -260
  167. package/src/models/operations/getlinks.ts +12 -8
  168. package/src/models/operations/getlinkscount.ts +9 -7
  169. package/src/models/operations/getmetatags.ts +101 -0
  170. package/src/models/operations/getosanalytics.ts +270 -260
  171. package/src/models/operations/getqrcode.ts +12 -8
  172. package/src/models/operations/getrefereranalytics.ts +270 -260
  173. package/src/models/operations/gettimeseriesanalytics.ts +268 -260
  174. package/src/models/operations/gettoplinks.ts +270 -260
  175. package/src/models/operations/gettopurls.ts +270 -260
  176. package/src/models/operations/index.ts +1 -0
  177. package/src/sdk/metatags.ts +115 -0
  178. package/src/sdk/sdk.ts +6 -0
@@ -9,6 +9,1012 @@ import * as z from "zod";
9
9
  */
10
10
  export type TagIds = 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 Geo = {
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 CreateLinkRequestBody = {
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 CreateLinkRequestBody = {
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 CreateLinkRequestBody = {
73
1097
  /**
74
1098
  * Geo targeting information for the short link in JSON format `{[COUNTRY]: https://example.com }`.
75
1099
  */
76
- geo?: Record<string, string> | null | undefined;
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?: Geo | null | undefined;
95
1101
  };
96
1102
 
97
1103
  /** @internal */
@@ -109,6 +1115,1531 @@ export namespace TagIds$ {
109
1115
  ]);
110
1116
  }
111
1117
 
1118
+ /** @internal */
1119
+ export namespace Geo$ {
1120
+ export type Inbound = {
1121
+ AF?: string | undefined;
1122
+ AL?: string | undefined;
1123
+ DZ?: string | undefined;
1124
+ AS?: string | undefined;
1125
+ AD?: string | undefined;
1126
+ AO?: string | undefined;
1127
+ AI?: string | undefined;
1128
+ AQ?: string | undefined;
1129
+ AG?: string | undefined;
1130
+ AR?: string | undefined;
1131
+ AM?: string | undefined;
1132
+ AW?: string | undefined;
1133
+ AU?: string | undefined;
1134
+ AT?: string | undefined;
1135
+ AZ?: string | undefined;
1136
+ BS?: string | undefined;
1137
+ BH?: string | undefined;
1138
+ BD?: string | undefined;
1139
+ BB?: string | undefined;
1140
+ BY?: string | undefined;
1141
+ BE?: string | undefined;
1142
+ BZ?: string | undefined;
1143
+ BJ?: string | undefined;
1144
+ BM?: string | undefined;
1145
+ BT?: string | undefined;
1146
+ BO?: string | undefined;
1147
+ BA?: string | undefined;
1148
+ BW?: string | undefined;
1149
+ BV?: string | undefined;
1150
+ BR?: string | undefined;
1151
+ IO?: string | undefined;
1152
+ BN?: string | undefined;
1153
+ BG?: string | undefined;
1154
+ BF?: string | undefined;
1155
+ BI?: string | undefined;
1156
+ KH?: string | undefined;
1157
+ CM?: string | undefined;
1158
+ CA?: string | undefined;
1159
+ CV?: string | undefined;
1160
+ KY?: string | undefined;
1161
+ CF?: string | undefined;
1162
+ TD?: string | undefined;
1163
+ CL?: string | undefined;
1164
+ CN?: string | undefined;
1165
+ CX?: string | undefined;
1166
+ CC?: string | undefined;
1167
+ CO?: string | undefined;
1168
+ KM?: string | undefined;
1169
+ CG?: string | undefined;
1170
+ CD?: string | undefined;
1171
+ CK?: string | undefined;
1172
+ CR?: string | undefined;
1173
+ CI?: string | undefined;
1174
+ HR?: string | undefined;
1175
+ CU?: string | undefined;
1176
+ CY?: string | undefined;
1177
+ CZ?: string | undefined;
1178
+ DK?: string | undefined;
1179
+ DJ?: string | undefined;
1180
+ DM?: string | undefined;
1181
+ DO?: string | undefined;
1182
+ EC?: string | undefined;
1183
+ EG?: string | undefined;
1184
+ SV?: string | undefined;
1185
+ GQ?: string | undefined;
1186
+ ER?: string | undefined;
1187
+ EE?: string | undefined;
1188
+ ET?: string | undefined;
1189
+ FK?: string | undefined;
1190
+ FO?: string | undefined;
1191
+ FJ?: string | undefined;
1192
+ FI?: string | undefined;
1193
+ FR?: string | undefined;
1194
+ GF?: string | undefined;
1195
+ PF?: string | undefined;
1196
+ TF?: string | undefined;
1197
+ GA?: string | undefined;
1198
+ GM?: string | undefined;
1199
+ GE?: string | undefined;
1200
+ DE?: string | undefined;
1201
+ GH?: string | undefined;
1202
+ GI?: string | undefined;
1203
+ GR?: string | undefined;
1204
+ GL?: string | undefined;
1205
+ GD?: string | undefined;
1206
+ GP?: string | undefined;
1207
+ GU?: string | undefined;
1208
+ GT?: string | undefined;
1209
+ GN?: string | undefined;
1210
+ GW?: string | undefined;
1211
+ GY?: string | undefined;
1212
+ HT?: string | undefined;
1213
+ HM?: string | undefined;
1214
+ VA?: string | undefined;
1215
+ HN?: string | undefined;
1216
+ HK?: string | undefined;
1217
+ HU?: string | undefined;
1218
+ IS?: string | undefined;
1219
+ IN?: string | undefined;
1220
+ ID?: string | undefined;
1221
+ IR?: string | undefined;
1222
+ IQ?: string | undefined;
1223
+ IE?: string | undefined;
1224
+ IL?: string | undefined;
1225
+ IT?: string | undefined;
1226
+ JM?: string | undefined;
1227
+ JP?: string | undefined;
1228
+ JO?: string | undefined;
1229
+ KZ?: string | undefined;
1230
+ KE?: string | undefined;
1231
+ KI?: string | undefined;
1232
+ KP?: string | undefined;
1233
+ KR?: string | undefined;
1234
+ KW?: string | undefined;
1235
+ KG?: string | undefined;
1236
+ LA?: string | undefined;
1237
+ LV?: string | undefined;
1238
+ LB?: string | undefined;
1239
+ LS?: string | undefined;
1240
+ LR?: string | undefined;
1241
+ LY?: string | undefined;
1242
+ LI?: string | undefined;
1243
+ LT?: string | undefined;
1244
+ LU?: string | undefined;
1245
+ MO?: string | undefined;
1246
+ MG?: string | undefined;
1247
+ MW?: string | undefined;
1248
+ MY?: string | undefined;
1249
+ MV?: string | undefined;
1250
+ ML?: string | undefined;
1251
+ MT?: string | undefined;
1252
+ MH?: string | undefined;
1253
+ MQ?: string | undefined;
1254
+ MR?: string | undefined;
1255
+ MU?: string | undefined;
1256
+ YT?: string | undefined;
1257
+ MX?: string | undefined;
1258
+ FM?: string | undefined;
1259
+ MD?: string | undefined;
1260
+ MC?: string | undefined;
1261
+ MN?: string | undefined;
1262
+ MS?: string | undefined;
1263
+ MA?: string | undefined;
1264
+ MZ?: string | undefined;
1265
+ MM?: string | undefined;
1266
+ NA?: string | undefined;
1267
+ NR?: string | undefined;
1268
+ NP?: string | undefined;
1269
+ NL?: string | undefined;
1270
+ NC?: string | undefined;
1271
+ NZ?: string | undefined;
1272
+ NI?: string | undefined;
1273
+ NE?: string | undefined;
1274
+ NG?: string | undefined;
1275
+ NU?: string | undefined;
1276
+ NF?: string | undefined;
1277
+ MK?: string | undefined;
1278
+ MP?: string | undefined;
1279
+ NO?: string | undefined;
1280
+ OM?: string | undefined;
1281
+ PK?: string | undefined;
1282
+ PW?: string | undefined;
1283
+ PS?: string | undefined;
1284
+ PA?: string | undefined;
1285
+ PG?: string | undefined;
1286
+ PY?: string | undefined;
1287
+ PE?: string | undefined;
1288
+ PH?: string | undefined;
1289
+ PN?: string | undefined;
1290
+ PL?: string | undefined;
1291
+ PT?: string | undefined;
1292
+ PR?: string | undefined;
1293
+ QA?: string | undefined;
1294
+ RE?: string | undefined;
1295
+ RO?: string | undefined;
1296
+ RU?: string | undefined;
1297
+ RW?: string | undefined;
1298
+ SH?: string | undefined;
1299
+ KN?: string | undefined;
1300
+ LC?: string | undefined;
1301
+ PM?: string | undefined;
1302
+ VC?: string | undefined;
1303
+ WS?: string | undefined;
1304
+ SM?: string | undefined;
1305
+ ST?: string | undefined;
1306
+ SA?: string | undefined;
1307
+ SN?: string | undefined;
1308
+ SC?: string | undefined;
1309
+ SL?: string | undefined;
1310
+ SG?: string | undefined;
1311
+ SK?: string | undefined;
1312
+ SI?: string | undefined;
1313
+ SB?: string | undefined;
1314
+ SO?: string | undefined;
1315
+ ZA?: string | undefined;
1316
+ GS?: string | undefined;
1317
+ ES?: string | undefined;
1318
+ LK?: string | undefined;
1319
+ SD?: string | undefined;
1320
+ SR?: string | undefined;
1321
+ SJ?: string | undefined;
1322
+ SZ?: string | undefined;
1323
+ SE?: string | undefined;
1324
+ CH?: string | undefined;
1325
+ SY?: string | undefined;
1326
+ TW?: string | undefined;
1327
+ TJ?: string | undefined;
1328
+ TZ?: string | undefined;
1329
+ TH?: string | undefined;
1330
+ TL?: string | undefined;
1331
+ TG?: string | undefined;
1332
+ TK?: string | undefined;
1333
+ TO?: string | undefined;
1334
+ TT?: string | undefined;
1335
+ TN?: string | undefined;
1336
+ TR?: string | undefined;
1337
+ TM?: string | undefined;
1338
+ TC?: string | undefined;
1339
+ TV?: string | undefined;
1340
+ UG?: string | undefined;
1341
+ UA?: string | undefined;
1342
+ AE?: string | undefined;
1343
+ GB?: string | undefined;
1344
+ US?: string | undefined;
1345
+ UM?: string | undefined;
1346
+ UY?: string | undefined;
1347
+ UZ?: string | undefined;
1348
+ VU?: string | undefined;
1349
+ VE?: string | undefined;
1350
+ VN?: string | undefined;
1351
+ VG?: string | undefined;
1352
+ VI?: string | undefined;
1353
+ WF?: string | undefined;
1354
+ EH?: string | undefined;
1355
+ YE?: string | undefined;
1356
+ ZM?: string | undefined;
1357
+ ZW?: string | undefined;
1358
+ AX?: string | undefined;
1359
+ BQ?: string | undefined;
1360
+ CW?: string | undefined;
1361
+ GG?: string | undefined;
1362
+ IM?: string | undefined;
1363
+ JE?: string | undefined;
1364
+ ME?: string | undefined;
1365
+ BL?: string | undefined;
1366
+ MF?: string | undefined;
1367
+ RS?: string | undefined;
1368
+ SX?: string | undefined;
1369
+ SS?: string | undefined;
1370
+ XK?: string | undefined;
1371
+ };
1372
+
1373
+ export const inboundSchema: z.ZodType<Geo, z.ZodTypeDef, Inbound> = z
1374
+ .object({
1375
+ AF: z.string().optional(),
1376
+ AL: z.string().optional(),
1377
+ DZ: z.string().optional(),
1378
+ AS: z.string().optional(),
1379
+ AD: z.string().optional(),
1380
+ AO: z.string().optional(),
1381
+ AI: z.string().optional(),
1382
+ AQ: z.string().optional(),
1383
+ AG: z.string().optional(),
1384
+ AR: z.string().optional(),
1385
+ AM: z.string().optional(),
1386
+ AW: z.string().optional(),
1387
+ AU: z.string().optional(),
1388
+ AT: z.string().optional(),
1389
+ AZ: z.string().optional(),
1390
+ BS: z.string().optional(),
1391
+ BH: z.string().optional(),
1392
+ BD: z.string().optional(),
1393
+ BB: z.string().optional(),
1394
+ BY: z.string().optional(),
1395
+ BE: z.string().optional(),
1396
+ BZ: z.string().optional(),
1397
+ BJ: z.string().optional(),
1398
+ BM: z.string().optional(),
1399
+ BT: z.string().optional(),
1400
+ BO: z.string().optional(),
1401
+ BA: z.string().optional(),
1402
+ BW: z.string().optional(),
1403
+ BV: z.string().optional(),
1404
+ BR: z.string().optional(),
1405
+ IO: z.string().optional(),
1406
+ BN: z.string().optional(),
1407
+ BG: z.string().optional(),
1408
+ BF: z.string().optional(),
1409
+ BI: z.string().optional(),
1410
+ KH: z.string().optional(),
1411
+ CM: z.string().optional(),
1412
+ CA: z.string().optional(),
1413
+ CV: z.string().optional(),
1414
+ KY: z.string().optional(),
1415
+ CF: z.string().optional(),
1416
+ TD: z.string().optional(),
1417
+ CL: z.string().optional(),
1418
+ CN: z.string().optional(),
1419
+ CX: z.string().optional(),
1420
+ CC: z.string().optional(),
1421
+ CO: z.string().optional(),
1422
+ KM: z.string().optional(),
1423
+ CG: z.string().optional(),
1424
+ CD: z.string().optional(),
1425
+ CK: z.string().optional(),
1426
+ CR: z.string().optional(),
1427
+ CI: z.string().optional(),
1428
+ HR: z.string().optional(),
1429
+ CU: z.string().optional(),
1430
+ CY: z.string().optional(),
1431
+ CZ: z.string().optional(),
1432
+ DK: z.string().optional(),
1433
+ DJ: z.string().optional(),
1434
+ DM: z.string().optional(),
1435
+ DO: z.string().optional(),
1436
+ EC: z.string().optional(),
1437
+ EG: z.string().optional(),
1438
+ SV: z.string().optional(),
1439
+ GQ: z.string().optional(),
1440
+ ER: z.string().optional(),
1441
+ EE: z.string().optional(),
1442
+ ET: z.string().optional(),
1443
+ FK: z.string().optional(),
1444
+ FO: z.string().optional(),
1445
+ FJ: z.string().optional(),
1446
+ FI: z.string().optional(),
1447
+ FR: z.string().optional(),
1448
+ GF: z.string().optional(),
1449
+ PF: z.string().optional(),
1450
+ TF: z.string().optional(),
1451
+ GA: z.string().optional(),
1452
+ GM: z.string().optional(),
1453
+ GE: z.string().optional(),
1454
+ DE: z.string().optional(),
1455
+ GH: z.string().optional(),
1456
+ GI: z.string().optional(),
1457
+ GR: z.string().optional(),
1458
+ GL: z.string().optional(),
1459
+ GD: z.string().optional(),
1460
+ GP: z.string().optional(),
1461
+ GU: z.string().optional(),
1462
+ GT: z.string().optional(),
1463
+ GN: z.string().optional(),
1464
+ GW: z.string().optional(),
1465
+ GY: z.string().optional(),
1466
+ HT: z.string().optional(),
1467
+ HM: z.string().optional(),
1468
+ VA: z.string().optional(),
1469
+ HN: z.string().optional(),
1470
+ HK: z.string().optional(),
1471
+ HU: z.string().optional(),
1472
+ IS: z.string().optional(),
1473
+ IN: z.string().optional(),
1474
+ ID: z.string().optional(),
1475
+ IR: z.string().optional(),
1476
+ IQ: z.string().optional(),
1477
+ IE: z.string().optional(),
1478
+ IL: z.string().optional(),
1479
+ IT: z.string().optional(),
1480
+ JM: z.string().optional(),
1481
+ JP: z.string().optional(),
1482
+ JO: z.string().optional(),
1483
+ KZ: z.string().optional(),
1484
+ KE: z.string().optional(),
1485
+ KI: z.string().optional(),
1486
+ KP: z.string().optional(),
1487
+ KR: z.string().optional(),
1488
+ KW: z.string().optional(),
1489
+ KG: z.string().optional(),
1490
+ LA: z.string().optional(),
1491
+ LV: z.string().optional(),
1492
+ LB: z.string().optional(),
1493
+ LS: z.string().optional(),
1494
+ LR: z.string().optional(),
1495
+ LY: z.string().optional(),
1496
+ LI: z.string().optional(),
1497
+ LT: z.string().optional(),
1498
+ LU: z.string().optional(),
1499
+ MO: z.string().optional(),
1500
+ MG: z.string().optional(),
1501
+ MW: z.string().optional(),
1502
+ MY: z.string().optional(),
1503
+ MV: z.string().optional(),
1504
+ ML: z.string().optional(),
1505
+ MT: z.string().optional(),
1506
+ MH: z.string().optional(),
1507
+ MQ: z.string().optional(),
1508
+ MR: z.string().optional(),
1509
+ MU: z.string().optional(),
1510
+ YT: z.string().optional(),
1511
+ MX: z.string().optional(),
1512
+ FM: z.string().optional(),
1513
+ MD: z.string().optional(),
1514
+ MC: z.string().optional(),
1515
+ MN: z.string().optional(),
1516
+ MS: z.string().optional(),
1517
+ MA: z.string().optional(),
1518
+ MZ: z.string().optional(),
1519
+ MM: z.string().optional(),
1520
+ NA: z.string().optional(),
1521
+ NR: z.string().optional(),
1522
+ NP: z.string().optional(),
1523
+ NL: z.string().optional(),
1524
+ NC: z.string().optional(),
1525
+ NZ: z.string().optional(),
1526
+ NI: z.string().optional(),
1527
+ NE: z.string().optional(),
1528
+ NG: z.string().optional(),
1529
+ NU: z.string().optional(),
1530
+ NF: z.string().optional(),
1531
+ MK: z.string().optional(),
1532
+ MP: z.string().optional(),
1533
+ NO: z.string().optional(),
1534
+ OM: z.string().optional(),
1535
+ PK: z.string().optional(),
1536
+ PW: z.string().optional(),
1537
+ PS: z.string().optional(),
1538
+ PA: z.string().optional(),
1539
+ PG: z.string().optional(),
1540
+ PY: z.string().optional(),
1541
+ PE: z.string().optional(),
1542
+ PH: z.string().optional(),
1543
+ PN: z.string().optional(),
1544
+ PL: z.string().optional(),
1545
+ PT: z.string().optional(),
1546
+ PR: z.string().optional(),
1547
+ QA: z.string().optional(),
1548
+ RE: z.string().optional(),
1549
+ RO: z.string().optional(),
1550
+ RU: z.string().optional(),
1551
+ RW: z.string().optional(),
1552
+ SH: z.string().optional(),
1553
+ KN: z.string().optional(),
1554
+ LC: z.string().optional(),
1555
+ PM: z.string().optional(),
1556
+ VC: z.string().optional(),
1557
+ WS: z.string().optional(),
1558
+ SM: z.string().optional(),
1559
+ ST: z.string().optional(),
1560
+ SA: z.string().optional(),
1561
+ SN: z.string().optional(),
1562
+ SC: z.string().optional(),
1563
+ SL: z.string().optional(),
1564
+ SG: z.string().optional(),
1565
+ SK: z.string().optional(),
1566
+ SI: z.string().optional(),
1567
+ SB: z.string().optional(),
1568
+ SO: z.string().optional(),
1569
+ ZA: z.string().optional(),
1570
+ GS: z.string().optional(),
1571
+ ES: z.string().optional(),
1572
+ LK: z.string().optional(),
1573
+ SD: z.string().optional(),
1574
+ SR: z.string().optional(),
1575
+ SJ: z.string().optional(),
1576
+ SZ: z.string().optional(),
1577
+ SE: z.string().optional(),
1578
+ CH: z.string().optional(),
1579
+ SY: z.string().optional(),
1580
+ TW: z.string().optional(),
1581
+ TJ: z.string().optional(),
1582
+ TZ: z.string().optional(),
1583
+ TH: z.string().optional(),
1584
+ TL: z.string().optional(),
1585
+ TG: z.string().optional(),
1586
+ TK: z.string().optional(),
1587
+ TO: z.string().optional(),
1588
+ TT: z.string().optional(),
1589
+ TN: z.string().optional(),
1590
+ TR: z.string().optional(),
1591
+ TM: z.string().optional(),
1592
+ TC: z.string().optional(),
1593
+ TV: z.string().optional(),
1594
+ UG: z.string().optional(),
1595
+ UA: z.string().optional(),
1596
+ AE: z.string().optional(),
1597
+ GB: z.string().optional(),
1598
+ US: z.string().optional(),
1599
+ UM: z.string().optional(),
1600
+ UY: z.string().optional(),
1601
+ UZ: z.string().optional(),
1602
+ VU: z.string().optional(),
1603
+ VE: z.string().optional(),
1604
+ VN: z.string().optional(),
1605
+ VG: z.string().optional(),
1606
+ VI: z.string().optional(),
1607
+ WF: z.string().optional(),
1608
+ EH: z.string().optional(),
1609
+ YE: z.string().optional(),
1610
+ ZM: z.string().optional(),
1611
+ ZW: z.string().optional(),
1612
+ AX: z.string().optional(),
1613
+ BQ: z.string().optional(),
1614
+ CW: z.string().optional(),
1615
+ GG: z.string().optional(),
1616
+ IM: z.string().optional(),
1617
+ JE: z.string().optional(),
1618
+ ME: z.string().optional(),
1619
+ BL: z.string().optional(),
1620
+ MF: z.string().optional(),
1621
+ RS: z.string().optional(),
1622
+ SX: z.string().optional(),
1623
+ SS: z.string().optional(),
1624
+ XK: z.string().optional(),
1625
+ })
1626
+ .transform((v) => {
1627
+ return {
1628
+ ...(v.AF === undefined ? null : { af: v.AF }),
1629
+ ...(v.AL === undefined ? null : { al: v.AL }),
1630
+ ...(v.DZ === undefined ? null : { dz: v.DZ }),
1631
+ ...(v.AS === undefined ? null : { as: v.AS }),
1632
+ ...(v.AD === undefined ? null : { ad: v.AD }),
1633
+ ...(v.AO === undefined ? null : { ao: v.AO }),
1634
+ ...(v.AI === undefined ? null : { ai: v.AI }),
1635
+ ...(v.AQ === undefined ? null : { aq: v.AQ }),
1636
+ ...(v.AG === undefined ? null : { ag: v.AG }),
1637
+ ...(v.AR === undefined ? null : { ar: v.AR }),
1638
+ ...(v.AM === undefined ? null : { am: v.AM }),
1639
+ ...(v.AW === undefined ? null : { aw: v.AW }),
1640
+ ...(v.AU === undefined ? null : { au: v.AU }),
1641
+ ...(v.AT === undefined ? null : { at: v.AT }),
1642
+ ...(v.AZ === undefined ? null : { az: v.AZ }),
1643
+ ...(v.BS === undefined ? null : { bs: v.BS }),
1644
+ ...(v.BH === undefined ? null : { bh: v.BH }),
1645
+ ...(v.BD === undefined ? null : { bd: v.BD }),
1646
+ ...(v.BB === undefined ? null : { bb: v.BB }),
1647
+ ...(v.BY === undefined ? null : { by: v.BY }),
1648
+ ...(v.BE === undefined ? null : { be: v.BE }),
1649
+ ...(v.BZ === undefined ? null : { bz: v.BZ }),
1650
+ ...(v.BJ === undefined ? null : { bj: v.BJ }),
1651
+ ...(v.BM === undefined ? null : { bm: v.BM }),
1652
+ ...(v.BT === undefined ? null : { bt: v.BT }),
1653
+ ...(v.BO === undefined ? null : { bo: v.BO }),
1654
+ ...(v.BA === undefined ? null : { ba: v.BA }),
1655
+ ...(v.BW === undefined ? null : { bw: v.BW }),
1656
+ ...(v.BV === undefined ? null : { bv: v.BV }),
1657
+ ...(v.BR === undefined ? null : { br: v.BR }),
1658
+ ...(v.IO === undefined ? null : { io: v.IO }),
1659
+ ...(v.BN === undefined ? null : { bn: v.BN }),
1660
+ ...(v.BG === undefined ? null : { bg: v.BG }),
1661
+ ...(v.BF === undefined ? null : { bf: v.BF }),
1662
+ ...(v.BI === undefined ? null : { bi: v.BI }),
1663
+ ...(v.KH === undefined ? null : { kh: v.KH }),
1664
+ ...(v.CM === undefined ? null : { cm: v.CM }),
1665
+ ...(v.CA === undefined ? null : { ca: v.CA }),
1666
+ ...(v.CV === undefined ? null : { cv: v.CV }),
1667
+ ...(v.KY === undefined ? null : { ky: v.KY }),
1668
+ ...(v.CF === undefined ? null : { cf: v.CF }),
1669
+ ...(v.TD === undefined ? null : { td: v.TD }),
1670
+ ...(v.CL === undefined ? null : { cl: v.CL }),
1671
+ ...(v.CN === undefined ? null : { cn: v.CN }),
1672
+ ...(v.CX === undefined ? null : { cx: v.CX }),
1673
+ ...(v.CC === undefined ? null : { cc: v.CC }),
1674
+ ...(v.CO === undefined ? null : { co: v.CO }),
1675
+ ...(v.KM === undefined ? null : { km: v.KM }),
1676
+ ...(v.CG === undefined ? null : { cg: v.CG }),
1677
+ ...(v.CD === undefined ? null : { cd: v.CD }),
1678
+ ...(v.CK === undefined ? null : { ck: v.CK }),
1679
+ ...(v.CR === undefined ? null : { cr: v.CR }),
1680
+ ...(v.CI === undefined ? null : { ci: v.CI }),
1681
+ ...(v.HR === undefined ? null : { hr: v.HR }),
1682
+ ...(v.CU === undefined ? null : { cu: v.CU }),
1683
+ ...(v.CY === undefined ? null : { cy: v.CY }),
1684
+ ...(v.CZ === undefined ? null : { cz: v.CZ }),
1685
+ ...(v.DK === undefined ? null : { dk: v.DK }),
1686
+ ...(v.DJ === undefined ? null : { dj: v.DJ }),
1687
+ ...(v.DM === undefined ? null : { dm: v.DM }),
1688
+ ...(v.DO === undefined ? null : { do: v.DO }),
1689
+ ...(v.EC === undefined ? null : { ec: v.EC }),
1690
+ ...(v.EG === undefined ? null : { eg: v.EG }),
1691
+ ...(v.SV === undefined ? null : { sv: v.SV }),
1692
+ ...(v.GQ === undefined ? null : { gq: v.GQ }),
1693
+ ...(v.ER === undefined ? null : { er: v.ER }),
1694
+ ...(v.EE === undefined ? null : { ee: v.EE }),
1695
+ ...(v.ET === undefined ? null : { et: v.ET }),
1696
+ ...(v.FK === undefined ? null : { fk: v.FK }),
1697
+ ...(v.FO === undefined ? null : { fo: v.FO }),
1698
+ ...(v.FJ === undefined ? null : { fj: v.FJ }),
1699
+ ...(v.FI === undefined ? null : { fi: v.FI }),
1700
+ ...(v.FR === undefined ? null : { fr: v.FR }),
1701
+ ...(v.GF === undefined ? null : { gf: v.GF }),
1702
+ ...(v.PF === undefined ? null : { pf: v.PF }),
1703
+ ...(v.TF === undefined ? null : { tf: v.TF }),
1704
+ ...(v.GA === undefined ? null : { ga: v.GA }),
1705
+ ...(v.GM === undefined ? null : { gm: v.GM }),
1706
+ ...(v.GE === undefined ? null : { ge: v.GE }),
1707
+ ...(v.DE === undefined ? null : { de: v.DE }),
1708
+ ...(v.GH === undefined ? null : { gh: v.GH }),
1709
+ ...(v.GI === undefined ? null : { gi: v.GI }),
1710
+ ...(v.GR === undefined ? null : { gr: v.GR }),
1711
+ ...(v.GL === undefined ? null : { gl: v.GL }),
1712
+ ...(v.GD === undefined ? null : { gd: v.GD }),
1713
+ ...(v.GP === undefined ? null : { gp: v.GP }),
1714
+ ...(v.GU === undefined ? null : { gu: v.GU }),
1715
+ ...(v.GT === undefined ? null : { gt: v.GT }),
1716
+ ...(v.GN === undefined ? null : { gn: v.GN }),
1717
+ ...(v.GW === undefined ? null : { gw: v.GW }),
1718
+ ...(v.GY === undefined ? null : { gy: v.GY }),
1719
+ ...(v.HT === undefined ? null : { ht: v.HT }),
1720
+ ...(v.HM === undefined ? null : { hm: v.HM }),
1721
+ ...(v.VA === undefined ? null : { va: v.VA }),
1722
+ ...(v.HN === undefined ? null : { hn: v.HN }),
1723
+ ...(v.HK === undefined ? null : { hk: v.HK }),
1724
+ ...(v.HU === undefined ? null : { hu: v.HU }),
1725
+ ...(v.IS === undefined ? null : { is: v.IS }),
1726
+ ...(v.IN === undefined ? null : { in: v.IN }),
1727
+ ...(v.ID === undefined ? null : { id: v.ID }),
1728
+ ...(v.IR === undefined ? null : { ir: v.IR }),
1729
+ ...(v.IQ === undefined ? null : { iq: v.IQ }),
1730
+ ...(v.IE === undefined ? null : { ie: v.IE }),
1731
+ ...(v.IL === undefined ? null : { il: v.IL }),
1732
+ ...(v.IT === undefined ? null : { it: v.IT }),
1733
+ ...(v.JM === undefined ? null : { jm: v.JM }),
1734
+ ...(v.JP === undefined ? null : { jp: v.JP }),
1735
+ ...(v.JO === undefined ? null : { jo: v.JO }),
1736
+ ...(v.KZ === undefined ? null : { kz: v.KZ }),
1737
+ ...(v.KE === undefined ? null : { ke: v.KE }),
1738
+ ...(v.KI === undefined ? null : { ki: v.KI }),
1739
+ ...(v.KP === undefined ? null : { kp: v.KP }),
1740
+ ...(v.KR === undefined ? null : { kr: v.KR }),
1741
+ ...(v.KW === undefined ? null : { kw: v.KW }),
1742
+ ...(v.KG === undefined ? null : { kg: v.KG }),
1743
+ ...(v.LA === undefined ? null : { la: v.LA }),
1744
+ ...(v.LV === undefined ? null : { lv: v.LV }),
1745
+ ...(v.LB === undefined ? null : { lb: v.LB }),
1746
+ ...(v.LS === undefined ? null : { ls: v.LS }),
1747
+ ...(v.LR === undefined ? null : { lr: v.LR }),
1748
+ ...(v.LY === undefined ? null : { ly: v.LY }),
1749
+ ...(v.LI === undefined ? null : { li: v.LI }),
1750
+ ...(v.LT === undefined ? null : { lt: v.LT }),
1751
+ ...(v.LU === undefined ? null : { lu: v.LU }),
1752
+ ...(v.MO === undefined ? null : { mo: v.MO }),
1753
+ ...(v.MG === undefined ? null : { mg: v.MG }),
1754
+ ...(v.MW === undefined ? null : { mw: v.MW }),
1755
+ ...(v.MY === undefined ? null : { my: v.MY }),
1756
+ ...(v.MV === undefined ? null : { mv: v.MV }),
1757
+ ...(v.ML === undefined ? null : { ml: v.ML }),
1758
+ ...(v.MT === undefined ? null : { mt: v.MT }),
1759
+ ...(v.MH === undefined ? null : { mh: v.MH }),
1760
+ ...(v.MQ === undefined ? null : { mq: v.MQ }),
1761
+ ...(v.MR === undefined ? null : { mr: v.MR }),
1762
+ ...(v.MU === undefined ? null : { mu: v.MU }),
1763
+ ...(v.YT === undefined ? null : { yt: v.YT }),
1764
+ ...(v.MX === undefined ? null : { mx: v.MX }),
1765
+ ...(v.FM === undefined ? null : { fm: v.FM }),
1766
+ ...(v.MD === undefined ? null : { md: v.MD }),
1767
+ ...(v.MC === undefined ? null : { mc: v.MC }),
1768
+ ...(v.MN === undefined ? null : { mn: v.MN }),
1769
+ ...(v.MS === undefined ? null : { ms: v.MS }),
1770
+ ...(v.MA === undefined ? null : { ma: v.MA }),
1771
+ ...(v.MZ === undefined ? null : { mz: v.MZ }),
1772
+ ...(v.MM === undefined ? null : { mm: v.MM }),
1773
+ ...(v.NA === undefined ? null : { na: v.NA }),
1774
+ ...(v.NR === undefined ? null : { nr: v.NR }),
1775
+ ...(v.NP === undefined ? null : { np: v.NP }),
1776
+ ...(v.NL === undefined ? null : { nl: v.NL }),
1777
+ ...(v.NC === undefined ? null : { nc: v.NC }),
1778
+ ...(v.NZ === undefined ? null : { nz: v.NZ }),
1779
+ ...(v.NI === undefined ? null : { ni: v.NI }),
1780
+ ...(v.NE === undefined ? null : { ne: v.NE }),
1781
+ ...(v.NG === undefined ? null : { ng: v.NG }),
1782
+ ...(v.NU === undefined ? null : { nu: v.NU }),
1783
+ ...(v.NF === undefined ? null : { nf: v.NF }),
1784
+ ...(v.MK === undefined ? null : { mk: v.MK }),
1785
+ ...(v.MP === undefined ? null : { mp: v.MP }),
1786
+ ...(v.NO === undefined ? null : { no: v.NO }),
1787
+ ...(v.OM === undefined ? null : { om: v.OM }),
1788
+ ...(v.PK === undefined ? null : { pk: v.PK }),
1789
+ ...(v.PW === undefined ? null : { pw: v.PW }),
1790
+ ...(v.PS === undefined ? null : { ps: v.PS }),
1791
+ ...(v.PA === undefined ? null : { pa: v.PA }),
1792
+ ...(v.PG === undefined ? null : { pg: v.PG }),
1793
+ ...(v.PY === undefined ? null : { py: v.PY }),
1794
+ ...(v.PE === undefined ? null : { pe: v.PE }),
1795
+ ...(v.PH === undefined ? null : { ph: v.PH }),
1796
+ ...(v.PN === undefined ? null : { pn: v.PN }),
1797
+ ...(v.PL === undefined ? null : { pl: v.PL }),
1798
+ ...(v.PT === undefined ? null : { pt: v.PT }),
1799
+ ...(v.PR === undefined ? null : { pr: v.PR }),
1800
+ ...(v.QA === undefined ? null : { qa: v.QA }),
1801
+ ...(v.RE === undefined ? null : { re: v.RE }),
1802
+ ...(v.RO === undefined ? null : { ro: v.RO }),
1803
+ ...(v.RU === undefined ? null : { ru: v.RU }),
1804
+ ...(v.RW === undefined ? null : { rw: v.RW }),
1805
+ ...(v.SH === undefined ? null : { sh: v.SH }),
1806
+ ...(v.KN === undefined ? null : { kn: v.KN }),
1807
+ ...(v.LC === undefined ? null : { lc: v.LC }),
1808
+ ...(v.PM === undefined ? null : { pm: v.PM }),
1809
+ ...(v.VC === undefined ? null : { vc: v.VC }),
1810
+ ...(v.WS === undefined ? null : { ws: v.WS }),
1811
+ ...(v.SM === undefined ? null : { sm: v.SM }),
1812
+ ...(v.ST === undefined ? null : { st: v.ST }),
1813
+ ...(v.SA === undefined ? null : { sa: v.SA }),
1814
+ ...(v.SN === undefined ? null : { sn: v.SN }),
1815
+ ...(v.SC === undefined ? null : { sc: v.SC }),
1816
+ ...(v.SL === undefined ? null : { sl: v.SL }),
1817
+ ...(v.SG === undefined ? null : { sg: v.SG }),
1818
+ ...(v.SK === undefined ? null : { sk: v.SK }),
1819
+ ...(v.SI === undefined ? null : { si: v.SI }),
1820
+ ...(v.SB === undefined ? null : { sb: v.SB }),
1821
+ ...(v.SO === undefined ? null : { so: v.SO }),
1822
+ ...(v.ZA === undefined ? null : { za: v.ZA }),
1823
+ ...(v.GS === undefined ? null : { gs: v.GS }),
1824
+ ...(v.ES === undefined ? null : { es: v.ES }),
1825
+ ...(v.LK === undefined ? null : { lk: v.LK }),
1826
+ ...(v.SD === undefined ? null : { sd: v.SD }),
1827
+ ...(v.SR === undefined ? null : { sr: v.SR }),
1828
+ ...(v.SJ === undefined ? null : { sj: v.SJ }),
1829
+ ...(v.SZ === undefined ? null : { sz: v.SZ }),
1830
+ ...(v.SE === undefined ? null : { se: v.SE }),
1831
+ ...(v.CH === undefined ? null : { ch: v.CH }),
1832
+ ...(v.SY === undefined ? null : { sy: v.SY }),
1833
+ ...(v.TW === undefined ? null : { tw: v.TW }),
1834
+ ...(v.TJ === undefined ? null : { tj: v.TJ }),
1835
+ ...(v.TZ === undefined ? null : { tz: v.TZ }),
1836
+ ...(v.TH === undefined ? null : { th: v.TH }),
1837
+ ...(v.TL === undefined ? null : { tl: v.TL }),
1838
+ ...(v.TG === undefined ? null : { tg: v.TG }),
1839
+ ...(v.TK === undefined ? null : { tk: v.TK }),
1840
+ ...(v.TO === undefined ? null : { to: v.TO }),
1841
+ ...(v.TT === undefined ? null : { tt: v.TT }),
1842
+ ...(v.TN === undefined ? null : { tn: v.TN }),
1843
+ ...(v.TR === undefined ? null : { tr: v.TR }),
1844
+ ...(v.TM === undefined ? null : { tm: v.TM }),
1845
+ ...(v.TC === undefined ? null : { tc: v.TC }),
1846
+ ...(v.TV === undefined ? null : { tv: v.TV }),
1847
+ ...(v.UG === undefined ? null : { ug: v.UG }),
1848
+ ...(v.UA === undefined ? null : { ua: v.UA }),
1849
+ ...(v.AE === undefined ? null : { ae: v.AE }),
1850
+ ...(v.GB === undefined ? null : { gb: v.GB }),
1851
+ ...(v.US === undefined ? null : { us: v.US }),
1852
+ ...(v.UM === undefined ? null : { um: v.UM }),
1853
+ ...(v.UY === undefined ? null : { uy: v.UY }),
1854
+ ...(v.UZ === undefined ? null : { uz: v.UZ }),
1855
+ ...(v.VU === undefined ? null : { vu: v.VU }),
1856
+ ...(v.VE === undefined ? null : { ve: v.VE }),
1857
+ ...(v.VN === undefined ? null : { vn: v.VN }),
1858
+ ...(v.VG === undefined ? null : { vg: v.VG }),
1859
+ ...(v.VI === undefined ? null : { vi: v.VI }),
1860
+ ...(v.WF === undefined ? null : { wf: v.WF }),
1861
+ ...(v.EH === undefined ? null : { eh: v.EH }),
1862
+ ...(v.YE === undefined ? null : { ye: v.YE }),
1863
+ ...(v.ZM === undefined ? null : { zm: v.ZM }),
1864
+ ...(v.ZW === undefined ? null : { zw: v.ZW }),
1865
+ ...(v.AX === undefined ? null : { ax: v.AX }),
1866
+ ...(v.BQ === undefined ? null : { bq: v.BQ }),
1867
+ ...(v.CW === undefined ? null : { cw: v.CW }),
1868
+ ...(v.GG === undefined ? null : { gg: v.GG }),
1869
+ ...(v.IM === undefined ? null : { im: v.IM }),
1870
+ ...(v.JE === undefined ? null : { je: v.JE }),
1871
+ ...(v.ME === undefined ? null : { me: v.ME }),
1872
+ ...(v.BL === undefined ? null : { bl: v.BL }),
1873
+ ...(v.MF === undefined ? null : { mf: v.MF }),
1874
+ ...(v.RS === undefined ? null : { rs: v.RS }),
1875
+ ...(v.SX === undefined ? null : { sx: v.SX }),
1876
+ ...(v.SS === undefined ? null : { ss: v.SS }),
1877
+ ...(v.XK === undefined ? null : { xk: v.XK }),
1878
+ };
1879
+ });
1880
+
1881
+ export type Outbound = {
1882
+ AF?: string | undefined;
1883
+ AL?: string | undefined;
1884
+ DZ?: string | undefined;
1885
+ AS?: string | undefined;
1886
+ AD?: string | undefined;
1887
+ AO?: string | undefined;
1888
+ AI?: string | undefined;
1889
+ AQ?: string | undefined;
1890
+ AG?: string | undefined;
1891
+ AR?: string | undefined;
1892
+ AM?: string | undefined;
1893
+ AW?: string | undefined;
1894
+ AU?: string | undefined;
1895
+ AT?: string | undefined;
1896
+ AZ?: string | undefined;
1897
+ BS?: string | undefined;
1898
+ BH?: string | undefined;
1899
+ BD?: string | undefined;
1900
+ BB?: string | undefined;
1901
+ BY?: string | undefined;
1902
+ BE?: string | undefined;
1903
+ BZ?: string | undefined;
1904
+ BJ?: string | undefined;
1905
+ BM?: string | undefined;
1906
+ BT?: string | undefined;
1907
+ BO?: string | undefined;
1908
+ BA?: string | undefined;
1909
+ BW?: string | undefined;
1910
+ BV?: string | undefined;
1911
+ BR?: string | undefined;
1912
+ IO?: string | undefined;
1913
+ BN?: string | undefined;
1914
+ BG?: string | undefined;
1915
+ BF?: string | undefined;
1916
+ BI?: string | undefined;
1917
+ KH?: string | undefined;
1918
+ CM?: string | undefined;
1919
+ CA?: string | undefined;
1920
+ CV?: string | undefined;
1921
+ KY?: string | undefined;
1922
+ CF?: string | undefined;
1923
+ TD?: string | undefined;
1924
+ CL?: string | undefined;
1925
+ CN?: string | undefined;
1926
+ CX?: string | undefined;
1927
+ CC?: string | undefined;
1928
+ CO?: string | undefined;
1929
+ KM?: string | undefined;
1930
+ CG?: string | undefined;
1931
+ CD?: string | undefined;
1932
+ CK?: string | undefined;
1933
+ CR?: string | undefined;
1934
+ CI?: string | undefined;
1935
+ HR?: string | undefined;
1936
+ CU?: string | undefined;
1937
+ CY?: string | undefined;
1938
+ CZ?: string | undefined;
1939
+ DK?: string | undefined;
1940
+ DJ?: string | undefined;
1941
+ DM?: string | undefined;
1942
+ DO?: string | undefined;
1943
+ EC?: string | undefined;
1944
+ EG?: string | undefined;
1945
+ SV?: string | undefined;
1946
+ GQ?: string | undefined;
1947
+ ER?: string | undefined;
1948
+ EE?: string | undefined;
1949
+ ET?: string | undefined;
1950
+ FK?: string | undefined;
1951
+ FO?: string | undefined;
1952
+ FJ?: string | undefined;
1953
+ FI?: string | undefined;
1954
+ FR?: string | undefined;
1955
+ GF?: string | undefined;
1956
+ PF?: string | undefined;
1957
+ TF?: string | undefined;
1958
+ GA?: string | undefined;
1959
+ GM?: string | undefined;
1960
+ GE?: string | undefined;
1961
+ DE?: string | undefined;
1962
+ GH?: string | undefined;
1963
+ GI?: string | undefined;
1964
+ GR?: string | undefined;
1965
+ GL?: string | undefined;
1966
+ GD?: string | undefined;
1967
+ GP?: string | undefined;
1968
+ GU?: string | undefined;
1969
+ GT?: string | undefined;
1970
+ GN?: string | undefined;
1971
+ GW?: string | undefined;
1972
+ GY?: string | undefined;
1973
+ HT?: string | undefined;
1974
+ HM?: string | undefined;
1975
+ VA?: string | undefined;
1976
+ HN?: string | undefined;
1977
+ HK?: string | undefined;
1978
+ HU?: string | undefined;
1979
+ IS?: string | undefined;
1980
+ IN?: string | undefined;
1981
+ ID?: string | undefined;
1982
+ IR?: string | undefined;
1983
+ IQ?: string | undefined;
1984
+ IE?: string | undefined;
1985
+ IL?: string | undefined;
1986
+ IT?: string | undefined;
1987
+ JM?: string | undefined;
1988
+ JP?: string | undefined;
1989
+ JO?: string | undefined;
1990
+ KZ?: string | undefined;
1991
+ KE?: string | undefined;
1992
+ KI?: string | undefined;
1993
+ KP?: string | undefined;
1994
+ KR?: string | undefined;
1995
+ KW?: string | undefined;
1996
+ KG?: string | undefined;
1997
+ LA?: string | undefined;
1998
+ LV?: string | undefined;
1999
+ LB?: string | undefined;
2000
+ LS?: string | undefined;
2001
+ LR?: string | undefined;
2002
+ LY?: string | undefined;
2003
+ LI?: string | undefined;
2004
+ LT?: string | undefined;
2005
+ LU?: string | undefined;
2006
+ MO?: string | undefined;
2007
+ MG?: string | undefined;
2008
+ MW?: string | undefined;
2009
+ MY?: string | undefined;
2010
+ MV?: string | undefined;
2011
+ ML?: string | undefined;
2012
+ MT?: string | undefined;
2013
+ MH?: string | undefined;
2014
+ MQ?: string | undefined;
2015
+ MR?: string | undefined;
2016
+ MU?: string | undefined;
2017
+ YT?: string | undefined;
2018
+ MX?: string | undefined;
2019
+ FM?: string | undefined;
2020
+ MD?: string | undefined;
2021
+ MC?: string | undefined;
2022
+ MN?: string | undefined;
2023
+ MS?: string | undefined;
2024
+ MA?: string | undefined;
2025
+ MZ?: string | undefined;
2026
+ MM?: string | undefined;
2027
+ NA?: string | undefined;
2028
+ NR?: string | undefined;
2029
+ NP?: string | undefined;
2030
+ NL?: string | undefined;
2031
+ NC?: string | undefined;
2032
+ NZ?: string | undefined;
2033
+ NI?: string | undefined;
2034
+ NE?: string | undefined;
2035
+ NG?: string | undefined;
2036
+ NU?: string | undefined;
2037
+ NF?: string | undefined;
2038
+ MK?: string | undefined;
2039
+ MP?: string | undefined;
2040
+ NO?: string | undefined;
2041
+ OM?: string | undefined;
2042
+ PK?: string | undefined;
2043
+ PW?: string | undefined;
2044
+ PS?: string | undefined;
2045
+ PA?: string | undefined;
2046
+ PG?: string | undefined;
2047
+ PY?: string | undefined;
2048
+ PE?: string | undefined;
2049
+ PH?: string | undefined;
2050
+ PN?: string | undefined;
2051
+ PL?: string | undefined;
2052
+ PT?: string | undefined;
2053
+ PR?: string | undefined;
2054
+ QA?: string | undefined;
2055
+ RE?: string | undefined;
2056
+ RO?: string | undefined;
2057
+ RU?: string | undefined;
2058
+ RW?: string | undefined;
2059
+ SH?: string | undefined;
2060
+ KN?: string | undefined;
2061
+ LC?: string | undefined;
2062
+ PM?: string | undefined;
2063
+ VC?: string | undefined;
2064
+ WS?: string | undefined;
2065
+ SM?: string | undefined;
2066
+ ST?: string | undefined;
2067
+ SA?: string | undefined;
2068
+ SN?: string | undefined;
2069
+ SC?: string | undefined;
2070
+ SL?: string | undefined;
2071
+ SG?: string | undefined;
2072
+ SK?: string | undefined;
2073
+ SI?: string | undefined;
2074
+ SB?: string | undefined;
2075
+ SO?: string | undefined;
2076
+ ZA?: string | undefined;
2077
+ GS?: string | undefined;
2078
+ ES?: string | undefined;
2079
+ LK?: string | undefined;
2080
+ SD?: string | undefined;
2081
+ SR?: string | undefined;
2082
+ SJ?: string | undefined;
2083
+ SZ?: string | undefined;
2084
+ SE?: string | undefined;
2085
+ CH?: string | undefined;
2086
+ SY?: string | undefined;
2087
+ TW?: string | undefined;
2088
+ TJ?: string | undefined;
2089
+ TZ?: string | undefined;
2090
+ TH?: string | undefined;
2091
+ TL?: string | undefined;
2092
+ TG?: string | undefined;
2093
+ TK?: string | undefined;
2094
+ TO?: string | undefined;
2095
+ TT?: string | undefined;
2096
+ TN?: string | undefined;
2097
+ TR?: string | undefined;
2098
+ TM?: string | undefined;
2099
+ TC?: string | undefined;
2100
+ TV?: string | undefined;
2101
+ UG?: string | undefined;
2102
+ UA?: string | undefined;
2103
+ AE?: string | undefined;
2104
+ GB?: string | undefined;
2105
+ US?: string | undefined;
2106
+ UM?: string | undefined;
2107
+ UY?: string | undefined;
2108
+ UZ?: string | undefined;
2109
+ VU?: string | undefined;
2110
+ VE?: string | undefined;
2111
+ VN?: string | undefined;
2112
+ VG?: string | undefined;
2113
+ VI?: string | undefined;
2114
+ WF?: string | undefined;
2115
+ EH?: string | undefined;
2116
+ YE?: string | undefined;
2117
+ ZM?: string | undefined;
2118
+ ZW?: string | undefined;
2119
+ AX?: string | undefined;
2120
+ BQ?: string | undefined;
2121
+ CW?: string | undefined;
2122
+ GG?: string | undefined;
2123
+ IM?: string | undefined;
2124
+ JE?: string | undefined;
2125
+ ME?: string | undefined;
2126
+ BL?: string | undefined;
2127
+ MF?: string | undefined;
2128
+ RS?: string | undefined;
2129
+ SX?: string | undefined;
2130
+ SS?: string | undefined;
2131
+ XK?: string | undefined;
2132
+ };
2133
+
2134
+ export const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, Geo> = z
2135
+ .object({
2136
+ af: z.string().optional(),
2137
+ al: z.string().optional(),
2138
+ dz: z.string().optional(),
2139
+ as: z.string().optional(),
2140
+ ad: z.string().optional(),
2141
+ ao: z.string().optional(),
2142
+ ai: z.string().optional(),
2143
+ aq: z.string().optional(),
2144
+ ag: z.string().optional(),
2145
+ ar: z.string().optional(),
2146
+ am: z.string().optional(),
2147
+ aw: z.string().optional(),
2148
+ au: z.string().optional(),
2149
+ at: z.string().optional(),
2150
+ az: z.string().optional(),
2151
+ bs: z.string().optional(),
2152
+ bh: z.string().optional(),
2153
+ bd: z.string().optional(),
2154
+ bb: z.string().optional(),
2155
+ by: z.string().optional(),
2156
+ be: z.string().optional(),
2157
+ bz: z.string().optional(),
2158
+ bj: z.string().optional(),
2159
+ bm: z.string().optional(),
2160
+ bt: z.string().optional(),
2161
+ bo: z.string().optional(),
2162
+ ba: z.string().optional(),
2163
+ bw: z.string().optional(),
2164
+ bv: z.string().optional(),
2165
+ br: z.string().optional(),
2166
+ io: z.string().optional(),
2167
+ bn: z.string().optional(),
2168
+ bg: z.string().optional(),
2169
+ bf: z.string().optional(),
2170
+ bi: z.string().optional(),
2171
+ kh: z.string().optional(),
2172
+ cm: z.string().optional(),
2173
+ ca: z.string().optional(),
2174
+ cv: z.string().optional(),
2175
+ ky: z.string().optional(),
2176
+ cf: z.string().optional(),
2177
+ td: z.string().optional(),
2178
+ cl: z.string().optional(),
2179
+ cn: z.string().optional(),
2180
+ cx: z.string().optional(),
2181
+ cc: z.string().optional(),
2182
+ co: z.string().optional(),
2183
+ km: z.string().optional(),
2184
+ cg: z.string().optional(),
2185
+ cd: z.string().optional(),
2186
+ ck: z.string().optional(),
2187
+ cr: z.string().optional(),
2188
+ ci: z.string().optional(),
2189
+ hr: z.string().optional(),
2190
+ cu: z.string().optional(),
2191
+ cy: z.string().optional(),
2192
+ cz: z.string().optional(),
2193
+ dk: z.string().optional(),
2194
+ dj: z.string().optional(),
2195
+ dm: z.string().optional(),
2196
+ do: z.string().optional(),
2197
+ ec: z.string().optional(),
2198
+ eg: z.string().optional(),
2199
+ sv: z.string().optional(),
2200
+ gq: z.string().optional(),
2201
+ er: z.string().optional(),
2202
+ ee: z.string().optional(),
2203
+ et: z.string().optional(),
2204
+ fk: z.string().optional(),
2205
+ fo: z.string().optional(),
2206
+ fj: z.string().optional(),
2207
+ fi: z.string().optional(),
2208
+ fr: z.string().optional(),
2209
+ gf: z.string().optional(),
2210
+ pf: z.string().optional(),
2211
+ tf: z.string().optional(),
2212
+ ga: z.string().optional(),
2213
+ gm: z.string().optional(),
2214
+ ge: z.string().optional(),
2215
+ de: z.string().optional(),
2216
+ gh: z.string().optional(),
2217
+ gi: z.string().optional(),
2218
+ gr: z.string().optional(),
2219
+ gl: z.string().optional(),
2220
+ gd: z.string().optional(),
2221
+ gp: z.string().optional(),
2222
+ gu: z.string().optional(),
2223
+ gt: z.string().optional(),
2224
+ gn: z.string().optional(),
2225
+ gw: z.string().optional(),
2226
+ gy: z.string().optional(),
2227
+ ht: z.string().optional(),
2228
+ hm: z.string().optional(),
2229
+ va: z.string().optional(),
2230
+ hn: z.string().optional(),
2231
+ hk: z.string().optional(),
2232
+ hu: z.string().optional(),
2233
+ is: z.string().optional(),
2234
+ in: z.string().optional(),
2235
+ id: z.string().optional(),
2236
+ ir: z.string().optional(),
2237
+ iq: z.string().optional(),
2238
+ ie: z.string().optional(),
2239
+ il: z.string().optional(),
2240
+ it: z.string().optional(),
2241
+ jm: z.string().optional(),
2242
+ jp: z.string().optional(),
2243
+ jo: z.string().optional(),
2244
+ kz: z.string().optional(),
2245
+ ke: z.string().optional(),
2246
+ ki: z.string().optional(),
2247
+ kp: z.string().optional(),
2248
+ kr: z.string().optional(),
2249
+ kw: z.string().optional(),
2250
+ kg: z.string().optional(),
2251
+ la: z.string().optional(),
2252
+ lv: z.string().optional(),
2253
+ lb: z.string().optional(),
2254
+ ls: z.string().optional(),
2255
+ lr: z.string().optional(),
2256
+ ly: z.string().optional(),
2257
+ li: z.string().optional(),
2258
+ lt: z.string().optional(),
2259
+ lu: z.string().optional(),
2260
+ mo: z.string().optional(),
2261
+ mg: z.string().optional(),
2262
+ mw: z.string().optional(),
2263
+ my: z.string().optional(),
2264
+ mv: z.string().optional(),
2265
+ ml: z.string().optional(),
2266
+ mt: z.string().optional(),
2267
+ mh: z.string().optional(),
2268
+ mq: z.string().optional(),
2269
+ mr: z.string().optional(),
2270
+ mu: z.string().optional(),
2271
+ yt: z.string().optional(),
2272
+ mx: z.string().optional(),
2273
+ fm: z.string().optional(),
2274
+ md: z.string().optional(),
2275
+ mc: z.string().optional(),
2276
+ mn: z.string().optional(),
2277
+ ms: z.string().optional(),
2278
+ ma: z.string().optional(),
2279
+ mz: z.string().optional(),
2280
+ mm: z.string().optional(),
2281
+ na: z.string().optional(),
2282
+ nr: z.string().optional(),
2283
+ np: z.string().optional(),
2284
+ nl: z.string().optional(),
2285
+ nc: z.string().optional(),
2286
+ nz: z.string().optional(),
2287
+ ni: z.string().optional(),
2288
+ ne: z.string().optional(),
2289
+ ng: z.string().optional(),
2290
+ nu: z.string().optional(),
2291
+ nf: z.string().optional(),
2292
+ mk: z.string().optional(),
2293
+ mp: z.string().optional(),
2294
+ no: z.string().optional(),
2295
+ om: z.string().optional(),
2296
+ pk: z.string().optional(),
2297
+ pw: z.string().optional(),
2298
+ ps: z.string().optional(),
2299
+ pa: z.string().optional(),
2300
+ pg: z.string().optional(),
2301
+ py: z.string().optional(),
2302
+ pe: z.string().optional(),
2303
+ ph: z.string().optional(),
2304
+ pn: z.string().optional(),
2305
+ pl: z.string().optional(),
2306
+ pt: z.string().optional(),
2307
+ pr: z.string().optional(),
2308
+ qa: z.string().optional(),
2309
+ re: z.string().optional(),
2310
+ ro: z.string().optional(),
2311
+ ru: z.string().optional(),
2312
+ rw: z.string().optional(),
2313
+ sh: z.string().optional(),
2314
+ kn: z.string().optional(),
2315
+ lc: z.string().optional(),
2316
+ pm: z.string().optional(),
2317
+ vc: z.string().optional(),
2318
+ ws: z.string().optional(),
2319
+ sm: z.string().optional(),
2320
+ st: z.string().optional(),
2321
+ sa: z.string().optional(),
2322
+ sn: z.string().optional(),
2323
+ sc: z.string().optional(),
2324
+ sl: z.string().optional(),
2325
+ sg: z.string().optional(),
2326
+ sk: z.string().optional(),
2327
+ si: z.string().optional(),
2328
+ sb: z.string().optional(),
2329
+ so: z.string().optional(),
2330
+ za: z.string().optional(),
2331
+ gs: z.string().optional(),
2332
+ es: z.string().optional(),
2333
+ lk: z.string().optional(),
2334
+ sd: z.string().optional(),
2335
+ sr: z.string().optional(),
2336
+ sj: z.string().optional(),
2337
+ sz: z.string().optional(),
2338
+ se: z.string().optional(),
2339
+ ch: z.string().optional(),
2340
+ sy: z.string().optional(),
2341
+ tw: z.string().optional(),
2342
+ tj: z.string().optional(),
2343
+ tz: z.string().optional(),
2344
+ th: z.string().optional(),
2345
+ tl: z.string().optional(),
2346
+ tg: z.string().optional(),
2347
+ tk: z.string().optional(),
2348
+ to: z.string().optional(),
2349
+ tt: z.string().optional(),
2350
+ tn: z.string().optional(),
2351
+ tr: z.string().optional(),
2352
+ tm: z.string().optional(),
2353
+ tc: z.string().optional(),
2354
+ tv: z.string().optional(),
2355
+ ug: z.string().optional(),
2356
+ ua: z.string().optional(),
2357
+ ae: z.string().optional(),
2358
+ gb: z.string().optional(),
2359
+ us: z.string().optional(),
2360
+ um: z.string().optional(),
2361
+ uy: z.string().optional(),
2362
+ uz: z.string().optional(),
2363
+ vu: z.string().optional(),
2364
+ ve: z.string().optional(),
2365
+ vn: z.string().optional(),
2366
+ vg: z.string().optional(),
2367
+ vi: z.string().optional(),
2368
+ wf: z.string().optional(),
2369
+ eh: z.string().optional(),
2370
+ ye: z.string().optional(),
2371
+ zm: z.string().optional(),
2372
+ zw: z.string().optional(),
2373
+ ax: z.string().optional(),
2374
+ bq: z.string().optional(),
2375
+ cw: z.string().optional(),
2376
+ gg: z.string().optional(),
2377
+ im: z.string().optional(),
2378
+ je: z.string().optional(),
2379
+ me: z.string().optional(),
2380
+ bl: z.string().optional(),
2381
+ mf: z.string().optional(),
2382
+ rs: z.string().optional(),
2383
+ sx: z.string().optional(),
2384
+ ss: z.string().optional(),
2385
+ xk: z.string().optional(),
2386
+ })
2387
+ .transform((v) => {
2388
+ return {
2389
+ ...(v.af === undefined ? null : { AF: v.af }),
2390
+ ...(v.al === undefined ? null : { AL: v.al }),
2391
+ ...(v.dz === undefined ? null : { DZ: v.dz }),
2392
+ ...(v.as === undefined ? null : { AS: v.as }),
2393
+ ...(v.ad === undefined ? null : { AD: v.ad }),
2394
+ ...(v.ao === undefined ? null : { AO: v.ao }),
2395
+ ...(v.ai === undefined ? null : { AI: v.ai }),
2396
+ ...(v.aq === undefined ? null : { AQ: v.aq }),
2397
+ ...(v.ag === undefined ? null : { AG: v.ag }),
2398
+ ...(v.ar === undefined ? null : { AR: v.ar }),
2399
+ ...(v.am === undefined ? null : { AM: v.am }),
2400
+ ...(v.aw === undefined ? null : { AW: v.aw }),
2401
+ ...(v.au === undefined ? null : { AU: v.au }),
2402
+ ...(v.at === undefined ? null : { AT: v.at }),
2403
+ ...(v.az === undefined ? null : { AZ: v.az }),
2404
+ ...(v.bs === undefined ? null : { BS: v.bs }),
2405
+ ...(v.bh === undefined ? null : { BH: v.bh }),
2406
+ ...(v.bd === undefined ? null : { BD: v.bd }),
2407
+ ...(v.bb === undefined ? null : { BB: v.bb }),
2408
+ ...(v.by === undefined ? null : { BY: v.by }),
2409
+ ...(v.be === undefined ? null : { BE: v.be }),
2410
+ ...(v.bz === undefined ? null : { BZ: v.bz }),
2411
+ ...(v.bj === undefined ? null : { BJ: v.bj }),
2412
+ ...(v.bm === undefined ? null : { BM: v.bm }),
2413
+ ...(v.bt === undefined ? null : { BT: v.bt }),
2414
+ ...(v.bo === undefined ? null : { BO: v.bo }),
2415
+ ...(v.ba === undefined ? null : { BA: v.ba }),
2416
+ ...(v.bw === undefined ? null : { BW: v.bw }),
2417
+ ...(v.bv === undefined ? null : { BV: v.bv }),
2418
+ ...(v.br === undefined ? null : { BR: v.br }),
2419
+ ...(v.io === undefined ? null : { IO: v.io }),
2420
+ ...(v.bn === undefined ? null : { BN: v.bn }),
2421
+ ...(v.bg === undefined ? null : { BG: v.bg }),
2422
+ ...(v.bf === undefined ? null : { BF: v.bf }),
2423
+ ...(v.bi === undefined ? null : { BI: v.bi }),
2424
+ ...(v.kh === undefined ? null : { KH: v.kh }),
2425
+ ...(v.cm === undefined ? null : { CM: v.cm }),
2426
+ ...(v.ca === undefined ? null : { CA: v.ca }),
2427
+ ...(v.cv === undefined ? null : { CV: v.cv }),
2428
+ ...(v.ky === undefined ? null : { KY: v.ky }),
2429
+ ...(v.cf === undefined ? null : { CF: v.cf }),
2430
+ ...(v.td === undefined ? null : { TD: v.td }),
2431
+ ...(v.cl === undefined ? null : { CL: v.cl }),
2432
+ ...(v.cn === undefined ? null : { CN: v.cn }),
2433
+ ...(v.cx === undefined ? null : { CX: v.cx }),
2434
+ ...(v.cc === undefined ? null : { CC: v.cc }),
2435
+ ...(v.co === undefined ? null : { CO: v.co }),
2436
+ ...(v.km === undefined ? null : { KM: v.km }),
2437
+ ...(v.cg === undefined ? null : { CG: v.cg }),
2438
+ ...(v.cd === undefined ? null : { CD: v.cd }),
2439
+ ...(v.ck === undefined ? null : { CK: v.ck }),
2440
+ ...(v.cr === undefined ? null : { CR: v.cr }),
2441
+ ...(v.ci === undefined ? null : { CI: v.ci }),
2442
+ ...(v.hr === undefined ? null : { HR: v.hr }),
2443
+ ...(v.cu === undefined ? null : { CU: v.cu }),
2444
+ ...(v.cy === undefined ? null : { CY: v.cy }),
2445
+ ...(v.cz === undefined ? null : { CZ: v.cz }),
2446
+ ...(v.dk === undefined ? null : { DK: v.dk }),
2447
+ ...(v.dj === undefined ? null : { DJ: v.dj }),
2448
+ ...(v.dm === undefined ? null : { DM: v.dm }),
2449
+ ...(v.do === undefined ? null : { DO: v.do }),
2450
+ ...(v.ec === undefined ? null : { EC: v.ec }),
2451
+ ...(v.eg === undefined ? null : { EG: v.eg }),
2452
+ ...(v.sv === undefined ? null : { SV: v.sv }),
2453
+ ...(v.gq === undefined ? null : { GQ: v.gq }),
2454
+ ...(v.er === undefined ? null : { ER: v.er }),
2455
+ ...(v.ee === undefined ? null : { EE: v.ee }),
2456
+ ...(v.et === undefined ? null : { ET: v.et }),
2457
+ ...(v.fk === undefined ? null : { FK: v.fk }),
2458
+ ...(v.fo === undefined ? null : { FO: v.fo }),
2459
+ ...(v.fj === undefined ? null : { FJ: v.fj }),
2460
+ ...(v.fi === undefined ? null : { FI: v.fi }),
2461
+ ...(v.fr === undefined ? null : { FR: v.fr }),
2462
+ ...(v.gf === undefined ? null : { GF: v.gf }),
2463
+ ...(v.pf === undefined ? null : { PF: v.pf }),
2464
+ ...(v.tf === undefined ? null : { TF: v.tf }),
2465
+ ...(v.ga === undefined ? null : { GA: v.ga }),
2466
+ ...(v.gm === undefined ? null : { GM: v.gm }),
2467
+ ...(v.ge === undefined ? null : { GE: v.ge }),
2468
+ ...(v.de === undefined ? null : { DE: v.de }),
2469
+ ...(v.gh === undefined ? null : { GH: v.gh }),
2470
+ ...(v.gi === undefined ? null : { GI: v.gi }),
2471
+ ...(v.gr === undefined ? null : { GR: v.gr }),
2472
+ ...(v.gl === undefined ? null : { GL: v.gl }),
2473
+ ...(v.gd === undefined ? null : { GD: v.gd }),
2474
+ ...(v.gp === undefined ? null : { GP: v.gp }),
2475
+ ...(v.gu === undefined ? null : { GU: v.gu }),
2476
+ ...(v.gt === undefined ? null : { GT: v.gt }),
2477
+ ...(v.gn === undefined ? null : { GN: v.gn }),
2478
+ ...(v.gw === undefined ? null : { GW: v.gw }),
2479
+ ...(v.gy === undefined ? null : { GY: v.gy }),
2480
+ ...(v.ht === undefined ? null : { HT: v.ht }),
2481
+ ...(v.hm === undefined ? null : { HM: v.hm }),
2482
+ ...(v.va === undefined ? null : { VA: v.va }),
2483
+ ...(v.hn === undefined ? null : { HN: v.hn }),
2484
+ ...(v.hk === undefined ? null : { HK: v.hk }),
2485
+ ...(v.hu === undefined ? null : { HU: v.hu }),
2486
+ ...(v.is === undefined ? null : { IS: v.is }),
2487
+ ...(v.in === undefined ? null : { IN: v.in }),
2488
+ ...(v.id === undefined ? null : { ID: v.id }),
2489
+ ...(v.ir === undefined ? null : { IR: v.ir }),
2490
+ ...(v.iq === undefined ? null : { IQ: v.iq }),
2491
+ ...(v.ie === undefined ? null : { IE: v.ie }),
2492
+ ...(v.il === undefined ? null : { IL: v.il }),
2493
+ ...(v.it === undefined ? null : { IT: v.it }),
2494
+ ...(v.jm === undefined ? null : { JM: v.jm }),
2495
+ ...(v.jp === undefined ? null : { JP: v.jp }),
2496
+ ...(v.jo === undefined ? null : { JO: v.jo }),
2497
+ ...(v.kz === undefined ? null : { KZ: v.kz }),
2498
+ ...(v.ke === undefined ? null : { KE: v.ke }),
2499
+ ...(v.ki === undefined ? null : { KI: v.ki }),
2500
+ ...(v.kp === undefined ? null : { KP: v.kp }),
2501
+ ...(v.kr === undefined ? null : { KR: v.kr }),
2502
+ ...(v.kw === undefined ? null : { KW: v.kw }),
2503
+ ...(v.kg === undefined ? null : { KG: v.kg }),
2504
+ ...(v.la === undefined ? null : { LA: v.la }),
2505
+ ...(v.lv === undefined ? null : { LV: v.lv }),
2506
+ ...(v.lb === undefined ? null : { LB: v.lb }),
2507
+ ...(v.ls === undefined ? null : { LS: v.ls }),
2508
+ ...(v.lr === undefined ? null : { LR: v.lr }),
2509
+ ...(v.ly === undefined ? null : { LY: v.ly }),
2510
+ ...(v.li === undefined ? null : { LI: v.li }),
2511
+ ...(v.lt === undefined ? null : { LT: v.lt }),
2512
+ ...(v.lu === undefined ? null : { LU: v.lu }),
2513
+ ...(v.mo === undefined ? null : { MO: v.mo }),
2514
+ ...(v.mg === undefined ? null : { MG: v.mg }),
2515
+ ...(v.mw === undefined ? null : { MW: v.mw }),
2516
+ ...(v.my === undefined ? null : { MY: v.my }),
2517
+ ...(v.mv === undefined ? null : { MV: v.mv }),
2518
+ ...(v.ml === undefined ? null : { ML: v.ml }),
2519
+ ...(v.mt === undefined ? null : { MT: v.mt }),
2520
+ ...(v.mh === undefined ? null : { MH: v.mh }),
2521
+ ...(v.mq === undefined ? null : { MQ: v.mq }),
2522
+ ...(v.mr === undefined ? null : { MR: v.mr }),
2523
+ ...(v.mu === undefined ? null : { MU: v.mu }),
2524
+ ...(v.yt === undefined ? null : { YT: v.yt }),
2525
+ ...(v.mx === undefined ? null : { MX: v.mx }),
2526
+ ...(v.fm === undefined ? null : { FM: v.fm }),
2527
+ ...(v.md === undefined ? null : { MD: v.md }),
2528
+ ...(v.mc === undefined ? null : { MC: v.mc }),
2529
+ ...(v.mn === undefined ? null : { MN: v.mn }),
2530
+ ...(v.ms === undefined ? null : { MS: v.ms }),
2531
+ ...(v.ma === undefined ? null : { MA: v.ma }),
2532
+ ...(v.mz === undefined ? null : { MZ: v.mz }),
2533
+ ...(v.mm === undefined ? null : { MM: v.mm }),
2534
+ ...(v.na === undefined ? null : { NA: v.na }),
2535
+ ...(v.nr === undefined ? null : { NR: v.nr }),
2536
+ ...(v.np === undefined ? null : { NP: v.np }),
2537
+ ...(v.nl === undefined ? null : { NL: v.nl }),
2538
+ ...(v.nc === undefined ? null : { NC: v.nc }),
2539
+ ...(v.nz === undefined ? null : { NZ: v.nz }),
2540
+ ...(v.ni === undefined ? null : { NI: v.ni }),
2541
+ ...(v.ne === undefined ? null : { NE: v.ne }),
2542
+ ...(v.ng === undefined ? null : { NG: v.ng }),
2543
+ ...(v.nu === undefined ? null : { NU: v.nu }),
2544
+ ...(v.nf === undefined ? null : { NF: v.nf }),
2545
+ ...(v.mk === undefined ? null : { MK: v.mk }),
2546
+ ...(v.mp === undefined ? null : { MP: v.mp }),
2547
+ ...(v.no === undefined ? null : { NO: v.no }),
2548
+ ...(v.om === undefined ? null : { OM: v.om }),
2549
+ ...(v.pk === undefined ? null : { PK: v.pk }),
2550
+ ...(v.pw === undefined ? null : { PW: v.pw }),
2551
+ ...(v.ps === undefined ? null : { PS: v.ps }),
2552
+ ...(v.pa === undefined ? null : { PA: v.pa }),
2553
+ ...(v.pg === undefined ? null : { PG: v.pg }),
2554
+ ...(v.py === undefined ? null : { PY: v.py }),
2555
+ ...(v.pe === undefined ? null : { PE: v.pe }),
2556
+ ...(v.ph === undefined ? null : { PH: v.ph }),
2557
+ ...(v.pn === undefined ? null : { PN: v.pn }),
2558
+ ...(v.pl === undefined ? null : { PL: v.pl }),
2559
+ ...(v.pt === undefined ? null : { PT: v.pt }),
2560
+ ...(v.pr === undefined ? null : { PR: v.pr }),
2561
+ ...(v.qa === undefined ? null : { QA: v.qa }),
2562
+ ...(v.re === undefined ? null : { RE: v.re }),
2563
+ ...(v.ro === undefined ? null : { RO: v.ro }),
2564
+ ...(v.ru === undefined ? null : { RU: v.ru }),
2565
+ ...(v.rw === undefined ? null : { RW: v.rw }),
2566
+ ...(v.sh === undefined ? null : { SH: v.sh }),
2567
+ ...(v.kn === undefined ? null : { KN: v.kn }),
2568
+ ...(v.lc === undefined ? null : { LC: v.lc }),
2569
+ ...(v.pm === undefined ? null : { PM: v.pm }),
2570
+ ...(v.vc === undefined ? null : { VC: v.vc }),
2571
+ ...(v.ws === undefined ? null : { WS: v.ws }),
2572
+ ...(v.sm === undefined ? null : { SM: v.sm }),
2573
+ ...(v.st === undefined ? null : { ST: v.st }),
2574
+ ...(v.sa === undefined ? null : { SA: v.sa }),
2575
+ ...(v.sn === undefined ? null : { SN: v.sn }),
2576
+ ...(v.sc === undefined ? null : { SC: v.sc }),
2577
+ ...(v.sl === undefined ? null : { SL: v.sl }),
2578
+ ...(v.sg === undefined ? null : { SG: v.sg }),
2579
+ ...(v.sk === undefined ? null : { SK: v.sk }),
2580
+ ...(v.si === undefined ? null : { SI: v.si }),
2581
+ ...(v.sb === undefined ? null : { SB: v.sb }),
2582
+ ...(v.so === undefined ? null : { SO: v.so }),
2583
+ ...(v.za === undefined ? null : { ZA: v.za }),
2584
+ ...(v.gs === undefined ? null : { GS: v.gs }),
2585
+ ...(v.es === undefined ? null : { ES: v.es }),
2586
+ ...(v.lk === undefined ? null : { LK: v.lk }),
2587
+ ...(v.sd === undefined ? null : { SD: v.sd }),
2588
+ ...(v.sr === undefined ? null : { SR: v.sr }),
2589
+ ...(v.sj === undefined ? null : { SJ: v.sj }),
2590
+ ...(v.sz === undefined ? null : { SZ: v.sz }),
2591
+ ...(v.se === undefined ? null : { SE: v.se }),
2592
+ ...(v.ch === undefined ? null : { CH: v.ch }),
2593
+ ...(v.sy === undefined ? null : { SY: v.sy }),
2594
+ ...(v.tw === undefined ? null : { TW: v.tw }),
2595
+ ...(v.tj === undefined ? null : { TJ: v.tj }),
2596
+ ...(v.tz === undefined ? null : { TZ: v.tz }),
2597
+ ...(v.th === undefined ? null : { TH: v.th }),
2598
+ ...(v.tl === undefined ? null : { TL: v.tl }),
2599
+ ...(v.tg === undefined ? null : { TG: v.tg }),
2600
+ ...(v.tk === undefined ? null : { TK: v.tk }),
2601
+ ...(v.to === undefined ? null : { TO: v.to }),
2602
+ ...(v.tt === undefined ? null : { TT: v.tt }),
2603
+ ...(v.tn === undefined ? null : { TN: v.tn }),
2604
+ ...(v.tr === undefined ? null : { TR: v.tr }),
2605
+ ...(v.tm === undefined ? null : { TM: v.tm }),
2606
+ ...(v.tc === undefined ? null : { TC: v.tc }),
2607
+ ...(v.tv === undefined ? null : { TV: v.tv }),
2608
+ ...(v.ug === undefined ? null : { UG: v.ug }),
2609
+ ...(v.ua === undefined ? null : { UA: v.ua }),
2610
+ ...(v.ae === undefined ? null : { AE: v.ae }),
2611
+ ...(v.gb === undefined ? null : { GB: v.gb }),
2612
+ ...(v.us === undefined ? null : { US: v.us }),
2613
+ ...(v.um === undefined ? null : { UM: v.um }),
2614
+ ...(v.uy === undefined ? null : { UY: v.uy }),
2615
+ ...(v.uz === undefined ? null : { UZ: v.uz }),
2616
+ ...(v.vu === undefined ? null : { VU: v.vu }),
2617
+ ...(v.ve === undefined ? null : { VE: v.ve }),
2618
+ ...(v.vn === undefined ? null : { VN: v.vn }),
2619
+ ...(v.vg === undefined ? null : { VG: v.vg }),
2620
+ ...(v.vi === undefined ? null : { VI: v.vi }),
2621
+ ...(v.wf === undefined ? null : { WF: v.wf }),
2622
+ ...(v.eh === undefined ? null : { EH: v.eh }),
2623
+ ...(v.ye === undefined ? null : { YE: v.ye }),
2624
+ ...(v.zm === undefined ? null : { ZM: v.zm }),
2625
+ ...(v.zw === undefined ? null : { ZW: v.zw }),
2626
+ ...(v.ax === undefined ? null : { AX: v.ax }),
2627
+ ...(v.bq === undefined ? null : { BQ: v.bq }),
2628
+ ...(v.cw === undefined ? null : { CW: v.cw }),
2629
+ ...(v.gg === undefined ? null : { GG: v.gg }),
2630
+ ...(v.im === undefined ? null : { IM: v.im }),
2631
+ ...(v.je === undefined ? null : { JE: v.je }),
2632
+ ...(v.me === undefined ? null : { ME: v.me }),
2633
+ ...(v.bl === undefined ? null : { BL: v.bl }),
2634
+ ...(v.mf === undefined ? null : { MF: v.mf }),
2635
+ ...(v.rs === undefined ? null : { RS: v.rs }),
2636
+ ...(v.sx === undefined ? null : { SX: v.sx }),
2637
+ ...(v.ss === undefined ? null : { SS: v.ss }),
2638
+ ...(v.xk === undefined ? null : { XK: v.xk }),
2639
+ };
2640
+ });
2641
+ }
2642
+
112
2643
  /** @internal */
113
2644
  export namespace CreateLinkRequestBody$ {
114
2645
  export type Inbound = {
@@ -117,6 +2648,10 @@ export namespace CreateLinkRequestBody$ {
117
2648
  prefix?: string | undefined;
118
2649
  url: string;
119
2650
  archived?: boolean | undefined;
2651
+ publicStats?: boolean | undefined;
2652
+ tagId?: string | null | undefined;
2653
+ tagIds?: string | Array<string> | undefined;
2654
+ comments?: string | null | undefined;
120
2655
  expiresAt?: string | null | undefined;
121
2656
  expiredUrl?: string | null | undefined;
122
2657
  password?: string | null | undefined;
@@ -127,11 +2662,7 @@ export namespace CreateLinkRequestBody$ {
127
2662
  rewrite?: boolean | undefined;
128
2663
  ios?: string | null | undefined;
129
2664
  android?: string | null | undefined;
130
- geo?: Record<string, string> | null | undefined;
131
- publicStats?: boolean | undefined;
132
- tagId?: string | null | undefined;
133
- tagIds?: string | Array<string> | undefined;
134
- comments?: string | null | undefined;
2665
+ geo?: Geo$.Inbound | null | undefined;
135
2666
  };
136
2667
 
137
2668
  export const inboundSchema: z.ZodType<CreateLinkRequestBody, z.ZodTypeDef, Inbound> = z
@@ -141,6 +2672,10 @@ export namespace CreateLinkRequestBody$ {
141
2672
  prefix: z.string().optional(),
142
2673
  url: z.string(),
143
2674
  archived: z.boolean().default(false),
2675
+ publicStats: z.boolean().default(false),
2676
+ tagId: z.nullable(z.string()).optional(),
2677
+ tagIds: z.union([z.string(), z.array(z.string())]).optional(),
2678
+ comments: z.nullable(z.string()).optional(),
144
2679
  expiresAt: z.nullable(z.string()).optional(),
145
2680
  expiredUrl: z.nullable(z.string()).optional(),
146
2681
  password: z.nullable(z.string()).optional(),
@@ -151,11 +2686,7 @@ export namespace CreateLinkRequestBody$ {
151
2686
  rewrite: z.boolean().default(false),
152
2687
  ios: z.nullable(z.string()).optional(),
153
2688
  android: z.nullable(z.string()).optional(),
154
- geo: z.nullable(z.record(z.string())).optional(),
155
- publicStats: z.boolean().default(false),
156
- tagId: z.nullable(z.string()).optional(),
157
- tagIds: z.union([z.string(), z.array(z.string())]).optional(),
158
- comments: z.nullable(z.string()).optional(),
2689
+ geo: z.nullable(z.lazy(() => Geo$.inboundSchema)).optional(),
159
2690
  })
160
2691
  .transform((v) => {
161
2692
  return {
@@ -164,6 +2695,10 @@ export namespace CreateLinkRequestBody$ {
164
2695
  ...(v.prefix === undefined ? null : { prefix: v.prefix }),
165
2696
  url: v.url,
166
2697
  archived: v.archived,
2698
+ publicStats: v.publicStats,
2699
+ ...(v.tagId === undefined ? null : { tagId: v.tagId }),
2700
+ ...(v.tagIds === undefined ? null : { tagIds: v.tagIds }),
2701
+ ...(v.comments === undefined ? null : { comments: v.comments }),
167
2702
  ...(v.expiresAt === undefined ? null : { expiresAt: v.expiresAt }),
168
2703
  ...(v.expiredUrl === undefined ? null : { expiredUrl: v.expiredUrl }),
169
2704
  ...(v.password === undefined ? null : { password: v.password }),
@@ -175,10 +2710,6 @@ export namespace CreateLinkRequestBody$ {
175
2710
  ...(v.ios === undefined ? null : { ios: v.ios }),
176
2711
  ...(v.android === undefined ? null : { android: v.android }),
177
2712
  ...(v.geo === undefined ? null : { geo: v.geo }),
178
- publicStats: v.publicStats,
179
- ...(v.tagId === undefined ? null : { tagId: v.tagId }),
180
- ...(v.tagIds === undefined ? null : { tagIds: v.tagIds }),
181
- ...(v.comments === undefined ? null : { comments: v.comments }),
182
2713
  };
183
2714
  });
184
2715
 
@@ -188,6 +2719,10 @@ export namespace CreateLinkRequestBody$ {
188
2719
  prefix?: string | undefined;
189
2720
  url: string;
190
2721
  archived: boolean;
2722
+ publicStats: boolean;
2723
+ tagId?: string | null | undefined;
2724
+ tagIds?: string | Array<string> | undefined;
2725
+ comments?: string | null | undefined;
191
2726
  expiresAt?: string | null | undefined;
192
2727
  expiredUrl?: string | null | undefined;
193
2728
  password?: string | null | undefined;
@@ -198,11 +2733,7 @@ export namespace CreateLinkRequestBody$ {
198
2733
  rewrite: boolean;
199
2734
  ios?: string | null | undefined;
200
2735
  android?: string | null | undefined;
201
- geo?: Record<string, string> | null | undefined;
202
- publicStats: boolean;
203
- tagId?: string | null | undefined;
204
- tagIds?: string | Array<string> | undefined;
205
- comments?: string | null | undefined;
2736
+ geo?: Geo$.Outbound | null | undefined;
206
2737
  };
207
2738
 
208
2739
  export const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, CreateLinkRequestBody> = z
@@ -212,6 +2743,10 @@ export namespace CreateLinkRequestBody$ {
212
2743
  prefix: z.string().optional(),
213
2744
  url: z.string(),
214
2745
  archived: z.boolean().default(false),
2746
+ publicStats: z.boolean().default(false),
2747
+ tagId: z.nullable(z.string()).optional(),
2748
+ tagIds: z.union([z.string(), z.array(z.string())]).optional(),
2749
+ comments: z.nullable(z.string()).optional(),
215
2750
  expiresAt: z.nullable(z.string()).optional(),
216
2751
  expiredUrl: z.nullable(z.string()).optional(),
217
2752
  password: z.nullable(z.string()).optional(),
@@ -222,11 +2757,7 @@ export namespace CreateLinkRequestBody$ {
222
2757
  rewrite: z.boolean().default(false),
223
2758
  ios: z.nullable(z.string()).optional(),
224
2759
  android: z.nullable(z.string()).optional(),
225
- geo: z.nullable(z.record(z.string())).optional(),
226
- publicStats: z.boolean().default(false),
227
- tagId: z.nullable(z.string()).optional(),
228
- tagIds: z.union([z.string(), z.array(z.string())]).optional(),
229
- comments: z.nullable(z.string()).optional(),
2760
+ geo: z.nullable(z.lazy(() => Geo$.outboundSchema)).optional(),
230
2761
  })
231
2762
  .transform((v) => {
232
2763
  return {
@@ -235,6 +2766,10 @@ export namespace CreateLinkRequestBody$ {
235
2766
  ...(v.prefix === undefined ? null : { prefix: v.prefix }),
236
2767
  url: v.url,
237
2768
  archived: v.archived,
2769
+ publicStats: v.publicStats,
2770
+ ...(v.tagId === undefined ? null : { tagId: v.tagId }),
2771
+ ...(v.tagIds === undefined ? null : { tagIds: v.tagIds }),
2772
+ ...(v.comments === undefined ? null : { comments: v.comments }),
238
2773
  ...(v.expiresAt === undefined ? null : { expiresAt: v.expiresAt }),
239
2774
  ...(v.expiredUrl === undefined ? null : { expiredUrl: v.expiredUrl }),
240
2775
  ...(v.password === undefined ? null : { password: v.password }),
@@ -246,10 +2781,6 @@ export namespace CreateLinkRequestBody$ {
246
2781
  ...(v.ios === undefined ? null : { ios: v.ios }),
247
2782
  ...(v.android === undefined ? null : { android: v.android }),
248
2783
  ...(v.geo === undefined ? null : { geo: v.geo }),
249
- publicStats: v.publicStats,
250
- ...(v.tagId === undefined ? null : { tagId: v.tagId }),
251
- ...(v.tagIds === undefined ? null : { tagIds: v.tagIds }),
252
- ...(v.comments === undefined ? null : { comments: v.comments }),
253
2784
  };
254
2785
  });
255
2786
  }