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
@@ -3,6 +3,1011 @@ import * as z from "zod";
3
3
  * The unique IDs of the tags assigned to the short link.
4
4
  */
5
5
  export type BulkCreateLinksTagIds = string | Array<string>;
6
+ /**
7
+ * Geo targeting information for the short link in JSON format `{[COUNTRY]: https://example.com }`.
8
+ */
9
+ export type BulkCreateLinksGeo = {
10
+ /**
11
+ * The destination URL of the short link.
12
+ */
13
+ af?: string | undefined;
14
+ /**
15
+ * The destination URL of the short link.
16
+ */
17
+ al?: string | undefined;
18
+ /**
19
+ * The destination URL of the short link.
20
+ */
21
+ dz?: string | undefined;
22
+ /**
23
+ * The destination URL of the short link.
24
+ */
25
+ as?: string | undefined;
26
+ /**
27
+ * The destination URL of the short link.
28
+ */
29
+ ad?: string | undefined;
30
+ /**
31
+ * The destination URL of the short link.
32
+ */
33
+ ao?: string | undefined;
34
+ /**
35
+ * The destination URL of the short link.
36
+ */
37
+ ai?: string | undefined;
38
+ /**
39
+ * The destination URL of the short link.
40
+ */
41
+ aq?: string | undefined;
42
+ /**
43
+ * The destination URL of the short link.
44
+ */
45
+ ag?: string | undefined;
46
+ /**
47
+ * The destination URL of the short link.
48
+ */
49
+ ar?: string | undefined;
50
+ /**
51
+ * The destination URL of the short link.
52
+ */
53
+ am?: string | undefined;
54
+ /**
55
+ * The destination URL of the short link.
56
+ */
57
+ aw?: string | undefined;
58
+ /**
59
+ * The destination URL of the short link.
60
+ */
61
+ au?: string | undefined;
62
+ /**
63
+ * The destination URL of the short link.
64
+ */
65
+ at?: string | undefined;
66
+ /**
67
+ * The destination URL of the short link.
68
+ */
69
+ az?: string | undefined;
70
+ /**
71
+ * The destination URL of the short link.
72
+ */
73
+ bs?: string | undefined;
74
+ /**
75
+ * The destination URL of the short link.
76
+ */
77
+ bh?: string | undefined;
78
+ /**
79
+ * The destination URL of the short link.
80
+ */
81
+ bd?: string | undefined;
82
+ /**
83
+ * The destination URL of the short link.
84
+ */
85
+ bb?: string | undefined;
86
+ /**
87
+ * The destination URL of the short link.
88
+ */
89
+ by?: string | undefined;
90
+ /**
91
+ * The destination URL of the short link.
92
+ */
93
+ be?: string | undefined;
94
+ /**
95
+ * The destination URL of the short link.
96
+ */
97
+ bz?: string | undefined;
98
+ /**
99
+ * The destination URL of the short link.
100
+ */
101
+ bj?: string | undefined;
102
+ /**
103
+ * The destination URL of the short link.
104
+ */
105
+ bm?: string | undefined;
106
+ /**
107
+ * The destination URL of the short link.
108
+ */
109
+ bt?: string | undefined;
110
+ /**
111
+ * The destination URL of the short link.
112
+ */
113
+ bo?: string | undefined;
114
+ /**
115
+ * The destination URL of the short link.
116
+ */
117
+ ba?: string | undefined;
118
+ /**
119
+ * The destination URL of the short link.
120
+ */
121
+ bw?: string | undefined;
122
+ /**
123
+ * The destination URL of the short link.
124
+ */
125
+ bv?: string | undefined;
126
+ /**
127
+ * The destination URL of the short link.
128
+ */
129
+ br?: string | undefined;
130
+ /**
131
+ * The destination URL of the short link.
132
+ */
133
+ io?: string | undefined;
134
+ /**
135
+ * The destination URL of the short link.
136
+ */
137
+ bn?: string | undefined;
138
+ /**
139
+ * The destination URL of the short link.
140
+ */
141
+ bg?: string | undefined;
142
+ /**
143
+ * The destination URL of the short link.
144
+ */
145
+ bf?: string | undefined;
146
+ /**
147
+ * The destination URL of the short link.
148
+ */
149
+ bi?: string | undefined;
150
+ /**
151
+ * The destination URL of the short link.
152
+ */
153
+ kh?: string | undefined;
154
+ /**
155
+ * The destination URL of the short link.
156
+ */
157
+ cm?: string | undefined;
158
+ /**
159
+ * The destination URL of the short link.
160
+ */
161
+ ca?: string | undefined;
162
+ /**
163
+ * The destination URL of the short link.
164
+ */
165
+ cv?: string | undefined;
166
+ /**
167
+ * The destination URL of the short link.
168
+ */
169
+ ky?: string | undefined;
170
+ /**
171
+ * The destination URL of the short link.
172
+ */
173
+ cf?: string | undefined;
174
+ /**
175
+ * The destination URL of the short link.
176
+ */
177
+ td?: string | undefined;
178
+ /**
179
+ * The destination URL of the short link.
180
+ */
181
+ cl?: string | undefined;
182
+ /**
183
+ * The destination URL of the short link.
184
+ */
185
+ cn?: string | undefined;
186
+ /**
187
+ * The destination URL of the short link.
188
+ */
189
+ cx?: string | undefined;
190
+ /**
191
+ * The destination URL of the short link.
192
+ */
193
+ cc?: string | undefined;
194
+ /**
195
+ * The destination URL of the short link.
196
+ */
197
+ co?: string | undefined;
198
+ /**
199
+ * The destination URL of the short link.
200
+ */
201
+ km?: string | undefined;
202
+ /**
203
+ * The destination URL of the short link.
204
+ */
205
+ cg?: string | undefined;
206
+ /**
207
+ * The destination URL of the short link.
208
+ */
209
+ cd?: string | undefined;
210
+ /**
211
+ * The destination URL of the short link.
212
+ */
213
+ ck?: string | undefined;
214
+ /**
215
+ * The destination URL of the short link.
216
+ */
217
+ cr?: string | undefined;
218
+ /**
219
+ * The destination URL of the short link.
220
+ */
221
+ ci?: string | undefined;
222
+ /**
223
+ * The destination URL of the short link.
224
+ */
225
+ hr?: string | undefined;
226
+ /**
227
+ * The destination URL of the short link.
228
+ */
229
+ cu?: string | undefined;
230
+ /**
231
+ * The destination URL of the short link.
232
+ */
233
+ cy?: string | undefined;
234
+ /**
235
+ * The destination URL of the short link.
236
+ */
237
+ cz?: string | undefined;
238
+ /**
239
+ * The destination URL of the short link.
240
+ */
241
+ dk?: string | undefined;
242
+ /**
243
+ * The destination URL of the short link.
244
+ */
245
+ dj?: string | undefined;
246
+ /**
247
+ * The destination URL of the short link.
248
+ */
249
+ dm?: string | undefined;
250
+ /**
251
+ * The destination URL of the short link.
252
+ */
253
+ do?: string | undefined;
254
+ /**
255
+ * The destination URL of the short link.
256
+ */
257
+ ec?: string | undefined;
258
+ /**
259
+ * The destination URL of the short link.
260
+ */
261
+ eg?: string | undefined;
262
+ /**
263
+ * The destination URL of the short link.
264
+ */
265
+ sv?: string | undefined;
266
+ /**
267
+ * The destination URL of the short link.
268
+ */
269
+ gq?: string | undefined;
270
+ /**
271
+ * The destination URL of the short link.
272
+ */
273
+ er?: string | undefined;
274
+ /**
275
+ * The destination URL of the short link.
276
+ */
277
+ ee?: string | undefined;
278
+ /**
279
+ * The destination URL of the short link.
280
+ */
281
+ et?: string | undefined;
282
+ /**
283
+ * The destination URL of the short link.
284
+ */
285
+ fk?: string | undefined;
286
+ /**
287
+ * The destination URL of the short link.
288
+ */
289
+ fo?: string | undefined;
290
+ /**
291
+ * The destination URL of the short link.
292
+ */
293
+ fj?: string | undefined;
294
+ /**
295
+ * The destination URL of the short link.
296
+ */
297
+ fi?: string | undefined;
298
+ /**
299
+ * The destination URL of the short link.
300
+ */
301
+ fr?: string | undefined;
302
+ /**
303
+ * The destination URL of the short link.
304
+ */
305
+ gf?: string | undefined;
306
+ /**
307
+ * The destination URL of the short link.
308
+ */
309
+ pf?: string | undefined;
310
+ /**
311
+ * The destination URL of the short link.
312
+ */
313
+ tf?: string | undefined;
314
+ /**
315
+ * The destination URL of the short link.
316
+ */
317
+ ga?: string | undefined;
318
+ /**
319
+ * The destination URL of the short link.
320
+ */
321
+ gm?: string | undefined;
322
+ /**
323
+ * The destination URL of the short link.
324
+ */
325
+ ge?: string | undefined;
326
+ /**
327
+ * The destination URL of the short link.
328
+ */
329
+ de?: string | undefined;
330
+ /**
331
+ * The destination URL of the short link.
332
+ */
333
+ gh?: string | undefined;
334
+ /**
335
+ * The destination URL of the short link.
336
+ */
337
+ gi?: string | undefined;
338
+ /**
339
+ * The destination URL of the short link.
340
+ */
341
+ gr?: string | undefined;
342
+ /**
343
+ * The destination URL of the short link.
344
+ */
345
+ gl?: string | undefined;
346
+ /**
347
+ * The destination URL of the short link.
348
+ */
349
+ gd?: string | undefined;
350
+ /**
351
+ * The destination URL of the short link.
352
+ */
353
+ gp?: string | undefined;
354
+ /**
355
+ * The destination URL of the short link.
356
+ */
357
+ gu?: string | undefined;
358
+ /**
359
+ * The destination URL of the short link.
360
+ */
361
+ gt?: string | undefined;
362
+ /**
363
+ * The destination URL of the short link.
364
+ */
365
+ gn?: string | undefined;
366
+ /**
367
+ * The destination URL of the short link.
368
+ */
369
+ gw?: string | undefined;
370
+ /**
371
+ * The destination URL of the short link.
372
+ */
373
+ gy?: string | undefined;
374
+ /**
375
+ * The destination URL of the short link.
376
+ */
377
+ ht?: string | undefined;
378
+ /**
379
+ * The destination URL of the short link.
380
+ */
381
+ hm?: string | undefined;
382
+ /**
383
+ * The destination URL of the short link.
384
+ */
385
+ va?: string | undefined;
386
+ /**
387
+ * The destination URL of the short link.
388
+ */
389
+ hn?: string | undefined;
390
+ /**
391
+ * The destination URL of the short link.
392
+ */
393
+ hk?: string | undefined;
394
+ /**
395
+ * The destination URL of the short link.
396
+ */
397
+ hu?: string | undefined;
398
+ /**
399
+ * The destination URL of the short link.
400
+ */
401
+ is?: string | undefined;
402
+ /**
403
+ * The destination URL of the short link.
404
+ */
405
+ in?: string | undefined;
406
+ /**
407
+ * The destination URL of the short link.
408
+ */
409
+ id?: string | undefined;
410
+ /**
411
+ * The destination URL of the short link.
412
+ */
413
+ ir?: string | undefined;
414
+ /**
415
+ * The destination URL of the short link.
416
+ */
417
+ iq?: string | undefined;
418
+ /**
419
+ * The destination URL of the short link.
420
+ */
421
+ ie?: string | undefined;
422
+ /**
423
+ * The destination URL of the short link.
424
+ */
425
+ il?: string | undefined;
426
+ /**
427
+ * The destination URL of the short link.
428
+ */
429
+ it?: string | undefined;
430
+ /**
431
+ * The destination URL of the short link.
432
+ */
433
+ jm?: string | undefined;
434
+ /**
435
+ * The destination URL of the short link.
436
+ */
437
+ jp?: string | undefined;
438
+ /**
439
+ * The destination URL of the short link.
440
+ */
441
+ jo?: string | undefined;
442
+ /**
443
+ * The destination URL of the short link.
444
+ */
445
+ kz?: string | undefined;
446
+ /**
447
+ * The destination URL of the short link.
448
+ */
449
+ ke?: string | undefined;
450
+ /**
451
+ * The destination URL of the short link.
452
+ */
453
+ ki?: string | undefined;
454
+ /**
455
+ * The destination URL of the short link.
456
+ */
457
+ kp?: string | undefined;
458
+ /**
459
+ * The destination URL of the short link.
460
+ */
461
+ kr?: string | undefined;
462
+ /**
463
+ * The destination URL of the short link.
464
+ */
465
+ kw?: string | undefined;
466
+ /**
467
+ * The destination URL of the short link.
468
+ */
469
+ kg?: string | undefined;
470
+ /**
471
+ * The destination URL of the short link.
472
+ */
473
+ la?: string | undefined;
474
+ /**
475
+ * The destination URL of the short link.
476
+ */
477
+ lv?: string | undefined;
478
+ /**
479
+ * The destination URL of the short link.
480
+ */
481
+ lb?: string | undefined;
482
+ /**
483
+ * The destination URL of the short link.
484
+ */
485
+ ls?: string | undefined;
486
+ /**
487
+ * The destination URL of the short link.
488
+ */
489
+ lr?: string | undefined;
490
+ /**
491
+ * The destination URL of the short link.
492
+ */
493
+ ly?: string | undefined;
494
+ /**
495
+ * The destination URL of the short link.
496
+ */
497
+ li?: string | undefined;
498
+ /**
499
+ * The destination URL of the short link.
500
+ */
501
+ lt?: string | undefined;
502
+ /**
503
+ * The destination URL of the short link.
504
+ */
505
+ lu?: string | undefined;
506
+ /**
507
+ * The destination URL of the short link.
508
+ */
509
+ mo?: string | undefined;
510
+ /**
511
+ * The destination URL of the short link.
512
+ */
513
+ mg?: string | undefined;
514
+ /**
515
+ * The destination URL of the short link.
516
+ */
517
+ mw?: string | undefined;
518
+ /**
519
+ * The destination URL of the short link.
520
+ */
521
+ my?: string | undefined;
522
+ /**
523
+ * The destination URL of the short link.
524
+ */
525
+ mv?: string | undefined;
526
+ /**
527
+ * The destination URL of the short link.
528
+ */
529
+ ml?: string | undefined;
530
+ /**
531
+ * The destination URL of the short link.
532
+ */
533
+ mt?: string | undefined;
534
+ /**
535
+ * The destination URL of the short link.
536
+ */
537
+ mh?: string | undefined;
538
+ /**
539
+ * The destination URL of the short link.
540
+ */
541
+ mq?: string | undefined;
542
+ /**
543
+ * The destination URL of the short link.
544
+ */
545
+ mr?: string | undefined;
546
+ /**
547
+ * The destination URL of the short link.
548
+ */
549
+ mu?: string | undefined;
550
+ /**
551
+ * The destination URL of the short link.
552
+ */
553
+ yt?: string | undefined;
554
+ /**
555
+ * The destination URL of the short link.
556
+ */
557
+ mx?: string | undefined;
558
+ /**
559
+ * The destination URL of the short link.
560
+ */
561
+ fm?: string | undefined;
562
+ /**
563
+ * The destination URL of the short link.
564
+ */
565
+ md?: string | undefined;
566
+ /**
567
+ * The destination URL of the short link.
568
+ */
569
+ mc?: string | undefined;
570
+ /**
571
+ * The destination URL of the short link.
572
+ */
573
+ mn?: string | undefined;
574
+ /**
575
+ * The destination URL of the short link.
576
+ */
577
+ ms?: string | undefined;
578
+ /**
579
+ * The destination URL of the short link.
580
+ */
581
+ ma?: string | undefined;
582
+ /**
583
+ * The destination URL of the short link.
584
+ */
585
+ mz?: string | undefined;
586
+ /**
587
+ * The destination URL of the short link.
588
+ */
589
+ mm?: string | undefined;
590
+ /**
591
+ * The destination URL of the short link.
592
+ */
593
+ na?: string | undefined;
594
+ /**
595
+ * The destination URL of the short link.
596
+ */
597
+ nr?: string | undefined;
598
+ /**
599
+ * The destination URL of the short link.
600
+ */
601
+ np?: string | undefined;
602
+ /**
603
+ * The destination URL of the short link.
604
+ */
605
+ nl?: string | undefined;
606
+ /**
607
+ * The destination URL of the short link.
608
+ */
609
+ nc?: string | undefined;
610
+ /**
611
+ * The destination URL of the short link.
612
+ */
613
+ nz?: string | undefined;
614
+ /**
615
+ * The destination URL of the short link.
616
+ */
617
+ ni?: string | undefined;
618
+ /**
619
+ * The destination URL of the short link.
620
+ */
621
+ ne?: string | undefined;
622
+ /**
623
+ * The destination URL of the short link.
624
+ */
625
+ ng?: string | undefined;
626
+ /**
627
+ * The destination URL of the short link.
628
+ */
629
+ nu?: string | undefined;
630
+ /**
631
+ * The destination URL of the short link.
632
+ */
633
+ nf?: string | undefined;
634
+ /**
635
+ * The destination URL of the short link.
636
+ */
637
+ mk?: string | undefined;
638
+ /**
639
+ * The destination URL of the short link.
640
+ */
641
+ mp?: string | undefined;
642
+ /**
643
+ * The destination URL of the short link.
644
+ */
645
+ no?: string | undefined;
646
+ /**
647
+ * The destination URL of the short link.
648
+ */
649
+ om?: string | undefined;
650
+ /**
651
+ * The destination URL of the short link.
652
+ */
653
+ pk?: string | undefined;
654
+ /**
655
+ * The destination URL of the short link.
656
+ */
657
+ pw?: string | undefined;
658
+ /**
659
+ * The destination URL of the short link.
660
+ */
661
+ ps?: string | undefined;
662
+ /**
663
+ * The destination URL of the short link.
664
+ */
665
+ pa?: string | undefined;
666
+ /**
667
+ * The destination URL of the short link.
668
+ */
669
+ pg?: string | undefined;
670
+ /**
671
+ * The destination URL of the short link.
672
+ */
673
+ py?: string | undefined;
674
+ /**
675
+ * The destination URL of the short link.
676
+ */
677
+ pe?: string | undefined;
678
+ /**
679
+ * The destination URL of the short link.
680
+ */
681
+ ph?: string | undefined;
682
+ /**
683
+ * The destination URL of the short link.
684
+ */
685
+ pn?: string | undefined;
686
+ /**
687
+ * The destination URL of the short link.
688
+ */
689
+ pl?: string | undefined;
690
+ /**
691
+ * The destination URL of the short link.
692
+ */
693
+ pt?: string | undefined;
694
+ /**
695
+ * The destination URL of the short link.
696
+ */
697
+ pr?: string | undefined;
698
+ /**
699
+ * The destination URL of the short link.
700
+ */
701
+ qa?: string | undefined;
702
+ /**
703
+ * The destination URL of the short link.
704
+ */
705
+ re?: string | undefined;
706
+ /**
707
+ * The destination URL of the short link.
708
+ */
709
+ ro?: string | undefined;
710
+ /**
711
+ * The destination URL of the short link.
712
+ */
713
+ ru?: string | undefined;
714
+ /**
715
+ * The destination URL of the short link.
716
+ */
717
+ rw?: string | undefined;
718
+ /**
719
+ * The destination URL of the short link.
720
+ */
721
+ sh?: string | undefined;
722
+ /**
723
+ * The destination URL of the short link.
724
+ */
725
+ kn?: string | undefined;
726
+ /**
727
+ * The destination URL of the short link.
728
+ */
729
+ lc?: string | undefined;
730
+ /**
731
+ * The destination URL of the short link.
732
+ */
733
+ pm?: string | undefined;
734
+ /**
735
+ * The destination URL of the short link.
736
+ */
737
+ vc?: string | undefined;
738
+ /**
739
+ * The destination URL of the short link.
740
+ */
741
+ ws?: string | undefined;
742
+ /**
743
+ * The destination URL of the short link.
744
+ */
745
+ sm?: string | undefined;
746
+ /**
747
+ * The destination URL of the short link.
748
+ */
749
+ st?: string | undefined;
750
+ /**
751
+ * The destination URL of the short link.
752
+ */
753
+ sa?: string | undefined;
754
+ /**
755
+ * The destination URL of the short link.
756
+ */
757
+ sn?: string | undefined;
758
+ /**
759
+ * The destination URL of the short link.
760
+ */
761
+ sc?: string | undefined;
762
+ /**
763
+ * The destination URL of the short link.
764
+ */
765
+ sl?: string | undefined;
766
+ /**
767
+ * The destination URL of the short link.
768
+ */
769
+ sg?: string | undefined;
770
+ /**
771
+ * The destination URL of the short link.
772
+ */
773
+ sk?: string | undefined;
774
+ /**
775
+ * The destination URL of the short link.
776
+ */
777
+ si?: string | undefined;
778
+ /**
779
+ * The destination URL of the short link.
780
+ */
781
+ sb?: string | undefined;
782
+ /**
783
+ * The destination URL of the short link.
784
+ */
785
+ so?: string | undefined;
786
+ /**
787
+ * The destination URL of the short link.
788
+ */
789
+ za?: string | undefined;
790
+ /**
791
+ * The destination URL of the short link.
792
+ */
793
+ gs?: string | undefined;
794
+ /**
795
+ * The destination URL of the short link.
796
+ */
797
+ es?: string | undefined;
798
+ /**
799
+ * The destination URL of the short link.
800
+ */
801
+ lk?: string | undefined;
802
+ /**
803
+ * The destination URL of the short link.
804
+ */
805
+ sd?: string | undefined;
806
+ /**
807
+ * The destination URL of the short link.
808
+ */
809
+ sr?: string | undefined;
810
+ /**
811
+ * The destination URL of the short link.
812
+ */
813
+ sj?: string | undefined;
814
+ /**
815
+ * The destination URL of the short link.
816
+ */
817
+ sz?: string | undefined;
818
+ /**
819
+ * The destination URL of the short link.
820
+ */
821
+ se?: string | undefined;
822
+ /**
823
+ * The destination URL of the short link.
824
+ */
825
+ ch?: string | undefined;
826
+ /**
827
+ * The destination URL of the short link.
828
+ */
829
+ sy?: string | undefined;
830
+ /**
831
+ * The destination URL of the short link.
832
+ */
833
+ tw?: string | undefined;
834
+ /**
835
+ * The destination URL of the short link.
836
+ */
837
+ tj?: string | undefined;
838
+ /**
839
+ * The destination URL of the short link.
840
+ */
841
+ tz?: string | undefined;
842
+ /**
843
+ * The destination URL of the short link.
844
+ */
845
+ th?: string | undefined;
846
+ /**
847
+ * The destination URL of the short link.
848
+ */
849
+ tl?: string | undefined;
850
+ /**
851
+ * The destination URL of the short link.
852
+ */
853
+ tg?: string | undefined;
854
+ /**
855
+ * The destination URL of the short link.
856
+ */
857
+ tk?: string | undefined;
858
+ /**
859
+ * The destination URL of the short link.
860
+ */
861
+ to?: string | undefined;
862
+ /**
863
+ * The destination URL of the short link.
864
+ */
865
+ tt?: string | undefined;
866
+ /**
867
+ * The destination URL of the short link.
868
+ */
869
+ tn?: string | undefined;
870
+ /**
871
+ * The destination URL of the short link.
872
+ */
873
+ tr?: string | undefined;
874
+ /**
875
+ * The destination URL of the short link.
876
+ */
877
+ tm?: string | undefined;
878
+ /**
879
+ * The destination URL of the short link.
880
+ */
881
+ tc?: string | undefined;
882
+ /**
883
+ * The destination URL of the short link.
884
+ */
885
+ tv?: string | undefined;
886
+ /**
887
+ * The destination URL of the short link.
888
+ */
889
+ ug?: string | undefined;
890
+ /**
891
+ * The destination URL of the short link.
892
+ */
893
+ ua?: string | undefined;
894
+ /**
895
+ * The destination URL of the short link.
896
+ */
897
+ ae?: string | undefined;
898
+ /**
899
+ * The destination URL of the short link.
900
+ */
901
+ gb?: string | undefined;
902
+ /**
903
+ * The destination URL of the short link.
904
+ */
905
+ us?: string | undefined;
906
+ /**
907
+ * The destination URL of the short link.
908
+ */
909
+ um?: string | undefined;
910
+ /**
911
+ * The destination URL of the short link.
912
+ */
913
+ uy?: string | undefined;
914
+ /**
915
+ * The destination URL of the short link.
916
+ */
917
+ uz?: string | undefined;
918
+ /**
919
+ * The destination URL of the short link.
920
+ */
921
+ vu?: string | undefined;
922
+ /**
923
+ * The destination URL of the short link.
924
+ */
925
+ ve?: string | undefined;
926
+ /**
927
+ * The destination URL of the short link.
928
+ */
929
+ vn?: string | undefined;
930
+ /**
931
+ * The destination URL of the short link.
932
+ */
933
+ vg?: string | undefined;
934
+ /**
935
+ * The destination URL of the short link.
936
+ */
937
+ vi?: string | undefined;
938
+ /**
939
+ * The destination URL of the short link.
940
+ */
941
+ wf?: string | undefined;
942
+ /**
943
+ * The destination URL of the short link.
944
+ */
945
+ eh?: string | undefined;
946
+ /**
947
+ * The destination URL of the short link.
948
+ */
949
+ ye?: string | undefined;
950
+ /**
951
+ * The destination URL of the short link.
952
+ */
953
+ zm?: string | undefined;
954
+ /**
955
+ * The destination URL of the short link.
956
+ */
957
+ zw?: string | undefined;
958
+ /**
959
+ * The destination URL of the short link.
960
+ */
961
+ ax?: string | undefined;
962
+ /**
963
+ * The destination URL of the short link.
964
+ */
965
+ bq?: string | undefined;
966
+ /**
967
+ * The destination URL of the short link.
968
+ */
969
+ cw?: string | undefined;
970
+ /**
971
+ * The destination URL of the short link.
972
+ */
973
+ gg?: string | undefined;
974
+ /**
975
+ * The destination URL of the short link.
976
+ */
977
+ im?: string | undefined;
978
+ /**
979
+ * The destination URL of the short link.
980
+ */
981
+ je?: string | undefined;
982
+ /**
983
+ * The destination URL of the short link.
984
+ */
985
+ me?: string | undefined;
986
+ /**
987
+ * The destination URL of the short link.
988
+ */
989
+ bl?: string | undefined;
990
+ /**
991
+ * The destination URL of the short link.
992
+ */
993
+ mf?: string | undefined;
994
+ /**
995
+ * The destination URL of the short link.
996
+ */
997
+ rs?: string | undefined;
998
+ /**
999
+ * The destination URL of the short link.
1000
+ */
1001
+ sx?: string | undefined;
1002
+ /**
1003
+ * The destination URL of the short link.
1004
+ */
1005
+ ss?: string | undefined;
1006
+ /**
1007
+ * The destination URL of the short link.
1008
+ */
1009
+ xk?: string | undefined;
1010
+ };
6
1011
  export type RequestBody = {
7
1012
  /**
8
1013
  * 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).
@@ -24,6 +1029,24 @@ export type RequestBody = {
24
1029
  * Whether the short link is archived.
25
1030
  */
26
1031
  archived?: boolean | undefined;
1032
+ /**
1033
+ * Whether the short link's stats are publicly accessible.
1034
+ */
1035
+ publicStats?: boolean | undefined;
1036
+ /**
1037
+ * The unique ID of the tag assigned to the short link. This field is deprecated – use `tagIds` instead.
1038
+ *
1039
+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
1040
+ */
1041
+ tagId?: string | null | undefined;
1042
+ /**
1043
+ * The unique IDs of the tags assigned to the short link.
1044
+ */
1045
+ tagIds?: string | Array<string> | undefined;
1046
+ /**
1047
+ * The comments for the short link.
1048
+ */
1049
+ comments?: string | null | undefined;
27
1050
  /**
28
1051
  * The date and time when the short link will expire at.
29
1052
  */
@@ -67,25 +1090,7 @@ export type RequestBody = {
67
1090
  /**
68
1091
  * Geo targeting information for the short link in JSON format `{[COUNTRY]: https://example.com }`.
69
1092
  */
70
- geo?: Record<string, string> | null | undefined;
71
- /**
72
- * Whether the short link's stats are publicly accessible.
73
- */
74
- publicStats?: boolean | undefined;
75
- /**
76
- * [DEPRECATED] (use tagIds instead): The unique ID of the tag assigned to the short link.
77
- *
78
- * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
79
- */
80
- tagId?: string | null | undefined;
81
- /**
82
- * The unique IDs of the tags assigned to the short link.
83
- */
84
- tagIds?: string | Array<string> | undefined;
85
- /**
86
- * The comments for the short link.
87
- */
88
- comments?: string | null | undefined;
1093
+ geo?: BulkCreateLinksGeo | null | undefined;
89
1094
  };
90
1095
  /** @internal */
91
1096
  export declare namespace BulkCreateLinksTagIds$ {
@@ -95,6 +1100,515 @@ export declare namespace BulkCreateLinksTagIds$ {
95
1100
  const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, BulkCreateLinksTagIds>;
96
1101
  }
97
1102
  /** @internal */
1103
+ export declare namespace BulkCreateLinksGeo$ {
1104
+ type Inbound = {
1105
+ AF?: string | undefined;
1106
+ AL?: string | undefined;
1107
+ DZ?: string | undefined;
1108
+ AS?: string | undefined;
1109
+ AD?: string | undefined;
1110
+ AO?: string | undefined;
1111
+ AI?: string | undefined;
1112
+ AQ?: string | undefined;
1113
+ AG?: string | undefined;
1114
+ AR?: string | undefined;
1115
+ AM?: string | undefined;
1116
+ AW?: string | undefined;
1117
+ AU?: string | undefined;
1118
+ AT?: string | undefined;
1119
+ AZ?: string | undefined;
1120
+ BS?: string | undefined;
1121
+ BH?: string | undefined;
1122
+ BD?: string | undefined;
1123
+ BB?: string | undefined;
1124
+ BY?: string | undefined;
1125
+ BE?: string | undefined;
1126
+ BZ?: string | undefined;
1127
+ BJ?: string | undefined;
1128
+ BM?: string | undefined;
1129
+ BT?: string | undefined;
1130
+ BO?: string | undefined;
1131
+ BA?: string | undefined;
1132
+ BW?: string | undefined;
1133
+ BV?: string | undefined;
1134
+ BR?: string | undefined;
1135
+ IO?: string | undefined;
1136
+ BN?: string | undefined;
1137
+ BG?: string | undefined;
1138
+ BF?: string | undefined;
1139
+ BI?: string | undefined;
1140
+ KH?: string | undefined;
1141
+ CM?: string | undefined;
1142
+ CA?: string | undefined;
1143
+ CV?: string | undefined;
1144
+ KY?: string | undefined;
1145
+ CF?: string | undefined;
1146
+ TD?: string | undefined;
1147
+ CL?: string | undefined;
1148
+ CN?: string | undefined;
1149
+ CX?: string | undefined;
1150
+ CC?: string | undefined;
1151
+ CO?: string | undefined;
1152
+ KM?: string | undefined;
1153
+ CG?: string | undefined;
1154
+ CD?: string | undefined;
1155
+ CK?: string | undefined;
1156
+ CR?: string | undefined;
1157
+ CI?: string | undefined;
1158
+ HR?: string | undefined;
1159
+ CU?: string | undefined;
1160
+ CY?: string | undefined;
1161
+ CZ?: string | undefined;
1162
+ DK?: string | undefined;
1163
+ DJ?: string | undefined;
1164
+ DM?: string | undefined;
1165
+ DO?: string | undefined;
1166
+ EC?: string | undefined;
1167
+ EG?: string | undefined;
1168
+ SV?: string | undefined;
1169
+ GQ?: string | undefined;
1170
+ ER?: string | undefined;
1171
+ EE?: string | undefined;
1172
+ ET?: string | undefined;
1173
+ FK?: string | undefined;
1174
+ FO?: string | undefined;
1175
+ FJ?: string | undefined;
1176
+ FI?: string | undefined;
1177
+ FR?: string | undefined;
1178
+ GF?: string | undefined;
1179
+ PF?: string | undefined;
1180
+ TF?: string | undefined;
1181
+ GA?: string | undefined;
1182
+ GM?: string | undefined;
1183
+ GE?: string | undefined;
1184
+ DE?: string | undefined;
1185
+ GH?: string | undefined;
1186
+ GI?: string | undefined;
1187
+ GR?: string | undefined;
1188
+ GL?: string | undefined;
1189
+ GD?: string | undefined;
1190
+ GP?: string | undefined;
1191
+ GU?: string | undefined;
1192
+ GT?: string | undefined;
1193
+ GN?: string | undefined;
1194
+ GW?: string | undefined;
1195
+ GY?: string | undefined;
1196
+ HT?: string | undefined;
1197
+ HM?: string | undefined;
1198
+ VA?: string | undefined;
1199
+ HN?: string | undefined;
1200
+ HK?: string | undefined;
1201
+ HU?: string | undefined;
1202
+ IS?: string | undefined;
1203
+ IN?: string | undefined;
1204
+ ID?: string | undefined;
1205
+ IR?: string | undefined;
1206
+ IQ?: string | undefined;
1207
+ IE?: string | undefined;
1208
+ IL?: string | undefined;
1209
+ IT?: string | undefined;
1210
+ JM?: string | undefined;
1211
+ JP?: string | undefined;
1212
+ JO?: string | undefined;
1213
+ KZ?: string | undefined;
1214
+ KE?: string | undefined;
1215
+ KI?: string | undefined;
1216
+ KP?: string | undefined;
1217
+ KR?: string | undefined;
1218
+ KW?: string | undefined;
1219
+ KG?: string | undefined;
1220
+ LA?: string | undefined;
1221
+ LV?: string | undefined;
1222
+ LB?: string | undefined;
1223
+ LS?: string | undefined;
1224
+ LR?: string | undefined;
1225
+ LY?: string | undefined;
1226
+ LI?: string | undefined;
1227
+ LT?: string | undefined;
1228
+ LU?: string | undefined;
1229
+ MO?: string | undefined;
1230
+ MG?: string | undefined;
1231
+ MW?: string | undefined;
1232
+ MY?: string | undefined;
1233
+ MV?: string | undefined;
1234
+ ML?: string | undefined;
1235
+ MT?: string | undefined;
1236
+ MH?: string | undefined;
1237
+ MQ?: string | undefined;
1238
+ MR?: string | undefined;
1239
+ MU?: string | undefined;
1240
+ YT?: string | undefined;
1241
+ MX?: string | undefined;
1242
+ FM?: string | undefined;
1243
+ MD?: string | undefined;
1244
+ MC?: string | undefined;
1245
+ MN?: string | undefined;
1246
+ MS?: string | undefined;
1247
+ MA?: string | undefined;
1248
+ MZ?: string | undefined;
1249
+ MM?: string | undefined;
1250
+ NA?: string | undefined;
1251
+ NR?: string | undefined;
1252
+ NP?: string | undefined;
1253
+ NL?: string | undefined;
1254
+ NC?: string | undefined;
1255
+ NZ?: string | undefined;
1256
+ NI?: string | undefined;
1257
+ NE?: string | undefined;
1258
+ NG?: string | undefined;
1259
+ NU?: string | undefined;
1260
+ NF?: string | undefined;
1261
+ MK?: string | undefined;
1262
+ MP?: string | undefined;
1263
+ NO?: string | undefined;
1264
+ OM?: string | undefined;
1265
+ PK?: string | undefined;
1266
+ PW?: string | undefined;
1267
+ PS?: string | undefined;
1268
+ PA?: string | undefined;
1269
+ PG?: string | undefined;
1270
+ PY?: string | undefined;
1271
+ PE?: string | undefined;
1272
+ PH?: string | undefined;
1273
+ PN?: string | undefined;
1274
+ PL?: string | undefined;
1275
+ PT?: string | undefined;
1276
+ PR?: string | undefined;
1277
+ QA?: string | undefined;
1278
+ RE?: string | undefined;
1279
+ RO?: string | undefined;
1280
+ RU?: string | undefined;
1281
+ RW?: string | undefined;
1282
+ SH?: string | undefined;
1283
+ KN?: string | undefined;
1284
+ LC?: string | undefined;
1285
+ PM?: string | undefined;
1286
+ VC?: string | undefined;
1287
+ WS?: string | undefined;
1288
+ SM?: string | undefined;
1289
+ ST?: string | undefined;
1290
+ SA?: string | undefined;
1291
+ SN?: string | undefined;
1292
+ SC?: string | undefined;
1293
+ SL?: string | undefined;
1294
+ SG?: string | undefined;
1295
+ SK?: string | undefined;
1296
+ SI?: string | undefined;
1297
+ SB?: string | undefined;
1298
+ SO?: string | undefined;
1299
+ ZA?: string | undefined;
1300
+ GS?: string | undefined;
1301
+ ES?: string | undefined;
1302
+ LK?: string | undefined;
1303
+ SD?: string | undefined;
1304
+ SR?: string | undefined;
1305
+ SJ?: string | undefined;
1306
+ SZ?: string | undefined;
1307
+ SE?: string | undefined;
1308
+ CH?: string | undefined;
1309
+ SY?: string | undefined;
1310
+ TW?: string | undefined;
1311
+ TJ?: string | undefined;
1312
+ TZ?: string | undefined;
1313
+ TH?: string | undefined;
1314
+ TL?: string | undefined;
1315
+ TG?: string | undefined;
1316
+ TK?: string | undefined;
1317
+ TO?: string | undefined;
1318
+ TT?: string | undefined;
1319
+ TN?: string | undefined;
1320
+ TR?: string | undefined;
1321
+ TM?: string | undefined;
1322
+ TC?: string | undefined;
1323
+ TV?: string | undefined;
1324
+ UG?: string | undefined;
1325
+ UA?: string | undefined;
1326
+ AE?: string | undefined;
1327
+ GB?: string | undefined;
1328
+ US?: string | undefined;
1329
+ UM?: string | undefined;
1330
+ UY?: string | undefined;
1331
+ UZ?: string | undefined;
1332
+ VU?: string | undefined;
1333
+ VE?: string | undefined;
1334
+ VN?: string | undefined;
1335
+ VG?: string | undefined;
1336
+ VI?: string | undefined;
1337
+ WF?: string | undefined;
1338
+ EH?: string | undefined;
1339
+ YE?: string | undefined;
1340
+ ZM?: string | undefined;
1341
+ ZW?: string | undefined;
1342
+ AX?: string | undefined;
1343
+ BQ?: string | undefined;
1344
+ CW?: string | undefined;
1345
+ GG?: string | undefined;
1346
+ IM?: string | undefined;
1347
+ JE?: string | undefined;
1348
+ ME?: string | undefined;
1349
+ BL?: string | undefined;
1350
+ MF?: string | undefined;
1351
+ RS?: string | undefined;
1352
+ SX?: string | undefined;
1353
+ SS?: string | undefined;
1354
+ XK?: string | undefined;
1355
+ };
1356
+ const inboundSchema: z.ZodType<BulkCreateLinksGeo, z.ZodTypeDef, Inbound>;
1357
+ type Outbound = {
1358
+ AF?: string | undefined;
1359
+ AL?: string | undefined;
1360
+ DZ?: string | undefined;
1361
+ AS?: string | undefined;
1362
+ AD?: string | undefined;
1363
+ AO?: string | undefined;
1364
+ AI?: string | undefined;
1365
+ AQ?: string | undefined;
1366
+ AG?: string | undefined;
1367
+ AR?: string | undefined;
1368
+ AM?: string | undefined;
1369
+ AW?: string | undefined;
1370
+ AU?: string | undefined;
1371
+ AT?: string | undefined;
1372
+ AZ?: string | undefined;
1373
+ BS?: string | undefined;
1374
+ BH?: string | undefined;
1375
+ BD?: string | undefined;
1376
+ BB?: string | undefined;
1377
+ BY?: string | undefined;
1378
+ BE?: string | undefined;
1379
+ BZ?: string | undefined;
1380
+ BJ?: string | undefined;
1381
+ BM?: string | undefined;
1382
+ BT?: string | undefined;
1383
+ BO?: string | undefined;
1384
+ BA?: string | undefined;
1385
+ BW?: string | undefined;
1386
+ BV?: string | undefined;
1387
+ BR?: string | undefined;
1388
+ IO?: string | undefined;
1389
+ BN?: string | undefined;
1390
+ BG?: string | undefined;
1391
+ BF?: string | undefined;
1392
+ BI?: string | undefined;
1393
+ KH?: string | undefined;
1394
+ CM?: string | undefined;
1395
+ CA?: string | undefined;
1396
+ CV?: string | undefined;
1397
+ KY?: string | undefined;
1398
+ CF?: string | undefined;
1399
+ TD?: string | undefined;
1400
+ CL?: string | undefined;
1401
+ CN?: string | undefined;
1402
+ CX?: string | undefined;
1403
+ CC?: string | undefined;
1404
+ CO?: string | undefined;
1405
+ KM?: string | undefined;
1406
+ CG?: string | undefined;
1407
+ CD?: string | undefined;
1408
+ CK?: string | undefined;
1409
+ CR?: string | undefined;
1410
+ CI?: string | undefined;
1411
+ HR?: string | undefined;
1412
+ CU?: string | undefined;
1413
+ CY?: string | undefined;
1414
+ CZ?: string | undefined;
1415
+ DK?: string | undefined;
1416
+ DJ?: string | undefined;
1417
+ DM?: string | undefined;
1418
+ DO?: string | undefined;
1419
+ EC?: string | undefined;
1420
+ EG?: string | undefined;
1421
+ SV?: string | undefined;
1422
+ GQ?: string | undefined;
1423
+ ER?: string | undefined;
1424
+ EE?: string | undefined;
1425
+ ET?: string | undefined;
1426
+ FK?: string | undefined;
1427
+ FO?: string | undefined;
1428
+ FJ?: string | undefined;
1429
+ FI?: string | undefined;
1430
+ FR?: string | undefined;
1431
+ GF?: string | undefined;
1432
+ PF?: string | undefined;
1433
+ TF?: string | undefined;
1434
+ GA?: string | undefined;
1435
+ GM?: string | undefined;
1436
+ GE?: string | undefined;
1437
+ DE?: string | undefined;
1438
+ GH?: string | undefined;
1439
+ GI?: string | undefined;
1440
+ GR?: string | undefined;
1441
+ GL?: string | undefined;
1442
+ GD?: string | undefined;
1443
+ GP?: string | undefined;
1444
+ GU?: string | undefined;
1445
+ GT?: string | undefined;
1446
+ GN?: string | undefined;
1447
+ GW?: string | undefined;
1448
+ GY?: string | undefined;
1449
+ HT?: string | undefined;
1450
+ HM?: string | undefined;
1451
+ VA?: string | undefined;
1452
+ HN?: string | undefined;
1453
+ HK?: string | undefined;
1454
+ HU?: string | undefined;
1455
+ IS?: string | undefined;
1456
+ IN?: string | undefined;
1457
+ ID?: string | undefined;
1458
+ IR?: string | undefined;
1459
+ IQ?: string | undefined;
1460
+ IE?: string | undefined;
1461
+ IL?: string | undefined;
1462
+ IT?: string | undefined;
1463
+ JM?: string | undefined;
1464
+ JP?: string | undefined;
1465
+ JO?: string | undefined;
1466
+ KZ?: string | undefined;
1467
+ KE?: string | undefined;
1468
+ KI?: string | undefined;
1469
+ KP?: string | undefined;
1470
+ KR?: string | undefined;
1471
+ KW?: string | undefined;
1472
+ KG?: string | undefined;
1473
+ LA?: string | undefined;
1474
+ LV?: string | undefined;
1475
+ LB?: string | undefined;
1476
+ LS?: string | undefined;
1477
+ LR?: string | undefined;
1478
+ LY?: string | undefined;
1479
+ LI?: string | undefined;
1480
+ LT?: string | undefined;
1481
+ LU?: string | undefined;
1482
+ MO?: string | undefined;
1483
+ MG?: string | undefined;
1484
+ MW?: string | undefined;
1485
+ MY?: string | undefined;
1486
+ MV?: string | undefined;
1487
+ ML?: string | undefined;
1488
+ MT?: string | undefined;
1489
+ MH?: string | undefined;
1490
+ MQ?: string | undefined;
1491
+ MR?: string | undefined;
1492
+ MU?: string | undefined;
1493
+ YT?: string | undefined;
1494
+ MX?: string | undefined;
1495
+ FM?: string | undefined;
1496
+ MD?: string | undefined;
1497
+ MC?: string | undefined;
1498
+ MN?: string | undefined;
1499
+ MS?: string | undefined;
1500
+ MA?: string | undefined;
1501
+ MZ?: string | undefined;
1502
+ MM?: string | undefined;
1503
+ NA?: string | undefined;
1504
+ NR?: string | undefined;
1505
+ NP?: string | undefined;
1506
+ NL?: string | undefined;
1507
+ NC?: string | undefined;
1508
+ NZ?: string | undefined;
1509
+ NI?: string | undefined;
1510
+ NE?: string | undefined;
1511
+ NG?: string | undefined;
1512
+ NU?: string | undefined;
1513
+ NF?: string | undefined;
1514
+ MK?: string | undefined;
1515
+ MP?: string | undefined;
1516
+ NO?: string | undefined;
1517
+ OM?: string | undefined;
1518
+ PK?: string | undefined;
1519
+ PW?: string | undefined;
1520
+ PS?: string | undefined;
1521
+ PA?: string | undefined;
1522
+ PG?: string | undefined;
1523
+ PY?: string | undefined;
1524
+ PE?: string | undefined;
1525
+ PH?: string | undefined;
1526
+ PN?: string | undefined;
1527
+ PL?: string | undefined;
1528
+ PT?: string | undefined;
1529
+ PR?: string | undefined;
1530
+ QA?: string | undefined;
1531
+ RE?: string | undefined;
1532
+ RO?: string | undefined;
1533
+ RU?: string | undefined;
1534
+ RW?: string | undefined;
1535
+ SH?: string | undefined;
1536
+ KN?: string | undefined;
1537
+ LC?: string | undefined;
1538
+ PM?: string | undefined;
1539
+ VC?: string | undefined;
1540
+ WS?: string | undefined;
1541
+ SM?: string | undefined;
1542
+ ST?: string | undefined;
1543
+ SA?: string | undefined;
1544
+ SN?: string | undefined;
1545
+ SC?: string | undefined;
1546
+ SL?: string | undefined;
1547
+ SG?: string | undefined;
1548
+ SK?: string | undefined;
1549
+ SI?: string | undefined;
1550
+ SB?: string | undefined;
1551
+ SO?: string | undefined;
1552
+ ZA?: string | undefined;
1553
+ GS?: string | undefined;
1554
+ ES?: string | undefined;
1555
+ LK?: string | undefined;
1556
+ SD?: string | undefined;
1557
+ SR?: string | undefined;
1558
+ SJ?: string | undefined;
1559
+ SZ?: string | undefined;
1560
+ SE?: string | undefined;
1561
+ CH?: string | undefined;
1562
+ SY?: string | undefined;
1563
+ TW?: string | undefined;
1564
+ TJ?: string | undefined;
1565
+ TZ?: string | undefined;
1566
+ TH?: string | undefined;
1567
+ TL?: string | undefined;
1568
+ TG?: string | undefined;
1569
+ TK?: string | undefined;
1570
+ TO?: string | undefined;
1571
+ TT?: string | undefined;
1572
+ TN?: string | undefined;
1573
+ TR?: string | undefined;
1574
+ TM?: string | undefined;
1575
+ TC?: string | undefined;
1576
+ TV?: string | undefined;
1577
+ UG?: string | undefined;
1578
+ UA?: string | undefined;
1579
+ AE?: string | undefined;
1580
+ GB?: string | undefined;
1581
+ US?: string | undefined;
1582
+ UM?: string | undefined;
1583
+ UY?: string | undefined;
1584
+ UZ?: string | undefined;
1585
+ VU?: string | undefined;
1586
+ VE?: string | undefined;
1587
+ VN?: string | undefined;
1588
+ VG?: string | undefined;
1589
+ VI?: string | undefined;
1590
+ WF?: string | undefined;
1591
+ EH?: string | undefined;
1592
+ YE?: string | undefined;
1593
+ ZM?: string | undefined;
1594
+ ZW?: string | undefined;
1595
+ AX?: string | undefined;
1596
+ BQ?: string | undefined;
1597
+ CW?: string | undefined;
1598
+ GG?: string | undefined;
1599
+ IM?: string | undefined;
1600
+ JE?: string | undefined;
1601
+ ME?: string | undefined;
1602
+ BL?: string | undefined;
1603
+ MF?: string | undefined;
1604
+ RS?: string | undefined;
1605
+ SX?: string | undefined;
1606
+ SS?: string | undefined;
1607
+ XK?: string | undefined;
1608
+ };
1609
+ const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, BulkCreateLinksGeo>;
1610
+ }
1611
+ /** @internal */
98
1612
  export declare namespace RequestBody$ {
99
1613
  type Inbound = {
100
1614
  domain?: string | undefined;
@@ -102,6 +1616,10 @@ export declare namespace RequestBody$ {
102
1616
  prefix?: string | undefined;
103
1617
  url: string;
104
1618
  archived?: boolean | undefined;
1619
+ publicStats?: boolean | undefined;
1620
+ tagId?: string | null | undefined;
1621
+ tagIds?: string | Array<string> | undefined;
1622
+ comments?: string | null | undefined;
105
1623
  expiresAt?: string | null | undefined;
106
1624
  expiredUrl?: string | null | undefined;
107
1625
  password?: string | null | undefined;
@@ -112,11 +1630,7 @@ export declare namespace RequestBody$ {
112
1630
  rewrite?: boolean | undefined;
113
1631
  ios?: string | null | undefined;
114
1632
  android?: string | null | undefined;
115
- geo?: Record<string, string> | null | undefined;
116
- publicStats?: boolean | undefined;
117
- tagId?: string | null | undefined;
118
- tagIds?: string | Array<string> | undefined;
119
- comments?: string | null | undefined;
1633
+ geo?: BulkCreateLinksGeo$.Inbound | null | undefined;
120
1634
  };
121
1635
  const inboundSchema: z.ZodType<RequestBody, z.ZodTypeDef, Inbound>;
122
1636
  type Outbound = {
@@ -125,6 +1639,10 @@ export declare namespace RequestBody$ {
125
1639
  prefix?: string | undefined;
126
1640
  url: string;
127
1641
  archived: boolean;
1642
+ publicStats: boolean;
1643
+ tagId?: string | null | undefined;
1644
+ tagIds?: string | Array<string> | undefined;
1645
+ comments?: string | null | undefined;
128
1646
  expiresAt?: string | null | undefined;
129
1647
  expiredUrl?: string | null | undefined;
130
1648
  password?: string | null | undefined;
@@ -135,11 +1653,7 @@ export declare namespace RequestBody$ {
135
1653
  rewrite: boolean;
136
1654
  ios?: string | null | undefined;
137
1655
  android?: string | null | undefined;
138
- geo?: Record<string, string> | null | undefined;
139
- publicStats: boolean;
140
- tagId?: string | null | undefined;
141
- tagIds?: string | Array<string> | undefined;
142
- comments?: string | null | undefined;
1656
+ geo?: BulkCreateLinksGeo$.Outbound | null | undefined;
143
1657
  };
144
1658
  const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, RequestBody>;
145
1659
  }