@vercel/sdk 1.6.3 → 1.6.5

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.
Files changed (152) hide show
  1. package/README.md +2 -0
  2. package/bin/mcp-server.js +3517 -1245
  3. package/bin/mcp-server.js.map +29 -26
  4. package/docs/sdks/edgeconfig/README.md +2 -6
  5. package/docs/sdks/marketplace/README.md +2 -6
  6. package/docs/sdks/security/README.md +90 -0
  7. package/docs/sdks/webhooks/README.md +2 -6
  8. package/esm/__tests__/deployments.test.js +16 -1
  9. package/esm/__tests__/deployments.test.js.map +1 -1
  10. package/esm/__tests__/environment.test.js +3 -0
  11. package/esm/__tests__/environment.test.js.map +1 -1
  12. package/esm/__tests__/marketplace.test.js +7 -2
  13. package/esm/__tests__/marketplace.test.js.map +1 -1
  14. package/esm/__tests__/projects.test.js +4 -4
  15. package/esm/__tests__/projects.test.js.map +1 -1
  16. package/esm/__tests__/security.test.js +174 -3
  17. package/esm/__tests__/security.test.js.map +1 -1
  18. package/esm/funcs/projectsCreateProject.js +2 -2
  19. package/esm/funcs/projectsCreateProject.js.map +1 -1
  20. package/esm/funcs/securityPutFirewallConfig.d.ts +19 -0
  21. package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
  22. package/esm/funcs/securityPutFirewallConfig.js +88 -0
  23. package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
  24. package/esm/lib/config.d.ts +3 -3
  25. package/esm/lib/config.js +3 -3
  26. package/esm/mcp-server/mcp-server.js +1 -1
  27. package/esm/mcp-server/server.d.ts.map +1 -1
  28. package/esm/mcp-server/server.js +3 -1
  29. package/esm/mcp-server/server.js.map +1 -1
  30. package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts +7 -0
  31. package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts.map +1 -0
  32. package/esm/mcp-server/tools/securityPutFirewallConfig.js +28 -0
  33. package/esm/mcp-server/tools/securityPutFirewallConfig.js.map +1 -0
  34. package/esm/models/authtoken.d.ts +6 -0
  35. package/esm/models/authtoken.d.ts.map +1 -1
  36. package/esm/models/authtoken.js +2 -0
  37. package/esm/models/authtoken.js.map +1 -1
  38. package/esm/models/authuser.d.ts +46 -0
  39. package/esm/models/authuser.d.ts.map +1 -1
  40. package/esm/models/authuser.js +28 -0
  41. package/esm/models/authuser.js.map +1 -1
  42. package/esm/models/canceldeploymentop.d.ts +274 -73
  43. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  44. package/esm/models/canceldeploymentop.js +270 -72
  45. package/esm/models/canceldeploymentop.js.map +1 -1
  46. package/esm/models/createdeploymentop.d.ts +274 -73
  47. package/esm/models/createdeploymentop.d.ts.map +1 -1
  48. package/esm/models/createdeploymentop.js +270 -72
  49. package/esm/models/createdeploymentop.js.map +1 -1
  50. package/esm/models/createprojectenvop.d.ts +12 -18
  51. package/esm/models/createprojectenvop.d.ts.map +1 -1
  52. package/esm/models/createprojectenvop.js +12 -12
  53. package/esm/models/createprojectenvop.js.map +1 -1
  54. package/esm/models/createprojectop.d.ts +175 -13
  55. package/esm/models/createprojectop.d.ts.map +1 -1
  56. package/esm/models/createprojectop.js +157 -6
  57. package/esm/models/createprojectop.js.map +1 -1
  58. package/esm/models/editprojectenvop.d.ts +4 -7
  59. package/esm/models/editprojectenvop.d.ts.map +1 -1
  60. package/esm/models/editprojectenvop.js +4 -4
  61. package/esm/models/editprojectenvop.js.map +1 -1
  62. package/esm/models/filterprojectenvsop.d.ts +18 -27
  63. package/esm/models/filterprojectenvsop.d.ts.map +1 -1
  64. package/esm/models/filterprojectenvsop.js +18 -18
  65. package/esm/models/filterprojectenvsop.js.map +1 -1
  66. package/esm/models/getdeploymentop.d.ts +574 -172
  67. package/esm/models/getdeploymentop.d.ts.map +1 -1
  68. package/esm/models/getdeploymentop.js +567 -171
  69. package/esm/models/getdeploymentop.js.map +1 -1
  70. package/esm/models/getfirewallconfigop.d.ts +214 -214
  71. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  72. package/esm/models/getfirewallconfigop.js +210 -231
  73. package/esm/models/getfirewallconfigop.js.map +1 -1
  74. package/esm/models/getprojectdomainsop.d.ts +198 -36
  75. package/esm/models/getprojectdomainsop.d.ts.map +1 -1
  76. package/esm/models/getprojectdomainsop.js +193 -32
  77. package/esm/models/getprojectdomainsop.js.map +1 -1
  78. package/esm/models/getprojectenvop.d.ts +10 -16
  79. package/esm/models/getprojectenvop.d.ts.map +1 -1
  80. package/esm/models/getprojectenvop.js +10 -10
  81. package/esm/models/getprojectenvop.js.map +1 -1
  82. package/esm/models/getprojectsop.d.ts +175 -13
  83. package/esm/models/getprojectsop.d.ts.map +1 -1
  84. package/esm/models/getprojectsop.js +156 -6
  85. package/esm/models/getprojectsop.js.map +1 -1
  86. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +31 -1
  87. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
  88. package/esm/models/getv9projectsidornamecustomenvironmentsop.js +27 -0
  89. package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
  90. package/esm/models/putfirewallconfigop.d.ts +2901 -0
  91. package/esm/models/putfirewallconfigop.d.ts.map +1 -0
  92. package/esm/models/putfirewallconfigop.js +2383 -0
  93. package/esm/models/putfirewallconfigop.js.map +1 -0
  94. package/esm/models/removeprojectenvop.d.ts +18 -27
  95. package/esm/models/removeprojectenvop.d.ts.map +1 -1
  96. package/esm/models/removeprojectenvop.js +18 -18
  97. package/esm/models/removeprojectenvop.js.map +1 -1
  98. package/esm/models/updatefirewallconfigop.d.ts +323 -323
  99. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  100. package/esm/models/updatefirewallconfigop.js +379 -357
  101. package/esm/models/updatefirewallconfigop.js.map +1 -1
  102. package/esm/models/updateprojectdatacacheop.d.ts +183 -21
  103. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  104. package/esm/models/updateprojectdatacacheop.js +172 -18
  105. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  106. package/esm/models/updateprojectop.d.ts +175 -13
  107. package/esm/models/updateprojectop.d.ts.map +1 -1
  108. package/esm/models/updateprojectop.js +157 -6
  109. package/esm/models/updateprojectop.js.map +1 -1
  110. package/esm/models/userevent.d.ts +46 -19
  111. package/esm/models/userevent.d.ts.map +1 -1
  112. package/esm/models/userevent.js +34 -10
  113. package/esm/models/userevent.js.map +1 -1
  114. package/esm/sdk/security.d.ts +8 -0
  115. package/esm/sdk/security.d.ts.map +1 -1
  116. package/esm/sdk/security.js +10 -0
  117. package/esm/sdk/security.js.map +1 -1
  118. package/jsr.json +1 -1
  119. package/package.json +3 -3
  120. package/src/__tests__/deployments.test.ts +16 -1
  121. package/src/__tests__/environment.test.ts +3 -0
  122. package/src/__tests__/marketplace.test.ts +7 -2
  123. package/src/__tests__/projects.test.ts +4 -4
  124. package/src/__tests__/security.test.ts +176 -5
  125. package/src/funcs/projectsCreateProject.ts +2 -2
  126. package/src/funcs/securityPutFirewallConfig.ts +194 -0
  127. package/src/lib/config.ts +3 -3
  128. package/src/mcp-server/mcp-server.ts +1 -1
  129. package/src/mcp-server/server.ts +3 -1
  130. package/src/mcp-server/tools/securityPutFirewallConfig.ts +37 -0
  131. package/src/models/authtoken.ts +2 -0
  132. package/src/models/authuser.ts +52 -0
  133. package/src/models/canceldeploymentop.ts +591 -148
  134. package/src/models/createdeploymentop.ts +616 -165
  135. package/src/models/createprojectenvop.ts +24 -30
  136. package/src/models/createprojectop.ts +336 -15
  137. package/src/models/editprojectenvop.ts +8 -11
  138. package/src/models/filterprojectenvsop.ts +36 -45
  139. package/src/models/getdeploymentop.ts +1288 -353
  140. package/src/models/getfirewallconfigop.ts +555 -410
  141. package/src/models/getprojectdomainsop.ts +470 -63
  142. package/src/models/getprojectenvop.ts +20 -26
  143. package/src/models/getprojectsop.ts +338 -16
  144. package/src/models/getv9projectsidornamecustomenvironmentsop.ts +62 -1
  145. package/src/models/putfirewallconfigop.ts +4932 -0
  146. package/src/models/removeprojectenvop.ts +36 -45
  147. package/src/models/updatefirewallconfigop.ts +820 -612
  148. package/src/models/updateprojectdatacacheop.ts +353 -34
  149. package/src/models/updateprojectop.ts +336 -15
  150. package/src/models/userevent.ts +54 -29
  151. package/src/sdk/security.ts +22 -0
  152. package/vercel-spec.json +1395 -291
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
- "id": {
4442
+ "decrypted": {
4443
+ "type": "boolean"
4444
+ },
4445
+ "value": {
4443
4446
  "type": "string"
4444
4447
  },
4445
- "key": {
4448
+ "vsmValue": {
4446
4449
  "type": "string"
4447
4450
  },
4448
- "value": {
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
- "key",
4808
- "value"
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": {
@@ -24665,7 +25232,8 @@
24665
25232
  }
24666
25233
  }
24667
25234
  ],
