@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
@@ -102,6 +102,7 @@ export declare const CreateProjectFramework: {
102
102
  readonly Vuepress: "vuepress";
103
103
  readonly Parcel: "parcel";
104
104
  readonly Fastapi: "fastapi";
105
+ readonly Flask: "flask";
105
106
  readonly Fasthtml: "fasthtml";
106
107
  readonly SanityV3: "sanity-v3";
107
108
  readonly Sanity: "sanity";
@@ -745,6 +746,7 @@ export declare const CreateProjectProjectsFramework: {
745
746
  readonly Vuepress: "vuepress";
746
747
  readonly Parcel: "parcel";
747
748
  readonly Fastapi: "fastapi";
749
+ readonly Flask: "flask";
748
750
  readonly Fasthtml: "fasthtml";
749
751
  readonly SanityV3: "sanity-v3";
750
752
  readonly Sanity: "sanity";
@@ -1328,9 +1330,17 @@ export type CreateProjectPermissions = {
1328
1330
  userSudo?: Array<ACLAction> | undefined;
1329
1331
  webAuthn?: Array<ACLAction> | undefined;
1330
1332
  accessGroup?: Array<ACLAction> | undefined;
1333
+ agent?: Array<ACLAction> | undefined;
1334
+ alerts?: Array<ACLAction> | undefined;
1331
1335
  aliasGlobal?: Array<ACLAction> | undefined;
1332
1336
  analyticsSampling?: Array<ACLAction> | undefined;
1333
1337
  analyticsUsage?: Array<ACLAction> | undefined;
1338
+ apiKey?: Array<ACLAction> | undefined;
1339
+ apiKeyAiGateway?: Array<ACLAction> | undefined;
1340
+ apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1341
+ oauth2Application?: Array<ACLAction> | undefined;
1342
+ vercelAppInstallation?: Array<ACLAction> | undefined;
1343
+ vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1334
1344
  auditLog?: Array<ACLAction> | undefined;
1335
1345
  billingAddress?: Array<ACLAction> | undefined;
1336
1346
  billingInformation?: Array<ACLAction> | undefined;
@@ -1342,6 +1352,7 @@ export type CreateProjectPermissions = {
1342
1352
  billingRefund?: Array<ACLAction> | undefined;
1343
1353
  billingTaxId?: Array<ACLAction> | undefined;
1344
1354
  blob?: Array<ACLAction> | undefined;
1355
+ blobStoreTokenSet?: Array<ACLAction> | undefined;
1345
1356
  budget?: Array<ACLAction> | undefined;
1346
1357
  cacheArtifact?: Array<ACLAction> | undefined;
1347
1358
  cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
@@ -1349,6 +1360,7 @@ export type CreateProjectPermissions = {
1349
1360
  concurrentBuilds?: Array<ACLAction> | undefined;
1350
1361
  connect?: Array<ACLAction> | undefined;
1351
1362
  connectConfiguration?: Array<ACLAction> | undefined;
1363
+ dataCacheBillingSettings?: Array<ACLAction> | undefined;
1352
1364
  defaultDeploymentProtection?: Array<ACLAction> | undefined;
1353
1365
  domain?: Array<ACLAction> | undefined;
1354
1366
  domainAcceptDelegation?: Array<ACLAction> | undefined;
@@ -1359,40 +1371,46 @@ export type CreateProjectPermissions = {
1359
1371
  domainPurchase?: Array<ACLAction> | undefined;
1360
1372
  domainRecord?: Array<ACLAction> | undefined;
1361
1373
  domainTransferIn?: Array<ACLAction> | undefined;
1374
+ drain?: Array<ACLAction> | undefined;
1375
+ edgeConfig?: Array<ACLAction> | undefined;
1376
+ edgeConfigItem?: Array<ACLAction> | undefined;
1377
+ edgeConfigSchema?: Array<ACLAction> | undefined;
1378
+ edgeConfigToken?: Array<ACLAction> | undefined;
1379
+ endpointVerification?: Array<ACLAction> | undefined;
1362
1380
  event?: Array<ACLAction> | undefined;
1363
- ownEvent?: Array<ACLAction> | undefined;
1364
- sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
1365
1381
  fileUpload?: Array<ACLAction> | undefined;
1366
1382
  flagsExplorerSubscription?: Array<ACLAction> | undefined;
1367
1383
  gitRepository?: Array<ACLAction> | undefined;
1368
- ipBlocking?: Array<ACLAction> | undefined;
1369
1384
  imageOptimizationNewPrice?: Array<ACLAction> | undefined;
1370
1385
  integration?: Array<ACLAction> | undefined;
1371
1386
  integrationAccount?: Array<ACLAction> | undefined;
1372
1387
  integrationConfiguration?: Array<ACLAction> | undefined;
1373
- integrationConfigurationTransfer?: Array<ACLAction> | undefined;
1374
1388
  integrationConfigurationProjects?: Array<ACLAction> | undefined;
1375
- integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
1376
1389
  integrationConfigurationRole?: Array<ACLAction> | undefined;
1377
- integrationSSOSession?: Array<ACLAction> | undefined;
1378
- integrationResource?: Array<ACLAction> | undefined;
1390
+ integrationConfigurationTransfer?: Array<ACLAction> | undefined;
1391
+ integrationDeploymentAction?: Array<ACLAction> | undefined;
1379
1392
  integrationEvent?: Array<ACLAction> | undefined;
1393
+ integrationResource?: Array<ACLAction> | undefined;
1394
+ integrationResourceReplCommand?: Array<ACLAction> | undefined;
1380
1395
  integrationResourceSecrets?: Array<ACLAction> | undefined;
1381
- integrationDeploymentAction?: Array<ACLAction> | undefined;
1382
- marketplaceInstallationMember?: Array<ACLAction> | undefined;
1396
+ integrationSSOSession?: Array<ACLAction> | undefined;
1397
+ integrationStoreTokenSet?: Array<ACLAction> | undefined;
1398
+ integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
1399
+ ipBlocking?: Array<ACLAction> | undefined;
1400
+ jobGlobal?: Array<ACLAction> | undefined;
1401
+ logDrain?: Array<ACLAction> | undefined;
1383
1402
  marketplaceBillingData?: Array<ACLAction> | undefined;
1403
+ marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1404
+ marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1405
+ marketplaceInstallationMember?: Array<ACLAction> | undefined;
1384
1406
  marketplaceInvoice?: Array<ACLAction> | undefined;
1385
1407
  marketplaceSettings?: Array<ACLAction> | undefined;
1386
- marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1387
- marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1388
- jobGlobal?: Array<ACLAction> | undefined;
1389
- drain?: Array<ACLAction> | undefined;
1390
- logDrain?: Array<ACLAction> | undefined;
1391
1408
  monitoring?: Array<ACLAction> | undefined;
1392
- monitoringSettings?: Array<ACLAction> | undefined;
1393
- monitoringQuery?: Array<ACLAction> | undefined;
1394
- monitoringChart?: Array<ACLAction> | undefined;
1395
1409
  monitoringAlert?: Array<ACLAction> | undefined;
1410
+ monitoringChart?: Array<ACLAction> | undefined;
1411
+ monitoringQuery?: Array<ACLAction> | undefined;
1412
+ monitoringSettings?: Array<ACLAction> | undefined;
1413
+ notificationCustomerBudget?: Array<ACLAction> | undefined;
1396
1414
  notificationDeploymentFailed?: Array<ACLAction> | undefined;
1397
1415
  notificationDomainConfiguration?: Array<ACLAction> | undefined;
1398
1416
  notificationDomainExpire?: Array<ACLAction> | undefined;
@@ -1403,42 +1421,37 @@ export type CreateProjectPermissions = {
1403
1421
  notificationDomainUnverified?: Array<ACLAction> | undefined;
1404
1422
  notificationMonitoringAlert?: Array<ACLAction> | undefined;
1405
1423
  notificationPaymentFailed?: Array<ACLAction> | undefined;
1406
- notificationUsageAlert?: Array<ACLAction> | undefined;
1407
1424
  notificationPreferences?: Array<ACLAction> | undefined;
1408
- notificationCustomerBudget?: Array<ACLAction> | undefined;
1409
1425
  notificationStatementOfReasons?: Array<ACLAction> | undefined;
1426
+ notificationUsageAlert?: Array<ACLAction> | undefined;
1410
1427
  observabilityConfiguration?: Array<ACLAction> | undefined;
1411
- alerts?: Array<ACLAction> | undefined;
1412
- observabilityNotebook?: Array<ACLAction> | undefined;
1413
1428
  observabilityFunnel?: Array<ACLAction> | undefined;
1429
+ observabilityNotebook?: Array<ACLAction> | undefined;
1414
1430
  openTelemetryEndpoint?: Array<ACLAction> | undefined;
1415
- vercelAppInstallation?: Array<ACLAction> | undefined;
1416
- vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1431
+ ownEvent?: Array<ACLAction> | undefined;
1432
+ passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
1417
1433
  paymentMethod?: Array<ACLAction> | undefined;
1418
1434
  permissions?: Array<ACLAction> | undefined;
1419
1435
  postgres?: Array<ACLAction> | undefined;
1436
+ postgresStoreTokenSet?: Array<ACLAction> | undefined;
1420
1437
  previewDeploymentSuffix?: Array<ACLAction> | undefined;
1438
+ projectTransferIn?: Array<ACLAction> | undefined;
1421
1439
  proTrialOnboarding?: Array<ACLAction> | undefined;
1422
- sharedEnvVars?: Array<ACLAction> | undefined;
1423
- sharedEnvVarsProduction?: Array<ACLAction> | undefined;
1424
- space?: Array<ACLAction> | undefined;
1425
- spaceRun?: Array<ACLAction> | undefined;
1426
- passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
1427
1440
  rateLimit?: Array<ACLAction> | undefined;
1428
1441
  redis?: Array<ACLAction> | undefined;
1429
- repository?: Array<ACLAction> | undefined;
1442
+ redisStoreTokenSet?: Array<ACLAction> | undefined;
1430
1443
  remoteCaching?: Array<ACLAction> | undefined;
1444
+ repository?: Array<ACLAction> | undefined;
1431
1445
  samlConfig?: Array<ACLAction> | undefined;
1432
1446
  secret?: Array<ACLAction> | undefined;
1433
- redisStoreTokenSet?: Array<ACLAction> | undefined;
1434
- blobStoreTokenSet?: Array<ACLAction> | undefined;
1435
- postgresStoreTokenSet?: Array<ACLAction> | undefined;
1436
- integrationStoreTokenSet?: Array<ACLAction> | undefined;
1437
- integrationResourceReplCommand?: Array<ACLAction> | undefined;
1447
+ sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
1448
+ sharedEnvVars?: Array<ACLAction> | undefined;
1449
+ sharedEnvVarsProduction?: Array<ACLAction> | undefined;
1450
+ space?: Array<ACLAction> | undefined;
1451
+ spaceRun?: Array<ACLAction> | undefined;
1438
1452
  storeTransfer?: Array<ACLAction> | undefined;
1439
1453
  supportCase?: Array<ACLAction> | undefined;
1440
1454
  supportCaseComment?: Array<ACLAction> | undefined;
1441
- dataCacheBillingSettings?: Array<ACLAction> | undefined;
1442
1455
  team?: Array<ACLAction> | undefined;
1443
1456
  teamAccessRequest?: Array<ACLAction> | undefined;
1444
1457
  teamFellowMembership?: Array<ACLAction> | undefined;
@@ -1453,26 +1466,15 @@ export type CreateProjectPermissions = {
1453
1466
  token?: Array<ACLAction> | undefined;
1454
1467
  usage?: Array<ACLAction> | undefined;
1455
1468
  usageCycle?: Array<ACLAction> | undefined;
1469
+ vercelRun?: Array<ACLAction> | undefined;
1470
+ vercelRunExec?: Array<ACLAction> | undefined;
1456
1471
  vpcPeeringConnection?: Array<ACLAction> | undefined;
1457
1472
  webAnalyticsPlan?: Array<ACLAction> | undefined;
1458
- edgeConfig?: Array<ACLAction> | undefined;
1459
- edgeConfigItem?: Array<ACLAction> | undefined;
1460
- edgeConfigSchema?: Array<ACLAction> | undefined;
1461
- edgeConfigToken?: Array<ACLAction> | undefined;
1462
1473
  webhook?: Array<ACLAction> | undefined;
1463
1474
  webhookEvent?: Array<ACLAction> | undefined;
1464
- endpointVerification?: Array<ACLAction> | undefined;
1465
- projectTransferIn?: Array<ACLAction> | undefined;
1466
- oauth2Application?: Array<ACLAction> | undefined;
1467
- vercelRun?: Array<ACLAction> | undefined;
1468
- vercelRunExec?: Array<ACLAction> | undefined;
1469
- apiKey?: Array<ACLAction> | undefined;
1470
- apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1471
- apiKeyAiGateway?: Array<ACLAction> | undefined;
1472
1475
  aliasProject?: Array<ACLAction> | undefined;
1473
1476
  aliasProtectionBypass?: Array<ACLAction> | undefined;
1474
1477
  buildMachine?: Array<ACLAction> | undefined;
1475
- productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1476
1478
  connectConfigurationLink?: Array<ACLAction> | undefined;
1477
1479
  dataCacheNamespace?: Array<ACLAction> | undefined;
1478
1480
  deployment?: Array<ACLAction> | undefined;
@@ -1488,54 +1490,54 @@ export type CreateProjectPermissions = {
1488
1490
  deploymentRollback?: Array<ACLAction> | undefined;
1489
1491
  edgeCacheNamespace?: Array<ACLAction> | undefined;
1490
1492
  environments?: Array<ACLAction> | undefined;
1493
+ job?: Array<ACLAction> | undefined;
1491
1494
  logs?: Array<ACLAction> | undefined;
1492
1495
  logsPreset?: Array<ACLAction> | undefined;
1493
- passwordProtection?: Array<ACLAction> | undefined;
1494
- optionsAllowlist?: Array<ACLAction> | undefined;
1495
- job?: Array<ACLAction> | undefined;
1496
1496
  observabilityData?: Array<ACLAction> | undefined;
1497
1497
  onDemandBuild?: Array<ACLAction> | undefined;
1498
1498
  onDemandConcurrency?: Array<ACLAction> | undefined;
1499
+ optionsAllowlist?: Array<ACLAction> | undefined;
1500
+ passwordProtection?: Array<ACLAction> | undefined;
1501
+ productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1499
1502
  project?: Array<ACLAction> | undefined;
1500
- projectFromV0?: Array<ACLAction> | undefined;
1501
1503
  projectAccessGroup?: Array<ACLAction> | undefined;
1502
1504
  projectAnalyticsSampling?: Array<ACLAction> | undefined;
1505
+ projectAnalyticsUsage?: Array<ACLAction> | undefined;
1503
1506
  projectCheck?: Array<ACLAction> | undefined;
1504
1507
  projectCheckRun?: Array<ACLAction> | undefined;
1508
+ projectDeploymentExpiration?: Array<ACLAction> | undefined;
1505
1509
  projectDeploymentHook?: Array<ACLAction> | undefined;
1506
1510
  projectDomain?: Array<ACLAction> | undefined;
1507
- projectDomainMove?: Array<ACLAction> | undefined;
1508
1511
  projectDomainCheckConfig?: Array<ACLAction> | undefined;
1512
+ projectDomainMove?: Array<ACLAction> | undefined;
1509
1513
  projectEnvVars?: Array<ACLAction> | undefined;
1510
1514
  projectEnvVarsProduction?: Array<ACLAction> | undefined;
1511
1515
  projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
1512
1516
  projectFlags?: Array<ACLAction> | undefined;
1517
+ projectFromV0?: Array<ACLAction> | undefined;
1513
1518
  projectId?: Array<ACLAction> | undefined;
1514
1519
  projectIntegrationConfiguration?: Array<ACLAction> | undefined;
1515
1520
  projectLink?: Array<ACLAction> | undefined;
1516
1521
  projectMember?: Array<ACLAction> | undefined;
1517
1522
  projectMonitoring?: Array<ACLAction> | undefined;
1523
+ projectOIDCToken?: Array<ACLAction> | undefined;
1518
1524
  projectPermissions?: Array<ACLAction> | undefined;
1519
1525
  projectProductionBranch?: Array<ACLAction> | undefined;
1520
- projectTransfer?: Array<ACLAction> | undefined;
1521
- projectTransferOut?: Array<ACLAction> | undefined;
1522
1526
  projectProtectionBypass?: Array<ACLAction> | undefined;
1523
- projectUsage?: Array<ACLAction> | undefined;
1524
- projectAnalyticsUsage?: Array<ACLAction> | undefined;
1527
+ projectRollingRelease?: Array<ACLAction> | undefined;
1525
1528
  projectSupportCase?: Array<ACLAction> | undefined;
1526
1529
  projectSupportCaseComment?: Array<ACLAction> | undefined;
1527
- projectDeploymentExpiration?: Array<ACLAction> | undefined;
1528
- projectRollingRelease?: Array<ACLAction> | undefined;
1529
1530
  projectTier?: Array<ACLAction> | undefined;
1530
- projectOIDCToken?: Array<ACLAction> | undefined;
1531
+ projectTransfer?: Array<ACLAction> | undefined;
1532
+ projectTransferOut?: Array<ACLAction> | undefined;
1533
+ projectUsage?: Array<ACLAction> | undefined;
1531
1534
  seawallConfig?: Array<ACLAction> | undefined;
1535
+ sharedEnvVarConnection?: Array<ACLAction> | undefined;
1532
1536
  skewProtection?: Array<ACLAction> | undefined;
1533
1537
  analytics?: Array<ACLAction> | undefined;
1534
1538
  trustedIps?: Array<ACLAction> | undefined;
1535
1539
  v0Chat?: Array<ACLAction> | undefined;
1536
1540
  webAnalytics?: Array<ACLAction> | undefined;
1537
- sharedEnvVarConnection?: Array<ACLAction> | undefined;
1538
- sonar?: Array<ACLAction> | undefined;
1539
1541
  };
1540
1542
  export type CreateProjectLastRollbackTarget = {};
1541
1543
  export declare const CreateProjectJobStatus: {
@@ -2216,6 +2218,7 @@ export declare namespace CreateProjectFramework$ {
2216
2218
  readonly Vuepress: "vuepress";
2217
2219
  readonly Parcel: "parcel";
2218
2220
  readonly Fastapi: "fastapi";
2221
+ readonly Flask: "flask";
2219
2222
  readonly Fasthtml: "fasthtml";
2220
2223
  readonly SanityV3: "sanity-v3";
2221
2224
  readonly Sanity: "sanity";
@@ -2272,6 +2275,7 @@ export declare namespace CreateProjectFramework$ {
2272
2275
  readonly Vuepress: "vuepress";
2273
2276
  readonly Parcel: "parcel";
2274
2277
  readonly Fastapi: "fastapi";
2278
+ readonly Flask: "flask";
2275
2279
  readonly Fasthtml: "fasthtml";
2276
2280
  readonly SanityV3: "sanity-v3";
2277
2281
  readonly Sanity: "sanity";
@@ -3822,6 +3826,7 @@ export declare namespace CreateProjectProjectsFramework$ {
3822
3826
  readonly Vuepress: "vuepress";
3823
3827
  readonly Parcel: "parcel";
3824
3828
  readonly Fastapi: "fastapi";
3829
+ readonly Flask: "flask";
3825
3830
  readonly Fasthtml: "fasthtml";
3826
3831
  readonly SanityV3: "sanity-v3";
3827
3832
  readonly Sanity: "sanity";
@@ -3878,6 +3883,7 @@ export declare namespace CreateProjectProjectsFramework$ {
3878
3883
  readonly Vuepress: "vuepress";
3879
3884
  readonly Parcel: "parcel";
3880
3885
  readonly Fastapi: "fastapi";
3886
+ readonly Flask: "flask";
3881
3887
  readonly Fasthtml: "fasthtml";
3882
3888
  readonly SanityV3: "sanity-v3";
3883
3889
  readonly Sanity: "sanity";
@@ -5482,9 +5488,17 @@ export type CreateProjectPermissions$Outbound = {
5482
5488
  userSudo?: Array<string> | undefined;
5483
5489
  webAuthn?: Array<string> | undefined;
5484
5490
  accessGroup?: Array<string> | undefined;
5491
+ agent?: Array<string> | undefined;
5492
+ alerts?: Array<string> | undefined;
5485
5493
  aliasGlobal?: Array<string> | undefined;
5486
5494
  analyticsSampling?: Array<string> | undefined;
5487
5495
  analyticsUsage?: Array<string> | undefined;
5496
+ apiKey?: Array<string> | undefined;
5497
+ apiKeyAiGateway?: Array<string> | undefined;
5498
+ apiKeyOwnedBySelf?: Array<string> | undefined;
5499
+ oauth2Application?: Array<string> | undefined;
5500
+ vercelAppInstallation?: Array<string> | undefined;
5501
+ vercelAppInstallationRequest?: Array<string> | undefined;
5488
5502
  auditLog?: Array<string> | undefined;
5489
5503
  billingAddress?: Array<string> | undefined;
5490
5504
  billingInformation?: Array<string> | undefined;
@@ -5496,6 +5510,7 @@ export type CreateProjectPermissions$Outbound = {
5496
5510
  billingRefund?: Array<string> | undefined;
5497
5511
  billingTaxId?: Array<string> | undefined;
5498
5512
  blob?: Array<string> | undefined;
5513
+ blobStoreTokenSet?: Array<string> | undefined;
5499
5514
  budget?: Array<string> | undefined;
5500
5515
  cacheArtifact?: Array<string> | undefined;
5501
5516
  cacheArtifactUsageEvent?: Array<string> | undefined;
@@ -5503,6 +5518,7 @@ export type CreateProjectPermissions$Outbound = {
5503
5518
  concurrentBuilds?: Array<string> | undefined;
5504
5519
  connect?: Array<string> | undefined;
5505
5520
  connectConfiguration?: Array<string> | undefined;
5521
+ dataCacheBillingSettings?: Array<string> | undefined;
5506
5522
  defaultDeploymentProtection?: Array<string> | undefined;
5507
5523
  domain?: Array<string> | undefined;
5508
5524
  domainAcceptDelegation?: Array<string> | undefined;
@@ -5513,40 +5529,46 @@ export type CreateProjectPermissions$Outbound = {
5513
5529
  domainPurchase?: Array<string> | undefined;
5514
5530
  domainRecord?: Array<string> | undefined;
5515
5531
  domainTransferIn?: Array<string> | undefined;
5532
+ drain?: Array<string> | undefined;
5533
+ edgeConfig?: Array<string> | undefined;
5534
+ edgeConfigItem?: Array<string> | undefined;
5535
+ edgeConfigSchema?: Array<string> | undefined;
5536
+ edgeConfigToken?: Array<string> | undefined;
5537
+ endpointVerification?: Array<string> | undefined;
5516
5538
  event?: Array<string> | undefined;
5517
- ownEvent?: Array<string> | undefined;
5518
- sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
5519
5539
  fileUpload?: Array<string> | undefined;
5520
5540
  flagsExplorerSubscription?: Array<string> | undefined;
5521
5541
  gitRepository?: Array<string> | undefined;
5522
- ipBlocking?: Array<string> | undefined;
5523
5542
  imageOptimizationNewPrice?: Array<string> | undefined;
5524
5543
  integration?: Array<string> | undefined;
5525
5544
  integrationAccount?: Array<string> | undefined;
5526
5545
  integrationConfiguration?: Array<string> | undefined;
5527
- integrationConfigurationTransfer?: Array<string> | undefined;
5528
5546
  integrationConfigurationProjects?: Array<string> | undefined;
5529
- integrationVercelConfigurationOverride?: Array<string> | undefined;
5530
5547
  integrationConfigurationRole?: Array<string> | undefined;
5531
- integrationSSOSession?: Array<string> | undefined;
5532
- integrationResource?: Array<string> | undefined;
5548
+ integrationConfigurationTransfer?: Array<string> | undefined;
5549
+ integrationDeploymentAction?: Array<string> | undefined;
5533
5550
  integrationEvent?: Array<string> | undefined;
5551
+ integrationResource?: Array<string> | undefined;
5552
+ integrationResourceReplCommand?: Array<string> | undefined;
5534
5553
  integrationResourceSecrets?: Array<string> | undefined;
5535
- integrationDeploymentAction?: Array<string> | undefined;
5536
- marketplaceInstallationMember?: Array<string> | undefined;
5554
+ integrationSSOSession?: Array<string> | undefined;
5555
+ integrationStoreTokenSet?: Array<string> | undefined;
5556
+ integrationVercelConfigurationOverride?: Array<string> | undefined;
5557
+ ipBlocking?: Array<string> | undefined;
5558
+ jobGlobal?: Array<string> | undefined;
5559
+ logDrain?: Array<string> | undefined;
5537
5560
  marketplaceBillingData?: Array<string> | undefined;
5561
+ marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
5562
+ marketplaceExperimentationItem?: Array<string> | undefined;
5563
+ marketplaceInstallationMember?: Array<string> | undefined;
5538
5564
  marketplaceInvoice?: Array<string> | undefined;
5539
5565
  marketplaceSettings?: Array<string> | undefined;
5540
- marketplaceExperimentationItem?: Array<string> | undefined;
5541
- marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
5542
- jobGlobal?: Array<string> | undefined;
5543
- drain?: Array<string> | undefined;
5544
- logDrain?: Array<string> | undefined;
5545
5566
  Monitoring?: Array<string> | undefined;
5546
- monitoringSettings?: Array<string> | undefined;
5547
- monitoringQuery?: Array<string> | undefined;
5548
- monitoringChart?: Array<string> | undefined;
5549
5567
  monitoringAlert?: Array<string> | undefined;
5568
+ monitoringChart?: Array<string> | undefined;
5569
+ monitoringQuery?: Array<string> | undefined;
5570
+ monitoringSettings?: Array<string> | undefined;
5571
+ notificationCustomerBudget?: Array<string> | undefined;
5550
5572
  notificationDeploymentFailed?: Array<string> | undefined;
5551
5573
  notificationDomainConfiguration?: Array<string> | undefined;
5552
5574
  notificationDomainExpire?: Array<string> | undefined;
@@ -5557,42 +5579,37 @@ export type CreateProjectPermissions$Outbound = {
5557
5579
  notificationDomainUnverified?: Array<string> | undefined;
5558
5580
  NotificationMonitoringAlert?: Array<string> | undefined;
5559
5581
  notificationPaymentFailed?: Array<string> | undefined;
5560
- notificationUsageAlert?: Array<string> | undefined;
5561
5582
  notificationPreferences?: Array<string> | undefined;
5562
- notificationCustomerBudget?: Array<string> | undefined;
5563
5583
  notificationStatementOfReasons?: Array<string> | undefined;
5584
+ notificationUsageAlert?: Array<string> | undefined;
5564
5585
  observabilityConfiguration?: Array<string> | undefined;
5565
- alerts?: Array<string> | undefined;
5566
- observabilityNotebook?: Array<string> | undefined;
5567
5586
  observabilityFunnel?: Array<string> | undefined;
5587
+ observabilityNotebook?: Array<string> | undefined;
5568
5588
  openTelemetryEndpoint?: Array<string> | undefined;
5569
- vercelAppInstallation?: Array<string> | undefined;
5570
- vercelAppInstallationRequest?: Array<string> | undefined;
5589
+ ownEvent?: Array<string> | undefined;
5590
+ passwordProtectionInvoiceItem?: Array<string> | undefined;
5571
5591
  paymentMethod?: Array<string> | undefined;
5572
5592
  permissions?: Array<string> | undefined;
5573
5593
  postgres?: Array<string> | undefined;
5594
+ postgresStoreTokenSet?: Array<string> | undefined;
5574
5595
  previewDeploymentSuffix?: Array<string> | undefined;
5596
+ projectTransferIn?: Array<string> | undefined;
5575
5597
  proTrialOnboarding?: Array<string> | undefined;
5576
- sharedEnvVars?: Array<string> | undefined;
5577
- sharedEnvVarsProduction?: Array<string> | undefined;
5578
- space?: Array<string> | undefined;
5579
- spaceRun?: Array<string> | undefined;
5580
- passwordProtectionInvoiceItem?: Array<string> | undefined;
5581
5598
  rateLimit?: Array<string> | undefined;
5582
5599
  redis?: Array<string> | undefined;
5583
- repository?: Array<string> | undefined;
5600
+ redisStoreTokenSet?: Array<string> | undefined;
5584
5601
  remoteCaching?: Array<string> | undefined;
5602
+ repository?: Array<string> | undefined;
5585
5603
  samlConfig?: Array<string> | undefined;
5586
5604
  secret?: Array<string> | undefined;
5587
- redisStoreTokenSet?: Array<string> | undefined;
5588
- blobStoreTokenSet?: Array<string> | undefined;
5589
- postgresStoreTokenSet?: Array<string> | undefined;
5590
- integrationStoreTokenSet?: Array<string> | undefined;
5591
- integrationResourceReplCommand?: Array<string> | undefined;
5605
+ sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
5606
+ sharedEnvVars?: Array<string> | undefined;
5607
+ sharedEnvVarsProduction?: Array<string> | undefined;
5608
+ space?: Array<string> | undefined;
5609
+ spaceRun?: Array<string> | undefined;
5592
5610
  storeTransfer?: Array<string> | undefined;
5593
5611
  supportCase?: Array<string> | undefined;
5594
5612
  supportCaseComment?: Array<string> | undefined;
5595
- dataCacheBillingSettings?: Array<string> | undefined;
5596
5613
  team?: Array<string> | undefined;
5597
5614
  teamAccessRequest?: Array<string> | undefined;
5598
5615
  teamFellowMembership?: Array<string> | undefined;
@@ -5607,26 +5624,15 @@ export type CreateProjectPermissions$Outbound = {
5607
5624
  token?: Array<string> | undefined;
5608
5625
  usage?: Array<string> | undefined;
5609
5626
  usageCycle?: Array<string> | undefined;
5627
+ vercelRun?: Array<string> | undefined;
5628
+ vercelRunExec?: Array<string> | undefined;
5610
5629
  vpcPeeringConnection?: Array<string> | undefined;
5611
5630
  webAnalyticsPlan?: Array<string> | undefined;
5612
- edgeConfig?: Array<string> | undefined;
5613
- edgeConfigItem?: Array<string> | undefined;
5614
- edgeConfigSchema?: Array<string> | undefined;
5615
- edgeConfigToken?: Array<string> | undefined;
5616
5631
  webhook?: Array<string> | undefined;
5617
5632
  "webhook-event"?: Array<string> | undefined;
5618
- endpointVerification?: Array<string> | undefined;
5619
- projectTransferIn?: Array<string> | undefined;
5620
- oauth2Application?: Array<string> | undefined;
5621
- vercelRun?: Array<string> | undefined;
5622
- vercelRunExec?: Array<string> | undefined;
5623
- apiKey?: Array<string> | undefined;
5624
- apiKeyOwnedBySelf?: Array<string> | undefined;
5625
- apiKeyAiGateway?: Array<string> | undefined;
5626
5633
  aliasProject?: Array<string> | undefined;
5627
5634
  aliasProtectionBypass?: Array<string> | undefined;
5628
5635
  buildMachine?: Array<string> | undefined;
5629
- productionAliasProtectionBypass?: Array<string> | undefined;
5630
5636
  connectConfigurationLink?: Array<string> | undefined;
5631
5637
  dataCacheNamespace?: Array<string> | undefined;
5632
5638
  deployment?: Array<string> | undefined;
@@ -5642,54 +5648,54 @@ export type CreateProjectPermissions$Outbound = {
5642
5648
  deploymentRollback?: Array<string> | undefined;
5643
5649
  edgeCacheNamespace?: Array<string> | undefined;
5644
5650
  environments?: Array<string> | undefined;
5651
+ job?: Array<string> | undefined;
5645
5652
  logs?: Array<string> | undefined;
5646
5653
  logsPreset?: Array<string> | undefined;
5647
- passwordProtection?: Array<string> | undefined;
5648
- optionsAllowlist?: Array<string> | undefined;
5649
- job?: Array<string> | undefined;
5650
5654
  observabilityData?: Array<string> | undefined;
5651
5655
  onDemandBuild?: Array<string> | undefined;
5652
5656
  onDemandConcurrency?: Array<string> | undefined;
5657
+ optionsAllowlist?: Array<string> | undefined;
5658
+ passwordProtection?: Array<string> | undefined;
5659
+ productionAliasProtectionBypass?: Array<string> | undefined;
5653
5660
  project?: Array<string> | undefined;
5654
- projectFromV0?: Array<string> | undefined;
5655
5661
  projectAccessGroup?: Array<string> | undefined;
5656
5662
  projectAnalyticsSampling?: Array<string> | undefined;
5663
+ projectAnalyticsUsage?: Array<string> | undefined;
5657
5664
  projectCheck?: Array<string> | undefined;
5658
5665
  projectCheckRun?: Array<string> | undefined;
5666
+ projectDeploymentExpiration?: Array<string> | undefined;
5659
5667
  projectDeploymentHook?: Array<string> | undefined;
5660
5668
  projectDomain?: Array<string> | undefined;
5661
- projectDomainMove?: Array<string> | undefined;
5662
5669
  projectDomainCheckConfig?: Array<string> | undefined;
5670
+ projectDomainMove?: Array<string> | undefined;
5663
5671
  projectEnvVars?: Array<string> | undefined;
5664
5672
  projectEnvVarsProduction?: Array<string> | undefined;
5665
5673
  projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
5666
5674
  projectFlags?: Array<string> | undefined;
5675
+ projectFromV0?: Array<string> | undefined;
5667
5676
  projectId?: Array<string> | undefined;
5668
5677
  projectIntegrationConfiguration?: Array<string> | undefined;
5669
5678
  projectLink?: Array<string> | undefined;
5670
5679
  projectMember?: Array<string> | undefined;
5671
5680
  projectMonitoring?: Array<string> | undefined;
5681
+ projectOIDCToken?: Array<string> | undefined;
5672
5682
  projectPermissions?: Array<string> | undefined;
5673
5683
  projectProductionBranch?: Array<string> | undefined;
5674
- projectTransfer?: Array<string> | undefined;
5675
- projectTransferOut?: Array<string> | undefined;
5676
5684
  projectProtectionBypass?: Array<string> | undefined;
5677
- projectUsage?: Array<string> | undefined;
5678
- projectAnalyticsUsage?: Array<string> | undefined;
5685
+ projectRollingRelease?: Array<string> | undefined;
5679
5686
  projectSupportCase?: Array<string> | undefined;
5680
5687
  projectSupportCaseComment?: Array<string> | undefined;
5681
- projectDeploymentExpiration?: Array<string> | undefined;
5682
- projectRollingRelease?: Array<string> | undefined;
5683
5688
  projectTier?: Array<string> | undefined;
5684
- projectOIDCToken?: Array<string> | undefined;
5689
+ projectTransfer?: Array<string> | undefined;
5690
+ projectTransferOut?: Array<string> | undefined;
5691
+ projectUsage?: Array<string> | undefined;
5685
5692
  seawallConfig?: Array<string> | undefined;
5693
+ sharedEnvVarConnection?: Array<string> | undefined;
5686
5694
  skewProtection?: Array<string> | undefined;
5687
5695
  analytics?: Array<string> | undefined;
5688
5696
  trustedIps?: Array<string> | undefined;
5689
5697
  v0Chat?: Array<string> | undefined;
5690
5698
  webAnalytics?: Array<string> | undefined;
5691
- sharedEnvVarConnection?: Array<string> | undefined;
5692
- sonar?: Array<string> | undefined;
5693
5699
  };
5694
5700
  /** @internal */
5695
5701
  export declare const CreateProjectPermissions$outboundSchema: z.ZodType<CreateProjectPermissions$Outbound, z.ZodTypeDef, CreateProjectPermissions>;