@vercel/sdk 1.8.1 → 1.8.3

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 (184) hide show
  1. package/README.md +32 -36
  2. package/bin/mcp-server.js +1976 -2433
  3. package/bin/mcp-server.js.map +23 -35
  4. package/docs/sdks/domains/README.md +88 -0
  5. package/docs/sdks/vercel/README.md +0 -372
  6. package/esm/__tests__/teams.test.js +2 -2
  7. package/esm/__tests__/teams.test.js.map +1 -1
  8. package/esm/__tests__/vercel.test.js +11 -201
  9. package/esm/__tests__/vercel.test.js.map +1 -1
  10. package/esm/funcs/domainsCreateOrTransferDomain.d.ts +20 -0
  11. package/esm/funcs/domainsCreateOrTransferDomain.d.ts.map +1 -0
  12. package/esm/funcs/{postDomains.js → domainsCreateOrTransferDomain.js} +27 -13
  13. package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -0
  14. package/esm/lib/config.d.ts +3 -3
  15. package/esm/lib/config.js +3 -3
  16. package/esm/lib/security.d.ts +2 -2
  17. package/esm/lib/security.d.ts.map +1 -1
  18. package/esm/mcp-server/mcp-server.js +1 -1
  19. package/esm/mcp-server/server.d.ts.map +1 -1
  20. package/esm/mcp-server/server.js +3 -11
  21. package/esm/mcp-server/server.js.map +1 -1
  22. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.d.ts +7 -0
  23. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.d.ts.map +1 -0
  24. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js +28 -0
  25. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js.map +1 -0
  26. package/esm/models/canceldeploymentop.d.ts +26 -0
  27. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  28. package/esm/models/canceldeploymentop.js +22 -0
  29. package/esm/models/canceldeploymentop.js.map +1 -1
  30. package/esm/models/createdeploymentop.d.ts +26 -0
  31. package/esm/models/createdeploymentop.d.ts.map +1 -1
  32. package/esm/models/createdeploymentop.js +23 -0
  33. package/esm/models/createdeploymentop.js.map +1 -1
  34. package/esm/models/createortransferdomainop.d.ts +388 -0
  35. package/esm/models/createortransferdomainop.d.ts.map +1 -0
  36. package/esm/models/createortransferdomainop.js +310 -0
  37. package/esm/models/createortransferdomainop.js.map +1 -0
  38. package/esm/models/createprojectenvop.d.ts +6 -6
  39. package/esm/models/createprojectenvop.js +2 -2
  40. package/esm/models/createprojectenvop.js.map +1 -1
  41. package/esm/models/createprojectop.d.ts +9 -9
  42. package/esm/models/createprojectop.js +3 -3
  43. package/esm/models/createprojectop.js.map +1 -1
  44. package/esm/models/createrecordop.d.ts +43 -43
  45. package/esm/models/createrecordop.d.ts.map +1 -1
  46. package/esm/models/createrecordop.js +51 -51
  47. package/esm/models/createrecordop.js.map +1 -1
  48. package/esm/models/editprojectenvop.d.ts +3 -3
  49. package/esm/models/editprojectenvop.js +1 -1
  50. package/esm/models/editprojectenvop.js.map +1 -1
  51. package/esm/models/getconfigurationop.d.ts +61 -0
  52. package/esm/models/getconfigurationop.d.ts.map +1 -1
  53. package/esm/models/getconfigurationop.js +53 -0
  54. package/esm/models/getconfigurationop.js.map +1 -1
  55. package/esm/models/getdeploymentop.d.ts +50 -0
  56. package/esm/models/getdeploymentop.d.ts.map +1 -1
  57. package/esm/models/getdeploymentop.js +42 -0
  58. package/esm/models/getdeploymentop.js.map +1 -1
  59. package/esm/models/getdomainop.d.ts +8 -8
  60. package/esm/models/getdomainop.d.ts.map +1 -1
  61. package/esm/models/getdomainop.js +13 -12
  62. package/esm/models/getdomainop.js.map +1 -1
  63. package/esm/models/getprojectsop.d.ts +128 -128
  64. package/esm/models/getprojectsop.d.ts.map +1 -1
  65. package/esm/models/getprojectsop.js +132 -132
  66. package/esm/models/getprojectsop.js.map +1 -1
  67. package/esm/models/removeprojectenvop.d.ts +9 -9
  68. package/esm/models/removeprojectenvop.js +3 -3
  69. package/esm/models/removeprojectenvop.js.map +1 -1
  70. package/esm/models/team.d.ts +5 -44
  71. package/esm/models/team.d.ts.map +1 -1
  72. package/esm/models/team.js +2 -42
  73. package/esm/models/team.js.map +1 -1
  74. package/esm/models/updateprojectop.d.ts +9 -9
  75. package/esm/models/updateprojectop.js +3 -3
  76. package/esm/models/updateprojectop.js.map +1 -1
  77. package/esm/sdk/domains.d.ts +8 -0
  78. package/esm/sdk/domains.d.ts.map +1 -1
  79. package/esm/sdk/domains.js +10 -0
  80. package/esm/sdk/domains.js.map +1 -1
  81. package/esm/sdk/sdk.d.ts +1 -12
  82. package/esm/sdk/sdk.d.ts.map +1 -1
  83. package/esm/sdk/sdk.js +0 -21
  84. package/esm/sdk/sdk.js.map +1 -1
  85. package/jsr.json +1 -1
  86. package/package.json +1 -1
  87. package/src/__tests__/teams.test.ts +2 -2
  88. package/src/__tests__/vercel.test.ts +17 -219
  89. package/src/funcs/{postDomains.ts → domainsCreateOrTransferDomain.ts} +38 -22
  90. package/src/lib/config.ts +3 -3
  91. package/src/lib/security.ts +2 -2
  92. package/src/mcp-server/mcp-server.ts +1 -1
  93. package/src/mcp-server/server.ts +3 -11
  94. package/src/mcp-server/tools/domainsCreateOrTransferDomain.ts +37 -0
  95. package/src/models/canceldeploymentop.ts +36 -0
  96. package/src/models/createdeploymentop.ts +32 -0
  97. package/src/models/createortransferdomainop.ts +779 -0
  98. package/src/models/createprojectenvop.ts +2 -2
  99. package/src/models/createprojectop.ts +3 -3
  100. package/src/models/createrecordop.ts +84 -96
  101. package/src/models/editprojectenvop.ts +1 -1
  102. package/src/models/getconfigurationop.ts +105 -0
  103. package/src/models/getdeploymentop.ts +67 -0
  104. package/src/models/getdomainop.ts +14 -16
  105. package/src/models/getprojectsop.ts +260 -260
  106. package/src/models/removeprojectenvop.ts +3 -3
  107. package/src/models/team.ts +7 -83
  108. package/src/models/updateprojectop.ts +3 -3
  109. package/src/sdk/domains.ts +22 -0
  110. package/src/sdk/sdk.ts +1 -71
  111. package/vercel-spec.json +420 -660
  112. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.d.ts +0 -13
  113. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.d.ts.map +0 -1
  114. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.js +0 -82
  115. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.js.map +0 -1
  116. package/esm/funcs/getProjectsProjectIdLogsPresets.d.ts +0 -14
  117. package/esm/funcs/getProjectsProjectIdLogsPresets.d.ts.map +0 -1
  118. package/esm/funcs/getProjectsProjectIdLogsPresets.js +0 -79
  119. package/esm/funcs/getProjectsProjectIdLogsPresets.js.map +0 -1
  120. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.d.ts +0 -15
  121. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.d.ts.map +0 -1
  122. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.js +0 -84
  123. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.js.map +0 -1
  124. package/esm/funcs/postDomains.d.ts +0 -14
  125. package/esm/funcs/postDomains.d.ts.map +0 -1
  126. package/esm/funcs/postDomains.js.map +0 -1
  127. package/esm/funcs/postProjectsProjectIdLogsPresets.d.ts +0 -14
  128. package/esm/funcs/postProjectsProjectIdLogsPresets.d.ts.map +0 -1
  129. package/esm/funcs/postProjectsProjectIdLogsPresets.js +0 -79
  130. package/esm/funcs/postProjectsProjectIdLogsPresets.js.map +0 -1
  131. package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.d.ts +0 -7
  132. package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.d.ts.map +0 -1
  133. package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.js +0 -25
  134. package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.js.map +0 -1
  135. package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.d.ts +0 -7
  136. package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.d.ts.map +0 -1
  137. package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.js +0 -26
  138. package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.js.map +0 -1
  139. package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.d.ts +0 -7
  140. package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.d.ts.map +0 -1
  141. package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.js +0 -26
  142. package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.js.map +0 -1
  143. package/esm/mcp-server/tools/postDomains.d.ts +0 -7
  144. package/esm/mcp-server/tools/postDomains.d.ts.map +0 -1
  145. package/esm/mcp-server/tools/postDomains.js +0 -26
  146. package/esm/mcp-server/tools/postDomains.js.map +0 -1
  147. package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.d.ts +0 -7
  148. package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.d.ts.map +0 -1
  149. package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.js +0 -26
  150. package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.js.map +0 -1
  151. package/esm/models/deleteprojectsprojectidlogspresetsidop.d.ts +0 -37
  152. package/esm/models/deleteprojectsprojectidlogspresetsidop.d.ts.map +0 -1
  153. package/esm/models/deleteprojectsprojectidlogspresetsidop.js +0 -33
  154. package/esm/models/deleteprojectsprojectidlogspresetsidop.js.map +0 -1
  155. package/esm/models/getprojectsprojectidlogspresetsop.d.ts +0 -29
  156. package/esm/models/getprojectsprojectidlogspresetsop.d.ts.map +0 -1
  157. package/esm/models/getprojectsprojectidlogspresetsop.js +0 -31
  158. package/esm/models/getprojectsprojectidlogspresetsop.js.map +0 -1
  159. package/esm/models/patchprojectsprojectidlogspresetsidop.d.ts +0 -67
  160. package/esm/models/patchprojectsprojectidlogspresetsidop.d.ts.map +0 -1
  161. package/esm/models/patchprojectsprojectidlogspresetsidop.js +0 -69
  162. package/esm/models/patchprojectsprojectidlogspresetsidop.js.map +0 -1
  163. package/esm/models/postdomainsop.d.ts +0 -353
  164. package/esm/models/postdomainsop.d.ts.map +0 -1
  165. package/esm/models/postdomainsop.js +0 -265
  166. package/esm/models/postdomainsop.js.map +0 -1
  167. package/esm/models/postprojectsprojectidlogspresetsop.d.ts +0 -95
  168. package/esm/models/postprojectsprojectidlogspresetsop.d.ts.map +0 -1
  169. package/esm/models/postprojectsprojectidlogspresetsop.js +0 -90
  170. package/esm/models/postprojectsprojectidlogspresetsop.js.map +0 -1
  171. package/src/funcs/deleteProjectsProjectIdLogsPresetsId.ts +0 -185
  172. package/src/funcs/getProjectsProjectIdLogsPresets.ts +0 -180
  173. package/src/funcs/patchProjectsProjectIdLogsPresetsId.ts +0 -194
  174. package/src/funcs/postProjectsProjectIdLogsPresets.ts +0 -180
  175. package/src/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.ts +0 -35
  176. package/src/mcp-server/tools/getProjectsProjectIdLogsPresets.ts +0 -36
  177. package/src/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.ts +0 -37
  178. package/src/mcp-server/tools/postDomains.ts +0 -35
  179. package/src/mcp-server/tools/postProjectsProjectIdLogsPresets.ts +0 -37
  180. package/src/models/deleteprojectsprojectidlogspresetsidop.ts +0 -89
  181. package/src/models/getprojectsprojectidlogspresetsop.ts +0 -72
  182. package/src/models/patchprojectsprojectidlogspresetsidop.ts +0 -180
  183. package/src/models/postdomainsop.ts +0 -637
  184. package/src/models/postprojectsprojectidlogspresetsop.ts +0 -217
