@vercel/sdk 1.7.7 → 1.8.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 (1135) hide show
  1. package/FUNCTIONS.md +5 -22
  2. package/README.md +49 -61
  3. package/bin/mcp-server.js +3840 -2253
  4. package/bin/mcp-server.js.map +206 -208
  5. package/docs/sdks/accessgroups/README.md +55 -106
  6. package/docs/sdks/aliases/README.md +30 -54
  7. package/docs/sdks/artifacts/README.md +30 -50
  8. package/docs/sdks/authentication/README.md +27 -47
  9. package/docs/sdks/certs/README.md +20 -48
  10. package/docs/sdks/checks/README.md +25 -45
  11. package/docs/sdks/deployments/README.md +52 -86
  12. package/docs/sdks/dns/README.md +20 -36
  13. package/docs/sdks/domains/README.md +45 -81
  14. package/docs/sdks/edgeconfig/README.md +80 -138
  15. package/docs/sdks/environment/README.md +25 -45
  16. package/docs/sdks/integrations/README.md +22 -34
  17. package/docs/sdks/logdrains/README.md +20 -32
  18. package/docs/sdks/logs/README.md +5 -9
  19. package/docs/sdks/marketplace/README.md +90 -135
  20. package/docs/sdks/projectmembers/README.md +15 -27
  21. package/docs/sdks/projects/README.md +120 -208
  22. package/docs/sdks/security/README.md +40 -72
  23. package/docs/sdks/teams/README.md +71 -122
  24. package/docs/sdks/user/README.md +15 -27
  25. package/docs/sdks/vercel/README.md +25 -43
  26. package/docs/sdks/webhooks/README.md +20 -34
  27. package/esm/__tests__/accessgroups.test.js +164 -0
  28. package/esm/__tests__/accessgroups.test.js.map +1 -1
  29. package/esm/__tests__/aliases.test.js +65 -0
  30. package/esm/__tests__/aliases.test.js.map +1 -1
  31. package/esm/__tests__/artifacts.test.js +21 -2
  32. package/esm/__tests__/artifacts.test.js.map +1 -1
  33. package/esm/__tests__/authentication.test.js +44 -0
  34. package/esm/__tests__/authentication.test.js.map +1 -1
  35. package/esm/__tests__/certs.test.js +32 -6
  36. package/esm/__tests__/certs.test.js.map +1 -1
  37. package/esm/__tests__/checks.test.js +46 -0
  38. package/esm/__tests__/checks.test.js.map +1 -1
  39. package/esm/__tests__/deployments.test.js +222 -4
  40. package/esm/__tests__/deployments.test.js.map +1 -1
  41. package/esm/__tests__/dns.test.js +12 -10
  42. package/esm/__tests__/dns.test.js.map +1 -1
  43. package/esm/__tests__/domains.test.js +107 -4
  44. package/esm/__tests__/domains.test.js.map +1 -1
  45. package/esm/__tests__/edgeconfig.test.js +102 -1
  46. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  47. package/esm/__tests__/environment.test.js +34 -0
  48. package/esm/__tests__/environment.test.js.map +1 -1
  49. package/esm/__tests__/logdrains.test.js +87 -0
  50. package/esm/__tests__/logdrains.test.js.map +1 -1
  51. package/esm/__tests__/logs.test.js +12 -0
  52. package/esm/__tests__/logs.test.js.map +1 -1
  53. package/esm/__tests__/marketplace.test.js +86 -48
  54. package/esm/__tests__/marketplace.test.js.map +1 -1
  55. package/esm/__tests__/projectmembers.test.js +6 -0
  56. package/esm/__tests__/projectmembers.test.js.map +1 -1
  57. package/esm/__tests__/projects.test.js +513 -0
  58. package/esm/__tests__/projects.test.js.map +1 -1
  59. package/esm/__tests__/security.test.js +222 -5
  60. package/esm/__tests__/security.test.js.map +1 -1
  61. package/esm/__tests__/teams.test.js +129 -0
  62. package/esm/__tests__/teams.test.js.map +1 -1
  63. package/esm/__tests__/user.test.js +10 -0
  64. package/esm/__tests__/user.test.js.map +1 -1
  65. package/esm/__tests__/vercel.test.js +149 -15
  66. package/esm/__tests__/vercel.test.js.map +1 -1
  67. package/esm/__tests__/webhooks.test.js +74 -2
  68. package/esm/__tests__/webhooks.test.js.map +1 -1
  69. package/esm/funcs/accessGroupsCreateAccessGroup.d.ts +3 -3
  70. package/esm/funcs/accessGroupsCreateAccessGroup.d.ts.map +1 -1
  71. package/esm/funcs/accessGroupsCreateAccessGroup.js +4 -3
  72. package/esm/funcs/accessGroupsCreateAccessGroup.js.map +1 -1
  73. package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts +3 -3
  74. package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts.map +1 -1
  75. package/esm/funcs/accessGroupsCreateAccessGroupProject.js +4 -3
  76. package/esm/funcs/accessGroupsCreateAccessGroupProject.js.map +1 -1
  77. package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts +3 -3
  78. package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts.map +1 -1
  79. package/esm/funcs/accessGroupsDeleteAccessGroup.js +4 -3
  80. package/esm/funcs/accessGroupsDeleteAccessGroup.js.map +1 -1
  81. package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts +3 -3
  82. package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts.map +1 -1
  83. package/esm/funcs/accessGroupsDeleteAccessGroupProject.js +4 -3
  84. package/esm/funcs/accessGroupsDeleteAccessGroupProject.js.map +1 -1
  85. package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts +3 -3
  86. package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts.map +1 -1
  87. package/esm/funcs/accessGroupsListAccessGroupMembers.js +4 -3
  88. package/esm/funcs/accessGroupsListAccessGroupMembers.js.map +1 -1
  89. package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts +3 -3
  90. package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts.map +1 -1
  91. package/esm/funcs/accessGroupsListAccessGroupProjects.js +4 -3
  92. package/esm/funcs/accessGroupsListAccessGroupProjects.js.map +1 -1
  93. package/esm/funcs/accessGroupsListAccessGroups.d.ts +3 -3
  94. package/esm/funcs/accessGroupsListAccessGroups.d.ts.map +1 -1
  95. package/esm/funcs/accessGroupsListAccessGroups.js +4 -3
  96. package/esm/funcs/accessGroupsListAccessGroups.js.map +1 -1
  97. package/esm/funcs/accessGroupsReadAccessGroup.d.ts +3 -3
  98. package/esm/funcs/accessGroupsReadAccessGroup.d.ts.map +1 -1
  99. package/esm/funcs/accessGroupsReadAccessGroup.js +4 -3
  100. package/esm/funcs/accessGroupsReadAccessGroup.js.map +1 -1
  101. package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts +3 -3
  102. package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts.map +1 -1
  103. package/esm/funcs/accessGroupsReadAccessGroupProject.js +4 -3
  104. package/esm/funcs/accessGroupsReadAccessGroupProject.js.map +1 -1
  105. package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts +3 -3
  106. package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts.map +1 -1
  107. package/esm/funcs/accessGroupsUpdateAccessGroup.js +4 -3
  108. package/esm/funcs/accessGroupsUpdateAccessGroup.js.map +1 -1
  109. package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts +3 -3
  110. package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts.map +1 -1
  111. package/esm/funcs/accessGroupsUpdateAccessGroupProject.js +4 -3
  112. package/esm/funcs/accessGroupsUpdateAccessGroupProject.js.map +1 -1
  113. package/esm/funcs/aliasesAssignAlias.d.ts +3 -2
  114. package/esm/funcs/aliasesAssignAlias.d.ts.map +1 -1
  115. package/esm/funcs/aliasesAssignAlias.js +3 -1
  116. package/esm/funcs/aliasesAssignAlias.js.map +1 -1
  117. package/esm/funcs/aliasesDeleteAlias.d.ts +3 -2
  118. package/esm/funcs/aliasesDeleteAlias.d.ts.map +1 -1
  119. package/esm/funcs/aliasesDeleteAlias.js +3 -1
  120. package/esm/funcs/aliasesDeleteAlias.js.map +1 -1
  121. package/esm/funcs/aliasesGetAlias.d.ts +3 -2
  122. package/esm/funcs/aliasesGetAlias.d.ts.map +1 -1
  123. package/esm/funcs/aliasesGetAlias.js +3 -1
  124. package/esm/funcs/aliasesGetAlias.js.map +1 -1
  125. package/esm/funcs/aliasesListAliases.d.ts +3 -2
  126. package/esm/funcs/aliasesListAliases.d.ts.map +1 -1
  127. package/esm/funcs/aliasesListAliases.js +3 -1
  128. package/esm/funcs/aliasesListAliases.js.map +1 -1
  129. package/esm/funcs/aliasesListDeploymentAliases.d.ts +3 -2
  130. package/esm/funcs/aliasesListDeploymentAliases.d.ts.map +1 -1
  131. package/esm/funcs/aliasesListDeploymentAliases.js +3 -1
  132. package/esm/funcs/aliasesListDeploymentAliases.js.map +1 -1
  133. package/esm/funcs/aliasesPatchUrlProtectionBypass.d.ts +3 -2
  134. package/esm/funcs/aliasesPatchUrlProtectionBypass.d.ts.map +1 -1
  135. package/esm/funcs/aliasesPatchUrlProtectionBypass.js +3 -1
  136. package/esm/funcs/aliasesPatchUrlProtectionBypass.js.map +1 -1
  137. package/esm/funcs/artifactsArtifactExists.d.ts +3 -2
  138. package/esm/funcs/artifactsArtifactExists.d.ts.map +1 -1
  139. package/esm/funcs/artifactsArtifactExists.js +3 -1
  140. package/esm/funcs/artifactsArtifactExists.js.map +1 -1
  141. package/esm/funcs/artifactsArtifactQuery.d.ts +3 -2
  142. package/esm/funcs/artifactsArtifactQuery.d.ts.map +1 -1
  143. package/esm/funcs/artifactsArtifactQuery.js +3 -1
  144. package/esm/funcs/artifactsArtifactQuery.js.map +1 -1
  145. package/esm/funcs/artifactsDownloadArtifact.d.ts +3 -2
  146. package/esm/funcs/artifactsDownloadArtifact.d.ts.map +1 -1
  147. package/esm/funcs/artifactsDownloadArtifact.js +3 -1
  148. package/esm/funcs/artifactsDownloadArtifact.js.map +1 -1
  149. package/esm/funcs/artifactsRecordEvents.d.ts +3 -2
  150. package/esm/funcs/artifactsRecordEvents.d.ts.map +1 -1
  151. package/esm/funcs/artifactsRecordEvents.js +3 -1
  152. package/esm/funcs/artifactsRecordEvents.js.map +1 -1
  153. package/esm/funcs/artifactsStatus.d.ts +3 -2
  154. package/esm/funcs/artifactsStatus.d.ts.map +1 -1
  155. package/esm/funcs/artifactsStatus.js +3 -1
  156. package/esm/funcs/artifactsStatus.js.map +1 -1
  157. package/esm/funcs/artifactsUploadArtifact.d.ts +3 -2
  158. package/esm/funcs/artifactsUploadArtifact.d.ts.map +1 -1
  159. package/esm/funcs/artifactsUploadArtifact.js +3 -1
  160. package/esm/funcs/artifactsUploadArtifact.js.map +1 -1
  161. package/esm/funcs/authenticationCreateAuthToken.d.ts +3 -2
  162. package/esm/funcs/authenticationCreateAuthToken.d.ts.map +1 -1
  163. package/esm/funcs/authenticationCreateAuthToken.js +3 -1
  164. package/esm/funcs/authenticationCreateAuthToken.js.map +1 -1
  165. package/esm/funcs/authenticationDeleteAuthToken.d.ts +3 -2
  166. package/esm/funcs/authenticationDeleteAuthToken.d.ts.map +1 -1
  167. package/esm/funcs/authenticationDeleteAuthToken.js +3 -1
  168. package/esm/funcs/authenticationDeleteAuthToken.js.map +1 -1
  169. package/esm/funcs/authenticationGetAuthToken.d.ts +3 -2
  170. package/esm/funcs/authenticationGetAuthToken.d.ts.map +1 -1
  171. package/esm/funcs/authenticationGetAuthToken.js +3 -1
  172. package/esm/funcs/authenticationGetAuthToken.js.map +1 -1
  173. package/esm/funcs/authenticationListAuthTokens.d.ts +3 -2
  174. package/esm/funcs/authenticationListAuthTokens.d.ts.map +1 -1
  175. package/esm/funcs/authenticationListAuthTokens.js +3 -1
  176. package/esm/funcs/authenticationListAuthTokens.js.map +1 -1
  177. package/esm/funcs/certsGetCertById.d.ts +3 -2
  178. package/esm/funcs/certsGetCertById.d.ts.map +1 -1
  179. package/esm/funcs/certsGetCertById.js +3 -1
  180. package/esm/funcs/certsGetCertById.js.map +1 -1
  181. package/esm/funcs/certsIssueCert.d.ts +3 -2
  182. package/esm/funcs/certsIssueCert.d.ts.map +1 -1
  183. package/esm/funcs/certsIssueCert.js +3 -1
  184. package/esm/funcs/certsIssueCert.js.map +1 -1
  185. package/esm/funcs/certsRemoveCert.d.ts +3 -2
  186. package/esm/funcs/certsRemoveCert.d.ts.map +1 -1
  187. package/esm/funcs/certsRemoveCert.js +3 -1
  188. package/esm/funcs/certsRemoveCert.js.map +1 -1
  189. package/esm/funcs/certsUploadCert.d.ts +3 -2
  190. package/esm/funcs/certsUploadCert.d.ts.map +1 -1
  191. package/esm/funcs/certsUploadCert.js +3 -1
  192. package/esm/funcs/certsUploadCert.js.map +1 -1
  193. package/esm/funcs/checksCreateCheck.d.ts +3 -2
  194. package/esm/funcs/checksCreateCheck.d.ts.map +1 -1
  195. package/esm/funcs/checksCreateCheck.js +3 -1
  196. package/esm/funcs/checksCreateCheck.js.map +1 -1
  197. package/esm/funcs/checksGetAllChecks.d.ts +3 -2
  198. package/esm/funcs/checksGetAllChecks.d.ts.map +1 -1
  199. package/esm/funcs/checksGetAllChecks.js +3 -1
  200. package/esm/funcs/checksGetAllChecks.js.map +1 -1
  201. package/esm/funcs/checksGetCheck.d.ts +3 -2
  202. package/esm/funcs/checksGetCheck.d.ts.map +1 -1
  203. package/esm/funcs/checksGetCheck.js +3 -1
  204. package/esm/funcs/checksGetCheck.js.map +1 -1
  205. package/esm/funcs/checksRerequestCheck.d.ts +3 -2
  206. package/esm/funcs/checksRerequestCheck.d.ts.map +1 -1
  207. package/esm/funcs/checksRerequestCheck.js +3 -1
  208. package/esm/funcs/checksRerequestCheck.js.map +1 -1
  209. package/esm/funcs/checksUpdateCheck.d.ts +3 -2
  210. package/esm/funcs/checksUpdateCheck.d.ts.map +1 -1
  211. package/esm/funcs/checksUpdateCheck.js +3 -1
  212. package/esm/funcs/checksUpdateCheck.js.map +1 -1
  213. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.d.ts +3 -2
  214. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.d.ts.map +1 -1
  215. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.js +3 -1
  216. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.js.map +1 -1
  217. package/esm/funcs/deploymentsCancelDeployment.d.ts +3 -2
  218. package/esm/funcs/deploymentsCancelDeployment.d.ts.map +1 -1
  219. package/esm/funcs/deploymentsCancelDeployment.js +3 -1
  220. package/esm/funcs/deploymentsCancelDeployment.js.map +1 -1
  221. package/esm/funcs/deploymentsCreateDeployment.d.ts +3 -2
  222. package/esm/funcs/deploymentsCreateDeployment.d.ts.map +1 -1
  223. package/esm/funcs/deploymentsCreateDeployment.js +3 -1
  224. package/esm/funcs/deploymentsCreateDeployment.js.map +1 -1
  225. package/esm/funcs/deploymentsDeleteDeployment.d.ts +3 -2
  226. package/esm/funcs/deploymentsDeleteDeployment.d.ts.map +1 -1
  227. package/esm/funcs/deploymentsDeleteDeployment.js +3 -1
  228. package/esm/funcs/deploymentsDeleteDeployment.js.map +1 -1
  229. package/esm/funcs/deploymentsGetDeployment.d.ts +3 -2
  230. package/esm/funcs/deploymentsGetDeployment.d.ts.map +1 -1
  231. package/esm/funcs/deploymentsGetDeployment.js +3 -1
  232. package/esm/funcs/deploymentsGetDeployment.js.map +1 -1
  233. package/esm/funcs/deploymentsGetDeploymentEvents.d.ts +3 -2
  234. package/esm/funcs/deploymentsGetDeploymentEvents.d.ts.map +1 -1
  235. package/esm/funcs/deploymentsGetDeploymentEvents.js +3 -1
  236. package/esm/funcs/deploymentsGetDeploymentEvents.js.map +1 -1
  237. package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts +3 -2
  238. package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +1 -1
  239. package/esm/funcs/deploymentsGetDeploymentFileContents.js +3 -1
  240. package/esm/funcs/deploymentsGetDeploymentFileContents.js.map +1 -1
  241. package/esm/funcs/deploymentsGetDeployments.d.ts +3 -2
  242. package/esm/funcs/deploymentsGetDeployments.d.ts.map +1 -1
  243. package/esm/funcs/deploymentsGetDeployments.js +3 -1
  244. package/esm/funcs/deploymentsGetDeployments.js.map +1 -1
  245. package/esm/funcs/deploymentsListDeploymentFiles.d.ts +3 -2
  246. package/esm/funcs/deploymentsListDeploymentFiles.d.ts.map +1 -1
  247. package/esm/funcs/deploymentsListDeploymentFiles.js +3 -1
  248. package/esm/funcs/deploymentsListDeploymentFiles.js.map +1 -1
  249. package/esm/funcs/deploymentsUpdateIntegrationDeploymentAction.d.ts +3 -2
  250. package/esm/funcs/deploymentsUpdateIntegrationDeploymentAction.d.ts.map +1 -1
  251. package/esm/funcs/deploymentsUpdateIntegrationDeploymentAction.js +3 -1
  252. package/esm/funcs/deploymentsUpdateIntegrationDeploymentAction.js.map +1 -1
  253. package/esm/funcs/deploymentsUploadFile.d.ts +3 -2
  254. package/esm/funcs/deploymentsUploadFile.d.ts.map +1 -1
  255. package/esm/funcs/deploymentsUploadFile.js +3 -1
  256. package/esm/funcs/deploymentsUploadFile.js.map +1 -1
  257. package/esm/funcs/dnsCreateRecord.d.ts +3 -2
  258. package/esm/funcs/dnsCreateRecord.d.ts.map +1 -1
  259. package/esm/funcs/dnsCreateRecord.js +3 -1
  260. package/esm/funcs/dnsCreateRecord.js.map +1 -1
  261. package/esm/funcs/dnsGetRecords.d.ts +3 -2
  262. package/esm/funcs/dnsGetRecords.d.ts.map +1 -1
  263. package/esm/funcs/dnsGetRecords.js +3 -1
  264. package/esm/funcs/dnsGetRecords.js.map +1 -1
  265. package/esm/funcs/dnsRemoveRecord.d.ts +3 -2
  266. package/esm/funcs/dnsRemoveRecord.d.ts.map +1 -1
  267. package/esm/funcs/dnsRemoveRecord.js +3 -1
  268. package/esm/funcs/dnsRemoveRecord.js.map +1 -1
  269. package/esm/funcs/dnsUpdateRecord.d.ts +3 -2
  270. package/esm/funcs/dnsUpdateRecord.d.ts.map +1 -1
  271. package/esm/funcs/dnsUpdateRecord.js +3 -1
  272. package/esm/funcs/dnsUpdateRecord.js.map +1 -1
  273. package/esm/funcs/domainsBuyDomain.d.ts +3 -2
  274. package/esm/funcs/domainsBuyDomain.d.ts.map +1 -1
  275. package/esm/funcs/domainsBuyDomain.js +3 -1
  276. package/esm/funcs/domainsBuyDomain.js.map +1 -1
  277. package/esm/funcs/domainsCheckDomainPrice.d.ts +3 -2
  278. package/esm/funcs/domainsCheckDomainPrice.d.ts.map +1 -1
  279. package/esm/funcs/domainsCheckDomainPrice.js +3 -1
  280. package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
  281. package/esm/funcs/domainsCheckDomainStatus.d.ts +3 -2
  282. package/esm/funcs/domainsCheckDomainStatus.d.ts.map +1 -1
  283. package/esm/funcs/domainsCheckDomainStatus.js +3 -1
  284. package/esm/funcs/domainsCheckDomainStatus.js.map +1 -1
  285. package/esm/funcs/domainsDeleteDomain.d.ts +3 -2
  286. package/esm/funcs/domainsDeleteDomain.d.ts.map +1 -1
  287. package/esm/funcs/domainsDeleteDomain.js +3 -1
  288. package/esm/funcs/domainsDeleteDomain.js.map +1 -1
  289. package/esm/funcs/domainsGetDomain.d.ts +3 -2
  290. package/esm/funcs/domainsGetDomain.d.ts.map +1 -1
  291. package/esm/funcs/domainsGetDomain.js +3 -1
  292. package/esm/funcs/domainsGetDomain.js.map +1 -1
  293. package/esm/funcs/domainsGetDomainConfig.d.ts +3 -2
  294. package/esm/funcs/domainsGetDomainConfig.d.ts.map +1 -1
  295. package/esm/funcs/domainsGetDomainConfig.js +3 -1
  296. package/esm/funcs/domainsGetDomainConfig.js.map +1 -1
  297. package/esm/funcs/domainsGetDomainTransfer.d.ts +3 -2
  298. package/esm/funcs/domainsGetDomainTransfer.d.ts.map +1 -1
  299. package/esm/funcs/domainsGetDomainTransfer.js +3 -1
  300. package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
  301. package/esm/funcs/domainsGetDomains.d.ts +3 -2
  302. package/esm/funcs/domainsGetDomains.d.ts.map +1 -1
  303. package/esm/funcs/domainsGetDomains.js +3 -1
  304. package/esm/funcs/domainsGetDomains.js.map +1 -1
  305. package/esm/funcs/domainsPatchDomain.d.ts +3 -2
  306. package/esm/funcs/domainsPatchDomain.d.ts.map +1 -1
  307. package/esm/funcs/domainsPatchDomain.js +3 -1
  308. package/esm/funcs/domainsPatchDomain.js.map +1 -1
  309. package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts +3 -2
  310. package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts.map +1 -1
  311. package/esm/funcs/edgeConfigCreateEdgeConfig.js +3 -1
  312. package/esm/funcs/edgeConfigCreateEdgeConfig.js.map +1 -1
  313. package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts +3 -2
  314. package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts.map +1 -1
  315. package/esm/funcs/edgeConfigCreateEdgeConfigToken.js +3 -1
  316. package/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +1 -1
  317. package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts +3 -2
  318. package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts.map +1 -1
  319. package/esm/funcs/edgeConfigDeleteEdgeConfig.js +3 -1
  320. package/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +1 -1
  321. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts +3 -2
  322. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts.map +1 -1
  323. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +3 -1
  324. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +1 -1
  325. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts +3 -2
  326. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts.map +1 -1
  327. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +3 -1
  328. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +1 -1
  329. package/esm/funcs/edgeConfigGetEdgeConfig.d.ts +3 -2
  330. package/esm/funcs/edgeConfigGetEdgeConfig.d.ts.map +1 -1
  331. package/esm/funcs/edgeConfigGetEdgeConfig.js +3 -1
  332. package/esm/funcs/edgeConfigGetEdgeConfig.js.map +1 -1
  333. package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts +3 -2
  334. package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts.map +1 -1
  335. package/esm/funcs/edgeConfigGetEdgeConfigBackup.js +3 -1
  336. package/esm/funcs/edgeConfigGetEdgeConfigBackup.js.map +1 -1
  337. package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts +3 -2
  338. package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts.map +1 -1
  339. package/esm/funcs/edgeConfigGetEdgeConfigBackups.js +3 -1
  340. package/esm/funcs/edgeConfigGetEdgeConfigBackups.js.map +1 -1
  341. package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts +3 -2
  342. package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts.map +1 -1
  343. package/esm/funcs/edgeConfigGetEdgeConfigItem.js +3 -1
  344. package/esm/funcs/edgeConfigGetEdgeConfigItem.js.map +1 -1
  345. package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts +3 -2
  346. package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +1 -1
  347. package/esm/funcs/edgeConfigGetEdgeConfigItems.js +3 -1
  348. package/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +1 -1
  349. package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts +3 -2
  350. package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts.map +1 -1
  351. package/esm/funcs/edgeConfigGetEdgeConfigSchema.js +3 -1
  352. package/esm/funcs/edgeConfigGetEdgeConfigSchema.js.map +1 -1
  353. package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts +3 -2
  354. package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts.map +1 -1
  355. package/esm/funcs/edgeConfigGetEdgeConfigToken.js +3 -1
  356. package/esm/funcs/edgeConfigGetEdgeConfigToken.js.map +1 -1
  357. package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts +3 -2
  358. package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts.map +1 -1
  359. package/esm/funcs/edgeConfigGetEdgeConfigTokens.js +3 -1
  360. package/esm/funcs/edgeConfigGetEdgeConfigTokens.js.map +1 -1
  361. package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts +3 -2
  362. package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts.map +1 -1
  363. package/esm/funcs/edgeConfigGetEdgeConfigs.js +3 -1
  364. package/esm/funcs/edgeConfigGetEdgeConfigs.js.map +1 -1
  365. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts +3 -2
  366. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts.map +1 -1
  367. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +3 -1
  368. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +1 -1
  369. package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts +3 -2
  370. package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts.map +1 -1
  371. package/esm/funcs/edgeConfigUpdateEdgeConfig.js +3 -1
  372. package/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +1 -1
  373. package/esm/funcs/environmentCreateCustomEnvironment.d.ts +3 -2
  374. package/esm/funcs/environmentCreateCustomEnvironment.d.ts.map +1 -1
  375. package/esm/funcs/environmentCreateCustomEnvironment.js +3 -1
  376. package/esm/funcs/environmentCreateCustomEnvironment.js.map +1 -1
  377. package/esm/funcs/environmentGetCustomEnvironment.d.ts +3 -2
  378. package/esm/funcs/environmentGetCustomEnvironment.d.ts.map +1 -1
  379. package/esm/funcs/environmentGetCustomEnvironment.js +3 -1
  380. package/esm/funcs/environmentGetCustomEnvironment.js.map +1 -1
  381. package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.d.ts +3 -2
  382. package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.d.ts.map +1 -1
  383. package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.js +3 -1
  384. package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.js.map +1 -1
  385. package/esm/funcs/environmentRemoveCustomEnvironment.d.ts +3 -2
  386. package/esm/funcs/environmentRemoveCustomEnvironment.d.ts.map +1 -1
  387. package/esm/funcs/environmentRemoveCustomEnvironment.js +3 -1
  388. package/esm/funcs/environmentRemoveCustomEnvironment.js.map +1 -1
  389. package/esm/funcs/environmentUpdateCustomEnvironment.d.ts +3 -2
  390. package/esm/funcs/environmentUpdateCustomEnvironment.d.ts.map +1 -1
  391. package/esm/funcs/environmentUpdateCustomEnvironment.js +3 -1
  392. package/esm/funcs/environmentUpdateCustomEnvironment.js.map +1 -1
  393. package/esm/funcs/getProjectsProjectIdLogsPresets.d.ts +3 -2
  394. package/esm/funcs/getProjectsProjectIdLogsPresets.d.ts.map +1 -1
  395. package/esm/funcs/getProjectsProjectIdLogsPresets.js +3 -1
  396. package/esm/funcs/getProjectsProjectIdLogsPresets.js.map +1 -1
  397. package/esm/funcs/integrationsDeleteConfiguration.d.ts +3 -2
  398. package/esm/funcs/integrationsDeleteConfiguration.d.ts.map +1 -1
  399. package/esm/funcs/integrationsDeleteConfiguration.js +3 -1
  400. package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -1
  401. package/esm/funcs/integrationsGetConfiguration.d.ts +3 -2
  402. package/esm/funcs/integrationsGetConfiguration.d.ts.map +1 -1
  403. package/esm/funcs/integrationsGetConfiguration.js +3 -1
  404. package/esm/funcs/integrationsGetConfiguration.js.map +1 -1
  405. package/esm/funcs/integrationsGetConfigurations.d.ts +3 -2
  406. package/esm/funcs/integrationsGetConfigurations.d.ts.map +1 -1
  407. package/esm/funcs/integrationsGetConfigurations.js +3 -1
  408. package/esm/funcs/integrationsGetConfigurations.js.map +1 -1
  409. package/esm/funcs/logDrainsCreateLogDrain.d.ts +3 -2
  410. package/esm/funcs/logDrainsCreateLogDrain.d.ts.map +1 -1
  411. package/esm/funcs/logDrainsCreateLogDrain.js +3 -1
  412. package/esm/funcs/logDrainsCreateLogDrain.js.map +1 -1
  413. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +3 -2
  414. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +1 -1
  415. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +3 -1
  416. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +1 -1
  417. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +3 -2
  418. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts.map +1 -1
  419. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +3 -1
  420. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js.map +1 -1
  421. package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts +3 -2
  422. package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts.map +1 -1
  423. package/esm/funcs/logDrainsGetIntegrationLogDrains.js +3 -1
  424. package/esm/funcs/logDrainsGetIntegrationLogDrains.js.map +1 -1
  425. package/esm/funcs/logsGetRuntimeLogs.d.ts +3 -2
  426. package/esm/funcs/logsGetRuntimeLogs.d.ts.map +1 -1
  427. package/esm/funcs/logsGetRuntimeLogs.js +3 -1
  428. package/esm/funcs/logsGetRuntimeLogs.js.map +1 -1
  429. package/esm/funcs/marketplaceCreateEvent.d.ts +4 -2
  430. package/esm/funcs/marketplaceCreateEvent.d.ts.map +1 -1
  431. package/esm/funcs/marketplaceCreateEvent.js +5 -2
  432. package/esm/funcs/marketplaceCreateEvent.js.map +1 -1
  433. package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.d.ts +3 -2
  434. package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.d.ts.map +1 -1
  435. package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.js +3 -1
  436. package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.js.map +1 -1
  437. package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.d.ts +3 -2
  438. package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.d.ts.map +1 -1
  439. package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.js +3 -1
  440. package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.js.map +1 -1
  441. package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.d.ts +3 -2
  442. package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.d.ts.map +1 -1
  443. package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.js +3 -1
  444. package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.js.map +1 -1
  445. package/esm/funcs/marketplaceExchangeSsoToken.d.ts +3 -2
  446. package/esm/funcs/marketplaceExchangeSsoToken.d.ts.map +1 -1
  447. package/esm/funcs/marketplaceExchangeSsoToken.js +3 -1
  448. package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -1
  449. package/esm/funcs/marketplaceGetAccountInfo.d.ts +4 -2
  450. package/esm/funcs/marketplaceGetAccountInfo.d.ts.map +1 -1
  451. package/esm/funcs/marketplaceGetAccountInfo.js +5 -2
  452. package/esm/funcs/marketplaceGetAccountInfo.js.map +1 -1
  453. package/esm/funcs/marketplaceGetInvoice.d.ts +3 -2
  454. package/esm/funcs/marketplaceGetInvoice.d.ts.map +1 -1
  455. package/esm/funcs/marketplaceGetInvoice.js +3 -1
  456. package/esm/funcs/marketplaceGetInvoice.js.map +1 -1
  457. package/esm/funcs/marketplaceGetMember.d.ts +3 -2
  458. package/esm/funcs/marketplaceGetMember.d.ts.map +1 -1
  459. package/esm/funcs/marketplaceGetMember.js +3 -1
  460. package/esm/funcs/marketplaceGetMember.js.map +1 -1
  461. package/esm/funcs/marketplaceImportResource.d.ts +3 -2
  462. package/esm/funcs/marketplaceImportResource.d.ts.map +1 -1
  463. package/esm/funcs/marketplaceImportResource.js +3 -1
  464. package/esm/funcs/marketplaceImportResource.js.map +1 -1
  465. package/esm/funcs/marketplaceSubmitBillingData.d.ts +4 -2
  466. package/esm/funcs/marketplaceSubmitBillingData.d.ts.map +1 -1
  467. package/esm/funcs/marketplaceSubmitBillingData.js +5 -2
  468. package/esm/funcs/marketplaceSubmitBillingData.js.map +1 -1
  469. package/esm/funcs/marketplaceSubmitInvoice.d.ts +4 -2
  470. package/esm/funcs/marketplaceSubmitInvoice.d.ts.map +1 -1
  471. package/esm/funcs/marketplaceSubmitInvoice.js +5 -2
  472. package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -1
  473. package/esm/funcs/marketplaceSubmitPrepaymentBalances.d.ts +4 -2
  474. package/esm/funcs/marketplaceSubmitPrepaymentBalances.d.ts.map +1 -1
  475. package/esm/funcs/marketplaceSubmitPrepaymentBalances.js +5 -2
  476. package/esm/funcs/marketplaceSubmitPrepaymentBalances.js.map +1 -1
  477. package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.d.ts +3 -2
  478. package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.d.ts.map +1 -1
  479. package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.js +3 -1
  480. package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.js.map +1 -1
  481. package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.d.ts +3 -2
  482. package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.d.ts.map +1 -1
  483. package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js +3 -1
  484. package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js.map +1 -1
  485. package/esm/funcs/marketplaceUpdateInvoice.d.ts +3 -2
  486. package/esm/funcs/marketplaceUpdateInvoice.d.ts.map +1 -1
  487. package/esm/funcs/marketplaceUpdateInvoice.js +3 -1
  488. package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -1
  489. package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts +3 -2
  490. package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts.map +1 -1
  491. package/esm/funcs/marketplaceUpdateResourceSecrets.js +3 -1
  492. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
  493. package/esm/funcs/marketplaceUpdateResourceSecretsById.d.ts +3 -2
  494. package/esm/funcs/marketplaceUpdateResourceSecretsById.d.ts.map +1 -1
  495. package/esm/funcs/marketplaceUpdateResourceSecretsById.js +3 -1
  496. package/esm/funcs/marketplaceUpdateResourceSecretsById.js.map +1 -1
  497. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.d.ts +3 -2
  498. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.d.ts.map +1 -1
  499. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.js +3 -1
  500. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.js.map +1 -1
  501. package/esm/funcs/postDomains.d.ts +3 -2
  502. package/esm/funcs/postDomains.d.ts.map +1 -1
  503. package/esm/funcs/postDomains.js +3 -1
  504. package/esm/funcs/postDomains.js.map +1 -1
  505. package/esm/funcs/postProjectsProjectIdLogsPresets.d.ts +3 -2
  506. package/esm/funcs/postProjectsProjectIdLogsPresets.d.ts.map +1 -1
  507. package/esm/funcs/postProjectsProjectIdLogsPresets.js +3 -1
  508. package/esm/funcs/postProjectsProjectIdLogsPresets.js.map +1 -1
  509. package/esm/funcs/projectMembersAddProjectMember.d.ts +3 -2
  510. package/esm/funcs/projectMembersAddProjectMember.d.ts.map +1 -1
  511. package/esm/funcs/projectMembersAddProjectMember.js +3 -1
  512. package/esm/funcs/projectMembersAddProjectMember.js.map +1 -1
  513. package/esm/funcs/projectMembersGetProjectMembers.d.ts +3 -2
  514. package/esm/funcs/projectMembersGetProjectMembers.d.ts.map +1 -1
  515. package/esm/funcs/projectMembersGetProjectMembers.js +3 -1
  516. package/esm/funcs/projectMembersGetProjectMembers.js.map +1 -1
  517. package/esm/funcs/projectMembersRemoveProjectMember.d.ts +3 -2
  518. package/esm/funcs/projectMembersRemoveProjectMember.d.ts.map +1 -1
  519. package/esm/funcs/projectMembersRemoveProjectMember.js +3 -1
  520. package/esm/funcs/projectMembersRemoveProjectMember.js.map +1 -1
  521. package/esm/funcs/projectsAcceptProjectTransferRequest.d.ts +3 -2
  522. package/esm/funcs/projectsAcceptProjectTransferRequest.d.ts.map +1 -1
  523. package/esm/funcs/projectsAcceptProjectTransferRequest.js +3 -1
  524. package/esm/funcs/projectsAcceptProjectTransferRequest.js.map +1 -1
  525. package/esm/funcs/projectsAddProjectDomain.d.ts +3 -2
  526. package/esm/funcs/projectsAddProjectDomain.d.ts.map +1 -1
  527. package/esm/funcs/projectsAddProjectDomain.js +3 -1
  528. package/esm/funcs/projectsAddProjectDomain.js.map +1 -1
  529. package/esm/funcs/projectsCreateProject.d.ts +3 -2
  530. package/esm/funcs/projectsCreateProject.d.ts.map +1 -1
  531. package/esm/funcs/projectsCreateProject.js +3 -1
  532. package/esm/funcs/projectsCreateProject.js.map +1 -1
  533. package/esm/funcs/projectsCreateProjectEnv.d.ts +3 -2
  534. package/esm/funcs/projectsCreateProjectEnv.d.ts.map +1 -1
  535. package/esm/funcs/projectsCreateProjectEnv.js +3 -1
  536. package/esm/funcs/projectsCreateProjectEnv.js.map +1 -1
  537. package/esm/funcs/projectsCreateProjectTransferRequest.d.ts +3 -2
  538. package/esm/funcs/projectsCreateProjectTransferRequest.d.ts.map +1 -1
  539. package/esm/funcs/projectsCreateProjectTransferRequest.js +3 -1
  540. package/esm/funcs/projectsCreateProjectTransferRequest.js.map +1 -1
  541. package/esm/funcs/projectsDeleteProject.d.ts +3 -2
  542. package/esm/funcs/projectsDeleteProject.d.ts.map +1 -1
  543. package/esm/funcs/projectsDeleteProject.js +3 -1
  544. package/esm/funcs/projectsDeleteProject.js.map +1 -1
  545. package/esm/funcs/projectsEditProjectEnv.d.ts +3 -2
  546. package/esm/funcs/projectsEditProjectEnv.d.ts.map +1 -1
  547. package/esm/funcs/projectsEditProjectEnv.js +3 -1
  548. package/esm/funcs/projectsEditProjectEnv.js.map +1 -1
  549. package/esm/funcs/projectsFilterProjectEnvs.d.ts +3 -2
  550. package/esm/funcs/projectsFilterProjectEnvs.d.ts.map +1 -1
  551. package/esm/funcs/projectsFilterProjectEnvs.js +3 -1
  552. package/esm/funcs/projectsFilterProjectEnvs.js.map +1 -1
  553. package/esm/funcs/projectsGetProjectDomain.d.ts +3 -2
  554. package/esm/funcs/projectsGetProjectDomain.d.ts.map +1 -1
  555. package/esm/funcs/projectsGetProjectDomain.js +3 -1
  556. package/esm/funcs/projectsGetProjectDomain.js.map +1 -1
  557. package/esm/funcs/projectsGetProjectDomains.d.ts +3 -2
  558. package/esm/funcs/projectsGetProjectDomains.d.ts.map +1 -1
  559. package/esm/funcs/projectsGetProjectDomains.js +3 -1
  560. package/esm/funcs/projectsGetProjectDomains.js.map +1 -1
  561. package/esm/funcs/projectsGetProjectEnv.d.ts +3 -2
  562. package/esm/funcs/projectsGetProjectEnv.d.ts.map +1 -1
  563. package/esm/funcs/projectsGetProjectEnv.js +3 -1
  564. package/esm/funcs/projectsGetProjectEnv.js.map +1 -1
  565. package/esm/funcs/projectsGetProjects.d.ts +3 -2
  566. package/esm/funcs/projectsGetProjects.d.ts.map +1 -1
  567. package/esm/funcs/projectsGetProjects.js +3 -1
  568. package/esm/funcs/projectsGetProjects.js.map +1 -1
  569. package/esm/funcs/projectsListPromoteAliases.d.ts +3 -2
  570. package/esm/funcs/projectsListPromoteAliases.d.ts.map +1 -1
  571. package/esm/funcs/projectsListPromoteAliases.js +3 -1
  572. package/esm/funcs/projectsListPromoteAliases.js.map +1 -1
  573. package/esm/funcs/projectsMoveProjectDomain.d.ts +3 -2
  574. package/esm/funcs/projectsMoveProjectDomain.d.ts.map +1 -1
  575. package/esm/funcs/projectsMoveProjectDomain.js +3 -1
  576. package/esm/funcs/projectsMoveProjectDomain.js.map +1 -1
  577. package/esm/funcs/projectsPauseProject.d.ts +3 -2
  578. package/esm/funcs/projectsPauseProject.d.ts.map +1 -1
  579. package/esm/funcs/projectsPauseProject.js +3 -1
  580. package/esm/funcs/projectsPauseProject.js.map +1 -1
  581. package/esm/funcs/projectsRemoveProjectDomain.d.ts +3 -2
  582. package/esm/funcs/projectsRemoveProjectDomain.d.ts.map +1 -1
  583. package/esm/funcs/projectsRemoveProjectDomain.js +3 -1
  584. package/esm/funcs/projectsRemoveProjectDomain.js.map +1 -1
  585. package/esm/funcs/projectsRemoveProjectEnv.d.ts +3 -2
  586. package/esm/funcs/projectsRemoveProjectEnv.d.ts.map +1 -1
  587. package/esm/funcs/projectsRemoveProjectEnv.js +3 -1
  588. package/esm/funcs/projectsRemoveProjectEnv.js.map +1 -1
  589. package/esm/funcs/projectsRequestPromote.d.ts +3 -2
  590. package/esm/funcs/projectsRequestPromote.d.ts.map +1 -1
  591. package/esm/funcs/projectsRequestPromote.js +3 -1
  592. package/esm/funcs/projectsRequestPromote.js.map +1 -1
  593. package/esm/funcs/projectsUnpauseProject.d.ts +3 -2
  594. package/esm/funcs/projectsUnpauseProject.d.ts.map +1 -1
  595. package/esm/funcs/projectsUnpauseProject.js +3 -1
  596. package/esm/funcs/projectsUnpauseProject.js.map +1 -1
  597. package/esm/funcs/projectsUpdateProject.d.ts +3 -2
  598. package/esm/funcs/projectsUpdateProject.d.ts.map +1 -1
  599. package/esm/funcs/projectsUpdateProject.js +3 -1
  600. package/esm/funcs/projectsUpdateProject.js.map +1 -1
  601. package/esm/funcs/projectsUpdateProjectDataCache.d.ts +3 -2
  602. package/esm/funcs/projectsUpdateProjectDataCache.d.ts.map +1 -1
  603. package/esm/funcs/projectsUpdateProjectDataCache.js +3 -1
  604. package/esm/funcs/projectsUpdateProjectDataCache.js.map +1 -1
  605. package/esm/funcs/projectsUpdateProjectDomain.d.ts +3 -2
  606. package/esm/funcs/projectsUpdateProjectDomain.d.ts.map +1 -1
  607. package/esm/funcs/projectsUpdateProjectDomain.js +3 -1
  608. package/esm/funcs/projectsUpdateProjectDomain.js.map +1 -1
  609. package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts +3 -2
  610. package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts.map +1 -1
  611. package/esm/funcs/projectsUpdateProjectProtectionBypass.js +3 -1
  612. package/esm/funcs/projectsUpdateProjectProtectionBypass.js.map +1 -1
  613. package/esm/funcs/projectsVerifyProjectDomain.d.ts +3 -2
  614. package/esm/funcs/projectsVerifyProjectDomain.d.ts.map +1 -1
  615. package/esm/funcs/projectsVerifyProjectDomain.js +3 -1
  616. package/esm/funcs/projectsVerifyProjectDomain.js.map +1 -1
  617. package/esm/funcs/securityAddBypassIp.d.ts +3 -2
  618. package/esm/funcs/securityAddBypassIp.d.ts.map +1 -1
  619. package/esm/funcs/securityAddBypassIp.js +3 -1
  620. package/esm/funcs/securityAddBypassIp.js.map +1 -1
  621. package/esm/funcs/securityGetActiveAttackStatus.d.ts +3 -2
  622. package/esm/funcs/securityGetActiveAttackStatus.d.ts.map +1 -1
  623. package/esm/funcs/securityGetActiveAttackStatus.js +3 -1
  624. package/esm/funcs/securityGetActiveAttackStatus.js.map +1 -1
  625. package/esm/funcs/securityGetBypassIp.d.ts +3 -2
  626. package/esm/funcs/securityGetBypassIp.d.ts.map +1 -1
  627. package/esm/funcs/securityGetBypassIp.js +3 -1
  628. package/esm/funcs/securityGetBypassIp.js.map +1 -1
  629. package/esm/funcs/securityGetFirewallConfig.d.ts +3 -2
  630. package/esm/funcs/securityGetFirewallConfig.d.ts.map +1 -1
  631. package/esm/funcs/securityGetFirewallConfig.js +3 -1
  632. package/esm/funcs/securityGetFirewallConfig.js.map +1 -1
  633. package/esm/funcs/securityPutFirewallConfig.d.ts +3 -2
  634. package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -1
  635. package/esm/funcs/securityPutFirewallConfig.js +3 -1
  636. package/esm/funcs/securityPutFirewallConfig.js.map +1 -1
  637. package/esm/funcs/securityRemoveBypassIp.d.ts +3 -2
  638. package/esm/funcs/securityRemoveBypassIp.d.ts.map +1 -1
  639. package/esm/funcs/securityRemoveBypassIp.js +3 -1
  640. package/esm/funcs/securityRemoveBypassIp.js.map +1 -1
  641. package/esm/funcs/securityUpdateAttackChallengeMode.d.ts +3 -2
  642. package/esm/funcs/securityUpdateAttackChallengeMode.d.ts.map +1 -1
  643. package/esm/funcs/securityUpdateAttackChallengeMode.js +3 -1
  644. package/esm/funcs/securityUpdateAttackChallengeMode.js.map +1 -1
  645. package/esm/funcs/securityUpdateFirewallConfig.d.ts +3 -2
  646. package/esm/funcs/securityUpdateFirewallConfig.d.ts.map +1 -1
  647. package/esm/funcs/securityUpdateFirewallConfig.js +3 -1
  648. package/esm/funcs/securityUpdateFirewallConfig.js.map +1 -1
  649. package/esm/funcs/teamsCreateTeam.d.ts +3 -2
  650. package/esm/funcs/teamsCreateTeam.d.ts.map +1 -1
  651. package/esm/funcs/teamsCreateTeam.js +3 -1
  652. package/esm/funcs/teamsCreateTeam.js.map +1 -1
  653. package/esm/funcs/teamsDeleteTeam.d.ts +3 -3
  654. package/esm/funcs/teamsDeleteTeam.d.ts.map +1 -1
  655. package/esm/funcs/teamsDeleteTeam.js +4 -3
  656. package/esm/funcs/teamsDeleteTeam.js.map +1 -1
  657. package/esm/funcs/teamsDeleteTeamInviteCode.d.ts +3 -2
  658. package/esm/funcs/teamsDeleteTeamInviteCode.d.ts.map +1 -1
  659. package/esm/funcs/teamsDeleteTeamInviteCode.js +3 -1
  660. package/esm/funcs/teamsDeleteTeamInviteCode.js.map +1 -1
  661. package/esm/funcs/teamsGetTeam.d.ts +4 -3
  662. package/esm/funcs/teamsGetTeam.d.ts.map +1 -1
  663. package/esm/funcs/teamsGetTeam.js +4 -2
  664. package/esm/funcs/teamsGetTeam.js.map +1 -1
  665. package/esm/funcs/teamsGetTeamAccessRequest.d.ts +3 -2
  666. package/esm/funcs/teamsGetTeamAccessRequest.d.ts.map +1 -1
  667. package/esm/funcs/teamsGetTeamAccessRequest.js +3 -1
  668. package/esm/funcs/teamsGetTeamAccessRequest.js.map +1 -1
  669. package/esm/funcs/teamsGetTeamMembers.d.ts +3 -2
  670. package/esm/funcs/teamsGetTeamMembers.d.ts.map +1 -1
  671. package/esm/funcs/teamsGetTeamMembers.js +3 -1
  672. package/esm/funcs/teamsGetTeamMembers.js.map +1 -1
  673. package/esm/funcs/teamsGetTeams.d.ts +3 -2
  674. package/esm/funcs/teamsGetTeams.d.ts.map +1 -1
  675. package/esm/funcs/teamsGetTeams.js +3 -1
  676. package/esm/funcs/teamsGetTeams.js.map +1 -1
  677. package/esm/funcs/teamsInviteUserToTeam.d.ts +3 -3
  678. package/esm/funcs/teamsInviteUserToTeam.d.ts.map +1 -1
  679. package/esm/funcs/teamsInviteUserToTeam.js +4 -3
  680. package/esm/funcs/teamsInviteUserToTeam.js.map +1 -1
  681. package/esm/funcs/teamsJoinTeam.d.ts +3 -2
  682. package/esm/funcs/teamsJoinTeam.d.ts.map +1 -1
  683. package/esm/funcs/teamsJoinTeam.js +3 -1
  684. package/esm/funcs/teamsJoinTeam.js.map +1 -1
  685. package/esm/funcs/teamsPatchTeam.d.ts +4 -4
  686. package/esm/funcs/teamsPatchTeam.d.ts.map +1 -1
  687. package/esm/funcs/teamsPatchTeam.js +5 -4
  688. package/esm/funcs/teamsPatchTeam.js.map +1 -1
  689. package/esm/funcs/teamsRemoveTeamMember.d.ts +3 -2
  690. package/esm/funcs/teamsRemoveTeamMember.d.ts.map +1 -1
  691. package/esm/funcs/teamsRemoveTeamMember.js +3 -1
  692. package/esm/funcs/teamsRemoveTeamMember.js.map +1 -1
  693. package/esm/funcs/teamsRequestAccessToTeam.d.ts +3 -2
  694. package/esm/funcs/teamsRequestAccessToTeam.d.ts.map +1 -1
  695. package/esm/funcs/teamsRequestAccessToTeam.js +3 -1
  696. package/esm/funcs/teamsRequestAccessToTeam.js.map +1 -1
  697. package/esm/funcs/teamsUpdateTeamMember.d.ts +3 -2
  698. package/esm/funcs/teamsUpdateTeamMember.d.ts.map +1 -1
  699. package/esm/funcs/teamsUpdateTeamMember.js +3 -1
  700. package/esm/funcs/teamsUpdateTeamMember.js.map +1 -1
  701. package/esm/funcs/userGetAuthUser.d.ts +3 -2
  702. package/esm/funcs/userGetAuthUser.d.ts.map +1 -1
  703. package/esm/funcs/userGetAuthUser.js +3 -1
  704. package/esm/funcs/userGetAuthUser.js.map +1 -1
  705. package/esm/funcs/userListUserEvents.d.ts +3 -2
  706. package/esm/funcs/userListUserEvents.d.ts.map +1 -1
  707. package/esm/funcs/userListUserEvents.js +3 -1
  708. package/esm/funcs/userListUserEvents.js.map +1 -1
  709. package/esm/funcs/userRequestDelete.d.ts +3 -2
  710. package/esm/funcs/userRequestDelete.d.ts.map +1 -1
  711. package/esm/funcs/userRequestDelete.js +3 -1
  712. package/esm/funcs/userRequestDelete.js.map +1 -1
  713. package/esm/funcs/webhooksCreateWebhook.d.ts +3 -2
  714. package/esm/funcs/webhooksCreateWebhook.d.ts.map +1 -1
  715. package/esm/funcs/webhooksCreateWebhook.js +3 -1
  716. package/esm/funcs/webhooksCreateWebhook.js.map +1 -1
  717. package/esm/funcs/webhooksDeleteWebhook.d.ts +3 -2
  718. package/esm/funcs/webhooksDeleteWebhook.d.ts.map +1 -1
  719. package/esm/funcs/webhooksDeleteWebhook.js +3 -1
  720. package/esm/funcs/webhooksDeleteWebhook.js.map +1 -1
  721. package/esm/funcs/webhooksGetWebhook.d.ts +3 -2
  722. package/esm/funcs/webhooksGetWebhook.d.ts.map +1 -1
  723. package/esm/funcs/webhooksGetWebhook.js +3 -1
  724. package/esm/funcs/webhooksGetWebhook.js.map +1 -1
  725. package/esm/funcs/webhooksGetWebhooks.d.ts +3 -2
  726. package/esm/funcs/webhooksGetWebhooks.d.ts.map +1 -1
  727. package/esm/funcs/webhooksGetWebhooks.js +3 -1
  728. package/esm/funcs/webhooksGetWebhooks.js.map +1 -1
  729. package/esm/hooks/types.d.ts +2 -0
  730. package/esm/hooks/types.d.ts.map +1 -1
  731. package/esm/index.d.ts +2 -0
  732. package/esm/index.d.ts.map +1 -1
  733. package/esm/index.js +1 -0
  734. package/esm/index.js.map +1 -1
  735. package/esm/lib/config.d.ts +7 -3
  736. package/esm/lib/config.d.ts.map +1 -1
  737. package/esm/lib/config.js +3 -3
  738. package/esm/lib/config.js.map +1 -1
  739. package/esm/lib/files.d.ts +5 -0
  740. package/esm/lib/files.d.ts.map +1 -1
  741. package/esm/lib/files.js +40 -0
  742. package/esm/lib/files.js.map +1 -1
  743. package/esm/lib/matchers.d.ts +3 -10
  744. package/esm/lib/matchers.d.ts.map +1 -1
  745. package/esm/lib/matchers.js +33 -30
  746. package/esm/lib/matchers.js.map +1 -1
  747. package/esm/lib/sdks.d.ts +1 -0
  748. package/esm/lib/sdks.d.ts.map +1 -1
  749. package/esm/lib/sdks.js +3 -3
  750. package/esm/lib/sdks.js.map +1 -1
  751. package/esm/mcp-server/mcp-server.js +1 -1
  752. package/esm/mcp-server/server.d.ts.map +1 -1
  753. package/esm/mcp-server/server.js +1 -5
  754. package/esm/mcp-server/server.js.map +1 -1
  755. package/esm/models/authuser.d.ts +66 -48
  756. package/esm/models/authuser.d.ts.map +1 -1
  757. package/esm/models/authuser.js +54 -46
  758. package/esm/models/authuser.js.map +1 -1
  759. package/esm/models/canceldeploymentop.d.ts +117 -0
  760. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  761. package/esm/models/canceldeploymentop.js +105 -0
  762. package/esm/models/canceldeploymentop.js.map +1 -1
  763. package/esm/models/createdeploymentop.d.ts +334 -217
  764. package/esm/models/createdeploymentop.d.ts.map +1 -1
  765. package/esm/models/createdeploymentop.js +273 -168
  766. package/esm/models/createdeploymentop.js.map +1 -1
  767. package/esm/models/createprojectop.d.ts +273 -55
  768. package/esm/models/createprojectop.d.ts.map +1 -1
  769. package/esm/models/createprojectop.js +239 -40
  770. package/esm/models/createprojectop.js.map +1 -1
  771. package/esm/models/createteamop.d.ts +0 -29
  772. package/esm/models/createteamop.d.ts.map +1 -1
  773. package/esm/models/createteamop.js +0 -23
  774. package/esm/models/createteamop.js.map +1 -1
  775. package/esm/models/createwebhookop.d.ts +126 -24
  776. package/esm/models/createwebhookop.d.ts.map +1 -1
  777. package/esm/models/createwebhookop.js +42 -8
  778. package/esm/models/createwebhookop.js.map +1 -1
  779. package/esm/models/getaliasop.d.ts +9 -8
  780. package/esm/models/getaliasop.d.ts.map +1 -1
  781. package/esm/models/getaliasop.js +4 -2
  782. package/esm/models/getaliasop.js.map +1 -1
  783. package/esm/models/getdeploymentop.d.ts +117 -0
  784. package/esm/models/getdeploymentop.d.ts.map +1 -1
  785. package/esm/models/getdeploymentop.js +105 -0
  786. package/esm/models/getdeploymentop.js.map +1 -1
  787. package/esm/models/getdeploymentsop.d.ts +96 -0
  788. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  789. package/esm/models/getdeploymentsop.js +85 -0
  790. package/esm/models/getdeploymentsop.js.map +1 -1
  791. package/esm/models/getfirewallconfigop.d.ts +172 -34
  792. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  793. package/esm/models/getfirewallconfigop.js +185 -32
  794. package/esm/models/getfirewallconfigop.js.map +1 -1
  795. package/esm/models/getprojectsop.d.ts +259 -43
  796. package/esm/models/getprojectsop.d.ts.map +1 -1
  797. package/esm/models/getprojectsop.js +237 -36
  798. package/esm/models/getprojectsop.js.map +1 -1
  799. package/esm/models/getteamsop.d.ts +4 -4
  800. package/esm/models/getteamsop.d.ts.map +1 -1
  801. package/esm/models/getteamsop.js +4 -4
  802. package/esm/models/getteamsop.js.map +1 -1
  803. package/esm/models/getwebhookop.d.ts +63 -12
  804. package/esm/models/getwebhookop.d.ts.map +1 -1
  805. package/esm/models/getwebhookop.js +21 -4
  806. package/esm/models/getwebhookop.js.map +1 -1
  807. package/esm/models/getwebhooksop.d.ts +126 -24
  808. package/esm/models/getwebhooksop.d.ts.map +1 -1
  809. package/esm/models/getwebhooksop.js +42 -8
  810. package/esm/models/getwebhooksop.js.map +1 -1
  811. package/esm/models/listaliasesop.d.ts +9 -8
  812. package/esm/models/listaliasesop.d.ts.map +1 -1
  813. package/esm/models/listaliasesop.js +4 -2
  814. package/esm/models/listaliasesop.js.map +1 -1
  815. package/esm/models/patchteamop.d.ts +35 -35
  816. package/esm/models/patchteamop.d.ts.map +1 -1
  817. package/esm/models/patchteamop.js +50 -41
  818. package/esm/models/patchteamop.js.map +1 -1
  819. package/esm/models/putfirewallconfigop.d.ts +172 -34
  820. package/esm/models/putfirewallconfigop.d.ts.map +1 -1
  821. package/esm/models/putfirewallconfigop.js +181 -31
  822. package/esm/models/putfirewallconfigop.js.map +1 -1
  823. package/esm/models/responsevalidationerror.d.ts +26 -0
  824. package/esm/models/responsevalidationerror.d.ts.map +1 -0
  825. package/esm/models/responsevalidationerror.js +29 -0
  826. package/esm/models/responsevalidationerror.js.map +1 -0
  827. package/esm/models/sdkerror.d.ts +8 -6
  828. package/esm/models/sdkerror.d.ts.map +1 -1
  829. package/esm/models/sdkerror.js +17 -10
  830. package/esm/models/sdkerror.js.map +1 -1
  831. package/esm/models/sdkvalidationerror.d.ts +1 -0
  832. package/esm/models/sdkvalidationerror.d.ts.map +1 -1
  833. package/esm/models/sdkvalidationerror.js +14 -0
  834. package/esm/models/sdkvalidationerror.js.map +1 -1
  835. package/esm/models/team.d.ts +928 -3
  836. package/esm/models/team.d.ts.map +1 -1
  837. package/esm/models/team.js +669 -2
  838. package/esm/models/team.js.map +1 -1
  839. package/esm/models/teamlimited.d.ts +138 -172
  840. package/esm/models/teamlimited.d.ts.map +1 -1
  841. package/esm/models/teamlimited.js +155 -188
  842. package/esm/models/teamlimited.js.map +1 -1
  843. package/esm/models/updatefirewallconfigop.d.ts +0 -36
  844. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  845. package/esm/models/updatefirewallconfigop.js +0 -12
  846. package/esm/models/updatefirewallconfigop.js.map +1 -1
  847. package/esm/models/updateprojectdatacacheop.d.ts +266 -50
  848. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  849. package/esm/models/updateprojectdatacacheop.js +243 -39
  850. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  851. package/esm/models/updateprojectop.d.ts +264 -46
  852. package/esm/models/updateprojectop.d.ts.map +1 -1
  853. package/esm/models/updateprojectop.js +236 -37
  854. package/esm/models/updateprojectop.js.map +1 -1
  855. package/esm/models/userevent.d.ts +282 -14
  856. package/esm/models/userevent.d.ts.map +1 -1
  857. package/esm/models/userevent.js +231 -15
  858. package/esm/models/userevent.js.map +1 -1
  859. package/esm/models/vercelbadrequesterror.d.ts +7 -2
  860. package/esm/models/vercelbadrequesterror.d.ts.map +1 -1
  861. package/esm/models/vercelbadrequesterror.js +12 -4
  862. package/esm/models/vercelbadrequesterror.js.map +1 -1
  863. package/esm/models/vercelerror.d.ts +19 -0
  864. package/esm/models/vercelerror.d.ts.map +1 -0
  865. package/esm/models/vercelerror.js +16 -0
  866. package/esm/models/vercelerror.js.map +1 -0
  867. package/esm/models/vercelforbiddenerror.d.ts +7 -2
  868. package/esm/models/vercelforbiddenerror.d.ts.map +1 -1
  869. package/esm/models/vercelforbiddenerror.js +12 -4
  870. package/esm/models/vercelforbiddenerror.js.map +1 -1
  871. package/esm/models/vercelnotfounderror.d.ts +7 -2
  872. package/esm/models/vercelnotfounderror.d.ts.map +1 -1
  873. package/esm/models/vercelnotfounderror.js +12 -4
  874. package/esm/models/vercelnotfounderror.js.map +1 -1
  875. package/esm/models/vercelratelimiterror.d.ts +7 -2
  876. package/esm/models/vercelratelimiterror.d.ts.map +1 -1
  877. package/esm/models/vercelratelimiterror.js +12 -4
  878. package/esm/models/vercelratelimiterror.js.map +1 -1
  879. package/esm/sdk/authentication.js +2 -2
  880. package/esm/sdk/authentication.js.map +1 -1
  881. package/esm/sdk/integrations.js +2 -2
  882. package/esm/sdk/integrations.js.map +1 -1
  883. package/esm/sdk/teams.d.ts +3 -3
  884. package/esm/sdk/teams.d.ts.map +1 -1
  885. package/jsr.json +1 -1
  886. package/package.json +1 -1
  887. package/src/__tests__/accessgroups.test.ts +164 -0
  888. package/src/__tests__/aliases.test.ts +65 -0
  889. package/src/__tests__/artifacts.test.ts +23 -2
  890. package/src/__tests__/authentication.test.ts +44 -0
  891. package/src/__tests__/certs.test.ts +32 -6
  892. package/src/__tests__/checks.test.ts +46 -0
  893. package/src/__tests__/deployments.test.ts +222 -4
  894. package/src/__tests__/dns.test.ts +12 -10
  895. package/src/__tests__/domains.test.ts +107 -7
  896. package/src/__tests__/edgeconfig.test.ts +102 -1
  897. package/src/__tests__/environment.test.ts +34 -0
  898. package/src/__tests__/logdrains.test.ts +87 -0
  899. package/src/__tests__/logs.test.ts +12 -0
  900. package/src/__tests__/marketplace.test.ts +86 -48
  901. package/src/__tests__/projectmembers.test.ts +6 -0
  902. package/src/__tests__/projects.test.ts +513 -0
  903. package/src/__tests__/security.test.ts +222 -5
  904. package/src/__tests__/teams.test.ts +131 -0
  905. package/src/__tests__/user.test.ts +10 -0
  906. package/src/__tests__/vercel.test.ts +154 -20
  907. package/src/__tests__/webhooks.test.ts +74 -2
  908. package/src/funcs/accessGroupsCreateAccessGroup.ts +24 -26
  909. package/src/funcs/accessGroupsCreateAccessGroupProject.ts +24 -26
  910. package/src/funcs/accessGroupsDeleteAccessGroup.ts +24 -26
  911. package/src/funcs/accessGroupsDeleteAccessGroupProject.ts +24 -26
  912. package/src/funcs/accessGroupsListAccessGroupMembers.ts +24 -26
  913. package/src/funcs/accessGroupsListAccessGroupProjects.ts +24 -26
  914. package/src/funcs/accessGroupsListAccessGroups.ts +24 -26
  915. package/src/funcs/accessGroupsReadAccessGroup.ts +24 -26
  916. package/src/funcs/accessGroupsReadAccessGroupProject.ts +24 -26
  917. package/src/funcs/accessGroupsUpdateAccessGroup.ts +24 -26
  918. package/src/funcs/accessGroupsUpdateAccessGroupProject.ts +24 -26
  919. package/src/funcs/aliasesAssignAlias.ts +23 -17
  920. package/src/funcs/aliasesDeleteAlias.ts +23 -17
  921. package/src/funcs/aliasesGetAlias.ts +23 -17
  922. package/src/funcs/aliasesListAliases.ts +23 -17
  923. package/src/funcs/aliasesListDeploymentAliases.ts +23 -17
  924. package/src/funcs/aliasesPatchUrlProtectionBypass.ts +23 -17
  925. package/src/funcs/artifactsArtifactExists.ts +23 -17
  926. package/src/funcs/artifactsArtifactQuery.ts +23 -17
  927. package/src/funcs/artifactsDownloadArtifact.ts +23 -17
  928. package/src/funcs/artifactsRecordEvents.ts +23 -17
  929. package/src/funcs/artifactsStatus.ts +23 -17
  930. package/src/funcs/artifactsUploadArtifact.ts +23 -17
  931. package/src/funcs/authenticationCreateAuthToken.ts +23 -17
  932. package/src/funcs/authenticationDeleteAuthToken.ts +23 -17
  933. package/src/funcs/authenticationGetAuthToken.ts +23 -17
  934. package/src/funcs/authenticationListAuthTokens.ts +23 -17
  935. package/src/funcs/certsGetCertById.ts +23 -17
  936. package/src/funcs/certsIssueCert.ts +23 -17
  937. package/src/funcs/certsRemoveCert.ts +23 -17
  938. package/src/funcs/certsUploadCert.ts +23 -17
  939. package/src/funcs/checksCreateCheck.ts +23 -17
  940. package/src/funcs/checksGetAllChecks.ts +23 -17
  941. package/src/funcs/checksGetCheck.ts +23 -17
  942. package/src/funcs/checksRerequestCheck.ts +23 -17
  943. package/src/funcs/checksUpdateCheck.ts +23 -17
  944. package/src/funcs/deleteProjectsProjectIdLogsPresetsId.ts +23 -17
  945. package/src/funcs/deploymentsCancelDeployment.ts +23 -17
  946. package/src/funcs/deploymentsCreateDeployment.ts +23 -17
  947. package/src/funcs/deploymentsDeleteDeployment.ts +23 -17
  948. package/src/funcs/deploymentsGetDeployment.ts +23 -17
  949. package/src/funcs/deploymentsGetDeploymentEvents.ts +23 -17
  950. package/src/funcs/deploymentsGetDeploymentFileContents.ts +23 -17
  951. package/src/funcs/deploymentsGetDeployments.ts +23 -17
  952. package/src/funcs/deploymentsListDeploymentFiles.ts +23 -17
  953. package/src/funcs/deploymentsUpdateIntegrationDeploymentAction.ts +23 -17
  954. package/src/funcs/deploymentsUploadFile.ts +23 -17
  955. package/src/funcs/dnsCreateRecord.ts +23 -17
  956. package/src/funcs/dnsGetRecords.ts +23 -17
  957. package/src/funcs/dnsRemoveRecord.ts +23 -17
  958. package/src/funcs/dnsUpdateRecord.ts +23 -17
  959. package/src/funcs/domainsBuyDomain.ts +23 -17
  960. package/src/funcs/domainsCheckDomainPrice.ts +23 -17
  961. package/src/funcs/domainsCheckDomainStatus.ts +23 -17
  962. package/src/funcs/domainsDeleteDomain.ts +23 -17
  963. package/src/funcs/domainsGetDomain.ts +23 -17
  964. package/src/funcs/domainsGetDomainConfig.ts +23 -17
  965. package/src/funcs/domainsGetDomainTransfer.ts +23 -17
  966. package/src/funcs/domainsGetDomains.ts +23 -17
  967. package/src/funcs/domainsPatchDomain.ts +23 -17
  968. package/src/funcs/edgeConfigCreateEdgeConfig.ts +23 -17
  969. package/src/funcs/edgeConfigCreateEdgeConfigToken.ts +23 -17
  970. package/src/funcs/edgeConfigDeleteEdgeConfig.ts +23 -17
  971. package/src/funcs/edgeConfigDeleteEdgeConfigSchema.ts +23 -17
  972. package/src/funcs/edgeConfigDeleteEdgeConfigTokens.ts +23 -17
  973. package/src/funcs/edgeConfigGetEdgeConfig.ts +23 -17
  974. package/src/funcs/edgeConfigGetEdgeConfigBackup.ts +23 -17
  975. package/src/funcs/edgeConfigGetEdgeConfigBackups.ts +23 -17
  976. package/src/funcs/edgeConfigGetEdgeConfigItem.ts +23 -17
  977. package/src/funcs/edgeConfigGetEdgeConfigItems.ts +23 -17
  978. package/src/funcs/edgeConfigGetEdgeConfigSchema.ts +23 -17
  979. package/src/funcs/edgeConfigGetEdgeConfigToken.ts +23 -17
  980. package/src/funcs/edgeConfigGetEdgeConfigTokens.ts +23 -17
  981. package/src/funcs/edgeConfigGetEdgeConfigs.ts +23 -17
  982. package/src/funcs/edgeConfigPatchEdgeConfigSchema.ts +23 -17
  983. package/src/funcs/edgeConfigUpdateEdgeConfig.ts +23 -17
  984. package/src/funcs/environmentCreateCustomEnvironment.ts +23 -17
  985. package/src/funcs/environmentGetCustomEnvironment.ts +23 -17
  986. package/src/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.ts +23 -17
  987. package/src/funcs/environmentRemoveCustomEnvironment.ts +23 -17
  988. package/src/funcs/environmentUpdateCustomEnvironment.ts +23 -17
  989. package/src/funcs/getProjectsProjectIdLogsPresets.ts +23 -17
  990. package/src/funcs/integrationsDeleteConfiguration.ts +23 -17
  991. package/src/funcs/integrationsGetConfiguration.ts +23 -17
  992. package/src/funcs/integrationsGetConfigurations.ts +23 -17
  993. package/src/funcs/logDrainsCreateLogDrain.ts +23 -17
  994. package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +23 -17
  995. package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +23 -17
  996. package/src/funcs/logDrainsGetIntegrationLogDrains.ts +23 -17
  997. package/src/funcs/logsGetRuntimeLogs.ts +23 -17
  998. package/src/funcs/marketplaceCreateEvent.ts +32 -18
  999. package/src/funcs/marketplaceCreateInstallationIntegrationConfiguration.ts +23 -17
  1000. package/src/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.ts +23 -17
  1001. package/src/funcs/marketplaceDeleteInstallationIntegrationConfiguration.ts +23 -17
  1002. package/src/funcs/marketplaceExchangeSsoToken.ts +23 -17
  1003. package/src/funcs/marketplaceGetAccountInfo.ts +32 -18
  1004. package/src/funcs/marketplaceGetInvoice.ts +23 -17
  1005. package/src/funcs/marketplaceGetMember.ts +23 -17
  1006. package/src/funcs/marketplaceImportResource.ts +23 -17
  1007. package/src/funcs/marketplaceSubmitBillingData.ts +32 -18
  1008. package/src/funcs/marketplaceSubmitInvoice.ts +32 -18
  1009. package/src/funcs/marketplaceSubmitPrepaymentBalances.ts +32 -18
  1010. package/src/funcs/marketplaceUpdateInstallationIntegrationConfiguration.ts +23 -17
  1011. package/src/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.ts +23 -17
  1012. package/src/funcs/marketplaceUpdateInvoice.ts +23 -17
  1013. package/src/funcs/marketplaceUpdateResourceSecrets.ts +23 -17
  1014. package/src/funcs/marketplaceUpdateResourceSecretsById.ts +23 -17
  1015. package/src/funcs/patchProjectsProjectIdLogsPresetsId.ts +23 -17
  1016. package/src/funcs/postDomains.ts +23 -17
  1017. package/src/funcs/postProjectsProjectIdLogsPresets.ts +23 -17
  1018. package/src/funcs/projectMembersAddProjectMember.ts +23 -17
  1019. package/src/funcs/projectMembersGetProjectMembers.ts +23 -17
  1020. package/src/funcs/projectMembersRemoveProjectMember.ts +23 -17
  1021. package/src/funcs/projectsAcceptProjectTransferRequest.ts +23 -17
  1022. package/src/funcs/projectsAddProjectDomain.ts +23 -17
  1023. package/src/funcs/projectsCreateProject.ts +23 -17
  1024. package/src/funcs/projectsCreateProjectEnv.ts +23 -17
  1025. package/src/funcs/projectsCreateProjectTransferRequest.ts +23 -17
  1026. package/src/funcs/projectsDeleteProject.ts +23 -17
  1027. package/src/funcs/projectsEditProjectEnv.ts +23 -17
  1028. package/src/funcs/projectsFilterProjectEnvs.ts +23 -17
  1029. package/src/funcs/projectsGetProjectDomain.ts +23 -17
  1030. package/src/funcs/projectsGetProjectDomains.ts +23 -17
  1031. package/src/funcs/projectsGetProjectEnv.ts +23 -17
  1032. package/src/funcs/projectsGetProjects.ts +23 -17
  1033. package/src/funcs/projectsListPromoteAliases.ts +23 -17
  1034. package/src/funcs/projectsMoveProjectDomain.ts +23 -17
  1035. package/src/funcs/projectsPauseProject.ts +23 -17
  1036. package/src/funcs/projectsRemoveProjectDomain.ts +23 -17
  1037. package/src/funcs/projectsRemoveProjectEnv.ts +23 -17
  1038. package/src/funcs/projectsRequestPromote.ts +24 -18
  1039. package/src/funcs/projectsUnpauseProject.ts +23 -17
  1040. package/src/funcs/projectsUpdateProject.ts +23 -17
  1041. package/src/funcs/projectsUpdateProjectDataCache.ts +23 -17
  1042. package/src/funcs/projectsUpdateProjectDomain.ts +23 -17
  1043. package/src/funcs/projectsUpdateProjectProtectionBypass.ts +23 -17
  1044. package/src/funcs/projectsVerifyProjectDomain.ts +23 -17
  1045. package/src/funcs/securityAddBypassIp.ts +23 -17
  1046. package/src/funcs/securityGetActiveAttackStatus.ts +23 -17
  1047. package/src/funcs/securityGetBypassIp.ts +23 -17
  1048. package/src/funcs/securityGetFirewallConfig.ts +23 -17
  1049. package/src/funcs/securityPutFirewallConfig.ts +23 -17
  1050. package/src/funcs/securityRemoveBypassIp.ts +23 -17
  1051. package/src/funcs/securityUpdateAttackChallengeMode.ts +23 -17
  1052. package/src/funcs/securityUpdateFirewallConfig.ts +23 -17
  1053. package/src/funcs/teamsCreateTeam.ts +23 -17
  1054. package/src/funcs/teamsDeleteTeam.ts +24 -26
  1055. package/src/funcs/teamsDeleteTeamInviteCode.ts +23 -17
  1056. package/src/funcs/teamsGetTeam.ts +28 -25
  1057. package/src/funcs/teamsGetTeamAccessRequest.ts +23 -17
  1058. package/src/funcs/teamsGetTeamMembers.ts +23 -17
  1059. package/src/funcs/teamsGetTeams.ts +23 -17
  1060. package/src/funcs/teamsInviteUserToTeam.ts +24 -26
  1061. package/src/funcs/teamsJoinTeam.ts +23 -17
  1062. package/src/funcs/teamsPatchTeam.ts +29 -34
  1063. package/src/funcs/teamsRemoveTeamMember.ts +23 -17
  1064. package/src/funcs/teamsRequestAccessToTeam.ts +23 -17
  1065. package/src/funcs/teamsUpdateTeamMember.ts +23 -17
  1066. package/src/funcs/userGetAuthUser.ts +23 -17
  1067. package/src/funcs/userListUserEvents.ts +23 -17
  1068. package/src/funcs/userRequestDelete.ts +23 -17
  1069. package/src/funcs/webhooksCreateWebhook.ts +23 -17
  1070. package/src/funcs/webhooksDeleteWebhook.ts +23 -17
  1071. package/src/funcs/webhooksGetWebhook.ts +23 -17
  1072. package/src/funcs/webhooksGetWebhooks.ts +23 -17
  1073. package/src/hooks/types.ts +2 -0
  1074. package/src/index.ts +2 -0
  1075. package/src/lib/config.ts +7 -3
  1076. package/src/lib/files.ts +42 -0
  1077. package/src/lib/matchers.ts +44 -41
  1078. package/src/lib/sdks.ts +10 -4
  1079. package/src/mcp-server/mcp-server.ts +1 -1
  1080. package/src/mcp-server/server.ts +1 -5
  1081. package/src/models/authuser.ts +90 -74
  1082. package/src/models/canceldeploymentop.ts +207 -0
  1083. package/src/models/createdeploymentop.ts +830 -633
  1084. package/src/models/createprojectop.ts +503 -70
  1085. package/src/models/createteamop.ts +0 -60
  1086. package/src/models/createwebhookop.ts +42 -8
  1087. package/src/models/getaliasop.ts +13 -6
  1088. package/src/models/getdeploymentop.ts +205 -0
  1089. package/src/models/getdeploymentsop.ts +181 -0
  1090. package/src/models/getfirewallconfigop.ts +366 -79
  1091. package/src/models/getprojectsop.ts +498 -70
  1092. package/src/models/getteamsop.ts +8 -8
  1093. package/src/models/getwebhookop.ts +21 -4
  1094. package/src/models/getwebhooksop.ts +42 -8
  1095. package/src/models/listaliasesop.ts +13 -6
  1096. package/src/models/patchteamop.ts +80 -58
  1097. package/src/models/putfirewallconfigop.ts +378 -74
  1098. package/src/models/responsevalidationerror.ts +50 -0
  1099. package/src/models/sdkerror.ts +23 -16
  1100. package/src/models/sdkvalidationerror.ts +12 -0
  1101. package/src/models/team.ts +1405 -18
  1102. package/src/models/teamlimited.ts +280 -301
  1103. package/src/models/updatefirewallconfigop.ts +0 -36
  1104. package/src/models/updateprojectdatacacheop.ts +508 -78
  1105. package/src/models/updateprojectop.ts +500 -67
  1106. package/src/models/userevent.ts +484 -22
  1107. package/src/models/vercelbadrequesterror.ts +15 -5
  1108. package/src/models/vercelerror.ts +35 -0
  1109. package/src/models/vercelforbiddenerror.ts +15 -5
  1110. package/src/models/vercelnotfounderror.ts +15 -5
  1111. package/src/models/vercelratelimiterror.ts +15 -5
  1112. package/src/sdk/authentication.ts +2 -2
  1113. package/src/sdk/integrations.ts +2 -2
  1114. package/src/sdk/teams.ts +3 -3
  1115. package/vercel-spec.json +2081 -615
  1116. package/esm/funcs/authenticationExchangeSsoToken.d.ts +0 -18
  1117. package/esm/funcs/authenticationExchangeSsoToken.d.ts.map +0 -1
  1118. package/esm/funcs/authenticationExchangeSsoToken.js +0 -76
  1119. package/esm/funcs/authenticationExchangeSsoToken.js.map +0 -1
  1120. package/esm/funcs/integrationsUpdateIntegrationDeploymentAction.d.ts +0 -18
  1121. package/esm/funcs/integrationsUpdateIntegrationDeploymentAction.d.ts.map +0 -1
  1122. package/esm/funcs/integrationsUpdateIntegrationDeploymentAction.js +0 -97
  1123. package/esm/funcs/integrationsUpdateIntegrationDeploymentAction.js.map +0 -1
  1124. package/esm/mcp-server/tools/authenticationExchangeSsoToken.d.ts +0 -7
  1125. package/esm/mcp-server/tools/authenticationExchangeSsoToken.d.ts.map +0 -1
  1126. package/esm/mcp-server/tools/authenticationExchangeSsoToken.js +0 -28
  1127. package/esm/mcp-server/tools/authenticationExchangeSsoToken.js.map +0 -1
  1128. package/esm/mcp-server/tools/integrationsUpdateIntegrationDeploymentAction.d.ts +0 -7
  1129. package/esm/mcp-server/tools/integrationsUpdateIntegrationDeploymentAction.d.ts.map +0 -1
  1130. package/esm/mcp-server/tools/integrationsUpdateIntegrationDeploymentAction.js +0 -27
  1131. package/esm/mcp-server/tools/integrationsUpdateIntegrationDeploymentAction.js.map +0 -1
  1132. package/src/funcs/authenticationExchangeSsoToken.ts +0 -173
  1133. package/src/funcs/integrationsUpdateIntegrationDeploymentAction.ts +0 -201
  1134. package/src/mcp-server/tools/authenticationExchangeSsoToken.ts +0 -38
  1135. package/src/mcp-server/tools/integrationsUpdateIntegrationDeploymentAction.ts +0 -38
