@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
@@ -87,6 +87,10 @@ export type GetProjectsRequest = {
87
87
  * Filter results by projects with Static IPs enabled
88
88
  */
89
89
  staticIpsEnabled?: StaticIpsEnabled | undefined;
90
+ /**
91
+ * Filter results by build machine types. Accepts comma-separated values. Use \"default\" for projects without a build machine type set.
92
+ */
93
+ buildMachineTypes?: string | undefined;
90
94
  /**
91
95
  * The Team identifier to perform the request on behalf of.
92
96
  */
@@ -1117,9 +1121,17 @@ export type GetProjectsPermissions = {
1117
1121
  userSudo?: Array<ACLAction> | undefined;
1118
1122
  webAuthn?: Array<ACLAction> | undefined;
1119
1123
  accessGroup?: Array<ACLAction> | undefined;
1124
+ agent?: Array<ACLAction> | undefined;
1125
+ alerts?: Array<ACLAction> | undefined;
1120
1126
  aliasGlobal?: Array<ACLAction> | undefined;
1121
1127
  analyticsSampling?: Array<ACLAction> | undefined;
1122
1128
  analyticsUsage?: Array<ACLAction> | undefined;
1129
+ apiKey?: Array<ACLAction> | undefined;
1130
+ apiKeyAiGateway?: Array<ACLAction> | undefined;
1131
+ apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1132
+ oauth2Application?: Array<ACLAction> | undefined;
1133
+ vercelAppInstallation?: Array<ACLAction> | undefined;
1134
+ vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1123
1135
  auditLog?: Array<ACLAction> | undefined;
1124
1136
  billingAddress?: Array<ACLAction> | undefined;
1125
1137
  billingInformation?: Array<ACLAction> | undefined;
@@ -1131,6 +1143,7 @@ export type GetProjectsPermissions = {
1131
1143
  billingRefund?: Array<ACLAction> | undefined;
1132
1144
  billingTaxId?: Array<ACLAction> | undefined;
1133
1145
  blob?: Array<ACLAction> | undefined;
1146
+ blobStoreTokenSet?: Array<ACLAction> | undefined;
1134
1147
  budget?: Array<ACLAction> | undefined;
1135
1148
  cacheArtifact?: Array<ACLAction> | undefined;
1136
1149
  cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
@@ -1138,6 +1151,7 @@ export type GetProjectsPermissions = {
1138
1151
  concurrentBuilds?: Array<ACLAction> | undefined;
1139
1152
  connect?: Array<ACLAction> | undefined;
1140
1153
  connectConfiguration?: Array<ACLAction> | undefined;
1154
+ dataCacheBillingSettings?: Array<ACLAction> | undefined;
1141
1155
  defaultDeploymentProtection?: Array<ACLAction> | undefined;
1142
1156
  domain?: Array<ACLAction> | undefined;
1143
1157
  domainAcceptDelegation?: Array<ACLAction> | undefined;
@@ -1148,40 +1162,46 @@ export type GetProjectsPermissions = {
1148
1162
  domainPurchase?: Array<ACLAction> | undefined;
1149
1163
  domainRecord?: Array<ACLAction> | undefined;
1150
1164
  domainTransferIn?: Array<ACLAction> | undefined;
1165
+ drain?: Array<ACLAction> | undefined;
1166
+ edgeConfig?: Array<ACLAction> | undefined;
1167
+ edgeConfigItem?: Array<ACLAction> | undefined;
1168
+ edgeConfigSchema?: Array<ACLAction> | undefined;
1169
+ edgeConfigToken?: Array<ACLAction> | undefined;
1170
+ endpointVerification?: Array<ACLAction> | undefined;
1151
1171
  event?: Array<ACLAction> | undefined;
1152
- ownEvent?: Array<ACLAction> | undefined;
1153
- sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
1154
1172
  fileUpload?: Array<ACLAction> | undefined;
1155
1173
  flagsExplorerSubscription?: Array<ACLAction> | undefined;
1156
1174
  gitRepository?: Array<ACLAction> | undefined;
1157
- ipBlocking?: Array<ACLAction> | undefined;
1158
1175
  imageOptimizationNewPrice?: Array<ACLAction> | undefined;
1159
1176
  integration?: Array<ACLAction> | undefined;
1160
1177
  integrationAccount?: Array<ACLAction> | undefined;
1161
1178
  integrationConfiguration?: Array<ACLAction> | undefined;
1162
- integrationConfigurationTransfer?: Array<ACLAction> | undefined;
1163
1179
  integrationConfigurationProjects?: Array<ACLAction> | undefined;
1164
- integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
1165
1180
  integrationConfigurationRole?: Array<ACLAction> | undefined;
1166
- integrationSSOSession?: Array<ACLAction> | undefined;
1167
- integrationResource?: Array<ACLAction> | undefined;
1181
+ integrationConfigurationTransfer?: Array<ACLAction> | undefined;
1182
+ integrationDeploymentAction?: Array<ACLAction> | undefined;
1168
1183
  integrationEvent?: Array<ACLAction> | undefined;
1184
+ integrationResource?: Array<ACLAction> | undefined;
1185
+ integrationResourceReplCommand?: Array<ACLAction> | undefined;
1169
1186
  integrationResourceSecrets?: Array<ACLAction> | undefined;
1170
- integrationDeploymentAction?: Array<ACLAction> | undefined;
1171
- marketplaceInstallationMember?: Array<ACLAction> | undefined;
1187
+ integrationSSOSession?: Array<ACLAction> | undefined;
1188
+ integrationStoreTokenSet?: Array<ACLAction> | undefined;
1189
+ integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
1190
+ ipBlocking?: Array<ACLAction> | undefined;
1191
+ jobGlobal?: Array<ACLAction> | undefined;
1192
+ logDrain?: Array<ACLAction> | undefined;
1172
1193
  marketplaceBillingData?: Array<ACLAction> | undefined;
1194
+ marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1195
+ marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1196
+ marketplaceInstallationMember?: Array<ACLAction> | undefined;
1173
1197
  marketplaceInvoice?: Array<ACLAction> | undefined;
1174
1198
  marketplaceSettings?: Array<ACLAction> | undefined;
1175
- marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1176
- marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1177
- jobGlobal?: Array<ACLAction> | undefined;
1178
- drain?: Array<ACLAction> | undefined;
1179
- logDrain?: Array<ACLAction> | undefined;
1180
1199
  monitoring?: Array<ACLAction> | undefined;
1181
- monitoringSettings?: Array<ACLAction> | undefined;
1182
- monitoringQuery?: Array<ACLAction> | undefined;
1183
- monitoringChart?: Array<ACLAction> | undefined;
1184
1200
  monitoringAlert?: Array<ACLAction> | undefined;
1201
+ monitoringChart?: Array<ACLAction> | undefined;
1202
+ monitoringQuery?: Array<ACLAction> | undefined;
1203
+ monitoringSettings?: Array<ACLAction> | undefined;
1204
+ notificationCustomerBudget?: Array<ACLAction> | undefined;
1185
1205
  notificationDeploymentFailed?: Array<ACLAction> | undefined;
1186
1206
  notificationDomainConfiguration?: Array<ACLAction> | undefined;
1187
1207
  notificationDomainExpire?: Array<ACLAction> | undefined;
@@ -1192,43 +1212,37 @@ export type GetProjectsPermissions = {
1192
1212
  notificationDomainUnverified?: Array<ACLAction> | undefined;
1193
1213
  notificationMonitoringAlert?: Array<ACLAction> | undefined;
1194
1214
  notificationPaymentFailed?: Array<ACLAction> | undefined;
1195
- notificationUsageAlert?: Array<ACLAction> | undefined;
1196
1215
  notificationPreferences?: Array<ACLAction> | undefined;
1197
- notificationCustomerBudget?: Array<ACLAction> | undefined;
1198
1216
  notificationStatementOfReasons?: Array<ACLAction> | undefined;
1217
+ notificationUsageAlert?: Array<ACLAction> | undefined;
1199
1218
  observabilityConfiguration?: Array<ACLAction> | undefined;
1200
- agent?: Array<ACLAction> | undefined;
1201
- alerts?: Array<ACLAction> | undefined;
1202
- observabilityNotebook?: Array<ACLAction> | undefined;
1203
1219
  observabilityFunnel?: Array<ACLAction> | undefined;
1220
+ observabilityNotebook?: Array<ACLAction> | undefined;
1204
1221
  openTelemetryEndpoint?: Array<ACLAction> | undefined;
1205
- vercelAppInstallation?: Array<ACLAction> | undefined;
1206
- vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1222
+ ownEvent?: Array<ACLAction> | undefined;
1223
+ passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
1207
1224
  paymentMethod?: Array<ACLAction> | undefined;
1208
1225
  permissions?: Array<ACLAction> | undefined;
1209
1226
  postgres?: Array<ACLAction> | undefined;
1227
+ postgresStoreTokenSet?: Array<ACLAction> | undefined;
1210
1228
  previewDeploymentSuffix?: Array<ACLAction> | undefined;
1229
+ projectTransferIn?: Array<ACLAction> | undefined;
1211
1230
  proTrialOnboarding?: Array<ACLAction> | undefined;
1212
- sharedEnvVars?: Array<ACLAction> | undefined;
1213
- sharedEnvVarsProduction?: Array<ACLAction> | undefined;
1214
- space?: Array<ACLAction> | undefined;
1215
- spaceRun?: Array<ACLAction> | undefined;
1216
- passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
1217
1231
  rateLimit?: Array<ACLAction> | undefined;
1218
1232
  redis?: Array<ACLAction> | undefined;
1219
- repository?: Array<ACLAction> | undefined;
1233
+ redisStoreTokenSet?: Array<ACLAction> | undefined;
1220
1234
  remoteCaching?: Array<ACLAction> | undefined;
1235
+ repository?: Array<ACLAction> | undefined;
1221
1236
  samlConfig?: Array<ACLAction> | undefined;
1222
1237
  secret?: Array<ACLAction> | undefined;
1223
- redisStoreTokenSet?: Array<ACLAction> | undefined;
1224
- blobStoreTokenSet?: Array<ACLAction> | undefined;
1225
- postgresStoreTokenSet?: Array<ACLAction> | undefined;
1226
- integrationStoreTokenSet?: Array<ACLAction> | undefined;
1227
- integrationResourceReplCommand?: Array<ACLAction> | undefined;
1238
+ sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
1239
+ sharedEnvVars?: Array<ACLAction> | undefined;
1240
+ sharedEnvVarsProduction?: Array<ACLAction> | undefined;
1241
+ space?: Array<ACLAction> | undefined;
1242
+ spaceRun?: Array<ACLAction> | undefined;
1228
1243
  storeTransfer?: Array<ACLAction> | undefined;
1229
1244
  supportCase?: Array<ACLAction> | undefined;
1230
1245
  supportCaseComment?: Array<ACLAction> | undefined;
1231
- dataCacheBillingSettings?: Array<ACLAction> | undefined;
1232
1246
  team?: Array<ACLAction> | undefined;
1233
1247
  teamAccessRequest?: Array<ACLAction> | undefined;
1234
1248
  teamFellowMembership?: Array<ACLAction> | undefined;
@@ -1243,26 +1257,15 @@ export type GetProjectsPermissions = {
1243
1257
  token?: Array<ACLAction> | undefined;
1244
1258
  usage?: Array<ACLAction> | undefined;
1245
1259
  usageCycle?: Array<ACLAction> | undefined;
1260
+ vercelRun?: Array<ACLAction> | undefined;
1261
+ vercelRunExec?: Array<ACLAction> | undefined;
1246
1262
  vpcPeeringConnection?: Array<ACLAction> | undefined;
1247
1263
  webAnalyticsPlan?: Array<ACLAction> | undefined;
1248
- edgeConfig?: Array<ACLAction> | undefined;
1249
- edgeConfigItem?: Array<ACLAction> | undefined;
1250
- edgeConfigSchema?: Array<ACLAction> | undefined;
1251
- edgeConfigToken?: Array<ACLAction> | undefined;
1252
1264
  webhook?: Array<ACLAction> | undefined;
1253
1265
  webhookEvent?: Array<ACLAction> | undefined;
1254
- endpointVerification?: Array<ACLAction> | undefined;
1255
- projectTransferIn?: Array<ACLAction> | undefined;
1256
- oauth2Application?: Array<ACLAction> | undefined;
1257
- vercelRun?: Array<ACLAction> | undefined;
1258
- vercelRunExec?: Array<ACLAction> | undefined;
1259
- apiKey?: Array<ACLAction> | undefined;
1260
- apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1261
- apiKeyAiGateway?: Array<ACLAction> | undefined;
1262
1266
  aliasProject?: Array<ACLAction> | undefined;
1263
1267
  aliasProtectionBypass?: Array<ACLAction> | undefined;
1264
1268
  buildMachine?: Array<ACLAction> | undefined;
1265
- productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1266
1269
  connectConfigurationLink?: Array<ACLAction> | undefined;
1267
1270
  dataCacheNamespace?: Array<ACLAction> | undefined;
1268
1271
  deployment?: Array<ACLAction> | undefined;
@@ -1278,54 +1281,54 @@ export type GetProjectsPermissions = {
1278
1281
  deploymentRollback?: Array<ACLAction> | undefined;
1279
1282
  edgeCacheNamespace?: Array<ACLAction> | undefined;
1280
1283
  environments?: Array<ACLAction> | undefined;
1284
+ job?: Array<ACLAction> | undefined;
1281
1285
  logs?: Array<ACLAction> | undefined;
1282
1286
  logsPreset?: Array<ACLAction> | undefined;
1283
- passwordProtection?: Array<ACLAction> | undefined;
1284
- optionsAllowlist?: Array<ACLAction> | undefined;
1285
- job?: Array<ACLAction> | undefined;
1286
1287
  observabilityData?: Array<ACLAction> | undefined;
1287
1288
  onDemandBuild?: Array<ACLAction> | undefined;
1288
1289
  onDemandConcurrency?: Array<ACLAction> | undefined;
1290
+ optionsAllowlist?: Array<ACLAction> | undefined;
1291
+ passwordProtection?: Array<ACLAction> | undefined;
1292
+ productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1289
1293
  project?: Array<ACLAction> | undefined;
1290
- projectFromV0?: Array<ACLAction> | undefined;
1291
1294
  projectAccessGroup?: Array<ACLAction> | undefined;
1292
1295
  projectAnalyticsSampling?: Array<ACLAction> | undefined;
1296
+ projectAnalyticsUsage?: Array<ACLAction> | undefined;
1293
1297
  projectCheck?: Array<ACLAction> | undefined;
1294
1298
  projectCheckRun?: Array<ACLAction> | undefined;
1299
+ projectDeploymentExpiration?: Array<ACLAction> | undefined;
1295
1300
  projectDeploymentHook?: Array<ACLAction> | undefined;
1296
1301
  projectDomain?: Array<ACLAction> | undefined;
1297
- projectDomainMove?: Array<ACLAction> | undefined;
1298
1302
  projectDomainCheckConfig?: Array<ACLAction> | undefined;
1303
+ projectDomainMove?: Array<ACLAction> | undefined;
1299
1304
  projectEnvVars?: Array<ACLAction> | undefined;
1300
1305
  projectEnvVarsProduction?: Array<ACLAction> | undefined;
1301
1306
  projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
1302
1307
  projectFlags?: Array<ACLAction> | undefined;
1308
+ projectFromV0?: Array<ACLAction> | undefined;
1303
1309
  projectId?: Array<ACLAction> | undefined;
1304
1310
  projectIntegrationConfiguration?: Array<ACLAction> | undefined;
1305
1311
  projectLink?: Array<ACLAction> | undefined;
1306
1312
  projectMember?: Array<ACLAction> | undefined;
1307
1313
  projectMonitoring?: Array<ACLAction> | undefined;
1314
+ projectOIDCToken?: Array<ACLAction> | undefined;
1308
1315
  projectPermissions?: Array<ACLAction> | undefined;
1309
1316
  projectProductionBranch?: Array<ACLAction> | undefined;
1310
- projectTransfer?: Array<ACLAction> | undefined;
1311
- projectTransferOut?: Array<ACLAction> | undefined;
1312
1317
  projectProtectionBypass?: Array<ACLAction> | undefined;
1313
- projectUsage?: Array<ACLAction> | undefined;
1314
- projectAnalyticsUsage?: Array<ACLAction> | undefined;
1318
+ projectRollingRelease?: Array<ACLAction> | undefined;
1315
1319
  projectSupportCase?: Array<ACLAction> | undefined;
1316
1320
  projectSupportCaseComment?: Array<ACLAction> | undefined;
1317
- projectDeploymentExpiration?: Array<ACLAction> | undefined;
1318
- projectRollingRelease?: Array<ACLAction> | undefined;
1319
1321
  projectTier?: Array<ACLAction> | undefined;
1320
- projectOIDCToken?: Array<ACLAction> | undefined;
1322
+ projectTransfer?: Array<ACLAction> | undefined;
1323
+ projectTransferOut?: Array<ACLAction> | undefined;
1324
+ projectUsage?: Array<ACLAction> | undefined;
1321
1325
  seawallConfig?: Array<ACLAction> | undefined;
1326
+ sharedEnvVarConnection?: Array<ACLAction> | undefined;
1322
1327
  skewProtection?: Array<ACLAction> | undefined;
1323
1328
  analytics?: Array<ACLAction> | undefined;
1324
1329
  trustedIps?: Array<ACLAction> | undefined;
1325
1330
  v0Chat?: Array<ACLAction> | undefined;
1326
1331
  webAnalytics?: Array<ACLAction> | undefined;
1327
- sharedEnvVarConnection?: Array<ACLAction> | undefined;
1328
- sonar?: Array<ACLAction> | undefined;
1329
1332
  };
1330
1333
  export type GetProjectsLastRollbackTarget = {};
1331
1334
  export declare const GetProjectsJobStatus: {
@@ -1931,6 +1934,7 @@ export type GetProjectsRequest$Outbound = {
1931
1934
  deprecated?: boolean | undefined;
1932
1935
  elasticConcurrencyEnabled?: string | undefined;
1933
1936
  staticIpsEnabled?: string | undefined;
1937
+ buildMachineTypes?: string | undefined;
1934
1938
  teamId?: string | undefined;
1935
1939
  slug?: string | undefined;
1936
1940
  };
@@ -4877,9 +4881,17 @@ export type GetProjectsPermissions$Outbound = {
4877
4881
  userSudo?: Array<string> | undefined;
4878
4882
  webAuthn?: Array<string> | undefined;
4879
4883
  accessGroup?: Array<string> | undefined;
4884
+ agent?: Array<string> | undefined;
4885
+ alerts?: Array<string> | undefined;
4880
4886
  aliasGlobal?: Array<string> | undefined;
4881
4887
  analyticsSampling?: Array<string> | undefined;
4882
4888
  analyticsUsage?: Array<string> | undefined;
4889
+ apiKey?: Array<string> | undefined;
4890
+ apiKeyAiGateway?: Array<string> | undefined;
4891
+ apiKeyOwnedBySelf?: Array<string> | undefined;
4892
+ oauth2Application?: Array<string> | undefined;
4893
+ vercelAppInstallation?: Array<string> | undefined;
4894
+ vercelAppInstallationRequest?: Array<string> | undefined;
4883
4895
  auditLog?: Array<string> | undefined;
4884
4896
  billingAddress?: Array<string> | undefined;
4885
4897
  billingInformation?: Array<string> | undefined;
@@ -4891,6 +4903,7 @@ export type GetProjectsPermissions$Outbound = {
4891
4903
  billingRefund?: Array<string> | undefined;
4892
4904
  billingTaxId?: Array<string> | undefined;
4893
4905
  blob?: Array<string> | undefined;
4906
+ blobStoreTokenSet?: Array<string> | undefined;
4894
4907
  budget?: Array<string> | undefined;
4895
4908
  cacheArtifact?: Array<string> | undefined;
4896
4909
  cacheArtifactUsageEvent?: Array<string> | undefined;
@@ -4898,6 +4911,7 @@ export type GetProjectsPermissions$Outbound = {
4898
4911
  concurrentBuilds?: Array<string> | undefined;
4899
4912
  connect?: Array<string> | undefined;
4900
4913
  connectConfiguration?: Array<string> | undefined;
4914
+ dataCacheBillingSettings?: Array<string> | undefined;
4901
4915
  defaultDeploymentProtection?: Array<string> | undefined;
4902
4916
  domain?: Array<string> | undefined;
4903
4917
  domainAcceptDelegation?: Array<string> | undefined;
@@ -4908,40 +4922,46 @@ export type GetProjectsPermissions$Outbound = {
4908
4922
  domainPurchase?: Array<string> | undefined;
4909
4923
  domainRecord?: Array<string> | undefined;
4910
4924
  domainTransferIn?: Array<string> | undefined;
4925
+ drain?: Array<string> | undefined;
4926
+ edgeConfig?: Array<string> | undefined;
4927
+ edgeConfigItem?: Array<string> | undefined;
4928
+ edgeConfigSchema?: Array<string> | undefined;
4929
+ edgeConfigToken?: Array<string> | undefined;
4930
+ endpointVerification?: Array<string> | undefined;
4911
4931
  event?: Array<string> | undefined;
4912
- ownEvent?: Array<string> | undefined;
4913
- sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
4914
4932
  fileUpload?: Array<string> | undefined;
4915
4933
  flagsExplorerSubscription?: Array<string> | undefined;
4916
4934
  gitRepository?: Array<string> | undefined;
4917
- ipBlocking?: Array<string> | undefined;
4918
4935
  imageOptimizationNewPrice?: Array<string> | undefined;
4919
4936
  integration?: Array<string> | undefined;
4920
4937
  integrationAccount?: Array<string> | undefined;
4921
4938
  integrationConfiguration?: Array<string> | undefined;
4922
- integrationConfigurationTransfer?: Array<string> | undefined;
4923
4939
  integrationConfigurationProjects?: Array<string> | undefined;
4924
- integrationVercelConfigurationOverride?: Array<string> | undefined;
4925
4940
  integrationConfigurationRole?: Array<string> | undefined;
4926
- integrationSSOSession?: Array<string> | undefined;
4927
- integrationResource?: Array<string> | undefined;
4941
+ integrationConfigurationTransfer?: Array<string> | undefined;
4942
+ integrationDeploymentAction?: Array<string> | undefined;
4928
4943
  integrationEvent?: Array<string> | undefined;
4944
+ integrationResource?: Array<string> | undefined;
4945
+ integrationResourceReplCommand?: Array<string> | undefined;
4929
4946
  integrationResourceSecrets?: Array<string> | undefined;
4930
- integrationDeploymentAction?: Array<string> | undefined;
4931
- marketplaceInstallationMember?: Array<string> | undefined;
4947
+ integrationSSOSession?: Array<string> | undefined;
4948
+ integrationStoreTokenSet?: Array<string> | undefined;
4949
+ integrationVercelConfigurationOverride?: Array<string> | undefined;
4950
+ ipBlocking?: Array<string> | undefined;
4951
+ jobGlobal?: Array<string> | undefined;
4952
+ logDrain?: Array<string> | undefined;
4932
4953
  marketplaceBillingData?: Array<string> | undefined;
4954
+ marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
4955
+ marketplaceExperimentationItem?: Array<string> | undefined;
4956
+ marketplaceInstallationMember?: Array<string> | undefined;
4933
4957
  marketplaceInvoice?: Array<string> | undefined;
4934
4958
  marketplaceSettings?: Array<string> | undefined;
4935
- marketplaceExperimentationItem?: Array<string> | undefined;
4936
- marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
4937
- jobGlobal?: Array<string> | undefined;
4938
- drain?: Array<string> | undefined;
4939
- logDrain?: Array<string> | undefined;
4940
4959
  Monitoring?: Array<string> | undefined;
4941
- monitoringSettings?: Array<string> | undefined;
4942
- monitoringQuery?: Array<string> | undefined;
4943
- monitoringChart?: Array<string> | undefined;
4944
4960
  monitoringAlert?: Array<string> | undefined;
4961
+ monitoringChart?: Array<string> | undefined;
4962
+ monitoringQuery?: Array<string> | undefined;
4963
+ monitoringSettings?: Array<string> | undefined;
4964
+ notificationCustomerBudget?: Array<string> | undefined;
4945
4965
  notificationDeploymentFailed?: Array<string> | undefined;
4946
4966
  notificationDomainConfiguration?: Array<string> | undefined;
4947
4967
  notificationDomainExpire?: Array<string> | undefined;
@@ -4952,43 +4972,37 @@ export type GetProjectsPermissions$Outbound = {
4952
4972
  notificationDomainUnverified?: Array<string> | undefined;
4953
4973
  NotificationMonitoringAlert?: Array<string> | undefined;
4954
4974
  notificationPaymentFailed?: Array<string> | undefined;
4955
- notificationUsageAlert?: Array<string> | undefined;
4956
4975
  notificationPreferences?: Array<string> | undefined;
4957
- notificationCustomerBudget?: Array<string> | undefined;
4958
4976
  notificationStatementOfReasons?: Array<string> | undefined;
4977
+ notificationUsageAlert?: Array<string> | undefined;
4959
4978
  observabilityConfiguration?: Array<string> | undefined;
4960
- agent?: Array<string> | undefined;
4961
- alerts?: Array<string> | undefined;
4962
- observabilityNotebook?: Array<string> | undefined;
4963
4979
  observabilityFunnel?: Array<string> | undefined;
4980
+ observabilityNotebook?: Array<string> | undefined;
4964
4981
  openTelemetryEndpoint?: Array<string> | undefined;
4965
- vercelAppInstallation?: Array<string> | undefined;
4966
- vercelAppInstallationRequest?: Array<string> | undefined;
4982
+ ownEvent?: Array<string> | undefined;
4983
+ passwordProtectionInvoiceItem?: Array<string> | undefined;
4967
4984
  paymentMethod?: Array<string> | undefined;
4968
4985
  permissions?: Array<string> | undefined;
4969
4986
  postgres?: Array<string> | undefined;
4987
+ postgresStoreTokenSet?: Array<string> | undefined;
4970
4988
  previewDeploymentSuffix?: Array<string> | undefined;
4989
+ projectTransferIn?: Array<string> | undefined;
4971
4990
  proTrialOnboarding?: Array<string> | undefined;
4972
- sharedEnvVars?: Array<string> | undefined;
4973
- sharedEnvVarsProduction?: Array<string> | undefined;
4974
- space?: Array<string> | undefined;
4975
- spaceRun?: Array<string> | undefined;
4976
- passwordProtectionInvoiceItem?: Array<string> | undefined;
4977
4991
  rateLimit?: Array<string> | undefined;
4978
4992
  redis?: Array<string> | undefined;
4979
- repository?: Array<string> | undefined;
4993
+ redisStoreTokenSet?: Array<string> | undefined;
4980
4994
  remoteCaching?: Array<string> | undefined;
4995
+ repository?: Array<string> | undefined;
4981
4996
  samlConfig?: Array<string> | undefined;
4982
4997
  secret?: Array<string> | undefined;
4983
- redisStoreTokenSet?: Array<string> | undefined;
4984
- blobStoreTokenSet?: Array<string> | undefined;
4985
- postgresStoreTokenSet?: Array<string> | undefined;
4986
- integrationStoreTokenSet?: Array<string> | undefined;
4987
- integrationResourceReplCommand?: Array<string> | undefined;
4998
+ sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
4999
+ sharedEnvVars?: Array<string> | undefined;
5000
+ sharedEnvVarsProduction?: Array<string> | undefined;
5001
+ space?: Array<string> | undefined;
5002
+ spaceRun?: Array<string> | undefined;
4988
5003
  storeTransfer?: Array<string> | undefined;
4989
5004
  supportCase?: Array<string> | undefined;
4990
5005
  supportCaseComment?: Array<string> | undefined;
4991
- dataCacheBillingSettings?: Array<string> | undefined;
4992
5006
  team?: Array<string> | undefined;
4993
5007
  teamAccessRequest?: Array<string> | undefined;
4994
5008
  teamFellowMembership?: Array<string> | undefined;
@@ -5003,26 +5017,15 @@ export type GetProjectsPermissions$Outbound = {
5003
5017
  token?: Array<string> | undefined;
5004
5018
  usage?: Array<string> | undefined;
5005
5019
  usageCycle?: Array<string> | undefined;
5020
+ vercelRun?: Array<string> | undefined;
5021
+ vercelRunExec?: Array<string> | undefined;
5006
5022
  vpcPeeringConnection?: Array<string> | undefined;
5007
5023
  webAnalyticsPlan?: Array<string> | undefined;
5008
- edgeConfig?: Array<string> | undefined;
5009
- edgeConfigItem?: Array<string> | undefined;
5010
- edgeConfigSchema?: Array<string> | undefined;
5011
- edgeConfigToken?: Array<string> | undefined;
5012
5024
  webhook?: Array<string> | undefined;
5013
5025
  "webhook-event"?: Array<string> | undefined;
5014
- endpointVerification?: Array<string> | undefined;
5015
- projectTransferIn?: Array<string> | undefined;
5016
- oauth2Application?: Array<string> | undefined;
5017
- vercelRun?: Array<string> | undefined;
5018
- vercelRunExec?: Array<string> | undefined;
5019
- apiKey?: Array<string> | undefined;
5020
- apiKeyOwnedBySelf?: Array<string> | undefined;
5021
- apiKeyAiGateway?: Array<string> | undefined;
5022
5026
  aliasProject?: Array<string> | undefined;
5023
5027
  aliasProtectionBypass?: Array<string> | undefined;
5024
5028
  buildMachine?: Array<string> | undefined;
5025
- productionAliasProtectionBypass?: Array<string> | undefined;
5026
5029
  connectConfigurationLink?: Array<string> | undefined;
5027
5030
  dataCacheNamespace?: Array<string> | undefined;
5028
5031
  deployment?: Array<string> | undefined;
@@ -5038,54 +5041,54 @@ export type GetProjectsPermissions$Outbound = {
5038
5041
  deploymentRollback?: Array<string> | undefined;
5039
5042
  edgeCacheNamespace?: Array<string> | undefined;
5040
5043
  environments?: Array<string> | undefined;
5044
+ job?: Array<string> | undefined;
5041
5045
  logs?: Array<string> | undefined;
5042
5046
  logsPreset?: Array<string> | undefined;
5043
- passwordProtection?: Array<string> | undefined;
5044
- optionsAllowlist?: Array<string> | undefined;
5045
- job?: Array<string> | undefined;
5046
5047
  observabilityData?: Array<string> | undefined;
5047
5048
  onDemandBuild?: Array<string> | undefined;
5048
5049
  onDemandConcurrency?: Array<string> | undefined;
5050
+ optionsAllowlist?: Array<string> | undefined;
5051
+ passwordProtection?: Array<string> | undefined;
5052
+ productionAliasProtectionBypass?: Array<string> | undefined;
5049
5053
  project?: Array<string> | undefined;
5050
- projectFromV0?: Array<string> | undefined;
5051
5054
  projectAccessGroup?: Array<string> | undefined;
5052
5055
  projectAnalyticsSampling?: Array<string> | undefined;
5056
+ projectAnalyticsUsage?: Array<string> | undefined;
5053
5057
  projectCheck?: Array<string> | undefined;
5054
5058
  projectCheckRun?: Array<string> | undefined;
5059
+ projectDeploymentExpiration?: Array<string> | undefined;
5055
5060
  projectDeploymentHook?: Array<string> | undefined;
5056
5061
  projectDomain?: Array<string> | undefined;
5057
- projectDomainMove?: Array<string> | undefined;
5058
5062
  projectDomainCheckConfig?: Array<string> | undefined;
5063
+ projectDomainMove?: Array<string> | undefined;
5059
5064
  projectEnvVars?: Array<string> | undefined;
5060
5065
  projectEnvVarsProduction?: Array<string> | undefined;
5061
5066
  projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
5062
5067
  projectFlags?: Array<string> | undefined;
5068
+ projectFromV0?: Array<string> | undefined;
5063
5069
  projectId?: Array<string> | undefined;
5064
5070
  projectIntegrationConfiguration?: Array<string> | undefined;
5065
5071
  projectLink?: Array<string> | undefined;
5066
5072
  projectMember?: Array<string> | undefined;
5067
5073
  projectMonitoring?: Array<string> | undefined;
5074
+ projectOIDCToken?: Array<string> | undefined;
5068
5075
  projectPermissions?: Array<string> | undefined;
5069
5076
  projectProductionBranch?: Array<string> | undefined;
5070
- projectTransfer?: Array<string> | undefined;
5071
- projectTransferOut?: Array<string> | undefined;
5072
5077
  projectProtectionBypass?: Array<string> | undefined;
5073
- projectUsage?: Array<string> | undefined;
5074
- projectAnalyticsUsage?: Array<string> | undefined;
5078
+ projectRollingRelease?: Array<string> | undefined;
5075
5079
  projectSupportCase?: Array<string> | undefined;
5076
5080
  projectSupportCaseComment?: Array<string> | undefined;
5077
- projectDeploymentExpiration?: Array<string> | undefined;
5078
- projectRollingRelease?: Array<string> | undefined;
5079
5081
  projectTier?: Array<string> | undefined;
5080
- projectOIDCToken?: Array<string> | undefined;
5082
+ projectTransfer?: Array<string> | undefined;
5083
+ projectTransferOut?: Array<string> | undefined;
5084
+ projectUsage?: Array<string> | undefined;
5081
5085
  seawallConfig?: Array<string> | undefined;
5086
+ sharedEnvVarConnection?: Array<string> | undefined;
5082
5087
  skewProtection?: Array<string> | undefined;
5083
5088
  analytics?: Array<string> | undefined;
5084
5089
  trustedIps?: Array<string> | undefined;
5085
5090
  v0Chat?: Array<string> | undefined;
5086
5091
  webAnalytics?: Array<string> | undefined;
5087
- sharedEnvVarConnection?: Array<string> | undefined;
5088
- sonar?: Array<string> | undefined;
5089
5092
  };
5090
5093
  /** @internal */
5091
5094
  export declare const GetProjectsPermissions$outboundSchema: z.ZodType<GetProjectsPermissions$Outbound, z.ZodTypeDef, GetProjectsPermissions>;