@vercel/sdk 1.6.3 → 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 -0
- package/bin/mcp-server.js +3504 -1244
- package/bin/mcp-server.js.map +28 -25
- package/docs/sdks/edgeconfig/README.md +2 -6
- 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__/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 +163 -3
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/projectsCreateProject.js +2 -2
- package/esm/funcs/projectsCreateProject.js.map +1 -1
- package/esm/funcs/securityPutFirewallConfig.d.ts +19 -0
- package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
- package/esm/funcs/securityPutFirewallConfig.js +88 -0
- 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/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/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/securityPutFirewallConfig.js.map +1 -0
- 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 +46 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +28 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +274 -73
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +270 -72
- 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/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 +175 -13
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +157 -6
- 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/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/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/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 +175 -13
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +156 -6
- package/esm/models/getprojectsop.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 +183 -21
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +172 -18
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +175 -13
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +157 -6
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +46 -19
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +34 -10
- package/esm/models/userevent.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__/marketplace.test.ts +7 -2
- package/src/__tests__/projects.test.ts +4 -4
- package/src/__tests__/security.test.ts +165 -5
- package/src/funcs/projectsCreateProject.ts +2 -2
- package/src/funcs/securityPutFirewallConfig.ts +194 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/securityPutFirewallConfig.ts +37 -0
- package/src/models/authtoken.ts +2 -0
- package/src/models/authuser.ts +52 -0
- package/src/models/canceldeploymentop.ts +591 -148
- package/src/models/createdeploymentop.ts +616 -165
- package/src/models/createprojectenvop.ts +24 -30
- package/src/models/createprojectop.ts +336 -15
- package/src/models/editprojectenvop.ts +8 -11
- package/src/models/filterprojectenvsop.ts +36 -45
- package/src/models/getdeploymentop.ts +1288 -353
- package/src/models/getfirewallconfigop.ts +555 -410
- package/src/models/getprojectdomainsop.ts +470 -63
- package/src/models/getprojectenvop.ts +20 -26
- package/src/models/getprojectsop.ts +338 -16
- 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 +353 -34
- package/src/models/updateprojectop.ts +336 -15
- package/src/models/userevent.ts +54 -29
- package/src/sdk/security.ts +22 -0
- package/vercel-spec.json +1375 -286
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
|
},
|
|
@@ -5414,6 +5413,80 @@
|
|
|
5414
5413
|
"deployHooks"
|
|
5415
5414
|
],
|
|
5416
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"
|
|
5417
5490
|
}
|
|
5418
5491
|
]
|
|
5419
5492
|
},
|
|
@@ -5576,6 +5649,12 @@
|
|
|
5576
5649
|
},
|
|
5577
5650
|
"elasticConcurrencyEnabled": {
|
|
5578
5651
|
"type": "boolean"
|
|
5652
|
+
},
|
|
5653
|
+
"buildMachineType": {
|
|
5654
|
+
"type": "string",
|
|
5655
|
+
"enum": [
|
|
5656
|
+
"enhanced"
|
|
5657
|
+
]
|
|
5579
5658
|
}
|
|
5580
5659
|
},
|
|
5581
5660
|
"required": [
|
|
@@ -5601,6 +5680,14 @@
|
|
|
5601
5680
|
"targetPercentage": {
|
|
5602
5681
|
"type": "number",
|
|
5603
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."
|
|
5604
5691
|
}
|
|
5605
5692
|
},
|
|
5606
5693
|
"required": [
|
|
@@ -5645,6 +5732,12 @@
|
|
|
5645
5732
|
},
|
|
5646
5733
|
"elasticConcurrencyEnabled": {
|
|
5647
5734
|
"type": "boolean"
|
|
5735
|
+
},
|
|
5736
|
+
"buildMachineType": {
|
|
5737
|
+
"type": "string",
|
|
5738
|
+
"enum": [
|
|
5739
|
+
"enhanced"
|
|
5740
|
+
]
|
|
5648
5741
|
}
|
|
5649
5742
|
},
|
|
5650
5743
|
"required": [
|
|
@@ -6513,6 +6606,12 @@
|
|
|
6513
6606
|
},
|
|
6514
6607
|
"type": "array"
|
|
6515
6608
|
},
|
|
6609
|
+
"observabilityNotebook": {
|
|
6610
|
+
"items": {
|
|
6611
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
6612
|
+
},
|
|
6613
|
+
"type": "array"
|
|
6614
|
+
},
|
|
6516
6615
|
"openTelemetryEndpoint": {
|
|
6517
6616
|
"items": {
|
|
6518
6617
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -8561,6 +8660,10 @@
|
|
|
8561
8660
|
"buildingAt": {
|
|
8562
8661
|
"type": "number"
|
|
8563
8662
|
},
|
|
8663
|
+
"buildContainerFinishedAt": {
|
|
8664
|
+
"type": "number",
|
|
8665
|
+
"description": "Since April 2025 it necessary for On-Demand Concurrency Minutes calculation"
|
|
8666
|
+
},
|
|
8564
8667
|
"buildSkipped": {
|
|
8565
8668
|
"type": "boolean"
|
|
8566
8669
|
},
|
|
@@ -8908,6 +9011,83 @@
|
|
|
8908
9011
|
],
|
|
8909
9012
|
"type": "object"
|
|
8910
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
|
+
},
|
|
8911
9091
|
{
|
|
8912
9092
|
"properties": {
|
|
8913
9093
|
"type": {
|
|
@@ -9068,6 +9248,42 @@
|
|
|
9068
9248
|
],
|
|
9069
9249
|
"type": "object"
|
|
9070
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
|
+
},
|
|
9071
9287
|
{
|
|
9072
9288
|
"properties": {
|
|
9073
9289
|
"type": {
|
|
@@ -9954,6 +10170,10 @@
|
|
|
9954
10170
|
"buildingAt": {
|
|
9955
10171
|
"type": "number"
|
|
9956
10172
|
},
|
|
10173
|
+
"buildContainerFinishedAt": {
|
|
10174
|
+
"type": "number",
|
|
10175
|
+
"description": "Since April 2025 it necessary for On-Demand Concurrency Minutes calculation"
|
|
10176
|
+
},
|
|
9957
10177
|
"buildSkipped": {
|
|
9958
10178
|
"type": "boolean"
|
|
9959
10179
|
},
|
|
@@ -10301,6 +10521,83 @@
|
|
|
10301
10521
|
],
|
|
10302
10522
|
"type": "object"
|
|
10303
10523
|
},
|
|
10524
|
+
{
|
|
10525
|
+
"properties": {
|
|
10526
|
+
"type": {
|
|
10527
|
+
"type": "string",
|
|
10528
|
+
"enum": [
|
|
10529
|
+
"github-custom-host"
|
|
10530
|
+
]
|
|
10531
|
+
},
|
|
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
|
+
},
|
|
10304
10601
|
{
|
|
10305
10602
|
"properties": {
|
|
10306
10603
|
"type": {
|
|
@@ -10461,6 +10758,42 @@
|
|
|
10461
10758
|
],
|
|
10462
10759
|
"type": "object"
|
|
10463
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
|
+
},
|
|
10464
10797
|
{
|
|
10465
10798
|
"properties": {
|
|
10466
10799
|
"type": {
|
|
@@ -11108,6 +11441,10 @@
|
|
|
11108
11441
|
"buildingAt": {
|
|
11109
11442
|
"type": "number"
|
|
11110
11443
|
},
|
|
11444
|
+
"buildContainerFinishedAt": {
|
|
11445
|
+
"type": "number",
|
|
11446
|
+
"description": "Since April 2025 it necessary for On-Demand Concurrency Minutes calculation"
|
|
11447
|
+
},
|
|
11111
11448
|
"buildSkipped": {
|
|
11112
11449
|
"type": "boolean"
|
|
11113
11450
|
},
|
|
@@ -11355,6 +11692,83 @@
|
|
|
11355
11692
|
],
|
|
11356
11693
|
"type": "object"
|
|
11357
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
|
+
},
|
|
11358
11772
|
{
|
|
11359
11773
|
"properties": {
|
|
11360
11774
|
"type": {
|
|
@@ -11515,6 +11929,42 @@
|
|
|
11515
11929
|
],
|
|
11516
11930
|
"type": "object"
|
|
11517
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
|
+
},
|
|
11518
11968
|
{
|
|
11519
11969
|
"properties": {
|
|
11520
11970
|
"type": {
|
|
@@ -13397,6 +13847,10 @@
|
|
|
13397
13847
|
"buildingAt": {
|
|
13398
13848
|
"type": "number"
|
|
13399
13849
|
},
|
|
13850
|
+
"buildContainerFinishedAt": {
|
|
13851
|
+
"type": "number",
|
|
13852
|
+
"description": "Since April 2025 it necessary for On-Demand Concurrency Minutes calculation"
|
|
13853
|
+
},
|
|
13400
13854
|
"buildSkipped": {
|
|
13401
13855
|
"type": "boolean"
|
|
13402
13856
|
},
|
|
@@ -13724,6 +14178,83 @@
|
|
|
13724
14178
|
],
|
|
13725
14179
|
"type": "object"
|
|
13726
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
|
+
},
|
|
13727
14258
|
{
|
|
13728
14259
|
"properties": {
|
|
13729
14260
|
"type": {
|
|
@@ -13884,6 +14415,42 @@
|
|
|
13884
14415
|
],
|
|
13885
14416
|
"type": "object"
|
|
13886
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
|
+
},
|
|
13887
14454
|
{
|
|
13888
14455
|
"properties": {
|
|
13889
14456
|
"type": {
|
|
@@ -25557,13 +26124,19 @@
|
|
|
25557
26124
|
"type": "string",
|
|
25558
26125
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
25559
26126
|
},
|
|
25560
|
-
"
|
|
26127
|
+
"decrypted": {
|
|
26128
|
+
"type": "boolean"
|
|
26129
|
+
},
|
|
26130
|
+
"value": {
|
|
25561
26131
|
"type": "string"
|
|
25562
26132
|
},
|
|
25563
|
-
"
|
|
26133
|
+
"vsmValue": {
|
|
25564
26134
|
"type": "string"
|
|
25565
26135
|
},
|
|
25566
|
-
"
|
|
26136
|
+
"id": {
|
|
26137
|
+
"type": "string"
|
|
26138
|
+
},
|
|
26139
|
+
"key": {
|
|
25567
26140
|
"type": "string"
|
|
25568
26141
|
},
|
|
25569
26142
|
"configurationId": {
|
|
@@ -25903,10 +26476,6 @@
|
|
|
25903
26476
|
"type": "object",
|
|
25904
26477
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
25905
26478
|
},
|
|
25906
|
-
"decrypted": {
|
|
25907
|
-
"type": "boolean",
|
|
25908
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
25909
|
-
},
|
|
25910
26479
|
"comment": {
|
|
25911
26480
|
"type": "string"
|
|
25912
26481
|
},
|
|
@@ -25915,15 +26484,12 @@
|
|
|
25915
26484
|
"type": "string"
|
|
25916
26485
|
},
|
|
25917
26486
|
"type": "array"
|
|
25918
|
-
},
|
|
25919
|
-
"vsmValue": {
|
|
25920
|
-
"type": "string"
|
|
25921
26487
|
}
|
|
25922
26488
|
},
|
|
25923
26489
|
"required": [
|
|
25924
26490
|
"type",
|
|
25925
|
-
"
|
|
25926
|
-
"
|
|
26491
|
+
"value",
|
|
26492
|
+
"key"
|
|
25927
26493
|
],
|
|
25928
26494
|
"type": "object"
|
|
25929
26495
|
},
|
|
@@ -26532,6 +27098,80 @@
|
|
|
26532
27098
|
"deployHooks"
|
|
26533
27099
|
],
|
|
26534
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"
|
|
26535
27175
|
}
|
|
26536
27176
|
]
|
|
26537
27177
|
},
|
|
@@ -26694,6 +27334,12 @@
|
|
|
26694
27334
|
},
|
|
26695
27335
|
"elasticConcurrencyEnabled": {
|
|
26696
27336
|
"type": "boolean"
|
|
27337
|
+
},
|
|
27338
|
+
"buildMachineType": {
|
|
27339
|
+
"type": "string",
|
|
27340
|
+
"enum": [
|
|
27341
|
+
"enhanced"
|
|
27342
|
+
]
|
|
26697
27343
|
}
|
|
26698
27344
|
},
|
|
26699
27345
|
"required": [
|
|
@@ -26719,6 +27365,14 @@
|
|
|
26719
27365
|
"targetPercentage": {
|
|
26720
27366
|
"type": "number",
|
|
26721
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."
|
|
26722
27376
|
}
|
|
26723
27377
|
},
|
|
26724
27378
|
"required": [
|
|
@@ -26763,6 +27417,12 @@
|
|
|
26763
27417
|
},
|
|
26764
27418
|
"elasticConcurrencyEnabled": {
|
|
26765
27419
|
"type": "boolean"
|
|
27420
|
+
},
|
|
27421
|
+
"buildMachineType": {
|
|
27422
|
+
"type": "string",
|
|
27423
|
+
"enum": [
|
|
27424
|
+
"enhanced"
|
|
27425
|
+
]
|
|
26766
27426
|
}
|
|
26767
27427
|
},
|
|
26768
27428
|
"required": [
|
|
@@ -27631,6 +28291,12 @@
|
|
|
27631
28291
|
},
|
|
27632
28292
|
"type": "array"
|
|
27633
28293
|
},
|
|
28294
|
+
"observabilityNotebook": {
|
|
28295
|
+
"items": {
|
|
28296
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
28297
|
+
},
|
|
28298
|
+
"type": "array"
|
|
28299
|
+
},
|
|
27634
28300
|
"openTelemetryEndpoint": {
|
|
27635
28301
|
"items": {
|
|
27636
28302
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -29320,13 +29986,19 @@
|
|
|
29320
29986
|
"type": "string",
|
|
29321
29987
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
29322
29988
|
},
|
|
29323
|
-
"
|
|
29989
|
+
"decrypted": {
|
|
29990
|
+
"type": "boolean"
|
|
29991
|
+
},
|
|
29992
|
+
"value": {
|
|
29324
29993
|
"type": "string"
|
|
29325
29994
|
},
|
|
29326
|
-
"
|
|
29995
|
+
"vsmValue": {
|
|
29327
29996
|
"type": "string"
|
|
29328
29997
|
},
|
|
29329
|
-
"
|
|
29998
|
+
"id": {
|
|
29999
|
+
"type": "string"
|
|
30000
|
+
},
|
|
30001
|
+
"key": {
|
|
29330
30002
|
"type": "string"
|
|
29331
30003
|
},
|
|
29332
30004
|
"configurationId": {
|
|
@@ -29666,10 +30338,6 @@
|
|
|
29666
30338
|
"type": "object",
|
|
29667
30339
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
29668
30340
|
},
|
|
29669
|
-
"decrypted": {
|
|
29670
|
-
"type": "boolean",
|
|
29671
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
29672
|
-
},
|
|
29673
30341
|
"comment": {
|
|
29674
30342
|
"type": "string"
|
|
29675
30343
|
},
|
|
@@ -29678,15 +30346,12 @@
|
|
|
29678
30346
|
"type": "string"
|
|
29679
30347
|
},
|
|
29680
30348
|
"type": "array"
|
|
29681
|
-
},
|
|
29682
|
-
"vsmValue": {
|
|
29683
|
-
"type": "string"
|
|
29684
30349
|
}
|
|
29685
30350
|
},
|
|
29686
30351
|
"required": [
|
|
29687
30352
|
"type",
|
|
29688
|
-
"
|
|
29689
|
-
"
|
|
30353
|
+
"value",
|
|
30354
|
+
"key"
|
|
29690
30355
|
],
|
|
29691
30356
|
"type": "object"
|
|
29692
30357
|
},
|
|
@@ -30295,6 +30960,80 @@
|
|
|
30295
30960
|
"deployHooks"
|
|
30296
30961
|
],
|
|
30297
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"
|
|
30298
31037
|
}
|
|
30299
31038
|
]
|
|
30300
31039
|
},
|
|
@@ -30457,6 +31196,12 @@
|
|
|
30457
31196
|
},
|
|
30458
31197
|
"elasticConcurrencyEnabled": {
|
|
30459
31198
|
"type": "boolean"
|
|
31199
|
+
},
|
|
31200
|
+
"buildMachineType": {
|
|
31201
|
+
"type": "string",
|
|
31202
|
+
"enum": [
|
|
31203
|
+
"enhanced"
|
|
31204
|
+
]
|
|
30460
31205
|
}
|
|
30461
31206
|
},
|
|
30462
31207
|
"required": [
|
|
@@ -30482,6 +31227,14 @@
|
|
|
30482
31227
|
"targetPercentage": {
|
|
30483
31228
|
"type": "number",
|
|
30484
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."
|
|
30485
31238
|
}
|
|
30486
31239
|
},
|
|
30487
31240
|
"required": [
|
|
@@ -30526,6 +31279,12 @@
|
|
|
30526
31279
|
},
|
|
30527
31280
|
"elasticConcurrencyEnabled": {
|
|
30528
31281
|
"type": "boolean"
|
|
31282
|
+
},
|
|
31283
|
+
"buildMachineType": {
|
|
31284
|
+
"type": "string",
|
|
31285
|
+
"enum": [
|
|
31286
|
+
"enhanced"
|
|
31287
|
+
]
|
|
30529
31288
|
}
|
|
30530
31289
|
},
|
|
30531
31290
|
"required": [
|
|
@@ -31394,6 +32153,12 @@
|
|
|
31394
32153
|
},
|
|
31395
32154
|
"type": "array"
|
|
31396
32155
|
},
|
|
32156
|
+
"observabilityNotebook": {
|
|
32157
|
+
"items": {
|
|
32158
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
32159
|
+
},
|
|
32160
|
+
"type": "array"
|
|
32161
|
+
},
|
|
31397
32162
|
"openTelemetryEndpoint": {
|
|
31398
32163
|
"items": {
|
|
31399
32164
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -32685,9 +33450,6 @@
|
|
|
32685
33450
|
},
|
|
32686
33451
|
"409": {
|
|
32687
33452
|
"description": "A project with the provided name already exists."
|
|
32688
|
-
},
|
|
32689
|
-
"501": {
|
|
32690
|
-
"description": ""
|
|
32691
33453
|
}
|
|
32692
33454
|
},
|
|
32693
33455
|
"parameters": [
|
|
@@ -33213,13 +33975,19 @@
|
|
|
33213
33975
|
"type": "string",
|
|
33214
33976
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
33215
33977
|
},
|
|
33216
|
-
"
|
|
33978
|
+
"decrypted": {
|
|
33979
|
+
"type": "boolean"
|
|
33980
|
+
},
|
|
33981
|
+
"value": {
|
|
33217
33982
|
"type": "string"
|
|
33218
33983
|
},
|
|
33219
|
-
"
|
|
33984
|
+
"vsmValue": {
|
|
33220
33985
|
"type": "string"
|
|
33221
33986
|
},
|
|
33222
|
-
"
|
|
33987
|
+
"id": {
|
|
33988
|
+
"type": "string"
|
|
33989
|
+
},
|
|
33990
|
+
"key": {
|
|
33223
33991
|
"type": "string"
|
|
33224
33992
|
},
|
|
33225
33993
|
"configurationId": {
|
|
@@ -33559,10 +34327,6 @@
|
|
|
33559
34327
|
"type": "object",
|
|
33560
34328
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
33561
34329
|
},
|
|
33562
|
-
"decrypted": {
|
|
33563
|
-
"type": "boolean",
|
|
33564
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
33565
|
-
},
|
|
33566
34330
|
"comment": {
|
|
33567
34331
|
"type": "string"
|
|
33568
34332
|
},
|
|
@@ -33571,15 +34335,12 @@
|
|
|
33571
34335
|
"type": "string"
|
|
33572
34336
|
},
|
|
33573
34337
|
"type": "array"
|
|
33574
|
-
},
|
|
33575
|
-
"vsmValue": {
|
|
33576
|
-
"type": "string"
|
|
33577
34338
|
}
|
|
33578
34339
|
},
|
|
33579
34340
|
"required": [
|
|
33580
34341
|
"type",
|
|
33581
|
-
"
|
|
33582
|
-
"
|
|
34342
|
+
"value",
|
|
34343
|
+
"key"
|
|
33583
34344
|
],
|
|
33584
34345
|
"type": "object"
|
|
33585
34346
|
},
|
|
@@ -34188,6 +34949,80 @@
|
|
|
34188
34949
|
"deployHooks"
|
|
34189
34950
|
],
|
|
34190
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"
|
|
34191
35026
|
}
|
|
34192
35027
|
]
|
|
34193
35028
|
},
|
|
@@ -34350,6 +35185,12 @@
|
|
|
34350
35185
|
},
|
|
34351
35186
|
"elasticConcurrencyEnabled": {
|
|
34352
35187
|
"type": "boolean"
|
|
35188
|
+
},
|
|
35189
|
+
"buildMachineType": {
|
|
35190
|
+
"type": "string",
|
|
35191
|
+
"enum": [
|
|
35192
|
+
"enhanced"
|
|
35193
|
+
]
|
|
34353
35194
|
}
|
|
34354
35195
|
},
|
|
34355
35196
|
"required": [
|
|
@@ -34375,6 +35216,14 @@
|
|
|
34375
35216
|
"targetPercentage": {
|
|
34376
35217
|
"type": "number",
|
|
34377
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."
|
|
34378
35227
|
}
|
|
34379
35228
|
},
|
|
34380
35229
|
"required": [
|
|
@@ -34419,6 +35268,12 @@
|
|
|
34419
35268
|
},
|
|
34420
35269
|
"elasticConcurrencyEnabled": {
|
|
34421
35270
|
"type": "boolean"
|
|
35271
|
+
},
|
|
35272
|
+
"buildMachineType": {
|
|
35273
|
+
"type": "string",
|
|
35274
|
+
"enum": [
|
|
35275
|
+
"enhanced"
|
|
35276
|
+
]
|
|
34422
35277
|
}
|
|
34423
35278
|
},
|
|
34424
35279
|
"required": [
|
|
@@ -35287,6 +36142,12 @@
|
|
|
35287
36142
|
},
|
|
35288
36143
|
"type": "array"
|
|
35289
36144
|
},
|
|
36145
|
+
"observabilityNotebook": {
|
|
36146
|
+
"items": {
|
|
36147
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
36148
|
+
},
|
|
36149
|
+
"type": "array"
|
|
36150
|
+
},
|
|
35290
36151
|
"openTelemetryEndpoint": {
|
|
35291
36152
|
"items": {
|
|
35292
36153
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -36866,13 +37727,19 @@
|
|
|
36866
37727
|
"type": "string",
|
|
36867
37728
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
36868
37729
|
},
|
|
36869
|
-
"
|
|
37730
|
+
"decrypted": {
|
|
37731
|
+
"type": "boolean"
|
|
37732
|
+
},
|
|
37733
|
+
"value": {
|
|
36870
37734
|
"type": "string"
|
|
36871
37735
|
},
|
|
36872
|
-
"
|
|
37736
|
+
"vsmValue": {
|
|
36873
37737
|
"type": "string"
|
|
36874
37738
|
},
|
|
36875
|
-
"
|
|
37739
|
+
"id": {
|
|
37740
|
+
"type": "string"
|
|
37741
|
+
},
|
|
37742
|
+
"key": {
|
|
36876
37743
|
"type": "string"
|
|
36877
37744
|
},
|
|
36878
37745
|
"configurationId": {
|
|
@@ -37212,10 +38079,6 @@
|
|
|
37212
38079
|
"type": "object",
|
|
37213
38080
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
37214
38081
|
},
|
|
37215
|
-
"decrypted": {
|
|
37216
|
-
"type": "boolean",
|
|
37217
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
37218
|
-
},
|
|
37219
38082
|
"comment": {
|
|
37220
38083
|
"type": "string"
|
|
37221
38084
|
},
|
|
@@ -37224,15 +38087,12 @@
|
|
|
37224
38087
|
"type": "string"
|
|
37225
38088
|
},
|
|
37226
38089
|
"type": "array"
|
|
37227
|
-
},
|
|
37228
|
-
"vsmValue": {
|
|
37229
|
-
"type": "string"
|
|
37230
38090
|
}
|
|
37231
38091
|
},
|
|
37232
38092
|
"required": [
|
|
37233
38093
|
"type",
|
|
37234
|
-
"
|
|
37235
|
-
"
|
|
38094
|
+
"value",
|
|
38095
|
+
"key"
|
|
37236
38096
|
],
|
|
37237
38097
|
"type": "object"
|
|
37238
38098
|
},
|
|
@@ -37841,6 +38701,80 @@
|
|
|
37841
38701
|
"deployHooks"
|
|
37842
38702
|
],
|
|
37843
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"
|
|
37844
38778
|
}
|
|
37845
38779
|
]
|
|
37846
38780
|
},
|
|
@@ -38003,6 +38937,12 @@
|
|
|
38003
38937
|
},
|
|
38004
38938
|
"elasticConcurrencyEnabled": {
|
|
38005
38939
|
"type": "boolean"
|
|
38940
|
+
},
|
|
38941
|
+
"buildMachineType": {
|
|
38942
|
+
"type": "string",
|
|
38943
|
+
"enum": [
|
|
38944
|
+
"enhanced"
|
|
38945
|
+
]
|
|
38006
38946
|
}
|
|
38007
38947
|
},
|
|
38008
38948
|
"required": [
|
|
@@ -38028,6 +38968,14 @@
|
|
|
38028
38968
|
"targetPercentage": {
|
|
38029
38969
|
"type": "number",
|
|
38030
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."
|
|
38031
38979
|
}
|
|
38032
38980
|
},
|
|
38033
38981
|
"required": [
|
|
@@ -38072,6 +39020,12 @@
|
|
|
38072
39020
|
},
|
|
38073
39021
|
"elasticConcurrencyEnabled": {
|
|
38074
39022
|
"type": "boolean"
|
|
39023
|
+
},
|
|
39024
|
+
"buildMachineType": {
|
|
39025
|
+
"type": "string",
|
|
39026
|
+
"enum": [
|
|
39027
|
+
"enhanced"
|
|
39028
|
+
]
|
|
38075
39029
|
}
|
|
38076
39030
|
},
|
|
38077
39031
|
"required": [
|
|
@@ -38940,6 +39894,12 @@
|
|
|
38940
39894
|
},
|
|
38941
39895
|
"type": "array"
|
|
38942
39896
|
},
|
|
39897
|
+
"observabilityNotebook": {
|
|
39898
|
+
"items": {
|
|
39899
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
39900
|
+
},
|
|
39901
|
+
"type": "array"
|
|
39902
|
+
},
|
|
38943
39903
|
"openTelemetryEndpoint": {
|
|
38944
39904
|
"items": {
|
|
38945
39905
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -41306,99 +42266,216 @@
|
|
|
41306
42266
|
"content": {
|
|
41307
42267
|
"application/json": {
|
|
41308
42268
|
"schema": {
|
|
41309
|
-
"
|
|
41310
|
-
|
|
41311
|
-
"
|
|
41312
|
-
"
|
|
41313
|
-
"
|
|
41314
|
-
"
|
|
41315
|
-
|
|
41316
|
-
|
|
41317
|
-
|
|
41318
|
-
|
|
41319
|
-
|
|
41320
|
-
|
|
41321
|
-
|
|
41322
|
-
|
|
41323
|
-
|
|
41324
|
-
|
|
41325
|
-
|
|
41326
|
-
|
|
41327
|
-
|
|
41328
|
-
|
|
41329
|
-
|
|
41330
|
-
|
|
41331
|
-
|
|
41332
|
-
|
|
41333
|
-
|
|
41334
|
-
|
|
41335
|
-
|
|
41336
|
-
|
|
41337
|
-
|
|
41338
|
-
|
|
41339
|
-
|
|
41340
|
-
|
|
41341
|
-
|
|
41342
|
-
|
|
41343
|
-
|
|
41344
|
-
|
|
41345
|
-
|
|
41346
|
-
|
|
41347
|
-
|
|
41348
|
-
|
|
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"
|
|
41349
42352
|
},
|
|
41350
|
-
"
|
|
41351
|
-
|
|
41352
|
-
|
|
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
|
+
}
|
|
41353
42368
|
},
|
|
41354
|
-
"
|
|
41355
|
-
"
|
|
41356
|
-
|
|
41357
|
-
|
|
41358
|
-
|
|
41359
|
-
|
|
41360
|
-
|
|
41361
|
-
|
|
41362
|
-
|
|
41363
|
-
|
|
41364
|
-
|
|
41365
|
-
|
|
41366
|
-
|
|
41367
|
-
|
|
41368
|
-
|
|
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"
|
|
41369
42390
|
},
|
|
41370
|
-
"
|
|
41371
|
-
"type"
|
|
41372
|
-
|
|
41373
|
-
|
|
41374
|
-
"
|
|
41375
|
-
|
|
41376
|
-
"
|
|
41377
|
-
|
|
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
|
+
}
|
|
41378
42457
|
},
|
|
41379
|
-
"
|
|
41380
|
-
|
|
41381
|
-
|
|
42458
|
+
"required": [
|
|
42459
|
+
"name",
|
|
42460
|
+
"apexName",
|
|
42461
|
+
"projectId",
|
|
42462
|
+
"verified"
|
|
42463
|
+
],
|
|
42464
|
+
"type": "object"
|
|
42465
|
+
},
|
|
42466
|
+
"type": "array"
|
|
41382
42467
|
},
|
|
41383
|
-
"
|
|
41384
|
-
"
|
|
41385
|
-
|
|
41386
|
-
"projectId",
|
|
41387
|
-
"verified"
|
|
41388
|
-
],
|
|
41389
|
-
"type": "object"
|
|
42468
|
+
"pagination": {
|
|
42469
|
+
"$ref": "#/components/schemas/Pagination"
|
|
42470
|
+
}
|
|
41390
42471
|
},
|
|
41391
|
-
"
|
|
41392
|
-
|
|
41393
|
-
|
|
41394
|
-
|
|
42472
|
+
"required": [
|
|
42473
|
+
"domains",
|
|
42474
|
+
"pagination"
|
|
42475
|
+
],
|
|
42476
|
+
"type": "object"
|
|
41395
42477
|
}
|
|
41396
|
-
|
|
41397
|
-
"required": [
|
|
41398
|
-
"domains",
|
|
41399
|
-
"pagination"
|
|
41400
|
-
],
|
|
41401
|
-
"type": "object"
|
|
42478
|
+
]
|
|
41402
42479
|
}
|
|
41403
42480
|
}
|
|
41404
42481
|
}
|
|
@@ -42491,13 +43568,19 @@
|
|
|
42491
43568
|
"type": "string",
|
|
42492
43569
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
42493
43570
|
},
|
|
42494
|
-
"
|
|
43571
|
+
"decrypted": {
|
|
43572
|
+
"type": "boolean"
|
|
43573
|
+
},
|
|
43574
|
+
"value": {
|
|
42495
43575
|
"type": "string"
|
|
42496
43576
|
},
|
|
42497
|
-
"
|
|
43577
|
+
"vsmValue": {
|
|
42498
43578
|
"type": "string"
|
|
42499
43579
|
},
|
|
42500
|
-
"
|
|
43580
|
+
"id": {
|
|
43581
|
+
"type": "string"
|
|
43582
|
+
},
|
|
43583
|
+
"key": {
|
|
42501
43584
|
"type": "string"
|
|
42502
43585
|
},
|
|
42503
43586
|
"configurationId": {
|
|
@@ -42837,10 +43920,6 @@
|
|
|
42837
43920
|
"type": "object",
|
|
42838
43921
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
42839
43922
|
},
|
|
42840
|
-
"decrypted": {
|
|
42841
|
-
"type": "boolean",
|
|
42842
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
42843
|
-
},
|
|
42844
43923
|
"comment": {
|
|
42845
43924
|
"type": "string"
|
|
42846
43925
|
},
|
|
@@ -42850,9 +43929,6 @@
|
|
|
42850
43929
|
},
|
|
42851
43930
|
"type": "array"
|
|
42852
43931
|
},
|
|
42853
|
-
"vsmValue": {
|
|
42854
|
-
"type": "string"
|
|
42855
|
-
},
|
|
42856
43932
|
"system": {
|
|
42857
43933
|
"type": "boolean"
|
|
42858
43934
|
}
|
|
@@ -42905,13 +43981,19 @@
|
|
|
42905
43981
|
"type": "string",
|
|
42906
43982
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
42907
43983
|
},
|
|
42908
|
-
"
|
|
43984
|
+
"decrypted": {
|
|
43985
|
+
"type": "boolean"
|
|
43986
|
+
},
|
|
43987
|
+
"value": {
|
|
42909
43988
|
"type": "string"
|
|
42910
43989
|
},
|
|
42911
|
-
"
|
|
43990
|
+
"vsmValue": {
|
|
42912
43991
|
"type": "string"
|
|
42913
43992
|
},
|
|
42914
|
-
"
|
|
43993
|
+
"id": {
|
|
43994
|
+
"type": "string"
|
|
43995
|
+
},
|
|
43996
|
+
"key": {
|
|
42915
43997
|
"type": "string"
|
|
42916
43998
|
},
|
|
42917
43999
|
"configurationId": {
|
|
@@ -43251,10 +44333,6 @@
|
|
|
43251
44333
|
"type": "object",
|
|
43252
44334
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
43253
44335
|
},
|
|
43254
|
-
"decrypted": {
|
|
43255
|
-
"type": "boolean",
|
|
43256
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
43257
|
-
},
|
|
43258
44336
|
"comment": {
|
|
43259
44337
|
"type": "string"
|
|
43260
44338
|
},
|
|
@@ -43264,9 +44342,6 @@
|
|
|
43264
44342
|
},
|
|
43265
44343
|
"type": "array"
|
|
43266
44344
|
},
|
|
43267
|
-
"vsmValue": {
|
|
43268
|
-
"type": "string"
|
|
43269
|
-
},
|
|
43270
44345
|
"system": {
|
|
43271
44346
|
"type": "boolean"
|
|
43272
44347
|
}
|
|
@@ -43331,13 +44406,19 @@
|
|
|
43331
44406
|
"type": "string",
|
|
43332
44407
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
43333
44408
|
},
|
|
43334
|
-
"
|
|
44409
|
+
"decrypted": {
|
|
44410
|
+
"type": "boolean"
|
|
44411
|
+
},
|
|
44412
|
+
"value": {
|
|
43335
44413
|
"type": "string"
|
|
43336
44414
|
},
|
|
43337
|
-
"
|
|
44415
|
+
"vsmValue": {
|
|
43338
44416
|
"type": "string"
|
|
43339
44417
|
},
|
|
43340
|
-
"
|
|
44418
|
+
"id": {
|
|
44419
|
+
"type": "string"
|
|
44420
|
+
},
|
|
44421
|
+
"key": {
|
|
43341
44422
|
"type": "string"
|
|
43342
44423
|
},
|
|
43343
44424
|
"configurationId": {
|
|
@@ -43677,10 +44758,6 @@
|
|
|
43677
44758
|
"type": "object",
|
|
43678
44759
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
43679
44760
|
},
|
|
43680
|
-
"decrypted": {
|
|
43681
|
-
"type": "boolean",
|
|
43682
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
43683
|
-
},
|
|
43684
44761
|
"comment": {
|
|
43685
44762
|
"type": "string"
|
|
43686
44763
|
},
|
|
@@ -43690,9 +44767,6 @@
|
|
|
43690
44767
|
},
|
|
43691
44768
|
"type": "array"
|
|
43692
44769
|
},
|
|
43693
|
-
"vsmValue": {
|
|
43694
|
-
"type": "string"
|
|
43695
|
-
},
|
|
43696
44770
|
"system": {
|
|
43697
44771
|
"type": "boolean"
|
|
43698
44772
|
}
|
|
@@ -43890,13 +44964,19 @@
|
|
|
43890
44964
|
"type": "string",
|
|
43891
44965
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
43892
44966
|
},
|
|
43893
|
-
"
|
|
44967
|
+
"decrypted": {
|
|
44968
|
+
"type": "boolean"
|
|
44969
|
+
},
|
|
44970
|
+
"value": {
|
|
43894
44971
|
"type": "string"
|
|
43895
44972
|
},
|
|
43896
|
-
"
|
|
44973
|
+
"vsmValue": {
|
|
43897
44974
|
"type": "string"
|
|
43898
44975
|
},
|
|
43899
|
-
"
|
|
44976
|
+
"id": {
|
|
44977
|
+
"type": "string"
|
|
44978
|
+
},
|
|
44979
|
+
"key": {
|
|
43900
44980
|
"type": "string"
|
|
43901
44981
|
},
|
|
43902
44982
|
"configurationId": {
|
|
@@ -44236,10 +45316,6 @@
|
|
|
44236
45316
|
"type": "object",
|
|
44237
45317
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
44238
45318
|
},
|
|
44239
|
-
"decrypted": {
|
|
44240
|
-
"type": "boolean",
|
|
44241
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
44242
|
-
},
|
|
44243
45319
|
"comment": {
|
|
44244
45320
|
"type": "string"
|
|
44245
45321
|
},
|
|
@@ -44249,9 +45325,6 @@
|
|
|
44249
45325
|
},
|
|
44250
45326
|
"type": "array"
|
|
44251
45327
|
},
|
|
44252
|
-
"vsmValue": {
|
|
44253
|
-
"type": "string"
|
|
44254
|
-
},
|
|
44255
45328
|
"system": {
|
|
44256
45329
|
"type": "boolean"
|
|
44257
45330
|
}
|
|
@@ -44293,13 +45366,19 @@
|
|
|
44293
45366
|
"type": "string",
|
|
44294
45367
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
44295
45368
|
},
|
|
44296
|
-
"
|
|
45369
|
+
"decrypted": {
|
|
45370
|
+
"type": "boolean"
|
|
45371
|
+
},
|
|
45372
|
+
"value": {
|
|
44297
45373
|
"type": "string"
|
|
44298
45374
|
},
|
|
44299
|
-
"
|
|
45375
|
+
"vsmValue": {
|
|
44300
45376
|
"type": "string"
|
|
44301
45377
|
},
|
|
44302
|
-
"
|
|
45378
|
+
"id": {
|
|
45379
|
+
"type": "string"
|
|
45380
|
+
},
|
|
45381
|
+
"key": {
|
|
44303
45382
|
"type": "string"
|
|
44304
45383
|
},
|
|
44305
45384
|
"configurationId": {
|
|
@@ -44639,10 +45718,6 @@
|
|
|
44639
45718
|
"type": "object",
|
|
44640
45719
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
44641
45720
|
},
|
|
44642
|
-
"decrypted": {
|
|
44643
|
-
"type": "boolean",
|
|
44644
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
44645
|
-
},
|
|
44646
45721
|
"comment": {
|
|
44647
45722
|
"type": "string"
|
|
44648
45723
|
},
|
|
@@ -44652,9 +45727,6 @@
|
|
|
44652
45727
|
},
|
|
44653
45728
|
"type": "array"
|
|
44654
45729
|
},
|
|
44655
|
-
"vsmValue": {
|
|
44656
|
-
"type": "string"
|
|
44657
|
-
},
|
|
44658
45730
|
"system": {
|
|
44659
45731
|
"type": "boolean"
|
|
44660
45732
|
}
|
|
@@ -45474,13 +46546,19 @@
|
|
|
45474
46546
|
"type": "string",
|
|
45475
46547
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
45476
46548
|
},
|
|
45477
|
-
"
|
|
46549
|
+
"decrypted": {
|
|
46550
|
+
"type": "boolean"
|
|
46551
|
+
},
|
|
46552
|
+
"value": {
|
|
45478
46553
|
"type": "string"
|
|
45479
46554
|
},
|
|
45480
|
-
"
|
|
46555
|
+
"vsmValue": {
|
|
45481
46556
|
"type": "string"
|
|
45482
46557
|
},
|
|
45483
|
-
"
|
|
46558
|
+
"id": {
|
|
46559
|
+
"type": "string"
|
|
46560
|
+
},
|
|
46561
|
+
"key": {
|
|
45484
46562
|
"type": "string"
|
|
45485
46563
|
},
|
|
45486
46564
|
"configurationId": {
|
|
@@ -45820,10 +46898,6 @@
|
|
|
45820
46898
|
"type": "object",
|
|
45821
46899
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
45822
46900
|
},
|
|
45823
|
-
"decrypted": {
|
|
45824
|
-
"type": "boolean",
|
|
45825
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
45826
|
-
},
|
|
45827
46901
|
"comment": {
|
|
45828
46902
|
"type": "string"
|
|
45829
46903
|
},
|
|
@@ -45832,15 +46906,12 @@
|
|
|
45832
46906
|
"type": "string"
|
|
45833
46907
|
},
|
|
45834
46908
|
"type": "array"
|
|
45835
|
-
},
|
|
45836
|
-
"vsmValue": {
|
|
45837
|
-
"type": "string"
|
|
45838
46909
|
}
|
|
45839
46910
|
},
|
|
45840
46911
|
"required": [
|
|
45841
46912
|
"type",
|
|
45842
|
-
"
|
|
45843
|
-
"
|
|
46913
|
+
"value",
|
|
46914
|
+
"key"
|
|
45844
46915
|
],
|
|
45845
46916
|
"type": "object"
|
|
45846
46917
|
},
|
|
@@ -45878,13 +46949,16 @@
|
|
|
45878
46949
|
"type": "string",
|
|
45879
46950
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
45880
46951
|
},
|
|
45881
|
-
"
|
|
46952
|
+
"decrypted": {
|
|
46953
|
+
"type": "boolean"
|
|
46954
|
+
},
|
|
46955
|
+
"value": {
|
|
45882
46956
|
"type": "string"
|
|
45883
46957
|
},
|
|
45884
|
-
"
|
|
46958
|
+
"id": {
|
|
45885
46959
|
"type": "string"
|
|
45886
46960
|
},
|
|
45887
|
-
"
|
|
46961
|
+
"key": {
|
|
45888
46962
|
"type": "string"
|
|
45889
46963
|
},
|
|
45890
46964
|
"configurationId": {
|
|
@@ -46224,10 +47298,6 @@
|
|
|
46224
47298
|
"type": "object",
|
|
46225
47299
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
46226
47300
|
},
|
|
46227
|
-
"decrypted": {
|
|
46228
|
-
"type": "boolean",
|
|
46229
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
46230
|
-
},
|
|
46231
47301
|
"comment": {
|
|
46232
47302
|
"type": "string"
|
|
46233
47303
|
},
|
|
@@ -46240,8 +47310,8 @@
|
|
|
46240
47310
|
},
|
|
46241
47311
|
"required": [
|
|
46242
47312
|
"type",
|
|
46243
|
-
"
|
|
46244
|
-
"
|
|
47313
|
+
"value",
|
|
47314
|
+
"key"
|
|
46245
47315
|
],
|
|
46246
47316
|
"type": "object"
|
|
46247
47317
|
}
|
|
@@ -46379,13 +47449,19 @@
|
|
|
46379
47449
|
"type": "string",
|
|
46380
47450
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
46381
47451
|
},
|
|
46382
|
-
"
|
|
47452
|
+
"decrypted": {
|
|
47453
|
+
"type": "boolean"
|
|
47454
|
+
},
|
|
47455
|
+
"value": {
|
|
46383
47456
|
"type": "string"
|
|
46384
47457
|
},
|
|
46385
|
-
"
|
|
47458
|
+
"vsmValue": {
|
|
46386
47459
|
"type": "string"
|
|
46387
47460
|
},
|
|
46388
|
-
"
|
|
47461
|
+
"id": {
|
|
47462
|
+
"type": "string"
|
|
47463
|
+
},
|
|
47464
|
+
"key": {
|
|
46389
47465
|
"type": "string"
|
|
46390
47466
|
},
|
|
46391
47467
|
"configurationId": {
|
|
@@ -46725,10 +47801,6 @@
|
|
|
46725
47801
|
"type": "object",
|
|
46726
47802
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
46727
47803
|
},
|
|
46728
|
-
"decrypted": {
|
|
46729
|
-
"type": "boolean",
|
|
46730
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
46731
|
-
},
|
|
46732
47804
|
"comment": {
|
|
46733
47805
|
"type": "string"
|
|
46734
47806
|
},
|
|
@@ -46737,15 +47809,12 @@
|
|
|
46737
47809
|
"type": "string"
|
|
46738
47810
|
},
|
|
46739
47811
|
"type": "array"
|
|
46740
|
-
},
|
|
46741
|
-
"vsmValue": {
|
|
46742
|
-
"type": "string"
|
|
46743
47812
|
}
|
|
46744
47813
|
},
|
|
46745
47814
|
"required": [
|
|
46746
47815
|
"type",
|
|
46747
|
-
"
|
|
46748
|
-
"
|
|
47816
|
+
"value",
|
|
47817
|
+
"key"
|
|
46749
47818
|
],
|
|
46750
47819
|
"type": "object"
|
|
46751
47820
|
},
|
|
@@ -46795,13 +47864,19 @@
|
|
|
46795
47864
|
"type": "string",
|
|
46796
47865
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
46797
47866
|
},
|
|
46798
|
-
"
|
|
47867
|
+
"decrypted": {
|
|
47868
|
+
"type": "boolean"
|
|
47869
|
+
},
|
|
47870
|
+
"value": {
|
|
46799
47871
|
"type": "string"
|
|
46800
47872
|
},
|
|
46801
|
-
"
|
|
47873
|
+
"vsmValue": {
|
|
46802
47874
|
"type": "string"
|
|
46803
47875
|
},
|
|
46804
|
-
"
|
|
47876
|
+
"id": {
|
|
47877
|
+
"type": "string"
|
|
47878
|
+
},
|
|
47879
|
+
"key": {
|
|
46805
47880
|
"type": "string"
|
|
46806
47881
|
},
|
|
46807
47882
|
"configurationId": {
|
|
@@ -47141,10 +48216,6 @@
|
|
|
47141
48216
|
"type": "object",
|
|
47142
48217
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
47143
48218
|
},
|
|
47144
|
-
"decrypted": {
|
|
47145
|
-
"type": "boolean",
|
|
47146
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
47147
|
-
},
|
|
47148
48219
|
"comment": {
|
|
47149
48220
|
"type": "string"
|
|
47150
48221
|
},
|
|
@@ -47153,15 +48224,12 @@
|
|
|
47153
48224
|
"type": "string"
|
|
47154
48225
|
},
|
|
47155
48226
|
"type": "array"
|
|
47156
|
-
},
|
|
47157
|
-
"vsmValue": {
|
|
47158
|
-
"type": "string"
|
|
47159
48227
|
}
|
|
47160
48228
|
},
|
|
47161
48229
|
"required": [
|
|
47162
48230
|
"type",
|
|
47163
|
-
"
|
|
47164
|
-
"
|
|
48231
|
+
"value",
|
|
48232
|
+
"key"
|
|
47165
48233
|
],
|
|
47166
48234
|
"type": "object"
|
|
47167
48235
|
},
|
|
@@ -47206,13 +48274,19 @@
|
|
|
47206
48274
|
"type": "string",
|
|
47207
48275
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
47208
48276
|
},
|
|
47209
|
-
"
|
|
48277
|
+
"decrypted": {
|
|
48278
|
+
"type": "boolean"
|
|
48279
|
+
},
|
|
48280
|
+
"value": {
|
|
47210
48281
|
"type": "string"
|
|
47211
48282
|
},
|
|
47212
|
-
"
|
|
48283
|
+
"vsmValue": {
|
|
47213
48284
|
"type": "string"
|
|
47214
48285
|
},
|
|
47215
|
-
"
|
|
48286
|
+
"id": {
|
|
48287
|
+
"type": "string"
|
|
48288
|
+
},
|
|
48289
|
+
"key": {
|
|
47216
48290
|
"type": "string"
|
|
47217
48291
|
},
|
|
47218
48292
|
"configurationId": {
|
|
@@ -47552,10 +48626,6 @@
|
|
|
47552
48626
|
"type": "object",
|
|
47553
48627
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
47554
48628
|
},
|
|
47555
|
-
"decrypted": {
|
|
47556
|
-
"type": "boolean",
|
|
47557
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
47558
|
-
},
|
|
47559
48629
|
"comment": {
|
|
47560
48630
|
"type": "string"
|
|
47561
48631
|
},
|
|
@@ -47564,15 +48634,12 @@
|
|
|
47564
48634
|
"type": "string"
|
|
47565
48635
|
},
|
|
47566
48636
|
"type": "array"
|
|
47567
|
-
},
|
|
47568
|
-
"vsmValue": {
|
|
47569
|
-
"type": "string"
|
|
47570
48637
|
}
|
|
47571
48638
|
},
|
|
47572
48639
|
"required": [
|
|
47573
48640
|
"type",
|
|
47574
|
-
"
|
|
47575
|
-
"
|
|
48641
|
+
"value",
|
|
48642
|
+
"key"
|
|
47576
48643
|
],
|
|
47577
48644
|
"type": "object"
|
|
47578
48645
|
}
|
|
@@ -47725,13 +48792,16 @@
|
|
|
47725
48792
|
"type": "string",
|
|
47726
48793
|
"description": "This is used to identiy variables that have been migrated from type secret to sensitive."
|
|
47727
48794
|
},
|
|
47728
|
-
"
|
|
48795
|
+
"decrypted": {
|
|
48796
|
+
"type": "boolean"
|
|
48797
|
+
},
|
|
48798
|
+
"value": {
|
|
47729
48799
|
"type": "string"
|
|
47730
48800
|
},
|
|
47731
|
-
"
|
|
48801
|
+
"id": {
|
|
47732
48802
|
"type": "string"
|
|
47733
48803
|
},
|
|
47734
|
-
"
|
|
48804
|
+
"key": {
|
|
47735
48805
|
"type": "string"
|
|
47736
48806
|
},
|
|
47737
48807
|
"configurationId": {
|
|
@@ -48071,10 +49141,6 @@
|
|
|
48071
49141
|
"type": "object",
|
|
48072
49142
|
"description": "Similar to `contentHints`, but should not be exposed to the user."
|
|
48073
49143
|
},
|
|
48074
|
-
"decrypted": {
|
|
48075
|
-
"type": "boolean",
|
|
48076
|
-
"description": "Whether `value` and `vsmValue` are decrypted."
|
|
48077
|
-
},
|
|
48078
49144
|
"comment": {
|
|
48079
49145
|
"type": "string"
|
|
48080
49146
|
},
|
|
@@ -48087,8 +49153,8 @@
|
|
|
48087
49153
|
},
|
|
48088
49154
|
"required": [
|
|
48089
49155
|
"type",
|
|
48090
|
-
"
|
|
48091
|
-
"
|
|
49156
|
+
"value",
|
|
49157
|
+
"key"
|
|
48092
49158
|
],
|
|
48093
49159
|
"type": "object"
|
|
48094
49160
|
},
|
|
@@ -49827,9 +50893,6 @@
|
|
|
49827
50893
|
"type": "object",
|
|
49828
50894
|
"additionalProperties": {
|
|
49829
50895
|
"anyOf": [
|
|
49830
|
-
{
|
|
49831
|
-
"not": {}
|
|
49832
|
-
},
|
|
49833
50896
|
{
|
|
49834
50897
|
"type": "object",
|
|
49835
50898
|
"properties": {
|
|
@@ -61567,10 +62630,6 @@
|
|
|
61567
62630
|
"type": "string",
|
|
61568
62631
|
"description": "The value of the Shared Env Var."
|
|
61569
62632
|
},
|
|
61570
|
-
"vsmValue": {
|
|
61571
|
-
"type": "string",
|
|
61572
|
-
"description": "The value of the shared environment variable decrypted against api-secrets-management."
|
|
61573
|
-
},
|
|
61574
62633
|
"projectId": {
|
|
61575
62634
|
"items": {
|
|
61576
62635
|
"type": "string"
|
|
@@ -61697,10 +62756,6 @@
|
|
|
61697
62756
|
"type": "string",
|
|
61698
62757
|
"description": "The value of the Shared Env Var."
|
|
61699
62758
|
},
|
|
61700
|
-
"vsmValue": {
|
|
61701
|
-
"type": "string",
|
|
61702
|
-
"description": "The value of the shared environment variable decrypted against api-secrets-management."
|
|
61703
|
-
},
|
|
61704
62759
|
"projectId": {
|
|
61705
62760
|
"items": {
|
|
61706
62761
|
"type": "string"
|
|
@@ -61824,10 +62879,6 @@
|
|
|
61824
62879
|
"type": "string",
|
|
61825
62880
|
"description": "The value of the Shared Env Var."
|
|
61826
62881
|
},
|
|
61827
|
-
"vsmValue": {
|
|
61828
|
-
"type": "string",
|
|
61829
|
-
"description": "The value of the shared environment variable decrypted against api-secrets-management."
|
|
61830
|
-
},
|
|
61831
62882
|
"projectId": {
|
|
61832
62883
|
"items": {
|
|
61833
62884
|
"type": "string"
|
|
@@ -62226,6 +63277,7 @@
|
|
|
62226
63277
|
"enum": [
|
|
62227
63278
|
"gitlab",
|
|
62228
63279
|
"bitbucket",
|
|
63280
|
+
"google",
|
|
62229
63281
|
"github-oauth",
|
|
62230
63282
|
"github-app"
|
|
62231
63283
|
]
|
|
@@ -62245,7 +63297,8 @@
|
|
|
62245
63297
|
"type": {
|
|
62246
63298
|
"type": "string",
|
|
62247
63299
|
"enum": [
|
|
62248
|
-
"github-oauth-custom-host"
|
|
63300
|
+
"github-oauth-custom-host",
|
|
63301
|
+
"github-app-custom-host"
|
|
62249
63302
|
]
|
|
62250
63303
|
},
|
|
62251
63304
|
"host": {
|
|
@@ -62380,7 +63433,8 @@
|
|
|
62380
63433
|
"enum": [
|
|
62381
63434
|
"github",
|
|
62382
63435
|
"gitlab",
|
|
62383
|
-
"bitbucket"
|
|
63436
|
+
"bitbucket",
|
|
63437
|
+
"github-custom-host"
|
|
62384
63438
|
]
|
|
62385
63439
|
},
|
|
62386
63440
|
"preferredScopesAndGitNamespaces": {
|
|
@@ -62560,8 +63614,20 @@
|
|
|
62560
63614
|
"flagsExplorerUnlimitedOverrides": {
|
|
62561
63615
|
"type": "boolean"
|
|
62562
63616
|
},
|
|
63617
|
+
"customEnvironmentsPerProject": {
|
|
63618
|
+
"type": "number"
|
|
63619
|
+
},
|
|
62563
63620
|
"buildMachine": {
|
|
62564
63621
|
"properties": {
|
|
63622
|
+
"purchaseType": {
|
|
63623
|
+
"type": "string",
|
|
63624
|
+
"enum": [
|
|
63625
|
+
"enhanced"
|
|
63626
|
+
]
|
|
63627
|
+
},
|
|
63628
|
+
"abovePlan": {
|
|
63629
|
+
"type": "boolean"
|
|
63630
|
+
},
|
|
62565
63631
|
"cores": {
|
|
62566
63632
|
"type": "number"
|
|
62567
63633
|
},
|
|
@@ -64630,6 +65696,9 @@
|
|
|
64630
65696
|
"viaBitbucket": {
|
|
64631
65697
|
"type": "boolean"
|
|
64632
65698
|
},
|
|
65699
|
+
"viaGoogle": {
|
|
65700
|
+
"type": "boolean"
|
|
65701
|
+
},
|
|
64633
65702
|
"viaSamlSso": {
|
|
64634
65703
|
"type": "boolean"
|
|
64635
65704
|
},
|
|
@@ -64653,6 +65722,7 @@
|
|
|
64653
65722
|
"viaGithub",
|
|
64654
65723
|
"viaGitlab",
|
|
64655
65724
|
"viaBitbucket",
|
|
65725
|
+
"viaGoogle",
|
|
64656
65726
|
"viaSamlSso",
|
|
64657
65727
|
"viaPasskey"
|
|
64658
65728
|
],
|
|
@@ -67376,7 +68446,8 @@
|
|
|
67376
68446
|
"passkey",
|
|
67377
68447
|
"otp",
|
|
67378
68448
|
"sms",
|
|
67379
|
-
"invite"
|
|
68449
|
+
"invite",
|
|
68450
|
+
"google"
|
|
67380
68451
|
]
|
|
67381
68452
|
}
|
|
67382
68453
|
},
|
|
@@ -67754,7 +68825,8 @@
|
|
|
67754
68825
|
"passkey",
|
|
67755
68826
|
"otp",
|
|
67756
68827
|
"sms",
|
|
67757
|
-
"invite"
|
|
68828
|
+
"invite",
|
|
68829
|
+
"google"
|
|
67758
68830
|
]
|
|
67759
68831
|
},
|
|
67760
68832
|
"createdAt": {
|
|
@@ -67795,7 +68867,8 @@
|
|
|
67795
68867
|
"passkey",
|
|
67796
68868
|
"otp",
|
|
67797
68869
|
"sms",
|
|
67798
|
-
"invite"
|
|
68870
|
+
"invite",
|
|
68871
|
+
"google"
|
|
67799
68872
|
]
|
|
67800
68873
|
},
|
|
67801
68874
|
"createdAt": {
|
|
@@ -68033,8 +69106,23 @@
|
|
|
68033
69106
|
"type": "boolean",
|
|
68034
69107
|
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
68035
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
|
+
},
|
|
68036
69113
|
"buildMachine": {
|
|
68037
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
|
+
},
|
|
68038
69126
|
"cores": {
|
|
68039
69127
|
"type": "number",
|
|
68040
69128
|
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
@@ -68123,7 +69211,8 @@
|
|
|
68123
69211
|
"enum": [
|
|
68124
69212
|
"github",
|
|
68125
69213
|
"gitlab",
|
|
68126
|
-
"bitbucket"
|
|
69214
|
+
"bitbucket",
|
|
69215
|
+
"github-custom-host"
|
|
68127
69216
|
]
|
|
68128
69217
|
},
|
|
68129
69218
|
"preferredScopesAndGitNamespaces": {
|