@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
|
@@ -532,6 +532,7 @@ export declare const GetProjectsFramework: {
|
|
|
532
532
|
readonly Vitepress: "vitepress";
|
|
533
533
|
readonly Vuepress: "vuepress";
|
|
534
534
|
readonly Parcel: "parcel";
|
|
535
|
+
readonly Fastapi: "fastapi";
|
|
535
536
|
readonly Fasthtml: "fasthtml";
|
|
536
537
|
readonly SanityV3: "sanity-v3";
|
|
537
538
|
readonly Sanity: "sanity";
|
|
@@ -678,7 +679,7 @@ export type GetProjectsLatestDeployments = {
|
|
|
678
679
|
withCache?: boolean | undefined;
|
|
679
680
|
};
|
|
680
681
|
export declare const GetProjectsLinkProjectsResponse200ApplicationJSONType: {
|
|
681
|
-
readonly
|
|
682
|
+
readonly Bitbucket: "bitbucket";
|
|
682
683
|
};
|
|
683
684
|
export type GetProjectsLinkProjectsResponse200ApplicationJSONType = ClosedEnum<typeof GetProjectsLinkProjectsResponse200ApplicationJSONType>;
|
|
684
685
|
export type GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks = {
|
|
@@ -689,15 +690,12 @@ export type GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks = {
|
|
|
689
690
|
url: string;
|
|
690
691
|
};
|
|
691
692
|
export type GetProjectsLink5 = {
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
*/
|
|
696
|
-
repoOwnerId?: number | undefined;
|
|
697
|
-
repo?: string | undefined;
|
|
698
|
-
repoId?: number | undefined;
|
|
693
|
+
name: string;
|
|
694
|
+
slug: string;
|
|
695
|
+
owner: string;
|
|
699
696
|
type: GetProjectsLinkProjectsResponse200ApplicationJSONType;
|
|
700
|
-
|
|
697
|
+
uuid: string;
|
|
698
|
+
workspaceUuid: string;
|
|
701
699
|
createdAt?: number | undefined;
|
|
702
700
|
deployHooks: Array<GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks>;
|
|
703
701
|
gitCredentialId: string;
|
|
@@ -706,7 +704,7 @@ export type GetProjectsLink5 = {
|
|
|
706
704
|
productionBranch: string;
|
|
707
705
|
};
|
|
708
706
|
export declare const GetProjectsLinkProjectsResponse200Type: {
|
|
709
|
-
readonly
|
|
707
|
+
readonly Gitlab: "gitlab";
|
|
710
708
|
};
|
|
711
709
|
export type GetProjectsLinkProjectsResponse200Type = ClosedEnum<typeof GetProjectsLinkProjectsResponse200Type>;
|
|
712
710
|
export type GetProjectsLinkProjectsResponse200DeployHooks = {
|
|
@@ -717,12 +715,16 @@ export type GetProjectsLinkProjectsResponse200DeployHooks = {
|
|
|
717
715
|
url: string;
|
|
718
716
|
};
|
|
719
717
|
export type GetProjectsLink4 = {
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
718
|
+
projectId: string;
|
|
719
|
+
projectName: string;
|
|
720
|
+
projectNameWithNamespace: string;
|
|
721
|
+
projectNamespace: string;
|
|
722
|
+
/**
|
|
723
|
+
* 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).
|
|
724
|
+
*/
|
|
725
|
+
projectOwnerId?: number | undefined;
|
|
726
|
+
projectUrl: string;
|
|
723
727
|
type: GetProjectsLinkProjectsResponse200Type;
|
|
724
|
-
uuid: string;
|
|
725
|
-
workspaceUuid: string;
|
|
726
728
|
createdAt?: number | undefined;
|
|
727
729
|
deployHooks: Array<GetProjectsLinkProjectsResponse200DeployHooks>;
|
|
728
730
|
gitCredentialId: string;
|
|
@@ -731,7 +733,7 @@ export type GetProjectsLink4 = {
|
|
|
731
733
|
productionBranch: string;
|
|
732
734
|
};
|
|
733
735
|
export declare const GetProjectsLinkProjectsResponseType: {
|
|
734
|
-
readonly
|
|
736
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
735
737
|
};
|
|
736
738
|
export type GetProjectsLinkProjectsResponseType = ClosedEnum<typeof GetProjectsLinkProjectsResponseType>;
|
|
737
739
|
export type GetProjectsLinkProjectsResponseDeployHooks = {
|
|
@@ -742,16 +744,15 @@ export type GetProjectsLinkProjectsResponseDeployHooks = {
|
|
|
742
744
|
url: string;
|
|
743
745
|
};
|
|
744
746
|
export type GetProjectsLink3 = {
|
|
745
|
-
|
|
746
|
-
projectName: string;
|
|
747
|
-
projectNameWithNamespace: string;
|
|
748
|
-
projectNamespace: string;
|
|
747
|
+
org: string;
|
|
749
748
|
/**
|
|
750
|
-
* 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.
|
|
749
|
+
* 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.
|
|
751
750
|
*/
|
|
752
|
-
|
|
753
|
-
|
|
751
|
+
repoOwnerId?: number | undefined;
|
|
752
|
+
repo?: string | undefined;
|
|
753
|
+
repoId?: number | undefined;
|
|
754
754
|
type: GetProjectsLinkProjectsResponseType;
|
|
755
|
+
host: string;
|
|
755
756
|
createdAt?: number | undefined;
|
|
756
757
|
deployHooks: Array<GetProjectsLinkProjectsResponseDeployHooks>;
|
|
757
758
|
gitCredentialId: string;
|
|
@@ -813,7 +814,7 @@ export type GetProjectsLink1 = {
|
|
|
813
814
|
sourceless?: boolean | undefined;
|
|
814
815
|
productionBranch: string;
|
|
815
816
|
};
|
|
816
|
-
export type GetProjectsLink =
|
|
817
|
+
export type GetProjectsLink = GetProjectsLink4 | GetProjectsLink5 | GetProjectsLink3 | GetProjectsLink1 | GetProjectsLink2;
|
|
817
818
|
export type GetProjectsMicrofrontends2 = {
|
|
818
819
|
updatedAt: number;
|
|
819
820
|
groupIds: Array<any>;
|
|
@@ -1236,6 +1237,7 @@ export type GetProjectsPermissions = {
|
|
|
1236
1237
|
jobGlobal?: Array<ACLAction> | undefined;
|
|
1237
1238
|
drain?: Array<ACLAction> | undefined;
|
|
1238
1239
|
logDrain?: Array<ACLAction> | undefined;
|
|
1240
|
+
traceDrain?: Array<ACLAction> | undefined;
|
|
1239
1241
|
monitoring?: Array<ACLAction> | undefined;
|
|
1240
1242
|
monitoringSettings?: Array<ACLAction> | undefined;
|
|
1241
1243
|
monitoringQuery?: Array<ACLAction> | undefined;
|
|
@@ -1256,6 +1258,7 @@ export type GetProjectsPermissions = {
|
|
|
1256
1258
|
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1257
1259
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1258
1260
|
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
1261
|
+
alerts?: Array<ACLAction> | undefined;
|
|
1259
1262
|
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1260
1263
|
observabilityFunnel?: Array<ACLAction> | undefined;
|
|
1261
1264
|
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
@@ -1434,15 +1437,15 @@ export type GetProjectsWebAnalytics = {
|
|
|
1434
1437
|
enabledAt?: number | undefined;
|
|
1435
1438
|
hasData?: boolean | undefined;
|
|
1436
1439
|
};
|
|
1437
|
-
export declare const
|
|
1440
|
+
export declare const GetProjectsProjectsResponse200Action: {
|
|
1438
1441
|
readonly Log: "log";
|
|
1439
1442
|
readonly Challenge: "challenge";
|
|
1440
1443
|
readonly Deny: "deny";
|
|
1441
1444
|
};
|
|
1442
|
-
export type
|
|
1445
|
+
export type GetProjectsProjectsResponse200Action = ClosedEnum<typeof GetProjectsProjectsResponse200Action>;
|
|
1443
1446
|
export type GetProjectsBotFilter = {
|
|
1444
1447
|
active: boolean;
|
|
1445
|
-
action?:
|
|
1448
|
+
action?: GetProjectsProjectsResponse200Action | undefined;
|
|
1446
1449
|
};
|
|
1447
1450
|
export declare const GetProjectsProjectsAction: {
|
|
1448
1451
|
readonly Log: "log";
|
|
@@ -1513,6 +1516,224 @@ export type GetProjectsTier = ClosedEnum<typeof GetProjectsTier>;
|
|
|
1513
1516
|
export type GetProjectsFeatures = {
|
|
1514
1517
|
webAnalytics?: boolean | undefined;
|
|
1515
1518
|
};
|
|
1519
|
+
export type GetProjectsHistory = {
|
|
1520
|
+
scanner: string;
|
|
1521
|
+
reason: string;
|
|
1522
|
+
by: string;
|
|
1523
|
+
byId: string;
|
|
1524
|
+
at: number;
|
|
1525
|
+
};
|
|
1526
|
+
export declare const GetProjectsAction: {
|
|
1527
|
+
readonly Blocked: "blocked";
|
|
1528
|
+
};
|
|
1529
|
+
export type GetProjectsAction = ClosedEnum<typeof GetProjectsAction>;
|
|
1530
|
+
export type GetProjectsBlock = {
|
|
1531
|
+
action: GetProjectsAction;
|
|
1532
|
+
reason: string;
|
|
1533
|
+
statusCode: number;
|
|
1534
|
+
createdAt: number;
|
|
1535
|
+
caseId?: string | undefined;
|
|
1536
|
+
actor?: string | undefined;
|
|
1537
|
+
comment?: string | undefined;
|
|
1538
|
+
isCascading?: boolean | undefined;
|
|
1539
|
+
};
|
|
1540
|
+
export declare const GetProjectsBlockHistoryProjectsResponse200Action: {
|
|
1541
|
+
readonly RouteUnblocked: "route-unblocked";
|
|
1542
|
+
};
|
|
1543
|
+
export type GetProjectsBlockHistoryProjectsResponse200Action = ClosedEnum<typeof GetProjectsBlockHistoryProjectsResponse200Action>;
|
|
1544
|
+
export declare const GetProjectsHasProjectsResponse200Type: {
|
|
1545
|
+
readonly Host: "host";
|
|
1546
|
+
};
|
|
1547
|
+
export type GetProjectsHasProjectsResponse200Type = ClosedEnum<typeof GetProjectsHasProjectsResponse200Type>;
|
|
1548
|
+
export type GetProjectsHasProjectsResponse200Value = {
|
|
1549
|
+
eq: string;
|
|
1550
|
+
};
|
|
1551
|
+
export type GetProjectsHasProjects2 = {
|
|
1552
|
+
type: GetProjectsHasProjectsResponse200Type;
|
|
1553
|
+
value: GetProjectsHasProjectsResponse200Value;
|
|
1554
|
+
};
|
|
1555
|
+
export declare const GetProjectsHasProjectsResponseType: {
|
|
1556
|
+
readonly Header: "header";
|
|
1557
|
+
};
|
|
1558
|
+
export type GetProjectsHasProjectsResponseType = ClosedEnum<typeof GetProjectsHasProjectsResponseType>;
|
|
1559
|
+
export declare const GetProjectsHasProjectsKey: {
|
|
1560
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
1561
|
+
};
|
|
1562
|
+
export type GetProjectsHasProjectsKey = ClosedEnum<typeof GetProjectsHasProjectsKey>;
|
|
1563
|
+
export type GetProjectsHasProjectsResponseValue = {
|
|
1564
|
+
eq: string;
|
|
1565
|
+
};
|
|
1566
|
+
export type GetProjectsHasProjects1 = {
|
|
1567
|
+
type: GetProjectsHasProjectsResponseType;
|
|
1568
|
+
key: GetProjectsHasProjectsKey;
|
|
1569
|
+
value: GetProjectsHasProjectsResponseValue;
|
|
1570
|
+
};
|
|
1571
|
+
export type GetProjectsRouteProjectsHas = GetProjectsHasProjects1 | GetProjectsHasProjects2;
|
|
1572
|
+
export declare const GetProjectsRouteProjectsAction: {
|
|
1573
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
1574
|
+
};
|
|
1575
|
+
export type GetProjectsRouteProjectsAction = ClosedEnum<typeof GetProjectsRouteProjectsAction>;
|
|
1576
|
+
export type GetProjectsRouteProjectsMitigate = {
|
|
1577
|
+
action: GetProjectsRouteProjectsAction;
|
|
1578
|
+
};
|
|
1579
|
+
export type GetProjectsRouteProjects2 = {
|
|
1580
|
+
has: Array<GetProjectsHasProjects1 | GetProjectsHasProjects2>;
|
|
1581
|
+
mitigate: GetProjectsRouteProjectsMitigate;
|
|
1582
|
+
src?: string | undefined;
|
|
1583
|
+
};
|
|
1584
|
+
export type GetProjectsRouteProjects1 = {
|
|
1585
|
+
src: string;
|
|
1586
|
+
status: number;
|
|
1587
|
+
};
|
|
1588
|
+
export type GetProjectsBlockHistoryProjectsRoute = GetProjectsRouteProjects1 | GetProjectsRouteProjects2;
|
|
1589
|
+
export type GetProjectsBlockHistory4 = {
|
|
1590
|
+
action: GetProjectsBlockHistoryProjectsResponse200Action;
|
|
1591
|
+
route: GetProjectsRouteProjects1 | GetProjectsRouteProjects2;
|
|
1592
|
+
statusCode?: number | undefined;
|
|
1593
|
+
createdAt: number;
|
|
1594
|
+
caseId?: string | undefined;
|
|
1595
|
+
actor?: string | undefined;
|
|
1596
|
+
comment?: string | undefined;
|
|
1597
|
+
isCascading?: boolean | undefined;
|
|
1598
|
+
};
|
|
1599
|
+
export declare const GetProjectsBlockHistoryProjectsResponseAction: {
|
|
1600
|
+
readonly RouteBlocked: "route-blocked";
|
|
1601
|
+
};
|
|
1602
|
+
export type GetProjectsBlockHistoryProjectsResponseAction = ClosedEnum<typeof GetProjectsBlockHistoryProjectsResponseAction>;
|
|
1603
|
+
export declare const GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType: {
|
|
1604
|
+
readonly Host: "host";
|
|
1605
|
+
};
|
|
1606
|
+
export type GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
1607
|
+
export type GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue = {
|
|
1608
|
+
eq: string;
|
|
1609
|
+
};
|
|
1610
|
+
export type GetProjectsHasProjectsResponse2 = {
|
|
1611
|
+
type: GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType;
|
|
1612
|
+
value: GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue;
|
|
1613
|
+
};
|
|
1614
|
+
export declare const GetProjectsHasProjectsResponse200ApplicationJSONType: {
|
|
1615
|
+
readonly Header: "header";
|
|
1616
|
+
};
|
|
1617
|
+
export type GetProjectsHasProjectsResponse200ApplicationJSONType = ClosedEnum<typeof GetProjectsHasProjectsResponse200ApplicationJSONType>;
|
|
1618
|
+
export declare const GetProjectsHasProjectsResponseKey: {
|
|
1619
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
1620
|
+
};
|
|
1621
|
+
export type GetProjectsHasProjectsResponseKey = ClosedEnum<typeof GetProjectsHasProjectsResponseKey>;
|
|
1622
|
+
export type GetProjectsHasProjectsResponse200ApplicationJSONValue = {
|
|
1623
|
+
eq: string;
|
|
1624
|
+
};
|
|
1625
|
+
export type GetProjectsHasProjectsResponse1 = {
|
|
1626
|
+
type: GetProjectsHasProjectsResponse200ApplicationJSONType;
|
|
1627
|
+
key: GetProjectsHasProjectsResponseKey;
|
|
1628
|
+
value: GetProjectsHasProjectsResponse200ApplicationJSONValue;
|
|
1629
|
+
};
|
|
1630
|
+
export type GetProjectsRouteHas = GetProjectsHasProjectsResponse1 | GetProjectsHasProjectsResponse2;
|
|
1631
|
+
export declare const GetProjectsRouteAction: {
|
|
1632
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
1633
|
+
};
|
|
1634
|
+
export type GetProjectsRouteAction = ClosedEnum<typeof GetProjectsRouteAction>;
|
|
1635
|
+
export type GetProjectsRouteMitigate = {
|
|
1636
|
+
action: GetProjectsRouteAction;
|
|
1637
|
+
};
|
|
1638
|
+
export type GetProjectsRoute2 = {
|
|
1639
|
+
has: Array<GetProjectsHasProjectsResponse1 | GetProjectsHasProjectsResponse2>;
|
|
1640
|
+
mitigate: GetProjectsRouteMitigate;
|
|
1641
|
+
src?: string | undefined;
|
|
1642
|
+
};
|
|
1643
|
+
export type GetProjectsRoute1 = {
|
|
1644
|
+
src: string;
|
|
1645
|
+
status: number;
|
|
1646
|
+
};
|
|
1647
|
+
export type GetProjectsBlockHistoryRoute = GetProjectsRoute1 | GetProjectsRoute2;
|
|
1648
|
+
export type GetProjectsBlockHistory3 = {
|
|
1649
|
+
action: GetProjectsBlockHistoryProjectsResponseAction;
|
|
1650
|
+
route: GetProjectsRoute1 | GetProjectsRoute2;
|
|
1651
|
+
reason: string;
|
|
1652
|
+
createdAt: number;
|
|
1653
|
+
caseId?: string | undefined;
|
|
1654
|
+
actor?: string | undefined;
|
|
1655
|
+
comment?: string | undefined;
|
|
1656
|
+
isCascading?: boolean | undefined;
|
|
1657
|
+
};
|
|
1658
|
+
export declare const GetProjectsBlockHistoryProjectsAction: {
|
|
1659
|
+
readonly Unblocked: "unblocked";
|
|
1660
|
+
};
|
|
1661
|
+
export type GetProjectsBlockHistoryProjectsAction = ClosedEnum<typeof GetProjectsBlockHistoryProjectsAction>;
|
|
1662
|
+
export type GetProjectsBlockHistory2 = {
|
|
1663
|
+
action: GetProjectsBlockHistoryProjectsAction;
|
|
1664
|
+
createdAt: number;
|
|
1665
|
+
caseId?: string | undefined;
|
|
1666
|
+
actor?: string | undefined;
|
|
1667
|
+
comment?: string | undefined;
|
|
1668
|
+
isCascading?: boolean | undefined;
|
|
1669
|
+
};
|
|
1670
|
+
export declare const GetProjectsBlockHistoryAction: {
|
|
1671
|
+
readonly Blocked: "blocked";
|
|
1672
|
+
};
|
|
1673
|
+
export type GetProjectsBlockHistoryAction = ClosedEnum<typeof GetProjectsBlockHistoryAction>;
|
|
1674
|
+
export type GetProjectsBlockHistory1 = {
|
|
1675
|
+
action: GetProjectsBlockHistoryAction;
|
|
1676
|
+
reason: string;
|
|
1677
|
+
statusCode: number;
|
|
1678
|
+
createdAt: number;
|
|
1679
|
+
caseId?: string | undefined;
|
|
1680
|
+
actor?: string | undefined;
|
|
1681
|
+
comment?: string | undefined;
|
|
1682
|
+
isCascading?: boolean | undefined;
|
|
1683
|
+
};
|
|
1684
|
+
export type GetProjectsBlockHistory = GetProjectsBlockHistory1 | GetProjectsBlockHistory3 | GetProjectsBlockHistory4 | GetProjectsBlockHistory2;
|
|
1685
|
+
export type GetProjectsAbuse = {
|
|
1686
|
+
scanner?: string | undefined;
|
|
1687
|
+
history: Array<GetProjectsHistory>;
|
|
1688
|
+
updatedAt: number;
|
|
1689
|
+
block?: GetProjectsBlock | undefined;
|
|
1690
|
+
blockHistory?: Array<GetProjectsBlockHistory1 | GetProjectsBlockHistory3 | GetProjectsBlockHistory4 | GetProjectsBlockHistory2> | undefined;
|
|
1691
|
+
};
|
|
1692
|
+
export declare const GetProjectsHasProjectsType: {
|
|
1693
|
+
readonly Host: "host";
|
|
1694
|
+
};
|
|
1695
|
+
export type GetProjectsHasProjectsType = ClosedEnum<typeof GetProjectsHasProjectsType>;
|
|
1696
|
+
export type GetProjectsHasProjectsValue = {
|
|
1697
|
+
eq: string;
|
|
1698
|
+
};
|
|
1699
|
+
export type GetProjectsHas2 = {
|
|
1700
|
+
type: GetProjectsHasProjectsType;
|
|
1701
|
+
value: GetProjectsHasProjectsValue;
|
|
1702
|
+
};
|
|
1703
|
+
export declare const GetProjectsHasType: {
|
|
1704
|
+
readonly Header: "header";
|
|
1705
|
+
};
|
|
1706
|
+
export type GetProjectsHasType = ClosedEnum<typeof GetProjectsHasType>;
|
|
1707
|
+
export declare const GetProjectsHasKey: {
|
|
1708
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
1709
|
+
};
|
|
1710
|
+
export type GetProjectsHasKey = ClosedEnum<typeof GetProjectsHasKey>;
|
|
1711
|
+
export type GetProjectsHasValue = {
|
|
1712
|
+
eq: string;
|
|
1713
|
+
};
|
|
1714
|
+
export type GetProjectsHas1 = {
|
|
1715
|
+
type: GetProjectsHasType;
|
|
1716
|
+
key: GetProjectsHasKey;
|
|
1717
|
+
value: GetProjectsHasValue;
|
|
1718
|
+
};
|
|
1719
|
+
export type GetProjectsInternalRoutesHas = GetProjectsHas1 | GetProjectsHas2;
|
|
1720
|
+
export declare const GetProjectsInternalRoutesAction: {
|
|
1721
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
1722
|
+
};
|
|
1723
|
+
export type GetProjectsInternalRoutesAction = ClosedEnum<typeof GetProjectsInternalRoutesAction>;
|
|
1724
|
+
export type GetProjectsInternalRoutesMitigate = {
|
|
1725
|
+
action: GetProjectsInternalRoutesAction;
|
|
1726
|
+
};
|
|
1727
|
+
export type GetProjectsInternalRoutes2 = {
|
|
1728
|
+
has: Array<GetProjectsHas1 | GetProjectsHas2>;
|
|
1729
|
+
mitigate: GetProjectsInternalRoutesMitigate;
|
|
1730
|
+
src?: string | undefined;
|
|
1731
|
+
};
|
|
1732
|
+
export type GetProjectsInternalRoutes1 = {
|
|
1733
|
+
src: string;
|
|
1734
|
+
status: number;
|
|
1735
|
+
};
|
|
1736
|
+
export type GetProjectsInternalRoutes = GetProjectsInternalRoutes1 | GetProjectsInternalRoutes2;
|
|
1516
1737
|
export type GetProjectsProjects = {
|
|
1517
1738
|
accountId: string;
|
|
1518
1739
|
analytics?: GetProjectsAnalytics | undefined;
|
|
@@ -1545,7 +1766,7 @@ export type GetProjectsProjects = {
|
|
|
1545
1766
|
id: string;
|
|
1546
1767
|
ipBuckets?: Array<GetProjectsIpBuckets> | undefined;
|
|
1547
1768
|
latestDeployments?: Array<GetProjectsLatestDeployments> | undefined;
|
|
1548
|
-
link?:
|
|
1769
|
+
link?: GetProjectsLink4 | GetProjectsLink5 | GetProjectsLink3 | GetProjectsLink1 | GetProjectsLink2 | undefined;
|
|
1549
1770
|
microfrontends?: GetProjectsMicrofrontends1 | GetProjectsMicrofrontends2 | undefined;
|
|
1550
1771
|
name: string;
|
|
1551
1772
|
nodeVersion: GetProjectsNodeVersion;
|
|
@@ -1601,6 +1822,8 @@ export type GetProjectsProjects = {
|
|
|
1601
1822
|
tier?: GetProjectsTier | undefined;
|
|
1602
1823
|
features?: GetProjectsFeatures | undefined;
|
|
1603
1824
|
v0?: boolean | undefined;
|
|
1825
|
+
abuse?: GetProjectsAbuse | undefined;
|
|
1826
|
+
internalRoutes?: Array<GetProjectsInternalRoutes1 | GetProjectsInternalRoutes2> | undefined;
|
|
1604
1827
|
};
|
|
1605
1828
|
/**
|
|
1606
1829
|
* The paginated list of projects
|
|
@@ -2972,6 +3195,7 @@ export declare namespace GetProjectsFramework$ {
|
|
|
2972
3195
|
readonly Vitepress: "vitepress";
|
|
2973
3196
|
readonly Vuepress: "vuepress";
|
|
2974
3197
|
readonly Parcel: "parcel";
|
|
3198
|
+
readonly Fastapi: "fastapi";
|
|
2975
3199
|
readonly Fasthtml: "fasthtml";
|
|
2976
3200
|
readonly SanityV3: "sanity-v3";
|
|
2977
3201
|
readonly Sanity: "sanity";
|
|
@@ -3025,6 +3249,7 @@ export declare namespace GetProjectsFramework$ {
|
|
|
3025
3249
|
readonly Vitepress: "vitepress";
|
|
3026
3250
|
readonly Vuepress: "vuepress";
|
|
3027
3251
|
readonly Parcel: "parcel";
|
|
3252
|
+
readonly Fastapi: "fastapi";
|
|
3028
3253
|
readonly Fasthtml: "fasthtml";
|
|
3029
3254
|
readonly SanityV3: "sanity-v3";
|
|
3030
3255
|
readonly Sanity: "sanity";
|
|
@@ -3432,11 +3657,11 @@ export declare const GetProjectsLinkProjectsResponse200ApplicationJSONType$outbo
|
|
|
3432
3657
|
export declare namespace GetProjectsLinkProjectsResponse200ApplicationJSONType$ {
|
|
3433
3658
|
/** @deprecated use `GetProjectsLinkProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
3434
3659
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3435
|
-
readonly
|
|
3660
|
+
readonly Bitbucket: "bitbucket";
|
|
3436
3661
|
}>;
|
|
3437
3662
|
/** @deprecated use `GetProjectsLinkProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
3438
3663
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3439
|
-
readonly
|
|
3664
|
+
readonly Bitbucket: "bitbucket";
|
|
3440
3665
|
}>;
|
|
3441
3666
|
}
|
|
3442
3667
|
/** @internal */
|
|
@@ -3469,12 +3694,12 @@ export declare function getProjectsLinkProjectsResponse200ApplicationJSONDeployH
|
|
|
3469
3694
|
export declare const GetProjectsLink5$inboundSchema: z.ZodType<GetProjectsLink5, z.ZodTypeDef, unknown>;
|
|
3470
3695
|
/** @internal */
|
|
3471
3696
|
export type GetProjectsLink5$Outbound = {
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
repoId?: number | undefined;
|
|
3697
|
+
name: string;
|
|
3698
|
+
slug: string;
|
|
3699
|
+
owner: string;
|
|
3476
3700
|
type: string;
|
|
3477
|
-
|
|
3701
|
+
uuid: string;
|
|
3702
|
+
workspaceUuid: string;
|
|
3478
3703
|
createdAt?: number | undefined;
|
|
3479
3704
|
deployHooks: Array<GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound>;
|
|
3480
3705
|
gitCredentialId: string;
|
|
@@ -3509,11 +3734,11 @@ export declare const GetProjectsLinkProjectsResponse200Type$outboundSchema: z.Zo
|
|
|
3509
3734
|
export declare namespace GetProjectsLinkProjectsResponse200Type$ {
|
|
3510
3735
|
/** @deprecated use `GetProjectsLinkProjectsResponse200Type$inboundSchema` instead. */
|
|
3511
3736
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3512
|
-
readonly
|
|
3737
|
+
readonly Gitlab: "gitlab";
|
|
3513
3738
|
}>;
|
|
3514
3739
|
/** @deprecated use `GetProjectsLinkProjectsResponse200Type$outboundSchema` instead. */
|
|
3515
3740
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3516
|
-
readonly
|
|
3741
|
+
readonly Gitlab: "gitlab";
|
|
3517
3742
|
}>;
|
|
3518
3743
|
}
|
|
3519
3744
|
/** @internal */
|
|
@@ -3546,12 +3771,13 @@ export declare function getProjectsLinkProjectsResponse200DeployHooksFromJSON(js
|
|
|
3546
3771
|
export declare const GetProjectsLink4$inboundSchema: z.ZodType<GetProjectsLink4, z.ZodTypeDef, unknown>;
|
|
3547
3772
|
/** @internal */
|
|
3548
3773
|
export type GetProjectsLink4$Outbound = {
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3774
|
+
projectId: string;
|
|
3775
|
+
projectName: string;
|
|
3776
|
+
projectNameWithNamespace: string;
|
|
3777
|
+
projectNamespace: string;
|
|
3778
|
+
projectOwnerId?: number | undefined;
|
|
3779
|
+
projectUrl: string;
|
|
3552
3780
|
type: string;
|
|
3553
|
-
uuid: string;
|
|
3554
|
-
workspaceUuid: string;
|
|
3555
3781
|
createdAt?: number | undefined;
|
|
3556
3782
|
deployHooks: Array<GetProjectsLinkProjectsResponse200DeployHooks$Outbound>;
|
|
3557
3783
|
gitCredentialId: string;
|
|
@@ -3586,11 +3812,11 @@ export declare const GetProjectsLinkProjectsResponseType$outboundSchema: z.ZodNa
|
|
|
3586
3812
|
export declare namespace GetProjectsLinkProjectsResponseType$ {
|
|
3587
3813
|
/** @deprecated use `GetProjectsLinkProjectsResponseType$inboundSchema` instead. */
|
|
3588
3814
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3589
|
-
readonly
|
|
3815
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
3590
3816
|
}>;
|
|
3591
3817
|
/** @deprecated use `GetProjectsLinkProjectsResponseType$outboundSchema` instead. */
|
|
3592
3818
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3593
|
-
readonly
|
|
3819
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
3594
3820
|
}>;
|
|
3595
3821
|
}
|
|
3596
3822
|
/** @internal */
|
|
@@ -3623,13 +3849,12 @@ export declare function getProjectsLinkProjectsResponseDeployHooksFromJSON(jsonS
|
|
|
3623
3849
|
export declare const GetProjectsLink3$inboundSchema: z.ZodType<GetProjectsLink3, z.ZodTypeDef, unknown>;
|
|
3624
3850
|
/** @internal */
|
|
3625
3851
|
export type GetProjectsLink3$Outbound = {
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
projectOwnerId?: number | undefined;
|
|
3631
|
-
projectUrl: string;
|
|
3852
|
+
org: string;
|
|
3853
|
+
repoOwnerId?: number | undefined;
|
|
3854
|
+
repo?: string | undefined;
|
|
3855
|
+
repoId?: number | undefined;
|
|
3632
3856
|
type: string;
|
|
3857
|
+
host: string;
|
|
3633
3858
|
createdAt?: number | undefined;
|
|
3634
3859
|
deployHooks: Array<GetProjectsLinkProjectsResponseDeployHooks$Outbound>;
|
|
3635
3860
|
gitCredentialId: string;
|
|
@@ -3808,7 +4033,7 @@ export declare function getProjectsLink1FromJSON(jsonString: string): SafeParseR
|
|
|
3808
4033
|
/** @internal */
|
|
3809
4034
|
export declare const GetProjectsLink$inboundSchema: z.ZodType<GetProjectsLink, z.ZodTypeDef, unknown>;
|
|
3810
4035
|
/** @internal */
|
|
3811
|
-
export type GetProjectsLink$Outbound =
|
|
4036
|
+
export type GetProjectsLink$Outbound = GetProjectsLink4$Outbound | GetProjectsLink5$Outbound | GetProjectsLink3$Outbound | GetProjectsLink1$Outbound | GetProjectsLink2$Outbound;
|
|
3812
4037
|
/** @internal */
|
|
3813
4038
|
export declare const GetProjectsLink$outboundSchema: z.ZodType<GetProjectsLink$Outbound, z.ZodTypeDef, GetProjectsLink>;
|
|
3814
4039
|
/**
|
|
@@ -4753,6 +4978,7 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
4753
4978
|
jobGlobal?: Array<string> | undefined;
|
|
4754
4979
|
drain?: Array<string> | undefined;
|
|
4755
4980
|
logDrain?: Array<string> | undefined;
|
|
4981
|
+
traceDrain?: Array<string> | undefined;
|
|
4756
4982
|
Monitoring?: Array<string> | undefined;
|
|
4757
4983
|
monitoringSettings?: Array<string> | undefined;
|
|
4758
4984
|
monitoringQuery?: Array<string> | undefined;
|
|
@@ -4773,6 +4999,7 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
4773
4999
|
notificationCustomerBudget?: Array<string> | undefined;
|
|
4774
5000
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
4775
5001
|
observabilityConfiguration?: Array<string> | undefined;
|
|
5002
|
+
alerts?: Array<string> | undefined;
|
|
4776
5003
|
observabilityNotebook?: Array<string> | undefined;
|
|
4777
5004
|
observabilityFunnel?: Array<string> | undefined;
|
|
4778
5005
|
openTelemetryEndpoint?: Array<string> | undefined;
|
|
@@ -5302,21 +5529,21 @@ export declare namespace GetProjectsWebAnalytics$ {
|
|
|
5302
5529
|
export declare function getProjectsWebAnalyticsToJSON(getProjectsWebAnalytics: GetProjectsWebAnalytics): string;
|
|
5303
5530
|
export declare function getProjectsWebAnalyticsFromJSON(jsonString: string): SafeParseResult<GetProjectsWebAnalytics, SDKValidationError>;
|
|
5304
5531
|
/** @internal */
|
|
5305
|
-
export declare const
|
|
5532
|
+
export declare const GetProjectsProjectsResponse200Action$inboundSchema: z.ZodNativeEnum<typeof GetProjectsProjectsResponse200Action>;
|
|
5306
5533
|
/** @internal */
|
|
5307
|
-
export declare const
|
|
5534
|
+
export declare const GetProjectsProjectsResponse200Action$outboundSchema: z.ZodNativeEnum<typeof GetProjectsProjectsResponse200Action>;
|
|
5308
5535
|
/**
|
|
5309
5536
|
* @internal
|
|
5310
5537
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5311
5538
|
*/
|
|
5312
|
-
export declare namespace
|
|
5313
|
-
/** @deprecated use `
|
|
5539
|
+
export declare namespace GetProjectsProjectsResponse200Action$ {
|
|
5540
|
+
/** @deprecated use `GetProjectsProjectsResponse200Action$inboundSchema` instead. */
|
|
5314
5541
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5315
5542
|
readonly Log: "log";
|
|
5316
5543
|
readonly Challenge: "challenge";
|
|
5317
5544
|
readonly Deny: "deny";
|
|
5318
5545
|
}>;
|
|
5319
|
-
/** @deprecated use `
|
|
5546
|
+
/** @deprecated use `GetProjectsProjectsResponse200Action$outboundSchema` instead. */
|
|
5320
5547
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5321
5548
|
readonly Log: "log";
|
|
5322
5549
|
readonly Challenge: "challenge";
|
|
@@ -5581,6 +5808,1127 @@ export declare namespace GetProjectsFeatures$ {
|
|
|
5581
5808
|
export declare function getProjectsFeaturesToJSON(getProjectsFeatures: GetProjectsFeatures): string;
|
|
5582
5809
|
export declare function getProjectsFeaturesFromJSON(jsonString: string): SafeParseResult<GetProjectsFeatures, SDKValidationError>;
|
|
5583
5810
|
/** @internal */
|
|
5811
|
+
export declare const GetProjectsHistory$inboundSchema: z.ZodType<GetProjectsHistory, z.ZodTypeDef, unknown>;
|
|
5812
|
+
/** @internal */
|
|
5813
|
+
export type GetProjectsHistory$Outbound = {
|
|
5814
|
+
scanner: string;
|
|
5815
|
+
reason: string;
|
|
5816
|
+
by: string;
|
|
5817
|
+
byId: string;
|
|
5818
|
+
at: number;
|
|
5819
|
+
};
|
|
5820
|
+
/** @internal */
|
|
5821
|
+
export declare const GetProjectsHistory$outboundSchema: z.ZodType<GetProjectsHistory$Outbound, z.ZodTypeDef, GetProjectsHistory>;
|
|
5822
|
+
/**
|
|
5823
|
+
* @internal
|
|
5824
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5825
|
+
*/
|
|
5826
|
+
export declare namespace GetProjectsHistory$ {
|
|
5827
|
+
/** @deprecated use `GetProjectsHistory$inboundSchema` instead. */
|
|
5828
|
+
const inboundSchema: z.ZodType<GetProjectsHistory, z.ZodTypeDef, unknown>;
|
|
5829
|
+
/** @deprecated use `GetProjectsHistory$outboundSchema` instead. */
|
|
5830
|
+
const outboundSchema: z.ZodType<GetProjectsHistory$Outbound, z.ZodTypeDef, GetProjectsHistory>;
|
|
5831
|
+
/** @deprecated use `GetProjectsHistory$Outbound` instead. */
|
|
5832
|
+
type Outbound = GetProjectsHistory$Outbound;
|
|
5833
|
+
}
|
|
5834
|
+
export declare function getProjectsHistoryToJSON(getProjectsHistory: GetProjectsHistory): string;
|
|
5835
|
+
export declare function getProjectsHistoryFromJSON(jsonString: string): SafeParseResult<GetProjectsHistory, SDKValidationError>;
|
|
5836
|
+
/** @internal */
|
|
5837
|
+
export declare const GetProjectsAction$inboundSchema: z.ZodNativeEnum<typeof GetProjectsAction>;
|
|
5838
|
+
/** @internal */
|
|
5839
|
+
export declare const GetProjectsAction$outboundSchema: z.ZodNativeEnum<typeof GetProjectsAction>;
|
|
5840
|
+
/**
|
|
5841
|
+
* @internal
|
|
5842
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5843
|
+
*/
|
|
5844
|
+
export declare namespace GetProjectsAction$ {
|
|
5845
|
+
/** @deprecated use `GetProjectsAction$inboundSchema` instead. */
|
|
5846
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5847
|
+
readonly Blocked: "blocked";
|
|
5848
|
+
}>;
|
|
5849
|
+
/** @deprecated use `GetProjectsAction$outboundSchema` instead. */
|
|
5850
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5851
|
+
readonly Blocked: "blocked";
|
|
5852
|
+
}>;
|
|
5853
|
+
}
|
|
5854
|
+
/** @internal */
|
|
5855
|
+
export declare const GetProjectsBlock$inboundSchema: z.ZodType<GetProjectsBlock, z.ZodTypeDef, unknown>;
|
|
5856
|
+
/** @internal */
|
|
5857
|
+
export type GetProjectsBlock$Outbound = {
|
|
5858
|
+
action: string;
|
|
5859
|
+
reason: string;
|
|
5860
|
+
statusCode: number;
|
|
5861
|
+
createdAt: number;
|
|
5862
|
+
caseId?: string | undefined;
|
|
5863
|
+
actor?: string | undefined;
|
|
5864
|
+
comment?: string | undefined;
|
|
5865
|
+
isCascading?: boolean | undefined;
|
|
5866
|
+
};
|
|
5867
|
+
/** @internal */
|
|
5868
|
+
export declare const GetProjectsBlock$outboundSchema: z.ZodType<GetProjectsBlock$Outbound, z.ZodTypeDef, GetProjectsBlock>;
|
|
5869
|
+
/**
|
|
5870
|
+
* @internal
|
|
5871
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5872
|
+
*/
|
|
5873
|
+
export declare namespace GetProjectsBlock$ {
|
|
5874
|
+
/** @deprecated use `GetProjectsBlock$inboundSchema` instead. */
|
|
5875
|
+
const inboundSchema: z.ZodType<GetProjectsBlock, z.ZodTypeDef, unknown>;
|
|
5876
|
+
/** @deprecated use `GetProjectsBlock$outboundSchema` instead. */
|
|
5877
|
+
const outboundSchema: z.ZodType<GetProjectsBlock$Outbound, z.ZodTypeDef, GetProjectsBlock>;
|
|
5878
|
+
/** @deprecated use `GetProjectsBlock$Outbound` instead. */
|
|
5879
|
+
type Outbound = GetProjectsBlock$Outbound;
|
|
5880
|
+
}
|
|
5881
|
+
export declare function getProjectsBlockToJSON(getProjectsBlock: GetProjectsBlock): string;
|
|
5882
|
+
export declare function getProjectsBlockFromJSON(jsonString: string): SafeParseResult<GetProjectsBlock, SDKValidationError>;
|
|
5883
|
+
/** @internal */
|
|
5884
|
+
export declare const GetProjectsBlockHistoryProjectsResponse200Action$inboundSchema: z.ZodNativeEnum<typeof GetProjectsBlockHistoryProjectsResponse200Action>;
|
|
5885
|
+
/** @internal */
|
|
5886
|
+
export declare const GetProjectsBlockHistoryProjectsResponse200Action$outboundSchema: z.ZodNativeEnum<typeof GetProjectsBlockHistoryProjectsResponse200Action>;
|
|
5887
|
+
/**
|
|
5888
|
+
* @internal
|
|
5889
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5890
|
+
*/
|
|
5891
|
+
export declare namespace GetProjectsBlockHistoryProjectsResponse200Action$ {
|
|
5892
|
+
/** @deprecated use `GetProjectsBlockHistoryProjectsResponse200Action$inboundSchema` instead. */
|
|
5893
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5894
|
+
readonly RouteUnblocked: "route-unblocked";
|
|
5895
|
+
}>;
|
|
5896
|
+
/** @deprecated use `GetProjectsBlockHistoryProjectsResponse200Action$outboundSchema` instead. */
|
|
5897
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5898
|
+
readonly RouteUnblocked: "route-unblocked";
|
|
5899
|
+
}>;
|
|
5900
|
+
}
|
|
5901
|
+
/** @internal */
|
|
5902
|
+
export declare const GetProjectsHasProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponse200Type>;
|
|
5903
|
+
/** @internal */
|
|
5904
|
+
export declare const GetProjectsHasProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponse200Type>;
|
|
5905
|
+
/**
|
|
5906
|
+
* @internal
|
|
5907
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5908
|
+
*/
|
|
5909
|
+
export declare namespace GetProjectsHasProjectsResponse200Type$ {
|
|
5910
|
+
/** @deprecated use `GetProjectsHasProjectsResponse200Type$inboundSchema` instead. */
|
|
5911
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5912
|
+
readonly Host: "host";
|
|
5913
|
+
}>;
|
|
5914
|
+
/** @deprecated use `GetProjectsHasProjectsResponse200Type$outboundSchema` instead. */
|
|
5915
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5916
|
+
readonly Host: "host";
|
|
5917
|
+
}>;
|
|
5918
|
+
}
|
|
5919
|
+
/** @internal */
|
|
5920
|
+
export declare const GetProjectsHasProjectsResponse200Value$inboundSchema: z.ZodType<GetProjectsHasProjectsResponse200Value, z.ZodTypeDef, unknown>;
|
|
5921
|
+
/** @internal */
|
|
5922
|
+
export type GetProjectsHasProjectsResponse200Value$Outbound = {
|
|
5923
|
+
eq: string;
|
|
5924
|
+
};
|
|
5925
|
+
/** @internal */
|
|
5926
|
+
export declare const GetProjectsHasProjectsResponse200Value$outboundSchema: z.ZodType<GetProjectsHasProjectsResponse200Value$Outbound, z.ZodTypeDef, GetProjectsHasProjectsResponse200Value>;
|
|
5927
|
+
/**
|
|
5928
|
+
* @internal
|
|
5929
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5930
|
+
*/
|
|
5931
|
+
export declare namespace GetProjectsHasProjectsResponse200Value$ {
|
|
5932
|
+
/** @deprecated use `GetProjectsHasProjectsResponse200Value$inboundSchema` instead. */
|
|
5933
|
+
const inboundSchema: z.ZodType<GetProjectsHasProjectsResponse200Value, z.ZodTypeDef, unknown>;
|
|
5934
|
+
/** @deprecated use `GetProjectsHasProjectsResponse200Value$outboundSchema` instead. */
|
|
5935
|
+
const outboundSchema: z.ZodType<GetProjectsHasProjectsResponse200Value$Outbound, z.ZodTypeDef, GetProjectsHasProjectsResponse200Value>;
|
|
5936
|
+
/** @deprecated use `GetProjectsHasProjectsResponse200Value$Outbound` instead. */
|
|
5937
|
+
type Outbound = GetProjectsHasProjectsResponse200Value$Outbound;
|
|
5938
|
+
}
|
|
5939
|
+
export declare function getProjectsHasProjectsResponse200ValueToJSON(getProjectsHasProjectsResponse200Value: GetProjectsHasProjectsResponse200Value): string;
|
|
5940
|
+
export declare function getProjectsHasProjectsResponse200ValueFromJSON(jsonString: string): SafeParseResult<GetProjectsHasProjectsResponse200Value, SDKValidationError>;
|
|
5941
|
+
/** @internal */
|
|
5942
|
+
export declare const GetProjectsHasProjects2$inboundSchema: z.ZodType<GetProjectsHasProjects2, z.ZodTypeDef, unknown>;
|
|
5943
|
+
/** @internal */
|
|
5944
|
+
export type GetProjectsHasProjects2$Outbound = {
|
|
5945
|
+
type: string;
|
|
5946
|
+
value: GetProjectsHasProjectsResponse200Value$Outbound;
|
|
5947
|
+
};
|
|
5948
|
+
/** @internal */
|
|
5949
|
+
export declare const GetProjectsHasProjects2$outboundSchema: z.ZodType<GetProjectsHasProjects2$Outbound, z.ZodTypeDef, GetProjectsHasProjects2>;
|
|
5950
|
+
/**
|
|
5951
|
+
* @internal
|
|
5952
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5953
|
+
*/
|
|
5954
|
+
export declare namespace GetProjectsHasProjects2$ {
|
|
5955
|
+
/** @deprecated use `GetProjectsHasProjects2$inboundSchema` instead. */
|
|
5956
|
+
const inboundSchema: z.ZodType<GetProjectsHasProjects2, z.ZodTypeDef, unknown>;
|
|
5957
|
+
/** @deprecated use `GetProjectsHasProjects2$outboundSchema` instead. */
|
|
5958
|
+
const outboundSchema: z.ZodType<GetProjectsHasProjects2$Outbound, z.ZodTypeDef, GetProjectsHasProjects2>;
|
|
5959
|
+
/** @deprecated use `GetProjectsHasProjects2$Outbound` instead. */
|
|
5960
|
+
type Outbound = GetProjectsHasProjects2$Outbound;
|
|
5961
|
+
}
|
|
5962
|
+
export declare function getProjectsHasProjects2ToJSON(getProjectsHasProjects2: GetProjectsHasProjects2): string;
|
|
5963
|
+
export declare function getProjectsHasProjects2FromJSON(jsonString: string): SafeParseResult<GetProjectsHasProjects2, SDKValidationError>;
|
|
5964
|
+
/** @internal */
|
|
5965
|
+
export declare const GetProjectsHasProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponseType>;
|
|
5966
|
+
/** @internal */
|
|
5967
|
+
export declare const GetProjectsHasProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponseType>;
|
|
5968
|
+
/**
|
|
5969
|
+
* @internal
|
|
5970
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5971
|
+
*/
|
|
5972
|
+
export declare namespace GetProjectsHasProjectsResponseType$ {
|
|
5973
|
+
/** @deprecated use `GetProjectsHasProjectsResponseType$inboundSchema` instead. */
|
|
5974
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5975
|
+
readonly Header: "header";
|
|
5976
|
+
}>;
|
|
5977
|
+
/** @deprecated use `GetProjectsHasProjectsResponseType$outboundSchema` instead. */
|
|
5978
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5979
|
+
readonly Header: "header";
|
|
5980
|
+
}>;
|
|
5981
|
+
}
|
|
5982
|
+
/** @internal */
|
|
5983
|
+
export declare const GetProjectsHasProjectsKey$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsKey>;
|
|
5984
|
+
/** @internal */
|
|
5985
|
+
export declare const GetProjectsHasProjectsKey$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsKey>;
|
|
5986
|
+
/**
|
|
5987
|
+
* @internal
|
|
5988
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5989
|
+
*/
|
|
5990
|
+
export declare namespace GetProjectsHasProjectsKey$ {
|
|
5991
|
+
/** @deprecated use `GetProjectsHasProjectsKey$inboundSchema` instead. */
|
|
5992
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5993
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
5994
|
+
}>;
|
|
5995
|
+
/** @deprecated use `GetProjectsHasProjectsKey$outboundSchema` instead. */
|
|
5996
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5997
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
5998
|
+
}>;
|
|
5999
|
+
}
|
|
6000
|
+
/** @internal */
|
|
6001
|
+
export declare const GetProjectsHasProjectsResponseValue$inboundSchema: z.ZodType<GetProjectsHasProjectsResponseValue, z.ZodTypeDef, unknown>;
|
|
6002
|
+
/** @internal */
|
|
6003
|
+
export type GetProjectsHasProjectsResponseValue$Outbound = {
|
|
6004
|
+
eq: string;
|
|
6005
|
+
};
|
|
6006
|
+
/** @internal */
|
|
6007
|
+
export declare const GetProjectsHasProjectsResponseValue$outboundSchema: z.ZodType<GetProjectsHasProjectsResponseValue$Outbound, z.ZodTypeDef, GetProjectsHasProjectsResponseValue>;
|
|
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 GetProjectsHasProjectsResponseValue$ {
|
|
6013
|
+
/** @deprecated use `GetProjectsHasProjectsResponseValue$inboundSchema` instead. */
|
|
6014
|
+
const inboundSchema: z.ZodType<GetProjectsHasProjectsResponseValue, z.ZodTypeDef, unknown>;
|
|
6015
|
+
/** @deprecated use `GetProjectsHasProjectsResponseValue$outboundSchema` instead. */
|
|
6016
|
+
const outboundSchema: z.ZodType<GetProjectsHasProjectsResponseValue$Outbound, z.ZodTypeDef, GetProjectsHasProjectsResponseValue>;
|
|
6017
|
+
/** @deprecated use `GetProjectsHasProjectsResponseValue$Outbound` instead. */
|
|
6018
|
+
type Outbound = GetProjectsHasProjectsResponseValue$Outbound;
|
|
6019
|
+
}
|
|
6020
|
+
export declare function getProjectsHasProjectsResponseValueToJSON(getProjectsHasProjectsResponseValue: GetProjectsHasProjectsResponseValue): string;
|
|
6021
|
+
export declare function getProjectsHasProjectsResponseValueFromJSON(jsonString: string): SafeParseResult<GetProjectsHasProjectsResponseValue, SDKValidationError>;
|
|
6022
|
+
/** @internal */
|
|
6023
|
+
export declare const GetProjectsHasProjects1$inboundSchema: z.ZodType<GetProjectsHasProjects1, z.ZodTypeDef, unknown>;
|
|
6024
|
+
/** @internal */
|
|
6025
|
+
export type GetProjectsHasProjects1$Outbound = {
|
|
6026
|
+
type: string;
|
|
6027
|
+
key: string;
|
|
6028
|
+
value: GetProjectsHasProjectsResponseValue$Outbound;
|
|
6029
|
+
};
|
|
6030
|
+
/** @internal */
|
|
6031
|
+
export declare const GetProjectsHasProjects1$outboundSchema: z.ZodType<GetProjectsHasProjects1$Outbound, z.ZodTypeDef, GetProjectsHasProjects1>;
|
|
6032
|
+
/**
|
|
6033
|
+
* @internal
|
|
6034
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6035
|
+
*/
|
|
6036
|
+
export declare namespace GetProjectsHasProjects1$ {
|
|
6037
|
+
/** @deprecated use `GetProjectsHasProjects1$inboundSchema` instead. */
|
|
6038
|
+
const inboundSchema: z.ZodType<GetProjectsHasProjects1, z.ZodTypeDef, unknown>;
|
|
6039
|
+
/** @deprecated use `GetProjectsHasProjects1$outboundSchema` instead. */
|
|
6040
|
+
const outboundSchema: z.ZodType<GetProjectsHasProjects1$Outbound, z.ZodTypeDef, GetProjectsHasProjects1>;
|
|
6041
|
+
/** @deprecated use `GetProjectsHasProjects1$Outbound` instead. */
|
|
6042
|
+
type Outbound = GetProjectsHasProjects1$Outbound;
|
|
6043
|
+
}
|
|
6044
|
+
export declare function getProjectsHasProjects1ToJSON(getProjectsHasProjects1: GetProjectsHasProjects1): string;
|
|
6045
|
+
export declare function getProjectsHasProjects1FromJSON(jsonString: string): SafeParseResult<GetProjectsHasProjects1, SDKValidationError>;
|
|
6046
|
+
/** @internal */
|
|
6047
|
+
export declare const GetProjectsRouteProjectsHas$inboundSchema: z.ZodType<GetProjectsRouteProjectsHas, z.ZodTypeDef, unknown>;
|
|
6048
|
+
/** @internal */
|
|
6049
|
+
export type GetProjectsRouteProjectsHas$Outbound = GetProjectsHasProjects1$Outbound | GetProjectsHasProjects2$Outbound;
|
|
6050
|
+
/** @internal */
|
|
6051
|
+
export declare const GetProjectsRouteProjectsHas$outboundSchema: z.ZodType<GetProjectsRouteProjectsHas$Outbound, z.ZodTypeDef, GetProjectsRouteProjectsHas>;
|
|
6052
|
+
/**
|
|
6053
|
+
* @internal
|
|
6054
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6055
|
+
*/
|
|
6056
|
+
export declare namespace GetProjectsRouteProjectsHas$ {
|
|
6057
|
+
/** @deprecated use `GetProjectsRouteProjectsHas$inboundSchema` instead. */
|
|
6058
|
+
const inboundSchema: z.ZodType<GetProjectsRouteProjectsHas, z.ZodTypeDef, unknown>;
|
|
6059
|
+
/** @deprecated use `GetProjectsRouteProjectsHas$outboundSchema` instead. */
|
|
6060
|
+
const outboundSchema: z.ZodType<GetProjectsRouteProjectsHas$Outbound, z.ZodTypeDef, GetProjectsRouteProjectsHas>;
|
|
6061
|
+
/** @deprecated use `GetProjectsRouteProjectsHas$Outbound` instead. */
|
|
6062
|
+
type Outbound = GetProjectsRouteProjectsHas$Outbound;
|
|
6063
|
+
}
|
|
6064
|
+
export declare function getProjectsRouteProjectsHasToJSON(getProjectsRouteProjectsHas: GetProjectsRouteProjectsHas): string;
|
|
6065
|
+
export declare function getProjectsRouteProjectsHasFromJSON(jsonString: string): SafeParseResult<GetProjectsRouteProjectsHas, SDKValidationError>;
|
|
6066
|
+
/** @internal */
|
|
6067
|
+
export declare const GetProjectsRouteProjectsAction$inboundSchema: z.ZodNativeEnum<typeof GetProjectsRouteProjectsAction>;
|
|
6068
|
+
/** @internal */
|
|
6069
|
+
export declare const GetProjectsRouteProjectsAction$outboundSchema: z.ZodNativeEnum<typeof GetProjectsRouteProjectsAction>;
|
|
6070
|
+
/**
|
|
6071
|
+
* @internal
|
|
6072
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6073
|
+
*/
|
|
6074
|
+
export declare namespace GetProjectsRouteProjectsAction$ {
|
|
6075
|
+
/** @deprecated use `GetProjectsRouteProjectsAction$inboundSchema` instead. */
|
|
6076
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6077
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
6078
|
+
}>;
|
|
6079
|
+
/** @deprecated use `GetProjectsRouteProjectsAction$outboundSchema` instead. */
|
|
6080
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6081
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
6082
|
+
}>;
|
|
6083
|
+
}
|
|
6084
|
+
/** @internal */
|
|
6085
|
+
export declare const GetProjectsRouteProjectsMitigate$inboundSchema: z.ZodType<GetProjectsRouteProjectsMitigate, z.ZodTypeDef, unknown>;
|
|
6086
|
+
/** @internal */
|
|
6087
|
+
export type GetProjectsRouteProjectsMitigate$Outbound = {
|
|
6088
|
+
action: string;
|
|
6089
|
+
};
|
|
6090
|
+
/** @internal */
|
|
6091
|
+
export declare const GetProjectsRouteProjectsMitigate$outboundSchema: z.ZodType<GetProjectsRouteProjectsMitigate$Outbound, z.ZodTypeDef, GetProjectsRouteProjectsMitigate>;
|
|
6092
|
+
/**
|
|
6093
|
+
* @internal
|
|
6094
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6095
|
+
*/
|
|
6096
|
+
export declare namespace GetProjectsRouteProjectsMitigate$ {
|
|
6097
|
+
/** @deprecated use `GetProjectsRouteProjectsMitigate$inboundSchema` instead. */
|
|
6098
|
+
const inboundSchema: z.ZodType<GetProjectsRouteProjectsMitigate, z.ZodTypeDef, unknown>;
|
|
6099
|
+
/** @deprecated use `GetProjectsRouteProjectsMitigate$outboundSchema` instead. */
|
|
6100
|
+
const outboundSchema: z.ZodType<GetProjectsRouteProjectsMitigate$Outbound, z.ZodTypeDef, GetProjectsRouteProjectsMitigate>;
|
|
6101
|
+
/** @deprecated use `GetProjectsRouteProjectsMitigate$Outbound` instead. */
|
|
6102
|
+
type Outbound = GetProjectsRouteProjectsMitigate$Outbound;
|
|
6103
|
+
}
|
|
6104
|
+
export declare function getProjectsRouteProjectsMitigateToJSON(getProjectsRouteProjectsMitigate: GetProjectsRouteProjectsMitigate): string;
|
|
6105
|
+
export declare function getProjectsRouteProjectsMitigateFromJSON(jsonString: string): SafeParseResult<GetProjectsRouteProjectsMitigate, SDKValidationError>;
|
|
6106
|
+
/** @internal */
|
|
6107
|
+
export declare const GetProjectsRouteProjects2$inboundSchema: z.ZodType<GetProjectsRouteProjects2, z.ZodTypeDef, unknown>;
|
|
6108
|
+
/** @internal */
|
|
6109
|
+
export type GetProjectsRouteProjects2$Outbound = {
|
|
6110
|
+
has: Array<GetProjectsHasProjects1$Outbound | GetProjectsHasProjects2$Outbound>;
|
|
6111
|
+
mitigate: GetProjectsRouteProjectsMitigate$Outbound;
|
|
6112
|
+
src?: string | undefined;
|
|
6113
|
+
};
|
|
6114
|
+
/** @internal */
|
|
6115
|
+
export declare const GetProjectsRouteProjects2$outboundSchema: z.ZodType<GetProjectsRouteProjects2$Outbound, z.ZodTypeDef, GetProjectsRouteProjects2>;
|
|
6116
|
+
/**
|
|
6117
|
+
* @internal
|
|
6118
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6119
|
+
*/
|
|
6120
|
+
export declare namespace GetProjectsRouteProjects2$ {
|
|
6121
|
+
/** @deprecated use `GetProjectsRouteProjects2$inboundSchema` instead. */
|
|
6122
|
+
const inboundSchema: z.ZodType<GetProjectsRouteProjects2, z.ZodTypeDef, unknown>;
|
|
6123
|
+
/** @deprecated use `GetProjectsRouteProjects2$outboundSchema` instead. */
|
|
6124
|
+
const outboundSchema: z.ZodType<GetProjectsRouteProjects2$Outbound, z.ZodTypeDef, GetProjectsRouteProjects2>;
|
|
6125
|
+
/** @deprecated use `GetProjectsRouteProjects2$Outbound` instead. */
|
|
6126
|
+
type Outbound = GetProjectsRouteProjects2$Outbound;
|
|
6127
|
+
}
|
|
6128
|
+
export declare function getProjectsRouteProjects2ToJSON(getProjectsRouteProjects2: GetProjectsRouteProjects2): string;
|
|
6129
|
+
export declare function getProjectsRouteProjects2FromJSON(jsonString: string): SafeParseResult<GetProjectsRouteProjects2, SDKValidationError>;
|
|
6130
|
+
/** @internal */
|
|
6131
|
+
export declare const GetProjectsRouteProjects1$inboundSchema: z.ZodType<GetProjectsRouteProjects1, z.ZodTypeDef, unknown>;
|
|
6132
|
+
/** @internal */
|
|
6133
|
+
export type GetProjectsRouteProjects1$Outbound = {
|
|
6134
|
+
src: string;
|
|
6135
|
+
status: number;
|
|
6136
|
+
};
|
|
6137
|
+
/** @internal */
|
|
6138
|
+
export declare const GetProjectsRouteProjects1$outboundSchema: z.ZodType<GetProjectsRouteProjects1$Outbound, z.ZodTypeDef, GetProjectsRouteProjects1>;
|
|
6139
|
+
/**
|
|
6140
|
+
* @internal
|
|
6141
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6142
|
+
*/
|
|
6143
|
+
export declare namespace GetProjectsRouteProjects1$ {
|
|
6144
|
+
/** @deprecated use `GetProjectsRouteProjects1$inboundSchema` instead. */
|
|
6145
|
+
const inboundSchema: z.ZodType<GetProjectsRouteProjects1, z.ZodTypeDef, unknown>;
|
|
6146
|
+
/** @deprecated use `GetProjectsRouteProjects1$outboundSchema` instead. */
|
|
6147
|
+
const outboundSchema: z.ZodType<GetProjectsRouteProjects1$Outbound, z.ZodTypeDef, GetProjectsRouteProjects1>;
|
|
6148
|
+
/** @deprecated use `GetProjectsRouteProjects1$Outbound` instead. */
|
|
6149
|
+
type Outbound = GetProjectsRouteProjects1$Outbound;
|
|
6150
|
+
}
|
|
6151
|
+
export declare function getProjectsRouteProjects1ToJSON(getProjectsRouteProjects1: GetProjectsRouteProjects1): string;
|
|
6152
|
+
export declare function getProjectsRouteProjects1FromJSON(jsonString: string): SafeParseResult<GetProjectsRouteProjects1, SDKValidationError>;
|
|
6153
|
+
/** @internal */
|
|
6154
|
+
export declare const GetProjectsBlockHistoryProjectsRoute$inboundSchema: z.ZodType<GetProjectsBlockHistoryProjectsRoute, z.ZodTypeDef, unknown>;
|
|
6155
|
+
/** @internal */
|
|
6156
|
+
export type GetProjectsBlockHistoryProjectsRoute$Outbound = GetProjectsRouteProjects1$Outbound | GetProjectsRouteProjects2$Outbound;
|
|
6157
|
+
/** @internal */
|
|
6158
|
+
export declare const GetProjectsBlockHistoryProjectsRoute$outboundSchema: z.ZodType<GetProjectsBlockHistoryProjectsRoute$Outbound, z.ZodTypeDef, GetProjectsBlockHistoryProjectsRoute>;
|
|
6159
|
+
/**
|
|
6160
|
+
* @internal
|
|
6161
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6162
|
+
*/
|
|
6163
|
+
export declare namespace GetProjectsBlockHistoryProjectsRoute$ {
|
|
6164
|
+
/** @deprecated use `GetProjectsBlockHistoryProjectsRoute$inboundSchema` instead. */
|
|
6165
|
+
const inboundSchema: z.ZodType<GetProjectsBlockHistoryProjectsRoute, z.ZodTypeDef, unknown>;
|
|
6166
|
+
/** @deprecated use `GetProjectsBlockHistoryProjectsRoute$outboundSchema` instead. */
|
|
6167
|
+
const outboundSchema: z.ZodType<GetProjectsBlockHistoryProjectsRoute$Outbound, z.ZodTypeDef, GetProjectsBlockHistoryProjectsRoute>;
|
|
6168
|
+
/** @deprecated use `GetProjectsBlockHistoryProjectsRoute$Outbound` instead. */
|
|
6169
|
+
type Outbound = GetProjectsBlockHistoryProjectsRoute$Outbound;
|
|
6170
|
+
}
|
|
6171
|
+
export declare function getProjectsBlockHistoryProjectsRouteToJSON(getProjectsBlockHistoryProjectsRoute: GetProjectsBlockHistoryProjectsRoute): string;
|
|
6172
|
+
export declare function getProjectsBlockHistoryProjectsRouteFromJSON(jsonString: string): SafeParseResult<GetProjectsBlockHistoryProjectsRoute, SDKValidationError>;
|
|
6173
|
+
/** @internal */
|
|
6174
|
+
export declare const GetProjectsBlockHistory4$inboundSchema: z.ZodType<GetProjectsBlockHistory4, z.ZodTypeDef, unknown>;
|
|
6175
|
+
/** @internal */
|
|
6176
|
+
export type GetProjectsBlockHistory4$Outbound = {
|
|
6177
|
+
action: string;
|
|
6178
|
+
route: GetProjectsRouteProjects1$Outbound | GetProjectsRouteProjects2$Outbound;
|
|
6179
|
+
statusCode?: number | undefined;
|
|
6180
|
+
createdAt: number;
|
|
6181
|
+
caseId?: string | undefined;
|
|
6182
|
+
actor?: string | undefined;
|
|
6183
|
+
comment?: string | undefined;
|
|
6184
|
+
isCascading?: boolean | undefined;
|
|
6185
|
+
};
|
|
6186
|
+
/** @internal */
|
|
6187
|
+
export declare const GetProjectsBlockHistory4$outboundSchema: z.ZodType<GetProjectsBlockHistory4$Outbound, z.ZodTypeDef, GetProjectsBlockHistory4>;
|
|
6188
|
+
/**
|
|
6189
|
+
* @internal
|
|
6190
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6191
|
+
*/
|
|
6192
|
+
export declare namespace GetProjectsBlockHistory4$ {
|
|
6193
|
+
/** @deprecated use `GetProjectsBlockHistory4$inboundSchema` instead. */
|
|
6194
|
+
const inboundSchema: z.ZodType<GetProjectsBlockHistory4, z.ZodTypeDef, unknown>;
|
|
6195
|
+
/** @deprecated use `GetProjectsBlockHistory4$outboundSchema` instead. */
|
|
6196
|
+
const outboundSchema: z.ZodType<GetProjectsBlockHistory4$Outbound, z.ZodTypeDef, GetProjectsBlockHistory4>;
|
|
6197
|
+
/** @deprecated use `GetProjectsBlockHistory4$Outbound` instead. */
|
|
6198
|
+
type Outbound = GetProjectsBlockHistory4$Outbound;
|
|
6199
|
+
}
|
|
6200
|
+
export declare function getProjectsBlockHistory4ToJSON(getProjectsBlockHistory4: GetProjectsBlockHistory4): string;
|
|
6201
|
+
export declare function getProjectsBlockHistory4FromJSON(jsonString: string): SafeParseResult<GetProjectsBlockHistory4, SDKValidationError>;
|
|
6202
|
+
/** @internal */
|
|
6203
|
+
export declare const GetProjectsBlockHistoryProjectsResponseAction$inboundSchema: z.ZodNativeEnum<typeof GetProjectsBlockHistoryProjectsResponseAction>;
|
|
6204
|
+
/** @internal */
|
|
6205
|
+
export declare const GetProjectsBlockHistoryProjectsResponseAction$outboundSchema: z.ZodNativeEnum<typeof GetProjectsBlockHistoryProjectsResponseAction>;
|
|
6206
|
+
/**
|
|
6207
|
+
* @internal
|
|
6208
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6209
|
+
*/
|
|
6210
|
+
export declare namespace GetProjectsBlockHistoryProjectsResponseAction$ {
|
|
6211
|
+
/** @deprecated use `GetProjectsBlockHistoryProjectsResponseAction$inboundSchema` instead. */
|
|
6212
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6213
|
+
readonly RouteBlocked: "route-blocked";
|
|
6214
|
+
}>;
|
|
6215
|
+
/** @deprecated use `GetProjectsBlockHistoryProjectsResponseAction$outboundSchema` instead. */
|
|
6216
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6217
|
+
readonly RouteBlocked: "route-blocked";
|
|
6218
|
+
}>;
|
|
6219
|
+
}
|
|
6220
|
+
/** @internal */
|
|
6221
|
+
export declare const GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
6222
|
+
/** @internal */
|
|
6223
|
+
export declare const GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
6224
|
+
/**
|
|
6225
|
+
* @internal
|
|
6226
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6227
|
+
*/
|
|
6228
|
+
export declare namespace GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType$ {
|
|
6229
|
+
/** @deprecated use `GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
|
|
6230
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6231
|
+
readonly Host: "host";
|
|
6232
|
+
}>;
|
|
6233
|
+
/** @deprecated use `GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
|
|
6234
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6235
|
+
readonly Host: "host";
|
|
6236
|
+
}>;
|
|
6237
|
+
}
|
|
6238
|
+
/** @internal */
|
|
6239
|
+
export declare const GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema: z.ZodType<GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue, z.ZodTypeDef, unknown>;
|
|
6240
|
+
/** @internal */
|
|
6241
|
+
export type GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound = {
|
|
6242
|
+
eq: string;
|
|
6243
|
+
};
|
|
6244
|
+
/** @internal */
|
|
6245
|
+
export declare const GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue$outboundSchema: z.ZodType<GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound, z.ZodTypeDef, GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue>;
|
|
6246
|
+
/**
|
|
6247
|
+
* @internal
|
|
6248
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6249
|
+
*/
|
|
6250
|
+
export declare namespace GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue$ {
|
|
6251
|
+
/** @deprecated use `GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema` instead. */
|
|
6252
|
+
const inboundSchema: z.ZodType<GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue, z.ZodTypeDef, unknown>;
|
|
6253
|
+
/** @deprecated use `GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue$outboundSchema` instead. */
|
|
6254
|
+
const outboundSchema: z.ZodType<GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound, z.ZodTypeDef, GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue>;
|
|
6255
|
+
/** @deprecated use `GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound` instead. */
|
|
6256
|
+
type Outbound = GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound;
|
|
6257
|
+
}
|
|
6258
|
+
export declare function getProjectsHasProjectsResponse200ApplicationJSONResponseBodyValueToJSON(getProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue: GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue): string;
|
|
6259
|
+
export declare function getProjectsHasProjectsResponse200ApplicationJSONResponseBodyValueFromJSON(jsonString: string): SafeParseResult<GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue, SDKValidationError>;
|
|
6260
|
+
/** @internal */
|
|
6261
|
+
export declare const GetProjectsHasProjectsResponse2$inboundSchema: z.ZodType<GetProjectsHasProjectsResponse2, z.ZodTypeDef, unknown>;
|
|
6262
|
+
/** @internal */
|
|
6263
|
+
export type GetProjectsHasProjectsResponse2$Outbound = {
|
|
6264
|
+
type: string;
|
|
6265
|
+
value: GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound;
|
|
6266
|
+
};
|
|
6267
|
+
/** @internal */
|
|
6268
|
+
export declare const GetProjectsHasProjectsResponse2$outboundSchema: z.ZodType<GetProjectsHasProjectsResponse2$Outbound, z.ZodTypeDef, GetProjectsHasProjectsResponse2>;
|
|
6269
|
+
/**
|
|
6270
|
+
* @internal
|
|
6271
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6272
|
+
*/
|
|
6273
|
+
export declare namespace GetProjectsHasProjectsResponse2$ {
|
|
6274
|
+
/** @deprecated use `GetProjectsHasProjectsResponse2$inboundSchema` instead. */
|
|
6275
|
+
const inboundSchema: z.ZodType<GetProjectsHasProjectsResponse2, z.ZodTypeDef, unknown>;
|
|
6276
|
+
/** @deprecated use `GetProjectsHasProjectsResponse2$outboundSchema` instead. */
|
|
6277
|
+
const outboundSchema: z.ZodType<GetProjectsHasProjectsResponse2$Outbound, z.ZodTypeDef, GetProjectsHasProjectsResponse2>;
|
|
6278
|
+
/** @deprecated use `GetProjectsHasProjectsResponse2$Outbound` instead. */
|
|
6279
|
+
type Outbound = GetProjectsHasProjectsResponse2$Outbound;
|
|
6280
|
+
}
|
|
6281
|
+
export declare function getProjectsHasProjectsResponse2ToJSON(getProjectsHasProjectsResponse2: GetProjectsHasProjectsResponse2): string;
|
|
6282
|
+
export declare function getProjectsHasProjectsResponse2FromJSON(jsonString: string): SafeParseResult<GetProjectsHasProjectsResponse2, SDKValidationError>;
|
|
6283
|
+
/** @internal */
|
|
6284
|
+
export declare const GetProjectsHasProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponse200ApplicationJSONType>;
|
|
6285
|
+
/** @internal */
|
|
6286
|
+
export declare const GetProjectsHasProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponse200ApplicationJSONType>;
|
|
6287
|
+
/**
|
|
6288
|
+
* @internal
|
|
6289
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6290
|
+
*/
|
|
6291
|
+
export declare namespace GetProjectsHasProjectsResponse200ApplicationJSONType$ {
|
|
6292
|
+
/** @deprecated use `GetProjectsHasProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
6293
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6294
|
+
readonly Header: "header";
|
|
6295
|
+
}>;
|
|
6296
|
+
/** @deprecated use `GetProjectsHasProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
6297
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6298
|
+
readonly Header: "header";
|
|
6299
|
+
}>;
|
|
6300
|
+
}
|
|
6301
|
+
/** @internal */
|
|
6302
|
+
export declare const GetProjectsHasProjectsResponseKey$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponseKey>;
|
|
6303
|
+
/** @internal */
|
|
6304
|
+
export declare const GetProjectsHasProjectsResponseKey$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsResponseKey>;
|
|
6305
|
+
/**
|
|
6306
|
+
* @internal
|
|
6307
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6308
|
+
*/
|
|
6309
|
+
export declare namespace GetProjectsHasProjectsResponseKey$ {
|
|
6310
|
+
/** @deprecated use `GetProjectsHasProjectsResponseKey$inboundSchema` instead. */
|
|
6311
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6312
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
6313
|
+
}>;
|
|
6314
|
+
/** @deprecated use `GetProjectsHasProjectsResponseKey$outboundSchema` instead. */
|
|
6315
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6316
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
6317
|
+
}>;
|
|
6318
|
+
}
|
|
6319
|
+
/** @internal */
|
|
6320
|
+
export declare const GetProjectsHasProjectsResponse200ApplicationJSONValue$inboundSchema: z.ZodType<GetProjectsHasProjectsResponse200ApplicationJSONValue, z.ZodTypeDef, unknown>;
|
|
6321
|
+
/** @internal */
|
|
6322
|
+
export type GetProjectsHasProjectsResponse200ApplicationJSONValue$Outbound = {
|
|
6323
|
+
eq: string;
|
|
6324
|
+
};
|
|
6325
|
+
/** @internal */
|
|
6326
|
+
export declare const GetProjectsHasProjectsResponse200ApplicationJSONValue$outboundSchema: z.ZodType<GetProjectsHasProjectsResponse200ApplicationJSONValue$Outbound, z.ZodTypeDef, GetProjectsHasProjectsResponse200ApplicationJSONValue>;
|
|
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 GetProjectsHasProjectsResponse200ApplicationJSONValue$ {
|
|
6332
|
+
/** @deprecated use `GetProjectsHasProjectsResponse200ApplicationJSONValue$inboundSchema` instead. */
|
|
6333
|
+
const inboundSchema: z.ZodType<GetProjectsHasProjectsResponse200ApplicationJSONValue, z.ZodTypeDef, unknown>;
|
|
6334
|
+
/** @deprecated use `GetProjectsHasProjectsResponse200ApplicationJSONValue$outboundSchema` instead. */
|
|
6335
|
+
const outboundSchema: z.ZodType<GetProjectsHasProjectsResponse200ApplicationJSONValue$Outbound, z.ZodTypeDef, GetProjectsHasProjectsResponse200ApplicationJSONValue>;
|
|
6336
|
+
/** @deprecated use `GetProjectsHasProjectsResponse200ApplicationJSONValue$Outbound` instead. */
|
|
6337
|
+
type Outbound = GetProjectsHasProjectsResponse200ApplicationJSONValue$Outbound;
|
|
6338
|
+
}
|
|
6339
|
+
export declare function getProjectsHasProjectsResponse200ApplicationJSONValueToJSON(getProjectsHasProjectsResponse200ApplicationJSONValue: GetProjectsHasProjectsResponse200ApplicationJSONValue): string;
|
|
6340
|
+
export declare function getProjectsHasProjectsResponse200ApplicationJSONValueFromJSON(jsonString: string): SafeParseResult<GetProjectsHasProjectsResponse200ApplicationJSONValue, SDKValidationError>;
|
|
6341
|
+
/** @internal */
|
|
6342
|
+
export declare const GetProjectsHasProjectsResponse1$inboundSchema: z.ZodType<GetProjectsHasProjectsResponse1, z.ZodTypeDef, unknown>;
|
|
6343
|
+
/** @internal */
|
|
6344
|
+
export type GetProjectsHasProjectsResponse1$Outbound = {
|
|
6345
|
+
type: string;
|
|
6346
|
+
key: string;
|
|
6347
|
+
value: GetProjectsHasProjectsResponse200ApplicationJSONValue$Outbound;
|
|
6348
|
+
};
|
|
6349
|
+
/** @internal */
|
|
6350
|
+
export declare const GetProjectsHasProjectsResponse1$outboundSchema: z.ZodType<GetProjectsHasProjectsResponse1$Outbound, z.ZodTypeDef, GetProjectsHasProjectsResponse1>;
|
|
6351
|
+
/**
|
|
6352
|
+
* @internal
|
|
6353
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6354
|
+
*/
|
|
6355
|
+
export declare namespace GetProjectsHasProjectsResponse1$ {
|
|
6356
|
+
/** @deprecated use `GetProjectsHasProjectsResponse1$inboundSchema` instead. */
|
|
6357
|
+
const inboundSchema: z.ZodType<GetProjectsHasProjectsResponse1, z.ZodTypeDef, unknown>;
|
|
6358
|
+
/** @deprecated use `GetProjectsHasProjectsResponse1$outboundSchema` instead. */
|
|
6359
|
+
const outboundSchema: z.ZodType<GetProjectsHasProjectsResponse1$Outbound, z.ZodTypeDef, GetProjectsHasProjectsResponse1>;
|
|
6360
|
+
/** @deprecated use `GetProjectsHasProjectsResponse1$Outbound` instead. */
|
|
6361
|
+
type Outbound = GetProjectsHasProjectsResponse1$Outbound;
|
|
6362
|
+
}
|
|
6363
|
+
export declare function getProjectsHasProjectsResponse1ToJSON(getProjectsHasProjectsResponse1: GetProjectsHasProjectsResponse1): string;
|
|
6364
|
+
export declare function getProjectsHasProjectsResponse1FromJSON(jsonString: string): SafeParseResult<GetProjectsHasProjectsResponse1, SDKValidationError>;
|
|
6365
|
+
/** @internal */
|
|
6366
|
+
export declare const GetProjectsRouteHas$inboundSchema: z.ZodType<GetProjectsRouteHas, z.ZodTypeDef, unknown>;
|
|
6367
|
+
/** @internal */
|
|
6368
|
+
export type GetProjectsRouteHas$Outbound = GetProjectsHasProjectsResponse1$Outbound | GetProjectsHasProjectsResponse2$Outbound;
|
|
6369
|
+
/** @internal */
|
|
6370
|
+
export declare const GetProjectsRouteHas$outboundSchema: z.ZodType<GetProjectsRouteHas$Outbound, z.ZodTypeDef, GetProjectsRouteHas>;
|
|
6371
|
+
/**
|
|
6372
|
+
* @internal
|
|
6373
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6374
|
+
*/
|
|
6375
|
+
export declare namespace GetProjectsRouteHas$ {
|
|
6376
|
+
/** @deprecated use `GetProjectsRouteHas$inboundSchema` instead. */
|
|
6377
|
+
const inboundSchema: z.ZodType<GetProjectsRouteHas, z.ZodTypeDef, unknown>;
|
|
6378
|
+
/** @deprecated use `GetProjectsRouteHas$outboundSchema` instead. */
|
|
6379
|
+
const outboundSchema: z.ZodType<GetProjectsRouteHas$Outbound, z.ZodTypeDef, GetProjectsRouteHas>;
|
|
6380
|
+
/** @deprecated use `GetProjectsRouteHas$Outbound` instead. */
|
|
6381
|
+
type Outbound = GetProjectsRouteHas$Outbound;
|
|
6382
|
+
}
|
|
6383
|
+
export declare function getProjectsRouteHasToJSON(getProjectsRouteHas: GetProjectsRouteHas): string;
|
|
6384
|
+
export declare function getProjectsRouteHasFromJSON(jsonString: string): SafeParseResult<GetProjectsRouteHas, SDKValidationError>;
|
|
6385
|
+
/** @internal */
|
|
6386
|
+
export declare const GetProjectsRouteAction$inboundSchema: z.ZodNativeEnum<typeof GetProjectsRouteAction>;
|
|
6387
|
+
/** @internal */
|
|
6388
|
+
export declare const GetProjectsRouteAction$outboundSchema: z.ZodNativeEnum<typeof GetProjectsRouteAction>;
|
|
6389
|
+
/**
|
|
6390
|
+
* @internal
|
|
6391
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6392
|
+
*/
|
|
6393
|
+
export declare namespace GetProjectsRouteAction$ {
|
|
6394
|
+
/** @deprecated use `GetProjectsRouteAction$inboundSchema` instead. */
|
|
6395
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6396
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
6397
|
+
}>;
|
|
6398
|
+
/** @deprecated use `GetProjectsRouteAction$outboundSchema` instead. */
|
|
6399
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6400
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
6401
|
+
}>;
|
|
6402
|
+
}
|
|
6403
|
+
/** @internal */
|
|
6404
|
+
export declare const GetProjectsRouteMitigate$inboundSchema: z.ZodType<GetProjectsRouteMitigate, z.ZodTypeDef, unknown>;
|
|
6405
|
+
/** @internal */
|
|
6406
|
+
export type GetProjectsRouteMitigate$Outbound = {
|
|
6407
|
+
action: string;
|
|
6408
|
+
};
|
|
6409
|
+
/** @internal */
|
|
6410
|
+
export declare const GetProjectsRouteMitigate$outboundSchema: z.ZodType<GetProjectsRouteMitigate$Outbound, z.ZodTypeDef, GetProjectsRouteMitigate>;
|
|
6411
|
+
/**
|
|
6412
|
+
* @internal
|
|
6413
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6414
|
+
*/
|
|
6415
|
+
export declare namespace GetProjectsRouteMitigate$ {
|
|
6416
|
+
/** @deprecated use `GetProjectsRouteMitigate$inboundSchema` instead. */
|
|
6417
|
+
const inboundSchema: z.ZodType<GetProjectsRouteMitigate, z.ZodTypeDef, unknown>;
|
|
6418
|
+
/** @deprecated use `GetProjectsRouteMitigate$outboundSchema` instead. */
|
|
6419
|
+
const outboundSchema: z.ZodType<GetProjectsRouteMitigate$Outbound, z.ZodTypeDef, GetProjectsRouteMitigate>;
|
|
6420
|
+
/** @deprecated use `GetProjectsRouteMitigate$Outbound` instead. */
|
|
6421
|
+
type Outbound = GetProjectsRouteMitigate$Outbound;
|
|
6422
|
+
}
|
|
6423
|
+
export declare function getProjectsRouteMitigateToJSON(getProjectsRouteMitigate: GetProjectsRouteMitigate): string;
|
|
6424
|
+
export declare function getProjectsRouteMitigateFromJSON(jsonString: string): SafeParseResult<GetProjectsRouteMitigate, SDKValidationError>;
|
|
6425
|
+
/** @internal */
|
|
6426
|
+
export declare const GetProjectsRoute2$inboundSchema: z.ZodType<GetProjectsRoute2, z.ZodTypeDef, unknown>;
|
|
6427
|
+
/** @internal */
|
|
6428
|
+
export type GetProjectsRoute2$Outbound = {
|
|
6429
|
+
has: Array<GetProjectsHasProjectsResponse1$Outbound | GetProjectsHasProjectsResponse2$Outbound>;
|
|
6430
|
+
mitigate: GetProjectsRouteMitigate$Outbound;
|
|
6431
|
+
src?: string | undefined;
|
|
6432
|
+
};
|
|
6433
|
+
/** @internal */
|
|
6434
|
+
export declare const GetProjectsRoute2$outboundSchema: z.ZodType<GetProjectsRoute2$Outbound, z.ZodTypeDef, GetProjectsRoute2>;
|
|
6435
|
+
/**
|
|
6436
|
+
* @internal
|
|
6437
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6438
|
+
*/
|
|
6439
|
+
export declare namespace GetProjectsRoute2$ {
|
|
6440
|
+
/** @deprecated use `GetProjectsRoute2$inboundSchema` instead. */
|
|
6441
|
+
const inboundSchema: z.ZodType<GetProjectsRoute2, z.ZodTypeDef, unknown>;
|
|
6442
|
+
/** @deprecated use `GetProjectsRoute2$outboundSchema` instead. */
|
|
6443
|
+
const outboundSchema: z.ZodType<GetProjectsRoute2$Outbound, z.ZodTypeDef, GetProjectsRoute2>;
|
|
6444
|
+
/** @deprecated use `GetProjectsRoute2$Outbound` instead. */
|
|
6445
|
+
type Outbound = GetProjectsRoute2$Outbound;
|
|
6446
|
+
}
|
|
6447
|
+
export declare function getProjectsRoute2ToJSON(getProjectsRoute2: GetProjectsRoute2): string;
|
|
6448
|
+
export declare function getProjectsRoute2FromJSON(jsonString: string): SafeParseResult<GetProjectsRoute2, SDKValidationError>;
|
|
6449
|
+
/** @internal */
|
|
6450
|
+
export declare const GetProjectsRoute1$inboundSchema: z.ZodType<GetProjectsRoute1, z.ZodTypeDef, unknown>;
|
|
6451
|
+
/** @internal */
|
|
6452
|
+
export type GetProjectsRoute1$Outbound = {
|
|
6453
|
+
src: string;
|
|
6454
|
+
status: number;
|
|
6455
|
+
};
|
|
6456
|
+
/** @internal */
|
|
6457
|
+
export declare const GetProjectsRoute1$outboundSchema: z.ZodType<GetProjectsRoute1$Outbound, z.ZodTypeDef, GetProjectsRoute1>;
|
|
6458
|
+
/**
|
|
6459
|
+
* @internal
|
|
6460
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6461
|
+
*/
|
|
6462
|
+
export declare namespace GetProjectsRoute1$ {
|
|
6463
|
+
/** @deprecated use `GetProjectsRoute1$inboundSchema` instead. */
|
|
6464
|
+
const inboundSchema: z.ZodType<GetProjectsRoute1, z.ZodTypeDef, unknown>;
|
|
6465
|
+
/** @deprecated use `GetProjectsRoute1$outboundSchema` instead. */
|
|
6466
|
+
const outboundSchema: z.ZodType<GetProjectsRoute1$Outbound, z.ZodTypeDef, GetProjectsRoute1>;
|
|
6467
|
+
/** @deprecated use `GetProjectsRoute1$Outbound` instead. */
|
|
6468
|
+
type Outbound = GetProjectsRoute1$Outbound;
|
|
6469
|
+
}
|
|
6470
|
+
export declare function getProjectsRoute1ToJSON(getProjectsRoute1: GetProjectsRoute1): string;
|
|
6471
|
+
export declare function getProjectsRoute1FromJSON(jsonString: string): SafeParseResult<GetProjectsRoute1, SDKValidationError>;
|
|
6472
|
+
/** @internal */
|
|
6473
|
+
export declare const GetProjectsBlockHistoryRoute$inboundSchema: z.ZodType<GetProjectsBlockHistoryRoute, z.ZodTypeDef, unknown>;
|
|
6474
|
+
/** @internal */
|
|
6475
|
+
export type GetProjectsBlockHistoryRoute$Outbound = GetProjectsRoute1$Outbound | GetProjectsRoute2$Outbound;
|
|
6476
|
+
/** @internal */
|
|
6477
|
+
export declare const GetProjectsBlockHistoryRoute$outboundSchema: z.ZodType<GetProjectsBlockHistoryRoute$Outbound, z.ZodTypeDef, GetProjectsBlockHistoryRoute>;
|
|
6478
|
+
/**
|
|
6479
|
+
* @internal
|
|
6480
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6481
|
+
*/
|
|
6482
|
+
export declare namespace GetProjectsBlockHistoryRoute$ {
|
|
6483
|
+
/** @deprecated use `GetProjectsBlockHistoryRoute$inboundSchema` instead. */
|
|
6484
|
+
const inboundSchema: z.ZodType<GetProjectsBlockHistoryRoute, z.ZodTypeDef, unknown>;
|
|
6485
|
+
/** @deprecated use `GetProjectsBlockHistoryRoute$outboundSchema` instead. */
|
|
6486
|
+
const outboundSchema: z.ZodType<GetProjectsBlockHistoryRoute$Outbound, z.ZodTypeDef, GetProjectsBlockHistoryRoute>;
|
|
6487
|
+
/** @deprecated use `GetProjectsBlockHistoryRoute$Outbound` instead. */
|
|
6488
|
+
type Outbound = GetProjectsBlockHistoryRoute$Outbound;
|
|
6489
|
+
}
|
|
6490
|
+
export declare function getProjectsBlockHistoryRouteToJSON(getProjectsBlockHistoryRoute: GetProjectsBlockHistoryRoute): string;
|
|
6491
|
+
export declare function getProjectsBlockHistoryRouteFromJSON(jsonString: string): SafeParseResult<GetProjectsBlockHistoryRoute, SDKValidationError>;
|
|
6492
|
+
/** @internal */
|
|
6493
|
+
export declare const GetProjectsBlockHistory3$inboundSchema: z.ZodType<GetProjectsBlockHistory3, z.ZodTypeDef, unknown>;
|
|
6494
|
+
/** @internal */
|
|
6495
|
+
export type GetProjectsBlockHistory3$Outbound = {
|
|
6496
|
+
action: string;
|
|
6497
|
+
route: GetProjectsRoute1$Outbound | GetProjectsRoute2$Outbound;
|
|
6498
|
+
reason: string;
|
|
6499
|
+
createdAt: number;
|
|
6500
|
+
caseId?: string | undefined;
|
|
6501
|
+
actor?: string | undefined;
|
|
6502
|
+
comment?: string | undefined;
|
|
6503
|
+
isCascading?: boolean | undefined;
|
|
6504
|
+
};
|
|
6505
|
+
/** @internal */
|
|
6506
|
+
export declare const GetProjectsBlockHistory3$outboundSchema: z.ZodType<GetProjectsBlockHistory3$Outbound, z.ZodTypeDef, GetProjectsBlockHistory3>;
|
|
6507
|
+
/**
|
|
6508
|
+
* @internal
|
|
6509
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6510
|
+
*/
|
|
6511
|
+
export declare namespace GetProjectsBlockHistory3$ {
|
|
6512
|
+
/** @deprecated use `GetProjectsBlockHistory3$inboundSchema` instead. */
|
|
6513
|
+
const inboundSchema: z.ZodType<GetProjectsBlockHistory3, z.ZodTypeDef, unknown>;
|
|
6514
|
+
/** @deprecated use `GetProjectsBlockHistory3$outboundSchema` instead. */
|
|
6515
|
+
const outboundSchema: z.ZodType<GetProjectsBlockHistory3$Outbound, z.ZodTypeDef, GetProjectsBlockHistory3>;
|
|
6516
|
+
/** @deprecated use `GetProjectsBlockHistory3$Outbound` instead. */
|
|
6517
|
+
type Outbound = GetProjectsBlockHistory3$Outbound;
|
|
6518
|
+
}
|
|
6519
|
+
export declare function getProjectsBlockHistory3ToJSON(getProjectsBlockHistory3: GetProjectsBlockHistory3): string;
|
|
6520
|
+
export declare function getProjectsBlockHistory3FromJSON(jsonString: string): SafeParseResult<GetProjectsBlockHistory3, SDKValidationError>;
|
|
6521
|
+
/** @internal */
|
|
6522
|
+
export declare const GetProjectsBlockHistoryProjectsAction$inboundSchema: z.ZodNativeEnum<typeof GetProjectsBlockHistoryProjectsAction>;
|
|
6523
|
+
/** @internal */
|
|
6524
|
+
export declare const GetProjectsBlockHistoryProjectsAction$outboundSchema: z.ZodNativeEnum<typeof GetProjectsBlockHistoryProjectsAction>;
|
|
6525
|
+
/**
|
|
6526
|
+
* @internal
|
|
6527
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6528
|
+
*/
|
|
6529
|
+
export declare namespace GetProjectsBlockHistoryProjectsAction$ {
|
|
6530
|
+
/** @deprecated use `GetProjectsBlockHistoryProjectsAction$inboundSchema` instead. */
|
|
6531
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6532
|
+
readonly Unblocked: "unblocked";
|
|
6533
|
+
}>;
|
|
6534
|
+
/** @deprecated use `GetProjectsBlockHistoryProjectsAction$outboundSchema` instead. */
|
|
6535
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6536
|
+
readonly Unblocked: "unblocked";
|
|
6537
|
+
}>;
|
|
6538
|
+
}
|
|
6539
|
+
/** @internal */
|
|
6540
|
+
export declare const GetProjectsBlockHistory2$inboundSchema: z.ZodType<GetProjectsBlockHistory2, z.ZodTypeDef, unknown>;
|
|
6541
|
+
/** @internal */
|
|
6542
|
+
export type GetProjectsBlockHistory2$Outbound = {
|
|
6543
|
+
action: string;
|
|
6544
|
+
createdAt: number;
|
|
6545
|
+
caseId?: string | undefined;
|
|
6546
|
+
actor?: string | undefined;
|
|
6547
|
+
comment?: string | undefined;
|
|
6548
|
+
isCascading?: boolean | undefined;
|
|
6549
|
+
};
|
|
6550
|
+
/** @internal */
|
|
6551
|
+
export declare const GetProjectsBlockHistory2$outboundSchema: z.ZodType<GetProjectsBlockHistory2$Outbound, z.ZodTypeDef, GetProjectsBlockHistory2>;
|
|
6552
|
+
/**
|
|
6553
|
+
* @internal
|
|
6554
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6555
|
+
*/
|
|
6556
|
+
export declare namespace GetProjectsBlockHistory2$ {
|
|
6557
|
+
/** @deprecated use `GetProjectsBlockHistory2$inboundSchema` instead. */
|
|
6558
|
+
const inboundSchema: z.ZodType<GetProjectsBlockHistory2, z.ZodTypeDef, unknown>;
|
|
6559
|
+
/** @deprecated use `GetProjectsBlockHistory2$outboundSchema` instead. */
|
|
6560
|
+
const outboundSchema: z.ZodType<GetProjectsBlockHistory2$Outbound, z.ZodTypeDef, GetProjectsBlockHistory2>;
|
|
6561
|
+
/** @deprecated use `GetProjectsBlockHistory2$Outbound` instead. */
|
|
6562
|
+
type Outbound = GetProjectsBlockHistory2$Outbound;
|
|
6563
|
+
}
|
|
6564
|
+
export declare function getProjectsBlockHistory2ToJSON(getProjectsBlockHistory2: GetProjectsBlockHistory2): string;
|
|
6565
|
+
export declare function getProjectsBlockHistory2FromJSON(jsonString: string): SafeParseResult<GetProjectsBlockHistory2, SDKValidationError>;
|
|
6566
|
+
/** @internal */
|
|
6567
|
+
export declare const GetProjectsBlockHistoryAction$inboundSchema: z.ZodNativeEnum<typeof GetProjectsBlockHistoryAction>;
|
|
6568
|
+
/** @internal */
|
|
6569
|
+
export declare const GetProjectsBlockHistoryAction$outboundSchema: z.ZodNativeEnum<typeof GetProjectsBlockHistoryAction>;
|
|
6570
|
+
/**
|
|
6571
|
+
* @internal
|
|
6572
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6573
|
+
*/
|
|
6574
|
+
export declare namespace GetProjectsBlockHistoryAction$ {
|
|
6575
|
+
/** @deprecated use `GetProjectsBlockHistoryAction$inboundSchema` instead. */
|
|
6576
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6577
|
+
readonly Blocked: "blocked";
|
|
6578
|
+
}>;
|
|
6579
|
+
/** @deprecated use `GetProjectsBlockHistoryAction$outboundSchema` instead. */
|
|
6580
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6581
|
+
readonly Blocked: "blocked";
|
|
6582
|
+
}>;
|
|
6583
|
+
}
|
|
6584
|
+
/** @internal */
|
|
6585
|
+
export declare const GetProjectsBlockHistory1$inboundSchema: z.ZodType<GetProjectsBlockHistory1, z.ZodTypeDef, unknown>;
|
|
6586
|
+
/** @internal */
|
|
6587
|
+
export type GetProjectsBlockHistory1$Outbound = {
|
|
6588
|
+
action: string;
|
|
6589
|
+
reason: string;
|
|
6590
|
+
statusCode: number;
|
|
6591
|
+
createdAt: number;
|
|
6592
|
+
caseId?: string | undefined;
|
|
6593
|
+
actor?: string | undefined;
|
|
6594
|
+
comment?: string | undefined;
|
|
6595
|
+
isCascading?: boolean | undefined;
|
|
6596
|
+
};
|
|
6597
|
+
/** @internal */
|
|
6598
|
+
export declare const GetProjectsBlockHistory1$outboundSchema: z.ZodType<GetProjectsBlockHistory1$Outbound, z.ZodTypeDef, GetProjectsBlockHistory1>;
|
|
6599
|
+
/**
|
|
6600
|
+
* @internal
|
|
6601
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6602
|
+
*/
|
|
6603
|
+
export declare namespace GetProjectsBlockHistory1$ {
|
|
6604
|
+
/** @deprecated use `GetProjectsBlockHistory1$inboundSchema` instead. */
|
|
6605
|
+
const inboundSchema: z.ZodType<GetProjectsBlockHistory1, z.ZodTypeDef, unknown>;
|
|
6606
|
+
/** @deprecated use `GetProjectsBlockHistory1$outboundSchema` instead. */
|
|
6607
|
+
const outboundSchema: z.ZodType<GetProjectsBlockHistory1$Outbound, z.ZodTypeDef, GetProjectsBlockHistory1>;
|
|
6608
|
+
/** @deprecated use `GetProjectsBlockHistory1$Outbound` instead. */
|
|
6609
|
+
type Outbound = GetProjectsBlockHistory1$Outbound;
|
|
6610
|
+
}
|
|
6611
|
+
export declare function getProjectsBlockHistory1ToJSON(getProjectsBlockHistory1: GetProjectsBlockHistory1): string;
|
|
6612
|
+
export declare function getProjectsBlockHistory1FromJSON(jsonString: string): SafeParseResult<GetProjectsBlockHistory1, SDKValidationError>;
|
|
6613
|
+
/** @internal */
|
|
6614
|
+
export declare const GetProjectsBlockHistory$inboundSchema: z.ZodType<GetProjectsBlockHistory, z.ZodTypeDef, unknown>;
|
|
6615
|
+
/** @internal */
|
|
6616
|
+
export type GetProjectsBlockHistory$Outbound = GetProjectsBlockHistory1$Outbound | GetProjectsBlockHistory3$Outbound | GetProjectsBlockHistory4$Outbound | GetProjectsBlockHistory2$Outbound;
|
|
6617
|
+
/** @internal */
|
|
6618
|
+
export declare const GetProjectsBlockHistory$outboundSchema: z.ZodType<GetProjectsBlockHistory$Outbound, z.ZodTypeDef, GetProjectsBlockHistory>;
|
|
6619
|
+
/**
|
|
6620
|
+
* @internal
|
|
6621
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6622
|
+
*/
|
|
6623
|
+
export declare namespace GetProjectsBlockHistory$ {
|
|
6624
|
+
/** @deprecated use `GetProjectsBlockHistory$inboundSchema` instead. */
|
|
6625
|
+
const inboundSchema: z.ZodType<GetProjectsBlockHistory, z.ZodTypeDef, unknown>;
|
|
6626
|
+
/** @deprecated use `GetProjectsBlockHistory$outboundSchema` instead. */
|
|
6627
|
+
const outboundSchema: z.ZodType<GetProjectsBlockHistory$Outbound, z.ZodTypeDef, GetProjectsBlockHistory>;
|
|
6628
|
+
/** @deprecated use `GetProjectsBlockHistory$Outbound` instead. */
|
|
6629
|
+
type Outbound = GetProjectsBlockHistory$Outbound;
|
|
6630
|
+
}
|
|
6631
|
+
export declare function getProjectsBlockHistoryToJSON(getProjectsBlockHistory: GetProjectsBlockHistory): string;
|
|
6632
|
+
export declare function getProjectsBlockHistoryFromJSON(jsonString: string): SafeParseResult<GetProjectsBlockHistory, SDKValidationError>;
|
|
6633
|
+
/** @internal */
|
|
6634
|
+
export declare const GetProjectsAbuse$inboundSchema: z.ZodType<GetProjectsAbuse, z.ZodTypeDef, unknown>;
|
|
6635
|
+
/** @internal */
|
|
6636
|
+
export type GetProjectsAbuse$Outbound = {
|
|
6637
|
+
scanner?: string | undefined;
|
|
6638
|
+
history: Array<GetProjectsHistory$Outbound>;
|
|
6639
|
+
updatedAt: number;
|
|
6640
|
+
block?: GetProjectsBlock$Outbound | undefined;
|
|
6641
|
+
blockHistory?: Array<GetProjectsBlockHistory1$Outbound | GetProjectsBlockHistory3$Outbound | GetProjectsBlockHistory4$Outbound | GetProjectsBlockHistory2$Outbound> | undefined;
|
|
6642
|
+
};
|
|
6643
|
+
/** @internal */
|
|
6644
|
+
export declare const GetProjectsAbuse$outboundSchema: z.ZodType<GetProjectsAbuse$Outbound, z.ZodTypeDef, GetProjectsAbuse>;
|
|
6645
|
+
/**
|
|
6646
|
+
* @internal
|
|
6647
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6648
|
+
*/
|
|
6649
|
+
export declare namespace GetProjectsAbuse$ {
|
|
6650
|
+
/** @deprecated use `GetProjectsAbuse$inboundSchema` instead. */
|
|
6651
|
+
const inboundSchema: z.ZodType<GetProjectsAbuse, z.ZodTypeDef, unknown>;
|
|
6652
|
+
/** @deprecated use `GetProjectsAbuse$outboundSchema` instead. */
|
|
6653
|
+
const outboundSchema: z.ZodType<GetProjectsAbuse$Outbound, z.ZodTypeDef, GetProjectsAbuse>;
|
|
6654
|
+
/** @deprecated use `GetProjectsAbuse$Outbound` instead. */
|
|
6655
|
+
type Outbound = GetProjectsAbuse$Outbound;
|
|
6656
|
+
}
|
|
6657
|
+
export declare function getProjectsAbuseToJSON(getProjectsAbuse: GetProjectsAbuse): string;
|
|
6658
|
+
export declare function getProjectsAbuseFromJSON(jsonString: string): SafeParseResult<GetProjectsAbuse, SDKValidationError>;
|
|
6659
|
+
/** @internal */
|
|
6660
|
+
export declare const GetProjectsHasProjectsType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsType>;
|
|
6661
|
+
/** @internal */
|
|
6662
|
+
export declare const GetProjectsHasProjectsType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHasProjectsType>;
|
|
6663
|
+
/**
|
|
6664
|
+
* @internal
|
|
6665
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6666
|
+
*/
|
|
6667
|
+
export declare namespace GetProjectsHasProjectsType$ {
|
|
6668
|
+
/** @deprecated use `GetProjectsHasProjectsType$inboundSchema` instead. */
|
|
6669
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6670
|
+
readonly Host: "host";
|
|
6671
|
+
}>;
|
|
6672
|
+
/** @deprecated use `GetProjectsHasProjectsType$outboundSchema` instead. */
|
|
6673
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6674
|
+
readonly Host: "host";
|
|
6675
|
+
}>;
|
|
6676
|
+
}
|
|
6677
|
+
/** @internal */
|
|
6678
|
+
export declare const GetProjectsHasProjectsValue$inboundSchema: z.ZodType<GetProjectsHasProjectsValue, z.ZodTypeDef, unknown>;
|
|
6679
|
+
/** @internal */
|
|
6680
|
+
export type GetProjectsHasProjectsValue$Outbound = {
|
|
6681
|
+
eq: string;
|
|
6682
|
+
};
|
|
6683
|
+
/** @internal */
|
|
6684
|
+
export declare const GetProjectsHasProjectsValue$outboundSchema: z.ZodType<GetProjectsHasProjectsValue$Outbound, z.ZodTypeDef, GetProjectsHasProjectsValue>;
|
|
6685
|
+
/**
|
|
6686
|
+
* @internal
|
|
6687
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6688
|
+
*/
|
|
6689
|
+
export declare namespace GetProjectsHasProjectsValue$ {
|
|
6690
|
+
/** @deprecated use `GetProjectsHasProjectsValue$inboundSchema` instead. */
|
|
6691
|
+
const inboundSchema: z.ZodType<GetProjectsHasProjectsValue, z.ZodTypeDef, unknown>;
|
|
6692
|
+
/** @deprecated use `GetProjectsHasProjectsValue$outboundSchema` instead. */
|
|
6693
|
+
const outboundSchema: z.ZodType<GetProjectsHasProjectsValue$Outbound, z.ZodTypeDef, GetProjectsHasProjectsValue>;
|
|
6694
|
+
/** @deprecated use `GetProjectsHasProjectsValue$Outbound` instead. */
|
|
6695
|
+
type Outbound = GetProjectsHasProjectsValue$Outbound;
|
|
6696
|
+
}
|
|
6697
|
+
export declare function getProjectsHasProjectsValueToJSON(getProjectsHasProjectsValue: GetProjectsHasProjectsValue): string;
|
|
6698
|
+
export declare function getProjectsHasProjectsValueFromJSON(jsonString: string): SafeParseResult<GetProjectsHasProjectsValue, SDKValidationError>;
|
|
6699
|
+
/** @internal */
|
|
6700
|
+
export declare const GetProjectsHas2$inboundSchema: z.ZodType<GetProjectsHas2, z.ZodTypeDef, unknown>;
|
|
6701
|
+
/** @internal */
|
|
6702
|
+
export type GetProjectsHas2$Outbound = {
|
|
6703
|
+
type: string;
|
|
6704
|
+
value: GetProjectsHasProjectsValue$Outbound;
|
|
6705
|
+
};
|
|
6706
|
+
/** @internal */
|
|
6707
|
+
export declare const GetProjectsHas2$outboundSchema: z.ZodType<GetProjectsHas2$Outbound, z.ZodTypeDef, GetProjectsHas2>;
|
|
6708
|
+
/**
|
|
6709
|
+
* @internal
|
|
6710
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6711
|
+
*/
|
|
6712
|
+
export declare namespace GetProjectsHas2$ {
|
|
6713
|
+
/** @deprecated use `GetProjectsHas2$inboundSchema` instead. */
|
|
6714
|
+
const inboundSchema: z.ZodType<GetProjectsHas2, z.ZodTypeDef, unknown>;
|
|
6715
|
+
/** @deprecated use `GetProjectsHas2$outboundSchema` instead. */
|
|
6716
|
+
const outboundSchema: z.ZodType<GetProjectsHas2$Outbound, z.ZodTypeDef, GetProjectsHas2>;
|
|
6717
|
+
/** @deprecated use `GetProjectsHas2$Outbound` instead. */
|
|
6718
|
+
type Outbound = GetProjectsHas2$Outbound;
|
|
6719
|
+
}
|
|
6720
|
+
export declare function getProjectsHas2ToJSON(getProjectsHas2: GetProjectsHas2): string;
|
|
6721
|
+
export declare function getProjectsHas2FromJSON(jsonString: string): SafeParseResult<GetProjectsHas2, SDKValidationError>;
|
|
6722
|
+
/** @internal */
|
|
6723
|
+
export declare const GetProjectsHasType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHasType>;
|
|
6724
|
+
/** @internal */
|
|
6725
|
+
export declare const GetProjectsHasType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHasType>;
|
|
6726
|
+
/**
|
|
6727
|
+
* @internal
|
|
6728
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6729
|
+
*/
|
|
6730
|
+
export declare namespace GetProjectsHasType$ {
|
|
6731
|
+
/** @deprecated use `GetProjectsHasType$inboundSchema` instead. */
|
|
6732
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6733
|
+
readonly Header: "header";
|
|
6734
|
+
}>;
|
|
6735
|
+
/** @deprecated use `GetProjectsHasType$outboundSchema` instead. */
|
|
6736
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6737
|
+
readonly Header: "header";
|
|
6738
|
+
}>;
|
|
6739
|
+
}
|
|
6740
|
+
/** @internal */
|
|
6741
|
+
export declare const GetProjectsHasKey$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHasKey>;
|
|
6742
|
+
/** @internal */
|
|
6743
|
+
export declare const GetProjectsHasKey$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHasKey>;
|
|
6744
|
+
/**
|
|
6745
|
+
* @internal
|
|
6746
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6747
|
+
*/
|
|
6748
|
+
export declare namespace GetProjectsHasKey$ {
|
|
6749
|
+
/** @deprecated use `GetProjectsHasKey$inboundSchema` instead. */
|
|
6750
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6751
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
6752
|
+
}>;
|
|
6753
|
+
/** @deprecated use `GetProjectsHasKey$outboundSchema` instead. */
|
|
6754
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6755
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
6756
|
+
}>;
|
|
6757
|
+
}
|
|
6758
|
+
/** @internal */
|
|
6759
|
+
export declare const GetProjectsHasValue$inboundSchema: z.ZodType<GetProjectsHasValue, z.ZodTypeDef, unknown>;
|
|
6760
|
+
/** @internal */
|
|
6761
|
+
export type GetProjectsHasValue$Outbound = {
|
|
6762
|
+
eq: string;
|
|
6763
|
+
};
|
|
6764
|
+
/** @internal */
|
|
6765
|
+
export declare const GetProjectsHasValue$outboundSchema: z.ZodType<GetProjectsHasValue$Outbound, z.ZodTypeDef, GetProjectsHasValue>;
|
|
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 GetProjectsHasValue$ {
|
|
6771
|
+
/** @deprecated use `GetProjectsHasValue$inboundSchema` instead. */
|
|
6772
|
+
const inboundSchema: z.ZodType<GetProjectsHasValue, z.ZodTypeDef, unknown>;
|
|
6773
|
+
/** @deprecated use `GetProjectsHasValue$outboundSchema` instead. */
|
|
6774
|
+
const outboundSchema: z.ZodType<GetProjectsHasValue$Outbound, z.ZodTypeDef, GetProjectsHasValue>;
|
|
6775
|
+
/** @deprecated use `GetProjectsHasValue$Outbound` instead. */
|
|
6776
|
+
type Outbound = GetProjectsHasValue$Outbound;
|
|
6777
|
+
}
|
|
6778
|
+
export declare function getProjectsHasValueToJSON(getProjectsHasValue: GetProjectsHasValue): string;
|
|
6779
|
+
export declare function getProjectsHasValueFromJSON(jsonString: string): SafeParseResult<GetProjectsHasValue, SDKValidationError>;
|
|
6780
|
+
/** @internal */
|
|
6781
|
+
export declare const GetProjectsHas1$inboundSchema: z.ZodType<GetProjectsHas1, z.ZodTypeDef, unknown>;
|
|
6782
|
+
/** @internal */
|
|
6783
|
+
export type GetProjectsHas1$Outbound = {
|
|
6784
|
+
type: string;
|
|
6785
|
+
key: string;
|
|
6786
|
+
value: GetProjectsHasValue$Outbound;
|
|
6787
|
+
};
|
|
6788
|
+
/** @internal */
|
|
6789
|
+
export declare const GetProjectsHas1$outboundSchema: z.ZodType<GetProjectsHas1$Outbound, z.ZodTypeDef, GetProjectsHas1>;
|
|
6790
|
+
/**
|
|
6791
|
+
* @internal
|
|
6792
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6793
|
+
*/
|
|
6794
|
+
export declare namespace GetProjectsHas1$ {
|
|
6795
|
+
/** @deprecated use `GetProjectsHas1$inboundSchema` instead. */
|
|
6796
|
+
const inboundSchema: z.ZodType<GetProjectsHas1, z.ZodTypeDef, unknown>;
|
|
6797
|
+
/** @deprecated use `GetProjectsHas1$outboundSchema` instead. */
|
|
6798
|
+
const outboundSchema: z.ZodType<GetProjectsHas1$Outbound, z.ZodTypeDef, GetProjectsHas1>;
|
|
6799
|
+
/** @deprecated use `GetProjectsHas1$Outbound` instead. */
|
|
6800
|
+
type Outbound = GetProjectsHas1$Outbound;
|
|
6801
|
+
}
|
|
6802
|
+
export declare function getProjectsHas1ToJSON(getProjectsHas1: GetProjectsHas1): string;
|
|
6803
|
+
export declare function getProjectsHas1FromJSON(jsonString: string): SafeParseResult<GetProjectsHas1, SDKValidationError>;
|
|
6804
|
+
/** @internal */
|
|
6805
|
+
export declare const GetProjectsInternalRoutesHas$inboundSchema: z.ZodType<GetProjectsInternalRoutesHas, z.ZodTypeDef, unknown>;
|
|
6806
|
+
/** @internal */
|
|
6807
|
+
export type GetProjectsInternalRoutesHas$Outbound = GetProjectsHas1$Outbound | GetProjectsHas2$Outbound;
|
|
6808
|
+
/** @internal */
|
|
6809
|
+
export declare const GetProjectsInternalRoutesHas$outboundSchema: z.ZodType<GetProjectsInternalRoutesHas$Outbound, z.ZodTypeDef, GetProjectsInternalRoutesHas>;
|
|
6810
|
+
/**
|
|
6811
|
+
* @internal
|
|
6812
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6813
|
+
*/
|
|
6814
|
+
export declare namespace GetProjectsInternalRoutesHas$ {
|
|
6815
|
+
/** @deprecated use `GetProjectsInternalRoutesHas$inboundSchema` instead. */
|
|
6816
|
+
const inboundSchema: z.ZodType<GetProjectsInternalRoutesHas, z.ZodTypeDef, unknown>;
|
|
6817
|
+
/** @deprecated use `GetProjectsInternalRoutesHas$outboundSchema` instead. */
|
|
6818
|
+
const outboundSchema: z.ZodType<GetProjectsInternalRoutesHas$Outbound, z.ZodTypeDef, GetProjectsInternalRoutesHas>;
|
|
6819
|
+
/** @deprecated use `GetProjectsInternalRoutesHas$Outbound` instead. */
|
|
6820
|
+
type Outbound = GetProjectsInternalRoutesHas$Outbound;
|
|
6821
|
+
}
|
|
6822
|
+
export declare function getProjectsInternalRoutesHasToJSON(getProjectsInternalRoutesHas: GetProjectsInternalRoutesHas): string;
|
|
6823
|
+
export declare function getProjectsInternalRoutesHasFromJSON(jsonString: string): SafeParseResult<GetProjectsInternalRoutesHas, SDKValidationError>;
|
|
6824
|
+
/** @internal */
|
|
6825
|
+
export declare const GetProjectsInternalRoutesAction$inboundSchema: z.ZodNativeEnum<typeof GetProjectsInternalRoutesAction>;
|
|
6826
|
+
/** @internal */
|
|
6827
|
+
export declare const GetProjectsInternalRoutesAction$outboundSchema: z.ZodNativeEnum<typeof GetProjectsInternalRoutesAction>;
|
|
6828
|
+
/**
|
|
6829
|
+
* @internal
|
|
6830
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6831
|
+
*/
|
|
6832
|
+
export declare namespace GetProjectsInternalRoutesAction$ {
|
|
6833
|
+
/** @deprecated use `GetProjectsInternalRoutesAction$inboundSchema` instead. */
|
|
6834
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6835
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
6836
|
+
}>;
|
|
6837
|
+
/** @deprecated use `GetProjectsInternalRoutesAction$outboundSchema` instead. */
|
|
6838
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6839
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
6840
|
+
}>;
|
|
6841
|
+
}
|
|
6842
|
+
/** @internal */
|
|
6843
|
+
export declare const GetProjectsInternalRoutesMitigate$inboundSchema: z.ZodType<GetProjectsInternalRoutesMitigate, z.ZodTypeDef, unknown>;
|
|
6844
|
+
/** @internal */
|
|
6845
|
+
export type GetProjectsInternalRoutesMitigate$Outbound = {
|
|
6846
|
+
action: string;
|
|
6847
|
+
};
|
|
6848
|
+
/** @internal */
|
|
6849
|
+
export declare const GetProjectsInternalRoutesMitigate$outboundSchema: z.ZodType<GetProjectsInternalRoutesMitigate$Outbound, z.ZodTypeDef, GetProjectsInternalRoutesMitigate>;
|
|
6850
|
+
/**
|
|
6851
|
+
* @internal
|
|
6852
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6853
|
+
*/
|
|
6854
|
+
export declare namespace GetProjectsInternalRoutesMitigate$ {
|
|
6855
|
+
/** @deprecated use `GetProjectsInternalRoutesMitigate$inboundSchema` instead. */
|
|
6856
|
+
const inboundSchema: z.ZodType<GetProjectsInternalRoutesMitigate, z.ZodTypeDef, unknown>;
|
|
6857
|
+
/** @deprecated use `GetProjectsInternalRoutesMitigate$outboundSchema` instead. */
|
|
6858
|
+
const outboundSchema: z.ZodType<GetProjectsInternalRoutesMitigate$Outbound, z.ZodTypeDef, GetProjectsInternalRoutesMitigate>;
|
|
6859
|
+
/** @deprecated use `GetProjectsInternalRoutesMitigate$Outbound` instead. */
|
|
6860
|
+
type Outbound = GetProjectsInternalRoutesMitigate$Outbound;
|
|
6861
|
+
}
|
|
6862
|
+
export declare function getProjectsInternalRoutesMitigateToJSON(getProjectsInternalRoutesMitigate: GetProjectsInternalRoutesMitigate): string;
|
|
6863
|
+
export declare function getProjectsInternalRoutesMitigateFromJSON(jsonString: string): SafeParseResult<GetProjectsInternalRoutesMitigate, SDKValidationError>;
|
|
6864
|
+
/** @internal */
|
|
6865
|
+
export declare const GetProjectsInternalRoutes2$inboundSchema: z.ZodType<GetProjectsInternalRoutes2, z.ZodTypeDef, unknown>;
|
|
6866
|
+
/** @internal */
|
|
6867
|
+
export type GetProjectsInternalRoutes2$Outbound = {
|
|
6868
|
+
has: Array<GetProjectsHas1$Outbound | GetProjectsHas2$Outbound>;
|
|
6869
|
+
mitigate: GetProjectsInternalRoutesMitigate$Outbound;
|
|
6870
|
+
src?: string | undefined;
|
|
6871
|
+
};
|
|
6872
|
+
/** @internal */
|
|
6873
|
+
export declare const GetProjectsInternalRoutes2$outboundSchema: z.ZodType<GetProjectsInternalRoutes2$Outbound, z.ZodTypeDef, GetProjectsInternalRoutes2>;
|
|
6874
|
+
/**
|
|
6875
|
+
* @internal
|
|
6876
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6877
|
+
*/
|
|
6878
|
+
export declare namespace GetProjectsInternalRoutes2$ {
|
|
6879
|
+
/** @deprecated use `GetProjectsInternalRoutes2$inboundSchema` instead. */
|
|
6880
|
+
const inboundSchema: z.ZodType<GetProjectsInternalRoutes2, z.ZodTypeDef, unknown>;
|
|
6881
|
+
/** @deprecated use `GetProjectsInternalRoutes2$outboundSchema` instead. */
|
|
6882
|
+
const outboundSchema: z.ZodType<GetProjectsInternalRoutes2$Outbound, z.ZodTypeDef, GetProjectsInternalRoutes2>;
|
|
6883
|
+
/** @deprecated use `GetProjectsInternalRoutes2$Outbound` instead. */
|
|
6884
|
+
type Outbound = GetProjectsInternalRoutes2$Outbound;
|
|
6885
|
+
}
|
|
6886
|
+
export declare function getProjectsInternalRoutes2ToJSON(getProjectsInternalRoutes2: GetProjectsInternalRoutes2): string;
|
|
6887
|
+
export declare function getProjectsInternalRoutes2FromJSON(jsonString: string): SafeParseResult<GetProjectsInternalRoutes2, SDKValidationError>;
|
|
6888
|
+
/** @internal */
|
|
6889
|
+
export declare const GetProjectsInternalRoutes1$inboundSchema: z.ZodType<GetProjectsInternalRoutes1, z.ZodTypeDef, unknown>;
|
|
6890
|
+
/** @internal */
|
|
6891
|
+
export type GetProjectsInternalRoutes1$Outbound = {
|
|
6892
|
+
src: string;
|
|
6893
|
+
status: number;
|
|
6894
|
+
};
|
|
6895
|
+
/** @internal */
|
|
6896
|
+
export declare const GetProjectsInternalRoutes1$outboundSchema: z.ZodType<GetProjectsInternalRoutes1$Outbound, z.ZodTypeDef, GetProjectsInternalRoutes1>;
|
|
6897
|
+
/**
|
|
6898
|
+
* @internal
|
|
6899
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6900
|
+
*/
|
|
6901
|
+
export declare namespace GetProjectsInternalRoutes1$ {
|
|
6902
|
+
/** @deprecated use `GetProjectsInternalRoutes1$inboundSchema` instead. */
|
|
6903
|
+
const inboundSchema: z.ZodType<GetProjectsInternalRoutes1, z.ZodTypeDef, unknown>;
|
|
6904
|
+
/** @deprecated use `GetProjectsInternalRoutes1$outboundSchema` instead. */
|
|
6905
|
+
const outboundSchema: z.ZodType<GetProjectsInternalRoutes1$Outbound, z.ZodTypeDef, GetProjectsInternalRoutes1>;
|
|
6906
|
+
/** @deprecated use `GetProjectsInternalRoutes1$Outbound` instead. */
|
|
6907
|
+
type Outbound = GetProjectsInternalRoutes1$Outbound;
|
|
6908
|
+
}
|
|
6909
|
+
export declare function getProjectsInternalRoutes1ToJSON(getProjectsInternalRoutes1: GetProjectsInternalRoutes1): string;
|
|
6910
|
+
export declare function getProjectsInternalRoutes1FromJSON(jsonString: string): SafeParseResult<GetProjectsInternalRoutes1, SDKValidationError>;
|
|
6911
|
+
/** @internal */
|
|
6912
|
+
export declare const GetProjectsInternalRoutes$inboundSchema: z.ZodType<GetProjectsInternalRoutes, z.ZodTypeDef, unknown>;
|
|
6913
|
+
/** @internal */
|
|
6914
|
+
export type GetProjectsInternalRoutes$Outbound = GetProjectsInternalRoutes1$Outbound | GetProjectsInternalRoutes2$Outbound;
|
|
6915
|
+
/** @internal */
|
|
6916
|
+
export declare const GetProjectsInternalRoutes$outboundSchema: z.ZodType<GetProjectsInternalRoutes$Outbound, z.ZodTypeDef, GetProjectsInternalRoutes>;
|
|
6917
|
+
/**
|
|
6918
|
+
* @internal
|
|
6919
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6920
|
+
*/
|
|
6921
|
+
export declare namespace GetProjectsInternalRoutes$ {
|
|
6922
|
+
/** @deprecated use `GetProjectsInternalRoutes$inboundSchema` instead. */
|
|
6923
|
+
const inboundSchema: z.ZodType<GetProjectsInternalRoutes, z.ZodTypeDef, unknown>;
|
|
6924
|
+
/** @deprecated use `GetProjectsInternalRoutes$outboundSchema` instead. */
|
|
6925
|
+
const outboundSchema: z.ZodType<GetProjectsInternalRoutes$Outbound, z.ZodTypeDef, GetProjectsInternalRoutes>;
|
|
6926
|
+
/** @deprecated use `GetProjectsInternalRoutes$Outbound` instead. */
|
|
6927
|
+
type Outbound = GetProjectsInternalRoutes$Outbound;
|
|
6928
|
+
}
|
|
6929
|
+
export declare function getProjectsInternalRoutesToJSON(getProjectsInternalRoutes: GetProjectsInternalRoutes): string;
|
|
6930
|
+
export declare function getProjectsInternalRoutesFromJSON(jsonString: string): SafeParseResult<GetProjectsInternalRoutes, SDKValidationError>;
|
|
6931
|
+
/** @internal */
|
|
5584
6932
|
export declare const GetProjectsProjects$inboundSchema: z.ZodType<GetProjectsProjects, z.ZodTypeDef, unknown>;
|
|
5585
6933
|
/** @internal */
|
|
5586
6934
|
export type GetProjectsProjects$Outbound = {
|
|
@@ -5612,7 +6960,7 @@ export type GetProjectsProjects$Outbound = {
|
|
|
5612
6960
|
id: string;
|
|
5613
6961
|
ipBuckets?: Array<GetProjectsIpBuckets$Outbound> | undefined;
|
|
5614
6962
|
latestDeployments?: Array<GetProjectsLatestDeployments$Outbound> | undefined;
|
|
5615
|
-
link?:
|
|
6963
|
+
link?: GetProjectsLink4$Outbound | GetProjectsLink5$Outbound | GetProjectsLink3$Outbound | GetProjectsLink1$Outbound | GetProjectsLink2$Outbound | undefined;
|
|
5616
6964
|
microfrontends?: GetProjectsMicrofrontends1$Outbound | GetProjectsMicrofrontends2$Outbound | undefined;
|
|
5617
6965
|
name: string;
|
|
5618
6966
|
nodeVersion: string;
|
|
@@ -5662,6 +7010,8 @@ export type GetProjectsProjects$Outbound = {
|
|
|
5662
7010
|
tier?: string | undefined;
|
|
5663
7011
|
features?: GetProjectsFeatures$Outbound | undefined;
|
|
5664
7012
|
v0?: boolean | undefined;
|
|
7013
|
+
abuse?: GetProjectsAbuse$Outbound | undefined;
|
|
7014
|
+
internalRoutes?: Array<GetProjectsInternalRoutes1$Outbound | GetProjectsInternalRoutes2$Outbound> | undefined;
|
|
5665
7015
|
};
|
|
5666
7016
|
/** @internal */
|
|
5667
7017
|
export declare const GetProjectsProjects$outboundSchema: z.ZodType<GetProjectsProjects$Outbound, z.ZodTypeDef, GetProjectsProjects>;
|