@vercel/sdk 1.13.7 → 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 +27 -21
- package/bin/mcp-server.js +2709 -1875
- package/bin/mcp-server.js.map +61 -54
- package/docs/sdks/domainsregistrar/README.md +73 -32
- package/docs/sdks/marketplace/README.md +150 -0
- package/esm/__tests__/accessgroups.test.js +2 -6
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domainsregistrar.test.js +33 -15
- package/esm/__tests__/domainsregistrar.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 +1 -1
- 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/__tests__/teams.test.js +2 -2
- package/esm/__tests__/teams.test.js.map +1 -1
- package/esm/funcs/domainsRegistrarBuyDomains.d.ts +2 -2
- package/esm/funcs/domainsRegistrarBuyDomains.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarBuyDomains.js +8 -4
- package/esm/funcs/domainsRegistrarBuyDomains.js.map +1 -1
- package/esm/funcs/domainsRegistrarBuySingleDomain.js +5 -1
- package/esm/funcs/domainsRegistrarBuySingleDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +2 -2
- package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetBulkAvailability.js +8 -4
- package/esm/funcs/domainsRegistrarGetBulkAvailability.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +5 -1
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +5 -1
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAvailability.js +5 -1
- package/esm/funcs/domainsRegistrarGetDomainAvailability.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainPrice.js +1 -0
- package/esm/funcs/domainsRegistrarGetDomainPrice.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +5 -1
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetOrder.js +5 -1
- package/esm/funcs/domainsRegistrarGetOrder.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +2 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.js +17 -3
- package/esm/funcs/domainsRegistrarGetSupportedTlds.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetTldPrice.js +1 -0
- package/esm/funcs/domainsRegistrarGetTldPrice.js.map +1 -1
- package/esm/funcs/domainsRegistrarRenewDomain.js +5 -1
- package/esm/funcs/domainsRegistrarRenewDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarTransferInDomain.js +5 -1
- package/esm/funcs/domainsRegistrarTransferInDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +5 -1
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +5 -1
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.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/funcs/projectsPauseProject.js +2 -2
- package/esm/funcs/projectsPauseProject.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- 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/domainsRegistrarBuyDomains.d.ts +1 -1
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts +5 -1
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +7 -2
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.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/buydomainsop.d.ts +27 -0
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buydomainsop.js +35 -0
- package/esm/models/buydomainsop.js.map +1 -1
- package/esm/models/buysingledomainop.d.ts +10 -8
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +14 -13
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +3 -10
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +1 -4
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +6 -10
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +2 -4
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +415 -285
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +477 -351
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +130 -124
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +133 -131
- package/esm/models/createprojectop.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/getbulkavailabilityop.d.ts +27 -0
- package/esm/models/getbulkavailabilityop.d.ts.map +1 -1
- package/esm/models/getbulkavailabilityop.js +36 -0
- package/esm/models/getbulkavailabilityop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getcontactinfoschemaop.d.ts +2 -0
- package/esm/models/getcontactinfoschemaop.d.ts.map +1 -1
- package/esm/models/getcontactinfoschemaop.js +2 -0
- package/esm/models/getcontactinfoschemaop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +3 -10
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +1 -4
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getdomainauthcodeop.d.ts +2 -0
- package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
- package/esm/models/getdomainauthcodeop.js +2 -0
- package/esm/models/getdomainauthcodeop.js.map +1 -1
- package/esm/models/getdomainavailabilityop.d.ts +2 -0
- package/esm/models/getdomainavailabilityop.d.ts.map +1 -1
- package/esm/models/getdomainavailabilityop.js +2 -0
- package/esm/models/getdomainavailabilityop.js.map +1 -1
- package/esm/models/getdomainpriceop.d.ts +2 -0
- package/esm/models/getdomainpriceop.d.ts.map +1 -1
- package/esm/models/getdomainpriceop.js +2 -0
- package/esm/models/getdomainpriceop.js.map +1 -1
- package/esm/models/getdomaintransferinop.d.ts +2 -0
- package/esm/models/getdomaintransferinop.d.ts.map +1 -1
- package/esm/models/getdomaintransferinop.js +2 -0
- package/esm/models/getdomaintransferinop.js.map +1 -1
- package/esm/models/getorderop.d.ts +2 -0
- package/esm/models/getorderop.d.ts.map +1 -1
- package/esm/models/getorderop.js +2 -0
- package/esm/models/getorderop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +127 -124
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +132 -131
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getsupportedtldsop.d.ts +29 -0
- package/esm/models/getsupportedtldsop.d.ts.map +1 -0
- package/esm/models/getsupportedtldsop.js +31 -0
- package/esm/models/getsupportedtldsop.js.map +1 -0
- package/esm/models/gettldpriceop.d.ts +2 -0
- package/esm/models/gettldpriceop.d.ts.map +1 -1
- package/esm/models/gettldpriceop.js +2 -0
- package/esm/models/gettldpriceop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +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/renewdomainop.d.ts +2 -0
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js +2 -0
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/team.d.ts +10 -10
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +5 -5
- package/esm/models/team.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +2 -0
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/transferindomainop.js +2 -0
- package/esm/models/transferindomainop.js.map +1 -1
- package/esm/models/updatedomainautorenewop.d.ts +2 -0
- package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
- package/esm/models/updatedomainautorenewop.js +2 -0
- package/esm/models/updatedomainautorenewop.js.map +1 -1
- package/esm/models/updatedomainnameserversop.d.ts +2 -0
- package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
- package/esm/models/updatedomainnameserversop.js +2 -0
- package/esm/models/updatedomainnameserversop.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 +127 -124
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +132 -131
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +130 -124
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +133 -131
- 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 +152 -6
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +112 -2
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/domainsregistrar.d.ts +6 -5
- package/esm/sdk/domainsregistrar.d.ts.map +1 -1
- package/esm/sdk/domainsregistrar.js +2 -2
- package/esm/sdk/domainsregistrar.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__/accessgroups.test.ts +2 -6
- package/src/__tests__/domainsregistrar.test.ts +33 -15
- 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 +1 -1
- package/src/__tests__/security.test.ts +4 -4
- package/src/__tests__/teams.test.ts +2 -2
- package/src/funcs/domainsRegistrarBuyDomains.ts +12 -7
- package/src/funcs/domainsRegistrarBuySingleDomain.ts +6 -1
- package/src/funcs/domainsRegistrarGetBulkAvailability.ts +12 -7
- package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +6 -1
- package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +6 -1
- package/src/funcs/domainsRegistrarGetDomainAvailability.ts +6 -1
- package/src/funcs/domainsRegistrarGetDomainPrice.ts +1 -0
- package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +6 -1
- package/src/funcs/domainsRegistrarGetOrder.ts +6 -1
- package/src/funcs/domainsRegistrarGetSupportedTlds.ts +26 -0
- package/src/funcs/domainsRegistrarGetTldPrice.ts +1 -0
- package/src/funcs/domainsRegistrarRenewDomain.ts +6 -1
- package/src/funcs/domainsRegistrarTransferInDomain.ts +6 -1
- package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +6 -1
- package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +6 -1
- package/src/funcs/marketplaceUpdateInstallation.ts +174 -0
- package/src/funcs/marketplaceUpdateResource.ts +179 -0
- package/src/funcs/projectsPauseProject.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +5 -1
- package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +11 -2
- package/src/mcp-server/tools/marketplaceUpdateInstallation.ts +35 -0
- package/src/mcp-server/tools/marketplaceUpdateResource.ts +37 -0
- package/src/models/buydomainsop.ts +70 -0
- package/src/models/buysingledomainop.ts +20 -14
- package/src/models/canceldeploymentop.ts +1 -14
- package/src/models/createdeploymentop.ts +2 -14
- package/src/models/createintegrationstoredirectop.ts +821 -604
- package/src/models/createprojectop.ts +257 -255
- package/src/models/exchangessotokenop.ts +6 -0
- package/src/models/getbulkavailabilityop.ts +71 -0
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getcontactinfoschemaop.ts +4 -0
- package/src/models/getdeploymentop.ts +1 -14
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getdomainauthcodeop.ts +4 -0
- package/src/models/getdomainavailabilityop.ts +4 -0
- package/src/models/getdomainpriceop.ts +4 -0
- package/src/models/getdomaintransferinop.ts +4 -0
- package/src/models/getorderop.ts +4 -0
- package/src/models/getprojectsop.ts +256 -255
- package/src/models/getsupportedtldsop.ts +66 -0
- package/src/models/gettldpriceop.ts +4 -0
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/importresourceop.ts +142 -115
- package/src/models/renewdomainop.ts +4 -0
- package/src/models/team.ts +12 -12
- package/src/models/transferindomainop.ts +4 -0
- package/src/models/updatedomainautorenewop.ts +4 -0
- package/src/models/updatedomainnameserversop.ts +4 -0
- package/src/models/updateinstallationop.ts +488 -0
- package/src/models/updateprojectdatacacheop.ts +256 -255
- package/src/models/updateprojectop.ts +257 -255
- package/src/models/updateresourceop.ts +823 -0
- package/src/models/userevent.ts +220 -2
- package/src/sdk/domainsregistrar.ts +7 -4
- package/src/sdk/marketplace.ts +41 -0
- package/vercel-spec.json +1824 -1187
|
@@ -61,6 +61,7 @@ export const UpdateProjectFramework = {
|
|
|
61
61
|
Vuepress: "vuepress",
|
|
62
62
|
Parcel: "parcel",
|
|
63
63
|
Fastapi: "fastapi",
|
|
64
|
+
Flask: "flask",
|
|
64
65
|
Fasthtml: "fasthtml",
|
|
65
66
|
SanityV3: "sanity-v3",
|
|
66
67
|
Sanity: "sanity",
|
|
@@ -1045,6 +1046,7 @@ export const UpdateProjectProjectsFramework = {
|
|
|
1045
1046
|
Vuepress: "vuepress",
|
|
1046
1047
|
Parcel: "parcel",
|
|
1047
1048
|
Fastapi: "fastapi",
|
|
1049
|
+
Flask: "flask",
|
|
1048
1050
|
Fasthtml: "fasthtml",
|
|
1049
1051
|
SanityV3: "sanity-v3",
|
|
1050
1052
|
Sanity: "sanity",
|
|
@@ -1753,9 +1755,17 @@ export type UpdateProjectPermissions = {
|
|
|
1753
1755
|
userSudo?: Array<ACLAction> | undefined;
|
|
1754
1756
|
webAuthn?: Array<ACLAction> | undefined;
|
|
1755
1757
|
accessGroup?: Array<ACLAction> | undefined;
|
|
1758
|
+
agent?: Array<ACLAction> | undefined;
|
|
1759
|
+
alerts?: Array<ACLAction> | undefined;
|
|
1756
1760
|
aliasGlobal?: Array<ACLAction> | undefined;
|
|
1757
1761
|
analyticsSampling?: Array<ACLAction> | undefined;
|
|
1758
1762
|
analyticsUsage?: Array<ACLAction> | undefined;
|
|
1763
|
+
apiKey?: Array<ACLAction> | undefined;
|
|
1764
|
+
apiKeyAiGateway?: Array<ACLAction> | undefined;
|
|
1765
|
+
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1766
|
+
oauth2Application?: Array<ACLAction> | undefined;
|
|
1767
|
+
vercelAppInstallation?: Array<ACLAction> | undefined;
|
|
1768
|
+
vercelAppInstallationRequest?: Array<ACLAction> | undefined;
|
|
1759
1769
|
auditLog?: Array<ACLAction> | undefined;
|
|
1760
1770
|
billingAddress?: Array<ACLAction> | undefined;
|
|
1761
1771
|
billingInformation?: Array<ACLAction> | undefined;
|
|
@@ -1767,6 +1777,7 @@ export type UpdateProjectPermissions = {
|
|
|
1767
1777
|
billingRefund?: Array<ACLAction> | undefined;
|
|
1768
1778
|
billingTaxId?: Array<ACLAction> | undefined;
|
|
1769
1779
|
blob?: Array<ACLAction> | undefined;
|
|
1780
|
+
blobStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1770
1781
|
budget?: Array<ACLAction> | undefined;
|
|
1771
1782
|
cacheArtifact?: Array<ACLAction> | undefined;
|
|
1772
1783
|
cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
|
|
@@ -1774,6 +1785,7 @@ export type UpdateProjectPermissions = {
|
|
|
1774
1785
|
concurrentBuilds?: Array<ACLAction> | undefined;
|
|
1775
1786
|
connect?: Array<ACLAction> | undefined;
|
|
1776
1787
|
connectConfiguration?: Array<ACLAction> | undefined;
|
|
1788
|
+
dataCacheBillingSettings?: Array<ACLAction> | undefined;
|
|
1777
1789
|
defaultDeploymentProtection?: Array<ACLAction> | undefined;
|
|
1778
1790
|
domain?: Array<ACLAction> | undefined;
|
|
1779
1791
|
domainAcceptDelegation?: Array<ACLAction> | undefined;
|
|
@@ -1784,40 +1796,46 @@ export type UpdateProjectPermissions = {
|
|
|
1784
1796
|
domainPurchase?: Array<ACLAction> | undefined;
|
|
1785
1797
|
domainRecord?: Array<ACLAction> | undefined;
|
|
1786
1798
|
domainTransferIn?: Array<ACLAction> | undefined;
|
|
1799
|
+
drain?: Array<ACLAction> | undefined;
|
|
1800
|
+
edgeConfig?: Array<ACLAction> | undefined;
|
|
1801
|
+
edgeConfigItem?: Array<ACLAction> | undefined;
|
|
1802
|
+
edgeConfigSchema?: Array<ACLAction> | undefined;
|
|
1803
|
+
edgeConfigToken?: Array<ACLAction> | undefined;
|
|
1804
|
+
endpointVerification?: Array<ACLAction> | undefined;
|
|
1787
1805
|
event?: Array<ACLAction> | undefined;
|
|
1788
|
-
ownEvent?: Array<ACLAction> | undefined;
|
|
1789
|
-
sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
|
|
1790
1806
|
fileUpload?: Array<ACLAction> | undefined;
|
|
1791
1807
|
flagsExplorerSubscription?: Array<ACLAction> | undefined;
|
|
1792
1808
|
gitRepository?: Array<ACLAction> | undefined;
|
|
1793
|
-
ipBlocking?: Array<ACLAction> | undefined;
|
|
1794
1809
|
imageOptimizationNewPrice?: Array<ACLAction> | undefined;
|
|
1795
1810
|
integration?: Array<ACLAction> | undefined;
|
|
1796
1811
|
integrationAccount?: Array<ACLAction> | undefined;
|
|
1797
1812
|
integrationConfiguration?: Array<ACLAction> | undefined;
|
|
1798
|
-
integrationConfigurationTransfer?: Array<ACLAction> | undefined;
|
|
1799
1813
|
integrationConfigurationProjects?: Array<ACLAction> | undefined;
|
|
1800
|
-
integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
|
|
1801
1814
|
integrationConfigurationRole?: Array<ACLAction> | undefined;
|
|
1802
|
-
|
|
1803
|
-
|
|
1815
|
+
integrationConfigurationTransfer?: Array<ACLAction> | undefined;
|
|
1816
|
+
integrationDeploymentAction?: Array<ACLAction> | undefined;
|
|
1804
1817
|
integrationEvent?: Array<ACLAction> | undefined;
|
|
1818
|
+
integrationResource?: Array<ACLAction> | undefined;
|
|
1819
|
+
integrationResourceReplCommand?: Array<ACLAction> | undefined;
|
|
1805
1820
|
integrationResourceSecrets?: Array<ACLAction> | undefined;
|
|
1806
|
-
|
|
1807
|
-
|
|
1821
|
+
integrationSSOSession?: Array<ACLAction> | undefined;
|
|
1822
|
+
integrationStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1823
|
+
integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
|
|
1824
|
+
ipBlocking?: Array<ACLAction> | undefined;
|
|
1825
|
+
jobGlobal?: Array<ACLAction> | undefined;
|
|
1826
|
+
logDrain?: Array<ACLAction> | undefined;
|
|
1808
1827
|
marketplaceBillingData?: Array<ACLAction> | undefined;
|
|
1828
|
+
marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
|
|
1829
|
+
marketplaceExperimentationItem?: Array<ACLAction> | undefined;
|
|
1830
|
+
marketplaceInstallationMember?: Array<ACLAction> | undefined;
|
|
1809
1831
|
marketplaceInvoice?: Array<ACLAction> | undefined;
|
|
1810
1832
|
marketplaceSettings?: Array<ACLAction> | undefined;
|
|
1811
|
-
marketplaceExperimentationItem?: Array<ACLAction> | undefined;
|
|
1812
|
-
marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
|
|
1813
|
-
jobGlobal?: Array<ACLAction> | undefined;
|
|
1814
|
-
drain?: Array<ACLAction> | undefined;
|
|
1815
|
-
logDrain?: Array<ACLAction> | undefined;
|
|
1816
1833
|
monitoring?: Array<ACLAction> | undefined;
|
|
1817
|
-
monitoringSettings?: Array<ACLAction> | undefined;
|
|
1818
|
-
monitoringQuery?: Array<ACLAction> | undefined;
|
|
1819
|
-
monitoringChart?: Array<ACLAction> | undefined;
|
|
1820
1834
|
monitoringAlert?: Array<ACLAction> | undefined;
|
|
1835
|
+
monitoringChart?: Array<ACLAction> | undefined;
|
|
1836
|
+
monitoringQuery?: Array<ACLAction> | undefined;
|
|
1837
|
+
monitoringSettings?: Array<ACLAction> | undefined;
|
|
1838
|
+
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1821
1839
|
notificationDeploymentFailed?: Array<ACLAction> | undefined;
|
|
1822
1840
|
notificationDomainConfiguration?: Array<ACLAction> | undefined;
|
|
1823
1841
|
notificationDomainExpire?: Array<ACLAction> | undefined;
|
|
@@ -1828,42 +1846,37 @@ export type UpdateProjectPermissions = {
|
|
|
1828
1846
|
notificationDomainUnverified?: Array<ACLAction> | undefined;
|
|
1829
1847
|
notificationMonitoringAlert?: Array<ACLAction> | undefined;
|
|
1830
1848
|
notificationPaymentFailed?: Array<ACLAction> | undefined;
|
|
1831
|
-
notificationUsageAlert?: Array<ACLAction> | undefined;
|
|
1832
1849
|
notificationPreferences?: Array<ACLAction> | undefined;
|
|
1833
|
-
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1834
1850
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1851
|
+
notificationUsageAlert?: Array<ACLAction> | undefined;
|
|
1835
1852
|
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
1836
|
-
alerts?: Array<ACLAction> | undefined;
|
|
1837
|
-
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1838
1853
|
observabilityFunnel?: Array<ACLAction> | undefined;
|
|
1854
|
+
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1839
1855
|
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
1840
|
-
|
|
1841
|
-
|
|
1856
|
+
ownEvent?: Array<ACLAction> | undefined;
|
|
1857
|
+
passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
|
|
1842
1858
|
paymentMethod?: Array<ACLAction> | undefined;
|
|
1843
1859
|
permissions?: Array<ACLAction> | undefined;
|
|
1844
1860
|
postgres?: Array<ACLAction> | undefined;
|
|
1861
|
+
postgresStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1845
1862
|
previewDeploymentSuffix?: Array<ACLAction> | undefined;
|
|
1863
|
+
projectTransferIn?: Array<ACLAction> | undefined;
|
|
1846
1864
|
proTrialOnboarding?: Array<ACLAction> | undefined;
|
|
1847
|
-
sharedEnvVars?: Array<ACLAction> | undefined;
|
|
1848
|
-
sharedEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1849
|
-
space?: Array<ACLAction> | undefined;
|
|
1850
|
-
spaceRun?: Array<ACLAction> | undefined;
|
|
1851
|
-
passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
|
|
1852
1865
|
rateLimit?: Array<ACLAction> | undefined;
|
|
1853
1866
|
redis?: Array<ACLAction> | undefined;
|
|
1854
|
-
|
|
1867
|
+
redisStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1855
1868
|
remoteCaching?: Array<ACLAction> | undefined;
|
|
1869
|
+
repository?: Array<ACLAction> | undefined;
|
|
1856
1870
|
samlConfig?: Array<ACLAction> | undefined;
|
|
1857
1871
|
secret?: Array<ACLAction> | undefined;
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1872
|
+
sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
|
|
1873
|
+
sharedEnvVars?: Array<ACLAction> | undefined;
|
|
1874
|
+
sharedEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1875
|
+
space?: Array<ACLAction> | undefined;
|
|
1876
|
+
spaceRun?: Array<ACLAction> | undefined;
|
|
1863
1877
|
storeTransfer?: Array<ACLAction> | undefined;
|
|
1864
1878
|
supportCase?: Array<ACLAction> | undefined;
|
|
1865
1879
|
supportCaseComment?: Array<ACLAction> | undefined;
|
|
1866
|
-
dataCacheBillingSettings?: Array<ACLAction> | undefined;
|
|
1867
1880
|
team?: Array<ACLAction> | undefined;
|
|
1868
1881
|
teamAccessRequest?: Array<ACLAction> | undefined;
|
|
1869
1882
|
teamFellowMembership?: Array<ACLAction> | undefined;
|
|
@@ -1878,26 +1891,15 @@ export type UpdateProjectPermissions = {
|
|
|
1878
1891
|
token?: Array<ACLAction> | undefined;
|
|
1879
1892
|
usage?: Array<ACLAction> | undefined;
|
|
1880
1893
|
usageCycle?: Array<ACLAction> | undefined;
|
|
1894
|
+
vercelRun?: Array<ACLAction> | undefined;
|
|
1895
|
+
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1881
1896
|
vpcPeeringConnection?: Array<ACLAction> | undefined;
|
|
1882
1897
|
webAnalyticsPlan?: Array<ACLAction> | undefined;
|
|
1883
|
-
edgeConfig?: Array<ACLAction> | undefined;
|
|
1884
|
-
edgeConfigItem?: Array<ACLAction> | undefined;
|
|
1885
|
-
edgeConfigSchema?: Array<ACLAction> | undefined;
|
|
1886
|
-
edgeConfigToken?: Array<ACLAction> | undefined;
|
|
1887
1898
|
webhook?: Array<ACLAction> | undefined;
|
|
1888
1899
|
webhookEvent?: Array<ACLAction> | undefined;
|
|
1889
|
-
endpointVerification?: Array<ACLAction> | undefined;
|
|
1890
|
-
projectTransferIn?: Array<ACLAction> | undefined;
|
|
1891
|
-
oauth2Application?: Array<ACLAction> | undefined;
|
|
1892
|
-
vercelRun?: Array<ACLAction> | undefined;
|
|
1893
|
-
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1894
|
-
apiKey?: Array<ACLAction> | undefined;
|
|
1895
|
-
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1896
|
-
apiKeyAiGateway?: Array<ACLAction> | undefined;
|
|
1897
1900
|
aliasProject?: Array<ACLAction> | undefined;
|
|
1898
1901
|
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1899
1902
|
buildMachine?: Array<ACLAction> | undefined;
|
|
1900
|
-
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1901
1903
|
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1902
1904
|
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1903
1905
|
deployment?: Array<ACLAction> | undefined;
|
|
@@ -1913,54 +1915,54 @@ export type UpdateProjectPermissions = {
|
|
|
1913
1915
|
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1914
1916
|
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1915
1917
|
environments?: Array<ACLAction> | undefined;
|
|
1918
|
+
job?: Array<ACLAction> | undefined;
|
|
1916
1919
|
logs?: Array<ACLAction> | undefined;
|
|
1917
1920
|
logsPreset?: Array<ACLAction> | undefined;
|
|
1918
|
-
passwordProtection?: Array<ACLAction> | undefined;
|
|
1919
|
-
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1920
|
-
job?: Array<ACLAction> | undefined;
|
|
1921
1921
|
observabilityData?: Array<ACLAction> | undefined;
|
|
1922
1922
|
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1923
1923
|
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1924
|
+
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1925
|
+
passwordProtection?: Array<ACLAction> | undefined;
|
|
1926
|
+
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1924
1927
|
project?: Array<ACLAction> | undefined;
|
|
1925
|
-
projectFromV0?: Array<ACLAction> | undefined;
|
|
1926
1928
|
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1927
1929
|
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1930
|
+
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1928
1931
|
projectCheck?: Array<ACLAction> | undefined;
|
|
1929
1932
|
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1933
|
+
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1930
1934
|
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1931
1935
|
projectDomain?: Array<ACLAction> | undefined;
|
|
1932
|
-
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1933
1936
|
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1937
|
+
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1934
1938
|
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1935
1939
|
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1936
1940
|
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1937
1941
|
projectFlags?: Array<ACLAction> | undefined;
|
|
1942
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1938
1943
|
projectId?: Array<ACLAction> | undefined;
|
|
1939
1944
|
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1940
1945
|
projectLink?: Array<ACLAction> | undefined;
|
|
1941
1946
|
projectMember?: Array<ACLAction> | undefined;
|
|
1942
1947
|
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1948
|
+
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1943
1949
|
projectPermissions?: Array<ACLAction> | undefined;
|
|
1944
1950
|
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1945
|
-
projectTransfer?: Array<ACLAction> | undefined;
|
|
1946
|
-
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1947
1951
|
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1948
|
-
|
|
1949
|
-
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1952
|
+
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1950
1953
|
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1951
1954
|
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1952
|
-
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1953
|
-
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1954
1955
|
projectTier?: Array<ACLAction> | undefined;
|
|
1955
|
-
|
|
1956
|
+
projectTransfer?: Array<ACLAction> | undefined;
|
|
1957
|
+
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1958
|
+
projectUsage?: Array<ACLAction> | undefined;
|
|
1956
1959
|
seawallConfig?: Array<ACLAction> | undefined;
|
|
1960
|
+
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1957
1961
|
skewProtection?: Array<ACLAction> | undefined;
|
|
1958
1962
|
analytics?: Array<ACLAction> | undefined;
|
|
1959
1963
|
trustedIps?: Array<ACLAction> | undefined;
|
|
1960
1964
|
v0Chat?: Array<ACLAction> | undefined;
|
|
1961
1965
|
webAnalytics?: Array<ACLAction> | undefined;
|
|
1962
|
-
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1963
|
-
sonar?: Array<ACLAction> | undefined;
|
|
1964
1966
|
};
|
|
1965
1967
|
|
|
1966
1968
|
export type UpdateProjectLastRollbackTarget = {};
|
|
@@ -9903,9 +9905,17 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9903
9905
|
userSudo: z.array(ACLAction$inboundSchema).optional(),
|
|
9904
9906
|
webAuthn: z.array(ACLAction$inboundSchema).optional(),
|
|
9905
9907
|
accessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
9908
|
+
agent: z.array(ACLAction$inboundSchema).optional(),
|
|
9909
|
+
alerts: z.array(ACLAction$inboundSchema).optional(),
|
|
9906
9910
|
aliasGlobal: z.array(ACLAction$inboundSchema).optional(),
|
|
9907
9911
|
analyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
9908
9912
|
analyticsUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
9913
|
+
apiKey: z.array(ACLAction$inboundSchema).optional(),
|
|
9914
|
+
apiKeyAiGateway: z.array(ACLAction$inboundSchema).optional(),
|
|
9915
|
+
apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
|
|
9916
|
+
oauth2Application: z.array(ACLAction$inboundSchema).optional(),
|
|
9917
|
+
vercelAppInstallation: z.array(ACLAction$inboundSchema).optional(),
|
|
9918
|
+
vercelAppInstallationRequest: z.array(ACLAction$inboundSchema).optional(),
|
|
9909
9919
|
auditLog: z.array(ACLAction$inboundSchema).optional(),
|
|
9910
9920
|
billingAddress: z.array(ACLAction$inboundSchema).optional(),
|
|
9911
9921
|
billingInformation: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -9917,6 +9927,7 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9917
9927
|
billingRefund: z.array(ACLAction$inboundSchema).optional(),
|
|
9918
9928
|
billingTaxId: z.array(ACLAction$inboundSchema).optional(),
|
|
9919
9929
|
blob: z.array(ACLAction$inboundSchema).optional(),
|
|
9930
|
+
blobStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
|
|
9920
9931
|
budget: z.array(ACLAction$inboundSchema).optional(),
|
|
9921
9932
|
cacheArtifact: z.array(ACLAction$inboundSchema).optional(),
|
|
9922
9933
|
cacheArtifactUsageEvent: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -9924,6 +9935,7 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9924
9935
|
concurrentBuilds: z.array(ACLAction$inboundSchema).optional(),
|
|
9925
9936
|
connect: z.array(ACLAction$inboundSchema).optional(),
|
|
9926
9937
|
connectConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
9938
|
+
dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
9927
9939
|
defaultDeploymentProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
9928
9940
|
domain: z.array(ACLAction$inboundSchema).optional(),
|
|
9929
9941
|
domainAcceptDelegation: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -9934,43 +9946,48 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9934
9946
|
domainPurchase: z.array(ACLAction$inboundSchema).optional(),
|
|
9935
9947
|
domainRecord: z.array(ACLAction$inboundSchema).optional(),
|
|
9936
9948
|
domainTransferIn: z.array(ACLAction$inboundSchema).optional(),
|
|
9949
|
+
drain: z.array(ACLAction$inboundSchema).optional(),
|
|
9950
|
+
edgeConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
9951
|
+
edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
|
|
9952
|
+
edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
|
|
9953
|
+
edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
|
|
9954
|
+
endpointVerification: z.array(ACLAction$inboundSchema).optional(),
|
|
9937
9955
|
event: z.array(ACLAction$inboundSchema).optional(),
|
|
9938
|
-
ownEvent: z.array(ACLAction$inboundSchema).optional(),
|
|
9939
|
-
sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
|
|
9940
|
-
.optional(),
|
|
9941
9956
|
fileUpload: z.array(ACLAction$inboundSchema).optional(),
|
|
9942
9957
|
flagsExplorerSubscription: z.array(ACLAction$inboundSchema).optional(),
|
|
9943
9958
|
gitRepository: z.array(ACLAction$inboundSchema).optional(),
|
|
9944
|
-
ipBlocking: z.array(ACLAction$inboundSchema).optional(),
|
|
9945
9959
|
imageOptimizationNewPrice: z.array(ACLAction$inboundSchema).optional(),
|
|
9946
9960
|
integration: z.array(ACLAction$inboundSchema).optional(),
|
|
9947
9961
|
integrationAccount: z.array(ACLAction$inboundSchema).optional(),
|
|
9948
9962
|
integrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
9949
|
-
integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
9950
9963
|
integrationConfigurationProjects: z.array(ACLAction$inboundSchema).optional(),
|
|
9951
|
-
integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
|
|
9952
|
-
.optional(),
|
|
9953
9964
|
integrationConfigurationRole: z.array(ACLAction$inboundSchema).optional(),
|
|
9954
|
-
|
|
9955
|
-
|
|
9965
|
+
integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
9966
|
+
integrationDeploymentAction: z.array(ACLAction$inboundSchema).optional(),
|
|
9956
9967
|
integrationEvent: z.array(ACLAction$inboundSchema).optional(),
|
|
9968
|
+
integrationResource: z.array(ACLAction$inboundSchema).optional(),
|
|
9969
|
+
integrationResourceReplCommand: z.array(ACLAction$inboundSchema).optional(),
|
|
9957
9970
|
integrationResourceSecrets: z.array(ACLAction$inboundSchema).optional(),
|
|
9958
|
-
|
|
9959
|
-
|
|
9960
|
-
|
|
9961
|
-
marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
|
|
9962
|
-
marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
9963
|
-
marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
|
|
9964
|
-
marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
|
|
9971
|
+
integrationSSOSession: z.array(ACLAction$inboundSchema).optional(),
|
|
9972
|
+
integrationStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
|
|
9973
|
+
integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
|
|
9965
9974
|
.optional(),
|
|
9975
|
+
ipBlocking: z.array(ACLAction$inboundSchema).optional(),
|
|
9966
9976
|
jobGlobal: z.array(ACLAction$inboundSchema).optional(),
|
|
9967
|
-
drain: z.array(ACLAction$inboundSchema).optional(),
|
|
9968
9977
|
logDrain: z.array(ACLAction$inboundSchema).optional(),
|
|
9978
|
+
marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
|
|
9979
|
+
marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
|
|
9980
|
+
.optional(),
|
|
9981
|
+
marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
|
|
9982
|
+
marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
|
|
9983
|
+
marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
|
|
9984
|
+
marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
9969
9985
|
Monitoring: z.array(ACLAction$inboundSchema).optional(),
|
|
9970
|
-
monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
9971
|
-
monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
|
|
9972
|
-
monitoringChart: z.array(ACLAction$inboundSchema).optional(),
|
|
9973
9986
|
monitoringAlert: z.array(ACLAction$inboundSchema).optional(),
|
|
9987
|
+
monitoringChart: z.array(ACLAction$inboundSchema).optional(),
|
|
9988
|
+
monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
|
|
9989
|
+
monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
9990
|
+
notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
|
|
9974
9991
|
notificationDeploymentFailed: z.array(ACLAction$inboundSchema).optional(),
|
|
9975
9992
|
notificationDomainConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
9976
9993
|
notificationDomainExpire: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -9981,42 +9998,38 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9981
9998
|
notificationDomainUnverified: z.array(ACLAction$inboundSchema).optional(),
|
|
9982
9999
|
NotificationMonitoringAlert: z.array(ACLAction$inboundSchema).optional(),
|
|
9983
10000
|
notificationPaymentFailed: z.array(ACLAction$inboundSchema).optional(),
|
|
9984
|
-
notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
|
|
9985
10001
|
notificationPreferences: z.array(ACLAction$inboundSchema).optional(),
|
|
9986
|
-
notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
|
|
9987
10002
|
notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
|
|
10003
|
+
notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
|
|
9988
10004
|
observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
9989
|
-
alerts: z.array(ACLAction$inboundSchema).optional(),
|
|
9990
|
-
observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
|
|
9991
10005
|
observabilityFunnel: z.array(ACLAction$inboundSchema).optional(),
|
|
10006
|
+
observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
|
|
9992
10007
|
openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
|
|
9993
|
-
|
|
9994
|
-
|
|
10008
|
+
ownEvent: z.array(ACLAction$inboundSchema).optional(),
|
|
10009
|
+
passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
|
|
9995
10010
|
paymentMethod: z.array(ACLAction$inboundSchema).optional(),
|
|
9996
10011
|
permissions: z.array(ACLAction$inboundSchema).optional(),
|
|
9997
10012
|
postgres: z.array(ACLAction$inboundSchema).optional(),
|
|
10013
|
+
postgresStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
|
|
9998
10014
|
previewDeploymentSuffix: z.array(ACLAction$inboundSchema).optional(),
|
|
10015
|
+
projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
|
|
9999
10016
|
proTrialOnboarding: z.array(ACLAction$inboundSchema).optional(),
|
|
10000
|
-
sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
10001
|
-
sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
|
|
10002
|
-
space: z.array(ACLAction$inboundSchema).optional(),
|
|
10003
|
-
spaceRun: z.array(ACLAction$inboundSchema).optional(),
|
|
10004
|
-
passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
|
|
10005
10017
|
rateLimit: z.array(ACLAction$inboundSchema).optional(),
|
|
10006
10018
|
redis: z.array(ACLAction$inboundSchema).optional(),
|
|
10007
|
-
|
|
10019
|
+
redisStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
|
|
10008
10020
|
remoteCaching: z.array(ACLAction$inboundSchema).optional(),
|
|
10021
|
+
repository: z.array(ACLAction$inboundSchema).optional(),
|
|
10009
10022
|
samlConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
10010
10023
|
secret: z.array(ACLAction$inboundSchema).optional(),
|
|
10011
|
-
|
|
10012
|
-
|
|
10013
|
-
|
|
10014
|
-
|
|
10015
|
-
|
|
10024
|
+
sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
|
|
10025
|
+
.optional(),
|
|
10026
|
+
sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
10027
|
+
sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
|
|
10028
|
+
space: z.array(ACLAction$inboundSchema).optional(),
|
|
10029
|
+
spaceRun: z.array(ACLAction$inboundSchema).optional(),
|
|
10016
10030
|
storeTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
10017
10031
|
supportCase: z.array(ACLAction$inboundSchema).optional(),
|
|
10018
10032
|
supportCaseComment: z.array(ACLAction$inboundSchema).optional(),
|
|
10019
|
-
dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
10020
10033
|
team: z.array(ACLAction$inboundSchema).optional(),
|
|
10021
10034
|
teamAccessRequest: z.array(ACLAction$inboundSchema).optional(),
|
|
10022
10035
|
teamFellowMembership: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -10031,26 +10044,15 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
10031
10044
|
token: z.array(ACLAction$inboundSchema).optional(),
|
|
10032
10045
|
usage: z.array(ACLAction$inboundSchema).optional(),
|
|
10033
10046
|
usageCycle: z.array(ACLAction$inboundSchema).optional(),
|
|
10047
|
+
vercelRun: z.array(ACLAction$inboundSchema).optional(),
|
|
10048
|
+
vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
|
|
10034
10049
|
vpcPeeringConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
10035
10050
|
webAnalyticsPlan: z.array(ACLAction$inboundSchema).optional(),
|
|
10036
|
-
edgeConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
10037
|
-
edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
|
|
10038
|
-
edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
|
|
10039
|
-
edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
|
|
10040
10051
|
webhook: z.array(ACLAction$inboundSchema).optional(),
|
|
10041
10052
|
"webhook-event": z.array(ACLAction$inboundSchema).optional(),
|
|
10042
|
-
endpointVerification: z.array(ACLAction$inboundSchema).optional(),
|
|
10043
|
-
projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
|
|
10044
|
-
oauth2Application: z.array(ACLAction$inboundSchema).optional(),
|
|
10045
|
-
vercelRun: z.array(ACLAction$inboundSchema).optional(),
|
|
10046
|
-
vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
|
|
10047
|
-
apiKey: z.array(ACLAction$inboundSchema).optional(),
|
|
10048
|
-
apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
|
|
10049
|
-
apiKeyAiGateway: z.array(ACLAction$inboundSchema).optional(),
|
|
10050
10053
|
aliasProject: z.array(ACLAction$inboundSchema).optional(),
|
|
10051
10054
|
aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
10052
10055
|
buildMachine: z.array(ACLAction$inboundSchema).optional(),
|
|
10053
|
-
productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
10054
10056
|
connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
|
|
10055
10057
|
dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
10056
10058
|
deployment: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -10067,55 +10069,55 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
10067
10069
|
deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
|
|
10068
10070
|
edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
10069
10071
|
environments: z.array(ACLAction$inboundSchema).optional(),
|
|
10072
|
+
job: z.array(ACLAction$inboundSchema).optional(),
|
|
10070
10073
|
logs: z.array(ACLAction$inboundSchema).optional(),
|
|
10071
10074
|
logsPreset: z.array(ACLAction$inboundSchema).optional(),
|
|
10072
|
-
passwordProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
10073
|
-
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
10074
|
-
job: z.array(ACLAction$inboundSchema).optional(),
|
|
10075
10075
|
observabilityData: z.array(ACLAction$inboundSchema).optional(),
|
|
10076
10076
|
onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
|
|
10077
10077
|
onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
|
|
10078
|
+
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
10079
|
+
passwordProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
10080
|
+
productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
10078
10081
|
project: z.array(ACLAction$inboundSchema).optional(),
|
|
10079
|
-
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
10080
10082
|
projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
10081
10083
|
projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
10084
|
+
projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
10082
10085
|
projectCheck: z.array(ACLAction$inboundSchema).optional(),
|
|
10083
10086
|
projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
|
|
10087
|
+
projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
|
|
10084
10088
|
projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
|
|
10085
10089
|
projectDomain: z.array(ACLAction$inboundSchema).optional(),
|
|
10086
|
-
projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
|
|
10087
10090
|
projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
10091
|
+
projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
|
|
10088
10092
|
projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
10089
10093
|
projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
|
|
10090
10094
|
projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
|
|
10091
10095
|
.optional(),
|
|
10092
10096
|
projectFlags: z.array(ACLAction$inboundSchema).optional(),
|
|
10097
|
+
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
10093
10098
|
projectId: z.array(ACLAction$inboundSchema).optional(),
|
|
10094
10099
|
projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
10095
10100
|
projectLink: z.array(ACLAction$inboundSchema).optional(),
|
|
10096
10101
|
projectMember: z.array(ACLAction$inboundSchema).optional(),
|
|
10097
10102
|
projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
|
|
10103
|
+
projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
|
|
10098
10104
|
projectPermissions: z.array(ACLAction$inboundSchema).optional(),
|
|
10099
10105
|
projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
|
|
10100
|
-
projectTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
10101
|
-
projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
|
|
10102
10106
|
projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
10103
|
-
|
|
10104
|
-
projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
10107
|
+
projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
|
|
10105
10108
|
projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
|
|
10106
10109
|
projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
|
|
10107
|
-
projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
|
|
10108
|
-
projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
|
|
10109
10110
|
projectTier: z.array(ACLAction$inboundSchema).optional(),
|
|
10110
|
-
|
|
10111
|
+
projectTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
10112
|
+
projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
|
|
10113
|
+
projectUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
10111
10114
|
seawallConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
10115
|
+
sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
10112
10116
|
skewProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
10113
10117
|
analytics: z.array(ACLAction$inboundSchema).optional(),
|
|
10114
10118
|
trustedIps: z.array(ACLAction$inboundSchema).optional(),
|
|
10115
10119
|
v0Chat: z.array(ACLAction$inboundSchema).optional(),
|
|
10116
10120
|
webAnalytics: z.array(ACLAction$inboundSchema).optional(),
|
|
10117
|
-
sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
10118
|
-
sonar: z.array(ACLAction$inboundSchema).optional(),
|
|
10119
10121
|
}).transform((v) => {
|
|
10120
10122
|
return remap$(v, {
|
|
10121
10123
|
"Monitoring": "monitoring",
|
|
@@ -10132,9 +10134,17 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
10132
10134
|
userSudo?: Array<string> | undefined;
|
|
10133
10135
|
webAuthn?: Array<string> | undefined;
|
|
10134
10136
|
accessGroup?: Array<string> | undefined;
|
|
10137
|
+
agent?: Array<string> | undefined;
|
|
10138
|
+
alerts?: Array<string> | undefined;
|
|
10135
10139
|
aliasGlobal?: Array<string> | undefined;
|
|
10136
10140
|
analyticsSampling?: Array<string> | undefined;
|
|
10137
10141
|
analyticsUsage?: Array<string> | undefined;
|
|
10142
|
+
apiKey?: Array<string> | undefined;
|
|
10143
|
+
apiKeyAiGateway?: Array<string> | undefined;
|
|
10144
|
+
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
10145
|
+
oauth2Application?: Array<string> | undefined;
|
|
10146
|
+
vercelAppInstallation?: Array<string> | undefined;
|
|
10147
|
+
vercelAppInstallationRequest?: Array<string> | undefined;
|
|
10138
10148
|
auditLog?: Array<string> | undefined;
|
|
10139
10149
|
billingAddress?: Array<string> | undefined;
|
|
10140
10150
|
billingInformation?: Array<string> | undefined;
|
|
@@ -10146,6 +10156,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
10146
10156
|
billingRefund?: Array<string> | undefined;
|
|
10147
10157
|
billingTaxId?: Array<string> | undefined;
|
|
10148
10158
|
blob?: Array<string> | undefined;
|
|
10159
|
+
blobStoreTokenSet?: Array<string> | undefined;
|
|
10149
10160
|
budget?: Array<string> | undefined;
|
|
10150
10161
|
cacheArtifact?: Array<string> | undefined;
|
|
10151
10162
|
cacheArtifactUsageEvent?: Array<string> | undefined;
|
|
@@ -10153,6 +10164,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
10153
10164
|
concurrentBuilds?: Array<string> | undefined;
|
|
10154
10165
|
connect?: Array<string> | undefined;
|
|
10155
10166
|
connectConfiguration?: Array<string> | undefined;
|
|
10167
|
+
dataCacheBillingSettings?: Array<string> | undefined;
|
|
10156
10168
|
defaultDeploymentProtection?: Array<string> | undefined;
|
|
10157
10169
|
domain?: Array<string> | undefined;
|
|
10158
10170
|
domainAcceptDelegation?: Array<string> | undefined;
|
|
@@ -10163,40 +10175,46 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
10163
10175
|
domainPurchase?: Array<string> | undefined;
|
|
10164
10176
|
domainRecord?: Array<string> | undefined;
|
|
10165
10177
|
domainTransferIn?: Array<string> | undefined;
|
|
10178
|
+
drain?: Array<string> | undefined;
|
|
10179
|
+
edgeConfig?: Array<string> | undefined;
|
|
10180
|
+
edgeConfigItem?: Array<string> | undefined;
|
|
10181
|
+
edgeConfigSchema?: Array<string> | undefined;
|
|
10182
|
+
edgeConfigToken?: Array<string> | undefined;
|
|
10183
|
+
endpointVerification?: Array<string> | undefined;
|
|
10166
10184
|
event?: Array<string> | undefined;
|
|
10167
|
-
ownEvent?: Array<string> | undefined;
|
|
10168
|
-
sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
|
|
10169
10185
|
fileUpload?: Array<string> | undefined;
|
|
10170
10186
|
flagsExplorerSubscription?: Array<string> | undefined;
|
|
10171
10187
|
gitRepository?: Array<string> | undefined;
|
|
10172
|
-
ipBlocking?: Array<string> | undefined;
|
|
10173
10188
|
imageOptimizationNewPrice?: Array<string> | undefined;
|
|
10174
10189
|
integration?: Array<string> | undefined;
|
|
10175
10190
|
integrationAccount?: Array<string> | undefined;
|
|
10176
10191
|
integrationConfiguration?: Array<string> | undefined;
|
|
10177
|
-
integrationConfigurationTransfer?: Array<string> | undefined;
|
|
10178
10192
|
integrationConfigurationProjects?: Array<string> | undefined;
|
|
10179
|
-
integrationVercelConfigurationOverride?: Array<string> | undefined;
|
|
10180
10193
|
integrationConfigurationRole?: Array<string> | undefined;
|
|
10181
|
-
|
|
10182
|
-
|
|
10194
|
+
integrationConfigurationTransfer?: Array<string> | undefined;
|
|
10195
|
+
integrationDeploymentAction?: Array<string> | undefined;
|
|
10183
10196
|
integrationEvent?: Array<string> | undefined;
|
|
10197
|
+
integrationResource?: Array<string> | undefined;
|
|
10198
|
+
integrationResourceReplCommand?: Array<string> | undefined;
|
|
10184
10199
|
integrationResourceSecrets?: Array<string> | undefined;
|
|
10185
|
-
|
|
10186
|
-
|
|
10200
|
+
integrationSSOSession?: Array<string> | undefined;
|
|
10201
|
+
integrationStoreTokenSet?: Array<string> | undefined;
|
|
10202
|
+
integrationVercelConfigurationOverride?: Array<string> | undefined;
|
|
10203
|
+
ipBlocking?: Array<string> | undefined;
|
|
10204
|
+
jobGlobal?: Array<string> | undefined;
|
|
10205
|
+
logDrain?: Array<string> | undefined;
|
|
10187
10206
|
marketplaceBillingData?: Array<string> | undefined;
|
|
10207
|
+
marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
|
|
10208
|
+
marketplaceExperimentationItem?: Array<string> | undefined;
|
|
10209
|
+
marketplaceInstallationMember?: Array<string> | undefined;
|
|
10188
10210
|
marketplaceInvoice?: Array<string> | undefined;
|
|
10189
10211
|
marketplaceSettings?: Array<string> | undefined;
|
|
10190
|
-
marketplaceExperimentationItem?: Array<string> | undefined;
|
|
10191
|
-
marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
|
|
10192
|
-
jobGlobal?: Array<string> | undefined;
|
|
10193
|
-
drain?: Array<string> | undefined;
|
|
10194
|
-
logDrain?: Array<string> | undefined;
|
|
10195
10212
|
Monitoring?: Array<string> | undefined;
|
|
10196
|
-
monitoringSettings?: Array<string> | undefined;
|
|
10197
|
-
monitoringQuery?: Array<string> | undefined;
|
|
10198
|
-
monitoringChart?: Array<string> | undefined;
|
|
10199
10213
|
monitoringAlert?: Array<string> | undefined;
|
|
10214
|
+
monitoringChart?: Array<string> | undefined;
|
|
10215
|
+
monitoringQuery?: Array<string> | undefined;
|
|
10216
|
+
monitoringSettings?: Array<string> | undefined;
|
|
10217
|
+
notificationCustomerBudget?: Array<string> | undefined;
|
|
10200
10218
|
notificationDeploymentFailed?: Array<string> | undefined;
|
|
10201
10219
|
notificationDomainConfiguration?: Array<string> | undefined;
|
|
10202
10220
|
notificationDomainExpire?: Array<string> | undefined;
|
|
@@ -10207,42 +10225,37 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
10207
10225
|
notificationDomainUnverified?: Array<string> | undefined;
|
|
10208
10226
|
NotificationMonitoringAlert?: Array<string> | undefined;
|
|
10209
10227
|
notificationPaymentFailed?: Array<string> | undefined;
|
|
10210
|
-
notificationUsageAlert?: Array<string> | undefined;
|
|
10211
10228
|
notificationPreferences?: Array<string> | undefined;
|
|
10212
|
-
notificationCustomerBudget?: Array<string> | undefined;
|
|
10213
10229
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
10230
|
+
notificationUsageAlert?: Array<string> | undefined;
|
|
10214
10231
|
observabilityConfiguration?: Array<string> | undefined;
|
|
10215
|
-
alerts?: Array<string> | undefined;
|
|
10216
|
-
observabilityNotebook?: Array<string> | undefined;
|
|
10217
10232
|
observabilityFunnel?: Array<string> | undefined;
|
|
10233
|
+
observabilityNotebook?: Array<string> | undefined;
|
|
10218
10234
|
openTelemetryEndpoint?: Array<string> | undefined;
|
|
10219
|
-
|
|
10220
|
-
|
|
10235
|
+
ownEvent?: Array<string> | undefined;
|
|
10236
|
+
passwordProtectionInvoiceItem?: Array<string> | undefined;
|
|
10221
10237
|
paymentMethod?: Array<string> | undefined;
|
|
10222
10238
|
permissions?: Array<string> | undefined;
|
|
10223
10239
|
postgres?: Array<string> | undefined;
|
|
10240
|
+
postgresStoreTokenSet?: Array<string> | undefined;
|
|
10224
10241
|
previewDeploymentSuffix?: Array<string> | undefined;
|
|
10242
|
+
projectTransferIn?: Array<string> | undefined;
|
|
10225
10243
|
proTrialOnboarding?: Array<string> | undefined;
|
|
10226
|
-
sharedEnvVars?: Array<string> | undefined;
|
|
10227
|
-
sharedEnvVarsProduction?: Array<string> | undefined;
|
|
10228
|
-
space?: Array<string> | undefined;
|
|
10229
|
-
spaceRun?: Array<string> | undefined;
|
|
10230
|
-
passwordProtectionInvoiceItem?: Array<string> | undefined;
|
|
10231
10244
|
rateLimit?: Array<string> | undefined;
|
|
10232
10245
|
redis?: Array<string> | undefined;
|
|
10233
|
-
|
|
10246
|
+
redisStoreTokenSet?: Array<string> | undefined;
|
|
10234
10247
|
remoteCaching?: Array<string> | undefined;
|
|
10248
|
+
repository?: Array<string> | undefined;
|
|
10235
10249
|
samlConfig?: Array<string> | undefined;
|
|
10236
10250
|
secret?: Array<string> | undefined;
|
|
10237
|
-
|
|
10238
|
-
|
|
10239
|
-
|
|
10240
|
-
|
|
10241
|
-
|
|
10251
|
+
sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
|
|
10252
|
+
sharedEnvVars?: Array<string> | undefined;
|
|
10253
|
+
sharedEnvVarsProduction?: Array<string> | undefined;
|
|
10254
|
+
space?: Array<string> | undefined;
|
|
10255
|
+
spaceRun?: Array<string> | undefined;
|
|
10242
10256
|
storeTransfer?: Array<string> | undefined;
|
|
10243
10257
|
supportCase?: Array<string> | undefined;
|
|
10244
10258
|
supportCaseComment?: Array<string> | undefined;
|
|
10245
|
-
dataCacheBillingSettings?: Array<string> | undefined;
|
|
10246
10259
|
team?: Array<string> | undefined;
|
|
10247
10260
|
teamAccessRequest?: Array<string> | undefined;
|
|
10248
10261
|
teamFellowMembership?: Array<string> | undefined;
|
|
@@ -10257,26 +10270,15 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
10257
10270
|
token?: Array<string> | undefined;
|
|
10258
10271
|
usage?: Array<string> | undefined;
|
|
10259
10272
|
usageCycle?: Array<string> | undefined;
|
|
10273
|
+
vercelRun?: Array<string> | undefined;
|
|
10274
|
+
vercelRunExec?: Array<string> | undefined;
|
|
10260
10275
|
vpcPeeringConnection?: Array<string> | undefined;
|
|
10261
10276
|
webAnalyticsPlan?: Array<string> | undefined;
|
|
10262
|
-
edgeConfig?: Array<string> | undefined;
|
|
10263
|
-
edgeConfigItem?: Array<string> | undefined;
|
|
10264
|
-
edgeConfigSchema?: Array<string> | undefined;
|
|
10265
|
-
edgeConfigToken?: Array<string> | undefined;
|
|
10266
10277
|
webhook?: Array<string> | undefined;
|
|
10267
10278
|
"webhook-event"?: Array<string> | undefined;
|
|
10268
|
-
endpointVerification?: Array<string> | undefined;
|
|
10269
|
-
projectTransferIn?: Array<string> | undefined;
|
|
10270
|
-
oauth2Application?: Array<string> | undefined;
|
|
10271
|
-
vercelRun?: Array<string> | undefined;
|
|
10272
|
-
vercelRunExec?: Array<string> | undefined;
|
|
10273
|
-
apiKey?: Array<string> | undefined;
|
|
10274
|
-
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
10275
|
-
apiKeyAiGateway?: Array<string> | undefined;
|
|
10276
10279
|
aliasProject?: Array<string> | undefined;
|
|
10277
10280
|
aliasProtectionBypass?: Array<string> | undefined;
|
|
10278
10281
|
buildMachine?: Array<string> | undefined;
|
|
10279
|
-
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
10280
10282
|
connectConfigurationLink?: Array<string> | undefined;
|
|
10281
10283
|
dataCacheNamespace?: Array<string> | undefined;
|
|
10282
10284
|
deployment?: Array<string> | undefined;
|
|
@@ -10292,54 +10294,54 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
10292
10294
|
deploymentRollback?: Array<string> | undefined;
|
|
10293
10295
|
edgeCacheNamespace?: Array<string> | undefined;
|
|
10294
10296
|
environments?: Array<string> | undefined;
|
|
10297
|
+
job?: Array<string> | undefined;
|
|
10295
10298
|
logs?: Array<string> | undefined;
|
|
10296
10299
|
logsPreset?: Array<string> | undefined;
|
|
10297
|
-
passwordProtection?: Array<string> | undefined;
|
|
10298
|
-
optionsAllowlist?: Array<string> | undefined;
|
|
10299
|
-
job?: Array<string> | undefined;
|
|
10300
10300
|
observabilityData?: Array<string> | undefined;
|
|
10301
10301
|
onDemandBuild?: Array<string> | undefined;
|
|
10302
10302
|
onDemandConcurrency?: Array<string> | undefined;
|
|
10303
|
+
optionsAllowlist?: Array<string> | undefined;
|
|
10304
|
+
passwordProtection?: Array<string> | undefined;
|
|
10305
|
+
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
10303
10306
|
project?: Array<string> | undefined;
|
|
10304
|
-
projectFromV0?: Array<string> | undefined;
|
|
10305
10307
|
projectAccessGroup?: Array<string> | undefined;
|
|
10306
10308
|
projectAnalyticsSampling?: Array<string> | undefined;
|
|
10309
|
+
projectAnalyticsUsage?: Array<string> | undefined;
|
|
10307
10310
|
projectCheck?: Array<string> | undefined;
|
|
10308
10311
|
projectCheckRun?: Array<string> | undefined;
|
|
10312
|
+
projectDeploymentExpiration?: Array<string> | undefined;
|
|
10309
10313
|
projectDeploymentHook?: Array<string> | undefined;
|
|
10310
10314
|
projectDomain?: Array<string> | undefined;
|
|
10311
|
-
projectDomainMove?: Array<string> | undefined;
|
|
10312
10315
|
projectDomainCheckConfig?: Array<string> | undefined;
|
|
10316
|
+
projectDomainMove?: Array<string> | undefined;
|
|
10313
10317
|
projectEnvVars?: Array<string> | undefined;
|
|
10314
10318
|
projectEnvVarsProduction?: Array<string> | undefined;
|
|
10315
10319
|
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
10316
10320
|
projectFlags?: Array<string> | undefined;
|
|
10321
|
+
projectFromV0?: Array<string> | undefined;
|
|
10317
10322
|
projectId?: Array<string> | undefined;
|
|
10318
10323
|
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
10319
10324
|
projectLink?: Array<string> | undefined;
|
|
10320
10325
|
projectMember?: Array<string> | undefined;
|
|
10321
10326
|
projectMonitoring?: Array<string> | undefined;
|
|
10327
|
+
projectOIDCToken?: Array<string> | undefined;
|
|
10322
10328
|
projectPermissions?: Array<string> | undefined;
|
|
10323
10329
|
projectProductionBranch?: Array<string> | undefined;
|
|
10324
|
-
projectTransfer?: Array<string> | undefined;
|
|
10325
|
-
projectTransferOut?: Array<string> | undefined;
|
|
10326
10330
|
projectProtectionBypass?: Array<string> | undefined;
|
|
10327
|
-
|
|
10328
|
-
projectAnalyticsUsage?: Array<string> | undefined;
|
|
10331
|
+
projectRollingRelease?: Array<string> | undefined;
|
|
10329
10332
|
projectSupportCase?: Array<string> | undefined;
|
|
10330
10333
|
projectSupportCaseComment?: Array<string> | undefined;
|
|
10331
|
-
projectDeploymentExpiration?: Array<string> | undefined;
|
|
10332
|
-
projectRollingRelease?: Array<string> | undefined;
|
|
10333
10334
|
projectTier?: Array<string> | undefined;
|
|
10334
|
-
|
|
10335
|
+
projectTransfer?: Array<string> | undefined;
|
|
10336
|
+
projectTransferOut?: Array<string> | undefined;
|
|
10337
|
+
projectUsage?: Array<string> | undefined;
|
|
10335
10338
|
seawallConfig?: Array<string> | undefined;
|
|
10339
|
+
sharedEnvVarConnection?: Array<string> | undefined;
|
|
10336
10340
|
skewProtection?: Array<string> | undefined;
|
|
10337
10341
|
analytics?: Array<string> | undefined;
|
|
10338
10342
|
trustedIps?: Array<string> | undefined;
|
|
10339
10343
|
v0Chat?: Array<string> | undefined;
|
|
10340
10344
|
webAnalytics?: Array<string> | undefined;
|
|
10341
|
-
sharedEnvVarConnection?: Array<string> | undefined;
|
|
10342
|
-
sonar?: Array<string> | undefined;
|
|
10343
10345
|
};
|
|
10344
10346
|
|
|
10345
10347
|
/** @internal */
|
|
@@ -10354,9 +10356,17 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
10354
10356
|
userSudo: z.array(ACLAction$outboundSchema).optional(),
|
|
10355
10357
|
webAuthn: z.array(ACLAction$outboundSchema).optional(),
|
|
10356
10358
|
accessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
10359
|
+
agent: z.array(ACLAction$outboundSchema).optional(),
|
|
10360
|
+
alerts: z.array(ACLAction$outboundSchema).optional(),
|
|
10357
10361
|
aliasGlobal: z.array(ACLAction$outboundSchema).optional(),
|
|
10358
10362
|
analyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
10359
10363
|
analyticsUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
10364
|
+
apiKey: z.array(ACLAction$outboundSchema).optional(),
|
|
10365
|
+
apiKeyAiGateway: z.array(ACLAction$outboundSchema).optional(),
|
|
10366
|
+
apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
|
|
10367
|
+
oauth2Application: z.array(ACLAction$outboundSchema).optional(),
|
|
10368
|
+
vercelAppInstallation: z.array(ACLAction$outboundSchema).optional(),
|
|
10369
|
+
vercelAppInstallationRequest: z.array(ACLAction$outboundSchema).optional(),
|
|
10360
10370
|
auditLog: z.array(ACLAction$outboundSchema).optional(),
|
|
10361
10371
|
billingAddress: z.array(ACLAction$outboundSchema).optional(),
|
|
10362
10372
|
billingInformation: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -10368,6 +10378,7 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
10368
10378
|
billingRefund: z.array(ACLAction$outboundSchema).optional(),
|
|
10369
10379
|
billingTaxId: z.array(ACLAction$outboundSchema).optional(),
|
|
10370
10380
|
blob: z.array(ACLAction$outboundSchema).optional(),
|
|
10381
|
+
blobStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
|
|
10371
10382
|
budget: z.array(ACLAction$outboundSchema).optional(),
|
|
10372
10383
|
cacheArtifact: z.array(ACLAction$outboundSchema).optional(),
|
|
10373
10384
|
cacheArtifactUsageEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -10375,6 +10386,7 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
10375
10386
|
concurrentBuilds: z.array(ACLAction$outboundSchema).optional(),
|
|
10376
10387
|
connect: z.array(ACLAction$outboundSchema).optional(),
|
|
10377
10388
|
connectConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
10389
|
+
dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
10378
10390
|
defaultDeploymentProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
10379
10391
|
domain: z.array(ACLAction$outboundSchema).optional(),
|
|
10380
10392
|
domainAcceptDelegation: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -10385,45 +10397,50 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
10385
10397
|
domainPurchase: z.array(ACLAction$outboundSchema).optional(),
|
|
10386
10398
|
domainRecord: z.array(ACLAction$outboundSchema).optional(),
|
|
10387
10399
|
domainTransferIn: z.array(ACLAction$outboundSchema).optional(),
|
|
10400
|
+
drain: z.array(ACLAction$outboundSchema).optional(),
|
|
10401
|
+
edgeConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
10402
|
+
edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
|
|
10403
|
+
edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
|
|
10404
|
+
edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
|
|
10405
|
+
endpointVerification: z.array(ACLAction$outboundSchema).optional(),
|
|
10388
10406
|
event: z.array(ACLAction$outboundSchema).optional(),
|
|
10389
|
-
ownEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
10390
|
-
sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
|
|
10391
|
-
.optional(),
|
|
10392
10407
|
fileUpload: z.array(ACLAction$outboundSchema).optional(),
|
|
10393
10408
|
flagsExplorerSubscription: z.array(ACLAction$outboundSchema).optional(),
|
|
10394
10409
|
gitRepository: z.array(ACLAction$outboundSchema).optional(),
|
|
10395
|
-
ipBlocking: z.array(ACLAction$outboundSchema).optional(),
|
|
10396
10410
|
imageOptimizationNewPrice: z.array(ACLAction$outboundSchema).optional(),
|
|
10397
10411
|
integration: z.array(ACLAction$outboundSchema).optional(),
|
|
10398
10412
|
integrationAccount: z.array(ACLAction$outboundSchema).optional(),
|
|
10399
10413
|
integrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
10400
|
-
integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
|
|
10401
|
-
.optional(),
|
|
10402
10414
|
integrationConfigurationProjects: z.array(ACLAction$outboundSchema)
|
|
10403
10415
|
.optional(),
|
|
10404
|
-
integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
|
|
10405
|
-
.optional(),
|
|
10406
10416
|
integrationConfigurationRole: z.array(ACLAction$outboundSchema).optional(),
|
|
10407
|
-
|
|
10408
|
-
|
|
10417
|
+
integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
|
|
10418
|
+
.optional(),
|
|
10419
|
+
integrationDeploymentAction: z.array(ACLAction$outboundSchema).optional(),
|
|
10409
10420
|
integrationEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
10421
|
+
integrationResource: z.array(ACLAction$outboundSchema).optional(),
|
|
10422
|
+
integrationResourceReplCommand: z.array(ACLAction$outboundSchema).optional(),
|
|
10410
10423
|
integrationResourceSecrets: z.array(ACLAction$outboundSchema).optional(),
|
|
10411
|
-
|
|
10412
|
-
|
|
10413
|
-
|
|
10414
|
-
marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
|
|
10415
|
-
marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
10416
|
-
marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
|
|
10417
|
-
marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
|
|
10424
|
+
integrationSSOSession: z.array(ACLAction$outboundSchema).optional(),
|
|
10425
|
+
integrationStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
|
|
10426
|
+
integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
|
|
10418
10427
|
.optional(),
|
|
10428
|
+
ipBlocking: z.array(ACLAction$outboundSchema).optional(),
|
|
10419
10429
|
jobGlobal: z.array(ACLAction$outboundSchema).optional(),
|
|
10420
|
-
drain: z.array(ACLAction$outboundSchema).optional(),
|
|
10421
10430
|
logDrain: z.array(ACLAction$outboundSchema).optional(),
|
|
10431
|
+
marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
|
|
10432
|
+
marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
|
|
10433
|
+
.optional(),
|
|
10434
|
+
marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
|
|
10435
|
+
marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
|
|
10436
|
+
marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
|
|
10437
|
+
marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
10422
10438
|
monitoring: z.array(ACLAction$outboundSchema).optional(),
|
|
10423
|
-
monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
10424
|
-
monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
|
|
10425
|
-
monitoringChart: z.array(ACLAction$outboundSchema).optional(),
|
|
10426
10439
|
monitoringAlert: z.array(ACLAction$outboundSchema).optional(),
|
|
10440
|
+
monitoringChart: z.array(ACLAction$outboundSchema).optional(),
|
|
10441
|
+
monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
|
|
10442
|
+
monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
10443
|
+
notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
|
|
10427
10444
|
notificationDeploymentFailed: z.array(ACLAction$outboundSchema).optional(),
|
|
10428
10445
|
notificationDomainConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
10429
10446
|
notificationDomainExpire: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -10434,42 +10451,38 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
10434
10451
|
notificationDomainUnverified: z.array(ACLAction$outboundSchema).optional(),
|
|
10435
10452
|
notificationMonitoringAlert: z.array(ACLAction$outboundSchema).optional(),
|
|
10436
10453
|
notificationPaymentFailed: z.array(ACLAction$outboundSchema).optional(),
|
|
10437
|
-
notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
|
|
10438
10454
|
notificationPreferences: z.array(ACLAction$outboundSchema).optional(),
|
|
10439
|
-
notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
|
|
10440
10455
|
notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
|
|
10456
|
+
notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
|
|
10441
10457
|
observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
10442
|
-
alerts: z.array(ACLAction$outboundSchema).optional(),
|
|
10443
|
-
observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
|
|
10444
10458
|
observabilityFunnel: z.array(ACLAction$outboundSchema).optional(),
|
|
10459
|
+
observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
|
|
10445
10460
|
openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
|
|
10446
|
-
|
|
10447
|
-
|
|
10461
|
+
ownEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
10462
|
+
passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
|
|
10448
10463
|
paymentMethod: z.array(ACLAction$outboundSchema).optional(),
|
|
10449
10464
|
permissions: z.array(ACLAction$outboundSchema).optional(),
|
|
10450
10465
|
postgres: z.array(ACLAction$outboundSchema).optional(),
|
|
10466
|
+
postgresStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
|
|
10451
10467
|
previewDeploymentSuffix: z.array(ACLAction$outboundSchema).optional(),
|
|
10468
|
+
projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
|
|
10452
10469
|
proTrialOnboarding: z.array(ACLAction$outboundSchema).optional(),
|
|
10453
|
-
sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
10454
|
-
sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
|
|
10455
|
-
space: z.array(ACLAction$outboundSchema).optional(),
|
|
10456
|
-
spaceRun: z.array(ACLAction$outboundSchema).optional(),
|
|
10457
|
-
passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
|
|
10458
10470
|
rateLimit: z.array(ACLAction$outboundSchema).optional(),
|
|
10459
10471
|
redis: z.array(ACLAction$outboundSchema).optional(),
|
|
10460
|
-
|
|
10472
|
+
redisStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
|
|
10461
10473
|
remoteCaching: z.array(ACLAction$outboundSchema).optional(),
|
|
10474
|
+
repository: z.array(ACLAction$outboundSchema).optional(),
|
|
10462
10475
|
samlConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
10463
10476
|
secret: z.array(ACLAction$outboundSchema).optional(),
|
|
10464
|
-
|
|
10465
|
-
|
|
10466
|
-
|
|
10467
|
-
|
|
10468
|
-
|
|
10477
|
+
sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
|
|
10478
|
+
.optional(),
|
|
10479
|
+
sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
10480
|
+
sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
|
|
10481
|
+
space: z.array(ACLAction$outboundSchema).optional(),
|
|
10482
|
+
spaceRun: z.array(ACLAction$outboundSchema).optional(),
|
|
10469
10483
|
storeTransfer: z.array(ACLAction$outboundSchema).optional(),
|
|
10470
10484
|
supportCase: z.array(ACLAction$outboundSchema).optional(),
|
|
10471
10485
|
supportCaseComment: z.array(ACLAction$outboundSchema).optional(),
|
|
10472
|
-
dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
10473
10486
|
team: z.array(ACLAction$outboundSchema).optional(),
|
|
10474
10487
|
teamAccessRequest: z.array(ACLAction$outboundSchema).optional(),
|
|
10475
10488
|
teamFellowMembership: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -10484,26 +10497,15 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
10484
10497
|
token: z.array(ACLAction$outboundSchema).optional(),
|
|
10485
10498
|
usage: z.array(ACLAction$outboundSchema).optional(),
|
|
10486
10499
|
usageCycle: z.array(ACLAction$outboundSchema).optional(),
|
|
10500
|
+
vercelRun: z.array(ACLAction$outboundSchema).optional(),
|
|
10501
|
+
vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
|
|
10487
10502
|
vpcPeeringConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
10488
10503
|
webAnalyticsPlan: z.array(ACLAction$outboundSchema).optional(),
|
|
10489
|
-
edgeConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
10490
|
-
edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
|
|
10491
|
-
edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
|
|
10492
|
-
edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
|
|
10493
10504
|
webhook: z.array(ACLAction$outboundSchema).optional(),
|
|
10494
10505
|
webhookEvent: z.array(ACLAction$outboundSchema).optional(),
|
|
10495
|
-
endpointVerification: z.array(ACLAction$outboundSchema).optional(),
|
|
10496
|
-
projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
|
|
10497
|
-
oauth2Application: z.array(ACLAction$outboundSchema).optional(),
|
|
10498
|
-
vercelRun: z.array(ACLAction$outboundSchema).optional(),
|
|
10499
|
-
vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
|
|
10500
|
-
apiKey: z.array(ACLAction$outboundSchema).optional(),
|
|
10501
|
-
apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
|
|
10502
|
-
apiKeyAiGateway: z.array(ACLAction$outboundSchema).optional(),
|
|
10503
10506
|
aliasProject: z.array(ACLAction$outboundSchema).optional(),
|
|
10504
10507
|
aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
10505
10508
|
buildMachine: z.array(ACLAction$outboundSchema).optional(),
|
|
10506
|
-
productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
10507
10509
|
connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
|
|
10508
10510
|
dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
10509
10511
|
deployment: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -10520,55 +10522,55 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
10520
10522
|
deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
|
|
10521
10523
|
edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
10522
10524
|
environments: z.array(ACLAction$outboundSchema).optional(),
|
|
10525
|
+
job: z.array(ACLAction$outboundSchema).optional(),
|
|
10523
10526
|
logs: z.array(ACLAction$outboundSchema).optional(),
|
|
10524
10527
|
logsPreset: z.array(ACLAction$outboundSchema).optional(),
|
|
10525
|
-
passwordProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
10526
|
-
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
10527
|
-
job: z.array(ACLAction$outboundSchema).optional(),
|
|
10528
10528
|
observabilityData: z.array(ACLAction$outboundSchema).optional(),
|
|
10529
10529
|
onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
|
|
10530
10530
|
onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
|
|
10531
|
+
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
10532
|
+
passwordProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
10533
|
+
productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
10531
10534
|
project: z.array(ACLAction$outboundSchema).optional(),
|
|
10532
|
-
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
10533
10535
|
projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
10534
10536
|
projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
10537
|
+
projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
10535
10538
|
projectCheck: z.array(ACLAction$outboundSchema).optional(),
|
|
10536
10539
|
projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
|
|
10540
|
+
projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
|
|
10537
10541
|
projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
|
|
10538
10542
|
projectDomain: z.array(ACLAction$outboundSchema).optional(),
|
|
10539
|
-
projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
|
|
10540
10543
|
projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
10544
|
+
projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
|
|
10541
10545
|
projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
10542
10546
|
projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
|
|
10543
10547
|
projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
|
|
10544
10548
|
.optional(),
|
|
10545
10549
|
projectFlags: z.array(ACLAction$outboundSchema).optional(),
|
|
10550
|
+
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
10546
10551
|
projectId: z.array(ACLAction$outboundSchema).optional(),
|
|
10547
10552
|
projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
10548
10553
|
projectLink: z.array(ACLAction$outboundSchema).optional(),
|
|
10549
10554
|
projectMember: z.array(ACLAction$outboundSchema).optional(),
|
|
10550
10555
|
projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
|
|
10556
|
+
projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
|
|
10551
10557
|
projectPermissions: z.array(ACLAction$outboundSchema).optional(),
|
|
10552
10558
|
projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
|
|
10553
|
-
projectTransfer: z.array(ACLAction$outboundSchema).optional(),
|
|
10554
|
-
projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
|
|
10555
10559
|
projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
10556
|
-
|
|
10557
|
-
projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
10560
|
+
projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
|
|
10558
10561
|
projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
|
|
10559
10562
|
projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
|
|
10560
|
-
projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
|
|
10561
|
-
projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
|
|
10562
10563
|
projectTier: z.array(ACLAction$outboundSchema).optional(),
|
|
10563
|
-
|
|
10564
|
+
projectTransfer: z.array(ACLAction$outboundSchema).optional(),
|
|
10565
|
+
projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
|
|
10566
|
+
projectUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
10564
10567
|
seawallConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
10568
|
+
sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
10565
10569
|
skewProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
10566
10570
|
analytics: z.array(ACLAction$outboundSchema).optional(),
|
|
10567
10571
|
trustedIps: z.array(ACLAction$outboundSchema).optional(),
|
|
10568
10572
|
v0Chat: z.array(ACLAction$outboundSchema).optional(),
|
|
10569
10573
|
webAnalytics: z.array(ACLAction$outboundSchema).optional(),
|
|
10570
|
-
sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
10571
|
-
sonar: z.array(ACLAction$outboundSchema).optional(),
|
|
10572
10574
|
}).transform((v) => {
|
|
10573
10575
|
return remap$(v, {
|
|
10574
10576
|
monitoring: "Monitoring",
|