@vercel/sdk 1.11.2 → 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 +926 -870
- package/bin/mcp-server.js.map +29 -29
- package/docs/sdks/integrations/README.md +83 -0
- package/docs/sdks/vercel/README.md +0 -74
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +3 -12
- package/esm/__tests__/domains.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 +2 -6
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +3 -27
- package/esm/__tests__/vercel.test.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/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- 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 +3 -0
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +1 -0
- 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 +41 -35
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +15 -13
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +243 -240
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +295 -294
- 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 +11 -0
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +4 -0
- 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 +3 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +1 -0
- 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/getprojectsop.d.ts +8 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +3 -0
- 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/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 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +3 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +173 -162
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +158 -154
- 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/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__/checks.test.ts +1 -1
- package/src/__tests__/domains.test.ts +3 -12
- package/src/__tests__/integrations.test.ts +32 -1
- package/src/__tests__/rollingrelease.test.ts +2 -6
- package/src/__tests__/security.test.ts +1 -11
- package/src/__tests__/vercel.test.ts +4 -33
- package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
- package/src/lib/config.ts +2 -2
- 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 +1 -0
- package/src/models/completerollingreleaseop.ts +21 -0
- package/src/models/createdeploymentop.ts +17 -15
- package/src/models/createintegrationstoredirectop.ts +506 -505
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +9 -0
- 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 +1 -0
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getprojectsop.ts +8 -0
- 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/removeprojectenvop.ts +3 -3
- package/src/models/updateprojectdatacacheop.ts +8 -0
- package/src/models/updateprojectop.ts +347 -338
- package/src/models/updaterollingreleaseconfigop.ts +7 -0
- package/src/sdk/integrations.ts +22 -0
- package/src/sdk/sdk.ts +1 -23
- package/vercel-spec.json +715 -594
- 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
|
@@ -57,6 +57,7 @@ export declare const UpdateProjectFramework: {
|
|
|
57
57
|
readonly Nitro: "nitro";
|
|
58
58
|
readonly Hono: "hono";
|
|
59
59
|
readonly Express: "express";
|
|
60
|
+
readonly H3: "h3";
|
|
60
61
|
readonly Xmcp: "xmcp";
|
|
61
62
|
};
|
|
62
63
|
/**
|
|
@@ -500,10 +501,10 @@ export type UpdateProjectTarget2 = ClosedEnum<typeof UpdateProjectTarget2>;
|
|
|
500
501
|
export type UpdateProjectTarget = Array<string> | UpdateProjectTarget2;
|
|
501
502
|
export declare const UpdateProjectType: {
|
|
502
503
|
readonly System: "system";
|
|
504
|
+
readonly Secret: "secret";
|
|
503
505
|
readonly Encrypted: "encrypted";
|
|
504
506
|
readonly Plain: "plain";
|
|
505
507
|
readonly Sensitive: "sensitive";
|
|
506
|
-
readonly Secret: "secret";
|
|
507
508
|
};
|
|
508
509
|
export type UpdateProjectType = ClosedEnum<typeof UpdateProjectType>;
|
|
509
510
|
export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type: {
|
|
@@ -832,6 +833,7 @@ export declare const UpdateProjectProjectsFramework: {
|
|
|
832
833
|
readonly Nitro: "nitro";
|
|
833
834
|
readonly Hono: "hono";
|
|
834
835
|
readonly Express: "express";
|
|
836
|
+
readonly H3: "h3";
|
|
835
837
|
readonly Xmcp: "xmcp";
|
|
836
838
|
};
|
|
837
839
|
export type UpdateProjectProjectsFramework = ClosedEnum<typeof UpdateProjectProjectsFramework>;
|
|
@@ -1065,18 +1067,18 @@ export type UpdateProjectLinkProjectsDeployHooks = {
|
|
|
1065
1067
|
};
|
|
1066
1068
|
export type UpdateProjectLink2 = {
|
|
1067
1069
|
type: UpdateProjectLinkProjectsType;
|
|
1068
|
-
repo?: string | undefined;
|
|
1069
|
-
repoId?: number | undefined;
|
|
1070
1070
|
updatedAt?: number | undefined;
|
|
1071
1071
|
createdAt?: number | undefined;
|
|
1072
|
+
repo?: string | undefined;
|
|
1073
|
+
sourceless?: boolean | undefined;
|
|
1072
1074
|
org: string;
|
|
1073
1075
|
/**
|
|
1074
1076
|
* 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.
|
|
1075
1077
|
*/
|
|
1076
1078
|
repoOwnerId?: number | undefined;
|
|
1079
|
+
repoId?: number | undefined;
|
|
1077
1080
|
deployHooks: Array<UpdateProjectLinkProjectsDeployHooks>;
|
|
1078
1081
|
gitCredentialId: string;
|
|
1079
|
-
sourceless?: boolean | undefined;
|
|
1080
1082
|
productionBranch: string;
|
|
1081
1083
|
};
|
|
1082
1084
|
export declare const UpdateProjectLinkType: {
|
|
@@ -1169,12 +1171,12 @@ export declare const UpdateProjectProjectsBuildMachineType: {
|
|
|
1169
1171
|
};
|
|
1170
1172
|
export type UpdateProjectProjectsBuildMachineType = ClosedEnum<typeof UpdateProjectProjectsBuildMachineType>;
|
|
1171
1173
|
export type UpdateProjectProjectsResourceConfig = {
|
|
1172
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1173
1174
|
fluid?: boolean | undefined;
|
|
1174
1175
|
functionDefaultRegions: Array<string>;
|
|
1175
1176
|
functionDefaultTimeout?: number | undefined;
|
|
1176
1177
|
functionDefaultMemoryType?: UpdateProjectProjectsFunctionDefaultMemoryType | undefined;
|
|
1177
1178
|
functionZeroConfigFailover?: boolean | undefined;
|
|
1179
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1178
1180
|
buildMachineType?: UpdateProjectProjectsBuildMachineType | undefined;
|
|
1179
1181
|
isNSNBDisabled?: boolean | undefined;
|
|
1180
1182
|
};
|
|
@@ -1215,6 +1217,10 @@ export type UpdateProjectStages = {
|
|
|
1215
1217
|
* Duration in minutes for automatic advancement to the next stage
|
|
1216
1218
|
*/
|
|
1217
1219
|
duration?: number | undefined;
|
|
1220
|
+
/**
|
|
1221
|
+
* Whether to linearly shift traffic over the duration of this stage
|
|
1222
|
+
*/
|
|
1223
|
+
linearShift?: boolean | undefined;
|
|
1218
1224
|
};
|
|
1219
1225
|
/**
|
|
1220
1226
|
* Project-level rolling release configuration that defines how deployments should be gradually rolled out
|
|
@@ -1245,18 +1251,18 @@ export declare const UpdateProjectProjectsResponseBuildMachineType: {
|
|
|
1245
1251
|
};
|
|
1246
1252
|
export type UpdateProjectProjectsResponseBuildMachineType = ClosedEnum<typeof UpdateProjectProjectsResponseBuildMachineType>;
|
|
1247
1253
|
export type UpdateProjectDefaultResourceConfig = {
|
|
1248
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1249
1254
|
fluid?: boolean | undefined;
|
|
1250
1255
|
functionDefaultRegions: Array<string>;
|
|
1251
1256
|
functionDefaultTimeout?: number | undefined;
|
|
1252
1257
|
functionDefaultMemoryType?: UpdateProjectProjectsResponseFunctionDefaultMemoryType | undefined;
|
|
1253
1258
|
functionZeroConfigFailover?: boolean | undefined;
|
|
1259
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1254
1260
|
buildMachineType?: UpdateProjectProjectsResponseBuildMachineType | undefined;
|
|
1255
1261
|
isNSNBDisabled?: boolean | undefined;
|
|
1256
1262
|
};
|
|
1257
1263
|
export declare const UpdateProjectProjectsResponseDeploymentType: {
|
|
1258
|
-
readonly Preview: "preview";
|
|
1259
1264
|
readonly All: "all";
|
|
1265
|
+
readonly Preview: "preview";
|
|
1260
1266
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1261
1267
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1262
1268
|
};
|
|
@@ -1396,73 +1402,6 @@ export type UpdateProjectTargets = {
|
|
|
1396
1402
|
withCache?: boolean | undefined;
|
|
1397
1403
|
};
|
|
1398
1404
|
export type UpdateProjectPermissions = {
|
|
1399
|
-
aliasProject?: Array<ACLAction> | undefined;
|
|
1400
|
-
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1401
|
-
buildMachine?: Array<ACLAction> | undefined;
|
|
1402
|
-
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1403
|
-
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1404
|
-
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1405
|
-
deployment?: Array<ACLAction> | undefined;
|
|
1406
|
-
deploymentBuildLogs?: Array<ACLAction> | undefined;
|
|
1407
|
-
deploymentCheck?: Array<ACLAction> | undefined;
|
|
1408
|
-
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1409
|
-
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1410
|
-
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1411
|
-
deploymentV0?: Array<ACLAction> | undefined;
|
|
1412
|
-
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1413
|
-
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1414
|
-
deploymentPromote?: Array<ACLAction> | undefined;
|
|
1415
|
-
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1416
|
-
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1417
|
-
environments?: Array<ACLAction> | undefined;
|
|
1418
|
-
logs?: Array<ACLAction> | undefined;
|
|
1419
|
-
logsPreset?: Array<ACLAction> | undefined;
|
|
1420
|
-
passwordProtection?: Array<ACLAction> | undefined;
|
|
1421
|
-
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1422
|
-
job?: Array<ACLAction> | undefined;
|
|
1423
|
-
observabilityData?: Array<ACLAction> | undefined;
|
|
1424
|
-
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1425
|
-
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1426
|
-
project?: Array<ACLAction> | undefined;
|
|
1427
|
-
projectFromV0?: Array<ACLAction> | undefined;
|
|
1428
|
-
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1429
|
-
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1430
|
-
projectCheck?: Array<ACLAction> | undefined;
|
|
1431
|
-
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1432
|
-
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1433
|
-
projectDomain?: Array<ACLAction> | undefined;
|
|
1434
|
-
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1435
|
-
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1436
|
-
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1437
|
-
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1438
|
-
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1439
|
-
projectFlags?: Array<ACLAction> | undefined;
|
|
1440
|
-
projectId?: Array<ACLAction> | undefined;
|
|
1441
|
-
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1442
|
-
projectLink?: Array<ACLAction> | undefined;
|
|
1443
|
-
projectMember?: Array<ACLAction> | undefined;
|
|
1444
|
-
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1445
|
-
projectPermissions?: Array<ACLAction> | undefined;
|
|
1446
|
-
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1447
|
-
projectTransfer?: Array<ACLAction> | undefined;
|
|
1448
|
-
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1449
|
-
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1450
|
-
projectUsage?: Array<ACLAction> | undefined;
|
|
1451
|
-
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1452
|
-
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1453
|
-
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1454
|
-
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1455
|
-
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1456
|
-
projectTier?: Array<ACLAction> | undefined;
|
|
1457
|
-
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1458
|
-
seawallConfig?: Array<ACLAction> | undefined;
|
|
1459
|
-
skewProtection?: Array<ACLAction> | undefined;
|
|
1460
|
-
analytics?: Array<ACLAction> | undefined;
|
|
1461
|
-
trustedIps?: Array<ACLAction> | undefined;
|
|
1462
|
-
v0Chat?: Array<ACLAction> | undefined;
|
|
1463
|
-
webAnalytics?: Array<ACLAction> | undefined;
|
|
1464
|
-
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1465
|
-
sonar?: Array<ACLAction> | undefined;
|
|
1466
1405
|
oauth2Connection?: Array<ACLAction> | undefined;
|
|
1467
1406
|
user?: Array<ACLAction> | undefined;
|
|
1468
1407
|
userConnection?: Array<ACLAction> | undefined;
|
|
@@ -1609,6 +1548,73 @@ export type UpdateProjectPermissions = {
|
|
|
1609
1548
|
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1610
1549
|
apiKey?: Array<ACLAction> | undefined;
|
|
1611
1550
|
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1551
|
+
aliasProject?: Array<ACLAction> | undefined;
|
|
1552
|
+
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1553
|
+
buildMachine?: Array<ACLAction> | undefined;
|
|
1554
|
+
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1555
|
+
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1556
|
+
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1557
|
+
deployment?: Array<ACLAction> | undefined;
|
|
1558
|
+
deploymentBuildLogs?: Array<ACLAction> | undefined;
|
|
1559
|
+
deploymentCheck?: Array<ACLAction> | undefined;
|
|
1560
|
+
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1561
|
+
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1562
|
+
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1563
|
+
deploymentV0?: Array<ACLAction> | undefined;
|
|
1564
|
+
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1565
|
+
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1566
|
+
deploymentPromote?: Array<ACLAction> | undefined;
|
|
1567
|
+
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1568
|
+
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1569
|
+
environments?: Array<ACLAction> | undefined;
|
|
1570
|
+
logs?: Array<ACLAction> | undefined;
|
|
1571
|
+
logsPreset?: Array<ACLAction> | undefined;
|
|
1572
|
+
passwordProtection?: Array<ACLAction> | undefined;
|
|
1573
|
+
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1574
|
+
job?: Array<ACLAction> | undefined;
|
|
1575
|
+
observabilityData?: Array<ACLAction> | undefined;
|
|
1576
|
+
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1577
|
+
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1578
|
+
project?: Array<ACLAction> | undefined;
|
|
1579
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1580
|
+
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1581
|
+
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1582
|
+
projectCheck?: Array<ACLAction> | undefined;
|
|
1583
|
+
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1584
|
+
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1585
|
+
projectDomain?: Array<ACLAction> | undefined;
|
|
1586
|
+
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1587
|
+
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1588
|
+
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1589
|
+
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1590
|
+
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1591
|
+
projectFlags?: Array<ACLAction> | undefined;
|
|
1592
|
+
projectId?: Array<ACLAction> | undefined;
|
|
1593
|
+
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1594
|
+
projectLink?: Array<ACLAction> | undefined;
|
|
1595
|
+
projectMember?: Array<ACLAction> | undefined;
|
|
1596
|
+
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1597
|
+
projectPermissions?: Array<ACLAction> | undefined;
|
|
1598
|
+
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1599
|
+
projectTransfer?: Array<ACLAction> | undefined;
|
|
1600
|
+
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1601
|
+
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1602
|
+
projectUsage?: Array<ACLAction> | undefined;
|
|
1603
|
+
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1604
|
+
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1605
|
+
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1606
|
+
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1607
|
+
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1608
|
+
projectTier?: Array<ACLAction> | undefined;
|
|
1609
|
+
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1610
|
+
seawallConfig?: Array<ACLAction> | undefined;
|
|
1611
|
+
skewProtection?: Array<ACLAction> | undefined;
|
|
1612
|
+
analytics?: Array<ACLAction> | undefined;
|
|
1613
|
+
trustedIps?: Array<ACLAction> | undefined;
|
|
1614
|
+
v0Chat?: Array<ACLAction> | undefined;
|
|
1615
|
+
webAnalytics?: Array<ACLAction> | undefined;
|
|
1616
|
+
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1617
|
+
sonar?: Array<ACLAction> | undefined;
|
|
1612
1618
|
};
|
|
1613
1619
|
export type UpdateProjectLastRollbackTarget = {};
|
|
1614
1620
|
export declare const UpdateProjectJobStatus: {
|
|
@@ -1657,22 +1663,22 @@ export type UpdateProjectProtectionBypass1 = {
|
|
|
1657
1663
|
};
|
|
1658
1664
|
export type UpdateProjectProtectionBypass = UpdateProjectProtectionBypass1 | UpdateProjectProtectionBypass2;
|
|
1659
1665
|
export declare const UpdateProjectTrustedIpsProjectsDeploymentType: {
|
|
1660
|
-
readonly Preview: "preview";
|
|
1661
|
-
readonly Production: "production";
|
|
1662
1666
|
readonly All: "all";
|
|
1667
|
+
readonly Preview: "preview";
|
|
1663
1668
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1664
1669
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1670
|
+
readonly Production: "production";
|
|
1665
1671
|
};
|
|
1666
1672
|
export type UpdateProjectTrustedIpsProjectsDeploymentType = ClosedEnum<typeof UpdateProjectTrustedIpsProjectsDeploymentType>;
|
|
1667
1673
|
export type UpdateProjectTrustedIps2 = {
|
|
1668
1674
|
deploymentType: UpdateProjectTrustedIpsProjectsDeploymentType;
|
|
1669
1675
|
};
|
|
1670
1676
|
export declare const UpdateProjectTrustedIpsDeploymentType: {
|
|
1671
|
-
readonly Preview: "preview";
|
|
1672
|
-
readonly Production: "production";
|
|
1673
1677
|
readonly All: "all";
|
|
1678
|
+
readonly Preview: "preview";
|
|
1674
1679
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1675
1680
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1681
|
+
readonly Production: "production";
|
|
1676
1682
|
};
|
|
1677
1683
|
export type UpdateProjectTrustedIpsDeploymentType = ClosedEnum<typeof UpdateProjectTrustedIpsDeploymentType>;
|
|
1678
1684
|
export type UpdateProjectTrustedIpsAddresses = {
|
|
@@ -2180,6 +2186,7 @@ export declare namespace UpdateProjectFramework$ {
|
|
|
2180
2186
|
readonly Nitro: "nitro";
|
|
2181
2187
|
readonly Hono: "hono";
|
|
2182
2188
|
readonly Express: "express";
|
|
2189
|
+
readonly H3: "h3";
|
|
2183
2190
|
readonly Xmcp: "xmcp";
|
|
2184
2191
|
}>;
|
|
2185
2192
|
/** @deprecated use `UpdateProjectFramework$outboundSchema` instead. */
|
|
@@ -2234,6 +2241,7 @@ export declare namespace UpdateProjectFramework$ {
|
|
|
2234
2241
|
readonly Nitro: "nitro";
|
|
2235
2242
|
readonly Hono: "hono";
|
|
2236
2243
|
readonly Express: "express";
|
|
2244
|
+
readonly H3: "h3";
|
|
2237
2245
|
readonly Xmcp: "xmcp";
|
|
2238
2246
|
}>;
|
|
2239
2247
|
}
|
|
@@ -3037,18 +3045,18 @@ export declare namespace UpdateProjectType$ {
|
|
|
3037
3045
|
/** @deprecated use `UpdateProjectType$inboundSchema` instead. */
|
|
3038
3046
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3039
3047
|
readonly System: "system";
|
|
3048
|
+
readonly Secret: "secret";
|
|
3040
3049
|
readonly Encrypted: "encrypted";
|
|
3041
3050
|
readonly Plain: "plain";
|
|
3042
3051
|
readonly Sensitive: "sensitive";
|
|
3043
|
-
readonly Secret: "secret";
|
|
3044
3052
|
}>;
|
|
3045
3053
|
/** @deprecated use `UpdateProjectType$outboundSchema` instead. */
|
|
3046
3054
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3047
3055
|
readonly System: "system";
|
|
3056
|
+
readonly Secret: "secret";
|
|
3048
3057
|
readonly Encrypted: "encrypted";
|
|
3049
3058
|
readonly Plain: "plain";
|
|
3050
3059
|
readonly Sensitive: "sensitive";
|
|
3051
|
-
readonly Secret: "secret";
|
|
3052
3060
|
}>;
|
|
3053
3061
|
}
|
|
3054
3062
|
/** @internal */
|
|
@@ -3986,6 +3994,7 @@ export declare namespace UpdateProjectProjectsFramework$ {
|
|
|
3986
3994
|
readonly Nitro: "nitro";
|
|
3987
3995
|
readonly Hono: "hono";
|
|
3988
3996
|
readonly Express: "express";
|
|
3997
|
+
readonly H3: "h3";
|
|
3989
3998
|
readonly Xmcp: "xmcp";
|
|
3990
3999
|
}>;
|
|
3991
4000
|
/** @deprecated use `UpdateProjectProjectsFramework$outboundSchema` instead. */
|
|
@@ -4040,6 +4049,7 @@ export declare namespace UpdateProjectProjectsFramework$ {
|
|
|
4040
4049
|
readonly Nitro: "nitro";
|
|
4041
4050
|
readonly Hono: "hono";
|
|
4042
4051
|
readonly Express: "express";
|
|
4052
|
+
readonly H3: "h3";
|
|
4043
4053
|
readonly Xmcp: "xmcp";
|
|
4044
4054
|
}>;
|
|
4045
4055
|
}
|
|
@@ -4710,15 +4720,15 @@ export declare const UpdateProjectLink2$inboundSchema: z.ZodType<UpdateProjectLi
|
|
|
4710
4720
|
/** @internal */
|
|
4711
4721
|
export type UpdateProjectLink2$Outbound = {
|
|
4712
4722
|
type: string;
|
|
4713
|
-
repo?: string | undefined;
|
|
4714
|
-
repoId?: number | undefined;
|
|
4715
4723
|
updatedAt?: number | undefined;
|
|
4716
4724
|
createdAt?: number | undefined;
|
|
4725
|
+
repo?: string | undefined;
|
|
4726
|
+
sourceless?: boolean | undefined;
|
|
4717
4727
|
org: string;
|
|
4718
4728
|
repoOwnerId?: number | undefined;
|
|
4729
|
+
repoId?: number | undefined;
|
|
4719
4730
|
deployHooks: Array<UpdateProjectLinkProjectsDeployHooks$Outbound>;
|
|
4720
4731
|
gitCredentialId: string;
|
|
4721
|
-
sourceless?: boolean | undefined;
|
|
4722
4732
|
productionBranch: string;
|
|
4723
4733
|
};
|
|
4724
4734
|
/** @internal */
|
|
@@ -5046,12 +5056,12 @@ export declare namespace UpdateProjectProjectsBuildMachineType$ {
|
|
|
5046
5056
|
export declare const UpdateProjectProjectsResourceConfig$inboundSchema: z.ZodType<UpdateProjectProjectsResourceConfig, z.ZodTypeDef, unknown>;
|
|
5047
5057
|
/** @internal */
|
|
5048
5058
|
export type UpdateProjectProjectsResourceConfig$Outbound = {
|
|
5049
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
5050
5059
|
fluid?: boolean | undefined;
|
|
5051
5060
|
functionDefaultRegions: Array<string>;
|
|
5052
5061
|
functionDefaultTimeout?: number | undefined;
|
|
5053
5062
|
functionDefaultMemoryType?: string | undefined;
|
|
5054
5063
|
functionZeroConfigFailover?: boolean | undefined;
|
|
5064
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
5055
5065
|
buildMachineType?: string | undefined;
|
|
5056
5066
|
isNSNBDisabled?: boolean | undefined;
|
|
5057
5067
|
};
|
|
@@ -5103,6 +5113,7 @@ export type UpdateProjectStages$Outbound = {
|
|
|
5103
5113
|
targetPercentage: number;
|
|
5104
5114
|
requireApproval?: boolean | undefined;
|
|
5105
5115
|
duration?: number | undefined;
|
|
5116
|
+
linearShift?: boolean | undefined;
|
|
5106
5117
|
};
|
|
5107
5118
|
/** @internal */
|
|
5108
5119
|
export declare const UpdateProjectStages$outboundSchema: z.ZodType<UpdateProjectStages$Outbound, z.ZodTypeDef, UpdateProjectStages>;
|
|
@@ -5190,12 +5201,12 @@ export declare namespace UpdateProjectProjectsResponseBuildMachineType$ {
|
|
|
5190
5201
|
export declare const UpdateProjectDefaultResourceConfig$inboundSchema: z.ZodType<UpdateProjectDefaultResourceConfig, z.ZodTypeDef, unknown>;
|
|
5191
5202
|
/** @internal */
|
|
5192
5203
|
export type UpdateProjectDefaultResourceConfig$Outbound = {
|
|
5193
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
5194
5204
|
fluid?: boolean | undefined;
|
|
5195
5205
|
functionDefaultRegions: Array<string>;
|
|
5196
5206
|
functionDefaultTimeout?: number | undefined;
|
|
5197
5207
|
functionDefaultMemoryType?: string | undefined;
|
|
5198
5208
|
functionZeroConfigFailover?: boolean | undefined;
|
|
5209
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
5199
5210
|
buildMachineType?: string | undefined;
|
|
5200
5211
|
isNSNBDisabled?: boolean | undefined;
|
|
5201
5212
|
};
|
|
@@ -5226,15 +5237,15 @@ export declare const UpdateProjectProjectsResponseDeploymentType$outboundSchema:
|
|
|
5226
5237
|
export declare namespace UpdateProjectProjectsResponseDeploymentType$ {
|
|
5227
5238
|
/** @deprecated use `UpdateProjectProjectsResponseDeploymentType$inboundSchema` instead. */
|
|
5228
5239
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5229
|
-
readonly Preview: "preview";
|
|
5230
5240
|
readonly All: "all";
|
|
5241
|
+
readonly Preview: "preview";
|
|
5231
5242
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5232
5243
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5233
5244
|
}>;
|
|
5234
5245
|
/** @deprecated use `UpdateProjectProjectsResponseDeploymentType$outboundSchema` instead. */
|
|
5235
5246
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5236
|
-
readonly Preview: "preview";
|
|
5237
5247
|
readonly All: "all";
|
|
5248
|
+
readonly Preview: "preview";
|
|
5238
5249
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5239
5250
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5240
5251
|
}>;
|
|
@@ -5628,73 +5639,6 @@ export declare function updateProjectTargetsFromJSON(jsonString: string): SafePa
|
|
|
5628
5639
|
export declare const UpdateProjectPermissions$inboundSchema: z.ZodType<UpdateProjectPermissions, z.ZodTypeDef, unknown>;
|
|
5629
5640
|
/** @internal */
|
|
5630
5641
|
export type UpdateProjectPermissions$Outbound = {
|
|
5631
|
-
aliasProject?: Array<string> | undefined;
|
|
5632
|
-
aliasProtectionBypass?: Array<string> | undefined;
|
|
5633
|
-
buildMachine?: Array<string> | undefined;
|
|
5634
|
-
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
5635
|
-
connectConfigurationLink?: Array<string> | undefined;
|
|
5636
|
-
dataCacheNamespace?: Array<string> | undefined;
|
|
5637
|
-
deployment?: Array<string> | undefined;
|
|
5638
|
-
deploymentBuildLogs?: Array<string> | undefined;
|
|
5639
|
-
deploymentCheck?: Array<string> | undefined;
|
|
5640
|
-
deploymentCheckPreview?: Array<string> | undefined;
|
|
5641
|
-
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
5642
|
-
deploymentProductionGit?: Array<string> | undefined;
|
|
5643
|
-
deploymentV0?: Array<string> | undefined;
|
|
5644
|
-
deploymentPreview?: Array<string> | undefined;
|
|
5645
|
-
deploymentPrivate?: Array<string> | undefined;
|
|
5646
|
-
deploymentPromote?: Array<string> | undefined;
|
|
5647
|
-
deploymentRollback?: Array<string> | undefined;
|
|
5648
|
-
edgeCacheNamespace?: Array<string> | undefined;
|
|
5649
|
-
environments?: Array<string> | undefined;
|
|
5650
|
-
logs?: Array<string> | undefined;
|
|
5651
|
-
logsPreset?: Array<string> | undefined;
|
|
5652
|
-
passwordProtection?: Array<string> | undefined;
|
|
5653
|
-
optionsAllowlist?: Array<string> | undefined;
|
|
5654
|
-
job?: Array<string> | undefined;
|
|
5655
|
-
observabilityData?: Array<string> | undefined;
|
|
5656
|
-
onDemandBuild?: Array<string> | undefined;
|
|
5657
|
-
onDemandConcurrency?: Array<string> | undefined;
|
|
5658
|
-
project?: Array<string> | undefined;
|
|
5659
|
-
projectFromV0?: Array<string> | undefined;
|
|
5660
|
-
projectAccessGroup?: Array<string> | undefined;
|
|
5661
|
-
projectAnalyticsSampling?: Array<string> | undefined;
|
|
5662
|
-
projectCheck?: Array<string> | undefined;
|
|
5663
|
-
projectCheckRun?: Array<string> | undefined;
|
|
5664
|
-
projectDeploymentHook?: Array<string> | undefined;
|
|
5665
|
-
projectDomain?: Array<string> | undefined;
|
|
5666
|
-
projectDomainMove?: Array<string> | undefined;
|
|
5667
|
-
projectDomainCheckConfig?: Array<string> | undefined;
|
|
5668
|
-
projectEnvVars?: Array<string> | undefined;
|
|
5669
|
-
projectEnvVarsProduction?: Array<string> | undefined;
|
|
5670
|
-
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
5671
|
-
projectFlags?: Array<string> | undefined;
|
|
5672
|
-
projectId?: Array<string> | undefined;
|
|
5673
|
-
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
5674
|
-
projectLink?: Array<string> | undefined;
|
|
5675
|
-
projectMember?: Array<string> | undefined;
|
|
5676
|
-
projectMonitoring?: Array<string> | undefined;
|
|
5677
|
-
projectPermissions?: Array<string> | undefined;
|
|
5678
|
-
projectProductionBranch?: Array<string> | undefined;
|
|
5679
|
-
projectTransfer?: Array<string> | undefined;
|
|
5680
|
-
projectTransferOut?: Array<string> | undefined;
|
|
5681
|
-
projectProtectionBypass?: Array<string> | undefined;
|
|
5682
|
-
projectUsage?: Array<string> | undefined;
|
|
5683
|
-
projectAnalyticsUsage?: Array<string> | undefined;
|
|
5684
|
-
projectSupportCase?: Array<string> | undefined;
|
|
5685
|
-
projectSupportCaseComment?: Array<string> | undefined;
|
|
5686
|
-
projectDeploymentExpiration?: Array<string> | undefined;
|
|
5687
|
-
projectRollingRelease?: Array<string> | undefined;
|
|
5688
|
-
projectTier?: Array<string> | undefined;
|
|
5689
|
-
projectOIDCToken?: Array<string> | undefined;
|
|
5690
|
-
seawallConfig?: Array<string> | undefined;
|
|
5691
|
-
skewProtection?: Array<string> | undefined;
|
|
5692
|
-
analytics?: Array<string> | undefined;
|
|
5693
|
-
trustedIps?: Array<string> | undefined;
|
|
5694
|
-
v0Chat?: Array<string> | undefined;
|
|
5695
|
-
webAnalytics?: Array<string> | undefined;
|
|
5696
|
-
sharedEnvVarConnection?: Array<string> | undefined;
|
|
5697
|
-
sonar?: Array<string> | undefined;
|
|
5698
5642
|
oauth2Connection?: Array<string> | undefined;
|
|
5699
5643
|
user?: Array<string> | undefined;
|
|
5700
5644
|
userConnection?: Array<string> | undefined;
|
|
@@ -5841,6 +5785,73 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5841
5785
|
vercelRunExec?: Array<string> | undefined;
|
|
5842
5786
|
apiKey?: Array<string> | undefined;
|
|
5843
5787
|
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
5788
|
+
aliasProject?: Array<string> | undefined;
|
|
5789
|
+
aliasProtectionBypass?: Array<string> | undefined;
|
|
5790
|
+
buildMachine?: Array<string> | undefined;
|
|
5791
|
+
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
5792
|
+
connectConfigurationLink?: Array<string> | undefined;
|
|
5793
|
+
dataCacheNamespace?: Array<string> | undefined;
|
|
5794
|
+
deployment?: Array<string> | undefined;
|
|
5795
|
+
deploymentBuildLogs?: Array<string> | undefined;
|
|
5796
|
+
deploymentCheck?: Array<string> | undefined;
|
|
5797
|
+
deploymentCheckPreview?: Array<string> | undefined;
|
|
5798
|
+
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
5799
|
+
deploymentProductionGit?: Array<string> | undefined;
|
|
5800
|
+
deploymentV0?: Array<string> | undefined;
|
|
5801
|
+
deploymentPreview?: Array<string> | undefined;
|
|
5802
|
+
deploymentPrivate?: Array<string> | undefined;
|
|
5803
|
+
deploymentPromote?: Array<string> | undefined;
|
|
5804
|
+
deploymentRollback?: Array<string> | undefined;
|
|
5805
|
+
edgeCacheNamespace?: Array<string> | undefined;
|
|
5806
|
+
environments?: Array<string> | undefined;
|
|
5807
|
+
logs?: Array<string> | undefined;
|
|
5808
|
+
logsPreset?: Array<string> | undefined;
|
|
5809
|
+
passwordProtection?: Array<string> | undefined;
|
|
5810
|
+
optionsAllowlist?: Array<string> | undefined;
|
|
5811
|
+
job?: Array<string> | undefined;
|
|
5812
|
+
observabilityData?: Array<string> | undefined;
|
|
5813
|
+
onDemandBuild?: Array<string> | undefined;
|
|
5814
|
+
onDemandConcurrency?: Array<string> | undefined;
|
|
5815
|
+
project?: Array<string> | undefined;
|
|
5816
|
+
projectFromV0?: Array<string> | undefined;
|
|
5817
|
+
projectAccessGroup?: Array<string> | undefined;
|
|
5818
|
+
projectAnalyticsSampling?: Array<string> | undefined;
|
|
5819
|
+
projectCheck?: Array<string> | undefined;
|
|
5820
|
+
projectCheckRun?: Array<string> | undefined;
|
|
5821
|
+
projectDeploymentHook?: Array<string> | undefined;
|
|
5822
|
+
projectDomain?: Array<string> | undefined;
|
|
5823
|
+
projectDomainMove?: Array<string> | undefined;
|
|
5824
|
+
projectDomainCheckConfig?: Array<string> | undefined;
|
|
5825
|
+
projectEnvVars?: Array<string> | undefined;
|
|
5826
|
+
projectEnvVarsProduction?: Array<string> | undefined;
|
|
5827
|
+
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
5828
|
+
projectFlags?: Array<string> | undefined;
|
|
5829
|
+
projectId?: Array<string> | undefined;
|
|
5830
|
+
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
5831
|
+
projectLink?: Array<string> | undefined;
|
|
5832
|
+
projectMember?: Array<string> | undefined;
|
|
5833
|
+
projectMonitoring?: Array<string> | undefined;
|
|
5834
|
+
projectPermissions?: Array<string> | undefined;
|
|
5835
|
+
projectProductionBranch?: Array<string> | undefined;
|
|
5836
|
+
projectTransfer?: Array<string> | undefined;
|
|
5837
|
+
projectTransferOut?: Array<string> | undefined;
|
|
5838
|
+
projectProtectionBypass?: Array<string> | undefined;
|
|
5839
|
+
projectUsage?: Array<string> | undefined;
|
|
5840
|
+
projectAnalyticsUsage?: Array<string> | undefined;
|
|
5841
|
+
projectSupportCase?: Array<string> | undefined;
|
|
5842
|
+
projectSupportCaseComment?: Array<string> | undefined;
|
|
5843
|
+
projectDeploymentExpiration?: Array<string> | undefined;
|
|
5844
|
+
projectRollingRelease?: Array<string> | undefined;
|
|
5845
|
+
projectTier?: Array<string> | undefined;
|
|
5846
|
+
projectOIDCToken?: Array<string> | undefined;
|
|
5847
|
+
seawallConfig?: Array<string> | undefined;
|
|
5848
|
+
skewProtection?: Array<string> | undefined;
|
|
5849
|
+
analytics?: Array<string> | undefined;
|
|
5850
|
+
trustedIps?: Array<string> | undefined;
|
|
5851
|
+
v0Chat?: Array<string> | undefined;
|
|
5852
|
+
webAnalytics?: Array<string> | undefined;
|
|
5853
|
+
sharedEnvVarConnection?: Array<string> | undefined;
|
|
5854
|
+
sonar?: Array<string> | undefined;
|
|
5844
5855
|
};
|
|
5845
5856
|
/** @internal */
|
|
5846
5857
|
export declare const UpdateProjectPermissions$outboundSchema: z.ZodType<UpdateProjectPermissions$Outbound, z.ZodTypeDef, UpdateProjectPermissions>;
|
|
@@ -6068,19 +6079,19 @@ export declare const UpdateProjectTrustedIpsProjectsDeploymentType$outboundSchem
|
|
|
6068
6079
|
export declare namespace UpdateProjectTrustedIpsProjectsDeploymentType$ {
|
|
6069
6080
|
/** @deprecated use `UpdateProjectTrustedIpsProjectsDeploymentType$inboundSchema` instead. */
|
|
6070
6081
|
const inboundSchema: z.ZodNativeEnum<{
|
|
6071
|
-
readonly Preview: "preview";
|
|
6072
|
-
readonly Production: "production";
|
|
6073
6082
|
readonly All: "all";
|
|
6083
|
+
readonly Preview: "preview";
|
|
6074
6084
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
6075
6085
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
6086
|
+
readonly Production: "production";
|
|
6076
6087
|
}>;
|
|
6077
6088
|
/** @deprecated use `UpdateProjectTrustedIpsProjectsDeploymentType$outboundSchema` instead. */
|
|
6078
6089
|
const outboundSchema: z.ZodNativeEnum<{
|
|
6079
|
-
readonly Preview: "preview";
|
|
6080
|
-
readonly Production: "production";
|
|
6081
6090
|
readonly All: "all";
|
|
6091
|
+
readonly Preview: "preview";
|
|
6082
6092
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
6083
6093
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
6094
|
+
readonly Production: "production";
|
|
6084
6095
|
}>;
|
|
6085
6096
|
}
|
|
6086
6097
|
/** @internal */
|
|
@@ -6116,19 +6127,19 @@ export declare const UpdateProjectTrustedIpsDeploymentType$outboundSchema: z.Zod
|
|
|
6116
6127
|
export declare namespace UpdateProjectTrustedIpsDeploymentType$ {
|
|
6117
6128
|
/** @deprecated use `UpdateProjectTrustedIpsDeploymentType$inboundSchema` instead. */
|
|
6118
6129
|
const inboundSchema: z.ZodNativeEnum<{
|
|
6119
|
-
readonly Preview: "preview";
|
|
6120
|
-
readonly Production: "production";
|
|
6121
6130
|
readonly All: "all";
|
|
6131
|
+
readonly Preview: "preview";
|
|
6122
6132
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
6123
6133
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
6134
|
+
readonly Production: "production";
|
|
6124
6135
|
}>;
|
|
6125
6136
|
/** @deprecated use `UpdateProjectTrustedIpsDeploymentType$outboundSchema` instead. */
|
|
6126
6137
|
const outboundSchema: z.ZodNativeEnum<{
|
|
6127
|
-
readonly Preview: "preview";
|
|
6128
|
-
readonly Production: "production";
|
|
6129
6138
|
readonly All: "all";
|
|
6139
|
+
readonly Preview: "preview";
|
|
6130
6140
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
6131
6141
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
6142
|
+
readonly Production: "production";
|
|
6132
6143
|
}>;
|
|
6133
6144
|
}
|
|
6134
6145
|
/** @internal */
|