dub 0.29.1 → 0.29.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/README.md +23 -10
- package/docs/sdks/analytics/README.md +59 -93
- package/docs/sdks/clicks/README.md +579 -0
- package/docs/sdks/links/README.md +2 -2
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/models/components/domainschema.d.ts +14 -16
- package/models/components/domainschema.d.ts.map +1 -1
- package/models/components/domainschema.js +7 -3
- package/models/components/domainschema.js.map +1 -1
- package/models/components/linkschema.d.ts +7 -291
- package/models/components/linkschema.d.ts.map +1 -1
- package/models/components/linkschema.js +4 -0
- package/models/components/linkschema.js.map +1 -1
- package/models/components/security.d.ts +1 -4
- package/models/components/security.d.ts.map +1 -1
- package/models/components/security.js.map +1 -1
- package/models/components/tagschema.d.ts +24 -9
- package/models/components/tagschema.d.ts.map +1 -1
- package/models/components/tagschema.js +7 -3
- package/models/components/tagschema.js.map +1 -1
- package/models/components/workspaceschema.d.ts +38 -36
- package/models/components/workspaceschema.d.ts.map +1 -1
- package/models/components/workspaceschema.js +14 -6
- package/models/components/workspaceschema.js.map +1 -1
- package/models/errors/badrequest.d.ts +13 -13
- package/models/errors/badrequest.d.ts.map +1 -1
- package/models/errors/badrequest.js +7 -3
- package/models/errors/badrequest.js.map +1 -1
- package/models/errors/conflict.d.ts +13 -13
- package/models/errors/conflict.d.ts.map +1 -1
- package/models/errors/conflict.js +7 -3
- package/models/errors/conflict.js.map +1 -1
- package/models/errors/forbidden.d.ts +13 -13
- package/models/errors/forbidden.d.ts.map +1 -1
- package/models/errors/forbidden.js +7 -3
- package/models/errors/forbidden.js.map +1 -1
- package/models/errors/internalservererror.d.ts +13 -13
- package/models/errors/internalservererror.d.ts.map +1 -1
- package/models/errors/internalservererror.js +7 -3
- package/models/errors/internalservererror.js.map +1 -1
- package/models/errors/inviteexpired.d.ts +13 -13
- package/models/errors/inviteexpired.d.ts.map +1 -1
- package/models/errors/inviteexpired.js +7 -3
- package/models/errors/inviteexpired.js.map +1 -1
- package/models/errors/notfound.d.ts +13 -13
- package/models/errors/notfound.d.ts.map +1 -1
- package/models/errors/notfound.js +7 -3
- package/models/errors/notfound.js.map +1 -1
- package/models/errors/ratelimitexceeded.d.ts +13 -13
- package/models/errors/ratelimitexceeded.d.ts.map +1 -1
- package/models/errors/ratelimitexceeded.js +7 -3
- package/models/errors/ratelimitexceeded.js.map +1 -1
- package/models/errors/unauthorized.d.ts +13 -13
- package/models/errors/unauthorized.d.ts.map +1 -1
- package/models/errors/unauthorized.js +7 -3
- package/models/errors/unauthorized.js.map +1 -1
- package/models/errors/unprocessableentity.d.ts +13 -13
- package/models/errors/unprocessableentity.d.ts.map +1 -1
- package/models/errors/unprocessableentity.js +7 -3
- package/models/errors/unprocessableentity.js.map +1 -1
- package/models/operations/adddomain.d.ts +14 -12
- package/models/operations/adddomain.d.ts.map +1 -1
- package/models/operations/adddomain.js +7 -3
- package/models/operations/adddomain.js.map +1 -1
- package/models/operations/bulkcreatelinks.d.ts +4 -282
- package/models/operations/bulkcreatelinks.d.ts.map +1 -1
- package/models/operations/bulkcreatelinks.js.map +1 -1
- package/models/operations/createlink.d.ts +4 -282
- package/models/operations/createlink.d.ts.map +1 -1
- package/models/operations/createlink.js.map +1 -1
- package/models/operations/createtag.d.ts +24 -8
- package/models/operations/createtag.d.ts.map +1 -1
- package/models/operations/createtag.js +7 -3
- package/models/operations/createtag.js.map +1 -1
- package/models/operations/createworkspace.d.ts +1 -6
- package/models/operations/createworkspace.d.ts.map +1 -1
- package/models/operations/createworkspace.js.map +1 -1
- package/models/operations/deletedomain.d.ts +2 -8
- package/models/operations/deletedomain.d.ts.map +1 -1
- package/models/operations/deletedomain.js.map +1 -1
- package/models/operations/deletelink.d.ts +2 -8
- package/models/operations/deletelink.d.ts.map +1 -1
- package/models/operations/deletelink.js.map +1 -1
- package/models/operations/getbrowsersbyclicks.d.ts +922 -0
- package/models/operations/getbrowsersbyclicks.d.ts.map +1 -0
- package/models/operations/getbrowsersbyclicks.js +423 -0
- package/models/operations/getbrowsersbyclicks.js.map +1 -0
- package/models/operations/getbrowsersbyclicksdeprecated.d.ts +922 -0
- package/models/operations/getbrowsersbyclicksdeprecated.d.ts.map +1 -0
- package/models/operations/getbrowsersbyclicksdeprecated.js +423 -0
- package/models/operations/getbrowsersbyclicksdeprecated.js.map +1 -0
- package/models/operations/getcitiesbyclicks.d.ts +1693 -0
- package/models/operations/getcitiesbyclicks.d.ts.map +1 -0
- package/models/operations/{getcityanalytics.js → getcitiesbyclicks.js} +39 -27
- package/models/operations/getcitiesbyclicks.js.map +1 -0
- package/models/operations/getcitiesbyclicksdeprecated.d.ts +1693 -0
- package/models/operations/getcitiesbyclicksdeprecated.d.ts.map +1 -0
- package/models/operations/getcitiesbyclicksdeprecated.js +688 -0
- package/models/operations/{getcountryanalytics.js.map → getcitiesbyclicksdeprecated.js.map} +1 -1
- package/models/operations/getclickscount.d.ts +903 -0
- package/models/operations/getclickscount.d.ts.map +1 -0
- package/models/operations/{getclicksanalytics.js → getclickscount.js} +24 -16
- package/models/operations/getclickscount.js.map +1 -0
- package/models/operations/getclickscountdeprecated.d.ts +903 -0
- package/models/operations/getclickscountdeprecated.d.ts.map +1 -0
- package/models/operations/{getbrowseranalytics.js → getclickscountdeprecated.js} +26 -44
- package/models/operations/getclickscountdeprecated.js.map +1 -0
- package/models/operations/getcountriesbyclicks.d.ts +1688 -0
- package/models/operations/getcountriesbyclicks.d.ts.map +1 -0
- package/models/operations/{getcountryanalytics.js → getcountriesbyclicks.js} +39 -27
- package/models/operations/getcountriesbyclicks.js.map +1 -0
- package/models/operations/getcountriesbyclicksdeprecated.d.ts +1688 -0
- package/models/operations/getcountriesbyclicksdeprecated.d.ts.map +1 -0
- package/models/operations/getcountriesbyclicksdeprecated.js +684 -0
- package/models/operations/{getcityanalytics.js.map → getcountriesbyclicksdeprecated.js.map} +1 -1
- package/models/operations/getdevicesbyclicks.d.ts +922 -0
- package/models/operations/getdevicesbyclicks.d.ts.map +1 -0
- package/models/operations/{getdeviceanalytics.js → getdevicesbyclicks.js} +31 -23
- package/models/operations/getdevicesbyclicks.js.map +1 -0
- package/models/operations/getdevicesbyclicksdeprecated.d.ts +922 -0
- package/models/operations/getdevicesbyclicksdeprecated.d.ts.map +1 -0
- package/models/operations/getdevicesbyclicksdeprecated.js +423 -0
- package/models/operations/getdevicesbyclicksdeprecated.js.map +1 -0
- package/models/operations/getlinkinfo.d.ts +1 -7
- package/models/operations/getlinkinfo.d.ts.map +1 -1
- package/models/operations/getlinkinfo.js.map +1 -1
- package/models/operations/getlinks.d.ts +18 -20
- package/models/operations/getlinks.d.ts.map +1 -1
- package/models/operations/getlinks.js +7 -3
- package/models/operations/getlinks.js.map +1 -1
- package/models/operations/getlinkscount.d.ts +25 -24
- package/models/operations/getlinkscount.d.ts.map +1 -1
- package/models/operations/getlinkscount.js +20 -6
- package/models/operations/getlinkscount.js.map +1 -1
- package/models/operations/getmetatags.d.ts +2 -10
- package/models/operations/getmetatags.d.ts.map +1 -1
- package/models/operations/getmetatags.js.map +1 -1
- package/models/operations/getosbyclicks.d.ts +922 -0
- package/models/operations/getosbyclicks.d.ts.map +1 -0
- package/models/operations/{getosanalytics.js → getosbyclicks.js} +31 -23
- package/models/operations/getosbyclicks.js.map +1 -0
- package/models/operations/getosbyclicksdeprecated.d.ts +922 -0
- package/models/operations/getosbyclicksdeprecated.d.ts.map +1 -0
- package/models/operations/getosbyclicksdeprecated.js +423 -0
- package/models/operations/getosbyclicksdeprecated.js.map +1 -0
- package/models/operations/getqrcode.d.ts +18 -12
- package/models/operations/getqrcode.d.ts.map +1 -1
- package/models/operations/getqrcode.js +7 -3
- package/models/operations/getqrcode.js.map +1 -1
- package/models/operations/getreferersbyclicks.d.ts +922 -0
- package/models/operations/getreferersbyclicks.d.ts.map +1 -0
- package/models/operations/{getrefereranalytics.js → getreferersbyclicks.js} +31 -23
- package/models/operations/getreferersbyclicks.js.map +1 -0
- package/models/operations/getreferersbyclicksdeprecated.d.ts +922 -0
- package/models/operations/getreferersbyclicksdeprecated.d.ts.map +1 -0
- package/models/operations/getreferersbyclicksdeprecated.js +423 -0
- package/models/operations/getreferersbyclicksdeprecated.js.map +1 -0
- package/models/operations/gettags.d.ts +1 -2
- package/models/operations/gettags.d.ts.map +1 -1
- package/models/operations/gettags.js.map +1 -1
- package/models/operations/gettimeseriesbyclicks.d.ts +922 -0
- package/models/operations/gettimeseriesbyclicks.d.ts.map +1 -0
- package/models/operations/{gettimeseriesanalytics.js → gettimeseriesbyclicks.js} +24 -16
- package/models/operations/{gettoplinks.js.map → gettimeseriesbyclicks.js.map} +1 -1
- package/models/operations/gettimeseriesbyclicksdeprecated.d.ts +922 -0
- package/models/operations/gettimeseriesbyclicksdeprecated.d.ts.map +1 -0
- package/models/operations/gettimeseriesbyclicksdeprecated.js +423 -0
- package/models/operations/gettimeseriesbyclicksdeprecated.js.map +1 -0
- package/models/operations/gettoplinksbyclicks.d.ts +922 -0
- package/models/operations/gettoplinksbyclicks.d.ts.map +1 -0
- package/models/operations/{gettoplinks.js → gettoplinksbyclicks.js} +31 -23
- package/models/operations/gettoplinksbyclicks.js.map +1 -0
- package/models/operations/gettoplinksbyclicksdeprecated.d.ts +922 -0
- package/models/operations/gettoplinksbyclicksdeprecated.d.ts.map +1 -0
- package/models/operations/gettoplinksbyclicksdeprecated.js +423 -0
- package/models/operations/gettoplinksbyclicksdeprecated.js.map +1 -0
- package/models/operations/gettopurlsbyclicks.d.ts +922 -0
- package/models/operations/gettopurlsbyclicks.d.ts.map +1 -0
- package/models/operations/{gettopurls.js → gettopurlsbyclicks.js} +31 -23
- package/models/operations/{getclicksanalytics.js.map → gettopurlsbyclicks.js.map} +1 -1
- package/models/operations/gettopurlsbyclicksdeprecated.d.ts +922 -0
- package/models/operations/gettopurlsbyclicksdeprecated.d.ts.map +1 -0
- package/models/operations/gettopurlsbyclicksdeprecated.js +423 -0
- package/models/operations/gettopurlsbyclicksdeprecated.js.map +1 -0
- package/models/operations/getworkspace.d.ts +1 -4
- package/models/operations/getworkspace.d.ts.map +1 -1
- package/models/operations/getworkspace.js.map +1 -1
- package/models/operations/index.d.ts +20 -10
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +20 -10
- package/models/operations/index.js.map +1 -1
- package/models/operations/listdomains.d.ts +1 -2
- package/models/operations/listdomains.d.ts.map +1 -1
- package/models/operations/listdomains.js.map +1 -1
- package/models/operations/setprimarydomain.d.ts +1 -4
- package/models/operations/setprimarydomain.d.ts.map +1 -1
- package/models/operations/setprimarydomain.js.map +1 -1
- package/models/operations/transferdomain.d.ts +2 -9
- package/models/operations/transferdomain.d.ts.map +1 -1
- package/models/operations/transferdomain.js.map +1 -1
- package/models/operations/updatedomain.d.ts +15 -17
- package/models/operations/updatedomain.d.ts.map +1 -1
- package/models/operations/updatedomain.js +7 -3
- package/models/operations/updatedomain.js.map +1 -1
- package/models/operations/updatelink.d.ts +5 -287
- package/models/operations/updatelink.d.ts.map +1 -1
- package/models/operations/updatelink.js.map +1 -1
- package/models/operations/upsertlink.d.ts +4 -282
- package/models/operations/upsertlink.d.ts.map +1 -1
- package/models/operations/upsertlink.js.map +1 -1
- package/package.json +1 -1
- package/sdk/analytics.d.ts +39 -25
- package/sdk/analytics.d.ts.map +1 -1
- package/sdk/analytics.js +70 -248
- package/sdk/analytics.js.map +1 -1
- package/sdk/clicks.d.ts +87 -0
- package/sdk/clicks.d.ts.map +1 -0
- package/sdk/clicks.js +2355 -0
- package/sdk/clicks.js.map +1 -0
- package/sdk/links.d.ts +2 -2
- package/sdk/links.js +2 -2
- package/src/lib/config.ts +3 -3
- package/src/models/components/domainschema.ts +10 -19
- package/src/models/components/linkschema.ts +11 -293
- package/src/models/components/security.ts +1 -5
- package/src/models/components/tagschema.ts +10 -12
- package/src/models/components/workspaceschema.ts +20 -43
- package/src/models/errors/badrequest.ts +11 -17
- package/src/models/errors/conflict.ts +11 -17
- package/src/models/errors/forbidden.ts +11 -17
- package/src/models/errors/internalservererror.ts +11 -19
- package/src/models/errors/inviteexpired.ts +11 -18
- package/src/models/errors/notfound.ts +11 -17
- package/src/models/errors/ratelimitexceeded.ts +11 -19
- package/src/models/errors/unauthorized.ts +11 -18
- package/src/models/errors/unprocessableentity.ts +11 -19
- package/src/models/operations/adddomain.ts +10 -15
- package/src/models/operations/bulkcreatelinks.ts +8 -288
- package/src/models/operations/createlink.ts +8 -288
- package/src/models/operations/createtag.ts +10 -11
- package/src/models/operations/createworkspace.ts +1 -7
- package/src/models/operations/deletedomain.ts +2 -10
- package/src/models/operations/deletelink.ts +2 -10
- package/src/models/operations/{getbrowseranalytics.ts → getbrowsersbyclicks.ts} +39 -59
- package/src/models/operations/getbrowsersbyclicksdeprecated.ts +538 -0
- package/src/models/operations/getcitiesbyclicks.ts +797 -0
- package/src/models/operations/{getcityanalytics.ts → getcitiesbyclicksdeprecated.ts} +67 -69
- package/src/models/operations/{getclicksanalytics.ts → getclickscount.ts} +27 -40
- package/src/models/operations/getclickscountdeprecated.ts +483 -0
- package/src/models/operations/{getcountryanalytics.ts → getcountriesbyclicks.ts} +49 -68
- package/src/models/operations/getcountriesbyclicksdeprecated.ts +807 -0
- package/src/models/operations/{getdeviceanalytics.ts → getdevicesbyclicks.ts} +39 -59
- package/src/models/operations/getdevicesbyclicksdeprecated.ts +537 -0
- package/src/models/operations/getlinkinfo.ts +1 -8
- package/src/models/operations/getlinks.ts +16 -27
- package/src/models/operations/getlinkscount.ts +29 -31
- package/src/models/operations/getmetatags.ts +2 -12
- package/src/models/operations/{getosanalytics.ts → getosbyclicks.ts} +35 -59
- package/src/models/operations/{gettimeseriesanalytics.ts → getosbyclicksdeprecated.ts} +55 -63
- package/src/models/operations/getqrcode.ts +10 -15
- package/src/models/operations/{getrefereranalytics.ts → getreferersbyclicks.ts} +39 -59
- package/src/models/operations/getreferersbyclicksdeprecated.ts +538 -0
- package/src/models/operations/gettags.ts +1 -3
- package/src/models/operations/gettimeseriesbyclicks.ts +517 -0
- package/src/models/operations/gettimeseriesbyclicksdeprecated.ts +539 -0
- package/src/models/operations/gettoplinksbyclicks.ts +526 -0
- package/src/models/operations/{gettoplinks.ts → gettoplinksbyclicksdeprecated.ts} +56 -57
- package/src/models/operations/gettopurlsbyclicks.ts +522 -0
- package/src/models/operations/{gettopurls.ts → gettopurlsbyclicksdeprecated.ts} +55 -57
- package/src/models/operations/getworkspace.ts +1 -5
- package/src/models/operations/index.ts +20 -10
- package/src/models/operations/listdomains.ts +1 -3
- package/src/models/operations/setprimarydomain.ts +1 -5
- package/src/models/operations/transferdomain.ts +2 -11
- package/src/models/operations/updatedomain.ts +11 -22
- package/src/models/operations/updatelink.ts +9 -294
- package/src/models/operations/upsertlink.ts +8 -288
- package/src/sdk/analytics.ts +97 -317
- package/src/sdk/clicks.ts +2906 -0
- package/src/sdk/links.ts +2 -2
- package/src/types/enums.ts +16 -0
- package/src/types/index.ts +2 -0
- package/types/enums.d.ts +12 -0
- package/types/enums.d.ts.map +1 -0
- package/types/enums.js +11 -0
- package/types/enums.js.map +1 -0
- package/types/index.d.ts +2 -0
- package/types/index.d.ts.map +1 -1
- package/types/index.js +3 -1
- package/types/index.js.map +1 -1
- package/models/operations/getbrowseranalytics.d.ts +0 -418
- package/models/operations/getbrowseranalytics.d.ts.map +0 -1
- package/models/operations/getbrowseranalytics.js.map +0 -1
- package/models/operations/getcityanalytics.d.ts +0 -685
- package/models/operations/getcityanalytics.d.ts.map +0 -1
- package/models/operations/getclicksanalytics.d.ts +0 -395
- package/models/operations/getclicksanalytics.d.ts.map +0 -1
- package/models/operations/getcountryanalytics.d.ts +0 -679
- package/models/operations/getcountryanalytics.d.ts.map +0 -1
- package/models/operations/getdeviceanalytics.d.ts +0 -418
- package/models/operations/getdeviceanalytics.d.ts.map +0 -1
- package/models/operations/getdeviceanalytics.js.map +0 -1
- package/models/operations/getosanalytics.d.ts +0 -418
- package/models/operations/getosanalytics.d.ts.map +0 -1
- package/models/operations/getosanalytics.js.map +0 -1
- package/models/operations/getrefereranalytics.d.ts +0 -418
- package/models/operations/getrefereranalytics.d.ts.map +0 -1
- package/models/operations/getrefereranalytics.js.map +0 -1
- package/models/operations/gettimeseriesanalytics.d.ts +0 -418
- package/models/operations/gettimeseriesanalytics.d.ts.map +0 -1
- package/models/operations/gettimeseriesanalytics.js.map +0 -1
- package/models/operations/gettoplinks.d.ts +0 -418
- package/models/operations/gettoplinks.d.ts.map +0 -1
- package/models/operations/gettopurls.d.ts +0 -418
- package/models/operations/gettopurls.d.ts.map +0 -1
- package/models/operations/gettopurls.js.map +0 -1
|
@@ -373,13 +373,12 @@ export type UpdateLinkRequest = {
|
|
|
373
373
|
|
|
374
374
|
/** @internal */
|
|
375
375
|
export namespace UpdateLinkTagIds$ {
|
|
376
|
-
export
|
|
377
|
-
|
|
378
|
-
export type Outbound = string | Array<string>;
|
|
379
|
-
export const inboundSchema: z.ZodType<UpdateLinkTagIds, z.ZodTypeDef, Inbound> = z.union([
|
|
376
|
+
export const inboundSchema: z.ZodType<UpdateLinkTagIds, z.ZodTypeDef, unknown> = z.union([
|
|
380
377
|
z.string(),
|
|
381
378
|
z.array(z.string()),
|
|
382
379
|
]);
|
|
380
|
+
|
|
381
|
+
export type Outbound = string | Array<string>;
|
|
383
382
|
export const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, UpdateLinkTagIds> = z.union([
|
|
384
383
|
z.string(),
|
|
385
384
|
z.array(z.string()),
|
|
@@ -388,13 +387,12 @@ export namespace UpdateLinkTagIds$ {
|
|
|
388
387
|
|
|
389
388
|
/** @internal */
|
|
390
389
|
export namespace UpdateLinkTagNames$ {
|
|
391
|
-
export
|
|
392
|
-
|
|
393
|
-
export type Outbound = string | Array<string>;
|
|
394
|
-
export const inboundSchema: z.ZodType<UpdateLinkTagNames, z.ZodTypeDef, Inbound> = z.union([
|
|
390
|
+
export const inboundSchema: z.ZodType<UpdateLinkTagNames, z.ZodTypeDef, unknown> = z.union([
|
|
395
391
|
z.string(),
|
|
396
392
|
z.array(z.string()),
|
|
397
393
|
]);
|
|
394
|
+
|
|
395
|
+
export type Outbound = string | Array<string>;
|
|
398
396
|
export const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, UpdateLinkTagNames> = z.union([
|
|
399
397
|
z.string(),
|
|
400
398
|
z.array(z.string()),
|
|
@@ -403,260 +401,7 @@ export namespace UpdateLinkTagNames$ {
|
|
|
403
401
|
|
|
404
402
|
/** @internal */
|
|
405
403
|
export namespace UpdateLinkGeo$ {
|
|
406
|
-
export
|
|
407
|
-
AF?: string | undefined;
|
|
408
|
-
AL?: string | undefined;
|
|
409
|
-
DZ?: string | undefined;
|
|
410
|
-
AS?: string | undefined;
|
|
411
|
-
AD?: string | undefined;
|
|
412
|
-
AO?: string | undefined;
|
|
413
|
-
AI?: string | undefined;
|
|
414
|
-
AQ?: string | undefined;
|
|
415
|
-
AG?: string | undefined;
|
|
416
|
-
AR?: string | undefined;
|
|
417
|
-
AM?: string | undefined;
|
|
418
|
-
AW?: string | undefined;
|
|
419
|
-
AU?: string | undefined;
|
|
420
|
-
AT?: string | undefined;
|
|
421
|
-
AZ?: string | undefined;
|
|
422
|
-
BS?: string | undefined;
|
|
423
|
-
BH?: string | undefined;
|
|
424
|
-
BD?: string | undefined;
|
|
425
|
-
BB?: string | undefined;
|
|
426
|
-
BY?: string | undefined;
|
|
427
|
-
BE?: string | undefined;
|
|
428
|
-
BZ?: string | undefined;
|
|
429
|
-
BJ?: string | undefined;
|
|
430
|
-
BM?: string | undefined;
|
|
431
|
-
BT?: string | undefined;
|
|
432
|
-
BO?: string | undefined;
|
|
433
|
-
BA?: string | undefined;
|
|
434
|
-
BW?: string | undefined;
|
|
435
|
-
BV?: string | undefined;
|
|
436
|
-
BR?: string | undefined;
|
|
437
|
-
IO?: string | undefined;
|
|
438
|
-
BN?: string | undefined;
|
|
439
|
-
BG?: string | undefined;
|
|
440
|
-
BF?: string | undefined;
|
|
441
|
-
BI?: string | undefined;
|
|
442
|
-
KH?: string | undefined;
|
|
443
|
-
CM?: string | undefined;
|
|
444
|
-
CA?: string | undefined;
|
|
445
|
-
CV?: string | undefined;
|
|
446
|
-
KY?: string | undefined;
|
|
447
|
-
CF?: string | undefined;
|
|
448
|
-
TD?: string | undefined;
|
|
449
|
-
CL?: string | undefined;
|
|
450
|
-
CN?: string | undefined;
|
|
451
|
-
CX?: string | undefined;
|
|
452
|
-
CC?: string | undefined;
|
|
453
|
-
CO?: string | undefined;
|
|
454
|
-
KM?: string | undefined;
|
|
455
|
-
CG?: string | undefined;
|
|
456
|
-
CD?: string | undefined;
|
|
457
|
-
CK?: string | undefined;
|
|
458
|
-
CR?: string | undefined;
|
|
459
|
-
CI?: string | undefined;
|
|
460
|
-
HR?: string | undefined;
|
|
461
|
-
CU?: string | undefined;
|
|
462
|
-
CY?: string | undefined;
|
|
463
|
-
CZ?: string | undefined;
|
|
464
|
-
DK?: string | undefined;
|
|
465
|
-
DJ?: string | undefined;
|
|
466
|
-
DM?: string | undefined;
|
|
467
|
-
DO?: string | undefined;
|
|
468
|
-
EC?: string | undefined;
|
|
469
|
-
EG?: string | undefined;
|
|
470
|
-
SV?: string | undefined;
|
|
471
|
-
GQ?: string | undefined;
|
|
472
|
-
ER?: string | undefined;
|
|
473
|
-
EE?: string | undefined;
|
|
474
|
-
ET?: string | undefined;
|
|
475
|
-
FK?: string | undefined;
|
|
476
|
-
FO?: string | undefined;
|
|
477
|
-
FJ?: string | undefined;
|
|
478
|
-
FI?: string | undefined;
|
|
479
|
-
FR?: string | undefined;
|
|
480
|
-
GF?: string | undefined;
|
|
481
|
-
PF?: string | undefined;
|
|
482
|
-
TF?: string | undefined;
|
|
483
|
-
GA?: string | undefined;
|
|
484
|
-
GM?: string | undefined;
|
|
485
|
-
GE?: string | undefined;
|
|
486
|
-
DE?: string | undefined;
|
|
487
|
-
GH?: string | undefined;
|
|
488
|
-
GI?: string | undefined;
|
|
489
|
-
GR?: string | undefined;
|
|
490
|
-
GL?: string | undefined;
|
|
491
|
-
GD?: string | undefined;
|
|
492
|
-
GP?: string | undefined;
|
|
493
|
-
GU?: string | undefined;
|
|
494
|
-
GT?: string | undefined;
|
|
495
|
-
GN?: string | undefined;
|
|
496
|
-
GW?: string | undefined;
|
|
497
|
-
GY?: string | undefined;
|
|
498
|
-
HT?: string | undefined;
|
|
499
|
-
HM?: string | undefined;
|
|
500
|
-
VA?: string | undefined;
|
|
501
|
-
HN?: string | undefined;
|
|
502
|
-
HK?: string | undefined;
|
|
503
|
-
HU?: string | undefined;
|
|
504
|
-
IS?: string | undefined;
|
|
505
|
-
IN?: string | undefined;
|
|
506
|
-
ID?: string | undefined;
|
|
507
|
-
IR?: string | undefined;
|
|
508
|
-
IQ?: string | undefined;
|
|
509
|
-
IE?: string | undefined;
|
|
510
|
-
IL?: string | undefined;
|
|
511
|
-
IT?: string | undefined;
|
|
512
|
-
JM?: string | undefined;
|
|
513
|
-
JP?: string | undefined;
|
|
514
|
-
JO?: string | undefined;
|
|
515
|
-
KZ?: string | undefined;
|
|
516
|
-
KE?: string | undefined;
|
|
517
|
-
KI?: string | undefined;
|
|
518
|
-
KP?: string | undefined;
|
|
519
|
-
KR?: string | undefined;
|
|
520
|
-
KW?: string | undefined;
|
|
521
|
-
KG?: string | undefined;
|
|
522
|
-
LA?: string | undefined;
|
|
523
|
-
LV?: string | undefined;
|
|
524
|
-
LB?: string | undefined;
|
|
525
|
-
LS?: string | undefined;
|
|
526
|
-
LR?: string | undefined;
|
|
527
|
-
LY?: string | undefined;
|
|
528
|
-
LI?: string | undefined;
|
|
529
|
-
LT?: string | undefined;
|
|
530
|
-
LU?: string | undefined;
|
|
531
|
-
MO?: string | undefined;
|
|
532
|
-
MG?: string | undefined;
|
|
533
|
-
MW?: string | undefined;
|
|
534
|
-
MY?: string | undefined;
|
|
535
|
-
MV?: string | undefined;
|
|
536
|
-
ML?: string | undefined;
|
|
537
|
-
MT?: string | undefined;
|
|
538
|
-
MH?: string | undefined;
|
|
539
|
-
MQ?: string | undefined;
|
|
540
|
-
MR?: string | undefined;
|
|
541
|
-
MU?: string | undefined;
|
|
542
|
-
YT?: string | undefined;
|
|
543
|
-
MX?: string | undefined;
|
|
544
|
-
FM?: string | undefined;
|
|
545
|
-
MD?: string | undefined;
|
|
546
|
-
MC?: string | undefined;
|
|
547
|
-
MN?: string | undefined;
|
|
548
|
-
MS?: string | undefined;
|
|
549
|
-
MA?: string | undefined;
|
|
550
|
-
MZ?: string | undefined;
|
|
551
|
-
MM?: string | undefined;
|
|
552
|
-
NA?: string | undefined;
|
|
553
|
-
NR?: string | undefined;
|
|
554
|
-
NP?: string | undefined;
|
|
555
|
-
NL?: string | undefined;
|
|
556
|
-
NC?: string | undefined;
|
|
557
|
-
NZ?: string | undefined;
|
|
558
|
-
NI?: string | undefined;
|
|
559
|
-
NE?: string | undefined;
|
|
560
|
-
NG?: string | undefined;
|
|
561
|
-
NU?: string | undefined;
|
|
562
|
-
NF?: string | undefined;
|
|
563
|
-
MK?: string | undefined;
|
|
564
|
-
MP?: string | undefined;
|
|
565
|
-
NO?: string | undefined;
|
|
566
|
-
OM?: string | undefined;
|
|
567
|
-
PK?: string | undefined;
|
|
568
|
-
PW?: string | undefined;
|
|
569
|
-
PS?: string | undefined;
|
|
570
|
-
PA?: string | undefined;
|
|
571
|
-
PG?: string | undefined;
|
|
572
|
-
PY?: string | undefined;
|
|
573
|
-
PE?: string | undefined;
|
|
574
|
-
PH?: string | undefined;
|
|
575
|
-
PN?: string | undefined;
|
|
576
|
-
PL?: string | undefined;
|
|
577
|
-
PT?: string | undefined;
|
|
578
|
-
PR?: string | undefined;
|
|
579
|
-
QA?: string | undefined;
|
|
580
|
-
RE?: string | undefined;
|
|
581
|
-
RO?: string | undefined;
|
|
582
|
-
RU?: string | undefined;
|
|
583
|
-
RW?: string | undefined;
|
|
584
|
-
SH?: string | undefined;
|
|
585
|
-
KN?: string | undefined;
|
|
586
|
-
LC?: string | undefined;
|
|
587
|
-
PM?: string | undefined;
|
|
588
|
-
VC?: string | undefined;
|
|
589
|
-
WS?: string | undefined;
|
|
590
|
-
SM?: string | undefined;
|
|
591
|
-
ST?: string | undefined;
|
|
592
|
-
SA?: string | undefined;
|
|
593
|
-
SN?: string | undefined;
|
|
594
|
-
SC?: string | undefined;
|
|
595
|
-
SL?: string | undefined;
|
|
596
|
-
SG?: string | undefined;
|
|
597
|
-
SK?: string | undefined;
|
|
598
|
-
SI?: string | undefined;
|
|
599
|
-
SB?: string | undefined;
|
|
600
|
-
SO?: string | undefined;
|
|
601
|
-
ZA?: string | undefined;
|
|
602
|
-
GS?: string | undefined;
|
|
603
|
-
ES?: string | undefined;
|
|
604
|
-
LK?: string | undefined;
|
|
605
|
-
SD?: string | undefined;
|
|
606
|
-
SR?: string | undefined;
|
|
607
|
-
SJ?: string | undefined;
|
|
608
|
-
SZ?: string | undefined;
|
|
609
|
-
SE?: string | undefined;
|
|
610
|
-
CH?: string | undefined;
|
|
611
|
-
SY?: string | undefined;
|
|
612
|
-
TW?: string | undefined;
|
|
613
|
-
TJ?: string | undefined;
|
|
614
|
-
TZ?: string | undefined;
|
|
615
|
-
TH?: string | undefined;
|
|
616
|
-
TL?: string | undefined;
|
|
617
|
-
TG?: string | undefined;
|
|
618
|
-
TK?: string | undefined;
|
|
619
|
-
TO?: string | undefined;
|
|
620
|
-
TT?: string | undefined;
|
|
621
|
-
TN?: string | undefined;
|
|
622
|
-
TR?: string | undefined;
|
|
623
|
-
TM?: string | undefined;
|
|
624
|
-
TC?: string | undefined;
|
|
625
|
-
TV?: string | undefined;
|
|
626
|
-
UG?: string | undefined;
|
|
627
|
-
UA?: string | undefined;
|
|
628
|
-
AE?: string | undefined;
|
|
629
|
-
GB?: string | undefined;
|
|
630
|
-
US?: string | undefined;
|
|
631
|
-
UM?: string | undefined;
|
|
632
|
-
UY?: string | undefined;
|
|
633
|
-
UZ?: string | undefined;
|
|
634
|
-
VU?: string | undefined;
|
|
635
|
-
VE?: string | undefined;
|
|
636
|
-
VN?: string | undefined;
|
|
637
|
-
VG?: string | undefined;
|
|
638
|
-
VI?: string | undefined;
|
|
639
|
-
WF?: string | undefined;
|
|
640
|
-
EH?: string | undefined;
|
|
641
|
-
YE?: string | undefined;
|
|
642
|
-
ZM?: string | undefined;
|
|
643
|
-
ZW?: string | undefined;
|
|
644
|
-
AX?: string | undefined;
|
|
645
|
-
BQ?: string | undefined;
|
|
646
|
-
CW?: string | undefined;
|
|
647
|
-
GG?: string | undefined;
|
|
648
|
-
IM?: string | undefined;
|
|
649
|
-
JE?: string | undefined;
|
|
650
|
-
ME?: string | undefined;
|
|
651
|
-
BL?: string | undefined;
|
|
652
|
-
MF?: string | undefined;
|
|
653
|
-
RS?: string | undefined;
|
|
654
|
-
SX?: string | undefined;
|
|
655
|
-
SS?: string | undefined;
|
|
656
|
-
XK?: string | undefined;
|
|
657
|
-
};
|
|
658
|
-
|
|
659
|
-
export const inboundSchema: z.ZodType<UpdateLinkGeo, z.ZodTypeDef, Inbound> = z
|
|
404
|
+
export const inboundSchema: z.ZodType<UpdateLinkGeo, z.ZodTypeDef, unknown> = z
|
|
660
405
|
.object({
|
|
661
406
|
AF: z.string().optional(),
|
|
662
407
|
AL: z.string().optional(),
|
|
@@ -1928,32 +1673,7 @@ export namespace UpdateLinkGeo$ {
|
|
|
1928
1673
|
|
|
1929
1674
|
/** @internal */
|
|
1930
1675
|
export namespace UpdateLinkRequestBody$ {
|
|
1931
|
-
export
|
|
1932
|
-
url: string;
|
|
1933
|
-
domain?: string | undefined;
|
|
1934
|
-
key?: string | undefined;
|
|
1935
|
-
externalId?: string | null | undefined;
|
|
1936
|
-
prefix?: string | undefined;
|
|
1937
|
-
archived?: boolean | undefined;
|
|
1938
|
-
publicStats?: boolean | undefined;
|
|
1939
|
-
tagId?: string | null | undefined;
|
|
1940
|
-
tagIds?: string | Array<string> | undefined;
|
|
1941
|
-
tagNames?: string | Array<string> | undefined;
|
|
1942
|
-
comments?: string | null | undefined;
|
|
1943
|
-
expiresAt?: string | null | undefined;
|
|
1944
|
-
expiredUrl?: string | null | undefined;
|
|
1945
|
-
password?: string | null | undefined;
|
|
1946
|
-
proxy?: boolean | undefined;
|
|
1947
|
-
title?: string | null | undefined;
|
|
1948
|
-
description?: string | null | undefined;
|
|
1949
|
-
image?: string | null | undefined;
|
|
1950
|
-
rewrite?: boolean | undefined;
|
|
1951
|
-
ios?: string | null | undefined;
|
|
1952
|
-
android?: string | null | undefined;
|
|
1953
|
-
geo?: UpdateLinkGeo$.Inbound | null | undefined;
|
|
1954
|
-
};
|
|
1955
|
-
|
|
1956
|
-
export const inboundSchema: z.ZodType<UpdateLinkRequestBody, z.ZodTypeDef, Inbound> = z
|
|
1676
|
+
export const inboundSchema: z.ZodType<UpdateLinkRequestBody, z.ZodTypeDef, unknown> = z
|
|
1957
1677
|
.object({
|
|
1958
1678
|
url: z.string(),
|
|
1959
1679
|
domain: z.string().optional(),
|
|
@@ -2085,12 +1805,7 @@ export namespace UpdateLinkRequestBody$ {
|
|
|
2085
1805
|
|
|
2086
1806
|
/** @internal */
|
|
2087
1807
|
export namespace UpdateLinkRequest$ {
|
|
2088
|
-
export
|
|
2089
|
-
linkId: string;
|
|
2090
|
-
RequestBody?: UpdateLinkRequestBody$.Inbound | undefined;
|
|
2091
|
-
};
|
|
2092
|
-
|
|
2093
|
-
export const inboundSchema: z.ZodType<UpdateLinkRequest, z.ZodTypeDef, Inbound> = z
|
|
1808
|
+
export const inboundSchema: z.ZodType<UpdateLinkRequest, z.ZodTypeDef, unknown> = z
|
|
2094
1809
|
.object({
|
|
2095
1810
|
linkId: z.string(),
|
|
2096
1811
|
RequestBody: z.lazy(() => UpdateLinkRequestBody$.inboundSchema).optional(),
|
|
@@ -365,13 +365,12 @@ export type UpsertLinkRequestBody = {
|
|
|
365
365
|
|
|
366
366
|
/** @internal */
|
|
367
367
|
export namespace UpsertLinkTagIds$ {
|
|
368
|
-
export
|
|
369
|
-
|
|
370
|
-
export type Outbound = string | Array<string>;
|
|
371
|
-
export const inboundSchema: z.ZodType<UpsertLinkTagIds, z.ZodTypeDef, Inbound> = z.union([
|
|
368
|
+
export const inboundSchema: z.ZodType<UpsertLinkTagIds, z.ZodTypeDef, unknown> = z.union([
|
|
372
369
|
z.string(),
|
|
373
370
|
z.array(z.string()),
|
|
374
371
|
]);
|
|
372
|
+
|
|
373
|
+
export type Outbound = string | Array<string>;
|
|
375
374
|
export const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, UpsertLinkTagIds> = z.union([
|
|
376
375
|
z.string(),
|
|
377
376
|
z.array(z.string()),
|
|
@@ -380,13 +379,12 @@ export namespace UpsertLinkTagIds$ {
|
|
|
380
379
|
|
|
381
380
|
/** @internal */
|
|
382
381
|
export namespace UpsertLinkTagNames$ {
|
|
383
|
-
export
|
|
384
|
-
|
|
385
|
-
export type Outbound = string | Array<string>;
|
|
386
|
-
export const inboundSchema: z.ZodType<UpsertLinkTagNames, z.ZodTypeDef, Inbound> = z.union([
|
|
382
|
+
export const inboundSchema: z.ZodType<UpsertLinkTagNames, z.ZodTypeDef, unknown> = z.union([
|
|
387
383
|
z.string(),
|
|
388
384
|
z.array(z.string()),
|
|
389
385
|
]);
|
|
386
|
+
|
|
387
|
+
export type Outbound = string | Array<string>;
|
|
390
388
|
export const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, UpsertLinkTagNames> = z.union([
|
|
391
389
|
z.string(),
|
|
392
390
|
z.array(z.string()),
|
|
@@ -395,260 +393,7 @@ export namespace UpsertLinkTagNames$ {
|
|
|
395
393
|
|
|
396
394
|
/** @internal */
|
|
397
395
|
export namespace UpsertLinkGeo$ {
|
|
398
|
-
export
|
|
399
|
-
AF?: string | undefined;
|
|
400
|
-
AL?: string | undefined;
|
|
401
|
-
DZ?: string | undefined;
|
|
402
|
-
AS?: string | undefined;
|
|
403
|
-
AD?: string | undefined;
|
|
404
|
-
AO?: string | undefined;
|
|
405
|
-
AI?: string | undefined;
|
|
406
|
-
AQ?: string | undefined;
|
|
407
|
-
AG?: string | undefined;
|
|
408
|
-
AR?: string | undefined;
|
|
409
|
-
AM?: string | undefined;
|
|
410
|
-
AW?: string | undefined;
|
|
411
|
-
AU?: string | undefined;
|
|
412
|
-
AT?: string | undefined;
|
|
413
|
-
AZ?: string | undefined;
|
|
414
|
-
BS?: string | undefined;
|
|
415
|
-
BH?: string | undefined;
|
|
416
|
-
BD?: string | undefined;
|
|
417
|
-
BB?: string | undefined;
|
|
418
|
-
BY?: string | undefined;
|
|
419
|
-
BE?: string | undefined;
|
|
420
|
-
BZ?: string | undefined;
|
|
421
|
-
BJ?: string | undefined;
|
|
422
|
-
BM?: string | undefined;
|
|
423
|
-
BT?: string | undefined;
|
|
424
|
-
BO?: string | undefined;
|
|
425
|
-
BA?: string | undefined;
|
|
426
|
-
BW?: string | undefined;
|
|
427
|
-
BV?: string | undefined;
|
|
428
|
-
BR?: string | undefined;
|
|
429
|
-
IO?: string | undefined;
|
|
430
|
-
BN?: string | undefined;
|
|
431
|
-
BG?: string | undefined;
|
|
432
|
-
BF?: string | undefined;
|
|
433
|
-
BI?: string | undefined;
|
|
434
|
-
KH?: string | undefined;
|
|
435
|
-
CM?: string | undefined;
|
|
436
|
-
CA?: string | undefined;
|
|
437
|
-
CV?: string | undefined;
|
|
438
|
-
KY?: string | undefined;
|
|
439
|
-
CF?: string | undefined;
|
|
440
|
-
TD?: string | undefined;
|
|
441
|
-
CL?: string | undefined;
|
|
442
|
-
CN?: string | undefined;
|
|
443
|
-
CX?: string | undefined;
|
|
444
|
-
CC?: string | undefined;
|
|
445
|
-
CO?: string | undefined;
|
|
446
|
-
KM?: string | undefined;
|
|
447
|
-
CG?: string | undefined;
|
|
448
|
-
CD?: string | undefined;
|
|
449
|
-
CK?: string | undefined;
|
|
450
|
-
CR?: string | undefined;
|
|
451
|
-
CI?: string | undefined;
|
|
452
|
-
HR?: string | undefined;
|
|
453
|
-
CU?: string | undefined;
|
|
454
|
-
CY?: string | undefined;
|
|
455
|
-
CZ?: string | undefined;
|
|
456
|
-
DK?: string | undefined;
|
|
457
|
-
DJ?: string | undefined;
|
|
458
|
-
DM?: string | undefined;
|
|
459
|
-
DO?: string | undefined;
|
|
460
|
-
EC?: string | undefined;
|
|
461
|
-
EG?: string | undefined;
|
|
462
|
-
SV?: string | undefined;
|
|
463
|
-
GQ?: string | undefined;
|
|
464
|
-
ER?: string | undefined;
|
|
465
|
-
EE?: string | undefined;
|
|
466
|
-
ET?: string | undefined;
|
|
467
|
-
FK?: string | undefined;
|
|
468
|
-
FO?: string | undefined;
|
|
469
|
-
FJ?: string | undefined;
|
|
470
|
-
FI?: string | undefined;
|
|
471
|
-
FR?: string | undefined;
|
|
472
|
-
GF?: string | undefined;
|
|
473
|
-
PF?: string | undefined;
|
|
474
|
-
TF?: string | undefined;
|
|
475
|
-
GA?: string | undefined;
|
|
476
|
-
GM?: string | undefined;
|
|
477
|
-
GE?: string | undefined;
|
|
478
|
-
DE?: string | undefined;
|
|
479
|
-
GH?: string | undefined;
|
|
480
|
-
GI?: string | undefined;
|
|
481
|
-
GR?: string | undefined;
|
|
482
|
-
GL?: string | undefined;
|
|
483
|
-
GD?: string | undefined;
|
|
484
|
-
GP?: string | undefined;
|
|
485
|
-
GU?: string | undefined;
|
|
486
|
-
GT?: string | undefined;
|
|
487
|
-
GN?: string | undefined;
|
|
488
|
-
GW?: string | undefined;
|
|
489
|
-
GY?: string | undefined;
|
|
490
|
-
HT?: string | undefined;
|
|
491
|
-
HM?: string | undefined;
|
|
492
|
-
VA?: string | undefined;
|
|
493
|
-
HN?: string | undefined;
|
|
494
|
-
HK?: string | undefined;
|
|
495
|
-
HU?: string | undefined;
|
|
496
|
-
IS?: string | undefined;
|
|
497
|
-
IN?: string | undefined;
|
|
498
|
-
ID?: string | undefined;
|
|
499
|
-
IR?: string | undefined;
|
|
500
|
-
IQ?: string | undefined;
|
|
501
|
-
IE?: string | undefined;
|
|
502
|
-
IL?: string | undefined;
|
|
503
|
-
IT?: string | undefined;
|
|
504
|
-
JM?: string | undefined;
|
|
505
|
-
JP?: string | undefined;
|
|
506
|
-
JO?: string | undefined;
|
|
507
|
-
KZ?: string | undefined;
|
|
508
|
-
KE?: string | undefined;
|
|
509
|
-
KI?: string | undefined;
|
|
510
|
-
KP?: string | undefined;
|
|
511
|
-
KR?: string | undefined;
|
|
512
|
-
KW?: string | undefined;
|
|
513
|
-
KG?: string | undefined;
|
|
514
|
-
LA?: string | undefined;
|
|
515
|
-
LV?: string | undefined;
|
|
516
|
-
LB?: string | undefined;
|
|
517
|
-
LS?: string | undefined;
|
|
518
|
-
LR?: string | undefined;
|
|
519
|
-
LY?: string | undefined;
|
|
520
|
-
LI?: string | undefined;
|
|
521
|
-
LT?: string | undefined;
|
|
522
|
-
LU?: string | undefined;
|
|
523
|
-
MO?: string | undefined;
|
|
524
|
-
MG?: string | undefined;
|
|
525
|
-
MW?: string | undefined;
|
|
526
|
-
MY?: string | undefined;
|
|
527
|
-
MV?: string | undefined;
|
|
528
|
-
ML?: string | undefined;
|
|
529
|
-
MT?: string | undefined;
|
|
530
|
-
MH?: string | undefined;
|
|
531
|
-
MQ?: string | undefined;
|
|
532
|
-
MR?: string | undefined;
|
|
533
|
-
MU?: string | undefined;
|
|
534
|
-
YT?: string | undefined;
|
|
535
|
-
MX?: string | undefined;
|
|
536
|
-
FM?: string | undefined;
|
|
537
|
-
MD?: string | undefined;
|
|
538
|
-
MC?: string | undefined;
|
|
539
|
-
MN?: string | undefined;
|
|
540
|
-
MS?: string | undefined;
|
|
541
|
-
MA?: string | undefined;
|
|
542
|
-
MZ?: string | undefined;
|
|
543
|
-
MM?: string | undefined;
|
|
544
|
-
NA?: string | undefined;
|
|
545
|
-
NR?: string | undefined;
|
|
546
|
-
NP?: string | undefined;
|
|
547
|
-
NL?: string | undefined;
|
|
548
|
-
NC?: string | undefined;
|
|
549
|
-
NZ?: string | undefined;
|
|
550
|
-
NI?: string | undefined;
|
|
551
|
-
NE?: string | undefined;
|
|
552
|
-
NG?: string | undefined;
|
|
553
|
-
NU?: string | undefined;
|
|
554
|
-
NF?: string | undefined;
|
|
555
|
-
MK?: string | undefined;
|
|
556
|
-
MP?: string | undefined;
|
|
557
|
-
NO?: string | undefined;
|
|
558
|
-
OM?: string | undefined;
|
|
559
|
-
PK?: string | undefined;
|
|
560
|
-
PW?: string | undefined;
|
|
561
|
-
PS?: string | undefined;
|
|
562
|
-
PA?: string | undefined;
|
|
563
|
-
PG?: string | undefined;
|
|
564
|
-
PY?: string | undefined;
|
|
565
|
-
PE?: string | undefined;
|
|
566
|
-
PH?: string | undefined;
|
|
567
|
-
PN?: string | undefined;
|
|
568
|
-
PL?: string | undefined;
|
|
569
|
-
PT?: string | undefined;
|
|
570
|
-
PR?: string | undefined;
|
|
571
|
-
QA?: string | undefined;
|
|
572
|
-
RE?: string | undefined;
|
|
573
|
-
RO?: string | undefined;
|
|
574
|
-
RU?: string | undefined;
|
|
575
|
-
RW?: string | undefined;
|
|
576
|
-
SH?: string | undefined;
|
|
577
|
-
KN?: string | undefined;
|
|
578
|
-
LC?: string | undefined;
|
|
579
|
-
PM?: string | undefined;
|
|
580
|
-
VC?: string | undefined;
|
|
581
|
-
WS?: string | undefined;
|
|
582
|
-
SM?: string | undefined;
|
|
583
|
-
ST?: string | undefined;
|
|
584
|
-
SA?: string | undefined;
|
|
585
|
-
SN?: string | undefined;
|
|
586
|
-
SC?: string | undefined;
|
|
587
|
-
SL?: string | undefined;
|
|
588
|
-
SG?: string | undefined;
|
|
589
|
-
SK?: string | undefined;
|
|
590
|
-
SI?: string | undefined;
|
|
591
|
-
SB?: string | undefined;
|
|
592
|
-
SO?: string | undefined;
|
|
593
|
-
ZA?: string | undefined;
|
|
594
|
-
GS?: string | undefined;
|
|
595
|
-
ES?: string | undefined;
|
|
596
|
-
LK?: string | undefined;
|
|
597
|
-
SD?: string | undefined;
|
|
598
|
-
SR?: string | undefined;
|
|
599
|
-
SJ?: string | undefined;
|
|
600
|
-
SZ?: string | undefined;
|
|
601
|
-
SE?: string | undefined;
|
|
602
|
-
CH?: string | undefined;
|
|
603
|
-
SY?: string | undefined;
|
|
604
|
-
TW?: string | undefined;
|
|
605
|
-
TJ?: string | undefined;
|
|
606
|
-
TZ?: string | undefined;
|
|
607
|
-
TH?: string | undefined;
|
|
608
|
-
TL?: string | undefined;
|
|
609
|
-
TG?: string | undefined;
|
|
610
|
-
TK?: string | undefined;
|
|
611
|
-
TO?: string | undefined;
|
|
612
|
-
TT?: string | undefined;
|
|
613
|
-
TN?: string | undefined;
|
|
614
|
-
TR?: string | undefined;
|
|
615
|
-
TM?: string | undefined;
|
|
616
|
-
TC?: string | undefined;
|
|
617
|
-
TV?: string | undefined;
|
|
618
|
-
UG?: string | undefined;
|
|
619
|
-
UA?: string | undefined;
|
|
620
|
-
AE?: string | undefined;
|
|
621
|
-
GB?: string | undefined;
|
|
622
|
-
US?: string | undefined;
|
|
623
|
-
UM?: string | undefined;
|
|
624
|
-
UY?: string | undefined;
|
|
625
|
-
UZ?: string | undefined;
|
|
626
|
-
VU?: string | undefined;
|
|
627
|
-
VE?: string | undefined;
|
|
628
|
-
VN?: string | undefined;
|
|
629
|
-
VG?: string | undefined;
|
|
630
|
-
VI?: string | undefined;
|
|
631
|
-
WF?: string | undefined;
|
|
632
|
-
EH?: string | undefined;
|
|
633
|
-
YE?: string | undefined;
|
|
634
|
-
ZM?: string | undefined;
|
|
635
|
-
ZW?: string | undefined;
|
|
636
|
-
AX?: string | undefined;
|
|
637
|
-
BQ?: string | undefined;
|
|
638
|
-
CW?: string | undefined;
|
|
639
|
-
GG?: string | undefined;
|
|
640
|
-
IM?: string | undefined;
|
|
641
|
-
JE?: string | undefined;
|
|
642
|
-
ME?: string | undefined;
|
|
643
|
-
BL?: string | undefined;
|
|
644
|
-
MF?: string | undefined;
|
|
645
|
-
RS?: string | undefined;
|
|
646
|
-
SX?: string | undefined;
|
|
647
|
-
SS?: string | undefined;
|
|
648
|
-
XK?: string | undefined;
|
|
649
|
-
};
|
|
650
|
-
|
|
651
|
-
export const inboundSchema: z.ZodType<UpsertLinkGeo, z.ZodTypeDef, Inbound> = z
|
|
396
|
+
export const inboundSchema: z.ZodType<UpsertLinkGeo, z.ZodTypeDef, unknown> = z
|
|
652
397
|
.object({
|
|
653
398
|
AF: z.string().optional(),
|
|
654
399
|
AL: z.string().optional(),
|
|
@@ -1920,32 +1665,7 @@ export namespace UpsertLinkGeo$ {
|
|
|
1920
1665
|
|
|
1921
1666
|
/** @internal */
|
|
1922
1667
|
export namespace UpsertLinkRequestBody$ {
|
|
1923
|
-
export
|
|
1924
|
-
url: string;
|
|
1925
|
-
domain?: string | undefined;
|
|
1926
|
-
key?: string | undefined;
|
|
1927
|
-
externalId?: string | null | undefined;
|
|
1928
|
-
prefix?: string | undefined;
|
|
1929
|
-
archived?: boolean | undefined;
|
|
1930
|
-
publicStats?: boolean | undefined;
|
|
1931
|
-
tagId?: string | null | undefined;
|
|
1932
|
-
tagIds?: string | Array<string> | undefined;
|
|
1933
|
-
tagNames?: string | Array<string> | undefined;
|
|
1934
|
-
comments?: string | null | undefined;
|
|
1935
|
-
expiresAt?: string | null | undefined;
|
|
1936
|
-
expiredUrl?: string | null | undefined;
|
|
1937
|
-
password?: string | null | undefined;
|
|
1938
|
-
proxy?: boolean | undefined;
|
|
1939
|
-
title?: string | null | undefined;
|
|
1940
|
-
description?: string | null | undefined;
|
|
1941
|
-
image?: string | null | undefined;
|
|
1942
|
-
rewrite?: boolean | undefined;
|
|
1943
|
-
ios?: string | null | undefined;
|
|
1944
|
-
android?: string | null | undefined;
|
|
1945
|
-
geo?: UpsertLinkGeo$.Inbound | null | undefined;
|
|
1946
|
-
};
|
|
1947
|
-
|
|
1948
|
-
export const inboundSchema: z.ZodType<UpsertLinkRequestBody, z.ZodTypeDef, Inbound> = z
|
|
1668
|
+
export const inboundSchema: z.ZodType<UpsertLinkRequestBody, z.ZodTypeDef, unknown> = z
|
|
1949
1669
|
.object({
|
|
1950
1670
|
url: z.string(),
|
|
1951
1671
|
domain: z.string().optional(),
|