24668
- "x-speakeasy-name-override": "createInstallationIntegrationEdgeConfig"
25235
+ "x-speakeasy-name-override": "createInstallationIntegrationEdgeConfig",
25236
+ "x-speakeasy-test": false
24669
25237
  },
24670
25238
  "put": {
24671
25239
  "description": "When the user enabled Edge Config syncing, then this endpoint can be used by the partner to push their configuration data into the relevant Edge Config.",
@@ -25557,13 +26125,19 @@
25557
26125
  "type": "string",
25558
26126
  "description": "This is used to identiy variables that have been migrated from type secret to sensitive."
25559
26127
  },
25560
- "id": {
26128
+ "decrypted": {
26129
+ "type": "boolean"
26130
+ },
26131
+ "value": {
25561
26132
  "type": "string"
25562
26133
  },
25563
- "key": {
26134
+ "vsmValue": {
25564
26135
  "type": "string"
25565
26136
  },
25566
- "value": {
26137
+ "id": {
26138
+ "type": "string"
26139
+ },
26140
+ "key": {
25567
26141
  "type": "string"
25568
26142
  },
25569
26143
  "configurationId": {
@@ -25903,10 +26477,6 @@
25903
26477
  "type": "object",
25904
26478
  "description": "Similar to `contentHints`, but should not be exposed to the user."
25905
26479
  },
25906
- "decrypted": {
25907
- "type": "boolean",
25908
- "description": "Whether `value` and `vsmValue` are decrypted."
25909
- },
25910
26480
  "comment": {
25911
26481
  "type": "string"
25912
26482
  },
@@ -25915,15 +26485,12 @@
25915
26485
  "type": "string"
25916
26486
  },
25917
26487
  "type": "array"
25918
- },
25919
- "vsmValue": {
25920
- "type": "string"
25921
26488
  }
25922
26489
  },
25923
26490
  "required": [
25924
26491
  "type",
25925
- "key",
25926
- "value"
26492
+ "value",
26493
+ "key"
25927
26494
  ],
25928
26495
  "type": "object"
25929
26496
  },
@@ -26532,6 +27099,80 @@
26532
27099
  "deployHooks"
26533
27100
  ],
26534
27101
  "type": "object"
27102
+ },
27103
+ {
27104
+ "properties": {
27105
+ "org": {
27106
+ "type": "string"
27107
+ },
27108
+ "repoOwnerId": {
27109
+ "type": "number",
27110
+ "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."
27111
+ },
27112
+ "repo": {
27113
+ "type": "string"
27114
+ },
27115
+ "repoId": {
27116
+ "type": "number"
27117
+ },
27118
+ "type": {
27119
+ "type": "string",
27120
+ "enum": [
27121
+ "github-custom-host"
27122
+ ]
27123
+ },
27124
+ "host": {
27125
+ "type": "string"
27126
+ },
27127
+ "createdAt": {
27128
+ "type": "number"
27129
+ },
27130
+ "deployHooks": {
27131
+ "items": {
27132
+ "properties": {
27133
+ "createdAt": {
27134
+ "type": "number"
27135
+ },
27136
+ "id": {
27137
+ "type": "string"
27138
+ },
27139
+ "name": {
27140
+ "type": "string"
27141
+ },
27142
+ "ref": {
27143
+ "type": "string"
27144
+ },
27145
+ "url": {
27146
+ "type": "string"
27147
+ }
27148
+ },
27149
+ "required": [
27150
+ "id",
27151
+ "name",
27152
+ "ref",
27153
+ "url"
27154
+ ],
27155
+ "type": "object"
27156
+ },
27157
+ "type": "array"
27158
+ },
27159
+ "gitCredentialId": {
27160
+ "type": "string"
27161
+ },
27162
+ "updatedAt": {
27163
+ "type": "number"
27164
+ },
27165
+ "sourceless": {
27166
+ "type": "boolean"
27167
+ },
27168
+ "productionBranch": {
27169
+ "type": "string"
27170
+ }
27171
+ },
27172
+ "required": [
27173
+ "deployHooks"
27174
+ ],
27175
+ "type": "object"
26535
27176
  }
26536
27177
  ]
26537
27178
  },
@@ -26694,6 +27335,12 @@
26694
27335
  },
26695
27336
  "elasticConcurrencyEnabled": {
26696
27337
  "type": "boolean"
27338
+ },
27339
+ "buildMachineType": {
27340
+ "type": "string",
27341
+ "enum": [
27342
+ "enhanced"
27343
+ ]
26697
27344
  }
26698
27345
  },
26699
27346
  "required": [
@@ -26719,6 +27366,14 @@
26719
27366
  "targetPercentage": {
26720
27367
  "type": "number",
26721
27368
  "description": "The percentage of traffic to serve to the new deployment"
27369
+ },
27370
+ "minutesToRelease": {
27371
+ "type": "number",
27372
+ "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."
27373
+ },
27374
+ "requireApproval": {
27375
+ "type": "boolean",
27376
+ "description": "Whether or not this stage requires approval to proceed."
26722
27377
  }
26723
27378
  },
26724
27379
  "required": [
@@ -26763,6 +27418,12 @@
26763
27418
  },
26764
27419
  "elasticConcurrencyEnabled": {
26765
27420
  "type": "boolean"
27421
+ },
27422
+ "buildMachineType": {
27423
+ "type": "string",
27424
+ "enum": [
27425
+ "enhanced"
27426
+ ]
26766
27427
  }
26767
27428
  },
26768
27429
  "required": [
@@ -27631,6 +28292,12 @@
27631
28292
  },
27632
28293
  "type": "array"
27633
28294
  },
