@vercel/sdk 1.10.7 → 1.11.0
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 +3751 -930
- package/bin/mcp-server.js.map +23 -23
- package/esm/__tests__/accessgroups.test.js +6 -6
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +11 -4
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/rollingrelease.test.js +1 -1
- package/esm/__tests__/security.test.js +11 -1
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/teams.test.js +2 -2
- package/esm/__tests__/teams.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 +41 -41
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +43 -41
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +98 -98
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +113 -117
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +240 -240
- package/esm/models/createintegrationstoredirectop.js +294 -294
- package/esm/models/createortransferdomainop.d.ts +33 -0
- package/esm/models/createortransferdomainop.d.ts.map +1 -1
- package/esm/models/createortransferdomainop.js +23 -0
- package/esm/models/createortransferdomainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +1626 -281
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +1676 -298
- 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/getconfigurationproductsop.d.ts +330 -330
- package/esm/models/getconfigurationproductsop.js +408 -408
- package/esm/models/getdeploymentop.d.ts +16 -16
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +24 -24
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdomainop.d.ts +33 -0
- package/esm/models/getdomainop.d.ts.map +1 -1
- package/esm/models/getdomainop.js +24 -0
- package/esm/models/getdomainop.js.map +1 -1
- package/esm/models/getdomainsop.d.ts +33 -0
- package/esm/models/getdomainsop.d.ts.map +1 -1
- package/esm/models/getdomainsop.js +23 -0
- package/esm/models/getdomainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +1402 -57
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +1575 -202
- package/esm/models/getprojectsop.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 +72 -66
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +24 -22
- package/esm/models/getwebhooksop.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 +35 -18
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +15 -13
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +1402 -57
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +1584 -200
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +1402 -57
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +1579 -202
- package/esm/models/updateprojectop.js.map +1 -1
- 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__/domains.test.ts +11 -4
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +1 -1
- package/src/__tests__/security.test.ts +11 -1
- package/src/__tests__/teams.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 +84 -64
- package/src/models/createdeploymentop.ts +239 -192
- package/src/models/createintegrationstoredirectop.ts +505 -505
- package/src/models/createortransferdomainop.ts +41 -0
- package/src/models/createprojectop.ts +3443 -466
- package/src/models/createwebhookop.ts +24 -22
- package/src/models/getconfigurationproductsop.ts +703 -703
- package/src/models/getdeploymentop.ts +34 -34
- package/src/models/getdomainop.ts +37 -0
- package/src/models/getdomainsop.ts +39 -0
- package/src/models/getprojectsop.ts +3255 -300
- package/src/models/getwebhookop.ts +12 -11
- package/src/models/getwebhooksop.ts +24 -22
- package/src/models/listaccessgroupsop.ts +4 -7
- package/src/models/readaccessgroupop.ts +42 -7
- package/src/models/team.ts +47 -28
- package/src/models/updateprojectdatacacheop.ts +3184 -307
- package/src/models/updateprojectop.ts +3290 -298
- package/vercel-spec.json +4916 -2034
|
@@ -969,7 +969,7 @@ export type UpdateProjectLatestDeployments = {
|
|
|
969
969
|
withCache?: boolean | undefined;
|
|
970
970
|
};
|
|
971
971
|
export declare const UpdateProjectLinkProjectsResponse200ApplicationJSONType: {
|
|
972
|
-
readonly
|
|
972
|
+
readonly Bitbucket: "bitbucket";
|
|
973
973
|
};
|
|
974
974
|
export type UpdateProjectLinkProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectLinkProjectsResponse200ApplicationJSONType>;
|
|
975
975
|
export type UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks = {
|
|
@@ -980,15 +980,12 @@ export type UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks = {
|
|
|
980
980
|
url: string;
|
|
981
981
|
};
|
|
982
982
|
export type UpdateProjectLink5 = {
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
*/
|
|
987
|
-
repoOwnerId?: number | undefined;
|
|
988
|
-
repo?: string | undefined;
|
|
989
|
-
repoId?: number | undefined;
|
|
983
|
+
name: string;
|
|
984
|
+
slug: string;
|
|
985
|
+
owner: string;
|
|
990
986
|
type: UpdateProjectLinkProjectsResponse200ApplicationJSONType;
|
|
991
|
-
|
|
987
|
+
uuid: string;
|
|
988
|
+
workspaceUuid: string;
|
|
992
989
|
createdAt?: number | undefined;
|
|
993
990
|
deployHooks: Array<UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks>;
|
|
994
991
|
gitCredentialId: string;
|
|
@@ -997,7 +994,7 @@ export type UpdateProjectLink5 = {
|
|
|
997
994
|
productionBranch: string;
|
|
998
995
|
};
|
|
999
996
|
export declare const UpdateProjectLinkProjectsResponse200Type: {
|
|
1000
|
-
readonly
|
|
997
|
+
readonly Gitlab: "gitlab";
|
|
1001
998
|
};
|
|
1002
999
|
export type UpdateProjectLinkProjectsResponse200Type = ClosedEnum<typeof UpdateProjectLinkProjectsResponse200Type>;
|
|
1003
1000
|
export type UpdateProjectLinkProjectsResponse200DeployHooks = {
|
|
@@ -1008,12 +1005,16 @@ export type UpdateProjectLinkProjectsResponse200DeployHooks = {
|
|
|
1008
1005
|
url: string;
|
|
1009
1006
|
};
|
|
1010
1007
|
export type UpdateProjectLink4 = {
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1008
|
+
projectId: string;
|
|
1009
|
+
projectName: string;
|
|
1010
|
+
projectNameWithNamespace: string;
|
|
1011
|
+
projectNamespace: string;
|
|
1012
|
+
/**
|
|
1013
|
+
* 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).
|
|
1014
|
+
*/
|
|
1015
|
+
projectOwnerId?: number | undefined;
|
|
1016
|
+
projectUrl: string;
|
|
1014
1017
|
type: UpdateProjectLinkProjectsResponse200Type;
|
|
1015
|
-
uuid: string;
|
|
1016
|
-
workspaceUuid: string;
|
|
1017
1018
|
createdAt?: number | undefined;
|
|
1018
1019
|
deployHooks: Array<UpdateProjectLinkProjectsResponse200DeployHooks>;
|
|
1019
1020
|
gitCredentialId: string;
|
|
@@ -1022,7 +1023,7 @@ export type UpdateProjectLink4 = {
|
|
|
1022
1023
|
productionBranch: string;
|
|
1023
1024
|
};
|
|
1024
1025
|
export declare const UpdateProjectLinkProjectsResponseType: {
|
|
1025
|
-
readonly
|
|
1026
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
1026
1027
|
};
|
|
1027
1028
|
export type UpdateProjectLinkProjectsResponseType = ClosedEnum<typeof UpdateProjectLinkProjectsResponseType>;
|
|
1028
1029
|
export type UpdateProjectLinkProjectsResponseDeployHooks = {
|
|
@@ -1033,16 +1034,15 @@ export type UpdateProjectLinkProjectsResponseDeployHooks = {
|
|
|
1033
1034
|
url: string;
|
|
1034
1035
|
};
|
|
1035
1036
|
export type UpdateProjectLink3 = {
|
|
1036
|
-
|
|
1037
|
-
projectName: string;
|
|
1038
|
-
projectNameWithNamespace: string;
|
|
1039
|
-
projectNamespace: string;
|
|
1037
|
+
org: string;
|
|
1040
1038
|
/**
|
|
1041
|
-
* 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.
|
|
1039
|
+
* 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.
|
|
1042
1040
|
*/
|
|
1043
|
-
|
|
1044
|
-
|
|
1041
|
+
repoOwnerId?: number | undefined;
|
|
1042
|
+
repo?: string | undefined;
|
|
1043
|
+
repoId?: number | undefined;
|
|
1045
1044
|
type: UpdateProjectLinkProjectsResponseType;
|
|
1045
|
+
host: string;
|
|
1046
1046
|
createdAt?: number | undefined;
|
|
1047
1047
|
deployHooks: Array<UpdateProjectLinkProjectsResponseDeployHooks>;
|
|
1048
1048
|
gitCredentialId: string;
|
|
@@ -1104,7 +1104,7 @@ export type UpdateProjectLink1 = {
|
|
|
1104
1104
|
sourceless?: boolean | undefined;
|
|
1105
1105
|
productionBranch: string;
|
|
1106
1106
|
};
|
|
1107
|
-
export type UpdateProjectLink =
|
|
1107
|
+
export type UpdateProjectLink = UpdateProjectLink4 | UpdateProjectLink5 | UpdateProjectLink3 | UpdateProjectLink1 | UpdateProjectLink2;
|
|
1108
1108
|
export type UpdateProjectMicrofrontends2 = {
|
|
1109
1109
|
updatedAt: number;
|
|
1110
1110
|
groupIds: Array<any>;
|
|
@@ -1547,6 +1547,7 @@ export type UpdateProjectPermissions = {
|
|
|
1547
1547
|
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1548
1548
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1549
1549
|
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
1550
|
+
alerts?: Array<ACLAction> | undefined;
|
|
1550
1551
|
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1551
1552
|
observabilityFunnel?: Array<ACLAction> | undefined;
|
|
1552
1553
|
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
@@ -1725,15 +1726,15 @@ export type UpdateProjectWebAnalytics = {
|
|
|
1725
1726
|
enabledAt?: number | undefined;
|
|
1726
1727
|
hasData?: boolean | undefined;
|
|
1727
1728
|
};
|
|
1728
|
-
export declare const
|
|
1729
|
+
export declare const UpdateProjectProjectsResponse200Action: {
|
|
1729
1730
|
readonly Log: "log";
|
|
1730
1731
|
readonly Challenge: "challenge";
|
|
1731
1732
|
readonly Deny: "deny";
|
|
1732
1733
|
};
|
|
1733
|
-
export type
|
|
1734
|
+
export type UpdateProjectProjectsResponse200Action = ClosedEnum<typeof UpdateProjectProjectsResponse200Action>;
|
|
1734
1735
|
export type UpdateProjectBotFilter = {
|
|
1735
1736
|
active: boolean;
|
|
1736
|
-
action?:
|
|
1737
|
+
action?: UpdateProjectProjectsResponse200Action | undefined;
|
|
1737
1738
|
};
|
|
1738
1739
|
export declare const UpdateProjectProjectsAction: {
|
|
1739
1740
|
readonly Log: "log";
|
|
@@ -1804,6 +1805,224 @@ export type UpdateProjectTier = ClosedEnum<typeof UpdateProjectTier>;
|
|
|
1804
1805
|
export type UpdateProjectFeatures = {
|
|
1805
1806
|
webAnalytics?: boolean | undefined;
|
|
1806
1807
|
};
|
|
1808
|
+
export type UpdateProjectHistory = {
|
|
1809
|
+
scanner: string;
|
|
1810
|
+
reason: string;
|
|
1811
|
+
by: string;
|
|
1812
|
+
byId: string;
|
|
1813
|
+
at: number;
|
|
1814
|
+
};
|
|
1815
|
+
export declare const UpdateProjectAction: {
|
|
1816
|
+
readonly Blocked: "blocked";
|
|
1817
|
+
};
|
|
1818
|
+
export type UpdateProjectAction = ClosedEnum<typeof UpdateProjectAction>;
|
|
1819
|
+
export type UpdateProjectBlock = {
|
|
1820
|
+
action: UpdateProjectAction;
|
|
1821
|
+
reason: string;
|
|
1822
|
+
statusCode: number;
|
|
1823
|
+
createdAt: number;
|
|
1824
|
+
caseId?: string | undefined;
|
|
1825
|
+
actor?: string | undefined;
|
|
1826
|
+
comment?: string | undefined;
|
|
1827
|
+
isCascading?: boolean | undefined;
|
|
1828
|
+
};
|
|
1829
|
+
export declare const UpdateProjectBlockHistoryProjectsResponse200Action: {
|
|
1830
|
+
readonly RouteUnblocked: "route-unblocked";
|
|
1831
|
+
};
|
|
1832
|
+
export type UpdateProjectBlockHistoryProjectsResponse200Action = ClosedEnum<typeof UpdateProjectBlockHistoryProjectsResponse200Action>;
|
|
1833
|
+
export declare const UpdateProjectHasProjectsResponse200Type: {
|
|
1834
|
+
readonly Host: "host";
|
|
1835
|
+
};
|
|
1836
|
+
export type UpdateProjectHasProjectsResponse200Type = ClosedEnum<typeof UpdateProjectHasProjectsResponse200Type>;
|
|
1837
|
+
export type UpdateProjectHasProjectsResponse200Value = {
|
|
1838
|
+
eq: string;
|
|
1839
|
+
};
|
|
1840
|
+
export type UpdateProjectHasProjects2 = {
|
|
1841
|
+
type: UpdateProjectHasProjectsResponse200Type;
|
|
1842
|
+
value: UpdateProjectHasProjectsResponse200Value;
|
|
1843
|
+
};
|
|
1844
|
+
export declare const UpdateProjectHasProjectsResponseType: {
|
|
1845
|
+
readonly Header: "header";
|
|
1846
|
+
};
|
|
1847
|
+
export type UpdateProjectHasProjectsResponseType = ClosedEnum<typeof UpdateProjectHasProjectsResponseType>;
|
|
1848
|
+
export declare const UpdateProjectHasProjectsKey: {
|
|
1849
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
1850
|
+
};
|
|
1851
|
+
export type UpdateProjectHasProjectsKey = ClosedEnum<typeof UpdateProjectHasProjectsKey>;
|
|
1852
|
+
export type UpdateProjectHasProjectsResponseValue = {
|
|
1853
|
+
eq: string;
|
|
1854
|
+
};
|
|
1855
|
+
export type UpdateProjectHasProjects1 = {
|
|
1856
|
+
type: UpdateProjectHasProjectsResponseType;
|
|
1857
|
+
key: UpdateProjectHasProjectsKey;
|
|
1858
|
+
value: UpdateProjectHasProjectsResponseValue;
|
|
1859
|
+
};
|
|
1860
|
+
export type UpdateProjectRouteProjectsHas = UpdateProjectHasProjects1 | UpdateProjectHasProjects2;
|
|
1861
|
+
export declare const UpdateProjectRouteProjectsAction: {
|
|
1862
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
1863
|
+
};
|
|
1864
|
+
export type UpdateProjectRouteProjectsAction = ClosedEnum<typeof UpdateProjectRouteProjectsAction>;
|
|
1865
|
+
export type UpdateProjectRouteProjectsMitigate = {
|
|
1866
|
+
action: UpdateProjectRouteProjectsAction;
|
|
1867
|
+
};
|
|
1868
|
+
export type UpdateProjectRouteProjects2 = {
|
|
1869
|
+
has: Array<UpdateProjectHasProjects1 | UpdateProjectHasProjects2>;
|
|
1870
|
+
mitigate: UpdateProjectRouteProjectsMitigate;
|
|
1871
|
+
src?: string | undefined;
|
|
1872
|
+
};
|
|
1873
|
+
export type UpdateProjectRouteProjects1 = {
|
|
1874
|
+
src: string;
|
|
1875
|
+
status: number;
|
|
1876
|
+
};
|
|
1877
|
+
export type UpdateProjectBlockHistoryProjectsRoute = UpdateProjectRouteProjects1 | UpdateProjectRouteProjects2;
|
|
1878
|
+
export type UpdateProjectBlockHistory4 = {
|
|
1879
|
+
action: UpdateProjectBlockHistoryProjectsResponse200Action;
|
|
1880
|
+
route: UpdateProjectRouteProjects1 | UpdateProjectRouteProjects2;
|
|
1881
|
+
statusCode?: number | undefined;
|
|
1882
|
+
createdAt: number;
|
|
1883
|
+
caseId?: string | undefined;
|
|
1884
|
+
actor?: string | undefined;
|
|
1885
|
+
comment?: string | undefined;
|
|
1886
|
+
isCascading?: boolean | undefined;
|
|
1887
|
+
};
|
|
1888
|
+
export declare const UpdateProjectBlockHistoryProjectsResponseAction: {
|
|
1889
|
+
readonly RouteBlocked: "route-blocked";
|
|
1890
|
+
};
|
|
1891
|
+
export type UpdateProjectBlockHistoryProjectsResponseAction = ClosedEnum<typeof UpdateProjectBlockHistoryProjectsResponseAction>;
|
|
1892
|
+
export declare const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType: {
|
|
1893
|
+
readonly Host: "host";
|
|
1894
|
+
};
|
|
1895
|
+
export type UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
1896
|
+
export type UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue = {
|
|
1897
|
+
eq: string;
|
|
1898
|
+
};
|
|
1899
|
+
export type UpdateProjectHasProjectsResponse2 = {
|
|
1900
|
+
type: UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType;
|
|
1901
|
+
value: UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue;
|
|
1902
|
+
};
|
|
1903
|
+
export declare const UpdateProjectHasProjectsResponse200ApplicationJSONType: {
|
|
1904
|
+
readonly Header: "header";
|
|
1905
|
+
};
|
|
1906
|
+
export type UpdateProjectHasProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectHasProjectsResponse200ApplicationJSONType>;
|
|
1907
|
+
export declare const UpdateProjectHasProjectsResponseKey: {
|
|
1908
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
1909
|
+
};
|
|
1910
|
+
export type UpdateProjectHasProjectsResponseKey = ClosedEnum<typeof UpdateProjectHasProjectsResponseKey>;
|
|
1911
|
+
export type UpdateProjectHasProjectsResponse200ApplicationJSONValue = {
|
|
1912
|
+
eq: string;
|
|
1913
|
+
};
|
|
1914
|
+
export type UpdateProjectHasProjectsResponse1 = {
|
|
1915
|
+
type: UpdateProjectHasProjectsResponse200ApplicationJSONType;
|
|
1916
|
+
key: UpdateProjectHasProjectsResponseKey;
|
|
1917
|
+
value: UpdateProjectHasProjectsResponse200ApplicationJSONValue;
|
|
1918
|
+
};
|
|
1919
|
+
export type UpdateProjectRouteHas = UpdateProjectHasProjectsResponse1 | UpdateProjectHasProjectsResponse2;
|
|
1920
|
+
export declare const UpdateProjectRouteAction: {
|
|
1921
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
1922
|
+
};
|
|
1923
|
+
export type UpdateProjectRouteAction = ClosedEnum<typeof UpdateProjectRouteAction>;
|
|
1924
|
+
export type UpdateProjectRouteMitigate = {
|
|
1925
|
+
action: UpdateProjectRouteAction;
|
|
1926
|
+
};
|
|
1927
|
+
export type UpdateProjectRoute2 = {
|
|
1928
|
+
has: Array<UpdateProjectHasProjectsResponse1 | UpdateProjectHasProjectsResponse2>;
|
|
1929
|
+
mitigate: UpdateProjectRouteMitigate;
|
|
1930
|
+
src?: string | undefined;
|
|
1931
|
+
};
|
|
1932
|
+
export type UpdateProjectRoute1 = {
|
|
1933
|
+
src: string;
|
|
1934
|
+
status: number;
|
|
1935
|
+
};
|
|
1936
|
+
export type UpdateProjectBlockHistoryRoute = UpdateProjectRoute1 | UpdateProjectRoute2;
|
|
1937
|
+
export type UpdateProjectBlockHistory3 = {
|
|
1938
|
+
action: UpdateProjectBlockHistoryProjectsResponseAction;
|
|
1939
|
+
route: UpdateProjectRoute1 | UpdateProjectRoute2;
|
|
1940
|
+
reason: string;
|
|
1941
|
+
createdAt: number;
|
|
1942
|
+
caseId?: string | undefined;
|
|
1943
|
+
actor?: string | undefined;
|
|
1944
|
+
comment?: string | undefined;
|
|
1945
|
+
isCascading?: boolean | undefined;
|
|
1946
|
+
};
|
|
1947
|
+
export declare const UpdateProjectBlockHistoryProjectsAction: {
|
|
1948
|
+
readonly Unblocked: "unblocked";
|
|
1949
|
+
};
|
|
1950
|
+
export type UpdateProjectBlockHistoryProjectsAction = ClosedEnum<typeof UpdateProjectBlockHistoryProjectsAction>;
|
|
1951
|
+
export type UpdateProjectBlockHistory2 = {
|
|
1952
|
+
action: UpdateProjectBlockHistoryProjectsAction;
|
|
1953
|
+
createdAt: number;
|
|
1954
|
+
caseId?: string | undefined;
|
|
1955
|
+
actor?: string | undefined;
|
|
1956
|
+
comment?: string | undefined;
|
|
1957
|
+
isCascading?: boolean | undefined;
|
|
1958
|
+
};
|
|
1959
|
+
export declare const UpdateProjectBlockHistoryAction: {
|
|
1960
|
+
readonly Blocked: "blocked";
|
|
1961
|
+
};
|
|
1962
|
+
export type UpdateProjectBlockHistoryAction = ClosedEnum<typeof UpdateProjectBlockHistoryAction>;
|
|
1963
|
+
export type UpdateProjectBlockHistory1 = {
|
|
1964
|
+
action: UpdateProjectBlockHistoryAction;
|
|
1965
|
+
reason: string;
|
|
1966
|
+
statusCode: number;
|
|
1967
|
+
createdAt: number;
|
|
1968
|
+
caseId?: string | undefined;
|
|
1969
|
+
actor?: string | undefined;
|
|
1970
|
+
comment?: string | undefined;
|
|
1971
|
+
isCascading?: boolean | undefined;
|
|
1972
|
+
};
|
|
1973
|
+
export type UpdateProjectBlockHistory = UpdateProjectBlockHistory1 | UpdateProjectBlockHistory3 | UpdateProjectBlockHistory4 | UpdateProjectBlockHistory2;
|
|
1974
|
+
export type UpdateProjectAbuse = {
|
|
1975
|
+
scanner?: string | undefined;
|
|
1976
|
+
history: Array<UpdateProjectHistory>;
|
|
1977
|
+
updatedAt: number;
|
|
1978
|
+
block?: UpdateProjectBlock | undefined;
|
|
1979
|
+
blockHistory?: Array<UpdateProjectBlockHistory1 | UpdateProjectBlockHistory3 | UpdateProjectBlockHistory4 | UpdateProjectBlockHistory2> | undefined;
|
|
1980
|
+
};
|
|
1981
|
+
export declare const UpdateProjectHasProjectsType: {
|
|
1982
|
+
readonly Host: "host";
|
|
1983
|
+
};
|
|
1984
|
+
export type UpdateProjectHasProjectsType = ClosedEnum<typeof UpdateProjectHasProjectsType>;
|
|
1985
|
+
export type UpdateProjectHasProjectsValue = {
|
|
1986
|
+
eq: string;
|
|
1987
|
+
};
|
|
1988
|
+
export type UpdateProjectHas2 = {
|
|
1989
|
+
type: UpdateProjectHasProjectsType;
|
|
1990
|
+
value: UpdateProjectHasProjectsValue;
|
|
1991
|
+
};
|
|
1992
|
+
export declare const UpdateProjectHasType: {
|
|
1993
|
+
readonly Header: "header";
|
|
1994
|
+
};
|
|
1995
|
+
export type UpdateProjectHasType = ClosedEnum<typeof UpdateProjectHasType>;
|
|
1996
|
+
export declare const UpdateProjectHasKey: {
|
|
1997
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
1998
|
+
};
|
|
1999
|
+
export type UpdateProjectHasKey = ClosedEnum<typeof UpdateProjectHasKey>;
|
|
2000
|
+
export type UpdateProjectHasValue = {
|
|
2001
|
+
eq: string;
|
|
2002
|
+
};
|
|
2003
|
+
export type UpdateProjectHas1 = {
|
|
2004
|
+
type: UpdateProjectHasType;
|
|
2005
|
+
key: UpdateProjectHasKey;
|
|
2006
|
+
value: UpdateProjectHasValue;
|
|
2007
|
+
};
|
|
2008
|
+
export type UpdateProjectInternalRoutesHas = UpdateProjectHas1 | UpdateProjectHas2;
|
|
2009
|
+
export declare const UpdateProjectInternalRoutesAction: {
|
|
2010
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
2011
|
+
};
|
|
2012
|
+
export type UpdateProjectInternalRoutesAction = ClosedEnum<typeof UpdateProjectInternalRoutesAction>;
|
|
2013
|
+
export type UpdateProjectInternalRoutesMitigate = {
|
|
2014
|
+
action: UpdateProjectInternalRoutesAction;
|
|
2015
|
+
};
|
|
2016
|
+
export type UpdateProjectInternalRoutes2 = {
|
|
2017
|
+
has: Array<UpdateProjectHas1 | UpdateProjectHas2>;
|
|
2018
|
+
mitigate: UpdateProjectInternalRoutesMitigate;
|
|
2019
|
+
src?: string | undefined;
|
|
2020
|
+
};
|
|
2021
|
+
export type UpdateProjectInternalRoutes1 = {
|
|
2022
|
+
src: string;
|
|
2023
|
+
status: number;
|
|
2024
|
+
};
|
|
2025
|
+
export type UpdateProjectInternalRoutes = UpdateProjectInternalRoutes1 | UpdateProjectInternalRoutes2;
|
|
1807
2026
|
/**
|
|
1808
2027
|
* The project was successfully updated
|
|
1809
2028
|
*/
|
|
@@ -1839,7 +2058,7 @@ export type UpdateProjectResponseBody = {
|
|
|
1839
2058
|
id: string;
|
|
1840
2059
|
ipBuckets?: Array<UpdateProjectIpBuckets> | undefined;
|
|
1841
2060
|
latestDeployments?: Array<UpdateProjectLatestDeployments> | undefined;
|
|
1842
|
-
link?:
|
|
2061
|
+
link?: UpdateProjectLink4 | UpdateProjectLink5 | UpdateProjectLink3 | UpdateProjectLink1 | UpdateProjectLink2 | undefined;
|
|
1843
2062
|
microfrontends?: UpdateProjectMicrofrontends1 | UpdateProjectMicrofrontends2 | undefined;
|
|
1844
2063
|
name: string;
|
|
1845
2064
|
nodeVersion: UpdateProjectProjectsNodeVersion;
|
|
@@ -1895,6 +2114,8 @@ export type UpdateProjectResponseBody = {
|
|
|
1895
2114
|
tier?: UpdateProjectTier | undefined;
|
|
1896
2115
|
features?: UpdateProjectFeatures | undefined;
|
|
1897
2116
|
v0?: boolean | undefined;
|
|
2117
|
+
abuse?: UpdateProjectAbuse | undefined;
|
|
2118
|
+
internalRoutes?: Array<UpdateProjectInternalRoutes1 | UpdateProjectInternalRoutes2> | undefined;
|
|
1898
2119
|
};
|
|
1899
2120
|
/** @internal */
|
|
1900
2121
|
export declare const UpdateProjectFramework$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectFramework>;
|
|
@@ -4213,11 +4434,11 @@ export declare const UpdateProjectLinkProjectsResponse200ApplicationJSONType$out
|
|
|
4213
4434
|
export declare namespace UpdateProjectLinkProjectsResponse200ApplicationJSONType$ {
|
|
4214
4435
|
/** @deprecated use `UpdateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
4215
4436
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4216
|
-
readonly
|
|
4437
|
+
readonly Bitbucket: "bitbucket";
|
|
4217
4438
|
}>;
|
|
4218
4439
|
/** @deprecated use `UpdateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
4219
4440
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4220
|
-
readonly
|
|
4441
|
+
readonly Bitbucket: "bitbucket";
|
|
4221
4442
|
}>;
|
|
4222
4443
|
}
|
|
4223
4444
|
/** @internal */
|
|
@@ -4250,12 +4471,12 @@ export declare function updateProjectLinkProjectsResponse200ApplicationJSONDeplo
|
|
|
4250
4471
|
export declare const UpdateProjectLink5$inboundSchema: z.ZodType<UpdateProjectLink5, z.ZodTypeDef, unknown>;
|
|
4251
4472
|
/** @internal */
|
|
4252
4473
|
export type UpdateProjectLink5$Outbound = {
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
repoId?: number | undefined;
|
|
4474
|
+
name: string;
|
|
4475
|
+
slug: string;
|
|
4476
|
+
owner: string;
|
|
4257
4477
|
type: string;
|
|
4258
|
-
|
|
4478
|
+
uuid: string;
|
|
4479
|
+
workspaceUuid: string;
|
|
4259
4480
|
createdAt?: number | undefined;
|
|
4260
4481
|
deployHooks: Array<UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound>;
|
|
4261
4482
|
gitCredentialId: string;
|
|
@@ -4290,11 +4511,11 @@ export declare const UpdateProjectLinkProjectsResponse200Type$outboundSchema: z.
|
|
|
4290
4511
|
export declare namespace UpdateProjectLinkProjectsResponse200Type$ {
|
|
4291
4512
|
/** @deprecated use `UpdateProjectLinkProjectsResponse200Type$inboundSchema` instead. */
|
|
4292
4513
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4293
|
-
readonly
|
|
4514
|
+
readonly Gitlab: "gitlab";
|
|
4294
4515
|
}>;
|
|
4295
4516
|
/** @deprecated use `UpdateProjectLinkProjectsResponse200Type$outboundSchema` instead. */
|
|
4296
4517
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4297
|
-
readonly
|
|
4518
|
+
readonly Gitlab: "gitlab";
|
|
4298
4519
|
}>;
|
|
4299
4520
|
}
|
|
4300
4521
|
/** @internal */
|
|
@@ -4327,12 +4548,13 @@ export declare function updateProjectLinkProjectsResponse200DeployHooksFromJSON(
|
|
|
4327
4548
|
export declare const UpdateProjectLink4$inboundSchema: z.ZodType<UpdateProjectLink4, z.ZodTypeDef, unknown>;
|
|
4328
4549
|
/** @internal */
|
|
4329
4550
|
export type UpdateProjectLink4$Outbound = {
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
|
|
4551
|
+
projectId: string;
|
|
4552
|
+
projectName: string;
|
|
4553
|
+
projectNameWithNamespace: string;
|
|
4554
|
+
projectNamespace: string;
|
|
4555
|
+
projectOwnerId?: number | undefined;
|
|
4556
|
+
projectUrl: string;
|
|
4333
4557
|
type: string;
|
|
4334
|
-
uuid: string;
|
|
4335
|
-
workspaceUuid: string;
|
|
4336
4558
|
createdAt?: number | undefined;
|
|
4337
4559
|
deployHooks: Array<UpdateProjectLinkProjectsResponse200DeployHooks$Outbound>;
|
|
4338
4560
|
gitCredentialId: string;
|
|
@@ -4367,11 +4589,11 @@ export declare const UpdateProjectLinkProjectsResponseType$outboundSchema: z.Zod
|
|
|
4367
4589
|
export declare namespace UpdateProjectLinkProjectsResponseType$ {
|
|
4368
4590
|
/** @deprecated use `UpdateProjectLinkProjectsResponseType$inboundSchema` instead. */
|
|
4369
4591
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4370
|
-
readonly
|
|
4592
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
4371
4593
|
}>;
|
|
4372
4594
|
/** @deprecated use `UpdateProjectLinkProjectsResponseType$outboundSchema` instead. */
|
|
4373
4595
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4374
|
-
readonly
|
|
4596
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
4375
4597
|
}>;
|
|
4376
4598
|
}
|
|
4377
4599
|
/** @internal */
|
|
@@ -4404,13 +4626,12 @@ export declare function updateProjectLinkProjectsResponseDeployHooksFromJSON(jso
|
|
|
4404
4626
|
export declare const UpdateProjectLink3$inboundSchema: z.ZodType<UpdateProjectLink3, z.ZodTypeDef, unknown>;
|
|
4405
4627
|
/** @internal */
|
|
4406
4628
|
export type UpdateProjectLink3$Outbound = {
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
|
|
4410
|
-
|
|
4411
|
-
projectOwnerId?: number | undefined;
|
|
4412
|
-
projectUrl: string;
|
|
4629
|
+
org: string;
|
|
4630
|
+
repoOwnerId?: number | undefined;
|
|
4631
|
+
repo?: string | undefined;
|
|
4632
|
+
repoId?: number | undefined;
|
|
4413
4633
|
type: string;
|
|
4634
|
+
host: string;
|
|
4414
4635
|
createdAt?: number | undefined;
|
|
4415
4636
|
deployHooks: Array<UpdateProjectLinkProjectsResponseDeployHooks$Outbound>;
|
|
4416
4637
|
gitCredentialId: string;
|
|
@@ -4589,7 +4810,7 @@ export declare function updateProjectLink1FromJSON(jsonString: string): SafePars
|
|
|
4589
4810
|
/** @internal */
|
|
4590
4811
|
export declare const UpdateProjectLink$inboundSchema: z.ZodType<UpdateProjectLink, z.ZodTypeDef, unknown>;
|
|
4591
4812
|
/** @internal */
|
|
4592
|
-
export type UpdateProjectLink$Outbound =
|
|
4813
|
+
export type UpdateProjectLink$Outbound = UpdateProjectLink4$Outbound | UpdateProjectLink5$Outbound | UpdateProjectLink3$Outbound | UpdateProjectLink1$Outbound | UpdateProjectLink2$Outbound;
|
|
4593
4814
|
/** @internal */
|
|
4594
4815
|
export declare const UpdateProjectLink$outboundSchema: z.ZodType<UpdateProjectLink$Outbound, z.ZodTypeDef, UpdateProjectLink>;
|
|
4595
4816
|
/**
|
|
@@ -5554,6 +5775,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5554
5775
|
notificationCustomerBudget?: Array<string> | undefined;
|
|
5555
5776
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
5556
5777
|
observabilityConfiguration?: Array<string> | undefined;
|
|
5778
|
+
alerts?: Array<string> | undefined;
|
|
5557
5779
|
observabilityNotebook?: Array<string> | undefined;
|
|
5558
5780
|
observabilityFunnel?: Array<string> | undefined;
|
|
5559
5781
|
openTelemetryEndpoint?: Array<string> | undefined;
|
|
@@ -6083,21 +6305,21 @@ export declare namespace UpdateProjectWebAnalytics$ {
|
|
|
6083
6305
|
export declare function updateProjectWebAnalyticsToJSON(updateProjectWebAnalytics: UpdateProjectWebAnalytics): string;
|
|
6084
6306
|
export declare function updateProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<UpdateProjectWebAnalytics, SDKValidationError>;
|
|
6085
6307
|
/** @internal */
|
|
6086
|
-
export declare const
|
|
6308
|
+
export declare const UpdateProjectProjectsResponse200Action$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200Action>;
|
|
6087
6309
|
/** @internal */
|
|
6088
|
-
export declare const
|
|
6310
|
+
export declare const UpdateProjectProjectsResponse200Action$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200Action>;
|
|
6089
6311
|
/**
|
|
6090
6312
|
* @internal
|
|
6091
6313
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6092
6314
|
*/
|
|
6093
|
-
export declare namespace
|
|
6094
|
-
/** @deprecated use `
|
|
6315
|
+
export declare namespace UpdateProjectProjectsResponse200Action$ {
|
|
6316
|
+
/** @deprecated use `UpdateProjectProjectsResponse200Action$inboundSchema` instead. */
|
|
6095
6317
|
const inboundSchema: z.ZodNativeEnum<{
|
|
6096
6318
|
readonly Log: "log";
|
|
6097
6319
|
readonly Challenge: "challenge";
|
|
6098
6320
|
readonly Deny: "deny";
|
|
6099
6321
|
}>;
|
|
6100
|
-
/** @deprecated use `
|
|
6322
|
+
/** @deprecated use `UpdateProjectProjectsResponse200Action$outboundSchema` instead. */
|
|
6101
6323
|
const outboundSchema: z.ZodNativeEnum<{
|
|
6102
6324
|
readonly Log: "log";
|
|
6103
6325
|
readonly Challenge: "challenge";
|
|
@@ -6362,6 +6584,1127 @@ export declare namespace UpdateProjectFeatures$ {
|
|
|
6362
6584
|
export declare function updateProjectFeaturesToJSON(updateProjectFeatures: UpdateProjectFeatures): string;
|
|
6363
6585
|
export declare function updateProjectFeaturesFromJSON(jsonString: string): SafeParseResult<UpdateProjectFeatures, SDKValidationError>;
|
|
6364
6586
|
/** @internal */
|
|
6587
|
+
export declare const UpdateProjectHistory$inboundSchema: z.ZodType<UpdateProjectHistory, z.ZodTypeDef, unknown>;
|
|
6588
|
+
/** @internal */
|
|
6589
|
+
export type UpdateProjectHistory$Outbound = {
|
|
6590
|
+
scanner: string;
|
|
6591
|
+
reason: string;
|
|
6592
|
+
by: string;
|
|
6593
|
+
byId: string;
|
|
6594
|
+
at: number;
|
|
6595
|
+
};
|
|
6596
|
+
/** @internal */
|
|
6597
|
+
export declare const UpdateProjectHistory$outboundSchema: z.ZodType<UpdateProjectHistory$Outbound, z.ZodTypeDef, UpdateProjectHistory>;
|
|
6598
|
+
/**
|
|
6599
|
+
* @internal
|
|
6600
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6601
|
+
*/
|
|
6602
|
+
export declare namespace UpdateProjectHistory$ {
|
|
6603
|
+
/** @deprecated use `UpdateProjectHistory$inboundSchema` instead. */
|
|
6604
|
+
const inboundSchema: z.ZodType<UpdateProjectHistory, z.ZodTypeDef, unknown>;
|
|
6605
|
+
/** @deprecated use `UpdateProjectHistory$outboundSchema` instead. */
|
|
6606
|
+
const outboundSchema: z.ZodType<UpdateProjectHistory$Outbound, z.ZodTypeDef, UpdateProjectHistory>;
|
|
6607
|
+
/** @deprecated use `UpdateProjectHistory$Outbound` instead. */
|
|
6608
|
+
type Outbound = UpdateProjectHistory$Outbound;
|
|
6609
|
+
}
|
|
6610
|
+
export declare function updateProjectHistoryToJSON(updateProjectHistory: UpdateProjectHistory): string;
|
|
6611
|
+
export declare function updateProjectHistoryFromJSON(jsonString: string): SafeParseResult<UpdateProjectHistory, SDKValidationError>;
|
|
6612
|
+
/** @internal */
|
|
6613
|
+
export declare const UpdateProjectAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectAction>;
|
|
6614
|
+
/** @internal */
|
|
6615
|
+
export declare const UpdateProjectAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectAction>;
|
|
6616
|
+
/**
|
|
6617
|
+
* @internal
|
|
6618
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6619
|
+
*/
|
|
6620
|
+
export declare namespace UpdateProjectAction$ {
|
|
6621
|
+
/** @deprecated use `UpdateProjectAction$inboundSchema` instead. */
|
|
6622
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6623
|
+
readonly Blocked: "blocked";
|
|
6624
|
+
}>;
|
|
6625
|
+
/** @deprecated use `UpdateProjectAction$outboundSchema` instead. */
|
|
6626
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6627
|
+
readonly Blocked: "blocked";
|
|
6628
|
+
}>;
|
|
6629
|
+
}
|
|
6630
|
+
/** @internal */
|
|
6631
|
+
export declare const UpdateProjectBlock$inboundSchema: z.ZodType<UpdateProjectBlock, z.ZodTypeDef, unknown>;
|
|
6632
|
+
/** @internal */
|
|
6633
|
+
export type UpdateProjectBlock$Outbound = {
|
|
6634
|
+
action: string;
|
|
6635
|
+
reason: string;
|
|
6636
|
+
statusCode: number;
|
|
6637
|
+
createdAt: number;
|
|
6638
|
+
caseId?: string | undefined;
|
|
6639
|
+
actor?: string | undefined;
|
|
6640
|
+
comment?: string | undefined;
|
|
6641
|
+
isCascading?: boolean | undefined;
|
|
6642
|
+
};
|
|
6643
|
+
/** @internal */
|
|
6644
|
+
export declare const UpdateProjectBlock$outboundSchema: z.ZodType<UpdateProjectBlock$Outbound, z.ZodTypeDef, UpdateProjectBlock>;
|
|
6645
|
+
/**
|
|
6646
|
+
* @internal
|
|
6647
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6648
|
+
*/
|
|
6649
|
+
export declare namespace UpdateProjectBlock$ {
|
|
6650
|
+
/** @deprecated use `UpdateProjectBlock$inboundSchema` instead. */
|
|
6651
|
+
const inboundSchema: z.ZodType<UpdateProjectBlock, z.ZodTypeDef, unknown>;
|
|
6652
|
+
/** @deprecated use `UpdateProjectBlock$outboundSchema` instead. */
|
|
6653
|
+
const outboundSchema: z.ZodType<UpdateProjectBlock$Outbound, z.ZodTypeDef, UpdateProjectBlock>;
|
|
6654
|
+
/** @deprecated use `UpdateProjectBlock$Outbound` instead. */
|
|
6655
|
+
type Outbound = UpdateProjectBlock$Outbound;
|
|
6656
|
+
}
|
|
6657
|
+
export declare function updateProjectBlockToJSON(updateProjectBlock: UpdateProjectBlock): string;
|
|
6658
|
+
export declare function updateProjectBlockFromJSON(jsonString: string): SafeParseResult<UpdateProjectBlock, SDKValidationError>;
|
|
6659
|
+
/** @internal */
|
|
6660
|
+
export declare const UpdateProjectBlockHistoryProjectsResponse200Action$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsResponse200Action>;
|
|
6661
|
+
/** @internal */
|
|
6662
|
+
export declare const UpdateProjectBlockHistoryProjectsResponse200Action$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsResponse200Action>;
|
|
6663
|
+
/**
|
|
6664
|
+
* @internal
|
|
6665
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6666
|
+
*/
|
|
6667
|
+
export declare namespace UpdateProjectBlockHistoryProjectsResponse200Action$ {
|
|
6668
|
+
/** @deprecated use `UpdateProjectBlockHistoryProjectsResponse200Action$inboundSchema` instead. */
|
|
6669
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6670
|
+
readonly RouteUnblocked: "route-unblocked";
|
|
6671
|
+
}>;
|
|
6672
|
+
/** @deprecated use `UpdateProjectBlockHistoryProjectsResponse200Action$outboundSchema` instead. */
|
|
6673
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6674
|
+
readonly RouteUnblocked: "route-unblocked";
|
|
6675
|
+
}>;
|
|
6676
|
+
}
|
|
6677
|
+
/** @internal */
|
|
6678
|
+
export declare const UpdateProjectHasProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200Type>;
|
|
6679
|
+
/** @internal */
|
|
6680
|
+
export declare const UpdateProjectHasProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200Type>;
|
|
6681
|
+
/**
|
|
6682
|
+
* @internal
|
|
6683
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6684
|
+
*/
|
|
6685
|
+
export declare namespace UpdateProjectHasProjectsResponse200Type$ {
|
|
6686
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse200Type$inboundSchema` instead. */
|
|
6687
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6688
|
+
readonly Host: "host";
|
|
6689
|
+
}>;
|
|
6690
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse200Type$outboundSchema` instead. */
|
|
6691
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6692
|
+
readonly Host: "host";
|
|
6693
|
+
}>;
|
|
6694
|
+
}
|
|
6695
|
+
/** @internal */
|
|
6696
|
+
export declare const UpdateProjectHasProjectsResponse200Value$inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200Value, z.ZodTypeDef, unknown>;
|
|
6697
|
+
/** @internal */
|
|
6698
|
+
export type UpdateProjectHasProjectsResponse200Value$Outbound = {
|
|
6699
|
+
eq: string;
|
|
6700
|
+
};
|
|
6701
|
+
/** @internal */
|
|
6702
|
+
export declare const UpdateProjectHasProjectsResponse200Value$outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200Value$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse200Value>;
|
|
6703
|
+
/**
|
|
6704
|
+
* @internal
|
|
6705
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6706
|
+
*/
|
|
6707
|
+
export declare namespace UpdateProjectHasProjectsResponse200Value$ {
|
|
6708
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse200Value$inboundSchema` instead. */
|
|
6709
|
+
const inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200Value, z.ZodTypeDef, unknown>;
|
|
6710
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse200Value$outboundSchema` instead. */
|
|
6711
|
+
const outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200Value$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse200Value>;
|
|
6712
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse200Value$Outbound` instead. */
|
|
6713
|
+
type Outbound = UpdateProjectHasProjectsResponse200Value$Outbound;
|
|
6714
|
+
}
|
|
6715
|
+
export declare function updateProjectHasProjectsResponse200ValueToJSON(updateProjectHasProjectsResponse200Value: UpdateProjectHasProjectsResponse200Value): string;
|
|
6716
|
+
export declare function updateProjectHasProjectsResponse200ValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjectsResponse200Value, SDKValidationError>;
|
|
6717
|
+
/** @internal */
|
|
6718
|
+
export declare const UpdateProjectHasProjects2$inboundSchema: z.ZodType<UpdateProjectHasProjects2, z.ZodTypeDef, unknown>;
|
|
6719
|
+
/** @internal */
|
|
6720
|
+
export type UpdateProjectHasProjects2$Outbound = {
|
|
6721
|
+
type: string;
|
|
6722
|
+
value: UpdateProjectHasProjectsResponse200Value$Outbound;
|
|
6723
|
+
};
|
|
6724
|
+
/** @internal */
|
|
6725
|
+
export declare const UpdateProjectHasProjects2$outboundSchema: z.ZodType<UpdateProjectHasProjects2$Outbound, z.ZodTypeDef, UpdateProjectHasProjects2>;
|
|
6726
|
+
/**
|
|
6727
|
+
* @internal
|
|
6728
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6729
|
+
*/
|
|
6730
|
+
export declare namespace UpdateProjectHasProjects2$ {
|
|
6731
|
+
/** @deprecated use `UpdateProjectHasProjects2$inboundSchema` instead. */
|
|
6732
|
+
const inboundSchema: z.ZodType<UpdateProjectHasProjects2, z.ZodTypeDef, unknown>;
|
|
6733
|
+
/** @deprecated use `UpdateProjectHasProjects2$outboundSchema` instead. */
|
|
6734
|
+
const outboundSchema: z.ZodType<UpdateProjectHasProjects2$Outbound, z.ZodTypeDef, UpdateProjectHasProjects2>;
|
|
6735
|
+
/** @deprecated use `UpdateProjectHasProjects2$Outbound` instead. */
|
|
6736
|
+
type Outbound = UpdateProjectHasProjects2$Outbound;
|
|
6737
|
+
}
|
|
6738
|
+
export declare function updateProjectHasProjects2ToJSON(updateProjectHasProjects2: UpdateProjectHasProjects2): string;
|
|
6739
|
+
export declare function updateProjectHasProjects2FromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjects2, SDKValidationError>;
|
|
6740
|
+
/** @internal */
|
|
6741
|
+
export declare const UpdateProjectHasProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponseType>;
|
|
6742
|
+
/** @internal */
|
|
6743
|
+
export declare const UpdateProjectHasProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponseType>;
|
|
6744
|
+
/**
|
|
6745
|
+
* @internal
|
|
6746
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6747
|
+
*/
|
|
6748
|
+
export declare namespace UpdateProjectHasProjectsResponseType$ {
|
|
6749
|
+
/** @deprecated use `UpdateProjectHasProjectsResponseType$inboundSchema` instead. */
|
|
6750
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6751
|
+
readonly Header: "header";
|
|
6752
|
+
}>;
|
|
6753
|
+
/** @deprecated use `UpdateProjectHasProjectsResponseType$outboundSchema` instead. */
|
|
6754
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6755
|
+
readonly Header: "header";
|
|
6756
|
+
}>;
|
|
6757
|
+
}
|
|
6758
|
+
/** @internal */
|
|
6759
|
+
export declare const UpdateProjectHasProjectsKey$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsKey>;
|
|
6760
|
+
/** @internal */
|
|
6761
|
+
export declare const UpdateProjectHasProjectsKey$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsKey>;
|
|
6762
|
+
/**
|
|
6763
|
+
* @internal
|
|
6764
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6765
|
+
*/
|
|
6766
|
+
export declare namespace UpdateProjectHasProjectsKey$ {
|
|
6767
|
+
/** @deprecated use `UpdateProjectHasProjectsKey$inboundSchema` instead. */
|
|
6768
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6769
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
6770
|
+
}>;
|
|
6771
|
+
/** @deprecated use `UpdateProjectHasProjectsKey$outboundSchema` instead. */
|
|
6772
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6773
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
6774
|
+
}>;
|
|
6775
|
+
}
|
|
6776
|
+
/** @internal */
|
|
6777
|
+
export declare const UpdateProjectHasProjectsResponseValue$inboundSchema: z.ZodType<UpdateProjectHasProjectsResponseValue, z.ZodTypeDef, unknown>;
|
|
6778
|
+
/** @internal */
|
|
6779
|
+
export type UpdateProjectHasProjectsResponseValue$Outbound = {
|
|
6780
|
+
eq: string;
|
|
6781
|
+
};
|
|
6782
|
+
/** @internal */
|
|
6783
|
+
export declare const UpdateProjectHasProjectsResponseValue$outboundSchema: z.ZodType<UpdateProjectHasProjectsResponseValue$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponseValue>;
|
|
6784
|
+
/**
|
|
6785
|
+
* @internal
|
|
6786
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6787
|
+
*/
|
|
6788
|
+
export declare namespace UpdateProjectHasProjectsResponseValue$ {
|
|
6789
|
+
/** @deprecated use `UpdateProjectHasProjectsResponseValue$inboundSchema` instead. */
|
|
6790
|
+
const inboundSchema: z.ZodType<UpdateProjectHasProjectsResponseValue, z.ZodTypeDef, unknown>;
|
|
6791
|
+
/** @deprecated use `UpdateProjectHasProjectsResponseValue$outboundSchema` instead. */
|
|
6792
|
+
const outboundSchema: z.ZodType<UpdateProjectHasProjectsResponseValue$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponseValue>;
|
|
6793
|
+
/** @deprecated use `UpdateProjectHasProjectsResponseValue$Outbound` instead. */
|
|
6794
|
+
type Outbound = UpdateProjectHasProjectsResponseValue$Outbound;
|
|
6795
|
+
}
|
|
6796
|
+
export declare function updateProjectHasProjectsResponseValueToJSON(updateProjectHasProjectsResponseValue: UpdateProjectHasProjectsResponseValue): string;
|
|
6797
|
+
export declare function updateProjectHasProjectsResponseValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjectsResponseValue, SDKValidationError>;
|
|
6798
|
+
/** @internal */
|
|
6799
|
+
export declare const UpdateProjectHasProjects1$inboundSchema: z.ZodType<UpdateProjectHasProjects1, z.ZodTypeDef, unknown>;
|
|
6800
|
+
/** @internal */
|
|
6801
|
+
export type UpdateProjectHasProjects1$Outbound = {
|
|
6802
|
+
type: string;
|
|
6803
|
+
key: string;
|
|
6804
|
+
value: UpdateProjectHasProjectsResponseValue$Outbound;
|
|
6805
|
+
};
|
|
6806
|
+
/** @internal */
|
|
6807
|
+
export declare const UpdateProjectHasProjects1$outboundSchema: z.ZodType<UpdateProjectHasProjects1$Outbound, z.ZodTypeDef, UpdateProjectHasProjects1>;
|
|
6808
|
+
/**
|
|
6809
|
+
* @internal
|
|
6810
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6811
|
+
*/
|
|
6812
|
+
export declare namespace UpdateProjectHasProjects1$ {
|
|
6813
|
+
/** @deprecated use `UpdateProjectHasProjects1$inboundSchema` instead. */
|
|
6814
|
+
const inboundSchema: z.ZodType<UpdateProjectHasProjects1, z.ZodTypeDef, unknown>;
|
|
6815
|
+
/** @deprecated use `UpdateProjectHasProjects1$outboundSchema` instead. */
|
|
6816
|
+
const outboundSchema: z.ZodType<UpdateProjectHasProjects1$Outbound, z.ZodTypeDef, UpdateProjectHasProjects1>;
|
|
6817
|
+
/** @deprecated use `UpdateProjectHasProjects1$Outbound` instead. */
|
|
6818
|
+
type Outbound = UpdateProjectHasProjects1$Outbound;
|
|
6819
|
+
}
|
|
6820
|
+
export declare function updateProjectHasProjects1ToJSON(updateProjectHasProjects1: UpdateProjectHasProjects1): string;
|
|
6821
|
+
export declare function updateProjectHasProjects1FromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjects1, SDKValidationError>;
|
|
6822
|
+
/** @internal */
|
|
6823
|
+
export declare const UpdateProjectRouteProjectsHas$inboundSchema: z.ZodType<UpdateProjectRouteProjectsHas, z.ZodTypeDef, unknown>;
|
|
6824
|
+
/** @internal */
|
|
6825
|
+
export type UpdateProjectRouteProjectsHas$Outbound = UpdateProjectHasProjects1$Outbound | UpdateProjectHasProjects2$Outbound;
|
|
6826
|
+
/** @internal */
|
|
6827
|
+
export declare const UpdateProjectRouteProjectsHas$outboundSchema: z.ZodType<UpdateProjectRouteProjectsHas$Outbound, z.ZodTypeDef, UpdateProjectRouteProjectsHas>;
|
|
6828
|
+
/**
|
|
6829
|
+
* @internal
|
|
6830
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6831
|
+
*/
|
|
6832
|
+
export declare namespace UpdateProjectRouteProjectsHas$ {
|
|
6833
|
+
/** @deprecated use `UpdateProjectRouteProjectsHas$inboundSchema` instead. */
|
|
6834
|
+
const inboundSchema: z.ZodType<UpdateProjectRouteProjectsHas, z.ZodTypeDef, unknown>;
|
|
6835
|
+
/** @deprecated use `UpdateProjectRouteProjectsHas$outboundSchema` instead. */
|
|
6836
|
+
const outboundSchema: z.ZodType<UpdateProjectRouteProjectsHas$Outbound, z.ZodTypeDef, UpdateProjectRouteProjectsHas>;
|
|
6837
|
+
/** @deprecated use `UpdateProjectRouteProjectsHas$Outbound` instead. */
|
|
6838
|
+
type Outbound = UpdateProjectRouteProjectsHas$Outbound;
|
|
6839
|
+
}
|
|
6840
|
+
export declare function updateProjectRouteProjectsHasToJSON(updateProjectRouteProjectsHas: UpdateProjectRouteProjectsHas): string;
|
|
6841
|
+
export declare function updateProjectRouteProjectsHasFromJSON(jsonString: string): SafeParseResult<UpdateProjectRouteProjectsHas, SDKValidationError>;
|
|
6842
|
+
/** @internal */
|
|
6843
|
+
export declare const UpdateProjectRouteProjectsAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectRouteProjectsAction>;
|
|
6844
|
+
/** @internal */
|
|
6845
|
+
export declare const UpdateProjectRouteProjectsAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectRouteProjectsAction>;
|
|
6846
|
+
/**
|
|
6847
|
+
* @internal
|
|
6848
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6849
|
+
*/
|
|
6850
|
+
export declare namespace UpdateProjectRouteProjectsAction$ {
|
|
6851
|
+
/** @deprecated use `UpdateProjectRouteProjectsAction$inboundSchema` instead. */
|
|
6852
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6853
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
6854
|
+
}>;
|
|
6855
|
+
/** @deprecated use `UpdateProjectRouteProjectsAction$outboundSchema` instead. */
|
|
6856
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6857
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
6858
|
+
}>;
|
|
6859
|
+
}
|
|
6860
|
+
/** @internal */
|
|
6861
|
+
export declare const UpdateProjectRouteProjectsMitigate$inboundSchema: z.ZodType<UpdateProjectRouteProjectsMitigate, z.ZodTypeDef, unknown>;
|
|
6862
|
+
/** @internal */
|
|
6863
|
+
export type UpdateProjectRouteProjectsMitigate$Outbound = {
|
|
6864
|
+
action: string;
|
|
6865
|
+
};
|
|
6866
|
+
/** @internal */
|
|
6867
|
+
export declare const UpdateProjectRouteProjectsMitigate$outboundSchema: z.ZodType<UpdateProjectRouteProjectsMitigate$Outbound, z.ZodTypeDef, UpdateProjectRouteProjectsMitigate>;
|
|
6868
|
+
/**
|
|
6869
|
+
* @internal
|
|
6870
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6871
|
+
*/
|
|
6872
|
+
export declare namespace UpdateProjectRouteProjectsMitigate$ {
|
|
6873
|
+
/** @deprecated use `UpdateProjectRouteProjectsMitigate$inboundSchema` instead. */
|
|
6874
|
+
const inboundSchema: z.ZodType<UpdateProjectRouteProjectsMitigate, z.ZodTypeDef, unknown>;
|
|
6875
|
+
/** @deprecated use `UpdateProjectRouteProjectsMitigate$outboundSchema` instead. */
|
|
6876
|
+
const outboundSchema: z.ZodType<UpdateProjectRouteProjectsMitigate$Outbound, z.ZodTypeDef, UpdateProjectRouteProjectsMitigate>;
|
|
6877
|
+
/** @deprecated use `UpdateProjectRouteProjectsMitigate$Outbound` instead. */
|
|
6878
|
+
type Outbound = UpdateProjectRouteProjectsMitigate$Outbound;
|
|
6879
|
+
}
|
|
6880
|
+
export declare function updateProjectRouteProjectsMitigateToJSON(updateProjectRouteProjectsMitigate: UpdateProjectRouteProjectsMitigate): string;
|
|
6881
|
+
export declare function updateProjectRouteProjectsMitigateFromJSON(jsonString: string): SafeParseResult<UpdateProjectRouteProjectsMitigate, SDKValidationError>;
|
|
6882
|
+
/** @internal */
|
|
6883
|
+
export declare const UpdateProjectRouteProjects2$inboundSchema: z.ZodType<UpdateProjectRouteProjects2, z.ZodTypeDef, unknown>;
|
|
6884
|
+
/** @internal */
|
|
6885
|
+
export type UpdateProjectRouteProjects2$Outbound = {
|
|
6886
|
+
has: Array<UpdateProjectHasProjects1$Outbound | UpdateProjectHasProjects2$Outbound>;
|
|
6887
|
+
mitigate: UpdateProjectRouteProjectsMitigate$Outbound;
|
|
6888
|
+
src?: string | undefined;
|
|
6889
|
+
};
|
|
6890
|
+
/** @internal */
|
|
6891
|
+
export declare const UpdateProjectRouteProjects2$outboundSchema: z.ZodType<UpdateProjectRouteProjects2$Outbound, z.ZodTypeDef, UpdateProjectRouteProjects2>;
|
|
6892
|
+
/**
|
|
6893
|
+
* @internal
|
|
6894
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6895
|
+
*/
|
|
6896
|
+
export declare namespace UpdateProjectRouteProjects2$ {
|
|
6897
|
+
/** @deprecated use `UpdateProjectRouteProjects2$inboundSchema` instead. */
|
|
6898
|
+
const inboundSchema: z.ZodType<UpdateProjectRouteProjects2, z.ZodTypeDef, unknown>;
|
|
6899
|
+
/** @deprecated use `UpdateProjectRouteProjects2$outboundSchema` instead. */
|
|
6900
|
+
const outboundSchema: z.ZodType<UpdateProjectRouteProjects2$Outbound, z.ZodTypeDef, UpdateProjectRouteProjects2>;
|
|
6901
|
+
/** @deprecated use `UpdateProjectRouteProjects2$Outbound` instead. */
|
|
6902
|
+
type Outbound = UpdateProjectRouteProjects2$Outbound;
|
|
6903
|
+
}
|
|
6904
|
+
export declare function updateProjectRouteProjects2ToJSON(updateProjectRouteProjects2: UpdateProjectRouteProjects2): string;
|
|
6905
|
+
export declare function updateProjectRouteProjects2FromJSON(jsonString: string): SafeParseResult<UpdateProjectRouteProjects2, SDKValidationError>;
|
|
6906
|
+
/** @internal */
|
|
6907
|
+
export declare const UpdateProjectRouteProjects1$inboundSchema: z.ZodType<UpdateProjectRouteProjects1, z.ZodTypeDef, unknown>;
|
|
6908
|
+
/** @internal */
|
|
6909
|
+
export type UpdateProjectRouteProjects1$Outbound = {
|
|
6910
|
+
src: string;
|
|
6911
|
+
status: number;
|
|
6912
|
+
};
|
|
6913
|
+
/** @internal */
|
|
6914
|
+
export declare const UpdateProjectRouteProjects1$outboundSchema: z.ZodType<UpdateProjectRouteProjects1$Outbound, z.ZodTypeDef, UpdateProjectRouteProjects1>;
|
|
6915
|
+
/**
|
|
6916
|
+
* @internal
|
|
6917
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6918
|
+
*/
|
|
6919
|
+
export declare namespace UpdateProjectRouteProjects1$ {
|
|
6920
|
+
/** @deprecated use `UpdateProjectRouteProjects1$inboundSchema` instead. */
|
|
6921
|
+
const inboundSchema: z.ZodType<UpdateProjectRouteProjects1, z.ZodTypeDef, unknown>;
|
|
6922
|
+
/** @deprecated use `UpdateProjectRouteProjects1$outboundSchema` instead. */
|
|
6923
|
+
const outboundSchema: z.ZodType<UpdateProjectRouteProjects1$Outbound, z.ZodTypeDef, UpdateProjectRouteProjects1>;
|
|
6924
|
+
/** @deprecated use `UpdateProjectRouteProjects1$Outbound` instead. */
|
|
6925
|
+
type Outbound = UpdateProjectRouteProjects1$Outbound;
|
|
6926
|
+
}
|
|
6927
|
+
export declare function updateProjectRouteProjects1ToJSON(updateProjectRouteProjects1: UpdateProjectRouteProjects1): string;
|
|
6928
|
+
export declare function updateProjectRouteProjects1FromJSON(jsonString: string): SafeParseResult<UpdateProjectRouteProjects1, SDKValidationError>;
|
|
6929
|
+
/** @internal */
|
|
6930
|
+
export declare const UpdateProjectBlockHistoryProjectsRoute$inboundSchema: z.ZodType<UpdateProjectBlockHistoryProjectsRoute, z.ZodTypeDef, unknown>;
|
|
6931
|
+
/** @internal */
|
|
6932
|
+
export type UpdateProjectBlockHistoryProjectsRoute$Outbound = UpdateProjectRouteProjects1$Outbound | UpdateProjectRouteProjects2$Outbound;
|
|
6933
|
+
/** @internal */
|
|
6934
|
+
export declare const UpdateProjectBlockHistoryProjectsRoute$outboundSchema: z.ZodType<UpdateProjectBlockHistoryProjectsRoute$Outbound, z.ZodTypeDef, UpdateProjectBlockHistoryProjectsRoute>;
|
|
6935
|
+
/**
|
|
6936
|
+
* @internal
|
|
6937
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6938
|
+
*/
|
|
6939
|
+
export declare namespace UpdateProjectBlockHistoryProjectsRoute$ {
|
|
6940
|
+
/** @deprecated use `UpdateProjectBlockHistoryProjectsRoute$inboundSchema` instead. */
|
|
6941
|
+
const inboundSchema: z.ZodType<UpdateProjectBlockHistoryProjectsRoute, z.ZodTypeDef, unknown>;
|
|
6942
|
+
/** @deprecated use `UpdateProjectBlockHistoryProjectsRoute$outboundSchema` instead. */
|
|
6943
|
+
const outboundSchema: z.ZodType<UpdateProjectBlockHistoryProjectsRoute$Outbound, z.ZodTypeDef, UpdateProjectBlockHistoryProjectsRoute>;
|
|
6944
|
+
/** @deprecated use `UpdateProjectBlockHistoryProjectsRoute$Outbound` instead. */
|
|
6945
|
+
type Outbound = UpdateProjectBlockHistoryProjectsRoute$Outbound;
|
|
6946
|
+
}
|
|
6947
|
+
export declare function updateProjectBlockHistoryProjectsRouteToJSON(updateProjectBlockHistoryProjectsRoute: UpdateProjectBlockHistoryProjectsRoute): string;
|
|
6948
|
+
export declare function updateProjectBlockHistoryProjectsRouteFromJSON(jsonString: string): SafeParseResult<UpdateProjectBlockHistoryProjectsRoute, SDKValidationError>;
|
|
6949
|
+
/** @internal */
|
|
6950
|
+
export declare const UpdateProjectBlockHistory4$inboundSchema: z.ZodType<UpdateProjectBlockHistory4, z.ZodTypeDef, unknown>;
|
|
6951
|
+
/** @internal */
|
|
6952
|
+
export type UpdateProjectBlockHistory4$Outbound = {
|
|
6953
|
+
action: string;
|
|
6954
|
+
route: UpdateProjectRouteProjects1$Outbound | UpdateProjectRouteProjects2$Outbound;
|
|
6955
|
+
statusCode?: number | undefined;
|
|
6956
|
+
createdAt: number;
|
|
6957
|
+
caseId?: string | undefined;
|
|
6958
|
+
actor?: string | undefined;
|
|
6959
|
+
comment?: string | undefined;
|
|
6960
|
+
isCascading?: boolean | undefined;
|
|
6961
|
+
};
|
|
6962
|
+
/** @internal */
|
|
6963
|
+
export declare const UpdateProjectBlockHistory4$outboundSchema: z.ZodType<UpdateProjectBlockHistory4$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory4>;
|
|
6964
|
+
/**
|
|
6965
|
+
* @internal
|
|
6966
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6967
|
+
*/
|
|
6968
|
+
export declare namespace UpdateProjectBlockHistory4$ {
|
|
6969
|
+
/** @deprecated use `UpdateProjectBlockHistory4$inboundSchema` instead. */
|
|
6970
|
+
const inboundSchema: z.ZodType<UpdateProjectBlockHistory4, z.ZodTypeDef, unknown>;
|
|
6971
|
+
/** @deprecated use `UpdateProjectBlockHistory4$outboundSchema` instead. */
|
|
6972
|
+
const outboundSchema: z.ZodType<UpdateProjectBlockHistory4$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory4>;
|
|
6973
|
+
/** @deprecated use `UpdateProjectBlockHistory4$Outbound` instead. */
|
|
6974
|
+
type Outbound = UpdateProjectBlockHistory4$Outbound;
|
|
6975
|
+
}
|
|
6976
|
+
export declare function updateProjectBlockHistory4ToJSON(updateProjectBlockHistory4: UpdateProjectBlockHistory4): string;
|
|
6977
|
+
export declare function updateProjectBlockHistory4FromJSON(jsonString: string): SafeParseResult<UpdateProjectBlockHistory4, SDKValidationError>;
|
|
6978
|
+
/** @internal */
|
|
6979
|
+
export declare const UpdateProjectBlockHistoryProjectsResponseAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsResponseAction>;
|
|
6980
|
+
/** @internal */
|
|
6981
|
+
export declare const UpdateProjectBlockHistoryProjectsResponseAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsResponseAction>;
|
|
6982
|
+
/**
|
|
6983
|
+
* @internal
|
|
6984
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6985
|
+
*/
|
|
6986
|
+
export declare namespace UpdateProjectBlockHistoryProjectsResponseAction$ {
|
|
6987
|
+
/** @deprecated use `UpdateProjectBlockHistoryProjectsResponseAction$inboundSchema` instead. */
|
|
6988
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
6989
|
+
readonly RouteBlocked: "route-blocked";
|
|
6990
|
+
}>;
|
|
6991
|
+
/** @deprecated use `UpdateProjectBlockHistoryProjectsResponseAction$outboundSchema` instead. */
|
|
6992
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
6993
|
+
readonly RouteBlocked: "route-blocked";
|
|
6994
|
+
}>;
|
|
6995
|
+
}
|
|
6996
|
+
/** @internal */
|
|
6997
|
+
export declare const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
6998
|
+
/** @internal */
|
|
6999
|
+
export declare const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
7000
|
+
/**
|
|
7001
|
+
* @internal
|
|
7002
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7003
|
+
*/
|
|
7004
|
+
export declare namespace UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$ {
|
|
7005
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
|
|
7006
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
7007
|
+
readonly Host: "host";
|
|
7008
|
+
}>;
|
|
7009
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
|
|
7010
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
7011
|
+
readonly Host: "host";
|
|
7012
|
+
}>;
|
|
7013
|
+
}
|
|
7014
|
+
/** @internal */
|
|
7015
|
+
export declare const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue, z.ZodTypeDef, unknown>;
|
|
7016
|
+
/** @internal */
|
|
7017
|
+
export type UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound = {
|
|
7018
|
+
eq: string;
|
|
7019
|
+
};
|
|
7020
|
+
/** @internal */
|
|
7021
|
+
export declare const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue>;
|
|
7022
|
+
/**
|
|
7023
|
+
* @internal
|
|
7024
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7025
|
+
*/
|
|
7026
|
+
export declare namespace UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$ {
|
|
7027
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema` instead. */
|
|
7028
|
+
const inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue, z.ZodTypeDef, unknown>;
|
|
7029
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$outboundSchema` instead. */
|
|
7030
|
+
const outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue>;
|
|
7031
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound` instead. */
|
|
7032
|
+
type Outbound = UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound;
|
|
7033
|
+
}
|
|
7034
|
+
export declare function updateProjectHasProjectsResponse200ApplicationJSONResponseBodyValueToJSON(updateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue: UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue): string;
|
|
7035
|
+
export declare function updateProjectHasProjectsResponse200ApplicationJSONResponseBodyValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue, SDKValidationError>;
|
|
7036
|
+
/** @internal */
|
|
7037
|
+
export declare const UpdateProjectHasProjectsResponse2$inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse2, z.ZodTypeDef, unknown>;
|
|
7038
|
+
/** @internal */
|
|
7039
|
+
export type UpdateProjectHasProjectsResponse2$Outbound = {
|
|
7040
|
+
type: string;
|
|
7041
|
+
value: UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound;
|
|
7042
|
+
};
|
|
7043
|
+
/** @internal */
|
|
7044
|
+
export declare const UpdateProjectHasProjectsResponse2$outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse2$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse2>;
|
|
7045
|
+
/**
|
|
7046
|
+
* @internal
|
|
7047
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7048
|
+
*/
|
|
7049
|
+
export declare namespace UpdateProjectHasProjectsResponse2$ {
|
|
7050
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse2$inboundSchema` instead. */
|
|
7051
|
+
const inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse2, z.ZodTypeDef, unknown>;
|
|
7052
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse2$outboundSchema` instead. */
|
|
7053
|
+
const outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse2$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse2>;
|
|
7054
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse2$Outbound` instead. */
|
|
7055
|
+
type Outbound = UpdateProjectHasProjectsResponse2$Outbound;
|
|
7056
|
+
}
|
|
7057
|
+
export declare function updateProjectHasProjectsResponse2ToJSON(updateProjectHasProjectsResponse2: UpdateProjectHasProjectsResponse2): string;
|
|
7058
|
+
export declare function updateProjectHasProjectsResponse2FromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjectsResponse2, SDKValidationError>;
|
|
7059
|
+
/** @internal */
|
|
7060
|
+
export declare const UpdateProjectHasProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200ApplicationJSONType>;
|
|
7061
|
+
/** @internal */
|
|
7062
|
+
export declare const UpdateProjectHasProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200ApplicationJSONType>;
|
|
7063
|
+
/**
|
|
7064
|
+
* @internal
|
|
7065
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7066
|
+
*/
|
|
7067
|
+
export declare namespace UpdateProjectHasProjectsResponse200ApplicationJSONType$ {
|
|
7068
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
7069
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
7070
|
+
readonly Header: "header";
|
|
7071
|
+
}>;
|
|
7072
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
7073
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
7074
|
+
readonly Header: "header";
|
|
7075
|
+
}>;
|
|
7076
|
+
}
|
|
7077
|
+
/** @internal */
|
|
7078
|
+
export declare const UpdateProjectHasProjectsResponseKey$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponseKey>;
|
|
7079
|
+
/** @internal */
|
|
7080
|
+
export declare const UpdateProjectHasProjectsResponseKey$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponseKey>;
|
|
7081
|
+
/**
|
|
7082
|
+
* @internal
|
|
7083
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7084
|
+
*/
|
|
7085
|
+
export declare namespace UpdateProjectHasProjectsResponseKey$ {
|
|
7086
|
+
/** @deprecated use `UpdateProjectHasProjectsResponseKey$inboundSchema` instead. */
|
|
7087
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
7088
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
7089
|
+
}>;
|
|
7090
|
+
/** @deprecated use `UpdateProjectHasProjectsResponseKey$outboundSchema` instead. */
|
|
7091
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
7092
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
7093
|
+
}>;
|
|
7094
|
+
}
|
|
7095
|
+
/** @internal */
|
|
7096
|
+
export declare const UpdateProjectHasProjectsResponse200ApplicationJSONValue$inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200ApplicationJSONValue, z.ZodTypeDef, unknown>;
|
|
7097
|
+
/** @internal */
|
|
7098
|
+
export type UpdateProjectHasProjectsResponse200ApplicationJSONValue$Outbound = {
|
|
7099
|
+
eq: string;
|
|
7100
|
+
};
|
|
7101
|
+
/** @internal */
|
|
7102
|
+
export declare const UpdateProjectHasProjectsResponse200ApplicationJSONValue$outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200ApplicationJSONValue$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse200ApplicationJSONValue>;
|
|
7103
|
+
/**
|
|
7104
|
+
* @internal
|
|
7105
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7106
|
+
*/
|
|
7107
|
+
export declare namespace UpdateProjectHasProjectsResponse200ApplicationJSONValue$ {
|
|
7108
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONValue$inboundSchema` instead. */
|
|
7109
|
+
const inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200ApplicationJSONValue, z.ZodTypeDef, unknown>;
|
|
7110
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONValue$outboundSchema` instead. */
|
|
7111
|
+
const outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200ApplicationJSONValue$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse200ApplicationJSONValue>;
|
|
7112
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONValue$Outbound` instead. */
|
|
7113
|
+
type Outbound = UpdateProjectHasProjectsResponse200ApplicationJSONValue$Outbound;
|
|
7114
|
+
}
|
|
7115
|
+
export declare function updateProjectHasProjectsResponse200ApplicationJSONValueToJSON(updateProjectHasProjectsResponse200ApplicationJSONValue: UpdateProjectHasProjectsResponse200ApplicationJSONValue): string;
|
|
7116
|
+
export declare function updateProjectHasProjectsResponse200ApplicationJSONValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjectsResponse200ApplicationJSONValue, SDKValidationError>;
|
|
7117
|
+
/** @internal */
|
|
7118
|
+
export declare const UpdateProjectHasProjectsResponse1$inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse1, z.ZodTypeDef, unknown>;
|
|
7119
|
+
/** @internal */
|
|
7120
|
+
export type UpdateProjectHasProjectsResponse1$Outbound = {
|
|
7121
|
+
type: string;
|
|
7122
|
+
key: string;
|
|
7123
|
+
value: UpdateProjectHasProjectsResponse200ApplicationJSONValue$Outbound;
|
|
7124
|
+
};
|
|
7125
|
+
/** @internal */
|
|
7126
|
+
export declare const UpdateProjectHasProjectsResponse1$outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse1$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse1>;
|
|
7127
|
+
/**
|
|
7128
|
+
* @internal
|
|
7129
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7130
|
+
*/
|
|
7131
|
+
export declare namespace UpdateProjectHasProjectsResponse1$ {
|
|
7132
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse1$inboundSchema` instead. */
|
|
7133
|
+
const inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse1, z.ZodTypeDef, unknown>;
|
|
7134
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse1$outboundSchema` instead. */
|
|
7135
|
+
const outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse1$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse1>;
|
|
7136
|
+
/** @deprecated use `UpdateProjectHasProjectsResponse1$Outbound` instead. */
|
|
7137
|
+
type Outbound = UpdateProjectHasProjectsResponse1$Outbound;
|
|
7138
|
+
}
|
|
7139
|
+
export declare function updateProjectHasProjectsResponse1ToJSON(updateProjectHasProjectsResponse1: UpdateProjectHasProjectsResponse1): string;
|
|
7140
|
+
export declare function updateProjectHasProjectsResponse1FromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjectsResponse1, SDKValidationError>;
|
|
7141
|
+
/** @internal */
|
|
7142
|
+
export declare const UpdateProjectRouteHas$inboundSchema: z.ZodType<UpdateProjectRouteHas, z.ZodTypeDef, unknown>;
|
|
7143
|
+
/** @internal */
|
|
7144
|
+
export type UpdateProjectRouteHas$Outbound = UpdateProjectHasProjectsResponse1$Outbound | UpdateProjectHasProjectsResponse2$Outbound;
|
|
7145
|
+
/** @internal */
|
|
7146
|
+
export declare const UpdateProjectRouteHas$outboundSchema: z.ZodType<UpdateProjectRouteHas$Outbound, z.ZodTypeDef, UpdateProjectRouteHas>;
|
|
7147
|
+
/**
|
|
7148
|
+
* @internal
|
|
7149
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7150
|
+
*/
|
|
7151
|
+
export declare namespace UpdateProjectRouteHas$ {
|
|
7152
|
+
/** @deprecated use `UpdateProjectRouteHas$inboundSchema` instead. */
|
|
7153
|
+
const inboundSchema: z.ZodType<UpdateProjectRouteHas, z.ZodTypeDef, unknown>;
|
|
7154
|
+
/** @deprecated use `UpdateProjectRouteHas$outboundSchema` instead. */
|
|
7155
|
+
const outboundSchema: z.ZodType<UpdateProjectRouteHas$Outbound, z.ZodTypeDef, UpdateProjectRouteHas>;
|
|
7156
|
+
/** @deprecated use `UpdateProjectRouteHas$Outbound` instead. */
|
|
7157
|
+
type Outbound = UpdateProjectRouteHas$Outbound;
|
|
7158
|
+
}
|
|
7159
|
+
export declare function updateProjectRouteHasToJSON(updateProjectRouteHas: UpdateProjectRouteHas): string;
|
|
7160
|
+
export declare function updateProjectRouteHasFromJSON(jsonString: string): SafeParseResult<UpdateProjectRouteHas, SDKValidationError>;
|
|
7161
|
+
/** @internal */
|
|
7162
|
+
export declare const UpdateProjectRouteAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectRouteAction>;
|
|
7163
|
+
/** @internal */
|
|
7164
|
+
export declare const UpdateProjectRouteAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectRouteAction>;
|
|
7165
|
+
/**
|
|
7166
|
+
* @internal
|
|
7167
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7168
|
+
*/
|
|
7169
|
+
export declare namespace UpdateProjectRouteAction$ {
|
|
7170
|
+
/** @deprecated use `UpdateProjectRouteAction$inboundSchema` instead. */
|
|
7171
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
7172
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
7173
|
+
}>;
|
|
7174
|
+
/** @deprecated use `UpdateProjectRouteAction$outboundSchema` instead. */
|
|
7175
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
7176
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
7177
|
+
}>;
|
|
7178
|
+
}
|
|
7179
|
+
/** @internal */
|
|
7180
|
+
export declare const UpdateProjectRouteMitigate$inboundSchema: z.ZodType<UpdateProjectRouteMitigate, z.ZodTypeDef, unknown>;
|
|
7181
|
+
/** @internal */
|
|
7182
|
+
export type UpdateProjectRouteMitigate$Outbound = {
|
|
7183
|
+
action: string;
|
|
7184
|
+
};
|
|
7185
|
+
/** @internal */
|
|
7186
|
+
export declare const UpdateProjectRouteMitigate$outboundSchema: z.ZodType<UpdateProjectRouteMitigate$Outbound, z.ZodTypeDef, UpdateProjectRouteMitigate>;
|
|
7187
|
+
/**
|
|
7188
|
+
* @internal
|
|
7189
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7190
|
+
*/
|
|
7191
|
+
export declare namespace UpdateProjectRouteMitigate$ {
|
|
7192
|
+
/** @deprecated use `UpdateProjectRouteMitigate$inboundSchema` instead. */
|
|
7193
|
+
const inboundSchema: z.ZodType<UpdateProjectRouteMitigate, z.ZodTypeDef, unknown>;
|
|
7194
|
+
/** @deprecated use `UpdateProjectRouteMitigate$outboundSchema` instead. */
|
|
7195
|
+
const outboundSchema: z.ZodType<UpdateProjectRouteMitigate$Outbound, z.ZodTypeDef, UpdateProjectRouteMitigate>;
|
|
7196
|
+
/** @deprecated use `UpdateProjectRouteMitigate$Outbound` instead. */
|
|
7197
|
+
type Outbound = UpdateProjectRouteMitigate$Outbound;
|
|
7198
|
+
}
|
|
7199
|
+
export declare function updateProjectRouteMitigateToJSON(updateProjectRouteMitigate: UpdateProjectRouteMitigate): string;
|
|
7200
|
+
export declare function updateProjectRouteMitigateFromJSON(jsonString: string): SafeParseResult<UpdateProjectRouteMitigate, SDKValidationError>;
|
|
7201
|
+
/** @internal */
|
|
7202
|
+
export declare const UpdateProjectRoute2$inboundSchema: z.ZodType<UpdateProjectRoute2, z.ZodTypeDef, unknown>;
|
|
7203
|
+
/** @internal */
|
|
7204
|
+
export type UpdateProjectRoute2$Outbound = {
|
|
7205
|
+
has: Array<UpdateProjectHasProjectsResponse1$Outbound | UpdateProjectHasProjectsResponse2$Outbound>;
|
|
7206
|
+
mitigate: UpdateProjectRouteMitigate$Outbound;
|
|
7207
|
+
src?: string | undefined;
|
|
7208
|
+
};
|
|
7209
|
+
/** @internal */
|
|
7210
|
+
export declare const UpdateProjectRoute2$outboundSchema: z.ZodType<UpdateProjectRoute2$Outbound, z.ZodTypeDef, UpdateProjectRoute2>;
|
|
7211
|
+
/**
|
|
7212
|
+
* @internal
|
|
7213
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7214
|
+
*/
|
|
7215
|
+
export declare namespace UpdateProjectRoute2$ {
|
|
7216
|
+
/** @deprecated use `UpdateProjectRoute2$inboundSchema` instead. */
|
|
7217
|
+
const inboundSchema: z.ZodType<UpdateProjectRoute2, z.ZodTypeDef, unknown>;
|
|
7218
|
+
/** @deprecated use `UpdateProjectRoute2$outboundSchema` instead. */
|
|
7219
|
+
const outboundSchema: z.ZodType<UpdateProjectRoute2$Outbound, z.ZodTypeDef, UpdateProjectRoute2>;
|
|
7220
|
+
/** @deprecated use `UpdateProjectRoute2$Outbound` instead. */
|
|
7221
|
+
type Outbound = UpdateProjectRoute2$Outbound;
|
|
7222
|
+
}
|
|
7223
|
+
export declare function updateProjectRoute2ToJSON(updateProjectRoute2: UpdateProjectRoute2): string;
|
|
7224
|
+
export declare function updateProjectRoute2FromJSON(jsonString: string): SafeParseResult<UpdateProjectRoute2, SDKValidationError>;
|
|
7225
|
+
/** @internal */
|
|
7226
|
+
export declare const UpdateProjectRoute1$inboundSchema: z.ZodType<UpdateProjectRoute1, z.ZodTypeDef, unknown>;
|
|
7227
|
+
/** @internal */
|
|
7228
|
+
export type UpdateProjectRoute1$Outbound = {
|
|
7229
|
+
src: string;
|
|
7230
|
+
status: number;
|
|
7231
|
+
};
|
|
7232
|
+
/** @internal */
|
|
7233
|
+
export declare const UpdateProjectRoute1$outboundSchema: z.ZodType<UpdateProjectRoute1$Outbound, z.ZodTypeDef, UpdateProjectRoute1>;
|
|
7234
|
+
/**
|
|
7235
|
+
* @internal
|
|
7236
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7237
|
+
*/
|
|
7238
|
+
export declare namespace UpdateProjectRoute1$ {
|
|
7239
|
+
/** @deprecated use `UpdateProjectRoute1$inboundSchema` instead. */
|
|
7240
|
+
const inboundSchema: z.ZodType<UpdateProjectRoute1, z.ZodTypeDef, unknown>;
|
|
7241
|
+
/** @deprecated use `UpdateProjectRoute1$outboundSchema` instead. */
|
|
7242
|
+
const outboundSchema: z.ZodType<UpdateProjectRoute1$Outbound, z.ZodTypeDef, UpdateProjectRoute1>;
|
|
7243
|
+
/** @deprecated use `UpdateProjectRoute1$Outbound` instead. */
|
|
7244
|
+
type Outbound = UpdateProjectRoute1$Outbound;
|
|
7245
|
+
}
|
|
7246
|
+
export declare function updateProjectRoute1ToJSON(updateProjectRoute1: UpdateProjectRoute1): string;
|
|
7247
|
+
export declare function updateProjectRoute1FromJSON(jsonString: string): SafeParseResult<UpdateProjectRoute1, SDKValidationError>;
|
|
7248
|
+
/** @internal */
|
|
7249
|
+
export declare const UpdateProjectBlockHistoryRoute$inboundSchema: z.ZodType<UpdateProjectBlockHistoryRoute, z.ZodTypeDef, unknown>;
|
|
7250
|
+
/** @internal */
|
|
7251
|
+
export type UpdateProjectBlockHistoryRoute$Outbound = UpdateProjectRoute1$Outbound | UpdateProjectRoute2$Outbound;
|
|
7252
|
+
/** @internal */
|
|
7253
|
+
export declare const UpdateProjectBlockHistoryRoute$outboundSchema: z.ZodType<UpdateProjectBlockHistoryRoute$Outbound, z.ZodTypeDef, UpdateProjectBlockHistoryRoute>;
|
|
7254
|
+
/**
|
|
7255
|
+
* @internal
|
|
7256
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7257
|
+
*/
|
|
7258
|
+
export declare namespace UpdateProjectBlockHistoryRoute$ {
|
|
7259
|
+
/** @deprecated use `UpdateProjectBlockHistoryRoute$inboundSchema` instead. */
|
|
7260
|
+
const inboundSchema: z.ZodType<UpdateProjectBlockHistoryRoute, z.ZodTypeDef, unknown>;
|
|
7261
|
+
/** @deprecated use `UpdateProjectBlockHistoryRoute$outboundSchema` instead. */
|
|
7262
|
+
const outboundSchema: z.ZodType<UpdateProjectBlockHistoryRoute$Outbound, z.ZodTypeDef, UpdateProjectBlockHistoryRoute>;
|
|
7263
|
+
/** @deprecated use `UpdateProjectBlockHistoryRoute$Outbound` instead. */
|
|
7264
|
+
type Outbound = UpdateProjectBlockHistoryRoute$Outbound;
|
|
7265
|
+
}
|
|
7266
|
+
export declare function updateProjectBlockHistoryRouteToJSON(updateProjectBlockHistoryRoute: UpdateProjectBlockHistoryRoute): string;
|
|
7267
|
+
export declare function updateProjectBlockHistoryRouteFromJSON(jsonString: string): SafeParseResult<UpdateProjectBlockHistoryRoute, SDKValidationError>;
|
|
7268
|
+
/** @internal */
|
|
7269
|
+
export declare const UpdateProjectBlockHistory3$inboundSchema: z.ZodType<UpdateProjectBlockHistory3, z.ZodTypeDef, unknown>;
|
|
7270
|
+
/** @internal */
|
|
7271
|
+
export type UpdateProjectBlockHistory3$Outbound = {
|
|
7272
|
+
action: string;
|
|
7273
|
+
route: UpdateProjectRoute1$Outbound | UpdateProjectRoute2$Outbound;
|
|
7274
|
+
reason: string;
|
|
7275
|
+
createdAt: number;
|
|
7276
|
+
caseId?: string | undefined;
|
|
7277
|
+
actor?: string | undefined;
|
|
7278
|
+
comment?: string | undefined;
|
|
7279
|
+
isCascading?: boolean | undefined;
|
|
7280
|
+
};
|
|
7281
|
+
/** @internal */
|
|
7282
|
+
export declare const UpdateProjectBlockHistory3$outboundSchema: z.ZodType<UpdateProjectBlockHistory3$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory3>;
|
|
7283
|
+
/**
|
|
7284
|
+
* @internal
|
|
7285
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7286
|
+
*/
|
|
7287
|
+
export declare namespace UpdateProjectBlockHistory3$ {
|
|
7288
|
+
/** @deprecated use `UpdateProjectBlockHistory3$inboundSchema` instead. */
|
|
7289
|
+
const inboundSchema: z.ZodType<UpdateProjectBlockHistory3, z.ZodTypeDef, unknown>;
|
|
7290
|
+
/** @deprecated use `UpdateProjectBlockHistory3$outboundSchema` instead. */
|
|
7291
|
+
const outboundSchema: z.ZodType<UpdateProjectBlockHistory3$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory3>;
|
|
7292
|
+
/** @deprecated use `UpdateProjectBlockHistory3$Outbound` instead. */
|
|
7293
|
+
type Outbound = UpdateProjectBlockHistory3$Outbound;
|
|
7294
|
+
}
|
|
7295
|
+
export declare function updateProjectBlockHistory3ToJSON(updateProjectBlockHistory3: UpdateProjectBlockHistory3): string;
|
|
7296
|
+
export declare function updateProjectBlockHistory3FromJSON(jsonString: string): SafeParseResult<UpdateProjectBlockHistory3, SDKValidationError>;
|
|
7297
|
+
/** @internal */
|
|
7298
|
+
export declare const UpdateProjectBlockHistoryProjectsAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsAction>;
|
|
7299
|
+
/** @internal */
|
|
7300
|
+
export declare const UpdateProjectBlockHistoryProjectsAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsAction>;
|
|
7301
|
+
/**
|
|
7302
|
+
* @internal
|
|
7303
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7304
|
+
*/
|
|
7305
|
+
export declare namespace UpdateProjectBlockHistoryProjectsAction$ {
|
|
7306
|
+
/** @deprecated use `UpdateProjectBlockHistoryProjectsAction$inboundSchema` instead. */
|
|
7307
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
7308
|
+
readonly Unblocked: "unblocked";
|
|
7309
|
+
}>;
|
|
7310
|
+
/** @deprecated use `UpdateProjectBlockHistoryProjectsAction$outboundSchema` instead. */
|
|
7311
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
7312
|
+
readonly Unblocked: "unblocked";
|
|
7313
|
+
}>;
|
|
7314
|
+
}
|
|
7315
|
+
/** @internal */
|
|
7316
|
+
export declare const UpdateProjectBlockHistory2$inboundSchema: z.ZodType<UpdateProjectBlockHistory2, z.ZodTypeDef, unknown>;
|
|
7317
|
+
/** @internal */
|
|
7318
|
+
export type UpdateProjectBlockHistory2$Outbound = {
|
|
7319
|
+
action: string;
|
|
7320
|
+
createdAt: number;
|
|
7321
|
+
caseId?: string | undefined;
|
|
7322
|
+
actor?: string | undefined;
|
|
7323
|
+
comment?: string | undefined;
|
|
7324
|
+
isCascading?: boolean | undefined;
|
|
7325
|
+
};
|
|
7326
|
+
/** @internal */
|
|
7327
|
+
export declare const UpdateProjectBlockHistory2$outboundSchema: z.ZodType<UpdateProjectBlockHistory2$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory2>;
|
|
7328
|
+
/**
|
|
7329
|
+
* @internal
|
|
7330
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7331
|
+
*/
|
|
7332
|
+
export declare namespace UpdateProjectBlockHistory2$ {
|
|
7333
|
+
/** @deprecated use `UpdateProjectBlockHistory2$inboundSchema` instead. */
|
|
7334
|
+
const inboundSchema: z.ZodType<UpdateProjectBlockHistory2, z.ZodTypeDef, unknown>;
|
|
7335
|
+
/** @deprecated use `UpdateProjectBlockHistory2$outboundSchema` instead. */
|
|
7336
|
+
const outboundSchema: z.ZodType<UpdateProjectBlockHistory2$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory2>;
|
|
7337
|
+
/** @deprecated use `UpdateProjectBlockHistory2$Outbound` instead. */
|
|
7338
|
+
type Outbound = UpdateProjectBlockHistory2$Outbound;
|
|
7339
|
+
}
|
|
7340
|
+
export declare function updateProjectBlockHistory2ToJSON(updateProjectBlockHistory2: UpdateProjectBlockHistory2): string;
|
|
7341
|
+
export declare function updateProjectBlockHistory2FromJSON(jsonString: string): SafeParseResult<UpdateProjectBlockHistory2, SDKValidationError>;
|
|
7342
|
+
/** @internal */
|
|
7343
|
+
export declare const UpdateProjectBlockHistoryAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryAction>;
|
|
7344
|
+
/** @internal */
|
|
7345
|
+
export declare const UpdateProjectBlockHistoryAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryAction>;
|
|
7346
|
+
/**
|
|
7347
|
+
* @internal
|
|
7348
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7349
|
+
*/
|
|
7350
|
+
export declare namespace UpdateProjectBlockHistoryAction$ {
|
|
7351
|
+
/** @deprecated use `UpdateProjectBlockHistoryAction$inboundSchema` instead. */
|
|
7352
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
7353
|
+
readonly Blocked: "blocked";
|
|
7354
|
+
}>;
|
|
7355
|
+
/** @deprecated use `UpdateProjectBlockHistoryAction$outboundSchema` instead. */
|
|
7356
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
7357
|
+
readonly Blocked: "blocked";
|
|
7358
|
+
}>;
|
|
7359
|
+
}
|
|
7360
|
+
/** @internal */
|
|
7361
|
+
export declare const UpdateProjectBlockHistory1$inboundSchema: z.ZodType<UpdateProjectBlockHistory1, z.ZodTypeDef, unknown>;
|
|
7362
|
+
/** @internal */
|
|
7363
|
+
export type UpdateProjectBlockHistory1$Outbound = {
|
|
7364
|
+
action: string;
|
|
7365
|
+
reason: string;
|
|
7366
|
+
statusCode: number;
|
|
7367
|
+
createdAt: number;
|
|
7368
|
+
caseId?: string | undefined;
|
|
7369
|
+
actor?: string | undefined;
|
|
7370
|
+
comment?: string | undefined;
|
|
7371
|
+
isCascading?: boolean | undefined;
|
|
7372
|
+
};
|
|
7373
|
+
/** @internal */
|
|
7374
|
+
export declare const UpdateProjectBlockHistory1$outboundSchema: z.ZodType<UpdateProjectBlockHistory1$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory1>;
|
|
7375
|
+
/**
|
|
7376
|
+
* @internal
|
|
7377
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7378
|
+
*/
|
|
7379
|
+
export declare namespace UpdateProjectBlockHistory1$ {
|
|
7380
|
+
/** @deprecated use `UpdateProjectBlockHistory1$inboundSchema` instead. */
|
|
7381
|
+
const inboundSchema: z.ZodType<UpdateProjectBlockHistory1, z.ZodTypeDef, unknown>;
|
|
7382
|
+
/** @deprecated use `UpdateProjectBlockHistory1$outboundSchema` instead. */
|
|
7383
|
+
const outboundSchema: z.ZodType<UpdateProjectBlockHistory1$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory1>;
|
|
7384
|
+
/** @deprecated use `UpdateProjectBlockHistory1$Outbound` instead. */
|
|
7385
|
+
type Outbound = UpdateProjectBlockHistory1$Outbound;
|
|
7386
|
+
}
|
|
7387
|
+
export declare function updateProjectBlockHistory1ToJSON(updateProjectBlockHistory1: UpdateProjectBlockHistory1): string;
|
|
7388
|
+
export declare function updateProjectBlockHistory1FromJSON(jsonString: string): SafeParseResult<UpdateProjectBlockHistory1, SDKValidationError>;
|
|
7389
|
+
/** @internal */
|
|
7390
|
+
export declare const UpdateProjectBlockHistory$inboundSchema: z.ZodType<UpdateProjectBlockHistory, z.ZodTypeDef, unknown>;
|
|
7391
|
+
/** @internal */
|
|
7392
|
+
export type UpdateProjectBlockHistory$Outbound = UpdateProjectBlockHistory1$Outbound | UpdateProjectBlockHistory3$Outbound | UpdateProjectBlockHistory4$Outbound | UpdateProjectBlockHistory2$Outbound;
|
|
7393
|
+
/** @internal */
|
|
7394
|
+
export declare const UpdateProjectBlockHistory$outboundSchema: z.ZodType<UpdateProjectBlockHistory$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory>;
|
|
7395
|
+
/**
|
|
7396
|
+
* @internal
|
|
7397
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7398
|
+
*/
|
|
7399
|
+
export declare namespace UpdateProjectBlockHistory$ {
|
|
7400
|
+
/** @deprecated use `UpdateProjectBlockHistory$inboundSchema` instead. */
|
|
7401
|
+
const inboundSchema: z.ZodType<UpdateProjectBlockHistory, z.ZodTypeDef, unknown>;
|
|
7402
|
+
/** @deprecated use `UpdateProjectBlockHistory$outboundSchema` instead. */
|
|
7403
|
+
const outboundSchema: z.ZodType<UpdateProjectBlockHistory$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory>;
|
|
7404
|
+
/** @deprecated use `UpdateProjectBlockHistory$Outbound` instead. */
|
|
7405
|
+
type Outbound = UpdateProjectBlockHistory$Outbound;
|
|
7406
|
+
}
|
|
7407
|
+
export declare function updateProjectBlockHistoryToJSON(updateProjectBlockHistory: UpdateProjectBlockHistory): string;
|
|
7408
|
+
export declare function updateProjectBlockHistoryFromJSON(jsonString: string): SafeParseResult<UpdateProjectBlockHistory, SDKValidationError>;
|
|
7409
|
+
/** @internal */
|
|
7410
|
+
export declare const UpdateProjectAbuse$inboundSchema: z.ZodType<UpdateProjectAbuse, z.ZodTypeDef, unknown>;
|
|
7411
|
+
/** @internal */
|
|
7412
|
+
export type UpdateProjectAbuse$Outbound = {
|
|
7413
|
+
scanner?: string | undefined;
|
|
7414
|
+
history: Array<UpdateProjectHistory$Outbound>;
|
|
7415
|
+
updatedAt: number;
|
|
7416
|
+
block?: UpdateProjectBlock$Outbound | undefined;
|
|
7417
|
+
blockHistory?: Array<UpdateProjectBlockHistory1$Outbound | UpdateProjectBlockHistory3$Outbound | UpdateProjectBlockHistory4$Outbound | UpdateProjectBlockHistory2$Outbound> | undefined;
|
|
7418
|
+
};
|
|
7419
|
+
/** @internal */
|
|
7420
|
+
export declare const UpdateProjectAbuse$outboundSchema: z.ZodType<UpdateProjectAbuse$Outbound, z.ZodTypeDef, UpdateProjectAbuse>;
|
|
7421
|
+
/**
|
|
7422
|
+
* @internal
|
|
7423
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7424
|
+
*/
|
|
7425
|
+
export declare namespace UpdateProjectAbuse$ {
|
|
7426
|
+
/** @deprecated use `UpdateProjectAbuse$inboundSchema` instead. */
|
|
7427
|
+
const inboundSchema: z.ZodType<UpdateProjectAbuse, z.ZodTypeDef, unknown>;
|
|
7428
|
+
/** @deprecated use `UpdateProjectAbuse$outboundSchema` instead. */
|
|
7429
|
+
const outboundSchema: z.ZodType<UpdateProjectAbuse$Outbound, z.ZodTypeDef, UpdateProjectAbuse>;
|
|
7430
|
+
/** @deprecated use `UpdateProjectAbuse$Outbound` instead. */
|
|
7431
|
+
type Outbound = UpdateProjectAbuse$Outbound;
|
|
7432
|
+
}
|
|
7433
|
+
export declare function updateProjectAbuseToJSON(updateProjectAbuse: UpdateProjectAbuse): string;
|
|
7434
|
+
export declare function updateProjectAbuseFromJSON(jsonString: string): SafeParseResult<UpdateProjectAbuse, SDKValidationError>;
|
|
7435
|
+
/** @internal */
|
|
7436
|
+
export declare const UpdateProjectHasProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsType>;
|
|
7437
|
+
/** @internal */
|
|
7438
|
+
export declare const UpdateProjectHasProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsType>;
|
|
7439
|
+
/**
|
|
7440
|
+
* @internal
|
|
7441
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7442
|
+
*/
|
|
7443
|
+
export declare namespace UpdateProjectHasProjectsType$ {
|
|
7444
|
+
/** @deprecated use `UpdateProjectHasProjectsType$inboundSchema` instead. */
|
|
7445
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
7446
|
+
readonly Host: "host";
|
|
7447
|
+
}>;
|
|
7448
|
+
/** @deprecated use `UpdateProjectHasProjectsType$outboundSchema` instead. */
|
|
7449
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
7450
|
+
readonly Host: "host";
|
|
7451
|
+
}>;
|
|
7452
|
+
}
|
|
7453
|
+
/** @internal */
|
|
7454
|
+
export declare const UpdateProjectHasProjectsValue$inboundSchema: z.ZodType<UpdateProjectHasProjectsValue, z.ZodTypeDef, unknown>;
|
|
7455
|
+
/** @internal */
|
|
7456
|
+
export type UpdateProjectHasProjectsValue$Outbound = {
|
|
7457
|
+
eq: string;
|
|
7458
|
+
};
|
|
7459
|
+
/** @internal */
|
|
7460
|
+
export declare const UpdateProjectHasProjectsValue$outboundSchema: z.ZodType<UpdateProjectHasProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsValue>;
|
|
7461
|
+
/**
|
|
7462
|
+
* @internal
|
|
7463
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7464
|
+
*/
|
|
7465
|
+
export declare namespace UpdateProjectHasProjectsValue$ {
|
|
7466
|
+
/** @deprecated use `UpdateProjectHasProjectsValue$inboundSchema` instead. */
|
|
7467
|
+
const inboundSchema: z.ZodType<UpdateProjectHasProjectsValue, z.ZodTypeDef, unknown>;
|
|
7468
|
+
/** @deprecated use `UpdateProjectHasProjectsValue$outboundSchema` instead. */
|
|
7469
|
+
const outboundSchema: z.ZodType<UpdateProjectHasProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsValue>;
|
|
7470
|
+
/** @deprecated use `UpdateProjectHasProjectsValue$Outbound` instead. */
|
|
7471
|
+
type Outbound = UpdateProjectHasProjectsValue$Outbound;
|
|
7472
|
+
}
|
|
7473
|
+
export declare function updateProjectHasProjectsValueToJSON(updateProjectHasProjectsValue: UpdateProjectHasProjectsValue): string;
|
|
7474
|
+
export declare function updateProjectHasProjectsValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjectsValue, SDKValidationError>;
|
|
7475
|
+
/** @internal */
|
|
7476
|
+
export declare const UpdateProjectHas2$inboundSchema: z.ZodType<UpdateProjectHas2, z.ZodTypeDef, unknown>;
|
|
7477
|
+
/** @internal */
|
|
7478
|
+
export type UpdateProjectHas2$Outbound = {
|
|
7479
|
+
type: string;
|
|
7480
|
+
value: UpdateProjectHasProjectsValue$Outbound;
|
|
7481
|
+
};
|
|
7482
|
+
/** @internal */
|
|
7483
|
+
export declare const UpdateProjectHas2$outboundSchema: z.ZodType<UpdateProjectHas2$Outbound, z.ZodTypeDef, UpdateProjectHas2>;
|
|
7484
|
+
/**
|
|
7485
|
+
* @internal
|
|
7486
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7487
|
+
*/
|
|
7488
|
+
export declare namespace UpdateProjectHas2$ {
|
|
7489
|
+
/** @deprecated use `UpdateProjectHas2$inboundSchema` instead. */
|
|
7490
|
+
const inboundSchema: z.ZodType<UpdateProjectHas2, z.ZodTypeDef, unknown>;
|
|
7491
|
+
/** @deprecated use `UpdateProjectHas2$outboundSchema` instead. */
|
|
7492
|
+
const outboundSchema: z.ZodType<UpdateProjectHas2$Outbound, z.ZodTypeDef, UpdateProjectHas2>;
|
|
7493
|
+
/** @deprecated use `UpdateProjectHas2$Outbound` instead. */
|
|
7494
|
+
type Outbound = UpdateProjectHas2$Outbound;
|
|
7495
|
+
}
|
|
7496
|
+
export declare function updateProjectHas2ToJSON(updateProjectHas2: UpdateProjectHas2): string;
|
|
7497
|
+
export declare function updateProjectHas2FromJSON(jsonString: string): SafeParseResult<UpdateProjectHas2, SDKValidationError>;
|
|
7498
|
+
/** @internal */
|
|
7499
|
+
export declare const UpdateProjectHasType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasType>;
|
|
7500
|
+
/** @internal */
|
|
7501
|
+
export declare const UpdateProjectHasType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasType>;
|
|
7502
|
+
/**
|
|
7503
|
+
* @internal
|
|
7504
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7505
|
+
*/
|
|
7506
|
+
export declare namespace UpdateProjectHasType$ {
|
|
7507
|
+
/** @deprecated use `UpdateProjectHasType$inboundSchema` instead. */
|
|
7508
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
7509
|
+
readonly Header: "header";
|
|
7510
|
+
}>;
|
|
7511
|
+
/** @deprecated use `UpdateProjectHasType$outboundSchema` instead. */
|
|
7512
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
7513
|
+
readonly Header: "header";
|
|
7514
|
+
}>;
|
|
7515
|
+
}
|
|
7516
|
+
/** @internal */
|
|
7517
|
+
export declare const UpdateProjectHasKey$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasKey>;
|
|
7518
|
+
/** @internal */
|
|
7519
|
+
export declare const UpdateProjectHasKey$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasKey>;
|
|
7520
|
+
/**
|
|
7521
|
+
* @internal
|
|
7522
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7523
|
+
*/
|
|
7524
|
+
export declare namespace UpdateProjectHasKey$ {
|
|
7525
|
+
/** @deprecated use `UpdateProjectHasKey$inboundSchema` instead. */
|
|
7526
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
7527
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
7528
|
+
}>;
|
|
7529
|
+
/** @deprecated use `UpdateProjectHasKey$outboundSchema` instead. */
|
|
7530
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
7531
|
+
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
7532
|
+
}>;
|
|
7533
|
+
}
|
|
7534
|
+
/** @internal */
|
|
7535
|
+
export declare const UpdateProjectHasValue$inboundSchema: z.ZodType<UpdateProjectHasValue, z.ZodTypeDef, unknown>;
|
|
7536
|
+
/** @internal */
|
|
7537
|
+
export type UpdateProjectHasValue$Outbound = {
|
|
7538
|
+
eq: string;
|
|
7539
|
+
};
|
|
7540
|
+
/** @internal */
|
|
7541
|
+
export declare const UpdateProjectHasValue$outboundSchema: z.ZodType<UpdateProjectHasValue$Outbound, z.ZodTypeDef, UpdateProjectHasValue>;
|
|
7542
|
+
/**
|
|
7543
|
+
* @internal
|
|
7544
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7545
|
+
*/
|
|
7546
|
+
export declare namespace UpdateProjectHasValue$ {
|
|
7547
|
+
/** @deprecated use `UpdateProjectHasValue$inboundSchema` instead. */
|
|
7548
|
+
const inboundSchema: z.ZodType<UpdateProjectHasValue, z.ZodTypeDef, unknown>;
|
|
7549
|
+
/** @deprecated use `UpdateProjectHasValue$outboundSchema` instead. */
|
|
7550
|
+
const outboundSchema: z.ZodType<UpdateProjectHasValue$Outbound, z.ZodTypeDef, UpdateProjectHasValue>;
|
|
7551
|
+
/** @deprecated use `UpdateProjectHasValue$Outbound` instead. */
|
|
7552
|
+
type Outbound = UpdateProjectHasValue$Outbound;
|
|
7553
|
+
}
|
|
7554
|
+
export declare function updateProjectHasValueToJSON(updateProjectHasValue: UpdateProjectHasValue): string;
|
|
7555
|
+
export declare function updateProjectHasValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectHasValue, SDKValidationError>;
|
|
7556
|
+
/** @internal */
|
|
7557
|
+
export declare const UpdateProjectHas1$inboundSchema: z.ZodType<UpdateProjectHas1, z.ZodTypeDef, unknown>;
|
|
7558
|
+
/** @internal */
|
|
7559
|
+
export type UpdateProjectHas1$Outbound = {
|
|
7560
|
+
type: string;
|
|
7561
|
+
key: string;
|
|
7562
|
+
value: UpdateProjectHasValue$Outbound;
|
|
7563
|
+
};
|
|
7564
|
+
/** @internal */
|
|
7565
|
+
export declare const UpdateProjectHas1$outboundSchema: z.ZodType<UpdateProjectHas1$Outbound, z.ZodTypeDef, UpdateProjectHas1>;
|
|
7566
|
+
/**
|
|
7567
|
+
* @internal
|
|
7568
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7569
|
+
*/
|
|
7570
|
+
export declare namespace UpdateProjectHas1$ {
|
|
7571
|
+
/** @deprecated use `UpdateProjectHas1$inboundSchema` instead. */
|
|
7572
|
+
const inboundSchema: z.ZodType<UpdateProjectHas1, z.ZodTypeDef, unknown>;
|
|
7573
|
+
/** @deprecated use `UpdateProjectHas1$outboundSchema` instead. */
|
|
7574
|
+
const outboundSchema: z.ZodType<UpdateProjectHas1$Outbound, z.ZodTypeDef, UpdateProjectHas1>;
|
|
7575
|
+
/** @deprecated use `UpdateProjectHas1$Outbound` instead. */
|
|
7576
|
+
type Outbound = UpdateProjectHas1$Outbound;
|
|
7577
|
+
}
|
|
7578
|
+
export declare function updateProjectHas1ToJSON(updateProjectHas1: UpdateProjectHas1): string;
|
|
7579
|
+
export declare function updateProjectHas1FromJSON(jsonString: string): SafeParseResult<UpdateProjectHas1, SDKValidationError>;
|
|
7580
|
+
/** @internal */
|
|
7581
|
+
export declare const UpdateProjectInternalRoutesHas$inboundSchema: z.ZodType<UpdateProjectInternalRoutesHas, z.ZodTypeDef, unknown>;
|
|
7582
|
+
/** @internal */
|
|
7583
|
+
export type UpdateProjectInternalRoutesHas$Outbound = UpdateProjectHas1$Outbound | UpdateProjectHas2$Outbound;
|
|
7584
|
+
/** @internal */
|
|
7585
|
+
export declare const UpdateProjectInternalRoutesHas$outboundSchema: z.ZodType<UpdateProjectInternalRoutesHas$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutesHas>;
|
|
7586
|
+
/**
|
|
7587
|
+
* @internal
|
|
7588
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7589
|
+
*/
|
|
7590
|
+
export declare namespace UpdateProjectInternalRoutesHas$ {
|
|
7591
|
+
/** @deprecated use `UpdateProjectInternalRoutesHas$inboundSchema` instead. */
|
|
7592
|
+
const inboundSchema: z.ZodType<UpdateProjectInternalRoutesHas, z.ZodTypeDef, unknown>;
|
|
7593
|
+
/** @deprecated use `UpdateProjectInternalRoutesHas$outboundSchema` instead. */
|
|
7594
|
+
const outboundSchema: z.ZodType<UpdateProjectInternalRoutesHas$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutesHas>;
|
|
7595
|
+
/** @deprecated use `UpdateProjectInternalRoutesHas$Outbound` instead. */
|
|
7596
|
+
type Outbound = UpdateProjectInternalRoutesHas$Outbound;
|
|
7597
|
+
}
|
|
7598
|
+
export declare function updateProjectInternalRoutesHasToJSON(updateProjectInternalRoutesHas: UpdateProjectInternalRoutesHas): string;
|
|
7599
|
+
export declare function updateProjectInternalRoutesHasFromJSON(jsonString: string): SafeParseResult<UpdateProjectInternalRoutesHas, SDKValidationError>;
|
|
7600
|
+
/** @internal */
|
|
7601
|
+
export declare const UpdateProjectInternalRoutesAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectInternalRoutesAction>;
|
|
7602
|
+
/** @internal */
|
|
7603
|
+
export declare const UpdateProjectInternalRoutesAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectInternalRoutesAction>;
|
|
7604
|
+
/**
|
|
7605
|
+
* @internal
|
|
7606
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7607
|
+
*/
|
|
7608
|
+
export declare namespace UpdateProjectInternalRoutesAction$ {
|
|
7609
|
+
/** @deprecated use `UpdateProjectInternalRoutesAction$inboundSchema` instead. */
|
|
7610
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
7611
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
7612
|
+
}>;
|
|
7613
|
+
/** @deprecated use `UpdateProjectInternalRoutesAction$outboundSchema` instead. */
|
|
7614
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
7615
|
+
readonly BlockLegalCwc: "block_legal_cwc";
|
|
7616
|
+
}>;
|
|
7617
|
+
}
|
|
7618
|
+
/** @internal */
|
|
7619
|
+
export declare const UpdateProjectInternalRoutesMitigate$inboundSchema: z.ZodType<UpdateProjectInternalRoutesMitigate, z.ZodTypeDef, unknown>;
|
|
7620
|
+
/** @internal */
|
|
7621
|
+
export type UpdateProjectInternalRoutesMitigate$Outbound = {
|
|
7622
|
+
action: string;
|
|
7623
|
+
};
|
|
7624
|
+
/** @internal */
|
|
7625
|
+
export declare const UpdateProjectInternalRoutesMitigate$outboundSchema: z.ZodType<UpdateProjectInternalRoutesMitigate$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutesMitigate>;
|
|
7626
|
+
/**
|
|
7627
|
+
* @internal
|
|
7628
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7629
|
+
*/
|
|
7630
|
+
export declare namespace UpdateProjectInternalRoutesMitigate$ {
|
|
7631
|
+
/** @deprecated use `UpdateProjectInternalRoutesMitigate$inboundSchema` instead. */
|
|
7632
|
+
const inboundSchema: z.ZodType<UpdateProjectInternalRoutesMitigate, z.ZodTypeDef, unknown>;
|
|
7633
|
+
/** @deprecated use `UpdateProjectInternalRoutesMitigate$outboundSchema` instead. */
|
|
7634
|
+
const outboundSchema: z.ZodType<UpdateProjectInternalRoutesMitigate$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutesMitigate>;
|
|
7635
|
+
/** @deprecated use `UpdateProjectInternalRoutesMitigate$Outbound` instead. */
|
|
7636
|
+
type Outbound = UpdateProjectInternalRoutesMitigate$Outbound;
|
|
7637
|
+
}
|
|
7638
|
+
export declare function updateProjectInternalRoutesMitigateToJSON(updateProjectInternalRoutesMitigate: UpdateProjectInternalRoutesMitigate): string;
|
|
7639
|
+
export declare function updateProjectInternalRoutesMitigateFromJSON(jsonString: string): SafeParseResult<UpdateProjectInternalRoutesMitigate, SDKValidationError>;
|
|
7640
|
+
/** @internal */
|
|
7641
|
+
export declare const UpdateProjectInternalRoutes2$inboundSchema: z.ZodType<UpdateProjectInternalRoutes2, z.ZodTypeDef, unknown>;
|
|
7642
|
+
/** @internal */
|
|
7643
|
+
export type UpdateProjectInternalRoutes2$Outbound = {
|
|
7644
|
+
has: Array<UpdateProjectHas1$Outbound | UpdateProjectHas2$Outbound>;
|
|
7645
|
+
mitigate: UpdateProjectInternalRoutesMitigate$Outbound;
|
|
7646
|
+
src?: string | undefined;
|
|
7647
|
+
};
|
|
7648
|
+
/** @internal */
|
|
7649
|
+
export declare const UpdateProjectInternalRoutes2$outboundSchema: z.ZodType<UpdateProjectInternalRoutes2$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutes2>;
|
|
7650
|
+
/**
|
|
7651
|
+
* @internal
|
|
7652
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7653
|
+
*/
|
|
7654
|
+
export declare namespace UpdateProjectInternalRoutes2$ {
|
|
7655
|
+
/** @deprecated use `UpdateProjectInternalRoutes2$inboundSchema` instead. */
|
|
7656
|
+
const inboundSchema: z.ZodType<UpdateProjectInternalRoutes2, z.ZodTypeDef, unknown>;
|
|
7657
|
+
/** @deprecated use `UpdateProjectInternalRoutes2$outboundSchema` instead. */
|
|
7658
|
+
const outboundSchema: z.ZodType<UpdateProjectInternalRoutes2$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutes2>;
|
|
7659
|
+
/** @deprecated use `UpdateProjectInternalRoutes2$Outbound` instead. */
|
|
7660
|
+
type Outbound = UpdateProjectInternalRoutes2$Outbound;
|
|
7661
|
+
}
|
|
7662
|
+
export declare function updateProjectInternalRoutes2ToJSON(updateProjectInternalRoutes2: UpdateProjectInternalRoutes2): string;
|
|
7663
|
+
export declare function updateProjectInternalRoutes2FromJSON(jsonString: string): SafeParseResult<UpdateProjectInternalRoutes2, SDKValidationError>;
|
|
7664
|
+
/** @internal */
|
|
7665
|
+
export declare const UpdateProjectInternalRoutes1$inboundSchema: z.ZodType<UpdateProjectInternalRoutes1, z.ZodTypeDef, unknown>;
|
|
7666
|
+
/** @internal */
|
|
7667
|
+
export type UpdateProjectInternalRoutes1$Outbound = {
|
|
7668
|
+
src: string;
|
|
7669
|
+
status: number;
|
|
7670
|
+
};
|
|
7671
|
+
/** @internal */
|
|
7672
|
+
export declare const UpdateProjectInternalRoutes1$outboundSchema: z.ZodType<UpdateProjectInternalRoutes1$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutes1>;
|
|
7673
|
+
/**
|
|
7674
|
+
* @internal
|
|
7675
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7676
|
+
*/
|
|
7677
|
+
export declare namespace UpdateProjectInternalRoutes1$ {
|
|
7678
|
+
/** @deprecated use `UpdateProjectInternalRoutes1$inboundSchema` instead. */
|
|
7679
|
+
const inboundSchema: z.ZodType<UpdateProjectInternalRoutes1, z.ZodTypeDef, unknown>;
|
|
7680
|
+
/** @deprecated use `UpdateProjectInternalRoutes1$outboundSchema` instead. */
|
|
7681
|
+
const outboundSchema: z.ZodType<UpdateProjectInternalRoutes1$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutes1>;
|
|
7682
|
+
/** @deprecated use `UpdateProjectInternalRoutes1$Outbound` instead. */
|
|
7683
|
+
type Outbound = UpdateProjectInternalRoutes1$Outbound;
|
|
7684
|
+
}
|
|
7685
|
+
export declare function updateProjectInternalRoutes1ToJSON(updateProjectInternalRoutes1: UpdateProjectInternalRoutes1): string;
|
|
7686
|
+
export declare function updateProjectInternalRoutes1FromJSON(jsonString: string): SafeParseResult<UpdateProjectInternalRoutes1, SDKValidationError>;
|
|
7687
|
+
/** @internal */
|
|
7688
|
+
export declare const UpdateProjectInternalRoutes$inboundSchema: z.ZodType<UpdateProjectInternalRoutes, z.ZodTypeDef, unknown>;
|
|
7689
|
+
/** @internal */
|
|
7690
|
+
export type UpdateProjectInternalRoutes$Outbound = UpdateProjectInternalRoutes1$Outbound | UpdateProjectInternalRoutes2$Outbound;
|
|
7691
|
+
/** @internal */
|
|
7692
|
+
export declare const UpdateProjectInternalRoutes$outboundSchema: z.ZodType<UpdateProjectInternalRoutes$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutes>;
|
|
7693
|
+
/**
|
|
7694
|
+
* @internal
|
|
7695
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7696
|
+
*/
|
|
7697
|
+
export declare namespace UpdateProjectInternalRoutes$ {
|
|
7698
|
+
/** @deprecated use `UpdateProjectInternalRoutes$inboundSchema` instead. */
|
|
7699
|
+
const inboundSchema: z.ZodType<UpdateProjectInternalRoutes, z.ZodTypeDef, unknown>;
|
|
7700
|
+
/** @deprecated use `UpdateProjectInternalRoutes$outboundSchema` instead. */
|
|
7701
|
+
const outboundSchema: z.ZodType<UpdateProjectInternalRoutes$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutes>;
|
|
7702
|
+
/** @deprecated use `UpdateProjectInternalRoutes$Outbound` instead. */
|
|
7703
|
+
type Outbound = UpdateProjectInternalRoutes$Outbound;
|
|
7704
|
+
}
|
|
7705
|
+
export declare function updateProjectInternalRoutesToJSON(updateProjectInternalRoutes: UpdateProjectInternalRoutes): string;
|
|
7706
|
+
export declare function updateProjectInternalRoutesFromJSON(jsonString: string): SafeParseResult<UpdateProjectInternalRoutes, SDKValidationError>;
|
|
7707
|
+
/** @internal */
|
|
6365
7708
|
export declare const UpdateProjectResponseBody$inboundSchema: z.ZodType<UpdateProjectResponseBody, z.ZodTypeDef, unknown>;
|
|
6366
7709
|
/** @internal */
|
|
6367
7710
|
export type UpdateProjectResponseBody$Outbound = {
|
|
@@ -6393,7 +7736,7 @@ export type UpdateProjectResponseBody$Outbound = {
|
|
|
6393
7736
|
id: string;
|
|
6394
7737
|
ipBuckets?: Array<UpdateProjectIpBuckets$Outbound> | undefined;
|
|
6395
7738
|
latestDeployments?: Array<UpdateProjectLatestDeployments$Outbound> | undefined;
|
|
6396
|
-
link?:
|
|
7739
|
+
link?: UpdateProjectLink4$Outbound | UpdateProjectLink5$Outbound | UpdateProjectLink3$Outbound | UpdateProjectLink1$Outbound | UpdateProjectLink2$Outbound | undefined;
|
|
6397
7740
|
microfrontends?: UpdateProjectMicrofrontends1$Outbound | UpdateProjectMicrofrontends2$Outbound | undefined;
|
|
6398
7741
|
name: string;
|
|
6399
7742
|
nodeVersion: string;
|
|
@@ -6443,6 +7786,8 @@ export type UpdateProjectResponseBody$Outbound = {
|
|
|
6443
7786
|
tier?: string | undefined;
|
|
6444
7787
|
features?: UpdateProjectFeatures$Outbound | undefined;
|
|
6445
7788
|
v0?: boolean | undefined;
|
|
7789
|
+
abuse?: UpdateProjectAbuse$Outbound | undefined;
|
|
7790
|
+
internalRoutes?: Array<UpdateProjectInternalRoutes1$Outbound | UpdateProjectInternalRoutes2$Outbound> | undefined;
|
|
6446
7791
|
};
|
|
6447
7792
|
/** @internal */
|
|
6448
7793
|
export declare const UpdateProjectResponseBody$outboundSchema: z.ZodType<UpdateProjectResponseBody$Outbound, z.ZodTypeDef, UpdateProjectResponseBody>;
|