@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
@@ -533,8 +533,8 @@ export type Creator = {
533
533
  avatar?: string | undefined;
534
534
  };
535
535
  export declare const CreateDeploymentReadyState: {
536
- readonly Error: "ERROR";
537
536
  readonly Building: "BUILDING";
537
+ readonly Error: "ERROR";
538
538
  readonly Initializing: "INITIALIZING";
539
539
  readonly Ready: "READY";
540
540
  };
@@ -547,10 +547,10 @@ export type CreateDeploymentOutput = {
547
547
  * A partial representation of a Build used by the deployment endpoint.
548
548
  */
549
549
  export type Lambdas = {
550
- createdAt?: number | undefined;
551
550
  id?: string | undefined;
552
- readyState?: CreateDeploymentReadyState | undefined;
551
+ createdAt?: number | undefined;
553
552
  entrypoint?: string | null | undefined;
553
+ readyState?: CreateDeploymentReadyState | undefined;
554
554
  readyStateAt?: number | undefined;
555
555
  output: Array<CreateDeploymentOutput>;
556
556
  };
@@ -564,8 +564,8 @@ export declare const CreateDeploymentStatus: {
564
564
  };
565
565
  export type CreateDeploymentStatus = ClosedEnum<typeof CreateDeploymentStatus>;
566
566
  export type CreateDeploymentTeam = {
567
- name: string;
568
567
  id: string;
568
+ name: string;
569
569
  slug: string;
570
570
  avatar?: string | undefined;
571
571
  };
@@ -588,9 +588,9 @@ export type CustomEnvironmentType = ClosedEnum<typeof CustomEnvironmentType>;
588
588
  * The type of matching to perform
589
589
  */
590
590
  export declare const CreateDeploymentCustomEnvironmentType: {
591
- readonly EndsWith: "endsWith";
592
591
  readonly StartsWith: "startsWith";
593
592
  readonly Equals: "equals";
593
+ readonly EndsWith: "endsWith";
594
594
  };
595
595
  /**
596
596
  * The type of matching to perform
@@ -910,74 +910,14 @@ export type OidcTokenClaims = {
910
910
  projectId: string;
911
911
  environment: string;
912
912
  };
913
- export declare const CreateDeploymentPlan: {
914
- readonly Pro: "pro";
915
- readonly Enterprise: "enterprise";
916
- readonly Hobby: "hobby";
917
- };
918
- export type CreateDeploymentPlan = ClosedEnum<typeof CreateDeploymentPlan>;
919
- /**
920
- * 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.
921
- */
922
- export type CreateDeploymentMicrofrontendsApplications = {
923
- /**
924
- * This is the production alias, it will always show the most up to date of each application.
925
- */
926
- productionHost: string;
927
- /**
928
- * 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.
929
- */
930
- deploymentAlias?: string | undefined;
931
- deploymentHost?: string | undefined;
932
- };
933
- export type CreateDeploymentMicrofrontends2 = {
934
- /**
935
- * 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.
936
- */
937
- applications?: {
938
- [k: string]: CreateDeploymentMicrofrontendsApplications;
939
- } | undefined;
940
- isDefaultApp: boolean;
941
- /**
942
- * The project name of the default app of this deployment's microfrontends group.
943
- */
944
- defaultAppProjectName: string;
945
- /**
946
- * 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.
947
- */
948
- defaultRoute?: string | undefined;
949
- /**
950
- * 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.
951
- */
952
- groupIds: Array<string>;
953
- };
954
- export type CreateDeploymentMicrofrontends1 = {
955
- /**
956
- * 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.
957
- */
958
- isDefaultApp?: boolean | undefined;
959
- /**
960
- * The project name of the default app of this deployment's microfrontends group.
961
- */
962
- defaultAppProjectName: string;
963
- /**
964
- * 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.
965
- */
966
- defaultRoute?: string | undefined;
967
- /**
968
- * 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.
969
- */
970
- groupIds: Array<string>;
971
- };
972
- export type CreateDeploymentMicrofrontends = CreateDeploymentMicrofrontends1 | CreateDeploymentMicrofrontends2;
973
913
  export declare const FunctionType: {
974
- readonly Standard: "standard";
975
914
  readonly Fluid: "fluid";
915
+ readonly Standard: "standard";
976
916
  };
977
917
  export type FunctionType = ClosedEnum<typeof FunctionType>;
978
918
  export declare const FunctionMemoryType: {
979
- readonly StandardLegacy: "standard_legacy";
980
919
  readonly Standard: "standard";
920
+ readonly StandardLegacy: "standard_legacy";
981
921
  readonly Performance: "performance";
982
922
  };
983
923
  export type FunctionMemoryType = ClosedEnum<typeof FunctionMemoryType>;
@@ -992,7 +932,13 @@ export type Config = {
992
932
  secureComputePrimaryRegion: string | null;
993
933
  secureComputeFallbackRegion: string | null;
994
934
  };
935
+ export declare const Architecture: {
936
+ readonly X8664: "x86_64";
937
+ readonly Arm64: "arm64";
938
+ };
939
+ export type Architecture = ClosedEnum<typeof Architecture>;
995
940
  export type Functions = {
941
+ architecture?: Architecture | undefined;
996
942
  memory?: number | undefined;
997
943
  maxDuration?: number | undefined;
998
944
  runtime?: string | undefined;
@@ -1006,11 +952,11 @@ export type Routes3 = {
1006
952
  };
1007
953
  export declare const RoutesHandle: {
1008
954
  readonly Error: "error";
1009
- readonly Resource: "resource";
1010
955
  readonly Filesystem: "filesystem";
1011
956
  readonly Hit: "hit";
1012
957
  readonly Miss: "miss";
1013
958
  readonly Rewrite: "rewrite";
959
+ readonly Resource: "resource";
1014
960
  };
1015
961
  export type RoutesHandle = ClosedEnum<typeof RoutesHandle>;
1016
962
  export type Routes2 = {
@@ -1099,13 +1045,93 @@ export type CreateDeploymentCrons = {
1099
1045
  schedule: string;
1100
1046
  path: string;
1101
1047
  };
1048
+ /**
1049
+ * 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.
1050
+ */
1051
+ export type CreateDeploymentMicrofrontendsApplications = {
1052
+ /**
1053
+ * This is the production alias, it will always show the most up to date of each application.
1054
+ */
1055
+ productionHost: string;
1056
+ /**
1057
+ * 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.
1058
+ */
1059
+ deploymentAlias?: string | undefined;
1060
+ deploymentHost?: string | undefined;
1061
+ };
1062
+ export type CreateDeploymentMicrofrontends2 = {
1063
+ /**
1064
+ * 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.
1065
+ */
1066
+ applications?: {
1067
+ [k: string]: CreateDeploymentMicrofrontendsApplications;
1068
+ } | undefined;
1069
+ isDefaultApp: boolean;
1070
+ /**
1071
+ * The project name of the default app of this deployment's microfrontends group.
1072
+ */
1073
+ defaultAppProjectName: string;
1074
+ /**
1075
+ * 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.
1076
+ */
1077
+ defaultRoute?: string | undefined;
1078
+ /**
1079
+ * 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.
1080
+ */
1081
+ groupIds: Array<string>;
1082
+ };
1083
+ export type CreateDeploymentMicrofrontends1 = {
1084
+ /**
1085
+ * 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.
1086
+ */
1087
+ isDefaultApp?: boolean | undefined;
1088
+ /**
1089
+ * The project name of the default app of this deployment's microfrontends group.
1090
+ */
1091
+ defaultAppProjectName: string;
1092
+ /**
1093
+ * 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.
1094
+ */
1095
+ defaultRoute?: string | undefined;
1096
+ /**
1097
+ * 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.
1098
+ */
1099
+ groupIds: Array<string>;
1100
+ };
1101
+ export type CreateDeploymentMicrofrontends = CreateDeploymentMicrofrontends1 | CreateDeploymentMicrofrontends2;
1102
+ export declare const CreateDeploymentState: {
1103
+ readonly Succeeded: "succeeded";
1104
+ readonly Failed: "failed";
1105
+ readonly Pending: "pending";
1106
+ };
1107
+ export type CreateDeploymentState = ClosedEnum<typeof CreateDeploymentState>;
1108
+ /**
1109
+ * Condensed check data. Retrieve individual check and check run data using api-checks v2 routes.
1110
+ */
1111
+ export type DeploymentAlias = {
1112
+ state: CreateDeploymentState;
1113
+ startedAt: number;
1114
+ completedAt?: number | undefined;
1115
+ };
1116
+ export type CreateDeploymentChecks = {
1117
+ /**
1118
+ * Condensed check data. Retrieve individual check and check run data using api-checks v2 routes.
1119
+ */
1120
+ deploymentAlias: DeploymentAlias;
1121
+ };
1122
+ export declare const CreateDeploymentPlan: {
1123
+ readonly Pro: "pro";
1124
+ readonly Enterprise: "enterprise";
1125
+ readonly Hobby: "hobby";
1126
+ };
1127
+ export type CreateDeploymentPlan = ClosedEnum<typeof CreateDeploymentPlan>;
1102
1128
  export declare const CreateDeploymentGitRepoDeploymentsType: {
1103
1129
  readonly Bitbucket: "bitbucket";
1104
1130
  };
1105
1131
  export type CreateDeploymentGitRepoDeploymentsType = ClosedEnum<typeof CreateDeploymentGitRepoDeploymentsType>;
1106
1132
  export declare const CreateDeploymentGitRepoOwnerType: {
1107
- readonly User: "user";
1108
1133
  readonly Team: "team";
1134
+ readonly User: "user";
1109
1135
  };
1110
1136
  export type CreateDeploymentGitRepoOwnerType = ClosedEnum<typeof CreateDeploymentGitRepoOwnerType>;
1111
1137
  export type GitRepo3 = {
@@ -1125,8 +1151,8 @@ export declare const CreateDeploymentGitRepoType: {
1125
1151
  };
1126
1152
  export type CreateDeploymentGitRepoType = ClosedEnum<typeof CreateDeploymentGitRepoType>;
1127
1153
  export declare const GitRepoOwnerType: {
1128
- readonly User: "user";
1129
1154
  readonly Team: "team";
1155
+ readonly User: "user";
1130
1156
  };
1131
1157
  export type GitRepoOwnerType = ClosedEnum<typeof GitRepoOwnerType>;
1132
1158
  export type GitRepo2 = {
@@ -1146,8 +1172,8 @@ export declare const GitRepoType: {
1146
1172
  };
1147
1173
  export type GitRepoType = ClosedEnum<typeof GitRepoType>;
1148
1174
  export declare const OwnerType: {
1149
- readonly User: "user";
1150
1175
  readonly Team: "team";
1176
+ readonly User: "user";
1151
1177
  };
1152
1178
  export type OwnerType = ClosedEnum<typeof OwnerType>;
1153
1179
  export type GitRepo1 = {
@@ -1222,11 +1248,11 @@ export type CreateDeploymentResponseBody = {
1222
1248
  previewCommentsEnabled?: boolean | undefined;
1223
1249
  ttyBuildLogs?: boolean | undefined;
1224
1250
  customEnvironment?: CustomEnvironment2 | CustomEnvironment1 | undefined;
1225
- type: CreateDeploymentType;
1251
+ id: string;
1226
1252
  name: string;
1227
1253
  createdAt: number;
1254
+ type: CreateDeploymentType;
1228
1255
  deletedAt?: number | null | undefined;
1229
- id: string;
1230
1256
  version: number;
1231
1257
  /**
1232
1258
  * applies to custom domains only, defaults to `true`
@@ -1270,10 +1296,8 @@ export type CreateDeploymentResponseBody = {
1270
1296
  undeletedAt?: number | undefined;
1271
1297
  url: string;
1272
1298
  oidcTokenClaims?: OidcTokenClaims | undefined;
1273
- plan: CreateDeploymentPlan;
1274
1299
  projectId: string;
1275
1300
  ownerId: string;
1276
- microfrontends?: CreateDeploymentMicrofrontends1 | CreateDeploymentMicrofrontends2 | undefined;
1277
1301
  monorepoManager?: string | null | undefined;
1278
1302
  /**
1279
1303
  * 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
@@ -1284,6 +1308,9 @@ export type CreateDeploymentResponseBody = {
1284
1308
  } | null | undefined;
1285
1309
  routes: Array<Routes3 | Routes2 | Routes1> | null;
1286
1310
  crons?: Array<CreateDeploymentCrons> | undefined;
1311
+ microfrontends?: CreateDeploymentMicrofrontends1 | CreateDeploymentMicrofrontends2 | undefined;
1312
+ checks?: CreateDeploymentChecks | undefined;
1313
+ plan: CreateDeploymentPlan;
1287
1314
  connectBuildsEnabled?: boolean | undefined;
1288
1315
  connectConfigurationId?: string | undefined;
1289
1316
  createdIn: string;
@@ -2490,15 +2517,15 @@ export declare const CreateDeploymentReadyState$outboundSchema: z.ZodNativeEnum<
2490
2517
  export declare namespace CreateDeploymentReadyState$ {
2491
2518
  /** @deprecated use `CreateDeploymentReadyState$inboundSchema` instead. */
2492
2519
  const inboundSchema: z.ZodNativeEnum<{
2493
- readonly Error: "ERROR";
2494
2520
  readonly Building: "BUILDING";
2521
+ readonly Error: "ERROR";
2495
2522
  readonly Initializing: "INITIALIZING";
2496
2523
  readonly Ready: "READY";
2497
2524
  }>;
2498
2525
  /** @deprecated use `CreateDeploymentReadyState$outboundSchema` instead. */
2499
2526
  const outboundSchema: z.ZodNativeEnum<{
2500
- readonly Error: "ERROR";
2501
2527
  readonly Building: "BUILDING";
2528
+ readonly Error: "ERROR";
2502
2529
  readonly Initializing: "INITIALIZING";
2503
2530
  readonly Ready: "READY";
2504
2531
  }>;
@@ -2530,10 +2557,10 @@ export declare function createDeploymentOutputFromJSON(jsonString: string): Safe
2530
2557
  export declare const Lambdas$inboundSchema: z.ZodType<Lambdas, z.ZodTypeDef, unknown>;
2531
2558
  /** @internal */
2532
2559
  export type Lambdas$Outbound = {
2533
- createdAt?: number | undefined;
2534
2560
  id?: string | undefined;
2535
- readyState?: string | undefined;
2561
+ createdAt?: number | undefined;
2536
2562
  entrypoint?: string | null | undefined;
2563
+ readyState?: string | undefined;
2537
2564
  readyStateAt?: number | undefined;
2538
2565
  output: Array<CreateDeploymentOutput$Outbound>;
2539
2566
  };
@@ -2585,8 +2612,8 @@ export declare namespace CreateDeploymentStatus$ {
2585
2612
  export declare const CreateDeploymentTeam$inboundSchema: z.ZodType<CreateDeploymentTeam, z.ZodTypeDef, unknown>;
2586
2613
  /** @internal */
2587
2614
  export type CreateDeploymentTeam$Outbound = {
2588
- name: string;
2589
2615
  id: string;
2616
+ name: string;
2590
2617
  slug: string;
2591
2618
  avatar?: string | undefined;
2592
2619
  };
@@ -2661,15 +2688,15 @@ export declare const CreateDeploymentCustomEnvironmentType$outboundSchema: z.Zod
2661
2688
  export declare namespace CreateDeploymentCustomEnvironmentType$ {
2662
2689
  /** @deprecated use `CreateDeploymentCustomEnvironmentType$inboundSchema` instead. */
2663
2690
  const inboundSchema: z.ZodNativeEnum<{
2664
- readonly EndsWith: "endsWith";
2665
2691
  readonly StartsWith: "startsWith";
2666
2692
  readonly Equals: "equals";
2693
+ readonly EndsWith: "endsWith";
2667
2694
  }>;
2668
2695
  /** @deprecated use `CreateDeploymentCustomEnvironmentType$outboundSchema` instead. */
2669
2696
  const outboundSchema: z.ZodNativeEnum<{
2670
- readonly EndsWith: "endsWith";
2671
2697
  readonly StartsWith: "startsWith";
2672
2698
  readonly Equals: "equals";
2699
+ readonly EndsWith: "endsWith";
2673
2700
  }>;
2674
2701
  }
2675
2702
  /** @internal */
@@ -3688,125 +3715,6 @@ export declare namespace OidcTokenClaims$ {
3688
3715
  export declare function oidcTokenClaimsToJSON(oidcTokenClaims: OidcTokenClaims): string;
3689
3716
  export declare function oidcTokenClaimsFromJSON(jsonString: string): SafeParseResult<OidcTokenClaims, SDKValidationError>;
3690
3717
  /** @internal */
3691
- export declare const CreateDeploymentPlan$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentPlan>;
3692
- /** @internal */
3693
- export declare const CreateDeploymentPlan$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentPlan>;
3694
- /**
3695
- * @internal
3696
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3697
- */
3698
- export declare namespace CreateDeploymentPlan$ {
3699
- /** @deprecated use `CreateDeploymentPlan$inboundSchema` instead. */
3700
- const inboundSchema: z.ZodNativeEnum<{
3701
- readonly Pro: "pro";
3702
- readonly Enterprise: "enterprise";
3703
- readonly Hobby: "hobby";
3704
- }>;
3705
- /** @deprecated use `CreateDeploymentPlan$outboundSchema` instead. */
3706
- const outboundSchema: z.ZodNativeEnum<{
3707
- readonly Pro: "pro";
3708
- readonly Enterprise: "enterprise";
3709
- readonly Hobby: "hobby";
3710
- }>;
3711
- }
3712
- /** @internal */
3713
- export declare const CreateDeploymentMicrofrontendsApplications$inboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications, z.ZodTypeDef, unknown>;
3714
- /** @internal */
3715
- export type CreateDeploymentMicrofrontendsApplications$Outbound = {
3716
- productionHost: string;
3717
- deploymentAlias?: string | undefined;
3718
- deploymentHost?: string | undefined;
3719
- };
3720
- /** @internal */
3721
- export declare const CreateDeploymentMicrofrontendsApplications$outboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontendsApplications>;
3722
- /**
3723
- * @internal
3724
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3725
- */
3726
- export declare namespace CreateDeploymentMicrofrontendsApplications$ {
3727
- /** @deprecated use `CreateDeploymentMicrofrontendsApplications$inboundSchema` instead. */
3728
- const inboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications, z.ZodTypeDef, unknown>;
3729
- /** @deprecated use `CreateDeploymentMicrofrontendsApplications$outboundSchema` instead. */
3730
- const outboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontendsApplications>;
3731
- /** @deprecated use `CreateDeploymentMicrofrontendsApplications$Outbound` instead. */
3732
- type Outbound = CreateDeploymentMicrofrontendsApplications$Outbound;
3733
- }
3734
- export declare function createDeploymentMicrofrontendsApplicationsToJSON(createDeploymentMicrofrontendsApplications: CreateDeploymentMicrofrontendsApplications): string;
3735
- export declare function createDeploymentMicrofrontendsApplicationsFromJSON(jsonString: string): SafeParseResult<CreateDeploymentMicrofrontendsApplications, SDKValidationError>;
3736
- /** @internal */
3737
- export declare const CreateDeploymentMicrofrontends2$inboundSchema: z.ZodType<CreateDeploymentMicrofrontends2, z.ZodTypeDef, unknown>;
3738
- /** @internal */
3739
- export type CreateDeploymentMicrofrontends2$Outbound = {
3740
- applications?: {
3741
- [k: string]: CreateDeploymentMicrofrontendsApplications$Outbound;
3742
- } | undefined;
3743
- isDefaultApp: boolean;
3744
- defaultAppProjectName: string;
3745
- defaultRoute?: string | undefined;
3746
- groupIds: Array<string>;
3747
- };
3748
- /** @internal */
3749
- export declare const CreateDeploymentMicrofrontends2$outboundSchema: z.ZodType<CreateDeploymentMicrofrontends2$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends2>;
3750
- /**
3751
- * @internal
3752
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3753
- */
3754
- export declare namespace CreateDeploymentMicrofrontends2$ {
3755
- /** @deprecated use `CreateDeploymentMicrofrontends2$inboundSchema` instead. */
3756
- const inboundSchema: z.ZodType<CreateDeploymentMicrofrontends2, z.ZodTypeDef, unknown>;
3757
- /** @deprecated use `CreateDeploymentMicrofrontends2$outboundSchema` instead. */
3758
- const outboundSchema: z.ZodType<CreateDeploymentMicrofrontends2$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends2>;
3759
- /** @deprecated use `CreateDeploymentMicrofrontends2$Outbound` instead. */
3760
- type Outbound = CreateDeploymentMicrofrontends2$Outbound;
3761
- }
3762
- export declare function createDeploymentMicrofrontends2ToJSON(createDeploymentMicrofrontends2: CreateDeploymentMicrofrontends2): string;
3763
- export declare function createDeploymentMicrofrontends2FromJSON(jsonString: string): SafeParseResult<CreateDeploymentMicrofrontends2, SDKValidationError>;
3764
- /** @internal */
3765
- export declare const CreateDeploymentMicrofrontends1$inboundSchema: z.ZodType<CreateDeploymentMicrofrontends1, z.ZodTypeDef, unknown>;
3766
- /** @internal */
3767
- export type CreateDeploymentMicrofrontends1$Outbound = {
3768
- isDefaultApp?: boolean | undefined;
3769
- defaultAppProjectName: string;
3770
- defaultRoute?: string | undefined;
3771
- groupIds: Array<string>;
3772
- };
3773
- /** @internal */
3774
- export declare const CreateDeploymentMicrofrontends1$outboundSchema: z.ZodType<CreateDeploymentMicrofrontends1$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends1>;
3775
- /**
3776
- * @internal
3777
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3778
- */
3779
- export declare namespace CreateDeploymentMicrofrontends1$ {
3780
- /** @deprecated use `CreateDeploymentMicrofrontends1$inboundSchema` instead. */
3781
- const inboundSchema: z.ZodType<CreateDeploymentMicrofrontends1, z.ZodTypeDef, unknown>;
3782
- /** @deprecated use `CreateDeploymentMicrofrontends1$outboundSchema` instead. */
3783
- const outboundSchema: z.ZodType<CreateDeploymentMicrofrontends1$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends1>;
3784
- /** @deprecated use `CreateDeploymentMicrofrontends1$Outbound` instead. */
3785
- type Outbound = CreateDeploymentMicrofrontends1$Outbound;
3786
- }
3787
- export declare function createDeploymentMicrofrontends1ToJSON(createDeploymentMicrofrontends1: CreateDeploymentMicrofrontends1): string;
3788
- export declare function createDeploymentMicrofrontends1FromJSON(jsonString: string): SafeParseResult<CreateDeploymentMicrofrontends1, SDKValidationError>;
3789
- /** @internal */
3790
- export declare const CreateDeploymentMicrofrontends$inboundSchema: z.ZodType<CreateDeploymentMicrofrontends, z.ZodTypeDef, unknown>;
3791
- /** @internal */
3792
- export type CreateDeploymentMicrofrontends$Outbound = CreateDeploymentMicrofrontends1$Outbound | CreateDeploymentMicrofrontends2$Outbound;
3793
- /** @internal */
3794
- export declare const CreateDeploymentMicrofrontends$outboundSchema: z.ZodType<CreateDeploymentMicrofrontends$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends>;
3795
- /**
3796
- * @internal
3797
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3798
- */
3799
- export declare namespace CreateDeploymentMicrofrontends$ {
3800
- /** @deprecated use `CreateDeploymentMicrofrontends$inboundSchema` instead. */
3801
- const inboundSchema: z.ZodType<CreateDeploymentMicrofrontends, z.ZodTypeDef, unknown>;
3802
- /** @deprecated use `CreateDeploymentMicrofrontends$outboundSchema` instead. */
3803
- const outboundSchema: z.ZodType<CreateDeploymentMicrofrontends$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends>;
3804
- /** @deprecated use `CreateDeploymentMicrofrontends$Outbound` instead. */
3805
- type Outbound = CreateDeploymentMicrofrontends$Outbound;
3806
- }
3807
- export declare function createDeploymentMicrofrontendsToJSON(createDeploymentMicrofrontends: CreateDeploymentMicrofrontends): string;
3808
- export declare function createDeploymentMicrofrontendsFromJSON(jsonString: string): SafeParseResult<CreateDeploymentMicrofrontends, SDKValidationError>;
3809
- /** @internal */
3810
3718
  export declare const FunctionType$inboundSchema: z.ZodNativeEnum<typeof FunctionType>;
3811
3719
  /** @internal */
3812
3720
  export declare const FunctionType$outboundSchema: z.ZodNativeEnum<typeof FunctionType>;
@@ -3817,13 +3725,13 @@ export declare const FunctionType$outboundSchema: z.ZodNativeEnum<typeof Functio
3817
3725
  export declare namespace FunctionType$ {
3818
3726
  /** @deprecated use `FunctionType$inboundSchema` instead. */
3819
3727
  const inboundSchema: z.ZodNativeEnum<{
3820
- readonly Standard: "standard";
3821
3728
  readonly Fluid: "fluid";
3729
+ readonly Standard: "standard";
3822
3730
  }>;
3823
3731
  /** @deprecated use `FunctionType$outboundSchema` instead. */
3824
3732
  const outboundSchema: z.ZodNativeEnum<{
3825
- readonly Standard: "standard";
3826
3733
  readonly Fluid: "fluid";
3734
+ readonly Standard: "standard";
3827
3735
  }>;
3828
3736
  }
3829
3737
  /** @internal */
@@ -3837,14 +3745,14 @@ export declare const FunctionMemoryType$outboundSchema: z.ZodNativeEnum<typeof F
3837
3745
  export declare namespace FunctionMemoryType$ {
3838
3746
  /** @deprecated use `FunctionMemoryType$inboundSchema` instead. */
3839
3747
  const inboundSchema: z.ZodNativeEnum<{
3840
- readonly StandardLegacy: "standard_legacy";
3841
3748
  readonly Standard: "standard";
3749
+ readonly StandardLegacy: "standard_legacy";
3842
3750
  readonly Performance: "performance";
3843
3751
  }>;
3844
3752
  /** @deprecated use `FunctionMemoryType$outboundSchema` instead. */
3845
3753
  const outboundSchema: z.ZodNativeEnum<{
3846
- readonly StandardLegacy: "standard_legacy";
3847
3754
  readonly Standard: "standard";
3755
+ readonly StandardLegacy: "standard_legacy";
3848
3756
  readonly Performance: "performance";
3849
3757
  }>;
3850
3758
  }
@@ -3876,9 +3784,30 @@ export declare namespace Config$ {
3876
3784
  export declare function configToJSON(config: Config): string;
3877
3785
  export declare function configFromJSON(jsonString: string): SafeParseResult<Config, SDKValidationError>;
3878
3786
  /** @internal */
3787
+ export declare const Architecture$inboundSchema: z.ZodNativeEnum<typeof Architecture>;
3788
+ /** @internal */
3789
+ export declare const Architecture$outboundSchema: z.ZodNativeEnum<typeof Architecture>;
3790
+ /**
3791
+ * @internal
3792
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3793
+ */
3794
+ export declare namespace Architecture$ {
3795
+ /** @deprecated use `Architecture$inboundSchema` instead. */
3796
+ const inboundSchema: z.ZodNativeEnum<{
3797
+ readonly X8664: "x86_64";
3798
+ readonly Arm64: "arm64";
3799
+ }>;
3800
+ /** @deprecated use `Architecture$outboundSchema` instead. */
3801
+ const outboundSchema: z.ZodNativeEnum<{
3802
+ readonly X8664: "x86_64";
3803
+ readonly Arm64: "arm64";
3804
+ }>;
3805
+ }
3806
+ /** @internal */
3879
3807
  export declare const Functions$inboundSchema: z.ZodType<Functions, z.ZodTypeDef, unknown>;
3880
3808
  /** @internal */
3881
3809
  export type Functions$Outbound = {
3810
+ architecture?: string | undefined;
3882
3811
  memory?: number | undefined;
3883
3812
  maxDuration?: number | undefined;
3884
3813
  runtime?: string | undefined;
@@ -3937,20 +3866,20 @@ export declare namespace RoutesHandle$ {
3937
3866
  /** @deprecated use `RoutesHandle$inboundSchema` instead. */
3938
3867
  const inboundSchema: z.ZodNativeEnum<{
3939
3868
  readonly Error: "error";
3940
- readonly Resource: "resource";
3941
3869
  readonly Filesystem: "filesystem";
3942
3870
  readonly Hit: "hit";
3943
3871
  readonly Miss: "miss";
3944
3872
  readonly Rewrite: "rewrite";
3873
+ readonly Resource: "resource";
3945
3874
  }>;
3946
3875
  /** @deprecated use `RoutesHandle$outboundSchema` instead. */
3947
3876
  const outboundSchema: z.ZodNativeEnum<{
3948
3877
  readonly Error: "error";
3949
- readonly Resource: "resource";
3950
3878
  readonly Filesystem: "filesystem";
3951
3879
  readonly Hit: "hit";
3952
3880
  readonly Miss: "miss";
3953
3881
  readonly Rewrite: "rewrite";
3882
+ readonly Resource: "resource";
3954
3883
  }>;
3955
3884
  }
3956
3885
  /** @internal */
@@ -4300,6 +4229,193 @@ export declare namespace CreateDeploymentCrons$ {
4300
4229
  export declare function createDeploymentCronsToJSON(createDeploymentCrons: CreateDeploymentCrons): string;
4301
4230
  export declare function createDeploymentCronsFromJSON(jsonString: string): SafeParseResult<CreateDeploymentCrons, SDKValidationError>;
4302
4231
  /** @internal */
4232
+ export declare const CreateDeploymentMicrofrontendsApplications$inboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications, z.ZodTypeDef, unknown>;
4233
+ /** @internal */
4234
+ export type CreateDeploymentMicrofrontendsApplications$Outbound = {
4235
+ productionHost: string;
4236
+ deploymentAlias?: string | undefined;
4237
+ deploymentHost?: string | undefined;
4238
+ };
4239
+ /** @internal */
4240
+ export declare const CreateDeploymentMicrofrontendsApplications$outboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontendsApplications>;
4241
+ /**
4242
+ * @internal
4243
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4244
+ */
4245
+ export declare namespace CreateDeploymentMicrofrontendsApplications$ {
4246
+ /** @deprecated use `CreateDeploymentMicrofrontendsApplications$inboundSchema` instead. */
4247
+ const inboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications, z.ZodTypeDef, unknown>;
4248
+ /** @deprecated use `CreateDeploymentMicrofrontendsApplications$outboundSchema` instead. */
4249
+ const outboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontendsApplications>;
4250
+ /** @deprecated use `CreateDeploymentMicrofrontendsApplications$Outbound` instead. */
4251
+ type Outbound = CreateDeploymentMicrofrontendsApplications$Outbound;
4252
+ }
4253
+ export declare function createDeploymentMicrofrontendsApplicationsToJSON(createDeploymentMicrofrontendsApplications: CreateDeploymentMicrofrontendsApplications): string;
4254
+ export declare function createDeploymentMicrofrontendsApplicationsFromJSON(jsonString: string): SafeParseResult<CreateDeploymentMicrofrontendsApplications, SDKValidationError>;
4255
+ /** @internal */
4256
+ export declare const CreateDeploymentMicrofrontends2$inboundSchema: z.ZodType<CreateDeploymentMicrofrontends2, z.ZodTypeDef, unknown>;
4257
+ /** @internal */
4258
+ export type CreateDeploymentMicrofrontends2$Outbound = {
4259
+ applications?: {
4260
+ [k: string]: CreateDeploymentMicrofrontendsApplications$Outbound;
4261
+ } | undefined;
4262
+ isDefaultApp: boolean;
4263
+ defaultAppProjectName: string;
4264
+ defaultRoute?: string | undefined;
4265
+ groupIds: Array<string>;
4266
+ };
4267
+ /** @internal */
4268
+ export declare const CreateDeploymentMicrofrontends2$outboundSchema: z.ZodType<CreateDeploymentMicrofrontends2$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends2>;
4269
+ /**
4270
+ * @internal
4271
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4272
+ */
4273
+ export declare namespace CreateDeploymentMicrofrontends2$ {
4274
+ /** @deprecated use `CreateDeploymentMicrofrontends2$inboundSchema` instead. */
4275
+ const inboundSchema: z.ZodType<CreateDeploymentMicrofrontends2, z.ZodTypeDef, unknown>;
4276
+ /** @deprecated use `CreateDeploymentMicrofrontends2$outboundSchema` instead. */
4277
+ const outboundSchema: z.ZodType<CreateDeploymentMicrofrontends2$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends2>;
4278
+ /** @deprecated use `CreateDeploymentMicrofrontends2$Outbound` instead. */
4279
+ type Outbound = CreateDeploymentMicrofrontends2$Outbound;
4280
+ }
4281
+ export declare function createDeploymentMicrofrontends2ToJSON(createDeploymentMicrofrontends2: CreateDeploymentMicrofrontends2): string;
4282
+ export declare function createDeploymentMicrofrontends2FromJSON(jsonString: string): SafeParseResult<CreateDeploymentMicrofrontends2, SDKValidationError>;
4283
+ /** @internal */
4284
+ export declare const CreateDeploymentMicrofrontends1$inboundSchema: z.ZodType<CreateDeploymentMicrofrontends1, z.ZodTypeDef, unknown>;
4285
+ /** @internal */
4286
+ export type CreateDeploymentMicrofrontends1$Outbound = {
4287
+ isDefaultApp?: boolean | undefined;
4288
+ defaultAppProjectName: string;
4289
+ defaultRoute?: string | undefined;
4290
+ groupIds: Array<string>;
4291
+ };
4292
+ /** @internal */
4293
+ export declare const CreateDeploymentMicrofrontends1$outboundSchema: z.ZodType<CreateDeploymentMicrofrontends1$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends1>;
4294
+ /**
4295
+ * @internal
4296
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4297
+ */
4298
+ export declare namespace CreateDeploymentMicrofrontends1$ {
4299
+ /** @deprecated use `CreateDeploymentMicrofrontends1$inboundSchema` instead. */
4300
+ const inboundSchema: z.ZodType<CreateDeploymentMicrofrontends1, z.ZodTypeDef, unknown>;
4301
+ /** @deprecated use `CreateDeploymentMicrofrontends1$outboundSchema` instead. */
4302
+ const outboundSchema: z.ZodType<CreateDeploymentMicrofrontends1$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends1>;
4303
+ /** @deprecated use `CreateDeploymentMicrofrontends1$Outbound` instead. */
4304
+ type Outbound = CreateDeploymentMicrofrontends1$Outbound;
4305
+ }
4306
+ export declare function createDeploymentMicrofrontends1ToJSON(createDeploymentMicrofrontends1: CreateDeploymentMicrofrontends1): string;
4307
+ export declare function createDeploymentMicrofrontends1FromJSON(jsonString: string): SafeParseResult<CreateDeploymentMicrofrontends1, SDKValidationError>;
4308
+ /** @internal */
4309
+ export declare const CreateDeploymentMicrofrontends$inboundSchema: z.ZodType<CreateDeploymentMicrofrontends, z.ZodTypeDef, unknown>;
4310
+ /** @internal */
4311
+ export type CreateDeploymentMicrofrontends$Outbound = CreateDeploymentMicrofrontends1$Outbound | CreateDeploymentMicrofrontends2$Outbound;
4312
+ /** @internal */
4313
+ export declare const CreateDeploymentMicrofrontends$outboundSchema: z.ZodType<CreateDeploymentMicrofrontends$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends>;
4314
+ /**
4315
+ * @internal
4316
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4317
+ */
4318
+ export declare namespace CreateDeploymentMicrofrontends$ {
4319
+ /** @deprecated use `CreateDeploymentMicrofrontends$inboundSchema` instead. */
4320
+ const inboundSchema: z.ZodType<CreateDeploymentMicrofrontends, z.ZodTypeDef, unknown>;
4321
+ /** @deprecated use `CreateDeploymentMicrofrontends$outboundSchema` instead. */
4322
+ const outboundSchema: z.ZodType<CreateDeploymentMicrofrontends$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends>;
4323
+ /** @deprecated use `CreateDeploymentMicrofrontends$Outbound` instead. */
4324
+ type Outbound = CreateDeploymentMicrofrontends$Outbound;
4325
+ }
4326
+ export declare function createDeploymentMicrofrontendsToJSON(createDeploymentMicrofrontends: CreateDeploymentMicrofrontends): string;
4327
+ export declare function createDeploymentMicrofrontendsFromJSON(jsonString: string): SafeParseResult<CreateDeploymentMicrofrontends, SDKValidationError>;
4328
+ /** @internal */
4329
+ export declare const CreateDeploymentState$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentState>;
4330
+ /** @internal */
4331
+ export declare const CreateDeploymentState$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentState>;
4332
+ /**
4333
+ * @internal
4334
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4335
+ */
4336
+ export declare namespace CreateDeploymentState$ {
4337
+ /** @deprecated use `CreateDeploymentState$inboundSchema` instead. */
4338
+ const inboundSchema: z.ZodNativeEnum<{
4339
+ readonly Succeeded: "succeeded";
4340
+ readonly Failed: "failed";
4341
+ readonly Pending: "pending";
4342
+ }>;
4343
+ /** @deprecated use `CreateDeploymentState$outboundSchema` instead. */
4344
+ const outboundSchema: z.ZodNativeEnum<{
4345
+ readonly Succeeded: "succeeded";
4346
+ readonly Failed: "failed";
4347
+ readonly Pending: "pending";
4348
+ }>;
4349
+ }
4350
+ /** @internal */
4351
+ export declare const DeploymentAlias$inboundSchema: z.ZodType<DeploymentAlias, z.ZodTypeDef, unknown>;
4352
+ /** @internal */
4353
+ export type DeploymentAlias$Outbound = {
4354
+ state: string;
4355
+ startedAt: number;
4356
+ completedAt?: number | undefined;
4357
+ };
4358
+ /** @internal */
4359
+ export declare const DeploymentAlias$outboundSchema: z.ZodType<DeploymentAlias$Outbound, z.ZodTypeDef, DeploymentAlias>;
4360
+ /**
4361
+ * @internal
4362
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4363
+ */
4364
+ export declare namespace DeploymentAlias$ {
4365
+ /** @deprecated use `DeploymentAlias$inboundSchema` instead. */
4366
+ const inboundSchema: z.ZodType<DeploymentAlias, z.ZodTypeDef, unknown>;
4367
+ /** @deprecated use `DeploymentAlias$outboundSchema` instead. */
4368
+ const outboundSchema: z.ZodType<DeploymentAlias$Outbound, z.ZodTypeDef, DeploymentAlias>;
4369
+ /** @deprecated use `DeploymentAlias$Outbound` instead. */
4370
+ type Outbound = DeploymentAlias$Outbound;
4371
+ }
4372
+ export declare function deploymentAliasToJSON(deploymentAlias: DeploymentAlias): string;
4373
+ export declare function deploymentAliasFromJSON(jsonString: string): SafeParseResult<DeploymentAlias, SDKValidationError>;
4374
+ /** @internal */
4375
+ export declare const CreateDeploymentChecks$inboundSchema: z.ZodType<CreateDeploymentChecks, z.ZodTypeDef, unknown>;
4376
+ /** @internal */
4377
+ export type CreateDeploymentChecks$Outbound = {
4378
+ "deployment-alias": DeploymentAlias$Outbound;
4379
+ };
4380
+ /** @internal */
4381
+ export declare const CreateDeploymentChecks$outboundSchema: z.ZodType<CreateDeploymentChecks$Outbound, z.ZodTypeDef, CreateDeploymentChecks>;
4382
+ /**
4383
+ * @internal
4384
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4385
+ */
4386
+ export declare namespace CreateDeploymentChecks$ {
4387
+ /** @deprecated use `CreateDeploymentChecks$inboundSchema` instead. */
4388
+ const inboundSchema: z.ZodType<CreateDeploymentChecks, z.ZodTypeDef, unknown>;
4389
+ /** @deprecated use `CreateDeploymentChecks$outboundSchema` instead. */
4390
+ const outboundSchema: z.ZodType<CreateDeploymentChecks$Outbound, z.ZodTypeDef, CreateDeploymentChecks>;
4391
+ /** @deprecated use `CreateDeploymentChecks$Outbound` instead. */
4392
+ type Outbound = CreateDeploymentChecks$Outbound;
4393
+ }
4394
+ export declare function createDeploymentChecksToJSON(createDeploymentChecks: CreateDeploymentChecks): string;
4395
+ export declare function createDeploymentChecksFromJSON(jsonString: string): SafeParseResult<CreateDeploymentChecks, SDKValidationError>;
4396
+ /** @internal */
4397
+ export declare const CreateDeploymentPlan$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentPlan>;
4398
+ /** @internal */
4399
+ export declare const CreateDeploymentPlan$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentPlan>;
4400
+ /**
4401
+ * @internal
4402
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4403
+ */
4404
+ export declare namespace CreateDeploymentPlan$ {
4405
+ /** @deprecated use `CreateDeploymentPlan$inboundSchema` instead. */
4406
+ const inboundSchema: z.ZodNativeEnum<{
4407
+ readonly Pro: "pro";
4408
+ readonly Enterprise: "enterprise";
4409
+ readonly Hobby: "hobby";
4410
+ }>;
4411
+ /** @deprecated use `CreateDeploymentPlan$outboundSchema` instead. */
4412
+ const outboundSchema: z.ZodNativeEnum<{
4413
+ readonly Pro: "pro";
4414
+ readonly Enterprise: "enterprise";
4415
+ readonly Hobby: "hobby";
4416
+ }>;
4417
+ }
4418
+ /** @internal */
4303
4419
  export declare const CreateDeploymentGitRepoDeploymentsType$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitRepoDeploymentsType>;
4304
4420
  /** @internal */
4305
4421
  export declare const CreateDeploymentGitRepoDeploymentsType$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitRepoDeploymentsType>;
@@ -4328,13 +4444,13 @@ export declare const CreateDeploymentGitRepoOwnerType$outboundSchema: z.ZodNativ
4328
4444
  export declare namespace CreateDeploymentGitRepoOwnerType$ {
4329
4445
  /** @deprecated use `CreateDeploymentGitRepoOwnerType$inboundSchema` instead. */
4330
4446
  const inboundSchema: z.ZodNativeEnum<{
4331
- readonly User: "user";
4332
4447
  readonly Team: "team";
4448
+ readonly User: "user";
4333
4449
  }>;
4334
4450
  /** @deprecated use `CreateDeploymentGitRepoOwnerType$outboundSchema` instead. */
4335
4451
  const outboundSchema: z.ZodNativeEnum<{
4336
- readonly User: "user";
4337
4452
  readonly Team: "team";
4453
+ readonly User: "user";
4338
4454
  }>;
4339
4455
  }
4340
4456
  /** @internal */
@@ -4397,13 +4513,13 @@ export declare const GitRepoOwnerType$outboundSchema: z.ZodNativeEnum<typeof Git
4397
4513
  export declare namespace GitRepoOwnerType$ {
4398
4514
  /** @deprecated use `GitRepoOwnerType$inboundSchema` instead. */
4399
4515
  const inboundSchema: z.ZodNativeEnum<{
4400
- readonly User: "user";
4401
4516
  readonly Team: "team";
4517
+ readonly User: "user";
4402
4518
  }>;
4403
4519
  /** @deprecated use `GitRepoOwnerType$outboundSchema` instead. */
4404
4520
  const outboundSchema: z.ZodNativeEnum<{
4405
- readonly User: "user";
4406
4521
  readonly Team: "team";
4522
+ readonly User: "user";
4407
4523
  }>;
4408
4524
  }
4409
4525
  /** @internal */
@@ -4466,13 +4582,13 @@ export declare const OwnerType$outboundSchema: z.ZodNativeEnum<typeof OwnerType>
4466
4582
  export declare namespace OwnerType$ {
4467
4583
  /** @deprecated use `OwnerType$inboundSchema` instead. */
4468
4584
  const inboundSchema: z.ZodNativeEnum<{
4469
- readonly User: "user";
4470
4585
  readonly Team: "team";
4586
+ readonly User: "user";
4471
4587
  }>;
4472
4588
  /** @deprecated use `OwnerType$outboundSchema` instead. */
4473
4589
  const outboundSchema: z.ZodNativeEnum<{
4474
- readonly User: "user";
4475
4590
  readonly Team: "team";
4591
+ readonly User: "user";
4476
4592
  }>;
4477
4593
  }
4478
4594
  /** @internal */
@@ -4671,11 +4787,11 @@ export type CreateDeploymentResponseBody$Outbound = {
4671
4787
  previewCommentsEnabled?: boolean | undefined;
4672
4788
  ttyBuildLogs?: boolean | undefined;
4673
4789
  customEnvironment?: CustomEnvironment2$Outbound | CustomEnvironment1$Outbound | undefined;
4674
- type: string;
4790
+ id: string;
4675
4791
  name: string;
4676
4792
  createdAt: number;
4793
+ type: string;
4677
4794
  deletedAt?: number | null | undefined;
4678
- id: string;
4679
4795
  version: number;
4680
4796
  autoAssignCustomDomains?: boolean | undefined;
4681
4797
  gitSource?: CreateDeploymentGitSource8$Outbound | CreateDeploymentGitSource11$Outbound | CreateDeploymentGitSource1$Outbound | CreateDeploymentGitSource5$Outbound | CreateDeploymentGitSource2$Outbound | CreateDeploymentGitSource3$Outbound | CreateDeploymentGitSource6$Outbound | CreateDeploymentGitSource7$Outbound | CreateDeploymentGitSource9$Outbound | CreateDeploymentGitSource4$Outbound | CreateDeploymentGitSource10$Outbound | CreateDeploymentGitSource12$Outbound | undefined;
@@ -4707,10 +4823,8 @@ export type CreateDeploymentResponseBody$Outbound = {
4707
4823
  undeletedAt?: number | undefined;
4708
4824
  url: string;
4709
4825
  oidcTokenClaims?: OidcTokenClaims$Outbound | undefined;
4710
- plan: string;
4711
4826
  projectId: string;
4712
4827
  ownerId: string;
4713
- microfrontends?: CreateDeploymentMicrofrontends1$Outbound | CreateDeploymentMicrofrontends2$Outbound | undefined;
4714
4828
  monorepoManager?: string | null | undefined;
4715
4829
  config?: Config$Outbound | undefined;
4716
4830
  functions?: {
@@ -4718,6 +4832,9 @@ export type CreateDeploymentResponseBody$Outbound = {
4718
4832
  } | null | undefined;
4719
4833
  routes: Array<Routes3$Outbound | Routes2$Outbound | Routes1$Outbound> | null;
4720
4834
  crons?: Array<CreateDeploymentCrons$Outbound> | undefined;
4835
+ microfrontends?: CreateDeploymentMicrofrontends1$Outbound | CreateDeploymentMicrofrontends2$Outbound | undefined;
4836
+ checks?: CreateDeploymentChecks$Outbound | undefined;
4837
+ plan: string;
4721
4838
  connectBuildsEnabled?: boolean | undefined;
4722
4839
  connectConfigurationId?: string | undefined;
4723
4840
  createdIn: string;