dub 0.22.3 → 0.23.1

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 (83) hide show
  1. package/.speakeasy/gen.lock +36 -6
  2. package/.speakeasy/gen.yaml +2 -1
  3. package/.speakeasy/workflow.lock +21 -0
  4. package/.speakeasy/workflow.yaml +1 -0
  5. package/README.md +18 -7
  6. package/docs/sdks/analytics/README.md +10 -10
  7. package/docs/sdks/domains/README.md +331 -0
  8. package/docs/sdks/links/README.md +17 -13
  9. package/docs/sdks/metatags/README.md +1 -1
  10. package/docs/sdks/qrcodes/README.md +1 -1
  11. package/docs/sdks/tags/README.md +2 -2
  12. package/docs/sdks/workspaces/README.md +3 -3
  13. package/lib/config.d.ts +3 -3
  14. package/lib/config.js +3 -3
  15. package/models/components/workspaceschema.d.ts +4 -4
  16. package/models/components/workspaceschema.d.ts.map +1 -1
  17. package/models/components/workspaceschema.js +2 -2
  18. package/models/components/workspaceschema.js.map +1 -1
  19. package/models/operations/adddomain.d.ts +149 -0
  20. package/models/operations/adddomain.d.ts.map +1 -0
  21. package/models/operations/adddomain.js +145 -0
  22. package/models/operations/adddomain.js.map +1 -0
  23. package/models/operations/bulkcreatelinks.d.ts +1 -751
  24. package/models/operations/bulkcreatelinks.d.ts.map +1 -1
  25. package/models/operations/bulkcreatelinks.js.map +1 -1
  26. package/models/operations/createlink.d.ts +1 -751
  27. package/models/operations/createlink.d.ts.map +1 -1
  28. package/models/operations/createlink.js.map +1 -1
  29. package/models/operations/deletedomain.d.ts +39 -0
  30. package/models/operations/deletedomain.d.ts.map +1 -0
  31. package/models/operations/deletedomain.js +75 -0
  32. package/models/operations/deletedomain.js.map +1 -0
  33. package/models/operations/editdomain.d.ts +169 -0
  34. package/models/operations/editdomain.d.ts.map +1 -0
  35. package/models/operations/editdomain.js +171 -0
  36. package/models/operations/editdomain.js.map +1 -0
  37. package/models/operations/editlink.d.ts +1 -751
  38. package/models/operations/editlink.d.ts.map +1 -1
  39. package/models/operations/editlink.js.map +1 -1
  40. package/models/operations/getmetatags.d.ts +9 -9
  41. package/models/operations/getmetatags.d.ts.map +1 -1
  42. package/models/operations/getmetatags.js +12 -12
  43. package/models/operations/getmetatags.js.map +1 -1
  44. package/models/operations/index.d.ts +6 -0
  45. package/models/operations/index.d.ts.map +1 -1
  46. package/models/operations/index.js +6 -0
  47. package/models/operations/index.js.map +1 -1
  48. package/models/operations/listdomains.d.ts +91 -0
  49. package/models/operations/listdomains.d.ts.map +1 -0
  50. package/models/operations/listdomains.js +100 -0
  51. package/models/operations/listdomains.js.map +1 -0
  52. package/models/operations/setprimarydomain.d.ts +103 -0
  53. package/models/operations/setprimarydomain.d.ts.map +1 -0
  54. package/models/operations/setprimarydomain.js +116 -0
  55. package/models/operations/setprimarydomain.js.map +1 -0
  56. package/models/operations/transferdomain.d.ts +123 -0
  57. package/models/operations/transferdomain.d.ts.map +1 -0
  58. package/models/operations/transferdomain.js +142 -0
  59. package/models/operations/transferdomain.js.map +1 -0
  60. package/package.json +2 -3
  61. package/sdk/domains.d.ts +50 -0
  62. package/sdk/domains.d.ts.map +1 -0
  63. package/sdk/domains.js +1130 -0
  64. package/sdk/domains.js.map +1 -0
  65. package/sdk/sdk.d.ts +3 -0
  66. package/sdk/sdk.d.ts.map +1 -1
  67. package/sdk/sdk.js +5 -0
  68. package/sdk/sdk.js.map +1 -1
  69. package/src/lib/config.ts +3 -3
  70. package/src/models/components/workspaceschema.ts +6 -6
  71. package/src/models/operations/adddomain.ts +244 -0
  72. package/src/models/operations/bulkcreatelinks.ts +1 -751
  73. package/src/models/operations/createlink.ts +1 -751
  74. package/src/models/operations/deletedomain.ts +84 -0
  75. package/src/models/operations/editdomain.ts +290 -0
  76. package/src/models/operations/editlink.ts +1 -751
  77. package/src/models/operations/getmetatags.ts +21 -21
  78. package/src/models/operations/index.ts +6 -0
  79. package/src/models/operations/listdomains.ts +153 -0
  80. package/src/models/operations/setprimarydomain.ts +179 -0
  81. package/src/models/operations/transferdomain.ts +224 -0
  82. package/src/sdk/domains.ts +1387 -0
  83. package/src/sdk/sdk.ts +6 -0