28295
+ "observabilityNotebook": {
28296
+ "items": {
28297
+ "$ref": "#/components/schemas/ACLAction"
28298
+ },
28299
+ "type": "array"
28300
+ },
27634
28301
  "openTelemetryEndpoint": {
27635
28302
  "items": {
27636
28303
  "$ref": "#/components/schemas/ACLAction"
@@ -29320,13 +29987,19 @@
29320
29987
  "type": "string",
29321
29988
  "description": "This is used to identiy variables that have been migrated from type secret to sensitive."
29322
29989
  },
29323
- "id": {
29990
+ "decrypted": {
29991
+ "type": "boolean"
29992
+ },
29993
+ "value": {
29324
29994
  "type": "string"
29325
29995
  },
29326
- "key": {
29996
+ "vsmValue": {
29327
29997
  "type": "string"
29328
29998
  },
29329
- "value": {
29999
+ "id": {
30000
+ "type": "string"
30001
+ },
30002
+ "key": {
29330
30003
  "type": "string"
29331
30004
  },
29332
30005
  "configurationId": {
@@ -29666,10 +30339,6 @@
29666
30339
  "type": "object",
29667
30340
  "description": "Similar to `contentHints`, but should not be exposed to the user."
29668
30341
  },
29669
- "decrypted": {
29670
- "type": "boolean",
29671
- "description": "Whether `value` and `vsmValue` are decrypted."
29672
- },
29673
30342
  "comment": {
29674
30343
  "type": "string"
29675
30344
  },
@@ -29678,15 +30347,12 @@
29678
30347
  "type": "string"
29679
30348
  },
29680
30349
  "type": "array"
29681
- },
29682
- "vsmValue": {
29683
- "type": "string"
29684
30350
  }
29685
30351
  },
29686
30352
  "required": [
29687
30353
  "type",
29688
- "key",
29689
- "value"
30354
+ "value",
30355
+ "key"
29690
30356
  ],
29691
30357
  "type": "object"
29692
30358
  },
@@ -30295,6 +30961,80 @@
30295
30961
  "deployHooks"
30296
30962
  ],
30297
30963
  "type": "object"
30964
+ },
30965
+ {
30966
+ "properties": {
30967
+ "org": {
30968
+ "type": "string"
30969
+ },
30970
+ "repoOwnerId": {
30971
+ "type": "number",
30972
+ "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."
30973
+ },
30974
+ "repo": {
30975
+ "type": "string"
30976
+ },
30977
+ "repoId": {
30978
+ "type": "number"
30979
+ },
30980
+ "type": {
30981
+ "type": "string",
30982
+ "enum": [
30983
+ "github-custom-host"
30984
+ ]
30985
+ },
30986
+ "host": {
30987
+ "type": "string"
30988
+ },
30989
+ "createdAt": {
30990
+ "type": "number"
30991
+ },
30992
+ "deployHooks": {
30993
+ "items": {
30994
+ "properties": {
30995
+ "createdAt": {
30996
+ "type": "number"
30997
+ },
30998
+ "id": {
30999
+ "type": "string"
31000
+ },
31001
+ "name": {
31002
+ "type": "string"
31003
+ },
31004
+ "ref": {
31005
+ "type": "string"
31006
+ },
31007
+ "url": {
31008
+ "type": "string"
31009
+ }
31010
+ },
31011
+ "required": [
31012
+ "id",
31013
+ "name",
31014
+ "ref",
31015
+ "url"
31016
+ ],
31017
+ "type": "object"
31018
+ },
31019
+ "type": "array"
31020
+ },
31021
+ "gitCredentialId": {
31022
+ "type": "string"
31023
+ },
31024
+ "updatedAt": {
31025
+ "type": "number"
31026
+ },
31027
+ "sourceless": {
31028
+ "type": "boolean"
31029
+ },
31030
+ "productionBranch": {
31031
+ "type": "string"
31032
+ }
31033
+ },
31034
+ "required": [
31035
+ "deployHooks"
31036
+ ],
31037
+ "type": "object"
30298
31038
  }
30299
31039
  ]
30300
31040
  },
@@ -30457,6 +31197,12 @@
30457
31197
  },
30458
31198
  "elasticConcurrencyEnabled": {
30459
31199
  "type": "boolean"
31200
+ },
31201
+ "buildMachineType": {
31202
+ "type": "string",
31203
+ "enum": [
31204
+ "enhanced"
31205
+ ]
30460
31206
  }
30461
31207
  },
30462
31208
  "required": [
@@ -30482,6 +31228,14 @@
30482
31228
  "targetPercentage": {
30483
31229
  "type": "number",
30484
31230
  "description": "The percentage of traffic to serve to the new deployment"
31231
+ },
31232
+ "minutesToRelease": {
31233
+ "type": "number",
31234
+ "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."
31235
+ },
31236
+ "requireApproval": {
31237
+ "type": "boolean",
31238
+ "description": "Whether or not this stage requires approval to proceed."
30485
31239
  }
30486
31240
  },
30487
31241
  "required": [
@@ -30526,6 +31280,12 @@
30526
31280
  },
30527
31281
  "elasticConcurrencyEnabled": {
30528
31282
  "type": "boolean"
31283
+ },
31284
+ "buildMachineType": {
31285
+ "type": "string",
31286
+ "enum": [
31287
+ "enhanced"
31288
+ ]
30529
31289
  }
30530
31290
  },
30531
31291
  "required": [
@@ -31394,6 +32154,12 @@
31394
32154
  },
31395
32155
  "type": "array"
31396
32156
  },
32157
+ "observabilityNotebook": {
32158
+ "items": {
32159
+ "$ref": "#/components/schemas/ACLAction"
32160
+ },
32161
+ "type": "array"
32162
+ },
31397
32163
  "openTelemetryEndpoint": {
31398
32164
  "items": {
31399
32165
  "$ref": "#/components/schemas/ACLAction"
@@ -32685,9 +33451,6 @@
32685
33451
  },
32686
33452
  "409": {
32687
33453
  "description": "A project with the provided name already exists."
32688
- },
32689
- "501": {
32690
- "description": ""
32691
33454
  }
32692
33455
  },
32693
33456
  "parameters": [
@@ -33213,13 +33976,19 @@
33213
33976
  "type": "string",
33214
33977
  "description": "This is used to identiy variables that have been migrated from type secret to sensitive."
33215
33978
  },
33216
- "id": {
33979
+ "decrypted": {
33980
+ "type": "boolean"
33981
+ },
33982
+ "value": {
33217
33983
  "type": "string"
33218
33984
  },
33219
- "key": {
33985
+ "vsmValue": {
33220
33986
  "type": "string"
33221
33987
  },
33222
- "value": {
33988
+ "id": {
33989
+ "type": "string"
33990
+ },
33991
+ "key": {
33223
33992
  "type": "string"
33224
33993
  },
33225
33994
  "configurationId": {
@@ -33559,10 +34328,6 @@
33559
34328
  "type": "object",
33560
34329
  "description": "Similar to `contentHints`, but should not be exposed to the user."
33561
34330
  },
33562
- "decrypted": {
33563
- "type": "boolean",
33564
- "description": "Whether `value` and `vsmValue` are decrypted."
33565
- },
33566
34331
  "comment": {
33567
34332
  "type": "string"
33568
34333
  },
@@ -33571,15 +34336,12 @@
33571
34336
  "type": "string"
33572
34337
  },
33573
34338
  "type": "array"
33574
- },
33575
- "vsmValue": {
33576
- "type": "string"
33577
34339
  }
33578
34340
  },
33579
34341
  "required": [
33580
34342
  "type",
33581
- "key",
33582
- "value"
34343
+ "value",
34344
+ "key"
33583
34345
  ],
33584
34346
  "type": "object"
33585
34347
  },
@@ -34188,6 +34950,80 @@
34188
34950
  "deployHooks"
34189
34951
  ],
34190
34952
  "type": "object"
