@vercel/sdk 1.13.7 → 1.13.9

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 (300) hide show
  1. package/README.md +27 -21
  2. package/bin/mcp-server.js +2709 -1875
  3. package/bin/mcp-server.js.map +61 -54
  4. package/docs/sdks/domainsregistrar/README.md +73 -32
  5. package/docs/sdks/marketplace/README.md +150 -0
  6. package/esm/__tests__/accessgroups.test.js +2 -6
  7. package/esm/__tests__/accessgroups.test.js.map +1 -1
  8. package/esm/__tests__/domainsregistrar.test.js +33 -15
  9. package/esm/__tests__/domainsregistrar.test.js.map +1 -1
  10. package/esm/__tests__/edgeconfig.test.js +6 -6
  11. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  12. package/esm/__tests__/integrations.test.js +1 -1
  13. package/esm/__tests__/logdrains.test.js +2 -6
  14. package/esm/__tests__/logdrains.test.js.map +1 -1
  15. package/esm/__tests__/marketplace.test.js +16 -0
  16. package/esm/__tests__/marketplace.test.js.map +1 -1
  17. package/esm/__tests__/rollingrelease.test.js +1 -1
  18. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  19. package/esm/__tests__/security.test.js +4 -4
  20. package/esm/__tests__/security.test.js.map +1 -1
  21. package/esm/__tests__/teams.test.js +2 -2
  22. package/esm/__tests__/teams.test.js.map +1 -1
  23. package/esm/funcs/domainsRegistrarBuyDomains.d.ts +2 -2
  24. package/esm/funcs/domainsRegistrarBuyDomains.d.ts.map +1 -1
  25. package/esm/funcs/domainsRegistrarBuyDomains.js +8 -4
  26. package/esm/funcs/domainsRegistrarBuyDomains.js.map +1 -1
  27. package/esm/funcs/domainsRegistrarBuySingleDomain.js +5 -1
  28. package/esm/funcs/domainsRegistrarBuySingleDomain.js.map +1 -1
  29. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +2 -2
  30. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts.map +1 -1
  31. package/esm/funcs/domainsRegistrarGetBulkAvailability.js +8 -4
  32. package/esm/funcs/domainsRegistrarGetBulkAvailability.js.map +1 -1
  33. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +5 -1
  34. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js.map +1 -1
  35. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +5 -1
  36. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js.map +1 -1
  37. package/esm/funcs/domainsRegistrarGetDomainAvailability.js +5 -1
  38. package/esm/funcs/domainsRegistrarGetDomainAvailability.js.map +1 -1
  39. package/esm/funcs/domainsRegistrarGetDomainPrice.js +1 -0
  40. package/esm/funcs/domainsRegistrarGetDomainPrice.js.map +1 -1
  41. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +5 -1
  42. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js.map +1 -1
  43. package/esm/funcs/domainsRegistrarGetOrder.js +5 -1
  44. package/esm/funcs/domainsRegistrarGetOrder.js.map +1 -1
  45. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +2 -1
  46. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
  47. package/esm/funcs/domainsRegistrarGetSupportedTlds.js +17 -3
  48. package/esm/funcs/domainsRegistrarGetSupportedTlds.js.map +1 -1
  49. package/esm/funcs/domainsRegistrarGetTldPrice.js +1 -0
  50. package/esm/funcs/domainsRegistrarGetTldPrice.js.map +1 -1
  51. package/esm/funcs/domainsRegistrarRenewDomain.js +5 -1
  52. package/esm/funcs/domainsRegistrarRenewDomain.js.map +1 -1
  53. package/esm/funcs/domainsRegistrarTransferInDomain.js +5 -1
  54. package/esm/funcs/domainsRegistrarTransferInDomain.js.map +1 -1
  55. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +5 -1
  56. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
  57. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +5 -1
  58. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js.map +1 -1
  59. package/esm/funcs/marketplaceUpdateInstallation.d.ts +17 -0
  60. package/esm/funcs/marketplaceUpdateInstallation.d.ts.map +1 -0
  61. package/esm/funcs/marketplaceUpdateInstallation.js +82 -0
  62. package/esm/funcs/marketplaceUpdateInstallation.js.map +1 -0
  63. package/esm/funcs/marketplaceUpdateResource.d.ts +17 -0
  64. package/esm/funcs/marketplaceUpdateResource.d.ts.map +1 -0
  65. package/esm/funcs/marketplaceUpdateResource.js +85 -0
  66. package/esm/funcs/marketplaceUpdateResource.js.map +1 -0
  67. package/esm/funcs/projectsPauseProject.js +2 -2
  68. package/esm/funcs/projectsPauseProject.js.map +1 -1
  69. package/esm/lib/config.d.ts +3 -3
  70. package/esm/lib/config.js +3 -3
  71. package/esm/lib/config.js.map +1 -1
  72. package/esm/mcp-server/mcp-server.js +1 -1
  73. package/esm/mcp-server/server.d.ts.map +1 -1
  74. package/esm/mcp-server/server.js +5 -1
  75. package/esm/mcp-server/server.js.map +1 -1
  76. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts +1 -1
  77. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +2 -2
  78. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -1
  79. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts +1 -1
  80. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +2 -2
  81. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -1
  82. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts +5 -1
  83. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
  84. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +7 -2
  85. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -1
  86. package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts +7 -0
  87. package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts.map +1 -0
  88. package/esm/mcp-server/tools/marketplaceUpdateInstallation.js +27 -0
  89. package/esm/mcp-server/tools/marketplaceUpdateInstallation.js.map +1 -0
  90. package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts +7 -0
  91. package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts.map +1 -0
  92. package/esm/mcp-server/tools/marketplaceUpdateResource.js +28 -0
  93. package/esm/mcp-server/tools/marketplaceUpdateResource.js.map +1 -0
  94. package/esm/models/buydomainsop.d.ts +27 -0
  95. package/esm/models/buydomainsop.d.ts.map +1 -1
  96. package/esm/models/buydomainsop.js +35 -0
  97. package/esm/models/buydomainsop.js.map +1 -1
  98. package/esm/models/buysingledomainop.d.ts +10 -8
  99. package/esm/models/buysingledomainop.d.ts.map +1 -1
  100. package/esm/models/buysingledomainop.js +14 -13
  101. package/esm/models/buysingledomainop.js.map +1 -1
  102. package/esm/models/canceldeploymentop.d.ts +3 -10
  103. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  104. package/esm/models/canceldeploymentop.js +1 -4
  105. package/esm/models/canceldeploymentop.js.map +1 -1
  106. package/esm/models/createdeploymentop.d.ts +6 -10
  107. package/esm/models/createdeploymentop.d.ts.map +1 -1
  108. package/esm/models/createdeploymentop.js +2 -4
  109. package/esm/models/createdeploymentop.js.map +1 -1
  110. package/esm/models/createintegrationstoredirectop.d.ts +415 -285
  111. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  112. package/esm/models/createintegrationstoredirectop.js +477 -351
  113. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  114. package/esm/models/createprojectop.d.ts +130 -124
  115. package/esm/models/createprojectop.d.ts.map +1 -1
  116. package/esm/models/createprojectop.js +133 -131
  117. package/esm/models/createprojectop.js.map +1 -1
  118. package/esm/models/exchangessotokenop.d.ts +2 -0
  119. package/esm/models/exchangessotokenop.d.ts.map +1 -1
  120. package/esm/models/exchangessotokenop.js +4 -0
  121. package/esm/models/exchangessotokenop.js.map +1 -1
  122. package/esm/models/getbulkavailabilityop.d.ts +27 -0
  123. package/esm/models/getbulkavailabilityop.d.ts.map +1 -1
  124. package/esm/models/getbulkavailabilityop.js +36 -0
  125. package/esm/models/getbulkavailabilityop.js.map +1 -1
  126. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  127. package/esm/models/getconfigurationproductsop.js +465 -465
  128. package/esm/models/getcontactinfoschemaop.d.ts +2 -0
  129. package/esm/models/getcontactinfoschemaop.d.ts.map +1 -1
  130. package/esm/models/getcontactinfoschemaop.js +2 -0
  131. package/esm/models/getcontactinfoschemaop.js.map +1 -1
  132. package/esm/models/getdeploymentop.d.ts +3 -10
  133. package/esm/models/getdeploymentop.d.ts.map +1 -1
  134. package/esm/models/getdeploymentop.js +1 -4
  135. package/esm/models/getdeploymentop.js.map +1 -1
  136. package/esm/models/getdeploymentsop.d.ts +3 -0
  137. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  138. package/esm/models/getdeploymentsop.js +1 -0
  139. package/esm/models/getdeploymentsop.js.map +1 -1
  140. package/esm/models/getdomainauthcodeop.d.ts +2 -0
  141. package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
  142. package/esm/models/getdomainauthcodeop.js +2 -0
  143. package/esm/models/getdomainauthcodeop.js.map +1 -1
  144. package/esm/models/getdomainavailabilityop.d.ts +2 -0
  145. package/esm/models/getdomainavailabilityop.d.ts.map +1 -1
  146. package/esm/models/getdomainavailabilityop.js +2 -0
  147. package/esm/models/getdomainavailabilityop.js.map +1 -1
  148. package/esm/models/getdomainpriceop.d.ts +2 -0
  149. package/esm/models/getdomainpriceop.d.ts.map +1 -1
  150. package/esm/models/getdomainpriceop.js +2 -0
  151. package/esm/models/getdomainpriceop.js.map +1 -1
  152. package/esm/models/getdomaintransferinop.d.ts +2 -0
  153. package/esm/models/getdomaintransferinop.d.ts.map +1 -1
  154. package/esm/models/getdomaintransferinop.js +2 -0
  155. package/esm/models/getdomaintransferinop.js.map +1 -1
  156. package/esm/models/getorderop.d.ts +2 -0
  157. package/esm/models/getorderop.d.ts.map +1 -1
  158. package/esm/models/getorderop.js +2 -0
  159. package/esm/models/getorderop.js.map +1 -1
  160. package/esm/models/getprojectsop.d.ts +127 -124
  161. package/esm/models/getprojectsop.d.ts.map +1 -1
  162. package/esm/models/getprojectsop.js +132 -131
  163. package/esm/models/getprojectsop.js.map +1 -1
  164. package/esm/models/getsupportedtldsop.d.ts +29 -0
  165. package/esm/models/getsupportedtldsop.d.ts.map +1 -0
  166. package/esm/models/getsupportedtldsop.js +31 -0
  167. package/esm/models/getsupportedtldsop.js.map +1 -0
  168. package/esm/models/gettldpriceop.d.ts +2 -0
  169. package/esm/models/gettldpriceop.d.ts.map +1 -1
  170. package/esm/models/gettldpriceop.js +2 -0
  171. package/esm/models/gettldpriceop.js.map +1 -1
  172. package/esm/models/getwebhooksop.d.ts +3 -0
  173. package/esm/models/getwebhooksop.d.ts.map +1 -1
  174. package/esm/models/getwebhooksop.js +1 -0
  175. package/esm/models/getwebhooksop.js.map +1 -1
  176. package/esm/models/importresourceop.d.ts +68 -68
  177. package/esm/models/importresourceop.d.ts.map +1 -1
  178. package/esm/models/importresourceop.js +75 -72
  179. package/esm/models/importresourceop.js.map +1 -1
  180. package/esm/models/renewdomainop.d.ts +2 -0
  181. package/esm/models/renewdomainop.d.ts.map +1 -1
  182. package/esm/models/renewdomainop.js +2 -0
  183. package/esm/models/renewdomainop.js.map +1 -1
  184. package/esm/models/team.d.ts +10 -10
  185. package/esm/models/team.d.ts.map +1 -1
  186. package/esm/models/team.js +5 -5
  187. package/esm/models/team.js.map +1 -1
  188. package/esm/models/transferindomainop.d.ts +2 -0
  189. package/esm/models/transferindomainop.d.ts.map +1 -1
  190. package/esm/models/transferindomainop.js +2 -0
  191. package/esm/models/transferindomainop.js.map +1 -1
  192. package/esm/models/updatedomainautorenewop.d.ts +2 -0
  193. package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
  194. package/esm/models/updatedomainautorenewop.js +2 -0
  195. package/esm/models/updatedomainautorenewop.js.map +1 -1
  196. package/esm/models/updatedomainnameserversop.d.ts +2 -0
  197. package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
  198. package/esm/models/updatedomainnameserversop.js +2 -0
  199. package/esm/models/updatedomainnameserversop.js.map +1 -1
  200. package/esm/models/updateinstallationop.d.ts +242 -0
  201. package/esm/models/updateinstallationop.d.ts.map +1 -0
  202. package/esm/models/updateinstallationop.js +246 -0
  203. package/esm/models/updateinstallationop.js.map +1 -0
  204. package/esm/models/updateprojectdatacacheop.d.ts +127 -124
  205. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  206. package/esm/models/updateprojectdatacacheop.js +132 -131
  207. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  208. package/esm/models/updateprojectop.d.ts +130 -124
  209. package/esm/models/updateprojectop.d.ts.map +1 -1
  210. package/esm/models/updateprojectop.js +133 -131
  211. package/esm/models/updateprojectop.js.map +1 -1
  212. package/esm/models/updateresourceop.d.ts +432 -0
  213. package/esm/models/updateresourceop.d.ts.map +1 -0
  214. package/esm/models/updateresourceop.js +393 -0
  215. package/esm/models/updateresourceop.js.map +1 -0
  216. package/esm/models/userevent.d.ts +152 -6
  217. package/esm/models/userevent.d.ts.map +1 -1
  218. package/esm/models/userevent.js +112 -2
  219. package/esm/models/userevent.js.map +1 -1
  220. package/esm/sdk/domainsregistrar.d.ts +6 -5
  221. package/esm/sdk/domainsregistrar.d.ts.map +1 -1
  222. package/esm/sdk/domainsregistrar.js +2 -2
  223. package/esm/sdk/domainsregistrar.js.map +1 -1
  224. package/esm/sdk/marketplace.d.ts +16 -0
  225. package/esm/sdk/marketplace.d.ts.map +1 -1
  226. package/esm/sdk/marketplace.js +20 -0
  227. package/esm/sdk/marketplace.js.map +1 -1
  228. package/examples/package-lock.json +1 -1
  229. package/jsr.json +1 -1
  230. package/package.json +1 -1
  231. package/src/__tests__/accessgroups.test.ts +2 -6
  232. package/src/__tests__/domainsregistrar.test.ts +33 -15
  233. package/src/__tests__/edgeconfig.test.ts +6 -6
  234. package/src/__tests__/integrations.test.ts +1 -1
  235. package/src/__tests__/logdrains.test.ts +2 -6
  236. package/src/__tests__/marketplace.test.ts +19 -0
  237. package/src/__tests__/rollingrelease.test.ts +1 -1
  238. package/src/__tests__/security.test.ts +4 -4
  239. package/src/__tests__/teams.test.ts +2 -2
  240. package/src/funcs/domainsRegistrarBuyDomains.ts +12 -7
  241. package/src/funcs/domainsRegistrarBuySingleDomain.ts +6 -1
  242. package/src/funcs/domainsRegistrarGetBulkAvailability.ts +12 -7
  243. package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +6 -1
  244. package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +6 -1
  245. package/src/funcs/domainsRegistrarGetDomainAvailability.ts +6 -1
  246. package/src/funcs/domainsRegistrarGetDomainPrice.ts +1 -0
  247. package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +6 -1
  248. package/src/funcs/domainsRegistrarGetOrder.ts +6 -1
  249. package/src/funcs/domainsRegistrarGetSupportedTlds.ts +26 -0
  250. package/src/funcs/domainsRegistrarGetTldPrice.ts +1 -0
  251. package/src/funcs/domainsRegistrarRenewDomain.ts +6 -1
  252. package/src/funcs/domainsRegistrarTransferInDomain.ts +6 -1
  253. package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +6 -1
  254. package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +6 -1
  255. package/src/funcs/marketplaceUpdateInstallation.ts +174 -0
  256. package/src/funcs/marketplaceUpdateResource.ts +179 -0
  257. package/src/funcs/projectsPauseProject.ts +2 -2
  258. package/src/lib/config.ts +3 -3
  259. package/src/mcp-server/mcp-server.ts +1 -1
  260. package/src/mcp-server/server.ts +5 -1
  261. package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +2 -2
  262. package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +2 -2
  263. package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +11 -2
  264. package/src/mcp-server/tools/marketplaceUpdateInstallation.ts +35 -0
  265. package/src/mcp-server/tools/marketplaceUpdateResource.ts +37 -0
  266. package/src/models/buydomainsop.ts +70 -0
  267. package/src/models/buysingledomainop.ts +20 -14
  268. package/src/models/canceldeploymentop.ts +1 -14
  269. package/src/models/createdeploymentop.ts +2 -14
  270. package/src/models/createintegrationstoredirectop.ts +821 -604
  271. package/src/models/createprojectop.ts +257 -255
  272. package/src/models/exchangessotokenop.ts +6 -0
  273. package/src/models/getbulkavailabilityop.ts +71 -0
  274. package/src/models/getconfigurationproductsop.ts +802 -802
  275. package/src/models/getcontactinfoschemaop.ts +4 -0
  276. package/src/models/getdeploymentop.ts +1 -14
  277. package/src/models/getdeploymentsop.ts +1 -0
  278. package/src/models/getdomainauthcodeop.ts +4 -0
  279. package/src/models/getdomainavailabilityop.ts +4 -0
  280. package/src/models/getdomainpriceop.ts +4 -0
  281. package/src/models/getdomaintransferinop.ts +4 -0
  282. package/src/models/getorderop.ts +4 -0
  283. package/src/models/getprojectsop.ts +256 -255
  284. package/src/models/getsupportedtldsop.ts +66 -0
  285. package/src/models/gettldpriceop.ts +4 -0
  286. package/src/models/getwebhooksop.ts +1 -0
  287. package/src/models/importresourceop.ts +142 -115
  288. package/src/models/renewdomainop.ts +4 -0
  289. package/src/models/team.ts +12 -12
  290. package/src/models/transferindomainop.ts +4 -0
  291. package/src/models/updatedomainautorenewop.ts +4 -0
  292. package/src/models/updatedomainnameserversop.ts +4 -0
  293. package/src/models/updateinstallationop.ts +488 -0
  294. package/src/models/updateprojectdatacacheop.ts +256 -255
  295. package/src/models/updateprojectop.ts +257 -255
  296. package/src/models/updateresourceop.ts +823 -0
  297. package/src/models/userevent.ts +220 -2
  298. package/src/sdk/domainsregistrar.ts +7 -4
  299. package/src/sdk/marketplace.ts +41 -0
  300. package/vercel-spec.json +1824 -1187
