@vercel/sdk 1.11.2 → 1.11.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.
Files changed (169) hide show
  1. package/README.md +45 -52
  2. package/bin/mcp-server.js +926 -870
  3. package/bin/mcp-server.js.map +29 -29
  4. package/docs/sdks/integrations/README.md +83 -0
  5. package/docs/sdks/vercel/README.md +0 -74
  6. package/esm/__tests__/checks.test.js +1 -1
  7. package/esm/__tests__/checks.test.js.map +1 -1
  8. package/esm/__tests__/domains.test.js +3 -12
  9. package/esm/__tests__/domains.test.js.map +1 -1
  10. package/esm/__tests__/integrations.test.js +28 -1
  11. package/esm/__tests__/integrations.test.js.map +1 -1
  12. package/esm/__tests__/rollingrelease.test.js +2 -6
  13. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +1 -11
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/__tests__/vercel.test.js +3 -27
  17. package/esm/__tests__/vercel.test.js.map +1 -1
  18. package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
  19. package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
  20. package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
  21. package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
  22. package/esm/lib/config.d.ts +2 -2
  23. package/esm/lib/config.js +2 -2
  24. package/esm/mcp-server/mcp-server.js +1 -1
  25. package/esm/mcp-server/server.d.ts.map +1 -1
  26. package/esm/mcp-server/server.js +3 -3
  27. package/esm/mcp-server/server.js.map +1 -1
  28. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
  29. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
  30. package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
  31. package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
  32. package/esm/models/approverollingreleasestageop.d.ts +15 -0
  33. package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
  34. package/esm/models/approverollingreleasestageop.js +6 -0
  35. package/esm/models/approverollingreleasestageop.js.map +1 -1
  36. package/esm/models/canceldeploymentop.d.ts +3 -0
  37. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  38. package/esm/models/canceldeploymentop.js +1 -0
  39. package/esm/models/canceldeploymentop.js.map +1 -1
  40. package/esm/models/completerollingreleaseop.d.ts +15 -0
  41. package/esm/models/completerollingreleaseop.d.ts.map +1 -1
  42. package/esm/models/completerollingreleaseop.js +6 -0
  43. package/esm/models/completerollingreleaseop.js.map +1 -1
  44. package/esm/models/createdeploymentop.d.ts +41 -35
  45. package/esm/models/createdeploymentop.d.ts.map +1 -1
  46. package/esm/models/createdeploymentop.js +15 -13
  47. package/esm/models/createdeploymentop.js.map +1 -1
  48. package/esm/models/createintegrationstoredirectop.d.ts +243 -240
  49. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  50. package/esm/models/createintegrationstoredirectop.js +295 -294
  51. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  52. package/esm/models/createprojectenvop.d.ts +6 -6
  53. package/esm/models/createprojectenvop.js +2 -2
  54. package/esm/models/createprojectenvop.js.map +1 -1
  55. package/esm/models/createprojectop.d.ts +11 -0
  56. package/esm/models/createprojectop.d.ts.map +1 -1
  57. package/esm/models/createprojectop.js +4 -0
  58. package/esm/models/createprojectop.js.map +1 -1
  59. package/esm/models/editprojectenvop.d.ts +3 -3
  60. package/esm/models/editprojectenvop.js +1 -1
  61. package/esm/models/editprojectenvop.js.map +1 -1
  62. package/esm/models/getbillingplansop.d.ts +257 -0
  63. package/esm/models/getbillingplansop.d.ts.map +1 -0
  64. package/esm/models/getbillingplansop.js +244 -0
  65. package/esm/models/getbillingplansop.js.map +1 -0
  66. package/esm/models/getconfigurationproductsop.d.ts +330 -330
  67. package/esm/models/getconfigurationproductsop.js +408 -408
  68. package/esm/models/getdeploymentop.d.ts +3 -0
  69. package/esm/models/getdeploymentop.d.ts.map +1 -1
  70. package/esm/models/getdeploymentop.js +1 -0
  71. package/esm/models/getdeploymentop.js.map +1 -1
  72. package/esm/models/getdeploymentsop.d.ts +3 -0
  73. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  74. package/esm/models/getdeploymentsop.js +1 -0
  75. package/esm/models/getdeploymentsop.js.map +1 -1
  76. package/esm/models/getprojectsop.d.ts +8 -0
  77. package/esm/models/getprojectsop.d.ts.map +1 -1
  78. package/esm/models/getprojectsop.js +3 -0
  79. package/esm/models/getprojectsop.js.map +1 -1
  80. package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
  81. package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
  82. package/esm/models/getrollingreleaseconfigop.js +2 -0
  83. package/esm/models/getrollingreleaseconfigop.js.map +1 -1
  84. package/esm/models/getrollingreleaseop.d.ts +15 -0
  85. package/esm/models/getrollingreleaseop.d.ts.map +1 -1
  86. package/esm/models/getrollingreleaseop.js +6 -0
  87. package/esm/models/getrollingreleaseop.js.map +1 -1
  88. package/esm/models/getwebhooksop.d.ts +3 -0
  89. package/esm/models/getwebhooksop.d.ts.map +1 -1
  90. package/esm/models/getwebhooksop.js +1 -0
  91. package/esm/models/getwebhooksop.js.map +1 -1
  92. package/esm/models/importresourceop.d.ts +15 -15
  93. package/esm/models/importresourceop.d.ts.map +1 -1
  94. package/esm/models/importresourceop.js +17 -15
  95. package/esm/models/importresourceop.js.map +1 -1
  96. package/esm/models/removeprojectenvop.d.ts +9 -9
  97. package/esm/models/removeprojectenvop.js +3 -3
  98. package/esm/models/removeprojectenvop.js.map +1 -1
  99. package/esm/models/updateprojectdatacacheop.d.ts +8 -0
  100. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  101. package/esm/models/updateprojectdatacacheop.js +3 -0
  102. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  103. package/esm/models/updateprojectop.d.ts +173 -162
  104. package/esm/models/updateprojectop.d.ts.map +1 -1
  105. package/esm/models/updateprojectop.js +158 -154
  106. package/esm/models/updateprojectop.js.map +1 -1
  107. package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
  108. package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
  109. package/esm/models/updaterollingreleaseconfigop.js +2 -0
  110. package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
  111. package/esm/sdk/integrations.d.ts +8 -0
  112. package/esm/sdk/integrations.d.ts.map +1 -1
  113. package/esm/sdk/integrations.js +10 -0
  114. package/esm/sdk/integrations.js.map +1 -1
  115. package/esm/sdk/sdk.d.ts +1 -3
  116. package/esm/sdk/sdk.d.ts.map +1 -1
  117. package/esm/sdk/sdk.js +0 -5
  118. package/esm/sdk/sdk.js.map +1 -1
  119. package/examples/package-lock.json +1 -1
  120. package/jsr.json +1 -1
  121. package/package.json +1 -1
  122. package/src/__tests__/checks.test.ts +1 -1
  123. package/src/__tests__/domains.test.ts +3 -12
  124. package/src/__tests__/integrations.test.ts +32 -1
  125. package/src/__tests__/rollingrelease.test.ts +2 -6
  126. package/src/__tests__/security.test.ts +1 -11
  127. package/src/__tests__/vercel.test.ts +4 -33
  128. package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
  129. package/src/lib/config.ts +2 -2
  130. package/src/mcp-server/mcp-server.ts +1 -1
  131. package/src/mcp-server/server.ts +3 -5
  132. package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
  133. package/src/models/approverollingreleasestageop.ts +21 -0
  134. package/src/models/canceldeploymentop.ts +1 -0
  135. package/src/models/completerollingreleaseop.ts +21 -0
  136. package/src/models/createdeploymentop.ts +17 -15
  137. package/src/models/createintegrationstoredirectop.ts +506 -505
  138. package/src/models/createprojectenvop.ts +2 -2
  139. package/src/models/createprojectop.ts +9 -0
  140. package/src/models/editprojectenvop.ts +1 -1
  141. package/src/models/getbillingplansop.ts +508 -0
  142. package/src/models/getconfigurationproductsop.ts +703 -703
  143. package/src/models/getdeploymentop.ts +1 -0
  144. package/src/models/getdeploymentsop.ts +1 -0
  145. package/src/models/getprojectsop.ts +8 -0
  146. package/src/models/getrollingreleaseconfigop.ts +7 -0
  147. package/src/models/getrollingreleaseop.ts +21 -0
  148. package/src/models/getwebhooksop.ts +1 -0
  149. package/src/models/importresourceop.ts +27 -29
  150. package/src/models/removeprojectenvop.ts +3 -3
  151. package/src/models/updateprojectdatacacheop.ts +8 -0
  152. package/src/models/updateprojectop.ts +347 -338
  153. package/src/models/updaterollingreleaseconfigop.ts +7 -0
  154. package/src/sdk/integrations.ts +22 -0
  155. package/src/sdk/sdk.ts +1 -23
  156. package/vercel-spec.json +715 -594
  157. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -14
  158. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  159. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  160. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
  161. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  162. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
  163. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  164. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
  165. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
  166. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
  167. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
  168. package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
  169. package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
package/vercel-spec.json CHANGED
@@ -5020,6 +5020,7 @@
5020
5020
  "nitro",
5021
5021
  "hono",
5022
5022
  "express",
5023
+ "h3",
5023
5024
  "xmcp"
5024
5025
  ]
5025
5026
  },
@@ -5971,6 +5972,11 @@
5971
5972
  "type": "number",
5972
5973
  "description": "Duration in minutes for automatic advancement to the next stage",
5973
5974
  "example": 600
5975
+ },
5976
+ "linearShift": {
5977
+ "type": "boolean",
5978
+ "description": "Whether to linearly shift traffic over the duration of this stage",
5979
+ "example": false
5974
5980
  }
5975
5981
  },
5976
5982
  "required": [
@@ -9781,6 +9787,7 @@
9781
9787
  "nitro",
9782
9788
  "hono",
9783
9789
  "express",
9790
+ "h3",
9784
9791
  "xmcp"
9785
9792
  ]
9786
9793
  },
@@ -13578,6 +13585,7 @@
13578
13585
  "nitro",
13579
13586
  "hono",
13580
13587
  "express",
13588
+ "h3",
13581
13589
  "xmcp"
13582
13590
  ]
13583
13591
  },
@@ -13649,11 +13657,11 @@
13649
13657
  "status": {
13650
13658
  "type": "string",
13651
13659
  "enum": [
13652
- "error",
13653
- "timeout",
13654
13660
  "skipped",
13655
13661
  "pending",
13656
- "ready"
13662
+ "ready",
13663
+ "error",
13664
+ "timeout"
13657
13665
  ]
13658
13666
  },
13659
13667
  "startedAt": {
@@ -13832,19 +13840,19 @@
13832
13840
  "readyState": {
13833
13841
  "type": "string",
13834
13842
  "enum": [
13835
- "ERROR",
13836
13843
  "BUILDING",
13844
+ "ERROR",
13837
13845
  "INITIALIZING",
13838
13846
  "READY"
13839
13847
  ]
13840
13848
  },
13841
- "readyStateAt": {
13842
- "type": "number"
13843
- },
13844
13849
  "entrypoint": {
13845
13850
  "nullable": true,
13846
13851
  "type": "string"
13847
13852
  },
13853
+ "readyStateAt": {
13854
+ "type": "number"
13855
+ },
13848
13856
  "output": {
13849
13857
  "items": {
13850
13858
  "properties": {
@@ -14902,15 +14910,15 @@
14902
14910
  "functionType": {
14903
14911
  "type": "string",
14904
14912
  "enum": [
14905
- "standard",
14906
- "fluid"
14913
+ "fluid",
14914
+ "standard"
14907
14915
  ]
14908
14916
  },
14909
14917
  "functionMemoryType": {
14910
14918
  "type": "string",
14911
14919
  "enum": [
14912
- "standard_legacy",
14913
14920
  "standard",
14921
+ "standard_legacy",
14914
14922
  "performance"
14915
14923
  ]
14916
14924
  },
@@ -15402,8 +15410,8 @@
15402
15410
  "op": {
15403
15411
  "type": "string",
15404
15412
  "enum": [
15405
- "set",
15406
15413
  "append",
15414
+ "set",
15407
15415
  "delete"
15408
15416
  ]
15409
15417
  },
@@ -15533,12 +15541,12 @@
15533
15541
  "handle": {
15534
15542
  "type": "string",
15535
15543
  "enum": [
15536
- "filesystem",
15537
15544
  "error",
15545
+ "filesystem",
15538
15546
  "hit",
15539
15547
  "miss",
15540
- "resource",
15541
- "rewrite"
15548
+ "rewrite",
15549
+ "resource"
15542
15550
  ]
15543
15551
  },
15544
15552
  "src": {
@@ -15853,8 +15861,8 @@
15853
15861
  "ownerType": {
15854
15862
  "type": "string",
15855
15863
  "enum": [
15856
- "user",
15857
- "team"
15864
+ "team",
15865
+ "user"
15858
15866
  ]
15859
15867
  }
15860
15868
  },
@@ -15906,8 +15914,8 @@
15906
15914
  "ownerType": {
15907
15915
  "type": "string",
15908
15916
  "enum": [
15909
- "user",
15910
- "team"
15917
+ "team",
15918
+ "user"
15911
15919
  ]
15912
15920
  }
15913
15921
  },
@@ -15960,8 +15968,8 @@
15960
15968
  "ownerType": {
15961
15969
  "type": "string",
15962
15970
  "enum": [
15963
- "user",
15964
- "team"
15971
+ "team",
15972
+ "user"
15965
15973
  ]
15966
15974
  }
15967
15975
  },
@@ -16518,6 +16526,7 @@
16518
16526
  "nitro",
16519
16527
  "hono",
16520
16528
  "express",
16529
+ "h3",
16521
16530
  "xmcp"
16522
16531
  ],
16523
16532
  "nullable": true
@@ -16749,6 +16758,7 @@
16749
16758
  "nitro",
16750
16759
  "hono",
16751
16760
  "express",
16761
+ "h3",
16752
16762
  "xmcp"
16753
16763
  ]
16754
16764
  },