34953
+ },
34954
+ {
34955
+ "properties": {
34956
+ "org": {
34957
+ "type": "string"
34958
+ },
34959
+ "repoOwnerId": {
34960
+ "type": "number",
34961
+ "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."
34962
+ },
34963
+ "repo": {
34964
+ "type": "string"
34965
+ },
34966
+ "repoId": {
34967
+ "type": "number"
34968
+ },
34969
+ "type": {
34970
+ "type": "string",
34971
+ "enum": [
34972
+ "github-custom-host"
34973
+ ]
34974
+ },
34975
+ "host": {
34976
+ "type": "string"
34977
+ },
34978
+ "createdAt": {
34979
+ "type": "number"
34980
+ },
34981
+ "deployHooks": {
34982
+ "items": {
34983
+ "properties": {
34984
+ "createdAt": {
34985
+ "type": "number"
34986
+ },
34987
+ "id": {
34988
+ "type": "string"
34989
+ },
34990
+ "name": {
34991
+ "type": "string"
34992
+ },
34993
+ "ref": {
34994
+ "type": "string"
34995
+ },
34996
+ "url": {
34997
+ "type": "string"
34998
+ }
34999
+ },
35000
+ "required": [
35001
+ "id",
35002
+ "name",
35003
+ "ref",
35004
+ "url"
35005
+ ],
35006
+ "type": "object"
35007
+ },
35008
+ "type": "array"
35009
+ },
35010
+ "gitCredentialId": {
35011
+ "type": "string"
35012
+ },
35013
+ "updatedAt": {
35014
+ "type": "number"
35015
+ },
35016
+ "sourceless": {
35017
+ "type": "boolean"
35018
+ },
35019
+ "productionBranch": {
35020
+ "type": "string"
35021
+ }
35022
+ },
35023
+ "required": [
35024
+ "deployHooks"
35025
+ ],
35026
+ "type": "object"
34191
35027
  }
34192
35028
  ]
34193
35029
  },
@@ -34350,6 +35186,12 @@
34350
35186
  },
34351
35187
  "elasticConcurrencyEnabled": {
34352
35188
  "type": "boolean"
35189
+ },
35190
+ "buildMachineType": {
35191
+ "type": "string",
35192
+ "enum": [
35193
+ "enhanced"
35194
+ ]
34353
35195
  }
34354
35196
  },
34355
35197
  "required": [
@@ -34375,6 +35217,14 @@
34375
35217
  "targetPercentage": {
34376
35218
  "type": "number",
34377
35219
  "description": "The percentage of traffic to serve to the new deployment"
35220
+ },
35221
+ "minutesToRelease": {
35222
+ "type": "number",
35223
+ "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."
35224
+ },
35225
+ "requireApproval": {
35226
+ "type": "boolean",
35227
+ "description": "Whether or not this stage requires approval to proceed."
34378
35228
  }
34379
35229
  },
34380
35230
  "required": [
@@ -34419,6 +35269,12 @@
34419
35269
  },
34420
35270
  "elasticConcurrencyEnabled": {
34421
35271
  "type": "boolean"
35272
+ },
35273
+ "buildMachineType": {
35274
+ "type": "string",
35275
+ "enum": [
35276
+ "enhanced"
35277
+ ]
34422
35278
  }
34423
35279
  },
34424
35280
  "required": [
@@ -35287,6 +36143,12 @@
35287
36143
  },
35288
36144
  "type": "array"
35289
36145
  },
36146
+ "observabilityNotebook": {
36147
+ "items": {
36148
+ "$ref": "#/components/schemas/ACLAction"
36149
+ },
36150
+ "type": "array"
36151
+ },
35290
36152
  "openTelemetryEndpoint": {
35291
36153
  "items": {
35292
36154
  "$ref": "#/components/schemas/ACLAction"
@@ -36866,13 +37728,19 @@
36866
37728
  "type": "string",
36867
37729
  "description": "This is used to identiy variables that have been migrated from type secret to sensitive."
36868
37730
  },
36869
- "id": {
37731
+ "decrypted": {
37732
+ "type": "boolean"
37733
+ },
37734
+ "value": {
36870
37735
  "type": "string"
36871
37736
  },
36872
- "key": {
37737
+ "vsmValue": {
36873
37738
  "type": "string"
36874
37739
  },
36875
- "value": {
37740
+ "id": {
37741
+ "type": "string"
37742
+ },
37743
+ "key": {
36876
37744
  "type": "string"
36877
37745
  },
36878
37746
  "configurationId": {
@@ -37212,10 +38080,6 @@
37212
38080
  "type": "object",
37213
38081
  "description": "Similar to `contentHints`, but should not be exposed to the user."
37214
38082
  },
37215
- "decrypted": {
37216
- "type": "boolean",
37217
- "description": "Whether `value` and `vsmValue` are decrypted."
37218
- },
37219
38083
  "comment": {
37220
38084
  "type": "string"
37221
38085
  },
@@ -37224,15 +38088,12 @@
37224
38088
  "type": "string"
37225
38089
  },
37226
38090
  "type": "array"
37227
- },
37228
- "vsmValue": {
37229
- "type": "string"
37230
38091
  }
37231
38092
  },
37232
38093
  "required": [
37233
38094
  "type",
37234
- "key",
37235
- "value"
38095
+ "value",
38096
+ "key"
37236
38097
  ],
37237
38098
  "type": "object"
37238
38099
  },
@@ -37841,6 +38702,80 @@
37841
38702
  "deployHooks"
37842
38703
  ],
37843
38704
  "type": "object"
38705
+ },
38706
+ {
38707
+ "properties": {
38708
+ "org": {
38709
+ "type": "string"
38710
+ },
38711
+ "repoOwnerId": {
38712
+ "type": "number",
38713
+ "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."
38714
+ },
38715
+ "repo": {
38716
+ "type": "string"
38717
+ },
38718
+ "repoId": {
38719
+ "type": "number"
38720
+ },
38721
+ "type": {
38722
+ "type": "string",
38723
+ "enum": [
38724
+ "github-custom-host"
38725
+ ]
38726
+ },
38727
+ "host": {
38728
+ "type": "string"
38729
+ },
38730
+ "createdAt": {
38731
+ "type": "number"
38732
+ },
38733
+ "deployHooks": {
38734
+ "items": {
38735
+ "properties": {
38736
+ "createdAt": {
38737
+ "type": "number"
38738
+ },
38739
+ "id": {
38740
+ "type": "string"
38741
+ },
38742
+ "name": {
38743
+ "type": "string"
38744
+ },
38745
+ "ref": {
38746
+ "type": "string"
38747
+ },
38748
+ "url": {
38749
+ "type": "string"
38750
+ }
38751
+ },
38752
+ "required": [
38753
+ "id",
38754
+ "name",
38755
+ "ref",
38756
+ "url"
38757
+ ],
38758
+ "type": "object"
38759
+ },
38760
+ "type": "array"
38761
+ },
38762
+ "gitCredentialId": {
38763
+ "type": "string"
38764
+ },
38765
+ "updatedAt": {
38766
+ "type": "number"
38767
+ },
38768
+ "sourceless": {
38769
+ "type": "boolean"
38770
+ },
38771
+ "productionBranch": {
38772
+ "type": "string"
38773
+ }
38774
+ },
38775
+ "required": [
38776
+ "deployHooks"
38777
+ ],
38778
+ "type": "object"
37844
38779
  }
37845
38780
  ]
37846
38781
  },
@@ -38003,6 +38938,12 @@
38003
38938
  },
38004
38939
  "elasticConcurrencyEnabled": {
38005
38940
  "type": "boolean"
38941
+ },
38942
+ "buildMachineType": {
38943
+ "type": "string",
38944
+ "enum": [
38945
+ "enhanced"
38946
+ ]
38006
38947
  }
38007
38948
  },
38008
38949
  "required": [
@@ -38028,6 +38969,14 @@
38028
38969
  "targetPercentage": {
38029
38970
  "type": "number",
38030
38971
  "description": "The percentage of traffic to serve to the new deployment"
38972
+ },
38973
+ "minutesToRelease": {
38974
+ "type": "number",
38975
+ "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."
38976
+ },
38977
+ "requireApproval": {
38978
+ "type": "boolean",
38979
+ "description": "Whether or not this stage requires approval to proceed."
38031
38980
  }
38032
38981
  },
38033
38982
  "required": [
@@ -38072,6 +39021,12 @@
38072
39021
  },
38073
39022
  "elasticConcurrencyEnabled": {
38074
39023
  "type": "boolean"
39024
+ },
39025
+ "buildMachineType": {
39026
+ "type": "string",
39027
+ "enum": [
39028
+ "enhanced"
39029
+ ]
38075
39030
  }