package/vercel-spec.json CHANGED
@@ -9803,6 +9803,12 @@
9803
9803
  }
9804
9804
  ]
9805
9805
  },
9806
+ "oomReport": {
9807
+ "type": "string",
9808
+ "enum": [
9809
+ "out-of-memory"
9810
+ ]
9811
+ },
9806
9812
  "aliasWarning": {
9807
9813
  "nullable": true,
9808
9814
  "properties": {
@@ -11117,6 +11123,9 @@
11117
11123
  "secureComputeFallbackRegion": {
11118
11124
  "nullable": true,
11119
11125
  "type": "string"
11126
+ },
11127
+ "isUsingActiveCPU": {
11128
+ "type": "boolean"
11120
11129
  }
11121
11130
  },
11122
11131
  "required": [
@@ -11516,6 +11525,12 @@
11516
11525
  }
11517
11526
  ]
11518
11527
  },
11528
+ "oomReport": {
11529
+ "type": "string",
11530
+ "enum": [
11531
+ "out-of-memory"
11532
+ ]
11533
+ },
11519
11534
  "aliasWarning": {
11520
11535
  "nullable": true,
11521
11536
  "properties": {
@@ -12941,6 +12956,12 @@
12941
12956
  }
12942
12957
  ]
12943
12958
  },
12959
+ "oomReport": {
12960
+ "type": "string",
12961
+ "enum": [
12962
+ "out-of-memory"
12963
+ ]
12964
+ },
12944
12965
  "id": {
12945
12966
  "type": "string"
12946
12967
  },
@@ -13641,6 +13662,9 @@
13641
13662
  "secureComputeFallbackRegion": {
13642
13663
  "nullable": true,
13643
13664
  "type": "string"
13665
+ },
13666
+ "isUsingActiveCPU": {
13667
+ "type": "boolean"
13644
13668
  }
13645
13669
  },
13646
13670
  "required": [
@@ -15587,6 +15611,12 @@
15587
15611
  }
15588
15612
  ]
15589
15613
  },
15614
+ "oomReport": {
15615
+ "type": "string",
15616
+ "enum": [
15617
+ "out-of-memory"
15618
+ ]
15619
+ },
15590
15620
  "id": {
15591
15621
  "type": "string"
15592
15622
  },
@@ -16901,6 +16931,9 @@
16901
16931
  "secureComputeFallbackRegion": {
16902
16932
  "nullable": true,
16903
16933
  "type": "string"
16934
+ },
16935
+ "isUsingActiveCPU": {
16936
+ "type": "boolean"
16904
16937
  }
16905
16938
  },
16906
16939
  "required": [
@@ -19579,11 +19612,19 @@
19579
19612
  ]
19580
19613
  }
19581
19614
  },