package/vercel-spec.json CHANGED
@@ -143,16 +143,6 @@
143
143
  },
144
144
  "403": {
145
145
  "description": "You do not have permission to access this resource."
146
- },
147
- "404": {
148
- "description": "",
149
- "content": {
150
- "application/json": {
151
- "schema": {
152
- "$ref": "#/components/schemas/VercelNotFoundError"
153
- }
154
- }
155
- }
156
146
  }
157
147
  },
158
148
  "parameters": [
@@ -315,16 +305,6 @@
315
305
  },
316
306
  "403": {
317
307
  "description": "You do not have permission to access this resource."
318
- },
319
- "404": {
320
- "description": "",
321
- "content": {
322
- "application/json": {
323
- "schema": {
324
- "$ref": "#/components/schemas/VercelNotFoundError"
325
- }
326
- }
327
- }
328
308
  }
329
309
  },
330
310
  "parameters": [
@@ -467,16 +447,6 @@
467
447
  },
468
448
  "403": {
469
449
  "description": "You do not have permission to access this resource."
470
- },
471
- "404": {
472
- "description": "",
473
- "content": {
474
- "application/json": {
475
- "schema": {
476
- "$ref": "#/components/schemas/VercelNotFoundError"
477
- }
478
- }
479
- }
480
450
  }
