@vercel/sdk 1.13.8 → 1.14.0

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 (245) hide show
  1. package/README.md +29 -21
  2. package/bin/mcp-server.js +2619 -1667
  3. package/bin/mcp-server.js.map +47 -36
  4. package/docs/sdks/domainsregistrar/README.md +6 -0
  5. package/docs/sdks/marketplace/README.md +150 -0
  6. package/docs/sdks/projects/README.md +2 -0
  7. package/docs/sdks/security/README.md +70 -0
  8. package/esm/__tests__/accessgroups.test.js +3 -1
  9. package/esm/__tests__/accessgroups.test.js.map +1 -1
  10. package/esm/__tests__/domains.test.js +9 -6
  11. package/esm/__tests__/domains.test.js.map +1 -1
  12. package/esm/__tests__/edgeconfig.test.js +6 -6
  13. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  14. package/esm/__tests__/integrations.test.js +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 +2 -2
  18. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  19. package/esm/__tests__/security.test.js +14 -0
  20. package/esm/__tests__/security.test.js.map +1 -1
  21. package/esm/funcs/integrationsDeleteConfiguration.js +2 -2
  22. package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -1
  23. package/esm/funcs/marketplaceUpdateInstallation.d.ts +17 -0
  24. package/esm/funcs/marketplaceUpdateInstallation.d.ts.map +1 -0
  25. package/esm/funcs/marketplaceUpdateInstallation.js +82 -0
  26. package/esm/funcs/marketplaceUpdateInstallation.js.map +1 -0
  27. package/esm/funcs/marketplaceUpdateResource.d.ts +17 -0
  28. package/esm/funcs/marketplaceUpdateResource.d.ts.map +1 -0
  29. package/esm/funcs/marketplaceUpdateResource.js +85 -0
  30. package/esm/funcs/marketplaceUpdateResource.js.map +1 -0
  31. package/esm/funcs/projectsGetProjects.js +1 -0
  32. package/esm/funcs/projectsGetProjects.js.map +1 -1
  33. package/esm/funcs/securityGetV1SecurityFirewallEvents.d.ts +17 -0
  34. package/esm/funcs/securityGetV1SecurityFirewallEvents.d.ts.map +1 -0
  35. package/esm/funcs/securityGetV1SecurityFirewallEvents.js +78 -0
  36. package/esm/funcs/securityGetV1SecurityFirewallEvents.js.map +1 -0
  37. package/esm/lib/config.d.ts +3 -3
  38. package/esm/lib/config.js +3 -3
  39. package/esm/lib/config.js.map +1 -1
  40. package/esm/mcp-server/mcp-server.js +1 -1
  41. package/esm/mcp-server/server.d.ts.map +1 -1
  42. package/esm/mcp-server/server.js +7 -1
  43. package/esm/mcp-server/server.js.map +1 -1
  44. package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts +7 -0
  45. package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts.map +1 -0
  46. package/esm/mcp-server/tools/marketplaceUpdateInstallation.js +27 -0
  47. package/esm/mcp-server/tools/marketplaceUpdateInstallation.js.map +1 -0
  48. package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts +7 -0
  49. package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts.map +1 -0
  50. package/esm/mcp-server/tools/marketplaceUpdateResource.js +28 -0
  51. package/esm/mcp-server/tools/marketplaceUpdateResource.js.map +1 -0
  52. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.d.ts +7 -0
  53. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.d.ts.map +1 -0
  54. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.js +28 -0
  55. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.js.map +1 -0
  56. package/esm/models/acceptprojecttransferrequestop.d.ts +1 -1
  57. package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
  58. package/esm/models/acceptprojecttransferrequestop.js +2 -1
  59. package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
  60. package/esm/models/authtoken.d.ts +6 -0
  61. package/esm/models/authtoken.d.ts.map +1 -1
  62. package/esm/models/authtoken.js +2 -0
  63. package/esm/models/authtoken.js.map +1 -1
  64. package/esm/models/buydomainsop.d.ts +3 -2
  65. package/esm/models/buydomainsop.d.ts.map +1 -1
  66. package/esm/models/buydomainsop.js +3 -0
  67. package/esm/models/buydomainsop.js.map +1 -1
  68. package/esm/models/buysingledomainop.d.ts +11 -10
  69. package/esm/models/buysingledomainop.d.ts.map +1 -1
  70. package/esm/models/buysingledomainop.js +15 -13
  71. package/esm/models/buysingledomainop.js.map +1 -1
  72. package/esm/models/createeventop.d.ts +2 -2
  73. package/esm/models/createeventop.d.ts.map +1 -1
  74. package/esm/models/createeventop.js +2 -2
  75. package/esm/models/createeventop.js.map +1 -1
  76. package/esm/models/createintegrationstoredirectop.d.ts +340 -315
  77. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  78. package/esm/models/createintegrationstoredirectop.js +392 -381
  79. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  80. package/esm/models/createprojectenvop.d.ts +6 -6
  81. package/esm/models/createprojectenvop.js +2 -2
  82. package/esm/models/createprojectenvop.js.map +1 -1
  83. package/esm/models/createprojectop.d.ts +154 -156
  84. package/esm/models/createprojectop.d.ts.map +1 -1
  85. package/esm/models/createprojectop.js +149 -151
  86. package/esm/models/createprojectop.js.map +1 -1
  87. package/esm/models/createwebhookop.d.ts +12 -0
  88. package/esm/models/createwebhookop.d.ts.map +1 -1
  89. package/esm/models/createwebhookop.js +4 -0
  90. package/esm/models/createwebhookop.js.map +1 -1
  91. package/esm/models/dnssecenabled.d.ts +70 -0
  92. package/esm/models/dnssecenabled.d.ts.map +1 -0
  93. package/esm/models/dnssecenabled.js +72 -0
  94. package/esm/models/dnssecenabled.js.map +1 -0
  95. package/esm/models/domaintooshort.d.ts +70 -0
  96. package/esm/models/domaintooshort.d.ts.map +1 -0
  97. package/esm/models/domaintooshort.js +72 -0
  98. package/esm/models/domaintooshort.js.map +1 -0
  99. package/esm/models/editprojectenvop.d.ts +3 -3
  100. package/esm/models/editprojectenvop.js +1 -1
  101. package/esm/models/editprojectenvop.js.map +1 -1
  102. package/esm/models/exchangessotokenop.d.ts +2 -0
  103. package/esm/models/exchangessotokenop.d.ts.map +1 -1
  104. package/esm/models/exchangessotokenop.js +4 -0
  105. package/esm/models/exchangessotokenop.js.map +1 -1
  106. package/esm/models/filetree.d.ts +0 -5
  107. package/esm/models/filetree.d.ts.map +1 -1
  108. package/esm/models/filetree.js +0 -2
  109. package/esm/models/filetree.js.map +1 -1
  110. package/esm/models/filterprojectenvsop.d.ts +9 -9
  111. package/esm/models/filterprojectenvsop.js +3 -3
  112. package/esm/models/filterprojectenvsop.js.map +1 -1
  113. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  114. package/esm/models/getconfigurationproductsop.js +465 -465
  115. package/esm/models/getconfigurationsop.d.ts +18 -0
  116. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  117. package/esm/models/getconfigurationsop.js +6 -0
  118. package/esm/models/getconfigurationsop.js.map +1 -1
  119. package/esm/models/getdomainpriceop.d.ts +3 -2
  120. package/esm/models/getdomainpriceop.d.ts.map +1 -1
  121. package/esm/models/getdomainpriceop.js +3 -0
  122. package/esm/models/getdomainpriceop.js.map +1 -1
  123. package/esm/models/getprojectenvop.d.ts +9 -9
  124. package/esm/models/getprojectenvop.js +3 -3
  125. package/esm/models/getprojectenvop.js.map +1 -1
  126. package/esm/models/getprojectsop.d.ts +129 -126
  127. package/esm/models/getprojectsop.d.ts.map +1 -1
  128. package/esm/models/getprojectsop.js +133 -133
  129. package/esm/models/getprojectsop.js.map +1 -1
  130. package/esm/models/getv1securityfirewalleventsop.d.ts +95 -0
  131. package/esm/models/getv1securityfirewalleventsop.d.ts.map +1 -0
  132. package/esm/models/getv1securityfirewalleventsop.js +108 -0
  133. package/esm/models/getv1securityfirewalleventsop.js.map +1 -0
  134. package/esm/models/getwebhookop.d.ts +6 -0
  135. package/esm/models/getwebhookop.d.ts.map +1 -1
  136. package/esm/models/getwebhookop.js +2 -0
  137. package/esm/models/getwebhookop.js.map +1 -1
  138. package/esm/models/getwebhooksop.d.ts +12 -0
  139. package/esm/models/getwebhooksop.d.ts.map +1 -1
  140. package/esm/models/getwebhooksop.js +4 -0
  141. package/esm/models/getwebhooksop.js.map +1 -1
  142. package/esm/models/importresourceop.d.ts +69 -69
  143. package/esm/models/importresourceop.d.ts.map +1 -1
  144. package/esm/models/importresourceop.js +76 -73
  145. package/esm/models/importresourceop.js.map +1 -1
  146. package/esm/models/removeprojectenvop.d.ts +9 -9
  147. package/esm/models/removeprojectenvop.js +3 -3
  148. package/esm/models/removeprojectenvop.js.map +1 -1
  149. package/esm/models/renewdomainop.d.ts +3 -2
  150. package/esm/models/renewdomainop.d.ts.map +1 -1
  151. package/esm/models/renewdomainop.js +3 -0
  152. package/esm/models/renewdomainop.js.map +1 -1
  153. package/esm/models/team.d.ts +1 -1
  154. package/esm/models/team.d.ts.map +1 -1
  155. package/esm/models/team.js +1 -1
  156. package/esm/models/team.js.map +1 -1
  157. package/esm/models/transferindomainop.d.ts +4 -2
  158. package/esm/models/transferindomainop.d.ts.map +1 -1
  159. package/esm/models/transferindomainop.js +6 -0
  160. package/esm/models/transferindomainop.js.map +1 -1
  161. package/esm/models/updateinstallationop.d.ts +242 -0
  162. package/esm/models/updateinstallationop.d.ts.map +1 -0
  163. package/esm/models/updateinstallationop.js +246 -0
  164. package/esm/models/updateinstallationop.js.map +1 -0
  165. package/esm/models/updateprojectdatacacheop.d.ts +124 -126
  166. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  167. package/esm/models/updateprojectdatacacheop.js +131 -133
  168. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  169. package/esm/models/updateprojectop.d.ts +154 -156
  170. package/esm/models/updateprojectop.d.ts.map +1 -1
  171. package/esm/models/updateprojectop.js +149 -151
  172. package/esm/models/updateprojectop.js.map +1 -1
  173. package/esm/models/updateresourceop.d.ts +432 -0
  174. package/esm/models/updateresourceop.d.ts.map +1 -0
  175. package/esm/models/updateresourceop.js +393 -0
  176. package/esm/models/updateresourceop.js.map +1 -0
  177. package/esm/models/userevent.d.ts +199 -17
  178. package/esm/models/userevent.d.ts.map +1 -1
  179. package/esm/models/userevent.js +157 -11
  180. package/esm/models/userevent.js.map +1 -1
  181. package/esm/sdk/marketplace.d.ts +16 -0
  182. package/esm/sdk/marketplace.d.ts.map +1 -1
  183. package/esm/sdk/marketplace.js +20 -0
  184. package/esm/sdk/marketplace.js.map +1 -1
  185. package/esm/sdk/security.d.ts +8 -0
  186. package/esm/sdk/security.d.ts.map +1 -1
  187. package/esm/sdk/security.js +10 -0
  188. package/esm/sdk/security.js.map +1 -1
  189. package/examples/package-lock.json +1 -1
  190. package/jsr.json +1 -1
  191. package/package.json +1 -1
  192. package/src/__tests__/accessgroups.test.ts +3 -1
  193. package/src/__tests__/domains.test.ts +9 -6
  194. package/src/__tests__/edgeconfig.test.ts +6 -6
  195. package/src/__tests__/integrations.test.ts +1 -1
  196. package/src/__tests__/marketplace.test.ts +19 -0
  197. package/src/__tests__/rollingrelease.test.ts +2 -2
  198. package/src/__tests__/security.test.ts +19 -0
  199. package/src/funcs/integrationsDeleteConfiguration.ts +2 -2
  200. package/src/funcs/marketplaceUpdateInstallation.ts +174 -0
  201. package/src/funcs/marketplaceUpdateResource.ts +179 -0
  202. package/src/funcs/projectsGetProjects.ts +1 -0
  203. package/src/funcs/securityGetV1SecurityFirewallEvents.ts +165 -0
  204. package/src/lib/config.ts +3 -3
  205. package/src/mcp-server/mcp-server.ts +1 -1
  206. package/src/mcp-server/server.ts +7 -1
  207. package/src/mcp-server/tools/marketplaceUpdateInstallation.ts +35 -0
  208. package/src/mcp-server/tools/marketplaceUpdateResource.ts +37 -0
  209. package/src/mcp-server/tools/securityGetV1SecurityFirewallEvents.ts +39 -0
  210. package/src/models/acceptprojecttransferrequestop.ts +3 -2
  211. package/src/models/authtoken.ts +2 -0
  212. package/src/models/buydomainsop.ts +10 -0
  213. package/src/models/buysingledomainop.ts +26 -14
  214. package/src/models/createeventop.ts +4 -4
  215. package/src/models/createintegrationstoredirectop.ts +714 -668
  216. package/src/models/createprojectenvop.ts +2 -2
  217. package/src/models/createprojectop.ts +285 -289
  218. package/src/models/createwebhookop.ts +4 -0
  219. package/src/models/dnssecenabled.ts +120 -0
  220. package/src/models/domaintooshort.ts +120 -0
  221. package/src/models/editprojectenvop.ts +1 -1
  222. package/src/models/exchangessotokenop.ts +6 -0
  223. package/src/models/filetree.ts +0 -7
  224. package/src/models/filterprojectenvsop.ts +3 -3
  225. package/src/models/getconfigurationproductsop.ts +802 -802
  226. package/src/models/getconfigurationsop.ts +6 -0
  227. package/src/models/getdomainpriceop.ts +10 -0
  228. package/src/models/getprojectenvop.ts +3 -3
  229. package/src/models/getprojectsop.ts +262 -259
  230. package/src/models/getv1securityfirewalleventsop.ts +233 -0
  231. package/src/models/getwebhookop.ts +2 -0
  232. package/src/models/getwebhooksop.ts +4 -0
  233. package/src/models/importresourceop.ts +144 -117
  234. package/src/models/removeprojectenvop.ts +3 -3
  235. package/src/models/renewdomainop.ts +10 -0
  236. package/src/models/team.ts +2 -2
  237. package/src/models/transferindomainop.ts +20 -0
  238. package/src/models/updateinstallationop.ts +488 -0
  239. package/src/models/updateprojectdatacacheop.ts +255 -259
  240. package/src/models/updateprojectop.ts +285 -289
  241. package/src/models/updateresourceop.ts +823 -0
  242. package/src/models/userevent.ts +328 -19
  243. package/src/sdk/marketplace.ts +41 -0
  244. package/src/sdk/security.ts +22 -0
  245. package/vercel-spec.json +1875 -1205