19582
- "/domains": {
19615
+ "/v7/domains": {
19583
19616
  "post": {
19584
- "description": "",
19585
- "security": [],
19586
- "tags": [],
19617
+ "description": "This endpoint is used for adding a new apex domain name with Vercel for the authenticating user. Can also be used for initiating a domain transfer request from an external Registrar to Vercel.",
19618
+ "operationId": "createOrTransferDomain",
19619
+ "security": [
19620
+ {
19621
+ "bearerToken": []
19622
+ }
19623
+ ],
19624
+ "summary": "Register or transfer-in a new Domain",
19625
+ "tags": [
19626
+ "domains"
19627
+ ],
19587
19628
  "responses": {
19588
19629
  "200": {
19589
19630
  "description": "",
@@ -19797,7 +19838,26 @@
19797
19838
  "description": ""
19798
19839
  }
19799
19840
  },
19800
- "parameters": [],
19841
+ "parameters": [
19842
+ {
19843
+ "description": "The Team identifier to perform the request on behalf of.",
19844
+ "in": "query",
19845
+ "name": "teamId",
19846
+ "schema": {
19847
+ "type": "string",
19848
+ "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
19849
+ }
19850
+ },
19851
+ {
19852
+ "description": "The Team slug to perform the request on behalf of.",
19853
+ "in": "query",
19854
+ "name": "slug",
19855
+ "schema": {
19856
+ "type": "string",
19857
+ "example": "my-team-url-slug"
19858
+ }
19859
+ }
19860
+ ],
19801
19861
  "requestBody": {
19802
19862
  "content": {
19803
19863
  "application/json": {
@@ -25348,6 +25408,32 @@
25348
25408
  "description": "A string representing the permission for projects. Possible values are `all` or `selected`.",
25349
25409
  "example": "all"
25350
25410
  },
25411
+ "notification": {
25412
+ "properties": {
25413
+ "level": {
25414
+ "type": "string",
25415
+ "enum": [
25416
+ "error",
25417
+ "info",
25418
+ "warn"
25419
+ ]
25420
+ },
25421
+ "title": {
25422
+ "type": "string"
25423
+ },
25424
+ "message": {
25425
+ "type": "string"
25426
+ },
25427
+ "href": {
25428
+ "type": "string"
25429
+ }
25430
+ },
25431
+ "required": [
25432
+ "level",
25433
+ "title"
25434
+ ],
25435
+ "type": "object"
25436
+ },
25351
25437
  "transferRequest": {
25352
25438
  "oneOf": [
25353
25439
  {
@@ -25642,6 +25728,7 @@
25642
25728
  },
25643
25729
  "required": [
25644
25730
  "projectSelection",
25731
+ "notification",
25645
25732
  "transferRequest",
25646
25733
  "createdAt",
25647
25734
  "id",
@@ -26504,21 +26591,82 @@
26504
26591
  ]
26505
26592
  }
26506
26593
  },
26507
- "/projects/{projectId}/logs-presets": {
26594
+ "/v1/projects/{projectId}/deployments/{deploymentId}/runtime-logs": {
26508
26595
  "get": {
26509
- "description": "",
26510
- "security": [],
26511
- "tags": [],
26596
+ "description": "Returns a stream of logs for a given deployment.",
26597
+ "operationId": "getRuntimeLogs",
26598
+ "security": [
26599
+ {
26600
+ "bearerToken": []
26601
+ }
26602
+ ],
26603
+ "summary": "Get logs for a deployment",
26604
+ "tags": [
26605
+ "logs"
26606
+ ],
26512
26607
  "responses": {
26513
26608
  "200": {
26514
26609
  "description": "",
26515
26610
  "content": {
26516
- "application/json": {
26611
+ "application/stream+json": {
26517
26612
  "schema": {
26518
- "items": {
26519
- "$ref": "#/components/schemas/Team"
26613
+ "properties": {
26614
+ "level": {
26615
+ "type": "string",
26616
+ "enum": [
26617
+ "error",
26618
+ "warning",
26619
+ "info"
26620
+ ]
26621
+ },
26622
+ "message": {
26623
+ "type": "string"
26624
+ },
26625
+ "rowId": {
26626
+ "type": "string"
26627
+ },
26628
+ "source": {
26629
+ "type": "string",
26630
+ "enum": [
26631
+ "delimiter",
26632
+ "edge-function",
26633
+ "edge-middleware",
26634
+ "serverless",
26635
+ "request"
26636
+ ]
26637
+ },
26638
+ "timestampInMs": {
26639
+ "type": "number"
26640
+ },
26641
+ "domain": {
26642
+ "type": "string"
26643
+ },
26644
+ "messageTruncated": {
26645
+ "type": "boolean"
26646
+ },
26647
+ "requestMethod": {
26648
+ "type": "string"
26649
+ },
26650
+ "requestPath": {
26651
+ "type": "string"
26652
+ },
26653
+ "responseStatusCode": {
26654
+ "type": "number"
26655
+ }
26520
26656
  },
26521
- "type": "array"
26657
+ "required": [
26658
+ "level",
26659
+ "message",
26660
+ "rowId",
26661
+ "source",
26662
+ "timestampInMs",
26663
+ "domain",
26664
+ "messageTruncated",
26665
+ "requestMethod",
26666
+ "requestPath",
26667
+ "responseStatusCode"
26668
+ ],
26669
+ "type": "object"
26522
26670
  }
26523
26671
  }
26524
26672
  }
@@ -26555,404 +26703,51 @@
26555
26703
  "schema": {
26556
26704
  "type": "string"
26557
26705
  }
26558
- }
26559
- ]
26560
- },
26561
- "post": {
26562
- "description": "",
26563
- "security": [],
26564
- "tags": [],
26565
- "responses": {
26566
- "200": {
26567
- "description": "",
26568
- "content": {
26569
- "application/json": {
26570
- "schema": {
26571
- "$ref": "#/components/schemas/Team"
26572
- }
26573
- }
26574
- }
26575
- },
26576
- "400": {
26577
- "description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
26578
- "content": {
26579
- "application/json": {
26580
- "schema": {
26581
- "$ref": "#/components/schemas/VercelBadRequestError"
26582
- }
26583
- }
26584
- }
26585
- },
26586
- "401": {
26587
- "description": "",
26588
- "content": {
26589
- "application/json": {
26590
- "schema": {
26591
- "$ref": "#/components/schemas/VercelForbiddenError"
26592
- }
26593
- }
26594
- }
26595
26706
  },
26596
- "403": {
26597
- "description": "You do not have permission to access this resource."
26598
- }
26599
- },
26600
- "parameters": [
26601
26707
  {
26602
- "name": "projectId",
26603
- "description": "projectId of the preset",
26708
+ "name": "deploymentId",
26604
26709
  "in": "path",
26605
26710
  "required": true,
26606
26711
  "schema": {
26607
- "description": "projectId of the preset",
26608
26712
  "type": "string"
26609
26713
  }
26610
- }
26611
- ],
26612
- "requestBody": {
26613
- "content": {
26614
- "application/json": {
26615
- "schema": {
26616
- "type": "object",
26617
- "required": [
26618
- "query",
26619
- "title",
26620
- "group"
26621
- ],
26622
- "additionalProperties": false,
26623
- "properties": {
26624
- "query": {
26625
- "type": "string",
26626
- "example": "timeline=past30Minutes\u0026startDate=1690446214407\u0026endDate=1690448014407\u0026levels=info\u0026domains=vercel.com",
26627
- "description": "query parameter for saved filter preset",
26628
- "maxLength": 1000
26629
- },
26630
- "title": {
26631
- "type": "string",
26632
- "example": "Request Path",
26633
- "description": "The title of the preset",
26634
- "maxLength": 70
26635
- },
26636
- "group": {
26637
- "enum": [
26638
- "personal",
26639
- "team"
26640
- ]
26641
- }
26642
- }
26643
- }
26644
- }
26645
- }
26646
- }
26647
- }
26648
- },
26649
- "/projects/{projectId}/logs-presets/{id}": {
26650
- "delete": {
26651
- "description": "",
26652
- "security": [],
26653
- "tags": [],
26654
- "responses": {
26655
- "204": {
26656
- "description": ""
26657
- },
26658
- "400": {
26659
- "description": "One of the provided values in the request query is invalid.",
26660
- "content": {
26661
- "application/json": {
26662
- "schema": {
26663
- "$ref": "#/components/schemas/VercelBadRequestError"
26664
- }
26665
- }
26666
- }
26667
- },
26668
- "401": {
26669
- "description": "",
26670
- "content": {
26671
- "application/json": {
26672
- "schema": {
26673
- "$ref": "#/components/schemas/VercelForbiddenError"
26674
- }
26675
- }
26676
- }
26677
26714
  },
26678
- "403": {
26679
- "description": "You do not have permission to access this resource."
26680
- }
26681
- },
26682
- "parameters": [
26683
26715
  {
26684
- "name": "projectId",
26685
- "description": "projectId of the preset",
26686
- "in": "path",
26687
- "required": true,
26716
+ "description": "The Team identifier to perform the request on behalf of.",
26717
+ "in": "query",
26718
+ "name": "teamId",
26688
26719
  "schema": {
26689
- "description": "projectId of the preset",
26690
- "type": "string"
26720
+ "type": "string",
26721
+ "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
26691
26722
  }
26692
26723
  },
26693
26724
  {
26694
- "name": "id",
26695
- "description": "id of the preset",
26696
- "in": "path",
26697
- "required": true,
26725
+ "description": "The Team slug to perform the request on behalf of.",
26726
+ "in": "query",
26727
+ "name": "slug",
26698
26728
  "schema": {
26699
- "description": "id of the preset",
26700
- "type": "string"
26729
+ "type": "string",
26730
+ "example": "my-team-url-slug"
26701
26731
  }
26702
26732
  }
26703
26733
  ]
26704
- },
26705
- "patch": {
26706
- "description": "",
26707
- "security": [],
26708
- "tags": [],
26734
+ }
26735
+ },
26736
+ "/v1/installations/{integrationConfigurationId}/resources/{resourceId}/experimentation/items": {
26737
+ "post": {
26738
+ "description": "Create one or multiple experimentation items",
26739
+ "security": [
26740
+ {
26741
+ "bearerToken": []
26742
+ }
26743
+ ],
26744
+ "summary": "Create one or multiple experimentation items",
26745
+ "tags": [
26746
+ "marketplace"
26747
+ ],
26709
26748
  "responses": {
26710
- "200": {
26711
- "description": "",
26712
- "content": {
26713
- "application/json": {
26714
- "schema": {
26715
- "$ref": "#/components/schemas/Team"
26716
- }
26717
- }
26718
- }
26719
- },
26720
- "400": {
26721
- "description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
26722
- "content": {
26723
- "application/json": {
26724
- "schema": {
26725
- "$ref": "#/components/schemas/VercelBadRequestError"
26726
- }
26727
- }
26728
- }
26729
- },
26730
- "401": {
26731
- "description": "",
26732
- "content": {
26733
- "application/json": {
26734
- "schema": {
26735
- "$ref": "#/components/schemas/VercelForbiddenError"
26736
- }
26737
- }
26738
- }
26739
- },
26740
- "403": {
26741
- "description": "You do not have permission to access this resource."
26742
- },
26743
- "404": {
26744
- "description": "",
26745
- "content": {
26746
- "application/json": {
26747
- "schema": {
26748
- "$ref": "#/components/schemas/VercelNotFoundError"
26749
- }
26750
- }
26751
- }
26752
- }
26753
- },
26754
- "parameters": [
26755
- {
26756
- "name": "projectId",
26757
- "description": "projectId of the preset",
26758
- "in": "path",
26759
- "required": true,
26760
- "schema": {
26761
- "description": "projectId of the preset",
26762
- "type": "string"
26763
- }
26764
- },
26765
- {
26766
- "name": "id",
26767
- "description": "Id of the preset",
26768
- "in": "path",
26769
- "required": true,
26770
- "schema": {
26771
- "description": "Id of the preset",
26772
- "type": "string"
26773
- }
26774
- }
26775
- ],
26776
- "requestBody": {
26777
- "content": {
26778
- "application/json": {
26779
- "schema": {
26780
- "type": "object",
26781
- "required": [
26782
- "title"
26783
- ],
26784
- "additionalProperties": false,
26785
- "properties": {
26786
- "title": {
26787
- "type": "string",
26788
- "example": "Request Path",
26789
- "description": "The title of the preset",
26790
- "maxLength": 70
26791
- }
26792
- }
26793
- }
26794
- }
26795
- }
26796
- }
26797
- }
26798
- },
26799
- "/v1/projects/{projectId}/deployments/{deploymentId}/runtime-logs": {
26800
- "get": {
26801
- "description": "Returns a stream of logs for a given deployment.",
26802
- "operationId": "getRuntimeLogs",
26803
- "security": [
26804
- {
26805
- "bearerToken": []
26806
- }
26807
- ],
26808
- "summary": "Get logs for a deployment",
26809
- "tags": [
26810
- "logs"
26811
- ],
26812
- "responses": {
26813
- "200": {
26814
- "description": "",
26815
- "content": {
26816
- "application/stream+json": {
26817
- "schema": {
26818
- "properties": {
26819
- "level": {
26820
- "type": "string",
26821
- "enum": [
26822
- "error",
26823
- "warning",
26824
- "info"
26825
- ]
26826
- },
26827
- "message": {
26828
- "type": "string"
26829
- },
26830
- "rowId": {
26831
- "type": "string"
26832
- },
26833
- "source": {
26834
- "type": "string",
26835
- "enum": [
26836
- "delimiter",
26837
- "edge-function",
26838
- "edge-middleware",
26839
- "serverless",
26840
- "request"
26841
- ]
26842
- },
26843
- "timestampInMs": {
26844
- "type": "number"
26845
- },
26846
- "domain": {
26847
- "type": "string"
26848
- },
26849
- "messageTruncated": {
26850
- "type": "boolean"
26851
- },
26852
- "requestMethod": {
26853
- "type": "string"
26854
- },
26855
- "requestPath": {
26856
- "type": "string"
26857
- },
26858
- "responseStatusCode": {
26859
- "type": "number"
26860
- }
26861
- },
26862
- "required": [
26863
- "level",
26864
- "message",
26865
- "rowId",
26866
- "source",
26867
- "timestampInMs",
26868
- "domain",
26869
- "messageTruncated",
26870
- "requestMethod",
26871
- "requestPath",
26872
- "responseStatusCode"
26873
- ],
26874
- "type": "object"
26875
- }
26876
- }
26877
- }
26878
- },
26879
- "400": {
26880
- "description": "One of the provided values in the request query is invalid.",
26881
- "content": {
26882
- "application/json": {
26883
- "schema": {
26884
- "$ref": "#/components/schemas/VercelBadRequestError"
26885
- }
26886
- }
26887
- }
26888
- },
26889
- "401": {
26890
- "description": "",
26891
- "content": {
26892
- "application/json": {
26893
- "schema": {
26894
- "$ref": "#/components/schemas/VercelForbiddenError"
26895
- }
26896
- }
26897
- }
26898
- },
26899
- "403": {
26900
- "description": "You do not have permission to access this resource."
26901
- }
26902
- },
26903
- "parameters": [
26904
- {
26905
- "name": "projectId",
26906
- "in": "path",
26907
- "required": true,
26908
- "schema": {
26909
- "type": "string"
26910
- }
26911
- },
26912
- {
26913
- "name": "deploymentId",
26914
- "in": "path",
26915
- "required": true,
26916
- "schema": {
26917
- "type": "string"
26918
- }
26919
- },
26920
- {
26921
- "description": "The Team identifier to perform the request on behalf of.",
26922
- "in": "query",
26923
- "name": "teamId",
26924
- "schema": {
26925
- "type": "string",
26926
- "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
26927
- }
26928
- },
26929
- {
26930
- "description": "The Team slug to perform the request on behalf of.",
26931
- "in": "query",
26932
- "name": "slug",
26933
- "schema": {
26934
- "type": "string",
26935
- "example": "my-team-url-slug"
26936
- }
26937
- }
26938
- ]
26939
- }
26940
- },
26941
- "/v1/installations/{integrationConfigurationId}/resources/{resourceId}/experimentation/items": {
26942
- "post": {
26943
- "description": "Create one or multiple experimentation items",
26944
- "security": [
26945
- {
26946
- "bearerToken": []
26947
- }
26948
- ],
26949
- "summary": "Create one or multiple experimentation items",
26950
- "tags": [
26951
- "marketplace"
26952
- ],
26953
- "responses": {
26954
- "204": {
26955
- "description": "The items were created"
26749
+ "204": {
26750
+ "description": "The items were created"
26956
26751
  },
26957
26752
  "400": {
26958
26753
  "description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
@@ -30198,1219 +29993,1219 @@
30198
29993
  },
30199
29994
  "permissions": {
30200
29995
  "properties": {
30201
- "user": {
29996
+ "aliasProject": {
30202
29997
  "items": {
30203
29998
  "$ref": "#/components/schemas/ACLAction"
30204
29999
  },
30205
30000
  "type": "array"
30206
30001
  },
30207
- "userConnection": {
30002
+ "aliasProtectionBypass": {
30208
30003
  "items": {
30209
30004
  "$ref": "#/components/schemas/ACLAction"
30210
30005
  },
30211
30006
  "type": "array"
30212
30007
  },
30213
- "userSudo": {
30008
+ "buildMachine": {
30214
30009
  "items": {
30215
30010
  "$ref": "#/components/schemas/ACLAction"
30216
30011
  },
30217
30012
  "type": "array"
30218
30013
  },
30219
- "webAuthn": {
30014
+ "productionAliasProtectionBypass": {
30220
30015
  "items": {
30221
30016
  "$ref": "#/components/schemas/ACLAction"
30222
30017
  },
30223
30018
  "type": "array"
30224
30019
  },
30225
- "oauth2Connection": {
30020
+ "connectConfigurationLink": {
30226
30021
  "items": {
30227
30022
  "$ref": "#/components/schemas/ACLAction"
30228
30023
  },
30229
30024
  "type": "array"
30230
30025
  },
30231
- "accessGroup": {
30026
+ "dataCacheNamespace": {
30232
30027
  "items": {
30233
30028
  "$ref": "#/components/schemas/ACLAction"
30234
30029
  },
30235
30030
  "type": "array"
30236
30031
  },
30237
- "aliasGlobal": {
30032
+ "deployment": {
30238
30033
  "items": {
30239
30034
  "$ref": "#/components/schemas/ACLAction"
30240
30035
  },
30241
30036
  "type": "array"
30242
30037
  },
30243
- "analyticsSampling": {
30038
+ "deploymentCheck": {
30244
30039
  "items": {
30245
30040
  "$ref": "#/components/schemas/ACLAction"
30246
30041
  },
30247
30042
  "type": "array"
30248
30043
  },
30249
- "analyticsUsage": {
30044
+ "deploymentCheckPreview": {
30250
30045
  "items": {
30251
30046
  "$ref": "#/components/schemas/ACLAction"
30252
30047
  },
30253
30048
  "type": "array"
30254
30049
  },
30255
- "auditLog": {
30050
+ "deploymentCheckReRunFromProductionBranch": {
30256
30051
  "items": {
30257
30052
  "$ref": "#/components/schemas/ACLAction"
30258
30053
  },
30259
30054
  "type": "array"
30260
30055
  },
30261
- "billingAddress": {
30056
+ "deploymentProductionGit": {
30262
30057
  "items": {
30263
30058
  "$ref": "#/components/schemas/ACLAction"
30264
30059
  },
30265
30060
  "type": "array"
30266
30061
  },
30267
- "billingInformation": {
30062
+ "deploymentV0": {
30268
30063
  "items": {
30269
30064
  "$ref": "#/components/schemas/ACLAction"
30270
30065
  },
30271
30066
  "type": "array"
30272
30067
  },
30273
- "billingInvoice": {
30068
+ "deploymentPreview": {
30274
30069
  "items": {
30275
30070
  "$ref": "#/components/schemas/ACLAction"
30276
30071
  },
30277
30072
  "type": "array"
30278
30073
  },
30279
- "billingInvoiceEmailRecipient": {
30074
+ "deploymentPrivate": {
30280
30075
  "items": {
30281
30076
  "$ref": "#/components/schemas/ACLAction"
30282
30077
  },
30283
30078
  "type": "array"
30284
30079
  },
30285
- "billingInvoiceLanguage": {
30080
+ "deploymentPromote": {
30286
30081
  "items": {
30287
30082
  "$ref": "#/components/schemas/ACLAction"
30288
30083
  },
30289
30084
  "type": "array"
30290
30085
  },
30291
- "billingPlan": {
30086
+ "deploymentRollback": {
30292
30087
  "items": {
30293
30088
  "$ref": "#/components/schemas/ACLAction"
30294
30089
  },
30295
30090
  "type": "array"
30296
30091
  },
30297
- "billingPurchaseOrder": {
30092
+ "edgeCacheNamespace": {
30298
30093
  "items": {
30299
30094
  "$ref": "#/components/schemas/ACLAction"
30300
30095
  },
30301
30096
  "type": "array"
30302
30097
  },
30303
- "billingTaxId": {
30098
+ "environments": {
30304
30099
  "items": {
30305
30100
  "$ref": "#/components/schemas/ACLAction"
30306
30101
  },
30307
30102
  "type": "array"
30308
30103
  },
30309
- "blob": {
30104
+ "logs": {
30310
30105
  "items": {
30311
30106
  "$ref": "#/components/schemas/ACLAction"
30312
30107
  },
30313
30108
  "type": "array"
30314
30109
  },
30315
- "budget": {
30110
+ "logsPreset": {
30316
30111
  "items": {
30317
30112
  "$ref": "#/components/schemas/ACLAction"
30318
30113
  },
30319
30114
  "type": "array"
30320
30115
  },
30321
- "cacheArtifact": {
30116
+ "passwordProtection": {
30322
30117
  "items": {
30323
30118
  "$ref": "#/components/schemas/ACLAction"
30324
30119
  },
30325
30120
  "type": "array"
30326
30121
  },
30327
- "cacheArtifactUsageEvent": {
30122
+ "optionsAllowlist": {
30328
30123
  "items": {
30329
30124
  "$ref": "#/components/schemas/ACLAction"
30330
30125
  },
30331
30126
  "type": "array"
30332
30127
  },
30333
- "codeChecks": {
30128
+ "job": {
30334
30129
  "items": {
30335
30130
  "$ref": "#/components/schemas/ACLAction"
30336
30131
  },
30337
30132
  "type": "array"
30338
30133
  },
30339
- "concurrentBuilds": {
30134
+ "observabilityData": {
30340
30135
  "items": {
30341
30136
  "$ref": "#/components/schemas/ACLAction"
30342
30137
  },
30343
30138
  "type": "array"
30344
30139
  },
30345
- "connect": {
30140
+ "onDemandBuild": {
30346
30141
  "items": {
30347
30142
  "$ref": "#/components/schemas/ACLAction"
30348
30143
  },
30349
30144
  "type": "array"
30350
30145
  },
30351
- "connectConfiguration": {
30146
+ "onDemandConcurrency": {
30352
30147
  "items": {
30353
30148
  "$ref": "#/components/schemas/ACLAction"
30354
30149
  },
30355
30150
  "type": "array"
30356
30151
  },
30357
- "domain": {
30152
+ "project": {
30358
30153
  "items": {
30359
30154
  "$ref": "#/components/schemas/ACLAction"
30360
30155
  },
30361
30156
  "type": "array"
30362
30157
  },
30363
- "domainAcceptDelegation": {
30158
+ "projectFromV0": {
30364
30159
  "items": {
30365
30160
  "$ref": "#/components/schemas/ACLAction"
30366
30161
  },
30367
30162
  "type": "array"
30368
30163
  },
30369
- "domainAuthCodes": {
30164
+ "projectAccessGroup": {
30370
30165
  "items": {
30371
30166
  "$ref": "#/components/schemas/ACLAction"
30372
30167
  },
30373
30168
  "type": "array"
30374
30169
  },
30375
- "domainCertificate": {
30170
+ "projectAnalyticsSampling": {
30376
30171
  "items": {
30377
30172
  "$ref": "#/components/schemas/ACLAction"
30378
30173
  },
30379
30174
  "type": "array"
30380
30175
  },
30381
- "domainCheckConfig": {
30176
+ "projectCheck": {
30382
30177
  "items": {
30383
30178
  "$ref": "#/components/schemas/ACLAction"
30384
30179
  },
30385
30180
  "type": "array"
30386
30181
  },
30387
- "domainMove": {
30182
+ "projectCheckRun": {
30388
30183
  "items": {
30389
30184
  "$ref": "#/components/schemas/ACLAction"
30390
30185
  },
30391
30186
  "type": "array"
30392
30187
  },
30393
- "domainPurchase": {
30188
+ "projectDeploymentHook": {
30394
30189
  "items": {
30395
30190
  "$ref": "#/components/schemas/ACLAction"
30396
30191
  },
30397
30192
  "type": "array"
30398
30193
  },
30399
- "domainRecord": {
30194
+ "projectDomain": {
30400
30195
  "items": {
30401
30196
  "$ref": "#/components/schemas/ACLAction"
30402
30197
  },
30403
30198
  "type": "array"
30404
30199
  },
30405
- "domainTransferIn": {
30200
+ "projectDomainMove": {
30406
30201
  "items": {
30407
30202
  "$ref": "#/components/schemas/ACLAction"
30408
30203
  },
30409
30204
  "type": "array"
30410
30205
  },
30411
- "event": {
30206
+ "projectDomainCheckConfig": {
30412
30207
  "items": {
30413
30208
  "$ref": "#/components/schemas/ACLAction"
30414
30209
  },
30415
30210
  "type": "array"
30416
30211
  },
30417
- "ownEvent": {
30212
+ "projectEnvVars": {
30418
30213
  "items": {
30419
30214
  "$ref": "#/components/schemas/ACLAction"
30420
30215
  },
30421
30216
  "type": "array"
30422
30217
  },
30423
- "sensitiveEnvironmentVariablePolicy": {
30218
+ "projectEnvVarsProduction": {
30424
30219
  "items": {
30425
30220
  "$ref": "#/components/schemas/ACLAction"
30426
30221
  },
30427
30222
  "type": "array"
30428
30223
  },
30429
- "fileUpload": {
30224
+ "projectEnvVarsUnownedByIntegration": {
30430
30225
  "items": {
30431
30226
  "$ref": "#/components/schemas/ACLAction"
30432
30227
  },
30433
30228
  "type": "array"
30434
30229
  },
30435
- "flagsExplorerSubscription": {
30230
+ "projectFlags": {
30436
30231
  "items": {
30437
30232
  "$ref": "#/components/schemas/ACLAction"
30438
30233
  },
30439
30234
  "type": "array"
30440
30235
  },
30441
- "gitRepository": {
30236
+ "projectId": {
30442
30237
  "items": {
30443
30238
  "$ref": "#/components/schemas/ACLAction"
30444
30239
  },
30445
30240
  "type": "array"
30446
30241
  },
30447
- "ipBlocking": {
30242
+ "projectIntegrationConfiguration": {
30448
30243
  "items": {
30449
30244
  "$ref": "#/components/schemas/ACLAction"
30450
30245
  },
30451
30246
  "type": "array"
30452
30247
  },
30453
- "imageOptimizationNewPrice": {
30248
+ "projectLink": {
30454
30249
  "items": {
30455
30250
  "$ref": "#/components/schemas/ACLAction"
30456
30251
  },
30457
30252
  "type": "array"
30458
30253
  },
30459
- "integration": {
30254
+ "projectMember": {
30460
30255
  "items": {
30461
30256
  "$ref": "#/components/schemas/ACLAction"
30462
30257
  },
30463
30258
  "type": "array"
30464
30259
  },
30465
- "integrationAccount": {
30260
+ "projectMonitoring": {
30466
30261
  "items": {
30467
30262
  "$ref": "#/components/schemas/ACLAction"
30468
30263
  },
30469
30264
  "type": "array"
30470
30265
  },
30471
- "integrationConfiguration": {
30266
+ "projectPermissions": {
30472
30267
  "items": {
30473
30268
  "$ref": "#/components/schemas/ACLAction"
30474
30269
  },
30475
30270
  "type": "array"
30476
30271
  },
30477
- "integrationConfigurationTransfer": {
30272
+ "projectProductionBranch": {
30478
30273
  "items": {
30479
30274
  "$ref": "#/components/schemas/ACLAction"
30480
30275
  },
30481
30276
  "type": "array"
30482
30277
  },
30483
- "integrationConfigurationProjects": {
30278
+ "projectTransfer": {
30484
30279
  "items": {
30485
30280
  "$ref": "#/components/schemas/ACLAction"
30486
30281
  },
30487
30282
  "type": "array"
30488
30283
  },
30489
- "integrationVercelConfigurationOverride": {
30284
+ "projectTransferOut": {
30490
30285
  "items": {
30491
30286
  "$ref": "#/components/schemas/ACLAction"
30492
30287
  },
30493
30288
  "type": "array"
30494
30289
  },
30495
- "integrationConfigurationRole": {
30290
+ "projectProtectionBypass": {
30496
30291
  "items": {
30497
30292
  "$ref": "#/components/schemas/ACLAction"
30498
30293
  },
30499
30294
  "type": "array"
30500
30295
  },
30501
- "integrationSSOSession": {
30296
+ "projectUsage": {
30502
30297
  "items": {
30503
30298
  "$ref": "#/components/schemas/ACLAction"
30504
30299
  },
30505
30300
  "type": "array"
30506
30301
  },
30507
- "integrationResource": {
30302
+ "projectAnalyticsUsage": {
30508
30303
  "items": {
30509
30304
  "$ref": "#/components/schemas/ACLAction"
30510
30305
  },
30511
30306
  "type": "array"
30512
30307
  },
30513
- "integrationEvent": {
30308
+ "projectSupportCase": {
30514
30309
  "items": {
30515
30310
  "$ref": "#/components/schemas/ACLAction"
30516
30311
  },
30517
30312
  "type": "array"
30518
30313
  },
30519
- "integrationResourceSecrets": {
30314
+ "projectSupportCaseComment": {
30520
30315
  "items": {
30521
30316
  "$ref": "#/components/schemas/ACLAction"
30522
30317
  },
30523
30318
  "type": "array"
30524
30319
  },
30525
- "integrationDeploymentAction": {
30320
+ "projectDeploymentExpiration": {
30526
30321
  "items": {
30527
30322
  "$ref": "#/components/schemas/ACLAction"
30528
30323
  },
30529
30324
  "type": "array"
30530
30325
  },
30531
- "marketplaceInstallationMember": {
30326
+ "projectRollingRelease": {
30532
30327
  "items": {
30533
30328
  "$ref": "#/components/schemas/ACLAction"
30534
30329
  },
30535
30330
  "type": "array"
30536
30331
  },
30537
- "marketplaceBillingData": {
30332
+ "projectTier": {
30538
30333
  "items": {
30539
30334
  "$ref": "#/components/schemas/ACLAction"
30540
30335
  },
30541
30336
  "type": "array"
30542
30337
  },
30543
- "marketplaceInvoice": {
30338
+ "seawallConfig": {
30544
30339
  "items": {
30545
30340
  "$ref": "#/components/schemas/ACLAction"
30546
30341
  },
30547
30342
  "type": "array"
30548
30343
  },
30549
- "marketplaceExperimentationItem": {
30344
+ "skewProtection": {
30550
30345
  "items": {
30551
30346
  "$ref": "#/components/schemas/ACLAction"
30552
30347
  },
30553
30348
  "type": "array"
30554
30349
  },
30555
- "marketplaceExperimentationEdgeConfigData": {
30350
+ "analytics": {
30556
30351
  "items": {
30557
30352
  "$ref": "#/components/schemas/ACLAction"
30558
30353
  },
30559
30354
  "type": "array"
30560
30355
  },
30561
- "jobGlobal": {
30356
+ "trustedIps": {
30562
30357
  "items": {
30563
30358
  "$ref": "#/components/schemas/ACLAction"
30564
30359
  },
30565
30360
  "type": "array"
30566
30361
  },
30567
- "drain": {
30362
+ "webAnalytics": {
30568
30363
  "items": {
30569
30364
  "$ref": "#/components/schemas/ACLAction"
30570
30365
  },
30571
30366
  "type": "array"
30572
30367
  },
30573
- "logDrain": {
30368
+ "sharedEnvVarConnection": {
30574
30369
  "items": {
30575
30370
  "$ref": "#/components/schemas/ACLAction"
30576
30371
  },
30577
30372
  "type": "array"
30578
30373
  },
30579
- "Monitoring": {
30374
+ "sonar": {
30580
30375
  "items": {
30581
30376
  "$ref": "#/components/schemas/ACLAction"
30582
30377
  },
30583
30378
  "type": "array"
30584
30379
  },
30585
- "monitoringSettings": {
30380
+ "user": {
30586
30381
  "items": {
30587
30382
  "$ref": "#/components/schemas/ACLAction"
30588
30383
  },
30589
30384
  "type": "array"
30590
30385
  },
30591
- "monitoringQuery": {
30386
+ "userConnection": {
30592
30387
  "items": {
30593
30388
  "$ref": "#/components/schemas/ACLAction"
30594
30389
  },
30595
30390
  "type": "array"
30596
30391
  },
30597
- "monitoringChart": {
30392
+ "userSudo": {
30598
30393
  "items": {
30599
30394
  "$ref": "#/components/schemas/ACLAction"
30600
30395
  },
30601
30396
  "type": "array"
30602
30397
  },
30603
- "monitoringAlert": {
30398
+ "webAuthn": {
30604
30399
  "items": {
30605
30400
  "$ref": "#/components/schemas/ACLAction"
30606
30401
  },
30607
30402
  "type": "array"
30608
30403
  },
30609
- "notificationDeploymentFailed": {
30404
+ "oauth2Connection": {
30610
30405
  "items": {
30611
30406
  "$ref": "#/components/schemas/ACLAction"
30612
30407
  },
30613
30408
  "type": "array"
30614
30409
  },
30615
- "notificationDomainConfiguration": {
30410
+ "accessGroup": {
30616
30411
  "items": {
30617
30412
  "$ref": "#/components/schemas/ACLAction"
30618
30413
  },
30619
30414
  "type": "array"
30620
30415
  },
30621
- "notificationDomainExpire": {
30416
+ "aliasGlobal": {
30622
30417
  "items": {
30623
30418
  "$ref": "#/components/schemas/ACLAction"
30624
30419
  },
30625
30420
  "type": "array"
30626
30421
  },
30627
- "notificationDomainMoved": {
30422
+ "analyticsSampling": {
30628
30423
  "items": {
30629
30424
  "$ref": "#/components/schemas/ACLAction"
30630
30425
  },
30631
30426
  "type": "array"
30632
30427
  },
30633
- "notificationDomainPurchase": {
30428
+ "analyticsUsage": {
30634
30429
  "items": {
30635
30430
  "$ref": "#/components/schemas/ACLAction"
30636
30431
  },
30637
30432
  "type": "array"
30638
30433
  },
30639
- "notificationDomainRenewal": {
30434
+ "auditLog": {
30640
30435
  "items": {
30641
30436
  "$ref": "#/components/schemas/ACLAction"
30642
30437
  },
30643
30438
  "type": "array"
30644
30439
  },
30645
- "notificationDomainTransfer": {
30440
+ "billingAddress": {
30646
30441
  "items": {
30647
30442
  "$ref": "#/components/schemas/ACLAction"
30648
30443
  },
30649
30444
  "type": "array"
30650
30445
  },
30651
- "notificationDomainUnverified": {
30446
+ "billingInformation": {
30652
30447
  "items": {
30653
30448
  "$ref": "#/components/schemas/ACLAction"
30654
30449
  },
30655
30450
  "type": "array"
30656
30451
  },
30657
- "NotificationMonitoringAlert": {
30452
+ "billingInvoice": {
30658
30453
  "items": {
30659
30454
  "$ref": "#/components/schemas/ACLAction"
30660
30455
  },
30661
30456
  "type": "array"
30662
30457
  },
30663
- "notificationPaymentFailed": {
30458
+ "billingInvoiceEmailRecipient": {
30664
30459
  "items": {
30665
30460
  "$ref": "#/components/schemas/ACLAction"
30666
30461
  },
30667
30462
  "type": "array"
30668
30463
  },
30669
- "notificationUsageAlert": {
30464
+ "billingInvoiceLanguage": {
30670
30465
  "items": {
30671
30466
  "$ref": "#/components/schemas/ACLAction"
30672
30467
  },
30673
30468
  "type": "array"
30674
30469
  },
30675
- "notificationCustomerBudget": {
30470
+ "billingPlan": {
30676
30471
  "items": {
30677
30472
  "$ref": "#/components/schemas/ACLAction"
30678
30473
  },
30679
30474
  "type": "array"
30680
30475
  },
30681
- "notificationStatementOfReasons": {
30476
+ "billingPurchaseOrder": {
30682
30477
  "items": {
30683
30478
  "$ref": "#/components/schemas/ACLAction"
30684
30479
  },
30685
30480
  "type": "array"
30686
30481
  },
30687
- "observabilityConfiguration": {
30482
+ "billingTaxId": {
30688
30483
  "items": {
30689
30484
  "$ref": "#/components/schemas/ACLAction"
30690
30485
  },
30691
30486
  "type": "array"
30692
30487
  },
30693
- "observabilityNotebook": {
30488
+ "blob": {
30694
30489
  "items": {
30695
30490
  "$ref": "#/components/schemas/ACLAction"
30696
30491
  },
30697
30492
  "type": "array"
30698
30493
  },
30699
- "openTelemetryEndpoint": {
30494
+ "budget": {
30700
30495
  "items": {
30701
30496
  "$ref": "#/components/schemas/ACLAction"
30702
30497
  },
30703
30498
  "type": "array"
30704
30499
  },
30705
- "vercelAppInstallation": {
30500
+ "cacheArtifact": {
30706
30501
  "items": {
30707
30502
  "$ref": "#/components/schemas/ACLAction"
30708
30503
  },
30709
30504
  "type": "array"
30710
30505
  },
30711
- "paymentMethod": {
30506
+ "cacheArtifactUsageEvent": {
30712
30507
  "items": {
30713
30508
  "$ref": "#/components/schemas/ACLAction"
30714
30509
  },
30715
30510
  "type": "array"
30716
30511
  },
30717
- "permissions": {
30512
+ "codeChecks": {
30718
30513
  "items": {
30719
30514
  "$ref": "#/components/schemas/ACLAction"
30720
30515
  },
30721
30516
  "type": "array"
30722
30517
  },
30723
- "postgres": {
30518
+ "concurrentBuilds": {
30724
30519
  "items": {
30725
30520
  "$ref": "#/components/schemas/ACLAction"
30726
30521
  },
30727
30522
  "type": "array"
30728
30523
  },
30729
- "previewDeploymentSuffix": {
30524
+ "connect": {
30730
30525
  "items": {
30731
30526
  "$ref": "#/components/schemas/ACLAction"
30732
30527
  },
30733
30528
  "type": "array"
30734
30529
  },
30735
- "proTrialOnboarding": {
30530
+ "connectConfiguration": {
30736
30531
  "items": {
30737
30532
  "$ref": "#/components/schemas/ACLAction"
30738
30533
  },
30739
30534
  "type": "array"
30740
30535
  },
30741
- "sharedEnvVars": {
30536
+ "domain": {
30742
30537
  "items": {
30743
30538
  "$ref": "#/components/schemas/ACLAction"
30744
30539
  },
30745
30540
  "type": "array"
30746
30541
  },
30747
- "sharedEnvVarsProduction": {
30542
+ "domainAcceptDelegation": {
30748
30543
  "items": {
30749
30544
  "$ref": "#/components/schemas/ACLAction"
30750
30545
  },
30751
30546
  "type": "array"
30752
30547
  },
30753
- "space": {
30548
+ "domainAuthCodes": {
30754
30549
  "items": {
30755
30550
  "$ref": "#/components/schemas/ACLAction"
30756
30551
  },
30757
30552
  "type": "array"
30758
30553
  },
30759
- "spaceRun": {
30554
+ "domainCertificate": {
30760
30555
  "items": {
30761
30556
  "$ref": "#/components/schemas/ACLAction"
30762
30557
  },
30763
30558
  "type": "array"
30764
30559
  },
30765
- "passwordProtectionInvoiceItem": {
30560
+ "domainCheckConfig": {
30766
30561
  "items": {
30767
30562
  "$ref": "#/components/schemas/ACLAction"
30768
30563
  },
30769
30564
  "type": "array"
30770
30565
  },
30771
- "rateLimit": {
30566
+ "domainMove": {
30772
30567
  "items": {
30773
30568
  "$ref": "#/components/schemas/ACLAction"
30774
30569
  },
30775
30570
  "type": "array"
30776
30571
  },
30777
- "redis": {
30572
+ "domainPurchase": {
30778
30573
  "items": {
30779
30574
  "$ref": "#/components/schemas/ACLAction"
30780
30575
  },
30781
30576
  "type": "array"
30782
30577
  },
30783
- "repository": {
30578
+ "domainRecord": {
30784
30579
  "items": {
30785
30580
  "$ref": "#/components/schemas/ACLAction"
30786
30581
  },
30787
30582
  "type": "array"
30788
30583
  },
30789
- "remoteCaching": {
30584
+ "domainTransferIn": {
30790
30585
  "items": {
30791
30586
  "$ref": "#/components/schemas/ACLAction"
30792
30587
  },
30793
30588
  "type": "array"
30794
30589
  },
30795
- "samlConfig": {
30590
+ "event": {
30796
30591
  "items": {
30797
30592
  "$ref": "#/components/schemas/ACLAction"
30798
30593
  },
30799
30594
  "type": "array"
30800
30595
  },
30801
- "secret": {
30596
+ "ownEvent": {
30802
30597
  "items": {
30803
30598
  "$ref": "#/components/schemas/ACLAction"
30804
30599
  },
30805
30600
  "type": "array"
30806
30601
  },
30807
- "redisStoreTokenSet": {
30602
+ "sensitiveEnvironmentVariablePolicy": {
30808
30603
  "items": {
30809
30604
  "$ref": "#/components/schemas/ACLAction"
30810
30605
  },
30811
30606
  "type": "array"
30812
30607
  },
30813
- "blobStoreTokenSet": {
30608
+ "fileUpload": {
30814
30609
  "items": {
30815
30610
  "$ref": "#/components/schemas/ACLAction"
30816
30611
  },
30817
30612
  "type": "array"
30818
30613
  },
30819
- "postgresStoreTokenSet": {
30614
+ "flagsExplorerSubscription": {
30820
30615
  "items": {
30821
30616
  "$ref": "#/components/schemas/ACLAction"
30822
30617
  },
30823
30618
  "type": "array"
30824
30619
  },
30825
- "integrationStoreTokenSet": {
30620
+ "gitRepository": {
30826
30621
  "items": {
30827
30622
  "$ref": "#/components/schemas/ACLAction"
30828
30623
  },
30829
30624
  "type": "array"
30830
30625
  },
30831
- "integrationResourceReplCommand": {
30626
+ "ipBlocking": {
30832
30627
  "items": {
30833
30628
  "$ref": "#/components/schemas/ACLAction"
30834
30629
  },
30835
30630
  "type": "array"
30836
30631
  },
30837
- "storeTransfer": {
30632
+ "imageOptimizationNewPrice": {
30838
30633
  "items": {
30839
30634
  "$ref": "#/components/schemas/ACLAction"
30840
30635
  },
30841
30636
  "type": "array"
30842
30637
  },
30843
- "supportCase": {
30638
+ "integration": {
30844
30639
  "items": {
30845
30640
  "$ref": "#/components/schemas/ACLAction"
30846
30641
  },
30847
30642
  "type": "array"
30848
30643
  },
30849
- "supportCaseComment": {
30644
+ "integrationAccount": {
30850
30645
  "items": {
30851
30646
  "$ref": "#/components/schemas/ACLAction"
30852
30647
  },
30853
30648
  "type": "array"
30854
30649
  },
30855
- "dataCacheBillingSettings": {
30650
+ "integrationConfiguration": {
30856
30651
  "items": {
30857
30652
  "$ref": "#/components/schemas/ACLAction"
30858
30653
  },
30859
30654
  "type": "array"
30860
30655
  },
30861
- "team": {
30656
+ "integrationConfigurationTransfer": {
30862
30657
  "items": {
30863
30658
  "$ref": "#/components/schemas/ACLAction"
30864
30659
  },
30865
30660
  "type": "array"
30866
30661
  },
30867
- "teamAccessRequest": {
30662
+ "integrationConfigurationProjects": {
30868
30663
  "items": {
30869
30664
  "$ref": "#/components/schemas/ACLAction"
30870
30665
  },
30871
30666
  "type": "array"
30872
30667
  },
30873
- "teamFellowMembership": {
30668
+ "integrationVercelConfigurationOverride": {
30874
30669
  "items": {
30875
30670
  "$ref": "#/components/schemas/ACLAction"
30876
30671
  },
30877
30672
  "type": "array"
30878
30673
  },
30879
- "teamGitExclusivity": {
30674
+ "integrationConfigurationRole": {
30880
30675
  "items": {
30881
30676
  "$ref": "#/components/schemas/ACLAction"
30882
30677
  },
30883
30678
  "type": "array"
30884
30679
  },
30885
- "teamInvite": {
30680
+ "integrationSSOSession": {
30886
30681
  "items": {
30887
30682
  "$ref": "#/components/schemas/ACLAction"
30888
30683
  },
30889
30684
  "type": "array"
30890
30685
  },
30891
- "teamInviteCode": {
30686
+ "integrationResource": {
30892
30687
  "items": {
30893
30688
  "$ref": "#/components/schemas/ACLAction"
30894
30689
  },
30895
30690
  "type": "array"
30896
30691
  },
30897
- "teamJoin": {
30692
+ "integrationEvent": {
30898
30693
  "items": {
30899
30694
  "$ref": "#/components/schemas/ACLAction"
30900
30695
  },
30901
30696
  "type": "array"
30902
30697
  },
30903
- "teamMemberMfaStatus": {
30698
+ "integrationResourceSecrets": {
30904
30699
  "items": {
30905
30700
  "$ref": "#/components/schemas/ACLAction"
30906
30701
  },
30907
30702
  "type": "array"
30908
30703
  },
30909
- "teamMicrofrontends": {
30704
+ "integrationDeploymentAction": {
30910
30705
  "items": {
30911
30706
  "$ref": "#/components/schemas/ACLAction"
30912
30707
  },
30913
30708
  "type": "array"
30914
30709
  },
30915
- "teamOwnMembership": {
30710
+ "marketplaceInstallationMember": {
30916
30711
  "items": {
30917
30712
  "$ref": "#/components/schemas/ACLAction"
30918
30713
  },
30919
30714
  "type": "array"
30920
30715
  },
30921
- "teamOwnMembershipDisconnectSAML": {
30716
+ "marketplaceBillingData": {
30922
30717
  "items": {
30923
30718
  "$ref": "#/components/schemas/ACLAction"
30924
30719
  },
30925
30720
  "type": "array"
30926
30721
  },
30927
- "token": {
30722
+ "marketplaceInvoice": {
30928
30723
  "items": {
30929
30724
  "$ref": "#/components/schemas/ACLAction"
30930
30725
  },
30931
30726
  "type": "array"
30932
30727
  },
30933
- "usage": {
30728
+ "marketplaceExperimentationItem": {
30934
30729
  "items": {
30935
30730
  "$ref": "#/components/schemas/ACLAction"
30936
30731
  },
30937
30732
  "type": "array"
30938
30733
  },
30939
- "usageCycle": {
30734
+ "marketplaceExperimentationEdgeConfigData": {
30940
30735
  "items": {
30941
30736
  "$ref": "#/components/schemas/ACLAction"
30942
30737
  },
30943
30738
  "type": "array"
30944
30739
  },
30945
- "vpcPeeringConnection": {
30740
+ "jobGlobal": {
30946
30741
  "items": {
30947
30742
  "$ref": "#/components/schemas/ACLAction"
30948
30743
  },
30949
30744
  "type": "array"
30950
30745
  },
30951
- "webAnalyticsPlan": {
30746
+ "drain": {
30952
30747
  "items": {
30953
30748
  "$ref": "#/components/schemas/ACLAction"
30954
30749
  },
30955
30750
  "type": "array"
30956
30751
  },
30957
- "edgeConfig": {
30752
+ "logDrain": {
30958
30753
  "items": {
30959
30754
  "$ref": "#/components/schemas/ACLAction"
30960
30755
  },
30961
30756
  "type": "array"
30962
30757
  },
30963
- "edgeConfigItem": {
30758
+ "Monitoring": {
30964
30759
  "items": {
30965
30760
  "$ref": "#/components/schemas/ACLAction"
30966
30761
  },
30967
30762
  "type": "array"
30968
30763
  },
30969
- "edgeConfigSchema": {
30764
+ "monitoringSettings": {
30970
30765
  "items": {
30971
30766
  "$ref": "#/components/schemas/ACLAction"
30972
30767
  },
30973
30768
  "type": "array"
30974
30769
  },
30975
- "edgeConfigToken": {
30770
+ "monitoringQuery": {
30976
30771
  "items": {
30977
30772
  "$ref": "#/components/schemas/ACLAction"
30978
30773
  },
30979
30774
  "type": "array"
30980
30775
  },
30981
- "webhook": {
30776
+ "monitoringChart": {
30982
30777
  "items": {
30983
30778
  "$ref": "#/components/schemas/ACLAction"
30984
30779
  },
30985
30780
  "type": "array"
30986
30781
  },
30987
- "webhook-event": {
30782
+ "monitoringAlert": {
30988
30783
  "items": {
30989
30784
  "$ref": "#/components/schemas/ACLAction"
30990
30785
  },
30991
30786
  "type": "array"
30992
30787
  },
30993
- "endpointVerification": {
30788
+ "notificationDeploymentFailed": {
30994
30789
  "items": {
30995
30790
  "$ref": "#/components/schemas/ACLAction"
30996
30791
  },
30997
30792
  "type": "array"
30998
30793
  },
30999
- "projectTransferIn": {
30794
+ "notificationDomainConfiguration": {
31000
30795
  "items": {
31001
30796
  "$ref": "#/components/schemas/ACLAction"
31002
30797
  },
31003
30798
  "type": "array"
31004
30799
  },
31005
- "oauth2Application": {
30800
+ "notificationDomainExpire": {
31006
30801
  "items": {
31007
30802
  "$ref": "#/components/schemas/ACLAction"
31008
30803
  },
31009
30804
  "type": "array"
31010
30805
  },
31011
- "vercelRun": {
30806
+ "notificationDomainMoved": {
31012
30807
  "items": {
31013
30808
  "$ref": "#/components/schemas/ACLAction"
31014
30809
  },
31015
30810
  "type": "array"
31016
30811
  },
31017
- "vercelRunExec": {
30812
+ "notificationDomainPurchase": {
31018
30813
  "items": {
31019
30814
  "$ref": "#/components/schemas/ACLAction"
31020
30815
  },
31021
30816
  "type": "array"
31022
30817
  },
31023
- "apiKey": {
30818
+ "notificationDomainRenewal": {
31024
30819
  "items": {
31025
30820
  "$ref": "#/components/schemas/ACLAction"
31026
30821
  },
31027
30822
  "type": "array"
31028
30823
  },
31029
- "apiKeyOwnedBySelf": {
30824
+ "notificationDomainTransfer": {
31030
30825
  "items": {
31031
30826
  "$ref": "#/components/schemas/ACLAction"
31032
30827
  },
31033
30828
  "type": "array"
31034
30829
  },
31035
- "aliasProject": {
30830
+ "notificationDomainUnverified": {
31036
30831
  "items": {
31037
30832
  "$ref": "#/components/schemas/ACLAction"
31038
30833
  },
31039
30834
  "type": "array"
31040
30835
  },
31041
- "aliasProtectionBypass": {
30836
+ "NotificationMonitoringAlert": {
31042
30837
  "items": {
31043
30838
  "$ref": "#/components/schemas/ACLAction"
31044
30839
  },
31045
30840
  "type": "array"
31046
30841
  },
31047
- "buildMachine": {
30842
+ "notificationPaymentFailed": {
31048
30843
  "items": {
31049
30844
  "$ref": "#/components/schemas/ACLAction"
31050
30845
  },
31051
30846
  "type": "array"
31052
30847
  },
31053
- "productionAliasProtectionBypass": {
30848
+ "notificationUsageAlert": {
31054
30849
  "items": {
31055
30850
  "$ref": "#/components/schemas/ACLAction"
31056
30851
  },
31057
30852
  "type": "array"
31058
30853
  },
31059
- "connectConfigurationLink": {
30854
+ "notificationCustomerBudget": {
31060
30855
  "items": {
31061
30856
  "$ref": "#/components/schemas/ACLAction"
31062
30857
  },
31063
30858
  "type": "array"
31064
30859
  },
31065
- "dataCacheNamespace": {
30860
+ "notificationStatementOfReasons": {
31066
30861
  "items": {
31067
30862
  "$ref": "#/components/schemas/ACLAction"
31068
30863
  },
31069
30864
  "type": "array"
31070
30865
  },
31071
- "deployment": {
30866
+ "observabilityConfiguration": {
31072
30867
  "items": {
31073
30868
  "$ref": "#/components/schemas/ACLAction"
31074
30869
  },
31075
30870
  "type": "array"
31076
30871
  },
31077
- "deploymentCheck": {
30872
+ "observabilityNotebook": {
31078
30873
  "items": {
31079
30874
  "$ref": "#/components/schemas/ACLAction"
31080
30875
  },
31081
30876
  "type": "array"
31082
30877
  },
31083
- "deploymentCheckPreview": {
30878
+ "openTelemetryEndpoint": {
31084
30879
  "items": {
31085
30880
  "$ref": "#/components/schemas/ACLAction"
31086
30881
  },
31087
30882
  "type": "array"
31088
30883
  },
31089
- "deploymentCheckReRunFromProductionBranch": {
30884
+ "vercelAppInstallation": {
31090
30885
  "items": {
31091
30886
  "$ref": "#/components/schemas/ACLAction"
31092
30887
  },
31093
30888
  "type": "array"
31094
30889
  },
31095
- "deploymentProductionGit": {
30890
+ "paymentMethod": {
31096
30891
  "items": {
31097
30892
  "$ref": "#/components/schemas/ACLAction"
31098
30893
  },
31099
30894
  "type": "array"
31100
30895
  },
31101
- "deploymentV0": {
30896
+ "permissions": {
31102
30897
  "items": {
31103
30898
  "$ref": "#/components/schemas/ACLAction"
31104
30899
  },
31105
30900
  "type": "array"
31106
30901
  },
31107
- "deploymentPreview": {
30902
+ "postgres": {
31108
30903
  "items": {
31109
30904
  "$ref": "#/components/schemas/ACLAction"
31110
30905
  },
31111
30906
  "type": "array"
31112
30907
  },
31113
- "deploymentPrivate": {
30908
+ "previewDeploymentSuffix": {
31114
30909
  "items": {
31115
30910
  "$ref": "#/components/schemas/ACLAction"
31116
30911
  },
31117
30912
  "type": "array"
31118
30913
  },
31119
- "deploymentPromote": {
30914
+ "proTrialOnboarding": {
31120
30915
  "items": {
31121
30916
  "$ref": "#/components/schemas/ACLAction"
31122
30917
  },
31123
30918
  "type": "array"
31124
30919
  },
31125
- "deploymentRollback": {
30920
+ "sharedEnvVars": {
31126
30921
  "items": {
31127
30922
  "$ref": "#/components/schemas/ACLAction"
31128
30923
  },
31129
30924
  "type": "array"
31130
30925
  },
31131
- "edgeCacheNamespace": {
30926
+ "sharedEnvVarsProduction": {
31132
30927
  "items": {
31133
30928
  "$ref": "#/components/schemas/ACLAction"
31134
30929
  },
31135
30930
  "type": "array"
31136
30931
  },
31137
- "environments": {
30932
+ "space": {
31138
30933
  "items": {
31139
30934
  "$ref": "#/components/schemas/ACLAction"
31140
30935
  },
31141
30936
  "type": "array"
31142
30937
  },
31143
- "logs": {
30938
+ "spaceRun": {
31144
30939
  "items": {
31145
30940
  "$ref": "#/components/schemas/ACLAction"
31146
30941
  },
31147
30942
  "type": "array"
31148
30943
  },
31149
- "logsPreset": {
30944
+ "passwordProtectionInvoiceItem": {
31150
30945
  "items": {
31151
30946
  "$ref": "#/components/schemas/ACLAction"
31152
30947
  },
31153
30948
  "type": "array"
31154
30949
  },
31155
- "passwordProtection": {
30950
+ "rateLimit": {
31156
30951
  "items": {
31157
30952
  "$ref": "#/components/schemas/ACLAction"
31158
30953
  },
31159
30954
  "type": "array"
31160
30955
  },
31161
- "optionsAllowlist": {
30956
+ "redis": {
31162
30957
  "items": {
31163
30958
  "$ref": "#/components/schemas/ACLAction"
31164
30959
  },
31165
30960
  "type": "array"
31166
30961
  },
31167
- "job": {
30962
+ "repository": {
31168
30963
  "items": {
31169
30964
  "$ref": "#/components/schemas/ACLAction"
31170
30965
  },
31171
30966
  "type": "array"
31172
30967
  },
31173
- "observabilityData": {
30968
+ "remoteCaching": {
31174
30969
  "items": {
31175
30970
  "$ref": "#/components/schemas/ACLAction"
31176
30971
  },
31177
30972
  "type": "array"
31178
30973
  },
31179
- "onDemandBuild": {
30974
+ "samlConfig": {
31180
30975
  "items": {
31181
30976
  "$ref": "#/components/schemas/ACLAction"
31182
30977
  },
31183
30978
  "type": "array"
31184
30979
  },
31185
- "onDemandConcurrency": {
30980
+ "secret": {
31186
30981
  "items": {
31187
30982
  "$ref": "#/components/schemas/ACLAction"
31188
30983
  },
31189
30984
  "type": "array"
31190
30985
  },
31191
- "project": {
30986
+ "redisStoreTokenSet": {
31192
30987
  "items": {
31193
30988
  "$ref": "#/components/schemas/ACLAction"
31194
30989
  },
31195
30990
  "type": "array"
31196
30991
  },
31197
- "projectFromV0": {
30992
+ "blobStoreTokenSet": {
31198
30993
  "items": {
31199
30994
  "$ref": "#/components/schemas/ACLAction"
31200
30995
  },
31201
30996
  "type": "array"
31202
30997
  },
31203
- "projectAccessGroup": {
30998
+ "postgresStoreTokenSet": {
31204
30999
  "items": {
31205
31000
  "$ref": "#/components/schemas/ACLAction"
31206
31001
  },
31207
31002
  "type": "array"
31208
31003
  },
31209
- "projectAnalyticsSampling": {
31004
+ "integrationStoreTokenSet": {
31210
31005
  "items": {
31211
31006
  "$ref": "#/components/schemas/ACLAction"
31212
31007
  },
31213
31008
  "type": "array"
31214
31009
  },
31215
- "projectCheck": {
31010
+ "integrationResourceReplCommand": {
31216
31011
  "items": {
31217
31012
  "$ref": "#/components/schemas/ACLAction"
31218
31013
  },
31219
31014
  "type": "array"
31220
31015
  },
31221
- "projectCheckRun": {
31016
+ "storeTransfer": {
31222
31017
  "items": {
31223
31018
  "$ref": "#/components/schemas/ACLAction"
31224
31019
  },
31225
31020
  "type": "array"
31226
31021
  },
31227
- "projectDeploymentHook": {
31022
+ "supportCase": {
31228
31023
  "items": {
31229
31024
  "$ref": "#/components/schemas/ACLAction"
31230
31025
  },
31231
31026
  "type": "array"
31232
31027
  },
31233
- "projectDomain": {
31028
+ "supportCaseComment": {
31234
31029
  "items": {
31235
31030
  "$ref": "#/components/schemas/ACLAction"
31236
31031
  },
31237
31032
  "type": "array"
31238
31033
  },
31239
- "projectDomainMove": {
31034
+ "dataCacheBillingSettings": {
31240
31035
  "items": {
31241
31036
  "$ref": "#/components/schemas/ACLAction"
31242
31037
  },
31243
31038
  "type": "array"
31244
31039
  },
31245
- "projectDomainCheckConfig": {
31040
+ "team": {
31246
31041
  "items": {
31247
31042
  "$ref": "#/components/schemas/ACLAction"
31248
31043
  },
31249
31044
  "type": "array"
31250
31045
  },
31251
- "projectEnvVars": {
31046
+ "teamAccessRequest": {
31252
31047
  "items": {
31253
31048
  "$ref": "#/components/schemas/ACLAction"
31254
31049
  },
31255
31050
  "type": "array"
31256
31051
  },
31257
- "projectEnvVarsProduction": {
31052
+ "teamFellowMembership": {
31258
31053
  "items": {
31259
31054
  "$ref": "#/components/schemas/ACLAction"
31260
31055
  },
31261
31056
  "type": "array"
31262
31057
  },
31263
- "projectEnvVarsUnownedByIntegration": {
31058
+ "teamGitExclusivity": {
31264
31059
  "items": {
31265
31060
  "$ref": "#/components/schemas/ACLAction"
31266
31061
  },
31267
31062
  "type": "array"
31268
31063
  },
31269
- "projectFlags": {
31064
+ "teamInvite": {
31270
31065
  "items": {
31271
31066
  "$ref": "#/components/schemas/ACLAction"
31272
31067
  },
31273
31068
  "type": "array"
31274
31069
  },
31275
- "projectId": {
31070
+ "teamInviteCode": {
31276
31071
  "items": {
31277
31072
  "$ref": "#/components/schemas/ACLAction"
31278
31073
  },
31279
31074
  "type": "array"
31280
31075
  },
31281
- "projectIntegrationConfiguration": {
31076
+ "teamJoin": {
31282
31077
  "items": {
31283
31078
  "$ref": "#/components/schemas/ACLAction"
31284
31079
  },
31285
31080
  "type": "array"
31286
31081
  },
31287
- "projectLink": {
31082
+ "teamMemberMfaStatus": {
31288
31083
  "items": {
31289
31084
  "$ref": "#/components/schemas/ACLAction"
31290
31085
  },
31291
31086
  "type": "array"
31292
31087
  },
31293
- "projectMember": {
31088
+ "teamMicrofrontends": {
31294
31089
  "items": {
31295
31090
  "$ref": "#/components/schemas/ACLAction"
31296
31091
  },
31297
31092
  "type": "array"
31298
31093
  },
31299
- "projectMonitoring": {
31094
+ "teamOwnMembership": {
31300
31095
  "items": {
31301
31096
  "$ref": "#/components/schemas/ACLAction"
31302
31097
  },
31303
31098
  "type": "array"
31304
31099
  },
31305
- "projectPermissions": {
31100
+ "teamOwnMembershipDisconnectSAML": {
31306
31101
  "items": {
31307
31102
  "$ref": "#/components/schemas/ACLAction"
31308
31103
  },
31309
31104
  "type": "array"
31310
31105
  },
31311
- "projectProductionBranch": {
31106
+ "token": {
31312
31107
  "items": {
31313
31108
  "$ref": "#/components/schemas/ACLAction"
31314
31109
  },
31315
31110
  "type": "array"
31316
31111
  },
31317
- "projectTransfer": {
31112
+ "usage": {
31318
31113
  "items": {
31319
31114
  "$ref": "#/components/schemas/ACLAction"
31320
31115
  },
31321
31116
  "type": "array"
31322
31117
  },
31323
- "projectTransferOut": {
31118
+ "usageCycle": {
31324
31119
  "items": {
31325
31120
  "$ref": "#/components/schemas/ACLAction"
31326
31121
  },
31327
31122
  "type": "array"
31328
31123
  },
31329
- "projectProtectionBypass": {
31124
+ "vpcPeeringConnection": {
31330
31125
  "items": {
31331
31126
  "$ref": "#/components/schemas/ACLAction"
31332
31127
  },
31333
31128
  "type": "array"
31334
31129
  },
31335
- "projectUsage": {
31130
+ "webAnalyticsPlan": {
31336
31131
  "items": {
31337
31132
  "$ref": "#/components/schemas/ACLAction"
31338
31133
  },
31339
31134
  "type": "array"
31340
31135
  },
31341
- "projectAnalyticsUsage": {
31136
+ "edgeConfig": {
31342
31137
  "items": {
31343
31138
  "$ref": "#/components/schemas/ACLAction"
31344
31139
  },
31345
31140
  "type": "array"
31346
31141
  },
31347
- "projectSupportCase": {
31142
+ "edgeConfigItem": {
31348
31143
  "items": {
31349
31144
  "$ref": "#/components/schemas/ACLAction"
31350
31145
  },
31351
31146
  "type": "array"
31352
31147
  },
31353
- "projectSupportCaseComment": {
31148
+ "edgeConfigSchema": {
31354
31149
  "items": {
31355
31150
  "$ref": "#/components/schemas/ACLAction"
31356
31151
  },
31357
31152
  "type": "array"
31358
31153
  },
31359
- "projectDeploymentExpiration": {
31154
+ "edgeConfigToken": {
31360
31155
  "items": {
31361
31156
  "$ref": "#/components/schemas/ACLAction"
31362
31157
  },
31363
31158
  "type": "array"
31364
31159
  },
31365
- "projectRollingRelease": {
31160
+ "webhook": {
31366
31161
  "items": {
31367
31162
  "$ref": "#/components/schemas/ACLAction"
31368
31163
  },
31369
31164
  "type": "array"
31370
31165
  },
31371
- "projectTier": {
31166
+ "webhook-event": {
31372
31167
  "items": {
31373
31168
  "$ref": "#/components/schemas/ACLAction"
31374
31169
  },
31375
31170
  "type": "array"
31376
31171
  },
31377
- "seawallConfig": {
31172
+ "endpointVerification": {
31378
31173
  "items": {
31379
31174
  "$ref": "#/components/schemas/ACLAction"
31380
31175
  },
31381
31176
  "type": "array"
31382
31177
  },
31383
- "skewProtection": {
31178
+ "projectTransferIn": {
31384
31179
  "items": {
31385
31180
  "$ref": "#/components/schemas/ACLAction"
31386
31181
  },
31387
31182
  "type": "array"
31388
31183
  },
31389
- "analytics": {
31184
+ "oauth2Application": {
31390
31185
  "items": {
31391
31186
  "$ref": "#/components/schemas/ACLAction"
31392
31187
  },
31393
31188
  "type": "array"
31394
31189
  },
31395
- "trustedIps": {
31190
+ "vercelRun": {
31396
31191
  "items": {
31397
31192
  "$ref": "#/components/schemas/ACLAction"
31398
31193
  },
31399
31194
  "type": "array"
31400
31195
  },
31401
- "webAnalytics": {
31196
+ "vercelRunExec": {
31402
31197
  "items": {
31403
31198
  "$ref": "#/components/schemas/ACLAction"
31404
31199
  },
31405
31200
  "type": "array"
31406
31201
  },
31407
- "sharedEnvVarConnection": {
31202
+ "apiKey": {
31408
31203
  "items": {
31409
31204
  "$ref": "#/components/schemas/ACLAction"
31410
31205
  },
31411
31206
  "type": "array"
31412
31207
  },
31413
- "sonar": {
31208
+ "apiKeyOwnedBySelf": {
31414
31209
  "items": {
31415
31210
  "$ref": "#/components/schemas/ACLAction"
31416
31211
  },
@@ -32587,10 +32382,10 @@
32587
32382
  "type": "string",
32588
32383
  "enum": [
32589
32384
  "system",
32385
+ "secret",
32590
32386
  "encrypted",
32591
32387
  "plain",
32592
- "sensitive",
32593
- "secret"
32388
+ "sensitive"
32594
32389
  ]
32595
32390
  },
32596
32391
  "sunsetSecretId": {
@@ -35996,8 +35791,8 @@
35996
35791
  "type": {
35997
35792
  "type": "string",
35998
35793
  "enum": [
35999
- "path",
36000
35794
  "host",
35795
+ "path",
36001
35796
  "method",
36002
35797
  "header",
36003
35798
  "cookie",
@@ -36078,8 +35873,8 @@
36078
35873
  "type": {
36079
35874
  "type": "string",
36080
35875
  "enum": [
36081
- "path",
36082
35876
  "host",
35877
+ "path",
36083
35878
  "method",
36084
35879
  "header",
36085
35880
  "cookie",
@@ -37066,10 +36861,10 @@
37066
36861
  "type": "string",
37067
36862
  "enum": [
37068
36863
  "system",
36864
+ "secret",
37069
36865
  "encrypted",
37070
36866
  "plain",
37071
- "sensitive",
37072
- "secret"
36867
+ "sensitive"
37073
36868
  ]
37074
36869
  },
37075
36870
  "sunsetSecretId": {
@@ -40475,8 +40270,8 @@
40475
40270
  "type": {
40476
40271
  "type": "string",
40477
40272
  "enum": [
40478
- "path",
40479
40273
  "host",
40274
+ "path",
40480
40275
  "method",
40481
40276
  "header",
40482
40277
  "cookie",
@@ -40557,8 +40352,8 @@
40557
40352
  "type": {
40558
40353
  "type": "string",
40559
40354
  "enum": [
40560
- "path",
40561
40355
  "host",
40356
+ "path",
40562
40357
  "method",
40563
40358
  "header",
40564
40359
  "cookie",
@@ -41215,10 +41010,10 @@
41215
41010
  "type": "string",
41216
41011
  "enum": [
41217
41012
  "system",
41013
+ "secret",
41218
41014
  "encrypted",
41219
41015
  "plain",
41220
- "sensitive",
41221
- "secret"
41016
+ "sensitive"
41222
41017
  ]
41223
41018
  },
41224
41019
  "sunsetSecretId": {
@@ -44624,8 +44419,8 @@
44624
44419
  "type": {
44625
44420
  "type": "string",
44626
44421
  "enum": [
44627
- "path",
44628
44422
  "host",
44423
+ "path",
44629
44424
  "method",
44630
44425
  "header",
44631
44426
  "cookie",
@@ -44706,8 +44501,8 @@
44706
44501
  "type": {
44707
44502
  "type": "string",
44708
44503
  "enum": [
44709
- "path",
44710
44504
  "host",
44505
+ "path",
44711
44506
  "method",
44712
44507
  "header",
44713
44508
  "cookie",
@@ -49860,10 +49655,10 @@
49860
49655
  "type": "string",
49861
49656
  "enum": [
49862
49657
  "system",
49658
+ "secret",
49863
49659
  "encrypted",
49864
49660
  "plain",
49865
- "sensitive",
49866
- "secret"
49661
+ "sensitive"
49867
49662
  ]
49868
49663
  },
49869
49664
  "sunsetSecretId": {
@@ -50262,10 +50057,10 @@
50262
50057
  "type": "string",
50263
50058
  "enum": [
50264
50059
  "system",
50060
+ "secret",
50265
50061
  "encrypted",
50266
50062
  "plain",
50267
- "sensitive",
50268
- "secret"
50063
+ "sensitive"
50269
50064
  ]
50270
50065
  },
50271
50066
  "sunsetSecretId": {
@@ -52345,10 +52140,10 @@
52345
52140
  "type": "string",
52346
52141
  "enum": [
52347
52142
  "system",
52143
+ "secret",
52348
52144
  "encrypted",
52349
52145
  "plain",
52350
- "sensitive",
52351
- "secret"
52146
+ "sensitive"
52352
52147
  ]
52353
52148
  },
52354
52149
  "sunsetSecretId": {
@@ -52760,10 +52555,10 @@
52760
52555
  "type": "string",
52761
52556
  "enum": [
52762
52557
  "system",
52558
+ "secret",
52763
52559
  "encrypted",
52764
52560
  "plain",
52765
- "sensitive",
52766
- "secret"
52561
+ "sensitive"
52767
52562
  ]
52768
52563
  },
52769
52564
  "sunsetSecretId": {
@@ -53170,10 +52965,10 @@
53170
52965
  "type": "string",
53171
52966
  "enum": [
53172
52967
  "system",
52968
+ "secret",
53173
52969
  "encrypted",
53174
52970
  "plain",
53175
- "sensitive",
53176
- "secret"
52971
+ "sensitive"
53177
52972
  ]
53178
52973
  },
53179
52974
  "sunsetSecretId": {
@@ -53688,10 +53483,10 @@
53688
53483
  "type": "string",
53689
53484
  "enum": [
53690
53485
  "system",
53486
+ "secret",
53691
53487
  "encrypted",
53692
53488
  "plain",
53693
- "sensitive",
53694
- "secret"
53489
+ "sensitive"
53695
53490
  ]
53696
53491
  },
53697
53492
  "sunsetSecretId": {
@@ -76335,46 +76130,6 @@
76335
76130
  },
76336
76131
  "Team": {
76337
76132
  "properties": {
76338
- "id": {
76339
- "type": "string",
76340
- "description": "The Team's unique identifier.",
76341
- "example": "team_nllPyCtREAqxxdyFKbbMDlxd"
76342
- },
76343
- "data": {
76344
- "properties": {
76345
- "query": {
76346
- "type": "string"
76347
- },
76348
- "creatorId": {
76349
- "type": "string"
76350
- },
76351
- "title": {
76352
- "type": "string"
76353
- },
76354
- "groupId": {
76355
- "type": "string"
76356
- },
76357
- "ownerId": {
76358
- "type": "string"
76359
- },
76360
- "projectId": {
76361
- "type": "string"
76362
- },
76363
- "createdAt": {
76364
- "type": "number"
76365
- }
76366
- },
76367
- "required": [
76368
- "query",
76369
- "creatorId",
76370
- "title",
76371
- "groupId",
76372
- "ownerId",
76373
- "projectId",
76374
- "createdAt"
76375
- ],
76376
- "type": "object"
76377
- },
76378
76133
  "connect": {
76379
76134
  "properties": {
76380
76135
  "enabled": {
@@ -76642,6 +76397,11 @@
76642
76397
  },
76643
76398
  "type": "array"
76644
76399
  },
76400
+ "id": {
76401
+ "type": "string",
76402
+ "description": "The Team's unique identifier.",
76403
+ "example": "team_nllPyCtREAqxxdyFKbbMDlxd"
76404
+ },
76645
76405
  "slug": {
76646
76406
  "type": "string",
76647
76407
  "description": "The Team's slug, which is unique across the Vercel platform.",