@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
|
@@ -1412,9 +1412,17 @@ export type GetProjectsPermissions = {
|
|
|
1412
1412
|
userSudo?: Array<ACLAction> | undefined;
|
|
1413
1413
|
webAuthn?: Array<ACLAction> | undefined;
|
|
1414
1414
|
accessGroup?: Array<ACLAction> | undefined;
|
|
1415
|
+
agent?: Array<ACLAction> | undefined;
|
|
1416
|
+
alerts?: Array<ACLAction> | undefined;
|
|
1415
1417
|
aliasGlobal?: Array<ACLAction> | undefined;
|
|
1416
1418
|
analyticsSampling?: Array<ACLAction> | undefined;
|
|
1417
1419
|
analyticsUsage?: Array<ACLAction> | undefined;
|
|
1420
|
+
apiKey?: Array<ACLAction> | undefined;
|
|
1421
|
+
apiKeyAiGateway?: Array<ACLAction> | undefined;
|
|
1422
|
+
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1423
|
+
oauth2Application?: Array<ACLAction> | undefined;
|
|
1424
|
+
vercelAppInstallation?: Array<ACLAction> | undefined;
|
|
1425
|
+
vercelAppInstallationRequest?: Array<ACLAction> | undefined;
|
|
1418
1426
|
auditLog?: Array<ACLAction> | undefined;
|
|
1419
1427
|
billingAddress?: Array<ACLAction> | undefined;
|
|
1420
1428
|
billingInformation?: Array<ACLAction> | undefined;
|
|
@@ -1426,6 +1434,7 @@ export type GetProjectsPermissions = {
|
|
|
1426
1434
|
billingRefund?: Array<ACLAction> | undefined;
|
|
1427
1435
|
billingTaxId?: Array<ACLAction> | undefined;
|
|
1428
1436
|
blob?: Array<ACLAction> | undefined;
|
|
1437
|
+
blobStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1429
1438
|
budget?: Array<ACLAction> | undefined;
|
|
1430
1439
|
cacheArtifact?: Array<ACLAction> | undefined;
|
|
1431
1440
|
cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
|
|
@@ -1433,6 +1442,7 @@ export type GetProjectsPermissions = {
|
|
|
1433
1442
|
concurrentBuilds?: Array<ACLAction> | undefined;
|
|
1434
1443
|
connect?: Array<ACLAction> | undefined;
|
|
1435
1444
|
connectConfiguration?: Array<ACLAction> | undefined;
|
|
1445
|
+
dataCacheBillingSettings?: Array<ACLAction> | undefined;
|
|
1436
1446
|
defaultDeploymentProtection?: Array<ACLAction> | undefined;
|
|
1437
1447
|
domain?: Array<ACLAction> | undefined;
|
|
1438
1448
|
domainAcceptDelegation?: Array<ACLAction> | undefined;
|
|
@@ -1443,40 +1453,46 @@ export type GetProjectsPermissions = {
|
|
|
1443
1453
|
domainPurchase?: Array<ACLAction> | undefined;
|
|
1444
1454
|
domainRecord?: Array<ACLAction> | undefined;
|
|
1445
1455
|
domainTransferIn?: Array<ACLAction> | undefined;
|
|
1456
|
+
drain?: Array<ACLAction> | undefined;
|
|
1457
|
+
edgeConfig?: Array<ACLAction> | undefined;
|
|
1458
|
+
edgeConfigItem?: Array<ACLAction> | undefined;
|
|
1459
|
+
edgeConfigSchema?: Array<ACLAction> | undefined;
|
|
1460
|
+
edgeConfigToken?: Array<ACLAction> | undefined;
|
|
1461
|
+
endpointVerification?: Array<ACLAction> | undefined;
|
|
1446
1462
|
event?: Array<ACLAction> | undefined;
|
|
1447
|
-
ownEvent?: Array<ACLAction> | undefined;
|
|
1448
|
-
sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
|
|
1449
1463
|
fileUpload?: Array<ACLAction> | undefined;
|
|
1450
1464
|
flagsExplorerSubscription?: Array<ACLAction> | undefined;
|
|
1451
1465
|
gitRepository?: Array<ACLAction> | undefined;
|
|
1452
|
-
ipBlocking?: Array<ACLAction> | undefined;
|
|
1453
1466
|
imageOptimizationNewPrice?: Array<ACLAction> | undefined;
|
|
1454
1467
|
integration?: Array<ACLAction> | undefined;
|
|
1455
1468
|
integrationAccount?: Array<ACLAction> | undefined;
|
|
1456
1469
|
integrationConfiguration?: Array<ACLAction> | undefined;
|
|
1457
|
-
integrationConfigurationTransfer?: Array<ACLAction> | undefined;
|
|
1458
1470
|
integrationConfigurationProjects?: Array<ACLAction> | undefined;
|
|
1459
|
-
integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
|
|
1460
1471
|
integrationConfigurationRole?: Array<ACLAction> | undefined;
|
|
1461
|
-
|
|
1462
|
-
|
|
1472
|
+
integrationConfigurationTransfer?: Array<ACLAction> | undefined;
|
|
1473
|
+
integrationDeploymentAction?: Array<ACLAction> | undefined;
|
|
1463
1474
|
integrationEvent?: Array<ACLAction> | undefined;
|
|
1475
|
+
integrationResource?: Array<ACLAction> | undefined;
|
|
1476
|
+
integrationResourceReplCommand?: Array<ACLAction> | undefined;
|
|
1464
1477
|
integrationResourceSecrets?: Array<ACLAction> | undefined;
|
|
1465
|
-
|
|
1466
|
-
|
|
1478
|
+
integrationSSOSession?: Array<ACLAction> | undefined;
|
|
1479
|
+
integrationStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1480
|
+
integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
|
|
1481
|
+
ipBlocking?: Array<ACLAction> | undefined;
|
|
1482
|
+
jobGlobal?: Array<ACLAction> | undefined;
|
|
1483
|
+
logDrain?: Array<ACLAction> | undefined;
|
|
1467
1484
|
marketplaceBillingData?: Array<ACLAction> | undefined;
|
|
1485
|
+
marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
|
|
1486
|
+
marketplaceExperimentationItem?: Array<ACLAction> | undefined;
|
|
1487
|
+
marketplaceInstallationMember?: Array<ACLAction> | undefined;
|
|
1468
1488
|
marketplaceInvoice?: Array<ACLAction> | undefined;
|
|
1469
1489
|
marketplaceSettings?: Array<ACLAction> | undefined;
|
|
1470
|
-
marketplaceExperimentationItem?: Array<ACLAction> | undefined;
|
|
1471
|
-
marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
|
|
1472
|
-
jobGlobal?: Array<ACLAction> | undefined;
|
|
1473
|
-
drain?: Array<ACLAction> | undefined;
|
|
1474
|
-
logDrain?: Array<ACLAction> | undefined;
|
|
1475
1490
|
monitoring?: Array<ACLAction> | undefined;
|
|
1476
|
-
monitoringSettings?: Array<ACLAction> | undefined;
|
|
1477
|
-
monitoringQuery?: Array<ACLAction> | undefined;
|
|
1478
|
-
monitoringChart?: Array<ACLAction> | undefined;
|
|
1479
1491
|
monitoringAlert?: Array<ACLAction> | undefined;
|
|
1492
|
+
monitoringChart?: Array<ACLAction> | undefined;
|
|
1493
|
+
monitoringQuery?: Array<ACLAction> | undefined;
|
|
1494
|
+
monitoringSettings?: Array<ACLAction> | undefined;
|
|
1495
|
+
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1480
1496
|
notificationDeploymentFailed?: Array<ACLAction> | undefined;
|
|
1481
1497
|
notificationDomainConfiguration?: Array<ACLAction> | undefined;
|
|
1482
1498
|
notificationDomainExpire?: Array<ACLAction> | undefined;
|
|
@@ -1487,43 +1503,37 @@ export type GetProjectsPermissions = {
|
|
|
1487
1503
|
notificationDomainUnverified?: Array<ACLAction> | undefined;
|
|
1488
1504
|
notificationMonitoringAlert?: Array<ACLAction> | undefined;
|
|
1489
1505
|
notificationPaymentFailed?: Array<ACLAction> | undefined;
|
|
1490
|
-
notificationUsageAlert?: Array<ACLAction> | undefined;
|
|
1491
1506
|
notificationPreferences?: Array<ACLAction> | undefined;
|
|
1492
|
-
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1493
1507
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1508
|
+
notificationUsageAlert?: Array<ACLAction> | undefined;
|
|
1494
1509
|
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
1495
|
-
agent?: Array<ACLAction> | undefined;
|
|
1496
|
-
alerts?: Array<ACLAction> | undefined;
|
|
1497
|
-
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1498
1510
|
observabilityFunnel?: Array<ACLAction> | undefined;
|
|
1511
|
+
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1499
1512
|
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
1500
|
-
|
|
1501
|
-
|
|
1513
|
+
ownEvent?: Array<ACLAction> | undefined;
|
|
1514
|
+
passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
|
|
1502
1515
|
paymentMethod?: Array<ACLAction> | undefined;
|
|
1503
1516
|
permissions?: Array<ACLAction> | undefined;
|
|
1504
1517
|
postgres?: Array<ACLAction> | undefined;
|
|
1518
|
+
postgresStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1505
1519
|
previewDeploymentSuffix?: Array<ACLAction> | undefined;
|
|
1520
|
+
projectTransferIn?: Array<ACLAction> | undefined;
|
|
1506
1521
|
proTrialOnboarding?: Array<ACLAction> | undefined;
|
|
1507
|
-
sharedEnvVars?: Array<ACLAction> | undefined;
|
|
1508
|
-
sharedEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1509
|
-
space?: Array<ACLAction> | undefined;
|
|
1510
|
-
spaceRun?: Array<ACLAction> | undefined;
|
|
1511
|
-
passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
|
|
1512
1522
|
rateLimit?: Array<ACLAction> | undefined;
|
|
1513
1523
|
redis?: Array<ACLAction> | undefined;
|
|
1514
|
-
|
|
1524
|
+
redisStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1515
1525
|
remoteCaching?: Array<ACLAction> | undefined;
|
|
1526
|
+
repository?: Array<ACLAction> | undefined;
|
|
1516
1527
|
samlConfig?: Array<ACLAction> | undefined;
|
|
1517
1528
|
secret?: Array<ACLAction> | undefined;
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1529
|
+
sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
|
|
1530
|
+
sharedEnvVars?: Array<ACLAction> | undefined;
|
|
1531
|
+
sharedEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1532
|
+
space?: Array<ACLAction> | undefined;
|
|
1533
|
+
spaceRun?: Array<ACLAction> | undefined;
|
|
1523
1534
|
storeTransfer?: Array<ACLAction> | undefined;
|
|
1524
1535
|
supportCase?: Array<ACLAction> | undefined;
|
|
1525
1536
|
supportCaseComment?: Array<ACLAction> | undefined;
|
|
1526
|
-
dataCacheBillingSettings?: Array<ACLAction> | undefined;
|
|
1527
1537
|
team?: Array<ACLAction> | undefined;
|
|
1528
1538
|
teamAccessRequest?: Array<ACLAction> | undefined;
|
|
1529
1539
|
teamFellowMembership?: Array<ACLAction> | undefined;
|
|
@@ -1538,26 +1548,15 @@ export type GetProjectsPermissions = {
|
|
|
1538
1548
|
token?: Array<ACLAction> | undefined;
|
|
1539
1549
|
usage?: Array<ACLAction> | undefined;
|
|
1540
1550
|
usageCycle?: Array<ACLAction> | undefined;
|
|
1551
|
+
vercelRun?: Array<ACLAction> | undefined;
|
|
1552
|
+
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1541
1553
|
vpcPeeringConnection?: Array<ACLAction> | undefined;
|
|
1542
1554
|
webAnalyticsPlan?: Array<ACLAction> | undefined;
|
|
1543
|
-
edgeConfig?: Array<ACLAction> | undefined;
|
|
1544
|
-
edgeConfigItem?: Array<ACLAction> | undefined;
|
|
1545
|
-
edgeConfigSchema?: Array<ACLAction> | undefined;
|
|
1546
|
-
edgeConfigToken?: Array<ACLAction> | undefined;
|
|
1547
1555
|
webhook?: Array<ACLAction> | undefined;
|
|
1548
1556
|
webhookEvent?: Array<ACLAction> | undefined;
|
|
1549
|
-
endpointVerification?: Array<ACLAction> | undefined;
|
|
1550
|
-
projectTransferIn?: Array<ACLAction> | undefined;
|
|
1551
|
-
oauth2Application?: Array<ACLAction> | undefined;
|
|
1552
|
-
vercelRun?: Array<ACLAction> | undefined;
|
|
1553
|
-
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1554
|
-
apiKey?: Array<ACLAction> | undefined;
|
|
1555
|
-
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1556
|
-
apiKeyAiGateway?: Array<ACLAction> | undefined;
|
|
1557
1557
|
aliasProject?: Array<ACLAction> | undefined;
|
|
1558
1558
|
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1559
1559
|
buildMachine?: Array<ACLAction> | undefined;
|
|
1560
|
-
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1561
1560
|
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1562
1561
|
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1563
1562
|
deployment?: Array<ACLAction> | undefined;
|
|
@@ -1573,54 +1572,54 @@ export type GetProjectsPermissions = {
|
|
|
1573
1572
|
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1574
1573
|
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1575
1574
|
environments?: Array<ACLAction> | undefined;
|
|
1575
|
+
job?: Array<ACLAction> | undefined;
|
|
1576
1576
|
logs?: Array<ACLAction> | undefined;
|
|
1577
1577
|
logsPreset?: Array<ACLAction> | undefined;
|
|
1578
|
-
passwordProtection?: Array<ACLAction> | undefined;
|
|
1579
|
-
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1580
|
-
job?: Array<ACLAction> | undefined;
|
|
1581
1578
|
observabilityData?: Array<ACLAction> | undefined;
|
|
1582
1579
|
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1583
1580
|
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1581
|
+
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1582
|
+
passwordProtection?: Array<ACLAction> | undefined;
|
|
1583
|
+
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1584
1584
|
project?: Array<ACLAction> | undefined;
|
|
1585
|
-
projectFromV0?: Array<ACLAction> | undefined;
|
|
1586
1585
|
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1587
1586
|
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1587
|
+
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1588
1588
|
projectCheck?: Array<ACLAction> | undefined;
|
|
1589
1589
|
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1590
|
+
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1590
1591
|
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1591
1592
|
projectDomain?: Array<ACLAction> | undefined;
|
|
1592
|
-
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1593
1593
|
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1594
|
+
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1594
1595
|
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1595
1596
|
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1596
1597
|
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1597
1598
|
projectFlags?: Array<ACLAction> | undefined;
|
|
1599
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1598
1600
|
projectId?: Array<ACLAction> | undefined;
|
|
1599
1601
|
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1600
1602
|
projectLink?: Array<ACLAction> | undefined;
|
|
1601
1603
|
projectMember?: Array<ACLAction> | undefined;
|
|
1602
1604
|
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1605
|
+
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1603
1606
|
projectPermissions?: Array<ACLAction> | undefined;
|
|
1604
1607
|
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1605
|
-
projectTransfer?: Array<ACLAction> | undefined;
|
|
1606
|
-
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1607
1608
|
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1608
|
-
|
|
1609
|
-
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1609
|
+
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1610
1610
|
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1611
1611
|
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1612
|
-
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1613
|
-
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1614
1612
|
projectTier?: Array<ACLAction> | undefined;
|
|
1615
|
-
|
|
1613
|
+
projectTransfer?: Array<ACLAction> | undefined;
|
|
1614
|
+
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1615
|
+
projectUsage?: Array<ACLAction> | undefined;
|
|
1616
1616
|
seawallConfig?: Array<ACLAction> | undefined;
|
|
1617
|
+
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1617
1618
|
skewProtection?: Array<ACLAction> | undefined;
|
|
1618
1619
|
analytics?: Array<ACLAction> | undefined;
|
|
1619
1620
|
trustedIps?: Array<ACLAction> | undefined;
|
|
1620
1621
|
v0Chat?: Array<ACLAction> | undefined;
|
|
1621
1622
|
webAnalytics?: Array<ACLAction> | undefined;
|
|
1622
|
-
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1623
|
-
sonar?: Array<ACLAction> | undefined;
|
|
1624
1623
|
};
|
|
1625
1624
|
|
|
1626
1625
|
export type GetProjectsLastRollbackTarget = {};
|
|
@@ -8579,9 +8578,17 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
|
|
|
8579
8578
|
userSudo: z.array(ACLAction$inboundSchema).optional(),
|
|
8580
8579
|
webAuthn: z.array(ACLAction$inboundSchema).optional(),
|
|
8581
8580
|
accessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
8581
|
+
agent: z.array(ACLAction$inboundSchema).optional(),
|
|
8582
|
+
alerts: z.array(ACLAction$inboundSchema).optional(),
|
|
8582
8583
|
aliasGlobal: z.array(ACLAction$inboundSchema).optional(),
|
|
8583
8584
|
analyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
8584
8585
|
analyticsUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
8586
|
+
apiKey: z.array(ACLAction$inboundSchema).optional(),
|
|
8587
|
+
apiKeyAiGateway: z.array(ACLAction$inboundSchema).optional(),
|
|
8588
|
+
apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
|
|
8589
|
+
oauth2Application: z.array(ACLAction$inboundSchema).optional(),
|
|
8590
|
+
vercelAppInstallation: z.array(ACLAction$inboundSchema).optional(),
|
|
8591
|
+
vercelAppInstallationRequest: z.array(ACLAction$inboundSchema).optional(),
|
|
8585
8592
|
auditLog: z.array(ACLAction$inboundSchema).optional(),
|
|
8586
8593
|
billingAddress: z.array(ACLAction$inboundSchema).optional(),
|
|
8587
8594
|
billingInformation: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -8593,6 +8600,7 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
|
|
|
8593
8600
|
billingRefund: z.array(ACLAction$inboundSchema).optional(),
|
|
8594
8601
|
billingTaxId: z.array(ACLAction$inboundSchema).optional(),
|
|
8595
8602
|
blob: z.array(ACLAction$inboundSchema).optional(),
|
|
8603
|
+
blobStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
|
|
8596
8604
|
budget: z.array(ACLAction$inboundSchema).optional(),
|
|
8597
8605
|
cacheArtifact: z.array(ACLAction$inboundSchema).optional(),
|
|
8598
8606
|
cacheArtifactUsageEvent: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -8600,6 +8608,7 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
|
|
|
8600
8608
|
concurrentBuilds: z.array(ACLAction$inboundSchema).optional(),
|
|
8601
8609
|
connect: z.array(ACLAction$inboundSchema).optional(),
|
|
8602
8610
|
connectConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
8611
|
+
dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
8603
8612
|
defaultDeploymentProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
8604
8613
|
domain: z.array(ACLAction$inboundSchema).optional(),
|
|
8605
8614
|
domainAcceptDelegation: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -8610,43 +8619,48 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
|
|
|
8610
8619
|
domainPurchase: z.array(ACLAction$inboundSchema).optional(),
|
|
8611
8620
|
domainRecord: z.array(ACLAction$inboundSchema).optional(),
|
|
8612
8621
|
domainTransferIn: z.array(ACLAction$inboundSchema).optional(),
|
|
8622
|
+
drain: z.array(ACLAction$inboundSchema).optional(),
|
|
8623
|
+
edgeConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
8624
|
+
edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
|
|
8625
|
+
edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
|
|
8626
|
+
edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
|
|
8627
|
+
endpointVerification: z.array(ACLAction$inboundSchema).optional(),
|
|
8613
8628
|
event: z.array(ACLAction$inboundSchema).optional(),
|
|
8614
|
-
ownEvent: z.array(ACLAction$inboundSchema).optional(),
|
|
8615
|
-
sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
|
|
8616
|
-
.optional(),
|
|
8617
8629
|
fileUpload: z.array(ACLAction$inboundSchema).optional(),
|
|
8618
8630
|
flagsExplorerSubscription: z.array(ACLAction$inboundSchema).optional(),
|
|
8619
8631
|
gitRepository: z.array(ACLAction$inboundSchema).optional(),
|
|
8620
|
-
ipBlocking: z.array(ACLAction$inboundSchema).optional(),
|
|
8621
8632
|
imageOptimizationNewPrice: z.array(ACLAction$inboundSchema).optional(),
|
|
8622
8633
|
integration: z.array(ACLAction$inboundSchema).optional(),
|
|
8623
8634
|
integrationAccount: z.array(ACLAction$inboundSchema).optional(),
|
|
8624
8635
|
integrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
8625
|
-
integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
8626
8636
|
integrationConfigurationProjects: z.array(ACLAction$inboundSchema).optional(),
|
|
8627
|
-
integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
|
|
8628
|
-
.optional(),
|
|
8629
8637
|
integrationConfigurationRole: z.array(ACLAction$inboundSchema).optional(),
|
|
8630
|
-
|
|
8631
|
-
|
|
8638
|
+
integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
8639
|
+
integrationDeploymentAction: z.array(ACLAction$inboundSchema).optional(),
|
|
8632
8640
|
integrationEvent: z.array(ACLAction$inboundSchema).optional(),
|
|
8641
|
+
integrationResource: z.array(ACLAction$inboundSchema).optional(),
|
|
8642
|
+
integrationResourceReplCommand: z.array(ACLAction$inboundSchema).optional(),
|
|
8633
8643
|
integrationResourceSecrets: z.array(ACLAction$inboundSchema).optional(),
|
|
8634
|
-
|
|
8635
|
-
|
|
8636
|
-
|
|
8637
|
-
marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
|
|
8638
|
-
marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
8639
|
-
marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
|
|
8640
|
-
marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
|
|
8644
|
+
integrationSSOSession: z.array(ACLAction$inboundSchema).optional(),
|
|
8645
|
+
integrationStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
|
|
8646
|
+
integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
|
|
8641
8647
|
.optional(),
|
|
8648
|
+
ipBlocking: z.array(ACLAction$inboundSchema).optional(),
|
|
8642
8649
|
jobGlobal: z.array(ACLAction$inboundSchema).optional(),
|
|
8643
|
-
drain: z.array(ACLAction$inboundSchema).optional(),
|
|
8644
8650
|
logDrain: z.array(ACLAction$inboundSchema).optional(),
|
|
8651
|
+
marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
|
|
8652
|
+
marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
|
|
8653
|
+
.optional(),
|
|
8654
|
+
marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
|
|
8655
|
+
marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
|
|
8656
|
+
marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
|
|
8657
|
+
marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
8645
8658
|
Monitoring: z.array(ACLAction$inboundSchema).optional(),
|
|
8646
|
-
monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
8647
|
-
monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
|
|
8648
|
-
monitoringChart: z.array(ACLAction$inboundSchema).optional(),
|
|
8649
8659
|
monitoringAlert: z.array(ACLAction$inboundSchema).optional(),
|
|
8660
|
+
monitoringChart: z.array(ACLAction$inboundSchema).optional(),
|
|
8661
|
+
monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
|
|
8662
|
+
monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
8663
|
+
notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
|
|
8650
8664
|
notificationDeploymentFailed: z.array(ACLAction$inboundSchema).optional(),
|
|
8651
8665
|
notificationDomainConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
8652
8666
|
notificationDomainExpire: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -8657,43 +8671,38 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
|
|
|
8657
8671
|
notificationDomainUnverified: z.array(ACLAction$inboundSchema).optional(),
|
|
8658
8672
|
NotificationMonitoringAlert: z.array(ACLAction$inboundSchema).optional(),
|
|
8659
8673
|
notificationPaymentFailed: z.array(ACLAction$inboundSchema).optional(),
|
|
8660
|
-
notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
|
|
8661
8674
|
notificationPreferences: z.array(ACLAction$inboundSchema).optional(),
|
|
8662
|
-
notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
|
|
8663
8675
|
notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
|
|
8676
|
+
notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
|
|
8664
8677
|
observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
8665
|
-
agent: z.array(ACLAction$inboundSchema).optional(),
|
|
8666
|
-
alerts: z.array(ACLAction$inboundSchema).optional(),
|
|
8667
|
-
observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
|
|
8668
8678
|
observabilityFunnel: z.array(ACLAction$inboundSchema).optional(),
|
|
8679
|
+
observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
|
|
8669
8680
|
openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
|
|
8670
|
-
|
|
8671
|
-
|
|
8681
|
+
ownEvent: z.array(ACLAction$inboundSchema).optional(),
|
|
8682
|
+
passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
|
|
8672
8683
|
paymentMethod: z.array(ACLAction$inboundSchema).optional(),
|
|
8673
8684
|
permissions: z.array(ACLAction$inboundSchema).optional(),
|
|
8674
8685
|
postgres: z.array(ACLAction$inboundSchema).optional(),
|
|
8686
|
+
postgresStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
|
|
8675
8687
|
previewDeploymentSuffix: z.array(ACLAction$inboundSchema).optional(),
|
|
8688
|
+
projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
|
|
8676
8689
|
proTrialOnboarding: z.array(ACLAction$inboundSchema).optional(),
|
|
8677
|
-
sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
8678
|
-
sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
|
|
8679
|
-
space: z.array(ACLAction$inboundSchema).optional(),
|
|
8680
|
-
spaceRun: z.array(ACLAction$inboundSchema).optional(),
|
|
8681
|
-
passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
|
|
8682
8690
|
rateLimit: z.array(ACLAction$inboundSchema).optional(),
|
|
8683
8691
|
redis: z.array(ACLAction$inboundSchema).optional(),
|
|
8684
|
-
|
|
8692
|
+
redisStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
|
|
8685
8693
|
remoteCaching: z.array(ACLAction$inboundSchema).optional(),
|
|
8694
|
+
repository: z.array(ACLAction$inboundSchema).optional(),
|
|
8686
8695
|
samlConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
8687
8696
|
secret: z.array(ACLAction$inboundSchema).optional(),
|
|
8688
|
-
|
|
8689
|
-
|
|
8690
|
-
|
|
8691
|
-
|
|
8692
|
-
|
|
8697
|
+
sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
|
|
8698
|
+
.optional(),
|
|
8699
|
+
sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
8700
|
+
sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
|
|
8701
|
+
space: z.array(ACLAction$inboundSchema).optional(),
|
|
8702
|
+
spaceRun: z.array(ACLAction$inboundSchema).optional(),
|
|
8693
8703
|
storeTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
8694
8704
|
supportCase: z.array(ACLAction$inboundSchema).optional(),
|
|
8695
8705
|
supportCaseComment: z.array(ACLAction$inboundSchema).optional(),
|
|
8696
|
-
dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
8697
8706
|
team: z.array(ACLAction$inboundSchema).optional(),
|
|
8698
8707
|
teamAccessRequest: z.array(ACLAction$inboundSchema).optional(),
|
|
8699
8708
|
teamFellowMembership: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -8708,26 +8717,15 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
|
|
|
8708
8717
|
token: z.array(ACLAction$inboundSchema).optional(),
|
|
8709
8718
|
usage: z.array(ACLAction$inboundSchema).optional(),
|
|
8710
8719
|
usageCycle: z.array(ACLAction$inboundSchema).optional(),
|
|
8720
|
+
vercelRun: z.array(ACLAction$inboundSchema).optional(),
|
|
8721
|
+
vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
|
|
8711
8722
|
vpcPeeringConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
8712
8723
|
webAnalyticsPlan: z.array(ACLAction$inboundSchema).optional(),
|
|
8713
|
-
edgeConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
8714
|
-
edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
|
|
8715
|
-
edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
|
|
8716
|
-
edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
|
|
8717
8724
|
webhook: z.array(ACLAction$inboundSchema).optional(),
|
|
8718
8725
|
"webhook-event": z.array(ACLAction$inboundSchema).optional(),
|
|
8719
|
-
endpointVerification: z.array(ACLAction$inboundSchema).optional(),
|
|
8720
|
-
projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
|
|
8721
|
-
oauth2Application: z.array(ACLAction$inboundSchema).optional(),
|
|
8722
|
-
vercelRun: z.array(ACLAction$inboundSchema).optional(),
|
|
8723
|
-
vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
|
|
8724
|
-
apiKey: z.array(ACLAction$inboundSchema).optional(),
|
|
8725
|
-
apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
|
|
8726
|
-
apiKeyAiGateway: z.array(ACLAction$inboundSchema).optional(),
|
|
8727
8726
|
aliasProject: z.array(ACLAction$inboundSchema).optional(),
|
|
8728
8727
|
aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
8729
8728
|
buildMachine: z.array(ACLAction$inboundSchema).optional(),
|
|
8730
|
-
productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
8731
8729
|
connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
|
|
8732
8730
|
dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
8733
8731
|
deployment: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -8744,55 +8742,55 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
|
|
|
8744
8742
|
deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
|
|
8745
8743
|
edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
8746
8744
|
environments: z.array(ACLAction$inboundSchema).optional(),
|
|
8745
|
+
job: z.array(ACLAction$inboundSchema).optional(),
|
|
8747
8746
|
logs: z.array(ACLAction$inboundSchema).optional(),
|
|
8748
8747
|
logsPreset: z.array(ACLAction$inboundSchema).optional(),
|
|
8749
|
-
passwordProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
8750
|
-
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
8751
|
-
job: z.array(ACLAction$inboundSchema).optional(),
|
|
8752
8748
|
observabilityData: z.array(ACLAction$inboundSchema).optional(),
|
|
8753
8749
|
onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
|
|
8754
8750
|
onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
|
|
8751
|
+
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
8752
|
+
passwordProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
8753
|
+
productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
8755
8754
|
project: z.array(ACLAction$inboundSchema).optional(),
|
|
8756
|
-
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
8757
8755
|
projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
8758
8756
|
projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
8757
|
+
projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
8759
8758
|
projectCheck: z.array(ACLAction$inboundSchema).optional(),
|
|
8760
8759
|
projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
|
|
8760
|
+
projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
|
|
8761
8761
|
projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
|
|
8762
8762
|
projectDomain: z.array(ACLAction$inboundSchema).optional(),
|
|
8763
|
-
projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
|
|
8764
8763
|
projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
8764
|
+
projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
|
|
8765
8765
|
projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
8766
8766
|
projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
|
|
8767
8767
|
projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
|
|
8768
8768
|
.optional(),
|
|
8769
8769
|
projectFlags: z.array(ACLAction$inboundSchema).optional(),
|
|
8770
|
+
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
8770
8771
|
projectId: z.array(ACLAction$inboundSchema).optional(),
|
|
8771
8772
|
projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
8772
8773
|
projectLink: z.array(ACLAction$inboundSchema).optional(),
|
|
8773
8774
|
projectMember: z.array(ACLAction$inboundSchema).optional(),
|
|
8774
8775
|
projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
|
|
8776
|
+
projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
|
|
8775
8777
|
projectPermissions: z.array(ACLAction$inboundSchema).optional(),
|
|
8776
8778
|
projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
|
|
8777
|
-
projectTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
8778
|
-
projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
|
|
8779
8779
|
projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
8780
|
-
|
|
8781
|
-
projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
8780
|
+
projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
|
|
8782
8781
|
projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
|
|
8783
8782
|
projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
|
|
8784
|
-
projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
|
|
8785
|
-
projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
|
|
8786
8783
|
projectTier: z.array(ACLAction$inboundSchema).optional(),
|
|
8787
|
-
|
|
8784
|
+
projectTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
8785
|
+
projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
|
|
8786
|
+
projectUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
8788
8787
|
seawallConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
8788
|
+
sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
8789
8789
|
skewProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
8790
8790
|
analytics: z.array(ACLAction$inboundSchema).optional(),
|
|
8791
8791
|
trustedIps: z.array(ACLAction$inboundSchema).optional(),
|
|
8792
8792
|
v0Chat: z.array(ACLAction$inboundSchema).optional(),
|
|
8793
8793
|
webAnalytics: z.array(ACLAction$inboundSchema).optional(),
|
|
8794
|
-
sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
8795
|
-
sonar: z.array(ACLAction$inboundSchema).optional(),
|
|
8796
8794
|
}).transform((v) => {
|
|
8797
8795
|
return remap$(v, {
|
|
8798
8796
|
"Monitoring": "monitoring",
|
|
@@ -8809,9 +8807,17 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
8809
8807
|
userSudo?: Array<string> | undefined;
|
|
8810
8808
|
webAuthn?: Array<string> | undefined;
|
|
8811
8809
|
accessGroup?: Array<string> | undefined;
|
|
8810
|
+
agent?: Array<string> | undefined;
|
|
8811
|
+
alerts?: Array<string> | undefined;
|
|
8812
8812
|
aliasGlobal?: Array<string> | undefined;
|
|
8813
8813
|
analyticsSampling?: Array<string> | undefined;
|
|
8814
8814
|
analyticsUsage?: Array<string> | undefined;
|
|
8815
|
+
apiKey?: Array<string> | undefined;
|
|
8816
|
+
apiKeyAiGateway?: Array<string> | undefined;
|
|
8817
|
+
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
8818
|
+
oauth2Application?: Array<string> | undefined;
|
|
8819
|
+
vercelAppInstallation?: Array<string> | undefined;
|
|
8820
|
+
vercelAppInstallationRequest?: Array<string> | undefined;
|
|
8815
8821
|
auditLog?: Array<string> | undefined;
|
|
8816
8822
|
billingAddress?: Array<string> | undefined;
|
|
8817
8823
|
billingInformation?: Array<string> | undefined;
|
|
@@ -8823,6 +8829,7 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
8823
8829
|
billingRefund?: Array<string> | undefined;
|
|
8824
8830
|
billingTaxId?: Array<string> | undefined;
|
|
8825
8831
|
blob?: Array<string> | undefined;
|
|
8832
|
+
blobStoreTokenSet?: Array<string> | undefined;
|
|
8826
8833
|
budget?: Array<string> | undefined;
|
|
8827
8834
|
cacheArtifact?: Array<string> | undefined;
|
|
8828
8835
|
cacheArtifactUsageEvent?: Array<string> | undefined;
|
|
@@ -8830,6 +8837,7 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
8830
8837
|
concurrentBuilds?: Array<string> | undefined;
|
|
8831
8838
|
connect?: Array<string> | undefined;
|
|
8832
8839
|
connectConfiguration?: Array<string> | undefined;
|
|
8840
|
+
dataCacheBillingSettings?: Array<string> | undefined;
|
|
8833
8841
|
defaultDeploymentProtection?: Array<string> | undefined;
|
|
8834
8842
|
domain?: Array<string> | undefined;
|
|
8835
8843
|
domainAcceptDelegation?: Array<string> | undefined;
|
|
@@ -8840,40 +8848,46 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
8840
8848
|
domainPurchase?: Array<string> | undefined;
|
|
8841
8849
|
domainRecord?: Array<string> | undefined;
|
|
8842
8850
|
domainTransferIn?: Array<string> | undefined;
|
|
8851
|
+
drain?: Array<string> | undefined;
|
|
8852
|
+
edgeConfig?: Array<string> | undefined;
|
|
8853
|
+
edgeConfigItem?: Array<string> | undefined;
|
|
8854
|
+
edgeConfigSchema?: Array<string> | undefined;
|
|
8855
|
+
edgeConfigToken?: Array<string> | undefined;
|
|
8856
|
+
endpointVerification?: Array<string> | undefined;
|
|
8843
8857
|
event?: Array<string> | undefined;
|
|
8844
|
-
ownEvent?: Array<string> | undefined;
|
|
8845
|
-
sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
|
|
8846
8858
|
fileUpload?: Array<string> | undefined;
|
|
8847
8859
|
flagsExplorerSubscription?: Array<string> | undefined;
|
|
8848
8860
|
gitRepository?: Array<string> | undefined;
|
|
8849
|
-
ipBlocking?: Array<string> | undefined;
|
|
8850
8861
|
imageOptimizationNewPrice?: Array<string> | undefined;
|
|
8851
8862
|
integration?: Array<string> | undefined;
|
|
8852
8863
|
integrationAccount?: Array<string> | undefined;
|
|
8853
8864
|
integrationConfiguration?: Array<string> | undefined;
|
|
8854
|
-
integrationConfigurationTransfer?: Array<string> | undefined;
|
|
8855
8865
|
integrationConfigurationProjects?: Array<string> | undefined;
|
|
8856
|
-
integrationVercelConfigurationOverride?: Array<string> | undefined;
|
|
8857
8866
|
integrationConfigurationRole?: Array<string> | undefined;
|
|
8858
|
-
|
|
8859
|
-
|
|
8867
|
+
integrationConfigurationTransfer?: Array<string> | undefined;
|
|
8868
|
+
integrationDeploymentAction?: Array<string> | undefined;
|
|
8860
8869
|
integrationEvent?: Array<string> | undefined;
|
|
8870
|
+
integrationResource?: Array<string> | undefined;
|
|
8871
|
+
integrationResourceReplCommand?: Array<string> | undefined;
|
|
8861
8872
|
integrationResourceSecrets?: Array<string> | undefined;
|
|
8862
|
-
|
|
8863
|
-
|
|
8873
|
+
integrationSSOSession?: Array<string> | undefined;
|
|
8874
|
+
integrationStoreTokenSet?: Array<string> | undefined;
|
|
8875
|
+
integrationVercelConfigurationOverride?: Array<string> | undefined;
|
|
8876
|
+
ipBlocking?: Array<string> | undefined;
|
|
8877
|
+
jobGlobal?: Array<string> | undefined;
|
|
8878
|
+
logDrain?: Array<string> | undefined;
|
|
8864
8879
|
marketplaceBillingData?: Array<string> | undefined;
|
|
8880
|
+
marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
|
|
8881
|
+
marketplaceExperimentationItem?: Array<string> | undefined;
|
|
8882
|
+
marketplaceInstallationMember?: Array<string> | undefined;
|
|
8865
8883
|
marketplaceInvoice?: Array<string> | undefined;
|
|
8866
8884
|
marketplaceSettings?: Array<string> | undefined;
|
|
8867
|
-
marketplaceExperimentationItem?: Array<string> | undefined;
|
|
8868
|
-
marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
|
|
8869
|
-
jobGlobal?: Array<string> | undefined;
|
|
8870
|
-
drain?: Array<string> | undefined;
|
|
8871
|
-
logDrain?: Array<string> | undefined;
|
|
8872
8885
|
Monitoring?: Array<string> | undefined;
|
|
8873
|
-
monitoringSettings?: Array<string> | undefined;
|
|
8874
|
-
monitoringQuery?: Array<string> | undefined;
|
|
8875
|
-
monitoringChart?: Array<string> | undefined;
|
|
8876
8886
|
monitoringAlert?: Array<string> | undefined;
|
|
8887
|
+
monitoringChart?: Array<string> | undefined;
|
|
8888
|
+
monitoringQuery?: Array<string> | undefined;
|
|
8889
|
+
monitoringSettings?: Array<string> | undefined;
|
|
8890
|
+
notificationCustomerBudget?: Array<string> | undefined;
|
|
8877
8891
|
notificationDeploymentFailed?: Array<string> | undefined;
|
|
8878
8892
|
notificationDomainConfiguration?: Array<string> | undefined;
|
|
8879
8893
|
notificationDomainExpire?: Array<string> | undefined;
|
|
@@ -8884,43 +8898,37 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
8884
8898
|
notificationDomainUnverified?: Array<string> | undefined;
|
|
8885
8899
|
NotificationMonitoringAlert?: Array<string> | undefined;
|
|
8886
8900
|
notificationPaymentFailed?: Array<string> | undefined;
|
|
8887
|
-
notificationUsageAlert?: Array<string> | undefined;
|
|
8888
8901
|
notificationPreferences?: Array<string> | undefined;
|
|
8889
|
-
notificationCustomerBudget?: Array<string> | undefined;
|
|
8890
8902
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
8903
|
+
notificationUsageAlert?: Array<string> | undefined;
|
|
8891
8904
|
observabilityConfiguration?: Array<string> | undefined;
|
|
8892
|
-
agent?: Array<string> | undefined;
|
|
8893
|
-
alerts?: Array<string> | undefined;
|
|
8894
|
-
observabilityNotebook?: Array<string> | undefined;
|
|
8895
8905
|
observabilityFunnel?: Array<string> | undefined;
|
|
8906
|
+
observabilityNotebook?: Array<string> | undefined;
|
|
8896
8907
|
openTelemetryEndpoint?: Array<string> | undefined;
|
|
8897
|
-
|
|
8898
|
-
|
|
8908
|
+
ownEvent?: Array<string> | undefined;
|
|
8909
|
+
passwordProtectionInvoiceItem?: Array<string> | undefined;
|
|
8899
8910
|
paymentMethod?: Array<string> | undefined;
|
|
8900
8911
|
permissions?: Array<string> | undefined;
|
|
8901
8912
|
postgres?: Array<string> | undefined;
|
|
8913
|
+
postgresStoreTokenSet?: Array<string> | undefined;
|
|
8902
8914
|
previewDeploymentSuffix?: Array<string> | undefined;
|
|
8915
|
+
projectTransferIn?: Array<string> | undefined;
|
|
8903
8916
|
proTrialOnboarding?: Array<string> | undefined;
|
|
8904
|
-
sharedEnvVars?: Array<string> | undefined;
|
|
8905
|
-
sharedEnvVarsProduction?: Array<string> | undefined;
|
|
8906
|
-
space?: Array<string> | undefined;
|
|
8907
|
-
spaceRun?: Array<string> | undefined;
|
|
8908
|
-
passwordProtectionInvoiceItem?: Array<string> | undefined;
|
|
8909
8917
|
rateLimit?: Array<string> | undefined;
|
|
8910
8918
|
redis?: Array<string> | undefined;
|
|
8911
|
-
|
|
8919
|
+
redisStoreTokenSet?: Array<string> | undefined;
|
|
8912
8920
|
remoteCaching?: Array<string> | undefined;
|
|
8921
|
+
repository?: Array<string> | undefined;
|
|
8913
8922
|
samlConfig?: Array<string> | undefined;
|
|
8914
8923
|
secret?: Array<string> | undefined;
|
|
8915
|
-
|
|
8916
|
-
|
|
8917
|
-
|
|
8918
|
-
|
|
8919
|
-
|
|
8924
|
+
sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
|
|
8925
|
+
sharedEnvVars?: Array<string> | undefined;
|
|
8926
|
+
sharedEnvVarsProduction?: Array<string> | undefined;
|
|
8927
|
+
space?: Array<string> | undefined;
|
|
8928
|
+
spaceRun?: Array<string> | undefined;
|
|
8920
8929
|
storeTransfer?: Array<string> | undefined;
|
|
8921
8930
|
supportCase?: Array<string> | undefined;
|
|
8922
8931
|
supportCaseComment?: Array<string> | undefined;
|
|
8923
|
-
dataCacheBillingSettings?: Array<string> | undefined;
|
|
8924
8932
|
team?: Array<string> | undefined;
|
|
8925
8933
|
teamAccessRequest?: Array<string> | undefined;
|
|
8926
8934
|
teamFellowMembership?: Array<string> | undefined;
|
|
@@ -8935,26 +8943,15 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
8935
8943
|
token?: Array<string> | undefined;
|
|
8936
8944
|
usage?: Array<string> | undefined;
|
|
8937
8945
|
usageCycle?: Array<string> | undefined;
|
|
8946
|
+
vercelRun?: Array<string> | undefined;
|
|
8947
|
+
vercelRunExec?: Array<string> | undefined;
|
|
8938
8948
|
vpcPeeringConnection?: Array<string> | undefined;
|
|
8939
8949
|
webAnalyticsPlan?: Array<string> | undefined;
|
|
8940
|
-
edgeConfig?: Array<string> | undefined;
|
|
8941
|
-
edgeConfigItem?: Array<string> | undefined;
|
|
8942
|
-
edgeConfigSchema?: Array<string> | undefined;
|
|
8943
|
-
edgeConfigToken?: Array<string> | undefined;
|
|
8944
8950
|
webhook?: Array<string> | undefined;
|
|
8945
8951
|
"webhook-event"?: Array<string> | undefined;
|
|
8946
|
-
endpointVerification?: Array<string> | undefined;
|
|
8947
|
-
projectTransferIn?: Array<string> | undefined;
|
|
8948
|
-
oauth2Application?: Array<string> | undefined;
|
|
8949
|
-
vercelRun?: Array<string> | undefined;
|
|
8950
|
-
vercelRunExec?: Array<string> | undefined;
|
|
8951
|
-
apiKey?: Array<string> | undefined;
|
|
8952
|
-
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
8953
|
-
apiKeyAiGateway?: Array<string> | undefined;
|
|
8954
8952
|
aliasProject?: Array<string> | undefined;
|
|
8955
8953
|
aliasProtectionBypass?: Array<string> | undefined;
|
|
8956
8954
|
buildMachine?: Array<string> | undefined;
|
|
8957
|
-
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
8958
8955
|
connectConfigurationLink?: Array<string> | undefined;
|
|
8959
8956
|
dataCacheNamespace?: Array<string> | undefined;
|
|
8960
8957
|
deployment?: Array<string> | undefined;
|
|
@@ -8970,54 +8967,54 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
8970
8967
|
deploymentRollback?: Array<string> | undefined;
|
|
8971
8968
|
edgeCacheNamespace?: Array<string> | undefined;
|
|
8972
8969
|
environments?: Array<string> | undefined;
|
|
8970
|
+
job?: Array<string> | undefined;
|
|
8973
8971
|
logs?: Array<string> | undefined;
|
|
8974
8972
|
logsPreset?: Array<string> | undefined;
|
|
8975
|
-
passwordProtection?: Array<string> | undefined;
|
|
8976
|
-
optionsAllowlist?: Array<string> | undefined;
|
|
8977
|
-
job?: Array<string> | undefined;
|
|
8978
8973
|
observabilityData?: Array<string> | undefined;
|
|
8979
8974
|
onDemandBuild?: Array<string> | undefined;
|
|
8980
8975
|
onDemandConcurrency?: Array<string> | undefined;
|
|
8976
|
+
optionsAllowlist?: Array<string> | undefined;
|
|
8977
|
+
passwordProtection?: Array<string> | undefined;
|
|
8978
|
+
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
8981
8979
|
project?: Array<string> | undefined;
|
|
8982
|
-
projectFromV0?: Array<string> | undefined;
|
|
8983
8980
|
projectAccessGroup?: Array<string> | undefined;
|
|
8984
8981
|
projectAnalyticsSampling?: Array<string> | undefined;
|
|
8982
|
+
projectAnalyticsUsage?: Array<string> | undefined;
|
|
8985
8983
|
projectCheck?: Array<string> | undefined;
|
|
8986
8984
|
projectCheckRun?: Array<string> | undefined;
|
|
8985
|
+
projectDeploymentExpiration?: Array<string> | undefined;
|
|
8987
8986
|
projectDeploymentHook?: Array<string> | undefined;
|
|
8988
8987
|
projectDomain?: Array<string> | undefined;
|
|
8989
|
-
projectDomainMove?: Array<string> | undefined;
|
|
8990
8988
|
projectDomainCheckConfig?: Array<string> | undefined;
|
|
8989
|
+
projectDomainMove?: Array<string> | undefined;
|
|
8991
8990
|
projectEnvVars?: Array<string> | undefined;
|
|
8992
8991
|
projectEnvVarsProduction?: Array<string> | undefined;
|
|
8993
8992
|
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
8994
8993
|
projectFlags?: Array<string> | undefined;
|
|
8994
|
+
projectFromV0?: Array<string> | undefined;
|
|
8995
8995
|
projectId?: Array<string> | undefined;
|
|
8996
8996
|
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
8997
8997
|
projectLink?: Array<string> | undefined;
|
|
8998
8998
|
projectMember?: Array<string> | undefined;
|
|
8999
8999
|
projectMonitoring?: Array<string> | undefined;
|
|
9000
|
+
projectOIDCToken?: Array<string> | undefined;
|
|
9000
9001
|
projectPermissions?: Array<string> | undefined;
|
|
9001
9002
|
projectProductionBranch?: Array<string> | undefined;
|
|
9002
|
-
projectTransfer?: Array<string> | undefined;
|
|
9003
|
-
projectTransferOut?: Array<string> | undefined;
|
|
9004
9003
|
projectProtectionBypass?: Array<string> | undefined;
|
|
9005
|
-
|
|
9006
|
-
projectAnalyticsUsage?: Array<string> | undefined;
|
|
9004
|
+
projectRollingRelease?: Array<string> | undefined;
|
|
9007
9005
|
projectSupportCase?: Array<string> | undefined;
|
|
9008
9006
|
projectSupportCaseComment?: Array<string> | undefined;
|
|
9009
|
-
projectDeploymentExpiration?: Array<string> | undefined;
|
|
9010
|
-
projectRollingRelease?: Array<string> | undefined;
|
|
9011
9007
|
projectTier?: Array<string> | undefined;
|
|
9012
|
-
|
|
9008
|
+
projectTransfer?: Array<string> | undefined;
|
|
9009
|
+
projectTransferOut?: Array<string> | undefined;
|
|
9010
|
+
projectUsage?: Array<string> | undefined;
|
|
9013
9011
|
seawallConfig?: Array<string> | undefined;
|
|
9012
|
+
sharedEnvVarConnection?: Array<string> | undefined;
|
|
9014
9013
|
skewProtection?: Array<string> | undefined;
|
|
9015
9014
|
analytics?: Array<string> | undefined;
|
|
9016
9015
|
trustedIps?: Array<string> | undefined;
|
|
9017
9016
|
v0Chat?: Array<string> | undefined;
|
|
9018
9017
|
webAnalytics?: Array<string> | undefined;
|
|
9019
|
-
sharedEnvVarConnection?: Array<string> | undefined;
|
|
9020
|
-
sonar?: Array<string> | undefined;
|
|
9021
9018
|
};
|
|
9022
9019
|
|
|
9023
9020
|
/** @internal */
|
|
@@ -9032,9 +9029,17 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
|
|
|
9032
9029
|
userSudo: z.array(ACLAction$outboundSchema).optional(),
|
|
9033
9030
|
webAuthn: z.array(ACLAction$outboundSchema).optional(),
|
|
9034
9031
|
accessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
9032
|
+
agent: z.array(ACLAction$outboundSchema).optional(),
|
|
9033
|
+
alerts: z.array(ACLAction$outboundSchema).optional(),
|
|
9035
9034
|
aliasGlobal: z.array(ACLAction$outboundSchema).optional(),
|
|
9036
9035
|
analyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
9037
9036
|
analyticsUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
9037
|
+
apiKey: z.array(ACLAction$outboundSchema).optional(),
|
|
9038
|
+
apiKeyAiGateway: z.array(ACLAction$outboundSchema).optional(),
|
|
9039
|
+
apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
|
|
9040
|
+
oauth2Application: z.array(ACLAction$outboundSchema).optional(),
|
|
9041
|
+
vercelAppInstallation: z.array(ACLAction$outboundSchema).optional(),
|
|
9042
|
+
vercelAppInstallationRequest: z.array(ACLAction$outboundSchema).optional(),
|
|
9038
9043
|
auditLog: z.array(ACLAction$outboundSchema).optional(),
|
|
9039
9044
|
billingAddress: z.array(ACLAction$outboundSchema).optional(),
|
|
9040
9045
|
billingInformation: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9046,6 +9051,7 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
|
|
|
9046
9051
|
billingRefund: z.array(ACLAction$outboundSchema).optional(),
|
|
9047
9052
|
billingTaxId: z.array(ACLAction$outboundSchema).optional(),
|
|
9048
9053
|
blob: z.array(ACLAction$outboundSchema).optional(),
|
|
9054
|
+
blobStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
|
|
9049
9055
|
budget: z.array(ACLAction$outboundSchema).optional(),
|
|
9050
9056
|
cacheArtifact: z.array(ACLAction$outboundSchema).optional(),
|
|
9051
9057
|
cacheArtifactUsageEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9053,6 +9059,7 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
|
|
|
9053
9059
|
concurrentBuilds: z.array(ACLAction$outboundSchema).optional(),
|
|
9054
9060
|
connect: z.array(ACLAction$outboundSchema).optional(),
|
|
9055
9061
|
connectConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
9062
|
+
dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
9056
9063
|
defaultDeploymentProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9057
9064
|
domain: z.array(ACLAction$outboundSchema).optional(),
|
|
9058
9065
|
domainAcceptDelegation: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9063,45 +9070,50 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
|
|
|
9063
9070
|
domainPurchase: z.array(ACLAction$outboundSchema).optional(),
|
|
9064
9071
|
domainRecord: z.array(ACLAction$outboundSchema).optional(),
|
|
9065
9072
|
domainTransferIn: z.array(ACLAction$outboundSchema).optional(),
|
|
9073
|
+
drain: z.array(ACLAction$outboundSchema).optional(),
|
|
9074
|
+
edgeConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9075
|
+
edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
|
|
9076
|
+
edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
|
|
9077
|
+
edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
|
|
9078
|
+
endpointVerification: z.array(ACLAction$outboundSchema).optional(),
|
|
9066
9079
|
event: z.array(ACLAction$outboundSchema).optional(),
|
|
9067
|
-
ownEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
9068
|
-
sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
|
|
9069
|
-
.optional(),
|
|
9070
9080
|
fileUpload: z.array(ACLAction$outboundSchema).optional(),
|
|
9071
9081
|
flagsExplorerSubscription: z.array(ACLAction$outboundSchema).optional(),
|
|
9072
9082
|
gitRepository: z.array(ACLAction$outboundSchema).optional(),
|
|
9073
|
-
ipBlocking: z.array(ACLAction$outboundSchema).optional(),
|
|
9074
9083
|
imageOptimizationNewPrice: z.array(ACLAction$outboundSchema).optional(),
|
|
9075
9084
|
integration: z.array(ACLAction$outboundSchema).optional(),
|
|
9076
9085
|
integrationAccount: z.array(ACLAction$outboundSchema).optional(),
|
|
9077
9086
|
integrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
9078
|
-
integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
|
|
9079
|
-
.optional(),
|
|
9080
9087
|
integrationConfigurationProjects: z.array(ACLAction$outboundSchema)
|
|
9081
9088
|
.optional(),
|
|
9082
|
-
integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
|
|
9083
|
-
.optional(),
|
|
9084
9089
|
integrationConfigurationRole: z.array(ACLAction$outboundSchema).optional(),
|
|
9085
|
-
|
|
9086
|
-
|
|
9090
|
+
integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
|
|
9091
|
+
.optional(),
|
|
9092
|
+
integrationDeploymentAction: z.array(ACLAction$outboundSchema).optional(),
|
|
9087
9093
|
integrationEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
9094
|
+
integrationResource: z.array(ACLAction$outboundSchema).optional(),
|
|
9095
|
+
integrationResourceReplCommand: z.array(ACLAction$outboundSchema).optional(),
|
|
9088
9096
|
integrationResourceSecrets: z.array(ACLAction$outboundSchema).optional(),
|
|
9089
|
-
|
|
9090
|
-
|
|
9091
|
-
|
|
9092
|
-
marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
|
|
9093
|
-
marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
9094
|
-
marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
|
|
9095
|
-
marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
|
|
9097
|
+
integrationSSOSession: z.array(ACLAction$outboundSchema).optional(),
|
|
9098
|
+
integrationStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
|
|
9099
|
+
integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
|
|
9096
9100
|
.optional(),
|
|
9101
|
+
ipBlocking: z.array(ACLAction$outboundSchema).optional(),
|
|
9097
9102
|
jobGlobal: z.array(ACLAction$outboundSchema).optional(),
|
|
9098
|
-
drain: z.array(ACLAction$outboundSchema).optional(),
|
|
9099
9103
|
logDrain: z.array(ACLAction$outboundSchema).optional(),
|
|
9104
|
+
marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
|
|
9105
|
+
marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
|
|
9106
|
+
.optional(),
|
|
9107
|
+
marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
|
|
9108
|
+
marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
|
|
9109
|
+
marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
|
|
9110
|
+
marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
9100
9111
|
monitoring: z.array(ACLAction$outboundSchema).optional(),
|
|
9101
|
-
monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
9102
|
-
monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
|
|
9103
|
-
monitoringChart: z.array(ACLAction$outboundSchema).optional(),
|
|
9104
9112
|
monitoringAlert: z.array(ACLAction$outboundSchema).optional(),
|
|
9113
|
+
monitoringChart: z.array(ACLAction$outboundSchema).optional(),
|
|
9114
|
+
monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
|
|
9115
|
+
monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
9116
|
+
notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
|
|
9105
9117
|
notificationDeploymentFailed: z.array(ACLAction$outboundSchema).optional(),
|
|
9106
9118
|
notificationDomainConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
9107
9119
|
notificationDomainExpire: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9112,43 +9124,38 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
|
|
|
9112
9124
|
notificationDomainUnverified: z.array(ACLAction$outboundSchema).optional(),
|
|
9113
9125
|
notificationMonitoringAlert: z.array(ACLAction$outboundSchema).optional(),
|
|
9114
9126
|
notificationPaymentFailed: z.array(ACLAction$outboundSchema).optional(),
|
|
9115
|
-
notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
|
|
9116
9127
|
notificationPreferences: z.array(ACLAction$outboundSchema).optional(),
|
|
9117
|
-
notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
|
|
9118
9128
|
notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
|
|
9129
|
+
notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
|
|
9119
9130
|
observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
9120
|
-
agent: z.array(ACLAction$outboundSchema).optional(),
|
|
9121
|
-
alerts: z.array(ACLAction$outboundSchema).optional(),
|
|
9122
|
-
observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
|
|
9123
9131
|
observabilityFunnel: z.array(ACLAction$outboundSchema).optional(),
|
|
9132
|
+
observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
|
|
9124
9133
|
openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
|
|
9125
|
-
|
|
9126
|
-
|
|
9134
|
+
ownEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
9135
|
+
passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
|
|
9127
9136
|
paymentMethod: z.array(ACLAction$outboundSchema).optional(),
|
|
9128
9137
|
permissions: z.array(ACLAction$outboundSchema).optional(),
|
|
9129
9138
|
postgres: z.array(ACLAction$outboundSchema).optional(),
|
|
9139
|
+
postgresStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
|
|
9130
9140
|
previewDeploymentSuffix: z.array(ACLAction$outboundSchema).optional(),
|
|
9141
|
+
projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
|
|
9131
9142
|
proTrialOnboarding: z.array(ACLAction$outboundSchema).optional(),
|
|
9132
|
-
sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
9133
|
-
sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
|
|
9134
|
-
space: z.array(ACLAction$outboundSchema).optional(),
|
|
9135
|
-
spaceRun: z.array(ACLAction$outboundSchema).optional(),
|
|
9136
|
-
passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
|
|
9137
9143
|
rateLimit: z.array(ACLAction$outboundSchema).optional(),
|
|
9138
9144
|
redis: z.array(ACLAction$outboundSchema).optional(),
|
|
9139
|
-
|
|
9145
|
+
redisStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
|
|
9140
9146
|
remoteCaching: z.array(ACLAction$outboundSchema).optional(),
|
|
9147
|
+
repository: z.array(ACLAction$outboundSchema).optional(),
|
|
9141
9148
|
samlConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9142
9149
|
secret: z.array(ACLAction$outboundSchema).optional(),
|
|
9143
|
-
|
|
9144
|
-
|
|
9145
|
-
|
|
9146
|
-
|
|
9147
|
-
|
|
9150
|
+
sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
|
|
9151
|
+
.optional(),
|
|
9152
|
+
sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
9153
|
+
sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
|
|
9154
|
+
space: z.array(ACLAction$outboundSchema).optional(),
|
|
9155
|
+
spaceRun: z.array(ACLAction$outboundSchema).optional(),
|
|
9148
9156
|
storeTransfer: z.array(ACLAction$outboundSchema).optional(),
|
|
9149
9157
|
supportCase: z.array(ACLAction$outboundSchema).optional(),
|
|
9150
9158
|
supportCaseComment: z.array(ACLAction$outboundSchema).optional(),
|
|
9151
|
-
dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
9152
9159
|
team: z.array(ACLAction$outboundSchema).optional(),
|
|
9153
9160
|
teamAccessRequest: z.array(ACLAction$outboundSchema).optional(),
|
|
9154
9161
|
teamFellowMembership: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9163,26 +9170,15 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
|
|
|
9163
9170
|
token: z.array(ACLAction$outboundSchema).optional(),
|
|
9164
9171
|
usage: z.array(ACLAction$outboundSchema).optional(),
|
|
9165
9172
|
usageCycle: z.array(ACLAction$outboundSchema).optional(),
|
|
9173
|
+
vercelRun: z.array(ACLAction$outboundSchema).optional(),
|
|
9174
|
+
vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
|
|
9166
9175
|
vpcPeeringConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
9167
9176
|
webAnalyticsPlan: z.array(ACLAction$outboundSchema).optional(),
|
|
9168
|
-
edgeConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9169
|
-
edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
|
|
9170
|
-
edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
|
|
9171
|
-
edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
|
|
9172
9177
|
webhook: z.array(ACLAction$outboundSchema).optional(),
|
|
9173
9178
|
webhookEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
9174
|
-
endpointVerification: z.array(ACLAction$outboundSchema).optional(),
|
|
9175
|
-
projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
|
|
9176
|
-
oauth2Application: z.array(ACLAction$outboundSchema).optional(),
|
|
9177
|
-
vercelRun: z.array(ACLAction$outboundSchema).optional(),
|
|
9178
|
-
vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
|
|
9179
|
-
apiKey: z.array(ACLAction$outboundSchema).optional(),
|
|
9180
|
-
apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
|
|
9181
|
-
apiKeyAiGateway: z.array(ACLAction$outboundSchema).optional(),
|
|
9182
9179
|
aliasProject: z.array(ACLAction$outboundSchema).optional(),
|
|
9183
9180
|
aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9184
9181
|
buildMachine: z.array(ACLAction$outboundSchema).optional(),
|
|
9185
|
-
productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9186
9182
|
connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
|
|
9187
9183
|
dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
9188
9184
|
deployment: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9199,55 +9195,55 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
|
|
|
9199
9195
|
deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
|
|
9200
9196
|
edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
9201
9197
|
environments: z.array(ACLAction$outboundSchema).optional(),
|
|
9198
|
+
job: z.array(ACLAction$outboundSchema).optional(),
|
|
9202
9199
|
logs: z.array(ACLAction$outboundSchema).optional(),
|
|
9203
9200
|
logsPreset: z.array(ACLAction$outboundSchema).optional(),
|
|
9204
|
-
passwordProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9205
|
-
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
9206
|
-
job: z.array(ACLAction$outboundSchema).optional(),
|
|
9207
9201
|
observabilityData: z.array(ACLAction$outboundSchema).optional(),
|
|
9208
9202
|
onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
|
|
9209
9203
|
onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
|
|
9204
|
+
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
9205
|
+
passwordProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9206
|
+
productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9210
9207
|
project: z.array(ACLAction$outboundSchema).optional(),
|
|
9211
|
-
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
9212
9208
|
projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
9213
9209
|
projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
9210
|
+
projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
9214
9211
|
projectCheck: z.array(ACLAction$outboundSchema).optional(),
|
|
9215
9212
|
projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
|
|
9213
|
+
projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
|
|
9216
9214
|
projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
|
|
9217
9215
|
projectDomain: z.array(ACLAction$outboundSchema).optional(),
|
|
9218
|
-
projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
|
|
9219
9216
|
projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9217
|
+
projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
|
|
9220
9218
|
projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
9221
9219
|
projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
|
|
9222
9220
|
projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
|
|
9223
9221
|
.optional(),
|
|
9224
9222
|
projectFlags: z.array(ACLAction$outboundSchema).optional(),
|
|
9223
|
+
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
9225
9224
|
projectId: z.array(ACLAction$outboundSchema).optional(),
|
|
9226
9225
|
projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
9227
9226
|
projectLink: z.array(ACLAction$outboundSchema).optional(),
|
|
9228
9227
|
projectMember: z.array(ACLAction$outboundSchema).optional(),
|
|
9229
9228
|
projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
|
|
9229
|
+
projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
|
|
9230
9230
|
projectPermissions: z.array(ACLAction$outboundSchema).optional(),
|
|
9231
9231
|
projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
|
|
9232
|
-
projectTransfer: z.array(ACLAction$outboundSchema).optional(),
|
|
9233
|
-
projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
|
|
9234
9232
|
projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9235
|
-
|
|
9236
|
-
projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
9233
|
+
projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
|
|
9237
9234
|
projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
|
|
9238
9235
|
projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
|
|
9239
|
-
projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
|
|
9240
|
-
projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
|
|
9241
9236
|
projectTier: z.array(ACLAction$outboundSchema).optional(),
|
|
9242
|
-
|
|
9237
|
+
projectTransfer: z.array(ACLAction$outboundSchema).optional(),
|
|
9238
|
+
projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
|
|
9239
|
+
projectUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
9243
9240
|
seawallConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9241
|
+
sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
9244
9242
|
skewProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9245
9243
|
analytics: z.array(ACLAction$outboundSchema).optional(),
|
|
9246
9244
|
trustedIps: z.array(ACLAction$outboundSchema).optional(),
|
|
9247
9245
|
v0Chat: z.array(ACLAction$outboundSchema).optional(),
|
|
9248
9246
|
webAnalytics: z.array(ACLAction$outboundSchema).optional(),
|
|
9249
|
-
sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
9250
|
-
sonar: z.array(ACLAction$outboundSchema).optional(),
|
|
9251
9247
|
}).transform((v) => {
|
|
9252
9248
|
return remap$(v, {
|
|
9253
9249
|
monitoring: "Monitoring",
|