481
451
  },
482
452
  "parameters": [
@@ -621,16 +591,6 @@
621
591
  },
622
592
  "403": {
623
593
  "description": "You do not have permission to access this resource."
624
- },
625
- "404": {
626
- "description": "",
627
- "content": {
628
- "application/json": {
629
- "schema": {
630
- "$ref": "#/components/schemas/VercelNotFoundError"
631
- }
632
- }
633
- }
634
594
  }
635
595
  },
636
596
  "parameters": [
@@ -869,16 +829,6 @@
869
829
  },
870
830
  "403": {
871
831
  "description": "You do not have permission to access this resource."
872
- },
873
- "404": {
874
- "description": "",
875
- "content": {
876
- "application/json": {
877
- "schema": {
878
- "$ref": "#/components/schemas/VercelNotFoundError"
879
- }
880
- }
881
- }
882
832
  }
883
833
  },
884
834
  "parameters": [
@@ -1075,16 +1025,6 @@
1075
1025
  },
1076
1026
  "403": {
1077
1027
  "description": "You do not have permission to access this resource."
1078
- },
1079
- "404": {
1080
- "description": "",
1081
- "content": {
1082
- "application/json": {
1083
- "schema": {
1084
- "$ref": "#/components/schemas/VercelNotFoundError"
1085
- }
1086
- }
1087
- }
1088
1028
  }
