@vercel/sdk 1.11.1 → 1.11.4
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/README.md +45 -52
- package/bin/mcp-server.js +1830 -1660
- package/bin/mcp-server.js.map +36 -36
- package/docs/sdks/integrations/README.md +83 -0
- package/docs/sdks/vercel/README.md +0 -74
- package/esm/__tests__/accessgroups.test.js +1 -3
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +28 -1
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +1 -1
- package/esm/__tests__/vercel.test.js +3 -27
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/deploymentsUploadFile.js +0 -1
- package/esm/funcs/deploymentsUploadFile.js.map +1 -1
- package/esm/funcs/domainsGetDomainTransfer.js +2 -2
- package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
- package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
- package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
- package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecrets.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.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
- package/esm/models/approverollingreleasestageop.d.ts +15 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +6 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +9 -6
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +3 -2
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/completerollingreleaseop.d.ts +15 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +6 -0
- package/esm/models/completerollingreleaseop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +12 -6
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +4 -2
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +276 -246
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +318 -296
- package/esm/models/createintegrationstoredirectop.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 +173 -164
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +158 -156
- package/esm/models/createprojectop.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/getbillingplansop.d.ts +257 -0
- package/esm/models/getbillingplansop.d.ts.map +1 -0
- package/esm/models/getbillingplansop.js +244 -0
- package/esm/models/getbillingplansop.js.map +1 -0
- package/esm/models/getconfigurationproductsop.d.ts +330 -330
- package/esm/models/getconfigurationproductsop.js +408 -408
- package/esm/models/getdeploymentop.d.ts +9 -6
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +3 -2
- 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/getdomaintransferop.d.ts +99 -25
- package/esm/models/getdomaintransferop.d.ts.map +1 -1
- package/esm/models/getdomaintransferop.js +101 -25
- package/esm/models/getdomaintransferop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +8 -2
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +3 -2
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
- package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseconfigop.js +2 -0
- package/esm/models/getrollingreleaseconfigop.js.map +1 -1
- package/esm/models/getrollingreleaseop.d.ts +15 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +6 -0
- package/esm/models/getrollingreleaseop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +15 -15
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +17 -15
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/patchteamop.d.ts +12 -0
- package/esm/models/patchteamop.d.ts.map +1 -1
- package/esm/models/patchteamop.js +4 -0
- package/esm/models/patchteamop.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/updateprojectdatacacheop.d.ts +8 -2
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +3 -2
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +173 -164
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +158 -156
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
- package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.js +2 -0
- package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
- package/esm/models/uploadfileop.d.ts +0 -5
- package/esm/models/uploadfileop.d.ts.map +1 -1
- package/esm/models/uploadfileop.js +0 -4
- package/esm/models/uploadfileop.js.map +1 -1
- package/esm/models/userevent.d.ts +960 -770
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1102 -974
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/integrations.d.ts +8 -0
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +10 -0
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/sdk.d.ts +1 -3
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +0 -5
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +1 -3
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/integrations.test.ts +32 -1
- package/src/__tests__/rollingrelease.test.ts +1 -1
- package/src/__tests__/vercel.test.ts +4 -33
- package/src/funcs/deploymentsUploadFile.ts +0 -5
- package/src/funcs/domainsGetDomainTransfer.ts +2 -2
- package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
- package/src/funcs/marketplaceUpdateResourceSecrets.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 +3 -5
- package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
- package/src/models/approverollingreleasestageop.ts +21 -0
- package/src/models/canceldeploymentop.ts +5 -4
- package/src/models/completerollingreleaseop.ts +21 -0
- package/src/models/createdeploymentop.ts +6 -4
- package/src/models/createintegrationstoredirectop.ts +544 -507
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +347 -342
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/getbillingplansop.ts +508 -0
- package/src/models/getconfigurationproductsop.ts +703 -703
- package/src/models/getdeploymentop.ts +5 -4
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getdomaintransferop.ts +203 -39
- package/src/models/getprojectsop.ts +8 -4
- package/src/models/getrollingreleaseconfigop.ts +7 -0
- package/src/models/getrollingreleaseop.ts +21 -0
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/importresourceop.ts +27 -29
- package/src/models/patchteamop.ts +4 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateprojectdatacacheop.ts +8 -4
- package/src/models/updateprojectop.ts +347 -342
- package/src/models/updaterollingreleaseconfigop.ts +7 -0
- package/src/models/uploadfileop.ts +0 -9
- package/src/models/userevent.ts +2219 -1917
- package/src/sdk/integrations.ts +22 -0
- package/src/sdk/sdk.ts +1 -23
- package/vercel-spec.json +1401 -1170
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -14
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
- package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
- package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
|
@@ -109,6 +109,7 @@ export declare const CreateProjectFramework: {
|
|
|
109
109
|
readonly Nitro: "nitro";
|
|
110
110
|
readonly Hono: "hono";
|
|
111
111
|
readonly Express: "express";
|
|
112
|
+
readonly H3: "h3";
|
|
112
113
|
readonly Xmcp: "xmcp";
|
|
113
114
|
};
|
|
114
115
|
/**
|
|
@@ -418,10 +419,10 @@ export type CreateProjectTarget1 = ClosedEnum<typeof CreateProjectTarget1>;
|
|
|
418
419
|
export type CreateProjectProjectsTarget = Array<CreateProjectTarget1> | CreateProjectTarget2;
|
|
419
420
|
export declare const CreateProjectProjectsResponseType: {
|
|
420
421
|
readonly System: "system";
|
|
422
|
+
readonly Secret: "secret";
|
|
421
423
|
readonly Encrypted: "encrypted";
|
|
422
424
|
readonly Plain: "plain";
|
|
423
425
|
readonly Sensitive: "sensitive";
|
|
424
|
-
readonly Secret: "secret";
|
|
425
426
|
};
|
|
426
427
|
export type CreateProjectProjectsResponseType = ClosedEnum<typeof CreateProjectProjectsResponseType>;
|
|
427
428
|
export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type: {
|
|
@@ -750,6 +751,7 @@ export declare const CreateProjectProjectsFramework: {
|
|
|
750
751
|
readonly Nitro: "nitro";
|
|
751
752
|
readonly Hono: "hono";
|
|
752
753
|
readonly Express: "express";
|
|
754
|
+
readonly H3: "h3";
|
|
753
755
|
readonly Xmcp: "xmcp";
|
|
754
756
|
};
|
|
755
757
|
export type CreateProjectProjectsFramework = ClosedEnum<typeof CreateProjectProjectsFramework>;
|
|
@@ -983,18 +985,18 @@ export type CreateProjectLinkProjectsDeployHooks = {
|
|
|
983
985
|
};
|
|
984
986
|
export type CreateProjectLink2 = {
|
|
985
987
|
type: CreateProjectLinkProjectsType;
|
|
986
|
-
repo?: string | undefined;
|
|
987
|
-
repoId?: number | undefined;
|
|
988
988
|
updatedAt?: number | undefined;
|
|
989
989
|
createdAt?: number | undefined;
|
|
990
|
+
repo?: string | undefined;
|
|
991
|
+
sourceless?: boolean | undefined;
|
|
990
992
|
org: string;
|
|
991
993
|
/**
|
|
992
994
|
* 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.
|
|
993
995
|
*/
|
|
994
996
|
repoOwnerId?: number | undefined;
|
|
997
|
+
repoId?: number | undefined;
|
|
995
998
|
deployHooks: Array<CreateProjectLinkProjectsDeployHooks>;
|
|
996
999
|
gitCredentialId: string;
|
|
997
|
-
sourceless?: boolean | undefined;
|
|
998
1000
|
productionBranch: string;
|
|
999
1001
|
};
|
|
1000
1002
|
export declare const CreateProjectLinkType: {
|
|
@@ -1087,12 +1089,12 @@ export declare const CreateProjectBuildMachineType: {
|
|
|
1087
1089
|
};
|
|
1088
1090
|
export type CreateProjectBuildMachineType = ClosedEnum<typeof CreateProjectBuildMachineType>;
|
|
1089
1091
|
export type CreateProjectProjectsResourceConfig = {
|
|
1090
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1091
1092
|
fluid?: boolean | undefined;
|
|
1092
1093
|
functionDefaultRegions: Array<string>;
|
|
1093
1094
|
functionDefaultTimeout?: number | undefined;
|
|
1094
1095
|
functionDefaultMemoryType?: CreateProjectFunctionDefaultMemoryType | undefined;
|
|
1095
1096
|
functionZeroConfigFailover?: boolean | undefined;
|
|
1097
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1096
1098
|
buildMachineType?: CreateProjectBuildMachineType | undefined;
|
|
1097
1099
|
isNSNBDisabled?: boolean | undefined;
|
|
1098
1100
|
};
|
|
@@ -1133,6 +1135,10 @@ export type CreateProjectStages = {
|
|
|
1133
1135
|
* Duration in minutes for automatic advancement to the next stage
|
|
1134
1136
|
*/
|
|
1135
1137
|
duration?: number | undefined;
|
|
1138
|
+
/**
|
|
1139
|
+
* Whether to linearly shift traffic over the duration of this stage
|
|
1140
|
+
*/
|
|
1141
|
+
linearShift?: boolean | undefined;
|
|
1136
1142
|
};
|
|
1137
1143
|
/**
|
|
1138
1144
|
* Project-level rolling release configuration that defines how deployments should be gradually rolled out
|
|
@@ -1163,18 +1169,18 @@ export declare const CreateProjectProjectsBuildMachineType: {
|
|
|
1163
1169
|
};
|
|
1164
1170
|
export type CreateProjectProjectsBuildMachineType = ClosedEnum<typeof CreateProjectProjectsBuildMachineType>;
|
|
1165
1171
|
export type CreateProjectDefaultResourceConfig = {
|
|
1166
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1167
1172
|
fluid?: boolean | undefined;
|
|
1168
1173
|
functionDefaultRegions: Array<string>;
|
|
1169
1174
|
functionDefaultTimeout?: number | undefined;
|
|
1170
1175
|
functionDefaultMemoryType?: CreateProjectProjectsFunctionDefaultMemoryType | undefined;
|
|
1171
1176
|
functionZeroConfigFailover?: boolean | undefined;
|
|
1177
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1172
1178
|
buildMachineType?: CreateProjectProjectsBuildMachineType | undefined;
|
|
1173
1179
|
isNSNBDisabled?: boolean | undefined;
|
|
1174
1180
|
};
|
|
1175
1181
|
export declare const CreateProjectProjectsDeploymentType: {
|
|
1176
|
-
readonly Preview: "preview";
|
|
1177
1182
|
readonly All: "all";
|
|
1183
|
+
readonly Preview: "preview";
|
|
1178
1184
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1179
1185
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1180
1186
|
};
|
|
@@ -1314,73 +1320,6 @@ export type CreateProjectTargets = {
|
|
|
1314
1320
|
withCache?: boolean | undefined;
|
|
1315
1321
|
};
|
|
1316
1322
|
export type CreateProjectPermissions = {
|
|
1317
|
-
aliasProject?: Array<ACLAction> | undefined;
|
|
1318
|
-
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1319
|
-
buildMachine?: Array<ACLAction> | undefined;
|
|
1320
|
-
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1321
|
-
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1322
|
-
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1323
|
-
deployment?: Array<ACLAction> | undefined;
|
|
1324
|
-
deploymentBuildLogs?: Array<ACLAction> | undefined;
|
|
1325
|
-
deploymentCheck?: Array<ACLAction> | undefined;
|
|
1326
|
-
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1327
|
-
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1328
|
-
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1329
|
-
deploymentV0?: Array<ACLAction> | undefined;
|
|
1330
|
-
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1331
|
-
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1332
|
-
deploymentPromote?: Array<ACLAction> | undefined;
|
|
1333
|
-
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1334
|
-
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1335
|
-
environments?: Array<ACLAction> | undefined;
|
|
1336
|
-
logs?: Array<ACLAction> | undefined;
|
|
1337
|
-
logsPreset?: Array<ACLAction> | undefined;
|
|
1338
|
-
passwordProtection?: Array<ACLAction> | undefined;
|
|
1339
|
-
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1340
|
-
job?: Array<ACLAction> | undefined;
|
|
1341
|
-
observabilityData?: Array<ACLAction> | undefined;
|
|
1342
|
-
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1343
|
-
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1344
|
-
project?: Array<ACLAction> | undefined;
|
|
1345
|
-
projectFromV0?: Array<ACLAction> | undefined;
|
|
1346
|
-
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1347
|
-
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1348
|
-
projectCheck?: Array<ACLAction> | undefined;
|
|
1349
|
-
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1350
|
-
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1351
|
-
projectDomain?: Array<ACLAction> | undefined;
|
|
1352
|
-
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1353
|
-
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1354
|
-
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1355
|
-
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1356
|
-
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1357
|
-
projectFlags?: Array<ACLAction> | undefined;
|
|
1358
|
-
projectId?: Array<ACLAction> | undefined;
|
|
1359
|
-
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1360
|
-
projectLink?: Array<ACLAction> | undefined;
|
|
1361
|
-
projectMember?: Array<ACLAction> | undefined;
|
|
1362
|
-
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1363
|
-
projectPermissions?: Array<ACLAction> | undefined;
|
|
1364
|
-
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1365
|
-
projectTransfer?: Array<ACLAction> | undefined;
|
|
1366
|
-
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1367
|
-
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1368
|
-
projectUsage?: Array<ACLAction> | undefined;
|
|
1369
|
-
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1370
|
-
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1371
|
-
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1372
|
-
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1373
|
-
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1374
|
-
projectTier?: Array<ACLAction> | undefined;
|
|
1375
|
-
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1376
|
-
seawallConfig?: Array<ACLAction> | undefined;
|
|
1377
|
-
skewProtection?: Array<ACLAction> | undefined;
|
|
1378
|
-
analytics?: Array<ACLAction> | undefined;
|
|
1379
|
-
trustedIps?: Array<ACLAction> | undefined;
|
|
1380
|
-
v0Chat?: Array<ACLAction> | undefined;
|
|
1381
|
-
webAnalytics?: Array<ACLAction> | undefined;
|
|
1382
|
-
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1383
|
-
sonar?: Array<ACLAction> | undefined;
|
|
1384
1323
|
oauth2Connection?: Array<ACLAction> | undefined;
|
|
1385
1324
|
user?: Array<ACLAction> | undefined;
|
|
1386
1325
|
userConnection?: Array<ACLAction> | undefined;
|
|
@@ -1447,7 +1386,6 @@ export type CreateProjectPermissions = {
|
|
|
1447
1386
|
jobGlobal?: Array<ACLAction> | undefined;
|
|
1448
1387
|
drain?: Array<ACLAction> | undefined;
|
|
1449
1388
|
logDrain?: Array<ACLAction> | undefined;
|
|
1450
|
-
traceDrain?: Array<ACLAction> | undefined;
|
|
1451
1389
|
monitoring?: Array<ACLAction> | undefined;
|
|
1452
1390
|
monitoringSettings?: Array<ACLAction> | undefined;
|
|
1453
1391
|
monitoringQuery?: Array<ACLAction> | undefined;
|
|
@@ -1528,6 +1466,73 @@ export type CreateProjectPermissions = {
|
|
|
1528
1466
|
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1529
1467
|
apiKey?: Array<ACLAction> | undefined;
|
|
1530
1468
|
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1469
|
+
aliasProject?: Array<ACLAction> | undefined;
|
|
1470
|
+
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1471
|
+
buildMachine?: Array<ACLAction> | undefined;
|
|
1472
|
+
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1473
|
+
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1474
|
+
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1475
|
+
deployment?: Array<ACLAction> | undefined;
|
|
1476
|
+
deploymentBuildLogs?: Array<ACLAction> | undefined;
|
|
1477
|
+
deploymentCheck?: Array<ACLAction> | undefined;
|
|
1478
|
+
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1479
|
+
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1480
|
+
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1481
|
+
deploymentV0?: Array<ACLAction> | undefined;
|
|
1482
|
+
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1483
|
+
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1484
|
+
deploymentPromote?: Array<ACLAction> | undefined;
|
|
1485
|
+
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1486
|
+
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1487
|
+
environments?: Array<ACLAction> | undefined;
|
|
1488
|
+
logs?: Array<ACLAction> | undefined;
|
|
1489
|
+
logsPreset?: Array<ACLAction> | undefined;
|
|
1490
|
+
passwordProtection?: Array<ACLAction> | undefined;
|
|
1491
|
+
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1492
|
+
job?: Array<ACLAction> | undefined;
|
|
1493
|
+
observabilityData?: Array<ACLAction> | undefined;
|
|
1494
|
+
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1495
|
+
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1496
|
+
project?: Array<ACLAction> | undefined;
|
|
1497
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1498
|
+
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1499
|
+
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1500
|
+
projectCheck?: Array<ACLAction> | undefined;
|
|
1501
|
+
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1502
|
+
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1503
|
+
projectDomain?: Array<ACLAction> | undefined;
|
|
1504
|
+
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1505
|
+
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1506
|
+
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1507
|
+
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1508
|
+
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1509
|
+
projectFlags?: Array<ACLAction> | undefined;
|
|
1510
|
+
projectId?: Array<ACLAction> | undefined;
|
|
1511
|
+
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1512
|
+
projectLink?: Array<ACLAction> | undefined;
|
|
1513
|
+
projectMember?: Array<ACLAction> | undefined;
|
|
1514
|
+
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1515
|
+
projectPermissions?: Array<ACLAction> | undefined;
|
|
1516
|
+
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1517
|
+
projectTransfer?: Array<ACLAction> | undefined;
|
|
1518
|
+
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1519
|
+
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1520
|
+
projectUsage?: Array<ACLAction> | undefined;
|
|
1521
|
+
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1522
|
+
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1523
|
+
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1524
|
+
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1525
|
+
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1526
|
+
projectTier?: Array<ACLAction> | undefined;
|
|
1527
|
+
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1528
|
+
seawallConfig?: Array<ACLAction> | undefined;
|
|
1529
|
+
skewProtection?: Array<ACLAction> | undefined;
|
|
1530
|
+
analytics?: Array<ACLAction> | undefined;
|
|
1531
|
+
trustedIps?: Array<ACLAction> | undefined;
|
|
1532
|
+
v0Chat?: Array<ACLAction> | undefined;
|
|
1533
|
+
webAnalytics?: Array<ACLAction> | undefined;
|
|
1534
|
+
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1535
|
+
sonar?: Array<ACLAction> | undefined;
|
|
1531
1536
|
};
|
|
1532
1537
|
export type CreateProjectLastRollbackTarget = {};
|
|
1533
1538
|
export declare const CreateProjectJobStatus: {
|
|
@@ -1576,22 +1581,22 @@ export type CreateProjectProtectionBypass1 = {
|
|
|
1576
1581
|
};
|
|
1577
1582
|
export type CreateProjectProtectionBypass = CreateProjectProtectionBypass1 | CreateProjectProtectionBypass2;
|
|
1578
1583
|
export declare const CreateProjectTrustedIpsProjectsDeploymentType: {
|
|
1579
|
-
readonly Preview: "preview";
|
|
1580
|
-
readonly Production: "production";
|
|
1581
1584
|
readonly All: "all";
|
|
1585
|
+
readonly Preview: "preview";
|
|
1582
1586
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1583
1587
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1588
|
+
readonly Production: "production";
|
|
1584
1589
|
};
|
|
1585
1590
|
export type CreateProjectTrustedIpsProjectsDeploymentType = ClosedEnum<typeof CreateProjectTrustedIpsProjectsDeploymentType>;
|
|
1586
1591
|
export type CreateProjectTrustedIps2 = {
|
|
1587
1592
|
deploymentType: CreateProjectTrustedIpsProjectsDeploymentType;
|
|
1588
1593
|
};
|
|
1589
1594
|
export declare const CreateProjectTrustedIpsDeploymentType: {
|
|
1590
|
-
readonly Preview: "preview";
|
|
1591
|
-
readonly Production: "production";
|
|
1592
1595
|
readonly All: "all";
|
|
1596
|
+
readonly Preview: "preview";
|
|
1593
1597
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1594
1598
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1599
|
+
readonly Production: "production";
|
|
1595
1600
|
};
|
|
1596
1601
|
export type CreateProjectTrustedIpsDeploymentType = ClosedEnum<typeof CreateProjectTrustedIpsDeploymentType>;
|
|
1597
1602
|
export type TrustedIpsAddresses = {
|
|
@@ -2215,6 +2220,7 @@ export declare namespace CreateProjectFramework$ {
|
|
|
2215
2220
|
readonly Nitro: "nitro";
|
|
2216
2221
|
readonly Hono: "hono";
|
|
2217
2222
|
readonly Express: "express";
|
|
2223
|
+
readonly H3: "h3";
|
|
2218
2224
|
readonly Xmcp: "xmcp";
|
|
2219
2225
|
}>;
|
|
2220
2226
|
/** @deprecated use `CreateProjectFramework$outboundSchema` instead. */
|
|
@@ -2269,6 +2275,7 @@ export declare namespace CreateProjectFramework$ {
|
|
|
2269
2275
|
readonly Nitro: "nitro";
|
|
2270
2276
|
readonly Hono: "hono";
|
|
2271
2277
|
readonly Express: "express";
|
|
2278
|
+
readonly H3: "h3";
|
|
2272
2279
|
readonly Xmcp: "xmcp";
|
|
2273
2280
|
}>;
|
|
2274
2281
|
}
|
|
@@ -2868,18 +2875,18 @@ export declare namespace CreateProjectProjectsResponseType$ {
|
|
|
2868
2875
|
/** @deprecated use `CreateProjectProjectsResponseType$inboundSchema` instead. */
|
|
2869
2876
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2870
2877
|
readonly System: "system";
|
|
2878
|
+
readonly Secret: "secret";
|
|
2871
2879
|
readonly Encrypted: "encrypted";
|
|
2872
2880
|
readonly Plain: "plain";
|
|
2873
2881
|
readonly Sensitive: "sensitive";
|
|
2874
|
-
readonly Secret: "secret";
|
|
2875
2882
|
}>;
|
|
2876
2883
|
/** @deprecated use `CreateProjectProjectsResponseType$outboundSchema` instead. */
|
|
2877
2884
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2878
2885
|
readonly System: "system";
|
|
2886
|
+
readonly Secret: "secret";
|
|
2879
2887
|
readonly Encrypted: "encrypted";
|
|
2880
2888
|
readonly Plain: "plain";
|
|
2881
2889
|
readonly Sensitive: "sensitive";
|
|
2882
|
-
readonly Secret: "secret";
|
|
2883
2890
|
}>;
|
|
2884
2891
|
}
|
|
2885
2892
|
/** @internal */
|
|
@@ -3817,6 +3824,7 @@ export declare namespace CreateProjectProjectsFramework$ {
|
|
|
3817
3824
|
readonly Nitro: "nitro";
|
|
3818
3825
|
readonly Hono: "hono";
|
|
3819
3826
|
readonly Express: "express";
|
|
3827
|
+
readonly H3: "h3";
|
|
3820
3828
|
readonly Xmcp: "xmcp";
|
|
3821
3829
|
}>;
|
|
3822
3830
|
/** @deprecated use `CreateProjectProjectsFramework$outboundSchema` instead. */
|
|
@@ -3871,6 +3879,7 @@ export declare namespace CreateProjectProjectsFramework$ {
|
|
|
3871
3879
|
readonly Nitro: "nitro";
|
|
3872
3880
|
readonly Hono: "hono";
|
|
3873
3881
|
readonly Express: "express";
|
|
3882
|
+
readonly H3: "h3";
|
|
3874
3883
|
readonly Xmcp: "xmcp";
|
|
3875
3884
|
}>;
|
|
3876
3885
|
}
|
|
@@ -4541,15 +4550,15 @@ export declare const CreateProjectLink2$inboundSchema: z.ZodType<CreateProjectLi
|
|
|
4541
4550
|
/** @internal */
|
|
4542
4551
|
export type CreateProjectLink2$Outbound = {
|
|
4543
4552
|
type: string;
|
|
4544
|
-
repo?: string | undefined;
|
|
4545
|
-
repoId?: number | undefined;
|
|
4546
4553
|
updatedAt?: number | undefined;
|
|
4547
4554
|
createdAt?: number | undefined;
|
|
4555
|
+
repo?: string | undefined;
|
|
4556
|
+
sourceless?: boolean | undefined;
|
|
4548
4557
|
org: string;
|
|
4549
4558
|
repoOwnerId?: number | undefined;
|
|
4559
|
+
repoId?: number | undefined;
|
|
4550
4560
|
deployHooks: Array<CreateProjectLinkProjectsDeployHooks$Outbound>;
|
|
4551
4561
|
gitCredentialId: string;
|
|
4552
|
-
sourceless?: boolean | undefined;
|
|
4553
4562
|
productionBranch: string;
|
|
4554
4563
|
};
|
|
4555
4564
|
/** @internal */
|
|
@@ -4877,12 +4886,12 @@ export declare namespace CreateProjectBuildMachineType$ {
|
|
|
4877
4886
|
export declare const CreateProjectProjectsResourceConfig$inboundSchema: z.ZodType<CreateProjectProjectsResourceConfig, z.ZodTypeDef, unknown>;
|
|
4878
4887
|
/** @internal */
|
|
4879
4888
|
export type CreateProjectProjectsResourceConfig$Outbound = {
|
|
4880
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
4881
4889
|
fluid?: boolean | undefined;
|
|
4882
4890
|
functionDefaultRegions: Array<string>;
|
|
4883
4891
|
functionDefaultTimeout?: number | undefined;
|
|
4884
4892
|
functionDefaultMemoryType?: string | undefined;
|
|
4885
4893
|
functionZeroConfigFailover?: boolean | undefined;
|
|
4894
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
4886
4895
|
buildMachineType?: string | undefined;
|
|
4887
4896
|
isNSNBDisabled?: boolean | undefined;
|
|
4888
4897
|
};
|
|
@@ -4934,6 +4943,7 @@ export type CreateProjectStages$Outbound = {
|
|
|
4934
4943
|
targetPercentage: number;
|
|
4935
4944
|
requireApproval?: boolean | undefined;
|
|
4936
4945
|
duration?: number | undefined;
|
|
4946
|
+
linearShift?: boolean | undefined;
|
|
4937
4947
|
};
|
|
4938
4948
|
/** @internal */
|
|
4939
4949
|
export declare const CreateProjectStages$outboundSchema: z.ZodType<CreateProjectStages$Outbound, z.ZodTypeDef, CreateProjectStages>;
|
|
@@ -5021,12 +5031,12 @@ export declare namespace CreateProjectProjectsBuildMachineType$ {
|
|
|
5021
5031
|
export declare const CreateProjectDefaultResourceConfig$inboundSchema: z.ZodType<CreateProjectDefaultResourceConfig, z.ZodTypeDef, unknown>;
|
|
5022
5032
|
/** @internal */
|
|
5023
5033
|
export type CreateProjectDefaultResourceConfig$Outbound = {
|
|
5024
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
5025
5034
|
fluid?: boolean | undefined;
|
|
5026
5035
|
functionDefaultRegions: Array<string>;
|
|
5027
5036
|
functionDefaultTimeout?: number | undefined;
|
|
5028
5037
|
functionDefaultMemoryType?: string | undefined;
|
|
5029
5038
|
functionZeroConfigFailover?: boolean | undefined;
|
|
5039
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
5030
5040
|
buildMachineType?: string | undefined;
|
|
5031
5041
|
isNSNBDisabled?: boolean | undefined;
|
|
5032
5042
|
};
|
|
@@ -5057,15 +5067,15 @@ export declare const CreateProjectProjectsDeploymentType$outboundSchema: z.ZodNa
|
|
|
5057
5067
|
export declare namespace CreateProjectProjectsDeploymentType$ {
|
|
5058
5068
|
/** @deprecated use `CreateProjectProjectsDeploymentType$inboundSchema` instead. */
|
|
5059
5069
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5060
|
-
readonly Preview: "preview";
|
|
5061
5070
|
readonly All: "all";
|
|
5071
|
+
readonly Preview: "preview";
|
|
5062
5072
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5063
5073
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5064
5074
|
}>;
|
|
5065
5075
|
/** @deprecated use `CreateProjectProjectsDeploymentType$outboundSchema` instead. */
|
|
5066
5076
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5067
|
-
readonly Preview: "preview";
|
|
5068
5077
|
readonly All: "all";
|
|
5078
|
+
readonly Preview: "preview";
|
|
5069
5079
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5070
5080
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5071
5081
|
}>;
|
|
@@ -5459,73 +5469,6 @@ export declare function createProjectTargetsFromJSON(jsonString: string): SafePa
|
|
|
5459
5469
|
export declare const CreateProjectPermissions$inboundSchema: z.ZodType<CreateProjectPermissions, z.ZodTypeDef, unknown>;
|
|
5460
5470
|
/** @internal */
|
|
5461
5471
|
export type CreateProjectPermissions$Outbound = {
|
|
5462
|
-
aliasProject?: Array<string> | undefined;
|
|
5463
|
-
aliasProtectionBypass?: Array<string> | undefined;
|
|
5464
|
-
buildMachine?: Array<string> | undefined;
|
|
5465
|
-
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
5466
|
-
connectConfigurationLink?: Array<string> | undefined;
|
|
5467
|
-
dataCacheNamespace?: Array<string> | undefined;
|
|
5468
|
-
deployment?: Array<string> | undefined;
|
|
5469
|
-
deploymentBuildLogs?: Array<string> | undefined;
|
|
5470
|
-
deploymentCheck?: Array<string> | undefined;
|
|
5471
|
-
deploymentCheckPreview?: Array<string> | undefined;
|
|
5472
|
-
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
5473
|
-
deploymentProductionGit?: Array<string> | undefined;
|
|
5474
|
-
deploymentV0?: Array<string> | undefined;
|
|
5475
|
-
deploymentPreview?: Array<string> | undefined;
|
|
5476
|
-
deploymentPrivate?: Array<string> | undefined;
|
|
5477
|
-
deploymentPromote?: Array<string> | undefined;
|
|
5478
|
-
deploymentRollback?: Array<string> | undefined;
|
|
5479
|
-
edgeCacheNamespace?: Array<string> | undefined;
|
|
5480
|
-
environments?: Array<string> | undefined;
|
|
5481
|
-
logs?: Array<string> | undefined;
|
|
5482
|
-
logsPreset?: Array<string> | undefined;
|
|
5483
|
-
passwordProtection?: Array<string> | undefined;
|
|
5484
|
-
optionsAllowlist?: Array<string> | undefined;
|
|
5485
|
-
job?: Array<string> | undefined;
|
|
5486
|
-
observabilityData?: Array<string> | undefined;
|
|
5487
|
-
onDemandBuild?: Array<string> | undefined;
|
|
5488
|
-
onDemandConcurrency?: Array<string> | undefined;
|
|
5489
|
-
project?: Array<string> | undefined;
|
|
5490
|
-
projectFromV0?: Array<string> | undefined;
|
|
5491
|
-
projectAccessGroup?: Array<string> | undefined;
|
|
5492
|
-
projectAnalyticsSampling?: Array<string> | undefined;
|
|
5493
|
-
projectCheck?: Array<string> | undefined;
|
|
5494
|
-
projectCheckRun?: Array<string> | undefined;
|
|
5495
|
-
projectDeploymentHook?: Array<string> | undefined;
|
|
5496
|
-
projectDomain?: Array<string> | undefined;
|
|
5497
|
-
projectDomainMove?: Array<string> | undefined;
|
|
5498
|
-
projectDomainCheckConfig?: Array<string> | undefined;
|
|
5499
|
-
projectEnvVars?: Array<string> | undefined;
|
|
5500
|
-
projectEnvVarsProduction?: Array<string> | undefined;
|
|
5501
|
-
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
5502
|
-
projectFlags?: Array<string> | undefined;
|
|
5503
|
-
projectId?: Array<string> | undefined;
|
|
5504
|
-
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
5505
|
-
projectLink?: Array<string> | undefined;
|
|
5506
|
-
projectMember?: Array<string> | undefined;
|
|
5507
|
-
projectMonitoring?: Array<string> | undefined;
|
|
5508
|
-
projectPermissions?: Array<string> | undefined;
|
|
5509
|
-
projectProductionBranch?: Array<string> | undefined;
|
|
5510
|
-
projectTransfer?: Array<string> | undefined;
|
|
5511
|
-
projectTransferOut?: Array<string> | undefined;
|
|
5512
|
-
projectProtectionBypass?: Array<string> | undefined;
|
|
5513
|
-
projectUsage?: Array<string> | undefined;
|
|
5514
|
-
projectAnalyticsUsage?: Array<string> | undefined;
|
|
5515
|
-
projectSupportCase?: Array<string> | undefined;
|
|
5516
|
-
projectSupportCaseComment?: Array<string> | undefined;
|
|
5517
|
-
projectDeploymentExpiration?: Array<string> | undefined;
|
|
5518
|
-
projectRollingRelease?: Array<string> | undefined;
|
|
5519
|
-
projectTier?: Array<string> | undefined;
|
|
5520
|
-
projectOIDCToken?: Array<string> | undefined;
|
|
5521
|
-
seawallConfig?: Array<string> | undefined;
|
|
5522
|
-
skewProtection?: Array<string> | undefined;
|
|
5523
|
-
analytics?: Array<string> | undefined;
|
|
5524
|
-
trustedIps?: Array<string> | undefined;
|
|
5525
|
-
v0Chat?: Array<string> | undefined;
|
|
5526
|
-
webAnalytics?: Array<string> | undefined;
|
|
5527
|
-
sharedEnvVarConnection?: Array<string> | undefined;
|
|
5528
|
-
sonar?: Array<string> | undefined;
|
|
5529
5472
|
oauth2Connection?: Array<string> | undefined;
|
|
5530
5473
|
user?: Array<string> | undefined;
|
|
5531
5474
|
userConnection?: Array<string> | undefined;
|
|
@@ -5592,7 +5535,6 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
5592
5535
|
jobGlobal?: Array<string> | undefined;
|
|
5593
5536
|
drain?: Array<string> | undefined;
|
|
5594
5537
|
logDrain?: Array<string> | undefined;
|
|
5595
|
-
traceDrain?: Array<string> | undefined;
|
|
5596
5538
|
Monitoring?: Array<string> | undefined;
|
|
5597
5539
|
monitoringSettings?: Array<string> | undefined;
|
|
5598
5540
|
monitoringQuery?: Array<string> | undefined;
|
|
@@ -5673,6 +5615,73 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
5673
5615
|
vercelRunExec?: Array<string> | undefined;
|
|
5674
5616
|
apiKey?: Array<string> | undefined;
|
|
5675
5617
|
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
5618
|
+
aliasProject?: Array<string> | undefined;
|
|
5619
|
+
aliasProtectionBypass?: Array<string> | undefined;
|
|
5620
|
+
buildMachine?: Array<string> | undefined;
|
|
5621
|
+
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
5622
|
+
connectConfigurationLink?: Array<string> | undefined;
|
|
5623
|
+
dataCacheNamespace?: Array<string> | undefined;
|
|
5624
|
+
deployment?: Array<string> | undefined;
|
|
5625
|
+
deploymentBuildLogs?: Array<string> | undefined;
|
|
5626
|
+
deploymentCheck?: Array<string> | undefined;
|
|
5627
|
+
deploymentCheckPreview?: Array<string> | undefined;
|
|
5628
|
+
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
5629
|
+
deploymentProductionGit?: Array<string> | undefined;
|
|
5630
|
+
deploymentV0?: Array<string> | undefined;
|
|
5631
|
+
deploymentPreview?: Array<string> | undefined;
|
|
5632
|
+
deploymentPrivate?: Array<string> | undefined;
|
|
5633
|
+
deploymentPromote?: Array<string> | undefined;
|
|
5634
|
+
deploymentRollback?: Array<string> | undefined;
|
|
5635
|
+
edgeCacheNamespace?: Array<string> | undefined;
|
|
5636
|
+
environments?: Array<string> | undefined;
|
|
5637
|
+
logs?: Array<string> | undefined;
|
|
5638
|
+
logsPreset?: Array<string> | undefined;
|
|
5639
|
+
passwordProtection?: Array<string> | undefined;
|
|
5640
|
+
optionsAllowlist?: Array<string> | undefined;
|
|
5641
|
+
job?: Array<string> | undefined;
|
|
5642
|
+
observabilityData?: Array<string> | undefined;
|
|
5643
|
+
onDemandBuild?: Array<string> | undefined;
|
|
5644
|
+
onDemandConcurrency?: Array<string> | undefined;
|
|
5645
|
+
project?: Array<string> | undefined;
|
|
5646
|
+
projectFromV0?: Array<string> | undefined;
|
|
5647
|
+
projectAccessGroup?: Array<string> | undefined;
|
|
5648
|
+
projectAnalyticsSampling?: Array<string> | undefined;
|
|
5649
|
+
projectCheck?: Array<string> | undefined;
|
|
5650
|
+
projectCheckRun?: Array<string> | undefined;
|
|
5651
|
+
projectDeploymentHook?: Array<string> | undefined;
|
|
5652
|
+
projectDomain?: Array<string> | undefined;
|
|
5653
|
+
projectDomainMove?: Array<string> | undefined;
|
|
5654
|
+
projectDomainCheckConfig?: Array<string> | undefined;
|
|
5655
|
+
projectEnvVars?: Array<string> | undefined;
|
|
5656
|
+
projectEnvVarsProduction?: Array<string> | undefined;
|
|
5657
|
+
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
5658
|
+
projectFlags?: Array<string> | undefined;
|
|
5659
|
+
projectId?: Array<string> | undefined;
|
|
5660
|
+
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
5661
|
+
projectLink?: Array<string> | undefined;
|
|
5662
|
+
projectMember?: Array<string> | undefined;
|
|
5663
|
+
projectMonitoring?: Array<string> | undefined;
|
|
5664
|
+
projectPermissions?: Array<string> | undefined;
|
|
5665
|
+
projectProductionBranch?: Array<string> | undefined;
|
|
5666
|
+
projectTransfer?: Array<string> | undefined;
|
|
5667
|
+
projectTransferOut?: Array<string> | undefined;
|
|
5668
|
+
projectProtectionBypass?: Array<string> | undefined;
|
|
5669
|
+
projectUsage?: Array<string> | undefined;
|
|
5670
|
+
projectAnalyticsUsage?: Array<string> | undefined;
|
|
5671
|
+
projectSupportCase?: Array<string> | undefined;
|
|
5672
|
+
projectSupportCaseComment?: Array<string> | undefined;
|
|
5673
|
+
projectDeploymentExpiration?: Array<string> | undefined;
|
|
5674
|
+
projectRollingRelease?: Array<string> | undefined;
|
|
5675
|
+
projectTier?: Array<string> | undefined;
|
|
5676
|
+
projectOIDCToken?: Array<string> | undefined;
|
|
5677
|
+
seawallConfig?: Array<string> | undefined;
|
|
5678
|
+
skewProtection?: Array<string> | undefined;
|
|
5679
|
+
analytics?: Array<string> | undefined;
|
|
5680
|
+
trustedIps?: Array<string> | undefined;
|
|
5681
|
+
v0Chat?: Array<string> | undefined;
|
|
5682
|
+
webAnalytics?: Array<string> | undefined;
|
|
5683
|
+
sharedEnvVarConnection?: Array<string> | undefined;
|
|
5684
|
+
sonar?: Array<string> | undefined;
|
|
5676
5685
|
};
|
|
5677
5686
|
/** @internal */
|
|
5678
5687
|
export declare const CreateProjectPermissions$outboundSchema: z.ZodType<CreateProjectPermissions$Outbound, z.ZodTypeDef, CreateProjectPermissions>;
|
|
@@ -5900,19 +5909,19 @@ export declare const CreateProjectTrustedIpsProjectsDeploymentType$outboundSchem
|
|
|
5900
5909
|
export declare namespace CreateProjectTrustedIpsProjectsDeploymentType$ {
|
|
5901
5910
|
/** @deprecated use `CreateProjectTrustedIpsProjectsDeploymentType$inboundSchema` instead. */
|
|
5902
5911
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5903
|
-
readonly Preview: "preview";
|
|
5904
|
-
readonly Production: "production";
|
|
5905
5912
|
readonly All: "all";
|
|
5913
|
+
readonly Preview: "preview";
|
|
5906
5914
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5907
5915
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5916
|
+
readonly Production: "production";
|
|
5908
5917
|
}>;
|
|
5909
5918
|
/** @deprecated use `CreateProjectTrustedIpsProjectsDeploymentType$outboundSchema` instead. */
|
|
5910
5919
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5911
|
-
readonly Preview: "preview";
|
|
5912
|
-
readonly Production: "production";
|
|
5913
5920
|
readonly All: "all";
|
|
5921
|
+
readonly Preview: "preview";
|
|
5914
5922
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5915
5923
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5924
|
+
readonly Production: "production";
|
|
5916
5925
|
}>;
|
|
5917
5926
|
}
|
|
5918
5927
|
/** @internal */
|
|
@@ -5948,19 +5957,19 @@ export declare const CreateProjectTrustedIpsDeploymentType$outboundSchema: z.Zod
|
|
|
5948
5957
|
export declare namespace CreateProjectTrustedIpsDeploymentType$ {
|
|
5949
5958
|
/** @deprecated use `CreateProjectTrustedIpsDeploymentType$inboundSchema` instead. */
|
|
5950
5959
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5951
|
-
readonly Preview: "preview";
|
|
5952
|
-
readonly Production: "production";
|
|
5953
5960
|
readonly All: "all";
|
|
5961
|
+
readonly Preview: "preview";
|
|
5954
5962
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5955
5963
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5964
|
+
readonly Production: "production";
|
|
5956
5965
|
}>;
|
|
5957
5966
|
/** @deprecated use `CreateProjectTrustedIpsDeploymentType$outboundSchema` instead. */
|
|
5958
5967
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5959
|
-
readonly Preview: "preview";
|
|
5960
|
-
readonly Production: "production";
|
|
5961
5968
|
readonly All: "all";
|
|
5969
|
+
readonly Preview: "preview";
|
|
5962
5970
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5963
5971
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5972
|
+
readonly Production: "production";
|
|
5964
5973
|
}>;
|
|
5965
5974
|
}
|
|
5966
5975
|
/** @internal */
|