@@ -108,6 +108,10 @@ export type GetProjectsRequest = {
108
108
  * Filter results by projects with Static IPs enabled
109
109
  */
110
110
  staticIpsEnabled?: StaticIpsEnabled | undefined;
111
+ /**
112
+ * Filter results by build machine types. Accepts comma-separated values. Use \"default\" for projects without a build machine type set.
113
+ */
114
+ buildMachineTypes?: string | undefined;
111
115
  /**
112
116
  * The Team identifier to perform the request on behalf of.
113
117
  */
@@ -1412,9 +1416,17 @@ export type GetProjectsPermissions = {
1412
1416
  userSudo?: Array<ACLAction> | undefined;
1413
1417
  webAuthn?: Array<ACLAction> | undefined;
1414
1418
  accessGroup?: Array<ACLAction> | undefined;
1419
+ agent?: Array<ACLAction> | undefined;
1420
+ alerts?: Array<ACLAction> | undefined;
1415
1421
  aliasGlobal?: Array<ACLAction> | undefined;
1416
1422
  analyticsSampling?: Array<ACLAction> | undefined;
1417
1423
  analyticsUsage?: Array<ACLAction> | undefined;
1424
+ apiKey?: Array<ACLAction> | undefined;
1425
+ apiKeyAiGateway?: Array<ACLAction> | undefined;
1426
+ apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1427
+ oauth2Application?: Array<ACLAction> | undefined;
1428
+ vercelAppInstallation?: Array<ACLAction> | undefined;
1429
+ vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1418
1430
  auditLog?: Array<ACLAction> | undefined;
1419
1431
  billingAddress?: Array<ACLAction> | undefined;
1420
1432
  billingInformation?: Array<ACLAction> | undefined;
@@ -1426,6 +1438,7 @@ export type GetProjectsPermissions = {
1426
1438
  billingRefund?: Array<ACLAction> | undefined;
1427
1439
  billingTaxId?: Array<ACLAction> | undefined;
1428
1440
  blob?: Array<ACLAction> | undefined;
1441
+ blobStoreTokenSet?: Array<ACLAction> | undefined;
1429
1442
  budget?: Array<ACLAction> | undefined;
1430
1443
  cacheArtifact?: Array<ACLAction> | undefined;
1431
1444
  cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
@@ -1433,6 +1446,7 @@ export type GetProjectsPermissions = {
1433
1446
  concurrentBuilds?: Array<ACLAction> | undefined;
1434
1447
  connect?: Array<ACLAction> | undefined;
1435
1448
  connectConfiguration?: Array<ACLAction> | undefined;
1449
+ dataCacheBillingSettings?: Array<ACLAction> | undefined;
1436
1450
  defaultDeploymentProtection?: Array<ACLAction> | undefined;
1437
1451
  domain?: Array<ACLAction> | undefined;
1438
1452
  domainAcceptDelegation?: Array<ACLAction> | undefined;
@@ -1443,40 +1457,46 @@ export type GetProjectsPermissions = {
1443
1457
  domainPurchase?: Array<ACLAction> | undefined;
1444
1458
  domainRecord?: Array<ACLAction> | undefined;
1445
1459
  domainTransferIn?: Array<ACLAction> | undefined;
1460
+ drain?: Array<ACLAction> | undefined;
1461
+ edgeConfig?: Array<ACLAction> | undefined;
1462
+ edgeConfigItem?: Array<ACLAction> | undefined;
1463
+ edgeConfigSchema?: Array<ACLAction> | undefined;
1464
+ edgeConfigToken?: Array<ACLAction> | undefined;
1465
+ endpointVerification?: Array<ACLAction> | undefined;
1446
1466
  event?: Array<ACLAction> | undefined;
1447
- ownEvent?: Array<ACLAction> | undefined;
1448
- sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
1449
1467
  fileUpload?: Array<ACLAction> | undefined;
1450
1468
  flagsExplorerSubscription?: Array<ACLAction> | undefined;
1451
1469
  gitRepository?: Array<ACLAction> | undefined;
1452
- ipBlocking?: Array<ACLAction> | undefined;
1453
1470
  imageOptimizationNewPrice?: Array<ACLAction> | undefined;
1454
1471
  integration?: Array<ACLAction> | undefined;
1455
1472
  integrationAccount?: Array<ACLAction> | undefined;
1456
1473
  integrationConfiguration?: Array<ACLAction> | undefined;
1457
- integrationConfigurationTransfer?: Array<ACLAction> | undefined;
1458
1474
  integrationConfigurationProjects?: Array<ACLAction> | undefined;
1459
- integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
1460
1475
  integrationConfigurationRole?: Array<ACLAction> | undefined;
1461
- integrationSSOSession?: Array<ACLAction> | undefined;
1462
- integrationResource?: Array<ACLAction> | undefined;
1476
+ integrationConfigurationTransfer?: Array<ACLAction> | undefined;
1477
+ integrationDeploymentAction?: Array<ACLAction> | undefined;
1463
1478
  integrationEvent?: Array<ACLAction> | undefined;
1479
+ integrationResource?: Array<ACLAction> | undefined;
1480
+ integrationResourceReplCommand?: Array<ACLAction> | undefined;
1464
1481
  integrationResourceSecrets?: Array<ACLAction> | undefined;
1465
- integrationDeploymentAction?: Array<ACLAction> | undefined;
1466
- marketplaceInstallationMember?: Array<ACLAction> | undefined;
1482
+ integrationSSOSession?: Array<ACLAction> | undefined;
1483
+ integrationStoreTokenSet?: Array<ACLAction> | undefined;
1484
+ integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
1485
+ ipBlocking?: Array<ACLAction> | undefined;
1486
+ jobGlobal?: Array<ACLAction> | undefined;
1487
+ logDrain?: Array<ACLAction> | undefined;
1467
1488
  marketplaceBillingData?: Array<ACLAction> | undefined;
1489
+ marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1490
+ marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1491
+ marketplaceInstallationMember?: Array<ACLAction> | undefined;
1468
1492
  marketplaceInvoice?: Array<ACLAction> | undefined;
1469
1493
  marketplaceSettings?: Array<ACLAction> | undefined;
1470
- marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1471
- marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1472
- jobGlobal?: Array<ACLAction> | undefined;
1473
- drain?: Array<ACLAction> | undefined;
1474
- logDrain?: Array<ACLAction> | undefined;
1475
1494
  monitoring?: Array<ACLAction> | undefined;
1476
- monitoringSettings?: Array<ACLAction> | undefined;
1477
- monitoringQuery?: Array<ACLAction> | undefined;
1478
- monitoringChart?: Array<ACLAction> | undefined;
1479
1495
  monitoringAlert?: Array<ACLAction> | undefined;
1496
+ monitoringChart?: Array<ACLAction> | undefined;
1497
+ monitoringQuery?: Array<ACLAction> | undefined;
1498
+ monitoringSettings?: Array<ACLAction> | undefined;
1499
+ notificationCustomerBudget?: Array<ACLAction> | undefined;
1480
1500
  notificationDeploymentFailed?: Array<ACLAction> | undefined;
1481
1501
  notificationDomainConfiguration?: Array<ACLAction> | undefined;
1482
1502
  notificationDomainExpire?: Array<ACLAction> | undefined;
@@ -1487,43 +1507,37 @@ export type GetProjectsPermissions = {
1487
1507
  notificationDomainUnverified?: Array<ACLAction> | undefined;
1488
1508
  notificationMonitoringAlert?: Array<ACLAction> | undefined;
1489
1509
  notificationPaymentFailed?: Array<ACLAction> | undefined;
1490
- notificationUsageAlert?: Array<ACLAction> | undefined;
1491
1510
  notificationPreferences?: Array<ACLAction> | undefined;
1492
- notificationCustomerBudget?: Array<ACLAction> | undefined;
1493
1511
  notificationStatementOfReasons?: Array<ACLAction> | undefined;
1512
+ notificationUsageAlert?: Array<ACLAction> | undefined;
1494
1513
  observabilityConfiguration?: Array<ACLAction> | undefined;
1495
- agent?: Array<ACLAction> | undefined;
1496
- alerts?: Array<ACLAction> | undefined;
1497
- observabilityNotebook?: Array<ACLAction> | undefined;
1498
1514
  observabilityFunnel?: Array<ACLAction> | undefined;
1515
+ observabilityNotebook?: Array<ACLAction> | undefined;
1499
1516
  openTelemetryEndpoint?: Array<ACLAction> | undefined;
1500
- vercelAppInstallation?: Array<ACLAction> | undefined;
1501
- vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1517
+ ownEvent?: Array<ACLAction> | undefined;
1518
+ passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
1502
1519
  paymentMethod?: Array<ACLAction> | undefined;
1503
1520
  permissions?: Array<ACLAction> | undefined;
1504
1521
  postgres?: Array<ACLAction> | undefined;
1522
+ postgresStoreTokenSet?: Array<ACLAction> | undefined;
1505
1523
  previewDeploymentSuffix?: Array<ACLAction> | undefined;
1524
+ projectTransferIn?: Array<ACLAction> | undefined;
1506
1525
  proTrialOnboarding?: Array<ACLAction> | undefined;
1507
- sharedEnvVars?: Array<ACLAction> | undefined;
1508
- sharedEnvVarsProduction?: Array<ACLAction> | undefined;
1509
- space?: Array<ACLAction> | undefined;
1510
- spaceRun?: Array<ACLAction> | undefined;
1511
- passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
1512
1526
  rateLimit?: Array<ACLAction> | undefined;
1513
1527
  redis?: Array<ACLAction> | undefined;
1514
- repository?: Array<ACLAction> | undefined;
1528
+ redisStoreTokenSet?: Array<ACLAction> | undefined;
1515
1529
  remoteCaching?: Array<ACLAction> | undefined;
1530
+ repository?: Array<ACLAction> | undefined;
1516
1531
  samlConfig?: Array<ACLAction> | undefined;
1517
1532
  secret?: Array<ACLAction> | undefined;
1518
- redisStoreTokenSet?: Array<ACLAction> | undefined;
1519
- blobStoreTokenSet?: Array<ACLAction> | undefined;
1520
- postgresStoreTokenSet?: Array<ACLAction> | undefined;
1521
- integrationStoreTokenSet?: Array<ACLAction> | undefined;
1522
- integrationResourceReplCommand?: Array<ACLAction> | undefined;
1533
+ sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
1534
+ sharedEnvVars?: Array<ACLAction> | undefined;
1535
+ sharedEnvVarsProduction?: Array<ACLAction> | undefined;
1536
+ space?: Array<ACLAction> | undefined;
1537
+ spaceRun?: Array<ACLAction> | undefined;
1523
1538
  storeTransfer?: Array<ACLAction> | undefined;
1524
1539
  supportCase?: Array<ACLAction> | undefined;
1525
1540
  supportCaseComment?: Array<ACLAction> | undefined;
1526
- dataCacheBillingSettings?: Array<ACLAction> | undefined;
1527
1541
  team?: Array<ACLAction> | undefined;
1528
1542
  teamAccessRequest?: Array<ACLAction> | undefined;
1529
1543
  teamFellowMembership?: Array<ACLAction> | undefined;
@@ -1538,26 +1552,15 @@ export type GetProjectsPermissions = {
1538
1552
  token?: Array<ACLAction> | undefined;
1539
1553
  usage?: Array<ACLAction> | undefined;
1540
1554
  usageCycle?: Array<ACLAction> | undefined;
1555
+ vercelRun?: Array<ACLAction> | undefined;
1556
+ vercelRunExec?: Array<ACLAction> | undefined;
1541
1557
  vpcPeeringConnection?: Array<ACLAction> | undefined;
1542
1558
  webAnalyticsPlan?: Array<ACLAction> | undefined;
1543
- edgeConfig?: Array<ACLAction> | undefined;
1544
- edgeConfigItem?: Array<ACLAction> | undefined;
1545
- edgeConfigSchema?: Array<ACLAction> | undefined;
1546
- edgeConfigToken?: Array<ACLAction> | undefined;
1547
1559
  webhook?: Array<ACLAction> | undefined;
1548
1560
  webhookEvent?: Array<ACLAction> | undefined;
1549
- endpointVerification?: Array<ACLAction> | undefined;
1550
- projectTransferIn?: Array<ACLAction> | undefined;
1551
- oauth2Application?: Array<ACLAction> | undefined;
1552
- vercelRun?: Array<ACLAction> | undefined;
1553
- vercelRunExec?: Array<ACLAction> | undefined;
1554
- apiKey?: Array<ACLAction> | undefined;
1555
- apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1556
- apiKeyAiGateway?: Array<ACLAction> | undefined;
1557
1561
  aliasProject?: Array<ACLAction> | undefined;
1558
1562
  aliasProtectionBypass?: Array<ACLAction> | undefined;
1559
1563
  buildMachine?: Array<ACLAction> | undefined;
1560
- productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1561
1564
  connectConfigurationLink?: Array<ACLAction> | undefined;
1562
1565
  dataCacheNamespace?: Array<ACLAction> | undefined;
1563
1566
  deployment?: Array<ACLAction> | undefined;
@@ -1573,54 +1576,54 @@ export type GetProjectsPermissions = {
1573
1576
  deploymentRollback?: Array<ACLAction> | undefined;
1574
1577
  edgeCacheNamespace?: Array<ACLAction> | undefined;
1575
1578
  environments?: Array<ACLAction> | undefined;
1579
+ job?: Array<ACLAction> | undefined;
1576
1580
  logs?: Array<ACLAction> | undefined;
1577
1581
  logsPreset?: Array<ACLAction> | undefined;
1578
- passwordProtection?: Array<ACLAction> | undefined;
1579
- optionsAllowlist?: Array<ACLAction> | undefined;
1580
- job?: Array<ACLAction> | undefined;
1581
1582
  observabilityData?: Array<ACLAction> | undefined;
1582
1583
  onDemandBuild?: Array<ACLAction> | undefined;
1583
1584
  onDemandConcurrency?: Array<ACLAction> | undefined;
1585
+ optionsAllowlist?: Array<ACLAction> | undefined;
1586
+ passwordProtection?: Array<ACLAction> | undefined;
1587
+ productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1584
1588
  project?: Array<ACLAction> | undefined;
1585
- projectFromV0?: Array<ACLAction> | undefined;
1586
1589
  projectAccessGroup?: Array<ACLAction> | undefined;
1587
1590
  projectAnalyticsSampling?: Array<ACLAction> | undefined;
1591
+ projectAnalyticsUsage?: Array<ACLAction> | undefined;
1588
1592
  projectCheck?: Array<ACLAction> | undefined;
1589
1593
  projectCheckRun?: Array<ACLAction> | undefined;
1594
+ projectDeploymentExpiration?: Array<ACLAction> | undefined;
1590
1595
  projectDeploymentHook?: Array<ACLAction> | undefined;
1591
1596
  projectDomain?: Array<ACLAction> | undefined;
1592
- projectDomainMove?: Array<ACLAction> | undefined;
1593
1597
  projectDomainCheckConfig?: Array<ACLAction> | undefined;
1598
+ projectDomainMove?: Array<ACLAction> | undefined;
1594
1599
  projectEnvVars?: Array<ACLAction> | undefined;
1595
1600
  projectEnvVarsProduction?: Array<ACLAction> | undefined;
1596
1601
  projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
1597
1602
  projectFlags?: Array<ACLAction> | undefined;
1603
+ projectFromV0?: Array<ACLAction> | undefined;
1598
1604
  projectId?: Array<ACLAction> | undefined;
1599
1605
  projectIntegrationConfiguration?: Array<ACLAction> | undefined;
1600
1606
  projectLink?: Array<ACLAction> | undefined;
1601
1607
  projectMember?: Array<ACLAction> | undefined;
1602
1608
  projectMonitoring?: Array<ACLAction> | undefined;
1609
+ projectOIDCToken?: Array<ACLAction> | undefined;
1603
1610
  projectPermissions?: Array<ACLAction> | undefined;
1604
1611
  projectProductionBranch?: Array<ACLAction> | undefined;
1605
- projectTransfer?: Array<ACLAction> | undefined;
1606
- projectTransferOut?: Array<ACLAction> | undefined;
1607
1612
  projectProtectionBypass?: Array<ACLAction> | undefined;
1608
- projectUsage?: Array<ACLAction> | undefined;
1609
- projectAnalyticsUsage?: Array<ACLAction> | undefined;
1613
+ projectRollingRelease?: Array<ACLAction> | undefined;
1610
1614
  projectSupportCase?: Array<ACLAction> | undefined;
1611
1615
  projectSupportCaseComment?: Array<ACLAction> | undefined;
1612
- projectDeploymentExpiration?: Array<ACLAction> | undefined;
1613
- projectRollingRelease?: Array<ACLAction> | undefined;
1614
1616
  projectTier?: Array<ACLAction> | undefined;
1615
- projectOIDCToken?: Array<ACLAction> | undefined;
1617
+ projectTransfer?: Array<ACLAction> | undefined;
1618
+ projectTransferOut?: Array<ACLAction> | undefined;
1619
+ projectUsage?: Array<ACLAction> | undefined;
1616
1620
  seawallConfig?: Array<ACLAction> | undefined;
1621
+ sharedEnvVarConnection?: Array<ACLAction> | undefined;
1617
1622
  skewProtection?: Array<ACLAction> | undefined;
1618
1623
  analytics?: Array<ACLAction> | undefined;
1619
1624
  trustedIps?: Array<ACLAction> | undefined;
1620
1625
  v0Chat?: Array<ACLAction> | undefined;
1621
1626
  webAnalytics?: Array<ACLAction> | undefined;
1622
- sharedEnvVarConnection?: Array<ACLAction> | undefined;
1623
- sonar?: Array<ACLAction> | undefined;
1624
1627
  };
1625
1628
 
1626
1629
  export type GetProjectsLastRollbackTarget = {};
@@ -2410,6 +2413,7 @@ export const GetProjectsRequest$inboundSchema: z.ZodType<
2410
2413
  deprecated: z.boolean().optional(),
2411
2414
  elasticConcurrencyEnabled: ElasticConcurrencyEnabled$inboundSchema.optional(),
2412
2415
  staticIpsEnabled: StaticIpsEnabled$inboundSchema.optional(),
2416
+ buildMachineTypes: z.string().optional(),
2413
2417
  teamId: z.string().optional(),
2414
2418
  slug: z.string().optional(),
2415
2419
  });
@@ -2429,6 +2433,7 @@ export type GetProjectsRequest$Outbound = {
2429
2433
  deprecated?: boolean | undefined;
2430
2434
  elasticConcurrencyEnabled?: string | undefined;
2431
2435
  staticIpsEnabled?: string | undefined;
2436
+ buildMachineTypes?: string | undefined;
2432
2437
  teamId?: string | undefined;
2433
2438
  slug?: string | undefined;
2434
2439
  };
@@ -2453,6 +2458,7 @@ export const GetProjectsRequest$outboundSchema: z.ZodType<
2453
2458
  elasticConcurrencyEnabled: ElasticConcurrencyEnabled$outboundSchema
2454
2459
  .optional(),
2455
2460
  staticIpsEnabled: StaticIpsEnabled$outboundSchema.optional(),
2461
+ buildMachineTypes: z.string().optional(),
2456
2462
  teamId: z.string().optional(),
2457
2463
  slug: z.string().optional(),
2458
2464
  });
@@ -8579,9 +8585,17 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8579
8585
  userSudo: z.array(ACLAction$inboundSchema).optional(),
8580
8586
  webAuthn: z.array(ACLAction$inboundSchema).optional(),
8581
8587
  accessGroup: z.array(ACLAction$inboundSchema).optional(),
8588
+ agent: z.array(ACLAction$inboundSchema).optional(),
8589
+ alerts: z.array(ACLAction$inboundSchema).optional(),
8582
8590
  aliasGlobal: z.array(ACLAction$inboundSchema).optional(),
8583
8591
  analyticsSampling: z.array(ACLAction$inboundSchema).optional(),
8584
8592
  analyticsUsage: z.array(ACLAction$inboundSchema).optional(),
8593
+ apiKey: z.array(ACLAction$inboundSchema).optional(),
8594
+ apiKeyAiGateway: z.array(ACLAction$inboundSchema).optional(),
8595
+ apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
8596
+ oauth2Application: z.array(ACLAction$inboundSchema).optional(),
8597
+ vercelAppInstallation: z.array(ACLAction$inboundSchema).optional(),
8598
+ vercelAppInstallationRequest: z.array(ACLAction$inboundSchema).optional(),
8585
8599
  auditLog: z.array(ACLAction$inboundSchema).optional(),
8586
8600
  billingAddress: z.array(ACLAction$inboundSchema).optional(),
8587
8601
  billingInformation: z.array(ACLAction$inboundSchema).optional(),
@@ -8593,6 +8607,7 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8593
8607
  billingRefund: z.array(ACLAction$inboundSchema).optional(),
8594
8608
  billingTaxId: z.array(ACLAction$inboundSchema).optional(),
8595
8609
  blob: z.array(ACLAction$inboundSchema).optional(),
8610
+ blobStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8596
8611
  budget: z.array(ACLAction$inboundSchema).optional(),
8597
8612
  cacheArtifact: z.array(ACLAction$inboundSchema).optional(),
8598
8613
  cacheArtifactUsageEvent: z.array(ACLAction$inboundSchema).optional(),
@@ -8600,6 +8615,7 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8600
8615
  concurrentBuilds: z.array(ACLAction$inboundSchema).optional(),
8601
8616
  connect: z.array(ACLAction$inboundSchema).optional(),
8602
8617
  connectConfiguration: z.array(ACLAction$inboundSchema).optional(),
8618
+ dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
8603
8619
  defaultDeploymentProtection: z.array(ACLAction$inboundSchema).optional(),
8604
8620
  domain: z.array(ACLAction$inboundSchema).optional(),
8605
8621
  domainAcceptDelegation: z.array(ACLAction$inboundSchema).optional(),
@@ -8610,43 +8626,48 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8610
8626
  domainPurchase: z.array(ACLAction$inboundSchema).optional(),
8611
8627
  domainRecord: z.array(ACLAction$inboundSchema).optional(),
8612
8628
  domainTransferIn: z.array(ACLAction$inboundSchema).optional(),
8629
+ drain: z.array(ACLAction$inboundSchema).optional(),
8630
+ edgeConfig: z.array(ACLAction$inboundSchema).optional(),
8631
+ edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
8632
+ edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
8633
+ edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
8634
+ endpointVerification: z.array(ACLAction$inboundSchema).optional(),
8613
8635
  event: z.array(ACLAction$inboundSchema).optional(),
8614
- ownEvent: z.array(ACLAction$inboundSchema).optional(),
8615
- sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
8616
- .optional(),
8617
8636
  fileUpload: z.array(ACLAction$inboundSchema).optional(),
8618
8637
  flagsExplorerSubscription: z.array(ACLAction$inboundSchema).optional(),
8619
8638
  gitRepository: z.array(ACLAction$inboundSchema).optional(),
8620
- ipBlocking: z.array(ACLAction$inboundSchema).optional(),
8621
8639
  imageOptimizationNewPrice: z.array(ACLAction$inboundSchema).optional(),
8622
8640
  integration: z.array(ACLAction$inboundSchema).optional(),
8623
8641
  integrationAccount: z.array(ACLAction$inboundSchema).optional(),
8624
8642
  integrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
8625
- integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
8626
8643
  integrationConfigurationProjects: z.array(ACLAction$inboundSchema).optional(),
8627
- integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
8628
- .optional(),
8629
8644
  integrationConfigurationRole: z.array(ACLAction$inboundSchema).optional(),
8630
- integrationSSOSession: z.array(ACLAction$inboundSchema).optional(),
8631
- integrationResource: z.array(ACLAction$inboundSchema).optional(),
8645
+ integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
8646
+ integrationDeploymentAction: z.array(ACLAction$inboundSchema).optional(),
8632
8647
  integrationEvent: z.array(ACLAction$inboundSchema).optional(),
8648
+ integrationResource: z.array(ACLAction$inboundSchema).optional(),
8649
+ integrationResourceReplCommand: z.array(ACLAction$inboundSchema).optional(),
8633
8650
  integrationResourceSecrets: z.array(ACLAction$inboundSchema).optional(),
8634
- integrationDeploymentAction: z.array(ACLAction$inboundSchema).optional(),
8635
- marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
8636
- marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
8637
- marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
8638
- marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
8639
- marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
8640
- marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
8651
+ integrationSSOSession: z.array(ACLAction$inboundSchema).optional(),
8652
+ integrationStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8653
+ integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
8641
8654
  .optional(),
8655
+ ipBlocking: z.array(ACLAction$inboundSchema).optional(),
8642
8656
  jobGlobal: z.array(ACLAction$inboundSchema).optional(),
8643
- drain: z.array(ACLAction$inboundSchema).optional(),
8644
8657
  logDrain: z.array(ACLAction$inboundSchema).optional(),
8658
+ marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
8659
+ marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
8660
+ .optional(),
8661
+ marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
8662
+ marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
8663
+ marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
8664
+ marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
8645
8665
  Monitoring: z.array(ACLAction$inboundSchema).optional(),
8646
- monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
8647
- monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
8648
- monitoringChart: z.array(ACLAction$inboundSchema).optional(),
8649
8666
  monitoringAlert: z.array(ACLAction$inboundSchema).optional(),
8667
+ monitoringChart: z.array(ACLAction$inboundSchema).optional(),
8668
+ monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
8669
+ monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
8670
+ notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
8650
8671
  notificationDeploymentFailed: z.array(ACLAction$inboundSchema).optional(),
8651
8672
  notificationDomainConfiguration: z.array(ACLAction$inboundSchema).optional(),
8652
8673
  notificationDomainExpire: z.array(ACLAction$inboundSchema).optional(),
@@ -8657,43 +8678,38 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8657
8678
  notificationDomainUnverified: z.array(ACLAction$inboundSchema).optional(),
8658
8679
  NotificationMonitoringAlert: z.array(ACLAction$inboundSchema).optional(),
8659
8680
  notificationPaymentFailed: z.array(ACLAction$inboundSchema).optional(),
8660
- notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
8661
8681
  notificationPreferences: z.array(ACLAction$inboundSchema).optional(),
8662
- notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
8663
8682
  notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
8683
+ notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
8664
8684
  observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
8665
- agent: z.array(ACLAction$inboundSchema).optional(),
8666
- alerts: z.array(ACLAction$inboundSchema).optional(),
8667
- observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
8668
8685
  observabilityFunnel: z.array(ACLAction$inboundSchema).optional(),
8686
+ observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
8669
8687
  openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
8670
- vercelAppInstallation: z.array(ACLAction$inboundSchema).optional(),
8671
- vercelAppInstallationRequest: z.array(ACLAction$inboundSchema).optional(),
8688
+ ownEvent: z.array(ACLAction$inboundSchema).optional(),
8689
+ passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
8672
8690
  paymentMethod: z.array(ACLAction$inboundSchema).optional(),
8673
8691
  permissions: z.array(ACLAction$inboundSchema).optional(),
8674
8692
  postgres: z.array(ACLAction$inboundSchema).optional(),
8693
+ postgresStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8675
8694
  previewDeploymentSuffix: z.array(ACLAction$inboundSchema).optional(),
8695
+ projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
8676
8696
  proTrialOnboarding: z.array(ACLAction$inboundSchema).optional(),
8677
- sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
8678
- sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
8679
- space: z.array(ACLAction$inboundSchema).optional(),
8680
- spaceRun: z.array(ACLAction$inboundSchema).optional(),
8681
- passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
8682
8697
  rateLimit: z.array(ACLAction$inboundSchema).optional(),
8683
8698
  redis: z.array(ACLAction$inboundSchema).optional(),
8684
- repository: z.array(ACLAction$inboundSchema).optional(),
8699
+ redisStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8685
8700
  remoteCaching: z.array(ACLAction$inboundSchema).optional(),
8701
+ repository: z.array(ACLAction$inboundSchema).optional(),
8686
8702
  samlConfig: z.array(ACLAction$inboundSchema).optional(),
8687
8703
  secret: z.array(ACLAction$inboundSchema).optional(),
8688
- redisStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8689
- blobStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8690
- postgresStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8691
- integrationStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
8692
- integrationResourceReplCommand: z.array(ACLAction$inboundSchema).optional(),
8704
+ sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
8705
+ .optional(),
8706
+ sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
8707
+ sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
8708
+ space: z.array(ACLAction$inboundSchema).optional(),
8709
+ spaceRun: z.array(ACLAction$inboundSchema).optional(),
8693
8710
  storeTransfer: z.array(ACLAction$inboundSchema).optional(),
8694
8711
  supportCase: z.array(ACLAction$inboundSchema).optional(),
8695
8712
  supportCaseComment: z.array(ACLAction$inboundSchema).optional(),
8696
- dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
8697
8713
  team: z.array(ACLAction$inboundSchema).optional(),
8698
8714
  teamAccessRequest: z.array(ACLAction$inboundSchema).optional(),
8699
8715
  teamFellowMembership: z.array(ACLAction$inboundSchema).optional(),
@@ -8708,26 +8724,15 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8708
8724
  token: z.array(ACLAction$inboundSchema).optional(),
8709
8725
  usage: z.array(ACLAction$inboundSchema).optional(),
8710
8726
  usageCycle: z.array(ACLAction$inboundSchema).optional(),
8727
+ vercelRun: z.array(ACLAction$inboundSchema).optional(),
8728
+ vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
8711
8729
  vpcPeeringConnection: z.array(ACLAction$inboundSchema).optional(),
8712
8730
  webAnalyticsPlan: z.array(ACLAction$inboundSchema).optional(),
8713
- edgeConfig: z.array(ACLAction$inboundSchema).optional(),
8714
- edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
8715
- edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
8716
- edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
8717
8731
  webhook: z.array(ACLAction$inboundSchema).optional(),
8718
8732
  "webhook-event": z.array(ACLAction$inboundSchema).optional(),
8719
- endpointVerification: z.array(ACLAction$inboundSchema).optional(),
8720
- projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
8721
- oauth2Application: z.array(ACLAction$inboundSchema).optional(),
8722
- vercelRun: z.array(ACLAction$inboundSchema).optional(),
8723
- vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
8724
- apiKey: z.array(ACLAction$inboundSchema).optional(),
8725
- apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
8726
- apiKeyAiGateway: z.array(ACLAction$inboundSchema).optional(),
8727
8733
  aliasProject: z.array(ACLAction$inboundSchema).optional(),
8728
8734
  aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
8729
8735
  buildMachine: z.array(ACLAction$inboundSchema).optional(),
8730
- productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
8731
8736
  connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
8732
8737
  dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
8733
8738
  deployment: z.array(ACLAction$inboundSchema).optional(),
@@ -8744,55 +8749,55 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8744
8749
  deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
8745
8750
  edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
8746
8751
  environments: z.array(ACLAction$inboundSchema).optional(),
8752
+ job: z.array(ACLAction$inboundSchema).optional(),
8747
8753
  logs: z.array(ACLAction$inboundSchema).optional(),
8748
8754
  logsPreset: z.array(ACLAction$inboundSchema).optional(),
8749
- passwordProtection: z.array(ACLAction$inboundSchema).optional(),
8750
- optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
8751
- job: z.array(ACLAction$inboundSchema).optional(),
8752
8755
  observabilityData: z.array(ACLAction$inboundSchema).optional(),
8753
8756
  onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
8754
8757
  onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
8758
+ optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
8759
+ passwordProtection: z.array(ACLAction$inboundSchema).optional(),
8760
+ productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
8755
8761
  project: z.array(ACLAction$inboundSchema).optional(),
8756
- projectFromV0: z.array(ACLAction$inboundSchema).optional(),
8757
8762
  projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
8758
8763
  projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
8764
+ projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
8759
8765
  projectCheck: z.array(ACLAction$inboundSchema).optional(),
8760
8766
  projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
8767
+ projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
8761
8768
  projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
8762
8769
  projectDomain: z.array(ACLAction$inboundSchema).optional(),
8763
- projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
8764
8770
  projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
8771
+ projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
8765
8772
  projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
8766
8773
  projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
8767
8774
  projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
8768
8775
  .optional(),
8769
8776
  projectFlags: z.array(ACLAction$inboundSchema).optional(),
8777
+ projectFromV0: z.array(ACLAction$inboundSchema).optional(),
8770
8778
  projectId: z.array(ACLAction$inboundSchema).optional(),
8771
8779
  projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
8772
8780
  projectLink: z.array(ACLAction$inboundSchema).optional(),
8773
8781
  projectMember: z.array(ACLAction$inboundSchema).optional(),
8774
8782
  projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
8783
+ projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
8775
8784
  projectPermissions: z.array(ACLAction$inboundSchema).optional(),
8776
8785
  projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
8777
- projectTransfer: z.array(ACLAction$inboundSchema).optional(),
8778
- projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
8779
8786
  projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
8780
- projectUsage: z.array(ACLAction$inboundSchema).optional(),
8781
- projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
8787
+ projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
8782
8788
  projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
8783
8789
  projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
8784
- projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
8785
- projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
8786
8790
  projectTier: z.array(ACLAction$inboundSchema).optional(),
8787
- projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
8791
+ projectTransfer: z.array(ACLAction$inboundSchema).optional(),
8792
+ projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
8793
+ projectUsage: z.array(ACLAction$inboundSchema).optional(),
8788
8794
  seawallConfig: z.array(ACLAction$inboundSchema).optional(),
8795
+ sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
8789
8796
  skewProtection: z.array(ACLAction$inboundSchema).optional(),
8790
8797
  analytics: z.array(ACLAction$inboundSchema).optional(),
8791
8798
  trustedIps: z.array(ACLAction$inboundSchema).optional(),
8792
8799
  v0Chat: z.array(ACLAction$inboundSchema).optional(),
8793
8800
  webAnalytics: z.array(ACLAction$inboundSchema).optional(),
8794
- sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
8795
- sonar: z.array(ACLAction$inboundSchema).optional(),
8796
8801
  }).transform((v) => {
8797
8802
  return remap$(v, {
8798
8803
  "Monitoring": "monitoring",
@@ -8809,9 +8814,17 @@ export type GetProjectsPermissions$Outbound = {
8809
8814
  userSudo?: Array<string> | undefined;
8810
8815
  webAuthn?: Array<string> | undefined;
8811
8816
  accessGroup?: Array<string> | undefined;
8817
+ agent?: Array<string> | undefined;
8818
+ alerts?: Array<string> | undefined;
8812
8819
  aliasGlobal?: Array<string> | undefined;
8813
8820
  analyticsSampling?: Array<string> | undefined;
8814
8821
  analyticsUsage?: Array<string> | undefined;
8822
+ apiKey?: Array<string> | undefined;
8823
+ apiKeyAiGateway?: Array<string> | undefined;
8824
+ apiKeyOwnedBySelf?: Array<string> | undefined;
8825
+ oauth2Application?: Array<string> | undefined;
8826
+ vercelAppInstallation?: Array<string> | undefined;
8827
+ vercelAppInstallationRequest?: Array<string> | undefined;
8815
8828
  auditLog?: Array<string> | undefined;
8816
8829
  billingAddress?: Array<string> | undefined;
8817
8830
  billingInformation?: Array<string> | undefined;
@@ -8823,6 +8836,7 @@ export type GetProjectsPermissions$Outbound = {
8823
8836
  billingRefund?: Array<string> | undefined;
8824
8837
  billingTaxId?: Array<string> | undefined;
8825
8838
  blob?: Array<string> | undefined;
8839
+ blobStoreTokenSet?: Array<string> | undefined;
8826
8840
  budget?: Array<string> | undefined;
8827
8841
  cacheArtifact?: Array<string> | undefined;
8828
8842
  cacheArtifactUsageEvent?: Array<string> | undefined;
@@ -8830,6 +8844,7 @@ export type GetProjectsPermissions$Outbound = {
8830
8844
  concurrentBuilds?: Array<string> | undefined;
8831
8845
  connect?: Array<string> | undefined;
8832
8846
  connectConfiguration?: Array<string> | undefined;
8847
+ dataCacheBillingSettings?: Array<string> | undefined;
8833
8848
  defaultDeploymentProtection?: Array<string> | undefined;
8834
8849
  domain?: Array<string> | undefined;
8835
8850
  domainAcceptDelegation?: Array<string> | undefined;
@@ -8840,40 +8855,46 @@ export type GetProjectsPermissions$Outbound = {
8840
8855
  domainPurchase?: Array<string> | undefined;
8841
8856
  domainRecord?: Array<string> | undefined;
8842
8857
  domainTransferIn?: Array<string> | undefined;
8858
+ drain?: Array<string> | undefined;
8859
+ edgeConfig?: Array<string> | undefined;
8860
+ edgeConfigItem?: Array<string> | undefined;
8861
+ edgeConfigSchema?: Array<string> | undefined;
8862
+ edgeConfigToken?: Array<string> | undefined;
8863
+ endpointVerification?: Array<string> | undefined;
8843
8864
  event?: Array<string> | undefined;
8844
- ownEvent?: Array<string> | undefined;
8845
- sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
8846
8865
  fileUpload?: Array<string> | undefined;
8847
8866
  flagsExplorerSubscription?: Array<string> | undefined;
8848
8867
  gitRepository?: Array<string> | undefined;
8849
- ipBlocking?: Array<string> | undefined;
8850
8868
  imageOptimizationNewPrice?: Array<string> | undefined;
8851
8869
  integration?: Array<string> | undefined;
8852
8870
  integrationAccount?: Array<string> | undefined;
8853
8871
  integrationConfiguration?: Array<string> | undefined;
8854
- integrationConfigurationTransfer?: Array<string> | undefined;
8855
8872
  integrationConfigurationProjects?: Array<string> | undefined;
8856
- integrationVercelConfigurationOverride?: Array<string> | undefined;
8857
8873
  integrationConfigurationRole?: Array<string> | undefined;
8858
- integrationSSOSession?: Array<string> | undefined;
8859
- integrationResource?: Array<string> | undefined;
8874
+ integrationConfigurationTransfer?: Array<string> | undefined;
8875
+ integrationDeploymentAction?: Array<string> | undefined;
8860
8876
  integrationEvent?: Array<string> | undefined;
8877
+ integrationResource?: Array<string> | undefined;
8878
+ integrationResourceReplCommand?: Array<string> | undefined;
8861
8879
  integrationResourceSecrets?: Array<string> | undefined;
8862
- integrationDeploymentAction?: Array<string> | undefined;
8863
- marketplaceInstallationMember?: Array<string> | undefined;
8880
+ integrationSSOSession?: Array<string> | undefined;
8881
+ integrationStoreTokenSet?: Array<string> | undefined;
8882
+ integrationVercelConfigurationOverride?: Array<string> | undefined;
8883
+ ipBlocking?: Array<string> | undefined;
8884
+ jobGlobal?: Array<string> | undefined;
8885
+ logDrain?: Array<string> | undefined;
8864
8886
  marketplaceBillingData?: Array<string> | undefined;
8887
+ marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
8888
+ marketplaceExperimentationItem?: Array<string> | undefined;
8889
+ marketplaceInstallationMember?: Array<string> | undefined;
8865
8890
  marketplaceInvoice?: Array<string> | undefined;
8866
8891
  marketplaceSettings?: Array<string> | undefined;
8867
- marketplaceExperimentationItem?: Array<string> | undefined;
8868
- marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
8869
- jobGlobal?: Array<string> | undefined;
8870
- drain?: Array<string> | undefined;
8871
- logDrain?: Array<string> | undefined;
8872
8892
  Monitoring?: Array<string> | undefined;
8873
- monitoringSettings?: Array<string> | undefined;
8874
- monitoringQuery?: Array<string> | undefined;
8875
- monitoringChart?: Array<string> | undefined;
8876
8893
  monitoringAlert?: Array<string> | undefined;
8894
+ monitoringChart?: Array<string> | undefined;
8895
+ monitoringQuery?: Array<string> | undefined;
8896
+ monitoringSettings?: Array<string> | undefined;
8897
+ notificationCustomerBudget?: Array<string> | undefined;
8877
8898
  notificationDeploymentFailed?: Array<string> | undefined;
8878
8899
  notificationDomainConfiguration?: Array<string> | undefined;
8879
8900
  notificationDomainExpire?: Array<string> | undefined;
@@ -8884,43 +8905,37 @@ export type GetProjectsPermissions$Outbound = {
8884
8905
  notificationDomainUnverified?: Array<string> | undefined;
8885
8906
  NotificationMonitoringAlert?: Array<string> | undefined;
8886
8907
  notificationPaymentFailed?: Array<string> | undefined;
8887
- notificationUsageAlert?: Array<string> | undefined;
8888
8908
  notificationPreferences?: Array<string> | undefined;
8889
- notificationCustomerBudget?: Array<string> | undefined;
8890
8909
  notificationStatementOfReasons?: Array<string> | undefined;
8910
+ notificationUsageAlert?: Array<string> | undefined;
8891
8911
  observabilityConfiguration?: Array<string> | undefined;
8892
- agent?: Array<string> | undefined;
8893
- alerts?: Array<string> | undefined;
8894
- observabilityNotebook?: Array<string> | undefined;
8895
8912
  observabilityFunnel?: Array<string> | undefined;
8913
+ observabilityNotebook?: Array<string> | undefined;
8896
8914
  openTelemetryEndpoint?: Array<string> | undefined;
8897
- vercelAppInstallation?: Array<string> | undefined;
8898
- vercelAppInstallationRequest?: Array<string> | undefined;
8915
+ ownEvent?: Array<string> | undefined;
8916
+ passwordProtectionInvoiceItem?: Array<string> | undefined;
8899
8917
  paymentMethod?: Array<string> | undefined;
8900
8918
  permissions?: Array<string> | undefined;
8901
8919
  postgres?: Array<string> | undefined;
8920
+ postgresStoreTokenSet?: Array<string> | undefined;
8902
8921
  previewDeploymentSuffix?: Array<string> | undefined;
8922
+ projectTransferIn?: Array<string> | undefined;
8903
8923
  proTrialOnboarding?: Array<string> | undefined;
8904
- sharedEnvVars?: Array<string> | undefined;
8905
- sharedEnvVarsProduction?: Array<string> | undefined;
8906
- space?: Array<string> | undefined;
8907
- spaceRun?: Array<string> | undefined;
8908
- passwordProtectionInvoiceItem?: Array<string> | undefined;
8909
8924
  rateLimit?: Array<string> | undefined;
8910
8925
  redis?: Array<string> | undefined;
8911
- repository?: Array<string> | undefined;
8926
+ redisStoreTokenSet?: Array<string> | undefined;
8912
8927
  remoteCaching?: Array<string> | undefined;
8928
+ repository?: Array<string> | undefined;
8913
8929
  samlConfig?: Array<string> | undefined;
8914
8930
  secret?: Array<string> | undefined;
8915
- redisStoreTokenSet?: Array<string> | undefined;
8916
- blobStoreTokenSet?: Array<string> | undefined;
8917
- postgresStoreTokenSet?: Array<string> | undefined;
8918
- integrationStoreTokenSet?: Array<string> | undefined;
8919
- integrationResourceReplCommand?: Array<string> | undefined;
8931
+ sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
8932
+ sharedEnvVars?: Array<string> | undefined;
8933
+ sharedEnvVarsProduction?: Array<string> | undefined;
8934
+ space?: Array<string> | undefined;
8935
+ spaceRun?: Array<string> | undefined;
8920
8936
  storeTransfer?: Array<string> | undefined;
8921
8937
  supportCase?: Array<string> | undefined;
8922
8938
  supportCaseComment?: Array<string> | undefined;
8923
- dataCacheBillingSettings?: Array<string> | undefined;
8924
8939
  team?: Array<string> | undefined;
8925
8940
  teamAccessRequest?: Array<string> | undefined;
8926
8941
  teamFellowMembership?: Array<string> | undefined;
@@ -8935,26 +8950,15 @@ export type GetProjectsPermissions$Outbound = {
8935
8950
  token?: Array<string> | undefined;
8936
8951
  usage?: Array<string> | undefined;
8937
8952
  usageCycle?: Array<string> | undefined;
8953
+ vercelRun?: Array<string> | undefined;
8954
+ vercelRunExec?: Array<string> | undefined;
8938
8955
  vpcPeeringConnection?: Array<string> | undefined;
8939
8956
  webAnalyticsPlan?: Array<string> | undefined;
8940
- edgeConfig?: Array<string> | undefined;
8941
- edgeConfigItem?: Array<string> | undefined;
8942
- edgeConfigSchema?: Array<string> | undefined;
8943
- edgeConfigToken?: Array<string> | undefined;
8944
8957
  webhook?: Array<string> | undefined;
8945
8958
  "webhook-event"?: Array<string> | undefined;
8946
- endpointVerification?: Array<string> | undefined;
8947
- projectTransferIn?: Array<string> | undefined;
8948
- oauth2Application?: Array<string> | undefined;
8949
- vercelRun?: Array<string> | undefined;
8950
- vercelRunExec?: Array<string> | undefined;
8951
- apiKey?: Array<string> | undefined;
8952
- apiKeyOwnedBySelf?: Array<string> | undefined;
8953
- apiKeyAiGateway?: Array<string> | undefined;
8954
8959
  aliasProject?: Array<string> | undefined;
8955
8960
  aliasProtectionBypass?: Array<string> | undefined;
8956
8961
  buildMachine?: Array<string> | undefined;
8957
- productionAliasProtectionBypass?: Array<string> | undefined;
8958
8962
  connectConfigurationLink?: Array<string> | undefined;
8959
8963
  dataCacheNamespace?: Array<string> | undefined;
8960
8964
  deployment?: Array<string> | undefined;
@@ -8970,54 +8974,54 @@ export type GetProjectsPermissions$Outbound = {
8970
8974
  deploymentRollback?: Array<string> | undefined;
8971
8975
  edgeCacheNamespace?: Array<string> | undefined;
8972
8976
  environments?: Array<string> | undefined;
8977
+ job?: Array<string> | undefined;
8973
8978
  logs?: Array<string> | undefined;
8974
8979
  logsPreset?: Array<string> | undefined;
8975
- passwordProtection?: Array<string> | undefined;
8976
- optionsAllowlist?: Array<string> | undefined;
8977
- job?: Array<string> | undefined;
8978
8980
  observabilityData?: Array<string> | undefined;
8979
8981
  onDemandBuild?: Array<string> | undefined;
8980
8982
  onDemandConcurrency?: Array<string> | undefined;
8983
+ optionsAllowlist?: Array<string> | undefined;
8984
+ passwordProtection?: Array<string> | undefined;
8985
+ productionAliasProtectionBypass?: Array<string> | undefined;
8981
8986
  project?: Array<string> | undefined;
8982
- projectFromV0?: Array<string> | undefined;
8983
8987
  projectAccessGroup?: Array<string> | undefined;
8984
8988
  projectAnalyticsSampling?: Array<string> | undefined;
8989
+ projectAnalyticsUsage?: Array<string> | undefined;
8985
8990
  projectCheck?: Array<string> | undefined;
8986
8991
  projectCheckRun?: Array<string> | undefined;
8992
+ projectDeploymentExpiration?: Array<string> | undefined;
8987
8993
  projectDeploymentHook?: Array<string> | undefined;
8988
8994
  projectDomain?: Array<string> | undefined;
8989
- projectDomainMove?: Array<string> | undefined;
8990
8995
  projectDomainCheckConfig?: Array<string> | undefined;
8996
+ projectDomainMove?: Array<string> | undefined;
8991
8997
  projectEnvVars?: Array<string> | undefined;
8992
8998
  projectEnvVarsProduction?: Array<string> | undefined;
8993
8999
  projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
8994
9000
  projectFlags?: Array<string> | undefined;
9001
+ projectFromV0?: Array<string> | undefined;
8995
9002
  projectId?: Array<string> | undefined;
8996
9003
  projectIntegrationConfiguration?: Array<string> | undefined;
8997
9004
  projectLink?: Array<string> | undefined;
8998
9005
  projectMember?: Array<string> | undefined;
8999
9006
  projectMonitoring?: Array<string> | undefined;
9007
+ projectOIDCToken?: Array<string> | undefined;
9000
9008
  projectPermissions?: Array<string> | undefined;
9001
9009
  projectProductionBranch?: Array<string> | undefined;
9002
- projectTransfer?: Array<string> | undefined;
9003
- projectTransferOut?: Array<string> | undefined;
9004
9010
  projectProtectionBypass?: Array<string> | undefined;
9005
- projectUsage?: Array<string> | undefined;
9006
- projectAnalyticsUsage?: Array<string> | undefined;
9011
+ projectRollingRelease?: Array<string> | undefined;
9007
9012
  projectSupportCase?: Array<string> | undefined;
9008
9013
  projectSupportCaseComment?: Array<string> | undefined;
9009
- projectDeploymentExpiration?: Array<string> | undefined;
9010
- projectRollingRelease?: Array<string> | undefined;
9011
9014
  projectTier?: Array<string> | undefined;
9012
- projectOIDCToken?: Array<string> | undefined;
9015
+ projectTransfer?: Array<string> | undefined;
9016
+ projectTransferOut?: Array<string> | undefined;
9017
+ projectUsage?: Array<string> | undefined;
9013
9018
  seawallConfig?: Array<string> | undefined;
9019
+ sharedEnvVarConnection?: Array<string> | undefined;
9014
9020
  skewProtection?: Array<string> | undefined;
9015
9021
  analytics?: Array<string> | undefined;
9016
9022
  trustedIps?: Array<string> | undefined;
9017
9023
  v0Chat?: Array<string> | undefined;
9018
9024
  webAnalytics?: Array<string> | undefined;
9019
- sharedEnvVarConnection?: Array<string> | undefined;
9020
- sonar?: Array<string> | undefined;
9021
9025
  };
9022
9026
 
9023
9027
  /** @internal */
@@ -9032,9 +9036,17 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
9032
9036
  userSudo: z.array(ACLAction$outboundSchema).optional(),
9033
9037
  webAuthn: z.array(ACLAction$outboundSchema).optional(),
9034
9038
  accessGroup: z.array(ACLAction$outboundSchema).optional(),
9039
+ agent: z.array(ACLAction$outboundSchema).optional(),
9040
+ alerts: z.array(ACLAction$outboundSchema).optional(),
9035
9041
  aliasGlobal: z.array(ACLAction$outboundSchema).optional(),
9036
9042
  analyticsSampling: z.array(ACLAction$outboundSchema).optional(),
9037
9043
  analyticsUsage: z.array(ACLAction$outboundSchema).optional(),
9044
+ apiKey: z.array(ACLAction$outboundSchema).optional(),
9045
+ apiKeyAiGateway: z.array(ACLAction$outboundSchema).optional(),
9046
+ apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
9047
+ oauth2Application: z.array(ACLAction$outboundSchema).optional(),
9048
+ vercelAppInstallation: z.array(ACLAction$outboundSchema).optional(),
9049
+ vercelAppInstallationRequest: z.array(ACLAction$outboundSchema).optional(),
9038
9050
  auditLog: z.array(ACLAction$outboundSchema).optional(),
9039
9051
  billingAddress: z.array(ACLAction$outboundSchema).optional(),
9040
9052
  billingInformation: z.array(ACLAction$outboundSchema).optional(),
@@ -9046,6 +9058,7 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
9046
9058
  billingRefund: z.array(ACLAction$outboundSchema).optional(),
9047
9059
  billingTaxId: z.array(ACLAction$outboundSchema).optional(),
9048
9060
  blob: z.array(ACLAction$outboundSchema).optional(),
9061
+ blobStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9049
9062
  budget: z.array(ACLAction$outboundSchema).optional(),
9050
9063
  cacheArtifact: z.array(ACLAction$outboundSchema).optional(),
9051
9064
  cacheArtifactUsageEvent: z.array(ACLAction$outboundSchema).optional(),
@@ -9053,6 +9066,7 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
9053
9066
  concurrentBuilds: z.array(ACLAction$outboundSchema).optional(),
9054
9067
  connect: z.array(ACLAction$outboundSchema).optional(),
9055
9068
  connectConfiguration: z.array(ACLAction$outboundSchema).optional(),
9069
+ dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
9056
9070
  defaultDeploymentProtection: z.array(ACLAction$outboundSchema).optional(),
9057
9071
  domain: z.array(ACLAction$outboundSchema).optional(),
9058
9072
  domainAcceptDelegation: z.array(ACLAction$outboundSchema).optional(),
@@ -9063,45 +9077,50 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
9063
9077
  domainPurchase: z.array(ACLAction$outboundSchema).optional(),
9064
9078
  domainRecord: z.array(ACLAction$outboundSchema).optional(),
9065
9079
  domainTransferIn: z.array(ACLAction$outboundSchema).optional(),
9080
+ drain: z.array(ACLAction$outboundSchema).optional(),
9081
+ edgeConfig: z.array(ACLAction$outboundSchema).optional(),
9082
+ edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
9083
+ edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
9084
+ edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
9085
+ endpointVerification: z.array(ACLAction$outboundSchema).optional(),
9066
9086
  event: z.array(ACLAction$outboundSchema).optional(),
9067
- ownEvent: z.array(ACLAction$outboundSchema).optional(),
9068
- sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
9069
- .optional(),
9070
9087
  fileUpload: z.array(ACLAction$outboundSchema).optional(),
9071
9088
  flagsExplorerSubscription: z.array(ACLAction$outboundSchema).optional(),
9072
9089
  gitRepository: z.array(ACLAction$outboundSchema).optional(),
9073
- ipBlocking: z.array(ACLAction$outboundSchema).optional(),
9074
9090
  imageOptimizationNewPrice: z.array(ACLAction$outboundSchema).optional(),
9075
9091
  integration: z.array(ACLAction$outboundSchema).optional(),
9076
9092
  integrationAccount: z.array(ACLAction$outboundSchema).optional(),
9077
9093
  integrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
9078
- integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
9079
- .optional(),
9080
9094
  integrationConfigurationProjects: z.array(ACLAction$outboundSchema)
9081
9095
  .optional(),
9082
- integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
9083
- .optional(),
9084
9096
  integrationConfigurationRole: z.array(ACLAction$outboundSchema).optional(),
9085
- integrationSSOSession: z.array(ACLAction$outboundSchema).optional(),
9086
- integrationResource: z.array(ACLAction$outboundSchema).optional(),
9097
+ integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
9098
+ .optional(),
9099
+ integrationDeploymentAction: z.array(ACLAction$outboundSchema).optional(),
9087
9100
  integrationEvent: z.array(ACLAction$outboundSchema).optional(),
9101
+ integrationResource: z.array(ACLAction$outboundSchema).optional(),
9102
+ integrationResourceReplCommand: z.array(ACLAction$outboundSchema).optional(),
9088
9103
  integrationResourceSecrets: z.array(ACLAction$outboundSchema).optional(),
9089
- integrationDeploymentAction: z.array(ACLAction$outboundSchema).optional(),
9090
- marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
9091
- marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
9092
- marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
9093
- marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
9094
- marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
9095
- marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
9104
+ integrationSSOSession: z.array(ACLAction$outboundSchema).optional(),
9105
+ integrationStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9106
+ integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
9096
9107
  .optional(),
9108
+ ipBlocking: z.array(ACLAction$outboundSchema).optional(),
9097
9109
  jobGlobal: z.array(ACLAction$outboundSchema).optional(),
9098
- drain: z.array(ACLAction$outboundSchema).optional(),
9099
9110
  logDrain: z.array(ACLAction$outboundSchema).optional(),
9111
+ marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
9112
+ marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
9113
+ .optional(),
9114
+ marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
9115
+ marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
9116
+ marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
9117
+ marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
9100
9118
  monitoring: z.array(ACLAction$outboundSchema).optional(),
9101
- monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
9102
- monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
9103
- monitoringChart: z.array(ACLAction$outboundSchema).optional(),
9104
9119
  monitoringAlert: z.array(ACLAction$outboundSchema).optional(),
9120
+ monitoringChart: z.array(ACLAction$outboundSchema).optional(),
9121
+ monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
9122
+ monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
9123
+ notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
9105
9124
  notificationDeploymentFailed: z.array(ACLAction$outboundSchema).optional(),
9106
9125
  notificationDomainConfiguration: z.array(ACLAction$outboundSchema).optional(),
9107
9126
  notificationDomainExpire: z.array(ACLAction$outboundSchema).optional(),
@@ -9112,43 +9131,38 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
9112
9131
  notificationDomainUnverified: z.array(ACLAction$outboundSchema).optional(),
9113
9132
  notificationMonitoringAlert: z.array(ACLAction$outboundSchema).optional(),
9114
9133
  notificationPaymentFailed: z.array(ACLAction$outboundSchema).optional(),
9115
- notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
9116
9134
  notificationPreferences: z.array(ACLAction$outboundSchema).optional(),
9117
- notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
9118
9135
  notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
9136
+ notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
9119
9137
  observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
9120
- agent: z.array(ACLAction$outboundSchema).optional(),
9121
- alerts: z.array(ACLAction$outboundSchema).optional(),
9122
- observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
9123
9138
  observabilityFunnel: z.array(ACLAction$outboundSchema).optional(),
9139
+ observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
9124
9140
  openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
9125
- vercelAppInstallation: z.array(ACLAction$outboundSchema).optional(),
9126
- vercelAppInstallationRequest: z.array(ACLAction$outboundSchema).optional(),
9141
+ ownEvent: z.array(ACLAction$outboundSchema).optional(),
9142
+ passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
9127
9143
  paymentMethod: z.array(ACLAction$outboundSchema).optional(),
9128
9144
  permissions: z.array(ACLAction$outboundSchema).optional(),
9129
9145
  postgres: z.array(ACLAction$outboundSchema).optional(),
9146
+ postgresStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9130
9147
  previewDeploymentSuffix: z.array(ACLAction$outboundSchema).optional(),
9148
+ projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
9131
9149
  proTrialOnboarding: z.array(ACLAction$outboundSchema).optional(),
9132
- sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
9133
- sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
9134
- space: z.array(ACLAction$outboundSchema).optional(),
9135
- spaceRun: z.array(ACLAction$outboundSchema).optional(),
9136
- passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
9137
9150
  rateLimit: z.array(ACLAction$outboundSchema).optional(),
9138
9151
  redis: z.array(ACLAction$outboundSchema).optional(),
9139
- repository: z.array(ACLAction$outboundSchema).optional(),
9152
+ redisStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9140
9153
  remoteCaching: z.array(ACLAction$outboundSchema).optional(),
9154
+ repository: z.array(ACLAction$outboundSchema).optional(),
9141
9155
  samlConfig: z.array(ACLAction$outboundSchema).optional(),
9142
9156
  secret: z.array(ACLAction$outboundSchema).optional(),
9143
- redisStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9144
- blobStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9145
- postgresStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9146
- integrationStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
9147
- integrationResourceReplCommand: z.array(ACLAction$outboundSchema).optional(),
9157
+ sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
9158
+ .optional(),
9159
+ sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
9160
+ sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
9161
+ space: z.array(ACLAction$outboundSchema).optional(),
9162
+ spaceRun: z.array(ACLAction$outboundSchema).optional(),
9148
9163
  storeTransfer: z.array(ACLAction$outboundSchema).optional(),
9149
9164
  supportCase: z.array(ACLAction$outboundSchema).optional(),
9150
9165
  supportCaseComment: z.array(ACLAction$outboundSchema).optional(),
9151
- dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
9152
9166
  team: z.array(ACLAction$outboundSchema).optional(),
9153
9167
  teamAccessRequest: z.array(ACLAction$outboundSchema).optional(),
9154
9168
  teamFellowMembership: z.array(ACLAction$outboundSchema).optional(),
@@ -9163,26 +9177,15 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
9163
9177
  token: z.array(ACLAction$outboundSchema).optional(),
9164
9178
  usage: z.array(ACLAction$outboundSchema).optional(),
9165
9179
  usageCycle: z.array(ACLAction$outboundSchema).optional(),
9180
+ vercelRun: z.array(ACLAction$outboundSchema).optional(),
9181
+ vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
9166
9182
  vpcPeeringConnection: z.array(ACLAction$outboundSchema).optional(),
9167
9183
  webAnalyticsPlan: z.array(ACLAction$outboundSchema).optional(),
9168
- edgeConfig: z.array(ACLAction$outboundSchema).optional(),
9169
- edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
9170
- edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
9171
- edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
9172
9184
  webhook: z.array(ACLAction$outboundSchema).optional(),
9173
9185
  webhookEvent: z.array(ACLAction$outboundSchema).optional(),
9174
- endpointVerification: z.array(ACLAction$outboundSchema).optional(),
9175
- projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
9176
- oauth2Application: z.array(ACLAction$outboundSchema).optional(),
9177
- vercelRun: z.array(ACLAction$outboundSchema).optional(),
9178
- vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
9179
- apiKey: z.array(ACLAction$outboundSchema).optional(),
9180
- apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
9181
- apiKeyAiGateway: z.array(ACLAction$outboundSchema).optional(),
9182
9186
  aliasProject: z.array(ACLAction$outboundSchema).optional(),
9183
9187
  aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9184
9188
  buildMachine: z.array(ACLAction$outboundSchema).optional(),
9185
- productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9186
9189
  connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
9187
9190
  dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
9188
9191
  deployment: z.array(ACLAction$outboundSchema).optional(),
@@ -9199,55 +9202,55 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
9199
9202
  deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
9200
9203
  edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
9201
9204
  environments: z.array(ACLAction$outboundSchema).optional(),
9205
+ job: z.array(ACLAction$outboundSchema).optional(),
9202
9206
  logs: z.array(ACLAction$outboundSchema).optional(),
9203
9207
  logsPreset: z.array(ACLAction$outboundSchema).optional(),
9204
- passwordProtection: z.array(ACLAction$outboundSchema).optional(),
9205
- optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
9206
- job: z.array(ACLAction$outboundSchema).optional(),
9207
9208
  observabilityData: z.array(ACLAction$outboundSchema).optional(),
9208
9209
  onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
9209
9210
  onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
9211
+ optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
9212
+ passwordProtection: z.array(ACLAction$outboundSchema).optional(),
9213
+ productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9210
9214
  project: z.array(ACLAction$outboundSchema).optional(),
9211
- projectFromV0: z.array(ACLAction$outboundSchema).optional(),
9212
9215
  projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
9213
9216
  projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
9217
+ projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
9214
9218
  projectCheck: z.array(ACLAction$outboundSchema).optional(),
9215
9219
  projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
9220
+ projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
9216
9221
  projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
9217
9222
  projectDomain: z.array(ACLAction$outboundSchema).optional(),
9218
- projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
9219
9223
  projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
9224
+ projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
9220
9225
  projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
9221
9226
  projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
9222
9227
  projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
9223
9228
  .optional(),
9224
9229
  projectFlags: z.array(ACLAction$outboundSchema).optional(),
9230
+ projectFromV0: z.array(ACLAction$outboundSchema).optional(),
9225
9231
  projectId: z.array(ACLAction$outboundSchema).optional(),
9226
9232
  projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
9227
9233
  projectLink: z.array(ACLAction$outboundSchema).optional(),
9228
9234
  projectMember: z.array(ACLAction$outboundSchema).optional(),
9229
9235
  projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
9236
+ projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
9230
9237
  projectPermissions: z.array(ACLAction$outboundSchema).optional(),
9231
9238
  projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
9232
- projectTransfer: z.array(ACLAction$outboundSchema).optional(),
9233
- projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
9234
9239
  projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9235
- projectUsage: z.array(ACLAction$outboundSchema).optional(),
9236
- projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
9240
+ projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
9237
9241
  projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
9238
9242
  projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
9239
- projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
9240
- projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
9241
9243
  projectTier: z.array(ACLAction$outboundSchema).optional(),
9242
- projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
9244
+ projectTransfer: z.array(ACLAction$outboundSchema).optional(),
9245
+ projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
9246
+ projectUsage: z.array(ACLAction$outboundSchema).optional(),
9243
9247
  seawallConfig: z.array(ACLAction$outboundSchema).optional(),
9248
+ sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
9244
9249
  skewProtection: z.array(ACLAction$outboundSchema).optional(),
9245
9250
  analytics: z.array(ACLAction$outboundSchema).optional(),
9246
9251
  trustedIps: z.array(ACLAction$outboundSchema).optional(),
9247
9252
  v0Chat: z.array(ACLAction$outboundSchema).optional(),
9248
9253
  webAnalytics: z.array(ACLAction$outboundSchema).optional(),
9249
- sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
9250
- sonar: z.array(ACLAction$outboundSchema).optional(),
9251
9254
  }).transform((v) => {
9252
9255
  return remap$(v, {
9253
9256
  monitoring: "Monitoring",