@vercel/sdk 1.6.2 → 1.6.4
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 +2 -10
- package/bin/mcp-server.js +4541 -3497
- package/bin/mcp-server.js.map +36 -48
- package/docs/sdks/edgeconfig/README.md +2 -6
- package/docs/sdks/integrations/README.md +0 -161
- package/docs/sdks/logdrains/README.md +0 -260
- package/docs/sdks/marketplace/README.md +2 -6
- package/docs/sdks/security/README.md +90 -0
- package/docs/sdks/webhooks/README.md +2 -6
- package/esm/__tests__/deployments.test.js +16 -1
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +5 -40
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +7 -89
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/marketplace.test.js +7 -2
- package/esm/__tests__/marketplace.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +4 -4
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/__tests__/security.test.js +164 -17
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/securityPutFirewallConfig.d.ts +19 -0
- package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
- package/esm/funcs/{logDrainsCreateConfigurableLogDrain.js → securityPutFirewallConfig.js} +13 -11
- package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/matchers.d.ts +3 -1
- package/esm/lib/matchers.d.ts.map +1 -1
- package/esm/lib/matchers.js +10 -0
- package/esm/lib/matchers.js.map +1 -1
- package/esm/lib/sdks.js +7 -2
- package/esm/lib/sdks.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -11
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts +7 -0
- package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts.map +1 -0
- package/esm/mcp-server/tools/securityPutFirewallConfig.js +28 -0
- package/esm/mcp-server/tools/{integrationsGitNamespaces.js.map → securityPutFirewallConfig.js.map} +1 -1
- package/esm/models/authtoken.d.ts +6 -0
- package/esm/models/authtoken.d.ts.map +1 -1
- package/esm/models/authtoken.js +2 -0
- package/esm/models/authtoken.js.map +1 -1
- package/esm/models/authuser.d.ts +87 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +57 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +277 -76
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +271 -73
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +274 -73
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +270 -72
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createlogdrainop.d.ts +51 -51
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +74 -75
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +12 -18
- package/esm/models/createprojectenvop.d.ts.map +1 -1
- package/esm/models/createprojectenvop.js +12 -12
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +221 -29
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +174 -11
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +4 -7
- package/esm/models/editprojectenvop.d.ts.map +1 -1
- package/esm/models/editprojectenvop.js +4 -4
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/exchangessotokenop.d.ts +34 -0
- package/esm/models/exchangessotokenop.d.ts.map +1 -1
- package/esm/models/exchangessotokenop.js +25 -0
- package/esm/models/exchangessotokenop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +18 -27
- package/esm/models/filterprojectenvsop.d.ts.map +1 -1
- package/esm/models/filterprojectenvsop.js +18 -18
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getconfigurationsop.d.ts +19 -16
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +25 -27
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getcustomenvironmentop.d.ts +3 -0
- package/esm/models/getcustomenvironmentop.d.ts.map +1 -1
- package/esm/models/getcustomenvironmentop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +574 -172
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +567 -171
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getfirewallconfigop.d.ts +214 -214
- package/esm/models/getfirewallconfigop.d.ts.map +1 -1
- package/esm/models/getfirewallconfigop.js +210 -231
- package/esm/models/getfirewallconfigop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +11 -11
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +14 -13
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getprojectdomainsop.d.ts +198 -36
- package/esm/models/getprojectdomainsop.d.ts.map +1 -1
- package/esm/models/getprojectdomainsop.js +193 -32
- package/esm/models/getprojectdomainsop.js.map +1 -1
- package/esm/models/getprojectenvop.d.ts +10 -16
- package/esm/models/getprojectenvop.d.ts.map +1 -1
- package/esm/models/getprojectenvop.js +10 -10
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +221 -29
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +173 -11
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +9 -9
- package/esm/models/getteammembersop.js +3 -3
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -0
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
- package/esm/models/putfirewallconfigop.d.ts +2901 -0
- package/esm/models/putfirewallconfigop.d.ts.map +1 -0
- package/esm/models/putfirewallconfigop.js +2383 -0
- package/esm/models/putfirewallconfigop.js.map +1 -0
- package/esm/models/removeprojectenvop.d.ts +18 -27
- package/esm/models/removeprojectenvop.d.ts.map +1 -1
- package/esm/models/removeprojectenvop.js +18 -18
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +323 -323
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +379 -357
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +229 -37
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +189 -23
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +221 -29
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +174 -11
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +608 -524
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +748 -666
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/integrations.d.ts +0 -16
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +0 -20
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/logdrains.d.ts +0 -24
- package/esm/sdk/logdrains.d.ts.map +1 -1
- package/esm/sdk/logdrains.js +0 -30
- package/esm/sdk/logdrains.js.map +1 -1
- package/esm/sdk/security.d.ts +8 -0
- package/esm/sdk/security.d.ts.map +1 -1
- package/esm/sdk/security.js +10 -0
- package/esm/sdk/security.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +3 -3
- package/src/__tests__/deployments.test.ts +16 -1
- package/src/__tests__/integrations.test.ts +9 -44
- package/src/__tests__/logdrains.test.ts +13 -95
- package/src/__tests__/marketplace.test.ts +7 -2
- package/src/__tests__/projects.test.ts +4 -4
- package/src/__tests__/security.test.ts +166 -19
- package/src/funcs/{logDrainsCreateConfigurableLogDrain.ts → securityPutFirewallConfig.ts} +31 -22
- package/src/lib/config.ts +3 -3
- package/src/lib/matchers.ts +20 -0
- package/src/lib/sdks.ts +8 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -11
- package/src/mcp-server/tools/securityPutFirewallConfig.ts +37 -0
- package/src/models/authtoken.ts +2 -0
- package/src/models/authuser.ts +126 -0
- package/src/models/canceldeploymentop.ts +592 -149
- package/src/models/createdeploymentop.ts +616 -165
- package/src/models/createlogdrainop.ts +95 -112
- package/src/models/createprojectenvop.ts +24 -30
- package/src/models/createprojectop.ts +378 -21
- package/src/models/editprojectenvop.ts +8 -11
- package/src/models/exchangessotokenop.ts +44 -0
- package/src/models/filterprojectenvsop.ts +36 -45
- package/src/models/getconfigurationsop.ts +34 -39
- package/src/models/getcustomenvironmentop.ts +3 -0
- package/src/models/getdeploymentop.ts +1288 -353
- package/src/models/getfirewallconfigop.ts +555 -410
- package/src/models/getintegrationlogdrainsop.ts +15 -20
- package/src/models/getprojectdomainsop.ts +470 -63
- package/src/models/getprojectenvop.ts +20 -26
- package/src/models/getprojectsop.ts +380 -22
- package/src/models/getteammembersop.ts +3 -3
- package/src/models/getv9projectsidornamecustomenvironmentsop.ts +3 -0
- package/src/models/putfirewallconfigop.ts +4932 -0
- package/src/models/removeprojectenvop.ts +36 -45
- package/src/models/updatefirewallconfigop.ts +820 -612
- package/src/models/updateprojectdatacacheop.ts +395 -40
- package/src/models/updateprojectop.ts +378 -21
- package/src/models/userevent.ts +1363 -1203
- package/src/sdk/integrations.ts +0 -44
- package/src/sdk/logdrains.ts +0 -66
- package/src/sdk/security.ts +22 -0
- package/vercel-spec.json +1780 -1622
- package/esm/funcs/integrationsGitNamespaces.d.ts +0 -18
- package/esm/funcs/integrationsGitNamespaces.d.ts.map +0 -1
- package/esm/funcs/integrationsGitNamespaces.js +0 -86
- package/esm/funcs/integrationsGitNamespaces.js.map +0 -1
- package/esm/funcs/integrationsSearchRepo.d.ts +0 -17
- package/esm/funcs/integrationsSearchRepo.d.ts.map +0 -1
- package/esm/funcs/integrationsSearchRepo.js +0 -89
- package/esm/funcs/integrationsSearchRepo.js.map +0 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -18
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts +0 -18
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
- package/esm/funcs/logDrainsGetAllLogDrains.js +0 -88
- package/esm/funcs/logDrainsGetAllLogDrains.js.map +0 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -19
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js +0 -92
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
- package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts +0 -7
- package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts.map +0 -1
- package/esm/mcp-server/tools/integrationsGitNamespaces.js +0 -28
- package/esm/mcp-server/tools/integrationsSearchRepo.d.ts +0 -7
- package/esm/mcp-server/tools/integrationsSearchRepo.d.ts.map +0 -1
- package/esm/mcp-server/tools/integrationsSearchRepo.js +0 -28
- package/esm/mcp-server/tools/integrationsSearchRepo.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +0 -28
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +0 -28
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +0 -28
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js.map +0 -1
- package/esm/models/createconfigurablelogdrainop.d.ts +0 -451
- package/esm/models/createconfigurablelogdrainop.d.ts.map +0 -1
- package/esm/models/createconfigurablelogdrainop.js +0 -348
- package/esm/models/createconfigurablelogdrainop.js.map +0 -1
- package/esm/models/getalllogdrainsop.d.ts +0 -294
- package/esm/models/getalllogdrainsop.d.ts.map +0 -1
- package/esm/models/getalllogdrainsop.js +0 -231
- package/esm/models/getalllogdrainsop.js.map +0 -1
- package/esm/models/getconfigurablelogdrainop.d.ts +0 -292
- package/esm/models/getconfigurablelogdrainop.d.ts.map +0 -1
- package/esm/models/getconfigurablelogdrainop.js +0 -230
- package/esm/models/getconfigurablelogdrainop.js.map +0 -1
- package/esm/models/gitnamespacesop.d.ts +0 -126
- package/esm/models/gitnamespacesop.d.ts.map +0 -1
- package/esm/models/gitnamespacesop.js +0 -115
- package/esm/models/gitnamespacesop.js.map +0 -1
- package/esm/models/searchrepoop.d.ts +0 -421
- package/esm/models/searchrepoop.d.ts.map +0 -1
- package/esm/models/searchrepoop.js +0 -385
- package/esm/models/searchrepoop.js.map +0 -1
- package/src/funcs/integrationsGitNamespaces.ts +0 -185
- package/src/funcs/integrationsSearchRepo.ts +0 -181
- package/src/funcs/logDrainsGetAllLogDrains.ts +0 -187
- package/src/funcs/logDrainsGetConfigurableLogDrain.ts +0 -199
- package/src/mcp-server/tools/integrationsGitNamespaces.ts +0 -37
- package/src/mcp-server/tools/integrationsSearchRepo.ts +0 -37
- package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +0 -39
- package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +0 -37
- package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +0 -39
- package/src/models/createconfigurablelogdrainop.ts +0 -652
- package/src/models/getalllogdrainsop.ts +0 -416
- package/src/models/getconfigurablelogdrainop.ts +0 -420
- package/src/models/gitnamespacesop.ts +0 -235
- package/src/models/searchrepoop.ts +0 -784
package/vercel-spec.json
CHANGED
|
@@ -4439,13 +4439,19 @@
|
|
|
4439
4439
|
"type": "string",
|
|
4440
4440
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
4441
4441
|
},
|
|
4442
|
-
"
|
|
4442
|
+
"decrypted": {
|
|
4443
|
+
"type": "boolean"
|
|
4444
|
+
},
|
|
4445
|
+
"value": {
|
|
4443
4446
|
"type": "string"
|
|
4444
4447
|
},
|
|
4445
|
-
"
|
|
4448
|
+
"vsmValue": {
|
|
4446
4449
|
"type": "string"
|
|
4447
4450
|
},
|
|
4448
|
-
"
|
|
4451
|
+
"id": {
|
|
4452
|
+
"type": "string"
|
|
4453
|
+
},
|
|
4454
|
+
"key": {
|
|
4449
4455
|
"type": "string"
|
|
4450
4456
|
},
|
|
4451
4457
|
"configurationId": {
|
|
@@ -4785,10 +4791,6 @@
|
|
|
4785
4791
|
"type": "object",
|
|
4786
4792
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
4787
4793
|
},
|
|
4788
|
-
"decrypted": {
|
|
4789
|
-
"type": "boolean",
|
|
4790
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
4791
|
-
},
|
|
4792
4794
|
"comment": {
|
|
4793
4795
|
"type": "string"
|
|
4794
4796
|
},
|
|
@@ -4797,15 +4799,12 @@
|
|
|
4797
4799
|
"type": "string"
|
|
4798
4800
|
},
|
|
4799
4801
|
"type": "array"
|
|
4800
|
-
},
|
|
4801
|
-
"vsmValue": {
|
|
4802
|
-
"type": "string"
|
|
4803
4802
|
}
|
|
4804
4803
|
},
|
|
4805
4804
|
"required": [
|
|
4806
4805
|
"type",
|
|
4807
|
-
"
|
|
4808
|
-
"
|
|
4806
|
+
"value",
|
|
4807
|
+
"key"
|
|
4809
4808
|
],
|
|
4810
4809
|
"type": "object"
|
|
4811
4810
|
},
|
|
@@ -4952,10 +4951,12 @@
|
|
|
4952
4951
|
"endsWith",
|
|
4953
4952
|
"startsWith",
|
|
4954
4953
|
"equals"
|
|
4955
|
-
]
|
|
4954
|
+
],
|
|
4955
|
+
"description": "The type of matching to perform"
|
|
4956
4956
|
},
|
|
4957
4957
|
"pattern": {
|
|
4958
|
-
"type": "string"
|
|
4958
|
+
"type": "string",
|
|
4959
|
+
"description": "The pattern to match against branch names"
|
|
4959
4960
|
}
|
|
4960
4961
|
},
|
|
4961
4962
|
"required": [
|
|
@@ -5412,6 +5413,80 @@
|
|
|
5412
5413
|
"deployHooks"
|
|
5413
5414
|
],
|
|
5414
5415
|
"type": "object"
|
|
5416
|
+
},
|
|
5417
|
+
{
|
|
5418
|
+
"properties": {
|
|
5419
|
+
"org": {
|
|
5420
|
+
"type": "string"
|
|
5421
|
+
},
|
|
5422
|
+
"repoOwnerId": {
|
|
5423
|
+
"type": "number",
|
|
5424
|
+
"description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
|
|
5425
|
+
},
|
|
5426
|
+
"repo": {
|
|
5427
|
+
"type": "string"
|
|
5428
|
+
},
|
|
5429
|
+
"repoId": {
|
|
5430
|
+
"type": "number"
|
|
5431
|
+
},
|
|
5432
|
+
"type": {
|
|
5433
|
+
"type": "string",
|
|
5434
|
+
"enum": [
|
|
5435
|
+
"github-custom-host"
|
|
5436
|
+
]
|
|
5437
|
+
},
|
|
5438
|
+
"host": {
|
|
5439
|
+
"type": "string"
|
|
5440
|
+
},
|
|
5441
|
+
"createdAt": {
|
|
5442
|
+
"type": "number"
|
|
5443
|
+
},
|
|
5444
|
+
"deployHooks": {
|
|
5445
|
+
"items": {
|
|
5446
|
+
"properties": {
|
|
5447
|
+
"createdAt": {
|
|
5448
|
+
"type": "number"
|
|
5449
|
+
},
|
|
5450
|
+
"id": {
|
|
5451
|
+
"type": "string"
|
|
5452
|
+
},
|
|
5453
|
+
"name": {
|
|
5454
|
+
"type": "string"
|
|
5455
|
+
},
|
|
5456
|
+
"ref": {
|
|
5457
|
+
"type": "string"
|
|
5458
|
+
},
|
|
5459
|
+
"url": {
|
|
5460
|
+
"type": "string"
|
|
5461
|
+
}
|
|
5462
|
+
},
|
|
5463
|
+
"required": [
|
|
5464
|
+
"id",
|
|
5465
|
+
"name",
|
|
5466
|
+
"ref",
|
|
5467
|
+
"url"
|
|
5468
|
+
],
|
|
5469
|
+
"type": "object"
|
|
5470
|
+
},
|
|
5471
|
+
"type": "array"
|
|
5472
|
+
},
|
|
5473
|
+
"gitCredentialId": {
|
|
5474
|
+
"type": "string"
|
|
5475
|
+
},
|
|
5476
|
+
"updatedAt": {
|
|
5477
|
+
"type": "number"
|
|
5478
|
+
},
|
|
5479
|
+
"sourceless": {
|
|
5480
|
+
"type": "boolean"
|
|
5481
|
+
},
|
|
5482
|
+
"productionBranch": {
|
|
5483
|
+
"type": "string"
|
|
5484
|
+
}
|
|
5485
|
+
},
|
|
5486
|
+
"required": [
|
|
5487
|
+
"deployHooks"
|
|
5488
|
+
],
|
|
5489
|
+
"type": "object"
|
|
5415
5490
|
}
|
|
5416
5491
|
]
|
|
5417
5492
|
},
|
|
@@ -5449,7 +5524,7 @@
|
|
|
5449
5524
|
},
|
|
5450
5525
|
"defaultRoute": {
|
|
5451
5526
|
"type": "string",
|
|
5452
|
-
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
5527
|
+
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
|
|
5453
5528
|
},
|
|
5454
5529
|
"routeObservabilityToThisProject": {
|
|
5455
5530
|
"type": "boolean",
|
|
@@ -5574,6 +5649,12 @@
|
|
|
5574
5649
|
},
|
|
5575
5650
|
"elasticConcurrencyEnabled": {
|
|
5576
5651
|
"type": "boolean"
|
|
5652
|
+
},
|
|
5653
|
+
"buildMachineType": {
|
|
5654
|
+
"type": "string",
|
|
5655
|
+
"enum": [
|
|
5656
|
+
"enhanced"
|
|
5657
|
+
]
|
|
5577
5658
|
}
|
|
5578
5659
|
},
|
|
5579
5660
|
"required": [
|
|
@@ -5599,6 +5680,14 @@
|
|
|
5599
5680
|
"targetPercentage": {
|
|
5600
5681
|
"type": "number",
|
|
5601
5682
|
"description": "The percentage of traffic to serve to the new deployment"
|
|
5683
|
+
},
|
|
5684
|
+
"minutesToRelease": {
|
|
5685
|
+
"type": "number",
|
|
5686
|
+
"description": "minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth starting percentage to ending percentage stage. So once we have fetched the document with the update time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving."
|
|
5687
|
+
},
|
|
5688
|
+
"requireApproval": {
|
|
5689
|
+
"type": "boolean",
|
|
5690
|
+
"description": "Whether or not this stage requires approval to proceed."
|
|
5602
5691
|
}
|
|
5603
5692
|
},
|
|
5604
5693
|
"required": [
|
|
@@ -5643,6 +5732,12 @@
|
|
|
5643
5732
|
},
|
|
5644
5733
|
"elasticConcurrencyEnabled": {
|
|
5645
5734
|
"type": "boolean"
|
|
5735
|
+
},
|
|
5736
|
+
"buildMachineType": {
|
|
5737
|
+
"type": "string",
|
|
5738
|
+
"enum": [
|
|
5739
|
+
"enhanced"
|
|
5740
|
+
]
|
|
5646
5741
|
}
|
|
5647
5742
|
},
|
|
5648
5743
|
"required": [
|
|
@@ -5682,8 +5777,8 @@
|
|
|
5682
5777
|
"deploymentType": {
|
|
5683
5778
|
"type": "string",
|
|
5684
5779
|
"enum": [
|
|
5685
|
-
"preview",
|
|
5686
5780
|
"all",
|
|
5781
|
+
"preview",
|
|
5687
5782
|
"prod_deployment_urls_and_all_previews"
|
|
5688
5783
|
]
|
|
5689
5784
|
}
|
|
@@ -5751,10 +5846,12 @@
|
|
|
5751
5846
|
"endsWith",
|
|
5752
5847
|
"startsWith",
|
|
5753
5848
|
"equals"
|
|
5754
|
-
]
|
|
5849
|
+
],
|
|
5850
|
+
"description": "The type of matching to perform"
|
|
5755
5851
|
},
|
|
5756
5852
|
"pattern": {
|
|
5757
|
-
"type": "string"
|
|
5853
|
+
"type": "string",
|
|
5854
|
+
"description": "The pattern to match against branch names"
|
|
5758
5855
|
}
|
|
5759
5856
|
},
|
|
5760
5857
|
"required": [
|
|
@@ -6509,6 +6606,12 @@
|
|
|
6509
6606
|
},
|
|
6510
6607
|
"type": "array"
|
|
6511
6608
|
},
|
|
6609
|
+
"observabilityNotebook": {
|
|
6610
|
+
"items": {
|
|
6611
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
6612
|
+
},
|
|
6613
|
+
"type": "array"
|
|
6614
|
+
},
|
|
6512
6615
|
"openTelemetryEndpoint": {
|
|
6513
6616
|
"items": {
|
|
6514
6617
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -6707,6 +6810,12 @@
|
|
|
6707
6810
|
},
|
|
6708
6811
|
"type": "array"
|
|
6709
6812
|
},
|
|
6813
|
+
"teamMemberMfaStatus": {
|
|
6814
|
+
"items": {
|
|
6815
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
6816
|
+
},
|
|
6817
|
+
"type": "array"
|
|
6818
|
+
},
|
|
6710
6819
|
"teamMicrofrontends": {
|
|
6711
6820
|
"items": {
|
|
6712
6821
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -6809,6 +6918,18 @@
|
|
|
6809
6918
|
},
|
|
6810
6919
|
"type": "array"
|
|
6811
6920
|
},
|
|
6921
|
+
"vercelRun": {
|
|
6922
|
+
"items": {
|
|
6923
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
6924
|
+
},
|
|
6925
|
+
"type": "array"
|
|
6926
|
+
},
|
|
6927
|
+
"vercelRunExec": {
|
|
6928
|
+
"items": {
|
|
6929
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
6930
|
+
},
|
|
6931
|
+
"type": "array"
|
|
6932
|
+
},
|
|
6812
6933
|
"aliasProject": {
|
|
6813
6934
|
"items": {
|
|
6814
6935
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -7239,10 +7360,10 @@
|
|
|
7239
7360
|
"deploymentType": {
|
|
7240
7361
|
"type": "string",
|
|
7241
7362
|
"enum": [
|
|
7242
|
-
"production",
|
|
7243
|
-
"preview",
|
|
7244
7363
|
"all",
|
|
7245
|
-
"
|
|
7364
|
+
"preview",
|
|
7365
|
+
"prod_deployment_urls_and_all_previews",
|
|
7366
|
+
"production"
|
|
7246
7367
|
]
|
|
7247
7368
|
},
|
|
7248
7369
|
"addresses": {
|
|
@@ -7282,10 +7403,10 @@
|
|
|
7282
7403
|
"deploymentType": {
|
|
7283
7404
|
"type": "string",
|
|
7284
7405
|
"enum": [
|
|
7285
|
-
"production",
|
|
7286
|
-
"preview",
|
|
7287
7406
|
"all",
|
|
7288
|
-
"
|
|
7407
|
+
"preview",
|
|
7408
|
+
"prod_deployment_urls_and_all_previews",
|
|
7409
|
+
"production"
|
|
7289
7410
|
]
|
|
7290
7411
|
}
|
|
7291
7412
|
},
|
|
@@ -8539,6 +8660,10 @@
|
|
|
8539
8660
|
"buildingAt": {
|
|
8540
8661
|
"type": "number"
|
|
8541
8662
|
},
|
|
8663
|
+
"buildContainerFinishedAt": {
|
|
8664
|
+
"type": "number",
|
|
8665
|
+
"description": "Since April 2025 it necessary for On-Demand Concurrency Minutes calculation"
|
|
8666
|
+
},
|
|
8542
8667
|
"buildSkipped": {
|
|
8543
8668
|
"type": "boolean"
|
|
8544
8669
|
},
|
|
@@ -8886,6 +9011,83 @@
|
|
|
8886
9011
|
],
|
|
8887
9012
|
"type": "object"
|
|
8888
9013
|
},
|
|
9014
|
+
{
|
|
9015
|
+
"properties": {
|
|
9016
|
+
"type": {
|
|
9017
|
+
"type": "string",
|
|
9018
|
+
"enum": [
|
|
9019
|
+
"github-custom-host"
|
|
9020
|
+
]
|
|
9021
|
+
},
|
|
9022
|
+
"host": {
|
|
9023
|
+
"type": "string"
|
|
9024
|
+
},
|
|
9025
|
+
"repoId": {
|
|
9026
|
+
"oneOf": [
|
|
9027
|
+
{
|
|
9028
|
+
"type": "string"
|
|
9029
|
+
},
|
|
9030
|
+
{
|
|
9031
|
+
"type": "number"
|
|
9032
|
+
}
|
|
9033
|
+
]
|
|
9034
|
+
},
|
|
9035
|
+
"ref": {
|
|
9036
|
+
"nullable": true,
|
|
9037
|
+
"type": "string"
|
|
9038
|
+
},
|
|
9039
|
+
"sha": {
|
|
9040
|
+
"type": "string"
|
|
9041
|
+
},
|
|
9042
|
+
"prId": {
|
|
9043
|
+
"nullable": true,
|
|
9044
|
+
"type": "number"
|
|
9045
|
+
}
|
|
9046
|
+
},
|
|
9047
|
+
"required": [
|
|
9048
|
+
"type",
|
|
9049
|
+
"host",
|
|
9050
|
+
"repoId"
|
|
9051
|
+
],
|
|
9052
|
+
"type": "object"
|
|
9053
|
+
},
|
|
9054
|
+
{
|
|
9055
|
+
"properties": {
|
|
9056
|
+
"type": {
|
|
9057
|
+
"type": "string",
|
|
9058
|
+
"enum": [
|
|
9059
|
+
"github-custom-host"
|
|
9060
|
+
]
|
|
9061
|
+
},
|
|
9062
|
+
"host": {
|
|
9063
|
+
"type": "string"
|
|
9064
|
+
},
|
|
9065
|
+
"org": {
|
|
9066
|
+
"type": "string"
|
|
9067
|
+
},
|
|
9068
|
+
"repo": {
|
|
9069
|
+
"type": "string"
|
|
9070
|
+
},
|
|
9071
|
+
"ref": {
|
|
9072
|
+
"nullable": true,
|
|
9073
|
+
"type": "string"
|
|
9074
|
+
},
|
|
9075
|
+
"sha": {
|
|
9076
|
+
"type": "string"
|
|
9077
|
+
},
|
|
9078
|
+
"prId": {
|
|
9079
|
+
"nullable": true,
|
|
9080
|
+
"type": "number"
|
|
9081
|
+
}
|
|
9082
|
+
},
|
|
9083
|
+
"required": [
|
|
9084
|
+
"type",
|
|
9085
|
+
"host",
|
|
9086
|
+
"org",
|
|
9087
|
+
"repo"
|
|
9088
|
+
],
|
|
9089
|
+
"type": "object"
|
|
9090
|
+
},
|
|
8889
9091
|
{
|
|
8890
9092
|
"properties": {
|
|
8891
9093
|
"type": {
|
|
@@ -9046,6 +9248,42 @@
|
|
|
9046
9248
|
],
|
|
9047
9249
|
"type": "object"
|
|
9048
9250
|
},
|
|
9251
|
+
{
|
|
9252
|
+
"properties": {
|
|
9253
|
+
"type": {
|
|
9254
|
+
"type": "string",
|
|
9255
|
+
"enum": [
|
|
9256
|
+
"github"
|
|
9257
|
+
]
|
|
9258
|
+
},
|
|
9259
|
+
"host": {
|
|
9260
|
+
"type": "string"
|
|
9261
|
+
},
|
|
9262
|
+
"ref": {
|
|
9263
|
+
"type": "string"
|
|
9264
|
+
},
|
|
9265
|
+
"sha": {
|
|
9266
|
+
"type": "string"
|
|
9267
|
+
},
|
|
9268
|
+
"repoId": {
|
|
9269
|
+
"type": "number"
|
|
9270
|
+
},
|
|
9271
|
+
"org": {
|
|
9272
|
+
"type": "string"
|
|
9273
|
+
},
|
|
9274
|
+
"repo": {
|
|
9275
|
+
"type": "string"
|
|
9276
|
+
}
|
|
9277
|
+
},
|
|
9278
|
+
"required": [
|
|
9279
|
+
"type",
|
|
9280
|
+
"host",
|
|
9281
|
+
"ref",
|
|
9282
|
+
"sha",
|
|
9283
|
+
"repoId"
|
|
9284
|
+
],
|
|
9285
|
+
"type": "object"
|
|
9286
|
+
},
|
|
9049
9287
|
{
|
|
9050
9288
|
"properties": {
|
|
9051
9289
|
"type": {
|
|
@@ -9932,6 +10170,10 @@
|
|
|
9932
10170
|
"buildingAt": {
|
|
9933
10171
|
"type": "number"
|
|
9934
10172
|
},
|
|
10173
|
+
"buildContainerFinishedAt": {
|
|
10174
|
+
"type": "number",
|
|
10175
|
+
"description": "Since April 2025 it necessary for On-Demand Concurrency Minutes calculation"
|
|
10176
|
+
},
|
|
9935
10177
|
"buildSkipped": {
|
|
9936
10178
|
"type": "boolean"
|
|
9937
10179
|
},
|
|
@@ -10284,10 +10526,87 @@
|
|
|
10284
10526
|
"type": {
|
|
10285
10527
|
"type": "string",
|
|
10286
10528
|
"enum": [
|
|
10287
|
-
"
|
|
10529
|
+
"github-custom-host"
|
|
10288
10530
|
]
|
|
10289
10531
|
},
|
|
10290
|
-
"
|
|
10532
|
+
"host": {
|
|
10533
|
+
"type": "string"
|
|
10534
|
+
},
|
|
10535
|
+
"repoId": {
|
|
10536
|
+
"oneOf": [
|
|
10537
|
+
{
|
|
10538
|
+
"type": "string"
|
|
10539
|
+
},
|
|
10540
|
+
{
|
|
10541
|
+
"type": "number"
|
|
10542
|
+
}
|
|
10543
|
+
]
|
|
10544
|
+
},
|
|
10545
|
+
"ref": {
|
|
10546
|
+
"nullable": true,
|
|
10547
|
+
"type": "string"
|
|
10548
|
+
},
|
|
10549
|
+
"sha": {
|
|
10550
|
+
"type": "string"
|
|
10551
|
+
},
|
|
10552
|
+
"prId": {
|
|
10553
|
+
"nullable": true,
|
|
10554
|
+
"type": "number"
|
|
10555
|
+
}
|
|
10556
|
+
},
|
|
10557
|
+
"required": [
|
|
10558
|
+
"type",
|
|
10559
|
+
"host",
|
|
10560
|
+
"repoId"
|
|
10561
|
+
],
|
|
10562
|
+
"type": "object"
|
|
10563
|
+
},
|
|
10564
|
+
{
|
|
10565
|
+
"properties": {
|
|
10566
|
+
"type": {
|
|
10567
|
+
"type": "string",
|
|
10568
|
+
"enum": [
|
|
10569
|
+
"github-custom-host"
|
|
10570
|
+
]
|
|
10571
|
+
},
|
|
10572
|
+
"host": {
|
|
10573
|
+
"type": "string"
|
|
10574
|
+
},
|
|
10575
|
+
"org": {
|
|
10576
|
+
"type": "string"
|
|
10577
|
+
},
|
|
10578
|
+
"repo": {
|
|
10579
|
+
"type": "string"
|
|
10580
|
+
},
|
|
10581
|
+
"ref": {
|
|
10582
|
+
"nullable": true,
|
|
10583
|
+
"type": "string"
|
|
10584
|
+
},
|
|
10585
|
+
"sha": {
|
|
10586
|
+
"type": "string"
|
|
10587
|
+
},
|
|
10588
|
+
"prId": {
|
|
10589
|
+
"nullable": true,
|
|
10590
|
+
"type": "number"
|
|
10591
|
+
}
|
|
10592
|
+
},
|
|
10593
|
+
"required": [
|
|
10594
|
+
"type",
|
|
10595
|
+
"host",
|
|
10596
|
+
"org",
|
|
10597
|
+
"repo"
|
|
10598
|
+
],
|
|
10599
|
+
"type": "object"
|
|
10600
|
+
},
|
|
10601
|
+
{
|
|
10602
|
+
"properties": {
|
|
10603
|
+
"type": {
|
|
10604
|
+
"type": "string",
|
|
10605
|
+
"enum": [
|
|
10606
|
+
"gitlab"
|
|
10607
|
+
]
|
|
10608
|
+
},
|
|
10609
|
+
"projectId": {
|
|
10291
10610
|
"oneOf": [
|
|
10292
10611
|
{
|
|
10293
10612
|
"type": "string"
|
|
@@ -10439,6 +10758,42 @@
|
|
|
10439
10758
|
],
|
|
10440
10759
|
"type": "object"
|
|
10441
10760
|
},
|
|
10761
|
+
{
|
|
10762
|
+
"properties": {
|
|
10763
|
+
"type": {
|
|
10764
|
+
"type": "string",
|
|
10765
|
+
"enum": [
|
|
10766
|
+
"github"
|
|
10767
|
+
]
|
|
10768
|
+
},
|
|
10769
|
+
"host": {
|
|
10770
|
+
"type": "string"
|
|
10771
|
+
},
|
|
10772
|
+
"ref": {
|
|
10773
|
+
"type": "string"
|
|
10774
|
+
},
|
|
10775
|
+
"sha": {
|
|
10776
|
+
"type": "string"
|
|
10777
|
+
},
|
|
10778
|
+
"repoId": {
|
|
10779
|
+
"type": "number"
|
|
10780
|
+
},
|
|
10781
|
+
"org": {
|
|
10782
|
+
"type": "string"
|
|
10783
|
+
},
|
|
10784
|
+
"repo": {
|
|
10785
|
+
"type": "string"
|
|
10786
|
+
}
|
|
10787
|
+
},
|
|
10788
|
+
"required": [
|
|
10789
|
+
"type",
|
|
10790
|
+
"host",
|
|
10791
|
+
"ref",
|
|
10792
|
+
"sha",
|
|
10793
|
+
"repoId"
|
|
10794
|
+
],
|
|
10795
|
+
"type": "object"
|
|
10796
|
+
},
|
|
10442
10797
|
{
|
|
10443
10798
|
"properties": {
|
|
10444
10799
|
"type": {
|
|
@@ -11086,6 +11441,10 @@
|
|
|
11086
11441
|
"buildingAt": {
|
|
11087
11442
|
"type": "number"
|
|
11088
11443
|
},
|
|
11444
|
+
"buildContainerFinishedAt": {
|
|
11445
|
+
"type": "number",
|
|
11446
|
+
"description": "Since April 2025 it necessary for On-Demand Concurrency Minutes calculation"
|
|
11447
|
+
},
|
|
11089
11448
|
"buildSkipped": {
|
|
11090
11449
|
"type": "boolean"
|
|
11091
11450
|
},
|
|
@@ -11333,6 +11692,83 @@
|
|
|
11333
11692
|
],
|
|
11334
11693
|
"type": "object"
|
|
11335
11694
|
},
|
|
11695
|
+
{
|
|
11696
|
+
"properties": {
|
|
11697
|
+
"type": {
|
|
11698
|
+
"type": "string",
|
|
11699
|
+
"enum": [
|
|
11700
|
+
"github-custom-host"
|
|
11701
|
+
]
|
|
11702
|
+
},
|
|
11703
|
+
"host": {
|
|
11704
|
+
"type": "string"
|
|
11705
|
+
},
|
|
11706
|
+
"repoId": {
|
|
11707
|
+
"oneOf": [
|
|
11708
|
+
{
|
|
11709
|
+
"type": "string"
|
|
11710
|
+
},
|
|
11711
|
+
{
|
|
11712
|
+
"type": "number"
|
|
11713
|
+
}
|
|
11714
|
+
]
|
|
11715
|
+
},
|
|
11716
|
+
"ref": {
|
|
11717
|
+
"nullable": true,
|
|
11718
|
+
"type": "string"
|
|
11719
|
+
},
|
|
11720
|
+
"sha": {
|
|
11721
|
+
"type": "string"
|
|
11722
|
+
},
|
|
11723
|
+
"prId": {
|
|
11724
|
+
"nullable": true,
|
|
11725
|
+
"type": "number"
|
|
11726
|
+
}
|
|
11727
|
+
},
|
|
11728
|
+
"required": [
|
|
11729
|
+
"type",
|
|
11730
|
+
"host",
|
|
11731
|
+
"repoId"
|
|
11732
|
+
],
|
|
11733
|
+
"type": "object"
|
|
11734
|
+
},
|
|
11735
|
+
{
|
|
11736
|
+
"properties": {
|
|
11737
|
+
"type": {
|
|
11738
|
+
"type": "string",
|
|
11739
|
+
"enum": [
|
|
11740
|
+
"github-custom-host"
|
|
11741
|
+
]
|
|
11742
|
+
},
|
|
11743
|
+
"host": {
|
|
11744
|
+
"type": "string"
|
|
11745
|
+
},
|
|
11746
|
+
"org": {
|
|
11747
|
+
"type": "string"
|
|
11748
|
+
},
|
|
11749
|
+
"repo": {
|
|
11750
|
+
"type": "string"
|
|
11751
|
+
},
|
|
11752
|
+
"ref": {
|
|
11753
|
+
"nullable": true,
|
|
11754
|
+
"type": "string"
|
|
11755
|
+
},
|
|
11756
|
+
"sha": {
|
|
11757
|
+
"type": "string"
|
|
11758
|
+
},
|
|
11759
|
+
"prId": {
|
|
11760
|
+
"nullable": true,
|
|
11761
|
+
"type": "number"
|
|
11762
|
+
}
|
|
11763
|
+
},
|
|
11764
|
+
"required": [
|
|
11765
|
+
"type",
|
|
11766
|
+
"host",
|
|
11767
|
+
"org",
|
|
11768
|
+
"repo"
|
|
11769
|
+
],
|
|
11770
|
+
"type": "object"
|
|
11771
|
+
},
|
|
11336
11772
|
{
|
|
11337
11773
|
"properties": {
|
|
11338
11774
|
"type": {
|
|
@@ -11493,6 +11929,42 @@
|
|
|
11493
11929
|
],
|
|
11494
11930
|
"type": "object"
|
|
11495
11931
|
},
|
|
11932
|
+
{
|
|
11933
|
+
"properties": {
|
|
11934
|
+
"type": {
|
|
11935
|
+
"type": "string",
|
|
11936
|
+
"enum": [
|
|
11937
|
+
"github"
|
|
11938
|
+
]
|
|
11939
|
+
},
|
|
11940
|
+
"host": {
|
|
11941
|
+
"type": "string"
|
|
11942
|
+
},
|
|
11943
|
+
"ref": {
|
|
11944
|
+
"type": "string"
|
|
11945
|
+
},
|
|
11946
|
+
"sha": {
|
|
11947
|
+
"type": "string"
|
|
11948
|
+
},
|
|
11949
|
+
"repoId": {
|
|
11950
|
+
"type": "number"
|
|
11951
|
+
},
|
|
11952
|
+
"org": {
|
|
11953
|
+
"type": "string"
|
|
11954
|
+
},
|
|
11955
|
+
"repo": {
|
|
11956
|
+
"type": "string"
|
|
11957
|
+
}
|
|
11958
|
+
},
|
|
11959
|
+
"required": [
|
|
11960
|
+
"type",
|
|
11961
|
+
"host",
|
|
11962
|
+
"ref",
|
|
11963
|
+
"sha",
|
|
11964
|
+
"repoId"
|
|
11965
|
+
],
|
|
11966
|
+
"type": "object"
|
|
11967
|
+
},
|
|
11496
11968
|
{
|
|
11497
11969
|
"properties": {
|
|
11498
11970
|
"type": {
|
|
@@ -13375,6 +13847,10 @@
|
|
|
13375
13847
|
"buildingAt": {
|
|
13376
13848
|
"type": "number"
|
|
13377
13849
|
},
|
|
13850
|
+
"buildContainerFinishedAt": {
|
|
13851
|
+
"type": "number",
|
|
13852
|
+
"description": "Since April 2025 it necessary for On-Demand Concurrency Minutes calculation"
|
|
13853
|
+
},
|
|
13378
13854
|
"buildSkipped": {
|
|
13379
13855
|
"type": "boolean"
|
|
13380
13856
|
},
|
|
@@ -13702,6 +14178,83 @@
|
|
|
13702
14178
|
],
|
|
13703
14179
|
"type": "object"
|
|
13704
14180
|
},
|
|
14181
|
+
{
|
|
14182
|
+
"properties": {
|
|
14183
|
+
"type": {
|
|
14184
|
+
"type": "string",
|
|
14185
|
+
"enum": [
|
|
14186
|
+
"github-custom-host"
|
|
14187
|
+
]
|
|
14188
|
+
},
|
|
14189
|
+
"host": {
|
|
14190
|
+
"type": "string"
|
|
14191
|
+
},
|
|
14192
|
+
"repoId": {
|
|
14193
|
+
"oneOf": [
|
|
14194
|
+
{
|
|
14195
|
+
"type": "string"
|
|
14196
|
+
},
|
|
14197
|
+
{
|
|
14198
|
+
"type": "number"
|
|
14199
|
+
}
|
|
14200
|
+
]
|
|
14201
|
+
},
|
|
14202
|
+
"ref": {
|
|
14203
|
+
"nullable": true,
|
|
14204
|
+
"type": "string"
|
|
14205
|
+
},
|
|
14206
|
+
"sha": {
|
|
14207
|
+
"type": "string"
|
|
14208
|
+
},
|
|
14209
|
+
"prId": {
|
|
14210
|
+
"nullable": true,
|
|
14211
|
+
"type": "number"
|
|
14212
|
+
}
|
|
14213
|
+
},
|
|
14214
|
+
"required": [
|
|
14215
|
+
"type",
|
|
14216
|
+
"host",
|
|
14217
|
+
"repoId"
|
|
14218
|
+
],
|
|
14219
|
+
"type": "object"
|
|
14220
|
+
},
|
|
14221
|
+
{
|
|
14222
|
+
"properties": {
|
|
14223
|
+
"type": {
|
|
14224
|
+
"type": "string",
|
|
14225
|
+
"enum": [
|
|
14226
|
+
"github-custom-host"
|
|
14227
|
+
]
|
|
14228
|
+
},
|
|
14229
|
+
"host": {
|
|
14230
|
+
"type": "string"
|
|
14231
|
+
},
|
|
14232
|
+
"org": {
|
|
14233
|
+
"type": "string"
|
|
14234
|
+
},
|
|
14235
|
+
"repo": {
|
|
14236
|
+
"type": "string"
|
|
14237
|
+
},
|
|
14238
|
+
"ref": {
|
|
14239
|
+
"nullable": true,
|
|
14240
|
+
"type": "string"
|
|
14241
|
+
},
|
|
14242
|
+
"sha": {
|
|
14243
|
+
"type": "string"
|
|
14244
|
+
},
|
|
14245
|
+
"prId": {
|
|
14246
|
+
"nullable": true,
|
|
14247
|
+
"type": "number"
|
|
14248
|
+
}
|
|
14249
|
+
},
|
|
14250
|
+
"required": [
|
|
14251
|
+
"type",
|
|
14252
|
+
"host",
|
|
14253
|
+
"org",
|
|
14254
|
+
"repo"
|
|
14255
|
+
],
|
|
14256
|
+
"type": "object"
|
|
14257
|
+
},
|
|
13705
14258
|
{
|
|
13706
14259
|
"properties": {
|
|
13707
14260
|
"type": {
|
|
@@ -13862,6 +14415,42 @@
|
|
|
13862
14415
|
],
|
|
13863
14416
|
"type": "object"
|
|
13864
14417
|
},
|
|
14418
|
+
{
|
|
14419
|
+
"properties": {
|
|
14420
|
+
"type": {
|
|
14421
|
+
"type": "string",
|
|
14422
|
+
"enum": [
|
|
14423
|
+
"github"
|
|
14424
|
+
]
|
|
14425
|
+
},
|
|
14426
|
+
"host": {
|
|
14427
|
+
"type": "string"
|
|
14428
|
+
},
|
|
14429
|
+
"ref": {
|
|
14430
|
+
"type": "string"
|
|
14431
|
+
},
|
|
14432
|
+
"sha": {
|
|
14433
|
+
"type": "string"
|
|
14434
|
+
},
|
|
14435
|
+
"repoId": {
|
|
14436
|
+
"type": "number"
|
|
14437
|
+
},
|
|
14438
|
+
"org": {
|
|
14439
|
+
"type": "string"
|
|
14440
|
+
},
|
|
14441
|
+
"repo": {
|
|
14442
|
+
"type": "string"
|
|
14443
|
+
}
|
|
14444
|
+
},
|
|
14445
|
+
"required": [
|
|
14446
|
+
"type",
|
|
14447
|
+
"host",
|
|
14448
|
+
"ref",
|
|
14449
|
+
"sha",
|
|
14450
|
+
"repoId"
|
|
14451
|
+
],
|
|
14452
|
+
"type": "object"
|
|
14453
|
+
},
|
|
13865
14454
|
{
|
|
13866
14455
|
"properties": {
|
|
13867
14456
|
"type": {
|
|
@@ -14003,8 +14592,8 @@
|
|
|
14003
14592
|
"nullable": true,
|
|
14004
14593
|
"type": "string",
|
|
14005
14594
|
"enum": [
|
|
14006
|
-
"
|
|
14007
|
-
"
|
|
14595
|
+
"staging",
|
|
14596
|
+
"production"
|
|
14008
14597
|
]
|
|
14009
14598
|
},
|
|
14010
14599
|
"type": {
|
|
@@ -18004,161 +18593,21 @@
|
|
|
18004
18593
|
}
|
|
18005
18594
|
},
|
|
18006
18595
|
"/v1/log-drains/{id}": {
|
|
18007
|
-
"
|
|
18008
|
-
"description": "
|
|
18009
|
-
"operationId": "
|
|
18596
|
+
"delete": {
|
|
18597
|
+
"description": "Deletes a Configurable Log Drain. This endpoint must be called with a team AccessToken (integration OAuth2 clients are not allowed). Only log drains owned by the authenticated team can be deleted.",
|
|
18598
|
+
"operationId": "deleteConfigurableLogDrain",
|
|
18010
18599
|
"security": [
|
|
18011
18600
|
{
|
|
18012
18601
|
"bearerToken": []
|
|
18013
18602
|
}
|
|
18014
18603
|
],
|
|
18015
|
-
"summary": "
|
|
18604
|
+
"summary": "Deletes a Configurable Log Drain",
|
|
18016
18605
|
"tags": [
|
|
18017
18606
|
"logDrains"
|
|
18018
18607
|
],
|
|
18019
18608
|
"responses": {
|
|
18020
|
-
"
|
|
18021
|
-
"description": ""
|
|
18022
|
-
"content": {
|
|
18023
|
-
"application/json": {
|
|
18024
|
-
"schema": {
|
|
18025
|
-
"properties": {
|
|
18026
|
-
"clientId": {
|
|
18027
|
-
"type": "string"
|
|
18028
|
-
},
|
|
18029
|
-
"configurationId": {
|
|
18030
|
-
"type": "string"
|
|
18031
|
-
},
|
|
18032
|
-
"sources": {
|
|
18033
|
-
"items": {
|
|
18034
|
-
"type": "string",
|
|
18035
|
-
"enum": [
|
|
18036
|
-
"build",
|
|
18037
|
-
"edge",
|
|
18038
|
-
"lambda",
|
|
18039
|
-
"static",
|
|
18040
|
-
"external",
|
|
18041
|
-
"firewall"
|
|
18042
|
-
]
|
|
18043
|
-
},
|
|
18044
|
-
"type": "array"
|
|
18045
|
-
},
|
|
18046
|
-
"environments": {
|
|
18047
|
-
"items": {
|
|
18048
|
-
"type": "string",
|
|
18049
|
-
"enum": [
|
|
18050
|
-
"production",
|
|
18051
|
-
"preview"
|
|
18052
|
-
]
|
|
18053
|
-
},
|
|
18054
|
-
"type": "array"
|
|
18055
|
-
},
|
|
18056
|
-
"disabledBy": {
|
|
18057
|
-
"type": "string"
|
|
18058
|
-
},
|
|
18059
|
-
"firstErrorTimestamp": {
|
|
18060
|
-
"type": "number"
|
|
18061
|
-
},
|
|
18062
|
-
"samplingRate": {
|
|
18063
|
-
"type": "number"
|
|
18064
|
-
},
|
|
18065
|
-
"hideIpAddresses": {
|
|
18066
|
-
"type": "boolean"
|
|
18067
|
-
},
|
|
18068
|
-
"id": {
|
|
18069
|
-
"type": "string"
|
|
18070
|
-
},
|
|
18071
|
-
"createdAt": {
|
|
18072
|
-
"type": "number"
|
|
18073
|
-
},
|
|
18074
|
-
"deletedAt": {
|
|
18075
|
-
"nullable": true,
|
|
18076
|
-
"type": "number"
|
|
18077
|
-
},
|
|
18078
|
-
"updatedAt": {
|
|
18079
|
-
"type": "number"
|
|
18080
|
-
},
|
|
18081
|
-
"url": {
|
|
18082
|
-
"type": "string"
|
|
18083
|
-
},
|
|
18084
|
-
"headers": {
|
|
18085
|
-
"additionalProperties": {
|
|
18086
|
-
"type": "string"
|
|
18087
|
-
},
|
|
18088
|
-
"type": "object"
|
|
18089
|
-
},
|
|
18090
|
-
"projectIds": {
|
|
18091
|
-
"items": {
|
|
18092
|
-
"type": "string"
|
|
18093
|
-
},
|
|
18094
|
-
"type": "array"
|
|
18095
|
-
},
|
|
18096
|
-
"name": {
|
|
18097
|
-
"type": "string"
|
|
18098
|
-
},
|
|
18099
|
-
"teamId": {
|
|
18100
|
-
"nullable": true,
|
|
18101
|
-
"type": "string"
|
|
18102
|
-
},
|
|
18103
|
-
"ownerId": {
|
|
18104
|
-
"type": "string"
|
|
18105
|
-
},
|
|
18106
|
-
"createdFrom": {
|
|
18107
|
-
"type": "string",
|
|
18108
|
-
"enum": [
|
|
18109
|
-
"self-served",
|
|
18110
|
-
"integration"
|
|
18111
|
-
]
|
|
18112
|
-
},
|
|
18113
|
-
"deliveryFormat": {
|
|
18114
|
-
"type": "string",
|
|
18115
|
-
"enum": [
|
|
18116
|
-
"json",
|
|
18117
|
-
"ndjson",
|
|
18118
|
-
"syslog",
|
|
18119
|
-
"protobuf"
|
|
18120
|
-
]
|
|
18121
|
-
},
|
|
18122
|
-
"status": {
|
|
18123
|
-
"type": "string",
|
|
18124
|
-
"enum": [
|
|
18125
|
-
"enabled",
|
|
18126
|
-
"disabled",
|
|
18127
|
-
"errored"
|
|
18128
|
-
]
|
|
18129
|
-
},
|
|
18130
|
-
"disabledAt": {
|
|
18131
|
-
"type": "number"
|
|
18132
|
-
},
|
|
18133
|
-
"disabledReason": {
|
|
18134
|
-
"type": "string",
|
|
18135
|
-
"enum": [
|
|
18136
|
-
"disabled-by-owner",
|
|
18137
|
-
"feature-not-available",
|
|
18138
|
-
"account-plan-downgrade",
|
|
18139
|
-
"disabled-by-admin"
|
|
18140
|
-
]
|
|
18141
|
-
},
|
|
18142
|
-
"secret": {
|
|
18143
|
-
"type": "string"
|
|
18144
|
-
}
|
|
18145
|
-
},
|
|
18146
|
-
"required": [
|
|
18147
|
-
"environments",
|
|
18148
|
-
"id",
|
|
18149
|
-
"createdAt",
|
|
18150
|
-
"deletedAt",
|
|
18151
|
-
"updatedAt",
|
|
18152
|
-
"url",
|
|
18153
|
-
"name",
|
|
18154
|
-
"ownerId",
|
|
18155
|
-
"deliveryFormat",
|
|
18156
|
-
"secret"
|
|
18157
|
-
],
|
|
18158
|
-
"type": "object"
|
|
18159
|
-
}
|
|
18160
|
-
}
|
|
18161
|
-
}
|
|
18609
|
+
"204": {
|
|
18610
|
+
"description": ""
|
|
18162
18611
|
},
|
|
18163
18612
|
"400": {
|
|
18164
18613
|
"description": "One of the provided values in the request query is invalid.",
|
|
@@ -18222,699 +18671,107 @@
|
|
|
18222
18671
|
}
|
|
18223
18672
|
}
|
|
18224
18673
|
]
|
|
18225
|
-
}
|
|
18226
|
-
|
|
18227
|
-
|
|
18228
|
-
|
|
18674
|
+
}
|
|
18675
|
+
},
|
|
18676
|
+
"/v1/edge-config": {
|
|
18677
|
+
"get": {
|
|
18678
|
+
"description": "Returns all Edge Configs.",
|
|
18679
|
+
"operationId": "getEdgeConfigs",
|
|
18229
18680
|
"security": [
|
|
18230
18681
|
{
|
|
18231
18682
|
"bearerToken": []
|
|
18232
18683
|
}
|
|
18233
18684
|
],
|
|
18234
|
-
"summary": "
|
|
18685
|
+
"summary": "Get Edge Configs",
|
|
18235
18686
|
"tags": [
|
|
18236
|
-
"
|
|
18687
|
+
"edge-config"
|
|
18237
18688
|
],
|
|
18238
18689
|
"responses": {
|
|
18239
|
-
"
|
|
18240
|
-
"description": ""
|
|
18241
|
-
|
|
18242
|
-
|
|
18243
|
-
|
|
18244
|
-
|
|
18245
|
-
|
|
18246
|
-
|
|
18247
|
-
|
|
18248
|
-
|
|
18249
|
-
|
|
18250
|
-
|
|
18251
|
-
|
|
18252
|
-
|
|
18253
|
-
|
|
18254
|
-
|
|
18255
|
-
|
|
18256
|
-
|
|
18257
|
-
|
|
18258
|
-
|
|
18259
|
-
|
|
18260
|
-
|
|
18261
|
-
|
|
18262
|
-
|
|
18263
|
-
|
|
18264
|
-
|
|
18265
|
-
|
|
18266
|
-
|
|
18267
|
-
|
|
18268
|
-
|
|
18269
|
-
|
|
18270
|
-
|
|
18271
|
-
|
|
18272
|
-
|
|
18273
|
-
|
|
18274
|
-
|
|
18275
|
-
|
|
18276
|
-
|
|
18277
|
-
|
|
18278
|
-
|
|
18279
|
-
|
|
18280
|
-
|
|
18281
|
-
|
|
18282
|
-
|
|
18283
|
-
|
|
18284
|
-
|
|
18285
|
-
|
|
18286
|
-
|
|
18287
|
-
|
|
18288
|
-
|
|
18289
|
-
|
|
18290
|
-
|
|
18291
|
-
|
|
18292
|
-
|
|
18293
|
-
|
|
18294
|
-
|
|
18295
|
-
|
|
18296
|
-
|
|
18297
|
-
|
|
18298
|
-
|
|
18299
|
-
|
|
18300
|
-
|
|
18301
|
-
|
|
18302
|
-
|
|
18303
|
-
|
|
18304
|
-
|
|
18305
|
-
|
|
18306
|
-
|
|
18307
|
-
|
|
18308
|
-
|
|
18309
|
-
|
|
18310
|
-
|
|
18311
|
-
|
|
18312
|
-
|
|
18313
|
-
|
|
18314
|
-
|
|
18315
|
-
|
|
18316
|
-
|
|
18317
|
-
|
|
18318
|
-
|
|
18319
|
-
|
|
18320
|
-
|
|
18321
|
-
|
|
18322
|
-
|
|
18323
|
-
|
|
18324
|
-
"schema": {
|
|
18325
|
-
"items": {
|
|
18326
|
-
"properties": {
|
|
18327
|
-
"clientId": {
|
|
18328
|
-
"type": "string"
|
|
18329
|
-
},
|
|
18330
|
-
"configurationId": {
|
|
18331
|
-
"type": "string"
|
|
18332
|
-
},
|
|
18333
|
-
"sources": {
|
|
18334
|
-
"items": {
|
|
18335
|
-
"type": "string",
|
|
18336
|
-
"enum": [
|
|
18337
|
-
"build",
|
|
18338
|
-
"edge",
|
|
18339
|
-
"lambda",
|
|
18340
|
-
"static",
|
|
18341
|
-
"external",
|
|
18342
|
-
"firewall"
|
|
18343
|
-
]
|
|
18344
|
-
},
|
|
18345
|
-
"type": "array"
|
|
18346
|
-
},
|
|
18347
|
-
"environments": {
|
|
18348
|
-
"items": {
|
|
18349
|
-
"type": "string",
|
|
18350
|
-
"enum": [
|
|
18351
|
-
"production",
|
|
18352
|
-
"preview"
|
|
18353
|
-
]
|
|
18354
|
-
},
|
|
18355
|
-
"type": "array"
|
|
18356
|
-
},
|
|
18357
|
-
"disabledBy": {
|
|
18358
|
-
"type": "string"
|
|
18359
|
-
},
|
|
18360
|
-
"firstErrorTimestamp": {
|
|
18361
|
-
"type": "number"
|
|
18362
|
-
},
|
|
18363
|
-
"samplingRate": {
|
|
18364
|
-
"type": "number"
|
|
18365
|
-
},
|
|
18366
|
-
"hideIpAddresses": {
|
|
18367
|
-
"type": "boolean"
|
|
18368
|
-
},
|
|
18369
|
-
"id": {
|
|
18370
|
-
"type": "string"
|
|
18371
|
-
},
|
|
18372
|
-
"createdAt": {
|
|
18373
|
-
"type": "number"
|
|
18374
|
-
},
|
|
18375
|
-
"deletedAt": {
|
|
18376
|
-
"nullable": true,
|
|
18377
|
-
"type": "number"
|
|
18378
|
-
},
|
|
18379
|
-
"updatedAt": {
|
|
18380
|
-
"type": "number"
|
|
18381
|
-
},
|
|
18382
|
-
"url": {
|
|
18383
|
-
"type": "string"
|
|
18384
|
-
},
|
|
18385
|
-
"headers": {
|
|
18386
|
-
"additionalProperties": {
|
|
18387
|
-
"type": "string"
|
|
18388
|
-
},
|
|
18389
|
-
"type": "object"
|
|
18390
|
-
},
|
|
18391
|
-
"projectIds": {
|
|
18392
|
-
"items": {
|
|
18393
|
-
"type": "string"
|
|
18394
|
-
},
|
|
18395
|
-
"type": "array"
|
|
18396
|
-
},
|
|
18397
|
-
"name": {
|
|
18398
|
-
"type": "string"
|
|
18399
|
-
},
|
|
18400
|
-
"teamId": {
|
|
18401
|
-
"nullable": true,
|
|
18402
|
-
"type": "string"
|
|
18403
|
-
},
|
|
18404
|
-
"ownerId": {
|
|
18405
|
-
"type": "string"
|
|
18406
|
-
},
|
|
18407
|
-
"createdFrom": {
|
|
18408
|
-
"type": "string",
|
|
18409
|
-
"enum": [
|
|
18410
|
-
"self-served",
|
|
18411
|
-
"integration",
|
|
18412
|
-
"integration"
|
|
18413
|
-
]
|
|
18414
|
-
},
|
|
18415
|
-
"deliveryFormat": {
|
|
18416
|
-
"type": "string",
|
|
18417
|
-
"enum": [
|
|
18418
|
-
"json",
|
|
18419
|
-
"ndjson",
|
|
18420
|
-
"syslog",
|
|
18421
|
-
"protobuf"
|
|
18422
|
-
]
|
|
18423
|
-
},
|
|
18424
|
-
"status": {
|
|
18425
|
-
"type": "string",
|
|
18426
|
-
"enum": [
|
|
18427
|
-
"enabled",
|
|
18428
|
-
"disabled",
|
|
18429
|
-
"errored"
|
|
18430
|
-
]
|
|
18431
|
-
},
|
|
18432
|
-
"disabledAt": {
|
|
18433
|
-
"type": "number"
|
|
18434
|
-
},
|
|
18435
|
-
"disabledReason": {
|
|
18436
|
-
"type": "string",
|
|
18437
|
-
"enum": [
|
|
18438
|
-
"disabled-by-owner",
|
|
18439
|
-
"feature-not-available",
|
|
18440
|
-
"account-plan-downgrade",
|
|
18441
|
-
"disabled-by-admin"
|
|
18442
|
-
]
|
|
18443
|
-
},
|
|
18444
|
-
"secret": {
|
|
18445
|
-
"type": "string"
|
|
18446
|
-
}
|
|
18447
|
-
},
|
|
18448
|
-
"type": "object",
|
|
18449
|
-
"required": [
|
|
18450
|
-
"id",
|
|
18451
|
-
"deliveryFormat",
|
|
18452
|
-
"url",
|
|
18453
|
-
"name",
|
|
18454
|
-
"ownerId",
|
|
18455
|
-
"createdAt",
|
|
18456
|
-
"deletedAt",
|
|
18457
|
-
"updatedAt",
|
|
18458
|
-
"environments"
|
|
18459
|
-
]
|
|
18460
|
-
},
|
|
18461
|
-
"type": "array"
|
|
18462
|
-
}
|
|
18463
|
-
}
|
|
18464
|
-
}
|
|
18465
|
-
},
|
|
18466
|
-
"400": {
|
|
18467
|
-
"description": "One of the provided values in the request query is invalid.",
|
|
18468
|
-
"content": {
|
|
18469
|
-
"application/json": {
|
|
18470
|
-
"schema": {
|
|
18471
|
-
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
18472
|
-
}
|
|
18473
|
-
}
|
|
18474
|
-
}
|
|
18475
|
-
},
|
|
18476
|
-
"401": {
|
|
18477
|
-
"description": "",
|
|
18478
|
-
"content": {
|
|
18479
|
-
"application/json": {
|
|
18480
|
-
"schema": {
|
|
18481
|
-
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
18482
|
-
}
|
|
18483
|
-
}
|
|
18484
|
-
}
|
|
18485
|
-
},
|
|
18486
|
-
"403": {
|
|
18487
|
-
"description": "You do not have permission to access this resource."
|
|
18488
|
-
}
|
|
18489
|
-
},
|
|
18490
|
-
"parameters": [
|
|
18491
|
-
{
|
|
18492
|
-
"name": "projectId",
|
|
18493
|
-
"in": "query",
|
|
18494
|
-
"schema": {
|
|
18495
|
-
"pattern": "^[a-zA-z0-9_]+$",
|
|
18496
|
-
"type": "string"
|
|
18497
|
-
}
|
|
18498
|
-
},
|
|
18499
|
-
{
|
|
18500
|
-
"name": "projectIdOrName",
|
|
18501
|
-
"in": "query",
|
|
18502
|
-
"schema": {
|
|
18503
|
-
"type": "string"
|
|
18504
|
-
}
|
|
18505
|
-
},
|
|
18506
|
-
{
|
|
18507
|
-
"description": "The Team identifier to perform the request on behalf of.",
|
|
18508
|
-
"in": "query",
|
|
18509
|
-
"name": "teamId",
|
|
18510
|
-
"schema": {
|
|
18511
|
-
"type": "string",
|
|
18512
|
-
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
18513
|
-
}
|
|
18514
|
-
},
|
|
18515
|
-
{
|
|
18516
|
-
"description": "The Team slug to perform the request on behalf of.",
|
|
18517
|
-
"in": "query",
|
|
18518
|
-
"name": "slug",
|
|
18519
|
-
"schema": {
|
|
18520
|
-
"type": "string",
|
|
18521
|
-
"example": "my-team-url-slug"
|
|
18522
|
-
}
|
|
18523
|
-
}
|
|
18524
|
-
]
|
|
18525
|
-
},
|
|
18526
|
-
"post": {
|
|
18527
|
-
"description": "Creates a configurable log drain. This endpoint must be called with a team AccessToken (integration OAuth2 clients are not allowed)",
|
|
18528
|
-
"operationId": "createConfigurableLogDrain",
|
|
18529
|
-
"security": [
|
|
18530
|
-
{
|
|
18531
|
-
"bearerToken": []
|
|
18532
|
-
}
|
|
18533
|
-
],
|
|
18534
|
-
"summary": "Creates a Configurable Log Drain",
|
|
18535
|
-
"tags": [
|
|
18536
|
-
"logDrains"
|
|
18537
|
-
],
|
|
18538
|
-
"responses": {
|
|
18539
|
-
"200": {
|
|
18540
|
-
"description": "",
|
|
18541
|
-
"content": {
|
|
18542
|
-
"application/json": {
|
|
18543
|
-
"schema": {
|
|
18544
|
-
"properties": {
|
|
18545
|
-
"secret": {
|
|
18546
|
-
"type": "string",
|
|
18547
|
-
"description": "The secret to validate the log-drain payload"
|
|
18548
|
-
},
|
|
18549
|
-
"clientId": {
|
|
18550
|
-
"type": "string"
|
|
18551
|
-
},
|
|
18552
|
-
"configurationId": {
|
|
18553
|
-
"type": "string"
|
|
18554
|
-
},
|
|
18555
|
-
"sources": {
|
|
18556
|
-
"items": {
|
|
18557
|
-
"type": "string",
|
|
18558
|
-
"enum": [
|
|
18559
|
-
"build",
|
|
18560
|
-
"edge",
|
|
18561
|
-
"lambda",
|
|
18562
|
-
"static",
|
|
18563
|
-
"external",
|
|
18564
|
-
"firewall"
|
|
18565
|
-
]
|
|
18566
|
-
},
|
|
18567
|
-
"type": "array"
|
|
18568
|
-
},
|
|
18569
|
-
"environments": {
|
|
18570
|
-
"items": {
|
|
18571
|
-
"type": "string",
|
|
18572
|
-
"enum": [
|
|
18573
|
-
"production",
|
|
18574
|
-
"preview"
|
|
18575
|
-
]
|
|
18576
|
-
},
|
|
18577
|
-
"type": "array"
|
|
18578
|
-
},
|
|
18579
|
-
"disabledBy": {
|
|
18580
|
-
"type": "string"
|
|
18581
|
-
},
|
|
18582
|
-
"firstErrorTimestamp": {
|
|
18583
|
-
"type": "number"
|
|
18584
|
-
},
|
|
18585
|
-
"samplingRate": {
|
|
18586
|
-
"type": "number"
|
|
18587
|
-
},
|
|
18588
|
-
"hideIpAddresses": {
|
|
18589
|
-
"type": "boolean"
|
|
18590
|
-
},
|
|
18591
|
-
"id": {
|
|
18592
|
-
"type": "string"
|
|
18593
|
-
},
|
|
18594
|
-
"createdAt": {
|
|
18595
|
-
"type": "number"
|
|
18596
|
-
},
|
|
18597
|
-
"deletedAt": {
|
|
18598
|
-
"nullable": true,
|
|
18599
|
-
"type": "number"
|
|
18600
|
-
},
|
|
18601
|
-
"updatedAt": {
|
|
18602
|
-
"type": "number"
|
|
18603
|
-
},
|
|
18604
|
-
"url": {
|
|
18605
|
-
"type": "string"
|
|
18606
|
-
},
|
|
18607
|
-
"headers": {
|
|
18608
|
-
"additionalProperties": {
|
|
18609
|
-
"type": "string"
|
|
18610
|
-
},
|
|
18611
|
-
"type": "object"
|
|
18612
|
-
},
|
|
18613
|
-
"projectIds": {
|
|
18614
|
-
"items": {
|
|
18615
|
-
"type": "string"
|
|
18616
|
-
},
|
|
18617
|
-
"type": "array"
|
|
18618
|
-
},
|
|
18619
|
-
"name": {
|
|
18620
|
-
"type": "string"
|
|
18621
|
-
},
|
|
18622
|
-
"teamId": {
|
|
18623
|
-
"nullable": true,
|
|
18624
|
-
"type": "string"
|
|
18625
|
-
},
|
|
18626
|
-
"ownerId": {
|
|
18627
|
-
"type": "string"
|
|
18628
|
-
},
|
|
18629
|
-
"createdFrom": {
|
|
18630
|
-
"type": "string",
|
|
18631
|
-
"enum": [
|
|
18632
|
-
"self-served",
|
|
18633
|
-
"integration"
|
|
18634
|
-
]
|
|
18635
|
-
},
|
|
18636
|
-
"deliveryFormat": {
|
|
18637
|
-
"type": "string",
|
|
18638
|
-
"enum": [
|
|
18639
|
-
"json",
|
|
18640
|
-
"ndjson",
|
|
18641
|
-
"syslog",
|
|
18642
|
-
"protobuf"
|
|
18643
|
-
]
|
|
18644
|
-
},
|
|
18645
|
-
"status": {
|
|
18646
|
-
"type": "string",
|
|
18647
|
-
"enum": [
|
|
18648
|
-
"enabled",
|
|
18649
|
-
"disabled",
|
|
18650
|
-
"errored"
|
|
18651
|
-
]
|
|
18652
|
-
},
|
|
18653
|
-
"disabledAt": {
|
|
18654
|
-
"type": "number"
|
|
18655
|
-
},
|
|
18656
|
-
"disabledReason": {
|
|
18657
|
-
"type": "string",
|
|
18658
|
-
"enum": [
|
|
18659
|
-
"disabled-by-owner",
|
|
18660
|
-
"feature-not-available",
|
|
18661
|
-
"account-plan-downgrade",
|
|
18662
|
-
"disabled-by-admin"
|
|
18663
|
-
]
|
|
18664
|
-
}
|
|
18665
|
-
},
|
|
18666
|
-
"required": [
|
|
18667
|
-
"environments",
|
|
18668
|
-
"id",
|
|
18669
|
-
"createdAt",
|
|
18670
|
-
"deletedAt",
|
|
18671
|
-
"updatedAt",
|
|
18672
|
-
"url",
|
|
18673
|
-
"name",
|
|
18674
|
-
"ownerId",
|
|
18675
|
-
"deliveryFormat"
|
|
18676
|
-
],
|
|
18677
|
-
"type": "object"
|
|
18678
|
-
}
|
|
18679
|
-
}
|
|
18680
|
-
}
|
|
18681
|
-
},
|
|
18682
|
-
"400": {
|
|
18683
|
-
"description": "One of the provided values in the request body is invalid.",
|
|
18684
|
-
"content": {
|
|
18685
|
-
"application/json": {
|
|
18686
|
-
"schema": {
|
|
18687
|
-
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
18688
|
-
}
|
|
18689
|
-
}
|
|
18690
|
-
}
|
|
18691
|
-
},
|
|
18692
|
-
"401": {
|
|
18693
|
-
"description": "",
|
|
18694
|
-
"content": {
|
|
18695
|
-
"application/json": {
|
|
18696
|
-
"schema": {
|
|
18697
|
-
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
18698
|
-
}
|
|
18699
|
-
}
|
|
18700
|
-
}
|
|
18701
|
-
},
|
|
18702
|
-
"403": {
|
|
18703
|
-
"description": "You do not have permission to access this resource."
|
|
18704
|
-
}
|
|
18705
|
-
},
|
|
18706
|
-
"parameters": [
|
|
18707
|
-
{
|
|
18708
|
-
"description": "The Team identifier to perform the request on behalf of.",
|
|
18709
|
-
"in": "query",
|
|
18710
|
-
"name": "teamId",
|
|
18711
|
-
"schema": {
|
|
18712
|
-
"type": "string",
|
|
18713
|
-
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
18714
|
-
}
|
|
18715
|
-
},
|
|
18716
|
-
{
|
|
18717
|
-
"description": "The Team slug to perform the request on behalf of.",
|
|
18718
|
-
"in": "query",
|
|
18719
|
-
"name": "slug",
|
|
18720
|
-
"schema": {
|
|
18721
|
-
"type": "string",
|
|
18722
|
-
"example": "my-team-url-slug"
|
|
18723
|
-
}
|
|
18724
|
-
}
|
|
18725
|
-
],
|
|
18726
|
-
"requestBody": {
|
|
18727
|
-
"content": {
|
|
18728
|
-
"application/json": {
|
|
18729
|
-
"schema": {
|
|
18730
|
-
"type": "object",
|
|
18731
|
-
"additionalProperties": false,
|
|
18732
|
-
"required": [
|
|
18733
|
-
"deliveryFormat",
|
|
18734
|
-
"url",
|
|
18735
|
-
"sources"
|
|
18736
|
-
],
|
|
18737
|
-
"properties": {
|
|
18738
|
-
"deliveryFormat": {
|
|
18739
|
-
"description": "The delivery log format",
|
|
18740
|
-
"example": "json",
|
|
18741
|
-
"enum": [
|
|
18742
|
-
"json",
|
|
18743
|
-
"ndjson"
|
|
18744
|
-
]
|
|
18745
|
-
},
|
|
18746
|
-
"url": {
|
|
18747
|
-
"description": "The log drain url",
|
|
18748
|
-
"format": "uri",
|
|
18749
|
-
"pattern": "^(http|https)?://",
|
|
18750
|
-
"type": "string"
|
|
18751
|
-
},
|
|
18752
|
-
"headers": {
|
|
18753
|
-
"description": "Headers to be sent together with the request",
|
|
18754
|
-
"type": "object",
|
|
18755
|
-
"additionalProperties": {
|
|
18756
|
-
"type": "string"
|
|
18757
|
-
}
|
|
18758
|
-
},
|
|
18759
|
-
"projectIds": {
|
|
18760
|
-
"minItems": 1,
|
|
18761
|
-
"maxItems": 50,
|
|
18762
|
-
"type": "array",
|
|
18763
|
-
"items": {
|
|
18764
|
-
"pattern": "^[a-zA-z0-9_]+$",
|
|
18765
|
-
"type": "string"
|
|
18766
|
-
}
|
|
18767
|
-
},
|
|
18768
|
-
"sources": {
|
|
18769
|
-
"type": "array",
|
|
18770
|
-
"uniqueItems": true,
|
|
18771
|
-
"items": {
|
|
18772
|
-
"type": "string",
|
|
18773
|
-
"enum": [
|
|
18774
|
-
"static",
|
|
18775
|
-
"lambda",
|
|
18776
|
-
"build",
|
|
18777
|
-
"edge",
|
|
18778
|
-
"external",
|
|
18779
|
-
"firewall"
|
|
18780
|
-
]
|
|
18781
|
-
},
|
|
18782
|
-
"minItems": 1
|
|
18783
|
-
},
|
|
18784
|
-
"environments": {
|
|
18785
|
-
"type": "array",
|
|
18786
|
-
"uniqueItems": true,
|
|
18787
|
-
"items": {
|
|
18788
|
-
"type": "string",
|
|
18789
|
-
"enum": [
|
|
18790
|
-
"preview",
|
|
18791
|
-
"production"
|
|
18792
|
-
]
|
|
18793
|
-
},
|
|
18794
|
-
"minItems": 1
|
|
18795
|
-
},
|
|
18796
|
-
"secret": {
|
|
18797
|
-
"description": "Custom secret of log drain",
|
|
18798
|
-
"type": "string"
|
|
18799
|
-
},
|
|
18800
|
-
"samplingRate": {
|
|
18801
|
-
"type": "number",
|
|
18802
|
-
"description": "The sampling rate for this log drain. It should be a percentage rate between 0 and 100. With max 2 decimal points",
|
|
18803
|
-
"minimum": 0.01,
|
|
18804
|
-
"maximum": 1,
|
|
18805
|
-
"multipleOf": 0.01
|
|
18806
|
-
},
|
|
18807
|
-
"name": {
|
|
18808
|
-
"type": "string",
|
|
18809
|
-
"description": "The custom name of this log drain."
|
|
18810
|
-
}
|
|
18811
|
-
}
|
|
18812
|
-
}
|
|
18813
|
-
}
|
|
18814
|
-
},
|
|
18815
|
-
"required": true
|
|
18816
|
-
}
|
|
18817
|
-
}
|
|
18818
|
-
},
|
|
18819
|
-
"/v1/edge-config": {
|
|
18820
|
-
"get": {
|
|
18821
|
-
"description": "Returns all Edge Configs.",
|
|
18822
|
-
"operationId": "getEdgeConfigs",
|
|
18823
|
-
"security": [
|
|
18824
|
-
{
|
|
18825
|
-
"bearerToken": []
|
|
18826
|
-
}
|
|
18827
|
-
],
|
|
18828
|
-
"summary": "Get Edge Configs",
|
|
18829
|
-
"tags": [
|
|
18830
|
-
"edge-config"
|
|
18831
|
-
],
|
|
18832
|
-
"responses": {
|
|
18833
|
-
"200": {
|
|
18834
|
-
"description": "List of all edge configs.",
|
|
18835
|
-
"content": {
|
|
18836
|
-
"application/json": {
|
|
18837
|
-
"schema": {
|
|
18838
|
-
"type": "array",
|
|
18839
|
-
"description": "List of all edge configs.",
|
|
18840
|
-
"items": {
|
|
18841
|
-
"properties": {
|
|
18842
|
-
"id": {
|
|
18843
|
-
"type": "string"
|
|
18844
|
-
},
|
|
18845
|
-
"createdAt": {
|
|
18846
|
-
"type": "number"
|
|
18847
|
-
},
|
|
18848
|
-
"ownerId": {
|
|
18849
|
-
"type": "string"
|
|
18850
|
-
},
|
|
18851
|
-
"slug": {
|
|
18852
|
-
"type": "string",
|
|
18853
|
-
"description": "Name for the Edge Config Names are not unique. Must start with an alphabetic character and can contain only alphanumeric characters and underscores)."
|
|
18854
|
-
},
|
|
18855
|
-
"updatedAt": {
|
|
18856
|
-
"type": "number"
|
|
18857
|
-
},
|
|
18858
|
-
"digest": {
|
|
18859
|
-
"type": "string"
|
|
18860
|
-
},
|
|
18861
|
-
"transfer": {
|
|
18862
|
-
"properties": {
|
|
18863
|
-
"fromAccountId": {
|
|
18864
|
-
"type": "string"
|
|
18865
|
-
},
|
|
18866
|
-
"startedAt": {
|
|
18867
|
-
"type": "number"
|
|
18868
|
-
},
|
|
18869
|
-
"doneAt": {
|
|
18870
|
-
"nullable": true,
|
|
18871
|
-
"type": "number"
|
|
18872
|
-
}
|
|
18873
|
-
},
|
|
18874
|
-
"required": [
|
|
18875
|
-
"fromAccountId",
|
|
18876
|
-
"startedAt",
|
|
18877
|
-
"doneAt"
|
|
18878
|
-
],
|
|
18879
|
-
"type": "object",
|
|
18880
|
-
"description": "Keeps track of the current state of the Edge Config while it gets transferred."
|
|
18881
|
-
},
|
|
18882
|
-
"schema": {
|
|
18883
|
-
"type": "object"
|
|
18884
|
-
},
|
|
18885
|
-
"purpose": {
|
|
18886
|
-
"properties": {
|
|
18887
|
-
"type": {
|
|
18888
|
-
"type": "string",
|
|
18889
|
-
"enum": [
|
|
18890
|
-
"flags"
|
|
18891
|
-
]
|
|
18892
|
-
},
|
|
18893
|
-
"projectId": {
|
|
18894
|
-
"type": "string"
|
|
18895
|
-
}
|
|
18896
|
-
},
|
|
18897
|
-
"required": [
|
|
18898
|
-
"type",
|
|
18899
|
-
"projectId"
|
|
18900
|
-
],
|
|
18901
|
-
"type": "object"
|
|
18902
|
-
},
|
|
18903
|
-
"sizeInBytes": {
|
|
18904
|
-
"type": "number"
|
|
18905
|
-
},
|
|
18906
|
-
"itemCount": {
|
|
18907
|
-
"type": "number"
|
|
18908
|
-
}
|
|
18909
|
-
},
|
|
18910
|
-
"required": [
|
|
18911
|
-
"sizeInBytes",
|
|
18912
|
-
"itemCount"
|
|
18913
|
-
]
|
|
18914
|
-
}
|
|
18915
|
-
}
|
|
18916
|
-
}
|
|
18917
|
-
}
|
|
18690
|
+
"200": {
|
|
18691
|
+
"description": "List of all edge configs.",
|
|
18692
|
+
"content": {
|
|
18693
|
+
"application/json": {
|
|
18694
|
+
"schema": {
|
|
18695
|
+
"type": "array",
|
|
18696
|
+
"description": "List of all edge configs.",
|
|
18697
|
+
"items": {
|
|
18698
|
+
"properties": {
|
|
18699
|
+
"id": {
|
|
18700
|
+
"type": "string"
|
|
18701
|
+
},
|
|
18702
|
+
"createdAt": {
|
|
18703
|
+
"type": "number"
|
|
18704
|
+
},
|
|
18705
|
+
"ownerId": {
|
|
18706
|
+
"type": "string"
|
|
18707
|
+
},
|
|
18708
|
+
"slug": {
|
|
18709
|
+
"type": "string",
|
|
18710
|
+
"description": "Name for the Edge Config Names are not unique. Must start with an alphabetic character and can contain only alphanumeric characters and underscores)."
|
|
18711
|
+
},
|
|
18712
|
+
"updatedAt": {
|
|
18713
|
+
"type": "number"
|
|
18714
|
+
},
|
|
18715
|
+
"digest": {
|
|
18716
|
+
"type": "string"
|
|
18717
|
+
},
|
|
18718
|
+
"transfer": {
|
|
18719
|
+
"properties": {
|
|
18720
|
+
"fromAccountId": {
|
|
18721
|
+
"type": "string"
|
|
18722
|
+
},
|
|
18723
|
+
"startedAt": {
|
|
18724
|
+
"type": "number"
|
|
18725
|
+
},
|
|
18726
|
+
"doneAt": {
|
|
18727
|
+
"nullable": true,
|
|
18728
|
+
"type": "number"
|
|
18729
|
+
}
|
|
18730
|
+
},
|
|
18731
|
+
"required": [
|
|
18732
|
+
"fromAccountId",
|
|
18733
|
+
"startedAt",
|
|
18734
|
+
"doneAt"
|
|
18735
|
+
],
|
|
18736
|
+
"type": "object",
|
|
18737
|
+
"description": "Keeps track of the current state of the Edge Config while it gets transferred."
|
|
18738
|
+
},
|
|
18739
|
+
"schema": {
|
|
18740
|
+
"type": "object"
|
|
18741
|
+
},
|
|
18742
|
+
"purpose": {
|
|
18743
|
+
"properties": {
|
|
18744
|
+
"type": {
|
|
18745
|
+
"type": "string",
|
|
18746
|
+
"enum": [
|
|
18747
|
+
"flags"
|
|
18748
|
+
]
|
|
18749
|
+
},
|
|
18750
|
+
"projectId": {
|
|
18751
|
+
"type": "string"
|
|
18752
|
+
}
|
|
18753
|
+
},
|
|
18754
|
+
"required": [
|
|
18755
|
+
"type",
|
|
18756
|
+
"projectId"
|
|
18757
|
+
],
|
|
18758
|
+
"type": "object"
|
|
18759
|
+
},
|
|
18760
|
+
"sizeInBytes": {
|
|
18761
|
+
"type": "number"
|
|
18762
|
+
},
|
|
18763
|
+
"itemCount": {
|
|
18764
|
+
"type": "number"
|
|
18765
|
+
}
|
|
18766
|
+
},
|
|
18767
|
+
"required": [
|
|
18768
|
+
"sizeInBytes",
|
|
18769
|
+
"itemCount"
|
|
18770
|
+
]
|
|
18771
|
+
}
|
|
18772
|
+
}
|
|
18773
|
+
}
|
|
18774
|
+
}
|
|
18918
18775
|
},
|
|
18919
18776
|
"400": {
|
|
18920
18777
|
"description": "One of the provided values in the request query is invalid.",
|
|
@@ -23376,7 +23233,8 @@
|
|
|
23376
23233
|
"tag_searching",
|
|
23377
23234
|
"tag_security",
|
|
23378
23235
|
"tag_testing",
|
|
23379
|
-
"tag_video"
|
|
23236
|
+
"tag_video",
|
|
23237
|
+
"tag_workflow"
|
|
23380
23238
|
]
|
|
23381
23239
|
},
|
|
23382
23240
|
"type": "array"
|
|
@@ -24330,6 +24188,13 @@
|
|
|
24330
24188
|
"redirect_uri": {
|
|
24331
24189
|
"type": "string",
|
|
24332
24190
|
"description": "The integration redirect URI"
|
|
24191
|
+
},
|
|
24192
|
+
"grant_type": {
|
|
24193
|
+
"type": "string",
|
|
24194
|
+
"description": "The grant type, when using x-www-form-urlencoded content type",
|
|
24195
|
+
"enum": [
|
|
24196
|
+
"authorization_code"
|
|
24197
|
+
]
|
|
24333
24198
|
}
|
|
24334
24199
|
}
|
|
24335
24200
|
}
|
|
@@ -24446,8 +24311,8 @@
|
|
|
24446
24311
|
"createdFrom": {
|
|
24447
24312
|
"type": "string",
|
|
24448
24313
|
"enum": [
|
|
24449
|
-
"
|
|
24450
|
-
"
|
|
24314
|
+
"integration",
|
|
24315
|
+
"self-served"
|
|
24451
24316
|
],
|
|
24452
24317
|
"description": "Whether the log drain was created by an integration or by a user",
|
|
24453
24318
|
"example": "integration"
|
|
@@ -24654,8 +24519,8 @@
|
|
|
24654
24519
|
"createdFrom": {
|
|
24655
24520
|
"type": "string",
|
|
24656
24521
|
"enum": [
|
|
24657
|
-
"
|
|
24658
|
-
"
|
|
24522
|
+
"integration",
|
|
24523
|
+
"self-served"
|
|
24659
24524
|
],
|
|
24660
24525
|
"description": "Whether the log drain was created by an integration or by a user",
|
|
24661
24526
|
"example": "integration"
|
|
@@ -24886,387 +24751,28 @@
|
|
|
24886
24751
|
"403": {
|
|
24887
24752
|
"description": "You do not have permission to access this resource."
|
|
24888
24753
|
},
|
|
24889
|
-
"404": {
|
|
24890
|
-
"description": "The log drain was not found",
|
|
24891
|
-
"content": {
|
|
24892
|
-
"application/json": {
|
|
24893
|
-
"schema": {
|
|
24894
|
-
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
24895
|
-
}
|
|
24896
|
-
}
|
|
24897
|
-
}
|
|
24898
|
-
}
|
|
24899
|
-
},
|
|
24900
|
-
"parameters": [
|
|
24901
|
-
{
|
|
24902
|
-
"name": "id",
|
|
24903
|
-
"description": "ID of the log drain to be deleted",
|
|
24904
|
-
"in": "path",
|
|
24905
|
-
"required": true,
|
|
24906
|
-
"schema": {
|
|
24907
|
-
"description": "ID of the log drain to be deleted",
|
|
24908
|
-
"type": "string"
|
|
24909
|
-
}
|
|
24910
|
-
},
|
|
24911
|
-
{
|
|
24912
|
-
"description": "The Team identifier to perform the request on behalf of.",
|
|
24913
|
-
"in": "query",
|
|
24914
|
-
"name": "teamId",
|
|
24915
|
-
"schema": {
|
|
24916
|
-
"type": "string",
|
|
24917
|
-
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
24918
|
-
}
|
|
24919
|
-
},
|
|
24920
|
-
{
|
|
24921
|
-
"description": "The Team slug to perform the request on behalf of.",
|
|
24922
|
-
"in": "query",
|
|
24923
|
-
"name": "slug",
|
|
24924
|
-
"schema": {
|
|
24925
|
-
"type": "string",
|
|
24926
|
-
"example": "my-team-url-slug"
|
|
24927
|
-
}
|
|
24928
|
-
}
|
|
24929
|
-
]
|
|
24930
|
-
}
|
|
24931
|
-
},
|
|
24932
|
-
"/v1/integrations/git-namespaces": {
|
|
24933
|
-
"get": {
|
|
24934
|
-
"description": "Lists git namespaces for a supported provider. Supported providers are `github`, `gitlab` and `bitbucket`. If the provider is not provided, it will try to obtain it from the user that authenticated the request.",
|
|
24935
|
-
"operationId": "gitNamespaces",
|
|
24936
|
-
"security": [
|
|
24937
|
-
{
|
|
24938
|
-
"bearerToken": []
|
|
24939
|
-
}
|
|
24940
|
-
],
|
|
24941
|
-
"summary": "List git namespaces by provider",
|
|
24942
|
-
"tags": [
|
|
24943
|
-
"integrations"
|
|
24944
|
-
],
|
|
24945
|
-
"responses": {
|
|
24946
|
-
"200": {
|
|
24947
|
-
"description": "",
|
|
24948
|
-
"content": {
|
|
24949
|
-
"application/json": {
|
|
24950
|
-
"schema": {
|
|
24951
|
-
"items": {
|
|
24952
|
-
"properties": {
|
|
24953
|
-
"provider": {
|
|
24954
|
-
"type": "string"
|
|
24955
|
-
},
|
|
24956
|
-
"slug": {
|
|
24957
|
-
"type": "string"
|
|
24958
|
-
},
|
|
24959
|
-
"id": {
|
|
24960
|
-
"oneOf": [
|
|
24961
|
-
{
|
|
24962
|
-
"type": "string"
|
|
24963
|
-
},
|
|
24964
|
-
{
|
|
24965
|
-
"type": "number"
|
|
24966
|
-
}
|
|
24967
|
-
]
|
|
24968
|
-
},
|
|
24969
|
-
"ownerType": {
|
|
24970
|
-
"type": "string"
|
|
24971
|
-
},
|
|
24972
|
-
"name": {
|
|
24973
|
-
"type": "string"
|
|
24974
|
-
},
|
|
24975
|
-
"isAccessRestricted": {
|
|
24976
|
-
"type": "boolean"
|
|
24977
|
-
},
|
|
24978
|
-
"installationId": {
|
|
24979
|
-
"type": "number"
|
|
24980
|
-
},
|
|
24981
|
-
"requireReauth": {
|
|
24982
|
-
"type": "boolean"
|
|
24983
|
-
}
|
|
24984
|
-
},
|
|
24985
|
-
"required": [
|
|
24986
|
-
"provider",
|
|
24987
|
-
"slug",
|
|
24988
|
-
"id",
|
|
24989
|
-
"ownerType"
|
|
24990
|
-
],
|
|
24991
|
-
"type": "object"
|
|
24992
|
-
},
|
|
24993
|
-
"type": "array"
|
|
24994
|
-
}
|
|
24995
|
-
}
|
|
24996
|
-
}
|
|
24997
|
-
},
|
|
24998
|
-
"400": {
|
|
24999
|
-
"description": "One of the provided values in the request query is invalid.",
|
|
25000
|
-
"content": {
|
|
25001
|
-
"application/json": {
|
|
25002
|
-
"schema": {
|
|
25003
|
-
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
25004
|
-
}
|
|
25005
|
-
}
|
|
25006
|
-
}
|
|
25007
|
-
},
|
|
25008
|
-
"401": {
|
|
25009
|
-
"description": "",
|
|
25010
|
-
"content": {
|
|
25011
|
-
"application/json": {
|
|
25012
|
-
"schema": {
|
|
25013
|
-
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
25014
|
-
}
|
|
25015
|
-
}
|
|
25016
|
-
}
|
|
25017
|
-
},
|
|
25018
|
-
"403": {
|
|
25019
|
-
"description": "You do not have permission to access this resource."
|
|
25020
|
-
}
|
|
25021
|
-
},
|
|
25022
|
-
"parameters": [
|
|
25023
|
-
{
|
|
25024
|
-
"name": "host",
|
|
25025
|
-
"description": "The custom Git host if using a custom Git provider, like GitHub Enterprise Server",
|
|
25026
|
-
"in": "query",
|
|
25027
|
-
"schema": {
|
|
25028
|
-
"description": "The custom Git host if using a custom Git provider, like GitHub Enterprise Server",
|
|
25029
|
-
"type": "string",
|
|
25030
|
-
"example": "ghes-test.now.systems"
|
|
25031
|
-
}
|
|
25032
|
-
},
|
|
25033
|
-
{
|
|
25034
|
-
"name": "provider",
|
|
25035
|
-
"in": "query",
|
|
25036
|
-
"schema": {
|
|
25037
|
-
"enum": [
|
|
25038
|
-
"github",
|
|
25039
|
-
"github-custom-host",
|
|
25040
|
-
"gitlab",
|
|
25041
|
-
"bitbucket"
|
|
25042
|
-
]
|
|
25043
|
-
}
|
|
25044
|
-
}
|
|
25045
|
-
]
|
|
25046
|
-
}
|
|
25047
|
-
},
|
|
25048
|
-
"/v1/integrations/search-repo": {
|
|
25049
|
-
"get": {
|
|
25050
|
-
"description": "Lists git repositories linked to a namespace `id` for a supported provider. A specific namespace `id` can be obtained via the `git-namespaces` endpoint. Supported providers are `github`, `gitlab` and `bitbucket`. If the provider or namespace is not provided, it will try to obtain it from the user that authenticated the request.",
|
|
25051
|
-
"operationId": "searchRepo",
|
|
25052
|
-
"security": [
|
|
25053
|
-
{
|
|
25054
|
-
"bearerToken": []
|
|
25055
|
-
}
|
|
25056
|
-
],
|
|
25057
|
-
"summary": "List git repositories linked to namespace by provider",
|
|
25058
|
-
"tags": [
|
|
25059
|
-
"integrations"
|
|
25060
|
-
],
|
|
25061
|
-
"responses": {
|
|
25062
|
-
"200": {
|
|
25063
|
-
"description": "",
|
|
25064
|
-
"content": {
|
|
25065
|
-
"application/json": {
|
|
25066
|
-
"schema": {
|
|
25067
|
-
"oneOf": [
|
|
25068
|
-
{
|
|
25069
|
-
"type": "object"
|
|
25070
|
-
},
|
|
25071
|
-
{
|
|
25072
|
-
"properties": {
|
|
25073
|
-
"gitAccount": {
|
|
25074
|
-
"properties": {
|
|
25075
|
-
"provider": {
|
|
25076
|
-
"type": "string",
|
|
25077
|
-
"enum": [
|
|
25078
|
-
"github",
|
|
25079
|
-
"github-custom-host",
|
|
25080
|
-
"gitlab",
|
|
25081
|
-
"bitbucket"
|
|
25082
|
-
]
|
|
25083
|
-
},
|
|
25084
|
-
"namespaceId": {
|
|
25085
|
-
"nullable": true,
|
|
25086
|
-
"oneOf": [
|
|
25087
|
-
{
|
|
25088
|
-
"type": "string"
|
|
25089
|
-
},
|
|
25090
|
-
{
|
|
25091
|
-
"type": "number"
|
|
25092
|
-
}
|
|
25093
|
-
]
|
|
25094
|
-
}
|
|
25095
|
-
},
|
|
25096
|
-
"required": [
|
|
25097
|
-
"provider",
|
|
25098
|
-
"namespaceId"
|
|
25099
|
-
],
|
|
25100
|
-
"type": "object"
|
|
25101
|
-
},
|
|
25102
|
-
"repos": {
|
|
25103
|
-
"items": {
|
|
25104
|
-
"properties": {
|
|
25105
|
-
"id": {
|
|
25106
|
-
"oneOf": [
|
|
25107
|
-
{
|
|
25108
|
-
"type": "string"
|
|
25109
|
-
},
|
|
25110
|
-
{
|
|
25111
|
-
"type": "number"
|
|
25112
|
-
}
|
|
25113
|
-
]
|
|
25114
|
-
},
|
|
25115
|
-
"provider": {
|
|
25116
|
-
"type": "string",
|
|
25117
|
-
"enum": [
|
|
25118
|
-
"github",
|
|
25119
|
-
"github-custom-host",
|
|
25120
|
-
"gitlab",
|
|
25121
|
-
"bitbucket"
|
|
25122
|
-
]
|
|
25123
|
-
},
|
|
25124
|
-
"url": {
|
|
25125
|
-
"type": "string"
|
|
25126
|
-
},
|
|
25127
|
-
"name": {
|
|
25128
|
-
"type": "string"
|
|
25129
|
-
},
|
|
25130
|
-
"slug": {
|
|
25131
|
-
"type": "string"
|
|
25132
|
-
},
|
|
25133
|
-
"namespace": {
|
|
25134
|
-
"type": "string"
|
|
25135
|
-
},
|
|
25136
|
-
"owner": {
|
|
25137
|
-
"properties": {
|
|
25138
|
-
"id": {
|
|
25139
|
-
"oneOf": [
|
|
25140
|
-
{
|
|
25141
|
-
"type": "string"
|
|
25142
|
-
},
|
|
25143
|
-
{
|
|
25144
|
-
"type": "number"
|
|
25145
|
-
}
|
|
25146
|
-
]
|
|
25147
|
-
},
|
|
25148
|
-
"name": {
|
|
25149
|
-
"type": "string"
|
|
25150
|
-
}
|
|
25151
|
-
},
|
|
25152
|
-
"required": [
|
|
25153
|
-
"id",
|
|
25154
|
-
"name"
|
|
25155
|
-
],
|
|
25156
|
-
"type": "object"
|
|
25157
|
-
},
|
|
25158
|
-
"ownerType": {
|
|
25159
|
-
"type": "string",
|
|
25160
|
-
"enum": [
|
|
25161
|
-
"user",
|
|
25162
|
-
"team"
|
|
25163
|
-
]
|
|
25164
|
-
},
|
|
25165
|
-
"private": {
|
|
25166
|
-
"type": "boolean"
|
|
25167
|
-
},
|
|
25168
|
-
"defaultBranch": {
|
|
25169
|
-
"type": "string"
|
|
25170
|
-
},
|
|
25171
|
-
"updatedAt": {
|
|
25172
|
-
"type": "number"
|
|
25173
|
-
}
|
|
25174
|
-
},
|
|
25175
|
-
"required": [
|
|
25176
|
-
"id",
|
|
25177
|
-
"provider",
|
|
25178
|
-
"url",
|
|
25179
|
-
"name",
|
|
25180
|
-
"slug",
|
|
25181
|
-
"namespace",
|
|
25182
|
-
"owner",
|
|
25183
|
-
"ownerType",
|
|
25184
|
-
"private",
|
|
25185
|
-
"defaultBranch",
|
|
25186
|
-
"updatedAt"
|
|
25187
|
-
],
|
|
25188
|
-
"type": "object"
|
|
25189
|
-
},
|
|
25190
|
-
"type": "array"
|
|
25191
|
-
}
|
|
25192
|
-
},
|
|
25193
|
-
"required": [
|
|
25194
|
-
"gitAccount",
|
|
25195
|
-
"repos"
|
|
25196
|
-
],
|
|
25197
|
-
"type": "object"
|
|
25198
|
-
}
|
|
25199
|
-
]
|
|
25200
|
-
}
|
|
25201
|
-
}
|
|
25202
|
-
}
|
|
25203
|
-
},
|
|
25204
|
-
"400": {
|
|
25205
|
-
"description": "One of the provided values in the request query is invalid.",
|
|
24754
|
+
"404": {
|
|
24755
|
+
"description": "The log drain was not found",
|
|
25206
24756
|
"content": {
|
|
25207
24757
|
"application/json": {
|
|
25208
24758
|
"schema": {
|
|
25209
|
-
"$ref": "#/components/schemas/
|
|
24759
|
+
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
25210
24760
|
}
|
|
25211
24761
|
}
|
|
25212
24762
|
}
|
|
25213
|
-
},
|
|
25214
|
-
"403": {
|
|
25215
|
-
"description": "You do not have permission to access this resource."
|
|
25216
24763
|
}
|
|
25217
24764
|
},
|
|
25218
24765
|
"parameters": [
|
|
25219
24766
|
{
|
|
25220
|
-
"name": "
|
|
25221
|
-
"
|
|
25222
|
-
"
|
|
25223
|
-
|
|
25224
|
-
}
|
|
25225
|
-
},
|
|
25226
|
-
{
|
|
25227
|
-
"name": "namespaceId",
|
|
25228
|
-
"in": "query",
|
|
25229
|
-
"schema": {
|
|
25230
|
-
"nullable": true,
|
|
25231
|
-
"oneOf": [
|
|
25232
|
-
{
|
|
25233
|
-
"type": "string"
|
|
25234
|
-
},
|
|
25235
|
-
{
|
|
25236
|
-
"type": "number"
|
|
25237
|
-
}
|
|
25238
|
-
]
|
|
25239
|
-
}
|
|
25240
|
-
},
|
|
25241
|
-
{
|
|
25242
|
-
"name": "provider",
|
|
25243
|
-
"in": "query",
|
|
25244
|
-
"schema": {
|
|
25245
|
-
"enum": [
|
|
25246
|
-
"github",
|
|
25247
|
-
"github-custom-host",
|
|
25248
|
-
"gitlab",
|
|
25249
|
-
"bitbucket"
|
|
25250
|
-
]
|
|
25251
|
-
}
|
|
25252
|
-
},
|
|
25253
|
-
{
|
|
25254
|
-
"name": "installationId",
|
|
25255
|
-
"in": "query",
|
|
24767
|
+
"name": "id",
|
|
24768
|
+
"description": "ID of the log drain to be deleted",
|
|
24769
|
+
"in": "path",
|
|
24770
|
+
"required": true,
|
|
25256
24771
|
"schema": {
|
|
24772
|
+
"description": "ID of the log drain to be deleted",
|
|
25257
24773
|
"type": "string"
|
|
25258
24774
|
}
|
|
25259
24775
|
},
|
|
25260
|
-
{
|
|
25261
|
-
"name": "host",
|
|
25262
|
-
"description": "The custom Git host if using a custom Git provider, like GitHub Enterprise Server",
|
|
25263
|
-
"in": "query",
|
|
25264
|
-
"schema": {
|
|
25265
|
-
"description": "The custom Git host if using a custom Git provider, like GitHub Enterprise Server",
|
|
25266
|
-
"type": "string",
|
|
25267
|
-
"example": "ghes-test.now.systems"
|
|
25268
|
-
}
|
|
25269
|
-
},
|
|
25270
24776
|
{
|
|
25271
24777
|
"description": "The Team identifier to perform the request on behalf of.",
|
|
25272
24778
|
"in": "query",
|
|
@@ -26618,13 +26124,19 @@
|
|
|
26618
26124
|
"type": "string",
|
|
26619
26125
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
26620
26126
|
},
|
|
26621
|
-
"
|
|
26127
|
+
"decrypted": {
|
|
26128
|
+
"type": "boolean"
|
|
26129
|
+
},
|
|
26130
|
+
"value": {
|
|
26622
26131
|
"type": "string"
|
|
26623
26132
|
},
|
|
26624
|
-
"
|
|
26133
|
+
"vsmValue": {
|
|
26625
26134
|
"type": "string"
|
|
26626
26135
|
},
|
|
26627
|
-
"
|
|
26136
|
+
"id": {
|
|
26137
|
+
"type": "string"
|
|
26138
|
+
},
|
|
26139
|
+
"key": {
|
|
26628
26140
|
"type": "string"
|
|
26629
26141
|
},
|
|
26630
26142
|
"configurationId": {
|
|
@@ -26964,10 +26476,6 @@
|
|
|
26964
26476
|
"type": "object",
|
|
26965
26477
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
26966
26478
|
},
|
|
26967
|
-
"decrypted": {
|
|
26968
|
-
"type": "boolean",
|
|
26969
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
26970
|
-
},
|
|
26971
26479
|
"comment": {
|
|
26972
26480
|
"type": "string"
|
|
26973
26481
|
},
|
|
@@ -26976,15 +26484,12 @@
|
|
|
26976
26484
|
"type": "string"
|
|
26977
26485
|
},
|
|
26978
26486
|
"type": "array"
|
|
26979
|
-
},
|
|
26980
|
-
"vsmValue": {
|
|
26981
|
-
"type": "string"
|
|
26982
26487
|
}
|
|
26983
26488
|
},
|
|
26984
26489
|
"required": [
|
|
26985
26490
|
"type",
|
|
26986
|
-
"
|
|
26987
|
-
"
|
|
26491
|
+
"value",
|
|
26492
|
+
"key"
|
|
26988
26493
|
],
|
|
26989
26494
|
"type": "object"
|
|
26990
26495
|
},
|
|
@@ -27131,10 +26636,12 @@
|
|
|
27131
26636
|
"endsWith",
|
|
27132
26637
|
"startsWith",
|
|
27133
26638
|
"equals"
|
|
27134
|
-
]
|
|
26639
|
+
],
|
|
26640
|
+
"description": "The type of matching to perform"
|
|
27135
26641
|
},
|
|
27136
26642
|
"pattern": {
|
|
27137
|
-
"type": "string"
|
|
26643
|
+
"type": "string",
|
|
26644
|
+
"description": "The pattern to match against branch names"
|
|
27138
26645
|
}
|
|
27139
26646
|
},
|
|
27140
26647
|
"required": [
|
|
@@ -27591,6 +27098,80 @@
|
|
|
27591
27098
|
"deployHooks"
|
|
27592
27099
|
],
|
|
27593
27100
|
"type": "object"
|
|
27101
|
+
},
|
|
27102
|
+
{
|
|
27103
|
+
"properties": {
|
|
27104
|
+
"org": {
|
|
27105
|
+
"type": "string"
|
|
27106
|
+
},
|
|
27107
|
+
"repoOwnerId": {
|
|
27108
|
+
"type": "number",
|
|
27109
|
+
"description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
|
|
27110
|
+
},
|
|
27111
|
+
"repo": {
|
|
27112
|
+
"type": "string"
|
|
27113
|
+
},
|
|
27114
|
+
"repoId": {
|
|
27115
|
+
"type": "number"
|
|
27116
|
+
},
|
|
27117
|
+
"type": {
|
|
27118
|
+
"type": "string",
|
|
27119
|
+
"enum": [
|
|
27120
|
+
"github-custom-host"
|
|
27121
|
+
]
|
|
27122
|
+
},
|
|
27123
|
+
"host": {
|
|
27124
|
+
"type": "string"
|
|
27125
|
+
},
|
|
27126
|
+
"createdAt": {
|
|
27127
|
+
"type": "number"
|
|
27128
|
+
},
|
|
27129
|
+
"deployHooks": {
|
|
27130
|
+
"items": {
|
|
27131
|
+
"properties": {
|
|
27132
|
+
"createdAt": {
|
|
27133
|
+
"type": "number"
|
|
27134
|
+
},
|
|
27135
|
+
"id": {
|
|
27136
|
+
"type": "string"
|
|
27137
|
+
},
|
|
27138
|
+
"name": {
|
|
27139
|
+
"type": "string"
|
|
27140
|
+
},
|
|
27141
|
+
"ref": {
|
|
27142
|
+
"type": "string"
|
|
27143
|
+
},
|
|
27144
|
+
"url": {
|
|
27145
|
+
"type": "string"
|
|
27146
|
+
}
|
|
27147
|
+
},
|
|
27148
|
+
"required": [
|
|
27149
|
+
"id",
|
|
27150
|
+
"name",
|
|
27151
|
+
"ref",
|
|
27152
|
+
"url"
|
|
27153
|
+
],
|
|
27154
|
+
"type": "object"
|
|
27155
|
+
},
|
|
27156
|
+
"type": "array"
|
|
27157
|
+
},
|
|
27158
|
+
"gitCredentialId": {
|
|
27159
|
+
"type": "string"
|
|
27160
|
+
},
|
|
27161
|
+
"updatedAt": {
|
|
27162
|
+
"type": "number"
|
|
27163
|
+
},
|
|
27164
|
+
"sourceless": {
|
|
27165
|
+
"type": "boolean"
|
|
27166
|
+
},
|
|
27167
|
+
"productionBranch": {
|
|
27168
|
+
"type": "string"
|
|
27169
|
+
}
|
|
27170
|
+
},
|
|
27171
|
+
"required": [
|
|
27172
|
+
"deployHooks"
|
|
27173
|
+
],
|
|
27174
|
+
"type": "object"
|
|
27594
27175
|
}
|
|
27595
27176
|
]
|
|
27596
27177
|
},
|
|
@@ -27628,7 +27209,7 @@
|
|
|
27628
27209
|
},
|
|
27629
27210
|
"defaultRoute": {
|
|
27630
27211
|
"type": "string",
|
|
27631
|
-
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
27212
|
+
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
|
|
27632
27213
|
},
|
|
27633
27214
|
"routeObservabilityToThisProject": {
|
|
27634
27215
|
"type": "boolean",
|
|
@@ -27753,75 +27334,95 @@
|
|
|
27753
27334
|
},
|
|
27754
27335
|
"elasticConcurrencyEnabled": {
|
|
27755
27336
|
"type": "boolean"
|
|
27756
|
-
}
|
|
27757
|
-
},
|
|
27758
|
-
"required": [
|
|
27759
|
-
"functionDefaultRegions"
|
|
27760
|
-
],
|
|
27761
|
-
"type": "object"
|
|
27762
|
-
},
|
|
27763
|
-
"rollingRelease": {
|
|
27764
|
-
"nullable": true,
|
|
27765
|
-
"properties": {
|
|
27766
|
-
"target": {
|
|
27767
|
-
"type": "string",
|
|
27768
|
-
"description": "The environment that the release targets, currently only supports production. Adding in case we want to configure with alias groups or custom environments."
|
|
27769
|
-
},
|
|
27770
|
-
"minutesToRelease": {
|
|
27771
|
-
"type": "number",
|
|
27772
|
-
"description": "minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth 0-100 stage. So once we have fetched the document with the start time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving. There is no approval required, and for the case of Vercel, it would just slowly shift traffic 0 to 100%."
|
|
27773
27337
|
},
|
|
27774
|
-
"
|
|
27775
|
-
"
|
|
27776
|
-
"
|
|
27777
|
-
"
|
|
27778
|
-
|
|
27779
|
-
|
|
27780
|
-
|
|
27781
|
-
|
|
27782
|
-
|
|
27783
|
-
|
|
27784
|
-
|
|
27785
|
-
|
|
27786
|
-
|
|
27787
|
-
|
|
27788
|
-
|
|
27789
|
-
|
|
27790
|
-
"
|
|
27791
|
-
|
|
27792
|
-
|
|
27793
|
-
|
|
27794
|
-
|
|
27795
|
-
|
|
27796
|
-
|
|
27797
|
-
|
|
27798
|
-
|
|
27799
|
-
|
|
27800
|
-
|
|
27801
|
-
|
|
27802
|
-
|
|
27803
|
-
|
|
27804
|
-
|
|
27805
|
-
|
|
27806
|
-
|
|
27807
|
-
|
|
27808
|
-
|
|
27809
|
-
|
|
27810
|
-
|
|
27811
|
-
|
|
27812
|
-
|
|
27338
|
+
"buildMachineType": {
|
|
27339
|
+
"type": "string",
|
|
27340
|
+
"enum": [
|
|
27341
|
+
"enhanced"
|
|
27342
|
+
]
|
|
27343
|
+
}
|
|
27344
|
+
},
|
|
27345
|
+
"required": [
|
|
27346
|
+
"functionDefaultRegions"
|
|
27347
|
+
],
|
|
27348
|
+
"type": "object"
|
|
27349
|
+
},
|
|
27350
|
+
"rollingRelease": {
|
|
27351
|
+
"nullable": true,
|
|
27352
|
+
"properties": {
|
|
27353
|
+
"target": {
|
|
27354
|
+
"type": "string",
|
|
27355
|
+
"description": "The environment that the release targets, currently only supports production. Adding in case we want to configure with alias groups or custom environments."
|
|
27356
|
+
},
|
|
27357
|
+
"minutesToRelease": {
|
|
27358
|
+
"type": "number",
|
|
27359
|
+
"description": "minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth 0-100 stage. So once we have fetched the document with the start time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving. There is no approval required, and for the case of Vercel, it would just slowly shift traffic 0 to 100%."
|
|
27360
|
+
},
|
|
27361
|
+
"stages": {
|
|
27362
|
+
"nullable": true,
|
|
27363
|
+
"items": {
|
|
27364
|
+
"properties": {
|
|
27365
|
+
"targetPercentage": {
|
|
27366
|
+
"type": "number",
|
|
27367
|
+
"description": "The percentage of traffic to serve to the new deployment"
|
|
27368
|
+
},
|
|
27369
|
+
"minutesToRelease": {
|
|
27370
|
+
"type": "number",
|
|
27371
|
+
"description": "minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth starting percentage to ending percentage stage. So once we have fetched the document with the update time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving."
|
|
27372
|
+
},
|
|
27373
|
+
"requireApproval": {
|
|
27374
|
+
"type": "boolean",
|
|
27375
|
+
"description": "Whether or not this stage requires approval to proceed."
|
|
27376
|
+
}
|
|
27377
|
+
},
|
|
27378
|
+
"required": [
|
|
27379
|
+
"targetPercentage"
|
|
27380
|
+
],
|
|
27381
|
+
"type": "object",
|
|
27382
|
+
"description": "An array of all the stages required during a deployment release. each stage requires an approval before advancing to the next stage."
|
|
27383
|
+
},
|
|
27384
|
+
"type": "array",
|
|
27385
|
+
"description": "An array of all the stages required during a deployment release. each stage requires an approval before advancing to the next stage."
|
|
27386
|
+
}
|
|
27387
|
+
},
|
|
27388
|
+
"required": [
|
|
27389
|
+
"target"
|
|
27390
|
+
],
|
|
27391
|
+
"type": "object"
|
|
27392
|
+
},
|
|
27393
|
+
"defaultResourceConfig": {
|
|
27394
|
+
"properties": {
|
|
27395
|
+
"fluid": {
|
|
27396
|
+
"type": "boolean"
|
|
27397
|
+
},
|
|
27398
|
+
"functionDefaultRegions": {
|
|
27399
|
+
"items": {
|
|
27400
|
+
"type": "string"
|
|
27401
|
+
},
|
|
27402
|
+
"type": "array"
|
|
27403
|
+
},
|
|
27404
|
+
"functionDefaultTimeout": {
|
|
27405
|
+
"type": "number"
|
|
27406
|
+
},
|
|
27407
|
+
"functionDefaultMemoryType": {
|
|
27408
|
+
"type": "string",
|
|
27409
|
+
"enum": [
|
|
27410
|
+
"standard_legacy",
|
|
27411
|
+
"standard",
|
|
27412
|
+
"performance"
|
|
27413
|
+
]
|
|
27414
|
+
},
|
|
27415
|
+
"functionZeroConfigFailover": {
|
|
27416
|
+
"type": "boolean"
|
|
27417
|
+
},
|
|
27418
|
+
"elasticConcurrencyEnabled": {
|
|
27419
|
+
"type": "boolean"
|
|
27420
|
+
},
|
|
27421
|
+
"buildMachineType": {
|
|
27813
27422
|
"type": "string",
|
|
27814
27423
|
"enum": [
|
|
27815
|
-
"
|
|
27816
|
-
"standard",
|
|
27817
|
-
"performance"
|
|
27424
|
+
"enhanced"
|
|
27818
27425
|
]
|
|
27819
|
-
},
|
|
27820
|
-
"functionZeroConfigFailover": {
|
|
27821
|
-
"type": "boolean"
|
|
27822
|
-
},
|
|
27823
|
-
"elasticConcurrencyEnabled": {
|
|
27824
|
-
"type": "boolean"
|
|
27825
27426
|
}
|
|
27826
27427
|
},
|
|
27827
27428
|
"required": [
|
|
@@ -27861,8 +27462,8 @@
|
|
|
27861
27462
|
"deploymentType": {
|
|
27862
27463
|
"type": "string",
|
|
27863
27464
|
"enum": [
|
|
27864
|
-
"preview",
|
|
27865
27465
|
"all",
|
|
27466
|
+
"preview",
|
|
27866
27467
|
"prod_deployment_urls_and_all_previews"
|
|
27867
27468
|
]
|
|
27868
27469
|
}
|
|
@@ -27930,10 +27531,12 @@
|
|
|
27930
27531
|
"endsWith",
|
|
27931
27532
|
"startsWith",
|
|
27932
27533
|
"equals"
|
|
27933
|
-
]
|
|
27534
|
+
],
|
|
27535
|
+
"description": "The type of matching to perform"
|
|
27934
27536
|
},
|
|
27935
27537
|
"pattern": {
|
|
27936
|
-
"type": "string"
|
|
27538
|
+
"type": "string",
|
|
27539
|
+
"description": "The pattern to match against branch names"
|
|
27937
27540
|
}
|
|
27938
27541
|
},
|
|
27939
27542
|
"required": [
|
|
@@ -28688,6 +28291,12 @@
|
|
|
28688
28291
|
},
|
|
28689
28292
|
"type": "array"
|
|
28690
28293
|
},
|
|
28294
|
+
"observabilityNotebook": {
|
|
28295
|
+
"items": {
|
|
28296
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
28297
|
+
},
|
|
28298
|
+
"type": "array"
|
|
28299
|
+
},
|
|
28691
28300
|
"openTelemetryEndpoint": {
|
|
28692
28301
|
"items": {
|
|
28693
28302
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -28886,6 +28495,12 @@
|
|
|
28886
28495
|
},
|
|
28887
28496
|
"type": "array"
|
|
28888
28497
|
},
|
|
28498
|
+
"teamMemberMfaStatus": {
|
|
28499
|
+
"items": {
|
|
28500
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
28501
|
+
},
|
|
28502
|
+
"type": "array"
|
|
28503
|
+
},
|
|
28889
28504
|
"teamMicrofrontends": {
|
|
28890
28505
|
"items": {
|
|
28891
28506
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -28988,6 +28603,18 @@
|
|
|
28988
28603
|
},
|
|
28989
28604
|
"type": "array"
|
|
28990
28605
|
},
|
|
28606
|
+
"vercelRun": {
|
|
28607
|
+
"items": {
|
|
28608
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
28609
|
+
},
|
|
28610
|
+
"type": "array"
|
|
28611
|
+
},
|
|
28612
|
+
"vercelRunExec": {
|
|
28613
|
+
"items": {
|
|
28614
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
28615
|
+
},
|
|
28616
|
+
"type": "array"
|
|
28617
|
+
},
|
|
28991
28618
|
"aliasProject": {
|
|
28992
28619
|
"items": {
|
|
28993
28620
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -29418,10 +29045,10 @@
|
|
|
29418
29045
|
"deploymentType": {
|
|
29419
29046
|
"type": "string",
|
|
29420
29047
|
"enum": [
|
|
29421
|
-
"production",
|
|
29422
|
-
"preview",
|
|
29423
29048
|
"all",
|
|
29424
|
-
"
|
|
29049
|
+
"preview",
|
|
29050
|
+
"prod_deployment_urls_and_all_previews",
|
|
29051
|
+
"production"
|
|
29425
29052
|
]
|
|
29426
29053
|
},
|
|
29427
29054
|
"addresses": {
|
|
@@ -29461,10 +29088,10 @@
|
|
|
29461
29088
|
"deploymentType": {
|
|
29462
29089
|
"type": "string",
|
|
29463
29090
|
"enum": [
|
|
29464
|
-
"production",
|
|
29465
|
-
"preview",
|
|
29466
29091
|
"all",
|
|
29467
|
-
"
|
|
29092
|
+
"preview",
|
|
29093
|
+
"prod_deployment_urls_and_all_previews",
|
|
29094
|
+
"production"
|
|
29468
29095
|
]
|
|
29469
29096
|
}
|
|
29470
29097
|
},
|
|
@@ -30359,13 +29986,19 @@
|
|
|
30359
29986
|
"type": "string",
|
|
30360
29987
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
30361
29988
|
},
|
|
30362
|
-
"
|
|
29989
|
+
"decrypted": {
|
|
29990
|
+
"type": "boolean"
|
|
29991
|
+
},
|
|
29992
|
+
"value": {
|
|
30363
29993
|
"type": "string"
|
|
30364
29994
|
},
|
|
30365
|
-
"
|
|
29995
|
+
"vsmValue": {
|
|
30366
29996
|
"type": "string"
|
|
30367
29997
|
},
|
|
30368
|
-
"
|
|
29998
|
+
"id": {
|
|
29999
|
+
"type": "string"
|
|
30000
|
+
},
|
|
30001
|
+
"key": {
|
|
30369
30002
|
"type": "string"
|
|
30370
30003
|
},
|
|
30371
30004
|
"configurationId": {
|
|
@@ -30705,10 +30338,6 @@
|
|
|
30705
30338
|
"type": "object",
|
|
30706
30339
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
30707
30340
|
},
|
|
30708
|
-
"decrypted": {
|
|
30709
|
-
"type": "boolean",
|
|
30710
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
30711
|
-
},
|
|
30712
30341
|
"comment": {
|
|
30713
30342
|
"type": "string"
|
|
30714
30343
|
},
|
|
@@ -30717,15 +30346,12 @@
|
|
|
30717
30346
|
"type": "string"
|
|
30718
30347
|
},
|
|
30719
30348
|
"type": "array"
|
|
30720
|
-
},
|
|
30721
|
-
"vsmValue": {
|
|
30722
|
-
"type": "string"
|
|
30723
30349
|
}
|
|
30724
30350
|
},
|
|
30725
30351
|
"required": [
|
|
30726
30352
|
"type",
|
|
30727
|
-
"
|
|
30728
|
-
"
|
|
30353
|
+
"value",
|
|
30354
|
+
"key"
|
|
30729
30355
|
],
|
|
30730
30356
|
"type": "object"
|
|
30731
30357
|
},
|
|
@@ -30872,10 +30498,12 @@
|
|
|
30872
30498
|
"endsWith",
|
|
30873
30499
|
"startsWith",
|
|
30874
30500
|
"equals"
|
|
30875
|
-
]
|
|
30501
|
+
],
|
|
30502
|
+
"description": "The type of matching to perform"
|
|
30876
30503
|
},
|
|
30877
30504
|
"pattern": {
|
|
30878
|
-
"type": "string"
|
|
30505
|
+
"type": "string",
|
|
30506
|
+
"description": "The pattern to match against branch names"
|
|
30879
30507
|
}
|
|
30880
30508
|
},
|
|
30881
30509
|
"required": [
|
|
@@ -31332,6 +30960,80 @@
|
|
|
31332
30960
|
"deployHooks"
|
|
31333
30961
|
],
|
|
31334
30962
|
"type": "object"
|
|
30963
|
+
},
|
|
30964
|
+
{
|
|
30965
|
+
"properties": {
|
|
30966
|
+
"org": {
|
|
30967
|
+
"type": "string"
|
|
30968
|
+
},
|
|
30969
|
+
"repoOwnerId": {
|
|
30970
|
+
"type": "number",
|
|
30971
|
+
"description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
|
|
30972
|
+
},
|
|
30973
|
+
"repo": {
|
|
30974
|
+
"type": "string"
|
|
30975
|
+
},
|
|
30976
|
+
"repoId": {
|
|
30977
|
+
"type": "number"
|
|
30978
|
+
},
|
|
30979
|
+
"type": {
|
|
30980
|
+
"type": "string",
|
|
30981
|
+
"enum": [
|
|
30982
|
+
"github-custom-host"
|
|
30983
|
+
]
|
|
30984
|
+
},
|
|
30985
|
+
"host": {
|
|
30986
|
+
"type": "string"
|
|
30987
|
+
},
|
|
30988
|
+
"createdAt": {
|
|
30989
|
+
"type": "number"
|
|
30990
|
+
},
|
|
30991
|
+
"deployHooks": {
|
|
30992
|
+
"items": {
|
|
30993
|
+
"properties": {
|
|
30994
|
+
"createdAt": {
|
|
30995
|
+
"type": "number"
|
|
30996
|
+
},
|
|
30997
|
+
"id": {
|
|
30998
|
+
"type": "string"
|
|
30999
|
+
},
|
|
31000
|
+
"name": {
|
|
31001
|
+
"type": "string"
|
|
31002
|
+
},
|
|
31003
|
+
"ref": {
|
|
31004
|
+
"type": "string"
|
|
31005
|
+
},
|
|
31006
|
+
"url": {
|
|
31007
|
+
"type": "string"
|
|
31008
|
+
}
|
|
31009
|
+
},
|
|
31010
|
+
"required": [
|
|
31011
|
+
"id",
|
|
31012
|
+
"name",
|
|
31013
|
+
"ref",
|
|
31014
|
+
"url"
|
|
31015
|
+
],
|
|
31016
|
+
"type": "object"
|
|
31017
|
+
},
|
|
31018
|
+
"type": "array"
|
|
31019
|
+
},
|
|
31020
|
+
"gitCredentialId": {
|
|
31021
|
+
"type": "string"
|
|
31022
|
+
},
|
|
31023
|
+
"updatedAt": {
|
|
31024
|
+
"type": "number"
|
|
31025
|
+
},
|
|
31026
|
+
"sourceless": {
|
|
31027
|
+
"type": "boolean"
|
|
31028
|
+
},
|
|
31029
|
+
"productionBranch": {
|
|
31030
|
+
"type": "string"
|
|
31031
|
+
}
|
|
31032
|
+
},
|
|
31033
|
+
"required": [
|
|
31034
|
+
"deployHooks"
|
|
31035
|
+
],
|
|
31036
|
+
"type": "object"
|
|
31335
31037
|
}
|
|
31336
31038
|
]
|
|
31337
31039
|
},
|
|
@@ -31369,7 +31071,7 @@
|
|
|
31369
31071
|
},
|
|
31370
31072
|
"defaultRoute": {
|
|
31371
31073
|
"type": "string",
|
|
31372
|
-
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
31074
|
+
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
|
|
31373
31075
|
},
|
|
31374
31076
|
"routeObservabilityToThisProject": {
|
|
31375
31077
|
"type": "boolean",
|
|
@@ -31494,6 +31196,12 @@
|
|
|
31494
31196
|
},
|
|
31495
31197
|
"elasticConcurrencyEnabled": {
|
|
31496
31198
|
"type": "boolean"
|
|
31199
|
+
},
|
|
31200
|
+
"buildMachineType": {
|
|
31201
|
+
"type": "string",
|
|
31202
|
+
"enum": [
|
|
31203
|
+
"enhanced"
|
|
31204
|
+
]
|
|
31497
31205
|
}
|
|
31498
31206
|
},
|
|
31499
31207
|
"required": [
|
|
@@ -31519,6 +31227,14 @@
|
|
|
31519
31227
|
"targetPercentage": {
|
|
31520
31228
|
"type": "number",
|
|
31521
31229
|
"description": "The percentage of traffic to serve to the new deployment"
|
|
31230
|
+
},
|
|
31231
|
+
"minutesToRelease": {
|
|
31232
|
+
"type": "number",
|
|
31233
|
+
"description": "minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth starting percentage to ending percentage stage. So once we have fetched the document with the update time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving."
|
|
31234
|
+
},
|
|
31235
|
+
"requireApproval": {
|
|
31236
|
+
"type": "boolean",
|
|
31237
|
+
"description": "Whether or not this stage requires approval to proceed."
|
|
31522
31238
|
}
|
|
31523
31239
|
},
|
|
31524
31240
|
"required": [
|
|
@@ -31563,6 +31279,12 @@
|
|
|
31563
31279
|
},
|
|
31564
31280
|
"elasticConcurrencyEnabled": {
|
|
31565
31281
|
"type": "boolean"
|
|
31282
|
+
},
|
|
31283
|
+
"buildMachineType": {
|
|
31284
|
+
"type": "string",
|
|
31285
|
+
"enum": [
|
|
31286
|
+
"enhanced"
|
|
31287
|
+
]
|
|
31566
31288
|
}
|
|
31567
31289
|
},
|
|
31568
31290
|
"required": [
|
|
@@ -31602,8 +31324,8 @@
|
|
|
31602
31324
|
"deploymentType": {
|
|
31603
31325
|
"type": "string",
|
|
31604
31326
|
"enum": [
|
|
31605
|
-
"preview",
|
|
31606
31327
|
"all",
|
|
31328
|
+
"preview",
|
|
31607
31329
|
"prod_deployment_urls_and_all_previews"
|
|
31608
31330
|
]
|
|
31609
31331
|
}
|
|
@@ -31671,10 +31393,12 @@
|
|
|
31671
31393
|
"endsWith",
|
|
31672
31394
|
"startsWith",
|
|
31673
31395
|
"equals"
|
|
31674
|
-
]
|
|
31396
|
+
],
|
|
31397
|
+
"description": "The type of matching to perform"
|
|
31675
31398
|
},
|
|
31676
31399
|
"pattern": {
|
|
31677
|
-
"type": "string"
|
|
31400
|
+
"type": "string",
|
|
31401
|
+
"description": "The pattern to match against branch names"
|
|
31678
31402
|
}
|
|
31679
31403
|
},
|
|
31680
31404
|
"required": [
|
|
@@ -32429,6 +32153,12 @@
|
|
|
32429
32153
|
},
|
|
32430
32154
|
"type": "array"
|
|
32431
32155
|
},
|
|
32156
|
+
"observabilityNotebook": {
|
|
32157
|
+
"items": {
|
|
32158
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
32159
|
+
},
|
|
32160
|
+
"type": "array"
|
|
32161
|
+
},
|
|
32432
32162
|
"openTelemetryEndpoint": {
|
|
32433
32163
|
"items": {
|
|
32434
32164
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -32627,6 +32357,12 @@
|
|
|
32627
32357
|
},
|
|
32628
32358
|
"type": "array"
|
|
32629
32359
|
},
|
|
32360
|
+
"teamMemberMfaStatus": {
|
|
32361
|
+
"items": {
|
|
32362
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
32363
|
+
},
|
|
32364
|
+
"type": "array"
|
|
32365
|
+
},
|
|
32630
32366
|
"teamMicrofrontends": {
|
|
32631
32367
|
"items": {
|
|
32632
32368
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -32729,6 +32465,18 @@
|
|
|
32729
32465
|
},
|
|
32730
32466
|
"type": "array"
|
|
32731
32467
|
},
|
|
32468
|
+
"vercelRun": {
|
|
32469
|
+
"items": {
|
|
32470
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
32471
|
+
},
|
|
32472
|
+
"type": "array"
|
|
32473
|
+
},
|
|
32474
|
+
"vercelRunExec": {
|
|
32475
|
+
"items": {
|
|
32476
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
32477
|
+
},
|
|
32478
|
+
"type": "array"
|
|
32479
|
+
},
|
|
32732
32480
|
"aliasProject": {
|
|
32733
32481
|
"items": {
|
|
32734
32482
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -33159,10 +32907,10 @@
|
|
|
33159
32907
|
"deploymentType": {
|
|
33160
32908
|
"type": "string",
|
|
33161
32909
|
"enum": [
|
|
33162
|
-
"production",
|
|
33163
|
-
"preview",
|
|
33164
32910
|
"all",
|
|
33165
|
-
"
|
|
32911
|
+
"preview",
|
|
32912
|
+
"prod_deployment_urls_and_all_previews",
|
|
32913
|
+
"production"
|
|
33166
32914
|
]
|
|
33167
32915
|
},
|
|
33168
32916
|
"addresses": {
|
|
@@ -33202,10 +32950,10 @@
|
|
|
33202
32950
|
"deploymentType": {
|
|
33203
32951
|
"type": "string",
|
|
33204
32952
|
"enum": [
|
|
33205
|
-
"production",
|
|
33206
|
-
"preview",
|
|
33207
32953
|
"all",
|
|
33208
|
-
"
|
|
32954
|
+
"preview",
|
|
32955
|
+
"prod_deployment_urls_and_all_previews",
|
|
32956
|
+
"production"
|
|
33209
32957
|
]
|
|
33210
32958
|
}
|
|
33211
32959
|
},
|
|
@@ -34227,13 +33975,19 @@
|
|
|
34227
33975
|
"type": "string",
|
|
34228
33976
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
34229
33977
|
},
|
|
34230
|
-
"
|
|
33978
|
+
"decrypted": {
|
|
33979
|
+
"type": "boolean"
|
|
33980
|
+
},
|
|
33981
|
+
"value": {
|
|
34231
33982
|
"type": "string"
|
|
34232
33983
|
},
|
|
34233
|
-
"
|
|
33984
|
+
"vsmValue": {
|
|
34234
33985
|
"type": "string"
|
|
34235
33986
|
},
|
|
34236
|
-
"
|
|
33987
|
+
"id": {
|
|
33988
|
+
"type": "string"
|
|
33989
|
+
},
|
|
33990
|
+
"key": {
|
|
34237
33991
|
"type": "string"
|
|
34238
33992
|
},
|
|
34239
33993
|
"configurationId": {
|
|
@@ -34573,10 +34327,6 @@
|
|
|
34573
34327
|
"type": "object",
|
|
34574
34328
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
34575
34329
|
},
|
|
34576
|
-
"decrypted": {
|
|
34577
|
-
"type": "boolean",
|
|
34578
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
34579
|
-
},
|
|
34580
34330
|
"comment": {
|
|
34581
34331
|
"type": "string"
|
|
34582
34332
|
},
|
|
@@ -34585,15 +34335,12 @@
|
|
|
34585
34335
|
"type": "string"
|
|
34586
34336
|
},
|
|
34587
34337
|
"type": "array"
|
|
34588
|
-
},
|
|
34589
|
-
"vsmValue": {
|
|
34590
|
-
"type": "string"
|
|
34591
34338
|
}
|
|
34592
34339
|
},
|
|
34593
34340
|
"required": [
|
|
34594
34341
|
"type",
|
|
34595
|
-
"
|
|
34596
|
-
"
|
|
34342
|
+
"value",
|
|
34343
|
+
"key"
|
|
34597
34344
|
],
|
|
34598
34345
|
"type": "object"
|
|
34599
34346
|
},
|
|
@@ -34740,10 +34487,12 @@
|
|
|
34740
34487
|
"endsWith",
|
|
34741
34488
|
"startsWith",
|
|
34742
34489
|
"equals"
|
|
34743
|
-
]
|
|
34490
|
+
],
|
|
34491
|
+
"description": "The type of matching to perform"
|
|
34744
34492
|
},
|
|
34745
34493
|
"pattern": {
|
|
34746
|
-
"type": "string"
|
|
34494
|
+
"type": "string",
|
|
34495
|
+
"description": "The pattern to match against branch names"
|
|
34747
34496
|
}
|
|
34748
34497
|
},
|
|
34749
34498
|
"required": [
|
|
@@ -35200,6 +34949,80 @@
|
|
|
35200
34949
|
"deployHooks"
|
|
35201
34950
|
],
|
|
35202
34951
|
"type": "object"
|
|
34952
|
+
},
|
|
34953
|
+
{
|
|
34954
|
+
"properties": {
|
|
34955
|
+
"org": {
|
|
34956
|
+
"type": "string"
|
|
34957
|
+
},
|
|
34958
|
+
"repoOwnerId": {
|
|
34959
|
+
"type": "number",
|
|
34960
|
+
"description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
|
|
34961
|
+
},
|
|
34962
|
+
"repo": {
|
|
34963
|
+
"type": "string"
|
|
34964
|
+
},
|
|
34965
|
+
"repoId": {
|
|
34966
|
+
"type": "number"
|
|
34967
|
+
},
|
|
34968
|
+
"type": {
|
|
34969
|
+
"type": "string",
|
|
34970
|
+
"enum": [
|
|
34971
|
+
"github-custom-host"
|
|
34972
|
+
]
|
|
34973
|
+
},
|
|
34974
|
+
"host": {
|
|
34975
|
+
"type": "string"
|
|
34976
|
+
},
|
|
34977
|
+
"createdAt": {
|
|
34978
|
+
"type": "number"
|
|
34979
|
+
},
|
|
34980
|
+
"deployHooks": {
|
|
34981
|
+
"items": {
|
|
34982
|
+
"properties": {
|
|
34983
|
+
"createdAt": {
|
|
34984
|
+
"type": "number"
|
|
34985
|
+
},
|
|
34986
|
+
"id": {
|
|
34987
|
+
"type": "string"
|
|
34988
|
+
},
|
|
34989
|
+
"name": {
|
|
34990
|
+
"type": "string"
|
|
34991
|
+
},
|
|
34992
|
+
"ref": {
|
|
34993
|
+
"type": "string"
|
|
34994
|
+
},
|
|
34995
|
+
"url": {
|
|
34996
|
+
"type": "string"
|
|
34997
|
+
}
|
|
34998
|
+
},
|
|
34999
|
+
"required": [
|
|
35000
|
+
"id",
|
|
35001
|
+
"name",
|
|
35002
|
+
"ref",
|
|
35003
|
+
"url"
|
|
35004
|
+
],
|
|
35005
|
+
"type": "object"
|
|
35006
|
+
},
|
|
35007
|
+
"type": "array"
|
|
35008
|
+
},
|
|
35009
|
+
"gitCredentialId": {
|
|
35010
|
+
"type": "string"
|
|
35011
|
+
},
|
|
35012
|
+
"updatedAt": {
|
|
35013
|
+
"type": "number"
|
|
35014
|
+
},
|
|
35015
|
+
"sourceless": {
|
|
35016
|
+
"type": "boolean"
|
|
35017
|
+
},
|
|
35018
|
+
"productionBranch": {
|
|
35019
|
+
"type": "string"
|
|
35020
|
+
}
|
|
35021
|
+
},
|
|
35022
|
+
"required": [
|
|
35023
|
+
"deployHooks"
|
|
35024
|
+
],
|
|
35025
|
+
"type": "object"
|
|
35203
35026
|
}
|
|
35204
35027
|
]
|
|
35205
35028
|
},
|
|
@@ -35237,7 +35060,7 @@
|
|
|
35237
35060
|
},
|
|
35238
35061
|
"defaultRoute": {
|
|
35239
35062
|
"type": "string",
|
|
35240
|
-
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
35063
|
+
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
|
|
35241
35064
|
},
|
|
35242
35065
|
"routeObservabilityToThisProject": {
|
|
35243
35066
|
"type": "boolean",
|
|
@@ -35362,6 +35185,12 @@
|
|
|
35362
35185
|
},
|
|
35363
35186
|
"elasticConcurrencyEnabled": {
|
|
35364
35187
|
"type": "boolean"
|
|
35188
|
+
},
|
|
35189
|
+
"buildMachineType": {
|
|
35190
|
+
"type": "string",
|
|
35191
|
+
"enum": [
|
|
35192
|
+
"enhanced"
|
|
35193
|
+
]
|
|
35365
35194
|
}
|
|
35366
35195
|
},
|
|
35367
35196
|
"required": [
|
|
@@ -35387,6 +35216,14 @@
|
|
|
35387
35216
|
"targetPercentage": {
|
|
35388
35217
|
"type": "number",
|
|
35389
35218
|
"description": "The percentage of traffic to serve to the new deployment"
|
|
35219
|
+
},
|
|
35220
|
+
"minutesToRelease": {
|
|
35221
|
+
"type": "number",
|
|
35222
|
+
"description": "minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth starting percentage to ending percentage stage. So once we have fetched the document with the update time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving."
|
|
35223
|
+
},
|
|
35224
|
+
"requireApproval": {
|
|
35225
|
+
"type": "boolean",
|
|
35226
|
+
"description": "Whether or not this stage requires approval to proceed."
|
|
35390
35227
|
}
|
|
35391
35228
|
},
|
|
35392
35229
|
"required": [
|
|
@@ -35431,6 +35268,12 @@
|
|
|
35431
35268
|
},
|
|
35432
35269
|
"elasticConcurrencyEnabled": {
|
|
35433
35270
|
"type": "boolean"
|
|
35271
|
+
},
|
|
35272
|
+
"buildMachineType": {
|
|
35273
|
+
"type": "string",
|
|
35274
|
+
"enum": [
|
|
35275
|
+
"enhanced"
|
|
35276
|
+
]
|
|
35434
35277
|
}
|
|
35435
35278
|
},
|
|
35436
35279
|
"required": [
|
|
@@ -35470,8 +35313,8 @@
|
|
|
35470
35313
|
"deploymentType": {
|
|
35471
35314
|
"type": "string",
|
|
35472
35315
|
"enum": [
|
|
35473
|
-
"preview",
|
|
35474
35316
|
"all",
|
|
35317
|
+
"preview",
|
|
35475
35318
|
"prod_deployment_urls_and_all_previews"
|
|
35476
35319
|
]
|
|
35477
35320
|
}
|
|
@@ -35539,10 +35382,12 @@
|
|
|
35539
35382
|
"endsWith",
|
|
35540
35383
|
"startsWith",
|
|
35541
35384
|
"equals"
|
|
35542
|
-
]
|
|
35385
|
+
],
|
|
35386
|
+
"description": "The type of matching to perform"
|
|
35543
35387
|
},
|
|
35544
35388
|
"pattern": {
|
|
35545
|
-
"type": "string"
|
|
35389
|
+
"type": "string",
|
|
35390
|
+
"description": "The pattern to match against branch names"
|
|
35546
35391
|
}
|
|
35547
35392
|
},
|
|
35548
35393
|
"required": [
|
|
@@ -36297,6 +36142,12 @@
|
|
|
36297
36142
|
},
|
|
36298
36143
|
"type": "array"
|
|
36299
36144
|
},
|
|
36145
|
+
"observabilityNotebook": {
|
|
36146
|
+
"items": {
|
|
36147
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
36148
|
+
},
|
|
36149
|
+
"type": "array"
|
|
36150
|
+
},
|
|
36300
36151
|
"openTelemetryEndpoint": {
|
|
36301
36152
|
"items": {
|
|
36302
36153
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -36495,6 +36346,12 @@
|
|
|
36495
36346
|
},
|
|
36496
36347
|
"type": "array"
|
|
36497
36348
|
},
|
|
36349
|
+
"teamMemberMfaStatus": {
|
|
36350
|
+
"items": {
|
|
36351
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
36352
|
+
},
|
|
36353
|
+
"type": "array"
|
|
36354
|
+
},
|
|
36498
36355
|
"teamMicrofrontends": {
|
|
36499
36356
|
"items": {
|
|
36500
36357
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -36597,6 +36454,18 @@
|
|
|
36597
36454
|
},
|
|
36598
36455
|
"type": "array"
|
|
36599
36456
|
},
|
|
36457
|
+
"vercelRun": {
|
|
36458
|
+
"items": {
|
|
36459
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
36460
|
+
},
|
|
36461
|
+
"type": "array"
|
|
36462
|
+
},
|
|
36463
|
+
"vercelRunExec": {
|
|
36464
|
+
"items": {
|
|
36465
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
36466
|
+
},
|
|
36467
|
+
"type": "array"
|
|
36468
|
+
},
|
|
36600
36469
|
"aliasProject": {
|
|
36601
36470
|
"items": {
|
|
36602
36471
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -37027,10 +36896,10 @@
|
|
|
37027
36896
|
"deploymentType": {
|
|
37028
36897
|
"type": "string",
|
|
37029
36898
|
"enum": [
|
|
37030
|
-
"production",
|
|
37031
|
-
"preview",
|
|
37032
36899
|
"all",
|
|
37033
|
-
"
|
|
36900
|
+
"preview",
|
|
36901
|
+
"prod_deployment_urls_and_all_previews",
|
|
36902
|
+
"production"
|
|
37034
36903
|
]
|
|
37035
36904
|
},
|
|
37036
36905
|
"addresses": {
|
|
@@ -37070,10 +36939,10 @@
|
|
|
37070
36939
|
"deploymentType": {
|
|
37071
36940
|
"type": "string",
|
|
37072
36941
|
"enum": [
|
|
37073
|
-
"production",
|
|
37074
|
-
"preview",
|
|
37075
36942
|
"all",
|
|
37076
|
-
"
|
|
36943
|
+
"preview",
|
|
36944
|
+
"prod_deployment_urls_and_all_previews",
|
|
36945
|
+
"production"
|
|
37077
36946
|
]
|
|
37078
36947
|
}
|
|
37079
36948
|
},
|
|
@@ -37858,13 +37727,19 @@
|
|
|
37858
37727
|
"type": "string",
|
|
37859
37728
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
37860
37729
|
},
|
|
37861
|
-
"
|
|
37730
|
+
"decrypted": {
|
|
37731
|
+
"type": "boolean"
|
|
37732
|
+
},
|
|
37733
|
+
"value": {
|
|
37862
37734
|
"type": "string"
|
|
37863
37735
|
},
|
|
37864
|
-
"
|
|
37736
|
+
"vsmValue": {
|
|
37865
37737
|
"type": "string"
|
|
37866
37738
|
},
|
|
37867
|
-
"
|
|
37739
|
+
"id": {
|
|
37740
|
+
"type": "string"
|
|
37741
|
+
},
|
|
37742
|
+
"key": {
|
|
37868
37743
|
"type": "string"
|
|
37869
37744
|
},
|
|
37870
37745
|
"configurationId": {
|
|
@@ -38204,10 +38079,6 @@
|
|
|
38204
38079
|
"type": "object",
|
|
38205
38080
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
38206
38081
|
},
|
|
38207
|
-
"decrypted": {
|
|
38208
|
-
"type": "boolean",
|
|
38209
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
38210
|
-
},
|
|
38211
38082
|
"comment": {
|
|
38212
38083
|
"type": "string"
|
|
38213
38084
|
},
|
|
@@ -38216,15 +38087,12 @@
|
|
|
38216
38087
|
"type": "string"
|
|
38217
38088
|
},
|
|
38218
38089
|
"type": "array"
|
|
38219
|
-
},
|
|
38220
|
-
"vsmValue": {
|
|
38221
|
-
"type": "string"
|
|
38222
38090
|
}
|
|
38223
38091
|
},
|
|
38224
38092
|
"required": [
|
|
38225
38093
|
"type",
|
|
38226
|
-
"
|
|
38227
|
-
"
|
|
38094
|
+
"value",
|
|
38095
|
+
"key"
|
|
38228
38096
|
],
|
|
38229
38097
|
"type": "object"
|
|
38230
38098
|
},
|
|
@@ -38371,10 +38239,12 @@
|
|
|
38371
38239
|
"endsWith",
|
|
38372
38240
|
"startsWith",
|
|
38373
38241
|
"equals"
|
|
38374
|
-
]
|
|
38242
|
+
],
|
|
38243
|
+
"description": "The type of matching to perform"
|
|
38375
38244
|
},
|
|
38376
38245
|
"pattern": {
|
|
38377
|
-
"type": "string"
|
|
38246
|
+
"type": "string",
|
|
38247
|
+
"description": "The pattern to match against branch names"
|
|
38378
38248
|
}
|
|
38379
38249
|
},
|
|
38380
38250
|
"required": [
|
|
@@ -38831,6 +38701,80 @@
|
|
|
38831
38701
|
"deployHooks"
|
|
38832
38702
|
],
|
|
38833
38703
|
"type": "object"
|
|
38704
|
+
},
|
|
38705
|
+
{
|
|
38706
|
+
"properties": {
|
|
38707
|
+
"org": {
|
|
38708
|
+
"type": "string"
|
|
38709
|
+
},
|
|
38710
|
+
"repoOwnerId": {
|
|
38711
|
+
"type": "number",
|
|
38712
|
+
"description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
|
|
38713
|
+
},
|
|
38714
|
+
"repo": {
|
|
38715
|
+
"type": "string"
|
|
38716
|
+
},
|
|
38717
|
+
"repoId": {
|
|
38718
|
+
"type": "number"
|
|
38719
|
+
},
|
|
38720
|
+
"type": {
|
|
38721
|
+
"type": "string",
|
|
38722
|
+
"enum": [
|
|
38723
|
+
"github-custom-host"
|
|
38724
|
+
]
|
|
38725
|
+
},
|
|
38726
|
+
"host": {
|
|
38727
|
+
"type": "string"
|
|
38728
|
+
},
|
|
38729
|
+
"createdAt": {
|
|
38730
|
+
"type": "number"
|
|
38731
|
+
},
|
|
38732
|
+
"deployHooks": {
|
|
38733
|
+
"items": {
|
|
38734
|
+
"properties": {
|
|
38735
|
+
"createdAt": {
|
|
38736
|
+
"type": "number"
|
|
38737
|
+
},
|
|
38738
|
+
"id": {
|
|
38739
|
+
"type": "string"
|
|
38740
|
+
},
|
|
38741
|
+
"name": {
|
|
38742
|
+
"type": "string"
|
|
38743
|
+
},
|
|
38744
|
+
"ref": {
|
|
38745
|
+
"type": "string"
|
|
38746
|
+
},
|
|
38747
|
+
"url": {
|
|
38748
|
+
"type": "string"
|
|
38749
|
+
}
|
|
38750
|
+
},
|
|
38751
|
+
"required": [
|
|
38752
|
+
"id",
|
|
38753
|
+
"name",
|
|
38754
|
+
"ref",
|
|
38755
|
+
"url"
|
|
38756
|
+
],
|
|
38757
|
+
"type": "object"
|
|
38758
|
+
},
|
|
38759
|
+
"type": "array"
|
|
38760
|
+
},
|
|
38761
|
+
"gitCredentialId": {
|
|
38762
|
+
"type": "string"
|
|
38763
|
+
},
|
|
38764
|
+
"updatedAt": {
|
|
38765
|
+
"type": "number"
|
|
38766
|
+
},
|
|
38767
|
+
"sourceless": {
|
|
38768
|
+
"type": "boolean"
|
|
38769
|
+
},
|
|
38770
|
+
"productionBranch": {
|
|
38771
|
+
"type": "string"
|
|
38772
|
+
}
|
|
38773
|
+
},
|
|
38774
|
+
"required": [
|
|
38775
|
+
"deployHooks"
|
|
38776
|
+
],
|
|
38777
|
+
"type": "object"
|
|
38834
38778
|
}
|
|
38835
38779
|
]
|
|
38836
38780
|
},
|
|
@@ -38868,7 +38812,7 @@
|
|
|
38868
38812
|
},
|
|
38869
38813
|
"defaultRoute": {
|
|
38870
38814
|
"type": "string",
|
|
38871
|
-
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
38815
|
+
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
|
|
38872
38816
|
},
|
|
38873
38817
|
"routeObservabilityToThisProject": {
|
|
38874
38818
|
"type": "boolean",
|
|
@@ -38993,6 +38937,12 @@
|
|
|
38993
38937
|
},
|
|
38994
38938
|
"elasticConcurrencyEnabled": {
|
|
38995
38939
|
"type": "boolean"
|
|
38940
|
+
},
|
|
38941
|
+
"buildMachineType": {
|
|
38942
|
+
"type": "string",
|
|
38943
|
+
"enum": [
|
|
38944
|
+
"enhanced"
|
|
38945
|
+
]
|
|
38996
38946
|
}
|
|
38997
38947
|
},
|
|
38998
38948
|
"required": [
|
|
@@ -39018,6 +38968,14 @@
|
|
|
39018
38968
|
"targetPercentage": {
|
|
39019
38969
|
"type": "number",
|
|
39020
38970
|
"description": "The percentage of traffic to serve to the new deployment"
|
|
38971
|
+
},
|
|
38972
|
+
"minutesToRelease": {
|
|
38973
|
+
"type": "number",
|
|
38974
|
+
"description": "minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth starting percentage to ending percentage stage. So once we have fetched the document with the update time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving."
|
|
38975
|
+
},
|
|
38976
|
+
"requireApproval": {
|
|
38977
|
+
"type": "boolean",
|
|
38978
|
+
"description": "Whether or not this stage requires approval to proceed."
|
|
39021
38979
|
}
|
|
39022
38980
|
},
|
|
39023
38981
|
"required": [
|
|
@@ -39062,6 +39020,12 @@
|
|
|
39062
39020
|
},
|
|
39063
39021
|
"elasticConcurrencyEnabled": {
|
|
39064
39022
|
"type": "boolean"
|
|
39023
|
+
},
|
|
39024
|
+
"buildMachineType": {
|
|
39025
|
+
"type": "string",
|
|
39026
|
+
"enum": [
|
|
39027
|
+
"enhanced"
|
|
39028
|
+
]
|
|
39065
39029
|
}
|
|
39066
39030
|
},
|
|
39067
39031
|
"required": [
|
|
@@ -39101,8 +39065,8 @@
|
|
|
39101
39065
|
"deploymentType": {
|
|
39102
39066
|
"type": "string",
|
|
39103
39067
|
"enum": [
|
|
39104
|
-
"preview",
|
|
39105
39068
|
"all",
|
|
39069
|
+
"preview",
|
|
39106
39070
|
"prod_deployment_urls_and_all_previews"
|
|
39107
39071
|
]
|
|
39108
39072
|
}
|
|
@@ -39170,10 +39134,12 @@
|
|
|
39170
39134
|
"endsWith",
|
|
39171
39135
|
"startsWith",
|
|
39172
39136
|
"equals"
|
|
39173
|
-
]
|
|
39137
|
+
],
|
|
39138
|
+
"description": "The type of matching to perform"
|
|
39174
39139
|
},
|
|
39175
39140
|
"pattern": {
|
|
39176
|
-
"type": "string"
|
|
39141
|
+
"type": "string",
|
|
39142
|
+
"description": "The pattern to match against branch names"
|
|
39177
39143
|
}
|
|
39178
39144
|
},
|
|
39179
39145
|
"required": [
|
|
@@ -39928,6 +39894,12 @@
|
|
|
39928
39894
|
},
|
|
39929
39895
|
"type": "array"
|
|
39930
39896
|
},
|
|
39897
|
+
"observabilityNotebook": {
|
|
39898
|
+
"items": {
|
|
39899
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
39900
|
+
},
|
|
39901
|
+
"type": "array"
|
|
39902
|
+
},
|
|
39931
39903
|
"openTelemetryEndpoint": {
|
|
39932
39904
|
"items": {
|
|
39933
39905
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -40126,6 +40098,12 @@
|
|
|
40126
40098
|
},
|
|
40127
40099
|
"type": "array"
|
|
40128
40100
|
},
|
|
40101
|
+
"teamMemberMfaStatus": {
|
|
40102
|
+
"items": {
|
|
40103
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
40104
|
+
},
|
|
40105
|
+
"type": "array"
|
|
40106
|
+
},
|
|
40129
40107
|
"teamMicrofrontends": {
|
|
40130
40108
|
"items": {
|
|
40131
40109
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -40228,6 +40206,18 @@
|
|
|
40228
40206
|
},
|
|
40229
40207
|
"type": "array"
|
|
40230
40208
|
},
|
|
40209
|
+
"vercelRun": {
|
|
40210
|
+
"items": {
|
|
40211
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
40212
|
+
},
|
|
40213
|
+
"type": "array"
|
|
40214
|
+
},
|
|
40215
|
+
"vercelRunExec": {
|
|
40216
|
+
"items": {
|
|
40217
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
40218
|
+
},
|
|
40219
|
+
"type": "array"
|
|
40220
|
+
},
|
|
40231
40221
|
"aliasProject": {
|
|
40232
40222
|
"items": {
|
|
40233
40223
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -40658,10 +40648,10 @@
|
|
|
40658
40648
|
"deploymentType": {
|
|
40659
40649
|
"type": "string",
|
|
40660
40650
|
"enum": [
|
|
40661
|
-
"production",
|
|
40662
|
-
"preview",
|
|
40663
40651
|
"all",
|
|
40664
|
-
"
|
|
40652
|
+
"preview",
|
|
40653
|
+
"prod_deployment_urls_and_all_previews",
|
|
40654
|
+
"production"
|
|
40665
40655
|
]
|
|
40666
40656
|
},
|
|
40667
40657
|
"addresses": {
|
|
@@ -40701,10 +40691,10 @@
|
|
|
40701
40691
|
"deploymentType": {
|
|
40702
40692
|
"type": "string",
|
|
40703
40693
|
"enum": [
|
|
40704
|
-
"production",
|
|
40705
|
-
"preview",
|
|
40706
40694
|
"all",
|
|
40707
|
-
"
|
|
40695
|
+
"preview",
|
|
40696
|
+
"prod_deployment_urls_and_all_previews",
|
|
40697
|
+
"production"
|
|
40708
40698
|
]
|
|
40709
40699
|
}
|
|
40710
40700
|
},
|
|
@@ -41834,7 +41824,8 @@
|
|
|
41834
41824
|
"properties": {
|
|
41835
41825
|
"environments": {
|
|
41836
41826
|
"items": {
|
|
41837
|
-
"type": "object"
|
|
41827
|
+
"type": "object",
|
|
41828
|
+
"description": "Internal representation of a custom environment with all required properties"
|
|
41838
41829
|
},
|
|
41839
41830
|
"type": "array"
|
|
41840
41831
|
}
|
|
@@ -41932,7 +41923,8 @@
|
|
|
41932
41923
|
"content": {
|
|
41933
41924
|
"application/json": {
|
|
41934
41925
|
"schema": {
|
|
41935
|
-
"type": "object"
|
|
41926
|
+
"type": "object",
|
|
41927
|
+
"description": "Internal representation of a custom environment with all required properties"
|
|
41936
41928
|
}
|
|
41937
41929
|
}
|
|
41938
41930
|
}
|
|
@@ -42274,99 +42266,216 @@
|
|
|
42274
42266
|
"content": {
|
|
42275
42267
|
"application/json": {
|
|
42276
42268
|
"schema": {
|
|
42277
|
-
"
|
|
42278
|
-
|
|
42279
|
-
"
|
|
42280
|
-
"
|
|
42281
|
-
"
|
|
42282
|
-
"
|
|
42283
|
-
|
|
42284
|
-
|
|
42285
|
-
|
|
42286
|
-
|
|
42287
|
-
|
|
42288
|
-
|
|
42289
|
-
|
|
42290
|
-
|
|
42291
|
-
|
|
42292
|
-
|
|
42293
|
-
|
|
42294
|
-
|
|
42295
|
-
|
|
42296
|
-
|
|
42297
|
-
|
|
42298
|
-
|
|
42299
|
-
|
|
42300
|
-
|
|
42301
|
-
|
|
42302
|
-
|
|
42303
|
-
|
|
42304
|
-
|
|
42305
|
-
|
|
42306
|
-
|
|
42307
|
-
|
|
42308
|
-
|
|
42309
|
-
|
|
42310
|
-
|
|
42311
|
-
|
|
42312
|
-
|
|
42313
|
-
|
|
42314
|
-
|
|
42315
|
-
|
|
42316
|
-
|
|
42269
|
+
"oneOf": [
|
|
42270
|
+
{
|
|
42271
|
+
"properties": {
|
|
42272
|
+
"domains": {
|
|
42273
|
+
"items": {
|
|
42274
|
+
"properties": {
|
|
42275
|
+
"name": {
|
|
42276
|
+
"type": "string"
|
|
42277
|
+
},
|
|
42278
|
+
"apexName": {
|
|
42279
|
+
"type": "string"
|
|
42280
|
+
},
|
|
42281
|
+
"projectId": {
|
|
42282
|
+
"type": "string"
|
|
42283
|
+
},
|
|
42284
|
+
"redirect": {
|
|
42285
|
+
"nullable": true,
|
|
42286
|
+
"type": "string"
|
|
42287
|
+
},
|
|
42288
|
+
"redirectStatusCode": {
|
|
42289
|
+
"nullable": true,
|
|
42290
|
+
"type": "number",
|
|
42291
|
+
"enum": [
|
|
42292
|
+
307,
|
|
42293
|
+
301,
|
|
42294
|
+
302,
|
|
42295
|
+
308
|
|
42296
|
+
]
|
|
42297
|
+
},
|
|
42298
|
+
"gitBranch": {
|
|
42299
|
+
"nullable": true,
|
|
42300
|
+
"type": "string"
|
|
42301
|
+
},
|
|
42302
|
+
"customEnvironmentId": {
|
|
42303
|
+
"nullable": true,
|
|
42304
|
+
"type": "string"
|
|
42305
|
+
},
|
|
42306
|
+
"updatedAt": {
|
|
42307
|
+
"type": "number"
|
|
42308
|
+
},
|
|
42309
|
+
"createdAt": {
|
|
42310
|
+
"type": "number"
|
|
42311
|
+
},
|
|
42312
|
+
"verified": {
|
|
42313
|
+
"type": "boolean",
|
|
42314
|
+
"description": "`true` if the domain is verified for use with the project. If `false` it will not be used as an alias on this project until the challenge in `verification` is completed."
|
|
42315
|
+
},
|
|
42316
|
+
"verification": {
|
|
42317
|
+
"items": {
|
|
42318
|
+
"properties": {
|
|
42319
|
+
"type": {
|
|
42320
|
+
"type": "string"
|
|
42321
|
+
},
|
|
42322
|
+
"domain": {
|
|
42323
|
+
"type": "string"
|
|
42324
|
+
},
|
|
42325
|
+
"value": {
|
|
42326
|
+
"type": "string"
|
|
42327
|
+
},
|
|
42328
|
+
"reason": {
|
|
42329
|
+
"type": "string"
|
|
42330
|
+
}
|
|
42331
|
+
},
|
|
42332
|
+
"required": [
|
|
42333
|
+
"type",
|
|
42334
|
+
"domain",
|
|
42335
|
+
"value",
|
|
42336
|
+
"reason"
|
|
42337
|
+
],
|
|
42338
|
+
"type": "object",
|
|
42339
|
+
"description": "A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`."
|
|
42340
|
+
},
|
|
42341
|
+
"type": "array",
|
|
42342
|
+
"description": "A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`."
|
|
42343
|
+
}
|
|
42344
|
+
},
|
|
42345
|
+
"required": [
|
|
42346
|
+
"name",
|
|
42347
|
+
"apexName",
|
|
42348
|
+
"projectId",
|
|
42349
|
+
"verified"
|
|
42350
|
+
],
|
|
42351
|
+
"type": "object"
|
|
42317
42352
|
},
|
|
42318
|
-
"
|
|
42319
|
-
|
|
42320
|
-
|
|
42353
|
+
"type": "array"
|
|
42354
|
+
},
|
|
42355
|
+
"pagination": {
|
|
42356
|
+
"properties": {
|
|
42357
|
+
"count": {
|
|
42358
|
+
"type": "number"
|
|
42359
|
+
},
|
|
42360
|
+
"next": {
|
|
42361
|
+
"nullable": true,
|
|
42362
|
+
"type": "number"
|
|
42363
|
+
},
|
|
42364
|
+
"prev": {
|
|
42365
|
+
"nullable": true,
|
|
42366
|
+
"type": "number"
|
|
42367
|
+
}
|
|
42321
42368
|
},
|
|
42322
|
-
"
|
|
42323
|
-
"
|
|
42324
|
-
|
|
42325
|
-
|
|
42326
|
-
|
|
42327
|
-
|
|
42328
|
-
|
|
42329
|
-
|
|
42330
|
-
|
|
42331
|
-
|
|
42332
|
-
|
|
42333
|
-
|
|
42334
|
-
|
|
42335
|
-
|
|
42336
|
-
|
|
42369
|
+
"required": [
|
|
42370
|
+
"count",
|
|
42371
|
+
"next",
|
|
42372
|
+
"prev"
|
|
42373
|
+
],
|
|
42374
|
+
"type": "object"
|
|
42375
|
+
}
|
|
42376
|
+
},
|
|
42377
|
+
"required": [
|
|
42378
|
+
"domains",
|
|
42379
|
+
"pagination"
|
|
42380
|
+
],
|
|
42381
|
+
"type": "object"
|
|
42382
|
+
},
|
|
42383
|
+
{
|
|
42384
|
+
"properties": {
|
|
42385
|
+
"domains": {
|
|
42386
|
+
"items": {
|
|
42387
|
+
"properties": {
|
|
42388
|
+
"name": {
|
|
42389
|
+
"type": "string"
|
|
42337
42390
|
},
|
|
42338
|
-
"
|
|
42339
|
-
"type"
|
|
42340
|
-
|
|
42341
|
-
|
|
42342
|
-
"
|
|
42343
|
-
|
|
42344
|
-
"
|
|
42345
|
-
|
|
42391
|
+
"apexName": {
|
|
42392
|
+
"type": "string"
|
|
42393
|
+
},
|
|
42394
|
+
"projectId": {
|
|
42395
|
+
"type": "string"
|
|
42396
|
+
},
|
|
42397
|
+
"redirect": {
|
|
42398
|
+
"nullable": true,
|
|
42399
|
+
"type": "string"
|
|
42400
|
+
},
|
|
42401
|
+
"redirectStatusCode": {
|
|
42402
|
+
"nullable": true,
|
|
42403
|
+
"type": "number",
|
|
42404
|
+
"enum": [
|
|
42405
|
+
307,
|
|
42406
|
+
301,
|
|
42407
|
+
302,
|
|
42408
|
+
308
|
|
42409
|
+
]
|
|
42410
|
+
},
|
|
42411
|
+
"gitBranch": {
|
|
42412
|
+
"nullable": true,
|
|
42413
|
+
"type": "string"
|
|
42414
|
+
},
|
|
42415
|
+
"customEnvironmentId": {
|
|
42416
|
+
"nullable": true,
|
|
42417
|
+
"type": "string"
|
|
42418
|
+
},
|
|
42419
|
+
"updatedAt": {
|
|
42420
|
+
"type": "number"
|
|
42421
|
+
},
|
|
42422
|
+
"createdAt": {
|
|
42423
|
+
"type": "number"
|
|
42424
|
+
},
|
|
42425
|
+
"verified": {
|
|
42426
|
+
"type": "boolean",
|
|
42427
|
+
"description": "`true` if the domain is verified for use with the project. If `false` it will not be used as an alias on this project until the challenge in `verification` is completed."
|
|
42428
|
+
},
|
|
42429
|
+
"verification": {
|
|
42430
|
+
"items": {
|
|
42431
|
+
"properties": {
|
|
42432
|
+
"type": {
|
|
42433
|
+
"type": "string"
|
|
42434
|
+
},
|
|
42435
|
+
"domain": {
|
|
42436
|
+
"type": "string"
|
|
42437
|
+
},
|
|
42438
|
+
"value": {
|
|
42439
|
+
"type": "string"
|
|
42440
|
+
},
|
|
42441
|
+
"reason": {
|
|
42442
|
+
"type": "string"
|
|
42443
|
+
}
|
|
42444
|
+
},
|
|
42445
|
+
"required": [
|
|
42446
|
+
"type",
|
|
42447
|
+
"domain",
|
|
42448
|
+
"value",
|
|
42449
|
+
"reason"
|
|
42450
|
+
],
|
|
42451
|
+
"type": "object",
|
|
42452
|
+
"description": "A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`."
|
|
42453
|
+
},
|
|
42454
|
+
"type": "array",
|
|
42455
|
+
"description": "A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`."
|
|
42456
|
+
}
|
|
42346
42457
|
},
|
|
42347
|
-
"
|
|
42348
|
-
|
|
42349
|
-
|
|
42458
|
+
"required": [
|
|
42459
|
+
"name",
|
|
42460
|
+
"apexName",
|
|
42461
|
+
"projectId",
|
|
42462
|
+
"verified"
|
|
42463
|
+
],
|
|
42464
|
+
"type": "object"
|
|
42465
|
+
},
|
|
42466
|
+
"type": "array"
|
|
42350
42467
|
},
|
|
42351
|
-
"
|
|
42352
|
-
"
|
|
42353
|
-
|
|
42354
|
-
"projectId",
|
|
42355
|
-
"verified"
|
|
42356
|
-
],
|
|
42357
|
-
"type": "object"
|
|
42468
|
+
"pagination": {
|
|
42469
|
+
"$ref": "#/components/schemas/Pagination"
|
|
42470
|
+
}
|
|
42358
42471
|
},
|
|
42359
|
-
"
|
|
42360
|
-
|
|
42361
|
-
|
|
42362
|
-
|
|
42472
|
+
"required": [
|
|
42473
|
+
"domains",
|
|
42474
|
+
"pagination"
|
|
42475
|
+
],
|
|
42476
|
+
"type": "object"
|
|
42363
42477
|
}
|
|
42364
|
-
|
|
42365
|
-
"required": [
|
|
42366
|
-
"domains",
|
|
42367
|
-
"pagination"
|
|
42368
|
-
],
|
|
42369
|
-
"type": "object"
|
|
42478
|
+
]
|
|
42370
42479
|
}
|
|
42371
42480
|
}
|
|
42372
42481
|
}
|
|
@@ -43459,13 +43568,19 @@
|
|
|
43459
43568
|
"type": "string",
|
|
43460
43569
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
43461
43570
|
},
|
|
43462
|
-
"
|
|
43571
|
+
"decrypted": {
|
|
43572
|
+
"type": "boolean"
|
|
43573
|
+
},
|
|
43574
|
+
"value": {
|
|
43463
43575
|
"type": "string"
|
|
43464
43576
|
},
|
|
43465
|
-
"
|
|
43577
|
+
"vsmValue": {
|
|
43466
43578
|
"type": "string"
|
|
43467
43579
|
},
|
|
43468
|
-
"
|
|
43580
|
+
"id": {
|
|
43581
|
+
"type": "string"
|
|
43582
|
+
},
|
|
43583
|
+
"key": {
|
|
43469
43584
|
"type": "string"
|
|
43470
43585
|
},
|
|
43471
43586
|
"configurationId": {
|
|
@@ -43805,10 +43920,6 @@
|
|
|
43805
43920
|
"type": "object",
|
|
43806
43921
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
43807
43922
|
},
|
|
43808
|
-
"decrypted": {
|
|
43809
|
-
"type": "boolean",
|
|
43810
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
43811
|
-
},
|
|
43812
43923
|
"comment": {
|
|
43813
43924
|
"type": "string"
|
|
43814
43925
|
},
|
|
@@ -43818,9 +43929,6 @@
|
|
|
43818
43929
|
},
|
|
43819
43930
|
"type": "array"
|
|
43820
43931
|
},
|
|
43821
|
-
"vsmValue": {
|
|
43822
|
-
"type": "string"
|
|
43823
|
-
},
|
|
43824
43932
|
"system": {
|
|
43825
43933
|
"type": "boolean"
|
|
43826
43934
|
}
|
|
@@ -43873,13 +43981,19 @@
|
|
|
43873
43981
|
"type": "string",
|
|
43874
43982
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
43875
43983
|
},
|
|
43876
|
-
"
|
|
43984
|
+
"decrypted": {
|
|
43985
|
+
"type": "boolean"
|
|
43986
|
+
},
|
|
43987
|
+
"value": {
|
|
43877
43988
|
"type": "string"
|
|
43878
43989
|
},
|
|
43879
|
-
"
|
|
43990
|
+
"vsmValue": {
|
|
43880
43991
|
"type": "string"
|
|
43881
43992
|
},
|
|
43882
|
-
"
|
|
43993
|
+
"id": {
|
|
43994
|
+
"type": "string"
|
|
43995
|
+
},
|
|
43996
|
+
"key": {
|
|
43883
43997
|
"type": "string"
|
|
43884
43998
|
},
|
|
43885
43999
|
"configurationId": {
|
|
@@ -44219,10 +44333,6 @@
|
|
|
44219
44333
|
"type": "object",
|
|
44220
44334
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
44221
44335
|
},
|
|
44222
|
-
"decrypted": {
|
|
44223
|
-
"type": "boolean",
|
|
44224
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
44225
|
-
},
|
|
44226
44336
|
"comment": {
|
|
44227
44337
|
"type": "string"
|
|
44228
44338
|
},
|
|
@@ -44232,9 +44342,6 @@
|
|
|
44232
44342
|
},
|
|
44233
44343
|
"type": "array"
|
|
44234
44344
|
},
|
|
44235
|
-
"vsmValue": {
|
|
44236
|
-
"type": "string"
|
|
44237
|
-
},
|
|
44238
44345
|
"system": {
|
|
44239
44346
|
"type": "boolean"
|
|
44240
44347
|
}
|
|
@@ -44299,13 +44406,19 @@
|
|
|
44299
44406
|
"type": "string",
|
|
44300
44407
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
44301
44408
|
},
|
|
44302
|
-
"
|
|
44409
|
+
"decrypted": {
|
|
44410
|
+
"type": "boolean"
|
|
44411
|
+
},
|
|
44412
|
+
"value": {
|
|
44303
44413
|
"type": "string"
|
|
44304
44414
|
},
|
|
44305
|
-
"
|
|
44415
|
+
"vsmValue": {
|
|
44306
44416
|
"type": "string"
|
|
44307
44417
|
},
|
|
44308
|
-
"
|
|
44418
|
+
"id": {
|
|
44419
|
+
"type": "string"
|
|
44420
|
+
},
|
|
44421
|
+
"key": {
|
|
44309
44422
|
"type": "string"
|
|
44310
44423
|
},
|
|
44311
44424
|
"configurationId": {
|
|
@@ -44645,10 +44758,6 @@
|
|
|
44645
44758
|
"type": "object",
|
|
44646
44759
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
44647
44760
|
},
|
|
44648
|
-
"decrypted": {
|
|
44649
|
-
"type": "boolean",
|
|
44650
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
44651
|
-
},
|
|
44652
44761
|
"comment": {
|
|
44653
44762
|
"type": "string"
|
|
44654
44763
|
},
|
|
@@ -44658,9 +44767,6 @@
|
|
|
44658
44767
|
},
|
|
44659
44768
|
"type": "array"
|
|
44660
44769
|
},
|
|
44661
|
-
"vsmValue": {
|
|
44662
|
-
"type": "string"
|
|
44663
|
-
},
|
|
44664
44770
|
"system": {
|
|
44665
44771
|
"type": "boolean"
|
|
44666
44772
|
}
|
|
@@ -44858,13 +44964,19 @@
|
|
|
44858
44964
|
"type": "string",
|
|
44859
44965
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
44860
44966
|
},
|
|
44861
|
-
"
|
|
44967
|
+
"decrypted": {
|
|
44968
|
+
"type": "boolean"
|
|
44969
|
+
},
|
|
44970
|
+
"value": {
|
|
44862
44971
|
"type": "string"
|
|
44863
44972
|
},
|
|
44864
|
-
"
|
|
44973
|
+
"vsmValue": {
|
|
44865
44974
|
"type": "string"
|
|
44866
44975
|
},
|
|
44867
|
-
"
|
|
44976
|
+
"id": {
|
|
44977
|
+
"type": "string"
|
|
44978
|
+
},
|
|
44979
|
+
"key": {
|
|
44868
44980
|
"type": "string"
|
|
44869
44981
|
},
|
|
44870
44982
|
"configurationId": {
|
|
@@ -45204,10 +45316,6 @@
|
|
|
45204
45316
|
"type": "object",
|
|
45205
45317
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
45206
45318
|
},
|
|
45207
|
-
"decrypted": {
|
|
45208
|
-
"type": "boolean",
|
|
45209
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
45210
|
-
},
|
|
45211
45319
|
"comment": {
|
|
45212
45320
|
"type": "string"
|
|
45213
45321
|
},
|
|
@@ -45217,9 +45325,6 @@
|
|
|
45217
45325
|
},
|
|
45218
45326
|
"type": "array"
|
|
45219
45327
|
},
|
|
45220
|
-
"vsmValue": {
|
|
45221
|
-
"type": "string"
|
|
45222
|
-
},
|
|
45223
45328
|
"system": {
|
|
45224
45329
|
"type": "boolean"
|
|
45225
45330
|
}
|
|
@@ -45261,13 +45366,19 @@
|
|
|
45261
45366
|
"type": "string",
|
|
45262
45367
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
45263
45368
|
},
|
|
45264
|
-
"
|
|
45369
|
+
"decrypted": {
|
|
45370
|
+
"type": "boolean"
|
|
45371
|
+
},
|
|
45372
|
+
"value": {
|
|
45265
45373
|
"type": "string"
|
|
45266
45374
|
},
|
|
45267
|
-
"
|
|
45375
|
+
"vsmValue": {
|
|
45268
45376
|
"type": "string"
|
|
45269
45377
|
},
|
|
45270
|
-
"
|
|
45378
|
+
"id": {
|
|
45379
|
+
"type": "string"
|
|
45380
|
+
},
|
|
45381
|
+
"key": {
|
|
45271
45382
|
"type": "string"
|
|
45272
45383
|
},
|
|
45273
45384
|
"configurationId": {
|
|
@@ -45607,10 +45718,6 @@
|
|
|
45607
45718
|
"type": "object",
|
|
45608
45719
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
45609
45720
|
},
|
|
45610
|
-
"decrypted": {
|
|
45611
|
-
"type": "boolean",
|
|
45612
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
45613
|
-
},
|
|
45614
45721
|
"comment": {
|
|
45615
45722
|
"type": "string"
|
|
45616
45723
|
},
|
|
@@ -45620,9 +45727,6 @@
|
|
|
45620
45727
|
},
|
|
45621
45728
|
"type": "array"
|
|
45622
45729
|
},
|
|
45623
|
-
"vsmValue": {
|
|
45624
|
-
"type": "string"
|
|
45625
|
-
},
|
|
45626
45730
|
"system": {
|
|
45627
45731
|
"type": "boolean"
|
|
45628
45732
|
}
|
|
@@ -46442,13 +46546,19 @@
|
|
|
46442
46546
|
"type": "string",
|
|
46443
46547
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
46444
46548
|
},
|
|
46445
|
-
"
|
|
46549
|
+
"decrypted": {
|
|
46550
|
+
"type": "boolean"
|
|
46551
|
+
},
|
|
46552
|
+
"value": {
|
|
46446
46553
|
"type": "string"
|
|
46447
46554
|
},
|
|
46448
|
-
"
|
|
46555
|
+
"vsmValue": {
|
|
46449
46556
|
"type": "string"
|
|
46450
46557
|
},
|
|
46451
|
-
"
|
|
46558
|
+
"id": {
|
|
46559
|
+
"type": "string"
|
|
46560
|
+
},
|
|
46561
|
+
"key": {
|
|
46452
46562
|
"type": "string"
|
|
46453
46563
|
},
|
|
46454
46564
|
"configurationId": {
|
|
@@ -46788,10 +46898,6 @@
|
|
|
46788
46898
|
"type": "object",
|
|
46789
46899
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
46790
46900
|
},
|
|
46791
|
-
"decrypted": {
|
|
46792
|
-
"type": "boolean",
|
|
46793
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
46794
|
-
},
|
|
46795
46901
|
"comment": {
|
|
46796
46902
|
"type": "string"
|
|
46797
46903
|
},
|
|
@@ -46800,15 +46906,12 @@
|
|
|
46800
46906
|
"type": "string"
|
|
46801
46907
|
},
|
|
46802
46908
|
"type": "array"
|
|
46803
|
-
},
|
|
46804
|
-
"vsmValue": {
|
|
46805
|
-
"type": "string"
|
|
46806
46909
|
}
|
|
46807
46910
|
},
|
|
46808
46911
|
"required": [
|
|
46809
46912
|
"type",
|
|
46810
|
-
"
|
|
46811
|
-
"
|
|
46913
|
+
"value",
|
|
46914
|
+
"key"
|
|
46812
46915
|
],
|
|
46813
46916
|
"type": "object"
|
|
46814
46917
|
},
|
|
@@ -46846,13 +46949,16 @@
|
|
|
46846
46949
|
"type": "string",
|
|
46847
46950
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
46848
46951
|
},
|
|
46849
|
-
"
|
|
46952
|
+
"decrypted": {
|
|
46953
|
+
"type": "boolean"
|
|
46954
|
+
},
|
|
46955
|
+
"value": {
|
|
46850
46956
|
"type": "string"
|
|
46851
46957
|
},
|
|
46852
|
-
"
|
|
46958
|
+
"id": {
|
|
46853
46959
|
"type": "string"
|
|
46854
46960
|
},
|
|
46855
|
-
"
|
|
46961
|
+
"key": {
|
|
46856
46962
|
"type": "string"
|
|
46857
46963
|
},
|
|
46858
46964
|
"configurationId": {
|
|
@@ -47192,10 +47298,6 @@
|
|
|
47192
47298
|
"type": "object",
|
|
47193
47299
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
47194
47300
|
},
|
|
47195
|
-
"decrypted": {
|
|
47196
|
-
"type": "boolean",
|
|
47197
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
47198
|
-
},
|
|
47199
47301
|
"comment": {
|
|
47200
47302
|
"type": "string"
|
|
47201
47303
|
},
|
|
@@ -47208,8 +47310,8 @@
|
|
|
47208
47310
|
},
|
|
47209
47311
|
"required": [
|
|
47210
47312
|
"type",
|
|
47211
|
-
"
|
|
47212
|
-
"
|
|
47313
|
+
"value",
|
|
47314
|
+
"key"
|
|
47213
47315
|
],
|
|
47214
47316
|
"type": "object"
|
|
47215
47317
|
}
|
|
@@ -47347,13 +47449,19 @@
|
|
|
47347
47449
|
"type": "string",
|
|
47348
47450
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
47349
47451
|
},
|
|
47350
|
-
"
|
|
47452
|
+
"decrypted": {
|
|
47453
|
+
"type": "boolean"
|
|
47454
|
+
},
|
|
47455
|
+
"value": {
|
|
47351
47456
|
"type": "string"
|
|
47352
47457
|
},
|
|
47353
|
-
"
|
|
47458
|
+
"vsmValue": {
|
|
47354
47459
|
"type": "string"
|
|
47355
47460
|
},
|
|
47356
|
-
"
|
|
47461
|
+
"id": {
|
|
47462
|
+
"type": "string"
|
|
47463
|
+
},
|
|
47464
|
+
"key": {
|
|
47357
47465
|
"type": "string"
|
|
47358
47466
|
},
|
|
47359
47467
|
"configurationId": {
|
|
@@ -47693,10 +47801,6 @@
|
|
|
47693
47801
|
"type": "object",
|
|
47694
47802
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
47695
47803
|
},
|
|
47696
|
-
"decrypted": {
|
|
47697
|
-
"type": "boolean",
|
|
47698
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
47699
|
-
},
|
|
47700
47804
|
"comment": {
|
|
47701
47805
|
"type": "string"
|
|
47702
47806
|
},
|
|
@@ -47705,15 +47809,12 @@
|
|
|
47705
47809
|
"type": "string"
|
|
47706
47810
|
},
|
|
47707
47811
|
"type": "array"
|
|
47708
|
-
},
|
|
47709
|
-
"vsmValue": {
|
|
47710
|
-
"type": "string"
|
|
47711
47812
|
}
|
|
47712
47813
|
},
|
|
47713
47814
|
"required": [
|
|
47714
47815
|
"type",
|
|
47715
|
-
"
|
|
47716
|
-
"
|
|
47816
|
+
"value",
|
|
47817
|
+
"key"
|
|
47717
47818
|
],
|
|
47718
47819
|
"type": "object"
|
|
47719
47820
|
},
|
|
@@ -47763,13 +47864,19 @@
|
|
|
47763
47864
|
"type": "string",
|
|
47764
47865
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
47765
47866
|
},
|
|
47766
|
-
"
|
|
47867
|
+
"decrypted": {
|
|
47868
|
+
"type": "boolean"
|
|
47869
|
+
},
|
|
47870
|
+
"value": {
|
|
47767
47871
|
"type": "string"
|
|
47768
47872
|
},
|
|
47769
|
-
"
|
|
47873
|
+
"vsmValue": {
|
|
47770
47874
|
"type": "string"
|
|
47771
47875
|
},
|
|
47772
|
-
"
|
|
47876
|
+
"id": {
|
|
47877
|
+
"type": "string"
|
|
47878
|
+
},
|
|
47879
|
+
"key": {
|
|
47773
47880
|
"type": "string"
|
|
47774
47881
|
},
|
|
47775
47882
|
"configurationId": {
|
|
@@ -48109,10 +48216,6 @@
|
|
|
48109
48216
|
"type": "object",
|
|
48110
48217
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
48111
48218
|
},
|
|
48112
|
-
"decrypted": {
|
|
48113
|
-
"type": "boolean",
|
|
48114
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
48115
|
-
},
|
|
48116
48219
|
"comment": {
|
|
48117
48220
|
"type": "string"
|
|
48118
48221
|
},
|
|
@@ -48121,15 +48224,12 @@
|
|
|
48121
48224
|
"type": "string"
|
|
48122
48225
|
},
|
|
48123
48226
|
"type": "array"
|
|
48124
|
-
},
|
|
48125
|
-
"vsmValue": {
|
|
48126
|
-
"type": "string"
|
|
48127
48227
|
}
|
|
48128
48228
|
},
|
|
48129
48229
|
"required": [
|
|
48130
48230
|
"type",
|
|
48131
|
-
"
|
|
48132
|
-
"
|
|
48231
|
+
"value",
|
|
48232
|
+
"key"
|
|
48133
48233
|
],
|
|
48134
48234
|
"type": "object"
|
|
48135
48235
|
},
|
|
@@ -48174,13 +48274,19 @@
|
|
|
48174
48274
|
"type": "string",
|
|
48175
48275
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
48176
48276
|
},
|
|
48177
|
-
"
|
|
48277
|
+
"decrypted": {
|
|
48278
|
+
"type": "boolean"
|
|
48279
|
+
},
|
|
48280
|
+
"value": {
|
|
48178
48281
|
"type": "string"
|
|
48179
48282
|
},
|
|
48180
|
-
"
|
|
48283
|
+
"vsmValue": {
|
|
48181
48284
|
"type": "string"
|
|
48182
48285
|
},
|
|
48183
|
-
"
|
|
48286
|
+
"id": {
|
|
48287
|
+
"type": "string"
|
|
48288
|
+
},
|
|
48289
|
+
"key": {
|
|
48184
48290
|
"type": "string"
|
|
48185
48291
|
},
|
|
48186
48292
|
"configurationId": {
|
|
@@ -48520,10 +48626,6 @@
|
|
|
48520
48626
|
"type": "object",
|
|
48521
48627
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
48522
48628
|
},
|
|
48523
|
-
"decrypted": {
|
|
48524
|
-
"type": "boolean",
|
|
48525
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
48526
|
-
},
|
|
48527
48629
|
"comment": {
|
|
48528
48630
|
"type": "string"
|
|
48529
48631
|
},
|
|
@@ -48532,15 +48634,12 @@
|
|
|
48532
48634
|
"type": "string"
|
|
48533
48635
|
},
|
|
48534
48636
|
"type": "array"
|
|
48535
|
-
},
|
|
48536
|
-
"vsmValue": {
|
|
48537
|
-
"type": "string"
|
|
48538
48637
|
}
|
|
48539
48638
|
},
|
|
48540
48639
|
"required": [
|
|
48541
48640
|
"type",
|
|
48542
|
-
"
|
|
48543
|
-
"
|
|
48641
|
+
"value",
|
|
48642
|
+
"key"
|
|
48544
48643
|
],
|
|
48545
48644
|
"type": "object"
|
|
48546
48645
|
}
|
|
@@ -48693,13 +48792,16 @@
|
|
|
48693
48792
|
"type": "string",
|
|
48694
48793
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
48695
48794
|
},
|
|
48696
|
-
"
|
|
48795
|
+
"decrypted": {
|
|
48796
|
+
"type": "boolean"
|
|
48797
|
+
},
|
|
48798
|
+
"value": {
|
|
48697
48799
|
"type": "string"
|
|
48698
48800
|
},
|
|
48699
|
-
"
|
|
48801
|
+
"id": {
|
|
48700
48802
|
"type": "string"
|
|
48701
48803
|
},
|
|
48702
|
-
"
|
|
48804
|
+
"key": {
|
|
48703
48805
|
"type": "string"
|
|
48704
48806
|
},
|
|
48705
48807
|
"configurationId": {
|
|
@@ -49039,10 +49141,6 @@
|
|
|
49039
49141
|
"type": "object",
|
|
49040
49142
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
49041
49143
|
},
|
|
49042
|
-
"decrypted": {
|
|
49043
|
-
"type": "boolean",
|
|
49044
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
49045
|
-
},
|
|
49046
49144
|
"comment": {
|
|
49047
49145
|
"type": "string"
|
|
49048
49146
|
},
|
|
@@ -49055,8 +49153,8 @@
|
|
|
49055
49153
|
},
|
|
49056
49154
|
"required": [
|
|
49057
49155
|
"type",
|
|
49058
|
-
"
|
|
49059
|
-
"
|
|
49156
|
+
"value",
|
|
49157
|
+
"key"
|
|
49060
49158
|
],
|
|
49061
49159
|
"type": "object"
|
|
49062
49160
|
},
|
|
@@ -50795,9 +50893,6 @@
|
|
|
50795
50893
|
"type": "object",
|
|
50796
50894
|
"additionalProperties": {
|
|
50797
50895
|
"anyOf": [
|
|
50798
|
-
{
|
|
50799
|
-
"not": {}
|
|
50800
|
-
},
|
|
50801
50896
|
{
|
|
50802
50897
|
"type": "object",
|
|
50803
50898
|
"properties": {
|
|
@@ -53974,12 +54069,12 @@
|
|
|
53974
54069
|
"enum": [
|
|
53975
54070
|
"teams",
|
|
53976
54071
|
"link",
|
|
53977
|
-
"
|
|
53978
|
-
"import",
|
|
54072
|
+
"saml",
|
|
53979
54073
|
"github",
|
|
53980
54074
|
"gitlab",
|
|
53981
54075
|
"bitbucket",
|
|
53982
|
-
"
|
|
54076
|
+
"mail",
|
|
54077
|
+
"import",
|
|
53983
54078
|
"dsync",
|
|
53984
54079
|
"feedback",
|
|
53985
54080
|
"organization-teams"
|
|
@@ -62535,10 +62630,6 @@
|
|
|
62535
62630
|
"type": "string",
|
|
62536
62631
|
"description": "The value of the Shared Env Var."
|
|
62537
62632
|
},
|
|
62538
|
-
"vsmValue": {
|
|
62539
|
-
"type": "string",
|
|
62540
|
-
"description": "The value of the shared environment variable decrypted against api-secrets-management."
|
|
62541
|
-
},
|
|
62542
62633
|
"projectId": {
|
|
62543
62634
|
"items": {
|
|
62544
62635
|
"type": "string"
|
|
@@ -62665,10 +62756,6 @@
|
|
|
62665
62756
|
"type": "string",
|
|
62666
62757
|
"description": "The value of the Shared Env Var."
|
|
62667
62758
|
},
|
|
62668
|
-
"vsmValue": {
|
|
62669
|
-
"type": "string",
|
|
62670
|
-
"description": "The value of the shared environment variable decrypted against api-secrets-management."
|
|
62671
|
-
},
|
|
62672
62759
|
"projectId": {
|
|
62673
62760
|
"items": {
|
|
62674
62761
|
"type": "string"
|
|
@@ -62792,10 +62879,6 @@
|
|
|
62792
62879
|
"type": "string",
|
|
62793
62880
|
"description": "The value of the Shared Env Var."
|
|
62794
62881
|
},
|
|
62795
|
-
"vsmValue": {
|
|
62796
|
-
"type": "string",
|
|
62797
|
-
"description": "The value of the shared environment variable decrypted against api-secrets-management."
|
|
62798
|
-
},
|
|
62799
62882
|
"projectId": {
|
|
62800
62883
|
"items": {
|
|
62801
62884
|
"type": "string"
|
|
@@ -63194,6 +63277,7 @@
|
|
|
63194
63277
|
"enum": [
|
|
63195
63278
|
"gitlab",
|
|
63196
63279
|
"bitbucket",
|
|
63280
|
+
"google",
|
|
63197
63281
|
"github-oauth",
|
|
63198
63282
|
"github-app"
|
|
63199
63283
|
]
|
|
@@ -63213,7 +63297,8 @@
|
|
|
63213
63297
|
"type": {
|
|
63214
63298
|
"type": "string",
|
|
63215
63299
|
"enum": [
|
|
63216
|
-
"github-oauth-custom-host"
|
|
63300
|
+
"github-oauth-custom-host",
|
|
63301
|
+
"github-app-custom-host"
|
|
63217
63302
|
]
|
|
63218
63303
|
},
|
|
63219
63304
|
"host": {
|
|
@@ -63348,7 +63433,8 @@
|
|
|
63348
63433
|
"enum": [
|
|
63349
63434
|
"github",
|
|
63350
63435
|
"gitlab",
|
|
63351
|
-
"bitbucket"
|
|
63436
|
+
"bitbucket",
|
|
63437
|
+
"github-custom-host"
|
|
63352
63438
|
]
|
|
63353
63439
|
},
|
|
63354
63440
|
"preferredScopesAndGitNamespaces": {
|
|
@@ -63527,6 +63613,29 @@
|
|
|
63527
63613
|
},
|
|
63528
63614
|
"flagsExplorerUnlimitedOverrides": {
|
|
63529
63615
|
"type": "boolean"
|
|
63616
|
+
},
|
|
63617
|
+
"customEnvironmentsPerProject": {
|
|
63618
|
+
"type": "number"
|
|
63619
|
+
},
|
|
63620
|
+
"buildMachine": {
|
|
63621
|
+
"properties": {
|
|
63622
|
+
"purchaseType": {
|
|
63623
|
+
"type": "string",
|
|
63624
|
+
"enum": [
|
|
63625
|
+
"enhanced"
|
|
63626
|
+
]
|
|
63627
|
+
},
|
|
63628
|
+
"abovePlan": {
|
|
63629
|
+
"type": "boolean"
|
|
63630
|
+
},
|
|
63631
|
+
"cores": {
|
|
63632
|
+
"type": "number"
|
|
63633
|
+
},
|
|
63634
|
+
"memory": {
|
|
63635
|
+
"type": "number"
|
|
63636
|
+
}
|
|
63637
|
+
},
|
|
63638
|
+
"type": "object"
|
|
63530
63639
|
}
|
|
63531
63640
|
},
|
|
63532
63641
|
"type": "object"
|
|
@@ -65587,6 +65696,9 @@
|
|
|
65587
65696
|
"viaBitbucket": {
|
|
65588
65697
|
"type": "boolean"
|
|
65589
65698
|
},
|
|
65699
|
+
"viaGoogle": {
|
|
65700
|
+
"type": "boolean"
|
|
65701
|
+
},
|
|
65590
65702
|
"viaSamlSso": {
|
|
65591
65703
|
"type": "boolean"
|
|
65592
65704
|
},
|
|
@@ -65610,6 +65722,7 @@
|
|
|
65610
65722
|
"viaGithub",
|
|
65611
65723
|
"viaGitlab",
|
|
65612
65724
|
"viaBitbucket",
|
|
65725
|
+
"viaGoogle",
|
|
65613
65726
|
"viaSamlSso",
|
|
65614
65727
|
"viaPasskey"
|
|
65615
65728
|
],
|
|
@@ -67043,6 +67156,18 @@
|
|
|
67043
67156
|
"type": "object",
|
|
67044
67157
|
"description": "The payload of the event, if requested."
|
|
67045
67158
|
},
|
|
67159
|
+
{
|
|
67160
|
+
"properties": {
|
|
67161
|
+
"enforced": {
|
|
67162
|
+
"type": "boolean"
|
|
67163
|
+
}
|
|
67164
|
+
},
|
|
67165
|
+
"required": [
|
|
67166
|
+
"enforced"
|
|
67167
|
+
],
|
|
67168
|
+
"type": "object",
|
|
67169
|
+
"description": "The payload of the event, if requested."
|
|
67170
|
+
},
|
|
67046
67171
|
{
|
|
67047
67172
|
"properties": {
|
|
67048
67173
|
"name": {
|
|
@@ -67803,7 +67928,7 @@
|
|
|
67803
67928
|
},
|
|
67804
67929
|
"defaultRoute": {
|
|
67805
67930
|
"type": "string",
|
|
67806
|
-
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
67931
|
+
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
|
|
67807
67932
|
},
|
|
67808
67933
|
"routeObservabilityToThisProject": {
|
|
67809
67934
|
"type": "boolean",
|
|
@@ -67888,7 +68013,7 @@
|
|
|
67888
68013
|
},
|
|
67889
68014
|
"defaultRoute": {
|
|
67890
68015
|
"type": "string",
|
|
67891
|
-
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
68016
|
+
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
|
|
67892
68017
|
},
|
|
67893
68018
|
"routeObservabilityToThisProject": {
|
|
67894
68019
|
"type": "boolean",
|
|
@@ -68321,7 +68446,8 @@
|
|
|
68321
68446
|
"passkey",
|
|
68322
68447
|
"otp",
|
|
68323
68448
|
"sms",
|
|
68324
|
-
"invite"
|
|
68449
|
+
"invite",
|
|
68450
|
+
"google"
|
|
68325
68451
|
]
|
|
68326
68452
|
}
|
|
68327
68453
|
},
|
|
@@ -68699,7 +68825,8 @@
|
|
|
68699
68825
|
"passkey",
|
|
68700
68826
|
"otp",
|
|
68701
68827
|
"sms",
|
|
68702
|
-
"invite"
|
|
68828
|
+
"invite",
|
|
68829
|
+
"google"
|
|
68703
68830
|
]
|
|
68704
68831
|
},
|
|
68705
68832
|
"createdAt": {
|
|
@@ -68740,7 +68867,8 @@
|
|
|
68740
68867
|
"passkey",
|
|
68741
68868
|
"otp",
|
|
68742
68869
|
"sms",
|
|
68743
|
-
"invite"
|
|
68870
|
+
"invite",
|
|
68871
|
+
"google"
|
|
68744
68872
|
]
|
|
68745
68873
|
},
|
|
68746
68874
|
"createdAt": {
|
|
@@ -68977,6 +69105,35 @@
|
|
|
68977
69105
|
"flagsExplorerUnlimitedOverrides": {
|
|
68978
69106
|
"type": "boolean",
|
|
68979
69107
|
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
69108
|
+
},
|
|
69109
|
+
"customEnvironmentsPerProject": {
|
|
69110
|
+
"type": "number",
|
|
69111
|
+
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
69112
|
+
},
|
|
69113
|
+
"buildMachine": {
|
|
69114
|
+
"properties": {
|
|
69115
|
+
"purchaseType": {
|
|
69116
|
+
"type": "string",
|
|
69117
|
+
"enum": [
|
|
69118
|
+
"enhanced"
|
|
69119
|
+
],
|
|
69120
|
+
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
69121
|
+
},
|
|
69122
|
+
"abovePlan": {
|
|
69123
|
+
"type": "boolean",
|
|
69124
|
+
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
69125
|
+
},
|
|
69126
|
+
"cores": {
|
|
69127
|
+
"type": "number",
|
|
69128
|
+
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
69129
|
+
},
|
|
69130
|
+
"memory": {
|
|
69131
|
+
"type": "number",
|
|
69132
|
+
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
69133
|
+
}
|
|
69134
|
+
},
|
|
69135
|
+
"type": "object",
|
|
69136
|
+
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
68980
69137
|
}
|
|
68981
69138
|
},
|
|
68982
69139
|
"type": "object",
|
|
@@ -69054,7 +69211,8 @@
|
|
|
69054
69211
|
"enum": [
|
|
69055
69212
|
"github",
|
|
69056
69213
|
"gitlab",
|
|
69057
|
-
"bitbucket"
|
|
69214
|
+
"bitbucket",
|
|
69215
|
+
"github-custom-host"
|
|
69058
69216
|
]
|
|
69059
69217
|
},
|
|
69060
69218
|
"preferredScopesAndGitNamespaces": {
|