38076
39031
  },
38077
39032
  "required": [
@@ -38940,6 +39895,12 @@
38940
39895
  },
38941
39896
  "type": "array"
38942
39897
  },
39898
+ "observabilityNotebook": {
39899
+ "items": {
39900
+ "$ref": "#/components/schemas/ACLAction"
39901
+ },
39902
+ "type": "array"
39903
+ },
38943
39904
  "openTelemetryEndpoint": {
38944
39905
  "items": {
38945
39906
  "$ref": "#/components/schemas/ACLAction"
@@ -40862,15 +41823,27 @@
40862
41823
  "application/json": {
40863
41824
  "schema": {
40864
41825
  "properties": {
41826
+ "accountLimit": {
41827
+ "properties": {
41828
+ "total": {
41829
+ "type": "number"
41830
+ }
41831
+ },
41832
+ "required": [
41833
+ "total"
41834
+ ],
41835
+ "type": "object",
41836
+ "description": "The maximum number of custom environments allowed either by the team's plan type or a custom override."
41837
+ },
40865
41838
  "environments": {
40866
41839
  "items": {
40867
- "type": "object",
40868
- "description": "Internal representation of a custom environment with all required properties"
41840
+ "type": "object"
40869
41841
  },
40870
41842
  "type": "array"
40871
41843
  }
40872
41844
  },
40873
41845
  "required": [
41846
+ "accountLimit",
40874
41847
  "environments"
40875
41848
  ],
40876
41849
  "type": "object"
@@ -41306,99 +42279,216 @@
41306
42279
  "content": {
41307
42280
  "application/json": {
41308
42281
  "schema": {
41309
- "properties": {
41310
- "domains": {
41311
- "items": {
41312
- "properties": {
41313
- "name": {
41314
- "type": "string"
41315
- },
41316
- "apexName": {
41317
- "type": "string"
41318
- },
41319
- "projectId": {
41320
- "type": "string"
41321
- },
41322
- "redirect": {
41323
- "nullable": true,
41324
- "type": "string"
41325
- },
41326
- "redirectStatusCode": {
41327
- "nullable": true,
41328
- "type": "number",
41329
- "enum": [
41330
- 307,
41331
- 301,
41332
- 302,
41333
- 308
41334
- ]
41335
- },
41336
- "gitBranch": {
41337
- "nullable": true,
41338
- "type": "string"
41339
- },
41340
- "customEnvironmentId": {
41341
- "nullable": true,
41342
- "type": "string"
41343
- },
41344
- "updatedAt": {
41345
- "type": "number"
41346
- },
41347
- "createdAt": {
41348
- "type": "number"
42282
+ "oneOf": [
42283
+ {
42284
+ "properties": {
42285
+ "domains": {
42286
+ "items": {
42287
+ "properties": {
42288
+ "name": {
42289
+ "type": "string"
42290
+ },
42291
+ "apexName": {
42292
+ "type": "string"
42293
+ },
42294
+ "projectId": {
42295
+ "type": "string"
42296
+ },
42297
+ "redirect": {
42298
+ "nullable": true,
42299
+ "type": "string"
42300
+ },
42301
+ "redirectStatusCode": {
42302
+ "nullable": true,
42303
+ "type": "number",
42304
+ "enum": [
42305
+ 307,
42306
+ 301,
42307
+ 302,
42308
+ 308
42309
+ ]
42310
+ },
42311
+ "gitBranch": {
42312
+ "nullable": true,
42313
+ "type": "string"
42314
+ },
42315
+ "customEnvironmentId": {
42316
+ "nullable": true,
42317
+ "type": "string"
42318
+ },
42319
+ "updatedAt": {
42320
+ "type": "number"
42321
+ },
42322
+ "createdAt": {
42323
+ "type": "number"
42324
+ },
42325
+ "verified": {
42326
+ "type": "boolean",
42327
+ "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."
42328
+ },
42329
+ "verification": {
42330
+ "items": {
42331
+ "properties": {
42332
+ "type": {
42333
+ "type": "string"
42334
+ },
42335
+ "domain": {
42336
+ "type": "string"
42337
+ },
42338
+ "value": {
42339
+ "type": "string"
42340
+ },
42341
+ "reason": {
42342
+ "type": "string"
42343
+ }
42344
+ },
42345
+ "required": [
42346
+ "type",
42347
+ "domain",
42348
+ "value",
42349
+ "reason"
42350
+ ],
42351
+ "type": "object",
42352
+ "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`."
42353
+ },
42354
+ "type": "array",
42355
+ "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`."
42356
+ }
42357
+ },
42358
+ "required": [
42359
+ "name",
42360
+ "apexName",
42361
+ "projectId",
42362
+ "verified"
42363
+ ],
42364
+ "type": "object"
41349
42365
  },
41350
- "verified": {
41351
- "type": "boolean",
41352
- "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."
42366
+ "type": "array"
42367
+ },
42368
+ "pagination": {
42369
+ "properties": {
42370
+ "count": {
42371
+ "type": "number"
42372
+ },
42373
+ "next": {
42374
+ "nullable": true,
42375
+ "type": "number"
42376
+ },
42377
+ "prev": {
42378
+ "nullable": true,
42379
+ "type": "number"
42380
+ }
41353
42381
  },
41354
- "verification": {
41355
- "items": {
41356
- "properties": {
41357
- "type": {
41358
- "type": "string"
41359
- },
41360
- "domain": {
41361
- "type": "string"
41362
- },
41363
- "value": {
41364
- "type": "string"
41365
- },
41366
- "reason": {
41367
- "type": "string"
41368
- }
42382
+ "required": [
42383
+ "count",
42384
+ "next",
42385
+ "prev"
42386
+ ],
42387
+ "type": "object"
42388
+ }
42389
+ },
42390
+ "required": [
42391
+ "domains",
42392
+ "pagination"
42393
+ ],
42394
+ "type": "object"
42395
+ },
42396
+ {
42397
+ "properties": {
42398
+ "domains": {
42399
+ "items": {
42400
+ "properties": {
42401
+ "name": {
42402
+ "type": "string"
41369
42403
  },
41370
- "required": [
41371
- "type",
41372
- "domain",
41373
- "value",
41374
- "reason"
41375
- ],
41376
- "type": "object",
41377
- "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`."
42404
+ "apexName": {
42405
+ "type": "string"
42406
+ },
42407
+ "projectId": {
42408
+ "type": "string"
42409
+ },
42410
+ "redirect": {
42411
+ "nullable": true,
42412
+ "type": "string"
42413
+ },
42414
+ "redirectStatusCode": {
42415
+ "nullable": true,
42416
+ "type": "number",
42417
+ "enum": [
42418
+ 307,
42419
+ 301,
42420
+ 302,
42421
+ 308
42422
+ ]
42423
+ },
42424
+ "gitBranch": {
42425
+ "nullable": true,
42426
+ "type": "string"
42427
+ },
42428
+ "customEnvironmentId": {
42429
+ "nullable": true,
42430
+ "type": "string"
42431
+ },
42432
+ "updatedAt": {
42433
+ "type": "number"
42434
+ },
42435
+ "createdAt": {
42436
+ "type": "number"
42437
+ },
42438
+ "verified": {
42439
+ "type": "boolean",
42440
+ "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."
42441
+ },
42442
+ "verification": {
42443
+ "items": {
42444
+ "properties": {
42445
+ "type": {
42446
+ "type": "string"
42447
+ },
42448
+ "domain": {
42449
+ "type": "string"
42450
+ },
42451
+ "value": {
42452
+ "type": "string"
42453
+ },
42454
+ "reason": {
42455
+ "type": "string"
42456
+ }
42457
+ },
42458
+ "required": [
42459
+ "type",
42460
+ "domain",
42461
+ "value",
42462
+ "reason"
42463
+ ],
42464
+ "type": "object",
42465
+ "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`."
42466
+ },
42467
+ "type": "array",
42468
+ "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`."
42469
+ }
41378
42470
  },
41379
- "type": "array",
41380
- "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`."
41381
- }
42471
+ "required": [
42472
+ "name",
42473
+ "apexName",
42474
+ "projectId",
42475
+ "verified"
42476
+ ],
42477
+ "type": "object"
42478
+ },
42479
+ "type": "array"
41382
42480
  },
41383
- "required": [
41384
- "name",
41385
- "apexName",
41386
- "projectId",
41387
- "verified"
41388
- ],
41389
- "type": "object"
42481
+ "pagination": {
42482
+ "$ref": "#/components/schemas/Pagination"
42483
+ }
41390
42484
  },
41391
- "type": "array"
41392
- },
41393
- "pagination": {
41394
- "$ref": "#/components/schemas/Pagination"
42485
+ "required": [
42486
+ "domains",
42487
+ "pagination"
42488
+ ],
42489
+ "type": "object"
41395
42490
  }
41396
- },
41397
- "required": [
41398
- "domains",
41399
- "pagination"
41400
- ],
41401
- "type": "object"
42491
+ ]
41402
42492
  }
41403
42493
  }
41404
42494
  }
@@ -42491,13 +43581,19 @@
42491
43581
  "type": "string",
42492
43582
  "description": "This is used to identiy variables that have been migrated from type secret to sensitive."
42493
43583
  },
42494
- "id": {
43584
+ "decrypted": {
43585
+ "type": "boolean"
43586
+ },
43587
+ "value": {
42495
43588
  "type": "string"
42496
43589
  },
42497
- "key": {
43590
+ "vsmValue": {
42498
43591
  "type": "string"
42499
43592
  },
42500
- "value": {
43593
+ "id": {
43594
+ "type": "string"
43595
+ },
43596
+ "key": {
42501
43597
  "type": "string"
42502
43598
  },
42503
43599
  "configurationId": {
@@ -42837,10 +43933,6 @@
42837
43933
  "type": "object",
42838
43934
  "description": "Similar to `contentHints`, but should not be exposed to the user."
42839
43935
  },
42840
- "decrypted": {
42841
- "type": "boolean",
42842
- "description": "Whether `value` and `vsmValue` are decrypted."
42843
- },
42844
43936
  "comment": {
42845
43937
  "type": "string"
42846
43938
  },
@@ -42850,9 +43942,6 @@
42850
43942
  },
42851
43943
  "type": "array"
42852
43944
  },
42853
- "vsmValue": {
42854
- "type": "string"
42855
- },
42856
43945
  "system": {
42857
43946
  "type": "boolean"
42858
43947
  }
@@ -42905,13 +43994,19 @@
42905
43994
  "type": "string",
42906
43995
  "description": "This is used to identiy variables that have been migrated from type secret to sensitive."
42907
43996
  },
42908
- "id": {
43997
+ "decrypted": {
43998
+ "type": "boolean"
43999
+ },
44000
+ "value": {
42909
44001
  "type": "string"
42910
44002
  },
42911
- "key": {
44003
+ "vsmValue": {
42912
44004
  "type": "string"
42913
44005
  },
42914
- "value": {
44006
+ "id": {
44007
+ "type": "string"
44008
+ },
44009
+ "key": {
42915
44010
  "type": "string"
42916
44011
  },
42917
44012
  "configurationId": {
@@ -43251,10 +44346,6 @@
43251
44346
  "type": "object",
43252
44347
  "description": "Similar to `contentHints`, but should not be exposed to the user."
43253
44348
  },
43254
- "decrypted": {
43255
- "type": "boolean",
43256
- "description": "Whether `value` and `vsmValue` are decrypted."
43257
- },
43258
44349
  "comment": {
43259
44350
  "type": "string"
43260
44351
  },
@@ -43264,9 +44355,6 @@
43264
44355
  },
43265
44356
  "type": "array"
43266
44357
  },
43267
- "vsmValue": {
43268
- "type": "string"
43269
- },
43270
44358
  "system": {
43271
44359
  "type": "boolean"
43272
44360
  }
@@ -43331,13 +44419,19 @@
43331
44419
  "type": "string",
43332
44420
  "description": "This is used to identiy variables that have been migrated from type secret to sensitive."
43333
44421
  },
43334
- "id": {
44422
+ "decrypted": {
44423
+ "type": "boolean"
44424
+ },
44425
+ "value": {
43335
44426
  "type": "string"
43336
44427
  },
43337
- "key": {
44428
+ "vsmValue": {
43338
44429
  "type": "string"
43339
44430
  },
43340
- "value": {
44431
+ "id": {
44432
+ "type": "string"
44433
+ },
44434
+ "key": {
43341
44435
  "type": "string"
43342
44436
  },
43343
44437
  "configurationId": {
@@ -43677,10 +44771,6 @@
43677
44771
  "type": "object",
43678
44772
  "description": "Similar to `contentHints`, but should not be exposed to the user."
43679
44773
  },
43680
- "decrypted": {
43681
- "type": "boolean",
43682
- "description": "Whether `value` and `vsmValue` are decrypted."
43683
- },
43684
44774
  "comment": {
43685
44775
  "type": "string"
43686
44776
  },
@@ -43690,9 +44780,6 @@
43690
44780
  },
43691
44781
  "type": "array"
43692
44782
  },
43693
- "vsmValue": {
43694
- "type": "string"
43695
- },
43696
44783
  "system": {
43697
44784
  "type": "boolean"
43698
44785
  }
@@ -43828,7 +44915,8 @@
43828
44915
  "example": "my-team-url-slug"
43829
44916
  }
43830
44917
  }
43831
- ]
44918
+ ],
44919
+ "x-speakeasy-test": false
43832
44920
  },
43833
44921
  "post": {
43834
44922
  "description": "Create one or more environment variables for a project by passing its `key`, `value`, `type` and `target` and by specifying the project by either passing the project `id` or `name` in the URL. If you include `upsert=true` as a query parameter, a new environment variable will not be created if it already exists but, the existing variable's value will be updated.",
@@ -43890,13 +44978,19 @@
43890
44978
  "type": "string",
43891
44979
  "description": "This is used to identiy variables that have been migrated from type secret to sensitive."
43892
44980
  },
43893
- "id": {
44981
+ "decrypted": {
44982
+ "type": "boolean"
44983
+ },
44984
+ "value": {
43894
44985
  "type": "string"
43895
44986
  },
43896
- "key": {
44987
+ "vsmValue": {
43897
44988
  "type": "string"
43898
44989
  },
43899
- "value": {
44990
+ "id": {
44991
+ "type": "string"
44992
+ },
44993
+ "key": {
43900
44994
  "type": "string"
43901
44995
  },
43902
44996
  "configurationId": {
@@ -44236,10 +45330,6 @@
44236
45330
  "type": "object",
44237
45331
  "description": "Similar to `contentHints`, but should not be exposed to the user."
44238
45332
  },
44239
- "decrypted": {
44240
- "type": "boolean",
44241
- "description": "Whether `value` and `vsmValue` are decrypted."
44242
- },
44243
45333
  "comment": {
44244
45334
  "type": "string"
44245
45335
  },
@@ -44249,9 +45339,6 @@
44249
45339
  },
44250
45340
  "type": "array"
44251
45341
  },
44252
- "vsmValue": {
44253
- "type": "string"
44254
- },
44255
45342
  "system": {
44256
45343
  "type": "boolean"
44257
45344
  }
@@ -44293,13 +45380,19 @@
44293
45380
  "type": "string",
44294
45381
  "description": "This is used to identiy variables that have been migrated from type secret to sensitive."
44295
45382
  },
44296
- "id": {
45383
+ "decrypted": {
45384
+ "type": "boolean"
45385
+ },
45386
+ "value": {
44297
45387
  "type": "string"
44298
45388
  },
44299
- "key": {
45389
+ "vsmValue": {
44300
45390
  "type": "string"
44301
45391
  },
44302
- "value": {
45392
+ "id": {
45393
+ "type": "string"
45394
+ },
45395
+ "key": {
44303
45396
  "type": "string"
44304
45397
  },
44305
45398
  "configurationId": {
@@ -44639,10 +45732,6 @@
44639
45732
  "type": "object",
44640
45733
  "description": "Similar to `contentHints`, but should not be exposed to the user."
44641
45734
  },
44642
- "decrypted": {
44643
- "type": "boolean",
44644
- "description": "Whether `value` and `vsmValue` are decrypted."
44645
- },
44646
45735
  "comment": {
44647
45736
  "type": "string"
44648
45737
  },
@@ -44652,9 +45741,6 @@
44652
45741
  },
44653
45742
  "type": "array"
44654
45743
  },
44655
- "vsmValue": {
44656
- "type": "string"
44657
- },
44658
45744
  "system": {
44659
45745
  "type": "boolean"
44660
45746
  }
@@ -45474,13 +46560,19 @@
45474
46560
  "type": "string",
45475
46561
  "description": "This is used to identiy variables that have been migrated from type secret to sensitive."
45476
46562
  },
45477
- "id": {
46563
+ "decrypted": {
46564
+ "type": "boolean"
46565
+ },
46566
+ "value": {
45478
46567
  "type": "string"
45479
46568
  },
45480
- "key": {
46569
+ "vsmValue": {
45481
46570
  "type": "string"
45482
46571
  },
45483
- "value": {
46572
+ "id": {
46573
+ "type": "string"
46574
+ },
46575
+ "key": {
45484
46576
  "type": "string"
45485
46577
  },
45486
46578
  "configurationId": {
@@ -45820,10 +46912,6 @@
45820
46912
  "type": "object",
45821
46913
  "description": "Similar to `contentHints`, but should not be exposed to the user."
45822
46914
  },
45823
- "decrypted": {
45824
- "type": "boolean",
45825
- "description": "Whether `value` and `vsmValue` are decrypted."
45826
- },
45827
46915
  "comment": {
45828
46916
  "type": "string"
45829
46917
  },
@@ -45832,15 +46920,12 @@
45832
46920
  "type": "string"
45833
46921
  },
45834
46922
  "type": "array"
45835
- },
45836
- "vsmValue": {
45837
- "type": "string"
45838
46923
  }
45839
46924
  },
45840
46925
  "required": [
45841
46926
  "type",
45842
- "key",
45843
- "value"
46927
+ "value",
46928
+ "key"
45844
46929
  ],
45845
46930
  "type": "object"
45846
46931
  },
@@ -45878,13 +46963,16 @@
45878
46963
  "type": "string",
45879
46964
  "description": "This is used to identiy variables that have been migrated from type secret to sensitive."
45880
46965
  },
45881
- "id": {
46966
+ "decrypted": {
46967
+ "type": "boolean"
46968
+ },
46969
+ "value": {
45882
46970
  "type": "string"
45883
46971
  },
45884
- "key": {
46972
+ "id": {
45885
46973
  "type": "string"
45886
46974
  },
45887
- "value": {
46975
+ "key": {
45888
46976
  "type": "string"
45889
46977
  },
45890
46978
  "configurationId": {
@@ -46224,10 +47312,6 @@
46224
47312
  "type": "object",
46225
47313
  "description": "Similar to `contentHints`, but should not be exposed to the user."
46226
47314
  },
46227
- "decrypted": {
46228
- "type": "boolean",
46229
- "description": "Whether `value` and `vsmValue` are decrypted."
46230
- },
46231
47315
  "comment": {
46232
47316
  "type": "string"
46233
47317
  },
@@ -46240,8 +47324,8 @@
46240
47324
  },
46241
47325
  "required": [
46242
47326
  "type",
46243
- "key",
46244
- "value"
47327
+ "value",
47328
+ "key"
46245
47329
  ],
46246
47330
  "type": "object"
46247
47331
  }
@@ -46379,13 +47463,19 @@
46379
47463
  "type": "string",
46380
47464
  "description": "This is used to identiy variables that have been migrated from type secret to sensitive."
46381
47465
  },
46382
- "id": {
47466
+ "decrypted": {
47467
+ "type": "boolean"
47468
+ },
47469
+ "value": {
46383
47470
  "type": "string"
46384
47471
  },
46385
- "key": {
47472
+ "vsmValue": {
46386
47473
  "type": "string"
46387
47474
  },
46388
- "value": {
47475
+ "id": {
47476
+ "type": "string"
47477
+ },
47478
+ "key": {
46389
47479
  "type": "string"
46390
47480
  },
46391
47481
  "configurationId": {
@@ -46725,10 +47815,6 @@
46725
47815
  "type": "object",
46726
47816
  "description": "Similar to `contentHints`, but should not be exposed to the user."
46727
47817
  },
46728
- "decrypted": {
46729
- "type": "boolean",
46730
- "description": "Whether `value` and `vsmValue` are decrypted."
46731
- },
46732
47818
  "comment": {
46733
47819
  "type": "string"
46734
47820
  },
@@ -46737,15 +47823,12 @@
46737
47823
  "type": "string"
46738
47824
  },
46739
47825
  "type": "array"
46740
- },
46741
- "vsmValue": {
46742
- "type": "string"
46743
47826
  }
46744
47827
  },
46745
47828
  "required": [
46746
47829
  "type",
46747
- "key",
46748
- "value"
47830
+ "value",
47831
+ "key"
46749
47832
  ],
46750
47833
  "type": "object"
46751
47834
  },
@@ -46795,13 +47878,19 @@
46795
47878
  "type": "string",
46796
47879
  "description": "This is used to identiy variables that have been migrated from type secret to sensitive."
46797
47880
  },
46798
- "id": {
47881
+ "decrypted": {
47882
+ "type": "boolean"
47883
+ },
47884
+ "value": {
46799
47885
  "type": "string"
46800
47886
  },
46801
- "key": {
47887
+ "vsmValue": {
46802
47888
  "type": "string"
46803
47889
  },
46804
- "value": {
47890
+ "id": {
47891
+ "type": "string"
47892
+ },
47893
+ "key": {
46805
47894
  "type": "string"
46806
47895
  },
46807
47896
  "configurationId": {
@@ -47141,10 +48230,6 @@
47141
48230
  "type": "object",
47142
48231
  "description": "Similar to `contentHints`, but should not be exposed to the user."
47143
48232
  },
47144
- "decrypted": {
47145
- "type": "boolean",
47146
- "description": "Whether `value` and `vsmValue` are decrypted."
47147
- },
47148
48233
  "comment": {
47149
48234
  "type": "string"
47150
48235
  },
@@ -47153,15 +48238,12 @@
47153
48238
  "type": "string"
47154
48239
  },
47155
48240
  "type": "array"
47156
- },
47157
- "vsmValue": {
47158
- "type": "string"
47159
48241
  }
47160
48242
  },
47161
48243
  "required": [
47162
48244
  "type",
47163
- "key",
47164
- "value"
48245
+ "value",
48246
+ "key"
47165
48247
  ],
47166
48248
  "type": "object"
47167
48249
  },
@@ -47206,13 +48288,19 @@
47206
48288
  "type": "string",
47207
48289
  "description": "This is used to identiy variables that have been migrated from type secret to sensitive."
47208
48290
  },
