@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
@@ -712,6 +712,7 @@ export const GetProjectsFramework = {
712
712
  Vuepress: "vuepress",
713
713
  Parcel: "parcel",
714
714
  Fastapi: "fastapi",
715
+ Flask: "flask",
715
716
  Fasthtml: "fasthtml",
716
717
  SanityV3: "sanity-v3",
717
718
  Sanity: "sanity",
@@ -1411,9 +1412,17 @@ export type GetProjectsPermissions = {
1411
1412
  userSudo?: Array<ACLAction> | undefined;
1412
1413
  webAuthn?: Array<ACLAction> | undefined;
1413
1414
  accessGroup?: Array<ACLAction> | undefined;
1415
+ agent?: Array<ACLAction> | undefined;
1416
+ alerts?: Array<ACLAction> | undefined;
1414
1417
  aliasGlobal?: Array<ACLAction> | undefined;
1415
1418
  analyticsSampling?: Array<ACLAction> | undefined;
1416
1419
  analyticsUsage?: Array<ACLAction> | undefined;
1420
+ apiKey?: Array<ACLAction> | undefined;
1421
+ apiKeyAiGateway?: Array<ACLAction> | undefined;
1422
+ apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1423
+ oauth2Application?: Array<ACLAction> | undefined;
1424
+ vercelAppInstallation?: Array<ACLAction> | undefined;
1425
+ vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1417
1426
  auditLog?: Array<ACLAction> | undefined;
1418
1427
  billingAddress?: Array<ACLAction> | undefined;
1419
1428
  billingInformation?: Array<ACLAction> | undefined;
@@ -1425,6 +1434,7 @@ export type GetProjectsPermissions = {
1425
1434
  billingRefund?: Array<ACLAction> | undefined;
1426
1435
  billingTaxId?: Array<ACLAction> | undefined;
1427
1436
  blob?: Array<ACLAction> | undefined;
1437
+ blobStoreTokenSet?: Array<ACLAction> | undefined;
1428
1438
  budget?: Array<ACLAction> | undefined;
1429
1439
  cacheArtifact?: Array<ACLAction> | undefined;
1430
1440
  cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
@@ -1432,6 +1442,7 @@ export type GetProjectsPermissions = {
1432
1442
  concurrentBuilds?: Array<ACLAction> | undefined;
1433
1443
  connect?: Array<ACLAction> | undefined;
1434
1444
  connectConfiguration?: Array<ACLAction> | undefined;
1445
+ dataCacheBillingSettings?: Array<ACLAction> | undefined;
1435
1446
  defaultDeploymentProtection?: Array<ACLAction> | undefined;
1436
1447
  domain?: Array<ACLAction> | undefined;
1437
1448
  domainAcceptDelegation?: Array<ACLAction> | undefined;
@@ -1442,40 +1453,46 @@ export type GetProjectsPermissions = {
1442
1453
  domainPurchase?: Array<ACLAction> | undefined;
1443
1454
  domainRecord?: Array<ACLAction> | undefined;
1444
1455
  domainTransferIn?: Array<ACLAction> | undefined;
1456
+ drain?: Array<ACLAction> | undefined;
1457
+ edgeConfig?: Array<ACLAction> | undefined;
1458
+ edgeConfigItem?: Array<ACLAction> | undefined;
1459
+ edgeConfigSchema?: Array<ACLAction> | undefined;
1460
+ edgeConfigToken?: Array<ACLAction> | undefined;
1461
+ endpointVerification?: Array<ACLAction> | undefined;
1445
1462
  event?: Array<ACLAction> | undefined;
1446
- ownEvent?: Array<ACLAction> | undefined;
1447
- sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
1448
1463
  fileUpload?: Array<ACLAction> | undefined;
1449
1464
  flagsExplorerSubscription?: Array<ACLAction> | undefined;
1450
1465
  gitRepository?: Array<ACLAction> | undefined;
1451
- ipBlocking?: Array<ACLAction> | undefined;
1452
1466
  imageOptimizationNewPrice?: Array<ACLAction> | undefined;
1453
1467
  integration?: Array<ACLAction> | undefined;
1454
1468
  integrationAccount?: Array<ACLAction> | undefined;
1455
1469
  integrationConfiguration?: Array<ACLAction> | undefined;
1456
- integrationConfigurationTransfer?: Array<ACLAction> | undefined;
1457
1470
  integrationConfigurationProjects?: Array<ACLAction> | undefined;
1458
- integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
1459
1471
  integrationConfigurationRole?: Array<ACLAction> | undefined;
1460
- integrationSSOSession?: Array<ACLAction> | undefined;
1461
- integrationResource?: Array<ACLAction> | undefined;
1472
+ integrationConfigurationTransfer?: Array<ACLAction> | undefined;
1473
+ integrationDeploymentAction?: Array<ACLAction> | undefined;
1462
1474
  integrationEvent?: Array<ACLAction> | undefined;
1475
+ integrationResource?: Array<ACLAction> | undefined;
1476
+ integrationResourceReplCommand?: Array<ACLAction> | undefined;
1463
1477
  integrationResourceSecrets?: Array<ACLAction> | undefined;
1464
- integrationDeploymentAction?: Array<ACLAction> | undefined;
1465
- marketplaceInstallationMember?: Array<ACLAction> | undefined;
1478
+ integrationSSOSession?: Array<ACLAction> | undefined;
1479
+ integrationStoreTokenSet?: Array<ACLAction> | undefined;
1480
+ integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
1481
+ ipBlocking?: Array<ACLAction> | undefined;
1482
+ jobGlobal?: Array<ACLAction> | undefined;
1483
+ logDrain?: Array<ACLAction> | undefined;
1466
1484
  marketplaceBillingData?: Array<ACLAction> | undefined;
1485
+ marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1486
+ marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1487
+ marketplaceInstallationMember?: Array<ACLAction> | undefined;
1467
1488
  marketplaceInvoice?: Array<ACLAction> | undefined;
1468
1489
  marketplaceSettings?: Array<ACLAction> | undefined;
1469
- marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1470
- marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1471
- jobGlobal?: Array<ACLAction> | undefined;
1472
- drain?: Array<ACLAction> | undefined;
1473
- logDrain?: Array<ACLAction> | undefined;
1474
1490
  monitoring?: Array<ACLAction> | undefined;
1475
- monitoringSettings?: Array<ACLAction> | undefined;
1476
- monitoringQuery?: Array<ACLAction> | undefined;
1477
- monitoringChart?: Array<ACLAction> | undefined;
1478
1491
  monitoringAlert?: Array<ACLAction> | undefined;
1492
+ monitoringChart?: Array<ACLAction> | undefined;
1493
+ monitoringQuery?: Array<ACLAction> | undefined;
1494
+ monitoringSettings?: Array<ACLAction> | undefined;
1495
+ notificationCustomerBudget?: Array<ACLAction> | undefined;
1479
1496
  notificationDeploymentFailed?: Array<ACLAction> | undefined;
1480
1497
  notificationDomainConfiguration?: Array<ACLAction> | undefined;
1481
1498
  notificationDomainExpire?: Array<ACLAction> | undefined;
@@ -1486,42 +1503,37 @@ export type GetProjectsPermissions = {
1486
1503
  notificationDomainUnverified?: Array<ACLAction> | undefined;
1487
1504
  notificationMonitoringAlert?: Array<ACLAction> | undefined;
1488
1505
  notificationPaymentFailed?: Array<ACLAction> | undefined;
1489
- notificationUsageAlert?: Array<ACLAction> | undefined;
1490
1506
  notificationPreferences?: Array<ACLAction> | undefined;
1491
- notificationCustomerBudget?: Array<ACLAction> | undefined;
1492
1507
  notificationStatementOfReasons?: Array<ACLAction> | undefined;
1508
+ notificationUsageAlert?: Array<ACLAction> | undefined;
1493
1509
  observabilityConfiguration?: Array<ACLAction> | undefined;
1494
- alerts?: Array<ACLAction> | undefined;
1495
- observabilityNotebook?: Array<ACLAction> | undefined;
1496
1510
  observabilityFunnel?: Array<ACLAction> | undefined;
1511
+ observabilityNotebook?: Array<ACLAction> | undefined;
1497
1512
  openTelemetryEndpoint?: Array<ACLAction> | undefined;
1498
- vercelAppInstallation?: Array<ACLAction> | undefined;
1499
- vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1513
+ ownEvent?: Array<ACLAction> | undefined;
1514
+ passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
1500
1515
  paymentMethod?: Array<ACLAction> | undefined;
1501
1516
  permissions?: Array<ACLAction> | undefined;
1502
1517
  postgres?: Array<ACLAction> | undefined;
1518
+ postgresStoreTokenSet?: Array<ACLAction> | undefined;
1503
1519
  previewDeploymentSuffix?: Array<ACLAction> | undefined;
1520
+ projectTransferIn?: Array<ACLAction> | undefined;
1504
1521
  proTrialOnboarding?: Array<ACLAction> | undefined;
1505
- sharedEnvVars?: Array<ACLAction> | undefined;
1506
- sharedEnvVarsProduction?: Array<ACLAction> | undefined;
1507
- space?: Array<ACLAction> | undefined;
1508
- spaceRun?: Array<ACLAction> | undefined;
1509
- passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
1510
1522
  rateLimit?: Array<ACLAction> | undefined;
1511
1523
  redis?: Array<ACLAction> | undefined;
1512
- repository?: Array<ACLAction> | undefined;
1524
+ redisStoreTokenSet?: Array<ACLAction> | undefined;
1513
1525
  remoteCaching?: Array<ACLAction> | undefined;
1526
+ repository?: Array<ACLAction> | undefined;
1514
1527
  samlConfig?: Array<ACLAction> | undefined;
1515
1528
  secret?: Array<ACLAction> | undefined;
1516
- redisStoreTokenSet?: Array<ACLAction> | undefined;
1517
- blobStoreTokenSet?: Array<ACLAction> | undefined;
1518
- postgresStoreTokenSet?: Array<ACLAction> | undefined;
1519
- integrationStoreTokenSet?: Array<ACLAction> | undefined;
1520
- integrationResourceReplCommand?: Array<ACLAction> | undefined;
1529
+ sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
1530
+ sharedEnvVars?: Array<ACLAction> | undefined;
1531
+ sharedEnvVarsProduction?: Array<ACLAction> | undefined;
1532
+ space?: Array<ACLAction> | undefined;
1533
+ spaceRun?: Array<ACLAction> | undefined;
1521
1534
  storeTransfer?: Array<ACLAction> | undefined;
1522
1535
  supportCase?: Array<ACLAction> | undefined;
1523
1536
  supportCaseComment?: Array<ACLAction> | undefined;
1524
- dataCacheBillingSettings?: Array<ACLAction> | undefined;
1525
1537
  team?: Array<ACLAction> | undefined;
1526
1538
  teamAccessRequest?: Array<ACLAction> | undefined;
1527
1539
  teamFellowMembership?: Array<ACLAction> | undefined;
@@ -1536,26 +1548,15 @@ export type GetProjectsPermissions = {
1536
1548
  token?: Array<ACLAction> | undefined;
1537
1549
  usage?: Array<ACLAction> | undefined;
1538
1550
  usageCycle?: Array<ACLAction> | undefined;
1551
+ vercelRun?: Array<ACLAction> | undefined;
1552
+ vercelRunExec?: Array<ACLAction> | undefined;
1539
1553
  vpcPeeringConnection?: Array<ACLAction> | undefined;
1540
1554
  webAnalyticsPlan?: Array<ACLAction> | undefined;
1541
- edgeConfig?: Array<ACLAction> | undefined;
1542
- edgeConfigItem?: Array<ACLAction> | undefined;
1543
- edgeConfigSchema?: Array<ACLAction> | undefined;
1544
- edgeConfigToken?: Array<ACLAction> | undefined;
1545
1555
  webhook?: Array<ACLAction> | undefined;
1546
1556
  webhookEvent?: Array<ACLAction> | undefined;
1547
- endpointVerification?: Array<ACLAction> | undefined;
1548
- projectTransferIn?: Array<ACLAction> | undefined;
1549
- oauth2Application?: Array<ACLAction> | undefined;
1550
- vercelRun?: Array<ACLAction> | undefined;
1551
- vercelRunExec?: Array<ACLAction> | undefined;
1552
- apiKey?: Array<ACLAction> | undefined;
1553
- apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1554
- apiKeyAiGateway?: Array<ACLAction> | undefined;
1555
1557
  aliasProject?: Array<ACLAction> | undefined;
1556
1558
  aliasProtectionBypass?: Array<ACLAction> | undefined;
1557
1559
  buildMachine?: Array<ACLAction> | undefined;
1558
- productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1559
1560
  connectConfigurationLink?: Array<ACLAction> | undefined;
1560
1561
  dataCacheNamespace?: Array<ACLAction> | undefined;
1561
1562
  deployment?: Array<ACLAction> | undefined;
@@ -1571,54 +1572,54 @@ export type GetProjectsPermissions = {
1571
1572
  deploymentRollback?: Array<ACLAction> | undefined;
1572
1573
  edgeCacheNamespace?: Array<ACLAction> | undefined;
1573
1574
  environments?: Array<ACLAction> | undefined;
1575
+ job?: Array<ACLAction> | undefined;
1574
1576
  logs?: Array<ACLAction> | undefined;
1575
1577
  logsPreset?: Array<ACLAction> | undefined;
1576
- passwordProtection?: Array<ACLAction> | undefined;
1577
- optionsAllowlist?: Array<ACLAction> | undefined;
1578
- job?: Array<ACLAction> | undefined;
1579
1578
  observabilityData?: Array<ACLAction> | undefined;
1580
1579
  onDemandBuild?: Array<ACLAction> | undefined;
1581
1580
  onDemandConcurrency?: Array<ACLAction> | undefined;
1581
+ optionsAllowlist?: Array<ACLAction> | undefined;
1582
+ passwordProtection?: Array<ACLAction> | undefined;
1583
+ productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1582
1584
  project?: Array<ACLAction> | undefined;
1583
- projectFromV0?: Array<ACLAction> | undefined;
1584
1585
  projectAccessGroup?: Array<ACLAction> | undefined;
1585
1586
  projectAnalyticsSampling?: Array<ACLAction> | undefined;
1587
+ projectAnalyticsUsage?: Array<ACLAction> | undefined;
1586
1588
  projectCheck?: Array<ACLAction> | undefined;
1587
1589
  projectCheckRun?: Array<ACLAction> | undefined;
1590
+ projectDeploymentExpiration?: Array<ACLAction> | undefined;
1588
1591
  projectDeploymentHook?: Array<ACLAction> | undefined;
1589
1592
  projectDomain?: Array<ACLAction> | undefined;
1590
- projectDomainMove?: Array<ACLAction> | undefined;
1591
1593
  projectDomainCheckConfig?: Array<ACLAction> | undefined;
1594
+ projectDomainMove?: Array<ACLAction> | undefined;
1592
1595
  projectEnvVars?: Array<ACLAction> | undefined;
1593
1596
  projectEnvVarsProduction?: Array<ACLAction> | undefined;
1594
1597
  projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
1595
1598
  projectFlags?: Array<ACLAction> | undefined;
1599
+ projectFromV0?: Array<ACLAction> | undefined;
1596
1600
  projectId?: Array<ACLAction> | undefined;
1597
1601
  projectIntegrationConfiguration?: Array<ACLAction> | undefined;
1598
1602
  projectLink?: Array<ACLAction> | undefined;
1599
1603
  projectMember?: Array<ACLAction> | undefined;
1600
1604
  projectMonitoring?: Array<ACLAction> | undefined;
1605
+ projectOIDCToken?: Array<ACLAction> | undefined;
1601
1606
  projectPermissions?: Array<ACLAction> | undefined;
1602
1607
  projectProductionBranch?: Array<ACLAction> | undefined;
1603
- projectTransfer?: Array<ACLAction> | undefined;
1604
- projectTransferOut?: Array<ACLAction> | undefined;
1605
1608
  projectProtectionBypass?: Array<ACLAction> | undefined;
1606
- projectUsage?: Array<ACLAction> | undefined;
1607
- projectAnalyticsUsage?: Array<ACLAction> | undefined;
1609
+ projectRollingRelease?: Array<ACLAction> | undefined;
1608
1610
  projectSupportCase?: Array<ACLAction> | undefined;
1609
1611
  projectSupportCaseComment?: Array<ACLAction> | undefined;
1610
- projectDeploymentExpiration?: Array<ACLAction> | undefined;
1611
- projectRollingRelease?: Array<ACLAction> | undefined;
1612
1612
  projectTier?: Array<ACLAction> | undefined;
1613
- projectOIDCToken?: Array<ACLAction> | undefined;
1613
+ projectTransfer?: Array<ACLAction> | undefined;
1614
+ projectTransferOut?: Array<ACLAction> | undefined;
1615
+ projectUsage?: Array<ACLAction> | undefined;
1614
1616
  seawallConfig?: Array<ACLAction> | undefined;
1617
+ sharedEnvVarConnection?: Array<ACLAction> | undefined;
1615
1618
  skewProtection?: Array<ACLAction> | undefined;
1616
1619
  analytics?: Array<ACLAction> | undefined;
1617
1620
  trustedIps?: Array<ACLAction> | undefined;
1618
1621
  v0Chat?: Array<ACLAction> | undefined;
1619
1622
  webAnalytics?: Array<ACLAction> | undefined;
1620
- sharedEnvVarConnection?: Array<ACLAction> | undefined;
1621
- sonar?: Array<ACLAction> | undefined;
1622
1623
  };
1623
1624
 
1624
1625
  export type GetProjectsLastRollbackTarget = {};
@@ -8577,9 +8578,17 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8577
8578
  userSudo: z.array(ACLAction$inboundSchema).optional(),
8578
8579
  webAuthn: z.array(ACLAction$inboundSchema).optional(),
8579
8580
  accessGroup: z.array(ACLAction$inboundSchema).optional(),
8581
+ agent: z.array(ACLAction$inboundSchema).optional(),
8582
+ alerts: z.array(ACLAction$inboundSchema).optional(),
8580
8583
  aliasGlobal: z.array(ACLAction$inboundSchema).optional(),
8581
8584
  analyticsSampling: z.array(ACLAction$inboundSchema).optional(),
8582
8585
  analyticsUsage: z.array(ACLAction$inboundSchema).optional(),
8586
+ apiKey: z.array(ACLAction$inboundSchema).optional(),
8587
+ apiKeyAiGateway: z.array(ACLAction$inboundSchema).optional(),
8588
+ apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
8589
+ oauth2Application: z.array(ACLAction$inboundSchema).optional(),
8590
+ vercelAppInstallation: z.array(ACLAction$inboundSchema).optional(),
8591
+ vercelAppInstallationRequest: z.array(ACLAction$inboundSchema).optional(),
8583
8592
  auditLog: z.array(ACLAction$inboundSchema).optional(),
8584
8593
  billingAddress: z.array(ACLAction$inboundSchema).optional(),
8585
8594
  billingInformation: z.array(ACLAction$inboundSchema).optional(),
@@ -8591,6 +8600,7 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8591
8600
  billingRefund: z.array(ACLAction$inboundSchema).optional(),
8592
8601
  billingTaxId: z.array(ACLAction$inboundSchema).optional(),
8593
8602
  blob: z.array(ACLAction$inboundSchema).optional(),
8603
+ blobStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8594
8604
  budget: z.array(ACLAction$inboundSchema).optional(),
8595
8605
  cacheArtifact: z.array(ACLAction$inboundSchema).optional(),
8596
8606
  cacheArtifactUsageEvent: z.array(ACLAction$inboundSchema).optional(),
@@ -8598,6 +8608,7 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8598
8608
  concurrentBuilds: z.array(ACLAction$inboundSchema).optional(),
8599
8609
  connect: z.array(ACLAction$inboundSchema).optional(),
8600
8610
  connectConfiguration: z.array(ACLAction$inboundSchema).optional(),
8611
+ dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
8601
8612
  defaultDeploymentProtection: z.array(ACLAction$inboundSchema).optional(),
8602
8613
  domain: z.array(ACLAction$inboundSchema).optional(),
8603
8614
  domainAcceptDelegation: z.array(ACLAction$inboundSchema).optional(),
@@ -8608,43 +8619,48 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8608
8619
  domainPurchase: z.array(ACLAction$inboundSchema).optional(),
8609
8620
  domainRecord: z.array(ACLAction$inboundSchema).optional(),
8610
8621
  domainTransferIn: z.array(ACLAction$inboundSchema).optional(),
8622
+ drain: z.array(ACLAction$inboundSchema).optional(),
8623
+ edgeConfig: z.array(ACLAction$inboundSchema).optional(),
8624
+ edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
8625
+ edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
8626
+ edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
8627
+ endpointVerification: z.array(ACLAction$inboundSchema).optional(),
8611
8628
  event: z.array(ACLAction$inboundSchema).optional(),
8612
- ownEvent: z.array(ACLAction$inboundSchema).optional(),
8613
- sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
8614
- .optional(),
8615
8629
  fileUpload: z.array(ACLAction$inboundSchema).optional(),
8616
8630
  flagsExplorerSubscription: z.array(ACLAction$inboundSchema).optional(),
8617
8631
  gitRepository: z.array(ACLAction$inboundSchema).optional(),
8618
- ipBlocking: z.array(ACLAction$inboundSchema).optional(),
8619
8632
  imageOptimizationNewPrice: z.array(ACLAction$inboundSchema).optional(),
8620
8633
  integration: z.array(ACLAction$inboundSchema).optional(),
8621
8634
  integrationAccount: z.array(ACLAction$inboundSchema).optional(),
8622
8635
  integrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
8623
- integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
8624
8636
  integrationConfigurationProjects: z.array(ACLAction$inboundSchema).optional(),
8625
- integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
8626
- .optional(),
8627
8637
  integrationConfigurationRole: z.array(ACLAction$inboundSchema).optional(),
8628
- integrationSSOSession: z.array(ACLAction$inboundSchema).optional(),
8629
- integrationResource: z.array(ACLAction$inboundSchema).optional(),
8638
+ integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
8639
+ integrationDeploymentAction: z.array(ACLAction$inboundSchema).optional(),
8630
8640
  integrationEvent: z.array(ACLAction$inboundSchema).optional(),
8641
+ integrationResource: z.array(ACLAction$inboundSchema).optional(),
8642
+ integrationResourceReplCommand: z.array(ACLAction$inboundSchema).optional(),
8631
8643
  integrationResourceSecrets: z.array(ACLAction$inboundSchema).optional(),
8632
- integrationDeploymentAction: z.array(ACLAction$inboundSchema).optional(),
8633
- marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
8634
- marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
8635
- marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
8636
- marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
8637
- marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
8638
- marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
8644
+ integrationSSOSession: z.array(ACLAction$inboundSchema).optional(),
8645
+ integrationStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8646
+ integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
8639
8647
  .optional(),
8648
+ ipBlocking: z.array(ACLAction$inboundSchema).optional(),
8640
8649
  jobGlobal: z.array(ACLAction$inboundSchema).optional(),
8641
- drain: z.array(ACLAction$inboundSchema).optional(),
8642
8650
  logDrain: z.array(ACLAction$inboundSchema).optional(),
8651
+ marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
8652
+ marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
8653
+ .optional(),
8654
+ marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
8655
+ marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
8656
+ marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
8657
+ marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
8643
8658
  Monitoring: z.array(ACLAction$inboundSchema).optional(),
8644
- monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
8645
- monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
8646
- monitoringChart: z.array(ACLAction$inboundSchema).optional(),
8647
8659
  monitoringAlert: z.array(ACLAction$inboundSchema).optional(),
8660
+ monitoringChart: z.array(ACLAction$inboundSchema).optional(),
8661
+ monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
8662
+ monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
8663
+ notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
8648
8664
  notificationDeploymentFailed: z.array(ACLAction$inboundSchema).optional(),
8649
8665
  notificationDomainConfiguration: z.array(ACLAction$inboundSchema).optional(),
8650
8666
  notificationDomainExpire: z.array(ACLAction$inboundSchema).optional(),
@@ -8655,42 +8671,38 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8655
8671
  notificationDomainUnverified: z.array(ACLAction$inboundSchema).optional(),
8656
8672
  NotificationMonitoringAlert: z.array(ACLAction$inboundSchema).optional(),
8657
8673
  notificationPaymentFailed: z.array(ACLAction$inboundSchema).optional(),
8658
- notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
8659
8674
  notificationPreferences: z.array(ACLAction$inboundSchema).optional(),
8660
- notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
8661
8675
  notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
8676
+ notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
8662
8677
  observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
8663
- alerts: z.array(ACLAction$inboundSchema).optional(),
8664
- observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
8665
8678
  observabilityFunnel: z.array(ACLAction$inboundSchema).optional(),
8679
+ observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
8666
8680
  openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
8667
- vercelAppInstallation: z.array(ACLAction$inboundSchema).optional(),
8668
- vercelAppInstallationRequest: z.array(ACLAction$inboundSchema).optional(),
8681
+ ownEvent: z.array(ACLAction$inboundSchema).optional(),
8682
+ passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
8669
8683
  paymentMethod: z.array(ACLAction$inboundSchema).optional(),
8670
8684
  permissions: z.array(ACLAction$inboundSchema).optional(),
8671
8685
  postgres: z.array(ACLAction$inboundSchema).optional(),
8686
+ postgresStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8672
8687
  previewDeploymentSuffix: z.array(ACLAction$inboundSchema).optional(),
8688
+ projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
8673
8689
  proTrialOnboarding: z.array(ACLAction$inboundSchema).optional(),
8674
- sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
8675
- sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
8676
- space: z.array(ACLAction$inboundSchema).optional(),
8677
- spaceRun: z.array(ACLAction$inboundSchema).optional(),
8678
- passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
8679
8690
  rateLimit: z.array(ACLAction$inboundSchema).optional(),
8680
8691
  redis: z.array(ACLAction$inboundSchema).optional(),
8681
- repository: z.array(ACLAction$inboundSchema).optional(),
8692
+ redisStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8682
8693
  remoteCaching: z.array(ACLAction$inboundSchema).optional(),
8694
+ repository: z.array(ACLAction$inboundSchema).optional(),
8683
8695
  samlConfig: z.array(ACLAction$inboundSchema).optional(),
8684
8696
  secret: z.array(ACLAction$inboundSchema).optional(),
8685
- redisStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8686
- blobStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8687
- postgresStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8688
- integrationStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8689
- integrationResourceReplCommand: z.array(ACLAction$inboundSchema).optional(),
8697
+ sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
8698
+ .optional(),
8699
+ sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
8700
+ sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
8701
+ space: z.array(ACLAction$inboundSchema).optional(),
8702
+ spaceRun: z.array(ACLAction$inboundSchema).optional(),
8690
8703
  storeTransfer: z.array(ACLAction$inboundSchema).optional(),
8691
8704
  supportCase: z.array(ACLAction$inboundSchema).optional(),
8692
8705
  supportCaseComment: z.array(ACLAction$inboundSchema).optional(),
8693
- dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
8694
8706
  team: z.array(ACLAction$inboundSchema).optional(),
8695
8707
  teamAccessRequest: z.array(ACLAction$inboundSchema).optional(),
8696
8708
  teamFellowMembership: z.array(ACLAction$inboundSchema).optional(),
@@ -8705,26 +8717,15 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8705
8717
  token: z.array(ACLAction$inboundSchema).optional(),
8706
8718
  usage: z.array(ACLAction$inboundSchema).optional(),
8707
8719
  usageCycle: z.array(ACLAction$inboundSchema).optional(),
8720
+ vercelRun: z.array(ACLAction$inboundSchema).optional(),
8721
+ vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
8708
8722
  vpcPeeringConnection: z.array(ACLAction$inboundSchema).optional(),
8709
8723
  webAnalyticsPlan: z.array(ACLAction$inboundSchema).optional(),
8710
- edgeConfig: z.array(ACLAction$inboundSchema).optional(),
8711
- edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
8712
- edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
8713
- edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
8714
8724
  webhook: z.array(ACLAction$inboundSchema).optional(),
8715
8725
  "webhook-event": z.array(ACLAction$inboundSchema).optional(),
8716
- endpointVerification: z.array(ACLAction$inboundSchema).optional(),
8717
- projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
8718
- oauth2Application: z.array(ACLAction$inboundSchema).optional(),
8719
- vercelRun: z.array(ACLAction$inboundSchema).optional(),
8720
- vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
8721
- apiKey: z.array(ACLAction$inboundSchema).optional(),
8722
- apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
8723
- apiKeyAiGateway: z.array(ACLAction$inboundSchema).optional(),
8724
8726
  aliasProject: z.array(ACLAction$inboundSchema).optional(),
8725
8727
  aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
8726
8728
  buildMachine: z.array(ACLAction$inboundSchema).optional(),
8727
- productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
8728
8729
  connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
8729
8730
  dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
8730
8731
  deployment: z.array(ACLAction$inboundSchema).optional(),
@@ -8741,55 +8742,55 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8741
8742
  deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
8742
8743
  edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
8743
8744
  environments: z.array(ACLAction$inboundSchema).optional(),
8745
+ job: z.array(ACLAction$inboundSchema).optional(),
8744
8746
  logs: z.array(ACLAction$inboundSchema).optional(),
8745
8747
  logsPreset: z.array(ACLAction$inboundSchema).optional(),
8746
- passwordProtection: z.array(ACLAction$inboundSchema).optional(),
8747
- optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
8748
- job: z.array(ACLAction$inboundSchema).optional(),
8749
8748
  observabilityData: z.array(ACLAction$inboundSchema).optional(),
8750
8749
  onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
8751
8750
  onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
8751
+ optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
8752
+ passwordProtection: z.array(ACLAction$inboundSchema).optional(),
8753
+ productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
8752
8754
  project: z.array(ACLAction$inboundSchema).optional(),
8753
- projectFromV0: z.array(ACLAction$inboundSchema).optional(),
8754
8755
  projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
8755
8756
  projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
8757
+ projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
8756
8758
  projectCheck: z.array(ACLAction$inboundSchema).optional(),
8757
8759
  projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
8760
+ projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
8758
8761
  projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
8759
8762
  projectDomain: z.array(ACLAction$inboundSchema).optional(),
8760
- projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
8761
8763
  projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
8764
+ projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
8762
8765
  projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
8763
8766
  projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
8764
8767
  projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
8765
8768
  .optional(),
8766
8769
  projectFlags: z.array(ACLAction$inboundSchema).optional(),
8770
+ projectFromV0: z.array(ACLAction$inboundSchema).optional(),
8767
8771
  projectId: z.array(ACLAction$inboundSchema).optional(),
8768
8772
  projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
8769
8773
  projectLink: z.array(ACLAction$inboundSchema).optional(),
8770
8774
  projectMember: z.array(ACLAction$inboundSchema).optional(),
8771
8775
  projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
8776
+ projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
8772
8777
  projectPermissions: z.array(ACLAction$inboundSchema).optional(),
8773
8778
  projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
8774
- projectTransfer: z.array(ACLAction$inboundSchema).optional(),
8775
- projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
8776
8779
  projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
8777
- projectUsage: z.array(ACLAction$inboundSchema).optional(),
8778
- projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
8780
+ projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
8779
8781
  projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
8780
8782
  projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
8781
- projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
8782
- projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
8783
8783
  projectTier: z.array(ACLAction$inboundSchema).optional(),
8784
- projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
8784
+ projectTransfer: z.array(ACLAction$inboundSchema).optional(),
8785
+ projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
8786
+ projectUsage: z.array(ACLAction$inboundSchema).optional(),
8785
8787
  seawallConfig: z.array(ACLAction$inboundSchema).optional(),
8788
+ sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
8786
8789
  skewProtection: z.array(ACLAction$inboundSchema).optional(),
8787
8790
  analytics: z.array(ACLAction$inboundSchema).optional(),
8788
8791
  trustedIps: z.array(ACLAction$inboundSchema).optional(),
8789
8792
  v0Chat: z.array(ACLAction$inboundSchema).optional(),
8790
8793
  webAnalytics: z.array(ACLAction$inboundSchema).optional(),
8791
- sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
8792
- sonar: z.array(ACLAction$inboundSchema).optional(),
8793
8794
  }).transform((v) => {
8794
8795
  return remap$(v, {
8795
8796
  "Monitoring": "monitoring",
@@ -8806,9 +8807,17 @@ export type GetProjectsPermissions$Outbound = {
8806
8807
  userSudo?: Array<string> | undefined;
8807
8808
  webAuthn?: Array<string> | undefined;
8808
8809
  accessGroup?: Array<string> | undefined;
8810
+ agent?: Array<string> | undefined;
8811
+ alerts?: Array<string> | undefined;
8809
8812
  aliasGlobal?: Array<string> | undefined;
8810
8813
  analyticsSampling?: Array<string> | undefined;
8811
8814
  analyticsUsage?: Array<string> | undefined;
8815
+ apiKey?: Array<string> | undefined;
8816
+ apiKeyAiGateway?: Array<string> | undefined;
8817
+ apiKeyOwnedBySelf?: Array<string> | undefined;
8818
+ oauth2Application?: Array<string> | undefined;
8819
+ vercelAppInstallation?: Array<string> | undefined;
8820
+ vercelAppInstallationRequest?: Array<string> | undefined;
8812
8821
  auditLog?: Array<string> | undefined;
8813
8822
  billingAddress?: Array<string> | undefined;
8814
8823
  billingInformation?: Array<string> | undefined;
@@ -8820,6 +8829,7 @@ export type GetProjectsPermissions$Outbound = {
8820
8829
  billingRefund?: Array<string> | undefined;
8821
8830
  billingTaxId?: Array<string> | undefined;
8822
8831
  blob?: Array<string> | undefined;
8832
+ blobStoreTokenSet?: Array<string> | undefined;
8823
8833
  budget?: Array<string> | undefined;
8824
8834
  cacheArtifact?: Array<string> | undefined;
8825
8835
  cacheArtifactUsageEvent?: Array<string> | undefined;
@@ -8827,6 +8837,7 @@ export type GetProjectsPermissions$Outbound = {
8827
8837
  concurrentBuilds?: Array<string> | undefined;
8828
8838
  connect?: Array<string> | undefined;
8829
8839
  connectConfiguration?: Array<string> | undefined;
8840
+ dataCacheBillingSettings?: Array<string> | undefined;
8830
8841
  defaultDeploymentProtection?: Array<string> | undefined;
8831
8842
  domain?: Array<string> | undefined;
8832
8843
  domainAcceptDelegation?: Array<string> | undefined;
@@ -8837,40 +8848,46 @@ export type GetProjectsPermissions$Outbound = {
8837
8848
  domainPurchase?: Array<string> | undefined;
8838
8849
  domainRecord?: Array<string> | undefined;
8839
8850
  domainTransferIn?: Array<string> | undefined;
8851
+ drain?: Array<string> | undefined;
8852
+ edgeConfig?: Array<string> | undefined;
8853
+ edgeConfigItem?: Array<string> | undefined;
8854
+ edgeConfigSchema?: Array<string> | undefined;
8855
+ edgeConfigToken?: Array<string> | undefined;
8856
+ endpointVerification?: Array<string> | undefined;
8840
8857
  event?: Array<string> | undefined;
8841
- ownEvent?: Array<string> | undefined;
8842
- sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
8843
8858
  fileUpload?: Array<string> | undefined;
8844
8859
  flagsExplorerSubscription?: Array<string> | undefined;
8845
8860
  gitRepository?: Array<string> | undefined;
8846
- ipBlocking?: Array<string> | undefined;
8847
8861
  imageOptimizationNewPrice?: Array<string> | undefined;
8848
8862
  integration?: Array<string> | undefined;
8849
8863
  integrationAccount?: Array<string> | undefined;
8850
8864
  integrationConfiguration?: Array<string> | undefined;
8851
- integrationConfigurationTransfer?: Array<string> | undefined;
8852
8865
  integrationConfigurationProjects?: Array<string> | undefined;
8853
- integrationVercelConfigurationOverride?: Array<string> | undefined;
8854
8866
  integrationConfigurationRole?: Array<string> | undefined;
8855
- integrationSSOSession?: Array<string> | undefined;
8856
- integrationResource?: Array<string> | undefined;
8867
+ integrationConfigurationTransfer?: Array<string> | undefined;
8868
+ integrationDeploymentAction?: Array<string> | undefined;
8857
8869
  integrationEvent?: Array<string> | undefined;
8870
+ integrationResource?: Array<string> | undefined;
8871
+ integrationResourceReplCommand?: Array<string> | undefined;
8858
8872
  integrationResourceSecrets?: Array<string> | undefined;
8859
- integrationDeploymentAction?: Array<string> | undefined;
8860
- marketplaceInstallationMember?: Array<string> | undefined;
8873
+ integrationSSOSession?: Array<string> | undefined;
8874
+ integrationStoreTokenSet?: Array<string> | undefined;
8875
+ integrationVercelConfigurationOverride?: Array<string> | undefined;
8876
+ ipBlocking?: Array<string> | undefined;
8877
+ jobGlobal?: Array<string> | undefined;
8878
+ logDrain?: Array<string> | undefined;
8861
8879
  marketplaceBillingData?: Array<string> | undefined;
8880
+ marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
8881
+ marketplaceExperimentationItem?: Array<string> | undefined;
8882
+ marketplaceInstallationMember?: Array<string> | undefined;
8862
8883
  marketplaceInvoice?: Array<string> | undefined;
8863
8884
  marketplaceSettings?: Array<string> | undefined;
8864
- marketplaceExperimentationItem?: Array<string> | undefined;
8865
- marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
8866
- jobGlobal?: Array<string> | undefined;
8867
- drain?: Array<string> | undefined;
8868
- logDrain?: Array<string> | undefined;
8869
8885
  Monitoring?: Array<string> | undefined;
8870
- monitoringSettings?: Array<string> | undefined;
8871
- monitoringQuery?: Array<string> | undefined;
8872
- monitoringChart?: Array<string> | undefined;
8873
8886
  monitoringAlert?: Array<string> | undefined;
8887
+ monitoringChart?: Array<string> | undefined;
8888
+ monitoringQuery?: Array<string> | undefined;
8889
+ monitoringSettings?: Array<string> | undefined;
8890
+ notificationCustomerBudget?: Array<string> | undefined;
8874
8891
  notificationDeploymentFailed?: Array<string> | undefined;
8875
8892
  notificationDomainConfiguration?: Array<string> | undefined;
8876
8893
  notificationDomainExpire?: Array<string> | undefined;
@@ -8881,42 +8898,37 @@ export type GetProjectsPermissions$Outbound = {
8881
8898
  notificationDomainUnverified?: Array<string> | undefined;
8882
8899
  NotificationMonitoringAlert?: Array<string> | undefined;
8883
8900
  notificationPaymentFailed?: Array<string> | undefined;
8884
- notificationUsageAlert?: Array<string> | undefined;
8885
8901
  notificationPreferences?: Array<string> | undefined;
8886
- notificationCustomerBudget?: Array<string> | undefined;
8887
8902
  notificationStatementOfReasons?: Array<string> | undefined;
8903
+ notificationUsageAlert?: Array<string> | undefined;
8888
8904
  observabilityConfiguration?: Array<string> | undefined;
8889
- alerts?: Array<string> | undefined;
8890
- observabilityNotebook?: Array<string> | undefined;
8891
8905
  observabilityFunnel?: Array<string> | undefined;
8906
+ observabilityNotebook?: Array<string> | undefined;
8892
8907
  openTelemetryEndpoint?: Array<string> | undefined;
8893
- vercelAppInstallation?: Array<string> | undefined;
8894
- vercelAppInstallationRequest?: Array<string> | undefined;
8908
+ ownEvent?: Array<string> | undefined;
8909
+ passwordProtectionInvoiceItem?: Array<string> | undefined;
8895
8910
  paymentMethod?: Array<string> | undefined;
8896
8911
  permissions?: Array<string> | undefined;
8897
8912
  postgres?: Array<string> | undefined;
8913
+ postgresStoreTokenSet?: Array<string> | undefined;
8898
8914
  previewDeploymentSuffix?: Array<string> | undefined;
8915
+ projectTransferIn?: Array<string> | undefined;
8899
8916
  proTrialOnboarding?: Array<string> | undefined;
8900
- sharedEnvVars?: Array<string> | undefined;
8901
- sharedEnvVarsProduction?: Array<string> | undefined;
8902
- space?: Array<string> | undefined;
8903
- spaceRun?: Array<string> | undefined;
8904
- passwordProtectionInvoiceItem?: Array<string> | undefined;
8905
8917
  rateLimit?: Array<string> | undefined;
8906
8918
  redis?: Array<string> | undefined;
8907
- repository?: Array<string> | undefined;
8919
+ redisStoreTokenSet?: Array<string> | undefined;
8908
8920
  remoteCaching?: Array<string> | undefined;
8921
+ repository?: Array<string> | undefined;
8909
8922
  samlConfig?: Array<string> | undefined;
8910
8923
  secret?: Array<string> | undefined;
8911
- redisStoreTokenSet?: Array<string> | undefined;
8912
- blobStoreTokenSet?: Array<string> | undefined;
8913
- postgresStoreTokenSet?: Array<string> | undefined;
8914
- integrationStoreTokenSet?: Array<string> | undefined;
8915
- integrationResourceReplCommand?: Array<string> | undefined;
8924
+ sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
8925
+ sharedEnvVars?: Array<string> | undefined;
8926
+ sharedEnvVarsProduction?: Array<string> | undefined;
8927
+ space?: Array<string> | undefined;
8928
+ spaceRun?: Array<string> | undefined;
8916
8929
  storeTransfer?: Array<string> | undefined;
8917
8930
  supportCase?: Array<string> | undefined;
8918
8931
  supportCaseComment?: Array<string> | undefined;
8919
- dataCacheBillingSettings?: Array<string> | undefined;
8920
8932
  team?: Array<string> | undefined;
8921
8933
  teamAccessRequest?: Array<string> | undefined;
8922
8934
  teamFellowMembership?: Array<string> | undefined;
@@ -8931,26 +8943,15 @@ export type GetProjectsPermissions$Outbound = {
8931
8943
  token?: Array<string> | undefined;
8932
8944
  usage?: Array<string> | undefined;
8933
8945
  usageCycle?: Array<string> | undefined;
8946
+ vercelRun?: Array<string> | undefined;
8947
+ vercelRunExec?: Array<string> | undefined;
8934
8948
  vpcPeeringConnection?: Array<string> | undefined;
8935
8949
  webAnalyticsPlan?: Array<string> | undefined;
8936
- edgeConfig?: Array<string> | undefined;
8937
- edgeConfigItem?: Array<string> | undefined;
8938
- edgeConfigSchema?: Array<string> | undefined;
8939
- edgeConfigToken?: Array<string> | undefined;
8940
8950
  webhook?: Array<string> | undefined;
8941
8951
  "webhook-event"?: Array<string> | undefined;
8942
- endpointVerification?: Array<string> | undefined;
8943
- projectTransferIn?: Array<string> | undefined;
8944
- oauth2Application?: Array<string> | undefined;
8945
- vercelRun?: Array<string> | undefined;
8946
- vercelRunExec?: Array<string> | undefined;
8947
- apiKey?: Array<string> | undefined;
8948
- apiKeyOwnedBySelf?: Array<string> | undefined;
8949
- apiKeyAiGateway?: Array<string> | undefined;
8950
8952
  aliasProject?: Array<string> | undefined;
8951
8953
  aliasProtectionBypass?: Array<string> | undefined;
8952
8954
  buildMachine?: Array<string> | undefined;
8953
- productionAliasProtectionBypass?: Array<string> | undefined;
8954
8955
  connectConfigurationLink?: Array<string> | undefined;
8955
8956
  dataCacheNamespace?: Array<string> | undefined;
8956
8957
  deployment?: Array<string> | undefined;
@@ -8966,54 +8967,54 @@ export type GetProjectsPermissions$Outbound = {
8966
8967
  deploymentRollback?: Array<string> | undefined;
8967
8968
  edgeCacheNamespace?: Array<string> | undefined;
8968
8969
  environments?: Array<string> | undefined;
8970
+ job?: Array<string> | undefined;
8969
8971
  logs?: Array<string> | undefined;
8970
8972
  logsPreset?: Array<string> | undefined;
8971
- passwordProtection?: Array<string> | undefined;
8972
- optionsAllowlist?: Array<string> | undefined;
8973
- job?: Array<string> | undefined;
8974
8973
  observabilityData?: Array<string> | undefined;
8975
8974
  onDemandBuild?: Array<string> | undefined;
8976
8975
  onDemandConcurrency?: Array<string> | undefined;
8976
+ optionsAllowlist?: Array<string> | undefined;
8977
+ passwordProtection?: Array<string> | undefined;
8978
+ productionAliasProtectionBypass?: Array<string> | undefined;
8977
8979
  project?: Array<string> | undefined;
8978
- projectFromV0?: Array<string> | undefined;
8979
8980
  projectAccessGroup?: Array<string> | undefined;
8980
8981
  projectAnalyticsSampling?: Array<string> | undefined;
8982
+ projectAnalyticsUsage?: Array<string> | undefined;
8981
8983
  projectCheck?: Array<string> | undefined;
8982
8984
  projectCheckRun?: Array<string> | undefined;
8985
+ projectDeploymentExpiration?: Array<string> | undefined;
8983
8986
  projectDeploymentHook?: Array<string> | undefined;
8984
8987
  projectDomain?: Array<string> | undefined;
8985
- projectDomainMove?: Array<string> | undefined;
8986
8988
  projectDomainCheckConfig?: Array<string> | undefined;
8989
+ projectDomainMove?: Array<string> | undefined;
8987
8990
  projectEnvVars?: Array<string> | undefined;
8988
8991
  projectEnvVarsProduction?: Array<string> | undefined;
8989
8992
  projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
8990
8993
  projectFlags?: Array<string> | undefined;
8994
+ projectFromV0?: Array<string> | undefined;
8991
8995
  projectId?: Array<string> | undefined;
8992
8996
  projectIntegrationConfiguration?: Array<string> | undefined;
8993
8997
  projectLink?: Array<string> | undefined;
8994
8998
  projectMember?: Array<string> | undefined;
8995
8999
  projectMonitoring?: Array<string> | undefined;
9000
+ projectOIDCToken?: Array<string> | undefined;
8996
9001
  projectPermissions?: Array<string> | undefined;
8997
9002
  projectProductionBranch?: Array<string> | undefined;
8998
- projectTransfer?: Array<string> | undefined;
8999
- projectTransferOut?: Array<string> | undefined;
9000
9003
  projectProtectionBypass?: Array<string> | undefined;
9001
- projectUsage?: Array<string> | undefined;
9002
- projectAnalyticsUsage?: Array<string> | undefined;
9004
+ projectRollingRelease?: Array<string> | undefined;
9003
9005
  projectSupportCase?: Array<string> | undefined;
9004
9006
  projectSupportCaseComment?: Array<string> | undefined;
9005
- projectDeploymentExpiration?: Array<string> | undefined;
9006
- projectRollingRelease?: Array<string> | undefined;
9007
9007
  projectTier?: Array<string> | undefined;
9008
- projectOIDCToken?: Array<string> | undefined;
9008
+ projectTransfer?: Array<string> | undefined;
9009
+ projectTransferOut?: Array<string> | undefined;
9010
+ projectUsage?: Array<string> | undefined;
9009
9011
  seawallConfig?: Array<string> | undefined;
9012
+ sharedEnvVarConnection?: Array<string> | undefined;
9010
9013
  skewProtection?: Array<string> | undefined;
9011
9014
  analytics?: Array<string> | undefined;
9012
9015
  trustedIps?: Array<string> | undefined;
9013
9016
  v0Chat?: Array<string> | undefined;
9014
9017
  webAnalytics?: Array<string> | undefined;
9015
- sharedEnvVarConnection?: Array<string> | undefined;
9016
- sonar?: Array<string> | undefined;
9017
9018
  };
9018
9019
 
9019
9020
  /** @internal */
@@ -9028,9 +9029,17 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
9028
9029
  userSudo: z.array(ACLAction$outboundSchema).optional(),
9029
9030
  webAuthn: z.array(ACLAction$outboundSchema).optional(),
9030
9031
  accessGroup: z.array(ACLAction$outboundSchema).optional(),
9032
+ agent: z.array(ACLAction$outboundSchema).optional(),
9033
+ alerts: z.array(ACLAction$outboundSchema).optional(),
9031
9034
  aliasGlobal: z.array(ACLAction$outboundSchema).optional(),
9032
9035
  analyticsSampling: z.array(ACLAction$outboundSchema).optional(),
9033
9036
  analyticsUsage: z.array(ACLAction$outboundSchema).optional(),
9037
+ apiKey: z.array(ACLAction$outboundSchema).optional(),
9038
+ apiKeyAiGateway: z.array(ACLAction$outboundSchema).optional(),
9039
+ apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
9040
+ oauth2Application: z.array(ACLAction$outboundSchema).optional(),
9041
+ vercelAppInstallation: z.array(ACLAction$outboundSchema).optional(),
9042
+ vercelAppInstallationRequest: z.array(ACLAction$outboundSchema).optional(),
9034
9043
  auditLog: z.array(ACLAction$outboundSchema).optional(),
9035
9044
  billingAddress: z.array(ACLAction$outboundSchema).optional(),
9036
9045
  billingInformation: z.array(ACLAction$outboundSchema).optional(),
@@ -9042,6 +9051,7 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
9042
9051
  billingRefund: z.array(ACLAction$outboundSchema).optional(),
9043
9052
  billingTaxId: z.array(ACLAction$outboundSchema).optional(),
9044
9053
  blob: z.array(ACLAction$outboundSchema).optional(),
9054
+ blobStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9045
9055
  budget: z.array(ACLAction$outboundSchema).optional(),
9046
9056
  cacheArtifact: z.array(ACLAction$outboundSchema).optional(),
9047
9057
  cacheArtifactUsageEvent: z.array(ACLAction$outboundSchema).optional(),
@@ -9049,6 +9059,7 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
9049
9059
  concurrentBuilds: z.array(ACLAction$outboundSchema).optional(),
9050
9060
  connect: z.array(ACLAction$outboundSchema).optional(),
9051
9061
  connectConfiguration: z.array(ACLAction$outboundSchema).optional(),
9062
+ dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
9052
9063
  defaultDeploymentProtection: z.array(ACLAction$outboundSchema).optional(),
9053
9064
  domain: z.array(ACLAction$outboundSchema).optional(),
9054
9065
  domainAcceptDelegation: z.array(ACLAction$outboundSchema).optional(),
@@ -9059,45 +9070,50 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
9059
9070
  domainPurchase: z.array(ACLAction$outboundSchema).optional(),
9060
9071
  domainRecord: z.array(ACLAction$outboundSchema).optional(),
9061
9072
  domainTransferIn: z.array(ACLAction$outboundSchema).optional(),
9073
+ drain: z.array(ACLAction$outboundSchema).optional(),
9074
+ edgeConfig: z.array(ACLAction$outboundSchema).optional(),
9075
+ edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
9076
+ edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
9077
+ edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
9078
+ endpointVerification: z.array(ACLAction$outboundSchema).optional(),
9062
9079
  event: z.array(ACLAction$outboundSchema).optional(),
9063
- ownEvent: z.array(ACLAction$outboundSchema).optional(),
9064
- sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
9065
- .optional(),
9066
9080
  fileUpload: z.array(ACLAction$outboundSchema).optional(),
9067
9081
  flagsExplorerSubscription: z.array(ACLAction$outboundSchema).optional(),
9068
9082
  gitRepository: z.array(ACLAction$outboundSchema).optional(),
9069
- ipBlocking: z.array(ACLAction$outboundSchema).optional(),
9070
9083
  imageOptimizationNewPrice: z.array(ACLAction$outboundSchema).optional(),
9071
9084
  integration: z.array(ACLAction$outboundSchema).optional(),
9072
9085
  integrationAccount: z.array(ACLAction$outboundSchema).optional(),
9073
9086
  integrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
9074
- integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
9075
- .optional(),
9076
9087
  integrationConfigurationProjects: z.array(ACLAction$outboundSchema)
9077
9088
  .optional(),
9078
- integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
9079
- .optional(),
9080
9089
  integrationConfigurationRole: z.array(ACLAction$outboundSchema).optional(),
9081
- integrationSSOSession: z.array(ACLAction$outboundSchema).optional(),
9082
- integrationResource: z.array(ACLAction$outboundSchema).optional(),
9090
+ integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
9091
+ .optional(),
9092
+ integrationDeploymentAction: z.array(ACLAction$outboundSchema).optional(),
9083
9093
  integrationEvent: z.array(ACLAction$outboundSchema).optional(),
9094
+ integrationResource: z.array(ACLAction$outboundSchema).optional(),
9095
+ integrationResourceReplCommand: z.array(ACLAction$outboundSchema).optional(),
9084
9096
  integrationResourceSecrets: z.array(ACLAction$outboundSchema).optional(),
9085
- integrationDeploymentAction: z.array(ACLAction$outboundSchema).optional(),
9086
- marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
9087
- marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
9088
- marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
9089
- marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
9090
- marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
9091
- marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
9097
+ integrationSSOSession: z.array(ACLAction$outboundSchema).optional(),
9098
+ integrationStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9099
+ integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
9092
9100
  .optional(),
9101
+ ipBlocking: z.array(ACLAction$outboundSchema).optional(),
9093
9102
  jobGlobal: z.array(ACLAction$outboundSchema).optional(),
9094
- drain: z.array(ACLAction$outboundSchema).optional(),
9095
9103
  logDrain: z.array(ACLAction$outboundSchema).optional(),
9104
+ marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
9105
+ marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
9106
+ .optional(),
9107
+ marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
9108
+ marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
9109
+ marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
9110
+ marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
9096
9111
  monitoring: z.array(ACLAction$outboundSchema).optional(),
9097
- monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
9098
- monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
9099
- monitoringChart: z.array(ACLAction$outboundSchema).optional(),
9100
9112
  monitoringAlert: z.array(ACLAction$outboundSchema).optional(),
9113
+ monitoringChart: z.array(ACLAction$outboundSchema).optional(),
9114
+ monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
9115
+ monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
9116
+ notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
9101
9117
  notificationDeploymentFailed: z.array(ACLAction$outboundSchema).optional(),
9102
9118
  notificationDomainConfiguration: z.array(ACLAction$outboundSchema).optional(),
9103
9119
  notificationDomainExpire: z.array(ACLAction$outboundSchema).optional(),
@@ -9108,42 +9124,38 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
9108
9124
  notificationDomainUnverified: z.array(ACLAction$outboundSchema).optional(),
9109
9125
  notificationMonitoringAlert: z.array(ACLAction$outboundSchema).optional(),
9110
9126
  notificationPaymentFailed: z.array(ACLAction$outboundSchema).optional(),
9111
- notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
9112
9127
  notificationPreferences: z.array(ACLAction$outboundSchema).optional(),
9113
- notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
9114
9128
  notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
9129
+ notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
9115
9130
  observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
9116
- alerts: z.array(ACLAction$outboundSchema).optional(),
9117
- observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
9118
9131
  observabilityFunnel: z.array(ACLAction$outboundSchema).optional(),
9132
+ observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
9119
9133
  openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
9120
- vercelAppInstallation: z.array(ACLAction$outboundSchema).optional(),
9121
- vercelAppInstallationRequest: z.array(ACLAction$outboundSchema).optional(),
9134
+ ownEvent: z.array(ACLAction$outboundSchema).optional(),
9135
+ passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
9122
9136
  paymentMethod: z.array(ACLAction$outboundSchema).optional(),
9123
9137
  permissions: z.array(ACLAction$outboundSchema).optional(),
9124
9138
  postgres: z.array(ACLAction$outboundSchema).optional(),
9139
+ postgresStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9125
9140
  previewDeploymentSuffix: z.array(ACLAction$outboundSchema).optional(),
9141
+ projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
9126
9142
  proTrialOnboarding: z.array(ACLAction$outboundSchema).optional(),
9127
- sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
9128
- sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
9129
- space: z.array(ACLAction$outboundSchema).optional(),
9130
- spaceRun: z.array(ACLAction$outboundSchema).optional(),
9131
- passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
9132
9143
  rateLimit: z.array(ACLAction$outboundSchema).optional(),
9133
9144
  redis: z.array(ACLAction$outboundSchema).optional(),
9134
- repository: z.array(ACLAction$outboundSchema).optional(),
9145
+ redisStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9135
9146
  remoteCaching: z.array(ACLAction$outboundSchema).optional(),
9147
+ repository: z.array(ACLAction$outboundSchema).optional(),
9136
9148
  samlConfig: z.array(ACLAction$outboundSchema).optional(),
9137
9149
  secret: z.array(ACLAction$outboundSchema).optional(),
9138
- redisStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9139
- blobStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9140
- postgresStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9141
- integrationStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9142
- integrationResourceReplCommand: z.array(ACLAction$outboundSchema).optional(),
9150
+ sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
9151
+ .optional(),
9152
+ sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
9153
+ sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
9154
+ space: z.array(ACLAction$outboundSchema).optional(),
9155
+ spaceRun: z.array(ACLAction$outboundSchema).optional(),
9143
9156
  storeTransfer: z.array(ACLAction$outboundSchema).optional(),
9144
9157
  supportCase: z.array(ACLAction$outboundSchema).optional(),
9145
9158
  supportCaseComment: z.array(ACLAction$outboundSchema).optional(),
9146
- dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
9147
9159
  team: z.array(ACLAction$outboundSchema).optional(),
9148
9160
  teamAccessRequest: z.array(ACLAction$outboundSchema).optional(),
9149
9161
  teamFellowMembership: z.array(ACLAction$outboundSchema).optional(),
@@ -9158,26 +9170,15 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
9158
9170
  token: z.array(ACLAction$outboundSchema).optional(),
9159
9171
  usage: z.array(ACLAction$outboundSchema).optional(),
9160
9172
  usageCycle: z.array(ACLAction$outboundSchema).optional(),
9173
+ vercelRun: z.array(ACLAction$outboundSchema).optional(),
9174
+ vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
9161
9175
  vpcPeeringConnection: z.array(ACLAction$outboundSchema).optional(),
9162
9176
  webAnalyticsPlan: z.array(ACLAction$outboundSchema).optional(),
9163
- edgeConfig: z.array(ACLAction$outboundSchema).optional(),
9164
- edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
9165
- edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
9166
- edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
9167
9177
  webhook: z.array(ACLAction$outboundSchema).optional(),
9168
9178
  webhookEvent: z.array(ACLAction$outboundSchema).optional(),
9169
- endpointVerification: z.array(ACLAction$outboundSchema).optional(),
9170
- projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
9171
- oauth2Application: z.array(ACLAction$outboundSchema).optional(),
9172
- vercelRun: z.array(ACLAction$outboundSchema).optional(),
9173
- vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
9174
- apiKey: z.array(ACLAction$outboundSchema).optional(),
9175
- apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
9176
- apiKeyAiGateway: z.array(ACLAction$outboundSchema).optional(),
9177
9179
  aliasProject: z.array(ACLAction$outboundSchema).optional(),
9178
9180
  aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9179
9181
  buildMachine: z.array(ACLAction$outboundSchema).optional(),
9180
- productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9181
9182
  connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
9182
9183
  dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
9183
9184
  deployment: z.array(ACLAction$outboundSchema).optional(),
@@ -9194,55 +9195,55 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
9194
9195
  deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
9195
9196
  edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
9196
9197
  environments: z.array(ACLAction$outboundSchema).optional(),
9198
+ job: z.array(ACLAction$outboundSchema).optional(),
9197
9199
  logs: z.array(ACLAction$outboundSchema).optional(),
9198
9200
  logsPreset: z.array(ACLAction$outboundSchema).optional(),
9199
- passwordProtection: z.array(ACLAction$outboundSchema).optional(),
9200
- optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
9201
- job: z.array(ACLAction$outboundSchema).optional(),
9202
9201
  observabilityData: z.array(ACLAction$outboundSchema).optional(),
9203
9202
  onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
9204
9203
  onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
9204
+ optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
9205
+ passwordProtection: z.array(ACLAction$outboundSchema).optional(),
9206
+ productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9205
9207
  project: z.array(ACLAction$outboundSchema).optional(),
9206
- projectFromV0: z.array(ACLAction$outboundSchema).optional(),
9207
9208
  projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
9208
9209
  projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
9210
+ projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
9209
9211
  projectCheck: z.array(ACLAction$outboundSchema).optional(),
9210
9212
  projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
9213
+ projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
9211
9214
  projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
9212
9215
  projectDomain: z.array(ACLAction$outboundSchema).optional(),
9213
- projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
9214
9216
  projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
9217
+ projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
9215
9218
  projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
9216
9219
  projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
9217
9220
  projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
9218
9221
  .optional(),
9219
9222
  projectFlags: z.array(ACLAction$outboundSchema).optional(),
9223
+ projectFromV0: z.array(ACLAction$outboundSchema).optional(),
9220
9224
  projectId: z.array(ACLAction$outboundSchema).optional(),
9221
9225
  projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
9222
9226
  projectLink: z.array(ACLAction$outboundSchema).optional(),
9223
9227
  projectMember: z.array(ACLAction$outboundSchema).optional(),
9224
9228
  projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
9229
+ projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
9225
9230
  projectPermissions: z.array(ACLAction$outboundSchema).optional(),
9226
9231
  projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
9227
- projectTransfer: z.array(ACLAction$outboundSchema).optional(),
9228
- projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
9229
9232
  projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9230
- projectUsage: z.array(ACLAction$outboundSchema).optional(),
9231
- projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
9233
+ projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
9232
9234
  projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
9233
9235
  projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
9234
- projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
9235
- projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
9236
9236
  projectTier: z.array(ACLAction$outboundSchema).optional(),
9237
- projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
9237
+ projectTransfer: z.array(ACLAction$outboundSchema).optional(),
9238
+ projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
9239
+ projectUsage: z.array(ACLAction$outboundSchema).optional(),
9238
9240
  seawallConfig: z.array(ACLAction$outboundSchema).optional(),
9241
+ sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
9239
9242
  skewProtection: z.array(ACLAction$outboundSchema).optional(),
9240
9243
  analytics: z.array(ACLAction$outboundSchema).optional(),
9241
9244
  trustedIps: z.array(ACLAction$outboundSchema).optional(),
9242
9245
  v0Chat: z.array(ACLAction$outboundSchema).optional(),
9243
9246
  webAnalytics: z.array(ACLAction$outboundSchema).optional(),
9244
- sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
9245
- sonar: z.array(ACLAction$outboundSchema).optional(),
9246
9247
  }).transform((v) => {
9247
9248
  return remap$(v, {
9248
9249
  monitoring: "Monitoring",