@vercel/sdk 1.6.10 → 1.6.12
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 +31 -17
- package/bin/mcp-server.js +1679 -1309
- package/bin/mcp-server.js.map +25 -25
- package/docs/sdks/aliases/README.md +84 -0
- package/docs/sdks/deployments/README.md +6 -4
- package/docs/sdks/vercel/README.md +0 -77
- package/esm/__tests__/aliases.test.js +17 -0
- package/esm/__tests__/aliases.test.js.map +1 -1
- package/esm/__tests__/deployments.test.js +2 -1
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +3 -16
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/{patchAliasesIdProtectionBypass.d.ts → aliasesPatchUrlProtectionBypass.d.ts} +7 -4
- package/esm/funcs/aliasesPatchUrlProtectionBypass.d.ts.map +1 -0
- package/esm/funcs/{patchAliasesIdProtectionBypass.js → aliasesPatchUrlProtectionBypass.js} +22 -9
- package/esm/funcs/aliasesPatchUrlProtectionBypass.js.map +1 -0
- package/esm/funcs/deploymentsGetDeploymentEvents.d.ts +2 -2
- package/esm/funcs/deploymentsGetDeploymentEvents.d.ts.map +1 -1
- package/esm/funcs/deploymentsGetDeploymentEvents.js +2 -2
- package/esm/funcs/deploymentsGetDeploymentEvents.js.map +1 -1
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +3 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/aliasesPatchUrlProtectionBypass.d.ts +7 -0
- package/esm/mcp-server/tools/aliasesPatchUrlProtectionBypass.d.ts.map +1 -0
- package/esm/mcp-server/tools/aliasesPatchUrlProtectionBypass.js +28 -0
- package/esm/mcp-server/tools/aliasesPatchUrlProtectionBypass.js.map +1 -0
- package/esm/mcp-server/tools/deploymentsGetDeploymentEvents.d.ts.map +1 -1
- package/esm/mcp-server/tools/deploymentsGetDeploymentEvents.js +2 -1
- package/esm/mcp-server/tools/deploymentsGetDeploymentEvents.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +28 -28
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +12 -12
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +215 -37
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +198 -34
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createrecordop.d.ts +43 -43
- package/esm/models/createrecordop.d.ts.map +1 -1
- package/esm/models/createrecordop.js +51 -51
- package/esm/models/createrecordop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getaliasop.d.ts +62 -62
- package/esm/models/getaliasop.d.ts.map +1 -1
- package/esm/models/getaliasop.js +84 -83
- package/esm/models/getaliasop.js.map +1 -1
- package/esm/models/getdeploymenteventsop.d.ts +129 -0
- package/esm/models/getdeploymenteventsop.d.ts.map +1 -1
- package/esm/models/getdeploymenteventsop.js +91 -0
- package/esm/models/getdeploymenteventsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +87 -13
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +99 -16
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/listdeploymentaliasesop.d.ts +32 -32
- package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
- package/esm/models/listdeploymentaliasesop.js +50 -50
- package/esm/models/listdeploymentaliasesop.js.map +1 -1
- package/esm/models/{patchaliasesidprotectionbypassop.d.ts → patchurlprotectionbypassop.d.ts} +86 -76
- package/esm/models/patchurlprotectionbypassop.d.ts.map +1 -0
- package/esm/models/{patchaliasesidprotectionbypassop.js → patchurlprotectionbypassop.js} +95 -91
- package/esm/models/patchurlprotectionbypassop.js.map +1 -0
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +103 -29
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +126 -42
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +247 -69
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +251 -83
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.d.ts +88 -14
- package/esm/models/updateprojectprotectionbypassop.d.ts.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.js +100 -17
- package/esm/models/updateprojectprotectionbypassop.js.map +1 -1
- package/esm/sdk/aliases.d.ts +10 -0
- package/esm/sdk/aliases.d.ts.map +1 -1
- package/esm/sdk/aliases.js +10 -0
- package/esm/sdk/aliases.js.map +1 -1
- package/esm/sdk/deployments.d.ts +2 -2
- package/esm/sdk/deployments.d.ts.map +1 -1
- package/esm/sdk/deployments.js.map +1 -1
- package/esm/sdk/sdk.d.ts +1 -8
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +0 -8
- package/esm/sdk/sdk.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/aliases.test.ts +20 -0
- package/src/__tests__/deployments.test.ts +2 -1
- package/src/__tests__/vercel.test.ts +4 -19
- package/src/funcs/{patchAliasesIdProtectionBypass.ts → aliasesPatchUrlProtectionBypass.ts} +27 -13
- package/src/funcs/deploymentsGetDeploymentEvents.ts +6 -4
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -3
- package/src/mcp-server/tools/aliasesPatchUrlProtectionBypass.ts +38 -0
- package/src/mcp-server/tools/deploymentsGetDeploymentEvents.ts +3 -1
- package/src/models/createdeploymentop.ts +16 -16
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +404 -58
- package/src/models/createrecordop.ts +84 -96
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getaliasop.ts +130 -126
- package/src/models/getdeploymenteventsop.ts +209 -0
- package/src/models/getprojectsop.ts +205 -29
- package/src/models/listdeploymentaliasesop.ts +78 -78
- package/src/models/{patchaliasesidprotectionbypassop.ts → patchurlprotectionbypassop.ts} +191 -156
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateprojectdatacacheop.ts +247 -65
- package/src/models/updateprojectop.ts +489 -128
- package/src/models/updateprojectprotectionbypassop.ts +239 -31
- package/src/sdk/aliases.ts +19 -0
- package/src/sdk/deployments.ts +5 -2
- package/src/sdk/sdk.ts +1 -18
- package/vercel-spec.json +536 -157
- package/esm/funcs/patchAliasesIdProtectionBypass.d.ts.map +0 -1
- package/esm/funcs/patchAliasesIdProtectionBypass.js.map +0 -1
- package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.d.ts +0 -7
- package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.d.ts.map +0 -1
- package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.js +0 -26
- package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.js.map +0 -1
- package/esm/models/patchaliasesidprotectionbypassop.d.ts.map +0 -1
- package/esm/models/patchaliasesidprotectionbypassop.js.map +0 -1
- package/src/mcp-server/tools/patchAliasesIdProtectionBypass.ts +0 -37
package/vercel-spec.json
CHANGED
|
@@ -7496,26 +7496,56 @@
|
|
|
7496
7496
|
},
|
|
7497
7497
|
"protectionBypass": {
|
|
7498
7498
|
"additionalProperties": {
|
|
7499
|
-
"
|
|
7500
|
-
|
|
7501
|
-
"
|
|
7502
|
-
|
|
7503
|
-
|
|
7504
|
-
|
|
7499
|
+
"oneOf": [
|
|
7500
|
+
{
|
|
7501
|
+
"properties": {
|
|
7502
|
+
"createdAt": {
|
|
7503
|
+
"type": "number"
|
|
7504
|
+
},
|
|
7505
|
+
"createdBy": {
|
|
7506
|
+
"type": "string"
|
|
7507
|
+
},
|
|
7508
|
+
"scope": {
|
|
7509
|
+
"type": "string",
|
|
7510
|
+
"enum": [
|
|
7511
|
+
"integration-automation-bypass"
|
|
7512
|
+
]
|
|
7513
|
+
},
|
|
7514
|
+
"integrationId": {
|
|
7515
|
+
"type": "string"
|
|
7516
|
+
}
|
|
7517
|
+
},
|
|
7518
|
+
"required": [
|
|
7519
|
+
"createdAt",
|
|
7520
|
+
"createdBy",
|
|
7521
|
+
"scope",
|
|
7522
|
+
"integrationId"
|
|
7523
|
+
],
|
|
7524
|
+
"type": "object"
|
|
7505
7525
|
},
|
|
7506
|
-
|
|
7507
|
-
"
|
|
7508
|
-
|
|
7509
|
-
|
|
7510
|
-
|
|
7526
|
+
{
|
|
7527
|
+
"properties": {
|
|
7528
|
+
"createdAt": {
|
|
7529
|
+
"type": "number"
|
|
7530
|
+
},
|
|
7531
|
+
"createdBy": {
|
|
7532
|
+
"type": "string"
|
|
7533
|
+
},
|
|
7534
|
+
"scope": {
|
|
7535
|
+
"type": "string",
|
|
7536
|
+
"enum": [
|
|
7537
|
+
"automation-bypass"
|
|
7538
|
+
]
|
|
7539
|
+
}
|
|
7540
|
+
},
|
|
7541
|
+
"required": [
|
|
7542
|
+
"createdAt",
|
|
7543
|
+
"createdBy",
|
|
7544
|
+
"scope"
|
|
7545
|
+
],
|
|
7546
|
+
"type": "object"
|
|
7511
7547
|
}
|
|
7512
|
-
|
|
7513
|
-
"required": [
|
|
7514
|
-
"createdAt",
|
|
7515
|
-
"createdBy",
|
|
7516
|
-
"scope"
|
|
7517
|
-
],
|
|
7518
|
-
"type": "object"
|
|
7548
|
+
]
|
|
7519
7549
|
},
|
|
7520
7550
|
"type": "object"
|
|
7521
7551
|
},
|
|
@@ -8168,6 +8198,80 @@
|
|
|
8168
8198
|
},
|
|
8169
8199
|
"500": {
|
|
8170
8200
|
"description": ""
|
|
8201
|
+
},
|
|
8202
|
+
"200": {
|
|
8203
|
+
"description": "Successfully retrieved deployment logs",
|
|
8204
|
+
"content": {
|
|
8205
|
+
"application/json": {
|
|
8206
|
+
"schema": {
|
|
8207
|
+
"type": "array",
|
|
8208
|
+
"items": {
|
|
8209
|
+
"type": "object",
|
|
8210
|
+
"properties": {
|
|
8211
|
+
"created": {
|
|
8212
|
+
"type": "number",
|
|
8213
|
+
"description": "Unix timestamp when the log entry was created",
|
|
8214
|
+
"example": 1744583330135
|
|
8215
|
+
},
|
|
8216
|
+
"date": {
|
|
8217
|
+
"type": "number",
|
|
8218
|
+
"description": "Unix timestamp of the log entry date",
|
|
8219
|
+
"example": 1744583330135
|
|
8220
|
+
},
|
|
8221
|
+
"deploymentId": {
|
|
8222
|
+
"type": "string",
|
|
8223
|
+
"description": "Unique identifier for the deployment",
|
|
8224
|
+
"example": "dpl_GjyjUDa3gESegReEzVREj1sQ92b7"
|
|
8225
|
+
},
|
|
8226
|
+
"id": {
|
|
8227
|
+
"type": "string",
|
|
8228
|
+
"description": "Unique identifier for the log entry",
|
|
8229
|
+
"example": "1744583330135959366434900001"
|
|
8230
|
+
},
|
|
8231
|
+
"text": {
|
|
8232
|
+
"type": "string",
|
|
8233
|
+
"description": "Log message content",
|
|
8234
|
+
"example": "Cloning github link (Branch: yourbranchname, Commit: commithash)"
|
|
8235
|
+
},
|
|
8236
|
+
"type": {
|
|
8237
|
+
"type": "string",
|
|
8238
|
+
"description": "Type of log entry",
|
|
8239
|
+
"enum": [
|
|
8240
|
+
"stdout",
|
|
8241
|
+
"stderr"
|
|
8242
|
+
],
|
|
8243
|
+
"example": "stdout"
|
|
8244
|
+
},
|
|
8245
|
+
"serial": {
|
|
8246
|
+
"type": "string",
|
|
8247
|
+
"description": "Serial identifier for the log entry",
|
|
8248
|
+
"example": "1744583330135959366434900001"
|
|
8249
|
+
},
|
|
8250
|
+
"info": {
|
|
8251
|
+
"type": "object",
|
|
8252
|
+
"properties": {
|
|
8253
|
+
"type": {
|
|
8254
|
+
"type": "string",
|
|
8255
|
+
"description": "Type of operation",
|
|
8256
|
+
"example": "build"
|
|
8257
|
+
},
|
|
8258
|
+
"name": {
|
|
8259
|
+
"type": "string",
|
|
8260
|
+
"description": "Name of the build",
|
|
8261
|
+
"example": "bld_by3kz18kn"
|
|
8262
|
+
},
|
|
8263
|
+
"entrypoint": {
|
|
8264
|
+
"type": "string",
|
|
8265
|
+
"description": "Entrypoint for the build",
|
|
8266
|
+
"example": "."
|
|
8267
|
+
}
|
|
8268
|
+
}
|
|
8269
|
+
}
|
|
8270
|
+
}
|
|
8271
|
+
}
|
|
8272
|
+
}
|
|
8273
|
+
}
|
|
8274
|
+
}
|
|
8171
8275
|
}
|
|
8172
8276
|
},
|
|
8173
8277
|
"parameters": [
|
|
@@ -11952,25 +12056,25 @@
|
|
|
11952
12056
|
"lambdas": {
|
|
11953
12057
|
"items": {
|
|
11954
12058
|
"properties": {
|
|
11955
|
-
"id": {
|
|
11956
|
-
"type": "string"
|
|
11957
|
-
},
|
|
11958
12059
|
"createdAt": {
|
|
11959
12060
|
"type": "number"
|
|
11960
12061
|
},
|
|
11961
|
-
"
|
|
11962
|
-
"nullable": true,
|
|
12062
|
+
"id": {
|
|
11963
12063
|
"type": "string"
|
|
11964
12064
|
},
|
|
11965
12065
|
"readyState": {
|
|
11966
12066
|
"type": "string",
|
|
11967
12067
|
"enum": [
|
|
11968
|
-
"BUILDING",
|
|
11969
12068
|
"ERROR",
|
|
12069
|
+
"BUILDING",
|
|
11970
12070
|
"INITIALIZING",
|
|
11971
12071
|
"READY"
|
|
11972
12072
|
]
|
|
11973
12073
|
},
|
|
12074
|
+
"entrypoint": {
|
|
12075
|
+
"nullable": true,
|
|
12076
|
+
"type": "string"
|
|
12077
|
+
},
|
|
11974
12078
|
"readyStateAt": {
|
|
11975
12079
|
"type": "number"
|
|
11976
12080
|
},
|
|
@@ -12082,9 +12186,9 @@
|
|
|
12082
12186
|
"type": {
|
|
12083
12187
|
"type": "string",
|
|
12084
12188
|
"enum": [
|
|
12189
|
+
"endsWith",
|
|
12085
12190
|
"startsWith",
|
|
12086
|
-
"equals"
|
|
12087
|
-
"endsWith"
|
|
12191
|
+
"equals"
|
|
12088
12192
|
],
|
|
12089
12193
|
"description": "The type of matching to perform"
|
|
12090
12194
|
},
|
|
@@ -13001,15 +13105,15 @@
|
|
|
13001
13105
|
"functionType": {
|
|
13002
13106
|
"type": "string",
|
|
13003
13107
|
"enum": [
|
|
13004
|
-
"
|
|
13005
|
-
"
|
|
13108
|
+
"standard",
|
|
13109
|
+
"fluid"
|
|
13006
13110
|
]
|
|
13007
13111
|
},
|
|
13008
13112
|
"functionMemoryType": {
|
|
13009
13113
|
"type": "string",
|
|
13010
13114
|
"enum": [
|
|
13011
|
-
"standard",
|
|
13012
13115
|
"standard_legacy",
|
|
13116
|
+
"standard",
|
|
13013
13117
|
"performance"
|
|
13014
13118
|
]
|
|
13015
13119
|
},
|
|
@@ -13239,11 +13343,11 @@
|
|
|
13239
13343
|
"type": "string",
|
|
13240
13344
|
"enum": [
|
|
13241
13345
|
"error",
|
|
13346
|
+
"resource",
|
|
13242
13347
|
"filesystem",
|
|
13243
13348
|
"hit",
|
|
13244
13349
|
"miss",
|
|
13245
|
-
"rewrite"
|
|
13246
|
-
"resource"
|
|
13350
|
+
"rewrite"
|
|
13247
13351
|
]
|
|
13248
13352
|
},
|
|
13249
13353
|
"src": {
|
|
@@ -13353,8 +13457,8 @@
|
|
|
13353
13457
|
"ownerType": {
|
|
13354
13458
|
"type": "string",
|
|
13355
13459
|
"enum": [
|
|
13356
|
-
"
|
|
13357
|
-
"
|
|
13460
|
+
"user",
|
|
13461
|
+
"team"
|
|
13358
13462
|
]
|
|
13359
13463
|
}
|
|
13360
13464
|
},
|
|
@@ -13406,8 +13510,8 @@
|
|
|
13406
13510
|
"ownerType": {
|
|
13407
13511
|
"type": "string",
|
|
13408
13512
|
"enum": [
|
|
13409
|
-
"
|
|
13410
|
-
"
|
|
13513
|
+
"user",
|
|
13514
|
+
"team"
|
|
13411
13515
|
]
|
|
13412
13516
|
}
|
|
13413
13517
|
},
|
|
@@ -13460,8 +13564,8 @@
|
|
|
13460
13564
|
"ownerType": {
|
|
13461
13565
|
"type": "string",
|
|
13462
13566
|
"enum": [
|
|
13463
|
-
"
|
|
13464
|
-
"
|
|
13567
|
+
"user",
|
|
13568
|
+
"team"
|
|
13465
13569
|
]
|
|
13466
13570
|
}
|
|
13467
13571
|
},
|
|
@@ -30009,26 +30113,56 @@
|
|
|
30009
30113
|
},
|
|
30010
30114
|
"protectionBypass": {
|
|
30011
30115
|
"additionalProperties": {
|
|
30012
|
-
"
|
|
30013
|
-
|
|
30014
|
-
"
|
|
30015
|
-
|
|
30016
|
-
|
|
30017
|
-
|
|
30116
|
+
"oneOf": [
|
|
30117
|
+
{
|
|
30118
|
+
"properties": {
|
|
30119
|
+
"createdAt": {
|
|
30120
|
+
"type": "number"
|
|
30121
|
+
},
|
|
30122
|
+
"createdBy": {
|
|
30123
|
+
"type": "string"
|
|
30124
|
+
},
|
|
30125
|
+
"scope": {
|
|
30126
|
+
"type": "string",
|
|
30127
|
+
"enum": [
|
|
30128
|
+
"integration-automation-bypass"
|
|
30129
|
+
]
|
|
30130
|
+
},
|
|
30131
|
+
"integrationId": {
|
|
30132
|
+
"type": "string"
|
|
30133
|
+
}
|
|
30134
|
+
},
|
|
30135
|
+
"required": [
|
|
30136
|
+
"createdAt",
|
|
30137
|
+
"createdBy",
|
|
30138
|
+
"scope",
|
|
30139
|
+
"integrationId"
|
|
30140
|
+
],
|
|
30141
|
+
"type": "object"
|
|
30018
30142
|
},
|
|
30019
|
-
|
|
30020
|
-
"
|
|
30021
|
-
|
|
30022
|
-
|
|
30023
|
-
|
|
30143
|
+
{
|
|
30144
|
+
"properties": {
|
|
30145
|
+
"createdAt": {
|
|
30146
|
+
"type": "number"
|
|
30147
|
+
},
|
|
30148
|
+
"createdBy": {
|
|
30149
|
+
"type": "string"
|
|
30150
|
+
},
|
|
30151
|
+
"scope": {
|
|
30152
|
+
"type": "string",
|
|
30153
|
+
"enum": [
|
|
30154
|
+
"automation-bypass"
|
|
30155
|
+
]
|
|
30156
|
+
}
|
|
30157
|
+
},
|
|
30158
|
+
"required": [
|
|
30159
|
+
"createdAt",
|
|
30160
|
+
"createdBy",
|
|
30161
|
+
"scope"
|
|
30162
|
+
],
|
|
30163
|
+
"type": "object"
|
|
30024
30164
|
}
|
|
30025
|
-
|
|
30026
|
-
"required": [
|
|
30027
|
-
"createdAt",
|
|
30028
|
-
"createdBy",
|
|
30029
|
-
"scope"
|
|
30030
|
-
],
|
|
30031
|
-
"type": "object"
|
|
30165
|
+
]
|
|
30032
30166
|
},
|
|
30033
30167
|
"type": "object"
|
|
30034
30168
|
},
|
|
@@ -30974,10 +31108,10 @@
|
|
|
30974
31108
|
"type": "string",
|
|
30975
31109
|
"enum": [
|
|
30976
31110
|
"system",
|
|
31111
|
+
"secret",
|
|
30977
31112
|
"encrypted",
|
|
30978
31113
|
"plain",
|
|
30979
|
-
"sensitive"
|
|
30980
|
-
"secret"
|
|
31114
|
+
"sensitive"
|
|
30981
31115
|
]
|
|
30982
31116
|
},
|
|
30983
31117
|
"sunsetSecretId": {
|
|
@@ -34041,26 +34175,56 @@
|
|
|
34041
34175
|
},
|
|
34042
34176
|
"protectionBypass": {
|
|
34043
34177
|
"additionalProperties": {
|
|
34044
|
-
"
|
|
34045
|
-
|
|
34046
|
-
"
|
|
34047
|
-
|
|
34048
|
-
|
|
34049
|
-
|
|
34178
|
+
"oneOf": [
|
|
34179
|
+
{
|
|
34180
|
+
"properties": {
|
|
34181
|
+
"createdAt": {
|
|
34182
|
+
"type": "number"
|
|
34183
|
+
},
|
|
34184
|
+
"createdBy": {
|
|
34185
|
+
"type": "string"
|
|
34186
|
+
},
|
|
34187
|
+
"scope": {
|
|
34188
|
+
"type": "string",
|
|
34189
|
+
"enum": [
|
|
34190
|
+
"integration-automation-bypass"
|
|
34191
|
+
]
|
|
34192
|
+
},
|
|
34193
|
+
"integrationId": {
|
|
34194
|
+
"type": "string"
|
|
34195
|
+
}
|
|
34196
|
+
},
|
|
34197
|
+
"required": [
|
|
34198
|
+
"createdAt",
|
|
34199
|
+
"createdBy",
|
|
34200
|
+
"scope",
|
|
34201
|
+
"integrationId"
|
|
34202
|
+
],
|
|
34203
|
+
"type": "object"
|
|
34050
34204
|
},
|
|
34051
|
-
|
|
34052
|
-
"
|
|
34053
|
-
|
|
34054
|
-
|
|
34055
|
-
|
|
34205
|
+
{
|
|
34206
|
+
"properties": {
|
|
34207
|
+
"createdAt": {
|
|
34208
|
+
"type": "number"
|
|
34209
|
+
},
|
|
34210
|
+
"createdBy": {
|
|
34211
|
+
"type": "string"
|
|
34212
|
+
},
|
|
34213
|
+
"scope": {
|
|
34214
|
+
"type": "string",
|
|
34215
|
+
"enum": [
|
|
34216
|
+
"automation-bypass"
|
|
34217
|
+
]
|
|
34218
|
+
}
|
|
34219
|
+
},
|
|
34220
|
+
"required": [
|
|
34221
|
+
"createdAt",
|
|
34222
|
+
"createdBy",
|
|
34223
|
+
"scope"
|
|
34224
|
+
],
|
|
34225
|
+
"type": "object"
|
|
34056
34226
|
}
|
|
34057
|
-
|
|
34058
|
-
"required": [
|
|
34059
|
-
"createdAt",
|
|
34060
|
-
"createdBy",
|
|
34061
|
-
"scope"
|
|
34062
|
-
],
|
|
34063
|
-
"type": "object"
|
|
34227
|
+
]
|
|
34064
34228
|
},
|
|
34065
34229
|
"type": "object"
|
|
34066
34230
|
},
|
|
@@ -34275,8 +34439,8 @@
|
|
|
34275
34439
|
"type": {
|
|
34276
34440
|
"type": "string",
|
|
34277
34441
|
"enum": [
|
|
34278
|
-
"path",
|
|
34279
34442
|
"host",
|
|
34443
|
+
"path",
|
|
34280
34444
|
"method",
|
|
34281
34445
|
"header",
|
|
34282
34446
|
"cookie",
|
|
@@ -34357,8 +34521,8 @@
|
|
|
34357
34521
|
"type": {
|
|
34358
34522
|
"type": "string",
|
|
34359
34523
|
"enum": [
|
|
34360
|
-
"path",
|
|
34361
34524
|
"host",
|
|
34525
|
+
"path",
|
|
34362
34526
|
"method",
|
|
34363
34527
|
"header",
|
|
34364
34528
|
"cookie",
|
|
@@ -34879,6 +35043,55 @@
|
|
|
34879
35043
|
"enableAffectedProjectsDeployments": {
|
|
34880
35044
|
"description": "Opt-in to skip deployments when there are no changes to the root directory and its dependencies",
|
|
34881
35045
|
"type": "boolean"
|
|
35046
|
+
},
|
|
35047
|
+
"resourceConfig": {
|
|
35048
|
+
"type": "object",
|
|
35049
|
+
"description": "Specifies resource override configuration for the project",
|
|
35050
|
+
"properties": {
|
|
35051
|
+
"fluid": {
|
|
35052
|
+
"type": "boolean"
|
|
35053
|
+
},
|
|
35054
|
+
"functionDefaultRegions": {
|
|
35055
|
+
"description": "The regions to deploy Vercel Functions to for this project",
|
|
35056
|
+
"type": "array",
|
|
35057
|
+
"minItems": 1,
|
|
35058
|
+
"uniqueItems": true,
|
|
35059
|
+
"items": {
|
|
35060
|
+
"type": "string",
|
|
35061
|
+
"maxLength": 4
|
|
35062
|
+
}
|
|
35063
|
+
},
|
|
35064
|
+
"functionDefaultTimeout": {
|
|
35065
|
+
"type": "number",
|
|
35066
|
+
"maximum": 900,
|
|
35067
|
+
"minimum": 1
|
|
35068
|
+
},
|
|
35069
|
+
"functionDefaultMemoryType": {
|
|
35070
|
+
"enum": [
|
|
35071
|
+
"standard_legacy",
|
|
35072
|
+
"standard",
|
|
35073
|
+
"performance"
|
|
35074
|
+
]
|
|
35075
|
+
},
|
|
35076
|
+
"functionZeroConfigFailover": {
|
|
35077
|
+
"description": "Specifies whether Zero Config Failover is enabled for this project.",
|
|
35078
|
+
"oneOf": [
|
|
35079
|
+
{
|
|
35080
|
+
"type": "boolean"
|
|
35081
|
+
}
|
|
35082
|
+
]
|
|
35083
|
+
},
|
|
35084
|
+
"elasticConcurrencyEnabled": {
|
|
35085
|
+
"type": "boolean"
|
|
35086
|
+
},
|
|
35087
|
+
"buildMachineType": {
|
|
35088
|
+
"enum": [
|
|
35089
|
+
"enhanced",
|
|
35090
|
+
"ultra"
|
|
35091
|
+
]
|
|
35092
|
+
}
|
|
35093
|
+
},
|
|
35094
|
+
"additionalProperties": false
|
|
34882
35095
|
}
|
|
34883
35096
|
},
|
|
34884
35097
|
"required": [
|
|
@@ -38210,26 +38423,56 @@
|
|
|
38210
38423
|
},
|
|
38211
38424
|
"protectionBypass": {
|
|
38212
38425
|
"additionalProperties": {
|
|
38213
|
-
"
|
|
38214
|
-
|
|
38215
|
-
"
|
|
38216
|
-
|
|
38217
|
-
|
|
38218
|
-
|
|
38426
|
+
"oneOf": [
|
|
38427
|
+
{
|
|
38428
|
+
"properties": {
|
|
38429
|
+
"createdAt": {
|
|
38430
|
+
"type": "number"
|
|
38431
|
+
},
|
|
38432
|
+
"createdBy": {
|
|
38433
|
+
"type": "string"
|
|
38434
|
+
},
|
|
38435
|
+
"scope": {
|
|
38436
|
+
"type": "string",
|
|
38437
|
+
"enum": [
|
|
38438
|
+
"integration-automation-bypass"
|
|
38439
|
+
]
|
|
38440
|
+
},
|
|
38441
|
+
"integrationId": {
|
|
38442
|
+
"type": "string"
|
|
38443
|
+
}
|
|
38444
|
+
},
|
|
38445
|
+
"required": [
|
|
38446
|
+
"createdAt",
|
|
38447
|
+
"createdBy",
|
|
38448
|
+
"scope",
|
|
38449
|
+
"integrationId"
|
|
38450
|
+
],
|
|
38451
|
+
"type": "object"
|
|
38219
38452
|
},
|
|
38220
|
-
|
|
38221
|
-
"
|
|
38222
|
-
|
|
38223
|
-
|
|
38224
|
-
|
|
38453
|
+
{
|
|
38454
|
+
"properties": {
|
|
38455
|
+
"createdAt": {
|
|
38456
|
+
"type": "number"
|
|
38457
|
+
},
|
|
38458
|
+
"createdBy": {
|
|
38459
|
+
"type": "string"
|
|
38460
|
+
},
|
|
38461
|
+
"scope": {
|
|
38462
|
+
"type": "string",
|
|
38463
|
+
"enum": [
|
|
38464
|
+
"automation-bypass"
|
|
38465
|
+
]
|
|
38466
|
+
}
|
|
38467
|
+
},
|
|
38468
|
+
"required": [
|
|
38469
|
+
"createdAt",
|
|
38470
|
+
"createdBy",
|
|
38471
|
+
"scope"
|
|
38472
|
+
],
|
|
38473
|
+
"type": "object"
|
|
38225
38474
|
}
|
|
38226
|
-
|
|
38227
|
-
"required": [
|
|
38228
|
-
"createdAt",
|
|
38229
|
-
"createdBy",
|
|
38230
|
-
"scope"
|
|
38231
|
-
],
|
|
38232
|
-
"type": "object"
|
|
38475
|
+
]
|
|
38233
38476
|
},
|
|
38234
38477
|
"type": "object"
|
|
38235
38478
|
},
|
|
@@ -39065,10 +39308,10 @@
|
|
|
39065
39308
|
"type": "string",
|
|
39066
39309
|
"enum": [
|
|
39067
39310
|
"system",
|
|
39311
|
+
"secret",
|
|
39068
39312
|
"encrypted",
|
|
39069
39313
|
"plain",
|
|
39070
|
-
"sensitive"
|
|
39071
|
-
"secret"
|
|
39314
|
+
"sensitive"
|
|
39072
39315
|
]
|
|
39073
39316
|
},
|
|
39074
39317
|
"sunsetSecretId": {
|
|
@@ -42132,26 +42375,56 @@
|
|
|
42132
42375
|
},
|
|
42133
42376
|
"protectionBypass": {
|
|
42134
42377
|
"additionalProperties": {
|
|
42135
|
-
"
|
|
42136
|
-
|
|
42137
|
-
"
|
|
42138
|
-
|
|
42139
|
-
|
|
42140
|
-
|
|
42378
|
+
"oneOf": [
|
|
42379
|
+
{
|
|
42380
|
+
"properties": {
|
|
42381
|
+
"createdAt": {
|
|
42382
|
+
"type": "number"
|
|
42383
|
+
},
|
|
42384
|
+
"createdBy": {
|
|
42385
|
+
"type": "string"
|
|
42386
|
+
},
|
|
42387
|
+
"scope": {
|
|
42388
|
+
"type": "string",
|
|
42389
|
+
"enum": [
|
|
42390
|
+
"integration-automation-bypass"
|
|
42391
|
+
]
|
|
42392
|
+
},
|
|
42393
|
+
"integrationId": {
|
|
42394
|
+
"type": "string"
|
|
42395
|
+
}
|
|
42396
|
+
},
|
|
42397
|
+
"required": [
|
|
42398
|
+
"createdAt",
|
|
42399
|
+
"createdBy",
|
|
42400
|
+
"scope",
|
|
42401
|
+
"integrationId"
|
|
42402
|
+
],
|
|
42403
|
+
"type": "object"
|
|
42141
42404
|
},
|
|
42142
|
-
|
|
42143
|
-
"
|
|
42144
|
-
|
|
42145
|
-
|
|
42146
|
-
|
|
42405
|
+
{
|
|
42406
|
+
"properties": {
|
|
42407
|
+
"createdAt": {
|
|
42408
|
+
"type": "number"
|
|
42409
|
+
},
|
|
42410
|
+
"createdBy": {
|
|
42411
|
+
"type": "string"
|
|
42412
|
+
},
|
|
42413
|
+
"scope": {
|
|
42414
|
+
"type": "string",
|
|
42415
|
+
"enum": [
|
|
42416
|
+
"automation-bypass"
|
|
42417
|
+
]
|
|
42418
|
+
}
|
|
42419
|
+
},
|
|
42420
|
+
"required": [
|
|
42421
|
+
"createdAt",
|
|
42422
|
+
"createdBy",
|
|
42423
|
+
"scope"
|
|
42424
|
+
],
|
|
42425
|
+
"type": "object"
|
|
42147
42426
|
}
|
|
42148
|
-
|
|
42149
|
-
"required": [
|
|
42150
|
-
"createdAt",
|
|
42151
|
-
"createdBy",
|
|
42152
|
-
"scope"
|
|
42153
|
-
],
|
|
42154
|
-
"type": "object"
|
|
42427
|
+
]
|
|
42155
42428
|
},
|
|
42156
42429
|
"type": "object"
|
|
42157
42430
|
},
|
|
@@ -42366,8 +42639,8 @@
|
|
|
42366
42639
|
"type": {
|
|
42367
42640
|
"type": "string",
|
|
42368
42641
|
"enum": [
|
|
42369
|
-
"path",
|
|
42370
42642
|
"host",
|
|
42643
|
+
"path",
|
|
42371
42644
|
"method",
|
|
42372
42645
|
"header",
|
|
42373
42646
|
"cookie",
|
|
@@ -42448,8 +42721,8 @@
|
|
|
42448
42721
|
"type": {
|
|
42449
42722
|
"type": "string",
|
|
42450
42723
|
"enum": [
|
|
42451
|
-
"path",
|
|
42452
42724
|
"host",
|
|
42725
|
+
"path",
|
|
42453
42726
|
"method",
|
|
42454
42727
|
"header",
|
|
42455
42728
|
"cookie",
|
|
@@ -42896,6 +43169,56 @@
|
|
|
42896
43169
|
"type": "boolean",
|
|
42897
43170
|
"nullable": true
|
|
42898
43171
|
},
|
|
43172
|
+
"resourceConfig": {
|
|
43173
|
+
"properties": {
|
|
43174
|
+
"buildMachineType": {
|
|
43175
|
+
"enum": [
|
|
43176
|
+
null,
|
|
43177
|
+
"enhanced",
|
|
43178
|
+
"ultra"
|
|
43179
|
+
]
|
|
43180
|
+
},
|
|
43181
|
+
"fluid": {
|
|
43182
|
+
"type": "boolean"
|
|
43183
|
+
},
|
|
43184
|
+
"functionDefaultRegions": {
|
|
43185
|
+
"description": "The regions to deploy Vercel Functions to for this project",
|
|
43186
|
+
"type": "array",
|
|
43187
|
+
"minItems": 1,
|
|
43188
|
+
"uniqueItems": true,
|
|
43189
|
+
"items": {
|
|
43190
|
+
"type": "string",
|
|
43191
|
+
"maxLength": 4
|
|
43192
|
+
}
|
|
43193
|
+
},
|
|
43194
|
+
"functionDefaultTimeout": {
|
|
43195
|
+
"type": "number",
|
|
43196
|
+
"maximum": 900,
|
|
43197
|
+
"minimum": 1
|
|
43198
|
+
},
|
|
43199
|
+
"functionDefaultMemoryType": {
|
|
43200
|
+
"enum": [
|
|
43201
|
+
"standard_legacy",
|
|
43202
|
+
"standard",
|
|
43203
|
+
"performance"
|
|
43204
|
+
]
|
|
43205
|
+
},
|
|
43206
|
+
"functionZeroConfigFailover": {
|
|
43207
|
+
"description": "Specifies whether Zero Config Failover is enabled for this project.",
|
|
43208
|
+
"oneOf": [
|
|
43209
|
+
{
|
|
43210
|
+
"type": "boolean"
|
|
43211
|
+
}
|
|
43212
|
+
]
|
|
43213
|
+
},
|
|
43214
|
+
"elasticConcurrencyEnabled": {
|
|
43215
|
+
"type": "boolean"
|
|
43216
|
+
}
|
|
43217
|
+
},
|
|
43218
|
+
"type": "object",
|
|
43219
|
+
"description": "Specifies resource override configuration for the project",
|
|
43220
|
+
"additionalProperties": false
|
|
43221
|
+
},
|
|
42899
43222
|
"rootDirectory": {
|
|
42900
43223
|
"description": "The name of a directory or relative path to the source code of your project. When `null` is used it will default to the project root",
|
|
42901
43224
|
"maxLength": 256,
|
|
@@ -46088,10 +46411,10 @@
|
|
|
46088
46411
|
"type": "string",
|
|
46089
46412
|
"enum": [
|
|
46090
46413
|
"system",
|
|
46414
|
+
"secret",
|
|
46091
46415
|
"encrypted",
|
|
46092
46416
|
"plain",
|
|
46093
|
-
"sensitive"
|
|
46094
|
-
"secret"
|
|
46417
|
+
"sensitive"
|
|
46095
46418
|
]
|
|
46096
46419
|
},
|
|
46097
46420
|
"sunsetSecretId": {
|
|
@@ -46501,10 +46824,10 @@
|
|
|
46501
46824
|
"type": "string",
|
|
46502
46825
|
"enum": [
|
|
46503
46826
|
"system",
|
|
46827
|
+
"secret",
|
|
46504
46828
|
"encrypted",
|
|
46505
46829
|
"plain",
|
|
46506
|
-
"sensitive"
|
|
46507
|
-
"secret"
|
|
46830
|
+
"sensitive"
|
|
46508
46831
|
]
|
|
46509
46832
|
},
|
|
46510
46833
|
"sunsetSecretId": {
|
|
@@ -46926,10 +47249,10 @@
|
|
|
46926
47249
|
"type": "string",
|
|
46927
47250
|
"enum": [
|
|
46928
47251
|
"system",
|
|
47252
|
+
"secret",
|
|
46929
47253
|
"encrypted",
|
|
46930
47254
|
"plain",
|
|
46931
|
-
"sensitive"
|
|
46932
|
-
"secret"
|
|
47255
|
+
"sensitive"
|
|
46933
47256
|
]
|
|
46934
47257
|
},
|
|
46935
47258
|
"sunsetSecretId": {
|
|
@@ -47485,10 +47808,10 @@
|
|
|
47485
47808
|
"type": "string",
|
|
47486
47809
|
"enum": [
|
|
47487
47810
|
"system",
|
|
47811
|
+
"secret",
|
|
47488
47812
|
"encrypted",
|
|
47489
47813
|
"plain",
|
|
47490
|
-
"sensitive"
|
|
47491
|
-
"secret"
|
|
47814
|
+
"sensitive"
|
|
47492
47815
|
]
|
|
47493
47816
|
},
|
|
47494
47817
|
"sunsetSecretId": {
|
|
@@ -47887,10 +48210,10 @@
|
|
|
47887
48210
|
"type": "string",
|
|
47888
48211
|
"enum": [
|
|
47889
48212
|
"system",
|
|
48213
|
+
"secret",
|
|
47890
48214
|
"encrypted",
|
|
47891
48215
|
"plain",
|
|
47892
|
-
"sensitive"
|
|
47893
|
-
"secret"
|
|
48216
|
+
"sensitive"
|
|
47894
48217
|
]
|
|
47895
48218
|
},
|
|
47896
48219
|
"sunsetSecretId": {
|
|
@@ -49970,10 +50293,10 @@
|
|
|
49970
50293
|
"type": "string",
|
|
49971
50294
|
"enum": [
|
|
49972
50295
|
"system",
|
|
50296
|
+
"secret",
|
|
49973
50297
|
"encrypted",
|
|
49974
50298
|
"plain",
|
|
49975
|
-
"sensitive"
|
|
49976
|
-
"secret"
|
|
50299
|
+
"sensitive"
|
|
49977
50300
|
]
|
|
49978
50301
|
},
|
|
49979
50302
|
"sunsetSecretId": {
|
|
@@ -50385,10 +50708,10 @@
|
|
|
50385
50708
|
"type": "string",
|
|
50386
50709
|
"enum": [
|
|
50387
50710
|
"system",
|
|
50711
|
+
"secret",
|
|
50388
50712
|
"encrypted",
|
|
50389
50713
|
"plain",
|
|
50390
|
-
"sensitive"
|
|
50391
|
-
"secret"
|
|
50714
|
+
"sensitive"
|
|
50392
50715
|
]
|
|
50393
50716
|
},
|
|
50394
50717
|
"sunsetSecretId": {
|
|
@@ -50795,10 +51118,10 @@
|
|
|
50795
51118
|
"type": "string",
|
|
50796
51119
|
"enum": [
|
|
50797
51120
|
"system",
|
|
51121
|
+
"secret",
|
|
50798
51122
|
"encrypted",
|
|
50799
51123
|
"plain",
|
|
50800
|
-
"sensitive"
|
|
50801
|
-
"secret"
|
|
51124
|
+
"sensitive"
|
|
50802
51125
|
]
|
|
50803
51126
|
},
|
|
50804
51127
|
"sunsetSecretId": {
|
|
@@ -51313,10 +51636,10 @@
|
|
|
51313
51636
|
"type": "string",
|
|
51314
51637
|
"enum": [
|
|
51315
51638
|
"system",
|
|
51639
|
+
"secret",
|
|
51316
51640
|
"encrypted",
|
|
51317
51641
|
"plain",
|
|
51318
|
-
"sensitive"
|
|
51319
|
-
"secret"
|
|
51642
|
+
"sensitive"
|
|
51320
51643
|
]
|
|
51321
51644
|
},
|
|
51322
51645
|
"sunsetSecretId": {
|
|
@@ -52096,26 +52419,56 @@
|
|
|
52096
52419
|
"properties": {
|
|
52097
52420
|
"protectionBypass": {
|
|
52098
52421
|
"additionalProperties": {
|
|
52099
|
-
"
|
|
52100
|
-
|
|
52101
|
-
"
|
|
52102
|
-
|
|
52103
|
-
|
|
52104
|
-
|
|
52422
|
+
"oneOf": [
|
|
52423
|
+
{
|
|
52424
|
+
"properties": {
|
|
52425
|
+
"createdAt": {
|
|
52426
|
+
"type": "number"
|
|
52427
|
+
},
|
|
52428
|
+
"createdBy": {
|
|
52429
|
+
"type": "string"
|
|
52430
|
+
},
|
|
52431
|
+
"scope": {
|
|
52432
|
+
"type": "string",
|
|
52433
|
+
"enum": [
|
|
52434
|
+
"integration-automation-bypass"
|
|
52435
|
+
]
|
|
52436
|
+
},
|
|
52437
|
+
"integrationId": {
|
|
52438
|
+
"type": "string"
|
|
52439
|
+
}
|
|
52440
|
+
},
|
|
52441
|
+
"required": [
|
|
52442
|
+
"createdAt",
|
|
52443
|
+
"createdBy",
|
|
52444
|
+
"scope",
|
|
52445
|
+
"integrationId"
|
|
52446
|
+
],
|
|
52447
|
+
"type": "object"
|
|
52105
52448
|
},
|
|
52106
|
-
|
|
52107
|
-
"
|
|
52108
|
-
|
|
52109
|
-
|
|
52110
|
-
|
|
52449
|
+
{
|
|
52450
|
+
"properties": {
|
|
52451
|
+
"createdAt": {
|
|
52452
|
+
"type": "number"
|
|
52453
|
+
},
|
|
52454
|
+
"createdBy": {
|
|
52455
|
+
"type": "string"
|
|
52456
|
+
},
|
|
52457
|
+
"scope": {
|
|
52458
|
+
"type": "string",
|
|
52459
|
+
"enum": [
|
|
52460
|
+
"automation-bypass"
|
|
52461
|
+
]
|
|
52462
|
+
}
|
|
52463
|
+
},
|
|
52464
|
+
"required": [
|
|
52465
|
+
"createdAt",
|
|
52466
|
+
"createdBy",
|
|
52467
|
+
"scope"
|
|
52468
|
+
],
|
|
52469
|
+
"type": "object"
|
|
52111
52470
|
}
|
|
52112
|
-
|
|
52113
|
-
"required": [
|
|
52114
|
-
"createdAt",
|
|
52115
|
-
"createdBy",
|
|
52116
|
-
"scope"
|
|
52117
|
-
],
|
|
52118
|
-
"type": "object"
|
|
52471
|
+
]
|
|
52119
52472
|
},
|
|
52120
52473
|
"type": "object"
|
|
52121
52474
|
}
|
|
@@ -52221,7 +52574,7 @@
|
|
|
52221
52574
|
"type": "object",
|
|
52222
52575
|
"properties": {
|
|
52223
52576
|
"secret": {
|
|
52224
|
-
"description": "Optional value of the secret to generate",
|
|
52577
|
+
"description": "Optional value of the secret to generate, don't send it for oauth2 tokens",
|
|
52225
52578
|
"type": "string",
|
|
52226
52579
|
"pattern": "^[a-zA-Z0-9]{32}$"
|
|
52227
52580
|
}
|
|
@@ -61916,9 +62269,17 @@
|
|
|
61916
62269
|
},
|
|
61917
62270
|
"/aliases/{id}/protection-bypass": {
|
|
61918
62271
|
"patch": {
|
|
61919
|
-
"description": "Update the protection bypass for the alias (used for user access \u0026 comment access for deployments). Used as shareable links and user scoped access for Vercel Authentication and also to allow external (logged in) people to comment on previews for Preview Comments (next-live-mode).",
|
|
61920
|
-
"
|
|
61921
|
-
"
|
|
62272
|
+
"description": "Update the protection bypass for the alias or deployment URL (used for user access \u0026 comment access for deployments). Used as shareable links and user scoped access for Vercel Authentication and also to allow external (logged in) people to comment on previews for Preview Comments (next-live-mode).",
|
|
62273
|
+
"operationId": "patchUrlProtectionBypass",
|
|
62274
|
+
"security": [
|
|
62275
|
+
{
|
|
62276
|
+
"bearerToken": []
|
|
62277
|
+
}
|
|
62278
|
+
],
|
|
62279
|
+
"summary": "Update the protection bypass for a URL",
|
|
62280
|
+
"tags": [
|
|
62281
|
+
"aliases"
|
|
62282
|
+
],
|
|
61922
62283
|
"responses": {
|
|
61923
62284
|
"200": {
|
|
61924
62285
|
"description": "",
|
|
@@ -61984,6 +62345,24 @@
|
|
|
61984
62345
|
"type": "string",
|
|
61985
62346
|
"description": "The alias or deployment ID"
|
|
61986
62347
|
}
|
|
62348
|
+
},
|
|
62349
|
+
{
|
|
62350
|
+
"description": "The Team identifier to perform the request on behalf of.",
|
|
62351
|
+
"in": "query",
|
|
62352
|
+
"name": "teamId",
|
|
62353
|
+
"schema": {
|
|
62354
|
+
"type": "string",
|
|
62355
|
+
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
62356
|
+
}
|
|
62357
|
+
},
|
|
62358
|
+
{
|
|
62359
|
+
"description": "The Team slug to perform the request on behalf of.",
|
|
62360
|
+
"in": "query",
|
|
62361
|
+
"name": "slug",
|
|
62362
|
+
"schema": {
|
|
62363
|
+
"type": "string",
|
|
62364
|
+
"example": "my-team-url-slug"
|
|
62365
|
+
}
|
|
61987
62366
|
}
|
|
61988
62367
|
],
|
|
61989
62368
|
"requestBody": {
|