1089
1029
  },
1090
1030
  "parameters": [
@@ -1288,16 +1228,6 @@
1288
1228
  },
1289
1229
  "403": {
1290
1230
  "description": "You do not have permission to access this resource."
1291
- },
1292
- "404": {
1293
- "description": "",
1294
- "content": {
1295
- "application/json": {
1296
- "schema": {
1297
- "$ref": "#/components/schemas/VercelNotFoundError"
1298
- }
1299
- }
1300
- }
1301
1231
  }
1302
1232
  },
1303
1233
  "parameters": [
@@ -1435,16 +1365,6 @@
1435
1365
  },
1436
1366
  "403": {
1437
1367
  "description": "You do not have permission to access this resource."
1438
- },
1439
- "404": {
1440
- "description": "",
1441
- "content": {
1442
- "application/json": {
1443
- "schema": {
1444
- "$ref": "#/components/schemas/VercelNotFoundError"
1445
- }
1446
- }
1447
- }
1448
1368
  }
1449
1369
  },
1450
1370
  "parameters": [
@@ -1589,16 +1509,6 @@
1589
1509
  },
1590
1510
  "403": {
1591
1511
  "description": "You do not have permission to access this resource."
1592
- },
1593
- "404": {
1594
- "description": "",
1595
- "content": {
1596
- "application/json": {
1597
- "schema": {
1598
- "$ref": "#/components/schemas/VercelNotFoundError"
1599
- }
1600
- }
1601
- }
1602
1512
  }
1603
1513
  },
1604
1514
  "parameters": [
@@ -1727,16 +1637,6 @@
1727
1637
  },
1728
1638
  "403": {
1729
1639
  "description": "You do not have permission to access this resource."
1730
- },
1731
- "404": {
1732
- "description": "",
1733
- "content": {
1734
- "application/json": {
1735
- "schema": {
1736
- "$ref": "#/components/schemas/VercelNotFoundError"
1737
- }
1738
- }
1739
- }
1740
1640
  }
1741
1641
  },
1742
1642
  "parameters": [
@@ -1851,16 +1751,6 @@
1851
1751
  },
1852
1752
  "403": {
1853
1753
  "description": "You do not have permission to access this resource."
1854
- },
1855
- "404": {
1856
- "description": "",
1857
- "content": {
1858
- "application/json": {
1859
- "schema": {
1860
- "$ref": "#/components/schemas/VercelNotFoundError"
1861
- }
1862
- }
1863
- }
1864
1754
  }
1865
1755
  },
1866
1756
  "parameters": [
@@ -5872,7 +5762,7 @@
5872
5762
  "type": "string",
5873
5763
  "enum": [
5874
5764
  "enhanced",
5875
- "ultra"
5765
+ "turbo"
5876
5766
  ]
5877
5767
  }
5878
5768
  },
@@ -5881,6 +5771,34 @@
5881
5771
  ],
5882
5772
  "type": "object"
5883
5773
  },
5774
+ "rollbackDescription": {
5775
+ "properties": {
5776
+ "userId": {
5777
+ "type": "string",
5778
+ "description": "The user who rolled back the project."
5779
+ },
5780
+ "username": {
5781
+ "type": "string",
5782
+ "description": "The username of the user who rolled back the project."
5783
+ },
5784
+ "description": {
5785
+ "type": "string",
5786
+ "description": "User-supplied explanation of why they rolled back the project. Limited to 250 characters."
5787
+ },
5788
+ "createdAt": {
5789
+ "type": "number",
5790
+ "description": "Timestamp of when the rollback was requested."
5791
+ }
5792
+ },
5793
+ "required": [
5794
+ "userId",
5795
+ "username",
5796
+ "description",
5797
+ "createdAt"
5798
+ ],
5799
+ "type": "object",
5800
+ "description": "Description of why a project was rolled back, and by whom. Note that lastAliasRequest contains the from/to details of the rollback."
5801
+ },
5884
5802
  "rollingRelease": {
5885
5803
  "nullable": true,
5886
5804
  "properties": {
@@ -5888,10 +5806,6 @@
5888
5806
  "type": "string",
5889
5807
  "description": "The environment that the release targets, currently only supports production. Adding in case we want to configure with alias groups or custom environments."
5890
5808
  },
5891
- "minutesToRelease": {
5892
- "type": "number",
5893
- "description": "minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth 0-100 stage. So once we have fetched the document with the start time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving. There is no approval required, and for the case of Vercel, it would just slowly shift traffic 0 to 100%."
5894
- },
5895
5809
  "stages": {
5896
5810
  "nullable": true,
5897
5811
  "items": {
@@ -5900,10 +5814,6 @@
5900
5814
  "type": "number",
5901
5815
  "description": "The percentage of traffic to serve to the new deployment"
5902
5816
  },
5903
- "minutesToRelease": {
5904
- "type": "number",
5905
- "description": "minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth starting percentage to ending percentage stage. So once we have fetched the document with the update time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving."
5906
- },
5907
5817
  "requireApproval": {
5908
5818
  "type": "boolean",
5909
5819
  "description": "Whether or not this stage requires approval to proceed."
@@ -5964,7 +5874,7 @@
5964
5874
  "type": "string",
5965
5875
  "enum": [
5966
5876
  "enhanced",
5967
- "ultra"
5877
+ "turbo"
5968
5878
  ]
5969
5879
  }
5970
5880
  },
@@ -7164,6 +7074,18 @@
7164
7074
  },
7165
7075
  "type": "array"
7166
7076
  },
7077
+ "apiKey": {
7078
+ "items": {
7079
+ "$ref": "#/components/schemas/ACLAction"
7080
+ },
7081
+ "type": "array"
7082
+ },
7083
+ "apiKeyOwnedBySelf": {
7084
+ "items": {
7085
+ "$ref": "#/components/schemas/ACLAction"
7086
+ },
7087
+ "type": "array"
7088
+ },
7167
7089
  "aliasProject": {
7168
7090
  "items": {
7169
7091
  "$ref": "#/components/schemas/ACLAction"
@@ -7176,6 +7098,12 @@
7176
7098
  },
7177
7099
  "type": "array"
7178
7100
  },
7101
+ "buildMachine": {
7102
+ "items": {
7103
+ "$ref": "#/components/schemas/ACLAction"
7104
+ },
7105
+ "type": "array"
7106
+ },
7179
7107
  "productionAliasProtectionBypass": {
7180
7108
  "items": {
7181
7109
  "$ref": "#/components/schemas/ACLAction"
@@ -7302,6 +7230,18 @@
7302
7230
  },
7303
7231
  "type": "array"
7304
7232
  },
7233
+ "onDemandBuild": {
7234
+ "items": {
7235
+ "$ref": "#/components/schemas/ACLAction"
7236
+ },
7237
+ "type": "array"
7238
+ },
7239
+ "onDemandConcurrency": {
7240
+ "items": {
7241
+ "$ref": "#/components/schemas/ACLAction"
7242
+ },
7243
+ "type": "array"
7244
+ },
7305
7245
  "project": {
7306
7246
  "items": {
7307
7247
  "$ref": "#/components/schemas/ACLAction"
@@ -8099,25 +8039,70 @@
8099
8039
  },
8100
8040
  "managedRules": {
8101
8041
  "nullable": true,
8102
- "additionalProperties": {
8103
- "properties": {
8104
- "active": {
8105
- "type": "boolean"
8042
+ "properties": {
8043
+ "bot_filter": {
8044
+ "properties": {
8045
+ "active": {
8046
+ "type": "boolean"
8047
+ },
8048
+ "action": {
8049
+ "type": "string",
8050
+ "enum": [
8051
+ "deny",
8052
+ "challenge",
8053
+ "log"
8054
+ ]
8055
+ }
8106
8056
  },
8107
- "action": {
8108
- "type": "string",
8109
- "enum": [
8110
- "deny",
8111
- "challenge",
8112
- "log"
8113
- ]
8114
- }
8057
+ "required": [
8058
+ "active"
8059
+ ],
8060
+ "type": "object"
8115
8061
  },
8116
- "required": [
8117
- "active"
8118
- ],
8119
- "type": "object"
8062
+ "ai_bots": {
8063
+ "properties": {
8064
+ "active": {
8065
+ "type": "boolean"
8066
+ },
8067
+ "action": {
8068
+ "type": "string",
8069
+ "enum": [
8070
+ "deny",
8071
+ "challenge",
8072
+ "log"
8073
+ ]
8074
+ }
8075
+ },
8076
+ "required": [
8077
+ "active"
8078
+ ],
8079
+ "type": "object"
8080
+ },
8081
+ "owasp": {
8082
+ "properties": {
8083
+ "active": {
8084
+ "type": "boolean"
8085
+ },
8086
+ "action": {
8087
+ "type": "string",
8088
+ "enum": [
8089
+ "deny",
8090
+ "challenge",
8091
+ "log"
8092
+ ]
8093
+ }
8094
+ },
8095
+ "required": [
8096
+ "active"
8097
+ ],
8098
+ "type": "object"
8099
+ }
8120
8100
  },
8101
+ "required": [
8102
+ "bot_filter",
8103
+ "ai_bots",
8104
+ "owasp"
8105
+ ],
8121
8106
  "type": "object"
8122
8107
  }
8123
8108
  },
@@ -8126,7 +8111,8 @@
8126
8111
  "oidcTokenConfig": {
8127
8112
  "properties": {
8128
8113
  "enabled": {
8129
- "type": "boolean"
8114
+ "type": "boolean",
8115
+ "description": "Whether or not to generate OpenID Connect JSON Web Tokens."
8130
8116
  },
8131
8117
  "issuerMode": {
8132
8118
  "type": "string",
@@ -8137,9 +8123,6 @@
8137
8123
  "description": "- team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`"
8138
8124
  }
8139
8125
  },
8140
- "required": [
8141
- "enabled"
8142
- ],
8143
8126
  "type": "object"
8144
8127
  },
8145
8128
  "tier": {
@@ -8149,6 +8132,14 @@
8149
8132
  "advanced",
8150
8133
  "critical"
8151
8134
  ]
8135
+ },
8136
+ "features": {
8137
+ "properties": {
8138
+ "webAnalytics": {
8139
+ "type": "boolean"
8140
+ }
8141
+ },
8142
+ "type": "object"
8152
8143
  }
8153
8144
  },
8154
8145
  "required": [
@@ -10507,6 +10498,13 @@
10507
10498
  "nullable": true,
10508
10499
  "additionalProperties": {
10509
10500
  "properties": {
10501
+ "architecture": {
10502
+ "type": "string",
10503
+ "enum": [
10504
+ "x86_64",
10505
+ "arm64"
10506
+ ]
10507
+ },
10510
10508
  "memory": {
10511
10509
  "type": "number"
10512
10510
  },
@@ -11124,6 +11122,38 @@
11124
11122
  ],
11125
11123
  "type": "object",
11126
11124
  "description": "Since February 2025 the configuration must include snapshot data at the time of deployment creation to capture properties for the /deployments/:id/config endpoint utilized for displaying Deployment Configuration on the frontend This is optional because older deployments may not have this data captured"
11125
+ },
11126
+ "checks": {
11127
+ "properties": {
11128
+ "deployment-alias": {
11129
+ "properties": {
11130
+ "state": {
11131
+ "type": "string",
11132
+ "enum": [
11133
+ "succeeded",
11134
+ "failed",
11135
+ "pending"
11136
+ ]
11137
+ },
11138
+ "startedAt": {
11139
+ "type": "number"
11140
+ },
11141
+ "completedAt": {
11142
+ "type": "number"
11143
+ }
11144
+ },
11145
+ "required": [
11146
+ "state",
11147
+ "startedAt"
11148
+ ],
11149
+ "type": "object",
11150
+ "description": "Condensed check data. Retrieve individual check and check run data using api-checks v2 routes."
11151
+ }
11152
+ },
11153
+ "required": [
11154
+ "deployment-alias"
11155
+ ],
11156
+ "type": "object"
11127
11157
  }
11128
11158
  },
11129
11159
  "required": [
@@ -12633,25 +12663,25 @@
12633
12663
  "lambdas": {
12634
12664
  "items": {
12635
12665
  "properties": {
12666
+ "id": {
12667
+ "type": "string"
12668
+ },
12636
12669
  "createdAt": {
12637
12670
  "type": "number"
12638
12671
  },
12639
- "id": {
12672
+ "entrypoint": {
12673
+ "nullable": true,
12640
12674
  "type": "string"
12641
12675
  },
12642
12676
  "readyState": {
12643
12677
  "type": "string",
12644
12678
  "enum": [
12645
- "ERROR",
12646
12679
  "BUILDING",
12680
+ "ERROR",
12647
12681
  "INITIALIZING",
12648
12682
  "READY"
12649
12683
  ]
12650
12684
  },
12651
- "entrypoint": {
12652
- "nullable": true,
12653
- "type": "string"
12654
- },
12655
12685
  "readyStateAt": {
12656
12686
  "type": "number"
12657
12687
  },
@@ -12701,10 +12731,10 @@
12701
12731
  },
12702
12732
  "team": {
12703
12733
  "properties": {
12704
- "name": {
12734
+ "id": {
12705
12735
  "type": "string"
12706
12736
  },
12707
- "id": {
12737
+ "name": {
12708
12738
  "type": "string"
12709
12739
  },
12710
12740
  "slug": {
@@ -12715,8 +12745,8 @@
12715
12745
  }
12716
12746
  },
12717
12747
  "required": [
12718
- "name",
12719
12748
  "id",
12749
+ "name",
12720
12750
  "slug"
12721
12751
  ],
12722
12752
  "type": "object"
@@ -12763,9 +12793,9 @@
12763
12793
  "type": {
12764
12794
  "type": "string",
12765
12795
  "enum": [
12766
- "endsWith",
12767
12796
  "startsWith",
12768
- "equals"
12797
+ "equals",
12798
+ "endsWith"
12769
12799
  ],
12770
12800
  "description": "The type of matching to perform"
12771
12801
  },
@@ -12905,11 +12935,8 @@
12905
12935
  }
12906
12936
  ]
12907
12937
  },
12908
- "type": {
12909
- "type": "string",
12910
- "enum": [
12911
- "LAMBDAS"
12912
- ]
12938
+ "id": {
12939
+ "type": "string"
12913
12940
  },
12914
12941
  "name": {
12915
12942
  "type": "string"
@@ -12917,13 +12944,16 @@
12917
12944
  "createdAt": {
12918
12945
  "type": "number"
12919
12946
  },
12947
+ "type": {
12948
+ "type": "string",
12949
+ "enum": [
12950
+ "LAMBDAS"
12951
+ ]
12952
+ },
12920
12953
  "deletedAt": {
12921
12954
  "nullable": true,
12922
12955
  "type": "number"
12923
12956
  },
12924
- "id": {
12925
- "type": "string"
12926
- },
12927
12957
  "version": {
12928
12958
  "type": "number",
12929
12959
  "enum": [
@@ -13564,122 +13594,12 @@
13564
13594
  ],
13565
13595
  "type": "object"
13566
13596
  },
13567
- "plan": {
13568
- "type": "string",
13569
- "enum": [
13570
- "pro",
13571
- "enterprise",
13572
- "hobby"
13573
- ]
13574
- },
13575
13597
  "projectId": {
13576
13598
  "type": "string"
13577
13599
  },
13578
13600
  "ownerId": {
13579
13601
  "type": "string"
13580
13602
  },
13581
- "microfrontends": {
13582
- "oneOf": [
13583
- {
13584
- "properties": {
13585
- "isDefaultApp": {
13586
- "type": "boolean",
13587
- "description": "Whether this project is the default application for the microfrontends group. The default application is the one that is used as the top level shell for the microfrontends group and hosts the other microfrontends."
13588
- },
13589
- "defaultAppProjectName": {
13590
- "type": "string",
13591
- "description": "The project name of the default app of this deployment's microfrontends group."
13592
- },
13593
- "defaultRoute": {
13594
- "type": "string",
13595
- "description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
13596
- },
13597
- "groupIds": {
13598
- "items": {
13599
- "oneOf": [
13600
- {
13601
- "type": "string"
13602
- },
13603
- {
13604
- "type": "string"
13605
- }
13606
- ]
13607
- },
13608
- "maxItems": 2,
13609
- "minItems": 2,
13610
- "type": "array",
13611
- "description": "The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together."
13612
- }
13613
- },
13614
- "required": [
13615
- "defaultAppProjectName",
13616
- "groupIds"
13617
- ],
13618
- "type": "object"
13619
- },
13620
- {
13621
- "properties": {
13622
- "applications": {
13623
- "additionalProperties": {
13624
- "properties": {
13625
- "productionHost": {
13626
- "type": "string",
13627
- "description": "This is the production alias, it will always show the most up to date of each application."
13628
- },
13629
- "deploymentAlias": {
13630
- "type": "string",
13631
- "description": "Use the fixed deploymentAlias and deploymentHost so that the microfrontend preview stays in sync with the deployment. These are only present for mono-repos when a single commit creates multiple deployments. If they are not present, productionHost will be used."
13632
- },
13633
- "deploymentHost": {
13634
- "type": "string"
13635
- }
13636
- },
13637
- "required": [
13638
- "productionHost"
13639
- ],
13640
- "type": "object",
13641
- "description": "A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment."
13642
- },
13643
- "type": "object",
13644
- "description": "A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment."
13645
- },
13646
- "isDefaultApp": {
13647
- "type": "boolean"
13648
- },
13649
- "defaultAppProjectName": {
13650
- "type": "string",
13651
- "description": "The project name of the default app of this deployment's microfrontends group."
13652
- },
13653
- "defaultRoute": {
13654
- "type": "string",
13655
- "description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
13656
- },
13657
- "groupIds": {
13658
- "items": {
13659
- "oneOf": [
13660
- {
13661
- "type": "string"
13662
- },
13663
- {
13664
- "type": "string"
13665
- }
13666
- ]
13667
- },
13668
- "maxItems": 2,
13669
- "minItems": 2,
13670
- "type": "array",
13671
- "description": "The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together."
13672
- }
13673
- },
13674
- "required": [
13675
- "isDefaultApp",
13676
- "defaultAppProjectName",
13677
- "groupIds"
13678
- ],
13679
- "type": "object"
13680
- }
13681
- ]
13682
- },
13683
13603
  "monorepoManager": {
13684
13604
  "nullable": true,
13685
13605
  "type": "string"
@@ -13692,15 +13612,15 @@
13692
13612
  "functionType": {
13693
13613
  "type": "string",
13694
13614
  "enum": [
13695
- "standard",
13696
- "fluid"
13615
+ "fluid",
13616
+ "standard"
13697
13617
  ]
13698
13618
  },
13699
13619
  "functionMemoryType": {
13700
13620
  "type": "string",
13701
13621
  "enum": [
13702
- "standard_legacy",
13703
13622
  "standard",
13623
+ "standard_legacy",
13704
13624
  "performance"
13705
13625
  ]
13706
13626
  },
@@ -13731,6 +13651,13 @@
13731
13651
  "nullable": true,
13732
13652
  "additionalProperties": {
13733
13653
  "properties": {
13654
+ "architecture": {
13655
+ "type": "string",
13656
+ "enum": [
13657
+ "x86_64",
13658
+ "arm64"
13659
+ ]
13660
+ },
13734
13661
  "memory": {
13735
13662
  "type": "number"
13736
13663
  },
@@ -13930,11 +13857,11 @@
13930
13857
  "type": "string",
13931
13858
  "enum": [
13932
13859
  "error",
13933
- "resource",
13934
13860
  "filesystem",
13935
13861
  "hit",
13936
13862
  "miss",
13937
- "rewrite"
13863
+ "rewrite",
13864
+ "resource"
13938
13865
  ]
13939
13866
  },
13940
13867
  "src": {
@@ -13996,6 +13923,148 @@
13996
13923
  },
13997
13924
  "type": "array"
13998
13925
  },
13926
+ "microfrontends": {
13927
+ "oneOf": [
13928
+ {
13929
+ "properties": {
13930
+ "isDefaultApp": {
13931
+ "type": "boolean",
13932
+ "description": "Whether this project is the default application for the microfrontends group. The default application is the one that is used as the top level shell for the microfrontends group and hosts the other microfrontends."
13933
+ },
13934
+ "defaultAppProjectName": {
13935
+ "type": "string",
13936
+ "description": "The project name of the default app of this deployment's microfrontends group."
13937
+ },
13938
+ "defaultRoute": {
13939
+ "type": "string",
13940
+ "description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
13941
+ },
13942
+ "groupIds": {
13943
+ "items": {
13944
+ "oneOf": [
13945
+ {
13946
+ "type": "string"
13947
+ },
13948
+ {
13949
+ "type": "string"
13950
+ }
13951
+ ]
13952
+ },
13953
+ "maxItems": 2,
13954
+ "minItems": 2,
13955
+ "type": "array",
13956
+ "description": "The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together."
13957
+ }
13958
+ },
13959
+ "required": [
13960
+ "defaultAppProjectName",
13961
+ "groupIds"
13962
+ ],
13963
+ "type": "object"
13964
+ },
13965
+ {
13966
+ "properties": {
13967
+ "applications": {
13968
+ "additionalProperties": {
13969
+ "properties": {
13970
+ "productionHost": {
13971
+ "type": "string",
13972
+ "description": "This is the production alias, it will always show the most up to date of each application."
13973
+ },
13974
+ "deploymentAlias": {
13975
+ "type": "string",
13976
+ "description": "Use the fixed deploymentAlias and deploymentHost so that the microfrontend preview stays in sync with the deployment. These are only present for mono-repos when a single commit creates multiple deployments. If they are not present, productionHost will be used."
13977
+ },
13978
+ "deploymentHost": {
13979
+ "type": "string"
13980
+ }
13981
+ },
13982
+ "required": [
13983
+ "productionHost"
13984
+ ],
13985
+ "type": "object",
13986
+ "description": "A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment."
13987
+ },
13988
+ "type": "object",
13989
+ "description": "A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment."
13990
+ },
13991
+ "isDefaultApp": {
13992
+ "type": "boolean"
13993
+ },
13994
+ "defaultAppProjectName": {
13995
+ "type": "string",
13996
+ "description": "The project name of the default app of this deployment's microfrontends group."
13997
+ },
13998
+ "defaultRoute": {
13999
+ "type": "string",
14000
+ "description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
14001
+ },
14002
+ "groupIds": {
14003
+ "items": {
14004
+ "oneOf": [
14005
+ {
14006
+ "type": "string"
14007
+ },
14008
+ {
14009
+ "type": "string"
14010
+ }
14011
+ ]
14012
+ },
14013
+ "maxItems": 2,
14014
+ "minItems": 2,
14015
+ "type": "array",
14016
+ "description": "The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together."
14017
+ }
14018
+ },
14019
+ "required": [
14020
+ "isDefaultApp",
14021
+ "defaultAppProjectName",
14022
+ "groupIds"
14023
+ ],
14024
+ "type": "object"
14025
+ }
14026
+ ]
14027
+ },
14028
+ "checks": {
14029
+ "properties": {
14030
+ "deployment-alias": {
14031
+ "properties": {
14032
+ "state": {
14033
+ "type": "string",
14034
+ "enum": [
14035
+ "succeeded",
14036
+ "failed",
14037
+ "pending"
14038
+ ]
14039
+ },
14040
+ "startedAt": {
14041
+ "type": "number"
14042
+ },
14043
+ "completedAt": {
14044
+ "type": "number"
14045
+ }
14046
+ },
14047
+ "required": [
14048
+ "state",
14049
+ "startedAt"
14050
+ ],
14051
+ "type": "object",
14052
+ "description": "Condensed check data. Retrieve individual check and check run data using api-checks v2 routes."
14053
+ }
14054
+ },
14055
+ "required": [
14056
+ "deployment-alias"
14057
+ ],
14058
+ "type": "object"
14059
+ },
14060
+ "plan": {
14061
+ "type": "string",
14062
+ "enum": [
14063
+ "pro",
14064
+ "enterprise",
14065
+ "hobby"
14066
+ ]
14067
+ },
13999
14068
  "connectBuildsEnabled": {
14000
14069
  "type": "boolean"
14001
14070
  },
@@ -14044,8 +14113,8 @@
14044
14113
  "ownerType": {
14045
14114
  "type": "string",
14046
14115
  "enum": [
14047
- "user",
14048
- "team"
14116
+ "team",
14117
+ "user"
14049
14118
  ]
14050
14119
  }
14051
14120
  },
@@ -14097,8 +14166,8 @@
14097
14166
  "ownerType": {
14098
14167
  "type": "string",
14099
14168
  "enum": [
14100
- "user",
14101
- "team"
14169
+ "team",
14170
+ "user"
14102
14171
  ]
14103
14172
  }
14104
14173
  },
@@ -14151,8 +14220,8 @@
14151
14220
  "ownerType": {
14152
14221
  "type": "string",
14153
14222
  "enum": [
14154
- "user",
14155
- "team"
14223
+ "team",
14224
+ "user"
14156
14225
  ]
14157
14226
  }
14158
14227
  },
@@ -14239,19 +14308,19 @@
14239
14308
  "creator",
14240
14309
  "public",
14241
14310
  "status",
14242
- "type",
14311
+ "id",
14243
14312
  "name",
14244
14313
  "createdAt",
14245
- "id",
14314
+ "type",
14246
14315
  "version",
14247
14316
  "meta",
14248
14317
  "readyState",
14249
14318
  "regions",
14250
14319
  "url",
14251
- "plan",
14252
14320
  "projectId",
14253
14321
  "ownerId",
14254
14322
  "routes",
14323
+ "plan",
14255
14324
  "createdIn"
14256
14325
  ],
14257
14326
  "type": "object",
@@ -16202,6 +16271,13 @@
16202
16271
  "nullable": true,
16203
16272
  "additionalProperties": {
16204
16273
  "properties": {
16274
+ "architecture": {
16275
+ "type": "string",
16276
+ "enum": [
16277
+ "x86_64",
16278
+ "arm64"
16279
+ ]
16280
+ },
16205
16281
  "memory": {
16206
16282
  "type": "number"
16207
16283
  },
@@ -16830,6 +16906,38 @@
16830
16906
  ],
16831
16907
  "type": "object",
16832
16908
  "description": "Since February 2025 the configuration must include snapshot data at the time of deployment creation to capture properties for the /deployments/:id/config endpoint utilized for displaying Deployment Configuration on the frontend This is optional because older deployments may not have this data captured"
16909
+ },
16910
+ "checks": {
16911
+ "properties": {
16912
+ "deployment-alias": {
16913
+ "properties": {
16914
+ "state": {
16915
+ "type": "string",
16916
+ "enum": [
16917
+ "succeeded",
16918
+ "failed",
16919
+ "pending"
16920
+ ]
16921
+ },
16922
+ "startedAt": {
16923
+ "type": "number"
16924
+ },
16925
+ "completedAt": {
16926
+ "type": "number"
16927
+ }
16928
+ },
16929
+ "required": [
16930
+ "state",
16931
+ "startedAt"
16932
+ ],
16933
+ "type": "object",
16934
+ "description": "Condensed check data. Retrieve individual check and check run data using api-checks v2 routes."
16935
+ }
16936
+ },
16937
+ "required": [
16938
+ "deployment-alias"
16939
+ ],
16940
+ "type": "object"
16833
16941
  }
16834
16942
  },
16835
16943
  "required": [
@@ -22801,6 +22909,16 @@
22801
22909
  },
22802
22910
  "403": {
22803
22911
  "description": "You do not have permission to access this resource."
22912
+ },
22913
+ "404": {
22914
+ "description": "",
22915
+ "content": {
22916
+ "application/json": {
22917
+ "schema": {
22918
+ "$ref": "#/components/schemas/VercelNotFoundError"
22919
+ }
22920
+ }
22921
+ }
22804
22922
  }
22805
22923
  },
22806
22924
  "parameters": [
@@ -22948,6 +23066,16 @@
22948
23066
  },
22949
23067
  "403": {
22950
23068
  "description": "You do not have permission to access this resource."
23069
+ },
23070
+ "404": {
23071
+ "description": "",
23072
+ "content": {
23073
+ "application/json": {
23074
+ "schema": {
23075
+ "$ref": "#/components/schemas/VercelNotFoundError"
23076
+ }
23077
+ }
23078
+ }
22951
23079
  }
22952
23080
  },
22953
23081
  "parameters": [
@@ -23065,6 +23193,16 @@
23065
23193
  },
23066
23194
  "403": {
23067
23195
  "description": "You do not have permission to access this resource."
23196
+ },
23197
+ "404": {
23198
+ "description": "",
23199
+ "content": {
23200
+ "application/json": {
23201
+ "schema": {
23202
+ "$ref": "#/components/schemas/VercelNotFoundError"
23203
+ }
23204
+ }
23205
+ }
23068
23206
  }
23069
23207
  },