47209
- "id": {
48291
+ "decrypted": {
48292
+ "type": "boolean"
48293
+ },
48294
+ "value": {
47210
48295
  "type": "string"
47211
48296
  },
47212
- "key": {
48297
+ "vsmValue": {
47213
48298
  "type": "string"
47214
48299
  },
47215
- "value": {
48300
+ "id": {
48301
+ "type": "string"
48302
+ },
48303
+ "key": {
47216
48304
  "type": "string"
47217
48305
  },
47218
48306
  "configurationId": {
@@ -47552,10 +48640,6 @@
47552
48640
  "type": "object",
47553
48641
  "description": "Similar to `contentHints`, but should not be exposed to the user."
47554
48642
  },
47555
- "decrypted": {
47556
- "type": "boolean",
47557
- "description": "Whether `value` and `vsmValue` are decrypted."
47558
- },
47559
48643
  "comment": {
47560
48644
  "type": "string"
47561
48645
  },
@@ -47564,15 +48648,12 @@
47564
48648
  "type": "string"
47565
48649
  },
47566
48650
  "type": "array"
47567
- },
47568
- "vsmValue": {
47569
- "type": "string"
47570
48651
  }
47571
48652
  },
47572
48653
  "required": [
47573
48654
  "type",
47574
- "key",
47575
- "value"
48655
+ "value",
48656
+ "key"
47576
48657
  ],