@@ -644,6 +644,7 @@ export const UpdateProjectDataCacheFramework = {
644
644
  Vuepress: "vuepress",
645
645
  Parcel: "parcel",
646
646
  Fastapi: "fastapi",
647
+ Flask: "flask",
647
648
  Fasthtml: "fasthtml",
648
649
  SanityV3: "sanity-v3",
649
650
  Sanity: "sanity",
@@ -1348,9 +1349,17 @@ export type Permissions = {
1348
1349
  userSudo?: Array<ACLAction> | undefined;
1349
1350
  webAuthn?: Array<ACLAction> | undefined;
1350
1351
  accessGroup?: Array<ACLAction> | undefined;
1352
+ agent?: Array<ACLAction> | undefined;
1353
+ alerts?: Array<ACLAction> | undefined;
1351
1354
  aliasGlobal?: Array<ACLAction> | undefined;
1352
1355
  analyticsSampling?: Array<ACLAction> | undefined;
1353
1356
  analyticsUsage?: Array<ACLAction> | undefined;
1357
+ apiKey?: Array<ACLAction> | undefined;
1358
+ apiKeyAiGateway?: Array<ACLAction> | undefined;
1359
+ apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1360
+ oauth2Application?: Array<ACLAction> | undefined;
1361
+ vercelAppInstallation?: Array<ACLAction> | undefined;
1362
+ vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1354
1363
  auditLog?: Array<ACLAction> | undefined;
1355
1364
  billingAddress?: Array<ACLAction> | undefined;
1356
1365
  billingInformation?: Array<ACLAction> | undefined;
@@ -1362,6 +1371,7 @@ export type Permissions = {
1362
1371
  billingRefund?: Array<ACLAction> | undefined;
1363
1372
  billingTaxId?: Array<ACLAction> | undefined;
1364
1373
  blob?: Array<ACLAction> | undefined;
1374
+ blobStoreTokenSet?: Array<ACLAction> | undefined;
1365
1375
  budget?: Array<ACLAction> | undefined;
1366
1376
  cacheArtifact?: Array<ACLAction> | undefined;
1367
1377
  cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
@@ -1369,6 +1379,7 @@ export type Permissions = {
1369
1379
  concurrentBuilds?: Array<ACLAction> | undefined;
1370
1380
  connect?: Array<ACLAction> | undefined;
1371
1381
  connectConfiguration?: Array<ACLAction> | undefined;
1382
+ dataCacheBillingSettings?: Array<ACLAction> | undefined;
1372
1383
  defaultDeploymentProtection?: Array<ACLAction> | undefined;
1373
1384
  domain?: Array<ACLAction> | undefined;
1374
1385
  domainAcceptDelegation?: Array<ACLAction> | undefined;
@@ -1379,40 +1390,46 @@ export type Permissions = {
1379
1390
  domainPurchase?: Array<ACLAction> | undefined;
1380
1391
  domainRecord?: Array<ACLAction> | undefined;
1381
1392
  domainTransferIn?: Array<ACLAction> | undefined;
1393
+ drain?: Array<ACLAction> | undefined;
1394
+ edgeConfig?: Array<ACLAction> | undefined;
1395
+ edgeConfigItem?: Array<ACLAction> | undefined;
1396
+ edgeConfigSchema?: Array<ACLAction> | undefined;
1397
+ edgeConfigToken?: Array<ACLAction> | undefined;
1398
+ endpointVerification?: Array<ACLAction> | undefined;
1382
1399
  event?: Array<ACLAction> | undefined;
1383
- ownEvent?: Array<ACLAction> | undefined;
1384
- sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
1385
1400
  fileUpload?: Array<ACLAction> | undefined;
1386
1401
  flagsExplorerSubscription?: Array<ACLAction> | undefined;
1387
1402
  gitRepository?: Array<ACLAction> | undefined;
1388
- ipBlocking?: Array<ACLAction> | undefined;
1389
1403
  imageOptimizationNewPrice?: Array<ACLAction> | undefined;
1390
1404
  integration?: Array<ACLAction> | undefined;
1391
1405
  integrationAccount?: Array<ACLAction> | undefined;
1392
1406
  integrationConfiguration?: Array<ACLAction> | undefined;
1393
- integrationConfigurationTransfer?: Array<ACLAction> | undefined;
1394
1407
  integrationConfigurationProjects?: Array<ACLAction> | undefined;
1395
- integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
1396
1408
  integrationConfigurationRole?: Array<ACLAction> | undefined;
1397
- integrationSSOSession?: Array<ACLAction> | undefined;
1398
- integrationResource?: Array<ACLAction> | undefined;
1409
+ integrationConfigurationTransfer?: Array<ACLAction> | undefined;
1410
+ integrationDeploymentAction?: Array<ACLAction> | undefined;
1399
1411
  integrationEvent?: Array<ACLAction> | undefined;
1412
+ integrationResource?: Array<ACLAction> | undefined;
1413
+ integrationResourceReplCommand?: Array<ACLAction> | undefined;
1400
1414
  integrationResourceSecrets?: Array<ACLAction> | undefined;
1401
- integrationDeploymentAction?: Array<ACLAction> | undefined;
1402
- marketplaceInstallationMember?: Array<ACLAction> | undefined;
1415
+ integrationSSOSession?: Array<ACLAction> | undefined;
1416
+ integrationStoreTokenSet?: Array<ACLAction> | undefined;
1417
+ integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
1418
+ ipBlocking?: Array<ACLAction> | undefined;
1419
+ jobGlobal?: Array<ACLAction> | undefined;
1420
+ logDrain?: Array<ACLAction> | undefined;
1403
1421
  marketplaceBillingData?: Array<ACLAction> | undefined;
1422
+ marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1423
+ marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1424
+ marketplaceInstallationMember?: Array<ACLAction> | undefined;
1404
1425
  marketplaceInvoice?: Array<ACLAction> | undefined;
1405
1426
  marketplaceSettings?: Array<ACLAction> | undefined;
1406
- marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1407
- marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1408
- jobGlobal?: Array<ACLAction> | undefined;
1409
- drain?: Array<ACLAction> | undefined;
1410
- logDrain?: Array<ACLAction> | undefined;
1411
1427
  monitoring?: Array<ACLAction> | undefined;
1412
- monitoringSettings?: Array<ACLAction> | undefined;
1413
- monitoringQuery?: Array<ACLAction> | undefined;
1414
- monitoringChart?: Array<ACLAction> | undefined;
1415
1428
  monitoringAlert?: Array<ACLAction> | undefined;
1429
+ monitoringChart?: Array<ACLAction> | undefined;
1430
+ monitoringQuery?: Array<ACLAction> | undefined;
1431
+ monitoringSettings?: Array<ACLAction> | undefined;
1432
+ notificationCustomerBudget?: Array<ACLAction> | undefined;
1416
1433
  notificationDeploymentFailed?: Array<ACLAction> | undefined;
1417
1434
  notificationDomainConfiguration?: Array<ACLAction> | undefined;
1418
1435
  notificationDomainExpire?: Array<ACLAction> | undefined;
@@ -1423,42 +1440,37 @@ export type Permissions = {
1423
1440
  notificationDomainUnverified?: Array<ACLAction> | undefined;
1424
1441
  notificationMonitoringAlert?: Array<ACLAction> | undefined;
1425
1442
  notificationPaymentFailed?: Array<ACLAction> | undefined;
1426
- notificationUsageAlert?: Array<ACLAction> | undefined;
1427
1443
  notificationPreferences?: Array<ACLAction> | undefined;
1428
- notificationCustomerBudget?: Array<ACLAction> | undefined;
1429
1444
  notificationStatementOfReasons?: Array<ACLAction> | undefined;
1445
+ notificationUsageAlert?: Array<ACLAction> | undefined;
1430
1446
  observabilityConfiguration?: Array<ACLAction> | undefined;
1431
- alerts?: Array<ACLAction> | undefined;
1432
- observabilityNotebook?: Array<ACLAction> | undefined;
1433
1447
  observabilityFunnel?: Array<ACLAction> | undefined;
1448
+ observabilityNotebook?: Array<ACLAction> | undefined;
1434
1449
  openTelemetryEndpoint?: Array<ACLAction> | undefined;
1435
- vercelAppInstallation?: Array<ACLAction> | undefined;
1436
- vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1450
+ ownEvent?: Array<ACLAction> | undefined;
1451
+ passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
1437
1452
  paymentMethod?: Array<ACLAction> | undefined;
1438
1453
  permissions?: Array<ACLAction> | undefined;
1439
1454
  postgres?: Array<ACLAction> | undefined;
1455
+ postgresStoreTokenSet?: Array<ACLAction> | undefined;
1440
1456
  previewDeploymentSuffix?: Array<ACLAction> | undefined;
1457
+ projectTransferIn?: Array<ACLAction> | undefined;
1441
1458
  proTrialOnboarding?: Array<ACLAction> | undefined;
1442
- sharedEnvVars?: Array<ACLAction> | undefined;
1443
- sharedEnvVarsProduction?: Array<ACLAction> | undefined;
1444
- space?: Array<ACLAction> | undefined;
1445
- spaceRun?: Array<ACLAction> | undefined;
1446
- passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
1447
1459
  rateLimit?: Array<ACLAction> | undefined;
1448
1460
  redis?: Array<ACLAction> | undefined;
1449
- repository?: Array<ACLAction> | undefined;
1461
+ redisStoreTokenSet?: Array<ACLAction> | undefined;
1450
1462
  remoteCaching?: Array<ACLAction> | undefined;
1463
+ repository?: Array<ACLAction> | undefined;
1451
1464
  samlConfig?: Array<ACLAction> | undefined;
1452
1465
  secret?: Array<ACLAction> | undefined;
1453
- redisStoreTokenSet?: Array<ACLAction> | undefined;
1454
- blobStoreTokenSet?: Array<ACLAction> | undefined;
1455
- postgresStoreTokenSet?: Array<ACLAction> | undefined;
1456
- integrationStoreTokenSet?: Array<ACLAction> | undefined;
1457
- integrationResourceReplCommand?: Array<ACLAction> | undefined;
1466
+ sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
1467
+ sharedEnvVars?: Array<ACLAction> | undefined;
1468
+ sharedEnvVarsProduction?: Array<ACLAction> | undefined;
1469
+ space?: Array<ACLAction> | undefined;
1470
+ spaceRun?: Array<ACLAction> | undefined;
1458
1471
  storeTransfer?: Array<ACLAction> | undefined;
1459
1472
  supportCase?: Array<ACLAction> | undefined;
1460
1473
  supportCaseComment?: Array<ACLAction> | undefined;
1461
- dataCacheBillingSettings?: Array<ACLAction> | undefined;
1462
1474
  team?: Array<ACLAction> | undefined;
1463
1475
  teamAccessRequest?: Array<ACLAction> | undefined;
1464
1476
  teamFellowMembership?: Array<ACLAction> | undefined;
@@ -1473,26 +1485,15 @@ export type Permissions = {
1473
1485
  token?: Array<ACLAction> | undefined;
1474
1486
  usage?: Array<ACLAction> | undefined;
1475
1487
  usageCycle?: Array<ACLAction> | undefined;
1488
+ vercelRun?: Array<ACLAction> | undefined;
1489
+ vercelRunExec?: Array<ACLAction> | undefined;
1476
1490
  vpcPeeringConnection?: Array<ACLAction> | undefined;
1477
1491
  webAnalyticsPlan?: Array<ACLAction> | undefined;
1478
- edgeConfig?: Array<ACLAction> | undefined;
1479
- edgeConfigItem?: Array<ACLAction> | undefined;
1480
- edgeConfigSchema?: Array<ACLAction> | undefined;
1481
- edgeConfigToken?: Array<ACLAction> | undefined;
1482
1492
  webhook?: Array<ACLAction> | undefined;
1483
1493
  webhookEvent?: Array<ACLAction> | undefined;
1484
- endpointVerification?: Array<ACLAction> | undefined;
1485
- projectTransferIn?: Array<ACLAction> | undefined;
1486
- oauth2Application?: Array<ACLAction> | undefined;
1487
- vercelRun?: Array<ACLAction> | undefined;
1488
- vercelRunExec?: Array<ACLAction> | undefined;
1489
- apiKey?: Array<ACLAction> | undefined;
1490
- apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1491
- apiKeyAiGateway?: Array<ACLAction> | undefined;
1492
1494
  aliasProject?: Array<ACLAction> | undefined;
1493
1495
  aliasProtectionBypass?: Array<ACLAction> | undefined;
1494
1496
  buildMachine?: Array<ACLAction> | undefined;
1495
- productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1496
1497
  connectConfigurationLink?: Array<ACLAction> | undefined;
1497
1498
  dataCacheNamespace?: Array<ACLAction> | undefined;
1498
1499
  deployment?: Array<ACLAction> | undefined;
@@ -1508,54 +1509,54 @@ export type Permissions = {
1508
1509
  deploymentRollback?: Array<ACLAction> | undefined;
1509
1510
  edgeCacheNamespace?: Array<ACLAction> | undefined;
1510
1511
  environments?: Array<ACLAction> | undefined;
1512
+ job?: Array<ACLAction> | undefined;
1511
1513
  logs?: Array<ACLAction> | undefined;
1512
1514
  logsPreset?: Array<ACLAction> | undefined;
1513
- passwordProtection?: Array<ACLAction> | undefined;
1514
- optionsAllowlist?: Array<ACLAction> | undefined;
1515
- job?: Array<ACLAction> | undefined;
1516
1515
  observabilityData?: Array<ACLAction> | undefined;
1517
1516
  onDemandBuild?: Array<ACLAction> | undefined;
1518
1517
  onDemandConcurrency?: Array<ACLAction> | undefined;
1518
+ optionsAllowlist?: Array<ACLAction> | undefined;
1519
+ passwordProtection?: Array<ACLAction> | undefined;
1520
+ productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1519
1521
  project?: Array<ACLAction> | undefined;
1520
- projectFromV0?: Array<ACLAction> | undefined;
1521
1522
  projectAccessGroup?: Array<ACLAction> | undefined;
1522
1523
  projectAnalyticsSampling?: Array<ACLAction> | undefined;
1524
+ projectAnalyticsUsage?: Array<ACLAction> | undefined;
1523
1525
  projectCheck?: Array<ACLAction> | undefined;
1524
1526
  projectCheckRun?: Array<ACLAction> | undefined;
1527
+ projectDeploymentExpiration?: Array<ACLAction> | undefined;
1525
1528
  projectDeploymentHook?: Array<ACLAction> | undefined;
1526
1529
  projectDomain?: Array<ACLAction> | undefined;
1527
- projectDomainMove?: Array<ACLAction> | undefined;
1528
1530
  projectDomainCheckConfig?: Array<ACLAction> | undefined;
1531
+ projectDomainMove?: Array<ACLAction> | undefined;
1529
1532
  projectEnvVars?: Array<ACLAction> | undefined;
1530
1533
  projectEnvVarsProduction?: Array<ACLAction> | undefined;
1531
1534
  projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
1532
1535
  projectFlags?: Array<ACLAction> | undefined;
1536
+ projectFromV0?: Array<ACLAction> | undefined;
1533
1537
  projectId?: Array<ACLAction> | undefined;
1534
1538
  projectIntegrationConfiguration?: Array<ACLAction> | undefined;
1535
1539
  projectLink?: Array<ACLAction> | undefined;
1536
1540
  projectMember?: Array<ACLAction> | undefined;
1537
1541
  projectMonitoring?: Array<ACLAction> | undefined;
1542
+ projectOIDCToken?: Array<ACLAction> | undefined;
1538
1543
  projectPermissions?: Array<ACLAction> | undefined;
1539
1544
  projectProductionBranch?: Array<ACLAction> | undefined;
1540
- projectTransfer?: Array<ACLAction> | undefined;
1541
- projectTransferOut?: Array<ACLAction> | undefined;
1542
1545
  projectProtectionBypass?: Array<ACLAction> | undefined;
1543
- projectUsage?: Array<ACLAction> | undefined;
1544
- projectAnalyticsUsage?: Array<ACLAction> | undefined;
1546
+ projectRollingRelease?: Array<ACLAction> | undefined;
1545
1547
  projectSupportCase?: Array<ACLAction> | undefined;
1546
1548
  projectSupportCaseComment?: Array<ACLAction> | undefined;
1547
- projectDeploymentExpiration?: Array<ACLAction> | undefined;
1548
- projectRollingRelease?: Array<ACLAction> | undefined;
1549
1549
  projectTier?: Array<ACLAction> | undefined;
1550
- projectOIDCToken?: Array<ACLAction> | undefined;
1550
+ projectTransfer?: Array<ACLAction> | undefined;
1551
+ projectTransferOut?: Array<ACLAction> | undefined;
1552
+ projectUsage?: Array<ACLAction> | undefined;
1551
1553
  seawallConfig?: Array<ACLAction> | undefined;
1554
+ sharedEnvVarConnection?: Array<ACLAction> | undefined;
1552
1555
  skewProtection?: Array<ACLAction> | undefined;
1553
1556
  analytics?: Array<ACLAction> | undefined;
1554
1557
  trustedIps?: Array<ACLAction> | undefined;
1555
1558
  v0Chat?: Array<ACLAction> | undefined;
1556
1559
  webAnalytics?: Array<ACLAction> | undefined;
1557
- sharedEnvVarConnection?: Array<ACLAction> | undefined;
1558
- sonar?: Array<ACLAction> | undefined;
1559
1560
  };
1560
1561
 
1561
1562
  export type LastRollbackTarget = {};
@@ -8443,9 +8444,17 @@ export const Permissions$inboundSchema: z.ZodType<
8443
8444
  userSudo: z.array(ACLAction$inboundSchema).optional(),
8444
8445
  webAuthn: z.array(ACLAction$inboundSchema).optional(),
8445
8446
  accessGroup: z.array(ACLAction$inboundSchema).optional(),
8447
+ agent: z.array(ACLAction$inboundSchema).optional(),
8448
+ alerts: z.array(ACLAction$inboundSchema).optional(),
8446
8449
  aliasGlobal: z.array(ACLAction$inboundSchema).optional(),
8447
8450
  analyticsSampling: z.array(ACLAction$inboundSchema).optional(),
8448
8451
  analyticsUsage: z.array(ACLAction$inboundSchema).optional(),
8452
+ apiKey: z.array(ACLAction$inboundSchema).optional(),
8453
+ apiKeyAiGateway: z.array(ACLAction$inboundSchema).optional(),
8454
+ apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
8455
+ oauth2Application: z.array(ACLAction$inboundSchema).optional(),
8456
+ vercelAppInstallation: z.array(ACLAction$inboundSchema).optional(),
8457
+ vercelAppInstallationRequest: z.array(ACLAction$inboundSchema).optional(),
8449
8458
  auditLog: z.array(ACLAction$inboundSchema).optional(),
8450
8459
  billingAddress: z.array(ACLAction$inboundSchema).optional(),
8451
8460
  billingInformation: z.array(ACLAction$inboundSchema).optional(),
@@ -8457,6 +8466,7 @@ export const Permissions$inboundSchema: z.ZodType<
8457
8466
  billingRefund: z.array(ACLAction$inboundSchema).optional(),
8458
8467
  billingTaxId: z.array(ACLAction$inboundSchema).optional(),
8459
8468
  blob: z.array(ACLAction$inboundSchema).optional(),
8469
+ blobStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8460
8470
  budget: z.array(ACLAction$inboundSchema).optional(),
8461
8471
  cacheArtifact: z.array(ACLAction$inboundSchema).optional(),
8462
8472
  cacheArtifactUsageEvent: z.array(ACLAction$inboundSchema).optional(),
@@ -8464,6 +8474,7 @@ export const Permissions$inboundSchema: z.ZodType<
8464
8474
  concurrentBuilds: z.array(ACLAction$inboundSchema).optional(),
8465
8475
  connect: z.array(ACLAction$inboundSchema).optional(),
8466
8476
  connectConfiguration: z.array(ACLAction$inboundSchema).optional(),
8477
+ dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
8467
8478
  defaultDeploymentProtection: z.array(ACLAction$inboundSchema).optional(),
8468
8479
  domain: z.array(ACLAction$inboundSchema).optional(),
8469
8480
  domainAcceptDelegation: z.array(ACLAction$inboundSchema).optional(),
@@ -8474,43 +8485,48 @@ export const Permissions$inboundSchema: z.ZodType<
8474
8485
  domainPurchase: z.array(ACLAction$inboundSchema).optional(),
8475
8486
  domainRecord: z.array(ACLAction$inboundSchema).optional(),
8476
8487
  domainTransferIn: z.array(ACLAction$inboundSchema).optional(),
8488
+ drain: z.array(ACLAction$inboundSchema).optional(),
8489
+ edgeConfig: z.array(ACLAction$inboundSchema).optional(),
8490
+ edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
8491
+ edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
8492
+ edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
8493
+ endpointVerification: z.array(ACLAction$inboundSchema).optional(),
8477
8494
  event: z.array(ACLAction$inboundSchema).optional(),
8478
- ownEvent: z.array(ACLAction$inboundSchema).optional(),
8479
- sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
8480
- .optional(),
8481
8495
  fileUpload: z.array(ACLAction$inboundSchema).optional(),
8482
8496
  flagsExplorerSubscription: z.array(ACLAction$inboundSchema).optional(),
8483
8497
  gitRepository: z.array(ACLAction$inboundSchema).optional(),
8484
- ipBlocking: z.array(ACLAction$inboundSchema).optional(),
8485
8498
  imageOptimizationNewPrice: z.array(ACLAction$inboundSchema).optional(),
8486
8499
  integration: z.array(ACLAction$inboundSchema).optional(),
8487
8500
  integrationAccount: z.array(ACLAction$inboundSchema).optional(),
8488
8501
  integrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
8489
- integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
8490
8502
  integrationConfigurationProjects: z.array(ACLAction$inboundSchema).optional(),
8491
- integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
8492
- .optional(),
8493
8503
  integrationConfigurationRole: z.array(ACLAction$inboundSchema).optional(),
8494
- integrationSSOSession: z.array(ACLAction$inboundSchema).optional(),
8495
- integrationResource: z.array(ACLAction$inboundSchema).optional(),
8504
+ integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
8505
+ integrationDeploymentAction: z.array(ACLAction$inboundSchema).optional(),
8496
8506
  integrationEvent: z.array(ACLAction$inboundSchema).optional(),
8507
+ integrationResource: z.array(ACLAction$inboundSchema).optional(),
8508
+ integrationResourceReplCommand: z.array(ACLAction$inboundSchema).optional(),
8497
8509
  integrationResourceSecrets: z.array(ACLAction$inboundSchema).optional(),
8498
- integrationDeploymentAction: z.array(ACLAction$inboundSchema).optional(),
8499
- marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
8500
- marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
8501
- marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
8502
- marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
8503
- marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
8504
- marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
8510
+ integrationSSOSession: z.array(ACLAction$inboundSchema).optional(),
8511
+ integrationStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8512
+ integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
8505
8513
  .optional(),
8514
+ ipBlocking: z.array(ACLAction$inboundSchema).optional(),
8506
8515
  jobGlobal: z.array(ACLAction$inboundSchema).optional(),
8507
- drain: z.array(ACLAction$inboundSchema).optional(),
8508
8516
  logDrain: z.array(ACLAction$inboundSchema).optional(),
8517
+ marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
8518
+ marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
8519
+ .optional(),
8520
+ marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
8521
+ marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
8522
+ marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
8523
+ marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
8509
8524
  Monitoring: z.array(ACLAction$inboundSchema).optional(),
8510
- monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
8511
- monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
8512
- monitoringChart: z.array(ACLAction$inboundSchema).optional(),
8513
8525
  monitoringAlert: z.array(ACLAction$inboundSchema).optional(),
8526
+ monitoringChart: z.array(ACLAction$inboundSchema).optional(),
8527
+ monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
8528
+ monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
8529
+ notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
8514
8530
  notificationDeploymentFailed: z.array(ACLAction$inboundSchema).optional(),
8515
8531
  notificationDomainConfiguration: z.array(ACLAction$inboundSchema).optional(),
8516
8532
  notificationDomainExpire: z.array(ACLAction$inboundSchema).optional(),
@@ -8521,42 +8537,38 @@ export const Permissions$inboundSchema: z.ZodType<
8521
8537
  notificationDomainUnverified: z.array(ACLAction$inboundSchema).optional(),
8522
8538
  NotificationMonitoringAlert: z.array(ACLAction$inboundSchema).optional(),
8523
8539
  notificationPaymentFailed: z.array(ACLAction$inboundSchema).optional(),
8524
- notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
8525
8540
  notificationPreferences: z.array(ACLAction$inboundSchema).optional(),
8526
- notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
8527
8541
  notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
8542
+ notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
8528
8543
  observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
8529
- alerts: z.array(ACLAction$inboundSchema).optional(),
8530
- observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
8531
8544
  observabilityFunnel: z.array(ACLAction$inboundSchema).optional(),
8545
+ observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
8532
8546
  openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
8533
- vercelAppInstallation: z.array(ACLAction$inboundSchema).optional(),
8534
- vercelAppInstallationRequest: z.array(ACLAction$inboundSchema).optional(),
8547
+ ownEvent: z.array(ACLAction$inboundSchema).optional(),
8548
+ passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
8535
8549
  paymentMethod: z.array(ACLAction$inboundSchema).optional(),
8536
8550
  permissions: z.array(ACLAction$inboundSchema).optional(),
8537
8551
  postgres: z.array(ACLAction$inboundSchema).optional(),
8552
+ postgresStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8538
8553
  previewDeploymentSuffix: z.array(ACLAction$inboundSchema).optional(),
8554
+ projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
8539
8555
  proTrialOnboarding: z.array(ACLAction$inboundSchema).optional(),
8540
- sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
8541
- sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
8542
- space: z.array(ACLAction$inboundSchema).optional(),
8543
- spaceRun: z.array(ACLAction$inboundSchema).optional(),
8544
- passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
8545
8556
  rateLimit: z.array(ACLAction$inboundSchema).optional(),
8546
8557
  redis: z.array(ACLAction$inboundSchema).optional(),
8547
- repository: z.array(ACLAction$inboundSchema).optional(),
8558
+ redisStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8548
8559
  remoteCaching: z.array(ACLAction$inboundSchema).optional(),
8560
+ repository: z.array(ACLAction$inboundSchema).optional(),
8549
8561
  samlConfig: z.array(ACLAction$inboundSchema).optional(),
8550
8562
  secret: z.array(ACLAction$inboundSchema).optional(),
8551
- redisStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8552
- blobStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8553
- postgresStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8554
- integrationStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8555
- integrationResourceReplCommand: z.array(ACLAction$inboundSchema).optional(),
8563
+ sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
8564
+ .optional(),
8565
+ sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
8566
+ sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
8567
+ space: z.array(ACLAction$inboundSchema).optional(),
8568
+ spaceRun: z.array(ACLAction$inboundSchema).optional(),
8556
8569
  storeTransfer: z.array(ACLAction$inboundSchema).optional(),
8557
8570
  supportCase: z.array(ACLAction$inboundSchema).optional(),
8558
8571
  supportCaseComment: z.array(ACLAction$inboundSchema).optional(),
8559
- dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
8560
8572
  team: z.array(ACLAction$inboundSchema).optional(),
8561
8573
  teamAccessRequest: z.array(ACLAction$inboundSchema).optional(),
8562
8574
  teamFellowMembership: z.array(ACLAction$inboundSchema).optional(),
@@ -8571,26 +8583,15 @@ export const Permissions$inboundSchema: z.ZodType<
8571
8583
  token: z.array(ACLAction$inboundSchema).optional(),
8572
8584
  usage: z.array(ACLAction$inboundSchema).optional(),
8573
8585
  usageCycle: z.array(ACLAction$inboundSchema).optional(),
8586
+ vercelRun: z.array(ACLAction$inboundSchema).optional(),
8587
+ vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
8574
8588
  vpcPeeringConnection: z.array(ACLAction$inboundSchema).optional(),
8575
8589
  webAnalyticsPlan: z.array(ACLAction$inboundSchema).optional(),
8576
- edgeConfig: z.array(ACLAction$inboundSchema).optional(),
8577
- edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
8578
- edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
8579
- edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
8580
8590
  webhook: z.array(ACLAction$inboundSchema).optional(),
8581
8591
  "webhook-event": z.array(ACLAction$inboundSchema).optional(),
8582
- endpointVerification: z.array(ACLAction$inboundSchema).optional(),
8583
- projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
8584
- oauth2Application: z.array(ACLAction$inboundSchema).optional(),
8585
- vercelRun: z.array(ACLAction$inboundSchema).optional(),
8586
- vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
8587
- apiKey: z.array(ACLAction$inboundSchema).optional(),
8588
- apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
8589
- apiKeyAiGateway: z.array(ACLAction$inboundSchema).optional(),
8590
8592
  aliasProject: z.array(ACLAction$inboundSchema).optional(),
8591
8593
  aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
8592
8594
  buildMachine: z.array(ACLAction$inboundSchema).optional(),
8593
- productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
8594
8595
  connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
8595
8596
  dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
8596
8597
  deployment: z.array(ACLAction$inboundSchema).optional(),
@@ -8607,55 +8608,55 @@ export const Permissions$inboundSchema: z.ZodType<
8607
8608
  deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
8608
8609
  edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
8609
8610
  environments: z.array(ACLAction$inboundSchema).optional(),
8611
+ job: z.array(ACLAction$inboundSchema).optional(),
8610
8612
  logs: z.array(ACLAction$inboundSchema).optional(),
8611
8613
  logsPreset: z.array(ACLAction$inboundSchema).optional(),
8612
- passwordProtection: z.array(ACLAction$inboundSchema).optional(),
8613
- optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
8614
- job: z.array(ACLAction$inboundSchema).optional(),
8615
8614
  observabilityData: z.array(ACLAction$inboundSchema).optional(),
8616
8615
  onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
8617
8616
  onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
8617
+ optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
8618
+ passwordProtection: z.array(ACLAction$inboundSchema).optional(),
8619
+ productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
8618
8620
  project: z.array(ACLAction$inboundSchema).optional(),
8619
- projectFromV0: z.array(ACLAction$inboundSchema).optional(),
8620
8621
  projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
8621
8622
  projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
8623
+ projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
8622
8624
  projectCheck: z.array(ACLAction$inboundSchema).optional(),
8623
8625
  projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
8626
+ projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
8624
8627
  projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
8625
8628
  projectDomain: z.array(ACLAction$inboundSchema).optional(),
8626
- projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
8627
8629
  projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
8630
+ projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
8628
8631
  projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
8629
8632
  projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
8630
8633
  projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
8631
8634
  .optional(),
8632
8635
  projectFlags: z.array(ACLAction$inboundSchema).optional(),
8636
+ projectFromV0: z.array(ACLAction$inboundSchema).optional(),
8633
8637
  projectId: z.array(ACLAction$inboundSchema).optional(),
8634
8638
  projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
8635
8639
  projectLink: z.array(ACLAction$inboundSchema).optional(),
8636
8640
  projectMember: z.array(ACLAction$inboundSchema).optional(),
8637
8641
  projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
8642
+ projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
8638
8643
  projectPermissions: z.array(ACLAction$inboundSchema).optional(),
8639
8644
  projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
8640
- projectTransfer: z.array(ACLAction$inboundSchema).optional(),
8641
- projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
8642
8645
  projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
8643
- projectUsage: z.array(ACLAction$inboundSchema).optional(),
8644
- projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
8646
+ projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
8645
8647
  projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
8646
8648
  projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
8647
- projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
8648
- projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
8649
8649
  projectTier: z.array(ACLAction$inboundSchema).optional(),
8650
- projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
8650
+ projectTransfer: z.array(ACLAction$inboundSchema).optional(),
8651
+ projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
8652
+ projectUsage: z.array(ACLAction$inboundSchema).optional(),
8651
8653
  seawallConfig: z.array(ACLAction$inboundSchema).optional(),
8654
+ sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
8652
8655
  skewProtection: z.array(ACLAction$inboundSchema).optional(),
8653
8656
  analytics: z.array(ACLAction$inboundSchema).optional(),
8654
8657
  trustedIps: z.array(ACLAction$inboundSchema).optional(),
8655
8658
  v0Chat: z.array(ACLAction$inboundSchema).optional(),
8656
8659
  webAnalytics: z.array(ACLAction$inboundSchema).optional(),
8657
- sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
8658
- sonar: z.array(ACLAction$inboundSchema).optional(),
8659
8660
  }).transform((v) => {
8660
8661
  return remap$(v, {
8661
8662
  "Monitoring": "monitoring",
@@ -8672,9 +8673,17 @@ export type Permissions$Outbound = {
8672
8673
  userSudo?: Array<string> | undefined;
8673
8674
  webAuthn?: Array<string> | undefined;
8674
8675
  accessGroup?: Array<string> | undefined;
8676
+ agent?: Array<string> | undefined;
8677
+ alerts?: Array<string> | undefined;
8675
8678
  aliasGlobal?: Array<string> | undefined;
8676
8679
  analyticsSampling?: Array<string> | undefined;
8677
8680
  analyticsUsage?: Array<string> | undefined;
8681
+ apiKey?: Array<string> | undefined;
8682
+ apiKeyAiGateway?: Array<string> | undefined;
8683
+ apiKeyOwnedBySelf?: Array<string> | undefined;
8684
+ oauth2Application?: Array<string> | undefined;
8685
+ vercelAppInstallation?: Array<string> | undefined;
8686
+ vercelAppInstallationRequest?: Array<string> | undefined;
8678
8687
  auditLog?: Array<string> | undefined;
8679
8688
  billingAddress?: Array<string> | undefined;
8680
8689
  billingInformation?: Array<string> | undefined;
@@ -8686,6 +8695,7 @@ export type Permissions$Outbound = {
8686
8695
  billingRefund?: Array<string> | undefined;
8687
8696
  billingTaxId?: Array<string> | undefined;
8688
8697
  blob?: Array<string> | undefined;
8698
+ blobStoreTokenSet?: Array<string> | undefined;
8689
8699
  budget?: Array<string> | undefined;
8690
8700
  cacheArtifact?: Array<string> | undefined;
8691
8701
  cacheArtifactUsageEvent?: Array<string> | undefined;
@@ -8693,6 +8703,7 @@ export type Permissions$Outbound = {
8693
8703
  concurrentBuilds?: Array<string> | undefined;
8694
8704
  connect?: Array<string> | undefined;
8695
8705
  connectConfiguration?: Array<string> | undefined;
8706
+ dataCacheBillingSettings?: Array<string> | undefined;
8696
8707
  defaultDeploymentProtection?: Array<string> | undefined;
8697
8708
  domain?: Array<string> | undefined;
8698
8709
  domainAcceptDelegation?: Array<string> | undefined;
@@ -8703,40 +8714,46 @@ export type Permissions$Outbound = {
8703
8714
  domainPurchase?: Array<string> | undefined;
8704
8715
  domainRecord?: Array<string> | undefined;
8705
8716
  domainTransferIn?: Array<string> | undefined;
8717
+ drain?: Array<string> | undefined;
8718
+ edgeConfig?: Array<string> | undefined;
8719
+ edgeConfigItem?: Array<string> | undefined;
8720
+ edgeConfigSchema?: Array<string> | undefined;
8721
+ edgeConfigToken?: Array<string> | undefined;
8722
+ endpointVerification?: Array<string> | undefined;
8706
8723
  event?: Array<string> | undefined;
8707
- ownEvent?: Array<string> | undefined;
8708
- sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
8709
8724
  fileUpload?: Array<string> | undefined;
8710
8725
  flagsExplorerSubscription?: Array<string> | undefined;
8711
8726
  gitRepository?: Array<string> | undefined;
8712
- ipBlocking?: Array<string> | undefined;
8713
8727
  imageOptimizationNewPrice?: Array<string> | undefined;
8714
8728
  integration?: Array<string> | undefined;
8715
8729
  integrationAccount?: Array<string> | undefined;
8716
8730
  integrationConfiguration?: Array<string> | undefined;
8717
- integrationConfigurationTransfer?: Array<string> | undefined;
8718
8731
  integrationConfigurationProjects?: Array<string> | undefined;
8719
- integrationVercelConfigurationOverride?: Array<string> | undefined;
8720
8732
  integrationConfigurationRole?: Array<string> | undefined;
8721
- integrationSSOSession?: Array<string> | undefined;
8722
- integrationResource?: Array<string> | undefined;
8733
+ integrationConfigurationTransfer?: Array<string> | undefined;
8734
+ integrationDeploymentAction?: Array<string> | undefined;
8723
8735
  integrationEvent?: Array<string> | undefined;
8736
+ integrationResource?: Array<string> | undefined;
8737
+ integrationResourceReplCommand?: Array<string> | undefined;
8724
8738
  integrationResourceSecrets?: Array<string> | undefined;
8725
- integrationDeploymentAction?: Array<string> | undefined;
8726
- marketplaceInstallationMember?: Array<string> | undefined;
8739
+ integrationSSOSession?: Array<string> | undefined;
8740
+ integrationStoreTokenSet?: Array<string> | undefined;
8741
+ integrationVercelConfigurationOverride?: Array<string> | undefined;
8742
+ ipBlocking?: Array<string> | undefined;
8743
+ jobGlobal?: Array<string> | undefined;
8744
+ logDrain?: Array<string> | undefined;
8727
8745
  marketplaceBillingData?: Array<string> | undefined;
8746
+ marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
8747
+ marketplaceExperimentationItem?: Array<string> | undefined;
8748
+ marketplaceInstallationMember?: Array<string> | undefined;
8728
8749
  marketplaceInvoice?: Array<string> | undefined;
8729
8750
  marketplaceSettings?: Array<string> | undefined;
8730
- marketplaceExperimentationItem?: Array<string> | undefined;
8731
- marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
8732
- jobGlobal?: Array<string> | undefined;
8733
- drain?: Array<string> | undefined;
8734
- logDrain?: Array<string> | undefined;
8735
8751
  Monitoring?: Array<string> | undefined;
8736
- monitoringSettings?: Array<string> | undefined;
8737
- monitoringQuery?: Array<string> | undefined;
8738
- monitoringChart?: Array<string> | undefined;
8739
8752
  monitoringAlert?: Array<string> | undefined;
8753
+ monitoringChart?: Array<string> | undefined;
8754
+ monitoringQuery?: Array<string> | undefined;
8755
+ monitoringSettings?: Array<string> | undefined;
8756
+ notificationCustomerBudget?: Array<string> | undefined;
8740
8757
  notificationDeploymentFailed?: Array<string> | undefined;
8741
8758
  notificationDomainConfiguration?: Array<string> | undefined;
8742
8759
  notificationDomainExpire?: Array<string> | undefined;
@@ -8747,42 +8764,37 @@ export type Permissions$Outbound = {
8747
8764
  notificationDomainUnverified?: Array<string> | undefined;
8748
8765
  NotificationMonitoringAlert?: Array<string> | undefined;
8749
8766
  notificationPaymentFailed?: Array<string> | undefined;
8750
- notificationUsageAlert?: Array<string> | undefined;
8751
8767
  notificationPreferences?: Array<string> | undefined;
8752
- notificationCustomerBudget?: Array<string> | undefined;
8753
8768
  notificationStatementOfReasons?: Array<string> | undefined;
8769
+ notificationUsageAlert?: Array<string> | undefined;
8754
8770
  observabilityConfiguration?: Array<string> | undefined;
8755
- alerts?: Array<string> | undefined;
8756
- observabilityNotebook?: Array<string> | undefined;
8757
8771
  observabilityFunnel?: Array<string> | undefined;
8772
+ observabilityNotebook?: Array<string> | undefined;
8758
8773
  openTelemetryEndpoint?: Array<string> | undefined;
8759
- vercelAppInstallation?: Array<string> | undefined;
8760
- vercelAppInstallationRequest?: Array<string> | undefined;
8774
+ ownEvent?: Array<string> | undefined;
8775
+ passwordProtectionInvoiceItem?: Array<string> | undefined;
8761
8776
  paymentMethod?: Array<string> | undefined;
8762
8777
  permissions?: Array<string> | undefined;
8763
8778
  postgres?: Array<string> | undefined;
8779
+ postgresStoreTokenSet?: Array<string> | undefined;
8764
8780
  previewDeploymentSuffix?: Array<string> | undefined;
8781
+ projectTransferIn?: Array<string> | undefined;
8765
8782
  proTrialOnboarding?: Array<string> | undefined;
8766
- sharedEnvVars?: Array<string> | undefined;
8767
- sharedEnvVarsProduction?: Array<string> | undefined;
8768
- space?: Array<string> | undefined;
8769
- spaceRun?: Array<string> | undefined;
8770
- passwordProtectionInvoiceItem?: Array<string> | undefined;
8771
8783
  rateLimit?: Array<string> | undefined;
8772
8784
  redis?: Array<string> | undefined;
8773
- repository?: Array<string> | undefined;
8785
+ redisStoreTokenSet?: Array<string> | undefined;
8774
8786
  remoteCaching?: Array<string> | undefined;
8787
+ repository?: Array<string> | undefined;
8775
8788
  samlConfig?: Array<string> | undefined;
8776
8789
  secret?: Array<string> | undefined;
8777
- redisStoreTokenSet?: Array<string> | undefined;
8778
- blobStoreTokenSet?: Array<string> | undefined;
8779
- postgresStoreTokenSet?: Array<string> | undefined;
8780
- integrationStoreTokenSet?: Array<string> | undefined;
8781
- integrationResourceReplCommand?: Array<string> | undefined;
8790
+ sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
8791
+ sharedEnvVars?: Array<string> | undefined;
8792
+ sharedEnvVarsProduction?: Array<string> | undefined;
8793
+ space?: Array<string> | undefined;
8794
+ spaceRun?: Array<string> | undefined;
8782
8795
  storeTransfer?: Array<string> | undefined;
8783
8796
  supportCase?: Array<string> | undefined;
8784
8797
  supportCaseComment?: Array<string> | undefined;
8785
- dataCacheBillingSettings?: Array<string> | undefined;
8786
8798
  team?: Array<string> | undefined;
8787
8799
  teamAccessRequest?: Array<string> | undefined;
8788
8800
  teamFellowMembership?: Array<string> | undefined;
@@ -8797,26 +8809,15 @@ export type Permissions$Outbound = {
8797
8809
  token?: Array<string> | undefined;
8798
8810
  usage?: Array<string> | undefined;
8799
8811
  usageCycle?: Array<string> | undefined;
8812
+ vercelRun?: Array<string> | undefined;
8813
+ vercelRunExec?: Array<string> | undefined;
8800
8814
  vpcPeeringConnection?: Array<string> | undefined;
8801
8815
  webAnalyticsPlan?: Array<string> | undefined;
8802
- edgeConfig?: Array<string> | undefined;
8803
- edgeConfigItem?: Array<string> | undefined;
8804
- edgeConfigSchema?: Array<string> | undefined;
8805
- edgeConfigToken?: Array<string> | undefined;
8806
8816
  webhook?: Array<string> | undefined;
8807
8817
  "webhook-event"?: Array<string> | undefined;
8808
- endpointVerification?: Array<string> | undefined;
8809
- projectTransferIn?: Array<string> | undefined;
8810
- oauth2Application?: Array<string> | undefined;
8811
- vercelRun?: Array<string> | undefined;
8812
- vercelRunExec?: Array<string> | undefined;
8813
- apiKey?: Array<string> | undefined;
8814
- apiKeyOwnedBySelf?: Array<string> | undefined;
8815
- apiKeyAiGateway?: Array<string> | undefined;
8816
8818
  aliasProject?: Array<string> | undefined;
8817
8819
  aliasProtectionBypass?: Array<string> | undefined;
8818
8820
  buildMachine?: Array<string> | undefined;
8819
- productionAliasProtectionBypass?: Array<string> | undefined;
8820
8821
  connectConfigurationLink?: Array<string> | undefined;
8821
8822
  dataCacheNamespace?: Array<string> | undefined;
8822
8823
  deployment?: Array<string> | undefined;
@@ -8832,54 +8833,54 @@ export type Permissions$Outbound = {
8832
8833
  deploymentRollback?: Array<string> | undefined;
8833
8834
  edgeCacheNamespace?: Array<string> | undefined;
8834
8835
  environments?: Array<string> | undefined;
8836
+ job?: Array<string> | undefined;
8835
8837
  logs?: Array<string> | undefined;
8836
8838
  logsPreset?: Array<string> | undefined;
8837
- passwordProtection?: Array<string> | undefined;
8838
- optionsAllowlist?: Array<string> | undefined;
8839
- job?: Array<string> | undefined;
8840
8839
  observabilityData?: Array<string> | undefined;
8841
8840
  onDemandBuild?: Array<string> | undefined;
8842
8841
  onDemandConcurrency?: Array<string> | undefined;
8842
+ optionsAllowlist?: Array<string> | undefined;
8843
+ passwordProtection?: Array<string> | undefined;
8844
+ productionAliasProtectionBypass?: Array<string> | undefined;
8843
8845
  project?: Array<string> | undefined;
8844
- projectFromV0?: Array<string> | undefined;
8845
8846
  projectAccessGroup?: Array<string> | undefined;
8846
8847
  projectAnalyticsSampling?: Array<string> | undefined;
8848
+ projectAnalyticsUsage?: Array<string> | undefined;
8847
8849
  projectCheck?: Array<string> | undefined;
8848
8850
  projectCheckRun?: Array<string> | undefined;
8851
+ projectDeploymentExpiration?: Array<string> | undefined;
8849
8852
  projectDeploymentHook?: Array<string> | undefined;
8850
8853
  projectDomain?: Array<string> | undefined;
8851
- projectDomainMove?: Array<string> | undefined;
8852
8854
  projectDomainCheckConfig?: Array<string> | undefined;
8855
+ projectDomainMove?: Array<string> | undefined;
8853
8856
  projectEnvVars?: Array<string> | undefined;
8854
8857
  projectEnvVarsProduction?: Array<string> | undefined;
8855
8858
  projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
8856
8859
  projectFlags?: Array<string> | undefined;
8860
+ projectFromV0?: Array<string> | undefined;
8857
8861
  projectId?: Array<string> | undefined;
8858
8862
  projectIntegrationConfiguration?: Array<string> | undefined;
8859
8863
  projectLink?: Array<string> | undefined;
8860
8864
  projectMember?: Array<string> | undefined;
8861
8865
  projectMonitoring?: Array<string> | undefined;
8866
+ projectOIDCToken?: Array<string> | undefined;
8862
8867
  projectPermissions?: Array<string> | undefined;
8863
8868
  projectProductionBranch?: Array<string> | undefined;
8864
- projectTransfer?: Array<string> | undefined;
8865
- projectTransferOut?: Array<string> | undefined;
8866
8869
  projectProtectionBypass?: Array<string> | undefined;
8867
- projectUsage?: Array<string> | undefined;
8868
- projectAnalyticsUsage?: Array<string> | undefined;
8870
+ projectRollingRelease?: Array<string> | undefined;
8869
8871
  projectSupportCase?: Array<string> | undefined;
8870
8872
  projectSupportCaseComment?: Array<string> | undefined;
8871
- projectDeploymentExpiration?: Array<string> | undefined;
8872
- projectRollingRelease?: Array<string> | undefined;
8873
8873
  projectTier?: Array<string> | undefined;
8874
- projectOIDCToken?: Array<string> | undefined;
8874
+ projectTransfer?: Array<string> | undefined;
8875
+ projectTransferOut?: Array<string> | undefined;
8876
+ projectUsage?: Array<string> | undefined;
8875
8877
  seawallConfig?: Array<string> | undefined;
8878
+ sharedEnvVarConnection?: Array<string> | undefined;
8876
8879
  skewProtection?: Array<string> | undefined;
8877
8880
  analytics?: Array<string> | undefined;
8878
8881
  trustedIps?: Array<string> | undefined;
8879
8882
  v0Chat?: Array<string> | undefined;
8880
8883
  webAnalytics?: Array<string> | undefined;
8881
- sharedEnvVarConnection?: Array<string> | undefined;
8882
- sonar?: Array<string> | undefined;
8883
8884
  };
8884
8885
 
8885
8886
  /** @internal */
@@ -8894,9 +8895,17 @@ export const Permissions$outboundSchema: z.ZodType<
8894
8895
  userSudo: z.array(ACLAction$outboundSchema).optional(),
8895
8896
  webAuthn: z.array(ACLAction$outboundSchema).optional(),
8896
8897
  accessGroup: z.array(ACLAction$outboundSchema).optional(),
8898
+ agent: z.array(ACLAction$outboundSchema).optional(),
8899
+ alerts: z.array(ACLAction$outboundSchema).optional(),
8897
8900
  aliasGlobal: z.array(ACLAction$outboundSchema).optional(),
8898
8901
  analyticsSampling: z.array(ACLAction$outboundSchema).optional(),
8899
8902
  analyticsUsage: z.array(ACLAction$outboundSchema).optional(),
8903
+ apiKey: z.array(ACLAction$outboundSchema).optional(),
8904
+ apiKeyAiGateway: z.array(ACLAction$outboundSchema).optional(),
8905
+ apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
8906
+ oauth2Application: z.array(ACLAction$outboundSchema).optional(),
8907
+ vercelAppInstallation: z.array(ACLAction$outboundSchema).optional(),
8908
+ vercelAppInstallationRequest: z.array(ACLAction$outboundSchema).optional(),
8900
8909
  auditLog: z.array(ACLAction$outboundSchema).optional(),
8901
8910
  billingAddress: z.array(ACLAction$outboundSchema).optional(),
8902
8911
  billingInformation: z.array(ACLAction$outboundSchema).optional(),
@@ -8908,6 +8917,7 @@ export const Permissions$outboundSchema: z.ZodType<
8908
8917
  billingRefund: z.array(ACLAction$outboundSchema).optional(),
8909
8918
  billingTaxId: z.array(ACLAction$outboundSchema).optional(),
8910
8919
  blob: z.array(ACLAction$outboundSchema).optional(),
8920
+ blobStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
8911
8921
  budget: z.array(ACLAction$outboundSchema).optional(),
8912
8922
  cacheArtifact: z.array(ACLAction$outboundSchema).optional(),
8913
8923
  cacheArtifactUsageEvent: z.array(ACLAction$outboundSchema).optional(),
@@ -8915,6 +8925,7 @@ export const Permissions$outboundSchema: z.ZodType<
8915
8925
  concurrentBuilds: z.array(ACLAction$outboundSchema).optional(),
8916
8926
  connect: z.array(ACLAction$outboundSchema).optional(),
8917
8927
  connectConfiguration: z.array(ACLAction$outboundSchema).optional(),
8928
+ dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
8918
8929
  defaultDeploymentProtection: z.array(ACLAction$outboundSchema).optional(),
8919
8930
  domain: z.array(ACLAction$outboundSchema).optional(),
8920
8931
  domainAcceptDelegation: z.array(ACLAction$outboundSchema).optional(),
@@ -8925,45 +8936,50 @@ export const Permissions$outboundSchema: z.ZodType<
8925
8936
  domainPurchase: z.array(ACLAction$outboundSchema).optional(),
8926
8937
  domainRecord: z.array(ACLAction$outboundSchema).optional(),
8927
8938
  domainTransferIn: z.array(ACLAction$outboundSchema).optional(),
8939
+ drain: z.array(ACLAction$outboundSchema).optional(),
8940
+ edgeConfig: z.array(ACLAction$outboundSchema).optional(),
8941
+ edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
8942
+ edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
8943
+ edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
8944
+ endpointVerification: z.array(ACLAction$outboundSchema).optional(),
8928
8945
  event: z.array(ACLAction$outboundSchema).optional(),
8929
- ownEvent: z.array(ACLAction$outboundSchema).optional(),
8930
- sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
8931
- .optional(),
8932
8946
  fileUpload: z.array(ACLAction$outboundSchema).optional(),
8933
8947
  flagsExplorerSubscription: z.array(ACLAction$outboundSchema).optional(),
8934
8948
  gitRepository: z.array(ACLAction$outboundSchema).optional(),
8935
- ipBlocking: z.array(ACLAction$outboundSchema).optional(),
8936
8949
  imageOptimizationNewPrice: z.array(ACLAction$outboundSchema).optional(),
8937
8950
  integration: z.array(ACLAction$outboundSchema).optional(),
8938
8951
  integrationAccount: z.array(ACLAction$outboundSchema).optional(),
8939
8952
  integrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
8940
- integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
8941
- .optional(),
8942
8953
  integrationConfigurationProjects: z.array(ACLAction$outboundSchema)
8943
8954
  .optional(),
8944
- integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
8945
- .optional(),
8946
8955
  integrationConfigurationRole: z.array(ACLAction$outboundSchema).optional(),
8947
- integrationSSOSession: z.array(ACLAction$outboundSchema).optional(),
8948
- integrationResource: z.array(ACLAction$outboundSchema).optional(),
8956
+ integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
8957
+ .optional(),
8958
+ integrationDeploymentAction: z.array(ACLAction$outboundSchema).optional(),
8949
8959
  integrationEvent: z.array(ACLAction$outboundSchema).optional(),
8960
+ integrationResource: z.array(ACLAction$outboundSchema).optional(),
8961
+ integrationResourceReplCommand: z.array(ACLAction$outboundSchema).optional(),
8950
8962
  integrationResourceSecrets: z.array(ACLAction$outboundSchema).optional(),
8951
- integrationDeploymentAction: z.array(ACLAction$outboundSchema).optional(),
8952
- marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
8953
- marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
8954
- marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
8955
- marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
8956
- marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
8957
- marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
8963
+ integrationSSOSession: z.array(ACLAction$outboundSchema).optional(),
8964
+ integrationStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
8965
+ integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
8958
8966
  .optional(),
8967
+ ipBlocking: z.array(ACLAction$outboundSchema).optional(),
8959
8968
  jobGlobal: z.array(ACLAction$outboundSchema).optional(),
8960
- drain: z.array(ACLAction$outboundSchema).optional(),
8961
8969
  logDrain: z.array(ACLAction$outboundSchema).optional(),
8970
+ marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
8971
+ marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
8972
+ .optional(),
8973
+ marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
8974
+ marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
8975
+ marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
8976
+ marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
8962
8977
  monitoring: z.array(ACLAction$outboundSchema).optional(),
8963
- monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
8964
- monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
8965
- monitoringChart: z.array(ACLAction$outboundSchema).optional(),
8966
8978
  monitoringAlert: z.array(ACLAction$outboundSchema).optional(),
8979
+ monitoringChart: z.array(ACLAction$outboundSchema).optional(),
8980
+ monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
8981
+ monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
8982
+ notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
8967
8983
  notificationDeploymentFailed: z.array(ACLAction$outboundSchema).optional(),
8968
8984
  notificationDomainConfiguration: z.array(ACLAction$outboundSchema).optional(),
8969
8985
  notificationDomainExpire: z.array(ACLAction$outboundSchema).optional(),
@@ -8974,42 +8990,38 @@ export const Permissions$outboundSchema: z.ZodType<
8974
8990
  notificationDomainUnverified: z.array(ACLAction$outboundSchema).optional(),
8975
8991
  notificationMonitoringAlert: z.array(ACLAction$outboundSchema).optional(),
8976
8992
  notificationPaymentFailed: z.array(ACLAction$outboundSchema).optional(),
8977
- notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
8978
8993
  notificationPreferences: z.array(ACLAction$outboundSchema).optional(),
8979
- notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
8980
8994
  notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
8995
+ notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
8981
8996
  observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
8982
- alerts: z.array(ACLAction$outboundSchema).optional(),
8983
- observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
8984
8997
  observabilityFunnel: z.array(ACLAction$outboundSchema).optional(),
8998
+ observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
8985
8999
  openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
8986
- vercelAppInstallation: z.array(ACLAction$outboundSchema).optional(),
8987
- vercelAppInstallationRequest: z.array(ACLAction$outboundSchema).optional(),
9000
+ ownEvent: z.array(ACLAction$outboundSchema).optional(),
9001
+ passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
8988
9002
  paymentMethod: z.array(ACLAction$outboundSchema).optional(),
8989
9003
  permissions: z.array(ACLAction$outboundSchema).optional(),
8990
9004
  postgres: z.array(ACLAction$outboundSchema).optional(),
9005
+ postgresStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
8991
9006
  previewDeploymentSuffix: z.array(ACLAction$outboundSchema).optional(),
9007
+ projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
8992
9008
  proTrialOnboarding: z.array(ACLAction$outboundSchema).optional(),
8993
- sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
8994
- sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
8995
- space: z.array(ACLAction$outboundSchema).optional(),
8996
- spaceRun: z.array(ACLAction$outboundSchema).optional(),
8997
- passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
8998
9009
  rateLimit: z.array(ACLAction$outboundSchema).optional(),
8999
9010
  redis: z.array(ACLAction$outboundSchema).optional(),
9000
- repository: z.array(ACLAction$outboundSchema).optional(),
9011
+ redisStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9001
9012
  remoteCaching: z.array(ACLAction$outboundSchema).optional(),
9013
+ repository: z.array(ACLAction$outboundSchema).optional(),
9002
9014
  samlConfig: z.array(ACLAction$outboundSchema).optional(),
9003
9015
  secret: z.array(ACLAction$outboundSchema).optional(),
9004
- redisStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9005
- blobStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9006
- postgresStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9007
- integrationStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9008
- integrationResourceReplCommand: z.array(ACLAction$outboundSchema).optional(),
9016
+ sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
9017
+ .optional(),
9018
+ sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
9019
+ sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
9020
+ space: z.array(ACLAction$outboundSchema).optional(),
9021
+ spaceRun: z.array(ACLAction$outboundSchema).optional(),
9009
9022
  storeTransfer: z.array(ACLAction$outboundSchema).optional(),
9010
9023
  supportCase: z.array(ACLAction$outboundSchema).optional(),
9011
9024
  supportCaseComment: z.array(ACLAction$outboundSchema).optional(),
9012
- dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
9013
9025
  team: z.array(ACLAction$outboundSchema).optional(),
9014
9026
  teamAccessRequest: z.array(ACLAction$outboundSchema).optional(),
9015
9027
  teamFellowMembership: z.array(ACLAction$outboundSchema).optional(),
@@ -9024,26 +9036,15 @@ export const Permissions$outboundSchema: z.ZodType<
9024
9036
  token: z.array(ACLAction$outboundSchema).optional(),
9025
9037
  usage: z.array(ACLAction$outboundSchema).optional(),
9026
9038
  usageCycle: z.array(ACLAction$outboundSchema).optional(),
9039
+ vercelRun: z.array(ACLAction$outboundSchema).optional(),
9040
+ vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
9027
9041
  vpcPeeringConnection: z.array(ACLAction$outboundSchema).optional(),
9028
9042
  webAnalyticsPlan: z.array(ACLAction$outboundSchema).optional(),
9029
- edgeConfig: z.array(ACLAction$outboundSchema).optional(),
9030
- edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
9031
- edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
9032
- edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
9033
9043
  webhook: z.array(ACLAction$outboundSchema).optional(),
9034
9044
  webhookEvent: z.array(ACLAction$outboundSchema).optional(),
9035
- endpointVerification: z.array(ACLAction$outboundSchema).optional(),
9036
- projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
9037
- oauth2Application: z.array(ACLAction$outboundSchema).optional(),
9038
- vercelRun: z.array(ACLAction$outboundSchema).optional(),
9039
- vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
9040
- apiKey: z.array(ACLAction$outboundSchema).optional(),
9041
- apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
9042
- apiKeyAiGateway: z.array(ACLAction$outboundSchema).optional(),
9043
9045
  aliasProject: z.array(ACLAction$outboundSchema).optional(),
9044
9046
  aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9045
9047
  buildMachine: z.array(ACLAction$outboundSchema).optional(),
9046
- productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9047
9048
  connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
9048
9049
  dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
9049
9050
  deployment: z.array(ACLAction$outboundSchema).optional(),
@@ -9060,55 +9061,55 @@ export const Permissions$outboundSchema: z.ZodType<
9060
9061
  deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
9061
9062
  edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
9062
9063
  environments: z.array(ACLAction$outboundSchema).optional(),
9064
+ job: z.array(ACLAction$outboundSchema).optional(),
9063
9065
  logs: z.array(ACLAction$outboundSchema).optional(),
9064
9066
  logsPreset: z.array(ACLAction$outboundSchema).optional(),
9065
- passwordProtection: z.array(ACLAction$outboundSchema).optional(),
9066
- optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
9067
- job: z.array(ACLAction$outboundSchema).optional(),
9068
9067
  observabilityData: z.array(ACLAction$outboundSchema).optional(),
9069
9068
  onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
9070
9069
  onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
9070
+ optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
9071
+ passwordProtection: z.array(ACLAction$outboundSchema).optional(),
9072
+ productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9071
9073
  project: z.array(ACLAction$outboundSchema).optional(),
9072
- projectFromV0: z.array(ACLAction$outboundSchema).optional(),
9073
9074
  projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
9074
9075
  projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
9076
+ projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
9075
9077
  projectCheck: z.array(ACLAction$outboundSchema).optional(),
9076
9078
  projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
9079
+ projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
9077
9080
  projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
9078
9081
  projectDomain: z.array(ACLAction$outboundSchema).optional(),
9079
- projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
9080
9082
  projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
9083
+ projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
9081
9084
  projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
9082
9085
  projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
9083
9086
  projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
9084
9087
  .optional(),
9085
9088
  projectFlags: z.array(ACLAction$outboundSchema).optional(),
9089
+ projectFromV0: z.array(ACLAction$outboundSchema).optional(),
9086
9090
  projectId: z.array(ACLAction$outboundSchema).optional(),
9087
9091
  projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
9088
9092
  projectLink: z.array(ACLAction$outboundSchema).optional(),
9089
9093
  projectMember: z.array(ACLAction$outboundSchema).optional(),
9090
9094
  projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
9095
+ projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
9091
9096
  projectPermissions: z.array(ACLAction$outboundSchema).optional(),
9092
9097
  projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
9093
- projectTransfer: z.array(ACLAction$outboundSchema).optional(),
9094
- projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
9095
9098
  projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9096
- projectUsage: z.array(ACLAction$outboundSchema).optional(),
9097
- projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
9099
+ projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
9098
9100
  projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
9099
9101
  projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
9100
- projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
9101
- projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
9102
9102
  projectTier: z.array(ACLAction$outboundSchema).optional(),
9103
- projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
9103
+ projectTransfer: z.array(ACLAction$outboundSchema).optional(),
9104
+ projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
9105
+ projectUsage: z.array(ACLAction$outboundSchema).optional(),
9104
9106
  seawallConfig: z.array(ACLAction$outboundSchema).optional(),
9107
+ sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
9105
9108
  skewProtection: z.array(ACLAction$outboundSchema).optional(),
9106
9109
  analytics: z.array(ACLAction$outboundSchema).optional(),
9107
9110
  trustedIps: z.array(ACLAction$outboundSchema).optional(),
9108
9111
  v0Chat: z.array(ACLAction$outboundSchema).optional(),
9109
9112
  webAnalytics: z.array(ACLAction$outboundSchema).optional(),
9110
- sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
9111
- sonar: z.array(ACLAction$outboundSchema).optional(),
9112
9113
  }).transform((v) => {
9113
9114
  return remap$(v, {
9114
9115
  monitoring: "Monitoring",