23070
23208
  "parameters": [
@@ -23417,6 +23555,16 @@
23417
23555
  },
23418
23556
  "403": {
23419
23557
  "description": "You do not have permission to access this resource."
23558
+ },
23559
+ "404": {
23560
+ "description": "",
23561
+ "content": {
23562
+ "application/json": {
23563
+ "schema": {
23564
+ "$ref": "#/components/schemas/VercelNotFoundError"
23565
+ }
23566
+ }
23567
+ }
23420
23568
  }
23421
23569
  },
23422
23570
  "parameters": [
@@ -24004,6 +24152,16 @@
24004
24152
  },
24005
24153
  "403": {
24006
24154
  "description": "You do not have permission to access this resource."
24155
+ },
24156
+ "404": {
24157
+ "description": "",
24158
+ "content": {
24159
+ "application/json": {
24160
+ "schema": {
24161
+ "$ref": "#/components/schemas/VercelNotFoundError"
24162
+ }
24163
+ }
24164
+ }
24007
24165
  }
24008
24166
  },
24009
24167
  "parameters": [
@@ -25799,7 +25957,7 @@
25799
25957
  "configurationId": {
25800
25958
  "type": "string",
25801
25959
  "description": "The client configuration this log drain was created with",
25802
- "example": "icfg_cuwj0AdCdH3BwWT4LPijCC7t"
25960
+ "example": "icfg_3bwCLgxL8qt5kjRLcv2Dit7F"
25803
25961
  },
25804
25962
  "createdAt": {
25805
25963
  "type": "number",
@@ -26007,7 +26165,7 @@
26007
26165
  "configurationId": {
26008
26166
  "type": "string",
26009
26167
  "description": "The client configuration this log drain was created with",
26010
- "example": "icfg_cuwj0AdCdH3BwWT4LPijCC7t"
26168
+ "example": "icfg_3bwCLgxL8qt5kjRLcv2Dit7F"
26011
26169
  },
26012
26170
  "createdAt": {
26013
26171
  "type": "number",
@@ -29558,7 +29716,7 @@
29558
29716
  "type": "string",
29559
29717
  "enum": [
29560
29718
  "enhanced",
29561
- "ultra"
29719
+ "turbo"
29562
29720
  ]
29563
29721
  }
29564
29722
  },
@@ -29567,6 +29725,34 @@
29567
29725
  ],
29568
29726
  "type": "object"
29569
29727
  },
29728
+ "rollbackDescription": {
29729
+ "properties": {
29730
+ "userId": {
29731
+ "type": "string",
29732
+ "description": "The user who rolled back the project."
29733
+ },
29734
+ "username": {
29735
+ "type": "string",
29736
+ "description": "The username of the user who rolled back the project."
29737
+ },
29738
+ "description": {
29739
+ "type": "string",
29740
+ "description": "User-supplied explanation of why they rolled back the project. Limited to 250 characters."
29741
+ },
29742
+ "createdAt": {
29743
+ "type": "number",
29744
+ "description": "Timestamp of when the rollback was requested."
29745
+ }
29746
+ },
29747
+ "required": [
29748
+ "userId",
29749
+ "username",
29750
+ "description",
29751
+ "createdAt"
29752
+ ],
29753
+ "type": "object",
29754
+ "description": "Description of why a project was rolled back, and by whom. Note that lastAliasRequest contains the from/to details of the rollback."
29755
+ },
29570
29756
  "rollingRelease": {
29571
29757
  "nullable": true,
29572
29758
  "properties": {
@@ -29574,10 +29760,6 @@
29574
29760
  "type": "string",
29575
29761
  "description": "The environment that the release targets, currently only supports production. Adding in case we want to configure with alias groups or custom environments."
29576
29762
  },
29577
- "minutesToRelease": {
29578
- "type": "number",
29579
- "description": "minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth 0-100 stage. So once we have fetched the document with the start time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving. There is no approval required, and for the case of Vercel, it would just slowly shift traffic 0 to 100%."
29580
- },
29581
29763
  "stages": {
29582
29764
  "nullable": true,
29583
29765
  "items": {
@@ -29586,10 +29768,6 @@
29586
29768
  "type": "number",
29587
29769
  "description": "The percentage of traffic to serve to the new deployment"
29588
29770
  },
29589
- "minutesToRelease": {
29590
- "type": "number",
29591
- "description": "minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth starting percentage to ending percentage stage. So once we have fetched the document with the update time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving."
29592
- },
29593
29771
  "requireApproval": {
29594
29772
  "type": "boolean",
29595
29773
  "description": "Whether or not this stage requires approval to proceed."
@@ -29650,7 +29828,7 @@
29650
29828
  "type": "string",
29651
29829
  "enum": [
29652
29830
  "enhanced",
29653
- "ultra"
29831
+ "turbo"
29654
29832
  ]
29655
29833
  }
29656
29834
  },
@@ -30850,6 +31028,18 @@
30850
31028
  },
30851
31029
  "type": "array"
30852
31030
  },
31031
+ "apiKey": {
31032
+ "items": {
31033
+ "$ref": "#/components/schemas/ACLAction"
31034
+ },
31035
+ "type": "array"
31036
+ },
31037
+ "apiKeyOwnedBySelf": {
31038
+ "items": {
31039
+ "$ref": "#/components/schemas/ACLAction"
31040
+ },
31041
+ "type": "array"
31042
+ },
30853
31043
  "aliasProject": {
30854
31044
  "items": {
30855
31045
  "$ref": "#/components/schemas/ACLAction"
@@ -30862,6 +31052,12 @@
30862
31052
  },
30863
31053
  "type": "array"
30864
31054
  },
31055
+ "buildMachine": {
31056
+ "items": {
31057
+ "$ref": "#/components/schemas/ACLAction"
31058
+ },
31059
+ "type": "array"
31060
+ },
30865
31061
  "productionAliasProtectionBypass": {
30866
31062
  "items": {
30867
31063
  "$ref": "#/components/schemas/ACLAction"
@@ -30988,6 +31184,18 @@
30988
31184
  },
30989
31185
  "type": "array"
30990
31186
  },
31187
+ "onDemandBuild": {
31188
+ "items": {
31189
+ "$ref": "#/components/schemas/ACLAction"
31190
+ },
31191
+ "type": "array"
31192
+ },
31193
+ "onDemandConcurrency": {
31194
+ "items": {
31195
+ "$ref": "#/components/schemas/ACLAction"
31196
+ },
31197
+ "type": "array"
31198
+ },
30991
31199
  "project": {
30992
31200
  "items": {
30993
31201
  "$ref": "#/components/schemas/ACLAction"
@@ -31785,25 +31993,70 @@
31785
31993
  },
31786
31994
  "managedRules": {
31787
31995
  "nullable": true,
31788
- "additionalProperties": {
31789
- "properties": {
31790
- "active": {
31791
- "type": "boolean"
31996
+ "properties": {
31997
+ "bot_filter": {
31998
+ "properties": {
31999
+ "active": {
32000
+ "type": "boolean"
32001
+ },
32002
+ "action": {
32003
+ "type": "string",
32004
+ "enum": [
32005
+ "deny",
32006
+ "challenge",
32007
+ "log"
32008
+ ]
32009
+ }
31792
32010
  },
31793
- "action": {
31794
- "type": "string",
31795
- "enum": [
31796
- "deny",
31797
- "challenge",
31798
- "log"
31799
- ]
31800
- }
32011
+ "required": [
32012
+ "active"
32013
+ ],
32014
+ "type": "object"
31801
32015
  },
31802
- "required": [
31803
- "active"
31804
- ],
31805
- "type": "object"
32016
+ "ai_bots": {
32017
+ "properties": {
32018
+ "active": {
32019
+ "type": "boolean"
32020
+ },
32021
+ "action": {
32022
+ "type": "string",
32023
+ "enum": [
32024
+ "deny",
32025
+ "challenge",
32026
+ "log"
32027
+ ]
32028
+ }
32029
+ },
32030
+ "required": [
32031
+ "active"
32032
+ ],
32033
+ "type": "object"
32034
+ },
32035
+ "owasp": {
32036
+ "properties": {
32037
+ "active": {
32038
+ "type": "boolean"
32039
+ },
32040
+ "action": {
32041
+ "type": "string",
32042
+ "enum": [
32043
+ "deny",
32044
+ "challenge",
32045
+ "log"
32046
+ ]
32047
+ }
32048
+ },
32049
+ "required": [
32050
+ "active"
32051
+ ],
32052
+ "type": "object"
32053
+ }
31806
32054
  },
32055
+ "required": [
32056
+ "bot_filter",
32057
+ "ai_bots",
32058
+ "owasp"
32059
+ ],
31807
32060
  "type": "object"
31808
32061
  }
31809
32062
  },
@@ -31812,7 +32065,8 @@
31812
32065
  "oidcTokenConfig": {
31813
32066
  "properties": {
31814
32067
  "enabled": {
31815
- "type": "boolean"
32068
+ "type": "boolean",
32069
+ "description": "Whether or not to generate OpenID Connect JSON Web Tokens."
31816
32070
  },
31817
32071
  "issuerMode": {
31818
32072
  "type": "string",
@@ -31823,9 +32077,6 @@
31823
32077
  "description": "- team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`"
31824
32078
  }
31825
32079
  },
31826
- "required": [
31827
- "enabled"
31828
- ],
31829
32080
  "type": "object"
31830
32081
  },
31831
32082
  "tier": {
@@ -31835,6 +32086,14 @@
31835
32086
  "advanced",
31836
32087
  "critical"
31837
32088
  ]
32089
+ },
32090
+ "features": {
32091
+ "properties": {
32092
+ "webAnalytics": {
32093
+ "type": "boolean"
32094
+ }
32095
+ },
32096
+ "type": "object"
31838
32097
  }
31839
32098
  },
31840
32099
  "required": [
@@ -32336,10 +32595,10 @@
32336
32595
  "type": "string",
32337
32596
  "enum": [
32338
32597
  "system",
32339
- "secret",
32340
32598
  "encrypted",
32341
32599
  "plain",
32342
- "sensitive"
32600
+ "sensitive",
32601
+ "secret"
32343
32602
  ]
32344
32603
  },
32345
32604
  "sunsetSecretId": {
@@ -33711,7 +33970,7 @@
33711
33970
  "type": "string",
33712
33971
  "enum": [
33713
33972
  "enhanced",
33714
- "ultra"
33973
+ "turbo"
33715
33974
  ]
33716
33975
  }
33717
33976
  },
@@ -33720,6 +33979,34 @@
33720
33979
  ],
33721
33980
  "type": "object"
33722
33981
  },
33982
+ "rollbackDescription": {
33983
+ "properties": {
33984
+ "userId": {
33985
+ "type": "string",
33986
+ "description": "The user who rolled back the project."
33987
+ },
33988
+ "username": {
33989
+ "type": "string",
33990
+ "description": "The username of the user who rolled back the project."
33991
+ },
33992
+ "description": {
33993
+ "type": "string",
33994
+ "description": "User-supplied explanation of why they rolled back the project. Limited to 250 characters."
33995
+ },
33996
+ "createdAt": {
33997
+ "type": "number",
33998
+ "description": "Timestamp of when the rollback was requested."
33999
+ }
34000
+ },
34001
+ "required": [
34002
+ "userId",
34003
+ "username",
34004
+ "description",
34005
+ "createdAt"
34006
+ ],
34007
+ "type": "object",
34008
+ "description": "Description of why a project was rolled back, and by whom. Note that lastAliasRequest contains the from/to details of the rollback."
34009
+ },
33723
34010
  "rollingRelease": {
33724
34011
  "nullable": true,
33725
34012
  "properties": {
@@ -33727,10 +34014,6 @@
33727
34014
  "type": "string",
33728
34015
  "description": "The environment that the release targets, currently only supports production. Adding in case we want to configure with alias groups or custom environments."
33729
34016
  },
33730
- "minutesToRelease": {
33731
- "type": "number",
33732
- "description": "minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth 0-100 stage. So once we have fetched the document with the start time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving. There is no approval required, and for the case of Vercel, it would just slowly shift traffic 0 to 100%."
33733
- },
33734
34017
  "stages": {
33735
34018
  "nullable": true,
33736
34019
  "items": {
@@ -33739,10 +34022,6 @@
33739
34022
  "type": "number",
33740
34023
  "description": "The percentage of traffic to serve to the new deployment"
33741
34024
  },
33742
- "minutesToRelease": {
33743
- "type": "number",
33744
- "description": "minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth starting percentage to ending percentage stage. So once we have fetched the document with the update time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving."
33745
- },
33746
34025
  "requireApproval": {
33747
34026
  "type": "boolean",
33748
34027
  "description": "Whether or not this stage requires approval to proceed."
@@ -33803,7 +34082,7 @@
33803
34082
  "type": "string",
33804
34083
  "enum": [
33805
34084
  "enhanced",
33806
- "ultra"
34085
+ "turbo"
33807
34086
  ]
33808
34087
  }
33809
34088
  },
@@ -35003,6 +35282,18 @@
35003
35282
  },
35004
35283
  "type": "array"
35005
35284
  },
35285
+ "apiKey": {
35286
+ "items": {
35287
+ "$ref": "#/components/schemas/ACLAction"
35288
+ },
35289
+ "type": "array"
35290
+ },
35291
+ "apiKeyOwnedBySelf": {
35292
+ "items": {
35293
+ "$ref": "#/components/schemas/ACLAction"
35294
+ },
35295
+ "type": "array"
35296
+ },
35006
35297
  "aliasProject": {
35007
35298
  "items": {
35008
35299
  "$ref": "#/components/schemas/ACLAction"
@@ -35015,6 +35306,12 @@
35015
35306
  },
35016
35307
  "type": "array"
35017
35308
  },
35309
+ "buildMachine": {
35310
+ "items": {
35311
+ "$ref": "#/components/schemas/ACLAction"
35312
+ },
35313
+ "type": "array"
35314
+ },
35018
35315
  "productionAliasProtectionBypass": {
35019
35316
  "items": {
35020
35317
  "$ref": "#/components/schemas/ACLAction"
@@ -35141,6 +35438,18 @@
35141
35438
  },
35142
35439
  "type": "array"
35143
35440
  },
