dub 0.22.0 → 0.22.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.speakeasy/gen.lock +14 -5
- package/.speakeasy/gen.yaml +2 -1
- package/README.md +4 -5
- package/docs/sdks/analytics/README.md +0 -10
- package/docs/sdks/links/README.md +3 -16
- package/docs/sdks/metatags/README.md +50 -0
- package/docs/sdks/qrcodes/README.md +0 -1
- package/docs/sdks/tags/README.md +0 -2
- package/docs/sdks/workspaces/README.md +0 -3
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/models/components/linkschema.d.ts +769 -5
- package/models/components/linkschema.d.ts.map +1 -1
- package/models/components/linkschema.js +1021 -3
- package/models/components/linkschema.js.map +1 -1
- package/models/components/tagschema.d.ts +22 -10
- package/models/components/tagschema.d.ts.map +1 -1
- package/models/components/tagschema.js +10 -11
- package/models/components/tagschema.js.map +1 -1
- package/models/components/workspaceschema.d.ts +34 -15
- package/models/components/workspaceschema.d.ts.map +1 -1
- package/models/components/workspaceschema.js +15 -17
- package/models/components/workspaceschema.js.map +1 -1
- package/models/errors/badrequest.d.ts +10 -4
- package/models/errors/badrequest.d.ts.map +1 -1
- package/models/errors/badrequest.js +4 -5
- package/models/errors/badrequest.js.map +1 -1
- package/models/errors/conflict.d.ts +10 -4
- package/models/errors/conflict.d.ts.map +1 -1
- package/models/errors/conflict.js +4 -5
- package/models/errors/conflict.js.map +1 -1
- package/models/errors/forbidden.d.ts +10 -4
- package/models/errors/forbidden.d.ts.map +1 -1
- package/models/errors/forbidden.js +4 -5
- package/models/errors/forbidden.js.map +1 -1
- package/models/errors/internalservererror.d.ts +10 -4
- package/models/errors/internalservererror.d.ts.map +1 -1
- package/models/errors/internalservererror.js +4 -5
- package/models/errors/internalservererror.js.map +1 -1
- package/models/errors/inviteexpired.d.ts +10 -4
- package/models/errors/inviteexpired.d.ts.map +1 -1
- package/models/errors/inviteexpired.js +4 -5
- package/models/errors/inviteexpired.js.map +1 -1
- package/models/errors/notfound.d.ts +10 -4
- package/models/errors/notfound.d.ts.map +1 -1
- package/models/errors/notfound.js +4 -5
- package/models/errors/notfound.js.map +1 -1
- package/models/errors/ratelimitexceeded.d.ts +10 -4
- package/models/errors/ratelimitexceeded.d.ts.map +1 -1
- package/models/errors/ratelimitexceeded.js +4 -5
- package/models/errors/ratelimitexceeded.js.map +1 -1
- package/models/errors/unauthorized.d.ts +10 -4
- package/models/errors/unauthorized.d.ts.map +1 -1
- package/models/errors/unauthorized.js +4 -5
- package/models/errors/unauthorized.js.map +1 -1
- package/models/errors/unprocessableentity.d.ts +10 -4
- package/models/errors/unprocessableentity.d.ts.map +1 -1
- package/models/errors/unprocessableentity.js +4 -5
- package/models/errors/unprocessableentity.js.map +1 -1
- package/models/operations/bulkcreatelinks.d.ts +1543 -29
- package/models/operations/bulkcreatelinks.d.ts.map +1 -1
- package/models/operations/bulkcreatelinks.js +1037 -19
- package/models/operations/bulkcreatelinks.js.map +1 -1
- package/models/operations/createlink.d.ts +1543 -29
- package/models/operations/createlink.d.ts.map +1 -1
- package/models/operations/createlink.js +1037 -19
- package/models/operations/createlink.js.map +1 -1
- package/models/operations/createtag.d.ts +22 -10
- package/models/operations/createtag.d.ts.map +1 -1
- package/models/operations/createtag.js +10 -11
- package/models/operations/createtag.js.map +1 -1
- package/models/operations/editlink.d.ts +1543 -29
- package/models/operations/editlink.d.ts.map +1 -1
- package/models/operations/editlink.js +1037 -19
- package/models/operations/editlink.js.map +1 -1
- package/models/operations/getbrowseranalytics.d.ts +528 -262
- package/models/operations/getbrowseranalytics.d.ts.map +1 -1
- package/models/operations/getbrowseranalytics.js +262 -264
- package/models/operations/getbrowseranalytics.js.map +1 -1
- package/models/operations/getcityanalytics.d.ts +1036 -515
- package/models/operations/getcityanalytics.d.ts.map +1 -1
- package/models/operations/getcityanalytics.js +515 -518
- package/models/operations/getcityanalytics.js.map +1 -1
- package/models/operations/getclicksanalytics.d.ts +528 -262
- package/models/operations/getclicksanalytics.d.ts.map +1 -1
- package/models/operations/getclicksanalytics.js +262 -264
- package/models/operations/getclicksanalytics.js.map +1 -1
- package/models/operations/getcountryanalytics.d.ts +1036 -515
- package/models/operations/getcountryanalytics.d.ts.map +1 -1
- package/models/operations/getcountryanalytics.js +515 -518
- package/models/operations/getcountryanalytics.js.map +1 -1
- package/models/operations/getdeviceanalytics.d.ts +528 -262
- package/models/operations/getdeviceanalytics.d.ts.map +1 -1
- package/models/operations/getdeviceanalytics.js +262 -264
- package/models/operations/getdeviceanalytics.js.map +1 -1
- package/models/operations/getlinks.d.ts +15 -7
- package/models/operations/getlinks.d.ts.map +1 -1
- package/models/operations/getlinks.js +8 -9
- package/models/operations/getlinks.js.map +1 -1
- package/models/operations/getlinkscount.d.ts +15 -9
- package/models/operations/getlinkscount.d.ts.map +1 -1
- package/models/operations/getlinkscount.js +8 -10
- package/models/operations/getlinkscount.js.map +1 -1
- package/models/operations/getmetatags.d.ts +48 -0
- package/models/operations/getmetatags.d.ts.map +1 -0
- package/models/operations/getmetatags.js +83 -0
- package/models/operations/getmetatags.js.map +1 -0
- package/models/operations/getosanalytics.d.ts +528 -262
- package/models/operations/getosanalytics.d.ts.map +1 -1
- package/models/operations/getosanalytics.js +262 -264
- package/models/operations/getosanalytics.js.map +1 -1
- package/models/operations/getqrcode.d.ts +16 -7
- package/models/operations/getqrcode.d.ts.map +1 -1
- package/models/operations/getqrcode.js +9 -10
- package/models/operations/getqrcode.js.map +1 -1
- package/models/operations/getrefereranalytics.d.ts +528 -262
- package/models/operations/getrefereranalytics.d.ts.map +1 -1
- package/models/operations/getrefereranalytics.js +262 -264
- package/models/operations/getrefereranalytics.js.map +1 -1
- package/models/operations/gettimeseriesanalytics.d.ts +528 -262
- package/models/operations/gettimeseriesanalytics.d.ts.map +1 -1
- package/models/operations/gettimeseriesanalytics.js +262 -264
- package/models/operations/gettimeseriesanalytics.js.map +1 -1
- package/models/operations/gettoplinks.d.ts +528 -262
- package/models/operations/gettoplinks.d.ts.map +1 -1
- package/models/operations/gettoplinks.js +262 -264
- package/models/operations/gettoplinks.js.map +1 -1
- package/models/operations/gettopurls.d.ts +528 -262
- package/models/operations/gettopurls.d.ts.map +1 -1
- package/models/operations/gettopurls.js +262 -264
- package/models/operations/gettopurls.js.map +1 -1
- package/models/operations/index.d.ts +1 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +1 -0
- package/models/operations/index.js.map +1 -1
- package/package.json +1 -1
- package/sdk/metatags.d.ts +15 -0
- package/sdk/metatags.d.ts.map +1 -0
- package/sdk/metatags.js +117 -0
- package/sdk/metatags.js.map +1 -0
- package/sdk/sdk.d.ts +3 -0
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +5 -0
- package/sdk/sdk.js.map +1 -1
- package/src/lib/config.ts +3 -3
- package/src/models/components/linkschema.ts +1788 -7
- package/src/models/components/tagschema.ts +13 -9
- package/src/models/components/workspaceschema.ts +21 -13
- package/src/models/errors/badrequest.ts +7 -3
- package/src/models/errors/conflict.ts +7 -3
- package/src/models/errors/forbidden.ts +7 -3
- package/src/models/errors/internalservererror.ts +8 -3
- package/src/models/errors/inviteexpired.ts +7 -3
- package/src/models/errors/notfound.ts +7 -3
- package/src/models/errors/ratelimitexceeded.ts +8 -3
- package/src/models/errors/unauthorized.ts +7 -3
- package/src/models/errors/unprocessableentity.ts +8 -3
- package/src/models/operations/bulkcreatelinks.ts +2578 -47
- package/src/models/operations/createlink.ts +2578 -47
- package/src/models/operations/createtag.ts +13 -9
- package/src/models/operations/editlink.ts +2578 -47
- package/src/models/operations/getbrowseranalytics.ts +270 -260
- package/src/models/operations/getcityanalytics.ts +527 -512
- package/src/models/operations/getclicksanalytics.ts +268 -260
- package/src/models/operations/getcountryanalytics.ts +527 -512
- package/src/models/operations/getdeviceanalytics.ts +270 -260
- package/src/models/operations/getlinks.ts +12 -8
- package/src/models/operations/getlinkscount.ts +9 -7
- package/src/models/operations/getmetatags.ts +101 -0
- package/src/models/operations/getosanalytics.ts +270 -260
- package/src/models/operations/getqrcode.ts +12 -8
- package/src/models/operations/getrefereranalytics.ts +270 -260
- package/src/models/operations/gettimeseriesanalytics.ts +268 -260
- package/src/models/operations/gettoplinks.ts +270 -260
- package/src/models/operations/gettopurls.ts +270 -260
- package/src/models/operations/index.ts +1 -0
- package/src/sdk/metatags.ts +115 -0
- package/src/sdk/sdk.ts +6 -0
|
@@ -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 EditLinkTagIds = string | Array<string>;
|
|
6
|
+
/**
|
|
7
|
+
* Geo targeting information for the short link in JSON format `{[COUNTRY]: https://example.com }`.
|
|
8
|
+
*/
|
|
9
|
+
export type EditLinkGeo = {
|
|
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 EditLinkRequestBody = {
|
|
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 EditLinkRequestBody = {
|
|
|
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 EditLinkRequestBody = {
|
|
|
67
1090
|
/**
|
|
68
1091
|
* Geo targeting information for the short link in JSON format `{[COUNTRY]: https://example.com }`.
|
|
69
1092
|
*/
|
|
70
|
-
geo?:
|
|
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?: EditLinkGeo | null | undefined;
|
|
89
1094
|
};
|
|
90
1095
|
export type EditLinkRequest = {
|
|
91
1096
|
/**
|
|
@@ -102,6 +1107,515 @@ export declare namespace EditLinkTagIds$ {
|
|
|
102
1107
|
const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, EditLinkTagIds>;
|
|
103
1108
|
}
|
|
104
1109
|
/** @internal */
|
|
1110
|
+
export declare namespace EditLinkGeo$ {
|
|
1111
|
+
type Inbound = {
|
|
1112
|
+
AF?: string | undefined;
|
|
1113
|
+
AL?: string | undefined;
|
|
1114
|
+
DZ?: string | undefined;
|
|
1115
|
+
AS?: string | undefined;
|
|
1116
|
+
AD?: string | undefined;
|
|
1117
|
+
AO?: string | undefined;
|
|
1118
|
+
AI?: string | undefined;
|
|
1119
|
+
AQ?: string | undefined;
|
|
1120
|
+
AG?: string | undefined;
|
|
1121
|
+
AR?: string | undefined;
|
|
1122
|
+
AM?: string | undefined;
|
|
1123
|
+
AW?: string | undefined;
|
|
1124
|
+
AU?: string | undefined;
|
|
1125
|
+
AT?: string | undefined;
|
|
1126
|
+
AZ?: string | undefined;
|
|
1127
|
+
BS?: string | undefined;
|
|
1128
|
+
BH?: string | undefined;
|
|
1129
|
+
BD?: string | undefined;
|
|
1130
|
+
BB?: string | undefined;
|
|
1131
|
+
BY?: string | undefined;
|
|
1132
|
+
BE?: string | undefined;
|
|
1133
|
+
BZ?: string | undefined;
|
|
1134
|
+
BJ?: string | undefined;
|
|
1135
|
+
BM?: string | undefined;
|
|
1136
|
+
BT?: string | undefined;
|
|
1137
|
+
BO?: string | undefined;
|
|
1138
|
+
BA?: string | undefined;
|
|
1139
|
+
BW?: string | undefined;
|
|
1140
|
+
BV?: string | undefined;
|
|
1141
|
+
BR?: string | undefined;
|
|
1142
|
+
IO?: string | undefined;
|
|
1143
|
+
BN?: string | undefined;
|
|
1144
|
+
BG?: string | undefined;
|
|
1145
|
+
BF?: string | undefined;
|
|
1146
|
+
BI?: string | undefined;
|
|
1147
|
+
KH?: string | undefined;
|
|
1148
|
+
CM?: string | undefined;
|
|
1149
|
+
CA?: string | undefined;
|
|
1150
|
+
CV?: string | undefined;
|
|
1151
|
+
KY?: string | undefined;
|
|
1152
|
+
CF?: string | undefined;
|
|
1153
|
+
TD?: string | undefined;
|
|
1154
|
+
CL?: string | undefined;
|
|
1155
|
+
CN?: string | undefined;
|
|
1156
|
+
CX?: string | undefined;
|
|
1157
|
+
CC?: string | undefined;
|
|
1158
|
+
CO?: string | undefined;
|
|
1159
|
+
KM?: string | undefined;
|
|
1160
|
+
CG?: string | undefined;
|
|
1161
|
+
CD?: string | undefined;
|
|
1162
|
+
CK?: string | undefined;
|
|
1163
|
+
CR?: string | undefined;
|
|
1164
|
+
CI?: string | undefined;
|
|
1165
|
+
HR?: string | undefined;
|
|
1166
|
+
CU?: string | undefined;
|
|
1167
|
+
CY?: string | undefined;
|
|
1168
|
+
CZ?: string | undefined;
|
|
1169
|
+
DK?: string | undefined;
|
|
1170
|
+
DJ?: string | undefined;
|
|
1171
|
+
DM?: string | undefined;
|
|
1172
|
+
DO?: string | undefined;
|
|
1173
|
+
EC?: string | undefined;
|
|
1174
|
+
EG?: string | undefined;
|
|
1175
|
+
SV?: string | undefined;
|
|
1176
|
+
GQ?: string | undefined;
|
|
1177
|
+
ER?: string | undefined;
|
|
1178
|
+
EE?: string | undefined;
|
|
1179
|
+
ET?: string | undefined;
|
|
1180
|
+
FK?: string | undefined;
|
|
1181
|
+
FO?: string | undefined;
|
|
1182
|
+
FJ?: string | undefined;
|
|
1183
|
+
FI?: string | undefined;
|
|
1184
|
+
FR?: string | undefined;
|
|
1185
|
+
GF?: string | undefined;
|
|
1186
|
+
PF?: string | undefined;
|
|
1187
|
+
TF?: string | undefined;
|
|
1188
|
+
GA?: string | undefined;
|
|
1189
|
+
GM?: string | undefined;
|
|
1190
|
+
GE?: string | undefined;
|
|
1191
|
+
DE?: string | undefined;
|
|
1192
|
+
GH?: string | undefined;
|
|
1193
|
+
GI?: string | undefined;
|
|
1194
|
+
GR?: string | undefined;
|
|
1195
|
+
GL?: string | undefined;
|
|
1196
|
+
GD?: string | undefined;
|
|
1197
|
+
GP?: string | undefined;
|
|
1198
|
+
GU?: string | undefined;
|
|
1199
|
+
GT?: string | undefined;
|
|
1200
|
+
GN?: string | undefined;
|
|
1201
|
+
GW?: string | undefined;
|
|
1202
|
+
GY?: string | undefined;
|
|
1203
|
+
HT?: string | undefined;
|
|
1204
|
+
HM?: string | undefined;
|
|
1205
|
+
VA?: string | undefined;
|
|
1206
|
+
HN?: string | undefined;
|
|
1207
|
+
HK?: string | undefined;
|
|
1208
|
+
HU?: string | undefined;
|
|
1209
|
+
IS?: string | undefined;
|
|
1210
|
+
IN?: string | undefined;
|
|
1211
|
+
ID?: string | undefined;
|
|
1212
|
+
IR?: string | undefined;
|
|
1213
|
+
IQ?: string | undefined;
|
|
1214
|
+
IE?: string | undefined;
|
|
1215
|
+
IL?: string | undefined;
|
|
1216
|
+
IT?: string | undefined;
|
|
1217
|
+
JM?: string | undefined;
|
|
1218
|
+
JP?: string | undefined;
|
|
1219
|
+
JO?: string | undefined;
|
|
1220
|
+
KZ?: string | undefined;
|
|
1221
|
+
KE?: string | undefined;
|
|
1222
|
+
KI?: string | undefined;
|
|
1223
|
+
KP?: string | undefined;
|
|
1224
|
+
KR?: string | undefined;
|
|
1225
|
+
KW?: string | undefined;
|
|
1226
|
+
KG?: string | undefined;
|
|
1227
|
+
LA?: string | undefined;
|
|
1228
|
+
LV?: string | undefined;
|
|
1229
|
+
LB?: string | undefined;
|
|
1230
|
+
LS?: string | undefined;
|
|
1231
|
+
LR?: string | undefined;
|
|
1232
|
+
LY?: string | undefined;
|
|
1233
|
+
LI?: string | undefined;
|
|
1234
|
+
LT?: string | undefined;
|
|
1235
|
+
LU?: string | undefined;
|
|
1236
|
+
MO?: string | undefined;
|
|
1237
|
+
MG?: string | undefined;
|
|
1238
|
+
MW?: string | undefined;
|
|
1239
|
+
MY?: string | undefined;
|
|
1240
|
+
MV?: string | undefined;
|
|
1241
|
+
ML?: string | undefined;
|
|
1242
|
+
MT?: string | undefined;
|
|
1243
|
+
MH?: string | undefined;
|
|
1244
|
+
MQ?: string | undefined;
|
|
1245
|
+
MR?: string | undefined;
|
|
1246
|
+
MU?: string | undefined;
|
|
1247
|
+
YT?: string | undefined;
|
|
1248
|
+
MX?: string | undefined;
|
|
1249
|
+
FM?: string | undefined;
|
|
1250
|
+
MD?: string | undefined;
|
|
1251
|
+
MC?: string | undefined;
|
|
1252
|
+
MN?: string | undefined;
|
|
1253
|
+
MS?: string | undefined;
|
|
1254
|
+
MA?: string | undefined;
|
|
1255
|
+
MZ?: string | undefined;
|
|
1256
|
+
MM?: string | undefined;
|
|
1257
|
+
NA?: string | undefined;
|
|
1258
|
+
NR?: string | undefined;
|
|
1259
|
+
NP?: string | undefined;
|
|
1260
|
+
NL?: string | undefined;
|
|
1261
|
+
NC?: string | undefined;
|
|
1262
|
+
NZ?: string | undefined;
|
|
1263
|
+
NI?: string | undefined;
|
|
1264
|
+
NE?: string | undefined;
|
|
1265
|
+
NG?: string | undefined;
|
|
1266
|
+
NU?: string | undefined;
|
|
1267
|
+
NF?: string | undefined;
|
|
1268
|
+
MK?: string | undefined;
|
|
1269
|
+
MP?: string | undefined;
|
|
1270
|
+
NO?: string | undefined;
|
|
1271
|
+
OM?: string | undefined;
|
|
1272
|
+
PK?: string | undefined;
|
|
1273
|
+
PW?: string | undefined;
|
|
1274
|
+
PS?: string | undefined;
|
|
1275
|
+
PA?: string | undefined;
|
|
1276
|
+
PG?: string | undefined;
|
|
1277
|
+
PY?: string | undefined;
|
|
1278
|
+
PE?: string | undefined;
|
|
1279
|
+
PH?: string | undefined;
|
|
1280
|
+
PN?: string | undefined;
|
|
1281
|
+
PL?: string | undefined;
|
|
1282
|
+
PT?: string | undefined;
|
|
1283
|
+
PR?: string | undefined;
|
|
1284
|
+
QA?: string | undefined;
|
|
1285
|
+
RE?: string | undefined;
|
|
1286
|
+
RO?: string | undefined;
|
|
1287
|
+
RU?: string | undefined;
|
|
1288
|
+
RW?: string | undefined;
|
|
1289
|
+
SH?: string | undefined;
|
|
1290
|
+
KN?: string | undefined;
|
|
1291
|
+
LC?: string | undefined;
|
|
1292
|
+
PM?: string | undefined;
|
|
1293
|
+
VC?: string | undefined;
|
|
1294
|
+
WS?: string | undefined;
|
|
1295
|
+
SM?: string | undefined;
|
|
1296
|
+
ST?: string | undefined;
|
|
1297
|
+
SA?: string | undefined;
|
|
1298
|
+
SN?: string | undefined;
|
|
1299
|
+
SC?: string | undefined;
|
|
1300
|
+
SL?: string | undefined;
|
|
1301
|
+
SG?: string | undefined;
|
|
1302
|
+
SK?: string | undefined;
|
|
1303
|
+
SI?: string | undefined;
|
|
1304
|
+
SB?: string | undefined;
|
|
1305
|
+
SO?: string | undefined;
|
|
1306
|
+
ZA?: string | undefined;
|
|
1307
|
+
GS?: string | undefined;
|
|
1308
|
+
ES?: string | undefined;
|
|
1309
|
+
LK?: string | undefined;
|
|
1310
|
+
SD?: string | undefined;
|
|
1311
|
+
SR?: string | undefined;
|
|
1312
|
+
SJ?: string | undefined;
|
|
1313
|
+
SZ?: string | undefined;
|
|
1314
|
+
SE?: string | undefined;
|
|
1315
|
+
CH?: string | undefined;
|
|
1316
|
+
SY?: string | undefined;
|
|
1317
|
+
TW?: string | undefined;
|
|
1318
|
+
TJ?: string | undefined;
|
|
1319
|
+
TZ?: string | undefined;
|
|
1320
|
+
TH?: string | undefined;
|
|
1321
|
+
TL?: string | undefined;
|
|
1322
|
+
TG?: string | undefined;
|
|
1323
|
+
TK?: string | undefined;
|
|
1324
|
+
TO?: string | undefined;
|
|
1325
|
+
TT?: string | undefined;
|
|
1326
|
+
TN?: string | undefined;
|
|
1327
|
+
TR?: string | undefined;
|
|
1328
|
+
TM?: string | undefined;
|
|
1329
|
+
TC?: string | undefined;
|
|
1330
|
+
TV?: string | undefined;
|
|
1331
|
+
UG?: string | undefined;
|
|
1332
|
+
UA?: string | undefined;
|
|
1333
|
+
AE?: string | undefined;
|
|
1334
|
+
GB?: string | undefined;
|
|
1335
|
+
US?: string | undefined;
|
|
1336
|
+
UM?: string | undefined;
|
|
1337
|
+
UY?: string | undefined;
|
|
1338
|
+
UZ?: string | undefined;
|
|
1339
|
+
VU?: string | undefined;
|
|
1340
|
+
VE?: string | undefined;
|
|
1341
|
+
VN?: string | undefined;
|
|
1342
|
+
VG?: string | undefined;
|
|
1343
|
+
VI?: string | undefined;
|
|
1344
|
+
WF?: string | undefined;
|
|
1345
|
+
EH?: string | undefined;
|
|
1346
|
+
YE?: string | undefined;
|
|
1347
|
+
ZM?: string | undefined;
|
|
1348
|
+
ZW?: string | undefined;
|
|
1349
|
+
AX?: string | undefined;
|
|
1350
|
+
BQ?: string | undefined;
|
|
1351
|
+
CW?: string | undefined;
|
|
1352
|
+
GG?: string | undefined;
|
|
1353
|
+
IM?: string | undefined;
|
|
1354
|
+
JE?: string | undefined;
|
|
1355
|
+
ME?: string | undefined;
|
|
1356
|
+
BL?: string | undefined;
|
|
1357
|
+
MF?: string | undefined;
|
|
1358
|
+
RS?: string | undefined;
|
|
1359
|
+
SX?: string | undefined;
|
|
1360
|
+
SS?: string | undefined;
|
|
1361
|
+
XK?: string | undefined;
|
|
1362
|
+
};
|
|
1363
|
+
const inboundSchema: z.ZodType<EditLinkGeo, z.ZodTypeDef, Inbound>;
|
|
1364
|
+
type Outbound = {
|
|
1365
|
+
AF?: string | undefined;
|
|
1366
|
+
AL?: string | undefined;
|
|
1367
|
+
DZ?: string | undefined;
|
|
1368
|
+
AS?: string | undefined;
|
|
1369
|
+
AD?: string | undefined;
|
|
1370
|
+
AO?: string | undefined;
|
|
1371
|
+
AI?: string | undefined;
|
|
1372
|
+
AQ?: string | undefined;
|
|
1373
|
+
AG?: string | undefined;
|
|
1374
|
+
AR?: string | undefined;
|
|
1375
|
+
AM?: string | undefined;
|
|
1376
|
+
AW?: string | undefined;
|
|
1377
|
+
AU?: string | undefined;
|
|
1378
|
+
AT?: string | undefined;
|
|
1379
|
+
AZ?: string | undefined;
|
|
1380
|
+
BS?: string | undefined;
|
|
1381
|
+
BH?: string | undefined;
|
|
1382
|
+
BD?: string | undefined;
|
|
1383
|
+
BB?: string | undefined;
|
|
1384
|
+
BY?: string | undefined;
|
|
1385
|
+
BE?: string | undefined;
|
|
1386
|
+
BZ?: string | undefined;
|
|
1387
|
+
BJ?: string | undefined;
|
|
1388
|
+
BM?: string | undefined;
|
|
1389
|
+
BT?: string | undefined;
|
|
1390
|
+
BO?: string | undefined;
|
|
1391
|
+
BA?: string | undefined;
|
|
1392
|
+
BW?: string | undefined;
|
|
1393
|
+
BV?: string | undefined;
|
|
1394
|
+
BR?: string | undefined;
|
|
1395
|
+
IO?: string | undefined;
|
|
1396
|
+
BN?: string | undefined;
|
|
1397
|
+
BG?: string | undefined;
|
|
1398
|
+
BF?: string | undefined;
|
|
1399
|
+
BI?: string | undefined;
|
|
1400
|
+
KH?: string | undefined;
|
|
1401
|
+
CM?: string | undefined;
|
|
1402
|
+
CA?: string | undefined;
|
|
1403
|
+
CV?: string | undefined;
|
|
1404
|
+
KY?: string | undefined;
|
|
1405
|
+
CF?: string | undefined;
|
|
1406
|
+
TD?: string | undefined;
|
|
1407
|
+
CL?: string | undefined;
|
|
1408
|
+
CN?: string | undefined;
|
|
1409
|
+
CX?: string | undefined;
|
|
1410
|
+
CC?: string | undefined;
|
|
1411
|
+
CO?: string | undefined;
|
|
1412
|
+
KM?: string | undefined;
|
|
1413
|
+
CG?: string | undefined;
|
|
1414
|
+
CD?: string | undefined;
|
|
1415
|
+
CK?: string | undefined;
|
|
1416
|
+
CR?: string | undefined;
|
|
1417
|
+
CI?: string | undefined;
|
|
1418
|
+
HR?: string | undefined;
|
|
1419
|
+
CU?: string | undefined;
|
|
1420
|
+
CY?: string | undefined;
|
|
1421
|
+
CZ?: string | undefined;
|
|
1422
|
+
DK?: string | undefined;
|
|
1423
|
+
DJ?: string | undefined;
|
|
1424
|
+
DM?: string | undefined;
|
|
1425
|
+
DO?: string | undefined;
|
|
1426
|
+
EC?: string | undefined;
|
|
1427
|
+
EG?: string | undefined;
|
|
1428
|
+
SV?: string | undefined;
|
|
1429
|
+
GQ?: string | undefined;
|
|
1430
|
+
ER?: string | undefined;
|
|
1431
|
+
EE?: string | undefined;
|
|
1432
|
+
ET?: string | undefined;
|
|
1433
|
+
FK?: string | undefined;
|
|
1434
|
+
FO?: string | undefined;
|
|
1435
|
+
FJ?: string | undefined;
|
|
1436
|
+
FI?: string | undefined;
|
|
1437
|
+
FR?: string | undefined;
|
|
1438
|
+
GF?: string | undefined;
|
|
1439
|
+
PF?: string | undefined;
|
|
1440
|
+
TF?: string | undefined;
|
|
1441
|
+
GA?: string | undefined;
|
|
1442
|
+
GM?: string | undefined;
|
|
1443
|
+
GE?: string | undefined;
|
|
1444
|
+
DE?: string | undefined;
|
|
1445
|
+
GH?: string | undefined;
|
|
1446
|
+
GI?: string | undefined;
|
|
1447
|
+
GR?: string | undefined;
|
|
1448
|
+
GL?: string | undefined;
|
|
1449
|
+
GD?: string | undefined;
|
|
1450
|
+
GP?: string | undefined;
|
|
1451
|
+
GU?: string | undefined;
|
|
1452
|
+
GT?: string | undefined;
|
|
1453
|
+
GN?: string | undefined;
|
|
1454
|
+
GW?: string | undefined;
|
|
1455
|
+
GY?: string | undefined;
|
|
1456
|
+
HT?: string | undefined;
|
|
1457
|
+
HM?: string | undefined;
|
|
1458
|
+
VA?: string | undefined;
|
|
1459
|
+
HN?: string | undefined;
|
|
1460
|
+
HK?: string | undefined;
|
|
1461
|
+
HU?: string | undefined;
|
|
1462
|
+
IS?: string | undefined;
|
|
1463
|
+
IN?: string | undefined;
|
|
1464
|
+
ID?: string | undefined;
|
|
1465
|
+
IR?: string | undefined;
|
|
1466
|
+
IQ?: string | undefined;
|
|
1467
|
+
IE?: string | undefined;
|
|
1468
|
+
IL?: string | undefined;
|
|
1469
|
+
IT?: string | undefined;
|
|
1470
|
+
JM?: string | undefined;
|
|
1471
|
+
JP?: string | undefined;
|
|
1472
|
+
JO?: string | undefined;
|
|
1473
|
+
KZ?: string | undefined;
|
|
1474
|
+
KE?: string | undefined;
|
|
1475
|
+
KI?: string | undefined;
|
|
1476
|
+
KP?: string | undefined;
|
|
1477
|
+
KR?: string | undefined;
|
|
1478
|
+
KW?: string | undefined;
|
|
1479
|
+
KG?: string | undefined;
|
|
1480
|
+
LA?: string | undefined;
|
|
1481
|
+
LV?: string | undefined;
|
|
1482
|
+
LB?: string | undefined;
|
|
1483
|
+
LS?: string | undefined;
|
|
1484
|
+
LR?: string | undefined;
|
|
1485
|
+
LY?: string | undefined;
|
|
1486
|
+
LI?: string | undefined;
|
|
1487
|
+
LT?: string | undefined;
|
|
1488
|
+
LU?: string | undefined;
|
|
1489
|
+
MO?: string | undefined;
|
|
1490
|
+
MG?: string | undefined;
|
|
1491
|
+
MW?: string | undefined;
|
|
1492
|
+
MY?: string | undefined;
|
|
1493
|
+
MV?: string | undefined;
|
|
1494
|
+
ML?: string | undefined;
|
|
1495
|
+
MT?: string | undefined;
|
|
1496
|
+
MH?: string | undefined;
|
|
1497
|
+
MQ?: string | undefined;
|
|
1498
|
+
MR?: string | undefined;
|
|
1499
|
+
MU?: string | undefined;
|
|
1500
|
+
YT?: string | undefined;
|
|
1501
|
+
MX?: string | undefined;
|
|
1502
|
+
FM?: string | undefined;
|
|
1503
|
+
MD?: string | undefined;
|
|
1504
|
+
MC?: string | undefined;
|
|
1505
|
+
MN?: string | undefined;
|
|
1506
|
+
MS?: string | undefined;
|
|
1507
|
+
MA?: string | undefined;
|
|
1508
|
+
MZ?: string | undefined;
|
|
1509
|
+
MM?: string | undefined;
|
|
1510
|
+
NA?: string | undefined;
|
|
1511
|
+
NR?: string | undefined;
|
|
1512
|
+
NP?: string | undefined;
|
|
1513
|
+
NL?: string | undefined;
|
|
1514
|
+
NC?: string | undefined;
|
|
1515
|
+
NZ?: string | undefined;
|
|
1516
|
+
NI?: string | undefined;
|
|
1517
|
+
NE?: string | undefined;
|
|
1518
|
+
NG?: string | undefined;
|
|
1519
|
+
NU?: string | undefined;
|
|
1520
|
+
NF?: string | undefined;
|
|
1521
|
+
MK?: string | undefined;
|
|
1522
|
+
MP?: string | undefined;
|
|
1523
|
+
NO?: string | undefined;
|
|
1524
|
+
OM?: string | undefined;
|
|
1525
|
+
PK?: string | undefined;
|
|
1526
|
+
PW?: string | undefined;
|
|
1527
|
+
PS?: string | undefined;
|
|
1528
|
+
PA?: string | undefined;
|
|
1529
|
+
PG?: string | undefined;
|
|
1530
|
+
PY?: string | undefined;
|
|
1531
|
+
PE?: string | undefined;
|
|
1532
|
+
PH?: string | undefined;
|
|
1533
|
+
PN?: string | undefined;
|
|
1534
|
+
PL?: string | undefined;
|
|
1535
|
+
PT?: string | undefined;
|
|
1536
|
+
PR?: string | undefined;
|
|
1537
|
+
QA?: string | undefined;
|
|
1538
|
+
RE?: string | undefined;
|
|
1539
|
+
RO?: string | undefined;
|
|
1540
|
+
RU?: string | undefined;
|
|
1541
|
+
RW?: string | undefined;
|
|
1542
|
+
SH?: string | undefined;
|
|
1543
|
+
KN?: string | undefined;
|
|
1544
|
+
LC?: string | undefined;
|
|
1545
|
+
PM?: string | undefined;
|
|
1546
|
+
VC?: string | undefined;
|
|
1547
|
+
WS?: string | undefined;
|
|
1548
|
+
SM?: string | undefined;
|
|
1549
|
+
ST?: string | undefined;
|
|
1550
|
+
SA?: string | undefined;
|
|
1551
|
+
SN?: string | undefined;
|
|
1552
|
+
SC?: string | undefined;
|
|
1553
|
+
SL?: string | undefined;
|
|
1554
|
+
SG?: string | undefined;
|
|
1555
|
+
SK?: string | undefined;
|
|
1556
|
+
SI?: string | undefined;
|
|
1557
|
+
SB?: string | undefined;
|
|
1558
|
+
SO?: string | undefined;
|
|
1559
|
+
ZA?: string | undefined;
|
|
1560
|
+
GS?: string | undefined;
|
|
1561
|
+
ES?: string | undefined;
|
|
1562
|
+
LK?: string | undefined;
|
|
1563
|
+
SD?: string | undefined;
|
|
1564
|
+
SR?: string | undefined;
|
|
1565
|
+
SJ?: string | undefined;
|
|
1566
|
+
SZ?: string | undefined;
|
|
1567
|
+
SE?: string | undefined;
|
|
1568
|
+
CH?: string | undefined;
|
|
1569
|
+
SY?: string | undefined;
|
|
1570
|
+
TW?: string | undefined;
|
|
1571
|
+
TJ?: string | undefined;
|
|
1572
|
+
TZ?: string | undefined;
|
|
1573
|
+
TH?: string | undefined;
|
|
1574
|
+
TL?: string | undefined;
|
|
1575
|
+
TG?: string | undefined;
|
|
1576
|
+
TK?: string | undefined;
|
|
1577
|
+
TO?: string | undefined;
|
|
1578
|
+
TT?: string | undefined;
|
|
1579
|
+
TN?: string | undefined;
|
|
1580
|
+
TR?: string | undefined;
|
|
1581
|
+
TM?: string | undefined;
|
|
1582
|
+
TC?: string | undefined;
|
|
1583
|
+
TV?: string | undefined;
|
|
1584
|
+
UG?: string | undefined;
|
|
1585
|
+
UA?: string | undefined;
|
|
1586
|
+
AE?: string | undefined;
|
|
1587
|
+
GB?: string | undefined;
|
|
1588
|
+
US?: string | undefined;
|
|
1589
|
+
UM?: string | undefined;
|
|
1590
|
+
UY?: string | undefined;
|
|
1591
|
+
UZ?: string | undefined;
|
|
1592
|
+
VU?: string | undefined;
|
|
1593
|
+
VE?: string | undefined;
|
|
1594
|
+
VN?: string | undefined;
|
|
1595
|
+
VG?: string | undefined;
|
|
1596
|
+
VI?: string | undefined;
|
|
1597
|
+
WF?: string | undefined;
|
|
1598
|
+
EH?: string | undefined;
|
|
1599
|
+
YE?: string | undefined;
|
|
1600
|
+
ZM?: string | undefined;
|
|
1601
|
+
ZW?: string | undefined;
|
|
1602
|
+
AX?: string | undefined;
|
|
1603
|
+
BQ?: string | undefined;
|
|
1604
|
+
CW?: string | undefined;
|
|
1605
|
+
GG?: string | undefined;
|
|
1606
|
+
IM?: string | undefined;
|
|
1607
|
+
JE?: string | undefined;
|
|
1608
|
+
ME?: string | undefined;
|
|
1609
|
+
BL?: string | undefined;
|
|
1610
|
+
MF?: string | undefined;
|
|
1611
|
+
RS?: string | undefined;
|
|
1612
|
+
SX?: string | undefined;
|
|
1613
|
+
SS?: string | undefined;
|
|
1614
|
+
XK?: string | undefined;
|
|
1615
|
+
};
|
|
1616
|
+
const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, EditLinkGeo>;
|
|
1617
|
+
}
|
|
1618
|
+
/** @internal */
|
|
105
1619
|
export declare namespace EditLinkRequestBody$ {
|
|
106
1620
|
type Inbound = {
|
|
107
1621
|
domain?: string | undefined;
|
|
@@ -109,6 +1623,10 @@ export declare namespace EditLinkRequestBody$ {
|
|
|
109
1623
|
prefix?: string | undefined;
|
|
110
1624
|
url: string;
|
|
111
1625
|
archived?: boolean | undefined;
|
|
1626
|
+
publicStats?: boolean | undefined;
|
|
1627
|
+
tagId?: string | null | undefined;
|
|
1628
|
+
tagIds?: string | Array<string> | undefined;
|
|
1629
|
+
comments?: string | null | undefined;
|
|
112
1630
|
expiresAt?: string | null | undefined;
|
|
113
1631
|
expiredUrl?: string | null | undefined;
|
|
114
1632
|
password?: string | null | undefined;
|
|
@@ -119,11 +1637,7 @@ export declare namespace EditLinkRequestBody$ {
|
|
|
119
1637
|
rewrite?: boolean | undefined;
|
|
120
1638
|
ios?: string | null | undefined;
|
|
121
1639
|
android?: string | null | undefined;
|
|
122
|
-
geo?:
|
|
123
|
-
publicStats?: boolean | undefined;
|
|
124
|
-
tagId?: string | null | undefined;
|
|
125
|
-
tagIds?: string | Array<string> | undefined;
|
|
126
|
-
comments?: string | null | undefined;
|
|
1640
|
+
geo?: EditLinkGeo$.Inbound | null | undefined;
|
|
127
1641
|
};
|
|
128
1642
|
const inboundSchema: z.ZodType<EditLinkRequestBody, z.ZodTypeDef, Inbound>;
|
|
129
1643
|
type Outbound = {
|
|
@@ -132,6 +1646,10 @@ export declare namespace EditLinkRequestBody$ {
|
|
|
132
1646
|
prefix?: string | undefined;
|
|
133
1647
|
url: string;
|
|
134
1648
|
archived: boolean;
|
|
1649
|
+
publicStats: boolean;
|
|
1650
|
+
tagId?: string | null | undefined;
|
|
1651
|
+
tagIds?: string | Array<string> | undefined;
|
|
1652
|
+
comments?: string | null | undefined;
|
|
135
1653
|
expiresAt?: string | null | undefined;
|
|
136
1654
|
expiredUrl?: string | null | undefined;
|
|
137
1655
|
password?: string | null | undefined;
|
|
@@ -142,11 +1660,7 @@ export declare namespace EditLinkRequestBody$ {
|
|
|
142
1660
|
rewrite: boolean;
|
|
143
1661
|
ios?: string | null | undefined;
|
|
144
1662
|
android?: string | null | undefined;
|
|
145
|
-
geo?:
|
|
146
|
-
publicStats: boolean;
|
|
147
|
-
tagId?: string | null | undefined;
|
|
148
|
-
tagIds?: string | Array<string> | undefined;
|
|
149
|
-
comments?: string | null | undefined;
|
|
1663
|
+
geo?: EditLinkGeo$.Outbound | null | undefined;
|
|
150
1664
|
};
|
|
151
1665
|
const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, EditLinkRequestBody>;
|
|
152
1666
|
}
|