47577
48658
  "type": "object"
47578
48659
  }
@@ -47725,13 +48806,16 @@
47725
48806
  "type": "string",
47726
48807
  "description": "This is used to identiy variables that have been migrated from type secret to sensitive."
47727
48808
  },
47728
- "id": {
48809
+ "decrypted": {
48810
+ "type": "boolean"
48811
+ },
48812
+ "value": {
47729
48813
  "type": "string"
47730
48814
  },
47731
- "key": {
48815
+ "id": {
47732
48816
  "type": "string"
47733
48817
  },
47734
- "value": {
48818
+ "key": {
47735
48819
  "type": "string"
47736
48820
  },
47737
48821
  "configurationId": {
@@ -48071,10 +49155,6 @@
48071
49155
  "type": "object",
48072
49156
  "description": "Similar to `contentHints`, but should not be exposed to the user."
48073
49157
  },
48074
- "decrypted": {
48075
- "type": "boolean",
48076
- "description": "Whether `value` and `vsmValue` are decrypted."
48077
- },
48078
49158
  "comment": {
48079
49159
  "type": "string"
48080
49160
  },
@@ -48087,8 +49167,8 @@
48087
49167
  },
48088
49168
  "required": [
48089
49169
  "type",
48090
- "key",
48091
- "value"
49170
+ "value",
49171
+ "key"
48092
49172
  ],
48093
49173
  "type": "object"
48094
49174
  },
@@ -49827,9 +50907,6 @@
49827
50907
  "type": "object",
49828
50908
  "additionalProperties": {
49829
50909
  "anyOf": [
49830
- {
49831
- "not": {}
49832
- },
49833
50910
  {
49834
50911
  "type": "object",
49835
50912
  "properties": {
@@ -52182,7 +53259,8 @@
52182
53259
  "example": "my-team-url-slug"
52183
53260
  }
52184
53261
  }
52185
- ]
53262
+ ],
53263
+ "x-speakeasy-test": false
52186
53264
  }
