@vercel/sdk 1.11.1 → 1.11.4
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 +45 -52
- package/bin/mcp-server.js +1830 -1660
- package/bin/mcp-server.js.map +36 -36
- package/docs/sdks/integrations/README.md +83 -0
- package/docs/sdks/vercel/README.md +0 -74
- package/esm/__tests__/accessgroups.test.js +1 -3
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +28 -1
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +1 -1
- package/esm/__tests__/vercel.test.js +3 -27
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/deploymentsUploadFile.js +0 -1
- package/esm/funcs/deploymentsUploadFile.js.map +1 -1
- package/esm/funcs/domainsGetDomainTransfer.js +2 -2
- package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
- package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
- package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
- package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- 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 +3 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
- package/esm/models/approverollingreleasestageop.d.ts +15 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +6 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +9 -6
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +3 -2
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/completerollingreleaseop.d.ts +15 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +6 -0
- package/esm/models/completerollingreleaseop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +12 -6
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +4 -2
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +276 -246
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +318 -296
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +173 -164
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +158 -156
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/getbillingplansop.d.ts +257 -0
- package/esm/models/getbillingplansop.d.ts.map +1 -0
- package/esm/models/getbillingplansop.js +244 -0
- package/esm/models/getbillingplansop.js.map +1 -0
- package/esm/models/getconfigurationproductsop.d.ts +330 -330
- package/esm/models/getconfigurationproductsop.js +408 -408
- package/esm/models/getdeploymentop.d.ts +9 -6
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +3 -2
- 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/getdomaintransferop.d.ts +99 -25
- package/esm/models/getdomaintransferop.d.ts.map +1 -1
- package/esm/models/getdomaintransferop.js +101 -25
- package/esm/models/getdomaintransferop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +8 -2
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +3 -2
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
- package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseconfigop.js +2 -0
- package/esm/models/getrollingreleaseconfigop.js.map +1 -1
- package/esm/models/getrollingreleaseop.d.ts +15 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +6 -0
- package/esm/models/getrollingreleaseop.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 +15 -15
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +17 -15
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/patchteamop.d.ts +12 -0
- package/esm/models/patchteamop.d.ts.map +1 -1
- package/esm/models/patchteamop.js +4 -0
- package/esm/models/patchteamop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +8 -2
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +3 -2
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +173 -164
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +158 -156
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
- package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.js +2 -0
- package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
- package/esm/models/uploadfileop.d.ts +0 -5
- package/esm/models/uploadfileop.d.ts.map +1 -1
- package/esm/models/uploadfileop.js +0 -4
- package/esm/models/uploadfileop.js.map +1 -1
- package/esm/models/userevent.d.ts +960 -770
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1102 -974
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/integrations.d.ts +8 -0
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +10 -0
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/sdk.d.ts +1 -3
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +0 -5
- package/esm/sdk/sdk.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 +1 -3
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/integrations.test.ts +32 -1
- package/src/__tests__/rollingrelease.test.ts +1 -1
- package/src/__tests__/vercel.test.ts +4 -33
- package/src/funcs/deploymentsUploadFile.ts +0 -5
- package/src/funcs/domainsGetDomainTransfer.ts +2 -2
- package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
- package/src/funcs/marketplaceUpdateResourceSecrets.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 +3 -5
- package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
- package/src/models/approverollingreleasestageop.ts +21 -0
- package/src/models/canceldeploymentop.ts +5 -4
- package/src/models/completerollingreleaseop.ts +21 -0
- package/src/models/createdeploymentop.ts +6 -4
- package/src/models/createintegrationstoredirectop.ts +544 -507
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +347 -342
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/getbillingplansop.ts +508 -0
- package/src/models/getconfigurationproductsop.ts +703 -703
- package/src/models/getdeploymentop.ts +5 -4
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getdomaintransferop.ts +203 -39
- package/src/models/getprojectsop.ts +8 -4
- package/src/models/getrollingreleaseconfigop.ts +7 -0
- package/src/models/getrollingreleaseop.ts +21 -0
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/importresourceop.ts +27 -29
- package/src/models/patchteamop.ts +4 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateprojectdatacacheop.ts +8 -4
- package/src/models/updateprojectop.ts +347 -342
- package/src/models/updaterollingreleaseconfigop.ts +7 -0
- package/src/models/uploadfileop.ts +0 -9
- package/src/models/userevent.ts +2219 -1917
- package/src/sdk/integrations.ts +22 -0
- package/src/sdk/sdk.ts +1 -23
- package/vercel-spec.json +1401 -1170
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -14
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
- package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
- package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
package/vercel-spec.json
CHANGED
|
@@ -5020,6 +5020,7 @@
|
|
|
5020
5020
|
"nitro",
|
|
5021
5021
|
"hono",
|
|
5022
5022
|
"express",
|
|
5023
|
+
"h3",
|
|
5023
5024
|
"xmcp"
|
|
5024
5025
|
]
|
|
5025
5026
|
},
|
|
@@ -5971,6 +5972,11 @@
|
|
|
5971
5972
|
"type": "number",
|
|
5972
5973
|
"description": "Duration in minutes for automatic advancement to the next stage",
|
|
5973
5974
|
"example": 600
|
|
5975
|
+
},
|
|
5976
|
+
"linearShift": {
|
|
5977
|
+
"type": "boolean",
|
|
5978
|
+
"description": "Whether to linearly shift traffic over the duration of this stage",
|
|
5979
|
+
"example": false
|
|
5974
5980
|
}
|
|
5975
5981
|
},
|
|
5976
5982
|
"required": [
|
|
@@ -6800,12 +6806,6 @@
|
|
|
6800
6806
|
},
|
|
6801
6807
|
"type": "array"
|
|
6802
6808
|
},
|
|
6803
|
-
"traceDrain": {
|
|
6804
|
-
"items": {
|
|
6805
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
6806
|
-
},
|
|
6807
|
-
"type": "array"
|
|
6808
|
-
},
|
|
6809
6809
|
"Monitoring": {
|
|
6810
6810
|
"items": {
|
|
6811
6811
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -9787,6 +9787,7 @@
|
|
|
9787
9787
|
"nitro",
|
|
9788
9788
|
"hono",
|
|
9789
9789
|
"express",
|
|
9790
|
+
"h3",
|
|
9790
9791
|
"xmcp"
|
|
9791
9792
|
]
|
|
9792
9793
|
},
|
|
@@ -12072,11 +12073,11 @@
|
|
|
12072
12073
|
"mfeConfigUploadState": {
|
|
12073
12074
|
"type": "string",
|
|
12074
12075
|
"enum": [
|
|
12075
|
-
"error",
|
|
12076
12076
|
"success",
|
|
12077
|
+
"waiting_on_build",
|
|
12077
12078
|
"no_config"
|
|
12078
12079
|
],
|
|
12079
|
-
"description": "The result of the microfrontends config upload during deployment creation. Only set for default app deployments. - `success` - The config was uploaded successfully. - `
|
|
12080
|
+
"description": "The result of the microfrontends config upload during deployment creation / build. Only set for default app deployments. The config upload is attempted during deployment create, and then again during the build. If the config is not in the root directory, or the deployment is prebuilt, the config cannot be uploaded during deployment create. The upload during deployment build finds the config even if it's not in the root directory, as it has access to all files. Uploading the config during create is ideal, as then all child deployments are guaranteed to have access to the default app deployment config even if the default app has not yet started building. If the config is not uploaded, the child app will show as building until the config has been uploaded during the default app build. - `success` - The config was uploaded successfully, either when the deployment was created or during the build. - `waiting_on_build` - The config could not be uploaded during deployment create, will be attempted again during the build. - `no_config` - No config was found. Only set once the build has not found the config in any of the deployment's files. - `undefined` - Legacy deployments, or there was an error uploading the config during deployment create."
|
|
12080
12081
|
},
|
|
12081
12082
|
"defaultAppProjectName": {
|
|
12082
12083
|
"type": "string",
|
|
@@ -13584,6 +13585,7 @@
|
|
|
13584
13585
|
"nitro",
|
|
13585
13586
|
"hono",
|
|
13586
13587
|
"express",
|
|
13588
|
+
"h3",
|
|
13587
13589
|
"xmcp"
|
|
13588
13590
|
]
|
|
13589
13591
|
},
|
|
@@ -15715,11 +15717,11 @@
|
|
|
15715
15717
|
"mfeConfigUploadState": {
|
|
15716
15718
|
"type": "string",
|
|
15717
15719
|
"enum": [
|
|
15718
|
-
"error",
|
|
15719
15720
|
"success",
|
|
15721
|
+
"waiting_on_build",
|
|
15720
15722
|
"no_config"
|
|
15721
15723
|
],
|
|
15722
|
-
"description": "The result of the microfrontends config upload during deployment creation. Only set for default app deployments. - `success` - The config was uploaded successfully. - `
|
|
15724
|
+
"description": "The result of the microfrontends config upload during deployment creation / build. Only set for default app deployments. The config upload is attempted during deployment create, and then again during the build. If the config is not in the root directory, or the deployment is prebuilt, the config cannot be uploaded during deployment create. The upload during deployment build finds the config even if it's not in the root directory, as it has access to all files. Uploading the config during create is ideal, as then all child deployments are guaranteed to have access to the default app deployment config even if the default app has not yet started building. If the config is not uploaded, the child app will show as building until the config has been uploaded during the default app build. - `success` - The config was uploaded successfully, either when the deployment was created or during the build. - `waiting_on_build` - The config could not be uploaded during deployment create, will be attempted again during the build. - `no_config` - No config was found. Only set once the build has not found the config in any of the deployment's files. - `undefined` - Legacy deployments, or there was an error uploading the config during deployment create."
|
|
15723
15725
|
},
|
|
15724
15726
|
"defaultAppProjectName": {
|
|
15725
15727
|
"type": "string",
|
|
@@ -16524,6 +16526,7 @@
|
|
|
16524
16526
|
"nitro",
|
|
16525
16527
|
"hono",
|
|
16526
16528
|
"express",
|
|
16529
|
+
"h3",
|
|
16527
16530
|
"xmcp"
|
|
16528
16531
|
],
|
|
16529
16532
|
"nullable": true
|
|
@@ -16755,6 +16758,7 @@
|
|
|
16755
16758
|
"nitro",
|
|
16756
16759
|
"hono",
|
|
16757
16760
|
"express",
|
|
16761
|
+
"h3",
|
|
16758
16762
|
"xmcp"
|
|
16759
16763
|
]
|
|
16760
16764
|
},
|
|
@@ -19040,11 +19044,11 @@
|
|
|
19040
19044
|
"mfeConfigUploadState": {
|
|
19041
19045
|
"type": "string",
|
|
19042
19046
|
"enum": [
|
|
19043
|
-
"error",
|
|
19044
19047
|
"success",
|
|
19048
|
+
"waiting_on_build",
|
|
19045
19049
|
"no_config"
|
|
19046
19050
|
],
|
|
19047
|
-
"description": "The result of the microfrontends config upload during deployment creation. Only set for default app deployments. - `success` - The config was uploaded successfully. - `
|
|
19051
|
+
"description": "The result of the microfrontends config upload during deployment creation / build. Only set for default app deployments. The config upload is attempted during deployment create, and then again during the build. If the config is not in the root directory, or the deployment is prebuilt, the config cannot be uploaded during deployment create. The upload during deployment build finds the config even if it's not in the root directory, as it has access to all files. Uploading the config during create is ideal, as then all child deployments are guaranteed to have access to the default app deployment config even if the default app has not yet started building. If the config is not uploaded, the child app will show as building until the config has been uploaded during the default app build. - `success` - The config was uploaded successfully, either when the deployment was created or during the build. - `waiting_on_build` - The config could not be uploaded during deployment create, will be attempted again during the build. - `no_config` - No config was found. Only set once the build has not found the config in any of the deployment's files. - `undefined` - Legacy deployments, or there was an error uploading the config during deployment create."
|
|
19048
19052
|
},
|
|
19049
19053
|
"defaultAppProjectName": {
|
|
19050
19054
|
"type": "string",
|
|
@@ -20824,6 +20828,7 @@
|
|
|
20824
20828
|
"content": {
|
|
20825
20829
|
"application/json": {
|
|
20826
20830
|
"schema": {
|
|
20831
|
+
"additionalProperties": false,
|
|
20827
20832
|
"properties": {
|
|
20828
20833
|
"name": {
|
|
20829
20834
|
"type": "string",
|
|
@@ -21064,48 +21069,78 @@
|
|
|
21064
21069
|
"content": {
|
|
21065
21070
|
"application/json": {
|
|
21066
21071
|
"schema": {
|
|
21067
|
-
"
|
|
21068
|
-
|
|
21069
|
-
"
|
|
21070
|
-
|
|
21071
|
-
|
|
21072
|
-
|
|
21073
|
-
|
|
21074
|
-
|
|
21075
|
-
|
|
21076
|
-
"
|
|
21077
|
-
|
|
21078
|
-
|
|
21079
|
-
"
|
|
21080
|
-
|
|
21072
|
+
"oneOf": [
|
|
21073
|
+
{
|
|
21074
|
+
"properties": {
|
|
21075
|
+
"reason": {
|
|
21076
|
+
"type": "string"
|
|
21077
|
+
},
|
|
21078
|
+
"status": {
|
|
21079
|
+
"type": "string"
|
|
21080
|
+
},
|
|
21081
|
+
"transferable": {
|
|
21082
|
+
"type": "boolean"
|
|
21083
|
+
},
|
|
21084
|
+
"transferPolicy": {
|
|
21085
|
+
"type": "string",
|
|
21086
|
+
"enum": [
|
|
21087
|
+
"charge-and-renew"
|
|
21088
|
+
]
|
|
21089
|
+
}
|
|
21090
|
+
},
|
|
21091
|
+
"required": [
|
|
21092
|
+
"reason",
|
|
21093
|
+
"status",
|
|
21094
|
+
"transferable",
|
|
21095
|
+
"transferPolicy"
|
|
21081
21096
|
],
|
|
21082
|
-
"
|
|
21083
|
-
},
|
|
21084
|
-
"reason": {
|
|
21085
|
-
"type": "string",
|
|
21086
|
-
"description": "Description associated with transferable state."
|
|
21097
|
+
"type": "object"
|
|
21087
21098
|
},
|
|
21088
|
-
|
|
21089
|
-
"
|
|
21090
|
-
|
|
21091
|
-
|
|
21092
|
-
|
|
21093
|
-
|
|
21094
|
-
"
|
|
21095
|
-
|
|
21096
|
-
|
|
21097
|
-
|
|
21099
|
+
{
|
|
21100
|
+
"properties": {
|
|
21101
|
+
"transferable": {
|
|
21102
|
+
"type": "boolean",
|
|
21103
|
+
"description": "Whether or not the domain is transferable"
|
|
21104
|
+
},
|
|
21105
|
+
"transferPolicy": {
|
|
21106
|
+
"nullable": true,
|
|
21107
|
+
"type": "string",
|
|
21108
|
+
"enum": [
|
|
21109
|
+
"charge-and-renew",
|
|
21110
|
+
"no-charge-no-change",
|
|
21111
|
+
"no-change",
|
|
21112
|
+
"new-term",
|
|
21113
|
+
"not-supported"
|
|
21114
|
+
],
|
|
21115
|
+
"description": "The domain's transfer policy (depends on TLD requirements). `charge-and-renew`: transfer will charge for renewal and will renew the existing domain's registration. `no-charge-no-change`: transfer will have no change to registration period and does not require charge. `no-change`: transfer charge is required, but no change in registration period. `new-term`: transfer charge is required and a new registry term is set based on the transfer date. `not-supported`: transfers are not supported for this domain or TLD. `null`: This TLD is not supported by Vercel's Registrar."
|
|
21116
|
+
},
|
|
21117
|
+
"reason": {
|
|
21118
|
+
"type": "string",
|
|
21119
|
+
"description": "Description associated with transferable state."
|
|
21120
|
+
},
|
|
21121
|
+
"status": {
|
|
21122
|
+
"type": "string",
|
|
21123
|
+
"enum": [
|
|
21124
|
+
"completed",
|
|
21125
|
+
"undef",
|
|
21126
|
+
"pending_owner",
|
|
21127
|
+
"pending_admin",
|
|
21128
|
+
"pending_registry",
|
|
21129
|
+
"cancelled",
|
|
21130
|
+
"unknown"
|
|
21131
|
+
],
|
|
21132
|
+
"description": "The current state of an ongoing transfer. `pending_owner`: Awaiting approval by domain's admin contact (every transfer begins with this status). If approval is not given within five days, the transfer is cancelled. `pending_admin`: Waiting for approval by Vercel Registrar admin. `pending_registry`: Awaiting registry approval (the transfer completes after 7 days unless it is declined by the current registrar). `completed`: The transfer completed successfully. `cancelled`: The transfer was cancelled. `undef`: No transfer exists for this domain. `unknown`: This TLD is not supported by Vercel's Registrar."
|
|
21133
|
+
}
|
|
21134
|
+
},
|
|
21135
|
+
"required": [
|
|
21136
|
+
"transferable",
|
|
21137
|
+
"transferPolicy",
|
|
21138
|
+
"reason",
|
|
21139
|
+
"status"
|
|
21098
21140
|
],
|
|
21099
|
-
"
|
|
21141
|
+
"type": "object"
|
|
21100
21142
|
}
|
|
21101
|
-
|
|
21102
|
-
"required": [
|
|
21103
|
-
"transferable",
|
|
21104
|
-
"transferPolicy",
|
|
21105
|
-
"reason",
|
|
21106
|
-
"status"
|
|
21107
|
-
],
|
|
21108
|
-
"type": "object"
|
|
21143
|
+
]
|
|
21109
21144
|
}
|
|
21110
21145
|
}
|
|
21111
21146
|
}
|
|
@@ -21132,6 +21167,9 @@
|
|
|
21132
21167
|
},
|
|
21133
21168
|
"403": {
|
|
21134
21169
|
"description": "You do not have permission to access this resource."
|
|
21170
|
+
},
|
|
21171
|
+
"500": {
|
|
21172
|
+
"description": ""
|
|
21135
21173
|
}
|
|
21136
21174
|
},
|
|
21137
21175
|
"parameters": [
|
|
@@ -25118,9 +25156,17 @@
|
|
|
25118
25156
|
},
|
|
25119
25157
|
"/v1/integrations/integration/{integrationIdOrSlug}/products/{productIdOrSlug}/plans": {
|
|
25120
25158
|
"get": {
|
|
25121
|
-
"description": "",
|
|
25122
|
-
"
|
|
25123
|
-
"
|
|
25159
|
+
"description": "Get a list of billing plans for an integration and product.",
|
|
25160
|
+
"operationId": "getBillingPlans",
|
|
25161
|
+
"security": [
|
|
25162
|
+
{
|
|
25163
|
+
"bearerToken": []
|
|
25164
|
+
}
|
|
25165
|
+
],
|
|
25166
|
+
"summary": "List integration billing plans",
|
|
25167
|
+
"tags": [
|
|
25168
|
+
"integrations"
|
|
25169
|
+
],
|
|
25124
25170
|
"responses": {
|
|
25125
25171
|
"200": {
|
|
25126
25172
|
"description": "",
|
|
@@ -25313,77 +25359,6 @@
|
|
|
25313
25359
|
"schema": {
|
|
25314
25360
|
"type": "string"
|
|
25315
25361
|
}
|
|
25316
|
-
}
|
|
25317
|
-
]
|
|
25318
|
-
}
|
|
25319
|
-
},
|
|
25320
|
-
"/v1/integrations/installations/{integrationConfigurationId}/resources/{resourceId}/connections": {
|
|
25321
|
-
"post": {
|
|
25322
|
-
"description": "Connects an integration resource to a Vercel project. This endpoint establishes a connection between a provisioned integration resource (from storage APIs like `POST /v1/storage/stores/integration/direct`) and a specific Vercel project.",
|
|
25323
|
-
"operationId": "connectIntegrationResourceToProject",
|
|
25324
|
-
"security": [
|
|
25325
|
-
{
|
|
25326
|
-
"bearerToken": []
|
|
25327
|
-
}
|
|
25328
|
-
],
|
|
25329
|
-
"summary": "Connect integration resource to project",
|
|
25330
|
-
"tags": [
|
|
25331
|
-
"integrations"
|
|
25332
|
-
],
|
|
25333
|
-
"responses": {
|
|
25334
|
-
"201": {
|
|
25335
|
-
"description": ""
|
|
25336
|
-
},
|
|
25337
|
-
"400": {
|
|
25338
|
-
"description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
|
|
25339
|
-
"content": {
|
|
25340
|
-
"application/json": {
|
|
25341
|
-
"schema": {
|
|
25342
|
-
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
25343
|
-
}
|
|
25344
|
-
}
|
|
25345
|
-
}
|
|
25346
|
-
},
|
|
25347
|
-
"401": {
|
|
25348
|
-
"description": "",
|
|
25349
|
-
"content": {
|
|
25350
|
-
"application/json": {
|
|
25351
|
-
"schema": {
|
|
25352
|
-
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
25353
|
-
}
|
|
25354
|
-
}
|
|
25355
|
-
}
|
|
25356
|
-
},
|
|
25357
|
-
"403": {
|
|
25358
|
-
"description": "You do not have permission to access this resource."
|
|
25359
|
-
},
|
|
25360
|
-
"404": {
|
|
25361
|
-
"description": "",
|
|
25362
|
-
"content": {
|
|
25363
|
-
"application/json": {
|
|
25364
|
-
"schema": {
|
|
25365
|
-
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
25366
|
-
}
|
|
25367
|
-
}
|
|
25368
|
-
}
|
|
25369
|
-
}
|
|
25370
|
-
},
|
|
25371
|
-
"parameters": [
|
|
25372
|
-
{
|
|
25373
|
-
"name": "integrationConfigurationId",
|
|
25374
|
-
"in": "path",
|
|
25375
|
-
"required": true,
|
|
25376
|
-
"schema": {
|
|
25377
|
-
"type": "string"
|
|
25378
|
-
}
|
|
25379
|
-
},
|
|
25380
|
-
{
|
|
25381
|
-
"name": "resourceId",
|
|
25382
|
-
"in": "path",
|
|
25383
|
-
"required": true,
|
|
25384
|
-
"schema": {
|
|
25385
|
-
"type": "string"
|
|
25386
|
-
}
|
|
25387
25362
|
},
|
|
25388
25363
|
{
|
|
25389
25364
|
"description": "The Team identifier to perform the request on behalf of.",
|
|
@@ -25403,169 +25378,258 @@
|
|
|
25403
25378
|
"example": "my-team-url-slug"
|
|
25404
25379
|
}
|
|
25405
25380
|
}
|
|
25406
|
-
],
|
|
25407
|
-
"requestBody": {
|
|
25408
|
-
"content": {
|
|
25409
|
-
"application/json": {
|
|
25410
|
-
"schema": {
|
|
25411
|
-
"type": "object",
|
|
25412
|
-
"required": [
|
|
25413
|
-
"projectId"
|
|
25414
|
-
],
|
|
25415
|
-
"properties": {
|
|
25416
|
-
"projectId": {
|
|
25417
|
-
"type": "string"
|
|
25418
|
-
}
|
|
25419
|
-
}
|
|
25420
|
-
}
|
|
25421
|
-
}
|
|
25422
|
-
}
|
|
25423
|
-
}
|
|
25424
|
-
}
|
|
25425
|
-
},
|
|
25426
|
-
"/v1/installations/{integrationConfigurationId}/account": {
|
|
25427
|
-
"get": {
|
|
25428
|
-
"description": "Fetches the best account or user’s contact info",
|
|
25429
|
-
"operationId": "get-account-info",
|
|
25430
|
-
"security": [
|
|
25431
|
-
{
|
|
25432
|
-
"bearerToken": []
|
|
25433
|
-
}
|
|
25434
|
-
],
|
|
25435
|
-
"summary": "Get Account Information",
|
|
25436
|
-
"tags": [
|
|
25437
|
-
"marketplace"
|
|
25438
|
-
],
|
|
25439
|
-
"responses": {
|
|
25440
|
-
"200": {
|
|
25441
|
-
"description": "",
|
|
25442
|
-
"content": {
|
|
25443
|
-
"application/json": {
|
|
25444
|
-
"schema": {
|
|
25445
|
-
"properties": {
|
|
25446
|
-
"name": {
|
|
25447
|
-
"type": "string",
|
|
25448
|
-
"description": "The name of the team the installation is tied to."
|
|
25449
|
-
},
|
|
25450
|
-
"url": {
|
|
25451
|
-
"type": "string",
|
|
25452
|
-
"description": "A URL linking to the installation in the Vercel Dashboard."
|
|
25453
|
-
},
|
|
25454
|
-
"contact": {
|
|
25455
|
-
"nullable": true,
|
|
25456
|
-
"properties": {
|
|
25457
|
-
"email": {
|
|
25458
|
-
"type": "string"
|
|
25459
|
-
},
|
|
25460
|
-
"name": {
|
|
25461
|
-
"type": "string"
|
|
25462
|
-
}
|
|
25463
|
-
},
|
|
25464
|
-
"required": [
|
|
25465
|
-
"email"
|
|
25466
|
-
],
|
|
25467
|
-
"type": "object",
|
|
25468
|
-
"description": "The best contact for the integration, which can change as team members and their roles change."
|
|
25469
|
-
}
|
|
25470
|
-
},
|
|
25471
|
-
"required": [
|
|
25472
|
-
"url",
|
|
25473
|
-
"contact"
|
|
25474
|
-
],
|
|
25475
|
-
"type": "object"
|
|
25476
|
-
}
|
|
25477
|
-
}
|
|
25478
|
-
}
|
|
25479
|
-
},
|
|
25480
|
-
"400": {
|
|
25481
|
-
"description": "One of the provided values in the request query is invalid.",
|
|
25482
|
-
"content": {
|
|
25483
|
-
"application/json": {
|
|
25484
|
-
"schema": {
|
|
25485
|
-
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
25486
|
-
}
|
|
25487
|
-
}
|
|
25488
|
-
}
|
|
25489
|
-
},
|
|
25490
|
-
"401": {
|
|
25491
|
-
"description": "",
|
|
25492
|
-
"content": {
|
|
25493
|
-
"application/json": {
|
|
25494
|
-
"schema": {
|
|
25495
|
-
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
25496
|
-
}
|
|
25497
|
-
}
|
|
25498
|
-
}
|
|
25499
|
-
},
|
|
25500
|
-
"403": {
|
|
25501
|
-
"description": "You do not have permission to access this resource."
|
|
25502
|
-
},
|
|
25503
|
-
"404": {
|
|
25504
|
-
"description": "",
|
|
25505
|
-
"content": {
|
|
25506
|
-
"application/json": {
|
|
25507
|
-
"schema": {
|
|
25508
|
-
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
25509
|
-
}
|
|
25510
|
-
}
|
|
25511
|
-
}
|
|
25512
|
-
}
|
|
25513
|
-
},
|
|
25514
|
-
"parameters": [
|
|
25515
|
-
{
|
|
25516
|
-
"name": "integrationConfigurationId",
|
|
25517
|
-
"in": "path",
|
|
25518
|
-
"required": true,
|
|
25519
|
-
"schema": {
|
|
25520
|
-
"type": "string"
|
|
25521
|
-
}
|
|
25522
|
-
}
|
|
25523
25381
|
]
|
|
25524
25382
|
}
|
|
25525
25383
|
},
|
|
25526
|
-
"/v1/installations/{integrationConfigurationId}/
|
|
25527
|
-
"
|
|
25528
|
-
"description": "
|
|
25529
|
-
"operationId": "
|
|
25384
|
+
"/v1/integrations/installations/{integrationConfigurationId}/resources/{resourceId}/connections": {
|
|
25385
|
+
"post": {
|
|
25386
|
+
"description": "Connects an integration resource to a Vercel project. This endpoint establishes a connection between a provisioned integration resource (from storage APIs like `POST /v1/storage/stores/integration/direct`) and a specific Vercel project.",
|
|
25387
|
+
"operationId": "connectIntegrationResourceToProject",
|
|
25530
25388
|
"security": [
|
|
25531
25389
|
{
|
|
25532
25390
|
"bearerToken": []
|
|
25533
25391
|
}
|
|
25534
25392
|
],
|
|
25535
|
-
"summary": "
|
|
25393
|
+
"summary": "Connect integration resource to project",
|
|
25536
25394
|
"tags": [
|
|
25537
|
-
"
|
|
25395
|
+
"integrations"
|
|
25538
25396
|
],
|
|
25539
25397
|
"responses": {
|
|
25540
|
-
"
|
|
25541
|
-
"description": ""
|
|
25542
|
-
"content": {
|
|
25543
|
-
"application/json": {
|
|
25544
|
-
"schema": {
|
|
25545
|
-
"properties": {
|
|
25546
|
-
"id": {
|
|
25547
|
-
"type": "string"
|
|
25548
|
-
},
|
|
25549
|
-
"role": {
|
|
25550
|
-
"type": "string",
|
|
25551
|
-
"enum": [
|
|
25552
|
-
"ADMIN",
|
|
25553
|
-
"USER"
|
|
25554
|
-
],
|
|
25555
|
-
"description": "\"The `ADMIN` role, by default, is provided to users capable of installing integrations, while the `USER` role can be granted to Vercel users with the Vercel `Billing` or Vercel `Viewer` role, which are considered to be Read-Only roles.\""
|
|
25556
|
-
}
|
|
25557
|
-
},
|
|
25558
|
-
"required": [
|
|
25559
|
-
"id",
|
|
25560
|
-
"role"
|
|
25561
|
-
],
|
|
25562
|
-
"type": "object"
|
|
25563
|
-
}
|
|
25564
|
-
}
|
|
25565
|
-
}
|
|
25398
|
+
"201": {
|
|
25399
|
+
"description": ""
|
|
25566
25400
|
},
|
|
25567
25401
|
"400": {
|
|
25568
|
-
"description": "One of the provided values in the request query is invalid.",
|
|
25402
|
+
"description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
|
|
25403
|
+
"content": {
|
|
25404
|
+
"application/json": {
|
|
25405
|
+
"schema": {
|
|
25406
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
25407
|
+
}
|
|
25408
|
+
}
|
|
25409
|
+
}
|
|
25410
|
+
},
|
|
25411
|
+
"401": {
|
|
25412
|
+
"description": "",
|
|
25413
|
+
"content": {
|
|
25414
|
+
"application/json": {
|
|
25415
|
+
"schema": {
|
|
25416
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
25417
|
+
}
|
|
25418
|
+
}
|
|
25419
|
+
}
|
|
25420
|
+
},
|
|
25421
|
+
"403": {
|
|
25422
|
+
"description": "You do not have permission to access this resource."
|
|
25423
|
+
},
|
|
25424
|
+
"404": {
|
|
25425
|
+
"description": "",
|
|
25426
|
+
"content": {
|
|
25427
|
+
"application/json": {
|
|
25428
|
+
"schema": {
|
|
25429
|
+
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
25430
|
+
}
|
|
25431
|
+
}
|
|
25432
|
+
}
|
|
25433
|
+
}
|
|
25434
|
+
},
|
|
25435
|
+
"parameters": [
|
|
25436
|
+
{
|
|
25437
|
+
"name": "integrationConfigurationId",
|
|
25438
|
+
"in": "path",
|
|
25439
|
+
"required": true,
|
|
25440
|
+
"schema": {
|
|
25441
|
+
"type": "string"
|
|
25442
|
+
}
|
|
25443
|
+
},
|
|
25444
|
+
{
|
|
25445
|
+
"name": "resourceId",
|
|
25446
|
+
"in": "path",
|
|
25447
|
+
"required": true,
|
|
25448
|
+
"schema": {
|
|
25449
|
+
"type": "string"
|
|
25450
|
+
}
|
|
25451
|
+
},
|
|
25452
|
+
{
|
|
25453
|
+
"description": "The Team identifier to perform the request on behalf of.",
|
|
25454
|
+
"in": "query",
|
|
25455
|
+
"name": "teamId",
|
|
25456
|
+
"schema": {
|
|
25457
|
+
"type": "string",
|
|
25458
|
+
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
25459
|
+
}
|
|
25460
|
+
},
|
|
25461
|
+
{
|
|
25462
|
+
"description": "The Team slug to perform the request on behalf of.",
|
|
25463
|
+
"in": "query",
|
|
25464
|
+
"name": "slug",
|
|
25465
|
+
"schema": {
|
|
25466
|
+
"type": "string",
|
|
25467
|
+
"example": "my-team-url-slug"
|
|
25468
|
+
}
|
|
25469
|
+
}
|
|
25470
|
+
],
|
|
25471
|
+
"requestBody": {
|
|
25472
|
+
"content": {
|
|
25473
|
+
"application/json": {
|
|
25474
|
+
"schema": {
|
|
25475
|
+
"type": "object",
|
|
25476
|
+
"required": [
|
|
25477
|
+
"projectId"
|
|
25478
|
+
],
|
|
25479
|
+
"properties": {
|
|
25480
|
+
"projectId": {
|
|
25481
|
+
"type": "string"
|
|
25482
|
+
}
|
|
25483
|
+
}
|
|
25484
|
+
}
|
|
25485
|
+
}
|
|
25486
|
+
}
|
|
25487
|
+
}
|
|
25488
|
+
}
|
|
25489
|
+
},
|
|
25490
|
+
"/v1/installations/{integrationConfigurationId}/account": {
|
|
25491
|
+
"get": {
|
|
25492
|
+
"description": "Fetches the best account or user’s contact info",
|
|
25493
|
+
"operationId": "get-account-info",
|
|
25494
|
+
"security": [
|
|
25495
|
+
{
|
|
25496
|
+
"bearerToken": []
|
|
25497
|
+
}
|
|
25498
|
+
],
|
|
25499
|
+
"summary": "Get Account Information",
|
|
25500
|
+
"tags": [
|
|
25501
|
+
"marketplace"
|
|
25502
|
+
],
|
|
25503
|
+
"responses": {
|
|
25504
|
+
"200": {
|
|
25505
|
+
"description": "",
|
|
25506
|
+
"content": {
|
|
25507
|
+
"application/json": {
|
|
25508
|
+
"schema": {
|
|
25509
|
+
"properties": {
|
|
25510
|
+
"name": {
|
|
25511
|
+
"type": "string",
|
|
25512
|
+
"description": "The name of the team the installation is tied to."
|
|
25513
|
+
},
|
|
25514
|
+
"url": {
|
|
25515
|
+
"type": "string",
|
|
25516
|
+
"description": "A URL linking to the installation in the Vercel Dashboard."
|
|
25517
|
+
},
|
|
25518
|
+
"contact": {
|
|
25519
|
+
"nullable": true,
|
|
25520
|
+
"properties": {
|
|
25521
|
+
"email": {
|
|
25522
|
+
"type": "string"
|
|
25523
|
+
},
|
|
25524
|
+
"name": {
|
|
25525
|
+
"type": "string"
|
|
25526
|
+
}
|
|
25527
|
+
},
|
|
25528
|
+
"required": [
|
|
25529
|
+
"email"
|
|
25530
|
+
],
|
|
25531
|
+
"type": "object",
|
|
25532
|
+
"description": "The best contact for the integration, which can change as team members and their roles change."
|
|
25533
|
+
}
|
|
25534
|
+
},
|
|
25535
|
+
"required": [
|
|
25536
|
+
"url",
|
|
25537
|
+
"contact"
|
|
25538
|
+
],
|
|
25539
|
+
"type": "object"
|
|
25540
|
+
}
|
|
25541
|
+
}
|
|
25542
|
+
}
|
|
25543
|
+
},
|
|
25544
|
+
"400": {
|
|
25545
|
+
"description": "One of the provided values in the request query is invalid.",
|
|
25546
|
+
"content": {
|
|
25547
|
+
"application/json": {
|
|
25548
|
+
"schema": {
|
|
25549
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
25550
|
+
}
|
|
25551
|
+
}
|
|
25552
|
+
}
|
|
25553
|
+
},
|
|
25554
|
+
"401": {
|
|
25555
|
+
"description": "",
|
|
25556
|
+
"content": {
|
|
25557
|
+
"application/json": {
|
|
25558
|
+
"schema": {
|
|
25559
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
25560
|
+
}
|
|
25561
|
+
}
|
|
25562
|
+
}
|
|
25563
|
+
},
|
|
25564
|
+
"403": {
|
|
25565
|
+
"description": "You do not have permission to access this resource."
|
|
25566
|
+
},
|
|
25567
|
+
"404": {
|
|
25568
|
+
"description": "",
|
|
25569
|
+
"content": {
|
|
25570
|
+
"application/json": {
|
|
25571
|
+
"schema": {
|
|
25572
|
+
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
25573
|
+
}
|
|
25574
|
+
}
|
|
25575
|
+
}
|
|
25576
|
+
}
|
|
25577
|
+
},
|
|
25578
|
+
"parameters": [
|
|
25579
|
+
{
|
|
25580
|
+
"name": "integrationConfigurationId",
|
|
25581
|
+
"in": "path",
|
|
25582
|
+
"required": true,
|
|
25583
|
+
"schema": {
|
|
25584
|
+
"type": "string"
|
|
25585
|
+
}
|
|
25586
|
+
}
|
|
25587
|
+
]
|
|
25588
|
+
}
|
|
25589
|
+
},
|
|
25590
|
+
"/v1/installations/{integrationConfigurationId}/member/{memberId}": {
|
|
25591
|
+
"get": {
|
|
25592
|
+
"description": "Returns the member role and other information for a given member ID (\"user_id\" claim in the SSO OIDC token).",
|
|
25593
|
+
"operationId": "get-member",
|
|
25594
|
+
"security": [
|
|
25595
|
+
{
|
|
25596
|
+
"bearerToken": []
|
|
25597
|
+
}
|
|
25598
|
+
],
|
|
25599
|
+
"summary": "Get Member Information",
|
|
25600
|
+
"tags": [
|
|
25601
|
+
"marketplace"
|
|
25602
|
+
],
|
|
25603
|
+
"responses": {
|
|
25604
|
+
"200": {
|
|
25605
|
+
"description": "",
|
|
25606
|
+
"content": {
|
|
25607
|
+
"application/json": {
|
|
25608
|
+
"schema": {
|
|
25609
|
+
"properties": {
|
|
25610
|
+
"id": {
|
|
25611
|
+
"type": "string"
|
|
25612
|
+
},
|
|
25613
|
+
"role": {
|
|
25614
|
+
"type": "string",
|
|
25615
|
+
"enum": [
|
|
25616
|
+
"ADMIN",
|
|
25617
|
+
"USER"
|
|
25618
|
+
],
|
|
25619
|
+
"description": "\"The `ADMIN` role, by default, is provided to users capable of installing integrations, while the `USER` role can be granted to Vercel users with the Vercel `Billing` or Vercel `Viewer` role, which are considered to be Read-Only roles.\""
|
|
25620
|
+
}
|
|
25621
|
+
},
|
|
25622
|
+
"required": [
|
|
25623
|
+
"id",
|
|
25624
|
+
"role"
|
|
25625
|
+
],
|
|
25626
|
+
"type": "object"
|
|
25627
|
+
}
|
|
25628
|
+
}
|
|
25629
|
+
}
|
|
25630
|
+
},
|
|
25631
|
+
"400": {
|
|
25632
|
+
"description": "One of the provided values in the request query is invalid.",
|
|
25569
25633
|
"content": {
|
|
25570
25634
|
"application/json": {
|
|
25571
25635
|
"schema": {
|
|
@@ -26383,7 +26447,7 @@
|
|
|
26383
26447
|
"additionalProperties": false
|
|
26384
26448
|
}
|
|
26385
26449
|
},
|
|
26386
|
-
"
|
|
26450
|
+
"highlightedDetails": {
|
|
26387
26451
|
"type": "array",
|
|
26388
26452
|
"items": {
|
|
26389
26453
|
"type": "object",
|
|
@@ -27617,6 +27681,9 @@
|
|
|
27617
27681
|
}
|
|
27618
27682
|
}
|
|
27619
27683
|
}
|
|
27684
|
+
},
|
|
27685
|
+
"422": {
|
|
27686
|
+
"description": ""
|
|
27620
27687
|
}
|
|
27621
27688
|
},
|
|
27622
27689
|
"parameters": [
|
|
@@ -29252,34 +29319,34 @@
|
|
|
29252
29319
|
"minLength": {
|
|
29253
29320
|
"type": "object",
|
|
29254
29321
|
"properties": {
|
|
29255
|
-
"__@BRAND@
|
|
29322
|
+
"__@BRAND@512899": {
|
|
29256
29323
|
"type": "object"
|
|
29257
29324
|
}
|
|
29258
29325
|
},
|
|
29259
29326
|
"required": [
|
|
29260
|
-
"__@BRAND@
|
|
29327
|
+
"__@BRAND@512899"
|
|
29261
29328
|
]
|
|
29262
29329
|
},
|
|
29263
29330
|
"maxLength": {
|
|
29264
29331
|
"type": "object",
|
|
29265
29332
|
"properties": {
|
|
29266
|
-
"__@BRAND@
|
|
29333
|
+
"__@BRAND@512899": {
|
|
29267
29334
|
"type": "object"
|
|
29268
29335
|
}
|
|
29269
29336
|
},
|
|
29270
29337
|
"required": [
|
|
29271
|
-
"__@BRAND@
|
|
29338
|
+
"__@BRAND@512899"
|
|
29272
29339
|
]
|
|
29273
29340
|
},
|
|
29274
29341
|
"pattern": {
|
|
29275
29342
|
"type": "object",
|
|
29276
29343
|
"properties": {
|
|
29277
|
-
"__@BRAND@
|
|
29344
|
+
"__@BRAND@512899": {
|
|
29278
29345
|
"type": "object"
|
|
29279
29346
|
}
|
|
29280
29347
|
},
|
|
29281
29348
|
"required": [
|
|
29282
|
-
"__@BRAND@
|
|
29349
|
+
"__@BRAND@512899"
|
|
29283
29350
|
]
|
|
29284
29351
|
},
|
|
29285
29352
|
"default": {
|
|
@@ -29962,34 +30029,34 @@
|
|
|
29962
30029
|
"minLength": {
|
|
29963
30030
|
"type": "object",
|
|
29964
30031
|
"properties": {
|
|
29965
|
-
"__@BRAND@
|
|
30032
|
+
"__@BRAND@512899": {
|
|
29966
30033
|
"type": "object"
|
|
29967
30034
|
}
|
|
29968
30035
|
},
|
|
29969
30036
|
"required": [
|
|
29970
|
-
"__@BRAND@
|
|
30037
|
+
"__@BRAND@512899"
|
|
29971
30038
|
]
|
|
29972
30039
|
},
|
|
29973
30040
|
"maxLength": {
|
|
29974
30041
|
"type": "object",
|
|
29975
30042
|
"properties": {
|
|
29976
|
-
"__@BRAND@
|
|
30043
|
+
"__@BRAND@512899": {
|
|
29977
30044
|
"type": "object"
|
|
29978
30045
|
}
|
|
29979
30046
|
},
|
|
29980
30047
|
"required": [
|
|
29981
|
-
"__@BRAND@
|
|
30048
|
+
"__@BRAND@512899"
|
|
29982
30049
|
]
|
|
29983
30050
|
},
|
|
29984
30051
|
"pattern": {
|
|
29985
30052
|
"type": "object",
|
|
29986
30053
|
"properties": {
|
|
29987
|
-
"__@BRAND@
|
|
30054
|
+
"__@BRAND@512899": {
|
|
29988
30055
|
"type": "object"
|
|
29989
30056
|
}
|
|
29990
30057
|
},
|
|
29991
30058
|
"required": [
|
|
29992
|
-
"__@BRAND@
|
|
30059
|
+
"__@BRAND@512899"
|
|
29993
30060
|
]
|
|
29994
30061
|
},
|
|
29995
30062
|
"default": {
|
|
@@ -30147,34 +30214,34 @@
|
|
|
30147
30214
|
"minLength": {
|
|
30148
30215
|
"type": "object",
|
|
30149
30216
|
"properties": {
|
|
30150
|
-
"__@BRAND@
|
|
30217
|
+
"__@BRAND@512899": {
|
|
30151
30218
|
"type": "object"
|
|
30152
30219
|
}
|
|
30153
30220
|
},
|
|
30154
30221
|
"required": [
|
|
30155
|
-
"__@BRAND@
|
|
30222
|
+
"__@BRAND@512899"
|
|
30156
30223
|
]
|
|
30157
30224
|
},
|
|
30158
30225
|
"maxLength": {
|
|
30159
30226
|
"type": "object",
|
|
30160
30227
|
"properties": {
|
|
30161
|
-
"__@BRAND@
|
|
30228
|
+
"__@BRAND@512899": {
|
|
30162
30229
|
"type": "object"
|
|
30163
30230
|
}
|
|
30164
30231
|
},
|
|
30165
30232
|
"required": [
|
|
30166
|
-
"__@BRAND@
|
|
30233
|
+
"__@BRAND@512899"
|
|
30167
30234
|
]
|
|
30168
30235
|
},
|
|
30169
30236
|
"pattern": {
|
|
30170
30237
|
"type": "object",
|
|
30171
30238
|
"properties": {
|
|
30172
|
-
"__@BRAND@
|
|
30239
|
+
"__@BRAND@512899": {
|
|
30173
30240
|
"type": "object"
|
|
30174
30241
|
}
|
|
30175
30242
|
},
|
|
30176
30243
|
"required": [
|
|
30177
|
-
"__@BRAND@
|
|
30244
|
+
"__@BRAND@512899"
|
|
30178
30245
|
]
|
|
30179
30246
|
},
|
|
30180
30247
|
"default": {
|
|
@@ -30485,12 +30552,12 @@
|
|
|
30485
30552
|
{
|
|
30486
30553
|
"type": "object",
|
|
30487
30554
|
"properties": {
|
|
30488
|
-
"__@BRAND@
|
|
30555
|
+
"__@BRAND@512899": {
|
|
30489
30556
|
"type": "object"
|
|
30490
30557
|
}
|
|
30491
30558
|
},
|
|
30492
30559
|
"required": [
|
|
30493
|
-
"__@BRAND@
|
|
30560
|
+
"__@BRAND@512899"
|
|
30494
30561
|
]
|
|
30495
30562
|
},
|
|
30496
30563
|
{
|
|
@@ -30498,12 +30565,12 @@
|
|
|
30498
30565
|
"value": {
|
|
30499
30566
|
"type": "object",
|
|
30500
30567
|
"properties": {
|
|
30501
|
-
"__@BRAND@
|
|
30568
|
+
"__@BRAND@512899": {
|
|
30502
30569
|
"type": "object"
|
|
30503
30570
|
}
|
|
30504
30571
|
},
|
|
30505
30572
|
"required": [
|
|
30506
|
-
"__@BRAND@
|
|
30573
|
+
"__@BRAND@512899"
|
|
30507
30574
|
]
|
|
30508
30575
|
},
|
|
30509
30576
|
"disabled": {
|
|
@@ -30572,34 +30639,34 @@
|
|
|
30572
30639
|
"minLength": {
|
|
30573
30640
|
"type": "object",
|
|
30574
30641
|
"properties": {
|
|
30575
|
-
"__@BRAND@
|
|
30642
|
+
"__@BRAND@512899": {
|
|
30576
30643
|
"type": "object"
|
|
30577
30644
|
}
|
|
30578
30645
|
},
|
|
30579
30646
|
"required": [
|
|
30580
|
-
"__@BRAND@
|
|
30647
|
+
"__@BRAND@512899"
|
|
30581
30648
|
]
|
|
30582
30649
|
},
|
|
30583
30650
|
"maxLength": {
|
|
30584
30651
|
"type": "object",
|
|
30585
30652
|
"properties": {
|
|
30586
|
-
"__@BRAND@
|
|
30653
|
+
"__@BRAND@512899": {
|
|
30587
30654
|
"type": "object"
|
|
30588
30655
|
}
|
|
30589
30656
|
},
|
|
30590
30657
|
"required": [
|
|
30591
|
-
"__@BRAND@
|
|
30658
|
+
"__@BRAND@512899"
|
|
30592
30659
|
]
|
|
30593
30660
|
},
|
|
30594
30661
|
"pattern": {
|
|
30595
30662
|
"type": "object",
|
|
30596
30663
|
"properties": {
|
|
30597
|
-
"__@BRAND@
|
|
30664
|
+
"__@BRAND@512899": {
|
|
30598
30665
|
"type": "object"
|
|
30599
30666
|
}
|
|
30600
30667
|
},
|
|
30601
30668
|
"required": [
|
|
30602
|
-
"__@BRAND@
|
|
30669
|
+
"__@BRAND@512899"
|
|
30603
30670
|
]
|
|
30604
30671
|
},
|
|
30605
30672
|
"default": {
|
|
@@ -30757,34 +30824,34 @@
|
|
|
30757
30824
|
"minLength": {
|
|
30758
30825
|
"type": "object",
|
|
30759
30826
|
"properties": {
|
|
30760
|
-
"__@BRAND@
|
|
30827
|
+
"__@BRAND@512899": {
|
|
30761
30828
|
"type": "object"
|
|
30762
30829
|
}
|
|
30763
30830
|
},
|
|
30764
30831
|
"required": [
|
|
30765
|
-
"__@BRAND@
|
|
30832
|
+
"__@BRAND@512899"
|
|
30766
30833
|
]
|
|
30767
30834
|
},
|
|
30768
30835
|
"maxLength": {
|
|
30769
30836
|
"type": "object",
|
|
30770
30837
|
"properties": {
|
|
30771
|
-
"__@BRAND@
|
|
30838
|
+
"__@BRAND@512899": {
|
|
30772
30839
|
"type": "object"
|
|
30773
30840
|
}
|
|
30774
30841
|
},
|
|
30775
30842
|
"required": [
|
|
30776
|
-
"__@BRAND@
|
|
30843
|
+
"__@BRAND@512899"
|
|
30777
30844
|
]
|
|
30778
30845
|
},
|
|
30779
30846
|
"pattern": {
|
|
30780
30847
|
"type": "object",
|
|
30781
30848
|
"properties": {
|
|
30782
|
-
"__@BRAND@
|
|
30849
|
+
"__@BRAND@512899": {
|
|
30783
30850
|
"type": "object"
|
|
30784
30851
|
}
|
|
30785
30852
|
},
|
|
30786
30853
|
"required": [
|
|
30787
|
-
"__@BRAND@
|
|
30854
|
+
"__@BRAND@512899"
|
|
30788
30855
|
]
|
|
30789
30856
|
},
|
|
30790
30857
|
"default": {
|
|
@@ -30873,12 +30940,12 @@
|
|
|
30873
30940
|
{
|
|
30874
30941
|
"type": "object",
|
|
30875
30942
|
"properties": {
|
|
30876
|
-
"__@BRAND@
|
|
30943
|
+
"__@BRAND@512899": {
|
|
30877
30944
|
"type": "object"
|
|
30878
30945
|
}
|
|
30879
30946
|
},
|
|
30880
30947
|
"required": [
|
|
30881
|
-
"__@BRAND@
|
|
30948
|
+
"__@BRAND@512899"
|
|
30882
30949
|
]
|
|
30883
30950
|
},
|
|
30884
30951
|
{
|
|
@@ -30886,12 +30953,12 @@
|
|
|
30886
30953
|
"value": {
|
|
30887
30954
|
"type": "object",
|
|
30888
30955
|
"properties": {
|
|
30889
|
-
"__@BRAND@
|
|
30956
|
+
"__@BRAND@512899": {
|
|
30890
30957
|
"type": "object"
|
|
30891
30958
|
}
|
|
30892
30959
|
},
|
|
30893
30960
|
"required": [
|
|
30894
|
-
"__@BRAND@
|
|
30961
|
+
"__@BRAND@512899"
|
|
30895
30962
|
]
|
|
30896
30963
|
},
|
|
30897
30964
|
"disabled": {
|
|
@@ -31077,12 +31144,12 @@
|
|
|
31077
31144
|
"items": {
|
|
31078
31145
|
"type": "object",
|
|
31079
31146
|
"properties": {
|
|
31080
|
-
"__@BRAND@
|
|
31147
|
+
"__@BRAND@512899": {
|
|
31081
31148
|
"type": "object"
|
|
31082
31149
|
}
|
|
31083
31150
|
},
|
|
31084
31151
|
"required": [
|
|
31085
|
-
"__@BRAND@
|
|
31152
|
+
"__@BRAND@512899"
|
|
31086
31153
|
]
|
|
31087
31154
|
},
|
|
31088
31155
|
"type": "array"
|
|
@@ -31091,12 +31158,12 @@
|
|
|
31091
31158
|
"items": {
|
|
31092
31159
|
"type": "object",
|
|
31093
31160
|
"properties": {
|
|
31094
|
-
"__@BRAND@
|
|
31161
|
+
"__@BRAND@512899": {
|
|
31095
31162
|
"type": "object"
|
|
31096
31163
|
}
|
|
31097
31164
|
},
|
|
31098
31165
|
"required": [
|
|
31099
|
-
"__@BRAND@
|
|
31166
|
+
"__@BRAND@512899"
|
|
31100
31167
|
]
|
|
31101
31168
|
},
|
|
31102
31169
|
"type": "array"
|
|
@@ -31115,12 +31182,12 @@
|
|
|
31115
31182
|
"value": {
|
|
31116
31183
|
"type": "object",
|
|
31117
31184
|
"properties": {
|
|
31118
|
-
"__@BRAND@
|
|
31185
|
+
"__@BRAND@512899": {
|
|
31119
31186
|
"type": "object"
|
|
31120
31187
|
}
|
|
31121
31188
|
},
|
|
31122
31189
|
"required": [
|
|
31123
|
-
"__@BRAND@
|
|
31190
|
+
"__@BRAND@512899"
|
|
31124
31191
|
]
|
|
31125
31192
|
},
|
|
31126
31193
|
"disabled": {
|
|
@@ -34159,6 +34226,7 @@
|
|
|
34159
34226
|
"nitro",
|
|
34160
34227
|
"hono",
|
|
34161
34228
|
"express",
|
|
34229
|
+
"h3",
|
|
34162
34230
|
"xmcp"
|
|
34163
34231
|
]
|
|
34164
34232
|
},
|
|
@@ -35110,6 +35178,11 @@
|
|
|
35110
35178
|
"type": "number",
|
|
35111
35179
|
"description": "Duration in minutes for automatic advancement to the next stage",
|
|
35112
35180
|
"example": 600
|
|
35181
|
+
},
|
|
35182
|
+
"linearShift": {
|
|
35183
|
+
"type": "boolean",
|
|
35184
|
+
"description": "Whether to linearly shift traffic over the duration of this stage",
|
|
35185
|
+
"example": false
|
|
35113
35186
|
}
|
|
35114
35187
|
},
|
|
35115
35188
|
"required": [
|
|
@@ -36341,12 +36414,6 @@
|
|
|
36341
36414
|
},
|
|
36342
36415
|
"type": "array"
|
|
36343
36416
|
},
|
|
36344
|
-
"traceDrain": {
|
|
36345
|
-
"items": {
|
|
36346
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
36347
|
-
},
|
|
36348
|
-
"type": "array"
|
|
36349
|
-
},
|
|
36350
36417
|
"Monitoring": {
|
|
36351
36418
|
"items": {
|
|
36352
36419
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -38318,10 +38385,10 @@
|
|
|
38318
38385
|
"type": "string",
|
|
38319
38386
|
"enum": [
|
|
38320
38387
|
"system",
|
|
38388
|
+
"secret",
|
|
38321
38389
|
"encrypted",
|
|
38322
38390
|
"plain",
|
|
38323
|
-
"sensitive"
|
|
38324
|
-
"secret"
|
|
38391
|
+
"sensitive"
|
|
38325
38392
|
]
|
|
38326
38393
|
},
|
|
38327
38394
|
"sunsetSecretId": {
|
|
@@ -38913,6 +38980,7 @@
|
|
|
38913
38980
|
"nitro",
|
|
38914
38981
|
"hono",
|
|
38915
38982
|
"express",
|
|
38983
|
+
"h3",
|
|
38916
38984
|
"xmcp"
|
|
38917
38985
|
]
|
|
38918
38986
|
},
|
|
@@ -39324,18 +39392,18 @@
|
|
|
39324
39392
|
"github-limited"
|
|
39325
39393
|
]
|
|
39326
39394
|
},
|
|
39327
|
-
"repo": {
|
|
39328
|
-
"type": "string"
|
|
39329
|
-
},
|
|
39330
|
-
"repoId": {
|
|
39331
|
-
"type": "number"
|
|
39332
|
-
},
|
|
39333
39395
|
"updatedAt": {
|
|
39334
39396
|
"type": "number"
|
|
39335
39397
|
},
|
|
39336
39398
|
"createdAt": {
|
|
39337
39399
|
"type": "number"
|
|
39338
39400
|
},
|
|
39401
|
+
"repo": {
|
|
39402
|
+
"type": "string"
|
|
39403
|
+
},
|
|
39404
|
+
"sourceless": {
|
|
39405
|
+
"type": "boolean"
|
|
39406
|
+
},
|
|
39339
39407
|
"org": {
|
|
39340
39408
|
"type": "string"
|
|
39341
39409
|
},
|
|
@@ -39343,6 +39411,9 @@
|
|
|
39343
39411
|
"type": "number",
|
|
39344
39412
|
"description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
|
|
39345
39413
|
},
|
|
39414
|
+
"repoId": {
|
|
39415
|
+
"type": "number"
|
|
39416
|
+
},
|
|
39346
39417
|
"deployHooks": {
|
|
39347
39418
|
"items": {
|
|
39348
39419
|
"properties": {
|
|
@@ -39375,9 +39446,6 @@
|
|
|
39375
39446
|
"gitCredentialId": {
|
|
39376
39447
|
"type": "string"
|
|
39377
39448
|
},
|
|
39378
|
-
"sourceless": {
|
|
39379
|
-
"type": "boolean"
|
|
39380
|
-
},
|
|
39381
39449
|
"productionBranch": {
|
|
39382
39450
|
"type": "string"
|
|
39383
39451
|
}
|
|
@@ -39768,9 +39836,6 @@
|
|
|
39768
39836
|
},
|
|
39769
39837
|
"resourceConfig": {
|
|
39770
39838
|
"properties": {
|
|
39771
|
-
"elasticConcurrencyEnabled": {
|
|
39772
|
-
"type": "boolean"
|
|
39773
|
-
},
|
|
39774
39839
|
"fluid": {
|
|
39775
39840
|
"type": "boolean"
|
|
39776
39841
|
},
|
|
@@ -39794,6 +39859,9 @@
|
|
|
39794
39859
|
"functionZeroConfigFailover": {
|
|
39795
39860
|
"type": "boolean"
|
|
39796
39861
|
},
|
|
39862
|
+
"elasticConcurrencyEnabled": {
|
|
39863
|
+
"type": "boolean"
|
|
39864
|
+
},
|
|
39797
39865
|
"buildMachineType": {
|
|
39798
39866
|
"type": "string",
|
|
39799
39867
|
"enum": [
|
|
@@ -39864,6 +39932,11 @@
|
|
|
39864
39932
|
"type": "number",
|
|
39865
39933
|
"description": "Duration in minutes for automatic advancement to the next stage",
|
|
39866
39934
|
"example": 600
|
|
39935
|
+
},
|
|
39936
|
+
"linearShift": {
|
|
39937
|
+
"type": "boolean",
|
|
39938
|
+
"description": "Whether to linearly shift traffic over the duration of this stage",
|
|
39939
|
+
"example": false
|
|
39867
39940
|
}
|
|
39868
39941
|
},
|
|
39869
39942
|
"required": [
|
|
@@ -39889,9 +39962,6 @@
|
|
|
39889
39962
|
},
|
|
39890
39963
|
"defaultResourceConfig": {
|
|
39891
39964
|
"properties": {
|
|
39892
|
-
"elasticConcurrencyEnabled": {
|
|
39893
|
-
"type": "boolean"
|
|
39894
|
-
},
|
|
39895
39965
|
"fluid": {
|
|
39896
39966
|
"type": "boolean"
|
|
39897
39967
|
},
|
|
@@ -39915,6 +39985,9 @@
|
|
|
39915
39985
|
"functionZeroConfigFailover": {
|
|
39916
39986
|
"type": "boolean"
|
|
39917
39987
|
},
|
|
39988
|
+
"elasticConcurrencyEnabled": {
|
|
39989
|
+
"type": "boolean"
|
|
39990
|
+
},
|
|
39918
39991
|
"buildMachineType": {
|
|
39919
39992
|
"type": "string",
|
|
39920
39993
|
"enum": [
|
|
@@ -39959,8 +40032,8 @@
|
|
|
39959
40032
|
"deploymentType": {
|
|
39960
40033
|
"type": "string",
|
|
39961
40034
|
"enum": [
|
|
39962
|
-
"preview",
|
|
39963
40035
|
"all",
|
|
40036
|
+
"preview",
|
|
39964
40037
|
"prod_deployment_urls_and_all_previews",
|
|
39965
40038
|
"all_except_custom_domains"
|
|
39966
40039
|
]
|
|
@@ -40297,408 +40370,6 @@
|
|
|
40297
40370
|
},
|
|
40298
40371
|
"permissions": {
|
|
40299
40372
|
"properties": {
|
|
40300
|
-
"aliasProject": {
|
|
40301
|
-
"items": {
|
|
40302
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40303
|
-
},
|
|
40304
|
-
"type": "array"
|
|
40305
|
-
},
|
|
40306
|
-
"aliasProtectionBypass": {
|
|
40307
|
-
"items": {
|
|
40308
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40309
|
-
},
|
|
40310
|
-
"type": "array"
|
|
40311
|
-
},
|
|
40312
|
-
"buildMachine": {
|
|
40313
|
-
"items": {
|
|
40314
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40315
|
-
},
|
|
40316
|
-
"type": "array"
|
|
40317
|
-
},
|
|
40318
|
-
"productionAliasProtectionBypass": {
|
|
40319
|
-
"items": {
|
|
40320
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40321
|
-
},
|
|
40322
|
-
"type": "array"
|
|
40323
|
-
},
|
|
40324
|
-
"connectConfigurationLink": {
|
|
40325
|
-
"items": {
|
|
40326
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40327
|
-
},
|
|
40328
|
-
"type": "array"
|
|
40329
|
-
},
|
|
40330
|
-
"dataCacheNamespace": {
|
|
40331
|
-
"items": {
|
|
40332
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40333
|
-
},
|
|
40334
|
-
"type": "array"
|
|
40335
|
-
},
|
|
40336
|
-
"deployment": {
|
|
40337
|
-
"items": {
|
|
40338
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40339
|
-
},
|
|
40340
|
-
"type": "array"
|
|
40341
|
-
},
|
|
40342
|
-
"deploymentBuildLogs": {
|
|
40343
|
-
"items": {
|
|
40344
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40345
|
-
},
|
|
40346
|
-
"type": "array"
|
|
40347
|
-
},
|
|
40348
|
-
"deploymentCheck": {
|
|
40349
|
-
"items": {
|
|
40350
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40351
|
-
},
|
|
40352
|
-
"type": "array"
|
|
40353
|
-
},
|
|
40354
|
-
"deploymentCheckPreview": {
|
|
40355
|
-
"items": {
|
|
40356
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40357
|
-
},
|
|
40358
|
-
"type": "array"
|
|
40359
|
-
},
|
|
40360
|
-
"deploymentCheckReRunFromProductionBranch": {
|
|
40361
|
-
"items": {
|
|
40362
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40363
|
-
},
|
|
40364
|
-
"type": "array"
|
|
40365
|
-
},
|
|
40366
|
-
"deploymentProductionGit": {
|
|
40367
|
-
"items": {
|
|
40368
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40369
|
-
},
|
|
40370
|
-
"type": "array"
|
|
40371
|
-
},
|
|
40372
|
-
"deploymentV0": {
|
|
40373
|
-
"items": {
|
|
40374
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40375
|
-
},
|
|
40376
|
-
"type": "array"
|
|
40377
|
-
},
|
|
40378
|
-
"deploymentPreview": {
|
|
40379
|
-
"items": {
|
|
40380
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40381
|
-
},
|
|
40382
|
-
"type": "array"
|
|
40383
|
-
},
|
|
40384
|
-
"deploymentPrivate": {
|
|
40385
|
-
"items": {
|
|
40386
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40387
|
-
},
|
|
40388
|
-
"type": "array"
|
|
40389
|
-
},
|
|
40390
|
-
"deploymentPromote": {
|
|
40391
|
-
"items": {
|
|
40392
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40393
|
-
},
|
|
40394
|
-
"type": "array"
|
|
40395
|
-
},
|
|
40396
|
-
"deploymentRollback": {
|
|
40397
|
-
"items": {
|
|
40398
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40399
|
-
},
|
|
40400
|
-
"type": "array"
|
|
40401
|
-
},
|
|
40402
|
-
"edgeCacheNamespace": {
|
|
40403
|
-
"items": {
|
|
40404
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40405
|
-
},
|
|
40406
|
-
"type": "array"
|
|
40407
|
-
},
|
|
40408
|
-
"environments": {
|
|
40409
|
-
"items": {
|
|
40410
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40411
|
-
},
|
|
40412
|
-
"type": "array"
|
|
40413
|
-
},
|
|
40414
|
-
"logs": {
|
|
40415
|
-
"items": {
|
|
40416
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40417
|
-
},
|
|
40418
|
-
"type": "array"
|
|
40419
|
-
},
|
|
40420
|
-
"logsPreset": {
|
|
40421
|
-
"items": {
|
|
40422
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40423
|
-
},
|
|
40424
|
-
"type": "array"
|
|
40425
|
-
},
|
|
40426
|
-
"passwordProtection": {
|
|
40427
|
-
"items": {
|
|
40428
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40429
|
-
},
|
|
40430
|
-
"type": "array"
|
|
40431
|
-
},
|
|
40432
|
-
"optionsAllowlist": {
|
|
40433
|
-
"items": {
|
|
40434
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40435
|
-
},
|
|
40436
|
-
"type": "array"
|
|
40437
|
-
},
|
|
40438
|
-
"job": {
|
|
40439
|
-
"items": {
|
|
40440
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40441
|
-
},
|
|
40442
|
-
"type": "array"
|
|
40443
|
-
},
|
|
40444
|
-
"observabilityData": {
|
|
40445
|
-
"items": {
|
|
40446
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40447
|
-
},
|
|
40448
|
-
"type": "array"
|
|
40449
|
-
},
|
|
40450
|
-
"onDemandBuild": {
|
|
40451
|
-
"items": {
|
|
40452
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40453
|
-
},
|
|
40454
|
-
"type": "array"
|
|
40455
|
-
},
|
|
40456
|
-
"onDemandConcurrency": {
|
|
40457
|
-
"items": {
|
|
40458
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40459
|
-
},
|
|
40460
|
-
"type": "array"
|
|
40461
|
-
},
|
|
40462
|
-
"project": {
|
|
40463
|
-
"items": {
|
|
40464
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40465
|
-
},
|
|
40466
|
-
"type": "array"
|
|
40467
|
-
},
|
|
40468
|
-
"projectFromV0": {
|
|
40469
|
-
"items": {
|
|
40470
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40471
|
-
},
|
|
40472
|
-
"type": "array"
|
|
40473
|
-
},
|
|
40474
|
-
"projectAccessGroup": {
|
|
40475
|
-
"items": {
|
|
40476
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40477
|
-
},
|
|
40478
|
-
"type": "array"
|
|
40479
|
-
},
|
|
40480
|
-
"projectAnalyticsSampling": {
|
|
40481
|
-
"items": {
|
|
40482
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40483
|
-
},
|
|
40484
|
-
"type": "array"
|
|
40485
|
-
},
|
|
40486
|
-
"projectCheck": {
|
|
40487
|
-
"items": {
|
|
40488
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40489
|
-
},
|
|
40490
|
-
"type": "array"
|
|
40491
|
-
},
|
|
40492
|
-
"projectCheckRun": {
|
|
40493
|
-
"items": {
|
|
40494
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40495
|
-
},
|
|
40496
|
-
"type": "array"
|
|
40497
|
-
},
|
|
40498
|
-
"projectDeploymentHook": {
|
|
40499
|
-
"items": {
|
|
40500
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40501
|
-
},
|
|
40502
|
-
"type": "array"
|
|
40503
|
-
},
|
|
40504
|
-
"projectDomain": {
|
|
40505
|
-
"items": {
|
|
40506
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40507
|
-
},
|
|
40508
|
-
"type": "array"
|
|
40509
|
-
},
|
|
40510
|
-
"projectDomainMove": {
|
|
40511
|
-
"items": {
|
|
40512
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40513
|
-
},
|
|
40514
|
-
"type": "array"
|
|
40515
|
-
},
|
|
40516
|
-
"projectDomainCheckConfig": {
|
|
40517
|
-
"items": {
|
|
40518
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40519
|
-
},
|
|
40520
|
-
"type": "array"
|
|
40521
|
-
},
|
|
40522
|
-
"projectEnvVars": {
|
|
40523
|
-
"items": {
|
|
40524
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40525
|
-
},
|
|
40526
|
-
"type": "array"
|
|
40527
|
-
},
|
|
40528
|
-
"projectEnvVarsProduction": {
|
|
40529
|
-
"items": {
|
|
40530
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40531
|
-
},
|
|
40532
|
-
"type": "array"
|
|
40533
|
-
},
|
|
40534
|
-
"projectEnvVarsUnownedByIntegration": {
|
|
40535
|
-
"items": {
|
|
40536
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40537
|
-
},
|
|
40538
|
-
"type": "array"
|
|
40539
|
-
},
|
|
40540
|
-
"projectFlags": {
|
|
40541
|
-
"items": {
|
|
40542
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40543
|
-
},
|
|
40544
|
-
"type": "array"
|
|
40545
|
-
},
|
|
40546
|
-
"projectId": {
|
|
40547
|
-
"items": {
|
|
40548
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40549
|
-
},
|
|
40550
|
-
"type": "array"
|
|
40551
|
-
},
|
|
40552
|
-
"projectIntegrationConfiguration": {
|
|
40553
|
-
"items": {
|
|
40554
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40555
|
-
},
|
|
40556
|
-
"type": "array"
|
|
40557
|
-
},
|
|
40558
|
-
"projectLink": {
|
|
40559
|
-
"items": {
|
|
40560
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40561
|
-
},
|
|
40562
|
-
"type": "array"
|
|
40563
|
-
},
|
|
40564
|
-
"projectMember": {
|
|
40565
|
-
"items": {
|
|
40566
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40567
|
-
},
|
|
40568
|
-
"type": "array"
|
|
40569
|
-
},
|
|
40570
|
-
"projectMonitoring": {
|
|
40571
|
-
"items": {
|
|
40572
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40573
|
-
},
|
|
40574
|
-
"type": "array"
|
|
40575
|
-
},
|
|
40576
|
-
"projectPermissions": {
|
|
40577
|
-
"items": {
|
|
40578
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40579
|
-
},
|
|
40580
|
-
"type": "array"
|
|
40581
|
-
},
|
|
40582
|
-
"projectProductionBranch": {
|
|
40583
|
-
"items": {
|
|
40584
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40585
|
-
},
|
|
40586
|
-
"type": "array"
|
|
40587
|
-
},
|
|
40588
|
-
"projectTransfer": {
|
|
40589
|
-
"items": {
|
|
40590
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40591
|
-
},
|
|
40592
|
-
"type": "array"
|
|
40593
|
-
},
|
|
40594
|
-
"projectTransferOut": {
|
|
40595
|
-
"items": {
|
|
40596
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40597
|
-
},
|
|
40598
|
-
"type": "array"
|
|
40599
|
-
},
|
|
40600
|
-
"projectProtectionBypass": {
|
|
40601
|
-
"items": {
|
|
40602
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40603
|
-
},
|
|
40604
|
-
"type": "array"
|
|
40605
|
-
},
|
|
40606
|
-
"projectUsage": {
|
|
40607
|
-
"items": {
|
|
40608
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40609
|
-
},
|
|
40610
|
-
"type": "array"
|
|
40611
|
-
},
|
|
40612
|
-
"projectAnalyticsUsage": {
|
|
40613
|
-
"items": {
|
|
40614
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40615
|
-
},
|
|
40616
|
-
"type": "array"
|
|
40617
|
-
},
|
|
40618
|
-
"projectSupportCase": {
|
|
40619
|
-
"items": {
|
|
40620
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40621
|
-
},
|
|
40622
|
-
"type": "array"
|
|
40623
|
-
},
|
|
40624
|
-
"projectSupportCaseComment": {
|
|
40625
|
-
"items": {
|
|
40626
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40627
|
-
},
|
|
40628
|
-
"type": "array"
|
|
40629
|
-
},
|
|
40630
|
-
"projectDeploymentExpiration": {
|
|
40631
|
-
"items": {
|
|
40632
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40633
|
-
},
|
|
40634
|
-
"type": "array"
|
|
40635
|
-
},
|
|
40636
|
-
"projectRollingRelease": {
|
|
40637
|
-
"items": {
|
|
40638
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40639
|
-
},
|
|
40640
|
-
"type": "array"
|
|
40641
|
-
},
|
|
40642
|
-
"projectTier": {
|
|
40643
|
-
"items": {
|
|
40644
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40645
|
-
},
|
|
40646
|
-
"type": "array"
|
|
40647
|
-
},
|
|
40648
|
-
"projectOIDCToken": {
|
|
40649
|
-
"items": {
|
|
40650
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40651
|
-
},
|
|
40652
|
-
"type": "array"
|
|
40653
|
-
},
|
|
40654
|
-
"seawallConfig": {
|
|
40655
|
-
"items": {
|
|
40656
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40657
|
-
},
|
|
40658
|
-
"type": "array"
|
|
40659
|
-
},
|
|
40660
|
-
"skewProtection": {
|
|
40661
|
-
"items": {
|
|
40662
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40663
|
-
},
|
|
40664
|
-
"type": "array"
|
|
40665
|
-
},
|
|
40666
|
-
"analytics": {
|
|
40667
|
-
"items": {
|
|
40668
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40669
|
-
},
|
|
40670
|
-
"type": "array"
|
|
40671
|
-
},
|
|
40672
|
-
"trustedIps": {
|
|
40673
|
-
"items": {
|
|
40674
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40675
|
-
},
|
|
40676
|
-
"type": "array"
|
|
40677
|
-
},
|
|
40678
|
-
"v0Chat": {
|
|
40679
|
-
"items": {
|
|
40680
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40681
|
-
},
|
|
40682
|
-
"type": "array"
|
|
40683
|
-
},
|
|
40684
|
-
"webAnalytics": {
|
|
40685
|
-
"items": {
|
|
40686
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40687
|
-
},
|
|
40688
|
-
"type": "array"
|
|
40689
|
-
},
|
|
40690
|
-
"sharedEnvVarConnection": {
|
|
40691
|
-
"items": {
|
|
40692
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40693
|
-
},
|
|
40694
|
-
"type": "array"
|
|
40695
|
-
},
|
|
40696
|
-
"sonar": {
|
|
40697
|
-
"items": {
|
|
40698
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
40699
|
-
},
|
|
40700
|
-
"type": "array"
|
|
40701
|
-
},
|
|
40702
40373
|
"oauth2Connection": {
|
|
40703
40374
|
"items": {
|
|
40704
40375
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -41095,12 +40766,6 @@
|
|
|
41095
40766
|
},
|
|
41096
40767
|
"type": "array"
|
|
41097
40768
|
},
|
|
41098
|
-
"traceDrain": {
|
|
41099
|
-
"items": {
|
|
41100
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
41101
|
-
},
|
|
41102
|
-
"type": "array"
|
|
41103
|
-
},
|
|
41104
40769
|
"Monitoring": {
|
|
41105
40770
|
"items": {
|
|
41106
40771
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -41580,6 +41245,408 @@
|
|
|
41580
41245
|
"$ref": "#/components/schemas/ACLAction"
|
|
41581
41246
|
},
|
|
41582
41247
|
"type": "array"
|
|
41248
|
+
},
|
|
41249
|
+
"aliasProject": {
|
|
41250
|
+
"items": {
|
|
41251
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41252
|
+
},
|
|
41253
|
+
"type": "array"
|
|
41254
|
+
},
|
|
41255
|
+
"aliasProtectionBypass": {
|
|
41256
|
+
"items": {
|
|
41257
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41258
|
+
},
|
|
41259
|
+
"type": "array"
|
|
41260
|
+
},
|
|
41261
|
+
"buildMachine": {
|
|
41262
|
+
"items": {
|
|
41263
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41264
|
+
},
|
|
41265
|
+
"type": "array"
|
|
41266
|
+
},
|
|
41267
|
+
"productionAliasProtectionBypass": {
|
|
41268
|
+
"items": {
|
|
41269
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41270
|
+
},
|
|
41271
|
+
"type": "array"
|
|
41272
|
+
},
|
|
41273
|
+
"connectConfigurationLink": {
|
|
41274
|
+
"items": {
|
|
41275
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41276
|
+
},
|
|
41277
|
+
"type": "array"
|
|
41278
|
+
},
|
|
41279
|
+
"dataCacheNamespace": {
|
|
41280
|
+
"items": {
|
|
41281
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41282
|
+
},
|
|
41283
|
+
"type": "array"
|
|
41284
|
+
},
|
|
41285
|
+
"deployment": {
|
|
41286
|
+
"items": {
|
|
41287
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41288
|
+
},
|
|
41289
|
+
"type": "array"
|
|
41290
|
+
},
|
|
41291
|
+
"deploymentBuildLogs": {
|
|
41292
|
+
"items": {
|
|
41293
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41294
|
+
},
|
|
41295
|
+
"type": "array"
|
|
41296
|
+
},
|
|
41297
|
+
"deploymentCheck": {
|
|
41298
|
+
"items": {
|
|
41299
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41300
|
+
},
|
|
41301
|
+
"type": "array"
|
|
41302
|
+
},
|
|
41303
|
+
"deploymentCheckPreview": {
|
|
41304
|
+
"items": {
|
|
41305
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41306
|
+
},
|
|
41307
|
+
"type": "array"
|
|
41308
|
+
},
|
|
41309
|
+
"deploymentCheckReRunFromProductionBranch": {
|
|
41310
|
+
"items": {
|
|
41311
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41312
|
+
},
|
|
41313
|
+
"type": "array"
|
|
41314
|
+
},
|
|
41315
|
+
"deploymentProductionGit": {
|
|
41316
|
+
"items": {
|
|
41317
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41318
|
+
},
|
|
41319
|
+
"type": "array"
|
|
41320
|
+
},
|
|
41321
|
+
"deploymentV0": {
|
|
41322
|
+
"items": {
|
|
41323
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41324
|
+
},
|
|
41325
|
+
"type": "array"
|
|
41326
|
+
},
|
|
41327
|
+
"deploymentPreview": {
|
|
41328
|
+
"items": {
|
|
41329
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41330
|
+
},
|
|
41331
|
+
"type": "array"
|
|
41332
|
+
},
|
|
41333
|
+
"deploymentPrivate": {
|
|
41334
|
+
"items": {
|
|
41335
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41336
|
+
},
|
|
41337
|
+
"type": "array"
|
|
41338
|
+
},
|
|
41339
|
+
"deploymentPromote": {
|
|
41340
|
+
"items": {
|
|
41341
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41342
|
+
},
|
|
41343
|
+
"type": "array"
|
|
41344
|
+
},
|
|
41345
|
+
"deploymentRollback": {
|
|
41346
|
+
"items": {
|
|
41347
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41348
|
+
},
|
|
41349
|
+
"type": "array"
|
|
41350
|
+
},
|
|
41351
|
+
"edgeCacheNamespace": {
|
|
41352
|
+
"items": {
|
|
41353
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41354
|
+
},
|
|
41355
|
+
"type": "array"
|
|
41356
|
+
},
|
|
41357
|
+
"environments": {
|
|
41358
|
+
"items": {
|
|
41359
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41360
|
+
},
|
|
41361
|
+
"type": "array"
|
|
41362
|
+
},
|
|
41363
|
+
"logs": {
|
|
41364
|
+
"items": {
|
|
41365
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41366
|
+
},
|
|
41367
|
+
"type": "array"
|
|
41368
|
+
},
|
|
41369
|
+
"logsPreset": {
|
|
41370
|
+
"items": {
|
|
41371
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41372
|
+
},
|
|
41373
|
+
"type": "array"
|
|
41374
|
+
},
|
|
41375
|
+
"passwordProtection": {
|
|
41376
|
+
"items": {
|
|
41377
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41378
|
+
},
|
|
41379
|
+
"type": "array"
|
|
41380
|
+
},
|
|
41381
|
+
"optionsAllowlist": {
|
|
41382
|
+
"items": {
|
|
41383
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41384
|
+
},
|
|
41385
|
+
"type": "array"
|
|
41386
|
+
},
|
|
41387
|
+
"job": {
|
|
41388
|
+
"items": {
|
|
41389
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41390
|
+
},
|
|
41391
|
+
"type": "array"
|
|
41392
|
+
},
|
|
41393
|
+
"observabilityData": {
|
|
41394
|
+
"items": {
|
|
41395
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41396
|
+
},
|
|
41397
|
+
"type": "array"
|
|
41398
|
+
},
|
|
41399
|
+
"onDemandBuild": {
|
|
41400
|
+
"items": {
|
|
41401
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41402
|
+
},
|
|
41403
|
+
"type": "array"
|
|
41404
|
+
},
|
|
41405
|
+
"onDemandConcurrency": {
|
|
41406
|
+
"items": {
|
|
41407
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41408
|
+
},
|
|
41409
|
+
"type": "array"
|
|
41410
|
+
},
|
|
41411
|
+
"project": {
|
|
41412
|
+
"items": {
|
|
41413
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41414
|
+
},
|
|
41415
|
+
"type": "array"
|
|
41416
|
+
},
|
|
41417
|
+
"projectFromV0": {
|
|
41418
|
+
"items": {
|
|
41419
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41420
|
+
},
|
|
41421
|
+
"type": "array"
|
|
41422
|
+
},
|
|
41423
|
+
"projectAccessGroup": {
|
|
41424
|
+
"items": {
|
|
41425
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41426
|
+
},
|
|
41427
|
+
"type": "array"
|
|
41428
|
+
},
|
|
41429
|
+
"projectAnalyticsSampling": {
|
|
41430
|
+
"items": {
|
|
41431
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41432
|
+
},
|
|
41433
|
+
"type": "array"
|
|
41434
|
+
},
|
|
41435
|
+
"projectCheck": {
|
|
41436
|
+
"items": {
|
|
41437
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41438
|
+
},
|
|
41439
|
+
"type": "array"
|
|
41440
|
+
},
|
|
41441
|
+
"projectCheckRun": {
|
|
41442
|
+
"items": {
|
|
41443
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41444
|
+
},
|
|
41445
|
+
"type": "array"
|
|
41446
|
+
},
|
|
41447
|
+
"projectDeploymentHook": {
|
|
41448
|
+
"items": {
|
|
41449
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41450
|
+
},
|
|
41451
|
+
"type": "array"
|
|
41452
|
+
},
|
|
41453
|
+
"projectDomain": {
|
|
41454
|
+
"items": {
|
|
41455
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41456
|
+
},
|
|
41457
|
+
"type": "array"
|
|
41458
|
+
},
|
|
41459
|
+
"projectDomainMove": {
|
|
41460
|
+
"items": {
|
|
41461
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41462
|
+
},
|
|
41463
|
+
"type": "array"
|
|
41464
|
+
},
|
|
41465
|
+
"projectDomainCheckConfig": {
|
|
41466
|
+
"items": {
|
|
41467
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41468
|
+
},
|
|
41469
|
+
"type": "array"
|
|
41470
|
+
},
|
|
41471
|
+
"projectEnvVars": {
|
|
41472
|
+
"items": {
|
|
41473
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41474
|
+
},
|
|
41475
|
+
"type": "array"
|
|
41476
|
+
},
|
|
41477
|
+
"projectEnvVarsProduction": {
|
|
41478
|
+
"items": {
|
|
41479
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41480
|
+
},
|
|
41481
|
+
"type": "array"
|
|
41482
|
+
},
|
|
41483
|
+
"projectEnvVarsUnownedByIntegration": {
|
|
41484
|
+
"items": {
|
|
41485
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41486
|
+
},
|
|
41487
|
+
"type": "array"
|
|
41488
|
+
},
|
|
41489
|
+
"projectFlags": {
|
|
41490
|
+
"items": {
|
|
41491
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41492
|
+
},
|
|
41493
|
+
"type": "array"
|
|
41494
|
+
},
|
|
41495
|
+
"projectId": {
|
|
41496
|
+
"items": {
|
|
41497
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41498
|
+
},
|
|
41499
|
+
"type": "array"
|
|
41500
|
+
},
|
|
41501
|
+
"projectIntegrationConfiguration": {
|
|
41502
|
+
"items": {
|
|
41503
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41504
|
+
},
|
|
41505
|
+
"type": "array"
|
|
41506
|
+
},
|
|
41507
|
+
"projectLink": {
|
|
41508
|
+
"items": {
|
|
41509
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41510
|
+
},
|
|
41511
|
+
"type": "array"
|
|
41512
|
+
},
|
|
41513
|
+
"projectMember": {
|
|
41514
|
+
"items": {
|
|
41515
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41516
|
+
},
|
|
41517
|
+
"type": "array"
|
|
41518
|
+
},
|
|
41519
|
+
"projectMonitoring": {
|
|
41520
|
+
"items": {
|
|
41521
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41522
|
+
},
|
|
41523
|
+
"type": "array"
|
|
41524
|
+
},
|
|
41525
|
+
"projectPermissions": {
|
|
41526
|
+
"items": {
|
|
41527
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41528
|
+
},
|
|
41529
|
+
"type": "array"
|
|
41530
|
+
},
|
|
41531
|
+
"projectProductionBranch": {
|
|
41532
|
+
"items": {
|
|
41533
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41534
|
+
},
|
|
41535
|
+
"type": "array"
|
|
41536
|
+
},
|
|
41537
|
+
"projectTransfer": {
|
|
41538
|
+
"items": {
|
|
41539
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41540
|
+
},
|
|
41541
|
+
"type": "array"
|
|
41542
|
+
},
|
|
41543
|
+
"projectTransferOut": {
|
|
41544
|
+
"items": {
|
|
41545
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41546
|
+
},
|
|
41547
|
+
"type": "array"
|
|
41548
|
+
},
|
|
41549
|
+
"projectProtectionBypass": {
|
|
41550
|
+
"items": {
|
|
41551
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41552
|
+
},
|
|
41553
|
+
"type": "array"
|
|
41554
|
+
},
|
|
41555
|
+
"projectUsage": {
|
|
41556
|
+
"items": {
|
|
41557
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41558
|
+
},
|
|
41559
|
+
"type": "array"
|
|
41560
|
+
},
|
|
41561
|
+
"projectAnalyticsUsage": {
|
|
41562
|
+
"items": {
|
|
41563
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41564
|
+
},
|
|
41565
|
+
"type": "array"
|
|
41566
|
+
},
|
|
41567
|
+
"projectSupportCase": {
|
|
41568
|
+
"items": {
|
|
41569
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41570
|
+
},
|
|
41571
|
+
"type": "array"
|
|
41572
|
+
},
|
|
41573
|
+
"projectSupportCaseComment": {
|
|
41574
|
+
"items": {
|
|
41575
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41576
|
+
},
|
|
41577
|
+
"type": "array"
|
|
41578
|
+
},
|
|
41579
|
+
"projectDeploymentExpiration": {
|
|
41580
|
+
"items": {
|
|
41581
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41582
|
+
},
|
|
41583
|
+
"type": "array"
|
|
41584
|
+
},
|
|
41585
|
+
"projectRollingRelease": {
|
|
41586
|
+
"items": {
|
|
41587
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41588
|
+
},
|
|
41589
|
+
"type": "array"
|
|
41590
|
+
},
|
|
41591
|
+
"projectTier": {
|
|
41592
|
+
"items": {
|
|
41593
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41594
|
+
},
|
|
41595
|
+
"type": "array"
|
|
41596
|
+
},
|
|
41597
|
+
"projectOIDCToken": {
|
|
41598
|
+
"items": {
|
|
41599
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41600
|
+
},
|
|
41601
|
+
"type": "array"
|
|
41602
|
+
},
|
|
41603
|
+
"seawallConfig": {
|
|
41604
|
+
"items": {
|
|
41605
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41606
|
+
},
|
|
41607
|
+
"type": "array"
|
|
41608
|
+
},
|
|
41609
|
+
"skewProtection": {
|
|
41610
|
+
"items": {
|
|
41611
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41612
|
+
},
|
|
41613
|
+
"type": "array"
|
|
41614
|
+
},
|
|
41615
|
+
"analytics": {
|
|
41616
|
+
"items": {
|
|
41617
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41618
|
+
},
|
|
41619
|
+
"type": "array"
|
|
41620
|
+
},
|
|
41621
|
+
"trustedIps": {
|
|
41622
|
+
"items": {
|
|
41623
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41624
|
+
},
|
|
41625
|
+
"type": "array"
|
|
41626
|
+
},
|
|
41627
|
+
"v0Chat": {
|
|
41628
|
+
"items": {
|
|
41629
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41630
|
+
},
|
|
41631
|
+
"type": "array"
|
|
41632
|
+
},
|
|
41633
|
+
"webAnalytics": {
|
|
41634
|
+
"items": {
|
|
41635
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41636
|
+
},
|
|
41637
|
+
"type": "array"
|
|
41638
|
+
},
|
|
41639
|
+
"sharedEnvVarConnection": {
|
|
41640
|
+
"items": {
|
|
41641
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41642
|
+
},
|
|
41643
|
+
"type": "array"
|
|
41644
|
+
},
|
|
41645
|
+
"sonar": {
|
|
41646
|
+
"items": {
|
|
41647
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
41648
|
+
},
|
|
41649
|
+
"type": "array"
|
|
41583
41650
|
}
|
|
41584
41651
|
},
|
|
41585
41652
|
"type": "object"
|
|
@@ -41701,11 +41768,11 @@
|
|
|
41701
41768
|
"deploymentType": {
|
|
41702
41769
|
"type": "string",
|
|
41703
41770
|
"enum": [
|
|
41704
|
-
"preview",
|
|
41705
|
-
"production",
|
|
41706
41771
|
"all",
|
|
41772
|
+
"preview",
|
|
41707
41773
|
"prod_deployment_urls_and_all_previews",
|
|
41708
|
-
"all_except_custom_domains"
|
|
41774
|
+
"all_except_custom_domains",
|
|
41775
|
+
"production"
|
|
41709
41776
|
]
|
|
41710
41777
|
},
|
|
41711
41778
|
"addresses": {
|
|
@@ -41745,11 +41812,11 @@
|
|
|
41745
41812
|
"deploymentType": {
|
|
41746
41813
|
"type": "string",
|
|
41747
41814
|
"enum": [
|
|
41748
|
-
"preview",
|
|
41749
|
-
"production",
|
|
41750
41815
|
"all",
|
|
41816
|
+
"preview",
|
|
41751
41817
|
"prod_deployment_urls_and_all_previews",
|
|
41752
|
-
"all_except_custom_domains"
|
|
41818
|
+
"all_except_custom_domains",
|
|
41819
|
+
"production"
|
|
41753
41820
|
]
|
|
41754
41821
|
}
|
|
41755
41822
|
},
|
|
@@ -42778,6 +42845,7 @@
|
|
|
42778
42845
|
"nitro",
|
|
42779
42846
|
"hono",
|
|
42780
42847
|
"express",
|
|
42848
|
+
"h3",
|
|
42781
42849
|
"xmcp"
|
|
42782
42850
|
]
|
|
42783
42851
|
},
|
|
@@ -43322,10 +43390,10 @@
|
|
|
43322
43390
|
"type": "string",
|
|
43323
43391
|
"enum": [
|
|
43324
43392
|
"system",
|
|
43393
|
+
"secret",
|
|
43325
43394
|
"encrypted",
|
|
43326
43395
|
"plain",
|
|
43327
|
-
"sensitive"
|
|
43328
|
-
"secret"
|
|
43396
|
+
"sensitive"
|
|
43329
43397
|
]
|
|
43330
43398
|
},
|
|
43331
43399
|
"sunsetSecretId": {
|
|
@@ -43917,6 +43985,7 @@
|
|
|
43917
43985
|
"nitro",
|
|
43918
43986
|
"hono",
|
|
43919
43987
|
"express",
|
|
43988
|
+
"h3",
|
|
43920
43989
|
"xmcp"
|
|
43921
43990
|
]
|
|
43922
43991
|
},
|
|
@@ -44328,18 +44397,18 @@
|
|
|
44328
44397
|
"github-limited"
|
|
44329
44398
|
]
|
|
44330
44399
|
},
|
|
44331
|
-
"repo": {
|
|
44332
|
-
"type": "string"
|
|
44333
|
-
},
|
|
44334
|
-
"repoId": {
|
|
44335
|
-
"type": "number"
|
|
44336
|
-
},
|
|
44337
44400
|
"updatedAt": {
|
|
44338
44401
|
"type": "number"
|
|
44339
44402
|
},
|
|
44340
44403
|
"createdAt": {
|
|
44341
44404
|
"type": "number"
|
|
44342
44405
|
},
|
|
44406
|
+
"repo": {
|
|
44407
|
+
"type": "string"
|
|
44408
|
+
},
|
|
44409
|
+
"sourceless": {
|
|
44410
|
+
"type": "boolean"
|
|
44411
|
+
},
|
|
44343
44412
|
"org": {
|
|
44344
44413
|
"type": "string"
|
|
44345
44414
|
},
|
|
@@ -44347,6 +44416,9 @@
|
|
|
44347
44416
|
"type": "number",
|
|
44348
44417
|
"description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
|
|
44349
44418
|
},
|
|
44419
|
+
"repoId": {
|
|
44420
|
+
"type": "number"
|
|
44421
|
+
},
|
|
44350
44422
|
"deployHooks": {
|
|
44351
44423
|
"items": {
|
|
44352
44424
|
"properties": {
|
|
@@ -44379,9 +44451,6 @@
|
|
|
44379
44451
|
"gitCredentialId": {
|
|
44380
44452
|
"type": "string"
|
|
44381
44453
|
},
|
|
44382
|
-
"sourceless": {
|
|
44383
|
-
"type": "boolean"
|
|
44384
|
-
},
|
|
44385
44454
|
"productionBranch": {
|
|
44386
44455
|
"type": "string"
|
|
44387
44456
|
}
|
|
@@ -44772,9 +44841,6 @@
|
|
|
44772
44841
|
},
|
|
44773
44842
|
"resourceConfig": {
|
|
44774
44843
|
"properties": {
|
|
44775
|
-
"elasticConcurrencyEnabled": {
|
|
44776
|
-
"type": "boolean"
|
|
44777
|
-
},
|
|
44778
44844
|
"fluid": {
|
|
44779
44845
|
"type": "boolean"
|
|
44780
44846
|
},
|
|
@@ -44798,6 +44864,9 @@
|
|
|
44798
44864
|
"functionZeroConfigFailover": {
|
|
44799
44865
|
"type": "boolean"
|
|
44800
44866
|
},
|
|
44867
|
+
"elasticConcurrencyEnabled": {
|
|
44868
|
+
"type": "boolean"
|
|
44869
|
+
},
|
|
44801
44870
|
"buildMachineType": {
|
|
44802
44871
|
"type": "string",
|
|
44803
44872
|
"enum": [
|
|
@@ -44868,6 +44937,11 @@
|
|
|
44868
44937
|
"type": "number",
|
|
44869
44938
|
"description": "Duration in minutes for automatic advancement to the next stage",
|
|
44870
44939
|
"example": 600
|
|
44940
|
+
},
|
|
44941
|
+
"linearShift": {
|
|
44942
|
+
"type": "boolean",
|
|
44943
|
+
"description": "Whether to linearly shift traffic over the duration of this stage",
|
|
44944
|
+
"example": false
|
|
44871
44945
|
}
|
|
44872
44946
|
},
|
|
44873
44947
|
"required": [
|
|
@@ -44893,9 +44967,6 @@
|
|
|
44893
44967
|
},
|
|
44894
44968
|
"defaultResourceConfig": {
|
|
44895
44969
|
"properties": {
|
|
44896
|
-
"elasticConcurrencyEnabled": {
|
|
44897
|
-
"type": "boolean"
|
|
44898
|
-
},
|
|
44899
44970
|
"fluid": {
|
|
44900
44971
|
"type": "boolean"
|
|
44901
44972
|
},
|
|
@@ -44919,6 +44990,9 @@
|
|
|
44919
44990
|
"functionZeroConfigFailover": {
|
|
44920
44991
|
"type": "boolean"
|
|
44921
44992
|
},
|
|
44993
|
+
"elasticConcurrencyEnabled": {
|
|
44994
|
+
"type": "boolean"
|
|
44995
|
+
},
|
|
44922
44996
|
"buildMachineType": {
|
|
44923
44997
|
"type": "string",
|
|
44924
44998
|
"enum": [
|
|
@@ -44963,8 +45037,8 @@
|
|
|
44963
45037
|
"deploymentType": {
|
|
44964
45038
|
"type": "string",
|
|
44965
45039
|
"enum": [
|
|
44966
|
-
"preview",
|
|
44967
45040
|
"all",
|
|
45041
|
+
"preview",
|
|
44968
45042
|
"prod_deployment_urls_and_all_previews",
|
|
44969
45043
|
"all_except_custom_domains"
|
|
44970
45044
|
]
|
|
@@ -45697,12 +45771,6 @@
|
|
|
45697
45771
|
},
|
|
45698
45772
|
"type": "array"
|
|
45699
45773
|
},
|
|
45700
|
-
"traceDrain": {
|
|
45701
|
-
"items": {
|
|
45702
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
45703
|
-
},
|
|
45704
|
-
"type": "array"
|
|
45705
|
-
},
|
|
45706
45774
|
"Monitoring": {
|
|
45707
45775
|
"items": {
|
|
45708
45776
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -46705,11 +46773,11 @@
|
|
|
46705
46773
|
"deploymentType": {
|
|
46706
46774
|
"type": "string",
|
|
46707
46775
|
"enum": [
|
|
46708
|
-
"preview",
|
|
46709
|
-
"production",
|
|
46710
46776
|
"all",
|
|
46777
|
+
"preview",
|
|
46711
46778
|
"prod_deployment_urls_and_all_previews",
|
|
46712
|
-
"all_except_custom_domains"
|
|
46779
|
+
"all_except_custom_domains",
|
|
46780
|
+
"production"
|
|
46713
46781
|
]
|
|
46714
46782
|
},
|
|
46715
46783
|
"addresses": {
|
|
@@ -46749,11 +46817,11 @@
|
|
|
46749
46817
|
"deploymentType": {
|
|
46750
46818
|
"type": "string",
|
|
46751
46819
|
"enum": [
|
|
46752
|
-
"preview",
|
|
46753
|
-
"production",
|
|
46754
46820
|
"all",
|
|
46821
|
+
"preview",
|
|
46755
46822
|
"prod_deployment_urls_and_all_previews",
|
|
46756
|
-
"all_except_custom_domains"
|
|
46823
|
+
"all_except_custom_domains",
|
|
46824
|
+
"production"
|
|
46757
46825
|
]
|
|
46758
46826
|
}
|
|
46759
46827
|
},
|
|
@@ -47937,10 +48005,10 @@
|
|
|
47937
48005
|
"type": "string",
|
|
47938
48006
|
"enum": [
|
|
47939
48007
|
"system",
|
|
48008
|
+
"secret",
|
|
47940
48009
|
"encrypted",
|
|
47941
48010
|
"plain",
|
|
47942
|
-
"sensitive"
|
|
47943
|
-
"secret"
|
|
48011
|
+
"sensitive"
|
|
47944
48012
|
]
|
|
47945
48013
|
},
|
|
47946
48014
|
"sunsetSecretId": {
|
|
@@ -48532,6 +48600,7 @@
|
|
|
48532
48600
|
"nitro",
|
|
48533
48601
|
"hono",
|
|
48534
48602
|
"express",
|
|
48603
|
+
"h3",
|
|
48535
48604
|
"xmcp"
|
|
48536
48605
|
]
|
|
48537
48606
|
},
|
|
@@ -48943,18 +49012,18 @@
|
|
|
48943
49012
|
"github-limited"
|
|
48944
49013
|
]
|
|
48945
49014
|
},
|
|
48946
|
-
"repo": {
|
|
48947
|
-
"type": "string"
|
|
48948
|
-
},
|
|
48949
|
-
"repoId": {
|
|
48950
|
-
"type": "number"
|
|
48951
|
-
},
|
|
48952
49015
|
"updatedAt": {
|
|
48953
49016
|
"type": "number"
|
|
48954
49017
|
},
|
|
48955
49018
|
"createdAt": {
|
|
48956
49019
|
"type": "number"
|
|
48957
49020
|
},
|
|
49021
|
+
"repo": {
|
|
49022
|
+
"type": "string"
|
|
49023
|
+
},
|
|
49024
|
+
"sourceless": {
|
|
49025
|
+
"type": "boolean"
|
|
49026
|
+
},
|
|
48958
49027
|
"org": {
|
|
48959
49028
|
"type": "string"
|
|
48960
49029
|
},
|
|
@@ -48962,6 +49031,9 @@
|
|
|
48962
49031
|
"type": "number",
|
|
48963
49032
|
"description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
|
|
48964
49033
|
},
|
|
49034
|
+
"repoId": {
|
|
49035
|
+
"type": "number"
|
|
49036
|
+
},
|
|
48965
49037
|
"deployHooks": {
|
|
48966
49038
|
"items": {
|
|
48967
49039
|
"properties": {
|
|
@@ -48994,9 +49066,6 @@
|
|
|
48994
49066
|
"gitCredentialId": {
|
|
48995
49067
|
"type": "string"
|
|
48996
49068
|
},
|
|
48997
|
-
"sourceless": {
|
|
48998
|
-
"type": "boolean"
|
|
48999
|
-
},
|
|
49000
49069
|
"productionBranch": {
|
|
49001
49070
|
"type": "string"
|
|
49002
49071
|
}
|
|
@@ -49387,9 +49456,6 @@
|
|
|
49387
49456
|
},
|
|
49388
49457
|
"resourceConfig": {
|
|
49389
49458
|
"properties": {
|
|
49390
|
-
"elasticConcurrencyEnabled": {
|
|
49391
|
-
"type": "boolean"
|
|
49392
|
-
},
|
|
49393
49459
|
"fluid": {
|
|
49394
49460
|
"type": "boolean"
|
|
49395
49461
|
},
|
|
@@ -49413,6 +49479,9 @@
|
|
|
49413
49479
|
"functionZeroConfigFailover": {
|
|
49414
49480
|
"type": "boolean"
|
|
49415
49481
|
},
|
|
49482
|
+
"elasticConcurrencyEnabled": {
|
|
49483
|
+
"type": "boolean"
|
|
49484
|
+
},
|
|
49416
49485
|
"buildMachineType": {
|
|
49417
49486
|
"type": "string",
|
|
49418
49487
|
"enum": [
|
|
@@ -49483,6 +49552,11 @@
|
|
|
49483
49552
|
"type": "number",
|
|
49484
49553
|
"description": "Duration in minutes for automatic advancement to the next stage",
|
|
49485
49554
|
"example": 600
|
|
49555
|
+
},
|
|
49556
|
+
"linearShift": {
|
|
49557
|
+
"type": "boolean",
|
|
49558
|
+
"description": "Whether to linearly shift traffic over the duration of this stage",
|
|
49559
|
+
"example": false
|
|
49486
49560
|
}
|
|
49487
49561
|
},
|
|
49488
49562
|
"required": [
|
|
@@ -49508,9 +49582,6 @@
|
|
|
49508
49582
|
},
|
|
49509
49583
|
"defaultResourceConfig": {
|
|
49510
49584
|
"properties": {
|
|
49511
|
-
"elasticConcurrencyEnabled": {
|
|
49512
|
-
"type": "boolean"
|
|
49513
|
-
},
|
|
49514
49585
|
"fluid": {
|
|
49515
49586
|
"type": "boolean"
|
|
49516
49587
|
},
|
|
@@ -49534,6 +49605,9 @@
|
|
|
49534
49605
|
"functionZeroConfigFailover": {
|
|
49535
49606
|
"type": "boolean"
|
|
49536
49607
|
},
|
|
49608
|
+
"elasticConcurrencyEnabled": {
|
|
49609
|
+
"type": "boolean"
|
|
49610
|
+
},
|
|
49537
49611
|
"buildMachineType": {
|
|
49538
49612
|
"type": "string",
|
|
49539
49613
|
"enum": [
|
|
@@ -49578,8 +49652,8 @@
|
|
|
49578
49652
|
"deploymentType": {
|
|
49579
49653
|
"type": "string",
|
|
49580
49654
|
"enum": [
|
|
49581
|
-
"preview",
|
|
49582
49655
|
"all",
|
|
49656
|
+
"preview",
|
|
49583
49657
|
"prod_deployment_urls_and_all_previews",
|
|
49584
49658
|
"all_except_custom_domains"
|
|
49585
49659
|
]
|
|
@@ -49916,1285 +49990,1279 @@
|
|
|
49916
49990
|
},
|
|
49917
49991
|
"permissions": {
|
|
49918
49992
|
"properties": {
|
|
49919
|
-
"
|
|
49920
|
-
"items": {
|
|
49921
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
49922
|
-
},
|
|
49923
|
-
"type": "array"
|
|
49924
|
-
},
|
|
49925
|
-
"aliasProtectionBypass": {
|
|
49993
|
+
"oauth2Connection": {
|
|
49926
49994
|
"items": {
|
|
49927
49995
|
"$ref": "#/components/schemas/ACLAction"
|
|
49928
49996
|
},
|
|
49929
49997
|
"type": "array"
|
|
49930
49998
|
},
|
|
49931
|
-
"
|
|
49999
|
+
"user": {
|
|
49932
50000
|
"items": {
|
|
49933
50001
|
"$ref": "#/components/schemas/ACLAction"
|
|
49934
50002
|
},
|
|
49935
50003
|
"type": "array"
|
|
49936
50004
|
},
|
|
49937
|
-
"
|
|
50005
|
+
"userConnection": {
|
|
49938
50006
|
"items": {
|
|
49939
50007
|
"$ref": "#/components/schemas/ACLAction"
|
|
49940
50008
|
},
|
|
49941
50009
|
"type": "array"
|
|
49942
50010
|
},
|
|
49943
|
-
"
|
|
50011
|
+
"userSudo": {
|
|
49944
50012
|
"items": {
|
|
49945
50013
|
"$ref": "#/components/schemas/ACLAction"
|
|
49946
50014
|
},
|
|
49947
50015
|
"type": "array"
|
|
49948
50016
|
},
|
|
49949
|
-
"
|
|
50017
|
+
"webAuthn": {
|
|
49950
50018
|
"items": {
|
|
49951
50019
|
"$ref": "#/components/schemas/ACLAction"
|
|
49952
50020
|
},
|
|
49953
50021
|
"type": "array"
|
|
49954
50022
|
},
|
|
49955
|
-
"
|
|
50023
|
+
"accessGroup": {
|
|
49956
50024
|
"items": {
|
|
49957
50025
|
"$ref": "#/components/schemas/ACLAction"
|
|
49958
50026
|
},
|
|
49959
50027
|
"type": "array"
|
|
49960
50028
|
},
|
|
49961
|
-
"
|
|
50029
|
+
"aliasGlobal": {
|
|
49962
50030
|
"items": {
|
|
49963
50031
|
"$ref": "#/components/schemas/ACLAction"
|
|
49964
50032
|
},
|
|
49965
50033
|
"type": "array"
|
|
49966
50034
|
},
|
|
49967
|
-
"
|
|
50035
|
+
"analyticsSampling": {
|
|
49968
50036
|
"items": {
|
|
49969
50037
|
"$ref": "#/components/schemas/ACLAction"
|
|
49970
50038
|
},
|
|
49971
50039
|
"type": "array"
|
|
49972
50040
|
},
|
|
49973
|
-
"
|
|
50041
|
+
"analyticsUsage": {
|
|
49974
50042
|
"items": {
|
|
49975
50043
|
"$ref": "#/components/schemas/ACLAction"
|
|
49976
50044
|
},
|
|
49977
50045
|
"type": "array"
|
|
49978
50046
|
},
|
|
49979
|
-
"
|
|
50047
|
+
"auditLog": {
|
|
49980
50048
|
"items": {
|
|
49981
50049
|
"$ref": "#/components/schemas/ACLAction"
|
|
49982
50050
|
},
|
|
49983
50051
|
"type": "array"
|
|
49984
50052
|
},
|
|
49985
|
-
"
|
|
50053
|
+
"billingAddress": {
|
|
49986
50054
|
"items": {
|
|
49987
50055
|
"$ref": "#/components/schemas/ACLAction"
|
|
49988
50056
|
},
|
|
49989
50057
|
"type": "array"
|
|
49990
50058
|
},
|
|
49991
|
-
"
|
|
50059
|
+
"billingInformation": {
|
|
49992
50060
|
"items": {
|
|
49993
50061
|
"$ref": "#/components/schemas/ACLAction"
|
|
49994
50062
|
},
|
|
49995
50063
|
"type": "array"
|
|
49996
50064
|
},
|
|
49997
|
-
"
|
|
50065
|
+
"billingInvoice": {
|
|
49998
50066
|
"items": {
|
|
49999
50067
|
"$ref": "#/components/schemas/ACLAction"
|
|
50000
50068
|
},
|
|
50001
50069
|
"type": "array"
|
|
50002
50070
|
},
|
|
50003
|
-
"
|
|
50071
|
+
"billingInvoiceEmailRecipient": {
|
|
50004
50072
|
"items": {
|
|
50005
50073
|
"$ref": "#/components/schemas/ACLAction"
|
|
50006
50074
|
},
|
|
50007
50075
|
"type": "array"
|
|
50008
50076
|
},
|
|
50009
|
-
"
|
|
50077
|
+
"billingInvoiceLanguage": {
|
|
50010
50078
|
"items": {
|
|
50011
50079
|
"$ref": "#/components/schemas/ACLAction"
|
|
50012
50080
|
},
|
|
50013
50081
|
"type": "array"
|
|
50014
50082
|
},
|
|
50015
|
-
"
|
|
50083
|
+
"billingPlan": {
|
|
50016
50084
|
"items": {
|
|
50017
50085
|
"$ref": "#/components/schemas/ACLAction"
|
|
50018
50086
|
},
|
|
50019
50087
|
"type": "array"
|
|
50020
50088
|
},
|
|
50021
|
-
"
|
|
50089
|
+
"billingPurchaseOrder": {
|
|
50022
50090
|
"items": {
|
|
50023
50091
|
"$ref": "#/components/schemas/ACLAction"
|
|
50024
50092
|
},
|
|
50025
50093
|
"type": "array"
|
|
50026
50094
|
},
|
|
50027
|
-
"
|
|
50095
|
+
"billingRefund": {
|
|
50028
50096
|
"items": {
|
|
50029
50097
|
"$ref": "#/components/schemas/ACLAction"
|
|
50030
50098
|
},
|
|
50031
50099
|
"type": "array"
|
|
50032
50100
|
},
|
|
50033
|
-
"
|
|
50101
|
+
"billingTaxId": {
|
|
50034
50102
|
"items": {
|
|
50035
50103
|
"$ref": "#/components/schemas/ACLAction"
|
|
50036
50104
|
},
|
|
50037
50105
|
"type": "array"
|
|
50038
50106
|
},
|
|
50039
|
-
"
|
|
50107
|
+
"blob": {
|
|
50040
50108
|
"items": {
|
|
50041
50109
|
"$ref": "#/components/schemas/ACLAction"
|
|
50042
50110
|
},
|
|
50043
50111
|
"type": "array"
|
|
50044
50112
|
},
|
|
50045
|
-
"
|
|
50113
|
+
"budget": {
|
|
50046
50114
|
"items": {
|
|
50047
50115
|
"$ref": "#/components/schemas/ACLAction"
|
|
50048
50116
|
},
|
|
50049
50117
|
"type": "array"
|
|
50050
50118
|
},
|
|
50051
|
-
"
|
|
50119
|
+
"cacheArtifact": {
|
|
50052
50120
|
"items": {
|
|
50053
50121
|
"$ref": "#/components/schemas/ACLAction"
|
|
50054
50122
|
},
|
|
50055
50123
|
"type": "array"
|
|
50056
50124
|
},
|
|
50057
|
-
"
|
|
50125
|
+
"cacheArtifactUsageEvent": {
|
|
50058
50126
|
"items": {
|
|
50059
50127
|
"$ref": "#/components/schemas/ACLAction"
|
|
50060
50128
|
},
|
|
50061
50129
|
"type": "array"
|
|
50062
50130
|
},
|
|
50063
|
-
"
|
|
50131
|
+
"codeChecks": {
|
|
50064
50132
|
"items": {
|
|
50065
50133
|
"$ref": "#/components/schemas/ACLAction"
|
|
50066
50134
|
},
|
|
50067
50135
|
"type": "array"
|
|
50068
50136
|
},
|
|
50069
|
-
"
|
|
50137
|
+
"concurrentBuilds": {
|
|
50070
50138
|
"items": {
|
|
50071
50139
|
"$ref": "#/components/schemas/ACLAction"
|
|
50072
50140
|
},
|
|
50073
50141
|
"type": "array"
|
|
50074
50142
|
},
|
|
50075
|
-
"
|
|
50143
|
+
"connect": {
|
|
50076
50144
|
"items": {
|
|
50077
50145
|
"$ref": "#/components/schemas/ACLAction"
|
|
50078
50146
|
},
|
|
50079
50147
|
"type": "array"
|
|
50080
50148
|
},
|
|
50081
|
-
"
|
|
50149
|
+
"connectConfiguration": {
|
|
50082
50150
|
"items": {
|
|
50083
50151
|
"$ref": "#/components/schemas/ACLAction"
|
|
50084
50152
|
},
|
|
50085
50153
|
"type": "array"
|
|
50086
50154
|
},
|
|
50087
|
-
"
|
|
50155
|
+
"defaultDeploymentProtection": {
|
|
50088
50156
|
"items": {
|
|
50089
50157
|
"$ref": "#/components/schemas/ACLAction"
|
|
50090
50158
|
},
|
|
50091
50159
|
"type": "array"
|
|
50092
50160
|
},
|
|
50093
|
-
"
|
|
50161
|
+
"domain": {
|
|
50094
50162
|
"items": {
|
|
50095
50163
|
"$ref": "#/components/schemas/ACLAction"
|
|
50096
50164
|
},
|
|
50097
50165
|
"type": "array"
|
|
50098
50166
|
},
|
|
50099
|
-
"
|
|
50167
|
+
"domainAcceptDelegation": {
|
|
50100
50168
|
"items": {
|
|
50101
50169
|
"$ref": "#/components/schemas/ACLAction"
|
|
50102
50170
|
},
|
|
50103
50171
|
"type": "array"
|
|
50104
50172
|
},
|
|
50105
|
-
"
|
|
50173
|
+
"domainAuthCodes": {
|
|
50106
50174
|
"items": {
|
|
50107
50175
|
"$ref": "#/components/schemas/ACLAction"
|
|
50108
50176
|
},
|
|
50109
50177
|
"type": "array"
|
|
50110
50178
|
},
|
|
50111
|
-
"
|
|
50179
|
+
"domainCertificate": {
|
|
50112
50180
|
"items": {
|
|
50113
50181
|
"$ref": "#/components/schemas/ACLAction"
|
|
50114
50182
|
},
|
|
50115
50183
|
"type": "array"
|
|
50116
50184
|
},
|
|
50117
|
-
"
|
|
50185
|
+
"domainCheckConfig": {
|
|
50118
50186
|
"items": {
|
|
50119
50187
|
"$ref": "#/components/schemas/ACLAction"
|
|
50120
50188
|
},
|
|
50121
50189
|
"type": "array"
|
|
50122
50190
|
},
|
|
50123
|
-
"
|
|
50191
|
+
"domainMove": {
|
|
50124
50192
|
"items": {
|
|
50125
50193
|
"$ref": "#/components/schemas/ACLAction"
|
|
50126
50194
|
},
|
|
50127
50195
|
"type": "array"
|
|
50128
50196
|
},
|
|
50129
|
-
"
|
|
50197
|
+
"domainPurchase": {
|
|
50130
50198
|
"items": {
|
|
50131
50199
|
"$ref": "#/components/schemas/ACLAction"
|
|
50132
50200
|
},
|
|
50133
50201
|
"type": "array"
|
|
50134
50202
|
},
|
|
50135
|
-
"
|
|
50203
|
+
"domainRecord": {
|
|
50136
50204
|
"items": {
|
|
50137
50205
|
"$ref": "#/components/schemas/ACLAction"
|
|
50138
50206
|
},
|
|
50139
50207
|
"type": "array"
|
|
50140
50208
|
},
|
|
50141
|
-
"
|
|
50209
|
+
"domainTransferIn": {
|
|
50142
50210
|
"items": {
|
|
50143
50211
|
"$ref": "#/components/schemas/ACLAction"
|
|
50144
50212
|
},
|
|
50145
50213
|
"type": "array"
|
|
50146
50214
|
},
|
|
50147
|
-
"
|
|
50215
|
+
"event": {
|
|
50148
50216
|
"items": {
|
|
50149
50217
|
"$ref": "#/components/schemas/ACLAction"
|
|
50150
50218
|
},
|
|
50151
50219
|
"type": "array"
|
|
50152
50220
|
},
|
|
50153
|
-
"
|
|
50221
|
+
"ownEvent": {
|
|
50154
50222
|
"items": {
|
|
50155
50223
|
"$ref": "#/components/schemas/ACLAction"
|
|
50156
50224
|
},
|
|
50157
50225
|
"type": "array"
|
|
50158
50226
|
},
|
|
50159
|
-
"
|
|
50227
|
+
"sensitiveEnvironmentVariablePolicy": {
|
|
50160
50228
|
"items": {
|
|
50161
50229
|
"$ref": "#/components/schemas/ACLAction"
|
|
50162
50230
|
},
|
|
50163
50231
|
"type": "array"
|
|
50164
50232
|
},
|
|
50165
|
-
"
|
|
50233
|
+
"fileUpload": {
|
|
50166
50234
|
"items": {
|
|
50167
50235
|
"$ref": "#/components/schemas/ACLAction"
|
|
50168
50236
|
},
|
|
50169
50237
|
"type": "array"
|
|
50170
50238
|
},
|
|
50171
|
-
"
|
|
50239
|
+
"flagsExplorerSubscription": {
|
|
50172
50240
|
"items": {
|
|
50173
50241
|
"$ref": "#/components/schemas/ACLAction"
|
|
50174
50242
|
},
|
|
50175
50243
|
"type": "array"
|
|
50176
50244
|
},
|
|
50177
|
-
"
|
|
50245
|
+
"gitRepository": {
|
|
50178
50246
|
"items": {
|
|
50179
50247
|
"$ref": "#/components/schemas/ACLAction"
|
|
50180
50248
|
},
|
|
50181
50249
|
"type": "array"
|
|
50182
50250
|
},
|
|
50183
|
-
"
|
|
50251
|
+
"ipBlocking": {
|
|
50184
50252
|
"items": {
|
|
50185
50253
|
"$ref": "#/components/schemas/ACLAction"
|
|
50186
50254
|
},
|
|
50187
50255
|
"type": "array"
|
|
50188
50256
|
},
|
|
50189
|
-
"
|
|
50257
|
+
"imageOptimizationNewPrice": {
|
|
50190
50258
|
"items": {
|
|
50191
50259
|
"$ref": "#/components/schemas/ACLAction"
|
|
50192
50260
|
},
|
|
50193
50261
|
"type": "array"
|
|
50194
50262
|
},
|
|
50195
|
-
"
|
|
50263
|
+
"integration": {
|
|
50196
50264
|
"items": {
|
|
50197
50265
|
"$ref": "#/components/schemas/ACLAction"
|
|
50198
50266
|
},
|
|
50199
50267
|
"type": "array"
|
|
50200
50268
|
},
|
|
50201
|
-
"
|
|
50269
|
+
"integrationAccount": {
|
|
50202
50270
|
"items": {
|
|
50203
50271
|
"$ref": "#/components/schemas/ACLAction"
|
|
50204
50272
|
},
|
|
50205
50273
|
"type": "array"
|
|
50206
50274
|
},
|
|
50207
|
-
"
|
|
50275
|
+
"integrationConfiguration": {
|
|
50208
50276
|
"items": {
|
|
50209
50277
|
"$ref": "#/components/schemas/ACLAction"
|
|
50210
50278
|
},
|
|
50211
50279
|
"type": "array"
|
|
50212
50280
|
},
|
|
50213
|
-
"
|
|
50281
|
+
"integrationConfigurationTransfer": {
|
|
50214
50282
|
"items": {
|
|
50215
50283
|
"$ref": "#/components/schemas/ACLAction"
|
|
50216
50284
|
},
|
|
50217
50285
|
"type": "array"
|
|
50218
50286
|
},
|
|
50219
|
-
"
|
|
50287
|
+
"integrationConfigurationProjects": {
|
|
50220
50288
|
"items": {
|
|
50221
50289
|
"$ref": "#/components/schemas/ACLAction"
|
|
50222
50290
|
},
|
|
50223
50291
|
"type": "array"
|
|
50224
50292
|
},
|
|
50225
|
-
"
|
|
50293
|
+
"integrationVercelConfigurationOverride": {
|
|
50226
50294
|
"items": {
|
|
50227
50295
|
"$ref": "#/components/schemas/ACLAction"
|
|
50228
50296
|
},
|
|
50229
50297
|
"type": "array"
|
|
50230
50298
|
},
|
|
50231
|
-
"
|
|
50299
|
+
"integrationConfigurationRole": {
|
|
50232
50300
|
"items": {
|
|
50233
50301
|
"$ref": "#/components/schemas/ACLAction"
|
|
50234
50302
|
},
|
|
50235
50303
|
"type": "array"
|
|
50236
50304
|
},
|
|
50237
|
-
"
|
|
50305
|
+
"integrationSSOSession": {
|
|
50238
50306
|
"items": {
|
|
50239
50307
|
"$ref": "#/components/schemas/ACLAction"
|
|
50240
50308
|
},
|
|
50241
50309
|
"type": "array"
|
|
50242
50310
|
},
|
|
50243
|
-
"
|
|
50311
|
+
"integrationResource": {
|
|
50244
50312
|
"items": {
|
|
50245
50313
|
"$ref": "#/components/schemas/ACLAction"
|
|
50246
50314
|
},
|
|
50247
50315
|
"type": "array"
|
|
50248
50316
|
},
|
|
50249
|
-
"
|
|
50317
|
+
"integrationEvent": {
|
|
50250
50318
|
"items": {
|
|
50251
50319
|
"$ref": "#/components/schemas/ACLAction"
|
|
50252
50320
|
},
|
|
50253
50321
|
"type": "array"
|
|
50254
50322
|
},
|
|
50255
|
-
"
|
|
50323
|
+
"integrationResourceSecrets": {
|
|
50256
50324
|
"items": {
|
|
50257
50325
|
"$ref": "#/components/schemas/ACLAction"
|
|
50258
50326
|
},
|
|
50259
50327
|
"type": "array"
|
|
50260
50328
|
},
|
|
50261
|
-
"
|
|
50329
|
+
"integrationDeploymentAction": {
|
|
50262
50330
|
"items": {
|
|
50263
50331
|
"$ref": "#/components/schemas/ACLAction"
|
|
50264
50332
|
},
|
|
50265
50333
|
"type": "array"
|
|
50266
50334
|
},
|
|
50267
|
-
"
|
|
50335
|
+
"marketplaceInstallationMember": {
|
|
50268
50336
|
"items": {
|
|
50269
50337
|
"$ref": "#/components/schemas/ACLAction"
|
|
50270
50338
|
},
|
|
50271
50339
|
"type": "array"
|
|
50272
50340
|
},
|
|
50273
|
-
"
|
|
50341
|
+
"marketplaceBillingData": {
|
|
50274
50342
|
"items": {
|
|
50275
50343
|
"$ref": "#/components/schemas/ACLAction"
|
|
50276
50344
|
},
|
|
50277
50345
|
"type": "array"
|
|
50278
50346
|
},
|
|
50279
|
-
"
|
|
50347
|
+
"marketplaceInvoice": {
|
|
50280
50348
|
"items": {
|
|
50281
50349
|
"$ref": "#/components/schemas/ACLAction"
|
|
50282
50350
|
},
|
|
50283
50351
|
"type": "array"
|
|
50284
50352
|
},
|
|
50285
|
-
"
|
|
50353
|
+
"marketplaceSettings": {
|
|
50286
50354
|
"items": {
|
|
50287
50355
|
"$ref": "#/components/schemas/ACLAction"
|
|
50288
50356
|
},
|
|
50289
50357
|
"type": "array"
|
|
50290
50358
|
},
|
|
50291
|
-
"
|
|
50359
|
+
"marketplaceExperimentationItem": {
|
|
50292
50360
|
"items": {
|
|
50293
50361
|
"$ref": "#/components/schemas/ACLAction"
|
|
50294
50362
|
},
|
|
50295
50363
|
"type": "array"
|
|
50296
50364
|
},
|
|
50297
|
-
"
|
|
50365
|
+
"marketplaceExperimentationEdgeConfigData": {
|
|
50298
50366
|
"items": {
|
|
50299
50367
|
"$ref": "#/components/schemas/ACLAction"
|
|
50300
50368
|
},
|
|
50301
50369
|
"type": "array"
|
|
50302
50370
|
},
|
|
50303
|
-
"
|
|
50371
|
+
"jobGlobal": {
|
|
50304
50372
|
"items": {
|
|
50305
50373
|
"$ref": "#/components/schemas/ACLAction"
|
|
50306
50374
|
},
|
|
50307
50375
|
"type": "array"
|
|
50308
50376
|
},
|
|
50309
|
-
"
|
|
50377
|
+
"drain": {
|
|
50310
50378
|
"items": {
|
|
50311
50379
|
"$ref": "#/components/schemas/ACLAction"
|
|
50312
50380
|
},
|
|
50313
50381
|
"type": "array"
|
|
50314
50382
|
},
|
|
50315
|
-
"
|
|
50383
|
+
"logDrain": {
|
|
50316
50384
|
"items": {
|
|
50317
50385
|
"$ref": "#/components/schemas/ACLAction"
|
|
50318
50386
|
},
|
|
50319
50387
|
"type": "array"
|
|
50320
50388
|
},
|
|
50321
|
-
"
|
|
50389
|
+
"Monitoring": {
|
|
50322
50390
|
"items": {
|
|
50323
50391
|
"$ref": "#/components/schemas/ACLAction"
|
|
50324
50392
|
},
|
|
50325
50393
|
"type": "array"
|
|
50326
50394
|
},
|
|
50327
|
-
"
|
|
50395
|
+
"monitoringSettings": {
|
|
50328
50396
|
"items": {
|
|
50329
50397
|
"$ref": "#/components/schemas/ACLAction"
|
|
50330
50398
|
},
|
|
50331
50399
|
"type": "array"
|
|
50332
50400
|
},
|
|
50333
|
-
"
|
|
50401
|
+
"monitoringQuery": {
|
|
50334
50402
|
"items": {
|
|
50335
50403
|
"$ref": "#/components/schemas/ACLAction"
|
|
50336
50404
|
},
|
|
50337
50405
|
"type": "array"
|
|
50338
50406
|
},
|
|
50339
|
-
"
|
|
50407
|
+
"monitoringChart": {
|
|
50340
50408
|
"items": {
|
|
50341
50409
|
"$ref": "#/components/schemas/ACLAction"
|
|
50342
50410
|
},
|
|
50343
50411
|
"type": "array"
|
|
50344
50412
|
},
|
|
50345
|
-
"
|
|
50413
|
+
"monitoringAlert": {
|
|
50346
50414
|
"items": {
|
|
50347
50415
|
"$ref": "#/components/schemas/ACLAction"
|
|
50348
50416
|
},
|
|
50349
50417
|
"type": "array"
|
|
50350
50418
|
},
|
|
50351
|
-
"
|
|
50419
|
+
"notificationDeploymentFailed": {
|
|
50352
50420
|
"items": {
|
|
50353
50421
|
"$ref": "#/components/schemas/ACLAction"
|
|
50354
50422
|
},
|
|
50355
50423
|
"type": "array"
|
|
50356
50424
|
},
|
|
50357
|
-
"
|
|
50425
|
+
"notificationDomainConfiguration": {
|
|
50358
50426
|
"items": {
|
|
50359
50427
|
"$ref": "#/components/schemas/ACLAction"
|
|
50360
50428
|
},
|
|
50361
50429
|
"type": "array"
|
|
50362
50430
|
},
|
|
50363
|
-
"
|
|
50431
|
+
"notificationDomainExpire": {
|
|
50364
50432
|
"items": {
|
|
50365
50433
|
"$ref": "#/components/schemas/ACLAction"
|
|
50366
50434
|
},
|
|
50367
50435
|
"type": "array"
|
|
50368
50436
|
},
|
|
50369
|
-
"
|
|
50437
|
+
"notificationDomainMoved": {
|
|
50370
50438
|
"items": {
|
|
50371
50439
|
"$ref": "#/components/schemas/ACLAction"
|
|
50372
50440
|
},
|
|
50373
50441
|
"type": "array"
|
|
50374
50442
|
},
|
|
50375
|
-
"
|
|
50443
|
+
"notificationDomainPurchase": {
|
|
50376
50444
|
"items": {
|
|
50377
50445
|
"$ref": "#/components/schemas/ACLAction"
|
|
50378
50446
|
},
|
|
50379
50447
|
"type": "array"
|
|
50380
50448
|
},
|
|
50381
|
-
"
|
|
50449
|
+
"notificationDomainRenewal": {
|
|
50382
50450
|
"items": {
|
|
50383
50451
|
"$ref": "#/components/schemas/ACLAction"
|
|
50384
50452
|
},
|
|
50385
50453
|
"type": "array"
|
|
50386
50454
|
},
|
|
50387
|
-
"
|
|
50455
|
+
"notificationDomainTransfer": {
|
|
50388
50456
|
"items": {
|
|
50389
50457
|
"$ref": "#/components/schemas/ACLAction"
|
|
50390
50458
|
},
|
|
50391
50459
|
"type": "array"
|
|
50392
50460
|
},
|
|
50393
|
-
"
|
|
50461
|
+
"notificationDomainUnverified": {
|
|
50394
50462
|
"items": {
|
|
50395
50463
|
"$ref": "#/components/schemas/ACLAction"
|
|
50396
50464
|
},
|
|
50397
50465
|
"type": "array"
|
|
50398
50466
|
},
|
|
50399
|
-
"
|
|
50467
|
+
"NotificationMonitoringAlert": {
|
|
50400
50468
|
"items": {
|
|
50401
50469
|
"$ref": "#/components/schemas/ACLAction"
|
|
50402
50470
|
},
|
|
50403
50471
|
"type": "array"
|
|
50404
50472
|
},
|
|
50405
|
-
"
|
|
50473
|
+
"notificationPaymentFailed": {
|
|
50406
50474
|
"items": {
|
|
50407
50475
|
"$ref": "#/components/schemas/ACLAction"
|
|
50408
50476
|
},
|
|
50409
50477
|
"type": "array"
|
|
50410
50478
|
},
|
|
50411
|
-
"
|
|
50479
|
+
"notificationUsageAlert": {
|
|
50412
50480
|
"items": {
|
|
50413
50481
|
"$ref": "#/components/schemas/ACLAction"
|
|
50414
50482
|
},
|
|
50415
50483
|
"type": "array"
|
|
50416
50484
|
},
|
|
50417
|
-
"
|
|
50485
|
+
"notificationPreferences": {
|
|
50418
50486
|
"items": {
|
|
50419
50487
|
"$ref": "#/components/schemas/ACLAction"
|
|
50420
50488
|
},
|
|
50421
50489
|
"type": "array"
|
|
50422
50490
|
},
|
|
50423
|
-
"
|
|
50491
|
+
"notificationCustomerBudget": {
|
|
50424
50492
|
"items": {
|
|
50425
50493
|
"$ref": "#/components/schemas/ACLAction"
|
|
50426
50494
|
},
|
|
50427
50495
|
"type": "array"
|
|
50428
50496
|
},
|
|
50429
|
-
"
|
|
50497
|
+
"notificationStatementOfReasons": {
|
|
50430
50498
|
"items": {
|
|
50431
50499
|
"$ref": "#/components/schemas/ACLAction"
|
|
50432
50500
|
},
|
|
50433
50501
|
"type": "array"
|
|
50434
50502
|
},
|
|
50435
|
-
"
|
|
50503
|
+
"observabilityConfiguration": {
|
|
50436
50504
|
"items": {
|
|
50437
50505
|
"$ref": "#/components/schemas/ACLAction"
|
|
50438
50506
|
},
|
|
50439
50507
|
"type": "array"
|
|
50440
50508
|
},
|
|
50441
|
-
"
|
|
50509
|
+
"alerts": {
|
|
50442
50510
|
"items": {
|
|
50443
50511
|
"$ref": "#/components/schemas/ACLAction"
|
|
50444
50512
|
},
|
|
50445
50513
|
"type": "array"
|
|
50446
50514
|
},
|
|
50447
|
-
"
|
|
50515
|
+
"observabilityNotebook": {
|
|
50448
50516
|
"items": {
|
|
50449
50517
|
"$ref": "#/components/schemas/ACLAction"
|
|
50450
50518
|
},
|
|
50451
50519
|
"type": "array"
|
|
50452
50520
|
},
|
|
50453
|
-
"
|
|
50521
|
+
"observabilityFunnel": {
|
|
50454
50522
|
"items": {
|
|
50455
50523
|
"$ref": "#/components/schemas/ACLAction"
|
|
50456
50524
|
},
|
|
50457
50525
|
"type": "array"
|
|
50458
50526
|
},
|
|
50459
|
-
"
|
|
50527
|
+
"openTelemetryEndpoint": {
|
|
50460
50528
|
"items": {
|
|
50461
50529
|
"$ref": "#/components/schemas/ACLAction"
|
|
50462
50530
|
},
|
|
50463
50531
|
"type": "array"
|
|
50464
50532
|
},
|
|
50465
|
-
"
|
|
50533
|
+
"vercelAppInstallation": {
|
|
50466
50534
|
"items": {
|
|
50467
50535
|
"$ref": "#/components/schemas/ACLAction"
|
|
50468
50536
|
},
|
|
50469
50537
|
"type": "array"
|
|
50470
50538
|
},
|
|
50471
|
-
"
|
|
50539
|
+
"vercelAppInstallationRequest": {
|
|
50472
50540
|
"items": {
|
|
50473
50541
|
"$ref": "#/components/schemas/ACLAction"
|
|
50474
50542
|
},
|
|
50475
50543
|
"type": "array"
|
|
50476
50544
|
},
|
|
50477
|
-
"
|
|
50545
|
+
"paymentMethod": {
|
|
50478
50546
|
"items": {
|
|
50479
50547
|
"$ref": "#/components/schemas/ACLAction"
|
|
50480
50548
|
},
|
|
50481
50549
|
"type": "array"
|
|
50482
50550
|
},
|
|
50483
|
-
"
|
|
50551
|
+
"permissions": {
|
|
50484
50552
|
"items": {
|
|
50485
50553
|
"$ref": "#/components/schemas/ACLAction"
|
|
50486
50554
|
},
|
|
50487
50555
|
"type": "array"
|
|
50488
50556
|
},
|
|
50489
|
-
"
|
|
50557
|
+
"postgres": {
|
|
50490
50558
|
"items": {
|
|
50491
50559
|
"$ref": "#/components/schemas/ACLAction"
|
|
50492
50560
|
},
|
|
50493
50561
|
"type": "array"
|
|
50494
50562
|
},
|
|
50495
|
-
"
|
|
50563
|
+
"previewDeploymentSuffix": {
|
|
50496
50564
|
"items": {
|
|
50497
50565
|
"$ref": "#/components/schemas/ACLAction"
|
|
50498
50566
|
},
|
|
50499
50567
|
"type": "array"
|
|
50500
50568
|
},
|
|
50501
|
-
"
|
|
50569
|
+
"proTrialOnboarding": {
|
|
50502
50570
|
"items": {
|
|
50503
50571
|
"$ref": "#/components/schemas/ACLAction"
|
|
50504
50572
|
},
|
|
50505
50573
|
"type": "array"
|
|
50506
50574
|
},
|
|
50507
|
-
"
|
|
50575
|
+
"sharedEnvVars": {
|
|
50508
50576
|
"items": {
|
|
50509
50577
|
"$ref": "#/components/schemas/ACLAction"
|
|
50510
50578
|
},
|
|
50511
50579
|
"type": "array"
|
|
50512
50580
|
},
|
|
50513
|
-
"
|
|
50581
|
+
"sharedEnvVarsProduction": {
|
|
50514
50582
|
"items": {
|
|
50515
50583
|
"$ref": "#/components/schemas/ACLAction"
|
|
50516
50584
|
},
|
|
50517
50585
|
"type": "array"
|
|
50518
50586
|
},
|
|
50519
|
-
"
|
|
50587
|
+
"space": {
|
|
50520
50588
|
"items": {
|
|
50521
50589
|
"$ref": "#/components/schemas/ACLAction"
|
|
50522
50590
|
},
|
|
50523
50591
|
"type": "array"
|
|
50524
50592
|
},
|
|
50525
|
-
"
|
|
50593
|
+
"spaceRun": {
|
|
50526
50594
|
"items": {
|
|
50527
50595
|
"$ref": "#/components/schemas/ACLAction"
|
|
50528
50596
|
},
|
|
50529
50597
|
"type": "array"
|
|
50530
50598
|
},
|
|
50531
|
-
"
|
|
50599
|
+
"passwordProtectionInvoiceItem": {
|
|
50532
50600
|
"items": {
|
|
50533
50601
|
"$ref": "#/components/schemas/ACLAction"
|
|
50534
50602
|
},
|
|
50535
50603
|
"type": "array"
|
|
50536
50604
|
},
|
|
50537
|
-
"
|
|
50605
|
+
"rateLimit": {
|
|
50538
50606
|
"items": {
|
|
50539
50607
|
"$ref": "#/components/schemas/ACLAction"
|
|
50540
50608
|
},
|
|
50541
50609
|
"type": "array"
|
|
50542
50610
|
},
|
|
50543
|
-
"
|
|
50611
|
+
"redis": {
|
|
50544
50612
|
"items": {
|
|
50545
50613
|
"$ref": "#/components/schemas/ACLAction"
|
|
50546
50614
|
},
|
|
50547
50615
|
"type": "array"
|
|
50548
50616
|
},
|
|
50549
|
-
"
|
|
50617
|
+
"repository": {
|
|
50550
50618
|
"items": {
|
|
50551
50619
|
"$ref": "#/components/schemas/ACLAction"
|
|
50552
50620
|
},
|
|
50553
50621
|
"type": "array"
|
|
50554
50622
|
},
|
|
50555
|
-
"
|
|
50623
|
+
"remoteCaching": {
|
|
50556
50624
|
"items": {
|
|
50557
50625
|
"$ref": "#/components/schemas/ACLAction"
|
|
50558
50626
|
},
|
|
50559
50627
|
"type": "array"
|
|
50560
50628
|
},
|
|
50561
|
-
"
|
|
50629
|
+
"samlConfig": {
|
|
50562
50630
|
"items": {
|
|
50563
50631
|
"$ref": "#/components/schemas/ACLAction"
|
|
50564
50632
|
},
|
|
50565
50633
|
"type": "array"
|
|
50566
50634
|
},
|
|
50567
|
-
"
|
|
50635
|
+
"secret": {
|
|
50568
50636
|
"items": {
|
|
50569
50637
|
"$ref": "#/components/schemas/ACLAction"
|
|
50570
50638
|
},
|
|
50571
50639
|
"type": "array"
|
|
50572
50640
|
},
|
|
50573
|
-
"
|
|
50641
|
+
"redisStoreTokenSet": {
|
|
50574
50642
|
"items": {
|
|
50575
50643
|
"$ref": "#/components/schemas/ACLAction"
|
|
50576
50644
|
},
|
|
50577
50645
|
"type": "array"
|
|
50578
50646
|
},
|
|
50579
|
-
"
|
|
50647
|
+
"blobStoreTokenSet": {
|
|
50580
50648
|
"items": {
|
|
50581
50649
|
"$ref": "#/components/schemas/ACLAction"
|
|
50582
50650
|
},
|
|
50583
50651
|
"type": "array"
|
|
50584
50652
|
},
|
|
50585
|
-
"
|
|
50653
|
+
"postgresStoreTokenSet": {
|
|
50586
50654
|
"items": {
|
|
50587
50655
|
"$ref": "#/components/schemas/ACLAction"
|
|
50588
50656
|
},
|
|
50589
50657
|
"type": "array"
|
|
50590
50658
|
},
|
|
50591
|
-
"
|
|
50659
|
+
"integrationStoreTokenSet": {
|
|
50592
50660
|
"items": {
|
|
50593
50661
|
"$ref": "#/components/schemas/ACLAction"
|
|
50594
50662
|
},
|
|
50595
50663
|
"type": "array"
|
|
50596
50664
|
},
|
|
50597
|
-
"
|
|
50665
|
+
"integrationResourceReplCommand": {
|
|
50598
50666
|
"items": {
|
|
50599
50667
|
"$ref": "#/components/schemas/ACLAction"
|
|
50600
50668
|
},
|
|
50601
50669
|
"type": "array"
|
|
50602
50670
|
},
|
|
50603
|
-
"
|
|
50671
|
+
"storeTransfer": {
|
|
50604
50672
|
"items": {
|
|
50605
50673
|
"$ref": "#/components/schemas/ACLAction"
|
|
50606
50674
|
},
|
|
50607
50675
|
"type": "array"
|
|
50608
50676
|
},
|
|
50609
|
-
"
|
|
50677
|
+
"supportCase": {
|
|
50610
50678
|
"items": {
|
|
50611
50679
|
"$ref": "#/components/schemas/ACLAction"
|
|
50612
50680
|
},
|
|
50613
50681
|
"type": "array"
|
|
50614
50682
|
},
|
|
50615
|
-
"
|
|
50683
|
+
"supportCaseComment": {
|
|
50616
50684
|
"items": {
|
|
50617
50685
|
"$ref": "#/components/schemas/ACLAction"
|
|
50618
50686
|
},
|
|
50619
50687
|
"type": "array"
|
|
50620
50688
|
},
|
|
50621
|
-
"
|
|
50689
|
+
"dataCacheBillingSettings": {
|
|
50622
50690
|
"items": {
|
|
50623
50691
|
"$ref": "#/components/schemas/ACLAction"
|
|
50624
50692
|
},
|
|
50625
50693
|
"type": "array"
|
|
50626
50694
|
},
|
|
50627
|
-
"
|
|
50695
|
+
"team": {
|
|
50628
50696
|
"items": {
|
|
50629
50697
|
"$ref": "#/components/schemas/ACLAction"
|
|
50630
50698
|
},
|
|
50631
50699
|
"type": "array"
|
|
50632
50700
|
},
|
|
50633
|
-
"
|
|
50701
|
+
"teamAccessRequest": {
|
|
50634
50702
|
"items": {
|
|
50635
50703
|
"$ref": "#/components/schemas/ACLAction"
|
|
50636
50704
|
},
|
|
50637
50705
|
"type": "array"
|
|
50638
50706
|
},
|
|
50639
|
-
"
|
|
50707
|
+
"teamFellowMembership": {
|
|
50640
50708
|
"items": {
|
|
50641
50709
|
"$ref": "#/components/schemas/ACLAction"
|
|
50642
50710
|
},
|
|
50643
50711
|
"type": "array"
|
|
50644
50712
|
},
|
|
50645
|
-
"
|
|
50713
|
+
"teamGitExclusivity": {
|
|
50646
50714
|
"items": {
|
|
50647
50715
|
"$ref": "#/components/schemas/ACLAction"
|
|
50648
50716
|
},
|
|
50649
50717
|
"type": "array"
|
|
50650
50718
|
},
|
|
50651
|
-
"
|
|
50719
|
+
"teamInvite": {
|
|
50652
50720
|
"items": {
|
|
50653
50721
|
"$ref": "#/components/schemas/ACLAction"
|
|
50654
50722
|
},
|
|
50655
50723
|
"type": "array"
|
|
50656
50724
|
},
|
|
50657
|
-
"
|
|
50725
|
+
"teamInviteCode": {
|
|
50658
50726
|
"items": {
|
|
50659
50727
|
"$ref": "#/components/schemas/ACLAction"
|
|
50660
50728
|
},
|
|
50661
50729
|
"type": "array"
|
|
50662
50730
|
},
|
|
50663
|
-
"
|
|
50731
|
+
"teamJoin": {
|
|
50664
50732
|
"items": {
|
|
50665
50733
|
"$ref": "#/components/schemas/ACLAction"
|
|
50666
50734
|
},
|
|
50667
50735
|
"type": "array"
|
|
50668
50736
|
},
|
|
50669
|
-
"
|
|
50737
|
+
"teamMemberMfaStatus": {
|
|
50670
50738
|
"items": {
|
|
50671
50739
|
"$ref": "#/components/schemas/ACLAction"
|
|
50672
50740
|
},
|
|
50673
50741
|
"type": "array"
|
|
50674
50742
|
},
|
|
50675
|
-
"
|
|
50743
|
+
"teamMicrofrontends": {
|
|
50676
50744
|
"items": {
|
|
50677
50745
|
"$ref": "#/components/schemas/ACLAction"
|
|
50678
50746
|
},
|
|
50679
50747
|
"type": "array"
|
|
50680
50748
|
},
|
|
50681
|
-
"
|
|
50749
|
+
"teamOwnMembership": {
|
|
50682
50750
|
"items": {
|
|
50683
50751
|
"$ref": "#/components/schemas/ACLAction"
|
|
50684
50752
|
},
|
|
50685
50753
|
"type": "array"
|
|
50686
50754
|
},
|
|
50687
|
-
"
|
|
50755
|
+
"teamOwnMembershipDisconnectSAML": {
|
|
50688
50756
|
"items": {
|
|
50689
50757
|
"$ref": "#/components/schemas/ACLAction"
|
|
50690
50758
|
},
|
|
50691
50759
|
"type": "array"
|
|
50692
50760
|
},
|
|
50693
|
-
"
|
|
50761
|
+
"token": {
|
|
50694
50762
|
"items": {
|
|
50695
50763
|
"$ref": "#/components/schemas/ACLAction"
|
|
50696
50764
|
},
|
|
50697
50765
|
"type": "array"
|
|
50698
50766
|
},
|
|
50699
|
-
"
|
|
50767
|
+
"usage": {
|
|
50700
50768
|
"items": {
|
|
50701
50769
|
"$ref": "#/components/schemas/ACLAction"
|
|
50702
50770
|
},
|
|
50703
50771
|
"type": "array"
|
|
50704
50772
|
},
|
|
50705
|
-
"
|
|
50773
|
+
"usageCycle": {
|
|
50706
50774
|
"items": {
|
|
50707
50775
|
"$ref": "#/components/schemas/ACLAction"
|
|
50708
50776
|
},
|
|
50709
50777
|
"type": "array"
|
|
50710
50778
|
},
|
|
50711
|
-
"
|
|
50779
|
+
"vpcPeeringConnection": {
|
|
50712
50780
|
"items": {
|
|
50713
50781
|
"$ref": "#/components/schemas/ACLAction"
|
|
50714
50782
|
},
|
|
50715
50783
|
"type": "array"
|
|
50716
50784
|
},
|
|
50717
|
-
"
|
|
50785
|
+
"webAnalyticsPlan": {
|
|
50718
50786
|
"items": {
|
|
50719
50787
|
"$ref": "#/components/schemas/ACLAction"
|
|
50720
50788
|
},
|
|
50721
50789
|
"type": "array"
|
|
50722
50790
|
},
|
|
50723
|
-
"
|
|
50791
|
+
"edgeConfig": {
|
|
50724
50792
|
"items": {
|
|
50725
50793
|
"$ref": "#/components/schemas/ACLAction"
|
|
50726
50794
|
},
|
|
50727
50795
|
"type": "array"
|
|
50728
50796
|
},
|
|
50729
|
-
"
|
|
50797
|
+
"edgeConfigItem": {
|
|
50730
50798
|
"items": {
|
|
50731
50799
|
"$ref": "#/components/schemas/ACLAction"
|
|
50732
50800
|
},
|
|
50733
50801
|
"type": "array"
|
|
50734
50802
|
},
|
|
50735
|
-
"
|
|
50803
|
+
"edgeConfigSchema": {
|
|
50736
50804
|
"items": {
|
|
50737
50805
|
"$ref": "#/components/schemas/ACLAction"
|
|
50738
50806
|
},
|
|
50739
50807
|
"type": "array"
|
|
50740
50808
|
},
|
|
50741
|
-
"
|
|
50809
|
+
"edgeConfigToken": {
|
|
50742
50810
|
"items": {
|
|
50743
50811
|
"$ref": "#/components/schemas/ACLAction"
|
|
50744
50812
|
},
|
|
50745
50813
|
"type": "array"
|
|
50746
50814
|
},
|
|
50747
|
-
"
|
|
50815
|
+
"webhook": {
|
|
50748
50816
|
"items": {
|
|
50749
50817
|
"$ref": "#/components/schemas/ACLAction"
|
|
50750
50818
|
},
|
|
50751
50819
|
"type": "array"
|
|
50752
50820
|
},
|
|
50753
|
-
"
|
|
50821
|
+
"webhook-event": {
|
|
50754
50822
|
"items": {
|
|
50755
50823
|
"$ref": "#/components/schemas/ACLAction"
|
|
50756
50824
|
},
|
|
50757
50825
|
"type": "array"
|
|
50758
50826
|
},
|
|
50759
|
-
"
|
|
50827
|
+
"endpointVerification": {
|
|
50760
50828
|
"items": {
|
|
50761
50829
|
"$ref": "#/components/schemas/ACLAction"
|
|
50762
50830
|
},
|
|
50763
50831
|
"type": "array"
|
|
50764
50832
|
},
|
|
50765
|
-
"
|
|
50833
|
+
"projectTransferIn": {
|
|
50766
50834
|
"items": {
|
|
50767
50835
|
"$ref": "#/components/schemas/ACLAction"
|
|
50768
50836
|
},
|
|
50769
50837
|
"type": "array"
|
|
50770
50838
|
},
|
|
50771
|
-
"
|
|
50839
|
+
"oauth2Application": {
|
|
50772
50840
|
"items": {
|
|
50773
50841
|
"$ref": "#/components/schemas/ACLAction"
|
|
50774
50842
|
},
|
|
50775
50843
|
"type": "array"
|
|
50776
50844
|
},
|
|
50777
|
-
"
|
|
50845
|
+
"vercelRun": {
|
|
50778
50846
|
"items": {
|
|
50779
50847
|
"$ref": "#/components/schemas/ACLAction"
|
|
50780
50848
|
},
|
|
50781
50849
|
"type": "array"
|
|
50782
50850
|
},
|
|
50783
|
-
"
|
|
50851
|
+
"vercelRunExec": {
|
|
50784
50852
|
"items": {
|
|
50785
50853
|
"$ref": "#/components/schemas/ACLAction"
|
|
50786
50854
|
},
|
|
50787
50855
|
"type": "array"
|
|
50788
50856
|
},
|
|
50789
|
-
"
|
|
50857
|
+
"apiKey": {
|
|
50790
50858
|
"items": {
|
|
50791
50859
|
"$ref": "#/components/schemas/ACLAction"
|
|
50792
50860
|
},
|
|
50793
50861
|
"type": "array"
|
|
50794
50862
|
},
|
|
50795
|
-
"
|
|
50863
|
+
"apiKeyOwnedBySelf": {
|
|
50796
50864
|
"items": {
|
|
50797
50865
|
"$ref": "#/components/schemas/ACLAction"
|
|
50798
50866
|
},
|
|
50799
50867
|
"type": "array"
|
|
50800
50868
|
},
|
|
50801
|
-
"
|
|
50869
|
+
"aliasProject": {
|
|
50802
50870
|
"items": {
|
|
50803
50871
|
"$ref": "#/components/schemas/ACLAction"
|
|
50804
50872
|
},
|
|
50805
50873
|
"type": "array"
|
|
50806
50874
|
},
|
|
50807
|
-
"
|
|
50875
|
+
"aliasProtectionBypass": {
|
|
50808
50876
|
"items": {
|
|
50809
50877
|
"$ref": "#/components/schemas/ACLAction"
|
|
50810
50878
|
},
|
|
50811
50879
|
"type": "array"
|
|
50812
50880
|
},
|
|
50813
|
-
"
|
|
50881
|
+
"buildMachine": {
|
|
50814
50882
|
"items": {
|
|
50815
50883
|
"$ref": "#/components/schemas/ACLAction"
|
|
50816
50884
|
},
|
|
50817
50885
|
"type": "array"
|
|
50818
50886
|
},
|
|
50819
|
-
"
|
|
50887
|
+
"productionAliasProtectionBypass": {
|
|
50820
50888
|
"items": {
|
|
50821
50889
|
"$ref": "#/components/schemas/ACLAction"
|
|
50822
50890
|
},
|
|
50823
50891
|
"type": "array"
|
|
50824
50892
|
},
|
|
50825
|
-
"
|
|
50893
|
+
"connectConfigurationLink": {
|
|
50826
50894
|
"items": {
|
|
50827
50895
|
"$ref": "#/components/schemas/ACLAction"
|
|
50828
50896
|
},
|
|
50829
50897
|
"type": "array"
|
|
50830
50898
|
},
|
|
50831
|
-
"
|
|
50899
|
+
"dataCacheNamespace": {
|
|
50832
50900
|
"items": {
|
|
50833
50901
|
"$ref": "#/components/schemas/ACLAction"
|
|
50834
50902
|
},
|
|
50835
50903
|
"type": "array"
|
|
50836
50904
|
},
|
|
50837
|
-
"
|
|
50905
|
+
"deployment": {
|
|
50838
50906
|
"items": {
|
|
50839
50907
|
"$ref": "#/components/schemas/ACLAction"
|
|
50840
50908
|
},
|
|
50841
50909
|
"type": "array"
|
|
50842
50910
|
},
|
|
50843
|
-
"
|
|
50911
|
+
"deploymentBuildLogs": {
|
|
50844
50912
|
"items": {
|
|
50845
50913
|
"$ref": "#/components/schemas/ACLAction"
|
|
50846
50914
|
},
|
|
50847
50915
|
"type": "array"
|
|
50848
50916
|
},
|
|
50849
|
-
"
|
|
50917
|
+
"deploymentCheck": {
|
|
50850
50918
|
"items": {
|
|
50851
50919
|
"$ref": "#/components/schemas/ACLAction"
|
|
50852
50920
|
},
|
|
50853
50921
|
"type": "array"
|
|
50854
50922
|
},
|
|
50855
|
-
"
|
|
50923
|
+
"deploymentCheckPreview": {
|
|
50856
50924
|
"items": {
|
|
50857
50925
|
"$ref": "#/components/schemas/ACLAction"
|
|
50858
50926
|
},
|
|
50859
50927
|
"type": "array"
|
|
50860
50928
|
},
|
|
50861
|
-
"
|
|
50929
|
+
"deploymentCheckReRunFromProductionBranch": {
|
|
50862
50930
|
"items": {
|
|
50863
50931
|
"$ref": "#/components/schemas/ACLAction"
|
|
50864
50932
|
},
|
|
50865
50933
|
"type": "array"
|
|
50866
50934
|
},
|
|
50867
|
-
"
|
|
50935
|
+
"deploymentProductionGit": {
|
|
50868
50936
|
"items": {
|
|
50869
50937
|
"$ref": "#/components/schemas/ACLAction"
|
|
50870
50938
|
},
|
|
50871
50939
|
"type": "array"
|
|
50872
50940
|
},
|
|
50873
|
-
"
|
|
50941
|
+
"deploymentV0": {
|
|
50874
50942
|
"items": {
|
|
50875
50943
|
"$ref": "#/components/schemas/ACLAction"
|
|
50876
50944
|
},
|
|
50877
50945
|
"type": "array"
|
|
50878
50946
|
},
|
|
50879
|
-
"
|
|
50947
|
+
"deploymentPreview": {
|
|
50880
50948
|
"items": {
|
|
50881
50949
|
"$ref": "#/components/schemas/ACLAction"
|
|
50882
50950
|
},
|
|
50883
50951
|
"type": "array"
|
|
50884
50952
|
},
|
|
50885
|
-
"
|
|
50953
|
+
"deploymentPrivate": {
|
|
50886
50954
|
"items": {
|
|
50887
50955
|
"$ref": "#/components/schemas/ACLAction"
|
|
50888
50956
|
},
|
|
50889
50957
|
"type": "array"
|
|
50890
50958
|
},
|
|
50891
|
-
"
|
|
50959
|
+
"deploymentPromote": {
|
|
50892
50960
|
"items": {
|
|
50893
50961
|
"$ref": "#/components/schemas/ACLAction"
|
|
50894
50962
|
},
|
|
50895
50963
|
"type": "array"
|
|
50896
50964
|
},
|
|
50897
|
-
"
|
|
50965
|
+
"deploymentRollback": {
|
|
50898
50966
|
"items": {
|
|
50899
50967
|
"$ref": "#/components/schemas/ACLAction"
|
|
50900
50968
|
},
|
|
50901
50969
|
"type": "array"
|
|
50902
50970
|
},
|
|
50903
|
-
"
|
|
50971
|
+
"edgeCacheNamespace": {
|
|
50904
50972
|
"items": {
|
|
50905
50973
|
"$ref": "#/components/schemas/ACLAction"
|
|
50906
50974
|
},
|
|
50907
50975
|
"type": "array"
|
|
50908
50976
|
},
|
|
50909
|
-
"
|
|
50977
|
+
"environments": {
|
|
50910
50978
|
"items": {
|
|
50911
50979
|
"$ref": "#/components/schemas/ACLAction"
|
|
50912
50980
|
},
|
|
50913
50981
|
"type": "array"
|
|
50914
50982
|
},
|
|
50915
|
-
"
|
|
50983
|
+
"logs": {
|
|
50916
50984
|
"items": {
|
|
50917
50985
|
"$ref": "#/components/schemas/ACLAction"
|
|
50918
50986
|
},
|
|
50919
50987
|
"type": "array"
|
|
50920
50988
|
},
|
|
50921
|
-
"
|
|
50989
|
+
"logsPreset": {
|
|
50922
50990
|
"items": {
|
|
50923
50991
|
"$ref": "#/components/schemas/ACLAction"
|
|
50924
50992
|
},
|
|
50925
50993
|
"type": "array"
|
|
50926
50994
|
},
|
|
50927
|
-
"
|
|
50995
|
+
"passwordProtection": {
|
|
50928
50996
|
"items": {
|
|
50929
50997
|
"$ref": "#/components/schemas/ACLAction"
|
|
50930
50998
|
},
|
|
50931
50999
|
"type": "array"
|
|
50932
51000
|
},
|
|
50933
|
-
"
|
|
51001
|
+
"optionsAllowlist": {
|
|
50934
51002
|
"items": {
|
|
50935
51003
|
"$ref": "#/components/schemas/ACLAction"
|
|
50936
51004
|
},
|
|
50937
51005
|
"type": "array"
|
|
50938
51006
|
},
|
|
50939
|
-
"
|
|
51007
|
+
"job": {
|
|
50940
51008
|
"items": {
|
|
50941
51009
|
"$ref": "#/components/schemas/ACLAction"
|
|
50942
51010
|
},
|
|
50943
51011
|
"type": "array"
|
|
50944
51012
|
},
|
|
50945
|
-
"
|
|
51013
|
+
"observabilityData": {
|
|
50946
51014
|
"items": {
|
|
50947
51015
|
"$ref": "#/components/schemas/ACLAction"
|
|
50948
51016
|
},
|
|
50949
51017
|
"type": "array"
|
|
50950
51018
|
},
|
|
50951
|
-
"
|
|
51019
|
+
"onDemandBuild": {
|
|
50952
51020
|
"items": {
|
|
50953
51021
|
"$ref": "#/components/schemas/ACLAction"
|
|
50954
51022
|
},
|
|
50955
51023
|
"type": "array"
|
|
50956
51024
|
},
|
|
50957
|
-
"
|
|
51025
|
+
"onDemandConcurrency": {
|
|
50958
51026
|
"items": {
|
|
50959
51027
|
"$ref": "#/components/schemas/ACLAction"
|
|
50960
51028
|
},
|
|
50961
51029
|
"type": "array"
|
|
50962
51030
|
},
|
|
50963
|
-
"
|
|
51031
|
+
"project": {
|
|
50964
51032
|
"items": {
|
|
50965
51033
|
"$ref": "#/components/schemas/ACLAction"
|
|
50966
51034
|
},
|
|
50967
51035
|
"type": "array"
|
|
50968
51036
|
},
|
|
50969
|
-
"
|
|
51037
|
+
"projectFromV0": {
|
|
50970
51038
|
"items": {
|
|
50971
51039
|
"$ref": "#/components/schemas/ACLAction"
|
|
50972
51040
|
},
|
|
50973
51041
|
"type": "array"
|
|
50974
51042
|
},
|
|
50975
|
-
"
|
|
51043
|
+
"projectAccessGroup": {
|
|
50976
51044
|
"items": {
|
|
50977
51045
|
"$ref": "#/components/schemas/ACLAction"
|
|
50978
51046
|
},
|
|
50979
51047
|
"type": "array"
|
|
50980
51048
|
},
|
|
50981
|
-
"
|
|
51049
|
+
"projectAnalyticsSampling": {
|
|
50982
51050
|
"items": {
|
|
50983
51051
|
"$ref": "#/components/schemas/ACLAction"
|
|
50984
51052
|
},
|
|
50985
51053
|
"type": "array"
|
|
50986
51054
|
},
|
|
50987
|
-
"
|
|
51055
|
+
"projectCheck": {
|
|
50988
51056
|
"items": {
|
|
50989
51057
|
"$ref": "#/components/schemas/ACLAction"
|
|
50990
51058
|
},
|
|
50991
51059
|
"type": "array"
|
|
50992
51060
|
},
|
|
50993
|
-
"
|
|
51061
|
+
"projectCheckRun": {
|
|
50994
51062
|
"items": {
|
|
50995
51063
|
"$ref": "#/components/schemas/ACLAction"
|
|
50996
51064
|
},
|
|
50997
51065
|
"type": "array"
|
|
50998
51066
|
},
|
|
50999
|
-
"
|
|
51067
|
+
"projectDeploymentHook": {
|
|
51000
51068
|
"items": {
|
|
51001
51069
|
"$ref": "#/components/schemas/ACLAction"
|
|
51002
51070
|
},
|
|
51003
51071
|
"type": "array"
|
|
51004
51072
|
},
|
|
51005
|
-
"
|
|
51073
|
+
"projectDomain": {
|
|
51006
51074
|
"items": {
|
|
51007
51075
|
"$ref": "#/components/schemas/ACLAction"
|
|
51008
51076
|
},
|
|
51009
51077
|
"type": "array"
|
|
51010
51078
|
},
|
|
51011
|
-
"
|
|
51079
|
+
"projectDomainMove": {
|
|
51012
51080
|
"items": {
|
|
51013
51081
|
"$ref": "#/components/schemas/ACLAction"
|
|
51014
51082
|
},
|
|
51015
51083
|
"type": "array"
|
|
51016
51084
|
},
|
|
51017
|
-
"
|
|
51085
|
+
"projectDomainCheckConfig": {
|
|
51018
51086
|
"items": {
|
|
51019
51087
|
"$ref": "#/components/schemas/ACLAction"
|
|
51020
51088
|
},
|
|
51021
51089
|
"type": "array"
|
|
51022
51090
|
},
|
|
51023
|
-
"
|
|
51091
|
+
"projectEnvVars": {
|
|
51024
51092
|
"items": {
|
|
51025
51093
|
"$ref": "#/components/schemas/ACLAction"
|
|
51026
51094
|
},
|
|
51027
51095
|
"type": "array"
|
|
51028
51096
|
},
|
|
51029
|
-
"
|
|
51097
|
+
"projectEnvVarsProduction": {
|
|
51030
51098
|
"items": {
|
|
51031
51099
|
"$ref": "#/components/schemas/ACLAction"
|
|
51032
51100
|
},
|
|
51033
51101
|
"type": "array"
|
|
51034
51102
|
},
|
|
51035
|
-
"
|
|
51103
|
+
"projectEnvVarsUnownedByIntegration": {
|
|
51036
51104
|
"items": {
|
|
51037
51105
|
"$ref": "#/components/schemas/ACLAction"
|
|
51038
51106
|
},
|
|
51039
51107
|
"type": "array"
|
|
51040
51108
|
},
|
|
51041
|
-
"
|
|
51109
|
+
"projectFlags": {
|
|
51042
51110
|
"items": {
|
|
51043
51111
|
"$ref": "#/components/schemas/ACLAction"
|
|
51044
51112
|
},
|
|
51045
51113
|
"type": "array"
|
|
51046
51114
|
},
|
|
51047
|
-
"
|
|
51115
|
+
"projectId": {
|
|
51048
51116
|
"items": {
|
|
51049
51117
|
"$ref": "#/components/schemas/ACLAction"
|
|
51050
51118
|
},
|
|
51051
51119
|
"type": "array"
|
|
51052
51120
|
},
|
|
51053
|
-
"
|
|
51121
|
+
"projectIntegrationConfiguration": {
|
|
51054
51122
|
"items": {
|
|
51055
51123
|
"$ref": "#/components/schemas/ACLAction"
|
|
51056
51124
|
},
|
|
51057
51125
|
"type": "array"
|
|
51058
51126
|
},
|
|
51059
|
-
"
|
|
51127
|
+
"projectLink": {
|
|
51060
51128
|
"items": {
|
|
51061
51129
|
"$ref": "#/components/schemas/ACLAction"
|
|
51062
51130
|
},
|
|
51063
51131
|
"type": "array"
|
|
51064
51132
|
},
|
|
51065
|
-
"
|
|
51133
|
+
"projectMember": {
|
|
51066
51134
|
"items": {
|
|
51067
51135
|
"$ref": "#/components/schemas/ACLAction"
|
|
51068
51136
|
},
|
|
51069
51137
|
"type": "array"
|
|
51070
51138
|
},
|
|
51071
|
-
"
|
|
51139
|
+
"projectMonitoring": {
|
|
51072
51140
|
"items": {
|
|
51073
51141
|
"$ref": "#/components/schemas/ACLAction"
|
|
51074
51142
|
},
|
|
51075
51143
|
"type": "array"
|
|
51076
51144
|
},
|
|
51077
|
-
"
|
|
51145
|
+
"projectPermissions": {
|
|
51078
51146
|
"items": {
|
|
51079
51147
|
"$ref": "#/components/schemas/ACLAction"
|
|
51080
51148
|
},
|
|
51081
51149
|
"type": "array"
|
|
51082
51150
|
},
|
|
51083
|
-
"
|
|
51151
|
+
"projectProductionBranch": {
|
|
51084
51152
|
"items": {
|
|
51085
51153
|
"$ref": "#/components/schemas/ACLAction"
|
|
51086
51154
|
},
|
|
51087
51155
|
"type": "array"
|
|
51088
51156
|
},
|
|
51089
|
-
"
|
|
51157
|
+
"projectTransfer": {
|
|
51090
51158
|
"items": {
|
|
51091
51159
|
"$ref": "#/components/schemas/ACLAction"
|
|
51092
51160
|
},
|
|
51093
51161
|
"type": "array"
|
|
51094
51162
|
},
|
|
51095
|
-
"
|
|
51163
|
+
"projectTransferOut": {
|
|
51096
51164
|
"items": {
|
|
51097
51165
|
"$ref": "#/components/schemas/ACLAction"
|
|
51098
51166
|
},
|
|
51099
51167
|
"type": "array"
|
|
51100
51168
|
},
|
|
51101
|
-
"
|
|
51169
|
+
"projectProtectionBypass": {
|
|
51102
51170
|
"items": {
|
|
51103
51171
|
"$ref": "#/components/schemas/ACLAction"
|
|
51104
51172
|
},
|
|
51105
51173
|
"type": "array"
|
|
51106
51174
|
},
|
|
51107
|
-
"
|
|
51175
|
+
"projectUsage": {
|
|
51108
51176
|
"items": {
|
|
51109
51177
|
"$ref": "#/components/schemas/ACLAction"
|
|
51110
51178
|
},
|
|
51111
51179
|
"type": "array"
|
|
51112
51180
|
},
|
|
51113
|
-
"
|
|
51181
|
+
"projectAnalyticsUsage": {
|
|
51114
51182
|
"items": {
|
|
51115
51183
|
"$ref": "#/components/schemas/ACLAction"
|
|
51116
51184
|
},
|
|
51117
51185
|
"type": "array"
|
|
51118
51186
|
},
|
|
51119
|
-
"
|
|
51187
|
+
"projectSupportCase": {
|
|
51120
51188
|
"items": {
|
|
51121
51189
|
"$ref": "#/components/schemas/ACLAction"
|
|
51122
51190
|
},
|
|
51123
51191
|
"type": "array"
|
|
51124
51192
|
},
|
|
51125
|
-
"
|
|
51193
|
+
"projectSupportCaseComment": {
|
|
51126
51194
|
"items": {
|
|
51127
51195
|
"$ref": "#/components/schemas/ACLAction"
|
|
51128
51196
|
},
|
|
51129
51197
|
"type": "array"
|
|
51130
51198
|
},
|
|
51131
|
-
"
|
|
51199
|
+
"projectDeploymentExpiration": {
|
|
51132
51200
|
"items": {
|
|
51133
51201
|
"$ref": "#/components/schemas/ACLAction"
|
|
51134
51202
|
},
|
|
51135
51203
|
"type": "array"
|
|
51136
51204
|
},
|
|
51137
|
-
"
|
|
51205
|
+
"projectRollingRelease": {
|
|
51138
51206
|
"items": {
|
|
51139
51207
|
"$ref": "#/components/schemas/ACLAction"
|
|
51140
51208
|
},
|
|
51141
51209
|
"type": "array"
|
|
51142
51210
|
},
|
|
51143
|
-
"
|
|
51211
|
+
"projectTier": {
|
|
51144
51212
|
"items": {
|
|
51145
51213
|
"$ref": "#/components/schemas/ACLAction"
|
|
51146
51214
|
},
|
|
51147
51215
|
"type": "array"
|
|
51148
51216
|
},
|
|
51149
|
-
"
|
|
51217
|
+
"projectOIDCToken": {
|
|
51150
51218
|
"items": {
|
|
51151
51219
|
"$ref": "#/components/schemas/ACLAction"
|
|
51152
51220
|
},
|
|
51153
51221
|
"type": "array"
|
|
51154
51222
|
},
|
|
51155
|
-
"
|
|
51223
|
+
"seawallConfig": {
|
|
51156
51224
|
"items": {
|
|
51157
51225
|
"$ref": "#/components/schemas/ACLAction"
|
|
51158
51226
|
},
|
|
51159
51227
|
"type": "array"
|
|
51160
51228
|
},
|
|
51161
|
-
"
|
|
51229
|
+
"skewProtection": {
|
|
51162
51230
|
"items": {
|
|
51163
51231
|
"$ref": "#/components/schemas/ACLAction"
|
|
51164
51232
|
},
|
|
51165
51233
|
"type": "array"
|
|
51166
51234
|
},
|
|
51167
|
-
"
|
|
51235
|
+
"analytics": {
|
|
51168
51236
|
"items": {
|
|
51169
51237
|
"$ref": "#/components/schemas/ACLAction"
|
|
51170
51238
|
},
|
|
51171
51239
|
"type": "array"
|
|
51172
51240
|
},
|
|
51173
|
-
"
|
|
51241
|
+
"trustedIps": {
|
|
51174
51242
|
"items": {
|
|
51175
51243
|
"$ref": "#/components/schemas/ACLAction"
|
|
51176
51244
|
},
|
|
51177
51245
|
"type": "array"
|
|
51178
51246
|
},
|
|
51179
|
-
"
|
|
51247
|
+
"v0Chat": {
|
|
51180
51248
|
"items": {
|
|
51181
51249
|
"$ref": "#/components/schemas/ACLAction"
|
|
51182
51250
|
},
|
|
51183
51251
|
"type": "array"
|
|
51184
51252
|
},
|
|
51185
|
-
"
|
|
51253
|
+
"webAnalytics": {
|
|
51186
51254
|
"items": {
|
|
51187
51255
|
"$ref": "#/components/schemas/ACLAction"
|
|
51188
51256
|
},
|
|
51189
51257
|
"type": "array"
|
|
51190
51258
|
},
|
|
51191
|
-
"
|
|
51259
|
+
"sharedEnvVarConnection": {
|
|
51192
51260
|
"items": {
|
|
51193
51261
|
"$ref": "#/components/schemas/ACLAction"
|
|
51194
51262
|
},
|
|
51195
51263
|
"type": "array"
|
|
51196
51264
|
},
|
|
51197
|
-
"
|
|
51265
|
+
"sonar": {
|
|
51198
51266
|
"items": {
|
|
51199
51267
|
"$ref": "#/components/schemas/ACLAction"
|
|
51200
51268
|
},
|
|
@@ -51320,11 +51388,11 @@
|
|
|
51320
51388
|
"deploymentType": {
|
|
51321
51389
|
"type": "string",
|
|
51322
51390
|
"enum": [
|
|
51323
|
-
"preview",
|
|
51324
|
-
"production",
|
|
51325
51391
|
"all",
|
|
51392
|
+
"preview",
|
|
51326
51393
|
"prod_deployment_urls_and_all_previews",
|
|
51327
|
-
"all_except_custom_domains"
|
|
51394
|
+
"all_except_custom_domains",
|
|
51395
|
+
"production"
|
|
51328
51396
|
]
|
|
51329
51397
|
},
|
|
51330
51398
|
"addresses": {
|
|
@@ -51364,11 +51432,11 @@
|
|
|
51364
51432
|
"deploymentType": {
|
|
51365
51433
|
"type": "string",
|
|
51366
51434
|
"enum": [
|
|
51367
|
-
"preview",
|
|
51368
|
-
"production",
|
|
51369
51435
|
"all",
|
|
51436
|
+
"preview",
|
|
51370
51437
|
"prod_deployment_urls_and_all_previews",
|
|
51371
|
-
"all_except_custom_domains"
|
|
51438
|
+
"all_except_custom_domains",
|
|
51439
|
+
"production"
|
|
51372
51440
|
]
|
|
51373
51441
|
}
|
|
51374
51442
|
},
|
|
@@ -52336,6 +52404,7 @@
|
|
|
52336
52404
|
"nitro",
|
|
52337
52405
|
"hono",
|
|
52338
52406
|
"express",
|
|
52407
|
+
"h3",
|
|
52339
52408
|
"xmcp"
|
|
52340
52409
|
],
|
|
52341
52410
|
"type": "string",
|
|
@@ -57065,10 +57134,10 @@
|
|
|
57065
57134
|
"type": "string",
|
|
57066
57135
|
"enum": [
|
|
57067
57136
|
"system",
|
|
57137
|
+
"secret",
|
|
57068
57138
|
"encrypted",
|
|
57069
57139
|
"plain",
|
|
57070
|
-
"sensitive"
|
|
57071
|
-
"secret"
|
|
57140
|
+
"sensitive"
|
|
57072
57141
|
]
|
|
57073
57142
|
},
|
|
57074
57143
|
"sunsetSecretId": {
|
|
@@ -57472,10 +57541,10 @@
|
|
|
57472
57541
|
"type": "string",
|
|
57473
57542
|
"enum": [
|
|
57474
57543
|
"system",
|
|
57544
|
+
"secret",
|
|
57475
57545
|
"encrypted",
|
|
57476
57546
|
"plain",
|
|
57477
|
-
"sensitive"
|
|
57478
|
-
"secret"
|
|
57547
|
+
"sensitive"
|
|
57479
57548
|
]
|
|
57480
57549
|
},
|
|
57481
57550
|
"sunsetSecretId": {
|
|
@@ -59583,10 +59652,10 @@
|
|
|
59583
59652
|
"type": "string",
|
|
59584
59653
|
"enum": [
|
|
59585
59654
|
"system",
|
|
59655
|
+
"secret",
|
|
59586
59656
|
"encrypted",
|
|
59587
59657
|
"plain",
|
|
59588
|
-
"sensitive"
|
|
59589
|
-
"secret"
|
|
59658
|
+
"sensitive"
|
|
59590
59659
|
]
|
|
59591
59660
|
},
|
|
59592
59661
|
"sunsetSecretId": {
|
|
@@ -59998,10 +60067,10 @@
|
|
|
59998
60067
|
"type": "string",
|
|
59999
60068
|
"enum": [
|
|
60000
60069
|
"system",
|
|
60070
|
+
"secret",
|
|
60001
60071
|
"encrypted",
|
|
60002
60072
|
"plain",
|
|
60003
|
-
"sensitive"
|
|
60004
|
-
"secret"
|
|
60073
|
+
"sensitive"
|
|
60005
60074
|
]
|
|
60006
60075
|
},
|
|
60007
60076
|
"sunsetSecretId": {
|
|
@@ -60408,10 +60477,10 @@
|
|
|
60408
60477
|
"type": "string",
|
|
60409
60478
|
"enum": [
|
|
60410
60479
|
"system",
|
|
60480
|
+
"secret",
|
|
60411
60481
|
"encrypted",
|
|
60412
60482
|
"plain",
|
|
60413
|
-
"sensitive"
|
|
60414
|
-
"secret"
|
|
60483
|
+
"sensitive"
|
|
60415
60484
|
]
|
|
60416
60485
|
},
|
|
60417
60486
|
"sunsetSecretId": {
|
|
@@ -60926,10 +60995,10 @@
|
|
|
60926
60995
|
"type": "string",
|
|
60927
60996
|
"enum": [
|
|
60928
60997
|
"system",
|
|
60998
|
+
"secret",
|
|
60929
60999
|
"encrypted",
|
|
60930
61000
|
"plain",
|
|
60931
|
-
"sensitive"
|
|
60932
|
-
"secret"
|
|
61001
|
+
"sensitive"
|
|
60933
61002
|
]
|
|
60934
61003
|
},
|
|
60935
61004
|
"sunsetSecretId": {
|
|
@@ -61716,6 +61785,11 @@
|
|
|
61716
61785
|
"type": "number",
|
|
61717
61786
|
"description": "Duration in minutes for automatic advancement to the next stage",
|
|
61718
61787
|
"example": 600
|
|
61788
|
+
},
|
|
61789
|
+
"linearShift": {
|
|
61790
|
+
"type": "boolean",
|
|
61791
|
+
"description": "Whether to linearly shift traffic over the duration of this stage",
|
|
61792
|
+
"example": false
|
|
61719
61793
|
}
|
|
61720
61794
|
},
|
|
61721
61795
|
"required": [
|
|
@@ -61962,6 +62036,11 @@
|
|
|
61962
62036
|
"type": "number",
|
|
61963
62037
|
"description": "Duration in minutes for automatic advancement to the next stage",
|
|
61964
62038
|
"example": 600
|
|
62039
|
+
},
|
|
62040
|
+
"linearShift": {
|
|
62041
|
+
"type": "boolean",
|
|
62042
|
+
"description": "Whether to linearly shift traffic over the duration of this stage",
|
|
62043
|
+
"example": false
|
|
61965
62044
|
}
|
|
61966
62045
|
},
|
|
61967
62046
|
"required": [
|
|
@@ -62269,6 +62348,11 @@
|
|
|
62269
62348
|
"type": "number",
|
|
62270
62349
|
"description": "Duration in seconds for automatic advancement, null for manual stages or the final stage",
|
|
62271
62350
|
"example": null
|
|
62351
|
+
},
|
|
62352
|
+
"linearShift": {
|
|
62353
|
+
"type": "boolean",
|
|
62354
|
+
"description": "Whether to linearly shift traffic over the duration of this stage",
|
|
62355
|
+
"example": false
|
|
62272
62356
|
}
|
|
62273
62357
|
},
|
|
62274
62358
|
"required": [
|
|
@@ -62371,6 +62455,11 @@
|
|
|
62371
62455
|
"type": "number",
|
|
62372
62456
|
"description": "Duration in seconds for automatic advancement, null for manual stages or the final stage",
|
|
62373
62457
|
"example": null
|
|
62458
|
+
},
|
|
62459
|
+
"linearShift": {
|
|
62460
|
+
"type": "boolean",
|
|
62461
|
+
"description": "Whether to linearly shift traffic over the duration of this stage",
|
|
62462
|
+
"example": false
|
|
62374
62463
|
}
|
|
62375
62464
|
},
|
|
62376
62465
|
"required": [
|
|
@@ -62417,6 +62506,11 @@
|
|
|
62417
62506
|
"type": "number",
|
|
62418
62507
|
"description": "Duration in seconds for automatic advancement, null for manual stages or the final stage",
|
|
62419
62508
|
"example": null
|
|
62509
|
+
},
|
|
62510
|
+
"linearShift": {
|
|
62511
|
+
"type": "boolean",
|
|
62512
|
+
"description": "Whether to linearly shift traffic over the duration of this stage",
|
|
62513
|
+
"example": false
|
|
62420
62514
|
}
|
|
62421
62515
|
},
|
|
62422
62516
|
"required": [
|
|
@@ -62770,6 +62864,11 @@
|
|
|
62770
62864
|
"type": "number",
|
|
62771
62865
|
"description": "Duration in seconds for automatic advancement, null for manual stages or the final stage",
|
|
62772
62866
|
"example": null
|
|
62867
|
+
},
|
|
62868
|
+
"linearShift": {
|
|
62869
|
+
"type": "boolean",
|
|
62870
|
+
"description": "Whether to linearly shift traffic over the duration of this stage",
|
|
62871
|
+
"example": false
|
|
62773
62872
|
}
|
|
62774
62873
|
},
|
|
62775
62874
|
"required": [
|
|
@@ -62872,6 +62971,11 @@
|
|
|
62872
62971
|
"type": "number",
|
|
62873
62972
|
"description": "Duration in seconds for automatic advancement, null for manual stages or the final stage",
|
|
62874
62973
|
"example": null
|
|
62974
|
+
},
|
|
62975
|
+
"linearShift": {
|
|
62976
|
+
"type": "boolean",
|
|
62977
|
+
"description": "Whether to linearly shift traffic over the duration of this stage",
|
|
62978
|
+
"example": false
|
|
62875
62979
|
}
|
|
62876
62980
|
},
|
|
62877
62981
|
"required": [
|
|
@@ -62918,6 +63022,11 @@
|
|
|
62918
63022
|
"type": "number",
|
|
62919
63023
|
"description": "Duration in seconds for automatic advancement, null for manual stages or the final stage",
|
|
62920
63024
|
"example": null
|
|
63025
|
+
},
|
|
63026
|
+
"linearShift": {
|
|
63027
|
+
"type": "boolean",
|
|
63028
|
+
"description": "Whether to linearly shift traffic over the duration of this stage",
|
|
63029
|
+
"example": false
|
|
62921
63030
|
}
|
|
62922
63031
|
},
|
|
62923
63032
|
"required": [
|
|
@@ -63282,6 +63391,11 @@
|
|
|
63282
63391
|
"type": "number",
|
|
63283
63392
|
"description": "Duration in seconds for automatic advancement, null for manual stages or the final stage",
|
|
63284
63393
|
"example": null
|
|
63394
|
+
},
|
|
63395
|
+
"linearShift": {
|
|
63396
|
+
"type": "boolean",
|
|
63397
|
+
"description": "Whether to linearly shift traffic over the duration of this stage",
|
|
63398
|
+
"example": false
|
|
63285
63399
|
}
|
|
63286
63400
|
},
|
|
63287
63401
|
"required": [
|
|
@@ -63384,6 +63498,11 @@
|
|
|
63384
63498
|
"type": "number",
|
|
63385
63499
|
"description": "Duration in seconds for automatic advancement, null for manual stages or the final stage",
|
|
63386
63500
|
"example": null
|
|
63501
|
+
},
|
|
63502
|
+
"linearShift": {
|
|
63503
|
+
"type": "boolean",
|
|
63504
|
+
"description": "Whether to linearly shift traffic over the duration of this stage",
|
|
63505
|
+
"example": false
|
|
63387
63506
|
}
|
|
63388
63507
|
},
|
|
63389
63508
|
"required": [
|
|
@@ -63430,6 +63549,11 @@
|
|
|
63430
63549
|
"type": "number",
|
|
63431
63550
|
"description": "Duration in seconds for automatic advancement, null for manual stages or the final stage",
|
|
63432
63551
|
"example": null
|
|
63552
|
+
},
|
|
63553
|
+
"linearShift": {
|
|
63554
|
+
"type": "boolean",
|
|
63555
|
+
"description": "Whether to linearly shift traffic over the duration of this stage",
|
|
63556
|
+
"example": false
|
|
63433
63557
|
}
|
|
63434
63558
|
},
|
|
63435
63559
|
"required": [
|
|
@@ -68478,6 +68602,7 @@
|
|
|
68478
68602
|
"nitro",
|
|
68479
68603
|
"hono",
|
|
68480
68604
|
"express",
|
|
68605
|
+
"h3",
|
|
68481
68606
|
"xmcp"
|
|
68482
68607
|
]
|
|
68483
68608
|
},
|
|
@@ -68575,6 +68700,14 @@
|
|
|
68575
68700
|
"uninstalled"
|
|
68576
68701
|
]
|
|
68577
68702
|
},
|
|
68703
|
+
"ownership": {
|
|
68704
|
+
"type": "string",
|
|
68705
|
+
"enum": [
|
|
68706
|
+
"owned",
|
|
68707
|
+
"linked",
|
|
68708
|
+
"sandbox"
|
|
68709
|
+
]
|
|
68710
|
+
},
|
|
68578
68711
|
"metadata": {
|
|
68579
68712
|
"additionalProperties": {
|
|
68580
68713
|
"oneOf": [
|
|
@@ -68669,34 +68802,34 @@
|
|
|
68669
68802
|
"maxLength": {
|
|
68670
68803
|
"type": "object",
|
|
68671
68804
|
"properties": {
|
|
68672
|
-
"__@BRAND@
|
|
68805
|
+
"__@BRAND@7823": {
|
|
68673
68806
|
"type": "object"
|
|
68674
68807
|
}
|
|
68675
68808
|
},
|
|
68676
68809
|
"required": [
|
|
68677
|
-
"__@BRAND@
|
|
68810
|
+
"__@BRAND@7823"
|
|
68678
68811
|
]
|
|
68679
68812
|
},
|
|
68680
68813
|
"minLength": {
|
|
68681
68814
|
"type": "object",
|
|
68682
68815
|
"properties": {
|
|
68683
|
-
"__@BRAND@
|
|
68816
|
+
"__@BRAND@7823": {
|
|
68684
68817
|
"type": "object"
|
|
68685
68818
|
}
|
|
68686
68819
|
},
|
|
68687
68820
|
"required": [
|
|
68688
|
-
"__@BRAND@
|
|
68821
|
+
"__@BRAND@7823"
|
|
68689
68822
|
]
|
|
68690
68823
|
},
|
|
68691
68824
|
"pattern": {
|
|
68692
68825
|
"type": "object",
|
|
68693
68826
|
"properties": {
|
|
68694
|
-
"__@BRAND@
|
|
68827
|
+
"__@BRAND@7823": {
|
|
68695
68828
|
"type": "object"
|
|
68696
68829
|
}
|
|
68697
68830
|
},
|
|
68698
68831
|
"required": [
|
|
68699
|
-
"__@BRAND@
|
|
68832
|
+
"__@BRAND@7823"
|
|
68700
68833
|
]
|
|
68701
68834
|
},
|
|
68702
68835
|
"description": {
|
|
@@ -69379,34 +69512,34 @@
|
|
|
69379
69512
|
"maxLength": {
|
|
69380
69513
|
"type": "object",
|
|
69381
69514
|
"properties": {
|
|
69382
|
-
"__@BRAND@
|
|
69515
|
+
"__@BRAND@7823": {
|
|
69383
69516
|
"type": "object"
|
|
69384
69517
|
}
|
|
69385
69518
|
},
|
|
69386
69519
|
"required": [
|
|
69387
|
-
"__@BRAND@
|
|
69520
|
+
"__@BRAND@7823"
|
|
69388
69521
|
]
|
|
69389
69522
|
},
|
|
69390
69523
|
"minLength": {
|
|
69391
69524
|
"type": "object",
|
|
69392
69525
|
"properties": {
|
|
69393
|
-
"__@BRAND@
|
|
69526
|
+
"__@BRAND@7823": {
|
|
69394
69527
|
"type": "object"
|
|
69395
69528
|
}
|
|
69396
69529
|
},
|
|
69397
69530
|
"required": [
|
|
69398
|
-
"__@BRAND@
|
|
69531
|
+
"__@BRAND@7823"
|
|
69399
69532
|
]
|
|
69400
69533
|
},
|
|
69401
69534
|
"pattern": {
|
|
69402
69535
|
"type": "object",
|
|
69403
69536
|
"properties": {
|
|
69404
|
-
"__@BRAND@
|
|
69537
|
+
"__@BRAND@7823": {
|
|
69405
69538
|
"type": "object"
|
|
69406
69539
|
}
|
|
69407
69540
|
},
|
|
69408
69541
|
"required": [
|
|
69409
|
-
"__@BRAND@
|
|
69542
|
+
"__@BRAND@7823"
|
|
69410
69543
|
]
|
|
69411
69544
|
},
|
|
69412
69545
|
"description": {
|
|
@@ -69555,34 +69688,34 @@
|
|
|
69555
69688
|
"minLength": {
|
|
69556
69689
|
"type": "object",
|
|
69557
69690
|
"properties": {
|
|
69558
|
-
"__@BRAND@
|
|
69691
|
+
"__@BRAND@7823": {
|
|
69559
69692
|
"type": "object"
|
|
69560
69693
|
}
|
|
69561
69694
|
},
|
|
69562
69695
|
"required": [
|
|
69563
|
-
"__@BRAND@
|
|
69696
|
+
"__@BRAND@7823"
|
|
69564
69697
|
]
|
|
69565
69698
|
},
|
|
69566
69699
|
"maxLength": {
|
|
69567
69700
|
"type": "object",
|
|
69568
69701
|
"properties": {
|
|
69569
|
-
"__@BRAND@
|
|
69702
|
+
"__@BRAND@7823": {
|
|
69570
69703
|
"type": "object"
|
|
69571
69704
|
}
|
|
69572
69705
|
},
|
|
69573
69706
|
"required": [
|
|
69574
|
-
"__@BRAND@
|
|
69707
|
+
"__@BRAND@7823"
|
|
69575
69708
|
]
|
|
69576
69709
|
},
|
|
69577
69710
|
"pattern": {
|
|
69578
69711
|
"type": "object",
|
|
69579
69712
|
"properties": {
|
|
69580
|
-
"__@BRAND@
|
|
69713
|
+
"__@BRAND@7823": {
|
|
69581
69714
|
"type": "object"
|
|
69582
69715
|
}
|
|
69583
69716
|
},
|
|
69584
69717
|
"required": [
|
|
69585
|
-
"__@BRAND@
|
|
69718
|
+
"__@BRAND@7823"
|
|
69586
69719
|
]
|
|
69587
69720
|
},
|
|
69588
69721
|
"default": {
|
|
@@ -69899,12 +70032,12 @@
|
|
|
69899
70032
|
{
|
|
69900
70033
|
"type": "object",
|
|
69901
70034
|
"properties": {
|
|
69902
|
-
"__@BRAND@
|
|
70035
|
+
"__@BRAND@7823": {
|
|
69903
70036
|
"type": "object"
|
|
69904
70037
|
}
|
|
69905
70038
|
},
|
|
69906
70039
|
"required": [
|
|
69907
|
-
"__@BRAND@
|
|
70040
|
+
"__@BRAND@7823"
|
|
69908
70041
|
]
|
|
69909
70042
|
},
|
|
69910
70043
|
{
|
|
@@ -69912,12 +70045,12 @@
|
|
|
69912
70045
|
"value": {
|
|
69913
70046
|
"type": "object",
|
|
69914
70047
|
"properties": {
|
|
69915
|
-
"__@BRAND@
|
|
70048
|
+
"__@BRAND@7823": {
|
|
69916
70049
|
"type": "object"
|
|
69917
70050
|
}
|
|
69918
70051
|
},
|
|
69919
70052
|
"required": [
|
|
69920
|
-
"__@BRAND@
|
|
70053
|
+
"__@BRAND@7823"
|
|
69921
70054
|
]
|
|
69922
70055
|
},
|
|
69923
70056
|
"disabled": {
|
|
@@ -69989,34 +70122,34 @@
|
|
|
69989
70122
|
"maxLength": {
|
|
69990
70123
|
"type": "object",
|
|
69991
70124
|
"properties": {
|
|
69992
|
-
"__@BRAND@
|
|
70125
|
+
"__@BRAND@7823": {
|
|
69993
70126
|
"type": "object"
|
|
69994
70127
|
}
|
|
69995
70128
|
},
|
|
69996
70129
|
"required": [
|
|
69997
|
-
"__@BRAND@
|
|
70130
|
+
"__@BRAND@7823"
|
|
69998
70131
|
]
|
|
69999
70132
|
},
|
|
70000
70133
|
"minLength": {
|
|
70001
70134
|
"type": "object",
|
|
70002
70135
|
"properties": {
|
|
70003
|
-
"__@BRAND@
|
|
70136
|
+
"__@BRAND@7823": {
|
|
70004
70137
|
"type": "object"
|
|
70005
70138
|
}
|
|
70006
70139
|
},
|
|
70007
70140
|
"required": [
|
|
70008
|
-
"__@BRAND@
|
|
70141
|
+
"__@BRAND@7823"
|
|
70009
70142
|
]
|
|
70010
70143
|
},
|
|
70011
70144
|
"pattern": {
|
|
70012
70145
|
"type": "object",
|
|
70013
70146
|
"properties": {
|
|
70014
|
-
"__@BRAND@
|
|
70147
|
+
"__@BRAND@7823": {
|
|
70015
70148
|
"type": "object"
|
|
70016
70149
|
}
|
|
70017
70150
|
},
|
|
70018
70151
|
"required": [
|
|
70019
|
-
"__@BRAND@
|
|
70152
|
+
"__@BRAND@7823"
|
|
70020
70153
|
]
|
|
70021
70154
|
},
|
|
70022
70155
|
"description": {
|
|
@@ -70148,12 +70281,12 @@
|
|
|
70148
70281
|
"value": {
|
|
70149
70282
|
"type": "object",
|
|
70150
70283
|
"properties": {
|
|
70151
|
-
"__@BRAND@
|
|
70284
|
+
"__@BRAND@7823": {
|
|
70152
70285
|
"type": "object"
|
|
70153
70286
|
}
|
|
70154
70287
|
},
|
|
70155
70288
|
"required": [
|
|
70156
|
-
"__@BRAND@
|
|
70289
|
+
"__@BRAND@7823"
|
|
70157
70290
|
]
|
|
70158
70291
|
},
|
|
70159
70292
|
"disabled": {
|
|
@@ -70255,8 +70388,8 @@
|
|
|
70255
70388
|
"redis",
|
|
70256
70389
|
"postgres",
|
|
70257
70390
|
"blob",
|
|
70258
|
-
"checks",
|
|
70259
70391
|
"experimentation",
|
|
70392
|
+
"checks",
|
|
70260
70393
|
"storage",
|
|
70261
70394
|
"ai",
|
|
70262
70395
|
"observability",
|
|
@@ -70313,8 +70446,7 @@
|
|
|
70313
70446
|
"read-write:integration-deployment-action",
|
|
70314
70447
|
"read-write:log-drain",
|
|
70315
70448
|
"read-write:project-env-vars",
|
|
70316
|
-
"read-write:project-protection-bypass"
|
|
70317
|
-
"read-write:trace-drain"
|
|
70449
|
+
"read-write:project-protection-bypass"
|
|
70318
70450
|
]
|
|
70319
70451
|
},
|
|
70320
70452
|
"type": "array"
|
|
@@ -70401,12 +70533,12 @@
|
|
|
70401
70533
|
"value": {
|
|
70402
70534
|
"type": "object",
|
|
70403
70535
|
"properties": {
|
|
70404
|
-
"__@BRAND@
|
|
70536
|
+
"__@BRAND@7823": {
|
|
70405
70537
|
"type": "object"
|
|
70406
70538
|
}
|
|
70407
70539
|
},
|
|
70408
70540
|
"required": [
|
|
70409
|
-
"__@BRAND@
|
|
70541
|
+
"__@BRAND@7823"
|
|
70410
70542
|
]
|
|
70411
70543
|
},
|
|
70412
70544
|
"disabled": {
|
|
@@ -72743,6 +72875,8 @@
|
|
|
72743
72875
|
"example": "1y",
|
|
72744
72876
|
"type": "string",
|
|
72745
72877
|
"enum": [
|
|
72878
|
+
"3y",
|
|
72879
|
+
"2y",
|
|
72746
72880
|
"1y",
|
|
72747
72881
|
"6m",
|
|
72748
72882
|
"3m",
|
|
@@ -72759,6 +72893,8 @@
|
|
|
72759
72893
|
"example": "1y",
|
|
72760
72894
|
"type": "string",
|
|
72761
72895
|
"enum": [
|
|
72896
|
+
"3y",
|
|
72897
|
+
"2y",
|
|
72762
72898
|
"1y",
|
|
72763
72899
|
"6m",
|
|
72764
72900
|
"3m",
|
|
@@ -73396,15 +73532,6 @@
|
|
|
73396
73532
|
},
|
|
73397
73533
|
"name": "x-now-size"
|
|
73398
73534
|
},
|
|
73399
|
-
{
|
|
73400
|
-
"in": "header",
|
|
73401
|
-
"description": "Shared secret token set by v0 deployments. When present and valid, the API applies an extended rate limit.",
|
|
73402
|
-
"schema": {
|
|
73403
|
-
"type": "string",
|
|
73404
|
-
"description": "Shared secret token set by v0 deployments. When present and valid, the API applies an extended rate limit."
|
|
73405
|
-
},
|
|
73406
|
-
"name": "x-internal-v0-token"
|
|
73407
|
-
},
|
|
73408
73535
|
{
|
|
73409
73536
|
"description": "The Team identifier to perform the request on behalf of.",
|
|
73410
73537
|
"in": "query",
|
|
@@ -74503,6 +74630,7 @@
|
|
|
74503
74630
|
"nitro",
|
|
74504
74631
|
"hono",
|
|
74505
74632
|
"express",
|
|
74633
|
+
"h3",
|
|
74506
74634
|
"xmcp"
|
|
74507
74635
|
]
|
|
74508
74636
|
},
|
|
@@ -78108,6 +78236,7 @@
|
|
|
78108
78236
|
"nitro",
|
|
78109
78237
|
"hono",
|
|
78110
78238
|
"express",
|
|
78239
|
+
"h3",
|
|
78111
78240
|
"xmcp"
|
|
78112
78241
|
]
|
|
78113
78242
|
},
|
|
@@ -80403,12 +80532,20 @@
|
|
|
80403
80532
|
},
|
|
80404
80533
|
"projectName": {
|
|
80405
80534
|
"type": "string"
|
|
80535
|
+
},
|
|
80536
|
+
"gitCommitterName": {
|
|
80537
|
+
"type": "string"
|
|
80538
|
+
},
|
|
80539
|
+
"source": {
|
|
80540
|
+
"type": "string"
|
|
80406
80541
|
}
|
|
80407
80542
|
},
|
|
80408
80543
|
"required": [
|
|
80409
80544
|
"sha",
|
|
80410
80545
|
"gitUserPlatform",
|
|
80411
|
-
"projectName"
|
|
80546
|
+
"projectName",
|
|
80547
|
+
"gitCommitterName",
|
|
80548
|
+
"source"
|
|
80412
80549
|
],
|
|
80413
80550
|
"type": "object",
|
|
80414
80551
|
"description": "The payload of the event, if requested."
|
|
@@ -84820,10 +84957,100 @@
|
|
|
84820
84957
|
},
|
|
84821
84958
|
{
|
|
84822
84959
|
"properties": {
|
|
84823
|
-
"
|
|
84824
|
-
"
|
|
84960
|
+
"budget": {
|
|
84961
|
+
"properties": {
|
|
84962
|
+
"budgetItem": {
|
|
84963
|
+
"properties": {
|
|
84964
|
+
"type": {
|
|
84965
|
+
"type": "string",
|
|
84966
|
+
"enum": [
|
|
84967
|
+
"fixed"
|
|
84968
|
+
],
|
|
84969
|
+
"description": "The budget type"
|
|
84970
|
+
},
|
|
84971
|
+
"fixedBudget": {
|
|
84972
|
+
"type": "number",
|
|
84973
|
+
"description": "Budget amount (USD / dollars)"
|
|
84974
|
+
},
|
|
84975
|
+
"previousSpend": {
|
|
84976
|
+
"items": {
|
|
84977
|
+
"type": "number"
|
|
84978
|
+
},
|
|
84979
|
+
"type": "array",
|
|
84980
|
+
"description": "Array of the last 3 months of spend data"
|
|
84981
|
+
},
|
|
84982
|
+
"notifiedAt": {
|
|
84983
|
+
"items": {
|
|
84984
|
+
"type": "number"
|
|
84985
|
+
},
|
|
84986
|
+
"type": "array",
|
|
84987
|
+
"description": "Array of 50, 75, 100 to keep track of notifications sent out"
|
|
84988
|
+
},
|
|
84989
|
+
"webhookId": {
|
|
84990
|
+
"type": "string",
|
|
84991
|
+
"description": "Webhook id that corresponds to a webhook in Cosmos webhook collection"
|
|
84992
|
+
},
|
|
84993
|
+
"webhookNotified": {
|
|
84994
|
+
"type": "boolean",
|
|
84995
|
+
"description": "Keep track if the webhook has been called for the month"
|
|
84996
|
+
},
|
|
84997
|
+
"createdAt": {
|
|
84998
|
+
"type": "number",
|
|
84999
|
+
"description": "Date time when budget is created"
|
|
85000
|
+
},
|
|
85001
|
+
"updatedAt": {
|
|
85002
|
+
"type": "number",
|
|
85003
|
+
"description": "Date time when budget is updated last"
|
|
85004
|
+
},
|
|
85005
|
+
"isActive": {
|
|
85006
|
+
"type": "boolean",
|
|
85007
|
+
"description": "Is the budget currently active for a customer"
|
|
85008
|
+
},
|
|
85009
|
+
"pauseProjects": {
|
|
85010
|
+
"type": "boolean",
|
|
85011
|
+
"description": "Should all projects be paused if budget is exceeded"
|
|
85012
|
+
},
|
|
85013
|
+
"pricingPlan": {
|
|
85014
|
+
"type": "string",
|
|
85015
|
+
"enum": [
|
|
85016
|
+
"plus",
|
|
85017
|
+
"legacy",
|
|
85018
|
+
"unbundled"
|
|
85019
|
+
],
|
|
85020
|
+
"description": "The acive pricing plan the team is billed with"
|
|
85021
|
+
},
|
|
85022
|
+
"teamId": {
|
|
85023
|
+
"type": "string",
|
|
85024
|
+
"description": "Partition key"
|
|
85025
|
+
},
|
|
85026
|
+
"id": {
|
|
85027
|
+
"type": "string",
|
|
85028
|
+
"description": "Sort key that needs to be unique per teamId"
|
|
85029
|
+
}
|
|
85030
|
+
},
|
|
85031
|
+
"required": [
|
|
85032
|
+
"type",
|
|
85033
|
+
"fixedBudget",
|
|
85034
|
+
"previousSpend",
|
|
85035
|
+
"notifiedAt",
|
|
85036
|
+
"createdAt",
|
|
85037
|
+
"isActive",
|
|
85038
|
+
"teamId",
|
|
85039
|
+
"id"
|
|
85040
|
+
],
|
|
85041
|
+
"type": "object",
|
|
85042
|
+
"description": "Represents a budget for tracking and notifying teams on their spending."
|
|
85043
|
+
}
|
|
85044
|
+
},
|
|
85045
|
+
"required": [
|
|
85046
|
+
"budgetItem"
|
|
85047
|
+
],
|
|
85048
|
+
"type": "object"
|
|
84825
85049
|
}
|
|
84826
85050
|
},
|
|
85051
|
+
"required": [
|
|
85052
|
+
"budget"
|
|
85053
|
+
],
|
|
84827
85054
|
"type": "object",
|
|
84828
85055
|
"description": "The payload of the event, if requested."
|
|
84829
85056
|
},
|
|
@@ -84922,93 +85149,88 @@
|
|
|
84922
85149
|
"properties": {
|
|
84923
85150
|
"budget": {
|
|
84924
85151
|
"properties": {
|
|
84925
|
-
"
|
|
84926
|
-
"
|
|
84927
|
-
|
|
84928
|
-
|
|
84929
|
-
|
|
84930
|
-
|
|
84931
|
-
|
|
84932
|
-
|
|
84933
|
-
|
|
84934
|
-
|
|
84935
|
-
|
|
84936
|
-
|
|
84937
|
-
|
|
84938
|
-
"
|
|
84939
|
-
"items": {
|
|
84940
|
-
"type": "number"
|
|
84941
|
-
},
|
|
84942
|
-
"type": "array",
|
|
84943
|
-
"description": "Array of the last 3 months of spend data"
|
|
84944
|
-
},
|
|
84945
|
-
"notifiedAt": {
|
|
84946
|
-
"items": {
|
|
84947
|
-
"type": "number"
|
|
84948
|
-
},
|
|
84949
|
-
"type": "array",
|
|
84950
|
-
"description": "Array of 50, 75, 100 to keep track of notifications sent out"
|
|
84951
|
-
},
|
|
84952
|
-
"webhookId": {
|
|
84953
|
-
"type": "string",
|
|
84954
|
-
"description": "Webhook id that corresponds to a webhook in Cosmos webhook collection"
|
|
84955
|
-
},
|
|
84956
|
-
"webhookNotified": {
|
|
84957
|
-
"type": "boolean",
|
|
84958
|
-
"description": "Keep track if the webhook has been called for the month"
|
|
84959
|
-
},
|
|
84960
|
-
"createdAt": {
|
|
84961
|
-
"type": "number",
|
|
84962
|
-
"description": "Date time when budget is created"
|
|
84963
|
-
},
|
|
84964
|
-
"updatedAt": {
|
|
84965
|
-
"type": "number",
|
|
84966
|
-
"description": "Date time when budget is updated last"
|
|
84967
|
-
},
|
|
84968
|
-
"isActive": {
|
|
84969
|
-
"type": "boolean",
|
|
84970
|
-
"description": "Is the budget currently active for a customer"
|
|
84971
|
-
},
|
|
84972
|
-
"pauseProjects": {
|
|
84973
|
-
"type": "boolean",
|
|
84974
|
-
"description": "Should all projects be paused if budget is exceeded"
|
|
84975
|
-
},
|
|
84976
|
-
"pricingPlan": {
|
|
84977
|
-
"type": "string",
|
|
84978
|
-
"enum": [
|
|
84979
|
-
"plus",
|
|
84980
|
-
"legacy",
|
|
84981
|
-
"unbundled"
|
|
84982
|
-
],
|
|
84983
|
-
"description": "The acive pricing plan the team is billed with"
|
|
84984
|
-
},
|
|
84985
|
-
"teamId": {
|
|
84986
|
-
"type": "string",
|
|
84987
|
-
"description": "Partition key"
|
|
84988
|
-
},
|
|
84989
|
-
"id": {
|
|
84990
|
-
"type": "string",
|
|
84991
|
-
"description": "Sort key that needs to be unique per teamId"
|
|
84992
|
-
}
|
|
85152
|
+
"type": {
|
|
85153
|
+
"type": "string",
|
|
85154
|
+
"enum": [
|
|
85155
|
+
"fixed"
|
|
85156
|
+
],
|
|
85157
|
+
"description": "The budget type"
|
|
85158
|
+
},
|
|
85159
|
+
"fixedBudget": {
|
|
85160
|
+
"type": "number",
|
|
85161
|
+
"description": "Budget amount (USD / dollars)"
|
|
85162
|
+
},
|
|
85163
|
+
"previousSpend": {
|
|
85164
|
+
"items": {
|
|
85165
|
+
"type": "number"
|
|
84993
85166
|
},
|
|
84994
|
-
"
|
|
84995
|
-
|
|
84996
|
-
|
|
84997
|
-
|
|
84998
|
-
|
|
84999
|
-
"
|
|
85000
|
-
|
|
85001
|
-
|
|
85002
|
-
|
|
85167
|
+
"type": "array",
|
|
85168
|
+
"description": "Array of the last 3 months of spend data"
|
|
85169
|
+
},
|
|
85170
|
+
"notifiedAt": {
|
|
85171
|
+
"items": {
|
|
85172
|
+
"type": "number"
|
|
85173
|
+
},
|
|
85174
|
+
"type": "array",
|
|
85175
|
+
"description": "Array of 50, 75, 100 to keep track of notifications sent out"
|
|
85176
|
+
},
|
|
85177
|
+
"webhookId": {
|
|
85178
|
+
"type": "string",
|
|
85179
|
+
"description": "Webhook id that corresponds to a webhook in Cosmos webhook collection"
|
|
85180
|
+
},
|
|
85181
|
+
"webhookNotified": {
|
|
85182
|
+
"type": "boolean",
|
|
85183
|
+
"description": "Keep track if the webhook has been called for the month"
|
|
85184
|
+
},
|
|
85185
|
+
"createdAt": {
|
|
85186
|
+
"type": "number",
|
|
85187
|
+
"description": "Date time when budget is created"
|
|
85188
|
+
},
|
|
85189
|
+
"updatedAt": {
|
|
85190
|
+
"type": "number",
|
|
85191
|
+
"description": "Date time when budget is updated last"
|
|
85192
|
+
},
|
|
85193
|
+
"isActive": {
|
|
85194
|
+
"type": "boolean",
|
|
85195
|
+
"description": "Is the budget currently active for a customer"
|
|
85196
|
+
},
|
|
85197
|
+
"pauseProjects": {
|
|
85198
|
+
"type": "boolean",
|
|
85199
|
+
"description": "Should all projects be paused if budget is exceeded"
|
|
85200
|
+
},
|
|
85201
|
+
"pricingPlan": {
|
|
85202
|
+
"type": "string",
|
|
85203
|
+
"enum": [
|
|
85204
|
+
"plus",
|
|
85205
|
+
"legacy",
|
|
85206
|
+
"unbundled"
|
|
85003
85207
|
],
|
|
85004
|
-
"
|
|
85005
|
-
|
|
85208
|
+
"description": "The acive pricing plan the team is billed with"
|
|
85209
|
+
},
|
|
85210
|
+
"teamId": {
|
|
85211
|
+
"type": "string",
|
|
85212
|
+
"description": "Partition key"
|
|
85213
|
+
},
|
|
85214
|
+
"id": {
|
|
85215
|
+
"type": "string",
|
|
85216
|
+
"description": "Sort key that needs to be unique per teamId"
|
|
85006
85217
|
}
|
|
85007
85218
|
},
|
|
85008
85219
|
"required": [
|
|
85009
|
-
"
|
|
85220
|
+
"type",
|
|
85221
|
+
"fixedBudget",
|
|
85222
|
+
"previousSpend",
|
|
85223
|
+
"notifiedAt",
|
|
85224
|
+
"createdAt",
|
|
85225
|
+
"isActive",
|
|
85226
|
+
"teamId",
|
|
85227
|
+
"id"
|
|
85010
85228
|
],
|
|
85011
|
-
"type": "object"
|
|
85229
|
+
"type": "object",
|
|
85230
|
+
"description": "Represents a budget for tracking and notifying teams on their spending."
|
|
85231
|
+
},
|
|
85232
|
+
"webhookUrl": {
|
|
85233
|
+
"type": "string"
|
|
85012
85234
|
}
|
|
85013
85235
|
},
|
|
85014
85236
|
"required": [
|
|
@@ -85017,6 +85239,15 @@
|
|
|
85017
85239
|
"type": "object",
|
|
85018
85240
|
"description": "The payload of the event, if requested."
|
|
85019
85241
|
},
|
|
85242
|
+
{
|
|
85243
|
+
"properties": {
|
|
85244
|
+
"webhookUrl": {
|
|
85245
|
+
"type": "string"
|
|
85246
|
+
}
|
|
85247
|
+
},
|
|
85248
|
+
"type": "object",
|
|
85249
|
+
"description": "The payload of the event, if requested."
|
|
85250
|
+
},
|
|
85020
85251
|
{
|
|
85021
85252
|
"properties": {
|
|
85022
85253
|
"id": {
|