35441
+ "onDemandBuild": {
35442
+ "items": {
35443
+ "$ref": "#/components/schemas/ACLAction"
35444
+ },
35445
+ "type": "array"
35446
+ },
35447
+ "onDemandConcurrency": {
35448
+ "items": {
35449
+ "$ref": "#/components/schemas/ACLAction"
35450
+ },
35451
+ "type": "array"
35452
+ },
35144
35453
  "project": {
35145
35454
  "items": {
35146
35455
  "$ref": "#/components/schemas/ACLAction"
@@ -35689,8 +35998,8 @@
35689
35998
  "type": {
35690
35999
  "type": "string",
35691
36000
  "enum": [
35692
- "host",
35693
36001
  "path",
36002
+ "host",
35694
36003
  "method",
35695
36004
  "header",
35696
36005
  "cookie",
@@ -35771,8 +36080,8 @@
35771
36080
  "type": {
35772
36081
  "type": "string",
35773
36082
  "enum": [
35774
- "host",
35775
36083
  "path",
36084
+ "host",
35776
36085
  "method",
35777
36086
  "header",
35778
36087
  "cookie",
@@ -35938,25 +36247,70 @@
35938
36247
  },
35939
36248
  "managedRules": {
35940
36249
  "nullable": true,
35941
- "additionalProperties": {
35942
- "properties": {
35943
- "active": {
35944
- "type": "boolean"
36250
+ "properties": {
36251
+ "bot_filter": {
36252
+ "properties": {
36253
+ "active": {
36254
+ "type": "boolean"
36255
+ },
36256
+ "action": {
36257
+ "type": "string",
36258
+ "enum": [
36259
+ "deny",
36260
+ "challenge",
36261
+ "log"
36262
+ ]
36263
+ }
35945
36264
  },
35946
- "action": {
35947
- "type": "string",
35948
- "enum": [
35949
- "deny",
35950
- "challenge",
35951
- "log"
35952
- ]
35953
- }
36265
+ "required": [
36266
+ "active"
36267
+ ],
36268
+ "type": "object"
35954
36269
  },
35955
- "required": [
35956
- "active"
35957
- ],
35958
- "type": "object"
36270
+ "ai_bots": {
36271
+ "properties": {
36272
+ "active": {
36273
+ "type": "boolean"
36274
+ },
36275
+ "action": {
36276
+ "type": "string",
36277
+ "enum": [
36278
+ "deny",
36279
+ "challenge",
36280
+ "log"
36281
+ ]
36282
+ }
36283
+ },
36284
+ "required": [
36285
+ "active"
36286
+ ],
36287
+ "type": "object"
36288
+ },
36289
+ "owasp": {
36290
+ "properties": {
36291
+ "active": {
36292
+ "type": "boolean"
36293
+ },
36294
+ "action": {
36295
+ "type": "string",
36296
+ "enum": [
36297
+ "deny",
36298
+ "challenge",
36299
+ "log"
36300
+ ]
36301
+ }
36302
+ },
36303
+ "required": [
36304
+ "active"
36305
+ ],
36306
+ "type": "object"
36307
+ }
35959
36308
  },
36309
+ "required": [
36310
+ "bot_filter",
36311
+ "ai_bots",
36312
+ "owasp"
36313
+ ],
35960
36314
  "type": "object"
35961
36315
  }
35962
36316
  },
@@ -35965,7 +36319,8 @@
35965
36319
  "oidcTokenConfig": {
35966
36320
  "properties": {
35967
36321
  "enabled": {
35968
- "type": "boolean"
36322
+ "type": "boolean",
36323
+ "description": "Whether or not to generate OpenID Connect JSON Web Tokens."
35969
36324
  },
35970
36325
  "issuerMode": {
35971
36326
  "type": "string",
@@ -35976,9 +36331,6 @@
35976
36331
  "description": "- team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`"
35977
36332
  }
35978
36333
  },
35979
- "required": [
35980
- "enabled"
35981
- ],
35982
36334
  "type": "object"
35983
36335
  },
35984
36336
  "tier": {
@@ -35988,6 +36340,14 @@
35988
36340
  "advanced",
35989
36341
  "critical"
35990
36342
  ]
36343
+ },
36344
+ "features": {
36345
+ "properties": {
36346
+ "webAnalytics": {
36347
+ "type": "boolean"
36348
+ }
36349
+ },
36350
+ "type": "object"
35991
36351
  }
35992
36352
  },
35993
36353
  "required": [
@@ -36276,6 +36636,7 @@
36276
36636
  "properties": {
36277
36637
  "enabled": {
36278
36638
  "description": "Whether or not to generate OpenID Connect JSON Web Tokens.",
36639
+ "deprecated": true,
36279
36640
  "type": "boolean",
36280
36641
  "default": true
36281
36642
  },
@@ -36337,7 +36698,7 @@
36337
36698
  "buildMachineType": {
36338
36699
  "enum": [
36339
36700
  "enhanced",
36340
- "ultra"
36701
+ "turbo"
36341
36702
  ]
36342
36703
  }
36343
36704
  },
@@ -36374,6 +36735,39 @@
36374
36735
  "application/json": {
36375
36736
  "schema": {
36376
36737
  "properties": {
36738
+ "integrations": {
36739
+ "items": {
36740
+ "properties": {
36741
+ "installationId": {
36742
+ "type": "string",
36743
+ "description": "The integration installation ID.",
36744
+ "example": "icfg_3bwCLgxL8qt5kjRLcv2Dit7F"
36745
+ },
36746
+ "resources": {
36747
+ "items": {
36748
+ "properties": {
36749
+ "externalResourceId": {
36750
+ "type": "string"
36751
+ }
36752
+ },
36753
+ "required": [
36754
+ "externalResourceId"
36755
+ ],
36756
+ "type": "object",
36757
+ "description": "The list of the installation resources connected to the project."
36758
+ },
36759
+ "type": "array",
36760
+ "description": "The list of the installation resources connected to the project."
36761
+ }
36762
+ },
36763
+ "required": [
36764
+ "installationId"
36765
+ ],
36766
+ "type": "object",
36767
+ "description": "Integration installation enabled on the project."
36768
+ },
36769
+ "type": "array"
36770
+ },
36377
36771
  "accountId": {
36378
36772
  "type": "string"
36379
36773
  },
@@ -38049,7 +38443,7 @@
38049
38443
  "type": "string",
38050
38444
  "enum": [
38051
38445
  "enhanced",
38052
- "ultra"
38446
+ "turbo"
38053
38447
  ]
38054
38448
  }
38055
38449
  },
@@ -38058,6 +38452,34 @@
38058
38452
  ],
38059
38453
  "type": "object"
38060
38454
  },
38455
+ "rollbackDescription": {
38456
+ "properties": {
38457
+ "userId": {
38458
+ "type": "string",
38459
+ "description": "The user who rolled back the project."
38460
+ },
38461
+ "username": {
38462
+ "type": "string",
38463
+ "description": "The username of the user who rolled back the project."
38464
+ },
38465
+ "description": {
38466
+ "type": "string",
38467
+ "description": "User-supplied explanation of why they rolled back the project. Limited to 250 characters."
38468
+ },
38469
+ "createdAt": {
38470
+ "type": "number",
38471
+ "description": "Timestamp of when the rollback was requested."
38472
+ }
38473
+ },
38474
+ "required": [
38475
+ "userId",
38476
+ "username",
38477
+ "description",
38478
+ "createdAt"
38479
+ ],
38480
+ "type": "object",
38481
+ "description": "Description of why a project was rolled back, and by whom. Note that lastAliasRequest contains the from/to details of the rollback."
38482
+ },
38061
38483
  "rollingRelease": {
38062
38484
  "nullable": true,
38063
38485
  "properties": {
@@ -38065,10 +38487,6 @@
38065
38487
  "type": "string",
38066
38488
  "description": "The environment that the release targets, currently only supports production. Adding in case we want to configure with alias groups or custom environments."
38067
38489
  },
38068
- "minutesToRelease": {
38069
- "type": "number",
38070
- "description": "minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth 0-100 stage. So once we have fetched the document with the start time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving. There is no approval required, and for the case of Vercel, it would just slowly shift traffic 0 to 100%."
38071
- },
38072
38490
  "stages": {
38073
38491
  "nullable": true,
38074
38492
  "items": {
@@ -38077,10 +38495,6 @@
38077
38495
  "type": "number",
38078
38496
  "description": "The percentage of traffic to serve to the new deployment"
38079
38497
  },
38080
- "minutesToRelease": {
38081
- "type": "number",
38082
- "description": "minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth starting percentage to ending percentage stage. So once we have fetched the document with the update time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving."
38083
- },
38084
38498
  "requireApproval": {
38085
38499
  "type": "boolean",
38086
38500
  "description": "Whether or not this stage requires approval to proceed."
@@ -38141,7 +38555,7 @@
38141
38555
  "type": "string",
38142
38556
  "enum": [
38143
38557
  "enhanced",
38144
- "ultra"
38558
+ "turbo"
38145
38559
  ]
38146
38560
  }
38147
38561
  },
@@ -39341,6 +39755,18 @@
39341
39755
  },
39342
39756
  "type": "array"
39343
39757
  },
39758
+ "apiKey": {
39759
+ "items": {
39760
+ "$ref": "#/components/schemas/ACLAction"
39761
+ },
39762
+ "type": "array"
39763
+ },
39764
+ "apiKeyOwnedBySelf": {
39765
+ "items": {
39766
+ "$ref": "#/components/schemas/ACLAction"
39767
+ },
39768
+ "type": "array"
39769
+ },
39344
39770
  "aliasProject": {
39345
39771
  "items": {
39346
39772
  "$ref": "#/components/schemas/ACLAction"
@@ -39353,6 +39779,12 @@
39353
39779
  },
39354
39780
  "type": "array"
39355
39781
  },
39782
+ "buildMachine": {
39783
+ "items": {
39784
+ "$ref": "#/components/schemas/ACLAction"
39785
+ },
39786
+ "type": "array"
39787
+ },
39356
39788
  "productionAliasProtectionBypass": {
39357
39789
  "items": {
39358
39790
  "$ref": "#/components/schemas/ACLAction"
@@ -39479,6 +39911,18 @@
39479
39911
  },
39480
39912
  "type": "array"
39481
39913
  },
39914
+ "onDemandBuild": {
39915
+ "items": {
39916
+ "$ref": "#/components/schemas/ACLAction"
39917
+ },
39918
+ "type": "array"
39919
+ },
39920
+ "onDemandConcurrency": {
39921
+ "items": {
39922
+ "$ref": "#/components/schemas/ACLAction"
39923
+ },
39924
+ "type": "array"
39925
+ },
39482
39926
  "project": {
39483
39927
  "items": {
39484
39928
  "$ref": "#/components/schemas/ACLAction"
@@ -40276,25 +40720,70 @@
40276
40720
  },
40277
40721
  "managedRules": {
40278
40722
  "nullable": true,
40279
- "additionalProperties": {
40280
- "properties": {
40281
- "active": {
40282
- "type": "boolean"
40723
+ "properties": {
40724
+ "bot_filter": {
40725
+ "properties": {
40726
+ "active": {
40727
+ "type": "boolean"
40728
+ },
40729
+ "action": {
40730
+ "type": "string",
40731
+ "enum": [
40732
+ "deny",
40733
+ "challenge",
40734
+ "log"
40735
+ ]
40736
+ }
40283
40737
  },
40284
- "action": {
40285
- "type": "string",
40286
- "enum": [
40287
- "deny",
40288
- "challenge",
40289
- "log"
40290
- ]
40291
- }
40738
+ "required": [
40739
+ "active"
40740
+ ],
40741
+ "type": "object"
40292
40742
  },
40293
- "required": [
40294
- "active"
40295
- ],
40296
- "type": "object"
40743
+ "ai_bots": {
40744
+ "properties": {
40745
+ "active": {
40746
+ "type": "boolean"
40747
+ },
40748
+ "action": {
40749
+ "type": "string",
40750
+ "enum": [
40751
+ "deny",
40752
+ "challenge",
40753
+ "log"
40754
+ ]
40755
+ }
40756
+ },
40757
+ "required": [
40758
+ "active"
40759
+ ],
40760
+ "type": "object"
40761
+ },
40762
+ "owasp": {
40763
+ "properties": {
40764
+ "active": {
40765
+ "type": "boolean"
40766
+ },
40767
+ "action": {
40768
+ "type": "string",
40769
+ "enum": [
40770
+ "deny",
40771
+ "challenge",
40772
+ "log"
40773
+ ]
40774
+ }
40775
+ },
40776
+ "required": [
40777
+ "active"
40778
+ ],
40779
+ "type": "object"
40780
+ }
40297
40781
  },
40782
+ "required": [
40783
+ "bot_filter",
40784
+ "ai_bots",
40785
+ "owasp"
40786
+ ],
40298
40787
  "type": "object"
40299
40788
  }
40300
40789
  },
@@ -40303,7 +40792,8 @@
40303
40792
  "oidcTokenConfig": {
40304
40793
  "properties": {
40305
40794
  "enabled": {
40306
- "type": "boolean"
40795
+ "type": "boolean",
40796
+ "description": "Whether or not to generate OpenID Connect JSON Web Tokens."
40307
40797
  },
40308
40798
  "issuerMode": {
40309
40799
  "type": "string",
@@ -40314,9 +40804,6 @@
40314
40804
  "description": "- team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`"
40315
40805
  }
40316
40806
  },
40317
- "required": [
40318
- "enabled"
40319
- ],
40320
40807
  "type": "object"
40321
40808
  },
40322
40809
  "tier": {
@@ -40326,6 +40813,14 @@
40326
40813
  "advanced",
40327
40814
  "critical"
40328
40815
  ]
40816
+ },
40817
+ "features": {
40818
+ "properties": {
40819
+ "webAnalytics": {
40820
+ "type": "boolean"
40821
+ }
40822
+ },
40823
+ "type": "object"
40329
40824
  }
40330
40825
  },
40331
40826
  "required": [
@@ -42091,7 +42586,7 @@
42091
42586
  "type": "string",
42092
42587
  "enum": [
42093
42588
  "enhanced",
42094
- "ultra"
42589
+ "turbo"
42095
42590
  ]
42096
42591
  }
42097
42592
  },
@@ -42100,6 +42595,34 @@
42100
42595
  ],
42101
42596
  "type": "object"
42102
42597
  },
42598
+ "rollbackDescription": {
42599
+ "properties": {
42600
+ "userId": {
42601
+ "type": "string",
42602
+ "description": "The user who rolled back the project."
42603
+ },
42604
+ "username": {
42605
+ "type": "string",
42606
+ "description": "The username of the user who rolled back the project."
42607
+ },
42608
+ "description": {
42609
+ "type": "string",
42610
+ "description": "User-supplied explanation of why they rolled back the project. Limited to 250 characters."
42611
+ },
42612
+ "createdAt": {
42613
+ "type": "number",
42614
+ "description": "Timestamp of when the rollback was requested."
42615
+ }
42616
+ },
42617
+ "required": [
42618
+ "userId",
42619
+ "username",
42620
+ "description",
42621
+ "createdAt"
42622
+ ],
42623
+ "type": "object",
42624
+ "description": "Description of why a project was rolled back, and by whom. Note that lastAliasRequest contains the from/to details of the rollback."
42625
+ },
42103
42626
  "rollingRelease": {
42104
42627
  "nullable": true,
42105
42628
  "properties": {
@@ -42107,10 +42630,6 @@
42107
42630
  "type": "string",
42108
42631
  "description": "The environment that the release targets, currently only supports production. Adding in case we want to configure with alias groups or custom environments."
42109
42632
  },
42110
- "minutesToRelease": {
42111
- "type": "number",
42112
- "description": "minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth 0-100 stage. So once we have fetched the document with the start time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving. There is no approval required, and for the case of Vercel, it would just slowly shift traffic 0 to 100%."
42113
- },
42114
42633
  "stages": {
42115
42634
  "nullable": true,
42116
42635
  "items": {
@@ -42119,10 +42638,6 @@
42119
42638
  "type": "number",
42120
42639
  "description": "The percentage of traffic to serve to the new deployment"
42121
42640
  },
42122
- "minutesToRelease": {
42123
- "type": "number",
42124
- "description": "minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth starting percentage to ending percentage stage. So once we have fetched the document with the update time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving."
42125
- },
42126
42641
  "requireApproval": {
42127
42642
  "type": "boolean",
42128
42643
  "description": "Whether or not this stage requires approval to proceed."
@@ -42183,7 +42698,7 @@
42183
42698
  "type": "string",
42184
42699
  "enum": [
42185
42700
  "enhanced",
42186
- "ultra"
42701
+ "turbo"
42187
42702
  ]
42188
42703
  }
42189
42704
  },
@@ -43383,6 +43898,18 @@
43383
43898
  },
43384
43899
  "type": "array"
43385
43900
  },
43901
+ "apiKey": {
43902
+ "items": {
43903
+ "$ref": "#/components/schemas/ACLAction"
43904
+ },
43905
+ "type": "array"
43906
+ },
43907
+ "apiKeyOwnedBySelf": {
43908
+ "items": {
43909
+ "$ref": "#/components/schemas/ACLAction"
43910
+ },
43911
+ "type": "array"
43912
+ },
43386
43913
  "aliasProject": {
43387
43914
  "items": {
43388
43915
  "$ref": "#/components/schemas/ACLAction"
@@ -43395,6 +43922,12 @@
43395
43922
  },
43396
43923
  "type": "array"
43397
43924
  },
43925
+ "buildMachine": {
43926
+ "items": {
43927
+ "$ref": "#/components/schemas/ACLAction"
43928
+ },
43929
+ "type": "array"
43930
+ },
43398
43931
  "productionAliasProtectionBypass": {
43399
43932
  "items": {
43400
43933
  "$ref": "#/components/schemas/ACLAction"
@@ -43521,6 +44054,18 @@
43521
44054
  },
43522
44055
  "type": "array"
43523
44056
  },
44057
+ "onDemandBuild": {
44058
+ "items": {
44059
+ "$ref": "#/components/schemas/ACLAction"
44060
+ },
44061
+ "type": "array"
44062
+ },
44063
+ "onDemandConcurrency": {
44064
+ "items": {
44065
+ "$ref": "#/components/schemas/ACLAction"
44066
+ },
44067
+ "type": "array"
44068
+ },
43524
44069
  "project": {
43525
44070
  "items": {
43526
44071
  "$ref": "#/components/schemas/ACLAction"
@@ -44318,25 +44863,70 @@
44318
44863
  },
44319
44864
  "managedRules": {
44320
44865
  "nullable": true,
44321
- "additionalProperties": {
44322
- "properties": {
44323
- "active": {
44324
- "type": "boolean"
44866
+ "properties": {
44867
+ "bot_filter": {
44868
+ "properties": {
44869
+ "active": {
44870
+ "type": "boolean"
44871
+ },
44872
+ "action": {
44873
+ "type": "string",
44874
+ "enum": [
44875
+ "deny",
44876
+ "challenge",
44877
+ "log"
44878
+ ]
44879
+ }
44325
44880
  },
44326
- "action": {
44327
- "type": "string",
44328
- "enum": [
44329
- "deny",
44330
- "challenge",
44331
- "log"
44332
- ]
44333
- }
44881
+ "required": [
44882
+ "active"
44883
+ ],
44884
+ "type": "object"
44334
44885
  },
44335
- "required": [
44336
- "active"
44337
- ],
44338
- "type": "object"
44886
+ "ai_bots": {
44887
+ "properties": {
44888
+ "active": {
44889
+ "type": "boolean"
44890
+ },
44891
+ "action": {
44892
+ "type": "string",
44893
+ "enum": [
44894
+ "deny",
44895
+ "challenge",
44896
+ "log"
44897
+ ]
44898
+ }
44899
+ },
44900
+ "required": [
44901
+ "active"
44902
+ ],
44903
+ "type": "object"
44904
+ },
44905
+ "owasp": {
44906
+ "properties": {
44907
+ "active": {
44908
+ "type": "boolean"
44909
+ },
44910
+ "action": {
44911
+ "type": "string",
44912
+ "enum": [
44913
+ "deny",
44914
+ "challenge",
44915
+ "log"
44916
+ ]
44917
+ }
44918
+ },
44919
+ "required": [
44920
+ "active"
44921
+ ],
44922
+ "type": "object"
44923
+ }
44339
44924
  },
44925
+ "required": [
44926
+ "bot_filter",
44927
+ "ai_bots",
44928
+ "owasp"
44929
+ ],
44340
44930
  "type": "object"
44341
44931
  }
44342
44932
  },
@@ -44345,7 +44935,8 @@
44345
44935
  "oidcTokenConfig": {
44346
44936
  "properties": {
44347
44937
  "enabled": {
44348
- "type": "boolean"
44938
+ "type": "boolean",
44939
+ "description": "Whether or not to generate OpenID Connect JSON Web Tokens."
44349
44940
  },
44350
44941
  "issuerMode": {
44351
44942
  "type": "string",
@@ -44356,9 +44947,6 @@
44356
44947
  "description": "- team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`"
44357
44948
  }
44358
44949
  },
44359
- "required": [
44360
- "enabled"
44361
- ],
44362
44950
  "type": "object"
44363
44951
  },
44364
44952
  "tier": {
@@ -44368,6 +44956,14 @@
44368
44956
  "advanced",
44369
44957
  "critical"
44370
44958
  ]
44959
+ },
44960
+ "features": {
44961
+ "properties": {
44962
+ "webAnalytics": {
44963
+ "type": "boolean"
44964
+ }
44965
+ },
44966
+ "type": "object"
44371
44967
  }
44372
44968
  },
44373
44969
  "required": [
@@ -44605,7 +45201,7 @@
44605
45201
  "enum": [
44606
45202
  null,
44607
45203
  "enhanced",
44608
- "ultra"
45204
+ "turbo"
44609
45205
  ]
44610
45206
  },
44611
45207
  "fluid": {
@@ -44709,6 +45305,7 @@
44709
45305
  "properties": {
44710
45306
  "enabled": {
44711
45307
  "description": "Whether or not to generate OpenID Connect JSON Web Tokens.",
45308
+ "deprecated": true,
44712
45309
  "type": "boolean",
44713
45310
  "default": true
44714
45311
  },
@@ -54055,6 +54652,9 @@
54055
54652
  "201": {
54056
54653
  "description": ""
54057
54654
  },
54655
+ "202": {
54656
+ "description": ""
54657
+ },
54058
54658
  "400": {
54059
54659
  "description": "One of the provided values in the request query is invalid.",
54060
54660
  "content": {
@@ -55091,33 +55691,91 @@
55091
55691
  "type": "array"
55092
55692
  },
55093
55693
  "managedRules": {
55094
- "additionalProperties": {
55095
- "properties": {
55096
- "active": {
55097
- "type": "boolean"
55098
- },
55099
- "action": {
55100
- "type": "string",
55101
- "enum": [
55102
- "deny",
55103
- "log",
55104
- "challenge"
55105
- ]
55106
- },
55107
- "updatedAt": {
55108
- "type": "string"
55694
+ "properties": {
55695
+ "bot_protection": {
55696
+ "properties": {
55697
+ "active": {
55698
+ "type": "boolean"
55699
+ },
55700
+ "action": {
55701
+ "type": "string",
55702
+ "enum": [
55703
+ "deny",
55704
+ "log",
55705
+ "challenge"
55706
+ ]
55707
+ },
55708
+ "updatedAt": {
55709
+ "type": "string"
55710
+ },
55711
+ "userId": {
55712
+ "type": "string"
55713
+ },
55714
+ "username": {
55715
+ "type": "string"
55716
+ }
55109
55717
  },
55110
- "userId": {
55111
- "type": "string"
55718
+ "required": [
55719
+ "active"
55720
+ ],
55721
+ "type": "object"
55722
+ },
55723
+ "ai_bots": {
55724
+ "properties": {
55725
+ "active": {
55726
+ "type": "boolean"
55727
+ },
55728
+ "action": {
55729
+ "type": "string",
55730
+ "enum": [
55731
+ "deny",
55732
+ "log",
55733
+ "challenge"
55734
+ ]
55735
+ },
55736
+ "updatedAt": {
55737
+ "type": "string"
55738
+ },
55739
+ "userId": {
55740
+ "type": "string"
55741
+ },
55742
+ "username": {
55743
+ "type": "string"
55744
+ }
55112
55745
  },
55113
- "username": {
55114
- "type": "string"
55115
- }
55746
+ "required": [
55747
+ "active"
55748
+ ],
55749
+ "type": "object"
55116
55750
  },
55117
- "required": [
55118
- "active"
55119
- ],
55120
- "type": "object"
55751
+ "owasp": {
55752
+ "properties": {
55753
+ "active": {
55754
+ "type": "boolean"
55755
+ },
55756
+ "action": {
55757
+ "type": "string",
55758
+ "enum": [
55759
+ "deny",
55760
+ "log",
55761
+ "challenge"
55762
+ ]
55763
+ },
55764
+ "updatedAt": {
55765
+ "type": "string"
55766
+ },
55767
+ "userId": {
55768
+ "type": "string"
55769
+ },
55770
+ "username": {
55771
+ "type": "string"
55772
+ }
55773
+ },
55774
+ "required": [
55775
+ "active"
55776
+ ],
55777
+ "type": "object"
55778
+ }
55121
55779
  },
55122
55780
  "type": "object"
55123
55781
  }
@@ -55581,8 +56239,7 @@
55581
56239
  "gte",
55582
56240
  "lt",
55583
56241
  "lte"
55584
- ],
55585
- "description": "[Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value."
56242
+ ]
55586
56243
  },
55587
56244
  "neg": {
55588
56245
  "type": "boolean"
@@ -55969,8 +56626,7 @@
55969
56626
  "ja4_digest",
55970
56627
  "ja3_digest",
55971
56628
  "rate_limit_api_id"
55972
- ],
55973
- "description": "[Parameter](https://vercel.com/docs/security/vercel-waf/rule-configuration#parameters) from the incoming traffic."
56629
+ ]
55974
56630
  },
55975
56631
  "op": {
55976
56632
  "type": "string",
@@ -55989,8 +56645,7 @@
55989
56645
  "gte",
55990
56646
  "lt",
55991
56647
  "lte"
55992
- ],
55993
- "description": "[Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value."
56648
+ ]
55994
56649
  },
55995
56650
  "neg": {
55996
56651
  "type": "boolean"
@@ -56218,8 +56873,7 @@
56218
56873
  "ja4_digest",
56219
56874
  "ja3_digest",
56220
56875
  "rate_limit_api_id"
56221
- ],
56222
- "description": "[Parameter](https://vercel.com/docs/security/vercel-waf/rule-configuration#parameters) from the incoming traffic."
56876
+ ]
56223
56877
  },
56224
56878
  "op": {
56225
56879
  "type": "string",
@@ -56238,8 +56892,7 @@
56238
56892
  "gte",
56239
56893
  "lt",
56240
56894
  "lte"
56241
- ],
56242
- "description": "[Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value"
56895
+ ]
56243
56896
  },
56244
56897
  "neg": {
56245
56898
  "type": "boolean"
@@ -57084,8 +57737,7 @@
57084
57737
  "nex",
57085
57738
  "ninc",
57086
57739
  "neq"
57087
- ],
57088
- "description": "[Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value"
57740
+ ]
57089
57741
  },
57090
57742
  "neg": {
57091
57743
  "type": "boolean"
@@ -57269,33 +57921,91 @@
57269
57921
  "type": "array"
57270
57922
  },
