@vercel/sdk 1.10.8 → 1.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +3728 -805
- package/bin/mcp-server.js.map +28 -28
- package/esm/__tests__/accessgroups.test.js +6 -6
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/checks.test.js +1 -0
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +4 -12
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/canceldeploymentop.d.ts +44 -41
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +44 -41
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +104 -98
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +115 -117
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +2 -0
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +2 -0
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +252 -240
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +298 -294
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +1410 -57
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +1584 -202
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +72 -66
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +24 -22
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/getallchecksop.d.ts +2 -0
- package/esm/models/getallchecksop.d.ts.map +1 -1
- package/esm/models/getallchecksop.js +2 -0
- package/esm/models/getallchecksop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +421 -331
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
- package/esm/models/getconfigurationproductsop.js +482 -410
- package/esm/models/getconfigurationproductsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +19 -16
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +25 -24
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +2 -0
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +2 -0
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +1407 -57
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +1578 -202
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +36 -30
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +12 -10
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getwebhookop.d.ts +36 -33
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +12 -11
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +75 -66
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +25 -22
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +36 -0
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +25 -0
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/listaccessgroupsop.d.ts +2 -5
- package/esm/models/listaccessgroupsop.d.ts.map +1 -1
- package/esm/models/listaccessgroupsop.js +2 -2
- package/esm/models/listaccessgroupsop.js.map +1 -1
- package/esm/models/readaccessgroupop.d.ts +48 -5
- package/esm/models/readaccessgroupop.d.ts.map +1 -1
- package/esm/models/readaccessgroupop.js +30 -2
- package/esm/models/readaccessgroupop.js.map +1 -1
- package/esm/models/team.d.ts +165 -24
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +115 -33
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateedgeconfigop.d.ts +2 -0
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +2 -0
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +1407 -57
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +1587 -200
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +1410 -57
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +1583 -202
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +2 -2
- package/examples/package-lock.json +1 -1
- package/examples/projectsUpdateProject.example.ts +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +6 -6
- package/src/__tests__/checks.test.ts +1 -0
- package/src/__tests__/domains.test.ts +4 -12
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/canceldeploymentop.ts +85 -64
- package/src/models/createdeploymentop.ts +241 -192
- package/src/models/createedgeconfigop.ts +4 -0
- package/src/models/createintegrationstoredirectop.ts +509 -505
- package/src/models/createprojectop.ts +3282 -299
- package/src/models/createwebhookop.ts +24 -22
- package/src/models/getallchecksop.ts +4 -0
- package/src/models/getconfigurationproductsop.ts +847 -706
- package/src/models/getdeploymentop.ts +35 -34
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getedgeconfigop.ts +4 -0
- package/src/models/getprojectsop.ts +3260 -300
- package/src/models/getteammembersop.ts +12 -10
- package/src/models/getwebhookop.ts +12 -11
- package/src/models/getwebhooksop.ts +25 -22
- package/src/models/importresourceop.ts +34 -0
- package/src/models/listaccessgroupsop.ts +4 -7
- package/src/models/readaccessgroupop.ts +42 -7
- package/src/models/team.ts +200 -46
- package/src/models/updateedgeconfigop.ts +4 -0
- package/src/models/updateprojectdatacacheop.ts +3189 -307
- package/src/models/updateprojectop.ts +3296 -298
- package/src/models/userevent.ts +2 -2
- package/vercel-spec.json +5360 -2352
|
@@ -460,6 +460,7 @@ export declare const UpdateProjectDataCacheFramework: {
|
|
|
460
460
|
readonly Vitepress: "vitepress";
|
|
461
461
|
readonly Vuepress: "vuepress";
|
|
462
462
|
readonly Parcel: "parcel";
|
|
463
|
+
readonly Fastapi: "fastapi";
|
|
463
464
|
readonly Fasthtml: "fasthtml";
|
|
464
465
|
readonly SanityV3: "sanity-v3";
|
|
465
466
|
readonly Sanity: "sanity";
|
|
@@ -606,7 +607,7 @@ export type LatestDeployments = {
|
|
|
606
607
|
withCache?: boolean | undefined;
|
|
607
608
|
};
|
|
608
609
|
export declare const UpdateProjectDataCacheLinkProjectsResponse200Type: {
|
|
609
|
-
readonly
|
|
610
|
+
readonly Bitbucket: "bitbucket";
|
|
610
611
|
};
|
|
611
612
|
export type UpdateProjectDataCacheLinkProjectsResponse200Type = ClosedEnum<typeof UpdateProjectDataCacheLinkProjectsResponse200Type>;
|
|
612
613
|
export type UpdateProjectDataCacheLinkProjectsResponseDeployHooks = {
|
|
@@ -617,15 +618,12 @@ export type UpdateProjectDataCacheLinkProjectsResponseDeployHooks = {
|
|
|
617
618
|
url: string;
|
|
618
619
|
};
|
|
619
620
|
export type Link5 = {
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
*/
|
|
624
|
-
repoOwnerId?: number | undefined;
|
|
625
|
-
repo?: string | undefined;
|
|
626
|
-
repoId?: number | undefined;
|
|
621
|
+
name: string;
|
|
622
|
+
slug: string;
|
|
623
|
+
owner: string;
|
|
627
624
|
type: UpdateProjectDataCacheLinkProjectsResponse200Type;
|
|
628
|
-
|
|
625
|
+
uuid: string;
|
|
626
|
+
workspaceUuid: string;
|
|
629
627
|
createdAt?: number | undefined;
|
|
630
628
|
deployHooks: Array<UpdateProjectDataCacheLinkProjectsResponseDeployHooks>;
|
|
631
629
|
gitCredentialId: string;
|
|
@@ -634,7 +632,7 @@ export type Link5 = {
|
|
|
634
632
|
productionBranch: string;
|
|
635
633
|
};
|
|
636
634
|
export declare const UpdateProjectDataCacheLinkProjectsResponseType: {
|
|
637
|
-
readonly
|
|
635
|
+
readonly Gitlab: "gitlab";
|
|
638
636
|
};
|
|
639
637
|
export type UpdateProjectDataCacheLinkProjectsResponseType = ClosedEnum<typeof UpdateProjectDataCacheLinkProjectsResponseType>;
|
|
640
638
|
export type UpdateProjectDataCacheLinkProjectsDeployHooks = {
|
|
@@ -645,12 +643,16 @@ export type UpdateProjectDataCacheLinkProjectsDeployHooks = {
|
|
|
645
643
|
url: string;
|
|
646
644
|
};
|
|
647
645
|
export type Link4 = {
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
646
|
+
projectId: string;
|
|
647
|
+
projectName: string;
|
|
648
|
+
projectNameWithNamespace: string;
|
|
649
|
+
projectNamespace: string;
|
|
650
|
+
/**
|
|
651
|
+
* A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes. This is the id of the top level group that a namespace belongs to. Gitlab supports group nesting (up to 20 levels).
|
|
652
|
+
*/
|
|
653
|
+
projectOwnerId?: number | undefined;
|
|
654
|
+
projectUrl: string;
|
|
651
655
|
type: UpdateProjectDataCacheLinkProjectsResponseType;
|
|
652
|
-
uuid: string;
|
|
653
|
-
workspaceUuid: string;
|
|
654
656
|
createdAt?: number | undefined;
|
|
655
657
|
deployHooks: Array<UpdateProjectDataCacheLinkProjectsDeployHooks>;
|
|
656
658
|
gitCredentialId: string;
|
|
@@ -659,7 +661,7 @@ export type Link4 = {
|
|
|
659
661
|
productionBranch: string;
|
|
660
662
|
};
|
|
661
663
|
export declare const UpdateProjectDataCacheLinkProjectsType: {
|
|
662
|
-
readonly
|
|
664
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
663
665
|
};
|
|
664
666
|
export type UpdateProjectDataCacheLinkProjectsType = ClosedEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
|
|
665
667
|
export type UpdateProjectDataCacheLinkDeployHooks = {
|
|
@@ -670,16 +672,15 @@ export type UpdateProjectDataCacheLinkDeployHooks = {
|
|
|
670
672
|
url: string;
|
|
671
673
|
};
|
|
672
674
|
export type Link3 = {
|
|
673
|
-
|
|
674
|
-
projectName: string;
|
|
675
|
-
projectNameWithNamespace: string;
|
|
676
|
-
projectNamespace: string;
|
|
675
|
+
org: string;
|
|
677
676
|
/**
|
|
678
|
-
* A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
|
|
677
|
+
* A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
|
|
679
678
|
*/
|
|
680
|
-
|
|
681
|
-
|
|
679
|
+
repoOwnerId?: number | undefined;
|
|
680
|
+
repo?: string | undefined;
|
|
681
|
+
repoId?: number | undefined;
|
|
682
682
|
type: UpdateProjectDataCacheLinkProjectsType;
|
|
683
|
+
host: string;
|
|
683
684
|
createdAt?: number | undefined;
|
|
684
685
|
deployHooks: Array<UpdateProjectDataCacheLinkDeployHooks>;
|
|
685
686
|
gitCredentialId: string;
|
|
@@ -741,7 +742,7 @@ export type Link1 = {
|
|
|
741
742
|
sourceless?: boolean | undefined;
|
|
742
743
|
productionBranch: string;
|
|
743
744
|
};
|
|
744
|
-
export type Link =
|
|
745
|
+
export type Link = Link4 | Link5 | Link3 | Link1 | Link2;
|
|
745
746
|
export type UpdateProjectDataCacheMicrofrontends2 = {
|
|
746
747
|
updatedAt: number;
|
|
747
748
|
groupIds: Array<any>;
|
|
@@ -1097,6 +1098,7 @@ export type Permissions = {
|
|
|
1097
1098
|
jobGlobal?: Array<ACLAction> | undefined;
|
|
1098
1099
|
drain?: Array<ACLAction> | undefined;
|
|
1099
1100
|
logDrain?: Array<ACLAction> | undefined;
|
|
1101
|
+
traceDrain?: Array<ACLAction> | undefined;
|
|
1100
1102
|
monitoring?: Array<ACLAction> | undefined;
|
|
1101
1103
|
monitoringSettings?: Array<ACLAction> | undefined;
|
|
1102
1104
|
monitoringQuery?: Array<ACLAction> | undefined;
|
|
@@ -1117,6 +1119,7 @@ export type Permissions = {
|
|
|
1117
1119
|
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1118
1120
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1119
1121
|
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
1122
|
+
alerts?: Array<ACLAction> | undefined;
|
|
1120
1123
|
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1121
1124
|
observabilityFunnel?: Array<ACLAction> | undefined;
|
|
1122
1125
|
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
@@ -1372,15 +1375,15 @@ export type BotFilter = {
|
|
|
1372
1375
|
active: boolean;
|
|
1373
1376
|
action?: UpdateProjectDataCacheProjectsResponseAction | undefined;
|
|
1374
1377
|
};
|
|
1375
|
-
export declare const
|
|
1378
|
+
export declare const UpdateProjectDataCacheProjectsResponse200Action: {
|
|
1376
1379
|
readonly Log: "log";
|
|
1377
1380
|
readonly Challenge: "challenge";
|
|
1378
1381
|
readonly Deny: "deny";
|
|
1379
1382
|
};
|
|
1380
|
-
export type
|
|
1383
|
+
export type UpdateProjectDataCacheProjectsResponse200Action = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200Action>;
|
|
1381
1384
|
export type UpdateProjectDataCacheAiBots = {
|
|
1382
1385
|
active: boolean;
|
|
1383
|
-
action?:
|
|
1386
|
+
action?: UpdateProjectDataCacheProjectsResponse200Action | undefined;
|
|
1384
1387
|
};
|
|
1385
1388
|
export declare const UpdateProjectDataCacheProjectsAction: {
|
|
1386
1389
|
readonly Log: "log";
|
|
@@ -1441,6 +1444,224 @@ export type UpdateProjectDataCacheTier = ClosedEnum<typeof UpdateProjectDataCach
|
|
|
1441
1444
|
export type Features = {
|
|
1442
1445
|
webAnalytics?: boolean | undefined;
|
|
1443
1446
|
};
|
|
1447
|
+
export type UpdateProjectDataCacheHistory = {
|
|
1448
|
+
scanner: string;
|
|
1449
|
+
reason: string;
|
|
1450
|
+
by: string;
|
|
1451
|
+
byId: string;
|
|
1452
|
+
at: number;
|
|
1453
|
+
};
|
|
1454
|
+
export declare const UpdateProjectDataCacheAction: {
|
|
1455
|
+
readonly Blocked: "blocked";
|
|
1456
|
+
};
|
|
1457
|
+
export type UpdateProjectDataCacheAction = ClosedEnum<typeof UpdateProjectDataCacheAction>;
|
|
1458
|
+
export type Block = {
|
|
1459
|
+
action: UpdateProjectDataCacheAction;
|
|
1460
|
+
reason: string;
|
|
1461
|
+
statusCode: number;
|
|
1462
|
+
createdAt: number;
|
|
1463
|
+
caseId?: string | undefined;
|
|
1464
|
+
actor?: string | undefined;
|
|
1465
|
+
comment?: string | undefined;
|
|
1466
|
+
isCascading?: boolean | undefined;
|
|
1467
|
+
};
|
|
1468
|
+
export declare const UpdateProjectDataCacheBlockHistoryProjectsResponseAction: {
|
|
1469
|
+
readonly RouteUnblocked: "route-unblocked";
|
|
1470
|
+
};
|
|
1471
|
+
export type UpdateProjectDataCacheBlockHistoryProjectsResponseAction = ClosedEnum<typeof UpdateProjectDataCacheBlockHistoryProjectsResponseAction>;
|
|
1472
|
+
export declare const UpdateProjectDataCacheHasProjectsResponseType: {
|
|
1473
|
+
readonly Host: "host";
|
|
1474
|
+
};
|
|
1475
|
+
export type UpdateProjectDataCacheHasProjectsResponseType = ClosedEnum<typeof UpdateProjectDataCacheHasProjectsResponseType>;
|
|
1476
|
+
export type UpdateProjectDataCacheHasProjectsValue = {
|
|
1477
|
+
eq: string;
|
|
1478
|
+
};
|
|
1479
|
+
export type UpdateProjectDataCacheHas2 = {
|
|
1480
|
+
type: UpdateProjectDataCacheHasProjectsResponseType;
|
|
1481
|
+
value: UpdateProjectDataCacheHasProjectsValue;
|
|
1482
|
+
};
|
|
1483
|
+
export declare const UpdateProjectDataCacheHasProjectsType: {
|
|
1484
|
+
readonly Header: "header";
|
|
1485
|
+
};
|
|
1486
|
+
export type UpdateProjectDataCacheHasProjectsType = ClosedEnum<typeof UpdateProjectDataCacheHasProjectsType>;
|
|
1487
|
+
export declare const UpdateProjectDataCacheHasProjectsKey: {
|
|
1488
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
1489
|
+
};
|
|
1490
|
+
export type UpdateProjectDataCacheHasProjectsKey = ClosedEnum<typeof UpdateProjectDataCacheHasProjectsKey>;
|
|
1491
|
+
export type UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue = {
|
|
1492
|
+
eq: string;
|
|
1493
|
+
};
|
|
1494
|
+
export type UpdateProjectDataCacheHas1 = {
|
|
1495
|
+
type: UpdateProjectDataCacheHasProjectsType;
|
|
1496
|
+
key: UpdateProjectDataCacheHasProjectsKey;
|
|
1497
|
+
value: UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue;
|
|
1498
|
+
};
|
|
1499
|
+
export type RouteHas = UpdateProjectDataCacheHas1 | UpdateProjectDataCacheHas2;
|
|
1500
|
+
export declare const UpdateProjectDataCacheRouteAction: {
|
|
1501
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
1502
|
+
};
|
|
1503
|
+
export type UpdateProjectDataCacheRouteAction = ClosedEnum<typeof UpdateProjectDataCacheRouteAction>;
|
|
1504
|
+
export type RouteMitigate = {
|
|
1505
|
+
action: UpdateProjectDataCacheRouteAction;
|
|
1506
|
+
};
|
|
1507
|
+
export type UpdateProjectDataCacheRoute2 = {
|
|
1508
|
+
has: Array<UpdateProjectDataCacheHas1 | UpdateProjectDataCacheHas2>;
|
|
1509
|
+
mitigate: RouteMitigate;
|
|
1510
|
+
src?: string | undefined;
|
|
1511
|
+
};
|
|
1512
|
+
export type UpdateProjectDataCacheRoute1 = {
|
|
1513
|
+
src: string;
|
|
1514
|
+
status: number;
|
|
1515
|
+
};
|
|
1516
|
+
export type BlockHistoryRoute = UpdateProjectDataCacheRoute1 | UpdateProjectDataCacheRoute2;
|
|
1517
|
+
export type BlockHistory4 = {
|
|
1518
|
+
action: UpdateProjectDataCacheBlockHistoryProjectsResponseAction;
|
|
1519
|
+
route: UpdateProjectDataCacheRoute1 | UpdateProjectDataCacheRoute2;
|
|
1520
|
+
statusCode?: number | undefined;
|
|
1521
|
+
createdAt: number;
|
|
1522
|
+
caseId?: string | undefined;
|
|
1523
|
+
actor?: string | undefined;
|
|
1524
|
+
comment?: string | undefined;
|
|
1525
|
+
isCascading?: boolean | undefined;
|
|
1526
|
+
};
|
|
1527
|
+
export declare const UpdateProjectDataCacheBlockHistoryProjectsAction: {
|
|
1528
|
+
readonly RouteBlocked: "route-blocked";
|
|
1529
|
+
};
|
|
1530
|
+
export type UpdateProjectDataCacheBlockHistoryProjectsAction = ClosedEnum<typeof UpdateProjectDataCacheBlockHistoryProjectsAction>;
|
|
1531
|
+
export declare const UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType: {
|
|
1532
|
+
readonly Host: "host";
|
|
1533
|
+
};
|
|
1534
|
+
export type UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType>;
|
|
1535
|
+
export type UpdateProjectDataCacheHasProjectsResponse200Value = {
|
|
1536
|
+
eq: string;
|
|
1537
|
+
};
|
|
1538
|
+
export type UpdateProjectDataCacheHasProjects2 = {
|
|
1539
|
+
type: UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType;
|
|
1540
|
+
value: UpdateProjectDataCacheHasProjectsResponse200Value;
|
|
1541
|
+
};
|
|
1542
|
+
export declare const UpdateProjectDataCacheHasProjectsResponse200Type: {
|
|
1543
|
+
readonly Header: "header";
|
|
1544
|
+
};
|
|
1545
|
+
export type UpdateProjectDataCacheHasProjectsResponse200Type = ClosedEnum<typeof UpdateProjectDataCacheHasProjectsResponse200Type>;
|
|
1546
|
+
export declare const UpdateProjectDataCacheHasKey: {
|
|
1547
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
1548
|
+
};
|
|
1549
|
+
export type UpdateProjectDataCacheHasKey = ClosedEnum<typeof UpdateProjectDataCacheHasKey>;
|
|
1550
|
+
export type UpdateProjectDataCacheHasProjectsResponseValue = {
|
|
1551
|
+
eq: string;
|
|
1552
|
+
};
|
|
1553
|
+
export type UpdateProjectDataCacheHasProjects1 = {
|
|
1554
|
+
type: UpdateProjectDataCacheHasProjectsResponse200Type;
|
|
1555
|
+
key: UpdateProjectDataCacheHasKey;
|
|
1556
|
+
value: UpdateProjectDataCacheHasProjectsResponseValue;
|
|
1557
|
+
};
|
|
1558
|
+
export type UpdateProjectDataCacheRouteHas = UpdateProjectDataCacheHasProjects1 | UpdateProjectDataCacheHasProjects2;
|
|
1559
|
+
export declare const RouteAction: {
|
|
1560
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
1561
|
+
};
|
|
1562
|
+
export type RouteAction = ClosedEnum<typeof RouteAction>;
|
|
1563
|
+
export type UpdateProjectDataCacheRouteMitigate = {
|
|
1564
|
+
action: RouteAction;
|
|
1565
|
+
};
|
|
1566
|
+
export type Route2 = {
|
|
1567
|
+
has: Array<UpdateProjectDataCacheHasProjects1 | UpdateProjectDataCacheHasProjects2>;
|
|
1568
|
+
mitigate: UpdateProjectDataCacheRouteMitigate;
|
|
1569
|
+
src?: string | undefined;
|
|
1570
|
+
};
|
|
1571
|
+
export type Route1 = {
|
|
1572
|
+
src: string;
|
|
1573
|
+
status: number;
|
|
1574
|
+
};
|
|
1575
|
+
export type Route = Route1 | Route2;
|
|
1576
|
+
export type BlockHistory3 = {
|
|
1577
|
+
action: UpdateProjectDataCacheBlockHistoryProjectsAction;
|
|
1578
|
+
route: Route1 | Route2;
|
|
1579
|
+
reason: string;
|
|
1580
|
+
createdAt: number;
|
|
1581
|
+
caseId?: string | undefined;
|
|
1582
|
+
actor?: string | undefined;
|
|
1583
|
+
comment?: string | undefined;
|
|
1584
|
+
isCascading?: boolean | undefined;
|
|
1585
|
+
};
|
|
1586
|
+
export declare const UpdateProjectDataCacheBlockHistoryAction: {
|
|
1587
|
+
readonly Unblocked: "unblocked";
|
|
1588
|
+
};
|
|
1589
|
+
export type UpdateProjectDataCacheBlockHistoryAction = ClosedEnum<typeof UpdateProjectDataCacheBlockHistoryAction>;
|
|
1590
|
+
export type BlockHistory2 = {
|
|
1591
|
+
action: UpdateProjectDataCacheBlockHistoryAction;
|
|
1592
|
+
createdAt: number;
|
|
1593
|
+
caseId?: string | undefined;
|
|
1594
|
+
actor?: string | undefined;
|
|
1595
|
+
comment?: string | undefined;
|
|
1596
|
+
isCascading?: boolean | undefined;
|
|
1597
|
+
};
|
|
1598
|
+
export declare const BlockHistoryAction: {
|
|
1599
|
+
readonly Blocked: "blocked";
|
|
1600
|
+
};
|
|
1601
|
+
export type BlockHistoryAction = ClosedEnum<typeof BlockHistoryAction>;
|
|
1602
|
+
export type BlockHistory1 = {
|
|
1603
|
+
action: BlockHistoryAction;
|
|
1604
|
+
reason: string;
|
|
1605
|
+
statusCode: number;
|
|
1606
|
+
createdAt: number;
|
|
1607
|
+
caseId?: string | undefined;
|
|
1608
|
+
actor?: string | undefined;
|
|
1609
|
+
comment?: string | undefined;
|
|
1610
|
+
isCascading?: boolean | undefined;
|
|
1611
|
+
};
|
|
1612
|
+
export type UpdateProjectDataCacheBlockHistory = BlockHistory1 | BlockHistory3 | BlockHistory4 | BlockHistory2;
|
|
1613
|
+
export type UpdateProjectDataCacheAbuse = {
|
|
1614
|
+
scanner?: string | undefined;
|
|
1615
|
+
history: Array<UpdateProjectDataCacheHistory>;
|
|
1616
|
+
updatedAt: number;
|
|
1617
|
+
block?: Block | undefined;
|
|
1618
|
+
blockHistory?: Array<BlockHistory1 | BlockHistory3 | BlockHistory4 | BlockHistory2> | undefined;
|
|
1619
|
+
};
|
|
1620
|
+
export declare const UpdateProjectDataCacheHasType: {
|
|
1621
|
+
readonly Host: "host";
|
|
1622
|
+
};
|
|
1623
|
+
export type UpdateProjectDataCacheHasType = ClosedEnum<typeof UpdateProjectDataCacheHasType>;
|
|
1624
|
+
export type HasValue = {
|
|
1625
|
+
eq: string;
|
|
1626
|
+
};
|
|
1627
|
+
export type Has2 = {
|
|
1628
|
+
type: UpdateProjectDataCacheHasType;
|
|
1629
|
+
value: HasValue;
|
|
1630
|
+
};
|
|
1631
|
+
export declare const HasType: {
|
|
1632
|
+
readonly Header: "header";
|
|
1633
|
+
};
|
|
1634
|
+
export type HasType = ClosedEnum<typeof HasType>;
|
|
1635
|
+
export declare const Key: {
|
|
1636
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
1637
|
+
};
|
|
1638
|
+
export type Key = ClosedEnum<typeof Key>;
|
|
1639
|
+
export type UpdateProjectDataCacheHasValue = {
|
|
1640
|
+
eq: string;
|
|
1641
|
+
};
|
|
1642
|
+
export type Has1 = {
|
|
1643
|
+
type: HasType;
|
|
1644
|
+
key: Key;
|
|
1645
|
+
value: UpdateProjectDataCacheHasValue;
|
|
1646
|
+
};
|
|
1647
|
+
export type Has = Has1 | Has2;
|
|
1648
|
+
export declare const InternalRoutesAction: {
|
|
1649
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
1650
|
+
};
|
|
1651
|
+
export type InternalRoutesAction = ClosedEnum<typeof InternalRoutesAction>;
|
|
1652
|
+
export type UpdateProjectDataCacheInternalRoutesMitigate = {
|
|
1653
|
+
action: InternalRoutesAction;
|
|
1654
|
+
};
|
|
1655
|
+
export type InternalRoutes2 = {
|
|
1656
|
+
has: Array<Has1 | Has2>;
|
|
1657
|
+
mitigate: UpdateProjectDataCacheInternalRoutesMitigate;
|
|
1658
|
+
src?: string | undefined;
|
|
1659
|
+
};
|
|
1660
|
+
export type InternalRoutes1 = {
|
|
1661
|
+
src: string;
|
|
1662
|
+
status: number;
|
|
1663
|
+
};
|
|
1664
|
+
export type InternalRoutes = InternalRoutes1 | InternalRoutes2;
|
|
1444
1665
|
export type UpdateProjectDataCacheResponseBody = {
|
|
1445
1666
|
accountId: string;
|
|
1446
1667
|
analytics?: Analytics | undefined;
|
|
@@ -1473,7 +1694,7 @@ export type UpdateProjectDataCacheResponseBody = {
|
|
|
1473
1694
|
id: string;
|
|
1474
1695
|
ipBuckets?: Array<UpdateProjectDataCacheIpBuckets> | undefined;
|
|
1475
1696
|
latestDeployments?: Array<LatestDeployments> | undefined;
|
|
1476
|
-
link?:
|
|
1697
|
+
link?: Link4 | Link5 | Link3 | Link1 | Link2 | undefined;
|
|
1477
1698
|
microfrontends?: UpdateProjectDataCacheMicrofrontends1 | UpdateProjectDataCacheMicrofrontends2 | undefined;
|
|
1478
1699
|
name: string;
|
|
1479
1700
|
nodeVersion: UpdateProjectDataCacheNodeVersion;
|
|
@@ -1529,6 +1750,8 @@ export type UpdateProjectDataCacheResponseBody = {
|
|
|
1529
1750
|
tier?: UpdateProjectDataCacheTier | undefined;
|
|
1530
1751
|
features?: Features | undefined;
|
|
1531
1752
|
v0?: boolean | undefined;
|
|
1753
|
+
abuse?: UpdateProjectDataCacheAbuse | undefined;
|
|
1754
|
+
internalRoutes?: Array<InternalRoutes1 | InternalRoutes2> | undefined;
|
|
1532
1755
|
};
|
|
1533
1756
|
/** @internal */
|
|
1534
1757
|
export declare const UpdateProjectDataCacheRequestBody$inboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody, z.ZodTypeDef, unknown>;
|
|
@@ -2841,6 +3064,7 @@ export declare namespace UpdateProjectDataCacheFramework$ {
|
|
|
2841
3064
|
readonly Vitepress: "vitepress";
|
|
2842
3065
|
readonly Vuepress: "vuepress";
|
|
2843
3066
|
readonly Parcel: "parcel";
|
|
3067
|
+
readonly Fastapi: "fastapi";
|
|
2844
3068
|
readonly Fasthtml: "fasthtml";
|
|
2845
3069
|
readonly SanityV3: "sanity-v3";
|
|
2846
3070
|
readonly Sanity: "sanity";
|
|
@@ -2894,6 +3118,7 @@ export declare namespace UpdateProjectDataCacheFramework$ {
|
|
|
2894
3118
|
readonly Vitepress: "vitepress";
|
|
2895
3119
|
readonly Vuepress: "vuepress";
|
|
2896
3120
|
readonly Parcel: "parcel";
|
|
3121
|
+
readonly Fastapi: "fastapi";
|
|
2897
3122
|
readonly Fasthtml: "fasthtml";
|
|
2898
3123
|
readonly SanityV3: "sanity-v3";
|
|
2899
3124
|
readonly Sanity: "sanity";
|
|
@@ -3301,11 +3526,11 @@ export declare const UpdateProjectDataCacheLinkProjectsResponse200Type$outboundS
|
|
|
3301
3526
|
export declare namespace UpdateProjectDataCacheLinkProjectsResponse200Type$ {
|
|
3302
3527
|
/** @deprecated use `UpdateProjectDataCacheLinkProjectsResponse200Type$inboundSchema` instead. */
|
|
3303
3528
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3304
|
-
readonly
|
|
3529
|
+
readonly Bitbucket: "bitbucket";
|
|
3305
3530
|
}>;
|
|
3306
3531
|
/** @deprecated use `UpdateProjectDataCacheLinkProjectsResponse200Type$outboundSchema` instead. */
|
|
3307
3532
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3308
|
-
readonly
|
|
3533
|
+
readonly Bitbucket: "bitbucket";
|
|
3309
3534
|
}>;
|
|
3310
3535
|
}
|
|
3311
3536
|
/** @internal */
|
|
@@ -3338,12 +3563,12 @@ export declare function updateProjectDataCacheLinkProjectsResponseDeployHooksFro
|
|
|
3338
3563
|
export declare const Link5$inboundSchema: z.ZodType<Link5, z.ZodTypeDef, unknown>;
|
|
3339
3564
|
/** @internal */
|
|
3340
3565
|
export type Link5$Outbound = {
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
repoId?: number | undefined;
|
|
3566
|
+
name: string;
|
|
3567
|
+
slug: string;
|
|
3568
|
+
owner: string;
|
|
3345
3569
|
type: string;
|
|
3346
|
-
|
|
3570
|
+
uuid: string;
|
|
3571
|
+
workspaceUuid: string;
|
|
3347
3572
|
createdAt?: number | undefined;
|
|
3348
3573
|
deployHooks: Array<UpdateProjectDataCacheLinkProjectsResponseDeployHooks$Outbound>;
|
|
3349
3574
|
gitCredentialId: string;
|
|
@@ -3378,11 +3603,11 @@ export declare const UpdateProjectDataCacheLinkProjectsResponseType$outboundSche
|
|
|
3378
3603
|
export declare namespace UpdateProjectDataCacheLinkProjectsResponseType$ {
|
|
3379
3604
|
/** @deprecated use `UpdateProjectDataCacheLinkProjectsResponseType$inboundSchema` instead. */
|
|
3380
3605
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3381
|
-
readonly
|
|
3606
|
+
readonly Gitlab: "gitlab";
|
|
3382
3607
|
}>;
|
|
3383
3608
|
/** @deprecated use `UpdateProjectDataCacheLinkProjectsResponseType$outboundSchema` instead. */
|
|
3384
3609
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3385
|
-
readonly
|
|
3610
|
+
readonly Gitlab: "gitlab";
|
|
3386
3611
|
}>;
|
|
3387
3612
|
}
|
|
3388
3613
|
/** @internal */
|
|
@@ -3415,12 +3640,13 @@ export declare function updateProjectDataCacheLinkProjectsDeployHooksFromJSON(js
|
|
|
3415
3640
|
export declare const Link4$inboundSchema: z.ZodType<Link4, z.ZodTypeDef, unknown>;
|
|
3416
3641
|
/** @internal */
|
|
3417
3642
|
export type Link4$Outbound = {
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3643
|
+
projectId: string;
|
|
3644
|
+
projectName: string;
|
|
3645
|
+
projectNameWithNamespace: string;
|
|
3646
|
+
projectNamespace: string;
|
|
3647
|
+
projectOwnerId?: number | undefined;
|
|
3648
|
+
projectUrl: string;
|
|
3421
3649
|
type: string;
|
|
3422
|
-
uuid: string;
|
|
3423
|
-
workspaceUuid: string;
|
|
3424
3650
|
createdAt?: number | undefined;
|
|
3425
3651
|
deployHooks: Array<UpdateProjectDataCacheLinkProjectsDeployHooks$Outbound>;
|
|
3426
3652
|
gitCredentialId: string;
|
|
@@ -3455,11 +3681,11 @@ export declare const UpdateProjectDataCacheLinkProjectsType$outboundSchema: z.Zo
|
|
|
3455
3681
|
export declare namespace UpdateProjectDataCacheLinkProjectsType$ {
|
|
3456
3682
|
/** @deprecated use `UpdateProjectDataCacheLinkProjectsType$inboundSchema` instead. */
|
|
3457
3683
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3458
|
-
readonly
|
|
3684
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
3459
3685
|
}>;
|
|
3460
3686
|
/** @deprecated use `UpdateProjectDataCacheLinkProjectsType$outboundSchema` instead. */
|
|
3461
3687
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3462
|
-
readonly
|
|
3688
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
3463
3689
|
}>;
|
|
3464
3690
|
}
|
|
3465
3691
|
/** @internal */
|
|
@@ -3492,13 +3718,12 @@ export declare function updateProjectDataCacheLinkDeployHooksFromJSON(jsonString
|
|
|
3492
3718
|
export declare const Link3$inboundSchema: z.ZodType<Link3, z.ZodTypeDef, unknown>;
|
|
3493
3719
|
/** @internal */
|
|
3494
3720
|
export type Link3$Outbound = {
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
projectOwnerId?: number | undefined;
|
|
3500
|
-
projectUrl: string;
|
|
3721
|
+
org: string;
|
|
3722
|
+
repoOwnerId?: number | undefined;
|
|
3723
|
+
repo?: string | undefined;
|
|
3724
|
+
repoId?: number | undefined;
|
|
3501
3725
|
type: string;
|
|
3726
|
+
host: string;
|
|
3502
3727
|
createdAt?: number | undefined;
|
|
3503
3728
|
deployHooks: Array<UpdateProjectDataCacheLinkDeployHooks$Outbound>;
|
|
3504
3729
|
gitCredentialId: string;
|
|
@@ -3677,7 +3902,7 @@ export declare function link1FromJSON(jsonString: string): SafeParseResult<Link1
|
|
|
3677
3902
|
/** @internal */
|
|
3678
3903
|
export declare const Link$inboundSchema: z.ZodType<Link, z.ZodTypeDef, unknown>;
|
|
3679
3904
|
/** @internal */
|
|
3680
|
-
export type Link$Outbound =
|
|
3905
|
+
export type Link$Outbound = Link4$Outbound | Link5$Outbound | Link3$Outbound | Link1$Outbound | Link2$Outbound;
|
|
3681
3906
|
/** @internal */
|
|
3682
3907
|
export declare const Link$outboundSchema: z.ZodType<Link$Outbound, z.ZodTypeDef, Link>;
|
|
3683
3908
|
/**
|
|
@@ -4555,6 +4780,7 @@ export type Permissions$Outbound = {
|
|
|
4555
4780
|
jobGlobal?: Array<string> | undefined;
|
|
4556
4781
|
drain?: Array<string> | undefined;
|
|
4557
4782
|
logDrain?: Array<string> | undefined;
|
|
4783
|
+
traceDrain?: Array<string> | undefined;
|
|
4558
4784
|
Monitoring?: Array<string> | undefined;
|
|
4559
4785
|
monitoringSettings?: Array<string> | undefined;
|
|
4560
4786
|
monitoringQuery?: Array<string> | undefined;
|
|
@@ -4575,6 +4801,7 @@ export type Permissions$Outbound = {
|
|
|
4575
4801
|
notificationCustomerBudget?: Array<string> | undefined;
|
|
4576
4802
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
4577
4803
|
observabilityConfiguration?: Array<string> | undefined;
|
|
4804
|
+
alerts?: Array<string> | undefined;
|
|
4578
4805
|
observabilityNotebook?: Array<string> | undefined;
|
|
4579
4806
|
observabilityFunnel?: Array<string> | undefined;
|
|
4580
4807
|
openTelemetryEndpoint?: Array<string> | undefined;
|
|
@@ -5216,21 +5443,21 @@ export declare namespace BotFilter$ {
|
|
|
5216
5443
|
export declare function botFilterToJSON(botFilter: BotFilter): string;
|
|
5217
5444
|
export declare function botFilterFromJSON(jsonString: string): SafeParseResult<BotFilter, SDKValidationError>;
|
|
5218
5445
|
/** @internal */
|
|
5219
|
-
export declare const
|
|
5446
|
+
export declare const UpdateProjectDataCacheProjectsResponse200Action$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Action>;
|
|
5220
5447
|
/** @internal */
|
|
5221
|
-
export declare const
|
|
5448
|
+
export declare const UpdateProjectDataCacheProjectsResponse200Action$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Action>;
|
|
5222
5449
|
/**
|
|
5223
5450
|
* @internal
|
|
5224
5451
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5225
5452
|
*/
|
|
5226
|
-
export declare namespace
|
|
5227
|
-
/** @deprecated use `
|
|
5453
|
+
export declare namespace UpdateProjectDataCacheProjectsResponse200Action$ {
|
|
5454
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200Action$inboundSchema` instead. */
|
|
5228
5455
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5229
5456
|
readonly Log: "log";
|
|
5230
5457
|
readonly Challenge: "challenge";
|
|
5231
5458
|
readonly Deny: "deny";
|
|
5232
5459
|
}>;
|
|
5233
|
-
/** @deprecated use `
|
|
5460
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200Action$outboundSchema` instead. */
|
|
5234
5461
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5235
5462
|
readonly Log: "log";
|
|
5236
5463
|
readonly Challenge: "challenge";
|
|
@@ -5450,6 +5677,1127 @@ export declare namespace Features$ {
|
|
|
5450
5677
|
export declare function featuresToJSON(features: Features): string;
|
|
5451
5678
|
export declare function featuresFromJSON(jsonString: string): SafeParseResult<Features, SDKValidationError>;
|
|
5452
5679
|
/** @internal */
|
|
5680
|
+
export declare const UpdateProjectDataCacheHistory$inboundSchema: z.ZodType<UpdateProjectDataCacheHistory, z.ZodTypeDef, unknown>;
|
|
5681
|
+
/** @internal */
|
|
5682
|
+
export type UpdateProjectDataCacheHistory$Outbound = {
|
|
5683
|
+
scanner: string;
|
|
5684
|
+
reason: string;
|
|
5685
|
+
by: string;
|
|
5686
|
+
byId: string;
|
|
5687
|
+
at: number;
|
|
5688
|
+
};
|
|
5689
|
+
/** @internal */
|
|
5690
|
+
export declare const UpdateProjectDataCacheHistory$outboundSchema: z.ZodType<UpdateProjectDataCacheHistory$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHistory>;
|
|
5691
|
+
/**
|
|
5692
|
+
* @internal
|
|
5693
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5694
|
+
*/
|
|
5695
|
+
export declare namespace UpdateProjectDataCacheHistory$ {
|
|
5696
|
+
/** @deprecated use `UpdateProjectDataCacheHistory$inboundSchema` instead. */
|
|
5697
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheHistory, z.ZodTypeDef, unknown>;
|
|
5698
|
+
/** @deprecated use `UpdateProjectDataCacheHistory$outboundSchema` instead. */
|
|
5699
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheHistory$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHistory>;
|
|
5700
|
+
/** @deprecated use `UpdateProjectDataCacheHistory$Outbound` instead. */
|
|
5701
|
+
type Outbound = UpdateProjectDataCacheHistory$Outbound;
|
|
5702
|
+
}
|
|
5703
|
+
export declare function updateProjectDataCacheHistoryToJSON(updateProjectDataCacheHistory: UpdateProjectDataCacheHistory): string;
|
|
5704
|
+
export declare function updateProjectDataCacheHistoryFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheHistory, SDKValidationError>;
|
|
5705
|
+
/** @internal */
|
|
5706
|
+
export declare const UpdateProjectDataCacheAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAction>;
|
|
5707
|
+
/** @internal */
|
|
5708
|
+
export declare const UpdateProjectDataCacheAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAction>;
|
|
5709
|
+
/**
|
|
5710
|
+
* @internal
|
|
5711
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5712
|
+
*/
|
|
5713
|
+
export declare namespace UpdateProjectDataCacheAction$ {
|
|
5714
|
+
/** @deprecated use `UpdateProjectDataCacheAction$inboundSchema` instead. */
|
|
5715
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5716
|
+
readonly Blocked: "blocked";
|
|
5717
|
+
}>;
|
|
5718
|
+
/** @deprecated use `UpdateProjectDataCacheAction$outboundSchema` instead. */
|
|
5719
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5720
|
+
readonly Blocked: "blocked";
|
|
5721
|
+
}>;
|
|
5722
|
+
}
|
|
5723
|
+
/** @internal */
|
|
5724
|
+
export declare const Block$inboundSchema: z.ZodType<Block, z.ZodTypeDef, unknown>;
|
|
5725
|
+
/** @internal */
|
|
5726
|
+
export type Block$Outbound = {
|
|
5727
|
+
action: string;
|
|
5728
|
+
reason: string;
|
|
5729
|
+
statusCode: number;
|
|
5730
|
+
createdAt: number;
|
|
5731
|
+
caseId?: string | undefined;
|
|
5732
|
+
actor?: string | undefined;
|
|
5733
|
+
comment?: string | undefined;
|
|
5734
|
+
isCascading?: boolean | undefined;
|
|
5735
|
+
};
|
|
5736
|
+
/** @internal */
|
|
5737
|
+
export declare const Block$outboundSchema: z.ZodType<Block$Outbound, z.ZodTypeDef, Block>;
|
|
5738
|
+
/**
|
|
5739
|
+
* @internal
|
|
5740
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5741
|
+
*/
|
|
5742
|
+
export declare namespace Block$ {
|
|
5743
|
+
/** @deprecated use `Block$inboundSchema` instead. */
|
|
5744
|
+
const inboundSchema: z.ZodType<Block, z.ZodTypeDef, unknown>;
|
|
5745
|
+
/** @deprecated use `Block$outboundSchema` instead. */
|
|
5746
|
+
const outboundSchema: z.ZodType<Block$Outbound, z.ZodTypeDef, Block>;
|
|
5747
|
+
/** @deprecated use `Block$Outbound` instead. */
|
|
5748
|
+
type Outbound = Block$Outbound;
|
|
5749
|
+
}
|
|
5750
|
+
export declare function blockToJSON(block: Block): string;
|
|
5751
|
+
export declare function blockFromJSON(jsonString: string): SafeParseResult<Block, SDKValidationError>;
|
|
5752
|
+
/** @internal */
|
|
5753
|
+
export declare const UpdateProjectDataCacheBlockHistoryProjectsResponseAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheBlockHistoryProjectsResponseAction>;
|
|
5754
|
+
/** @internal */
|
|
5755
|
+
export declare const UpdateProjectDataCacheBlockHistoryProjectsResponseAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheBlockHistoryProjectsResponseAction>;
|
|
5756
|
+
/**
|
|
5757
|
+
* @internal
|
|
5758
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5759
|
+
*/
|
|
5760
|
+
export declare namespace UpdateProjectDataCacheBlockHistoryProjectsResponseAction$ {
|
|
5761
|
+
/** @deprecated use `UpdateProjectDataCacheBlockHistoryProjectsResponseAction$inboundSchema` instead. */
|
|
5762
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5763
|
+
readonly RouteUnblocked: "route-unblocked";
|
|
5764
|
+
}>;
|
|
5765
|
+
/** @deprecated use `UpdateProjectDataCacheBlockHistoryProjectsResponseAction$outboundSchema` instead. */
|
|
5766
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5767
|
+
readonly RouteUnblocked: "route-unblocked";
|
|
5768
|
+
}>;
|
|
5769
|
+
}
|
|
5770
|
+
/** @internal */
|
|
5771
|
+
export declare const UpdateProjectDataCacheHasProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsResponseType>;
|
|
5772
|
+
/** @internal */
|
|
5773
|
+
export declare const UpdateProjectDataCacheHasProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsResponseType>;
|
|
5774
|
+
/**
|
|
5775
|
+
* @internal
|
|
5776
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5777
|
+
*/
|
|
5778
|
+
export declare namespace UpdateProjectDataCacheHasProjectsResponseType$ {
|
|
5779
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsResponseType$inboundSchema` instead. */
|
|
5780
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5781
|
+
readonly Host: "host";
|
|
5782
|
+
}>;
|
|
5783
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsResponseType$outboundSchema` instead. */
|
|
5784
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5785
|
+
readonly Host: "host";
|
|
5786
|
+
}>;
|
|
5787
|
+
}
|
|
5788
|
+
/** @internal */
|
|
5789
|
+
export declare const UpdateProjectDataCacheHasProjectsValue$inboundSchema: z.ZodType<UpdateProjectDataCacheHasProjectsValue, z.ZodTypeDef, unknown>;
|
|
5790
|
+
/** @internal */
|
|
5791
|
+
export type UpdateProjectDataCacheHasProjectsValue$Outbound = {
|
|
5792
|
+
eq: string;
|
|
5793
|
+
};
|
|
5794
|
+
/** @internal */
|
|
5795
|
+
export declare const UpdateProjectDataCacheHasProjectsValue$outboundSchema: z.ZodType<UpdateProjectDataCacheHasProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHasProjectsValue>;
|
|
5796
|
+
/**
|
|
5797
|
+
* @internal
|
|
5798
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5799
|
+
*/
|
|
5800
|
+
export declare namespace UpdateProjectDataCacheHasProjectsValue$ {
|
|
5801
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsValue$inboundSchema` instead. */
|
|
5802
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheHasProjectsValue, z.ZodTypeDef, unknown>;
|
|
5803
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsValue$outboundSchema` instead. */
|
|
5804
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheHasProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHasProjectsValue>;
|
|
5805
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsValue$Outbound` instead. */
|
|
5806
|
+
type Outbound = UpdateProjectDataCacheHasProjectsValue$Outbound;
|
|
5807
|
+
}
|
|
5808
|
+
export declare function updateProjectDataCacheHasProjectsValueToJSON(updateProjectDataCacheHasProjectsValue: UpdateProjectDataCacheHasProjectsValue): string;
|
|
5809
|
+
export declare function updateProjectDataCacheHasProjectsValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheHasProjectsValue, SDKValidationError>;
|
|
5810
|
+
/** @internal */
|
|
5811
|
+
export declare const UpdateProjectDataCacheHas2$inboundSchema: z.ZodType<UpdateProjectDataCacheHas2, z.ZodTypeDef, unknown>;
|
|
5812
|
+
/** @internal */
|
|
5813
|
+
export type UpdateProjectDataCacheHas2$Outbound = {
|
|
5814
|
+
type: string;
|
|
5815
|
+
value: UpdateProjectDataCacheHasProjectsValue$Outbound;
|
|
5816
|
+
};
|
|
5817
|
+
/** @internal */
|
|
5818
|
+
export declare const UpdateProjectDataCacheHas2$outboundSchema: z.ZodType<UpdateProjectDataCacheHas2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHas2>;
|
|
5819
|
+
/**
|
|
5820
|
+
* @internal
|
|
5821
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5822
|
+
*/
|
|
5823
|
+
export declare namespace UpdateProjectDataCacheHas2$ {
|
|
5824
|
+
/** @deprecated use `UpdateProjectDataCacheHas2$inboundSchema` instead. */
|
|
5825
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheHas2, z.ZodTypeDef, unknown>;
|
|
5826
|
+
/** @deprecated use `UpdateProjectDataCacheHas2$outboundSchema` instead. */
|
|
5827
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheHas2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHas2>;
|
|
5828
|
+
/** @deprecated use `UpdateProjectDataCacheHas2$Outbound` instead. */
|
|
5829
|
+
type Outbound = UpdateProjectDataCacheHas2$Outbound;
|
|
5830
|
+
}
|
|
5831
|
+
export declare function updateProjectDataCacheHas2ToJSON(updateProjectDataCacheHas2: UpdateProjectDataCacheHas2): string;
|
|
5832
|
+
export declare function updateProjectDataCacheHas2FromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheHas2, SDKValidationError>;
|
|
5833
|
+
/** @internal */
|
|
5834
|
+
export declare const UpdateProjectDataCacheHasProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsType>;
|
|
5835
|
+
/** @internal */
|
|
5836
|
+
export declare const UpdateProjectDataCacheHasProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsType>;
|
|
5837
|
+
/**
|
|
5838
|
+
* @internal
|
|
5839
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5840
|
+
*/
|
|
5841
|
+
export declare namespace UpdateProjectDataCacheHasProjectsType$ {
|
|
5842
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsType$inboundSchema` instead. */
|
|
5843
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5844
|
+
readonly Header: "header";
|
|
5845
|
+
}>;
|
|
5846
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsType$outboundSchema` instead. */
|
|
5847
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5848
|
+
readonly Header: "header";
|
|
5849
|
+
}>;
|
|
5850
|
+
}
|
|
5851
|
+
/** @internal */
|
|
5852
|
+
export declare const UpdateProjectDataCacheHasProjectsKey$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsKey>;
|
|
5853
|
+
/** @internal */
|
|
5854
|
+
export declare const UpdateProjectDataCacheHasProjectsKey$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsKey>;
|
|
5855
|
+
/**
|
|
5856
|
+
* @internal
|
|
5857
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5858
|
+
*/
|
|
5859
|
+
export declare namespace UpdateProjectDataCacheHasProjectsKey$ {
|
|
5860
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsKey$inboundSchema` instead. */
|
|
5861
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5862
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
5863
|
+
}>;
|
|
5864
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsKey$outboundSchema` instead. */
|
|
5865
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5866
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
5867
|
+
}>;
|
|
5868
|
+
}
|
|
5869
|
+
/** @internal */
|
|
5870
|
+
export declare const UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue$inboundSchema: z.ZodType<UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue, z.ZodTypeDef, unknown>;
|
|
5871
|
+
/** @internal */
|
|
5872
|
+
export type UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue$Outbound = {
|
|
5873
|
+
eq: string;
|
|
5874
|
+
};
|
|
5875
|
+
/** @internal */
|
|
5876
|
+
export declare const UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue$outboundSchema: z.ZodType<UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue>;
|
|
5877
|
+
/**
|
|
5878
|
+
* @internal
|
|
5879
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5880
|
+
*/
|
|
5881
|
+
export declare namespace UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue$ {
|
|
5882
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue$inboundSchema` instead. */
|
|
5883
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue, z.ZodTypeDef, unknown>;
|
|
5884
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue$outboundSchema` instead. */
|
|
5885
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue>;
|
|
5886
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue$Outbound` instead. */
|
|
5887
|
+
type Outbound = UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue$Outbound;
|
|
5888
|
+
}
|
|
5889
|
+
export declare function updateProjectDataCacheHasProjectsResponse200ApplicationJSONValueToJSON(updateProjectDataCacheHasProjectsResponse200ApplicationJSONValue: UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue): string;
|
|
5890
|
+
export declare function updateProjectDataCacheHasProjectsResponse200ApplicationJSONValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue, SDKValidationError>;
|
|
5891
|
+
/** @internal */
|
|
5892
|
+
export declare const UpdateProjectDataCacheHas1$inboundSchema: z.ZodType<UpdateProjectDataCacheHas1, z.ZodTypeDef, unknown>;
|
|
5893
|
+
/** @internal */
|
|
5894
|
+
export type UpdateProjectDataCacheHas1$Outbound = {
|
|
5895
|
+
type: string;
|
|
5896
|
+
key: string;
|
|
5897
|
+
value: UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue$Outbound;
|
|
5898
|
+
};
|
|
5899
|
+
/** @internal */
|
|
5900
|
+
export declare const UpdateProjectDataCacheHas1$outboundSchema: z.ZodType<UpdateProjectDataCacheHas1$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHas1>;
|
|
5901
|
+
/**
|
|
5902
|
+
* @internal
|
|
5903
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5904
|
+
*/
|
|
5905
|
+
export declare namespace UpdateProjectDataCacheHas1$ {
|
|
5906
|
+
/** @deprecated use `UpdateProjectDataCacheHas1$inboundSchema` instead. */
|
|
5907
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheHas1, z.ZodTypeDef, unknown>;
|
|
5908
|
+
/** @deprecated use `UpdateProjectDataCacheHas1$outboundSchema` instead. */
|
|
5909
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheHas1$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHas1>;
|
|
5910
|
+
/** @deprecated use `UpdateProjectDataCacheHas1$Outbound` instead. */
|
|
5911
|
+
type Outbound = UpdateProjectDataCacheHas1$Outbound;
|
|
5912
|
+
}
|
|
5913
|
+
export declare function updateProjectDataCacheHas1ToJSON(updateProjectDataCacheHas1: UpdateProjectDataCacheHas1): string;
|
|
5914
|
+
export declare function updateProjectDataCacheHas1FromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheHas1, SDKValidationError>;
|
|
5915
|
+
/** @internal */
|
|
5916
|
+
export declare const RouteHas$inboundSchema: z.ZodType<RouteHas, z.ZodTypeDef, unknown>;
|
|
5917
|
+
/** @internal */
|
|
5918
|
+
export type RouteHas$Outbound = UpdateProjectDataCacheHas1$Outbound | UpdateProjectDataCacheHas2$Outbound;
|
|
5919
|
+
/** @internal */
|
|
5920
|
+
export declare const RouteHas$outboundSchema: z.ZodType<RouteHas$Outbound, z.ZodTypeDef, RouteHas>;
|
|
5921
|
+
/**
|
|
5922
|
+
* @internal
|
|
5923
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5924
|
+
*/
|
|
5925
|
+
export declare namespace RouteHas$ {
|
|
5926
|
+
/** @deprecated use `RouteHas$inboundSchema` instead. */
|
|
5927
|
+
const inboundSchema: z.ZodType<RouteHas, z.ZodTypeDef, unknown>;
|
|
5928
|
+
/** @deprecated use `RouteHas$outboundSchema` instead. */
|
|
5929
|
+
const outboundSchema: z.ZodType<RouteHas$Outbound, z.ZodTypeDef, RouteHas>;
|
|
5930
|
+
/** @deprecated use `RouteHas$Outbound` instead. */
|
|
5931
|
+
type Outbound = RouteHas$Outbound;
|
|
5932
|
+
}
|
|
5933
|
+
export declare function routeHasToJSON(routeHas: RouteHas): string;
|
|
5934
|
+
export declare function routeHasFromJSON(jsonString: string): SafeParseResult<RouteHas, SDKValidationError>;
|
|
5935
|
+
/** @internal */
|
|
5936
|
+
export declare const UpdateProjectDataCacheRouteAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheRouteAction>;
|
|
5937
|
+
/** @internal */
|
|
5938
|
+
export declare const UpdateProjectDataCacheRouteAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheRouteAction>;
|
|
5939
|
+
/**
|
|
5940
|
+
* @internal
|
|
5941
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5942
|
+
*/
|
|
5943
|
+
export declare namespace UpdateProjectDataCacheRouteAction$ {
|
|
5944
|
+
/** @deprecated use `UpdateProjectDataCacheRouteAction$inboundSchema` instead. */
|
|
5945
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5946
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
5947
|
+
}>;
|
|
5948
|
+
/** @deprecated use `UpdateProjectDataCacheRouteAction$outboundSchema` instead. */
|
|
5949
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5950
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
5951
|
+
}>;
|
|
5952
|
+
}
|
|
5953
|
+
/** @internal */
|
|
5954
|
+
export declare const RouteMitigate$inboundSchema: z.ZodType<RouteMitigate, z.ZodTypeDef, unknown>;
|
|
5955
|
+
/** @internal */
|
|
5956
|
+
export type RouteMitigate$Outbound = {
|
|
5957
|
+
action: string;
|
|
5958
|
+
};
|
|
5959
|
+
/** @internal */
|
|
5960
|
+
export declare const RouteMitigate$outboundSchema: z.ZodType<RouteMitigate$Outbound, z.ZodTypeDef, RouteMitigate>;
|
|
5961
|
+
/**
|
|
5962
|
+
* @internal
|
|
5963
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5964
|
+
*/
|
|
5965
|
+
export declare namespace RouteMitigate$ {
|
|
5966
|
+
/** @deprecated use `RouteMitigate$inboundSchema` instead. */
|
|
5967
|
+
const inboundSchema: z.ZodType<RouteMitigate, z.ZodTypeDef, unknown>;
|
|
5968
|
+
/** @deprecated use `RouteMitigate$outboundSchema` instead. */
|
|
5969
|
+
const outboundSchema: z.ZodType<RouteMitigate$Outbound, z.ZodTypeDef, RouteMitigate>;
|
|
5970
|
+
/** @deprecated use `RouteMitigate$Outbound` instead. */
|
|
5971
|
+
type Outbound = RouteMitigate$Outbound;
|
|
5972
|
+
}
|
|
5973
|
+
export declare function routeMitigateToJSON(routeMitigate: RouteMitigate): string;
|
|
5974
|
+
export declare function routeMitigateFromJSON(jsonString: string): SafeParseResult<RouteMitigate, SDKValidationError>;
|
|
5975
|
+
/** @internal */
|
|
5976
|
+
export declare const UpdateProjectDataCacheRoute2$inboundSchema: z.ZodType<UpdateProjectDataCacheRoute2, z.ZodTypeDef, unknown>;
|
|
5977
|
+
/** @internal */
|
|
5978
|
+
export type UpdateProjectDataCacheRoute2$Outbound = {
|
|
5979
|
+
has: Array<UpdateProjectDataCacheHas1$Outbound | UpdateProjectDataCacheHas2$Outbound>;
|
|
5980
|
+
mitigate: RouteMitigate$Outbound;
|
|
5981
|
+
src?: string | undefined;
|
|
5982
|
+
};
|
|
5983
|
+
/** @internal */
|
|
5984
|
+
export declare const UpdateProjectDataCacheRoute2$outboundSchema: z.ZodType<UpdateProjectDataCacheRoute2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRoute2>;
|
|
5985
|
+
/**
|
|
5986
|
+
* @internal
|
|
5987
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5988
|
+
*/
|
|
5989
|
+
export declare namespace UpdateProjectDataCacheRoute2$ {
|
|
5990
|
+
/** @deprecated use `UpdateProjectDataCacheRoute2$inboundSchema` instead. */
|
|
5991
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheRoute2, z.ZodTypeDef, unknown>;
|
|
5992
|
+
/** @deprecated use `UpdateProjectDataCacheRoute2$outboundSchema` instead. */
|
|
5993
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheRoute2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRoute2>;
|
|
5994
|
+
/** @deprecated use `UpdateProjectDataCacheRoute2$Outbound` instead. */
|
|
5995
|
+
type Outbound = UpdateProjectDataCacheRoute2$Outbound;
|
|
5996
|
+
}
|
|
5997
|
+
export declare function updateProjectDataCacheRoute2ToJSON(updateProjectDataCacheRoute2: UpdateProjectDataCacheRoute2): string;
|
|
5998
|
+
export declare function updateProjectDataCacheRoute2FromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheRoute2, SDKValidationError>;
|
|
5999
|
+
/** @internal */
|
|
6000
|
+
export declare const UpdateProjectDataCacheRoute1$inboundSchema: z.ZodType<UpdateProjectDataCacheRoute1, z.ZodTypeDef, unknown>;
|
|
6001
|
+
/** @internal */
|
|
6002
|
+
export type UpdateProjectDataCacheRoute1$Outbound = {
|
|
6003
|
+
src: string;
|
|
6004
|
+
status: number;
|
|
6005
|
+
};
|
|
6006
|
+
/** @internal */
|
|
6007
|
+
export declare const UpdateProjectDataCacheRoute1$outboundSchema: z.ZodType<UpdateProjectDataCacheRoute1$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRoute1>;
|
|
6008
|
+
/**
|
|
6009
|
+
* @internal
|
|
6010
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6011
|
+
*/
|
|
6012
|
+
export declare namespace UpdateProjectDataCacheRoute1$ {
|
|
6013
|
+
/** @deprecated use `UpdateProjectDataCacheRoute1$inboundSchema` instead. */
|
|
6014
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheRoute1, z.ZodTypeDef, unknown>;
|
|
6015
|
+
/** @deprecated use `UpdateProjectDataCacheRoute1$outboundSchema` instead. */
|
|
6016
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheRoute1$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRoute1>;
|
|
6017
|
+
/** @deprecated use `UpdateProjectDataCacheRoute1$Outbound` instead. */
|
|
6018
|
+
type Outbound = UpdateProjectDataCacheRoute1$Outbound;
|
|
6019
|
+
}
|
|
6020
|
+
export declare function updateProjectDataCacheRoute1ToJSON(updateProjectDataCacheRoute1: UpdateProjectDataCacheRoute1): string;
|
|
6021
|
+
export declare function updateProjectDataCacheRoute1FromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheRoute1, SDKValidationError>;
|
|
6022
|
+
/** @internal */
|
|
6023
|
+
export declare const BlockHistoryRoute$inboundSchema: z.ZodType<BlockHistoryRoute, z.ZodTypeDef, unknown>;
|
|
6024
|
+
/** @internal */
|
|
6025
|
+
export type BlockHistoryRoute$Outbound = UpdateProjectDataCacheRoute1$Outbound | UpdateProjectDataCacheRoute2$Outbound;
|
|
6026
|
+
/** @internal */
|
|
6027
|
+
export declare const BlockHistoryRoute$outboundSchema: z.ZodType<BlockHistoryRoute$Outbound, z.ZodTypeDef, BlockHistoryRoute>;
|
|
6028
|
+
/**
|
|
6029
|
+
* @internal
|
|
6030
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6031
|
+
*/
|
|
6032
|
+
export declare namespace BlockHistoryRoute$ {
|
|
6033
|
+
/** @deprecated use `BlockHistoryRoute$inboundSchema` instead. */
|
|
6034
|
+
const inboundSchema: z.ZodType<BlockHistoryRoute, z.ZodTypeDef, unknown>;
|
|
6035
|
+
/** @deprecated use `BlockHistoryRoute$outboundSchema` instead. */
|
|
6036
|
+
const outboundSchema: z.ZodType<BlockHistoryRoute$Outbound, z.ZodTypeDef, BlockHistoryRoute>;
|
|
6037
|
+
/** @deprecated use `BlockHistoryRoute$Outbound` instead. */
|
|
6038
|
+
type Outbound = BlockHistoryRoute$Outbound;
|
|
6039
|
+
}
|
|
6040
|
+
export declare function blockHistoryRouteToJSON(blockHistoryRoute: BlockHistoryRoute): string;
|
|
6041
|
+
export declare function blockHistoryRouteFromJSON(jsonString: string): SafeParseResult<BlockHistoryRoute, SDKValidationError>;
|
|
6042
|
+
/** @internal */
|
|
6043
|
+
export declare const BlockHistory4$inboundSchema: z.ZodType<BlockHistory4, z.ZodTypeDef, unknown>;
|
|
6044
|
+
/** @internal */
|
|
6045
|
+
export type BlockHistory4$Outbound = {
|
|
6046
|
+
action: string;
|
|
6047
|
+
route: UpdateProjectDataCacheRoute1$Outbound | UpdateProjectDataCacheRoute2$Outbound;
|
|
6048
|
+
statusCode?: number | undefined;
|
|
6049
|
+
createdAt: number;
|
|
6050
|
+
caseId?: string | undefined;
|
|
6051
|
+
actor?: string | undefined;
|
|
6052
|
+
comment?: string | undefined;
|
|
6053
|
+
isCascading?: boolean | undefined;
|
|
6054
|
+
};
|
|
6055
|
+
/** @internal */
|
|
6056
|
+
export declare const BlockHistory4$outboundSchema: z.ZodType<BlockHistory4$Outbound, z.ZodTypeDef, BlockHistory4>;
|
|
6057
|
+
/**
|
|
6058
|
+
* @internal
|
|
6059
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6060
|
+
*/
|
|
6061
|
+
export declare namespace BlockHistory4$ {
|
|
6062
|
+
/** @deprecated use `BlockHistory4$inboundSchema` instead. */
|
|
6063
|
+
const inboundSchema: z.ZodType<BlockHistory4, z.ZodTypeDef, unknown>;
|
|
6064
|
+
/** @deprecated use `BlockHistory4$outboundSchema` instead. */
|
|
6065
|
+
const outboundSchema: z.ZodType<BlockHistory4$Outbound, z.ZodTypeDef, BlockHistory4>;
|
|
6066
|
+
/** @deprecated use `BlockHistory4$Outbound` instead. */
|
|
6067
|
+
type Outbound = BlockHistory4$Outbound;
|
|
6068
|
+
}
|
|
6069
|
+
export declare function blockHistory4ToJSON(blockHistory4: BlockHistory4): string;
|
|
6070
|
+
export declare function blockHistory4FromJSON(jsonString: string): SafeParseResult<BlockHistory4, SDKValidationError>;
|
|
6071
|
+
/** @internal */
|
|
6072
|
+
export declare const UpdateProjectDataCacheBlockHistoryProjectsAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheBlockHistoryProjectsAction>;
|
|
6073
|
+
/** @internal */
|
|
6074
|
+
export declare const UpdateProjectDataCacheBlockHistoryProjectsAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheBlockHistoryProjectsAction>;
|
|
6075
|
+
/**
|
|
6076
|
+
* @internal
|
|
6077
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6078
|
+
*/
|
|
6079
|
+
export declare namespace UpdateProjectDataCacheBlockHistoryProjectsAction$ {
|
|
6080
|
+
/** @deprecated use `UpdateProjectDataCacheBlockHistoryProjectsAction$inboundSchema` instead. */
|
|
6081
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6082
|
+
readonly RouteBlocked: "route-blocked";
|
|
6083
|
+
}>;
|
|
6084
|
+
/** @deprecated use `UpdateProjectDataCacheBlockHistoryProjectsAction$outboundSchema` instead. */
|
|
6085
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6086
|
+
readonly RouteBlocked: "route-blocked";
|
|
6087
|
+
}>;
|
|
6088
|
+
}
|
|
6089
|
+
/** @internal */
|
|
6090
|
+
export declare const UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType>;
|
|
6091
|
+
/** @internal */
|
|
6092
|
+
export declare const UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType>;
|
|
6093
|
+
/**
|
|
6094
|
+
* @internal
|
|
6095
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6096
|
+
*/
|
|
6097
|
+
export declare namespace UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType$ {
|
|
6098
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
6099
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6100
|
+
readonly Host: "host";
|
|
6101
|
+
}>;
|
|
6102
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
6103
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6104
|
+
readonly Host: "host";
|
|
6105
|
+
}>;
|
|
6106
|
+
}
|
|
6107
|
+
/** @internal */
|
|
6108
|
+
export declare const UpdateProjectDataCacheHasProjectsResponse200Value$inboundSchema: z.ZodType<UpdateProjectDataCacheHasProjectsResponse200Value, z.ZodTypeDef, unknown>;
|
|
6109
|
+
/** @internal */
|
|
6110
|
+
export type UpdateProjectDataCacheHasProjectsResponse200Value$Outbound = {
|
|
6111
|
+
eq: string;
|
|
6112
|
+
};
|
|
6113
|
+
/** @internal */
|
|
6114
|
+
export declare const UpdateProjectDataCacheHasProjectsResponse200Value$outboundSchema: z.ZodType<UpdateProjectDataCacheHasProjectsResponse200Value$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHasProjectsResponse200Value>;
|
|
6115
|
+
/**
|
|
6116
|
+
* @internal
|
|
6117
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6118
|
+
*/
|
|
6119
|
+
export declare namespace UpdateProjectDataCacheHasProjectsResponse200Value$ {
|
|
6120
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsResponse200Value$inboundSchema` instead. */
|
|
6121
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheHasProjectsResponse200Value, z.ZodTypeDef, unknown>;
|
|
6122
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsResponse200Value$outboundSchema` instead. */
|
|
6123
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheHasProjectsResponse200Value$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHasProjectsResponse200Value>;
|
|
6124
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsResponse200Value$Outbound` instead. */
|
|
6125
|
+
type Outbound = UpdateProjectDataCacheHasProjectsResponse200Value$Outbound;
|
|
6126
|
+
}
|
|
6127
|
+
export declare function updateProjectDataCacheHasProjectsResponse200ValueToJSON(updateProjectDataCacheHasProjectsResponse200Value: UpdateProjectDataCacheHasProjectsResponse200Value): string;
|
|
6128
|
+
export declare function updateProjectDataCacheHasProjectsResponse200ValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheHasProjectsResponse200Value, SDKValidationError>;
|
|
6129
|
+
/** @internal */
|
|
6130
|
+
export declare const UpdateProjectDataCacheHasProjects2$inboundSchema: z.ZodType<UpdateProjectDataCacheHasProjects2, z.ZodTypeDef, unknown>;
|
|
6131
|
+
/** @internal */
|
|
6132
|
+
export type UpdateProjectDataCacheHasProjects2$Outbound = {
|
|
6133
|
+
type: string;
|
|
6134
|
+
value: UpdateProjectDataCacheHasProjectsResponse200Value$Outbound;
|
|
6135
|
+
};
|
|
6136
|
+
/** @internal */
|
|
6137
|
+
export declare const UpdateProjectDataCacheHasProjects2$outboundSchema: z.ZodType<UpdateProjectDataCacheHasProjects2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHasProjects2>;
|
|
6138
|
+
/**
|
|
6139
|
+
* @internal
|
|
6140
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6141
|
+
*/
|
|
6142
|
+
export declare namespace UpdateProjectDataCacheHasProjects2$ {
|
|
6143
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjects2$inboundSchema` instead. */
|
|
6144
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheHasProjects2, z.ZodTypeDef, unknown>;
|
|
6145
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjects2$outboundSchema` instead. */
|
|
6146
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheHasProjects2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHasProjects2>;
|
|
6147
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjects2$Outbound` instead. */
|
|
6148
|
+
type Outbound = UpdateProjectDataCacheHasProjects2$Outbound;
|
|
6149
|
+
}
|
|
6150
|
+
export declare function updateProjectDataCacheHasProjects2ToJSON(updateProjectDataCacheHasProjects2: UpdateProjectDataCacheHasProjects2): string;
|
|
6151
|
+
export declare function updateProjectDataCacheHasProjects2FromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheHasProjects2, SDKValidationError>;
|
|
6152
|
+
/** @internal */
|
|
6153
|
+
export declare const UpdateProjectDataCacheHasProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsResponse200Type>;
|
|
6154
|
+
/** @internal */
|
|
6155
|
+
export declare const UpdateProjectDataCacheHasProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsResponse200Type>;
|
|
6156
|
+
/**
|
|
6157
|
+
* @internal
|
|
6158
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6159
|
+
*/
|
|
6160
|
+
export declare namespace UpdateProjectDataCacheHasProjectsResponse200Type$ {
|
|
6161
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsResponse200Type$inboundSchema` instead. */
|
|
6162
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6163
|
+
readonly Header: "header";
|
|
6164
|
+
}>;
|
|
6165
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsResponse200Type$outboundSchema` instead. */
|
|
6166
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6167
|
+
readonly Header: "header";
|
|
6168
|
+
}>;
|
|
6169
|
+
}
|
|
6170
|
+
/** @internal */
|
|
6171
|
+
export declare const UpdateProjectDataCacheHasKey$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasKey>;
|
|
6172
|
+
/** @internal */
|
|
6173
|
+
export declare const UpdateProjectDataCacheHasKey$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasKey>;
|
|
6174
|
+
/**
|
|
6175
|
+
* @internal
|
|
6176
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6177
|
+
*/
|
|
6178
|
+
export declare namespace UpdateProjectDataCacheHasKey$ {
|
|
6179
|
+
/** @deprecated use `UpdateProjectDataCacheHasKey$inboundSchema` instead. */
|
|
6180
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6181
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
6182
|
+
}>;
|
|
6183
|
+
/** @deprecated use `UpdateProjectDataCacheHasKey$outboundSchema` instead. */
|
|
6184
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6185
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
6186
|
+
}>;
|
|
6187
|
+
}
|
|
6188
|
+
/** @internal */
|
|
6189
|
+
export declare const UpdateProjectDataCacheHasProjectsResponseValue$inboundSchema: z.ZodType<UpdateProjectDataCacheHasProjectsResponseValue, z.ZodTypeDef, unknown>;
|
|
6190
|
+
/** @internal */
|
|
6191
|
+
export type UpdateProjectDataCacheHasProjectsResponseValue$Outbound = {
|
|
6192
|
+
eq: string;
|
|
6193
|
+
};
|
|
6194
|
+
/** @internal */
|
|
6195
|
+
export declare const UpdateProjectDataCacheHasProjectsResponseValue$outboundSchema: z.ZodType<UpdateProjectDataCacheHasProjectsResponseValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHasProjectsResponseValue>;
|
|
6196
|
+
/**
|
|
6197
|
+
* @internal
|
|
6198
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6199
|
+
*/
|
|
6200
|
+
export declare namespace UpdateProjectDataCacheHasProjectsResponseValue$ {
|
|
6201
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsResponseValue$inboundSchema` instead. */
|
|
6202
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheHasProjectsResponseValue, z.ZodTypeDef, unknown>;
|
|
6203
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsResponseValue$outboundSchema` instead. */
|
|
6204
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheHasProjectsResponseValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHasProjectsResponseValue>;
|
|
6205
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjectsResponseValue$Outbound` instead. */
|
|
6206
|
+
type Outbound = UpdateProjectDataCacheHasProjectsResponseValue$Outbound;
|
|
6207
|
+
}
|
|
6208
|
+
export declare function updateProjectDataCacheHasProjectsResponseValueToJSON(updateProjectDataCacheHasProjectsResponseValue: UpdateProjectDataCacheHasProjectsResponseValue): string;
|
|
6209
|
+
export declare function updateProjectDataCacheHasProjectsResponseValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheHasProjectsResponseValue, SDKValidationError>;
|
|
6210
|
+
/** @internal */
|
|
6211
|
+
export declare const UpdateProjectDataCacheHasProjects1$inboundSchema: z.ZodType<UpdateProjectDataCacheHasProjects1, z.ZodTypeDef, unknown>;
|
|
6212
|
+
/** @internal */
|
|
6213
|
+
export type UpdateProjectDataCacheHasProjects1$Outbound = {
|
|
6214
|
+
type: string;
|
|
6215
|
+
key: string;
|
|
6216
|
+
value: UpdateProjectDataCacheHasProjectsResponseValue$Outbound;
|
|
6217
|
+
};
|
|
6218
|
+
/** @internal */
|
|
6219
|
+
export declare const UpdateProjectDataCacheHasProjects1$outboundSchema: z.ZodType<UpdateProjectDataCacheHasProjects1$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHasProjects1>;
|
|
6220
|
+
/**
|
|
6221
|
+
* @internal
|
|
6222
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6223
|
+
*/
|
|
6224
|
+
export declare namespace UpdateProjectDataCacheHasProjects1$ {
|
|
6225
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjects1$inboundSchema` instead. */
|
|
6226
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheHasProjects1, z.ZodTypeDef, unknown>;
|
|
6227
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjects1$outboundSchema` instead. */
|
|
6228
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheHasProjects1$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHasProjects1>;
|
|
6229
|
+
/** @deprecated use `UpdateProjectDataCacheHasProjects1$Outbound` instead. */
|
|
6230
|
+
type Outbound = UpdateProjectDataCacheHasProjects1$Outbound;
|
|
6231
|
+
}
|
|
6232
|
+
export declare function updateProjectDataCacheHasProjects1ToJSON(updateProjectDataCacheHasProjects1: UpdateProjectDataCacheHasProjects1): string;
|
|
6233
|
+
export declare function updateProjectDataCacheHasProjects1FromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheHasProjects1, SDKValidationError>;
|
|
6234
|
+
/** @internal */
|
|
6235
|
+
export declare const UpdateProjectDataCacheRouteHas$inboundSchema: z.ZodType<UpdateProjectDataCacheRouteHas, z.ZodTypeDef, unknown>;
|
|
6236
|
+
/** @internal */
|
|
6237
|
+
export type UpdateProjectDataCacheRouteHas$Outbound = UpdateProjectDataCacheHasProjects1$Outbound | UpdateProjectDataCacheHasProjects2$Outbound;
|
|
6238
|
+
/** @internal */
|
|
6239
|
+
export declare const UpdateProjectDataCacheRouteHas$outboundSchema: z.ZodType<UpdateProjectDataCacheRouteHas$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRouteHas>;
|
|
6240
|
+
/**
|
|
6241
|
+
* @internal
|
|
6242
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6243
|
+
*/
|
|
6244
|
+
export declare namespace UpdateProjectDataCacheRouteHas$ {
|
|
6245
|
+
/** @deprecated use `UpdateProjectDataCacheRouteHas$inboundSchema` instead. */
|
|
6246
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheRouteHas, z.ZodTypeDef, unknown>;
|
|
6247
|
+
/** @deprecated use `UpdateProjectDataCacheRouteHas$outboundSchema` instead. */
|
|
6248
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheRouteHas$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRouteHas>;
|
|
6249
|
+
/** @deprecated use `UpdateProjectDataCacheRouteHas$Outbound` instead. */
|
|
6250
|
+
type Outbound = UpdateProjectDataCacheRouteHas$Outbound;
|
|
6251
|
+
}
|
|
6252
|
+
export declare function updateProjectDataCacheRouteHasToJSON(updateProjectDataCacheRouteHas: UpdateProjectDataCacheRouteHas): string;
|
|
6253
|
+
export declare function updateProjectDataCacheRouteHasFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheRouteHas, SDKValidationError>;
|
|
6254
|
+
/** @internal */
|
|
6255
|
+
export declare const RouteAction$inboundSchema: z.ZodNativeEnum<typeof RouteAction>;
|
|
6256
|
+
/** @internal */
|
|
6257
|
+
export declare const RouteAction$outboundSchema: z.ZodNativeEnum<typeof RouteAction>;
|
|
6258
|
+
/**
|
|
6259
|
+
* @internal
|
|
6260
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6261
|
+
*/
|
|
6262
|
+
export declare namespace RouteAction$ {
|
|
6263
|
+
/** @deprecated use `RouteAction$inboundSchema` instead. */
|
|
6264
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6265
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
6266
|
+
}>;
|
|
6267
|
+
/** @deprecated use `RouteAction$outboundSchema` instead. */
|
|
6268
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6269
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
6270
|
+
}>;
|
|
6271
|
+
}
|
|
6272
|
+
/** @internal */
|
|
6273
|
+
export declare const UpdateProjectDataCacheRouteMitigate$inboundSchema: z.ZodType<UpdateProjectDataCacheRouteMitigate, z.ZodTypeDef, unknown>;
|
|
6274
|
+
/** @internal */
|
|
6275
|
+
export type UpdateProjectDataCacheRouteMitigate$Outbound = {
|
|
6276
|
+
action: string;
|
|
6277
|
+
};
|
|
6278
|
+
/** @internal */
|
|
6279
|
+
export declare const UpdateProjectDataCacheRouteMitigate$outboundSchema: z.ZodType<UpdateProjectDataCacheRouteMitigate$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRouteMitigate>;
|
|
6280
|
+
/**
|
|
6281
|
+
* @internal
|
|
6282
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6283
|
+
*/
|
|
6284
|
+
export declare namespace UpdateProjectDataCacheRouteMitigate$ {
|
|
6285
|
+
/** @deprecated use `UpdateProjectDataCacheRouteMitigate$inboundSchema` instead. */
|
|
6286
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheRouteMitigate, z.ZodTypeDef, unknown>;
|
|
6287
|
+
/** @deprecated use `UpdateProjectDataCacheRouteMitigate$outboundSchema` instead. */
|
|
6288
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheRouteMitigate$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRouteMitigate>;
|
|
6289
|
+
/** @deprecated use `UpdateProjectDataCacheRouteMitigate$Outbound` instead. */
|
|
6290
|
+
type Outbound = UpdateProjectDataCacheRouteMitigate$Outbound;
|
|
6291
|
+
}
|
|
6292
|
+
export declare function updateProjectDataCacheRouteMitigateToJSON(updateProjectDataCacheRouteMitigate: UpdateProjectDataCacheRouteMitigate): string;
|
|
6293
|
+
export declare function updateProjectDataCacheRouteMitigateFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheRouteMitigate, SDKValidationError>;
|
|
6294
|
+
/** @internal */
|
|
6295
|
+
export declare const Route2$inboundSchema: z.ZodType<Route2, z.ZodTypeDef, unknown>;
|
|
6296
|
+
/** @internal */
|
|
6297
|
+
export type Route2$Outbound = {
|
|
6298
|
+
has: Array<UpdateProjectDataCacheHasProjects1$Outbound | UpdateProjectDataCacheHasProjects2$Outbound>;
|
|
6299
|
+
mitigate: UpdateProjectDataCacheRouteMitigate$Outbound;
|
|
6300
|
+
src?: string | undefined;
|
|
6301
|
+
};
|
|
6302
|
+
/** @internal */
|
|
6303
|
+
export declare const Route2$outboundSchema: z.ZodType<Route2$Outbound, z.ZodTypeDef, Route2>;
|
|
6304
|
+
/**
|
|
6305
|
+
* @internal
|
|
6306
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6307
|
+
*/
|
|
6308
|
+
export declare namespace Route2$ {
|
|
6309
|
+
/** @deprecated use `Route2$inboundSchema` instead. */
|
|
6310
|
+
const inboundSchema: z.ZodType<Route2, z.ZodTypeDef, unknown>;
|
|
6311
|
+
/** @deprecated use `Route2$outboundSchema` instead. */
|
|
6312
|
+
const outboundSchema: z.ZodType<Route2$Outbound, z.ZodTypeDef, Route2>;
|
|
6313
|
+
/** @deprecated use `Route2$Outbound` instead. */
|
|
6314
|
+
type Outbound = Route2$Outbound;
|
|
6315
|
+
}
|
|
6316
|
+
export declare function route2ToJSON(route2: Route2): string;
|
|
6317
|
+
export declare function route2FromJSON(jsonString: string): SafeParseResult<Route2, SDKValidationError>;
|
|
6318
|
+
/** @internal */
|
|
6319
|
+
export declare const Route1$inboundSchema: z.ZodType<Route1, z.ZodTypeDef, unknown>;
|
|
6320
|
+
/** @internal */
|
|
6321
|
+
export type Route1$Outbound = {
|
|
6322
|
+
src: string;
|
|
6323
|
+
status: number;
|
|
6324
|
+
};
|
|
6325
|
+
/** @internal */
|
|
6326
|
+
export declare const Route1$outboundSchema: z.ZodType<Route1$Outbound, z.ZodTypeDef, Route1>;
|
|
6327
|
+
/**
|
|
6328
|
+
* @internal
|
|
6329
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6330
|
+
*/
|
|
6331
|
+
export declare namespace Route1$ {
|
|
6332
|
+
/** @deprecated use `Route1$inboundSchema` instead. */
|
|
6333
|
+
const inboundSchema: z.ZodType<Route1, z.ZodTypeDef, unknown>;
|
|
6334
|
+
/** @deprecated use `Route1$outboundSchema` instead. */
|
|
6335
|
+
const outboundSchema: z.ZodType<Route1$Outbound, z.ZodTypeDef, Route1>;
|
|
6336
|
+
/** @deprecated use `Route1$Outbound` instead. */
|
|
6337
|
+
type Outbound = Route1$Outbound;
|
|
6338
|
+
}
|
|
6339
|
+
export declare function route1ToJSON(route1: Route1): string;
|
|
6340
|
+
export declare function route1FromJSON(jsonString: string): SafeParseResult<Route1, SDKValidationError>;
|
|
6341
|
+
/** @internal */
|
|
6342
|
+
export declare const Route$inboundSchema: z.ZodType<Route, z.ZodTypeDef, unknown>;
|
|
6343
|
+
/** @internal */
|
|
6344
|
+
export type Route$Outbound = Route1$Outbound | Route2$Outbound;
|
|
6345
|
+
/** @internal */
|
|
6346
|
+
export declare const Route$outboundSchema: z.ZodType<Route$Outbound, z.ZodTypeDef, Route>;
|
|
6347
|
+
/**
|
|
6348
|
+
* @internal
|
|
6349
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6350
|
+
*/
|
|
6351
|
+
export declare namespace Route$ {
|
|
6352
|
+
/** @deprecated use `Route$inboundSchema` instead. */
|
|
6353
|
+
const inboundSchema: z.ZodType<Route, z.ZodTypeDef, unknown>;
|
|
6354
|
+
/** @deprecated use `Route$outboundSchema` instead. */
|
|
6355
|
+
const outboundSchema: z.ZodType<Route$Outbound, z.ZodTypeDef, Route>;
|
|
6356
|
+
/** @deprecated use `Route$Outbound` instead. */
|
|
6357
|
+
type Outbound = Route$Outbound;
|
|
6358
|
+
}
|
|
6359
|
+
export declare function routeToJSON(route: Route): string;
|
|
6360
|
+
export declare function routeFromJSON(jsonString: string): SafeParseResult<Route, SDKValidationError>;
|
|
6361
|
+
/** @internal */
|
|
6362
|
+
export declare const BlockHistory3$inboundSchema: z.ZodType<BlockHistory3, z.ZodTypeDef, unknown>;
|
|
6363
|
+
/** @internal */
|
|
6364
|
+
export type BlockHistory3$Outbound = {
|
|
6365
|
+
action: string;
|
|
6366
|
+
route: Route1$Outbound | Route2$Outbound;
|
|
6367
|
+
reason: string;
|
|
6368
|
+
createdAt: number;
|
|
6369
|
+
caseId?: string | undefined;
|
|
6370
|
+
actor?: string | undefined;
|
|
6371
|
+
comment?: string | undefined;
|
|
6372
|
+
isCascading?: boolean | undefined;
|
|
6373
|
+
};
|
|
6374
|
+
/** @internal */
|
|
6375
|
+
export declare const BlockHistory3$outboundSchema: z.ZodType<BlockHistory3$Outbound, z.ZodTypeDef, BlockHistory3>;
|
|
6376
|
+
/**
|
|
6377
|
+
* @internal
|
|
6378
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6379
|
+
*/
|
|
6380
|
+
export declare namespace BlockHistory3$ {
|
|
6381
|
+
/** @deprecated use `BlockHistory3$inboundSchema` instead. */
|
|
6382
|
+
const inboundSchema: z.ZodType<BlockHistory3, z.ZodTypeDef, unknown>;
|
|
6383
|
+
/** @deprecated use `BlockHistory3$outboundSchema` instead. */
|
|
6384
|
+
const outboundSchema: z.ZodType<BlockHistory3$Outbound, z.ZodTypeDef, BlockHistory3>;
|
|
6385
|
+
/** @deprecated use `BlockHistory3$Outbound` instead. */
|
|
6386
|
+
type Outbound = BlockHistory3$Outbound;
|
|
6387
|
+
}
|
|
6388
|
+
export declare function blockHistory3ToJSON(blockHistory3: BlockHistory3): string;
|
|
6389
|
+
export declare function blockHistory3FromJSON(jsonString: string): SafeParseResult<BlockHistory3, SDKValidationError>;
|
|
6390
|
+
/** @internal */
|
|
6391
|
+
export declare const UpdateProjectDataCacheBlockHistoryAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheBlockHistoryAction>;
|
|
6392
|
+
/** @internal */
|
|
6393
|
+
export declare const UpdateProjectDataCacheBlockHistoryAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheBlockHistoryAction>;
|
|
6394
|
+
/**
|
|
6395
|
+
* @internal
|
|
6396
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6397
|
+
*/
|
|
6398
|
+
export declare namespace UpdateProjectDataCacheBlockHistoryAction$ {
|
|
6399
|
+
/** @deprecated use `UpdateProjectDataCacheBlockHistoryAction$inboundSchema` instead. */
|
|
6400
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6401
|
+
readonly Unblocked: "unblocked";
|
|
6402
|
+
}>;
|
|
6403
|
+
/** @deprecated use `UpdateProjectDataCacheBlockHistoryAction$outboundSchema` instead. */
|
|
6404
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6405
|
+
readonly Unblocked: "unblocked";
|
|
6406
|
+
}>;
|
|
6407
|
+
}
|
|
6408
|
+
/** @internal */
|
|
6409
|
+
export declare const BlockHistory2$inboundSchema: z.ZodType<BlockHistory2, z.ZodTypeDef, unknown>;
|
|
6410
|
+
/** @internal */
|
|
6411
|
+
export type BlockHistory2$Outbound = {
|
|
6412
|
+
action: string;
|
|
6413
|
+
createdAt: number;
|
|
6414
|
+
caseId?: string | undefined;
|
|
6415
|
+
actor?: string | undefined;
|
|
6416
|
+
comment?: string | undefined;
|
|
6417
|
+
isCascading?: boolean | undefined;
|
|
6418
|
+
};
|
|
6419
|
+
/** @internal */
|
|
6420
|
+
export declare const BlockHistory2$outboundSchema: z.ZodType<BlockHistory2$Outbound, z.ZodTypeDef, BlockHistory2>;
|
|
6421
|
+
/**
|
|
6422
|
+
* @internal
|
|
6423
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6424
|
+
*/
|
|
6425
|
+
export declare namespace BlockHistory2$ {
|
|
6426
|
+
/** @deprecated use `BlockHistory2$inboundSchema` instead. */
|
|
6427
|
+
const inboundSchema: z.ZodType<BlockHistory2, z.ZodTypeDef, unknown>;
|
|
6428
|
+
/** @deprecated use `BlockHistory2$outboundSchema` instead. */
|
|
6429
|
+
const outboundSchema: z.ZodType<BlockHistory2$Outbound, z.ZodTypeDef, BlockHistory2>;
|
|
6430
|
+
/** @deprecated use `BlockHistory2$Outbound` instead. */
|
|
6431
|
+
type Outbound = BlockHistory2$Outbound;
|
|
6432
|
+
}
|
|
6433
|
+
export declare function blockHistory2ToJSON(blockHistory2: BlockHistory2): string;
|
|
6434
|
+
export declare function blockHistory2FromJSON(jsonString: string): SafeParseResult<BlockHistory2, SDKValidationError>;
|
|
6435
|
+
/** @internal */
|
|
6436
|
+
export declare const BlockHistoryAction$inboundSchema: z.ZodNativeEnum<typeof BlockHistoryAction>;
|
|
6437
|
+
/** @internal */
|
|
6438
|
+
export declare const BlockHistoryAction$outboundSchema: z.ZodNativeEnum<typeof BlockHistoryAction>;
|
|
6439
|
+
/**
|
|
6440
|
+
* @internal
|
|
6441
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6442
|
+
*/
|
|
6443
|
+
export declare namespace BlockHistoryAction$ {
|
|
6444
|
+
/** @deprecated use `BlockHistoryAction$inboundSchema` instead. */
|
|
6445
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6446
|
+
readonly Blocked: "blocked";
|
|
6447
|
+
}>;
|
|
6448
|
+
/** @deprecated use `BlockHistoryAction$outboundSchema` instead. */
|
|
6449
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6450
|
+
readonly Blocked: "blocked";
|
|
6451
|
+
}>;
|
|
6452
|
+
}
|
|
6453
|
+
/** @internal */
|
|
6454
|
+
export declare const BlockHistory1$inboundSchema: z.ZodType<BlockHistory1, z.ZodTypeDef, unknown>;
|
|
6455
|
+
/** @internal */
|
|
6456
|
+
export type BlockHistory1$Outbound = {
|
|
6457
|
+
action: string;
|
|
6458
|
+
reason: string;
|
|
6459
|
+
statusCode: number;
|
|
6460
|
+
createdAt: number;
|
|
6461
|
+
caseId?: string | undefined;
|
|
6462
|
+
actor?: string | undefined;
|
|
6463
|
+
comment?: string | undefined;
|
|
6464
|
+
isCascading?: boolean | undefined;
|
|
6465
|
+
};
|
|
6466
|
+
/** @internal */
|
|
6467
|
+
export declare const BlockHistory1$outboundSchema: z.ZodType<BlockHistory1$Outbound, z.ZodTypeDef, BlockHistory1>;
|
|
6468
|
+
/**
|
|
6469
|
+
* @internal
|
|
6470
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6471
|
+
*/
|
|
6472
|
+
export declare namespace BlockHistory1$ {
|
|
6473
|
+
/** @deprecated use `BlockHistory1$inboundSchema` instead. */
|
|
6474
|
+
const inboundSchema: z.ZodType<BlockHistory1, z.ZodTypeDef, unknown>;
|
|
6475
|
+
/** @deprecated use `BlockHistory1$outboundSchema` instead. */
|
|
6476
|
+
const outboundSchema: z.ZodType<BlockHistory1$Outbound, z.ZodTypeDef, BlockHistory1>;
|
|
6477
|
+
/** @deprecated use `BlockHistory1$Outbound` instead. */
|
|
6478
|
+
type Outbound = BlockHistory1$Outbound;
|
|
6479
|
+
}
|
|
6480
|
+
export declare function blockHistory1ToJSON(blockHistory1: BlockHistory1): string;
|
|
6481
|
+
export declare function blockHistory1FromJSON(jsonString: string): SafeParseResult<BlockHistory1, SDKValidationError>;
|
|
6482
|
+
/** @internal */
|
|
6483
|
+
export declare const UpdateProjectDataCacheBlockHistory$inboundSchema: z.ZodType<UpdateProjectDataCacheBlockHistory, z.ZodTypeDef, unknown>;
|
|
6484
|
+
/** @internal */
|
|
6485
|
+
export type UpdateProjectDataCacheBlockHistory$Outbound = BlockHistory1$Outbound | BlockHistory3$Outbound | BlockHistory4$Outbound | BlockHistory2$Outbound;
|
|
6486
|
+
/** @internal */
|
|
6487
|
+
export declare const UpdateProjectDataCacheBlockHistory$outboundSchema: z.ZodType<UpdateProjectDataCacheBlockHistory$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBlockHistory>;
|
|
6488
|
+
/**
|
|
6489
|
+
* @internal
|
|
6490
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6491
|
+
*/
|
|
6492
|
+
export declare namespace UpdateProjectDataCacheBlockHistory$ {
|
|
6493
|
+
/** @deprecated use `UpdateProjectDataCacheBlockHistory$inboundSchema` instead. */
|
|
6494
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheBlockHistory, z.ZodTypeDef, unknown>;
|
|
6495
|
+
/** @deprecated use `UpdateProjectDataCacheBlockHistory$outboundSchema` instead. */
|
|
6496
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheBlockHistory$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBlockHistory>;
|
|
6497
|
+
/** @deprecated use `UpdateProjectDataCacheBlockHistory$Outbound` instead. */
|
|
6498
|
+
type Outbound = UpdateProjectDataCacheBlockHistory$Outbound;
|
|
6499
|
+
}
|
|
6500
|
+
export declare function updateProjectDataCacheBlockHistoryToJSON(updateProjectDataCacheBlockHistory: UpdateProjectDataCacheBlockHistory): string;
|
|
6501
|
+
export declare function updateProjectDataCacheBlockHistoryFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheBlockHistory, SDKValidationError>;
|
|
6502
|
+
/** @internal */
|
|
6503
|
+
export declare const UpdateProjectDataCacheAbuse$inboundSchema: z.ZodType<UpdateProjectDataCacheAbuse, z.ZodTypeDef, unknown>;
|
|
6504
|
+
/** @internal */
|
|
6505
|
+
export type UpdateProjectDataCacheAbuse$Outbound = {
|
|
6506
|
+
scanner?: string | undefined;
|
|
6507
|
+
history: Array<UpdateProjectDataCacheHistory$Outbound>;
|
|
6508
|
+
updatedAt: number;
|
|
6509
|
+
block?: Block$Outbound | undefined;
|
|
6510
|
+
blockHistory?: Array<BlockHistory1$Outbound | BlockHistory3$Outbound | BlockHistory4$Outbound | BlockHistory2$Outbound> | undefined;
|
|
6511
|
+
};
|
|
6512
|
+
/** @internal */
|
|
6513
|
+
export declare const UpdateProjectDataCacheAbuse$outboundSchema: z.ZodType<UpdateProjectDataCacheAbuse$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAbuse>;
|
|
6514
|
+
/**
|
|
6515
|
+
* @internal
|
|
6516
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6517
|
+
*/
|
|
6518
|
+
export declare namespace UpdateProjectDataCacheAbuse$ {
|
|
6519
|
+
/** @deprecated use `UpdateProjectDataCacheAbuse$inboundSchema` instead. */
|
|
6520
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheAbuse, z.ZodTypeDef, unknown>;
|
|
6521
|
+
/** @deprecated use `UpdateProjectDataCacheAbuse$outboundSchema` instead. */
|
|
6522
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheAbuse$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAbuse>;
|
|
6523
|
+
/** @deprecated use `UpdateProjectDataCacheAbuse$Outbound` instead. */
|
|
6524
|
+
type Outbound = UpdateProjectDataCacheAbuse$Outbound;
|
|
6525
|
+
}
|
|
6526
|
+
export declare function updateProjectDataCacheAbuseToJSON(updateProjectDataCacheAbuse: UpdateProjectDataCacheAbuse): string;
|
|
6527
|
+
export declare function updateProjectDataCacheAbuseFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheAbuse, SDKValidationError>;
|
|
6528
|
+
/** @internal */
|
|
6529
|
+
export declare const UpdateProjectDataCacheHasType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasType>;
|
|
6530
|
+
/** @internal */
|
|
6531
|
+
export declare const UpdateProjectDataCacheHasType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasType>;
|
|
6532
|
+
/**
|
|
6533
|
+
* @internal
|
|
6534
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6535
|
+
*/
|
|
6536
|
+
export declare namespace UpdateProjectDataCacheHasType$ {
|
|
6537
|
+
/** @deprecated use `UpdateProjectDataCacheHasType$inboundSchema` instead. */
|
|
6538
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6539
|
+
readonly Host: "host";
|
|
6540
|
+
}>;
|
|
6541
|
+
/** @deprecated use `UpdateProjectDataCacheHasType$outboundSchema` instead. */
|
|
6542
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6543
|
+
readonly Host: "host";
|
|
6544
|
+
}>;
|
|
6545
|
+
}
|
|
6546
|
+
/** @internal */
|
|
6547
|
+
export declare const HasValue$inboundSchema: z.ZodType<HasValue, z.ZodTypeDef, unknown>;
|
|
6548
|
+
/** @internal */
|
|
6549
|
+
export type HasValue$Outbound = {
|
|
6550
|
+
eq: string;
|
|
6551
|
+
};
|
|
6552
|
+
/** @internal */
|
|
6553
|
+
export declare const HasValue$outboundSchema: z.ZodType<HasValue$Outbound, z.ZodTypeDef, HasValue>;
|
|
6554
|
+
/**
|
|
6555
|
+
* @internal
|
|
6556
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6557
|
+
*/
|
|
6558
|
+
export declare namespace HasValue$ {
|
|
6559
|
+
/** @deprecated use `HasValue$inboundSchema` instead. */
|
|
6560
|
+
const inboundSchema: z.ZodType<HasValue, z.ZodTypeDef, unknown>;
|
|
6561
|
+
/** @deprecated use `HasValue$outboundSchema` instead. */
|
|
6562
|
+
const outboundSchema: z.ZodType<HasValue$Outbound, z.ZodTypeDef, HasValue>;
|
|
6563
|
+
/** @deprecated use `HasValue$Outbound` instead. */
|
|
6564
|
+
type Outbound = HasValue$Outbound;
|
|
6565
|
+
}
|
|
6566
|
+
export declare function hasValueToJSON(hasValue: HasValue): string;
|
|
6567
|
+
export declare function hasValueFromJSON(jsonString: string): SafeParseResult<HasValue, SDKValidationError>;
|
|
6568
|
+
/** @internal */
|
|
6569
|
+
export declare const Has2$inboundSchema: z.ZodType<Has2, z.ZodTypeDef, unknown>;
|
|
6570
|
+
/** @internal */
|
|
6571
|
+
export type Has2$Outbound = {
|
|
6572
|
+
type: string;
|
|
6573
|
+
value: HasValue$Outbound;
|
|
6574
|
+
};
|
|
6575
|
+
/** @internal */
|
|
6576
|
+
export declare const Has2$outboundSchema: z.ZodType<Has2$Outbound, z.ZodTypeDef, Has2>;
|
|
6577
|
+
/**
|
|
6578
|
+
* @internal
|
|
6579
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6580
|
+
*/
|
|
6581
|
+
export declare namespace Has2$ {
|
|
6582
|
+
/** @deprecated use `Has2$inboundSchema` instead. */
|
|
6583
|
+
const inboundSchema: z.ZodType<Has2, z.ZodTypeDef, unknown>;
|
|
6584
|
+
/** @deprecated use `Has2$outboundSchema` instead. */
|
|
6585
|
+
const outboundSchema: z.ZodType<Has2$Outbound, z.ZodTypeDef, Has2>;
|
|
6586
|
+
/** @deprecated use `Has2$Outbound` instead. */
|
|
6587
|
+
type Outbound = Has2$Outbound;
|
|
6588
|
+
}
|
|
6589
|
+
export declare function has2ToJSON(has2: Has2): string;
|
|
6590
|
+
export declare function has2FromJSON(jsonString: string): SafeParseResult<Has2, SDKValidationError>;
|
|
6591
|
+
/** @internal */
|
|
6592
|
+
export declare const HasType$inboundSchema: z.ZodNativeEnum<typeof HasType>;
|
|
6593
|
+
/** @internal */
|
|
6594
|
+
export declare const HasType$outboundSchema: z.ZodNativeEnum<typeof HasType>;
|
|
6595
|
+
/**
|
|
6596
|
+
* @internal
|
|
6597
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6598
|
+
*/
|
|
6599
|
+
export declare namespace HasType$ {
|
|
6600
|
+
/** @deprecated use `HasType$inboundSchema` instead. */
|
|
6601
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6602
|
+
readonly Header: "header";
|
|
6603
|
+
}>;
|
|
6604
|
+
/** @deprecated use `HasType$outboundSchema` instead. */
|
|
6605
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6606
|
+
readonly Header: "header";
|
|
6607
|
+
}>;
|
|
6608
|
+
}
|
|
6609
|
+
/** @internal */
|
|
6610
|
+
export declare const Key$inboundSchema: z.ZodNativeEnum<typeof Key>;
|
|
6611
|
+
/** @internal */
|
|
6612
|
+
export declare const Key$outboundSchema: z.ZodNativeEnum<typeof Key>;
|
|
6613
|
+
/**
|
|
6614
|
+
* @internal
|
|
6615
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6616
|
+
*/
|
|
6617
|
+
export declare namespace Key$ {
|
|
6618
|
+
/** @deprecated use `Key$inboundSchema` instead. */
|
|
6619
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6620
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
6621
|
+
}>;
|
|
6622
|
+
/** @deprecated use `Key$outboundSchema` instead. */
|
|
6623
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6624
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
6625
|
+
}>;
|
|
6626
|
+
}
|
|
6627
|
+
/** @internal */
|
|
6628
|
+
export declare const UpdateProjectDataCacheHasValue$inboundSchema: z.ZodType<UpdateProjectDataCacheHasValue, z.ZodTypeDef, unknown>;
|
|
6629
|
+
/** @internal */
|
|
6630
|
+
export type UpdateProjectDataCacheHasValue$Outbound = {
|
|
6631
|
+
eq: string;
|
|
6632
|
+
};
|
|
6633
|
+
/** @internal */
|
|
6634
|
+
export declare const UpdateProjectDataCacheHasValue$outboundSchema: z.ZodType<UpdateProjectDataCacheHasValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHasValue>;
|
|
6635
|
+
/**
|
|
6636
|
+
* @internal
|
|
6637
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6638
|
+
*/
|
|
6639
|
+
export declare namespace UpdateProjectDataCacheHasValue$ {
|
|
6640
|
+
/** @deprecated use `UpdateProjectDataCacheHasValue$inboundSchema` instead. */
|
|
6641
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheHasValue, z.ZodTypeDef, unknown>;
|
|
6642
|
+
/** @deprecated use `UpdateProjectDataCacheHasValue$outboundSchema` instead. */
|
|
6643
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheHasValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheHasValue>;
|
|
6644
|
+
/** @deprecated use `UpdateProjectDataCacheHasValue$Outbound` instead. */
|
|
6645
|
+
type Outbound = UpdateProjectDataCacheHasValue$Outbound;
|
|
6646
|
+
}
|
|
6647
|
+
export declare function updateProjectDataCacheHasValueToJSON(updateProjectDataCacheHasValue: UpdateProjectDataCacheHasValue): string;
|
|
6648
|
+
export declare function updateProjectDataCacheHasValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheHasValue, SDKValidationError>;
|
|
6649
|
+
/** @internal */
|
|
6650
|
+
export declare const Has1$inboundSchema: z.ZodType<Has1, z.ZodTypeDef, unknown>;
|
|
6651
|
+
/** @internal */
|
|
6652
|
+
export type Has1$Outbound = {
|
|
6653
|
+
type: string;
|
|
6654
|
+
key: string;
|
|
6655
|
+
value: UpdateProjectDataCacheHasValue$Outbound;
|
|
6656
|
+
};
|
|
6657
|
+
/** @internal */
|
|
6658
|
+
export declare const Has1$outboundSchema: z.ZodType<Has1$Outbound, z.ZodTypeDef, Has1>;
|
|
6659
|
+
/**
|
|
6660
|
+
* @internal
|
|
6661
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6662
|
+
*/
|
|
6663
|
+
export declare namespace Has1$ {
|
|
6664
|
+
/** @deprecated use `Has1$inboundSchema` instead. */
|
|
6665
|
+
const inboundSchema: z.ZodType<Has1, z.ZodTypeDef, unknown>;
|
|
6666
|
+
/** @deprecated use `Has1$outboundSchema` instead. */
|
|
6667
|
+
const outboundSchema: z.ZodType<Has1$Outbound, z.ZodTypeDef, Has1>;
|
|
6668
|
+
/** @deprecated use `Has1$Outbound` instead. */
|
|
6669
|
+
type Outbound = Has1$Outbound;
|
|
6670
|
+
}
|
|
6671
|
+
export declare function has1ToJSON(has1: Has1): string;
|
|
6672
|
+
export declare function has1FromJSON(jsonString: string): SafeParseResult<Has1, SDKValidationError>;
|
|
6673
|
+
/** @internal */
|
|
6674
|
+
export declare const Has$inboundSchema: z.ZodType<Has, z.ZodTypeDef, unknown>;
|
|
6675
|
+
/** @internal */
|
|
6676
|
+
export type Has$Outbound = Has1$Outbound | Has2$Outbound;
|
|
6677
|
+
/** @internal */
|
|
6678
|
+
export declare const Has$outboundSchema: z.ZodType<Has$Outbound, z.ZodTypeDef, Has>;
|
|
6679
|
+
/**
|
|
6680
|
+
* @internal
|
|
6681
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6682
|
+
*/
|
|
6683
|
+
export declare namespace Has$ {
|
|
6684
|
+
/** @deprecated use `Has$inboundSchema` instead. */
|
|
6685
|
+
const inboundSchema: z.ZodType<Has, z.ZodTypeDef, unknown>;
|
|
6686
|
+
/** @deprecated use `Has$outboundSchema` instead. */
|
|
6687
|
+
const outboundSchema: z.ZodType<Has$Outbound, z.ZodTypeDef, Has>;
|
|
6688
|
+
/** @deprecated use `Has$Outbound` instead. */
|
|
6689
|
+
type Outbound = Has$Outbound;
|
|
6690
|
+
}
|
|
6691
|
+
export declare function hasToJSON(has: Has): string;
|
|
6692
|
+
export declare function hasFromJSON(jsonString: string): SafeParseResult<Has, SDKValidationError>;
|
|
6693
|
+
/** @internal */
|
|
6694
|
+
export declare const InternalRoutesAction$inboundSchema: z.ZodNativeEnum<typeof InternalRoutesAction>;
|
|
6695
|
+
/** @internal */
|
|
6696
|
+
export declare const InternalRoutesAction$outboundSchema: z.ZodNativeEnum<typeof InternalRoutesAction>;
|
|
6697
|
+
/**
|
|
6698
|
+
* @internal
|
|
6699
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6700
|
+
*/
|
|
6701
|
+
export declare namespace InternalRoutesAction$ {
|
|
6702
|
+
/** @deprecated use `InternalRoutesAction$inboundSchema` instead. */
|
|
6703
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6704
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
6705
|
+
}>;
|
|
6706
|
+
/** @deprecated use `InternalRoutesAction$outboundSchema` instead. */
|
|
6707
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6708
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
6709
|
+
}>;
|
|
6710
|
+
}
|
|
6711
|
+
/** @internal */
|
|
6712
|
+
export declare const UpdateProjectDataCacheInternalRoutesMitigate$inboundSchema: z.ZodType<UpdateProjectDataCacheInternalRoutesMitigate, z.ZodTypeDef, unknown>;
|
|
6713
|
+
/** @internal */
|
|
6714
|
+
export type UpdateProjectDataCacheInternalRoutesMitigate$Outbound = {
|
|
6715
|
+
action: string;
|
|
6716
|
+
};
|
|
6717
|
+
/** @internal */
|
|
6718
|
+
export declare const UpdateProjectDataCacheInternalRoutesMitigate$outboundSchema: z.ZodType<UpdateProjectDataCacheInternalRoutesMitigate$Outbound, z.ZodTypeDef, UpdateProjectDataCacheInternalRoutesMitigate>;
|
|
6719
|
+
/**
|
|
6720
|
+
* @internal
|
|
6721
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6722
|
+
*/
|
|
6723
|
+
export declare namespace UpdateProjectDataCacheInternalRoutesMitigate$ {
|
|
6724
|
+
/** @deprecated use `UpdateProjectDataCacheInternalRoutesMitigate$inboundSchema` instead. */
|
|
6725
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheInternalRoutesMitigate, z.ZodTypeDef, unknown>;
|
|
6726
|
+
/** @deprecated use `UpdateProjectDataCacheInternalRoutesMitigate$outboundSchema` instead. */
|
|
6727
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheInternalRoutesMitigate$Outbound, z.ZodTypeDef, UpdateProjectDataCacheInternalRoutesMitigate>;
|
|
6728
|
+
/** @deprecated use `UpdateProjectDataCacheInternalRoutesMitigate$Outbound` instead. */
|
|
6729
|
+
type Outbound = UpdateProjectDataCacheInternalRoutesMitigate$Outbound;
|
|
6730
|
+
}
|
|
6731
|
+
export declare function updateProjectDataCacheInternalRoutesMitigateToJSON(updateProjectDataCacheInternalRoutesMitigate: UpdateProjectDataCacheInternalRoutesMitigate): string;
|
|
6732
|
+
export declare function updateProjectDataCacheInternalRoutesMitigateFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheInternalRoutesMitigate, SDKValidationError>;
|
|
6733
|
+
/** @internal */
|
|
6734
|
+
export declare const InternalRoutes2$inboundSchema: z.ZodType<InternalRoutes2, z.ZodTypeDef, unknown>;
|
|
6735
|
+
/** @internal */
|
|
6736
|
+
export type InternalRoutes2$Outbound = {
|
|
6737
|
+
has: Array<Has1$Outbound | Has2$Outbound>;
|
|
6738
|
+
mitigate: UpdateProjectDataCacheInternalRoutesMitigate$Outbound;
|
|
6739
|
+
src?: string | undefined;
|
|
6740
|
+
};
|
|
6741
|
+
/** @internal */
|
|
6742
|
+
export declare const InternalRoutes2$outboundSchema: z.ZodType<InternalRoutes2$Outbound, z.ZodTypeDef, InternalRoutes2>;
|
|
6743
|
+
/**
|
|
6744
|
+
* @internal
|
|
6745
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6746
|
+
*/
|
|
6747
|
+
export declare namespace InternalRoutes2$ {
|
|
6748
|
+
/** @deprecated use `InternalRoutes2$inboundSchema` instead. */
|
|
6749
|
+
const inboundSchema: z.ZodType<InternalRoutes2, z.ZodTypeDef, unknown>;
|
|
6750
|
+
/** @deprecated use `InternalRoutes2$outboundSchema` instead. */
|
|
6751
|
+
const outboundSchema: z.ZodType<InternalRoutes2$Outbound, z.ZodTypeDef, InternalRoutes2>;
|
|
6752
|
+
/** @deprecated use `InternalRoutes2$Outbound` instead. */
|
|
6753
|
+
type Outbound = InternalRoutes2$Outbound;
|
|
6754
|
+
}
|
|
6755
|
+
export declare function internalRoutes2ToJSON(internalRoutes2: InternalRoutes2): string;
|
|
6756
|
+
export declare function internalRoutes2FromJSON(jsonString: string): SafeParseResult<InternalRoutes2, SDKValidationError>;
|
|
6757
|
+
/** @internal */
|
|
6758
|
+
export declare const InternalRoutes1$inboundSchema: z.ZodType<InternalRoutes1, z.ZodTypeDef, unknown>;
|
|
6759
|
+
/** @internal */
|
|
6760
|
+
export type InternalRoutes1$Outbound = {
|
|
6761
|
+
src: string;
|
|
6762
|
+
status: number;
|
|
6763
|
+
};
|
|
6764
|
+
/** @internal */
|
|
6765
|
+
export declare const InternalRoutes1$outboundSchema: z.ZodType<InternalRoutes1$Outbound, z.ZodTypeDef, InternalRoutes1>;
|
|
6766
|
+
/**
|
|
6767
|
+
* @internal
|
|
6768
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6769
|
+
*/
|
|
6770
|
+
export declare namespace InternalRoutes1$ {
|
|
6771
|
+
/** @deprecated use `InternalRoutes1$inboundSchema` instead. */
|
|
6772
|
+
const inboundSchema: z.ZodType<InternalRoutes1, z.ZodTypeDef, unknown>;
|
|
6773
|
+
/** @deprecated use `InternalRoutes1$outboundSchema` instead. */
|
|
6774
|
+
const outboundSchema: z.ZodType<InternalRoutes1$Outbound, z.ZodTypeDef, InternalRoutes1>;
|
|
6775
|
+
/** @deprecated use `InternalRoutes1$Outbound` instead. */
|
|
6776
|
+
type Outbound = InternalRoutes1$Outbound;
|
|
6777
|
+
}
|
|
6778
|
+
export declare function internalRoutes1ToJSON(internalRoutes1: InternalRoutes1): string;
|
|
6779
|
+
export declare function internalRoutes1FromJSON(jsonString: string): SafeParseResult<InternalRoutes1, SDKValidationError>;
|
|
6780
|
+
/** @internal */
|
|
6781
|
+
export declare const InternalRoutes$inboundSchema: z.ZodType<InternalRoutes, z.ZodTypeDef, unknown>;
|
|
6782
|
+
/** @internal */
|
|
6783
|
+
export type InternalRoutes$Outbound = InternalRoutes1$Outbound | InternalRoutes2$Outbound;
|
|
6784
|
+
/** @internal */
|
|
6785
|
+
export declare const InternalRoutes$outboundSchema: z.ZodType<InternalRoutes$Outbound, z.ZodTypeDef, InternalRoutes>;
|
|
6786
|
+
/**
|
|
6787
|
+
* @internal
|
|
6788
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6789
|
+
*/
|
|
6790
|
+
export declare namespace InternalRoutes$ {
|
|
6791
|
+
/** @deprecated use `InternalRoutes$inboundSchema` instead. */
|
|
6792
|
+
const inboundSchema: z.ZodType<InternalRoutes, z.ZodTypeDef, unknown>;
|
|
6793
|
+
/** @deprecated use `InternalRoutes$outboundSchema` instead. */
|
|
6794
|
+
const outboundSchema: z.ZodType<InternalRoutes$Outbound, z.ZodTypeDef, InternalRoutes>;
|
|
6795
|
+
/** @deprecated use `InternalRoutes$Outbound` instead. */
|
|
6796
|
+
type Outbound = InternalRoutes$Outbound;
|
|
6797
|
+
}
|
|
6798
|
+
export declare function internalRoutesToJSON(internalRoutes: InternalRoutes): string;
|
|
6799
|
+
export declare function internalRoutesFromJSON(jsonString: string): SafeParseResult<InternalRoutes, SDKValidationError>;
|
|
6800
|
+
/** @internal */
|
|
5453
6801
|
export declare const UpdateProjectDataCacheResponseBody$inboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody, z.ZodTypeDef, unknown>;
|
|
5454
6802
|
/** @internal */
|
|
5455
6803
|
export type UpdateProjectDataCacheResponseBody$Outbound = {
|
|
@@ -5481,7 +6829,7 @@ export type UpdateProjectDataCacheResponseBody$Outbound = {
|
|
|
5481
6829
|
id: string;
|
|
5482
6830
|
ipBuckets?: Array<UpdateProjectDataCacheIpBuckets$Outbound> | undefined;
|
|
5483
6831
|
latestDeployments?: Array<LatestDeployments$Outbound> | undefined;
|
|
5484
|
-
link?:
|
|
6832
|
+
link?: Link4$Outbound | Link5$Outbound | Link3$Outbound | Link1$Outbound | Link2$Outbound | undefined;
|
|
5485
6833
|
microfrontends?: UpdateProjectDataCacheMicrofrontends1$Outbound | UpdateProjectDataCacheMicrofrontends2$Outbound | undefined;
|
|
5486
6834
|
name: string;
|
|
5487
6835
|
nodeVersion: string;
|
|
@@ -5531,6 +6879,8 @@ export type UpdateProjectDataCacheResponseBody$Outbound = {
|
|
|
5531
6879
|
tier?: string | undefined;
|
|
5532
6880
|
features?: Features$Outbound | undefined;
|
|
5533
6881
|
v0?: boolean | undefined;
|
|
6882
|
+
abuse?: UpdateProjectDataCacheAbuse$Outbound | undefined;
|
|
6883
|
+
internalRoutes?: Array<InternalRoutes1$Outbound | InternalRoutes2$Outbound> | undefined;
|
|
5534
6884
|
};
|
|
5535
6885
|
/** @internal */
|
|
5536
6886
|
export declare const UpdateProjectDataCacheResponseBody$outboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheResponseBody>;
|