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