@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
|
@@ -54,6 +54,7 @@ export declare const UpdateProjectFramework: {
|
|
|
54
54
|
readonly Sanity: "sanity";
|
|
55
55
|
readonly Storybook: "storybook";
|
|
56
56
|
readonly Nitro: "nitro";
|
|
57
|
+
readonly Hono: "hono";
|
|
57
58
|
};
|
|
58
59
|
/**
|
|
59
60
|
* The framework that is being used for this project. When `null` is used no framework is selected
|
|
@@ -407,8 +408,8 @@ export type UpdateProjectSpeedInsights = {
|
|
|
407
408
|
paidAt?: number | undefined;
|
|
408
409
|
};
|
|
409
410
|
export declare const UpdateProjectEnvId2: {
|
|
410
|
-
readonly Production: "production";
|
|
411
411
|
readonly Preview: "preview";
|
|
412
|
+
readonly Production: "production";
|
|
412
413
|
};
|
|
413
414
|
export type UpdateProjectEnvId2 = ClosedEnum<typeof UpdateProjectEnvId2>;
|
|
414
415
|
export type UpdateProjectEnvId = string | UpdateProjectEnvId2;
|
|
@@ -419,6 +420,7 @@ export type UpdateProjectAws = {
|
|
|
419
420
|
export type UpdateProjectConnectConfigurations = {
|
|
420
421
|
envId: string | UpdateProjectEnvId2;
|
|
421
422
|
connectConfigurationId: string;
|
|
423
|
+
dc?: string | undefined;
|
|
422
424
|
passive: boolean;
|
|
423
425
|
buildsEnabled: boolean;
|
|
424
426
|
aws?: UpdateProjectAws | undefined;
|
|
@@ -652,8 +654,8 @@ export type UpdateProjectEnv = {
|
|
|
652
654
|
* The type of environment (production, preview, or development)
|
|
653
655
|
*/
|
|
654
656
|
export declare const UpdateProjectProjectsType: {
|
|
655
|
-
readonly Production: "production";
|
|
656
657
|
readonly Preview: "preview";
|
|
658
|
+
readonly Production: "production";
|
|
657
659
|
readonly Development: "development";
|
|
658
660
|
};
|
|
659
661
|
/**
|
|
@@ -805,6 +807,7 @@ export declare const UpdateProjectProjectsFramework: {
|
|
|
805
807
|
readonly Sanity: "sanity";
|
|
806
808
|
readonly Storybook: "storybook";
|
|
807
809
|
readonly Nitro: "nitro";
|
|
810
|
+
readonly Hono: "hono";
|
|
808
811
|
};
|
|
809
812
|
export type UpdateProjectProjectsFramework = ClosedEnum<typeof UpdateProjectProjectsFramework>;
|
|
810
813
|
export type UpdateProjectIpBuckets = {
|
|
@@ -942,18 +945,18 @@ export type UpdateProjectLatestDeployments = {
|
|
|
942
945
|
userId: string;
|
|
943
946
|
withCache?: boolean | undefined;
|
|
944
947
|
};
|
|
945
|
-
export declare const
|
|
948
|
+
export declare const UpdateProjectLinkProjectsResponse200ApplicationJSONType: {
|
|
946
949
|
readonly GithubCustomHost: "github-custom-host";
|
|
947
950
|
};
|
|
948
|
-
export type
|
|
949
|
-
export type
|
|
951
|
+
export type UpdateProjectLinkProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectLinkProjectsResponse200ApplicationJSONType>;
|
|
952
|
+
export type UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks = {
|
|
950
953
|
createdAt?: number | undefined;
|
|
951
954
|
id: string;
|
|
952
955
|
name: string;
|
|
953
956
|
ref: string;
|
|
954
957
|
url: string;
|
|
955
958
|
};
|
|
956
|
-
export type
|
|
959
|
+
export type UpdateProjectLink5 = {
|
|
957
960
|
org?: string | undefined;
|
|
958
961
|
/**
|
|
959
962
|
* 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.
|
|
@@ -961,52 +964,52 @@ export type UpdateProjectLink4 = {
|
|
|
961
964
|
repoOwnerId?: number | undefined;
|
|
962
965
|
repo?: string | undefined;
|
|
963
966
|
repoId?: number | undefined;
|
|
964
|
-
type?:
|
|
967
|
+
type?: UpdateProjectLinkProjectsResponse200ApplicationJSONType | undefined;
|
|
965
968
|
host?: string | undefined;
|
|
966
969
|
createdAt?: number | undefined;
|
|
967
|
-
deployHooks: Array<
|
|
970
|
+
deployHooks: Array<UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks>;
|
|
968
971
|
gitCredentialId?: string | undefined;
|
|
969
972
|
updatedAt?: number | undefined;
|
|
970
973
|
sourceless?: boolean | undefined;
|
|
971
974
|
productionBranch?: string | undefined;
|
|
972
975
|
};
|
|
973
|
-
export declare const
|
|
976
|
+
export declare const UpdateProjectLinkProjectsResponse200Type: {
|
|
974
977
|
readonly Bitbucket: "bitbucket";
|
|
975
978
|
};
|
|
976
|
-
export type
|
|
977
|
-
export type
|
|
979
|
+
export type UpdateProjectLinkProjectsResponse200Type = ClosedEnum<typeof UpdateProjectLinkProjectsResponse200Type>;
|
|
980
|
+
export type UpdateProjectLinkProjectsResponse200DeployHooks = {
|
|
978
981
|
createdAt?: number | undefined;
|
|
979
982
|
id: string;
|
|
980
983
|
name: string;
|
|
981
984
|
ref: string;
|
|
982
985
|
url: string;
|
|
983
986
|
};
|
|
984
|
-
export type
|
|
987
|
+
export type UpdateProjectLink4 = {
|
|
985
988
|
name?: string | undefined;
|
|
986
989
|
slug?: string | undefined;
|
|
987
990
|
owner?: string | undefined;
|
|
988
|
-
type?:
|
|
991
|
+
type?: UpdateProjectLinkProjectsResponse200Type | undefined;
|
|
989
992
|
uuid?: string | undefined;
|
|
990
993
|
workspaceUuid?: string | undefined;
|
|
991
994
|
createdAt?: number | undefined;
|
|
992
|
-
deployHooks: Array<
|
|
995
|
+
deployHooks: Array<UpdateProjectLinkProjectsResponse200DeployHooks>;
|
|
993
996
|
gitCredentialId?: string | undefined;
|
|
994
997
|
updatedAt?: number | undefined;
|
|
995
998
|
sourceless?: boolean | undefined;
|
|
996
999
|
productionBranch?: string | undefined;
|
|
997
1000
|
};
|
|
998
|
-
export declare const
|
|
1001
|
+
export declare const UpdateProjectLinkProjectsResponseType: {
|
|
999
1002
|
readonly Gitlab: "gitlab";
|
|
1000
1003
|
};
|
|
1001
|
-
export type
|
|
1002
|
-
export type
|
|
1004
|
+
export type UpdateProjectLinkProjectsResponseType = ClosedEnum<typeof UpdateProjectLinkProjectsResponseType>;
|
|
1005
|
+
export type UpdateProjectLinkProjectsResponseDeployHooks = {
|
|
1003
1006
|
createdAt?: number | undefined;
|
|
1004
1007
|
id: string;
|
|
1005
1008
|
name: string;
|
|
1006
1009
|
ref: string;
|
|
1007
1010
|
url: string;
|
|
1008
1011
|
};
|
|
1009
|
-
export type
|
|
1012
|
+
export type UpdateProjectLink3 = {
|
|
1010
1013
|
projectId?: string | undefined;
|
|
1011
1014
|
projectName?: string | undefined;
|
|
1012
1015
|
projectNameWithNamespace?: string | undefined;
|
|
@@ -1016,11 +1019,38 @@ export type UpdateProjectLink2 = {
|
|
|
1016
1019
|
*/
|
|
1017
1020
|
projectOwnerId?: number | undefined;
|
|
1018
1021
|
projectUrl?: string | undefined;
|
|
1022
|
+
type?: UpdateProjectLinkProjectsResponseType | undefined;
|
|
1023
|
+
createdAt?: number | undefined;
|
|
1024
|
+
deployHooks: Array<UpdateProjectLinkProjectsResponseDeployHooks>;
|
|
1025
|
+
gitCredentialId?: string | undefined;
|
|
1026
|
+
updatedAt?: number | undefined;
|
|
1027
|
+
sourceless?: boolean | undefined;
|
|
1028
|
+
productionBranch?: string | undefined;
|
|
1029
|
+
};
|
|
1030
|
+
export declare const UpdateProjectLinkProjectsType: {
|
|
1031
|
+
readonly GithubLimited: "github-limited";
|
|
1032
|
+
};
|
|
1033
|
+
export type UpdateProjectLinkProjectsType = ClosedEnum<typeof UpdateProjectLinkProjectsType>;
|
|
1034
|
+
export type UpdateProjectLinkProjectsDeployHooks = {
|
|
1035
|
+
createdAt?: number | undefined;
|
|
1036
|
+
id: string;
|
|
1037
|
+
name: string;
|
|
1038
|
+
ref: string;
|
|
1039
|
+
url: string;
|
|
1040
|
+
};
|
|
1041
|
+
export type UpdateProjectLink2 = {
|
|
1019
1042
|
type?: UpdateProjectLinkProjectsType | undefined;
|
|
1043
|
+
repo?: string | undefined;
|
|
1044
|
+
repoId?: number | undefined;
|
|
1045
|
+
updatedAt?: number | undefined;
|
|
1020
1046
|
createdAt?: number | undefined;
|
|
1047
|
+
org?: string | undefined;
|
|
1048
|
+
/**
|
|
1049
|
+
* 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.
|
|
1050
|
+
*/
|
|
1051
|
+
repoOwnerId?: number | undefined;
|
|
1021
1052
|
deployHooks: Array<UpdateProjectLinkProjectsDeployHooks>;
|
|
1022
1053
|
gitCredentialId?: string | undefined;
|
|
1023
|
-
updatedAt?: number | undefined;
|
|
1024
1054
|
sourceless?: boolean | undefined;
|
|
1025
1055
|
productionBranch?: string | undefined;
|
|
1026
1056
|
};
|
|
@@ -1051,7 +1081,7 @@ export type UpdateProjectLink1 = {
|
|
|
1051
1081
|
sourceless?: boolean | undefined;
|
|
1052
1082
|
productionBranch?: string | undefined;
|
|
1053
1083
|
};
|
|
1054
|
-
export type UpdateProjectLink = UpdateProjectLink1 | UpdateProjectLink2 | UpdateProjectLink3 | UpdateProjectLink4;
|
|
1084
|
+
export type UpdateProjectLink = UpdateProjectLink1 | UpdateProjectLink2 | UpdateProjectLink3 | UpdateProjectLink4 | UpdateProjectLink5;
|
|
1055
1085
|
export type UpdateProjectMicrofrontends2 = {
|
|
1056
1086
|
updatedAt: number;
|
|
1057
1087
|
groupIds: Array<any>;
|
|
@@ -1346,6 +1376,7 @@ export type UpdateProjectPermissions = {
|
|
|
1346
1376
|
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1347
1377
|
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1348
1378
|
deployment?: Array<ACLAction> | undefined;
|
|
1379
|
+
deploymentBuildLogs?: Array<ACLAction> | undefined;
|
|
1349
1380
|
deploymentCheck?: Array<ACLAction> | undefined;
|
|
1350
1381
|
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1351
1382
|
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
@@ -1396,6 +1427,7 @@ export type UpdateProjectPermissions = {
|
|
|
1396
1427
|
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1397
1428
|
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1398
1429
|
projectTier?: Array<ACLAction> | undefined;
|
|
1430
|
+
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1399
1431
|
seawallConfig?: Array<ACLAction> | undefined;
|
|
1400
1432
|
skewProtection?: Array<ACLAction> | undefined;
|
|
1401
1433
|
analytics?: Array<ACLAction> | undefined;
|
|
@@ -1403,11 +1435,11 @@ export type UpdateProjectPermissions = {
|
|
|
1403
1435
|
webAnalytics?: Array<ACLAction> | undefined;
|
|
1404
1436
|
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1405
1437
|
sonar?: Array<ACLAction> | undefined;
|
|
1438
|
+
oauth2Connection?: Array<ACLAction> | undefined;
|
|
1406
1439
|
user?: Array<ACLAction> | undefined;
|
|
1407
1440
|
userConnection?: Array<ACLAction> | undefined;
|
|
1408
1441
|
userSudo?: Array<ACLAction> | undefined;
|
|
1409
1442
|
webAuthn?: Array<ACLAction> | undefined;
|
|
1410
|
-
oauth2Connection?: Array<ACLAction> | undefined;
|
|
1411
1443
|
accessGroup?: Array<ACLAction> | undefined;
|
|
1412
1444
|
aliasGlobal?: Array<ACLAction> | undefined;
|
|
1413
1445
|
analyticsSampling?: Array<ACLAction> | undefined;
|
|
@@ -1420,6 +1452,7 @@ export type UpdateProjectPermissions = {
|
|
|
1420
1452
|
billingInvoiceLanguage?: Array<ACLAction> | undefined;
|
|
1421
1453
|
billingPlan?: Array<ACLAction> | undefined;
|
|
1422
1454
|
billingPurchaseOrder?: Array<ACLAction> | undefined;
|
|
1455
|
+
billingRefund?: Array<ACLAction> | undefined;
|
|
1423
1456
|
billingTaxId?: Array<ACLAction> | undefined;
|
|
1424
1457
|
blob?: Array<ACLAction> | undefined;
|
|
1425
1458
|
budget?: Array<ACLAction> | undefined;
|
|
@@ -1429,6 +1462,7 @@ export type UpdateProjectPermissions = {
|
|
|
1429
1462
|
concurrentBuilds?: Array<ACLAction> | undefined;
|
|
1430
1463
|
connect?: Array<ACLAction> | undefined;
|
|
1431
1464
|
connectConfiguration?: Array<ACLAction> | undefined;
|
|
1465
|
+
defaultDeploymentProtection?: Array<ACLAction> | undefined;
|
|
1432
1466
|
domain?: Array<ACLAction> | undefined;
|
|
1433
1467
|
domainAcceptDelegation?: Array<ACLAction> | undefined;
|
|
1434
1468
|
domainAuthCodes?: Array<ACLAction> | undefined;
|
|
@@ -1461,6 +1495,7 @@ export type UpdateProjectPermissions = {
|
|
|
1461
1495
|
marketplaceInstallationMember?: Array<ACLAction> | undefined;
|
|
1462
1496
|
marketplaceBillingData?: Array<ACLAction> | undefined;
|
|
1463
1497
|
marketplaceInvoice?: Array<ACLAction> | undefined;
|
|
1498
|
+
marketplaceSettings?: Array<ACLAction> | undefined;
|
|
1464
1499
|
marketplaceExperimentationItem?: Array<ACLAction> | undefined;
|
|
1465
1500
|
marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
|
|
1466
1501
|
jobGlobal?: Array<ACLAction> | undefined;
|
|
@@ -1487,8 +1522,10 @@ export type UpdateProjectPermissions = {
|
|
|
1487
1522
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1488
1523
|
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
1489
1524
|
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1525
|
+
observabilityFunnel?: Array<ACLAction> | undefined;
|
|
1490
1526
|
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
1491
1527
|
vercelAppInstallation?: Array<ACLAction> | undefined;
|
|
1528
|
+
vercelAppInstallationRequest?: Array<ACLAction> | undefined;
|
|
1492
1529
|
paymentMethod?: Array<ACLAction> | undefined;
|
|
1493
1530
|
permissions?: Array<ACLAction> | undefined;
|
|
1494
1531
|
postgres?: Array<ACLAction> | undefined;
|
|
@@ -1591,8 +1628,8 @@ export type UpdateProjectProtectionBypass1 = {
|
|
|
1591
1628
|
};
|
|
1592
1629
|
export type UpdateProjectProtectionBypass = UpdateProjectProtectionBypass1 | UpdateProjectProtectionBypass2;
|
|
1593
1630
|
export declare const UpdateProjectTrustedIpsProjectsDeploymentType: {
|
|
1594
|
-
readonly Production: "production";
|
|
1595
1631
|
readonly Preview: "preview";
|
|
1632
|
+
readonly Production: "production";
|
|
1596
1633
|
readonly All: "all";
|
|
1597
1634
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1598
1635
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
@@ -1602,8 +1639,8 @@ export type UpdateProjectTrustedIps2 = {
|
|
|
1602
1639
|
deploymentType: UpdateProjectTrustedIpsProjectsDeploymentType;
|
|
1603
1640
|
};
|
|
1604
1641
|
export declare const UpdateProjectTrustedIpsDeploymentType: {
|
|
1605
|
-
readonly Production: "production";
|
|
1606
1642
|
readonly Preview: "preview";
|
|
1643
|
+
readonly Production: "production";
|
|
1607
1644
|
readonly All: "all";
|
|
1608
1645
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1609
1646
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
@@ -1650,6 +1687,10 @@ export type UpdateProjectGitProviderOptions = {
|
|
|
1650
1687
|
* 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
|
|
1651
1688
|
*/
|
|
1652
1689
|
createDeployments: UpdateProjectCreateDeployments;
|
|
1690
|
+
/**
|
|
1691
|
+
* 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
|
|
1692
|
+
*/
|
|
1693
|
+
disableRepositoryDispatchEvents?: boolean | undefined;
|
|
1653
1694
|
};
|
|
1654
1695
|
export type UpdateProjectWebAnalytics = {
|
|
1655
1696
|
id: string;
|
|
@@ -1658,157 +1699,35 @@ export type UpdateProjectWebAnalytics = {
|
|
|
1658
1699
|
enabledAt?: number | undefined;
|
|
1659
1700
|
hasData?: boolean | undefined;
|
|
1660
1701
|
};
|
|
1661
|
-
export type UpdateProjectSrc2 = {
|
|
1662
|
-
re?: string | undefined;
|
|
1663
|
-
eq?: string | undefined;
|
|
1664
|
-
neq?: string | undefined;
|
|
1665
|
-
inc?: Array<string> | undefined;
|
|
1666
|
-
ninc?: Array<string> | undefined;
|
|
1667
|
-
pre?: string | undefined;
|
|
1668
|
-
suf?: string | undefined;
|
|
1669
|
-
gt?: number | undefined;
|
|
1670
|
-
gte?: number | undefined;
|
|
1671
|
-
lt?: number | undefined;
|
|
1672
|
-
lte?: number | undefined;
|
|
1673
|
-
};
|
|
1674
|
-
export type UpdateProjectSrc = UpdateProjectSrc2 | string;
|
|
1675
|
-
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType: {
|
|
1676
|
-
readonly Path: "path";
|
|
1677
|
-
readonly Host: "host";
|
|
1678
|
-
readonly Method: "method";
|
|
1679
|
-
readonly Header: "header";
|
|
1680
|
-
readonly Cookie: "cookie";
|
|
1681
|
-
readonly Query: "query";
|
|
1682
|
-
readonly IpAddress: "ip_address";
|
|
1683
|
-
readonly Protocol: "protocol";
|
|
1684
|
-
readonly Scheme: "scheme";
|
|
1685
|
-
readonly Environment: "environment";
|
|
1686
|
-
readonly Region: "region";
|
|
1687
|
-
readonly InitialRequestPath: "initial_request_path";
|
|
1688
|
-
};
|
|
1689
|
-
export type UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType = ClosedEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType>;
|
|
1690
|
-
export type UpdateProjectValue2 = {
|
|
1691
|
-
re?: string | undefined;
|
|
1692
|
-
eq?: string | undefined;
|
|
1693
|
-
neq?: string | undefined;
|
|
1694
|
-
inc?: Array<string> | undefined;
|
|
1695
|
-
ninc?: Array<string> | undefined;
|
|
1696
|
-
pre?: string | undefined;
|
|
1697
|
-
suf?: string | undefined;
|
|
1698
|
-
gt?: number | undefined;
|
|
1699
|
-
gte?: number | undefined;
|
|
1700
|
-
lt?: number | undefined;
|
|
1701
|
-
lte?: number | undefined;
|
|
1702
|
-
};
|
|
1703
|
-
export type UpdateProjectValue = UpdateProjectValue2 | string;
|
|
1704
|
-
export type UpdateProjectHas = {
|
|
1705
|
-
type: UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType;
|
|
1706
|
-
key?: string | undefined;
|
|
1707
|
-
value?: UpdateProjectValue2 | string | undefined;
|
|
1708
|
-
};
|
|
1709
|
-
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType: {
|
|
1710
|
-
readonly Path: "path";
|
|
1711
|
-
readonly Host: "host";
|
|
1712
|
-
readonly Method: "method";
|
|
1713
|
-
readonly Header: "header";
|
|
1714
|
-
readonly Cookie: "cookie";
|
|
1715
|
-
readonly Query: "query";
|
|
1716
|
-
readonly IpAddress: "ip_address";
|
|
1717
|
-
readonly Protocol: "protocol";
|
|
1718
|
-
readonly Scheme: "scheme";
|
|
1719
|
-
readonly Environment: "environment";
|
|
1720
|
-
readonly Region: "region";
|
|
1721
|
-
readonly InitialRequestPath: "initial_request_path";
|
|
1722
|
-
};
|
|
1723
|
-
export type UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType = ClosedEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
|
|
1724
|
-
export type UpdateProjectValueProjects2 = {
|
|
1725
|
-
re?: string | undefined;
|
|
1726
|
-
eq?: string | undefined;
|
|
1727
|
-
neq?: string | undefined;
|
|
1728
|
-
inc?: Array<string> | undefined;
|
|
1729
|
-
ninc?: Array<string> | undefined;
|
|
1730
|
-
pre?: string | undefined;
|
|
1731
|
-
suf?: string | undefined;
|
|
1732
|
-
gt?: number | undefined;
|
|
1733
|
-
gte?: number | undefined;
|
|
1734
|
-
lt?: number | undefined;
|
|
1735
|
-
lte?: number | undefined;
|
|
1736
|
-
};
|
|
1737
|
-
export type UpdateProjectProjectsValue = UpdateProjectValueProjects2 | string;
|
|
1738
|
-
export type UpdateProjectMissing = {
|
|
1739
|
-
type: UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType;
|
|
1740
|
-
key?: string | undefined;
|
|
1741
|
-
value?: UpdateProjectValueProjects2 | string | undefined;
|
|
1742
|
-
};
|
|
1743
|
-
export declare const UpdateProjectHandle: {
|
|
1744
|
-
readonly Init: "init";
|
|
1745
|
-
readonly Finalize: "finalize";
|
|
1746
|
-
};
|
|
1747
|
-
export type UpdateProjectHandle = ClosedEnum<typeof UpdateProjectHandle>;
|
|
1748
1702
|
export declare const UpdateProjectAction: {
|
|
1749
|
-
readonly Deny: "deny";
|
|
1750
|
-
readonly Challenge: "challenge";
|
|
1751
1703
|
readonly Log: "log";
|
|
1752
|
-
readonly
|
|
1753
|
-
readonly
|
|
1754
|
-
readonly Redirect: "redirect";
|
|
1704
|
+
readonly Challenge: "challenge";
|
|
1705
|
+
readonly Deny: "deny";
|
|
1755
1706
|
};
|
|
1756
1707
|
export type UpdateProjectAction = ClosedEnum<typeof UpdateProjectAction>;
|
|
1757
|
-
export
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
};
|
|
1761
|
-
export type UpdateProjectAlgo = ClosedEnum<typeof UpdateProjectAlgo>;
|
|
1762
|
-
export type UpdateProjectErl = {
|
|
1763
|
-
algo: UpdateProjectAlgo;
|
|
1764
|
-
window: number;
|
|
1765
|
-
limit: number;
|
|
1766
|
-
keys: Array<string>;
|
|
1767
|
-
};
|
|
1768
|
-
export type UpdateProjectMitigate = {
|
|
1769
|
-
action: UpdateProjectAction;
|
|
1770
|
-
ruleId: string;
|
|
1771
|
-
ttl?: number | undefined;
|
|
1772
|
-
erl?: UpdateProjectErl | undefined;
|
|
1773
|
-
};
|
|
1774
|
-
export type UpdateProjectFirewallRoutes = {
|
|
1775
|
-
src?: UpdateProjectSrc2 | string | undefined;
|
|
1776
|
-
has?: Array<UpdateProjectHas> | undefined;
|
|
1777
|
-
missing?: Array<UpdateProjectMissing> | undefined;
|
|
1778
|
-
dest?: string | undefined;
|
|
1779
|
-
status?: number | undefined;
|
|
1780
|
-
handle?: UpdateProjectHandle | undefined;
|
|
1781
|
-
mitigate?: UpdateProjectMitigate | undefined;
|
|
1708
|
+
export type UpdateProjectBotFilter = {
|
|
1709
|
+
active: boolean;
|
|
1710
|
+
action?: UpdateProjectAction | undefined;
|
|
1782
1711
|
};
|
|
1783
1712
|
export declare const UpdateProjectProjectsAction: {
|
|
1784
|
-
readonly Deny: "deny";
|
|
1785
|
-
readonly Challenge: "challenge";
|
|
1786
1713
|
readonly Log: "log";
|
|
1714
|
+
readonly Challenge: "challenge";
|
|
1715
|
+
readonly Deny: "deny";
|
|
1787
1716
|
};
|
|
1788
1717
|
export type UpdateProjectProjectsAction = ClosedEnum<typeof UpdateProjectProjectsAction>;
|
|
1789
|
-
export type
|
|
1718
|
+
export type UpdateProjectAiBots = {
|
|
1790
1719
|
active: boolean;
|
|
1791
1720
|
action?: UpdateProjectProjectsAction | undefined;
|
|
1792
1721
|
};
|
|
1793
1722
|
export declare const UpdateProjectProjectsResponseAction: {
|
|
1794
|
-
readonly Deny: "deny";
|
|
1795
|
-
readonly Challenge: "challenge";
|
|
1796
1723
|
readonly Log: "log";
|
|
1797
|
-
};
|
|
1798
|
-
export type UpdateProjectProjectsResponseAction = ClosedEnum<typeof UpdateProjectProjectsResponseAction>;
|
|
1799
|
-
export type UpdateProjectAiBots = {
|
|
1800
|
-
active: boolean;
|
|
1801
|
-
action?: UpdateProjectProjectsResponseAction | undefined;
|
|
1802
|
-
};
|
|
1803
|
-
export declare const UpdateProjectProjectsResponse200Action: {
|
|
1804
|
-
readonly Deny: "deny";
|
|
1805
1724
|
readonly Challenge: "challenge";
|
|
1806
|
-
readonly
|
|
1725
|
+
readonly Deny: "deny";
|
|
1807
1726
|
};
|
|
1808
|
-
export type
|
|
1727
|
+
export type UpdateProjectProjectsResponseAction = ClosedEnum<typeof UpdateProjectProjectsResponseAction>;
|
|
1809
1728
|
export type UpdateProjectOwasp = {
|
|
1810
1729
|
active: boolean;
|
|
1811
|
-
action?:
|
|
1730
|
+
action?: UpdateProjectProjectsResponseAction | undefined;
|
|
1812
1731
|
};
|
|
1813
1732
|
export type UpdateProjectManagedRules = {
|
|
1814
1733
|
botFilter: UpdateProjectBotFilter;
|
|
@@ -1822,7 +1741,6 @@ export type UpdateProjectSecurity = {
|
|
|
1822
1741
|
firewallUpdatedAt?: number | undefined;
|
|
1823
1742
|
attackModeActiveUntil?: number | null | undefined;
|
|
1824
1743
|
firewallConfigVersion?: number | undefined;
|
|
1825
|
-
firewallRoutes?: Array<UpdateProjectFirewallRoutes> | undefined;
|
|
1826
1744
|
firewallSeawallEnabled?: boolean | undefined;
|
|
1827
1745
|
ja3Enabled?: boolean | undefined;
|
|
1828
1746
|
ja4Enabled?: boolean | undefined;
|
|
@@ -1892,7 +1810,7 @@ export type UpdateProjectResponseBody = {
|
|
|
1892
1810
|
id: string;
|
|
1893
1811
|
ipBuckets?: Array<UpdateProjectIpBuckets> | undefined;
|
|
1894
1812
|
latestDeployments?: Array<UpdateProjectLatestDeployments> | undefined;
|
|
1895
|
-
link?: UpdateProjectLink1 | UpdateProjectLink2 | UpdateProjectLink3 | UpdateProjectLink4 | undefined;
|
|
1813
|
+
link?: UpdateProjectLink1 | UpdateProjectLink2 | UpdateProjectLink3 | UpdateProjectLink4 | UpdateProjectLink5 | undefined;
|
|
1896
1814
|
microfrontends?: UpdateProjectMicrofrontends1 | UpdateProjectMicrofrontends2 | undefined;
|
|
1897
1815
|
name: string;
|
|
1898
1816
|
nodeVersion: UpdateProjectProjectsNodeVersion;
|
|
@@ -1947,6 +1865,7 @@ export type UpdateProjectResponseBody = {
|
|
|
1947
1865
|
oidcTokenConfig?: UpdateProjectProjectsOidcTokenConfig | undefined;
|
|
1948
1866
|
tier?: UpdateProjectTier | undefined;
|
|
1949
1867
|
features?: UpdateProjectFeatures | undefined;
|
|
1868
|
+
v0?: boolean | undefined;
|
|
1950
1869
|
};
|
|
1951
1870
|
/** @internal */
|
|
1952
1871
|
export declare const UpdateProjectFramework$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectFramework>;
|
|
@@ -2006,6 +1925,7 @@ export declare namespace UpdateProjectFramework$ {
|
|
|
2006
1925
|
readonly Sanity: "sanity";
|
|
2007
1926
|
readonly Storybook: "storybook";
|
|
2008
1927
|
readonly Nitro: "nitro";
|
|
1928
|
+
readonly Hono: "hono";
|
|
2009
1929
|
}>;
|
|
2010
1930
|
/** @deprecated use `UpdateProjectFramework$outboundSchema` instead. */
|
|
2011
1931
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -2056,6 +1976,7 @@ export declare namespace UpdateProjectFramework$ {
|
|
|
2056
1976
|
readonly Sanity: "sanity";
|
|
2057
1977
|
readonly Storybook: "storybook";
|
|
2058
1978
|
readonly Nitro: "nitro";
|
|
1979
|
+
readonly Hono: "hono";
|
|
2059
1980
|
}>;
|
|
2060
1981
|
}
|
|
2061
1982
|
/** @internal */
|
|
@@ -2622,13 +2543,13 @@ export declare const UpdateProjectEnvId2$outboundSchema: z.ZodNativeEnum<typeof
|
|
|
2622
2543
|
export declare namespace UpdateProjectEnvId2$ {
|
|
2623
2544
|
/** @deprecated use `UpdateProjectEnvId2$inboundSchema` instead. */
|
|
2624
2545
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2625
|
-
readonly Production: "production";
|
|
2626
2546
|
readonly Preview: "preview";
|
|
2547
|
+
readonly Production: "production";
|
|
2627
2548
|
}>;
|
|
2628
2549
|
/** @deprecated use `UpdateProjectEnvId2$outboundSchema` instead. */
|
|
2629
2550
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2630
|
-
readonly Production: "production";
|
|
2631
2551
|
readonly Preview: "preview";
|
|
2552
|
+
readonly Production: "production";
|
|
2632
2553
|
}>;
|
|
2633
2554
|
}
|
|
2634
2555
|
/** @internal */
|
|
@@ -2680,6 +2601,7 @@ export declare const UpdateProjectConnectConfigurations$inboundSchema: z.ZodType
|
|
|
2680
2601
|
export type UpdateProjectConnectConfigurations$Outbound = {
|
|
2681
2602
|
envId: string | string;
|
|
2682
2603
|
connectConfigurationId: string;
|
|
2604
|
+
dc?: string | undefined;
|
|
2683
2605
|
passive: boolean;
|
|
2684
2606
|
buildsEnabled: boolean;
|
|
2685
2607
|
aws?: UpdateProjectAws$Outbound | undefined;
|
|
@@ -3601,14 +3523,14 @@ export declare const UpdateProjectProjectsType$outboundSchema: z.ZodNativeEnum<t
|
|
|
3601
3523
|
export declare namespace UpdateProjectProjectsType$ {
|
|
3602
3524
|
/** @deprecated use `UpdateProjectProjectsType$inboundSchema` instead. */
|
|
3603
3525
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3604
|
-
readonly Production: "production";
|
|
3605
3526
|
readonly Preview: "preview";
|
|
3527
|
+
readonly Production: "production";
|
|
3606
3528
|
readonly Development: "development";
|
|
3607
3529
|
}>;
|
|
3608
3530
|
/** @deprecated use `UpdateProjectProjectsType$outboundSchema` instead. */
|
|
3609
3531
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3610
|
-
readonly Production: "production";
|
|
3611
3532
|
readonly Preview: "preview";
|
|
3533
|
+
readonly Production: "production";
|
|
3612
3534
|
readonly Development: "development";
|
|
3613
3535
|
}>;
|
|
3614
3536
|
}
|
|
@@ -3802,6 +3724,7 @@ export declare namespace UpdateProjectProjectsFramework$ {
|
|
|
3802
3724
|
readonly Sanity: "sanity";
|
|
3803
3725
|
readonly Storybook: "storybook";
|
|
3804
3726
|
readonly Nitro: "nitro";
|
|
3727
|
+
readonly Hono: "hono";
|
|
3805
3728
|
}>;
|
|
3806
3729
|
/** @deprecated use `UpdateProjectProjectsFramework$outboundSchema` instead. */
|
|
3807
3730
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -3852,6 +3775,7 @@ export declare namespace UpdateProjectProjectsFramework$ {
|
|
|
3852
3775
|
readonly Sanity: "sanity";
|
|
3853
3776
|
readonly Storybook: "storybook";
|
|
3854
3777
|
readonly Nitro: "nitro";
|
|
3778
|
+
readonly Hono: "hono";
|
|
3855
3779
|
}>;
|
|
3856
3780
|
}
|
|
3857
3781
|
/** @internal */
|
|
@@ -4241,6 +4165,83 @@ export declare namespace UpdateProjectLatestDeployments$ {
|
|
|
4241
4165
|
export declare function updateProjectLatestDeploymentsToJSON(updateProjectLatestDeployments: UpdateProjectLatestDeployments): string;
|
|
4242
4166
|
export declare function updateProjectLatestDeploymentsFromJSON(jsonString: string): SafeParseResult<UpdateProjectLatestDeployments, SDKValidationError>;
|
|
4243
4167
|
/** @internal */
|
|
4168
|
+
export declare const UpdateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectLinkProjectsResponse200ApplicationJSONType>;
|
|
4169
|
+
/** @internal */
|
|
4170
|
+
export declare const UpdateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectLinkProjectsResponse200ApplicationJSONType>;
|
|
4171
|
+
/**
|
|
4172
|
+
* @internal
|
|
4173
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4174
|
+
*/
|
|
4175
|
+
export declare namespace UpdateProjectLinkProjectsResponse200ApplicationJSONType$ {
|
|
4176
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
4177
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4178
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
4179
|
+
}>;
|
|
4180
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
4181
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4182
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
4183
|
+
}>;
|
|
4184
|
+
}
|
|
4185
|
+
/** @internal */
|
|
4186
|
+
export declare const UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema: z.ZodType<UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks, z.ZodTypeDef, unknown>;
|
|
4187
|
+
/** @internal */
|
|
4188
|
+
export type UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound = {
|
|
4189
|
+
createdAt?: number | undefined;
|
|
4190
|
+
id: string;
|
|
4191
|
+
name: string;
|
|
4192
|
+
ref: string;
|
|
4193
|
+
url: string;
|
|
4194
|
+
};
|
|
4195
|
+
/** @internal */
|
|
4196
|
+
export declare const UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema: z.ZodType<UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound, z.ZodTypeDef, UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks>;
|
|
4197
|
+
/**
|
|
4198
|
+
* @internal
|
|
4199
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4200
|
+
*/
|
|
4201
|
+
export declare namespace UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$ {
|
|
4202
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema` instead. */
|
|
4203
|
+
const inboundSchema: z.ZodType<UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks, z.ZodTypeDef, unknown>;
|
|
4204
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema` instead. */
|
|
4205
|
+
const outboundSchema: z.ZodType<UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound, z.ZodTypeDef, UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks>;
|
|
4206
|
+
/** @deprecated use `UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound` instead. */
|
|
4207
|
+
type Outbound = UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound;
|
|
4208
|
+
}
|
|
4209
|
+
export declare function updateProjectLinkProjectsResponse200ApplicationJSONDeployHooksToJSON(updateProjectLinkProjectsResponse200ApplicationJSONDeployHooks: UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks): string;
|
|
4210
|
+
export declare function updateProjectLinkProjectsResponse200ApplicationJSONDeployHooksFromJSON(jsonString: string): SafeParseResult<UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks, SDKValidationError>;
|
|
4211
|
+
/** @internal */
|
|
4212
|
+
export declare const UpdateProjectLink5$inboundSchema: z.ZodType<UpdateProjectLink5, z.ZodTypeDef, unknown>;
|
|
4213
|
+
/** @internal */
|
|
4214
|
+
export type UpdateProjectLink5$Outbound = {
|
|
4215
|
+
org?: string | undefined;
|
|
4216
|
+
repoOwnerId?: number | undefined;
|
|
4217
|
+
repo?: string | undefined;
|
|
4218
|
+
repoId?: number | undefined;
|
|
4219
|
+
type?: string | undefined;
|
|
4220
|
+
host?: string | undefined;
|
|
4221
|
+
createdAt?: number | undefined;
|
|
4222
|
+
deployHooks: Array<UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound>;
|
|
4223
|
+
gitCredentialId?: string | undefined;
|
|
4224
|
+
updatedAt?: number | undefined;
|
|
4225
|
+
sourceless?: boolean | undefined;
|
|
4226
|
+
productionBranch?: string | undefined;
|
|
4227
|
+
};
|
|
4228
|
+
/** @internal */
|
|
4229
|
+
export declare const UpdateProjectLink5$outboundSchema: z.ZodType<UpdateProjectLink5$Outbound, z.ZodTypeDef, UpdateProjectLink5>;
|
|
4230
|
+
/**
|
|
4231
|
+
* @internal
|
|
4232
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4233
|
+
*/
|
|
4234
|
+
export declare namespace UpdateProjectLink5$ {
|
|
4235
|
+
/** @deprecated use `UpdateProjectLink5$inboundSchema` instead. */
|
|
4236
|
+
const inboundSchema: z.ZodType<UpdateProjectLink5, z.ZodTypeDef, unknown>;
|
|
4237
|
+
/** @deprecated use `UpdateProjectLink5$outboundSchema` instead. */
|
|
4238
|
+
const outboundSchema: z.ZodType<UpdateProjectLink5$Outbound, z.ZodTypeDef, UpdateProjectLink5>;
|
|
4239
|
+
/** @deprecated use `UpdateProjectLink5$Outbound` instead. */
|
|
4240
|
+
type Outbound = UpdateProjectLink5$Outbound;
|
|
4241
|
+
}
|
|
4242
|
+
export declare function updateProjectLink5ToJSON(updateProjectLink5: UpdateProjectLink5): string;
|
|
4243
|
+
export declare function updateProjectLink5FromJSON(jsonString: string): SafeParseResult<UpdateProjectLink5, SDKValidationError>;
|
|
4244
|
+
/** @internal */
|
|
4244
4245
|
export declare const UpdateProjectLinkProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectLinkProjectsResponse200Type>;
|
|
4245
4246
|
/** @internal */
|
|
4246
4247
|
export declare const UpdateProjectLinkProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectLinkProjectsResponse200Type>;
|
|
@@ -4251,11 +4252,11 @@ export declare const UpdateProjectLinkProjectsResponse200Type$outboundSchema: z.
|
|
|
4251
4252
|
export declare namespace UpdateProjectLinkProjectsResponse200Type$ {
|
|
4252
4253
|
/** @deprecated use `UpdateProjectLinkProjectsResponse200Type$inboundSchema` instead. */
|
|
4253
4254
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4254
|
-
readonly
|
|
4255
|
+
readonly Bitbucket: "bitbucket";
|
|
4255
4256
|
}>;
|
|
4256
4257
|
/** @deprecated use `UpdateProjectLinkProjectsResponse200Type$outboundSchema` instead. */
|
|
4257
4258
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4258
|
-
readonly
|
|
4259
|
+
readonly Bitbucket: "bitbucket";
|
|
4259
4260
|
}>;
|
|
4260
4261
|
}
|
|
4261
4262
|
/** @internal */
|
|
@@ -4288,12 +4289,12 @@ export declare function updateProjectLinkProjectsResponse200DeployHooksFromJSON(
|
|
|
4288
4289
|
export declare const UpdateProjectLink4$inboundSchema: z.ZodType<UpdateProjectLink4, z.ZodTypeDef, unknown>;
|
|
4289
4290
|
/** @internal */
|
|
4290
4291
|
export type UpdateProjectLink4$Outbound = {
|
|
4291
|
-
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
repoId?: number | undefined;
|
|
4292
|
+
name?: string | undefined;
|
|
4293
|
+
slug?: string | undefined;
|
|
4294
|
+
owner?: string | undefined;
|
|
4295
4295
|
type?: string | undefined;
|
|
4296
|
-
|
|
4296
|
+
uuid?: string | undefined;
|
|
4297
|
+
workspaceUuid?: string | undefined;
|
|
4297
4298
|
createdAt?: number | undefined;
|
|
4298
4299
|
deployHooks: Array<UpdateProjectLinkProjectsResponse200DeployHooks$Outbound>;
|
|
4299
4300
|
gitCredentialId?: string | undefined;
|
|
@@ -4328,11 +4329,11 @@ export declare const UpdateProjectLinkProjectsResponseType$outboundSchema: z.Zod
|
|
|
4328
4329
|
export declare namespace UpdateProjectLinkProjectsResponseType$ {
|
|
4329
4330
|
/** @deprecated use `UpdateProjectLinkProjectsResponseType$inboundSchema` instead. */
|
|
4330
4331
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4331
|
-
readonly
|
|
4332
|
+
readonly Gitlab: "gitlab";
|
|
4332
4333
|
}>;
|
|
4333
4334
|
/** @deprecated use `UpdateProjectLinkProjectsResponseType$outboundSchema` instead. */
|
|
4334
4335
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4335
|
-
readonly
|
|
4336
|
+
readonly Gitlab: "gitlab";
|
|
4336
4337
|
}>;
|
|
4337
4338
|
}
|
|
4338
4339
|
/** @internal */
|
|
@@ -4365,12 +4366,13 @@ export declare function updateProjectLinkProjectsResponseDeployHooksFromJSON(jso
|
|
|
4365
4366
|
export declare const UpdateProjectLink3$inboundSchema: z.ZodType<UpdateProjectLink3, z.ZodTypeDef, unknown>;
|
|
4366
4367
|
/** @internal */
|
|
4367
4368
|
export type UpdateProjectLink3$Outbound = {
|
|
4368
|
-
|
|
4369
|
-
|
|
4370
|
-
|
|
4369
|
+
projectId?: string | undefined;
|
|
4370
|
+
projectName?: string | undefined;
|
|
4371
|
+
projectNameWithNamespace?: string | undefined;
|
|
4372
|
+
projectNamespace?: string | undefined;
|
|
4373
|
+
projectOwnerId?: number | undefined;
|
|
4374
|
+
projectUrl?: string | undefined;
|
|
4371
4375
|
type?: string | undefined;
|
|
4372
|
-
uuid?: string | undefined;
|
|
4373
|
-
workspaceUuid?: string | undefined;
|
|
4374
4376
|
createdAt?: number | undefined;
|
|
4375
4377
|
deployHooks: Array<UpdateProjectLinkProjectsResponseDeployHooks$Outbound>;
|
|
4376
4378
|
gitCredentialId?: string | undefined;
|
|
@@ -4405,11 +4407,11 @@ export declare const UpdateProjectLinkProjectsType$outboundSchema: z.ZodNativeEn
|
|
|
4405
4407
|
export declare namespace UpdateProjectLinkProjectsType$ {
|
|
4406
4408
|
/** @deprecated use `UpdateProjectLinkProjectsType$inboundSchema` instead. */
|
|
4407
4409
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4408
|
-
readonly
|
|
4410
|
+
readonly GithubLimited: "github-limited";
|
|
4409
4411
|
}>;
|
|
4410
4412
|
/** @deprecated use `UpdateProjectLinkProjectsType$outboundSchema` instead. */
|
|
4411
4413
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4412
|
-
readonly
|
|
4414
|
+
readonly GithubLimited: "github-limited";
|
|
4413
4415
|
}>;
|
|
4414
4416
|
}
|
|
4415
4417
|
/** @internal */
|
|
@@ -4442,17 +4444,15 @@ export declare function updateProjectLinkProjectsDeployHooksFromJSON(jsonString:
|
|
|
4442
4444
|
export declare const UpdateProjectLink2$inboundSchema: z.ZodType<UpdateProjectLink2, z.ZodTypeDef, unknown>;
|
|
4443
4445
|
/** @internal */
|
|
4444
4446
|
export type UpdateProjectLink2$Outbound = {
|
|
4445
|
-
projectId?: string | undefined;
|
|
4446
|
-
projectName?: string | undefined;
|
|
4447
|
-
projectNameWithNamespace?: string | undefined;
|
|
4448
|
-
projectNamespace?: string | undefined;
|
|
4449
|
-
projectOwnerId?: number | undefined;
|
|
4450
|
-
projectUrl?: string | undefined;
|
|
4451
4447
|
type?: string | undefined;
|
|
4448
|
+
repo?: string | undefined;
|
|
4449
|
+
repoId?: number | undefined;
|
|
4450
|
+
updatedAt?: number | undefined;
|
|
4452
4451
|
createdAt?: number | undefined;
|
|
4452
|
+
org?: string | undefined;
|
|
4453
|
+
repoOwnerId?: number | undefined;
|
|
4453
4454
|
deployHooks: Array<UpdateProjectLinkProjectsDeployHooks$Outbound>;
|
|
4454
4455
|
gitCredentialId?: string | undefined;
|
|
4455
|
-
updatedAt?: number | undefined;
|
|
4456
4456
|
sourceless?: boolean | undefined;
|
|
4457
4457
|
productionBranch?: string | undefined;
|
|
4458
4458
|
};
|
|
@@ -4551,7 +4551,7 @@ export declare function updateProjectLink1FromJSON(jsonString: string): SafePars
|
|
|
4551
4551
|
/** @internal */
|
|
4552
4552
|
export declare const UpdateProjectLink$inboundSchema: z.ZodType<UpdateProjectLink, z.ZodTypeDef, unknown>;
|
|
4553
4553
|
/** @internal */
|
|
4554
|
-
export type UpdateProjectLink$Outbound = UpdateProjectLink1$Outbound | UpdateProjectLink2$Outbound | UpdateProjectLink3$Outbound | UpdateProjectLink4$Outbound;
|
|
4554
|
+
export type UpdateProjectLink$Outbound = UpdateProjectLink1$Outbound | UpdateProjectLink2$Outbound | UpdateProjectLink3$Outbound | UpdateProjectLink4$Outbound | UpdateProjectLink5$Outbound;
|
|
4555
4555
|
/** @internal */
|
|
4556
4556
|
export declare const UpdateProjectLink$outboundSchema: z.ZodType<UpdateProjectLink$Outbound, z.ZodTypeDef, UpdateProjectLink>;
|
|
4557
4557
|
/**
|
|
@@ -5368,6 +5368,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5368
5368
|
connectConfigurationLink?: Array<string> | undefined;
|
|
5369
5369
|
dataCacheNamespace?: Array<string> | undefined;
|
|
5370
5370
|
deployment?: Array<string> | undefined;
|
|
5371
|
+
deploymentBuildLogs?: Array<string> | undefined;
|
|
5371
5372
|
deploymentCheck?: Array<string> | undefined;
|
|
5372
5373
|
deploymentCheckPreview?: Array<string> | undefined;
|
|
5373
5374
|
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
@@ -5418,6 +5419,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5418
5419
|
projectDeploymentExpiration?: Array<string> | undefined;
|
|
5419
5420
|
projectRollingRelease?: Array<string> | undefined;
|
|
5420
5421
|
projectTier?: Array<string> | undefined;
|
|
5422
|
+
projectOIDCToken?: Array<string> | undefined;
|
|
5421
5423
|
seawallConfig?: Array<string> | undefined;
|
|
5422
5424
|
skewProtection?: Array<string> | undefined;
|
|
5423
5425
|
analytics?: Array<string> | undefined;
|
|
@@ -5425,11 +5427,11 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5425
5427
|
webAnalytics?: Array<string> | undefined;
|
|
5426
5428
|
sharedEnvVarConnection?: Array<string> | undefined;
|
|
5427
5429
|
sonar?: Array<string> | undefined;
|
|
5430
|
+
oauth2Connection?: Array<string> | undefined;
|
|
5428
5431
|
user?: Array<string> | undefined;
|
|
5429
5432
|
userConnection?: Array<string> | undefined;
|
|
5430
5433
|
userSudo?: Array<string> | undefined;
|
|
5431
5434
|
webAuthn?: Array<string> | undefined;
|
|
5432
|
-
oauth2Connection?: Array<string> | undefined;
|
|
5433
5435
|
accessGroup?: Array<string> | undefined;
|
|
5434
5436
|
aliasGlobal?: Array<string> | undefined;
|
|
5435
5437
|
analyticsSampling?: Array<string> | undefined;
|
|
@@ -5442,6 +5444,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5442
5444
|
billingInvoiceLanguage?: Array<string> | undefined;
|
|
5443
5445
|
billingPlan?: Array<string> | undefined;
|
|
5444
5446
|
billingPurchaseOrder?: Array<string> | undefined;
|
|
5447
|
+
billingRefund?: Array<string> | undefined;
|
|
5445
5448
|
billingTaxId?: Array<string> | undefined;
|
|
5446
5449
|
blob?: Array<string> | undefined;
|
|
5447
5450
|
budget?: Array<string> | undefined;
|
|
@@ -5451,6 +5454,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5451
5454
|
concurrentBuilds?: Array<string> | undefined;
|
|
5452
5455
|
connect?: Array<string> | undefined;
|
|
5453
5456
|
connectConfiguration?: Array<string> | undefined;
|
|
5457
|
+
defaultDeploymentProtection?: Array<string> | undefined;
|
|
5454
5458
|
domain?: Array<string> | undefined;
|
|
5455
5459
|
domainAcceptDelegation?: Array<string> | undefined;
|
|
5456
5460
|
domainAuthCodes?: Array<string> | undefined;
|
|
@@ -5483,6 +5487,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5483
5487
|
marketplaceInstallationMember?: Array<string> | undefined;
|
|
5484
5488
|
marketplaceBillingData?: Array<string> | undefined;
|
|
5485
5489
|
marketplaceInvoice?: Array<string> | undefined;
|
|
5490
|
+
marketplaceSettings?: Array<string> | undefined;
|
|
5486
5491
|
marketplaceExperimentationItem?: Array<string> | undefined;
|
|
5487
5492
|
marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
|
|
5488
5493
|
jobGlobal?: Array<string> | undefined;
|
|
@@ -5509,8 +5514,10 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5509
5514
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
5510
5515
|
observabilityConfiguration?: Array<string> | undefined;
|
|
5511
5516
|
observabilityNotebook?: Array<string> | undefined;
|
|
5517
|
+
observabilityFunnel?: Array<string> | undefined;
|
|
5512
5518
|
openTelemetryEndpoint?: Array<string> | undefined;
|
|
5513
5519
|
vercelAppInstallation?: Array<string> | undefined;
|
|
5520
|
+
vercelAppInstallationRequest?: Array<string> | undefined;
|
|
5514
5521
|
paymentMethod?: Array<string> | undefined;
|
|
5515
5522
|
permissions?: Array<string> | undefined;
|
|
5516
5523
|
postgres?: Array<string> | undefined;
|
|
@@ -5792,16 +5799,16 @@ export declare const UpdateProjectTrustedIpsProjectsDeploymentType$outboundSchem
|
|
|
5792
5799
|
export declare namespace UpdateProjectTrustedIpsProjectsDeploymentType$ {
|
|
5793
5800
|
/** @deprecated use `UpdateProjectTrustedIpsProjectsDeploymentType$inboundSchema` instead. */
|
|
5794
5801
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5795
|
-
readonly Production: "production";
|
|
5796
5802
|
readonly Preview: "preview";
|
|
5803
|
+
readonly Production: "production";
|
|
5797
5804
|
readonly All: "all";
|
|
5798
5805
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5799
5806
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5800
5807
|
}>;
|
|
5801
5808
|
/** @deprecated use `UpdateProjectTrustedIpsProjectsDeploymentType$outboundSchema` instead. */
|
|
5802
5809
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5803
|
-
readonly Production: "production";
|
|
5804
5810
|
readonly Preview: "preview";
|
|
5811
|
+
readonly Production: "production";
|
|
5805
5812
|
readonly All: "all";
|
|
5806
5813
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5807
5814
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
@@ -5840,16 +5847,16 @@ export declare const UpdateProjectTrustedIpsDeploymentType$outboundSchema: z.Zod
|
|
|
5840
5847
|
export declare namespace UpdateProjectTrustedIpsDeploymentType$ {
|
|
5841
5848
|
/** @deprecated use `UpdateProjectTrustedIpsDeploymentType$inboundSchema` instead. */
|
|
5842
5849
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5843
|
-
readonly Production: "production";
|
|
5844
5850
|
readonly Preview: "preview";
|
|
5851
|
+
readonly Production: "production";
|
|
5845
5852
|
readonly All: "all";
|
|
5846
5853
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5847
5854
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5848
5855
|
}>;
|
|
5849
5856
|
/** @deprecated use `UpdateProjectTrustedIpsDeploymentType$outboundSchema` instead. */
|
|
5850
5857
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5851
|
-
readonly Production: "production";
|
|
5852
5858
|
readonly Preview: "preview";
|
|
5859
|
+
readonly Production: "production";
|
|
5853
5860
|
readonly All: "all";
|
|
5854
5861
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5855
5862
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
@@ -5990,6 +5997,7 @@ export declare const UpdateProjectGitProviderOptions$inboundSchema: z.ZodType<Up
|
|
|
5990
5997
|
/** @internal */
|
|
5991
5998
|
export type UpdateProjectGitProviderOptions$Outbound = {
|
|
5992
5999
|
createDeployments: string;
|
|
6000
|
+
disableRepositoryDispatchEvents?: boolean | undefined;
|
|
5993
6001
|
};
|
|
5994
6002
|
/** @internal */
|
|
5995
6003
|
export declare const UpdateProjectGitProviderOptions$outboundSchema: z.ZodType<UpdateProjectGitProviderOptions$Outbound, z.ZodTypeDef, UpdateProjectGitProviderOptions>;
|
|
@@ -6034,310 +6042,6 @@ export declare namespace UpdateProjectWebAnalytics$ {
|
|
|
6034
6042
|
export declare function updateProjectWebAnalyticsToJSON(updateProjectWebAnalytics: UpdateProjectWebAnalytics): string;
|
|
6035
6043
|
export declare function updateProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<UpdateProjectWebAnalytics, SDKValidationError>;
|
|
6036
6044
|
/** @internal */
|
|
6037
|
-
export declare const UpdateProjectSrc2$inboundSchema: z.ZodType<UpdateProjectSrc2, z.ZodTypeDef, unknown>;
|
|
6038
|
-
/** @internal */
|
|
6039
|
-
export type UpdateProjectSrc2$Outbound = {
|
|
6040
|
-
re?: string | undefined;
|
|
6041
|
-
eq?: string | undefined;
|
|
6042
|
-
neq?: string | undefined;
|
|
6043
|
-
inc?: Array<string> | undefined;
|
|
6044
|
-
ninc?: Array<string> | undefined;
|
|
6045
|
-
pre?: string | undefined;
|
|
6046
|
-
suf?: string | undefined;
|
|
6047
|
-
gt?: number | undefined;
|
|
6048
|
-
gte?: number | undefined;
|
|
6049
|
-
lt?: number | undefined;
|
|
6050
|
-
lte?: number | undefined;
|
|
6051
|
-
};
|
|
6052
|
-
/** @internal */
|
|
6053
|
-
export declare const UpdateProjectSrc2$outboundSchema: z.ZodType<UpdateProjectSrc2$Outbound, z.ZodTypeDef, UpdateProjectSrc2>;
|
|
6054
|
-
/**
|
|
6055
|
-
* @internal
|
|
6056
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6057
|
-
*/
|
|
6058
|
-
export declare namespace UpdateProjectSrc2$ {
|
|
6059
|
-
/** @deprecated use `UpdateProjectSrc2$inboundSchema` instead. */
|
|
6060
|
-
const inboundSchema: z.ZodType<UpdateProjectSrc2, z.ZodTypeDef, unknown>;
|
|
6061
|
-
/** @deprecated use `UpdateProjectSrc2$outboundSchema` instead. */
|
|
6062
|
-
const outboundSchema: z.ZodType<UpdateProjectSrc2$Outbound, z.ZodTypeDef, UpdateProjectSrc2>;
|
|
6063
|
-
/** @deprecated use `UpdateProjectSrc2$Outbound` instead. */
|
|
6064
|
-
type Outbound = UpdateProjectSrc2$Outbound;
|
|
6065
|
-
}
|
|
6066
|
-
export declare function updateProjectSrc2ToJSON(updateProjectSrc2: UpdateProjectSrc2): string;
|
|
6067
|
-
export declare function updateProjectSrc2FromJSON(jsonString: string): SafeParseResult<UpdateProjectSrc2, SDKValidationError>;
|
|
6068
|
-
/** @internal */
|
|
6069
|
-
export declare const UpdateProjectSrc$inboundSchema: z.ZodType<UpdateProjectSrc, z.ZodTypeDef, unknown>;
|
|
6070
|
-
/** @internal */
|
|
6071
|
-
export type UpdateProjectSrc$Outbound = UpdateProjectSrc2$Outbound | string;
|
|
6072
|
-
/** @internal */
|
|
6073
|
-
export declare const UpdateProjectSrc$outboundSchema: z.ZodType<UpdateProjectSrc$Outbound, z.ZodTypeDef, UpdateProjectSrc>;
|
|
6074
|
-
/**
|
|
6075
|
-
* @internal
|
|
6076
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6077
|
-
*/
|
|
6078
|
-
export declare namespace UpdateProjectSrc$ {
|
|
6079
|
-
/** @deprecated use `UpdateProjectSrc$inboundSchema` instead. */
|
|
6080
|
-
const inboundSchema: z.ZodType<UpdateProjectSrc, z.ZodTypeDef, unknown>;
|
|
6081
|
-
/** @deprecated use `UpdateProjectSrc$outboundSchema` instead. */
|
|
6082
|
-
const outboundSchema: z.ZodType<UpdateProjectSrc$Outbound, z.ZodTypeDef, UpdateProjectSrc>;
|
|
6083
|
-
/** @deprecated use `UpdateProjectSrc$Outbound` instead. */
|
|
6084
|
-
type Outbound = UpdateProjectSrc$Outbound;
|
|
6085
|
-
}
|
|
6086
|
-
export declare function updateProjectSrcToJSON(updateProjectSrc: UpdateProjectSrc): string;
|
|
6087
|
-
export declare function updateProjectSrcFromJSON(jsonString: string): SafeParseResult<UpdateProjectSrc, SDKValidationError>;
|
|
6088
|
-
/** @internal */
|
|
6089
|
-
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType>;
|
|
6090
|
-
/** @internal */
|
|
6091
|
-
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType>;
|
|
6092
|
-
/**
|
|
6093
|
-
* @internal
|
|
6094
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6095
|
-
*/
|
|
6096
|
-
export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$ {
|
|
6097
|
-
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema` instead. */
|
|
6098
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
6099
|
-
readonly Path: "path";
|
|
6100
|
-
readonly Host: "host";
|
|
6101
|
-
readonly Method: "method";
|
|
6102
|
-
readonly Header: "header";
|
|
6103
|
-
readonly Cookie: "cookie";
|
|
6104
|
-
readonly Query: "query";
|
|
6105
|
-
readonly IpAddress: "ip_address";
|
|
6106
|
-
readonly Protocol: "protocol";
|
|
6107
|
-
readonly Scheme: "scheme";
|
|
6108
|
-
readonly Environment: "environment";
|
|
6109
|
-
readonly Region: "region";
|
|
6110
|
-
readonly InitialRequestPath: "initial_request_path";
|
|
6111
|
-
}>;
|
|
6112
|
-
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema` instead. */
|
|
6113
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
6114
|
-
readonly Path: "path";
|
|
6115
|
-
readonly Host: "host";
|
|
6116
|
-
readonly Method: "method";
|
|
6117
|
-
readonly Header: "header";
|
|
6118
|
-
readonly Cookie: "cookie";
|
|
6119
|
-
readonly Query: "query";
|
|
6120
|
-
readonly IpAddress: "ip_address";
|
|
6121
|
-
readonly Protocol: "protocol";
|
|
6122
|
-
readonly Scheme: "scheme";
|
|
6123
|
-
readonly Environment: "environment";
|
|
6124
|
-
readonly Region: "region";
|
|
6125
|
-
readonly InitialRequestPath: "initial_request_path";
|
|
6126
|
-
}>;
|
|
6127
|
-
}
|
|
6128
|
-
/** @internal */
|
|
6129
|
-
export declare const UpdateProjectValue2$inboundSchema: z.ZodType<UpdateProjectValue2, z.ZodTypeDef, unknown>;
|
|
6130
|
-
/** @internal */
|
|
6131
|
-
export type UpdateProjectValue2$Outbound = {
|
|
6132
|
-
re?: string | undefined;
|
|
6133
|
-
eq?: string | undefined;
|
|
6134
|
-
neq?: string | undefined;
|
|
6135
|
-
inc?: Array<string> | undefined;
|
|
6136
|
-
ninc?: Array<string> | undefined;
|
|
6137
|
-
pre?: string | undefined;
|
|
6138
|
-
suf?: string | undefined;
|
|
6139
|
-
gt?: number | undefined;
|
|
6140
|
-
gte?: number | undefined;
|
|
6141
|
-
lt?: number | undefined;
|
|
6142
|
-
lte?: number | undefined;
|
|
6143
|
-
};
|
|
6144
|
-
/** @internal */
|
|
6145
|
-
export declare const UpdateProjectValue2$outboundSchema: z.ZodType<UpdateProjectValue2$Outbound, z.ZodTypeDef, UpdateProjectValue2>;
|
|
6146
|
-
/**
|
|
6147
|
-
* @internal
|
|
6148
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6149
|
-
*/
|
|
6150
|
-
export declare namespace UpdateProjectValue2$ {
|
|
6151
|
-
/** @deprecated use `UpdateProjectValue2$inboundSchema` instead. */
|
|
6152
|
-
const inboundSchema: z.ZodType<UpdateProjectValue2, z.ZodTypeDef, unknown>;
|
|
6153
|
-
/** @deprecated use `UpdateProjectValue2$outboundSchema` instead. */
|
|
6154
|
-
const outboundSchema: z.ZodType<UpdateProjectValue2$Outbound, z.ZodTypeDef, UpdateProjectValue2>;
|
|
6155
|
-
/** @deprecated use `UpdateProjectValue2$Outbound` instead. */
|
|
6156
|
-
type Outbound = UpdateProjectValue2$Outbound;
|
|
6157
|
-
}
|
|
6158
|
-
export declare function updateProjectValue2ToJSON(updateProjectValue2: UpdateProjectValue2): string;
|
|
6159
|
-
export declare function updateProjectValue2FromJSON(jsonString: string): SafeParseResult<UpdateProjectValue2, SDKValidationError>;
|
|
6160
|
-
/** @internal */
|
|
6161
|
-
export declare const UpdateProjectValue$inboundSchema: z.ZodType<UpdateProjectValue, z.ZodTypeDef, unknown>;
|
|
6162
|
-
/** @internal */
|
|
6163
|
-
export type UpdateProjectValue$Outbound = UpdateProjectValue2$Outbound | string;
|
|
6164
|
-
/** @internal */
|
|
6165
|
-
export declare const UpdateProjectValue$outboundSchema: z.ZodType<UpdateProjectValue$Outbound, z.ZodTypeDef, UpdateProjectValue>;
|
|
6166
|
-
/**
|
|
6167
|
-
* @internal
|
|
6168
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6169
|
-
*/
|
|
6170
|
-
export declare namespace UpdateProjectValue$ {
|
|
6171
|
-
/** @deprecated use `UpdateProjectValue$inboundSchema` instead. */
|
|
6172
|
-
const inboundSchema: z.ZodType<UpdateProjectValue, z.ZodTypeDef, unknown>;
|
|
6173
|
-
/** @deprecated use `UpdateProjectValue$outboundSchema` instead. */
|
|
6174
|
-
const outboundSchema: z.ZodType<UpdateProjectValue$Outbound, z.ZodTypeDef, UpdateProjectValue>;
|
|
6175
|
-
/** @deprecated use `UpdateProjectValue$Outbound` instead. */
|
|
6176
|
-
type Outbound = UpdateProjectValue$Outbound;
|
|
6177
|
-
}
|
|
6178
|
-
export declare function updateProjectValueToJSON(updateProjectValue: UpdateProjectValue): string;
|
|
6179
|
-
export declare function updateProjectValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectValue, SDKValidationError>;
|
|
6180
|
-
/** @internal */
|
|
6181
|
-
export declare const UpdateProjectHas$inboundSchema: z.ZodType<UpdateProjectHas, z.ZodTypeDef, unknown>;
|
|
6182
|
-
/** @internal */
|
|
6183
|
-
export type UpdateProjectHas$Outbound = {
|
|
6184
|
-
type: string;
|
|
6185
|
-
key?: string | undefined;
|
|
6186
|
-
value?: UpdateProjectValue2$Outbound | string | undefined;
|
|
6187
|
-
};
|
|
6188
|
-
/** @internal */
|
|
6189
|
-
export declare const UpdateProjectHas$outboundSchema: z.ZodType<UpdateProjectHas$Outbound, z.ZodTypeDef, UpdateProjectHas>;
|
|
6190
|
-
/**
|
|
6191
|
-
* @internal
|
|
6192
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6193
|
-
*/
|
|
6194
|
-
export declare namespace UpdateProjectHas$ {
|
|
6195
|
-
/** @deprecated use `UpdateProjectHas$inboundSchema` instead. */
|
|
6196
|
-
const inboundSchema: z.ZodType<UpdateProjectHas, z.ZodTypeDef, unknown>;
|
|
6197
|
-
/** @deprecated use `UpdateProjectHas$outboundSchema` instead. */
|
|
6198
|
-
const outboundSchema: z.ZodType<UpdateProjectHas$Outbound, z.ZodTypeDef, UpdateProjectHas>;
|
|
6199
|
-
/** @deprecated use `UpdateProjectHas$Outbound` instead. */
|
|
6200
|
-
type Outbound = UpdateProjectHas$Outbound;
|
|
6201
|
-
}
|
|
6202
|
-
export declare function updateProjectHasToJSON(updateProjectHas: UpdateProjectHas): string;
|
|
6203
|
-
export declare function updateProjectHasFromJSON(jsonString: string): SafeParseResult<UpdateProjectHas, SDKValidationError>;
|
|
6204
|
-
/** @internal */
|
|
6205
|
-
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
|
|
6206
|
-
/** @internal */
|
|
6207
|
-
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
|
|
6208
|
-
/**
|
|
6209
|
-
* @internal
|
|
6210
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6211
|
-
*/
|
|
6212
|
-
export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$ {
|
|
6213
|
-
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema` instead. */
|
|
6214
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
6215
|
-
readonly Path: "path";
|
|
6216
|
-
readonly Host: "host";
|
|
6217
|
-
readonly Method: "method";
|
|
6218
|
-
readonly Header: "header";
|
|
6219
|
-
readonly Cookie: "cookie";
|
|
6220
|
-
readonly Query: "query";
|
|
6221
|
-
readonly IpAddress: "ip_address";
|
|
6222
|
-
readonly Protocol: "protocol";
|
|
6223
|
-
readonly Scheme: "scheme";
|
|
6224
|
-
readonly Environment: "environment";
|
|
6225
|
-
readonly Region: "region";
|
|
6226
|
-
readonly InitialRequestPath: "initial_request_path";
|
|
6227
|
-
}>;
|
|
6228
|
-
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema` instead. */
|
|
6229
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
6230
|
-
readonly Path: "path";
|
|
6231
|
-
readonly Host: "host";
|
|
6232
|
-
readonly Method: "method";
|
|
6233
|
-
readonly Header: "header";
|
|
6234
|
-
readonly Cookie: "cookie";
|
|
6235
|
-
readonly Query: "query";
|
|
6236
|
-
readonly IpAddress: "ip_address";
|
|
6237
|
-
readonly Protocol: "protocol";
|
|
6238
|
-
readonly Scheme: "scheme";
|
|
6239
|
-
readonly Environment: "environment";
|
|
6240
|
-
readonly Region: "region";
|
|
6241
|
-
readonly InitialRequestPath: "initial_request_path";
|
|
6242
|
-
}>;
|
|
6243
|
-
}
|
|
6244
|
-
/** @internal */
|
|
6245
|
-
export declare const UpdateProjectValueProjects2$inboundSchema: z.ZodType<UpdateProjectValueProjects2, z.ZodTypeDef, unknown>;
|
|
6246
|
-
/** @internal */
|
|
6247
|
-
export type UpdateProjectValueProjects2$Outbound = {
|
|
6248
|
-
re?: string | undefined;
|
|
6249
|
-
eq?: string | undefined;
|
|
6250
|
-
neq?: string | undefined;
|
|
6251
|
-
inc?: Array<string> | undefined;
|
|
6252
|
-
ninc?: Array<string> | undefined;
|
|
6253
|
-
pre?: string | undefined;
|
|
6254
|
-
suf?: string | undefined;
|
|
6255
|
-
gt?: number | undefined;
|
|
6256
|
-
gte?: number | undefined;
|
|
6257
|
-
lt?: number | undefined;
|
|
6258
|
-
lte?: number | undefined;
|
|
6259
|
-
};
|
|
6260
|
-
/** @internal */
|
|
6261
|
-
export declare const UpdateProjectValueProjects2$outboundSchema: z.ZodType<UpdateProjectValueProjects2$Outbound, z.ZodTypeDef, UpdateProjectValueProjects2>;
|
|
6262
|
-
/**
|
|
6263
|
-
* @internal
|
|
6264
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6265
|
-
*/
|
|
6266
|
-
export declare namespace UpdateProjectValueProjects2$ {
|
|
6267
|
-
/** @deprecated use `UpdateProjectValueProjects2$inboundSchema` instead. */
|
|
6268
|
-
const inboundSchema: z.ZodType<UpdateProjectValueProjects2, z.ZodTypeDef, unknown>;
|
|
6269
|
-
/** @deprecated use `UpdateProjectValueProjects2$outboundSchema` instead. */
|
|
6270
|
-
const outboundSchema: z.ZodType<UpdateProjectValueProjects2$Outbound, z.ZodTypeDef, UpdateProjectValueProjects2>;
|
|
6271
|
-
/** @deprecated use `UpdateProjectValueProjects2$Outbound` instead. */
|
|
6272
|
-
type Outbound = UpdateProjectValueProjects2$Outbound;
|
|
6273
|
-
}
|
|
6274
|
-
export declare function updateProjectValueProjects2ToJSON(updateProjectValueProjects2: UpdateProjectValueProjects2): string;
|
|
6275
|
-
export declare function updateProjectValueProjects2FromJSON(jsonString: string): SafeParseResult<UpdateProjectValueProjects2, SDKValidationError>;
|
|
6276
|
-
/** @internal */
|
|
6277
|
-
export declare const UpdateProjectProjectsValue$inboundSchema: z.ZodType<UpdateProjectProjectsValue, z.ZodTypeDef, unknown>;
|
|
6278
|
-
/** @internal */
|
|
6279
|
-
export type UpdateProjectProjectsValue$Outbound = UpdateProjectValueProjects2$Outbound | string;
|
|
6280
|
-
/** @internal */
|
|
6281
|
-
export declare const UpdateProjectProjectsValue$outboundSchema: z.ZodType<UpdateProjectProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectProjectsValue>;
|
|
6282
|
-
/**
|
|
6283
|
-
* @internal
|
|
6284
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6285
|
-
*/
|
|
6286
|
-
export declare namespace UpdateProjectProjectsValue$ {
|
|
6287
|
-
/** @deprecated use `UpdateProjectProjectsValue$inboundSchema` instead. */
|
|
6288
|
-
const inboundSchema: z.ZodType<UpdateProjectProjectsValue, z.ZodTypeDef, unknown>;
|
|
6289
|
-
/** @deprecated use `UpdateProjectProjectsValue$outboundSchema` instead. */
|
|
6290
|
-
const outboundSchema: z.ZodType<UpdateProjectProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectProjectsValue>;
|
|
6291
|
-
/** @deprecated use `UpdateProjectProjectsValue$Outbound` instead. */
|
|
6292
|
-
type Outbound = UpdateProjectProjectsValue$Outbound;
|
|
6293
|
-
}
|
|
6294
|
-
export declare function updateProjectProjectsValueToJSON(updateProjectProjectsValue: UpdateProjectProjectsValue): string;
|
|
6295
|
-
export declare function updateProjectProjectsValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectProjectsValue, SDKValidationError>;
|
|
6296
|
-
/** @internal */
|
|
6297
|
-
export declare const UpdateProjectMissing$inboundSchema: z.ZodType<UpdateProjectMissing, z.ZodTypeDef, unknown>;
|
|
6298
|
-
/** @internal */
|
|
6299
|
-
export type UpdateProjectMissing$Outbound = {
|
|
6300
|
-
type: string;
|
|
6301
|
-
key?: string | undefined;
|
|
6302
|
-
value?: UpdateProjectValueProjects2$Outbound | string | undefined;
|
|
6303
|
-
};
|
|
6304
|
-
/** @internal */
|
|
6305
|
-
export declare const UpdateProjectMissing$outboundSchema: z.ZodType<UpdateProjectMissing$Outbound, z.ZodTypeDef, UpdateProjectMissing>;
|
|
6306
|
-
/**
|
|
6307
|
-
* @internal
|
|
6308
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6309
|
-
*/
|
|
6310
|
-
export declare namespace UpdateProjectMissing$ {
|
|
6311
|
-
/** @deprecated use `UpdateProjectMissing$inboundSchema` instead. */
|
|
6312
|
-
const inboundSchema: z.ZodType<UpdateProjectMissing, z.ZodTypeDef, unknown>;
|
|
6313
|
-
/** @deprecated use `UpdateProjectMissing$outboundSchema` instead. */
|
|
6314
|
-
const outboundSchema: z.ZodType<UpdateProjectMissing$Outbound, z.ZodTypeDef, UpdateProjectMissing>;
|
|
6315
|
-
/** @deprecated use `UpdateProjectMissing$Outbound` instead. */
|
|
6316
|
-
type Outbound = UpdateProjectMissing$Outbound;
|
|
6317
|
-
}
|
|
6318
|
-
export declare function updateProjectMissingToJSON(updateProjectMissing: UpdateProjectMissing): string;
|
|
6319
|
-
export declare function updateProjectMissingFromJSON(jsonString: string): SafeParseResult<UpdateProjectMissing, SDKValidationError>;
|
|
6320
|
-
/** @internal */
|
|
6321
|
-
export declare const UpdateProjectHandle$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHandle>;
|
|
6322
|
-
/** @internal */
|
|
6323
|
-
export declare const UpdateProjectHandle$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHandle>;
|
|
6324
|
-
/**
|
|
6325
|
-
* @internal
|
|
6326
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6327
|
-
*/
|
|
6328
|
-
export declare namespace UpdateProjectHandle$ {
|
|
6329
|
-
/** @deprecated use `UpdateProjectHandle$inboundSchema` instead. */
|
|
6330
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
6331
|
-
readonly Init: "init";
|
|
6332
|
-
readonly Finalize: "finalize";
|
|
6333
|
-
}>;
|
|
6334
|
-
/** @deprecated use `UpdateProjectHandle$outboundSchema` instead. */
|
|
6335
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
6336
|
-
readonly Init: "init";
|
|
6337
|
-
readonly Finalize: "finalize";
|
|
6338
|
-
}>;
|
|
6339
|
-
}
|
|
6340
|
-
/** @internal */
|
|
6341
6045
|
export declare const UpdateProjectAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectAction>;
|
|
6342
6046
|
/** @internal */
|
|
6343
6047
|
export declare const UpdateProjectAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectAction>;
|
|
@@ -6348,141 +6052,15 @@ export declare const UpdateProjectAction$outboundSchema: z.ZodNativeEnum<typeof
|
|
|
6348
6052
|
export declare namespace UpdateProjectAction$ {
|
|
6349
6053
|
/** @deprecated use `UpdateProjectAction$inboundSchema` instead. */
|
|
6350
6054
|
const inboundSchema: z.ZodNativeEnum<{
|
|
6351
|
-
readonly Deny: "deny";
|
|
6352
|
-
readonly Challenge: "challenge";
|
|
6353
6055
|
readonly Log: "log";
|
|
6354
|
-
readonly
|
|
6355
|
-
readonly
|
|
6356
|
-
readonly Redirect: "redirect";
|
|
6056
|
+
readonly Challenge: "challenge";
|
|
6057
|
+
readonly Deny: "deny";
|
|
6357
6058
|
}>;
|
|
6358
6059
|
/** @deprecated use `UpdateProjectAction$outboundSchema` instead. */
|
|
6359
6060
|
const outboundSchema: z.ZodNativeEnum<{
|
|
6360
|
-
readonly Deny: "deny";
|
|
6361
|
-
readonly Challenge: "challenge";
|
|
6362
6061
|
readonly Log: "log";
|
|
6363
|
-
readonly Bypass: "bypass";
|
|
6364
|
-
readonly RateLimit: "rate_limit";
|
|
6365
|
-
readonly Redirect: "redirect";
|
|
6366
|
-
}>;
|
|
6367
|
-
}
|
|
6368
|
-
/** @internal */
|
|
6369
|
-
export declare const UpdateProjectAlgo$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectAlgo>;
|
|
6370
|
-
/** @internal */
|
|
6371
|
-
export declare const UpdateProjectAlgo$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectAlgo>;
|
|
6372
|
-
/**
|
|
6373
|
-
* @internal
|
|
6374
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6375
|
-
*/
|
|
6376
|
-
export declare namespace UpdateProjectAlgo$ {
|
|
6377
|
-
/** @deprecated use `UpdateProjectAlgo$inboundSchema` instead. */
|
|
6378
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
6379
|
-
readonly FixedWindow: "fixed_window";
|
|
6380
|
-
readonly TokenBucket: "token_bucket";
|
|
6381
|
-
}>;
|
|
6382
|
-
/** @deprecated use `UpdateProjectAlgo$outboundSchema` instead. */
|
|
6383
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
6384
|
-
readonly FixedWindow: "fixed_window";
|
|
6385
|
-
readonly TokenBucket: "token_bucket";
|
|
6386
|
-
}>;
|
|
6387
|
-
}
|
|
6388
|
-
/** @internal */
|
|
6389
|
-
export declare const UpdateProjectErl$inboundSchema: z.ZodType<UpdateProjectErl, z.ZodTypeDef, unknown>;
|
|
6390
|
-
/** @internal */
|
|
6391
|
-
export type UpdateProjectErl$Outbound = {
|
|
6392
|
-
algo: string;
|
|
6393
|
-
window: number;
|
|
6394
|
-
limit: number;
|
|
6395
|
-
keys: Array<string>;
|
|
6396
|
-
};
|
|
6397
|
-
/** @internal */
|
|
6398
|
-
export declare const UpdateProjectErl$outboundSchema: z.ZodType<UpdateProjectErl$Outbound, z.ZodTypeDef, UpdateProjectErl>;
|
|
6399
|
-
/**
|
|
6400
|
-
* @internal
|
|
6401
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6402
|
-
*/
|
|
6403
|
-
export declare namespace UpdateProjectErl$ {
|
|
6404
|
-
/** @deprecated use `UpdateProjectErl$inboundSchema` instead. */
|
|
6405
|
-
const inboundSchema: z.ZodType<UpdateProjectErl, z.ZodTypeDef, unknown>;
|
|
6406
|
-
/** @deprecated use `UpdateProjectErl$outboundSchema` instead. */
|
|
6407
|
-
const outboundSchema: z.ZodType<UpdateProjectErl$Outbound, z.ZodTypeDef, UpdateProjectErl>;
|
|
6408
|
-
/** @deprecated use `UpdateProjectErl$Outbound` instead. */
|
|
6409
|
-
type Outbound = UpdateProjectErl$Outbound;
|
|
6410
|
-
}
|
|
6411
|
-
export declare function updateProjectErlToJSON(updateProjectErl: UpdateProjectErl): string;
|
|
6412
|
-
export declare function updateProjectErlFromJSON(jsonString: string): SafeParseResult<UpdateProjectErl, SDKValidationError>;
|
|
6413
|
-
/** @internal */
|
|
6414
|
-
export declare const UpdateProjectMitigate$inboundSchema: z.ZodType<UpdateProjectMitigate, z.ZodTypeDef, unknown>;
|
|
6415
|
-
/** @internal */
|
|
6416
|
-
export type UpdateProjectMitigate$Outbound = {
|
|
6417
|
-
action: string;
|
|
6418
|
-
rule_id: string;
|
|
6419
|
-
ttl?: number | undefined;
|
|
6420
|
-
erl?: UpdateProjectErl$Outbound | undefined;
|
|
6421
|
-
};
|
|
6422
|
-
/** @internal */
|
|
6423
|
-
export declare const UpdateProjectMitigate$outboundSchema: z.ZodType<UpdateProjectMitigate$Outbound, z.ZodTypeDef, UpdateProjectMitigate>;
|
|
6424
|
-
/**
|
|
6425
|
-
* @internal
|
|
6426
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6427
|
-
*/
|
|
6428
|
-
export declare namespace UpdateProjectMitigate$ {
|
|
6429
|
-
/** @deprecated use `UpdateProjectMitigate$inboundSchema` instead. */
|
|
6430
|
-
const inboundSchema: z.ZodType<UpdateProjectMitigate, z.ZodTypeDef, unknown>;
|
|
6431
|
-
/** @deprecated use `UpdateProjectMitigate$outboundSchema` instead. */
|
|
6432
|
-
const outboundSchema: z.ZodType<UpdateProjectMitigate$Outbound, z.ZodTypeDef, UpdateProjectMitigate>;
|
|
6433
|
-
/** @deprecated use `UpdateProjectMitigate$Outbound` instead. */
|
|
6434
|
-
type Outbound = UpdateProjectMitigate$Outbound;
|
|
6435
|
-
}
|
|
6436
|
-
export declare function updateProjectMitigateToJSON(updateProjectMitigate: UpdateProjectMitigate): string;
|
|
6437
|
-
export declare function updateProjectMitigateFromJSON(jsonString: string): SafeParseResult<UpdateProjectMitigate, SDKValidationError>;
|
|
6438
|
-
/** @internal */
|
|
6439
|
-
export declare const UpdateProjectFirewallRoutes$inboundSchema: z.ZodType<UpdateProjectFirewallRoutes, z.ZodTypeDef, unknown>;
|
|
6440
|
-
/** @internal */
|
|
6441
|
-
export type UpdateProjectFirewallRoutes$Outbound = {
|
|
6442
|
-
src?: UpdateProjectSrc2$Outbound | string | undefined;
|
|
6443
|
-
has?: Array<UpdateProjectHas$Outbound> | undefined;
|
|
6444
|
-
missing?: Array<UpdateProjectMissing$Outbound> | undefined;
|
|
6445
|
-
dest?: string | undefined;
|
|
6446
|
-
status?: number | undefined;
|
|
6447
|
-
handle?: string | undefined;
|
|
6448
|
-
mitigate?: UpdateProjectMitigate$Outbound | undefined;
|
|
6449
|
-
};
|
|
6450
|
-
/** @internal */
|
|
6451
|
-
export declare const UpdateProjectFirewallRoutes$outboundSchema: z.ZodType<UpdateProjectFirewallRoutes$Outbound, z.ZodTypeDef, UpdateProjectFirewallRoutes>;
|
|
6452
|
-
/**
|
|
6453
|
-
* @internal
|
|
6454
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6455
|
-
*/
|
|
6456
|
-
export declare namespace UpdateProjectFirewallRoutes$ {
|
|
6457
|
-
/** @deprecated use `UpdateProjectFirewallRoutes$inboundSchema` instead. */
|
|
6458
|
-
const inboundSchema: z.ZodType<UpdateProjectFirewallRoutes, z.ZodTypeDef, unknown>;
|
|
6459
|
-
/** @deprecated use `UpdateProjectFirewallRoutes$outboundSchema` instead. */
|
|
6460
|
-
const outboundSchema: z.ZodType<UpdateProjectFirewallRoutes$Outbound, z.ZodTypeDef, UpdateProjectFirewallRoutes>;
|
|
6461
|
-
/** @deprecated use `UpdateProjectFirewallRoutes$Outbound` instead. */
|
|
6462
|
-
type Outbound = UpdateProjectFirewallRoutes$Outbound;
|
|
6463
|
-
}
|
|
6464
|
-
export declare function updateProjectFirewallRoutesToJSON(updateProjectFirewallRoutes: UpdateProjectFirewallRoutes): string;
|
|
6465
|
-
export declare function updateProjectFirewallRoutesFromJSON(jsonString: string): SafeParseResult<UpdateProjectFirewallRoutes, SDKValidationError>;
|
|
6466
|
-
/** @internal */
|
|
6467
|
-
export declare const UpdateProjectProjectsAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsAction>;
|
|
6468
|
-
/** @internal */
|
|
6469
|
-
export declare const UpdateProjectProjectsAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsAction>;
|
|
6470
|
-
/**
|
|
6471
|
-
* @internal
|
|
6472
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6473
|
-
*/
|
|
6474
|
-
export declare namespace UpdateProjectProjectsAction$ {
|
|
6475
|
-
/** @deprecated use `UpdateProjectProjectsAction$inboundSchema` instead. */
|
|
6476
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
6477
|
-
readonly Deny: "deny";
|
|
6478
6062
|
readonly Challenge: "challenge";
|
|
6479
|
-
readonly Log: "log";
|
|
6480
|
-
}>;
|
|
6481
|
-
/** @deprecated use `UpdateProjectProjectsAction$outboundSchema` instead. */
|
|
6482
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
6483
6063
|
readonly Deny: "deny";
|
|
6484
|
-
readonly Challenge: "challenge";
|
|
6485
|
-
readonly Log: "log";
|
|
6486
6064
|
}>;
|
|
6487
6065
|
}
|
|
6488
6066
|
/** @internal */
|
|
@@ -6509,25 +6087,25 @@ export declare namespace UpdateProjectBotFilter$ {
|
|
|
6509
6087
|
export declare function updateProjectBotFilterToJSON(updateProjectBotFilter: UpdateProjectBotFilter): string;
|
|
6510
6088
|
export declare function updateProjectBotFilterFromJSON(jsonString: string): SafeParseResult<UpdateProjectBotFilter, SDKValidationError>;
|
|
6511
6089
|
/** @internal */
|
|
6512
|
-
export declare const
|
|
6090
|
+
export declare const UpdateProjectProjectsAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsAction>;
|
|
6513
6091
|
/** @internal */
|
|
6514
|
-
export declare const
|
|
6092
|
+
export declare const UpdateProjectProjectsAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsAction>;
|
|
6515
6093
|
/**
|
|
6516
6094
|
* @internal
|
|
6517
6095
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6518
6096
|
*/
|
|
6519
|
-
export declare namespace
|
|
6520
|
-
/** @deprecated use `
|
|
6097
|
+
export declare namespace UpdateProjectProjectsAction$ {
|
|
6098
|
+
/** @deprecated use `UpdateProjectProjectsAction$inboundSchema` instead. */
|
|
6521
6099
|
const inboundSchema: z.ZodNativeEnum<{
|
|
6522
|
-
readonly Deny: "deny";
|
|
6523
|
-
readonly Challenge: "challenge";
|
|
6524
6100
|
readonly Log: "log";
|
|
6101
|
+
readonly Challenge: "challenge";
|
|
6102
|
+
readonly Deny: "deny";
|
|
6525
6103
|
}>;
|
|
6526
|
-
/** @deprecated use `
|
|
6104
|
+
/** @deprecated use `UpdateProjectProjectsAction$outboundSchema` instead. */
|
|
6527
6105
|
const outboundSchema: z.ZodNativeEnum<{
|
|
6528
|
-
readonly Deny: "deny";
|
|
6529
|
-
readonly Challenge: "challenge";
|
|
6530
6106
|
readonly Log: "log";
|
|
6107
|
+
readonly Challenge: "challenge";
|
|
6108
|
+
readonly Deny: "deny";
|
|
6531
6109
|
}>;
|
|
6532
6110
|
}
|
|
6533
6111
|
/** @internal */
|
|
@@ -6554,25 +6132,25 @@ export declare namespace UpdateProjectAiBots$ {
|
|
|
6554
6132
|
export declare function updateProjectAiBotsToJSON(updateProjectAiBots: UpdateProjectAiBots): string;
|
|
6555
6133
|
export declare function updateProjectAiBotsFromJSON(jsonString: string): SafeParseResult<UpdateProjectAiBots, SDKValidationError>;
|
|
6556
6134
|
/** @internal */
|
|
6557
|
-
export declare const
|
|
6135
|
+
export declare const UpdateProjectProjectsResponseAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponseAction>;
|
|
6558
6136
|
/** @internal */
|
|
6559
|
-
export declare const
|
|
6137
|
+
export declare const UpdateProjectProjectsResponseAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponseAction>;
|
|
6560
6138
|
/**
|
|
6561
6139
|
* @internal
|
|
6562
6140
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6563
6141
|
*/
|
|
6564
|
-
export declare namespace
|
|
6565
|
-
/** @deprecated use `
|
|
6142
|
+
export declare namespace UpdateProjectProjectsResponseAction$ {
|
|
6143
|
+
/** @deprecated use `UpdateProjectProjectsResponseAction$inboundSchema` instead. */
|
|
6566
6144
|
const inboundSchema: z.ZodNativeEnum<{
|
|
6567
|
-
readonly Deny: "deny";
|
|
6568
|
-
readonly Challenge: "challenge";
|
|
6569
6145
|
readonly Log: "log";
|
|
6146
|
+
readonly Challenge: "challenge";
|
|
6147
|
+
readonly Deny: "deny";
|
|
6570
6148
|
}>;
|
|
6571
|
-
/** @deprecated use `
|
|
6149
|
+
/** @deprecated use `UpdateProjectProjectsResponseAction$outboundSchema` instead. */
|
|
6572
6150
|
const outboundSchema: z.ZodNativeEnum<{
|
|
6573
|
-
readonly Deny: "deny";
|
|
6574
|
-
readonly Challenge: "challenge";
|
|
6575
6151
|
readonly Log: "log";
|
|
6152
|
+
readonly Challenge: "challenge";
|
|
6153
|
+
readonly Deny: "deny";
|
|
6576
6154
|
}>;
|
|
6577
6155
|
}
|
|
6578
6156
|
/** @internal */
|
|
@@ -6632,7 +6210,6 @@ export type UpdateProjectSecurity$Outbound = {
|
|
|
6632
6210
|
firewallUpdatedAt?: number | undefined;
|
|
6633
6211
|
attackModeActiveUntil?: number | null | undefined;
|
|
6634
6212
|
firewallConfigVersion?: number | undefined;
|
|
6635
|
-
firewallRoutes?: Array<UpdateProjectFirewallRoutes$Outbound> | undefined;
|
|
6636
6213
|
firewallSeawallEnabled?: boolean | undefined;
|
|
6637
6214
|
ja3Enabled?: boolean | undefined;
|
|
6638
6215
|
ja4Enabled?: boolean | undefined;
|
|
@@ -6775,7 +6352,7 @@ export type UpdateProjectResponseBody$Outbound = {
|
|
|
6775
6352
|
id: string;
|
|
6776
6353
|
ipBuckets?: Array<UpdateProjectIpBuckets$Outbound> | undefined;
|
|
6777
6354
|
latestDeployments?: Array<UpdateProjectLatestDeployments$Outbound> | undefined;
|
|
6778
|
-
link?: UpdateProjectLink1$Outbound | UpdateProjectLink2$Outbound | UpdateProjectLink3$Outbound | UpdateProjectLink4$Outbound | undefined;
|
|
6355
|
+
link?: UpdateProjectLink1$Outbound | UpdateProjectLink2$Outbound | UpdateProjectLink3$Outbound | UpdateProjectLink4$Outbound | UpdateProjectLink5$Outbound | undefined;
|
|
6779
6356
|
microfrontends?: UpdateProjectMicrofrontends1$Outbound | UpdateProjectMicrofrontends2$Outbound | undefined;
|
|
6780
6357
|
name: string;
|
|
6781
6358
|
nodeVersion: string;
|
|
@@ -6824,6 +6401,7 @@ export type UpdateProjectResponseBody$Outbound = {
|
|
|
6824
6401
|
oidcTokenConfig?: UpdateProjectProjectsOidcTokenConfig$Outbound | undefined;
|
|
6825
6402
|
tier?: string | undefined;
|
|
6826
6403
|
features?: UpdateProjectFeatures$Outbound | undefined;
|
|
6404
|
+
v0?: boolean | undefined;
|
|
6827
6405
|
};
|
|
6828
6406
|
/** @internal */
|
|
6829
6407
|
export declare const UpdateProjectResponseBody$outboundSchema: z.ZodType<UpdateProjectResponseBody$Outbound, z.ZodTypeDef, UpdateProjectResponseBody>;
|