@vercel/sdk 1.10.0 → 1.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +3601 -3879
- package/bin/mcp-server.js.map +59 -59
- package/docs/sdks/accessgroups/README.md +11 -0
- package/docs/sdks/aliases/README.md +7 -1
- package/docs/sdks/artifacts/README.md +6 -0
- package/docs/sdks/authentication/README.md +5 -0
- package/docs/sdks/certs/README.md +4 -0
- package/docs/sdks/checks/README.md +5 -0
- package/docs/sdks/deployments/README.md +18 -0
- package/docs/sdks/dns/README.md +4 -0
- package/docs/sdks/domains/README.md +10 -0
- package/docs/sdks/edgeconfig/README.md +17 -0
- package/docs/sdks/environment/README.md +5 -0
- package/docs/sdks/integrations/README.md +4 -0
- package/docs/sdks/logdrains/README.md +3 -0
- package/docs/sdks/logs/README.md +1 -0
- package/docs/sdks/marketplace/README.md +20 -0
- package/docs/sdks/projectmembers/README.md +3 -0
- package/docs/sdks/projects/README.md +24 -0
- package/docs/sdks/rollingrelease/README.md +7 -0
- package/docs/sdks/security/README.md +8 -0
- package/docs/sdks/teams/README.md +13 -0
- package/docs/sdks/user/README.md +3 -0
- package/docs/sdks/webhooks/README.md +4 -0
- package/esm/__tests__/aliases.test.js +16 -16
- package/esm/__tests__/aliases.test.js.map +1 -1
- package/esm/__tests__/security.test.js +13 -1
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/aliasesGetAlias.d.ts +2 -2
- package/esm/funcs/aliasesGetAlias.d.ts.map +1 -1
- package/esm/funcs/aliasesGetAlias.js +3 -2
- package/esm/funcs/aliasesGetAlias.js.map +1 -1
- package/esm/funcs/checksRerequestCheck.js +1 -0
- package/esm/funcs/checksRerequestCheck.js.map +1 -1
- package/esm/funcs/domainsBuyDomain.js +2 -2
- package/esm/funcs/domainsBuyDomain.js.map +1 -1
- package/esm/funcs/domainsGetDomainConfig.js +2 -2
- package/esm/funcs/domainsGetDomainConfig.js.map +1 -1
- package/esm/funcs/domainsPatchDomain.js +2 -2
- package/esm/funcs/domainsPatchDomain.js.map +1 -1
- package/esm/funcs/edgeConfigPatchEdgeConfigItems.js +2 -3
- package/esm/funcs/edgeConfigPatchEdgeConfigItems.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js +2 -2
- package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js.map +1 -1
- package/esm/funcs/projectsAcceptProjectTransferRequest.js +2 -2
- package/esm/funcs/projectsAcceptProjectTransferRequest.js.map +1 -1
- package/esm/funcs/projectsCreateProject.js +2 -2
- package/esm/funcs/projectsCreateProject.js.map +1 -1
- package/esm/funcs/teamsPatchTeam.js +2 -2
- package/esm/funcs/teamsPatchTeam.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/acceptprojecttransferrequestop.d.ts +176 -2
- package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
- package/esm/models/acceptprojecttransferrequestop.js +176 -2
- package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
- package/esm/models/addbypassipop.d.ts +38 -38
- package/esm/models/addbypassipop.d.ts.map +1 -1
- package/esm/models/addbypassipop.js +44 -42
- package/esm/models/addbypassipop.js.map +1 -1
- package/esm/models/authtoken.d.ts +10 -4
- package/esm/models/authtoken.d.ts.map +1 -1
- package/esm/models/authtoken.js +6 -4
- package/esm/models/authtoken.js.map +1 -1
- package/esm/models/authuser.d.ts +54 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +34 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +385 -148
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +363 -148
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createcustomenvironmentop.d.ts +3 -3
- package/esm/models/createcustomenvironmentop.js +1 -1
- package/esm/models/createcustomenvironmentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +604 -344
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +501 -274
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createlogdrainop.d.ts +2 -2
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +2 -2
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +378 -797
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +344 -718
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +12 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +4 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/exchangessotokenop.d.ts +4 -4
- package/esm/models/exchangessotokenop.d.ts.map +1 -1
- package/esm/models/exchangessotokenop.js +4 -4
- package/esm/models/exchangessotokenop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getaliasop.d.ts +0 -555
- package/esm/models/getaliasop.d.ts.map +1 -1
- package/esm/models/getaliasop.js +0 -449
- package/esm/models/getaliasop.js.map +1 -1
- package/esm/models/getbypassipop.d.ts +55 -179
- package/esm/models/getbypassipop.d.ts.map +1 -1
- package/esm/models/getbypassipop.js +59 -221
- package/esm/models/getbypassipop.js.map +1 -1
- package/esm/models/getcustomenvironmentop.d.ts +3 -3
- package/esm/models/getcustomenvironmentop.js +1 -1
- package/esm/models/getcustomenvironmentop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +847 -366
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +772 -332
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getfirewallconfigop.d.ts +3 -0
- package/esm/models/getfirewallconfigop.d.ts.map +1 -1
- package/esm/models/getfirewallconfigop.js +1 -0
- package/esm/models/getfirewallconfigop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +2 -2
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +4 -2
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getprojectmembersop.d.ts +3 -0
- package/esm/models/getprojectmembersop.d.ts.map +1 -1
- package/esm/models/getprojectmembersop.js +1 -0
- package/esm/models/getprojectmembersop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +218 -643
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +197 -573
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrecordsop.d.ts +8 -0
- package/esm/models/getrecordsop.d.ts.map +1 -1
- package/esm/models/getrecordsop.js +8 -0
- package/esm/models/getrecordsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +6 -0
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +2 -0
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -3
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
- package/esm/models/getwebhookop.d.ts +6 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +2 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +15 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +5 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/inviteusertoteamop.d.ts +33 -0
- package/esm/models/inviteusertoteamop.d.ts.map +1 -1
- package/esm/models/inviteusertoteamop.js +11 -0
- package/esm/models/inviteusertoteamop.js.map +1 -1
- package/esm/models/listaccessgroupmembersop.d.ts +3 -0
- package/esm/models/listaccessgroupmembersop.d.ts.map +1 -1
- package/esm/models/listaccessgroupmembersop.js +1 -0
- package/esm/models/listaccessgroupmembersop.js.map +1 -1
- package/esm/models/listaliasesop.d.ts +141 -39
- package/esm/models/listaliasesop.d.ts.map +1 -1
- package/esm/models/listaliasesop.js +132 -35
- package/esm/models/listaliasesop.js.map +1 -1
- package/esm/models/listdeploymentaliasesop.d.ts +30 -30
- package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
- package/esm/models/listdeploymentaliasesop.js +34 -34
- package/esm/models/listdeploymentaliasesop.js.map +1 -1
- package/esm/models/patchedgeconfigitemsop.d.ts +0 -4
- package/esm/models/patchedgeconfigitemsop.d.ts.map +1 -1
- package/esm/models/patchedgeconfigitemsop.js +0 -4
- package/esm/models/patchedgeconfigitemsop.js.map +1 -1
- package/esm/models/patchteamop.d.ts +185 -0
- package/esm/models/patchteamop.d.ts.map +1 -1
- package/esm/models/patchteamop.js +132 -0
- package/esm/models/patchteamop.js.map +1 -1
- package/esm/models/putfirewallconfigop.d.ts +3 -0
- package/esm/models/putfirewallconfigop.d.ts.map +1 -1
- package/esm/models/putfirewallconfigop.js +1 -0
- package/esm/models/putfirewallconfigop.js.map +1 -1
- package/esm/models/removecustomenvironmentop.d.ts +3 -3
- package/esm/models/removecustomenvironmentop.js +1 -1
- package/esm/models/removecustomenvironmentop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/rerequestcheckop.d.ts +5 -0
- package/esm/models/rerequestcheckop.d.ts.map +1 -1
- package/esm/models/rerequestcheckop.js +2 -0
- package/esm/models/rerequestcheckop.js.map +1 -1
- package/esm/models/team.d.ts +142 -0
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +111 -0
- package/esm/models/team.js.map +1 -1
- package/esm/models/teamlimited.d.ts +15 -0
- package/esm/models/teamlimited.d.ts.map +1 -1
- package/esm/models/teamlimited.js +5 -0
- package/esm/models/teamlimited.js.map +1 -1
- package/esm/models/updatecustomenvironmentop.d.ts +3 -3
- package/esm/models/updatecustomenvironmentop.js +1 -1
- package/esm/models/updatecustomenvironmentop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +226 -651
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +209 -604
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +221 -643
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +198 -573
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +1629 -1433
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +2023 -1841
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/aliases.d.ts +2 -2
- package/esm/sdk/aliases.d.ts.map +1 -1
- package/examples/README.md +5 -0
- package/examples/package-lock.json +8 -7
- package/examples/projectsUpdateProject.example.ts +2 -0
- package/jsr.json +1 -1
- package/package.json +6 -8
- package/src/__tests__/aliases.test.ts +16 -16
- package/src/__tests__/security.test.ts +13 -1
- package/src/funcs/aliasesGetAlias.ts +5 -6
- package/src/funcs/checksRerequestCheck.ts +1 -0
- package/src/funcs/domainsBuyDomain.ts +2 -2
- package/src/funcs/domainsGetDomainConfig.ts +2 -2
- package/src/funcs/domainsPatchDomain.ts +2 -2
- package/src/funcs/edgeConfigPatchEdgeConfigItems.ts +2 -3
- package/src/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.ts +2 -2
- package/src/funcs/projectsAcceptProjectTransferRequest.ts +2 -2
- package/src/funcs/projectsCreateProject.ts +2 -2
- package/src/funcs/teamsPatchTeam.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/acceptprojecttransferrequestop.ts +449 -4
- package/src/models/addbypassipop.ts +69 -78
- package/src/models/authtoken.ts +10 -8
- package/src/models/authuser.ts +93 -0
- package/src/models/canceldeploymentop.ts +734 -295
- package/src/models/createcustomenvironmentop.ts +1 -1
- package/src/models/createdeploymentop.ts +1122 -641
- package/src/models/createlogdrainop.ts +4 -4
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +734 -1475
- package/src/models/createwebhookop.ts +4 -0
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/exchangessotokenop.ts +8 -8
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getaliasop.ts +0 -1042
- package/src/models/getbypassipop.ts +100 -404
- package/src/models/getcustomenvironmentop.ts +1 -1
- package/src/models/getdeploymentop.ts +1761 -780
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getfirewallconfigop.ts +1 -0
- package/src/models/getintegrationlogdrainsop.ts +6 -4
- package/src/models/getprojectmembersop.ts +1 -0
- package/src/models/getprojectsop.ts +612 -1335
- package/src/models/getrecordsop.ts +16 -0
- package/src/models/getteammembersop.ts +2 -0
- package/src/models/getv9projectsidornamecustomenvironmentsop.ts +1 -1
- package/src/models/getwebhookop.ts +2 -0
- package/src/models/getwebhooksop.ts +5 -0
- package/src/models/inviteusertoteamop.ts +11 -0
- package/src/models/listaccessgroupmembersop.ts +1 -0
- package/src/models/listaliasesop.ts +290 -74
- package/src/models/listdeploymentaliasesop.ts +58 -70
- package/src/models/patchedgeconfigitemsop.ts +0 -8
- package/src/models/patchteamop.ts +311 -0
- package/src/models/putfirewallconfigop.ts +1 -0
- package/src/models/removecustomenvironmentop.ts +1 -1
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/rerequestcheckop.ts +7 -0
- package/src/models/team.ts +240 -0
- package/src/models/teamlimited.ts +5 -0
- package/src/models/updatecustomenvironmentop.ts +1 -1
- package/src/models/updateprojectdatacacheop.ts +684 -1411
- package/src/models/updateprojectop.ts +601 -1343
- package/src/models/userevent.ts +3615 -3202
- package/src/sdk/aliases.ts +2 -2
- package/temp/example.ts +11 -0
- package/vercel-spec.json +2337 -2625
|
@@ -65,6 +65,7 @@ export const UpdateProjectFramework = {
|
|
|
65
65
|
Sanity: "sanity",
|
|
66
66
|
Storybook: "storybook",
|
|
67
67
|
Nitro: "nitro",
|
|
68
|
+
Hono: "hono",
|
|
68
69
|
} as const;
|
|
69
70
|
/**
|
|
70
71
|
* The framework that is being used for this project. When `null` is used no framework is selected
|
|
@@ -457,8 +458,8 @@ export type UpdateProjectSpeedInsights = {
|
|
|
457
458
|
};
|
|
458
459
|
|
|
459
460
|
export const UpdateProjectEnvId2 = {
|
|
460
|
-
Production: "production",
|
|
461
461
|
Preview: "preview",
|
|
462
|
+
Production: "production",
|
|
462
463
|
} as const;
|
|
463
464
|
export type UpdateProjectEnvId2 = ClosedEnum<typeof UpdateProjectEnvId2>;
|
|
464
465
|
|
|
@@ -472,6 +473,7 @@ export type UpdateProjectAws = {
|
|
|
472
473
|
export type UpdateProjectConnectConfigurations = {
|
|
473
474
|
envId: string | UpdateProjectEnvId2;
|
|
474
475
|
connectConfigurationId: string;
|
|
476
|
+
dc?: string | undefined;
|
|
475
477
|
passive: boolean;
|
|
476
478
|
buildsEnabled: boolean;
|
|
477
479
|
aws?: UpdateProjectAws | undefined;
|
|
@@ -843,8 +845,8 @@ export type UpdateProjectEnv = {
|
|
|
843
845
|
* The type of environment (production, preview, or development)
|
|
844
846
|
*/
|
|
845
847
|
export const UpdateProjectProjectsType = {
|
|
846
|
-
Production: "production",
|
|
847
848
|
Preview: "preview",
|
|
849
|
+
Production: "production",
|
|
848
850
|
Development: "development",
|
|
849
851
|
} as const;
|
|
850
852
|
/**
|
|
@@ -1009,6 +1011,7 @@ export const UpdateProjectProjectsFramework = {
|
|
|
1009
1011
|
Sanity: "sanity",
|
|
1010
1012
|
Storybook: "storybook",
|
|
1011
1013
|
Nitro: "nitro",
|
|
1014
|
+
Hono: "hono",
|
|
1012
1015
|
} as const;
|
|
1013
1016
|
export type UpdateProjectProjectsFramework = ClosedEnum<
|
|
1014
1017
|
typeof UpdateProjectProjectsFramework
|
|
@@ -1177,14 +1180,13 @@ export type UpdateProjectLatestDeployments = {
|
|
|
1177
1180
|
withCache?: boolean | undefined;
|
|
1178
1181
|
};
|
|
1179
1182
|
|
|
1180
|
-
export const
|
|
1183
|
+
export const UpdateProjectLinkProjectsResponse200ApplicationJSONType = {
|
|
1181
1184
|
GithubCustomHost: "github-custom-host",
|
|
1182
1185
|
} as const;
|
|
1183
|
-
export type
|
|
1184
|
-
typeof
|
|
1185
|
-
>;
|
|
1186
|
+
export type UpdateProjectLinkProjectsResponse200ApplicationJSONType =
|
|
1187
|
+
ClosedEnum<typeof UpdateProjectLinkProjectsResponse200ApplicationJSONType>;
|
|
1186
1188
|
|
|
1187
|
-
export type
|
|
1189
|
+
export type UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks = {
|
|
1188
1190
|
createdAt?: number | undefined;
|
|
1189
1191
|
id: string;
|
|
1190
1192
|
name: string;
|
|
@@ -1192,7 +1194,7 @@ export type UpdateProjectLinkProjectsResponse200DeployHooks = {
|
|
|
1192
1194
|
url: string;
|
|
1193
1195
|
};
|
|
1194
1196
|
|
|
1195
|
-
export type
|
|
1197
|
+
export type UpdateProjectLink5 = {
|
|
1196
1198
|
org?: string | undefined;
|
|
1197
1199
|
/**
|
|
1198
1200
|
* 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.
|
|
@@ -1200,24 +1202,26 @@ export type UpdateProjectLink4 = {
|
|
|
1200
1202
|
repoOwnerId?: number | undefined;
|
|
1201
1203
|
repo?: string | undefined;
|
|
1202
1204
|
repoId?: number | undefined;
|
|
1203
|
-
type?:
|
|
1205
|
+
type?: UpdateProjectLinkProjectsResponse200ApplicationJSONType | undefined;
|
|
1204
1206
|
host?: string | undefined;
|
|
1205
1207
|
createdAt?: number | undefined;
|
|
1206
|
-
deployHooks: Array<
|
|
1208
|
+
deployHooks: Array<
|
|
1209
|
+
UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks
|
|
1210
|
+
>;
|
|
1207
1211
|
gitCredentialId?: string | undefined;
|
|
1208
1212
|
updatedAt?: number | undefined;
|
|
1209
1213
|
sourceless?: boolean | undefined;
|
|
1210
1214
|
productionBranch?: string | undefined;
|
|
1211
1215
|
};
|
|
1212
1216
|
|
|
1213
|
-
export const
|
|
1217
|
+
export const UpdateProjectLinkProjectsResponse200Type = {
|
|
1214
1218
|
Bitbucket: "bitbucket",
|
|
1215
1219
|
} as const;
|
|
1216
|
-
export type
|
|
1217
|
-
typeof
|
|
1220
|
+
export type UpdateProjectLinkProjectsResponse200Type = ClosedEnum<
|
|
1221
|
+
typeof UpdateProjectLinkProjectsResponse200Type
|
|
1218
1222
|
>;
|
|
1219
1223
|
|
|
1220
|
-
export type
|
|
1224
|
+
export type UpdateProjectLinkProjectsResponse200DeployHooks = {
|
|
1221
1225
|
createdAt?: number | undefined;
|
|
1222
1226
|
id: string;
|
|
1223
1227
|
name: string;
|
|
@@ -1225,29 +1229,29 @@ export type UpdateProjectLinkProjectsResponseDeployHooks = {
|
|
|
1225
1229
|
url: string;
|
|
1226
1230
|
};
|
|
1227
1231
|
|
|
1228
|
-
export type
|
|
1232
|
+
export type UpdateProjectLink4 = {
|
|
1229
1233
|
name?: string | undefined;
|
|
1230
1234
|
slug?: string | undefined;
|
|
1231
1235
|
owner?: string | undefined;
|
|
1232
|
-
type?:
|
|
1236
|
+
type?: UpdateProjectLinkProjectsResponse200Type | undefined;
|
|
1233
1237
|
uuid?: string | undefined;
|
|
1234
1238
|
workspaceUuid?: string | undefined;
|
|
1235
1239
|
createdAt?: number | undefined;
|
|
1236
|
-
deployHooks: Array<
|
|
1240
|
+
deployHooks: Array<UpdateProjectLinkProjectsResponse200DeployHooks>;
|
|
1237
1241
|
gitCredentialId?: string | undefined;
|
|
1238
1242
|
updatedAt?: number | undefined;
|
|
1239
1243
|
sourceless?: boolean | undefined;
|
|
1240
1244
|
productionBranch?: string | undefined;
|
|
1241
1245
|
};
|
|
1242
1246
|
|
|
1243
|
-
export const
|
|
1247
|
+
export const UpdateProjectLinkProjectsResponseType = {
|
|
1244
1248
|
Gitlab: "gitlab",
|
|
1245
1249
|
} as const;
|
|
1246
|
-
export type
|
|
1247
|
-
typeof
|
|
1250
|
+
export type UpdateProjectLinkProjectsResponseType = ClosedEnum<
|
|
1251
|
+
typeof UpdateProjectLinkProjectsResponseType
|
|
1248
1252
|
>;
|
|
1249
1253
|
|
|
1250
|
-
export type
|
|
1254
|
+
export type UpdateProjectLinkProjectsResponseDeployHooks = {
|
|
1251
1255
|
createdAt?: number | undefined;
|
|
1252
1256
|
id: string;
|
|
1253
1257
|
name: string;
|
|
@@ -1255,7 +1259,7 @@ export type UpdateProjectLinkProjectsDeployHooks = {
|
|
|
1255
1259
|
url: string;
|
|
1256
1260
|
};
|
|
1257
1261
|
|
|
1258
|
-
export type
|
|
1262
|
+
export type UpdateProjectLink3 = {
|
|
1259
1263
|
projectId?: string | undefined;
|
|
1260
1264
|
projectName?: string | undefined;
|
|
1261
1265
|
projectNameWithNamespace?: string | undefined;
|
|
@@ -1265,11 +1269,43 @@ export type UpdateProjectLink2 = {
|
|
|
1265
1269
|
*/
|
|
1266
1270
|
projectOwnerId?: number | undefined;
|
|
1267
1271
|
projectUrl?: string | undefined;
|
|
1272
|
+
type?: UpdateProjectLinkProjectsResponseType | undefined;
|
|
1273
|
+
createdAt?: number | undefined;
|
|
1274
|
+
deployHooks: Array<UpdateProjectLinkProjectsResponseDeployHooks>;
|
|
1275
|
+
gitCredentialId?: string | undefined;
|
|
1276
|
+
updatedAt?: number | undefined;
|
|
1277
|
+
sourceless?: boolean | undefined;
|
|
1278
|
+
productionBranch?: string | undefined;
|
|
1279
|
+
};
|
|
1280
|
+
|
|
1281
|
+
export const UpdateProjectLinkProjectsType = {
|
|
1282
|
+
GithubLimited: "github-limited",
|
|
1283
|
+
} as const;
|
|
1284
|
+
export type UpdateProjectLinkProjectsType = ClosedEnum<
|
|
1285
|
+
typeof UpdateProjectLinkProjectsType
|
|
1286
|
+
>;
|
|
1287
|
+
|
|
1288
|
+
export type UpdateProjectLinkProjectsDeployHooks = {
|
|
1289
|
+
createdAt?: number | undefined;
|
|
1290
|
+
id: string;
|
|
1291
|
+
name: string;
|
|
1292
|
+
ref: string;
|
|
1293
|
+
url: string;
|
|
1294
|
+
};
|
|
1295
|
+
|
|
1296
|
+
export type UpdateProjectLink2 = {
|
|
1268
1297
|
type?: UpdateProjectLinkProjectsType | undefined;
|
|
1298
|
+
repo?: string | undefined;
|
|
1299
|
+
repoId?: number | undefined;
|
|
1300
|
+
updatedAt?: number | undefined;
|
|
1269
1301
|
createdAt?: number | undefined;
|
|
1302
|
+
org?: string | undefined;
|
|
1303
|
+
/**
|
|
1304
|
+
* 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.
|
|
1305
|
+
*/
|
|
1306
|
+
repoOwnerId?: number | undefined;
|
|
1270
1307
|
deployHooks: Array<UpdateProjectLinkProjectsDeployHooks>;
|
|
1271
1308
|
gitCredentialId?: string | undefined;
|
|
1272
|
-
updatedAt?: number | undefined;
|
|
1273
1309
|
sourceless?: boolean | undefined;
|
|
1274
1310
|
productionBranch?: string | undefined;
|
|
1275
1311
|
};
|
|
@@ -1308,7 +1344,8 @@ export type UpdateProjectLink =
|
|
|
1308
1344
|
| UpdateProjectLink1
|
|
1309
1345
|
| UpdateProjectLink2
|
|
1310
1346
|
| UpdateProjectLink3
|
|
1311
|
-
| UpdateProjectLink4
|
|
1347
|
+
| UpdateProjectLink4
|
|
1348
|
+
| UpdateProjectLink5;
|
|
1312
1349
|
|
|
1313
1350
|
export type UpdateProjectMicrofrontends2 = {
|
|
1314
1351
|
updatedAt: number;
|
|
@@ -1668,6 +1705,7 @@ export type UpdateProjectPermissions = {
|
|
|
1668
1705
|
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1669
1706
|
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1670
1707
|
deployment?: Array<ACLAction> | undefined;
|
|
1708
|
+
deploymentBuildLogs?: Array<ACLAction> | undefined;
|
|
1671
1709
|
deploymentCheck?: Array<ACLAction> | undefined;
|
|
1672
1710
|
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1673
1711
|
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
@@ -1718,6 +1756,7 @@ export type UpdateProjectPermissions = {
|
|
|
1718
1756
|
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1719
1757
|
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1720
1758
|
projectTier?: Array<ACLAction> | undefined;
|
|
1759
|
+
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1721
1760
|
seawallConfig?: Array<ACLAction> | undefined;
|
|
1722
1761
|
skewProtection?: Array<ACLAction> | undefined;
|
|
1723
1762
|
analytics?: Array<ACLAction> | undefined;
|
|
@@ -1725,11 +1764,11 @@ export type UpdateProjectPermissions = {
|
|
|
1725
1764
|
webAnalytics?: Array<ACLAction> | undefined;
|
|
1726
1765
|
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1727
1766
|
sonar?: Array<ACLAction> | undefined;
|
|
1767
|
+
oauth2Connection?: Array<ACLAction> | undefined;
|
|
1728
1768
|
user?: Array<ACLAction> | undefined;
|
|
1729
1769
|
userConnection?: Array<ACLAction> | undefined;
|
|
1730
1770
|
userSudo?: Array<ACLAction> | undefined;
|
|
1731
1771
|
webAuthn?: Array<ACLAction> | undefined;
|
|
1732
|
-
oauth2Connection?: Array<ACLAction> | undefined;
|
|
1733
1772
|
accessGroup?: Array<ACLAction> | undefined;
|
|
1734
1773
|
aliasGlobal?: Array<ACLAction> | undefined;
|
|
1735
1774
|
analyticsSampling?: Array<ACLAction> | undefined;
|
|
@@ -1742,6 +1781,7 @@ export type UpdateProjectPermissions = {
|
|
|
1742
1781
|
billingInvoiceLanguage?: Array<ACLAction> | undefined;
|
|
1743
1782
|
billingPlan?: Array<ACLAction> | undefined;
|
|
1744
1783
|
billingPurchaseOrder?: Array<ACLAction> | undefined;
|
|
1784
|
+
billingRefund?: Array<ACLAction> | undefined;
|
|
1745
1785
|
billingTaxId?: Array<ACLAction> | undefined;
|
|
1746
1786
|
blob?: Array<ACLAction> | undefined;
|
|
1747
1787
|
budget?: Array<ACLAction> | undefined;
|
|
@@ -1751,6 +1791,7 @@ export type UpdateProjectPermissions = {
|
|
|
1751
1791
|
concurrentBuilds?: Array<ACLAction> | undefined;
|
|
1752
1792
|
connect?: Array<ACLAction> | undefined;
|
|
1753
1793
|
connectConfiguration?: Array<ACLAction> | undefined;
|
|
1794
|
+
defaultDeploymentProtection?: Array<ACLAction> | undefined;
|
|
1754
1795
|
domain?: Array<ACLAction> | undefined;
|
|
1755
1796
|
domainAcceptDelegation?: Array<ACLAction> | undefined;
|
|
1756
1797
|
domainAuthCodes?: Array<ACLAction> | undefined;
|
|
@@ -1783,6 +1824,7 @@ export type UpdateProjectPermissions = {
|
|
|
1783
1824
|
marketplaceInstallationMember?: Array<ACLAction> | undefined;
|
|
1784
1825
|
marketplaceBillingData?: Array<ACLAction> | undefined;
|
|
1785
1826
|
marketplaceInvoice?: Array<ACLAction> | undefined;
|
|
1827
|
+
marketplaceSettings?: Array<ACLAction> | undefined;
|
|
1786
1828
|
marketplaceExperimentationItem?: Array<ACLAction> | undefined;
|
|
1787
1829
|
marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
|
|
1788
1830
|
jobGlobal?: Array<ACLAction> | undefined;
|
|
@@ -1809,8 +1851,10 @@ export type UpdateProjectPermissions = {
|
|
|
1809
1851
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1810
1852
|
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
1811
1853
|
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1854
|
+
observabilityFunnel?: Array<ACLAction> | undefined;
|
|
1812
1855
|
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
1813
1856
|
vercelAppInstallation?: Array<ACLAction> | undefined;
|
|
1857
|
+
vercelAppInstallationRequest?: Array<ACLAction> | undefined;
|
|
1814
1858
|
paymentMethod?: Array<ACLAction> | undefined;
|
|
1815
1859
|
permissions?: Array<ACLAction> | undefined;
|
|
1816
1860
|
postgres?: Array<ACLAction> | undefined;
|
|
@@ -1931,8 +1975,8 @@ export type UpdateProjectProtectionBypass =
|
|
|
1931
1975
|
| UpdateProjectProtectionBypass2;
|
|
1932
1976
|
|
|
1933
1977
|
export const UpdateProjectTrustedIpsProjectsDeploymentType = {
|
|
1934
|
-
Production: "production",
|
|
1935
1978
|
Preview: "preview",
|
|
1979
|
+
Production: "production",
|
|
1936
1980
|
All: "all",
|
|
1937
1981
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1938
1982
|
AllExceptCustomDomains: "all_except_custom_domains",
|
|
@@ -1946,8 +1990,8 @@ export type UpdateProjectTrustedIps2 = {
|
|
|
1946
1990
|
};
|
|
1947
1991
|
|
|
1948
1992
|
export const UpdateProjectTrustedIpsDeploymentType = {
|
|
1949
|
-
Production: "production",
|
|
1950
1993
|
Preview: "preview",
|
|
1994
|
+
Production: "production",
|
|
1951
1995
|
All: "all",
|
|
1952
1996
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1953
1997
|
AllExceptCustomDomains: "all_except_custom_domains",
|
|
@@ -2009,6 +2053,10 @@ export type UpdateProjectGitProviderOptions = {
|
|
|
2009
2053
|
* Whether the Vercel bot should automatically create GitHub deployments https://docs.github.com/en/rest/deployments/deployments#about-deployments NOTE: repository-dispatch events should be used instead
|
|
2010
2054
|
*/
|
|
2011
2055
|
createDeployments: UpdateProjectCreateDeployments;
|
|
2056
|
+
/**
|
|
2057
|
+
* Whether the Vercel bot should not automatically create GitHub repository-dispatch events on deployment events. https://vercel.com/docs/git/vercel-for-github#repository-dispatch-events
|
|
2058
|
+
*/
|
|
2059
|
+
disableRepositoryDispatchEvents?: boolean | undefined;
|
|
2012
2060
|
};
|
|
2013
2061
|
|
|
2014
2062
|
export type UpdateProjectWebAnalytics = {
|
|
@@ -2019,193 +2067,44 @@ export type UpdateProjectWebAnalytics = {
|
|
|
2019
2067
|
hasData?: boolean | undefined;
|
|
2020
2068
|
};
|
|
2021
2069
|
|
|
2022
|
-
export type UpdateProjectSrc2 = {
|
|
2023
|
-
re?: string | undefined;
|
|
2024
|
-
eq?: string | undefined;
|
|
2025
|
-
neq?: string | undefined;
|
|
2026
|
-
inc?: Array<string> | undefined;
|
|
2027
|
-
ninc?: Array<string> | undefined;
|
|
2028
|
-
pre?: string | undefined;
|
|
2029
|
-
suf?: string | undefined;
|
|
2030
|
-
gt?: number | undefined;
|
|
2031
|
-
gte?: number | undefined;
|
|
2032
|
-
lt?: number | undefined;
|
|
2033
|
-
lte?: number | undefined;
|
|
2034
|
-
};
|
|
2035
|
-
|
|
2036
|
-
export type UpdateProjectSrc = UpdateProjectSrc2 | string;
|
|
2037
|
-
|
|
2038
|
-
export const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType =
|
|
2039
|
-
{
|
|
2040
|
-
Path: "path",
|
|
2041
|
-
Host: "host",
|
|
2042
|
-
Method: "method",
|
|
2043
|
-
Header: "header",
|
|
2044
|
-
Cookie: "cookie",
|
|
2045
|
-
Query: "query",
|
|
2046
|
-
IpAddress: "ip_address",
|
|
2047
|
-
Protocol: "protocol",
|
|
2048
|
-
Scheme: "scheme",
|
|
2049
|
-
Environment: "environment",
|
|
2050
|
-
Region: "region",
|
|
2051
|
-
InitialRequestPath: "initial_request_path",
|
|
2052
|
-
} as const;
|
|
2053
|
-
export type UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType =
|
|
2054
|
-
ClosedEnum<
|
|
2055
|
-
typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType
|
|
2056
|
-
>;
|
|
2057
|
-
|
|
2058
|
-
export type UpdateProjectValue2 = {
|
|
2059
|
-
re?: string | undefined;
|
|
2060
|
-
eq?: string | undefined;
|
|
2061
|
-
neq?: string | undefined;
|
|
2062
|
-
inc?: Array<string> | undefined;
|
|
2063
|
-
ninc?: Array<string> | undefined;
|
|
2064
|
-
pre?: string | undefined;
|
|
2065
|
-
suf?: string | undefined;
|
|
2066
|
-
gt?: number | undefined;
|
|
2067
|
-
gte?: number | undefined;
|
|
2068
|
-
lt?: number | undefined;
|
|
2069
|
-
lte?: number | undefined;
|
|
2070
|
-
};
|
|
2071
|
-
|
|
2072
|
-
export type UpdateProjectValue = UpdateProjectValue2 | string;
|
|
2073
|
-
|
|
2074
|
-
export type UpdateProjectHas = {
|
|
2075
|
-
type: UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType;
|
|
2076
|
-
key?: string | undefined;
|
|
2077
|
-
value?: UpdateProjectValue2 | string | undefined;
|
|
2078
|
-
};
|
|
2079
|
-
|
|
2080
|
-
export const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType =
|
|
2081
|
-
{
|
|
2082
|
-
Path: "path",
|
|
2083
|
-
Host: "host",
|
|
2084
|
-
Method: "method",
|
|
2085
|
-
Header: "header",
|
|
2086
|
-
Cookie: "cookie",
|
|
2087
|
-
Query: "query",
|
|
2088
|
-
IpAddress: "ip_address",
|
|
2089
|
-
Protocol: "protocol",
|
|
2090
|
-
Scheme: "scheme",
|
|
2091
|
-
Environment: "environment",
|
|
2092
|
-
Region: "region",
|
|
2093
|
-
InitialRequestPath: "initial_request_path",
|
|
2094
|
-
} as const;
|
|
2095
|
-
export type UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType =
|
|
2096
|
-
ClosedEnum<
|
|
2097
|
-
typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType
|
|
2098
|
-
>;
|
|
2099
|
-
|
|
2100
|
-
export type UpdateProjectValueProjects2 = {
|
|
2101
|
-
re?: string | undefined;
|
|
2102
|
-
eq?: string | undefined;
|
|
2103
|
-
neq?: string | undefined;
|
|
2104
|
-
inc?: Array<string> | undefined;
|
|
2105
|
-
ninc?: Array<string> | undefined;
|
|
2106
|
-
pre?: string | undefined;
|
|
2107
|
-
suf?: string | undefined;
|
|
2108
|
-
gt?: number | undefined;
|
|
2109
|
-
gte?: number | undefined;
|
|
2110
|
-
lt?: number | undefined;
|
|
2111
|
-
lte?: number | undefined;
|
|
2112
|
-
};
|
|
2113
|
-
|
|
2114
|
-
export type UpdateProjectProjectsValue = UpdateProjectValueProjects2 | string;
|
|
2115
|
-
|
|
2116
|
-
export type UpdateProjectMissing = {
|
|
2117
|
-
type:
|
|
2118
|
-
UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType;
|
|
2119
|
-
key?: string | undefined;
|
|
2120
|
-
value?: UpdateProjectValueProjects2 | string | undefined;
|
|
2121
|
-
};
|
|
2122
|
-
|
|
2123
|
-
export const UpdateProjectHandle = {
|
|
2124
|
-
Init: "init",
|
|
2125
|
-
Finalize: "finalize",
|
|
2126
|
-
} as const;
|
|
2127
|
-
export type UpdateProjectHandle = ClosedEnum<typeof UpdateProjectHandle>;
|
|
2128
|
-
|
|
2129
2070
|
export const UpdateProjectAction = {
|
|
2130
|
-
Deny: "deny",
|
|
2131
|
-
Challenge: "challenge",
|
|
2132
2071
|
Log: "log",
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
Redirect: "redirect",
|
|
2072
|
+
Challenge: "challenge",
|
|
2073
|
+
Deny: "deny",
|
|
2136
2074
|
} as const;
|
|
2137
2075
|
export type UpdateProjectAction = ClosedEnum<typeof UpdateProjectAction>;
|
|
2138
2076
|
|
|
2139
|
-
export
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
} as const;
|
|
2143
|
-
export type UpdateProjectAlgo = ClosedEnum<typeof UpdateProjectAlgo>;
|
|
2144
|
-
|
|
2145
|
-
export type UpdateProjectErl = {
|
|
2146
|
-
algo: UpdateProjectAlgo;
|
|
2147
|
-
window: number;
|
|
2148
|
-
limit: number;
|
|
2149
|
-
keys: Array<string>;
|
|
2150
|
-
};
|
|
2151
|
-
|
|
2152
|
-
export type UpdateProjectMitigate = {
|
|
2153
|
-
action: UpdateProjectAction;
|
|
2154
|
-
ruleId: string;
|
|
2155
|
-
ttl?: number | undefined;
|
|
2156
|
-
erl?: UpdateProjectErl | undefined;
|
|
2157
|
-
};
|
|
2158
|
-
|
|
2159
|
-
export type UpdateProjectFirewallRoutes = {
|
|
2160
|
-
src?: UpdateProjectSrc2 | string | undefined;
|
|
2161
|
-
has?: Array<UpdateProjectHas> | undefined;
|
|
2162
|
-
missing?: Array<UpdateProjectMissing> | undefined;
|
|
2163
|
-
dest?: string | undefined;
|
|
2164
|
-
status?: number | undefined;
|
|
2165
|
-
handle?: UpdateProjectHandle | undefined;
|
|
2166
|
-
mitigate?: UpdateProjectMitigate | undefined;
|
|
2077
|
+
export type UpdateProjectBotFilter = {
|
|
2078
|
+
active: boolean;
|
|
2079
|
+
action?: UpdateProjectAction | undefined;
|
|
2167
2080
|
};
|
|
2168
2081
|
|
|
2169
2082
|
export const UpdateProjectProjectsAction = {
|
|
2170
|
-
Deny: "deny",
|
|
2171
|
-
Challenge: "challenge",
|
|
2172
2083
|
Log: "log",
|
|
2084
|
+
Challenge: "challenge",
|
|
2085
|
+
Deny: "deny",
|
|
2173
2086
|
} as const;
|
|
2174
2087
|
export type UpdateProjectProjectsAction = ClosedEnum<
|
|
2175
2088
|
typeof UpdateProjectProjectsAction
|
|
2176
2089
|
>;
|
|
2177
2090
|
|
|
2178
|
-
export type
|
|
2091
|
+
export type UpdateProjectAiBots = {
|
|
2179
2092
|
active: boolean;
|
|
2180
2093
|
action?: UpdateProjectProjectsAction | undefined;
|
|
2181
2094
|
};
|
|
2182
2095
|
|
|
2183
2096
|
export const UpdateProjectProjectsResponseAction = {
|
|
2184
|
-
Deny: "deny",
|
|
2185
|
-
Challenge: "challenge",
|
|
2186
2097
|
Log: "log",
|
|
2098
|
+
Challenge: "challenge",
|
|
2099
|
+
Deny: "deny",
|
|
2187
2100
|
} as const;
|
|
2188
2101
|
export type UpdateProjectProjectsResponseAction = ClosedEnum<
|
|
2189
2102
|
typeof UpdateProjectProjectsResponseAction
|
|
2190
2103
|
>;
|
|
2191
2104
|
|
|
2192
|
-
export type UpdateProjectAiBots = {
|
|
2193
|
-
active: boolean;
|
|
2194
|
-
action?: UpdateProjectProjectsResponseAction | undefined;
|
|
2195
|
-
};
|
|
2196
|
-
|
|
2197
|
-
export const UpdateProjectProjectsResponse200Action = {
|
|
2198
|
-
Deny: "deny",
|
|
2199
|
-
Challenge: "challenge",
|
|
2200
|
-
Log: "log",
|
|
2201
|
-
} as const;
|
|
2202
|
-
export type UpdateProjectProjectsResponse200Action = ClosedEnum<
|
|
2203
|
-
typeof UpdateProjectProjectsResponse200Action
|
|
2204
|
-
>;
|
|
2205
|
-
|
|
2206
2105
|
export type UpdateProjectOwasp = {
|
|
2207
2106
|
active: boolean;
|
|
2208
|
-
action?:
|
|
2107
|
+
action?: UpdateProjectProjectsResponseAction | undefined;
|
|
2209
2108
|
};
|
|
2210
2109
|
|
|
2211
2110
|
export type UpdateProjectManagedRules = {
|
|
@@ -2221,7 +2120,6 @@ export type UpdateProjectSecurity = {
|
|
|
2221
2120
|
firewallUpdatedAt?: number | undefined;
|
|
2222
2121
|
attackModeActiveUntil?: number | null | undefined;
|
|
2223
2122
|
firewallConfigVersion?: number | undefined;
|
|
2224
|
-
firewallRoutes?: Array<UpdateProjectFirewallRoutes> | undefined;
|
|
2225
2123
|
firewallSeawallEnabled?: boolean | undefined;
|
|
2226
2124
|
ja3Enabled?: boolean | undefined;
|
|
2227
2125
|
ja4Enabled?: boolean | undefined;
|
|
@@ -2306,6 +2204,7 @@ export type UpdateProjectResponseBody = {
|
|
|
2306
2204
|
| UpdateProjectLink2
|
|
2307
2205
|
| UpdateProjectLink3
|
|
2308
2206
|
| UpdateProjectLink4
|
|
2207
|
+
| UpdateProjectLink5
|
|
2309
2208
|
| undefined;
|
|
2310
2209
|
microfrontends?:
|
|
2311
2210
|
| UpdateProjectMicrofrontends1
|
|
@@ -2371,6 +2270,7 @@ export type UpdateProjectResponseBody = {
|
|
|
2371
2270
|
oidcTokenConfig?: UpdateProjectProjectsOidcTokenConfig | undefined;
|
|
2372
2271
|
tier?: UpdateProjectTier | undefined;
|
|
2373
2272
|
features?: UpdateProjectFeatures | undefined;
|
|
2273
|
+
v0?: boolean | undefined;
|
|
2374
2274
|
};
|
|
2375
2275
|
|
|
2376
2276
|
/** @internal */
|
|
@@ -3682,6 +3582,7 @@ export const UpdateProjectConnectConfigurations$inboundSchema: z.ZodType<
|
|
|
3682
3582
|
> = z.object({
|
|
3683
3583
|
envId: z.union([z.string(), UpdateProjectEnvId2$inboundSchema]),
|
|
3684
3584
|
connectConfigurationId: z.string(),
|
|
3585
|
+
dc: z.string().optional(),
|
|
3685
3586
|
passive: z.boolean(),
|
|
3686
3587
|
buildsEnabled: z.boolean(),
|
|
3687
3588
|
aws: z.lazy(() => UpdateProjectAws$inboundSchema).optional(),
|
|
@@ -3693,6 +3594,7 @@ export const UpdateProjectConnectConfigurations$inboundSchema: z.ZodType<
|
|
|
3693
3594
|
export type UpdateProjectConnectConfigurations$Outbound = {
|
|
3694
3595
|
envId: string | string;
|
|
3695
3596
|
connectConfigurationId: string;
|
|
3597
|
+
dc?: string | undefined;
|
|
3696
3598
|
passive: boolean;
|
|
3697
3599
|
buildsEnabled: boolean;
|
|
3698
3600
|
aws?: UpdateProjectAws$Outbound | undefined;
|
|
@@ -3708,6 +3610,7 @@ export const UpdateProjectConnectConfigurations$outboundSchema: z.ZodType<
|
|
|
3708
3610
|
> = z.object({
|
|
3709
3611
|
envId: z.union([z.string(), UpdateProjectEnvId2$outboundSchema]),
|
|
3710
3612
|
connectConfigurationId: z.string(),
|
|
3613
|
+
dc: z.string().optional(),
|
|
3711
3614
|
passive: z.boolean(),
|
|
3712
3615
|
buildsEnabled: z.boolean(),
|
|
3713
3616
|
aws: z.lazy(() => UpdateProjectAws$outboundSchema).optional(),
|
|
@@ -6862,32 +6765,34 @@ export function updateProjectLatestDeploymentsFromJSON(
|
|
|
6862
6765
|
}
|
|
6863
6766
|
|
|
6864
6767
|
/** @internal */
|
|
6865
|
-
export const
|
|
6866
|
-
z.ZodNativeEnum<
|
|
6867
|
-
|
|
6768
|
+
export const UpdateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
6769
|
+
z.ZodNativeEnum<
|
|
6770
|
+
typeof UpdateProjectLinkProjectsResponse200ApplicationJSONType
|
|
6771
|
+
> = z.nativeEnum(UpdateProjectLinkProjectsResponse200ApplicationJSONType);
|
|
6868
6772
|
|
|
6869
6773
|
/** @internal */
|
|
6870
|
-
export const
|
|
6871
|
-
z.ZodNativeEnum<
|
|
6872
|
-
|
|
6774
|
+
export const UpdateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema:
|
|
6775
|
+
z.ZodNativeEnum<
|
|
6776
|
+
typeof UpdateProjectLinkProjectsResponse200ApplicationJSONType
|
|
6777
|
+
> = UpdateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
6873
6778
|
|
|
6874
6779
|
/**
|
|
6875
6780
|
* @internal
|
|
6876
6781
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6877
6782
|
*/
|
|
6878
|
-
export namespace
|
|
6879
|
-
/** @deprecated use `
|
|
6783
|
+
export namespace UpdateProjectLinkProjectsResponse200ApplicationJSONType$ {
|
|
6784
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
6880
6785
|
export const inboundSchema =
|
|
6881
|
-
|
|
6882
|
-
/** @deprecated use `
|
|
6786
|
+
UpdateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
6787
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
6883
6788
|
export const outboundSchema =
|
|
6884
|
-
|
|
6789
|
+
UpdateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema;
|
|
6885
6790
|
}
|
|
6886
6791
|
|
|
6887
6792
|
/** @internal */
|
|
6888
|
-
export const
|
|
6793
|
+
export const UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema:
|
|
6889
6794
|
z.ZodType<
|
|
6890
|
-
|
|
6795
|
+
UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks,
|
|
6891
6796
|
z.ZodTypeDef,
|
|
6892
6797
|
unknown
|
|
6893
6798
|
> = z.object({
|
|
@@ -6899,20 +6804,21 @@ export const UpdateProjectLinkProjectsResponse200DeployHooks$inboundSchema:
|
|
|
6899
6804
|
});
|
|
6900
6805
|
|
|
6901
6806
|
/** @internal */
|
|
6902
|
-
export type
|
|
6903
|
-
|
|
6904
|
-
|
|
6905
|
-
|
|
6906
|
-
|
|
6907
|
-
|
|
6908
|
-
|
|
6807
|
+
export type UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound =
|
|
6808
|
+
{
|
|
6809
|
+
createdAt?: number | undefined;
|
|
6810
|
+
id: string;
|
|
6811
|
+
name: string;
|
|
6812
|
+
ref: string;
|
|
6813
|
+
url: string;
|
|
6814
|
+
};
|
|
6909
6815
|
|
|
6910
6816
|
/** @internal */
|
|
6911
|
-
export const
|
|
6817
|
+
export const UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema:
|
|
6912
6818
|
z.ZodType<
|
|
6913
|
-
|
|
6819
|
+
UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound,
|
|
6914
6820
|
z.ZodTypeDef,
|
|
6915
|
-
|
|
6821
|
+
UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks
|
|
6916
6822
|
> = z.object({
|
|
6917
6823
|
createdAt: z.number().optional(),
|
|
6918
6824
|
id: z.string(),
|
|
@@ -6925,48 +6831,46 @@ export const UpdateProjectLinkProjectsResponse200DeployHooks$outboundSchema:
|
|
|
6925
6831
|
* @internal
|
|
6926
6832
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6927
6833
|
*/
|
|
6928
|
-
export namespace
|
|
6929
|
-
/** @deprecated use `
|
|
6834
|
+
export namespace UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$ {
|
|
6835
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema` instead. */
|
|
6930
6836
|
export const inboundSchema =
|
|
6931
|
-
|
|
6932
|
-
/** @deprecated use `
|
|
6837
|
+
UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema;
|
|
6838
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema` instead. */
|
|
6933
6839
|
export const outboundSchema =
|
|
6934
|
-
|
|
6935
|
-
/** @deprecated use `
|
|
6840
|
+
UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema;
|
|
6841
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound` instead. */
|
|
6936
6842
|
export type Outbound =
|
|
6937
|
-
|
|
6843
|
+
UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound;
|
|
6938
6844
|
}
|
|
6939
6845
|
|
|
6940
|
-
export function
|
|
6941
|
-
|
|
6942
|
-
|
|
6846
|
+
export function updateProjectLinkProjectsResponse200ApplicationJSONDeployHooksToJSON(
|
|
6847
|
+
updateProjectLinkProjectsResponse200ApplicationJSONDeployHooks:
|
|
6848
|
+
UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks,
|
|
6943
6849
|
): string {
|
|
6944
6850
|
return JSON.stringify(
|
|
6945
|
-
|
|
6946
|
-
|
|
6947
|
-
),
|
|
6851
|
+
UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema
|
|
6852
|
+
.parse(updateProjectLinkProjectsResponse200ApplicationJSONDeployHooks),
|
|
6948
6853
|
);
|
|
6949
6854
|
}
|
|
6950
6855
|
|
|
6951
|
-
export function
|
|
6856
|
+
export function updateProjectLinkProjectsResponse200ApplicationJSONDeployHooksFromJSON(
|
|
6952
6857
|
jsonString: string,
|
|
6953
6858
|
): SafeParseResult<
|
|
6954
|
-
|
|
6859
|
+
UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks,
|
|
6955
6860
|
SDKValidationError
|
|
6956
6861
|
> {
|
|
6957
6862
|
return safeParse(
|
|
6958
6863
|
jsonString,
|
|
6959
6864
|
(x) =>
|
|
6960
|
-
|
|
6961
|
-
JSON.parse(x),
|
|
6962
|
-
|
|
6963
|
-
`Failed to parse 'UpdateProjectLinkProjectsResponse200DeployHooks' from JSON`,
|
|
6865
|
+
UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema
|
|
6866
|
+
.parse(JSON.parse(x)),
|
|
6867
|
+
`Failed to parse 'UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks' from JSON`,
|
|
6964
6868
|
);
|
|
6965
6869
|
}
|
|
6966
6870
|
|
|
6967
6871
|
/** @internal */
|
|
6968
|
-
export const
|
|
6969
|
-
|
|
6872
|
+
export const UpdateProjectLink5$inboundSchema: z.ZodType<
|
|
6873
|
+
UpdateProjectLink5,
|
|
6970
6874
|
z.ZodTypeDef,
|
|
6971
6875
|
unknown
|
|
6972
6876
|
> = z.object({
|
|
@@ -6974,11 +6878,14 @@ export const UpdateProjectLink4$inboundSchema: z.ZodType<
|
|
|
6974
6878
|
repoOwnerId: z.number().optional(),
|
|
6975
6879
|
repo: z.string().optional(),
|
|
6976
6880
|
repoId: z.number().optional(),
|
|
6977
|
-
type:
|
|
6881
|
+
type: UpdateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema
|
|
6882
|
+
.optional(),
|
|
6978
6883
|
host: z.string().optional(),
|
|
6979
6884
|
createdAt: z.number().optional(),
|
|
6980
6885
|
deployHooks: z.array(
|
|
6981
|
-
z.lazy(() =>
|
|
6886
|
+
z.lazy(() =>
|
|
6887
|
+
UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema
|
|
6888
|
+
),
|
|
6982
6889
|
),
|
|
6983
6890
|
gitCredentialId: z.string().optional(),
|
|
6984
6891
|
updatedAt: z.number().optional(),
|
|
@@ -6987,7 +6894,7 @@ export const UpdateProjectLink4$inboundSchema: z.ZodType<
|
|
|
6987
6894
|
});
|
|
6988
6895
|
|
|
6989
6896
|
/** @internal */
|
|
6990
|
-
export type
|
|
6897
|
+
export type UpdateProjectLink5$Outbound = {
|
|
6991
6898
|
org?: string | undefined;
|
|
6992
6899
|
repoOwnerId?: number | undefined;
|
|
6993
6900
|
repo?: string | undefined;
|
|
@@ -6995,7 +6902,9 @@ export type UpdateProjectLink4$Outbound = {
|
|
|
6995
6902
|
type?: string | undefined;
|
|
6996
6903
|
host?: string | undefined;
|
|
6997
6904
|
createdAt?: number | undefined;
|
|
6998
|
-
deployHooks: Array<
|
|
6905
|
+
deployHooks: Array<
|
|
6906
|
+
UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound
|
|
6907
|
+
>;
|
|
6999
6908
|
gitCredentialId?: string | undefined;
|
|
7000
6909
|
updatedAt?: number | undefined;
|
|
7001
6910
|
sourceless?: boolean | undefined;
|
|
@@ -7003,21 +6912,22 @@ export type UpdateProjectLink4$Outbound = {
|
|
|
7003
6912
|
};
|
|
7004
6913
|
|
|
7005
6914
|
/** @internal */
|
|
7006
|
-
export const
|
|
7007
|
-
|
|
6915
|
+
export const UpdateProjectLink5$outboundSchema: z.ZodType<
|
|
6916
|
+
UpdateProjectLink5$Outbound,
|
|
7008
6917
|
z.ZodTypeDef,
|
|
7009
|
-
|
|
6918
|
+
UpdateProjectLink5
|
|
7010
6919
|
> = z.object({
|
|
7011
6920
|
org: z.string().optional(),
|
|
7012
6921
|
repoOwnerId: z.number().optional(),
|
|
7013
6922
|
repo: z.string().optional(),
|
|
7014
6923
|
repoId: z.number().optional(),
|
|
7015
|
-
type:
|
|
6924
|
+
type: UpdateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema
|
|
6925
|
+
.optional(),
|
|
7016
6926
|
host: z.string().optional(),
|
|
7017
6927
|
createdAt: z.number().optional(),
|
|
7018
6928
|
deployHooks: z.array(
|
|
7019
6929
|
z.lazy(() =>
|
|
7020
|
-
|
|
6930
|
+
UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema
|
|
7021
6931
|
),
|
|
7022
6932
|
),
|
|
7023
6933
|
gitCredentialId: z.string().optional(),
|
|
@@ -7030,61 +6940,60 @@ export const UpdateProjectLink4$outboundSchema: z.ZodType<
|
|
|
7030
6940
|
* @internal
|
|
7031
6941
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7032
6942
|
*/
|
|
7033
|
-
export namespace
|
|
7034
|
-
/** @deprecated use `
|
|
7035
|
-
export const inboundSchema =
|
|
7036
|
-
/** @deprecated use `
|
|
7037
|
-
export const outboundSchema =
|
|
7038
|
-
/** @deprecated use `
|
|
7039
|
-
export type Outbound =
|
|
6943
|
+
export namespace UpdateProjectLink5$ {
|
|
6944
|
+
/** @deprecated use `UpdateProjectLink5$inboundSchema` instead. */
|
|
6945
|
+
export const inboundSchema = UpdateProjectLink5$inboundSchema;
|
|
6946
|
+
/** @deprecated use `UpdateProjectLink5$outboundSchema` instead. */
|
|
6947
|
+
export const outboundSchema = UpdateProjectLink5$outboundSchema;
|
|
6948
|
+
/** @deprecated use `UpdateProjectLink5$Outbound` instead. */
|
|
6949
|
+
export type Outbound = UpdateProjectLink5$Outbound;
|
|
7040
6950
|
}
|
|
7041
6951
|
|
|
7042
|
-
export function
|
|
7043
|
-
|
|
6952
|
+
export function updateProjectLink5ToJSON(
|
|
6953
|
+
updateProjectLink5: UpdateProjectLink5,
|
|
7044
6954
|
): string {
|
|
7045
6955
|
return JSON.stringify(
|
|
7046
|
-
|
|
6956
|
+
UpdateProjectLink5$outboundSchema.parse(updateProjectLink5),
|
|
7047
6957
|
);
|
|
7048
6958
|
}
|
|
7049
6959
|
|
|
7050
|
-
export function
|
|
6960
|
+
export function updateProjectLink5FromJSON(
|
|
7051
6961
|
jsonString: string,
|
|
7052
|
-
): SafeParseResult<
|
|
6962
|
+
): SafeParseResult<UpdateProjectLink5, SDKValidationError> {
|
|
7053
6963
|
return safeParse(
|
|
7054
6964
|
jsonString,
|
|
7055
|
-
(x) =>
|
|
7056
|
-
`Failed to parse '
|
|
6965
|
+
(x) => UpdateProjectLink5$inboundSchema.parse(JSON.parse(x)),
|
|
6966
|
+
`Failed to parse 'UpdateProjectLink5' from JSON`,
|
|
7057
6967
|
);
|
|
7058
6968
|
}
|
|
7059
6969
|
|
|
7060
6970
|
/** @internal */
|
|
7061
|
-
export const
|
|
7062
|
-
z.ZodNativeEnum<typeof
|
|
7063
|
-
|
|
7064
|
-
);
|
|
6971
|
+
export const UpdateProjectLinkProjectsResponse200Type$inboundSchema:
|
|
6972
|
+
z.ZodNativeEnum<typeof UpdateProjectLinkProjectsResponse200Type> = z
|
|
6973
|
+
.nativeEnum(UpdateProjectLinkProjectsResponse200Type);
|
|
7065
6974
|
|
|
7066
6975
|
/** @internal */
|
|
7067
|
-
export const
|
|
7068
|
-
z.ZodNativeEnum<typeof
|
|
7069
|
-
|
|
6976
|
+
export const UpdateProjectLinkProjectsResponse200Type$outboundSchema:
|
|
6977
|
+
z.ZodNativeEnum<typeof UpdateProjectLinkProjectsResponse200Type> =
|
|
6978
|
+
UpdateProjectLinkProjectsResponse200Type$inboundSchema;
|
|
7070
6979
|
|
|
7071
6980
|
/**
|
|
7072
6981
|
* @internal
|
|
7073
6982
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7074
6983
|
*/
|
|
7075
|
-
export namespace
|
|
7076
|
-
/** @deprecated use `
|
|
6984
|
+
export namespace UpdateProjectLinkProjectsResponse200Type$ {
|
|
6985
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponse200Type$inboundSchema` instead. */
|
|
7077
6986
|
export const inboundSchema =
|
|
7078
|
-
|
|
7079
|
-
/** @deprecated use `
|
|
6987
|
+
UpdateProjectLinkProjectsResponse200Type$inboundSchema;
|
|
6988
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponse200Type$outboundSchema` instead. */
|
|
7080
6989
|
export const outboundSchema =
|
|
7081
|
-
|
|
6990
|
+
UpdateProjectLinkProjectsResponse200Type$outboundSchema;
|
|
7082
6991
|
}
|
|
7083
6992
|
|
|
7084
6993
|
/** @internal */
|
|
7085
|
-
export const
|
|
6994
|
+
export const UpdateProjectLinkProjectsResponse200DeployHooks$inboundSchema:
|
|
7086
6995
|
z.ZodType<
|
|
7087
|
-
|
|
6996
|
+
UpdateProjectLinkProjectsResponse200DeployHooks,
|
|
7088
6997
|
z.ZodTypeDef,
|
|
7089
6998
|
unknown
|
|
7090
6999
|
> = z.object({
|
|
@@ -7096,7 +7005,7 @@ export const UpdateProjectLinkProjectsResponseDeployHooks$inboundSchema:
|
|
|
7096
7005
|
});
|
|
7097
7006
|
|
|
7098
7007
|
/** @internal */
|
|
7099
|
-
export type
|
|
7008
|
+
export type UpdateProjectLinkProjectsResponse200DeployHooks$Outbound = {
|
|
7100
7009
|
createdAt?: number | undefined;
|
|
7101
7010
|
id: string;
|
|
7102
7011
|
name: string;
|
|
@@ -7105,11 +7014,11 @@ export type UpdateProjectLinkProjectsResponseDeployHooks$Outbound = {
|
|
|
7105
7014
|
};
|
|
7106
7015
|
|
|
7107
7016
|
/** @internal */
|
|
7108
|
-
export const
|
|
7017
|
+
export const UpdateProjectLinkProjectsResponse200DeployHooks$outboundSchema:
|
|
7109
7018
|
z.ZodType<
|
|
7110
|
-
|
|
7019
|
+
UpdateProjectLinkProjectsResponse200DeployHooks$Outbound,
|
|
7111
7020
|
z.ZodTypeDef,
|
|
7112
|
-
|
|
7021
|
+
UpdateProjectLinkProjectsResponse200DeployHooks
|
|
7113
7022
|
> = z.object({
|
|
7114
7023
|
createdAt: z.number().optional(),
|
|
7115
7024
|
id: z.string(),
|
|
@@ -7122,12 +7031,209 @@ export const UpdateProjectLinkProjectsResponseDeployHooks$outboundSchema:
|
|
|
7122
7031
|
* @internal
|
|
7123
7032
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7124
7033
|
*/
|
|
7125
|
-
export namespace
|
|
7126
|
-
/** @deprecated use `
|
|
7034
|
+
export namespace UpdateProjectLinkProjectsResponse200DeployHooks$ {
|
|
7035
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponse200DeployHooks$inboundSchema` instead. */
|
|
7127
7036
|
export const inboundSchema =
|
|
7128
|
-
|
|
7129
|
-
/** @deprecated use `
|
|
7130
|
-
export const outboundSchema =
|
|
7037
|
+
UpdateProjectLinkProjectsResponse200DeployHooks$inboundSchema;
|
|
7038
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponse200DeployHooks$outboundSchema` instead. */
|
|
7039
|
+
export const outboundSchema =
|
|
7040
|
+
UpdateProjectLinkProjectsResponse200DeployHooks$outboundSchema;
|
|
7041
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponse200DeployHooks$Outbound` instead. */
|
|
7042
|
+
export type Outbound =
|
|
7043
|
+
UpdateProjectLinkProjectsResponse200DeployHooks$Outbound;
|
|
7044
|
+
}
|
|
7045
|
+
|
|
7046
|
+
export function updateProjectLinkProjectsResponse200DeployHooksToJSON(
|
|
7047
|
+
updateProjectLinkProjectsResponse200DeployHooks:
|
|
7048
|
+
UpdateProjectLinkProjectsResponse200DeployHooks,
|
|
7049
|
+
): string {
|
|
7050
|
+
return JSON.stringify(
|
|
7051
|
+
UpdateProjectLinkProjectsResponse200DeployHooks$outboundSchema.parse(
|
|
7052
|
+
updateProjectLinkProjectsResponse200DeployHooks,
|
|
7053
|
+
),
|
|
7054
|
+
);
|
|
7055
|
+
}
|
|
7056
|
+
|
|
7057
|
+
export function updateProjectLinkProjectsResponse200DeployHooksFromJSON(
|
|
7058
|
+
jsonString: string,
|
|
7059
|
+
): SafeParseResult<
|
|
7060
|
+
UpdateProjectLinkProjectsResponse200DeployHooks,
|
|
7061
|
+
SDKValidationError
|
|
7062
|
+
> {
|
|
7063
|
+
return safeParse(
|
|
7064
|
+
jsonString,
|
|
7065
|
+
(x) =>
|
|
7066
|
+
UpdateProjectLinkProjectsResponse200DeployHooks$inboundSchema.parse(
|
|
7067
|
+
JSON.parse(x),
|
|
7068
|
+
),
|
|
7069
|
+
`Failed to parse 'UpdateProjectLinkProjectsResponse200DeployHooks' from JSON`,
|
|
7070
|
+
);
|
|
7071
|
+
}
|
|
7072
|
+
|
|
7073
|
+
/** @internal */
|
|
7074
|
+
export const UpdateProjectLink4$inboundSchema: z.ZodType<
|
|
7075
|
+
UpdateProjectLink4,
|
|
7076
|
+
z.ZodTypeDef,
|
|
7077
|
+
unknown
|
|
7078
|
+
> = z.object({
|
|
7079
|
+
name: z.string().optional(),
|
|
7080
|
+
slug: z.string().optional(),
|
|
7081
|
+
owner: z.string().optional(),
|
|
7082
|
+
type: UpdateProjectLinkProjectsResponse200Type$inboundSchema.optional(),
|
|
7083
|
+
uuid: z.string().optional(),
|
|
7084
|
+
workspaceUuid: z.string().optional(),
|
|
7085
|
+
createdAt: z.number().optional(),
|
|
7086
|
+
deployHooks: z.array(
|
|
7087
|
+
z.lazy(() => UpdateProjectLinkProjectsResponse200DeployHooks$inboundSchema),
|
|
7088
|
+
),
|
|
7089
|
+
gitCredentialId: z.string().optional(),
|
|
7090
|
+
updatedAt: z.number().optional(),
|
|
7091
|
+
sourceless: z.boolean().optional(),
|
|
7092
|
+
productionBranch: z.string().optional(),
|
|
7093
|
+
});
|
|
7094
|
+
|
|
7095
|
+
/** @internal */
|
|
7096
|
+
export type UpdateProjectLink4$Outbound = {
|
|
7097
|
+
name?: string | undefined;
|
|
7098
|
+
slug?: string | undefined;
|
|
7099
|
+
owner?: string | undefined;
|
|
7100
|
+
type?: string | undefined;
|
|
7101
|
+
uuid?: string | undefined;
|
|
7102
|
+
workspaceUuid?: string | undefined;
|
|
7103
|
+
createdAt?: number | undefined;
|
|
7104
|
+
deployHooks: Array<UpdateProjectLinkProjectsResponse200DeployHooks$Outbound>;
|
|
7105
|
+
gitCredentialId?: string | undefined;
|
|
7106
|
+
updatedAt?: number | undefined;
|
|
7107
|
+
sourceless?: boolean | undefined;
|
|
7108
|
+
productionBranch?: string | undefined;
|
|
7109
|
+
};
|
|
7110
|
+
|
|
7111
|
+
/** @internal */
|
|
7112
|
+
export const UpdateProjectLink4$outboundSchema: z.ZodType<
|
|
7113
|
+
UpdateProjectLink4$Outbound,
|
|
7114
|
+
z.ZodTypeDef,
|
|
7115
|
+
UpdateProjectLink4
|
|
7116
|
+
> = z.object({
|
|
7117
|
+
name: z.string().optional(),
|
|
7118
|
+
slug: z.string().optional(),
|
|
7119
|
+
owner: z.string().optional(),
|
|
7120
|
+
type: UpdateProjectLinkProjectsResponse200Type$outboundSchema.optional(),
|
|
7121
|
+
uuid: z.string().optional(),
|
|
7122
|
+
workspaceUuid: z.string().optional(),
|
|
7123
|
+
createdAt: z.number().optional(),
|
|
7124
|
+
deployHooks: z.array(
|
|
7125
|
+
z.lazy(() =>
|
|
7126
|
+
UpdateProjectLinkProjectsResponse200DeployHooks$outboundSchema
|
|
7127
|
+
),
|
|
7128
|
+
),
|
|
7129
|
+
gitCredentialId: z.string().optional(),
|
|
7130
|
+
updatedAt: z.number().optional(),
|
|
7131
|
+
sourceless: z.boolean().optional(),
|
|
7132
|
+
productionBranch: z.string().optional(),
|
|
7133
|
+
});
|
|
7134
|
+
|
|
7135
|
+
/**
|
|
7136
|
+
* @internal
|
|
7137
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7138
|
+
*/
|
|
7139
|
+
export namespace UpdateProjectLink4$ {
|
|
7140
|
+
/** @deprecated use `UpdateProjectLink4$inboundSchema` instead. */
|
|
7141
|
+
export const inboundSchema = UpdateProjectLink4$inboundSchema;
|
|
7142
|
+
/** @deprecated use `UpdateProjectLink4$outboundSchema` instead. */
|
|
7143
|
+
export const outboundSchema = UpdateProjectLink4$outboundSchema;
|
|
7144
|
+
/** @deprecated use `UpdateProjectLink4$Outbound` instead. */
|
|
7145
|
+
export type Outbound = UpdateProjectLink4$Outbound;
|
|
7146
|
+
}
|
|
7147
|
+
|
|
7148
|
+
export function updateProjectLink4ToJSON(
|
|
7149
|
+
updateProjectLink4: UpdateProjectLink4,
|
|
7150
|
+
): string {
|
|
7151
|
+
return JSON.stringify(
|
|
7152
|
+
UpdateProjectLink4$outboundSchema.parse(updateProjectLink4),
|
|
7153
|
+
);
|
|
7154
|
+
}
|
|
7155
|
+
|
|
7156
|
+
export function updateProjectLink4FromJSON(
|
|
7157
|
+
jsonString: string,
|
|
7158
|
+
): SafeParseResult<UpdateProjectLink4, SDKValidationError> {
|
|
7159
|
+
return safeParse(
|
|
7160
|
+
jsonString,
|
|
7161
|
+
(x) => UpdateProjectLink4$inboundSchema.parse(JSON.parse(x)),
|
|
7162
|
+
`Failed to parse 'UpdateProjectLink4' from JSON`,
|
|
7163
|
+
);
|
|
7164
|
+
}
|
|
7165
|
+
|
|
7166
|
+
/** @internal */
|
|
7167
|
+
export const UpdateProjectLinkProjectsResponseType$inboundSchema:
|
|
7168
|
+
z.ZodNativeEnum<typeof UpdateProjectLinkProjectsResponseType> = z.nativeEnum(
|
|
7169
|
+
UpdateProjectLinkProjectsResponseType,
|
|
7170
|
+
);
|
|
7171
|
+
|
|
7172
|
+
/** @internal */
|
|
7173
|
+
export const UpdateProjectLinkProjectsResponseType$outboundSchema:
|
|
7174
|
+
z.ZodNativeEnum<typeof UpdateProjectLinkProjectsResponseType> =
|
|
7175
|
+
UpdateProjectLinkProjectsResponseType$inboundSchema;
|
|
7176
|
+
|
|
7177
|
+
/**
|
|
7178
|
+
* @internal
|
|
7179
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7180
|
+
*/
|
|
7181
|
+
export namespace UpdateProjectLinkProjectsResponseType$ {
|
|
7182
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponseType$inboundSchema` instead. */
|
|
7183
|
+
export const inboundSchema =
|
|
7184
|
+
UpdateProjectLinkProjectsResponseType$inboundSchema;
|
|
7185
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponseType$outboundSchema` instead. */
|
|
7186
|
+
export const outboundSchema =
|
|
7187
|
+
UpdateProjectLinkProjectsResponseType$outboundSchema;
|
|
7188
|
+
}
|
|
7189
|
+
|
|
7190
|
+
/** @internal */
|
|
7191
|
+
export const UpdateProjectLinkProjectsResponseDeployHooks$inboundSchema:
|
|
7192
|
+
z.ZodType<
|
|
7193
|
+
UpdateProjectLinkProjectsResponseDeployHooks,
|
|
7194
|
+
z.ZodTypeDef,
|
|
7195
|
+
unknown
|
|
7196
|
+
> = z.object({
|
|
7197
|
+
createdAt: z.number().optional(),
|
|
7198
|
+
id: z.string(),
|
|
7199
|
+
name: z.string(),
|
|
7200
|
+
ref: z.string(),
|
|
7201
|
+
url: z.string(),
|
|
7202
|
+
});
|
|
7203
|
+
|
|
7204
|
+
/** @internal */
|
|
7205
|
+
export type UpdateProjectLinkProjectsResponseDeployHooks$Outbound = {
|
|
7206
|
+
createdAt?: number | undefined;
|
|
7207
|
+
id: string;
|
|
7208
|
+
name: string;
|
|
7209
|
+
ref: string;
|
|
7210
|
+
url: string;
|
|
7211
|
+
};
|
|
7212
|
+
|
|
7213
|
+
/** @internal */
|
|
7214
|
+
export const UpdateProjectLinkProjectsResponseDeployHooks$outboundSchema:
|
|
7215
|
+
z.ZodType<
|
|
7216
|
+
UpdateProjectLinkProjectsResponseDeployHooks$Outbound,
|
|
7217
|
+
z.ZodTypeDef,
|
|
7218
|
+
UpdateProjectLinkProjectsResponseDeployHooks
|
|
7219
|
+
> = z.object({
|
|
7220
|
+
createdAt: z.number().optional(),
|
|
7221
|
+
id: z.string(),
|
|
7222
|
+
name: z.string(),
|
|
7223
|
+
ref: z.string(),
|
|
7224
|
+
url: z.string(),
|
|
7225
|
+
});
|
|
7226
|
+
|
|
7227
|
+
/**
|
|
7228
|
+
* @internal
|
|
7229
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7230
|
+
*/
|
|
7231
|
+
export namespace UpdateProjectLinkProjectsResponseDeployHooks$ {
|
|
7232
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponseDeployHooks$inboundSchema` instead. */
|
|
7233
|
+
export const inboundSchema =
|
|
7234
|
+
UpdateProjectLinkProjectsResponseDeployHooks$inboundSchema;
|
|
7235
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponseDeployHooks$outboundSchema` instead. */
|
|
7236
|
+
export const outboundSchema =
|
|
7131
7237
|
UpdateProjectLinkProjectsResponseDeployHooks$outboundSchema;
|
|
7132
7238
|
/** @deprecated use `UpdateProjectLinkProjectsResponseDeployHooks$Outbound` instead. */
|
|
7133
7239
|
export type Outbound = UpdateProjectLinkProjectsResponseDeployHooks$Outbound;
|
|
@@ -7166,12 +7272,13 @@ export const UpdateProjectLink3$inboundSchema: z.ZodType<
|
|
|
7166
7272
|
z.ZodTypeDef,
|
|
7167
7273
|
unknown
|
|
7168
7274
|
> = z.object({
|
|
7169
|
-
|
|
7170
|
-
|
|
7171
|
-
|
|
7275
|
+
projectId: z.string().optional(),
|
|
7276
|
+
projectName: z.string().optional(),
|
|
7277
|
+
projectNameWithNamespace: z.string().optional(),
|
|
7278
|
+
projectNamespace: z.string().optional(),
|
|
7279
|
+
projectOwnerId: z.number().optional(),
|
|
7280
|
+
projectUrl: z.string().optional(),
|
|
7172
7281
|
type: UpdateProjectLinkProjectsResponseType$inboundSchema.optional(),
|
|
7173
|
-
uuid: z.string().optional(),
|
|
7174
|
-
workspaceUuid: z.string().optional(),
|
|
7175
7282
|
createdAt: z.number().optional(),
|
|
7176
7283
|
deployHooks: z.array(
|
|
7177
7284
|
z.lazy(() => UpdateProjectLinkProjectsResponseDeployHooks$inboundSchema),
|
|
@@ -7184,12 +7291,13 @@ export const UpdateProjectLink3$inboundSchema: z.ZodType<
|
|
|
7184
7291
|
|
|
7185
7292
|
/** @internal */
|
|
7186
7293
|
export type UpdateProjectLink3$Outbound = {
|
|
7187
|
-
|
|
7188
|
-
|
|
7189
|
-
|
|
7294
|
+
projectId?: string | undefined;
|
|
7295
|
+
projectName?: string | undefined;
|
|
7296
|
+
projectNameWithNamespace?: string | undefined;
|
|
7297
|
+
projectNamespace?: string | undefined;
|
|
7298
|
+
projectOwnerId?: number | undefined;
|
|
7299
|
+
projectUrl?: string | undefined;
|
|
7190
7300
|
type?: string | undefined;
|
|
7191
|
-
uuid?: string | undefined;
|
|
7192
|
-
workspaceUuid?: string | undefined;
|
|
7193
7301
|
createdAt?: number | undefined;
|
|
7194
7302
|
deployHooks: Array<UpdateProjectLinkProjectsResponseDeployHooks$Outbound>;
|
|
7195
7303
|
gitCredentialId?: string | undefined;
|
|
@@ -7204,12 +7312,13 @@ export const UpdateProjectLink3$outboundSchema: z.ZodType<
|
|
|
7204
7312
|
z.ZodTypeDef,
|
|
7205
7313
|
UpdateProjectLink3
|
|
7206
7314
|
> = z.object({
|
|
7207
|
-
|
|
7208
|
-
|
|
7209
|
-
|
|
7315
|
+
projectId: z.string().optional(),
|
|
7316
|
+
projectName: z.string().optional(),
|
|
7317
|
+
projectNameWithNamespace: z.string().optional(),
|
|
7318
|
+
projectNamespace: z.string().optional(),
|
|
7319
|
+
projectOwnerId: z.number().optional(),
|
|
7320
|
+
projectUrl: z.string().optional(),
|
|
7210
7321
|
type: UpdateProjectLinkProjectsResponseType$outboundSchema.optional(),
|
|
7211
|
-
uuid: z.string().optional(),
|
|
7212
|
-
workspaceUuid: z.string().optional(),
|
|
7213
7322
|
createdAt: z.number().optional(),
|
|
7214
7323
|
deployHooks: z.array(
|
|
7215
7324
|
z.lazy(() => UpdateProjectLinkProjectsResponseDeployHooks$outboundSchema),
|
|
@@ -7349,36 +7458,32 @@ export const UpdateProjectLink2$inboundSchema: z.ZodType<
|
|
|
7349
7458
|
z.ZodTypeDef,
|
|
7350
7459
|
unknown
|
|
7351
7460
|
> = z.object({
|
|
7352
|
-
projectId: z.string().optional(),
|
|
7353
|
-
projectName: z.string().optional(),
|
|
7354
|
-
projectNameWithNamespace: z.string().optional(),
|
|
7355
|
-
projectNamespace: z.string().optional(),
|
|
7356
|
-
projectOwnerId: z.number().optional(),
|
|
7357
|
-
projectUrl: z.string().optional(),
|
|
7358
7461
|
type: UpdateProjectLinkProjectsType$inboundSchema.optional(),
|
|
7462
|
+
repo: z.string().optional(),
|
|
7463
|
+
repoId: z.number().optional(),
|
|
7464
|
+
updatedAt: z.number().optional(),
|
|
7359
7465
|
createdAt: z.number().optional(),
|
|
7466
|
+
org: z.string().optional(),
|
|
7467
|
+
repoOwnerId: z.number().optional(),
|
|
7360
7468
|
deployHooks: z.array(
|
|
7361
7469
|
z.lazy(() => UpdateProjectLinkProjectsDeployHooks$inboundSchema),
|
|
7362
7470
|
),
|
|
7363
7471
|
gitCredentialId: z.string().optional(),
|
|
7364
|
-
updatedAt: z.number().optional(),
|
|
7365
7472
|
sourceless: z.boolean().optional(),
|
|
7366
7473
|
productionBranch: z.string().optional(),
|
|
7367
7474
|
});
|
|
7368
7475
|
|
|
7369
7476
|
/** @internal */
|
|
7370
7477
|
export type UpdateProjectLink2$Outbound = {
|
|
7371
|
-
projectId?: string | undefined;
|
|
7372
|
-
projectName?: string | undefined;
|
|
7373
|
-
projectNameWithNamespace?: string | undefined;
|
|
7374
|
-
projectNamespace?: string | undefined;
|
|
7375
|
-
projectOwnerId?: number | undefined;
|
|
7376
|
-
projectUrl?: string | undefined;
|
|
7377
7478
|
type?: string | undefined;
|
|
7479
|
+
repo?: string | undefined;
|
|
7480
|
+
repoId?: number | undefined;
|
|
7481
|
+
updatedAt?: number | undefined;
|
|
7378
7482
|
createdAt?: number | undefined;
|
|
7483
|
+
org?: string | undefined;
|
|
7484
|
+
repoOwnerId?: number | undefined;
|
|
7379
7485
|
deployHooks: Array<UpdateProjectLinkProjectsDeployHooks$Outbound>;
|
|
7380
7486
|
gitCredentialId?: string | undefined;
|
|
7381
|
-
updatedAt?: number | undefined;
|
|
7382
7487
|
sourceless?: boolean | undefined;
|
|
7383
7488
|
productionBranch?: string | undefined;
|
|
7384
7489
|
};
|
|
@@ -7389,19 +7494,17 @@ export const UpdateProjectLink2$outboundSchema: z.ZodType<
|
|
|
7389
7494
|
z.ZodTypeDef,
|
|
7390
7495
|
UpdateProjectLink2
|
|
7391
7496
|
> = z.object({
|
|
7392
|
-
projectId: z.string().optional(),
|
|
7393
|
-
projectName: z.string().optional(),
|
|
7394
|
-
projectNameWithNamespace: z.string().optional(),
|
|
7395
|
-
projectNamespace: z.string().optional(),
|
|
7396
|
-
projectOwnerId: z.number().optional(),
|
|
7397
|
-
projectUrl: z.string().optional(),
|
|
7398
7497
|
type: UpdateProjectLinkProjectsType$outboundSchema.optional(),
|
|
7498
|
+
repo: z.string().optional(),
|
|
7499
|
+
repoId: z.number().optional(),
|
|
7500
|
+
updatedAt: z.number().optional(),
|
|
7399
7501
|
createdAt: z.number().optional(),
|
|
7502
|
+
org: z.string().optional(),
|
|
7503
|
+
repoOwnerId: z.number().optional(),
|
|
7400
7504
|
deployHooks: z.array(
|
|
7401
7505
|
z.lazy(() => UpdateProjectLinkProjectsDeployHooks$outboundSchema),
|
|
7402
7506
|
),
|
|
7403
7507
|
gitCredentialId: z.string().optional(),
|
|
7404
|
-
updatedAt: z.number().optional(),
|
|
7405
7508
|
sourceless: z.boolean().optional(),
|
|
7406
7509
|
productionBranch: z.string().optional(),
|
|
7407
7510
|
});
|
|
@@ -7624,6 +7727,7 @@ export const UpdateProjectLink$inboundSchema: z.ZodType<
|
|
|
7624
7727
|
z.lazy(() => UpdateProjectLink2$inboundSchema),
|
|
7625
7728
|
z.lazy(() => UpdateProjectLink3$inboundSchema),
|
|
7626
7729
|
z.lazy(() => UpdateProjectLink4$inboundSchema),
|
|
7730
|
+
z.lazy(() => UpdateProjectLink5$inboundSchema),
|
|
7627
7731
|
]);
|
|
7628
7732
|
|
|
7629
7733
|
/** @internal */
|
|
@@ -7631,7 +7735,8 @@ export type UpdateProjectLink$Outbound =
|
|
|
7631
7735
|
| UpdateProjectLink1$Outbound
|
|
7632
7736
|
| UpdateProjectLink2$Outbound
|
|
7633
7737
|
| UpdateProjectLink3$Outbound
|
|
7634
|
-
| UpdateProjectLink4$Outbound
|
|
7738
|
+
| UpdateProjectLink4$Outbound
|
|
7739
|
+
| UpdateProjectLink5$Outbound;
|
|
7635
7740
|
|
|
7636
7741
|
/** @internal */
|
|
7637
7742
|
export const UpdateProjectLink$outboundSchema: z.ZodType<
|
|
@@ -7643,6 +7748,7 @@ export const UpdateProjectLink$outboundSchema: z.ZodType<
|
|
|
7643
7748
|
z.lazy(() => UpdateProjectLink2$outboundSchema),
|
|
7644
7749
|
z.lazy(() => UpdateProjectLink3$outboundSchema),
|
|
7645
7750
|
z.lazy(() => UpdateProjectLink4$outboundSchema),
|
|
7751
|
+
z.lazy(() => UpdateProjectLink5$outboundSchema),
|
|
7646
7752
|
]);
|
|
7647
7753
|
|
|
7648
7754
|
/**
|
|
@@ -9344,6 +9450,7 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9344
9450
|
connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
|
|
9345
9451
|
dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
9346
9452
|
deployment: z.array(ACLAction$inboundSchema).optional(),
|
|
9453
|
+
deploymentBuildLogs: z.array(ACLAction$inboundSchema).optional(),
|
|
9347
9454
|
deploymentCheck: z.array(ACLAction$inboundSchema).optional(),
|
|
9348
9455
|
deploymentCheckPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
9349
9456
|
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
|
|
@@ -9396,6 +9503,7 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9396
9503
|
projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
|
|
9397
9504
|
projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
|
|
9398
9505
|
projectTier: z.array(ACLAction$inboundSchema).optional(),
|
|
9506
|
+
projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
|
|
9399
9507
|
seawallConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
9400
9508
|
skewProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
9401
9509
|
analytics: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -9403,11 +9511,11 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9403
9511
|
webAnalytics: z.array(ACLAction$inboundSchema).optional(),
|
|
9404
9512
|
sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
9405
9513
|
sonar: z.array(ACLAction$inboundSchema).optional(),
|
|
9514
|
+
oauth2Connection: z.array(ACLAction$inboundSchema).optional(),
|
|
9406
9515
|
user: z.array(ACLAction$inboundSchema).optional(),
|
|
9407
9516
|
userConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
9408
9517
|
userSudo: z.array(ACLAction$inboundSchema).optional(),
|
|
9409
9518
|
webAuthn: z.array(ACLAction$inboundSchema).optional(),
|
|
9410
|
-
oauth2Connection: z.array(ACLAction$inboundSchema).optional(),
|
|
9411
9519
|
accessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
9412
9520
|
aliasGlobal: z.array(ACLAction$inboundSchema).optional(),
|
|
9413
9521
|
analyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -9420,6 +9528,7 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9420
9528
|
billingInvoiceLanguage: z.array(ACLAction$inboundSchema).optional(),
|
|
9421
9529
|
billingPlan: z.array(ACLAction$inboundSchema).optional(),
|
|
9422
9530
|
billingPurchaseOrder: z.array(ACLAction$inboundSchema).optional(),
|
|
9531
|
+
billingRefund: z.array(ACLAction$inboundSchema).optional(),
|
|
9423
9532
|
billingTaxId: z.array(ACLAction$inboundSchema).optional(),
|
|
9424
9533
|
blob: z.array(ACLAction$inboundSchema).optional(),
|
|
9425
9534
|
budget: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -9429,6 +9538,7 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9429
9538
|
concurrentBuilds: z.array(ACLAction$inboundSchema).optional(),
|
|
9430
9539
|
connect: z.array(ACLAction$inboundSchema).optional(),
|
|
9431
9540
|
connectConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
9541
|
+
defaultDeploymentProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
9432
9542
|
domain: z.array(ACLAction$inboundSchema).optional(),
|
|
9433
9543
|
domainAcceptDelegation: z.array(ACLAction$inboundSchema).optional(),
|
|
9434
9544
|
domainAuthCodes: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -9463,6 +9573,7 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9463
9573
|
marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
|
|
9464
9574
|
marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
|
|
9465
9575
|
marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
|
|
9576
|
+
marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
9466
9577
|
marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
|
|
9467
9578
|
marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
|
|
9468
9579
|
.optional(),
|
|
@@ -9490,8 +9601,10 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9490
9601
|
notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
|
|
9491
9602
|
observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
9492
9603
|
observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
|
|
9604
|
+
observabilityFunnel: z.array(ACLAction$inboundSchema).optional(),
|
|
9493
9605
|
openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
|
|
9494
9606
|
vercelAppInstallation: z.array(ACLAction$inboundSchema).optional(),
|
|
9607
|
+
vercelAppInstallationRequest: z.array(ACLAction$inboundSchema).optional(),
|
|
9495
9608
|
paymentMethod: z.array(ACLAction$inboundSchema).optional(),
|
|
9496
9609
|
permissions: z.array(ACLAction$inboundSchema).optional(),
|
|
9497
9610
|
postgres: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -9563,6 +9676,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
9563
9676
|
connectConfigurationLink?: Array<string> | undefined;
|
|
9564
9677
|
dataCacheNamespace?: Array<string> | undefined;
|
|
9565
9678
|
deployment?: Array<string> | undefined;
|
|
9679
|
+
deploymentBuildLogs?: Array<string> | undefined;
|
|
9566
9680
|
deploymentCheck?: Array<string> | undefined;
|
|
9567
9681
|
deploymentCheckPreview?: Array<string> | undefined;
|
|
9568
9682
|
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
@@ -9613,6 +9727,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
9613
9727
|
projectDeploymentExpiration?: Array<string> | undefined;
|
|
9614
9728
|
projectRollingRelease?: Array<string> | undefined;
|
|
9615
9729
|
projectTier?: Array<string> | undefined;
|
|
9730
|
+
projectOIDCToken?: Array<string> | undefined;
|
|
9616
9731
|
seawallConfig?: Array<string> | undefined;
|
|
9617
9732
|
skewProtection?: Array<string> | undefined;
|
|
9618
9733
|
analytics?: Array<string> | undefined;
|
|
@@ -9620,11 +9735,11 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
9620
9735
|
webAnalytics?: Array<string> | undefined;
|
|
9621
9736
|
sharedEnvVarConnection?: Array<string> | undefined;
|
|
9622
9737
|
sonar?: Array<string> | undefined;
|
|
9738
|
+
oauth2Connection?: Array<string> | undefined;
|
|
9623
9739
|
user?: Array<string> | undefined;
|
|
9624
9740
|
userConnection?: Array<string> | undefined;
|
|
9625
9741
|
userSudo?: Array<string> | undefined;
|
|
9626
9742
|
webAuthn?: Array<string> | undefined;
|
|
9627
|
-
oauth2Connection?: Array<string> | undefined;
|
|
9628
9743
|
accessGroup?: Array<string> | undefined;
|
|
9629
9744
|
aliasGlobal?: Array<string> | undefined;
|
|
9630
9745
|
analyticsSampling?: Array<string> | undefined;
|
|
@@ -9637,6 +9752,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
9637
9752
|
billingInvoiceLanguage?: Array<string> | undefined;
|
|
9638
9753
|
billingPlan?: Array<string> | undefined;
|
|
9639
9754
|
billingPurchaseOrder?: Array<string> | undefined;
|
|
9755
|
+
billingRefund?: Array<string> | undefined;
|
|
9640
9756
|
billingTaxId?: Array<string> | undefined;
|
|
9641
9757
|
blob?: Array<string> | undefined;
|
|
9642
9758
|
budget?: Array<string> | undefined;
|
|
@@ -9646,6 +9762,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
9646
9762
|
concurrentBuilds?: Array<string> | undefined;
|
|
9647
9763
|
connect?: Array<string> | undefined;
|
|
9648
9764
|
connectConfiguration?: Array<string> | undefined;
|
|
9765
|
+
defaultDeploymentProtection?: Array<string> | undefined;
|
|
9649
9766
|
domain?: Array<string> | undefined;
|
|
9650
9767
|
domainAcceptDelegation?: Array<string> | undefined;
|
|
9651
9768
|
domainAuthCodes?: Array<string> | undefined;
|
|
@@ -9678,6 +9795,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
9678
9795
|
marketplaceInstallationMember?: Array<string> | undefined;
|
|
9679
9796
|
marketplaceBillingData?: Array<string> | undefined;
|
|
9680
9797
|
marketplaceInvoice?: Array<string> | undefined;
|
|
9798
|
+
marketplaceSettings?: Array<string> | undefined;
|
|
9681
9799
|
marketplaceExperimentationItem?: Array<string> | undefined;
|
|
9682
9800
|
marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
|
|
9683
9801
|
jobGlobal?: Array<string> | undefined;
|
|
@@ -9704,8 +9822,10 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
9704
9822
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
9705
9823
|
observabilityConfiguration?: Array<string> | undefined;
|
|
9706
9824
|
observabilityNotebook?: Array<string> | undefined;
|
|
9825
|
+
observabilityFunnel?: Array<string> | undefined;
|
|
9707
9826
|
openTelemetryEndpoint?: Array<string> | undefined;
|
|
9708
9827
|
vercelAppInstallation?: Array<string> | undefined;
|
|
9828
|
+
vercelAppInstallationRequest?: Array<string> | undefined;
|
|
9709
9829
|
paymentMethod?: Array<string> | undefined;
|
|
9710
9830
|
permissions?: Array<string> | undefined;
|
|
9711
9831
|
postgres?: Array<string> | undefined;
|
|
@@ -9775,6 +9895,7 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9775
9895
|
connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
|
|
9776
9896
|
dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
9777
9897
|
deployment: z.array(ACLAction$outboundSchema).optional(),
|
|
9898
|
+
deploymentBuildLogs: z.array(ACLAction$outboundSchema).optional(),
|
|
9778
9899
|
deploymentCheck: z.array(ACLAction$outboundSchema).optional(),
|
|
9779
9900
|
deploymentCheckPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
9780
9901
|
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
|
|
@@ -9827,6 +9948,7 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9827
9948
|
projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
|
|
9828
9949
|
projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
|
|
9829
9950
|
projectTier: z.array(ACLAction$outboundSchema).optional(),
|
|
9951
|
+
projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
|
|
9830
9952
|
seawallConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9831
9953
|
skewProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9832
9954
|
analytics: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9834,11 +9956,11 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9834
9956
|
webAnalytics: z.array(ACLAction$outboundSchema).optional(),
|
|
9835
9957
|
sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
9836
9958
|
sonar: z.array(ACLAction$outboundSchema).optional(),
|
|
9959
|
+
oauth2Connection: z.array(ACLAction$outboundSchema).optional(),
|
|
9837
9960
|
user: z.array(ACLAction$outboundSchema).optional(),
|
|
9838
9961
|
userConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
9839
9962
|
userSudo: z.array(ACLAction$outboundSchema).optional(),
|
|
9840
9963
|
webAuthn: z.array(ACLAction$outboundSchema).optional(),
|
|
9841
|
-
oauth2Connection: z.array(ACLAction$outboundSchema).optional(),
|
|
9842
9964
|
accessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
9843
9965
|
aliasGlobal: z.array(ACLAction$outboundSchema).optional(),
|
|
9844
9966
|
analyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9851,6 +9973,7 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9851
9973
|
billingInvoiceLanguage: z.array(ACLAction$outboundSchema).optional(),
|
|
9852
9974
|
billingPlan: z.array(ACLAction$outboundSchema).optional(),
|
|
9853
9975
|
billingPurchaseOrder: z.array(ACLAction$outboundSchema).optional(),
|
|
9976
|
+
billingRefund: z.array(ACLAction$outboundSchema).optional(),
|
|
9854
9977
|
billingTaxId: z.array(ACLAction$outboundSchema).optional(),
|
|
9855
9978
|
blob: z.array(ACLAction$outboundSchema).optional(),
|
|
9856
9979
|
budget: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9860,6 +9983,7 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9860
9983
|
concurrentBuilds: z.array(ACLAction$outboundSchema).optional(),
|
|
9861
9984
|
connect: z.array(ACLAction$outboundSchema).optional(),
|
|
9862
9985
|
connectConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
9986
|
+
defaultDeploymentProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9863
9987
|
domain: z.array(ACLAction$outboundSchema).optional(),
|
|
9864
9988
|
domainAcceptDelegation: z.array(ACLAction$outboundSchema).optional(),
|
|
9865
9989
|
domainAuthCodes: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9896,6 +10020,7 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9896
10020
|
marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
|
|
9897
10021
|
marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
|
|
9898
10022
|
marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
|
|
10023
|
+
marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
9899
10024
|
marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
|
|
9900
10025
|
marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
|
|
9901
10026
|
.optional(),
|
|
@@ -9923,8 +10048,10 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9923
10048
|
notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
|
|
9924
10049
|
observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
9925
10050
|
observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
|
|
10051
|
+
observabilityFunnel: z.array(ACLAction$outboundSchema).optional(),
|
|
9926
10052
|
openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
|
|
9927
10053
|
vercelAppInstallation: z.array(ACLAction$outboundSchema).optional(),
|
|
10054
|
+
vercelAppInstallationRequest: z.array(ACLAction$outboundSchema).optional(),
|
|
9928
10055
|
paymentMethod: z.array(ACLAction$outboundSchema).optional(),
|
|
9929
10056
|
permissions: z.array(ACLAction$outboundSchema).optional(),
|
|
9930
10057
|
postgres: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -10698,1117 +10825,252 @@ export namespace UpdateProjectProjectsTrustedIps$ {
|
|
|
10698
10825
|
export const inboundSchema = UpdateProjectProjectsTrustedIps$inboundSchema;
|
|
10699
10826
|
/** @deprecated use `UpdateProjectProjectsTrustedIps$outboundSchema` instead. */
|
|
10700
10827
|
export const outboundSchema = UpdateProjectProjectsTrustedIps$outboundSchema;
|
|
10701
|
-
/** @deprecated use `UpdateProjectProjectsTrustedIps$Outbound` instead. */
|
|
10702
|
-
export type Outbound = UpdateProjectProjectsTrustedIps$Outbound;
|
|
10703
|
-
}
|
|
10704
|
-
|
|
10705
|
-
export function updateProjectProjectsTrustedIpsToJSON(
|
|
10706
|
-
updateProjectProjectsTrustedIps: UpdateProjectProjectsTrustedIps,
|
|
10707
|
-
): string {
|
|
10708
|
-
return JSON.stringify(
|
|
10709
|
-
UpdateProjectProjectsTrustedIps$outboundSchema.parse(
|
|
10710
|
-
updateProjectProjectsTrustedIps,
|
|
10711
|
-
),
|
|
10712
|
-
);
|
|
10713
|
-
}
|
|
10714
|
-
|
|
10715
|
-
export function updateProjectProjectsTrustedIpsFromJSON(
|
|
10716
|
-
jsonString: string,
|
|
10717
|
-
): SafeParseResult<UpdateProjectProjectsTrustedIps, SDKValidationError> {
|
|
10718
|
-
return safeParse(
|
|
10719
|
-
jsonString,
|
|
10720
|
-
(x) => UpdateProjectProjectsTrustedIps$inboundSchema.parse(JSON.parse(x)),
|
|
10721
|
-
`Failed to parse 'UpdateProjectProjectsTrustedIps' from JSON`,
|
|
10722
|
-
);
|
|
10723
|
-
}
|
|
10724
|
-
|
|
10725
|
-
/** @internal */
|
|
10726
|
-
export const UpdateProjectGitComments$inboundSchema: z.ZodType<
|
|
10727
|
-
UpdateProjectGitComments,
|
|
10728
|
-
z.ZodTypeDef,
|
|
10729
|
-
unknown
|
|
10730
|
-
> = z.object({
|
|
10731
|
-
onPullRequest: z.boolean(),
|
|
10732
|
-
onCommit: z.boolean(),
|
|
10733
|
-
});
|
|
10734
|
-
|
|
10735
|
-
/** @internal */
|
|
10736
|
-
export type UpdateProjectGitComments$Outbound = {
|
|
10737
|
-
onPullRequest: boolean;
|
|
10738
|
-
onCommit: boolean;
|
|
10739
|
-
};
|
|
10740
|
-
|
|
10741
|
-
/** @internal */
|
|
10742
|
-
export const UpdateProjectGitComments$outboundSchema: z.ZodType<
|
|
10743
|
-
UpdateProjectGitComments$Outbound,
|
|
10744
|
-
z.ZodTypeDef,
|
|
10745
|
-
UpdateProjectGitComments
|
|
10746
|
-
> = z.object({
|
|
10747
|
-
onPullRequest: z.boolean(),
|
|
10748
|
-
onCommit: z.boolean(),
|
|
10749
|
-
});
|
|
10750
|
-
|
|
10751
|
-
/**
|
|
10752
|
-
* @internal
|
|
10753
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10754
|
-
*/
|
|
10755
|
-
export namespace UpdateProjectGitComments$ {
|
|
10756
|
-
/** @deprecated use `UpdateProjectGitComments$inboundSchema` instead. */
|
|
10757
|
-
export const inboundSchema = UpdateProjectGitComments$inboundSchema;
|
|
10758
|
-
/** @deprecated use `UpdateProjectGitComments$outboundSchema` instead. */
|
|
10759
|
-
export const outboundSchema = UpdateProjectGitComments$outboundSchema;
|
|
10760
|
-
/** @deprecated use `UpdateProjectGitComments$Outbound` instead. */
|
|
10761
|
-
export type Outbound = UpdateProjectGitComments$Outbound;
|
|
10762
|
-
}
|
|
10763
|
-
|
|
10764
|
-
export function updateProjectGitCommentsToJSON(
|
|
10765
|
-
updateProjectGitComments: UpdateProjectGitComments,
|
|
10766
|
-
): string {
|
|
10767
|
-
return JSON.stringify(
|
|
10768
|
-
UpdateProjectGitComments$outboundSchema.parse(updateProjectGitComments),
|
|
10769
|
-
);
|
|
10770
|
-
}
|
|
10771
|
-
|
|
10772
|
-
export function updateProjectGitCommentsFromJSON(
|
|
10773
|
-
jsonString: string,
|
|
10774
|
-
): SafeParseResult<UpdateProjectGitComments, SDKValidationError> {
|
|
10775
|
-
return safeParse(
|
|
10776
|
-
jsonString,
|
|
10777
|
-
(x) => UpdateProjectGitComments$inboundSchema.parse(JSON.parse(x)),
|
|
10778
|
-
`Failed to parse 'UpdateProjectGitComments' from JSON`,
|
|
10779
|
-
);
|
|
10780
|
-
}
|
|
10781
|
-
|
|
10782
|
-
/** @internal */
|
|
10783
|
-
export const UpdateProjectCreateDeployments$inboundSchema: z.ZodNativeEnum<
|
|
10784
|
-
typeof UpdateProjectCreateDeployments
|
|
10785
|
-
> = z.nativeEnum(UpdateProjectCreateDeployments);
|
|
10786
|
-
|
|
10787
|
-
/** @internal */
|
|
10788
|
-
export const UpdateProjectCreateDeployments$outboundSchema: z.ZodNativeEnum<
|
|
10789
|
-
typeof UpdateProjectCreateDeployments
|
|
10790
|
-
> = UpdateProjectCreateDeployments$inboundSchema;
|
|
10791
|
-
|
|
10792
|
-
/**
|
|
10793
|
-
* @internal
|
|
10794
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10795
|
-
*/
|
|
10796
|
-
export namespace UpdateProjectCreateDeployments$ {
|
|
10797
|
-
/** @deprecated use `UpdateProjectCreateDeployments$inboundSchema` instead. */
|
|
10798
|
-
export const inboundSchema = UpdateProjectCreateDeployments$inboundSchema;
|
|
10799
|
-
/** @deprecated use `UpdateProjectCreateDeployments$outboundSchema` instead. */
|
|
10800
|
-
export const outboundSchema = UpdateProjectCreateDeployments$outboundSchema;
|
|
10801
|
-
}
|
|
10802
|
-
|
|
10803
|
-
/** @internal */
|
|
10804
|
-
export const UpdateProjectGitProviderOptions$inboundSchema: z.ZodType<
|
|
10805
|
-
UpdateProjectGitProviderOptions,
|
|
10806
|
-
z.ZodTypeDef,
|
|
10807
|
-
unknown
|
|
10808
|
-
> = z.object({
|
|
10809
|
-
createDeployments: UpdateProjectCreateDeployments$inboundSchema,
|
|
10810
|
-
});
|
|
10811
|
-
|
|
10812
|
-
/** @internal */
|
|
10813
|
-
export type UpdateProjectGitProviderOptions$Outbound = {
|
|
10814
|
-
createDeployments: string;
|
|
10815
|
-
};
|
|
10816
|
-
|
|
10817
|
-
/** @internal */
|
|
10818
|
-
export const UpdateProjectGitProviderOptions$outboundSchema: z.ZodType<
|
|
10819
|
-
UpdateProjectGitProviderOptions$Outbound,
|
|
10820
|
-
z.ZodTypeDef,
|
|
10821
|
-
UpdateProjectGitProviderOptions
|
|
10822
|
-
> = z.object({
|
|
10823
|
-
createDeployments: UpdateProjectCreateDeployments$outboundSchema,
|
|
10824
|
-
});
|
|
10825
|
-
|
|
10826
|
-
/**
|
|
10827
|
-
* @internal
|
|
10828
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10829
|
-
*/
|
|
10830
|
-
export namespace UpdateProjectGitProviderOptions$ {
|
|
10831
|
-
/** @deprecated use `UpdateProjectGitProviderOptions$inboundSchema` instead. */
|
|
10832
|
-
export const inboundSchema = UpdateProjectGitProviderOptions$inboundSchema;
|
|
10833
|
-
/** @deprecated use `UpdateProjectGitProviderOptions$outboundSchema` instead. */
|
|
10834
|
-
export const outboundSchema = UpdateProjectGitProviderOptions$outboundSchema;
|
|
10835
|
-
/** @deprecated use `UpdateProjectGitProviderOptions$Outbound` instead. */
|
|
10836
|
-
export type Outbound = UpdateProjectGitProviderOptions$Outbound;
|
|
10837
|
-
}
|
|
10838
|
-
|
|
10839
|
-
export function updateProjectGitProviderOptionsToJSON(
|
|
10840
|
-
updateProjectGitProviderOptions: UpdateProjectGitProviderOptions,
|
|
10841
|
-
): string {
|
|
10842
|
-
return JSON.stringify(
|
|
10843
|
-
UpdateProjectGitProviderOptions$outboundSchema.parse(
|
|
10844
|
-
updateProjectGitProviderOptions,
|
|
10845
|
-
),
|
|
10846
|
-
);
|
|
10847
|
-
}
|
|
10848
|
-
|
|
10849
|
-
export function updateProjectGitProviderOptionsFromJSON(
|
|
10850
|
-
jsonString: string,
|
|
10851
|
-
): SafeParseResult<UpdateProjectGitProviderOptions, SDKValidationError> {
|
|
10852
|
-
return safeParse(
|
|
10853
|
-
jsonString,
|
|
10854
|
-
(x) => UpdateProjectGitProviderOptions$inboundSchema.parse(JSON.parse(x)),
|
|
10855
|
-
`Failed to parse 'UpdateProjectGitProviderOptions' from JSON`,
|
|
10856
|
-
);
|
|
10857
|
-
}
|
|
10858
|
-
|
|
10859
|
-
/** @internal */
|
|
10860
|
-
export const UpdateProjectWebAnalytics$inboundSchema: z.ZodType<
|
|
10861
|
-
UpdateProjectWebAnalytics,
|
|
10862
|
-
z.ZodTypeDef,
|
|
10863
|
-
unknown
|
|
10864
|
-
> = z.object({
|
|
10865
|
-
id: z.string(),
|
|
10866
|
-
disabledAt: z.number().optional(),
|
|
10867
|
-
canceledAt: z.number().optional(),
|
|
10868
|
-
enabledAt: z.number().optional(),
|
|
10869
|
-
hasData: z.boolean().optional(),
|
|
10870
|
-
});
|
|
10871
|
-
|
|
10872
|
-
/** @internal */
|
|
10873
|
-
export type UpdateProjectWebAnalytics$Outbound = {
|
|
10874
|
-
id: string;
|
|
10875
|
-
disabledAt?: number | undefined;
|
|
10876
|
-
canceledAt?: number | undefined;
|
|
10877
|
-
enabledAt?: number | undefined;
|
|
10878
|
-
hasData?: boolean | undefined;
|
|
10879
|
-
};
|
|
10880
|
-
|
|
10881
|
-
/** @internal */
|
|
10882
|
-
export const UpdateProjectWebAnalytics$outboundSchema: z.ZodType<
|
|
10883
|
-
UpdateProjectWebAnalytics$Outbound,
|
|
10884
|
-
z.ZodTypeDef,
|
|
10885
|
-
UpdateProjectWebAnalytics
|
|
10886
|
-
> = z.object({
|
|
10887
|
-
id: z.string(),
|
|
10888
|
-
disabledAt: z.number().optional(),
|
|
10889
|
-
canceledAt: z.number().optional(),
|
|
10890
|
-
enabledAt: z.number().optional(),
|
|
10891
|
-
hasData: z.boolean().optional(),
|
|
10892
|
-
});
|
|
10893
|
-
|
|
10894
|
-
/**
|
|
10895
|
-
* @internal
|
|
10896
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10897
|
-
*/
|
|
10898
|
-
export namespace UpdateProjectWebAnalytics$ {
|
|
10899
|
-
/** @deprecated use `UpdateProjectWebAnalytics$inboundSchema` instead. */
|
|
10900
|
-
export const inboundSchema = UpdateProjectWebAnalytics$inboundSchema;
|
|
10901
|
-
/** @deprecated use `UpdateProjectWebAnalytics$outboundSchema` instead. */
|
|
10902
|
-
export const outboundSchema = UpdateProjectWebAnalytics$outboundSchema;
|
|
10903
|
-
/** @deprecated use `UpdateProjectWebAnalytics$Outbound` instead. */
|
|
10904
|
-
export type Outbound = UpdateProjectWebAnalytics$Outbound;
|
|
10905
|
-
}
|
|
10906
|
-
|
|
10907
|
-
export function updateProjectWebAnalyticsToJSON(
|
|
10908
|
-
updateProjectWebAnalytics: UpdateProjectWebAnalytics,
|
|
10909
|
-
): string {
|
|
10910
|
-
return JSON.stringify(
|
|
10911
|
-
UpdateProjectWebAnalytics$outboundSchema.parse(updateProjectWebAnalytics),
|
|
10912
|
-
);
|
|
10913
|
-
}
|
|
10914
|
-
|
|
10915
|
-
export function updateProjectWebAnalyticsFromJSON(
|
|
10916
|
-
jsonString: string,
|
|
10917
|
-
): SafeParseResult<UpdateProjectWebAnalytics, SDKValidationError> {
|
|
10918
|
-
return safeParse(
|
|
10919
|
-
jsonString,
|
|
10920
|
-
(x) => UpdateProjectWebAnalytics$inboundSchema.parse(JSON.parse(x)),
|
|
10921
|
-
`Failed to parse 'UpdateProjectWebAnalytics' from JSON`,
|
|
10922
|
-
);
|
|
10923
|
-
}
|
|
10924
|
-
|
|
10925
|
-
/** @internal */
|
|
10926
|
-
export const UpdateProjectSrc2$inboundSchema: z.ZodType<
|
|
10927
|
-
UpdateProjectSrc2,
|
|
10928
|
-
z.ZodTypeDef,
|
|
10929
|
-
unknown
|
|
10930
|
-
> = z.object({
|
|
10931
|
-
re: z.string().optional(),
|
|
10932
|
-
eq: z.string().optional(),
|
|
10933
|
-
neq: z.string().optional(),
|
|
10934
|
-
inc: z.array(z.string()).optional(),
|
|
10935
|
-
ninc: z.array(z.string()).optional(),
|
|
10936
|
-
pre: z.string().optional(),
|
|
10937
|
-
suf: z.string().optional(),
|
|
10938
|
-
gt: z.number().optional(),
|
|
10939
|
-
gte: z.number().optional(),
|
|
10940
|
-
lt: z.number().optional(),
|
|
10941
|
-
lte: z.number().optional(),
|
|
10942
|
-
});
|
|
10943
|
-
|
|
10944
|
-
/** @internal */
|
|
10945
|
-
export type UpdateProjectSrc2$Outbound = {
|
|
10946
|
-
re?: string | undefined;
|
|
10947
|
-
eq?: string | undefined;
|
|
10948
|
-
neq?: string | undefined;
|
|
10949
|
-
inc?: Array<string> | undefined;
|
|
10950
|
-
ninc?: Array<string> | undefined;
|
|
10951
|
-
pre?: string | undefined;
|
|
10952
|
-
suf?: string | undefined;
|
|
10953
|
-
gt?: number | undefined;
|
|
10954
|
-
gte?: number | undefined;
|
|
10955
|
-
lt?: number | undefined;
|
|
10956
|
-
lte?: number | undefined;
|
|
10957
|
-
};
|
|
10958
|
-
|
|
10959
|
-
/** @internal */
|
|
10960
|
-
export const UpdateProjectSrc2$outboundSchema: z.ZodType<
|
|
10961
|
-
UpdateProjectSrc2$Outbound,
|
|
10962
|
-
z.ZodTypeDef,
|
|
10963
|
-
UpdateProjectSrc2
|
|
10964
|
-
> = z.object({
|
|
10965
|
-
re: z.string().optional(),
|
|
10966
|
-
eq: z.string().optional(),
|
|
10967
|
-
neq: z.string().optional(),
|
|
10968
|
-
inc: z.array(z.string()).optional(),
|
|
10969
|
-
ninc: z.array(z.string()).optional(),
|
|
10970
|
-
pre: z.string().optional(),
|
|
10971
|
-
suf: z.string().optional(),
|
|
10972
|
-
gt: z.number().optional(),
|
|
10973
|
-
gte: z.number().optional(),
|
|
10974
|
-
lt: z.number().optional(),
|
|
10975
|
-
lte: z.number().optional(),
|
|
10976
|
-
});
|
|
10977
|
-
|
|
10978
|
-
/**
|
|
10979
|
-
* @internal
|
|
10980
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10981
|
-
*/
|
|
10982
|
-
export namespace UpdateProjectSrc2$ {
|
|
10983
|
-
/** @deprecated use `UpdateProjectSrc2$inboundSchema` instead. */
|
|
10984
|
-
export const inboundSchema = UpdateProjectSrc2$inboundSchema;
|
|
10985
|
-
/** @deprecated use `UpdateProjectSrc2$outboundSchema` instead. */
|
|
10986
|
-
export const outboundSchema = UpdateProjectSrc2$outboundSchema;
|
|
10987
|
-
/** @deprecated use `UpdateProjectSrc2$Outbound` instead. */
|
|
10988
|
-
export type Outbound = UpdateProjectSrc2$Outbound;
|
|
10989
|
-
}
|
|
10990
|
-
|
|
10991
|
-
export function updateProjectSrc2ToJSON(
|
|
10992
|
-
updateProjectSrc2: UpdateProjectSrc2,
|
|
10993
|
-
): string {
|
|
10994
|
-
return JSON.stringify(
|
|
10995
|
-
UpdateProjectSrc2$outboundSchema.parse(updateProjectSrc2),
|
|
10996
|
-
);
|
|
10997
|
-
}
|
|
10998
|
-
|
|
10999
|
-
export function updateProjectSrc2FromJSON(
|
|
11000
|
-
jsonString: string,
|
|
11001
|
-
): SafeParseResult<UpdateProjectSrc2, SDKValidationError> {
|
|
11002
|
-
return safeParse(
|
|
11003
|
-
jsonString,
|
|
11004
|
-
(x) => UpdateProjectSrc2$inboundSchema.parse(JSON.parse(x)),
|
|
11005
|
-
`Failed to parse 'UpdateProjectSrc2' from JSON`,
|
|
11006
|
-
);
|
|
11007
|
-
}
|
|
11008
|
-
|
|
11009
|
-
/** @internal */
|
|
11010
|
-
export const UpdateProjectSrc$inboundSchema: z.ZodType<
|
|
11011
|
-
UpdateProjectSrc,
|
|
11012
|
-
z.ZodTypeDef,
|
|
11013
|
-
unknown
|
|
11014
|
-
> = z.union([z.lazy(() => UpdateProjectSrc2$inboundSchema), z.string()]);
|
|
11015
|
-
|
|
11016
|
-
/** @internal */
|
|
11017
|
-
export type UpdateProjectSrc$Outbound = UpdateProjectSrc2$Outbound | string;
|
|
11018
|
-
|
|
11019
|
-
/** @internal */
|
|
11020
|
-
export const UpdateProjectSrc$outboundSchema: z.ZodType<
|
|
11021
|
-
UpdateProjectSrc$Outbound,
|
|
11022
|
-
z.ZodTypeDef,
|
|
11023
|
-
UpdateProjectSrc
|
|
11024
|
-
> = z.union([z.lazy(() => UpdateProjectSrc2$outboundSchema), z.string()]);
|
|
11025
|
-
|
|
11026
|
-
/**
|
|
11027
|
-
* @internal
|
|
11028
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11029
|
-
*/
|
|
11030
|
-
export namespace UpdateProjectSrc$ {
|
|
11031
|
-
/** @deprecated use `UpdateProjectSrc$inboundSchema` instead. */
|
|
11032
|
-
export const inboundSchema = UpdateProjectSrc$inboundSchema;
|
|
11033
|
-
/** @deprecated use `UpdateProjectSrc$outboundSchema` instead. */
|
|
11034
|
-
export const outboundSchema = UpdateProjectSrc$outboundSchema;
|
|
11035
|
-
/** @deprecated use `UpdateProjectSrc$Outbound` instead. */
|
|
11036
|
-
export type Outbound = UpdateProjectSrc$Outbound;
|
|
11037
|
-
}
|
|
11038
|
-
|
|
11039
|
-
export function updateProjectSrcToJSON(
|
|
11040
|
-
updateProjectSrc: UpdateProjectSrc,
|
|
11041
|
-
): string {
|
|
11042
|
-
return JSON.stringify(
|
|
11043
|
-
UpdateProjectSrc$outboundSchema.parse(updateProjectSrc),
|
|
11044
|
-
);
|
|
11045
|
-
}
|
|
11046
|
-
|
|
11047
|
-
export function updateProjectSrcFromJSON(
|
|
11048
|
-
jsonString: string,
|
|
11049
|
-
): SafeParseResult<UpdateProjectSrc, SDKValidationError> {
|
|
11050
|
-
return safeParse(
|
|
11051
|
-
jsonString,
|
|
11052
|
-
(x) => UpdateProjectSrc$inboundSchema.parse(JSON.parse(x)),
|
|
11053
|
-
`Failed to parse 'UpdateProjectSrc' from JSON`,
|
|
11054
|
-
);
|
|
11055
|
-
}
|
|
11056
|
-
|
|
11057
|
-
/** @internal */
|
|
11058
|
-
export const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema:
|
|
11059
|
-
z.ZodNativeEnum<
|
|
11060
|
-
typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType
|
|
11061
|
-
> = z.nativeEnum(
|
|
11062
|
-
UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType,
|
|
11063
|
-
);
|
|
11064
|
-
|
|
11065
|
-
/** @internal */
|
|
11066
|
-
export const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema:
|
|
11067
|
-
z.ZodNativeEnum<
|
|
11068
|
-
typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType
|
|
11069
|
-
> =
|
|
11070
|
-
UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema;
|
|
11071
|
-
|
|
11072
|
-
/**
|
|
11073
|
-
* @internal
|
|
11074
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11075
|
-
*/
|
|
11076
|
-
export namespace UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$ {
|
|
11077
|
-
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema` instead. */
|
|
11078
|
-
export const inboundSchema =
|
|
11079
|
-
UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema;
|
|
11080
|
-
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema` instead. */
|
|
11081
|
-
export const outboundSchema =
|
|
11082
|
-
UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema;
|
|
11083
|
-
}
|
|
11084
|
-
|
|
11085
|
-
/** @internal */
|
|
11086
|
-
export const UpdateProjectValue2$inboundSchema: z.ZodType<
|
|
11087
|
-
UpdateProjectValue2,
|
|
11088
|
-
z.ZodTypeDef,
|
|
11089
|
-
unknown
|
|
11090
|
-
> = z.object({
|
|
11091
|
-
re: z.string().optional(),
|
|
11092
|
-
eq: z.string().optional(),
|
|
11093
|
-
neq: z.string().optional(),
|
|
11094
|
-
inc: z.array(z.string()).optional(),
|
|
11095
|
-
ninc: z.array(z.string()).optional(),
|
|
11096
|
-
pre: z.string().optional(),
|
|
11097
|
-
suf: z.string().optional(),
|
|
11098
|
-
gt: z.number().optional(),
|
|
11099
|
-
gte: z.number().optional(),
|
|
11100
|
-
lt: z.number().optional(),
|
|
11101
|
-
lte: z.number().optional(),
|
|
11102
|
-
});
|
|
11103
|
-
|
|
11104
|
-
/** @internal */
|
|
11105
|
-
export type UpdateProjectValue2$Outbound = {
|
|
11106
|
-
re?: string | undefined;
|
|
11107
|
-
eq?: string | undefined;
|
|
11108
|
-
neq?: string | undefined;
|
|
11109
|
-
inc?: Array<string> | undefined;
|
|
11110
|
-
ninc?: Array<string> | undefined;
|
|
11111
|
-
pre?: string | undefined;
|
|
11112
|
-
suf?: string | undefined;
|
|
11113
|
-
gt?: number | undefined;
|
|
11114
|
-
gte?: number | undefined;
|
|
11115
|
-
lt?: number | undefined;
|
|
11116
|
-
lte?: number | undefined;
|
|
11117
|
-
};
|
|
11118
|
-
|
|
11119
|
-
/** @internal */
|
|
11120
|
-
export const UpdateProjectValue2$outboundSchema: z.ZodType<
|
|
11121
|
-
UpdateProjectValue2$Outbound,
|
|
11122
|
-
z.ZodTypeDef,
|
|
11123
|
-
UpdateProjectValue2
|
|
11124
|
-
> = z.object({
|
|
11125
|
-
re: z.string().optional(),
|
|
11126
|
-
eq: z.string().optional(),
|
|
11127
|
-
neq: z.string().optional(),
|
|
11128
|
-
inc: z.array(z.string()).optional(),
|
|
11129
|
-
ninc: z.array(z.string()).optional(),
|
|
11130
|
-
pre: z.string().optional(),
|
|
11131
|
-
suf: z.string().optional(),
|
|
11132
|
-
gt: z.number().optional(),
|
|
11133
|
-
gte: z.number().optional(),
|
|
11134
|
-
lt: z.number().optional(),
|
|
11135
|
-
lte: z.number().optional(),
|
|
11136
|
-
});
|
|
11137
|
-
|
|
11138
|
-
/**
|
|
11139
|
-
* @internal
|
|
11140
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11141
|
-
*/
|
|
11142
|
-
export namespace UpdateProjectValue2$ {
|
|
11143
|
-
/** @deprecated use `UpdateProjectValue2$inboundSchema` instead. */
|
|
11144
|
-
export const inboundSchema = UpdateProjectValue2$inboundSchema;
|
|
11145
|
-
/** @deprecated use `UpdateProjectValue2$outboundSchema` instead. */
|
|
11146
|
-
export const outboundSchema = UpdateProjectValue2$outboundSchema;
|
|
11147
|
-
/** @deprecated use `UpdateProjectValue2$Outbound` instead. */
|
|
11148
|
-
export type Outbound = UpdateProjectValue2$Outbound;
|
|
11149
|
-
}
|
|
11150
|
-
|
|
11151
|
-
export function updateProjectValue2ToJSON(
|
|
11152
|
-
updateProjectValue2: UpdateProjectValue2,
|
|
11153
|
-
): string {
|
|
11154
|
-
return JSON.stringify(
|
|
11155
|
-
UpdateProjectValue2$outboundSchema.parse(updateProjectValue2),
|
|
11156
|
-
);
|
|
11157
|
-
}
|
|
11158
|
-
|
|
11159
|
-
export function updateProjectValue2FromJSON(
|
|
11160
|
-
jsonString: string,
|
|
11161
|
-
): SafeParseResult<UpdateProjectValue2, SDKValidationError> {
|
|
11162
|
-
return safeParse(
|
|
11163
|
-
jsonString,
|
|
11164
|
-
(x) => UpdateProjectValue2$inboundSchema.parse(JSON.parse(x)),
|
|
11165
|
-
`Failed to parse 'UpdateProjectValue2' from JSON`,
|
|
11166
|
-
);
|
|
11167
|
-
}
|
|
11168
|
-
|
|
11169
|
-
/** @internal */
|
|
11170
|
-
export const UpdateProjectValue$inboundSchema: z.ZodType<
|
|
11171
|
-
UpdateProjectValue,
|
|
11172
|
-
z.ZodTypeDef,
|
|
11173
|
-
unknown
|
|
11174
|
-
> = z.union([z.lazy(() => UpdateProjectValue2$inboundSchema), z.string()]);
|
|
11175
|
-
|
|
11176
|
-
/** @internal */
|
|
11177
|
-
export type UpdateProjectValue$Outbound = UpdateProjectValue2$Outbound | string;
|
|
11178
|
-
|
|
11179
|
-
/** @internal */
|
|
11180
|
-
export const UpdateProjectValue$outboundSchema: z.ZodType<
|
|
11181
|
-
UpdateProjectValue$Outbound,
|
|
11182
|
-
z.ZodTypeDef,
|
|
11183
|
-
UpdateProjectValue
|
|
11184
|
-
> = z.union([z.lazy(() => UpdateProjectValue2$outboundSchema), z.string()]);
|
|
11185
|
-
|
|
11186
|
-
/**
|
|
11187
|
-
* @internal
|
|
11188
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11189
|
-
*/
|
|
11190
|
-
export namespace UpdateProjectValue$ {
|
|
11191
|
-
/** @deprecated use `UpdateProjectValue$inboundSchema` instead. */
|
|
11192
|
-
export const inboundSchema = UpdateProjectValue$inboundSchema;
|
|
11193
|
-
/** @deprecated use `UpdateProjectValue$outboundSchema` instead. */
|
|
11194
|
-
export const outboundSchema = UpdateProjectValue$outboundSchema;
|
|
11195
|
-
/** @deprecated use `UpdateProjectValue$Outbound` instead. */
|
|
11196
|
-
export type Outbound = UpdateProjectValue$Outbound;
|
|
11197
|
-
}
|
|
11198
|
-
|
|
11199
|
-
export function updateProjectValueToJSON(
|
|
11200
|
-
updateProjectValue: UpdateProjectValue,
|
|
11201
|
-
): string {
|
|
11202
|
-
return JSON.stringify(
|
|
11203
|
-
UpdateProjectValue$outboundSchema.parse(updateProjectValue),
|
|
11204
|
-
);
|
|
11205
|
-
}
|
|
11206
|
-
|
|
11207
|
-
export function updateProjectValueFromJSON(
|
|
11208
|
-
jsonString: string,
|
|
11209
|
-
): SafeParseResult<UpdateProjectValue, SDKValidationError> {
|
|
11210
|
-
return safeParse(
|
|
11211
|
-
jsonString,
|
|
11212
|
-
(x) => UpdateProjectValue$inboundSchema.parse(JSON.parse(x)),
|
|
11213
|
-
`Failed to parse 'UpdateProjectValue' from JSON`,
|
|
11214
|
-
);
|
|
11215
|
-
}
|
|
11216
|
-
|
|
11217
|
-
/** @internal */
|
|
11218
|
-
export const UpdateProjectHas$inboundSchema: z.ZodType<
|
|
11219
|
-
UpdateProjectHas,
|
|
11220
|
-
z.ZodTypeDef,
|
|
11221
|
-
unknown
|
|
11222
|
-
> = z.object({
|
|
11223
|
-
type:
|
|
11224
|
-
UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema,
|
|
11225
|
-
key: z.string().optional(),
|
|
11226
|
-
value: z.union([z.lazy(() => UpdateProjectValue2$inboundSchema), z.string()])
|
|
11227
|
-
.optional(),
|
|
11228
|
-
});
|
|
11229
|
-
|
|
11230
|
-
/** @internal */
|
|
11231
|
-
export type UpdateProjectHas$Outbound = {
|
|
11232
|
-
type: string;
|
|
11233
|
-
key?: string | undefined;
|
|
11234
|
-
value?: UpdateProjectValue2$Outbound | string | undefined;
|
|
11235
|
-
};
|
|
11236
|
-
|
|
11237
|
-
/** @internal */
|
|
11238
|
-
export const UpdateProjectHas$outboundSchema: z.ZodType<
|
|
11239
|
-
UpdateProjectHas$Outbound,
|
|
11240
|
-
z.ZodTypeDef,
|
|
11241
|
-
UpdateProjectHas
|
|
11242
|
-
> = z.object({
|
|
11243
|
-
type:
|
|
11244
|
-
UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema,
|
|
11245
|
-
key: z.string().optional(),
|
|
11246
|
-
value: z.union([z.lazy(() => UpdateProjectValue2$outboundSchema), z.string()])
|
|
11247
|
-
.optional(),
|
|
11248
|
-
});
|
|
11249
|
-
|
|
11250
|
-
/**
|
|
11251
|
-
* @internal
|
|
11252
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11253
|
-
*/
|
|
11254
|
-
export namespace UpdateProjectHas$ {
|
|
11255
|
-
/** @deprecated use `UpdateProjectHas$inboundSchema` instead. */
|
|
11256
|
-
export const inboundSchema = UpdateProjectHas$inboundSchema;
|
|
11257
|
-
/** @deprecated use `UpdateProjectHas$outboundSchema` instead. */
|
|
11258
|
-
export const outboundSchema = UpdateProjectHas$outboundSchema;
|
|
11259
|
-
/** @deprecated use `UpdateProjectHas$Outbound` instead. */
|
|
11260
|
-
export type Outbound = UpdateProjectHas$Outbound;
|
|
11261
|
-
}
|
|
11262
|
-
|
|
11263
|
-
export function updateProjectHasToJSON(
|
|
11264
|
-
updateProjectHas: UpdateProjectHas,
|
|
11265
|
-
): string {
|
|
11266
|
-
return JSON.stringify(
|
|
11267
|
-
UpdateProjectHas$outboundSchema.parse(updateProjectHas),
|
|
11268
|
-
);
|
|
11269
|
-
}
|
|
11270
|
-
|
|
11271
|
-
export function updateProjectHasFromJSON(
|
|
11272
|
-
jsonString: string,
|
|
11273
|
-
): SafeParseResult<UpdateProjectHas, SDKValidationError> {
|
|
11274
|
-
return safeParse(
|
|
11275
|
-
jsonString,
|
|
11276
|
-
(x) => UpdateProjectHas$inboundSchema.parse(JSON.parse(x)),
|
|
11277
|
-
`Failed to parse 'UpdateProjectHas' from JSON`,
|
|
11278
|
-
);
|
|
11279
|
-
}
|
|
11280
|
-
|
|
11281
|
-
/** @internal */
|
|
11282
|
-
export const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema:
|
|
11283
|
-
z.ZodNativeEnum<
|
|
11284
|
-
typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType
|
|
11285
|
-
> = z.nativeEnum(
|
|
11286
|
-
UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType,
|
|
11287
|
-
);
|
|
11288
|
-
|
|
11289
|
-
/** @internal */
|
|
11290
|
-
export const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema:
|
|
11291
|
-
z.ZodNativeEnum<
|
|
11292
|
-
typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType
|
|
11293
|
-
> =
|
|
11294
|
-
UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema;
|
|
11295
|
-
|
|
11296
|
-
/**
|
|
11297
|
-
* @internal
|
|
11298
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11299
|
-
*/
|
|
11300
|
-
export namespace UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$ {
|
|
11301
|
-
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema` instead. */
|
|
11302
|
-
export const inboundSchema =
|
|
11303
|
-
UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema;
|
|
11304
|
-
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema` instead. */
|
|
11305
|
-
export const outboundSchema =
|
|
11306
|
-
UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema;
|
|
11307
|
-
}
|
|
11308
|
-
|
|
11309
|
-
/** @internal */
|
|
11310
|
-
export const UpdateProjectValueProjects2$inboundSchema: z.ZodType<
|
|
11311
|
-
UpdateProjectValueProjects2,
|
|
11312
|
-
z.ZodTypeDef,
|
|
11313
|
-
unknown
|
|
11314
|
-
> = z.object({
|
|
11315
|
-
re: z.string().optional(),
|
|
11316
|
-
eq: z.string().optional(),
|
|
11317
|
-
neq: z.string().optional(),
|
|
11318
|
-
inc: z.array(z.string()).optional(),
|
|
11319
|
-
ninc: z.array(z.string()).optional(),
|
|
11320
|
-
pre: z.string().optional(),
|
|
11321
|
-
suf: z.string().optional(),
|
|
11322
|
-
gt: z.number().optional(),
|
|
11323
|
-
gte: z.number().optional(),
|
|
11324
|
-
lt: z.number().optional(),
|
|
11325
|
-
lte: z.number().optional(),
|
|
11326
|
-
});
|
|
11327
|
-
|
|
11328
|
-
/** @internal */
|
|
11329
|
-
export type UpdateProjectValueProjects2$Outbound = {
|
|
11330
|
-
re?: string | undefined;
|
|
11331
|
-
eq?: string | undefined;
|
|
11332
|
-
neq?: string | undefined;
|
|
11333
|
-
inc?: Array<string> | undefined;
|
|
11334
|
-
ninc?: Array<string> | undefined;
|
|
11335
|
-
pre?: string | undefined;
|
|
11336
|
-
suf?: string | undefined;
|
|
11337
|
-
gt?: number | undefined;
|
|
11338
|
-
gte?: number | undefined;
|
|
11339
|
-
lt?: number | undefined;
|
|
11340
|
-
lte?: number | undefined;
|
|
11341
|
-
};
|
|
11342
|
-
|
|
11343
|
-
/** @internal */
|
|
11344
|
-
export const UpdateProjectValueProjects2$outboundSchema: z.ZodType<
|
|
11345
|
-
UpdateProjectValueProjects2$Outbound,
|
|
11346
|
-
z.ZodTypeDef,
|
|
11347
|
-
UpdateProjectValueProjects2
|
|
11348
|
-
> = z.object({
|
|
11349
|
-
re: z.string().optional(),
|
|
11350
|
-
eq: z.string().optional(),
|
|
11351
|
-
neq: z.string().optional(),
|
|
11352
|
-
inc: z.array(z.string()).optional(),
|
|
11353
|
-
ninc: z.array(z.string()).optional(),
|
|
11354
|
-
pre: z.string().optional(),
|
|
11355
|
-
suf: z.string().optional(),
|
|
11356
|
-
gt: z.number().optional(),
|
|
11357
|
-
gte: z.number().optional(),
|
|
11358
|
-
lt: z.number().optional(),
|
|
11359
|
-
lte: z.number().optional(),
|
|
11360
|
-
});
|
|
11361
|
-
|
|
11362
|
-
/**
|
|
11363
|
-
* @internal
|
|
11364
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11365
|
-
*/
|
|
11366
|
-
export namespace UpdateProjectValueProjects2$ {
|
|
11367
|
-
/** @deprecated use `UpdateProjectValueProjects2$inboundSchema` instead. */
|
|
11368
|
-
export const inboundSchema = UpdateProjectValueProjects2$inboundSchema;
|
|
11369
|
-
/** @deprecated use `UpdateProjectValueProjects2$outboundSchema` instead. */
|
|
11370
|
-
export const outboundSchema = UpdateProjectValueProjects2$outboundSchema;
|
|
11371
|
-
/** @deprecated use `UpdateProjectValueProjects2$Outbound` instead. */
|
|
11372
|
-
export type Outbound = UpdateProjectValueProjects2$Outbound;
|
|
11373
|
-
}
|
|
11374
|
-
|
|
11375
|
-
export function updateProjectValueProjects2ToJSON(
|
|
11376
|
-
updateProjectValueProjects2: UpdateProjectValueProjects2,
|
|
11377
|
-
): string {
|
|
11378
|
-
return JSON.stringify(
|
|
11379
|
-
UpdateProjectValueProjects2$outboundSchema.parse(
|
|
11380
|
-
updateProjectValueProjects2,
|
|
11381
|
-
),
|
|
11382
|
-
);
|
|
11383
|
-
}
|
|
11384
|
-
|
|
11385
|
-
export function updateProjectValueProjects2FromJSON(
|
|
11386
|
-
jsonString: string,
|
|
11387
|
-
): SafeParseResult<UpdateProjectValueProjects2, SDKValidationError> {
|
|
11388
|
-
return safeParse(
|
|
11389
|
-
jsonString,
|
|
11390
|
-
(x) => UpdateProjectValueProjects2$inboundSchema.parse(JSON.parse(x)),
|
|
11391
|
-
`Failed to parse 'UpdateProjectValueProjects2' from JSON`,
|
|
11392
|
-
);
|
|
11393
|
-
}
|
|
11394
|
-
|
|
11395
|
-
/** @internal */
|
|
11396
|
-
export const UpdateProjectProjectsValue$inboundSchema: z.ZodType<
|
|
11397
|
-
UpdateProjectProjectsValue,
|
|
11398
|
-
z.ZodTypeDef,
|
|
11399
|
-
unknown
|
|
11400
|
-
> = z.union([
|
|
11401
|
-
z.lazy(() => UpdateProjectValueProjects2$inboundSchema),
|
|
11402
|
-
z.string(),
|
|
11403
|
-
]);
|
|
11404
|
-
|
|
11405
|
-
/** @internal */
|
|
11406
|
-
export type UpdateProjectProjectsValue$Outbound =
|
|
11407
|
-
| UpdateProjectValueProjects2$Outbound
|
|
11408
|
-
| string;
|
|
11409
|
-
|
|
11410
|
-
/** @internal */
|
|
11411
|
-
export const UpdateProjectProjectsValue$outboundSchema: z.ZodType<
|
|
11412
|
-
UpdateProjectProjectsValue$Outbound,
|
|
11413
|
-
z.ZodTypeDef,
|
|
11414
|
-
UpdateProjectProjectsValue
|
|
11415
|
-
> = z.union([
|
|
11416
|
-
z.lazy(() => UpdateProjectValueProjects2$outboundSchema),
|
|
11417
|
-
z.string(),
|
|
11418
|
-
]);
|
|
11419
|
-
|
|
11420
|
-
/**
|
|
11421
|
-
* @internal
|
|
11422
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11423
|
-
*/
|
|
11424
|
-
export namespace UpdateProjectProjectsValue$ {
|
|
11425
|
-
/** @deprecated use `UpdateProjectProjectsValue$inboundSchema` instead. */
|
|
11426
|
-
export const inboundSchema = UpdateProjectProjectsValue$inboundSchema;
|
|
11427
|
-
/** @deprecated use `UpdateProjectProjectsValue$outboundSchema` instead. */
|
|
11428
|
-
export const outboundSchema = UpdateProjectProjectsValue$outboundSchema;
|
|
11429
|
-
/** @deprecated use `UpdateProjectProjectsValue$Outbound` instead. */
|
|
11430
|
-
export type Outbound = UpdateProjectProjectsValue$Outbound;
|
|
10828
|
+
/** @deprecated use `UpdateProjectProjectsTrustedIps$Outbound` instead. */
|
|
10829
|
+
export type Outbound = UpdateProjectProjectsTrustedIps$Outbound;
|
|
11431
10830
|
}
|
|
11432
10831
|
|
|
11433
|
-
export function
|
|
11434
|
-
|
|
10832
|
+
export function updateProjectProjectsTrustedIpsToJSON(
|
|
10833
|
+
updateProjectProjectsTrustedIps: UpdateProjectProjectsTrustedIps,
|
|
11435
10834
|
): string {
|
|
11436
10835
|
return JSON.stringify(
|
|
11437
|
-
|
|
10836
|
+
UpdateProjectProjectsTrustedIps$outboundSchema.parse(
|
|
10837
|
+
updateProjectProjectsTrustedIps,
|
|
10838
|
+
),
|
|
11438
10839
|
);
|
|
11439
10840
|
}
|
|
11440
10841
|
|
|
11441
|
-
export function
|
|
10842
|
+
export function updateProjectProjectsTrustedIpsFromJSON(
|
|
11442
10843
|
jsonString: string,
|
|
11443
|
-
): SafeParseResult<
|
|
10844
|
+
): SafeParseResult<UpdateProjectProjectsTrustedIps, SDKValidationError> {
|
|
11444
10845
|
return safeParse(
|
|
11445
10846
|
jsonString,
|
|
11446
|
-
(x) =>
|
|
11447
|
-
`Failed to parse '
|
|
10847
|
+
(x) => UpdateProjectProjectsTrustedIps$inboundSchema.parse(JSON.parse(x)),
|
|
10848
|
+
`Failed to parse 'UpdateProjectProjectsTrustedIps' from JSON`,
|
|
11448
10849
|
);
|
|
11449
10850
|
}
|
|
11450
10851
|
|
|
11451
10852
|
/** @internal */
|
|
11452
|
-
export const
|
|
11453
|
-
|
|
10853
|
+
export const UpdateProjectGitComments$inboundSchema: z.ZodType<
|
|
10854
|
+
UpdateProjectGitComments,
|
|
11454
10855
|
z.ZodTypeDef,
|
|
11455
10856
|
unknown
|
|
11456
10857
|
> = z.object({
|
|
11457
|
-
|
|
11458
|
-
|
|
11459
|
-
key: z.string().optional(),
|
|
11460
|
-
value: z.union([
|
|
11461
|
-
z.lazy(() => UpdateProjectValueProjects2$inboundSchema),
|
|
11462
|
-
z.string(),
|
|
11463
|
-
]).optional(),
|
|
10858
|
+
onPullRequest: z.boolean(),
|
|
10859
|
+
onCommit: z.boolean(),
|
|
11464
10860
|
});
|
|
11465
10861
|
|
|
11466
10862
|
/** @internal */
|
|
11467
|
-
export type
|
|
11468
|
-
|
|
11469
|
-
|
|
11470
|
-
value?: UpdateProjectValueProjects2$Outbound | string | undefined;
|
|
10863
|
+
export type UpdateProjectGitComments$Outbound = {
|
|
10864
|
+
onPullRequest: boolean;
|
|
10865
|
+
onCommit: boolean;
|
|
11471
10866
|
};
|
|
11472
10867
|
|
|
11473
10868
|
/** @internal */
|
|
11474
|
-
export const
|
|
11475
|
-
|
|
10869
|
+
export const UpdateProjectGitComments$outboundSchema: z.ZodType<
|
|
10870
|
+
UpdateProjectGitComments$Outbound,
|
|
11476
10871
|
z.ZodTypeDef,
|
|
11477
|
-
|
|
10872
|
+
UpdateProjectGitComments
|
|
11478
10873
|
> = z.object({
|
|
11479
|
-
|
|
11480
|
-
|
|
11481
|
-
key: z.string().optional(),
|
|
11482
|
-
value: z.union([
|
|
11483
|
-
z.lazy(() => UpdateProjectValueProjects2$outboundSchema),
|
|
11484
|
-
z.string(),
|
|
11485
|
-
]).optional(),
|
|
10874
|
+
onPullRequest: z.boolean(),
|
|
10875
|
+
onCommit: z.boolean(),
|
|
11486
10876
|
});
|
|
11487
10877
|
|
|
11488
10878
|
/**
|
|
11489
10879
|
* @internal
|
|
11490
10880
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11491
10881
|
*/
|
|
11492
|
-
export namespace
|
|
11493
|
-
/** @deprecated use `
|
|
11494
|
-
export const inboundSchema =
|
|
11495
|
-
/** @deprecated use `
|
|
11496
|
-
export const outboundSchema =
|
|
11497
|
-
/** @deprecated use `
|
|
11498
|
-
export type Outbound =
|
|
10882
|
+
export namespace UpdateProjectGitComments$ {
|
|
10883
|
+
/** @deprecated use `UpdateProjectGitComments$inboundSchema` instead. */
|
|
10884
|
+
export const inboundSchema = UpdateProjectGitComments$inboundSchema;
|
|
10885
|
+
/** @deprecated use `UpdateProjectGitComments$outboundSchema` instead. */
|
|
10886
|
+
export const outboundSchema = UpdateProjectGitComments$outboundSchema;
|
|
10887
|
+
/** @deprecated use `UpdateProjectGitComments$Outbound` instead. */
|
|
10888
|
+
export type Outbound = UpdateProjectGitComments$Outbound;
|
|
11499
10889
|
}
|
|
11500
10890
|
|
|
11501
|
-
export function
|
|
11502
|
-
|
|
10891
|
+
export function updateProjectGitCommentsToJSON(
|
|
10892
|
+
updateProjectGitComments: UpdateProjectGitComments,
|
|
11503
10893
|
): string {
|
|
11504
10894
|
return JSON.stringify(
|
|
11505
|
-
|
|
10895
|
+
UpdateProjectGitComments$outboundSchema.parse(updateProjectGitComments),
|
|
11506
10896
|
);
|
|
11507
10897
|
}
|
|
11508
10898
|
|
|
11509
|
-
export function
|
|
10899
|
+
export function updateProjectGitCommentsFromJSON(
|
|
11510
10900
|
jsonString: string,
|
|
11511
|
-
): SafeParseResult<
|
|
10901
|
+
): SafeParseResult<UpdateProjectGitComments, SDKValidationError> {
|
|
11512
10902
|
return safeParse(
|
|
11513
10903
|
jsonString,
|
|
11514
|
-
(x) =>
|
|
11515
|
-
`Failed to parse '
|
|
10904
|
+
(x) => UpdateProjectGitComments$inboundSchema.parse(JSON.parse(x)),
|
|
10905
|
+
`Failed to parse 'UpdateProjectGitComments' from JSON`,
|
|
11516
10906
|
);
|
|
11517
10907
|
}
|
|
11518
10908
|
|
|
11519
10909
|
/** @internal */
|
|
11520
|
-
export const
|
|
11521
|
-
typeof
|
|
11522
|
-
> = z.nativeEnum(
|
|
11523
|
-
|
|
11524
|
-
/** @internal */
|
|
11525
|
-
export const UpdateProjectHandle$outboundSchema: z.ZodNativeEnum<
|
|
11526
|
-
typeof UpdateProjectHandle
|
|
11527
|
-
> = UpdateProjectHandle$inboundSchema;
|
|
11528
|
-
|
|
11529
|
-
/**
|
|
11530
|
-
* @internal
|
|
11531
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11532
|
-
*/
|
|
11533
|
-
export namespace UpdateProjectHandle$ {
|
|
11534
|
-
/** @deprecated use `UpdateProjectHandle$inboundSchema` instead. */
|
|
11535
|
-
export const inboundSchema = UpdateProjectHandle$inboundSchema;
|
|
11536
|
-
/** @deprecated use `UpdateProjectHandle$outboundSchema` instead. */
|
|
11537
|
-
export const outboundSchema = UpdateProjectHandle$outboundSchema;
|
|
11538
|
-
}
|
|
11539
|
-
|
|
11540
|
-
/** @internal */
|
|
11541
|
-
export const UpdateProjectAction$inboundSchema: z.ZodNativeEnum<
|
|
11542
|
-
typeof UpdateProjectAction
|
|
11543
|
-
> = z.nativeEnum(UpdateProjectAction);
|
|
11544
|
-
|
|
11545
|
-
/** @internal */
|
|
11546
|
-
export const UpdateProjectAction$outboundSchema: z.ZodNativeEnum<
|
|
11547
|
-
typeof UpdateProjectAction
|
|
11548
|
-
> = UpdateProjectAction$inboundSchema;
|
|
11549
|
-
|
|
11550
|
-
/**
|
|
11551
|
-
* @internal
|
|
11552
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11553
|
-
*/
|
|
11554
|
-
export namespace UpdateProjectAction$ {
|
|
11555
|
-
/** @deprecated use `UpdateProjectAction$inboundSchema` instead. */
|
|
11556
|
-
export const inboundSchema = UpdateProjectAction$inboundSchema;
|
|
11557
|
-
/** @deprecated use `UpdateProjectAction$outboundSchema` instead. */
|
|
11558
|
-
export const outboundSchema = UpdateProjectAction$outboundSchema;
|
|
11559
|
-
}
|
|
11560
|
-
|
|
11561
|
-
/** @internal */
|
|
11562
|
-
export const UpdateProjectAlgo$inboundSchema: z.ZodNativeEnum<
|
|
11563
|
-
typeof UpdateProjectAlgo
|
|
11564
|
-
> = z.nativeEnum(UpdateProjectAlgo);
|
|
11565
|
-
|
|
11566
|
-
/** @internal */
|
|
11567
|
-
export const UpdateProjectAlgo$outboundSchema: z.ZodNativeEnum<
|
|
11568
|
-
typeof UpdateProjectAlgo
|
|
11569
|
-
> = UpdateProjectAlgo$inboundSchema;
|
|
11570
|
-
|
|
11571
|
-
/**
|
|
11572
|
-
* @internal
|
|
11573
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11574
|
-
*/
|
|
11575
|
-
export namespace UpdateProjectAlgo$ {
|
|
11576
|
-
/** @deprecated use `UpdateProjectAlgo$inboundSchema` instead. */
|
|
11577
|
-
export const inboundSchema = UpdateProjectAlgo$inboundSchema;
|
|
11578
|
-
/** @deprecated use `UpdateProjectAlgo$outboundSchema` instead. */
|
|
11579
|
-
export const outboundSchema = UpdateProjectAlgo$outboundSchema;
|
|
11580
|
-
}
|
|
11581
|
-
|
|
11582
|
-
/** @internal */
|
|
11583
|
-
export const UpdateProjectErl$inboundSchema: z.ZodType<
|
|
11584
|
-
UpdateProjectErl,
|
|
11585
|
-
z.ZodTypeDef,
|
|
11586
|
-
unknown
|
|
11587
|
-
> = z.object({
|
|
11588
|
-
algo: UpdateProjectAlgo$inboundSchema,
|
|
11589
|
-
window: z.number(),
|
|
11590
|
-
limit: z.number(),
|
|
11591
|
-
keys: z.array(z.string()),
|
|
11592
|
-
});
|
|
11593
|
-
|
|
11594
|
-
/** @internal */
|
|
11595
|
-
export type UpdateProjectErl$Outbound = {
|
|
11596
|
-
algo: string;
|
|
11597
|
-
window: number;
|
|
11598
|
-
limit: number;
|
|
11599
|
-
keys: Array<string>;
|
|
11600
|
-
};
|
|
10910
|
+
export const UpdateProjectCreateDeployments$inboundSchema: z.ZodNativeEnum<
|
|
10911
|
+
typeof UpdateProjectCreateDeployments
|
|
10912
|
+
> = z.nativeEnum(UpdateProjectCreateDeployments);
|
|
11601
10913
|
|
|
11602
10914
|
/** @internal */
|
|
11603
|
-
export const
|
|
11604
|
-
|
|
11605
|
-
|
|
11606
|
-
UpdateProjectErl
|
|
11607
|
-
> = z.object({
|
|
11608
|
-
algo: UpdateProjectAlgo$outboundSchema,
|
|
11609
|
-
window: z.number(),
|
|
11610
|
-
limit: z.number(),
|
|
11611
|
-
keys: z.array(z.string()),
|
|
11612
|
-
});
|
|
10915
|
+
export const UpdateProjectCreateDeployments$outboundSchema: z.ZodNativeEnum<
|
|
10916
|
+
typeof UpdateProjectCreateDeployments
|
|
10917
|
+
> = UpdateProjectCreateDeployments$inboundSchema;
|
|
11613
10918
|
|
|
11614
10919
|
/**
|
|
11615
10920
|
* @internal
|
|
11616
10921
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11617
10922
|
*/
|
|
11618
|
-
export namespace
|
|
11619
|
-
/** @deprecated use `
|
|
11620
|
-
export const inboundSchema =
|
|
11621
|
-
/** @deprecated use `
|
|
11622
|
-
export const outboundSchema =
|
|
11623
|
-
/** @deprecated use `UpdateProjectErl$Outbound` instead. */
|
|
11624
|
-
export type Outbound = UpdateProjectErl$Outbound;
|
|
11625
|
-
}
|
|
11626
|
-
|
|
11627
|
-
export function updateProjectErlToJSON(
|
|
11628
|
-
updateProjectErl: UpdateProjectErl,
|
|
11629
|
-
): string {
|
|
11630
|
-
return JSON.stringify(
|
|
11631
|
-
UpdateProjectErl$outboundSchema.parse(updateProjectErl),
|
|
11632
|
-
);
|
|
11633
|
-
}
|
|
11634
|
-
|
|
11635
|
-
export function updateProjectErlFromJSON(
|
|
11636
|
-
jsonString: string,
|
|
11637
|
-
): SafeParseResult<UpdateProjectErl, SDKValidationError> {
|
|
11638
|
-
return safeParse(
|
|
11639
|
-
jsonString,
|
|
11640
|
-
(x) => UpdateProjectErl$inboundSchema.parse(JSON.parse(x)),
|
|
11641
|
-
`Failed to parse 'UpdateProjectErl' from JSON`,
|
|
11642
|
-
);
|
|
10923
|
+
export namespace UpdateProjectCreateDeployments$ {
|
|
10924
|
+
/** @deprecated use `UpdateProjectCreateDeployments$inboundSchema` instead. */
|
|
10925
|
+
export const inboundSchema = UpdateProjectCreateDeployments$inboundSchema;
|
|
10926
|
+
/** @deprecated use `UpdateProjectCreateDeployments$outboundSchema` instead. */
|
|
10927
|
+
export const outboundSchema = UpdateProjectCreateDeployments$outboundSchema;
|
|
11643
10928
|
}
|
|
11644
10929
|
|
|
11645
10930
|
/** @internal */
|
|
11646
|
-
export const
|
|
11647
|
-
|
|
10931
|
+
export const UpdateProjectGitProviderOptions$inboundSchema: z.ZodType<
|
|
10932
|
+
UpdateProjectGitProviderOptions,
|
|
11648
10933
|
z.ZodTypeDef,
|
|
11649
10934
|
unknown
|
|
11650
10935
|
> = z.object({
|
|
11651
|
-
|
|
11652
|
-
|
|
11653
|
-
ttl: z.number().optional(),
|
|
11654
|
-
erl: z.lazy(() => UpdateProjectErl$inboundSchema).optional(),
|
|
11655
|
-
}).transform((v) => {
|
|
11656
|
-
return remap$(v, {
|
|
11657
|
-
"rule_id": "ruleId",
|
|
11658
|
-
});
|
|
10936
|
+
createDeployments: UpdateProjectCreateDeployments$inboundSchema,
|
|
10937
|
+
disableRepositoryDispatchEvents: z.boolean().optional(),
|
|
11659
10938
|
});
|
|
11660
10939
|
|
|
11661
10940
|
/** @internal */
|
|
11662
|
-
export type
|
|
11663
|
-
|
|
11664
|
-
|
|
11665
|
-
ttl?: number | undefined;
|
|
11666
|
-
erl?: UpdateProjectErl$Outbound | undefined;
|
|
10941
|
+
export type UpdateProjectGitProviderOptions$Outbound = {
|
|
10942
|
+
createDeployments: string;
|
|
10943
|
+
disableRepositoryDispatchEvents?: boolean | undefined;
|
|
11667
10944
|
};
|
|
11668
10945
|
|
|
11669
10946
|
/** @internal */
|
|
11670
|
-
export const
|
|
11671
|
-
|
|
10947
|
+
export const UpdateProjectGitProviderOptions$outboundSchema: z.ZodType<
|
|
10948
|
+
UpdateProjectGitProviderOptions$Outbound,
|
|
11672
10949
|
z.ZodTypeDef,
|
|
11673
|
-
|
|
10950
|
+
UpdateProjectGitProviderOptions
|
|
11674
10951
|
> = z.object({
|
|
11675
|
-
|
|
11676
|
-
|
|
11677
|
-
ttl: z.number().optional(),
|
|
11678
|
-
erl: z.lazy(() => UpdateProjectErl$outboundSchema).optional(),
|
|
11679
|
-
}).transform((v) => {
|
|
11680
|
-
return remap$(v, {
|
|
11681
|
-
ruleId: "rule_id",
|
|
11682
|
-
});
|
|
10952
|
+
createDeployments: UpdateProjectCreateDeployments$outboundSchema,
|
|
10953
|
+
disableRepositoryDispatchEvents: z.boolean().optional(),
|
|
11683
10954
|
});
|
|
11684
10955
|
|
|
11685
10956
|
/**
|
|
11686
10957
|
* @internal
|
|
11687
10958
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11688
10959
|
*/
|
|
11689
|
-
export namespace
|
|
11690
|
-
/** @deprecated use `
|
|
11691
|
-
export const inboundSchema =
|
|
11692
|
-
/** @deprecated use `
|
|
11693
|
-
export const outboundSchema =
|
|
11694
|
-
/** @deprecated use `
|
|
11695
|
-
export type Outbound =
|
|
10960
|
+
export namespace UpdateProjectGitProviderOptions$ {
|
|
10961
|
+
/** @deprecated use `UpdateProjectGitProviderOptions$inboundSchema` instead. */
|
|
10962
|
+
export const inboundSchema = UpdateProjectGitProviderOptions$inboundSchema;
|
|
10963
|
+
/** @deprecated use `UpdateProjectGitProviderOptions$outboundSchema` instead. */
|
|
10964
|
+
export const outboundSchema = UpdateProjectGitProviderOptions$outboundSchema;
|
|
10965
|
+
/** @deprecated use `UpdateProjectGitProviderOptions$Outbound` instead. */
|
|
10966
|
+
export type Outbound = UpdateProjectGitProviderOptions$Outbound;
|
|
11696
10967
|
}
|
|
11697
10968
|
|
|
11698
|
-
export function
|
|
11699
|
-
|
|
10969
|
+
export function updateProjectGitProviderOptionsToJSON(
|
|
10970
|
+
updateProjectGitProviderOptions: UpdateProjectGitProviderOptions,
|
|
11700
10971
|
): string {
|
|
11701
10972
|
return JSON.stringify(
|
|
11702
|
-
|
|
10973
|
+
UpdateProjectGitProviderOptions$outboundSchema.parse(
|
|
10974
|
+
updateProjectGitProviderOptions,
|
|
10975
|
+
),
|
|
11703
10976
|
);
|
|
11704
10977
|
}
|
|
11705
10978
|
|
|
11706
|
-
export function
|
|
10979
|
+
export function updateProjectGitProviderOptionsFromJSON(
|
|
11707
10980
|
jsonString: string,
|
|
11708
|
-
): SafeParseResult<
|
|
10981
|
+
): SafeParseResult<UpdateProjectGitProviderOptions, SDKValidationError> {
|
|
11709
10982
|
return safeParse(
|
|
11710
10983
|
jsonString,
|
|
11711
|
-
(x) =>
|
|
11712
|
-
`Failed to parse '
|
|
10984
|
+
(x) => UpdateProjectGitProviderOptions$inboundSchema.parse(JSON.parse(x)),
|
|
10985
|
+
`Failed to parse 'UpdateProjectGitProviderOptions' from JSON`,
|
|
11713
10986
|
);
|
|
11714
10987
|
}
|
|
11715
10988
|
|
|
11716
10989
|
/** @internal */
|
|
11717
|
-
export const
|
|
11718
|
-
|
|
10990
|
+
export const UpdateProjectWebAnalytics$inboundSchema: z.ZodType<
|
|
10991
|
+
UpdateProjectWebAnalytics,
|
|
11719
10992
|
z.ZodTypeDef,
|
|
11720
10993
|
unknown
|
|
11721
10994
|
> = z.object({
|
|
11722
|
-
|
|
11723
|
-
|
|
11724
|
-
|
|
11725
|
-
|
|
11726
|
-
|
|
11727
|
-
status: z.number().optional(),
|
|
11728
|
-
handle: UpdateProjectHandle$inboundSchema.optional(),
|
|
11729
|
-
mitigate: z.lazy(() => UpdateProjectMitigate$inboundSchema).optional(),
|
|
10995
|
+
id: z.string(),
|
|
10996
|
+
disabledAt: z.number().optional(),
|
|
10997
|
+
canceledAt: z.number().optional(),
|
|
10998
|
+
enabledAt: z.number().optional(),
|
|
10999
|
+
hasData: z.boolean().optional(),
|
|
11730
11000
|
});
|
|
11731
11001
|
|
|
11732
11002
|
/** @internal */
|
|
11733
|
-
export type
|
|
11734
|
-
|
|
11735
|
-
|
|
11736
|
-
|
|
11737
|
-
|
|
11738
|
-
|
|
11739
|
-
handle?: string | undefined;
|
|
11740
|
-
mitigate?: UpdateProjectMitigate$Outbound | undefined;
|
|
11003
|
+
export type UpdateProjectWebAnalytics$Outbound = {
|
|
11004
|
+
id: string;
|
|
11005
|
+
disabledAt?: number | undefined;
|
|
11006
|
+
canceledAt?: number | undefined;
|
|
11007
|
+
enabledAt?: number | undefined;
|
|
11008
|
+
hasData?: boolean | undefined;
|
|
11741
11009
|
};
|
|
11742
11010
|
|
|
11743
11011
|
/** @internal */
|
|
11744
|
-
export const
|
|
11745
|
-
|
|
11012
|
+
export const UpdateProjectWebAnalytics$outboundSchema: z.ZodType<
|
|
11013
|
+
UpdateProjectWebAnalytics$Outbound,
|
|
11746
11014
|
z.ZodTypeDef,
|
|
11747
|
-
|
|
11015
|
+
UpdateProjectWebAnalytics
|
|
11748
11016
|
> = z.object({
|
|
11749
|
-
|
|
11750
|
-
|
|
11751
|
-
|
|
11752
|
-
|
|
11753
|
-
|
|
11754
|
-
dest: z.string().optional(),
|
|
11755
|
-
status: z.number().optional(),
|
|
11756
|
-
handle: UpdateProjectHandle$outboundSchema.optional(),
|
|
11757
|
-
mitigate: z.lazy(() => UpdateProjectMitigate$outboundSchema).optional(),
|
|
11017
|
+
id: z.string(),
|
|
11018
|
+
disabledAt: z.number().optional(),
|
|
11019
|
+
canceledAt: z.number().optional(),
|
|
11020
|
+
enabledAt: z.number().optional(),
|
|
11021
|
+
hasData: z.boolean().optional(),
|
|
11758
11022
|
});
|
|
11759
11023
|
|
|
11760
11024
|
/**
|
|
11761
11025
|
* @internal
|
|
11762
11026
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11763
11027
|
*/
|
|
11764
|
-
export namespace
|
|
11765
|
-
/** @deprecated use `
|
|
11766
|
-
export const inboundSchema =
|
|
11767
|
-
/** @deprecated use `
|
|
11768
|
-
export const outboundSchema =
|
|
11769
|
-
/** @deprecated use `
|
|
11770
|
-
export type Outbound =
|
|
11028
|
+
export namespace UpdateProjectWebAnalytics$ {
|
|
11029
|
+
/** @deprecated use `UpdateProjectWebAnalytics$inboundSchema` instead. */
|
|
11030
|
+
export const inboundSchema = UpdateProjectWebAnalytics$inboundSchema;
|
|
11031
|
+
/** @deprecated use `UpdateProjectWebAnalytics$outboundSchema` instead. */
|
|
11032
|
+
export const outboundSchema = UpdateProjectWebAnalytics$outboundSchema;
|
|
11033
|
+
/** @deprecated use `UpdateProjectWebAnalytics$Outbound` instead. */
|
|
11034
|
+
export type Outbound = UpdateProjectWebAnalytics$Outbound;
|
|
11771
11035
|
}
|
|
11772
11036
|
|
|
11773
|
-
export function
|
|
11774
|
-
|
|
11037
|
+
export function updateProjectWebAnalyticsToJSON(
|
|
11038
|
+
updateProjectWebAnalytics: UpdateProjectWebAnalytics,
|
|
11775
11039
|
): string {
|
|
11776
11040
|
return JSON.stringify(
|
|
11777
|
-
|
|
11778
|
-
updateProjectFirewallRoutes,
|
|
11779
|
-
),
|
|
11041
|
+
UpdateProjectWebAnalytics$outboundSchema.parse(updateProjectWebAnalytics),
|
|
11780
11042
|
);
|
|
11781
11043
|
}
|
|
11782
11044
|
|
|
11783
|
-
export function
|
|
11045
|
+
export function updateProjectWebAnalyticsFromJSON(
|
|
11784
11046
|
jsonString: string,
|
|
11785
|
-
): SafeParseResult<
|
|
11047
|
+
): SafeParseResult<UpdateProjectWebAnalytics, SDKValidationError> {
|
|
11786
11048
|
return safeParse(
|
|
11787
11049
|
jsonString,
|
|
11788
|
-
(x) =>
|
|
11789
|
-
`Failed to parse '
|
|
11050
|
+
(x) => UpdateProjectWebAnalytics$inboundSchema.parse(JSON.parse(x)),
|
|
11051
|
+
`Failed to parse 'UpdateProjectWebAnalytics' from JSON`,
|
|
11790
11052
|
);
|
|
11791
11053
|
}
|
|
11792
11054
|
|
|
11793
11055
|
/** @internal */
|
|
11794
|
-
export const
|
|
11795
|
-
typeof
|
|
11796
|
-
> = z.nativeEnum(
|
|
11056
|
+
export const UpdateProjectAction$inboundSchema: z.ZodNativeEnum<
|
|
11057
|
+
typeof UpdateProjectAction
|
|
11058
|
+
> = z.nativeEnum(UpdateProjectAction);
|
|
11797
11059
|
|
|
11798
11060
|
/** @internal */
|
|
11799
|
-
export const
|
|
11800
|
-
typeof
|
|
11801
|
-
> =
|
|
11061
|
+
export const UpdateProjectAction$outboundSchema: z.ZodNativeEnum<
|
|
11062
|
+
typeof UpdateProjectAction
|
|
11063
|
+
> = UpdateProjectAction$inboundSchema;
|
|
11802
11064
|
|
|
11803
11065
|
/**
|
|
11804
11066
|
* @internal
|
|
11805
11067
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11806
11068
|
*/
|
|
11807
|
-
export namespace
|
|
11808
|
-
/** @deprecated use `
|
|
11809
|
-
export const inboundSchema =
|
|
11810
|
-
/** @deprecated use `
|
|
11811
|
-
export const outboundSchema =
|
|
11069
|
+
export namespace UpdateProjectAction$ {
|
|
11070
|
+
/** @deprecated use `UpdateProjectAction$inboundSchema` instead. */
|
|
11071
|
+
export const inboundSchema = UpdateProjectAction$inboundSchema;
|
|
11072
|
+
/** @deprecated use `UpdateProjectAction$outboundSchema` instead. */
|
|
11073
|
+
export const outboundSchema = UpdateProjectAction$outboundSchema;
|
|
11812
11074
|
}
|
|
11813
11075
|
|
|
11814
11076
|
/** @internal */
|
|
@@ -11818,7 +11080,7 @@ export const UpdateProjectBotFilter$inboundSchema: z.ZodType<
|
|
|
11818
11080
|
unknown
|
|
11819
11081
|
> = z.object({
|
|
11820
11082
|
active: z.boolean(),
|
|
11821
|
-
action:
|
|
11083
|
+
action: UpdateProjectAction$inboundSchema.optional(),
|
|
11822
11084
|
});
|
|
11823
11085
|
|
|
11824
11086
|
/** @internal */
|
|
@@ -11834,7 +11096,7 @@ export const UpdateProjectBotFilter$outboundSchema: z.ZodType<
|
|
|
11834
11096
|
UpdateProjectBotFilter
|
|
11835
11097
|
> = z.object({
|
|
11836
11098
|
active: z.boolean(),
|
|
11837
|
-
action:
|
|
11099
|
+
action: UpdateProjectAction$outboundSchema.optional(),
|
|
11838
11100
|
});
|
|
11839
11101
|
|
|
11840
11102
|
/**
|
|
@@ -11869,26 +11131,24 @@ export function updateProjectBotFilterFromJSON(
|
|
|
11869
11131
|
}
|
|
11870
11132
|
|
|
11871
11133
|
/** @internal */
|
|
11872
|
-
export const
|
|
11873
|
-
typeof
|
|
11874
|
-
> = z.nativeEnum(
|
|
11134
|
+
export const UpdateProjectProjectsAction$inboundSchema: z.ZodNativeEnum<
|
|
11135
|
+
typeof UpdateProjectProjectsAction
|
|
11136
|
+
> = z.nativeEnum(UpdateProjectProjectsAction);
|
|
11875
11137
|
|
|
11876
11138
|
/** @internal */
|
|
11877
|
-
export const
|
|
11878
|
-
|
|
11879
|
-
|
|
11139
|
+
export const UpdateProjectProjectsAction$outboundSchema: z.ZodNativeEnum<
|
|
11140
|
+
typeof UpdateProjectProjectsAction
|
|
11141
|
+
> = UpdateProjectProjectsAction$inboundSchema;
|
|
11880
11142
|
|
|
11881
11143
|
/**
|
|
11882
11144
|
* @internal
|
|
11883
11145
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11884
11146
|
*/
|
|
11885
|
-
export namespace
|
|
11886
|
-
/** @deprecated use `
|
|
11887
|
-
export const inboundSchema =
|
|
11888
|
-
|
|
11889
|
-
|
|
11890
|
-
export const outboundSchema =
|
|
11891
|
-
UpdateProjectProjectsResponseAction$outboundSchema;
|
|
11147
|
+
export namespace UpdateProjectProjectsAction$ {
|
|
11148
|
+
/** @deprecated use `UpdateProjectProjectsAction$inboundSchema` instead. */
|
|
11149
|
+
export const inboundSchema = UpdateProjectProjectsAction$inboundSchema;
|
|
11150
|
+
/** @deprecated use `UpdateProjectProjectsAction$outboundSchema` instead. */
|
|
11151
|
+
export const outboundSchema = UpdateProjectProjectsAction$outboundSchema;
|
|
11892
11152
|
}
|
|
11893
11153
|
|
|
11894
11154
|
/** @internal */
|
|
@@ -11898,7 +11158,7 @@ export const UpdateProjectAiBots$inboundSchema: z.ZodType<
|
|
|
11898
11158
|
unknown
|
|
11899
11159
|
> = z.object({
|
|
11900
11160
|
active: z.boolean(),
|
|
11901
|
-
action:
|
|
11161
|
+
action: UpdateProjectProjectsAction$inboundSchema.optional(),
|
|
11902
11162
|
});
|
|
11903
11163
|
|
|
11904
11164
|
/** @internal */
|
|
@@ -11914,7 +11174,7 @@ export const UpdateProjectAiBots$outboundSchema: z.ZodType<
|
|
|
11914
11174
|
UpdateProjectAiBots
|
|
11915
11175
|
> = z.object({
|
|
11916
11176
|
active: z.boolean(),
|
|
11917
|
-
action:
|
|
11177
|
+
action: UpdateProjectProjectsAction$outboundSchema.optional(),
|
|
11918
11178
|
});
|
|
11919
11179
|
|
|
11920
11180
|
/**
|
|
@@ -11949,27 +11209,26 @@ export function updateProjectAiBotsFromJSON(
|
|
|
11949
11209
|
}
|
|
11950
11210
|
|
|
11951
11211
|
/** @internal */
|
|
11952
|
-
export const
|
|
11953
|
-
|
|
11954
|
-
|
|
11955
|
-
);
|
|
11212
|
+
export const UpdateProjectProjectsResponseAction$inboundSchema: z.ZodNativeEnum<
|
|
11213
|
+
typeof UpdateProjectProjectsResponseAction
|
|
11214
|
+
> = z.nativeEnum(UpdateProjectProjectsResponseAction);
|
|
11956
11215
|
|
|
11957
11216
|
/** @internal */
|
|
11958
|
-
export const
|
|
11959
|
-
z.ZodNativeEnum<typeof
|
|
11960
|
-
|
|
11217
|
+
export const UpdateProjectProjectsResponseAction$outboundSchema:
|
|
11218
|
+
z.ZodNativeEnum<typeof UpdateProjectProjectsResponseAction> =
|
|
11219
|
+
UpdateProjectProjectsResponseAction$inboundSchema;
|
|
11961
11220
|
|
|
11962
11221
|
/**
|
|
11963
11222
|
* @internal
|
|
11964
11223
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11965
11224
|
*/
|
|
11966
|
-
export namespace
|
|
11967
|
-
/** @deprecated use `
|
|
11225
|
+
export namespace UpdateProjectProjectsResponseAction$ {
|
|
11226
|
+
/** @deprecated use `UpdateProjectProjectsResponseAction$inboundSchema` instead. */
|
|
11968
11227
|
export const inboundSchema =
|
|
11969
|
-
|
|
11970
|
-
/** @deprecated use `
|
|
11228
|
+
UpdateProjectProjectsResponseAction$inboundSchema;
|
|
11229
|
+
/** @deprecated use `UpdateProjectProjectsResponseAction$outboundSchema` instead. */
|
|
11971
11230
|
export const outboundSchema =
|
|
11972
|
-
|
|
11231
|
+
UpdateProjectProjectsResponseAction$outboundSchema;
|
|
11973
11232
|
}
|
|
11974
11233
|
|
|
11975
11234
|
/** @internal */
|
|
@@ -11979,7 +11238,7 @@ export const UpdateProjectOwasp$inboundSchema: z.ZodType<
|
|
|
11979
11238
|
unknown
|
|
11980
11239
|
> = z.object({
|
|
11981
11240
|
active: z.boolean(),
|
|
11982
|
-
action:
|
|
11241
|
+
action: UpdateProjectProjectsResponseAction$inboundSchema.optional(),
|
|
11983
11242
|
});
|
|
11984
11243
|
|
|
11985
11244
|
/** @internal */
|
|
@@ -11995,7 +11254,7 @@ export const UpdateProjectOwasp$outboundSchema: z.ZodType<
|
|
|
11995
11254
|
UpdateProjectOwasp
|
|
11996
11255
|
> = z.object({
|
|
11997
11256
|
active: z.boolean(),
|
|
11998
|
-
action:
|
|
11257
|
+
action: UpdateProjectProjectsResponseAction$outboundSchema.optional(),
|
|
11999
11258
|
});
|
|
12000
11259
|
|
|
12001
11260
|
/**
|
|
@@ -12111,9 +11370,6 @@ export const UpdateProjectSecurity$inboundSchema: z.ZodType<
|
|
|
12111
11370
|
firewallUpdatedAt: z.number().optional(),
|
|
12112
11371
|
attackModeActiveUntil: z.nullable(z.number()).optional(),
|
|
12113
11372
|
firewallConfigVersion: z.number().optional(),
|
|
12114
|
-
firewallRoutes: z.array(
|
|
12115
|
-
z.lazy(() => UpdateProjectFirewallRoutes$inboundSchema),
|
|
12116
|
-
).optional(),
|
|
12117
11373
|
firewallSeawallEnabled: z.boolean().optional(),
|
|
12118
11374
|
ja3Enabled: z.boolean().optional(),
|
|
12119
11375
|
ja4Enabled: z.boolean().optional(),
|
|
@@ -12132,7 +11388,6 @@ export type UpdateProjectSecurity$Outbound = {
|
|
|
12132
11388
|
firewallUpdatedAt?: number | undefined;
|
|
12133
11389
|
attackModeActiveUntil?: number | null | undefined;
|
|
12134
11390
|
firewallConfigVersion?: number | undefined;
|
|
12135
|
-
firewallRoutes?: Array<UpdateProjectFirewallRoutes$Outbound> | undefined;
|
|
12136
11391
|
firewallSeawallEnabled?: boolean | undefined;
|
|
12137
11392
|
ja3Enabled?: boolean | undefined;
|
|
12138
11393
|
ja4Enabled?: boolean | undefined;
|
|
@@ -12153,9 +11408,6 @@ export const UpdateProjectSecurity$outboundSchema: z.ZodType<
|
|
|
12153
11408
|
firewallUpdatedAt: z.number().optional(),
|
|
12154
11409
|
attackModeActiveUntil: z.nullable(z.number()).optional(),
|
|
12155
11410
|
firewallConfigVersion: z.number().optional(),
|
|
12156
|
-
firewallRoutes: z.array(
|
|
12157
|
-
z.lazy(() => UpdateProjectFirewallRoutes$outboundSchema),
|
|
12158
|
-
).optional(),
|
|
12159
11411
|
firewallSeawallEnabled: z.boolean().optional(),
|
|
12160
11412
|
ja3Enabled: z.boolean().optional(),
|
|
12161
11413
|
ja4Enabled: z.boolean().optional(),
|
|
@@ -12405,6 +11657,7 @@ export const UpdateProjectResponseBody$inboundSchema: z.ZodType<
|
|
|
12405
11657
|
z.lazy(() => UpdateProjectLink2$inboundSchema),
|
|
12406
11658
|
z.lazy(() => UpdateProjectLink3$inboundSchema),
|
|
12407
11659
|
z.lazy(() => UpdateProjectLink4$inboundSchema),
|
|
11660
|
+
z.lazy(() => UpdateProjectLink5$inboundSchema),
|
|
12408
11661
|
]).optional(),
|
|
12409
11662
|
microfrontends: z.union([
|
|
12410
11663
|
z.lazy(() => UpdateProjectMicrofrontends1$inboundSchema),
|
|
@@ -12488,6 +11741,7 @@ export const UpdateProjectResponseBody$inboundSchema: z.ZodType<
|
|
|
12488
11741
|
).optional(),
|
|
12489
11742
|
tier: UpdateProjectTier$inboundSchema.optional(),
|
|
12490
11743
|
features: z.lazy(() => UpdateProjectFeatures$inboundSchema).optional(),
|
|
11744
|
+
v0: z.boolean().optional(),
|
|
12491
11745
|
});
|
|
12492
11746
|
|
|
12493
11747
|
/** @internal */
|
|
@@ -12535,6 +11789,7 @@ export type UpdateProjectResponseBody$Outbound = {
|
|
|
12535
11789
|
| UpdateProjectLink2$Outbound
|
|
12536
11790
|
| UpdateProjectLink3$Outbound
|
|
12537
11791
|
| UpdateProjectLink4$Outbound
|
|
11792
|
+
| UpdateProjectLink5$Outbound
|
|
12538
11793
|
| undefined;
|
|
12539
11794
|
microfrontends?:
|
|
12540
11795
|
| UpdateProjectMicrofrontends1$Outbound
|
|
@@ -12603,6 +11858,7 @@ export type UpdateProjectResponseBody$Outbound = {
|
|
|
12603
11858
|
oidcTokenConfig?: UpdateProjectProjectsOidcTokenConfig$Outbound | undefined;
|
|
12604
11859
|
tier?: string | undefined;
|
|
12605
11860
|
features?: UpdateProjectFeatures$Outbound | undefined;
|
|
11861
|
+
v0?: boolean | undefined;
|
|
12606
11862
|
};
|
|
12607
11863
|
|
|
12608
11864
|
/** @internal */
|
|
@@ -12655,6 +11911,7 @@ export const UpdateProjectResponseBody$outboundSchema: z.ZodType<
|
|
|
12655
11911
|
z.lazy(() => UpdateProjectLink2$outboundSchema),
|
|
12656
11912
|
z.lazy(() => UpdateProjectLink3$outboundSchema),
|
|
12657
11913
|
z.lazy(() => UpdateProjectLink4$outboundSchema),
|
|
11914
|
+
z.lazy(() => UpdateProjectLink5$outboundSchema),
|
|
12658
11915
|
]).optional(),
|
|
12659
11916
|
microfrontends: z.union([
|
|
12660
11917
|
z.lazy(() => UpdateProjectMicrofrontends1$outboundSchema),
|
|
@@ -12738,6 +11995,7 @@ export const UpdateProjectResponseBody$outboundSchema: z.ZodType<
|
|
|
12738
11995
|
).optional(),
|
|
12739
11996
|
tier: UpdateProjectTier$outboundSchema.optional(),
|
|
12740
11997
|
features: z.lazy(() => UpdateProjectFeatures$outboundSchema).optional(),
|
|
11998
|
+
v0: z.boolean().optional(),
|
|
12741
11999
|
});
|
|
12742
12000
|
|
|
12743
12001
|
/**
|