@vercel/sdk 1.9.0 → 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 +11 -7
- package/bin/mcp-server.js +3307 -2453
- package/bin/mcp-server.js.map +46 -41
- package/docs/sdks/deployments/README.md +2 -0
- package/docs/sdks/logdrains/README.md +0 -80
- package/docs/sdks/marketplace/README.md +310 -78
- 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 +41 -0
- 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/{logDrainsDeleteConfigurableLogDrain.js → marketplaceDeleteIntegrationResource.js} +11 -15
- package/esm/funcs/marketplaceDeleteIntegrationResource.js.map +1 -0
- package/esm/funcs/marketplaceGetIntegrationResource.d.ts +20 -0
- package/esm/funcs/marketplaceGetIntegrationResource.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetIntegrationResource.js +90 -0
- package/esm/funcs/marketplaceGetIntegrationResource.js.map +1 -0
- package/esm/funcs/marketplaceGetIntegrationResources.d.ts +20 -0
- package/esm/funcs/marketplaceGetIntegrationResources.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetIntegrationResources.js +86 -0
- 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 +11 -7
- 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/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/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 +102 -25
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +80 -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/getedgeconfigbackupop.d.ts +15 -15
- package/esm/models/getedgeconfigbackupop.d.ts.map +1 -1
- package/esm/models/getedgeconfigbackupop.js +15 -15
- package/esm/models/getedgeconfigbackupop.js.map +1 -1
- package/esm/models/getintegrationresourceop.d.ts +293 -0
- package/esm/models/getintegrationresourceop.d.ts.map +1 -0
- package/esm/models/getintegrationresourceop.js +252 -0
- 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 +12 -2
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +4 -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/getteamaccessrequestop.d.ts +3 -3
- package/esm/models/getteamaccessrequestop.js +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -3
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +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/importresourceop.d.ts +15 -15
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +17 -15
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/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 +12 -2
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +4 -2
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +24 -2
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +8 -2
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateresourcesecretsop.d.ts +15 -15
- package/esm/models/updateresourcesecretsop.d.ts.map +1 -1
- package/esm/models/updateresourcesecretsop.js +15 -17
- package/esm/models/updateresourcesecretsop.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 +31 -7
- package/esm/sdk/marketplace.d.ts.map +1 -1
- package/esm/sdk/marketplace.js +39 -9
- 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 +47 -0
- 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/{logDrainsDeleteConfigurableLogDrain.ts → marketplaceDeleteIntegrationResource.ts} +20 -19
- package/src/funcs/marketplaceGetIntegrationResource.ts +206 -0
- package/src/funcs/marketplaceGetIntegrationResources.ts +202 -0
- 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 +11 -7
- package/src/mcp-server/tools/marketplaceDeleteIntegrationResource.ts +37 -0
- package/src/mcp-server/tools/marketplaceGetIntegrationResource.ts +39 -0
- package/src/mcp-server/tools/marketplaceGetIntegrationResources.ts +39 -0
- package/src/models/authuser.ts +7 -10
- package/src/models/canceldeploymentop.ts +607 -2
- package/src/models/createdeploymentop.ts +855 -289
- package/src/models/createprojectop.ts +159 -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/getedgeconfigbackupop.ts +41 -24
- package/src/models/getintegrationresourceop.ts +561 -0
- package/src/models/getintegrationresourcesop.ts +642 -0
- package/src/models/getprojectsop.ts +4 -4
- package/src/models/getrollingreleasebillingstatusop.ts +31 -15
- package/src/models/getteamaccessrequestop.ts +1 -1
- package/src/models/getv9projectsidornamecustomenvironmentsop.ts +1 -1
- package/src/models/getwebhookop.ts +1 -0
- package/src/models/getwebhooksop.ts +3 -0
- package/src/models/importresourceop.ts +27 -35
- 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 +4 -4
- package/src/models/updateprojectop.ts +8 -4
- package/src/models/updateresourcesecretsop.ts +49 -33
- 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 +80 -17
- package/src/sdk/sdk.ts +5 -5
- package/vercel-spec.json +1641 -828
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.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/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/src/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.ts +0 -37
- package/src/models/deleteconfigurablelogdrainop.ts +0 -83
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
|
},
|
|
@@ -7605,7 +7603,8 @@
|
|
|
7605
7603
|
"production",
|
|
7606
7604
|
"preview",
|
|
7607
7605
|
"all",
|
|
7608
|
-
"prod_deployment_urls_and_all_previews"
|
|
7606
|
+
"prod_deployment_urls_and_all_previews",
|
|
7607
|
+
"all_except_custom_domains"
|
|
7609
7608
|
]
|
|
7610
7609
|
},
|
|
7611
7610
|
"addresses": {
|
|
@@ -7648,7 +7647,8 @@
|
|
|
7648
7647
|
"production",
|
|
7649
7648
|
"preview",
|
|
7650
7649
|
"all",
|
|
7651
|
-
"prod_deployment_urls_and_all_previews"
|
|
7650
|
+
"prod_deployment_urls_and_all_previews",
|
|
7651
|
+
"all_except_custom_domains"
|
|
7652
7652
|
]
|
|
7653
7653
|
}
|
|
7654
7654
|
},
|
|
@@ -9296,7 +9296,8 @@
|
|
|
9296
9296
|
"fasthtml",
|
|
9297
9297
|
"sanity-v3",
|
|
9298
9298
|
"sanity",
|
|
9299
|
-
"storybook"
|
|
9299
|
+
"storybook",
|
|
9300
|
+
"nitro"
|
|
9300
9301
|
]
|
|
9301
9302
|
},
|
|
9302
9303
|
"commandForIgnoringBuildStep": {
|
|
@@ -9371,10 +9372,10 @@
|
|
|
9371
9372
|
"status": {
|
|
9372
9373
|
"type": "string",
|
|
9373
9374
|
"enum": [
|
|
9374
|
-
"error",
|
|
9375
9375
|
"skipped",
|
|
9376
9376
|
"pending",
|
|
9377
9377
|
"ready",
|
|
9378
|
+
"error",
|
|
9378
9379
|
"timeout"
|
|
9379
9380
|
]
|
|
9380
9381
|
},
|
|
@@ -9675,9 +9676,9 @@
|
|
|
9675
9676
|
"type": {
|
|
9676
9677
|
"type": "string",
|
|
9677
9678
|
"enum": [
|
|
9679
|
+
"endsWith",
|
|
9678
9680
|
"startsWith",
|
|
9679
|
-
"equals"
|
|
9680
|
-
"endsWith"
|
|
9681
|
+
"equals"
|
|
9681
9682
|
],
|
|
9682
9683
|
"description": "The type of matching to perform"
|
|
9683
9684
|
},
|
|
@@ -10545,6 +10546,47 @@
|
|
|
10545
10546
|
},
|
|
10546
10547
|
"excludeFiles": {
|
|
10547
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"
|
|
10548
10590
|
}
|
|
10549
10591
|
},
|
|
10550
10592
|
"type": "object"
|
|
@@ -10935,6 +10977,111 @@
|
|
|
10935
10977
|
],
|
|
10936
10978
|
"type": "object"
|
|
10937
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
|
+
},
|
|
10938
11085
|
"locale": {
|
|
10939
11086
|
"properties": {
|
|
10940
11087
|
"redirect": {
|
|
@@ -11270,6 +11417,14 @@
|
|
|
11270
11417
|
"minItems": 2,
|
|
11271
11418
|
"type": "array",
|
|
11272
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."
|
|
11273
11428
|
}
|
|
11274
11429
|
},
|
|
11275
11430
|
"required": [
|
|
@@ -11333,6 +11488,14 @@
|
|
|
11333
11488
|
"minItems": 2,
|
|
11334
11489
|
"type": "array",
|
|
11335
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."
|
|
11336
11499
|
}
|
|
11337
11500
|
},
|
|
11338
11501
|
"required": [
|
|
@@ -11635,9 +11798,9 @@
|
|
|
11635
11798
|
"type": {
|
|
11636
11799
|
"type": "string",
|
|
11637
11800
|
"enum": [
|
|
11801
|
+
"endsWith",
|
|
11638
11802
|
"startsWith",
|
|
11639
|
-
"equals"
|
|
11640
|
-
"endsWith"
|
|
11803
|
+
"equals"
|
|
11641
11804
|
],
|
|
11642
11805
|
"description": "The type of matching to perform"
|
|
11643
11806
|
},
|
|
@@ -12691,7 +12854,8 @@
|
|
|
12691
12854
|
"fasthtml",
|
|
12692
12855
|
"sanity-v3",
|
|
12693
12856
|
"sanity",
|
|
12694
|
-
"storybook"
|
|
12857
|
+
"storybook",
|
|
12858
|
+
"nitro"
|
|
12695
12859
|
]
|
|
12696
12860
|
},
|
|
12697
12861
|
"installCommand": {
|
|
@@ -12762,10 +12926,10 @@
|
|
|
12762
12926
|
"status": {
|
|
12763
12927
|
"type": "string",
|
|
12764
12928
|
"enum": [
|
|
12765
|
-
"error",
|
|
12766
12929
|
"skipped",
|
|
12767
12930
|
"pending",
|
|
12768
12931
|
"ready",
|
|
12932
|
+
"error",
|
|
12769
12933
|
"timeout"
|
|
12770
12934
|
]
|
|
12771
12935
|
},
|
|
@@ -13066,9 +13230,9 @@
|
|
|
13066
13230
|
"type": {
|
|
13067
13231
|
"type": "string",
|
|
13068
13232
|
"enum": [
|
|
13233
|
+
"endsWith",
|
|
13069
13234
|
"startsWith",
|
|
13070
|
-
"equals"
|
|
13071
|
-
"endsWith"
|
|
13235
|
+
"equals"
|
|
13072
13236
|
],
|
|
13073
13237
|
"description": "The type of matching to perform"
|
|
13074
13238
|
},
|
|
@@ -13708,6 +13872,10 @@
|
|
|
13708
13872
|
"staging"
|
|
13709
13873
|
]
|
|
13710
13874
|
},
|
|
13875
|
+
"errorMessage": {
|
|
13876
|
+
"nullable": true,
|
|
13877
|
+
"type": "string"
|
|
13878
|
+
},
|
|
13711
13879
|
"passiveRegions": {
|
|
13712
13880
|
"items": {
|
|
13713
13881
|
"type": "string"
|
|
@@ -13721,10 +13889,6 @@
|
|
|
13721
13889
|
},
|
|
13722
13890
|
"type": "array"
|
|
13723
13891
|
},
|
|
13724
|
-
"errorMessage": {
|
|
13725
|
-
"nullable": true,
|
|
13726
|
-
"type": "string"
|
|
13727
|
-
},
|
|
13728
13892
|
"aliasWarning": {
|
|
13729
13893
|
"nullable": true,
|
|
13730
13894
|
"properties": {
|
|
@@ -13962,6 +14126,47 @@
|
|
|
13962
14126
|
},
|
|
13963
14127
|
"excludeFiles": {
|
|
13964
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"
|
|
13965
14170
|
}
|
|
13966
14171
|
},
|
|
13967
14172
|
"type": "object"
|
|
@@ -14341,6 +14546,111 @@
|
|
|
14341
14546
|
],
|
|
14342
14547
|
"type": "object"
|
|
14343
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
|
+
},
|
|
14344
14654
|
"locale": {
|
|
14345
14655
|
"properties": {
|
|
14346
14656
|
"redirect": {
|
|
@@ -14448,6 +14758,38 @@
|
|
|
14448
14758
|
},
|
|
14449
14759
|
"type": "array"
|
|
14450
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
|
+
},
|
|
14451
14793
|
"microfrontends": {
|
|
14452
14794
|
"oneOf": [
|
|
14453
14795
|
{
|
|
@@ -14479,6 +14821,14 @@
|
|
|
14479
14821
|
"minItems": 2,
|
|
14480
14822
|
"type": "array",
|
|
14481
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."
|
|
14482
14832
|
}
|
|
14483
14833
|
},
|
|
14484
14834
|
"required": [
|
|
@@ -14542,6 +14892,14 @@
|
|
|
14542
14892
|
"minItems": 2,
|
|
14543
14893
|
"type": "array",
|
|
14544
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."
|
|
14545
14903
|
}
|
|
14546
14904
|
},
|
|
14547
14905
|
"required": [
|
|
@@ -14553,38 +14911,6 @@
|
|
|
14553
14911
|
}
|
|
14554
14912
|
]
|
|
14555
14913
|
},
|
|
14556
|
-
"checks": {
|
|
14557
|
-
"properties": {
|
|
14558
|
-
"deployment-alias": {
|
|
14559
|
-
"properties": {
|
|
14560
|
-
"state": {
|
|
14561
|
-
"type": "string",
|
|
14562
|
-
"enum": [
|
|
14563
|
-
"succeeded",
|
|
14564
|
-
"failed",
|
|
14565
|
-
"pending"
|
|
14566
|
-
]
|
|
14567
|
-
},
|
|
14568
|
-
"startedAt": {
|
|
14569
|
-
"type": "number"
|
|
14570
|
-
},
|
|
14571
|
-
"completedAt": {
|
|
14572
|
-
"type": "number"
|
|
14573
|
-
}
|
|
14574
|
-
},
|
|
14575
|
-
"required": [
|
|
14576
|
-
"state",
|
|
14577
|
-
"startedAt"
|
|
14578
|
-
],
|
|
14579
|
-
"type": "object",
|
|
14580
|
-
"description": "Condensed check data. Retrieve individual check and check run data using api-checks v2 routes."
|
|
14581
|
-
}
|
|
14582
|
-
},
|
|
14583
|
-
"required": [
|
|
14584
|
-
"deployment-alias"
|
|
14585
|
-
],
|
|
14586
|
-
"type": "object"
|
|
14587
|
-
},
|
|
14588
14914
|
"connectBuildsEnabled": {
|
|
14589
14915
|
"type": "boolean"
|
|
14590
14916
|
},
|
|
@@ -14887,6 +15213,9 @@
|
|
|
14887
15213
|
},
|
|
14888
15214
|
"409": {
|
|
14889
15215
|
"description": "The deployment project is being transferred"
|
|
15216
|
+
},
|
|
15217
|
+
"500": {
|
|
15218
|
+
"description": ""
|
|
14890
15219
|
}
|
|
14891
15220
|
},
|
|
14892
15221
|
"parameters": [
|
|
@@ -15023,6 +15352,11 @@
|
|
|
15023
15352
|
"description": "The name of the author of the commit",
|
|
15024
15353
|
"example": "kyliau"
|
|
15025
15354
|
},
|
|
15355
|
+
"commitAuthorEmail": {
|
|
15356
|
+
"type": "string",
|
|
15357
|
+
"description": "The email of the author of the commit",
|
|
15358
|
+
"example": "kyliau@example.com"
|
|
15359
|
+
},
|
|
15026
15360
|
"commitMessage": {
|
|
15027
15361
|
"type": "string",
|
|
15028
15362
|
"description": "The commit message",
|
|
@@ -15317,7 +15651,8 @@
|
|
|
15317
15651
|
"fasthtml",
|
|
15318
15652
|
"sanity-v3",
|
|
15319
15653
|
"sanity",
|
|
15320
|
-
"storybook"
|
|
15654
|
+
"storybook",
|
|
15655
|
+
"nitro"
|
|
15321
15656
|
],
|
|
15322
15657
|
"nullable": true
|
|
15323
15658
|
},
|
|
@@ -15543,7 +15878,8 @@
|
|
|
15543
15878
|
"fasthtml",
|
|
15544
15879
|
"sanity-v3",
|
|
15545
15880
|
"sanity",
|
|
15546
|
-
"storybook"
|
|
15881
|
+
"storybook",
|
|
15882
|
+
"nitro"
|
|
15547
15883
|
]
|
|
15548
15884
|
},
|
|
15549
15885
|
"commandForIgnoringBuildStep": {
|
|
@@ -15618,10 +15954,10 @@
|
|
|
15618
15954
|
"status": {
|
|
15619
15955
|
"type": "string",
|
|
15620
15956
|
"enum": [
|
|
15621
|
-
"error",
|
|
15622
15957
|
"skipped",
|
|
15623
15958
|
"pending",
|
|
15624
15959
|
"ready",
|
|
15960
|
+
"error",
|
|
15625
15961
|
"timeout"
|
|
15626
15962
|
]
|
|
15627
15963
|
},
|
|
@@ -15922,9 +16258,9 @@
|
|
|
15922
16258
|
"type": {
|
|
15923
16259
|
"type": "string",
|
|
15924
16260
|
"enum": [
|
|
16261
|
+
"endsWith",
|
|
15925
16262
|
"startsWith",
|
|
15926
|
-
"equals"
|
|
15927
|
-
"endsWith"
|
|
16263
|
+
"equals"
|
|
15928
16264
|
],
|
|
15929
16265
|
"description": "The type of matching to perform"
|
|
15930
16266
|
},
|
|
@@ -16781,6 +17117,47 @@
|
|
|
16781
17117
|
},
|
|
16782
17118
|
"excludeFiles": {
|
|
16783
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"
|
|
16784
17161
|
}
|
|
16785
17162
|
},
|
|
16786
17163
|
"type": "object"
|
|
@@ -17182,6 +17559,111 @@
|
|
|
17182
17559
|
],
|
|
17183
17560
|
"type": "object"
|
|
17184
17561
|
},
|
|
17562
|
+
"transforms": {
|
|
17563
|
+
"items": {
|
|
17564
|
+
"properties": {
|
|
17565
|
+
"type": {
|
|
17566
|
+
"type": "string",
|
|
17567
|
+
"enum": [
|
|
17568
|
+
"request.headers",
|
|
17569
|
+
"request.query",
|
|
17570
|
+
"response.headers"
|
|
17571
|
+
]
|
|
17572
|
+
},
|
|
17573
|
+
"op": {
|
|
17574
|
+
"type": "string",
|
|
17575
|
+
"enum": [
|
|
17576
|
+
"append",
|
|
17577
|
+
"set",
|
|
17578
|
+
"delete"
|
|
17579
|
+
]
|
|
17580
|
+
},
|
|
17581
|
+
"target": {
|
|
17582
|
+
"properties": {
|
|
17583
|
+
"key": {
|
|
17584
|
+
"oneOf": [
|
|
17585
|
+
{
|
|
17586
|
+
"type": "string"
|
|
17587
|
+
},
|
|
17588
|
+
{
|
|
17589
|
+
"properties": {
|
|
17590
|
+
"eq": {
|
|
17591
|
+
"oneOf": [
|
|
17592
|
+
{
|
|
17593
|
+
"type": "string"
|
|
17594
|
+
},
|
|
17595
|
+
{
|
|
17596
|
+
"type": "number"
|
|
17597
|
+
}
|
|
17598
|
+
]
|
|
17599
|
+
},
|
|
17600
|
+
"neq": {
|
|
17601
|
+
"type": "string"
|
|
17602
|
+
},
|
|
17603
|
+
"inc": {
|
|
17604
|
+
"items": {
|
|
17605
|
+
"type": "string"
|
|
17606
|
+
},
|
|
17607
|
+
"type": "array"
|
|
17608
|
+
},
|
|
17609
|
+
"ninc": {
|
|
17610
|
+
"items": {
|
|
17611
|
+
"type": "string"
|
|
17612
|
+
},
|
|
17613
|
+
"type": "array"
|
|
17614
|
+
},
|
|
17615
|
+
"pre": {
|
|
17616
|
+
"type": "string"
|
|
17617
|
+
},
|
|
17618
|
+
"suf": {
|
|
17619
|
+
"type": "string"
|
|
17620
|
+
},
|
|
17621
|
+
"gt": {
|
|
17622
|
+
"type": "number"
|
|
17623
|
+
},
|
|
17624
|
+
"gte": {
|
|
17625
|
+
"type": "number"
|
|
17626
|
+
},
|
|
17627
|
+
"lt": {
|
|
17628
|
+
"type": "number"
|
|
17629
|
+
},
|
|
17630
|
+
"lte": {
|
|
17631
|
+
"type": "number"
|
|
17632
|
+
}
|
|
17633
|
+
},
|
|
17634
|
+
"type": "object"
|
|
17635
|
+
}
|
|
17636
|
+
]
|
|
17637
|
+
}
|
|
17638
|
+
},
|
|
17639
|
+
"required": [
|
|
17640
|
+
"key"
|
|
17641
|
+
],
|
|
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
|
+
]
|
|
17656
|
+
}
|
|
17657
|
+
},
|
|
17658
|
+
"required": [
|
|
17659
|
+
"type",
|
|
17660
|
+
"op",
|
|
17661
|
+
"target"
|
|
17662
|
+
],
|
|
17663
|
+
"type": "object"
|
|
17664
|
+
},
|
|
17665
|
+
"type": "array"
|
|
17666
|
+
},
|
|
17185
17667
|
"locale": {
|
|
17186
17668
|
"properties": {
|
|
17187
17669
|
"redirect": {
|
|
@@ -17517,6 +17999,14 @@
|
|
|
17517
17999
|
"minItems": 2,
|
|
17518
18000
|
"type": "array",
|
|
17519
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."
|
|
17520
18010
|
}
|
|
17521
18011
|
},
|
|
17522
18012
|
"required": [
|
|
@@ -17580,6 +18070,14 @@
|
|
|
17580
18070
|
"minItems": 2,
|
|
17581
18071
|
"type": "array",
|
|
17582
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."
|
|
17583
18081
|
}
|
|
17584
18082
|
},
|
|
17585
18083
|
"required": [
|
|
@@ -18052,6 +18550,11 @@
|
|
|
18052
18550
|
},
|
|
18053
18551
|
"period": {
|
|
18054
18552
|
"type": "number",
|
|
18553
|
+
"enum": [
|
|
18554
|
+
1,
|
|
18555
|
+
2,
|
|
18556
|
+
10
|
|
18557
|
+
],
|
|
18055
18558
|
"description": "The number of years the domain could be held before paying again.",
|
|
18056
18559
|
"example": 1
|
|
18057
18560
|
}
|
|
@@ -20949,87 +21452,6 @@
|
|
|
20949
21452
|
]
|
|
20950
21453
|
}
|
|
20951
21454
|
},
|
|
20952
|
-
"/v1/log-drains/{id}": {
|
|
20953
|
-
"delete": {
|
|
20954
|
-
"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.",
|
|
20955
|
-
"operationId": "deleteConfigurableLogDrain",
|
|
20956
|
-
"security": [
|
|
20957
|
-
{
|
|
20958
|
-
"bearerToken": []
|
|
20959
|
-
}
|
|
20960
|
-
],
|
|
20961
|
-
"summary": "Deletes a Configurable Log Drain",
|
|
20962
|
-
"tags": [
|
|
20963
|
-
"logDrains"
|
|
20964
|
-
],
|
|
20965
|
-
"responses": {
|
|
20966
|
-
"204": {
|
|
20967
|
-
"description": ""
|
|
20968
|
-
},
|
|
20969
|
-
"400": {
|
|
20970
|
-
"description": "One of the provided values in the request query is invalid.",
|
|
20971
|
-
"content": {
|
|
20972
|
-
"application/json": {
|
|
20973
|
-
"schema": {
|
|
20974
|
-
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
20975
|
-
}
|
|
20976
|
-
}
|
|
20977
|
-
}
|
|
20978
|
-
},
|
|
20979
|
-
"401": {
|
|
20980
|
-
"description": "",
|
|
20981
|
-
"content": {
|
|
20982
|
-
"application/json": {
|
|
20983
|
-
"schema": {
|
|
20984
|
-
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
20985
|
-
}
|
|
20986
|
-
}
|
|
20987
|
-
}
|
|
20988
|
-
},
|
|
20989
|
-
"403": {
|
|
20990
|
-
"description": "You do not have permission to access this resource."
|
|
20991
|
-
},
|
|
20992
|
-
"404": {
|
|
20993
|
-
"description": "",
|
|
20994
|
-
"content": {
|
|
20995
|
-
"application/json": {
|
|
20996
|
-
"schema": {
|
|
20997
|
-
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
20998
|
-
}
|
|
20999
|
-
}
|
|
21000
|
-
}
|
|
21001
|
-
}
|
|
21002
|
-
},
|
|
21003
|
-
"parameters": [
|
|
21004
|
-
{
|
|
21005
|
-
"name": "id",
|
|
21006
|
-
"in": "path",
|
|
21007
|
-
"required": true,
|
|
21008
|
-
"schema": {
|
|
21009
|
-
"type": "string"
|
|
21010
|
-
}
|
|
21011
|
-
},
|
|
21012
|
-
{
|
|
21013
|
-
"description": "The Team identifier to perform the request on behalf of.",
|
|
21014
|
-
"in": "query",
|
|
21015
|
-
"name": "teamId",
|
|
21016
|
-
"schema": {
|
|
21017
|
-
"type": "string",
|
|
21018
|
-
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
21019
|
-
}
|
|
21020
|
-
},
|
|
21021
|
-
{
|
|
21022
|
-
"description": "The Team slug to perform the request on behalf of.",
|
|
21023
|
-
"in": "query",
|
|
21024
|
-
"name": "slug",
|
|
21025
|
-
"schema": {
|
|
21026
|
-
"type": "string",
|
|
21027
|
-
"example": "my-team-url-slug"
|
|
21028
|
-
}
|
|
21029
|
-
}
|
|
21030
|
-
]
|
|
21031
|
-
}
|
|
21032
|
-
},
|
|
21033
21455
|
"/v1/edge-config": {
|
|
21034
21456
|
"get": {
|
|
21035
21457
|
"description": "Returns all Edge Configs.",
|
|
@@ -23898,6 +24320,735 @@
|
|
|
23898
24320
|
}
|
|
23899
24321
|
}
|
|
23900
24322
|
},
|
|
24323
|
+
"/v1/installations/{integrationConfigurationId}/resources": {
|
|
24324
|
+
"get": {
|
|
24325
|
+
"description": "Get all resources for a given installation ID.",
|
|
24326
|
+
"operationId": "get-integration-resources",
|
|
24327
|
+
"security": [
|
|
24328
|
+
{
|
|
24329
|
+
"bearerToken": []
|
|
24330
|
+
}
|
|
24331
|
+
],
|
|
24332
|
+
"summary": "Get Integration Resources",
|
|
24333
|
+
"tags": [
|
|
24334
|
+
"marketplace"
|
|
24335
|
+
],
|
|
24336
|
+
"responses": {
|
|
24337
|
+
"200": {
|
|
24338
|
+
"description": "",
|
|
24339
|
+
"content": {
|
|
24340
|
+
"application/json": {
|
|
24341
|
+
"schema": {
|
|
24342
|
+
"properties": {
|
|
24343
|
+
"resources": {
|
|
24344
|
+
"items": {
|
|
24345
|
+
"properties": {
|
|
24346
|
+
"partnerId": {
|
|
24347
|
+
"type": "string",
|
|
24348
|
+
"description": "The ID provided by the partner for the given resource"
|
|
24349
|
+
},
|
|
24350
|
+
"internalId": {
|
|
24351
|
+
"type": "string",
|
|
24352
|
+
"description": "The ID assigned by Vercel for the given resource"
|
|
24353
|
+
},
|
|
24354
|
+
"name": {
|
|
24355
|
+
"type": "string",
|
|
24356
|
+
"description": "The name of the resource as it is recorded in Vercel"
|
|
24357
|
+
},
|
|
24358
|
+
"status": {
|
|
24359
|
+
"type": "string",
|
|
24360
|
+
"enum": [
|
|
24361
|
+
"ready",
|
|
24362
|
+
"pending",
|
|
24363
|
+
"suspended",
|
|
24364
|
+
"resumed",
|
|
24365
|
+
"uninstalled",
|
|
24366
|
+
"error"
|
|
24367
|
+
],
|
|
24368
|
+
"description": "The current status of the resource"
|
|
24369
|
+
},
|
|
24370
|
+
"productId": {
|
|
24371
|
+
"type": "string",
|
|
24372
|
+
"description": "The ID of the product the resource is derived from"
|
|
24373
|
+
},
|
|
24374
|
+
"protocolSettings": {
|
|
24375
|
+
"properties": {
|
|
24376
|
+
"experimentation": {
|
|
24377
|
+
"properties": {
|
|
24378
|
+
"edgeConfigSyncingEnabled": {
|
|
24379
|
+
"type": "boolean"
|
|
24380
|
+
},
|
|
24381
|
+
"edgeConfigId": {
|
|
24382
|
+
"type": "string"
|
|
24383
|
+
},
|
|
24384
|
+
"edgeConfigTokenId": {
|
|
24385
|
+
"type": "string"
|
|
24386
|
+
}
|
|
24387
|
+
},
|
|
24388
|
+
"type": "object"
|
|
24389
|
+
}
|
|
24390
|
+
},
|
|
24391
|
+
"type": "object",
|
|
24392
|
+
"description": "Any settings provided for the resource to support its product's protocols"
|
|
24393
|
+
},
|
|
24394
|
+
"notification": {
|
|
24395
|
+
"properties": {
|
|
24396
|
+
"level": {
|
|
24397
|
+
"type": "string",
|
|
24398
|
+
"enum": [
|
|
24399
|
+
"error",
|
|
24400
|
+
"info",
|
|
24401
|
+
"warn"
|
|
24402
|
+
]
|
|
24403
|
+
},
|
|
24404
|
+
"title": {
|
|
24405
|
+
"type": "string"
|
|
24406
|
+
},
|
|
24407
|
+
"message": {
|
|
24408
|
+
"type": "string"
|
|
24409
|
+
},
|
|
24410
|
+
"href": {
|
|
24411
|
+
"type": "string"
|
|
24412
|
+
}
|
|
24413
|
+
},
|
|
24414
|
+
"required": [
|
|
24415
|
+
"level",
|
|
24416
|
+
"title"
|
|
24417
|
+
],
|
|
24418
|
+
"type": "object",
|
|
24419
|
+
"description": "The notification, if set, displayed to the user when viewing the resource in Vercel"
|
|
24420
|
+
},
|
|
24421
|
+
"billingPlanId": {
|
|
24422
|
+
"type": "string",
|
|
24423
|
+
"description": "The ID of the billing plan the resource is subscribed to, if applicable"
|
|
24424
|
+
},
|
|
24425
|
+
"metadata": {
|
|
24426
|
+
"additionalProperties": {
|
|
24427
|
+
"oneOf": [
|
|
24428
|
+
{
|
|
24429
|
+
"type": "string"
|
|
24430
|
+
},
|
|
24431
|
+
{
|
|
24432
|
+
"type": "number"
|
|
24433
|
+
},
|
|
24434
|
+
{
|
|
24435
|
+
"type": "boolean"
|
|
24436
|
+
},
|
|
24437
|
+
{
|
|
24438
|
+
"items": {
|
|
24439
|
+
"type": "string"
|
|
24440
|
+
},
|
|
24441
|
+
"type": "array",
|
|
24442
|
+
"description": "The configured metadata for the resource as defined by its product's Metadata Schema"
|
|
24443
|
+
},
|
|
24444
|
+
{
|
|
24445
|
+
"items": {
|
|
24446
|
+
"type": "number"
|
|
24447
|
+
},
|
|
24448
|
+
"type": "array",
|
|
24449
|
+
"description": "The configured metadata for the resource as defined by its product's Metadata Schema"
|
|
24450
|
+
}
|
|
24451
|
+
]
|
|
24452
|
+
},
|
|
24453
|
+
"type": "object",
|
|
24454
|
+
"description": "The configured metadata for the resource as defined by its product's Metadata Schema"
|
|
24455
|
+
}
|
|
24456
|
+
},
|
|
24457
|
+
"required": [
|
|
24458
|
+
"partnerId",
|
|
24459
|
+
"internalId",
|
|
24460
|
+
"name",
|
|
24461
|
+
"productId"
|
|
24462
|
+
],
|
|
24463
|
+
"type": "object"
|
|
24464
|
+
},
|
|
24465
|
+
"type": "array"
|
|
24466
|
+
}
|
|
24467
|
+
},
|
|
24468
|
+
"required": [
|
|
24469
|
+
"resources"
|
|
24470
|
+
],
|
|
24471
|
+
"type": "object"
|
|
24472
|
+
}
|
|
24473
|
+
}
|
|
24474
|
+
}
|
|
24475
|
+
},
|
|
24476
|
+
"400": {
|
|
24477
|
+
"description": "One of the provided values in the request query is invalid.",
|
|
24478
|
+
"content": {
|
|
24479
|
+
"application/json": {
|
|
24480
|
+
"schema": {
|
|
24481
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
24482
|
+
}
|
|
24483
|
+
}
|
|
24484
|
+
}
|
|
24485
|
+
},
|
|
24486
|
+
"401": {
|
|
24487
|
+
"description": "",
|
|
24488
|
+
"content": {
|
|
24489
|
+
"application/json": {
|
|
24490
|
+
"schema": {
|
|
24491
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
24492
|
+
}
|
|
24493
|
+
}
|
|
24494
|
+
}
|
|
24495
|
+
},
|
|
24496
|
+
"403": {
|
|
24497
|
+
"description": "You do not have permission to access this resource."
|
|
24498
|
+
},
|
|
24499
|
+
"404": {
|
|
24500
|
+
"description": "",
|
|
24501
|
+
"content": {
|
|
24502
|
+
"application/json": {
|
|
24503
|
+
"schema": {
|
|
24504
|
+
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
24505
|
+
}
|
|
24506
|
+
}
|
|
24507
|
+
}
|
|
24508
|
+
}
|
|
24509
|
+
},
|
|
24510
|
+
"parameters": [
|
|
24511
|
+
{
|
|
24512
|
+
"name": "integrationConfigurationId",
|
|
24513
|
+
"in": "path",
|
|
24514
|
+
"required": true,
|
|
24515
|
+
"schema": {
|
|
24516
|
+
"type": "string"
|
|
24517
|
+
}
|
|
24518
|
+
}
|
|
24519
|
+
]
|
|
24520
|
+
}
|
|
24521
|
+
},
|
|
24522
|
+
"/v1/installations/{integrationConfigurationId}/resources/{resourceId}": {
|
|
24523
|
+
"get": {
|
|
24524
|
+
"description": "Get a resource by its partner ID.",
|
|
24525
|
+
"operationId": "get-integration-resource",
|
|
24526
|
+
"security": [
|
|
24527
|
+
{
|
|
24528
|
+
"bearerToken": []
|
|
24529
|
+
}
|
|
24530
|
+
],
|
|
24531
|
+
"summary": "Get Integration Resource",
|
|
24532
|
+
"tags": [
|
|
24533
|
+
"marketplace"
|
|
24534
|
+
],
|
|
24535
|
+
"responses": {
|
|
24536
|
+
"200": {
|
|
24537
|
+
"description": "",
|
|
24538
|
+
"content": {
|
|
24539
|
+
"application/json": {
|
|
24540
|
+
"schema": {
|
|
24541
|
+
"properties": {
|
|
24542
|
+
"id": {
|
|
24543
|
+
"type": "string",
|
|
24544
|
+
"description": "The ID provided by the 3rd party provider for the given resource"
|
|
24545
|
+
},
|
|
24546
|
+
"internalId": {
|
|
24547
|
+
"type": "string",
|
|
24548
|
+
"description": "The ID assigned by Vercel for the given resource"
|
|
24549
|
+
},
|
|
24550
|
+
"name": {
|
|
24551
|
+
"type": "string",
|
|
24552
|
+
"description": "The name of the resource as it is recorded in Vercel"
|
|
24553
|
+
},
|
|
24554
|
+
"status": {
|
|
24555
|
+
"type": "string",
|
|
24556
|
+
"enum": [
|
|
24557
|
+
"ready",
|
|
24558
|
+
"pending",
|
|
24559
|
+
"suspended",
|
|
24560
|
+
"resumed",
|
|
24561
|
+
"uninstalled",
|
|
24562
|
+
"error"
|
|
24563
|
+
],
|
|
24564
|
+
"description": "The current status of the resource"
|
|
24565
|
+
},
|
|
24566
|
+
"productId": {
|
|
24567
|
+
"type": "string",
|
|
24568
|
+
"description": "The ID of the product the resource is derived from"
|
|
24569
|
+
},
|
|
24570
|
+
"protocolSettings": {
|
|
24571
|
+
"properties": {
|
|
24572
|
+
"experimentation": {
|
|
24573
|
+
"properties": {
|
|
24574
|
+
"edgeConfigSyncingEnabled": {
|
|
24575
|
+
"type": "boolean"
|
|
24576
|
+
},
|
|
24577
|
+
"edgeConfigId": {
|
|
24578
|
+
"type": "string"
|
|
24579
|
+
},
|
|
24580
|
+
"edgeConfigTokenId": {
|
|
24581
|
+
"type": "string"
|
|
24582
|
+
}
|
|
24583
|
+
},
|
|
24584
|
+
"type": "object"
|
|
24585
|
+
}
|
|
24586
|
+
},
|
|
24587
|
+
"type": "object",
|
|
24588
|
+
"description": "Any settings provided for the resource to support its product's protocols"
|
|
24589
|
+
},
|
|
24590
|
+
"notification": {
|
|
24591
|
+
"properties": {
|
|
24592
|
+
"level": {
|
|
24593
|
+
"type": "string",
|
|
24594
|
+
"enum": [
|
|
24595
|
+
"error",
|
|
24596
|
+
"info",
|
|
24597
|
+
"warn"
|
|
24598
|
+
]
|
|
24599
|
+
},
|
|
24600
|
+
"title": {
|
|
24601
|
+
"type": "string"
|
|
24602
|
+
},
|
|
24603
|
+
"message": {
|
|
24604
|
+
"type": "string"
|
|
24605
|
+
},
|
|
24606
|
+
"href": {
|
|
24607
|
+
"type": "string"
|
|
24608
|
+
}
|
|
24609
|
+
},
|
|
24610
|
+
"required": [
|
|
24611
|
+
"level",
|
|
24612
|
+
"title"
|
|
24613
|
+
],
|
|
24614
|
+
"type": "object",
|
|
24615
|
+
"description": "The notification, if set, displayed to the user when viewing the resource in Vercel"
|
|
24616
|
+
},
|
|
24617
|
+
"billingPlanId": {
|
|
24618
|
+
"type": "string",
|
|
24619
|
+
"description": "The ID of the billing plan the resource is subscribed to, if applicable"
|
|
24620
|
+
},
|
|
24621
|
+
"metadata": {
|
|
24622
|
+
"additionalProperties": {
|
|
24623
|
+
"oneOf": [
|
|
24624
|
+
{
|
|
24625
|
+
"type": "string"
|
|
24626
|
+
},
|
|
24627
|
+
{
|
|
24628
|
+
"type": "number"
|
|
24629
|
+
},
|
|
24630
|
+
{
|
|
24631
|
+
"type": "boolean"
|
|
24632
|
+
},
|
|
24633
|
+
{
|
|
24634
|
+
"items": {
|
|
24635
|
+
"type": "string"
|
|
24636
|
+
},
|
|
24637
|
+
"type": "array",
|
|
24638
|
+
"description": "The configured metadata for the resource as defined by its product's Metadata Schema"
|
|
24639
|
+
},
|
|
24640
|
+
{
|
|
24641
|
+
"items": {
|
|
24642
|
+
"type": "number"
|
|
24643
|
+
},
|
|
24644
|
+
"type": "array",
|
|
24645
|
+
"description": "The configured metadata for the resource as defined by its product's Metadata Schema"
|
|
24646
|
+
}
|
|
24647
|
+
]
|
|
24648
|
+
},
|
|
24649
|
+
"type": "object",
|
|
24650
|
+
"description": "The configured metadata for the resource as defined by its product's Metadata Schema"
|
|
24651
|
+
}
|
|
24652
|
+
},
|
|
24653
|
+
"required": [
|
|
24654
|
+
"id",
|
|
24655
|
+
"internalId",
|
|
24656
|
+
"name",
|
|
24657
|
+
"productId"
|
|
24658
|
+
],
|
|
24659
|
+
"type": "object"
|
|
24660
|
+
}
|
|
24661
|
+
}
|
|
24662
|
+
}
|
|
24663
|
+
},
|
|
24664
|
+
"400": {
|
|
24665
|
+
"description": "One of the provided values in the request query is invalid.",
|
|
24666
|
+
"content": {
|
|
24667
|
+
"application/json": {
|
|
24668
|
+
"schema": {
|
|
24669
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
24670
|
+
}
|
|
24671
|
+
}
|
|
24672
|
+
}
|
|
24673
|
+
},
|
|
24674
|
+
"401": {
|
|
24675
|
+
"description": "",
|
|
24676
|
+
"content": {
|
|
24677
|
+
"application/json": {
|
|
24678
|
+
"schema": {
|
|
24679
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
24680
|
+
}
|
|
24681
|
+
}
|
|
24682
|
+
}
|
|
24683
|
+
},
|
|
24684
|
+
"403": {
|
|
24685
|
+
"description": "You do not have permission to access this resource."
|
|
24686
|
+
},
|
|
24687
|
+
"404": {
|
|
24688
|
+
"description": "",
|
|
24689
|
+
"content": {
|
|
24690
|
+
"application/json": {
|
|
24691
|
+
"schema": {
|
|
24692
|
+
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
24693
|
+
}
|
|
24694
|
+
}
|
|
24695
|
+
}
|
|
24696
|
+
}
|
|
24697
|
+
},
|
|
24698
|
+
"parameters": [
|
|
24699
|
+
{
|
|
24700
|
+
"name": "integrationConfigurationId",
|
|
24701
|
+
"description": "The ID of the integration configuration (installation) the resource belongs to",
|
|
24702
|
+
"in": "path",
|
|
24703
|
+
"required": true,
|
|
24704
|
+
"schema": {
|
|
24705
|
+
"type": "string",
|
|
24706
|
+
"description": "The ID of the integration configuration (installation) the resource belongs to"
|
|
24707
|
+
}
|
|
24708
|
+
},
|
|
24709
|
+
{
|
|
24710
|
+
"name": "resourceId",
|
|
24711
|
+
"description": "The ID provided by the 3rd party provider for the given resource",
|
|
24712
|
+
"in": "path",
|
|
24713
|
+
"required": true,
|
|
24714
|
+
"schema": {
|
|
24715
|
+
"type": "string",
|
|
24716
|
+
"description": "The ID provided by the 3rd party provider for the given resource"
|
|
24717
|
+
}
|
|
24718
|
+
}
|
|
24719
|
+
]
|
|
24720
|
+
},
|
|
24721
|
+
"delete": {
|
|
24722
|
+
"description": "Delete a resource owned by the selected installation ID.",
|
|
24723
|
+
"operationId": "delete-integration-resource",
|
|
24724
|
+
"security": [
|
|
24725
|
+
{
|
|
24726
|
+
"bearerToken": []
|
|
24727
|
+
}
|
|
24728
|
+
],
|
|
24729
|
+
"summary": "Delete Integration Resource",
|
|
24730
|
+
"tags": [
|
|
24731
|
+
"marketplace"
|
|
24732
|
+
],
|
|
24733
|
+
"responses": {
|
|
24734
|
+
"204": {
|
|
24735
|
+
"description": ""
|
|
24736
|
+
},
|
|
24737
|
+
"400": {
|
|
24738
|
+
"description": "One of the provided values in the request query is invalid.",
|
|
24739
|
+
"content": {
|
|
24740
|
+
"application/json": {
|
|
24741
|
+
"schema": {
|
|
24742
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
24743
|
+
}
|
|
24744
|
+
}
|
|
24745
|
+
}
|
|
24746
|
+
},
|
|
24747
|
+
"401": {
|
|
24748
|
+
"description": "",
|
|
24749
|
+
"content": {
|
|
24750
|
+
"application/json": {
|
|
24751
|
+
"schema": {
|
|
24752
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
24753
|
+
}
|
|
24754
|
+
}
|
|
24755
|
+
}
|
|
24756
|
+
},
|
|
24757
|
+
"403": {
|
|
24758
|
+
"description": "You do not have permission to access this resource."
|
|
24759
|
+
},
|
|
24760
|
+
"404": {
|
|
24761
|
+
"description": "",
|
|
24762
|
+
"content": {
|
|
24763
|
+
"application/json": {
|
|
24764
|
+
"schema": {
|
|
24765
|
+
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
24766
|
+
}
|
|
24767
|
+
}
|
|
24768
|
+
}
|
|
24769
|
+
}
|
|
24770
|
+
},
|
|
24771
|
+
"parameters": [
|
|
24772
|
+
{
|
|
24773
|
+
"name": "integrationConfigurationId",
|
|
24774
|
+
"in": "path",
|
|
24775
|
+
"required": true,
|
|
24776
|
+
"schema": {
|
|
24777
|
+
"type": "string"
|
|
24778
|
+
}
|
|
24779
|
+
},
|
|
24780
|
+
{
|
|
24781
|
+
"name": "resourceId",
|
|
24782
|
+
"in": "path",
|
|
24783
|
+
"required": true,
|
|
24784
|
+
"schema": {
|
|
24785
|
+
"type": "string"
|
|
24786
|
+
}
|
|
24787
|
+
}
|
|
24788
|
+
]
|
|
24789
|
+
},
|
|
24790
|
+
"put": {
|
|
24791
|
+
"description": "This endpoint imports (upserts) a resource to Vercel's installation. This may be needed if resources can be independently created on the partner's side and need to be synchronized to Vercel.",
|
|
24792
|
+
"operationId": "import-resource",
|
|
24793
|
+
"security": [
|
|
24794
|
+
{
|
|
24795
|
+
"bearerToken": []
|
|
24796
|
+
}
|
|
24797
|
+
],
|
|
24798
|
+
"summary": "Import Resource",
|
|
24799
|
+
"tags": [
|
|
24800
|
+
"marketplace"
|
|
24801
|
+
],
|
|
24802
|
+
"responses": {
|
|
24803
|
+
"200": {
|
|
24804
|
+
"description": "",
|
|
24805
|
+
"content": {
|
|
24806
|
+
"application/json": {
|
|
24807
|
+
"schema": {
|
|
24808
|
+
"properties": {
|
|
24809
|
+
"name": {
|
|
24810
|
+
"type": "string"
|
|
24811
|
+
}
|
|
24812
|
+
},
|
|
24813
|
+
"required": [
|
|
24814
|
+
"name"
|
|
24815
|
+
],
|
|
24816
|
+
"type": "object"
|
|
24817
|
+
}
|
|
24818
|
+
}
|
|
24819
|
+
}
|
|
24820
|
+
},
|
|
24821
|
+
"400": {
|
|
24822
|
+
"description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
|
|
24823
|
+
"content": {
|
|
24824
|
+
"application/json": {
|
|
24825
|
+
"schema": {
|
|
24826
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
24827
|
+
}
|
|
24828
|
+
}
|
|
24829
|
+
}
|
|
24830
|
+
},
|
|
24831
|
+
"401": {
|
|
24832
|
+
"description": "",
|
|
24833
|
+
"content": {
|
|
24834
|
+
"application/json": {
|
|
24835
|
+
"schema": {
|
|
24836
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
24837
|
+
}
|
|
24838
|
+
}
|
|
24839
|
+
}
|
|
24840
|
+
},
|
|
24841
|
+
"403": {
|
|
24842
|
+
"description": "You do not have permission to access this resource."
|
|
24843
|
+
},
|
|
24844
|
+
"404": {
|
|
24845
|
+
"description": "",
|
|
24846
|
+
"content": {
|
|
24847
|
+
"application/json": {
|
|
24848
|
+
"schema": {
|
|
24849
|
+
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
24850
|
+
}
|
|
24851
|
+
}
|
|
24852
|
+
}
|
|
24853
|
+
}
|
|
24854
|
+
},
|
|
24855
|
+
"parameters": [
|
|
24856
|
+
{
|
|
24857
|
+
"name": "integrationConfigurationId",
|
|
24858
|
+
"in": "path",
|
|
24859
|
+
"required": true,
|
|
24860
|
+
"schema": {
|
|
24861
|
+
"type": "string"
|
|
24862
|
+
}
|
|
24863
|
+
},
|
|
24864
|
+
{
|
|
24865
|
+
"name": "resourceId",
|
|
24866
|
+
"in": "path",
|
|
24867
|
+
"required": true,
|
|
24868
|
+
"schema": {
|
|
24869
|
+
"type": "string"
|
|
24870
|
+
}
|
|
24871
|
+
}
|
|
24872
|
+
],
|
|
24873
|
+
"requestBody": {
|
|
24874
|
+
"content": {
|
|
24875
|
+
"application/json": {
|
|
24876
|
+
"schema": {
|
|
24877
|
+
"type": "object",
|
|
24878
|
+
"required": [
|
|
24879
|
+
"productId",
|
|
24880
|
+
"name",
|
|
24881
|
+
"status"
|
|
24882
|
+
],
|
|
24883
|
+
"properties": {
|
|
24884
|
+
"productId": {
|
|
24885
|
+
"type": "string"
|
|
24886
|
+
},
|
|
24887
|
+
"name": {
|
|
24888
|
+
"type": "string"
|
|
24889
|
+
},
|
|
24890
|
+
"status": {
|
|
24891
|
+
"type": "string",
|
|
24892
|
+
"enum": [
|
|
24893
|
+
"ready",
|
|
24894
|
+
"pending",
|
|
24895
|
+
"suspended",
|
|
24896
|
+
"resumed",
|
|
24897
|
+
"uninstalled",
|
|
24898
|
+
"error"
|
|
24899
|
+
]
|
|
24900
|
+
},
|
|
24901
|
+
"metadata": {
|
|
24902
|
+
"type": "object",
|
|
24903
|
+
"additionalProperties": true
|
|
24904
|
+
},
|
|
24905
|
+
"billingPlan": {
|
|
24906
|
+
"type": "object",
|
|
24907
|
+
"required": [
|
|
24908
|
+
"id",
|
|
24909
|
+
"type",
|
|
24910
|
+
"name"
|
|
24911
|
+
],
|
|
24912
|
+
"properties": {
|
|
24913
|
+
"id": {
|
|
24914
|
+
"type": "string"
|
|
24915
|
+
},
|
|
24916
|
+
"type": {
|
|
24917
|
+
"type": "string",
|
|
24918
|
+
"enum": [
|
|
24919
|
+
"prepayment",
|
|
24920
|
+
"subscription"
|
|
24921
|
+
]
|
|
24922
|
+
},
|
|
24923
|
+
"name": {
|
|
24924
|
+
"type": "string"
|
|
24925
|
+
},
|
|
24926
|
+
"description": {
|
|
24927
|
+
"type": "string"
|
|
24928
|
+
},
|
|
24929
|
+
"paymentMethodRequired": {
|
|
24930
|
+
"type": "boolean"
|
|
24931
|
+
},
|
|
24932
|
+
"cost": {
|
|
24933
|
+
"type": "string"
|
|
24934
|
+
},
|
|
24935
|
+
"details": {
|
|
24936
|
+
"type": "array",
|
|
24937
|
+
"items": {
|
|
24938
|
+
"type": "object",
|
|
24939
|
+
"properties": {
|
|
24940
|
+
"label": {
|
|
24941
|
+
"type": "string"
|
|
24942
|
+
},
|
|
24943
|
+
"value": {
|
|
24944
|
+
"type": "string"
|
|
24945
|
+
}
|
|
24946
|
+
},
|
|
24947
|
+
"required": [
|
|
24948
|
+
"label"
|
|
24949
|
+
],
|
|
24950
|
+
"additionalProperties": false
|
|
24951
|
+
}
|
|
24952
|
+
},
|
|
24953
|
+
"heightlightedDetails": {
|
|
24954
|
+
"type": "array",
|
|
24955
|
+
"items": {
|
|
24956
|
+
"type": "object",
|
|
24957
|
+
"properties": {
|
|
24958
|
+
"label": {
|
|
24959
|
+
"type": "string"
|
|
24960
|
+
},
|
|
24961
|
+
"value": {
|
|
24962
|
+
"type": "string"
|
|
24963
|
+
}
|
|
24964
|
+
},
|
|
24965
|
+
"required": [
|
|
24966
|
+
"label"
|
|
24967
|
+
],
|
|
24968
|
+
"additionalProperties": false
|
|
24969
|
+
}
|
|
24970
|
+
},
|
|
24971
|
+
"effectiveDate": {
|
|
24972
|
+
"type": "string"
|
|
24973
|
+
}
|
|
24974
|
+
},
|
|
24975
|
+
"additionalProperties": true
|
|
24976
|
+
},
|
|
24977
|
+
"notification": {
|
|
24978
|
+
"type": "object",
|
|
24979
|
+
"required": [
|
|
24980
|
+
"level",
|
|
24981
|
+
"title"
|
|
24982
|
+
],
|
|
24983
|
+
"properties": {
|
|
24984
|
+
"level": {
|
|
24985
|
+
"type": "string",
|
|
24986
|
+
"enum": [
|
|
24987
|
+
"info",
|
|
24988
|
+
"warn",
|
|
24989
|
+
"error"
|
|
24990
|
+
]
|
|
24991
|
+
},
|
|
24992
|
+
"title": {
|
|
24993
|
+
"type": "string"
|
|
24994
|
+
},
|
|
24995
|
+
"message": {
|
|
24996
|
+
"type": "string"
|
|
24997
|
+
},
|
|
24998
|
+
"href": {
|
|
24999
|
+
"type": "string",
|
|
25000
|
+
"format": "uri"
|
|
25001
|
+
}
|
|
25002
|
+
}
|
|
25003
|
+
},
|
|
25004
|
+
"secrets": {
|
|
25005
|
+
"type": "array",
|
|
25006
|
+
"items": {
|
|
25007
|
+
"type": "object",
|
|
25008
|
+
"required": [
|
|
25009
|
+
"name",
|
|
25010
|
+
"value"
|
|
25011
|
+
],
|
|
25012
|
+
"properties": {
|
|
25013
|
+
"name": {
|
|
25014
|
+
"type": "string"
|
|
25015
|
+
},
|
|
25016
|
+
"value": {
|
|
25017
|
+
"type": "string"
|
|
25018
|
+
},
|
|
25019
|
+
"prefix": {
|
|
25020
|
+
"type": "string"
|
|
25021
|
+
},
|
|
25022
|
+
"environmentOverrides": {
|
|
25023
|
+
"type": "object",
|
|
25024
|
+
"description": "A map of environments to override values for the secret, used for setting different values across deployments in production, preview, and development environments. Note: the same value will be used for all deployments in the given environment.",
|
|
25025
|
+
"properties": {
|
|
25026
|
+
"development": {
|
|
25027
|
+
"type": "string",
|
|
25028
|
+
"description": "Value used for development environment."
|
|
25029
|
+
},
|
|
25030
|
+
"preview": {
|
|
25031
|
+
"type": "string",
|
|
25032
|
+
"description": "Value used for preview environment."
|
|
25033
|
+
},
|
|
25034
|
+
"production": {
|
|
25035
|
+
"type": "string",
|
|
25036
|
+
"description": "Value used for production environment."
|
|
25037
|
+
}
|
|
25038
|
+
}
|
|
25039
|
+
}
|
|
25040
|
+
},
|
|
25041
|
+
"additionalProperties": false
|
|
25042
|
+
}
|
|
25043
|
+
}
|
|
25044
|
+
},
|
|
25045
|
+
"additionalProperties": false
|
|
25046
|
+
}
|
|
25047
|
+
}
|
|
25048
|
+
}
|
|
25049
|
+
}
|
|
25050
|
+
}
|
|
25051
|
+
},
|
|
23901
25052
|
"/v1/installations/{integrationConfigurationId}/billing": {
|
|
23902
25053
|
"post": {
|
|
23903
25054
|
"description": "Sends the billing and usage data. The partner should do this at least once a day and ideally once per hour. \u003cbr/\u003e Use the `credentials.access_token` we provided in the [Upsert Installation](#upsert-installation) body to authorize this request.",
|
|
@@ -25053,410 +26204,143 @@
|
|
|
25053
26204
|
"schema": {
|
|
25054
26205
|
"type": "object",
|
|
25055
26206
|
"required": [
|
|
25056
|
-
"secrets"
|
|
25057
|
-
],
|
|
25058
|
-
"properties": {
|
|
25059
|
-
"secrets": {
|
|
25060
|
-
"type": "array",
|
|
25061
|
-
"items": {
|
|
25062
|
-
"type": "object",
|
|
25063
|
-
"required": [
|
|
25064
|
-
"name",
|
|
25065
|
-
"value"
|
|
25066
|
-
],
|
|
25067
|
-
"properties": {
|
|
25068
|
-
"name": {
|
|
25069
|
-
"type": "string"
|
|
25070
|
-
},
|
|
25071
|
-
"value": {
|
|
25072
|
-
"type": "string"
|
|
25073
|
-
},
|
|
25074
|
-
"prefix": {
|
|
25075
|
-
"type": "string"
|
|
25076
|
-
},
|
|
25077
|
-
"environmentOverrides": {
|
|
25078
|
-
"type": "object",
|
|
25079
|
-
"description": "A map of environments to override values for the secret, used for setting different values across deployments in production, preview, and development environments. Note: the same value will be used for all deployments in the given environment.",
|
|
25080
|
-
"properties": {
|
|
25081
|
-
"development": {
|
|
25082
|
-
"type": "string",
|
|
25083
|
-
"description": "Value used for development environment."
|
|
25084
|
-
},
|
|
25085
|
-
"preview": {
|
|
25086
|
-
"type": "string",
|
|
25087
|
-
"description": "Value used for preview environment."
|
|
25088
|
-
},
|
|
25089
|
-
"production": {
|
|
25090
|
-
"type": "string",
|
|
25091
|
-
"description": "Value used for production environment."
|
|
25092
|
-
}
|
|
25093
|
-
}
|
|
25094
|
-
}
|
|
25095
|
-
},
|
|
25096
|
-
"additionalProperties": false
|
|
25097
|
-
}
|
|
25098
|
-
},
|
|
25099
|
-
"partial": {
|
|
25100
|
-
"type": "boolean",
|
|
25101
|
-
"description": "If true, will only update the provided secrets"
|
|
25102
|
-
}
|
|
25103
|
-
},
|
|
25104
|
-
"additionalProperties": false
|
|
25105
|
-
}
|
|
25106
|
-
}
|
|
25107
|
-
},
|
|
25108
|
-
"required": true
|
|
25109
|
-
}
|
|
25110
|
-
}
|
|
25111
|
-
},
|
|
25112
|
-
"/v1/installations/{integrationConfigurationId}/resources/{resourceId}/secrets": {
|
|
25113
|
-
"put": {
|
|
25114
|
-
"description": "This endpoint updates the secrets of a resource. If a resource has projects connected, the connected secrets are updated with the new secrets. The old secrets may still be used by existing connected projects because they are not automatically redeployed. Redeployment is a manual action and must be completed by the user. All new project connections will use the new secrets.\u003cbr/\u003e \u003cbr/\u003e Use cases for this endpoint:\u003cbr/\u003e \u003cbr/\u003e - Resetting the credentials of a database in the partner. If the user requests the credentials to be updated in the partner’s application, the partner post the new set of secrets to Vercel, the user should redeploy their application and the expire the old credentials.\u003cbr/\u003e",
|
|
25115
|
-
"operationId": "update-resource-secrets-by-id",
|
|
25116
|
-
"security": [
|
|
25117
|
-
{
|
|
25118
|
-
"bearerToken": []
|
|
25119
|
-
}
|
|
25120
|
-
],
|
|
25121
|
-
"summary": "Update Resource Secrets",
|
|
25122
|
-
"tags": [
|
|
25123
|
-
"marketplace"
|
|
25124
|
-
],
|
|
25125
|
-
"responses": {
|
|
25126
|
-
"201": {
|
|
25127
|
-
"description": ""
|
|
25128
|
-
},
|
|
25129
|
-
"400": {
|
|
25130
|
-
"description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
|
|
25131
|
-
"content": {
|
|
25132
|
-
"application/json": {
|
|
25133
|
-
"schema": {
|
|
25134
|
-
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
25135
|
-
}
|
|
25136
|
-
}
|
|
25137
|
-
}
|
|
25138
|
-
},
|
|
25139
|
-
"401": {
|
|
25140
|
-
"description": "",
|
|
25141
|
-
"content": {
|
|
25142
|
-
"application/json": {
|
|
25143
|
-
"schema": {
|
|
25144
|
-
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
25145
|
-
}
|
|
25146
|
-
}
|
|
25147
|
-
}
|
|
25148
|
-
},
|
|
25149
|
-
"403": {
|
|
25150
|
-
"description": "You do not have permission to access this resource."
|
|
25151
|
-
},
|
|
25152
|
-
"404": {
|
|
25153
|
-
"description": "",
|
|
25154
|
-
"content": {
|
|
25155
|
-
"application/json": {
|
|
25156
|
-
"schema": {
|
|
25157
|
-
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
25158
|
-
}
|
|
25159
|
-
}
|
|
25160
|
-
}
|
|
25161
|
-
},
|
|
25162
|
-
"422": {
|
|
25163
|
-
"description": ""
|
|
25164
|
-
}
|
|
25165
|
-
},
|
|
25166
|
-
"parameters": [
|
|
25167
|
-
{
|
|
25168
|
-
"name": "integrationConfigurationId",
|
|
25169
|
-
"in": "path",
|
|
25170
|
-
"required": true,
|
|
25171
|
-
"schema": {
|
|
25172
|
-
"type": "string"
|
|
25173
|
-
}
|
|
25174
|
-
},
|
|
25175
|
-
{
|
|
25176
|
-
"name": "resourceId",
|
|
25177
|
-
"in": "path",
|
|
25178
|
-
"required": true,
|
|
25179
|
-
"schema": {
|
|
25180
|
-
"type": "string"
|
|
25181
|
-
}
|
|
25182
|
-
}
|
|
25183
|
-
],
|
|
25184
|
-
"requestBody": {
|
|
25185
|
-
"content": {
|
|
25186
|
-
"application/json": {
|
|
25187
|
-
"schema": {
|
|
25188
|
-
"type": "object",
|
|
25189
|
-
"required": [
|
|
25190
|
-
"secrets"
|
|
25191
|
-
],
|
|
25192
|
-
"properties": {
|
|
25193
|
-
"secrets": {
|
|
25194
|
-
"type": "array",
|
|
25195
|
-
"items": {
|
|
25196
|
-
"type": "object",
|
|
25197
|
-
"required": [
|
|
25198
|
-
"name",
|
|
25199
|
-
"value"
|
|
25200
|
-
],
|
|
25201
|
-
"properties": {
|
|
25202
|
-
"name": {
|
|
25203
|
-
"type": "string"
|
|
25204
|
-
},
|
|
25205
|
-
"value": {
|
|
25206
|
-
"type": "string"
|
|
25207
|
-
},
|
|
25208
|
-
"prefix": {
|
|
25209
|
-
"type": "string"
|
|
25210
|
-
},
|
|
25211
|
-
"environmentOverrides": {
|
|
25212
|
-
"type": "object",
|
|
25213
|
-
"description": "A map of environments to override values for the secret, used for setting different values across deployments in production, preview, and development environments. Note: the same value will be used for all deployments in the given environment.",
|
|
25214
|
-
"properties": {
|
|
25215
|
-
"development": {
|
|
25216
|
-
"type": "string",
|
|
25217
|
-
"description": "Value used for development environment."
|
|
25218
|
-
},
|
|
25219
|
-
"preview": {
|
|
25220
|
-
"type": "string",
|
|
25221
|
-
"description": "Value used for preview environment."
|
|
25222
|
-
},
|
|
25223
|
-
"production": {
|
|
25224
|
-
"type": "string",
|
|
25225
|
-
"description": "Value used for production environment."
|
|
25226
|
-
}
|
|
25227
|
-
}
|
|
25228
|
-
}
|
|
25229
|
-
},
|
|
25230
|
-
"additionalProperties": false
|
|
25231
|
-
}
|
|
25232
|
-
},
|
|
25233
|
-
"partial": {
|
|
25234
|
-
"type": "boolean",
|
|
25235
|
-
"description": "If true, will only overwrite the provided secrets instead of replacing all secrets."
|
|
25236
|
-
}
|
|
25237
|
-
},
|
|
25238
|
-
"additionalProperties": false
|
|
25239
|
-
}
|
|
25240
|
-
}
|
|
25241
|
-
}
|
|
25242
|
-
}
|
|
25243
|
-
}
|
|
25244
|
-
},
|
|
25245
|
-
"/v1/installations/{integrationConfigurationId}/resources/{resourceId}": {
|
|
25246
|
-
"put": {
|
|
25247
|
-
"description": "This endpoint imports (upserts) a resource to Vercel's installation. This may be needed if resources can be independently created on the partner's side and need to be synchronized to Vercel.",
|
|
25248
|
-
"operationId": "import-resource",
|
|
25249
|
-
"security": [
|
|
25250
|
-
{
|
|
25251
|
-
"bearerToken": []
|
|
25252
|
-
}
|
|
25253
|
-
],
|
|
25254
|
-
"summary": "Import Resource",
|
|
25255
|
-
"tags": [
|
|
25256
|
-
"marketplace"
|
|
25257
|
-
],
|
|
25258
|
-
"responses": {
|
|
25259
|
-
"200": {
|
|
25260
|
-
"description": "",
|
|
25261
|
-
"content": {
|
|
25262
|
-
"application/json": {
|
|
25263
|
-
"schema": {
|
|
25264
|
-
"properties": {
|
|
25265
|
-
"name": {
|
|
25266
|
-
"type": "string"
|
|
25267
|
-
}
|
|
25268
|
-
},
|
|
25269
|
-
"required": [
|
|
25270
|
-
"name"
|
|
25271
|
-
],
|
|
25272
|
-
"type": "object"
|
|
25273
|
-
}
|
|
25274
|
-
}
|
|
25275
|
-
}
|
|
25276
|
-
},
|
|
25277
|
-
"400": {
|
|
25278
|
-
"description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
|
|
25279
|
-
"content": {
|
|
25280
|
-
"application/json": {
|
|
25281
|
-
"schema": {
|
|
25282
|
-
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
25283
|
-
}
|
|
25284
|
-
}
|
|
25285
|
-
}
|
|
25286
|
-
},
|
|
25287
|
-
"401": {
|
|
25288
|
-
"description": "",
|
|
25289
|
-
"content": {
|
|
25290
|
-
"application/json": {
|
|
25291
|
-
"schema": {
|
|
25292
|
-
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
25293
|
-
}
|
|
25294
|
-
}
|
|
25295
|
-
}
|
|
25296
|
-
},
|
|
25297
|
-
"403": {
|
|
25298
|
-
"description": "You do not have permission to access this resource."
|
|
25299
|
-
},
|
|
25300
|
-
"404": {
|
|
25301
|
-
"description": "",
|
|
25302
|
-
"content": {
|
|
25303
|
-
"application/json": {
|
|
25304
|
-
"schema": {
|
|
25305
|
-
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
25306
|
-
}
|
|
25307
|
-
}
|
|
25308
|
-
}
|
|
25309
|
-
}
|
|
25310
|
-
},
|
|
25311
|
-
"parameters": [
|
|
25312
|
-
{
|
|
25313
|
-
"name": "integrationConfigurationId",
|
|
25314
|
-
"in": "path",
|
|
25315
|
-
"required": true,
|
|
25316
|
-
"schema": {
|
|
25317
|
-
"type": "string"
|
|
25318
|
-
}
|
|
25319
|
-
},
|
|
25320
|
-
{
|
|
25321
|
-
"name": "resourceId",
|
|
25322
|
-
"in": "path",
|
|
25323
|
-
"required": true,
|
|
25324
|
-
"schema": {
|
|
25325
|
-
"type": "string"
|
|
25326
|
-
}
|
|
25327
|
-
}
|
|
25328
|
-
],
|
|
25329
|
-
"requestBody": {
|
|
25330
|
-
"content": {
|
|
25331
|
-
"application/json": {
|
|
25332
|
-
"schema": {
|
|
25333
|
-
"type": "object",
|
|
25334
|
-
"required": [
|
|
25335
|
-
"productId",
|
|
25336
|
-
"name",
|
|
25337
|
-
"status"
|
|
26207
|
+
"secrets"
|
|
25338
26208
|
],
|
|
25339
26209
|
"properties": {
|
|
25340
|
-
"
|
|
25341
|
-
"type": "
|
|
25342
|
-
|
|
25343
|
-
|
|
25344
|
-
|
|
25345
|
-
|
|
25346
|
-
|
|
25347
|
-
|
|
25348
|
-
|
|
25349
|
-
|
|
25350
|
-
|
|
25351
|
-
|
|
25352
|
-
|
|
25353
|
-
|
|
25354
|
-
|
|
25355
|
-
|
|
25356
|
-
|
|
25357
|
-
|
|
25358
|
-
|
|
25359
|
-
"additionalProperties": true
|
|
25360
|
-
},
|
|
25361
|
-
"billingPlan": {
|
|
25362
|
-
"type": "object",
|
|
25363
|
-
"required": [
|
|
25364
|
-
"id",
|
|
25365
|
-
"type",
|
|
25366
|
-
"name"
|
|
25367
|
-
],
|
|
25368
|
-
"properties": {
|
|
25369
|
-
"id": {
|
|
25370
|
-
"type": "string"
|
|
25371
|
-
},
|
|
25372
|
-
"type": {
|
|
25373
|
-
"type": "string",
|
|
25374
|
-
"enum": [
|
|
25375
|
-
"prepayment",
|
|
25376
|
-
"subscription"
|
|
25377
|
-
]
|
|
25378
|
-
},
|
|
25379
|
-
"name": {
|
|
25380
|
-
"type": "string"
|
|
25381
|
-
},
|
|
25382
|
-
"description": {
|
|
25383
|
-
"type": "string"
|
|
25384
|
-
},
|
|
25385
|
-
"paymentMethodRequired": {
|
|
25386
|
-
"type": "boolean"
|
|
25387
|
-
},
|
|
25388
|
-
"cost": {
|
|
25389
|
-
"type": "string"
|
|
25390
|
-
},
|
|
25391
|
-
"details": {
|
|
25392
|
-
"type": "array",
|
|
25393
|
-
"items": {
|
|
26210
|
+
"secrets": {
|
|
26211
|
+
"type": "array",
|
|
26212
|
+
"items": {
|
|
26213
|
+
"type": "object",
|
|
26214
|
+
"required": [
|
|
26215
|
+
"name",
|
|
26216
|
+
"value"
|
|
26217
|
+
],
|
|
26218
|
+
"properties": {
|
|
26219
|
+
"name": {
|
|
26220
|
+
"type": "string"
|
|
26221
|
+
},
|
|
26222
|
+
"value": {
|
|
26223
|
+
"type": "string"
|
|
26224
|
+
},
|
|
26225
|
+
"prefix": {
|
|
26226
|
+
"type": "string"
|
|
26227
|
+
},
|
|
26228
|
+
"environmentOverrides": {
|
|
25394
26229
|
"type": "object",
|
|
26230
|
+
"description": "A map of environments to override values for the secret, used for setting different values across deployments in production, preview, and development environments. Note: the same value will be used for all deployments in the given environment.",
|
|
25395
26231
|
"properties": {
|
|
25396
|
-
"
|
|
25397
|
-
"type": "string"
|
|
26232
|
+
"development": {
|
|
26233
|
+
"type": "string",
|
|
26234
|
+
"description": "Value used for development environment."
|
|
25398
26235
|
},
|
|
25399
|
-
"
|
|
25400
|
-
"type": "string"
|
|
25401
|
-
|
|
25402
|
-
},
|
|
25403
|
-
"required": [
|
|
25404
|
-
"label"
|
|
25405
|
-
],
|
|
25406
|
-
"additionalProperties": false
|
|
25407
|
-
}
|
|
25408
|
-
},
|
|
25409
|
-
"heightlightedDetails": {
|
|
25410
|
-
"type": "array",
|
|
25411
|
-
"items": {
|
|
25412
|
-
"type": "object",
|
|
25413
|
-
"properties": {
|
|
25414
|
-
"label": {
|
|
25415
|
-
"type": "string"
|
|
26236
|
+
"preview": {
|
|
26237
|
+
"type": "string",
|
|
26238
|
+
"description": "Value used for preview environment."
|
|
25416
26239
|
},
|
|
25417
|
-
"
|
|
25418
|
-
"type": "string"
|
|
26240
|
+
"production": {
|
|
26241
|
+
"type": "string",
|
|
26242
|
+
"description": "Value used for production environment."
|
|
25419
26243
|
}
|
|
25420
|
-
}
|
|
25421
|
-
"required": [
|
|
25422
|
-
"label"
|
|
25423
|
-
],
|
|
25424
|
-
"additionalProperties": false
|
|
26244
|
+
}
|
|
25425
26245
|
}
|
|
25426
26246
|
},
|
|
25427
|
-
"
|
|
25428
|
-
"type": "string"
|
|
25429
|
-
}
|
|
25430
|
-
},
|
|
25431
|
-
"additionalProperties": true
|
|
25432
|
-
},
|
|
25433
|
-
"notification": {
|
|
25434
|
-
"type": "object",
|
|
25435
|
-
"required": [
|
|
25436
|
-
"level",
|
|
25437
|
-
"title"
|
|
25438
|
-
],
|
|
25439
|
-
"properties": {
|
|
25440
|
-
"level": {
|
|
25441
|
-
"type": "string",
|
|
25442
|
-
"enum": [
|
|
25443
|
-
"info",
|
|
25444
|
-
"warn",
|
|
25445
|
-
"error"
|
|
25446
|
-
]
|
|
25447
|
-
},
|
|
25448
|
-
"title": {
|
|
25449
|
-
"type": "string"
|
|
25450
|
-
},
|
|
25451
|
-
"message": {
|
|
25452
|
-
"type": "string"
|
|
25453
|
-
},
|
|
25454
|
-
"href": {
|
|
25455
|
-
"type": "string",
|
|
25456
|
-
"format": "uri"
|
|
25457
|
-
}
|
|
26247
|
+
"additionalProperties": false
|
|
25458
26248
|
}
|
|
25459
26249
|
},
|
|
26250
|
+
"partial": {
|
|
26251
|
+
"type": "boolean",
|
|
26252
|
+
"description": "If true, will only update the provided secrets"
|
|
26253
|
+
}
|
|
26254
|
+
},
|
|
26255
|
+
"additionalProperties": false
|
|
26256
|
+
}
|
|
26257
|
+
}
|
|
26258
|
+
},
|
|
26259
|
+
"required": true
|
|
26260
|
+
}
|
|
26261
|
+
}
|
|
26262
|
+
},
|
|
26263
|
+
"/v1/installations/{integrationConfigurationId}/resources/{resourceId}/secrets": {
|
|
26264
|
+
"put": {
|
|
26265
|
+
"description": "This endpoint updates the secrets of a resource. If a resource has projects connected, the connected secrets are updated with the new secrets. The old secrets may still be used by existing connected projects because they are not automatically redeployed. Redeployment is a manual action and must be completed by the user. All new project connections will use the new secrets.\u003cbr/\u003e \u003cbr/\u003e Use cases for this endpoint:\u003cbr/\u003e \u003cbr/\u003e - Resetting the credentials of a database in the partner. If the user requests the credentials to be updated in the partner’s application, the partner post the new set of secrets to Vercel, the user should redeploy their application and the expire the old credentials.\u003cbr/\u003e",
|
|
26266
|
+
"operationId": "update-resource-secrets-by-id",
|
|
26267
|
+
"security": [
|
|
26268
|
+
{
|
|
26269
|
+
"bearerToken": []
|
|
26270
|
+
}
|
|
26271
|
+
],
|
|
26272
|
+
"summary": "Update Resource Secrets",
|
|
26273
|
+
"tags": [
|
|
26274
|
+
"marketplace"
|
|
26275
|
+
],
|
|
26276
|
+
"responses": {
|
|
26277
|
+
"201": {
|
|
26278
|
+
"description": ""
|
|
26279
|
+
},
|
|
26280
|
+
"400": {
|
|
26281
|
+
"description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
|
|
26282
|
+
"content": {
|
|
26283
|
+
"application/json": {
|
|
26284
|
+
"schema": {
|
|
26285
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
26286
|
+
}
|
|
26287
|
+
}
|
|
26288
|
+
}
|
|
26289
|
+
},
|
|
26290
|
+
"401": {
|
|
26291
|
+
"description": "",
|
|
26292
|
+
"content": {
|
|
26293
|
+
"application/json": {
|
|
26294
|
+
"schema": {
|
|
26295
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
26296
|
+
}
|
|
26297
|
+
}
|
|
26298
|
+
}
|
|
26299
|
+
},
|
|
26300
|
+
"403": {
|
|
26301
|
+
"description": "You do not have permission to access this resource."
|
|
26302
|
+
},
|
|
26303
|
+
"404": {
|
|
26304
|
+
"description": "",
|
|
26305
|
+
"content": {
|
|
26306
|
+
"application/json": {
|
|
26307
|
+
"schema": {
|
|
26308
|
+
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
26309
|
+
}
|
|
26310
|
+
}
|
|
26311
|
+
}
|
|
26312
|
+
},
|
|
26313
|
+
"422": {
|
|
26314
|
+
"description": ""
|
|
26315
|
+
}
|
|
26316
|
+
},
|
|
26317
|
+
"parameters": [
|
|
26318
|
+
{
|
|
26319
|
+
"name": "integrationConfigurationId",
|
|
26320
|
+
"in": "path",
|
|
26321
|
+
"required": true,
|
|
26322
|
+
"schema": {
|
|
26323
|
+
"type": "string"
|
|
26324
|
+
}
|
|
26325
|
+
},
|
|
26326
|
+
{
|
|
26327
|
+
"name": "resourceId",
|
|
26328
|
+
"in": "path",
|
|
26329
|
+
"required": true,
|
|
26330
|
+
"schema": {
|
|
26331
|
+
"type": "string"
|
|
26332
|
+
}
|
|
26333
|
+
}
|
|
26334
|
+
],
|
|
26335
|
+
"requestBody": {
|
|
26336
|
+
"content": {
|
|
26337
|
+
"application/json": {
|
|
26338
|
+
"schema": {
|
|
26339
|
+
"type": "object",
|
|
26340
|
+
"required": [
|
|
26341
|
+
"secrets"
|
|
26342
|
+
],
|
|
26343
|
+
"properties": {
|
|
25460
26344
|
"secrets": {
|
|
25461
26345
|
"type": "array",
|
|
25462
26346
|
"items": {
|
|
@@ -25496,6 +26380,10 @@
|
|
|
25496
26380
|
},
|
|
25497
26381
|
"additionalProperties": false
|
|
25498
26382
|
}
|
|
26383
|
+
},
|
|
26384
|
+
"partial": {
|
|
26385
|
+
"type": "boolean",
|
|
26386
|
+
"description": "If true, will only overwrite the provided secrets instead of replacing all secrets."
|
|
25499
26387
|
}
|
|
25500
26388
|
},
|
|
25501
26389
|
"additionalProperties": false
|
|
@@ -26111,9 +26999,9 @@
|
|
|
26111
26999
|
"level": {
|
|
26112
27000
|
"type": "string",
|
|
26113
27001
|
"enum": [
|
|
26114
|
-
"error",
|
|
26115
27002
|
"info",
|
|
26116
|
-
"warn"
|
|
27003
|
+
"warn",
|
|
27004
|
+
"error"
|
|
26117
27005
|
]
|
|
26118
27006
|
},
|
|
26119
27007
|
"title": {
|
|
@@ -29410,7 +30298,8 @@
|
|
|
29410
30298
|
"fasthtml",
|
|
29411
30299
|
"sanity-v3",
|
|
29412
30300
|
"sanity",
|
|
29413
|
-
"storybook"
|
|
30301
|
+
"storybook",
|
|
30302
|
+
"nitro"
|
|
29414
30303
|
]
|
|
29415
30304
|
},
|
|
29416
30305
|
"gitForkProtection": {
|
|
@@ -30326,10 +31215,6 @@
|
|
|
30326
31215
|
"nullable": true,
|
|
30327
31216
|
"type": "string"
|
|
30328
31217
|
},
|
|
30329
|
-
"serverlessFunctionRegion": {
|
|
30330
|
-
"nullable": true,
|
|
30331
|
-
"type": "string"
|
|
30332
|
-
},
|
|
30333
31218
|
"serverlessFunctionZeroConfigFailover": {
|
|
30334
31219
|
"type": "boolean"
|
|
30335
31220
|
},
|
|
@@ -30356,7 +31241,8 @@
|
|
|
30356
31241
|
"enum": [
|
|
30357
31242
|
"preview",
|
|
30358
31243
|
"all",
|
|
30359
|
-
"prod_deployment_urls_and_all_previews"
|
|
31244
|
+
"prod_deployment_urls_and_all_previews",
|
|
31245
|
+
"all_except_custom_domains"
|
|
30360
31246
|
]
|
|
30361
31247
|
}
|
|
30362
31248
|
},
|
|
@@ -32038,7 +32924,8 @@
|
|
|
32038
32924
|
"production",
|
|
32039
32925
|
"preview",
|
|
32040
32926
|
"all",
|
|
32041
|
-
"prod_deployment_urls_and_all_previews"
|
|
32927
|
+
"prod_deployment_urls_and_all_previews",
|
|
32928
|
+
"all_except_custom_domains"
|
|
32042
32929
|
]
|
|
32043
32930
|
},
|
|
32044
32931
|
"addresses": {
|
|
@@ -32081,7 +32968,8 @@
|
|
|
32081
32968
|
"production",
|
|
32082
32969
|
"preview",
|
|
32083
32970
|
"all",
|
|
32084
|
-
"prod_deployment_urls_and_all_previews"
|
|
32971
|
+
"prod_deployment_urls_and_all_previews",
|
|
32972
|
+
"all_except_custom_domains"
|
|
32085
32973
|
]
|
|
32086
32974
|
}
|
|
32087
32975
|
},
|
|
@@ -33679,7 +34567,8 @@
|
|
|
33679
34567
|
"fasthtml",
|
|
33680
34568
|
"sanity-v3",
|
|
33681
34569
|
"sanity",
|
|
33682
|
-
"storybook"
|
|
34570
|
+
"storybook",
|
|
34571
|
+
"nitro"
|
|
33683
34572
|
]
|
|
33684
34573
|
},
|
|
33685
34574
|
"gitForkProtection": {
|
|
@@ -34595,10 +35484,6 @@
|
|
|
34595
35484
|
"nullable": true,
|
|
34596
35485
|
"type": "string"
|
|
34597
35486
|
},
|
|
34598
|
-
"serverlessFunctionRegion": {
|
|
34599
|
-
"nullable": true,
|
|
34600
|
-
"type": "string"
|
|
34601
|
-
},
|
|
34602
35487
|
"serverlessFunctionZeroConfigFailover": {
|
|
34603
35488
|
"type": "boolean"
|
|
34604
35489
|
},
|
|
@@ -34625,7 +35510,8 @@
|
|
|
34625
35510
|
"enum": [
|
|
34626
35511
|
"preview",
|
|
34627
35512
|
"all",
|
|
34628
|
-
"prod_deployment_urls_and_all_previews"
|
|
35513
|
+
"prod_deployment_urls_and_all_previews",
|
|
35514
|
+
"all_except_custom_domains"
|
|
34629
35515
|
]
|
|
34630
35516
|
}
|
|
34631
35517
|
},
|
|
@@ -36307,7 +37193,8 @@
|
|
|
36307
37193
|
"production",
|
|
36308
37194
|
"preview",
|
|
36309
37195
|
"all",
|
|
36310
|
-
"prod_deployment_urls_and_all_previews"
|
|
37196
|
+
"prod_deployment_urls_and_all_previews",
|
|
37197
|
+
"all_except_custom_domains"
|
|
36311
37198
|
]
|
|
36312
37199
|
},
|
|
36313
37200
|
"addresses": {
|
|
@@ -36350,7 +37237,8 @@
|
|
|
36350
37237
|
"production",
|
|
36351
37238
|
"preview",
|
|
36352
37239
|
"all",
|
|
36353
|
-
"prod_deployment_urls_and_all_previews"
|
|
37240
|
+
"prod_deployment_urls_and_all_previews",
|
|
37241
|
+
"all_except_custom_domains"
|
|
36354
37242
|
]
|
|
36355
37243
|
}
|
|
36356
37244
|
},
|
|
@@ -37065,7 +37953,8 @@
|
|
|
37065
37953
|
"fasthtml",
|
|
37066
37954
|
"sanity-v3",
|
|
37067
37955
|
"sanity",
|
|
37068
|
-
"storybook"
|
|
37956
|
+
"storybook",
|
|
37957
|
+
"nitro"
|
|
37069
37958
|
]
|
|
37070
37959
|
},
|
|
37071
37960
|
"gitRepository": {
|
|
@@ -37107,6 +37996,25 @@
|
|
|
37107
37996
|
"type": "boolean",
|
|
37108
37997
|
"deprecated": true
|
|
37109
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
|
+
},
|
|
37110
38018
|
"outputDirectory": {
|
|
37111
38019
|
"description": "The output directory of the project. When `null` is used this value will be automatically detected",
|
|
37112
38020
|
"maxLength": 256,
|
|
@@ -38167,7 +39075,8 @@
|
|
|
38167
39075
|
"fasthtml",
|
|
38168
39076
|
"sanity-v3",
|
|
38169
39077
|
"sanity",
|
|
38170
|
-
"storybook"
|
|
39078
|
+
"storybook",
|
|
39079
|
+
"nitro"
|
|
38171
39080
|
]
|
|
38172
39081
|
},
|
|
38173
39082
|
"gitForkProtection": {
|
|
@@ -39083,10 +39992,6 @@
|
|
|
39083
39992
|
"nullable": true,
|
|
39084
39993
|
"type": "string"
|
|
39085
39994
|
},
|
|
39086
|
-
"serverlessFunctionRegion": {
|
|
39087
|
-
"nullable": true,
|
|
39088
|
-
"type": "string"
|
|
39089
|
-
},
|
|
39090
39995
|
"serverlessFunctionZeroConfigFailover": {
|
|
39091
39996
|
"type": "boolean"
|
|
39092
39997
|
},
|
|
@@ -39113,7 +40018,8 @@
|
|
|
39113
40018
|
"enum": [
|
|
39114
40019
|
"preview",
|
|
39115
40020
|
"all",
|
|
39116
|
-
"prod_deployment_urls_and_all_previews"
|
|
40021
|
+
"prod_deployment_urls_and_all_previews",
|
|
40022
|
+
"all_except_custom_domains"
|
|
39117
40023
|
]
|
|
39118
40024
|
}
|
|
39119
40025
|
},
|
|
@@ -40795,7 +41701,8 @@
|
|
|
40795
41701
|
"production",
|
|
40796
41702
|
"preview",
|
|
40797
41703
|
"all",
|
|
40798
|
-
"prod_deployment_urls_and_all_previews"
|
|
41704
|
+
"prod_deployment_urls_and_all_previews",
|
|
41705
|
+
"all_except_custom_domains"
|
|
40799
41706
|
]
|
|
40800
41707
|
},
|
|
40801
41708
|
"addresses": {
|
|
@@ -40838,7 +41745,8 @@
|
|
|
40838
41745
|
"production",
|
|
40839
41746
|
"preview",
|
|
40840
41747
|
"all",
|
|
40841
|
-
"prod_deployment_urls_and_all_previews"
|
|
41748
|
+
"prod_deployment_urls_and_all_previews",
|
|
41749
|
+
"all_except_custom_domains"
|
|
40842
41750
|
]
|
|
40843
41751
|
}
|
|
40844
41752
|
},
|
|
@@ -42325,7 +43233,8 @@
|
|
|
42325
43233
|
"fasthtml",
|
|
42326
43234
|
"sanity-v3",
|
|
42327
43235
|
"sanity",
|
|
42328
|
-
"storybook"
|
|
43236
|
+
"storybook",
|
|
43237
|
+
"nitro"
|
|
42329
43238
|
]
|
|
42330
43239
|
},
|
|
42331
43240
|
"gitForkProtection": {
|
|
@@ -43241,10 +44150,6 @@
|
|
|
43241
44150
|
"nullable": true,
|
|
43242
44151
|
"type": "string"
|
|
43243
44152
|
},
|
|
43244
|
-
"serverlessFunctionRegion": {
|
|
43245
|
-
"nullable": true,
|
|
43246
|
-
"type": "string"
|
|
43247
|
-
},
|
|
43248
44153
|
"serverlessFunctionZeroConfigFailover": {
|
|
43249
44154
|
"type": "boolean"
|
|
43250
44155
|
},
|
|
@@ -43271,7 +44176,8 @@
|
|
|
43271
44176
|
"enum": [
|
|
43272
44177
|
"preview",
|
|
43273
44178
|
"all",
|
|
43274
|
-
"prod_deployment_urls_and_all_previews"
|
|
44179
|
+
"prod_deployment_urls_and_all_previews",
|
|
44180
|
+
"all_except_custom_domains"
|
|
43275
44181
|
]
|
|
43276
44182
|
}
|
|
43277
44183
|
},
|
|
@@ -44953,7 +45859,8 @@
|
|
|
44953
45859
|
"production",
|
|
44954
45860
|
"preview",
|
|
44955
45861
|
"all",
|
|
44956
|
-
"prod_deployment_urls_and_all_previews"
|
|
45862
|
+
"prod_deployment_urls_and_all_previews",
|
|
45863
|
+
"all_except_custom_domains"
|
|
44957
45864
|
]
|
|
44958
45865
|
},
|
|
44959
45866
|
"addresses": {
|
|
@@ -44996,7 +45903,8 @@
|
|
|
44996
45903
|
"production",
|
|
44997
45904
|
"preview",
|
|
44998
45905
|
"all",
|
|
44999
|
-
"prod_deployment_urls_and_all_previews"
|
|
45906
|
+
"prod_deployment_urls_and_all_previews",
|
|
45907
|
+
"all_except_custom_domains"
|
|
45000
45908
|
]
|
|
45001
45909
|
}
|
|
45002
45910
|
},
|
|
@@ -45681,7 +46589,8 @@
|
|
|
45681
46589
|
"fasthtml",
|
|
45682
46590
|
"sanity-v3",
|
|
45683
46591
|
"sanity",
|
|
45684
|
-
"storybook"
|
|
46592
|
+
"storybook",
|
|
46593
|
+
"nitro"
|
|
45685
46594
|
],
|
|
45686
46595
|
"type": "string",
|
|
45687
46596
|
"nullable": true
|
|
@@ -45868,7 +46777,8 @@
|
|
|
45868
46777
|
"enum": [
|
|
45869
46778
|
"all",
|
|
45870
46779
|
"preview",
|
|
45871
|
-
"prod_deployment_urls_and_all_previews"
|
|
46780
|
+
"prod_deployment_urls_and_all_previews",
|
|
46781
|
+
"all_except_custom_domains"
|
|
45872
46782
|
],
|
|
45873
46783
|
"type": "string"
|
|
45874
46784
|
},
|
|
@@ -45895,7 +46805,8 @@
|
|
|
45895
46805
|
"enum": [
|
|
45896
46806
|
"all",
|
|
45897
46807
|
"preview",
|
|
45898
|
-
"prod_deployment_urls_and_all_previews"
|
|
46808
|
+
"prod_deployment_urls_and_all_previews",
|
|
46809
|
+
"all_except_custom_domains"
|
|
45899
46810
|
],
|
|
45900
46811
|
"type": "string"
|
|
45901
46812
|
}
|
|
@@ -45916,7 +46827,8 @@
|
|
|
45916
46827
|
"all",
|
|
45917
46828
|
"preview",
|
|
45918
46829
|
"production",
|
|
45919
|
-
"prod_deployment_urls_and_all_previews"
|
|
46830
|
+
"prod_deployment_urls_and_all_previews",
|
|
46831
|
+
"all_except_custom_domains"
|
|
45920
46832
|
],
|
|
45921
46833
|
"type": "string"
|
|
45922
46834
|
},
|
|
@@ -46462,9 +47374,9 @@
|
|
|
46462
47374
|
"type": {
|
|
46463
47375
|
"type": "string",
|
|
46464
47376
|
"enum": [
|
|
47377
|
+
"endsWith",
|
|
46465
47378
|
"startsWith",
|
|
46466
|
-
"equals"
|
|
46467
|
-
"endsWith"
|
|
47379
|
+
"equals"
|
|
46468
47380
|
],
|
|
46469
47381
|
"description": "The type of matching to perform"
|
|
46470
47382
|
},
|
|
@@ -54766,18 +55678,25 @@
|
|
|
54766
55678
|
{
|
|
54767
55679
|
"properties": {
|
|
54768
55680
|
"availableSlots": {
|
|
54769
|
-
"type": "number"
|
|
55681
|
+
"type": "number",
|
|
55682
|
+
"enum": [
|
|
55683
|
+
0
|
|
55684
|
+
]
|
|
54770
55685
|
},
|
|
54771
55686
|
"reason": {
|
|
54772
55687
|
"type": "string",
|
|
54773
55688
|
"enum": [
|
|
54774
|
-
"
|
|
55689
|
+
"plan_not_supported"
|
|
54775
55690
|
]
|
|
55691
|
+
},
|
|
55692
|
+
"message": {
|
|
55693
|
+
"type": "string"
|
|
54776
55694
|
}
|
|
54777
55695
|
},
|
|
54778
55696
|
"required": [
|
|
54779
55697
|
"availableSlots",
|
|
54780
|
-
"reason"
|
|
55698
|
+
"reason",
|
|
55699
|
+
"message"
|
|
54781
55700
|
],
|
|
54782
55701
|
"type": "object"
|
|
54783
55702
|
},
|
|
@@ -54794,11 +55713,15 @@
|
|
|
54794
55713
|
"enum": [
|
|
54795
55714
|
"unlimited_slots"
|
|
54796
55715
|
]
|
|
55716
|
+
},
|
|
55717
|
+
"message": {
|
|
55718
|
+
"type": "string"
|
|
54797
55719
|
}
|
|
54798
55720
|
},
|
|
54799
55721
|
"required": [
|
|
54800
55722
|
"availableSlots",
|
|
54801
|
-
"reason"
|
|
55723
|
+
"reason",
|
|
55724
|
+
"message"
|
|
54802
55725
|
],
|
|
54803
55726
|
"type": "object"
|
|
54804
55727
|
},
|
|
@@ -54813,41 +55736,46 @@
|
|
|
54813
55736
|
"reason": {
|
|
54814
55737
|
"type": "string",
|
|
54815
55738
|
"enum": [
|
|
54816
|
-
"
|
|
55739
|
+
"no_available_slots"
|
|
54817
55740
|
]
|
|
55741
|
+
},
|
|
55742
|
+
"message": {
|
|
55743
|
+
"type": "string"
|
|
55744
|
+
},
|
|
55745
|
+
"enabledProjects": {
|
|
55746
|
+
"items": {
|
|
55747
|
+
"type": "string"
|
|
55748
|
+
},
|
|
55749
|
+
"type": "array"
|
|
54818
55750
|
}
|
|
54819
55751
|
},
|
|
54820
55752
|
"required": [
|
|
54821
55753
|
"availableSlots",
|
|
54822
|
-
"reason"
|
|
55754
|
+
"reason",
|
|
55755
|
+
"message",
|
|
55756
|
+
"enabledProjects"
|
|
54823
55757
|
],
|
|
54824
55758
|
"type": "object"
|
|
54825
55759
|
},
|
|
54826
55760
|
{
|
|
54827
55761
|
"properties": {
|
|
54828
55762
|
"availableSlots": {
|
|
54829
|
-
"type": "number"
|
|
54830
|
-
"enum": [
|
|
54831
|
-
0
|
|
54832
|
-
]
|
|
55763
|
+
"type": "number"
|
|
54833
55764
|
},
|
|
54834
55765
|
"reason": {
|
|
54835
55766
|
"type": "string",
|
|
54836
55767
|
"enum": [
|
|
54837
|
-
"
|
|
55768
|
+
"available_slots"
|
|
54838
55769
|
]
|
|
54839
55770
|
},
|
|
54840
|
-
"
|
|
54841
|
-
"
|
|
54842
|
-
"type": "string"
|
|
54843
|
-
},
|
|
54844
|
-
"type": "array"
|
|
55771
|
+
"message": {
|
|
55772
|
+
"type": "string"
|
|
54845
55773
|
}
|
|
54846
55774
|
},
|
|
54847
55775
|
"required": [
|
|
54848
55776
|
"availableSlots",
|
|
54849
55777
|
"reason",
|
|
54850
|
-
"
|
|
55778
|
+
"message"
|
|
54851
55779
|
],
|
|
54852
55780
|
"type": "object"
|
|
54853
55781
|
}
|
|
@@ -62340,8 +63268,8 @@
|
|
|
62340
63268
|
"bitbucket",
|
|
62341
63269
|
"feedback",
|
|
62342
63270
|
"organization-teams",
|
|
62343
|
-
"mail",
|
|
62344
63271
|
"link",
|
|
63272
|
+
"mail",
|
|
62345
63273
|
"saml",
|
|
62346
63274
|
"dsync"
|
|
62347
63275
|
]
|
|
@@ -62594,8 +63522,8 @@
|
|
|
62594
63522
|
"origin": {
|
|
62595
63523
|
"type": "string",
|
|
62596
63524
|
"enum": [
|
|
62597
|
-
"mail",
|
|
62598
63525
|
"link",
|
|
63526
|
+
"mail",
|
|
62599
63527
|
"import",
|
|
62600
63528
|
"teams",
|
|
62601
63529
|
"github",
|
|
@@ -63274,7 +64202,7 @@
|
|
|
63274
64202
|
}
|
|
63275
64203
|
},
|
|
63276
64204
|
"402": {
|
|
63277
|
-
"description": ""
|
|
64205
|
+
"description": "The account was soft-blocked for an unhandled reason.\nThe account is missing a payment so payment method must be updated"
|
|
63278
64206
|
},
|
|
63279
64207
|
"403": {
|
|
63280
64208
|
"description": "You do not have permission to access this resource.\nNot authorized to update the team. Must be an OWNER."
|
|
@@ -64633,6 +65561,7 @@
|
|
|
64633
65561
|
"deployment.integration.action.cancel",
|
|
64634
65562
|
"deployment.integration.action.cleanup",
|
|
64635
65563
|
"deployment.checkrun.start",
|
|
65564
|
+
"deployment.checkrun.cancel",
|
|
64636
65565
|
"edge-config.created",
|
|
64637
65566
|
"edge-config.deleted",
|
|
64638
65567
|
"edge-config.items.updated",
|
|
@@ -64703,6 +65632,7 @@
|
|
|
64703
65632
|
"deployment.integration.action.cancel",
|
|
64704
65633
|
"deployment.integration.action.cleanup",
|
|
64705
65634
|
"deployment.checkrun.start",
|
|
65635
|
+
"deployment.checkrun.cancel",
|
|
64706
65636
|
"edge-config.created",
|
|
64707
65637
|
"edge-config.deleted",
|
|
64708
65638
|
"edge-config.items.updated",
|
|
@@ -64891,6 +65821,7 @@
|
|
|
64891
65821
|
"deployment.integration.action.cancel",
|
|
64892
65822
|
"deployment.integration.action.cleanup",
|
|
64893
65823
|
"deployment.checkrun.start",
|
|
65824
|
+
"deployment.checkrun.cancel",
|
|
64894
65825
|
"edge-config.created",
|
|
64895
65826
|
"edge-config.deleted",
|
|
64896
65827
|
"edge-config.items.updated",
|
|
@@ -64959,6 +65890,7 @@
|
|
|
64959
65890
|
"deployment.integration.action.cancel",
|
|
64960
65891
|
"deployment.integration.action.cleanup",
|
|
64961
65892
|
"deployment.checkrun.start",
|
|
65893
|
+
"deployment.checkrun.cancel",
|
|
64962
65894
|
"edge-config.created",
|
|
64963
65895
|
"edge-config.deleted",
|
|
64964
65896
|
"edge-config.items.updated",
|
|
@@ -65099,7 +66031,8 @@
|
|
|
65099
66031
|
"fasthtml",
|
|
65100
66032
|
"sanity-v3",
|
|
65101
66033
|
"sanity",
|
|
65102
|
-
"storybook"
|
|
66034
|
+
"storybook",
|
|
66035
|
+
"nitro"
|
|
65103
66036
|
]
|
|
65104
66037
|
},
|
|
65105
66038
|
"latestDeployment": {
|
|
@@ -65144,6 +66077,7 @@
|
|
|
65144
66077
|
"deployment.integration.action.cancel",
|
|
65145
66078
|
"deployment.integration.action.cleanup",
|
|
65146
66079
|
"deployment.checkrun.start",
|
|
66080
|
+
"deployment.checkrun.cancel",
|
|
65147
66081
|
"edge-config.created",
|
|
65148
66082
|
"edge-config.deleted",
|
|
65149
66083
|
"edge-config.items.updated",
|
|
@@ -65214,6 +66148,7 @@
|
|
|
65214
66148
|
"deployment.integration.action.cancel",
|
|
65215
66149
|
"deployment.integration.action.cleanup",
|
|
65216
66150
|
"deployment.checkrun.start",
|
|
66151
|
+
"deployment.checkrun.cancel",
|
|
65217
66152
|
"edge-config.created",
|
|
65218
66153
|
"edge-config.deleted",
|
|
65219
66154
|
"edge-config.items.updated",
|
|
@@ -65342,6 +66277,7 @@
|
|
|
65342
66277
|
"deployment.integration.action.cancel",
|
|
65343
66278
|
"deployment.integration.action.cleanup",
|
|
65344
66279
|
"deployment.checkrun.start",
|
|
66280
|
+
"deployment.checkrun.cancel",
|
|
65345
66281
|
"edge-config.created",
|
|
65346
66282
|
"edge-config.deleted",
|
|
65347
66283
|
"edge-config.items.updated",
|
|
@@ -65412,6 +66348,7 @@
|
|
|
65412
66348
|
"deployment.integration.action.cancel",
|
|
65413
66349
|
"deployment.integration.action.cleanup",
|
|
65414
66350
|
"deployment.checkrun.start",
|
|
66351
|
+
"deployment.checkrun.cancel",
|
|
65415
66352
|
"edge-config.created",
|
|
65416
66353
|
"edge-config.deleted",
|
|
65417
66354
|
"edge-config.items.updated",
|
|
@@ -65615,6 +66552,7 @@
|
|
|
65615
66552
|
"deployment.integration.action.cancel",
|
|
65616
66553
|
"deployment.integration.action.cleanup",
|
|
65617
66554
|
"deployment.checkrun.start",
|
|
66555
|
+
"deployment.checkrun.cancel",
|
|
65618
66556
|
"edge-config.created",
|
|
65619
66557
|
"edge-config.deleted",
|
|
65620
66558
|
"edge-config.items.updated",
|
|
@@ -65685,6 +66623,7 @@
|
|
|
65685
66623
|
"deployment.integration.action.cancel",
|
|
65686
66624
|
"deployment.integration.action.cleanup",
|
|
65687
66625
|
"deployment.checkrun.start",
|
|
66626
|
+
"deployment.checkrun.cancel",
|
|
65688
66627
|
"edge-config.created",
|
|
65689
66628
|
"edge-config.deleted",
|
|
65690
66629
|
"edge-config.items.updated",
|
|
@@ -68211,6 +69150,10 @@
|
|
|
68211
69150
|
"description": "The name of the deployment.",
|
|
68212
69151
|
"example": "docs"
|
|
68213
69152
|
},
|
|
69153
|
+
"projectId": {
|
|
69154
|
+
"type": "string",
|
|
69155
|
+
"description": "The project ID of the deployment"
|
|
69156
|
+
},
|
|
68214
69157
|
"url": {
|
|
68215
69158
|
"type": "string",
|
|
68216
69159
|
"description": "The URL of the deployment.",
|
|
@@ -68510,7 +69453,8 @@
|
|
|
68510
69453
|
"fasthtml",
|
|
68511
69454
|
"sanity-v3",
|
|
68512
69455
|
"sanity",
|
|
68513
|
-
"storybook"
|
|
69456
|
+
"storybook",
|
|
69457
|
+
"nitro"
|
|
68514
69458
|
]
|
|
68515
69459
|
},
|
|
68516
69460
|
"gitForkProtection": {
|
|
@@ -68559,10 +69503,6 @@
|
|
|
68559
69503
|
"nullable": true,
|
|
68560
69504
|
"type": "string"
|
|
68561
69505
|
},
|
|
68562
|
-
"serverlessFunctionRegion": {
|
|
68563
|
-
"nullable": true,
|
|
68564
|
-
"type": "string"
|
|
68565
|
-
},
|
|
68566
69506
|
"sourceFilesOutsideRootDirectory": {
|
|
68567
69507
|
"type": "boolean"
|
|
68568
69508
|
},
|
|
@@ -68686,6 +69626,7 @@
|
|
|
68686
69626
|
"required": [
|
|
68687
69627
|
"uid",
|
|
68688
69628
|
"name",
|
|
69629
|
+
"projectId",
|
|
68689
69630
|
"url",
|
|
68690
69631
|
"created",
|
|
68691
69632
|
"type",
|
|
@@ -71393,6 +72334,73 @@
|
|
|
71393
72334
|
"type": "object",
|
|
71394
72335
|
"description": "The payload of the event, if requested."
|
|
71395
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
|
+
},
|
|
71396
72404
|
{
|
|
71397
72405
|
"properties": {
|
|
71398
72406
|
"integrationId": {
|
|
@@ -71857,6 +72865,9 @@
|
|
|
71857
72865
|
"concurrentBuilds": {
|
|
71858
72866
|
"type": "number"
|
|
71859
72867
|
},
|
|
72868
|
+
"elasticConcurrencyEnabled": {
|
|
72869
|
+
"type": "boolean"
|
|
72870
|
+
},
|
|
71860
72871
|
"buildEntitlements": {
|
|
71861
72872
|
"properties": {
|
|
71862
72873
|
"enhancedBuilds": {
|
|
@@ -72150,19 +73161,10 @@
|
|
|
72150
73161
|
"blobDataTransfer",
|
|
72151
73162
|
"observabilityEvent",
|
|
72152
73163
|
"onDemandConcurrencyMinutes",
|
|
72153
|
-
"postgresComputeTime",
|
|
72154
|
-
"postgresDataStorage",
|
|
72155
|
-
"postgresDataTransfer",
|
|
72156
|
-
"postgresDatabase",
|
|
72157
|
-
"postgresWrittenData",
|
|
72158
73164
|
"runtimeCacheRead",
|
|
72159
73165
|
"runtimeCacheWrite",
|
|
72160
73166
|
"serverlessFunctionExecution",
|
|
72161
73167
|
"sourceImages",
|
|
72162
|
-
"storageRedisTotalBandwidthInBytes",
|
|
72163
|
-
"storageRedisTotalCommands",
|
|
72164
|
-
"storageRedisTotalDailyAvgStorageInBytes",
|
|
72165
|
-
"storageRedisTotalDatabases",
|
|
72166
73168
|
"wafOwaspExcessBytes",
|
|
72167
73169
|
"wafOwaspRequests",
|
|
72168
73170
|
"wafRateLimitRequest",
|
|
@@ -72250,11 +73252,11 @@
|
|
|
72250
73252
|
"enum": [
|
|
72251
73253
|
"teams",
|
|
72252
73254
|
"saml",
|
|
73255
|
+
"link",
|
|
72253
73256
|
"github",
|
|
72254
73257
|
"gitlab",
|
|
72255
73258
|
"bitbucket",
|
|
72256
73259
|
"mail",
|
|
72257
|
-
"link",
|
|
72258
73260
|
"import",
|
|
72259
73261
|
"dsync",
|
|
72260
73262
|
"feedback",
|
|
@@ -72940,101 +73942,6 @@
|
|
|
72940
73942
|
],
|
|
72941
73943
|
"type": "object"
|
|
72942
73944
|
},
|
|
72943
|
-
"postgresComputeTime": {
|
|
72944
|
-
"properties": {
|
|
72945
|
-
"currentThreshold": {
|
|
72946
|
-
"type": "number"
|
|
72947
|
-
},
|
|
72948
|
-
"warningAt": {
|
|
72949
|
-
"nullable": true,
|
|
72950
|
-
"type": "number"
|
|
72951
|
-
},
|
|
72952
|
-
"blockedAt": {
|
|
72953
|
-
"nullable": true,
|
|
72954
|
-
"type": "number"
|
|
72955
|
-
}
|
|
72956
|
-
},
|
|
72957
|
-
"required": [
|
|
72958
|
-
"currentThreshold"
|
|
72959
|
-
],
|
|
72960
|
-
"type": "object"
|
|
72961
|
-
},
|
|
72962
|
-
"postgresDataStorage": {
|
|
72963
|
-
"properties": {
|
|
72964
|
-
"currentThreshold": {
|
|
72965
|
-
"type": "number"
|
|
72966
|
-
},
|
|
72967
|
-
"warningAt": {
|
|
72968
|
-
"nullable": true,
|
|
72969
|
-
"type": "number"
|
|
72970
|
-
},
|
|
72971
|
-
"blockedAt": {
|
|
72972
|
-
"nullable": true,
|
|
72973
|
-
"type": "number"
|
|
72974
|
-
}
|
|
72975
|
-
},
|
|
72976
|
-
"required": [
|
|
72977
|
-
"currentThreshold"
|
|
72978
|
-
],
|
|
72979
|
-
"type": "object"
|
|
72980
|
-
},
|
|
72981
|
-
"postgresDataTransfer": {
|
|
72982
|
-
"properties": {
|
|
72983
|
-
"currentThreshold": {
|
|
72984
|
-
"type": "number"
|
|
72985
|
-
},
|
|
72986
|
-
"warningAt": {
|
|
72987
|
-
"nullable": true,
|
|
72988
|
-
"type": "number"
|
|
72989
|
-
},
|
|
72990
|
-
"blockedAt": {
|
|
72991
|
-
"nullable": true,
|
|
72992
|
-
"type": "number"
|
|
72993
|
-
}
|
|
72994
|
-
},
|
|
72995
|
-
"required": [
|
|
72996
|
-
"currentThreshold"
|
|
72997
|
-
],
|
|
72998
|
-
"type": "object"
|
|
72999
|
-
},
|
|
73000
|
-
"postgresDatabase": {
|
|
73001
|
-
"properties": {
|
|
73002
|
-
"currentThreshold": {
|
|
73003
|
-
"type": "number"
|
|
73004
|
-
},
|
|
73005
|
-
"warningAt": {
|
|
73006
|
-
"nullable": true,
|
|
73007
|
-
"type": "number"
|
|
73008
|
-
},
|
|
73009
|
-
"blockedAt": {
|
|
73010
|
-
"nullable": true,
|
|
73011
|
-
"type": "number"
|
|
73012
|
-
}
|
|
73013
|
-
},
|
|
73014
|
-
"required": [
|
|
73015
|
-
"currentThreshold"
|
|
73016
|
-
],
|
|
73017
|
-
"type": "object"
|
|
73018
|
-
},
|
|
73019
|
-
"postgresWrittenData": {
|
|
73020
|
-
"properties": {
|
|
73021
|
-
"currentThreshold": {
|
|
73022
|
-
"type": "number"
|
|
73023
|
-
},
|
|
73024
|
-
"warningAt": {
|
|
73025
|
-
"nullable": true,
|
|
73026
|
-
"type": "number"
|
|
73027
|
-
},
|
|
73028
|
-
"blockedAt": {
|
|
73029
|
-
"nullable": true,
|
|
73030
|
-
"type": "number"
|
|
73031
|
-
}
|
|
73032
|
-
},
|
|
73033
|
-
"required": [
|
|
73034
|
-
"currentThreshold"
|
|
73035
|
-
],
|
|
73036
|
-
"type": "object"
|
|
73037
|
-
},
|
|
73038
73945
|
"runtimeCacheRead": {
|
|
73039
73946
|
"properties": {
|
|
73040
73947
|
"currentThreshold": {
|
|
@@ -73111,82 +74018,6 @@
|
|
|
73111
74018
|
],
|
|
73112
74019
|
"type": "object"
|
|
73113
74020
|
},
|
|
73114
|
-
"storageRedisTotalBandwidthInBytes": {
|
|
73115
|
-
"properties": {
|
|
73116
|
-
"currentThreshold": {
|
|
73117
|
-
"type": "number"
|
|
73118
|
-
},
|
|
73119
|
-
"warningAt": {
|
|
73120
|
-
"nullable": true,
|
|
73121
|
-
"type": "number"
|
|
73122
|
-
},
|
|
73123
|
-
"blockedAt": {
|
|
73124
|
-
"nullable": true,
|
|
73125
|
-
"type": "number"
|
|
73126
|
-
}
|
|
73127
|
-
},
|
|
73128
|
-
"required": [
|
|
73129
|
-
"currentThreshold"
|
|
73130
|
-
],
|
|
73131
|
-
"type": "object"
|
|
73132
|
-
},
|
|
73133
|
-
"storageRedisTotalCommands": {
|
|
73134
|
-
"properties": {
|
|
73135
|
-
"currentThreshold": {
|
|
73136
|
-
"type": "number"
|
|
73137
|
-
},
|
|
73138
|
-
"warningAt": {
|
|
73139
|
-
"nullable": true,
|
|
73140
|
-
"type": "number"
|
|
73141
|
-
},
|
|
73142
|
-
"blockedAt": {
|
|
73143
|
-
"nullable": true,
|
|
73144
|
-
"type": "number"
|
|
73145
|
-
}
|
|
73146
|
-
},
|
|
73147
|
-
"required": [
|
|
73148
|
-
"currentThreshold"
|
|
73149
|
-
],
|
|
73150
|
-
"type": "object"
|
|
73151
|
-
},
|
|
73152
|
-
"storageRedisTotalDailyAvgStorageInBytes": {
|
|
73153
|
-
"properties": {
|
|
73154
|
-
"currentThreshold": {
|
|
73155
|
-
"type": "number"
|
|
73156
|
-
},
|
|
73157
|
-
"warningAt": {
|
|
73158
|
-
"nullable": true,
|
|
73159
|
-
"type": "number"
|
|
73160
|
-
},
|
|
73161
|
-
"blockedAt": {
|
|
73162
|
-
"nullable": true,
|
|
73163
|
-
"type": "number"
|
|
73164
|
-
}
|
|
73165
|
-
},
|
|
73166
|
-
"required": [
|
|
73167
|
-
"currentThreshold"
|
|
73168
|
-
],
|
|
73169
|
-
"type": "object"
|
|
73170
|
-
},
|
|
73171
|
-
"storageRedisTotalDatabases": {
|
|
73172
|
-
"properties": {
|
|
73173
|
-
"currentThreshold": {
|
|
73174
|
-
"type": "number"
|
|
73175
|
-
},
|
|
73176
|
-
"warningAt": {
|
|
73177
|
-
"nullable": true,
|
|
73178
|
-
"type": "number"
|
|
73179
|
-
},
|
|
73180
|
-
"blockedAt": {
|
|
73181
|
-
"nullable": true,
|
|
73182
|
-
"type": "number"
|
|
73183
|
-
}
|
|
73184
|
-
},
|
|
73185
|
-
"required": [
|
|
73186
|
-
"currentThreshold"
|
|
73187
|
-
],
|
|
73188
|
-
"type": "object"
|
|
73189
|
-
},
|
|
73190
74021
|
"wafOwaspExcessBytes": {
|
|
73191
74022
|
"properties": {
|
|
73192
74023
|
"currentThreshold": {
|
|
@@ -73530,19 +74361,10 @@
|
|
|
73530
74361
|
"blobDataTransfer",
|
|
73531
74362
|
"observabilityEvent",
|
|
73532
74363
|
"onDemandConcurrencyMinutes",
|
|
73533
|
-
"postgresComputeTime",
|
|
73534
|
-
"postgresDataStorage",
|
|
73535
|
-
"postgresDataTransfer",
|
|
73536
|
-
"postgresDatabase",
|
|
73537
|
-
"postgresWrittenData",
|
|
73538
74364
|
"runtimeCacheRead",
|
|
73539
74365
|
"runtimeCacheWrite",
|
|
73540
74366
|
"serverlessFunctionExecution",
|
|
73541
74367
|
"sourceImages",
|
|
73542
|
-
"storageRedisTotalBandwidthInBytes",
|
|
73543
|
-
"storageRedisTotalCommands",
|
|
73544
|
-
"storageRedisTotalDailyAvgStorageInBytes",
|
|
73545
|
-
"storageRedisTotalDatabases",
|
|
73546
74368
|
"wafOwaspExcessBytes",
|
|
73547
74369
|
"wafOwaspRequests",
|
|
73548
74370
|
"wafRateLimitRequest",
|
|
@@ -73607,19 +74429,10 @@
|
|
|
73607
74429
|
"blobDataTransfer",
|
|
73608
74430
|
"observabilityEvent",
|
|
73609
74431
|
"onDemandConcurrencyMinutes",
|
|
73610
|
-
"postgresComputeTime",
|
|
73611
|
-
"postgresDataStorage",
|
|
73612
|
-
"postgresDataTransfer",
|
|
73613
|
-
"postgresDatabase",
|
|
73614
|
-
"postgresWrittenData",
|
|
73615
74432
|
"runtimeCacheRead",
|
|
73616
74433
|
"runtimeCacheWrite",
|
|
73617
74434
|
"serverlessFunctionExecution",
|
|
73618
74435
|
"sourceImages",
|
|
73619
|
-
"storageRedisTotalBandwidthInBytes",
|
|
73620
|
-
"storageRedisTotalCommands",
|
|
73621
|
-
"storageRedisTotalDailyAvgStorageInBytes",
|
|
73622
|
-
"storageRedisTotalDatabases",
|
|
73623
74436
|
"wafOwaspExcessBytes",
|
|
73624
74437
|
"wafOwaspRequests",
|
|
73625
74438
|
"wafRateLimitRequest",
|
|
@@ -73684,19 +74497,10 @@
|
|
|
73684
74497
|
"blobDataTransfer",
|
|
73685
74498
|
"observabilityEvent",
|
|
73686
74499
|
"onDemandConcurrencyMinutes",
|
|
73687
|
-
"postgresComputeTime",
|
|
73688
|
-
"postgresDataStorage",
|
|
73689
|
-
"postgresDataTransfer",
|
|
73690
|
-
"postgresDatabase",
|
|
73691
|
-
"postgresWrittenData",
|
|
73692
74500
|
"runtimeCacheRead",
|
|
73693
74501
|
"runtimeCacheWrite",
|
|
73694
74502
|
"serverlessFunctionExecution",
|
|
73695
74503
|
"sourceImages",
|
|
73696
|
-
"storageRedisTotalBandwidthInBytes",
|
|
73697
|
-
"storageRedisTotalCommands",
|
|
73698
|
-
"storageRedisTotalDailyAvgStorageInBytes",
|
|
73699
|
-
"storageRedisTotalDatabases",
|
|
73700
74504
|
"wafOwaspExcessBytes",
|
|
73701
74505
|
"wafOwaspRequests",
|
|
73702
74506
|
"wafRateLimitRequest",
|
|
@@ -74298,11 +75102,11 @@
|
|
|
74298
75102
|
"enum": [
|
|
74299
75103
|
"teams",
|
|
74300
75104
|
"saml",
|
|
75105
|
+
"link",
|
|
74301
75106
|
"github",
|
|
74302
75107
|
"gitlab",
|
|
74303
75108
|
"bitbucket",
|
|
74304
75109
|
"mail",
|
|
74305
|
-
"link",
|
|
74306
75110
|
"import",
|
|
74307
75111
|
"dsync",
|
|
74308
75112
|
"feedback",
|
|
@@ -74524,7 +75328,8 @@
|
|
|
74524
75328
|
"enum": [
|
|
74525
75329
|
"all",
|
|
74526
75330
|
"preview",
|
|
74527
|
-
"prod_deployment_urls_and_all_previews"
|
|
75331
|
+
"prod_deployment_urls_and_all_previews",
|
|
75332
|
+
"all_except_custom_domains"
|
|
74528
75333
|
]
|
|
74529
75334
|
}
|
|
74530
75335
|
},
|
|
@@ -74538,7 +75343,8 @@
|
|
|
74538
75343
|
"enum": [
|
|
74539
75344
|
"all",
|
|
74540
75345
|
"preview",
|
|
74541
|
-
"prod_deployment_urls_and_all_previews"
|
|
75346
|
+
"prod_deployment_urls_and_all_previews",
|
|
75347
|
+
"all_except_custom_domains"
|
|
74542
75348
|
]
|
|
74543
75349
|
}
|
|
74544
75350
|
]
|
|
@@ -74553,7 +75359,8 @@
|
|
|
74553
75359
|
"enum": [
|
|
74554
75360
|
"all",
|
|
74555
75361
|
"preview",
|
|
74556
|
-
"prod_deployment_urls_and_all_previews"
|
|
75362
|
+
"prod_deployment_urls_and_all_previews",
|
|
75363
|
+
"all_except_custom_domains"
|
|
74557
75364
|
]
|
|
74558
75365
|
}
|
|
74559
75366
|
},
|
|
@@ -74567,7 +75374,8 @@
|
|
|
74567
75374
|
"enum": [
|
|
74568
75375
|
"all",
|
|
74569
75376
|
"preview",
|
|
74570
|
-
"prod_deployment_urls_and_all_previews"
|
|
75377
|
+
"prod_deployment_urls_and_all_previews",
|
|
75378
|
+
"all_except_custom_domains"
|
|
74571
75379
|
]
|
|
74572
75380
|
}
|
|
74573
75381
|
]
|
|
@@ -74596,7 +75404,8 @@
|
|
|
74596
75404
|
"enum": [
|
|
74597
75405
|
"all",
|
|
74598
75406
|
"preview",
|
|
74599
|
-
"prod_deployment_urls_and_all_previews"
|
|
75407
|
+
"prod_deployment_urls_and_all_previews",
|
|
75408
|
+
"all_except_custom_domains"
|
|
74600
75409
|
]
|
|
74601
75410
|
}
|
|
74602
75411
|
},
|
|
@@ -74610,7 +75419,8 @@
|
|
|
74610
75419
|
"enum": [
|
|
74611
75420
|
"all",
|
|
74612
75421
|
"preview",
|
|
74613
|
-
"prod_deployment_urls_and_all_previews"
|
|
75422
|
+
"prod_deployment_urls_and_all_previews",
|
|
75423
|
+
"all_except_custom_domains"
|
|
74614
75424
|
]
|
|
74615
75425
|
}
|
|
74616
75426
|
]
|
|
@@ -74625,7 +75435,8 @@
|
|
|
74625
75435
|
"enum": [
|
|
74626
75436
|
"all",
|
|
74627
75437
|
"preview",
|
|
74628
|
-
"prod_deployment_urls_and_all_previews"
|
|
75438
|
+
"prod_deployment_urls_and_all_previews",
|
|
75439
|
+
"all_except_custom_domains"
|
|
74629
75440
|
]
|
|
74630
75441
|
}
|
|
74631
75442
|
},
|
|
@@ -74639,7 +75450,8 @@
|
|
|
74639
75450
|
"enum": [
|
|
74640
75451
|
"all",
|
|
74641
75452
|
"preview",
|
|
74642
|
-
"prod_deployment_urls_and_all_previews"
|
|
75453
|
+
"prod_deployment_urls_and_all_previews",
|
|
75454
|
+
"all_except_custom_domains"
|
|
74643
75455
|
]
|
|
74644
75456
|
}
|
|
74645
75457
|
]
|
|
@@ -74665,6 +75477,7 @@
|
|
|
74665
75477
|
"all",
|
|
74666
75478
|
"preview",
|
|
74667
75479
|
"prod_deployment_urls_and_all_previews",
|
|
75480
|
+
"all_except_custom_domains",
|
|
74668
75481
|
"production"
|
|
74669
75482
|
]
|
|
74670
75483
|
},
|
|
@@ -74675,6 +75488,7 @@
|
|
|
74675
75488
|
"all",
|
|
74676
75489
|
"preview",
|
|
74677
75490
|
"prod_deployment_urls_and_all_previews",
|
|
75491
|
+
"all_except_custom_domains",
|
|
74678
75492
|
"production"
|
|
74679
75493
|
]
|
|
74680
75494
|
},
|
|
@@ -77265,6 +78079,10 @@
|
|
|
77265
78079
|
"type": "number",
|
|
77266
78080
|
"description": "The total amount of concurrent builds that can be used."
|
|
77267
78081
|
},
|
|
78082
|
+
"elasticConcurrencyEnabled": {
|
|
78083
|
+
"type": "boolean",
|
|
78084
|
+
"description": "Whether every build for this team / user has elastic concurrency enabled automatically."
|
|
78085
|
+
},
|
|
77268
78086
|
"edgeConfigSize": {
|
|
77269
78087
|
"type": "number",
|
|
77270
78088
|
"description": "The maximum size in kilobytes of an Edge Config. Only specified if a custom limit is set."
|
|
@@ -77478,9 +78296,9 @@
|
|
|
77478
78296
|
"origin": {
|
|
77479
78297
|
"type": "string",
|
|
77480
78298
|
"enum": [
|
|
78299
|
+
"link",
|
|
77481
78300
|
"saml",
|
|
77482
78301
|
"mail",
|
|
77483
|
-
"link",
|
|
77484
78302
|
"import",
|
|
77485
78303
|
"teams",
|
|
77486
78304
|
"github",
|
|
@@ -77768,9 +78586,9 @@
|
|
|
77768
78586
|
"origin": {
|
|
77769
78587
|
"type": "string",
|
|
77770
78588
|
"enum": [
|
|
78589
|
+
"link",
|
|
77771
78590
|
"saml",
|
|
77772
78591
|
"mail",
|
|
77773
|
-
"link",
|
|
77774
78592
|
"import",
|
|
77775
78593
|
"teams",
|
|
77776
78594
|
"github",
|
|
@@ -78070,19 +78888,10 @@
|
|
|
78070
78888
|
"blobDataTransfer",
|
|
78071
78889
|
"observabilityEvent",
|
|
78072
78890
|
"onDemandConcurrencyMinutes",
|
|
78073
|
-
"postgresComputeTime",
|
|
78074
|
-
"postgresDataStorage",
|
|
78075
|
-
"postgresDataTransfer",
|
|
78076
|
-
"postgresDatabase",
|
|
78077
|
-
"postgresWrittenData",
|
|
78078
78891
|
"runtimeCacheRead",
|
|
78079
78892
|
"runtimeCacheWrite",
|
|
78080
78893
|
"serverlessFunctionExecution",
|
|
78081
78894
|
"sourceImages",
|
|
78082
|
-
"storageRedisTotalBandwidthInBytes",
|
|
78083
|
-
"storageRedisTotalCommands",
|
|
78084
|
-
"storageRedisTotalDailyAvgStorageInBytes",
|
|
78085
|
-
"storageRedisTotalDatabases",
|
|
78086
78895
|
"wafOwaspExcessBytes",
|
|
78087
78896
|
"wafOwaspRequests",
|
|
78088
78897
|
"wafRateLimitRequest",
|
|
@@ -78112,6 +78921,10 @@
|
|
|
78112
78921
|
"type": "number",
|
|
78113
78922
|
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
78114
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
|
+
},
|
|
78115
78928
|
"buildEntitlements": {
|
|
78116
78929
|
"properties": {
|
|
78117
78930
|
"enhancedBuilds": {
|