@vercel/sdk 1.8.6 → 1.10.0
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 +10 -12
- package/bin/mcp-server.js +3013 -2754
- package/bin/mcp-server.js.map +45 -49
- package/docs/sdks/deployments/README.md +2 -0
- package/docs/sdks/logdrains/README.md +0 -80
- package/docs/sdks/marketplace/README.md +24 -24
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +3 -13
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/marketplace.test.js +16 -19
- package/esm/__tests__/marketplace.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +13 -15
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +5 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/funcs/deploymentsCreateDeployment.js +2 -2
- package/esm/funcs/deploymentsCreateDeployment.js.map +1 -1
- package/esm/funcs/{logDrainsDeleteConfigurableLogDrain.d.ts → marketplaceDeleteIntegrationResource.d.ts} +5 -5
- package/esm/funcs/marketplaceDeleteIntegrationResource.d.ts.map +1 -0
- package/esm/funcs/{marketplaceDeleteResource.js → marketplaceDeleteIntegrationResource.js} +6 -6
- package/esm/funcs/marketplaceDeleteIntegrationResource.js.map +1 -0
- package/esm/funcs/{marketplaceGetResource.d.ts → marketplaceGetIntegrationResource.d.ts} +4 -4
- package/esm/funcs/marketplaceGetIntegrationResource.d.ts.map +1 -0
- package/esm/funcs/{marketplaceGetResource.js → marketplaceGetIntegrationResource.js} +7 -7
- package/esm/funcs/marketplaceGetIntegrationResource.js.map +1 -0
- package/esm/funcs/{marketplaceDeleteResource.d.ts → marketplaceGetIntegrationResources.d.ts} +5 -5
- package/esm/funcs/marketplaceGetIntegrationResources.d.ts.map +1 -0
- package/esm/funcs/{marketplaceGetResources.js → marketplaceGetIntegrationResources.js} +8 -8
- package/esm/funcs/marketplaceGetIntegrationResources.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- package/esm/mcp-server/cli/start/command.d.ts.map +1 -1
- package/esm/mcp-server/cli/start/command.js +0 -12
- package/esm/mcp-server/cli/start/command.js.map +1 -1
- package/esm/mcp-server/cli/start/impl.d.ts +0 -2
- package/esm/mcp-server/cli/start/impl.d.ts.map +1 -1
- package/esm/mcp-server/cli/start/impl.js +0 -2
- package/esm/mcp-server/cli/start/impl.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/mcp-server.js.map +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +10 -12
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.js +27 -0
- package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.js.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResource.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResource.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResource.js +28 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResource.js.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResources.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResources.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResources.js +28 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResources.js.map +1 -0
- package/esm/models/approverollingreleasestageop.d.ts +36 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +25 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- package/esm/models/authuser.d.ts +5 -27
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +2 -9
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +335 -6
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +274 -2
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/completerollingreleaseop.d.ts +36 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +24 -0
- package/esm/models/completerollingreleaseop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +434 -97
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +362 -83
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +104 -25
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +82 -29
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +6 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +2 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/deleteintegrationresourceop.d.ts +31 -0
- package/esm/models/deleteintegrationresourceop.d.ts.map +1 -0
- package/esm/models/deleteintegrationresourceop.js +33 -0
- package/esm/models/deleteintegrationresourceop.js.map +1 -0
- package/esm/models/getconfigurationop.d.ts +3 -3
- package/esm/models/getconfigurationop.js +1 -1
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +338 -9
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +276 -3
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +8 -2
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +3 -2
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/{getresourceop.d.ts → getintegrationresourceop.d.ts} +58 -58
- package/esm/models/getintegrationresourceop.d.ts.map +1 -0
- package/esm/models/{getresourceop.js → getintegrationresourceop.js} +69 -67
- package/esm/models/getintegrationresourceop.js.map +1 -0
- package/esm/models/getintegrationresourcesop.d.ts +310 -0
- package/esm/models/getintegrationresourcesop.d.ts.map +1 -0
- package/esm/models/getintegrationresourcesop.js +275 -0
- package/esm/models/getintegrationresourcesop.js.map +1 -0
- package/esm/models/getprojectsop.d.ts +14 -2
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +6 -2
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleasebillingstatusop.d.ts +21 -13
- package/esm/models/getrollingreleasebillingstatusop.d.ts.map +1 -1
- package/esm/models/getrollingreleasebillingstatusop.js +17 -9
- package/esm/models/getrollingreleasebillingstatusop.js.map +1 -1
- package/esm/models/getrollingreleaseop.d.ts +36 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +24 -0
- package/esm/models/getrollingreleaseop.js.map +1 -1
- package/esm/models/getteamaccessrequestop.d.ts +3 -3
- package/esm/models/getteamaccessrequestop.js +1 -1
- package/esm/models/getwebhookop.d.ts +3 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +1 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +9 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +3 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/requestaccesstoteamop.d.ts +3 -3
- package/esm/models/requestaccesstoteamop.js +1 -1
- package/esm/models/sdkerror.d.ts.map +1 -1
- package/esm/models/sdkerror.js +8 -2
- package/esm/models/sdkerror.js.map +1 -1
- package/esm/models/team.d.ts +8 -3
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +3 -1
- package/esm/models/team.js.map +1 -1
- package/esm/models/teamlimited.d.ts +3 -3
- package/esm/models/teamlimited.js +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +14 -2
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +6 -2
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +26 -2
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +10 -2
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +1622 -1824
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +2049 -2225
- package/esm/models/userevent.js.map +1 -1
- package/esm/models/vercelbadrequesterror.d.ts.map +1 -1
- package/esm/models/vercelbadrequesterror.js +2 -3
- package/esm/models/vercelbadrequesterror.js.map +1 -1
- package/esm/models/vercelforbiddenerror.d.ts.map +1 -1
- package/esm/models/vercelforbiddenerror.js +2 -3
- package/esm/models/vercelforbiddenerror.js.map +1 -1
- package/esm/models/vercelnotfounderror.d.ts.map +1 -1
- package/esm/models/vercelnotfounderror.js +2 -3
- package/esm/models/vercelnotfounderror.js.map +1 -1
- package/esm/models/vercelratelimiterror.d.ts.map +1 -1
- package/esm/models/vercelratelimiterror.js +2 -3
- package/esm/models/vercelratelimiterror.js.map +1 -1
- package/esm/sdk/logdrains.d.ts +0 -8
- package/esm/sdk/logdrains.d.ts.map +1 -1
- package/esm/sdk/logdrains.js +0 -10
- package/esm/sdk/logdrains.js.map +1 -1
- package/esm/sdk/marketplace.d.ts +10 -10
- package/esm/sdk/marketplace.d.ts.map +1 -1
- package/esm/sdk/marketplace.js +13 -13
- package/esm/sdk/marketplace.js.map +1 -1
- package/esm/sdk/sdk.d.ts +2 -2
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +3 -3
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/README.md +26 -0
- package/examples/package-lock.json +628 -0
- package/examples/package.json +18 -0
- package/examples/projectsUpdateProject.example.ts +31 -0
- package/jsr.json +1 -1
- package/package.json +4 -4
- package/src/__tests__/deployments.test.ts +2 -1
- package/src/__tests__/domains.test.ts +2 -1
- package/src/__tests__/logdrains.test.ts +5 -15
- package/src/__tests__/marketplace.test.ts +25 -22
- package/src/__tests__/projects.test.ts +13 -15
- package/src/__tests__/rollingrelease.test.ts +5 -2
- package/src/funcs/deploymentsCreateDeployment.ts +2 -2
- package/src/funcs/{marketplaceDeleteResource.ts → marketplaceDeleteIntegrationResource.ts} +9 -9
- package/src/funcs/{marketplaceGetResource.ts → marketplaceGetIntegrationResource.ts} +15 -15
- package/src/funcs/{marketplaceGetResources.ts → marketplaceGetIntegrationResources.ts} +16 -16
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/cli/start/command.ts +0 -13
- package/src/mcp-server/cli/start/impl.ts +0 -4
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +10 -12
- package/src/mcp-server/tools/{marketplaceDeleteResource.ts → marketplaceDeleteIntegrationResource.ts} +9 -7
- package/src/mcp-server/tools/{marketplaceGetResource.ts → marketplaceGetIntegrationResource.ts} +9 -7
- package/src/mcp-server/tools/marketplaceGetIntegrationResources.ts +39 -0
- package/src/models/approverollingreleasestageop.ts +44 -0
- package/src/models/authuser.ts +7 -10
- package/src/models/canceldeploymentop.ts +607 -2
- package/src/models/completerollingreleaseop.ts +45 -0
- package/src/models/createdeploymentop.ts +855 -289
- package/src/models/createprojectop.ts +163 -46
- package/src/models/createwebhookop.ts +2 -0
- package/src/models/deleteintegrationresourceop.ts +72 -0
- package/src/models/getconfigurationop.ts +1 -1
- package/src/models/getdeploymentop.ts +620 -3
- package/src/models/getdeploymentsop.ts +8 -4
- package/src/models/{getresourceop.ts → getintegrationresourceop.ts} +115 -99
- package/src/models/getintegrationresourcesop.ts +642 -0
- package/src/models/getprojectsop.ts +8 -4
- package/src/models/getrollingreleasebillingstatusop.ts +31 -15
- package/src/models/getrollingreleaseop.ts +40 -0
- package/src/models/getteamaccessrequestop.ts +1 -1
- package/src/models/getwebhookop.ts +1 -0
- package/src/models/getwebhooksop.ts +3 -0
- package/src/models/requestaccesstoteamop.ts +1 -1
- package/src/models/sdkerror.ts +8 -2
- package/src/models/team.ts +8 -1
- package/src/models/teamlimited.ts +1 -1
- package/src/models/updateprojectdatacacheop.ts +8 -4
- package/src/models/updateprojectop.ts +12 -4
- package/src/models/userevent.ts +4781 -5205
- package/src/models/vercelbadrequesterror.ts +2 -3
- package/src/models/vercelforbiddenerror.ts +2 -3
- package/src/models/vercelnotfounderror.ts +2 -3
- package/src/models/vercelratelimiterror.ts +2 -3
- package/src/sdk/logdrains.ts +0 -19
- package/src/sdk/marketplace.ts +27 -27
- package/src/sdk/sdk.ts +5 -5
- package/vercel-spec.json +890 -493
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +0 -95
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
- package/esm/funcs/marketplaceDeleteResource.d.ts.map +0 -1
- package/esm/funcs/marketplaceDeleteResource.js.map +0 -1
- package/esm/funcs/marketplaceGetResource.d.ts.map +0 -1
- package/esm/funcs/marketplaceGetResource.js.map +0 -1
- package/esm/funcs/marketplaceGetResources.d.ts +0 -20
- package/esm/funcs/marketplaceGetResources.d.ts.map +0 -1
- package/esm/funcs/marketplaceGetResources.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js +0 -27
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
- package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts +0 -7
- package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts.map +0 -1
- package/esm/mcp-server/tools/marketplaceDeleteResource.js +0 -27
- package/esm/mcp-server/tools/marketplaceDeleteResource.js.map +0 -1
- package/esm/mcp-server/tools/marketplaceGetResource.d.ts +0 -7
- package/esm/mcp-server/tools/marketplaceGetResource.d.ts.map +0 -1
- package/esm/mcp-server/tools/marketplaceGetResource.js +0 -28
- package/esm/mcp-server/tools/marketplaceGetResource.js.map +0 -1
- package/esm/mcp-server/tools/marketplaceGetResources.d.ts +0 -7
- package/esm/mcp-server/tools/marketplaceGetResources.d.ts.map +0 -1
- package/esm/mcp-server/tools/marketplaceGetResources.js +0 -28
- package/esm/mcp-server/tools/marketplaceGetResources.js.map +0 -1
- package/esm/models/deleteconfigurablelogdrainop.d.ts +0 -39
- package/esm/models/deleteconfigurablelogdrainop.d.ts.map +0 -1
- package/esm/models/deleteconfigurablelogdrainop.js +0 -35
- package/esm/models/deleteconfigurablelogdrainop.js.map +0 -1
- package/esm/models/deleteresourceop.d.ts +0 -31
- package/esm/models/deleteresourceop.d.ts.map +0 -1
- package/esm/models/deleteresourceop.js +0 -33
- package/esm/models/deleteresourceop.js.map +0 -1
- package/esm/models/getresourceop.d.ts.map +0 -1
- package/esm/models/getresourceop.js.map +0 -1
- package/esm/models/getresourcesop.d.ts +0 -310
- package/esm/models/getresourcesop.d.ts.map +0 -1
- package/esm/models/getresourcesop.js +0 -278
- package/esm/models/getresourcesop.js.map +0 -1
- package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +0 -204
- package/src/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.ts +0 -37
- package/src/mcp-server/tools/marketplaceGetResources.ts +0 -37
- package/src/models/deleteconfigurablelogdrainop.ts +0 -83
- package/src/models/deleteresourceop.ts +0 -70
- package/src/models/getresourcesop.ts +0 -604
package/vercel-spec.json
CHANGED
|
@@ -4977,7 +4977,8 @@
|
|
|
4977
4977
|
"fasthtml",
|
|
4978
4978
|
"sanity-v3",
|
|
4979
4979
|
"sanity",
|
|
4980
|
-
"storybook"
|
|
4980
|
+
"storybook",
|
|
4981
|
+
"nitro"
|
|
4981
4982
|
]
|
|
4982
4983
|
},
|
|
4983
4984
|
"gitForkProtection": {
|
|
@@ -5893,10 +5894,6 @@
|
|
|
5893
5894
|
"nullable": true,
|
|
5894
5895
|
"type": "string"
|
|
5895
5896
|
},
|
|
5896
|
-
"serverlessFunctionRegion": {
|
|
5897
|
-
"nullable": true,
|
|
5898
|
-
"type": "string"
|
|
5899
|
-
},
|
|
5900
5897
|
"serverlessFunctionZeroConfigFailover": {
|
|
5901
5898
|
"type": "boolean"
|
|
5902
5899
|
},
|
|
@@ -5923,7 +5920,8 @@
|
|
|
5923
5920
|
"enum": [
|
|
5924
5921
|
"preview",
|
|
5925
5922
|
"all",
|
|
5926
|
-
"prod_deployment_urls_and_all_previews"
|
|
5923
|
+
"prod_deployment_urls_and_all_previews",
|
|
5924
|
+
"all_except_custom_domains"
|
|
5927
5925
|
]
|
|
5928
5926
|
}
|
|
5929
5927
|
},
|
|
@@ -6732,6 +6730,12 @@
|
|
|
6732
6730
|
},
|
|
6733
6731
|
"type": "array"
|
|
6734
6732
|
},
|
|
6733
|
+
"notificationPreferences": {
|
|
6734
|
+
"items": {
|
|
6735
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
6736
|
+
},
|
|
6737
|
+
"type": "array"
|
|
6738
|
+
},
|
|
6735
6739
|
"notificationCustomerBudget": {
|
|
6736
6740
|
"items": {
|
|
6737
6741
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -7599,7 +7603,8 @@
|
|
|
7599
7603
|
"production",
|
|
7600
7604
|
"preview",
|
|
7601
7605
|
"all",
|
|
7602
|
-
"prod_deployment_urls_and_all_previews"
|
|
7606
|
+
"prod_deployment_urls_and_all_previews",
|
|
7607
|
+
"all_except_custom_domains"
|
|
7603
7608
|
]
|
|
7604
7609
|
},
|
|
7605
7610
|
"addresses": {
|
|
@@ -7642,7 +7647,8 @@
|
|
|
7642
7647
|
"production",
|
|
7643
7648
|
"preview",
|
|
7644
7649
|
"all",
|
|
7645
|
-
"prod_deployment_urls_and_all_previews"
|
|
7650
|
+
"prod_deployment_urls_and_all_previews",
|
|
7651
|
+
"all_except_custom_domains"
|
|
7646
7652
|
]
|
|
7647
7653
|
}
|
|
7648
7654
|
},
|
|
@@ -9290,7 +9296,8 @@
|
|
|
9290
9296
|
"fasthtml",
|
|
9291
9297
|
"sanity-v3",
|
|
9292
9298
|
"sanity",
|
|
9293
|
-
"storybook"
|
|
9299
|
+
"storybook",
|
|
9300
|
+
"nitro"
|
|
9294
9301
|
]
|
|
9295
9302
|
},
|
|
9296
9303
|
"commandForIgnoringBuildStep": {
|
|
@@ -9365,10 +9372,10 @@
|
|
|
9365
9372
|
"status": {
|
|
9366
9373
|
"type": "string",
|
|
9367
9374
|
"enum": [
|
|
9368
|
-
"error",
|
|
9369
9375
|
"skipped",
|
|
9370
9376
|
"pending",
|
|
9371
9377
|
"ready",
|
|
9378
|
+
"error",
|
|
9372
9379
|
"timeout"
|
|
9373
9380
|
]
|
|
9374
9381
|
},
|
|
@@ -9669,9 +9676,9 @@
|
|
|
9669
9676
|
"type": {
|
|
9670
9677
|
"type": "string",
|
|
9671
9678
|
"enum": [
|
|
9679
|
+
"endsWith",
|
|
9672
9680
|
"startsWith",
|
|
9673
|
-
"equals"
|
|
9674
|
-
"endsWith"
|
|
9681
|
+
"equals"
|
|
9675
9682
|
],
|
|
9676
9683
|
"description": "The type of matching to perform"
|
|
9677
9684
|
},
|
|
@@ -10539,6 +10546,47 @@
|
|
|
10539
10546
|
},
|
|
10540
10547
|
"excludeFiles": {
|
|
10541
10548
|
"type": "string"
|
|
10549
|
+
},
|
|
10550
|
+
"experimentalTriggers": {
|
|
10551
|
+
"items": {
|
|
10552
|
+
"properties": {
|
|
10553
|
+
"type": {
|
|
10554
|
+
"type": "string",
|
|
10555
|
+
"enum": [
|
|
10556
|
+
"queue/v1beta"
|
|
10557
|
+
],
|
|
10558
|
+
"description": "Event type - must be \"queue/v1beta\" (REQUIRED)"
|
|
10559
|
+
},
|
|
10560
|
+
"topic": {
|
|
10561
|
+
"type": "string",
|
|
10562
|
+
"description": "Name of the queue topic to consume from (REQUIRED)"
|
|
10563
|
+
},
|
|
10564
|
+
"consumer": {
|
|
10565
|
+
"type": "string",
|
|
10566
|
+
"description": "Name of the consumer group for this trigger (REQUIRED)"
|
|
10567
|
+
},
|
|
10568
|
+
"maxDeliveries": {
|
|
10569
|
+
"type": "number",
|
|
10570
|
+
"description": "Maximum number of delivery attempts for message processing (OPTIONAL) This represents the total number of times a message can be delivered, not the number of retries. Must be at least 1 if specified. Behavior when not specified depends on the server's default configuration."
|
|
10571
|
+
},
|
|
10572
|
+
"retryAfterSeconds": {
|
|
10573
|
+
"type": "number",
|
|
10574
|
+
"description": "Delay in seconds before retrying failed executions (OPTIONAL) Behavior when not specified depends on the server's default configuration."
|
|
10575
|
+
},
|
|
10576
|
+
"initialDelaySeconds": {
|
|
10577
|
+
"type": "number",
|
|
10578
|
+
"description": "Initial delay in seconds before first execution attempt (OPTIONAL) Must be 0 or greater. Use 0 for no initial delay. Behavior when not specified depends on the server's default configuration."
|
|
10579
|
+
}
|
|
10580
|
+
},
|
|
10581
|
+
"required": [
|
|
10582
|
+
"type",
|
|
10583
|
+
"topic",
|
|
10584
|
+
"consumer"
|
|
10585
|
+
],
|
|
10586
|
+
"type": "object",
|
|
10587
|
+
"description": "Queue trigger event for Vercel's queue system. Handles \"queue/v1beta\" events with queue-specific configuration."
|
|
10588
|
+
},
|
|
10589
|
+
"type": "array"
|
|
10542
10590
|
}
|
|
10543
10591
|
},
|
|
10544
10592
|
"type": "object"
|
|
@@ -10929,6 +10977,111 @@
|
|
|
10929
10977
|
],
|
|
10930
10978
|
"type": "object"
|
|
10931
10979
|
},
|
|
10980
|
+
"transforms": {
|
|
10981
|
+
"items": {
|
|
10982
|
+
"properties": {
|
|
10983
|
+
"type": {
|
|
10984
|
+
"type": "string",
|
|
10985
|
+
"enum": [
|
|
10986
|
+
"request.headers",
|
|
10987
|
+
"request.query",
|
|
10988
|
+
"response.headers"
|
|
10989
|
+
]
|
|
10990
|
+
},
|
|
10991
|
+
"op": {
|
|
10992
|
+
"type": "string",
|
|
10993
|
+
"enum": [
|
|
10994
|
+
"append",
|
|
10995
|
+
"set",
|
|
10996
|
+
"delete"
|
|
10997
|
+
]
|
|
10998
|
+
},
|
|
10999
|
+
"target": {
|
|
11000
|
+
"properties": {
|
|
11001
|
+
"key": {
|
|
11002
|
+
"oneOf": [
|
|
11003
|
+
{
|
|
11004
|
+
"type": "string"
|
|
11005
|
+
},
|
|
11006
|
+
{
|
|
11007
|
+
"properties": {
|
|
11008
|
+
"eq": {
|
|
11009
|
+
"oneOf": [
|
|
11010
|
+
{
|
|
11011
|
+
"type": "string"
|
|
11012
|
+
},
|
|
11013
|
+
{
|
|
11014
|
+
"type": "number"
|
|
11015
|
+
}
|
|
11016
|
+
]
|
|
11017
|
+
},
|
|
11018
|
+
"neq": {
|
|
11019
|
+
"type": "string"
|
|
11020
|
+
},
|
|
11021
|
+
"inc": {
|
|
11022
|
+
"items": {
|
|
11023
|
+
"type": "string"
|
|
11024
|
+
},
|
|
11025
|
+
"type": "array"
|
|
11026
|
+
},
|
|
11027
|
+
"ninc": {
|
|
11028
|
+
"items": {
|
|
11029
|
+
"type": "string"
|
|
11030
|
+
},
|
|
11031
|
+
"type": "array"
|
|
11032
|
+
},
|
|
11033
|
+
"pre": {
|
|
11034
|
+
"type": "string"
|
|
11035
|
+
},
|
|
11036
|
+
"suf": {
|
|
11037
|
+
"type": "string"
|
|
11038
|
+
},
|
|
11039
|
+
"gt": {
|
|
11040
|
+
"type": "number"
|
|
11041
|
+
},
|
|
11042
|
+
"gte": {
|
|
11043
|
+
"type": "number"
|
|
11044
|
+
},
|
|
11045
|
+
"lt": {
|
|
11046
|
+
"type": "number"
|
|
11047
|
+
},
|
|
11048
|
+
"lte": {
|
|
11049
|
+
"type": "number"
|
|
11050
|
+
}
|
|
11051
|
+
},
|
|
11052
|
+
"type": "object"
|
|
11053
|
+
}
|
|
11054
|
+
]
|
|
11055
|
+
}
|
|
11056
|
+
},
|
|
11057
|
+
"required": [
|
|
11058
|
+
"key"
|
|
11059
|
+
],
|
|
11060
|
+
"type": "object"
|
|
11061
|
+
},
|
|
11062
|
+
"args": {
|
|
11063
|
+
"oneOf": [
|
|
11064
|
+
{
|
|
11065
|
+
"type": "string"
|
|
11066
|
+
},
|
|
11067
|
+
{
|
|
11068
|
+
"items": {
|
|
11069
|
+
"type": "string"
|
|
11070
|
+
},
|
|
11071
|
+
"type": "array"
|
|
11072
|
+
}
|
|
11073
|
+
]
|
|
11074
|
+
}
|
|
11075
|
+
},
|
|
11076
|
+
"required": [
|
|
11077
|
+
"type",
|
|
11078
|
+
"op",
|
|
11079
|
+
"target"
|
|
11080
|
+
],
|
|
11081
|
+
"type": "object"
|
|
11082
|
+
},
|
|
11083
|
+
"type": "array"
|
|
11084
|
+
},
|
|
10932
11085
|
"locale": {
|
|
10933
11086
|
"properties": {
|
|
10934
11087
|
"redirect": {
|
|
@@ -11264,6 +11417,14 @@
|
|
|
11264
11417
|
"minItems": 2,
|
|
11265
11418
|
"type": "array",
|
|
11266
11419
|
"description": "The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together."
|
|
11420
|
+
},
|
|
11421
|
+
"microfrontendsAliasEnabled": {
|
|
11422
|
+
"type": "boolean",
|
|
11423
|
+
"description": "Whether the MicrofrontendsAlias team flag should be considered enabled for this deployment or not. This is used to ensure that we don't accidentally switch an existing branch alias to a microfrontends branch alias."
|
|
11424
|
+
},
|
|
11425
|
+
"previewEnvAliasEnabled": {
|
|
11426
|
+
"type": "boolean",
|
|
11427
|
+
"description": "Whether this deployment, if a preview deployment on the production branch, should get the -env-preview alias instead of a normal branch alias. This is used to always generate a microfrontends fallback on the preview branch."
|
|
11267
11428
|
}
|
|
11268
11429
|
},
|
|
11269
11430
|
"required": [
|
|
@@ -11327,6 +11488,14 @@
|
|
|
11327
11488
|
"minItems": 2,
|
|
11328
11489
|
"type": "array",
|
|
11329
11490
|
"description": "The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together."
|
|
11491
|
+
},
|
|
11492
|
+
"microfrontendsAliasEnabled": {
|
|
11493
|
+
"type": "boolean",
|
|
11494
|
+
"description": "Whether the MicrofrontendsAlias team flag should be considered enabled for this deployment or not. This is used to ensure that we don't accidentally switch an existing branch alias to a microfrontends branch alias."
|
|
11495
|
+
},
|
|
11496
|
+
"previewEnvAliasEnabled": {
|
|
11497
|
+
"type": "boolean",
|
|
11498
|
+
"description": "Whether this deployment, if a preview deployment on the production branch, should get the -env-preview alias instead of a normal branch alias. This is used to always generate a microfrontends fallback on the preview branch."
|
|
11330
11499
|
}
|
|
11331
11500
|
},
|
|
11332
11501
|
"required": [
|
|
@@ -11629,9 +11798,9 @@
|
|
|
11629
11798
|
"type": {
|
|
11630
11799
|
"type": "string",
|
|
11631
11800
|
"enum": [
|
|
11801
|
+
"endsWith",
|
|
11632
11802
|
"startsWith",
|
|
11633
|
-
"equals"
|
|
11634
|
-
"endsWith"
|
|
11803
|
+
"equals"
|
|
11635
11804
|
],
|
|
11636
11805
|
"description": "The type of matching to perform"
|
|
11637
11806
|
},
|
|
@@ -12685,7 +12854,8 @@
|
|
|
12685
12854
|
"fasthtml",
|
|
12686
12855
|
"sanity-v3",
|
|
12687
12856
|
"sanity",
|
|
12688
|
-
"storybook"
|
|
12857
|
+
"storybook",
|
|
12858
|
+
"nitro"
|
|
12689
12859
|
]
|
|
12690
12860
|
},
|
|
12691
12861
|
"installCommand": {
|
|
@@ -12756,10 +12926,10 @@
|
|
|
12756
12926
|
"status": {
|
|
12757
12927
|
"type": "string",
|
|
12758
12928
|
"enum": [
|
|
12759
|
-
"error",
|
|
12760
12929
|
"skipped",
|
|
12761
12930
|
"pending",
|
|
12762
12931
|
"ready",
|
|
12932
|
+
"error",
|
|
12763
12933
|
"timeout"
|
|
12764
12934
|
]
|
|
12765
12935
|
},
|
|
@@ -13060,9 +13230,9 @@
|
|
|
13060
13230
|
"type": {
|
|
13061
13231
|
"type": "string",
|
|
13062
13232
|
"enum": [
|
|
13233
|
+
"endsWith",
|
|
13063
13234
|
"startsWith",
|
|
13064
|
-
"equals"
|
|
13065
|
-
"endsWith"
|
|
13235
|
+
"equals"
|
|
13066
13236
|
],
|
|
13067
13237
|
"description": "The type of matching to perform"
|
|
13068
13238
|
},
|
|
@@ -13702,6 +13872,10 @@
|
|
|
13702
13872
|
"staging"
|
|
13703
13873
|
]
|
|
13704
13874
|
},
|
|
13875
|
+
"errorMessage": {
|
|
13876
|
+
"nullable": true,
|
|
13877
|
+
"type": "string"
|
|
13878
|
+
},
|
|
13705
13879
|
"passiveRegions": {
|
|
13706
13880
|
"items": {
|
|
13707
13881
|
"type": "string"
|
|
@@ -13715,10 +13889,6 @@
|
|
|
13715
13889
|
},
|
|
13716
13890
|
"type": "array"
|
|
13717
13891
|
},
|
|
13718
|
-
"errorMessage": {
|
|
13719
|
-
"nullable": true,
|
|
13720
|
-
"type": "string"
|
|
13721
|
-
},
|
|
13722
13892
|
"aliasWarning": {
|
|
13723
13893
|
"nullable": true,
|
|
13724
13894
|
"properties": {
|
|
@@ -13956,6 +14126,47 @@
|
|
|
13956
14126
|
},
|
|
13957
14127
|
"excludeFiles": {
|
|
13958
14128
|
"type": "string"
|
|
14129
|
+
},
|
|
14130
|
+
"experimentalTriggers": {
|
|
14131
|
+
"items": {
|
|
14132
|
+
"properties": {
|
|
14133
|
+
"type": {
|
|
14134
|
+
"type": "string",
|
|
14135
|
+
"enum": [
|
|
14136
|
+
"queue/v1beta"
|
|
14137
|
+
],
|
|
14138
|
+
"description": "Event type - must be \"queue/v1beta\" (REQUIRED)"
|
|
14139
|
+
},
|
|
14140
|
+
"topic": {
|
|
14141
|
+
"type": "string",
|
|
14142
|
+
"description": "Name of the queue topic to consume from (REQUIRED)"
|
|
14143
|
+
},
|
|
14144
|
+
"consumer": {
|
|
14145
|
+
"type": "string",
|
|
14146
|
+
"description": "Name of the consumer group for this trigger (REQUIRED)"
|
|
14147
|
+
},
|
|
14148
|
+
"maxDeliveries": {
|
|
14149
|
+
"type": "number",
|
|
14150
|
+
"description": "Maximum number of delivery attempts for message processing (OPTIONAL) This represents the total number of times a message can be delivered, not the number of retries. Must be at least 1 if specified. Behavior when not specified depends on the server's default configuration."
|
|
14151
|
+
},
|
|
14152
|
+
"retryAfterSeconds": {
|
|
14153
|
+
"type": "number",
|
|
14154
|
+
"description": "Delay in seconds before retrying failed executions (OPTIONAL) Behavior when not specified depends on the server's default configuration."
|
|
14155
|
+
},
|
|
14156
|
+
"initialDelaySeconds": {
|
|
14157
|
+
"type": "number",
|
|
14158
|
+
"description": "Initial delay in seconds before first execution attempt (OPTIONAL) Must be 0 or greater. Use 0 for no initial delay. Behavior when not specified depends on the server's default configuration."
|
|
14159
|
+
}
|
|
14160
|
+
},
|
|
14161
|
+
"required": [
|
|
14162
|
+
"type",
|
|
14163
|
+
"topic",
|
|
14164
|
+
"consumer"
|
|
14165
|
+
],
|
|
14166
|
+
"type": "object",
|
|
14167
|
+
"description": "Queue trigger event for Vercel's queue system. Handles \"queue/v1beta\" events with queue-specific configuration."
|
|
14168
|
+
},
|
|
14169
|
+
"type": "array"
|
|
13959
14170
|
}
|
|
13960
14171
|
},
|
|
13961
14172
|
"type": "object"
|
|
@@ -14335,6 +14546,111 @@
|
|
|
14335
14546
|
],
|
|
14336
14547
|
"type": "object"
|
|
14337
14548
|
},
|
|
14549
|
+
"transforms": {
|
|
14550
|
+
"items": {
|
|
14551
|
+
"properties": {
|
|
14552
|
+
"type": {
|
|
14553
|
+
"type": "string",
|
|
14554
|
+
"enum": [
|
|
14555
|
+
"request.headers",
|
|
14556
|
+
"request.query",
|
|
14557
|
+
"response.headers"
|
|
14558
|
+
]
|
|
14559
|
+
},
|
|
14560
|
+
"op": {
|
|
14561
|
+
"type": "string",
|
|
14562
|
+
"enum": [
|
|
14563
|
+
"append",
|
|
14564
|
+
"set",
|
|
14565
|
+
"delete"
|
|
14566
|
+
]
|
|
14567
|
+
},
|
|
14568
|
+
"target": {
|
|
14569
|
+
"properties": {
|
|
14570
|
+
"key": {
|
|
14571
|
+
"oneOf": [
|
|
14572
|
+
{
|
|
14573
|
+
"type": "string"
|
|
14574
|
+
},
|
|
14575
|
+
{
|
|
14576
|
+
"properties": {
|
|
14577
|
+
"eq": {
|
|
14578
|
+
"oneOf": [
|
|
14579
|
+
{
|
|
14580
|
+
"type": "string"
|
|
14581
|
+
},
|
|
14582
|
+
{
|
|
14583
|
+
"type": "number"
|
|
14584
|
+
}
|
|
14585
|
+
]
|
|
14586
|
+
},
|
|
14587
|
+
"neq": {
|
|
14588
|
+
"type": "string"
|
|
14589
|
+
},
|
|
14590
|
+
"inc": {
|
|
14591
|
+
"items": {
|
|
14592
|
+
"type": "string"
|
|
14593
|
+
},
|
|
14594
|
+
"type": "array"
|
|
14595
|
+
},
|
|
14596
|
+
"ninc": {
|
|
14597
|
+
"items": {
|
|
14598
|
+
"type": "string"
|
|
14599
|
+
},
|
|
14600
|
+
"type": "array"
|
|
14601
|
+
},
|
|
14602
|
+
"pre": {
|
|
14603
|
+
"type": "string"
|
|
14604
|
+
},
|
|
14605
|
+
"suf": {
|
|
14606
|
+
"type": "string"
|
|
14607
|
+
},
|
|
14608
|
+
"gt": {
|
|
14609
|
+
"type": "number"
|
|
14610
|
+
},
|
|
14611
|
+
"gte": {
|
|
14612
|
+
"type": "number"
|
|
14613
|
+
},
|
|
14614
|
+
"lt": {
|
|
14615
|
+
"type": "number"
|
|
14616
|
+
},
|
|
14617
|
+
"lte": {
|
|
14618
|
+
"type": "number"
|
|
14619
|
+
}
|
|
14620
|
+
},
|
|
14621
|
+
"type": "object"
|
|
14622
|
+
}
|
|
14623
|
+
]
|
|
14624
|
+
}
|
|
14625
|
+
},
|
|
14626
|
+
"required": [
|
|
14627
|
+
"key"
|
|
14628
|
+
],
|
|
14629
|
+
"type": "object"
|
|
14630
|
+
},
|
|
14631
|
+
"args": {
|
|
14632
|
+
"oneOf": [
|
|
14633
|
+
{
|
|
14634
|
+
"type": "string"
|
|
14635
|
+
},
|
|
14636
|
+
{
|
|
14637
|
+
"items": {
|
|
14638
|
+
"type": "string"
|
|
14639
|
+
},
|
|
14640
|
+
"type": "array"
|
|
14641
|
+
}
|
|
14642
|
+
]
|
|
14643
|
+
}
|
|
14644
|
+
},
|
|
14645
|
+
"required": [
|
|
14646
|
+
"type",
|
|
14647
|
+
"op",
|
|
14648
|
+
"target"
|
|
14649
|
+
],
|
|
14650
|
+
"type": "object"
|
|
14651
|
+
},
|
|
14652
|
+
"type": "array"
|
|
14653
|
+
},
|
|
14338
14654
|
"locale": {
|
|
14339
14655
|
"properties": {
|
|
14340
14656
|
"redirect": {
|
|
@@ -14442,6 +14758,38 @@
|
|
|
14442
14758
|
},
|
|
14443
14759
|
"type": "array"
|
|
14444
14760
|
},
|
|
14761
|
+
"checks": {
|
|
14762
|
+
"properties": {
|
|
14763
|
+
"deployment-alias": {
|
|
14764
|
+
"properties": {
|
|
14765
|
+
"state": {
|
|
14766
|
+
"type": "string",
|
|
14767
|
+
"enum": [
|
|
14768
|
+
"succeeded",
|
|
14769
|
+
"failed",
|
|
14770
|
+
"pending"
|
|
14771
|
+
]
|
|
14772
|
+
},
|
|
14773
|
+
"startedAt": {
|
|
14774
|
+
"type": "number"
|
|
14775
|
+
},
|
|
14776
|
+
"completedAt": {
|
|
14777
|
+
"type": "number"
|
|
14778
|
+
}
|
|
14779
|
+
},
|
|
14780
|
+
"required": [
|
|
14781
|
+
"state",
|
|
14782
|
+
"startedAt"
|
|
14783
|
+
],
|
|
14784
|
+
"type": "object",
|
|
14785
|
+
"description": "Condensed check data. Retrieve individual check and check run data using api-checks v2 routes."
|
|
14786
|
+
}
|
|
14787
|
+
},
|
|
14788
|
+
"required": [
|
|
14789
|
+
"deployment-alias"
|
|
14790
|
+
],
|
|
14791
|
+
"type": "object"
|
|
14792
|
+
},
|
|
14445
14793
|
"microfrontends": {
|
|
14446
14794
|
"oneOf": [
|
|
14447
14795
|
{
|
|
@@ -14473,6 +14821,14 @@
|
|
|
14473
14821
|
"minItems": 2,
|
|
14474
14822
|
"type": "array",
|
|
14475
14823
|
"description": "The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together."
|
|
14824
|
+
},
|
|
14825
|
+
"microfrontendsAliasEnabled": {
|
|
14826
|
+
"type": "boolean",
|
|
14827
|
+
"description": "Whether the MicrofrontendsAlias team flag should be considered enabled for this deployment or not. This is used to ensure that we don't accidentally switch an existing branch alias to a microfrontends branch alias."
|
|
14828
|
+
},
|
|
14829
|
+
"previewEnvAliasEnabled": {
|
|
14830
|
+
"type": "boolean",
|
|
14831
|
+
"description": "Whether this deployment, if a preview deployment on the production branch, should get the -env-preview alias instead of a normal branch alias. This is used to always generate a microfrontends fallback on the preview branch."
|
|
14476
14832
|
}
|
|
14477
14833
|
},
|
|
14478
14834
|
"required": [
|
|
@@ -14536,6 +14892,14 @@
|
|
|
14536
14892
|
"minItems": 2,
|
|
14537
14893
|
"type": "array",
|
|
14538
14894
|
"description": "The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together."
|
|
14895
|
+
},
|
|
14896
|
+
"microfrontendsAliasEnabled": {
|
|
14897
|
+
"type": "boolean",
|
|
14898
|
+
"description": "Whether the MicrofrontendsAlias team flag should be considered enabled for this deployment or not. This is used to ensure that we don't accidentally switch an existing branch alias to a microfrontends branch alias."
|
|
14899
|
+
},
|
|
14900
|
+
"previewEnvAliasEnabled": {
|
|
14901
|
+
"type": "boolean",
|
|
14902
|
+
"description": "Whether this deployment, if a preview deployment on the production branch, should get the -env-preview alias instead of a normal branch alias. This is used to always generate a microfrontends fallback on the preview branch."
|
|
14539
14903
|
}
|
|
14540
14904
|
},
|
|
14541
14905
|
"required": [
|
|
@@ -14547,38 +14911,6 @@
|
|
|
14547
14911
|
}
|
|
14548
14912
|
]
|
|
14549
14913
|
},
|
|
14550
|
-
"checks": {
|
|
14551
|
-
"properties": {
|
|
14552
|
-
"deployment-alias": {
|
|
14553
|
-
"properties": {
|
|
14554
|
-
"state": {
|
|
14555
|
-
"type": "string",
|
|
14556
|
-
"enum": [
|
|
14557
|
-
"succeeded",
|
|
14558
|
-
"failed",
|
|
14559
|
-
"pending"
|
|
14560
|
-
]
|
|
14561
|
-
},
|
|
14562
|
-
"startedAt": {
|
|
14563
|
-
"type": "number"
|
|
14564
|
-
},
|
|
14565
|
-
"completedAt": {
|
|
14566
|
-
"type": "number"
|
|
14567
|
-
}
|
|
14568
|
-
},
|
|
14569
|
-
"required": [
|
|
14570
|
-
"state",
|
|
14571
|
-
"startedAt"
|
|
14572
|
-
],
|
|
14573
|
-
"type": "object",
|
|
14574
|
-
"description": "Condensed check data. Retrieve individual check and check run data using api-checks v2 routes."
|
|
14575
|
-
}
|
|
14576
|
-
},
|
|
14577
|
-
"required": [
|
|
14578
|
-
"deployment-alias"
|
|
14579
|
-
],
|
|
14580
|
-
"type": "object"
|
|
14581
|
-
},
|
|
14582
14914
|
"connectBuildsEnabled": {
|
|
14583
14915
|
"type": "boolean"
|
|
14584
14916
|
},
|
|
@@ -14881,6 +15213,9 @@
|
|
|
14881
15213
|
},
|
|
14882
15214
|
"409": {
|
|
14883
15215
|
"description": "The deployment project is being transferred"
|
|
15216
|
+
},
|
|
15217
|
+
"500": {
|
|
15218
|
+
"description": ""
|
|
14884
15219
|
}
|
|
14885
15220
|
},
|
|
14886
15221
|
"parameters": [
|
|
@@ -15017,6 +15352,11 @@
|
|
|
15017
15352
|
"description": "The name of the author of the commit",
|
|
15018
15353
|
"example": "kyliau"
|
|
15019
15354
|
},
|
|
15355
|
+
"commitAuthorEmail": {
|
|
15356
|
+
"type": "string",
|
|
15357
|
+
"description": "The email of the author of the commit",
|
|
15358
|
+
"example": "kyliau@example.com"
|
|
15359
|
+
},
|
|
15020
15360
|
"commitMessage": {
|
|
15021
15361
|
"type": "string",
|
|
15022
15362
|
"description": "The commit message",
|
|
@@ -15311,7 +15651,8 @@
|
|
|
15311
15651
|
"fasthtml",
|
|
15312
15652
|
"sanity-v3",
|
|
15313
15653
|
"sanity",
|
|
15314
|
-
"storybook"
|
|
15654
|
+
"storybook",
|
|
15655
|
+
"nitro"
|
|
15315
15656
|
],
|
|
15316
15657
|
"nullable": true
|
|
15317
15658
|
},
|
|
@@ -15537,7 +15878,8 @@
|
|
|
15537
15878
|
"fasthtml",
|
|
15538
15879
|
"sanity-v3",
|
|
15539
15880
|
"sanity",
|
|
15540
|
-
"storybook"
|
|
15881
|
+
"storybook",
|
|
15882
|
+
"nitro"
|
|
15541
15883
|
]
|
|
15542
15884
|
},
|
|
15543
15885
|
"commandForIgnoringBuildStep": {
|
|
@@ -15612,10 +15954,10 @@
|
|
|
15612
15954
|
"status": {
|
|
15613
15955
|
"type": "string",
|
|
15614
15956
|
"enum": [
|
|
15615
|
-
"error",
|
|
15616
15957
|
"skipped",
|
|
15617
15958
|
"pending",
|
|
15618
15959
|
"ready",
|
|
15960
|
+
"error",
|
|
15619
15961
|
"timeout"
|
|
15620
15962
|
]
|
|
15621
15963
|
},
|
|
@@ -15916,9 +16258,9 @@
|
|
|
15916
16258
|
"type": {
|
|
15917
16259
|
"type": "string",
|
|
15918
16260
|
"enum": [
|
|
16261
|
+
"endsWith",
|
|
15919
16262
|
"startsWith",
|
|
15920
|
-
"equals"
|
|
15921
|
-
"endsWith"
|
|
16263
|
+
"equals"
|
|
15922
16264
|
],
|
|
15923
16265
|
"description": "The type of matching to perform"
|
|
15924
16266
|
},
|
|
@@ -16775,6 +17117,47 @@
|
|
|
16775
17117
|
},
|
|
16776
17118
|
"excludeFiles": {
|
|
16777
17119
|
"type": "string"
|
|
17120
|
+
},
|
|
17121
|
+
"experimentalTriggers": {
|
|
17122
|
+
"items": {
|
|
17123
|
+
"properties": {
|
|
17124
|
+
"type": {
|
|
17125
|
+
"type": "string",
|
|
17126
|
+
"enum": [
|
|
17127
|
+
"queue/v1beta"
|
|
17128
|
+
],
|
|
17129
|
+
"description": "Event type - must be \"queue/v1beta\" (REQUIRED)"
|
|
17130
|
+
},
|
|
17131
|
+
"topic": {
|
|
17132
|
+
"type": "string",
|
|
17133
|
+
"description": "Name of the queue topic to consume from (REQUIRED)"
|
|
17134
|
+
},
|
|
17135
|
+
"consumer": {
|
|
17136
|
+
"type": "string",
|
|
17137
|
+
"description": "Name of the consumer group for this trigger (REQUIRED)"
|
|
17138
|
+
},
|
|
17139
|
+
"maxDeliveries": {
|
|
17140
|
+
"type": "number",
|
|
17141
|
+
"description": "Maximum number of delivery attempts for message processing (OPTIONAL) This represents the total number of times a message can be delivered, not the number of retries. Must be at least 1 if specified. Behavior when not specified depends on the server's default configuration."
|
|
17142
|
+
},
|
|
17143
|
+
"retryAfterSeconds": {
|
|
17144
|
+
"type": "number",
|
|
17145
|
+
"description": "Delay in seconds before retrying failed executions (OPTIONAL) Behavior when not specified depends on the server's default configuration."
|
|
17146
|
+
},
|
|
17147
|
+
"initialDelaySeconds": {
|
|
17148
|
+
"type": "number",
|
|
17149
|
+
"description": "Initial delay in seconds before first execution attempt (OPTIONAL) Must be 0 or greater. Use 0 for no initial delay. Behavior when not specified depends on the server's default configuration."
|
|
17150
|
+
}
|
|
17151
|
+
},
|
|
17152
|
+
"required": [
|
|
17153
|
+
"type",
|
|
17154
|
+
"topic",
|
|
17155
|
+
"consumer"
|
|
17156
|
+
],
|
|
17157
|
+
"type": "object",
|
|
17158
|
+
"description": "Queue trigger event for Vercel's queue system. Handles \"queue/v1beta\" events with queue-specific configuration."
|
|
17159
|
+
},
|
|
17160
|
+
"type": "array"
|
|
16778
17161
|
}
|
|
16779
17162
|
},
|
|
16780
17163
|
"type": "object"
|
|
@@ -17075,24 +17458,129 @@
|
|
|
17075
17458
|
},
|
|
17076
17459
|
"required": [
|
|
17077
17460
|
"type",
|
|
17078
|
-
"value"
|
|
17461
|
+
"value"
|
|
17462
|
+
],
|
|
17463
|
+
"type": "object"
|
|
17464
|
+
},
|
|
17465
|
+
{
|
|
17466
|
+
"properties": {
|
|
17467
|
+
"type": {
|
|
17468
|
+
"type": "string",
|
|
17469
|
+
"enum": [
|
|
17470
|
+
"header",
|
|
17471
|
+
"cookie",
|
|
17472
|
+
"query"
|
|
17473
|
+
]
|
|
17474
|
+
},
|
|
17475
|
+
"key": {
|
|
17476
|
+
"type": "string"
|
|
17477
|
+
},
|
|
17478
|
+
"value": {
|
|
17479
|
+
"oneOf": [
|
|
17480
|
+
{
|
|
17481
|
+
"type": "string"
|
|
17482
|
+
},
|
|
17483
|
+
{
|
|
17484
|
+
"properties": {
|
|
17485
|
+
"eq": {
|
|
17486
|
+
"oneOf": [
|
|
17487
|
+
{
|
|
17488
|
+
"type": "string"
|
|
17489
|
+
},
|
|
17490
|
+
{
|
|
17491
|
+
"type": "number"
|
|
17492
|
+
}
|
|
17493
|
+
]
|
|
17494
|
+
},
|
|
17495
|
+
"neq": {
|
|
17496
|
+
"type": "string"
|
|
17497
|
+
},
|
|
17498
|
+
"inc": {
|
|
17499
|
+
"items": {
|
|
17500
|
+
"type": "string"
|
|
17501
|
+
},
|
|
17502
|
+
"type": "array"
|
|
17503
|
+
},
|
|
17504
|
+
"ninc": {
|
|
17505
|
+
"items": {
|
|
17506
|
+
"type": "string"
|
|
17507
|
+
},
|
|
17508
|
+
"type": "array"
|
|
17509
|
+
},
|
|
17510
|
+
"pre": {
|
|
17511
|
+
"type": "string"
|
|
17512
|
+
},
|
|
17513
|
+
"suf": {
|
|
17514
|
+
"type": "string"
|
|
17515
|
+
},
|
|
17516
|
+
"re": {
|
|
17517
|
+
"type": "string"
|
|
17518
|
+
},
|
|
17519
|
+
"gt": {
|
|
17520
|
+
"type": "number"
|
|
17521
|
+
},
|
|
17522
|
+
"gte": {
|
|
17523
|
+
"type": "number"
|
|
17524
|
+
},
|
|
17525
|
+
"lt": {
|
|
17526
|
+
"type": "number"
|
|
17527
|
+
},
|
|
17528
|
+
"lte": {
|
|
17529
|
+
"type": "number"
|
|
17530
|
+
}
|
|
17531
|
+
},
|
|
17532
|
+
"type": "object"
|
|
17533
|
+
}
|
|
17534
|
+
]
|
|
17535
|
+
}
|
|
17536
|
+
},
|
|
17537
|
+
"required": [
|
|
17538
|
+
"type",
|
|
17539
|
+
"key"
|
|
17079
17540
|
],
|
|
17080
17541
|
"type": "object"
|
|
17542
|
+
}
|
|
17543
|
+
]
|
|
17544
|
+
},
|
|
17545
|
+
"type": "array"
|
|
17546
|
+
},
|
|
17547
|
+
"mitigate": {
|
|
17548
|
+
"properties": {
|
|
17549
|
+
"action": {
|
|
17550
|
+
"type": "string",
|
|
17551
|
+
"enum": [
|
|
17552
|
+
"challenge",
|
|
17553
|
+
"deny"
|
|
17554
|
+
]
|
|
17555
|
+
}
|
|
17556
|
+
},
|
|
17557
|
+
"required": [
|
|
17558
|
+
"action"
|
|
17559
|
+
],
|
|
17560
|
+
"type": "object"
|
|
17561
|
+
},
|
|
17562
|
+
"transforms": {
|
|
17563
|
+
"items": {
|
|
17564
|
+
"properties": {
|
|
17565
|
+
"type": {
|
|
17566
|
+
"type": "string",
|
|
17567
|
+
"enum": [
|
|
17568
|
+
"request.headers",
|
|
17569
|
+
"request.query",
|
|
17570
|
+
"response.headers"
|
|
17571
|
+
]
|
|
17081
17572
|
},
|
|
17082
|
-
{
|
|
17573
|
+
"op": {
|
|
17574
|
+
"type": "string",
|
|
17575
|
+
"enum": [
|
|
17576
|
+
"append",
|
|
17577
|
+
"set",
|
|
17578
|
+
"delete"
|
|
17579
|
+
]
|
|
17580
|
+
},
|
|
17581
|
+
"target": {
|
|
17083
17582
|
"properties": {
|
|
17084
|
-
"type": {
|
|
17085
|
-
"type": "string",
|
|
17086
|
-
"enum": [
|
|
17087
|
-
"header",
|
|
17088
|
-
"cookie",
|
|
17089
|
-
"query"
|
|
17090
|
-
]
|
|
17091
|
-
},
|
|
17092
17583
|
"key": {
|
|
17093
|
-
"type": "string"
|
|
17094
|
-
},
|
|
17095
|
-
"value": {
|
|
17096
17584
|
"oneOf": [
|
|
17097
17585
|
{
|
|
17098
17586
|
"type": "string"
|
|
@@ -17130,9 +17618,6 @@
|
|
|
17130
17618
|
"suf": {
|
|
17131
17619
|
"type": "string"
|
|
17132
17620
|
},
|
|
17133
|
-
"re": {
|
|
17134
|
-
"type": "string"
|
|
17135
|
-
},
|
|
17136
17621
|
"gt": {
|
|
17137
17622
|
"type": "number"
|
|
17138
17623
|
},
|
|
@@ -17152,30 +17637,33 @@
|
|
|
17152
17637
|
}
|
|
17153
17638
|
},
|
|
17154
17639
|
"required": [
|
|
17155
|
-
"type",
|
|
17156
17640
|
"key"
|
|
17157
17641
|
],
|
|
17158
17642
|
"type": "object"
|
|
17643
|
+
},
|
|
17644
|
+
"args": {
|
|
17645
|
+
"oneOf": [
|
|
17646
|
+
{
|
|
17647
|
+
"type": "string"
|
|
17648
|
+
},
|
|
17649
|
+
{
|
|
17650
|
+
"items": {
|
|
17651
|
+
"type": "string"
|
|
17652
|
+
},
|
|
17653
|
+
"type": "array"
|
|
17654
|
+
}
|
|
17655
|
+
]
|
|
17159
17656
|
}
|
|
17160
|
-
|
|
17657
|
+
},
|
|
17658
|
+
"required": [
|
|
17659
|
+
"type",
|
|
17660
|
+
"op",
|
|
17661
|
+
"target"
|
|
17662
|
+
],
|
|
17663
|
+
"type": "object"
|
|
17161
17664
|
},
|
|
17162
17665
|
"type": "array"
|
|
17163
17666
|
},
|
|
17164
|
-
"mitigate": {
|
|
17165
|
-
"properties": {
|
|
17166
|
-
"action": {
|
|
17167
|
-
"type": "string",
|
|
17168
|
-
"enum": [
|
|
17169
|
-
"challenge",
|
|
17170
|
-
"deny"
|
|
17171
|
-
]
|
|
17172
|
-
}
|
|
17173
|
-
},
|
|
17174
|
-
"required": [
|
|
17175
|
-
"action"
|
|
17176
|
-
],
|
|
17177
|
-
"type": "object"
|
|
17178
|
-
},
|
|
17179
17667
|
"locale": {
|
|
17180
17668
|
"properties": {
|
|
17181
17669
|
"redirect": {
|
|
@@ -17511,6 +17999,14 @@
|
|
|
17511
17999
|
"minItems": 2,
|
|
17512
18000
|
"type": "array",
|
|
17513
18001
|
"description": "The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together."
|
|
18002
|
+
},
|
|
18003
|
+
"microfrontendsAliasEnabled": {
|
|
18004
|
+
"type": "boolean",
|
|
18005
|
+
"description": "Whether the MicrofrontendsAlias team flag should be considered enabled for this deployment or not. This is used to ensure that we don't accidentally switch an existing branch alias to a microfrontends branch alias."
|
|
18006
|
+
},
|
|
18007
|
+
"previewEnvAliasEnabled": {
|
|
18008
|
+
"type": "boolean",
|
|
18009
|
+
"description": "Whether this deployment, if a preview deployment on the production branch, should get the -env-preview alias instead of a normal branch alias. This is used to always generate a microfrontends fallback on the preview branch."
|
|
17514
18010
|
}
|
|
17515
18011
|
},
|
|
17516
18012
|
"required": [
|
|
@@ -17574,6 +18070,14 @@
|
|
|
17574
18070
|
"minItems": 2,
|
|
17575
18071
|
"type": "array",
|
|
17576
18072
|
"description": "The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together."
|
|
18073
|
+
},
|
|
18074
|
+
"microfrontendsAliasEnabled": {
|
|
18075
|
+
"type": "boolean",
|
|
18076
|
+
"description": "Whether the MicrofrontendsAlias team flag should be considered enabled for this deployment or not. This is used to ensure that we don't accidentally switch an existing branch alias to a microfrontends branch alias."
|
|
18077
|
+
},
|
|
18078
|
+
"previewEnvAliasEnabled": {
|
|
18079
|
+
"type": "boolean",
|
|
18080
|
+
"description": "Whether this deployment, if a preview deployment on the production branch, should get the -env-preview alias instead of a normal branch alias. This is used to always generate a microfrontends fallback on the preview branch."
|
|
17577
18081
|
}
|
|
17578
18082
|
},
|
|
17579
18083
|
"required": [
|
|
@@ -18046,6 +18550,11 @@
|
|
|
18046
18550
|
},
|
|
18047
18551
|
"period": {
|
|
18048
18552
|
"type": "number",
|
|
18553
|
+
"enum": [
|
|
18554
|
+
1,
|
|
18555
|
+
2,
|
|
18556
|
+
10
|
|
18557
|
+
],
|
|
18049
18558
|
"description": "The number of years the domain could be held before paying again.",
|
|
18050
18559
|
"example": 1
|
|
18051
18560
|
}
|
|
@@ -20943,87 +21452,6 @@
|
|
|
20943
21452
|
]
|
|
20944
21453
|
}
|
|
20945
21454
|
},
|
|
20946
|
-
"/v1/log-drains/{id}": {
|
|
20947
|
-
"delete": {
|
|
20948
|
-
"description": "Deletes a Configurable Log Drain. This endpoint must be called with a team AccessToken (integration OAuth2 clients are not allowed). Only log drains owned by the authenticated team can be deleted.",
|
|
20949
|
-
"operationId": "deleteConfigurableLogDrain",
|
|
20950
|
-
"security": [
|
|
20951
|
-
{
|
|
20952
|
-
"bearerToken": []
|
|
20953
|
-
}
|
|
20954
|
-
],
|
|
20955
|
-
"summary": "Deletes a Configurable Log Drain",
|
|
20956
|
-
"tags": [
|
|
20957
|
-
"logDrains"
|
|
20958
|
-
],
|
|
20959
|
-
"responses": {
|
|
20960
|
-
"204": {
|
|
20961
|
-
"description": ""
|
|
20962
|
-
},
|
|
20963
|
-
"400": {
|
|
20964
|
-
"description": "One of the provided values in the request query is invalid.",
|
|
20965
|
-
"content": {
|
|
20966
|
-
"application/json": {
|
|
20967
|
-
"schema": {
|
|
20968
|
-
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
20969
|
-
}
|
|
20970
|
-
}
|
|
20971
|
-
}
|
|
20972
|
-
},
|
|
20973
|
-
"401": {
|
|
20974
|
-
"description": "",
|
|
20975
|
-
"content": {
|
|
20976
|
-
"application/json": {
|
|
20977
|
-
"schema": {
|
|
20978
|
-
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
20979
|
-
}
|
|
20980
|
-
}
|
|
20981
|
-
}
|
|
20982
|
-
},
|
|
20983
|
-
"403": {
|
|
20984
|
-
"description": "You do not have permission to access this resource."
|
|
20985
|
-
},
|
|
20986
|
-
"404": {
|
|
20987
|
-
"description": "",
|
|
20988
|
-
"content": {
|
|
20989
|
-
"application/json": {
|
|
20990
|
-
"schema": {
|
|
20991
|
-
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
20992
|
-
}
|
|
20993
|
-
}
|
|
20994
|
-
}
|
|
20995
|
-
}
|
|
20996
|
-
},
|
|
20997
|
-
"parameters": [
|
|
20998
|
-
{
|
|
20999
|
-
"name": "id",
|
|
21000
|
-
"in": "path",
|
|
21001
|
-
"required": true,
|
|
21002
|
-
"schema": {
|
|
21003
|
-
"type": "string"
|
|
21004
|
-
}
|
|
21005
|
-
},
|
|
21006
|
-
{
|
|
21007
|
-
"description": "The Team identifier to perform the request on behalf of.",
|
|
21008
|
-
"in": "query",
|
|
21009
|
-
"name": "teamId",
|
|
21010
|
-
"schema": {
|
|
21011
|
-
"type": "string",
|
|
21012
|
-
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
21013
|
-
}
|
|
21014
|
-
},
|
|
21015
|
-
{
|
|
21016
|
-
"description": "The Team slug to perform the request on behalf of.",
|
|
21017
|
-
"in": "query",
|
|
21018
|
-
"name": "slug",
|
|
21019
|
-
"schema": {
|
|
21020
|
-
"type": "string",
|
|
21021
|
-
"example": "my-team-url-slug"
|
|
21022
|
-
}
|
|
21023
|
-
}
|
|
21024
|
-
]
|
|
21025
|
-
}
|
|
21026
|
-
},
|
|
21027
21455
|
"/v1/edge-config": {
|
|
21028
21456
|
"get": {
|
|
21029
21457
|
"description": "Returns all Edge Configs.",
|
|
@@ -23894,14 +24322,14 @@
|
|
|
23894
24322
|
},
|
|
23895
24323
|
"/v1/installations/{integrationConfigurationId}/resources": {
|
|
23896
24324
|
"get": {
|
|
23897
|
-
"description": "Get all resources for a given
|
|
23898
|
-
"operationId": "get-resources",
|
|
24325
|
+
"description": "Get all resources for a given installation ID.",
|
|
24326
|
+
"operationId": "get-integration-resources",
|
|
23899
24327
|
"security": [
|
|
23900
24328
|
{
|
|
23901
24329
|
"bearerToken": []
|
|
23902
24330
|
}
|
|
23903
24331
|
],
|
|
23904
|
-
"summary": "Get Resources",
|
|
24332
|
+
"summary": "Get Integration Resources",
|
|
23905
24333
|
"tags": [
|
|
23906
24334
|
"marketplace"
|
|
23907
24335
|
],
|
|
@@ -24094,13 +24522,13 @@
|
|
|
24094
24522
|
"/v1/installations/{integrationConfigurationId}/resources/{resourceId}": {
|
|
24095
24523
|
"get": {
|
|
24096
24524
|
"description": "Get a resource by its partner ID.",
|
|
24097
|
-
"operationId": "get-resource",
|
|
24525
|
+
"operationId": "get-integration-resource",
|
|
24098
24526
|
"security": [
|
|
24099
24527
|
{
|
|
24100
24528
|
"bearerToken": []
|
|
24101
24529
|
}
|
|
24102
24530
|
],
|
|
24103
|
-
"summary": "Get Resource",
|
|
24531
|
+
"summary": "Get Integration Resource",
|
|
24104
24532
|
"tags": [
|
|
24105
24533
|
"marketplace"
|
|
24106
24534
|
],
|
|
@@ -24292,13 +24720,13 @@
|
|
|
24292
24720
|
},
|
|
24293
24721
|
"delete": {
|
|
24294
24722
|
"description": "Delete a resource owned by the selected installation ID.",
|
|
24295
|
-
"operationId": "delete-resource",
|
|
24723
|
+
"operationId": "delete-integration-resource",
|
|
24296
24724
|
"security": [
|
|
24297
24725
|
{
|
|
24298
24726
|
"bearerToken": []
|
|
24299
24727
|
}
|
|
24300
24728
|
],
|
|
24301
|
-
"summary": "Delete Resource",
|
|
24729
|
+
"summary": "Delete Integration Resource",
|
|
24302
24730
|
"tags": [
|
|
24303
24731
|
"marketplace"
|
|
24304
24732
|
],
|
|
@@ -24354,8 +24782,7 @@
|
|
|
24354
24782
|
"in": "path",
|
|
24355
24783
|
"required": true,
|
|
24356
24784
|
"schema": {
|
|
24357
|
-
"type": "string"
|
|
24358
|
-
"describe": "The external provider's ID of the resource to delete"
|
|
24785
|
+
"type": "string"
|
|
24359
24786
|
}
|
|
24360
24787
|
}
|
|
24361
24788
|
]
|
|
@@ -26572,9 +26999,9 @@
|
|
|
26572
26999
|
"level": {
|
|
26573
27000
|
"type": "string",
|
|
26574
27001
|
"enum": [
|
|
26575
|
-
"error",
|
|
26576
27002
|
"info",
|
|
26577
|
-
"warn"
|
|
27003
|
+
"warn",
|
|
27004
|
+
"error"
|
|
26578
27005
|
]
|
|
26579
27006
|
},
|
|
26580
27007
|
"title": {
|
|
@@ -29871,7 +30298,8 @@
|
|
|
29871
30298
|
"fasthtml",
|
|
29872
30299
|
"sanity-v3",
|
|
29873
30300
|
"sanity",
|
|
29874
|
-
"storybook"
|
|
30301
|
+
"storybook",
|
|
30302
|
+
"nitro"
|
|
29875
30303
|
]
|
|
29876
30304
|
},
|
|
29877
30305
|
"gitForkProtection": {
|
|
@@ -30787,10 +31215,6 @@
|
|
|
30787
31215
|
"nullable": true,
|
|
30788
31216
|
"type": "string"
|
|
30789
31217
|
},
|
|
30790
|
-
"serverlessFunctionRegion": {
|
|
30791
|
-
"nullable": true,
|
|
30792
|
-
"type": "string"
|
|
30793
|
-
},
|
|
30794
31218
|
"serverlessFunctionZeroConfigFailover": {
|
|
30795
31219
|
"type": "boolean"
|
|
30796
31220
|
},
|
|
@@ -30817,7 +31241,8 @@
|
|
|
30817
31241
|
"enum": [
|
|
30818
31242
|
"preview",
|
|
30819
31243
|
"all",
|
|
30820
|
-
"prod_deployment_urls_and_all_previews"
|
|
31244
|
+
"prod_deployment_urls_and_all_previews",
|
|
31245
|
+
"all_except_custom_domains"
|
|
30821
31246
|
]
|
|
30822
31247
|
}
|
|
30823
31248
|
},
|
|
@@ -32010,6 +32435,12 @@
|
|
|
32010
32435
|
},
|
|
32011
32436
|
"type": "array"
|
|
32012
32437
|
},
|
|
32438
|
+
"notificationPreferences": {
|
|
32439
|
+
"items": {
|
|
32440
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
32441
|
+
},
|
|
32442
|
+
"type": "array"
|
|
32443
|
+
},
|
|
32013
32444
|
"notificationCustomerBudget": {
|
|
32014
32445
|
"items": {
|
|
32015
32446
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -32493,7 +32924,8 @@
|
|
|
32493
32924
|
"production",
|
|
32494
32925
|
"preview",
|
|
32495
32926
|
"all",
|
|
32496
|
-
"prod_deployment_urls_and_all_previews"
|
|
32927
|
+
"prod_deployment_urls_and_all_previews",
|
|
32928
|
+
"all_except_custom_domains"
|
|
32497
32929
|
]
|
|
32498
32930
|
},
|
|
32499
32931
|
"addresses": {
|
|
@@ -32536,7 +32968,8 @@
|
|
|
32536
32968
|
"production",
|
|
32537
32969
|
"preview",
|
|
32538
32970
|
"all",
|
|
32539
|
-
"prod_deployment_urls_and_all_previews"
|
|
32971
|
+
"prod_deployment_urls_and_all_previews",
|
|
32972
|
+
"all_except_custom_domains"
|
|
32540
32973
|
]
|
|
32541
32974
|
}
|
|
32542
32975
|
},
|
|
@@ -34134,7 +34567,8 @@
|
|
|
34134
34567
|
"fasthtml",
|
|
34135
34568
|
"sanity-v3",
|
|
34136
34569
|
"sanity",
|
|
34137
|
-
"storybook"
|
|
34570
|
+
"storybook",
|
|
34571
|
+
"nitro"
|
|
34138
34572
|
]
|
|
34139
34573
|
},
|
|
34140
34574
|
"gitForkProtection": {
|
|
@@ -35050,10 +35484,6 @@
|
|
|
35050
35484
|
"nullable": true,
|
|
35051
35485
|
"type": "string"
|
|
35052
35486
|
},
|
|
35053
|
-
"serverlessFunctionRegion": {
|
|
35054
|
-
"nullable": true,
|
|
35055
|
-
"type": "string"
|
|
35056
|
-
},
|
|
35057
35487
|
"serverlessFunctionZeroConfigFailover": {
|
|
35058
35488
|
"type": "boolean"
|
|
35059
35489
|
},
|
|
@@ -35080,7 +35510,8 @@
|
|
|
35080
35510
|
"enum": [
|
|
35081
35511
|
"preview",
|
|
35082
35512
|
"all",
|
|
35083
|
-
"prod_deployment_urls_and_all_previews"
|
|
35513
|
+
"prod_deployment_urls_and_all_previews",
|
|
35514
|
+
"all_except_custom_domains"
|
|
35084
35515
|
]
|
|
35085
35516
|
}
|
|
35086
35517
|
},
|
|
@@ -36273,6 +36704,12 @@
|
|
|
36273
36704
|
},
|
|
36274
36705
|
"type": "array"
|
|
36275
36706
|
},
|
|
36707
|
+
"notificationPreferences": {
|
|
36708
|
+
"items": {
|
|
36709
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
36710
|
+
},
|
|
36711
|
+
"type": "array"
|
|
36712
|
+
},
|
|
36276
36713
|
"notificationCustomerBudget": {
|
|
36277
36714
|
"items": {
|
|
36278
36715
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -36756,7 +37193,8 @@
|
|
|
36756
37193
|
"production",
|
|
36757
37194
|
"preview",
|
|
36758
37195
|
"all",
|
|
36759
|
-
"prod_deployment_urls_and_all_previews"
|
|
37196
|
+
"prod_deployment_urls_and_all_previews",
|
|
37197
|
+
"all_except_custom_domains"
|
|
36760
37198
|
]
|
|
36761
37199
|
},
|
|
36762
37200
|
"addresses": {
|
|
@@ -36799,7 +37237,8 @@
|
|
|
36799
37237
|
"production",
|
|
36800
37238
|
"preview",
|
|
36801
37239
|
"all",
|
|
36802
|
-
"prod_deployment_urls_and_all_previews"
|
|
37240
|
+
"prod_deployment_urls_and_all_previews",
|
|
37241
|
+
"all_except_custom_domains"
|
|
36803
37242
|
]
|
|
36804
37243
|
}
|
|
36805
37244
|
},
|
|
@@ -37514,7 +37953,8 @@
|
|
|
37514
37953
|
"fasthtml",
|
|
37515
37954
|
"sanity-v3",
|
|
37516
37955
|
"sanity",
|
|
37517
|
-
"storybook"
|
|
37956
|
+
"storybook",
|
|
37957
|
+
"nitro"
|
|
37518
37958
|
]
|
|
37519
37959
|
},
|
|
37520
37960
|
"gitRepository": {
|
|
@@ -37556,6 +37996,25 @@
|
|
|
37556
37996
|
"type": "boolean",
|
|
37557
37997
|
"deprecated": true
|
|
37558
37998
|
},
|
|
37999
|
+
"ssoProtection": {
|
|
38000
|
+
"description": "The Vercel Auth setting for the project (historically named \\\"SSO Protection\\\")",
|
|
38001
|
+
"type": "object",
|
|
38002
|
+
"properties": {
|
|
38003
|
+
"deploymentType": {
|
|
38004
|
+
"type": "string",
|
|
38005
|
+
"enum": [
|
|
38006
|
+
"all",
|
|
38007
|
+
"preview",
|
|
38008
|
+
"prod_deployment_urls_and_all_previews",
|
|
38009
|
+
"all_except_custom_domains"
|
|
38010
|
+
]
|
|
38011
|
+
}
|
|
38012
|
+
},
|
|
38013
|
+
"required": [
|
|
38014
|
+
"deploymentType"
|
|
38015
|
+
],
|
|
38016
|
+
"nullable": true
|
|
38017
|
+
},
|
|
37559
38018
|
"outputDirectory": {
|
|
37560
38019
|
"description": "The output directory of the project. When `null` is used this value will be automatically detected",
|
|
37561
38020
|
"maxLength": 256,
|
|
@@ -38616,7 +39075,8 @@
|
|
|
38616
39075
|
"fasthtml",
|
|
38617
39076
|
"sanity-v3",
|
|
38618
39077
|
"sanity",
|
|
38619
|
-
"storybook"
|
|
39078
|
+
"storybook",
|
|
39079
|
+
"nitro"
|
|
38620
39080
|
]
|
|
38621
39081
|
},
|
|
38622
39082
|
"gitForkProtection": {
|
|
@@ -39532,10 +39992,6 @@
|
|
|
39532
39992
|
"nullable": true,
|
|
39533
39993
|
"type": "string"
|
|
39534
39994
|
},
|
|
39535
|
-
"serverlessFunctionRegion": {
|
|
39536
|
-
"nullable": true,
|
|
39537
|
-
"type": "string"
|
|
39538
|
-
},
|
|
39539
39995
|
"serverlessFunctionZeroConfigFailover": {
|
|
39540
39996
|
"type": "boolean"
|
|
39541
39997
|
},
|
|
@@ -39562,7 +40018,8 @@
|
|
|
39562
40018
|
"enum": [
|
|
39563
40019
|
"preview",
|
|
39564
40020
|
"all",
|
|
39565
|
-
"prod_deployment_urls_and_all_previews"
|
|
40021
|
+
"prod_deployment_urls_and_all_previews",
|
|
40022
|
+
"all_except_custom_domains"
|
|
39566
40023
|
]
|
|
39567
40024
|
}
|
|
39568
40025
|
},
|
|
@@ -40371,6 +40828,12 @@
|
|
|
40371
40828
|
},
|
|
40372
40829
|
"type": "array"
|
|
40373
40830
|
},
|
|
40831
|
+
"notificationPreferences": {
|
|
40832
|
+
"items": {
|
|
40833
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
40834
|
+
},
|
|
40835
|
+
"type": "array"
|
|
40836
|
+
},
|
|
40374
40837
|
"notificationCustomerBudget": {
|
|
40375
40838
|
"items": {
|
|
40376
40839
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -41238,7 +41701,8 @@
|
|
|
41238
41701
|
"production",
|
|
41239
41702
|
"preview",
|
|
41240
41703
|
"all",
|
|
41241
|
-
"prod_deployment_urls_and_all_previews"
|
|
41704
|
+
"prod_deployment_urls_and_all_previews",
|
|
41705
|
+
"all_except_custom_domains"
|
|
41242
41706
|
]
|
|
41243
41707
|
},
|
|
41244
41708
|
"addresses": {
|
|
@@ -41281,7 +41745,8 @@
|
|
|
41281
41745
|
"production",
|
|
41282
41746
|
"preview",
|
|
41283
41747
|
"all",
|
|
41284
|
-
"prod_deployment_urls_and_all_previews"
|
|
41748
|
+
"prod_deployment_urls_and_all_previews",
|
|
41749
|
+
"all_except_custom_domains"
|
|
41285
41750
|
]
|
|
41286
41751
|
}
|
|
41287
41752
|
},
|
|
@@ -42768,7 +43233,8 @@
|
|
|
42768
43233
|
"fasthtml",
|
|
42769
43234
|
"sanity-v3",
|
|
42770
43235
|
"sanity",
|
|
42771
|
-
"storybook"
|
|
43236
|
+
"storybook",
|
|
43237
|
+
"nitro"
|
|
42772
43238
|
]
|
|
42773
43239
|
},
|
|
42774
43240
|
"gitForkProtection": {
|
|
@@ -43684,10 +44150,6 @@
|
|
|
43684
44150
|
"nullable": true,
|
|
43685
44151
|
"type": "string"
|
|
43686
44152
|
},
|
|
43687
|
-
"serverlessFunctionRegion": {
|
|
43688
|
-
"nullable": true,
|
|
43689
|
-
"type": "string"
|
|
43690
|
-
},
|
|
43691
44153
|
"serverlessFunctionZeroConfigFailover": {
|
|
43692
44154
|
"type": "boolean"
|
|
43693
44155
|
},
|
|
@@ -43714,7 +44176,8 @@
|
|
|
43714
44176
|
"enum": [
|
|
43715
44177
|
"preview",
|
|
43716
44178
|
"all",
|
|
43717
|
-
"prod_deployment_urls_and_all_previews"
|
|
44179
|
+
"prod_deployment_urls_and_all_previews",
|
|
44180
|
+
"all_except_custom_domains"
|
|
43718
44181
|
]
|
|
43719
44182
|
}
|
|
43720
44183
|
},
|
|
@@ -44907,6 +45370,12 @@
|
|
|
44907
45370
|
},
|
|
44908
45371
|
"type": "array"
|
|
44909
45372
|
},
|
|
45373
|
+
"notificationPreferences": {
|
|
45374
|
+
"items": {
|
|
45375
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
45376
|
+
},
|
|
45377
|
+
"type": "array"
|
|
45378
|
+
},
|
|
44910
45379
|
"notificationCustomerBudget": {
|
|
44911
45380
|
"items": {
|
|
44912
45381
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -45390,7 +45859,8 @@
|
|
|
45390
45859
|
"production",
|
|
45391
45860
|
"preview",
|
|
45392
45861
|
"all",
|
|
45393
|
-
"prod_deployment_urls_and_all_previews"
|
|
45862
|
+
"prod_deployment_urls_and_all_previews",
|
|
45863
|
+
"all_except_custom_domains"
|
|
45394
45864
|
]
|
|
45395
45865
|
},
|
|
45396
45866
|
"addresses": {
|
|
@@ -45433,7 +45903,8 @@
|
|
|
45433
45903
|
"production",
|
|
45434
45904
|
"preview",
|
|
45435
45905
|
"all",
|
|
45436
|
-
"prod_deployment_urls_and_all_previews"
|
|
45906
|
+
"prod_deployment_urls_and_all_previews",
|
|
45907
|
+
"all_except_custom_domains"
|
|
45437
45908
|
]
|
|
45438
45909
|
}
|
|
45439
45910
|
},
|
|
@@ -46118,7 +46589,8 @@
|
|
|
46118
46589
|
"fasthtml",
|
|
46119
46590
|
"sanity-v3",
|
|
46120
46591
|
"sanity",
|
|
46121
|
-
"storybook"
|
|
46592
|
+
"storybook",
|
|
46593
|
+
"nitro"
|
|
46122
46594
|
],
|
|
46123
46595
|
"type": "string",
|
|
46124
46596
|
"nullable": true
|
|
@@ -46305,7 +46777,8 @@
|
|
|
46305
46777
|
"enum": [
|
|
46306
46778
|
"all",
|
|
46307
46779
|
"preview",
|
|
46308
|
-
"prod_deployment_urls_and_all_previews"
|
|
46780
|
+
"prod_deployment_urls_and_all_previews",
|
|
46781
|
+
"all_except_custom_domains"
|
|
46309
46782
|
],
|
|
46310
46783
|
"type": "string"
|
|
46311
46784
|
},
|
|
@@ -46332,7 +46805,8 @@
|
|
|
46332
46805
|
"enum": [
|
|
46333
46806
|
"all",
|
|
46334
46807
|
"preview",
|
|
46335
|
-
"prod_deployment_urls_and_all_previews"
|
|
46808
|
+
"prod_deployment_urls_and_all_previews",
|
|
46809
|
+
"all_except_custom_domains"
|
|
46336
46810
|
],
|
|
46337
46811
|
"type": "string"
|
|
46338
46812
|
}
|
|
@@ -46353,7 +46827,8 @@
|
|
|
46353
46827
|
"all",
|
|
46354
46828
|
"preview",
|
|
46355
46829
|
"production",
|
|
46356
|
-
"prod_deployment_urls_and_all_previews"
|
|
46830
|
+
"prod_deployment_urls_and_all_previews",
|
|
46831
|
+
"all_except_custom_domains"
|
|
46357
46832
|
],
|
|
46358
46833
|
"type": "string"
|
|
46359
46834
|
},
|
|
@@ -55203,18 +55678,25 @@
|
|
|
55203
55678
|
{
|
|
55204
55679
|
"properties": {
|
|
55205
55680
|
"availableSlots": {
|
|
55206
|
-
"type": "number"
|
|
55681
|
+
"type": "number",
|
|
55682
|
+
"enum": [
|
|
55683
|
+
0
|
|
55684
|
+
]
|
|
55207
55685
|
},
|
|
55208
55686
|
"reason": {
|
|
55209
55687
|
"type": "string",
|
|
55210
55688
|
"enum": [
|
|
55211
|
-
"
|
|
55689
|
+
"plan_not_supported"
|
|
55212
55690
|
]
|
|
55691
|
+
},
|
|
55692
|
+
"message": {
|
|
55693
|
+
"type": "string"
|
|
55213
55694
|
}
|
|
55214
55695
|
},
|
|
55215
55696
|
"required": [
|
|
55216
55697
|
"availableSlots",
|
|
55217
|
-
"reason"
|
|
55698
|
+
"reason",
|
|
55699
|
+
"message"
|
|
55218
55700
|
],
|
|
55219
55701
|
"type": "object"
|
|
55220
55702
|
},
|
|
@@ -55231,11 +55713,15 @@
|
|
|
55231
55713
|
"enum": [
|
|
55232
55714
|
"unlimited_slots"
|
|
55233
55715
|
]
|
|
55716
|
+
},
|
|
55717
|
+
"message": {
|
|
55718
|
+
"type": "string"
|
|
55234
55719
|
}
|
|
55235
55720
|
},
|
|
55236
55721
|
"required": [
|
|
55237
55722
|
"availableSlots",
|
|
55238
|
-
"reason"
|
|
55723
|
+
"reason",
|
|
55724
|
+
"message"
|
|
55239
55725
|
],
|
|
55240
55726
|
"type": "object"
|
|
55241
55727
|
},
|
|
@@ -55250,41 +55736,46 @@
|
|
|
55250
55736
|
"reason": {
|
|
55251
55737
|
"type": "string",
|
|
55252
55738
|
"enum": [
|
|
55253
|
-
"
|
|
55739
|
+
"no_available_slots"
|
|
55254
55740
|
]
|
|
55741
|
+
},
|
|
55742
|
+
"message": {
|
|
55743
|
+
"type": "string"
|
|
55744
|
+
},
|
|
55745
|
+
"enabledProjects": {
|
|
55746
|
+
"items": {
|
|
55747
|
+
"type": "string"
|
|
55748
|
+
},
|
|
55749
|
+
"type": "array"
|
|
55255
55750
|
}
|
|
55256
55751
|
},
|
|
55257
55752
|
"required": [
|
|
55258
55753
|
"availableSlots",
|
|
55259
|
-
"reason"
|
|
55754
|
+
"reason",
|
|
55755
|
+
"message",
|
|
55756
|
+
"enabledProjects"
|
|
55260
55757
|
],
|
|
55261
55758
|
"type": "object"
|
|
55262
55759
|
},
|
|
55263
55760
|
{
|
|
55264
55761
|
"properties": {
|
|
55265
55762
|
"availableSlots": {
|
|
55266
|
-
"type": "number"
|
|
55267
|
-
"enum": [
|
|
55268
|
-
0
|
|
55269
|
-
]
|
|
55763
|
+
"type": "number"
|
|
55270
55764
|
},
|
|
55271
55765
|
"reason": {
|
|
55272
55766
|
"type": "string",
|
|
55273
55767
|
"enum": [
|
|
55274
|
-
"
|
|
55768
|
+
"available_slots"
|
|
55275
55769
|
]
|
|
55276
55770
|
},
|
|
55277
|
-
"
|
|
55278
|
-
"
|
|
55279
|
-
"type": "string"
|
|
55280
|
-
},
|
|
55281
|
-
"type": "array"
|
|
55771
|
+
"message": {
|
|
55772
|
+
"type": "string"
|
|
55282
55773
|
}
|
|
55283
55774
|
},
|
|
55284
55775
|
"required": [
|
|
55285
55776
|
"availableSlots",
|
|
55286
55777
|
"reason",
|
|
55287
|
-
"
|
|
55778
|
+
"message"
|
|
55288
55779
|
],
|
|
55289
55780
|
"type": "object"
|
|
55290
55781
|
}
|
|
@@ -55922,6 +56413,15 @@
|
|
|
55922
56413
|
"description": "The ID of a deployment queued for the next rolling release",
|
|
55923
56414
|
"example": "dpl_ghi789"
|
|
55924
56415
|
},
|
|
56416
|
+
"advancementType": {
|
|
56417
|
+
"type": "string",
|
|
56418
|
+
"enum": [
|
|
56419
|
+
"automatic",
|
|
56420
|
+
"manual-approval"
|
|
56421
|
+
],
|
|
56422
|
+
"description": "The advancement type of the rolling release",
|
|
56423
|
+
"example": "manual-approval"
|
|
56424
|
+
},
|
|
55925
56425
|
"stages": {
|
|
55926
56426
|
"items": {
|
|
55927
56427
|
"properties": {
|
|
@@ -55942,8 +56442,7 @@
|
|
|
55942
56442
|
},
|
|
55943
56443
|
"requireApproval": {
|
|
55944
56444
|
"type": "boolean",
|
|
55945
|
-
"description": "Whether or not this stage requires manual approval to proceed"
|
|
55946
|
-
"example": true
|
|
56445
|
+
"description": "Whether or not this stage requires manual approval to proceed"
|
|
55947
56446
|
},
|
|
55948
56447
|
"duration": {
|
|
55949
56448
|
"nullable": true,
|
|
@@ -56045,8 +56544,7 @@
|
|
|
56045
56544
|
},
|
|
56046
56545
|
"requireApproval": {
|
|
56047
56546
|
"type": "boolean",
|
|
56048
|
-
"description": "Whether or not this stage requires manual approval to proceed"
|
|
56049
|
-
"example": true
|
|
56547
|
+
"description": "Whether or not this stage requires manual approval to proceed"
|
|
56050
56548
|
},
|
|
56051
56549
|
"duration": {
|
|
56052
56550
|
"nullable": true,
|
|
@@ -56092,8 +56590,7 @@
|
|
|
56092
56590
|
},
|
|
56093
56591
|
"requireApproval": {
|
|
56094
56592
|
"type": "boolean",
|
|
56095
|
-
"description": "Whether or not this stage requires manual approval to proceed"
|
|
56096
|
-
"example": true
|
|
56593
|
+
"description": "Whether or not this stage requires manual approval to proceed"
|
|
56097
56594
|
},
|
|
56098
56595
|
"duration": {
|
|
56099
56596
|
"nullable": true,
|
|
@@ -56135,6 +56632,7 @@
|
|
|
56135
56632
|
"currentDeployment",
|
|
56136
56633
|
"canaryDeployment",
|
|
56137
56634
|
"queuedDeploymentId",
|
|
56635
|
+
"advancementType",
|
|
56138
56636
|
"stages",
|
|
56139
56637
|
"activeStage",
|
|
56140
56638
|
"nextStage",
|
|
@@ -56416,6 +56914,15 @@
|
|
|
56416
56914
|
"description": "The ID of a deployment queued for the next rolling release",
|
|
56417
56915
|
"example": "dpl_ghi789"
|
|
56418
56916
|
},
|
|
56917
|
+
"advancementType": {
|
|
56918
|
+
"type": "string",
|
|
56919
|
+
"enum": [
|
|
56920
|
+
"automatic",
|
|
56921
|
+
"manual-approval"
|
|
56922
|
+
],
|
|
56923
|
+
"description": "The advancement type of the rolling release",
|
|
56924
|
+
"example": "manual-approval"
|
|
56925
|
+
},
|
|
56419
56926
|
"stages": {
|
|
56420
56927
|
"items": {
|
|
56421
56928
|
"properties": {
|
|
@@ -56436,8 +56943,7 @@
|
|
|
56436
56943
|
},
|
|
56437
56944
|
"requireApproval": {
|
|
56438
56945
|
"type": "boolean",
|
|
56439
|
-
"description": "Whether or not this stage requires manual approval to proceed"
|
|
56440
|
-
"example": true
|
|
56946
|
+
"description": "Whether or not this stage requires manual approval to proceed"
|
|
56441
56947
|
},
|
|
56442
56948
|
"duration": {
|
|
56443
56949
|
"nullable": true,
|
|
@@ -56539,8 +57045,7 @@
|
|
|
56539
57045
|
},
|
|
56540
57046
|
"requireApproval": {
|
|
56541
57047
|
"type": "boolean",
|
|
56542
|
-
"description": "Whether or not this stage requires manual approval to proceed"
|
|
56543
|
-
"example": true
|
|
57048
|
+
"description": "Whether or not this stage requires manual approval to proceed"
|
|
56544
57049
|
},
|
|
56545
57050
|
"duration": {
|
|
56546
57051
|
"nullable": true,
|
|
@@ -56586,8 +57091,7 @@
|
|
|
56586
57091
|
},
|
|
56587
57092
|
"requireApproval": {
|
|
56588
57093
|
"type": "boolean",
|
|
56589
|
-
"description": "Whether or not this stage requires manual approval to proceed"
|
|
56590
|
-
"example": true
|
|
57094
|
+
"description": "Whether or not this stage requires manual approval to proceed"
|
|
56591
57095
|
},
|
|
56592
57096
|
"duration": {
|
|
56593
57097
|
"nullable": true,
|
|
@@ -56629,6 +57133,7 @@
|
|
|
56629
57133
|
"currentDeployment",
|
|
56630
57134
|
"canaryDeployment",
|
|
56631
57135
|
"queuedDeploymentId",
|
|
57136
|
+
"advancementType",
|
|
56632
57137
|
"stages",
|
|
56633
57138
|
"activeStage",
|
|
56634
57139
|
"nextStage",
|
|
@@ -56921,6 +57426,15 @@
|
|
|
56921
57426
|
"description": "The ID of a deployment queued for the next rolling release",
|
|
56922
57427
|
"example": "dpl_ghi789"
|
|
56923
57428
|
},
|
|
57429
|
+
"advancementType": {
|
|
57430
|
+
"type": "string",
|
|
57431
|
+
"enum": [
|
|
57432
|
+
"automatic",
|
|
57433
|
+
"manual-approval"
|
|
57434
|
+
],
|
|
57435
|
+
"description": "The advancement type of the rolling release",
|
|
57436
|
+
"example": "manual-approval"
|
|
57437
|
+
},
|
|
56924
57438
|
"stages": {
|
|
56925
57439
|
"items": {
|
|
56926
57440
|
"properties": {
|
|
@@ -56941,8 +57455,7 @@
|
|
|
56941
57455
|
},
|
|
56942
57456
|
"requireApproval": {
|
|
56943
57457
|
"type": "boolean",
|
|
56944
|
-
"description": "Whether or not this stage requires manual approval to proceed"
|
|
56945
|
-
"example": true
|
|
57458
|
+
"description": "Whether or not this stage requires manual approval to proceed"
|
|
56946
57459
|
},
|
|
56947
57460
|
"duration": {
|
|
56948
57461
|
"nullable": true,
|
|
@@ -57044,8 +57557,7 @@
|
|
|
57044
57557
|
},
|
|
57045
57558
|
"requireApproval": {
|
|
57046
57559
|
"type": "boolean",
|
|
57047
|
-
"description": "Whether or not this stage requires manual approval to proceed"
|
|
57048
|
-
"example": true
|
|
57560
|
+
"description": "Whether or not this stage requires manual approval to proceed"
|
|
57049
57561
|
},
|
|
57050
57562
|
"duration": {
|
|
57051
57563
|
"nullable": true,
|
|
@@ -57091,8 +57603,7 @@
|
|
|
57091
57603
|
},
|
|
57092
57604
|
"requireApproval": {
|
|
57093
57605
|
"type": "boolean",
|
|
57094
|
-
"description": "Whether or not this stage requires manual approval to proceed"
|
|
57095
|
-
"example": true
|
|
57606
|
+
"description": "Whether or not this stage requires manual approval to proceed"
|
|
57096
57607
|
},
|
|
57097
57608
|
"duration": {
|
|
57098
57609
|
"nullable": true,
|
|
@@ -57134,6 +57645,7 @@
|
|
|
57134
57645
|
"currentDeployment",
|
|
57135
57646
|
"canaryDeployment",
|
|
57136
57647
|
"queuedDeploymentId",
|
|
57648
|
+
"advancementType",
|
|
57137
57649
|
"stages",
|
|
57138
57650
|
"activeStage",
|
|
57139
57651
|
"nextStage",
|
|
@@ -62756,8 +63268,8 @@
|
|
|
62756
63268
|
"bitbucket",
|
|
62757
63269
|
"feedback",
|
|
62758
63270
|
"organization-teams",
|
|
62759
|
-
"mail",
|
|
62760
63271
|
"link",
|
|
63272
|
+
"mail",
|
|
62761
63273
|
"saml",
|
|
62762
63274
|
"dsync"
|
|
62763
63275
|
]
|
|
@@ -63010,8 +63522,8 @@
|
|
|
63010
63522
|
"origin": {
|
|
63011
63523
|
"type": "string",
|
|
63012
63524
|
"enum": [
|
|
63013
|
-
"mail",
|
|
63014
63525
|
"link",
|
|
63526
|
+
"mail",
|
|
63015
63527
|
"import",
|
|
63016
63528
|
"teams",
|
|
63017
63529
|
"github",
|
|
@@ -63690,7 +64202,7 @@
|
|
|
63690
64202
|
}
|
|
63691
64203
|
},
|
|
63692
64204
|
"402": {
|
|
63693
|
-
"description": ""
|
|
64205
|
+
"description": "The account was soft-blocked for an unhandled reason.\nThe account is missing a payment so payment method must be updated"
|
|
63694
64206
|
},
|
|
63695
64207
|
"403": {
|
|
63696
64208
|
"description": "You do not have permission to access this resource.\nNot authorized to update the team. Must be an OWNER."
|
|
@@ -65049,6 +65561,7 @@
|
|
|
65049
65561
|
"deployment.integration.action.cancel",
|
|
65050
65562
|
"deployment.integration.action.cleanup",
|
|
65051
65563
|
"deployment.checkrun.start",
|
|
65564
|
+
"deployment.checkrun.cancel",
|
|
65052
65565
|
"edge-config.created",
|
|
65053
65566
|
"edge-config.deleted",
|
|
65054
65567
|
"edge-config.items.updated",
|
|
@@ -65119,6 +65632,7 @@
|
|
|
65119
65632
|
"deployment.integration.action.cancel",
|
|
65120
65633
|
"deployment.integration.action.cleanup",
|
|
65121
65634
|
"deployment.checkrun.start",
|
|
65635
|
+
"deployment.checkrun.cancel",
|
|
65122
65636
|
"edge-config.created",
|
|
65123
65637
|
"edge-config.deleted",
|
|
65124
65638
|
"edge-config.items.updated",
|
|
@@ -65307,6 +65821,7 @@
|
|
|
65307
65821
|
"deployment.integration.action.cancel",
|
|
65308
65822
|
"deployment.integration.action.cleanup",
|
|
65309
65823
|
"deployment.checkrun.start",
|
|
65824
|
+
"deployment.checkrun.cancel",
|
|
65310
65825
|
"edge-config.created",
|
|
65311
65826
|
"edge-config.deleted",
|
|
65312
65827
|
"edge-config.items.updated",
|
|
@@ -65375,6 +65890,7 @@
|
|
|
65375
65890
|
"deployment.integration.action.cancel",
|
|
65376
65891
|
"deployment.integration.action.cleanup",
|
|
65377
65892
|
"deployment.checkrun.start",
|
|
65893
|
+
"deployment.checkrun.cancel",
|
|
65378
65894
|
"edge-config.created",
|
|
65379
65895
|
"edge-config.deleted",
|
|
65380
65896
|
"edge-config.items.updated",
|
|
@@ -65515,7 +66031,8 @@
|
|
|
65515
66031
|
"fasthtml",
|
|
65516
66032
|
"sanity-v3",
|
|
65517
66033
|
"sanity",
|
|
65518
|
-
"storybook"
|
|
66034
|
+
"storybook",
|
|
66035
|
+
"nitro"
|
|
65519
66036
|
]
|
|
65520
66037
|
},
|
|
65521
66038
|
"latestDeployment": {
|
|
@@ -65560,6 +66077,7 @@
|
|
|
65560
66077
|
"deployment.integration.action.cancel",
|
|
65561
66078
|
"deployment.integration.action.cleanup",
|
|
65562
66079
|
"deployment.checkrun.start",
|
|
66080
|
+
"deployment.checkrun.cancel",
|
|
65563
66081
|
"edge-config.created",
|
|
65564
66082
|
"edge-config.deleted",
|
|
65565
66083
|
"edge-config.items.updated",
|
|
@@ -65630,6 +66148,7 @@
|
|
|
65630
66148
|
"deployment.integration.action.cancel",
|
|
65631
66149
|
"deployment.integration.action.cleanup",
|
|
65632
66150
|
"deployment.checkrun.start",
|
|
66151
|
+
"deployment.checkrun.cancel",
|
|
65633
66152
|
"edge-config.created",
|
|
65634
66153
|
"edge-config.deleted",
|
|
65635
66154
|
"edge-config.items.updated",
|
|
@@ -65758,6 +66277,7 @@
|
|
|
65758
66277
|
"deployment.integration.action.cancel",
|
|
65759
66278
|
"deployment.integration.action.cleanup",
|
|
65760
66279
|
"deployment.checkrun.start",
|
|
66280
|
+
"deployment.checkrun.cancel",
|
|
65761
66281
|
"edge-config.created",
|
|
65762
66282
|
"edge-config.deleted",
|
|
65763
66283
|
"edge-config.items.updated",
|
|
@@ -65828,6 +66348,7 @@
|
|
|
65828
66348
|
"deployment.integration.action.cancel",
|
|
65829
66349
|
"deployment.integration.action.cleanup",
|
|
65830
66350
|
"deployment.checkrun.start",
|
|
66351
|
+
"deployment.checkrun.cancel",
|
|
65831
66352
|
"edge-config.created",
|
|
65832
66353
|
"edge-config.deleted",
|
|
65833
66354
|
"edge-config.items.updated",
|
|
@@ -66031,6 +66552,7 @@
|
|
|
66031
66552
|
"deployment.integration.action.cancel",
|
|
66032
66553
|
"deployment.integration.action.cleanup",
|
|
66033
66554
|
"deployment.checkrun.start",
|
|
66555
|
+
"deployment.checkrun.cancel",
|
|
66034
66556
|
"edge-config.created",
|
|
66035
66557
|
"edge-config.deleted",
|
|
66036
66558
|
"edge-config.items.updated",
|
|
@@ -66101,6 +66623,7 @@
|
|
|
66101
66623
|
"deployment.integration.action.cancel",
|
|
66102
66624
|
"deployment.integration.action.cleanup",
|
|
66103
66625
|
"deployment.checkrun.start",
|
|
66626
|
+
"deployment.checkrun.cancel",
|
|
66104
66627
|
"edge-config.created",
|
|
66105
66628
|
"edge-config.deleted",
|
|
66106
66629
|
"edge-config.items.updated",
|
|
@@ -68627,6 +69150,10 @@
|
|
|
68627
69150
|
"description": "The name of the deployment.",
|
|
68628
69151
|
"example": "docs"
|
|
68629
69152
|
},
|
|
69153
|
+
"projectId": {
|
|
69154
|
+
"type": "string",
|
|
69155
|
+
"description": "The project ID of the deployment"
|
|
69156
|
+
},
|
|
68630
69157
|
"url": {
|
|
68631
69158
|
"type": "string",
|
|
68632
69159
|
"description": "The URL of the deployment.",
|
|
@@ -68926,7 +69453,8 @@
|
|
|
68926
69453
|
"fasthtml",
|
|
68927
69454
|
"sanity-v3",
|
|
68928
69455
|
"sanity",
|
|
68929
|
-
"storybook"
|
|
69456
|
+
"storybook",
|
|
69457
|
+
"nitro"
|
|
68930
69458
|
]
|
|
68931
69459
|
},
|
|
68932
69460
|
"gitForkProtection": {
|
|
@@ -68975,10 +69503,6 @@
|
|
|
68975
69503
|
"nullable": true,
|
|
68976
69504
|
"type": "string"
|
|
68977
69505
|
},
|
|
68978
|
-
"serverlessFunctionRegion": {
|
|
68979
|
-
"nullable": true,
|
|
68980
|
-
"type": "string"
|
|
68981
|
-
},
|
|
68982
69506
|
"sourceFilesOutsideRootDirectory": {
|
|
68983
69507
|
"type": "boolean"
|
|
68984
69508
|
},
|
|
@@ -69102,6 +69626,7 @@
|
|
|
69102
69626
|
"required": [
|
|
69103
69627
|
"uid",
|
|
69104
69628
|
"name",
|
|
69629
|
+
"projectId",
|
|
69105
69630
|
"url",
|
|
69106
69631
|
"created",
|
|
69107
69632
|
"type",
|
|
@@ -71809,6 +72334,73 @@
|
|
|
71809
72334
|
"type": "object",
|
|
71810
72335
|
"description": "The payload of the event, if requested."
|
|
71811
72336
|
},
|
|
72337
|
+
{
|
|
72338
|
+
"properties": {
|
|
72339
|
+
"projectId": {
|
|
72340
|
+
"type": "string"
|
|
72341
|
+
},
|
|
72342
|
+
"rulesetName": {
|
|
72343
|
+
"type": "string"
|
|
72344
|
+
},
|
|
72345
|
+
"active": {
|
|
72346
|
+
"type": "boolean"
|
|
72347
|
+
},
|
|
72348
|
+
"action": {
|
|
72349
|
+
"type": "string",
|
|
72350
|
+
"enum": [
|
|
72351
|
+
"log",
|
|
72352
|
+
"challenge",
|
|
72353
|
+
"deny"
|
|
72354
|
+
]
|
|
72355
|
+
}
|
|
72356
|
+
},
|
|
72357
|
+
"required": [
|
|
72358
|
+
"projectId",
|
|
72359
|
+
"rulesetName",
|
|
72360
|
+
"active"
|
|
72361
|
+
],
|
|
72362
|
+
"type": "object",
|
|
72363
|
+
"description": "The payload of the event, if requested."
|
|
72364
|
+
},
|
|
72365
|
+
{
|
|
72366
|
+
"properties": {
|
|
72367
|
+
"projectId": {
|
|
72368
|
+
"type": "string"
|
|
72369
|
+
},
|
|
72370
|
+
"rulesetName": {
|
|
72371
|
+
"type": "string"
|
|
72372
|
+
},
|
|
72373
|
+
"ruleGroups": {
|
|
72374
|
+
"additionalProperties": {
|
|
72375
|
+
"properties": {
|
|
72376
|
+
"active": {
|
|
72377
|
+
"type": "boolean"
|
|
72378
|
+
},
|
|
72379
|
+
"action": {
|
|
72380
|
+
"type": "string",
|
|
72381
|
+
"enum": [
|
|
72382
|
+
"log",
|
|
72383
|
+
"challenge",
|
|
72384
|
+
"deny"
|
|
72385
|
+
]
|
|
72386
|
+
}
|
|
72387
|
+
},
|
|
72388
|
+
"required": [
|
|
72389
|
+
"active"
|
|
72390
|
+
],
|
|
72391
|
+
"type": "object"
|
|
72392
|
+
},
|
|
72393
|
+
"type": "object"
|
|
72394
|
+
}
|
|
72395
|
+
},
|
|
72396
|
+
"required": [
|
|
72397
|
+
"projectId",
|
|
72398
|
+
"rulesetName",
|
|
72399
|
+
"ruleGroups"
|
|
72400
|
+
],
|
|
72401
|
+
"type": "object",
|
|
72402
|
+
"description": "The payload of the event, if requested."
|
|
72403
|
+
},
|
|
71812
72404
|
{
|
|
71813
72405
|
"properties": {
|
|
71814
72406
|
"integrationId": {
|
|
@@ -72273,6 +72865,9 @@
|
|
|
72273
72865
|
"concurrentBuilds": {
|
|
72274
72866
|
"type": "number"
|
|
72275
72867
|
},
|
|
72868
|
+
"elasticConcurrencyEnabled": {
|
|
72869
|
+
"type": "boolean"
|
|
72870
|
+
},
|
|
72276
72871
|
"buildEntitlements": {
|
|
72277
72872
|
"properties": {
|
|
72278
72873
|
"enhancedBuilds": {
|
|
@@ -72566,19 +73161,10 @@
|
|
|
72566
73161
|
"blobDataTransfer",
|
|
72567
73162
|
"observabilityEvent",
|
|
72568
73163
|
"onDemandConcurrencyMinutes",
|
|
72569
|
-
"postgresComputeTime",
|
|
72570
|
-
"postgresDataStorage",
|
|
72571
|
-
"postgresDataTransfer",
|
|
72572
|
-
"postgresDatabase",
|
|
72573
|
-
"postgresWrittenData",
|
|
72574
73164
|
"runtimeCacheRead",
|
|
72575
73165
|
"runtimeCacheWrite",
|
|
72576
73166
|
"serverlessFunctionExecution",
|
|
72577
73167
|
"sourceImages",
|
|
72578
|
-
"storageRedisTotalBandwidthInBytes",
|
|
72579
|
-
"storageRedisTotalCommands",
|
|
72580
|
-
"storageRedisTotalDailyAvgStorageInBytes",
|
|
72581
|
-
"storageRedisTotalDatabases",
|
|
72582
73168
|
"wafOwaspExcessBytes",
|
|
72583
73169
|
"wafOwaspRequests",
|
|
72584
73170
|
"wafRateLimitRequest",
|
|
@@ -72666,11 +73252,11 @@
|
|
|
72666
73252
|
"enum": [
|
|
72667
73253
|
"teams",
|
|
72668
73254
|
"saml",
|
|
73255
|
+
"link",
|
|
72669
73256
|
"github",
|
|
72670
73257
|
"gitlab",
|
|
72671
73258
|
"bitbucket",
|
|
72672
73259
|
"mail",
|
|
72673
|
-
"link",
|
|
72674
73260
|
"import",
|
|
72675
73261
|
"dsync",
|
|
72676
73262
|
"feedback",
|
|
@@ -73356,101 +73942,6 @@
|
|
|
73356
73942
|
],
|
|
73357
73943
|
"type": "object"
|
|
73358
73944
|
},
|
|
73359
|
-
"postgresComputeTime": {
|
|
73360
|
-
"properties": {
|
|
73361
|
-
"currentThreshold": {
|
|
73362
|
-
"type": "number"
|
|
73363
|
-
},
|
|
73364
|
-
"warningAt": {
|
|
73365
|
-
"nullable": true,
|
|
73366
|
-
"type": "number"
|
|
73367
|
-
},
|
|
73368
|
-
"blockedAt": {
|
|
73369
|
-
"nullable": true,
|
|
73370
|
-
"type": "number"
|
|
73371
|
-
}
|
|
73372
|
-
},
|
|
73373
|
-
"required": [
|
|
73374
|
-
"currentThreshold"
|
|
73375
|
-
],
|
|
73376
|
-
"type": "object"
|
|
73377
|
-
},
|
|
73378
|
-
"postgresDataStorage": {
|
|
73379
|
-
"properties": {
|
|
73380
|
-
"currentThreshold": {
|
|
73381
|
-
"type": "number"
|
|
73382
|
-
},
|
|
73383
|
-
"warningAt": {
|
|
73384
|
-
"nullable": true,
|
|
73385
|
-
"type": "number"
|
|
73386
|
-
},
|
|
73387
|
-
"blockedAt": {
|
|
73388
|
-
"nullable": true,
|
|
73389
|
-
"type": "number"
|
|
73390
|
-
}
|
|
73391
|
-
},
|
|
73392
|
-
"required": [
|
|
73393
|
-
"currentThreshold"
|
|
73394
|
-
],
|
|
73395
|
-
"type": "object"
|
|
73396
|
-
},
|
|
73397
|
-
"postgresDataTransfer": {
|
|
73398
|
-
"properties": {
|
|
73399
|
-
"currentThreshold": {
|
|
73400
|
-
"type": "number"
|
|
73401
|
-
},
|
|
73402
|
-
"warningAt": {
|
|
73403
|
-
"nullable": true,
|
|
73404
|
-
"type": "number"
|
|
73405
|
-
},
|
|
73406
|
-
"blockedAt": {
|
|
73407
|
-
"nullable": true,
|
|
73408
|
-
"type": "number"
|
|
73409
|
-
}
|
|
73410
|
-
},
|
|
73411
|
-
"required": [
|
|
73412
|
-
"currentThreshold"
|
|
73413
|
-
],
|
|
73414
|
-
"type": "object"
|
|
73415
|
-
},
|
|
73416
|
-
"postgresDatabase": {
|
|
73417
|
-
"properties": {
|
|
73418
|
-
"currentThreshold": {
|
|
73419
|
-
"type": "number"
|
|
73420
|
-
},
|
|
73421
|
-
"warningAt": {
|
|
73422
|
-
"nullable": true,
|
|
73423
|
-
"type": "number"
|
|
73424
|
-
},
|
|
73425
|
-
"blockedAt": {
|
|
73426
|
-
"nullable": true,
|
|
73427
|
-
"type": "number"
|
|
73428
|
-
}
|
|
73429
|
-
},
|
|
73430
|
-
"required": [
|
|
73431
|
-
"currentThreshold"
|
|
73432
|
-
],
|
|
73433
|
-
"type": "object"
|
|
73434
|
-
},
|
|
73435
|
-
"postgresWrittenData": {
|
|
73436
|
-
"properties": {
|
|
73437
|
-
"currentThreshold": {
|
|
73438
|
-
"type": "number"
|
|
73439
|
-
},
|
|
73440
|
-
"warningAt": {
|
|
73441
|
-
"nullable": true,
|
|
73442
|
-
"type": "number"
|
|
73443
|
-
},
|
|
73444
|
-
"blockedAt": {
|
|
73445
|
-
"nullable": true,
|
|
73446
|
-
"type": "number"
|
|
73447
|
-
}
|
|
73448
|
-
},
|
|
73449
|
-
"required": [
|
|
73450
|
-
"currentThreshold"
|
|
73451
|
-
],
|
|
73452
|
-
"type": "object"
|
|
73453
|
-
},
|
|
73454
73945
|
"runtimeCacheRead": {
|
|
73455
73946
|
"properties": {
|
|
73456
73947
|
"currentThreshold": {
|
|
@@ -73527,82 +74018,6 @@
|
|
|
73527
74018
|
],
|
|
73528
74019
|
"type": "object"
|
|
73529
74020
|
},
|
|
73530
|
-
"storageRedisTotalBandwidthInBytes": {
|
|
73531
|
-
"properties": {
|
|
73532
|
-
"currentThreshold": {
|
|
73533
|
-
"type": "number"
|
|
73534
|
-
},
|
|
73535
|
-
"warningAt": {
|
|
73536
|
-
"nullable": true,
|
|
73537
|
-
"type": "number"
|
|
73538
|
-
},
|
|
73539
|
-
"blockedAt": {
|
|
73540
|
-
"nullable": true,
|
|
73541
|
-
"type": "number"
|
|
73542
|
-
}
|
|
73543
|
-
},
|
|
73544
|
-
"required": [
|
|
73545
|
-
"currentThreshold"
|
|
73546
|
-
],
|
|
73547
|
-
"type": "object"
|
|
73548
|
-
},
|
|
73549
|
-
"storageRedisTotalCommands": {
|
|
73550
|
-
"properties": {
|
|
73551
|
-
"currentThreshold": {
|
|
73552
|
-
"type": "number"
|
|
73553
|
-
},
|
|
73554
|
-
"warningAt": {
|
|
73555
|
-
"nullable": true,
|
|
73556
|
-
"type": "number"
|
|
73557
|
-
},
|
|
73558
|
-
"blockedAt": {
|
|
73559
|
-
"nullable": true,
|
|
73560
|
-
"type": "number"
|
|
73561
|
-
}
|
|
73562
|
-
},
|
|
73563
|
-
"required": [
|
|
73564
|
-
"currentThreshold"
|
|
73565
|
-
],
|
|
73566
|
-
"type": "object"
|
|
73567
|
-
},
|
|
73568
|
-
"storageRedisTotalDailyAvgStorageInBytes": {
|
|
73569
|
-
"properties": {
|
|
73570
|
-
"currentThreshold": {
|
|
73571
|
-
"type": "number"
|
|
73572
|
-
},
|
|
73573
|
-
"warningAt": {
|
|
73574
|
-
"nullable": true,
|
|
73575
|
-
"type": "number"
|
|
73576
|
-
},
|
|
73577
|
-
"blockedAt": {
|
|
73578
|
-
"nullable": true,
|
|
73579
|
-
"type": "number"
|
|
73580
|
-
}
|
|
73581
|
-
},
|
|
73582
|
-
"required": [
|
|
73583
|
-
"currentThreshold"
|
|
73584
|
-
],
|
|
73585
|
-
"type": "object"
|
|
73586
|
-
},
|
|
73587
|
-
"storageRedisTotalDatabases": {
|
|
73588
|
-
"properties": {
|
|
73589
|
-
"currentThreshold": {
|
|
73590
|
-
"type": "number"
|
|
73591
|
-
},
|
|
73592
|
-
"warningAt": {
|
|
73593
|
-
"nullable": true,
|
|
73594
|
-
"type": "number"
|
|
73595
|
-
},
|
|
73596
|
-
"blockedAt": {
|
|
73597
|
-
"nullable": true,
|
|
73598
|
-
"type": "number"
|
|
73599
|
-
}
|
|
73600
|
-
},
|
|
73601
|
-
"required": [
|
|
73602
|
-
"currentThreshold"
|
|
73603
|
-
],
|
|
73604
|
-
"type": "object"
|
|
73605
|
-
},
|
|
73606
74021
|
"wafOwaspExcessBytes": {
|
|
73607
74022
|
"properties": {
|
|
73608
74023
|
"currentThreshold": {
|
|
@@ -73946,19 +74361,10 @@
|
|
|
73946
74361
|
"blobDataTransfer",
|
|
73947
74362
|
"observabilityEvent",
|
|
73948
74363
|
"onDemandConcurrencyMinutes",
|
|
73949
|
-
"postgresComputeTime",
|
|
73950
|
-
"postgresDataStorage",
|
|
73951
|
-
"postgresDataTransfer",
|
|
73952
|
-
"postgresDatabase",
|
|
73953
|
-
"postgresWrittenData",
|
|
73954
74364
|
"runtimeCacheRead",
|
|
73955
74365
|
"runtimeCacheWrite",
|
|
73956
74366
|
"serverlessFunctionExecution",
|
|
73957
74367
|
"sourceImages",
|
|
73958
|
-
"storageRedisTotalBandwidthInBytes",
|
|
73959
|
-
"storageRedisTotalCommands",
|
|
73960
|
-
"storageRedisTotalDailyAvgStorageInBytes",
|
|
73961
|
-
"storageRedisTotalDatabases",
|
|
73962
74368
|
"wafOwaspExcessBytes",
|
|
73963
74369
|
"wafOwaspRequests",
|
|
73964
74370
|
"wafRateLimitRequest",
|
|
@@ -74023,19 +74429,10 @@
|
|
|
74023
74429
|
"blobDataTransfer",
|
|
74024
74430
|
"observabilityEvent",
|
|
74025
74431
|
"onDemandConcurrencyMinutes",
|
|
74026
|
-
"postgresComputeTime",
|
|
74027
|
-
"postgresDataStorage",
|
|
74028
|
-
"postgresDataTransfer",
|
|
74029
|
-
"postgresDatabase",
|
|
74030
|
-
"postgresWrittenData",
|
|
74031
74432
|
"runtimeCacheRead",
|
|
74032
74433
|
"runtimeCacheWrite",
|
|
74033
74434
|
"serverlessFunctionExecution",
|
|
74034
74435
|
"sourceImages",
|
|
74035
|
-
"storageRedisTotalBandwidthInBytes",
|
|
74036
|
-
"storageRedisTotalCommands",
|
|
74037
|
-
"storageRedisTotalDailyAvgStorageInBytes",
|
|
74038
|
-
"storageRedisTotalDatabases",
|
|
74039
74436
|
"wafOwaspExcessBytes",
|
|
74040
74437
|
"wafOwaspRequests",
|
|
74041
74438
|
"wafRateLimitRequest",
|
|
@@ -74100,19 +74497,10 @@
|
|
|
74100
74497
|
"blobDataTransfer",
|
|
74101
74498
|
"observabilityEvent",
|
|
74102
74499
|
"onDemandConcurrencyMinutes",
|
|
74103
|
-
"postgresComputeTime",
|
|
74104
|
-
"postgresDataStorage",
|
|
74105
|
-
"postgresDataTransfer",
|
|
74106
|
-
"postgresDatabase",
|
|
74107
|
-
"postgresWrittenData",
|
|
74108
74500
|
"runtimeCacheRead",
|
|
74109
74501
|
"runtimeCacheWrite",
|
|
74110
74502
|
"serverlessFunctionExecution",
|
|
74111
74503
|
"sourceImages",
|
|
74112
|
-
"storageRedisTotalBandwidthInBytes",
|
|
74113
|
-
"storageRedisTotalCommands",
|
|
74114
|
-
"storageRedisTotalDailyAvgStorageInBytes",
|
|
74115
|
-
"storageRedisTotalDatabases",
|
|
74116
74504
|
"wafOwaspExcessBytes",
|
|
74117
74505
|
"wafOwaspRequests",
|
|
74118
74506
|
"wafRateLimitRequest",
|
|
@@ -74714,11 +75102,11 @@
|
|
|
74714
75102
|
"enum": [
|
|
74715
75103
|
"teams",
|
|
74716
75104
|
"saml",
|
|
75105
|
+
"link",
|
|
74717
75106
|
"github",
|
|
74718
75107
|
"gitlab",
|
|
74719
75108
|
"bitbucket",
|
|
74720
75109
|
"mail",
|
|
74721
|
-
"link",
|
|
74722
75110
|
"import",
|
|
74723
75111
|
"dsync",
|
|
74724
75112
|
"feedback",
|
|
@@ -74940,7 +75328,8 @@
|
|
|
74940
75328
|
"enum": [
|
|
74941
75329
|
"all",
|
|
74942
75330
|
"preview",
|
|
74943
|
-
"prod_deployment_urls_and_all_previews"
|
|
75331
|
+
"prod_deployment_urls_and_all_previews",
|
|
75332
|
+
"all_except_custom_domains"
|
|
74944
75333
|
]
|
|
74945
75334
|
}
|
|
74946
75335
|
},
|
|
@@ -74954,7 +75343,8 @@
|
|
|
74954
75343
|
"enum": [
|
|
74955
75344
|
"all",
|
|
74956
75345
|
"preview",
|
|
74957
|
-
"prod_deployment_urls_and_all_previews"
|
|
75346
|
+
"prod_deployment_urls_and_all_previews",
|
|
75347
|
+
"all_except_custom_domains"
|
|
74958
75348
|
]
|
|
74959
75349
|
}
|
|
74960
75350
|
]
|
|
@@ -74969,7 +75359,8 @@
|
|
|
74969
75359
|
"enum": [
|
|
74970
75360
|
"all",
|
|
74971
75361
|
"preview",
|
|
74972
|
-
"prod_deployment_urls_and_all_previews"
|
|
75362
|
+
"prod_deployment_urls_and_all_previews",
|
|
75363
|
+
"all_except_custom_domains"
|
|
74973
75364
|
]
|
|
74974
75365
|
}
|
|
74975
75366
|
},
|
|
@@ -74983,7 +75374,8 @@
|
|
|
74983
75374
|
"enum": [
|
|
74984
75375
|
"all",
|
|
74985
75376
|
"preview",
|
|
74986
|
-
"prod_deployment_urls_and_all_previews"
|
|
75377
|
+
"prod_deployment_urls_and_all_previews",
|
|
75378
|
+
"all_except_custom_domains"
|
|
74987
75379
|
]
|
|
74988
75380
|
}
|
|
74989
75381
|
]
|
|
@@ -75012,7 +75404,8 @@
|
|
|
75012
75404
|
"enum": [
|
|
75013
75405
|
"all",
|
|
75014
75406
|
"preview",
|
|
75015
|
-
"prod_deployment_urls_and_all_previews"
|
|
75407
|
+
"prod_deployment_urls_and_all_previews",
|
|
75408
|
+
"all_except_custom_domains"
|
|
75016
75409
|
]
|
|
75017
75410
|
}
|
|
75018
75411
|
},
|
|
@@ -75026,7 +75419,8 @@
|
|
|
75026
75419
|
"enum": [
|
|
75027
75420
|
"all",
|
|
75028
75421
|
"preview",
|
|
75029
|
-
"prod_deployment_urls_and_all_previews"
|
|
75422
|
+
"prod_deployment_urls_and_all_previews",
|
|
75423
|
+
"all_except_custom_domains"
|
|
75030
75424
|
]
|
|
75031
75425
|
}
|
|
75032
75426
|
]
|
|
@@ -75041,7 +75435,8 @@
|
|
|
75041
75435
|
"enum": [
|
|
75042
75436
|
"all",
|
|
75043
75437
|
"preview",
|
|
75044
|
-
"prod_deployment_urls_and_all_previews"
|
|
75438
|
+
"prod_deployment_urls_and_all_previews",
|
|
75439
|
+
"all_except_custom_domains"
|
|
75045
75440
|
]
|
|
75046
75441
|
}
|
|
75047
75442
|
},
|
|
@@ -75055,7 +75450,8 @@
|
|
|
75055
75450
|
"enum": [
|
|
75056
75451
|
"all",
|
|
75057
75452
|
"preview",
|
|
75058
|
-
"prod_deployment_urls_and_all_previews"
|
|
75453
|
+
"prod_deployment_urls_and_all_previews",
|
|
75454
|
+
"all_except_custom_domains"
|
|
75059
75455
|
]
|
|
75060
75456
|
}
|
|
75061
75457
|
]
|
|
@@ -75081,6 +75477,7 @@
|
|
|
75081
75477
|
"all",
|
|
75082
75478
|
"preview",
|
|
75083
75479
|
"prod_deployment_urls_and_all_previews",
|
|
75480
|
+
"all_except_custom_domains",
|
|
75084
75481
|
"production"
|
|
75085
75482
|
]
|
|
75086
75483
|
},
|
|
@@ -75091,6 +75488,7 @@
|
|
|
75091
75488
|
"all",
|
|
75092
75489
|
"preview",
|
|
75093
75490
|
"prod_deployment_urls_and_all_previews",
|
|
75491
|
+
"all_except_custom_domains",
|
|
75094
75492
|
"production"
|
|
75095
75493
|
]
|
|
75096
75494
|
},
|
|
@@ -77681,6 +78079,10 @@
|
|
|
77681
78079
|
"type": "number",
|
|
77682
78080
|
"description": "The total amount of concurrent builds that can be used."
|
|
77683
78081
|
},
|
|
78082
|
+
"elasticConcurrencyEnabled": {
|
|
78083
|
+
"type": "boolean",
|
|
78084
|
+
"description": "Whether every build for this team / user has elastic concurrency enabled automatically."
|
|
78085
|
+
},
|
|
77684
78086
|
"edgeConfigSize": {
|
|
77685
78087
|
"type": "number",
|
|
77686
78088
|
"description": "The maximum size in kilobytes of an Edge Config. Only specified if a custom limit is set."
|
|
@@ -77894,9 +78296,9 @@
|
|
|
77894
78296
|
"origin": {
|
|
77895
78297
|
"type": "string",
|
|
77896
78298
|
"enum": [
|
|
78299
|
+
"link",
|
|
77897
78300
|
"saml",
|
|
77898
78301
|
"mail",
|
|
77899
|
-
"link",
|
|
77900
78302
|
"import",
|
|
77901
78303
|
"teams",
|
|
77902
78304
|
"github",
|
|
@@ -78184,9 +78586,9 @@
|
|
|
78184
78586
|
"origin": {
|
|
78185
78587
|
"type": "string",
|
|
78186
78588
|
"enum": [
|
|
78589
|
+
"link",
|
|
78187
78590
|
"saml",
|
|
78188
78591
|
"mail",
|
|
78189
|
-
"link",
|
|
78190
78592
|
"import",
|
|
78191
78593
|
"teams",
|
|
78192
78594
|
"github",
|
|
@@ -78486,19 +78888,10 @@
|
|
|
78486
78888
|
"blobDataTransfer",
|
|
78487
78889
|
"observabilityEvent",
|
|
78488
78890
|
"onDemandConcurrencyMinutes",
|
|
78489
|
-
"postgresComputeTime",
|
|
78490
|
-
"postgresDataStorage",
|
|
78491
|
-
"postgresDataTransfer",
|
|
78492
|
-
"postgresDatabase",
|
|
78493
|
-
"postgresWrittenData",
|
|
78494
78891
|
"runtimeCacheRead",
|
|
78495
78892
|
"runtimeCacheWrite",
|
|
78496
78893
|
"serverlessFunctionExecution",
|
|
78497
78894
|
"sourceImages",
|
|
78498
|
-
"storageRedisTotalBandwidthInBytes",
|
|
78499
|
-
"storageRedisTotalCommands",
|
|
78500
|
-
"storageRedisTotalDailyAvgStorageInBytes",
|
|
78501
|
-
"storageRedisTotalDatabases",
|
|
78502
78895
|
"wafOwaspExcessBytes",
|
|
78503
78896
|
"wafOwaspRequests",
|
|
78504
78897
|
"wafRateLimitRequest",
|
|
@@ -78528,6 +78921,10 @@
|
|
|
78528
78921
|
"type": "number",
|
|
78529
78922
|
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
78530
78923
|
},
|
|
78924
|
+
"elasticConcurrencyEnabled": {
|
|
78925
|
+
"type": "boolean",
|
|
78926
|
+
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
78927
|
+
},
|
|
78531
78928
|
"buildEntitlements": {
|
|
78532
78929
|
"properties": {
|
|
78533
78930
|
"enhancedBuilds": {
|