@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
|
@@ -106,6 +106,7 @@ export declare const CreateProjectFramework: {
|
|
|
106
106
|
readonly Sanity: "sanity";
|
|
107
107
|
readonly Storybook: "storybook";
|
|
108
108
|
readonly Nitro: "nitro";
|
|
109
|
+
readonly Hono: "hono";
|
|
109
110
|
};
|
|
110
111
|
/**
|
|
111
112
|
* The framework that is being used for this project. When `null` is used no framework is selected
|
|
@@ -116,6 +117,7 @@ export type CreateProjectFramework = ClosedEnum<typeof CreateProjectFramework>;
|
|
|
116
117
|
*/
|
|
117
118
|
export declare const CreateProjectProjectsType: {
|
|
118
119
|
readonly Github: "github";
|
|
120
|
+
readonly GithubLimited: "github-limited";
|
|
119
121
|
readonly Gitlab: "gitlab";
|
|
120
122
|
readonly Bitbucket: "bitbucket";
|
|
121
123
|
};
|
|
@@ -314,8 +316,8 @@ export type CreateProjectSpeedInsights = {
|
|
|
314
316
|
paidAt?: number | undefined;
|
|
315
317
|
};
|
|
316
318
|
export declare const CreateProjectEnvId2: {
|
|
317
|
-
readonly Production: "production";
|
|
318
319
|
readonly Preview: "preview";
|
|
320
|
+
readonly Production: "production";
|
|
319
321
|
};
|
|
320
322
|
export type CreateProjectEnvId2 = ClosedEnum<typeof CreateProjectEnvId2>;
|
|
321
323
|
export type CreateProjectEnvId = string | CreateProjectEnvId2;
|
|
@@ -326,6 +328,7 @@ export type CreateProjectAws = {
|
|
|
326
328
|
export type CreateProjectConnectConfigurations = {
|
|
327
329
|
envId: string | CreateProjectEnvId2;
|
|
328
330
|
connectConfigurationId: string;
|
|
331
|
+
dc?: string | undefined;
|
|
329
332
|
passive: boolean;
|
|
330
333
|
buildsEnabled: boolean;
|
|
331
334
|
aws?: CreateProjectAws | undefined;
|
|
@@ -389,10 +392,10 @@ export type CreateProjectTarget1 = ClosedEnum<typeof CreateProjectTarget1>;
|
|
|
389
392
|
export type CreateProjectProjectsTarget = Array<CreateProjectTarget1> | CreateProjectTarget2;
|
|
390
393
|
export declare const CreateProjectProjectsResponseType: {
|
|
391
394
|
readonly System: "system";
|
|
395
|
+
readonly Secret: "secret";
|
|
392
396
|
readonly Encrypted: "encrypted";
|
|
393
397
|
readonly Plain: "plain";
|
|
394
398
|
readonly Sensitive: "sensitive";
|
|
395
|
-
readonly Secret: "secret";
|
|
396
399
|
};
|
|
397
400
|
export type CreateProjectProjectsResponseType = ClosedEnum<typeof CreateProjectProjectsResponseType>;
|
|
398
401
|
export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type: {
|
|
@@ -565,8 +568,8 @@ export type CreateProjectEnv = {
|
|
|
565
568
|
* The type of environment (production, preview, or development)
|
|
566
569
|
*/
|
|
567
570
|
export declare const CreateProjectProjectsResponse200Type: {
|
|
568
|
-
readonly Production: "production";
|
|
569
571
|
readonly Preview: "preview";
|
|
572
|
+
readonly Production: "production";
|
|
570
573
|
readonly Development: "development";
|
|
571
574
|
};
|
|
572
575
|
/**
|
|
@@ -718,6 +721,7 @@ export declare const CreateProjectProjectsFramework: {
|
|
|
718
721
|
readonly Sanity: "sanity";
|
|
719
722
|
readonly Storybook: "storybook";
|
|
720
723
|
readonly Nitro: "nitro";
|
|
724
|
+
readonly Hono: "hono";
|
|
721
725
|
};
|
|
722
726
|
export type CreateProjectProjectsFramework = ClosedEnum<typeof CreateProjectProjectsFramework>;
|
|
723
727
|
export type CreateProjectIpBuckets = {
|
|
@@ -855,18 +859,18 @@ export type CreateProjectLatestDeployments = {
|
|
|
855
859
|
userId: string;
|
|
856
860
|
withCache?: boolean | undefined;
|
|
857
861
|
};
|
|
858
|
-
export declare const
|
|
862
|
+
export declare const CreateProjectLinkProjectsResponse200ApplicationJSONType: {
|
|
859
863
|
readonly GithubCustomHost: "github-custom-host";
|
|
860
864
|
};
|
|
861
|
-
export type
|
|
862
|
-
export type
|
|
865
|
+
export type CreateProjectLinkProjectsResponse200ApplicationJSONType = ClosedEnum<typeof CreateProjectLinkProjectsResponse200ApplicationJSONType>;
|
|
866
|
+
export type CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks = {
|
|
863
867
|
createdAt?: number | undefined;
|
|
864
868
|
id: string;
|
|
865
869
|
name: string;
|
|
866
870
|
ref: string;
|
|
867
871
|
url: string;
|
|
868
872
|
};
|
|
869
|
-
export type
|
|
873
|
+
export type CreateProjectLink5 = {
|
|
870
874
|
org?: string | undefined;
|
|
871
875
|
/**
|
|
872
876
|
* 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.
|
|
@@ -874,52 +878,52 @@ export type CreateProjectLink4 = {
|
|
|
874
878
|
repoOwnerId?: number | undefined;
|
|
875
879
|
repo?: string | undefined;
|
|
876
880
|
repoId?: number | undefined;
|
|
877
|
-
type?:
|
|
881
|
+
type?: CreateProjectLinkProjectsResponse200ApplicationJSONType | undefined;
|
|
878
882
|
host?: string | undefined;
|
|
879
883
|
createdAt?: number | undefined;
|
|
880
|
-
deployHooks: Array<
|
|
884
|
+
deployHooks: Array<CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks>;
|
|
881
885
|
gitCredentialId?: string | undefined;
|
|
882
886
|
updatedAt?: number | undefined;
|
|
883
887
|
sourceless?: boolean | undefined;
|
|
884
888
|
productionBranch?: string | undefined;
|
|
885
889
|
};
|
|
886
|
-
export declare const
|
|
890
|
+
export declare const CreateProjectLinkProjectsResponse200Type: {
|
|
887
891
|
readonly Bitbucket: "bitbucket";
|
|
888
892
|
};
|
|
889
|
-
export type
|
|
890
|
-
export type
|
|
893
|
+
export type CreateProjectLinkProjectsResponse200Type = ClosedEnum<typeof CreateProjectLinkProjectsResponse200Type>;
|
|
894
|
+
export type CreateProjectLinkProjectsResponse200DeployHooks = {
|
|
891
895
|
createdAt?: number | undefined;
|
|
892
896
|
id: string;
|
|
893
897
|
name: string;
|
|
894
898
|
ref: string;
|
|
895
899
|
url: string;
|
|
896
900
|
};
|
|
897
|
-
export type
|
|
901
|
+
export type CreateProjectLink4 = {
|
|
898
902
|
name?: string | undefined;
|
|
899
903
|
slug?: string | undefined;
|
|
900
904
|
owner?: string | undefined;
|
|
901
|
-
type?:
|
|
905
|
+
type?: CreateProjectLinkProjectsResponse200Type | undefined;
|
|
902
906
|
uuid?: string | undefined;
|
|
903
907
|
workspaceUuid?: string | undefined;
|
|
904
908
|
createdAt?: number | undefined;
|
|
905
|
-
deployHooks: Array<
|
|
909
|
+
deployHooks: Array<CreateProjectLinkProjectsResponse200DeployHooks>;
|
|
906
910
|
gitCredentialId?: string | undefined;
|
|
907
911
|
updatedAt?: number | undefined;
|
|
908
912
|
sourceless?: boolean | undefined;
|
|
909
913
|
productionBranch?: string | undefined;
|
|
910
914
|
};
|
|
911
|
-
export declare const
|
|
915
|
+
export declare const CreateProjectLinkProjectsResponseType: {
|
|
912
916
|
readonly Gitlab: "gitlab";
|
|
913
917
|
};
|
|
914
|
-
export type
|
|
915
|
-
export type
|
|
918
|
+
export type CreateProjectLinkProjectsResponseType = ClosedEnum<typeof CreateProjectLinkProjectsResponseType>;
|
|
919
|
+
export type CreateProjectLinkProjectsResponseDeployHooks = {
|
|
916
920
|
createdAt?: number | undefined;
|
|
917
921
|
id: string;
|
|
918
922
|
name: string;
|
|
919
923
|
ref: string;
|
|
920
924
|
url: string;
|
|
921
925
|
};
|
|
922
|
-
export type
|
|
926
|
+
export type CreateProjectLink3 = {
|
|
923
927
|
projectId?: string | undefined;
|
|
924
928
|
projectName?: string | undefined;
|
|
925
929
|
projectNameWithNamespace?: string | undefined;
|
|
@@ -929,14 +933,41 @@ export type CreateProjectLink2 = {
|
|
|
929
933
|
*/
|
|
930
934
|
projectOwnerId?: number | undefined;
|
|
931
935
|
projectUrl?: string | undefined;
|
|
932
|
-
type?:
|
|
936
|
+
type?: CreateProjectLinkProjectsResponseType | undefined;
|
|
933
937
|
createdAt?: number | undefined;
|
|
934
|
-
deployHooks: Array<
|
|
938
|
+
deployHooks: Array<CreateProjectLinkProjectsResponseDeployHooks>;
|
|
935
939
|
gitCredentialId?: string | undefined;
|
|
936
940
|
updatedAt?: number | undefined;
|
|
937
941
|
sourceless?: boolean | undefined;
|
|
938
942
|
productionBranch?: string | undefined;
|
|
939
943
|
};
|
|
944
|
+
export declare const CreateProjectLinkProjectsType: {
|
|
945
|
+
readonly GithubLimited: "github-limited";
|
|
946
|
+
};
|
|
947
|
+
export type CreateProjectLinkProjectsType = ClosedEnum<typeof CreateProjectLinkProjectsType>;
|
|
948
|
+
export type CreateProjectLinkProjectsDeployHooks = {
|
|
949
|
+
createdAt?: number | undefined;
|
|
950
|
+
id: string;
|
|
951
|
+
name: string;
|
|
952
|
+
ref: string;
|
|
953
|
+
url: string;
|
|
954
|
+
};
|
|
955
|
+
export type CreateProjectLink2 = {
|
|
956
|
+
type?: CreateProjectLinkProjectsType | undefined;
|
|
957
|
+
updatedAt?: number | undefined;
|
|
958
|
+
createdAt?: number | undefined;
|
|
959
|
+
repo?: string | undefined;
|
|
960
|
+
sourceless?: boolean | undefined;
|
|
961
|
+
org?: string | undefined;
|
|
962
|
+
/**
|
|
963
|
+
* 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.
|
|
964
|
+
*/
|
|
965
|
+
repoOwnerId?: number | undefined;
|
|
966
|
+
repoId?: number | undefined;
|
|
967
|
+
deployHooks: Array<CreateProjectLinkProjectsDeployHooks>;
|
|
968
|
+
gitCredentialId?: string | undefined;
|
|
969
|
+
productionBranch?: string | undefined;
|
|
970
|
+
};
|
|
940
971
|
export declare const CreateProjectLinkType: {
|
|
941
972
|
readonly Github: "github";
|
|
942
973
|
};
|
|
@@ -964,7 +995,7 @@ export type CreateProjectLink1 = {
|
|
|
964
995
|
sourceless?: boolean | undefined;
|
|
965
996
|
productionBranch?: string | undefined;
|
|
966
997
|
};
|
|
967
|
-
export type CreateProjectLink = CreateProjectLink1 | CreateProjectLink2 | CreateProjectLink3 | CreateProjectLink4;
|
|
998
|
+
export type CreateProjectLink = CreateProjectLink1 | CreateProjectLink2 | CreateProjectLink3 | CreateProjectLink4 | CreateProjectLink5;
|
|
968
999
|
export type CreateProjectMicrofrontends2 = {
|
|
969
1000
|
updatedAt: number;
|
|
970
1001
|
groupIds: Array<any>;
|
|
@@ -1111,8 +1142,8 @@ export type CreateProjectDefaultResourceConfig = {
|
|
|
1111
1142
|
buildMachineType?: CreateProjectProjectsBuildMachineType | undefined;
|
|
1112
1143
|
};
|
|
1113
1144
|
export declare const CreateProjectProjectsDeploymentType: {
|
|
1114
|
-
readonly Preview: "preview";
|
|
1115
1145
|
readonly All: "all";
|
|
1146
|
+
readonly Preview: "preview";
|
|
1116
1147
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1117
1148
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1118
1149
|
};
|
|
@@ -1252,75 +1283,11 @@ export type CreateProjectTargets = {
|
|
|
1252
1283
|
withCache?: boolean | undefined;
|
|
1253
1284
|
};
|
|
1254
1285
|
export type CreateProjectPermissions = {
|
|
1255
|
-
|
|
1256
|
-
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1257
|
-
buildMachine?: Array<ACLAction> | undefined;
|
|
1258
|
-
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1259
|
-
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1260
|
-
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1261
|
-
deployment?: Array<ACLAction> | undefined;
|
|
1262
|
-
deploymentCheck?: Array<ACLAction> | undefined;
|
|
1263
|
-
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1264
|
-
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1265
|
-
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1266
|
-
deploymentV0?: Array<ACLAction> | undefined;
|
|
1267
|
-
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1268
|
-
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1269
|
-
deploymentPromote?: Array<ACLAction> | undefined;
|
|
1270
|
-
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1271
|
-
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1272
|
-
environments?: Array<ACLAction> | undefined;
|
|
1273
|
-
logs?: Array<ACLAction> | undefined;
|
|
1274
|
-
logsPreset?: Array<ACLAction> | undefined;
|
|
1275
|
-
passwordProtection?: Array<ACLAction> | undefined;
|
|
1276
|
-
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1277
|
-
job?: Array<ACLAction> | undefined;
|
|
1278
|
-
observabilityData?: Array<ACLAction> | undefined;
|
|
1279
|
-
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1280
|
-
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1281
|
-
project?: Array<ACLAction> | undefined;
|
|
1282
|
-
projectFromV0?: Array<ACLAction> | undefined;
|
|
1283
|
-
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1284
|
-
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1285
|
-
projectCheck?: Array<ACLAction> | undefined;
|
|
1286
|
-
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1287
|
-
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1288
|
-
projectDomain?: Array<ACLAction> | undefined;
|
|
1289
|
-
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1290
|
-
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1291
|
-
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1292
|
-
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1293
|
-
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1294
|
-
projectFlags?: Array<ACLAction> | undefined;
|
|
1295
|
-
projectId?: Array<ACLAction> | undefined;
|
|
1296
|
-
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1297
|
-
projectLink?: Array<ACLAction> | undefined;
|
|
1298
|
-
projectMember?: Array<ACLAction> | undefined;
|
|
1299
|
-
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1300
|
-
projectPermissions?: Array<ACLAction> | undefined;
|
|
1301
|
-
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1302
|
-
projectTransfer?: Array<ACLAction> | undefined;
|
|
1303
|
-
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1304
|
-
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1305
|
-
projectUsage?: Array<ACLAction> | undefined;
|
|
1306
|
-
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1307
|
-
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1308
|
-
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1309
|
-
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1310
|
-
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1311
|
-
projectTier?: Array<ACLAction> | undefined;
|
|
1312
|
-
seawallConfig?: Array<ACLAction> | undefined;
|
|
1313
|
-
skewProtection?: Array<ACLAction> | undefined;
|
|
1314
|
-
analytics?: Array<ACLAction> | undefined;
|
|
1315
|
-
trustedIps?: Array<ACLAction> | undefined;
|
|
1316
|
-
webAnalytics?: Array<ACLAction> | undefined;
|
|
1317
|
-
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1318
|
-
sonar?: Array<ACLAction> | undefined;
|
|
1286
|
+
oauth2Connection?: Array<ACLAction> | undefined;
|
|
1319
1287
|
user?: Array<ACLAction> | undefined;
|
|
1320
1288
|
userConnection?: Array<ACLAction> | undefined;
|
|
1321
1289
|
userSudo?: Array<ACLAction> | undefined;
|
|
1322
1290
|
webAuthn?: Array<ACLAction> | undefined;
|
|
1323
|
-
oauth2Connection?: Array<ACLAction> | undefined;
|
|
1324
1291
|
accessGroup?: Array<ACLAction> | undefined;
|
|
1325
1292
|
aliasGlobal?: Array<ACLAction> | undefined;
|
|
1326
1293
|
analyticsSampling?: Array<ACLAction> | undefined;
|
|
@@ -1333,6 +1300,7 @@ export type CreateProjectPermissions = {
|
|
|
1333
1300
|
billingInvoiceLanguage?: Array<ACLAction> | undefined;
|
|
1334
1301
|
billingPlan?: Array<ACLAction> | undefined;
|
|
1335
1302
|
billingPurchaseOrder?: Array<ACLAction> | undefined;
|
|
1303
|
+
billingRefund?: Array<ACLAction> | undefined;
|
|
1336
1304
|
billingTaxId?: Array<ACLAction> | undefined;
|
|
1337
1305
|
blob?: Array<ACLAction> | undefined;
|
|
1338
1306
|
budget?: Array<ACLAction> | undefined;
|
|
@@ -1342,6 +1310,7 @@ export type CreateProjectPermissions = {
|
|
|
1342
1310
|
concurrentBuilds?: Array<ACLAction> | undefined;
|
|
1343
1311
|
connect?: Array<ACLAction> | undefined;
|
|
1344
1312
|
connectConfiguration?: Array<ACLAction> | undefined;
|
|
1313
|
+
defaultDeploymentProtection?: Array<ACLAction> | undefined;
|
|
1345
1314
|
domain?: Array<ACLAction> | undefined;
|
|
1346
1315
|
domainAcceptDelegation?: Array<ACLAction> | undefined;
|
|
1347
1316
|
domainAuthCodes?: Array<ACLAction> | undefined;
|
|
@@ -1374,6 +1343,7 @@ export type CreateProjectPermissions = {
|
|
|
1374
1343
|
marketplaceInstallationMember?: Array<ACLAction> | undefined;
|
|
1375
1344
|
marketplaceBillingData?: Array<ACLAction> | undefined;
|
|
1376
1345
|
marketplaceInvoice?: Array<ACLAction> | undefined;
|
|
1346
|
+
marketplaceSettings?: Array<ACLAction> | undefined;
|
|
1377
1347
|
marketplaceExperimentationItem?: Array<ACLAction> | undefined;
|
|
1378
1348
|
marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
|
|
1379
1349
|
jobGlobal?: Array<ACLAction> | undefined;
|
|
@@ -1400,8 +1370,10 @@ export type CreateProjectPermissions = {
|
|
|
1400
1370
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1401
1371
|
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
1402
1372
|
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1373
|
+
observabilityFunnel?: Array<ACLAction> | undefined;
|
|
1403
1374
|
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
1404
1375
|
vercelAppInstallation?: Array<ACLAction> | undefined;
|
|
1376
|
+
vercelAppInstallationRequest?: Array<ACLAction> | undefined;
|
|
1405
1377
|
paymentMethod?: Array<ACLAction> | undefined;
|
|
1406
1378
|
permissions?: Array<ACLAction> | undefined;
|
|
1407
1379
|
postgres?: Array<ACLAction> | undefined;
|
|
@@ -1456,6 +1428,72 @@ export type CreateProjectPermissions = {
|
|
|
1456
1428
|
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1457
1429
|
apiKey?: Array<ACLAction> | undefined;
|
|
1458
1430
|
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1431
|
+
aliasProject?: Array<ACLAction> | undefined;
|
|
1432
|
+
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1433
|
+
buildMachine?: Array<ACLAction> | undefined;
|
|
1434
|
+
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1435
|
+
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1436
|
+
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1437
|
+
deployment?: Array<ACLAction> | undefined;
|
|
1438
|
+
deploymentBuildLogs?: Array<ACLAction> | undefined;
|
|
1439
|
+
deploymentCheck?: Array<ACLAction> | undefined;
|
|
1440
|
+
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1441
|
+
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1442
|
+
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1443
|
+
deploymentV0?: Array<ACLAction> | undefined;
|
|
1444
|
+
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1445
|
+
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1446
|
+
deploymentPromote?: Array<ACLAction> | undefined;
|
|
1447
|
+
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1448
|
+
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1449
|
+
environments?: Array<ACLAction> | undefined;
|
|
1450
|
+
logs?: Array<ACLAction> | undefined;
|
|
1451
|
+
logsPreset?: Array<ACLAction> | undefined;
|
|
1452
|
+
passwordProtection?: Array<ACLAction> | undefined;
|
|
1453
|
+
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1454
|
+
job?: Array<ACLAction> | undefined;
|
|
1455
|
+
observabilityData?: Array<ACLAction> | undefined;
|
|
1456
|
+
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1457
|
+
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1458
|
+
project?: Array<ACLAction> | undefined;
|
|
1459
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1460
|
+
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1461
|
+
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1462
|
+
projectCheck?: Array<ACLAction> | undefined;
|
|
1463
|
+
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1464
|
+
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1465
|
+
projectDomain?: Array<ACLAction> | undefined;
|
|
1466
|
+
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1467
|
+
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1468
|
+
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1469
|
+
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1470
|
+
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1471
|
+
projectFlags?: Array<ACLAction> | undefined;
|
|
1472
|
+
projectId?: Array<ACLAction> | undefined;
|
|
1473
|
+
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1474
|
+
projectLink?: Array<ACLAction> | undefined;
|
|
1475
|
+
projectMember?: Array<ACLAction> | undefined;
|
|
1476
|
+
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1477
|
+
projectPermissions?: Array<ACLAction> | undefined;
|
|
1478
|
+
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1479
|
+
projectTransfer?: Array<ACLAction> | undefined;
|
|
1480
|
+
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1481
|
+
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1482
|
+
projectUsage?: Array<ACLAction> | undefined;
|
|
1483
|
+
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1484
|
+
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1485
|
+
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1486
|
+
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1487
|
+
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1488
|
+
projectTier?: Array<ACLAction> | undefined;
|
|
1489
|
+
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1490
|
+
seawallConfig?: Array<ACLAction> | undefined;
|
|
1491
|
+
skewProtection?: Array<ACLAction> | undefined;
|
|
1492
|
+
analytics?: Array<ACLAction> | undefined;
|
|
1493
|
+
trustedIps?: Array<ACLAction> | undefined;
|
|
1494
|
+
webAnalytics?: Array<ACLAction> | undefined;
|
|
1495
|
+
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1496
|
+
sonar?: Array<ACLAction> | undefined;
|
|
1459
1497
|
};
|
|
1460
1498
|
export type CreateProjectLastRollbackTarget = {};
|
|
1461
1499
|
export declare const CreateProjectJobStatus: {
|
|
@@ -1504,22 +1542,22 @@ export type CreateProjectProtectionBypass1 = {
|
|
|
1504
1542
|
};
|
|
1505
1543
|
export type CreateProjectProtectionBypass = CreateProjectProtectionBypass1 | CreateProjectProtectionBypass2;
|
|
1506
1544
|
export declare const CreateProjectTrustedIpsProjectsDeploymentType: {
|
|
1507
|
-
readonly Production: "production";
|
|
1508
|
-
readonly Preview: "preview";
|
|
1509
1545
|
readonly All: "all";
|
|
1546
|
+
readonly Preview: "preview";
|
|
1510
1547
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1511
1548
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1549
|
+
readonly Production: "production";
|
|
1512
1550
|
};
|
|
1513
1551
|
export type CreateProjectTrustedIpsProjectsDeploymentType = ClosedEnum<typeof CreateProjectTrustedIpsProjectsDeploymentType>;
|
|
1514
1552
|
export type CreateProjectTrustedIps2 = {
|
|
1515
1553
|
deploymentType: CreateProjectTrustedIpsProjectsDeploymentType;
|
|
1516
1554
|
};
|
|
1517
1555
|
export declare const CreateProjectTrustedIpsDeploymentType: {
|
|
1518
|
-
readonly Production: "production";
|
|
1519
|
-
readonly Preview: "preview";
|
|
1520
1556
|
readonly All: "all";
|
|
1557
|
+
readonly Preview: "preview";
|
|
1521
1558
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1522
1559
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1560
|
+
readonly Production: "production";
|
|
1523
1561
|
};
|
|
1524
1562
|
export type CreateProjectTrustedIpsDeploymentType = ClosedEnum<typeof CreateProjectTrustedIpsDeploymentType>;
|
|
1525
1563
|
export type TrustedIpsAddresses = {
|
|
@@ -1563,6 +1601,10 @@ export type CreateProjectGitProviderOptions = {
|
|
|
1563
1601
|
* 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
|
|
1564
1602
|
*/
|
|
1565
1603
|
createDeployments: CreateProjectCreateDeployments;
|
|
1604
|
+
/**
|
|
1605
|
+
* 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
|
|
1606
|
+
*/
|
|
1607
|
+
disableRepositoryDispatchEvents?: boolean | undefined;
|
|
1566
1608
|
};
|
|
1567
1609
|
export type CreateProjectWebAnalytics = {
|
|
1568
1610
|
id: string;
|
|
@@ -1571,157 +1613,35 @@ export type CreateProjectWebAnalytics = {
|
|
|
1571
1613
|
enabledAt?: number | undefined;
|
|
1572
1614
|
hasData?: boolean | undefined;
|
|
1573
1615
|
};
|
|
1574
|
-
export type CreateProjectSrc2 = {
|
|
1575
|
-
re?: string | undefined;
|
|
1576
|
-
eq?: string | undefined;
|
|
1577
|
-
neq?: string | undefined;
|
|
1578
|
-
inc?: Array<string> | undefined;
|
|
1579
|
-
ninc?: Array<string> | undefined;
|
|
1580
|
-
pre?: string | undefined;
|
|
1581
|
-
suf?: string | undefined;
|
|
1582
|
-
gt?: number | undefined;
|
|
1583
|
-
gte?: number | undefined;
|
|
1584
|
-
lt?: number | undefined;
|
|
1585
|
-
lte?: number | undefined;
|
|
1586
|
-
};
|
|
1587
|
-
export type CreateProjectSrc = CreateProjectSrc2 | string;
|
|
1588
|
-
export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType: {
|
|
1589
|
-
readonly Path: "path";
|
|
1590
|
-
readonly Host: "host";
|
|
1591
|
-
readonly Method: "method";
|
|
1592
|
-
readonly Header: "header";
|
|
1593
|
-
readonly Cookie: "cookie";
|
|
1594
|
-
readonly Query: "query";
|
|
1595
|
-
readonly IpAddress: "ip_address";
|
|
1596
|
-
readonly Protocol: "protocol";
|
|
1597
|
-
readonly Scheme: "scheme";
|
|
1598
|
-
readonly Environment: "environment";
|
|
1599
|
-
readonly Region: "region";
|
|
1600
|
-
readonly InitialRequestPath: "initial_request_path";
|
|
1601
|
-
};
|
|
1602
|
-
export type CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType = ClosedEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType>;
|
|
1603
|
-
export type CreateProjectValue2 = {
|
|
1604
|
-
re?: string | undefined;
|
|
1605
|
-
eq?: string | undefined;
|
|
1606
|
-
neq?: string | undefined;
|
|
1607
|
-
inc?: Array<string> | undefined;
|
|
1608
|
-
ninc?: Array<string> | undefined;
|
|
1609
|
-
pre?: string | undefined;
|
|
1610
|
-
suf?: string | undefined;
|
|
1611
|
-
gt?: number | undefined;
|
|
1612
|
-
gte?: number | undefined;
|
|
1613
|
-
lt?: number | undefined;
|
|
1614
|
-
lte?: number | undefined;
|
|
1615
|
-
};
|
|
1616
|
-
export type CreateProjectValue = CreateProjectValue2 | string;
|
|
1617
|
-
export type CreateProjectHas = {
|
|
1618
|
-
type: CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType;
|
|
1619
|
-
key?: string | undefined;
|
|
1620
|
-
value?: CreateProjectValue2 | string | undefined;
|
|
1621
|
-
};
|
|
1622
|
-
export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType: {
|
|
1623
|
-
readonly Path: "path";
|
|
1624
|
-
readonly Host: "host";
|
|
1625
|
-
readonly Method: "method";
|
|
1626
|
-
readonly Header: "header";
|
|
1627
|
-
readonly Cookie: "cookie";
|
|
1628
|
-
readonly Query: "query";
|
|
1629
|
-
readonly IpAddress: "ip_address";
|
|
1630
|
-
readonly Protocol: "protocol";
|
|
1631
|
-
readonly Scheme: "scheme";
|
|
1632
|
-
readonly Environment: "environment";
|
|
1633
|
-
readonly Region: "region";
|
|
1634
|
-
readonly InitialRequestPath: "initial_request_path";
|
|
1635
|
-
};
|
|
1636
|
-
export type CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType = ClosedEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
|
|
1637
|
-
export type CreateProjectValueProjects2 = {
|
|
1638
|
-
re?: string | undefined;
|
|
1639
|
-
eq?: string | undefined;
|
|
1640
|
-
neq?: string | undefined;
|
|
1641
|
-
inc?: Array<string> | undefined;
|
|
1642
|
-
ninc?: Array<string> | undefined;
|
|
1643
|
-
pre?: string | undefined;
|
|
1644
|
-
suf?: string | undefined;
|
|
1645
|
-
gt?: number | undefined;
|
|
1646
|
-
gte?: number | undefined;
|
|
1647
|
-
lt?: number | undefined;
|
|
1648
|
-
lte?: number | undefined;
|
|
1649
|
-
};
|
|
1650
|
-
export type CreateProjectProjectsValue = CreateProjectValueProjects2 | string;
|
|
1651
|
-
export type CreateProjectMissing = {
|
|
1652
|
-
type: CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType;
|
|
1653
|
-
key?: string | undefined;
|
|
1654
|
-
value?: CreateProjectValueProjects2 | string | undefined;
|
|
1655
|
-
};
|
|
1656
|
-
export declare const CreateProjectHandle: {
|
|
1657
|
-
readonly Init: "init";
|
|
1658
|
-
readonly Finalize: "finalize";
|
|
1659
|
-
};
|
|
1660
|
-
export type CreateProjectHandle = ClosedEnum<typeof CreateProjectHandle>;
|
|
1661
1616
|
export declare const CreateProjectAction: {
|
|
1662
|
-
readonly Deny: "deny";
|
|
1663
|
-
readonly Challenge: "challenge";
|
|
1664
1617
|
readonly Log: "log";
|
|
1665
|
-
readonly
|
|
1666
|
-
readonly
|
|
1667
|
-
readonly Redirect: "redirect";
|
|
1618
|
+
readonly Challenge: "challenge";
|
|
1619
|
+
readonly Deny: "deny";
|
|
1668
1620
|
};
|
|
1669
1621
|
export type CreateProjectAction = ClosedEnum<typeof CreateProjectAction>;
|
|
1670
|
-
export
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
};
|
|
1674
|
-
export type CreateProjectAlgo = ClosedEnum<typeof CreateProjectAlgo>;
|
|
1675
|
-
export type CreateProjectErl = {
|
|
1676
|
-
algo: CreateProjectAlgo;
|
|
1677
|
-
window: number;
|
|
1678
|
-
limit: number;
|
|
1679
|
-
keys: Array<string>;
|
|
1680
|
-
};
|
|
1681
|
-
export type CreateProjectMitigate = {
|
|
1682
|
-
action: CreateProjectAction;
|
|
1683
|
-
ruleId: string;
|
|
1684
|
-
ttl?: number | undefined;
|
|
1685
|
-
erl?: CreateProjectErl | undefined;
|
|
1686
|
-
};
|
|
1687
|
-
export type CreateProjectFirewallRoutes = {
|
|
1688
|
-
src?: CreateProjectSrc2 | string | undefined;
|
|
1689
|
-
has?: Array<CreateProjectHas> | undefined;
|
|
1690
|
-
missing?: Array<CreateProjectMissing> | undefined;
|
|
1691
|
-
dest?: string | undefined;
|
|
1692
|
-
status?: number | undefined;
|
|
1693
|
-
handle?: CreateProjectHandle | undefined;
|
|
1694
|
-
mitigate?: CreateProjectMitigate | undefined;
|
|
1622
|
+
export type CreateProjectBotFilter = {
|
|
1623
|
+
active: boolean;
|
|
1624
|
+
action?: CreateProjectAction | undefined;
|
|
1695
1625
|
};
|
|
1696
1626
|
export declare const CreateProjectProjectsAction: {
|
|
1697
|
-
readonly Deny: "deny";
|
|
1698
|
-
readonly Challenge: "challenge";
|
|
1699
1627
|
readonly Log: "log";
|
|
1628
|
+
readonly Challenge: "challenge";
|
|
1629
|
+
readonly Deny: "deny";
|
|
1700
1630
|
};
|
|
1701
1631
|
export type CreateProjectProjectsAction = ClosedEnum<typeof CreateProjectProjectsAction>;
|
|
1702
|
-
export type
|
|
1632
|
+
export type CreateProjectAiBots = {
|
|
1703
1633
|
active: boolean;
|
|
1704
1634
|
action?: CreateProjectProjectsAction | undefined;
|
|
1705
1635
|
};
|
|
1706
1636
|
export declare const CreateProjectProjectsResponseAction: {
|
|
1707
|
-
readonly Deny: "deny";
|
|
1708
|
-
readonly Challenge: "challenge";
|
|
1709
1637
|
readonly Log: "log";
|
|
1710
|
-
};
|
|
1711
|
-
export type CreateProjectProjectsResponseAction = ClosedEnum<typeof CreateProjectProjectsResponseAction>;
|
|
1712
|
-
export type CreateProjectAiBots = {
|
|
1713
|
-
active: boolean;
|
|
1714
|
-
action?: CreateProjectProjectsResponseAction | undefined;
|
|
1715
|
-
};
|
|
1716
|
-
export declare const CreateProjectProjectsResponse200Action: {
|
|
1717
|
-
readonly Deny: "deny";
|
|
1718
1638
|
readonly Challenge: "challenge";
|
|
1719
|
-
readonly
|
|
1639
|
+
readonly Deny: "deny";
|
|
1720
1640
|
};
|
|
1721
|
-
export type
|
|
1641
|
+
export type CreateProjectProjectsResponseAction = ClosedEnum<typeof CreateProjectProjectsResponseAction>;
|
|
1722
1642
|
export type CreateProjectOwasp = {
|
|
1723
1643
|
active: boolean;
|
|
1724
|
-
action?:
|
|
1644
|
+
action?: CreateProjectProjectsResponseAction | undefined;
|
|
1725
1645
|
};
|
|
1726
1646
|
export type CreateProjectManagedRules = {
|
|
1727
1647
|
botFilter: CreateProjectBotFilter;
|
|
@@ -1735,7 +1655,6 @@ export type CreateProjectSecurity = {
|
|
|
1735
1655
|
firewallUpdatedAt?: number | undefined;
|
|
1736
1656
|
attackModeActiveUntil?: number | null | undefined;
|
|
1737
1657
|
firewallConfigVersion?: number | undefined;
|
|
1738
|
-
firewallRoutes?: Array<CreateProjectFirewallRoutes> | undefined;
|
|
1739
1658
|
firewallSeawallEnabled?: boolean | undefined;
|
|
1740
1659
|
ja3Enabled?: boolean | undefined;
|
|
1741
1660
|
ja4Enabled?: boolean | undefined;
|
|
@@ -1805,7 +1724,7 @@ export type CreateProjectResponseBody = {
|
|
|
1805
1724
|
id: string;
|
|
1806
1725
|
ipBuckets?: Array<CreateProjectIpBuckets> | undefined;
|
|
1807
1726
|
latestDeployments?: Array<CreateProjectLatestDeployments> | undefined;
|
|
1808
|
-
link?: CreateProjectLink1 | CreateProjectLink2 | CreateProjectLink3 | CreateProjectLink4 | undefined;
|
|
1727
|
+
link?: CreateProjectLink1 | CreateProjectLink2 | CreateProjectLink3 | CreateProjectLink4 | CreateProjectLink5 | undefined;
|
|
1809
1728
|
microfrontends?: CreateProjectMicrofrontends1 | CreateProjectMicrofrontends2 | undefined;
|
|
1810
1729
|
name: string;
|
|
1811
1730
|
nodeVersion: CreateProjectNodeVersion;
|
|
@@ -1860,6 +1779,7 @@ export type CreateProjectResponseBody = {
|
|
|
1860
1779
|
oidcTokenConfig?: CreateProjectOidcTokenConfig | undefined;
|
|
1861
1780
|
tier?: CreateProjectTier | undefined;
|
|
1862
1781
|
features?: CreateProjectFeatures | undefined;
|
|
1782
|
+
v0?: boolean | undefined;
|
|
1863
1783
|
};
|
|
1864
1784
|
/** @internal */
|
|
1865
1785
|
export declare const Target2$inboundSchema: z.ZodNativeEnum<typeof Target2>;
|
|
@@ -2035,6 +1955,7 @@ export declare namespace CreateProjectFramework$ {
|
|
|
2035
1955
|
readonly Sanity: "sanity";
|
|
2036
1956
|
readonly Storybook: "storybook";
|
|
2037
1957
|
readonly Nitro: "nitro";
|
|
1958
|
+
readonly Hono: "hono";
|
|
2038
1959
|
}>;
|
|
2039
1960
|
/** @deprecated use `CreateProjectFramework$outboundSchema` instead. */
|
|
2040
1961
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -2085,6 +2006,7 @@ export declare namespace CreateProjectFramework$ {
|
|
|
2085
2006
|
readonly Sanity: "sanity";
|
|
2086
2007
|
readonly Storybook: "storybook";
|
|
2087
2008
|
readonly Nitro: "nitro";
|
|
2009
|
+
readonly Hono: "hono";
|
|
2088
2010
|
}>;
|
|
2089
2011
|
}
|
|
2090
2012
|
/** @internal */
|
|
@@ -2099,12 +2021,14 @@ export declare namespace CreateProjectProjectsType$ {
|
|
|
2099
2021
|
/** @deprecated use `CreateProjectProjectsType$inboundSchema` instead. */
|
|
2100
2022
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2101
2023
|
readonly Github: "github";
|
|
2024
|
+
readonly GithubLimited: "github-limited";
|
|
2102
2025
|
readonly Gitlab: "gitlab";
|
|
2103
2026
|
readonly Bitbucket: "bitbucket";
|
|
2104
2027
|
}>;
|
|
2105
2028
|
/** @deprecated use `CreateProjectProjectsType$outboundSchema` instead. */
|
|
2106
2029
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2107
2030
|
readonly Github: "github";
|
|
2031
|
+
readonly GithubLimited: "github-limited";
|
|
2108
2032
|
readonly Gitlab: "gitlab";
|
|
2109
2033
|
readonly Bitbucket: "bitbucket";
|
|
2110
2034
|
}>;
|
|
@@ -2422,13 +2346,13 @@ export declare const CreateProjectEnvId2$outboundSchema: z.ZodNativeEnum<typeof
|
|
|
2422
2346
|
export declare namespace CreateProjectEnvId2$ {
|
|
2423
2347
|
/** @deprecated use `CreateProjectEnvId2$inboundSchema` instead. */
|
|
2424
2348
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2425
|
-
readonly Production: "production";
|
|
2426
2349
|
readonly Preview: "preview";
|
|
2350
|
+
readonly Production: "production";
|
|
2427
2351
|
}>;
|
|
2428
2352
|
/** @deprecated use `CreateProjectEnvId2$outboundSchema` instead. */
|
|
2429
2353
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2430
|
-
readonly Production: "production";
|
|
2431
2354
|
readonly Preview: "preview";
|
|
2355
|
+
readonly Production: "production";
|
|
2432
2356
|
}>;
|
|
2433
2357
|
}
|
|
2434
2358
|
/** @internal */
|
|
@@ -2480,6 +2404,7 @@ export declare const CreateProjectConnectConfigurations$inboundSchema: z.ZodType
|
|
|
2480
2404
|
export type CreateProjectConnectConfigurations$Outbound = {
|
|
2481
2405
|
envId: string | string;
|
|
2482
2406
|
connectConfigurationId: string;
|
|
2407
|
+
dc?: string | undefined;
|
|
2483
2408
|
passive: boolean;
|
|
2484
2409
|
buildsEnabled: boolean;
|
|
2485
2410
|
aws?: CreateProjectAws$Outbound | undefined;
|
|
@@ -2678,18 +2603,18 @@ export declare namespace CreateProjectProjectsResponseType$ {
|
|
|
2678
2603
|
/** @deprecated use `CreateProjectProjectsResponseType$inboundSchema` instead. */
|
|
2679
2604
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2680
2605
|
readonly System: "system";
|
|
2606
|
+
readonly Secret: "secret";
|
|
2681
2607
|
readonly Encrypted: "encrypted";
|
|
2682
2608
|
readonly Plain: "plain";
|
|
2683
2609
|
readonly Sensitive: "sensitive";
|
|
2684
|
-
readonly Secret: "secret";
|
|
2685
2610
|
}>;
|
|
2686
2611
|
/** @deprecated use `CreateProjectProjectsResponseType$outboundSchema` instead. */
|
|
2687
2612
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2688
2613
|
readonly System: "system";
|
|
2614
|
+
readonly Secret: "secret";
|
|
2689
2615
|
readonly Encrypted: "encrypted";
|
|
2690
2616
|
readonly Plain: "plain";
|
|
2691
2617
|
readonly Sensitive: "sensitive";
|
|
2692
|
-
readonly Secret: "secret";
|
|
2693
2618
|
}>;
|
|
2694
2619
|
}
|
|
2695
2620
|
/** @internal */
|
|
@@ -3423,14 +3348,14 @@ export declare const CreateProjectProjectsResponse200Type$outboundSchema: z.ZodN
|
|
|
3423
3348
|
export declare namespace CreateProjectProjectsResponse200Type$ {
|
|
3424
3349
|
/** @deprecated use `CreateProjectProjectsResponse200Type$inboundSchema` instead. */
|
|
3425
3350
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3426
|
-
readonly Production: "production";
|
|
3427
3351
|
readonly Preview: "preview";
|
|
3352
|
+
readonly Production: "production";
|
|
3428
3353
|
readonly Development: "development";
|
|
3429
3354
|
}>;
|
|
3430
3355
|
/** @deprecated use `CreateProjectProjectsResponse200Type$outboundSchema` instead. */
|
|
3431
3356
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3432
|
-
readonly Production: "production";
|
|
3433
3357
|
readonly Preview: "preview";
|
|
3358
|
+
readonly Production: "production";
|
|
3434
3359
|
readonly Development: "development";
|
|
3435
3360
|
}>;
|
|
3436
3361
|
}
|
|
@@ -3624,6 +3549,7 @@ export declare namespace CreateProjectProjectsFramework$ {
|
|
|
3624
3549
|
readonly Sanity: "sanity";
|
|
3625
3550
|
readonly Storybook: "storybook";
|
|
3626
3551
|
readonly Nitro: "nitro";
|
|
3552
|
+
readonly Hono: "hono";
|
|
3627
3553
|
}>;
|
|
3628
3554
|
/** @deprecated use `CreateProjectProjectsFramework$outboundSchema` instead. */
|
|
3629
3555
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -3674,6 +3600,7 @@ export declare namespace CreateProjectProjectsFramework$ {
|
|
|
3674
3600
|
readonly Sanity: "sanity";
|
|
3675
3601
|
readonly Storybook: "storybook";
|
|
3676
3602
|
readonly Nitro: "nitro";
|
|
3603
|
+
readonly Hono: "hono";
|
|
3677
3604
|
}>;
|
|
3678
3605
|
}
|
|
3679
3606
|
/** @internal */
|
|
@@ -4063,27 +3990,27 @@ export declare namespace CreateProjectLatestDeployments$ {
|
|
|
4063
3990
|
export declare function createProjectLatestDeploymentsToJSON(createProjectLatestDeployments: CreateProjectLatestDeployments): string;
|
|
4064
3991
|
export declare function createProjectLatestDeploymentsFromJSON(jsonString: string): SafeParseResult<CreateProjectLatestDeployments, SDKValidationError>;
|
|
4065
3992
|
/** @internal */
|
|
4066
|
-
export declare const
|
|
3993
|
+
export declare const CreateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponse200ApplicationJSONType>;
|
|
4067
3994
|
/** @internal */
|
|
4068
|
-
export declare const
|
|
3995
|
+
export declare const CreateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponse200ApplicationJSONType>;
|
|
4069
3996
|
/**
|
|
4070
3997
|
* @internal
|
|
4071
3998
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4072
3999
|
*/
|
|
4073
|
-
export declare namespace
|
|
4074
|
-
/** @deprecated use `
|
|
4000
|
+
export declare namespace CreateProjectLinkProjectsResponse200ApplicationJSONType$ {
|
|
4001
|
+
/** @deprecated use `CreateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
4075
4002
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4076
4003
|
readonly GithubCustomHost: "github-custom-host";
|
|
4077
4004
|
}>;
|
|
4078
|
-
/** @deprecated use `
|
|
4005
|
+
/** @deprecated use `CreateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
4079
4006
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4080
4007
|
readonly GithubCustomHost: "github-custom-host";
|
|
4081
4008
|
}>;
|
|
4082
4009
|
}
|
|
4083
4010
|
/** @internal */
|
|
4084
|
-
export declare const
|
|
4011
|
+
export declare const CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema: z.ZodType<CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks, z.ZodTypeDef, unknown>;
|
|
4085
4012
|
/** @internal */
|
|
4086
|
-
export type
|
|
4013
|
+
export type CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound = {
|
|
4087
4014
|
createdAt?: number | undefined;
|
|
4088
4015
|
id: string;
|
|
4089
4016
|
name: string;
|
|
@@ -4091,25 +4018,25 @@ export type CreateProjectLinkProjectsResponse200DeployHooks$Outbound = {
|
|
|
4091
4018
|
url: string;
|
|
4092
4019
|
};
|
|
4093
4020
|
/** @internal */
|
|
4094
|
-
export declare const
|
|
4021
|
+
export declare const CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema: z.ZodType<CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound, z.ZodTypeDef, CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks>;
|
|
4095
4022
|
/**
|
|
4096
4023
|
* @internal
|
|
4097
4024
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4098
4025
|
*/
|
|
4099
|
-
export declare namespace
|
|
4100
|
-
/** @deprecated use `
|
|
4101
|
-
const inboundSchema: z.ZodType<
|
|
4102
|
-
/** @deprecated use `
|
|
4103
|
-
const outboundSchema: z.ZodType<
|
|
4104
|
-
/** @deprecated use `
|
|
4105
|
-
type Outbound =
|
|
4026
|
+
export declare namespace CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$ {
|
|
4027
|
+
/** @deprecated use `CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema` instead. */
|
|
4028
|
+
const inboundSchema: z.ZodType<CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks, z.ZodTypeDef, unknown>;
|
|
4029
|
+
/** @deprecated use `CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema` instead. */
|
|
4030
|
+
const outboundSchema: z.ZodType<CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound, z.ZodTypeDef, CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks>;
|
|
4031
|
+
/** @deprecated use `CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound` instead. */
|
|
4032
|
+
type Outbound = CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound;
|
|
4106
4033
|
}
|
|
4107
|
-
export declare function
|
|
4108
|
-
export declare function
|
|
4034
|
+
export declare function createProjectLinkProjectsResponse200ApplicationJSONDeployHooksToJSON(createProjectLinkProjectsResponse200ApplicationJSONDeployHooks: CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks): string;
|
|
4035
|
+
export declare function createProjectLinkProjectsResponse200ApplicationJSONDeployHooksFromJSON(jsonString: string): SafeParseResult<CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks, SDKValidationError>;
|
|
4109
4036
|
/** @internal */
|
|
4110
|
-
export declare const
|
|
4037
|
+
export declare const CreateProjectLink5$inboundSchema: z.ZodType<CreateProjectLink5, z.ZodTypeDef, unknown>;
|
|
4111
4038
|
/** @internal */
|
|
4112
|
-
export type
|
|
4039
|
+
export type CreateProjectLink5$Outbound = {
|
|
4113
4040
|
org?: string | undefined;
|
|
4114
4041
|
repoOwnerId?: number | undefined;
|
|
4115
4042
|
repo?: string | undefined;
|
|
@@ -4117,6 +4044,83 @@ export type CreateProjectLink4$Outbound = {
|
|
|
4117
4044
|
type?: string | undefined;
|
|
4118
4045
|
host?: string | undefined;
|
|
4119
4046
|
createdAt?: number | undefined;
|
|
4047
|
+
deployHooks: Array<CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound>;
|
|
4048
|
+
gitCredentialId?: string | undefined;
|
|
4049
|
+
updatedAt?: number | undefined;
|
|
4050
|
+
sourceless?: boolean | undefined;
|
|
4051
|
+
productionBranch?: string | undefined;
|
|
4052
|
+
};
|
|
4053
|
+
/** @internal */
|
|
4054
|
+
export declare const CreateProjectLink5$outboundSchema: z.ZodType<CreateProjectLink5$Outbound, z.ZodTypeDef, CreateProjectLink5>;
|
|
4055
|
+
/**
|
|
4056
|
+
* @internal
|
|
4057
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4058
|
+
*/
|
|
4059
|
+
export declare namespace CreateProjectLink5$ {
|
|
4060
|
+
/** @deprecated use `CreateProjectLink5$inboundSchema` instead. */
|
|
4061
|
+
const inboundSchema: z.ZodType<CreateProjectLink5, z.ZodTypeDef, unknown>;
|
|
4062
|
+
/** @deprecated use `CreateProjectLink5$outboundSchema` instead. */
|
|
4063
|
+
const outboundSchema: z.ZodType<CreateProjectLink5$Outbound, z.ZodTypeDef, CreateProjectLink5>;
|
|
4064
|
+
/** @deprecated use `CreateProjectLink5$Outbound` instead. */
|
|
4065
|
+
type Outbound = CreateProjectLink5$Outbound;
|
|
4066
|
+
}
|
|
4067
|
+
export declare function createProjectLink5ToJSON(createProjectLink5: CreateProjectLink5): string;
|
|
4068
|
+
export declare function createProjectLink5FromJSON(jsonString: string): SafeParseResult<CreateProjectLink5, SDKValidationError>;
|
|
4069
|
+
/** @internal */
|
|
4070
|
+
export declare const CreateProjectLinkProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponse200Type>;
|
|
4071
|
+
/** @internal */
|
|
4072
|
+
export declare const CreateProjectLinkProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponse200Type>;
|
|
4073
|
+
/**
|
|
4074
|
+
* @internal
|
|
4075
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4076
|
+
*/
|
|
4077
|
+
export declare namespace CreateProjectLinkProjectsResponse200Type$ {
|
|
4078
|
+
/** @deprecated use `CreateProjectLinkProjectsResponse200Type$inboundSchema` instead. */
|
|
4079
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4080
|
+
readonly Bitbucket: "bitbucket";
|
|
4081
|
+
}>;
|
|
4082
|
+
/** @deprecated use `CreateProjectLinkProjectsResponse200Type$outboundSchema` instead. */
|
|
4083
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4084
|
+
readonly Bitbucket: "bitbucket";
|
|
4085
|
+
}>;
|
|
4086
|
+
}
|
|
4087
|
+
/** @internal */
|
|
4088
|
+
export declare const CreateProjectLinkProjectsResponse200DeployHooks$inboundSchema: z.ZodType<CreateProjectLinkProjectsResponse200DeployHooks, z.ZodTypeDef, unknown>;
|
|
4089
|
+
/** @internal */
|
|
4090
|
+
export type CreateProjectLinkProjectsResponse200DeployHooks$Outbound = {
|
|
4091
|
+
createdAt?: number | undefined;
|
|
4092
|
+
id: string;
|
|
4093
|
+
name: string;
|
|
4094
|
+
ref: string;
|
|
4095
|
+
url: string;
|
|
4096
|
+
};
|
|
4097
|
+
/** @internal */
|
|
4098
|
+
export declare const CreateProjectLinkProjectsResponse200DeployHooks$outboundSchema: z.ZodType<CreateProjectLinkProjectsResponse200DeployHooks$Outbound, z.ZodTypeDef, CreateProjectLinkProjectsResponse200DeployHooks>;
|
|
4099
|
+
/**
|
|
4100
|
+
* @internal
|
|
4101
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4102
|
+
*/
|
|
4103
|
+
export declare namespace CreateProjectLinkProjectsResponse200DeployHooks$ {
|
|
4104
|
+
/** @deprecated use `CreateProjectLinkProjectsResponse200DeployHooks$inboundSchema` instead. */
|
|
4105
|
+
const inboundSchema: z.ZodType<CreateProjectLinkProjectsResponse200DeployHooks, z.ZodTypeDef, unknown>;
|
|
4106
|
+
/** @deprecated use `CreateProjectLinkProjectsResponse200DeployHooks$outboundSchema` instead. */
|
|
4107
|
+
const outboundSchema: z.ZodType<CreateProjectLinkProjectsResponse200DeployHooks$Outbound, z.ZodTypeDef, CreateProjectLinkProjectsResponse200DeployHooks>;
|
|
4108
|
+
/** @deprecated use `CreateProjectLinkProjectsResponse200DeployHooks$Outbound` instead. */
|
|
4109
|
+
type Outbound = CreateProjectLinkProjectsResponse200DeployHooks$Outbound;
|
|
4110
|
+
}
|
|
4111
|
+
export declare function createProjectLinkProjectsResponse200DeployHooksToJSON(createProjectLinkProjectsResponse200DeployHooks: CreateProjectLinkProjectsResponse200DeployHooks): string;
|
|
4112
|
+
export declare function createProjectLinkProjectsResponse200DeployHooksFromJSON(jsonString: string): SafeParseResult<CreateProjectLinkProjectsResponse200DeployHooks, SDKValidationError>;
|
|
4113
|
+
/** @internal */
|
|
4114
|
+
export declare const CreateProjectLink4$inboundSchema: z.ZodType<CreateProjectLink4, z.ZodTypeDef, unknown>;
|
|
4115
|
+
/** @internal */
|
|
4116
|
+
export type CreateProjectLink4$Outbound = {
|
|
4117
|
+
name?: string | undefined;
|
|
4118
|
+
slug?: string | undefined;
|
|
4119
|
+
owner?: string | undefined;
|
|
4120
|
+
type?: string | undefined;
|
|
4121
|
+
uuid?: string | undefined;
|
|
4122
|
+
workspaceUuid?: string | undefined;
|
|
4123
|
+
createdAt?: number | undefined;
|
|
4120
4124
|
deployHooks: Array<CreateProjectLinkProjectsResponse200DeployHooks$Outbound>;
|
|
4121
4125
|
gitCredentialId?: string | undefined;
|
|
4122
4126
|
updatedAt?: number | undefined;
|
|
@@ -4150,11 +4154,11 @@ export declare const CreateProjectLinkProjectsResponseType$outboundSchema: z.Zod
|
|
|
4150
4154
|
export declare namespace CreateProjectLinkProjectsResponseType$ {
|
|
4151
4155
|
/** @deprecated use `CreateProjectLinkProjectsResponseType$inboundSchema` instead. */
|
|
4152
4156
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4153
|
-
readonly
|
|
4157
|
+
readonly Gitlab: "gitlab";
|
|
4154
4158
|
}>;
|
|
4155
4159
|
/** @deprecated use `CreateProjectLinkProjectsResponseType$outboundSchema` instead. */
|
|
4156
4160
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4157
|
-
readonly
|
|
4161
|
+
readonly Gitlab: "gitlab";
|
|
4158
4162
|
}>;
|
|
4159
4163
|
}
|
|
4160
4164
|
/** @internal */
|
|
@@ -4187,12 +4191,13 @@ export declare function createProjectLinkProjectsResponseDeployHooksFromJSON(jso
|
|
|
4187
4191
|
export declare const CreateProjectLink3$inboundSchema: z.ZodType<CreateProjectLink3, z.ZodTypeDef, unknown>;
|
|
4188
4192
|
/** @internal */
|
|
4189
4193
|
export type CreateProjectLink3$Outbound = {
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
|
|
4194
|
+
projectId?: string | undefined;
|
|
4195
|
+
projectName?: string | undefined;
|
|
4196
|
+
projectNameWithNamespace?: string | undefined;
|
|
4197
|
+
projectNamespace?: string | undefined;
|
|
4198
|
+
projectOwnerId?: number | undefined;
|
|
4199
|
+
projectUrl?: string | undefined;
|
|
4193
4200
|
type?: string | undefined;
|
|
4194
|
-
uuid?: string | undefined;
|
|
4195
|
-
workspaceUuid?: string | undefined;
|
|
4196
4201
|
createdAt?: number | undefined;
|
|
4197
4202
|
deployHooks: Array<CreateProjectLinkProjectsResponseDeployHooks$Outbound>;
|
|
4198
4203
|
gitCredentialId?: string | undefined;
|
|
@@ -4227,11 +4232,11 @@ export declare const CreateProjectLinkProjectsType$outboundSchema: z.ZodNativeEn
|
|
|
4227
4232
|
export declare namespace CreateProjectLinkProjectsType$ {
|
|
4228
4233
|
/** @deprecated use `CreateProjectLinkProjectsType$inboundSchema` instead. */
|
|
4229
4234
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4230
|
-
readonly
|
|
4235
|
+
readonly GithubLimited: "github-limited";
|
|
4231
4236
|
}>;
|
|
4232
4237
|
/** @deprecated use `CreateProjectLinkProjectsType$outboundSchema` instead. */
|
|
4233
4238
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4234
|
-
readonly
|
|
4239
|
+
readonly GithubLimited: "github-limited";
|
|
4235
4240
|
}>;
|
|
4236
4241
|
}
|
|
4237
4242
|
/** @internal */
|
|
@@ -4264,18 +4269,16 @@ export declare function createProjectLinkProjectsDeployHooksFromJSON(jsonString:
|
|
|
4264
4269
|
export declare const CreateProjectLink2$inboundSchema: z.ZodType<CreateProjectLink2, z.ZodTypeDef, unknown>;
|
|
4265
4270
|
/** @internal */
|
|
4266
4271
|
export type CreateProjectLink2$Outbound = {
|
|
4267
|
-
projectId?: string | undefined;
|
|
4268
|
-
projectName?: string | undefined;
|
|
4269
|
-
projectNameWithNamespace?: string | undefined;
|
|
4270
|
-
projectNamespace?: string | undefined;
|
|
4271
|
-
projectOwnerId?: number | undefined;
|
|
4272
|
-
projectUrl?: string | undefined;
|
|
4273
4272
|
type?: string | undefined;
|
|
4273
|
+
updatedAt?: number | undefined;
|
|
4274
4274
|
createdAt?: number | undefined;
|
|
4275
|
+
repo?: string | undefined;
|
|
4276
|
+
sourceless?: boolean | undefined;
|
|
4277
|
+
org?: string | undefined;
|
|
4278
|
+
repoOwnerId?: number | undefined;
|
|
4279
|
+
repoId?: number | undefined;
|
|
4275
4280
|
deployHooks: Array<CreateProjectLinkProjectsDeployHooks$Outbound>;
|
|
4276
4281
|
gitCredentialId?: string | undefined;
|
|
4277
|
-
updatedAt?: number | undefined;
|
|
4278
|
-
sourceless?: boolean | undefined;
|
|
4279
4282
|
productionBranch?: string | undefined;
|
|
4280
4283
|
};
|
|
4281
4284
|
/** @internal */
|
|
@@ -4373,7 +4376,7 @@ export declare function createProjectLink1FromJSON(jsonString: string): SafePars
|
|
|
4373
4376
|
/** @internal */
|
|
4374
4377
|
export declare const CreateProjectLink$inboundSchema: z.ZodType<CreateProjectLink, z.ZodTypeDef, unknown>;
|
|
4375
4378
|
/** @internal */
|
|
4376
|
-
export type CreateProjectLink$Outbound = CreateProjectLink1$Outbound | CreateProjectLink2$Outbound | CreateProjectLink3$Outbound | CreateProjectLink4$Outbound;
|
|
4379
|
+
export type CreateProjectLink$Outbound = CreateProjectLink1$Outbound | CreateProjectLink2$Outbound | CreateProjectLink3$Outbound | CreateProjectLink4$Outbound | CreateProjectLink5$Outbound;
|
|
4377
4380
|
/** @internal */
|
|
4378
4381
|
export declare const CreateProjectLink$outboundSchema: z.ZodType<CreateProjectLink$Outbound, z.ZodTypeDef, CreateProjectLink>;
|
|
4379
4382
|
/**
|
|
@@ -4781,15 +4784,15 @@ export declare const CreateProjectProjectsDeploymentType$outboundSchema: z.ZodNa
|
|
|
4781
4784
|
export declare namespace CreateProjectProjectsDeploymentType$ {
|
|
4782
4785
|
/** @deprecated use `CreateProjectProjectsDeploymentType$inboundSchema` instead. */
|
|
4783
4786
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4784
|
-
readonly Preview: "preview";
|
|
4785
4787
|
readonly All: "all";
|
|
4788
|
+
readonly Preview: "preview";
|
|
4786
4789
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
4787
4790
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
4788
4791
|
}>;
|
|
4789
4792
|
/** @deprecated use `CreateProjectProjectsDeploymentType$outboundSchema` instead. */
|
|
4790
4793
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4791
|
-
readonly Preview: "preview";
|
|
4792
4794
|
readonly All: "all";
|
|
4795
|
+
readonly Preview: "preview";
|
|
4793
4796
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
4794
4797
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
4795
4798
|
}>;
|
|
@@ -5183,75 +5186,11 @@ export declare function createProjectTargetsFromJSON(jsonString: string): SafePa
|
|
|
5183
5186
|
export declare const CreateProjectPermissions$inboundSchema: z.ZodType<CreateProjectPermissions, z.ZodTypeDef, unknown>;
|
|
5184
5187
|
/** @internal */
|
|
5185
5188
|
export type CreateProjectPermissions$Outbound = {
|
|
5186
|
-
|
|
5187
|
-
aliasProtectionBypass?: Array<string> | undefined;
|
|
5188
|
-
buildMachine?: Array<string> | undefined;
|
|
5189
|
-
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
5190
|
-
connectConfigurationLink?: Array<string> | undefined;
|
|
5191
|
-
dataCacheNamespace?: Array<string> | undefined;
|
|
5192
|
-
deployment?: Array<string> | undefined;
|
|
5193
|
-
deploymentCheck?: Array<string> | undefined;
|
|
5194
|
-
deploymentCheckPreview?: Array<string> | undefined;
|
|
5195
|
-
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
5196
|
-
deploymentProductionGit?: Array<string> | undefined;
|
|
5197
|
-
deploymentV0?: Array<string> | undefined;
|
|
5198
|
-
deploymentPreview?: Array<string> | undefined;
|
|
5199
|
-
deploymentPrivate?: Array<string> | undefined;
|
|
5200
|
-
deploymentPromote?: Array<string> | undefined;
|
|
5201
|
-
deploymentRollback?: Array<string> | undefined;
|
|
5202
|
-
edgeCacheNamespace?: Array<string> | undefined;
|
|
5203
|
-
environments?: Array<string> | undefined;
|
|
5204
|
-
logs?: Array<string> | undefined;
|
|
5205
|
-
logsPreset?: Array<string> | undefined;
|
|
5206
|
-
passwordProtection?: Array<string> | undefined;
|
|
5207
|
-
optionsAllowlist?: Array<string> | undefined;
|
|
5208
|
-
job?: Array<string> | undefined;
|
|
5209
|
-
observabilityData?: Array<string> | undefined;
|
|
5210
|
-
onDemandBuild?: Array<string> | undefined;
|
|
5211
|
-
onDemandConcurrency?: Array<string> | undefined;
|
|
5212
|
-
project?: Array<string> | undefined;
|
|
5213
|
-
projectFromV0?: Array<string> | undefined;
|
|
5214
|
-
projectAccessGroup?: Array<string> | undefined;
|
|
5215
|
-
projectAnalyticsSampling?: Array<string> | undefined;
|
|
5216
|
-
projectCheck?: Array<string> | undefined;
|
|
5217
|
-
projectCheckRun?: Array<string> | undefined;
|
|
5218
|
-
projectDeploymentHook?: Array<string> | undefined;
|
|
5219
|
-
projectDomain?: Array<string> | undefined;
|
|
5220
|
-
projectDomainMove?: Array<string> | undefined;
|
|
5221
|
-
projectDomainCheckConfig?: Array<string> | undefined;
|
|
5222
|
-
projectEnvVars?: Array<string> | undefined;
|
|
5223
|
-
projectEnvVarsProduction?: Array<string> | undefined;
|
|
5224
|
-
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
5225
|
-
projectFlags?: Array<string> | undefined;
|
|
5226
|
-
projectId?: Array<string> | undefined;
|
|
5227
|
-
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
5228
|
-
projectLink?: Array<string> | undefined;
|
|
5229
|
-
projectMember?: Array<string> | undefined;
|
|
5230
|
-
projectMonitoring?: Array<string> | undefined;
|
|
5231
|
-
projectPermissions?: Array<string> | undefined;
|
|
5232
|
-
projectProductionBranch?: Array<string> | undefined;
|
|
5233
|
-
projectTransfer?: Array<string> | undefined;
|
|
5234
|
-
projectTransferOut?: Array<string> | undefined;
|
|
5235
|
-
projectProtectionBypass?: Array<string> | undefined;
|
|
5236
|
-
projectUsage?: Array<string> | undefined;
|
|
5237
|
-
projectAnalyticsUsage?: Array<string> | undefined;
|
|
5238
|
-
projectSupportCase?: Array<string> | undefined;
|
|
5239
|
-
projectSupportCaseComment?: Array<string> | undefined;
|
|
5240
|
-
projectDeploymentExpiration?: Array<string> | undefined;
|
|
5241
|
-
projectRollingRelease?: Array<string> | undefined;
|
|
5242
|
-
projectTier?: Array<string> | undefined;
|
|
5243
|
-
seawallConfig?: Array<string> | undefined;
|
|
5244
|
-
skewProtection?: Array<string> | undefined;
|
|
5245
|
-
analytics?: Array<string> | undefined;
|
|
5246
|
-
trustedIps?: Array<string> | undefined;
|
|
5247
|
-
webAnalytics?: Array<string> | undefined;
|
|
5248
|
-
sharedEnvVarConnection?: Array<string> | undefined;
|
|
5249
|
-
sonar?: Array<string> | undefined;
|
|
5189
|
+
oauth2Connection?: Array<string> | undefined;
|
|
5250
5190
|
user?: Array<string> | undefined;
|
|
5251
5191
|
userConnection?: Array<string> | undefined;
|
|
5252
5192
|
userSudo?: Array<string> | undefined;
|
|
5253
5193
|
webAuthn?: Array<string> | undefined;
|
|
5254
|
-
oauth2Connection?: Array<string> | undefined;
|
|
5255
5194
|
accessGroup?: Array<string> | undefined;
|
|
5256
5195
|
aliasGlobal?: Array<string> | undefined;
|
|
5257
5196
|
analyticsSampling?: Array<string> | undefined;
|
|
@@ -5264,6 +5203,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
5264
5203
|
billingInvoiceLanguage?: Array<string> | undefined;
|
|
5265
5204
|
billingPlan?: Array<string> | undefined;
|
|
5266
5205
|
billingPurchaseOrder?: Array<string> | undefined;
|
|
5206
|
+
billingRefund?: Array<string> | undefined;
|
|
5267
5207
|
billingTaxId?: Array<string> | undefined;
|
|
5268
5208
|
blob?: Array<string> | undefined;
|
|
5269
5209
|
budget?: Array<string> | undefined;
|
|
@@ -5273,6 +5213,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
5273
5213
|
concurrentBuilds?: Array<string> | undefined;
|
|
5274
5214
|
connect?: Array<string> | undefined;
|
|
5275
5215
|
connectConfiguration?: Array<string> | undefined;
|
|
5216
|
+
defaultDeploymentProtection?: Array<string> | undefined;
|
|
5276
5217
|
domain?: Array<string> | undefined;
|
|
5277
5218
|
domainAcceptDelegation?: Array<string> | undefined;
|
|
5278
5219
|
domainAuthCodes?: Array<string> | undefined;
|
|
@@ -5305,6 +5246,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
5305
5246
|
marketplaceInstallationMember?: Array<string> | undefined;
|
|
5306
5247
|
marketplaceBillingData?: Array<string> | undefined;
|
|
5307
5248
|
marketplaceInvoice?: Array<string> | undefined;
|
|
5249
|
+
marketplaceSettings?: Array<string> | undefined;
|
|
5308
5250
|
marketplaceExperimentationItem?: Array<string> | undefined;
|
|
5309
5251
|
marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
|
|
5310
5252
|
jobGlobal?: Array<string> | undefined;
|
|
@@ -5331,8 +5273,10 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
5331
5273
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
5332
5274
|
observabilityConfiguration?: Array<string> | undefined;
|
|
5333
5275
|
observabilityNotebook?: Array<string> | undefined;
|
|
5276
|
+
observabilityFunnel?: Array<string> | undefined;
|
|
5334
5277
|
openTelemetryEndpoint?: Array<string> | undefined;
|
|
5335
5278
|
vercelAppInstallation?: Array<string> | undefined;
|
|
5279
|
+
vercelAppInstallationRequest?: Array<string> | undefined;
|
|
5336
5280
|
paymentMethod?: Array<string> | undefined;
|
|
5337
5281
|
permissions?: Array<string> | undefined;
|
|
5338
5282
|
postgres?: Array<string> | undefined;
|
|
@@ -5387,6 +5331,72 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
5387
5331
|
vercelRunExec?: Array<string> | undefined;
|
|
5388
5332
|
apiKey?: Array<string> | undefined;
|
|
5389
5333
|
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
5334
|
+
aliasProject?: Array<string> | undefined;
|
|
5335
|
+
aliasProtectionBypass?: Array<string> | undefined;
|
|
5336
|
+
buildMachine?: Array<string> | undefined;
|
|
5337
|
+
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
5338
|
+
connectConfigurationLink?: Array<string> | undefined;
|
|
5339
|
+
dataCacheNamespace?: Array<string> | undefined;
|
|
5340
|
+
deployment?: Array<string> | undefined;
|
|
5341
|
+
deploymentBuildLogs?: Array<string> | undefined;
|
|
5342
|
+
deploymentCheck?: Array<string> | undefined;
|
|
5343
|
+
deploymentCheckPreview?: Array<string> | undefined;
|
|
5344
|
+
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
5345
|
+
deploymentProductionGit?: Array<string> | undefined;
|
|
5346
|
+
deploymentV0?: Array<string> | undefined;
|
|
5347
|
+
deploymentPreview?: Array<string> | undefined;
|
|
5348
|
+
deploymentPrivate?: Array<string> | undefined;
|
|
5349
|
+
deploymentPromote?: Array<string> | undefined;
|
|
5350
|
+
deploymentRollback?: Array<string> | undefined;
|
|
5351
|
+
edgeCacheNamespace?: Array<string> | undefined;
|
|
5352
|
+
environments?: Array<string> | undefined;
|
|
5353
|
+
logs?: Array<string> | undefined;
|
|
5354
|
+
logsPreset?: Array<string> | undefined;
|
|
5355
|
+
passwordProtection?: Array<string> | undefined;
|
|
5356
|
+
optionsAllowlist?: Array<string> | undefined;
|
|
5357
|
+
job?: Array<string> | undefined;
|
|
5358
|
+
observabilityData?: Array<string> | undefined;
|
|
5359
|
+
onDemandBuild?: Array<string> | undefined;
|
|
5360
|
+
onDemandConcurrency?: Array<string> | undefined;
|
|
5361
|
+
project?: Array<string> | undefined;
|
|
5362
|
+
projectFromV0?: Array<string> | undefined;
|
|
5363
|
+
projectAccessGroup?: Array<string> | undefined;
|
|
5364
|
+
projectAnalyticsSampling?: Array<string> | undefined;
|
|
5365
|
+
projectCheck?: Array<string> | undefined;
|
|
5366
|
+
projectCheckRun?: Array<string> | undefined;
|
|
5367
|
+
projectDeploymentHook?: Array<string> | undefined;
|
|
5368
|
+
projectDomain?: Array<string> | undefined;
|
|
5369
|
+
projectDomainMove?: Array<string> | undefined;
|
|
5370
|
+
projectDomainCheckConfig?: Array<string> | undefined;
|
|
5371
|
+
projectEnvVars?: Array<string> | undefined;
|
|
5372
|
+
projectEnvVarsProduction?: Array<string> | undefined;
|
|
5373
|
+
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
5374
|
+
projectFlags?: Array<string> | undefined;
|
|
5375
|
+
projectId?: Array<string> | undefined;
|
|
5376
|
+
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
5377
|
+
projectLink?: Array<string> | undefined;
|
|
5378
|
+
projectMember?: Array<string> | undefined;
|
|
5379
|
+
projectMonitoring?: Array<string> | undefined;
|
|
5380
|
+
projectPermissions?: Array<string> | undefined;
|
|
5381
|
+
projectProductionBranch?: Array<string> | undefined;
|
|
5382
|
+
projectTransfer?: Array<string> | undefined;
|
|
5383
|
+
projectTransferOut?: Array<string> | undefined;
|
|
5384
|
+
projectProtectionBypass?: Array<string> | undefined;
|
|
5385
|
+
projectUsage?: Array<string> | undefined;
|
|
5386
|
+
projectAnalyticsUsage?: Array<string> | undefined;
|
|
5387
|
+
projectSupportCase?: Array<string> | undefined;
|
|
5388
|
+
projectSupportCaseComment?: Array<string> | undefined;
|
|
5389
|
+
projectDeploymentExpiration?: Array<string> | undefined;
|
|
5390
|
+
projectRollingRelease?: Array<string> | undefined;
|
|
5391
|
+
projectTier?: Array<string> | undefined;
|
|
5392
|
+
projectOIDCToken?: Array<string> | undefined;
|
|
5393
|
+
seawallConfig?: Array<string> | undefined;
|
|
5394
|
+
skewProtection?: Array<string> | undefined;
|
|
5395
|
+
analytics?: Array<string> | undefined;
|
|
5396
|
+
trustedIps?: Array<string> | undefined;
|
|
5397
|
+
webAnalytics?: Array<string> | undefined;
|
|
5398
|
+
sharedEnvVarConnection?: Array<string> | undefined;
|
|
5399
|
+
sonar?: Array<string> | undefined;
|
|
5390
5400
|
};
|
|
5391
5401
|
/** @internal */
|
|
5392
5402
|
export declare const CreateProjectPermissions$outboundSchema: z.ZodType<CreateProjectPermissions$Outbound, z.ZodTypeDef, CreateProjectPermissions>;
|
|
@@ -5614,19 +5624,19 @@ export declare const CreateProjectTrustedIpsProjectsDeploymentType$outboundSchem
|
|
|
5614
5624
|
export declare namespace CreateProjectTrustedIpsProjectsDeploymentType$ {
|
|
5615
5625
|
/** @deprecated use `CreateProjectTrustedIpsProjectsDeploymentType$inboundSchema` instead. */
|
|
5616
5626
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5617
|
-
readonly Production: "production";
|
|
5618
|
-
readonly Preview: "preview";
|
|
5619
5627
|
readonly All: "all";
|
|
5628
|
+
readonly Preview: "preview";
|
|
5620
5629
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5621
5630
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5631
|
+
readonly Production: "production";
|
|
5622
5632
|
}>;
|
|
5623
5633
|
/** @deprecated use `CreateProjectTrustedIpsProjectsDeploymentType$outboundSchema` instead. */
|
|
5624
5634
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5625
|
-
readonly Production: "production";
|
|
5626
|
-
readonly Preview: "preview";
|
|
5627
5635
|
readonly All: "all";
|
|
5636
|
+
readonly Preview: "preview";
|
|
5628
5637
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5629
5638
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5639
|
+
readonly Production: "production";
|
|
5630
5640
|
}>;
|
|
5631
5641
|
}
|
|
5632
5642
|
/** @internal */
|
|
@@ -5662,19 +5672,19 @@ export declare const CreateProjectTrustedIpsDeploymentType$outboundSchema: z.Zod
|
|
|
5662
5672
|
export declare namespace CreateProjectTrustedIpsDeploymentType$ {
|
|
5663
5673
|
/** @deprecated use `CreateProjectTrustedIpsDeploymentType$inboundSchema` instead. */
|
|
5664
5674
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5665
|
-
readonly Production: "production";
|
|
5666
|
-
readonly Preview: "preview";
|
|
5667
5675
|
readonly All: "all";
|
|
5676
|
+
readonly Preview: "preview";
|
|
5668
5677
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5669
5678
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5679
|
+
readonly Production: "production";
|
|
5670
5680
|
}>;
|
|
5671
5681
|
/** @deprecated use `CreateProjectTrustedIpsDeploymentType$outboundSchema` instead. */
|
|
5672
5682
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5673
|
-
readonly Production: "production";
|
|
5674
|
-
readonly Preview: "preview";
|
|
5675
5683
|
readonly All: "all";
|
|
5684
|
+
readonly Preview: "preview";
|
|
5676
5685
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5677
5686
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5687
|
+
readonly Production: "production";
|
|
5678
5688
|
}>;
|
|
5679
5689
|
}
|
|
5680
5690
|
/** @internal */
|
|
@@ -5812,6 +5822,7 @@ export declare const CreateProjectGitProviderOptions$inboundSchema: z.ZodType<Cr
|
|
|
5812
5822
|
/** @internal */
|
|
5813
5823
|
export type CreateProjectGitProviderOptions$Outbound = {
|
|
5814
5824
|
createDeployments: string;
|
|
5825
|
+
disableRepositoryDispatchEvents?: boolean | undefined;
|
|
5815
5826
|
};
|
|
5816
5827
|
/** @internal */
|
|
5817
5828
|
export declare const CreateProjectGitProviderOptions$outboundSchema: z.ZodType<CreateProjectGitProviderOptions$Outbound, z.ZodTypeDef, CreateProjectGitProviderOptions>;
|
|
@@ -5856,310 +5867,6 @@ export declare namespace CreateProjectWebAnalytics$ {
|
|
|
5856
5867
|
export declare function createProjectWebAnalyticsToJSON(createProjectWebAnalytics: CreateProjectWebAnalytics): string;
|
|
5857
5868
|
export declare function createProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<CreateProjectWebAnalytics, SDKValidationError>;
|
|
5858
5869
|
/** @internal */
|
|
5859
|
-
export declare const CreateProjectSrc2$inboundSchema: z.ZodType<CreateProjectSrc2, z.ZodTypeDef, unknown>;
|
|
5860
|
-
/** @internal */
|
|
5861
|
-
export type CreateProjectSrc2$Outbound = {
|
|
5862
|
-
re?: string | undefined;
|
|
5863
|
-
eq?: string | undefined;
|
|
5864
|
-
neq?: string | undefined;
|
|
5865
|
-
inc?: Array<string> | undefined;
|
|
5866
|
-
ninc?: Array<string> | undefined;
|
|
5867
|
-
pre?: string | undefined;
|
|
5868
|
-
suf?: string | undefined;
|
|
5869
|
-
gt?: number | undefined;
|
|
5870
|
-
gte?: number | undefined;
|
|
5871
|
-
lt?: number | undefined;
|
|
5872
|
-
lte?: number | undefined;
|
|
5873
|
-
};
|
|
5874
|
-
/** @internal */
|
|
5875
|
-
export declare const CreateProjectSrc2$outboundSchema: z.ZodType<CreateProjectSrc2$Outbound, z.ZodTypeDef, CreateProjectSrc2>;
|
|
5876
|
-
/**
|
|
5877
|
-
* @internal
|
|
5878
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5879
|
-
*/
|
|
5880
|
-
export declare namespace CreateProjectSrc2$ {
|
|
5881
|
-
/** @deprecated use `CreateProjectSrc2$inboundSchema` instead. */
|
|
5882
|
-
const inboundSchema: z.ZodType<CreateProjectSrc2, z.ZodTypeDef, unknown>;
|
|
5883
|
-
/** @deprecated use `CreateProjectSrc2$outboundSchema` instead. */
|
|
5884
|
-
const outboundSchema: z.ZodType<CreateProjectSrc2$Outbound, z.ZodTypeDef, CreateProjectSrc2>;
|
|
5885
|
-
/** @deprecated use `CreateProjectSrc2$Outbound` instead. */
|
|
5886
|
-
type Outbound = CreateProjectSrc2$Outbound;
|
|
5887
|
-
}
|
|
5888
|
-
export declare function createProjectSrc2ToJSON(createProjectSrc2: CreateProjectSrc2): string;
|
|
5889
|
-
export declare function createProjectSrc2FromJSON(jsonString: string): SafeParseResult<CreateProjectSrc2, SDKValidationError>;
|
|
5890
|
-
/** @internal */
|
|
5891
|
-
export declare const CreateProjectSrc$inboundSchema: z.ZodType<CreateProjectSrc, z.ZodTypeDef, unknown>;
|
|
5892
|
-
/** @internal */
|
|
5893
|
-
export type CreateProjectSrc$Outbound = CreateProjectSrc2$Outbound | string;
|
|
5894
|
-
/** @internal */
|
|
5895
|
-
export declare const CreateProjectSrc$outboundSchema: z.ZodType<CreateProjectSrc$Outbound, z.ZodTypeDef, CreateProjectSrc>;
|
|
5896
|
-
/**
|
|
5897
|
-
* @internal
|
|
5898
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5899
|
-
*/
|
|
5900
|
-
export declare namespace CreateProjectSrc$ {
|
|
5901
|
-
/** @deprecated use `CreateProjectSrc$inboundSchema` instead. */
|
|
5902
|
-
const inboundSchema: z.ZodType<CreateProjectSrc, z.ZodTypeDef, unknown>;
|
|
5903
|
-
/** @deprecated use `CreateProjectSrc$outboundSchema` instead. */
|
|
5904
|
-
const outboundSchema: z.ZodType<CreateProjectSrc$Outbound, z.ZodTypeDef, CreateProjectSrc>;
|
|
5905
|
-
/** @deprecated use `CreateProjectSrc$Outbound` instead. */
|
|
5906
|
-
type Outbound = CreateProjectSrc$Outbound;
|
|
5907
|
-
}
|
|
5908
|
-
export declare function createProjectSrcToJSON(createProjectSrc: CreateProjectSrc): string;
|
|
5909
|
-
export declare function createProjectSrcFromJSON(jsonString: string): SafeParseResult<CreateProjectSrc, SDKValidationError>;
|
|
5910
|
-
/** @internal */
|
|
5911
|
-
export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType>;
|
|
5912
|
-
/** @internal */
|
|
5913
|
-
export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType>;
|
|
5914
|
-
/**
|
|
5915
|
-
* @internal
|
|
5916
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5917
|
-
*/
|
|
5918
|
-
export declare namespace CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$ {
|
|
5919
|
-
/** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema` instead. */
|
|
5920
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
5921
|
-
readonly Path: "path";
|
|
5922
|
-
readonly Host: "host";
|
|
5923
|
-
readonly Method: "method";
|
|
5924
|
-
readonly Header: "header";
|
|
5925
|
-
readonly Cookie: "cookie";
|
|
5926
|
-
readonly Query: "query";
|
|
5927
|
-
readonly IpAddress: "ip_address";
|
|
5928
|
-
readonly Protocol: "protocol";
|
|
5929
|
-
readonly Scheme: "scheme";
|
|
5930
|
-
readonly Environment: "environment";
|
|
5931
|
-
readonly Region: "region";
|
|
5932
|
-
readonly InitialRequestPath: "initial_request_path";
|
|
5933
|
-
}>;
|
|
5934
|
-
/** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema` instead. */
|
|
5935
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
5936
|
-
readonly Path: "path";
|
|
5937
|
-
readonly Host: "host";
|
|
5938
|
-
readonly Method: "method";
|
|
5939
|
-
readonly Header: "header";
|
|
5940
|
-
readonly Cookie: "cookie";
|
|
5941
|
-
readonly Query: "query";
|
|
5942
|
-
readonly IpAddress: "ip_address";
|
|
5943
|
-
readonly Protocol: "protocol";
|
|
5944
|
-
readonly Scheme: "scheme";
|
|
5945
|
-
readonly Environment: "environment";
|
|
5946
|
-
readonly Region: "region";
|
|
5947
|
-
readonly InitialRequestPath: "initial_request_path";
|
|
5948
|
-
}>;
|
|
5949
|
-
}
|
|
5950
|
-
/** @internal */
|
|
5951
|
-
export declare const CreateProjectValue2$inboundSchema: z.ZodType<CreateProjectValue2, z.ZodTypeDef, unknown>;
|
|
5952
|
-
/** @internal */
|
|
5953
|
-
export type CreateProjectValue2$Outbound = {
|
|
5954
|
-
re?: string | undefined;
|
|
5955
|
-
eq?: string | undefined;
|
|
5956
|
-
neq?: string | undefined;
|
|
5957
|
-
inc?: Array<string> | undefined;
|
|
5958
|
-
ninc?: Array<string> | undefined;
|
|
5959
|
-
pre?: string | undefined;
|
|
5960
|
-
suf?: string | undefined;
|
|
5961
|
-
gt?: number | undefined;
|
|
5962
|
-
gte?: number | undefined;
|
|
5963
|
-
lt?: number | undefined;
|
|
5964
|
-
lte?: number | undefined;
|
|
5965
|
-
};
|
|
5966
|
-
/** @internal */
|
|
5967
|
-
export declare const CreateProjectValue2$outboundSchema: z.ZodType<CreateProjectValue2$Outbound, z.ZodTypeDef, CreateProjectValue2>;
|
|
5968
|
-
/**
|
|
5969
|
-
* @internal
|
|
5970
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5971
|
-
*/
|
|
5972
|
-
export declare namespace CreateProjectValue2$ {
|
|
5973
|
-
/** @deprecated use `CreateProjectValue2$inboundSchema` instead. */
|
|
5974
|
-
const inboundSchema: z.ZodType<CreateProjectValue2, z.ZodTypeDef, unknown>;
|
|
5975
|
-
/** @deprecated use `CreateProjectValue2$outboundSchema` instead. */
|
|
5976
|
-
const outboundSchema: z.ZodType<CreateProjectValue2$Outbound, z.ZodTypeDef, CreateProjectValue2>;
|
|
5977
|
-
/** @deprecated use `CreateProjectValue2$Outbound` instead. */
|
|
5978
|
-
type Outbound = CreateProjectValue2$Outbound;
|
|
5979
|
-
}
|
|
5980
|
-
export declare function createProjectValue2ToJSON(createProjectValue2: CreateProjectValue2): string;
|
|
5981
|
-
export declare function createProjectValue2FromJSON(jsonString: string): SafeParseResult<CreateProjectValue2, SDKValidationError>;
|
|
5982
|
-
/** @internal */
|
|
5983
|
-
export declare const CreateProjectValue$inboundSchema: z.ZodType<CreateProjectValue, z.ZodTypeDef, unknown>;
|
|
5984
|
-
/** @internal */
|
|
5985
|
-
export type CreateProjectValue$Outbound = CreateProjectValue2$Outbound | string;
|
|
5986
|
-
/** @internal */
|
|
5987
|
-
export declare const CreateProjectValue$outboundSchema: z.ZodType<CreateProjectValue$Outbound, z.ZodTypeDef, CreateProjectValue>;
|
|
5988
|
-
/**
|
|
5989
|
-
* @internal
|
|
5990
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5991
|
-
*/
|
|
5992
|
-
export declare namespace CreateProjectValue$ {
|
|
5993
|
-
/** @deprecated use `CreateProjectValue$inboundSchema` instead. */
|
|
5994
|
-
const inboundSchema: z.ZodType<CreateProjectValue, z.ZodTypeDef, unknown>;
|
|
5995
|
-
/** @deprecated use `CreateProjectValue$outboundSchema` instead. */
|
|
5996
|
-
const outboundSchema: z.ZodType<CreateProjectValue$Outbound, z.ZodTypeDef, CreateProjectValue>;
|
|
5997
|
-
/** @deprecated use `CreateProjectValue$Outbound` instead. */
|
|
5998
|
-
type Outbound = CreateProjectValue$Outbound;
|
|
5999
|
-
}
|
|
6000
|
-
export declare function createProjectValueToJSON(createProjectValue: CreateProjectValue): string;
|
|
6001
|
-
export declare function createProjectValueFromJSON(jsonString: string): SafeParseResult<CreateProjectValue, SDKValidationError>;
|
|
6002
|
-
/** @internal */
|
|
6003
|
-
export declare const CreateProjectHas$inboundSchema: z.ZodType<CreateProjectHas, z.ZodTypeDef, unknown>;
|
|
6004
|
-
/** @internal */
|
|
6005
|
-
export type CreateProjectHas$Outbound = {
|
|
6006
|
-
type: string;
|
|
6007
|
-
key?: string | undefined;
|
|
6008
|
-
value?: CreateProjectValue2$Outbound | string | undefined;
|
|
6009
|
-
};
|
|
6010
|
-
/** @internal */
|
|
6011
|
-
export declare const CreateProjectHas$outboundSchema: z.ZodType<CreateProjectHas$Outbound, z.ZodTypeDef, CreateProjectHas>;
|
|
6012
|
-
/**
|
|
6013
|
-
* @internal
|
|
6014
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6015
|
-
*/
|
|
6016
|
-
export declare namespace CreateProjectHas$ {
|
|
6017
|
-
/** @deprecated use `CreateProjectHas$inboundSchema` instead. */
|
|
6018
|
-
const inboundSchema: z.ZodType<CreateProjectHas, z.ZodTypeDef, unknown>;
|
|
6019
|
-
/** @deprecated use `CreateProjectHas$outboundSchema` instead. */
|
|
6020
|
-
const outboundSchema: z.ZodType<CreateProjectHas$Outbound, z.ZodTypeDef, CreateProjectHas>;
|
|
6021
|
-
/** @deprecated use `CreateProjectHas$Outbound` instead. */
|
|
6022
|
-
type Outbound = CreateProjectHas$Outbound;
|
|
6023
|
-
}
|
|
6024
|
-
export declare function createProjectHasToJSON(createProjectHas: CreateProjectHas): string;
|
|
6025
|
-
export declare function createProjectHasFromJSON(jsonString: string): SafeParseResult<CreateProjectHas, SDKValidationError>;
|
|
6026
|
-
/** @internal */
|
|
6027
|
-
export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
|
|
6028
|
-
/** @internal */
|
|
6029
|
-
export declare const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
|
|
6030
|
-
/**
|
|
6031
|
-
* @internal
|
|
6032
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6033
|
-
*/
|
|
6034
|
-
export declare namespace CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$ {
|
|
6035
|
-
/** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema` instead. */
|
|
6036
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
6037
|
-
readonly Path: "path";
|
|
6038
|
-
readonly Host: "host";
|
|
6039
|
-
readonly Method: "method";
|
|
6040
|
-
readonly Header: "header";
|
|
6041
|
-
readonly Cookie: "cookie";
|
|
6042
|
-
readonly Query: "query";
|
|
6043
|
-
readonly IpAddress: "ip_address";
|
|
6044
|
-
readonly Protocol: "protocol";
|
|
6045
|
-
readonly Scheme: "scheme";
|
|
6046
|
-
readonly Environment: "environment";
|
|
6047
|
-
readonly Region: "region";
|
|
6048
|
-
readonly InitialRequestPath: "initial_request_path";
|
|
6049
|
-
}>;
|
|
6050
|
-
/** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema` instead. */
|
|
6051
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
6052
|
-
readonly Path: "path";
|
|
6053
|
-
readonly Host: "host";
|
|
6054
|
-
readonly Method: "method";
|
|
6055
|
-
readonly Header: "header";
|
|
6056
|
-
readonly Cookie: "cookie";
|
|
6057
|
-
readonly Query: "query";
|
|
6058
|
-
readonly IpAddress: "ip_address";
|
|
6059
|
-
readonly Protocol: "protocol";
|
|
6060
|
-
readonly Scheme: "scheme";
|
|
6061
|
-
readonly Environment: "environment";
|
|
6062
|
-
readonly Region: "region";
|
|
6063
|
-
readonly InitialRequestPath: "initial_request_path";
|
|
6064
|
-
}>;
|
|
6065
|
-
}
|
|
6066
|
-
/** @internal */
|
|
6067
|
-
export declare const CreateProjectValueProjects2$inboundSchema: z.ZodType<CreateProjectValueProjects2, z.ZodTypeDef, unknown>;
|
|
6068
|
-
/** @internal */
|
|
6069
|
-
export type CreateProjectValueProjects2$Outbound = {
|
|
6070
|
-
re?: string | undefined;
|
|
6071
|
-
eq?: string | undefined;
|
|
6072
|
-
neq?: string | undefined;
|
|
6073
|
-
inc?: Array<string> | undefined;
|
|
6074
|
-
ninc?: Array<string> | undefined;
|
|
6075
|
-
pre?: string | undefined;
|
|
6076
|
-
suf?: string | undefined;
|
|
6077
|
-
gt?: number | undefined;
|
|
6078
|
-
gte?: number | undefined;
|
|
6079
|
-
lt?: number | undefined;
|
|
6080
|
-
lte?: number | undefined;
|
|
6081
|
-
};
|
|
6082
|
-
/** @internal */
|
|
6083
|
-
export declare const CreateProjectValueProjects2$outboundSchema: z.ZodType<CreateProjectValueProjects2$Outbound, z.ZodTypeDef, CreateProjectValueProjects2>;
|
|
6084
|
-
/**
|
|
6085
|
-
* @internal
|
|
6086
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6087
|
-
*/
|
|
6088
|
-
export declare namespace CreateProjectValueProjects2$ {
|
|
6089
|
-
/** @deprecated use `CreateProjectValueProjects2$inboundSchema` instead. */
|
|
6090
|
-
const inboundSchema: z.ZodType<CreateProjectValueProjects2, z.ZodTypeDef, unknown>;
|
|
6091
|
-
/** @deprecated use `CreateProjectValueProjects2$outboundSchema` instead. */
|
|
6092
|
-
const outboundSchema: z.ZodType<CreateProjectValueProjects2$Outbound, z.ZodTypeDef, CreateProjectValueProjects2>;
|
|
6093
|
-
/** @deprecated use `CreateProjectValueProjects2$Outbound` instead. */
|
|
6094
|
-
type Outbound = CreateProjectValueProjects2$Outbound;
|
|
6095
|
-
}
|
|
6096
|
-
export declare function createProjectValueProjects2ToJSON(createProjectValueProjects2: CreateProjectValueProjects2): string;
|
|
6097
|
-
export declare function createProjectValueProjects2FromJSON(jsonString: string): SafeParseResult<CreateProjectValueProjects2, SDKValidationError>;
|
|
6098
|
-
/** @internal */
|
|
6099
|
-
export declare const CreateProjectProjectsValue$inboundSchema: z.ZodType<CreateProjectProjectsValue, z.ZodTypeDef, unknown>;
|
|
6100
|
-
/** @internal */
|
|
6101
|
-
export type CreateProjectProjectsValue$Outbound = CreateProjectValueProjects2$Outbound | string;
|
|
6102
|
-
/** @internal */
|
|
6103
|
-
export declare const CreateProjectProjectsValue$outboundSchema: z.ZodType<CreateProjectProjectsValue$Outbound, z.ZodTypeDef, CreateProjectProjectsValue>;
|
|
6104
|
-
/**
|
|
6105
|
-
* @internal
|
|
6106
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6107
|
-
*/
|
|
6108
|
-
export declare namespace CreateProjectProjectsValue$ {
|
|
6109
|
-
/** @deprecated use `CreateProjectProjectsValue$inboundSchema` instead. */
|
|
6110
|
-
const inboundSchema: z.ZodType<CreateProjectProjectsValue, z.ZodTypeDef, unknown>;
|
|
6111
|
-
/** @deprecated use `CreateProjectProjectsValue$outboundSchema` instead. */
|
|
6112
|
-
const outboundSchema: z.ZodType<CreateProjectProjectsValue$Outbound, z.ZodTypeDef, CreateProjectProjectsValue>;
|
|
6113
|
-
/** @deprecated use `CreateProjectProjectsValue$Outbound` instead. */
|
|
6114
|
-
type Outbound = CreateProjectProjectsValue$Outbound;
|
|
6115
|
-
}
|
|
6116
|
-
export declare function createProjectProjectsValueToJSON(createProjectProjectsValue: CreateProjectProjectsValue): string;
|
|
6117
|
-
export declare function createProjectProjectsValueFromJSON(jsonString: string): SafeParseResult<CreateProjectProjectsValue, SDKValidationError>;
|
|
6118
|
-
/** @internal */
|
|
6119
|
-
export declare const CreateProjectMissing$inboundSchema: z.ZodType<CreateProjectMissing, z.ZodTypeDef, unknown>;
|
|
6120
|
-
/** @internal */
|
|
6121
|
-
export type CreateProjectMissing$Outbound = {
|
|
6122
|
-
type: string;
|
|
6123
|
-
key?: string | undefined;
|
|
6124
|
-
value?: CreateProjectValueProjects2$Outbound | string | undefined;
|
|
6125
|
-
};
|
|
6126
|
-
/** @internal */
|
|
6127
|
-
export declare const CreateProjectMissing$outboundSchema: z.ZodType<CreateProjectMissing$Outbound, z.ZodTypeDef, CreateProjectMissing>;
|
|
6128
|
-
/**
|
|
6129
|
-
* @internal
|
|
6130
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6131
|
-
*/
|
|
6132
|
-
export declare namespace CreateProjectMissing$ {
|
|
6133
|
-
/** @deprecated use `CreateProjectMissing$inboundSchema` instead. */
|
|
6134
|
-
const inboundSchema: z.ZodType<CreateProjectMissing, z.ZodTypeDef, unknown>;
|
|
6135
|
-
/** @deprecated use `CreateProjectMissing$outboundSchema` instead. */
|
|
6136
|
-
const outboundSchema: z.ZodType<CreateProjectMissing$Outbound, z.ZodTypeDef, CreateProjectMissing>;
|
|
6137
|
-
/** @deprecated use `CreateProjectMissing$Outbound` instead. */
|
|
6138
|
-
type Outbound = CreateProjectMissing$Outbound;
|
|
6139
|
-
}
|
|
6140
|
-
export declare function createProjectMissingToJSON(createProjectMissing: CreateProjectMissing): string;
|
|
6141
|
-
export declare function createProjectMissingFromJSON(jsonString: string): SafeParseResult<CreateProjectMissing, SDKValidationError>;
|
|
6142
|
-
/** @internal */
|
|
6143
|
-
export declare const CreateProjectHandle$inboundSchema: z.ZodNativeEnum<typeof CreateProjectHandle>;
|
|
6144
|
-
/** @internal */
|
|
6145
|
-
export declare const CreateProjectHandle$outboundSchema: z.ZodNativeEnum<typeof CreateProjectHandle>;
|
|
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 CreateProjectHandle$ {
|
|
6151
|
-
/** @deprecated use `CreateProjectHandle$inboundSchema` instead. */
|
|
6152
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
6153
|
-
readonly Init: "init";
|
|
6154
|
-
readonly Finalize: "finalize";
|
|
6155
|
-
}>;
|
|
6156
|
-
/** @deprecated use `CreateProjectHandle$outboundSchema` instead. */
|
|
6157
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
6158
|
-
readonly Init: "init";
|
|
6159
|
-
readonly Finalize: "finalize";
|
|
6160
|
-
}>;
|
|
6161
|
-
}
|
|
6162
|
-
/** @internal */
|
|
6163
5870
|
export declare const CreateProjectAction$inboundSchema: z.ZodNativeEnum<typeof CreateProjectAction>;
|
|
6164
5871
|
/** @internal */
|
|
6165
5872
|
export declare const CreateProjectAction$outboundSchema: z.ZodNativeEnum<typeof CreateProjectAction>;
|
|
@@ -6170,141 +5877,15 @@ export declare const CreateProjectAction$outboundSchema: z.ZodNativeEnum<typeof
|
|
|
6170
5877
|
export declare namespace CreateProjectAction$ {
|
|
6171
5878
|
/** @deprecated use `CreateProjectAction$inboundSchema` instead. */
|
|
6172
5879
|
const inboundSchema: z.ZodNativeEnum<{
|
|
6173
|
-
readonly Deny: "deny";
|
|
6174
|
-
readonly Challenge: "challenge";
|
|
6175
5880
|
readonly Log: "log";
|
|
6176
|
-
readonly
|
|
6177
|
-
readonly
|
|
6178
|
-
readonly Redirect: "redirect";
|
|
5881
|
+
readonly Challenge: "challenge";
|
|
5882
|
+
readonly Deny: "deny";
|
|
6179
5883
|
}>;
|
|
6180
5884
|
/** @deprecated use `CreateProjectAction$outboundSchema` instead. */
|
|
6181
5885
|
const outboundSchema: z.ZodNativeEnum<{
|
|
6182
|
-
readonly Deny: "deny";
|
|
6183
|
-
readonly Challenge: "challenge";
|
|
6184
5886
|
readonly Log: "log";
|
|
6185
|
-
readonly Bypass: "bypass";
|
|
6186
|
-
readonly RateLimit: "rate_limit";
|
|
6187
|
-
readonly Redirect: "redirect";
|
|
6188
|
-
}>;
|
|
6189
|
-
}
|
|
6190
|
-
/** @internal */
|
|
6191
|
-
export declare const CreateProjectAlgo$inboundSchema: z.ZodNativeEnum<typeof CreateProjectAlgo>;
|
|
6192
|
-
/** @internal */
|
|
6193
|
-
export declare const CreateProjectAlgo$outboundSchema: z.ZodNativeEnum<typeof CreateProjectAlgo>;
|
|
6194
|
-
/**
|
|
6195
|
-
* @internal
|
|
6196
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6197
|
-
*/
|
|
6198
|
-
export declare namespace CreateProjectAlgo$ {
|
|
6199
|
-
/** @deprecated use `CreateProjectAlgo$inboundSchema` instead. */
|
|
6200
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
6201
|
-
readonly FixedWindow: "fixed_window";
|
|
6202
|
-
readonly TokenBucket: "token_bucket";
|
|
6203
|
-
}>;
|
|
6204
|
-
/** @deprecated use `CreateProjectAlgo$outboundSchema` instead. */
|
|
6205
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
6206
|
-
readonly FixedWindow: "fixed_window";
|
|
6207
|
-
readonly TokenBucket: "token_bucket";
|
|
6208
|
-
}>;
|
|
6209
|
-
}
|
|
6210
|
-
/** @internal */
|
|
6211
|
-
export declare const CreateProjectErl$inboundSchema: z.ZodType<CreateProjectErl, z.ZodTypeDef, unknown>;
|
|
6212
|
-
/** @internal */
|
|
6213
|
-
export type CreateProjectErl$Outbound = {
|
|
6214
|
-
algo: string;
|
|
6215
|
-
window: number;
|
|
6216
|
-
limit: number;
|
|
6217
|
-
keys: Array<string>;
|
|
6218
|
-
};
|
|
6219
|
-
/** @internal */
|
|
6220
|
-
export declare const CreateProjectErl$outboundSchema: z.ZodType<CreateProjectErl$Outbound, z.ZodTypeDef, CreateProjectErl>;
|
|
6221
|
-
/**
|
|
6222
|
-
* @internal
|
|
6223
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6224
|
-
*/
|
|
6225
|
-
export declare namespace CreateProjectErl$ {
|
|
6226
|
-
/** @deprecated use `CreateProjectErl$inboundSchema` instead. */
|
|
6227
|
-
const inboundSchema: z.ZodType<CreateProjectErl, z.ZodTypeDef, unknown>;
|
|
6228
|
-
/** @deprecated use `CreateProjectErl$outboundSchema` instead. */
|
|
6229
|
-
const outboundSchema: z.ZodType<CreateProjectErl$Outbound, z.ZodTypeDef, CreateProjectErl>;
|
|
6230
|
-
/** @deprecated use `CreateProjectErl$Outbound` instead. */
|
|
6231
|
-
type Outbound = CreateProjectErl$Outbound;
|
|
6232
|
-
}
|
|
6233
|
-
export declare function createProjectErlToJSON(createProjectErl: CreateProjectErl): string;
|
|
6234
|
-
export declare function createProjectErlFromJSON(jsonString: string): SafeParseResult<CreateProjectErl, SDKValidationError>;
|
|
6235
|
-
/** @internal */
|
|
6236
|
-
export declare const CreateProjectMitigate$inboundSchema: z.ZodType<CreateProjectMitigate, z.ZodTypeDef, unknown>;
|
|
6237
|
-
/** @internal */
|
|
6238
|
-
export type CreateProjectMitigate$Outbound = {
|
|
6239
|
-
action: string;
|
|
6240
|
-
rule_id: string;
|
|
6241
|
-
ttl?: number | undefined;
|
|
6242
|
-
erl?: CreateProjectErl$Outbound | undefined;
|
|
6243
|
-
};
|
|
6244
|
-
/** @internal */
|
|
6245
|
-
export declare const CreateProjectMitigate$outboundSchema: z.ZodType<CreateProjectMitigate$Outbound, z.ZodTypeDef, CreateProjectMitigate>;
|
|
6246
|
-
/**
|
|
6247
|
-
* @internal
|
|
6248
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6249
|
-
*/
|
|
6250
|
-
export declare namespace CreateProjectMitigate$ {
|
|
6251
|
-
/** @deprecated use `CreateProjectMitigate$inboundSchema` instead. */
|
|
6252
|
-
const inboundSchema: z.ZodType<CreateProjectMitigate, z.ZodTypeDef, unknown>;
|
|
6253
|
-
/** @deprecated use `CreateProjectMitigate$outboundSchema` instead. */
|
|
6254
|
-
const outboundSchema: z.ZodType<CreateProjectMitigate$Outbound, z.ZodTypeDef, CreateProjectMitigate>;
|
|
6255
|
-
/** @deprecated use `CreateProjectMitigate$Outbound` instead. */
|
|
6256
|
-
type Outbound = CreateProjectMitigate$Outbound;
|
|
6257
|
-
}
|
|
6258
|
-
export declare function createProjectMitigateToJSON(createProjectMitigate: CreateProjectMitigate): string;
|
|
6259
|
-
export declare function createProjectMitigateFromJSON(jsonString: string): SafeParseResult<CreateProjectMitigate, SDKValidationError>;
|
|
6260
|
-
/** @internal */
|
|
6261
|
-
export declare const CreateProjectFirewallRoutes$inboundSchema: z.ZodType<CreateProjectFirewallRoutes, z.ZodTypeDef, unknown>;
|
|
6262
|
-
/** @internal */
|
|
6263
|
-
export type CreateProjectFirewallRoutes$Outbound = {
|
|
6264
|
-
src?: CreateProjectSrc2$Outbound | string | undefined;
|
|
6265
|
-
has?: Array<CreateProjectHas$Outbound> | undefined;
|
|
6266
|
-
missing?: Array<CreateProjectMissing$Outbound> | undefined;
|
|
6267
|
-
dest?: string | undefined;
|
|
6268
|
-
status?: number | undefined;
|
|
6269
|
-
handle?: string | undefined;
|
|
6270
|
-
mitigate?: CreateProjectMitigate$Outbound | undefined;
|
|
6271
|
-
};
|
|
6272
|
-
/** @internal */
|
|
6273
|
-
export declare const CreateProjectFirewallRoutes$outboundSchema: z.ZodType<CreateProjectFirewallRoutes$Outbound, z.ZodTypeDef, CreateProjectFirewallRoutes>;
|
|
6274
|
-
/**
|
|
6275
|
-
* @internal
|
|
6276
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6277
|
-
*/
|
|
6278
|
-
export declare namespace CreateProjectFirewallRoutes$ {
|
|
6279
|
-
/** @deprecated use `CreateProjectFirewallRoutes$inboundSchema` instead. */
|
|
6280
|
-
const inboundSchema: z.ZodType<CreateProjectFirewallRoutes, z.ZodTypeDef, unknown>;
|
|
6281
|
-
/** @deprecated use `CreateProjectFirewallRoutes$outboundSchema` instead. */
|
|
6282
|
-
const outboundSchema: z.ZodType<CreateProjectFirewallRoutes$Outbound, z.ZodTypeDef, CreateProjectFirewallRoutes>;
|
|
6283
|
-
/** @deprecated use `CreateProjectFirewallRoutes$Outbound` instead. */
|
|
6284
|
-
type Outbound = CreateProjectFirewallRoutes$Outbound;
|
|
6285
|
-
}
|
|
6286
|
-
export declare function createProjectFirewallRoutesToJSON(createProjectFirewallRoutes: CreateProjectFirewallRoutes): string;
|
|
6287
|
-
export declare function createProjectFirewallRoutesFromJSON(jsonString: string): SafeParseResult<CreateProjectFirewallRoutes, SDKValidationError>;
|
|
6288
|
-
/** @internal */
|
|
6289
|
-
export declare const CreateProjectProjectsAction$inboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsAction>;
|
|
6290
|
-
/** @internal */
|
|
6291
|
-
export declare const CreateProjectProjectsAction$outboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsAction>;
|
|
6292
|
-
/**
|
|
6293
|
-
* @internal
|
|
6294
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6295
|
-
*/
|
|
6296
|
-
export declare namespace CreateProjectProjectsAction$ {
|
|
6297
|
-
/** @deprecated use `CreateProjectProjectsAction$inboundSchema` instead. */
|
|
6298
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
6299
|
-
readonly Deny: "deny";
|
|
6300
5887
|
readonly Challenge: "challenge";
|
|
6301
|
-
readonly Log: "log";
|
|
6302
|
-
}>;
|
|
6303
|
-
/** @deprecated use `CreateProjectProjectsAction$outboundSchema` instead. */
|
|
6304
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
6305
5888
|
readonly Deny: "deny";
|
|
6306
|
-
readonly Challenge: "challenge";
|
|
6307
|
-
readonly Log: "log";
|
|
6308
5889
|
}>;
|
|
6309
5890
|
}
|
|
6310
5891
|
/** @internal */
|
|
@@ -6331,25 +5912,25 @@ export declare namespace CreateProjectBotFilter$ {
|
|
|
6331
5912
|
export declare function createProjectBotFilterToJSON(createProjectBotFilter: CreateProjectBotFilter): string;
|
|
6332
5913
|
export declare function createProjectBotFilterFromJSON(jsonString: string): SafeParseResult<CreateProjectBotFilter, SDKValidationError>;
|
|
6333
5914
|
/** @internal */
|
|
6334
|
-
export declare const
|
|
5915
|
+
export declare const CreateProjectProjectsAction$inboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsAction>;
|
|
6335
5916
|
/** @internal */
|
|
6336
|
-
export declare const
|
|
5917
|
+
export declare const CreateProjectProjectsAction$outboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsAction>;
|
|
6337
5918
|
/**
|
|
6338
5919
|
* @internal
|
|
6339
5920
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6340
5921
|
*/
|
|
6341
|
-
export declare namespace
|
|
6342
|
-
/** @deprecated use `
|
|
5922
|
+
export declare namespace CreateProjectProjectsAction$ {
|
|
5923
|
+
/** @deprecated use `CreateProjectProjectsAction$inboundSchema` instead. */
|
|
6343
5924
|
const inboundSchema: z.ZodNativeEnum<{
|
|
6344
|
-
readonly Deny: "deny";
|
|
6345
|
-
readonly Challenge: "challenge";
|
|
6346
5925
|
readonly Log: "log";
|
|
5926
|
+
readonly Challenge: "challenge";
|
|
5927
|
+
readonly Deny: "deny";
|
|
6347
5928
|
}>;
|
|
6348
|
-
/** @deprecated use `
|
|
5929
|
+
/** @deprecated use `CreateProjectProjectsAction$outboundSchema` instead. */
|
|
6349
5930
|
const outboundSchema: z.ZodNativeEnum<{
|
|
6350
|
-
readonly Deny: "deny";
|
|
6351
|
-
readonly Challenge: "challenge";
|
|
6352
5931
|
readonly Log: "log";
|
|
5932
|
+
readonly Challenge: "challenge";
|
|
5933
|
+
readonly Deny: "deny";
|
|
6353
5934
|
}>;
|
|
6354
5935
|
}
|
|
6355
5936
|
/** @internal */
|
|
@@ -6376,25 +5957,25 @@ export declare namespace CreateProjectAiBots$ {
|
|
|
6376
5957
|
export declare function createProjectAiBotsToJSON(createProjectAiBots: CreateProjectAiBots): string;
|
|
6377
5958
|
export declare function createProjectAiBotsFromJSON(jsonString: string): SafeParseResult<CreateProjectAiBots, SDKValidationError>;
|
|
6378
5959
|
/** @internal */
|
|
6379
|
-
export declare const
|
|
5960
|
+
export declare const CreateProjectProjectsResponseAction$inboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponseAction>;
|
|
6380
5961
|
/** @internal */
|
|
6381
|
-
export declare const
|
|
5962
|
+
export declare const CreateProjectProjectsResponseAction$outboundSchema: z.ZodNativeEnum<typeof CreateProjectProjectsResponseAction>;
|
|
6382
5963
|
/**
|
|
6383
5964
|
* @internal
|
|
6384
5965
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6385
5966
|
*/
|
|
6386
|
-
export declare namespace
|
|
6387
|
-
/** @deprecated use `
|
|
5967
|
+
export declare namespace CreateProjectProjectsResponseAction$ {
|
|
5968
|
+
/** @deprecated use `CreateProjectProjectsResponseAction$inboundSchema` instead. */
|
|
6388
5969
|
const inboundSchema: z.ZodNativeEnum<{
|
|
6389
|
-
readonly Deny: "deny";
|
|
6390
|
-
readonly Challenge: "challenge";
|
|
6391
5970
|
readonly Log: "log";
|
|
5971
|
+
readonly Challenge: "challenge";
|
|
5972
|
+
readonly Deny: "deny";
|
|
6392
5973
|
}>;
|
|
6393
|
-
/** @deprecated use `
|
|
5974
|
+
/** @deprecated use `CreateProjectProjectsResponseAction$outboundSchema` instead. */
|
|
6394
5975
|
const outboundSchema: z.ZodNativeEnum<{
|
|
6395
|
-
readonly Deny: "deny";
|
|
6396
|
-
readonly Challenge: "challenge";
|
|
6397
5976
|
readonly Log: "log";
|
|
5977
|
+
readonly Challenge: "challenge";
|
|
5978
|
+
readonly Deny: "deny";
|
|
6398
5979
|
}>;
|
|
6399
5980
|
}
|
|
6400
5981
|
/** @internal */
|
|
@@ -6454,7 +6035,6 @@ export type CreateProjectSecurity$Outbound = {
|
|
|
6454
6035
|
firewallUpdatedAt?: number | undefined;
|
|
6455
6036
|
attackModeActiveUntil?: number | null | undefined;
|
|
6456
6037
|
firewallConfigVersion?: number | undefined;
|
|
6457
|
-
firewallRoutes?: Array<CreateProjectFirewallRoutes$Outbound> | undefined;
|
|
6458
6038
|
firewallSeawallEnabled?: boolean | undefined;
|
|
6459
6039
|
ja3Enabled?: boolean | undefined;
|
|
6460
6040
|
ja4Enabled?: boolean | undefined;
|
|
@@ -6597,7 +6177,7 @@ export type CreateProjectResponseBody$Outbound = {
|
|
|
6597
6177
|
id: string;
|
|
6598
6178
|
ipBuckets?: Array<CreateProjectIpBuckets$Outbound> | undefined;
|
|
6599
6179
|
latestDeployments?: Array<CreateProjectLatestDeployments$Outbound> | undefined;
|
|
6600
|
-
link?: CreateProjectLink1$Outbound | CreateProjectLink2$Outbound | CreateProjectLink3$Outbound | CreateProjectLink4$Outbound | undefined;
|
|
6180
|
+
link?: CreateProjectLink1$Outbound | CreateProjectLink2$Outbound | CreateProjectLink3$Outbound | CreateProjectLink4$Outbound | CreateProjectLink5$Outbound | undefined;
|
|
6601
6181
|
microfrontends?: CreateProjectMicrofrontends1$Outbound | CreateProjectMicrofrontends2$Outbound | undefined;
|
|
6602
6182
|
name: string;
|
|
6603
6183
|
nodeVersion: string;
|
|
@@ -6646,6 +6226,7 @@ export type CreateProjectResponseBody$Outbound = {
|
|
|
6646
6226
|
oidcTokenConfig?: CreateProjectOidcTokenConfig$Outbound | undefined;
|
|
6647
6227
|
tier?: string | undefined;
|
|
6648
6228
|
features?: CreateProjectFeatures$Outbound | undefined;
|
|
6229
|
+
v0?: boolean | undefined;
|
|
6649
6230
|
};
|
|
6650
6231
|
/** @internal */
|
|
6651
6232
|
export declare const CreateProjectResponseBody$outboundSchema: z.ZodType<CreateProjectResponseBody$Outbound, z.ZodTypeDef, CreateProjectResponseBody>;
|