@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
|
@@ -84,8 +84,8 @@ export type GetProjectsSpeedInsights = {
|
|
|
84
84
|
paidAt?: number | undefined;
|
|
85
85
|
};
|
|
86
86
|
export declare const GetProjectsEnvId2: {
|
|
87
|
-
readonly Production: "production";
|
|
88
87
|
readonly Preview: "preview";
|
|
88
|
+
readonly Production: "production";
|
|
89
89
|
};
|
|
90
90
|
export type GetProjectsEnvId2 = ClosedEnum<typeof GetProjectsEnvId2>;
|
|
91
91
|
export type GetProjectsEnvId = string | GetProjectsEnvId2;
|
|
@@ -96,6 +96,7 @@ export type GetProjectsAws = {
|
|
|
96
96
|
export type GetProjectsConnectConfigurations = {
|
|
97
97
|
envId: string | GetProjectsEnvId2;
|
|
98
98
|
connectConfigurationId: string;
|
|
99
|
+
dc?: string | undefined;
|
|
99
100
|
passive: boolean;
|
|
100
101
|
buildsEnabled: boolean;
|
|
101
102
|
aws?: GetProjectsAws | undefined;
|
|
@@ -335,8 +336,8 @@ export type GetProjectsEnv = {
|
|
|
335
336
|
* The type of environment (production, preview, or development)
|
|
336
337
|
*/
|
|
337
338
|
export declare const GetProjectsProjectsType: {
|
|
338
|
-
readonly Production: "production";
|
|
339
339
|
readonly Preview: "preview";
|
|
340
|
+
readonly Production: "production";
|
|
340
341
|
readonly Development: "development";
|
|
341
342
|
};
|
|
342
343
|
/**
|
|
@@ -488,6 +489,7 @@ export declare const GetProjectsFramework: {
|
|
|
488
489
|
readonly Sanity: "sanity";
|
|
489
490
|
readonly Storybook: "storybook";
|
|
490
491
|
readonly Nitro: "nitro";
|
|
492
|
+
readonly Hono: "hono";
|
|
491
493
|
};
|
|
492
494
|
export type GetProjectsFramework = ClosedEnum<typeof GetProjectsFramework>;
|
|
493
495
|
export type GetProjectsIpBuckets = {
|
|
@@ -625,18 +627,18 @@ export type GetProjectsLatestDeployments = {
|
|
|
625
627
|
userId: string;
|
|
626
628
|
withCache?: boolean | undefined;
|
|
627
629
|
};
|
|
628
|
-
export declare const
|
|
630
|
+
export declare const GetProjectsLinkProjectsResponse200ApplicationJSONType: {
|
|
629
631
|
readonly GithubCustomHost: "github-custom-host";
|
|
630
632
|
};
|
|
631
|
-
export type
|
|
632
|
-
export type
|
|
633
|
+
export type GetProjectsLinkProjectsResponse200ApplicationJSONType = ClosedEnum<typeof GetProjectsLinkProjectsResponse200ApplicationJSONType>;
|
|
634
|
+
export type GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks = {
|
|
633
635
|
createdAt?: number | undefined;
|
|
634
636
|
id: string;
|
|
635
637
|
name: string;
|
|
636
638
|
ref: string;
|
|
637
639
|
url: string;
|
|
638
640
|
};
|
|
639
|
-
export type
|
|
641
|
+
export type GetProjectsLink5 = {
|
|
640
642
|
org?: string | undefined;
|
|
641
643
|
/**
|
|
642
644
|
* 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.
|
|
@@ -644,52 +646,52 @@ export type GetProjectsLink4 = {
|
|
|
644
646
|
repoOwnerId?: number | undefined;
|
|
645
647
|
repo?: string | undefined;
|
|
646
648
|
repoId?: number | undefined;
|
|
647
|
-
type?:
|
|
649
|
+
type?: GetProjectsLinkProjectsResponse200ApplicationJSONType | undefined;
|
|
648
650
|
host?: string | undefined;
|
|
649
651
|
createdAt?: number | undefined;
|
|
650
|
-
deployHooks: Array<
|
|
652
|
+
deployHooks: Array<GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks>;
|
|
651
653
|
gitCredentialId?: string | undefined;
|
|
652
654
|
updatedAt?: number | undefined;
|
|
653
655
|
sourceless?: boolean | undefined;
|
|
654
656
|
productionBranch?: string | undefined;
|
|
655
657
|
};
|
|
656
|
-
export declare const
|
|
658
|
+
export declare const GetProjectsLinkProjectsResponse200Type: {
|
|
657
659
|
readonly Bitbucket: "bitbucket";
|
|
658
660
|
};
|
|
659
|
-
export type
|
|
660
|
-
export type
|
|
661
|
+
export type GetProjectsLinkProjectsResponse200Type = ClosedEnum<typeof GetProjectsLinkProjectsResponse200Type>;
|
|
662
|
+
export type GetProjectsLinkProjectsResponse200DeployHooks = {
|
|
661
663
|
createdAt?: number | undefined;
|
|
662
664
|
id: string;
|
|
663
665
|
name: string;
|
|
664
666
|
ref: string;
|
|
665
667
|
url: string;
|
|
666
668
|
};
|
|
667
|
-
export type
|
|
669
|
+
export type GetProjectsLink4 = {
|
|
668
670
|
name?: string | undefined;
|
|
669
671
|
slug?: string | undefined;
|
|
670
672
|
owner?: string | undefined;
|
|
671
|
-
type?:
|
|
673
|
+
type?: GetProjectsLinkProjectsResponse200Type | undefined;
|
|
672
674
|
uuid?: string | undefined;
|
|
673
675
|
workspaceUuid?: string | undefined;
|
|
674
676
|
createdAt?: number | undefined;
|
|
675
|
-
deployHooks: Array<
|
|
677
|
+
deployHooks: Array<GetProjectsLinkProjectsResponse200DeployHooks>;
|
|
676
678
|
gitCredentialId?: string | undefined;
|
|
677
679
|
updatedAt?: number | undefined;
|
|
678
680
|
sourceless?: boolean | undefined;
|
|
679
681
|
productionBranch?: string | undefined;
|
|
680
682
|
};
|
|
681
|
-
export declare const
|
|
683
|
+
export declare const GetProjectsLinkProjectsResponseType: {
|
|
682
684
|
readonly Gitlab: "gitlab";
|
|
683
685
|
};
|
|
684
|
-
export type
|
|
685
|
-
export type
|
|
686
|
+
export type GetProjectsLinkProjectsResponseType = ClosedEnum<typeof GetProjectsLinkProjectsResponseType>;
|
|
687
|
+
export type GetProjectsLinkProjectsResponseDeployHooks = {
|
|
686
688
|
createdAt?: number | undefined;
|
|
687
689
|
id: string;
|
|
688
690
|
name: string;
|
|
689
691
|
ref: string;
|
|
690
692
|
url: string;
|
|
691
693
|
};
|
|
692
|
-
export type
|
|
694
|
+
export type GetProjectsLink3 = {
|
|
693
695
|
projectId?: string | undefined;
|
|
694
696
|
projectName?: string | undefined;
|
|
695
697
|
projectNameWithNamespace?: string | undefined;
|
|
@@ -699,11 +701,38 @@ export type GetProjectsLink2 = {
|
|
|
699
701
|
*/
|
|
700
702
|
projectOwnerId?: number | undefined;
|
|
701
703
|
projectUrl?: string | undefined;
|
|
704
|
+
type?: GetProjectsLinkProjectsResponseType | undefined;
|
|
705
|
+
createdAt?: number | undefined;
|
|
706
|
+
deployHooks: Array<GetProjectsLinkProjectsResponseDeployHooks>;
|
|
707
|
+
gitCredentialId?: string | undefined;
|
|
708
|
+
updatedAt?: number | undefined;
|
|
709
|
+
sourceless?: boolean | undefined;
|
|
710
|
+
productionBranch?: string | undefined;
|
|
711
|
+
};
|
|
712
|
+
export declare const GetProjectsLinkProjectsType: {
|
|
713
|
+
readonly GithubLimited: "github-limited";
|
|
714
|
+
};
|
|
715
|
+
export type GetProjectsLinkProjectsType = ClosedEnum<typeof GetProjectsLinkProjectsType>;
|
|
716
|
+
export type GetProjectsLinkProjectsDeployHooks = {
|
|
717
|
+
createdAt?: number | undefined;
|
|
718
|
+
id: string;
|
|
719
|
+
name: string;
|
|
720
|
+
ref: string;
|
|
721
|
+
url: string;
|
|
722
|
+
};
|
|
723
|
+
export type GetProjectsLink2 = {
|
|
702
724
|
type?: GetProjectsLinkProjectsType | undefined;
|
|
725
|
+
repo?: string | undefined;
|
|
726
|
+
repoId?: number | undefined;
|
|
727
|
+
updatedAt?: number | undefined;
|
|
703
728
|
createdAt?: number | undefined;
|
|
729
|
+
org?: string | undefined;
|
|
730
|
+
/**
|
|
731
|
+
* 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.
|
|
732
|
+
*/
|
|
733
|
+
repoOwnerId?: number | undefined;
|
|
704
734
|
deployHooks: Array<GetProjectsLinkProjectsDeployHooks>;
|
|
705
735
|
gitCredentialId?: string | undefined;
|
|
706
|
-
updatedAt?: number | undefined;
|
|
707
736
|
sourceless?: boolean | undefined;
|
|
708
737
|
productionBranch?: string | undefined;
|
|
709
738
|
};
|
|
@@ -734,7 +763,7 @@ export type GetProjectsLink1 = {
|
|
|
734
763
|
sourceless?: boolean | undefined;
|
|
735
764
|
productionBranch?: string | undefined;
|
|
736
765
|
};
|
|
737
|
-
export type GetProjectsLink = GetProjectsLink1 | GetProjectsLink2 | GetProjectsLink3 | GetProjectsLink4;
|
|
766
|
+
export type GetProjectsLink = GetProjectsLink1 | GetProjectsLink2 | GetProjectsLink3 | GetProjectsLink4 | GetProjectsLink5;
|
|
738
767
|
export type GetProjectsMicrofrontends2 = {
|
|
739
768
|
updatedAt: number;
|
|
740
769
|
groupIds: Array<any>;
|
|
@@ -1029,6 +1058,7 @@ export type GetProjectsPermissions = {
|
|
|
1029
1058
|
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1030
1059
|
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1031
1060
|
deployment?: Array<ACLAction> | undefined;
|
|
1061
|
+
deploymentBuildLogs?: Array<ACLAction> | undefined;
|
|
1032
1062
|
deploymentCheck?: Array<ACLAction> | undefined;
|
|
1033
1063
|
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1034
1064
|
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
@@ -1079,6 +1109,7 @@ export type GetProjectsPermissions = {
|
|
|
1079
1109
|
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1080
1110
|
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1081
1111
|
projectTier?: Array<ACLAction> | undefined;
|
|
1112
|
+
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1082
1113
|
seawallConfig?: Array<ACLAction> | undefined;
|
|
1083
1114
|
skewProtection?: Array<ACLAction> | undefined;
|
|
1084
1115
|
analytics?: Array<ACLAction> | undefined;
|
|
@@ -1086,11 +1117,11 @@ export type GetProjectsPermissions = {
|
|
|
1086
1117
|
webAnalytics?: Array<ACLAction> | undefined;
|
|
1087
1118
|
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1088
1119
|
sonar?: Array<ACLAction> | undefined;
|
|
1120
|
+
oauth2Connection?: Array<ACLAction> | undefined;
|
|
1089
1121
|
user?: Array<ACLAction> | undefined;
|
|
1090
1122
|
userConnection?: Array<ACLAction> | undefined;
|
|
1091
1123
|
userSudo?: Array<ACLAction> | undefined;
|
|
1092
1124
|
webAuthn?: Array<ACLAction> | undefined;
|
|
1093
|
-
oauth2Connection?: Array<ACLAction> | undefined;
|
|
1094
1125
|
accessGroup?: Array<ACLAction> | undefined;
|
|
1095
1126
|
aliasGlobal?: Array<ACLAction> | undefined;
|
|
1096
1127
|
analyticsSampling?: Array<ACLAction> | undefined;
|
|
@@ -1103,6 +1134,7 @@ export type GetProjectsPermissions = {
|
|
|
1103
1134
|
billingInvoiceLanguage?: Array<ACLAction> | undefined;
|
|
1104
1135
|
billingPlan?: Array<ACLAction> | undefined;
|
|
1105
1136
|
billingPurchaseOrder?: Array<ACLAction> | undefined;
|
|
1137
|
+
billingRefund?: Array<ACLAction> | undefined;
|
|
1106
1138
|
billingTaxId?: Array<ACLAction> | undefined;
|
|
1107
1139
|
blob?: Array<ACLAction> | undefined;
|
|
1108
1140
|
budget?: Array<ACLAction> | undefined;
|
|
@@ -1112,6 +1144,7 @@ export type GetProjectsPermissions = {
|
|
|
1112
1144
|
concurrentBuilds?: Array<ACLAction> | undefined;
|
|
1113
1145
|
connect?: Array<ACLAction> | undefined;
|
|
1114
1146
|
connectConfiguration?: Array<ACLAction> | undefined;
|
|
1147
|
+
defaultDeploymentProtection?: Array<ACLAction> | undefined;
|
|
1115
1148
|
domain?: Array<ACLAction> | undefined;
|
|
1116
1149
|
domainAcceptDelegation?: Array<ACLAction> | undefined;
|
|
1117
1150
|
domainAuthCodes?: Array<ACLAction> | undefined;
|
|
@@ -1144,6 +1177,7 @@ export type GetProjectsPermissions = {
|
|
|
1144
1177
|
marketplaceInstallationMember?: Array<ACLAction> | undefined;
|
|
1145
1178
|
marketplaceBillingData?: Array<ACLAction> | undefined;
|
|
1146
1179
|
marketplaceInvoice?: Array<ACLAction> | undefined;
|
|
1180
|
+
marketplaceSettings?: Array<ACLAction> | undefined;
|
|
1147
1181
|
marketplaceExperimentationItem?: Array<ACLAction> | undefined;
|
|
1148
1182
|
marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
|
|
1149
1183
|
jobGlobal?: Array<ACLAction> | undefined;
|
|
@@ -1170,8 +1204,10 @@ export type GetProjectsPermissions = {
|
|
|
1170
1204
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1171
1205
|
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
1172
1206
|
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1207
|
+
observabilityFunnel?: Array<ACLAction> | undefined;
|
|
1173
1208
|
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
1174
1209
|
vercelAppInstallation?: Array<ACLAction> | undefined;
|
|
1210
|
+
vercelAppInstallationRequest?: Array<ACLAction> | undefined;
|
|
1175
1211
|
paymentMethod?: Array<ACLAction> | undefined;
|
|
1176
1212
|
permissions?: Array<ACLAction> | undefined;
|
|
1177
1213
|
postgres?: Array<ACLAction> | undefined;
|
|
@@ -1274,8 +1310,8 @@ export type GetProjectsProtectionBypass1 = {
|
|
|
1274
1310
|
};
|
|
1275
1311
|
export type GetProjectsProtectionBypass = GetProjectsProtectionBypass1 | GetProjectsProtectionBypass2;
|
|
1276
1312
|
export declare const GetProjectsTrustedIpsProjectsDeploymentType: {
|
|
1277
|
-
readonly Production: "production";
|
|
1278
1313
|
readonly Preview: "preview";
|
|
1314
|
+
readonly Production: "production";
|
|
1279
1315
|
readonly All: "all";
|
|
1280
1316
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1281
1317
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
@@ -1285,8 +1321,8 @@ export type GetProjectsTrustedIps2 = {
|
|
|
1285
1321
|
deploymentType: GetProjectsTrustedIpsProjectsDeploymentType;
|
|
1286
1322
|
};
|
|
1287
1323
|
export declare const GetProjectsTrustedIpsDeploymentType: {
|
|
1288
|
-
readonly Production: "production";
|
|
1289
1324
|
readonly Preview: "preview";
|
|
1325
|
+
readonly Production: "production";
|
|
1290
1326
|
readonly All: "all";
|
|
1291
1327
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1292
1328
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
@@ -1333,6 +1369,10 @@ export type GetProjectsGitProviderOptions = {
|
|
|
1333
1369
|
* 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
|
|
1334
1370
|
*/
|
|
1335
1371
|
createDeployments: GetProjectsCreateDeployments;
|
|
1372
|
+
/**
|
|
1373
|
+
* 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
|
|
1374
|
+
*/
|
|
1375
|
+
disableRepositoryDispatchEvents?: boolean | undefined;
|
|
1336
1376
|
};
|
|
1337
1377
|
export type GetProjectsWebAnalytics = {
|
|
1338
1378
|
id: string;
|
|
@@ -1341,157 +1381,35 @@ export type GetProjectsWebAnalytics = {
|
|
|
1341
1381
|
enabledAt?: number | undefined;
|
|
1342
1382
|
hasData?: boolean | undefined;
|
|
1343
1383
|
};
|
|
1344
|
-
export type GetProjectsSrc2 = {
|
|
1345
|
-
re?: string | undefined;
|
|
1346
|
-
eq?: string | undefined;
|
|
1347
|
-
neq?: string | undefined;
|
|
1348
|
-
inc?: Array<string> | undefined;
|
|
1349
|
-
ninc?: Array<string> | undefined;
|
|
1350
|
-
pre?: string | undefined;
|
|
1351
|
-
suf?: string | undefined;
|
|
1352
|
-
gt?: number | undefined;
|
|
1353
|
-
gte?: number | undefined;
|
|
1354
|
-
lt?: number | undefined;
|
|
1355
|
-
lte?: number | undefined;
|
|
1356
|
-
};
|
|
1357
|
-
export type GetProjectsSrc = GetProjectsSrc2 | string;
|
|
1358
|
-
export declare const GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType: {
|
|
1359
|
-
readonly Path: "path";
|
|
1360
|
-
readonly Host: "host";
|
|
1361
|
-
readonly Method: "method";
|
|
1362
|
-
readonly Header: "header";
|
|
1363
|
-
readonly Cookie: "cookie";
|
|
1364
|
-
readonly Query: "query";
|
|
1365
|
-
readonly IpAddress: "ip_address";
|
|
1366
|
-
readonly Protocol: "protocol";
|
|
1367
|
-
readonly Scheme: "scheme";
|
|
1368
|
-
readonly Environment: "environment";
|
|
1369
|
-
readonly Region: "region";
|
|
1370
|
-
readonly InitialRequestPath: "initial_request_path";
|
|
1371
|
-
};
|
|
1372
|
-
export type GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType = ClosedEnum<typeof GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType>;
|
|
1373
|
-
export type GetProjectsValue2 = {
|
|
1374
|
-
re?: string | undefined;
|
|
1375
|
-
eq?: string | undefined;
|
|
1376
|
-
neq?: string | undefined;
|
|
1377
|
-
inc?: Array<string> | undefined;
|
|
1378
|
-
ninc?: Array<string> | undefined;
|
|
1379
|
-
pre?: string | undefined;
|
|
1380
|
-
suf?: string | undefined;
|
|
1381
|
-
gt?: number | undefined;
|
|
1382
|
-
gte?: number | undefined;
|
|
1383
|
-
lt?: number | undefined;
|
|
1384
|
-
lte?: number | undefined;
|
|
1385
|
-
};
|
|
1386
|
-
export type GetProjectsValue = GetProjectsValue2 | string;
|
|
1387
|
-
export type GetProjectsHas = {
|
|
1388
|
-
type: GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType;
|
|
1389
|
-
key?: string | undefined;
|
|
1390
|
-
value?: GetProjectsValue2 | string | undefined;
|
|
1391
|
-
};
|
|
1392
|
-
export declare const GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType: {
|
|
1393
|
-
readonly Path: "path";
|
|
1394
|
-
readonly Host: "host";
|
|
1395
|
-
readonly Method: "method";
|
|
1396
|
-
readonly Header: "header";
|
|
1397
|
-
readonly Cookie: "cookie";
|
|
1398
|
-
readonly Query: "query";
|
|
1399
|
-
readonly IpAddress: "ip_address";
|
|
1400
|
-
readonly Protocol: "protocol";
|
|
1401
|
-
readonly Scheme: "scheme";
|
|
1402
|
-
readonly Environment: "environment";
|
|
1403
|
-
readonly Region: "region";
|
|
1404
|
-
readonly InitialRequestPath: "initial_request_path";
|
|
1405
|
-
};
|
|
1406
|
-
export type GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType = ClosedEnum<typeof GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType>;
|
|
1407
|
-
export type GetProjectsValueProjects2 = {
|
|
1408
|
-
re?: string | undefined;
|
|
1409
|
-
eq?: string | undefined;
|
|
1410
|
-
neq?: string | undefined;
|
|
1411
|
-
inc?: Array<string> | undefined;
|
|
1412
|
-
ninc?: Array<string> | undefined;
|
|
1413
|
-
pre?: string | undefined;
|
|
1414
|
-
suf?: string | undefined;
|
|
1415
|
-
gt?: number | undefined;
|
|
1416
|
-
gte?: number | undefined;
|
|
1417
|
-
lt?: number | undefined;
|
|
1418
|
-
lte?: number | undefined;
|
|
1419
|
-
};
|
|
1420
|
-
export type GetProjectsProjectsValue = GetProjectsValueProjects2 | string;
|
|
1421
|
-
export type GetProjectsMissing = {
|
|
1422
|
-
type: GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType;
|
|
1423
|
-
key?: string | undefined;
|
|
1424
|
-
value?: GetProjectsValueProjects2 | string | undefined;
|
|
1425
|
-
};
|
|
1426
|
-
export declare const GetProjectsHandle: {
|
|
1427
|
-
readonly Init: "init";
|
|
1428
|
-
readonly Finalize: "finalize";
|
|
1429
|
-
};
|
|
1430
|
-
export type GetProjectsHandle = ClosedEnum<typeof GetProjectsHandle>;
|
|
1431
1384
|
export declare const GetProjectsAction: {
|
|
1432
|
-
readonly Deny: "deny";
|
|
1433
|
-
readonly Challenge: "challenge";
|
|
1434
1385
|
readonly Log: "log";
|
|
1435
|
-
readonly
|
|
1436
|
-
readonly
|
|
1437
|
-
readonly Redirect: "redirect";
|
|
1386
|
+
readonly Challenge: "challenge";
|
|
1387
|
+
readonly Deny: "deny";
|
|
1438
1388
|
};
|
|
1439
1389
|
export type GetProjectsAction = ClosedEnum<typeof GetProjectsAction>;
|
|
1440
|
-
export
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
};
|
|
1444
|
-
export type GetProjectsAlgo = ClosedEnum<typeof GetProjectsAlgo>;
|
|
1445
|
-
export type GetProjectsErl = {
|
|
1446
|
-
algo: GetProjectsAlgo;
|
|
1447
|
-
window: number;
|
|
1448
|
-
limit: number;
|
|
1449
|
-
keys: Array<string>;
|
|
1450
|
-
};
|
|
1451
|
-
export type GetProjectsMitigate = {
|
|
1452
|
-
action: GetProjectsAction;
|
|
1453
|
-
ruleId: string;
|
|
1454
|
-
ttl?: number | undefined;
|
|
1455
|
-
erl?: GetProjectsErl | undefined;
|
|
1456
|
-
};
|
|
1457
|
-
export type GetProjectsFirewallRoutes = {
|
|
1458
|
-
src?: GetProjectsSrc2 | string | undefined;
|
|
1459
|
-
has?: Array<GetProjectsHas> | undefined;
|
|
1460
|
-
missing?: Array<GetProjectsMissing> | undefined;
|
|
1461
|
-
dest?: string | undefined;
|
|
1462
|
-
status?: number | undefined;
|
|
1463
|
-
handle?: GetProjectsHandle | undefined;
|
|
1464
|
-
mitigate?: GetProjectsMitigate | undefined;
|
|
1390
|
+
export type GetProjectsBotFilter = {
|
|
1391
|
+
active: boolean;
|
|
1392
|
+
action?: GetProjectsAction | undefined;
|
|
1465
1393
|
};
|
|
1466
1394
|
export declare const GetProjectsProjectsAction: {
|
|
1467
|
-
readonly Deny: "deny";
|
|
1468
|
-
readonly Challenge: "challenge";
|
|
1469
1395
|
readonly Log: "log";
|
|
1396
|
+
readonly Challenge: "challenge";
|
|
1397
|
+
readonly Deny: "deny";
|
|
1470
1398
|
};
|
|
1471
1399
|
export type GetProjectsProjectsAction = ClosedEnum<typeof GetProjectsProjectsAction>;
|
|
1472
|
-
export type
|
|
1400
|
+
export type GetProjectsAiBots = {
|
|
1473
1401
|
active: boolean;
|
|
1474
1402
|
action?: GetProjectsProjectsAction | undefined;
|
|
1475
1403
|
};
|
|
1476
1404
|
export declare const GetProjectsProjectsResponseAction: {
|
|
1477
|
-
readonly Deny: "deny";
|
|
1478
|
-
readonly Challenge: "challenge";
|
|
1479
1405
|
readonly Log: "log";
|
|
1480
|
-
};
|
|
1481
|
-
export type GetProjectsProjectsResponseAction = ClosedEnum<typeof GetProjectsProjectsResponseAction>;
|
|
1482
|
-
export type GetProjectsAiBots = {
|
|
1483
|
-
active: boolean;
|
|
1484
|
-
action?: GetProjectsProjectsResponseAction | undefined;
|
|
1485
|
-
};
|
|
1486
|
-
export declare const GetProjectsProjectsResponse200Action: {
|
|
1487
|
-
readonly Deny: "deny";
|
|
1488
1406
|
readonly Challenge: "challenge";
|
|
1489
|
-
readonly
|
|
1407
|
+
readonly Deny: "deny";
|
|
1490
1408
|
};
|
|
1491
|
-
export type
|
|
1409
|
+
export type GetProjectsProjectsResponseAction = ClosedEnum<typeof GetProjectsProjectsResponseAction>;
|
|
1492
1410
|
export type GetProjectsOwasp = {
|
|
1493
1411
|
active: boolean;
|
|
1494
|
-
action?:
|
|
1412
|
+
action?: GetProjectsProjectsResponseAction | undefined;
|
|
1495
1413
|
};
|
|
1496
1414
|
export type GetProjectsManagedRules = {
|
|
1497
1415
|
botFilter: GetProjectsBotFilter;
|
|
@@ -1505,7 +1423,6 @@ export type GetProjectsSecurity = {
|
|
|
1505
1423
|
firewallUpdatedAt?: number | undefined;
|
|
1506
1424
|
attackModeActiveUntil?: number | null | undefined;
|
|
1507
1425
|
firewallConfigVersion?: number | undefined;
|
|
1508
|
-
firewallRoutes?: Array<GetProjectsFirewallRoutes> | undefined;
|
|
1509
1426
|
firewallSeawallEnabled?: boolean | undefined;
|
|
1510
1427
|
ja3Enabled?: boolean | undefined;
|
|
1511
1428
|
ja4Enabled?: boolean | undefined;
|
|
@@ -1572,7 +1489,7 @@ export type GetProjectsProjects = {
|
|
|
1572
1489
|
id: string;
|
|
1573
1490
|
ipBuckets?: Array<GetProjectsIpBuckets> | undefined;
|
|
1574
1491
|
latestDeployments?: Array<GetProjectsLatestDeployments> | undefined;
|
|
1575
|
-
link?: GetProjectsLink1 | GetProjectsLink2 | GetProjectsLink3 | GetProjectsLink4 | undefined;
|
|
1492
|
+
link?: GetProjectsLink1 | GetProjectsLink2 | GetProjectsLink3 | GetProjectsLink4 | GetProjectsLink5 | undefined;
|
|
1576
1493
|
microfrontends?: GetProjectsMicrofrontends1 | GetProjectsMicrofrontends2 | undefined;
|
|
1577
1494
|
name: string;
|
|
1578
1495
|
nodeVersion: GetProjectsNodeVersion;
|
|
@@ -1627,6 +1544,7 @@ export type GetProjectsProjects = {
|
|
|
1627
1544
|
oidcTokenConfig?: GetProjectsOidcTokenConfig | undefined;
|
|
1628
1545
|
tier?: GetProjectsTier | undefined;
|
|
1629
1546
|
features?: GetProjectsFeatures | undefined;
|
|
1547
|
+
v0?: boolean | undefined;
|
|
1630
1548
|
};
|
|
1631
1549
|
/**
|
|
1632
1550
|
* The paginated list of projects
|
|
@@ -1758,13 +1676,13 @@ export declare const GetProjectsEnvId2$outboundSchema: z.ZodNativeEnum<typeof Ge
|
|
|
1758
1676
|
export declare namespace GetProjectsEnvId2$ {
|
|
1759
1677
|
/** @deprecated use `GetProjectsEnvId2$inboundSchema` instead. */
|
|
1760
1678
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1761
|
-
readonly Production: "production";
|
|
1762
1679
|
readonly Preview: "preview";
|
|
1680
|
+
readonly Production: "production";
|
|
1763
1681
|
}>;
|
|
1764
1682
|
/** @deprecated use `GetProjectsEnvId2$outboundSchema` instead. */
|
|
1765
1683
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1766
|
-
readonly Production: "production";
|
|
1767
1684
|
readonly Preview: "preview";
|
|
1685
|
+
readonly Production: "production";
|
|
1768
1686
|
}>;
|
|
1769
1687
|
}
|
|
1770
1688
|
/** @internal */
|
|
@@ -1816,6 +1734,7 @@ export declare const GetProjectsConnectConfigurations$inboundSchema: z.ZodType<G
|
|
|
1816
1734
|
export type GetProjectsConnectConfigurations$Outbound = {
|
|
1817
1735
|
envId: string | string;
|
|
1818
1736
|
connectConfigurationId: string;
|
|
1737
|
+
dc?: string | undefined;
|
|
1819
1738
|
passive: boolean;
|
|
1820
1739
|
buildsEnabled: boolean;
|
|
1821
1740
|
aws?: GetProjectsAws$Outbound | undefined;
|
|
@@ -2759,14 +2678,14 @@ export declare const GetProjectsProjectsType$outboundSchema: z.ZodNativeEnum<typ
|
|
|
2759
2678
|
export declare namespace GetProjectsProjectsType$ {
|
|
2760
2679
|
/** @deprecated use `GetProjectsProjectsType$inboundSchema` instead. */
|
|
2761
2680
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2762
|
-
readonly Production: "production";
|
|
2763
2681
|
readonly Preview: "preview";
|
|
2682
|
+
readonly Production: "production";
|
|
2764
2683
|
readonly Development: "development";
|
|
2765
2684
|
}>;
|
|
2766
2685
|
/** @deprecated use `GetProjectsProjectsType$outboundSchema` instead. */
|
|
2767
2686
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2768
|
-
readonly Production: "production";
|
|
2769
2687
|
readonly Preview: "preview";
|
|
2688
|
+
readonly Production: "production";
|
|
2770
2689
|
readonly Development: "development";
|
|
2771
2690
|
}>;
|
|
2772
2691
|
}
|
|
@@ -2960,6 +2879,7 @@ export declare namespace GetProjectsFramework$ {
|
|
|
2960
2879
|
readonly Sanity: "sanity";
|
|
2961
2880
|
readonly Storybook: "storybook";
|
|
2962
2881
|
readonly Nitro: "nitro";
|
|
2882
|
+
readonly Hono: "hono";
|
|
2963
2883
|
}>;
|
|
2964
2884
|
/** @deprecated use `GetProjectsFramework$outboundSchema` instead. */
|
|
2965
2885
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -3010,6 +2930,7 @@ export declare namespace GetProjectsFramework$ {
|
|
|
3010
2930
|
readonly Sanity: "sanity";
|
|
3011
2931
|
readonly Storybook: "storybook";
|
|
3012
2932
|
readonly Nitro: "nitro";
|
|
2933
|
+
readonly Hono: "hono";
|
|
3013
2934
|
}>;
|
|
3014
2935
|
}
|
|
3015
2936
|
/** @internal */
|
|
@@ -3399,6 +3320,83 @@ export declare namespace GetProjectsLatestDeployments$ {
|
|
|
3399
3320
|
export declare function getProjectsLatestDeploymentsToJSON(getProjectsLatestDeployments: GetProjectsLatestDeployments): string;
|
|
3400
3321
|
export declare function getProjectsLatestDeploymentsFromJSON(jsonString: string): SafeParseResult<GetProjectsLatestDeployments, SDKValidationError>;
|
|
3401
3322
|
/** @internal */
|
|
3323
|
+
export declare const GetProjectsLinkProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponse200ApplicationJSONType>;
|
|
3324
|
+
/** @internal */
|
|
3325
|
+
export declare const GetProjectsLinkProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponse200ApplicationJSONType>;
|
|
3326
|
+
/**
|
|
3327
|
+
* @internal
|
|
3328
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3329
|
+
*/
|
|
3330
|
+
export declare namespace GetProjectsLinkProjectsResponse200ApplicationJSONType$ {
|
|
3331
|
+
/** @deprecated use `GetProjectsLinkProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
3332
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3333
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
3334
|
+
}>;
|
|
3335
|
+
/** @deprecated use `GetProjectsLinkProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
3336
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3337
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
3338
|
+
}>;
|
|
3339
|
+
}
|
|
3340
|
+
/** @internal */
|
|
3341
|
+
export declare const GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema: z.ZodType<GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks, z.ZodTypeDef, unknown>;
|
|
3342
|
+
/** @internal */
|
|
3343
|
+
export type GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound = {
|
|
3344
|
+
createdAt?: number | undefined;
|
|
3345
|
+
id: string;
|
|
3346
|
+
name: string;
|
|
3347
|
+
ref: string;
|
|
3348
|
+
url: string;
|
|
3349
|
+
};
|
|
3350
|
+
/** @internal */
|
|
3351
|
+
export declare const GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema: z.ZodType<GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound, z.ZodTypeDef, GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks>;
|
|
3352
|
+
/**
|
|
3353
|
+
* @internal
|
|
3354
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3355
|
+
*/
|
|
3356
|
+
export declare namespace GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$ {
|
|
3357
|
+
/** @deprecated use `GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema` instead. */
|
|
3358
|
+
const inboundSchema: z.ZodType<GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks, z.ZodTypeDef, unknown>;
|
|
3359
|
+
/** @deprecated use `GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema` instead. */
|
|
3360
|
+
const outboundSchema: z.ZodType<GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound, z.ZodTypeDef, GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks>;
|
|
3361
|
+
/** @deprecated use `GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound` instead. */
|
|
3362
|
+
type Outbound = GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound;
|
|
3363
|
+
}
|
|
3364
|
+
export declare function getProjectsLinkProjectsResponse200ApplicationJSONDeployHooksToJSON(getProjectsLinkProjectsResponse200ApplicationJSONDeployHooks: GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks): string;
|
|
3365
|
+
export declare function getProjectsLinkProjectsResponse200ApplicationJSONDeployHooksFromJSON(jsonString: string): SafeParseResult<GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks, SDKValidationError>;
|
|
3366
|
+
/** @internal */
|
|
3367
|
+
export declare const GetProjectsLink5$inboundSchema: z.ZodType<GetProjectsLink5, z.ZodTypeDef, unknown>;
|
|
3368
|
+
/** @internal */
|
|
3369
|
+
export type GetProjectsLink5$Outbound = {
|
|
3370
|
+
org?: string | undefined;
|
|
3371
|
+
repoOwnerId?: number | undefined;
|
|
3372
|
+
repo?: string | undefined;
|
|
3373
|
+
repoId?: number | undefined;
|
|
3374
|
+
type?: string | undefined;
|
|
3375
|
+
host?: string | undefined;
|
|
3376
|
+
createdAt?: number | undefined;
|
|
3377
|
+
deployHooks: Array<GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound>;
|
|
3378
|
+
gitCredentialId?: string | undefined;
|
|
3379
|
+
updatedAt?: number | undefined;
|
|
3380
|
+
sourceless?: boolean | undefined;
|
|
3381
|
+
productionBranch?: string | undefined;
|
|
3382
|
+
};
|
|
3383
|
+
/** @internal */
|
|
3384
|
+
export declare const GetProjectsLink5$outboundSchema: z.ZodType<GetProjectsLink5$Outbound, z.ZodTypeDef, GetProjectsLink5>;
|
|
3385
|
+
/**
|
|
3386
|
+
* @internal
|
|
3387
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3388
|
+
*/
|
|
3389
|
+
export declare namespace GetProjectsLink5$ {
|
|
3390
|
+
/** @deprecated use `GetProjectsLink5$inboundSchema` instead. */
|
|
3391
|
+
const inboundSchema: z.ZodType<GetProjectsLink5, z.ZodTypeDef, unknown>;
|
|
3392
|
+
/** @deprecated use `GetProjectsLink5$outboundSchema` instead. */
|
|
3393
|
+
const outboundSchema: z.ZodType<GetProjectsLink5$Outbound, z.ZodTypeDef, GetProjectsLink5>;
|
|
3394
|
+
/** @deprecated use `GetProjectsLink5$Outbound` instead. */
|
|
3395
|
+
type Outbound = GetProjectsLink5$Outbound;
|
|
3396
|
+
}
|
|
3397
|
+
export declare function getProjectsLink5ToJSON(getProjectsLink5: GetProjectsLink5): string;
|
|
3398
|
+
export declare function getProjectsLink5FromJSON(jsonString: string): SafeParseResult<GetProjectsLink5, SDKValidationError>;
|
|
3399
|
+
/** @internal */
|
|
3402
3400
|
export declare const GetProjectsLinkProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponse200Type>;
|
|
3403
3401
|
/** @internal */
|
|
3404
3402
|
export declare const GetProjectsLinkProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponse200Type>;
|
|
@@ -3409,11 +3407,11 @@ export declare const GetProjectsLinkProjectsResponse200Type$outboundSchema: z.Zo
|
|
|
3409
3407
|
export declare namespace GetProjectsLinkProjectsResponse200Type$ {
|
|
3410
3408
|
/** @deprecated use `GetProjectsLinkProjectsResponse200Type$inboundSchema` instead. */
|
|
3411
3409
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3412
|
-
readonly
|
|
3410
|
+
readonly Bitbucket: "bitbucket";
|
|
3413
3411
|
}>;
|
|
3414
3412
|
/** @deprecated use `GetProjectsLinkProjectsResponse200Type$outboundSchema` instead. */
|
|
3415
3413
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3416
|
-
readonly
|
|
3414
|
+
readonly Bitbucket: "bitbucket";
|
|
3417
3415
|
}>;
|
|
3418
3416
|
}
|
|
3419
3417
|
/** @internal */
|
|
@@ -3446,12 +3444,12 @@ export declare function getProjectsLinkProjectsResponse200DeployHooksFromJSON(js
|
|
|
3446
3444
|
export declare const GetProjectsLink4$inboundSchema: z.ZodType<GetProjectsLink4, z.ZodTypeDef, unknown>;
|
|
3447
3445
|
/** @internal */
|
|
3448
3446
|
export type GetProjectsLink4$Outbound = {
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
repoId?: number | undefined;
|
|
3447
|
+
name?: string | undefined;
|
|
3448
|
+
slug?: string | undefined;
|
|
3449
|
+
owner?: string | undefined;
|
|
3453
3450
|
type?: string | undefined;
|
|
3454
|
-
|
|
3451
|
+
uuid?: string | undefined;
|
|
3452
|
+
workspaceUuid?: string | undefined;
|
|
3455
3453
|
createdAt?: number | undefined;
|
|
3456
3454
|
deployHooks: Array<GetProjectsLinkProjectsResponse200DeployHooks$Outbound>;
|
|
3457
3455
|
gitCredentialId?: string | undefined;
|
|
@@ -3486,11 +3484,11 @@ export declare const GetProjectsLinkProjectsResponseType$outboundSchema: z.ZodNa
|
|
|
3486
3484
|
export declare namespace GetProjectsLinkProjectsResponseType$ {
|
|
3487
3485
|
/** @deprecated use `GetProjectsLinkProjectsResponseType$inboundSchema` instead. */
|
|
3488
3486
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3489
|
-
readonly
|
|
3487
|
+
readonly Gitlab: "gitlab";
|
|
3490
3488
|
}>;
|
|
3491
3489
|
/** @deprecated use `GetProjectsLinkProjectsResponseType$outboundSchema` instead. */
|
|
3492
3490
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3493
|
-
readonly
|
|
3491
|
+
readonly Gitlab: "gitlab";
|
|
3494
3492
|
}>;
|
|
3495
3493
|
}
|
|
3496
3494
|
/** @internal */
|
|
@@ -3523,12 +3521,13 @@ export declare function getProjectsLinkProjectsResponseDeployHooksFromJSON(jsonS
|
|
|
3523
3521
|
export declare const GetProjectsLink3$inboundSchema: z.ZodType<GetProjectsLink3, z.ZodTypeDef, unknown>;
|
|
3524
3522
|
/** @internal */
|
|
3525
3523
|
export type GetProjectsLink3$Outbound = {
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3524
|
+
projectId?: string | undefined;
|
|
3525
|
+
projectName?: string | undefined;
|
|
3526
|
+
projectNameWithNamespace?: string | undefined;
|
|
3527
|
+
projectNamespace?: string | undefined;
|
|
3528
|
+
projectOwnerId?: number | undefined;
|
|
3529
|
+
projectUrl?: string | undefined;
|
|
3529
3530
|
type?: string | undefined;
|
|
3530
|
-
uuid?: string | undefined;
|
|
3531
|
-
workspaceUuid?: string | undefined;
|
|
3532
3531
|
createdAt?: number | undefined;
|
|
3533
3532
|
deployHooks: Array<GetProjectsLinkProjectsResponseDeployHooks$Outbound>;
|
|
3534
3533
|
gitCredentialId?: string | undefined;
|
|
@@ -3563,11 +3562,11 @@ export declare const GetProjectsLinkProjectsType$outboundSchema: z.ZodNativeEnum
|
|
|
3563
3562
|
export declare namespace GetProjectsLinkProjectsType$ {
|
|
3564
3563
|
/** @deprecated use `GetProjectsLinkProjectsType$inboundSchema` instead. */
|
|
3565
3564
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3566
|
-
readonly
|
|
3565
|
+
readonly GithubLimited: "github-limited";
|
|
3567
3566
|
}>;
|
|
3568
3567
|
/** @deprecated use `GetProjectsLinkProjectsType$outboundSchema` instead. */
|
|
3569
3568
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3570
|
-
readonly
|
|
3569
|
+
readonly GithubLimited: "github-limited";
|
|
3571
3570
|
}>;
|
|
3572
3571
|
}
|
|
3573
3572
|
/** @internal */
|
|
@@ -3600,17 +3599,15 @@ export declare function getProjectsLinkProjectsDeployHooksFromJSON(jsonString: s
|
|
|
3600
3599
|
export declare const GetProjectsLink2$inboundSchema: z.ZodType<GetProjectsLink2, z.ZodTypeDef, unknown>;
|
|
3601
3600
|
/** @internal */
|
|
3602
3601
|
export type GetProjectsLink2$Outbound = {
|
|
3603
|
-
projectId?: string | undefined;
|
|
3604
|
-
projectName?: string | undefined;
|
|
3605
|
-
projectNameWithNamespace?: string | undefined;
|
|
3606
|
-
projectNamespace?: string | undefined;
|
|
3607
|
-
projectOwnerId?: number | undefined;
|
|
3608
|
-
projectUrl?: string | undefined;
|
|
3609
3602
|
type?: string | undefined;
|
|
3603
|
+
repo?: string | undefined;
|
|
3604
|
+
repoId?: number | undefined;
|
|
3605
|
+
updatedAt?: number | undefined;
|
|
3610
3606
|
createdAt?: number | undefined;
|
|
3607
|
+
org?: string | undefined;
|
|
3608
|
+
repoOwnerId?: number | undefined;
|
|
3611
3609
|
deployHooks: Array<GetProjectsLinkProjectsDeployHooks$Outbound>;
|
|
3612
3610
|
gitCredentialId?: string | undefined;
|
|
3613
|
-
updatedAt?: number | undefined;
|
|
3614
3611
|
sourceless?: boolean | undefined;
|
|
3615
3612
|
productionBranch?: string | undefined;
|
|
3616
3613
|
};
|
|
@@ -3709,7 +3706,7 @@ export declare function getProjectsLink1FromJSON(jsonString: string): SafeParseR
|
|
|
3709
3706
|
/** @internal */
|
|
3710
3707
|
export declare const GetProjectsLink$inboundSchema: z.ZodType<GetProjectsLink, z.ZodTypeDef, unknown>;
|
|
3711
3708
|
/** @internal */
|
|
3712
|
-
export type GetProjectsLink$Outbound = GetProjectsLink1$Outbound | GetProjectsLink2$Outbound | GetProjectsLink3$Outbound | GetProjectsLink4$Outbound;
|
|
3709
|
+
export type GetProjectsLink$Outbound = GetProjectsLink1$Outbound | GetProjectsLink2$Outbound | GetProjectsLink3$Outbound | GetProjectsLink4$Outbound | GetProjectsLink5$Outbound;
|
|
3713
3710
|
/** @internal */
|
|
3714
3711
|
export declare const GetProjectsLink$outboundSchema: z.ZodType<GetProjectsLink$Outbound, z.ZodTypeDef, GetProjectsLink>;
|
|
3715
3712
|
/**
|
|
@@ -4526,6 +4523,7 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
4526
4523
|
connectConfigurationLink?: Array<string> | undefined;
|
|
4527
4524
|
dataCacheNamespace?: Array<string> | undefined;
|
|
4528
4525
|
deployment?: Array<string> | undefined;
|
|
4526
|
+
deploymentBuildLogs?: Array<string> | undefined;
|
|
4529
4527
|
deploymentCheck?: Array<string> | undefined;
|
|
4530
4528
|
deploymentCheckPreview?: Array<string> | undefined;
|
|
4531
4529
|
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
@@ -4576,6 +4574,7 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
4576
4574
|
projectDeploymentExpiration?: Array<string> | undefined;
|
|
4577
4575
|
projectRollingRelease?: Array<string> | undefined;
|
|
4578
4576
|
projectTier?: Array<string> | undefined;
|
|
4577
|
+
projectOIDCToken?: Array<string> | undefined;
|
|
4579
4578
|
seawallConfig?: Array<string> | undefined;
|
|
4580
4579
|
skewProtection?: Array<string> | undefined;
|
|
4581
4580
|
analytics?: Array<string> | undefined;
|
|
@@ -4583,11 +4582,11 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
4583
4582
|
webAnalytics?: Array<string> | undefined;
|
|
4584
4583
|
sharedEnvVarConnection?: Array<string> | undefined;
|
|
4585
4584
|
sonar?: Array<string> | undefined;
|
|
4585
|
+
oauth2Connection?: Array<string> | undefined;
|
|
4586
4586
|
user?: Array<string> | undefined;
|
|
4587
4587
|
userConnection?: Array<string> | undefined;
|
|
4588
4588
|
userSudo?: Array<string> | undefined;
|
|
4589
4589
|
webAuthn?: Array<string> | undefined;
|
|
4590
|
-
oauth2Connection?: Array<string> | undefined;
|
|
4591
4590
|
accessGroup?: Array<string> | undefined;
|
|
4592
4591
|
aliasGlobal?: Array<string> | undefined;
|
|
4593
4592
|
analyticsSampling?: Array<string> | undefined;
|
|
@@ -4600,6 +4599,7 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
4600
4599
|
billingInvoiceLanguage?: Array<string> | undefined;
|
|
4601
4600
|
billingPlan?: Array<string> | undefined;
|
|
4602
4601
|
billingPurchaseOrder?: Array<string> | undefined;
|
|
4602
|
+
billingRefund?: Array<string> | undefined;
|
|
4603
4603
|
billingTaxId?: Array<string> | undefined;
|
|
4604
4604
|
blob?: Array<string> | undefined;
|
|
4605
4605
|
budget?: Array<string> | undefined;
|
|
@@ -4609,6 +4609,7 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
4609
4609
|
concurrentBuilds?: Array<string> | undefined;
|
|
4610
4610
|
connect?: Array<string> | undefined;
|
|
4611
4611
|
connectConfiguration?: Array<string> | undefined;
|
|
4612
|
+
defaultDeploymentProtection?: Array<string> | undefined;
|
|
4612
4613
|
domain?: Array<string> | undefined;
|
|
4613
4614
|
domainAcceptDelegation?: Array<string> | undefined;
|
|
4614
4615
|
domainAuthCodes?: Array<string> | undefined;
|
|
@@ -4641,6 +4642,7 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
4641
4642
|
marketplaceInstallationMember?: Array<string> | undefined;
|
|
4642
4643
|
marketplaceBillingData?: Array<string> | undefined;
|
|
4643
4644
|
marketplaceInvoice?: Array<string> | undefined;
|
|
4645
|
+
marketplaceSettings?: Array<string> | undefined;
|
|
4644
4646
|
marketplaceExperimentationItem?: Array<string> | undefined;
|
|
4645
4647
|
marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
|
|
4646
4648
|
jobGlobal?: Array<string> | undefined;
|
|
@@ -4667,8 +4669,10 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
4667
4669
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
4668
4670
|
observabilityConfiguration?: Array<string> | undefined;
|
|
4669
4671
|
observabilityNotebook?: Array<string> | undefined;
|
|
4672
|
+
observabilityFunnel?: Array<string> | undefined;
|
|
4670
4673
|
openTelemetryEndpoint?: Array<string> | undefined;
|
|
4671
4674
|
vercelAppInstallation?: Array<string> | undefined;
|
|
4675
|
+
vercelAppInstallationRequest?: Array<string> | undefined;
|
|
4672
4676
|
paymentMethod?: Array<string> | undefined;
|
|
4673
4677
|
permissions?: Array<string> | undefined;
|
|
4674
4678
|
postgres?: Array<string> | undefined;
|
|
@@ -4950,16 +4954,16 @@ export declare const GetProjectsTrustedIpsProjectsDeploymentType$outboundSchema:
|
|
|
4950
4954
|
export declare namespace GetProjectsTrustedIpsProjectsDeploymentType$ {
|
|
4951
4955
|
/** @deprecated use `GetProjectsTrustedIpsProjectsDeploymentType$inboundSchema` instead. */
|
|
4952
4956
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4953
|
-
readonly Production: "production";
|
|
4954
4957
|
readonly Preview: "preview";
|
|
4958
|
+
readonly Production: "production";
|
|
4955
4959
|
readonly All: "all";
|
|
4956
4960
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
4957
4961
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
4958
4962
|
}>;
|
|
4959
4963
|
/** @deprecated use `GetProjectsTrustedIpsProjectsDeploymentType$outboundSchema` instead. */
|
|
4960
4964
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4961
|
-
readonly Production: "production";
|
|
4962
4965
|
readonly Preview: "preview";
|
|
4966
|
+
readonly Production: "production";
|
|
4963
4967
|
readonly All: "all";
|
|
4964
4968
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
4965
4969
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
@@ -4998,16 +5002,16 @@ export declare const GetProjectsTrustedIpsDeploymentType$outboundSchema: z.ZodNa
|
|
|
4998
5002
|
export declare namespace GetProjectsTrustedIpsDeploymentType$ {
|
|
4999
5003
|
/** @deprecated use `GetProjectsTrustedIpsDeploymentType$inboundSchema` instead. */
|
|
5000
5004
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5001
|
-
readonly Production: "production";
|
|
5002
5005
|
readonly Preview: "preview";
|
|
5006
|
+
readonly Production: "production";
|
|
5003
5007
|
readonly All: "all";
|
|
5004
5008
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5005
5009
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5006
5010
|
}>;
|
|
5007
5011
|
/** @deprecated use `GetProjectsTrustedIpsDeploymentType$outboundSchema` instead. */
|
|
5008
5012
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5009
|
-
readonly Production: "production";
|
|
5010
5013
|
readonly Preview: "preview";
|
|
5014
|
+
readonly Production: "production";
|
|
5011
5015
|
readonly All: "all";
|
|
5012
5016
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5013
5017
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
@@ -5148,6 +5152,7 @@ export declare const GetProjectsGitProviderOptions$inboundSchema: z.ZodType<GetP
|
|
|
5148
5152
|
/** @internal */
|
|
5149
5153
|
export type GetProjectsGitProviderOptions$Outbound = {
|
|
5150
5154
|
createDeployments: string;
|
|
5155
|
+
disableRepositoryDispatchEvents?: boolean | undefined;
|
|
5151
5156
|
};
|
|
5152
5157
|
/** @internal */
|
|
5153
5158
|
export declare const GetProjectsGitProviderOptions$outboundSchema: z.ZodType<GetProjectsGitProviderOptions$Outbound, z.ZodTypeDef, GetProjectsGitProviderOptions>;
|
|
@@ -5192,310 +5197,6 @@ export declare namespace GetProjectsWebAnalytics$ {
|
|
|
5192
5197
|
export declare function getProjectsWebAnalyticsToJSON(getProjectsWebAnalytics: GetProjectsWebAnalytics): string;
|
|
5193
5198
|
export declare function getProjectsWebAnalyticsFromJSON(jsonString: string): SafeParseResult<GetProjectsWebAnalytics, SDKValidationError>;
|
|
5194
5199
|
/** @internal */
|
|
5195
|
-
export declare const GetProjectsSrc2$inboundSchema: z.ZodType<GetProjectsSrc2, z.ZodTypeDef, unknown>;
|
|
5196
|
-
/** @internal */
|
|
5197
|
-
export type GetProjectsSrc2$Outbound = {
|
|
5198
|
-
re?: string | undefined;
|
|
5199
|
-
eq?: string | undefined;
|
|
5200
|
-
neq?: string | undefined;
|
|
5201
|
-
inc?: Array<string> | undefined;
|
|
5202
|
-
ninc?: Array<string> | undefined;
|
|
5203
|
-
pre?: string | undefined;
|
|
5204
|
-
suf?: string | undefined;
|
|
5205
|
-
gt?: number | undefined;
|
|
5206
|
-
gte?: number | undefined;
|
|
5207
|
-
lt?: number | undefined;
|
|
5208
|
-
lte?: number | undefined;
|
|
5209
|
-
};
|
|
5210
|
-
/** @internal */
|
|
5211
|
-
export declare const GetProjectsSrc2$outboundSchema: z.ZodType<GetProjectsSrc2$Outbound, z.ZodTypeDef, GetProjectsSrc2>;
|
|
5212
|
-
/**
|
|
5213
|
-
* @internal
|
|
5214
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5215
|
-
*/
|
|
5216
|
-
export declare namespace GetProjectsSrc2$ {
|
|
5217
|
-
/** @deprecated use `GetProjectsSrc2$inboundSchema` instead. */
|
|
5218
|
-
const inboundSchema: z.ZodType<GetProjectsSrc2, z.ZodTypeDef, unknown>;
|
|
5219
|
-
/** @deprecated use `GetProjectsSrc2$outboundSchema` instead. */
|
|
5220
|
-
const outboundSchema: z.ZodType<GetProjectsSrc2$Outbound, z.ZodTypeDef, GetProjectsSrc2>;
|
|
5221
|
-
/** @deprecated use `GetProjectsSrc2$Outbound` instead. */
|
|
5222
|
-
type Outbound = GetProjectsSrc2$Outbound;
|
|
5223
|
-
}
|
|
5224
|
-
export declare function getProjectsSrc2ToJSON(getProjectsSrc2: GetProjectsSrc2): string;
|
|
5225
|
-
export declare function getProjectsSrc2FromJSON(jsonString: string): SafeParseResult<GetProjectsSrc2, SDKValidationError>;
|
|
5226
|
-
/** @internal */
|
|
5227
|
-
export declare const GetProjectsSrc$inboundSchema: z.ZodType<GetProjectsSrc, z.ZodTypeDef, unknown>;
|
|
5228
|
-
/** @internal */
|
|
5229
|
-
export type GetProjectsSrc$Outbound = GetProjectsSrc2$Outbound | string;
|
|
5230
|
-
/** @internal */
|
|
5231
|
-
export declare const GetProjectsSrc$outboundSchema: z.ZodType<GetProjectsSrc$Outbound, z.ZodTypeDef, GetProjectsSrc>;
|
|
5232
|
-
/**
|
|
5233
|
-
* @internal
|
|
5234
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5235
|
-
*/
|
|
5236
|
-
export declare namespace GetProjectsSrc$ {
|
|
5237
|
-
/** @deprecated use `GetProjectsSrc$inboundSchema` instead. */
|
|
5238
|
-
const inboundSchema: z.ZodType<GetProjectsSrc, z.ZodTypeDef, unknown>;
|
|
5239
|
-
/** @deprecated use `GetProjectsSrc$outboundSchema` instead. */
|
|
5240
|
-
const outboundSchema: z.ZodType<GetProjectsSrc$Outbound, z.ZodTypeDef, GetProjectsSrc>;
|
|
5241
|
-
/** @deprecated use `GetProjectsSrc$Outbound` instead. */
|
|
5242
|
-
type Outbound = GetProjectsSrc$Outbound;
|
|
5243
|
-
}
|
|
5244
|
-
export declare function getProjectsSrcToJSON(getProjectsSrc: GetProjectsSrc): string;
|
|
5245
|
-
export declare function getProjectsSrcFromJSON(jsonString: string): SafeParseResult<GetProjectsSrc, SDKValidationError>;
|
|
5246
|
-
/** @internal */
|
|
5247
|
-
export declare const GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType>;
|
|
5248
|
-
/** @internal */
|
|
5249
|
-
export declare const GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType>;
|
|
5250
|
-
/**
|
|
5251
|
-
* @internal
|
|
5252
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5253
|
-
*/
|
|
5254
|
-
export declare namespace GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType$ {
|
|
5255
|
-
/** @deprecated use `GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType$inboundSchema` instead. */
|
|
5256
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
5257
|
-
readonly Path: "path";
|
|
5258
|
-
readonly Host: "host";
|
|
5259
|
-
readonly Method: "method";
|
|
5260
|
-
readonly Header: "header";
|
|
5261
|
-
readonly Cookie: "cookie";
|
|
5262
|
-
readonly Query: "query";
|
|
5263
|
-
readonly IpAddress: "ip_address";
|
|
5264
|
-
readonly Protocol: "protocol";
|
|
5265
|
-
readonly Scheme: "scheme";
|
|
5266
|
-
readonly Environment: "environment";
|
|
5267
|
-
readonly Region: "region";
|
|
5268
|
-
readonly InitialRequestPath: "initial_request_path";
|
|
5269
|
-
}>;
|
|
5270
|
-
/** @deprecated use `GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityType$outboundSchema` instead. */
|
|
5271
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
5272
|
-
readonly Path: "path";
|
|
5273
|
-
readonly Host: "host";
|
|
5274
|
-
readonly Method: "method";
|
|
5275
|
-
readonly Header: "header";
|
|
5276
|
-
readonly Cookie: "cookie";
|
|
5277
|
-
readonly Query: "query";
|
|
5278
|
-
readonly IpAddress: "ip_address";
|
|
5279
|
-
readonly Protocol: "protocol";
|
|
5280
|
-
readonly Scheme: "scheme";
|
|
5281
|
-
readonly Environment: "environment";
|
|
5282
|
-
readonly Region: "region";
|
|
5283
|
-
readonly InitialRequestPath: "initial_request_path";
|
|
5284
|
-
}>;
|
|
5285
|
-
}
|
|
5286
|
-
/** @internal */
|
|
5287
|
-
export declare const GetProjectsValue2$inboundSchema: z.ZodType<GetProjectsValue2, z.ZodTypeDef, unknown>;
|
|
5288
|
-
/** @internal */
|
|
5289
|
-
export type GetProjectsValue2$Outbound = {
|
|
5290
|
-
re?: string | undefined;
|
|
5291
|
-
eq?: string | undefined;
|
|
5292
|
-
neq?: string | undefined;
|
|
5293
|
-
inc?: Array<string> | undefined;
|
|
5294
|
-
ninc?: Array<string> | undefined;
|
|
5295
|
-
pre?: string | undefined;
|
|
5296
|
-
suf?: string | undefined;
|
|
5297
|
-
gt?: number | undefined;
|
|
5298
|
-
gte?: number | undefined;
|
|
5299
|
-
lt?: number | undefined;
|
|
5300
|
-
lte?: number | undefined;
|
|
5301
|
-
};
|
|
5302
|
-
/** @internal */
|
|
5303
|
-
export declare const GetProjectsValue2$outboundSchema: z.ZodType<GetProjectsValue2$Outbound, z.ZodTypeDef, GetProjectsValue2>;
|
|
5304
|
-
/**
|
|
5305
|
-
* @internal
|
|
5306
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5307
|
-
*/
|
|
5308
|
-
export declare namespace GetProjectsValue2$ {
|
|
5309
|
-
/** @deprecated use `GetProjectsValue2$inboundSchema` instead. */
|
|
5310
|
-
const inboundSchema: z.ZodType<GetProjectsValue2, z.ZodTypeDef, unknown>;
|
|
5311
|
-
/** @deprecated use `GetProjectsValue2$outboundSchema` instead. */
|
|
5312
|
-
const outboundSchema: z.ZodType<GetProjectsValue2$Outbound, z.ZodTypeDef, GetProjectsValue2>;
|
|
5313
|
-
/** @deprecated use `GetProjectsValue2$Outbound` instead. */
|
|
5314
|
-
type Outbound = GetProjectsValue2$Outbound;
|
|
5315
|
-
}
|
|
5316
|
-
export declare function getProjectsValue2ToJSON(getProjectsValue2: GetProjectsValue2): string;
|
|
5317
|
-
export declare function getProjectsValue2FromJSON(jsonString: string): SafeParseResult<GetProjectsValue2, SDKValidationError>;
|
|
5318
|
-
/** @internal */
|
|
5319
|
-
export declare const GetProjectsValue$inboundSchema: z.ZodType<GetProjectsValue, z.ZodTypeDef, unknown>;
|
|
5320
|
-
/** @internal */
|
|
5321
|
-
export type GetProjectsValue$Outbound = GetProjectsValue2$Outbound | string;
|
|
5322
|
-
/** @internal */
|
|
5323
|
-
export declare const GetProjectsValue$outboundSchema: z.ZodType<GetProjectsValue$Outbound, z.ZodTypeDef, GetProjectsValue>;
|
|
5324
|
-
/**
|
|
5325
|
-
* @internal
|
|
5326
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5327
|
-
*/
|
|
5328
|
-
export declare namespace GetProjectsValue$ {
|
|
5329
|
-
/** @deprecated use `GetProjectsValue$inboundSchema` instead. */
|
|
5330
|
-
const inboundSchema: z.ZodType<GetProjectsValue, z.ZodTypeDef, unknown>;
|
|
5331
|
-
/** @deprecated use `GetProjectsValue$outboundSchema` instead. */
|
|
5332
|
-
const outboundSchema: z.ZodType<GetProjectsValue$Outbound, z.ZodTypeDef, GetProjectsValue>;
|
|
5333
|
-
/** @deprecated use `GetProjectsValue$Outbound` instead. */
|
|
5334
|
-
type Outbound = GetProjectsValue$Outbound;
|
|
5335
|
-
}
|
|
5336
|
-
export declare function getProjectsValueToJSON(getProjectsValue: GetProjectsValue): string;
|
|
5337
|
-
export declare function getProjectsValueFromJSON(jsonString: string): SafeParseResult<GetProjectsValue, SDKValidationError>;
|
|
5338
|
-
/** @internal */
|
|
5339
|
-
export declare const GetProjectsHas$inboundSchema: z.ZodType<GetProjectsHas, z.ZodTypeDef, unknown>;
|
|
5340
|
-
/** @internal */
|
|
5341
|
-
export type GetProjectsHas$Outbound = {
|
|
5342
|
-
type: string;
|
|
5343
|
-
key?: string | undefined;
|
|
5344
|
-
value?: GetProjectsValue2$Outbound | string | undefined;
|
|
5345
|
-
};
|
|
5346
|
-
/** @internal */
|
|
5347
|
-
export declare const GetProjectsHas$outboundSchema: z.ZodType<GetProjectsHas$Outbound, z.ZodTypeDef, GetProjectsHas>;
|
|
5348
|
-
/**
|
|
5349
|
-
* @internal
|
|
5350
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5351
|
-
*/
|
|
5352
|
-
export declare namespace GetProjectsHas$ {
|
|
5353
|
-
/** @deprecated use `GetProjectsHas$inboundSchema` instead. */
|
|
5354
|
-
const inboundSchema: z.ZodType<GetProjectsHas, z.ZodTypeDef, unknown>;
|
|
5355
|
-
/** @deprecated use `GetProjectsHas$outboundSchema` instead. */
|
|
5356
|
-
const outboundSchema: z.ZodType<GetProjectsHas$Outbound, z.ZodTypeDef, GetProjectsHas>;
|
|
5357
|
-
/** @deprecated use `GetProjectsHas$Outbound` instead. */
|
|
5358
|
-
type Outbound = GetProjectsHas$Outbound;
|
|
5359
|
-
}
|
|
5360
|
-
export declare function getProjectsHasToJSON(getProjectsHas: GetProjectsHas): string;
|
|
5361
|
-
export declare function getProjectsHasFromJSON(jsonString: string): SafeParseResult<GetProjectsHas, SDKValidationError>;
|
|
5362
|
-
/** @internal */
|
|
5363
|
-
export declare const GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType$inboundSchema: z.ZodNativeEnum<typeof GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType>;
|
|
5364
|
-
/** @internal */
|
|
5365
|
-
export declare const GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType$outboundSchema: z.ZodNativeEnum<typeof GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType>;
|
|
5366
|
-
/**
|
|
5367
|
-
* @internal
|
|
5368
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5369
|
-
*/
|
|
5370
|
-
export declare namespace GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType$ {
|
|
5371
|
-
/** @deprecated use `GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType$inboundSchema` instead. */
|
|
5372
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
5373
|
-
readonly Path: "path";
|
|
5374
|
-
readonly Host: "host";
|
|
5375
|
-
readonly Method: "method";
|
|
5376
|
-
readonly Header: "header";
|
|
5377
|
-
readonly Cookie: "cookie";
|
|
5378
|
-
readonly Query: "query";
|
|
5379
|
-
readonly IpAddress: "ip_address";
|
|
5380
|
-
readonly Protocol: "protocol";
|
|
5381
|
-
readonly Scheme: "scheme";
|
|
5382
|
-
readonly Environment: "environment";
|
|
5383
|
-
readonly Region: "region";
|
|
5384
|
-
readonly InitialRequestPath: "initial_request_path";
|
|
5385
|
-
}>;
|
|
5386
|
-
/** @deprecated use `GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsSecurityFirewallRoutesType$outboundSchema` instead. */
|
|
5387
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
5388
|
-
readonly Path: "path";
|
|
5389
|
-
readonly Host: "host";
|
|
5390
|
-
readonly Method: "method";
|
|
5391
|
-
readonly Header: "header";
|
|
5392
|
-
readonly Cookie: "cookie";
|
|
5393
|
-
readonly Query: "query";
|
|
5394
|
-
readonly IpAddress: "ip_address";
|
|
5395
|
-
readonly Protocol: "protocol";
|
|
5396
|
-
readonly Scheme: "scheme";
|
|
5397
|
-
readonly Environment: "environment";
|
|
5398
|
-
readonly Region: "region";
|
|
5399
|
-
readonly InitialRequestPath: "initial_request_path";
|
|
5400
|
-
}>;
|
|
5401
|
-
}
|
|
5402
|
-
/** @internal */
|
|
5403
|
-
export declare const GetProjectsValueProjects2$inboundSchema: z.ZodType<GetProjectsValueProjects2, z.ZodTypeDef, unknown>;
|
|
5404
|
-
/** @internal */
|
|
5405
|
-
export type GetProjectsValueProjects2$Outbound = {
|
|
5406
|
-
re?: string | undefined;
|
|
5407
|
-
eq?: string | undefined;
|
|
5408
|
-
neq?: string | undefined;
|
|
5409
|
-
inc?: Array<string> | undefined;
|
|
5410
|
-
ninc?: Array<string> | undefined;
|
|
5411
|
-
pre?: string | undefined;
|
|
5412
|
-
suf?: string | undefined;
|
|
5413
|
-
gt?: number | undefined;
|
|
5414
|
-
gte?: number | undefined;
|
|
5415
|
-
lt?: number | undefined;
|
|
5416
|
-
lte?: number | undefined;
|
|
5417
|
-
};
|
|
5418
|
-
/** @internal */
|
|
5419
|
-
export declare const GetProjectsValueProjects2$outboundSchema: z.ZodType<GetProjectsValueProjects2$Outbound, z.ZodTypeDef, GetProjectsValueProjects2>;
|
|
5420
|
-
/**
|
|
5421
|
-
* @internal
|
|
5422
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5423
|
-
*/
|
|
5424
|
-
export declare namespace GetProjectsValueProjects2$ {
|
|
5425
|
-
/** @deprecated use `GetProjectsValueProjects2$inboundSchema` instead. */
|
|
5426
|
-
const inboundSchema: z.ZodType<GetProjectsValueProjects2, z.ZodTypeDef, unknown>;
|
|
5427
|
-
/** @deprecated use `GetProjectsValueProjects2$outboundSchema` instead. */
|
|
5428
|
-
const outboundSchema: z.ZodType<GetProjectsValueProjects2$Outbound, z.ZodTypeDef, GetProjectsValueProjects2>;
|
|
5429
|
-
/** @deprecated use `GetProjectsValueProjects2$Outbound` instead. */
|
|
5430
|
-
type Outbound = GetProjectsValueProjects2$Outbound;
|
|
5431
|
-
}
|
|
5432
|
-
export declare function getProjectsValueProjects2ToJSON(getProjectsValueProjects2: GetProjectsValueProjects2): string;
|
|
5433
|
-
export declare function getProjectsValueProjects2FromJSON(jsonString: string): SafeParseResult<GetProjectsValueProjects2, SDKValidationError>;
|
|
5434
|
-
/** @internal */
|
|
5435
|
-
export declare const GetProjectsProjectsValue$inboundSchema: z.ZodType<GetProjectsProjectsValue, z.ZodTypeDef, unknown>;
|
|
5436
|
-
/** @internal */
|
|
5437
|
-
export type GetProjectsProjectsValue$Outbound = GetProjectsValueProjects2$Outbound | string;
|
|
5438
|
-
/** @internal */
|
|
5439
|
-
export declare const GetProjectsProjectsValue$outboundSchema: z.ZodType<GetProjectsProjectsValue$Outbound, z.ZodTypeDef, GetProjectsProjectsValue>;
|
|
5440
|
-
/**
|
|
5441
|
-
* @internal
|
|
5442
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5443
|
-
*/
|
|
5444
|
-
export declare namespace GetProjectsProjectsValue$ {
|
|
5445
|
-
/** @deprecated use `GetProjectsProjectsValue$inboundSchema` instead. */
|
|
5446
|
-
const inboundSchema: z.ZodType<GetProjectsProjectsValue, z.ZodTypeDef, unknown>;
|
|
5447
|
-
/** @deprecated use `GetProjectsProjectsValue$outboundSchema` instead. */
|
|
5448
|
-
const outboundSchema: z.ZodType<GetProjectsProjectsValue$Outbound, z.ZodTypeDef, GetProjectsProjectsValue>;
|
|
5449
|
-
/** @deprecated use `GetProjectsProjectsValue$Outbound` instead. */
|
|
5450
|
-
type Outbound = GetProjectsProjectsValue$Outbound;
|
|
5451
|
-
}
|
|
5452
|
-
export declare function getProjectsProjectsValueToJSON(getProjectsProjectsValue: GetProjectsProjectsValue): string;
|
|
5453
|
-
export declare function getProjectsProjectsValueFromJSON(jsonString: string): SafeParseResult<GetProjectsProjectsValue, SDKValidationError>;
|
|
5454
|
-
/** @internal */
|
|
5455
|
-
export declare const GetProjectsMissing$inboundSchema: z.ZodType<GetProjectsMissing, z.ZodTypeDef, unknown>;
|
|
5456
|
-
/** @internal */
|
|
5457
|
-
export type GetProjectsMissing$Outbound = {
|
|
5458
|
-
type: string;
|
|
5459
|
-
key?: string | undefined;
|
|
5460
|
-
value?: GetProjectsValueProjects2$Outbound | string | undefined;
|
|
5461
|
-
};
|
|
5462
|
-
/** @internal */
|
|
5463
|
-
export declare const GetProjectsMissing$outboundSchema: z.ZodType<GetProjectsMissing$Outbound, z.ZodTypeDef, GetProjectsMissing>;
|
|
5464
|
-
/**
|
|
5465
|
-
* @internal
|
|
5466
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5467
|
-
*/
|
|
5468
|
-
export declare namespace GetProjectsMissing$ {
|
|
5469
|
-
/** @deprecated use `GetProjectsMissing$inboundSchema` instead. */
|
|
5470
|
-
const inboundSchema: z.ZodType<GetProjectsMissing, z.ZodTypeDef, unknown>;
|
|
5471
|
-
/** @deprecated use `GetProjectsMissing$outboundSchema` instead. */
|
|
5472
|
-
const outboundSchema: z.ZodType<GetProjectsMissing$Outbound, z.ZodTypeDef, GetProjectsMissing>;
|
|
5473
|
-
/** @deprecated use `GetProjectsMissing$Outbound` instead. */
|
|
5474
|
-
type Outbound = GetProjectsMissing$Outbound;
|
|
5475
|
-
}
|
|
5476
|
-
export declare function getProjectsMissingToJSON(getProjectsMissing: GetProjectsMissing): string;
|
|
5477
|
-
export declare function getProjectsMissingFromJSON(jsonString: string): SafeParseResult<GetProjectsMissing, SDKValidationError>;
|
|
5478
|
-
/** @internal */
|
|
5479
|
-
export declare const GetProjectsHandle$inboundSchema: z.ZodNativeEnum<typeof GetProjectsHandle>;
|
|
5480
|
-
/** @internal */
|
|
5481
|
-
export declare const GetProjectsHandle$outboundSchema: z.ZodNativeEnum<typeof GetProjectsHandle>;
|
|
5482
|
-
/**
|
|
5483
|
-
* @internal
|
|
5484
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5485
|
-
*/
|
|
5486
|
-
export declare namespace GetProjectsHandle$ {
|
|
5487
|
-
/** @deprecated use `GetProjectsHandle$inboundSchema` instead. */
|
|
5488
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
5489
|
-
readonly Init: "init";
|
|
5490
|
-
readonly Finalize: "finalize";
|
|
5491
|
-
}>;
|
|
5492
|
-
/** @deprecated use `GetProjectsHandle$outboundSchema` instead. */
|
|
5493
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
5494
|
-
readonly Init: "init";
|
|
5495
|
-
readonly Finalize: "finalize";
|
|
5496
|
-
}>;
|
|
5497
|
-
}
|
|
5498
|
-
/** @internal */
|
|
5499
5200
|
export declare const GetProjectsAction$inboundSchema: z.ZodNativeEnum<typeof GetProjectsAction>;
|
|
5500
5201
|
/** @internal */
|
|
5501
5202
|
export declare const GetProjectsAction$outboundSchema: z.ZodNativeEnum<typeof GetProjectsAction>;
|
|
@@ -5506,141 +5207,15 @@ export declare const GetProjectsAction$outboundSchema: z.ZodNativeEnum<typeof Ge
|
|
|
5506
5207
|
export declare namespace GetProjectsAction$ {
|
|
5507
5208
|
/** @deprecated use `GetProjectsAction$inboundSchema` instead. */
|
|
5508
5209
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5509
|
-
readonly Deny: "deny";
|
|
5510
|
-
readonly Challenge: "challenge";
|
|
5511
5210
|
readonly Log: "log";
|
|
5512
|
-
readonly
|
|
5513
|
-
readonly
|
|
5514
|
-
readonly Redirect: "redirect";
|
|
5211
|
+
readonly Challenge: "challenge";
|
|
5212
|
+
readonly Deny: "deny";
|
|
5515
5213
|
}>;
|
|
5516
5214
|
/** @deprecated use `GetProjectsAction$outboundSchema` instead. */
|
|
5517
5215
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5518
|
-
readonly Deny: "deny";
|
|
5519
|
-
readonly Challenge: "challenge";
|
|
5520
5216
|
readonly Log: "log";
|
|
5521
|
-
readonly Bypass: "bypass";
|
|
5522
|
-
readonly RateLimit: "rate_limit";
|
|
5523
|
-
readonly Redirect: "redirect";
|
|
5524
|
-
}>;
|
|
5525
|
-
}
|
|
5526
|
-
/** @internal */
|
|
5527
|
-
export declare const GetProjectsAlgo$inboundSchema: z.ZodNativeEnum<typeof GetProjectsAlgo>;
|
|
5528
|
-
/** @internal */
|
|
5529
|
-
export declare const GetProjectsAlgo$outboundSchema: z.ZodNativeEnum<typeof GetProjectsAlgo>;
|
|
5530
|
-
/**
|
|
5531
|
-
* @internal
|
|
5532
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5533
|
-
*/
|
|
5534
|
-
export declare namespace GetProjectsAlgo$ {
|
|
5535
|
-
/** @deprecated use `GetProjectsAlgo$inboundSchema` instead. */
|
|
5536
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
5537
|
-
readonly FixedWindow: "fixed_window";
|
|
5538
|
-
readonly TokenBucket: "token_bucket";
|
|
5539
|
-
}>;
|
|
5540
|
-
/** @deprecated use `GetProjectsAlgo$outboundSchema` instead. */
|
|
5541
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
5542
|
-
readonly FixedWindow: "fixed_window";
|
|
5543
|
-
readonly TokenBucket: "token_bucket";
|
|
5544
|
-
}>;
|
|
5545
|
-
}
|
|
5546
|
-
/** @internal */
|
|
5547
|
-
export declare const GetProjectsErl$inboundSchema: z.ZodType<GetProjectsErl, z.ZodTypeDef, unknown>;
|
|
5548
|
-
/** @internal */
|
|
5549
|
-
export type GetProjectsErl$Outbound = {
|
|
5550
|
-
algo: string;
|
|
5551
|
-
window: number;
|
|
5552
|
-
limit: number;
|
|
5553
|
-
keys: Array<string>;
|
|
5554
|
-
};
|
|
5555
|
-
/** @internal */
|
|
5556
|
-
export declare const GetProjectsErl$outboundSchema: z.ZodType<GetProjectsErl$Outbound, z.ZodTypeDef, GetProjectsErl>;
|
|
5557
|
-
/**
|
|
5558
|
-
* @internal
|
|
5559
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5560
|
-
*/
|
|
5561
|
-
export declare namespace GetProjectsErl$ {
|
|
5562
|
-
/** @deprecated use `GetProjectsErl$inboundSchema` instead. */
|
|
5563
|
-
const inboundSchema: z.ZodType<GetProjectsErl, z.ZodTypeDef, unknown>;
|
|
5564
|
-
/** @deprecated use `GetProjectsErl$outboundSchema` instead. */
|
|
5565
|
-
const outboundSchema: z.ZodType<GetProjectsErl$Outbound, z.ZodTypeDef, GetProjectsErl>;
|
|
5566
|
-
/** @deprecated use `GetProjectsErl$Outbound` instead. */
|
|
5567
|
-
type Outbound = GetProjectsErl$Outbound;
|
|
5568
|
-
}
|
|
5569
|
-
export declare function getProjectsErlToJSON(getProjectsErl: GetProjectsErl): string;
|
|
5570
|
-
export declare function getProjectsErlFromJSON(jsonString: string): SafeParseResult<GetProjectsErl, SDKValidationError>;
|
|
5571
|
-
/** @internal */
|
|
5572
|
-
export declare const GetProjectsMitigate$inboundSchema: z.ZodType<GetProjectsMitigate, z.ZodTypeDef, unknown>;
|
|
5573
|
-
/** @internal */
|
|
5574
|
-
export type GetProjectsMitigate$Outbound = {
|
|
5575
|
-
action: string;
|
|
5576
|
-
rule_id: string;
|
|
5577
|
-
ttl?: number | undefined;
|
|
5578
|
-
erl?: GetProjectsErl$Outbound | undefined;
|
|
5579
|
-
};
|
|
5580
|
-
/** @internal */
|
|
5581
|
-
export declare const GetProjectsMitigate$outboundSchema: z.ZodType<GetProjectsMitigate$Outbound, z.ZodTypeDef, GetProjectsMitigate>;
|
|
5582
|
-
/**
|
|
5583
|
-
* @internal
|
|
5584
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5585
|
-
*/
|
|
5586
|
-
export declare namespace GetProjectsMitigate$ {
|
|
5587
|
-
/** @deprecated use `GetProjectsMitigate$inboundSchema` instead. */
|
|
5588
|
-
const inboundSchema: z.ZodType<GetProjectsMitigate, z.ZodTypeDef, unknown>;
|
|
5589
|
-
/** @deprecated use `GetProjectsMitigate$outboundSchema` instead. */
|
|
5590
|
-
const outboundSchema: z.ZodType<GetProjectsMitigate$Outbound, z.ZodTypeDef, GetProjectsMitigate>;
|
|
5591
|
-
/** @deprecated use `GetProjectsMitigate$Outbound` instead. */
|
|
5592
|
-
type Outbound = GetProjectsMitigate$Outbound;
|
|
5593
|
-
}
|
|
5594
|
-
export declare function getProjectsMitigateToJSON(getProjectsMitigate: GetProjectsMitigate): string;
|
|
5595
|
-
export declare function getProjectsMitigateFromJSON(jsonString: string): SafeParseResult<GetProjectsMitigate, SDKValidationError>;
|
|
5596
|
-
/** @internal */
|
|
5597
|
-
export declare const GetProjectsFirewallRoutes$inboundSchema: z.ZodType<GetProjectsFirewallRoutes, z.ZodTypeDef, unknown>;
|
|
5598
|
-
/** @internal */
|
|
5599
|
-
export type GetProjectsFirewallRoutes$Outbound = {
|
|
5600
|
-
src?: GetProjectsSrc2$Outbound | string | undefined;
|
|
5601
|
-
has?: Array<GetProjectsHas$Outbound> | undefined;
|
|
5602
|
-
missing?: Array<GetProjectsMissing$Outbound> | undefined;
|
|
5603
|
-
dest?: string | undefined;
|
|
5604
|
-
status?: number | undefined;
|
|
5605
|
-
handle?: string | undefined;
|
|
5606
|
-
mitigate?: GetProjectsMitigate$Outbound | undefined;
|
|
5607
|
-
};
|
|
5608
|
-
/** @internal */
|
|
5609
|
-
export declare const GetProjectsFirewallRoutes$outboundSchema: z.ZodType<GetProjectsFirewallRoutes$Outbound, z.ZodTypeDef, GetProjectsFirewallRoutes>;
|
|
5610
|
-
/**
|
|
5611
|
-
* @internal
|
|
5612
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5613
|
-
*/
|
|
5614
|
-
export declare namespace GetProjectsFirewallRoutes$ {
|
|
5615
|
-
/** @deprecated use `GetProjectsFirewallRoutes$inboundSchema` instead. */
|
|
5616
|
-
const inboundSchema: z.ZodType<GetProjectsFirewallRoutes, z.ZodTypeDef, unknown>;
|
|
5617
|
-
/** @deprecated use `GetProjectsFirewallRoutes$outboundSchema` instead. */
|
|
5618
|
-
const outboundSchema: z.ZodType<GetProjectsFirewallRoutes$Outbound, z.ZodTypeDef, GetProjectsFirewallRoutes>;
|
|
5619
|
-
/** @deprecated use `GetProjectsFirewallRoutes$Outbound` instead. */
|
|
5620
|
-
type Outbound = GetProjectsFirewallRoutes$Outbound;
|
|
5621
|
-
}
|
|
5622
|
-
export declare function getProjectsFirewallRoutesToJSON(getProjectsFirewallRoutes: GetProjectsFirewallRoutes): string;
|
|
5623
|
-
export declare function getProjectsFirewallRoutesFromJSON(jsonString: string): SafeParseResult<GetProjectsFirewallRoutes, SDKValidationError>;
|
|
5624
|
-
/** @internal */
|
|
5625
|
-
export declare const GetProjectsProjectsAction$inboundSchema: z.ZodNativeEnum<typeof GetProjectsProjectsAction>;
|
|
5626
|
-
/** @internal */
|
|
5627
|
-
export declare const GetProjectsProjectsAction$outboundSchema: z.ZodNativeEnum<typeof GetProjectsProjectsAction>;
|
|
5628
|
-
/**
|
|
5629
|
-
* @internal
|
|
5630
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5631
|
-
*/
|
|
5632
|
-
export declare namespace GetProjectsProjectsAction$ {
|
|
5633
|
-
/** @deprecated use `GetProjectsProjectsAction$inboundSchema` instead. */
|
|
5634
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
5635
|
-
readonly Deny: "deny";
|
|
5636
5217
|
readonly Challenge: "challenge";
|
|
5637
|
-
readonly Log: "log";
|
|
5638
|
-
}>;
|
|
5639
|
-
/** @deprecated use `GetProjectsProjectsAction$outboundSchema` instead. */
|
|
5640
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
5641
5218
|
readonly Deny: "deny";
|
|
5642
|
-
readonly Challenge: "challenge";
|
|
5643
|
-
readonly Log: "log";
|
|
5644
5219
|
}>;
|
|
5645
5220
|
}
|
|
5646
5221
|
/** @internal */
|
|
@@ -5667,25 +5242,25 @@ export declare namespace GetProjectsBotFilter$ {
|
|
|
5667
5242
|
export declare function getProjectsBotFilterToJSON(getProjectsBotFilter: GetProjectsBotFilter): string;
|
|
5668
5243
|
export declare function getProjectsBotFilterFromJSON(jsonString: string): SafeParseResult<GetProjectsBotFilter, SDKValidationError>;
|
|
5669
5244
|
/** @internal */
|
|
5670
|
-
export declare const
|
|
5245
|
+
export declare const GetProjectsProjectsAction$inboundSchema: z.ZodNativeEnum<typeof GetProjectsProjectsAction>;
|
|
5671
5246
|
/** @internal */
|
|
5672
|
-
export declare const
|
|
5247
|
+
export declare const GetProjectsProjectsAction$outboundSchema: z.ZodNativeEnum<typeof GetProjectsProjectsAction>;
|
|
5673
5248
|
/**
|
|
5674
5249
|
* @internal
|
|
5675
5250
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5676
5251
|
*/
|
|
5677
|
-
export declare namespace
|
|
5678
|
-
/** @deprecated use `
|
|
5252
|
+
export declare namespace GetProjectsProjectsAction$ {
|
|
5253
|
+
/** @deprecated use `GetProjectsProjectsAction$inboundSchema` instead. */
|
|
5679
5254
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5680
|
-
readonly Deny: "deny";
|
|
5681
|
-
readonly Challenge: "challenge";
|
|
5682
5255
|
readonly Log: "log";
|
|
5256
|
+
readonly Challenge: "challenge";
|
|
5257
|
+
readonly Deny: "deny";
|
|
5683
5258
|
}>;
|
|
5684
|
-
/** @deprecated use `
|
|
5259
|
+
/** @deprecated use `GetProjectsProjectsAction$outboundSchema` instead. */
|
|
5685
5260
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5686
|
-
readonly Deny: "deny";
|
|
5687
|
-
readonly Challenge: "challenge";
|
|
5688
5261
|
readonly Log: "log";
|
|
5262
|
+
readonly Challenge: "challenge";
|
|
5263
|
+
readonly Deny: "deny";
|
|
5689
5264
|
}>;
|
|
5690
5265
|
}
|
|
5691
5266
|
/** @internal */
|
|
@@ -5712,25 +5287,25 @@ export declare namespace GetProjectsAiBots$ {
|
|
|
5712
5287
|
export declare function getProjectsAiBotsToJSON(getProjectsAiBots: GetProjectsAiBots): string;
|
|
5713
5288
|
export declare function getProjectsAiBotsFromJSON(jsonString: string): SafeParseResult<GetProjectsAiBots, SDKValidationError>;
|
|
5714
5289
|
/** @internal */
|
|
5715
|
-
export declare const
|
|
5290
|
+
export declare const GetProjectsProjectsResponseAction$inboundSchema: z.ZodNativeEnum<typeof GetProjectsProjectsResponseAction>;
|
|
5716
5291
|
/** @internal */
|
|
5717
|
-
export declare const
|
|
5292
|
+
export declare const GetProjectsProjectsResponseAction$outboundSchema: z.ZodNativeEnum<typeof GetProjectsProjectsResponseAction>;
|
|
5718
5293
|
/**
|
|
5719
5294
|
* @internal
|
|
5720
5295
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5721
5296
|
*/
|
|
5722
|
-
export declare namespace
|
|
5723
|
-
/** @deprecated use `
|
|
5297
|
+
export declare namespace GetProjectsProjectsResponseAction$ {
|
|
5298
|
+
/** @deprecated use `GetProjectsProjectsResponseAction$inboundSchema` instead. */
|
|
5724
5299
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5725
|
-
readonly Deny: "deny";
|
|
5726
|
-
readonly Challenge: "challenge";
|
|
5727
5300
|
readonly Log: "log";
|
|
5301
|
+
readonly Challenge: "challenge";
|
|
5302
|
+
readonly Deny: "deny";
|
|
5728
5303
|
}>;
|
|
5729
|
-
/** @deprecated use `
|
|
5304
|
+
/** @deprecated use `GetProjectsProjectsResponseAction$outboundSchema` instead. */
|
|
5730
5305
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5731
|
-
readonly Deny: "deny";
|
|
5732
|
-
readonly Challenge: "challenge";
|
|
5733
5306
|
readonly Log: "log";
|
|
5307
|
+
readonly Challenge: "challenge";
|
|
5308
|
+
readonly Deny: "deny";
|
|
5734
5309
|
}>;
|
|
5735
5310
|
}
|
|
5736
5311
|
/** @internal */
|
|
@@ -5790,7 +5365,6 @@ export type GetProjectsSecurity$Outbound = {
|
|
|
5790
5365
|
firewallUpdatedAt?: number | undefined;
|
|
5791
5366
|
attackModeActiveUntil?: number | null | undefined;
|
|
5792
5367
|
firewallConfigVersion?: number | undefined;
|
|
5793
|
-
firewallRoutes?: Array<GetProjectsFirewallRoutes$Outbound> | undefined;
|
|
5794
5368
|
firewallSeawallEnabled?: boolean | undefined;
|
|
5795
5369
|
ja3Enabled?: boolean | undefined;
|
|
5796
5370
|
ja4Enabled?: boolean | undefined;
|
|
@@ -5933,7 +5507,7 @@ export type GetProjectsProjects$Outbound = {
|
|
|
5933
5507
|
id: string;
|
|
5934
5508
|
ipBuckets?: Array<GetProjectsIpBuckets$Outbound> | undefined;
|
|
5935
5509
|
latestDeployments?: Array<GetProjectsLatestDeployments$Outbound> | undefined;
|
|
5936
|
-
link?: GetProjectsLink1$Outbound | GetProjectsLink2$Outbound | GetProjectsLink3$Outbound | GetProjectsLink4$Outbound | undefined;
|
|
5510
|
+
link?: GetProjectsLink1$Outbound | GetProjectsLink2$Outbound | GetProjectsLink3$Outbound | GetProjectsLink4$Outbound | GetProjectsLink5$Outbound | undefined;
|
|
5937
5511
|
microfrontends?: GetProjectsMicrofrontends1$Outbound | GetProjectsMicrofrontends2$Outbound | undefined;
|
|
5938
5512
|
name: string;
|
|
5939
5513
|
nodeVersion: string;
|
|
@@ -5982,6 +5556,7 @@ export type GetProjectsProjects$Outbound = {
|
|
|
5982
5556
|
oidcTokenConfig?: GetProjectsOidcTokenConfig$Outbound | undefined;
|
|
5983
5557
|
tier?: string | undefined;
|
|
5984
5558
|
features?: GetProjectsFeatures$Outbound | undefined;
|
|
5559
|
+
v0?: boolean | undefined;
|
|
5985
5560
|
};
|
|
5986
5561
|
/** @internal */
|
|
5987
5562
|
export declare const GetProjectsProjects$outboundSchema: z.ZodType<GetProjectsProjects$Outbound, z.ZodTypeDef, GetProjectsProjects>;
|