@vercel/sdk 1.8.5 → 1.9.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 +4 -2
- package/bin/mcp-server.js +629 -323
- package/bin/mcp-server.js.map +30 -27
- package/docs/sdks/rollingrelease/README.md +80 -0
- package/esm/__tests__/marketplace.test.js +10 -1
- package/esm/__tests__/marketplace.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +23 -0
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/funcs/domainsCheckDomainStatus.js +2 -2
- package/esm/funcs/domainsCheckDomainStatus.js.map +1 -1
- package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.d.ts +20 -0
- package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.d.ts.map +1 -0
- package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.js +94 -0
- package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.d.ts +7 -0
- package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.d.ts.map +1 -0
- package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.js +28 -0
- package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.js.map +1 -0
- package/esm/models/approverollingreleasestageop.d.ts +36 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +25 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +19 -17
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +19 -17
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/completerollingreleaseop.d.ts +36 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +24 -0
- package/esm/models/completerollingreleaseop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +51 -106
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +55 -110
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +4 -0
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +4 -0
- 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/getdeploymentop.d.ts +2 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +2 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getfirewallconfigop.d.ts +2 -0
- package/esm/models/getfirewallconfigop.d.ts.map +1 -1
- package/esm/models/getfirewallconfigop.js +2 -0
- package/esm/models/getfirewallconfigop.js.map +1 -1
- package/esm/models/getmemberop.d.ts +9 -0
- package/esm/models/getmemberop.d.ts.map +1 -1
- package/esm/models/getmemberop.js +3 -0
- package/esm/models/getmemberop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +4 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +4 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleasebillingstatusop.d.ts +284 -0
- package/esm/models/getrollingreleasebillingstatusop.d.ts.map +1 -0
- package/esm/models/getrollingreleasebillingstatusop.js +267 -0
- package/esm/models/getrollingreleasebillingstatusop.js.map +1 -0
- package/esm/models/getrollingreleaseop.d.ts +36 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +24 -0
- package/esm/models/getrollingreleaseop.js.map +1 -1
- package/esm/models/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 +6 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +2 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/putfirewallconfigop.d.ts +4 -0
- package/esm/models/putfirewallconfigop.d.ts.map +1 -1
- package/esm/models/putfirewallconfigop.js +4 -0
- package/esm/models/putfirewallconfigop.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +36 -4
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +33 -0
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateintegrationdeploymentactionop.d.ts +2 -0
- package/esm/models/updateintegrationdeploymentactionop.d.ts.map +1 -1
- package/esm/models/updateintegrationdeploymentactionop.js +2 -0
- package/esm/models/updateintegrationdeploymentactionop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +4 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +4 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +4 -0
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +4 -0
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +5 -0
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +2 -0
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/rollingrelease.d.ts +8 -0
- package/esm/sdk/rollingrelease.d.ts.map +1 -1
- package/esm/sdk/rollingrelease.js +10 -0
- package/esm/sdk/rollingrelease.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/marketplace.test.ts +19 -1
- package/src/__tests__/rollingrelease.test.ts +26 -0
- package/src/funcs/domainsCheckDomainStatus.ts +2 -2
- package/src/funcs/rollingReleaseGetRollingReleaseBillingStatus.ts +208 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.ts +40 -0
- package/src/models/approverollingreleasestageop.ts +44 -0
- package/src/models/canceldeploymentop.ts +32 -32
- package/src/models/completerollingreleaseop.ts +45 -0
- package/src/models/createdeploymentop.ts +107 -220
- package/src/models/createprojectop.ts +8 -0
- package/src/models/createwebhookop.ts +2 -0
- package/src/models/getdeploymentop.ts +4 -0
- package/src/models/getfirewallconfigop.ts +4 -0
- package/src/models/getmemberop.ts +9 -0
- package/src/models/getprojectsop.ts +8 -0
- package/src/models/getrollingreleasebillingstatusop.ts +614 -0
- package/src/models/getrollingreleaseop.ts +40 -0
- package/src/models/getv9projectsidornamecustomenvironmentsop.ts +1 -1
- package/src/models/getwebhookop.ts +1 -0
- package/src/models/getwebhooksop.ts +2 -0
- package/src/models/putfirewallconfigop.ts +8 -0
- package/src/models/updatefirewallconfigop.ts +73 -0
- package/src/models/updateintegrationdeploymentactionop.ts +4 -0
- package/src/models/updateprojectdatacacheop.ts +8 -0
- package/src/models/updateprojectop.ts +8 -0
- package/src/models/userevent.ts +7 -0
- package/src/sdk/rollingrelease.ts +22 -0
- package/vercel-spec.json +327 -58
package/vercel-spec.json
CHANGED
|
@@ -6732,6 +6732,12 @@
|
|
|
6732
6732
|
},
|
|
6733
6733
|
"type": "array"
|
|
6734
6734
|
},
|
|
6735
|
+
"notificationPreferences": {
|
|
6736
|
+
"items": {
|
|
6737
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
6738
|
+
},
|
|
6739
|
+
"type": "array"
|
|
6740
|
+
},
|
|
6735
6741
|
"notificationCustomerBudget": {
|
|
6736
6742
|
"items": {
|
|
6737
6743
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -8110,6 +8116,9 @@
|
|
|
8110
8116
|
"owasp"
|
|
8111
8117
|
],
|
|
8112
8118
|
"type": "object"
|
|
8119
|
+
},
|
|
8120
|
+
"botIdEnabled": {
|
|
8121
|
+
"type": "boolean"
|
|
8113
8122
|
}
|
|
8114
8123
|
},
|
|
8115
8124
|
"type": "object"
|
|
@@ -9083,6 +9092,11 @@
|
|
|
9083
9092
|
"statusText": {
|
|
9084
9093
|
"type": "string"
|
|
9085
9094
|
},
|
|
9095
|
+
"statusUrl": {
|
|
9096
|
+
"type": "string",
|
|
9097
|
+
"format": "uri",
|
|
9098
|
+
"pattern": "^https?://|^sso:"
|
|
9099
|
+
},
|
|
9086
9100
|
"outcomes": {
|
|
9087
9101
|
"type": "array",
|
|
9088
9102
|
"items": {
|
|
@@ -11269,6 +11283,9 @@
|
|
|
11269
11283
|
"applications": {
|
|
11270
11284
|
"additionalProperties": {
|
|
11271
11285
|
"properties": {
|
|
11286
|
+
"isDefaultApp": {
|
|
11287
|
+
"type": "boolean"
|
|
11288
|
+
},
|
|
11272
11289
|
"productionHost": {
|
|
11273
11290
|
"type": "string",
|
|
11274
11291
|
"description": "This is the production alias, it will always show the most up to date of each application."
|
|
@@ -14475,6 +14492,9 @@
|
|
|
14475
14492
|
"applications": {
|
|
14476
14493
|
"additionalProperties": {
|
|
14477
14494
|
"properties": {
|
|
14495
|
+
"isDefaultApp": {
|
|
14496
|
+
"type": "boolean"
|
|
14497
|
+
},
|
|
14478
14498
|
"productionHost": {
|
|
14479
14499
|
"type": "string",
|
|
14480
14500
|
"description": "This is the production alias, it will always show the most up to date of each application."
|
|
@@ -15096,43 +15116,6 @@
|
|
|
15096
15116
|
],
|
|
15097
15117
|
"type": "object"
|
|
15098
15118
|
},
|
|
15099
|
-
{
|
|
15100
|
-
"properties": {
|
|
15101
|
-
"org": {
|
|
15102
|
-
"type": "string",
|
|
15103
|
-
"example": "vercel"
|
|
15104
|
-
},
|
|
15105
|
-
"ref": {
|
|
15106
|
-
"type": "string",
|
|
15107
|
-
"example": "main"
|
|
15108
|
-
},
|
|
15109
|
-
"repo": {
|
|
15110
|
-
"type": "string",
|
|
15111
|
-
"example": "next.js"
|
|
15112
|
-
},
|
|
15113
|
-
"sha": {
|
|
15114
|
-
"type": "string",
|
|
15115
|
-
"example": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0"
|
|
15116
|
-
},
|
|
15117
|
-
"host": {
|
|
15118
|
-
"type": "string"
|
|
15119
|
-
},
|
|
15120
|
-
"type": {
|
|
15121
|
-
"enum": [
|
|
15122
|
-
"github-custom-host"
|
|
15123
|
-
],
|
|
15124
|
-
"type": "string"
|
|
15125
|
-
}
|
|
15126
|
-
},
|
|
15127
|
-
"required": [
|
|
15128
|
-
"type",
|
|
15129
|
-
"ref",
|
|
15130
|
-
"org",
|
|
15131
|
-
"repo",
|
|
15132
|
-
"host"
|
|
15133
|
-
],
|
|
15134
|
-
"type": "object"
|
|
15135
|
-
},
|
|
15136
15119
|
{
|
|
15137
15120
|
"properties": {
|
|
15138
15121
|
"projectId": {
|
|
@@ -17547,6 +17530,9 @@
|
|
|
17547
17530
|
"applications": {
|
|
17548
17531
|
"additionalProperties": {
|
|
17549
17532
|
"properties": {
|
|
17533
|
+
"isDefaultApp": {
|
|
17534
|
+
"type": "boolean"
|
|
17535
|
+
},
|
|
17550
17536
|
"productionHost": {
|
|
17551
17537
|
"type": "string",
|
|
17552
17538
|
"description": "This is the production alias, it will always show the most up to date of each application."
|
|
@@ -18209,6 +18195,9 @@
|
|
|
18209
18195
|
"403": {
|
|
18210
18196
|
"description": "You do not have permission to access this resource."
|
|
18211
18197
|
},
|
|
18198
|
+
"408": {
|
|
18199
|
+
"description": ""
|
|
18200
|
+
},
|
|
18212
18201
|
"500": {
|
|
18213
18202
|
"description": ""
|
|
18214
18203
|
}
|
|
@@ -23715,7 +23704,8 @@
|
|
|
23715
23704
|
"enum": [
|
|
23716
23705
|
"ADMIN",
|
|
23717
23706
|
"USER"
|
|
23718
|
-
]
|
|
23707
|
+
],
|
|
23708
|
+
"description": "\"The `ADMIN` role, by default, is provided to users capable of installing integrations, while the `USER` role can be granted to Vercel users with the Vercel `Billing` or Vercel `Viewer` role, which are considered to be Read-Only roles.\""
|
|
23719
23709
|
}
|
|
23720
23710
|
},
|
|
23721
23711
|
"required": [
|
|
@@ -31559,6 +31549,12 @@
|
|
|
31559
31549
|
},
|
|
31560
31550
|
"type": "array"
|
|
31561
31551
|
},
|
|
31552
|
+
"notificationPreferences": {
|
|
31553
|
+
"items": {
|
|
31554
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
31555
|
+
},
|
|
31556
|
+
"type": "array"
|
|
31557
|
+
},
|
|
31562
31558
|
"notificationCustomerBudget": {
|
|
31563
31559
|
"items": {
|
|
31564
31560
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -32553,6 +32549,9 @@
|
|
|
32553
32549
|
"owasp"
|
|
32554
32550
|
],
|
|
32555
32551
|
"type": "object"
|
|
32552
|
+
},
|
|
32553
|
+
"botIdEnabled": {
|
|
32554
|
+
"type": "boolean"
|
|
32556
32555
|
}
|
|
32557
32556
|
},
|
|
32558
32557
|
"type": "object"
|
|
@@ -35819,6 +35818,12 @@
|
|
|
35819
35818
|
},
|
|
35820
35819
|
"type": "array"
|
|
35821
35820
|
},
|
|
35821
|
+
"notificationPreferences": {
|
|
35822
|
+
"items": {
|
|
35823
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35824
|
+
},
|
|
35825
|
+
"type": "array"
|
|
35826
|
+
},
|
|
35822
35827
|
"notificationCustomerBudget": {
|
|
35823
35828
|
"items": {
|
|
35824
35829
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -36813,6 +36818,9 @@
|
|
|
36813
36818
|
"owasp"
|
|
36814
36819
|
],
|
|
36815
36820
|
"type": "object"
|
|
36821
|
+
},
|
|
36822
|
+
"botIdEnabled": {
|
|
36823
|
+
"type": "boolean"
|
|
36816
36824
|
}
|
|
36817
36825
|
},
|
|
36818
36826
|
"type": "object"
|
|
@@ -39914,6 +39922,12 @@
|
|
|
39914
39922
|
},
|
|
39915
39923
|
"type": "array"
|
|
39916
39924
|
},
|
|
39925
|
+
"notificationPreferences": {
|
|
39926
|
+
"items": {
|
|
39927
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
39928
|
+
},
|
|
39929
|
+
"type": "array"
|
|
39930
|
+
},
|
|
39917
39931
|
"notificationCustomerBudget": {
|
|
39918
39932
|
"items": {
|
|
39919
39933
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -41292,6 +41306,9 @@
|
|
|
41292
41306
|
"owasp"
|
|
41293
41307
|
],
|
|
41294
41308
|
"type": "object"
|
|
41309
|
+
},
|
|
41310
|
+
"botIdEnabled": {
|
|
41311
|
+
"type": "boolean"
|
|
41295
41312
|
}
|
|
41296
41313
|
},
|
|
41297
41314
|
"type": "object"
|
|
@@ -44447,6 +44464,12 @@
|
|
|
44447
44464
|
},
|
|
44448
44465
|
"type": "array"
|
|
44449
44466
|
},
|
|
44467
|
+
"notificationPreferences": {
|
|
44468
|
+
"items": {
|
|
44469
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
44470
|
+
},
|
|
44471
|
+
"type": "array"
|
|
44472
|
+
},
|
|
44450
44473
|
"notificationCustomerBudget": {
|
|
44451
44474
|
"items": {
|
|
44452
44475
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -45441,6 +45464,9 @@
|
|
|
45441
45464
|
"owasp"
|
|
45442
45465
|
],
|
|
45443
45466
|
"type": "object"
|
|
45467
|
+
},
|
|
45468
|
+
"botIdEnabled": {
|
|
45469
|
+
"type": "boolean"
|
|
45444
45470
|
}
|
|
45445
45471
|
},
|
|
45446
45472
|
"type": "object"
|
|
@@ -46436,9 +46462,9 @@
|
|
|
46436
46462
|
"type": {
|
|
46437
46463
|
"type": "string",
|
|
46438
46464
|
"enum": [
|
|
46439
|
-
"endsWith",
|
|
46440
46465
|
"startsWith",
|
|
46441
|
-
"equals"
|
|
46466
|
+
"equals",
|
|
46467
|
+
"endsWith"
|
|
46442
46468
|
],
|
|
46443
46469
|
"description": "The type of matching to perform"
|
|
46444
46470
|
},
|
|
@@ -54717,6 +54743,185 @@
|
|
|
54717
54743
|
"x-speakeasy-test": false
|
|
54718
54744
|
}
|
|
54719
54745
|
},
|
|
54746
|
+
"/v1/projects/{idOrName}/rolling-release/billing": {
|
|
54747
|
+
"get": {
|
|
54748
|
+
"description": "Get the Rolling Releases billing status for a project. The team level billing status is used to determine if the project can be configured for rolling releases.",
|
|
54749
|
+
"operationId": "getRollingReleaseBillingStatus",
|
|
54750
|
+
"security": [
|
|
54751
|
+
{
|
|
54752
|
+
"bearerToken": []
|
|
54753
|
+
}
|
|
54754
|
+
],
|
|
54755
|
+
"summary": "Get rolling release billing status",
|
|
54756
|
+
"tags": [
|
|
54757
|
+
"rolling-release"
|
|
54758
|
+
],
|
|
54759
|
+
"responses": {
|
|
54760
|
+
"200": {
|
|
54761
|
+
"description": "",
|
|
54762
|
+
"content": {
|
|
54763
|
+
"application/json": {
|
|
54764
|
+
"schema": {
|
|
54765
|
+
"oneOf": [
|
|
54766
|
+
{
|
|
54767
|
+
"properties": {
|
|
54768
|
+
"availableSlots": {
|
|
54769
|
+
"type": "number"
|
|
54770
|
+
},
|
|
54771
|
+
"reason": {
|
|
54772
|
+
"type": "string",
|
|
54773
|
+
"enum": [
|
|
54774
|
+
"available_slots"
|
|
54775
|
+
]
|
|
54776
|
+
}
|
|
54777
|
+
},
|
|
54778
|
+
"required": [
|
|
54779
|
+
"availableSlots",
|
|
54780
|
+
"reason"
|
|
54781
|
+
],
|
|
54782
|
+
"type": "object"
|
|
54783
|
+
},
|
|
54784
|
+
{
|
|
54785
|
+
"properties": {
|
|
54786
|
+
"availableSlots": {
|
|
54787
|
+
"type": "string",
|
|
54788
|
+
"enum": [
|
|
54789
|
+
"unlimited"
|
|
54790
|
+
]
|
|
54791
|
+
},
|
|
54792
|
+
"reason": {
|
|
54793
|
+
"type": "string",
|
|
54794
|
+
"enum": [
|
|
54795
|
+
"unlimited_slots"
|
|
54796
|
+
]
|
|
54797
|
+
}
|
|
54798
|
+
},
|
|
54799
|
+
"required": [
|
|
54800
|
+
"availableSlots",
|
|
54801
|
+
"reason"
|
|
54802
|
+
],
|
|
54803
|
+
"type": "object"
|
|
54804
|
+
},
|
|
54805
|
+
{
|
|
54806
|
+
"properties": {
|
|
54807
|
+
"availableSlots": {
|
|
54808
|
+
"type": "number",
|
|
54809
|
+
"enum": [
|
|
54810
|
+
0
|
|
54811
|
+
]
|
|
54812
|
+
},
|
|
54813
|
+
"reason": {
|
|
54814
|
+
"type": "string",
|
|
54815
|
+
"enum": [
|
|
54816
|
+
"plan_not_supported"
|
|
54817
|
+
]
|
|
54818
|
+
}
|
|
54819
|
+
},
|
|
54820
|
+
"required": [
|
|
54821
|
+
"availableSlots",
|
|
54822
|
+
"reason"
|
|
54823
|
+
],
|
|
54824
|
+
"type": "object"
|
|
54825
|
+
},
|
|
54826
|
+
{
|
|
54827
|
+
"properties": {
|
|
54828
|
+
"availableSlots": {
|
|
54829
|
+
"type": "number",
|
|
54830
|
+
"enum": [
|
|
54831
|
+
0
|
|
54832
|
+
]
|
|
54833
|
+
},
|
|
54834
|
+
"reason": {
|
|
54835
|
+
"type": "string",
|
|
54836
|
+
"enum": [
|
|
54837
|
+
"no_available_slots"
|
|
54838
|
+
]
|
|
54839
|
+
},
|
|
54840
|
+
"enabledProjects": {
|
|
54841
|
+
"items": {
|
|
54842
|
+
"type": "string"
|
|
54843
|
+
},
|
|
54844
|
+
"type": "array"
|
|
54845
|
+
}
|
|
54846
|
+
},
|
|
54847
|
+
"required": [
|
|
54848
|
+
"availableSlots",
|
|
54849
|
+
"reason",
|
|
54850
|
+
"enabledProjects"
|
|
54851
|
+
],
|
|
54852
|
+
"type": "object"
|
|
54853
|
+
}
|
|
54854
|
+
]
|
|
54855
|
+
}
|
|
54856
|
+
}
|
|
54857
|
+
}
|
|
54858
|
+
},
|
|
54859
|
+
"400": {
|
|
54860
|
+
"description": "One of the provided values in the request query is invalid.",
|
|
54861
|
+
"content": {
|
|
54862
|
+
"application/json": {
|
|
54863
|
+
"schema": {
|
|
54864
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
54865
|
+
}
|
|
54866
|
+
}
|
|
54867
|
+
}
|
|
54868
|
+
},
|
|
54869
|
+
"401": {
|
|
54870
|
+
"description": "",
|
|
54871
|
+
"content": {
|
|
54872
|
+
"application/json": {
|
|
54873
|
+
"schema": {
|
|
54874
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
54875
|
+
}
|
|
54876
|
+
}
|
|
54877
|
+
}
|
|
54878
|
+
},
|
|
54879
|
+
"403": {
|
|
54880
|
+
"description": "You do not have permission to access this resource."
|
|
54881
|
+
},
|
|
54882
|
+
"404": {
|
|
54883
|
+
"description": "",
|
|
54884
|
+
"content": {
|
|
54885
|
+
"application/json": {
|
|
54886
|
+
"schema": {
|
|
54887
|
+
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
54888
|
+
}
|
|
54889
|
+
}
|
|
54890
|
+
}
|
|
54891
|
+
}
|
|
54892
|
+
},
|
|
54893
|
+
"parameters": [
|
|
54894
|
+
{
|
|
54895
|
+
"name": "idOrName",
|
|
54896
|
+
"description": "Project ID or project name (URL-encoded)",
|
|
54897
|
+
"in": "path",
|
|
54898
|
+
"required": true,
|
|
54899
|
+
"schema": {
|
|
54900
|
+
"description": "Project ID or project name (URL-encoded)",
|
|
54901
|
+
"type": "string"
|
|
54902
|
+
}
|
|
54903
|
+
},
|
|
54904
|
+
{
|
|
54905
|
+
"description": "The Team identifier to perform the request on behalf of.",
|
|
54906
|
+
"in": "query",
|
|
54907
|
+
"name": "teamId",
|
|
54908
|
+
"schema": {
|
|
54909
|
+
"type": "string",
|
|
54910
|
+
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
54911
|
+
}
|
|
54912
|
+
},
|
|
54913
|
+
{
|
|
54914
|
+
"description": "The Team slug to perform the request on behalf of.",
|
|
54915
|
+
"in": "query",
|
|
54916
|
+
"name": "slug",
|
|
54917
|
+
"schema": {
|
|
54918
|
+
"type": "string",
|
|
54919
|
+
"example": "my-team-url-slug"
|
|
54920
|
+
}
|
|
54921
|
+
}
|
|
54922
|
+
]
|
|
54923
|
+
}
|
|
54924
|
+
},
|
|
54720
54925
|
"/v1/projects/{idOrName}/rolling-release/config": {
|
|
54721
54926
|
"get": {
|
|
54722
54927
|
"description": "Get the Rolling Releases configuration for a project. The project-level config is simply a template that will be used for any future rolling release, and not the configuration for any active rolling release.",
|
|
@@ -55280,6 +55485,15 @@
|
|
|
55280
55485
|
"description": "The ID of a deployment queued for the next rolling release",
|
|
55281
55486
|
"example": "dpl_ghi789"
|
|
55282
55487
|
},
|
|
55488
|
+
"advancementType": {
|
|
55489
|
+
"type": "string",
|
|
55490
|
+
"enum": [
|
|
55491
|
+
"automatic",
|
|
55492
|
+
"manual-approval"
|
|
55493
|
+
],
|
|
55494
|
+
"description": "The advancement type of the rolling release",
|
|
55495
|
+
"example": "manual-approval"
|
|
55496
|
+
},
|
|
55283
55497
|
"stages": {
|
|
55284
55498
|
"items": {
|
|
55285
55499
|
"properties": {
|
|
@@ -55300,8 +55514,7 @@
|
|
|
55300
55514
|
},
|
|
55301
55515
|
"requireApproval": {
|
|
55302
55516
|
"type": "boolean",
|
|
55303
|
-
"description": "Whether or not this stage requires manual approval to proceed"
|
|
55304
|
-
"example": true
|
|
55517
|
+
"description": "Whether or not this stage requires manual approval to proceed"
|
|
55305
55518
|
},
|
|
55306
55519
|
"duration": {
|
|
55307
55520
|
"nullable": true,
|
|
@@ -55403,8 +55616,7 @@
|
|
|
55403
55616
|
},
|
|
55404
55617
|
"requireApproval": {
|
|
55405
55618
|
"type": "boolean",
|
|
55406
|
-
"description": "Whether or not this stage requires manual approval to proceed"
|
|
55407
|
-
"example": true
|
|
55619
|
+
"description": "Whether or not this stage requires manual approval to proceed"
|
|
55408
55620
|
},
|
|
55409
55621
|
"duration": {
|
|
55410
55622
|
"nullable": true,
|
|
@@ -55450,8 +55662,7 @@
|
|
|
55450
55662
|
},
|
|
55451
55663
|
"requireApproval": {
|
|
55452
55664
|
"type": "boolean",
|
|
55453
|
-
"description": "Whether or not this stage requires manual approval to proceed"
|
|
55454
|
-
"example": true
|
|
55665
|
+
"description": "Whether or not this stage requires manual approval to proceed"
|
|
55455
55666
|
},
|
|
55456
55667
|
"duration": {
|
|
55457
55668
|
"nullable": true,
|
|
@@ -55493,6 +55704,7 @@
|
|
|
55493
55704
|
"currentDeployment",
|
|
55494
55705
|
"canaryDeployment",
|
|
55495
55706
|
"queuedDeploymentId",
|
|
55707
|
+
"advancementType",
|
|
55496
55708
|
"stages",
|
|
55497
55709
|
"activeStage",
|
|
55498
55710
|
"nextStage",
|
|
@@ -55774,6 +55986,15 @@
|
|
|
55774
55986
|
"description": "The ID of a deployment queued for the next rolling release",
|
|
55775
55987
|
"example": "dpl_ghi789"
|
|
55776
55988
|
},
|
|
55989
|
+
"advancementType": {
|
|
55990
|
+
"type": "string",
|
|
55991
|
+
"enum": [
|
|
55992
|
+
"automatic",
|
|
55993
|
+
"manual-approval"
|
|
55994
|
+
],
|
|
55995
|
+
"description": "The advancement type of the rolling release",
|
|
55996
|
+
"example": "manual-approval"
|
|
55997
|
+
},
|
|
55777
55998
|
"stages": {
|
|
55778
55999
|
"items": {
|
|
55779
56000
|
"properties": {
|
|
@@ -55794,8 +56015,7 @@
|
|
|
55794
56015
|
},
|
|
55795
56016
|
"requireApproval": {
|
|
55796
56017
|
"type": "boolean",
|
|
55797
|
-
"description": "Whether or not this stage requires manual approval to proceed"
|
|
55798
|
-
"example": true
|
|
56018
|
+
"description": "Whether or not this stage requires manual approval to proceed"
|
|
55799
56019
|
},
|
|
55800
56020
|
"duration": {
|
|
55801
56021
|
"nullable": true,
|
|
@@ -55897,8 +56117,7 @@
|
|
|
55897
56117
|
},
|
|
55898
56118
|
"requireApproval": {
|
|
55899
56119
|
"type": "boolean",
|
|
55900
|
-
"description": "Whether or not this stage requires manual approval to proceed"
|
|
55901
|
-
"example": true
|
|
56120
|
+
"description": "Whether or not this stage requires manual approval to proceed"
|
|
55902
56121
|
},
|
|
55903
56122
|
"duration": {
|
|
55904
56123
|
"nullable": true,
|
|
@@ -55944,8 +56163,7 @@
|
|
|
55944
56163
|
},
|
|
55945
56164
|
"requireApproval": {
|
|
55946
56165
|
"type": "boolean",
|
|
55947
|
-
"description": "Whether or not this stage requires manual approval to proceed"
|
|
55948
|
-
"example": true
|
|
56166
|
+
"description": "Whether or not this stage requires manual approval to proceed"
|
|
55949
56167
|
},
|
|
55950
56168
|
"duration": {
|
|
55951
56169
|
"nullable": true,
|
|
@@ -55987,6 +56205,7 @@
|
|
|
55987
56205
|
"currentDeployment",
|
|
55988
56206
|
"canaryDeployment",
|
|
55989
56207
|
"queuedDeploymentId",
|
|
56208
|
+
"advancementType",
|
|
55990
56209
|
"stages",
|
|
55991
56210
|
"activeStage",
|
|
55992
56211
|
"nextStage",
|
|
@@ -56279,6 +56498,15 @@
|
|
|
56279
56498
|
"description": "The ID of a deployment queued for the next rolling release",
|
|
56280
56499
|
"example": "dpl_ghi789"
|
|
56281
56500
|
},
|
|
56501
|
+
"advancementType": {
|
|
56502
|
+
"type": "string",
|
|
56503
|
+
"enum": [
|
|
56504
|
+
"automatic",
|
|
56505
|
+
"manual-approval"
|
|
56506
|
+
],
|
|
56507
|
+
"description": "The advancement type of the rolling release",
|
|
56508
|
+
"example": "manual-approval"
|
|
56509
|
+
},
|
|
56282
56510
|
"stages": {
|
|
56283
56511
|
"items": {
|
|
56284
56512
|
"properties": {
|
|
@@ -56299,8 +56527,7 @@
|
|
|
56299
56527
|
},
|
|
56300
56528
|
"requireApproval": {
|
|
56301
56529
|
"type": "boolean",
|
|
56302
|
-
"description": "Whether or not this stage requires manual approval to proceed"
|
|
56303
|
-
"example": true
|
|
56530
|
+
"description": "Whether or not this stage requires manual approval to proceed"
|
|
56304
56531
|
},
|
|
56305
56532
|
"duration": {
|
|
56306
56533
|
"nullable": true,
|
|
@@ -56402,8 +56629,7 @@
|
|
|
56402
56629
|
},
|
|
56403
56630
|
"requireApproval": {
|
|
56404
56631
|
"type": "boolean",
|
|
56405
|
-
"description": "Whether or not this stage requires manual approval to proceed"
|
|
56406
|
-
"example": true
|
|
56632
|
+
"description": "Whether or not this stage requires manual approval to proceed"
|
|
56407
56633
|
},
|
|
56408
56634
|
"duration": {
|
|
56409
56635
|
"nullable": true,
|
|
@@ -56449,8 +56675,7 @@
|
|
|
56449
56675
|
},
|
|
56450
56676
|
"requireApproval": {
|
|
56451
56677
|
"type": "boolean",
|
|
56452
|
-
"description": "Whether or not this stage requires manual approval to proceed"
|
|
56453
|
-
"example": true
|
|
56678
|
+
"description": "Whether or not this stage requires manual approval to proceed"
|
|
56454
56679
|
},
|
|
56455
56680
|
"duration": {
|
|
56456
56681
|
"nullable": true,
|
|
@@ -56492,6 +56717,7 @@
|
|
|
56492
56717
|
"currentDeployment",
|
|
56493
56718
|
"canaryDeployment",
|
|
56494
56719
|
"queuedDeploymentId",
|
|
56720
|
+
"advancementType",
|
|
56495
56721
|
"stages",
|
|
56496
56722
|
"activeStage",
|
|
56497
56723
|
"nextStage",
|
|
@@ -58169,6 +58395,9 @@
|
|
|
58169
58395
|
}
|
|
58170
58396
|
},
|
|
58171
58397
|
"type": "object"
|
|
58398
|
+
},
|
|
58399
|
+
"botIdEnabled": {
|
|
58400
|
+
"type": "boolean"
|
|
58172
58401
|
}
|
|
58173
58402
|
},
|
|
58174
58403
|
"required": [
|
|
@@ -58783,6 +59012,9 @@
|
|
|
58783
59012
|
],
|
|
58784
59013
|
"additionalProperties": false
|
|
58785
59014
|
}
|
|
59015
|
+
},
|
|
59016
|
+
"botIdEnabled": {
|
|
59017
|
+
"type": "boolean"
|
|
58786
59018
|
}
|
|
58787
59019
|
},
|
|
58788
59020
|
"required": [
|
|
@@ -59735,6 +59967,26 @@
|
|
|
59735
59967
|
"value"
|
|
59736
59968
|
],
|
|
59737
59969
|
"additionalProperties": false
|
|
59970
|
+
},
|
|
59971
|
+
{
|
|
59972
|
+
"description": "Toggle botID",
|
|
59973
|
+
"type": "object",
|
|
59974
|
+
"properties": {
|
|
59975
|
+
"action": {
|
|
59976
|
+
"type": "string"
|
|
59977
|
+
},
|
|
59978
|
+
"id": {
|
|
59979
|
+
"type": "string"
|
|
59980
|
+
},
|
|
59981
|
+
"value": {
|
|
59982
|
+
"type": "boolean"
|
|
59983
|
+
}
|
|
59984
|
+
},
|
|
59985
|
+
"required": [
|
|
59986
|
+
"action",
|
|
59987
|
+
"value"
|
|
59988
|
+
],
|
|
59989
|
+
"additionalProperties": false
|
|
59738
59990
|
}
|
|
59739
59991
|
]
|
|
59740
59992
|
}
|
|
@@ -60358,6 +60610,9 @@
|
|
|
60358
60610
|
}
|
|
60359
60611
|
},
|
|
60360
60612
|
"type": "object"
|
|
60613
|
+
},
|
|
60614
|
+
"botIdEnabled": {
|
|
60615
|
+
"type": "boolean"
|
|
60361
60616
|
}
|
|
60362
60617
|
},
|
|
60363
60618
|
"required": [
|
|
@@ -64377,6 +64632,7 @@
|
|
|
64377
64632
|
"deployment.integration.action.start",
|
|
64378
64633
|
"deployment.integration.action.cancel",
|
|
64379
64634
|
"deployment.integration.action.cleanup",
|
|
64635
|
+
"deployment.checkrun.start",
|
|
64380
64636
|
"edge-config.created",
|
|
64381
64637
|
"edge-config.deleted",
|
|
64382
64638
|
"edge-config.items.updated",
|
|
@@ -64446,6 +64702,7 @@
|
|
|
64446
64702
|
"deployment.integration.action.start",
|
|
64447
64703
|
"deployment.integration.action.cancel",
|
|
64448
64704
|
"deployment.integration.action.cleanup",
|
|
64705
|
+
"deployment.checkrun.start",
|
|
64449
64706
|
"edge-config.created",
|
|
64450
64707
|
"edge-config.deleted",
|
|
64451
64708
|
"edge-config.items.updated",
|
|
@@ -64633,6 +64890,7 @@
|
|
|
64633
64890
|
"deployment.integration.action.start",
|
|
64634
64891
|
"deployment.integration.action.cancel",
|
|
64635
64892
|
"deployment.integration.action.cleanup",
|
|
64893
|
+
"deployment.checkrun.start",
|
|
64636
64894
|
"edge-config.created",
|
|
64637
64895
|
"edge-config.deleted",
|
|
64638
64896
|
"edge-config.items.updated",
|
|
@@ -64700,6 +64958,7 @@
|
|
|
64700
64958
|
"deployment.integration.action.start",
|
|
64701
64959
|
"deployment.integration.action.cancel",
|
|
64702
64960
|
"deployment.integration.action.cleanup",
|
|
64961
|
+
"deployment.checkrun.start",
|
|
64703
64962
|
"edge-config.created",
|
|
64704
64963
|
"edge-config.deleted",
|
|
64705
64964
|
"edge-config.items.updated",
|
|
@@ -64884,6 +65143,7 @@
|
|
|
64884
65143
|
"deployment.integration.action.start",
|
|
64885
65144
|
"deployment.integration.action.cancel",
|
|
64886
65145
|
"deployment.integration.action.cleanup",
|
|
65146
|
+
"deployment.checkrun.start",
|
|
64887
65147
|
"edge-config.created",
|
|
64888
65148
|
"edge-config.deleted",
|
|
64889
65149
|
"edge-config.items.updated",
|
|
@@ -64953,6 +65213,7 @@
|
|
|
64953
65213
|
"deployment.integration.action.start",
|
|
64954
65214
|
"deployment.integration.action.cancel",
|
|
64955
65215
|
"deployment.integration.action.cleanup",
|
|
65216
|
+
"deployment.checkrun.start",
|
|
64956
65217
|
"edge-config.created",
|
|
64957
65218
|
"edge-config.deleted",
|
|
64958
65219
|
"edge-config.items.updated",
|
|
@@ -65080,6 +65341,7 @@
|
|
|
65080
65341
|
"deployment.integration.action.start",
|
|
65081
65342
|
"deployment.integration.action.cancel",
|
|
65082
65343
|
"deployment.integration.action.cleanup",
|
|
65344
|
+
"deployment.checkrun.start",
|
|
65083
65345
|
"edge-config.created",
|
|
65084
65346
|
"edge-config.deleted",
|
|
65085
65347
|
"edge-config.items.updated",
|
|
@@ -65149,6 +65411,7 @@
|
|
|
65149
65411
|
"deployment.integration.action.start",
|
|
65150
65412
|
"deployment.integration.action.cancel",
|
|
65151
65413
|
"deployment.integration.action.cleanup",
|
|
65414
|
+
"deployment.checkrun.start",
|
|
65152
65415
|
"edge-config.created",
|
|
65153
65416
|
"edge-config.deleted",
|
|
65154
65417
|
"edge-config.items.updated",
|
|
@@ -65351,6 +65614,7 @@
|
|
|
65351
65614
|
"deployment.integration.action.start",
|
|
65352
65615
|
"deployment.integration.action.cancel",
|
|
65353
65616
|
"deployment.integration.action.cleanup",
|
|
65617
|
+
"deployment.checkrun.start",
|
|
65354
65618
|
"edge-config.created",
|
|
65355
65619
|
"edge-config.deleted",
|
|
65356
65620
|
"edge-config.items.updated",
|
|
@@ -65420,6 +65684,7 @@
|
|
|
65420
65684
|
"deployment.integration.action.start",
|
|
65421
65685
|
"deployment.integration.action.cancel",
|
|
65422
65686
|
"deployment.integration.action.cleanup",
|
|
65687
|
+
"deployment.checkrun.start",
|
|
65423
65688
|
"edge-config.created",
|
|
65424
65689
|
"edge-config.deleted",
|
|
65425
65690
|
"edge-config.items.updated",
|
|
@@ -73022,6 +73287,10 @@
|
|
|
73022
73287
|
"increasedOnDemandEmailSentAt": {
|
|
73023
73288
|
"type": "number",
|
|
73024
73289
|
"description": "Tracks the last time we sent a increased on-demand email."
|
|
73290
|
+
},
|
|
73291
|
+
"increasedOnDemandEmailAttemptedAt": {
|
|
73292
|
+
"type": "number",
|
|
73293
|
+
"description": "Tracks the last time we attempted to send an increased on-demand email. This check is to limit the number of attempts per day."
|
|
73025
73294
|
}
|
|
73026
73295
|
},
|
|
73027
73296
|
"type": "object",
|