@vercel/sdk 1.18.0 → 1.18.2
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 +51 -53
- package/bin/mcp-server.js +1918 -1753
- package/bin/mcp-server.js.map +39 -42
- package/esm/__tests__/accessgroups.test.js +3 -1
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +9 -29
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/drains.test.js +27 -0
- package/esm/__tests__/drains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +7 -6
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/security.test.js +11 -1
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/integrationsGetBillingPlans.js +2 -0
- package/esm/funcs/integrationsGetBillingPlans.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +1 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/models/authuser.d.ts +5 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +2 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/buydomainsop.d.ts +4 -4
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.d.ts +1 -4
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +20 -2
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +19 -2
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +20 -2
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +19 -2
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createdrainop.d.ts +8 -8
- package/esm/models/createdrainop.d.ts.map +1 -1
- package/esm/models/createdrainop.js +8 -10
- package/esm/models/createdrainop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +220 -152
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +296 -218
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +28 -4
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +25 -4
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +4 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +4 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/getalllogdrainsop.d.ts +8 -8
- package/esm/models/getalllogdrainsop.d.ts.map +1 -1
- package/esm/models/getalllogdrainsop.js +8 -10
- package/esm/models/getalllogdrainsop.js.map +1 -1
- package/esm/models/getbillingplansop.d.ts +4 -0
- package/esm/models/getbillingplansop.d.ts.map +1 -1
- package/esm/models/getbillingplansop.js +4 -0
- package/esm/models/getbillingplansop.js.map +1 -1
- package/esm/models/getbulkavailabilityop.d.ts +3 -0
- package/esm/models/getbulkavailabilityop.d.ts.map +1 -1
- package/esm/models/getbulkavailabilityop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +55 -31
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +42 -30
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +200 -200
- package/esm/models/getconfigurationproductsop.js +290 -290
- package/esm/models/getconfigurationsop.d.ts +48 -24
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +37 -25
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +22 -4
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +24 -4
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdomainpriceop.d.ts +36 -15
- package/esm/models/getdomainpriceop.d.ts.map +1 -1
- package/esm/models/getdomainpriceop.js +36 -6
- package/esm/models/getdomainpriceop.js.map +1 -1
- package/esm/models/getdrainop.d.ts +8 -8
- package/esm/models/getdrainop.d.ts.map +1 -1
- package/esm/models/getdrainop.js +8 -10
- package/esm/models/getdrainop.js.map +1 -1
- package/esm/models/getdrainsop.d.ts +8 -8
- package/esm/models/getdrainsop.d.ts.map +1 -1
- package/esm/models/getdrainsop.js +8 -8
- package/esm/models/getdrainsop.js.map +1 -1
- package/esm/models/getinvoiceop.d.ts +10 -0
- package/esm/models/getinvoiceop.d.ts.map +1 -1
- package/esm/models/getinvoiceop.js +4 -0
- package/esm/models/getinvoiceop.js.map +1 -1
- package/esm/models/getorderop.d.ts +135 -51
- package/esm/models/getorderop.d.ts.map +1 -1
- package/esm/models/getorderop.js +138 -24
- package/esm/models/getorderop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +23 -4
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +23 -4
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/gettldpriceop.d.ts +36 -15
- package/esm/models/gettldpriceop.d.ts.map +1 -1
- package/esm/models/gettldpriceop.js +36 -6
- package/esm/models/gettldpriceop.js.map +1 -1
- package/esm/models/getwebhookop.d.ts +2 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +2 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +4 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +4 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +1 -4
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +4 -4
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/updatedrainop.d.ts +8 -8
- package/esm/models/updatedrainop.d.ts.map +1 -1
- package/esm/models/updatedrainop.js +8 -12
- package/esm/models/updatedrainop.js.map +1 -1
- package/esm/models/updateinstallationop.d.ts +18 -0
- package/esm/models/updateinstallationop.d.ts.map +1 -1
- package/esm/models/updateinstallationop.js +17 -0
- package/esm/models/updateinstallationop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +23 -4
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +23 -4
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +28 -4
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +25 -4
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +90 -10
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +84 -10
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/domains.d.ts +0 -8
- package/esm/sdk/domains.d.ts.map +1 -1
- package/esm/sdk/domains.js +0 -10
- package/esm/sdk/domains.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +3 -1
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/domains.test.ts +11 -31
- package/src/__tests__/drains.test.ts +27 -0
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +7 -6
- package/src/__tests__/security.test.ts +11 -1
- package/src/funcs/integrationsGetBillingPlans.ts +2 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -3
- package/src/models/authuser.ts +7 -0
- package/src/models/buydomainsop.ts +4 -4
- package/src/models/buysingledomainop.ts +1 -4
- package/src/models/canceldeploymentop.ts +33 -4
- package/src/models/createdeploymentop.ts +33 -4
- package/src/models/createdrainop.ts +19 -29
- package/src/models/createintegrationstoredirectop.ts +704 -471
- package/src/models/createprojectop.ts +57 -8
- package/src/models/createwebhookop.ts +4 -0
- package/src/models/getalllogdrainsop.ts +20 -26
- package/src/models/getbillingplansop.ts +8 -0
- package/src/models/getbulkavailabilityop.ts +3 -0
- package/src/models/getconfigurationop.ts +81 -49
- package/src/models/getconfigurationproductsop.ts +627 -627
- package/src/models/getconfigurationsop.ts +72 -40
- package/src/models/getdeploymentop.ts +38 -8
- package/src/models/getdomainpriceop.ts +124 -21
- package/src/models/getdrainop.ts +20 -26
- package/src/models/getdrainsop.ts +20 -24
- package/src/models/getinvoiceop.ts +14 -0
- package/src/models/getorderop.ts +478 -121
- package/src/models/getprojectsop.ts +50 -8
- package/src/models/gettldpriceop.ts +108 -21
- package/src/models/getwebhookop.ts +2 -0
- package/src/models/getwebhooksop.ts +4 -0
- package/src/models/renewdomainop.ts +1 -4
- package/src/models/transferindomainop.ts +4 -4
- package/src/models/updatedrainop.ts +20 -28
- package/src/models/updateinstallationop.ts +30 -0
- package/src/models/updateprojectdatacacheop.ts +50 -8
- package/src/models/updateprojectop.ts +57 -8
- package/src/models/userevent.ts +192 -22
- package/src/sdk/domains.ts +0 -22
- package/tsconfig.json +1 -1
- package/vercel-spec.json +704 -329
package/vercel-spec.json
CHANGED
|
@@ -3798,6 +3798,9 @@
|
|
|
3798
3798
|
],
|
|
3799
3799
|
"type": "object"
|
|
3800
3800
|
},
|
|
3801
|
+
"appliedCve55182Migration": {
|
|
3802
|
+
"type": "boolean"
|
|
3803
|
+
},
|
|
3801
3804
|
"speedInsights": {
|
|
3802
3805
|
"properties": {
|
|
3803
3806
|
"id": {
|
|
@@ -4911,8 +4914,7 @@
|
|
|
4911
4914
|
"owner_id",
|
|
4912
4915
|
"project",
|
|
4913
4916
|
"project_id",
|
|
4914
|
-
"environment"
|
|
4915
|
-
"plan"
|
|
4917
|
+
"environment"
|
|
4916
4918
|
],
|
|
4917
4919
|
"type": "object"
|
|
4918
4920
|
},
|
|
@@ -5766,6 +5768,12 @@
|
|
|
5766
5768
|
"skewProtectionMaxAge": {
|
|
5767
5769
|
"type": "number"
|
|
5768
5770
|
},
|
|
5771
|
+
"skewProtectionAllowedDomains": {
|
|
5772
|
+
"items": {
|
|
5773
|
+
"type": "string"
|
|
5774
|
+
},
|
|
5775
|
+
"type": "array"
|
|
5776
|
+
},
|
|
5769
5777
|
"skipGitConnectDuringLink": {
|
|
5770
5778
|
"type": "boolean"
|
|
5771
5779
|
},
|
|
@@ -5808,6 +5816,16 @@
|
|
|
5808
5816
|
"prod_deployment_urls_and_all_previews",
|
|
5809
5817
|
"all_except_custom_domains"
|
|
5810
5818
|
]
|
|
5819
|
+
},
|
|
5820
|
+
"cve55182MigrationAppliedFrom": {
|
|
5821
|
+
"nullable": true,
|
|
5822
|
+
"type": "string",
|
|
5823
|
+
"enum": [
|
|
5824
|
+
"preview",
|
|
5825
|
+
"all",
|
|
5826
|
+
"prod_deployment_urls_and_all_previews",
|
|
5827
|
+
"all_except_custom_domains"
|
|
5828
|
+
]
|
|
5811
5829
|
}
|
|
5812
5830
|
},
|
|
5813
5831
|
"required": [
|
|
@@ -6029,8 +6047,7 @@
|
|
|
6029
6047
|
"owner_id",
|
|
6030
6048
|
"project",
|
|
6031
6049
|
"project_id",
|
|
6032
|
-
"environment"
|
|
6033
|
-
"plan"
|
|
6050
|
+
"environment"
|
|
6034
6051
|
],
|
|
6035
6052
|
"type": "object"
|
|
6036
6053
|
},
|
|
@@ -6193,6 +6210,12 @@
|
|
|
6193
6210
|
},
|
|
6194
6211
|
"type": "array"
|
|
6195
6212
|
},
|
|
6213
|
+
"alertRules": {
|
|
6214
|
+
"items": {
|
|
6215
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
6216
|
+
},
|
|
6217
|
+
"type": "array"
|
|
6218
|
+
},
|
|
6196
6219
|
"aliasGlobal": {
|
|
6197
6220
|
"items": {
|
|
6198
6221
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -9534,6 +9557,20 @@
|
|
|
9534
9557
|
},
|
|
9535
9558
|
"projectSettings": {
|
|
9536
9559
|
"properties": {
|
|
9560
|
+
"nodeVersion": {
|
|
9561
|
+
"type": "string",
|
|
9562
|
+
"enum": [
|
|
9563
|
+
"24.x",
|
|
9564
|
+
"22.x",
|
|
9565
|
+
"20.x",
|
|
9566
|
+
"18.x",
|
|
9567
|
+
"16.x",
|
|
9568
|
+
"14.x",
|
|
9569
|
+
"12.x",
|
|
9570
|
+
"10.x",
|
|
9571
|
+
"8.10.x"
|
|
9572
|
+
]
|
|
9573
|
+
},
|
|
9537
9574
|
"buildCommand": {
|
|
9538
9575
|
"nullable": true,
|
|
9539
9576
|
"type": "string"
|
|
@@ -10957,8 +10994,7 @@
|
|
|
10957
10994
|
"owner_id",
|
|
10958
10995
|
"project",
|
|
10959
10996
|
"project_id",
|
|
10960
|
-
"environment"
|
|
10961
|
-
"plan"
|
|
10997
|
+
"environment"
|
|
10962
10998
|
],
|
|
10963
10999
|
"type": "object"
|
|
10964
11000
|
},
|
|
@@ -13227,8 +13263,7 @@
|
|
|
13227
13263
|
"owner_id",
|
|
13228
13264
|
"project",
|
|
13229
13265
|
"project_id",
|
|
13230
|
-
"environment"
|
|
13231
|
-
"plan"
|
|
13266
|
+
"environment"
|
|
13232
13267
|
],
|
|
13233
13268
|
"type": "object"
|
|
13234
13269
|
}
|
|
@@ -13406,6 +13441,20 @@
|
|
|
13406
13441
|
},
|
|
13407
13442
|
"projectSettings": {
|
|
13408
13443
|
"properties": {
|
|
13444
|
+
"nodeVersion": {
|
|
13445
|
+
"type": "string",
|
|
13446
|
+
"enum": [
|
|
13447
|
+
"24.x",
|
|
13448
|
+
"22.x",
|
|
13449
|
+
"20.x",
|
|
13450
|
+
"18.x",
|
|
13451
|
+
"16.x",
|
|
13452
|
+
"14.x",
|
|
13453
|
+
"12.x",
|
|
13454
|
+
"10.x",
|
|
13455
|
+
"8.10.x"
|
|
13456
|
+
]
|
|
13457
|
+
},
|
|
13409
13458
|
"buildCommand": {
|
|
13410
13459
|
"nullable": true,
|
|
13411
13460
|
"type": "string"
|
|
@@ -14829,8 +14878,7 @@
|
|
|
14829
14878
|
"owner_id",
|
|
14830
14879
|
"project",
|
|
14831
14880
|
"project_id",
|
|
14832
|
-
"environment"
|
|
14833
|
-
"plan"
|
|
14881
|
+
"environment"
|
|
14834
14882
|
],
|
|
14835
14883
|
"type": "object"
|
|
14836
14884
|
},
|
|
@@ -16670,6 +16718,20 @@
|
|
|
16670
16718
|
},
|
|
16671
16719
|
"projectSettings": {
|
|
16672
16720
|
"properties": {
|
|
16721
|
+
"nodeVersion": {
|
|
16722
|
+
"type": "string",
|
|
16723
|
+
"enum": [
|
|
16724
|
+
"24.x",
|
|
16725
|
+
"22.x",
|
|
16726
|
+
"20.x",
|
|
16727
|
+
"18.x",
|
|
16728
|
+
"16.x",
|
|
16729
|
+
"14.x",
|
|
16730
|
+
"12.x",
|
|
16731
|
+
"10.x",
|
|
16732
|
+
"8.10.x"
|
|
16733
|
+
]
|
|
16734
|
+
},
|
|
16673
16735
|
"buildCommand": {
|
|
16674
16736
|
"nullable": true,
|
|
16675
16737
|
"type": "string"
|
|
@@ -18093,8 +18155,7 @@
|
|
|
18093
18155
|
"owner_id",
|
|
18094
18156
|
"project",
|
|
18095
18157
|
"project_id",
|
|
18096
|
-
"environment"
|
|
18097
|
-
"plan"
|
|
18158
|
+
"environment"
|
|
18098
18159
|
],
|
|
18099
18160
|
"type": "object"
|
|
18100
18161
|
},
|
|
@@ -21018,9 +21079,11 @@
|
|
|
21018
21079
|
"name": "years",
|
|
21019
21080
|
"in": "query",
|
|
21020
21081
|
"schema": {
|
|
21021
|
-
"
|
|
21082
|
+
"type": "string",
|
|
21083
|
+
"description": "The number of years to get the price for. If not provided, the minimum number of years for the TLD will be used."
|
|
21022
21084
|
},
|
|
21023
|
-
"required": false
|
|
21085
|
+
"required": false,
|
|
21086
|
+
"description": "The number of years to get the price for. If not provided, the minimum number of years for the TLD will be used."
|
|
21024
21087
|
},
|
|
21025
21088
|
{
|
|
21026
21089
|
"name": "teamId",
|
|
@@ -21056,22 +21119,37 @@
|
|
|
21056
21119
|
"description": "The number of years the returned price is for."
|
|
21057
21120
|
},
|
|
21058
21121
|
"purchasePrice": {
|
|
21059
|
-
"
|
|
21060
|
-
|
|
21061
|
-
|
|
21062
|
-
|
|
21122
|
+
"anyOf": [
|
|
21123
|
+
{
|
|
21124
|
+
"type": "number",
|
|
21125
|
+
"minimum": 0.01
|
|
21126
|
+
},
|
|
21127
|
+
{
|
|
21128
|
+
"type": "string"
|
|
21129
|
+
}
|
|
21130
|
+
]
|
|
21063
21131
|
},
|
|
21064
21132
|
"renewalPrice": {
|
|
21065
|
-
"
|
|
21066
|
-
|
|
21067
|
-
|
|
21068
|
-
|
|
21133
|
+
"anyOf": [
|
|
21134
|
+
{
|
|
21135
|
+
"type": "number",
|
|
21136
|
+
"minimum": 0.01
|
|
21137
|
+
},
|
|
21138
|
+
{
|
|
21139
|
+
"type": "string"
|
|
21140
|
+
}
|
|
21141
|
+
]
|
|
21069
21142
|
},
|
|
21070
21143
|
"transferPrice": {
|
|
21071
|
-
"
|
|
21072
|
-
|
|
21073
|
-
|
|
21074
|
-
|
|
21144
|
+
"anyOf": [
|
|
21145
|
+
{
|
|
21146
|
+
"type": "number",
|
|
21147
|
+
"minimum": 0.01
|
|
21148
|
+
},
|
|
21149
|
+
{
|
|
21150
|
+
"type": "string"
|
|
21151
|
+
}
|
|
21152
|
+
]
|
|
21075
21153
|
}
|
|
21076
21154
|
},
|
|
21077
21155
|
"additionalProperties": false
|
|
@@ -21275,9 +21353,11 @@
|
|
|
21275
21353
|
"name": "years",
|
|
21276
21354
|
"in": "query",
|
|
21277
21355
|
"schema": {
|
|
21278
|
-
"
|
|
21356
|
+
"type": "string",
|
|
21357
|
+
"description": "The number of years to get the price for. If not provided, the minimum number of years for the TLD will be used."
|
|
21279
21358
|
},
|
|
21280
|
-
"required": false
|
|
21359
|
+
"required": false,
|
|
21360
|
+
"description": "The number of years to get the price for. If not provided, the minimum number of years for the TLD will be used."
|
|
21281
21361
|
},
|
|
21282
21362
|
{
|
|
21283
21363
|
"name": "teamId",
|
|
@@ -21312,22 +21392,37 @@
|
|
|
21312
21392
|
"type": "number"
|
|
21313
21393
|
},
|
|
21314
21394
|
"purchasePrice": {
|
|
21315
|
-
"
|
|
21316
|
-
|
|
21317
|
-
|
|
21318
|
-
|
|
21395
|
+
"anyOf": [
|
|
21396
|
+
{
|
|
21397
|
+
"type": "number",
|
|
21398
|
+
"minimum": 0.01
|
|
21399
|
+
},
|
|
21400
|
+
{
|
|
21401
|
+
"type": "string"
|
|
21402
|
+
}
|
|
21403
|
+
]
|
|
21319
21404
|
},
|
|
21320
21405
|
"renewalPrice": {
|
|
21321
|
-
"
|
|
21322
|
-
|
|
21323
|
-
|
|
21324
|
-
|
|
21406
|
+
"anyOf": [
|
|
21407
|
+
{
|
|
21408
|
+
"type": "number",
|
|
21409
|
+
"minimum": 0.01
|
|
21410
|
+
},
|
|
21411
|
+
{
|
|
21412
|
+
"type": "string"
|
|
21413
|
+
}
|
|
21414
|
+
]
|
|
21325
21415
|
},
|
|
21326
21416
|
"transferPrice": {
|
|
21327
|
-
"
|
|
21328
|
-
|
|
21329
|
-
|
|
21330
|
-
|
|
21417
|
+
"anyOf": [
|
|
21418
|
+
{
|
|
21419
|
+
"type": "number",
|
|
21420
|
+
"minimum": 0.01
|
|
21421
|
+
},
|
|
21422
|
+
{
|
|
21423
|
+
"type": "string"
|
|
21424
|
+
}
|
|
21425
|
+
]
|
|
21331
21426
|
}
|
|
21332
21427
|
},
|
|
21333
21428
|
"additionalProperties": false
|
|
@@ -21865,7 +21960,6 @@
|
|
|
21865
21960
|
},
|
|
21866
21961
|
"expectedPrice": {
|
|
21867
21962
|
"type": "number",
|
|
21868
|
-
"description": "The expected price for the domain. Use the [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain) endpoint to retrieve the price data for a domain.",
|
|
21869
21963
|
"minimum": 0.01
|
|
21870
21964
|
},
|
|
21871
21965
|
"contactInformation": {
|
|
@@ -22130,7 +22224,6 @@
|
|
|
22130
22224
|
},
|
|
22131
22225
|
"expectedPrice": {
|
|
22132
22226
|
"type": "number",
|
|
22133
|
-
"description": "The expected price for the domain. Use the [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain) endpoint to retrieve the price data for a domain.",
|
|
22134
22227
|
"minimum": 0.01
|
|
22135
22228
|
}
|
|
22136
22229
|
},
|
|
@@ -22380,7 +22473,8 @@
|
|
|
22380
22473
|
],
|
|
22381
22474
|
"properties": {
|
|
22382
22475
|
"authCode": {
|
|
22383
|
-
"type": "string"
|
|
22476
|
+
"type": "string",
|
|
22477
|
+
"description": "The auth code for the domain. You must obtain this code from the losing registrar."
|
|
22384
22478
|
},
|
|
22385
22479
|
"autoRenew": {
|
|
22386
22480
|
"type": "boolean",
|
|
@@ -22392,7 +22486,6 @@
|
|
|
22392
22486
|
},
|
|
22393
22487
|
"expectedPrice": {
|
|
22394
22488
|
"type": "number",
|
|
22395
|
-
"description": "The expected price for the domain. Use the [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain) endpoint to retrieve the price data for a domain.",
|
|
22396
22489
|
"minimum": 0.01
|
|
22397
22490
|
},
|
|
22398
22491
|
"contactInformation": {
|
|
@@ -22776,7 +22869,6 @@
|
|
|
22776
22869
|
},
|
|
22777
22870
|
"expectedPrice": {
|
|
22778
22871
|
"type": "number",
|
|
22779
|
-
"description": "The expected price for the domain. Use the [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain) endpoint to retrieve the price data for a domain.",
|
|
22780
22872
|
"minimum": 0.01
|
|
22781
22873
|
},
|
|
22782
22874
|
"contactInformation": {
|
|
@@ -23307,7 +23399,6 @@
|
|
|
23307
23399
|
},
|
|
23308
23400
|
"price": {
|
|
23309
23401
|
"type": "number",
|
|
23310
|
-
"description": "The price for the domain.",
|
|
23311
23402
|
"minimum": 0.01
|
|
23312
23403
|
},
|
|
23313
23404
|
"error": {
|
|
@@ -23371,6 +23462,34 @@
|
|
|
23371
23462
|
}
|
|
23372
23463
|
},
|
|
23373
23464
|
"additionalProperties": false
|
|
23465
|
+
},
|
|
23466
|
+
{
|
|
23467
|
+
"type": "object",
|
|
23468
|
+
"required": [
|
|
23469
|
+
"code",
|
|
23470
|
+
"details"
|
|
23471
|
+
],
|
|
23472
|
+
"properties": {
|
|
23473
|
+
"code": {
|
|
23474
|
+
"type": "string",
|
|
23475
|
+
"enum": [
|
|
23476
|
+
"cannot-transfer-in-until"
|
|
23477
|
+
]
|
|
23478
|
+
},
|
|
23479
|
+
"details": {
|
|
23480
|
+
"type": "object",
|
|
23481
|
+
"required": [
|
|
23482
|
+
"numDaysUntilTransferrable"
|
|
23483
|
+
],
|
|
23484
|
+
"properties": {
|
|
23485
|
+
"numDaysUntilTransferrable": {
|
|
23486
|
+
"type": "number"
|
|
23487
|
+
}
|
|
23488
|
+
},
|
|
23489
|
+
"additionalProperties": false
|
|
23490
|
+
}
|
|
23491
|
+
},
|
|
23492
|
+
"additionalProperties": false
|
|
23374
23493
|
}
|
|
23375
23494
|
]
|
|
23376
23495
|
},
|
|
@@ -23429,7 +23548,6 @@
|
|
|
23429
23548
|
},
|
|
23430
23549
|
"price": {
|
|
23431
23550
|
"type": "number",
|
|
23432
|
-
"description": "The price for the domain.",
|
|
23433
23551
|
"minimum": 0.01
|
|
23434
23552
|
},
|
|
23435
23553
|
"error": {
|
|
@@ -23493,6 +23611,34 @@
|
|
|
23493
23611
|
}
|
|
23494
23612
|
},
|
|
23495
23613
|
"additionalProperties": false
|
|
23614
|
+
},
|
|
23615
|
+
{
|
|
23616
|
+
"type": "object",
|
|
23617
|
+
"required": [
|
|
23618
|
+
"code",
|
|
23619
|
+
"details"
|
|
23620
|
+
],
|
|
23621
|
+
"properties": {
|
|
23622
|
+
"code": {
|
|
23623
|
+
"type": "string",
|
|
23624
|
+
"enum": [
|
|
23625
|
+
"cannot-transfer-in-until"
|
|
23626
|
+
]
|
|
23627
|
+
},
|
|
23628
|
+
"details": {
|
|
23629
|
+
"type": "object",
|
|
23630
|
+
"required": [
|
|
23631
|
+
"numDaysUntilTransferrable"
|
|
23632
|
+
],
|
|
23633
|
+
"properties": {
|
|
23634
|
+
"numDaysUntilTransferrable": {
|
|
23635
|
+
"type": "number"
|
|
23636
|
+
}
|
|
23637
|
+
},
|
|
23638
|
+
"additionalProperties": false
|
|
23639
|
+
}
|
|
23640
|
+
},
|
|
23641
|
+
"additionalProperties": false
|
|
23496
23642
|
}
|
|
23497
23643
|
]
|
|
23498
23644
|
},
|
|
@@ -23555,7 +23701,6 @@
|
|
|
23555
23701
|
},
|
|
23556
23702
|
"price": {
|
|
23557
23703
|
"type": "number",
|
|
23558
|
-
"description": "The price for the domain.",
|
|
23559
23704
|
"minimum": 0.01
|
|
23560
23705
|
},
|
|
23561
23706
|
"error": {
|
|
@@ -23619,6 +23764,34 @@
|
|
|
23619
23764
|
}
|
|
23620
23765
|
},
|
|
23621
23766
|
"additionalProperties": false
|
|
23767
|
+
},
|
|
23768
|
+
{
|
|
23769
|
+
"type": "object",
|
|
23770
|
+
"required": [
|
|
23771
|
+
"code",
|
|
23772
|
+
"details"
|
|
23773
|
+
],
|
|
23774
|
+
"properties": {
|
|
23775
|
+
"code": {
|
|
23776
|
+
"type": "string",
|
|
23777
|
+
"enum": [
|
|
23778
|
+
"cannot-transfer-in-until"
|
|
23779
|
+
]
|
|
23780
|
+
},
|
|
23781
|
+
"details": {
|
|
23782
|
+
"type": "object",
|
|
23783
|
+
"required": [
|
|
23784
|
+
"numDaysUntilTransferrable"
|
|
23785
|
+
],
|
|
23786
|
+
"properties": {
|
|
23787
|
+
"numDaysUntilTransferrable": {
|
|
23788
|
+
"type": "number"
|
|
23789
|
+
}
|
|
23790
|
+
},
|
|
23791
|
+
"additionalProperties": false
|
|
23792
|
+
}
|
|
23793
|
+
},
|
|
23794
|
+
"additionalProperties": false
|
|
23622
23795
|
}
|
|
23623
23796
|
]
|
|
23624
23797
|
},
|
|
@@ -23860,145 +24033,6 @@
|
|
|
23860
24033
|
"summary": "Get a domain order"
|
|
23861
24034
|
}
|
|
23862
24035
|
},
|
|
23863
|
-
"/v1/domains/{domain}/registry": {
|
|
23864
|
-
"get": {
|
|
23865
|
-
"description": "This endpoint is deprecated and replaced with the endpoint [Get a domain's transfer status](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-a-domains-transfer-status). Fetch domain transfer availability or transfer status if a transfer is in progress.",
|
|
23866
|
-
"operationId": "getDomainTransfer",
|
|
23867
|
-
"security": [
|
|
23868
|
-
{
|
|
23869
|
-
"bearerToken": []
|
|
23870
|
-
}
|
|
23871
|
-
],
|
|
23872
|
-
"summary": "Get domain transfer info (deprecated)",
|
|
23873
|
-
"tags": [
|
|
23874
|
-
"domains"
|
|
23875
|
-
],
|
|
23876
|
-
"responses": {
|
|
23877
|
-
"200": {
|
|
23878
|
-
"description": "",
|
|
23879
|
-
"content": {
|
|
23880
|
-
"application/json": {
|
|
23881
|
-
"schema": {
|
|
23882
|
-
"oneOf": [
|
|
23883
|
-
{
|
|
23884
|
-
"properties": {
|
|
23885
|
-
"reason": {
|
|
23886
|
-
"type": "string"
|
|
23887
|
-
},
|
|
23888
|
-
"status": {
|
|
23889
|
-
"type": "string"
|
|
23890
|
-
},
|
|
23891
|
-
"transferable": {
|
|
23892
|
-
"type": "boolean"
|
|
23893
|
-
},
|
|
23894
|
-
"transferPolicy": {
|
|
23895
|
-
"type": "string",
|
|
23896
|
-
"enum": [
|
|
23897
|
-
"charge-and-renew"
|
|
23898
|
-
]
|
|
23899
|
-
}
|
|
23900
|
-
},
|
|
23901
|
-
"required": [
|
|
23902
|
-
"reason",
|
|
23903
|
-
"status",
|
|
23904
|
-
"transferable",
|
|
23905
|
-
"transferPolicy"
|
|
23906
|
-
],
|
|
23907
|
-
"type": "object"
|
|
23908
|
-
},
|
|
23909
|
-
{
|
|
23910
|
-
"properties": {
|
|
23911
|
-
"transferable": {
|
|
23912
|
-
"type": "boolean",
|
|
23913
|
-
"description": "Whether or not the domain is transferable"
|
|
23914
|
-
},
|
|
23915
|
-
"transferPolicy": {
|
|
23916
|
-
"nullable": true,
|
|
23917
|
-
"type": "string",
|
|
23918
|
-
"enum": [
|
|
23919
|
-
"charge-and-renew",
|
|
23920
|
-
"no-charge-no-change",
|
|
23921
|
-
"no-change",
|
|
23922
|
-
"new-term",
|
|
23923
|
-
"not-supported"
|
|
23924
|
-
],
|
|
23925
|
-
"description": "The domain's transfer policy (depends on TLD requirements). `charge-and-renew`: transfer will charge for renewal and will renew the existing domain's registration. `no-charge-no-change`: transfer will have no change to registration period and does not require charge. `no-change`: transfer charge is required, but no change in registration period. `new-term`: transfer charge is required and a new registry term is set based on the transfer date. `not-supported`: transfers are not supported for this domain or TLD. `null`: This TLD is not supported by Vercel's Registrar."
|
|
23926
|
-
},
|
|
23927
|
-
"reason": {
|
|
23928
|
-
"type": "string",
|
|
23929
|
-
"description": "Description associated with transferable state."
|
|
23930
|
-
},
|
|
23931
|
-
"status": {
|
|
23932
|
-
"type": "string",
|
|
23933
|
-
"enum": [
|
|
23934
|
-
"completed",
|
|
23935
|
-
"undef",
|
|
23936
|
-
"pending_owner",
|
|
23937
|
-
"pending_admin",
|
|
23938
|
-
"pending_registry",
|
|
23939
|
-
"cancelled",
|
|
23940
|
-
"unknown"
|
|
23941
|
-
],
|
|
23942
|
-
"description": "The current state of an ongoing transfer. `pending_owner`: Awaiting approval by domain's admin contact (every transfer begins with this status). If approval is not given within five days, the transfer is cancelled. `pending_admin`: Waiting for approval by Vercel Registrar admin. `pending_registry`: Awaiting registry approval (the transfer completes after 7 days unless it is declined by the current registrar). `completed`: The transfer completed successfully. `cancelled`: The transfer was cancelled. `undef`: No transfer exists for this domain. `unknown`: This TLD is not supported by Vercel's Registrar."
|
|
23943
|
-
}
|
|
23944
|
-
},
|
|
23945
|
-
"required": [
|
|
23946
|
-
"transferable",
|
|
23947
|
-
"transferPolicy",
|
|
23948
|
-
"reason",
|
|
23949
|
-
"status"
|
|
23950
|
-
],
|
|
23951
|
-
"type": "object"
|
|
23952
|
-
}
|
|
23953
|
-
]
|
|
23954
|
-
}
|
|
23955
|
-
}
|
|
23956
|
-
}
|
|
23957
|
-
},
|
|
23958
|
-
"400": {
|
|
23959
|
-
"description": ""
|
|
23960
|
-
},
|
|
23961
|
-
"401": {
|
|
23962
|
-
"description": "The request is not authorized."
|
|
23963
|
-
},
|
|
23964
|
-
"403": {
|
|
23965
|
-
"description": "You do not have permission to access this resource."
|
|
23966
|
-
},
|
|
23967
|
-
"500": {
|
|
23968
|
-
"description": ""
|
|
23969
|
-
}
|
|
23970
|
-
},
|
|
23971
|
-
"parameters": [
|
|
23972
|
-
{
|
|
23973
|
-
"description": "The Team identifier to perform the request on behalf of.",
|
|
23974
|
-
"in": "query",
|
|
23975
|
-
"name": "teamId",
|
|
23976
|
-
"schema": {
|
|
23977
|
-
"type": "string",
|
|
23978
|
-
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
23979
|
-
}
|
|
23980
|
-
},
|
|
23981
|
-
{
|
|
23982
|
-
"description": "The Team slug to perform the request on behalf of.",
|
|
23983
|
-
"in": "query",
|
|
23984
|
-
"name": "slug",
|
|
23985
|
-
"schema": {
|
|
23986
|
-
"type": "string",
|
|
23987
|
-
"example": "my-team-url-slug"
|
|
23988
|
-
}
|
|
23989
|
-
},
|
|
23990
|
-
{
|
|
23991
|
-
"name": "domain",
|
|
23992
|
-
"in": "path",
|
|
23993
|
-
"required": true,
|
|
23994
|
-
"schema": {
|
|
23995
|
-
"type": "string",
|
|
23996
|
-
"example": "example.com"
|
|
23997
|
-
}
|
|
23998
|
-
}
|
|
23999
|
-
]
|
|
24000
|
-
}
|
|
24001
|
-
},
|
|
24002
24036
|
"/v6/domains/{domain}/config": {
|
|
24003
24037
|
"get": {
|
|
24004
24038
|
"description": "Get a Domain's configuration.",
|
|
@@ -25966,6 +26000,8 @@
|
|
|
25966
26000
|
"name",
|
|
25967
26001
|
"createdAt",
|
|
25968
26002
|
"updatedAt",
|
|
26003
|
+
"schemas",
|
|
26004
|
+
"delivery",
|
|
25969
26005
|
"source"
|
|
25970
26006
|
],
|
|
25971
26007
|
"type": "object"
|
|
@@ -26466,6 +26502,8 @@
|
|
|
26466
26502
|
"name",
|
|
26467
26503
|
"createdAt",
|
|
26468
26504
|
"updatedAt",
|
|
26505
|
+
"schemas",
|
|
26506
|
+
"delivery",
|
|
26469
26507
|
"source"
|
|
26470
26508
|
],
|
|
26471
26509
|
"type": "object"
|
|
@@ -27266,6 +27304,8 @@
|
|
|
27266
27304
|
"name",
|
|
27267
27305
|
"createdAt",
|
|
27268
27306
|
"updatedAt",
|
|
27307
|
+
"schemas",
|
|
27308
|
+
"delivery",
|
|
27269
27309
|
"source"
|
|
27270
27310
|
],
|
|
27271
27311
|
"type": "object"
|
|
@@ -27763,6 +27803,8 @@
|
|
|
27763
27803
|
"name",
|
|
27764
27804
|
"createdAt",
|
|
27765
27805
|
"updatedAt",
|
|
27806
|
+
"schemas",
|
|
27807
|
+
"delivery",
|
|
27766
27808
|
"source"
|
|
27767
27809
|
],
|
|
27768
27810
|
"type": "object"
|
|
@@ -28623,6 +28665,8 @@
|
|
|
28623
28665
|
"name",
|
|
28624
28666
|
"createdAt",
|
|
28625
28667
|
"updatedAt",
|
|
28668
|
+
"schemas",
|
|
28669
|
+
"delivery",
|
|
28626
28670
|
"source"
|
|
28627
28671
|
],
|
|
28628
28672
|
"type": "object"
|
|
@@ -29123,6 +29167,8 @@
|
|
|
29123
29167
|
"name",
|
|
29124
29168
|
"createdAt",
|
|
29125
29169
|
"updatedAt",
|
|
29170
|
+
"schemas",
|
|
29171
|
+
"delivery",
|
|
29126
29172
|
"source"
|
|
29127
29173
|
],
|
|
29128
29174
|
"type": "object"
|
|
@@ -29713,6 +29759,8 @@
|
|
|
29713
29759
|
"name",
|
|
29714
29760
|
"createdAt",
|
|
29715
29761
|
"updatedAt",
|
|
29762
|
+
"schemas",
|
|
29763
|
+
"delivery",
|
|
29716
29764
|
"source"
|
|
29717
29765
|
],
|
|
29718
29766
|
"type": "object"
|
|
@@ -30210,6 +30258,8 @@
|
|
|
30210
30258
|
"name",
|
|
30211
30259
|
"createdAt",
|
|
30212
30260
|
"updatedAt",
|
|
30261
|
+
"schemas",
|
|
30262
|
+
"delivery",
|
|
30213
30263
|
"source"
|
|
30214
30264
|
],
|
|
30215
30265
|
"type": "object"
|
|
@@ -30725,6 +30775,8 @@
|
|
|
30725
30775
|
"name",
|
|
30726
30776
|
"createdAt",
|
|
30727
30777
|
"updatedAt",
|
|
30778
|
+
"schemas",
|
|
30779
|
+
"delivery",
|
|
30728
30780
|
"source"
|
|
30729
30781
|
],
|
|
30730
30782
|
"type": "object"
|
|
@@ -31222,6 +31274,8 @@
|
|
|
31222
31274
|
"name",
|
|
31223
31275
|
"createdAt",
|
|
31224
31276
|
"updatedAt",
|
|
31277
|
+
"schemas",
|
|
31278
|
+
"delivery",
|
|
31225
31279
|
"source"
|
|
31226
31280
|
],
|
|
31227
31281
|
"type": "object"
|
|
@@ -36097,6 +36151,14 @@
|
|
|
36097
36151
|
"type": "string"
|
|
36098
36152
|
}
|
|
36099
36153
|
},
|
|
36154
|
+
{
|
|
36155
|
+
"name": "integrationConfigurationId",
|
|
36156
|
+
"in": "query",
|
|
36157
|
+
"required": false,
|
|
36158
|
+
"schema": {
|
|
36159
|
+
"type": "string"
|
|
36160
|
+
}
|
|
36161
|
+
},
|
|
36100
36162
|
{
|
|
36101
36163
|
"name": "productIdOrSlug",
|
|
36102
36164
|
"in": "path",
|
|
@@ -36113,6 +36175,14 @@
|
|
|
36113
36175
|
"type": "string"
|
|
36114
36176
|
}
|
|
36115
36177
|
},
|
|
36178
|
+
{
|
|
36179
|
+
"name": "source",
|
|
36180
|
+
"in": "query",
|
|
36181
|
+
"required": false,
|
|
36182
|
+
"schema": {
|
|
36183
|
+
"type": "string"
|
|
36184
|
+
}
|
|
36185
|
+
},
|
|
36116
36186
|
{
|
|
36117
36187
|
"description": "The Team identifier to perform the request on behalf of.",
|
|
36118
36188
|
"in": "query",
|
|
@@ -36265,6 +36335,21 @@
|
|
|
36265
36335
|
"schema": {
|
|
36266
36336
|
"type": "object",
|
|
36267
36337
|
"properties": {
|
|
36338
|
+
"status": {
|
|
36339
|
+
"type": "string",
|
|
36340
|
+
"enum": [
|
|
36341
|
+
"ready",
|
|
36342
|
+
"pending",
|
|
36343
|
+
"onboarding",
|
|
36344
|
+
"suspended",
|
|
36345
|
+
"resumed",
|
|
36346
|
+
"uninstalled",
|
|
36347
|
+
"error"
|
|
36348
|
+
]
|
|
36349
|
+
},
|
|
36350
|
+
"externalId": {
|
|
36351
|
+
"type": "string"
|
|
36352
|
+
},
|
|
36268
36353
|
"billingPlan": {
|
|
36269
36354
|
"type": "object",
|
|
36270
36355
|
"required": [
|
|
@@ -38250,6 +38335,14 @@
|
|
|
38250
38335
|
"type": "object",
|
|
38251
38336
|
"description": "Subscription period for this billing cycle. ISO 8601 timestamps."
|
|
38252
38337
|
},
|
|
38338
|
+
"paidAt": {
|
|
38339
|
+
"type": "string",
|
|
38340
|
+
"description": "Moment the invoice was paid. ISO 8601 timestamp."
|
|
38341
|
+
},
|
|
38342
|
+
"refundedAt": {
|
|
38343
|
+
"type": "string",
|
|
38344
|
+
"description": "Most recent moment the invoice was refunded. ISO 8601 timestamp."
|
|
38345
|
+
},
|
|
38253
38346
|
"memo": {
|
|
38254
38347
|
"type": "string",
|
|
38255
38348
|
"description": "Additional memo for the invoice."
|
|
@@ -38893,6 +38986,23 @@
|
|
|
38893
38986
|
"description": "The user or team ID that owns the configuration",
|
|
38894
38987
|
"example": "kr1PsOIzqEL5Xg6M4VZcZosf"
|
|
38895
38988
|
},
|
|
38989
|
+
"status": {
|
|
38990
|
+
"type": "string",
|
|
38991
|
+
"enum": [
|
|
38992
|
+
"pending",
|
|
38993
|
+
"ready",
|
|
38994
|
+
"onboarding",
|
|
38995
|
+
"suspended",
|
|
38996
|
+
"resumed",
|
|
38997
|
+
"error",
|
|
38998
|
+
"uninstalled"
|
|
38999
|
+
],
|
|
39000
|
+
"description": "The configuration status. Optional. If not defined, assume 'ready'."
|
|
39001
|
+
},
|
|
39002
|
+
"externalId": {
|
|
39003
|
+
"type": "string",
|
|
39004
|
+
"description": "An external identifier defined by the integration vendor."
|
|
39005
|
+
},
|
|
38896
39006
|
"projects": {
|
|
38897
39007
|
"items": {
|
|
38898
39008
|
"type": "string"
|
|
@@ -38905,13 +39015,6 @@
|
|
|
38905
39015
|
},
|
|
38906
39016
|
"source": {
|
|
38907
39017
|
"type": "string",
|
|
38908
|
-
"enum": [
|
|
38909
|
-
"marketplace",
|
|
38910
|
-
"deploy-button",
|
|
38911
|
-
"external",
|
|
38912
|
-
"v0",
|
|
38913
|
-
"resource-claims"
|
|
38914
|
-
],
|
|
38915
39018
|
"description": "Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.",
|
|
38916
39019
|
"example": "marketplace"
|
|
38917
39020
|
},
|
|
@@ -39088,6 +39191,23 @@
|
|
|
39088
39191
|
"description": "The user or team ID that owns the configuration",
|
|
39089
39192
|
"example": "kr1PsOIzqEL5Xg6M4VZcZosf"
|
|
39090
39193
|
},
|
|
39194
|
+
"status": {
|
|
39195
|
+
"type": "string",
|
|
39196
|
+
"enum": [
|
|
39197
|
+
"pending",
|
|
39198
|
+
"ready",
|
|
39199
|
+
"onboarding",
|
|
39200
|
+
"suspended",
|
|
39201
|
+
"resumed",
|
|
39202
|
+
"error",
|
|
39203
|
+
"uninstalled"
|
|
39204
|
+
],
|
|
39205
|
+
"description": "The configuration status. Optional. If not defined, assume 'ready'."
|
|
39206
|
+
},
|
|
39207
|
+
"externalId": {
|
|
39208
|
+
"type": "string",
|
|
39209
|
+
"description": "An external identifier defined by the integration vendor."
|
|
39210
|
+
},
|
|
39091
39211
|
"projects": {
|
|
39092
39212
|
"items": {
|
|
39093
39213
|
"type": "string"
|
|
@@ -39100,13 +39220,6 @@
|
|
|
39100
39220
|
},
|
|
39101
39221
|
"source": {
|
|
39102
39222
|
"type": "string",
|
|
39103
|
-
"enum": [
|
|
39104
|
-
"marketplace",
|
|
39105
|
-
"deploy-button",
|
|
39106
|
-
"external",
|
|
39107
|
-
"v0",
|
|
39108
|
-
"resource-claims"
|
|
39109
|
-
],
|
|
39110
39223
|
"description": "Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.",
|
|
39111
39224
|
"example": "marketplace"
|
|
39112
39225
|
},
|
|
@@ -39309,9 +39422,9 @@
|
|
|
39309
39422
|
"level": {
|
|
39310
39423
|
"type": "string",
|
|
39311
39424
|
"enum": [
|
|
39425
|
+
"error",
|
|
39312
39426
|
"info",
|
|
39313
|
-
"warn"
|
|
39314
|
-
"error"
|
|
39427
|
+
"warn"
|
|
39315
39428
|
]
|
|
39316
39429
|
},
|
|
39317
39430
|
"title": {
|
|
@@ -39583,13 +39696,6 @@
|
|
|
39583
39696
|
},
|
|
39584
39697
|
"source": {
|
|
39585
39698
|
"type": "string",
|
|
39586
|
-
"enum": [
|
|
39587
|
-
"marketplace",
|
|
39588
|
-
"deploy-button",
|
|
39589
|
-
"external",
|
|
39590
|
-
"v0",
|
|
39591
|
-
"resource-claims"
|
|
39592
|
-
],
|
|
39593
39699
|
"description": "Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.",
|
|
39594
39700
|
"example": "marketplace"
|
|
39595
39701
|
},
|
|
@@ -39610,6 +39716,23 @@
|
|
|
39610
39716
|
"description": "A timestamp that tells you when the configuration deletion has been started for cases when the deletion needs to be settled/approved by partners, such as when marketplace invoices have been paid.",
|
|
39611
39717
|
"example": 1558531915505
|
|
39612
39718
|
},
|
|
39719
|
+
"status": {
|
|
39720
|
+
"type": "string",
|
|
39721
|
+
"enum": [
|
|
39722
|
+
"pending",
|
|
39723
|
+
"ready",
|
|
39724
|
+
"onboarding",
|
|
39725
|
+
"suspended",
|
|
39726
|
+
"resumed",
|
|
39727
|
+
"error",
|
|
39728
|
+
"uninstalled"
|
|
39729
|
+
],
|
|
39730
|
+
"description": "The configuration status. Optional. If not defined, assume 'ready'."
|
|
39731
|
+
},
|
|
39732
|
+
"externalId": {
|
|
39733
|
+
"type": "string",
|
|
39734
|
+
"description": "An external identifier defined by the integration vendor."
|
|
39735
|
+
},
|
|
39613
39736
|
"type": {
|
|
39614
39737
|
"type": "string",
|
|
39615
39738
|
"enum": [
|
|
@@ -39666,6 +39789,23 @@
|
|
|
39666
39789
|
"description": "The user or team ID that owns the configuration",
|
|
39667
39790
|
"example": "kr1PsOIzqEL5Xg6M4VZcZosf"
|
|
39668
39791
|
},
|
|
39792
|
+
"status": {
|
|
39793
|
+
"type": "string",
|
|
39794
|
+
"enum": [
|
|
39795
|
+
"pending",
|
|
39796
|
+
"ready",
|
|
39797
|
+
"onboarding",
|
|
39798
|
+
"suspended",
|
|
39799
|
+
"resumed",
|
|
39800
|
+
"error",
|
|
39801
|
+
"uninstalled"
|
|
39802
|
+
],
|
|
39803
|
+
"description": "The configuration status. Optional. If not defined, assume 'ready'."
|
|
39804
|
+
},
|
|
39805
|
+
"externalId": {
|
|
39806
|
+
"type": "string",
|
|
39807
|
+
"description": "An external identifier defined by the integration vendor."
|
|
39808
|
+
},
|
|
39669
39809
|
"projects": {
|
|
39670
39810
|
"items": {
|
|
39671
39811
|
"type": "string"
|
|
@@ -39678,13 +39818,6 @@
|
|
|
39678
39818
|
},
|
|
39679
39819
|
"source": {
|
|
39680
39820
|
"type": "string",
|
|
39681
|
-
"enum": [
|
|
39682
|
-
"marketplace",
|
|
39683
|
-
"deploy-button",
|
|
39684
|
-
"external",
|
|
39685
|
-
"v0",
|
|
39686
|
-
"resource-claims"
|
|
39687
|
-
],
|
|
39688
39821
|
"description": "Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.",
|
|
39689
39822
|
"example": "marketplace"
|
|
39690
39823
|
},
|
|
@@ -40208,34 +40341,34 @@
|
|
|
40208
40341
|
"minLength": {
|
|
40209
40342
|
"type": "object",
|
|
40210
40343
|
"properties": {
|
|
40211
|
-
"__@BRAND@
|
|
40344
|
+
"__@BRAND@547391": {
|
|
40212
40345
|
"type": "object"
|
|
40213
40346
|
}
|
|
40214
40347
|
},
|
|
40215
40348
|
"required": [
|
|
40216
|
-
"__@BRAND@
|
|
40349
|
+
"__@BRAND@547391"
|
|
40217
40350
|
]
|
|
40218
40351
|
},
|
|
40219
40352
|
"maxLength": {
|
|
40220
40353
|
"type": "object",
|
|
40221
40354
|
"properties": {
|
|
40222
|
-
"__@BRAND@
|
|
40355
|
+
"__@BRAND@547391": {
|
|
40223
40356
|
"type": "object"
|
|
40224
40357
|
}
|
|
40225
40358
|
},
|
|
40226
40359
|
"required": [
|
|
40227
|
-
"__@BRAND@
|
|
40360
|
+
"__@BRAND@547391"
|
|
40228
40361
|
]
|
|
40229
40362
|
},
|
|
40230
40363
|
"pattern": {
|
|
40231
40364
|
"type": "object",
|
|
40232
40365
|
"properties": {
|
|
40233
|
-
"__@BRAND@
|
|
40366
|
+
"__@BRAND@547391": {
|
|
40234
40367
|
"type": "object"
|
|
40235
40368
|
}
|
|
40236
40369
|
},
|
|
40237
40370
|
"required": [
|
|
40238
|
-
"__@BRAND@
|
|
40371
|
+
"__@BRAND@547391"
|
|
40239
40372
|
]
|
|
40240
40373
|
},
|
|
40241
40374
|
"default": {
|
|
@@ -40918,34 +41051,34 @@
|
|
|
40918
41051
|
"minLength": {
|
|
40919
41052
|
"type": "object",
|
|
40920
41053
|
"properties": {
|
|
40921
|
-
"__@BRAND@
|
|
41054
|
+
"__@BRAND@547391": {
|
|
40922
41055
|
"type": "object"
|
|
40923
41056
|
}
|
|
40924
41057
|
},
|
|
40925
41058
|
"required": [
|
|
40926
|
-
"__@BRAND@
|
|
41059
|
+
"__@BRAND@547391"
|
|
40927
41060
|
]
|
|
40928
41061
|
},
|
|
40929
41062
|
"maxLength": {
|
|
40930
41063
|
"type": "object",
|
|
40931
41064
|
"properties": {
|
|
40932
|
-
"__@BRAND@
|
|
41065
|
+
"__@BRAND@547391": {
|
|
40933
41066
|
"type": "object"
|
|
40934
41067
|
}
|
|
40935
41068
|
},
|
|
40936
41069
|
"required": [
|
|
40937
|
-
"__@BRAND@
|
|
41070
|
+
"__@BRAND@547391"
|
|
40938
41071
|
]
|
|
40939
41072
|
},
|
|
40940
41073
|
"pattern": {
|
|
40941
41074
|
"type": "object",
|
|
40942
41075
|
"properties": {
|
|
40943
|
-
"__@BRAND@
|
|
41076
|
+
"__@BRAND@547391": {
|
|
40944
41077
|
"type": "object"
|
|
40945
41078
|
}
|
|
40946
41079
|
},
|
|
40947
41080
|
"required": [
|
|
40948
|
-
"__@BRAND@
|
|
41081
|
+
"__@BRAND@547391"
|
|
40949
41082
|
]
|
|
40950
41083
|
},
|
|
40951
41084
|
"default": {
|
|
@@ -41103,34 +41236,34 @@
|
|
|
41103
41236
|
"minLength": {
|
|
41104
41237
|
"type": "object",
|
|
41105
41238
|
"properties": {
|
|
41106
|
-
"__@BRAND@
|
|
41239
|
+
"__@BRAND@547391": {
|
|
41107
41240
|
"type": "object"
|
|
41108
41241
|
}
|
|
41109
41242
|
},
|
|
41110
41243
|
"required": [
|
|
41111
|
-
"__@BRAND@
|
|
41244
|
+
"__@BRAND@547391"
|
|
41112
41245
|
]
|
|
41113
41246
|
},
|
|
41114
41247
|
"maxLength": {
|
|
41115
41248
|
"type": "object",
|
|
41116
41249
|
"properties": {
|
|
41117
|
-
"__@BRAND@
|
|
41250
|
+
"__@BRAND@547391": {
|
|
41118
41251
|
"type": "object"
|
|
41119
41252
|
}
|
|
41120
41253
|
},
|
|
41121
41254
|
"required": [
|
|
41122
|
-
"__@BRAND@
|
|
41255
|
+
"__@BRAND@547391"
|
|
41123
41256
|
]
|
|
41124
41257
|
},
|
|
41125
41258
|
"pattern": {
|
|
41126
41259
|
"type": "object",
|
|
41127
41260
|
"properties": {
|
|
41128
|
-
"__@BRAND@
|
|
41261
|
+
"__@BRAND@547391": {
|
|
41129
41262
|
"type": "object"
|
|
41130
41263
|
}
|
|
41131
41264
|
},
|
|
41132
41265
|
"required": [
|
|
41133
|
-
"__@BRAND@
|
|
41266
|
+
"__@BRAND@547391"
|
|
41134
41267
|
]
|
|
41135
41268
|
},
|
|
41136
41269
|
"default": {
|
|
@@ -41441,12 +41574,12 @@
|
|
|
41441
41574
|
{
|
|
41442
41575
|
"type": "object",
|
|
41443
41576
|
"properties": {
|
|
41444
|
-
"__@BRAND@
|
|
41577
|
+
"__@BRAND@547391": {
|
|
41445
41578
|
"type": "object"
|
|
41446
41579
|
}
|
|
41447
41580
|
},
|
|
41448
41581
|
"required": [
|
|
41449
|
-
"__@BRAND@
|
|
41582
|
+
"__@BRAND@547391"
|
|
41450
41583
|
]
|
|
41451
41584
|
},
|
|
41452
41585
|
{
|
|
@@ -41454,12 +41587,12 @@
|
|
|
41454
41587
|
"value": {
|
|
41455
41588
|
"type": "object",
|
|
41456
41589
|
"properties": {
|
|
41457
|
-
"__@BRAND@
|
|
41590
|
+
"__@BRAND@547391": {
|
|
41458
41591
|
"type": "object"
|
|
41459
41592
|
}
|
|
41460
41593
|
},
|
|
41461
41594
|
"required": [
|
|
41462
|
-
"__@BRAND@
|
|
41595
|
+
"__@BRAND@547391"
|
|
41463
41596
|
]
|
|
41464
41597
|
},
|
|
41465
41598
|
"disabled": {
|
|
@@ -41528,34 +41661,34 @@
|
|
|
41528
41661
|
"minLength": {
|
|
41529
41662
|
"type": "object",
|
|
41530
41663
|
"properties": {
|
|
41531
|
-
"__@BRAND@
|
|
41664
|
+
"__@BRAND@547391": {
|
|
41532
41665
|
"type": "object"
|
|
41533
41666
|
}
|
|
41534
41667
|
},
|
|
41535
41668
|
"required": [
|
|
41536
|
-
"__@BRAND@
|
|
41669
|
+
"__@BRAND@547391"
|
|
41537
41670
|
]
|
|
41538
41671
|
},
|
|
41539
41672
|
"maxLength": {
|
|
41540
41673
|
"type": "object",
|
|
41541
41674
|
"properties": {
|
|
41542
|
-
"__@BRAND@
|
|
41675
|
+
"__@BRAND@547391": {
|
|
41543
41676
|
"type": "object"
|
|
41544
41677
|
}
|
|
41545
41678
|
},
|
|
41546
41679
|
"required": [
|
|
41547
|
-
"__@BRAND@
|
|
41680
|
+
"__@BRAND@547391"
|
|
41548
41681
|
]
|
|
41549
41682
|
},
|
|
41550
41683
|
"pattern": {
|
|
41551
41684
|
"type": "object",
|
|
41552
41685
|
"properties": {
|
|
41553
|
-
"__@BRAND@
|
|
41686
|
+
"__@BRAND@547391": {
|
|
41554
41687
|
"type": "object"
|
|
41555
41688
|
}
|
|
41556
41689
|
},
|
|
41557
41690
|
"required": [
|
|
41558
|
-
"__@BRAND@
|
|
41691
|
+
"__@BRAND@547391"
|
|
41559
41692
|
]
|
|
41560
41693
|
},
|
|
41561
41694
|
"default": {
|
|
@@ -41713,34 +41846,34 @@
|
|
|
41713
41846
|
"minLength": {
|
|
41714
41847
|
"type": "object",
|
|
41715
41848
|
"properties": {
|
|
41716
|
-
"__@BRAND@
|
|
41849
|
+
"__@BRAND@547391": {
|
|
41717
41850
|
"type": "object"
|
|
41718
41851
|
}
|
|
41719
41852
|
},
|
|
41720
41853
|
"required": [
|
|
41721
|
-
"__@BRAND@
|
|
41854
|
+
"__@BRAND@547391"
|
|
41722
41855
|
]
|
|
41723
41856
|
},
|
|
41724
41857
|
"maxLength": {
|
|
41725
41858
|
"type": "object",
|
|
41726
41859
|
"properties": {
|
|
41727
|
-
"__@BRAND@
|
|
41860
|
+
"__@BRAND@547391": {
|
|
41728
41861
|
"type": "object"
|
|
41729
41862
|
}
|
|
41730
41863
|
},
|
|
41731
41864
|
"required": [
|
|
41732
|
-
"__@BRAND@
|
|
41865
|
+
"__@BRAND@547391"
|
|
41733
41866
|
]
|
|
41734
41867
|
},
|
|
41735
41868
|
"pattern": {
|
|
41736
41869
|
"type": "object",
|
|
41737
41870
|
"properties": {
|
|
41738
|
-
"__@BRAND@
|
|
41871
|
+
"__@BRAND@547391": {
|
|
41739
41872
|
"type": "object"
|
|
41740
41873
|
}
|
|
41741
41874
|
},
|
|
41742
41875
|
"required": [
|
|
41743
|
-
"__@BRAND@
|
|
41876
|
+
"__@BRAND@547391"
|
|
41744
41877
|
]
|
|
41745
41878
|
},
|
|
41746
41879
|
"default": {
|
|
@@ -41829,12 +41962,12 @@
|
|
|
41829
41962
|
{
|
|
41830
41963
|
"type": "object",
|
|
41831
41964
|
"properties": {
|
|
41832
|
-
"__@BRAND@
|
|
41965
|
+
"__@BRAND@547391": {
|
|
41833
41966
|
"type": "object"
|
|
41834
41967
|
}
|
|
41835
41968
|
},
|
|
41836
41969
|
"required": [
|
|
41837
|
-
"__@BRAND@
|
|
41970
|
+
"__@BRAND@547391"
|
|
41838
41971
|
]
|
|
41839
41972
|
},
|
|
41840
41973
|
{
|
|
@@ -41842,12 +41975,12 @@
|
|
|
41842
41975
|
"value": {
|
|
41843
41976
|
"type": "object",
|
|
41844
41977
|
"properties": {
|
|
41845
|
-
"__@BRAND@
|
|
41978
|
+
"__@BRAND@547391": {
|
|
41846
41979
|
"type": "object"
|
|
41847
41980
|
}
|
|
41848
41981
|
},
|
|
41849
41982
|
"required": [
|
|
41850
|
-
"__@BRAND@
|
|
41983
|
+
"__@BRAND@547391"
|
|
41851
41984
|
]
|
|
41852
41985
|
},
|
|
41853
41986
|
"disabled": {
|
|
@@ -42033,12 +42166,12 @@
|
|
|
42033
42166
|
"items": {
|
|
42034
42167
|
"type": "object",
|
|
42035
42168
|
"properties": {
|
|
42036
|
-
"__@BRAND@
|
|
42169
|
+
"__@BRAND@547391": {
|
|
42037
42170
|
"type": "object"
|
|
42038
42171
|
}
|
|
42039
42172
|
},
|
|
42040
42173
|
"required": [
|
|
42041
|
-
"__@BRAND@
|
|
42174
|
+
"__@BRAND@547391"
|
|
42042
42175
|
]
|
|
42043
42176
|
},
|
|
42044
42177
|
"type": "array"
|
|
@@ -42047,12 +42180,12 @@
|
|
|
42047
42180
|
"items": {
|
|
42048
42181
|
"type": "object",
|
|
42049
42182
|
"properties": {
|
|
42050
|
-
"__@BRAND@
|
|
42183
|
+
"__@BRAND@547391": {
|
|
42051
42184
|
"type": "object"
|
|
42052
42185
|
}
|
|
42053
42186
|
},
|
|
42054
42187
|
"required": [
|
|
42055
|
-
"__@BRAND@
|
|
42188
|
+
"__@BRAND@547391"
|
|
42056
42189
|
]
|
|
42057
42190
|
},
|
|
42058
42191
|
"type": "array"
|
|
@@ -42086,34 +42219,34 @@
|
|
|
42086
42219
|
"minLength": {
|
|
42087
42220
|
"type": "object",
|
|
42088
42221
|
"properties": {
|
|
42089
|
-
"__@BRAND@
|
|
42222
|
+
"__@BRAND@547391": {
|
|
42090
42223
|
"type": "object"
|
|
42091
42224
|
}
|
|
42092
42225
|
},
|
|
42093
42226
|
"required": [
|
|
42094
|
-
"__@BRAND@
|
|
42227
|
+
"__@BRAND@547391"
|
|
42095
42228
|
]
|
|
42096
42229
|
},
|
|
42097
42230
|
"maxLength": {
|
|
42098
42231
|
"type": "object",
|
|
42099
42232
|
"properties": {
|
|
42100
|
-
"__@BRAND@
|
|
42233
|
+
"__@BRAND@547391": {
|
|
42101
42234
|
"type": "object"
|
|
42102
42235
|
}
|
|
42103
42236
|
},
|
|
42104
42237
|
"required": [
|
|
42105
|
-
"__@BRAND@
|
|
42238
|
+
"__@BRAND@547391"
|
|
42106
42239
|
]
|
|
42107
42240
|
},
|
|
42108
42241
|
"pattern": {
|
|
42109
42242
|
"type": "object",
|
|
42110
42243
|
"properties": {
|
|
42111
|
-
"__@BRAND@
|
|
42244
|
+
"__@BRAND@547391": {
|
|
42112
42245
|
"type": "object"
|
|
42113
42246
|
}
|
|
42114
42247
|
},
|
|
42115
42248
|
"required": [
|
|
42116
|
-
"__@BRAND@
|
|
42249
|
+
"__@BRAND@547391"
|
|
42117
42250
|
]
|
|
42118
42251
|
},
|
|
42119
42252
|
"default": {
|
|
@@ -42247,12 +42380,12 @@
|
|
|
42247
42380
|
"value": {
|
|
42248
42381
|
"type": "object",
|
|
42249
42382
|
"properties": {
|
|
42250
|
-
"__@BRAND@
|
|
42383
|
+
"__@BRAND@547391": {
|
|
42251
42384
|
"type": "object"
|
|
42252
42385
|
}
|
|
42253
42386
|
},
|
|
42254
42387
|
"required": [
|
|
42255
|
-
"__@BRAND@
|
|
42388
|
+
"__@BRAND@547391"
|
|
42256
42389
|
]
|
|
42257
42390
|
},
|
|
42258
42391
|
"disabled": {
|
|
@@ -44287,6 +44420,9 @@
|
|
|
44287
44420
|
],
|
|
44288
44421
|
"type": "object"
|
|
44289
44422
|
},
|
|
44423
|
+
"appliedCve55182Migration": {
|
|
44424
|
+
"type": "boolean"
|
|
44425
|
+
},
|
|
44290
44426
|
"speedInsights": {
|
|
44291
44427
|
"properties": {
|
|
44292
44428
|
"id": {
|
|
@@ -45404,8 +45540,7 @@
|
|
|
45404
45540
|
"owner_id",
|
|
45405
45541
|
"project",
|
|
45406
45542
|
"project_id",
|
|
45407
|
-
"environment"
|
|
45408
|
-
"plan"
|
|
45543
|
+
"environment"
|
|
45409
45544
|
],
|
|
45410
45545
|
"type": "object"
|
|
45411
45546
|
},
|
|
@@ -46259,6 +46394,12 @@
|
|
|
46259
46394
|
"skewProtectionMaxAge": {
|
|
46260
46395
|
"type": "number"
|
|
46261
46396
|
},
|
|
46397
|
+
"skewProtectionAllowedDomains": {
|
|
46398
|
+
"items": {
|
|
46399
|
+
"type": "string"
|
|
46400
|
+
},
|
|
46401
|
+
"type": "array"
|
|
46402
|
+
},
|
|
46262
46403
|
"skipGitConnectDuringLink": {
|
|
46263
46404
|
"type": "boolean"
|
|
46264
46405
|
},
|
|
@@ -46301,6 +46442,16 @@
|
|
|
46301
46442
|
"prod_deployment_urls_and_all_previews",
|
|
46302
46443
|
"all_except_custom_domains"
|
|
46303
46444
|
]
|
|
46445
|
+
},
|
|
46446
|
+
"cve55182MigrationAppliedFrom": {
|
|
46447
|
+
"nullable": true,
|
|
46448
|
+
"type": "string",
|
|
46449
|
+
"enum": [
|
|
46450
|
+
"preview",
|
|
46451
|
+
"all",
|
|
46452
|
+
"prod_deployment_urls_and_all_previews",
|
|
46453
|
+
"all_except_custom_domains"
|
|
46454
|
+
]
|
|
46304
46455
|
}
|
|
46305
46456
|
},
|
|
46306
46457
|
"required": [
|
|
@@ -46522,8 +46673,7 @@
|
|
|
46522
46673
|
"owner_id",
|
|
46523
46674
|
"project",
|
|
46524
46675
|
"project_id",
|
|
46525
|
-
"environment"
|
|
46526
|
-
"plan"
|
|
46676
|
+
"environment"
|
|
46527
46677
|
],
|
|
46528
46678
|
"type": "object"
|
|
46529
46679
|
},
|
|
@@ -46686,6 +46836,12 @@
|
|
|
46686
46836
|
},
|
|
46687
46837
|
"type": "array"
|
|
46688
46838
|
},
|
|
46839
|
+
"alertRules": {
|
|
46840
|
+
"items": {
|
|
46841
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
46842
|
+
},
|
|
46843
|
+
"type": "array"
|
|
46844
|
+
},
|
|
46689
46845
|
"aliasGlobal": {
|
|
46690
46846
|
"items": {
|
|
46691
46847
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -49277,6 +49433,9 @@
|
|
|
49277
49433
|
],
|
|
49278
49434
|
"type": "object"
|
|
49279
49435
|
},
|
|
49436
|
+
"appliedCve55182Migration": {
|
|
49437
|
+
"type": "boolean"
|
|
49438
|
+
},
|
|
49280
49439
|
"speedInsights": {
|
|
49281
49440
|
"properties": {
|
|
49282
49441
|
"id": {
|
|
@@ -50394,8 +50553,7 @@
|
|
|
50394
50553
|
"owner_id",
|
|
50395
50554
|
"project",
|
|
50396
50555
|
"project_id",
|
|
50397
|
-
"environment"
|
|
50398
|
-
"plan"
|
|
50556
|
+
"environment"
|
|
50399
50557
|
],
|
|
50400
50558
|
"type": "object"
|
|
50401
50559
|
},
|
|
@@ -51249,6 +51407,12 @@
|
|
|
51249
51407
|
"skewProtectionMaxAge": {
|
|
51250
51408
|
"type": "number"
|
|
51251
51409
|
},
|
|
51410
|
+
"skewProtectionAllowedDomains": {
|
|
51411
|
+
"items": {
|
|
51412
|
+
"type": "string"
|
|
51413
|
+
},
|
|
51414
|
+
"type": "array"
|
|
51415
|
+
},
|
|
51252
51416
|
"skipGitConnectDuringLink": {
|
|
51253
51417
|
"type": "boolean"
|
|
51254
51418
|
},
|
|
@@ -51291,6 +51455,16 @@
|
|
|
51291
51455
|
"prod_deployment_urls_and_all_previews",
|
|
51292
51456
|
"all_except_custom_domains"
|
|
51293
51457
|
]
|
|
51458
|
+
},
|
|
51459
|
+
"cve55182MigrationAppliedFrom": {
|
|
51460
|
+
"nullable": true,
|
|
51461
|
+
"type": "string",
|
|
51462
|
+
"enum": [
|
|
51463
|
+
"preview",
|
|
51464
|
+
"all",
|
|
51465
|
+
"prod_deployment_urls_and_all_previews",
|
|
51466
|
+
"all_except_custom_domains"
|
|
51467
|
+
]
|
|
51294
51468
|
}
|
|
51295
51469
|
},
|
|
51296
51470
|
"required": [
|
|
@@ -51512,8 +51686,7 @@
|
|
|
51512
51686
|
"owner_id",
|
|
51513
51687
|
"project",
|
|
51514
51688
|
"project_id",
|
|
51515
|
-
"environment"
|
|
51516
|
-
"plan"
|
|
51689
|
+
"environment"
|
|
51517
51690
|
],
|
|
51518
51691
|
"type": "object"
|
|
51519
51692
|
},
|
|
@@ -51676,6 +51849,12 @@
|
|
|
51676
51849
|
},
|
|
51677
51850
|
"type": "array"
|
|
51678
51851
|
},
|
|
51852
|
+
"alertRules": {
|
|
51853
|
+
"items": {
|
|
51854
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
51855
|
+
},
|
|
51856
|
+
"type": "array"
|
|
51857
|
+
},
|
|
51679
51858
|
"aliasGlobal": {
|
|
51680
51859
|
"items": {
|
|
51681
51860
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -54067,6 +54246,12 @@
|
|
|
54067
54246
|
"type": "boolean",
|
|
54068
54247
|
"nullable": true
|
|
54069
54248
|
},
|
|
54249
|
+
"previewDeploymentSuffix": {
|
|
54250
|
+
"description": "Custom domain suffix for preview deployments. Takes precedence over team-level suffix. Must be a domain owned by the team.",
|
|
54251
|
+
"type": "string",
|
|
54252
|
+
"maxLength": 253,
|
|
54253
|
+
"nullable": true
|
|
54254
|
+
},
|
|
54070
54255
|
"buildCommand": {
|
|
54071
54256
|
"description": "The build command for this project. When `null` is used this value will be automatically detected",
|
|
54072
54257
|
"maxLength": 256,
|
|
@@ -54476,6 +54661,9 @@
|
|
|
54476
54661
|
],
|
|
54477
54662
|
"type": "object"
|
|
54478
54663
|
},
|
|
54664
|
+
"appliedCve55182Migration": {
|
|
54665
|
+
"type": "boolean"
|
|
54666
|
+
},
|
|
54479
54667
|
"speedInsights": {
|
|
54480
54668
|
"properties": {
|
|
54481
54669
|
"id": {
|
|
@@ -55591,8 +55779,7 @@
|
|
|
55591
55779
|
"owner_id",
|
|
55592
55780
|
"project",
|
|
55593
55781
|
"project_id",
|
|
55594
|
-
"environment"
|
|
55595
|
-
"plan"
|
|
55782
|
+
"environment"
|
|
55596
55783
|
],
|
|
55597
55784
|
"type": "object"
|
|
55598
55785
|
},
|
|
@@ -56446,6 +56633,12 @@
|
|
|
56446
56633
|
"skewProtectionMaxAge": {
|
|
56447
56634
|
"type": "number"
|
|
56448
56635
|
},
|
|
56636
|
+
"skewProtectionAllowedDomains": {
|
|
56637
|
+
"items": {
|
|
56638
|
+
"type": "string"
|
|
56639
|
+
},
|
|
56640
|
+
"type": "array"
|
|
56641
|
+
},
|
|
56449
56642
|
"skipGitConnectDuringLink": {
|
|
56450
56643
|
"type": "boolean"
|
|
56451
56644
|
},
|
|
@@ -56488,6 +56681,16 @@
|
|
|
56488
56681
|
"prod_deployment_urls_and_all_previews",
|
|
56489
56682
|
"all_except_custom_domains"
|
|
56490
56683
|
]
|
|
56684
|
+
},
|
|
56685
|
+
"cve55182MigrationAppliedFrom": {
|
|
56686
|
+
"nullable": true,
|
|
56687
|
+
"type": "string",
|
|
56688
|
+
"enum": [
|
|
56689
|
+
"preview",
|
|
56690
|
+
"all",
|
|
56691
|
+
"prod_deployment_urls_and_all_previews",
|
|
56692
|
+
"all_except_custom_domains"
|
|
56693
|
+
]
|
|
56491
56694
|
}
|
|
56492
56695
|
},
|
|
56493
56696
|
"required": [
|
|
@@ -56709,8 +56912,7 @@
|
|
|
56709
56912
|
"owner_id",
|
|
56710
56913
|
"project",
|
|
56711
56914
|
"project_id",
|
|
56712
|
-
"environment"
|
|
56713
|
-
"plan"
|
|
56915
|
+
"environment"
|
|
56714
56916
|
],
|
|
56715
56917
|
"type": "object"
|
|
56716
56918
|
},
|
|
@@ -57245,6 +57447,12 @@
|
|
|
57245
57447
|
},
|
|
57246
57448
|
"type": "array"
|
|
57247
57449
|
},
|
|
57450
|
+
"alertRules": {
|
|
57451
|
+
"items": {
|
|
57452
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
57453
|
+
},
|
|
57454
|
+
"type": "array"
|
|
57455
|
+
},
|
|
57248
57456
|
"aliasGlobal": {
|
|
57249
57457
|
"items": {
|
|
57250
57458
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -59299,6 +59507,9 @@
|
|
|
59299
59507
|
],
|
|
59300
59508
|
"type": "object"
|
|
59301
59509
|
},
|
|
59510
|
+
"appliedCve55182Migration": {
|
|
59511
|
+
"type": "boolean"
|
|
59512
|
+
},
|
|
59302
59513
|
"speedInsights": {
|
|
59303
59514
|
"properties": {
|
|
59304
59515
|
"id": {
|
|
@@ -60407,8 +60618,7 @@
|
|
|
60407
60618
|
"owner_id",
|
|
60408
60619
|
"project",
|
|
60409
60620
|
"project_id",
|
|
60410
|
-
"environment"
|
|
60411
|
-
"plan"
|
|
60621
|
+
"environment"
|
|
60412
60622
|
],
|
|
60413
60623
|
"type": "object"
|
|
60414
60624
|
},
|
|
@@ -61262,6 +61472,12 @@
|
|
|
61262
61472
|
"skewProtectionMaxAge": {
|
|
61263
61473
|
"type": "number"
|
|
61264
61474
|
},
|
|
61475
|
+
"skewProtectionAllowedDomains": {
|
|
61476
|
+
"items": {
|
|
61477
|
+
"type": "string"
|
|
61478
|
+
},
|
|
61479
|
+
"type": "array"
|
|
61480
|
+
},
|
|
61265
61481
|
"skipGitConnectDuringLink": {
|
|
61266
61482
|
"type": "boolean"
|
|
61267
61483
|
},
|
|
@@ -61304,6 +61520,16 @@
|
|
|
61304
61520
|
"prod_deployment_urls_and_all_previews",
|
|
61305
61521
|
"all_except_custom_domains"
|
|
61306
61522
|
]
|
|
61523
|
+
},
|
|
61524
|
+
"cve55182MigrationAppliedFrom": {
|
|
61525
|
+
"nullable": true,
|
|
61526
|
+
"type": "string",
|
|
61527
|
+
"enum": [
|
|
61528
|
+
"preview",
|
|
61529
|
+
"all",
|
|
61530
|
+
"prod_deployment_urls_and_all_previews",
|
|
61531
|
+
"all_except_custom_domains"
|
|
61532
|
+
]
|
|
61307
61533
|
}
|
|
61308
61534
|
},
|
|
61309
61535
|
"required": [
|
|
@@ -61525,8 +61751,7 @@
|
|
|
61525
61751
|
"owner_id",
|
|
61526
61752
|
"project",
|
|
61527
61753
|
"project_id",
|
|
61528
|
-
"environment"
|
|
61529
|
-
"plan"
|
|
61754
|
+
"environment"
|
|
61530
61755
|
],
|
|
61531
61756
|
"type": "object"
|
|
61532
61757
|
},
|
|
@@ -61689,6 +61914,12 @@
|
|
|
61689
61914
|
},
|
|
61690
61915
|
"type": "array"
|
|
61691
61916
|
},
|
|
61917
|
+
"alertRules": {
|
|
61918
|
+
"items": {
|
|
61919
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
61920
|
+
},
|
|
61921
|
+
"type": "array"
|
|
61922
|
+
},
|
|
61692
61923
|
"aliasGlobal": {
|
|
61693
61924
|
"items": {
|
|
61694
61925
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -64306,6 +64537,15 @@
|
|
|
64306
64537
|
"minimum": 0,
|
|
64307
64538
|
"type": "integer"
|
|
64308
64539
|
},
|
|
64540
|
+
"skewProtectionAllowedDomains": {
|
|
64541
|
+
"description": "Cross-site domains allowed to fetch skew-protected assets (hostnames, optionally with leading wildcard like *.example.com).",
|
|
64542
|
+
"type": "array",
|
|
64543
|
+
"items": {
|
|
64544
|
+
"type": "string",
|
|
64545
|
+
"maxLength": 254
|
|
64546
|
+
},
|
|
64547
|
+
"maxItems": 12
|
|
64548
|
+
},
|
|
64309
64549
|
"skipGitConnectDuringLink": {
|
|
64310
64550
|
"description": "Opts-out of the message prompting a CLI user to connect a Git repository in `vercel link`.",
|
|
64311
64551
|
"type": "boolean",
|
|
@@ -80760,6 +81000,24 @@
|
|
|
80760
81000
|
"secretsSync": {
|
|
80761
81001
|
"type": "boolean"
|
|
80762
81002
|
},
|
|
81003
|
+
"secretRotation": {
|
|
81004
|
+
"oneOf": [
|
|
81005
|
+
{
|
|
81006
|
+
"type": "boolean"
|
|
81007
|
+
},
|
|
81008
|
+
{
|
|
81009
|
+
"properties": {
|
|
81010
|
+
"maxDelayHours": {
|
|
81011
|
+
"type": "number"
|
|
81012
|
+
}
|
|
81013
|
+
},
|
|
81014
|
+
"required": [
|
|
81015
|
+
"maxDelayHours"
|
|
81016
|
+
],
|
|
81017
|
+
"type": "object"
|
|
81018
|
+
}
|
|
81019
|
+
]
|
|
81020
|
+
},
|
|
80763
81021
|
"projects": {
|
|
80764
81022
|
"type": "boolean"
|
|
80765
81023
|
}
|
|
@@ -80844,6 +81102,24 @@
|
|
|
80844
81102
|
"secretsSync": {
|
|
80845
81103
|
"type": "boolean"
|
|
80846
81104
|
},
|
|
81105
|
+
"secretRotation": {
|
|
81106
|
+
"oneOf": [
|
|
81107
|
+
{
|
|
81108
|
+
"type": "boolean"
|
|
81109
|
+
},
|
|
81110
|
+
{
|
|
81111
|
+
"properties": {
|
|
81112
|
+
"maxDelayHours": {
|
|
81113
|
+
"type": "number"
|
|
81114
|
+
}
|
|
81115
|
+
},
|
|
81116
|
+
"required": [
|
|
81117
|
+
"maxDelayHours"
|
|
81118
|
+
],
|
|
81119
|
+
"type": "object"
|
|
81120
|
+
}
|
|
81121
|
+
]
|
|
81122
|
+
},
|
|
80847
81123
|
"sandbox": {
|
|
80848
81124
|
"type": "boolean"
|
|
80849
81125
|
},
|
|
@@ -80893,34 +81169,34 @@
|
|
|
80893
81169
|
"maxLength": {
|
|
80894
81170
|
"type": "object",
|
|
80895
81171
|
"properties": {
|
|
80896
|
-
"__@BRAND@
|
|
81172
|
+
"__@BRAND@8845": {
|
|
80897
81173
|
"type": "object"
|
|
80898
81174
|
}
|
|
80899
81175
|
},
|
|
80900
81176
|
"required": [
|
|
80901
|
-
"__@BRAND@
|
|
81177
|
+
"__@BRAND@8845"
|
|
80902
81178
|
]
|
|
80903
81179
|
},
|
|
80904
81180
|
"minLength": {
|
|
80905
81181
|
"type": "object",
|
|
80906
81182
|
"properties": {
|
|
80907
|
-
"__@BRAND@
|
|
81183
|
+
"__@BRAND@8845": {
|
|
80908
81184
|
"type": "object"
|
|
80909
81185
|
}
|
|
80910
81186
|
},
|
|
80911
81187
|
"required": [
|
|
80912
|
-
"__@BRAND@
|
|
81188
|
+
"__@BRAND@8845"
|
|
80913
81189
|
]
|
|
80914
81190
|
},
|
|
80915
81191
|
"pattern": {
|
|
80916
81192
|
"type": "object",
|
|
80917
81193
|
"properties": {
|
|
80918
|
-
"__@BRAND@
|
|
81194
|
+
"__@BRAND@8845": {
|
|
80919
81195
|
"type": "object"
|
|
80920
81196
|
}
|
|
80921
81197
|
},
|
|
80922
81198
|
"required": [
|
|
80923
|
-
"__@BRAND@
|
|
81199
|
+
"__@BRAND@8845"
|
|
80924
81200
|
]
|
|
80925
81201
|
},
|
|
80926
81202
|
"description": {
|
|
@@ -81603,34 +81879,34 @@
|
|
|
81603
81879
|
"maxLength": {
|
|
81604
81880
|
"type": "object",
|
|
81605
81881
|
"properties": {
|
|
81606
|
-
"__@BRAND@
|
|
81882
|
+
"__@BRAND@8845": {
|
|
81607
81883
|
"type": "object"
|
|
81608
81884
|
}
|
|
81609
81885
|
},
|
|
81610
81886
|
"required": [
|
|
81611
|
-
"__@BRAND@
|
|
81887
|
+
"__@BRAND@8845"
|
|
81612
81888
|
]
|
|
81613
81889
|
},
|
|
81614
81890
|
"minLength": {
|
|
81615
81891
|
"type": "object",
|
|
81616
81892
|
"properties": {
|
|
81617
|
-
"__@BRAND@
|
|
81893
|
+
"__@BRAND@8845": {
|
|
81618
81894
|
"type": "object"
|
|
81619
81895
|
}
|
|
81620
81896
|
},
|
|
81621
81897
|
"required": [
|
|
81622
|
-
"__@BRAND@
|
|
81898
|
+
"__@BRAND@8845"
|
|
81623
81899
|
]
|
|
81624
81900
|
},
|
|
81625
81901
|
"pattern": {
|
|
81626
81902
|
"type": "object",
|
|
81627
81903
|
"properties": {
|
|
81628
|
-
"__@BRAND@
|
|
81904
|
+
"__@BRAND@8845": {
|
|
81629
81905
|
"type": "object"
|
|
81630
81906
|
}
|
|
81631
81907
|
},
|
|
81632
81908
|
"required": [
|
|
81633
|
-
"__@BRAND@
|
|
81909
|
+
"__@BRAND@8845"
|
|
81634
81910
|
]
|
|
81635
81911
|
},
|
|
81636
81912
|
"description": {
|
|
@@ -81779,34 +82055,34 @@
|
|
|
81779
82055
|
"minLength": {
|
|
81780
82056
|
"type": "object",
|
|
81781
82057
|
"properties": {
|
|
81782
|
-
"__@BRAND@
|
|
82058
|
+
"__@BRAND@8845": {
|
|
81783
82059
|
"type": "object"
|
|
81784
82060
|
}
|
|
81785
82061
|
},
|
|
81786
82062
|
"required": [
|
|
81787
|
-
"__@BRAND@
|
|
82063
|
+
"__@BRAND@8845"
|
|
81788
82064
|
]
|
|
81789
82065
|
},
|
|
81790
82066
|
"maxLength": {
|
|
81791
82067
|
"type": "object",
|
|
81792
82068
|
"properties": {
|
|
81793
|
-
"__@BRAND@
|
|
82069
|
+
"__@BRAND@8845": {
|
|
81794
82070
|
"type": "object"
|
|
81795
82071
|
}
|
|
81796
82072
|
},
|
|
81797
82073
|
"required": [
|
|
81798
|
-
"__@BRAND@
|
|
82074
|
+
"__@BRAND@8845"
|
|
81799
82075
|
]
|
|
81800
82076
|
},
|
|
81801
82077
|
"pattern": {
|
|
81802
82078
|
"type": "object",
|
|
81803
82079
|
"properties": {
|
|
81804
|
-
"__@BRAND@
|
|
82080
|
+
"__@BRAND@8845": {
|
|
81805
82081
|
"type": "object"
|
|
81806
82082
|
}
|
|
81807
82083
|
},
|
|
81808
82084
|
"required": [
|
|
81809
|
-
"__@BRAND@
|
|
82085
|
+
"__@BRAND@8845"
|
|
81810
82086
|
]
|
|
81811
82087
|
},
|
|
81812
82088
|
"default": {
|
|
@@ -82123,12 +82399,12 @@
|
|
|
82123
82399
|
{
|
|
82124
82400
|
"type": "object",
|
|
82125
82401
|
"properties": {
|
|
82126
|
-
"__@BRAND@
|
|
82402
|
+
"__@BRAND@8845": {
|
|
82127
82403
|
"type": "object"
|
|
82128
82404
|
}
|
|
82129
82405
|
},
|
|
82130
82406
|
"required": [
|
|
82131
|
-
"__@BRAND@
|
|
82407
|
+
"__@BRAND@8845"
|
|
82132
82408
|
]
|
|
82133
82409
|
},
|
|
82134
82410
|
{
|
|
@@ -82136,12 +82412,12 @@
|
|
|
82136
82412
|
"value": {
|
|
82137
82413
|
"type": "object",
|
|
82138
82414
|
"properties": {
|
|
82139
|
-
"__@BRAND@
|
|
82415
|
+
"__@BRAND@8845": {
|
|
82140
82416
|
"type": "object"
|
|
82141
82417
|
}
|
|
82142
82418
|
},
|
|
82143
82419
|
"required": [
|
|
82144
|
-
"__@BRAND@
|
|
82420
|
+
"__@BRAND@8845"
|
|
82145
82421
|
]
|
|
82146
82422
|
},
|
|
82147
82423
|
"disabled": {
|
|
@@ -82213,34 +82489,34 @@
|
|
|
82213
82489
|
"maxLength": {
|
|
82214
82490
|
"type": "object",
|
|
82215
82491
|
"properties": {
|
|
82216
|
-
"__@BRAND@
|
|
82492
|
+
"__@BRAND@8845": {
|
|
82217
82493
|
"type": "object"
|
|
82218
82494
|
}
|
|
82219
82495
|
},
|
|
82220
82496
|
"required": [
|
|
82221
|
-
"__@BRAND@
|
|
82497
|
+
"__@BRAND@8845"
|
|
82222
82498
|
]
|
|
82223
82499
|
},
|
|
82224
82500
|
"minLength": {
|
|
82225
82501
|
"type": "object",
|
|
82226
82502
|
"properties": {
|
|
82227
|
-
"__@BRAND@
|
|
82503
|
+
"__@BRAND@8845": {
|
|
82228
82504
|
"type": "object"
|
|
82229
82505
|
}
|
|
82230
82506
|
},
|
|
82231
82507
|
"required": [
|
|
82232
|
-
"__@BRAND@
|
|
82508
|
+
"__@BRAND@8845"
|
|
82233
82509
|
]
|
|
82234
82510
|
},
|
|
82235
82511
|
"pattern": {
|
|
82236
82512
|
"type": "object",
|
|
82237
82513
|
"properties": {
|
|
82238
|
-
"__@BRAND@
|
|
82514
|
+
"__@BRAND@8845": {
|
|
82239
82515
|
"type": "object"
|
|
82240
82516
|
}
|
|
82241
82517
|
},
|
|
82242
82518
|
"required": [
|
|
82243
|
-
"__@BRAND@
|
|
82519
|
+
"__@BRAND@8845"
|
|
82244
82520
|
]
|
|
82245
82521
|
},
|
|
82246
82522
|
"description": {
|
|
@@ -82390,34 +82666,34 @@
|
|
|
82390
82666
|
"maxLength": {
|
|
82391
82667
|
"type": "object",
|
|
82392
82668
|
"properties": {
|
|
82393
|
-
"__@BRAND@
|
|
82669
|
+
"__@BRAND@8845": {
|
|
82394
82670
|
"type": "object"
|
|
82395
82671
|
}
|
|
82396
82672
|
},
|
|
82397
82673
|
"required": [
|
|
82398
|
-
"__@BRAND@
|
|
82674
|
+
"__@BRAND@8845"
|
|
82399
82675
|
]
|
|
82400
82676
|
},
|
|
82401
82677
|
"minLength": {
|
|
82402
82678
|
"type": "object",
|
|
82403
82679
|
"properties": {
|
|
82404
|
-
"__@BRAND@
|
|
82680
|
+
"__@BRAND@8845": {
|
|
82405
82681
|
"type": "object"
|
|
82406
82682
|
}
|
|
82407
82683
|
},
|
|
82408
82684
|
"required": [
|
|
82409
|
-
"__@BRAND@
|
|
82685
|
+
"__@BRAND@8845"
|
|
82410
82686
|
]
|
|
82411
82687
|
},
|
|
82412
82688
|
"pattern": {
|
|
82413
82689
|
"type": "object",
|
|
82414
82690
|
"properties": {
|
|
82415
|
-
"__@BRAND@
|
|
82691
|
+
"__@BRAND@8845": {
|
|
82416
82692
|
"type": "object"
|
|
82417
82693
|
}
|
|
82418
82694
|
},
|
|
82419
82695
|
"required": [
|
|
82420
|
-
"__@BRAND@
|
|
82696
|
+
"__@BRAND@8845"
|
|
82421
82697
|
]
|
|
82422
82698
|
},
|
|
82423
82699
|
"description": {
|
|
@@ -82548,12 +82824,12 @@
|
|
|
82548
82824
|
"value": {
|
|
82549
82825
|
"type": "object",
|
|
82550
82826
|
"properties": {
|
|
82551
|
-
"__@BRAND@
|
|
82827
|
+
"__@BRAND@8845": {
|
|
82552
82828
|
"type": "object"
|
|
82553
82829
|
}
|
|
82554
82830
|
},
|
|
82555
82831
|
"required": [
|
|
82556
|
-
"__@BRAND@
|
|
82832
|
+
"__@BRAND@8845"
|
|
82557
82833
|
]
|
|
82558
82834
|
},
|
|
82559
82835
|
"disabled": {
|
|
@@ -82809,12 +83085,12 @@
|
|
|
82809
83085
|
"value": {
|
|
82810
83086
|
"type": "object",
|
|
82811
83087
|
"properties": {
|
|
82812
|
-
"__@BRAND@
|
|
83088
|
+
"__@BRAND@8845": {
|
|
82813
83089
|
"type": "object"
|
|
82814
83090
|
}
|
|
82815
83091
|
},
|
|
82816
83092
|
"required": [
|
|
82817
|
-
"__@BRAND@
|
|
83093
|
+
"__@BRAND@8845"
|
|
82818
83094
|
]
|
|
82819
83095
|
},
|
|
82820
83096
|
"disabled": {
|
|
@@ -83050,6 +83326,22 @@
|
|
|
83050
83326
|
"paymentMethodRequired"
|
|
83051
83327
|
],
|
|
83052
83328
|
"type": "object"
|
|
83329
|
+
},
|
|
83330
|
+
"secretRotationRequestedAt": {
|
|
83331
|
+
"type": "number",
|
|
83332
|
+
"description": "The timestamp when secret rotation was requested."
|
|
83333
|
+
},
|
|
83334
|
+
"secretRotationRequestedReason": {
|
|
83335
|
+
"type": "string",
|
|
83336
|
+
"description": "The reason for the secret rotation request."
|
|
83337
|
+
},
|
|
83338
|
+
"secretRotationRequestedBy": {
|
|
83339
|
+
"type": "string",
|
|
83340
|
+
"description": "The ID of the user/team who requested the secret rotation."
|
|
83341
|
+
},
|
|
83342
|
+
"secretRotationCompletedAt": {
|
|
83343
|
+
"type": "number",
|
|
83344
|
+
"description": "The timestamp when secret rotation was completed."
|
|
83053
83345
|
}
|
|
83054
83346
|
},
|
|
83055
83347
|
"required": [
|
|
@@ -85940,6 +86232,8 @@
|
|
|
85940
86232
|
"edge-config.deleted",
|
|
85941
86233
|
"edge-config.items.updated",
|
|
85942
86234
|
"firewall.attack",
|
|
86235
|
+
"firewall.system-rule-anomaly",
|
|
86236
|
+
"firewall.custom-rule-anomaly",
|
|
85943
86237
|
"integration-configuration.permission-upgraded",
|
|
85944
86238
|
"integration-configuration.removed",
|
|
85945
86239
|
"integration-configuration.scope-change-confirmed",
|
|
@@ -86199,6 +86493,8 @@
|
|
|
86199
86493
|
"edge-config.deleted",
|
|
86200
86494
|
"edge-config.items.updated",
|
|
86201
86495
|
"firewall.attack",
|
|
86496
|
+
"firewall.system-rule-anomaly",
|
|
86497
|
+
"firewall.custom-rule-anomaly",
|
|
86202
86498
|
"integration-configuration.permission-upgraded",
|
|
86203
86499
|
"integration-configuration.removed",
|
|
86204
86500
|
"integration-configuration.scope-change-confirmed",
|
|
@@ -86478,6 +86774,8 @@
|
|
|
86478
86774
|
"edge-config.deleted",
|
|
86479
86775
|
"edge-config.items.updated",
|
|
86480
86776
|
"firewall.attack",
|
|
86777
|
+
"firewall.system-rule-anomaly",
|
|
86778
|
+
"firewall.custom-rule-anomaly",
|
|
86481
86779
|
"integration-configuration.permission-upgraded",
|
|
86482
86780
|
"integration-configuration.removed",
|
|
86483
86781
|
"integration-configuration.scope-change-confirmed",
|
|
@@ -86691,6 +86989,8 @@
|
|
|
86691
86989
|
"edge-config.deleted",
|
|
86692
86990
|
"edge-config.items.updated",
|
|
86693
86991
|
"firewall.attack",
|
|
86992
|
+
"firewall.system-rule-anomaly",
|
|
86993
|
+
"firewall.custom-rule-anomaly",
|
|
86694
86994
|
"integration-configuration.permission-upgraded",
|
|
86695
86995
|
"integration-configuration.removed",
|
|
86696
86996
|
"integration-configuration.scope-change-confirmed",
|
|
@@ -86965,6 +87265,8 @@
|
|
|
86965
87265
|
"edge-config.deleted",
|
|
86966
87266
|
"edge-config.items.updated",
|
|
86967
87267
|
"firewall.attack",
|
|
87268
|
+
"firewall.system-rule-anomaly",
|
|
87269
|
+
"firewall.custom-rule-anomaly",
|
|
86968
87270
|
"integration-configuration.permission-upgraded",
|
|
86969
87271
|
"integration-configuration.removed",
|
|
86970
87272
|
"integration-configuration.scope-change-confirmed",
|
|
@@ -90532,10 +90834,6 @@
|
|
|
90532
90834
|
},
|
|
90533
90835
|
"additionalProperties": false
|
|
90534
90836
|
},
|
|
90535
|
-
"NumberFromString": {
|
|
90536
|
-
"type": "string",
|
|
90537
|
-
"description": "a string to be decoded into a number"
|
|
90538
|
-
},
|
|
90539
90837
|
"TldNotSupported": {
|
|
90540
90838
|
"type": "object",
|
|
90541
90839
|
"required": [
|
|
@@ -90564,7 +90862,8 @@
|
|
|
90564
90862
|
"description": "The TLD is not currently supported."
|
|
90565
90863
|
},
|
|
90566
90864
|
"DomainName": {
|
|
90567
|
-
"type": "string"
|
|
90865
|
+
"type": "string",
|
|
90866
|
+
"description": "A valid domain name"
|
|
90568
90867
|
},
|
|
90569
90868
|
"NotFound": {
|
|
90570
90869
|
"type": "object",
|
|
@@ -90761,7 +91060,7 @@
|
|
|
90761
91060
|
},
|
|
90762
91061
|
"EmailAddress": {
|
|
90763
91062
|
"type": "string",
|
|
90764
|
-
"description": "
|
|
91063
|
+
"description": "A valid RFC 5322 email address",
|
|
90765
91064
|
"title": "nonEmptyString",
|
|
90766
91065
|
"minLength": 1
|
|
90767
91066
|
},
|
|
@@ -91077,7 +91376,8 @@
|
|
|
91077
91376
|
"description": "The domain is already renewing."
|
|
91078
91377
|
},
|
|
91079
91378
|
"Nameserver": {
|
|
91080
|
-
"type": "string"
|
|
91379
|
+
"type": "string",
|
|
91380
|
+
"description": "A valid nameserver"
|
|
91081
91381
|
},
|
|
91082
91382
|
"RegistrantField": {
|
|
91083
91383
|
"anyOf": [
|
|
@@ -94156,6 +94456,10 @@
|
|
|
94156
94456
|
"type": "string",
|
|
94157
94457
|
"description": "Since November 2021. Guides the abuse scanner in build container."
|
|
94158
94458
|
},
|
|
94459
|
+
"scheduledUnblockAt": {
|
|
94460
|
+
"type": "string",
|
|
94461
|
+
"description": "Since December 2025. UTC timestamp string of when an auto-unblock is scheduled. Format: \"Wed, 03 Dec 2025 20:32:13 GMT\""
|
|
94462
|
+
},
|
|
94159
94463
|
"updatedAt": {
|
|
94160
94464
|
"type": "number",
|
|
94161
94465
|
"description": "Since November 2021"
|
|
@@ -94613,6 +94917,9 @@
|
|
|
94613
94917
|
}
|
|
94614
94918
|
},
|
|
94615
94919
|
"type": "object"
|
|
94920
|
+
},
|
|
94921
|
+
"bulkRedirectsFreeLimitOverride": {
|
|
94922
|
+
"type": "number"
|
|
94616
94923
|
}
|
|
94617
94924
|
},
|
|
94618
94925
|
"type": "object"
|
|
@@ -97077,6 +97384,16 @@
|
|
|
97077
97384
|
"prod_deployment_urls_and_all_previews",
|
|
97078
97385
|
"all_except_custom_domains"
|
|
97079
97386
|
]
|
|
97387
|
+
},
|
|
97388
|
+
"cve55182MigrationAppliedFrom": {
|
|
97389
|
+
"nullable": true,
|
|
97390
|
+
"type": "string",
|
|
97391
|
+
"enum": [
|
|
97392
|
+
"all",
|
|
97393
|
+
"preview",
|
|
97394
|
+
"prod_deployment_urls_and_all_previews",
|
|
97395
|
+
"all_except_custom_domains"
|
|
97396
|
+
]
|
|
97080
97397
|
}
|
|
97081
97398
|
},
|
|
97082
97399
|
"required": [
|
|
@@ -97108,6 +97425,16 @@
|
|
|
97108
97425
|
"prod_deployment_urls_and_all_previews",
|
|
97109
97426
|
"all_except_custom_domains"
|
|
97110
97427
|
]
|
|
97428
|
+
},
|
|
97429
|
+
"cve55182MigrationAppliedFrom": {
|
|
97430
|
+
"nullable": true,
|
|
97431
|
+
"type": "string",
|
|
97432
|
+
"enum": [
|
|
97433
|
+
"all",
|
|
97434
|
+
"preview",
|
|
97435
|
+
"prod_deployment_urls_and_all_previews",
|
|
97436
|
+
"all_except_custom_domains"
|
|
97437
|
+
]
|
|
97111
97438
|
}
|
|
97112
97439
|
},
|
|
97113
97440
|
"required": [
|
|
@@ -97327,8 +97654,12 @@
|
|
|
97327
97654
|
"enum": [
|
|
97328
97655
|
"enabled",
|
|
97329
97656
|
"disabled",
|
|
97330
|
-
"regenerated"
|
|
97657
|
+
"regenerated",
|
|
97658
|
+
"updated"
|
|
97331
97659
|
]
|
|
97660
|
+
},
|
|
97661
|
+
"envVarName": {
|
|
97662
|
+
"type": "string"
|
|
97332
97663
|
}
|
|
97333
97664
|
},
|
|
97334
97665
|
"required": [
|
|
@@ -98400,6 +98731,9 @@
|
|
|
98400
98731
|
"by": {
|
|
98401
98732
|
"type": "string"
|
|
98402
98733
|
},
|
|
98734
|
+
"byUid": {
|
|
98735
|
+
"type": "string"
|
|
98736
|
+
},
|
|
98403
98737
|
"reasons": {
|
|
98404
98738
|
"items": {
|
|
98405
98739
|
"properties": {
|
|
@@ -98417,6 +98751,43 @@
|
|
|
98417
98751
|
"type": "object"
|
|
98418
98752
|
},
|
|
98419
98753
|
"type": "array"
|
|
98754
|
+
},
|
|
98755
|
+
"removedUsers": {
|
|
98756
|
+
"additionalProperties": {
|
|
98757
|
+
"properties": {
|
|
98758
|
+
"role": {
|
|
98759
|
+
"type": "string",
|
|
98760
|
+
"enum": [
|
|
98761
|
+
"OWNER",
|
|
98762
|
+
"MEMBER",
|
|
98763
|
+
"DEVELOPER",
|
|
98764
|
+
"SECURITY",
|
|
98765
|
+
"BILLING",
|
|
98766
|
+
"VIEWER",
|
|
98767
|
+
"VIEWER_FOR_PLUS",
|
|
98768
|
+
"CONTRIBUTOR"
|
|
98769
|
+
]
|
|
98770
|
+
},
|
|
98771
|
+
"confirmed": {
|
|
98772
|
+
"type": "boolean"
|
|
98773
|
+
},
|
|
98774
|
+
"confirmedAt": {
|
|
98775
|
+
"type": "number"
|
|
98776
|
+
}
|
|
98777
|
+
},
|
|
98778
|
+
"required": [
|
|
98779
|
+
"role",
|
|
98780
|
+
"confirmed"
|
|
98781
|
+
],
|
|
98782
|
+
"type": "object"
|
|
98783
|
+
},
|
|
98784
|
+
"type": "object"
|
|
98785
|
+
},
|
|
98786
|
+
"removedMemberCount": {
|
|
98787
|
+
"type": "number"
|
|
98788
|
+
},
|
|
98789
|
+
"timestamp": {
|
|
98790
|
+
"type": "number"
|
|
98420
98791
|
}
|
|
98421
98792
|
},
|
|
98422
98793
|
"required": [
|
|
@@ -101937,6 +102308,10 @@
|
|
|
101937
102308
|
},
|
|
101938
102309
|
"type": "object",
|
|
101939
102310
|
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
102311
|
+
},
|
|
102312
|
+
"bulkRedirectsFreeLimitOverride": {
|
|
102313
|
+
"type": "number",
|
|
102314
|
+
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
101940
102315
|
}
|
|
101941
102316
|
},
|
|
101942
102317
|
"type": "object",
|