@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
|
@@ -470,10 +470,10 @@ export type CreateProjectProjectsTarget =
|
|
|
470
470
|
|
|
471
471
|
export const CreateProjectProjectsResponseType = {
|
|
472
472
|
System: "system",
|
|
473
|
-
Secret: "secret",
|
|
474
473
|
Encrypted: "encrypted",
|
|
475
474
|
Plain: "plain",
|
|
476
475
|
Sensitive: "sensitive",
|
|
476
|
+
Secret: "secret",
|
|
477
477
|
} as const;
|
|
478
478
|
export type CreateProjectProjectsResponseType = ClosedEnum<
|
|
479
479
|
typeof CreateProjectProjectsResponseType
|
|
@@ -1236,18 +1236,18 @@ export type CreateProjectLinkProjectsDeployHooks = {
|
|
|
1236
1236
|
|
|
1237
1237
|
export type CreateProjectLink2 = {
|
|
1238
1238
|
type: CreateProjectLinkProjectsType;
|
|
1239
|
-
updatedAt?: number | undefined;
|
|
1240
|
-
createdAt?: number | undefined;
|
|
1241
1239
|
repo?: string | undefined;
|
|
1242
|
-
|
|
1240
|
+
repoId?: number | undefined;
|
|
1241
|
+
createdAt?: number | undefined;
|
|
1242
|
+
updatedAt?: number | undefined;
|
|
1243
1243
|
org: string;
|
|
1244
1244
|
/**
|
|
1245
1245
|
* 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.
|
|
1246
1246
|
*/
|
|
1247
1247
|
repoOwnerId?: number | undefined;
|
|
1248
|
-
repoId?: number | undefined;
|
|
1249
1248
|
deployHooks: Array<CreateProjectLinkProjectsDeployHooks>;
|
|
1250
1249
|
gitCredentialId: string;
|
|
1250
|
+
sourceless?: boolean | undefined;
|
|
1251
1251
|
productionBranch: string;
|
|
1252
1252
|
};
|
|
1253
1253
|
|
|
@@ -1367,6 +1367,7 @@ export type CreateProjectBuildMachineType = ClosedEnum<
|
|
|
1367
1367
|
>;
|
|
1368
1368
|
|
|
1369
1369
|
export type CreateProjectProjectsResourceConfig = {
|
|
1370
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1370
1371
|
fluid?: boolean | undefined;
|
|
1371
1372
|
functionDefaultRegions: Array<string>;
|
|
1372
1373
|
functionDefaultTimeout?: number | undefined;
|
|
@@ -1374,7 +1375,6 @@ export type CreateProjectProjectsResourceConfig = {
|
|
|
1374
1375
|
| CreateProjectFunctionDefaultMemoryType
|
|
1375
1376
|
| undefined;
|
|
1376
1377
|
functionZeroConfigFailover?: boolean | undefined;
|
|
1377
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1378
1378
|
buildMachineType?: CreateProjectBuildMachineType | undefined;
|
|
1379
1379
|
isNSNBDisabled?: boolean | undefined;
|
|
1380
1380
|
};
|
|
@@ -1459,6 +1459,7 @@ export type CreateProjectProjectsBuildMachineType = ClosedEnum<
|
|
|
1459
1459
|
>;
|
|
1460
1460
|
|
|
1461
1461
|
export type CreateProjectDefaultResourceConfig = {
|
|
1462
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1462
1463
|
fluid?: boolean | undefined;
|
|
1463
1464
|
functionDefaultRegions: Array<string>;
|
|
1464
1465
|
functionDefaultTimeout?: number | undefined;
|
|
@@ -1466,14 +1467,13 @@ export type CreateProjectDefaultResourceConfig = {
|
|
|
1466
1467
|
| CreateProjectProjectsFunctionDefaultMemoryType
|
|
1467
1468
|
| undefined;
|
|
1468
1469
|
functionZeroConfigFailover?: boolean | undefined;
|
|
1469
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1470
1470
|
buildMachineType?: CreateProjectProjectsBuildMachineType | undefined;
|
|
1471
1471
|
isNSNBDisabled?: boolean | undefined;
|
|
1472
1472
|
};
|
|
1473
1473
|
|
|
1474
1474
|
export const CreateProjectProjectsDeploymentType = {
|
|
1475
|
-
All: "all",
|
|
1476
1475
|
Preview: "preview",
|
|
1476
|
+
All: "all",
|
|
1477
1477
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1478
1478
|
AllExceptCustomDomains: "all_except_custom_domains",
|
|
1479
1479
|
} as const;
|
|
@@ -1652,9 +1652,17 @@ export type CreateProjectPermissions = {
|
|
|
1652
1652
|
userSudo?: Array<ACLAction> | undefined;
|
|
1653
1653
|
webAuthn?: Array<ACLAction> | undefined;
|
|
1654
1654
|
accessGroup?: Array<ACLAction> | undefined;
|
|
1655
|
+
agent?: Array<ACLAction> | undefined;
|
|
1656
|
+
alerts?: Array<ACLAction> | undefined;
|
|
1655
1657
|
aliasGlobal?: Array<ACLAction> | undefined;
|
|
1656
1658
|
analyticsSampling?: Array<ACLAction> | undefined;
|
|
1657
1659
|
analyticsUsage?: Array<ACLAction> | undefined;
|
|
1660
|
+
apiKey?: Array<ACLAction> | undefined;
|
|
1661
|
+
apiKeyAiGateway?: Array<ACLAction> | undefined;
|
|
1662
|
+
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1663
|
+
oauth2Application?: Array<ACLAction> | undefined;
|
|
1664
|
+
vercelAppInstallation?: Array<ACLAction> | undefined;
|
|
1665
|
+
vercelAppInstallationRequest?: Array<ACLAction> | undefined;
|
|
1658
1666
|
auditLog?: Array<ACLAction> | undefined;
|
|
1659
1667
|
billingAddress?: Array<ACLAction> | undefined;
|
|
1660
1668
|
billingInformation?: Array<ACLAction> | undefined;
|
|
@@ -1666,6 +1674,7 @@ export type CreateProjectPermissions = {
|
|
|
1666
1674
|
billingRefund?: Array<ACLAction> | undefined;
|
|
1667
1675
|
billingTaxId?: Array<ACLAction> | undefined;
|
|
1668
1676
|
blob?: Array<ACLAction> | undefined;
|
|
1677
|
+
blobStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1669
1678
|
budget?: Array<ACLAction> | undefined;
|
|
1670
1679
|
cacheArtifact?: Array<ACLAction> | undefined;
|
|
1671
1680
|
cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
|
|
@@ -1673,6 +1682,7 @@ export type CreateProjectPermissions = {
|
|
|
1673
1682
|
concurrentBuilds?: Array<ACLAction> | undefined;
|
|
1674
1683
|
connect?: Array<ACLAction> | undefined;
|
|
1675
1684
|
connectConfiguration?: Array<ACLAction> | undefined;
|
|
1685
|
+
dataCacheBillingSettings?: Array<ACLAction> | undefined;
|
|
1676
1686
|
defaultDeploymentProtection?: Array<ACLAction> | undefined;
|
|
1677
1687
|
domain?: Array<ACLAction> | undefined;
|
|
1678
1688
|
domainAcceptDelegation?: Array<ACLAction> | undefined;
|
|
@@ -1683,40 +1693,46 @@ export type CreateProjectPermissions = {
|
|
|
1683
1693
|
domainPurchase?: Array<ACLAction> | undefined;
|
|
1684
1694
|
domainRecord?: Array<ACLAction> | undefined;
|
|
1685
1695
|
domainTransferIn?: Array<ACLAction> | undefined;
|
|
1696
|
+
drain?: Array<ACLAction> | undefined;
|
|
1697
|
+
edgeConfig?: Array<ACLAction> | undefined;
|
|
1698
|
+
edgeConfigItem?: Array<ACLAction> | undefined;
|
|
1699
|
+
edgeConfigSchema?: Array<ACLAction> | undefined;
|
|
1700
|
+
edgeConfigToken?: Array<ACLAction> | undefined;
|
|
1701
|
+
endpointVerification?: Array<ACLAction> | undefined;
|
|
1686
1702
|
event?: Array<ACLAction> | undefined;
|
|
1687
|
-
ownEvent?: Array<ACLAction> | undefined;
|
|
1688
|
-
sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
|
|
1689
1703
|
fileUpload?: Array<ACLAction> | undefined;
|
|
1690
1704
|
flagsExplorerSubscription?: Array<ACLAction> | undefined;
|
|
1691
1705
|
gitRepository?: Array<ACLAction> | undefined;
|
|
1692
|
-
ipBlocking?: Array<ACLAction> | undefined;
|
|
1693
1706
|
imageOptimizationNewPrice?: Array<ACLAction> | undefined;
|
|
1694
1707
|
integration?: Array<ACLAction> | undefined;
|
|
1695
1708
|
integrationAccount?: Array<ACLAction> | undefined;
|
|
1696
1709
|
integrationConfiguration?: Array<ACLAction> | undefined;
|
|
1697
|
-
integrationConfigurationTransfer?: Array<ACLAction> | undefined;
|
|
1698
1710
|
integrationConfigurationProjects?: Array<ACLAction> | undefined;
|
|
1699
|
-
integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
|
|
1700
1711
|
integrationConfigurationRole?: Array<ACLAction> | undefined;
|
|
1701
|
-
|
|
1702
|
-
|
|
1712
|
+
integrationConfigurationTransfer?: Array<ACLAction> | undefined;
|
|
1713
|
+
integrationDeploymentAction?: Array<ACLAction> | undefined;
|
|
1703
1714
|
integrationEvent?: Array<ACLAction> | undefined;
|
|
1715
|
+
integrationResource?: Array<ACLAction> | undefined;
|
|
1716
|
+
integrationResourceReplCommand?: Array<ACLAction> | undefined;
|
|
1704
1717
|
integrationResourceSecrets?: Array<ACLAction> | undefined;
|
|
1705
|
-
|
|
1706
|
-
|
|
1718
|
+
integrationSSOSession?: Array<ACLAction> | undefined;
|
|
1719
|
+
integrationStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1720
|
+
integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
|
|
1721
|
+
ipBlocking?: Array<ACLAction> | undefined;
|
|
1722
|
+
jobGlobal?: Array<ACLAction> | undefined;
|
|
1723
|
+
logDrain?: Array<ACLAction> | undefined;
|
|
1707
1724
|
marketplaceBillingData?: Array<ACLAction> | undefined;
|
|
1725
|
+
marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
|
|
1726
|
+
marketplaceExperimentationItem?: Array<ACLAction> | undefined;
|
|
1727
|
+
marketplaceInstallationMember?: Array<ACLAction> | undefined;
|
|
1708
1728
|
marketplaceInvoice?: Array<ACLAction> | undefined;
|
|
1709
1729
|
marketplaceSettings?: Array<ACLAction> | undefined;
|
|
1710
|
-
marketplaceExperimentationItem?: Array<ACLAction> | undefined;
|
|
1711
|
-
marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
|
|
1712
|
-
jobGlobal?: Array<ACLAction> | undefined;
|
|
1713
|
-
drain?: Array<ACLAction> | undefined;
|
|
1714
|
-
logDrain?: Array<ACLAction> | undefined;
|
|
1715
1730
|
monitoring?: Array<ACLAction> | undefined;
|
|
1716
|
-
monitoringSettings?: Array<ACLAction> | undefined;
|
|
1717
|
-
monitoringQuery?: Array<ACLAction> | undefined;
|
|
1718
|
-
monitoringChart?: Array<ACLAction> | undefined;
|
|
1719
1731
|
monitoringAlert?: Array<ACLAction> | undefined;
|
|
1732
|
+
monitoringChart?: Array<ACLAction> | undefined;
|
|
1733
|
+
monitoringQuery?: Array<ACLAction> | undefined;
|
|
1734
|
+
monitoringSettings?: Array<ACLAction> | undefined;
|
|
1735
|
+
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1720
1736
|
notificationDeploymentFailed?: Array<ACLAction> | undefined;
|
|
1721
1737
|
notificationDomainConfiguration?: Array<ACLAction> | undefined;
|
|
1722
1738
|
notificationDomainExpire?: Array<ACLAction> | undefined;
|
|
@@ -1727,43 +1743,37 @@ export type CreateProjectPermissions = {
|
|
|
1727
1743
|
notificationDomainUnverified?: Array<ACLAction> | undefined;
|
|
1728
1744
|
notificationMonitoringAlert?: Array<ACLAction> | undefined;
|
|
1729
1745
|
notificationPaymentFailed?: Array<ACLAction> | undefined;
|
|
1730
|
-
notificationUsageAlert?: Array<ACLAction> | undefined;
|
|
1731
1746
|
notificationPreferences?: Array<ACLAction> | undefined;
|
|
1732
|
-
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1733
1747
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1748
|
+
notificationUsageAlert?: Array<ACLAction> | undefined;
|
|
1734
1749
|
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
1735
|
-
agent?: Array<ACLAction> | undefined;
|
|
1736
|
-
alerts?: Array<ACLAction> | undefined;
|
|
1737
|
-
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1738
1750
|
observabilityFunnel?: Array<ACLAction> | undefined;
|
|
1751
|
+
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1739
1752
|
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
1740
|
-
|
|
1741
|
-
|
|
1753
|
+
ownEvent?: Array<ACLAction> | undefined;
|
|
1754
|
+
passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
|
|
1742
1755
|
paymentMethod?: Array<ACLAction> | undefined;
|
|
1743
1756
|
permissions?: Array<ACLAction> | undefined;
|
|
1744
1757
|
postgres?: Array<ACLAction> | undefined;
|
|
1758
|
+
postgresStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1745
1759
|
previewDeploymentSuffix?: Array<ACLAction> | undefined;
|
|
1760
|
+
projectTransferIn?: Array<ACLAction> | undefined;
|
|
1746
1761
|
proTrialOnboarding?: Array<ACLAction> | undefined;
|
|
1747
|
-
sharedEnvVars?: Array<ACLAction> | undefined;
|
|
1748
|
-
sharedEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1749
|
-
space?: Array<ACLAction> | undefined;
|
|
1750
|
-
spaceRun?: Array<ACLAction> | undefined;
|
|
1751
|
-
passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
|
|
1752
1762
|
rateLimit?: Array<ACLAction> | undefined;
|
|
1753
1763
|
redis?: Array<ACLAction> | undefined;
|
|
1754
|
-
|
|
1764
|
+
redisStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1755
1765
|
remoteCaching?: Array<ACLAction> | undefined;
|
|
1766
|
+
repository?: Array<ACLAction> | undefined;
|
|
1756
1767
|
samlConfig?: Array<ACLAction> | undefined;
|
|
1757
1768
|
secret?: Array<ACLAction> | undefined;
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1769
|
+
sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
|
|
1770
|
+
sharedEnvVars?: Array<ACLAction> | undefined;
|
|
1771
|
+
sharedEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1772
|
+
space?: Array<ACLAction> | undefined;
|
|
1773
|
+
spaceRun?: Array<ACLAction> | undefined;
|
|
1763
1774
|
storeTransfer?: Array<ACLAction> | undefined;
|
|
1764
1775
|
supportCase?: Array<ACLAction> | undefined;
|
|
1765
1776
|
supportCaseComment?: Array<ACLAction> | undefined;
|
|
1766
|
-
dataCacheBillingSettings?: Array<ACLAction> | undefined;
|
|
1767
1777
|
team?: Array<ACLAction> | undefined;
|
|
1768
1778
|
teamAccessRequest?: Array<ACLAction> | undefined;
|
|
1769
1779
|
teamFellowMembership?: Array<ACLAction> | undefined;
|
|
@@ -1778,26 +1788,15 @@ export type CreateProjectPermissions = {
|
|
|
1778
1788
|
token?: Array<ACLAction> | undefined;
|
|
1779
1789
|
usage?: Array<ACLAction> | undefined;
|
|
1780
1790
|
usageCycle?: Array<ACLAction> | undefined;
|
|
1791
|
+
vercelRun?: Array<ACLAction> | undefined;
|
|
1792
|
+
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1781
1793
|
vpcPeeringConnection?: Array<ACLAction> | undefined;
|
|
1782
1794
|
webAnalyticsPlan?: Array<ACLAction> | undefined;
|
|
1783
|
-
edgeConfig?: Array<ACLAction> | undefined;
|
|
1784
|
-
edgeConfigItem?: Array<ACLAction> | undefined;
|
|
1785
|
-
edgeConfigSchema?: Array<ACLAction> | undefined;
|
|
1786
|
-
edgeConfigToken?: Array<ACLAction> | undefined;
|
|
1787
1795
|
webhook?: Array<ACLAction> | undefined;
|
|
1788
1796
|
webhookEvent?: Array<ACLAction> | undefined;
|
|
1789
|
-
endpointVerification?: Array<ACLAction> | undefined;
|
|
1790
|
-
projectTransferIn?: Array<ACLAction> | undefined;
|
|
1791
|
-
oauth2Application?: Array<ACLAction> | undefined;
|
|
1792
|
-
vercelRun?: Array<ACLAction> | undefined;
|
|
1793
|
-
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1794
|
-
apiKey?: Array<ACLAction> | undefined;
|
|
1795
|
-
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1796
|
-
apiKeyAiGateway?: Array<ACLAction> | undefined;
|
|
1797
1797
|
aliasProject?: Array<ACLAction> | undefined;
|
|
1798
1798
|
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1799
1799
|
buildMachine?: Array<ACLAction> | undefined;
|
|
1800
|
-
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1801
1800
|
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1802
1801
|
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1803
1802
|
deployment?: Array<ACLAction> | undefined;
|
|
@@ -1813,54 +1812,54 @@ export type CreateProjectPermissions = {
|
|
|
1813
1812
|
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1814
1813
|
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1815
1814
|
environments?: Array<ACLAction> | undefined;
|
|
1815
|
+
job?: Array<ACLAction> | undefined;
|
|
1816
1816
|
logs?: Array<ACLAction> | undefined;
|
|
1817
1817
|
logsPreset?: Array<ACLAction> | undefined;
|
|
1818
|
-
passwordProtection?: Array<ACLAction> | undefined;
|
|
1819
|
-
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1820
|
-
job?: Array<ACLAction> | undefined;
|
|
1821
1818
|
observabilityData?: Array<ACLAction> | undefined;
|
|
1822
1819
|
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1823
1820
|
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1821
|
+
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1822
|
+
passwordProtection?: Array<ACLAction> | undefined;
|
|
1823
|
+
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1824
1824
|
project?: Array<ACLAction> | undefined;
|
|
1825
|
-
projectFromV0?: Array<ACLAction> | undefined;
|
|
1826
1825
|
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1827
1826
|
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1827
|
+
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1828
1828
|
projectCheck?: Array<ACLAction> | undefined;
|
|
1829
1829
|
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1830
|
+
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1830
1831
|
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1831
1832
|
projectDomain?: Array<ACLAction> | undefined;
|
|
1832
|
-
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1833
1833
|
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1834
|
+
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1834
1835
|
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1835
1836
|
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1836
1837
|
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1837
1838
|
projectFlags?: Array<ACLAction> | undefined;
|
|
1839
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1838
1840
|
projectId?: Array<ACLAction> | undefined;
|
|
1839
1841
|
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1840
1842
|
projectLink?: Array<ACLAction> | undefined;
|
|
1841
1843
|
projectMember?: Array<ACLAction> | undefined;
|
|
1842
1844
|
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1845
|
+
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1843
1846
|
projectPermissions?: Array<ACLAction> | undefined;
|
|
1844
1847
|
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1845
|
-
projectTransfer?: Array<ACLAction> | undefined;
|
|
1846
|
-
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1847
1848
|
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1848
|
-
|
|
1849
|
-
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1849
|
+
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1850
1850
|
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1851
1851
|
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1852
|
-
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1853
|
-
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1854
1852
|
projectTier?: Array<ACLAction> | undefined;
|
|
1855
|
-
|
|
1853
|
+
projectTransfer?: Array<ACLAction> | undefined;
|
|
1854
|
+
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1855
|
+
projectUsage?: Array<ACLAction> | undefined;
|
|
1856
1856
|
seawallConfig?: Array<ACLAction> | undefined;
|
|
1857
|
+
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1857
1858
|
skewProtection?: Array<ACLAction> | undefined;
|
|
1858
1859
|
analytics?: Array<ACLAction> | undefined;
|
|
1859
1860
|
trustedIps?: Array<ACLAction> | undefined;
|
|
1860
1861
|
v0Chat?: Array<ACLAction> | undefined;
|
|
1861
1862
|
webAnalytics?: Array<ACLAction> | undefined;
|
|
1862
|
-
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1863
|
-
sonar?: Array<ACLAction> | undefined;
|
|
1864
1863
|
};
|
|
1865
1864
|
|
|
1866
1865
|
export type CreateProjectLastRollbackTarget = {};
|
|
@@ -1930,11 +1929,11 @@ export type CreateProjectProtectionBypass =
|
|
|
1930
1929
|
| CreateProjectProtectionBypass2;
|
|
1931
1930
|
|
|
1932
1931
|
export const CreateProjectTrustedIpsProjectsDeploymentType = {
|
|
1933
|
-
All: "all",
|
|
1934
1932
|
Preview: "preview",
|
|
1933
|
+
Production: "production",
|
|
1934
|
+
All: "all",
|
|
1935
1935
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1936
1936
|
AllExceptCustomDomains: "all_except_custom_domains",
|
|
1937
|
-
Production: "production",
|
|
1938
1937
|
} as const;
|
|
1939
1938
|
export type CreateProjectTrustedIpsProjectsDeploymentType = ClosedEnum<
|
|
1940
1939
|
typeof CreateProjectTrustedIpsProjectsDeploymentType
|
|
@@ -1945,11 +1944,11 @@ export type CreateProjectTrustedIps2 = {
|
|
|
1945
1944
|
};
|
|
1946
1945
|
|
|
1947
1946
|
export const CreateProjectTrustedIpsDeploymentType = {
|
|
1948
|
-
All: "all",
|
|
1949
1947
|
Preview: "preview",
|
|
1948
|
+
Production: "production",
|
|
1949
|
+
All: "all",
|
|
1950
1950
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1951
1951
|
AllExceptCustomDomains: "all_except_custom_domains",
|
|
1952
|
-
Production: "production",
|
|
1953
1952
|
} as const;
|
|
1954
1953
|
export type CreateProjectTrustedIpsDeploymentType = ClosedEnum<
|
|
1955
1954
|
typeof CreateProjectTrustedIpsDeploymentType
|
|
@@ -7473,32 +7472,32 @@ export const CreateProjectLink2$inboundSchema: z.ZodType<
|
|
|
7473
7472
|
unknown
|
|
7474
7473
|
> = z.object({
|
|
7475
7474
|
type: CreateProjectLinkProjectsType$inboundSchema,
|
|
7476
|
-
updatedAt: z.number().optional(),
|
|
7477
|
-
createdAt: z.number().optional(),
|
|
7478
7475
|
repo: z.string().optional(),
|
|
7479
|
-
|
|
7476
|
+
repoId: z.number().optional(),
|
|
7477
|
+
createdAt: z.number().optional(),
|
|
7478
|
+
updatedAt: z.number().optional(),
|
|
7480
7479
|
org: z.string(),
|
|
7481
7480
|
repoOwnerId: z.number().optional(),
|
|
7482
|
-
repoId: z.number().optional(),
|
|
7483
7481
|
deployHooks: z.array(
|
|
7484
7482
|
z.lazy(() => CreateProjectLinkProjectsDeployHooks$inboundSchema),
|
|
7485
7483
|
),
|
|
7486
7484
|
gitCredentialId: z.string(),
|
|
7485
|
+
sourceless: z.boolean().optional(),
|
|
7487
7486
|
productionBranch: z.string(),
|
|
7488
7487
|
});
|
|
7489
7488
|
|
|
7490
7489
|
/** @internal */
|
|
7491
7490
|
export type CreateProjectLink2$Outbound = {
|
|
7492
7491
|
type: string;
|
|
7493
|
-
updatedAt?: number | undefined;
|
|
7494
|
-
createdAt?: number | undefined;
|
|
7495
7492
|
repo?: string | undefined;
|
|
7496
|
-
|
|
7493
|
+
repoId?: number | undefined;
|
|
7494
|
+
createdAt?: number | undefined;
|
|
7495
|
+
updatedAt?: number | undefined;
|
|
7497
7496
|
org: string;
|
|
7498
7497
|
repoOwnerId?: number | undefined;
|
|
7499
|
-
repoId?: number | undefined;
|
|
7500
7498
|
deployHooks: Array<CreateProjectLinkProjectsDeployHooks$Outbound>;
|
|
7501
7499
|
gitCredentialId: string;
|
|
7500
|
+
sourceless?: boolean | undefined;
|
|
7502
7501
|
productionBranch: string;
|
|
7503
7502
|
};
|
|
7504
7503
|
|
|
@@ -7509,17 +7508,17 @@ export const CreateProjectLink2$outboundSchema: z.ZodType<
|
|
|
7509
7508
|
CreateProjectLink2
|
|
7510
7509
|
> = z.object({
|
|
7511
7510
|
type: CreateProjectLinkProjectsType$outboundSchema,
|
|
7512
|
-
updatedAt: z.number().optional(),
|
|
7513
|
-
createdAt: z.number().optional(),
|
|
7514
7511
|
repo: z.string().optional(),
|
|
7515
|
-
|
|
7512
|
+
repoId: z.number().optional(),
|
|
7513
|
+
createdAt: z.number().optional(),
|
|
7514
|
+
updatedAt: z.number().optional(),
|
|
7516
7515
|
org: z.string(),
|
|
7517
7516
|
repoOwnerId: z.number().optional(),
|
|
7518
|
-
repoId: z.number().optional(),
|
|
7519
7517
|
deployHooks: z.array(
|
|
7520
7518
|
z.lazy(() => CreateProjectLinkProjectsDeployHooks$outboundSchema),
|
|
7521
7519
|
),
|
|
7522
7520
|
gitCredentialId: z.string(),
|
|
7521
|
+
sourceless: z.boolean().optional(),
|
|
7523
7522
|
productionBranch: z.string(),
|
|
7524
7523
|
});
|
|
7525
7524
|
|
|
@@ -8219,25 +8218,25 @@ export const CreateProjectProjectsResourceConfig$inboundSchema: z.ZodType<
|
|
|
8219
8218
|
z.ZodTypeDef,
|
|
8220
8219
|
unknown
|
|
8221
8220
|
> = z.object({
|
|
8221
|
+
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
8222
8222
|
fluid: z.boolean().optional(),
|
|
8223
8223
|
functionDefaultRegions: z.array(z.string()),
|
|
8224
8224
|
functionDefaultTimeout: z.number().optional(),
|
|
8225
8225
|
functionDefaultMemoryType:
|
|
8226
8226
|
CreateProjectFunctionDefaultMemoryType$inboundSchema.optional(),
|
|
8227
8227
|
functionZeroConfigFailover: z.boolean().optional(),
|
|
8228
|
-
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
8229
8228
|
buildMachineType: CreateProjectBuildMachineType$inboundSchema.optional(),
|
|
8230
8229
|
isNSNBDisabled: z.boolean().optional(),
|
|
8231
8230
|
});
|
|
8232
8231
|
|
|
8233
8232
|
/** @internal */
|
|
8234
8233
|
export type CreateProjectProjectsResourceConfig$Outbound = {
|
|
8234
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
8235
8235
|
fluid?: boolean | undefined;
|
|
8236
8236
|
functionDefaultRegions: Array<string>;
|
|
8237
8237
|
functionDefaultTimeout?: number | undefined;
|
|
8238
8238
|
functionDefaultMemoryType?: string | undefined;
|
|
8239
8239
|
functionZeroConfigFailover?: boolean | undefined;
|
|
8240
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
8241
8240
|
buildMachineType?: string | undefined;
|
|
8242
8241
|
isNSNBDisabled?: boolean | undefined;
|
|
8243
8242
|
};
|
|
@@ -8248,13 +8247,13 @@ export const CreateProjectProjectsResourceConfig$outboundSchema: z.ZodType<
|
|
|
8248
8247
|
z.ZodTypeDef,
|
|
8249
8248
|
CreateProjectProjectsResourceConfig
|
|
8250
8249
|
> = z.object({
|
|
8250
|
+
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
8251
8251
|
fluid: z.boolean().optional(),
|
|
8252
8252
|
functionDefaultRegions: z.array(z.string()),
|
|
8253
8253
|
functionDefaultTimeout: z.number().optional(),
|
|
8254
8254
|
functionDefaultMemoryType:
|
|
8255
8255
|
CreateProjectFunctionDefaultMemoryType$outboundSchema.optional(),
|
|
8256
8256
|
functionZeroConfigFailover: z.boolean().optional(),
|
|
8257
|
-
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
8258
8257
|
buildMachineType: CreateProjectBuildMachineType$outboundSchema.optional(),
|
|
8259
8258
|
isNSNBDisabled: z.boolean().optional(),
|
|
8260
8259
|
});
|
|
@@ -8540,13 +8539,13 @@ export const CreateProjectDefaultResourceConfig$inboundSchema: z.ZodType<
|
|
|
8540
8539
|
z.ZodTypeDef,
|
|
8541
8540
|
unknown
|
|
8542
8541
|
> = z.object({
|
|
8542
|
+
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
8543
8543
|
fluid: z.boolean().optional(),
|
|
8544
8544
|
functionDefaultRegions: z.array(z.string()),
|
|
8545
8545
|
functionDefaultTimeout: z.number().optional(),
|
|
8546
8546
|
functionDefaultMemoryType:
|
|
8547
8547
|
CreateProjectProjectsFunctionDefaultMemoryType$inboundSchema.optional(),
|
|
8548
8548
|
functionZeroConfigFailover: z.boolean().optional(),
|
|
8549
|
-
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
8550
8549
|
buildMachineType: CreateProjectProjectsBuildMachineType$inboundSchema
|
|
8551
8550
|
.optional(),
|
|
8552
8551
|
isNSNBDisabled: z.boolean().optional(),
|
|
@@ -8554,12 +8553,12 @@ export const CreateProjectDefaultResourceConfig$inboundSchema: z.ZodType<
|
|
|
8554
8553
|
|
|
8555
8554
|
/** @internal */
|
|
8556
8555
|
export type CreateProjectDefaultResourceConfig$Outbound = {
|
|
8556
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
8557
8557
|
fluid?: boolean | undefined;
|
|
8558
8558
|
functionDefaultRegions: Array<string>;
|
|
8559
8559
|
functionDefaultTimeout?: number | undefined;
|
|
8560
8560
|
functionDefaultMemoryType?: string | undefined;
|
|
8561
8561
|
functionZeroConfigFailover?: boolean | undefined;
|
|
8562
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
8563
8562
|
buildMachineType?: string | undefined;
|
|
8564
8563
|
isNSNBDisabled?: boolean | undefined;
|
|
8565
8564
|
};
|
|
@@ -8570,13 +8569,13 @@ export const CreateProjectDefaultResourceConfig$outboundSchema: z.ZodType<
|
|
|
8570
8569
|
z.ZodTypeDef,
|
|
8571
8570
|
CreateProjectDefaultResourceConfig
|
|
8572
8571
|
> = z.object({
|
|
8572
|
+
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
8573
8573
|
fluid: z.boolean().optional(),
|
|
8574
8574
|
functionDefaultRegions: z.array(z.string()),
|
|
8575
8575
|
functionDefaultTimeout: z.number().optional(),
|
|
8576
8576
|
functionDefaultMemoryType:
|
|
8577
8577
|
CreateProjectProjectsFunctionDefaultMemoryType$outboundSchema.optional(),
|
|
8578
8578
|
functionZeroConfigFailover: z.boolean().optional(),
|
|
8579
|
-
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
8580
8579
|
buildMachineType: CreateProjectProjectsBuildMachineType$outboundSchema
|
|
8581
8580
|
.optional(),
|
|
8582
8581
|
isNSNBDisabled: z.boolean().optional(),
|
|
@@ -9459,9 +9458,17 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9459
9458
|
userSudo: z.array(ACLAction$inboundSchema).optional(),
|
|
9460
9459
|
webAuthn: z.array(ACLAction$inboundSchema).optional(),
|
|
9461
9460
|
accessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
9461
|
+
agent: z.array(ACLAction$inboundSchema).optional(),
|
|
9462
|
+
alerts: z.array(ACLAction$inboundSchema).optional(),
|
|
9462
9463
|
aliasGlobal: z.array(ACLAction$inboundSchema).optional(),
|
|
9463
9464
|
analyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
9464
9465
|
analyticsUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
9466
|
+
apiKey: z.array(ACLAction$inboundSchema).optional(),
|
|
9467
|
+
apiKeyAiGateway: z.array(ACLAction$inboundSchema).optional(),
|
|
9468
|
+
apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
|
|
9469
|
+
oauth2Application: z.array(ACLAction$inboundSchema).optional(),
|
|
9470
|
+
vercelAppInstallation: z.array(ACLAction$inboundSchema).optional(),
|
|
9471
|
+
vercelAppInstallationRequest: z.array(ACLAction$inboundSchema).optional(),
|
|
9465
9472
|
auditLog: z.array(ACLAction$inboundSchema).optional(),
|
|
9466
9473
|
billingAddress: z.array(ACLAction$inboundSchema).optional(),
|
|
9467
9474
|
billingInformation: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -9473,6 +9480,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9473
9480
|
billingRefund: z.array(ACLAction$inboundSchema).optional(),
|
|
9474
9481
|
billingTaxId: z.array(ACLAction$inboundSchema).optional(),
|
|
9475
9482
|
blob: z.array(ACLAction$inboundSchema).optional(),
|
|
9483
|
+
blobStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
|
|
9476
9484
|
budget: z.array(ACLAction$inboundSchema).optional(),
|
|
9477
9485
|
cacheArtifact: z.array(ACLAction$inboundSchema).optional(),
|
|
9478
9486
|
cacheArtifactUsageEvent: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -9480,6 +9488,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9480
9488
|
concurrentBuilds: z.array(ACLAction$inboundSchema).optional(),
|
|
9481
9489
|
connect: z.array(ACLAction$inboundSchema).optional(),
|
|
9482
9490
|
connectConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
9491
|
+
dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
9483
9492
|
defaultDeploymentProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
9484
9493
|
domain: z.array(ACLAction$inboundSchema).optional(),
|
|
9485
9494
|
domainAcceptDelegation: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -9490,43 +9499,48 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9490
9499
|
domainPurchase: z.array(ACLAction$inboundSchema).optional(),
|
|
9491
9500
|
domainRecord: z.array(ACLAction$inboundSchema).optional(),
|
|
9492
9501
|
domainTransferIn: z.array(ACLAction$inboundSchema).optional(),
|
|
9502
|
+
drain: z.array(ACLAction$inboundSchema).optional(),
|
|
9503
|
+
edgeConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
9504
|
+
edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
|
|
9505
|
+
edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
|
|
9506
|
+
edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
|
|
9507
|
+
endpointVerification: z.array(ACLAction$inboundSchema).optional(),
|
|
9493
9508
|
event: z.array(ACLAction$inboundSchema).optional(),
|
|
9494
|
-
ownEvent: z.array(ACLAction$inboundSchema).optional(),
|
|
9495
|
-
sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
|
|
9496
|
-
.optional(),
|
|
9497
9509
|
fileUpload: z.array(ACLAction$inboundSchema).optional(),
|
|
9498
9510
|
flagsExplorerSubscription: z.array(ACLAction$inboundSchema).optional(),
|
|
9499
9511
|
gitRepository: z.array(ACLAction$inboundSchema).optional(),
|
|
9500
|
-
ipBlocking: z.array(ACLAction$inboundSchema).optional(),
|
|
9501
9512
|
imageOptimizationNewPrice: z.array(ACLAction$inboundSchema).optional(),
|
|
9502
9513
|
integration: z.array(ACLAction$inboundSchema).optional(),
|
|
9503
9514
|
integrationAccount: z.array(ACLAction$inboundSchema).optional(),
|
|
9504
9515
|
integrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
9505
|
-
integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
9506
9516
|
integrationConfigurationProjects: z.array(ACLAction$inboundSchema).optional(),
|
|
9507
|
-
integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
|
|
9508
|
-
.optional(),
|
|
9509
9517
|
integrationConfigurationRole: z.array(ACLAction$inboundSchema).optional(),
|
|
9510
|
-
|
|
9511
|
-
|
|
9518
|
+
integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
9519
|
+
integrationDeploymentAction: z.array(ACLAction$inboundSchema).optional(),
|
|
9512
9520
|
integrationEvent: z.array(ACLAction$inboundSchema).optional(),
|
|
9521
|
+
integrationResource: z.array(ACLAction$inboundSchema).optional(),
|
|
9522
|
+
integrationResourceReplCommand: z.array(ACLAction$inboundSchema).optional(),
|
|
9513
9523
|
integrationResourceSecrets: z.array(ACLAction$inboundSchema).optional(),
|
|
9514
|
-
|
|
9515
|
-
|
|
9516
|
-
|
|
9517
|
-
marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
|
|
9518
|
-
marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
9519
|
-
marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
|
|
9520
|
-
marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
|
|
9524
|
+
integrationSSOSession: z.array(ACLAction$inboundSchema).optional(),
|
|
9525
|
+
integrationStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
|
|
9526
|
+
integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
|
|
9521
9527
|
.optional(),
|
|
9528
|
+
ipBlocking: z.array(ACLAction$inboundSchema).optional(),
|
|
9522
9529
|
jobGlobal: z.array(ACLAction$inboundSchema).optional(),
|
|
9523
|
-
drain: z.array(ACLAction$inboundSchema).optional(),
|
|
9524
9530
|
logDrain: z.array(ACLAction$inboundSchema).optional(),
|
|
9531
|
+
marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
|
|
9532
|
+
marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
|
|
9533
|
+
.optional(),
|
|
9534
|
+
marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
|
|
9535
|
+
marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
|
|
9536
|
+
marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
|
|
9537
|
+
marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
9525
9538
|
Monitoring: z.array(ACLAction$inboundSchema).optional(),
|
|
9526
|
-
monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
9527
|
-
monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
|
|
9528
|
-
monitoringChart: z.array(ACLAction$inboundSchema).optional(),
|
|
9529
9539
|
monitoringAlert: z.array(ACLAction$inboundSchema).optional(),
|
|
9540
|
+
monitoringChart: z.array(ACLAction$inboundSchema).optional(),
|
|
9541
|
+
monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
|
|
9542
|
+
monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
9543
|
+
notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
|
|
9530
9544
|
notificationDeploymentFailed: z.array(ACLAction$inboundSchema).optional(),
|
|
9531
9545
|
notificationDomainConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
9532
9546
|
notificationDomainExpire: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -9537,43 +9551,38 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9537
9551
|
notificationDomainUnverified: z.array(ACLAction$inboundSchema).optional(),
|
|
9538
9552
|
NotificationMonitoringAlert: z.array(ACLAction$inboundSchema).optional(),
|
|
9539
9553
|
notificationPaymentFailed: z.array(ACLAction$inboundSchema).optional(),
|
|
9540
|
-
notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
|
|
9541
9554
|
notificationPreferences: z.array(ACLAction$inboundSchema).optional(),
|
|
9542
|
-
notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
|
|
9543
9555
|
notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
|
|
9556
|
+
notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
|
|
9544
9557
|
observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
9545
|
-
agent: z.array(ACLAction$inboundSchema).optional(),
|
|
9546
|
-
alerts: z.array(ACLAction$inboundSchema).optional(),
|
|
9547
|
-
observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
|
|
9548
9558
|
observabilityFunnel: z.array(ACLAction$inboundSchema).optional(),
|
|
9559
|
+
observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
|
|
9549
9560
|
openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
|
|
9550
|
-
|
|
9551
|
-
|
|
9561
|
+
ownEvent: z.array(ACLAction$inboundSchema).optional(),
|
|
9562
|
+
passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
|
|
9552
9563
|
paymentMethod: z.array(ACLAction$inboundSchema).optional(),
|
|
9553
9564
|
permissions: z.array(ACLAction$inboundSchema).optional(),
|
|
9554
9565
|
postgres: z.array(ACLAction$inboundSchema).optional(),
|
|
9566
|
+
postgresStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
|
|
9555
9567
|
previewDeploymentSuffix: z.array(ACLAction$inboundSchema).optional(),
|
|
9568
|
+
projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
|
|
9556
9569
|
proTrialOnboarding: z.array(ACLAction$inboundSchema).optional(),
|
|
9557
|
-
sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
9558
|
-
sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
|
|
9559
|
-
space: z.array(ACLAction$inboundSchema).optional(),
|
|
9560
|
-
spaceRun: z.array(ACLAction$inboundSchema).optional(),
|
|
9561
|
-
passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
|
|
9562
9570
|
rateLimit: z.array(ACLAction$inboundSchema).optional(),
|
|
9563
9571
|
redis: z.array(ACLAction$inboundSchema).optional(),
|
|
9564
|
-
|
|
9572
|
+
redisStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
|
|
9565
9573
|
remoteCaching: z.array(ACLAction$inboundSchema).optional(),
|
|
9574
|
+
repository: z.array(ACLAction$inboundSchema).optional(),
|
|
9566
9575
|
samlConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
9567
9576
|
secret: z.array(ACLAction$inboundSchema).optional(),
|
|
9568
|
-
|
|
9569
|
-
|
|
9570
|
-
|
|
9571
|
-
|
|
9572
|
-
|
|
9577
|
+
sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
|
|
9578
|
+
.optional(),
|
|
9579
|
+
sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
9580
|
+
sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
|
|
9581
|
+
space: z.array(ACLAction$inboundSchema).optional(),
|
|
9582
|
+
spaceRun: z.array(ACLAction$inboundSchema).optional(),
|
|
9573
9583
|
storeTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
9574
9584
|
supportCase: z.array(ACLAction$inboundSchema).optional(),
|
|
9575
9585
|
supportCaseComment: z.array(ACLAction$inboundSchema).optional(),
|
|
9576
|
-
dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
9577
9586
|
team: z.array(ACLAction$inboundSchema).optional(),
|
|
9578
9587
|
teamAccessRequest: z.array(ACLAction$inboundSchema).optional(),
|
|
9579
9588
|
teamFellowMembership: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -9588,26 +9597,15 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9588
9597
|
token: z.array(ACLAction$inboundSchema).optional(),
|
|
9589
9598
|
usage: z.array(ACLAction$inboundSchema).optional(),
|
|
9590
9599
|
usageCycle: z.array(ACLAction$inboundSchema).optional(),
|
|
9600
|
+
vercelRun: z.array(ACLAction$inboundSchema).optional(),
|
|
9601
|
+
vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
|
|
9591
9602
|
vpcPeeringConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
9592
9603
|
webAnalyticsPlan: z.array(ACLAction$inboundSchema).optional(),
|
|
9593
|
-
edgeConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
9594
|
-
edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
|
|
9595
|
-
edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
|
|
9596
|
-
edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
|
|
9597
9604
|
webhook: z.array(ACLAction$inboundSchema).optional(),
|
|
9598
9605
|
"webhook-event": z.array(ACLAction$inboundSchema).optional(),
|
|
9599
|
-
endpointVerification: z.array(ACLAction$inboundSchema).optional(),
|
|
9600
|
-
projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
|
|
9601
|
-
oauth2Application: z.array(ACLAction$inboundSchema).optional(),
|
|
9602
|
-
vercelRun: z.array(ACLAction$inboundSchema).optional(),
|
|
9603
|
-
vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
|
|
9604
|
-
apiKey: z.array(ACLAction$inboundSchema).optional(),
|
|
9605
|
-
apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
|
|
9606
|
-
apiKeyAiGateway: z.array(ACLAction$inboundSchema).optional(),
|
|
9607
9606
|
aliasProject: z.array(ACLAction$inboundSchema).optional(),
|
|
9608
9607
|
aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
9609
9608
|
buildMachine: z.array(ACLAction$inboundSchema).optional(),
|
|
9610
|
-
productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
9611
9609
|
connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
|
|
9612
9610
|
dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
9613
9611
|
deployment: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -9624,55 +9622,55 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9624
9622
|
deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
|
|
9625
9623
|
edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
9626
9624
|
environments: z.array(ACLAction$inboundSchema).optional(),
|
|
9625
|
+
job: z.array(ACLAction$inboundSchema).optional(),
|
|
9627
9626
|
logs: z.array(ACLAction$inboundSchema).optional(),
|
|
9628
9627
|
logsPreset: z.array(ACLAction$inboundSchema).optional(),
|
|
9629
|
-
passwordProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
9630
|
-
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
9631
|
-
job: z.array(ACLAction$inboundSchema).optional(),
|
|
9632
9628
|
observabilityData: z.array(ACLAction$inboundSchema).optional(),
|
|
9633
9629
|
onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
|
|
9634
9630
|
onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
|
|
9631
|
+
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
9632
|
+
passwordProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
9633
|
+
productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
9635
9634
|
project: z.array(ACLAction$inboundSchema).optional(),
|
|
9636
|
-
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
9637
9635
|
projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
9638
9636
|
projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
9637
|
+
projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
9639
9638
|
projectCheck: z.array(ACLAction$inboundSchema).optional(),
|
|
9640
9639
|
projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
|
|
9640
|
+
projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
|
|
9641
9641
|
projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
|
|
9642
9642
|
projectDomain: z.array(ACLAction$inboundSchema).optional(),
|
|
9643
|
-
projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
|
|
9644
9643
|
projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
9644
|
+
projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
|
|
9645
9645
|
projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
9646
9646
|
projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
|
|
9647
9647
|
projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
|
|
9648
9648
|
.optional(),
|
|
9649
9649
|
projectFlags: z.array(ACLAction$inboundSchema).optional(),
|
|
9650
|
+
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
9650
9651
|
projectId: z.array(ACLAction$inboundSchema).optional(),
|
|
9651
9652
|
projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
9652
9653
|
projectLink: z.array(ACLAction$inboundSchema).optional(),
|
|
9653
9654
|
projectMember: z.array(ACLAction$inboundSchema).optional(),
|
|
9654
9655
|
projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
|
|
9656
|
+
projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
|
|
9655
9657
|
projectPermissions: z.array(ACLAction$inboundSchema).optional(),
|
|
9656
9658
|
projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
|
|
9657
|
-
projectTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
9658
|
-
projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
|
|
9659
9659
|
projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
9660
|
-
|
|
9661
|
-
projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
9660
|
+
projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
|
|
9662
9661
|
projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
|
|
9663
9662
|
projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
|
|
9664
|
-
projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
|
|
9665
|
-
projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
|
|
9666
9663
|
projectTier: z.array(ACLAction$inboundSchema).optional(),
|
|
9667
|
-
|
|
9664
|
+
projectTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
9665
|
+
projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
|
|
9666
|
+
projectUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
9668
9667
|
seawallConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
9668
|
+
sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
9669
9669
|
skewProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
9670
9670
|
analytics: z.array(ACLAction$inboundSchema).optional(),
|
|
9671
9671
|
trustedIps: z.array(ACLAction$inboundSchema).optional(),
|
|
9672
9672
|
v0Chat: z.array(ACLAction$inboundSchema).optional(),
|
|
9673
9673
|
webAnalytics: z.array(ACLAction$inboundSchema).optional(),
|
|
9674
|
-
sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
9675
|
-
sonar: z.array(ACLAction$inboundSchema).optional(),
|
|
9676
9674
|
}).transform((v) => {
|
|
9677
9675
|
return remap$(v, {
|
|
9678
9676
|
"Monitoring": "monitoring",
|
|
@@ -9689,9 +9687,17 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
9689
9687
|
userSudo?: Array<string> | undefined;
|
|
9690
9688
|
webAuthn?: Array<string> | undefined;
|
|
9691
9689
|
accessGroup?: Array<string> | undefined;
|
|
9690
|
+
agent?: Array<string> | undefined;
|
|
9691
|
+
alerts?: Array<string> | undefined;
|
|
9692
9692
|
aliasGlobal?: Array<string> | undefined;
|
|
9693
9693
|
analyticsSampling?: Array<string> | undefined;
|
|
9694
9694
|
analyticsUsage?: Array<string> | undefined;
|
|
9695
|
+
apiKey?: Array<string> | undefined;
|
|
9696
|
+
apiKeyAiGateway?: Array<string> | undefined;
|
|
9697
|
+
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
9698
|
+
oauth2Application?: Array<string> | undefined;
|
|
9699
|
+
vercelAppInstallation?: Array<string> | undefined;
|
|
9700
|
+
vercelAppInstallationRequest?: Array<string> | undefined;
|
|
9695
9701
|
auditLog?: Array<string> | undefined;
|
|
9696
9702
|
billingAddress?: Array<string> | undefined;
|
|
9697
9703
|
billingInformation?: Array<string> | undefined;
|
|
@@ -9703,6 +9709,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
9703
9709
|
billingRefund?: Array<string> | undefined;
|
|
9704
9710
|
billingTaxId?: Array<string> | undefined;
|
|
9705
9711
|
blob?: Array<string> | undefined;
|
|
9712
|
+
blobStoreTokenSet?: Array<string> | undefined;
|
|
9706
9713
|
budget?: Array<string> | undefined;
|
|
9707
9714
|
cacheArtifact?: Array<string> | undefined;
|
|
9708
9715
|
cacheArtifactUsageEvent?: Array<string> | undefined;
|
|
@@ -9710,6 +9717,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
9710
9717
|
concurrentBuilds?: Array<string> | undefined;
|
|
9711
9718
|
connect?: Array<string> | undefined;
|
|
9712
9719
|
connectConfiguration?: Array<string> | undefined;
|
|
9720
|
+
dataCacheBillingSettings?: Array<string> | undefined;
|
|
9713
9721
|
defaultDeploymentProtection?: Array<string> | undefined;
|
|
9714
9722
|
domain?: Array<string> | undefined;
|
|
9715
9723
|
domainAcceptDelegation?: Array<string> | undefined;
|
|
@@ -9720,40 +9728,46 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
9720
9728
|
domainPurchase?: Array<string> | undefined;
|
|
9721
9729
|
domainRecord?: Array<string> | undefined;
|
|
9722
9730
|
domainTransferIn?: Array<string> | undefined;
|
|
9731
|
+
drain?: Array<string> | undefined;
|
|
9732
|
+
edgeConfig?: Array<string> | undefined;
|
|
9733
|
+
edgeConfigItem?: Array<string> | undefined;
|
|
9734
|
+
edgeConfigSchema?: Array<string> | undefined;
|
|
9735
|
+
edgeConfigToken?: Array<string> | undefined;
|
|
9736
|
+
endpointVerification?: Array<string> | undefined;
|
|
9723
9737
|
event?: Array<string> | undefined;
|
|
9724
|
-
ownEvent?: Array<string> | undefined;
|
|
9725
|
-
sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
|
|
9726
9738
|
fileUpload?: Array<string> | undefined;
|
|
9727
9739
|
flagsExplorerSubscription?: Array<string> | undefined;
|
|
9728
9740
|
gitRepository?: Array<string> | undefined;
|
|
9729
|
-
ipBlocking?: Array<string> | undefined;
|
|
9730
9741
|
imageOptimizationNewPrice?: Array<string> | undefined;
|
|
9731
9742
|
integration?: Array<string> | undefined;
|
|
9732
9743
|
integrationAccount?: Array<string> | undefined;
|
|
9733
9744
|
integrationConfiguration?: Array<string> | undefined;
|
|
9734
|
-
integrationConfigurationTransfer?: Array<string> | undefined;
|
|
9735
9745
|
integrationConfigurationProjects?: Array<string> | undefined;
|
|
9736
|
-
integrationVercelConfigurationOverride?: Array<string> | undefined;
|
|
9737
9746
|
integrationConfigurationRole?: Array<string> | undefined;
|
|
9738
|
-
|
|
9739
|
-
|
|
9747
|
+
integrationConfigurationTransfer?: Array<string> | undefined;
|
|
9748
|
+
integrationDeploymentAction?: Array<string> | undefined;
|
|
9740
9749
|
integrationEvent?: Array<string> | undefined;
|
|
9750
|
+
integrationResource?: Array<string> | undefined;
|
|
9751
|
+
integrationResourceReplCommand?: Array<string> | undefined;
|
|
9741
9752
|
integrationResourceSecrets?: Array<string> | undefined;
|
|
9742
|
-
|
|
9743
|
-
|
|
9753
|
+
integrationSSOSession?: Array<string> | undefined;
|
|
9754
|
+
integrationStoreTokenSet?: Array<string> | undefined;
|
|
9755
|
+
integrationVercelConfigurationOverride?: Array<string> | undefined;
|
|
9756
|
+
ipBlocking?: Array<string> | undefined;
|
|
9757
|
+
jobGlobal?: Array<string> | undefined;
|
|
9758
|
+
logDrain?: Array<string> | undefined;
|
|
9744
9759
|
marketplaceBillingData?: Array<string> | undefined;
|
|
9760
|
+
marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
|
|
9761
|
+
marketplaceExperimentationItem?: Array<string> | undefined;
|
|
9762
|
+
marketplaceInstallationMember?: Array<string> | undefined;
|
|
9745
9763
|
marketplaceInvoice?: Array<string> | undefined;
|
|
9746
9764
|
marketplaceSettings?: Array<string> | undefined;
|
|
9747
|
-
marketplaceExperimentationItem?: Array<string> | undefined;
|
|
9748
|
-
marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
|
|
9749
|
-
jobGlobal?: Array<string> | undefined;
|
|
9750
|
-
drain?: Array<string> | undefined;
|
|
9751
|
-
logDrain?: Array<string> | undefined;
|
|
9752
9765
|
Monitoring?: Array<string> | undefined;
|
|
9753
|
-
monitoringSettings?: Array<string> | undefined;
|
|
9754
|
-
monitoringQuery?: Array<string> | undefined;
|
|
9755
|
-
monitoringChart?: Array<string> | undefined;
|
|
9756
9766
|
monitoringAlert?: Array<string> | undefined;
|
|
9767
|
+
monitoringChart?: Array<string> | undefined;
|
|
9768
|
+
monitoringQuery?: Array<string> | undefined;
|
|
9769
|
+
monitoringSettings?: Array<string> | undefined;
|
|
9770
|
+
notificationCustomerBudget?: Array<string> | undefined;
|
|
9757
9771
|
notificationDeploymentFailed?: Array<string> | undefined;
|
|
9758
9772
|
notificationDomainConfiguration?: Array<string> | undefined;
|
|
9759
9773
|
notificationDomainExpire?: Array<string> | undefined;
|
|
@@ -9764,43 +9778,37 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
9764
9778
|
notificationDomainUnverified?: Array<string> | undefined;
|
|
9765
9779
|
NotificationMonitoringAlert?: Array<string> | undefined;
|
|
9766
9780
|
notificationPaymentFailed?: Array<string> | undefined;
|
|
9767
|
-
notificationUsageAlert?: Array<string> | undefined;
|
|
9768
9781
|
notificationPreferences?: Array<string> | undefined;
|
|
9769
|
-
notificationCustomerBudget?: Array<string> | undefined;
|
|
9770
9782
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
9783
|
+
notificationUsageAlert?: Array<string> | undefined;
|
|
9771
9784
|
observabilityConfiguration?: Array<string> | undefined;
|
|
9772
|
-
agent?: Array<string> | undefined;
|
|
9773
|
-
alerts?: Array<string> | undefined;
|
|
9774
|
-
observabilityNotebook?: Array<string> | undefined;
|
|
9775
9785
|
observabilityFunnel?: Array<string> | undefined;
|
|
9786
|
+
observabilityNotebook?: Array<string> | undefined;
|
|
9776
9787
|
openTelemetryEndpoint?: Array<string> | undefined;
|
|
9777
|
-
|
|
9778
|
-
|
|
9788
|
+
ownEvent?: Array<string> | undefined;
|
|
9789
|
+
passwordProtectionInvoiceItem?: Array<string> | undefined;
|
|
9779
9790
|
paymentMethod?: Array<string> | undefined;
|
|
9780
9791
|
permissions?: Array<string> | undefined;
|
|
9781
9792
|
postgres?: Array<string> | undefined;
|
|
9793
|
+
postgresStoreTokenSet?: Array<string> | undefined;
|
|
9782
9794
|
previewDeploymentSuffix?: Array<string> | undefined;
|
|
9795
|
+
projectTransferIn?: Array<string> | undefined;
|
|
9783
9796
|
proTrialOnboarding?: Array<string> | undefined;
|
|
9784
|
-
sharedEnvVars?: Array<string> | undefined;
|
|
9785
|
-
sharedEnvVarsProduction?: Array<string> | undefined;
|
|
9786
|
-
space?: Array<string> | undefined;
|
|
9787
|
-
spaceRun?: Array<string> | undefined;
|
|
9788
|
-
passwordProtectionInvoiceItem?: Array<string> | undefined;
|
|
9789
9797
|
rateLimit?: Array<string> | undefined;
|
|
9790
9798
|
redis?: Array<string> | undefined;
|
|
9791
|
-
|
|
9799
|
+
redisStoreTokenSet?: Array<string> | undefined;
|
|
9792
9800
|
remoteCaching?: Array<string> | undefined;
|
|
9801
|
+
repository?: Array<string> | undefined;
|
|
9793
9802
|
samlConfig?: Array<string> | undefined;
|
|
9794
9803
|
secret?: Array<string> | undefined;
|
|
9795
|
-
|
|
9796
|
-
|
|
9797
|
-
|
|
9798
|
-
|
|
9799
|
-
|
|
9804
|
+
sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
|
|
9805
|
+
sharedEnvVars?: Array<string> | undefined;
|
|
9806
|
+
sharedEnvVarsProduction?: Array<string> | undefined;
|
|
9807
|
+
space?: Array<string> | undefined;
|
|
9808
|
+
spaceRun?: Array<string> | undefined;
|
|
9800
9809
|
storeTransfer?: Array<string> | undefined;
|
|
9801
9810
|
supportCase?: Array<string> | undefined;
|
|
9802
9811
|
supportCaseComment?: Array<string> | undefined;
|
|
9803
|
-
dataCacheBillingSettings?: Array<string> | undefined;
|
|
9804
9812
|
team?: Array<string> | undefined;
|
|
9805
9813
|
teamAccessRequest?: Array<string> | undefined;
|
|
9806
9814
|
teamFellowMembership?: Array<string> | undefined;
|
|
@@ -9815,26 +9823,15 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
9815
9823
|
token?: Array<string> | undefined;
|
|
9816
9824
|
usage?: Array<string> | undefined;
|
|
9817
9825
|
usageCycle?: Array<string> | undefined;
|
|
9826
|
+
vercelRun?: Array<string> | undefined;
|
|
9827
|
+
vercelRunExec?: Array<string> | undefined;
|
|
9818
9828
|
vpcPeeringConnection?: Array<string> | undefined;
|
|
9819
9829
|
webAnalyticsPlan?: Array<string> | undefined;
|
|
9820
|
-
edgeConfig?: Array<string> | undefined;
|
|
9821
|
-
edgeConfigItem?: Array<string> | undefined;
|
|
9822
|
-
edgeConfigSchema?: Array<string> | undefined;
|
|
9823
|
-
edgeConfigToken?: Array<string> | undefined;
|
|
9824
9830
|
webhook?: Array<string> | undefined;
|
|
9825
9831
|
"webhook-event"?: Array<string> | undefined;
|
|
9826
|
-
endpointVerification?: Array<string> | undefined;
|
|
9827
|
-
projectTransferIn?: Array<string> | undefined;
|
|
9828
|
-
oauth2Application?: Array<string> | undefined;
|
|
9829
|
-
vercelRun?: Array<string> | undefined;
|
|
9830
|
-
vercelRunExec?: Array<string> | undefined;
|
|
9831
|
-
apiKey?: Array<string> | undefined;
|
|
9832
|
-
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
9833
|
-
apiKeyAiGateway?: Array<string> | undefined;
|
|
9834
9832
|
aliasProject?: Array<string> | undefined;
|
|
9835
9833
|
aliasProtectionBypass?: Array<string> | undefined;
|
|
9836
9834
|
buildMachine?: Array<string> | undefined;
|
|
9837
|
-
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
9838
9835
|
connectConfigurationLink?: Array<string> | undefined;
|
|
9839
9836
|
dataCacheNamespace?: Array<string> | undefined;
|
|
9840
9837
|
deployment?: Array<string> | undefined;
|
|
@@ -9850,54 +9847,54 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
9850
9847
|
deploymentRollback?: Array<string> | undefined;
|
|
9851
9848
|
edgeCacheNamespace?: Array<string> | undefined;
|
|
9852
9849
|
environments?: Array<string> | undefined;
|
|
9850
|
+
job?: Array<string> | undefined;
|
|
9853
9851
|
logs?: Array<string> | undefined;
|
|
9854
9852
|
logsPreset?: Array<string> | undefined;
|
|
9855
|
-
passwordProtection?: Array<string> | undefined;
|
|
9856
|
-
optionsAllowlist?: Array<string> | undefined;
|
|
9857
|
-
job?: Array<string> | undefined;
|
|
9858
9853
|
observabilityData?: Array<string> | undefined;
|
|
9859
9854
|
onDemandBuild?: Array<string> | undefined;
|
|
9860
9855
|
onDemandConcurrency?: Array<string> | undefined;
|
|
9856
|
+
optionsAllowlist?: Array<string> | undefined;
|
|
9857
|
+
passwordProtection?: Array<string> | undefined;
|
|
9858
|
+
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
9861
9859
|
project?: Array<string> | undefined;
|
|
9862
|
-
projectFromV0?: Array<string> | undefined;
|
|
9863
9860
|
projectAccessGroup?: Array<string> | undefined;
|
|
9864
9861
|
projectAnalyticsSampling?: Array<string> | undefined;
|
|
9862
|
+
projectAnalyticsUsage?: Array<string> | undefined;
|
|
9865
9863
|
projectCheck?: Array<string> | undefined;
|
|
9866
9864
|
projectCheckRun?: Array<string> | undefined;
|
|
9865
|
+
projectDeploymentExpiration?: Array<string> | undefined;
|
|
9867
9866
|
projectDeploymentHook?: Array<string> | undefined;
|
|
9868
9867
|
projectDomain?: Array<string> | undefined;
|
|
9869
|
-
projectDomainMove?: Array<string> | undefined;
|
|
9870
9868
|
projectDomainCheckConfig?: Array<string> | undefined;
|
|
9869
|
+
projectDomainMove?: Array<string> | undefined;
|
|
9871
9870
|
projectEnvVars?: Array<string> | undefined;
|
|
9872
9871
|
projectEnvVarsProduction?: Array<string> | undefined;
|
|
9873
9872
|
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
9874
9873
|
projectFlags?: Array<string> | undefined;
|
|
9874
|
+
projectFromV0?: Array<string> | undefined;
|
|
9875
9875
|
projectId?: Array<string> | undefined;
|
|
9876
9876
|
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
9877
9877
|
projectLink?: Array<string> | undefined;
|
|
9878
9878
|
projectMember?: Array<string> | undefined;
|
|
9879
9879
|
projectMonitoring?: Array<string> | undefined;
|
|
9880
|
+
projectOIDCToken?: Array<string> | undefined;
|
|
9880
9881
|
projectPermissions?: Array<string> | undefined;
|
|
9881
9882
|
projectProductionBranch?: Array<string> | undefined;
|
|
9882
|
-
projectTransfer?: Array<string> | undefined;
|
|
9883
|
-
projectTransferOut?: Array<string> | undefined;
|
|
9884
9883
|
projectProtectionBypass?: Array<string> | undefined;
|
|
9885
|
-
|
|
9886
|
-
projectAnalyticsUsage?: Array<string> | undefined;
|
|
9884
|
+
projectRollingRelease?: Array<string> | undefined;
|
|
9887
9885
|
projectSupportCase?: Array<string> | undefined;
|
|
9888
9886
|
projectSupportCaseComment?: Array<string> | undefined;
|
|
9889
|
-
projectDeploymentExpiration?: Array<string> | undefined;
|
|
9890
|
-
projectRollingRelease?: Array<string> | undefined;
|
|
9891
9887
|
projectTier?: Array<string> | undefined;
|
|
9892
|
-
|
|
9888
|
+
projectTransfer?: Array<string> | undefined;
|
|
9889
|
+
projectTransferOut?: Array<string> | undefined;
|
|
9890
|
+
projectUsage?: Array<string> | undefined;
|
|
9893
9891
|
seawallConfig?: Array<string> | undefined;
|
|
9892
|
+
sharedEnvVarConnection?: Array<string> | undefined;
|
|
9894
9893
|
skewProtection?: Array<string> | undefined;
|
|
9895
9894
|
analytics?: Array<string> | undefined;
|
|
9896
9895
|
trustedIps?: Array<string> | undefined;
|
|
9897
9896
|
v0Chat?: Array<string> | undefined;
|
|
9898
9897
|
webAnalytics?: Array<string> | undefined;
|
|
9899
|
-
sharedEnvVarConnection?: Array<string> | undefined;
|
|
9900
|
-
sonar?: Array<string> | undefined;
|
|
9901
9898
|
};
|
|
9902
9899
|
|
|
9903
9900
|
/** @internal */
|
|
@@ -9912,9 +9909,17 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9912
9909
|
userSudo: z.array(ACLAction$outboundSchema).optional(),
|
|
9913
9910
|
webAuthn: z.array(ACLAction$outboundSchema).optional(),
|
|
9914
9911
|
accessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
9912
|
+
agent: z.array(ACLAction$outboundSchema).optional(),
|
|
9913
|
+
alerts: z.array(ACLAction$outboundSchema).optional(),
|
|
9915
9914
|
aliasGlobal: z.array(ACLAction$outboundSchema).optional(),
|
|
9916
9915
|
analyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
9917
9916
|
analyticsUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
9917
|
+
apiKey: z.array(ACLAction$outboundSchema).optional(),
|
|
9918
|
+
apiKeyAiGateway: z.array(ACLAction$outboundSchema).optional(),
|
|
9919
|
+
apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
|
|
9920
|
+
oauth2Application: z.array(ACLAction$outboundSchema).optional(),
|
|
9921
|
+
vercelAppInstallation: z.array(ACLAction$outboundSchema).optional(),
|
|
9922
|
+
vercelAppInstallationRequest: z.array(ACLAction$outboundSchema).optional(),
|
|
9918
9923
|
auditLog: z.array(ACLAction$outboundSchema).optional(),
|
|
9919
9924
|
billingAddress: z.array(ACLAction$outboundSchema).optional(),
|
|
9920
9925
|
billingInformation: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9926,6 +9931,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9926
9931
|
billingRefund: z.array(ACLAction$outboundSchema).optional(),
|
|
9927
9932
|
billingTaxId: z.array(ACLAction$outboundSchema).optional(),
|
|
9928
9933
|
blob: z.array(ACLAction$outboundSchema).optional(),
|
|
9934
|
+
blobStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
|
|
9929
9935
|
budget: z.array(ACLAction$outboundSchema).optional(),
|
|
9930
9936
|
cacheArtifact: z.array(ACLAction$outboundSchema).optional(),
|
|
9931
9937
|
cacheArtifactUsageEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9933,6 +9939,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9933
9939
|
concurrentBuilds: z.array(ACLAction$outboundSchema).optional(),
|
|
9934
9940
|
connect: z.array(ACLAction$outboundSchema).optional(),
|
|
9935
9941
|
connectConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
9942
|
+
dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
9936
9943
|
defaultDeploymentProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9937
9944
|
domain: z.array(ACLAction$outboundSchema).optional(),
|
|
9938
9945
|
domainAcceptDelegation: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9943,45 +9950,50 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9943
9950
|
domainPurchase: z.array(ACLAction$outboundSchema).optional(),
|
|
9944
9951
|
domainRecord: z.array(ACLAction$outboundSchema).optional(),
|
|
9945
9952
|
domainTransferIn: z.array(ACLAction$outboundSchema).optional(),
|
|
9953
|
+
drain: z.array(ACLAction$outboundSchema).optional(),
|
|
9954
|
+
edgeConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9955
|
+
edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
|
|
9956
|
+
edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
|
|
9957
|
+
edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
|
|
9958
|
+
endpointVerification: z.array(ACLAction$outboundSchema).optional(),
|
|
9946
9959
|
event: z.array(ACLAction$outboundSchema).optional(),
|
|
9947
|
-
ownEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
9948
|
-
sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
|
|
9949
|
-
.optional(),
|
|
9950
9960
|
fileUpload: z.array(ACLAction$outboundSchema).optional(),
|
|
9951
9961
|
flagsExplorerSubscription: z.array(ACLAction$outboundSchema).optional(),
|
|
9952
9962
|
gitRepository: z.array(ACLAction$outboundSchema).optional(),
|
|
9953
|
-
ipBlocking: z.array(ACLAction$outboundSchema).optional(),
|
|
9954
9963
|
imageOptimizationNewPrice: z.array(ACLAction$outboundSchema).optional(),
|
|
9955
9964
|
integration: z.array(ACLAction$outboundSchema).optional(),
|
|
9956
9965
|
integrationAccount: z.array(ACLAction$outboundSchema).optional(),
|
|
9957
9966
|
integrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
9958
|
-
integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
|
|
9959
|
-
.optional(),
|
|
9960
9967
|
integrationConfigurationProjects: z.array(ACLAction$outboundSchema)
|
|
9961
9968
|
.optional(),
|
|
9962
|
-
integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
|
|
9963
|
-
.optional(),
|
|
9964
9969
|
integrationConfigurationRole: z.array(ACLAction$outboundSchema).optional(),
|
|
9965
|
-
|
|
9966
|
-
|
|
9970
|
+
integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
|
|
9971
|
+
.optional(),
|
|
9972
|
+
integrationDeploymentAction: z.array(ACLAction$outboundSchema).optional(),
|
|
9967
9973
|
integrationEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
9974
|
+
integrationResource: z.array(ACLAction$outboundSchema).optional(),
|
|
9975
|
+
integrationResourceReplCommand: z.array(ACLAction$outboundSchema).optional(),
|
|
9968
9976
|
integrationResourceSecrets: z.array(ACLAction$outboundSchema).optional(),
|
|
9969
|
-
|
|
9970
|
-
|
|
9971
|
-
|
|
9972
|
-
marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
|
|
9973
|
-
marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
9974
|
-
marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
|
|
9975
|
-
marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
|
|
9977
|
+
integrationSSOSession: z.array(ACLAction$outboundSchema).optional(),
|
|
9978
|
+
integrationStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
|
|
9979
|
+
integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
|
|
9976
9980
|
.optional(),
|
|
9981
|
+
ipBlocking: z.array(ACLAction$outboundSchema).optional(),
|
|
9977
9982
|
jobGlobal: z.array(ACLAction$outboundSchema).optional(),
|
|
9978
|
-
drain: z.array(ACLAction$outboundSchema).optional(),
|
|
9979
9983
|
logDrain: z.array(ACLAction$outboundSchema).optional(),
|
|
9984
|
+
marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
|
|
9985
|
+
marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
|
|
9986
|
+
.optional(),
|
|
9987
|
+
marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
|
|
9988
|
+
marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
|
|
9989
|
+
marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
|
|
9990
|
+
marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
9980
9991
|
monitoring: z.array(ACLAction$outboundSchema).optional(),
|
|
9981
|
-
monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
9982
|
-
monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
|
|
9983
|
-
monitoringChart: z.array(ACLAction$outboundSchema).optional(),
|
|
9984
9992
|
monitoringAlert: z.array(ACLAction$outboundSchema).optional(),
|
|
9993
|
+
monitoringChart: z.array(ACLAction$outboundSchema).optional(),
|
|
9994
|
+
monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
|
|
9995
|
+
monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
9996
|
+
notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
|
|
9985
9997
|
notificationDeploymentFailed: z.array(ACLAction$outboundSchema).optional(),
|
|
9986
9998
|
notificationDomainConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
9987
9999
|
notificationDomainExpire: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9992,43 +10004,38 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9992
10004
|
notificationDomainUnverified: z.array(ACLAction$outboundSchema).optional(),
|
|
9993
10005
|
notificationMonitoringAlert: z.array(ACLAction$outboundSchema).optional(),
|
|
9994
10006
|
notificationPaymentFailed: z.array(ACLAction$outboundSchema).optional(),
|
|
9995
|
-
notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
|
|
9996
10007
|
notificationPreferences: z.array(ACLAction$outboundSchema).optional(),
|
|
9997
|
-
notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
|
|
9998
10008
|
notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
|
|
10009
|
+
notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
|
|
9999
10010
|
observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
10000
|
-
agent: z.array(ACLAction$outboundSchema).optional(),
|
|
10001
|
-
alerts: z.array(ACLAction$outboundSchema).optional(),
|
|
10002
|
-
observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
|
|
10003
10011
|
observabilityFunnel: z.array(ACLAction$outboundSchema).optional(),
|
|
10012
|
+
observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
|
|
10004
10013
|
openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
|
|
10005
|
-
|
|
10006
|
-
|
|
10014
|
+
ownEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
10015
|
+
passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
|
|
10007
10016
|
paymentMethod: z.array(ACLAction$outboundSchema).optional(),
|
|
10008
10017
|
permissions: z.array(ACLAction$outboundSchema).optional(),
|
|
10009
10018
|
postgres: z.array(ACLAction$outboundSchema).optional(),
|
|
10019
|
+
postgresStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
|
|
10010
10020
|
previewDeploymentSuffix: z.array(ACLAction$outboundSchema).optional(),
|
|
10021
|
+
projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
|
|
10011
10022
|
proTrialOnboarding: z.array(ACLAction$outboundSchema).optional(),
|
|
10012
|
-
sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
10013
|
-
sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
|
|
10014
|
-
space: z.array(ACLAction$outboundSchema).optional(),
|
|
10015
|
-
spaceRun: z.array(ACLAction$outboundSchema).optional(),
|
|
10016
|
-
passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
|
|
10017
10023
|
rateLimit: z.array(ACLAction$outboundSchema).optional(),
|
|
10018
10024
|
redis: z.array(ACLAction$outboundSchema).optional(),
|
|
10019
|
-
|
|
10025
|
+
redisStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
|
|
10020
10026
|
remoteCaching: z.array(ACLAction$outboundSchema).optional(),
|
|
10027
|
+
repository: z.array(ACLAction$outboundSchema).optional(),
|
|
10021
10028
|
samlConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
10022
10029
|
secret: z.array(ACLAction$outboundSchema).optional(),
|
|
10023
|
-
|
|
10024
|
-
|
|
10025
|
-
|
|
10026
|
-
|
|
10027
|
-
|
|
10030
|
+
sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
|
|
10031
|
+
.optional(),
|
|
10032
|
+
sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
10033
|
+
sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
|
|
10034
|
+
space: z.array(ACLAction$outboundSchema).optional(),
|
|
10035
|
+
spaceRun: z.array(ACLAction$outboundSchema).optional(),
|
|
10028
10036
|
storeTransfer: z.array(ACLAction$outboundSchema).optional(),
|
|
10029
10037
|
supportCase: z.array(ACLAction$outboundSchema).optional(),
|
|
10030
10038
|
supportCaseComment: z.array(ACLAction$outboundSchema).optional(),
|
|
10031
|
-
dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
10032
10039
|
team: z.array(ACLAction$outboundSchema).optional(),
|
|
10033
10040
|
teamAccessRequest: z.array(ACLAction$outboundSchema).optional(),
|
|
10034
10041
|
teamFellowMembership: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -10043,26 +10050,15 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
10043
10050
|
token: z.array(ACLAction$outboundSchema).optional(),
|
|
10044
10051
|
usage: z.array(ACLAction$outboundSchema).optional(),
|
|
10045
10052
|
usageCycle: z.array(ACLAction$outboundSchema).optional(),
|
|
10053
|
+
vercelRun: z.array(ACLAction$outboundSchema).optional(),
|
|
10054
|
+
vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
|
|
10046
10055
|
vpcPeeringConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
10047
10056
|
webAnalyticsPlan: z.array(ACLAction$outboundSchema).optional(),
|
|
10048
|
-
edgeConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
10049
|
-
edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
|
|
10050
|
-
edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
|
|
10051
|
-
edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
|
|
10052
10057
|
webhook: z.array(ACLAction$outboundSchema).optional(),
|
|
10053
10058
|
webhookEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
10054
|
-
endpointVerification: z.array(ACLAction$outboundSchema).optional(),
|
|
10055
|
-
projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
|
|
10056
|
-
oauth2Application: z.array(ACLAction$outboundSchema).optional(),
|
|
10057
|
-
vercelRun: z.array(ACLAction$outboundSchema).optional(),
|
|
10058
|
-
vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
|
|
10059
|
-
apiKey: z.array(ACLAction$outboundSchema).optional(),
|
|
10060
|
-
apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
|
|
10061
|
-
apiKeyAiGateway: z.array(ACLAction$outboundSchema).optional(),
|
|
10062
10059
|
aliasProject: z.array(ACLAction$outboundSchema).optional(),
|
|
10063
10060
|
aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
10064
10061
|
buildMachine: z.array(ACLAction$outboundSchema).optional(),
|
|
10065
|
-
productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
10066
10062
|
connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
|
|
10067
10063
|
dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
10068
10064
|
deployment: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -10079,55 +10075,55 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
10079
10075
|
deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
|
|
10080
10076
|
edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
10081
10077
|
environments: z.array(ACLAction$outboundSchema).optional(),
|
|
10078
|
+
job: z.array(ACLAction$outboundSchema).optional(),
|
|
10082
10079
|
logs: z.array(ACLAction$outboundSchema).optional(),
|
|
10083
10080
|
logsPreset: z.array(ACLAction$outboundSchema).optional(),
|
|
10084
|
-
passwordProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
10085
|
-
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
10086
|
-
job: z.array(ACLAction$outboundSchema).optional(),
|
|
10087
10081
|
observabilityData: z.array(ACLAction$outboundSchema).optional(),
|
|
10088
10082
|
onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
|
|
10089
10083
|
onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
|
|
10084
|
+
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
10085
|
+
passwordProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
10086
|
+
productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
10090
10087
|
project: z.array(ACLAction$outboundSchema).optional(),
|
|
10091
|
-
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
10092
10088
|
projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
10093
10089
|
projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
10090
|
+
projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
10094
10091
|
projectCheck: z.array(ACLAction$outboundSchema).optional(),
|
|
10095
10092
|
projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
|
|
10093
|
+
projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
|
|
10096
10094
|
projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
|
|
10097
10095
|
projectDomain: z.array(ACLAction$outboundSchema).optional(),
|
|
10098
|
-
projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
|
|
10099
10096
|
projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
10097
|
+
projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
|
|
10100
10098
|
projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
10101
10099
|
projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
|
|
10102
10100
|
projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
|
|
10103
10101
|
.optional(),
|
|
10104
10102
|
projectFlags: z.array(ACLAction$outboundSchema).optional(),
|
|
10103
|
+
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
10105
10104
|
projectId: z.array(ACLAction$outboundSchema).optional(),
|
|
10106
10105
|
projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
10107
10106
|
projectLink: z.array(ACLAction$outboundSchema).optional(),
|
|
10108
10107
|
projectMember: z.array(ACLAction$outboundSchema).optional(),
|
|
10109
10108
|
projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
|
|
10109
|
+
projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
|
|
10110
10110
|
projectPermissions: z.array(ACLAction$outboundSchema).optional(),
|
|
10111
10111
|
projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
|
|
10112
|
-
projectTransfer: z.array(ACLAction$outboundSchema).optional(),
|
|
10113
|
-
projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
|
|
10114
10112
|
projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
10115
|
-
|
|
10116
|
-
projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
10113
|
+
projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
|
|
10117
10114
|
projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
|
|
10118
10115
|
projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
|
|
10119
|
-
projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
|
|
10120
|
-
projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
|
|
10121
10116
|
projectTier: z.array(ACLAction$outboundSchema).optional(),
|
|
10122
|
-
|
|
10117
|
+
projectTransfer: z.array(ACLAction$outboundSchema).optional(),
|
|
10118
|
+
projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
|
|
10119
|
+
projectUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
10123
10120
|
seawallConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
10121
|
+
sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
10124
10122
|
skewProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
10125
10123
|
analytics: z.array(ACLAction$outboundSchema).optional(),
|
|
10126
10124
|
trustedIps: z.array(ACLAction$outboundSchema).optional(),
|
|
10127
10125
|
v0Chat: z.array(ACLAction$outboundSchema).optional(),
|
|
10128
10126
|
webAnalytics: z.array(ACLAction$outboundSchema).optional(),
|
|
10129
|
-
sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
10130
|
-
sonar: z.array(ACLAction$outboundSchema).optional(),
|
|
10131
10127
|
}).transform((v) => {
|
|
10132
10128
|
return remap$(v, {
|
|
10133
10129
|
monitoring: "Monitoring",
|