52187
53265
  },
52188
53266
  "/v1/security/firewall/bypass": {
@@ -61567,10 +62645,6 @@
61567
62645
  "type": "string",
61568
62646
  "description": "The value of the Shared Env Var."
61569
62647
  },
61570
- "vsmValue": {
61571
- "type": "string",
61572
- "description": "The value of the shared environment variable decrypted against api-secrets-management."
61573
- },
61574
62648
  "projectId": {
61575
62649
  "items": {
61576
62650
  "type": "string"
@@ -61697,10 +62771,6 @@
61697
62771
  "type": "string",
61698
62772
  "description": "The value of the Shared Env Var."
61699
62773
  },
61700
- "vsmValue": {
61701
- "type": "string",
61702
- "description": "The value of the shared environment variable decrypted against api-secrets-management."
61703
- },
61704
62774
  "projectId": {
61705
62775
  "items": {
61706
62776
  "type": "string"
@@ -61824,10 +62894,6 @@
61824
62894
  "type": "string",
61825
62895
  "description": "The value of the Shared Env Var."
61826
62896
  },
61827
- "vsmValue": {
61828
- "type": "string",
61829
- "description": "The value of the shared environment variable decrypted against api-secrets-management."
61830
- },
61831
62897
  "projectId": {
61832
62898
  "items": {
61833
62899
  "type": "string"
@@ -62226,6 +63292,7 @@
62226
63292
  "enum": [
62227
63293
  "gitlab",
62228
63294
  "bitbucket",
63295
+ "google",
62229
63296
  "github-oauth",
62230
63297
  "github-app"
62231
63298
  ]
@@ -62245,7 +63312,8 @@
62245
63312
  "type": {
62246
63313
  "type": "string",
62247
63314
  "enum": [
62248
- "github-oauth-custom-host"
63315
+ "github-oauth-custom-host",
63316
+ "github-app-custom-host"
62249
63317
  ]
62250
63318
  },
62251
63319
  "host": {
@@ -62380,7 +63448,8 @@
62380
63448
  "enum": [
62381
63449
  "github",
62382
63450
  "gitlab",
62383
- "bitbucket"
63451
+ "bitbucket",
63452
+ "github-custom-host"
62384
63453
  ]
62385
63454
  },
62386
63455
  "preferredScopesAndGitNamespaces": {
@@ -62560,8 +63629,20 @@
62560
63629
  "flagsExplorerUnlimitedOverrides": {
62561
63630
  "type": "boolean"
62562
63631
  },
63632
+ "customEnvironmentsPerProject": {
63633
+ "type": "number"
63634
+ },
62563
63635
  "buildMachine": {
62564
63636
  "properties": {
63637
+ "purchaseType": {
63638
+ "type": "string",
63639
+ "enum": [
63640
+ "enhanced"
63641
+ ]
63642
+ },
63643
+ "abovePlan": {
63644
+ "type": "boolean"
63645
+ },
62565
63646
  "cores": {
62566
63647
  "type": "number"
62567
63648
  },
@@ -64630,6 +65711,9 @@
64630
65711
  "viaBitbucket": {
64631
65712
  "type": "boolean"
64632
65713
  },
65714
+ "viaGoogle": {
65715
+ "type": "boolean"
65716
+ },
64633
65717
  "viaSamlSso": {
64634
65718
  "type": "boolean"
64635
65719
  },
@@ -64653,6 +65737,7 @@
64653
65737
  "viaGithub",
64654
65738
  "viaGitlab",
64655
65739
  "viaBitbucket",
65740
+ "viaGoogle",
64656
65741
  "viaSamlSso",
64657
65742
  "viaPasskey"
64658
65743
  ],
@@ -67376,7 +68461,8 @@
67376
68461
  "passkey",
67377
68462
  "otp",
67378
68463
  "sms",
67379
- "invite"
68464
+ "invite",
68465
+ "google"
67380
68466
  ]
67381
68467
  }
67382
68468
  },
@@ -67754,7 +68840,8 @@
67754
68840
  "passkey",
67755
68841
  "otp",
67756
68842
  "sms",
67757
- "invite"
68843
+ "invite",
68844
+ "google"
67758
68845
  ]
67759
68846
  },
67760
68847
  "createdAt": {
@@ -67795,7 +68882,8 @@
67795
68882
  "passkey",
67796
68883
  "otp",
67797
68884
  "sms",
67798
- "invite"
68885
+ "invite",
68886
+ "google"
67799
68887
  ]
67800
68888
  },
67801
68889
  "createdAt": {
@@ -68033,8 +69121,23 @@
68033
69121
  "type": "boolean",
68034
69122
  "description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
68035
69123
  },
69124
+ "customEnvironmentsPerProject": {
69125
+ "type": "number",
69126
+ "description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
69127
+ },
68036
69128
  "buildMachine": {
68037
69129
  "properties": {
69130
+ "purchaseType": {
69131
+ "type": "string",
69132
+ "enum": [
69133
+ "enhanced"
69134
+ ],
69135
+ "description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
69136
+ },
69137
+ "abovePlan": {
69138
+ "type": "boolean",
69139
+ "description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
69140
+ },
68038
69141
  "cores": {
68039
69142
  "type": "number",
68040
69143
  "description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
@@ -68123,7 +69226,8 @@
68123
69226
  "enum": [
68124
69227
  "github",
68125
69228
  "gitlab",
68126
- "bitbucket"
69229
+ "bitbucket",
69230
+ "github-custom-host"
68127
69231
  ]
68128
69232
  },
68129
69233
  "preferredScopesAndGitNamespaces": {