@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
|
@@ -50,6 +50,7 @@ export declare const UpdateProjectFramework: {
|
|
|
50
50
|
readonly Vuepress: "vuepress";
|
|
51
51
|
readonly Parcel: "parcel";
|
|
52
52
|
readonly Fastapi: "fastapi";
|
|
53
|
+
readonly Flask: "flask";
|
|
53
54
|
readonly Fasthtml: "fasthtml";
|
|
54
55
|
readonly SanityV3: "sanity-v3";
|
|
55
56
|
readonly Sanity: "sanity";
|
|
@@ -840,6 +841,7 @@ export declare const UpdateProjectProjectsFramework: {
|
|
|
840
841
|
readonly Vuepress: "vuepress";
|
|
841
842
|
readonly Parcel: "parcel";
|
|
842
843
|
readonly Fastapi: "fastapi";
|
|
844
|
+
readonly Flask: "flask";
|
|
843
845
|
readonly Fasthtml: "fasthtml";
|
|
844
846
|
readonly SanityV3: "sanity-v3";
|
|
845
847
|
readonly Sanity: "sanity";
|
|
@@ -1423,9 +1425,17 @@ export type UpdateProjectPermissions = {
|
|
|
1423
1425
|
userSudo?: Array<ACLAction> | undefined;
|
|
1424
1426
|
webAuthn?: Array<ACLAction> | undefined;
|
|
1425
1427
|
accessGroup?: Array<ACLAction> | undefined;
|
|
1428
|
+
agent?: Array<ACLAction> | undefined;
|
|
1429
|
+
alerts?: Array<ACLAction> | undefined;
|
|
1426
1430
|
aliasGlobal?: Array<ACLAction> | undefined;
|
|
1427
1431
|
analyticsSampling?: Array<ACLAction> | undefined;
|
|
1428
1432
|
analyticsUsage?: Array<ACLAction> | undefined;
|
|
1433
|
+
apiKey?: Array<ACLAction> | undefined;
|
|
1434
|
+
apiKeyAiGateway?: Array<ACLAction> | undefined;
|
|
1435
|
+
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1436
|
+
oauth2Application?: Array<ACLAction> | undefined;
|
|
1437
|
+
vercelAppInstallation?: Array<ACLAction> | undefined;
|
|
1438
|
+
vercelAppInstallationRequest?: Array<ACLAction> | undefined;
|
|
1429
1439
|
auditLog?: Array<ACLAction> | undefined;
|
|
1430
1440
|
billingAddress?: Array<ACLAction> | undefined;
|
|
1431
1441
|
billingInformation?: Array<ACLAction> | undefined;
|
|
@@ -1437,6 +1447,7 @@ export type UpdateProjectPermissions = {
|
|
|
1437
1447
|
billingRefund?: Array<ACLAction> | undefined;
|
|
1438
1448
|
billingTaxId?: Array<ACLAction> | undefined;
|
|
1439
1449
|
blob?: Array<ACLAction> | undefined;
|
|
1450
|
+
blobStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1440
1451
|
budget?: Array<ACLAction> | undefined;
|
|
1441
1452
|
cacheArtifact?: Array<ACLAction> | undefined;
|
|
1442
1453
|
cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
|
|
@@ -1444,6 +1455,7 @@ export type UpdateProjectPermissions = {
|
|
|
1444
1455
|
concurrentBuilds?: Array<ACLAction> | undefined;
|
|
1445
1456
|
connect?: Array<ACLAction> | undefined;
|
|
1446
1457
|
connectConfiguration?: Array<ACLAction> | undefined;
|
|
1458
|
+
dataCacheBillingSettings?: Array<ACLAction> | undefined;
|
|
1447
1459
|
defaultDeploymentProtection?: Array<ACLAction> | undefined;
|
|
1448
1460
|
domain?: Array<ACLAction> | undefined;
|
|
1449
1461
|
domainAcceptDelegation?: Array<ACLAction> | undefined;
|
|
@@ -1454,40 +1466,46 @@ export type UpdateProjectPermissions = {
|
|
|
1454
1466
|
domainPurchase?: Array<ACLAction> | undefined;
|
|
1455
1467
|
domainRecord?: Array<ACLAction> | undefined;
|
|
1456
1468
|
domainTransferIn?: Array<ACLAction> | undefined;
|
|
1469
|
+
drain?: Array<ACLAction> | undefined;
|
|
1470
|
+
edgeConfig?: Array<ACLAction> | undefined;
|
|
1471
|
+
edgeConfigItem?: Array<ACLAction> | undefined;
|
|
1472
|
+
edgeConfigSchema?: Array<ACLAction> | undefined;
|
|
1473
|
+
edgeConfigToken?: Array<ACLAction> | undefined;
|
|
1474
|
+
endpointVerification?: Array<ACLAction> | undefined;
|
|
1457
1475
|
event?: Array<ACLAction> | undefined;
|
|
1458
|
-
ownEvent?: Array<ACLAction> | undefined;
|
|
1459
|
-
sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
|
|
1460
1476
|
fileUpload?: Array<ACLAction> | undefined;
|
|
1461
1477
|
flagsExplorerSubscription?: Array<ACLAction> | undefined;
|
|
1462
1478
|
gitRepository?: Array<ACLAction> | undefined;
|
|
1463
|
-
ipBlocking?: Array<ACLAction> | undefined;
|
|
1464
1479
|
imageOptimizationNewPrice?: Array<ACLAction> | undefined;
|
|
1465
1480
|
integration?: Array<ACLAction> | undefined;
|
|
1466
1481
|
integrationAccount?: Array<ACLAction> | undefined;
|
|
1467
1482
|
integrationConfiguration?: Array<ACLAction> | undefined;
|
|
1468
|
-
integrationConfigurationTransfer?: Array<ACLAction> | undefined;
|
|
1469
1483
|
integrationConfigurationProjects?: Array<ACLAction> | undefined;
|
|
1470
|
-
integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
|
|
1471
1484
|
integrationConfigurationRole?: Array<ACLAction> | undefined;
|
|
1472
|
-
|
|
1473
|
-
|
|
1485
|
+
integrationConfigurationTransfer?: Array<ACLAction> | undefined;
|
|
1486
|
+
integrationDeploymentAction?: Array<ACLAction> | undefined;
|
|
1474
1487
|
integrationEvent?: Array<ACLAction> | undefined;
|
|
1488
|
+
integrationResource?: Array<ACLAction> | undefined;
|
|
1489
|
+
integrationResourceReplCommand?: Array<ACLAction> | undefined;
|
|
1475
1490
|
integrationResourceSecrets?: Array<ACLAction> | undefined;
|
|
1476
|
-
|
|
1477
|
-
|
|
1491
|
+
integrationSSOSession?: Array<ACLAction> | undefined;
|
|
1492
|
+
integrationStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1493
|
+
integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
|
|
1494
|
+
ipBlocking?: Array<ACLAction> | undefined;
|
|
1495
|
+
jobGlobal?: Array<ACLAction> | undefined;
|
|
1496
|
+
logDrain?: Array<ACLAction> | undefined;
|
|
1478
1497
|
marketplaceBillingData?: Array<ACLAction> | undefined;
|
|
1498
|
+
marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
|
|
1499
|
+
marketplaceExperimentationItem?: Array<ACLAction> | undefined;
|
|
1500
|
+
marketplaceInstallationMember?: Array<ACLAction> | undefined;
|
|
1479
1501
|
marketplaceInvoice?: Array<ACLAction> | undefined;
|
|
1480
1502
|
marketplaceSettings?: Array<ACLAction> | undefined;
|
|
1481
|
-
marketplaceExperimentationItem?: Array<ACLAction> | undefined;
|
|
1482
|
-
marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
|
|
1483
|
-
jobGlobal?: Array<ACLAction> | undefined;
|
|
1484
|
-
drain?: Array<ACLAction> | undefined;
|
|
1485
|
-
logDrain?: Array<ACLAction> | undefined;
|
|
1486
1503
|
monitoring?: Array<ACLAction> | undefined;
|
|
1487
|
-
monitoringSettings?: Array<ACLAction> | undefined;
|
|
1488
|
-
monitoringQuery?: Array<ACLAction> | undefined;
|
|
1489
|
-
monitoringChart?: Array<ACLAction> | undefined;
|
|
1490
1504
|
monitoringAlert?: Array<ACLAction> | undefined;
|
|
1505
|
+
monitoringChart?: Array<ACLAction> | undefined;
|
|
1506
|
+
monitoringQuery?: Array<ACLAction> | undefined;
|
|
1507
|
+
monitoringSettings?: Array<ACLAction> | undefined;
|
|
1508
|
+
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1491
1509
|
notificationDeploymentFailed?: Array<ACLAction> | undefined;
|
|
1492
1510
|
notificationDomainConfiguration?: Array<ACLAction> | undefined;
|
|
1493
1511
|
notificationDomainExpire?: Array<ACLAction> | undefined;
|
|
@@ -1498,42 +1516,37 @@ export type UpdateProjectPermissions = {
|
|
|
1498
1516
|
notificationDomainUnverified?: Array<ACLAction> | undefined;
|
|
1499
1517
|
notificationMonitoringAlert?: Array<ACLAction> | undefined;
|
|
1500
1518
|
notificationPaymentFailed?: Array<ACLAction> | undefined;
|
|
1501
|
-
notificationUsageAlert?: Array<ACLAction> | undefined;
|
|
1502
1519
|
notificationPreferences?: Array<ACLAction> | undefined;
|
|
1503
|
-
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1504
1520
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1521
|
+
notificationUsageAlert?: Array<ACLAction> | undefined;
|
|
1505
1522
|
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
1506
|
-
alerts?: Array<ACLAction> | undefined;
|
|
1507
|
-
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1508
1523
|
observabilityFunnel?: Array<ACLAction> | undefined;
|
|
1524
|
+
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1509
1525
|
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
1510
|
-
|
|
1511
|
-
|
|
1526
|
+
ownEvent?: Array<ACLAction> | undefined;
|
|
1527
|
+
passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
|
|
1512
1528
|
paymentMethod?: Array<ACLAction> | undefined;
|
|
1513
1529
|
permissions?: Array<ACLAction> | undefined;
|
|
1514
1530
|
postgres?: Array<ACLAction> | undefined;
|
|
1531
|
+
postgresStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1515
1532
|
previewDeploymentSuffix?: Array<ACLAction> | undefined;
|
|
1533
|
+
projectTransferIn?: Array<ACLAction> | undefined;
|
|
1516
1534
|
proTrialOnboarding?: Array<ACLAction> | undefined;
|
|
1517
|
-
sharedEnvVars?: Array<ACLAction> | undefined;
|
|
1518
|
-
sharedEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1519
|
-
space?: Array<ACLAction> | undefined;
|
|
1520
|
-
spaceRun?: Array<ACLAction> | undefined;
|
|
1521
|
-
passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
|
|
1522
1535
|
rateLimit?: Array<ACLAction> | undefined;
|
|
1523
1536
|
redis?: Array<ACLAction> | undefined;
|
|
1524
|
-
|
|
1537
|
+
redisStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1525
1538
|
remoteCaching?: Array<ACLAction> | undefined;
|
|
1539
|
+
repository?: Array<ACLAction> | undefined;
|
|
1526
1540
|
samlConfig?: Array<ACLAction> | undefined;
|
|
1527
1541
|
secret?: Array<ACLAction> | undefined;
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1542
|
+
sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
|
|
1543
|
+
sharedEnvVars?: Array<ACLAction> | undefined;
|
|
1544
|
+
sharedEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1545
|
+
space?: Array<ACLAction> | undefined;
|
|
1546
|
+
spaceRun?: Array<ACLAction> | undefined;
|
|
1533
1547
|
storeTransfer?: Array<ACLAction> | undefined;
|
|
1534
1548
|
supportCase?: Array<ACLAction> | undefined;
|
|
1535
1549
|
supportCaseComment?: Array<ACLAction> | undefined;
|
|
1536
|
-
dataCacheBillingSettings?: Array<ACLAction> | undefined;
|
|
1537
1550
|
team?: Array<ACLAction> | undefined;
|
|
1538
1551
|
teamAccessRequest?: Array<ACLAction> | undefined;
|
|
1539
1552
|
teamFellowMembership?: Array<ACLAction> | undefined;
|
|
@@ -1548,26 +1561,15 @@ export type UpdateProjectPermissions = {
|
|
|
1548
1561
|
token?: Array<ACLAction> | undefined;
|
|
1549
1562
|
usage?: Array<ACLAction> | undefined;
|
|
1550
1563
|
usageCycle?: Array<ACLAction> | undefined;
|
|
1564
|
+
vercelRun?: Array<ACLAction> | undefined;
|
|
1565
|
+
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1551
1566
|
vpcPeeringConnection?: Array<ACLAction> | undefined;
|
|
1552
1567
|
webAnalyticsPlan?: Array<ACLAction> | undefined;
|
|
1553
|
-
edgeConfig?: Array<ACLAction> | undefined;
|
|
1554
|
-
edgeConfigItem?: Array<ACLAction> | undefined;
|
|
1555
|
-
edgeConfigSchema?: Array<ACLAction> | undefined;
|
|
1556
|
-
edgeConfigToken?: Array<ACLAction> | undefined;
|
|
1557
1568
|
webhook?: Array<ACLAction> | undefined;
|
|
1558
1569
|
webhookEvent?: Array<ACLAction> | undefined;
|
|
1559
|
-
endpointVerification?: Array<ACLAction> | undefined;
|
|
1560
|
-
projectTransferIn?: Array<ACLAction> | undefined;
|
|
1561
|
-
oauth2Application?: Array<ACLAction> | undefined;
|
|
1562
|
-
vercelRun?: Array<ACLAction> | undefined;
|
|
1563
|
-
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1564
|
-
apiKey?: Array<ACLAction> | undefined;
|
|
1565
|
-
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1566
|
-
apiKeyAiGateway?: Array<ACLAction> | undefined;
|
|
1567
1570
|
aliasProject?: Array<ACLAction> | undefined;
|
|
1568
1571
|
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1569
1572
|
buildMachine?: Array<ACLAction> | undefined;
|
|
1570
|
-
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1571
1573
|
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1572
1574
|
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1573
1575
|
deployment?: Array<ACLAction> | undefined;
|
|
@@ -1583,54 +1585,54 @@ export type UpdateProjectPermissions = {
|
|
|
1583
1585
|
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1584
1586
|
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1585
1587
|
environments?: Array<ACLAction> | undefined;
|
|
1588
|
+
job?: Array<ACLAction> | undefined;
|
|
1586
1589
|
logs?: Array<ACLAction> | undefined;
|
|
1587
1590
|
logsPreset?: Array<ACLAction> | undefined;
|
|
1588
|
-
passwordProtection?: Array<ACLAction> | undefined;
|
|
1589
|
-
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1590
|
-
job?: Array<ACLAction> | undefined;
|
|
1591
1591
|
observabilityData?: Array<ACLAction> | undefined;
|
|
1592
1592
|
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1593
1593
|
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1594
|
+
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1595
|
+
passwordProtection?: Array<ACLAction> | undefined;
|
|
1596
|
+
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1594
1597
|
project?: Array<ACLAction> | undefined;
|
|
1595
|
-
projectFromV0?: Array<ACLAction> | undefined;
|
|
1596
1598
|
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1597
1599
|
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1600
|
+
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1598
1601
|
projectCheck?: Array<ACLAction> | undefined;
|
|
1599
1602
|
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1603
|
+
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1600
1604
|
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1601
1605
|
projectDomain?: Array<ACLAction> | undefined;
|
|
1602
|
-
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1603
1606
|
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1607
|
+
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1604
1608
|
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1605
1609
|
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1606
1610
|
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1607
1611
|
projectFlags?: Array<ACLAction> | undefined;
|
|
1612
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1608
1613
|
projectId?: Array<ACLAction> | undefined;
|
|
1609
1614
|
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1610
1615
|
projectLink?: Array<ACLAction> | undefined;
|
|
1611
1616
|
projectMember?: Array<ACLAction> | undefined;
|
|
1612
1617
|
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1618
|
+
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1613
1619
|
projectPermissions?: Array<ACLAction> | undefined;
|
|
1614
1620
|
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1615
|
-
projectTransfer?: Array<ACLAction> | undefined;
|
|
1616
|
-
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1617
1621
|
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1618
|
-
|
|
1619
|
-
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1622
|
+
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1620
1623
|
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1621
1624
|
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1622
|
-
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1623
|
-
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1624
1625
|
projectTier?: Array<ACLAction> | undefined;
|
|
1625
|
-
|
|
1626
|
+
projectTransfer?: Array<ACLAction> | undefined;
|
|
1627
|
+
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1628
|
+
projectUsage?: Array<ACLAction> | undefined;
|
|
1626
1629
|
seawallConfig?: Array<ACLAction> | undefined;
|
|
1630
|
+
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1627
1631
|
skewProtection?: Array<ACLAction> | undefined;
|
|
1628
1632
|
analytics?: Array<ACLAction> | undefined;
|
|
1629
1633
|
trustedIps?: Array<ACLAction> | undefined;
|
|
1630
1634
|
v0Chat?: Array<ACLAction> | undefined;
|
|
1631
1635
|
webAnalytics?: Array<ACLAction> | undefined;
|
|
1632
|
-
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1633
|
-
sonar?: Array<ACLAction> | undefined;
|
|
1634
1636
|
};
|
|
1635
1637
|
export type UpdateProjectLastRollbackTarget = {};
|
|
1636
1638
|
export declare const UpdateProjectJobStatus: {
|
|
@@ -2195,6 +2197,7 @@ export declare namespace UpdateProjectFramework$ {
|
|
|
2195
2197
|
readonly Vuepress: "vuepress";
|
|
2196
2198
|
readonly Parcel: "parcel";
|
|
2197
2199
|
readonly Fastapi: "fastapi";
|
|
2200
|
+
readonly Flask: "flask";
|
|
2198
2201
|
readonly Fasthtml: "fasthtml";
|
|
2199
2202
|
readonly SanityV3: "sanity-v3";
|
|
2200
2203
|
readonly Sanity: "sanity";
|
|
@@ -2251,6 +2254,7 @@ export declare namespace UpdateProjectFramework$ {
|
|
|
2251
2254
|
readonly Vuepress: "vuepress";
|
|
2252
2255
|
readonly Parcel: "parcel";
|
|
2253
2256
|
readonly Fastapi: "fastapi";
|
|
2257
|
+
readonly Flask: "flask";
|
|
2254
2258
|
readonly Fasthtml: "fasthtml";
|
|
2255
2259
|
readonly SanityV3: "sanity-v3";
|
|
2256
2260
|
readonly Sanity: "sanity";
|
|
@@ -4028,6 +4032,7 @@ export declare namespace UpdateProjectProjectsFramework$ {
|
|
|
4028
4032
|
readonly Vuepress: "vuepress";
|
|
4029
4033
|
readonly Parcel: "parcel";
|
|
4030
4034
|
readonly Fastapi: "fastapi";
|
|
4035
|
+
readonly Flask: "flask";
|
|
4031
4036
|
readonly Fasthtml: "fasthtml";
|
|
4032
4037
|
readonly SanityV3: "sanity-v3";
|
|
4033
4038
|
readonly Sanity: "sanity";
|
|
@@ -4084,6 +4089,7 @@ export declare namespace UpdateProjectProjectsFramework$ {
|
|
|
4084
4089
|
readonly Vuepress: "vuepress";
|
|
4085
4090
|
readonly Parcel: "parcel";
|
|
4086
4091
|
readonly Fastapi: "fastapi";
|
|
4092
|
+
readonly Flask: "flask";
|
|
4087
4093
|
readonly Fasthtml: "fasthtml";
|
|
4088
4094
|
readonly SanityV3: "sanity-v3";
|
|
4089
4095
|
readonly Sanity: "sanity";
|
|
@@ -5688,9 +5694,17 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5688
5694
|
userSudo?: Array<string> | undefined;
|
|
5689
5695
|
webAuthn?: Array<string> | undefined;
|
|
5690
5696
|
accessGroup?: Array<string> | undefined;
|
|
5697
|
+
agent?: Array<string> | undefined;
|
|
5698
|
+
alerts?: Array<string> | undefined;
|
|
5691
5699
|
aliasGlobal?: Array<string> | undefined;
|
|
5692
5700
|
analyticsSampling?: Array<string> | undefined;
|
|
5693
5701
|
analyticsUsage?: Array<string> | undefined;
|
|
5702
|
+
apiKey?: Array<string> | undefined;
|
|
5703
|
+
apiKeyAiGateway?: Array<string> | undefined;
|
|
5704
|
+
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
5705
|
+
oauth2Application?: Array<string> | undefined;
|
|
5706
|
+
vercelAppInstallation?: Array<string> | undefined;
|
|
5707
|
+
vercelAppInstallationRequest?: Array<string> | undefined;
|
|
5694
5708
|
auditLog?: Array<string> | undefined;
|
|
5695
5709
|
billingAddress?: Array<string> | undefined;
|
|
5696
5710
|
billingInformation?: Array<string> | undefined;
|
|
@@ -5702,6 +5716,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5702
5716
|
billingRefund?: Array<string> | undefined;
|
|
5703
5717
|
billingTaxId?: Array<string> | undefined;
|
|
5704
5718
|
blob?: Array<string> | undefined;
|
|
5719
|
+
blobStoreTokenSet?: Array<string> | undefined;
|
|
5705
5720
|
budget?: Array<string> | undefined;
|
|
5706
5721
|
cacheArtifact?: Array<string> | undefined;
|
|
5707
5722
|
cacheArtifactUsageEvent?: Array<string> | undefined;
|
|
@@ -5709,6 +5724,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5709
5724
|
concurrentBuilds?: Array<string> | undefined;
|
|
5710
5725
|
connect?: Array<string> | undefined;
|
|
5711
5726
|
connectConfiguration?: Array<string> | undefined;
|
|
5727
|
+
dataCacheBillingSettings?: Array<string> | undefined;
|
|
5712
5728
|
defaultDeploymentProtection?: Array<string> | undefined;
|
|
5713
5729
|
domain?: Array<string> | undefined;
|
|
5714
5730
|
domainAcceptDelegation?: Array<string> | undefined;
|
|
@@ -5719,40 +5735,46 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5719
5735
|
domainPurchase?: Array<string> | undefined;
|
|
5720
5736
|
domainRecord?: Array<string> | undefined;
|
|
5721
5737
|
domainTransferIn?: Array<string> | undefined;
|
|
5738
|
+
drain?: Array<string> | undefined;
|
|
5739
|
+
edgeConfig?: Array<string> | undefined;
|
|
5740
|
+
edgeConfigItem?: Array<string> | undefined;
|
|
5741
|
+
edgeConfigSchema?: Array<string> | undefined;
|
|
5742
|
+
edgeConfigToken?: Array<string> | undefined;
|
|
5743
|
+
endpointVerification?: Array<string> | undefined;
|
|
5722
5744
|
event?: Array<string> | undefined;
|
|
5723
|
-
ownEvent?: Array<string> | undefined;
|
|
5724
|
-
sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
|
|
5725
5745
|
fileUpload?: Array<string> | undefined;
|
|
5726
5746
|
flagsExplorerSubscription?: Array<string> | undefined;
|
|
5727
5747
|
gitRepository?: Array<string> | undefined;
|
|
5728
|
-
ipBlocking?: Array<string> | undefined;
|
|
5729
5748
|
imageOptimizationNewPrice?: Array<string> | undefined;
|
|
5730
5749
|
integration?: Array<string> | undefined;
|
|
5731
5750
|
integrationAccount?: Array<string> | undefined;
|
|
5732
5751
|
integrationConfiguration?: Array<string> | undefined;
|
|
5733
|
-
integrationConfigurationTransfer?: Array<string> | undefined;
|
|
5734
5752
|
integrationConfigurationProjects?: Array<string> | undefined;
|
|
5735
|
-
integrationVercelConfigurationOverride?: Array<string> | undefined;
|
|
5736
5753
|
integrationConfigurationRole?: Array<string> | undefined;
|
|
5737
|
-
|
|
5738
|
-
|
|
5754
|
+
integrationConfigurationTransfer?: Array<string> | undefined;
|
|
5755
|
+
integrationDeploymentAction?: Array<string> | undefined;
|
|
5739
5756
|
integrationEvent?: Array<string> | undefined;
|
|
5757
|
+
integrationResource?: Array<string> | undefined;
|
|
5758
|
+
integrationResourceReplCommand?: Array<string> | undefined;
|
|
5740
5759
|
integrationResourceSecrets?: Array<string> | undefined;
|
|
5741
|
-
|
|
5742
|
-
|
|
5760
|
+
integrationSSOSession?: Array<string> | undefined;
|
|
5761
|
+
integrationStoreTokenSet?: Array<string> | undefined;
|
|
5762
|
+
integrationVercelConfigurationOverride?: Array<string> | undefined;
|
|
5763
|
+
ipBlocking?: Array<string> | undefined;
|
|
5764
|
+
jobGlobal?: Array<string> | undefined;
|
|
5765
|
+
logDrain?: Array<string> | undefined;
|
|
5743
5766
|
marketplaceBillingData?: Array<string> | undefined;
|
|
5767
|
+
marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
|
|
5768
|
+
marketplaceExperimentationItem?: Array<string> | undefined;
|
|
5769
|
+
marketplaceInstallationMember?: Array<string> | undefined;
|
|
5744
5770
|
marketplaceInvoice?: Array<string> | undefined;
|
|
5745
5771
|
marketplaceSettings?: Array<string> | undefined;
|
|
5746
|
-
marketplaceExperimentationItem?: Array<string> | undefined;
|
|
5747
|
-
marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
|
|
5748
|
-
jobGlobal?: Array<string> | undefined;
|
|
5749
|
-
drain?: Array<string> | undefined;
|
|
5750
|
-
logDrain?: Array<string> | undefined;
|
|
5751
5772
|
Monitoring?: Array<string> | undefined;
|
|
5752
|
-
monitoringSettings?: Array<string> | undefined;
|
|
5753
|
-
monitoringQuery?: Array<string> | undefined;
|
|
5754
|
-
monitoringChart?: Array<string> | undefined;
|
|
5755
5773
|
monitoringAlert?: Array<string> | undefined;
|
|
5774
|
+
monitoringChart?: Array<string> | undefined;
|
|
5775
|
+
monitoringQuery?: Array<string> | undefined;
|
|
5776
|
+
monitoringSettings?: Array<string> | undefined;
|
|
5777
|
+
notificationCustomerBudget?: Array<string> | undefined;
|
|
5756
5778
|
notificationDeploymentFailed?: Array<string> | undefined;
|
|
5757
5779
|
notificationDomainConfiguration?: Array<string> | undefined;
|
|
5758
5780
|
notificationDomainExpire?: Array<string> | undefined;
|
|
@@ -5763,42 +5785,37 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5763
5785
|
notificationDomainUnverified?: Array<string> | undefined;
|
|
5764
5786
|
NotificationMonitoringAlert?: Array<string> | undefined;
|
|
5765
5787
|
notificationPaymentFailed?: Array<string> | undefined;
|
|
5766
|
-
notificationUsageAlert?: Array<string> | undefined;
|
|
5767
5788
|
notificationPreferences?: Array<string> | undefined;
|
|
5768
|
-
notificationCustomerBudget?: Array<string> | undefined;
|
|
5769
5789
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
5790
|
+
notificationUsageAlert?: Array<string> | undefined;
|
|
5770
5791
|
observabilityConfiguration?: Array<string> | undefined;
|
|
5771
|
-
alerts?: Array<string> | undefined;
|
|
5772
|
-
observabilityNotebook?: Array<string> | undefined;
|
|
5773
5792
|
observabilityFunnel?: Array<string> | undefined;
|
|
5793
|
+
observabilityNotebook?: Array<string> | undefined;
|
|
5774
5794
|
openTelemetryEndpoint?: Array<string> | undefined;
|
|
5775
|
-
|
|
5776
|
-
|
|
5795
|
+
ownEvent?: Array<string> | undefined;
|
|
5796
|
+
passwordProtectionInvoiceItem?: Array<string> | undefined;
|
|
5777
5797
|
paymentMethod?: Array<string> | undefined;
|
|
5778
5798
|
permissions?: Array<string> | undefined;
|
|
5779
5799
|
postgres?: Array<string> | undefined;
|
|
5800
|
+
postgresStoreTokenSet?: Array<string> | undefined;
|
|
5780
5801
|
previewDeploymentSuffix?: Array<string> | undefined;
|
|
5802
|
+
projectTransferIn?: Array<string> | undefined;
|
|
5781
5803
|
proTrialOnboarding?: Array<string> | undefined;
|
|
5782
|
-
sharedEnvVars?: Array<string> | undefined;
|
|
5783
|
-
sharedEnvVarsProduction?: Array<string> | undefined;
|
|
5784
|
-
space?: Array<string> | undefined;
|
|
5785
|
-
spaceRun?: Array<string> | undefined;
|
|
5786
|
-
passwordProtectionInvoiceItem?: Array<string> | undefined;
|
|
5787
5804
|
rateLimit?: Array<string> | undefined;
|
|
5788
5805
|
redis?: Array<string> | undefined;
|
|
5789
|
-
|
|
5806
|
+
redisStoreTokenSet?: Array<string> | undefined;
|
|
5790
5807
|
remoteCaching?: Array<string> | undefined;
|
|
5808
|
+
repository?: Array<string> | undefined;
|
|
5791
5809
|
samlConfig?: Array<string> | undefined;
|
|
5792
5810
|
secret?: Array<string> | undefined;
|
|
5793
|
-
|
|
5794
|
-
|
|
5795
|
-
|
|
5796
|
-
|
|
5797
|
-
|
|
5811
|
+
sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
|
|
5812
|
+
sharedEnvVars?: Array<string> | undefined;
|
|
5813
|
+
sharedEnvVarsProduction?: Array<string> | undefined;
|
|
5814
|
+
space?: Array<string> | undefined;
|
|
5815
|
+
spaceRun?: Array<string> | undefined;
|
|
5798
5816
|
storeTransfer?: Array<string> | undefined;
|
|
5799
5817
|
supportCase?: Array<string> | undefined;
|
|
5800
5818
|
supportCaseComment?: Array<string> | undefined;
|
|
5801
|
-
dataCacheBillingSettings?: Array<string> | undefined;
|
|
5802
5819
|
team?: Array<string> | undefined;
|
|
5803
5820
|
teamAccessRequest?: Array<string> | undefined;
|
|
5804
5821
|
teamFellowMembership?: Array<string> | undefined;
|
|
@@ -5813,26 +5830,15 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5813
5830
|
token?: Array<string> | undefined;
|
|
5814
5831
|
usage?: Array<string> | undefined;
|
|
5815
5832
|
usageCycle?: Array<string> | undefined;
|
|
5833
|
+
vercelRun?: Array<string> | undefined;
|
|
5834
|
+
vercelRunExec?: Array<string> | undefined;
|
|
5816
5835
|
vpcPeeringConnection?: Array<string> | undefined;
|
|
5817
5836
|
webAnalyticsPlan?: Array<string> | undefined;
|
|
5818
|
-
edgeConfig?: Array<string> | undefined;
|
|
5819
|
-
edgeConfigItem?: Array<string> | undefined;
|
|
5820
|
-
edgeConfigSchema?: Array<string> | undefined;
|
|
5821
|
-
edgeConfigToken?: Array<string> | undefined;
|
|
5822
5837
|
webhook?: Array<string> | undefined;
|
|
5823
5838
|
"webhook-event"?: Array<string> | undefined;
|
|
5824
|
-
endpointVerification?: Array<string> | undefined;
|
|
5825
|
-
projectTransferIn?: Array<string> | undefined;
|
|
5826
|
-
oauth2Application?: Array<string> | undefined;
|
|
5827
|
-
vercelRun?: Array<string> | undefined;
|
|
5828
|
-
vercelRunExec?: Array<string> | undefined;
|
|
5829
|
-
apiKey?: Array<string> | undefined;
|
|
5830
|
-
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
5831
|
-
apiKeyAiGateway?: Array<string> | undefined;
|
|
5832
5839
|
aliasProject?: Array<string> | undefined;
|
|
5833
5840
|
aliasProtectionBypass?: Array<string> | undefined;
|
|
5834
5841
|
buildMachine?: Array<string> | undefined;
|
|
5835
|
-
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
5836
5842
|
connectConfigurationLink?: Array<string> | undefined;
|
|
5837
5843
|
dataCacheNamespace?: Array<string> | undefined;
|
|
5838
5844
|
deployment?: Array<string> | undefined;
|
|
@@ -5848,54 +5854,54 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
5848
5854
|
deploymentRollback?: Array<string> | undefined;
|
|
5849
5855
|
edgeCacheNamespace?: Array<string> | undefined;
|
|
5850
5856
|
environments?: Array<string> | undefined;
|
|
5857
|
+
job?: Array<string> | undefined;
|
|
5851
5858
|
logs?: Array<string> | undefined;
|
|
5852
5859
|
logsPreset?: Array<string> | undefined;
|
|
5853
|
-
passwordProtection?: Array<string> | undefined;
|
|
5854
|
-
optionsAllowlist?: Array<string> | undefined;
|
|
5855
|
-
job?: Array<string> | undefined;
|
|
5856
5860
|
observabilityData?: Array<string> | undefined;
|
|
5857
5861
|
onDemandBuild?: Array<string> | undefined;
|
|
5858
5862
|
onDemandConcurrency?: Array<string> | undefined;
|
|
5863
|
+
optionsAllowlist?: Array<string> | undefined;
|
|
5864
|
+
passwordProtection?: Array<string> | undefined;
|
|
5865
|
+
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
5859
5866
|
project?: Array<string> | undefined;
|
|
5860
|
-
projectFromV0?: Array<string> | undefined;
|
|
5861
5867
|
projectAccessGroup?: Array<string> | undefined;
|
|
5862
5868
|
projectAnalyticsSampling?: Array<string> | undefined;
|
|
5869
|
+
projectAnalyticsUsage?: Array<string> | undefined;
|
|
5863
5870
|
projectCheck?: Array<string> | undefined;
|
|
5864
5871
|
projectCheckRun?: Array<string> | undefined;
|
|
5872
|
+
projectDeploymentExpiration?: Array<string> | undefined;
|
|
5865
5873
|
projectDeploymentHook?: Array<string> | undefined;
|
|
5866
5874
|
projectDomain?: Array<string> | undefined;
|
|
5867
|
-
projectDomainMove?: Array<string> | undefined;
|
|
5868
5875
|
projectDomainCheckConfig?: Array<string> | undefined;
|
|
5876
|
+
projectDomainMove?: Array<string> | undefined;
|
|
5869
5877
|
projectEnvVars?: Array<string> | undefined;
|
|
5870
5878
|
projectEnvVarsProduction?: Array<string> | undefined;
|
|
5871
5879
|
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
5872
5880
|
projectFlags?: Array<string> | undefined;
|
|
5881
|
+
projectFromV0?: Array<string> | undefined;
|
|
5873
5882
|
projectId?: Array<string> | undefined;
|
|
5874
5883
|
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
5875
5884
|
projectLink?: Array<string> | undefined;
|
|
5876
5885
|
projectMember?: Array<string> | undefined;
|
|
5877
5886
|
projectMonitoring?: Array<string> | undefined;
|
|
5887
|
+
projectOIDCToken?: Array<string> | undefined;
|
|
5878
5888
|
projectPermissions?: Array<string> | undefined;
|
|
5879
5889
|
projectProductionBranch?: Array<string> | undefined;
|
|
5880
|
-
projectTransfer?: Array<string> | undefined;
|
|
5881
|
-
projectTransferOut?: Array<string> | undefined;
|
|
5882
5890
|
projectProtectionBypass?: Array<string> | undefined;
|
|
5883
|
-
|
|
5884
|
-
projectAnalyticsUsage?: Array<string> | undefined;
|
|
5891
|
+
projectRollingRelease?: Array<string> | undefined;
|
|
5885
5892
|
projectSupportCase?: Array<string> | undefined;
|
|
5886
5893
|
projectSupportCaseComment?: Array<string> | undefined;
|
|
5887
|
-
projectDeploymentExpiration?: Array<string> | undefined;
|
|
5888
|
-
projectRollingRelease?: Array<string> | undefined;
|
|
5889
5894
|
projectTier?: Array<string> | undefined;
|
|
5890
|
-
|
|
5895
|
+
projectTransfer?: Array<string> | undefined;
|
|
5896
|
+
projectTransferOut?: Array<string> | undefined;
|
|
5897
|
+
projectUsage?: Array<string> | undefined;
|
|
5891
5898
|
seawallConfig?: Array<string> | undefined;
|
|
5899
|
+
sharedEnvVarConnection?: Array<string> | undefined;
|
|
5892
5900
|
skewProtection?: Array<string> | undefined;
|
|
5893
5901
|
analytics?: Array<string> | undefined;
|
|
5894
5902
|
trustedIps?: Array<string> | undefined;
|
|
5895
5903
|
v0Chat?: Array<string> | undefined;
|
|
5896
5904
|
webAnalytics?: Array<string> | undefined;
|
|
5897
|
-
sharedEnvVarConnection?: Array<string> | undefined;
|
|
5898
|
-
sonar?: Array<string> | undefined;
|
|
5899
5905
|
};
|
|
5900
5906
|
/** @internal */
|
|
5901
5907
|
export declare const UpdateProjectPermissions$outboundSchema: z.ZodType<UpdateProjectPermissions$Outbound, z.ZodTypeDef, UpdateProjectPermissions>;
|