@vercel/sdk 1.13.8 → 1.13.9
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 +24 -20
- package/bin/mcp-server.js +2169 -1565
- package/bin/mcp-server.js.map +27 -21
- package/docs/sdks/marketplace/README.md +150 -0
- package/esm/__tests__/domains.test.js +2 -7
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +2 -6
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/marketplace.test.js +16 -0
- package/esm/__tests__/marketplace.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +6 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInstallation.d.ts +17 -0
- package/esm/funcs/marketplaceUpdateInstallation.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateInstallation.js +82 -0
- package/esm/funcs/marketplaceUpdateInstallation.js.map +1 -0
- package/esm/funcs/marketplaceUpdateResource.d.ts +17 -0
- package/esm/funcs/marketplaceUpdateResource.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateResource.js +85 -0
- package/esm/funcs/marketplaceUpdateResource.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 +5 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.js +27 -0
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.js.map +1 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.js +28 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.js.map +1 -0
- package/esm/models/buysingledomainop.d.ts +8 -8
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +12 -13
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +285 -285
- package/esm/models/createintegrationstoredirectop.js +351 -351
- 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 +154 -156
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +149 -151
- 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/exchangessotokenop.d.ts +2 -0
- package/esm/models/exchangessotokenop.d.ts.map +1 -1
- package/esm/models/exchangessotokenop.js +4 -0
- 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/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getprojectenvop.d.ts +9 -9
- package/esm/models/getprojectenvop.js +3 -3
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +124 -126
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +131 -133
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +68 -68
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +75 -72
- 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/updateinstallationop.d.ts +242 -0
- package/esm/models/updateinstallationop.d.ts.map +1 -0
- package/esm/models/updateinstallationop.js +246 -0
- package/esm/models/updateinstallationop.js.map +1 -0
- package/esm/models/updateprojectdatacacheop.d.ts +124 -126
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +131 -133
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +154 -156
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +149 -151
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateresourceop.d.ts +432 -0
- package/esm/models/updateresourceop.d.ts.map +1 -0
- package/esm/models/updateresourceop.js +393 -0
- package/esm/models/updateresourceop.js.map +1 -0
- package/esm/models/userevent.d.ts +122 -6
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +90 -2
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/marketplace.d.ts +16 -0
- package/esm/sdk/marketplace.d.ts.map +1 -1
- package/esm/sdk/marketplace.js +20 -0
- package/esm/sdk/marketplace.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/domains.test.ts +2 -7
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +2 -6
- package/src/__tests__/marketplace.test.ts +19 -0
- package/src/__tests__/rollingrelease.test.ts +6 -2
- package/src/__tests__/security.test.ts +4 -4
- package/src/funcs/marketplaceUpdateInstallation.ts +174 -0
- package/src/funcs/marketplaceUpdateResource.ts +179 -0
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +5 -1
- package/src/mcp-server/tools/marketplaceUpdateInstallation.ts +35 -0
- package/src/mcp-server/tools/marketplaceUpdateResource.ts +37 -0
- package/src/models/buysingledomainop.ts +16 -14
- package/src/models/createintegrationstoredirectop.ts +604 -604
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +285 -289
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/exchangessotokenop.ts +6 -0
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getprojectenvop.ts +3 -3
- package/src/models/getprojectsop.ts +255 -259
- package/src/models/importresourceop.ts +142 -115
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateinstallationop.ts +488 -0
- package/src/models/updateprojectdatacacheop.ts +255 -259
- package/src/models/updateprojectop.ts +285 -289
- package/src/models/updateresourceop.ts +823 -0
- package/src/models/userevent.ts +188 -2
- package/src/sdk/marketplace.ts +41 -0
- package/vercel-spec.json +1618 -1190
|
@@ -516,10 +516,10 @@ export type UpdateProjectTarget2 = ClosedEnum<typeof UpdateProjectTarget2>;
|
|
|
516
516
|
export type UpdateProjectTarget = Array<string> | UpdateProjectTarget2;
|
|
517
517
|
export declare const UpdateProjectType: {
|
|
518
518
|
readonly System: "system";
|
|
519
|
-
readonly Secret: "secret";
|
|
520
519
|
readonly Encrypted: "encrypted";
|
|
521
520
|
readonly Plain: "plain";
|
|
522
521
|
readonly Sensitive: "sensitive";
|
|
522
|
+
readonly Secret: "secret";
|
|
523
523
|
};
|
|
524
524
|
export type UpdateProjectType = ClosedEnum<typeof UpdateProjectType>;
|
|
525
525
|
export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type: {
|
|
@@ -1084,18 +1084,18 @@ export type UpdateProjectLinkProjectsDeployHooks = {
|
|
|
1084
1084
|
};
|
|
1085
1085
|
export type UpdateProjectLink2 = {
|
|
1086
1086
|
type: UpdateProjectLinkProjectsType;
|
|
1087
|
-
updatedAt?: number | undefined;
|
|
1088
|
-
createdAt?: number | undefined;
|
|
1089
1087
|
repo?: string | undefined;
|
|
1090
|
-
|
|
1088
|
+
repoId?: number | undefined;
|
|
1089
|
+
createdAt?: number | undefined;
|
|
1090
|
+
updatedAt?: number | undefined;
|
|
1091
1091
|
org: string;
|
|
1092
1092
|
/**
|
|
1093
1093
|
* 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.
|
|
1094
1094
|
*/
|
|
1095
1095
|
repoOwnerId?: number | undefined;
|
|
1096
|
-
repoId?: number | undefined;
|
|
1097
1096
|
deployHooks: Array<UpdateProjectLinkProjectsDeployHooks>;
|
|
1098
1097
|
gitCredentialId: string;
|
|
1098
|
+
sourceless?: boolean | undefined;
|
|
1099
1099
|
productionBranch: string;
|
|
1100
1100
|
};
|
|
1101
1101
|
export declare const UpdateProjectLinkType: {
|
|
@@ -1188,12 +1188,12 @@ export declare const UpdateProjectProjectsBuildMachineType: {
|
|
|
1188
1188
|
};
|
|
1189
1189
|
export type UpdateProjectProjectsBuildMachineType = ClosedEnum<typeof UpdateProjectProjectsBuildMachineType>;
|
|
1190
1190
|
export type UpdateProjectProjectsResourceConfig = {
|
|
1191
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1191
1192
|
fluid?: boolean | undefined;
|
|
1192
1193
|
functionDefaultRegions: Array<string>;
|
|
1193
1194
|
functionDefaultTimeout?: number | undefined;
|
|
1194
1195
|
functionDefaultMemoryType?: UpdateProjectProjectsFunctionDefaultMemoryType | undefined;
|
|
1195
1196
|
functionZeroConfigFailover?: boolean | undefined;
|
|
1196
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1197
1197
|
buildMachineType?: UpdateProjectProjectsBuildMachineType | undefined;
|
|
1198
1198
|
isNSNBDisabled?: boolean | undefined;
|
|
1199
1199
|
};
|
|
@@ -1268,18 +1268,18 @@ export declare const UpdateProjectProjectsResponseBuildMachineType: {
|
|
|
1268
1268
|
};
|
|
1269
1269
|
export type UpdateProjectProjectsResponseBuildMachineType = ClosedEnum<typeof UpdateProjectProjectsResponseBuildMachineType>;
|
|
1270
1270
|
export type UpdateProjectDefaultResourceConfig = {
|
|
1271
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1271
1272
|
fluid?: boolean | undefined;
|
|
1272
1273
|
functionDefaultRegions: Array<string>;
|
|
1273
1274
|
functionDefaultTimeout?: number | undefined;
|
|
1274
1275
|
functionDefaultMemoryType?: UpdateProjectProjectsResponseFunctionDefaultMemoryType | undefined;
|
|
1275
1276
|
functionZeroConfigFailover?: boolean | undefined;
|
|
1276
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1277
1277
|
buildMachineType?: UpdateProjectProjectsResponseBuildMachineType | undefined;
|
|
1278
1278
|
isNSNBDisabled?: boolean | undefined;
|
|
1279
1279
|
};
|
|
1280
1280
|
export declare const UpdateProjectProjectsResponseDeploymentType: {
|
|
1281
|
-
readonly All: "all";
|
|
1282
1281
|
readonly Preview: "preview";
|
|
1282
|
+
readonly All: "all";
|
|
1283
1283
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1284
1284
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1285
1285
|
};
|
|
@@ -1425,9 +1425,17 @@ export type UpdateProjectPermissions = {
|
|
|
1425
1425
|
userSudo?: Array<ACLAction> | undefined;
|
|
1426
1426
|
webAuthn?: Array<ACLAction> | undefined;
|
|
1427
1427
|
accessGroup?: Array<ACLAction> | undefined;
|
|
1428
|
+
agent?: Array<ACLAction> | undefined;
|
|
1429
|
+
alerts?: Array<ACLAction> | undefined;
|
|
1428
1430
|
aliasGlobal?: Array<ACLAction> | undefined;
|
|
1429
1431
|
analyticsSampling?: Array<ACLAction> | undefined;
|
|
1430
1432
|
analyticsUsage?: Array<ACLAction> | undefined;
|
|
1433
|
+
apiKey?: Array<ACLAction> | undefined;
|
|
1434
|
+
apiKeyAiGateway?: Array<ACLAction> | undefined;
|
|
1435
|
+
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1436
|
+
oauth2Application?: Array<ACLAction> | undefined;
|
|
1437
|
+
vercelAppInstallation?: Array<ACLAction> | undefined;
|
|
1438
|
+
vercelAppInstallationRequest?: Array<ACLAction> | undefined;
|
|
1431
1439
|
auditLog?: Array<ACLAction> | undefined;
|
|
1432
1440
|
billingAddress?: Array<ACLAction> | undefined;
|
|
1433
1441
|
billingInformation?: Array<ACLAction> | undefined;
|
|
@@ -1439,6 +1447,7 @@ export type UpdateProjectPermissions = {
|
|
|
1439
1447
|
billingRefund?: Array<ACLAction> | undefined;
|
|
1440
1448
|
billingTaxId?: Array<ACLAction> | undefined;
|
|
1441
1449
|
blob?: Array<ACLAction> | undefined;
|
|
1450
|
+
blobStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1442
1451
|
budget?: Array<ACLAction> | undefined;
|
|
1443
1452
|
cacheArtifact?: Array<ACLAction> | undefined;
|
|
1444
1453
|
cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
|
|
@@ -1446,6 +1455,7 @@ export type UpdateProjectPermissions = {
|
|
|
1446
1455
|
concurrentBuilds?: Array<ACLAction> | undefined;
|
|
1447
1456
|
connect?: Array<ACLAction> | undefined;
|
|
1448
1457
|
connectConfiguration?: Array<ACLAction> | undefined;
|
|
1458
|
+
dataCacheBillingSettings?: Array<ACLAction> | undefined;
|
|
1449
1459
|
defaultDeploymentProtection?: Array<ACLAction> | undefined;
|
|
1450
1460
|
domain?: Array<ACLAction> | undefined;
|
|
1451
1461
|
domainAcceptDelegation?: Array<ACLAction> | undefined;
|
|
@@ -1456,40 +1466,46 @@ export type UpdateProjectPermissions = {
|
|
|
1456
1466
|
domainPurchase?: Array<ACLAction> | undefined;
|
|
1457
1467
|
domainRecord?: Array<ACLAction> | undefined;
|
|
1458
1468
|
domainTransferIn?: Array<ACLAction> | undefined;
|
|
1469
|
+
drain?: Array<ACLAction> | undefined;
|
|
1470
|
+
edgeConfig?: Array<ACLAction> | undefined;
|
|
1471
|
+
edgeConfigItem?: Array<ACLAction> | undefined;
|
|
1472
|
+
edgeConfigSchema?: Array<ACLAction> | undefined;
|
|
1473
|
+
edgeConfigToken?: Array<ACLAction> | undefined;
|
|
1474
|
+
endpointVerification?: Array<ACLAction> | undefined;
|
|
1459
1475
|
event?: Array<ACLAction> | undefined;
|
|
1460
|
-
ownEvent?: Array<ACLAction> | undefined;
|
|
1461
|
-
sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
|
|
1462
1476
|
fileUpload?: Array<ACLAction> | undefined;
|
|
1463
1477
|
flagsExplorerSubscription?: Array<ACLAction> | undefined;
|
|
1464
1478
|
gitRepository?: Array<ACLAction> | undefined;
|
|
1465
|
-
ipBlocking?: Array<ACLAction> | undefined;
|
|
1466
1479
|
imageOptimizationNewPrice?: Array<ACLAction> | undefined;
|
|
1467
1480
|
integration?: Array<ACLAction> | undefined;
|
|
1468
1481
|
integrationAccount?: Array<ACLAction> | undefined;
|
|
1469
1482
|
integrationConfiguration?: Array<ACLAction> | undefined;
|
|
1470
|
-
integrationConfigurationTransfer?: Array<ACLAction> | undefined;
|
|
1471
1483
|
integrationConfigurationProjects?: Array<ACLAction> | undefined;
|
|
1472
|
-
integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
|
|
1473
1484
|
integrationConfigurationRole?: Array<ACLAction> | undefined;
|
|
1474
|
-
|
|
1475
|
-
|
|
1485
|
+
integrationConfigurationTransfer?: Array<ACLAction> | undefined;
|
|
1486
|
+
integrationDeploymentAction?: Array<ACLAction> | undefined;
|
|
1476
1487
|
integrationEvent?: Array<ACLAction> | undefined;
|
|
1488
|
+
integrationResource?: Array<ACLAction> | undefined;
|
|
1489
|
+
integrationResourceReplCommand?: Array<ACLAction> | undefined;
|
|
1477
1490
|
integrationResourceSecrets?: Array<ACLAction> | undefined;
|
|
1478
|
-
|
|
1479
|
-
|
|
1491
|
+
integrationSSOSession?: Array<ACLAction> | undefined;
|
|
1492
|
+
integrationStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1493
|
+
integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
|
|
1494
|
+
ipBlocking?: Array<ACLAction> | undefined;
|
|
1495
|
+
jobGlobal?: Array<ACLAction> | undefined;
|
|
1496
|
+
logDrain?: Array<ACLAction> | undefined;
|
|
1480
1497
|
marketplaceBillingData?: Array<ACLAction> | undefined;
|
|
1498
|
+
marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
|
|
1499
|
+
marketplaceExperimentationItem?: Array<ACLAction> | undefined;
|
|
1500
|
+
marketplaceInstallationMember?: Array<ACLAction> | undefined;
|
|
1481
1501
|
marketplaceInvoice?: Array<ACLAction> | undefined;
|
|
1482
1502
|
marketplaceSettings?: Array<ACLAction> | undefined;
|
|
1483
|
-
marketplaceExperimentationItem?: Array<ACLAction> | undefined;
|
|
1484
|
-
marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
|
|
1485
|
-
jobGlobal?: Array<ACLAction> | undefined;
|
|
1486
|
-
drain?: Array<ACLAction> | undefined;
|
|
1487
|
-
logDrain?: Array<ACLAction> | undefined;
|
|
1488
1503
|
monitoring?: Array<ACLAction> | undefined;
|
|
1489
|
-
monitoringSettings?: Array<ACLAction> | undefined;
|
|
1490
|
-
monitoringQuery?: Array<ACLAction> | undefined;
|
|
1491
|
-
monitoringChart?: Array<ACLAction> | undefined;
|
|
1492
1504
|
monitoringAlert?: Array<ACLAction> | undefined;
|
|
1505
|
+
monitoringChart?: Array<ACLAction> | undefined;
|
|
1506
|
+
monitoringQuery?: Array<ACLAction> | undefined;
|
|
1507
|
+
monitoringSettings?: Array<ACLAction> | undefined;
|
|
1508
|
+
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1493
1509
|
notificationDeploymentFailed?: Array<ACLAction> | undefined;
|
|
1494
1510
|
notificationDomainConfiguration?: Array<ACLAction> | undefined;
|
|
1495
1511
|
notificationDomainExpire?: Array<ACLAction> | undefined;
|
|
@@ -1500,43 +1516,37 @@ export type UpdateProjectPermissions = {
|
|
|
1500
1516
|
notificationDomainUnverified?: Array<ACLAction> | undefined;
|
|
1501
1517
|
notificationMonitoringAlert?: Array<ACLAction> | undefined;
|
|
1502
1518
|
notificationPaymentFailed?: Array<ACLAction> | undefined;
|
|
1503
|
-
notificationUsageAlert?: Array<ACLAction> | undefined;
|
|
1504
1519
|
notificationPreferences?: Array<ACLAction> | undefined;
|
|
1505
|
-
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1506
1520
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1521
|
+
notificationUsageAlert?: Array<ACLAction> | undefined;
|
|
1507
1522
|
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
1508
|
-
agent?: Array<ACLAction> | undefined;
|
|
1509
|
-
alerts?: Array<ACLAction> | undefined;
|
|
1510
|
-
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1511
1523
|
observabilityFunnel?: Array<ACLAction> | undefined;
|
|
1524
|
+
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1512
1525
|
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
1513
|
-
|
|
1514
|
-
|
|
1526
|
+
ownEvent?: Array<ACLAction> | undefined;
|
|
1527
|
+
passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
|
|
1515
1528
|
paymentMethod?: Array<ACLAction> | undefined;
|
|
1516
1529
|
permissions?: Array<ACLAction> | undefined;
|
|
1517
1530
|
postgres?: Array<ACLAction> | undefined;
|
|
1531
|
+
postgresStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1518
1532
|
previewDeploymentSuffix?: Array<ACLAction> | undefined;
|
|
1533
|
+
projectTransferIn?: Array<ACLAction> | undefined;
|
|
1519
1534
|
proTrialOnboarding?: Array<ACLAction> | undefined;
|
|
1520
|
-
sharedEnvVars?: Array<ACLAction> | undefined;
|
|
1521
|
-
sharedEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1522
|
-
space?: Array<ACLAction> | undefined;
|
|
1523
|
-
spaceRun?: Array<ACLAction> | undefined;
|
|
1524
|
-
passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
|
|
1525
1535
|
rateLimit?: Array<ACLAction> | undefined;
|
|
1526
1536
|
redis?: Array<ACLAction> | undefined;
|
|
1527
|
-
|
|
1537
|
+
redisStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1528
1538
|
remoteCaching?: Array<ACLAction> | undefined;
|
|
1539
|
+
repository?: Array<ACLAction> | undefined;
|
|
1529
1540
|
samlConfig?: Array<ACLAction> | undefined;
|
|
1530
1541
|
secret?: Array<ACLAction> | undefined;
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1542
|
+
sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
|
|
1543
|
+
sharedEnvVars?: Array<ACLAction> | undefined;
|
|
1544
|
+
sharedEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1545
|
+
space?: Array<ACLAction> | undefined;
|
|
1546
|
+
spaceRun?: Array<ACLAction> | undefined;
|
|
1536
1547
|
storeTransfer?: Array<ACLAction> | undefined;
|
|
1537
1548
|
supportCase?: Array<ACLAction> | undefined;
|
|
1538
1549
|
supportCaseComment?: Array<ACLAction> | undefined;
|
|
1539
|
-
dataCacheBillingSettings?: Array<ACLAction> | undefined;
|
|
1540
1550
|
team?: Array<ACLAction> | undefined;
|
|
1541
1551
|
teamAccessRequest?: Array<ACLAction> | undefined;
|
|
1542
1552
|
teamFellowMembership?: Array<ACLAction> | undefined;
|
|
@@ -1551,26 +1561,15 @@ export type UpdateProjectPermissions = {
|
|
|
1551
1561
|
token?: Array<ACLAction> | undefined;
|
|
1552
1562
|
usage?: Array<ACLAction> | undefined;
|
|
1553
1563
|
usageCycle?: Array<ACLAction> | undefined;
|
|
1564
|
+
vercelRun?: Array<ACLAction> | undefined;
|
|
1565
|
+
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1554
1566
|
vpcPeeringConnection?: Array<ACLAction> | undefined;
|
|
1555
1567
|
webAnalyticsPlan?: Array<ACLAction> | undefined;
|
|
1556
|
-
edgeConfig?: Array<ACLAction> | undefined;
|
|
1557
|
-
edgeConfigItem?: Array<ACLAction> | undefined;
|
|
1558
|
-
edgeConfigSchema?: Array<ACLAction> | undefined;
|
|
1559
|
-
edgeConfigToken?: Array<ACLAction> | undefined;
|
|
1560
1568
|
webhook?: Array<ACLAction> | undefined;
|
|
1561
1569
|
webhookEvent?: Array<ACLAction> | undefined;
|
|
1562
|
-
endpointVerification?: Array<ACLAction> | undefined;
|
|
1563
|
-
projectTransferIn?: Array<ACLAction> | undefined;
|
|
1564
|
-
oauth2Application?: Array<ACLAction> | undefined;
|
|
1565
|
-
vercelRun?: Array<ACLAction> | undefined;
|
|
1566
|
-
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1567
|
-
apiKey?: Array<ACLAction> | undefined;
|
|
1568
|
-
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1569
|
-
apiKeyAiGateway?: Array<ACLAction> | undefined;
|
|
1570
1570
|
aliasProject?: Array<ACLAction> | undefined;
|
|
1571
1571
|
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1572
1572
|
buildMachine?: Array<ACLAction> | undefined;
|
|
1573
|
-
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1574
1573
|
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1575
1574
|
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1576
1575
|
deployment?: Array<ACLAction> | undefined;
|
|
@@ -1586,54 +1585,54 @@ export type UpdateProjectPermissions = {
|
|
|
1586
1585
|
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1587
1586
|
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1588
1587
|
environments?: Array<ACLAction> | undefined;
|
|
1588
|
+
job?: Array<ACLAction> | undefined;
|
|
1589
1589
|
logs?: Array<ACLAction> | undefined;
|
|
1590
1590
|
logsPreset?: Array<ACLAction> | undefined;
|
|
1591
|
-
passwordProtection?: Array<ACLAction> | undefined;
|
|
1592
|
-
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1593
|
-
job?: Array<ACLAction> | undefined;
|
|
1594
1591
|
observabilityData?: Array<ACLAction> | undefined;
|
|
1595
1592
|
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1596
1593
|
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1594
|
+
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1595
|
+
passwordProtection?: Array<ACLAction> | undefined;
|
|
1596
|
+
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1597
1597
|
project?: Array<ACLAction> | undefined;
|
|
1598
|
-
projectFromV0?: Array<ACLAction> | undefined;
|
|
1599
1598
|
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1600
1599
|
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1600
|
+
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1601
1601
|
projectCheck?: Array<ACLAction> | undefined;
|
|
1602
1602
|
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1603
|
+
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1603
1604
|
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1604
1605
|
projectDomain?: Array<ACLAction> | undefined;
|
|
1605
|
-
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1606
1606
|
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1607
|
+
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1607
1608
|
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1608
1609
|
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1609
1610
|
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1610
1611
|
projectFlags?: Array<ACLAction> | undefined;
|
|
1612
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1611
1613
|
projectId?: Array<ACLAction> | undefined;
|
|
1612
1614
|
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1613
1615
|
projectLink?: Array<ACLAction> | undefined;
|
|
1614
1616
|
projectMember?: Array<ACLAction> | undefined;
|
|
1615
1617
|
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1618
|
+
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1616
1619
|
projectPermissions?: Array<ACLAction> | undefined;
|
|
1617
1620
|
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1618
|
-
projectTransfer?: Array<ACLAction> | undefined;
|
|
1619
|
-
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1620
1621
|
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1621
|
-
|
|
1622
|
-
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1622
|
+
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1623
1623
|
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1624
1624
|
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1625
|
-
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1626
|
-
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1627
1625
|
projectTier?: Array<ACLAction> | undefined;
|
|
1628
|
-
|
|
1626
|
+
projectTransfer?: Array<ACLAction> | undefined;
|
|
1627
|
+
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1628
|
+
projectUsage?: Array<ACLAction> | undefined;
|
|
1629
1629
|
seawallConfig?: Array<ACLAction> | undefined;
|
|
1630
|
+
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1630
1631
|
skewProtection?: Array<ACLAction> | undefined;
|
|
1631
1632
|
analytics?: Array<ACLAction> | undefined;
|
|
1632
1633
|
trustedIps?: Array<ACLAction> | undefined;
|
|
1633
1634
|
v0Chat?: Array<ACLAction> | undefined;
|
|
1634
1635
|
webAnalytics?: Array<ACLAction> | undefined;
|
|
1635
|
-
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1636
|
-
sonar?: Array<ACLAction> | undefined;
|
|
1637
1636
|
};
|
|
1638
1637
|
export type UpdateProjectLastRollbackTarget = {};
|
|
1639
1638
|
export declare const UpdateProjectJobStatus: {
|
|
@@ -1682,22 +1681,22 @@ export type UpdateProjectProtectionBypass1 = {
|
|
|
1682
1681
|
};
|
|
1683
1682
|
export type UpdateProjectProtectionBypass = UpdateProjectProtectionBypass1 | UpdateProjectProtectionBypass2;
|
|
1684
1683
|
export declare const UpdateProjectTrustedIpsProjectsDeploymentType: {
|
|
1685
|
-
readonly All: "all";
|
|
1686
1684
|
readonly Preview: "preview";
|
|
1685
|
+
readonly Production: "production";
|
|
1686
|
+
readonly All: "all";
|
|
1687
1687
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1688
1688
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1689
|
-
readonly Production: "production";
|
|
1690
1689
|
};
|
|
1691
1690
|
export type UpdateProjectTrustedIpsProjectsDeploymentType = ClosedEnum<typeof UpdateProjectTrustedIpsProjectsDeploymentType>;
|
|
1692
1691
|
export type UpdateProjectTrustedIps2 = {
|
|
1693
1692
|
deploymentType: UpdateProjectTrustedIpsProjectsDeploymentType;
|
|
1694
1693
|
};
|
|
1695
1694
|
export declare const UpdateProjectTrustedIpsDeploymentType: {
|
|
1696
|
-
readonly All: "all";
|
|
1697
1695
|
readonly Preview: "preview";
|
|
1696
|
+
readonly Production: "production";
|
|
1697
|
+
readonly All: "all";
|
|
1698
1698
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1699
1699
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1700
|
-
readonly Production: "production";
|
|
1701
1700
|
};
|
|
1702
1701
|
export type UpdateProjectTrustedIpsDeploymentType = ClosedEnum<typeof UpdateProjectTrustedIpsDeploymentType>;
|
|
1703
1702
|
export type UpdateProjectTrustedIpsAddresses = {
|
|
@@ -3091,18 +3090,18 @@ export declare namespace UpdateProjectType$ {
|
|
|
3091
3090
|
/** @deprecated use `UpdateProjectType$inboundSchema` instead. */
|
|
3092
3091
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3093
3092
|
readonly System: "system";
|
|
3094
|
-
readonly Secret: "secret";
|
|
3095
3093
|
readonly Encrypted: "encrypted";
|
|
3096
3094
|
readonly Plain: "plain";
|
|
3097
3095
|
readonly Sensitive: "sensitive";
|
|
3096
|
+
readonly Secret: "secret";
|
|
3098
3097
|
}>;
|
|
3099
3098
|
/** @deprecated use `UpdateProjectType$outboundSchema` instead. */
|
|
3100
3099
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3101
3100
|
readonly System: "system";
|
|
3102
|
-
readonly Secret: "secret";
|
|
3103
3101
|
readonly Encrypted: "encrypted";
|
|
3104
3102
|
readonly Plain: "plain";
|
|
3105
3103
|
readonly Sensitive: "sensitive";
|
|
3104
|
+
readonly Secret: "secret";
|
|
3106
3105
|
}>;
|
|
3107
3106
|
}
|
|
3108
3107
|
/** @internal */
|
|
@@ -4770,15 +4769,15 @@ export declare const UpdateProjectLink2$inboundSchema: z.ZodType<UpdateProjectLi
|
|
|
4770
4769
|
/** @internal */
|
|
4771
4770
|
export type UpdateProjectLink2$Outbound = {
|
|
4772
4771
|
type: string;
|
|
4773
|
-
updatedAt?: number | undefined;
|
|
4774
|
-
createdAt?: number | undefined;
|
|
4775
4772
|
repo?: string | undefined;
|
|
4776
|
-
|
|
4773
|
+
repoId?: number | undefined;
|
|
4774
|
+
createdAt?: number | undefined;
|
|
4775
|
+
updatedAt?: number | undefined;
|
|
4777
4776
|
org: string;
|
|
4778
4777
|
repoOwnerId?: number | undefined;
|
|
4779
|
-
repoId?: number | undefined;
|
|
4780
4778
|
deployHooks: Array<UpdateProjectLinkProjectsDeployHooks$Outbound>;
|
|
4781
4779
|
gitCredentialId: string;
|
|
4780
|
+
sourceless?: boolean | undefined;
|
|
4782
4781
|
productionBranch: string;
|
|
4783
4782
|
};
|
|
4784
4783
|
/** @internal */
|
|
@@ -5106,12 +5105,12 @@ export declare namespace UpdateProjectProjectsBuildMachineType$ {
|
|
|
5106
5105
|
export declare const UpdateProjectProjectsResourceConfig$inboundSchema: z.ZodType<UpdateProjectProjectsResourceConfig, z.ZodTypeDef, unknown>;
|
|
5107
5106
|
/** @internal */
|
|
5108
5107
|
export type UpdateProjectProjectsResourceConfig$Outbound = {
|
|
5108
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
5109
5109
|
fluid?: boolean | undefined;
|
|
5110
5110
|
functionDefaultRegions: Array<string>;
|
|
5111
5111
|
functionDefaultTimeout?: number | undefined;
|
|
5112
5112
|
functionDefaultMemoryType?: string | undefined;
|
|
5113
5113
|
functionZeroConfigFailover?: boolean | undefined;
|
|
5114
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
5115
5114
|
buildMachineType?: string | undefined;
|
|
5116
5115
|
isNSNBDisabled?: boolean | undefined;
|
|
5117
5116
|
};
|
|
@@ -5251,12 +5250,12 @@ export declare namespace UpdateProjectProjectsResponseBuildMachineType$ {
|
|
|
5251
5250
|
export declare const UpdateProjectDefaultResourceConfig$inboundSchema: z.ZodType<UpdateProjectDefaultResourceConfig, z.ZodTypeDef, unknown>;
|
|
5252
5251
|
/** @internal */
|
|
5253
5252
|
export type UpdateProjectDefaultResourceConfig$Outbound = {
|
|
5253
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
5254
5254
|
fluid?: boolean | undefined;
|
|
5255
5255
|
functionDefaultRegions: Array<string>;
|
|
5256
5256
|
functionDefaultTimeout?: number | undefined;
|
|
5257
5257
|
functionDefaultMemoryType?: string | undefined;
|
|
5258
5258
|
functionZeroConfigFailover?: boolean | undefined;
|
|
5259
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
5260
5259
|
buildMachineType?: string | undefined;
|
|
5261
5260
|
isNSNBDisabled?: boolean | undefined;
|
|
5262
5261
|
};
|
|
@@ -5287,15 +5286,15 @@ export declare const UpdateProjectProjectsResponseDeploymentType$outboundSchema:
|
|
|
5287
5286
|
export declare namespace UpdateProjectProjectsResponseDeploymentType$ {
|
|
5288
5287
|
/** @deprecated use `UpdateProjectProjectsResponseDeploymentType$inboundSchema` instead. */
|
|
5289
5288
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5290
|
-
readonly All: "all";
|
|
5291
5289
|
readonly Preview: "preview";
|
|
5290
|
+
readonly All: "all";
|
|
5292
5291
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5293
5292
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5294
5293
|
}>;
|
|
5295
5294
|
/** @deprecated use `UpdateProjectProjectsResponseDeploymentType$outboundSchema` instead. */
|
|
5296
5295
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5297
|
-
readonly All: "all";
|
|
5298
5296
|
readonly Preview: "preview";
|
|
5297
|
+
readonly All: "all";
|
|
5299
5298
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5300
5299
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5301
5300
|
}>;
|
|
@@ -5695,9 +5694,17 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5695
5694
|
userSudo?: Array<string> | undefined;
|
|
5696
5695
|
webAuthn?: Array<string> | undefined;
|
|
5697
5696
|
accessGroup?: Array<string> | undefined;
|
|
5697
|
+
agent?: Array<string> | undefined;
|
|
5698
|
+
alerts?: Array<string> | undefined;
|
|
5698
5699
|
aliasGlobal?: Array<string> | undefined;
|
|
5699
5700
|
analyticsSampling?: Array<string> | undefined;
|
|
5700
5701
|
analyticsUsage?: Array<string> | undefined;
|
|
5702
|
+
apiKey?: Array<string> | undefined;
|
|
5703
|
+
apiKeyAiGateway?: Array<string> | undefined;
|
|
5704
|
+
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
5705
|
+
oauth2Application?: Array<string> | undefined;
|
|
5706
|
+
vercelAppInstallation?: Array<string> | undefined;
|
|
5707
|
+
vercelAppInstallationRequest?: Array<string> | undefined;
|
|
5701
5708
|
auditLog?: Array<string> | undefined;
|
|
5702
5709
|
billingAddress?: Array<string> | undefined;
|
|
5703
5710
|
billingInformation?: Array<string> | undefined;
|
|
@@ -5709,6 +5716,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5709
5716
|
billingRefund?: Array<string> | undefined;
|
|
5710
5717
|
billingTaxId?: Array<string> | undefined;
|
|
5711
5718
|
blob?: Array<string> | undefined;
|
|
5719
|
+
blobStoreTokenSet?: Array<string> | undefined;
|
|
5712
5720
|
budget?: Array<string> | undefined;
|
|
5713
5721
|
cacheArtifact?: Array<string> | undefined;
|
|
5714
5722
|
cacheArtifactUsageEvent?: Array<string> | undefined;
|
|
@@ -5716,6 +5724,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5716
5724
|
concurrentBuilds?: Array<string> | undefined;
|
|
5717
5725
|
connect?: Array<string> | undefined;
|
|
5718
5726
|
connectConfiguration?: Array<string> | undefined;
|
|
5727
|
+
dataCacheBillingSettings?: Array<string> | undefined;
|
|
5719
5728
|
defaultDeploymentProtection?: Array<string> | undefined;
|
|
5720
5729
|
domain?: Array<string> | undefined;
|
|
5721
5730
|
domainAcceptDelegation?: Array<string> | undefined;
|
|
@@ -5726,40 +5735,46 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5726
5735
|
domainPurchase?: Array<string> | undefined;
|
|
5727
5736
|
domainRecord?: Array<string> | undefined;
|
|
5728
5737
|
domainTransferIn?: Array<string> | undefined;
|
|
5738
|
+
drain?: Array<string> | undefined;
|
|
5739
|
+
edgeConfig?: Array<string> | undefined;
|
|
5740
|
+
edgeConfigItem?: Array<string> | undefined;
|
|
5741
|
+
edgeConfigSchema?: Array<string> | undefined;
|
|
5742
|
+
edgeConfigToken?: Array<string> | undefined;
|
|
5743
|
+
endpointVerification?: Array<string> | undefined;
|
|
5729
5744
|
event?: Array<string> | undefined;
|
|
5730
|
-
ownEvent?: Array<string> | undefined;
|
|
5731
|
-
sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
|
|
5732
5745
|
fileUpload?: Array<string> | undefined;
|
|
5733
5746
|
flagsExplorerSubscription?: Array<string> | undefined;
|
|
5734
5747
|
gitRepository?: Array<string> | undefined;
|
|
5735
|
-
ipBlocking?: Array<string> | undefined;
|
|
5736
5748
|
imageOptimizationNewPrice?: Array<string> | undefined;
|
|
5737
5749
|
integration?: Array<string> | undefined;
|
|
5738
5750
|
integrationAccount?: Array<string> | undefined;
|
|
5739
5751
|
integrationConfiguration?: Array<string> | undefined;
|
|
5740
|
-
integrationConfigurationTransfer?: Array<string> | undefined;
|
|
5741
5752
|
integrationConfigurationProjects?: Array<string> | undefined;
|
|
5742
|
-
integrationVercelConfigurationOverride?: Array<string> | undefined;
|
|
5743
5753
|
integrationConfigurationRole?: Array<string> | undefined;
|
|
5744
|
-
|
|
5745
|
-
|
|
5754
|
+
integrationConfigurationTransfer?: Array<string> | undefined;
|
|
5755
|
+
integrationDeploymentAction?: Array<string> | undefined;
|
|
5746
5756
|
integrationEvent?: Array<string> | undefined;
|
|
5757
|
+
integrationResource?: Array<string> | undefined;
|
|
5758
|
+
integrationResourceReplCommand?: Array<string> | undefined;
|
|
5747
5759
|
integrationResourceSecrets?: Array<string> | undefined;
|
|
5748
|
-
|
|
5749
|
-
|
|
5760
|
+
integrationSSOSession?: Array<string> | undefined;
|
|
5761
|
+
integrationStoreTokenSet?: Array<string> | undefined;
|
|
5762
|
+
integrationVercelConfigurationOverride?: Array<string> | undefined;
|
|
5763
|
+
ipBlocking?: Array<string> | undefined;
|
|
5764
|
+
jobGlobal?: Array<string> | undefined;
|
|
5765
|
+
logDrain?: Array<string> | undefined;
|
|
5750
5766
|
marketplaceBillingData?: Array<string> | undefined;
|
|
5767
|
+
marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
|
|
5768
|
+
marketplaceExperimentationItem?: Array<string> | undefined;
|
|
5769
|
+
marketplaceInstallationMember?: Array<string> | undefined;
|
|
5751
5770
|
marketplaceInvoice?: Array<string> | undefined;
|
|
5752
5771
|
marketplaceSettings?: Array<string> | undefined;
|
|
5753
|
-
marketplaceExperimentationItem?: Array<string> | undefined;
|
|
5754
|
-
marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
|
|
5755
|
-
jobGlobal?: Array<string> | undefined;
|
|
5756
|
-
drain?: Array<string> | undefined;
|
|
5757
|
-
logDrain?: Array<string> | undefined;
|
|
5758
5772
|
Monitoring?: Array<string> | undefined;
|
|
5759
|
-
monitoringSettings?: Array<string> | undefined;
|
|
5760
|
-
monitoringQuery?: Array<string> | undefined;
|
|
5761
|
-
monitoringChart?: Array<string> | undefined;
|
|
5762
5773
|
monitoringAlert?: Array<string> | undefined;
|
|
5774
|
+
monitoringChart?: Array<string> | undefined;
|
|
5775
|
+
monitoringQuery?: Array<string> | undefined;
|
|
5776
|
+
monitoringSettings?: Array<string> | undefined;
|
|
5777
|
+
notificationCustomerBudget?: Array<string> | undefined;
|
|
5763
5778
|
notificationDeploymentFailed?: Array<string> | undefined;
|
|
5764
5779
|
notificationDomainConfiguration?: Array<string> | undefined;
|
|
5765
5780
|
notificationDomainExpire?: Array<string> | undefined;
|
|
@@ -5770,43 +5785,37 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5770
5785
|
notificationDomainUnverified?: Array<string> | undefined;
|
|
5771
5786
|
NotificationMonitoringAlert?: Array<string> | undefined;
|
|
5772
5787
|
notificationPaymentFailed?: Array<string> | undefined;
|
|
5773
|
-
notificationUsageAlert?: Array<string> | undefined;
|
|
5774
5788
|
notificationPreferences?: Array<string> | undefined;
|
|
5775
|
-
notificationCustomerBudget?: Array<string> | undefined;
|
|
5776
5789
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
5790
|
+
notificationUsageAlert?: Array<string> | undefined;
|
|
5777
5791
|
observabilityConfiguration?: Array<string> | undefined;
|
|
5778
|
-
agent?: Array<string> | undefined;
|
|
5779
|
-
alerts?: Array<string> | undefined;
|
|
5780
|
-
observabilityNotebook?: Array<string> | undefined;
|
|
5781
5792
|
observabilityFunnel?: Array<string> | undefined;
|
|
5793
|
+
observabilityNotebook?: Array<string> | undefined;
|
|
5782
5794
|
openTelemetryEndpoint?: Array<string> | undefined;
|
|
5783
|
-
|
|
5784
|
-
|
|
5795
|
+
ownEvent?: Array<string> | undefined;
|
|
5796
|
+
passwordProtectionInvoiceItem?: Array<string> | undefined;
|
|
5785
5797
|
paymentMethod?: Array<string> | undefined;
|
|
5786
5798
|
permissions?: Array<string> | undefined;
|
|
5787
5799
|
postgres?: Array<string> | undefined;
|
|
5800
|
+
postgresStoreTokenSet?: Array<string> | undefined;
|
|
5788
5801
|
previewDeploymentSuffix?: Array<string> | undefined;
|
|
5802
|
+
projectTransferIn?: Array<string> | undefined;
|
|
5789
5803
|
proTrialOnboarding?: Array<string> | undefined;
|
|
5790
|
-
sharedEnvVars?: Array<string> | undefined;
|
|
5791
|
-
sharedEnvVarsProduction?: Array<string> | undefined;
|
|
5792
|
-
space?: Array<string> | undefined;
|
|
5793
|
-
spaceRun?: Array<string> | undefined;
|
|
5794
|
-
passwordProtectionInvoiceItem?: Array<string> | undefined;
|
|
5795
5804
|
rateLimit?: Array<string> | undefined;
|
|
5796
5805
|
redis?: Array<string> | undefined;
|
|
5797
|
-
|
|
5806
|
+
redisStoreTokenSet?: Array<string> | undefined;
|
|
5798
5807
|
remoteCaching?: Array<string> | undefined;
|
|
5808
|
+
repository?: Array<string> | undefined;
|
|
5799
5809
|
samlConfig?: Array<string> | undefined;
|
|
5800
5810
|
secret?: Array<string> | undefined;
|
|
5801
|
-
|
|
5802
|
-
|
|
5803
|
-
|
|
5804
|
-
|
|
5805
|
-
|
|
5811
|
+
sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
|
|
5812
|
+
sharedEnvVars?: Array<string> | undefined;
|
|
5813
|
+
sharedEnvVarsProduction?: Array<string> | undefined;
|
|
5814
|
+
space?: Array<string> | undefined;
|
|
5815
|
+
spaceRun?: Array<string> | undefined;
|
|
5806
5816
|
storeTransfer?: Array<string> | undefined;
|
|
5807
5817
|
supportCase?: Array<string> | undefined;
|
|
5808
5818
|
supportCaseComment?: Array<string> | undefined;
|
|
5809
|
-
dataCacheBillingSettings?: Array<string> | undefined;
|
|
5810
5819
|
team?: Array<string> | undefined;
|
|
5811
5820
|
teamAccessRequest?: Array<string> | undefined;
|
|
5812
5821
|
teamFellowMembership?: Array<string> | undefined;
|
|
@@ -5821,26 +5830,15 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5821
5830
|
token?: Array<string> | undefined;
|
|
5822
5831
|
usage?: Array<string> | undefined;
|
|
5823
5832
|
usageCycle?: Array<string> | undefined;
|
|
5833
|
+
vercelRun?: Array<string> | undefined;
|
|
5834
|
+
vercelRunExec?: Array<string> | undefined;
|
|
5824
5835
|
vpcPeeringConnection?: Array<string> | undefined;
|
|
5825
5836
|
webAnalyticsPlan?: Array<string> | undefined;
|
|
5826
|
-
edgeConfig?: Array<string> | undefined;
|
|
5827
|
-
edgeConfigItem?: Array<string> | undefined;
|
|
5828
|
-
edgeConfigSchema?: Array<string> | undefined;
|
|
5829
|
-
edgeConfigToken?: Array<string> | undefined;
|
|
5830
5837
|
webhook?: Array<string> | undefined;
|
|
5831
5838
|
"webhook-event"?: Array<string> | undefined;
|
|
5832
|
-
endpointVerification?: Array<string> | undefined;
|
|
5833
|
-
projectTransferIn?: Array<string> | undefined;
|
|
5834
|
-
oauth2Application?: Array<string> | undefined;
|
|
5835
|
-
vercelRun?: Array<string> | undefined;
|
|
5836
|
-
vercelRunExec?: Array<string> | undefined;
|
|
5837
|
-
apiKey?: Array<string> | undefined;
|
|
5838
|
-
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
5839
|
-
apiKeyAiGateway?: Array<string> | undefined;
|
|
5840
5839
|
aliasProject?: Array<string> | undefined;
|
|
5841
5840
|
aliasProtectionBypass?: Array<string> | undefined;
|
|
5842
5841
|
buildMachine?: Array<string> | undefined;
|
|
5843
|
-
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
5844
5842
|
connectConfigurationLink?: Array<string> | undefined;
|
|
5845
5843
|
dataCacheNamespace?: Array<string> | undefined;
|
|
5846
5844
|
deployment?: Array<string> | undefined;
|
|
@@ -5856,54 +5854,54 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5856
5854
|
deploymentRollback?: Array<string> | undefined;
|
|
5857
5855
|
edgeCacheNamespace?: Array<string> | undefined;
|
|
5858
5856
|
environments?: Array<string> | undefined;
|
|
5857
|
+
job?: Array<string> | undefined;
|
|
5859
5858
|
logs?: Array<string> | undefined;
|
|
5860
5859
|
logsPreset?: Array<string> | undefined;
|
|
5861
|
-
passwordProtection?: Array<string> | undefined;
|
|
5862
|
-
optionsAllowlist?: Array<string> | undefined;
|
|
5863
|
-
job?: Array<string> | undefined;
|
|
5864
5860
|
observabilityData?: Array<string> | undefined;
|
|
5865
5861
|
onDemandBuild?: Array<string> | undefined;
|
|
5866
5862
|
onDemandConcurrency?: Array<string> | undefined;
|
|
5863
|
+
optionsAllowlist?: Array<string> | undefined;
|
|
5864
|
+
passwordProtection?: Array<string> | undefined;
|
|
5865
|
+
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
5867
5866
|
project?: Array<string> | undefined;
|
|
5868
|
-
projectFromV0?: Array<string> | undefined;
|
|
5869
5867
|
projectAccessGroup?: Array<string> | undefined;
|
|
5870
5868
|
projectAnalyticsSampling?: Array<string> | undefined;
|
|
5869
|
+
projectAnalyticsUsage?: Array<string> | undefined;
|
|
5871
5870
|
projectCheck?: Array<string> | undefined;
|
|
5872
5871
|
projectCheckRun?: Array<string> | undefined;
|
|
5872
|
+
projectDeploymentExpiration?: Array<string> | undefined;
|
|
5873
5873
|
projectDeploymentHook?: Array<string> | undefined;
|
|
5874
5874
|
projectDomain?: Array<string> | undefined;
|
|
5875
|
-
projectDomainMove?: Array<string> | undefined;
|
|
5876
5875
|
projectDomainCheckConfig?: Array<string> | undefined;
|
|
5876
|
+
projectDomainMove?: Array<string> | undefined;
|
|
5877
5877
|
projectEnvVars?: Array<string> | undefined;
|
|
5878
5878
|
projectEnvVarsProduction?: Array<string> | undefined;
|
|
5879
5879
|
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
5880
5880
|
projectFlags?: Array<string> | undefined;
|
|
5881
|
+
projectFromV0?: Array<string> | undefined;
|
|
5881
5882
|
projectId?: Array<string> | undefined;
|
|
5882
5883
|
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
5883
5884
|
projectLink?: Array<string> | undefined;
|
|
5884
5885
|
projectMember?: Array<string> | undefined;
|
|
5885
5886
|
projectMonitoring?: Array<string> | undefined;
|
|
5887
|
+
projectOIDCToken?: Array<string> | undefined;
|
|
5886
5888
|
projectPermissions?: Array<string> | undefined;
|
|
5887
5889
|
projectProductionBranch?: Array<string> | undefined;
|
|
5888
|
-
projectTransfer?: Array<string> | undefined;
|
|
5889
|
-
projectTransferOut?: Array<string> | undefined;
|
|
5890
5890
|
projectProtectionBypass?: Array<string> | undefined;
|
|
5891
|
-
|
|
5892
|
-
projectAnalyticsUsage?: Array<string> | undefined;
|
|
5891
|
+
projectRollingRelease?: Array<string> | undefined;
|
|
5893
5892
|
projectSupportCase?: Array<string> | undefined;
|
|
5894
5893
|
projectSupportCaseComment?: Array<string> | undefined;
|
|
5895
|
-
projectDeploymentExpiration?: Array<string> | undefined;
|
|
5896
|
-
projectRollingRelease?: Array<string> | undefined;
|
|
5897
5894
|
projectTier?: Array<string> | undefined;
|
|
5898
|
-
|
|
5895
|
+
projectTransfer?: Array<string> | undefined;
|
|
5896
|
+
projectTransferOut?: Array<string> | undefined;
|
|
5897
|
+
projectUsage?: Array<string> | undefined;
|
|
5899
5898
|
seawallConfig?: Array<string> | undefined;
|
|
5899
|
+
sharedEnvVarConnection?: Array<string> | undefined;
|
|
5900
5900
|
skewProtection?: Array<string> | undefined;
|
|
5901
5901
|
analytics?: Array<string> | undefined;
|
|
5902
5902
|
trustedIps?: Array<string> | undefined;
|
|
5903
5903
|
v0Chat?: Array<string> | undefined;
|
|
5904
5904
|
webAnalytics?: Array<string> | undefined;
|
|
5905
|
-
sharedEnvVarConnection?: Array<string> | undefined;
|
|
5906
|
-
sonar?: Array<string> | undefined;
|
|
5907
5905
|
};
|
|
5908
5906
|
/** @internal */
|
|
5909
5907
|
export declare const UpdateProjectPermissions$outboundSchema: z.ZodType<UpdateProjectPermissions$Outbound, z.ZodTypeDef, UpdateProjectPermissions>;
|
|
@@ -6131,19 +6129,19 @@ export declare const UpdateProjectTrustedIpsProjectsDeploymentType$outboundSchem
|
|
|
6131
6129
|
export declare namespace UpdateProjectTrustedIpsProjectsDeploymentType$ {
|
|
6132
6130
|
/** @deprecated use `UpdateProjectTrustedIpsProjectsDeploymentType$inboundSchema` instead. */
|
|
6133
6131
|
const inboundSchema: z.ZodNativeEnum<{
|
|
6134
|
-
readonly All: "all";
|
|
6135
6132
|
readonly Preview: "preview";
|
|
6133
|
+
readonly Production: "production";
|
|
6134
|
+
readonly All: "all";
|
|
6136
6135
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
6137
6136
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
6138
|
-
readonly Production: "production";
|
|
6139
6137
|
}>;
|
|
6140
6138
|
/** @deprecated use `UpdateProjectTrustedIpsProjectsDeploymentType$outboundSchema` instead. */
|
|
6141
6139
|
const outboundSchema: z.ZodNativeEnum<{
|
|
6142
|
-
readonly All: "all";
|
|
6143
6140
|
readonly Preview: "preview";
|
|
6141
|
+
readonly Production: "production";
|
|
6142
|
+
readonly All: "all";
|
|
6144
6143
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
6145
6144
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
6146
|
-
readonly Production: "production";
|
|
6147
6145
|
}>;
|
|
6148
6146
|
}
|
|
6149
6147
|
/** @internal */
|
|
@@ -6179,19 +6177,19 @@ export declare const UpdateProjectTrustedIpsDeploymentType$outboundSchema: z.Zod
|
|
|
6179
6177
|
export declare namespace UpdateProjectTrustedIpsDeploymentType$ {
|
|
6180
6178
|
/** @deprecated use `UpdateProjectTrustedIpsDeploymentType$inboundSchema` instead. */
|
|
6181
6179
|
const inboundSchema: z.ZodNativeEnum<{
|
|
6182
|
-
readonly All: "all";
|
|
6183
6180
|
readonly Preview: "preview";
|
|
6181
|
+
readonly Production: "production";
|
|
6182
|
+
readonly All: "all";
|
|
6184
6183
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
6185
6184
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
6186
|
-
readonly Production: "production";
|
|
6187
6185
|
}>;
|
|
6188
6186
|
/** @deprecated use `UpdateProjectTrustedIpsDeploymentType$outboundSchema` instead. */
|
|
6189
6187
|
const outboundSchema: z.ZodNativeEnum<{
|
|
6190
|
-
readonly All: "all";
|
|
6191
6188
|
readonly Preview: "preview";
|
|
6189
|
+
readonly Production: "production";
|
|
6190
|
+
readonly All: "all";
|
|
6192
6191
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
6193
6192
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
6194
|
-
readonly Production: "production";
|
|
6195
6193
|
}>;
|
|
6196
6194
|
}
|
|
6197
6195
|
/** @internal */
|