@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
|
@@ -101,6 +101,7 @@ export declare const CreateProjectFramework: {
|
|
|
101
101
|
readonly Vitepress: "vitepress";
|
|
102
102
|
readonly Vuepress: "vuepress";
|
|
103
103
|
readonly Parcel: "parcel";
|
|
104
|
+
readonly Fastapi: "fastapi";
|
|
104
105
|
readonly Fasthtml: "fasthtml";
|
|
105
106
|
readonly SanityV3: "sanity-v3";
|
|
106
107
|
readonly Sanity: "sanity";
|
|
@@ -741,6 +742,7 @@ export declare const CreateProjectProjectsFramework: {
|
|
|
741
742
|
readonly Vitepress: "vitepress";
|
|
742
743
|
readonly Vuepress: "vuepress";
|
|
743
744
|
readonly Parcel: "parcel";
|
|
745
|
+
readonly Fastapi: "fastapi";
|
|
744
746
|
readonly Fasthtml: "fasthtml";
|
|
745
747
|
readonly SanityV3: "sanity-v3";
|
|
746
748
|
readonly Sanity: "sanity";
|
|
@@ -887,7 +889,7 @@ export type CreateProjectLatestDeployments = {
|
|
|
887
889
|
withCache?: boolean | undefined;
|
|
888
890
|
};
|
|
889
891
|
export declare const CreateProjectLinkProjectsResponse200ApplicationJSONType: {
|
|
890
|
-
readonly
|
|
892
|
+
readonly Bitbucket: "bitbucket";
|
|
891
893
|
};
|
|
892
894
|
export type CreateProjectLinkProjectsResponse200ApplicationJSONType = ClosedEnum<typeof CreateProjectLinkProjectsResponse200ApplicationJSONType>;
|
|
893
895
|
export type CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks = {
|
|
@@ -898,15 +900,12 @@ export type CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks = {
|
|
|
898
900
|
url: string;
|
|
899
901
|
};
|
|
900
902
|
export type CreateProjectLink5 = {
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
*/
|
|
905
|
-
repoOwnerId?: number | undefined;
|
|
906
|
-
repo?: string | undefined;
|
|
907
|
-
repoId?: number | undefined;
|
|
903
|
+
name: string;
|
|
904
|
+
slug: string;
|
|
905
|
+
owner: string;
|
|
908
906
|
type: CreateProjectLinkProjectsResponse200ApplicationJSONType;
|
|
909
|
-
|
|
907
|
+
uuid: string;
|
|
908
|
+
workspaceUuid: string;
|
|
910
909
|
createdAt?: number | undefined;
|
|
911
910
|
deployHooks: Array<CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks>;
|
|
912
911
|
gitCredentialId: string;
|
|
@@ -915,7 +914,7 @@ export type CreateProjectLink5 = {
|
|
|
915
914
|
productionBranch: string;
|
|
916
915
|
};
|
|
917
916
|
export declare const CreateProjectLinkProjectsResponse200Type: {
|
|
918
|
-
readonly
|
|
917
|
+
readonly Gitlab: "gitlab";
|
|
919
918
|
};
|
|
920
919
|
export type CreateProjectLinkProjectsResponse200Type = ClosedEnum<typeof CreateProjectLinkProjectsResponse200Type>;
|
|
921
920
|
export type CreateProjectLinkProjectsResponse200DeployHooks = {
|
|
@@ -926,12 +925,16 @@ export type CreateProjectLinkProjectsResponse200DeployHooks = {
|
|
|
926
925
|
url: string;
|
|
927
926
|
};
|
|
928
927
|
export type CreateProjectLink4 = {
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
928
|
+
projectId: string;
|
|
929
|
+
projectName: string;
|
|
930
|
+
projectNameWithNamespace: string;
|
|
931
|
+
projectNamespace: string;
|
|
932
|
+
/**
|
|
933
|
+
* 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).
|
|
934
|
+
*/
|
|
935
|
+
projectOwnerId?: number | undefined;
|
|
936
|
+
projectUrl: string;
|
|
932
937
|
type: CreateProjectLinkProjectsResponse200Type;
|
|
933
|
-
uuid: string;
|
|
934
|
-
workspaceUuid: string;
|
|
935
938
|
createdAt?: number | undefined;
|
|
936
939
|
deployHooks: Array<CreateProjectLinkProjectsResponse200DeployHooks>;
|
|
937
940
|
gitCredentialId: string;
|
|
@@ -940,7 +943,7 @@ export type CreateProjectLink4 = {
|
|
|
940
943
|
productionBranch: string;
|
|
941
944
|
};
|
|
942
945
|
export declare const CreateProjectLinkProjectsResponseType: {
|
|
943
|
-
readonly
|
|
946
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
944
947
|
};
|
|
945
948
|
export type CreateProjectLinkProjectsResponseType = ClosedEnum<typeof CreateProjectLinkProjectsResponseType>;
|
|
946
949
|
export type CreateProjectLinkProjectsResponseDeployHooks = {
|
|
@@ -951,16 +954,15 @@ export type CreateProjectLinkProjectsResponseDeployHooks = {
|
|
|
951
954
|
url: string;
|
|
952
955
|
};
|
|
953
956
|
export type CreateProjectLink3 = {
|
|
954
|
-
|
|
955
|
-
projectName: string;
|
|
956
|
-
projectNameWithNamespace: string;
|
|
957
|
-
projectNamespace: string;
|
|
957
|
+
org: string;
|
|
958
958
|
/**
|
|
959
|
-
* 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.
|
|
959
|
+
* 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.
|
|
960
960
|
*/
|
|
961
|
-
|
|
962
|
-
|
|
961
|
+
repoOwnerId?: number | undefined;
|
|
962
|
+
repo?: string | undefined;
|
|
963
|
+
repoId?: number | undefined;
|
|
963
964
|
type: CreateProjectLinkProjectsResponseType;
|
|
965
|
+
host: string;
|
|
964
966
|
createdAt?: number | undefined;
|
|
965
967
|
deployHooks: Array<CreateProjectLinkProjectsResponseDeployHooks>;
|
|
966
968
|
gitCredentialId: string;
|
|
@@ -1022,7 +1024,7 @@ export type CreateProjectLink1 = {
|
|
|
1022
1024
|
sourceless?: boolean | undefined;
|
|
1023
1025
|
productionBranch: string;
|
|
1024
1026
|
};
|
|
1025
|
-
export type CreateProjectLink =
|
|
1027
|
+
export type CreateProjectLink = CreateProjectLink4 | CreateProjectLink5 | CreateProjectLink3 | CreateProjectLink1 | CreateProjectLink2;
|
|
1026
1028
|
export type CreateProjectMicrofrontends2 = {
|
|
1027
1029
|
updatedAt: number;
|
|
1028
1030
|
groupIds: Array<any>;
|
|
@@ -1445,6 +1447,7 @@ export type CreateProjectPermissions = {
|
|
|
1445
1447
|
jobGlobal?: Array<ACLAction> | undefined;
|
|
1446
1448
|
drain?: Array<ACLAction> | undefined;
|
|
1447
1449
|
logDrain?: Array<ACLAction> | undefined;
|
|
1450
|
+
traceDrain?: Array<ACLAction> | undefined;
|
|
1448
1451
|
monitoring?: Array<ACLAction> | undefined;
|
|
1449
1452
|
monitoringSettings?: Array<ACLAction> | undefined;
|
|
1450
1453
|
monitoringQuery?: Array<ACLAction> | undefined;
|
|
@@ -1465,6 +1468,7 @@ export type CreateProjectPermissions = {
|
|
|
1465
1468
|
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1466
1469
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1467
1470
|
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
1471
|
+
alerts?: Array<ACLAction> | undefined;
|
|
1468
1472
|
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1469
1473
|
observabilityFunnel?: Array<ACLAction> | undefined;
|
|
1470
1474
|
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
@@ -1643,15 +1647,15 @@ export type CreateProjectWebAnalytics = {
|
|
|
1643
1647
|
enabledAt?: number | undefined;
|
|
1644
1648
|
hasData?: boolean | undefined;
|
|
1645
1649
|
};
|
|
1646
|
-
export declare const
|
|
1650
|
+
export declare const CreateProjectProjectsResponse200Action: {
|
|
1647
1651
|
readonly Log: "log";
|
|
1648
1652
|
readonly Challenge: "challenge";
|
|
1649
1653
|
readonly Deny: "deny";
|
|
1650
1654
|
};
|
|
1651
|
-
export type
|
|
1655
|
+
export type CreateProjectProjectsResponse200Action = ClosedEnum<typeof CreateProjectProjectsResponse200Action>;
|
|
1652
1656
|
export type CreateProjectBotFilter = {
|
|
1653
1657
|
active: boolean;
|
|
1654
|
-
action?:
|
|
1658
|
+
action?: CreateProjectProjectsResponse200Action | undefined;
|
|
1655
1659
|
};
|
|
1656
1660
|
export declare const CreateProjectProjectsAction: {
|
|
1657
1661
|
readonly Log: "log";
|
|
@@ -1722,6 +1726,224 @@ export type CreateProjectTier = ClosedEnum<typeof CreateProjectTier>;
|
|
|
1722
1726
|
export type CreateProjectFeatures = {
|
|
1723
1727
|
webAnalytics?: boolean | undefined;
|
|
1724
1728
|
};
|
|
1729
|
+
export type CreateProjectHistory = {
|
|
1730
|
+
scanner: string;
|
|
1731
|
+
reason: string;
|
|
1732
|
+
by: string;
|
|
1733
|
+
byId: string;
|
|
1734
|
+
at: number;
|
|
1735
|
+
};
|
|
1736
|
+
export declare const CreateProjectAction: {
|
|
1737
|
+
readonly Blocked: "blocked";
|
|
1738
|
+
};
|
|
1739
|
+
export type CreateProjectAction = ClosedEnum<typeof CreateProjectAction>;
|
|
1740
|
+
export type CreateProjectBlock = {
|
|
1741
|
+
action: CreateProjectAction;
|
|
1742
|
+
reason: string;
|
|
1743
|
+
statusCode: number;
|
|
1744
|
+
createdAt: number;
|
|
1745
|
+
caseId?: string | undefined;
|
|
1746
|
+
actor?: string | undefined;
|
|
1747
|
+
comment?: string | undefined;
|
|
1748
|
+
isCascading?: boolean | undefined;
|
|
1749
|
+
};
|
|
1750
|
+
export declare const CreateProjectBlockHistoryProjectsResponse200Action: {
|
|
1751
|
+
readonly RouteUnblocked: "route-unblocked";
|
|
1752
|
+
};
|
|
1753
|
+
export type CreateProjectBlockHistoryProjectsResponse200Action = ClosedEnum<typeof CreateProjectBlockHistoryProjectsResponse200Action>;
|
|
1754
|
+
export declare const CreateProjectHasProjectsResponse200Type: {
|
|
1755
|
+
readonly Host: "host";
|
|
1756
|
+
};
|
|
1757
|
+
export type CreateProjectHasProjectsResponse200Type = ClosedEnum<typeof CreateProjectHasProjectsResponse200Type>;
|
|
1758
|
+
export type CreateProjectHasProjectsResponse200Value = {
|
|
1759
|
+
eq: string;
|
|
1760
|
+
};
|
|
1761
|
+
export type CreateProjectHasProjects2 = {
|
|
1762
|
+
type: CreateProjectHasProjectsResponse200Type;
|
|
1763
|
+
value: CreateProjectHasProjectsResponse200Value;
|
|
1764
|
+
};
|
|
1765
|
+
export declare const CreateProjectHasProjectsResponseType: {
|
|
1766
|
+
readonly Header: "header";
|
|
1767
|
+
};
|
|
1768
|
+
export type CreateProjectHasProjectsResponseType = ClosedEnum<typeof CreateProjectHasProjectsResponseType>;
|
|
1769
|
+
export declare const CreateProjectHasProjectsKey: {
|
|
1770
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
1771
|
+
};
|
|
1772
|
+
export type CreateProjectHasProjectsKey = ClosedEnum<typeof CreateProjectHasProjectsKey>;
|
|
1773
|
+
export type CreateProjectHasProjectsResponseValue = {
|
|
1774
|
+
eq: string;
|
|
1775
|
+
};
|
|
1776
|
+
export type CreateProjectHasProjects1 = {
|
|
1777
|
+
type: CreateProjectHasProjectsResponseType;
|
|
1778
|
+
key: CreateProjectHasProjectsKey;
|
|
1779
|
+
value: CreateProjectHasProjectsResponseValue;
|
|
1780
|
+
};
|
|
1781
|
+
export type CreateProjectRouteProjectsHas = CreateProjectHasProjects1 | CreateProjectHasProjects2;
|
|
1782
|
+
export declare const CreateProjectRouteProjectsAction: {
|
|
1783
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
1784
|
+
};
|
|
1785
|
+
export type CreateProjectRouteProjectsAction = ClosedEnum<typeof CreateProjectRouteProjectsAction>;
|
|
1786
|
+
export type CreateProjectRouteProjectsMitigate = {
|
|
1787
|
+
action: CreateProjectRouteProjectsAction;
|
|
1788
|
+
};
|
|
1789
|
+
export type CreateProjectRouteProjects2 = {
|
|
1790
|
+
has: Array<CreateProjectHasProjects1 | CreateProjectHasProjects2>;
|
|
1791
|
+
mitigate: CreateProjectRouteProjectsMitigate;
|
|
1792
|
+
src?: string | undefined;
|
|
1793
|
+
};
|
|
1794
|
+
export type CreateProjectRouteProjects1 = {
|
|
1795
|
+
src: string;
|
|
1796
|
+
status: number;
|
|
1797
|
+
};
|
|
1798
|
+
export type CreateProjectBlockHistoryProjectsRoute = CreateProjectRouteProjects1 | CreateProjectRouteProjects2;
|
|
1799
|
+
export type CreateProjectBlockHistory4 = {
|
|
1800
|
+
action: CreateProjectBlockHistoryProjectsResponse200Action;
|
|
1801
|
+
route: CreateProjectRouteProjects1 | CreateProjectRouteProjects2;
|
|
1802
|
+
statusCode?: number | undefined;
|
|
1803
|
+
createdAt: number;
|
|
1804
|
+
caseId?: string | undefined;
|
|
1805
|
+
actor?: string | undefined;
|
|
1806
|
+
comment?: string | undefined;
|
|
1807
|
+
isCascading?: boolean | undefined;
|
|
1808
|
+
};
|
|
1809
|
+
export declare const CreateProjectBlockHistoryProjectsResponseAction: {
|
|
1810
|
+
readonly RouteBlocked: "route-blocked";
|
|
1811
|
+
};
|
|
1812
|
+
export type CreateProjectBlockHistoryProjectsResponseAction = ClosedEnum<typeof CreateProjectBlockHistoryProjectsResponseAction>;
|
|
1813
|
+
export declare const CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType: {
|
|
1814
|
+
readonly Host: "host";
|
|
1815
|
+
};
|
|
1816
|
+
export type CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
1817
|
+
export type CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue = {
|
|
1818
|
+
eq: string;
|
|
1819
|
+
};
|
|
1820
|
+
export type CreateProjectHasProjectsResponse2 = {
|
|
1821
|
+
type: CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType;
|
|
1822
|
+
value: CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue;
|
|
1823
|
+
};
|
|
1824
|
+
export declare const CreateProjectHasProjectsResponse200ApplicationJSONType: {
|
|
1825
|
+
readonly Header: "header";
|
|
1826
|
+
};
|
|
1827
|
+
export type CreateProjectHasProjectsResponse200ApplicationJSONType = ClosedEnum<typeof CreateProjectHasProjectsResponse200ApplicationJSONType>;
|
|
1828
|
+
export declare const CreateProjectHasKey: {
|
|
1829
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
1830
|
+
};
|
|
1831
|
+
export type CreateProjectHasKey = ClosedEnum<typeof CreateProjectHasKey>;
|
|
1832
|
+
export type CreateProjectHasProjectsResponse200ApplicationJSONValue = {
|
|
1833
|
+
eq: string;
|
|
1834
|
+
};
|
|
1835
|
+
export type CreateProjectHasProjectsResponse1 = {
|
|
1836
|
+
type: CreateProjectHasProjectsResponse200ApplicationJSONType;
|
|
1837
|
+
key: CreateProjectHasKey;
|
|
1838
|
+
value: CreateProjectHasProjectsResponse200ApplicationJSONValue;
|
|
1839
|
+
};
|
|
1840
|
+
export type CreateProjectRouteHas = CreateProjectHasProjectsResponse1 | CreateProjectHasProjectsResponse2;
|
|
1841
|
+
export declare const CreateProjectRouteAction: {
|
|
1842
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
1843
|
+
};
|
|
1844
|
+
export type CreateProjectRouteAction = ClosedEnum<typeof CreateProjectRouteAction>;
|
|
1845
|
+
export type CreateProjectRouteMitigate = {
|
|
1846
|
+
action: CreateProjectRouteAction;
|
|
1847
|
+
};
|
|
1848
|
+
export type CreateProjectRoute2 = {
|
|
1849
|
+
has: Array<CreateProjectHasProjectsResponse1 | CreateProjectHasProjectsResponse2>;
|
|
1850
|
+
mitigate: CreateProjectRouteMitigate;
|
|
1851
|
+
src?: string | undefined;
|
|
1852
|
+
};
|
|
1853
|
+
export type CreateProjectRoute1 = {
|
|
1854
|
+
src: string;
|
|
1855
|
+
status: number;
|
|
1856
|
+
};
|
|
1857
|
+
export type CreateProjectBlockHistoryRoute = CreateProjectRoute1 | CreateProjectRoute2;
|
|
1858
|
+
export type CreateProjectBlockHistory3 = {
|
|
1859
|
+
action: CreateProjectBlockHistoryProjectsResponseAction;
|
|
1860
|
+
route: CreateProjectRoute1 | CreateProjectRoute2;
|
|
1861
|
+
reason: string;
|
|
1862
|
+
createdAt: number;
|
|
1863
|
+
caseId?: string | undefined;
|
|
1864
|
+
actor?: string | undefined;
|
|
1865
|
+
comment?: string | undefined;
|
|
1866
|
+
isCascading?: boolean | undefined;
|
|
1867
|
+
};
|
|
1868
|
+
export declare const CreateProjectBlockHistoryProjectsAction: {
|
|
1869
|
+
readonly Unblocked: "unblocked";
|
|
1870
|
+
};
|
|
1871
|
+
export type CreateProjectBlockHistoryProjectsAction = ClosedEnum<typeof CreateProjectBlockHistoryProjectsAction>;
|
|
1872
|
+
export type CreateProjectBlockHistory2 = {
|
|
1873
|
+
action: CreateProjectBlockHistoryProjectsAction;
|
|
1874
|
+
createdAt: number;
|
|
1875
|
+
caseId?: string | undefined;
|
|
1876
|
+
actor?: string | undefined;
|
|
1877
|
+
comment?: string | undefined;
|
|
1878
|
+
isCascading?: boolean | undefined;
|
|
1879
|
+
};
|
|
1880
|
+
export declare const CreateProjectBlockHistoryAction: {
|
|
1881
|
+
readonly Blocked: "blocked";
|
|
1882
|
+
};
|
|
1883
|
+
export type CreateProjectBlockHistoryAction = ClosedEnum<typeof CreateProjectBlockHistoryAction>;
|
|
1884
|
+
export type CreateProjectBlockHistory1 = {
|
|
1885
|
+
action: CreateProjectBlockHistoryAction;
|
|
1886
|
+
reason: string;
|
|
1887
|
+
statusCode: number;
|
|
1888
|
+
createdAt: number;
|
|
1889
|
+
caseId?: string | undefined;
|
|
1890
|
+
actor?: string | undefined;
|
|
1891
|
+
comment?: string | undefined;
|
|
1892
|
+
isCascading?: boolean | undefined;
|
|
1893
|
+
};
|
|
1894
|
+
export type CreateProjectBlockHistory = CreateProjectBlockHistory1 | CreateProjectBlockHistory3 | CreateProjectBlockHistory4 | CreateProjectBlockHistory2;
|
|
1895
|
+
export type CreateProjectAbuse = {
|
|
1896
|
+
scanner?: string | undefined;
|
|
1897
|
+
history: Array<CreateProjectHistory>;
|
|
1898
|
+
updatedAt: number;
|
|
1899
|
+
block?: CreateProjectBlock | undefined;
|
|
1900
|
+
blockHistory?: Array<CreateProjectBlockHistory1 | CreateProjectBlockHistory3 | CreateProjectBlockHistory4 | CreateProjectBlockHistory2> | undefined;
|
|
1901
|
+
};
|
|
1902
|
+
export declare const CreateProjectHasProjectsType: {
|
|
1903
|
+
readonly Host: "host";
|
|
1904
|
+
};
|
|
1905
|
+
export type CreateProjectHasProjectsType = ClosedEnum<typeof CreateProjectHasProjectsType>;
|
|
1906
|
+
export type CreateProjectHasProjectsValue = {
|
|
1907
|
+
eq: string;
|
|
1908
|
+
};
|
|
1909
|
+
export type CreateProjectHas2 = {
|
|
1910
|
+
type: CreateProjectHasProjectsType;
|
|
1911
|
+
value: CreateProjectHasProjectsValue;
|
|
1912
|
+
};
|
|
1913
|
+
export declare const CreateProjectHasType: {
|
|
1914
|
+
readonly Header: "header";
|
|
1915
|
+
};
|
|
1916
|
+
export type CreateProjectHasType = ClosedEnum<typeof CreateProjectHasType>;
|
|
1917
|
+
export declare const HasKey: {
|
|
1918
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
1919
|
+
};
|
|
1920
|
+
export type HasKey = ClosedEnum<typeof HasKey>;
|
|
1921
|
+
export type CreateProjectHasValue = {
|
|
1922
|
+
eq: string;
|
|
1923
|
+
};
|
|
1924
|
+
export type CreateProjectHas1 = {
|
|
1925
|
+
type: CreateProjectHasType;
|
|
1926
|
+
key: HasKey;
|
|
1927
|
+
value: CreateProjectHasValue;
|
|
1928
|
+
};
|
|
1929
|
+
export type InternalRoutesHas = CreateProjectHas1 | CreateProjectHas2;
|
|
1930
|
+
export declare const CreateProjectInternalRoutesAction: {
|
|
1931
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
1932
|
+
};
|
|
1933
|
+
export type CreateProjectInternalRoutesAction = ClosedEnum<typeof CreateProjectInternalRoutesAction>;
|
|
1934
|
+
export type InternalRoutesMitigate = {
|
|
1935
|
+
action: CreateProjectInternalRoutesAction;
|
|
1936
|
+
};
|
|
1937
|
+
export type CreateProjectInternalRoutes2 = {
|
|
1938
|
+
has: Array<CreateProjectHas1 | CreateProjectHas2>;
|
|
1939
|
+
mitigate: InternalRoutesMitigate;
|
|
1940
|
+
src?: string | undefined;
|
|
1941
|
+
};
|
|
1942
|
+
export type CreateProjectInternalRoutes1 = {
|
|
1943
|
+
src: string;
|
|
1944
|
+
status: number;
|
|
1945
|
+
};
|
|
1946
|
+
export type CreateProjectInternalRoutes = CreateProjectInternalRoutes1 | CreateProjectInternalRoutes2;
|
|
1725
1947
|
/**
|
|
1726
1948
|
* The project was successfuly created
|
|
1727
1949
|
*/
|
|
@@ -1757,7 +1979,7 @@ export type CreateProjectResponseBody = {
|
|
|
1757
1979
|
id: string;
|
|
1758
1980
|
ipBuckets?: Array<CreateProjectIpBuckets> | undefined;
|
|
1759
1981
|
latestDeployments?: Array<CreateProjectLatestDeployments> | undefined;
|
|
1760
|
-
link?:
|
|
1982
|
+
link?: CreateProjectLink4 | CreateProjectLink5 | CreateProjectLink3 | CreateProjectLink1 | CreateProjectLink2 | undefined;
|
|
1761
1983
|
microfrontends?: CreateProjectMicrofrontends1 | CreateProjectMicrofrontends2 | undefined;
|
|
1762
1984
|
name: string;
|
|
1763
1985
|
nodeVersion: CreateProjectNodeVersion;
|
|
@@ -1813,6 +2035,8 @@ export type CreateProjectResponseBody = {
|
|
|
1813
2035
|
tier?: CreateProjectTier | undefined;
|
|
1814
2036
|
features?: CreateProjectFeatures | undefined;
|
|
1815
2037
|
v0?: boolean | undefined;
|
|
2038
|
+
abuse?: CreateProjectAbuse | undefined;
|
|
2039
|
+
internalRoutes?: Array<CreateProjectInternalRoutes1 | CreateProjectInternalRoutes2> | undefined;
|
|
1816
2040
|
};
|
|
1817
2041
|
/** @internal */
|
|
1818
2042
|
export declare const Target2$inboundSchema: z.ZodNativeEnum<typeof Target2>;
|
|
@@ -1983,6 +2207,7 @@ export declare namespace CreateProjectFramework$ {
|
|
|
1983
2207
|
readonly Vitepress: "vitepress";
|
|
1984
2208
|
readonly Vuepress: "vuepress";
|
|
1985
2209
|
readonly Parcel: "parcel";
|
|
2210
|
+
readonly Fastapi: "fastapi";
|
|
1986
2211
|
readonly Fasthtml: "fasthtml";
|
|
1987
2212
|
readonly SanityV3: "sanity-v3";
|
|
1988
2213
|
readonly Sanity: "sanity";
|
|
@@ -2036,6 +2261,7 @@ export declare namespace CreateProjectFramework$ {
|
|
|
2036
2261
|
readonly Vitepress: "vitepress";
|
|
2037
2262
|
readonly Vuepress: "vuepress";
|
|
2038
2263
|
readonly Parcel: "parcel";
|
|
2264
|
+
readonly Fastapi: "fastapi";
|
|
2039
2265
|
readonly Fasthtml: "fasthtml";
|
|
2040
2266
|
readonly SanityV3: "sanity-v3";
|
|
2041
2267
|
readonly Sanity: "sanity";
|
|
@@ -3583,6 +3809,7 @@ export declare namespace CreateProjectProjectsFramework$ {
|
|
|
3583
3809
|
readonly Vitepress: "vitepress";
|
|
3584
3810
|
readonly Vuepress: "vuepress";
|
|
3585
3811
|
readonly Parcel: "parcel";
|
|
3812
|
+
readonly Fastapi: "fastapi";
|
|
3586
3813
|
readonly Fasthtml: "fasthtml";
|
|
3587
3814
|
readonly SanityV3: "sanity-v3";
|
|
3588
3815
|
readonly Sanity: "sanity";
|
|
@@ -3636,6 +3863,7 @@ export declare namespace CreateProjectProjectsFramework$ {
|
|
|
3636
3863
|
readonly Vitepress: "vitepress";
|
|
3637
3864
|
readonly Vuepress: "vuepress";
|
|
3638
3865
|
readonly Parcel: "parcel";
|
|
3866
|
+
readonly Fastapi: "fastapi";
|
|
3639
3867
|
readonly Fasthtml: "fasthtml";
|
|
3640
3868
|
readonly SanityV3: "sanity-v3";
|
|
3641
3869
|
readonly Sanity: "sanity";
|
|
@@ -4043,11 +4271,11 @@ export declare const CreateProjectLinkProjectsResponse200ApplicationJSONType$out
|
|
|
4043
4271
|
export declare namespace CreateProjectLinkProjectsResponse200ApplicationJSONType$ {
|
|
4044
4272
|
/** @deprecated use `CreateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
4045
4273
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4046
|
-
readonly
|
|
4274
|
+
readonly Bitbucket: "bitbucket";
|
|
4047
4275
|
}>;
|
|
4048
4276
|
/** @deprecated use `CreateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
4049
4277
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4050
|
-
readonly
|
|
4278
|
+
readonly Bitbucket: "bitbucket";
|
|
4051
4279
|
}>;
|
|
4052
4280
|
}
|
|
4053
4281
|
/** @internal */
|
|
@@ -4080,12 +4308,12 @@ export declare function createProjectLinkProjectsResponse200ApplicationJSONDeplo
|
|
|
4080
4308
|
export declare const CreateProjectLink5$inboundSchema: z.ZodType<CreateProjectLink5, z.ZodTypeDef, unknown>;
|
|
4081
4309
|
/** @internal */
|
|
4082
4310
|
export type CreateProjectLink5$Outbound = {
|
|
4083
|
-
|
|
4084
|
-
|
|
4085
|
-
|
|
4086
|
-
repoId?: number | undefined;
|
|
4311
|
+
name: string;
|
|
4312
|
+
slug: string;
|
|
4313
|
+
owner: string;
|
|
4087
4314
|
type: string;
|
|
4088
|
-
|
|
4315
|
+
uuid: string;
|
|
4316
|
+
workspaceUuid: string;
|
|
4089
4317
|
createdAt?: number | undefined;
|
|
4090
4318
|
deployHooks: Array<CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound>;
|
|
4091
4319
|
gitCredentialId: string;
|
|
@@ -4120,11 +4348,11 @@ export declare const CreateProjectLinkProjectsResponse200Type$outboundSchema: z.
|
|
|
4120
4348
|
export declare namespace CreateProjectLinkProjectsResponse200Type$ {
|
|
4121
4349
|
/** @deprecated use `CreateProjectLinkProjectsResponse200Type$inboundSchema` instead. */
|
|
4122
4350
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4123
|
-
readonly
|
|
4351
|
+
readonly Gitlab: "gitlab";
|
|
4124
4352
|
}>;
|
|
4125
4353
|
/** @deprecated use `CreateProjectLinkProjectsResponse200Type$outboundSchema` instead. */
|
|
4126
4354
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4127
|
-
readonly
|
|
4355
|
+
readonly Gitlab: "gitlab";
|
|
4128
4356
|
}>;
|
|
4129
4357
|
}
|
|
4130
4358
|
/** @internal */
|
|
@@ -4157,12 +4385,13 @@ export declare function createProjectLinkProjectsResponse200DeployHooksFromJSON(
|
|
|
4157
4385
|
export declare const CreateProjectLink4$inboundSchema: z.ZodType<CreateProjectLink4, z.ZodTypeDef, unknown>;
|
|
4158
4386
|
/** @internal */
|
|
4159
4387
|
export type CreateProjectLink4$Outbound = {
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4388
|
+
projectId: string;
|
|
4389
|
+
projectName: string;
|
|
4390
|
+
projectNameWithNamespace: string;
|
|
4391
|
+
projectNamespace: string;
|
|
4392
|
+
projectOwnerId?: number | undefined;
|
|
4393
|
+
projectUrl: string;
|
|
4163
4394
|
type: string;
|
|
4164
|
-
uuid: string;
|
|
4165
|
-
workspaceUuid: string;
|
|
4166
4395
|
createdAt?: number | undefined;
|
|
4167
4396
|
deployHooks: Array<CreateProjectLinkProjectsResponse200DeployHooks$Outbound>;
|
|
4168
4397
|
gitCredentialId: string;
|
|
@@ -4197,11 +4426,11 @@ export declare const CreateProjectLinkProjectsResponseType$outboundSchema: z.Zod
|
|
|
4197
4426
|
export declare namespace CreateProjectLinkProjectsResponseType$ {
|
|
4198
4427
|
/** @deprecated use `CreateProjectLinkProjectsResponseType$inboundSchema` instead. */
|
|
4199
4428
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4200
|
-
readonly
|
|
4429
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
4201
4430
|
}>;
|
|
4202
4431
|
/** @deprecated use `CreateProjectLinkProjectsResponseType$outboundSchema` instead. */
|
|
4203
4432
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4204
|
-
readonly
|
|
4433
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
4205
4434
|
}>;
|
|
4206
4435
|
}
|
|
4207
4436
|
/** @internal */
|
|
@@ -4234,13 +4463,12 @@ export declare function createProjectLinkProjectsResponseDeployHooksFromJSON(jso
|
|
|
4234
4463
|
export declare const CreateProjectLink3$inboundSchema: z.ZodType<CreateProjectLink3, z.ZodTypeDef, unknown>;
|
|
4235
4464
|
/** @internal */
|
|
4236
4465
|
export type CreateProjectLink3$Outbound = {
|
|
4237
|
-
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
|
|
4241
|
-
projectOwnerId?: number | undefined;
|
|
4242
|
-
projectUrl: string;
|
|
4466
|
+
org: string;
|
|
4467
|
+
repoOwnerId?: number | undefined;
|
|
4468
|
+
repo?: string | undefined;
|
|
4469
|
+
repoId?: number | undefined;
|
|
4243
4470
|
type: string;
|
|
4471
|
+
host: string;
|
|
4244
4472
|
createdAt?: number | undefined;
|
|
4245
4473
|
deployHooks: Array<CreateProjectLinkProjectsResponseDeployHooks$Outbound>;
|
|
4246
4474
|
gitCredentialId: string;
|
|
@@ -4419,7 +4647,7 @@ export declare function createProjectLink1FromJSON(jsonString: string): SafePars
|
|
|
4419
4647
|
/** @internal */
|
|
4420
4648
|
export declare const CreateProjectLink$inboundSchema: z.ZodType<CreateProjectLink, z.ZodTypeDef, unknown>;
|
|
4421
4649
|
/** @internal */
|
|
4422
|
-
export type CreateProjectLink$Outbound =
|
|
4650
|
+
export type CreateProjectLink$Outbound = CreateProjectLink4$Outbound | CreateProjectLink5$Outbound | CreateProjectLink3$Outbound | CreateProjectLink1$Outbound | CreateProjectLink2$Outbound;
|
|
4423
4651
|
/** @internal */
|
|
4424
4652
|
export declare const CreateProjectLink$outboundSchema: z.ZodType<CreateProjectLink$Outbound, z.ZodTypeDef, CreateProjectLink>;
|
|
4425
4653
|
/**
|
|
@@ -5364,6 +5592,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
5364
5592
|
jobGlobal?: Array<string> | undefined;
|
|
5365
5593
|
drain?: Array<string> | undefined;
|
|
5366
5594
|
logDrain?: Array<string> | undefined;
|
|
5595
|
+
traceDrain?: Array<string> | undefined;
|
|
5367
5596
|
Monitoring?: Array<string> | undefined;
|
|
5368
5597
|
monitoringSettings?: Array<string> | undefined;
|
|
5369
5598
|
monitoringQuery?: Array<string> | undefined;
|
|
@@ -5384,6 +5613,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
5384
5613
|
notificationCustomerBudget?: Array<string> | undefined;
|
|
5385
5614
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
5386
5615
|
observabilityConfiguration?: Array<string> | undefined;
|
|
5616
|
+
alerts?: Array<string> | undefined;
|
|
5387
5617
|
observabilityNotebook?: Array<string> | undefined;
|
|
5388
5618
|
observabilityFunnel?: Array<string> | undefined;
|
|
5389
5619
|
openTelemetryEndpoint?: Array<string> | undefined;
|
|
@@ -5913,21 +6143,21 @@ export declare namespace CreateProjectWebAnalytics$ {
|
|
|
5913
6143
|
export declare function createProjectWebAnalyticsToJSON(createProjectWebAnalytics: CreateProjectWebAnalytics): string;
|
|
5914
6144
|
export declare function createProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<CreateProjectWebAnalytics, SDKValidationError>;
|
|
5915
6145
|
/** @internal */
|
|
5916
|
-
export declare const
|
|
6146
|
+
export declare const CreateProjectProjectsResponse200Action$inboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200Action>;
|
|
5917
6147
|
/** @internal */
|
|
5918
|
-
export declare const
|
|
6148
|
+
export declare const CreateProjectProjectsResponse200Action$outboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200Action>;
|
|
5919
6149
|
/**
|
|
5920
6150
|
* @internal
|
|
5921
6151
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5922
6152
|
*/
|
|
5923
|
-
export declare namespace
|
|
5924
|
-
/** @deprecated use `
|
|
6153
|
+
export declare namespace CreateProjectProjectsResponse200Action$ {
|
|
6154
|
+
/** @deprecated use `CreateProjectProjectsResponse200Action$inboundSchema` instead. */
|
|
5925
6155
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5926
6156
|
readonly Log: "log";
|
|
5927
6157
|
readonly Challenge: "challenge";
|
|
5928
6158
|
readonly Deny: "deny";
|
|
5929
6159
|
}>;
|
|
5930
|
-
/** @deprecated use `
|
|
6160
|
+
/** @deprecated use `CreateProjectProjectsResponse200Action$outboundSchema` instead. */
|
|
5931
6161
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5932
6162
|
readonly Log: "log";
|
|
5933
6163
|
readonly Challenge: "challenge";
|
|
@@ -6192,6 +6422,1127 @@ export declare namespace CreateProjectFeatures$ {
|
|
|
6192
6422
|
export declare function createProjectFeaturesToJSON(createProjectFeatures: CreateProjectFeatures): string;
|
|
6193
6423
|
export declare function createProjectFeaturesFromJSON(jsonString: string): SafeParseResult<CreateProjectFeatures, SDKValidationError>;
|
|
6194
6424
|
/** @internal */
|
|
6425
|
+
export declare const CreateProjectHistory$inboundSchema: z.ZodType<CreateProjectHistory, z.ZodTypeDef, unknown>;
|
|
6426
|
+
/** @internal */
|
|
6427
|
+
export type CreateProjectHistory$Outbound = {
|
|
6428
|
+
scanner: string;
|
|
6429
|
+
reason: string;
|
|
6430
|
+
by: string;
|
|
6431
|
+
byId: string;
|
|
6432
|
+
at: number;
|
|
6433
|
+
};
|
|
6434
|
+
/** @internal */
|
|
6435
|
+
export declare const CreateProjectHistory$outboundSchema: z.ZodType<CreateProjectHistory$Outbound, z.ZodTypeDef, CreateProjectHistory>;
|
|
6436
|
+
/**
|
|
6437
|
+
* @internal
|
|
6438
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6439
|
+
*/
|
|
6440
|
+
export declare namespace CreateProjectHistory$ {
|
|
6441
|
+
/** @deprecated use `CreateProjectHistory$inboundSchema` instead. */
|
|
6442
|
+
const inboundSchema: z.ZodType<CreateProjectHistory, z.ZodTypeDef, unknown>;
|
|
6443
|
+
/** @deprecated use `CreateProjectHistory$outboundSchema` instead. */
|
|
6444
|
+
const outboundSchema: z.ZodType<CreateProjectHistory$Outbound, z.ZodTypeDef, CreateProjectHistory>;
|
|
6445
|
+
/** @deprecated use `CreateProjectHistory$Outbound` instead. */
|
|
6446
|
+
type Outbound = CreateProjectHistory$Outbound;
|
|
6447
|
+
}
|
|
6448
|
+
export declare function createProjectHistoryToJSON(createProjectHistory: CreateProjectHistory): string;
|
|
6449
|
+
export declare function createProjectHistoryFromJSON(jsonString: string): SafeParseResult<CreateProjectHistory, SDKValidationError>;
|
|
6450
|
+
/** @internal */
|
|
6451
|
+
export declare const CreateProjectAction$inboundSchema: z.ZodNativeEnum<typeof CreateProjectAction>;
|
|
6452
|
+
/** @internal */
|
|
6453
|
+
export declare const CreateProjectAction$outboundSchema: z.ZodNativeEnum<typeof CreateProjectAction>;
|
|
6454
|
+
/**
|
|
6455
|
+
* @internal
|
|
6456
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6457
|
+
*/
|
|
6458
|
+
export declare namespace CreateProjectAction$ {
|
|
6459
|
+
/** @deprecated use `CreateProjectAction$inboundSchema` instead. */
|
|
6460
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6461
|
+
readonly Blocked: "blocked";
|
|
6462
|
+
}>;
|
|
6463
|
+
/** @deprecated use `CreateProjectAction$outboundSchema` instead. */
|
|
6464
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6465
|
+
readonly Blocked: "blocked";
|
|
6466
|
+
}>;
|
|
6467
|
+
}
|
|
6468
|
+
/** @internal */
|
|
6469
|
+
export declare const CreateProjectBlock$inboundSchema: z.ZodType<CreateProjectBlock, z.ZodTypeDef, unknown>;
|
|
6470
|
+
/** @internal */
|
|
6471
|
+
export type CreateProjectBlock$Outbound = {
|
|
6472
|
+
action: string;
|
|
6473
|
+
reason: string;
|
|
6474
|
+
statusCode: number;
|
|
6475
|
+
createdAt: number;
|
|
6476
|
+
caseId?: string | undefined;
|
|
6477
|
+
actor?: string | undefined;
|
|
6478
|
+
comment?: string | undefined;
|
|
6479
|
+
isCascading?: boolean | undefined;
|
|
6480
|
+
};
|
|
6481
|
+
/** @internal */
|
|
6482
|
+
export declare const CreateProjectBlock$outboundSchema: z.ZodType<CreateProjectBlock$Outbound, z.ZodTypeDef, CreateProjectBlock>;
|
|
6483
|
+
/**
|
|
6484
|
+
* @internal
|
|
6485
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6486
|
+
*/
|
|
6487
|
+
export declare namespace CreateProjectBlock$ {
|
|
6488
|
+
/** @deprecated use `CreateProjectBlock$inboundSchema` instead. */
|
|
6489
|
+
const inboundSchema: z.ZodType<CreateProjectBlock, z.ZodTypeDef, unknown>;
|
|
6490
|
+
/** @deprecated use `CreateProjectBlock$outboundSchema` instead. */
|
|
6491
|
+
const outboundSchema: z.ZodType<CreateProjectBlock$Outbound, z.ZodTypeDef, CreateProjectBlock>;
|
|
6492
|
+
/** @deprecated use `CreateProjectBlock$Outbound` instead. */
|
|
6493
|
+
type Outbound = CreateProjectBlock$Outbound;
|
|
6494
|
+
}
|
|
6495
|
+
export declare function createProjectBlockToJSON(createProjectBlock: CreateProjectBlock): string;
|
|
6496
|
+
export declare function createProjectBlockFromJSON(jsonString: string): SafeParseResult<CreateProjectBlock, SDKValidationError>;
|
|
6497
|
+
/** @internal */
|
|
6498
|
+
export declare const CreateProjectBlockHistoryProjectsResponse200Action$inboundSchema: z.ZodNativeEnum<typeof CreateProjectBlockHistoryProjectsResponse200Action>;
|
|
6499
|
+
/** @internal */
|
|
6500
|
+
export declare const CreateProjectBlockHistoryProjectsResponse200Action$outboundSchema: z.ZodNativeEnum<typeof CreateProjectBlockHistoryProjectsResponse200Action>;
|
|
6501
|
+
/**
|
|
6502
|
+
* @internal
|
|
6503
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6504
|
+
*/
|
|
6505
|
+
export declare namespace CreateProjectBlockHistoryProjectsResponse200Action$ {
|
|
6506
|
+
/** @deprecated use `CreateProjectBlockHistoryProjectsResponse200Action$inboundSchema` instead. */
|
|
6507
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6508
|
+
readonly RouteUnblocked: "route-unblocked";
|
|
6509
|
+
}>;
|
|
6510
|
+
/** @deprecated use `CreateProjectBlockHistoryProjectsResponse200Action$outboundSchema` instead. */
|
|
6511
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6512
|
+
readonly RouteUnblocked: "route-unblocked";
|
|
6513
|
+
}>;
|
|
6514
|
+
}
|
|
6515
|
+
/** @internal */
|
|
6516
|
+
export declare const CreateProjectHasProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsResponse200Type>;
|
|
6517
|
+
/** @internal */
|
|
6518
|
+
export declare const CreateProjectHasProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsResponse200Type>;
|
|
6519
|
+
/**
|
|
6520
|
+
* @internal
|
|
6521
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6522
|
+
*/
|
|
6523
|
+
export declare namespace CreateProjectHasProjectsResponse200Type$ {
|
|
6524
|
+
/** @deprecated use `CreateProjectHasProjectsResponse200Type$inboundSchema` instead. */
|
|
6525
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6526
|
+
readonly Host: "host";
|
|
6527
|
+
}>;
|
|
6528
|
+
/** @deprecated use `CreateProjectHasProjectsResponse200Type$outboundSchema` instead. */
|
|
6529
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6530
|
+
readonly Host: "host";
|
|
6531
|
+
}>;
|
|
6532
|
+
}
|
|
6533
|
+
/** @internal */
|
|
6534
|
+
export declare const CreateProjectHasProjectsResponse200Value$inboundSchema: z.ZodType<CreateProjectHasProjectsResponse200Value, z.ZodTypeDef, unknown>;
|
|
6535
|
+
/** @internal */
|
|
6536
|
+
export type CreateProjectHasProjectsResponse200Value$Outbound = {
|
|
6537
|
+
eq: string;
|
|
6538
|
+
};
|
|
6539
|
+
/** @internal */
|
|
6540
|
+
export declare const CreateProjectHasProjectsResponse200Value$outboundSchema: z.ZodType<CreateProjectHasProjectsResponse200Value$Outbound, z.ZodTypeDef, CreateProjectHasProjectsResponse200Value>;
|
|
6541
|
+
/**
|
|
6542
|
+
* @internal
|
|
6543
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6544
|
+
*/
|
|
6545
|
+
export declare namespace CreateProjectHasProjectsResponse200Value$ {
|
|
6546
|
+
/** @deprecated use `CreateProjectHasProjectsResponse200Value$inboundSchema` instead. */
|
|
6547
|
+
const inboundSchema: z.ZodType<CreateProjectHasProjectsResponse200Value, z.ZodTypeDef, unknown>;
|
|
6548
|
+
/** @deprecated use `CreateProjectHasProjectsResponse200Value$outboundSchema` instead. */
|
|
6549
|
+
const outboundSchema: z.ZodType<CreateProjectHasProjectsResponse200Value$Outbound, z.ZodTypeDef, CreateProjectHasProjectsResponse200Value>;
|
|
6550
|
+
/** @deprecated use `CreateProjectHasProjectsResponse200Value$Outbound` instead. */
|
|
6551
|
+
type Outbound = CreateProjectHasProjectsResponse200Value$Outbound;
|
|
6552
|
+
}
|
|
6553
|
+
export declare function createProjectHasProjectsResponse200ValueToJSON(createProjectHasProjectsResponse200Value: CreateProjectHasProjectsResponse200Value): string;
|
|
6554
|
+
export declare function createProjectHasProjectsResponse200ValueFromJSON(jsonString: string): SafeParseResult<CreateProjectHasProjectsResponse200Value, SDKValidationError>;
|
|
6555
|
+
/** @internal */
|
|
6556
|
+
export declare const CreateProjectHasProjects2$inboundSchema: z.ZodType<CreateProjectHasProjects2, z.ZodTypeDef, unknown>;
|
|
6557
|
+
/** @internal */
|
|
6558
|
+
export type CreateProjectHasProjects2$Outbound = {
|
|
6559
|
+
type: string;
|
|
6560
|
+
value: CreateProjectHasProjectsResponse200Value$Outbound;
|
|
6561
|
+
};
|
|
6562
|
+
/** @internal */
|
|
6563
|
+
export declare const CreateProjectHasProjects2$outboundSchema: z.ZodType<CreateProjectHasProjects2$Outbound, z.ZodTypeDef, CreateProjectHasProjects2>;
|
|
6564
|
+
/**
|
|
6565
|
+
* @internal
|
|
6566
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6567
|
+
*/
|
|
6568
|
+
export declare namespace CreateProjectHasProjects2$ {
|
|
6569
|
+
/** @deprecated use `CreateProjectHasProjects2$inboundSchema` instead. */
|
|
6570
|
+
const inboundSchema: z.ZodType<CreateProjectHasProjects2, z.ZodTypeDef, unknown>;
|
|
6571
|
+
/** @deprecated use `CreateProjectHasProjects2$outboundSchema` instead. */
|
|
6572
|
+
const outboundSchema: z.ZodType<CreateProjectHasProjects2$Outbound, z.ZodTypeDef, CreateProjectHasProjects2>;
|
|
6573
|
+
/** @deprecated use `CreateProjectHasProjects2$Outbound` instead. */
|
|
6574
|
+
type Outbound = CreateProjectHasProjects2$Outbound;
|
|
6575
|
+
}
|
|
6576
|
+
export declare function createProjectHasProjects2ToJSON(createProjectHasProjects2: CreateProjectHasProjects2): string;
|
|
6577
|
+
export declare function createProjectHasProjects2FromJSON(jsonString: string): SafeParseResult<CreateProjectHasProjects2, SDKValidationError>;
|
|
6578
|
+
/** @internal */
|
|
6579
|
+
export declare const CreateProjectHasProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsResponseType>;
|
|
6580
|
+
/** @internal */
|
|
6581
|
+
export declare const CreateProjectHasProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsResponseType>;
|
|
6582
|
+
/**
|
|
6583
|
+
* @internal
|
|
6584
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6585
|
+
*/
|
|
6586
|
+
export declare namespace CreateProjectHasProjectsResponseType$ {
|
|
6587
|
+
/** @deprecated use `CreateProjectHasProjectsResponseType$inboundSchema` instead. */
|
|
6588
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6589
|
+
readonly Header: "header";
|
|
6590
|
+
}>;
|
|
6591
|
+
/** @deprecated use `CreateProjectHasProjectsResponseType$outboundSchema` instead. */
|
|
6592
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6593
|
+
readonly Header: "header";
|
|
6594
|
+
}>;
|
|
6595
|
+
}
|
|
6596
|
+
/** @internal */
|
|
6597
|
+
export declare const CreateProjectHasProjectsKey$inboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsKey>;
|
|
6598
|
+
/** @internal */
|
|
6599
|
+
export declare const CreateProjectHasProjectsKey$outboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsKey>;
|
|
6600
|
+
/**
|
|
6601
|
+
* @internal
|
|
6602
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6603
|
+
*/
|
|
6604
|
+
export declare namespace CreateProjectHasProjectsKey$ {
|
|
6605
|
+
/** @deprecated use `CreateProjectHasProjectsKey$inboundSchema` instead. */
|
|
6606
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6607
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
6608
|
+
}>;
|
|
6609
|
+
/** @deprecated use `CreateProjectHasProjectsKey$outboundSchema` instead. */
|
|
6610
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6611
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
6612
|
+
}>;
|
|
6613
|
+
}
|
|
6614
|
+
/** @internal */
|
|
6615
|
+
export declare const CreateProjectHasProjectsResponseValue$inboundSchema: z.ZodType<CreateProjectHasProjectsResponseValue, z.ZodTypeDef, unknown>;
|
|
6616
|
+
/** @internal */
|
|
6617
|
+
export type CreateProjectHasProjectsResponseValue$Outbound = {
|
|
6618
|
+
eq: string;
|
|
6619
|
+
};
|
|
6620
|
+
/** @internal */
|
|
6621
|
+
export declare const CreateProjectHasProjectsResponseValue$outboundSchema: z.ZodType<CreateProjectHasProjectsResponseValue$Outbound, z.ZodTypeDef, CreateProjectHasProjectsResponseValue>;
|
|
6622
|
+
/**
|
|
6623
|
+
* @internal
|
|
6624
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6625
|
+
*/
|
|
6626
|
+
export declare namespace CreateProjectHasProjectsResponseValue$ {
|
|
6627
|
+
/** @deprecated use `CreateProjectHasProjectsResponseValue$inboundSchema` instead. */
|
|
6628
|
+
const inboundSchema: z.ZodType<CreateProjectHasProjectsResponseValue, z.ZodTypeDef, unknown>;
|
|
6629
|
+
/** @deprecated use `CreateProjectHasProjectsResponseValue$outboundSchema` instead. */
|
|
6630
|
+
const outboundSchema: z.ZodType<CreateProjectHasProjectsResponseValue$Outbound, z.ZodTypeDef, CreateProjectHasProjectsResponseValue>;
|
|
6631
|
+
/** @deprecated use `CreateProjectHasProjectsResponseValue$Outbound` instead. */
|
|
6632
|
+
type Outbound = CreateProjectHasProjectsResponseValue$Outbound;
|
|
6633
|
+
}
|
|
6634
|
+
export declare function createProjectHasProjectsResponseValueToJSON(createProjectHasProjectsResponseValue: CreateProjectHasProjectsResponseValue): string;
|
|
6635
|
+
export declare function createProjectHasProjectsResponseValueFromJSON(jsonString: string): SafeParseResult<CreateProjectHasProjectsResponseValue, SDKValidationError>;
|
|
6636
|
+
/** @internal */
|
|
6637
|
+
export declare const CreateProjectHasProjects1$inboundSchema: z.ZodType<CreateProjectHasProjects1, z.ZodTypeDef, unknown>;
|
|
6638
|
+
/** @internal */
|
|
6639
|
+
export type CreateProjectHasProjects1$Outbound = {
|
|
6640
|
+
type: string;
|
|
6641
|
+
key: string;
|
|
6642
|
+
value: CreateProjectHasProjectsResponseValue$Outbound;
|
|
6643
|
+
};
|
|
6644
|
+
/** @internal */
|
|
6645
|
+
export declare const CreateProjectHasProjects1$outboundSchema: z.ZodType<CreateProjectHasProjects1$Outbound, z.ZodTypeDef, CreateProjectHasProjects1>;
|
|
6646
|
+
/**
|
|
6647
|
+
* @internal
|
|
6648
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6649
|
+
*/
|
|
6650
|
+
export declare namespace CreateProjectHasProjects1$ {
|
|
6651
|
+
/** @deprecated use `CreateProjectHasProjects1$inboundSchema` instead. */
|
|
6652
|
+
const inboundSchema: z.ZodType<CreateProjectHasProjects1, z.ZodTypeDef, unknown>;
|
|
6653
|
+
/** @deprecated use `CreateProjectHasProjects1$outboundSchema` instead. */
|
|
6654
|
+
const outboundSchema: z.ZodType<CreateProjectHasProjects1$Outbound, z.ZodTypeDef, CreateProjectHasProjects1>;
|
|
6655
|
+
/** @deprecated use `CreateProjectHasProjects1$Outbound` instead. */
|
|
6656
|
+
type Outbound = CreateProjectHasProjects1$Outbound;
|
|
6657
|
+
}
|
|
6658
|
+
export declare function createProjectHasProjects1ToJSON(createProjectHasProjects1: CreateProjectHasProjects1): string;
|
|
6659
|
+
export declare function createProjectHasProjects1FromJSON(jsonString: string): SafeParseResult<CreateProjectHasProjects1, SDKValidationError>;
|
|
6660
|
+
/** @internal */
|
|
6661
|
+
export declare const CreateProjectRouteProjectsHas$inboundSchema: z.ZodType<CreateProjectRouteProjectsHas, z.ZodTypeDef, unknown>;
|
|
6662
|
+
/** @internal */
|
|
6663
|
+
export type CreateProjectRouteProjectsHas$Outbound = CreateProjectHasProjects1$Outbound | CreateProjectHasProjects2$Outbound;
|
|
6664
|
+
/** @internal */
|
|
6665
|
+
export declare const CreateProjectRouteProjectsHas$outboundSchema: z.ZodType<CreateProjectRouteProjectsHas$Outbound, z.ZodTypeDef, CreateProjectRouteProjectsHas>;
|
|
6666
|
+
/**
|
|
6667
|
+
* @internal
|
|
6668
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6669
|
+
*/
|
|
6670
|
+
export declare namespace CreateProjectRouteProjectsHas$ {
|
|
6671
|
+
/** @deprecated use `CreateProjectRouteProjectsHas$inboundSchema` instead. */
|
|
6672
|
+
const inboundSchema: z.ZodType<CreateProjectRouteProjectsHas, z.ZodTypeDef, unknown>;
|
|
6673
|
+
/** @deprecated use `CreateProjectRouteProjectsHas$outboundSchema` instead. */
|
|
6674
|
+
const outboundSchema: z.ZodType<CreateProjectRouteProjectsHas$Outbound, z.ZodTypeDef, CreateProjectRouteProjectsHas>;
|
|
6675
|
+
/** @deprecated use `CreateProjectRouteProjectsHas$Outbound` instead. */
|
|
6676
|
+
type Outbound = CreateProjectRouteProjectsHas$Outbound;
|
|
6677
|
+
}
|
|
6678
|
+
export declare function createProjectRouteProjectsHasToJSON(createProjectRouteProjectsHas: CreateProjectRouteProjectsHas): string;
|
|
6679
|
+
export declare function createProjectRouteProjectsHasFromJSON(jsonString: string): SafeParseResult<CreateProjectRouteProjectsHas, SDKValidationError>;
|
|
6680
|
+
/** @internal */
|
|
6681
|
+
export declare const CreateProjectRouteProjectsAction$inboundSchema: z.ZodNativeEnum<typeof CreateProjectRouteProjectsAction>;
|
|
6682
|
+
/** @internal */
|
|
6683
|
+
export declare const CreateProjectRouteProjectsAction$outboundSchema: z.ZodNativeEnum<typeof CreateProjectRouteProjectsAction>;
|
|
6684
|
+
/**
|
|
6685
|
+
* @internal
|
|
6686
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6687
|
+
*/
|
|
6688
|
+
export declare namespace CreateProjectRouteProjectsAction$ {
|
|
6689
|
+
/** @deprecated use `CreateProjectRouteProjectsAction$inboundSchema` instead. */
|
|
6690
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6691
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
6692
|
+
}>;
|
|
6693
|
+
/** @deprecated use `CreateProjectRouteProjectsAction$outboundSchema` instead. */
|
|
6694
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6695
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
6696
|
+
}>;
|
|
6697
|
+
}
|
|
6698
|
+
/** @internal */
|
|
6699
|
+
export declare const CreateProjectRouteProjectsMitigate$inboundSchema: z.ZodType<CreateProjectRouteProjectsMitigate, z.ZodTypeDef, unknown>;
|
|
6700
|
+
/** @internal */
|
|
6701
|
+
export type CreateProjectRouteProjectsMitigate$Outbound = {
|
|
6702
|
+
action: string;
|
|
6703
|
+
};
|
|
6704
|
+
/** @internal */
|
|
6705
|
+
export declare const CreateProjectRouteProjectsMitigate$outboundSchema: z.ZodType<CreateProjectRouteProjectsMitigate$Outbound, z.ZodTypeDef, CreateProjectRouteProjectsMitigate>;
|
|
6706
|
+
/**
|
|
6707
|
+
* @internal
|
|
6708
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6709
|
+
*/
|
|
6710
|
+
export declare namespace CreateProjectRouteProjectsMitigate$ {
|
|
6711
|
+
/** @deprecated use `CreateProjectRouteProjectsMitigate$inboundSchema` instead. */
|
|
6712
|
+
const inboundSchema: z.ZodType<CreateProjectRouteProjectsMitigate, z.ZodTypeDef, unknown>;
|
|
6713
|
+
/** @deprecated use `CreateProjectRouteProjectsMitigate$outboundSchema` instead. */
|
|
6714
|
+
const outboundSchema: z.ZodType<CreateProjectRouteProjectsMitigate$Outbound, z.ZodTypeDef, CreateProjectRouteProjectsMitigate>;
|
|
6715
|
+
/** @deprecated use `CreateProjectRouteProjectsMitigate$Outbound` instead. */
|
|
6716
|
+
type Outbound = CreateProjectRouteProjectsMitigate$Outbound;
|
|
6717
|
+
}
|
|
6718
|
+
export declare function createProjectRouteProjectsMitigateToJSON(createProjectRouteProjectsMitigate: CreateProjectRouteProjectsMitigate): string;
|
|
6719
|
+
export declare function createProjectRouteProjectsMitigateFromJSON(jsonString: string): SafeParseResult<CreateProjectRouteProjectsMitigate, SDKValidationError>;
|
|
6720
|
+
/** @internal */
|
|
6721
|
+
export declare const CreateProjectRouteProjects2$inboundSchema: z.ZodType<CreateProjectRouteProjects2, z.ZodTypeDef, unknown>;
|
|
6722
|
+
/** @internal */
|
|
6723
|
+
export type CreateProjectRouteProjects2$Outbound = {
|
|
6724
|
+
has: Array<CreateProjectHasProjects1$Outbound | CreateProjectHasProjects2$Outbound>;
|
|
6725
|
+
mitigate: CreateProjectRouteProjectsMitigate$Outbound;
|
|
6726
|
+
src?: string | undefined;
|
|
6727
|
+
};
|
|
6728
|
+
/** @internal */
|
|
6729
|
+
export declare const CreateProjectRouteProjects2$outboundSchema: z.ZodType<CreateProjectRouteProjects2$Outbound, z.ZodTypeDef, CreateProjectRouteProjects2>;
|
|
6730
|
+
/**
|
|
6731
|
+
* @internal
|
|
6732
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6733
|
+
*/
|
|
6734
|
+
export declare namespace CreateProjectRouteProjects2$ {
|
|
6735
|
+
/** @deprecated use `CreateProjectRouteProjects2$inboundSchema` instead. */
|
|
6736
|
+
const inboundSchema: z.ZodType<CreateProjectRouteProjects2, z.ZodTypeDef, unknown>;
|
|
6737
|
+
/** @deprecated use `CreateProjectRouteProjects2$outboundSchema` instead. */
|
|
6738
|
+
const outboundSchema: z.ZodType<CreateProjectRouteProjects2$Outbound, z.ZodTypeDef, CreateProjectRouteProjects2>;
|
|
6739
|
+
/** @deprecated use `CreateProjectRouteProjects2$Outbound` instead. */
|
|
6740
|
+
type Outbound = CreateProjectRouteProjects2$Outbound;
|
|
6741
|
+
}
|
|
6742
|
+
export declare function createProjectRouteProjects2ToJSON(createProjectRouteProjects2: CreateProjectRouteProjects2): string;
|
|
6743
|
+
export declare function createProjectRouteProjects2FromJSON(jsonString: string): SafeParseResult<CreateProjectRouteProjects2, SDKValidationError>;
|
|
6744
|
+
/** @internal */
|
|
6745
|
+
export declare const CreateProjectRouteProjects1$inboundSchema: z.ZodType<CreateProjectRouteProjects1, z.ZodTypeDef, unknown>;
|
|
6746
|
+
/** @internal */
|
|
6747
|
+
export type CreateProjectRouteProjects1$Outbound = {
|
|
6748
|
+
src: string;
|
|
6749
|
+
status: number;
|
|
6750
|
+
};
|
|
6751
|
+
/** @internal */
|
|
6752
|
+
export declare const CreateProjectRouteProjects1$outboundSchema: z.ZodType<CreateProjectRouteProjects1$Outbound, z.ZodTypeDef, CreateProjectRouteProjects1>;
|
|
6753
|
+
/**
|
|
6754
|
+
* @internal
|
|
6755
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6756
|
+
*/
|
|
6757
|
+
export declare namespace CreateProjectRouteProjects1$ {
|
|
6758
|
+
/** @deprecated use `CreateProjectRouteProjects1$inboundSchema` instead. */
|
|
6759
|
+
const inboundSchema: z.ZodType<CreateProjectRouteProjects1, z.ZodTypeDef, unknown>;
|
|
6760
|
+
/** @deprecated use `CreateProjectRouteProjects1$outboundSchema` instead. */
|
|
6761
|
+
const outboundSchema: z.ZodType<CreateProjectRouteProjects1$Outbound, z.ZodTypeDef, CreateProjectRouteProjects1>;
|
|
6762
|
+
/** @deprecated use `CreateProjectRouteProjects1$Outbound` instead. */
|
|
6763
|
+
type Outbound = CreateProjectRouteProjects1$Outbound;
|
|
6764
|
+
}
|
|
6765
|
+
export declare function createProjectRouteProjects1ToJSON(createProjectRouteProjects1: CreateProjectRouteProjects1): string;
|
|
6766
|
+
export declare function createProjectRouteProjects1FromJSON(jsonString: string): SafeParseResult<CreateProjectRouteProjects1, SDKValidationError>;
|
|
6767
|
+
/** @internal */
|
|
6768
|
+
export declare const CreateProjectBlockHistoryProjectsRoute$inboundSchema: z.ZodType<CreateProjectBlockHistoryProjectsRoute, z.ZodTypeDef, unknown>;
|
|
6769
|
+
/** @internal */
|
|
6770
|
+
export type CreateProjectBlockHistoryProjectsRoute$Outbound = CreateProjectRouteProjects1$Outbound | CreateProjectRouteProjects2$Outbound;
|
|
6771
|
+
/** @internal */
|
|
6772
|
+
export declare const CreateProjectBlockHistoryProjectsRoute$outboundSchema: z.ZodType<CreateProjectBlockHistoryProjectsRoute$Outbound, z.ZodTypeDef, CreateProjectBlockHistoryProjectsRoute>;
|
|
6773
|
+
/**
|
|
6774
|
+
* @internal
|
|
6775
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6776
|
+
*/
|
|
6777
|
+
export declare namespace CreateProjectBlockHistoryProjectsRoute$ {
|
|
6778
|
+
/** @deprecated use `CreateProjectBlockHistoryProjectsRoute$inboundSchema` instead. */
|
|
6779
|
+
const inboundSchema: z.ZodType<CreateProjectBlockHistoryProjectsRoute, z.ZodTypeDef, unknown>;
|
|
6780
|
+
/** @deprecated use `CreateProjectBlockHistoryProjectsRoute$outboundSchema` instead. */
|
|
6781
|
+
const outboundSchema: z.ZodType<CreateProjectBlockHistoryProjectsRoute$Outbound, z.ZodTypeDef, CreateProjectBlockHistoryProjectsRoute>;
|
|
6782
|
+
/** @deprecated use `CreateProjectBlockHistoryProjectsRoute$Outbound` instead. */
|
|
6783
|
+
type Outbound = CreateProjectBlockHistoryProjectsRoute$Outbound;
|
|
6784
|
+
}
|
|
6785
|
+
export declare function createProjectBlockHistoryProjectsRouteToJSON(createProjectBlockHistoryProjectsRoute: CreateProjectBlockHistoryProjectsRoute): string;
|
|
6786
|
+
export declare function createProjectBlockHistoryProjectsRouteFromJSON(jsonString: string): SafeParseResult<CreateProjectBlockHistoryProjectsRoute, SDKValidationError>;
|
|
6787
|
+
/** @internal */
|
|
6788
|
+
export declare const CreateProjectBlockHistory4$inboundSchema: z.ZodType<CreateProjectBlockHistory4, z.ZodTypeDef, unknown>;
|
|
6789
|
+
/** @internal */
|
|
6790
|
+
export type CreateProjectBlockHistory4$Outbound = {
|
|
6791
|
+
action: string;
|
|
6792
|
+
route: CreateProjectRouteProjects1$Outbound | CreateProjectRouteProjects2$Outbound;
|
|
6793
|
+
statusCode?: number | undefined;
|
|
6794
|
+
createdAt: number;
|
|
6795
|
+
caseId?: string | undefined;
|
|
6796
|
+
actor?: string | undefined;
|
|
6797
|
+
comment?: string | undefined;
|
|
6798
|
+
isCascading?: boolean | undefined;
|
|
6799
|
+
};
|
|
6800
|
+
/** @internal */
|
|
6801
|
+
export declare const CreateProjectBlockHistory4$outboundSchema: z.ZodType<CreateProjectBlockHistory4$Outbound, z.ZodTypeDef, CreateProjectBlockHistory4>;
|
|
6802
|
+
/**
|
|
6803
|
+
* @internal
|
|
6804
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6805
|
+
*/
|
|
6806
|
+
export declare namespace CreateProjectBlockHistory4$ {
|
|
6807
|
+
/** @deprecated use `CreateProjectBlockHistory4$inboundSchema` instead. */
|
|
6808
|
+
const inboundSchema: z.ZodType<CreateProjectBlockHistory4, z.ZodTypeDef, unknown>;
|
|
6809
|
+
/** @deprecated use `CreateProjectBlockHistory4$outboundSchema` instead. */
|
|
6810
|
+
const outboundSchema: z.ZodType<CreateProjectBlockHistory4$Outbound, z.ZodTypeDef, CreateProjectBlockHistory4>;
|
|
6811
|
+
/** @deprecated use `CreateProjectBlockHistory4$Outbound` instead. */
|
|
6812
|
+
type Outbound = CreateProjectBlockHistory4$Outbound;
|
|
6813
|
+
}
|
|
6814
|
+
export declare function createProjectBlockHistory4ToJSON(createProjectBlockHistory4: CreateProjectBlockHistory4): string;
|
|
6815
|
+
export declare function createProjectBlockHistory4FromJSON(jsonString: string): SafeParseResult<CreateProjectBlockHistory4, SDKValidationError>;
|
|
6816
|
+
/** @internal */
|
|
6817
|
+
export declare const CreateProjectBlockHistoryProjectsResponseAction$inboundSchema: z.ZodNativeEnum<typeof CreateProjectBlockHistoryProjectsResponseAction>;
|
|
6818
|
+
/** @internal */
|
|
6819
|
+
export declare const CreateProjectBlockHistoryProjectsResponseAction$outboundSchema: z.ZodNativeEnum<typeof CreateProjectBlockHistoryProjectsResponseAction>;
|
|
6820
|
+
/**
|
|
6821
|
+
* @internal
|
|
6822
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6823
|
+
*/
|
|
6824
|
+
export declare namespace CreateProjectBlockHistoryProjectsResponseAction$ {
|
|
6825
|
+
/** @deprecated use `CreateProjectBlockHistoryProjectsResponseAction$inboundSchema` instead. */
|
|
6826
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6827
|
+
readonly RouteBlocked: "route-blocked";
|
|
6828
|
+
}>;
|
|
6829
|
+
/** @deprecated use `CreateProjectBlockHistoryProjectsResponseAction$outboundSchema` instead. */
|
|
6830
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6831
|
+
readonly RouteBlocked: "route-blocked";
|
|
6832
|
+
}>;
|
|
6833
|
+
}
|
|
6834
|
+
/** @internal */
|
|
6835
|
+
export declare const CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
6836
|
+
/** @internal */
|
|
6837
|
+
export declare const CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
6838
|
+
/**
|
|
6839
|
+
* @internal
|
|
6840
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6841
|
+
*/
|
|
6842
|
+
export declare namespace CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$ {
|
|
6843
|
+
/** @deprecated use `CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
|
|
6844
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6845
|
+
readonly Host: "host";
|
|
6846
|
+
}>;
|
|
6847
|
+
/** @deprecated use `CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
|
|
6848
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6849
|
+
readonly Host: "host";
|
|
6850
|
+
}>;
|
|
6851
|
+
}
|
|
6852
|
+
/** @internal */
|
|
6853
|
+
export declare const CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema: z.ZodType<CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue, z.ZodTypeDef, unknown>;
|
|
6854
|
+
/** @internal */
|
|
6855
|
+
export type CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound = {
|
|
6856
|
+
eq: string;
|
|
6857
|
+
};
|
|
6858
|
+
/** @internal */
|
|
6859
|
+
export declare const CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$outboundSchema: z.ZodType<CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound, z.ZodTypeDef, CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue>;
|
|
6860
|
+
/**
|
|
6861
|
+
* @internal
|
|
6862
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6863
|
+
*/
|
|
6864
|
+
export declare namespace CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$ {
|
|
6865
|
+
/** @deprecated use `CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema` instead. */
|
|
6866
|
+
const inboundSchema: z.ZodType<CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue, z.ZodTypeDef, unknown>;
|
|
6867
|
+
/** @deprecated use `CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$outboundSchema` instead. */
|
|
6868
|
+
const outboundSchema: z.ZodType<CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound, z.ZodTypeDef, CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue>;
|
|
6869
|
+
/** @deprecated use `CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound` instead. */
|
|
6870
|
+
type Outbound = CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound;
|
|
6871
|
+
}
|
|
6872
|
+
export declare function createProjectHasProjectsResponse200ApplicationJSONResponseBodyValueToJSON(createProjectHasProjectsResponse200ApplicationJSONResponseBodyValue: CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue): string;
|
|
6873
|
+
export declare function createProjectHasProjectsResponse200ApplicationJSONResponseBodyValueFromJSON(jsonString: string): SafeParseResult<CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue, SDKValidationError>;
|
|
6874
|
+
/** @internal */
|
|
6875
|
+
export declare const CreateProjectHasProjectsResponse2$inboundSchema: z.ZodType<CreateProjectHasProjectsResponse2, z.ZodTypeDef, unknown>;
|
|
6876
|
+
/** @internal */
|
|
6877
|
+
export type CreateProjectHasProjectsResponse2$Outbound = {
|
|
6878
|
+
type: string;
|
|
6879
|
+
value: CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound;
|
|
6880
|
+
};
|
|
6881
|
+
/** @internal */
|
|
6882
|
+
export declare const CreateProjectHasProjectsResponse2$outboundSchema: z.ZodType<CreateProjectHasProjectsResponse2$Outbound, z.ZodTypeDef, CreateProjectHasProjectsResponse2>;
|
|
6883
|
+
/**
|
|
6884
|
+
* @internal
|
|
6885
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6886
|
+
*/
|
|
6887
|
+
export declare namespace CreateProjectHasProjectsResponse2$ {
|
|
6888
|
+
/** @deprecated use `CreateProjectHasProjectsResponse2$inboundSchema` instead. */
|
|
6889
|
+
const inboundSchema: z.ZodType<CreateProjectHasProjectsResponse2, z.ZodTypeDef, unknown>;
|
|
6890
|
+
/** @deprecated use `CreateProjectHasProjectsResponse2$outboundSchema` instead. */
|
|
6891
|
+
const outboundSchema: z.ZodType<CreateProjectHasProjectsResponse2$Outbound, z.ZodTypeDef, CreateProjectHasProjectsResponse2>;
|
|
6892
|
+
/** @deprecated use `CreateProjectHasProjectsResponse2$Outbound` instead. */
|
|
6893
|
+
type Outbound = CreateProjectHasProjectsResponse2$Outbound;
|
|
6894
|
+
}
|
|
6895
|
+
export declare function createProjectHasProjectsResponse2ToJSON(createProjectHasProjectsResponse2: CreateProjectHasProjectsResponse2): string;
|
|
6896
|
+
export declare function createProjectHasProjectsResponse2FromJSON(jsonString: string): SafeParseResult<CreateProjectHasProjectsResponse2, SDKValidationError>;
|
|
6897
|
+
/** @internal */
|
|
6898
|
+
export declare const CreateProjectHasProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsResponse200ApplicationJSONType>;
|
|
6899
|
+
/** @internal */
|
|
6900
|
+
export declare const CreateProjectHasProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsResponse200ApplicationJSONType>;
|
|
6901
|
+
/**
|
|
6902
|
+
* @internal
|
|
6903
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6904
|
+
*/
|
|
6905
|
+
export declare namespace CreateProjectHasProjectsResponse200ApplicationJSONType$ {
|
|
6906
|
+
/** @deprecated use `CreateProjectHasProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
6907
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6908
|
+
readonly Header: "header";
|
|
6909
|
+
}>;
|
|
6910
|
+
/** @deprecated use `CreateProjectHasProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
6911
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6912
|
+
readonly Header: "header";
|
|
6913
|
+
}>;
|
|
6914
|
+
}
|
|
6915
|
+
/** @internal */
|
|
6916
|
+
export declare const CreateProjectHasKey$inboundSchema: z.ZodNativeEnum<typeof CreateProjectHasKey>;
|
|
6917
|
+
/** @internal */
|
|
6918
|
+
export declare const CreateProjectHasKey$outboundSchema: z.ZodNativeEnum<typeof CreateProjectHasKey>;
|
|
6919
|
+
/**
|
|
6920
|
+
* @internal
|
|
6921
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6922
|
+
*/
|
|
6923
|
+
export declare namespace CreateProjectHasKey$ {
|
|
6924
|
+
/** @deprecated use `CreateProjectHasKey$inboundSchema` instead. */
|
|
6925
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6926
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
6927
|
+
}>;
|
|
6928
|
+
/** @deprecated use `CreateProjectHasKey$outboundSchema` instead. */
|
|
6929
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6930
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
6931
|
+
}>;
|
|
6932
|
+
}
|
|
6933
|
+
/** @internal */
|
|
6934
|
+
export declare const CreateProjectHasProjectsResponse200ApplicationJSONValue$inboundSchema: z.ZodType<CreateProjectHasProjectsResponse200ApplicationJSONValue, z.ZodTypeDef, unknown>;
|
|
6935
|
+
/** @internal */
|
|
6936
|
+
export type CreateProjectHasProjectsResponse200ApplicationJSONValue$Outbound = {
|
|
6937
|
+
eq: string;
|
|
6938
|
+
};
|
|
6939
|
+
/** @internal */
|
|
6940
|
+
export declare const CreateProjectHasProjectsResponse200ApplicationJSONValue$outboundSchema: z.ZodType<CreateProjectHasProjectsResponse200ApplicationJSONValue$Outbound, z.ZodTypeDef, CreateProjectHasProjectsResponse200ApplicationJSONValue>;
|
|
6941
|
+
/**
|
|
6942
|
+
* @internal
|
|
6943
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6944
|
+
*/
|
|
6945
|
+
export declare namespace CreateProjectHasProjectsResponse200ApplicationJSONValue$ {
|
|
6946
|
+
/** @deprecated use `CreateProjectHasProjectsResponse200ApplicationJSONValue$inboundSchema` instead. */
|
|
6947
|
+
const inboundSchema: z.ZodType<CreateProjectHasProjectsResponse200ApplicationJSONValue, z.ZodTypeDef, unknown>;
|
|
6948
|
+
/** @deprecated use `CreateProjectHasProjectsResponse200ApplicationJSONValue$outboundSchema` instead. */
|
|
6949
|
+
const outboundSchema: z.ZodType<CreateProjectHasProjectsResponse200ApplicationJSONValue$Outbound, z.ZodTypeDef, CreateProjectHasProjectsResponse200ApplicationJSONValue>;
|
|
6950
|
+
/** @deprecated use `CreateProjectHasProjectsResponse200ApplicationJSONValue$Outbound` instead. */
|
|
6951
|
+
type Outbound = CreateProjectHasProjectsResponse200ApplicationJSONValue$Outbound;
|
|
6952
|
+
}
|
|
6953
|
+
export declare function createProjectHasProjectsResponse200ApplicationJSONValueToJSON(createProjectHasProjectsResponse200ApplicationJSONValue: CreateProjectHasProjectsResponse200ApplicationJSONValue): string;
|
|
6954
|
+
export declare function createProjectHasProjectsResponse200ApplicationJSONValueFromJSON(jsonString: string): SafeParseResult<CreateProjectHasProjectsResponse200ApplicationJSONValue, SDKValidationError>;
|
|
6955
|
+
/** @internal */
|
|
6956
|
+
export declare const CreateProjectHasProjectsResponse1$inboundSchema: z.ZodType<CreateProjectHasProjectsResponse1, z.ZodTypeDef, unknown>;
|
|
6957
|
+
/** @internal */
|
|
6958
|
+
export type CreateProjectHasProjectsResponse1$Outbound = {
|
|
6959
|
+
type: string;
|
|
6960
|
+
key: string;
|
|
6961
|
+
value: CreateProjectHasProjectsResponse200ApplicationJSONValue$Outbound;
|
|
6962
|
+
};
|
|
6963
|
+
/** @internal */
|
|
6964
|
+
export declare const CreateProjectHasProjectsResponse1$outboundSchema: z.ZodType<CreateProjectHasProjectsResponse1$Outbound, z.ZodTypeDef, CreateProjectHasProjectsResponse1>;
|
|
6965
|
+
/**
|
|
6966
|
+
* @internal
|
|
6967
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6968
|
+
*/
|
|
6969
|
+
export declare namespace CreateProjectHasProjectsResponse1$ {
|
|
6970
|
+
/** @deprecated use `CreateProjectHasProjectsResponse1$inboundSchema` instead. */
|
|
6971
|
+
const inboundSchema: z.ZodType<CreateProjectHasProjectsResponse1, z.ZodTypeDef, unknown>;
|
|
6972
|
+
/** @deprecated use `CreateProjectHasProjectsResponse1$outboundSchema` instead. */
|
|
6973
|
+
const outboundSchema: z.ZodType<CreateProjectHasProjectsResponse1$Outbound, z.ZodTypeDef, CreateProjectHasProjectsResponse1>;
|
|
6974
|
+
/** @deprecated use `CreateProjectHasProjectsResponse1$Outbound` instead. */
|
|
6975
|
+
type Outbound = CreateProjectHasProjectsResponse1$Outbound;
|
|
6976
|
+
}
|
|
6977
|
+
export declare function createProjectHasProjectsResponse1ToJSON(createProjectHasProjectsResponse1: CreateProjectHasProjectsResponse1): string;
|
|
6978
|
+
export declare function createProjectHasProjectsResponse1FromJSON(jsonString: string): SafeParseResult<CreateProjectHasProjectsResponse1, SDKValidationError>;
|
|
6979
|
+
/** @internal */
|
|
6980
|
+
export declare const CreateProjectRouteHas$inboundSchema: z.ZodType<CreateProjectRouteHas, z.ZodTypeDef, unknown>;
|
|
6981
|
+
/** @internal */
|
|
6982
|
+
export type CreateProjectRouteHas$Outbound = CreateProjectHasProjectsResponse1$Outbound | CreateProjectHasProjectsResponse2$Outbound;
|
|
6983
|
+
/** @internal */
|
|
6984
|
+
export declare const CreateProjectRouteHas$outboundSchema: z.ZodType<CreateProjectRouteHas$Outbound, z.ZodTypeDef, CreateProjectRouteHas>;
|
|
6985
|
+
/**
|
|
6986
|
+
* @internal
|
|
6987
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6988
|
+
*/
|
|
6989
|
+
export declare namespace CreateProjectRouteHas$ {
|
|
6990
|
+
/** @deprecated use `CreateProjectRouteHas$inboundSchema` instead. */
|
|
6991
|
+
const inboundSchema: z.ZodType<CreateProjectRouteHas, z.ZodTypeDef, unknown>;
|
|
6992
|
+
/** @deprecated use `CreateProjectRouteHas$outboundSchema` instead. */
|
|
6993
|
+
const outboundSchema: z.ZodType<CreateProjectRouteHas$Outbound, z.ZodTypeDef, CreateProjectRouteHas>;
|
|
6994
|
+
/** @deprecated use `CreateProjectRouteHas$Outbound` instead. */
|
|
6995
|
+
type Outbound = CreateProjectRouteHas$Outbound;
|
|
6996
|
+
}
|
|
6997
|
+
export declare function createProjectRouteHasToJSON(createProjectRouteHas: CreateProjectRouteHas): string;
|
|
6998
|
+
export declare function createProjectRouteHasFromJSON(jsonString: string): SafeParseResult<CreateProjectRouteHas, SDKValidationError>;
|
|
6999
|
+
/** @internal */
|
|
7000
|
+
export declare const CreateProjectRouteAction$inboundSchema: z.ZodNativeEnum<typeof CreateProjectRouteAction>;
|
|
7001
|
+
/** @internal */
|
|
7002
|
+
export declare const CreateProjectRouteAction$outboundSchema: z.ZodNativeEnum<typeof CreateProjectRouteAction>;
|
|
7003
|
+
/**
|
|
7004
|
+
* @internal
|
|
7005
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7006
|
+
*/
|
|
7007
|
+
export declare namespace CreateProjectRouteAction$ {
|
|
7008
|
+
/** @deprecated use `CreateProjectRouteAction$inboundSchema` instead. */
|
|
7009
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
7010
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
7011
|
+
}>;
|
|
7012
|
+
/** @deprecated use `CreateProjectRouteAction$outboundSchema` instead. */
|
|
7013
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
7014
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
7015
|
+
}>;
|
|
7016
|
+
}
|
|
7017
|
+
/** @internal */
|
|
7018
|
+
export declare const CreateProjectRouteMitigate$inboundSchema: z.ZodType<CreateProjectRouteMitigate, z.ZodTypeDef, unknown>;
|
|
7019
|
+
/** @internal */
|
|
7020
|
+
export type CreateProjectRouteMitigate$Outbound = {
|
|
7021
|
+
action: string;
|
|
7022
|
+
};
|
|
7023
|
+
/** @internal */
|
|
7024
|
+
export declare const CreateProjectRouteMitigate$outboundSchema: z.ZodType<CreateProjectRouteMitigate$Outbound, z.ZodTypeDef, CreateProjectRouteMitigate>;
|
|
7025
|
+
/**
|
|
7026
|
+
* @internal
|
|
7027
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7028
|
+
*/
|
|
7029
|
+
export declare namespace CreateProjectRouteMitigate$ {
|
|
7030
|
+
/** @deprecated use `CreateProjectRouteMitigate$inboundSchema` instead. */
|
|
7031
|
+
const inboundSchema: z.ZodType<CreateProjectRouteMitigate, z.ZodTypeDef, unknown>;
|
|
7032
|
+
/** @deprecated use `CreateProjectRouteMitigate$outboundSchema` instead. */
|
|
7033
|
+
const outboundSchema: z.ZodType<CreateProjectRouteMitigate$Outbound, z.ZodTypeDef, CreateProjectRouteMitigate>;
|
|
7034
|
+
/** @deprecated use `CreateProjectRouteMitigate$Outbound` instead. */
|
|
7035
|
+
type Outbound = CreateProjectRouteMitigate$Outbound;
|
|
7036
|
+
}
|
|
7037
|
+
export declare function createProjectRouteMitigateToJSON(createProjectRouteMitigate: CreateProjectRouteMitigate): string;
|
|
7038
|
+
export declare function createProjectRouteMitigateFromJSON(jsonString: string): SafeParseResult<CreateProjectRouteMitigate, SDKValidationError>;
|
|
7039
|
+
/** @internal */
|
|
7040
|
+
export declare const CreateProjectRoute2$inboundSchema: z.ZodType<CreateProjectRoute2, z.ZodTypeDef, unknown>;
|
|
7041
|
+
/** @internal */
|
|
7042
|
+
export type CreateProjectRoute2$Outbound = {
|
|
7043
|
+
has: Array<CreateProjectHasProjectsResponse1$Outbound | CreateProjectHasProjectsResponse2$Outbound>;
|
|
7044
|
+
mitigate: CreateProjectRouteMitigate$Outbound;
|
|
7045
|
+
src?: string | undefined;
|
|
7046
|
+
};
|
|
7047
|
+
/** @internal */
|
|
7048
|
+
export declare const CreateProjectRoute2$outboundSchema: z.ZodType<CreateProjectRoute2$Outbound, z.ZodTypeDef, CreateProjectRoute2>;
|
|
7049
|
+
/**
|
|
7050
|
+
* @internal
|
|
7051
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7052
|
+
*/
|
|
7053
|
+
export declare namespace CreateProjectRoute2$ {
|
|
7054
|
+
/** @deprecated use `CreateProjectRoute2$inboundSchema` instead. */
|
|
7055
|
+
const inboundSchema: z.ZodType<CreateProjectRoute2, z.ZodTypeDef, unknown>;
|
|
7056
|
+
/** @deprecated use `CreateProjectRoute2$outboundSchema` instead. */
|
|
7057
|
+
const outboundSchema: z.ZodType<CreateProjectRoute2$Outbound, z.ZodTypeDef, CreateProjectRoute2>;
|
|
7058
|
+
/** @deprecated use `CreateProjectRoute2$Outbound` instead. */
|
|
7059
|
+
type Outbound = CreateProjectRoute2$Outbound;
|
|
7060
|
+
}
|
|
7061
|
+
export declare function createProjectRoute2ToJSON(createProjectRoute2: CreateProjectRoute2): string;
|
|
7062
|
+
export declare function createProjectRoute2FromJSON(jsonString: string): SafeParseResult<CreateProjectRoute2, SDKValidationError>;
|
|
7063
|
+
/** @internal */
|
|
7064
|
+
export declare const CreateProjectRoute1$inboundSchema: z.ZodType<CreateProjectRoute1, z.ZodTypeDef, unknown>;
|
|
7065
|
+
/** @internal */
|
|
7066
|
+
export type CreateProjectRoute1$Outbound = {
|
|
7067
|
+
src: string;
|
|
7068
|
+
status: number;
|
|
7069
|
+
};
|
|
7070
|
+
/** @internal */
|
|
7071
|
+
export declare const CreateProjectRoute1$outboundSchema: z.ZodType<CreateProjectRoute1$Outbound, z.ZodTypeDef, CreateProjectRoute1>;
|
|
7072
|
+
/**
|
|
7073
|
+
* @internal
|
|
7074
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7075
|
+
*/
|
|
7076
|
+
export declare namespace CreateProjectRoute1$ {
|
|
7077
|
+
/** @deprecated use `CreateProjectRoute1$inboundSchema` instead. */
|
|
7078
|
+
const inboundSchema: z.ZodType<CreateProjectRoute1, z.ZodTypeDef, unknown>;
|
|
7079
|
+
/** @deprecated use `CreateProjectRoute1$outboundSchema` instead. */
|
|
7080
|
+
const outboundSchema: z.ZodType<CreateProjectRoute1$Outbound, z.ZodTypeDef, CreateProjectRoute1>;
|
|
7081
|
+
/** @deprecated use `CreateProjectRoute1$Outbound` instead. */
|
|
7082
|
+
type Outbound = CreateProjectRoute1$Outbound;
|
|
7083
|
+
}
|
|
7084
|
+
export declare function createProjectRoute1ToJSON(createProjectRoute1: CreateProjectRoute1): string;
|
|
7085
|
+
export declare function createProjectRoute1FromJSON(jsonString: string): SafeParseResult<CreateProjectRoute1, SDKValidationError>;
|
|
7086
|
+
/** @internal */
|
|
7087
|
+
export declare const CreateProjectBlockHistoryRoute$inboundSchema: z.ZodType<CreateProjectBlockHistoryRoute, z.ZodTypeDef, unknown>;
|
|
7088
|
+
/** @internal */
|
|
7089
|
+
export type CreateProjectBlockHistoryRoute$Outbound = CreateProjectRoute1$Outbound | CreateProjectRoute2$Outbound;
|
|
7090
|
+
/** @internal */
|
|
7091
|
+
export declare const CreateProjectBlockHistoryRoute$outboundSchema: z.ZodType<CreateProjectBlockHistoryRoute$Outbound, z.ZodTypeDef, CreateProjectBlockHistoryRoute>;
|
|
7092
|
+
/**
|
|
7093
|
+
* @internal
|
|
7094
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7095
|
+
*/
|
|
7096
|
+
export declare namespace CreateProjectBlockHistoryRoute$ {
|
|
7097
|
+
/** @deprecated use `CreateProjectBlockHistoryRoute$inboundSchema` instead. */
|
|
7098
|
+
const inboundSchema: z.ZodType<CreateProjectBlockHistoryRoute, z.ZodTypeDef, unknown>;
|
|
7099
|
+
/** @deprecated use `CreateProjectBlockHistoryRoute$outboundSchema` instead. */
|
|
7100
|
+
const outboundSchema: z.ZodType<CreateProjectBlockHistoryRoute$Outbound, z.ZodTypeDef, CreateProjectBlockHistoryRoute>;
|
|
7101
|
+
/** @deprecated use `CreateProjectBlockHistoryRoute$Outbound` instead. */
|
|
7102
|
+
type Outbound = CreateProjectBlockHistoryRoute$Outbound;
|
|
7103
|
+
}
|
|
7104
|
+
export declare function createProjectBlockHistoryRouteToJSON(createProjectBlockHistoryRoute: CreateProjectBlockHistoryRoute): string;
|
|
7105
|
+
export declare function createProjectBlockHistoryRouteFromJSON(jsonString: string): SafeParseResult<CreateProjectBlockHistoryRoute, SDKValidationError>;
|
|
7106
|
+
/** @internal */
|
|
7107
|
+
export declare const CreateProjectBlockHistory3$inboundSchema: z.ZodType<CreateProjectBlockHistory3, z.ZodTypeDef, unknown>;
|
|
7108
|
+
/** @internal */
|
|
7109
|
+
export type CreateProjectBlockHistory3$Outbound = {
|
|
7110
|
+
action: string;
|
|
7111
|
+
route: CreateProjectRoute1$Outbound | CreateProjectRoute2$Outbound;
|
|
7112
|
+
reason: string;
|
|
7113
|
+
createdAt: number;
|
|
7114
|
+
caseId?: string | undefined;
|
|
7115
|
+
actor?: string | undefined;
|
|
7116
|
+
comment?: string | undefined;
|
|
7117
|
+
isCascading?: boolean | undefined;
|
|
7118
|
+
};
|
|
7119
|
+
/** @internal */
|
|
7120
|
+
export declare const CreateProjectBlockHistory3$outboundSchema: z.ZodType<CreateProjectBlockHistory3$Outbound, z.ZodTypeDef, CreateProjectBlockHistory3>;
|
|
7121
|
+
/**
|
|
7122
|
+
* @internal
|
|
7123
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7124
|
+
*/
|
|
7125
|
+
export declare namespace CreateProjectBlockHistory3$ {
|
|
7126
|
+
/** @deprecated use `CreateProjectBlockHistory3$inboundSchema` instead. */
|
|
7127
|
+
const inboundSchema: z.ZodType<CreateProjectBlockHistory3, z.ZodTypeDef, unknown>;
|
|
7128
|
+
/** @deprecated use `CreateProjectBlockHistory3$outboundSchema` instead. */
|
|
7129
|
+
const outboundSchema: z.ZodType<CreateProjectBlockHistory3$Outbound, z.ZodTypeDef, CreateProjectBlockHistory3>;
|
|
7130
|
+
/** @deprecated use `CreateProjectBlockHistory3$Outbound` instead. */
|
|
7131
|
+
type Outbound = CreateProjectBlockHistory3$Outbound;
|
|
7132
|
+
}
|
|
7133
|
+
export declare function createProjectBlockHistory3ToJSON(createProjectBlockHistory3: CreateProjectBlockHistory3): string;
|
|
7134
|
+
export declare function createProjectBlockHistory3FromJSON(jsonString: string): SafeParseResult<CreateProjectBlockHistory3, SDKValidationError>;
|
|
7135
|
+
/** @internal */
|
|
7136
|
+
export declare const CreateProjectBlockHistoryProjectsAction$inboundSchema: z.ZodNativeEnum<typeof CreateProjectBlockHistoryProjectsAction>;
|
|
7137
|
+
/** @internal */
|
|
7138
|
+
export declare const CreateProjectBlockHistoryProjectsAction$outboundSchema: z.ZodNativeEnum<typeof CreateProjectBlockHistoryProjectsAction>;
|
|
7139
|
+
/**
|
|
7140
|
+
* @internal
|
|
7141
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7142
|
+
*/
|
|
7143
|
+
export declare namespace CreateProjectBlockHistoryProjectsAction$ {
|
|
7144
|
+
/** @deprecated use `CreateProjectBlockHistoryProjectsAction$inboundSchema` instead. */
|
|
7145
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
7146
|
+
readonly Unblocked: "unblocked";
|
|
7147
|
+
}>;
|
|
7148
|
+
/** @deprecated use `CreateProjectBlockHistoryProjectsAction$outboundSchema` instead. */
|
|
7149
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
7150
|
+
readonly Unblocked: "unblocked";
|
|
7151
|
+
}>;
|
|
7152
|
+
}
|
|
7153
|
+
/** @internal */
|
|
7154
|
+
export declare const CreateProjectBlockHistory2$inboundSchema: z.ZodType<CreateProjectBlockHistory2, z.ZodTypeDef, unknown>;
|
|
7155
|
+
/** @internal */
|
|
7156
|
+
export type CreateProjectBlockHistory2$Outbound = {
|
|
7157
|
+
action: string;
|
|
7158
|
+
createdAt: number;
|
|
7159
|
+
caseId?: string | undefined;
|
|
7160
|
+
actor?: string | undefined;
|
|
7161
|
+
comment?: string | undefined;
|
|
7162
|
+
isCascading?: boolean | undefined;
|
|
7163
|
+
};
|
|
7164
|
+
/** @internal */
|
|
7165
|
+
export declare const CreateProjectBlockHistory2$outboundSchema: z.ZodType<CreateProjectBlockHistory2$Outbound, z.ZodTypeDef, CreateProjectBlockHistory2>;
|
|
7166
|
+
/**
|
|
7167
|
+
* @internal
|
|
7168
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7169
|
+
*/
|
|
7170
|
+
export declare namespace CreateProjectBlockHistory2$ {
|
|
7171
|
+
/** @deprecated use `CreateProjectBlockHistory2$inboundSchema` instead. */
|
|
7172
|
+
const inboundSchema: z.ZodType<CreateProjectBlockHistory2, z.ZodTypeDef, unknown>;
|
|
7173
|
+
/** @deprecated use `CreateProjectBlockHistory2$outboundSchema` instead. */
|
|
7174
|
+
const outboundSchema: z.ZodType<CreateProjectBlockHistory2$Outbound, z.ZodTypeDef, CreateProjectBlockHistory2>;
|
|
7175
|
+
/** @deprecated use `CreateProjectBlockHistory2$Outbound` instead. */
|
|
7176
|
+
type Outbound = CreateProjectBlockHistory2$Outbound;
|
|
7177
|
+
}
|
|
7178
|
+
export declare function createProjectBlockHistory2ToJSON(createProjectBlockHistory2: CreateProjectBlockHistory2): string;
|
|
7179
|
+
export declare function createProjectBlockHistory2FromJSON(jsonString: string): SafeParseResult<CreateProjectBlockHistory2, SDKValidationError>;
|
|
7180
|
+
/** @internal */
|
|
7181
|
+
export declare const CreateProjectBlockHistoryAction$inboundSchema: z.ZodNativeEnum<typeof CreateProjectBlockHistoryAction>;
|
|
7182
|
+
/** @internal */
|
|
7183
|
+
export declare const CreateProjectBlockHistoryAction$outboundSchema: z.ZodNativeEnum<typeof CreateProjectBlockHistoryAction>;
|
|
7184
|
+
/**
|
|
7185
|
+
* @internal
|
|
7186
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7187
|
+
*/
|
|
7188
|
+
export declare namespace CreateProjectBlockHistoryAction$ {
|
|
7189
|
+
/** @deprecated use `CreateProjectBlockHistoryAction$inboundSchema` instead. */
|
|
7190
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
7191
|
+
readonly Blocked: "blocked";
|
|
7192
|
+
}>;
|
|
7193
|
+
/** @deprecated use `CreateProjectBlockHistoryAction$outboundSchema` instead. */
|
|
7194
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
7195
|
+
readonly Blocked: "blocked";
|
|
7196
|
+
}>;
|
|
7197
|
+
}
|
|
7198
|
+
/** @internal */
|
|
7199
|
+
export declare const CreateProjectBlockHistory1$inboundSchema: z.ZodType<CreateProjectBlockHistory1, z.ZodTypeDef, unknown>;
|
|
7200
|
+
/** @internal */
|
|
7201
|
+
export type CreateProjectBlockHistory1$Outbound = {
|
|
7202
|
+
action: string;
|
|
7203
|
+
reason: string;
|
|
7204
|
+
statusCode: number;
|
|
7205
|
+
createdAt: number;
|
|
7206
|
+
caseId?: string | undefined;
|
|
7207
|
+
actor?: string | undefined;
|
|
7208
|
+
comment?: string | undefined;
|
|
7209
|
+
isCascading?: boolean | undefined;
|
|
7210
|
+
};
|
|
7211
|
+
/** @internal */
|
|
7212
|
+
export declare const CreateProjectBlockHistory1$outboundSchema: z.ZodType<CreateProjectBlockHistory1$Outbound, z.ZodTypeDef, CreateProjectBlockHistory1>;
|
|
7213
|
+
/**
|
|
7214
|
+
* @internal
|
|
7215
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7216
|
+
*/
|
|
7217
|
+
export declare namespace CreateProjectBlockHistory1$ {
|
|
7218
|
+
/** @deprecated use `CreateProjectBlockHistory1$inboundSchema` instead. */
|
|
7219
|
+
const inboundSchema: z.ZodType<CreateProjectBlockHistory1, z.ZodTypeDef, unknown>;
|
|
7220
|
+
/** @deprecated use `CreateProjectBlockHistory1$outboundSchema` instead. */
|
|
7221
|
+
const outboundSchema: z.ZodType<CreateProjectBlockHistory1$Outbound, z.ZodTypeDef, CreateProjectBlockHistory1>;
|
|
7222
|
+
/** @deprecated use `CreateProjectBlockHistory1$Outbound` instead. */
|
|
7223
|
+
type Outbound = CreateProjectBlockHistory1$Outbound;
|
|
7224
|
+
}
|
|
7225
|
+
export declare function createProjectBlockHistory1ToJSON(createProjectBlockHistory1: CreateProjectBlockHistory1): string;
|
|
7226
|
+
export declare function createProjectBlockHistory1FromJSON(jsonString: string): SafeParseResult<CreateProjectBlockHistory1, SDKValidationError>;
|
|
7227
|
+
/** @internal */
|
|
7228
|
+
export declare const CreateProjectBlockHistory$inboundSchema: z.ZodType<CreateProjectBlockHistory, z.ZodTypeDef, unknown>;
|
|
7229
|
+
/** @internal */
|
|
7230
|
+
export type CreateProjectBlockHistory$Outbound = CreateProjectBlockHistory1$Outbound | CreateProjectBlockHistory3$Outbound | CreateProjectBlockHistory4$Outbound | CreateProjectBlockHistory2$Outbound;
|
|
7231
|
+
/** @internal */
|
|
7232
|
+
export declare const CreateProjectBlockHistory$outboundSchema: z.ZodType<CreateProjectBlockHistory$Outbound, z.ZodTypeDef, CreateProjectBlockHistory>;
|
|
7233
|
+
/**
|
|
7234
|
+
* @internal
|
|
7235
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7236
|
+
*/
|
|
7237
|
+
export declare namespace CreateProjectBlockHistory$ {
|
|
7238
|
+
/** @deprecated use `CreateProjectBlockHistory$inboundSchema` instead. */
|
|
7239
|
+
const inboundSchema: z.ZodType<CreateProjectBlockHistory, z.ZodTypeDef, unknown>;
|
|
7240
|
+
/** @deprecated use `CreateProjectBlockHistory$outboundSchema` instead. */
|
|
7241
|
+
const outboundSchema: z.ZodType<CreateProjectBlockHistory$Outbound, z.ZodTypeDef, CreateProjectBlockHistory>;
|
|
7242
|
+
/** @deprecated use `CreateProjectBlockHistory$Outbound` instead. */
|
|
7243
|
+
type Outbound = CreateProjectBlockHistory$Outbound;
|
|
7244
|
+
}
|
|
7245
|
+
export declare function createProjectBlockHistoryToJSON(createProjectBlockHistory: CreateProjectBlockHistory): string;
|
|
7246
|
+
export declare function createProjectBlockHistoryFromJSON(jsonString: string): SafeParseResult<CreateProjectBlockHistory, SDKValidationError>;
|
|
7247
|
+
/** @internal */
|
|
7248
|
+
export declare const CreateProjectAbuse$inboundSchema: z.ZodType<CreateProjectAbuse, z.ZodTypeDef, unknown>;
|
|
7249
|
+
/** @internal */
|
|
7250
|
+
export type CreateProjectAbuse$Outbound = {
|
|
7251
|
+
scanner?: string | undefined;
|
|
7252
|
+
history: Array<CreateProjectHistory$Outbound>;
|
|
7253
|
+
updatedAt: number;
|
|
7254
|
+
block?: CreateProjectBlock$Outbound | undefined;
|
|
7255
|
+
blockHistory?: Array<CreateProjectBlockHistory1$Outbound | CreateProjectBlockHistory3$Outbound | CreateProjectBlockHistory4$Outbound | CreateProjectBlockHistory2$Outbound> | undefined;
|
|
7256
|
+
};
|
|
7257
|
+
/** @internal */
|
|
7258
|
+
export declare const CreateProjectAbuse$outboundSchema: z.ZodType<CreateProjectAbuse$Outbound, z.ZodTypeDef, CreateProjectAbuse>;
|
|
7259
|
+
/**
|
|
7260
|
+
* @internal
|
|
7261
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7262
|
+
*/
|
|
7263
|
+
export declare namespace CreateProjectAbuse$ {
|
|
7264
|
+
/** @deprecated use `CreateProjectAbuse$inboundSchema` instead. */
|
|
7265
|
+
const inboundSchema: z.ZodType<CreateProjectAbuse, z.ZodTypeDef, unknown>;
|
|
7266
|
+
/** @deprecated use `CreateProjectAbuse$outboundSchema` instead. */
|
|
7267
|
+
const outboundSchema: z.ZodType<CreateProjectAbuse$Outbound, z.ZodTypeDef, CreateProjectAbuse>;
|
|
7268
|
+
/** @deprecated use `CreateProjectAbuse$Outbound` instead. */
|
|
7269
|
+
type Outbound = CreateProjectAbuse$Outbound;
|
|
7270
|
+
}
|
|
7271
|
+
export declare function createProjectAbuseToJSON(createProjectAbuse: CreateProjectAbuse): string;
|
|
7272
|
+
export declare function createProjectAbuseFromJSON(jsonString: string): SafeParseResult<CreateProjectAbuse, SDKValidationError>;
|
|
7273
|
+
/** @internal */
|
|
7274
|
+
export declare const CreateProjectHasProjectsType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsType>;
|
|
7275
|
+
/** @internal */
|
|
7276
|
+
export declare const CreateProjectHasProjectsType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectHasProjectsType>;
|
|
7277
|
+
/**
|
|
7278
|
+
* @internal
|
|
7279
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7280
|
+
*/
|
|
7281
|
+
export declare namespace CreateProjectHasProjectsType$ {
|
|
7282
|
+
/** @deprecated use `CreateProjectHasProjectsType$inboundSchema` instead. */
|
|
7283
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
7284
|
+
readonly Host: "host";
|
|
7285
|
+
}>;
|
|
7286
|
+
/** @deprecated use `CreateProjectHasProjectsType$outboundSchema` instead. */
|
|
7287
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
7288
|
+
readonly Host: "host";
|
|
7289
|
+
}>;
|
|
7290
|
+
}
|
|
7291
|
+
/** @internal */
|
|
7292
|
+
export declare const CreateProjectHasProjectsValue$inboundSchema: z.ZodType<CreateProjectHasProjectsValue, z.ZodTypeDef, unknown>;
|
|
7293
|
+
/** @internal */
|
|
7294
|
+
export type CreateProjectHasProjectsValue$Outbound = {
|
|
7295
|
+
eq: string;
|
|
7296
|
+
};
|
|
7297
|
+
/** @internal */
|
|
7298
|
+
export declare const CreateProjectHasProjectsValue$outboundSchema: z.ZodType<CreateProjectHasProjectsValue$Outbound, z.ZodTypeDef, CreateProjectHasProjectsValue>;
|
|
7299
|
+
/**
|
|
7300
|
+
* @internal
|
|
7301
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7302
|
+
*/
|
|
7303
|
+
export declare namespace CreateProjectHasProjectsValue$ {
|
|
7304
|
+
/** @deprecated use `CreateProjectHasProjectsValue$inboundSchema` instead. */
|
|
7305
|
+
const inboundSchema: z.ZodType<CreateProjectHasProjectsValue, z.ZodTypeDef, unknown>;
|
|
7306
|
+
/** @deprecated use `CreateProjectHasProjectsValue$outboundSchema` instead. */
|
|
7307
|
+
const outboundSchema: z.ZodType<CreateProjectHasProjectsValue$Outbound, z.ZodTypeDef, CreateProjectHasProjectsValue>;
|
|
7308
|
+
/** @deprecated use `CreateProjectHasProjectsValue$Outbound` instead. */
|
|
7309
|
+
type Outbound = CreateProjectHasProjectsValue$Outbound;
|
|
7310
|
+
}
|
|
7311
|
+
export declare function createProjectHasProjectsValueToJSON(createProjectHasProjectsValue: CreateProjectHasProjectsValue): string;
|
|
7312
|
+
export declare function createProjectHasProjectsValueFromJSON(jsonString: string): SafeParseResult<CreateProjectHasProjectsValue, SDKValidationError>;
|
|
7313
|
+
/** @internal */
|
|
7314
|
+
export declare const CreateProjectHas2$inboundSchema: z.ZodType<CreateProjectHas2, z.ZodTypeDef, unknown>;
|
|
7315
|
+
/** @internal */
|
|
7316
|
+
export type CreateProjectHas2$Outbound = {
|
|
7317
|
+
type: string;
|
|
7318
|
+
value: CreateProjectHasProjectsValue$Outbound;
|
|
7319
|
+
};
|
|
7320
|
+
/** @internal */
|
|
7321
|
+
export declare const CreateProjectHas2$outboundSchema: z.ZodType<CreateProjectHas2$Outbound, z.ZodTypeDef, CreateProjectHas2>;
|
|
7322
|
+
/**
|
|
7323
|
+
* @internal
|
|
7324
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7325
|
+
*/
|
|
7326
|
+
export declare namespace CreateProjectHas2$ {
|
|
7327
|
+
/** @deprecated use `CreateProjectHas2$inboundSchema` instead. */
|
|
7328
|
+
const inboundSchema: z.ZodType<CreateProjectHas2, z.ZodTypeDef, unknown>;
|
|
7329
|
+
/** @deprecated use `CreateProjectHas2$outboundSchema` instead. */
|
|
7330
|
+
const outboundSchema: z.ZodType<CreateProjectHas2$Outbound, z.ZodTypeDef, CreateProjectHas2>;
|
|
7331
|
+
/** @deprecated use `CreateProjectHas2$Outbound` instead. */
|
|
7332
|
+
type Outbound = CreateProjectHas2$Outbound;
|
|
7333
|
+
}
|
|
7334
|
+
export declare function createProjectHas2ToJSON(createProjectHas2: CreateProjectHas2): string;
|
|
7335
|
+
export declare function createProjectHas2FromJSON(jsonString: string): SafeParseResult<CreateProjectHas2, SDKValidationError>;
|
|
7336
|
+
/** @internal */
|
|
7337
|
+
export declare const CreateProjectHasType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectHasType>;
|
|
7338
|
+
/** @internal */
|
|
7339
|
+
export declare const CreateProjectHasType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectHasType>;
|
|
7340
|
+
/**
|
|
7341
|
+
* @internal
|
|
7342
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7343
|
+
*/
|
|
7344
|
+
export declare namespace CreateProjectHasType$ {
|
|
7345
|
+
/** @deprecated use `CreateProjectHasType$inboundSchema` instead. */
|
|
7346
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
7347
|
+
readonly Header: "header";
|
|
7348
|
+
}>;
|
|
7349
|
+
/** @deprecated use `CreateProjectHasType$outboundSchema` instead. */
|
|
7350
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
7351
|
+
readonly Header: "header";
|
|
7352
|
+
}>;
|
|
7353
|
+
}
|
|
7354
|
+
/** @internal */
|
|
7355
|
+
export declare const HasKey$inboundSchema: z.ZodNativeEnum<typeof HasKey>;
|
|
7356
|
+
/** @internal */
|
|
7357
|
+
export declare const HasKey$outboundSchema: z.ZodNativeEnum<typeof HasKey>;
|
|
7358
|
+
/**
|
|
7359
|
+
* @internal
|
|
7360
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7361
|
+
*/
|
|
7362
|
+
export declare namespace HasKey$ {
|
|
7363
|
+
/** @deprecated use `HasKey$inboundSchema` instead. */
|
|
7364
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
7365
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
7366
|
+
}>;
|
|
7367
|
+
/** @deprecated use `HasKey$outboundSchema` instead. */
|
|
7368
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
7369
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
7370
|
+
}>;
|
|
7371
|
+
}
|
|
7372
|
+
/** @internal */
|
|
7373
|
+
export declare const CreateProjectHasValue$inboundSchema: z.ZodType<CreateProjectHasValue, z.ZodTypeDef, unknown>;
|
|
7374
|
+
/** @internal */
|
|
7375
|
+
export type CreateProjectHasValue$Outbound = {
|
|
7376
|
+
eq: string;
|
|
7377
|
+
};
|
|
7378
|
+
/** @internal */
|
|
7379
|
+
export declare const CreateProjectHasValue$outboundSchema: z.ZodType<CreateProjectHasValue$Outbound, z.ZodTypeDef, CreateProjectHasValue>;
|
|
7380
|
+
/**
|
|
7381
|
+
* @internal
|
|
7382
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7383
|
+
*/
|
|
7384
|
+
export declare namespace CreateProjectHasValue$ {
|
|
7385
|
+
/** @deprecated use `CreateProjectHasValue$inboundSchema` instead. */
|
|
7386
|
+
const inboundSchema: z.ZodType<CreateProjectHasValue, z.ZodTypeDef, unknown>;
|
|
7387
|
+
/** @deprecated use `CreateProjectHasValue$outboundSchema` instead. */
|
|
7388
|
+
const outboundSchema: z.ZodType<CreateProjectHasValue$Outbound, z.ZodTypeDef, CreateProjectHasValue>;
|
|
7389
|
+
/** @deprecated use `CreateProjectHasValue$Outbound` instead. */
|
|
7390
|
+
type Outbound = CreateProjectHasValue$Outbound;
|
|
7391
|
+
}
|
|
7392
|
+
export declare function createProjectHasValueToJSON(createProjectHasValue: CreateProjectHasValue): string;
|
|
7393
|
+
export declare function createProjectHasValueFromJSON(jsonString: string): SafeParseResult<CreateProjectHasValue, SDKValidationError>;
|
|
7394
|
+
/** @internal */
|
|
7395
|
+
export declare const CreateProjectHas1$inboundSchema: z.ZodType<CreateProjectHas1, z.ZodTypeDef, unknown>;
|
|
7396
|
+
/** @internal */
|
|
7397
|
+
export type CreateProjectHas1$Outbound = {
|
|
7398
|
+
type: string;
|
|
7399
|
+
key: string;
|
|
7400
|
+
value: CreateProjectHasValue$Outbound;
|
|
7401
|
+
};
|
|
7402
|
+
/** @internal */
|
|
7403
|
+
export declare const CreateProjectHas1$outboundSchema: z.ZodType<CreateProjectHas1$Outbound, z.ZodTypeDef, CreateProjectHas1>;
|
|
7404
|
+
/**
|
|
7405
|
+
* @internal
|
|
7406
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7407
|
+
*/
|
|
7408
|
+
export declare namespace CreateProjectHas1$ {
|
|
7409
|
+
/** @deprecated use `CreateProjectHas1$inboundSchema` instead. */
|
|
7410
|
+
const inboundSchema: z.ZodType<CreateProjectHas1, z.ZodTypeDef, unknown>;
|
|
7411
|
+
/** @deprecated use `CreateProjectHas1$outboundSchema` instead. */
|
|
7412
|
+
const outboundSchema: z.ZodType<CreateProjectHas1$Outbound, z.ZodTypeDef, CreateProjectHas1>;
|
|
7413
|
+
/** @deprecated use `CreateProjectHas1$Outbound` instead. */
|
|
7414
|
+
type Outbound = CreateProjectHas1$Outbound;
|
|
7415
|
+
}
|
|
7416
|
+
export declare function createProjectHas1ToJSON(createProjectHas1: CreateProjectHas1): string;
|
|
7417
|
+
export declare function createProjectHas1FromJSON(jsonString: string): SafeParseResult<CreateProjectHas1, SDKValidationError>;
|
|
7418
|
+
/** @internal */
|
|
7419
|
+
export declare const InternalRoutesHas$inboundSchema: z.ZodType<InternalRoutesHas, z.ZodTypeDef, unknown>;
|
|
7420
|
+
/** @internal */
|
|
7421
|
+
export type InternalRoutesHas$Outbound = CreateProjectHas1$Outbound | CreateProjectHas2$Outbound;
|
|
7422
|
+
/** @internal */
|
|
7423
|
+
export declare const InternalRoutesHas$outboundSchema: z.ZodType<InternalRoutesHas$Outbound, z.ZodTypeDef, InternalRoutesHas>;
|
|
7424
|
+
/**
|
|
7425
|
+
* @internal
|
|
7426
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7427
|
+
*/
|
|
7428
|
+
export declare namespace InternalRoutesHas$ {
|
|
7429
|
+
/** @deprecated use `InternalRoutesHas$inboundSchema` instead. */
|
|
7430
|
+
const inboundSchema: z.ZodType<InternalRoutesHas, z.ZodTypeDef, unknown>;
|
|
7431
|
+
/** @deprecated use `InternalRoutesHas$outboundSchema` instead. */
|
|
7432
|
+
const outboundSchema: z.ZodType<InternalRoutesHas$Outbound, z.ZodTypeDef, InternalRoutesHas>;
|
|
7433
|
+
/** @deprecated use `InternalRoutesHas$Outbound` instead. */
|
|
7434
|
+
type Outbound = InternalRoutesHas$Outbound;
|
|
7435
|
+
}
|
|
7436
|
+
export declare function internalRoutesHasToJSON(internalRoutesHas: InternalRoutesHas): string;
|
|
7437
|
+
export declare function internalRoutesHasFromJSON(jsonString: string): SafeParseResult<InternalRoutesHas, SDKValidationError>;
|
|
7438
|
+
/** @internal */
|
|
7439
|
+
export declare const CreateProjectInternalRoutesAction$inboundSchema: z.ZodNativeEnum<typeof CreateProjectInternalRoutesAction>;
|
|
7440
|
+
/** @internal */
|
|
7441
|
+
export declare const CreateProjectInternalRoutesAction$outboundSchema: z.ZodNativeEnum<typeof CreateProjectInternalRoutesAction>;
|
|
7442
|
+
/**
|
|
7443
|
+
* @internal
|
|
7444
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7445
|
+
*/
|
|
7446
|
+
export declare namespace CreateProjectInternalRoutesAction$ {
|
|
7447
|
+
/** @deprecated use `CreateProjectInternalRoutesAction$inboundSchema` instead. */
|
|
7448
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
7449
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
7450
|
+
}>;
|
|
7451
|
+
/** @deprecated use `CreateProjectInternalRoutesAction$outboundSchema` instead. */
|
|
7452
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
7453
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
7454
|
+
}>;
|
|
7455
|
+
}
|
|
7456
|
+
/** @internal */
|
|
7457
|
+
export declare const InternalRoutesMitigate$inboundSchema: z.ZodType<InternalRoutesMitigate, z.ZodTypeDef, unknown>;
|
|
7458
|
+
/** @internal */
|
|
7459
|
+
export type InternalRoutesMitigate$Outbound = {
|
|
7460
|
+
action: string;
|
|
7461
|
+
};
|
|
7462
|
+
/** @internal */
|
|
7463
|
+
export declare const InternalRoutesMitigate$outboundSchema: z.ZodType<InternalRoutesMitigate$Outbound, z.ZodTypeDef, InternalRoutesMitigate>;
|
|
7464
|
+
/**
|
|
7465
|
+
* @internal
|
|
7466
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7467
|
+
*/
|
|
7468
|
+
export declare namespace InternalRoutesMitigate$ {
|
|
7469
|
+
/** @deprecated use `InternalRoutesMitigate$inboundSchema` instead. */
|
|
7470
|
+
const inboundSchema: z.ZodType<InternalRoutesMitigate, z.ZodTypeDef, unknown>;
|
|
7471
|
+
/** @deprecated use `InternalRoutesMitigate$outboundSchema` instead. */
|
|
7472
|
+
const outboundSchema: z.ZodType<InternalRoutesMitigate$Outbound, z.ZodTypeDef, InternalRoutesMitigate>;
|
|
7473
|
+
/** @deprecated use `InternalRoutesMitigate$Outbound` instead. */
|
|
7474
|
+
type Outbound = InternalRoutesMitigate$Outbound;
|
|
7475
|
+
}
|
|
7476
|
+
export declare function internalRoutesMitigateToJSON(internalRoutesMitigate: InternalRoutesMitigate): string;
|
|
7477
|
+
export declare function internalRoutesMitigateFromJSON(jsonString: string): SafeParseResult<InternalRoutesMitigate, SDKValidationError>;
|
|
7478
|
+
/** @internal */
|
|
7479
|
+
export declare const CreateProjectInternalRoutes2$inboundSchema: z.ZodType<CreateProjectInternalRoutes2, z.ZodTypeDef, unknown>;
|
|
7480
|
+
/** @internal */
|
|
7481
|
+
export type CreateProjectInternalRoutes2$Outbound = {
|
|
7482
|
+
has: Array<CreateProjectHas1$Outbound | CreateProjectHas2$Outbound>;
|
|
7483
|
+
mitigate: InternalRoutesMitigate$Outbound;
|
|
7484
|
+
src?: string | undefined;
|
|
7485
|
+
};
|
|
7486
|
+
/** @internal */
|
|
7487
|
+
export declare const CreateProjectInternalRoutes2$outboundSchema: z.ZodType<CreateProjectInternalRoutes2$Outbound, z.ZodTypeDef, CreateProjectInternalRoutes2>;
|
|
7488
|
+
/**
|
|
7489
|
+
* @internal
|
|
7490
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7491
|
+
*/
|
|
7492
|
+
export declare namespace CreateProjectInternalRoutes2$ {
|
|
7493
|
+
/** @deprecated use `CreateProjectInternalRoutes2$inboundSchema` instead. */
|
|
7494
|
+
const inboundSchema: z.ZodType<CreateProjectInternalRoutes2, z.ZodTypeDef, unknown>;
|
|
7495
|
+
/** @deprecated use `CreateProjectInternalRoutes2$outboundSchema` instead. */
|
|
7496
|
+
const outboundSchema: z.ZodType<CreateProjectInternalRoutes2$Outbound, z.ZodTypeDef, CreateProjectInternalRoutes2>;
|
|
7497
|
+
/** @deprecated use `CreateProjectInternalRoutes2$Outbound` instead. */
|
|
7498
|
+
type Outbound = CreateProjectInternalRoutes2$Outbound;
|
|
7499
|
+
}
|
|
7500
|
+
export declare function createProjectInternalRoutes2ToJSON(createProjectInternalRoutes2: CreateProjectInternalRoutes2): string;
|
|
7501
|
+
export declare function createProjectInternalRoutes2FromJSON(jsonString: string): SafeParseResult<CreateProjectInternalRoutes2, SDKValidationError>;
|
|
7502
|
+
/** @internal */
|
|
7503
|
+
export declare const CreateProjectInternalRoutes1$inboundSchema: z.ZodType<CreateProjectInternalRoutes1, z.ZodTypeDef, unknown>;
|
|
7504
|
+
/** @internal */
|
|
7505
|
+
export type CreateProjectInternalRoutes1$Outbound = {
|
|
7506
|
+
src: string;
|
|
7507
|
+
status: number;
|
|
7508
|
+
};
|
|
7509
|
+
/** @internal */
|
|
7510
|
+
export declare const CreateProjectInternalRoutes1$outboundSchema: z.ZodType<CreateProjectInternalRoutes1$Outbound, z.ZodTypeDef, CreateProjectInternalRoutes1>;
|
|
7511
|
+
/**
|
|
7512
|
+
* @internal
|
|
7513
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7514
|
+
*/
|
|
7515
|
+
export declare namespace CreateProjectInternalRoutes1$ {
|
|
7516
|
+
/** @deprecated use `CreateProjectInternalRoutes1$inboundSchema` instead. */
|
|
7517
|
+
const inboundSchema: z.ZodType<CreateProjectInternalRoutes1, z.ZodTypeDef, unknown>;
|
|
7518
|
+
/** @deprecated use `CreateProjectInternalRoutes1$outboundSchema` instead. */
|
|
7519
|
+
const outboundSchema: z.ZodType<CreateProjectInternalRoutes1$Outbound, z.ZodTypeDef, CreateProjectInternalRoutes1>;
|
|
7520
|
+
/** @deprecated use `CreateProjectInternalRoutes1$Outbound` instead. */
|
|
7521
|
+
type Outbound = CreateProjectInternalRoutes1$Outbound;
|
|
7522
|
+
}
|
|
7523
|
+
export declare function createProjectInternalRoutes1ToJSON(createProjectInternalRoutes1: CreateProjectInternalRoutes1): string;
|
|
7524
|
+
export declare function createProjectInternalRoutes1FromJSON(jsonString: string): SafeParseResult<CreateProjectInternalRoutes1, SDKValidationError>;
|
|
7525
|
+
/** @internal */
|
|
7526
|
+
export declare const CreateProjectInternalRoutes$inboundSchema: z.ZodType<CreateProjectInternalRoutes, z.ZodTypeDef, unknown>;
|
|
7527
|
+
/** @internal */
|
|
7528
|
+
export type CreateProjectInternalRoutes$Outbound = CreateProjectInternalRoutes1$Outbound | CreateProjectInternalRoutes2$Outbound;
|
|
7529
|
+
/** @internal */
|
|
7530
|
+
export declare const CreateProjectInternalRoutes$outboundSchema: z.ZodType<CreateProjectInternalRoutes$Outbound, z.ZodTypeDef, CreateProjectInternalRoutes>;
|
|
7531
|
+
/**
|
|
7532
|
+
* @internal
|
|
7533
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7534
|
+
*/
|
|
7535
|
+
export declare namespace CreateProjectInternalRoutes$ {
|
|
7536
|
+
/** @deprecated use `CreateProjectInternalRoutes$inboundSchema` instead. */
|
|
7537
|
+
const inboundSchema: z.ZodType<CreateProjectInternalRoutes, z.ZodTypeDef, unknown>;
|
|
7538
|
+
/** @deprecated use `CreateProjectInternalRoutes$outboundSchema` instead. */
|
|
7539
|
+
const outboundSchema: z.ZodType<CreateProjectInternalRoutes$Outbound, z.ZodTypeDef, CreateProjectInternalRoutes>;
|
|
7540
|
+
/** @deprecated use `CreateProjectInternalRoutes$Outbound` instead. */
|
|
7541
|
+
type Outbound = CreateProjectInternalRoutes$Outbound;
|
|
7542
|
+
}
|
|
7543
|
+
export declare function createProjectInternalRoutesToJSON(createProjectInternalRoutes: CreateProjectInternalRoutes): string;
|
|
7544
|
+
export declare function createProjectInternalRoutesFromJSON(jsonString: string): SafeParseResult<CreateProjectInternalRoutes, SDKValidationError>;
|
|
7545
|
+
/** @internal */
|
|
6195
7546
|
export declare const CreateProjectResponseBody$inboundSchema: z.ZodType<CreateProjectResponseBody, z.ZodTypeDef, unknown>;
|
|
6196
7547
|
/** @internal */
|
|
6197
7548
|
export type CreateProjectResponseBody$Outbound = {
|
|
@@ -6223,7 +7574,7 @@ export type CreateProjectResponseBody$Outbound = {
|
|
|
6223
7574
|
id: string;
|
|
6224
7575
|
ipBuckets?: Array<CreateProjectIpBuckets$Outbound> | undefined;
|
|
6225
7576
|
latestDeployments?: Array<CreateProjectLatestDeployments$Outbound> | undefined;
|
|
6226
|
-
link?:
|
|
7577
|
+
link?: CreateProjectLink4$Outbound | CreateProjectLink5$Outbound | CreateProjectLink3$Outbound | CreateProjectLink1$Outbound | CreateProjectLink2$Outbound | undefined;
|
|
6227
7578
|
microfrontends?: CreateProjectMicrofrontends1$Outbound | CreateProjectMicrofrontends2$Outbound | undefined;
|
|
6228
7579
|
name: string;
|
|
6229
7580
|
nodeVersion: string;
|
|
@@ -6273,6 +7624,8 @@ export type CreateProjectResponseBody$Outbound = {
|
|
|
6273
7624
|
tier?: string | undefined;
|
|
6274
7625
|
features?: CreateProjectFeatures$Outbound | undefined;
|
|
6275
7626
|
v0?: boolean | undefined;
|
|
7627
|
+
abuse?: CreateProjectAbuse$Outbound | undefined;
|
|
7628
|
+
internalRoutes?: Array<CreateProjectInternalRoutes1$Outbound | CreateProjectInternalRoutes2$Outbound> | undefined;
|
|
6276
7629
|
};
|
|
6277
7630
|
/** @internal */
|
|
6278
7631
|
export declare const CreateProjectResponseBody$outboundSchema: z.ZodType<CreateProjectResponseBody$Outbound, z.ZodTypeDef, CreateProjectResponseBody>;
|