@@ -13,1005 +13,255 @@ export type TagIds = string | Array<string>;
13
13
  * Geo targeting information for the short link in JSON format `{[COUNTRY]: https://example.com }`.
14
14
  */
15
15
  export type Geo = {
16
- /**
17
- * The destination URL of the short link.
18
- */
19
16
  af?: string | undefined;
20
- /**
21
- * The destination URL of the short link.
22
- */
23
17
  al?: string | undefined;
24
- /**
25
- * The destination URL of the short link.
26
- */
27
18
  dz?: string | undefined;
28
- /**
29
- * The destination URL of the short link.
30
- */
31
19
  as?: string | undefined;
32
- /**
33
- * The destination URL of the short link.
34
- */
35
20
  ad?: string | undefined;
36
- /**
37
- * The destination URL of the short link.
38
- */
39
21
  ao?: string | undefined;
40
- /**
41
- * The destination URL of the short link.
42
- */
43
22
  ai?: string | undefined;
44
- /**
45
- * The destination URL of the short link.
46
- */
47
23
  aq?: string | undefined;
48
- /**
49
- * The destination URL of the short link.
50
- */
51
24
  ag?: string | undefined;
52
- /**
53
- * The destination URL of the short link.
54
- */
55
25
  ar?: string | undefined;
56
- /**
57
- * The destination URL of the short link.
58
- */
59
26
  am?: string | undefined;
60
- /**
61
- * The destination URL of the short link.
62
- */
63
27
  aw?: string | undefined;
64
- /**
65
- * The destination URL of the short link.
66
- */
67
28
  au?: string | undefined;
68
- /**
69
- * The destination URL of the short link.
70
- */
71
29
  at?: string | undefined;
72
- /**
73
- * The destination URL of the short link.
74
- */
75
30
  az?: string | undefined;
76
- /**
77
- * The destination URL of the short link.
78
- */
79
31
  bs?: string | undefined;
80
- /**
81
- * The destination URL of the short link.
82
- */
83
32
  bh?: string | undefined;
84
- /**
85
- * The destination URL of the short link.
86
- */
87
33
  bd?: string | undefined;
88
- /**
89
- * The destination URL of the short link.
90
- */
91
34
  bb?: string | undefined;
92
- /**
93
- * The destination URL of the short link.
94
- */
95
35
  by?: string | undefined;
96
- /**
97
- * The destination URL of the short link.
98
- */
99
36
  be?: string | undefined;
100
- /**
101
- * The destination URL of the short link.
102
- */
103
37
  bz?: string | undefined;
104
- /**
105
- * The destination URL of the short link.
106
- */
107
38
  bj?: string | undefined;
108
- /**
109
- * The destination URL of the short link.
110
- */
111
39
  bm?: string | undefined;
112
- /**
113
- * The destination URL of the short link.
114
- */
115
40
  bt?: string | undefined;
116
- /**
117
- * The destination URL of the short link.
118
- */
119
41
  bo?: string | undefined;
120
- /**
121
- * The destination URL of the short link.
122
- */
123
42
  ba?: string | undefined;
124
- /**
125
- * The destination URL of the short link.
126
- */
127
43
  bw?: string | undefined;
128
- /**
129
- * The destination URL of the short link.
130
- */
131
44
  bv?: string | undefined;
132
- /**
133
- * The destination URL of the short link.
134
- */
135
45
  br?: string | undefined;
136
- /**
137
- * The destination URL of the short link.
138
- */
139
46
  io?: string | undefined;
140
- /**
141
- * The destination URL of the short link.
142
- */
143
47
  bn?: string | undefined;
144
- /**
145
- * The destination URL of the short link.
146
- */
147
48
  bg?: string | undefined;
148
- /**
149
- * The destination URL of the short link.
150
- */
151
49
  bf?: string | undefined;
152
- /**
153
- * The destination URL of the short link.
154
- */
155
50
  bi?: string | undefined;
156
- /**
157
- * The destination URL of the short link.
158
- */
159
51
  kh?: string | undefined;
160
- /**
161
- * The destination URL of the short link.
162
- */
163
52
  cm?: string | undefined;
164
- /**
165
- * The destination URL of the short link.
166
- */
167
53
  ca?: string | undefined;
168
- /**
169
- * The destination URL of the short link.
170
- */
171
54
  cv?: string | undefined;
172
- /**
173
- * The destination URL of the short link.
174
- */
175
55
  ky?: string | undefined;
176
- /**
177
- * The destination URL of the short link.
178
- */
179
56
  cf?: string | undefined;
180
- /**
181
- * The destination URL of the short link.
182
- */
183
57
  td?: string | undefined;
184
- /**
185
- * The destination URL of the short link.
186
- */
187
58
  cl?: string | undefined;
188
- /**
189
- * The destination URL of the short link.
190
- */
191
59
  cn?: string | undefined;
192
- /**
193
- * The destination URL of the short link.
194
- */
195
60
  cx?: string | undefined;
196
- /**
197
- * The destination URL of the short link.
198
- */
199
61
  cc?: string | undefined;
200
- /**
201
- * The destination URL of the short link.
202
- */
203
62
  co?: string | undefined;
204
- /**
205
- * The destination URL of the short link.
206
- */
207
63
  km?: string | undefined;
208
- /**
209
- * The destination URL of the short link.
210
- */
211
64
  cg?: string | undefined;
212
- /**
213
- * The destination URL of the short link.
214
- */
215
65
  cd?: string | undefined;
216
- /**
217
- * The destination URL of the short link.
218
- */
219
66
  ck?: string | undefined;
220
- /**
221
- * The destination URL of the short link.
222
- */
223
67
  cr?: string | undefined;
224
- /**
225
- * The destination URL of the short link.
226
- */
227
68
  ci?: string | undefined;
228
- /**
229
- * The destination URL of the short link.
230
- */
231
69
  hr?: string | undefined;
232
- /**
233
- * The destination URL of the short link.
234
- */
235
70
  cu?: string | undefined;
236
- /**
237
- * The destination URL of the short link.
238
- */
239
71
  cy?: string | undefined;
240
- /**
241
- * The destination URL of the short link.
242
- */
243
72
  cz?: string | undefined;
244
- /**
245
- * The destination URL of the short link.
246
- */
247
73
  dk?: string | undefined;
248
- /**
249
- * The destination URL of the short link.
250
- */
251
74
  dj?: string | undefined;
252
- /**
253
- * The destination URL of the short link.
254
- */
255
75
  dm?: string | undefined;
256
- /**
257
- * The destination URL of the short link.
258
- */
259
76
  do?: string | undefined;
260
- /**
261
- * The destination URL of the short link.
262
- */
263
77
  ec?: string | undefined;
264
- /**
265
- * The destination URL of the short link.
266
- */
267
78
  eg?: string | undefined;
268
- /**
269
- * The destination URL of the short link.
270
- */
271
79
  sv?: string | undefined;
272
- /**
273
- * The destination URL of the short link.
274
- */
275
80
  gq?: string | undefined;
276
- /**
277
- * The destination URL of the short link.
278
- */
279
81
  er?: string | undefined;
280
- /**
281
- * The destination URL of the short link.
282
- */
283
82
  ee?: string | undefined;
284
- /**
285
- * The destination URL of the short link.
286
- */
287
83
  et?: string | undefined;
288
- /**
289
- * The destination URL of the short link.
290
- */
291
84
  fk?: string | undefined;
292
- /**
293
- * The destination URL of the short link.
294
- */
295
85
  fo?: string | undefined;
296
- /**
297
- * The destination URL of the short link.
298
- */
299
86
  fj?: string | undefined;
300
- /**
301
- * The destination URL of the short link.
302
- */
303
87
  fi?: string | undefined;
304
- /**
305
- * The destination URL of the short link.
306
- */
307
88
  fr?: string | undefined;
308
- /**
309
- * The destination URL of the short link.
310
- */
311
89
  gf?: string | undefined;
312
- /**
313
- * The destination URL of the short link.
314
- */
315
90
  pf?: string | undefined;
316
- /**
317
- * The destination URL of the short link.
318
- */
319
91
  tf?: string | undefined;
320
- /**
321
- * The destination URL of the short link.
322
- */
323
92
  ga?: string | undefined;
324
- /**
325
- * The destination URL of the short link.
326
- */
327
93
  gm?: string | undefined;
328
- /**
329
- * The destination URL of the short link.
330
- */
331
94
  ge?: string | undefined;
332
- /**
333
- * The destination URL of the short link.
334
- */
335
95
  de?: string | undefined;
336
- /**
337
- * The destination URL of the short link.
338
- */
339
96
  gh?: string | undefined;
340
- /**
341
- * The destination URL of the short link.
342
- */
343
97
  gi?: string | undefined;
344
- /**
345
- * The destination URL of the short link.
346
- */
347
98
  gr?: string | undefined;
348
- /**
349
- * The destination URL of the short link.
350
- */
351
99
  gl?: string | undefined;
352
- /**
353
- * The destination URL of the short link.
354
- */
355
100
  gd?: string | undefined;
356
- /**
357
- * The destination URL of the short link.
358
- */
359
101
  gp?: string | undefined;
360
- /**
361
- * The destination URL of the short link.
362
- */
363
102
  gu?: string | undefined;
364
- /**
365
- * The destination URL of the short link.
366
- */
367
103
  gt?: string | undefined;
368
- /**
369
- * The destination URL of the short link.
370
- */
371
104
  gn?: string | undefined;
372
- /**
373
- * The destination URL of the short link.
374
- */
375
105
  gw?: string | undefined;
376
- /**
377
- * The destination URL of the short link.
378
- */
379
106
  gy?: string | undefined;
380
- /**
381
- * The destination URL of the short link.
382
- */
383
107
  ht?: string | undefined;
384
- /**
385
- * The destination URL of the short link.
386
- */
387
108
  hm?: string | undefined;
388
- /**
389
- * The destination URL of the short link.
390
- */
391
109
  va?: string | undefined;
392
- /**
393
- * The destination URL of the short link.
394
- */
395
110
  hn?: string | undefined;
396
- /**
397
- * The destination URL of the short link.
398
- */
399
111
  hk?: string | undefined;
400
- /**
401
- * The destination URL of the short link.
402
- */
403
112
  hu?: string | undefined;
404
- /**
405
- * The destination URL of the short link.
406
- */
407
113
  is?: string | undefined;
408
- /**
409
- * The destination URL of the short link.
410
- */
411
114
  in?: string | undefined;
412
- /**
413
- * The destination URL of the short link.
414
- */
415
115
  id?: string | undefined;
416
- /**
417
- * The destination URL of the short link.
418
- */
419
116
  ir?: string | undefined;
420
- /**
421
- * The destination URL of the short link.
422
- */
423
117
  iq?: string | undefined;
424
- /**
425
- * The destination URL of the short link.
426
- */
427
118
  ie?: string | undefined;
428
- /**
429
- * The destination URL of the short link.
430
- */
431
119
  il?: string | undefined;
432
- /**
433
- * The destination URL of the short link.
434
- */
435
120
  it?: string | undefined;
436
- /**
437
- * The destination URL of the short link.
438
- */
439
121
  jm?: string | undefined;
440
- /**
441
- * The destination URL of the short link.
442
- */
443
122
  jp?: string | undefined;
444
- /**
445
- * The destination URL of the short link.
446
- */
447
123
  jo?: string | undefined;
448
- /**
449
- * The destination URL of the short link.
450
- */
451
124
  kz?: string | undefined;
452
- /**
453
- * The destination URL of the short link.
454
- */
455
125
  ke?: string | undefined;
456
- /**
457
- * The destination URL of the short link.
458
- */
459
126
  ki?: string | undefined;
460
- /**
461
- * The destination URL of the short link.
462
- */
463
127
  kp?: string | undefined;
464
- /**
465
- * The destination URL of the short link.
466
- */
467
128
  kr?: string | undefined;
468
- /**
469
- * The destination URL of the short link.
470
- */
471
129
  kw?: string | undefined;
472
- /**
473
- * The destination URL of the short link.
474
- */
475
130
  kg?: string | undefined;
476
- /**
477
- * The destination URL of the short link.
478
- */
479
131
  la?: string | undefined;
480
- /**
481
- * The destination URL of the short link.
482
- */
483
132
  lv?: string | undefined;
484
- /**
485
- * The destination URL of the short link.
486
- */
487
133
  lb?: string | undefined;
488
- /**
489
- * The destination URL of the short link.
490
- */
491
134
  ls?: string | undefined;
492
- /**
493
- * The destination URL of the short link.
494
- */
495
135
  lr?: string | undefined;
496
- /**
497
- * The destination URL of the short link.
498
- */
499
136
  ly?: string | undefined;
500
- /**
501
- * The destination URL of the short link.
502
- */
503
137
  li?: string | undefined;
504
- /**
505
- * The destination URL of the short link.
506
- */
507
138
  lt?: string | undefined;
508
- /**
509
- * The destination URL of the short link.
510
- */
511
139
  lu?: string | undefined;
512
- /**
513
- * The destination URL of the short link.
514
- */
515
140
  mo?: string | undefined;
516
- /**
517
- * The destination URL of the short link.
518
- */
519
141
  mg?: string | undefined;
520
- /**
521
- * The destination URL of the short link.
522
- */
523
142
  mw?: string | undefined;
524
- /**
525
- * The destination URL of the short link.
526
- */
527
143
  my?: string | undefined;
528
- /**
529
- * The destination URL of the short link.
530
- */
531
144
  mv?: string | undefined;
532
- /**
533
- * The destination URL of the short link.
534
- */
535
145
  ml?: string | undefined;
536
- /**
537
- * The destination URL of the short link.
538
- */
539
146
  mt?: string | undefined;
540
- /**
541
- * The destination URL of the short link.
542
- */
543
147
  mh?: string | undefined;
544
- /**
545
- * The destination URL of the short link.
546
- */
547
148
  mq?: string | undefined;
548
- /**
549
- * The destination URL of the short link.
550
- */
551
149
  mr?: string | undefined;
552
- /**
553
- * The destination URL of the short link.
554
- */
555
150
  mu?: string | undefined;
556
- /**
557
- * The destination URL of the short link.
558
- */
559
151
  yt?: string | undefined;
560
- /**
561
- * The destination URL of the short link.
562
- */
563
152
  mx?: string | undefined;
564
- /**
565
- * The destination URL of the short link.
566
- */
567
153
  fm?: string | undefined;
568
- /**
569
- * The destination URL of the short link.
570
- */
571
154
  md?: string | undefined;
572
- /**
573
- * The destination URL of the short link.
574
- */
575
155
  mc?: string | undefined;
576
- /**
577
- * The destination URL of the short link.
578
- */
579
156
  mn?: string | undefined;
580
- /**
581
- * The destination URL of the short link.
582
- */
583
157
  ms?: string | undefined;
584
- /**
585
- * The destination URL of the short link.
586
- */
587
158
  ma?: string | undefined;
588
- /**
589
- * The destination URL of the short link.
590
- */
591
159
  mz?: string | undefined;
592
- /**
593
- * The destination URL of the short link.
594
- */
595
160
  mm?: string | undefined;
596
- /**
597
- * The destination URL of the short link.
598
- */
599
161
  na?: string | undefined;
600
- /**
601
- * The destination URL of the short link.
602
- */
603
162
  nr?: string | undefined;
604
- /**
605
- * The destination URL of the short link.
606
- */
607
163
  np?: string | undefined;
608
- /**
609
- * The destination URL of the short link.
610
- */
611
164
  nl?: string | undefined;
612
- /**
613
- * The destination URL of the short link.
614
- */
615
165
  nc?: string | undefined;
616
- /**
617
- * The destination URL of the short link.
618
- */
619
166
  nz?: string | undefined;
620
- /**
621
- * The destination URL of the short link.
622
- */
623
167
  ni?: string | undefined;
624
- /**
625
- * The destination URL of the short link.
626
- */
627
168
  ne?: string | undefined;
628
- /**
629
- * The destination URL of the short link.
630
- */
631
169
  ng?: string | undefined;
632
- /**
633
- * The destination URL of the short link.
634
- */
635
170
  nu?: string | undefined;
636
- /**
637
- * The destination URL of the short link.
638
- */
639
171
  nf?: string | undefined;
640
- /**
641
- * The destination URL of the short link.
642
- */
643
172
  mk?: string | undefined;
644
- /**
645
- * The destination URL of the short link.
646
- */
647
173
  mp?: string | undefined;
648
- /**
649
- * The destination URL of the short link.
650
- */
651
174
  no?: string | undefined;
652
- /**
653
- * The destination URL of the short link.
654
- */
655
175
  om?: string | undefined;
656
- /**
657
- * The destination URL of the short link.
658
- */
659
176
  pk?: string | undefined;
660
- /**
661
- * The destination URL of the short link.
662
- */
663
177
  pw?: string | undefined;
664
- /**
665
- * The destination URL of the short link.
666
- */
667
178
  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
- */
179
+ pa?: string | undefined;
675
180
  pg?: string | undefined;
676
- /**
677
- * The destination URL of the short link.
678
- */
679
181
  py?: string | undefined;
680
- /**
681
- * The destination URL of the short link.
682
- */
683
182
  pe?: string | undefined;
684
- /**
685
- * The destination URL of the short link.
686
- */
687
183
  ph?: string | undefined;
688
- /**
689
- * The destination URL of the short link.
690
- */
691
184
  pn?: string | undefined;
692
- /**
693
- * The destination URL of the short link.
694
- */
695
185
  pl?: string | undefined;
696
- /**
697
- * The destination URL of the short link.
698
- */
699
186
  pt?: string | undefined;
700
- /**
701
- * The destination URL of the short link.
702
- */
703
187
  pr?: string | undefined;
704
- /**
705
- * The destination URL of the short link.
706
- */
707
188
  qa?: string | undefined;
708
- /**
709
- * The destination URL of the short link.
710
- */
711
189
  re?: string | undefined;
712
- /**
713
- * The destination URL of the short link.
714
- */
715
190
  ro?: string | undefined;
716
- /**
717
- * The destination URL of the short link.
718
- */
719
191
  ru?: string | undefined;
720
- /**
721
- * The destination URL of the short link.
722
- */
723
192
  rw?: string | undefined;
724
- /**
725
- * The destination URL of the short link.
726
- */
727
193
  sh?: string | undefined;
728
- /**
729
- * The destination URL of the short link.
730
- */
731
194
  kn?: string | undefined;
732
- /**
733
- * The destination URL of the short link.
734
- */
735
195
  lc?: string | undefined;
736
- /**
737
- * The destination URL of the short link.
738
- */
739
196
  pm?: string | undefined;
740
- /**
741
- * The destination URL of the short link.
742
- */
743
197
  vc?: string | undefined;
744
- /**
745
- * The destination URL of the short link.
746
- */
747
198
  ws?: string | undefined;
748
- /**
749
- * The destination URL of the short link.
750
- */
751
199
  sm?: string | undefined;
752
- /**
753
- * The destination URL of the short link.
754
- */
755
200
  st?: string | undefined;
756
- /**
757
- * The destination URL of the short link.
758
- */
759
201
  sa?: string | undefined;
760
- /**
761
- * The destination URL of the short link.
762
- */
763
202
  sn?: string | undefined;
764
- /**
765
- * The destination URL of the short link.
766
- */
767
203
  sc?: string | undefined;
768
- /**
769
- * The destination URL of the short link.
770
- */
771
204
  sl?: string | undefined;
772
- /**
773
- * The destination URL of the short link.
774
- */
775
205
  sg?: string | undefined;
776
- /**
777
- * The destination URL of the short link.
778
- */
779
206
  sk?: string | undefined;
780
- /**
781
- * The destination URL of the short link.
782
- */
783
207
  si?: string | undefined;
784
- /**
785
- * The destination URL of the short link.
786
- */
787
208
  sb?: string | undefined;
788
- /**
789
- * The destination URL of the short link.
790
- */
791
209
  so?: string | undefined;
792
- /**
793
- * The destination URL of the short link.
794
- */
795
210
  za?: string | undefined;
796
- /**
797
- * The destination URL of the short link.
798
- */
799
211
  gs?: string | undefined;
800
- /**
801
- * The destination URL of the short link.
802
- */
803
212
  es?: string | undefined;
804
- /**
805
- * The destination URL of the short link.
806
- */
807
213
  lk?: string | undefined;
808
- /**
809
- * The destination URL of the short link.
810
- */
811
214
  sd?: string | undefined;
812
- /**
813
- * The destination URL of the short link.
814
- */
815
215
  sr?: string | undefined;
816
- /**
817
- * The destination URL of the short link.
818
- */
819
216
  sj?: string | undefined;
820
- /**
821
- * The destination URL of the short link.
822
- */
823
217
  sz?: string | undefined;
824
- /**
825
- * The destination URL of the short link.
826
- */
827
218
  se?: string | undefined;
828
- /**
829
- * The destination URL of the short link.
830
- */
831
219
  ch?: string | undefined;
832
- /**
833
- * The destination URL of the short link.
834
- */
835
220
  sy?: string | undefined;
836
- /**
837
- * The destination URL of the short link.
838
- */
839
221
  tw?: string | undefined;
840
- /**
841
- * The destination URL of the short link.
842
- */
843
222
  tj?: string | undefined;
844
- /**
845
- * The destination URL of the short link.
846
- */
847
223
  tz?: string | undefined;
848
- /**
849
- * The destination URL of the short link.
850
- */
851
224
  th?: string | undefined;
852
- /**
853
- * The destination URL of the short link.
854
- */
855
225
  tl?: string | undefined;
856
- /**
857
- * The destination URL of the short link.
858
- */
859
226
  tg?: string | undefined;
860
- /**
861
- * The destination URL of the short link.
862
- */
863
227
  tk?: string | undefined;
864
- /**
865
- * The destination URL of the short link.
866
- */
867
228
  to?: string | undefined;
868
- /**
869
- * The destination URL of the short link.
870
- */
871
229
  tt?: string | undefined;
872
- /**
873
- * The destination URL of the short link.
874
- */
875
230
  tn?: string | undefined;
876
- /**
877
- * The destination URL of the short link.
878
- */
879
231
  tr?: string | undefined;
880
- /**
881
- * The destination URL of the short link.
882
- */
883
232
  tm?: string | undefined;
884
- /**
885
- * The destination URL of the short link.
886
- */
887
233
  tc?: string | undefined;
888
- /**
889
- * The destination URL of the short link.
890
- */
891
234
  tv?: string | undefined;
892
- /**
893
- * The destination URL of the short link.
894
- */
895
235
  ug?: string | undefined;
896
- /**
897
- * The destination URL of the short link.
898
- */
899
236
  ua?: string | undefined;
900
- /**
901
- * The destination URL of the short link.
902
- */
903
237
  ae?: string | undefined;
904
- /**
905
- * The destination URL of the short link.
906
- */
907
238
  gb?: string | undefined;
908
- /**
909
- * The destination URL of the short link.
910
- */
911
239
  us?: string | undefined;
912
- /**
913
- * The destination URL of the short link.
914
- */
915
240
  um?: string | undefined;
916
- /**
917
- * The destination URL of the short link.
918
- */
919
241
  uy?: string | undefined;
920
- /**
921
- * The destination URL of the short link.
922
- */
923
242
  uz?: string | undefined;
924
- /**
925
- * The destination URL of the short link.
926
- */
927
243
  vu?: string | undefined;
928
- /**
929
- * The destination URL of the short link.
930
- */
931
244
  ve?: string | undefined;
932
- /**
933
- * The destination URL of the short link.
934
- */
935
245
  vn?: string | undefined;
936
- /**
937
- * The destination URL of the short link.
938
- */
939
246
  vg?: string | undefined;
940
- /**
941
- * The destination URL of the short link.
942
- */
943
247
  vi?: string | undefined;
944
- /**
945
- * The destination URL of the short link.
946
- */
947
248
  wf?: string | undefined;
948
- /**
949
- * The destination URL of the short link.
950
- */
951
249
  eh?: string | undefined;
952
- /**
953
- * The destination URL of the short link.
954
- */
955
250
  ye?: string | undefined;
956
- /**
957
- * The destination URL of the short link.
958
- */
959
251
  zm?: string | undefined;
960
- /**
961
- * The destination URL of the short link.
962
- */
963
252
  zw?: string | undefined;
964
- /**
965
- * The destination URL of the short link.
966
- */
967
253
  ax?: string | undefined;
968
- /**
969
- * The destination URL of the short link.
970
- */
971
254
  bq?: string | undefined;
972
- /**
973
- * The destination URL of the short link.
974
- */
975
255
  cw?: string | undefined;
976
- /**
977
- * The destination URL of the short link.
978
- */
979
256
  gg?: string | undefined;
980
- /**
981
- * The destination URL of the short link.
982
- */
983
257
  im?: string | undefined;
984
- /**
985
- * The destination URL of the short link.
986
- */
987
258
  je?: string | undefined;
988
- /**
989
- * The destination URL of the short link.
990
- */
991
259
  me?: string | undefined;
992
- /**
993
- * The destination URL of the short link.
994
- */
995
260
  bl?: string | undefined;
996
- /**
997
- * The destination URL of the short link.
998
- */
999
261
  mf?: string | undefined;
1000
- /**
1001
- * The destination URL of the short link.
1002
- */
1003
262
  rs?: string | undefined;
1004
- /**
1005
- * The destination URL of the short link.
1006
- */
1007
263
  sx?: string | undefined;
1008
- /**
1009
- * The destination URL of the short link.
1010
- */
1011
264
  ss?: string | undefined;
1012
- /**
1013
- * The destination URL of the short link.
1014
- */
1015
265
  xk?: string | undefined;
1016
266
  };
1017
267