@@ -20818,6 +20828,7 @@
20818
20828
  "content": {
20819
20829
  "application/json": {
20820
20830
  "schema": {
20831
+ "additionalProperties": false,
20821
20832
  "properties": {
20822
20833
  "name": {
20823
20834
  "type": "string",
@@ -25145,9 +25156,17 @@
25145
25156
  },
25146
25157
  "/v1/integrations/integration/{integrationIdOrSlug}/products/{productIdOrSlug}/plans": {
25147
25158
  "get": {
25148
- "description": "",
25149
- "security": [],
25150
- "tags": [],
25159
+ "description": "Get a list of billing plans for an integration and product.",
25160
+ "operationId": "getBillingPlans",
25161
+ "security": [
25162
+ {
25163
+ "bearerToken": []
25164
+ }
25165
+ ],
25166
+ "summary": "List integration billing plans",
25167
+ "tags": [
25168
+ "integrations"
25169
+ ],
25151
25170
  "responses": {
25152
25171
  "200": {
25153
25172
  "description": "",
@@ -25340,77 +25359,6 @@
25340
25359
  "schema": {
25341
25360
  "type": "string"
25342
25361
  }
25343
- }
25344
- ]
25345
- }
25346
- },
25347
- "/v1/integrations/installations/{integrationConfigurationId}/resources/{resourceId}/connections": {
25348
- "post": {
25349
- "description": "Connects an integration resource to a Vercel project. This endpoint establishes a connection between a provisioned integration resource (from storage APIs like `POST /v1/storage/stores/integration/direct`) and a specific Vercel project.",
25350
- "operationId": "connectIntegrationResourceToProject",
25351
- "security": [
25352
- {
25353
- "bearerToken": []
25354
- }
25355
- ],
25356
- "summary": "Connect integration resource to project",
25357
- "tags": [
25358
- "integrations"
25359
- ],
25360
- "responses": {
25361
- "201": {
25362
- "description": ""
25363
- },
25364
- "400": {
25365
- "description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
25366
- "content": {
25367
- "application/json": {
25368
- "schema": {
25369
- "$ref": "#/components/schemas/VercelBadRequestError"
25370
- }
25371
- }
25372
- }
25373
- },
25374
- "401": {
25375
- "description": "",
25376
- "content": {
25377
- "application/json": {
25378
- "schema": {
25379
- "$ref": "#/components/schemas/VercelForbiddenError"
25380
- }
25381
- }
25382
- }
25383
- },
25384
- "403": {
25385
- "description": "You do not have permission to access this resource."
25386
- },
25387
- "404": {
25388
- "description": "",
25389
- "content": {
25390
- "application/json": {
25391
- "schema": {
25392
- "$ref": "#/components/schemas/VercelNotFoundError"
25393
- }
25394
- }
25395
- }
25396
- }
25397
- },
25398
- "parameters": [
25399
- {
25400
- "name": "integrationConfigurationId",
25401
- "in": "path",
25402
- "required": true,
25403
- "schema": {
25404
- "type": "string"
25405
- }
25406
- },
25407
- {
25408
- "name": "resourceId",
25409
- "in": "path",
25410
- "required": true,
25411
- "schema": {
25412
- "type": "string"
25413
- }
25414
25362
  },
25415
25363
  {
25416
25364
  "description": "The Team identifier to perform the request on behalf of.",
@@ -25430,169 +25378,258 @@
25430
25378
  "example": "my-team-url-slug"
25431
25379
  }
25432
25380
  }
25433
- ],
25434
- "requestBody": {
25435
- "content": {
25436
- "application/json": {
25437
- "schema": {
25438
- "type": "object",
25439
- "required": [
25440
- "projectId"
25441
- ],
25442
- "properties": {
25443
- "projectId": {
25444
- "type": "string"
25445
- }
25446
- }
25447
- }
25448
- }
25449
- }
25450
- }
25451
- }
25452
- },
25453
- "/v1/installations/{integrationConfigurationId}/account": {
25454
- "get": {
25455
- "description": "Fetches the best account or user’s contact info",
25456
- "operationId": "get-account-info",
25457
- "security": [
25458
- {
25459
- "bearerToken": []
25460
- }
25461
- ],
25462
- "summary": "Get Account Information",
25463
- "tags": [
25464
- "marketplace"
25465
- ],
25466
- "responses": {
25467
- "200": {
25468
- "description": "",
25469
- "content": {
25470
- "application/json": {
25471
- "schema": {
25472
- "properties": {
25473
- "name": {
25474
- "type": "string",
25475
- "description": "The name of the team the installation is tied to."
25476
- },
25477
- "url": {
25478
- "type": "string",
25479
- "description": "A URL linking to the installation in the Vercel Dashboard."
25480
- },
25481
- "contact": {
25482
- "nullable": true,
25483
- "properties": {
25484
- "email": {
25485
- "type": "string"
25486
- },
25487
- "name": {
25488
- "type": "string"
25489
- }
25490
- },
25491
- "required": [
25492
- "email"
25493
- ],
25494
- "type": "object",
25495
- "description": "The best contact for the integration, which can change as team members and their roles change."
25496
- }
25497
- },
25498
- "required": [
25499
- "url",
25500
- "contact"
25501
- ],
25502
- "type": "object"
25503
- }
25504
- }
25505
- }
25506
- },
25507
- "400": {
25508
- "description": "One of the provided values in the request query is invalid.",
25509
- "content": {
25510
- "application/json": {
25511
- "schema": {
25512
- "$ref": "#/components/schemas/VercelBadRequestError"
25513
- }
25514
- }
25515
- }
25516
- },
25517
- "401": {
25518
- "description": "",
25519
- "content": {
25520
- "application/json": {
25521
- "schema": {
25522
- "$ref": "#/components/schemas/VercelForbiddenError"
25523
- }
25524
- }
25525
- }
25526
- },
25527
- "403": {
25528
- "description": "You do not have permission to access this resource."
25529
- },
25530
- "404": {
25531
- "description": "",
25532
- "content": {
25533
- "application/json": {
25534
- "schema": {
25535
- "$ref": "#/components/schemas/VercelNotFoundError"
25536
- }
25537
- }
25538
- }
25539
- }
25540
- },
25541
- "parameters": [
25542
- {
25543
- "name": "integrationConfigurationId",
25544
- "in": "path",
25545
- "required": true,
25546
- "schema": {
25547
- "type": "string"
25548
- }
25549
- }
25550
25381
  ]
25551
25382
  }
25552
25383
  },
25553
- "/v1/installations/{integrationConfigurationId}/member/{memberId}": {
25554
- "get": {
25555
- "description": "Returns the member role and other information for a given member ID (\"user_id\" claim in the SSO OIDC token).",
25556
- "operationId": "get-member",
25384
+ "/v1/integrations/installations/{integrationConfigurationId}/resources/{resourceId}/connections": {
25385
+ "post": {
25386
+ "description": "Connects an integration resource to a Vercel project. This endpoint establishes a connection between a provisioned integration resource (from storage APIs like `POST /v1/storage/stores/integration/direct`) and a specific Vercel project.",
25387
+ "operationId": "connectIntegrationResourceToProject",
25557
25388
  "security": [
25558
25389
  {
25559
25390
  "bearerToken": []
25560
25391
  }
25561
25392
  ],
25562
- "summary": "Get Member Information",
25393
+ "summary": "Connect integration resource to project",
25563
25394
  "tags": [
25564
- "marketplace"
25395
+ "integrations"
25565
25396
  ],
25566
25397
  "responses": {
25567
- "200": {
25568
- "description": "",
25569
- "content": {
25570
- "application/json": {
25571
- "schema": {
25572
- "properties": {
25573
- "id": {
25574
- "type": "string"
25575
- },
25576
- "role": {
25577
- "type": "string",
25578
- "enum": [
25579
- "ADMIN",
25580
- "USER"
25581
- ],
25582
- "description": "\"The `ADMIN` role, by default, is provided to users capable of installing integrations, while the `USER` role can be granted to Vercel users with the Vercel `Billing` or Vercel `Viewer` role, which are considered to be Read-Only roles.\""
25583
- }
25584
- },
25585
- "required": [
25586
- "id",
25587
- "role"
25588
- ],
25589
- "type": "object"
25590
- }
25591
- }
25592
- }
25398
+ "201": {
25399
+ "description": ""
25593
25400
  },
25594
25401
  "400": {
25595
- "description": "One of the provided values in the request query is invalid.",
25402
+ "description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
25403
+ "content": {
25404
+ "application/json": {
25405
+ "schema": {
25406
+ "$ref": "#/components/schemas/VercelBadRequestError"
25407
+ }
25408
+ }
25409
+ }
25410
+ },
25411
+ "401": {
25412
+ "description": "",
25413
+ "content": {
25414
+ "application/json": {
25415
+ "schema": {
25416
+ "$ref": "#/components/schemas/VercelForbiddenError"
25417
+ }
25418
+ }
25419
+ }
25420
+ },
25421
+ "403": {
25422
+ "description": "You do not have permission to access this resource."
25423
+ },
25424
+ "404": {
25425
+ "description": "",
25426
+ "content": {
25427
+ "application/json": {
25428
+ "schema": {
25429
+ "$ref": "#/components/schemas/VercelNotFoundError"
25430
+ }
25431
+ }
25432
+ }
25433
+ }
25434
+ },
25435
+ "parameters": [
25436
+ {
25437
+ "name": "integrationConfigurationId",
25438
+ "in": "path",
25439
+ "required": true,
25440
+ "schema": {
25441
+ "type": "string"
25442
+ }
25443
+ },
25444
+ {
25445
+ "name": "resourceId",
25446
+ "in": "path",
25447
+ "required": true,
25448
+ "schema": {
25449
+ "type": "string"
25450
+ }
25451
+ },
25452
+ {
25453
+ "description": "The Team identifier to perform the request on behalf of.",
25454
+ "in": "query",
25455
+ "name": "teamId",
25456
+ "schema": {
25457
+ "type": "string",
25458
+ "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
25459
+ }
25460
+ },
25461
+ {
25462
+ "description": "The Team slug to perform the request on behalf of.",
25463
+ "in": "query",
25464
+ "name": "slug",
25465
+ "schema": {
25466
+ "type": "string",
25467
+ "example": "my-team-url-slug"
25468
+ }
25469
+ }
25470
+ ],
25471
+ "requestBody": {
25472
+ "content": {
25473
+ "application/json": {
25474
+ "schema": {
25475
+ "type": "object",
25476
+ "required": [
25477
+ "projectId"
25478
+ ],
25479
+ "properties": {
25480
+ "projectId": {
25481
+ "type": "string"
25482
+ }
25483
+ }
25484
+ }
25485
+ }
25486
+ }
25487
+ }
25488
+ }
25489
+ },
25490
+ "/v1/installations/{integrationConfigurationId}/account": {
25491
+ "get": {
25492
+ "description": "Fetches the best account or user’s contact info",
25493
+ "operationId": "get-account-info",
25494
+ "security": [
25495
+ {
25496
+ "bearerToken": []
25497
+ }
25498
+ ],
25499
+ "summary": "Get Account Information",
25500
+ "tags": [
25501
+ "marketplace"
25502
+ ],
25503
+ "responses": {
25504
+ "200": {
25505
+ "description": "",
25506
+ "content": {
25507
+ "application/json": {
25508
+ "schema": {
25509
+ "properties": {
25510
+ "name": {
25511
+ "type": "string",
25512
+ "description": "The name of the team the installation is tied to."
25513
+ },
25514
+ "url": {
25515
+ "type": "string",
25516
+ "description": "A URL linking to the installation in the Vercel Dashboard."
25517
+ },
25518
+ "contact": {
25519
+ "nullable": true,
25520
+ "properties": {
25521
+ "email": {
25522
+ "type": "string"
25523
+ },
25524
+ "name": {
25525
+ "type": "string"
25526
+ }
25527
+ },
25528
+ "required": [
25529
+ "email"
25530
+ ],
25531
+ "type": "object",
25532
+ "description": "The best contact for the integration, which can change as team members and their roles change."
25533
+ }
25534
+ },
25535
+ "required": [
25536
+ "url",
25537
+ "contact"
25538
+ ],
25539
+ "type": "object"
25540
+ }
25541
+ }
25542
+ }
25543
+ },
25544
+ "400": {
25545
+ "description": "One of the provided values in the request query is invalid.",
25546
+ "content": {
25547
+ "application/json": {
25548
+ "schema": {
25549
+ "$ref": "#/components/schemas/VercelBadRequestError"
25550
+ }
25551
+ }
25552
+ }
25553
+ },
25554
+ "401": {
25555
+ "description": "",
25556
+ "content": {
25557
+ "application/json": {
25558
+ "schema": {
25559
+ "$ref": "#/components/schemas/VercelForbiddenError"
25560
+ }
25561
+ }
25562
+ }
25563
+ },
25564
+ "403": {
25565
+ "description": "You do not have permission to access this resource."
25566
+ },
25567
+ "404": {
25568
+ "description": "",
25569
+ "content": {
25570
+ "application/json": {
25571
+ "schema": {
25572
+ "$ref": "#/components/schemas/VercelNotFoundError"
25573
+ }
25574
+ }
25575
+ }
25576
+ }
25577
+ },
25578
+ "parameters": [
25579
+ {
25580
+ "name": "integrationConfigurationId",
25581
+ "in": "path",
25582
+ "required": true,
25583
+ "schema": {
25584
+ "type": "string"
25585
+ }
25586
+ }
25587
+ ]
25588
+ }
25589
+ },
25590
+ "/v1/installations/{integrationConfigurationId}/member/{memberId}": {
25591
+ "get": {
25592
+ "description": "Returns the member role and other information for a given member ID (\"user_id\" claim in the SSO OIDC token).",
25593
+ "operationId": "get-member",
25594
+ "security": [
25595
+ {
25596
+ "bearerToken": []
25597
+ }
25598
+ ],
25599
+ "summary": "Get Member Information",
25600
+ "tags": [
25601
+ "marketplace"
25602
+ ],
25603
+ "responses": {
25604
+ "200": {
25605
+ "description": "",
25606
+ "content": {
25607
+ "application/json": {
25608
+ "schema": {
25609
+ "properties": {
25610
+ "id": {
25611
+ "type": "string"
25612
+ },
25613
+ "role": {
25614
+ "type": "string",
25615
+ "enum": [
25616
+ "ADMIN",
25617
+ "USER"
25618
+ ],
25619
+ "description": "\"The `ADMIN` role, by default, is provided to users capable of installing integrations, while the `USER` role can be granted to Vercel users with the Vercel `Billing` or Vercel `Viewer` role, which are considered to be Read-Only roles.\""
25620
+ }
25621
+ },
25622
+ "required": [
25623
+ "id",
25624
+ "role"
25625
+ ],
25626
+ "type": "object"
25627
+ }
25628
+ }
25629
+ }
25630
+ },
25631
+ "400": {
25632
+ "description": "One of the provided values in the request query is invalid.",
25596
25633
  "content": {
25597
25634
  "application/json": {
25598
25635
  "schema": {
@@ -26410,7 +26447,7 @@
26410
26447
  "additionalProperties": false
26411
26448
  }
26412
26449
  },
26413
- "heightlightedDetails": {
26450
+ "highlightedDetails": {
26414
26451
  "type": "array",
26415
26452
  "items": {
26416
26453
  "type": "object",
@@ -29282,34 +29319,34 @@
29282
29319
  "minLength": {
29283
29320
  "type": "object",
29284
29321
  "properties": {
29285
- "__@BRAND@513164": {
29322
+ "__@BRAND@512899": {
29286
29323
  "type": "object"
29287
29324
  }
29288
29325
  },
29289
29326
  "required": [
29290
- "__@BRAND@513164"
29327
+ "__@BRAND@512899"
29291
29328
  ]
29292
29329
  },
29293
29330
  "maxLength": {
29294
29331
  "type": "object",
29295
29332
  "properties": {
29296
- "__@BRAND@513164": {
29333
+ "__@BRAND@512899": {
29297
29334
  "type": "object"
29298
29335
  }
29299
29336
  },
29300
29337
  "required": [
29301
- "__@BRAND@513164"
29338
+ "__@BRAND@512899"
29302
29339
  ]
29303
29340
  },
29304
29341
  "pattern": {
29305
29342
  "type": "object",
29306
29343
  "properties": {
29307
- "__@BRAND@513164": {
29344
+ "__@BRAND@512899": {
29308
29345
  "type": "object"
29309
29346
  }
29310
29347
  },
29311
29348
  "required": [
29312
- "__@BRAND@513164"
29349
+ "__@BRAND@512899"
29313
29350
  ]
29314
29351
  },
29315
29352
  "default": {
@@ -29992,34 +30029,34 @@
29992
30029
  "minLength": {
29993
30030
  "type": "object",
29994
30031
  "properties": {
29995
- "__@BRAND@513164": {
30032
+ "__@BRAND@512899": {
29996
30033
  "type": "object"
29997
30034
  }
29998
30035
  },
29999
30036
  "required": [
30000
- "__@BRAND@513164"
30037
+ "__@BRAND@512899"
30001
30038
  ]
30002
30039
  },
30003
30040
  "maxLength": {
30004
30041
  "type": "object",
30005
30042
  "properties": {
30006
- "__@BRAND@513164": {
30043
+ "__@BRAND@512899": {
30007
30044
  "type": "object"
30008
30045
  }
30009
30046
  },
30010
30047
  "required": [
30011
- "__@BRAND@513164"
30048
+ "__@BRAND@512899"
30012
30049
  ]
30013
30050
  },
30014
30051
  "pattern": {
30015
30052
  "type": "object",
30016
30053
  "properties": {
30017
- "__@BRAND@513164": {
30054
+ "__@BRAND@512899": {
30018
30055
  "type": "object"
30019
30056
  }
30020
30057
  },
30021
30058
  "required": [
30022
- "__@BRAND@513164"
30059
+ "__@BRAND@512899"
30023
30060
  ]
30024
30061
  },
30025
30062
  "default": {
@@ -30177,34 +30214,34 @@
30177
30214
  "minLength": {
30178
30215
  "type": "object",
30179
30216
  "properties": {
30180
- "__@BRAND@513164": {
30217
+ "__@BRAND@512899": {
30181
30218
  "type": "object"
30182
30219
  }
30183
30220
  },
30184
30221
  "required": [
30185
- "__@BRAND@513164"
30222
+ "__@BRAND@512899"
30186
30223
  ]
30187
30224
  },
30188
30225
  "maxLength": {
30189
30226
  "type": "object",
30190
30227
  "properties": {
30191
- "__@BRAND@513164": {
30228
+ "__@BRAND@512899": {
30192
30229
  "type": "object"
30193
30230
  }
30194
30231
  },
30195
30232
  "required": [
30196
- "__@BRAND@513164"
30233
+ "__@BRAND@512899"
30197
30234
  ]
30198
30235
  },
30199
30236
  "pattern": {
30200
30237
  "type": "object",
30201
30238
  "properties": {
30202
- "__@BRAND@513164": {
30239
+ "__@BRAND@512899": {
30203
30240
  "type": "object"
30204
30241
  }
30205
30242
  },
30206
30243
  "required": [
30207
- "__@BRAND@513164"
30244
+ "__@BRAND@512899"
30208
30245
  ]
30209
30246
  },
30210
30247
  "default": {
@@ -30515,12 +30552,12 @@
30515
30552
  {
30516
30553
  "type": "object",
30517
30554
  "properties": {
30518
- "__@BRAND@513164": {
30555
+ "__@BRAND@512899": {
30519
30556
  "type": "object"
30520
30557
  }
30521
30558
  },
30522
30559
  "required": [
30523
- "__@BRAND@513164"
30560
+ "__@BRAND@512899"
30524
30561
  ]
30525
30562
  },
30526
30563
  {
@@ -30528,12 +30565,12 @@
30528
30565
  "value": {
30529
30566
  "type": "object",
30530
30567
  "properties": {
30531
- "__@BRAND@513164": {
30568
+ "__@BRAND@512899": {
30532
30569
  "type": "object"
30533
30570
  }
30534
30571
  },
30535
30572
  "required": [
30536
- "__@BRAND@513164"
30573
+ "__@BRAND@512899"
30537
30574
  ]
30538
30575
  },
30539
30576
  "disabled": {
@@ -30602,34 +30639,34 @@
30602
30639
  "minLength": {
30603
30640
  "type": "object",
30604
30641
  "properties": {
30605
- "__@BRAND@513164": {
30642
+ "__@BRAND@512899": {
30606
30643
  "type": "object"
30607
30644
  }
30608
30645
  },
30609
30646
  "required": [
30610
- "__@BRAND@513164"
30647
+ "__@BRAND@512899"
30611
30648
  ]
30612
30649
  },
30613
30650
  "maxLength": {
30614
30651
  "type": "object",
30615
30652
  "properties": {
30616
- "__@BRAND@513164": {
30653
+ "__@BRAND@512899": {
30617
30654
  "type": "object"
30618
30655
  }
30619
30656
  },
30620
30657
  "required": [
30621
- "__@BRAND@513164"
30658
+ "__@BRAND@512899"
30622
30659
  ]
30623
30660
  },
30624
30661
  "pattern": {
30625
30662
  "type": "object",
30626
30663
  "properties": {
30627
- "__@BRAND@513164": {
30664
+ "__@BRAND@512899": {
30628
30665
  "type": "object"
30629
30666
  }
30630
30667
  },
30631
30668
  "required": [
30632
- "__@BRAND@513164"
30669
+ "__@BRAND@512899"
30633
30670
  ]
30634
30671
  },
30635
30672
  "default": {
@@ -30787,34 +30824,34 @@
30787
30824
  "minLength": {
30788
30825
  "type": "object",
30789
30826
  "properties": {
30790
- "__@BRAND@513164": {
30827
+ "__@BRAND@512899": {
30791
30828
  "type": "object"
30792
30829
  }
30793
30830
  },
30794
30831
  "required": [
30795
- "__@BRAND@513164"
30832
+ "__@BRAND@512899"
30796
30833
  ]
30797
30834
  },
30798
30835
  "maxLength": {
30799
30836
  "type": "object",
30800
30837
  "properties": {
30801
- "__@BRAND@513164": {
30838
+ "__@BRAND@512899": {
30802
30839
  "type": "object"
30803
30840
  }
30804
30841
  },
30805
30842
  "required": [
30806
- "__@BRAND@513164"
30843
+ "__@BRAND@512899"
30807
30844
  ]
30808
30845
  },
30809
30846
  "pattern": {
30810
30847
  "type": "object",
30811
30848
  "properties": {
30812
- "__@BRAND@513164": {
30849
+ "__@BRAND@512899": {
30813
30850
  "type": "object"
30814
30851
  }
30815
30852
  },
30816
30853
  "required": [
30817
- "__@BRAND@513164"
30854
+ "__@BRAND@512899"
30818
30855
  ]
30819
30856
  },
30820
30857
  "default": {
@@ -30903,12 +30940,12 @@
30903
30940
  {
30904
30941
  "type": "object",
30905
30942
  "properties": {
30906
- "__@BRAND@513164": {
30943
+ "__@BRAND@512899": {
30907
30944
  "type": "object"
30908
30945
  }
30909
30946
  },
30910
30947
  "required": [
30911
- "__@BRAND@513164"
30948
+ "__@BRAND@512899"
30912
30949
  ]
30913
30950
  },
30914
30951
  {
@@ -30916,12 +30953,12 @@
30916
30953
  "value": {
30917
30954
  "type": "object",
30918
30955
  "properties": {
30919
- "__@BRAND@513164": {
30956
+ "__@BRAND@512899": {
30920
30957
  "type": "object"
30921
30958
  }
30922
30959
  },
30923
30960
  "required": [
30924
- "__@BRAND@513164"
30961
+ "__@BRAND@512899"
30925
30962
  ]
30926
30963
  },
30927
30964
  "disabled": {
@@ -31107,12 +31144,12 @@
31107
31144
  "items": {
31108
31145
  "type": "object",
31109
31146
  "properties": {
31110
- "__@BRAND@513164": {
31147
+ "__@BRAND@512899": {
31111
31148
  "type": "object"
31112
31149
  }
31113
31150
  },
31114
31151
  "required": [
31115
- "__@BRAND@513164"
31152
+ "__@BRAND@512899"
31116
31153
  ]
31117
31154
  },
31118
31155
  "type": "array"
@@ -31121,12 +31158,12 @@
31121
31158
  "items": {
31122
31159
  "type": "object",
31123
31160
  "properties": {
31124
- "__@BRAND@513164": {
31161
+ "__@BRAND@512899": {
31125
31162
  "type": "object"
31126
31163
  }
31127
31164
  },
31128
31165
  "required": [
31129
- "__@BRAND@513164"
31166
+ "__@BRAND@512899"
31130
31167
  ]
31131
31168
  },
31132
31169
  "type": "array"
@@ -31145,12 +31182,12 @@
31145
31182
  "value": {
31146
31183
  "type": "object",
31147
31184
  "properties": {
31148
- "__@BRAND@513164": {
31185
+ "__@BRAND@512899": {
31149
31186
  "type": "object"
31150
31187
  }
31151
31188
  },
31152
31189
  "required": [
31153
- "__@BRAND@513164"
31190
+ "__@BRAND@512899"
31154
31191
  ]
31155
31192
  },
31156
31193
  "disabled": {
@@ -34189,6 +34226,7 @@
34189
34226
  "nitro",
34190
34227
  "hono",
34191
34228
  "express",
34229
+ "h3",
34192
34230
  "xmcp"
34193
34231
  ]
34194
34232
  },
@@ -35140,6 +35178,11 @@
35140
35178
  "type": "number",
35141
35179
  "description": "Duration in minutes for automatic advancement to the next stage",
35142
35180
  "example": 600
35181
+ },
35182
+ "linearShift": {
35183
+ "type": "boolean",
35184
+ "description": "Whether to linearly shift traffic over the duration of this stage",
35185
+ "example": false
35143
35186
  }
35144
35187
  },
35145
35188
  "required": [
@@ -38937,6 +38980,7 @@
38937
38980
  "nitro",
38938
38981
  "hono",
38939
38982
  "express",
38983
+ "h3",
38940
38984
  "xmcp"
38941
38985
  ]
38942
38986
  },
@@ -39888,6 +39932,11 @@
39888
39932
  "type": "number",
39889
39933
  "description": "Duration in minutes for automatic advancement to the next stage",
39890
39934
  "example": 600
39935
+ },
39936
+ "linearShift": {
39937
+ "type": "boolean",
39938
+ "description": "Whether to linearly shift traffic over the duration of this stage",
39939
+ "example": false
39891
39940
  }
39892
39941
  },
39893
39942
  "required": [
@@ -42796,6 +42845,7 @@
42796
42845
  "nitro",
42797
42846
  "hono",
42798
42847
  "express",
42848
+ "h3",
42799
42849
  "xmcp"
42800
42850
  ]
42801
42851
  },
@@ -43340,10 +43390,10 @@
43340
43390
  "type": "string",
43341
43391
  "enum": [
43342
43392
  "system",
43393
+ "secret",
43343
43394
  "encrypted",
43344
43395
  "plain",
43345
- "sensitive",
43346
- "secret"
43396
+ "sensitive"
43347
43397
  ]
43348
43398
  },
43349
43399
  "sunsetSecretId": {
@@ -43935,6 +43985,7 @@
43935
43985
  "nitro",
43936
43986
  "hono",
43937
43987
  "express",
43988
+ "h3",
43938
43989
  "xmcp"
43939
43990
  ]
43940
43991
  },
@@ -44346,18 +44397,18 @@
44346
44397
  "github-limited"
44347
44398
  ]
44348
44399
  },
44349
- "repo": {
44350
- "type": "string"
44351
- },
44352
- "repoId": {
44353
- "type": "number"
44354
- },
44355
44400
  "updatedAt": {
44356
44401
  "type": "number"
44357
44402
  },
44358
44403
  "createdAt": {
44359
44404
  "type": "number"
44360
44405
  },
44406
+ "repo": {
44407
+ "type": "string"
44408
+ },
44409
+ "sourceless": {
44410
+ "type": "boolean"
44411
+ },
44361
44412
  "org": {
44362
44413
  "type": "string"
44363
44414
  },
@@ -44365,6 +44416,9 @@
44365
44416
  "type": "number",
44366
44417
  "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."
44367
44418
  },
44419
+ "repoId": {
44420
+ "type": "number"
44421
+ },
44368
44422
  "deployHooks": {
44369
44423
  "items": {
44370
44424
  "properties": {
@@ -44397,9 +44451,6 @@
44397
44451
  "gitCredentialId": {
44398
44452
  "type": "string"
44399
44453
  },
44400
- "sourceless": {
44401
- "type": "boolean"
44402
- },
44403
44454
  "productionBranch": {
44404
44455
  "type": "string"
44405
44456
  }
@@ -44790,9 +44841,6 @@
44790
44841
  },
44791
44842
  "resourceConfig": {
44792
44843
  "properties": {
44793
- "elasticConcurrencyEnabled": {
44794
- "type": "boolean"
44795
- },
44796
44844
  "fluid": {
44797
44845
  "type": "boolean"
44798
44846
  },
@@ -44816,6 +44864,9 @@
44816
44864
  "functionZeroConfigFailover": {
44817
44865
  "type": "boolean"
44818
44866
  },
44867
+ "elasticConcurrencyEnabled": {
44868
+ "type": "boolean"
44869
+ },
44819
44870
  "buildMachineType": {
44820
44871
  "type": "string",
44821
44872
  "enum": [
@@ -44886,6 +44937,11 @@
44886
44937
  "type": "number",
44887
44938
  "description": "Duration in minutes for automatic advancement to the next stage",
44888
44939
  "example": 600
44940
+ },
44941
+ "linearShift": {
44942
+ "type": "boolean",
44943
+ "description": "Whether to linearly shift traffic over the duration of this stage",
44944
+ "example": false
44889
44945
  }
44890
44946
  },
44891
44947
  "required": [
@@ -44911,9 +44967,6 @@
44911
44967
  },
44912
44968
  "defaultResourceConfig": {
44913
44969
  "properties": {
44914
- "elasticConcurrencyEnabled": {
44915
- "type": "boolean"
44916
- },
44917
44970
  "fluid": {
44918
44971
  "type": "boolean"
44919
44972
  },
@@ -44937,6 +44990,9 @@
44937
44990
  "functionZeroConfigFailover": {
44938
44991
  "type": "boolean"
44939
44992
  },
44993
+ "elasticConcurrencyEnabled": {
44994
+ "type": "boolean"
44995
+ },
44940
44996
  "buildMachineType": {
44941
44997
  "type": "string",
44942
44998
  "enum": [
@@ -44981,8 +45037,8 @@
44981
45037
  "deploymentType": {
44982
45038
  "type": "string",
44983
45039
  "enum": [
44984
- "preview",
44985
45040
  "all",
45041
+ "preview",
44986
45042
  "prod_deployment_urls_and_all_previews",
44987
45043
  "all_except_custom_domains"
44988
45044
  ]
@@ -46717,11 +46773,11 @@
46717
46773
  "deploymentType": {
46718
46774
  "type": "string",
46719
46775
  "enum": [
46720
- "preview",
46721
- "production",
46722
46776
  "all",
46777
+ "preview",
46723
46778
  "prod_deployment_urls_and_all_previews",
46724
- "all_except_custom_domains"
46779
+ "all_except_custom_domains",
46780
+ "production"
46725
46781
  ]
46726
46782
  },
46727
46783
  "addresses": {
@@ -46761,11 +46817,11 @@
46761
46817
  "deploymentType": {
46762
46818
  "type": "string",
46763
46819
  "enum": [
46764
- "preview",
46765
- "production",
46766
46820
  "all",
46821
+ "preview",
46767
46822
  "prod_deployment_urls_and_all_previews",
46768
- "all_except_custom_domains"
46823
+ "all_except_custom_domains",
46824
+ "production"
46769
46825
  ]
46770
46826
  }
46771
46827
  },
@@ -47949,10 +48005,10 @@
47949
48005
  "type": "string",
47950
48006
  "enum": [
47951
48007
  "system",
48008
+ "secret",
47952
48009
  "encrypted",
47953
48010
  "plain",
47954
- "sensitive",
47955
- "secret"
48011
+ "sensitive"
47956
48012
  ]
47957
48013
  },
47958
48014
  "sunsetSecretId": {
@@ -48544,6 +48600,7 @@
48544
48600
  "nitro",
48545
48601
  "hono",
48546
48602
  "express",
48603
+ "h3",
48547
48604
  "xmcp"
48548
48605
  ]
48549
48606
  },
@@ -48955,18 +49012,18 @@
48955
49012
  "github-limited"
48956
49013
  ]
48957
49014
  },
48958
- "repo": {
48959
- "type": "string"
48960
- },
48961
- "repoId": {
48962
- "type": "number"
48963
- },
48964
49015
  "updatedAt": {
48965
49016
  "type": "number"
48966
49017
  },
48967
49018
  "createdAt": {
48968
49019
  "type": "number"
48969
49020
  },
49021
+ "repo": {
49022
+ "type": "string"
49023
+ },
49024
+ "sourceless": {
49025
+ "type": "boolean"
49026
+ },
48970
49027
  "org": {
48971
49028
  "type": "string"
48972
49029
  },
@@ -48974,6 +49031,9 @@
48974
49031
  "type": "number",
48975
49032
  "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."
48976
49033
  },
49034
+ "repoId": {
49035
+ "type": "number"
49036
+ },
48977
49037
  "deployHooks": {
48978
49038
  "items": {
48979
49039
  "properties": {
@@ -49006,9 +49066,6 @@
49006
49066
  "gitCredentialId": {
49007
49067
  "type": "string"
49008
49068
  },
49009
- "sourceless": {
49010
- "type": "boolean"
49011
- },
49012
49069
  "productionBranch": {
49013
49070
  "type": "string"
49014
49071
  }
@@ -49399,9 +49456,6 @@
49399
49456
  },
49400
49457
  "resourceConfig": {
49401
49458
  "properties": {
49402
- "elasticConcurrencyEnabled": {
49403
- "type": "boolean"
49404
- },
49405
49459
  "fluid": {
49406
49460
  "type": "boolean"
49407
49461
  },
@@ -49425,6 +49479,9 @@
49425
49479
  "functionZeroConfigFailover": {
49426
49480
  "type": "boolean"
49427
49481
  },
49482
+ "elasticConcurrencyEnabled": {
49483
+ "type": "boolean"
49484
+ },
49428
49485
  "buildMachineType": {
49429
49486
  "type": "string",
49430
49487
  "enum": [
@@ -49495,6 +49552,11 @@
49495
49552
  "type": "number",
49496
49553
  "description": "Duration in minutes for automatic advancement to the next stage",
49497
49554
  "example": 600
49555
+ },
49556
+ "linearShift": {
49557
+ "type": "boolean",
49558
+ "description": "Whether to linearly shift traffic over the duration of this stage",
49559
+ "example": false
49498
49560
  }
49499
49561
  },
49500
49562
  "required": [
@@ -49520,9 +49582,6 @@
49520
49582
  },
49521
49583
  "defaultResourceConfig": {
49522
49584
  "properties": {
49523
- "elasticConcurrencyEnabled": {
49524
- "type": "boolean"
49525
- },
49526
49585
  "fluid": {
49527
49586
  "type": "boolean"
49528
49587
  },
@@ -49546,6 +49605,9 @@
49546
49605
  "functionZeroConfigFailover": {
49547
49606
  "type": "boolean"
49548
49607
  },
49608
+ "elasticConcurrencyEnabled": {
49609
+ "type": "boolean"
49610
+ },
49549
49611
  "buildMachineType": {
49550
49612
  "type": "string",
49551
49613
  "enum": [
@@ -49590,8 +49652,8 @@
49590
49652
  "deploymentType": {
49591
49653
  "type": "string",
49592
49654
  "enum": [
49593
- "preview",
49594
49655
  "all",
49656
+ "preview",
49595
49657
  "prod_deployment_urls_and_all_previews",
49596
49658
  "all_except_custom_domains"
49597
49659
  ]
@@ -49928,1279 +49990,1279 @@
49928
49990
  },
49929
49991
  "permissions": {
49930
49992
  "properties": {
49931
- "aliasProject": {
49993
+ "oauth2Connection": {
49932
49994
  "items": {
49933
49995
  "$ref": "#/components/schemas/ACLAction"
49934
49996
  },
49935
49997
  "type": "array"
49936
49998
  },
49937
- "aliasProtectionBypass": {
49999
+ "user": {
49938
50000
  "items": {
49939
50001
  "$ref": "#/components/schemas/ACLAction"
49940
50002
  },
49941
50003
  "type": "array"
49942
50004
  },
49943
- "buildMachine": {
50005
+ "userConnection": {
49944
50006
  "items": {
49945
50007
  "$ref": "#/components/schemas/ACLAction"
49946
50008
  },
49947
50009
  "type": "array"
49948
50010
  },
49949
- "productionAliasProtectionBypass": {
50011
+ "userSudo": {
49950
50012
  "items": {
49951
50013
  "$ref": "#/components/schemas/ACLAction"
49952
50014
  },
49953
50015
  "type": "array"
49954
50016
  },
49955
- "connectConfigurationLink": {
50017
+ "webAuthn": {
49956
50018
  "items": {
49957
50019
  "$ref": "#/components/schemas/ACLAction"
49958
50020
  },
49959
50021
  "type": "array"
49960
50022
  },
49961
- "dataCacheNamespace": {
50023
+ "accessGroup": {
49962
50024
  "items": {
49963
50025
  "$ref": "#/components/schemas/ACLAction"
49964
50026
  },
49965
50027
  "type": "array"
49966
50028
  },
49967
- "deployment": {
50029
+ "aliasGlobal": {
49968
50030
  "items": {
49969
50031
  "$ref": "#/components/schemas/ACLAction"
49970
50032
  },
49971
50033
  "type": "array"
49972
50034
  },
49973
- "deploymentBuildLogs": {
50035
+ "analyticsSampling": {
49974
50036
  "items": {
49975
50037
  "$ref": "#/components/schemas/ACLAction"
49976
50038
  },
49977
50039
  "type": "array"
49978
50040
  },
49979
- "deploymentCheck": {
50041
+ "analyticsUsage": {
49980
50042
  "items": {
49981
50043
  "$ref": "#/components/schemas/ACLAction"
49982
50044
  },
49983
50045
  "type": "array"
49984
50046
  },
49985
- "deploymentCheckPreview": {
50047
+ "auditLog": {
49986
50048
  "items": {
49987
50049
  "$ref": "#/components/schemas/ACLAction"
49988
50050
  },
49989
50051
  "type": "array"
49990
50052
  },
49991
- "deploymentCheckReRunFromProductionBranch": {
50053
+ "billingAddress": {
49992
50054
  "items": {
49993
50055
  "$ref": "#/components/schemas/ACLAction"
49994
50056
  },
49995
50057
  "type": "array"
49996
50058
  },
49997
- "deploymentProductionGit": {
50059
+ "billingInformation": {
49998
50060
  "items": {
49999
50061
  "$ref": "#/components/schemas/ACLAction"
50000
50062
  },
50001
50063
  "type": "array"
50002
50064
  },
50003
- "deploymentV0": {
50065
+ "billingInvoice": {
50004
50066
  "items": {
50005
50067
  "$ref": "#/components/schemas/ACLAction"
50006
50068
  },
50007
50069
  "type": "array"
50008
50070
  },
50009
- "deploymentPreview": {
50071
+ "billingInvoiceEmailRecipient": {
50010
50072
  "items": {
50011
50073
  "$ref": "#/components/schemas/ACLAction"
50012
50074
  },
50013
50075
  "type": "array"
50014
50076
  },
50015
- "deploymentPrivate": {
50077
+ "billingInvoiceLanguage": {
50016
50078
  "items": {
50017
50079
  "$ref": "#/components/schemas/ACLAction"
50018
50080
  },
50019
50081
  "type": "array"
50020
50082
  },
50021
- "deploymentPromote": {
50083
+ "billingPlan": {
50022
50084
  "items": {
50023
50085
  "$ref": "#/components/schemas/ACLAction"
50024
50086
  },
50025
50087
  "type": "array"
50026
50088
  },
50027
- "deploymentRollback": {
50089
+ "billingPurchaseOrder": {
50028
50090
  "items": {
50029
50091
  "$ref": "#/components/schemas/ACLAction"
50030
50092
  },
50031
50093
  "type": "array"
50032
50094
  },
50033
- "edgeCacheNamespace": {
50095
+ "billingRefund": {
50034
50096
  "items": {
50035
50097
  "$ref": "#/components/schemas/ACLAction"
50036
50098
  },
50037
50099
  "type": "array"
50038
50100
  },
50039
- "environments": {
50101
+ "billingTaxId": {
50040
50102
  "items": {
50041
50103
  "$ref": "#/components/schemas/ACLAction"
50042
50104
  },
50043
50105
  "type": "array"
50044
50106
  },
50045
- "logs": {
50107
+ "blob": {
50046
50108
  "items": {
50047
50109
  "$ref": "#/components/schemas/ACLAction"
50048
50110
  },
50049
50111
  "type": "array"
50050
50112
  },
50051
- "logsPreset": {
50113
+ "budget": {
50052
50114
  "items": {
50053
50115
  "$ref": "#/components/schemas/ACLAction"
50054
50116
  },
50055
50117
  "type": "array"
50056
50118
  },
50057
- "passwordProtection": {
50119
+ "cacheArtifact": {
50058
50120
  "items": {
50059
50121
  "$ref": "#/components/schemas/ACLAction"
50060
50122
  },
50061
50123
  "type": "array"
50062
50124
  },
50063
- "optionsAllowlist": {
50125
+ "cacheArtifactUsageEvent": {
50064
50126
  "items": {
50065
50127
  "$ref": "#/components/schemas/ACLAction"
50066
50128
  },
50067
50129
  "type": "array"
50068
50130
  },
50069
- "job": {
50131
+ "codeChecks": {
50070
50132
  "items": {
50071
50133
  "$ref": "#/components/schemas/ACLAction"
50072
50134
  },
50073
50135
  "type": "array"
50074
50136
  },
50075
- "observabilityData": {
50137
+ "concurrentBuilds": {
50076
50138
  "items": {
50077
50139
  "$ref": "#/components/schemas/ACLAction"
50078
50140
  },
50079
50141
  "type": "array"
50080
50142
  },
50081
- "onDemandBuild": {
50143
+ "connect": {
50082
50144
  "items": {
50083
50145
  "$ref": "#/components/schemas/ACLAction"
50084
50146
  },
50085
50147
  "type": "array"
50086
50148
  },
50087
- "onDemandConcurrency": {
50149
+ "connectConfiguration": {
50088
50150
  "items": {
50089
50151
  "$ref": "#/components/schemas/ACLAction"
50090
50152
  },
50091
50153
  "type": "array"
50092
50154
  },
50093
- "project": {
50155
+ "defaultDeploymentProtection": {
50094
50156
  "items": {
50095
50157
  "$ref": "#/components/schemas/ACLAction"
50096
50158
  },
50097
50159
  "type": "array"
50098
50160
  },
50099
- "projectFromV0": {
50161
+ "domain": {
50100
50162
  "items": {
50101
50163
  "$ref": "#/components/schemas/ACLAction"
50102
50164
  },
50103
50165
  "type": "array"
50104
50166
  },
50105
- "projectAccessGroup": {
50167
+ "domainAcceptDelegation": {
50106
50168
  "items": {
50107
50169
  "$ref": "#/components/schemas/ACLAction"
50108
50170
  },
50109
50171
  "type": "array"
50110
50172
  },
50111
- "projectAnalyticsSampling": {
50173
+ "domainAuthCodes": {
50112
50174
  "items": {
50113
50175
  "$ref": "#/components/schemas/ACLAction"
50114
50176
  },
50115
50177
  "type": "array"
50116
50178
  },
50117
- "projectCheck": {
50179
+ "domainCertificate": {
50118
50180
  "items": {
50119
50181
  "$ref": "#/components/schemas/ACLAction"
50120
50182
  },
50121
50183
  "type": "array"
50122
50184
  },
50123
- "projectCheckRun": {
50185
+ "domainCheckConfig": {
50124
50186
  "items": {
50125
50187
  "$ref": "#/components/schemas/ACLAction"
50126
50188
  },
50127
50189
  "type": "array"
50128
50190
  },
50129
- "projectDeploymentHook": {
50191
+ "domainMove": {
50130
50192
  "items": {
50131
50193
  "$ref": "#/components/schemas/ACLAction"
50132
50194
  },
50133
50195
  "type": "array"
50134
50196
  },
50135
- "projectDomain": {
50197
+ "domainPurchase": {
50136
50198
  "items": {
50137
50199
  "$ref": "#/components/schemas/ACLAction"
50138
50200
  },
50139
50201
  "type": "array"
50140
50202
  },
50141
- "projectDomainMove": {
50203
+ "domainRecord": {
50142
50204
  "items": {
50143
50205
  "$ref": "#/components/schemas/ACLAction"
50144
50206
  },
50145
50207
  "type": "array"
50146
50208
  },
50147
- "projectDomainCheckConfig": {
50209
+ "domainTransferIn": {
50148
50210
  "items": {
50149
50211
  "$ref": "#/components/schemas/ACLAction"
50150
50212
  },
50151
50213
  "type": "array"
50152
50214
  },
50153
- "projectEnvVars": {
50215
+ "event": {
50154
50216
  "items": {
50155
50217
  "$ref": "#/components/schemas/ACLAction"
50156
50218
  },
50157
50219
  "type": "array"
50158
50220
  },
50159
- "projectEnvVarsProduction": {
50221
+ "ownEvent": {
50160
50222
  "items": {
50161
50223
  "$ref": "#/components/schemas/ACLAction"
50162
50224
  },
50163
50225
  "type": "array"
50164
50226
  },
50165
- "projectEnvVarsUnownedByIntegration": {
50227
+ "sensitiveEnvironmentVariablePolicy": {
50166
50228
  "items": {
50167
50229
  "$ref": "#/components/schemas/ACLAction"
50168
50230
  },
50169
50231
  "type": "array"
50170
50232
  },
50171
- "projectFlags": {
50233
+ "fileUpload": {
50172
50234
  "items": {
50173
50235
  "$ref": "#/components/schemas/ACLAction"
50174
50236
  },
50175
50237
  "type": "array"
50176
50238
  },
50177
- "projectId": {
50239
+ "flagsExplorerSubscription": {
50178
50240
  "items": {
50179
50241
  "$ref": "#/components/schemas/ACLAction"
50180
50242
  },
50181
50243
  "type": "array"
50182
50244
  },
50183
- "projectIntegrationConfiguration": {
50245
+ "gitRepository": {
50184
50246
  "items": {
50185
50247
  "$ref": "#/components/schemas/ACLAction"
50186
50248
  },
50187
50249
  "type": "array"
50188
50250
  },
50189
- "projectLink": {
50251
+ "ipBlocking": {
50190
50252
  "items": {
50191
50253
  "$ref": "#/components/schemas/ACLAction"
50192
50254
  },
50193
50255
  "type": "array"
50194
50256
  },
50195
- "projectMember": {
50257
+ "imageOptimizationNewPrice": {
50196
50258
  "items": {
50197
50259
  "$ref": "#/components/schemas/ACLAction"
50198
50260
  },
50199
50261
  "type": "array"
50200
50262
  },
50201
- "projectMonitoring": {
50263
+ "integration": {
50202
50264
  "items": {
50203
50265
  "$ref": "#/components/schemas/ACLAction"
50204
50266
  },
50205
50267
  "type": "array"
50206
50268
  },
50207
- "projectPermissions": {
50269
+ "integrationAccount": {
50208
50270
  "items": {
50209
50271
  "$ref": "#/components/schemas/ACLAction"
50210
50272
  },
50211
50273
  "type": "array"
50212
50274
  },
50213
- "projectProductionBranch": {
50275
+ "integrationConfiguration": {
50214
50276
  "items": {
50215
50277
  "$ref": "#/components/schemas/ACLAction"
50216
50278
  },
50217
50279
  "type": "array"
50218
50280
  },
50219
- "projectTransfer": {
50281
+ "integrationConfigurationTransfer": {
50220
50282
  "items": {
50221
50283
  "$ref": "#/components/schemas/ACLAction"
50222
50284
  },
50223
50285
  "type": "array"
50224
50286
  },
50225
- "projectTransferOut": {
50287
+ "integrationConfigurationProjects": {
50226
50288
  "items": {
50227
50289
  "$ref": "#/components/schemas/ACLAction"
50228
50290
  },
50229
50291
  "type": "array"
50230
50292
  },
50231
- "projectProtectionBypass": {
50293
+ "integrationVercelConfigurationOverride": {
50232
50294
  "items": {
50233
50295
  "$ref": "#/components/schemas/ACLAction"
50234
50296
  },
50235
50297
  "type": "array"
50236
50298
  },
50237
- "projectUsage": {
50299
+ "integrationConfigurationRole": {
50238
50300
  "items": {
50239
50301
  "$ref": "#/components/schemas/ACLAction"
50240
50302
  },
50241
50303
  "type": "array"
50242
50304
  },
50243
- "projectAnalyticsUsage": {
50305
+ "integrationSSOSession": {
50244
50306
  "items": {
50245
50307
  "$ref": "#/components/schemas/ACLAction"
50246
50308
  },
50247
50309
  "type": "array"
50248
50310
  },
50249
- "projectSupportCase": {
50311
+ "integrationResource": {
50250
50312
  "items": {
50251
50313
  "$ref": "#/components/schemas/ACLAction"
50252
50314
  },
50253
50315
  "type": "array"
50254
50316
  },
50255
- "projectSupportCaseComment": {
50317
+ "integrationEvent": {
50256
50318
  "items": {
50257
50319
  "$ref": "#/components/schemas/ACLAction"
50258
50320
  },
50259
50321
  "type": "array"
50260
50322
  },
50261
- "projectDeploymentExpiration": {
50323
+ "integrationResourceSecrets": {
50262
50324
  "items": {
50263
50325
  "$ref": "#/components/schemas/ACLAction"
50264
50326
  },
50265
50327
  "type": "array"
50266
50328
  },
50267
- "projectRollingRelease": {
50329
+ "integrationDeploymentAction": {
50268
50330
  "items": {
50269
50331
  "$ref": "#/components/schemas/ACLAction"
50270
50332
  },
50271
50333
  "type": "array"
50272
50334
  },
50273
- "projectTier": {
50335
+ "marketplaceInstallationMember": {
50274
50336
  "items": {
50275
50337
  "$ref": "#/components/schemas/ACLAction"
50276
50338
  },
50277
50339
  "type": "array"
50278
50340
  },
50279
- "projectOIDCToken": {
50341
+ "marketplaceBillingData": {
50280
50342
  "items": {
50281
50343
  "$ref": "#/components/schemas/ACLAction"
50282
50344
  },
50283
50345
  "type": "array"
50284
50346
  },
50285
- "seawallConfig": {
50347
+ "marketplaceInvoice": {
50286
50348
  "items": {
50287
50349
  "$ref": "#/components/schemas/ACLAction"
50288
50350
  },
50289
50351
  "type": "array"
50290
50352
  },
50291
- "skewProtection": {
50353
+ "marketplaceSettings": {
50292
50354
  "items": {
50293
50355
  "$ref": "#/components/schemas/ACLAction"
50294
50356
  },
50295
50357
  "type": "array"
50296
50358
  },
50297
- "analytics": {
50359
+ "marketplaceExperimentationItem": {
50298
50360
  "items": {
50299
50361
  "$ref": "#/components/schemas/ACLAction"
50300
50362
  },
50301
50363
  "type": "array"
50302
50364
  },
50303
- "trustedIps": {
50365
+ "marketplaceExperimentationEdgeConfigData": {
50304
50366
  "items": {
50305
50367
  "$ref": "#/components/schemas/ACLAction"
50306
50368
  },
50307
50369
  "type": "array"
50308
50370
  },
50309
- "v0Chat": {
50371
+ "jobGlobal": {
50310
50372
  "items": {
50311
50373
  "$ref": "#/components/schemas/ACLAction"
50312
50374
  },
50313
50375
  "type": "array"
50314
50376
  },
50315
- "webAnalytics": {
50377
+ "drain": {
50316
50378
  "items": {
50317
50379
  "$ref": "#/components/schemas/ACLAction"
50318
50380
  },
50319
50381
  "type": "array"
50320
50382
  },
50321
- "sharedEnvVarConnection": {
50383
+ "logDrain": {
50322
50384
  "items": {
50323
50385
  "$ref": "#/components/schemas/ACLAction"
50324
50386
  },
50325
50387
  "type": "array"
50326
50388
  },
50327
- "sonar": {
50389
+ "Monitoring": {
50328
50390
  "items": {
50329
50391
  "$ref": "#/components/schemas/ACLAction"
50330
50392
  },
50331
50393
  "type": "array"
50332
50394
  },
50333
- "oauth2Connection": {
50395
+ "monitoringSettings": {
50334
50396
  "items": {
50335
50397
  "$ref": "#/components/schemas/ACLAction"
50336
50398
  },
50337
50399
  "type": "array"
50338
50400
  },
50339
- "user": {
50401
+ "monitoringQuery": {
50340
50402
  "items": {
50341
50403
  "$ref": "#/components/schemas/ACLAction"
50342
50404
  },
50343
50405
  "type": "array"
50344
50406
  },
50345
- "userConnection": {
50407
+ "monitoringChart": {
50346
50408
  "items": {
50347
50409
  "$ref": "#/components/schemas/ACLAction"
50348
50410
  },
50349
50411
  "type": "array"
50350
50412
  },
50351
- "userSudo": {
50413
+ "monitoringAlert": {
50352
50414
  "items": {
50353
50415
  "$ref": "#/components/schemas/ACLAction"
50354
50416
  },
50355
50417
  "type": "array"
50356
50418
  },
50357
- "webAuthn": {
50419
+ "notificationDeploymentFailed": {
50358
50420
  "items": {
50359
50421
  "$ref": "#/components/schemas/ACLAction"
50360
50422
  },
50361
50423
  "type": "array"
50362
50424
  },
50363
- "accessGroup": {
50425
+ "notificationDomainConfiguration": {
50364
50426
  "items": {
50365
50427
  "$ref": "#/components/schemas/ACLAction"
50366
50428
  },
50367
50429
  "type": "array"
50368
50430
  },
50369
- "aliasGlobal": {
50431
+ "notificationDomainExpire": {
50370
50432
  "items": {
50371
50433
  "$ref": "#/components/schemas/ACLAction"
50372
50434
  },
50373
50435
  "type": "array"
50374
50436
  },
50375
- "analyticsSampling": {
50437
+ "notificationDomainMoved": {
50376
50438
  "items": {
50377
50439
  "$ref": "#/components/schemas/ACLAction"
50378
50440
  },
50379
50441
  "type": "array"
50380
50442
  },
50381
- "analyticsUsage": {
50443
+ "notificationDomainPurchase": {
50382
50444
  "items": {
50383
50445
  "$ref": "#/components/schemas/ACLAction"
50384
50446
  },
50385
50447
  "type": "array"
50386
50448
  },
50387
- "auditLog": {
50449
+ "notificationDomainRenewal": {
50388
50450
  "items": {
50389
50451
  "$ref": "#/components/schemas/ACLAction"
50390
50452
  },
50391
50453
  "type": "array"
50392
50454
  },
50393
- "billingAddress": {
50455
+ "notificationDomainTransfer": {
50394
50456
  "items": {
50395
50457
  "$ref": "#/components/schemas/ACLAction"
50396
50458
  },
50397
50459
  "type": "array"
50398
50460
  },
50399
- "billingInformation": {
50461
+ "notificationDomainUnverified": {
50400
50462
  "items": {
50401
50463
  "$ref": "#/components/schemas/ACLAction"
50402
50464
  },
50403
50465
  "type": "array"
50404
50466
  },
50405
- "billingInvoice": {
50467
+ "NotificationMonitoringAlert": {
50406
50468
  "items": {
50407
50469
  "$ref": "#/components/schemas/ACLAction"
50408
50470
  },
50409
50471
  "type": "array"
50410
50472
  },
50411
- "billingInvoiceEmailRecipient": {
50473
+ "notificationPaymentFailed": {
50412
50474
  "items": {
50413
50475
  "$ref": "#/components/schemas/ACLAction"
50414
50476
  },
50415
50477
  "type": "array"
50416
50478
  },
50417
- "billingInvoiceLanguage": {
50479
+ "notificationUsageAlert": {
50418
50480
  "items": {
50419
50481
  "$ref": "#/components/schemas/ACLAction"
50420
50482
  },
50421
50483
  "type": "array"
50422
50484
  },
50423
- "billingPlan": {
50485
+ "notificationPreferences": {
50424
50486
  "items": {
50425
50487
  "$ref": "#/components/schemas/ACLAction"
50426
50488
  },
50427
50489
  "type": "array"
50428
50490
  },
50429
- "billingPurchaseOrder": {
50491
+ "notificationCustomerBudget": {
50430
50492
  "items": {
50431
50493
  "$ref": "#/components/schemas/ACLAction"
50432
50494
  },
50433
50495
  "type": "array"
50434
50496
  },
50435
- "billingRefund": {
50497
+ "notificationStatementOfReasons": {
50436
50498
  "items": {
50437
50499
  "$ref": "#/components/schemas/ACLAction"
50438
50500
  },
50439
50501
  "type": "array"
50440
50502
  },
50441
- "billingTaxId": {
50503
+ "observabilityConfiguration": {
50442
50504
  "items": {
50443
50505
  "$ref": "#/components/schemas/ACLAction"
50444
50506
  },
50445
50507
  "type": "array"
50446
50508
  },
50447
- "blob": {
50509
+ "alerts": {
50448
50510
  "items": {
50449
50511
  "$ref": "#/components/schemas/ACLAction"
50450
50512
  },
50451
50513
  "type": "array"
50452
50514
  },
50453
- "budget": {
50515
+ "observabilityNotebook": {
50454
50516
  "items": {
50455
50517
  "$ref": "#/components/schemas/ACLAction"
50456
50518
  },
50457
50519
  "type": "array"
50458
50520
  },
50459
- "cacheArtifact": {
50521
+ "observabilityFunnel": {
50460
50522
  "items": {
50461
50523
  "$ref": "#/components/schemas/ACLAction"
50462
50524
  },
50463
50525
  "type": "array"
50464
50526
  },
50465
- "cacheArtifactUsageEvent": {
50527
+ "openTelemetryEndpoint": {
50466
50528
  "items": {
50467
50529
  "$ref": "#/components/schemas/ACLAction"
50468
50530
  },
50469
50531
  "type": "array"
50470
50532
  },
50471
- "codeChecks": {
50533
+ "vercelAppInstallation": {
50472
50534
  "items": {
50473
50535
  "$ref": "#/components/schemas/ACLAction"
50474
50536
  },
50475
50537
  "type": "array"
50476
50538
  },
50477
- "concurrentBuilds": {
50539
+ "vercelAppInstallationRequest": {
50478
50540
  "items": {
50479
50541
  "$ref": "#/components/schemas/ACLAction"
50480
50542
  },
50481
50543
  "type": "array"
50482
50544
  },
50483
- "connect": {
50545
+ "paymentMethod": {
50484
50546
  "items": {
50485
50547
  "$ref": "#/components/schemas/ACLAction"
50486
50548
  },
50487
50549
  "type": "array"
50488
50550
  },
50489
- "connectConfiguration": {
50551
+ "permissions": {
50490
50552
  "items": {
50491
50553
  "$ref": "#/components/schemas/ACLAction"
50492
50554
  },
50493
50555
  "type": "array"
50494
50556
  },
50495
- "defaultDeploymentProtection": {
50557
+ "postgres": {
50496
50558
  "items": {
50497
50559
  "$ref": "#/components/schemas/ACLAction"
50498
50560
  },
50499
50561
  "type": "array"
50500
50562
  },
50501
- "domain": {
50563
+ "previewDeploymentSuffix": {
50502
50564
  "items": {
50503
50565
  "$ref": "#/components/schemas/ACLAction"
50504
50566
  },
50505
50567
  "type": "array"
50506
50568
  },
50507
- "domainAcceptDelegation": {
50569
+ "proTrialOnboarding": {
50508
50570
  "items": {
50509
50571
  "$ref": "#/components/schemas/ACLAction"
50510
50572
  },
50511
50573
  "type": "array"
50512
50574
  },
50513
- "domainAuthCodes": {
50575
+ "sharedEnvVars": {
50514
50576
  "items": {
50515
50577
  "$ref": "#/components/schemas/ACLAction"
50516
50578
  },
50517
50579
  "type": "array"
50518
50580
  },
50519
- "domainCertificate": {
50581
+ "sharedEnvVarsProduction": {
50520
50582
  "items": {
50521
50583
  "$ref": "#/components/schemas/ACLAction"
50522
50584
  },
50523
50585
  "type": "array"
50524
50586
  },
50525
- "domainCheckConfig": {
50587
+ "space": {
50526
50588
  "items": {
50527
50589
  "$ref": "#/components/schemas/ACLAction"
50528
50590
  },
50529
50591
  "type": "array"
50530
50592
  },
50531
- "domainMove": {
50593
+ "spaceRun": {
50532
50594
  "items": {
50533
50595
  "$ref": "#/components/schemas/ACLAction"
50534
50596
  },
50535
50597
  "type": "array"
50536
50598
  },
50537
- "domainPurchase": {
50599
+ "passwordProtectionInvoiceItem": {
50538
50600
  "items": {
50539
50601
  "$ref": "#/components/schemas/ACLAction"
50540
50602
  },
50541
50603
  "type": "array"
50542
50604
  },
50543
- "domainRecord": {
50605
+ "rateLimit": {
50544
50606
  "items": {
50545
50607
  "$ref": "#/components/schemas/ACLAction"
50546
50608
  },
50547
50609
  "type": "array"
50548
50610
  },
50549
- "domainTransferIn": {
50611
+ "redis": {
50550
50612
  "items": {
50551
50613
  "$ref": "#/components/schemas/ACLAction"
50552
50614
  },
50553
50615
  "type": "array"
50554
50616
  },
50555
- "event": {
50617
+ "repository": {
50556
50618
  "items": {
50557
50619
  "$ref": "#/components/schemas/ACLAction"
50558
50620
  },
50559
50621
  "type": "array"
50560
50622
  },
50561
- "ownEvent": {
50623
+ "remoteCaching": {
50562
50624
  "items": {
50563
50625
  "$ref": "#/components/schemas/ACLAction"
50564
50626
  },
50565
50627
  "type": "array"
50566
50628
  },
50567
- "sensitiveEnvironmentVariablePolicy": {
50629
+ "samlConfig": {
50568
50630
  "items": {
50569
50631
  "$ref": "#/components/schemas/ACLAction"
50570
50632
  },
50571
50633
  "type": "array"
50572
50634
  },
50573
- "fileUpload": {
50635
+ "secret": {
50574
50636
  "items": {
50575
50637
  "$ref": "#/components/schemas/ACLAction"
50576
50638
  },
50577
50639
  "type": "array"
50578
50640
  },
50579
- "flagsExplorerSubscription": {
50641
+ "redisStoreTokenSet": {
50580
50642
  "items": {
50581
50643
  "$ref": "#/components/schemas/ACLAction"
50582
50644
  },
50583
50645
  "type": "array"
50584
50646
  },
50585
- "gitRepository": {
50647
+ "blobStoreTokenSet": {
50586
50648
  "items": {
50587
50649
  "$ref": "#/components/schemas/ACLAction"
50588
50650
  },
50589
50651
  "type": "array"
50590
50652
  },
50591
- "ipBlocking": {
50653
+ "postgresStoreTokenSet": {
50592
50654
  "items": {
50593
50655
  "$ref": "#/components/schemas/ACLAction"
50594
50656
  },
50595
50657
  "type": "array"
50596
50658
  },
50597
- "imageOptimizationNewPrice": {
50659
+ "integrationStoreTokenSet": {
50598
50660
  "items": {
50599
50661
  "$ref": "#/components/schemas/ACLAction"
50600
50662
  },
50601
50663
  "type": "array"
50602
50664
  },
50603
- "integration": {
50665
+ "integrationResourceReplCommand": {
50604
50666
  "items": {
50605
50667
  "$ref": "#/components/schemas/ACLAction"
50606
50668
  },
50607
50669
  "type": "array"
50608
50670
  },
50609
- "integrationAccount": {
50671
+ "storeTransfer": {
50610
50672
  "items": {
50611
50673
  "$ref": "#/components/schemas/ACLAction"
50612
50674
  },
50613
50675
  "type": "array"
50614
50676
  },
50615
- "integrationConfiguration": {
50677
+ "supportCase": {
50616
50678
  "items": {
50617
50679
  "$ref": "#/components/schemas/ACLAction"
50618
50680
  },
50619
50681
  "type": "array"
50620
50682
  },
50621
- "integrationConfigurationTransfer": {
50683
+ "supportCaseComment": {
50622
50684
  "items": {
50623
50685
  "$ref": "#/components/schemas/ACLAction"
50624
50686
  },
50625
50687
  "type": "array"
50626
50688
  },
50627
- "integrationConfigurationProjects": {
50689
+ "dataCacheBillingSettings": {
50628
50690
  "items": {
50629
50691
  "$ref": "#/components/schemas/ACLAction"
50630
50692
  },
50631
50693
  "type": "array"
50632
50694
  },
50633
- "integrationVercelConfigurationOverride": {
50695
+ "team": {
50634
50696
  "items": {
50635
50697
  "$ref": "#/components/schemas/ACLAction"
50636
50698
  },
50637
50699
  "type": "array"
50638
50700
  },
50639
- "integrationConfigurationRole": {
50701
+ "teamAccessRequest": {
50640
50702
  "items": {
50641
50703
  "$ref": "#/components/schemas/ACLAction"
50642
50704
  },
50643
50705
  "type": "array"
50644
50706
  },
50645
- "integrationSSOSession": {
50707
+ "teamFellowMembership": {
50646
50708
  "items": {
50647
50709
  "$ref": "#/components/schemas/ACLAction"
50648
50710
  },
50649
50711
  "type": "array"
50650
50712
  },
50651
- "integrationResource": {
50713
+ "teamGitExclusivity": {
50652
50714
  "items": {
50653
50715
  "$ref": "#/components/schemas/ACLAction"
50654
50716
  },
50655
50717
  "type": "array"
50656
50718
  },
50657
- "integrationEvent": {
50719
+ "teamInvite": {
50658
50720
  "items": {
50659
50721
  "$ref": "#/components/schemas/ACLAction"
50660
50722
  },
50661
50723
  "type": "array"
50662
50724
  },
50663
- "integrationResourceSecrets": {
50725
+ "teamInviteCode": {
50664
50726
  "items": {
50665
50727
  "$ref": "#/components/schemas/ACLAction"
50666
50728
  },
50667
50729
  "type": "array"
50668
50730
  },
50669
- "integrationDeploymentAction": {
50731
+ "teamJoin": {
50670
50732
  "items": {
50671
50733
  "$ref": "#/components/schemas/ACLAction"
50672
50734
  },
50673
50735
  "type": "array"
50674
50736
  },
50675
- "marketplaceInstallationMember": {
50737
+ "teamMemberMfaStatus": {
50676
50738
  "items": {
50677
50739
  "$ref": "#/components/schemas/ACLAction"
50678
50740
  },
50679
50741
  "type": "array"
50680
50742
  },
50681
- "marketplaceBillingData": {
50743
+ "teamMicrofrontends": {
50682
50744
  "items": {
50683
50745
  "$ref": "#/components/schemas/ACLAction"
50684
50746
  },
50685
50747
  "type": "array"
50686
50748
  },
50687
- "marketplaceInvoice": {
50749
+ "teamOwnMembership": {
50688
50750
  "items": {
50689
50751
  "$ref": "#/components/schemas/ACLAction"
50690
50752
  },
50691
50753
  "type": "array"
50692
50754
  },
50693
- "marketplaceSettings": {
50755
+ "teamOwnMembershipDisconnectSAML": {
50694
50756
  "items": {
50695
50757
  "$ref": "#/components/schemas/ACLAction"
50696
50758
  },
50697
50759
  "type": "array"
50698
50760
  },
50699
- "marketplaceExperimentationItem": {
50761
+ "token": {
50700
50762
  "items": {
50701
50763
  "$ref": "#/components/schemas/ACLAction"
50702
50764
  },
50703
50765
  "type": "array"
50704
50766
  },
50705
- "marketplaceExperimentationEdgeConfigData": {
50767
+ "usage": {
50706
50768
  "items": {
50707
50769
  "$ref": "#/components/schemas/ACLAction"
50708
50770
  },
50709
50771
  "type": "array"
50710
50772
  },
50711
- "jobGlobal": {
50773
+ "usageCycle": {
50712
50774
  "items": {
50713
50775
  "$ref": "#/components/schemas/ACLAction"
50714
50776
  },
50715
50777
  "type": "array"
50716
50778
  },
50717
- "drain": {
50779
+ "vpcPeeringConnection": {
50718
50780
  "items": {
50719
50781
  "$ref": "#/components/schemas/ACLAction"
50720
50782
  },
50721
50783
  "type": "array"
50722
50784
  },
50723
- "logDrain": {
50785
+ "webAnalyticsPlan": {
50724
50786
  "items": {
50725
50787
  "$ref": "#/components/schemas/ACLAction"
50726
50788
  },
50727
50789
  "type": "array"
50728
50790
  },
50729
- "Monitoring": {
50791
+ "edgeConfig": {
50730
50792
  "items": {
50731
50793
  "$ref": "#/components/schemas/ACLAction"
50732
50794
  },
50733
50795
  "type": "array"
50734
50796
  },
50735
- "monitoringSettings": {
50797
+ "edgeConfigItem": {
50736
50798
  "items": {
50737
50799
  "$ref": "#/components/schemas/ACLAction"
50738
50800
  },
50739
50801
  "type": "array"
50740
50802
  },
50741
- "monitoringQuery": {
50803
+ "edgeConfigSchema": {
50742
50804
  "items": {
50743
50805
  "$ref": "#/components/schemas/ACLAction"
50744
50806
  },
50745
50807
  "type": "array"
50746
50808
  },
50747
- "monitoringChart": {
50809
+ "edgeConfigToken": {
50748
50810
  "items": {
50749
50811
  "$ref": "#/components/schemas/ACLAction"
50750
50812
  },
50751
50813
  "type": "array"
50752
50814
  },
50753
- "monitoringAlert": {
50815
+ "webhook": {
50754
50816
  "items": {
50755
50817
  "$ref": "#/components/schemas/ACLAction"
50756
50818
  },
50757
50819
  "type": "array"
50758
50820
  },
50759
- "notificationDeploymentFailed": {
50821
+ "webhook-event": {
50760
50822
  "items": {
50761
50823
  "$ref": "#/components/schemas/ACLAction"
50762
50824
  },
50763
50825
  "type": "array"
50764
50826
  },
50765
- "notificationDomainConfiguration": {
50827
+ "endpointVerification": {
50766
50828
  "items": {
50767
50829
  "$ref": "#/components/schemas/ACLAction"
50768
50830
  },
50769
50831
  "type": "array"
50770
50832
  },
50771
- "notificationDomainExpire": {
50833
+ "projectTransferIn": {
50772
50834
  "items": {
50773
50835
  "$ref": "#/components/schemas/ACLAction"
50774
50836
  },
50775
50837
  "type": "array"
50776
50838
  },
50777
- "notificationDomainMoved": {
50839
+ "oauth2Application": {
50778
50840
  "items": {
50779
50841
  "$ref": "#/components/schemas/ACLAction"
50780
50842
  },
50781
50843
  "type": "array"
50782
50844
  },
50783
- "notificationDomainPurchase": {
50845
+ "vercelRun": {
50784
50846
  "items": {
50785
50847
  "$ref": "#/components/schemas/ACLAction"
50786
50848
  },
50787
50849
  "type": "array"
50788
50850
  },
50789
- "notificationDomainRenewal": {
50851
+ "vercelRunExec": {
50790
50852
  "items": {
50791
50853
  "$ref": "#/components/schemas/ACLAction"
50792
50854
  },
50793
50855
  "type": "array"
50794
50856
  },
50795
- "notificationDomainTransfer": {
50857
+ "apiKey": {
50796
50858
  "items": {
50797
50859
  "$ref": "#/components/schemas/ACLAction"
50798
50860
  },
50799
50861
  "type": "array"
50800
50862
  },
50801
- "notificationDomainUnverified": {
50863
+ "apiKeyOwnedBySelf": {
50802
50864
  "items": {
50803
50865
  "$ref": "#/components/schemas/ACLAction"
50804
50866
  },
50805
50867
  "type": "array"
50806
50868
  },
50807
- "NotificationMonitoringAlert": {
50869
+ "aliasProject": {
50808
50870
  "items": {
50809
50871
  "$ref": "#/components/schemas/ACLAction"
50810
50872
  },
50811
50873
  "type": "array"
50812
50874
  },
50813
- "notificationPaymentFailed": {
50875
+ "aliasProtectionBypass": {
50814
50876
  "items": {
50815
50877
  "$ref": "#/components/schemas/ACLAction"
50816
50878
  },
50817
50879
  "type": "array"
50818
50880
  },
50819
- "notificationUsageAlert": {
50881
+ "buildMachine": {
50820
50882
  "items": {
50821
50883
  "$ref": "#/components/schemas/ACLAction"
50822
50884
  },
50823
50885
  "type": "array"
50824
50886
  },
50825
- "notificationPreferences": {
50887
+ "productionAliasProtectionBypass": {
50826
50888
  "items": {
50827
50889
  "$ref": "#/components/schemas/ACLAction"
50828
50890
  },
50829
50891
  "type": "array"
50830
50892
  },
50831
- "notificationCustomerBudget": {
50893
+ "connectConfigurationLink": {
50832
50894
  "items": {
50833
50895
  "$ref": "#/components/schemas/ACLAction"
50834
50896
  },
50835
50897
  "type": "array"
50836
50898
  },
50837
- "notificationStatementOfReasons": {
50899
+ "dataCacheNamespace": {
50838
50900
  "items": {
50839
50901
  "$ref": "#/components/schemas/ACLAction"
50840
50902
  },
50841
50903
  "type": "array"
50842
50904
  },
50843
- "observabilityConfiguration": {
50905
+ "deployment": {
50844
50906
  "items": {
50845
50907
  "$ref": "#/components/schemas/ACLAction"
50846
50908
  },
50847
50909
  "type": "array"
50848
50910
  },
50849
- "alerts": {
50911
+ "deploymentBuildLogs": {
50850
50912
  "items": {
50851
50913
  "$ref": "#/components/schemas/ACLAction"
50852
50914
  },
50853
50915
  "type": "array"
50854
50916
  },
50855
- "observabilityNotebook": {
50917
+ "deploymentCheck": {
50856
50918
  "items": {
50857
50919
  "$ref": "#/components/schemas/ACLAction"
50858
50920
  },
50859
50921
  "type": "array"
50860
50922
  },
50861
- "observabilityFunnel": {
50923
+ "deploymentCheckPreview": {
50862
50924
  "items": {
50863
50925
  "$ref": "#/components/schemas/ACLAction"
50864
50926
  },
50865
50927
  "type": "array"
50866
50928
  },
50867
- "openTelemetryEndpoint": {
50929
+ "deploymentCheckReRunFromProductionBranch": {
50868
50930
  "items": {
50869
50931
  "$ref": "#/components/schemas/ACLAction"
50870
50932
  },
50871
50933
  "type": "array"
50872
50934
  },
50873
- "vercelAppInstallation": {
50935
+ "deploymentProductionGit": {
50874
50936
  "items": {
50875
50937
  "$ref": "#/components/schemas/ACLAction"
50876
50938
  },
50877
50939
  "type": "array"
50878
50940
  },
50879
- "vercelAppInstallationRequest": {
50941
+ "deploymentV0": {
50880
50942
  "items": {
50881
50943
  "$ref": "#/components/schemas/ACLAction"
50882
50944
  },
50883
50945
  "type": "array"
50884
50946
  },
50885
- "paymentMethod": {
50947
+ "deploymentPreview": {
50886
50948
  "items": {
50887
50949
  "$ref": "#/components/schemas/ACLAction"
50888
50950
  },
50889
50951
  "type": "array"
50890
50952
  },
50891
- "permissions": {
50953
+ "deploymentPrivate": {
50892
50954
  "items": {
50893
50955
  "$ref": "#/components/schemas/ACLAction"
50894
50956
  },
50895
50957
  "type": "array"
50896
50958
  },
50897
- "postgres": {
50959
+ "deploymentPromote": {
50898
50960
  "items": {
50899
50961
  "$ref": "#/components/schemas/ACLAction"
50900
50962
  },
50901
50963
  "type": "array"
50902
50964
  },
50903
- "previewDeploymentSuffix": {
50965
+ "deploymentRollback": {
50904
50966
  "items": {
50905
50967
  "$ref": "#/components/schemas/ACLAction"
50906
50968
  },
50907
50969
  "type": "array"
50908
50970
  },
50909
- "proTrialOnboarding": {
50971
+ "edgeCacheNamespace": {
50910
50972
  "items": {
50911
50973
  "$ref": "#/components/schemas/ACLAction"
50912
50974
  },
50913
50975
  "type": "array"
50914
50976
  },
50915
- "sharedEnvVars": {
50977
+ "environments": {
50916
50978
  "items": {
50917
50979
  "$ref": "#/components/schemas/ACLAction"
50918
50980
  },
50919
50981
  "type": "array"
50920
50982
  },
50921
- "sharedEnvVarsProduction": {
50983
+ "logs": {
50922
50984
  "items": {
50923
50985
  "$ref": "#/components/schemas/ACLAction"
50924
50986
  },
50925
50987
  "type": "array"
50926
50988
  },
50927
- "space": {
50989
+ "logsPreset": {
50928
50990
  "items": {
50929
50991
  "$ref": "#/components/schemas/ACLAction"
50930
50992
  },
50931
50993
  "type": "array"
50932
50994
  },
50933
- "spaceRun": {
50995
+ "passwordProtection": {
50934
50996
  "items": {
50935
50997
  "$ref": "#/components/schemas/ACLAction"
50936
50998
  },
50937
50999
  "type": "array"
50938
51000
  },
50939
- "passwordProtectionInvoiceItem": {
51001
+ "optionsAllowlist": {
50940
51002
  "items": {
50941
51003
  "$ref": "#/components/schemas/ACLAction"
50942
51004
  },
50943
51005
  "type": "array"
50944
51006
  },
50945
- "rateLimit": {
51007
+ "job": {
50946
51008
  "items": {
50947
51009
  "$ref": "#/components/schemas/ACLAction"
50948
51010
  },
50949
51011
  "type": "array"
50950
51012
  },
50951
- "redis": {
51013
+ "observabilityData": {
50952
51014
  "items": {
50953
51015
  "$ref": "#/components/schemas/ACLAction"
50954
51016
  },
50955
51017
  "type": "array"
50956
51018
  },
50957
- "repository": {
51019
+ "onDemandBuild": {
50958
51020
  "items": {
50959
51021
  "$ref": "#/components/schemas/ACLAction"
50960
51022
  },
50961
51023
  "type": "array"
50962
51024
  },
50963
- "remoteCaching": {
51025
+ "onDemandConcurrency": {
50964
51026
  "items": {
50965
51027
  "$ref": "#/components/schemas/ACLAction"
50966
51028
  },
50967
51029
  "type": "array"
50968
51030
  },
50969
- "samlConfig": {
51031
+ "project": {
50970
51032
  "items": {
50971
51033
  "$ref": "#/components/schemas/ACLAction"
50972
51034
  },
50973
51035
  "type": "array"
50974
51036
  },
50975
- "secret": {
51037
+ "projectFromV0": {
50976
51038
  "items": {
50977
51039
  "$ref": "#/components/schemas/ACLAction"
50978
51040
  },
50979
51041
  "type": "array"
50980
51042
  },
50981
- "redisStoreTokenSet": {
51043
+ "projectAccessGroup": {
50982
51044
  "items": {
50983
51045
  "$ref": "#/components/schemas/ACLAction"
50984
51046
  },
50985
51047
  "type": "array"
50986
51048
  },
50987
- "blobStoreTokenSet": {
51049
+ "projectAnalyticsSampling": {
50988
51050
  "items": {
50989
51051
  "$ref": "#/components/schemas/ACLAction"
50990
51052
  },
50991
51053
  "type": "array"
50992
51054
  },
50993
- "postgresStoreTokenSet": {
51055
+ "projectCheck": {
50994
51056
  "items": {
50995
51057
  "$ref": "#/components/schemas/ACLAction"
50996
51058
  },
50997
51059
  "type": "array"
50998
51060
  },
50999
- "integrationStoreTokenSet": {
51061
+ "projectCheckRun": {
51000
51062
  "items": {
51001
51063
  "$ref": "#/components/schemas/ACLAction"
51002
51064
  },
51003
51065
  "type": "array"
51004
51066
  },
51005
- "integrationResourceReplCommand": {
51067
+ "projectDeploymentHook": {
51006
51068
  "items": {
51007
51069
  "$ref": "#/components/schemas/ACLAction"
51008
51070
  },
51009
51071
  "type": "array"
51010
51072
  },
51011
- "storeTransfer": {
51073
+ "projectDomain": {
51012
51074
  "items": {
51013
51075
  "$ref": "#/components/schemas/ACLAction"
51014
51076
  },
51015
51077
  "type": "array"
51016
51078
  },
51017
- "supportCase": {
51079
+ "projectDomainMove": {
51018
51080
  "items": {
51019
51081
  "$ref": "#/components/schemas/ACLAction"
51020
51082
  },
51021
51083
  "type": "array"
51022
51084
  },
51023
- "supportCaseComment": {
51085
+ "projectDomainCheckConfig": {
51024
51086
  "items": {
51025
51087
  "$ref": "#/components/schemas/ACLAction"
51026
51088
  },
51027
51089
  "type": "array"
51028
51090
  },
51029
- "dataCacheBillingSettings": {
51091
+ "projectEnvVars": {
51030
51092
  "items": {
51031
51093
  "$ref": "#/components/schemas/ACLAction"
51032
51094
  },
51033
51095
  "type": "array"
51034
51096
  },
51035
- "team": {
51097
+ "projectEnvVarsProduction": {
51036
51098
  "items": {
51037
51099
  "$ref": "#/components/schemas/ACLAction"
51038
51100
  },
51039
51101
  "type": "array"
51040
51102
  },
51041
- "teamAccessRequest": {
51103
+ "projectEnvVarsUnownedByIntegration": {
51042
51104
  "items": {
51043
51105
  "$ref": "#/components/schemas/ACLAction"
51044
51106
  },
51045
51107
  "type": "array"
51046
51108
  },
51047
- "teamFellowMembership": {
51109
+ "projectFlags": {
51048
51110
  "items": {
51049
51111
  "$ref": "#/components/schemas/ACLAction"
51050
51112
  },
51051
51113
  "type": "array"
51052
51114
  },
51053
- "teamGitExclusivity": {
51115
+ "projectId": {
51054
51116
  "items": {
51055
51117
  "$ref": "#/components/schemas/ACLAction"
51056
51118
  },
51057
51119
  "type": "array"
51058
51120
  },
51059
- "teamInvite": {
51121
+ "projectIntegrationConfiguration": {
51060
51122
  "items": {
51061
51123
  "$ref": "#/components/schemas/ACLAction"
51062
51124
  },
51063
51125
  "type": "array"
51064
51126
  },
51065
- "teamInviteCode": {
51127
+ "projectLink": {
51066
51128
  "items": {
51067
51129
  "$ref": "#/components/schemas/ACLAction"
51068
51130
  },
51069
51131
  "type": "array"
51070
51132
  },
51071
- "teamJoin": {
51133
+ "projectMember": {
51072
51134
  "items": {
51073
51135
  "$ref": "#/components/schemas/ACLAction"
51074
51136
  },
51075
51137
  "type": "array"
51076
51138
  },
51077
- "teamMemberMfaStatus": {
51139
+ "projectMonitoring": {
51078
51140
  "items": {
51079
51141
  "$ref": "#/components/schemas/ACLAction"
51080
51142
  },
51081
51143
  "type": "array"
51082
51144
  },
51083
- "teamMicrofrontends": {
51145
+ "projectPermissions": {
51084
51146
  "items": {
51085
51147
  "$ref": "#/components/schemas/ACLAction"
51086
51148
  },
51087
51149
  "type": "array"
51088
51150
  },
51089
- "teamOwnMembership": {
51151
+ "projectProductionBranch": {
51090
51152
  "items": {
51091
51153
  "$ref": "#/components/schemas/ACLAction"
51092
51154
  },
51093
51155
  "type": "array"
51094
51156
  },
51095
- "teamOwnMembershipDisconnectSAML": {
51157
+ "projectTransfer": {
51096
51158
  "items": {
51097
51159
  "$ref": "#/components/schemas/ACLAction"
51098
51160
  },
51099
51161
  "type": "array"
51100
51162
  },
51101
- "token": {
51163
+ "projectTransferOut": {
51102
51164
  "items": {
51103
51165
  "$ref": "#/components/schemas/ACLAction"
51104
51166
  },
51105
51167
  "type": "array"
51106
51168
  },
51107
- "usage": {
51169
+ "projectProtectionBypass": {
51108
51170
  "items": {
51109
51171
  "$ref": "#/components/schemas/ACLAction"
51110
51172
  },
51111
51173
  "type": "array"
51112
51174
  },
51113
- "usageCycle": {
51175
+ "projectUsage": {
51114
51176
  "items": {
51115
51177
  "$ref": "#/components/schemas/ACLAction"
51116
51178
  },
51117
51179
  "type": "array"
51118
51180
  },
51119
- "vpcPeeringConnection": {
51181
+ "projectAnalyticsUsage": {
51120
51182
  "items": {
51121
51183
  "$ref": "#/components/schemas/ACLAction"
51122
51184
  },
51123
51185
  "type": "array"
51124
51186
  },
51125
- "webAnalyticsPlan": {
51187
+ "projectSupportCase": {
51126
51188
  "items": {
51127
51189
  "$ref": "#/components/schemas/ACLAction"
51128
51190
  },
51129
51191
  "type": "array"
51130
51192
  },
51131
- "edgeConfig": {
51193
+ "projectSupportCaseComment": {
51132
51194
  "items": {
51133
51195
  "$ref": "#/components/schemas/ACLAction"
51134
51196
  },
51135
51197
  "type": "array"
51136
51198
  },
51137
- "edgeConfigItem": {
51199
+ "projectDeploymentExpiration": {
51138
51200
  "items": {
51139
51201
  "$ref": "#/components/schemas/ACLAction"
51140
51202
  },
51141
51203
  "type": "array"
51142
51204
  },
51143
- "edgeConfigSchema": {
51205
+ "projectRollingRelease": {
51144
51206
  "items": {
51145
51207
  "$ref": "#/components/schemas/ACLAction"
51146
51208
  },
51147
51209
  "type": "array"
51148
51210
  },
51149
- "edgeConfigToken": {
51211
+ "projectTier": {
51150
51212
  "items": {
51151
51213
  "$ref": "#/components/schemas/ACLAction"
51152
51214
  },
51153
51215
  "type": "array"
51154
51216
  },
51155
- "webhook": {
51217
+ "projectOIDCToken": {
51156
51218
  "items": {
51157
51219
  "$ref": "#/components/schemas/ACLAction"
51158
51220
  },
51159
51221
  "type": "array"
51160
51222
  },
51161
- "webhook-event": {
51223
+ "seawallConfig": {
51162
51224
  "items": {
51163
51225
  "$ref": "#/components/schemas/ACLAction"
51164
51226
  },
51165
51227
  "type": "array"
51166
51228
  },
51167
- "endpointVerification": {
51229
+ "skewProtection": {
51168
51230
  "items": {
51169
51231
  "$ref": "#/components/schemas/ACLAction"
51170
51232
  },
51171
51233
  "type": "array"
51172
51234
  },
51173
- "projectTransferIn": {
51235
+ "analytics": {
51174
51236
  "items": {
51175
51237
  "$ref": "#/components/schemas/ACLAction"
51176
51238
  },
51177
51239
  "type": "array"
51178
51240
  },
51179
- "oauth2Application": {
51241
+ "trustedIps": {
51180
51242
  "items": {
51181
51243
  "$ref": "#/components/schemas/ACLAction"
51182
51244
  },
51183
51245
  "type": "array"
51184
51246
  },
51185
- "vercelRun": {
51247
+ "v0Chat": {
51186
51248
  "items": {
51187
51249
  "$ref": "#/components/schemas/ACLAction"
51188
51250
  },
51189
51251
  "type": "array"
51190
51252
  },
51191
- "vercelRunExec": {
51253
+ "webAnalytics": {
51192
51254
  "items": {
51193
51255
  "$ref": "#/components/schemas/ACLAction"
51194
51256
  },
51195
51257
  "type": "array"
51196
51258
  },
51197
- "apiKey": {
51259
+ "sharedEnvVarConnection": {
51198
51260
  "items": {
51199
51261
  "$ref": "#/components/schemas/ACLAction"
51200
51262
  },
51201
51263
  "type": "array"
51202
51264
  },
51203
- "apiKeyOwnedBySelf": {
51265
+ "sonar": {
51204
51266
  "items": {
51205
51267
  "$ref": "#/components/schemas/ACLAction"
51206
51268
  },
@@ -51326,11 +51388,11 @@
51326
51388
  "deploymentType": {
51327
51389
  "type": "string",
51328
51390
  "enum": [
51329
- "preview",
51330
- "production",
51331
51391
  "all",
51392
+ "preview",
51332
51393
  "prod_deployment_urls_and_all_previews",
51333
- "all_except_custom_domains"
51394
+ "all_except_custom_domains",
51395
+ "production"
51334
51396
  ]
51335
51397
  },
51336
51398
  "addresses": {
@@ -51370,11 +51432,11 @@
51370
51432
  "deploymentType": {
51371
51433
  "type": "string",
51372
51434
  "enum": [
51373
- "preview",
51374
- "production",
51375
51435
  "all",
51436
+ "preview",
51376
51437
  "prod_deployment_urls_and_all_previews",
51377
- "all_except_custom_domains"
51438
+ "all_except_custom_domains",
51439
+ "production"
51378
51440
  ]
51379
51441
  }
51380
51442
  },
@@ -52342,6 +52404,7 @@
52342
52404
  "nitro",
52343
52405
  "hono",
52344
52406
  "express",
52407
+ "h3",
52345
52408
  "xmcp"
52346
52409
  ],
52347
52410
  "type": "string",
@@ -57071,10 +57134,10 @@
57071
57134
  "type": "string",
57072
57135
  "enum": [
57073
57136
  "system",
57137
+ "secret",
57074
57138
  "encrypted",
57075
57139
  "plain",
57076
- "sensitive",
57077
- "secret"
57140
+ "sensitive"
57078
57141
  ]
57079
57142
  },
57080
57143
  "sunsetSecretId": {
@@ -57478,10 +57541,10 @@
57478
57541
  "type": "string",
57479
57542
  "enum": [
57480
57543
  "system",
57544
+ "secret",
57481
57545
  "encrypted",
57482
57546
  "plain",
57483
- "sensitive",
57484
- "secret"
57547
+ "sensitive"
57485
57548
  ]
57486
57549
  },
57487
57550
  "sunsetSecretId": {
@@ -59589,10 +59652,10 @@
59589
59652
  "type": "string",
59590
59653
  "enum": [
59591
59654
  "system",
59655
+ "secret",
59592
59656
  "encrypted",
59593
59657
  "plain",
59594
- "sensitive",
59595
- "secret"
59658
+ "sensitive"
59596
59659
  ]
59597
59660
  },
59598
59661
  "sunsetSecretId": {
@@ -60004,10 +60067,10 @@
60004
60067
  "type": "string",
60005
60068
  "enum": [
60006
60069
  "system",
60070
+ "secret",
60007
60071
  "encrypted",
60008
60072
  "plain",
60009
- "sensitive",
60010
- "secret"
60073
+ "sensitive"
60011
60074
  ]
60012
60075
  },
60013
60076
  "sunsetSecretId": {
@@ -60414,10 +60477,10 @@
60414
60477
  "type": "string",
60415
60478
  "enum": [
60416
60479
  "system",
60480
+ "secret",
60417
60481
  "encrypted",
60418
60482
  "plain",
60419
- "sensitive",
60420
- "secret"
60483
+ "sensitive"
60421
60484
  ]
60422
60485
  },
60423
60486
  "sunsetSecretId": {
@@ -60932,10 +60995,10 @@
60932
60995
  "type": "string",
60933
60996
  "enum": [
60934
60997
  "system",
60998
+ "secret",
60935
60999
  "encrypted",
60936
61000
  "plain",
60937
- "sensitive",
60938
- "secret"
61001
+ "sensitive"
60939
61002
  ]
60940
61003
  },
60941
61004
  "sunsetSecretId": {
@@ -61722,6 +61785,11 @@
61722
61785
  "type": "number",
61723
61786
  "description": "Duration in minutes for automatic advancement to the next stage",
61724
61787
  "example": 600
61788
+ },
61789
+ "linearShift": {
61790
+ "type": "boolean",
61791
+ "description": "Whether to linearly shift traffic over the duration of this stage",
61792
+ "example": false
61725
61793
  }
61726
61794
  },
61727
61795
  "required": [
@@ -61968,6 +62036,11 @@
61968
62036
  "type": "number",
61969
62037
  "description": "Duration in minutes for automatic advancement to the next stage",
61970
62038
  "example": 600
62039
+ },
62040
+ "linearShift": {
62041
+ "type": "boolean",
62042
+ "description": "Whether to linearly shift traffic over the duration of this stage",
62043
+ "example": false
61971
62044
  }
61972
62045
  },
61973
62046
  "required": [
@@ -62275,6 +62348,11 @@
62275
62348
  "type": "number",
62276
62349
  "description": "Duration in seconds for automatic advancement, null for manual stages or the final stage",
62277
62350
  "example": null
62351
+ },
62352
+ "linearShift": {
62353
+ "type": "boolean",
62354
+ "description": "Whether to linearly shift traffic over the duration of this stage",
62355
+ "example": false
62278
62356
  }
62279
62357
  },
62280
62358
  "required": [
@@ -62377,6 +62455,11 @@
62377
62455
  "type": "number",
62378
62456
  "description": "Duration in seconds for automatic advancement, null for manual stages or the final stage",
62379
62457
  "example": null
62458
+ },
62459
+ "linearShift": {
62460
+ "type": "boolean",
62461
+ "description": "Whether to linearly shift traffic over the duration of this stage",
62462
+ "example": false
62380
62463
  }
62381
62464
  },
62382
62465
  "required": [
@@ -62423,6 +62506,11 @@
62423
62506
  "type": "number",
62424
62507
  "description": "Duration in seconds for automatic advancement, null for manual stages or the final stage",
62425
62508
  "example": null
62509
+ },
62510
+ "linearShift": {
62511
+ "type": "boolean",
62512
+ "description": "Whether to linearly shift traffic over the duration of this stage",
62513
+ "example": false
62426
62514
  }
62427
62515
  },
62428
62516
  "required": [
@@ -62776,6 +62864,11 @@
62776
62864
  "type": "number",
62777
62865
  "description": "Duration in seconds for automatic advancement, null for manual stages or the final stage",
62778
62866
  "example": null
62867
+ },
62868
+ "linearShift": {
62869
+ "type": "boolean",
62870
+ "description": "Whether to linearly shift traffic over the duration of this stage",
62871
+ "example": false
62779
62872
  }
62780
62873
  },
62781
62874
  "required": [
@@ -62878,6 +62971,11 @@
62878
62971
  "type": "number",
62879
62972
  "description": "Duration in seconds for automatic advancement, null for manual stages or the final stage",
62880
62973
  "example": null
62974
+ },
62975
+ "linearShift": {
62976
+ "type": "boolean",
62977
+ "description": "Whether to linearly shift traffic over the duration of this stage",
62978
+ "example": false
62881
62979
  }
62882
62980
  },
62883
62981
  "required": [
@@ -62924,6 +63022,11 @@
62924
63022
  "type": "number",
62925
63023
  "description": "Duration in seconds for automatic advancement, null for manual stages or the final stage",
62926
63024
  "example": null
63025
+ },
63026
+ "linearShift": {
63027
+ "type": "boolean",
63028
+ "description": "Whether to linearly shift traffic over the duration of this stage",
63029
+ "example": false
62927
63030
  }
62928
63031
  },
62929
63032
  "required": [
@@ -63288,6 +63391,11 @@
63288
63391
  "type": "number",
63289
63392
  "description": "Duration in seconds for automatic advancement, null for manual stages or the final stage",
63290
63393
  "example": null
63394
+ },
63395
+ "linearShift": {
63396
+ "type": "boolean",
63397
+ "description": "Whether to linearly shift traffic over the duration of this stage",
63398
+ "example": false
63291
63399
  }
63292
63400
  },
63293
63401
  "required": [
@@ -63390,6 +63498,11 @@
63390
63498
  "type": "number",
63391
63499
  "description": "Duration in seconds for automatic advancement, null for manual stages or the final stage",
63392
63500
  "example": null
63501
+ },
63502
+ "linearShift": {
63503
+ "type": "boolean",
63504
+ "description": "Whether to linearly shift traffic over the duration of this stage",
63505
+ "example": false
63393
63506
  }
63394
63507
  },
63395
63508
  "required": [
@@ -63436,6 +63549,11 @@
63436
63549
  "type": "number",
63437
63550
  "description": "Duration in seconds for automatic advancement, null for manual stages or the final stage",
63438
63551
  "example": null
63552
+ },
63553
+ "linearShift": {
63554
+ "type": "boolean",
63555
+ "description": "Whether to linearly shift traffic over the duration of this stage",
63556
+ "example": false
63439
63557
  }
63440
63558
  },
63441
63559
  "required": [
@@ -68484,6 +68602,7 @@
68484
68602
  "nitro",
68485
68603
  "hono",
68486
68604
  "express",
68605
+ "h3",
68487
68606
  "xmcp"
68488
68607
  ]
68489
68608
  },
@@ -68683,34 +68802,34 @@
68683
68802
  "maxLength": {
68684
68803
  "type": "object",
68685
68804
  "properties": {
68686
- "__@BRAND@7820": {
68805
+ "__@BRAND@7823": {
68687
68806
  "type": "object"
68688
68807
  }
68689
68808
  },
68690
68809
  "required": [
68691
- "__@BRAND@7820"
68810
+ "__@BRAND@7823"
68692
68811
  ]
68693
68812
  },
68694
68813
  "minLength": {
68695
68814
  "type": "object",
68696
68815
  "properties": {
68697
- "__@BRAND@7820": {
68816
+ "__@BRAND@7823": {
68698
68817
  "type": "object"
68699
68818
  }
68700
68819
  },
68701
68820
  "required": [
68702
- "__@BRAND@7820"
68821
+ "__@BRAND@7823"
68703
68822
  ]
68704
68823
  },
68705
68824
  "pattern": {
68706
68825
  "type": "object",
68707
68826
  "properties": {
68708
- "__@BRAND@7820": {
68827
+ "__@BRAND@7823": {
68709
68828
  "type": "object"
68710
68829
  }
68711
68830
  },
68712
68831
  "required": [
68713
- "__@BRAND@7820"
68832
+ "__@BRAND@7823"
68714
68833
  ]
68715
68834
  },
68716
68835
  "description": {
@@ -69393,34 +69512,34 @@
69393
69512
  "maxLength": {
69394
69513
  "type": "object",
69395
69514
  "properties": {
69396
- "__@BRAND@7820": {
69515
+ "__@BRAND@7823": {
69397
69516
  "type": "object"
69398
69517
  }
69399
69518
  },
69400
69519
  "required": [
69401
- "__@BRAND@7820"
69520
+ "__@BRAND@7823"
69402
69521
  ]
69403
69522
  },
69404
69523
  "minLength": {
69405
69524
  "type": "object",
69406
69525
  "properties": {
69407
- "__@BRAND@7820": {
69526
+ "__@BRAND@7823": {
69408
69527
  "type": "object"
69409
69528
  }
69410
69529
  },
69411
69530
  "required": [
69412
- "__@BRAND@7820"
69531
+ "__@BRAND@7823"
69413
69532
  ]
69414
69533
  },
69415
69534
  "pattern": {
69416
69535
  "type": "object",
69417
69536
  "properties": {
69418
- "__@BRAND@7820": {
69537
+ "__@BRAND@7823": {
69419
69538
  "type": "object"
69420
69539
  }
69421
69540
  },
69422
69541
  "required": [
69423
- "__@BRAND@7820"
69542
+ "__@BRAND@7823"
69424
69543
  ]
69425
69544
  },
69426
69545
  "description": {
@@ -69569,34 +69688,34 @@
69569
69688
  "minLength": {
69570
69689
  "type": "object",
69571
69690
  "properties": {
69572
- "__@BRAND@7820": {
69691
+ "__@BRAND@7823": {
69573
69692
  "type": "object"
69574
69693
  }
69575
69694
  },
69576
69695
  "required": [
69577
- "__@BRAND@7820"
69696
+ "__@BRAND@7823"
69578
69697
  ]
69579
69698
  },
69580
69699
  "maxLength": {
69581
69700
  "type": "object",
69582
69701
  "properties": {
69583
- "__@BRAND@7820": {
69702
+ "__@BRAND@7823": {
69584
69703
  "type": "object"
69585
69704
  }
69586
69705
  },
69587
69706
  "required": [
69588
- "__@BRAND@7820"
69707
+ "__@BRAND@7823"
69589
69708
  ]
69590
69709
  },
69591
69710
  "pattern": {
69592
69711
  "type": "object",
69593
69712
  "properties": {
69594
- "__@BRAND@7820": {
69713
+ "__@BRAND@7823": {
69595
69714
  "type": "object"
69596
69715
  }
69597
69716
  },
69598
69717
  "required": [
69599
- "__@BRAND@7820"
69718
+ "__@BRAND@7823"
69600
69719
  ]
69601
69720
  },
69602
69721
  "default": {
@@ -69913,12 +70032,12 @@
69913
70032
  {
69914
70033
  "type": "object",
69915
70034
  "properties": {
69916
- "__@BRAND@7820": {
70035
+ "__@BRAND@7823": {
69917
70036
  "type": "object"
69918
70037
  }
69919
70038
  },
69920
70039
  "required": [
69921
- "__@BRAND@7820"
70040
+ "__@BRAND@7823"
69922
70041
  ]
69923
70042
  },
69924
70043
  {
@@ -69926,12 +70045,12 @@
69926
70045
  "value": {
69927
70046
  "type": "object",
69928
70047
  "properties": {
69929
- "__@BRAND@7820": {
70048
+ "__@BRAND@7823": {
69930
70049
  "type": "object"
69931
70050
  }
69932
70051
  },
69933
70052
  "required": [
69934
- "__@BRAND@7820"
70053
+ "__@BRAND@7823"
69935
70054
  ]
69936
70055
  },
69937
70056
  "disabled": {
@@ -70003,34 +70122,34 @@
70003
70122
  "maxLength": {
70004
70123
  "type": "object",
70005
70124
  "properties": {
70006
- "__@BRAND@7820": {
70125
+ "__@BRAND@7823": {
70007
70126
  "type": "object"
70008
70127
  }
70009
70128
  },
70010
70129
  "required": [
70011
- "__@BRAND@7820"
70130
+ "__@BRAND@7823"
70012
70131
  ]
70013
70132
  },
70014
70133
  "minLength": {
70015
70134
  "type": "object",
70016
70135
  "properties": {
70017
- "__@BRAND@7820": {
70136
+ "__@BRAND@7823": {
70018
70137
  "type": "object"
70019
70138
  }
70020
70139
  },
70021
70140
  "required": [
70022
- "__@BRAND@7820"
70141
+ "__@BRAND@7823"
70023
70142
  ]
70024
70143
  },
70025
70144
  "pattern": {
70026
70145
  "type": "object",
70027
70146
  "properties": {
70028
- "__@BRAND@7820": {
70147
+ "__@BRAND@7823": {
70029
70148
  "type": "object"
70030
70149
  }
70031
70150
  },
70032
70151
  "required": [
70033
- "__@BRAND@7820"
70152
+ "__@BRAND@7823"
70034
70153
  ]
70035
70154
  },
70036
70155
  "description": {
@@ -70162,12 +70281,12 @@
70162
70281
  "value": {
70163
70282
  "type": "object",
70164
70283
  "properties": {
70165
- "__@BRAND@7820": {
70284
+ "__@BRAND@7823": {
70166
70285
  "type": "object"
70167
70286
  }
70168
70287
  },
70169
70288
  "required": [
70170
- "__@BRAND@7820"
70289
+ "__@BRAND@7823"
70171
70290
  ]
70172
70291
  },
70173
70292
  "disabled": {
@@ -70414,12 +70533,12 @@
70414
70533
  "value": {
70415
70534
  "type": "object",
70416
70535
  "properties": {
70417
- "__@BRAND@7820": {
70536
+ "__@BRAND@7823": {
70418
70537
  "type": "object"
70419
70538
  }
70420
70539
  },
70421
70540
  "required": [
70422
- "__@BRAND@7820"
70541
+ "__@BRAND@7823"
70423
70542
  ]
70424
70543
  },
70425
70544
  "disabled": {
@@ -74511,6 +74630,7 @@
74511
74630
  "nitro",
74512
74631
  "hono",
74513
74632
  "express",
74633
+ "h3",
74514
74634
  "xmcp"
74515
74635
  ]
74516
74636
  },
@@ -78116,6 +78236,7 @@
78116
78236
  "nitro",
78117
78237
  "hono",
78118
78238
  "express",
78239
+ "h3",
78119
78240
  "xmcp"
78120
78241
  ]
78121
78242
  },