57271
57923
  "managedRules": {
57272
- "additionalProperties": {
57273
- "properties": {
57274
- "active": {
57275
- "type": "boolean"
57276
- },
57277
- "action": {
57278
- "type": "string",
57279
- "enum": [
57280
- "deny",
57281
- "log",
57282
- "challenge"
57283
- ]
57284
- },
57285
- "updatedAt": {
57286
- "type": "string"
57924
+ "properties": {
57925
+ "bot_protection": {
57926
+ "properties": {
57927
+ "active": {
57928
+ "type": "boolean"
57929
+ },
57930
+ "action": {
57931
+ "type": "string",
57932
+ "enum": [
57933
+ "deny",
57934
+ "log",
57935
+ "challenge"
57936
+ ]
57937
+ },
57938
+ "updatedAt": {
57939
+ "type": "string"
57940
+ },
57941
+ "userId": {
57942
+ "type": "string"
57943
+ },
57944
+ "username": {
57945
+ "type": "string"
57946
+ }
57287
57947
  },
57288
- "userId": {
57289
- "type": "string"
57948
+ "required": [
57949
+ "active"
57950
+ ],
57951
+ "type": "object"
57952
+ },
57953
+ "ai_bots": {
57954
+ "properties": {
57955
+ "active": {
57956
+ "type": "boolean"
57957
+ },
57958
+ "action": {
57959
+ "type": "string",
57960
+ "enum": [
57961
+ "deny",
57962
+ "log",
57963
+ "challenge"
57964
+ ]
57965
+ },
57966
+ "updatedAt": {
57967
+ "type": "string"
57968
+ },
57969
+ "userId": {
57970
+ "type": "string"
57971
+ },
57972
+ "username": {
57973
+ "type": "string"
57974
+ }
57290
57975
  },
57291
- "username": {
57292
- "type": "string"
57293
- }
57976
+ "required": [
57977
+ "active"
57978
+ ],
57979
+ "type": "object"
57294
57980
  },
57295
- "required": [
57296
- "active"
57297
- ],
57298
- "type": "object"
57981
+ "owasp": {
57982
+ "properties": {
57983
+ "active": {
57984
+ "type": "boolean"
57985
+ },
57986
+ "action": {
57987
+ "type": "string",
57988
+ "enum": [
57989
+ "deny",
57990
+ "log",
57991
+ "challenge"
57992
+ ]
57993
+ },
57994
+ "updatedAt": {
57995
+ "type": "string"
57996
+ },
57997
+ "userId": {
57998
+ "type": "string"
57999
+ },
58000
+ "username": {
58001
+ "type": "string"
58002
+ }
58003
+ },
58004
+ "required": [
58005
+ "active"
58006
+ ],
58007
+ "type": "object"
58008
+ }
57299
58009
  },
57300
58010
  "type": "object"
57301
58011
  }
@@ -58604,7 +59314,7 @@
58604
59314
  "description": "You do not have permission to access this resource."
58605
59315
  },
58606
59316
  "404": {
58607
- "description": "No team was found.",
59317
+ "description": "",
58608
59318
  "content": {
58609
59319
  "application/json": {
58610
59320
  "schema": {
@@ -58890,16 +59600,6 @@
58890
59600
  "403": {
58891
59601
  "description": "The authenticated user must be a team owner to perform the action\nYou do not have permission to access this resource."
58892
59602
  },
58893
- "404": {
58894
- "description": "The team was not found",
58895
- "content": {
58896
- "application/json": {
58897
- "schema": {
58898
- "$ref": "#/components/schemas/VercelNotFoundError"
58899
- }
58900
- }
58901
- }
58902
- },
58903
59603
  "503": {
58904
59604
  "description": ""
58905
59605
  }
@@ -59635,7 +60335,7 @@
59635
60335
  "description": "You do not have permission to access this resource."
59636
60336
  },
59637
60337
  "404": {
59638
- "description": "The provided user is not part of this team.\nA user with the specified ID does not exist.\nTeam not found.",
60338
+ "description": "The provided user is not part of this team.\nA user with the specified ID does not exist.",
59639
60339
  "content": {
59640
60340
  "application/json": {
59641
60341
  "schema": {
@@ -59797,7 +60497,7 @@
59797
60497
  "description": "You do not have permission to access this resource.\nNot authorized to update the team."
59798
60498
  },
59799
60499
  "404": {
59800
- "description": "A user with the specified ID does not exist.\nNo team found.",
60500
+ "description": "",
59801
60501
  "content": {
59802
60502
  "application/json": {
59803
60503
  "schema": {
@@ -59865,7 +60565,7 @@
59865
60565
  "content": {
59866
60566
  "application/json": {
59867
60567
  "schema": {
59868
- "$ref": "#/components/schemas/TeamLimited"
60568
+ "$ref": "#/components/schemas/Team"
59869
60569
  }
59870
60570
  }
59871
60571
  }
@@ -59943,7 +60643,7 @@
59943
60643
  "content": {
59944
60644
  "application/json": {
59945
60645
  "schema": {
59946
- "$ref": "#/components/schemas/TeamLimited"
60646
+ "$ref": "#/components/schemas/Team"
59947
60647
  }
59948
60648
  }
59949
60649
  }
@@ -59973,16 +60673,6 @@
59973
60673
  },
59974
60674
  "403": {
59975
60675
  "description": "You do not have permission to access this resource.\nNot authorized to update the team. Must be an OWNER."
59976
- },
59977
- "404": {
59978
- "description": "Team was not found.",
59979
- "content": {
59980
- "application/json": {
59981
- "schema": {
59982
- "$ref": "#/components/schemas/VercelNotFoundError"
59983
- }
59984
- }
59985
- }
59986
60676
  }
59987
60677
  },
59988
60678
  "parameters": [
@@ -60274,16 +60964,11 @@
60274
60964
  },
60275
60965
  "slug": {
60276
60966
  "type": "string"
60277
- },
60278
- "billing": {
60279
- "type": "object",
60280
- "description": "IMPORTANT: If extending Billing, particularly with optional fields, make sure you also update `sync-orb-subscription-to-owner.ts` to handle the items when the object is recreated."
60281
60967
  }
60282
60968
  },
60283
60969
  "required": [
60284
60970
  "id",
60285
- "slug",
60286
- "billing"
60971
+ "slug"
60287
60972
  ],
60288
60973
  "type": "object",
60289
60974
  "description": "The team was created successfully"
@@ -60451,16 +61136,6 @@
60451
61136
  "403": {
60452
61137
  "description": "You do not have permission to access this resource.\nThe authenticated user can't access the team"
60453
61138
  },
60454
- "404": {
60455
- "description": "The team was not found",
60456
- "content": {
60457
- "application/json": {
60458
- "schema": {
60459
- "$ref": "#/components/schemas/VercelNotFoundError"
60460
- }
60461
- }
60462
- }
60463
- },
60464
61139
  "409": {
60465
61140
  "description": ""
60466
61141
  }
@@ -60592,7 +61267,7 @@
60592
61267
  "description": "You do not have permission to access this resource.\nInvite managed by directory sync\nNot authorized to access this team."
60593
61268
  },
60594
61269
  "404": {
60595
- "description": "Team invite code not found.\nNo team found.",
61270
+ "description": "Team invite code not found.",
60596
61271
  "content": {
60597
61272
  "application/json": {
60598
61273
  "schema": {
@@ -61330,6 +62005,18 @@
61330
62005
  "budget.reached",
61331
62006
  "budget.reset",
61332
62007
  "domain.created",
62008
+ "domain.dns.records.changed",
62009
+ "domain.transfer-in.started",
62010
+ "domain.transfer-in.completed",
62011
+ "domain.transfer-in.failed",
62012
+ "domain.certificate.add",
62013
+ "domain.certificate.add.failed",
62014
+ "domain.certificate.renew",
62015
+ "domain.certificate.renew.failed",
62016
+ "domain.certificate.deleted",
62017
+ "domain.renewal",
62018
+ "domain.renewal.failed",
62019
+ "domain.auto-renew.changed",
61333
62020
  "deployment.created",
61334
62021
  "deployment.error",
61335
62022
  "deployment.canceled",
@@ -61351,7 +62038,12 @@
61351
62038
  "integration-resource.project-disconnected",
61352
62039
  "project.created",
61353
62040
  "project.removed",
62041
+ "project.domain.created",
62042
+ "project.domain.updated",
62043
+ "project.domain.deleted",
61354
62044
  "project.domain.verified",
62045
+ "project.domain.unverified",
62046
+ "project.domain.moved",
61355
62047
  "project.rolling-release.started",
61356
62048
  "project.rolling-release.aborted",
61357
62049
  "project.rolling-release.completed",
@@ -61382,6 +62074,18 @@
61382
62074
  "budget.reached",
61383
62075
  "budget.reset",
61384
62076
  "domain.created",
62077
+ "domain.dns.records.changed",
62078
+ "domain.transfer-in.started",
62079
+ "domain.transfer-in.completed",
62080
+ "domain.transfer-in.failed",
62081
+ "domain.certificate.add",
62082
+ "domain.certificate.add.failed",
62083
+ "domain.certificate.renew",
62084
+ "domain.certificate.renew.failed",
62085
+ "domain.certificate.deleted",
62086
+ "domain.renewal",
62087
+ "domain.renewal.failed",
62088
+ "domain.auto-renew.changed",
61385
62089
  "deployment.created",
61386
62090
  "deployment.error",
61387
62091
  "deployment.canceled",
@@ -61403,22 +62107,27 @@
61403
62107
  "integration-resource.project-disconnected",
61404
62108
  "project.created",
61405
62109
  "project.removed",
62110
+ "project.domain.created",
62111
+ "project.domain.updated",
62112
+ "project.domain.deleted",
61406
62113
  "project.domain.verified",
62114
+ "project.domain.unverified",
62115
+ "project.domain.moved",
61407
62116
  "project.rolling-release.started",
61408
62117
  "project.rolling-release.aborted",
61409
62118
  "project.rolling-release.completed",
61410
62119
  "project.rolling-release.approved",
61411
- "deployment-checks-completed-legacy",
62120
+ "deployment-checks-completed",
61412
62121
  "deployment-ready-legacy",
61413
- "deployment-prepared-legacy",
62122
+ "deployment-prepared",
61414
62123
  "deployment-error-legacy",
61415
62124
  "deployment-check-rerequested-legacy",
61416
62125
  "deployment-canceled-legacy",
61417
62126
  "project-created-legacy",
61418
62127
  "project-removed-legacy",
61419
62128
  "domain-created-legacy",
61420
- "deployment-legacy",
61421
- "integration-configuration-permission-updated-legacy",
62129
+ "deployment",
62130
+ "integration-configuration-permission-updated",
61422
62131
  "integration-configuration-removed-legacy",
61423
62132
  "integration-configuration-scope-change-confirmed-legacy",
61424
62133
  "marketplace.invoice.created",
@@ -61552,6 +62261,18 @@
61552
62261
  "budget.reached",
61553
62262
  "budget.reset",
61554
62263
  "domain.created",
62264
+ "domain.dns.records.changed",
62265
+ "domain.transfer-in.started",
62266
+ "domain.transfer-in.completed",
62267
+ "domain.transfer-in.failed",
62268
+ "domain.certificate.add",
62269
+ "domain.certificate.add.failed",
62270
+ "domain.certificate.renew",
62271
+ "domain.certificate.renew.failed",
62272
+ "domain.certificate.deleted",
62273
+ "domain.renewal",
62274
+ "domain.renewal.failed",
62275
+ "domain.auto-renew.changed",
61555
62276
  "deployment.created",
61556
62277
  "deployment.error",
61557
62278
  "deployment.canceled",
@@ -61573,7 +62294,12 @@
61573
62294
  "integration-resource.project-disconnected",
61574
62295
  "project.created",
61575
62296
  "project.removed",
62297
+ "project.domain.created",
62298
+ "project.domain.updated",
62299
+ "project.domain.deleted",
61576
62300
  "project.domain.verified",
62301
+ "project.domain.unverified",
62302
+ "project.domain.moved",
61577
62303
  "project.rolling-release.started",
61578
62304
  "project.rolling-release.aborted",
61579
62305
  "project.rolling-release.completed",
@@ -61602,6 +62328,18 @@
61602
62328
  "budget.reached",
61603
62329
  "budget.reset",
61604
62330
  "domain.created",
62331
+ "domain.dns.records.changed",
62332
+ "domain.transfer-in.started",
62333
+ "domain.transfer-in.completed",
62334
+ "domain.transfer-in.failed",
62335
+ "domain.certificate.add",
62336
+ "domain.certificate.add.failed",
62337
+ "domain.certificate.renew",
62338
+ "domain.certificate.renew.failed",
62339
+ "domain.certificate.deleted",
62340
+ "domain.renewal",
62341
+ "domain.renewal.failed",
62342
+ "domain.auto-renew.changed",
61605
62343
  "deployment.created",
61606
62344
  "deployment.error",
61607
62345
  "deployment.canceled",
@@ -61623,22 +62361,27 @@
61623
62361
  "integration-resource.project-disconnected",
61624
62362
  "project.created",
61625
62363
  "project.removed",
62364
+ "project.domain.created",
62365
+ "project.domain.updated",
62366
+ "project.domain.deleted",
61626
62367
  "project.domain.verified",
62368
+ "project.domain.unverified",
62369
+ "project.domain.moved",
61627
62370
  "project.rolling-release.started",
61628
62371
  "project.rolling-release.aborted",
61629
62372
  "project.rolling-release.completed",
61630
62373
  "project.rolling-release.approved",
61631
- "deployment-checks-completed-legacy",
62374
+ "deployment-checks-completed",
61632
62375
  "deployment-ready-legacy",
61633
- "deployment-prepared-legacy",
62376
+ "deployment-prepared",
61634
62377
  "deployment-error-legacy",
61635
62378
  "deployment-check-rerequested-legacy",
61636
62379
  "deployment-canceled-legacy",
61637
62380
  "project-created-legacy",
61638
62381
  "project-removed-legacy",
61639
62382
  "domain-created-legacy",
61640
- "deployment-legacy",
61641
- "integration-configuration-permission-updated-legacy",
62383
+ "deployment",
62384
+ "integration-configuration-permission-updated",
61642
62385
  "integration-configuration-removed-legacy",
61643
62386
  "integration-configuration-scope-change-confirmed-legacy",
61644
62387
  "marketplace.invoice.created",
@@ -61769,6 +62512,18 @@
61769
62512
  "budget.reached",
61770
62513
  "budget.reset",
61771
62514
  "domain.created",
62515
+ "domain.dns.records.changed",
62516
+ "domain.transfer-in.started",
62517
+ "domain.transfer-in.completed",
62518
+ "domain.transfer-in.failed",
62519
+ "domain.certificate.add",
62520
+ "domain.certificate.add.failed",
62521
+ "domain.certificate.renew",
62522
+ "domain.certificate.renew.failed",
62523
+ "domain.certificate.deleted",
62524
+ "domain.renewal",
62525
+ "domain.renewal.failed",
62526
+ "domain.auto-renew.changed",
61772
62527
  "deployment.created",
61773
62528
  "deployment.error",
61774
62529
  "deployment.canceled",
@@ -61790,7 +62545,12 @@
61790
62545
  "integration-resource.project-disconnected",
61791
62546
  "project.created",
61792
62547
  "project.removed",
62548
+ "project.domain.created",
62549
+ "project.domain.updated",
62550
+ "project.domain.deleted",
61793
62551
  "project.domain.verified",
62552
+ "project.domain.unverified",
62553
+ "project.domain.moved",
61794
62554
  "project.rolling-release.started",
61795
62555
  "project.rolling-release.aborted",
61796
62556
  "project.rolling-release.completed",
@@ -61821,6 +62581,18 @@
61821
62581
  "budget.reached",
61822
62582
  "budget.reset",
61823
62583
  "domain.created",
62584
+ "domain.dns.records.changed",
62585
+ "domain.transfer-in.started",
62586
+ "domain.transfer-in.completed",
62587
+ "domain.transfer-in.failed",
62588
+ "domain.certificate.add",
62589
+ "domain.certificate.add.failed",
62590
+ "domain.certificate.renew",
62591
+ "domain.certificate.renew.failed",
62592
+ "domain.certificate.deleted",
62593
+ "domain.renewal",
62594
+ "domain.renewal.failed",
62595
+ "domain.auto-renew.changed",
61824
62596
  "deployment.created",
61825
62597
  "deployment.error",
61826
62598
  "deployment.canceled",
@@ -61842,22 +62614,27 @@
61842
62614
  "integration-resource.project-disconnected",
61843
62615
  "project.created",
61844
62616
  "project.removed",
62617
+ "project.domain.created",
62618
+ "project.domain.updated",
62619
+ "project.domain.deleted",
61845
62620
  "project.domain.verified",
62621
+ "project.domain.unverified",
62622
+ "project.domain.moved",
61846
62623
  "project.rolling-release.started",
61847
62624
  "project.rolling-release.aborted",
61848
62625
  "project.rolling-release.completed",
61849
62626
  "project.rolling-release.approved",
61850
- "deployment-checks-completed-legacy",
62627
+ "deployment-checks-completed",
61851
62628
  "deployment-ready-legacy",
61852
- "deployment-prepared-legacy",
62629
+ "deployment-prepared",
61853
62630
  "deployment-error-legacy",
61854
62631
  "deployment-check-rerequested-legacy",
61855
62632
  "deployment-canceled-legacy",
61856
62633
  "project-created-legacy",
61857
62634
  "project-removed-legacy",
61858
62635
  "domain-created-legacy",
61859
- "deployment-legacy",
61860
- "integration-configuration-permission-updated-legacy",
62636
+ "deployment",
62637
+ "integration-configuration-permission-updated",
61861
62638
  "integration-configuration-removed-legacy",
61862
62639
  "integration-configuration-scope-change-confirmed-legacy",
61863
62640
  "marketplace.invoice.created",
@@ -61931,6 +62708,18 @@
61931
62708
  "budget.reached",
61932
62709
  "budget.reset",
61933
62710
  "domain.created",
62711
+ "domain.dns.records.changed",
62712
+ "domain.transfer-in.started",
62713
+ "domain.transfer-in.completed",
62714
+ "domain.transfer-in.failed",
62715
+ "domain.certificate.add",
62716
+ "domain.certificate.add.failed",
62717
+ "domain.certificate.renew",
62718
+ "domain.certificate.renew.failed",
62719
+ "domain.certificate.deleted",
62720
+ "domain.renewal",
62721
+ "domain.renewal.failed",
62722
+ "domain.auto-renew.changed",
61934
62723
  "deployment.created",
61935
62724
  "deployment.error",
61936
62725
  "deployment.canceled",
@@ -61952,7 +62741,12 @@
61952
62741
  "integration-resource.project-disconnected",
61953
62742
  "project.created",
61954
62743
  "project.removed",
62744
+ "project.domain.created",
62745
+ "project.domain.updated",
62746
+ "project.domain.deleted",
61955
62747
  "project.domain.verified",
62748
+ "project.domain.unverified",
62749
+ "project.domain.moved",
61956
62750
  "project.rolling-release.started",
61957
62751
  "project.rolling-release.aborted",
61958
62752
  "project.rolling-release.completed",
@@ -61983,6 +62777,18 @@
61983
62777
  "budget.reached",
61984
62778
  "budget.reset",
61985
62779
  "domain.created",
62780
+ "domain.dns.records.changed",
62781
+ "domain.transfer-in.started",
62782
+ "domain.transfer-in.completed",
62783
+ "domain.transfer-in.failed",
62784
+ "domain.certificate.add",
62785
+ "domain.certificate.add.failed",
62786
+ "domain.certificate.renew",
62787
+ "domain.certificate.renew.failed",
62788
+ "domain.certificate.deleted",
62789
+ "domain.renewal",
62790
+ "domain.renewal.failed",
62791
+ "domain.auto-renew.changed",
61986
62792
  "deployment.created",
61987
62793
  "deployment.error",
61988
62794
  "deployment.canceled",
@@ -62004,22 +62810,27 @@
62004
62810
  "integration-resource.project-disconnected",
62005
62811
  "project.created",
62006
62812
  "project.removed",
62813
+ "project.domain.created",
62814
+ "project.domain.updated",
62815
+ "project.domain.deleted",
62007
62816
  "project.domain.verified",
62817
+ "project.domain.unverified",
62818
+ "project.domain.moved",
62008
62819
  "project.rolling-release.started",
62009
62820
  "project.rolling-release.aborted",
62010
62821
  "project.rolling-release.completed",
62011
62822
  "project.rolling-release.approved",
62012
- "deployment-checks-completed-legacy",
62823
+ "deployment-checks-completed",
62013
62824
  "deployment-ready-legacy",
62014
- "deployment-prepared-legacy",
62825
+ "deployment-prepared",
62015
62826
  "deployment-error-legacy",
62016
62827
  "deployment-check-rerequested-legacy",
62017
62828
  "deployment-canceled-legacy",
62018
62829
  "project-created-legacy",
62019
62830
  "project-removed-legacy",
62020
62831
  "domain-created-legacy",
62021
- "deployment-legacy",
62022
- "integration-configuration-permission-updated-legacy",
62832
+ "deployment",
62833
+ "integration-configuration-permission-updated",
62023
62834
  "integration-configuration-removed-legacy",
62024
62835
  "integration-configuration-scope-change-confirmed-legacy",
62025
62836
  "marketplace.invoice.created",
@@ -62168,6 +62979,18 @@
62168
62979
  "budget.reached",
62169
62980
  "budget.reset",
62170
62981
  "domain.created",
62982
+ "domain.dns.records.changed",
62983
+ "domain.transfer-in.started",
62984
+ "domain.transfer-in.completed",
62985
+ "domain.transfer-in.failed",
62986
+ "domain.certificate.add",
62987
+ "domain.certificate.add.failed",
62988
+ "domain.certificate.renew",
62989
+ "domain.certificate.renew.failed",
62990
+ "domain.certificate.deleted",
62991
+ "domain.renewal",
62992
+ "domain.renewal.failed",
62993
+ "domain.auto-renew.changed",
62171
62994
  "deployment.created",
62172
62995
  "deployment.error",
62173
62996
  "deployment.canceled",
@@ -62189,7 +63012,12 @@
62189
63012
  "integration-resource.project-disconnected",
62190
63013
  "project.created",
62191
63014
  "project.removed",
63015
+ "project.domain.created",
63016
+ "project.domain.updated",
63017
+ "project.domain.deleted",
62192
63018
  "project.domain.verified",
63019
+ "project.domain.unverified",
63020
+ "project.domain.moved",
62193
63021
  "project.rolling-release.started",
62194
63022
  "project.rolling-release.aborted",
62195
63023
  "project.rolling-release.completed",
@@ -62220,6 +63048,18 @@
62220
63048
  "budget.reached",
62221
63049
  "budget.reset",
62222
63050
  "domain.created",
63051
+ "domain.dns.records.changed",
63052
+ "domain.transfer-in.started",
63053
+ "domain.transfer-in.completed",
63054
+ "domain.transfer-in.failed",
63055
+ "domain.certificate.add",
63056
+ "domain.certificate.add.failed",
63057
+ "domain.certificate.renew",
63058
+ "domain.certificate.renew.failed",
63059
+ "domain.certificate.deleted",
63060
+ "domain.renewal",
63061
+ "domain.renewal.failed",
63062
+ "domain.auto-renew.changed",
62223
63063
  "deployment.created",
62224
63064
  "deployment.error",
62225
63065
  "deployment.canceled",
@@ -62241,22 +63081,27 @@
62241
63081
  "integration-resource.project-disconnected",
62242
63082
  "project.created",
62243
63083
  "project.removed",
63084
+ "project.domain.created",
63085
+ "project.domain.updated",
63086
+ "project.domain.deleted",
62244
63087
  "project.domain.verified",
63088
+ "project.domain.unverified",
63089
+ "project.domain.moved",
62245
63090
  "project.rolling-release.started",
62246
63091
  "project.rolling-release.aborted",
62247
63092
  "project.rolling-release.completed",
62248
63093
  "project.rolling-release.approved",
62249
- "deployment-checks-completed-legacy",
63094
+ "deployment-checks-completed",
62250
63095
  "deployment-ready-legacy",
62251
- "deployment-prepared-legacy",
63096
+ "deployment-prepared",
62252
63097
  "deployment-error-legacy",
62253
63098
  "deployment-check-rerequested-legacy",
62254
63099
  "deployment-canceled-legacy",
62255
63100
  "project-created-legacy",
62256
63101
  "project-removed-legacy",
62257
63102
  "domain-created-legacy",
62258
- "deployment-legacy",
62259
- "integration-configuration-permission-updated-legacy",
63103
+ "deployment",
63104
+ "integration-configuration-permission-updated",
62260
63105
  "integration-configuration-removed-legacy",
62261
63106
  "integration-configuration-scope-change-confirmed-legacy",
62262
63107
  "marketplace.invoice.created",
@@ -63105,8 +63950,12 @@
63105
63950
  "type": "object"
63106
63951
  },
63107
63952
  "applications": {
63108
- "additionalProperties": {
63953
+ "items": {
63109
63954
  "properties": {
63955
+ "projectId": {
63956
+ "type": "string",
63957
+ "description": "The project ID that should use the below configuration."
63958
+ },
63110
63959
  "fallbackHost": {
63111
63960
  "type": "string",
63112
63961
  "description": "This is always set and is the fallback host to send the request to if there is no deployment ID."
@@ -63121,13 +63970,14 @@
63121
63970
  }
63122
63971
  },
63123
63972
  "required": [
63973
+ "projectId",
63124
63974
  "fallbackHost"
63125
63975
  ],
63126
63976
  "type": "object",
63127
- "description": "A mapping from `projectId` to information that should be used if the path is routed to that particular project."
63977
+ "description": "A list of the deployment routing information for each project."
63128
63978
  },
63129
- "type": "object",
63130
- "description": "A mapping from `projectId` to information that should be used if the path is routed to that particular project."
63979
+ "type": "array",
63980
+ "description": "A list of the deployment routing information for each project."
63131
63981
  }
63132
63982
  },
63133
63983
  "required": [
@@ -63562,8 +64412,12 @@
63562
64412
  "type": "object"
63563
64413
  },
63564
64414
  "applications": {
63565
- "additionalProperties": {
64415
+ "items": {
63566
64416
  "properties": {
64417
+ "projectId": {
64418
+ "type": "string",
64419
+ "description": "The project ID that should use the below configuration."
64420
+ },
63567
64421
  "fallbackHost": {
63568
64422
  "type": "string",
63569
64423
  "description": "This is always set and is the fallback host to send the request to if there is no deployment ID."
@@ -63578,13 +64432,14 @@
63578
64432
  }
63579
64433
  },
63580
64434
  "required": [
64435
+ "projectId",
63581
64436
  "fallbackHost"
63582
64437
  ],
63583
64438
  "type": "object",
63584
- "description": "A mapping from `projectId` to information that should be used if the path is routed to that particular project."
64439
+ "description": "A list of the deployment routing information for each project."
63585
64440
  },
63586
- "type": "object",
63587
- "description": "A mapping from `projectId` to information that should be used if the path is routed to that particular project."
64441
+ "type": "array",
64442
+ "description": "A list of the deployment routing information for each project."
63588
64443
  }
63589
64444
  },
63590
64445
  "required": [
@@ -64945,6 +65800,39 @@
64945
65800
  ],
64946
65801
  "description": "Conclusion for checks"
64947
65802
  },
65803
+ "checks": {
65804
+ "properties": {
65805
+ "deployment-alias": {
65806
+ "properties": {
65807
+ "state": {
65808
+ "type": "string",
65809
+ "enum": [
65810
+ "succeeded",
65811
+ "failed",
65812
+ "pending"
65813
+ ]
65814
+ },
65815
+ "startedAt": {
65816
+ "type": "number"
65817
+ },
65818
+ "completedAt": {
65819
+ "type": "number"
65820
+ }
65821
+ },
65822
+ "required": [
65823
+ "state",
65824
+ "startedAt"
65825
+ ],
65826
+ "type": "object",
65827
+ "description": "Detailed information about v2 deployment checks. Includes information about blocked workflows in the deployment lifecycle."
65828
+ }
65829
+ },
65830
+ "required": [
65831
+ "deployment-alias"
65832
+ ],
65833
+ "type": "object",
65834
+ "description": "Detailed information about v2 deployment checks. Includes information about blocked workflows in the deployment lifecycle."
65835
+ },
64948
65836
  "inspectorUrl": {
64949
65837
  "nullable": true,
64950
65838
  "type": "string",
@@ -68431,7 +69319,7 @@
68431
69319
  "type": "string",
68432
69320
  "enum": [
68433
69321
  "enhanced",
68434
- "ultra"
69322
+ "turbo"
68435
69323
  ]
68436
69324
  },
68437
69325
  "isDefaultBuildMachine": {
@@ -68623,6 +69511,7 @@
68623
69511
  "blobTotalAvgSizeInBytes",
68624
69512
  "blobTotalGetResponseObjectSizeInBytes",
68625
69513
  "blobTotalSimpleRequests",
69514
+ "connectDataTransfer",
68626
69515
  "dataCacheRead",
68627
69516
  "dataCacheWrite",
68628
69517
  "edgeConfigRead",
@@ -68634,6 +69523,8 @@
68634
69523
  "elasticConcurrencyBuildSlots",
68635
69524
  "fastDataTransfer",
68636
69525
  "fastOriginTransfer",
69526
+ "fluidCpuDuration",
69527
+ "fluidDuration",
68637
69528
  "functionDuration",
68638
69529
  "functionInvocation",
68639
69530
  "imageOptimizationCacheRead",
@@ -68643,11 +69534,14 @@
68643
69534
  "monitoringMetric",
68644
69535
  "blobDataTransfer",
68645
69536
  "observabilityEvent",
69537
+ "onDemandConcurrencyMinutes",
68646
69538
  "postgresComputeTime",
68647
69539
  "postgresDataStorage",
68648
69540
  "postgresDataTransfer",
68649
69541
  "postgresDatabase",
68650
69542
  "postgresWrittenData",
69543
+ "runtimeCacheRead",
69544
+ "runtimeCacheWrite",
68651
69545
  "serverlessFunctionExecution",
68652
69546
  "sourceImages",
68653
69547
  "storageRedisTotalBandwidthInBytes",
@@ -68975,6 +69869,25 @@
68975
69869
  ],
68976
69870
  "type": "object"
68977
69871
  },
69872
+ "connectDataTransfer": {
69873
+ "properties": {
69874
+ "currentThreshold": {
69875
+ "type": "number"
69876
+ },
69877
+ "warningAt": {
69878
+ "nullable": true,
69879
+ "type": "number"
69880
+ },
69881
+ "blockedAt": {
69882
+ "nullable": true,
69883
+ "type": "number"
69884
+ }
69885
+ },
69886
+ "required": [
69887
+ "currentThreshold"
69888
+ ],
69889
+ "type": "object"
69890
+ },
68978
69891
  "dataCacheRead": {
68979
69892
  "properties": {
68980
69893
  "currentThreshold": {
@@ -69184,6 +70097,44 @@
69184
70097
  ],
69185
70098
  "type": "object"
69186
70099
  },
70100
+ "fluidCpuDuration": {
70101
+ "properties": {
70102
+ "currentThreshold": {
70103
+ "type": "number"
70104
+ },
70105
+ "warningAt": {
70106
+ "nullable": true,
70107
+ "type": "number"
70108
+ },
70109
+ "blockedAt": {
70110
+ "nullable": true,
70111
+ "type": "number"
70112
+ }
70113
+ },
70114
+ "required": [
70115
+ "currentThreshold"
70116
+ ],
70117
+ "type": "object"
70118
+ },
70119
+ "fluidDuration": {
70120
+ "properties": {
70121
+ "currentThreshold": {
70122
+ "type": "number"
70123
+ },
70124
+ "warningAt": {
70125
+ "nullable": true,
70126
+ "type": "number"
70127
+ },
70128
+ "blockedAt": {
70129
+ "nullable": true,
70130
+ "type": "number"
70131
+ }
70132
+ },
70133
+ "required": [
70134
+ "currentThreshold"
70135
+ ],
70136
+ "type": "object"
70137
+ },
69187
70138
  "functionDuration": {
69188
70139
  "properties": {
69189
70140
  "currentThreshold": {
@@ -69355,6 +70306,25 @@
69355
70306
  ],
69356
70307
  "type": "object"
69357
70308
  },
70309
+ "onDemandConcurrencyMinutes": {
70310
+ "properties": {
70311
+ "currentThreshold": {
70312
+ "type": "number"
70313
+ },
70314
+ "warningAt": {
70315
+ "nullable": true,
70316
+ "type": "number"
70317
+ },
70318
+ "blockedAt": {
70319
+ "nullable": true,
70320
+ "type": "number"
70321
+ }
70322
+ },
70323
+ "required": [
70324
+ "currentThreshold"
70325
+ ],
70326
+ "type": "object"
70327
+ },
69358
70328
  "postgresComputeTime": {
69359
70329
  "properties": {
69360
70330
  "currentThreshold": {
@@ -69450,6 +70420,44 @@
69450
70420
  ],
69451
70421
  "type": "object"
69452
70422
  },
70423
+ "runtimeCacheRead": {
70424
+ "properties": {
70425
+ "currentThreshold": {
70426
+ "type": "number"
70427
+ },
70428
+ "warningAt": {
70429
+ "nullable": true,
70430
+ "type": "number"
70431
+ },
70432
+ "blockedAt": {
70433
+ "nullable": true,
70434
+ "type": "number"
70435
+ }
70436
+ },
70437
+ "required": [
70438
+ "currentThreshold"
70439
+ ],
70440
+ "type": "object"
70441
+ },
70442
+ "runtimeCacheWrite": {
70443
+ "properties": {
70444
+ "currentThreshold": {
70445
+ "type": "number"
70446
+ },
70447
+ "warningAt": {
70448
+ "nullable": true,
70449
+ "type": "number"
70450
+ },
70451
+ "blockedAt": {
70452
+ "nullable": true,
70453
+ "type": "number"
70454
+ }
70455
+ },
70456
+ "required": [
70457
+ "currentThreshold"
70458
+ ],
70459
+ "type": "object"
70460
+ },
69453
70461
  "serverlessFunctionExecution": {
69454
70462
  "properties": {
69455
70463
  "currentThreshold": {
@@ -69649,9 +70657,17 @@
69649
70657
  "type": "number",
69650
70658
  "description": "Tracks if the first time on-demand overage email has been sent."
69651
70659
  },
69652
- "overageSummaryEmailSentAt": {
70660
+ "dailyOverageSummaryEmailSentAt": {
70661
+ "type": "number",
70662
+ "description": "Tracks the last time we sent a daily summary email."
70663
+ },
70664
+ "weeklyOverageSummaryEmailSentAt": {
69653
70665
  "type": "number",
69654
- "description": "Tracks the last time we sent a summary email."
70666
+ "description": "Tracks the last time we sent a weekly summary email."
70667
+ },
70668
+ "overageSummaryExpiresAt": {
70669
+ "type": "number",
70670
+ "description": "Tracks when the overage summary email will stop auto-sending. We currently lock the user into email for a month after the last on-demand usage."
69655
70671
  },
69656
70672
  "increasedOnDemandEmailSentAt": {
69657
70673
  "type": "number",
@@ -69871,6 +70887,7 @@
69871
70887
  "blobTotalAvgSizeInBytes",
69872
70888
  "blobTotalGetResponseObjectSizeInBytes",
69873
70889
  "blobTotalSimpleRequests",
70890
+ "connectDataTransfer",
69874
70891
  "dataCacheRead",
69875
70892
  "dataCacheWrite",
69876
70893
  "edgeConfigRead",
@@ -69882,6 +70899,8 @@
69882
70899
  "elasticConcurrencyBuildSlots",
69883
70900
  "fastDataTransfer",
69884
70901
  "fastOriginTransfer",
70902
+ "fluidCpuDuration",
70903
+ "fluidDuration",
69885
70904
  "functionDuration",
69886
70905
  "functionInvocation",
69887
70906
  "imageOptimizationCacheRead",
@@ -69891,11 +70910,14 @@
69891
70910
  "monitoringMetric",
69892
70911
  "blobDataTransfer",
69893
70912
  "observabilityEvent",
70913
+ "onDemandConcurrencyMinutes",
69894
70914
  "postgresComputeTime",
69895
70915
  "postgresDataStorage",
69896
70916
  "postgresDataTransfer",
69897
70917
  "postgresDatabase",
69898
70918
  "postgresWrittenData",
70919
+ "runtimeCacheRead",
70920
+ "runtimeCacheWrite",
69899
70921
  "serverlessFunctionExecution",
69900
70922
  "sourceImages",
69901
70923
  "storageRedisTotalBandwidthInBytes",
@@ -69942,6 +70964,7 @@
69942
70964
  "blobTotalAvgSizeInBytes",
69943
70965
  "blobTotalGetResponseObjectSizeInBytes",
69944
70966
  "blobTotalSimpleRequests",
70967
+ "connectDataTransfer",
69945
70968
  "dataCacheRead",
69946
70969
  "dataCacheWrite",
69947
70970
  "edgeConfigRead",
@@ -69953,6 +70976,8 @@
69953
70976
  "elasticConcurrencyBuildSlots",
69954
70977
  "fastDataTransfer",
69955
70978
  "fastOriginTransfer",
70979
+ "fluidCpuDuration",
70980
+ "fluidDuration",
69956
70981
  "functionDuration",
69957
70982
  "functionInvocation",
69958
70983
  "imageOptimizationCacheRead",
@@ -69962,11 +70987,14 @@
69962
70987
  "monitoringMetric",
69963
70988
  "blobDataTransfer",
69964
70989
  "observabilityEvent",
70990
+ "onDemandConcurrencyMinutes",
69965
70991
  "postgresComputeTime",
69966
70992
  "postgresDataStorage",
69967
70993
  "postgresDataTransfer",
69968
70994
  "postgresDatabase",
69969
70995
  "postgresWrittenData",
70996
+ "runtimeCacheRead",
70997
+ "runtimeCacheWrite",
69970
70998
  "serverlessFunctionExecution",
69971
70999
  "sourceImages",
69972
71000
  "storageRedisTotalBandwidthInBytes",
@@ -70013,6 +71041,7 @@
70013
71041
  "blobTotalAvgSizeInBytes",
70014
71042
  "blobTotalGetResponseObjectSizeInBytes",
70015
71043
  "blobTotalSimpleRequests",
71044
+ "connectDataTransfer",
70016
71045
  "dataCacheRead",
70017
71046
  "dataCacheWrite",
70018
71047
  "edgeConfigRead",
@@ -70024,6 +71053,8 @@
70024
71053
  "elasticConcurrencyBuildSlots",
70025
71054
  "fastDataTransfer",
70026
71055
  "fastOriginTransfer",
71056
+ "fluidCpuDuration",
71057
+ "fluidDuration",
70027
71058
  "functionDuration",
70028
71059
  "functionInvocation",
70029
71060
  "imageOptimizationCacheRead",
@@ -70033,11 +71064,14 @@
70033
71064
  "monitoringMetric",
70034
71065
  "blobDataTransfer",
70035
71066
  "observabilityEvent",
71067
+ "onDemandConcurrencyMinutes",
70036
71068
  "postgresComputeTime",
70037
71069
  "postgresDataStorage",
70038
71070
  "postgresDataTransfer",
70039
71071
  "postgresDatabase",
70040
71072
  "postgresWrittenData",
71073
+ "runtimeCacheRead",
71074
+ "runtimeCacheWrite",
70041
71075
  "serverlessFunctionExecution",
70042
71076
  "sourceImages",
70043
71077
  "storageRedisTotalBandwidthInBytes",
@@ -73456,8 +74490,8 @@
73456
74490
  "properties": {
73457
74491
  "id": {
73458
74492
  "type": "string",
73459
- "description": "The Preset's unique identifier.",
73460
- "example": "ABCDEFG000011111"
74493
+ "description": "The Team's unique identifier.",
74494
+ "example": "team_nllPyCtREAqxxdyFKbbMDlxd"
73461
74495
  },
73462
74496
  "data": {
73463
74497
  "properties": {
@@ -73493,73 +74527,72 @@
73493
74527
  "createdAt"
73494
74528
  ],
73495
74529
  "type": "object"
73496
- }
73497
- },
73498
- "required": [
73499
- "id",
73500
- "data"
73501
- ],
73502
- "type": "object",
73503
- "description": "Data representing a Team.",
73504
- "additionalProperties": true
73505
- },
73506
- "TeamLimited": {
73507
- "properties": {
73508
- "limited": {
73509
- "type": "boolean",
73510
- "description": "Property indicating that this Team data contains only limited information, due to the authentication token missing privileges to read the full Team data or due to team having MFA enforced and the user not having MFA enabled. Re-login with the Team's configured SAML Single Sign-On provider in order to upgrade the authentication token with the necessary privileges."
73511
74530
  },
73512
- "limitedBy": {
73513
- "items": {
73514
- "type": "string",
73515
- "enum": [
73516
- "scope",
73517
- "mfa"
73518
- ]
74531
+ "connect": {
74532
+ "properties": {
74533
+ "enabled": {
74534
+ "type": "boolean"
74535
+ }
73519
74536
  },
73520
- "type": "array"
74537
+ "type": "object"
74538
+ },
74539
+ "creatorId": {
74540
+ "type": "string",
74541
+ "description": "The ID of the user who created the Team.",
74542
+ "example": "R6efeCJQ2HKXywuasPDc0fOWB"
74543
+ },
74544
+ "updatedAt": {
74545
+ "type": "number",
74546
+ "description": "Timestamp (in milliseconds) of when the Team was last updated.",
74547
+ "example": 1611796915677
74548
+ },
74549
+ "emailDomain": {
74550
+ "nullable": true,
74551
+ "type": "string",
74552
+ "description": "Hostname that'll be matched with emails on sign-up to automatically join the Team.",
74553
+ "example": "example.com"
73521
74554
  },
73522
74555
  "saml": {
73523
74556
  "properties": {
73524
74557
  "connection": {
73525
74558
  "properties": {
73526
- "type": {
73527
- "type": "string",
73528
- "description": "The Identity Provider \"type\", for example Okta.",
73529
- "example": "OktaSAML"
73530
- },
73531
74559
  "status": {
73532
74560
  "type": "string",
73533
74561
  "description": "Current status of the connection.",
73534
74562
  "example": "linked"
73535
74563
  },
73536
- "state": {
73537
- "type": "string",
73538
- "description": "Current state of the connection.",
73539
- "example": "active"
73540
- },
73541
- "connectedAt": {
73542
- "type": "number",
73543
- "description": "Timestamp (in milliseconds) of when the configuration was connected.",
73544
- "example": 1611796915677
73545
- },
73546
- "lastReceivedWebhookEvent": {
73547
- "type": "number",
73548
- "description": "Timestamp (in milliseconds) of when the last webhook event was received from WorkOS.",
73549
- "example": 1611796915677
73550
- }
73551
- },
73552
- "required": [
73553
- "type",
73554
- "status",
73555
- "state",
73556
- "connectedAt"
73557
- ],
73558
- "type": "object",
73559
- "description": "Information for the SAML Single Sign-On configuration."
73560
- },
73561
- "directory": {
73562
- "properties": {
74564
+ "type": {
74565
+ "type": "string",
74566
+ "description": "The Identity Provider \"type\", for example Okta.",
74567
+ "example": "OktaSAML"
74568
+ },
74569
+ "state": {
74570
+ "type": "string",
74571
+ "description": "Current state of the connection.",
74572
+ "example": "active"
74573
+ },
74574
+ "connectedAt": {
74575
+ "type": "number",
74576
+ "description": "Timestamp (in milliseconds) of when the configuration was connected.",
74577
+ "example": 1611796915677
74578
+ },
74579
+ "lastReceivedWebhookEvent": {
74580
+ "type": "number",
74581
+ "description": "Timestamp (in milliseconds) of when the last webhook event was received from WorkOS.",
74582
+ "example": 1611796915677
74583
+ }
74584
+ },
74585
+ "required": [
74586
+ "status",
74587
+ "type",
74588
+ "state",
74589
+ "connectedAt"
74590
+ ],
74591
+ "type": "object",
74592
+ "description": "Information for the SAML Single Sign-On configuration."
74593
+ },
74594
+ "directory": {
74595
+ "properties": {
73563
74596
  "type": {
73564
74597
  "type": "string",
73565
74598
  "description": "The Identity Provider \"type\", for example Okta.",
@@ -73592,28 +74625,460 @@
73592
74625
  "enforced": {
73593
74626
  "type": "boolean",
73594
74627
  "description": "When `true`, interactions with the Team **must** be done with an authentication token that has been authenticated with the Team's SAML Single Sign-On provider."
74628
+ },
74629
+ "roles": {
74630
+ "additionalProperties": {
74631
+ "oneOf": [
74632
+ {
74633
+ "properties": {
74634
+ "accessGroupId": {
74635
+ "type": "string"
74636
+ }
74637
+ },
74638
+ "required": [
74639
+ "accessGroupId"
74640
+ ],
74641
+ "type": "object",
74642
+ "description": "When \"Directory Sync\" is configured, this object contains a mapping of which Directory Group (by ID) should be assigned to which Vercel Team \"role\"."
74643
+ },
74644
+ {
74645
+ "type": "string",
74646
+ "enum": [
74647
+ "OWNER",
74648
+ "MEMBER",
74649
+ "DEVELOPER",
74650
+ "SECURITY",
74651
+ "BILLING",
74652
+ "VIEWER",
74653
+ "CONTRIBUTOR"
74654
+ ]
74655
+ }
74656
+ ]
74657
+ },
74658
+ "type": "object",
74659
+ "description": "When \"Directory Sync\" is configured, this object contains a mapping of which Directory Group (by ID) should be assigned to which Vercel Team \"role\"."
73595
74660
  }
73596
74661
  },
73597
74662
  "required": [
73598
74663
  "enforced"
73599
74664
  ],
73600
74665
  "type": "object",
73601
- "description": "When \"Single Sign-On (SAML)\" is configured, this object contains information that allows the client-side to identify whether or not this Team has SAML enforced."
74666
+ "description": "When \"Single Sign-On (SAML)\" is configured, this object contains information regarding the configuration of the Identity Provider (IdP)."
73602
74667
  },
73603
- "mfa": {
74668
+ "inviteCode": {
74669
+ "type": "string",
74670
+ "description": "Code that can be used to join this Team. Only visible to Team owners.",
74671
+ "example": "hasihf9e89"
74672
+ },
74673
+ "description": {
74674
+ "nullable": true,
74675
+ "type": "string",
74676
+ "description": "A short description of the Team.",
74677
+ "example": "Our mission is to make cloud computing accessible to everyone."
74678
+ },
74679
+ "stagingPrefix": {
74680
+ "type": "string",
74681
+ "description": "The prefix that is prepended to automatic aliases."
74682
+ },
74683
+ "resourceConfig": {
73604
74684
  "properties": {
73605
- "enforced": {
74685
+ "concurrentBuilds": {
74686
+ "type": "number",
74687
+ "description": "The total amount of concurrent builds that can be used."
74688
+ },
74689
+ "edgeConfigSize": {
74690
+ "type": "number",
74691
+ "description": "The maximum size in kilobytes of an Edge Config. Only specified if a custom limit is set."
74692
+ },
74693
+ "edgeConfigs": {
74694
+ "type": "number",
74695
+ "description": "The maximum number of edge configs an account can create."
74696
+ },
74697
+ "kvDatabases": {
74698
+ "type": "number",
74699
+ "description": "The maximum number of kv databases an account can create."
74700
+ },
74701
+ "blobStores": {
74702
+ "type": "number",
74703
+ "description": "The maximum number of blob stores an account can create."
74704
+ },
74705
+ "postgresDatabases": {
74706
+ "type": "number",
74707
+ "description": "The maximum number of postgres databases an account can create."
74708
+ },
74709
+ "buildEntitlements": {
74710
+ "properties": {
74711
+ "enhancedBuilds": {
74712
+ "type": "boolean"
74713
+ }
74714
+ },
74715
+ "type": "object"
74716
+ }
74717
+ },
74718
+ "type": "object"
74719
+ },
74720
+ "previewDeploymentSuffix": {
74721
+ "nullable": true,
74722
+ "type": "string",
74723
+ "description": "The hostname that is current set as preview deployment suffix.",
74724
+ "example": "example.dev"
74725
+ },
74726
+ "remoteCaching": {
74727
+ "properties": {
74728
+ "enabled": {
73606
74729
  "type": "boolean"
74730
+ }
74731
+ },
74732
+ "type": "object",
74733
+ "description": "Is remote caching enabled for this team"
74734
+ },
74735
+ "enablePreviewFeedback": {
74736
+ "nullable": true,
74737
+ "type": "string",
74738
+ "enum": [
74739
+ "default",
74740
+ "on",
74741
+ "off",
74742
+ "on-force",
74743
+ "off-force",
74744
+ "default-force"
74745
+ ],
74746
+ "description": "Whether toolbar is enabled on preview deployments"
74747
+ },
74748
+ "enableProductionFeedback": {
74749
+ "nullable": true,
74750
+ "type": "string",
74751
+ "enum": [
74752
+ "default",
74753
+ "on",
74754
+ "off",
74755
+ "on-force",
74756
+ "off-force",
74757
+ "default-force"
74758
+ ],
74759
+ "description": "Whether toolbar is enabled on production deployments"
74760
+ },
74761
+ "sensitiveEnvironmentVariablePolicy": {
74762
+ "nullable": true,
74763
+ "type": "string",
74764
+ "enum": [
74765
+ "default",
74766
+ "on",
74767
+ "off"
74768
+ ],
74769
+ "description": "Sensitive environment variable policy for this team"
74770
+ },
74771
+ "hideIpAddresses": {
74772
+ "nullable": true,
74773
+ "type": "boolean",
74774
+ "description": "Indicates if IP addresses should be accessible in observability (o11y) tooling"
74775
+ },
74776
+ "hideIpAddressesInLogDrains": {
74777
+ "nullable": true,
74778
+ "type": "boolean",
74779
+ "description": "Indicates if IP addresses should be accessible in log drains"
74780
+ },
74781
+ "ipBuckets": {
74782
+ "items": {
74783
+ "properties": {
74784
+ "bucket": {
74785
+ "type": "string"
74786
+ },
74787
+ "supportUntil": {
74788
+ "type": "number"
74789
+ }
74790
+ },
74791
+ "required": [
74792
+ "bucket"
74793
+ ],
74794
+ "type": "object"
74795
+ },
74796
+ "type": "array"
74797
+ },
74798
+ "slug": {
74799
+ "type": "string",
74800
+ "description": "The Team's slug, which is unique across the Vercel platform.",
74801
+ "example": "my-team"
74802
+ },
74803
+ "name": {
74804
+ "nullable": true,
74805
+ "type": "string",
74806
+ "description": "Name associated with the Team account, or `null` if none has been provided.",
74807
+ "example": "My Team"
74808
+ },
74809
+ "avatar": {
74810
+ "nullable": true,
74811
+ "type": "string",
74812
+ "description": "The ID of the file used as avatar for this Team.",
74813
+ "example": "6eb07268bcfadd309905ffb1579354084c24655c"
74814
+ },
74815
+ "membership": {
74816
+ "properties": {
74817
+ "uid": {
74818
+ "type": "string"
74819
+ },
74820
+ "entitlements": {
74821
+ "items": {
74822
+ "properties": {
74823
+ "entitlement": {
74824
+ "type": "string"
74825
+ }
74826
+ },
74827
+ "required": [
74828
+ "entitlement"
74829
+ ],
74830
+ "type": "object"
74831
+ },
74832
+ "type": "array"
73607
74833
  },
73608
- "updatedAt": {
74834
+ "confirmed": {
74835
+ "type": "boolean"
74836
+ },
74837
+ "confirmedAt": {
73609
74838
  "type": "number"
74839
+ },
74840
+ "accessRequestedAt": {
74841
+ "type": "number"
74842
+ },
74843
+ "role": {
74844
+ "type": "string",
74845
+ "enum": [
74846
+ "OWNER",
74847
+ "MEMBER",
74848
+ "DEVELOPER",
74849
+ "SECURITY",
74850
+ "BILLING",
74851
+ "VIEWER",
74852
+ "CONTRIBUTOR"
74853
+ ]
74854
+ },
74855
+ "teamRoles": {
74856
+ "items": {
74857
+ "type": "string",
74858
+ "enum": [
74859
+ "OWNER",
74860
+ "MEMBER",
74861
+ "DEVELOPER",
74862
+ "SECURITY",
74863
+ "BILLING",
74864
+ "VIEWER",
74865
+ "CONTRIBUTOR"
74866
+ ]
74867
+ },
74868
+ "type": "array"
74869
+ },
74870
+ "teamPermissions": {
74871
+ "items": {
74872
+ "type": "string",
74873
+ "enum": [
74874
+ "CreateProject",
74875
+ "FullProductionDeployment",
74876
+ "UsageViewer",
74877
+ "EnvVariableManager",
74878
+ "EnvironmentManager"
74879
+ ]
74880
+ },
74881
+ "type": "array"
74882
+ },
74883
+ "teamId": {
74884
+ "type": "string"
74885
+ },
74886
+ "createdAt": {
74887
+ "type": "number"
74888
+ },
74889
+ "created": {
74890
+ "type": "number"
74891
+ },
74892
+ "joinedFrom": {
74893
+ "properties": {
74894
+ "origin": {
74895
+ "type": "string",
74896
+ "enum": [
74897
+ "saml",
74898
+ "mail",
74899
+ "link",
74900
+ "import",
74901
+ "teams",
74902
+ "github",
74903
+ "gitlab",
74904
+ "bitbucket",
74905
+ "dsync",
74906
+ "feedback",
74907
+ "organization-teams"
74908
+ ]
74909
+ },
74910
+ "commitId": {
74911
+ "type": "string"
74912
+ },
74913
+ "repoId": {
74914
+ "type": "string"
74915
+ },
74916
+ "repoPath": {
74917
+ "type": "string"
74918
+ },
74919
+ "gitUserId": {
74920
+ "oneOf": [
74921
+ {
74922
+ "type": "string"
74923
+ },
74924
+ {
74925
+ "type": "number"
74926
+ }
74927
+ ]
74928
+ },
74929
+ "gitUserLogin": {
74930
+ "type": "string"
74931
+ },
74932
+ "ssoUserId": {
74933
+ "type": "string"
74934
+ },
74935
+ "ssoConnectedAt": {
74936
+ "type": "number"
74937
+ },
74938
+ "idpUserId": {
74939
+ "type": "string"
74940
+ },
74941
+ "dsyncUserId": {
74942
+ "type": "string"
74943
+ },
74944
+ "dsyncConnectedAt": {
74945
+ "type": "number"
74946
+ }
74947
+ },
74948
+ "required": [
74949
+ "origin"
74950
+ ],
74951
+ "type": "object"
73610
74952
  }
73611
74953
  },
73612
74954
  "required": [
73613
- "enforced",
73614
- "updatedAt"
74955
+ "confirmed",
74956
+ "confirmedAt",
74957
+ "role",
74958
+ "createdAt",
74959
+ "created"
73615
74960
  ],
73616
- "type": "object"
74961
+ "type": "object",
74962
+ "description": "The membership of the authenticated User in relation to the Team."
74963
+ },
74964
+ "createdAt": {
74965
+ "type": "number",
74966
+ "description": "UNIX timestamp (in milliseconds) when the Team was created.",
74967
+ "example": 1630748523395
74968
+ }
74969
+ },
74970
+ "required": [
74971
+ "creatorId",
74972
+ "updatedAt",
74973
+ "description",
74974
+ "stagingPrefix",
74975
+ "id",
74976
+ "slug",
74977
+ "name",
74978
+ "avatar",
74979
+ "membership",
74980
+ "createdAt"
74981
+ ],
74982
+ "type": "object",
74983
+ "description": "Data representing a Team.",
74984
+ "additionalProperties": true
74985
+ },
74986
+ "TeamLimited": {
74987
+ "properties": {
74988
+ "limited": {
74989
+ "type": "boolean",
74990
+ "description": "Property indicating that this Team data contains only limited information, due to the authentication token missing privileges to read the full Team data or due to team having MFA enforced and the user not having MFA enabled. Re-login with the Team's configured SAML Single Sign-On provider in order to upgrade the authentication token with the necessary privileges."
74991
+ },
74992
+ "limitedBy": {
74993
+ "items": {
74994
+ "type": "string",
74995
+ "enum": [
74996
+ "scope",
74997
+ "mfa"
74998
+ ]
74999
+ },
75000
+ "type": "array"
75001
+ },
75002
+ "saml": {
75003
+ "properties": {
75004
+ "connection": {
75005
+ "properties": {
75006
+ "type": {
75007
+ "type": "string",
75008
+ "description": "The Identity Provider \"type\", for example Okta.",
75009
+ "example": "OktaSAML"
75010
+ },
75011
+ "status": {
75012
+ "type": "string",
75013
+ "description": "Current status of the connection.",
75014
+ "example": "linked"
75015
+ },
75016
+ "state": {
75017
+ "type": "string",
75018
+ "description": "Current state of the connection.",
75019
+ "example": "active"
75020
+ },
75021
+ "connectedAt": {
75022
+ "type": "number",
75023
+ "description": "Timestamp (in milliseconds) of when the configuration was connected.",
75024
+ "example": 1611796915677
75025
+ },
75026
+ "lastReceivedWebhookEvent": {
75027
+ "type": "number",
75028
+ "description": "Timestamp (in milliseconds) of when the last webhook event was received from WorkOS.",
75029
+ "example": 1611796915677
75030
+ }
75031
+ },
75032
+ "required": [
75033
+ "type",
75034
+ "status",
75035
+ "state",
75036
+ "connectedAt"
75037
+ ],
75038
+ "type": "object",
75039
+ "description": "Information for the SAML Single Sign-On configuration."
75040
+ },
75041
+ "directory": {
75042
+ "properties": {
75043
+ "type": {
75044
+ "type": "string",
75045
+ "description": "The Identity Provider \"type\", for example Okta.",
75046
+ "example": "OktaSAML"
75047
+ },
75048
+ "state": {
75049
+ "type": "string",
75050
+ "description": "Current state of the connection.",
75051
+ "example": "active"
75052
+ },
75053
+ "connectedAt": {
75054
+ "type": "number",
75055
+ "description": "Timestamp (in milliseconds) of when the configuration was connected.",
75056
+ "example": 1611796915677
75057
+ },
75058
+ "lastReceivedWebhookEvent": {
75059
+ "type": "number",
75060
+ "description": "Timestamp (in milliseconds) of when the last webhook event was received from WorkOS.",
75061
+ "example": 1611796915677
75062
+ }
75063
+ },
75064
+ "required": [
75065
+ "type",
75066
+ "state",
75067
+ "connectedAt"
75068
+ ],
75069
+ "type": "object",
75070
+ "description": "Information for the Directory Sync configuration."
75071
+ },
75072
+ "enforced": {
75073
+ "type": "boolean",
75074
+ "description": "When `true`, interactions with the Team **must** be done with an authentication token that has been authenticated with the Team's SAML Single Sign-On provider."
75075
+ }
75076
+ },
75077
+ "required": [
75078
+ "enforced"
75079
+ ],
75080
+ "type": "object",
75081
+ "description": "When \"Single Sign-On (SAML)\" is configured, this object contains information that allows the client-side to identify whether or not this Team has SAML enforced."
73617
75082
  },
73618
75083
  "id": {
73619
75084
  "type": "string",
@@ -73719,6 +75184,7 @@
73719
75184
  "origin": {
73720
75185
  "type": "string",
73721
75186
  "enum": [
75187
+ "saml",
73722
75188
  "mail",
73723
75189
  "link",
73724
75190
  "import",
@@ -73726,7 +75192,6 @@
73726
75192
  "github",
73727
75193
  "gitlab",
73728
75194
  "bitbucket",
73729
- "saml",
73730
75195
  "dsync",
73731
75196
  "feedback",
73732
75197
  "organization-teams"
@@ -73786,10 +75251,6 @@
73786
75251
  "type": "object",
73787
75252
  "description": "The membership of the authenticated User in relation to the Team."
73788
75253
  },
73789
- "created": {
73790
- "type": "string",
73791
- "description": "Will remain undocumented. Remove in v3 API."
73792
- },
73793
75254
  "createdAt": {
73794
75255
  "type": "number",
73795
75256
  "description": "UNIX timestamp (in milliseconds) when the Team was created.",
@@ -73804,7 +75265,6 @@
73804
75265
  "name",
73805
75266
  "avatar",
73806
75267
  "membership",
73807
- "created",
73808
75268
  "createdAt"
73809
75269
  ],
73810
75270
  "type": "object",
@@ -74002,6 +75462,7 @@
74002
75462
  "blobTotalAvgSizeInBytes",
74003
75463
  "blobTotalGetResponseObjectSizeInBytes",
74004
75464
  "blobTotalSimpleRequests",
75465
+ "connectDataTransfer",
74005
75466
  "dataCacheRead",
74006
75467
  "dataCacheWrite",
74007
75468
  "edgeConfigRead",
@@ -74013,6 +75474,8 @@
74013
75474
  "elasticConcurrencyBuildSlots",
74014
75475
  "fastDataTransfer",
74015
75476
  "fastOriginTransfer",
75477
+ "fluidCpuDuration",
75478
+ "fluidDuration",
74016
75479
  "functionDuration",
74017
75480
  "functionInvocation",
74018
75481
  "imageOptimizationCacheRead",
@@ -74022,11 +75485,14 @@
74022
75485
  "monitoringMetric",
74023
75486
  "blobDataTransfer",
74024
75487
  "observabilityEvent",
75488
+ "onDemandConcurrencyMinutes",
74025
75489
  "postgresComputeTime",
74026
75490
  "postgresDataStorage",
74027
75491
  "postgresDataTransfer",
74028
75492
  "postgresDatabase",
74029
75493
  "postgresWrittenData",
75494
+ "runtimeCacheRead",
75495
+ "runtimeCacheWrite",
74030
75496
  "serverlessFunctionExecution",
74031
75497
  "sourceImages",
74032
75498
  "storageRedisTotalBandwidthInBytes",
@@ -74161,7 +75627,7 @@
74161
75627
  "type": "string",
74162
75628
  "enum": [
74163
75629
  "enhanced",
74164
- "ultra"
75630
+ "turbo"
74165
75631
  ],
74166
75632
  "description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
74167
75633
  },