@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
@@ -118,6 +118,7 @@ export const CreateProjectFramework = {
118
118
  Vuepress: "vuepress",
119
119
  Parcel: "parcel",
120
120
  Fastapi: "fastapi",
121
+ Flask: "flask",
121
122
  Fasthtml: "fasthtml",
122
123
  SanityV3: "sanity-v3",
123
124
  Sanity: "sanity",
@@ -941,6 +942,7 @@ export const CreateProjectProjectsFramework = {
941
942
  Vuepress: "vuepress",
942
943
  Parcel: "parcel",
943
944
  Fastapi: "fastapi",
945
+ Flask: "flask",
944
946
  Fasthtml: "fasthtml",
945
947
  SanityV3: "sanity-v3",
946
948
  Sanity: "sanity",
@@ -1650,9 +1652,17 @@ export type CreateProjectPermissions = {
1650
1652
  userSudo?: Array<ACLAction> | undefined;
1651
1653
  webAuthn?: Array<ACLAction> | undefined;
1652
1654
  accessGroup?: Array<ACLAction> | undefined;
1655
+ agent?: Array<ACLAction> | undefined;
1656
+ alerts?: Array<ACLAction> | undefined;
1653
1657
  aliasGlobal?: Array<ACLAction> | undefined;
1654
1658
  analyticsSampling?: Array<ACLAction> | undefined;
1655
1659
  analyticsUsage?: Array<ACLAction> | undefined;
1660
+ apiKey?: Array<ACLAction> | undefined;
1661
+ apiKeyAiGateway?: Array<ACLAction> | undefined;
1662
+ apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1663
+ oauth2Application?: Array<ACLAction> | undefined;
1664
+ vercelAppInstallation?: Array<ACLAction> | undefined;
1665
+ vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1656
1666
  auditLog?: Array<ACLAction> | undefined;
1657
1667
  billingAddress?: Array<ACLAction> | undefined;
1658
1668
  billingInformation?: Array<ACLAction> | undefined;
@@ -1664,6 +1674,7 @@ export type CreateProjectPermissions = {
1664
1674
  billingRefund?: Array<ACLAction> | undefined;
1665
1675
  billingTaxId?: Array<ACLAction> | undefined;
1666
1676
  blob?: Array<ACLAction> | undefined;
1677
+ blobStoreTokenSet?: Array<ACLAction> | undefined;
1667
1678
  budget?: Array<ACLAction> | undefined;
1668
1679
  cacheArtifact?: Array<ACLAction> | undefined;
1669
1680
  cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
@@ -1671,6 +1682,7 @@ export type CreateProjectPermissions = {
1671
1682
  concurrentBuilds?: Array<ACLAction> | undefined;
1672
1683
  connect?: Array<ACLAction> | undefined;
1673
1684
  connectConfiguration?: Array<ACLAction> | undefined;
1685
+ dataCacheBillingSettings?: Array<ACLAction> | undefined;
1674
1686
  defaultDeploymentProtection?: Array<ACLAction> | undefined;
1675
1687
  domain?: Array<ACLAction> | undefined;
1676
1688
  domainAcceptDelegation?: Array<ACLAction> | undefined;
@@ -1681,40 +1693,46 @@ export type CreateProjectPermissions = {
1681
1693
  domainPurchase?: Array<ACLAction> | undefined;
1682
1694
  domainRecord?: Array<ACLAction> | undefined;
1683
1695
  domainTransferIn?: Array<ACLAction> | undefined;
1696
+ drain?: Array<ACLAction> | undefined;
1697
+ edgeConfig?: Array<ACLAction> | undefined;
1698
+ edgeConfigItem?: Array<ACLAction> | undefined;
1699
+ edgeConfigSchema?: Array<ACLAction> | undefined;
1700
+ edgeConfigToken?: Array<ACLAction> | undefined;
1701
+ endpointVerification?: Array<ACLAction> | undefined;
1684
1702
  event?: Array<ACLAction> | undefined;
1685
- ownEvent?: Array<ACLAction> | undefined;
1686
- sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
1687
1703
  fileUpload?: Array<ACLAction> | undefined;
1688
1704
  flagsExplorerSubscription?: Array<ACLAction> | undefined;
1689
1705
  gitRepository?: Array<ACLAction> | undefined;
1690
- ipBlocking?: Array<ACLAction> | undefined;
1691
1706
  imageOptimizationNewPrice?: Array<ACLAction> | undefined;
1692
1707
  integration?: Array<ACLAction> | undefined;
1693
1708
  integrationAccount?: Array<ACLAction> | undefined;
1694
1709
  integrationConfiguration?: Array<ACLAction> | undefined;
1695
- integrationConfigurationTransfer?: Array<ACLAction> | undefined;
1696
1710
  integrationConfigurationProjects?: Array<ACLAction> | undefined;
1697
- integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
1698
1711
  integrationConfigurationRole?: Array<ACLAction> | undefined;
1699
- integrationSSOSession?: Array<ACLAction> | undefined;
1700
- integrationResource?: Array<ACLAction> | undefined;
1712
+ integrationConfigurationTransfer?: Array<ACLAction> | undefined;
1713
+ integrationDeploymentAction?: Array<ACLAction> | undefined;
1701
1714
  integrationEvent?: Array<ACLAction> | undefined;
1715
+ integrationResource?: Array<ACLAction> | undefined;
1716
+ integrationResourceReplCommand?: Array<ACLAction> | undefined;
1702
1717
  integrationResourceSecrets?: Array<ACLAction> | undefined;
1703
- integrationDeploymentAction?: Array<ACLAction> | undefined;
1704
- marketplaceInstallationMember?: Array<ACLAction> | undefined;
1718
+ integrationSSOSession?: Array<ACLAction> | undefined;
1719
+ integrationStoreTokenSet?: Array<ACLAction> | undefined;
1720
+ integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
1721
+ ipBlocking?: Array<ACLAction> | undefined;
1722
+ jobGlobal?: Array<ACLAction> | undefined;
1723
+ logDrain?: Array<ACLAction> | undefined;
1705
1724
  marketplaceBillingData?: Array<ACLAction> | undefined;
1725
+ marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1726
+ marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1727
+ marketplaceInstallationMember?: Array<ACLAction> | undefined;
1706
1728
  marketplaceInvoice?: Array<ACLAction> | undefined;
1707
1729
  marketplaceSettings?: Array<ACLAction> | undefined;
1708
- marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1709
- marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1710
- jobGlobal?: Array<ACLAction> | undefined;
1711
- drain?: Array<ACLAction> | undefined;
1712
- logDrain?: Array<ACLAction> | undefined;
1713
1730
  monitoring?: Array<ACLAction> | undefined;
1714
- monitoringSettings?: Array<ACLAction> | undefined;
1715
- monitoringQuery?: Array<ACLAction> | undefined;
1716
- monitoringChart?: Array<ACLAction> | undefined;
1717
1731
  monitoringAlert?: Array<ACLAction> | undefined;
1732
+ monitoringChart?: Array<ACLAction> | undefined;
1733
+ monitoringQuery?: Array<ACLAction> | undefined;
1734
+ monitoringSettings?: Array<ACLAction> | undefined;
1735
+ notificationCustomerBudget?: Array<ACLAction> | undefined;
1718
1736
  notificationDeploymentFailed?: Array<ACLAction> | undefined;
1719
1737
  notificationDomainConfiguration?: Array<ACLAction> | undefined;
1720
1738
  notificationDomainExpire?: Array<ACLAction> | undefined;
@@ -1725,42 +1743,37 @@ export type CreateProjectPermissions = {
1725
1743
  notificationDomainUnverified?: Array<ACLAction> | undefined;
1726
1744
  notificationMonitoringAlert?: Array<ACLAction> | undefined;
1727
1745
  notificationPaymentFailed?: Array<ACLAction> | undefined;
1728
- notificationUsageAlert?: Array<ACLAction> | undefined;
1729
1746
  notificationPreferences?: Array<ACLAction> | undefined;
1730
- notificationCustomerBudget?: Array<ACLAction> | undefined;
1731
1747
  notificationStatementOfReasons?: Array<ACLAction> | undefined;
1748
+ notificationUsageAlert?: Array<ACLAction> | undefined;
1732
1749
  observabilityConfiguration?: Array<ACLAction> | undefined;
1733
- alerts?: Array<ACLAction> | undefined;
1734
- observabilityNotebook?: Array<ACLAction> | undefined;
1735
1750
  observabilityFunnel?: Array<ACLAction> | undefined;
1751
+ observabilityNotebook?: Array<ACLAction> | undefined;
1736
1752
  openTelemetryEndpoint?: Array<ACLAction> | undefined;
1737
- vercelAppInstallation?: Array<ACLAction> | undefined;
1738
- vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1753
+ ownEvent?: Array<ACLAction> | undefined;
1754
+ passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
1739
1755
  paymentMethod?: Array<ACLAction> | undefined;
1740
1756
  permissions?: Array<ACLAction> | undefined;
1741
1757
  postgres?: Array<ACLAction> | undefined;
1758
+ postgresStoreTokenSet?: Array<ACLAction> | undefined;
1742
1759
  previewDeploymentSuffix?: Array<ACLAction> | undefined;
1760
+ projectTransferIn?: Array<ACLAction> | undefined;
1743
1761
  proTrialOnboarding?: Array<ACLAction> | undefined;
1744
- sharedEnvVars?: Array<ACLAction> | undefined;
1745
- sharedEnvVarsProduction?: Array<ACLAction> | undefined;
1746
- space?: Array<ACLAction> | undefined;
1747
- spaceRun?: Array<ACLAction> | undefined;
1748
- passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
1749
1762
  rateLimit?: Array<ACLAction> | undefined;
1750
1763
  redis?: Array<ACLAction> | undefined;
1751
- repository?: Array<ACLAction> | undefined;
1764
+ redisStoreTokenSet?: Array<ACLAction> | undefined;
1752
1765
  remoteCaching?: Array<ACLAction> | undefined;
1766
+ repository?: Array<ACLAction> | undefined;
1753
1767
  samlConfig?: Array<ACLAction> | undefined;
1754
1768
  secret?: Array<ACLAction> | undefined;
1755
- redisStoreTokenSet?: Array<ACLAction> | undefined;
1756
- blobStoreTokenSet?: Array<ACLAction> | undefined;
1757
- postgresStoreTokenSet?: Array<ACLAction> | undefined;
1758
- integrationStoreTokenSet?: Array<ACLAction> | undefined;
1759
- integrationResourceReplCommand?: Array<ACLAction> | undefined;
1769
+ sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
1770
+ sharedEnvVars?: Array<ACLAction> | undefined;
1771
+ sharedEnvVarsProduction?: Array<ACLAction> | undefined;
1772
+ space?: Array<ACLAction> | undefined;
1773
+ spaceRun?: Array<ACLAction> | undefined;
1760
1774
  storeTransfer?: Array<ACLAction> | undefined;
1761
1775
  supportCase?: Array<ACLAction> | undefined;
1762
1776
  supportCaseComment?: Array<ACLAction> | undefined;
1763
- dataCacheBillingSettings?: Array<ACLAction> | undefined;
1764
1777
  team?: Array<ACLAction> | undefined;
1765
1778
  teamAccessRequest?: Array<ACLAction> | undefined;
1766
1779
  teamFellowMembership?: Array<ACLAction> | undefined;
@@ -1775,26 +1788,15 @@ export type CreateProjectPermissions = {
1775
1788
  token?: Array<ACLAction> | undefined;
1776
1789
  usage?: Array<ACLAction> | undefined;
1777
1790
  usageCycle?: Array<ACLAction> | undefined;
1791
+ vercelRun?: Array<ACLAction> | undefined;
1792
+ vercelRunExec?: Array<ACLAction> | undefined;
1778
1793
  vpcPeeringConnection?: Array<ACLAction> | undefined;
1779
1794
  webAnalyticsPlan?: Array<ACLAction> | undefined;
1780
- edgeConfig?: Array<ACLAction> | undefined;
1781
- edgeConfigItem?: Array<ACLAction> | undefined;
1782
- edgeConfigSchema?: Array<ACLAction> | undefined;
1783
- edgeConfigToken?: Array<ACLAction> | undefined;
1784
1795
  webhook?: Array<ACLAction> | undefined;
1785
1796
  webhookEvent?: Array<ACLAction> | undefined;
1786
- endpointVerification?: Array<ACLAction> | undefined;
1787
- projectTransferIn?: Array<ACLAction> | undefined;
1788
- oauth2Application?: Array<ACLAction> | undefined;
1789
- vercelRun?: Array<ACLAction> | undefined;
1790
- vercelRunExec?: Array<ACLAction> | undefined;
1791
- apiKey?: Array<ACLAction> | undefined;
1792
- apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1793
- apiKeyAiGateway?: Array<ACLAction> | undefined;
1794
1797
  aliasProject?: Array<ACLAction> | undefined;
1795
1798
  aliasProtectionBypass?: Array<ACLAction> | undefined;
1796
1799
  buildMachine?: Array<ACLAction> | undefined;
1797
- productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1798
1800
  connectConfigurationLink?: Array<ACLAction> | undefined;
1799
1801
  dataCacheNamespace?: Array<ACLAction> | undefined;
1800
1802
  deployment?: Array<ACLAction> | undefined;
@@ -1810,54 +1812,54 @@ export type CreateProjectPermissions = {
1810
1812
  deploymentRollback?: Array<ACLAction> | undefined;
1811
1813
  edgeCacheNamespace?: Array<ACLAction> | undefined;
1812
1814
  environments?: Array<ACLAction> | undefined;
1815
+ job?: Array<ACLAction> | undefined;
1813
1816
  logs?: Array<ACLAction> | undefined;
1814
1817
  logsPreset?: Array<ACLAction> | undefined;
1815
- passwordProtection?: Array<ACLAction> | undefined;
1816
- optionsAllowlist?: Array<ACLAction> | undefined;
1817
- job?: Array<ACLAction> | undefined;
1818
1818
  observabilityData?: Array<ACLAction> | undefined;
1819
1819
  onDemandBuild?: Array<ACLAction> | undefined;
1820
1820
  onDemandConcurrency?: Array<ACLAction> | undefined;
1821
+ optionsAllowlist?: Array<ACLAction> | undefined;
1822
+ passwordProtection?: Array<ACLAction> | undefined;
1823
+ productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1821
1824
  project?: Array<ACLAction> | undefined;
1822
- projectFromV0?: Array<ACLAction> | undefined;
1823
1825
  projectAccessGroup?: Array<ACLAction> | undefined;
1824
1826
  projectAnalyticsSampling?: Array<ACLAction> | undefined;
1827
+ projectAnalyticsUsage?: Array<ACLAction> | undefined;
1825
1828
  projectCheck?: Array<ACLAction> | undefined;
1826
1829
  projectCheckRun?: Array<ACLAction> | undefined;
1830
+ projectDeploymentExpiration?: Array<ACLAction> | undefined;
1827
1831
  projectDeploymentHook?: Array<ACLAction> | undefined;
1828
1832
  projectDomain?: Array<ACLAction> | undefined;
1829
- projectDomainMove?: Array<ACLAction> | undefined;
1830
1833
  projectDomainCheckConfig?: Array<ACLAction> | undefined;
1834
+ projectDomainMove?: Array<ACLAction> | undefined;
1831
1835
  projectEnvVars?: Array<ACLAction> | undefined;
1832
1836
  projectEnvVarsProduction?: Array<ACLAction> | undefined;
1833
1837
  projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
1834
1838
  projectFlags?: Array<ACLAction> | undefined;
1839
+ projectFromV0?: Array<ACLAction> | undefined;
1835
1840
  projectId?: Array<ACLAction> | undefined;
1836
1841
  projectIntegrationConfiguration?: Array<ACLAction> | undefined;
1837
1842
  projectLink?: Array<ACLAction> | undefined;
1838
1843
  projectMember?: Array<ACLAction> | undefined;
1839
1844
  projectMonitoring?: Array<ACLAction> | undefined;
1845
+ projectOIDCToken?: Array<ACLAction> | undefined;
1840
1846
  projectPermissions?: Array<ACLAction> | undefined;
1841
1847
  projectProductionBranch?: Array<ACLAction> | undefined;
1842
- projectTransfer?: Array<ACLAction> | undefined;
1843
- projectTransferOut?: Array<ACLAction> | undefined;
1844
1848
  projectProtectionBypass?: Array<ACLAction> | undefined;
1845
- projectUsage?: Array<ACLAction> | undefined;
1846
- projectAnalyticsUsage?: Array<ACLAction> | undefined;
1849
+ projectRollingRelease?: Array<ACLAction> | undefined;
1847
1850
  projectSupportCase?: Array<ACLAction> | undefined;
1848
1851
  projectSupportCaseComment?: Array<ACLAction> | undefined;
1849
- projectDeploymentExpiration?: Array<ACLAction> | undefined;
1850
- projectRollingRelease?: Array<ACLAction> | undefined;
1851
1852
  projectTier?: Array<ACLAction> | undefined;
1852
- projectOIDCToken?: Array<ACLAction> | undefined;
1853
+ projectTransfer?: Array<ACLAction> | undefined;
1854
+ projectTransferOut?: Array<ACLAction> | undefined;
1855
+ projectUsage?: Array<ACLAction> | undefined;
1853
1856
  seawallConfig?: Array<ACLAction> | undefined;
1857
+ sharedEnvVarConnection?: Array<ACLAction> | undefined;
1854
1858
  skewProtection?: Array<ACLAction> | undefined;
1855
1859
  analytics?: Array<ACLAction> | undefined;
1856
1860
  trustedIps?: Array<ACLAction> | undefined;
1857
1861
  v0Chat?: Array<ACLAction> | undefined;
1858
1862
  webAnalytics?: Array<ACLAction> | undefined;
1859
- sharedEnvVarConnection?: Array<ACLAction> | undefined;
1860
- sonar?: Array<ACLAction> | undefined;
1861
1863
  };
1862
1864
 
1863
1865
  export type CreateProjectLastRollbackTarget = {};
@@ -9456,9 +9458,17 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
9456
9458
  userSudo: z.array(ACLAction$inboundSchema).optional(),
9457
9459
  webAuthn: z.array(ACLAction$inboundSchema).optional(),
9458
9460
  accessGroup: z.array(ACLAction$inboundSchema).optional(),
9461
+ agent: z.array(ACLAction$inboundSchema).optional(),
9462
+ alerts: z.array(ACLAction$inboundSchema).optional(),
9459
9463
  aliasGlobal: z.array(ACLAction$inboundSchema).optional(),
9460
9464
  analyticsSampling: z.array(ACLAction$inboundSchema).optional(),
9461
9465
  analyticsUsage: z.array(ACLAction$inboundSchema).optional(),
9466
+ apiKey: z.array(ACLAction$inboundSchema).optional(),
9467
+ apiKeyAiGateway: z.array(ACLAction$inboundSchema).optional(),
9468
+ apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
9469
+ oauth2Application: z.array(ACLAction$inboundSchema).optional(),
9470
+ vercelAppInstallation: z.array(ACLAction$inboundSchema).optional(),
9471
+ vercelAppInstallationRequest: z.array(ACLAction$inboundSchema).optional(),
9462
9472
  auditLog: z.array(ACLAction$inboundSchema).optional(),
9463
9473
  billingAddress: z.array(ACLAction$inboundSchema).optional(),
9464
9474
  billingInformation: z.array(ACLAction$inboundSchema).optional(),
@@ -9470,6 +9480,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
9470
9480
  billingRefund: z.array(ACLAction$inboundSchema).optional(),
9471
9481
  billingTaxId: z.array(ACLAction$inboundSchema).optional(),
9472
9482
  blob: z.array(ACLAction$inboundSchema).optional(),
9483
+ blobStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
9473
9484
  budget: z.array(ACLAction$inboundSchema).optional(),
9474
9485
  cacheArtifact: z.array(ACLAction$inboundSchema).optional(),
9475
9486
  cacheArtifactUsageEvent: z.array(ACLAction$inboundSchema).optional(),
@@ -9477,6 +9488,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
9477
9488
  concurrentBuilds: z.array(ACLAction$inboundSchema).optional(),
9478
9489
  connect: z.array(ACLAction$inboundSchema).optional(),
9479
9490
  connectConfiguration: z.array(ACLAction$inboundSchema).optional(),
9491
+ dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
9480
9492
  defaultDeploymentProtection: z.array(ACLAction$inboundSchema).optional(),
9481
9493
  domain: z.array(ACLAction$inboundSchema).optional(),
9482
9494
  domainAcceptDelegation: z.array(ACLAction$inboundSchema).optional(),
@@ -9487,43 +9499,48 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
9487
9499
  domainPurchase: z.array(ACLAction$inboundSchema).optional(),
9488
9500
  domainRecord: z.array(ACLAction$inboundSchema).optional(),
9489
9501
  domainTransferIn: z.array(ACLAction$inboundSchema).optional(),
9502
+ drain: z.array(ACLAction$inboundSchema).optional(),
9503
+ edgeConfig: z.array(ACLAction$inboundSchema).optional(),
9504
+ edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
9505
+ edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
9506
+ edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
9507
+ endpointVerification: z.array(ACLAction$inboundSchema).optional(),
9490
9508
  event: z.array(ACLAction$inboundSchema).optional(),
9491
- ownEvent: z.array(ACLAction$inboundSchema).optional(),
9492
- sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
9493
- .optional(),
9494
9509
  fileUpload: z.array(ACLAction$inboundSchema).optional(),
9495
9510
  flagsExplorerSubscription: z.array(ACLAction$inboundSchema).optional(),
9496
9511
  gitRepository: z.array(ACLAction$inboundSchema).optional(),
9497
- ipBlocking: z.array(ACLAction$inboundSchema).optional(),
9498
9512
  imageOptimizationNewPrice: z.array(ACLAction$inboundSchema).optional(),
9499
9513
  integration: z.array(ACLAction$inboundSchema).optional(),
9500
9514
  integrationAccount: z.array(ACLAction$inboundSchema).optional(),
9501
9515
  integrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
9502
- integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
9503
9516
  integrationConfigurationProjects: z.array(ACLAction$inboundSchema).optional(),
9504
- integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
9505
- .optional(),
9506
9517
  integrationConfigurationRole: z.array(ACLAction$inboundSchema).optional(),
9507
- integrationSSOSession: z.array(ACLAction$inboundSchema).optional(),
9508
- integrationResource: z.array(ACLAction$inboundSchema).optional(),
9518
+ integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
9519
+ integrationDeploymentAction: z.array(ACLAction$inboundSchema).optional(),
9509
9520
  integrationEvent: z.array(ACLAction$inboundSchema).optional(),
9521
+ integrationResource: z.array(ACLAction$inboundSchema).optional(),
9522
+ integrationResourceReplCommand: z.array(ACLAction$inboundSchema).optional(),
9510
9523
  integrationResourceSecrets: z.array(ACLAction$inboundSchema).optional(),
9511
- integrationDeploymentAction: z.array(ACLAction$inboundSchema).optional(),
9512
- marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
9513
- marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
9514
- marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
9515
- marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
9516
- marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
9517
- marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
9524
+ integrationSSOSession: z.array(ACLAction$inboundSchema).optional(),
9525
+ integrationStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
9526
+ integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
9518
9527
  .optional(),
9528
+ ipBlocking: z.array(ACLAction$inboundSchema).optional(),
9519
9529
  jobGlobal: z.array(ACLAction$inboundSchema).optional(),
9520
- drain: z.array(ACLAction$inboundSchema).optional(),
9521
9530
  logDrain: z.array(ACLAction$inboundSchema).optional(),
9531
+ marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
9532
+ marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
9533
+ .optional(),
9534
+ marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
9535
+ marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
9536
+ marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
9537
+ marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
9522
9538
  Monitoring: z.array(ACLAction$inboundSchema).optional(),
9523
- monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
9524
- monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
9525
- monitoringChart: z.array(ACLAction$inboundSchema).optional(),
9526
9539
  monitoringAlert: z.array(ACLAction$inboundSchema).optional(),
9540
+ monitoringChart: z.array(ACLAction$inboundSchema).optional(),
9541
+ monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
9542
+ monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
9543
+ notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
9527
9544
  notificationDeploymentFailed: z.array(ACLAction$inboundSchema).optional(),
9528
9545
  notificationDomainConfiguration: z.array(ACLAction$inboundSchema).optional(),
9529
9546
  notificationDomainExpire: z.array(ACLAction$inboundSchema).optional(),
@@ -9534,42 +9551,38 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
9534
9551
  notificationDomainUnverified: z.array(ACLAction$inboundSchema).optional(),
9535
9552
  NotificationMonitoringAlert: z.array(ACLAction$inboundSchema).optional(),
9536
9553
  notificationPaymentFailed: z.array(ACLAction$inboundSchema).optional(),
9537
- notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
9538
9554
  notificationPreferences: z.array(ACLAction$inboundSchema).optional(),
9539
- notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
9540
9555
  notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
9556
+ notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
9541
9557
  observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
9542
- alerts: z.array(ACLAction$inboundSchema).optional(),
9543
- observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
9544
9558
  observabilityFunnel: z.array(ACLAction$inboundSchema).optional(),
9559
+ observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
9545
9560
  openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
9546
- vercelAppInstallation: z.array(ACLAction$inboundSchema).optional(),
9547
- vercelAppInstallationRequest: z.array(ACLAction$inboundSchema).optional(),
9561
+ ownEvent: z.array(ACLAction$inboundSchema).optional(),
9562
+ passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
9548
9563
  paymentMethod: z.array(ACLAction$inboundSchema).optional(),
9549
9564
  permissions: z.array(ACLAction$inboundSchema).optional(),
9550
9565
  postgres: z.array(ACLAction$inboundSchema).optional(),
9566
+ postgresStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
9551
9567
  previewDeploymentSuffix: z.array(ACLAction$inboundSchema).optional(),
9568
+ projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
9552
9569
  proTrialOnboarding: z.array(ACLAction$inboundSchema).optional(),
9553
- sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
9554
- sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
9555
- space: z.array(ACLAction$inboundSchema).optional(),
9556
- spaceRun: z.array(ACLAction$inboundSchema).optional(),
9557
- passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
9558
9570
  rateLimit: z.array(ACLAction$inboundSchema).optional(),
9559
9571
  redis: z.array(ACLAction$inboundSchema).optional(),
9560
- repository: z.array(ACLAction$inboundSchema).optional(),
9572
+ redisStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
9561
9573
  remoteCaching: z.array(ACLAction$inboundSchema).optional(),
9574
+ repository: z.array(ACLAction$inboundSchema).optional(),
9562
9575
  samlConfig: z.array(ACLAction$inboundSchema).optional(),
9563
9576
  secret: z.array(ACLAction$inboundSchema).optional(),
9564
- redisStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
9565
- blobStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
9566
- postgresStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
9567
- integrationStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
9568
- integrationResourceReplCommand: z.array(ACLAction$inboundSchema).optional(),
9577
+ sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
9578
+ .optional(),
9579
+ sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
9580
+ sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
9581
+ space: z.array(ACLAction$inboundSchema).optional(),
9582
+ spaceRun: z.array(ACLAction$inboundSchema).optional(),
9569
9583
  storeTransfer: z.array(ACLAction$inboundSchema).optional(),
9570
9584
  supportCase: z.array(ACLAction$inboundSchema).optional(),
9571
9585
  supportCaseComment: z.array(ACLAction$inboundSchema).optional(),
9572
- dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
9573
9586
  team: z.array(ACLAction$inboundSchema).optional(),
9574
9587
  teamAccessRequest: z.array(ACLAction$inboundSchema).optional(),
9575
9588
  teamFellowMembership: z.array(ACLAction$inboundSchema).optional(),
@@ -9584,26 +9597,15 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
9584
9597
  token: z.array(ACLAction$inboundSchema).optional(),
9585
9598
  usage: z.array(ACLAction$inboundSchema).optional(),
9586
9599
  usageCycle: z.array(ACLAction$inboundSchema).optional(),
9600
+ vercelRun: z.array(ACLAction$inboundSchema).optional(),
9601
+ vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
9587
9602
  vpcPeeringConnection: z.array(ACLAction$inboundSchema).optional(),
9588
9603
  webAnalyticsPlan: z.array(ACLAction$inboundSchema).optional(),
9589
- edgeConfig: z.array(ACLAction$inboundSchema).optional(),
9590
- edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
9591
- edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
9592
- edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
9593
9604
  webhook: z.array(ACLAction$inboundSchema).optional(),
9594
9605
  "webhook-event": z.array(ACLAction$inboundSchema).optional(),
9595
- endpointVerification: z.array(ACLAction$inboundSchema).optional(),
9596
- projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
9597
- oauth2Application: z.array(ACLAction$inboundSchema).optional(),
9598
- vercelRun: z.array(ACLAction$inboundSchema).optional(),
9599
- vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
9600
- apiKey: z.array(ACLAction$inboundSchema).optional(),
9601
- apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
9602
- apiKeyAiGateway: z.array(ACLAction$inboundSchema).optional(),
9603
9606
  aliasProject: z.array(ACLAction$inboundSchema).optional(),
9604
9607
  aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
9605
9608
  buildMachine: z.array(ACLAction$inboundSchema).optional(),
9606
- productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
9607
9609
  connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
9608
9610
  dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
9609
9611
  deployment: z.array(ACLAction$inboundSchema).optional(),
@@ -9620,55 +9622,55 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
9620
9622
  deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
9621
9623
  edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
9622
9624
  environments: z.array(ACLAction$inboundSchema).optional(),
9625
+ job: z.array(ACLAction$inboundSchema).optional(),
9623
9626
  logs: z.array(ACLAction$inboundSchema).optional(),
9624
9627
  logsPreset: z.array(ACLAction$inboundSchema).optional(),
9625
- passwordProtection: z.array(ACLAction$inboundSchema).optional(),
9626
- optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
9627
- job: z.array(ACLAction$inboundSchema).optional(),
9628
9628
  observabilityData: z.array(ACLAction$inboundSchema).optional(),
9629
9629
  onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
9630
9630
  onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
9631
+ optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
9632
+ passwordProtection: z.array(ACLAction$inboundSchema).optional(),
9633
+ productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
9631
9634
  project: z.array(ACLAction$inboundSchema).optional(),
9632
- projectFromV0: z.array(ACLAction$inboundSchema).optional(),
9633
9635
  projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
9634
9636
  projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
9637
+ projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
9635
9638
  projectCheck: z.array(ACLAction$inboundSchema).optional(),
9636
9639
  projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
9640
+ projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
9637
9641
  projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
9638
9642
  projectDomain: z.array(ACLAction$inboundSchema).optional(),
9639
- projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
9640
9643
  projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
9644
+ projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
9641
9645
  projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
9642
9646
  projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
9643
9647
  projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
9644
9648
  .optional(),
9645
9649
  projectFlags: z.array(ACLAction$inboundSchema).optional(),
9650
+ projectFromV0: z.array(ACLAction$inboundSchema).optional(),
9646
9651
  projectId: z.array(ACLAction$inboundSchema).optional(),
9647
9652
  projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
9648
9653
  projectLink: z.array(ACLAction$inboundSchema).optional(),
9649
9654
  projectMember: z.array(ACLAction$inboundSchema).optional(),
9650
9655
  projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
9656
+ projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
9651
9657
  projectPermissions: z.array(ACLAction$inboundSchema).optional(),
9652
9658
  projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
9653
- projectTransfer: z.array(ACLAction$inboundSchema).optional(),
9654
- projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
9655
9659
  projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
9656
- projectUsage: z.array(ACLAction$inboundSchema).optional(),
9657
- projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
9660
+ projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
9658
9661
  projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
9659
9662
  projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
9660
- projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
9661
- projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
9662
9663
  projectTier: z.array(ACLAction$inboundSchema).optional(),
9663
- projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
9664
+ projectTransfer: z.array(ACLAction$inboundSchema).optional(),
9665
+ projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
9666
+ projectUsage: z.array(ACLAction$inboundSchema).optional(),
9664
9667
  seawallConfig: z.array(ACLAction$inboundSchema).optional(),
9668
+ sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
9665
9669
  skewProtection: z.array(ACLAction$inboundSchema).optional(),
9666
9670
  analytics: z.array(ACLAction$inboundSchema).optional(),
9667
9671
  trustedIps: z.array(ACLAction$inboundSchema).optional(),
9668
9672
  v0Chat: z.array(ACLAction$inboundSchema).optional(),
9669
9673
  webAnalytics: z.array(ACLAction$inboundSchema).optional(),
9670
- sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
9671
- sonar: z.array(ACLAction$inboundSchema).optional(),
9672
9674
  }).transform((v) => {
9673
9675
  return remap$(v, {
9674
9676
  "Monitoring": "monitoring",
@@ -9685,9 +9687,17 @@ export type CreateProjectPermissions$Outbound = {
9685
9687
  userSudo?: Array<string> | undefined;
9686
9688
  webAuthn?: Array<string> | undefined;
9687
9689
  accessGroup?: Array<string> | undefined;
9690
+ agent?: Array<string> | undefined;
9691
+ alerts?: Array<string> | undefined;
9688
9692
  aliasGlobal?: Array<string> | undefined;
9689
9693
  analyticsSampling?: Array<string> | undefined;
9690
9694
  analyticsUsage?: Array<string> | undefined;
9695
+ apiKey?: Array<string> | undefined;
9696
+ apiKeyAiGateway?: Array<string> | undefined;
9697
+ apiKeyOwnedBySelf?: Array<string> | undefined;
9698
+ oauth2Application?: Array<string> | undefined;
9699
+ vercelAppInstallation?: Array<string> | undefined;
9700
+ vercelAppInstallationRequest?: Array<string> | undefined;
9691
9701
  auditLog?: Array<string> | undefined;
9692
9702
  billingAddress?: Array<string> | undefined;
9693
9703
  billingInformation?: Array<string> | undefined;
@@ -9699,6 +9709,7 @@ export type CreateProjectPermissions$Outbound = {
9699
9709
  billingRefund?: Array<string> | undefined;
9700
9710
  billingTaxId?: Array<string> | undefined;
9701
9711
  blob?: Array<string> | undefined;
9712
+ blobStoreTokenSet?: Array<string> | undefined;
9702
9713
  budget?: Array<string> | undefined;
9703
9714
  cacheArtifact?: Array<string> | undefined;
9704
9715
  cacheArtifactUsageEvent?: Array<string> | undefined;
@@ -9706,6 +9717,7 @@ export type CreateProjectPermissions$Outbound = {
9706
9717
  concurrentBuilds?: Array<string> | undefined;
9707
9718
  connect?: Array<string> | undefined;
9708
9719
  connectConfiguration?: Array<string> | undefined;
9720
+ dataCacheBillingSettings?: Array<string> | undefined;
9709
9721
  defaultDeploymentProtection?: Array<string> | undefined;
9710
9722
  domain?: Array<string> | undefined;
9711
9723
  domainAcceptDelegation?: Array<string> | undefined;
@@ -9716,40 +9728,46 @@ export type CreateProjectPermissions$Outbound = {
9716
9728
  domainPurchase?: Array<string> | undefined;
9717
9729
  domainRecord?: Array<string> | undefined;
9718
9730
  domainTransferIn?: Array<string> | undefined;
9731
+ drain?: Array<string> | undefined;
9732
+ edgeConfig?: Array<string> | undefined;
9733
+ edgeConfigItem?: Array<string> | undefined;
9734
+ edgeConfigSchema?: Array<string> | undefined;
9735
+ edgeConfigToken?: Array<string> | undefined;
9736
+ endpointVerification?: Array<string> | undefined;
9719
9737
  event?: Array<string> | undefined;
9720
- ownEvent?: Array<string> | undefined;
9721
- sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
9722
9738
  fileUpload?: Array<string> | undefined;
9723
9739
  flagsExplorerSubscription?: Array<string> | undefined;
9724
9740
  gitRepository?: Array<string> | undefined;
9725
- ipBlocking?: Array<string> | undefined;
9726
9741
  imageOptimizationNewPrice?: Array<string> | undefined;
9727
9742
  integration?: Array<string> | undefined;
9728
9743
  integrationAccount?: Array<string> | undefined;
9729
9744
  integrationConfiguration?: Array<string> | undefined;
9730
- integrationConfigurationTransfer?: Array<string> | undefined;
9731
9745
  integrationConfigurationProjects?: Array<string> | undefined;
9732
- integrationVercelConfigurationOverride?: Array<string> | undefined;
9733
9746
  integrationConfigurationRole?: Array<string> | undefined;
9734
- integrationSSOSession?: Array<string> | undefined;
9735
- integrationResource?: Array<string> | undefined;
9747
+ integrationConfigurationTransfer?: Array<string> | undefined;
9748
+ integrationDeploymentAction?: Array<string> | undefined;
9736
9749
  integrationEvent?: Array<string> | undefined;
9750
+ integrationResource?: Array<string> | undefined;
9751
+ integrationResourceReplCommand?: Array<string> | undefined;
9737
9752
  integrationResourceSecrets?: Array<string> | undefined;
9738
- integrationDeploymentAction?: Array<string> | undefined;
9739
- marketplaceInstallationMember?: Array<string> | undefined;
9753
+ integrationSSOSession?: Array<string> | undefined;
9754
+ integrationStoreTokenSet?: Array<string> | undefined;
9755
+ integrationVercelConfigurationOverride?: Array<string> | undefined;
9756
+ ipBlocking?: Array<string> | undefined;
9757
+ jobGlobal?: Array<string> | undefined;
9758
+ logDrain?: Array<string> | undefined;
9740
9759
  marketplaceBillingData?: Array<string> | undefined;
9760
+ marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
9761
+ marketplaceExperimentationItem?: Array<string> | undefined;
9762
+ marketplaceInstallationMember?: Array<string> | undefined;
9741
9763
  marketplaceInvoice?: Array<string> | undefined;
9742
9764
  marketplaceSettings?: Array<string> | undefined;
9743
- marketplaceExperimentationItem?: Array<string> | undefined;
9744
- marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
9745
- jobGlobal?: Array<string> | undefined;
9746
- drain?: Array<string> | undefined;
9747
- logDrain?: Array<string> | undefined;
9748
9765
  Monitoring?: Array<string> | undefined;
9749
- monitoringSettings?: Array<string> | undefined;
9750
- monitoringQuery?: Array<string> | undefined;
9751
- monitoringChart?: Array<string> | undefined;
9752
9766
  monitoringAlert?: Array<string> | undefined;
9767
+ monitoringChart?: Array<string> | undefined;
9768
+ monitoringQuery?: Array<string> | undefined;
9769
+ monitoringSettings?: Array<string> | undefined;
9770
+ notificationCustomerBudget?: Array<string> | undefined;
9753
9771
  notificationDeploymentFailed?: Array<string> | undefined;
9754
9772
  notificationDomainConfiguration?: Array<string> | undefined;
9755
9773
  notificationDomainExpire?: Array<string> | undefined;
@@ -9760,42 +9778,37 @@ export type CreateProjectPermissions$Outbound = {
9760
9778
  notificationDomainUnverified?: Array<string> | undefined;
9761
9779
  NotificationMonitoringAlert?: Array<string> | undefined;
9762
9780
  notificationPaymentFailed?: Array<string> | undefined;
9763
- notificationUsageAlert?: Array<string> | undefined;
9764
9781
  notificationPreferences?: Array<string> | undefined;
9765
- notificationCustomerBudget?: Array<string> | undefined;
9766
9782
  notificationStatementOfReasons?: Array<string> | undefined;
9783
+ notificationUsageAlert?: Array<string> | undefined;
9767
9784
  observabilityConfiguration?: Array<string> | undefined;
9768
- alerts?: Array<string> | undefined;
9769
- observabilityNotebook?: Array<string> | undefined;
9770
9785
  observabilityFunnel?: Array<string> | undefined;
9786
+ observabilityNotebook?: Array<string> | undefined;
9771
9787
  openTelemetryEndpoint?: Array<string> | undefined;
9772
- vercelAppInstallation?: Array<string> | undefined;
9773
- vercelAppInstallationRequest?: Array<string> | undefined;
9788
+ ownEvent?: Array<string> | undefined;
9789
+ passwordProtectionInvoiceItem?: Array<string> | undefined;
9774
9790
  paymentMethod?: Array<string> | undefined;
9775
9791
  permissions?: Array<string> | undefined;
9776
9792
  postgres?: Array<string> | undefined;
9793
+ postgresStoreTokenSet?: Array<string> | undefined;
9777
9794
  previewDeploymentSuffix?: Array<string> | undefined;
9795
+ projectTransferIn?: Array<string> | undefined;
9778
9796
  proTrialOnboarding?: Array<string> | undefined;
9779
- sharedEnvVars?: Array<string> | undefined;
9780
- sharedEnvVarsProduction?: Array<string> | undefined;
9781
- space?: Array<string> | undefined;
9782
- spaceRun?: Array<string> | undefined;
9783
- passwordProtectionInvoiceItem?: Array<string> | undefined;
9784
9797
  rateLimit?: Array<string> | undefined;
9785
9798
  redis?: Array<string> | undefined;
9786
- repository?: Array<string> | undefined;
9799
+ redisStoreTokenSet?: Array<string> | undefined;
9787
9800
  remoteCaching?: Array<string> | undefined;
9801
+ repository?: Array<string> | undefined;
9788
9802
  samlConfig?: Array<string> | undefined;
9789
9803
  secret?: Array<string> | undefined;
9790
- redisStoreTokenSet?: Array<string> | undefined;
9791
- blobStoreTokenSet?: Array<string> | undefined;
9792
- postgresStoreTokenSet?: Array<string> | undefined;
9793
- integrationStoreTokenSet?: Array<string> | undefined;
9794
- integrationResourceReplCommand?: Array<string> | undefined;
9804
+ sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
9805
+ sharedEnvVars?: Array<string> | undefined;
9806
+ sharedEnvVarsProduction?: Array<string> | undefined;
9807
+ space?: Array<string> | undefined;
9808
+ spaceRun?: Array<string> | undefined;
9795
9809
  storeTransfer?: Array<string> | undefined;
9796
9810
  supportCase?: Array<string> | undefined;
9797
9811
  supportCaseComment?: Array<string> | undefined;
9798
- dataCacheBillingSettings?: Array<string> | undefined;
9799
9812
  team?: Array<string> | undefined;
9800
9813
  teamAccessRequest?: Array<string> | undefined;
9801
9814
  teamFellowMembership?: Array<string> | undefined;
@@ -9810,26 +9823,15 @@ export type CreateProjectPermissions$Outbound = {
9810
9823
  token?: Array<string> | undefined;
9811
9824
  usage?: Array<string> | undefined;
9812
9825
  usageCycle?: Array<string> | undefined;
9826
+ vercelRun?: Array<string> | undefined;
9827
+ vercelRunExec?: Array<string> | undefined;
9813
9828
  vpcPeeringConnection?: Array<string> | undefined;
9814
9829
  webAnalyticsPlan?: Array<string> | undefined;
9815
- edgeConfig?: Array<string> | undefined;
9816
- edgeConfigItem?: Array<string> | undefined;
9817
- edgeConfigSchema?: Array<string> | undefined;
9818
- edgeConfigToken?: Array<string> | undefined;
9819
9830
  webhook?: Array<string> | undefined;
9820
9831
  "webhook-event"?: Array<string> | undefined;
9821
- endpointVerification?: Array<string> | undefined;
9822
- projectTransferIn?: Array<string> | undefined;
9823
- oauth2Application?: Array<string> | undefined;
9824
- vercelRun?: Array<string> | undefined;
9825
- vercelRunExec?: Array<string> | undefined;
9826
- apiKey?: Array<string> | undefined;
9827
- apiKeyOwnedBySelf?: Array<string> | undefined;
9828
- apiKeyAiGateway?: Array<string> | undefined;
9829
9832
  aliasProject?: Array<string> | undefined;
9830
9833
  aliasProtectionBypass?: Array<string> | undefined;
9831
9834
  buildMachine?: Array<string> | undefined;
9832
- productionAliasProtectionBypass?: Array<string> | undefined;
9833
9835
  connectConfigurationLink?: Array<string> | undefined;
9834
9836
  dataCacheNamespace?: Array<string> | undefined;
9835
9837
  deployment?: Array<string> | undefined;
@@ -9845,54 +9847,54 @@ export type CreateProjectPermissions$Outbound = {
9845
9847
  deploymentRollback?: Array<string> | undefined;
9846
9848
  edgeCacheNamespace?: Array<string> | undefined;
9847
9849
  environments?: Array<string> | undefined;
9850
+ job?: Array<string> | undefined;
9848
9851
  logs?: Array<string> | undefined;
9849
9852
  logsPreset?: Array<string> | undefined;
9850
- passwordProtection?: Array<string> | undefined;
9851
- optionsAllowlist?: Array<string> | undefined;
9852
- job?: Array<string> | undefined;
9853
9853
  observabilityData?: Array<string> | undefined;
9854
9854
  onDemandBuild?: Array<string> | undefined;
9855
9855
  onDemandConcurrency?: Array<string> | undefined;
9856
+ optionsAllowlist?: Array<string> | undefined;
9857
+ passwordProtection?: Array<string> | undefined;
9858
+ productionAliasProtectionBypass?: Array<string> | undefined;
9856
9859
  project?: Array<string> | undefined;
9857
- projectFromV0?: Array<string> | undefined;
9858
9860
  projectAccessGroup?: Array<string> | undefined;
9859
9861
  projectAnalyticsSampling?: Array<string> | undefined;
9862
+ projectAnalyticsUsage?: Array<string> | undefined;
9860
9863
  projectCheck?: Array<string> | undefined;
9861
9864
  projectCheckRun?: Array<string> | undefined;
9865
+ projectDeploymentExpiration?: Array<string> | undefined;
9862
9866
  projectDeploymentHook?: Array<string> | undefined;
9863
9867
  projectDomain?: Array<string> | undefined;
9864
- projectDomainMove?: Array<string> | undefined;
9865
9868
  projectDomainCheckConfig?: Array<string> | undefined;
9869
+ projectDomainMove?: Array<string> | undefined;
9866
9870
  projectEnvVars?: Array<string> | undefined;
9867
9871
  projectEnvVarsProduction?: Array<string> | undefined;
9868
9872
  projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
9869
9873
  projectFlags?: Array<string> | undefined;
9874
+ projectFromV0?: Array<string> | undefined;
9870
9875
  projectId?: Array<string> | undefined;
9871
9876
  projectIntegrationConfiguration?: Array<string> | undefined;
9872
9877
  projectLink?: Array<string> | undefined;
9873
9878
  projectMember?: Array<string> | undefined;
9874
9879
  projectMonitoring?: Array<string> | undefined;
9880
+ projectOIDCToken?: Array<string> | undefined;
9875
9881
  projectPermissions?: Array<string> | undefined;
9876
9882
  projectProductionBranch?: Array<string> | undefined;
9877
- projectTransfer?: Array<string> | undefined;
9878
- projectTransferOut?: Array<string> | undefined;
9879
9883
  projectProtectionBypass?: Array<string> | undefined;
9880
- projectUsage?: Array<string> | undefined;
9881
- projectAnalyticsUsage?: Array<string> | undefined;
9884
+ projectRollingRelease?: Array<string> | undefined;
9882
9885
  projectSupportCase?: Array<string> | undefined;
9883
9886
  projectSupportCaseComment?: Array<string> | undefined;
9884
- projectDeploymentExpiration?: Array<string> | undefined;
9885
- projectRollingRelease?: Array<string> | undefined;
9886
9887
  projectTier?: Array<string> | undefined;
9887
- projectOIDCToken?: Array<string> | undefined;
9888
+ projectTransfer?: Array<string> | undefined;
9889
+ projectTransferOut?: Array<string> | undefined;
9890
+ projectUsage?: Array<string> | undefined;
9888
9891
  seawallConfig?: Array<string> | undefined;
9892
+ sharedEnvVarConnection?: Array<string> | undefined;
9889
9893
  skewProtection?: Array<string> | undefined;
9890
9894
  analytics?: Array<string> | undefined;
9891
9895
  trustedIps?: Array<string> | undefined;
9892
9896
  v0Chat?: Array<string> | undefined;
9893
9897
  webAnalytics?: Array<string> | undefined;
9894
- sharedEnvVarConnection?: Array<string> | undefined;
9895
- sonar?: Array<string> | undefined;
9896
9898
  };
9897
9899
 
9898
9900
  /** @internal */
@@ -9907,9 +9909,17 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
9907
9909
  userSudo: z.array(ACLAction$outboundSchema).optional(),
9908
9910
  webAuthn: z.array(ACLAction$outboundSchema).optional(),
9909
9911
  accessGroup: z.array(ACLAction$outboundSchema).optional(),
9912
+ agent: z.array(ACLAction$outboundSchema).optional(),
9913
+ alerts: z.array(ACLAction$outboundSchema).optional(),
9910
9914
  aliasGlobal: z.array(ACLAction$outboundSchema).optional(),
9911
9915
  analyticsSampling: z.array(ACLAction$outboundSchema).optional(),
9912
9916
  analyticsUsage: z.array(ACLAction$outboundSchema).optional(),
9917
+ apiKey: z.array(ACLAction$outboundSchema).optional(),
9918
+ apiKeyAiGateway: z.array(ACLAction$outboundSchema).optional(),
9919
+ apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
9920
+ oauth2Application: z.array(ACLAction$outboundSchema).optional(),
9921
+ vercelAppInstallation: z.array(ACLAction$outboundSchema).optional(),
9922
+ vercelAppInstallationRequest: z.array(ACLAction$outboundSchema).optional(),
9913
9923
  auditLog: z.array(ACLAction$outboundSchema).optional(),
9914
9924
  billingAddress: z.array(ACLAction$outboundSchema).optional(),
9915
9925
  billingInformation: z.array(ACLAction$outboundSchema).optional(),
@@ -9921,6 +9931,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
9921
9931
  billingRefund: z.array(ACLAction$outboundSchema).optional(),
9922
9932
  billingTaxId: z.array(ACLAction$outboundSchema).optional(),
9923
9933
  blob: z.array(ACLAction$outboundSchema).optional(),
9934
+ blobStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9924
9935
  budget: z.array(ACLAction$outboundSchema).optional(),
9925
9936
  cacheArtifact: z.array(ACLAction$outboundSchema).optional(),
9926
9937
  cacheArtifactUsageEvent: z.array(ACLAction$outboundSchema).optional(),
@@ -9928,6 +9939,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
9928
9939
  concurrentBuilds: z.array(ACLAction$outboundSchema).optional(),
9929
9940
  connect: z.array(ACLAction$outboundSchema).optional(),
9930
9941
  connectConfiguration: z.array(ACLAction$outboundSchema).optional(),
9942
+ dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
9931
9943
  defaultDeploymentProtection: z.array(ACLAction$outboundSchema).optional(),
9932
9944
  domain: z.array(ACLAction$outboundSchema).optional(),
9933
9945
  domainAcceptDelegation: z.array(ACLAction$outboundSchema).optional(),
@@ -9938,45 +9950,50 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
9938
9950
  domainPurchase: z.array(ACLAction$outboundSchema).optional(),
9939
9951
  domainRecord: z.array(ACLAction$outboundSchema).optional(),
9940
9952
  domainTransferIn: z.array(ACLAction$outboundSchema).optional(),
9953
+ drain: z.array(ACLAction$outboundSchema).optional(),
9954
+ edgeConfig: z.array(ACLAction$outboundSchema).optional(),
9955
+ edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
9956
+ edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
9957
+ edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
9958
+ endpointVerification: z.array(ACLAction$outboundSchema).optional(),
9941
9959
  event: z.array(ACLAction$outboundSchema).optional(),
9942
- ownEvent: z.array(ACLAction$outboundSchema).optional(),
9943
- sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
9944
- .optional(),
9945
9960
  fileUpload: z.array(ACLAction$outboundSchema).optional(),
9946
9961
  flagsExplorerSubscription: z.array(ACLAction$outboundSchema).optional(),
9947
9962
  gitRepository: z.array(ACLAction$outboundSchema).optional(),
9948
- ipBlocking: z.array(ACLAction$outboundSchema).optional(),
9949
9963
  imageOptimizationNewPrice: z.array(ACLAction$outboundSchema).optional(),
9950
9964
  integration: z.array(ACLAction$outboundSchema).optional(),
9951
9965
  integrationAccount: z.array(ACLAction$outboundSchema).optional(),
9952
9966
  integrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
9953
- integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
9954
- .optional(),
9955
9967
  integrationConfigurationProjects: z.array(ACLAction$outboundSchema)
9956
9968
  .optional(),
9957
- integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
9958
- .optional(),
9959
9969
  integrationConfigurationRole: z.array(ACLAction$outboundSchema).optional(),
9960
- integrationSSOSession: z.array(ACLAction$outboundSchema).optional(),
9961
- integrationResource: z.array(ACLAction$outboundSchema).optional(),
9970
+ integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
9971
+ .optional(),
9972
+ integrationDeploymentAction: z.array(ACLAction$outboundSchema).optional(),
9962
9973
  integrationEvent: z.array(ACLAction$outboundSchema).optional(),
9974
+ integrationResource: z.array(ACLAction$outboundSchema).optional(),
9975
+ integrationResourceReplCommand: z.array(ACLAction$outboundSchema).optional(),
9963
9976
  integrationResourceSecrets: z.array(ACLAction$outboundSchema).optional(),
9964
- integrationDeploymentAction: z.array(ACLAction$outboundSchema).optional(),
9965
- marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
9966
- marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
9967
- marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
9968
- marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
9969
- marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
9970
- marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
9977
+ integrationSSOSession: z.array(ACLAction$outboundSchema).optional(),
9978
+ integrationStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9979
+ integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
9971
9980
  .optional(),
9981
+ ipBlocking: z.array(ACLAction$outboundSchema).optional(),
9972
9982
  jobGlobal: z.array(ACLAction$outboundSchema).optional(),
9973
- drain: z.array(ACLAction$outboundSchema).optional(),
9974
9983
  logDrain: z.array(ACLAction$outboundSchema).optional(),
9984
+ marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
9985
+ marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
9986
+ .optional(),
9987
+ marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
9988
+ marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
9989
+ marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
9990
+ marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
9975
9991
  monitoring: z.array(ACLAction$outboundSchema).optional(),
9976
- monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
9977
- monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
9978
- monitoringChart: z.array(ACLAction$outboundSchema).optional(),
9979
9992
  monitoringAlert: z.array(ACLAction$outboundSchema).optional(),
9993
+ monitoringChart: z.array(ACLAction$outboundSchema).optional(),
9994
+ monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
9995
+ monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
9996
+ notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
9980
9997
  notificationDeploymentFailed: z.array(ACLAction$outboundSchema).optional(),
9981
9998
  notificationDomainConfiguration: z.array(ACLAction$outboundSchema).optional(),
9982
9999
  notificationDomainExpire: z.array(ACLAction$outboundSchema).optional(),
@@ -9987,42 +10004,38 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
9987
10004
  notificationDomainUnverified: z.array(ACLAction$outboundSchema).optional(),
9988
10005
  notificationMonitoringAlert: z.array(ACLAction$outboundSchema).optional(),
9989
10006
  notificationPaymentFailed: z.array(ACLAction$outboundSchema).optional(),
9990
- notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
9991
10007
  notificationPreferences: z.array(ACLAction$outboundSchema).optional(),
9992
- notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
9993
10008
  notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
10009
+ notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
9994
10010
  observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
9995
- alerts: z.array(ACLAction$outboundSchema).optional(),
9996
- observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
9997
10011
  observabilityFunnel: z.array(ACLAction$outboundSchema).optional(),
10012
+ observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
9998
10013
  openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
9999
- vercelAppInstallation: z.array(ACLAction$outboundSchema).optional(),
10000
- vercelAppInstallationRequest: z.array(ACLAction$outboundSchema).optional(),
10014
+ ownEvent: z.array(ACLAction$outboundSchema).optional(),
10015
+ passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
10001
10016
  paymentMethod: z.array(ACLAction$outboundSchema).optional(),
10002
10017
  permissions: z.array(ACLAction$outboundSchema).optional(),
10003
10018
  postgres: z.array(ACLAction$outboundSchema).optional(),
10019
+ postgresStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
10004
10020
  previewDeploymentSuffix: z.array(ACLAction$outboundSchema).optional(),
10021
+ projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
10005
10022
  proTrialOnboarding: z.array(ACLAction$outboundSchema).optional(),
10006
- sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
10007
- sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
10008
- space: z.array(ACLAction$outboundSchema).optional(),
10009
- spaceRun: z.array(ACLAction$outboundSchema).optional(),
10010
- passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
10011
10023
  rateLimit: z.array(ACLAction$outboundSchema).optional(),
10012
10024
  redis: z.array(ACLAction$outboundSchema).optional(),
10013
- repository: z.array(ACLAction$outboundSchema).optional(),
10025
+ redisStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
10014
10026
  remoteCaching: z.array(ACLAction$outboundSchema).optional(),
10027
+ repository: z.array(ACLAction$outboundSchema).optional(),
10015
10028
  samlConfig: z.array(ACLAction$outboundSchema).optional(),
10016
10029
  secret: z.array(ACLAction$outboundSchema).optional(),
10017
- redisStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
10018
- blobStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
10019
- postgresStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
10020
- integrationStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
10021
- integrationResourceReplCommand: z.array(ACLAction$outboundSchema).optional(),
10030
+ sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
10031
+ .optional(),
10032
+ sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
10033
+ sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
10034
+ space: z.array(ACLAction$outboundSchema).optional(),
10035
+ spaceRun: z.array(ACLAction$outboundSchema).optional(),
10022
10036
  storeTransfer: z.array(ACLAction$outboundSchema).optional(),
10023
10037
  supportCase: z.array(ACLAction$outboundSchema).optional(),
10024
10038
  supportCaseComment: z.array(ACLAction$outboundSchema).optional(),
10025
- dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
10026
10039
  team: z.array(ACLAction$outboundSchema).optional(),
10027
10040
  teamAccessRequest: z.array(ACLAction$outboundSchema).optional(),
10028
10041
  teamFellowMembership: z.array(ACLAction$outboundSchema).optional(),
@@ -10037,26 +10050,15 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
10037
10050
  token: z.array(ACLAction$outboundSchema).optional(),
10038
10051
  usage: z.array(ACLAction$outboundSchema).optional(),
10039
10052
  usageCycle: z.array(ACLAction$outboundSchema).optional(),
10053
+ vercelRun: z.array(ACLAction$outboundSchema).optional(),
10054
+ vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
10040
10055
  vpcPeeringConnection: z.array(ACLAction$outboundSchema).optional(),
10041
10056
  webAnalyticsPlan: z.array(ACLAction$outboundSchema).optional(),
10042
- edgeConfig: z.array(ACLAction$outboundSchema).optional(),
10043
- edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
10044
- edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
10045
- edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
10046
10057
  webhook: z.array(ACLAction$outboundSchema).optional(),
10047
10058
  webhookEvent: z.array(ACLAction$outboundSchema).optional(),
10048
- endpointVerification: z.array(ACLAction$outboundSchema).optional(),
10049
- projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
10050
- oauth2Application: z.array(ACLAction$outboundSchema).optional(),
10051
- vercelRun: z.array(ACLAction$outboundSchema).optional(),
10052
- vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
10053
- apiKey: z.array(ACLAction$outboundSchema).optional(),
10054
- apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
10055
- apiKeyAiGateway: z.array(ACLAction$outboundSchema).optional(),
10056
10059
  aliasProject: z.array(ACLAction$outboundSchema).optional(),
10057
10060
  aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
10058
10061
  buildMachine: z.array(ACLAction$outboundSchema).optional(),
10059
- productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
10060
10062
  connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
10061
10063
  dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
10062
10064
  deployment: z.array(ACLAction$outboundSchema).optional(),
@@ -10073,55 +10075,55 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
10073
10075
  deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
10074
10076
  edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
10075
10077
  environments: z.array(ACLAction$outboundSchema).optional(),
10078
+ job: z.array(ACLAction$outboundSchema).optional(),
10076
10079
  logs: z.array(ACLAction$outboundSchema).optional(),
10077
10080
  logsPreset: z.array(ACLAction$outboundSchema).optional(),
10078
- passwordProtection: z.array(ACLAction$outboundSchema).optional(),
10079
- optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
10080
- job: z.array(ACLAction$outboundSchema).optional(),
10081
10081
  observabilityData: z.array(ACLAction$outboundSchema).optional(),
10082
10082
  onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
10083
10083
  onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
10084
+ optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
10085
+ passwordProtection: z.array(ACLAction$outboundSchema).optional(),
10086
+ productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
10084
10087
  project: z.array(ACLAction$outboundSchema).optional(),
10085
- projectFromV0: z.array(ACLAction$outboundSchema).optional(),
10086
10088
  projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
10087
10089
  projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
10090
+ projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
10088
10091
  projectCheck: z.array(ACLAction$outboundSchema).optional(),
10089
10092
  projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
10093
+ projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
10090
10094
  projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
10091
10095
  projectDomain: z.array(ACLAction$outboundSchema).optional(),
10092
- projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
10093
10096
  projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
10097
+ projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
10094
10098
  projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
10095
10099
  projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
10096
10100
  projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
10097
10101
  .optional(),
10098
10102
  projectFlags: z.array(ACLAction$outboundSchema).optional(),
10103
+ projectFromV0: z.array(ACLAction$outboundSchema).optional(),
10099
10104
  projectId: z.array(ACLAction$outboundSchema).optional(),
10100
10105
  projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
10101
10106
  projectLink: z.array(ACLAction$outboundSchema).optional(),
10102
10107
  projectMember: z.array(ACLAction$outboundSchema).optional(),
10103
10108
  projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
10109
+ projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
10104
10110
  projectPermissions: z.array(ACLAction$outboundSchema).optional(),
10105
10111
  projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
10106
- projectTransfer: z.array(ACLAction$outboundSchema).optional(),
10107
- projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
10108
10112
  projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
10109
- projectUsage: z.array(ACLAction$outboundSchema).optional(),
10110
- projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
10113
+ projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
10111
10114
  projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
10112
10115
  projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
10113
- projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
10114
- projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
10115
10116
  projectTier: z.array(ACLAction$outboundSchema).optional(),
10116
- projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
10117
+ projectTransfer: z.array(ACLAction$outboundSchema).optional(),
10118
+ projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
10119
+ projectUsage: z.array(ACLAction$outboundSchema).optional(),
10117
10120
  seawallConfig: z.array(ACLAction$outboundSchema).optional(),
10121
+ sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
10118
10122
  skewProtection: z.array(ACLAction$outboundSchema).optional(),
10119
10123
  analytics: z.array(ACLAction$outboundSchema).optional(),
10120
10124
  trustedIps: z.array(ACLAction$outboundSchema).optional(),
10121
10125
  v0Chat: z.array(ACLAction$outboundSchema).optional(),
10122
10126
  webAnalytics: z.array(ACLAction$outboundSchema).optional(),
10123
- sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
10124
- sonar: z.array(ACLAction$outboundSchema).optional(),
10125
10127
  }).transform((v) => {
10126
10128
  return remap$(v, {
10127
10129
  monitoring: "Monitoring",