@vercel/sdk 1.0.0-canary.10

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 (1754) hide show
  1. package/.devcontainer/README.md +35 -0
  2. package/LICENSE +201 -0
  3. package/README.md +838 -0
  4. package/docs/sdks/accessgroups/README.md +916 -0
  5. package/docs/sdks/aliases/README.md +420 -0
  6. package/docs/sdks/artifacts/README.md +491 -0
  7. package/docs/sdks/authentication/README.md +375 -0
  8. package/docs/sdks/certs/README.md +307 -0
  9. package/docs/sdks/checks/README.md +484 -0
  10. package/docs/sdks/deployments/README.md +778 -0
  11. package/docs/sdks/dns/README.md +377 -0
  12. package/docs/sdks/domains/README.md +827 -0
  13. package/docs/sdks/edgeconfig/README.md +1231 -0
  14. package/docs/sdks/integrations/README.md +390 -0
  15. package/docs/sdks/logdrains/README.md +556 -0
  16. package/docs/sdks/marketplace/README.md +694 -0
  17. package/docs/sdks/projectmembers/README.md +258 -0
  18. package/docs/sdks/projects/README.md +1590 -0
  19. package/docs/sdks/security/README.md +313 -0
  20. package/docs/sdks/teams/README.md +1148 -0
  21. package/docs/sdks/user/README.md +239 -0
  22. package/docs/sdks/vercel/README.md +5 -0
  23. package/docs/sdks/webhooks/README.md +305 -0
  24. package/esm/core.d.ts +10 -0
  25. package/esm/core.d.ts.map +1 -0
  26. package/esm/core.js +13 -0
  27. package/esm/core.js.map +1 -0
  28. package/esm/funcs/accessGroupsCreateAccessGroup.d.ts +15 -0
  29. package/esm/funcs/accessGroupsCreateAccessGroup.d.ts.map +1 -0
  30. package/esm/funcs/accessGroupsCreateAccessGroup.js +74 -0
  31. package/esm/funcs/accessGroupsCreateAccessGroup.js.map +1 -0
  32. package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts +15 -0
  33. package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts.map +1 -0
  34. package/esm/funcs/accessGroupsCreateAccessGroupProject.js +77 -0
  35. package/esm/funcs/accessGroupsCreateAccessGroupProject.js.map +1 -0
  36. package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts +15 -0
  37. package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts.map +1 -0
  38. package/esm/funcs/accessGroupsDeleteAccessGroup.js +80 -0
  39. package/esm/funcs/accessGroupsDeleteAccessGroup.js.map +1 -0
  40. package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts +15 -0
  41. package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts.map +1 -0
  42. package/esm/funcs/accessGroupsDeleteAccessGroupProject.js +81 -0
  43. package/esm/funcs/accessGroupsDeleteAccessGroupProject.js.map +1 -0
  44. package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts +15 -0
  45. package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts.map +1 -0
  46. package/esm/funcs/accessGroupsListAccessGroupMembers.js +82 -0
  47. package/esm/funcs/accessGroupsListAccessGroupMembers.js.map +1 -0
  48. package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts +15 -0
  49. package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts.map +1 -0
  50. package/esm/funcs/accessGroupsListAccessGroupProjects.js +81 -0
  51. package/esm/funcs/accessGroupsListAccessGroupProjects.js.map +1 -0
  52. package/esm/funcs/accessGroupsListAccessGroups.d.ts +15 -0
  53. package/esm/funcs/accessGroupsListAccessGroups.d.ts.map +1 -0
  54. package/esm/funcs/accessGroupsListAccessGroups.js +79 -0
  55. package/esm/funcs/accessGroupsListAccessGroups.js.map +1 -0
  56. package/esm/funcs/accessGroupsReadAccessGroup.d.ts +15 -0
  57. package/esm/funcs/accessGroupsReadAccessGroup.d.ts.map +1 -0
  58. package/esm/funcs/accessGroupsReadAccessGroup.js +79 -0
  59. package/esm/funcs/accessGroupsReadAccessGroup.js.map +1 -0
  60. package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts +15 -0
  61. package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts.map +1 -0
  62. package/esm/funcs/accessGroupsReadAccessGroupProject.js +80 -0
  63. package/esm/funcs/accessGroupsReadAccessGroupProject.js.map +1 -0
  64. package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts +15 -0
  65. package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts.map +1 -0
  66. package/esm/funcs/accessGroupsUpdateAccessGroup.js +80 -0
  67. package/esm/funcs/accessGroupsUpdateAccessGroup.js.map +1 -0
  68. package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts +15 -0
  69. package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts.map +1 -0
  70. package/esm/funcs/accessGroupsUpdateAccessGroupProject.js +81 -0
  71. package/esm/funcs/accessGroupsUpdateAccessGroupProject.js.map +1 -0
  72. package/esm/funcs/aliasesAssignAlias.d.ts +15 -0
  73. package/esm/funcs/aliasesAssignAlias.d.ts.map +1 -0
  74. package/esm/funcs/aliasesAssignAlias.js +80 -0
  75. package/esm/funcs/aliasesAssignAlias.js.map +1 -0
  76. package/esm/funcs/aliasesDeleteAlias.d.ts +15 -0
  77. package/esm/funcs/aliasesDeleteAlias.d.ts.map +1 -0
  78. package/esm/funcs/aliasesDeleteAlias.js +79 -0
  79. package/esm/funcs/aliasesDeleteAlias.js.map +1 -0
  80. package/esm/funcs/aliasesGetAlias.d.ts +15 -0
  81. package/esm/funcs/aliasesGetAlias.d.ts.map +1 -0
  82. package/esm/funcs/aliasesGetAlias.js +83 -0
  83. package/esm/funcs/aliasesGetAlias.js.map +1 -0
  84. package/esm/funcs/aliasesListAliases.d.ts +15 -0
  85. package/esm/funcs/aliasesListAliases.d.ts.map +1 -0
  86. package/esm/funcs/aliasesListAliases.js +80 -0
  87. package/esm/funcs/aliasesListAliases.js.map +1 -0
  88. package/esm/funcs/aliasesListDeploymentAliases.d.ts +15 -0
  89. package/esm/funcs/aliasesListDeploymentAliases.d.ts.map +1 -0
  90. package/esm/funcs/aliasesListDeploymentAliases.js +79 -0
  91. package/esm/funcs/aliasesListDeploymentAliases.js.map +1 -0
  92. package/esm/funcs/artifactsArtifactExists.d.ts +15 -0
  93. package/esm/funcs/artifactsArtifactExists.d.ts.map +1 -0
  94. package/esm/funcs/artifactsArtifactExists.js +80 -0
  95. package/esm/funcs/artifactsArtifactExists.js.map +1 -0
  96. package/esm/funcs/artifactsArtifactQuery.d.ts +17 -0
  97. package/esm/funcs/artifactsArtifactQuery.d.ts.map +1 -0
  98. package/esm/funcs/artifactsArtifactQuery.js +75 -0
  99. package/esm/funcs/artifactsArtifactQuery.js.map +1 -0
  100. package/esm/funcs/artifactsDownloadArtifact.d.ts +15 -0
  101. package/esm/funcs/artifactsDownloadArtifact.d.ts.map +1 -0
  102. package/esm/funcs/artifactsDownloadArtifact.js +84 -0
  103. package/esm/funcs/artifactsDownloadArtifact.js.map +1 -0
  104. package/esm/funcs/artifactsRecordEvents.d.ts +15 -0
  105. package/esm/funcs/artifactsRecordEvents.d.ts.map +1 -0
  106. package/esm/funcs/artifactsRecordEvents.js +77 -0
  107. package/esm/funcs/artifactsRecordEvents.js.map +1 -0
  108. package/esm/funcs/artifactsStatus.d.ts +15 -0
  109. package/esm/funcs/artifactsStatus.d.ts.map +1 -0
  110. package/esm/funcs/artifactsStatus.js +73 -0
  111. package/esm/funcs/artifactsStatus.js.map +1 -0
  112. package/esm/funcs/artifactsUploadArtifact.d.ts +15 -0
  113. package/esm/funcs/artifactsUploadArtifact.d.ts.map +1 -0
  114. package/esm/funcs/artifactsUploadArtifact.js +85 -0
  115. package/esm/funcs/artifactsUploadArtifact.js.map +1 -0
  116. package/esm/funcs/authenticationCreateAuthToken.d.ts +15 -0
  117. package/esm/funcs/authenticationCreateAuthToken.d.ts.map +1 -0
  118. package/esm/funcs/authenticationCreateAuthToken.js +74 -0
  119. package/esm/funcs/authenticationCreateAuthToken.js.map +1 -0
  120. package/esm/funcs/authenticationDeleteAuthToken.d.ts +15 -0
  121. package/esm/funcs/authenticationDeleteAuthToken.d.ts.map +1 -0
  122. package/esm/funcs/authenticationDeleteAuthToken.js +74 -0
  123. package/esm/funcs/authenticationDeleteAuthToken.js.map +1 -0
  124. package/esm/funcs/authenticationExchangeSsoToken.d.ts +15 -0
  125. package/esm/funcs/authenticationExchangeSsoToken.d.ts.map +1 -0
  126. package/esm/funcs/authenticationExchangeSsoToken.js +66 -0
  127. package/esm/funcs/authenticationExchangeSsoToken.js.map +1 -0
  128. package/esm/funcs/authenticationGetAuthToken.d.ts +15 -0
  129. package/esm/funcs/authenticationGetAuthToken.d.ts.map +1 -0
  130. package/esm/funcs/authenticationGetAuthToken.js +74 -0
  131. package/esm/funcs/authenticationGetAuthToken.js.map +1 -0
  132. package/esm/funcs/authenticationListAuthTokens.d.ts +15 -0
  133. package/esm/funcs/authenticationListAuthTokens.d.ts.map +1 -0
  134. package/esm/funcs/authenticationListAuthTokens.js +59 -0
  135. package/esm/funcs/authenticationListAuthTokens.js.map +1 -0
  136. package/esm/funcs/certsGetCertById.d.ts +15 -0
  137. package/esm/funcs/certsGetCertById.d.ts.map +1 -0
  138. package/esm/funcs/certsGetCertById.js +79 -0
  139. package/esm/funcs/certsGetCertById.js.map +1 -0
  140. package/esm/funcs/certsIssueCert.d.ts +15 -0
  141. package/esm/funcs/certsIssueCert.d.ts.map +1 -0
  142. package/esm/funcs/certsIssueCert.js +74 -0
  143. package/esm/funcs/certsIssueCert.js.map +1 -0
  144. package/esm/funcs/certsRemoveCert.d.ts +15 -0
  145. package/esm/funcs/certsRemoveCert.d.ts.map +1 -0
  146. package/esm/funcs/certsRemoveCert.js +79 -0
  147. package/esm/funcs/certsRemoveCert.js.map +1 -0
  148. package/esm/funcs/certsUploadCert.d.ts +15 -0
  149. package/esm/funcs/certsUploadCert.d.ts.map +1 -0
  150. package/esm/funcs/certsUploadCert.js +74 -0
  151. package/esm/funcs/certsUploadCert.js.map +1 -0
  152. package/esm/funcs/checksCreateCheck.d.ts +15 -0
  153. package/esm/funcs/checksCreateCheck.d.ts.map +1 -0
  154. package/esm/funcs/checksCreateCheck.js +80 -0
  155. package/esm/funcs/checksCreateCheck.js.map +1 -0
  156. package/esm/funcs/checksGetAllChecks.d.ts +15 -0
  157. package/esm/funcs/checksGetAllChecks.d.ts.map +1 -0
  158. package/esm/funcs/checksGetAllChecks.js +79 -0
  159. package/esm/funcs/checksGetAllChecks.js.map +1 -0
  160. package/esm/funcs/checksGetCheck.d.ts +15 -0
  161. package/esm/funcs/checksGetCheck.d.ts.map +1 -0
  162. package/esm/funcs/checksGetCheck.js +83 -0
  163. package/esm/funcs/checksGetCheck.js.map +1 -0
  164. package/esm/funcs/checksRerequestCheck.d.ts +15 -0
  165. package/esm/funcs/checksRerequestCheck.d.ts.map +1 -0
  166. package/esm/funcs/checksRerequestCheck.js +83 -0
  167. package/esm/funcs/checksRerequestCheck.js.map +1 -0
  168. package/esm/funcs/checksUpdateCheck.d.ts +15 -0
  169. package/esm/funcs/checksUpdateCheck.d.ts.map +1 -0
  170. package/esm/funcs/checksUpdateCheck.js +84 -0
  171. package/esm/funcs/checksUpdateCheck.js.map +1 -0
  172. package/esm/funcs/deploymentsCancelDeployment.d.ts +15 -0
  173. package/esm/funcs/deploymentsCancelDeployment.d.ts.map +1 -0
  174. package/esm/funcs/deploymentsCancelDeployment.js +79 -0
  175. package/esm/funcs/deploymentsCancelDeployment.js.map +1 -0
  176. package/esm/funcs/deploymentsCreateDeployment.d.ts +15 -0
  177. package/esm/funcs/deploymentsCreateDeployment.d.ts.map +1 -0
  178. package/esm/funcs/deploymentsCreateDeployment.js +76 -0
  179. package/esm/funcs/deploymentsCreateDeployment.js.map +1 -0
  180. package/esm/funcs/deploymentsDeleteDeployment.d.ts +15 -0
  181. package/esm/funcs/deploymentsDeleteDeployment.d.ts.map +1 -0
  182. package/esm/funcs/deploymentsDeleteDeployment.js +80 -0
  183. package/esm/funcs/deploymentsDeleteDeployment.js.map +1 -0
  184. package/esm/funcs/deploymentsGetDeployment.d.ts +15 -0
  185. package/esm/funcs/deploymentsGetDeployment.d.ts.map +1 -0
  186. package/esm/funcs/deploymentsGetDeployment.js +80 -0
  187. package/esm/funcs/deploymentsGetDeployment.js.map +1 -0
  188. package/esm/funcs/deploymentsGetDeploymentEvents.d.ts +15 -0
  189. package/esm/funcs/deploymentsGetDeploymentEvents.d.ts.map +1 -0
  190. package/esm/funcs/deploymentsGetDeploymentEvents.js +89 -0
  191. package/esm/funcs/deploymentsGetDeploymentEvents.js.map +1 -0
  192. package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts +15 -0
  193. package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +1 -0
  194. package/esm/funcs/deploymentsGetDeploymentFileContents.js +85 -0
  195. package/esm/funcs/deploymentsGetDeploymentFileContents.js.map +1 -0
  196. package/esm/funcs/deploymentsGetDeployments.d.ts +15 -0
  197. package/esm/funcs/deploymentsGetDeployments.d.ts.map +1 -0
  198. package/esm/funcs/deploymentsGetDeployments.js +84 -0
  199. package/esm/funcs/deploymentsGetDeployments.js.map +1 -0
  200. package/esm/funcs/deploymentsListDeploymentFiles.d.ts +16 -0
  201. package/esm/funcs/deploymentsListDeploymentFiles.d.ts.map +1 -0
  202. package/esm/funcs/deploymentsListDeploymentFiles.js +81 -0
  203. package/esm/funcs/deploymentsListDeploymentFiles.js.map +1 -0
  204. package/esm/funcs/deploymentsUploadFile.d.ts +15 -0
  205. package/esm/funcs/deploymentsUploadFile.d.ts.map +1 -0
  206. package/esm/funcs/deploymentsUploadFile.js +83 -0
  207. package/esm/funcs/deploymentsUploadFile.js.map +1 -0
  208. package/esm/funcs/dnsCreateRecord.d.ts +15 -0
  209. package/esm/funcs/dnsCreateRecord.d.ts.map +1 -0
  210. package/esm/funcs/dnsCreateRecord.js +80 -0
  211. package/esm/funcs/dnsCreateRecord.js.map +1 -0
  212. package/esm/funcs/dnsGetRecords.d.ts +15 -0
  213. package/esm/funcs/dnsGetRecords.d.ts.map +1 -0
  214. package/esm/funcs/dnsGetRecords.js +82 -0
  215. package/esm/funcs/dnsGetRecords.js.map +1 -0
  216. package/esm/funcs/dnsRemoveRecord.d.ts +15 -0
  217. package/esm/funcs/dnsRemoveRecord.d.ts.map +1 -0
  218. package/esm/funcs/dnsRemoveRecord.js +83 -0
  219. package/esm/funcs/dnsRemoveRecord.js.map +1 -0
  220. package/esm/funcs/dnsUpdateRecord.d.ts +15 -0
  221. package/esm/funcs/dnsUpdateRecord.d.ts.map +1 -0
  222. package/esm/funcs/dnsUpdateRecord.js +80 -0
  223. package/esm/funcs/dnsUpdateRecord.js.map +1 -0
  224. package/esm/funcs/domainsBuyDomain.d.ts +15 -0
  225. package/esm/funcs/domainsBuyDomain.d.ts.map +1 -0
  226. package/esm/funcs/domainsBuyDomain.js +74 -0
  227. package/esm/funcs/domainsBuyDomain.js.map +1 -0
  228. package/esm/funcs/domainsCheckDomainPrice.d.ts +15 -0
  229. package/esm/funcs/domainsCheckDomainPrice.d.ts.map +1 -0
  230. package/esm/funcs/domainsCheckDomainPrice.js +75 -0
  231. package/esm/funcs/domainsCheckDomainPrice.js.map +1 -0
  232. package/esm/funcs/domainsCheckDomainStatus.d.ts +15 -0
  233. package/esm/funcs/domainsCheckDomainStatus.d.ts.map +1 -0
  234. package/esm/funcs/domainsCheckDomainStatus.js +74 -0
  235. package/esm/funcs/domainsCheckDomainStatus.js.map +1 -0
  236. package/esm/funcs/domainsCreateOrTransferDomain.d.ts +15 -0
  237. package/esm/funcs/domainsCreateOrTransferDomain.d.ts.map +1 -0
  238. package/esm/funcs/domainsCreateOrTransferDomain.js +74 -0
  239. package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -0
  240. package/esm/funcs/domainsDeleteDomain.d.ts +15 -0
  241. package/esm/funcs/domainsDeleteDomain.d.ts.map +1 -0
  242. package/esm/funcs/domainsDeleteDomain.js +79 -0
  243. package/esm/funcs/domainsDeleteDomain.js.map +1 -0
  244. package/esm/funcs/domainsGetDomain.d.ts +15 -0
  245. package/esm/funcs/domainsGetDomain.d.ts.map +1 -0
  246. package/esm/funcs/domainsGetDomain.js +79 -0
  247. package/esm/funcs/domainsGetDomain.js.map +1 -0
  248. package/esm/funcs/domainsGetDomainConfig.d.ts +15 -0
  249. package/esm/funcs/domainsGetDomainConfig.d.ts.map +1 -0
  250. package/esm/funcs/domainsGetDomainConfig.js +80 -0
  251. package/esm/funcs/domainsGetDomainConfig.js.map +1 -0
  252. package/esm/funcs/domainsGetDomainTransfer.d.ts +15 -0
  253. package/esm/funcs/domainsGetDomainTransfer.d.ts.map +1 -0
  254. package/esm/funcs/domainsGetDomainTransfer.js +79 -0
  255. package/esm/funcs/domainsGetDomainTransfer.js.map +1 -0
  256. package/esm/funcs/domainsGetDomains.d.ts +15 -0
  257. package/esm/funcs/domainsGetDomains.d.ts.map +1 -0
  258. package/esm/funcs/domainsGetDomains.js +76 -0
  259. package/esm/funcs/domainsGetDomains.js.map +1 -0
  260. package/esm/funcs/domainsPatchDomain.d.ts +15 -0
  261. package/esm/funcs/domainsPatchDomain.d.ts.map +1 -0
  262. package/esm/funcs/domainsPatchDomain.js +80 -0
  263. package/esm/funcs/domainsPatchDomain.js.map +1 -0
  264. package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts +15 -0
  265. package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts.map +1 -0
  266. package/esm/funcs/edgeConfigCreateEdgeConfig.js +74 -0
  267. package/esm/funcs/edgeConfigCreateEdgeConfig.js.map +1 -0
  268. package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts +15 -0
  269. package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts.map +1 -0
  270. package/esm/funcs/edgeConfigCreateEdgeConfigToken.js +80 -0
  271. package/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +1 -0
  272. package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts +15 -0
  273. package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts.map +1 -0
  274. package/esm/funcs/edgeConfigDeleteEdgeConfig.js +80 -0
  275. package/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +1 -0
  276. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts +15 -0
  277. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts.map +1 -0
  278. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +80 -0
  279. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +1 -0
  280. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts +15 -0
  281. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts.map +1 -0
  282. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +81 -0
  283. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +1 -0
  284. package/esm/funcs/edgeConfigGetEdgeConfig.d.ts +15 -0
  285. package/esm/funcs/edgeConfigGetEdgeConfig.d.ts.map +1 -0
  286. package/esm/funcs/edgeConfigGetEdgeConfig.js +79 -0
  287. package/esm/funcs/edgeConfigGetEdgeConfig.js.map +1 -0
  288. package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts +15 -0
  289. package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts.map +1 -0
  290. package/esm/funcs/edgeConfigGetEdgeConfigBackup.js +80 -0
  291. package/esm/funcs/edgeConfigGetEdgeConfigBackup.js.map +1 -0
  292. package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts +15 -0
  293. package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts.map +1 -0
  294. package/esm/funcs/edgeConfigGetEdgeConfigBackups.js +82 -0
  295. package/esm/funcs/edgeConfigGetEdgeConfigBackups.js.map +1 -0
  296. package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts +16 -0
  297. package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts.map +1 -0
  298. package/esm/funcs/edgeConfigGetEdgeConfigItem.js +81 -0
  299. package/esm/funcs/edgeConfigGetEdgeConfigItem.js.map +1 -0
  300. package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts +16 -0
  301. package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +1 -0
  302. package/esm/funcs/edgeConfigGetEdgeConfigItems.js +80 -0
  303. package/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +1 -0
  304. package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts +15 -0
  305. package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts.map +1 -0
  306. package/esm/funcs/edgeConfigGetEdgeConfigSchema.js +79 -0
  307. package/esm/funcs/edgeConfigGetEdgeConfigSchema.js.map +1 -0
  308. package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts +16 -0
  309. package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts.map +1 -0
  310. package/esm/funcs/edgeConfigGetEdgeConfigToken.js +84 -0
  311. package/esm/funcs/edgeConfigGetEdgeConfigToken.js.map +1 -0
  312. package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts +16 -0
  313. package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts.map +1 -0
  314. package/esm/funcs/edgeConfigGetEdgeConfigTokens.js +80 -0
  315. package/esm/funcs/edgeConfigGetEdgeConfigTokens.js.map +1 -0
  316. package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts +15 -0
  317. package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts.map +1 -0
  318. package/esm/funcs/edgeConfigGetEdgeConfigs.js +74 -0
  319. package/esm/funcs/edgeConfigGetEdgeConfigs.js.map +1 -0
  320. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts +15 -0
  321. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts.map +1 -0
  322. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +81 -0
  323. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +1 -0
  324. package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts +15 -0
  325. package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts.map +1 -0
  326. package/esm/funcs/edgeConfigUpdateEdgeConfig.js +80 -0
  327. package/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +1 -0
  328. package/esm/funcs/integrationsDeleteConfiguration.d.ts +15 -0
  329. package/esm/funcs/integrationsDeleteConfiguration.d.ts.map +1 -0
  330. package/esm/funcs/integrationsDeleteConfiguration.js +80 -0
  331. package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -0
  332. package/esm/funcs/integrationsGetConfiguration.d.ts +15 -0
  333. package/esm/funcs/integrationsGetConfiguration.d.ts.map +1 -0
  334. package/esm/funcs/integrationsGetConfiguration.js +79 -0
  335. package/esm/funcs/integrationsGetConfiguration.js.map +1 -0
  336. package/esm/funcs/integrationsGetConfigurations.d.ts +15 -0
  337. package/esm/funcs/integrationsGetConfigurations.d.ts.map +1 -0
  338. package/esm/funcs/integrationsGetConfigurations.js +76 -0
  339. package/esm/funcs/integrationsGetConfigurations.js.map +1 -0
  340. package/esm/funcs/integrationsGitNamespaces.d.ts +15 -0
  341. package/esm/funcs/integrationsGitNamespaces.d.ts.map +1 -0
  342. package/esm/funcs/integrationsGitNamespaces.js +74 -0
  343. package/esm/funcs/integrationsGitNamespaces.js.map +1 -0
  344. package/esm/funcs/integrationsSearchRepo.d.ts +15 -0
  345. package/esm/funcs/integrationsSearchRepo.d.ts.map +1 -0
  346. package/esm/funcs/integrationsSearchRepo.js +78 -0
  347. package/esm/funcs/integrationsSearchRepo.js.map +1 -0
  348. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +15 -0
  349. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +1 -0
  350. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +74 -0
  351. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +1 -0
  352. package/esm/funcs/logDrainsCreateLogDrain.d.ts +15 -0
  353. package/esm/funcs/logDrainsCreateLogDrain.d.ts.map +1 -0
  354. package/esm/funcs/logDrainsCreateLogDrain.js +74 -0
  355. package/esm/funcs/logDrainsCreateLogDrain.js.map +1 -0
  356. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +15 -0
  357. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +1 -0
  358. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +80 -0
  359. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +1 -0
  360. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +15 -0
  361. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts.map +1 -0
  362. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +80 -0
  363. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js.map +1 -0
  364. package/esm/funcs/logDrainsGetAllLogDrains.d.ts +15 -0
  365. package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +1 -0
  366. package/esm/funcs/logDrainsGetAllLogDrains.js +75 -0
  367. package/esm/funcs/logDrainsGetAllLogDrains.js.map +1 -0
  368. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +15 -0
  369. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +1 -0
  370. package/esm/funcs/logDrainsGetConfigurableLogDrain.js +79 -0
  371. package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +1 -0
  372. package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts +15 -0
  373. package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts.map +1 -0
  374. package/esm/funcs/logDrainsGetIntegrationLogDrains.js +74 -0
  375. package/esm/funcs/logDrainsGetIntegrationLogDrains.js.map +1 -0
  376. package/esm/funcs/marketplaceCreateEvent.d.ts +15 -0
  377. package/esm/funcs/marketplaceCreateEvent.d.ts.map +1 -0
  378. package/esm/funcs/marketplaceCreateEvent.js +73 -0
  379. package/esm/funcs/marketplaceCreateEvent.js.map +1 -0
  380. package/esm/funcs/marketplaceExchangeSsoToken.d.ts +15 -0
  381. package/esm/funcs/marketplaceExchangeSsoToken.d.ts.map +1 -0
  382. package/esm/funcs/marketplaceExchangeSsoToken.js +66 -0
  383. package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -0
  384. package/esm/funcs/marketplaceGetAccountInfo.d.ts +15 -0
  385. package/esm/funcs/marketplaceGetAccountInfo.d.ts.map +1 -0
  386. package/esm/funcs/marketplaceGetAccountInfo.js +71 -0
  387. package/esm/funcs/marketplaceGetAccountInfo.js.map +1 -0
  388. package/esm/funcs/marketplaceGetInvoice.d.ts +15 -0
  389. package/esm/funcs/marketplaceGetInvoice.d.ts.map +1 -0
  390. package/esm/funcs/marketplaceGetInvoice.js +75 -0
  391. package/esm/funcs/marketplaceGetInvoice.js.map +1 -0
  392. package/esm/funcs/marketplaceGetMember.d.ts +15 -0
  393. package/esm/funcs/marketplaceGetMember.d.ts.map +1 -0
  394. package/esm/funcs/marketplaceGetMember.js +75 -0
  395. package/esm/funcs/marketplaceGetMember.js.map +1 -0
  396. package/esm/funcs/marketplaceSubmitBillingData.d.ts +15 -0
  397. package/esm/funcs/marketplaceSubmitBillingData.d.ts.map +1 -0
  398. package/esm/funcs/marketplaceSubmitBillingData.js +73 -0
  399. package/esm/funcs/marketplaceSubmitBillingData.js.map +1 -0
  400. package/esm/funcs/marketplaceSubmitInvoice.d.ts +15 -0
  401. package/esm/funcs/marketplaceSubmitInvoice.d.ts.map +1 -0
  402. package/esm/funcs/marketplaceSubmitInvoice.js +72 -0
  403. package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -0
  404. package/esm/funcs/marketplaceUpdateInvoice.d.ts +15 -0
  405. package/esm/funcs/marketplaceUpdateInvoice.d.ts.map +1 -0
  406. package/esm/funcs/marketplaceUpdateInvoice.js +77 -0
  407. package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -0
  408. package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts +15 -0
  409. package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts.map +1 -0
  410. package/esm/funcs/marketplaceUpdateResourceSecrets.js +78 -0
  411. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -0
  412. package/esm/funcs/projectMembersAddProjectMember.d.ts +15 -0
  413. package/esm/funcs/projectMembersAddProjectMember.d.ts.map +1 -0
  414. package/esm/funcs/projectMembersAddProjectMember.js +80 -0
  415. package/esm/funcs/projectMembersAddProjectMember.js.map +1 -0
  416. package/esm/funcs/projectMembersGetProjectMembers.d.ts +15 -0
  417. package/esm/funcs/projectMembersGetProjectMembers.d.ts.map +1 -0
  418. package/esm/funcs/projectMembersGetProjectMembers.js +83 -0
  419. package/esm/funcs/projectMembersGetProjectMembers.js.map +1 -0
  420. package/esm/funcs/projectMembersRemoveProjectMember.d.ts +15 -0
  421. package/esm/funcs/projectMembersRemoveProjectMember.d.ts.map +1 -0
  422. package/esm/funcs/projectMembersRemoveProjectMember.js +83 -0
  423. package/esm/funcs/projectMembersRemoveProjectMember.js.map +1 -0
  424. package/esm/funcs/projectsAddProjectDomain.d.ts +15 -0
  425. package/esm/funcs/projectsAddProjectDomain.d.ts.map +1 -0
  426. package/esm/funcs/projectsAddProjectDomain.js +80 -0
  427. package/esm/funcs/projectsAddProjectDomain.js.map +1 -0
  428. package/esm/funcs/projectsCreateProject.d.ts +15 -0
  429. package/esm/funcs/projectsCreateProject.d.ts.map +1 -0
  430. package/esm/funcs/projectsCreateProject.js +74 -0
  431. package/esm/funcs/projectsCreateProject.js.map +1 -0
  432. package/esm/funcs/projectsCreateProjectEnv.d.ts +15 -0
  433. package/esm/funcs/projectsCreateProjectEnv.d.ts.map +1 -0
  434. package/esm/funcs/projectsCreateProjectEnv.js +81 -0
  435. package/esm/funcs/projectsCreateProjectEnv.js.map +1 -0
  436. package/esm/funcs/projectsDeleteProject.d.ts +15 -0
  437. package/esm/funcs/projectsDeleteProject.d.ts.map +1 -0
  438. package/esm/funcs/projectsDeleteProject.js +80 -0
  439. package/esm/funcs/projectsDeleteProject.js.map +1 -0
  440. package/esm/funcs/projectsEditProjectEnv.d.ts +15 -0
  441. package/esm/funcs/projectsEditProjectEnv.d.ts.map +1 -0
  442. package/esm/funcs/projectsEditProjectEnv.js +84 -0
  443. package/esm/funcs/projectsEditProjectEnv.js.map +1 -0
  444. package/esm/funcs/projectsFilterProjectEnvs.d.ts +15 -0
  445. package/esm/funcs/projectsFilterProjectEnvs.d.ts.map +1 -0
  446. package/esm/funcs/projectsFilterProjectEnvs.js +82 -0
  447. package/esm/funcs/projectsFilterProjectEnvs.js.map +1 -0
  448. package/esm/funcs/projectsGetProjectDomain.d.ts +15 -0
  449. package/esm/funcs/projectsGetProjectDomain.d.ts.map +1 -0
  450. package/esm/funcs/projectsGetProjectDomain.js +83 -0
  451. package/esm/funcs/projectsGetProjectDomain.js.map +1 -0
  452. package/esm/funcs/projectsGetProjectDomains.d.ts +15 -0
  453. package/esm/funcs/projectsGetProjectDomains.d.ts.map +1 -0
  454. package/esm/funcs/projectsGetProjectDomains.js +89 -0
  455. package/esm/funcs/projectsGetProjectDomains.js.map +1 -0
  456. package/esm/funcs/projectsGetProjectEnv.d.ts +15 -0
  457. package/esm/funcs/projectsGetProjectEnv.d.ts.map +1 -0
  458. package/esm/funcs/projectsGetProjectEnv.js +83 -0
  459. package/esm/funcs/projectsGetProjectEnv.js.map +1 -0
  460. package/esm/funcs/projectsGetProjects.d.ts +15 -0
  461. package/esm/funcs/projectsGetProjects.d.ts.map +1 -0
  462. package/esm/funcs/projectsGetProjects.js +84 -0
  463. package/esm/funcs/projectsGetProjects.js.map +1 -0
  464. package/esm/funcs/projectsListPromoteAliases.d.ts +15 -0
  465. package/esm/funcs/projectsListPromoteAliases.d.ts.map +1 -0
  466. package/esm/funcs/projectsListPromoteAliases.js +83 -0
  467. package/esm/funcs/projectsListPromoteAliases.js.map +1 -0
  468. package/esm/funcs/projectsRemoveProjectDomain.d.ts +15 -0
  469. package/esm/funcs/projectsRemoveProjectDomain.d.ts.map +1 -0
  470. package/esm/funcs/projectsRemoveProjectDomain.js +83 -0
  471. package/esm/funcs/projectsRemoveProjectDomain.js.map +1 -0
  472. package/esm/funcs/projectsRemoveProjectEnv.d.ts +15 -0
  473. package/esm/funcs/projectsRemoveProjectEnv.d.ts.map +1 -0
  474. package/esm/funcs/projectsRemoveProjectEnv.js +83 -0
  475. package/esm/funcs/projectsRemoveProjectEnv.js.map +1 -0
  476. package/esm/funcs/projectsRequestPromote.d.ts +15 -0
  477. package/esm/funcs/projectsRequestPromote.d.ts.map +1 -0
  478. package/esm/funcs/projectsRequestPromote.js +84 -0
  479. package/esm/funcs/projectsRequestPromote.js.map +1 -0
  480. package/esm/funcs/projectsUpdateProject.d.ts +15 -0
  481. package/esm/funcs/projectsUpdateProject.d.ts.map +1 -0
  482. package/esm/funcs/projectsUpdateProject.js +80 -0
  483. package/esm/funcs/projectsUpdateProject.js.map +1 -0
  484. package/esm/funcs/projectsUpdateProjectDataCache.d.ts +15 -0
  485. package/esm/funcs/projectsUpdateProjectDataCache.d.ts.map +1 -0
  486. package/esm/funcs/projectsUpdateProjectDataCache.js +80 -0
  487. package/esm/funcs/projectsUpdateProjectDataCache.js.map +1 -0
  488. package/esm/funcs/projectsUpdateProjectDomain.d.ts +15 -0
  489. package/esm/funcs/projectsUpdateProjectDomain.d.ts.map +1 -0
  490. package/esm/funcs/projectsUpdateProjectDomain.js +84 -0
  491. package/esm/funcs/projectsUpdateProjectDomain.js.map +1 -0
  492. package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts +15 -0
  493. package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts.map +1 -0
  494. package/esm/funcs/projectsUpdateProjectProtectionBypass.js +80 -0
  495. package/esm/funcs/projectsUpdateProjectProtectionBypass.js.map +1 -0
  496. package/esm/funcs/projectsVerifyProjectDomain.d.ts +15 -0
  497. package/esm/funcs/projectsVerifyProjectDomain.d.ts.map +1 -0
  498. package/esm/funcs/projectsVerifyProjectDomain.js +83 -0
  499. package/esm/funcs/projectsVerifyProjectDomain.js.map +1 -0
  500. package/esm/funcs/securityGetFirewallConfig.d.ts +15 -0
  501. package/esm/funcs/securityGetFirewallConfig.d.ts.map +1 -0
  502. package/esm/funcs/securityGetFirewallConfig.js +80 -0
  503. package/esm/funcs/securityGetFirewallConfig.js.map +1 -0
  504. package/esm/funcs/securityPutFirewallConfig.d.ts +15 -0
  505. package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
  506. package/esm/funcs/securityPutFirewallConfig.js +75 -0
  507. package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
  508. package/esm/funcs/securityUpdateAttackChallengeMode.d.ts +15 -0
  509. package/esm/funcs/securityUpdateAttackChallengeMode.d.ts.map +1 -0
  510. package/esm/funcs/securityUpdateAttackChallengeMode.js +74 -0
  511. package/esm/funcs/securityUpdateAttackChallengeMode.js.map +1 -0
  512. package/esm/funcs/securityUpdateFirewallConfig.d.ts +15 -0
  513. package/esm/funcs/securityUpdateFirewallConfig.d.ts.map +1 -0
  514. package/esm/funcs/securityUpdateFirewallConfig.js +75 -0
  515. package/esm/funcs/securityUpdateFirewallConfig.js.map +1 -0
  516. package/esm/funcs/teamsCreateTeam.d.ts +15 -0
  517. package/esm/funcs/teamsCreateTeam.d.ts.map +1 -0
  518. package/esm/funcs/teamsCreateTeam.js +71 -0
  519. package/esm/funcs/teamsCreateTeam.js.map +1 -0
  520. package/esm/funcs/teamsDeleteTeam.d.ts +15 -0
  521. package/esm/funcs/teamsDeleteTeam.d.ts.map +1 -0
  522. package/esm/funcs/teamsDeleteTeam.js +80 -0
  523. package/esm/funcs/teamsDeleteTeam.js.map +1 -0
  524. package/esm/funcs/teamsDeleteTeamInviteCode.d.ts +15 -0
  525. package/esm/funcs/teamsDeleteTeamInviteCode.d.ts.map +1 -0
  526. package/esm/funcs/teamsDeleteTeamInviteCode.js +78 -0
  527. package/esm/funcs/teamsDeleteTeamInviteCode.js.map +1 -0
  528. package/esm/funcs/teamsGetTeam.d.ts +17 -0
  529. package/esm/funcs/teamsGetTeam.d.ts.map +1 -0
  530. package/esm/funcs/teamsGetTeam.js +79 -0
  531. package/esm/funcs/teamsGetTeam.js.map +1 -0
  532. package/esm/funcs/teamsGetTeamAccessRequest.d.ts +15 -0
  533. package/esm/funcs/teamsGetTeamAccessRequest.d.ts.map +1 -0
  534. package/esm/funcs/teamsGetTeamAccessRequest.js +78 -0
  535. package/esm/funcs/teamsGetTeamAccessRequest.js.map +1 -0
  536. package/esm/funcs/teamsGetTeamMembers.d.ts +15 -0
  537. package/esm/funcs/teamsGetTeamMembers.d.ts.map +1 -0
  538. package/esm/funcs/teamsGetTeamMembers.js +84 -0
  539. package/esm/funcs/teamsGetTeamMembers.js.map +1 -0
  540. package/esm/funcs/teamsGetTeams.d.ts +15 -0
  541. package/esm/funcs/teamsGetTeams.d.ts.map +1 -0
  542. package/esm/funcs/teamsGetTeams.js +74 -0
  543. package/esm/funcs/teamsGetTeams.js.map +1 -0
  544. package/esm/funcs/teamsInviteUserToTeam.d.ts +15 -0
  545. package/esm/funcs/teamsInviteUserToTeam.d.ts.map +1 -0
  546. package/esm/funcs/teamsInviteUserToTeam.js +75 -0
  547. package/esm/funcs/teamsInviteUserToTeam.js.map +1 -0
  548. package/esm/funcs/teamsJoinTeam.d.ts +15 -0
  549. package/esm/funcs/teamsJoinTeam.d.ts.map +1 -0
  550. package/esm/funcs/teamsJoinTeam.js +75 -0
  551. package/esm/funcs/teamsJoinTeam.js.map +1 -0
  552. package/esm/funcs/teamsPatchTeam.d.ts +17 -0
  553. package/esm/funcs/teamsPatchTeam.d.ts.map +1 -0
  554. package/esm/funcs/teamsPatchTeam.js +80 -0
  555. package/esm/funcs/teamsPatchTeam.js.map +1 -0
  556. package/esm/funcs/teamsRemoveTeamMember.d.ts +15 -0
  557. package/esm/funcs/teamsRemoveTeamMember.d.ts.map +1 -0
  558. package/esm/funcs/teamsRemoveTeamMember.js +82 -0
  559. package/esm/funcs/teamsRemoveTeamMember.js.map +1 -0
  560. package/esm/funcs/teamsRequestAccessToTeam.d.ts +15 -0
  561. package/esm/funcs/teamsRequestAccessToTeam.d.ts.map +1 -0
  562. package/esm/funcs/teamsRequestAccessToTeam.js +75 -0
  563. package/esm/funcs/teamsRequestAccessToTeam.js.map +1 -0
  564. package/esm/funcs/teamsUpdateTeamMember.d.ts +15 -0
  565. package/esm/funcs/teamsUpdateTeamMember.d.ts.map +1 -0
  566. package/esm/funcs/teamsUpdateTeamMember.js +79 -0
  567. package/esm/funcs/teamsUpdateTeamMember.js.map +1 -0
  568. package/esm/funcs/userGetAuthUser.d.ts +15 -0
  569. package/esm/funcs/userGetAuthUser.d.ts.map +1 -0
  570. package/esm/funcs/userGetAuthUser.js +59 -0
  571. package/esm/funcs/userGetAuthUser.js.map +1 -0
  572. package/esm/funcs/userListUserEvents.d.ts +15 -0
  573. package/esm/funcs/userListUserEvents.d.ts.map +1 -0
  574. package/esm/funcs/userListUserEvents.js +79 -0
  575. package/esm/funcs/userListUserEvents.js.map +1 -0
  576. package/esm/funcs/userRequestDelete.d.ts +15 -0
  577. package/esm/funcs/userRequestDelete.d.ts.map +1 -0
  578. package/esm/funcs/userRequestDelete.js +71 -0
  579. package/esm/funcs/userRequestDelete.js.map +1 -0
  580. package/esm/funcs/webhooksCreateWebhook.d.ts +15 -0
  581. package/esm/funcs/webhooksCreateWebhook.d.ts.map +1 -0
  582. package/esm/funcs/webhooksCreateWebhook.js +74 -0
  583. package/esm/funcs/webhooksCreateWebhook.js.map +1 -0
  584. package/esm/funcs/webhooksDeleteWebhook.d.ts +15 -0
  585. package/esm/funcs/webhooksDeleteWebhook.d.ts.map +1 -0
  586. package/esm/funcs/webhooksDeleteWebhook.js +80 -0
  587. package/esm/funcs/webhooksDeleteWebhook.js.map +1 -0
  588. package/esm/funcs/webhooksGetWebhook.d.ts +15 -0
  589. package/esm/funcs/webhooksGetWebhook.d.ts.map +1 -0
  590. package/esm/funcs/webhooksGetWebhook.js +79 -0
  591. package/esm/funcs/webhooksGetWebhook.js.map +1 -0
  592. package/esm/funcs/webhooksGetWebhooks.d.ts +15 -0
  593. package/esm/funcs/webhooksGetWebhooks.d.ts.map +1 -0
  594. package/esm/funcs/webhooksGetWebhooks.js +74 -0
  595. package/esm/funcs/webhooksGetWebhooks.js.map +1 -0
  596. package/esm/hooks/hooks.d.ts +24 -0
  597. package/esm/hooks/hooks.d.ts.map +1 -0
  598. package/esm/hooks/hooks.js +64 -0
  599. package/esm/hooks/hooks.js.map +1 -0
  600. package/esm/hooks/registration.d.ts +3 -0
  601. package/esm/hooks/registration.d.ts.map +1 -0
  602. package/esm/hooks/registration.js +12 -0
  603. package/esm/hooks/registration.js.map +1 -0
  604. package/esm/hooks/types.d.ts +76 -0
  605. package/esm/hooks/types.d.ts.map +1 -0
  606. package/esm/hooks/types.js +5 -0
  607. package/esm/hooks/types.js.map +1 -0
  608. package/esm/index.d.ts +4 -0
  609. package/esm/index.d.ts.map +1 -0
  610. package/esm/index.js +7 -0
  611. package/esm/index.js.map +1 -0
  612. package/esm/lib/base64.d.ts +10 -0
  613. package/esm/lib/base64.d.ts.map +1 -0
  614. package/esm/lib/base64.js +29 -0
  615. package/esm/lib/base64.js.map +1 -0
  616. package/esm/lib/config.d.ts +34 -0
  617. package/esm/lib/config.d.ts.map +1 -0
  618. package/esm/lib/config.js +35 -0
  619. package/esm/lib/config.js.map +1 -0
  620. package/esm/lib/dlv.d.ts +14 -0
  621. package/esm/lib/dlv.d.ts.map +1 -0
  622. package/esm/lib/dlv.js +46 -0
  623. package/esm/lib/dlv.js.map +1 -0
  624. package/esm/lib/encodings.d.ts +51 -0
  625. package/esm/lib/encodings.d.ts.map +1 -0
  626. package/esm/lib/encodings.js +330 -0
  627. package/esm/lib/encodings.js.map +1 -0
  628. package/esm/lib/files.d.ts +8 -0
  629. package/esm/lib/files.d.ts.map +1 -0
  630. package/esm/lib/files.js +33 -0
  631. package/esm/lib/files.js.map +1 -0
  632. package/esm/lib/http.d.ts +67 -0
  633. package/esm/lib/http.d.ts.map +1 -0
  634. package/esm/lib/http.js +208 -0
  635. package/esm/lib/http.js.map +1 -0
  636. package/esm/lib/is-plain-object.d.ts +2 -0
  637. package/esm/lib/is-plain-object.d.ts.map +1 -0
  638. package/esm/lib/is-plain-object.js +38 -0
  639. package/esm/lib/is-plain-object.js.map +1 -0
  640. package/esm/lib/logger.d.ts +6 -0
  641. package/esm/lib/logger.d.ts.map +1 -0
  642. package/esm/lib/logger.js +5 -0
  643. package/esm/lib/logger.js.map +1 -0
  644. package/esm/lib/matchers.d.ts +64 -0
  645. package/esm/lib/matchers.d.ts.map +1 -0
  646. package/esm/lib/matchers.js +187 -0
  647. package/esm/lib/matchers.js.map +1 -0
  648. package/esm/lib/primitives.d.ts +20 -0
  649. package/esm/lib/primitives.d.ts.map +1 -0
  650. package/esm/lib/primitives.js +37 -0
  651. package/esm/lib/primitives.js.map +1 -0
  652. package/esm/lib/retries.d.ts +38 -0
  653. package/esm/lib/retries.d.ts.map +1 -0
  654. package/esm/lib/retries.js +149 -0
  655. package/esm/lib/retries.js.map +1 -0
  656. package/esm/lib/schemas.d.ts +19 -0
  657. package/esm/lib/schemas.d.ts.map +1 -0
  658. package/esm/lib/schemas.js +54 -0
  659. package/esm/lib/schemas.js.map +1 -0
  660. package/esm/lib/sdks.d.ts +56 -0
  661. package/esm/lib/sdks.d.ts.map +1 -0
  662. package/esm/lib/sdks.js +269 -0
  663. package/esm/lib/sdks.js.map +1 -0
  664. package/esm/lib/security.d.ts +82 -0
  665. package/esm/lib/security.d.ts.map +1 -0
  666. package/esm/lib/security.js +131 -0
  667. package/esm/lib/security.js.map +1 -0
  668. package/esm/lib/url.d.ts +5 -0
  669. package/esm/lib/url.d.ts.map +1 -0
  670. package/esm/lib/url.js +22 -0
  671. package/esm/lib/url.js.map +1 -0
  672. package/esm/models/components/aclaction.d.ts +43 -0
  673. package/esm/models/components/aclaction.d.ts.map +1 -0
  674. package/esm/models/components/aclaction.js +31 -0
  675. package/esm/models/components/aclaction.js.map +1 -0
  676. package/esm/models/components/authtoken.d.ts +304 -0
  677. package/esm/models/components/authtoken.d.ts.map +1 -0
  678. package/esm/models/components/authtoken.js +234 -0
  679. package/esm/models/components/authtoken.js.map +1 -0
  680. package/esm/models/components/authuser.d.ts +1057 -0
  681. package/esm/models/components/authuser.d.ts.map +1 -0
  682. package/esm/models/components/authuser.js +780 -0
  683. package/esm/models/components/authuser.js.map +1 -0
  684. package/esm/models/components/authuserlimited.d.ts +99 -0
  685. package/esm/models/components/authuserlimited.d.ts.map +1 -0
  686. package/esm/models/components/authuserlimited.js +66 -0
  687. package/esm/models/components/authuserlimited.js.map +1 -0
  688. package/esm/models/components/edgeconfigitem.d.ts +43 -0
  689. package/esm/models/components/edgeconfigitem.d.ts.map +1 -0
  690. package/esm/models/components/edgeconfigitem.js +42 -0
  691. package/esm/models/components/edgeconfigitem.js.map +1 -0
  692. package/esm/models/components/edgeconfigitemvalue.d.ts +29 -0
  693. package/esm/models/components/edgeconfigitemvalue.d.ts.map +1 -0
  694. package/esm/models/components/edgeconfigitemvalue.js +39 -0
  695. package/esm/models/components/edgeconfigitemvalue.js.map +1 -0
  696. package/esm/models/components/edgeconfigtoken.d.ts +43 -0
  697. package/esm/models/components/edgeconfigtoken.d.ts.map +1 -0
  698. package/esm/models/components/edgeconfigtoken.js +39 -0
  699. package/esm/models/components/edgeconfigtoken.js.map +1 -0
  700. package/esm/models/components/filetree.d.ts +109 -0
  701. package/esm/models/components/filetree.d.ts.map +1 -0
  702. package/esm/models/components/filetree.js +69 -0
  703. package/esm/models/components/filetree.js.map +1 -0
  704. package/esm/models/components/flagjsonvalue.d.ts +29 -0
  705. package/esm/models/components/flagjsonvalue.d.ts.map +1 -0
  706. package/esm/models/components/flagjsonvalue.js +39 -0
  707. package/esm/models/components/flagjsonvalue.js.map +1 -0
  708. package/esm/models/components/pagination.d.ts +45 -0
  709. package/esm/models/components/pagination.d.ts.map +1 -0
  710. package/esm/models/components/pagination.js +35 -0
  711. package/esm/models/components/pagination.js.map +1 -0
  712. package/esm/models/components/security.d.ts +29 -0
  713. package/esm/models/components/security.d.ts.map +1 -0
  714. package/esm/models/components/security.js +31 -0
  715. package/esm/models/components/security.js.map +1 -0
  716. package/esm/models/components/teamlimited.d.ts +440 -0
  717. package/esm/models/components/teamlimited.d.ts.map +1 -0
  718. package/esm/models/components/teamlimited.js +327 -0
  719. package/esm/models/components/teamlimited.js.map +1 -0
  720. package/esm/models/components/userevent.d.ts +28 -0
  721. package/esm/models/components/userevent.d.ts.map +1 -0
  722. package/esm/models/components/userevent.js +27 -0
  723. package/esm/models/components/userevent.js.map +1 -0
  724. package/esm/models/errors/httpclienterrors.d.ts +44 -0
  725. package/esm/models/errors/httpclienterrors.d.ts.map +1 -0
  726. package/esm/models/errors/httpclienterrors.js +69 -0
  727. package/esm/models/errors/httpclienterrors.js.map +1 -0
  728. package/esm/models/errors/sdkerror.d.ts +8 -0
  729. package/esm/models/errors/sdkerror.d.ts.map +1 -0
  730. package/esm/models/errors/sdkerror.js +17 -0
  731. package/esm/models/errors/sdkerror.js.map +1 -0
  732. package/esm/models/errors/sdkvalidationerror.d.ts +20 -0
  733. package/esm/models/errors/sdkvalidationerror.d.ts.map +1 -0
  734. package/esm/models/errors/sdkvalidationerror.js +77 -0
  735. package/esm/models/errors/sdkvalidationerror.js.map +1 -0
  736. package/esm/models/operations/addprojectdomain.d.ts +213 -0
  737. package/esm/models/operations/addprojectdomain.d.ts.map +1 -0
  738. package/esm/models/operations/addprojectdomain.js +179 -0
  739. package/esm/models/operations/addprojectdomain.js.map +1 -0
  740. package/esm/models/operations/addprojectmember.d.ts +325 -0
  741. package/esm/models/operations/addprojectmember.d.ts.map +1 -0
  742. package/esm/models/operations/addprojectmember.js +271 -0
  743. package/esm/models/operations/addprojectmember.js.map +1 -0
  744. package/esm/models/operations/artifactexists.d.ts +42 -0
  745. package/esm/models/operations/artifactexists.d.ts.map +1 -0
  746. package/esm/models/operations/artifactexists.js +35 -0
  747. package/esm/models/operations/artifactexists.js.map +1 -0
  748. package/esm/models/operations/artifactquery.d.ts +167 -0
  749. package/esm/models/operations/artifactquery.d.ts.map +1 -0
  750. package/esm/models/operations/artifactquery.js +176 -0
  751. package/esm/models/operations/artifactquery.js.map +1 -0
  752. package/esm/models/operations/assignalias.d.ts +123 -0
  753. package/esm/models/operations/assignalias.d.ts.map +1 -0
  754. package/esm/models/operations/assignalias.js +104 -0
  755. package/esm/models/operations/assignalias.js.map +1 -0
  756. package/esm/models/operations/buydomain.d.ts +264 -0
  757. package/esm/models/operations/buydomain.d.ts.map +1 -0
  758. package/esm/models/operations/buydomain.js +236 -0
  759. package/esm/models/operations/buydomain.js.map +1 -0
  760. package/esm/models/operations/canceldeployment.d.ts +2936 -0
  761. package/esm/models/operations/canceldeployment.d.ts.map +1 -0
  762. package/esm/models/operations/canceldeployment.js +2690 -0
  763. package/esm/models/operations/canceldeployment.js.map +1 -0
  764. package/esm/models/operations/checkdomainprice.d.ts +109 -0
  765. package/esm/models/operations/checkdomainprice.d.ts.map +1 -0
  766. package/esm/models/operations/checkdomainprice.js +82 -0
  767. package/esm/models/operations/checkdomainprice.js.map +1 -0
  768. package/esm/models/operations/checkdomainstatus.d.ts +70 -0
  769. package/esm/models/operations/checkdomainstatus.d.ts.map +1 -0
  770. package/esm/models/operations/checkdomainstatus.js +60 -0
  771. package/esm/models/operations/checkdomainstatus.js.map +1 -0
  772. package/esm/models/operations/createaccessgroup.d.ts +194 -0
  773. package/esm/models/operations/createaccessgroup.d.ts.map +1 -0
  774. package/esm/models/operations/createaccessgroup.js +164 -0
  775. package/esm/models/operations/createaccessgroup.js.map +1 -0
  776. package/esm/models/operations/createaccessgroupproject.d.ts +172 -0
  777. package/esm/models/operations/createaccessgroupproject.d.ts.map +1 -0
  778. package/esm/models/operations/createaccessgroupproject.js +154 -0
  779. package/esm/models/operations/createaccessgroupproject.js.map +1 -0
  780. package/esm/models/operations/createauthtoken.d.ts +103 -0
  781. package/esm/models/operations/createauthtoken.d.ts.map +1 -0
  782. package/esm/models/operations/createauthtoken.js +101 -0
  783. package/esm/models/operations/createauthtoken.js.map +1 -0
  784. package/esm/models/operations/createcheck.d.ts +531 -0
  785. package/esm/models/operations/createcheck.d.ts.map +1 -0
  786. package/esm/models/operations/createcheck.js +487 -0
  787. package/esm/models/operations/createcheck.js.map +1 -0
  788. package/esm/models/operations/createconfigurablelogdrain.d.ts +445 -0
  789. package/esm/models/operations/createconfigurablelogdrain.d.ts.map +1 -0
  790. package/esm/models/operations/createconfigurablelogdrain.js +353 -0
  791. package/esm/models/operations/createconfigurablelogdrain.js.map +1 -0
  792. package/esm/models/operations/createdeployment.d.ts +3934 -0
  793. package/esm/models/operations/createdeployment.d.ts.map +1 -0
  794. package/esm/models/operations/createdeployment.js +3463 -0
  795. package/esm/models/operations/createdeployment.js.map +1 -0
  796. package/esm/models/operations/createedgeconfig.d.ts +332 -0
  797. package/esm/models/operations/createedgeconfig.d.ts.map +1 -0
  798. package/esm/models/operations/createedgeconfig.js +407 -0
  799. package/esm/models/operations/createedgeconfig.js.map +1 -0
  800. package/esm/models/operations/createedgeconfigtoken.d.ts +93 -0
  801. package/esm/models/operations/createedgeconfigtoken.d.ts.map +1 -0
  802. package/esm/models/operations/createedgeconfigtoken.js +100 -0
  803. package/esm/models/operations/createedgeconfigtoken.js.map +1 -0
  804. package/esm/models/operations/createevent.d.ts +187 -0
  805. package/esm/models/operations/createevent.d.ts.map +1 -0
  806. package/esm/models/operations/createevent.js +195 -0
  807. package/esm/models/operations/createevent.js.map +1 -0
  808. package/esm/models/operations/createlogdrain.d.ts +440 -0
  809. package/esm/models/operations/createlogdrain.d.ts.map +1 -0
  810. package/esm/models/operations/createlogdrain.js +298 -0
  811. package/esm/models/operations/createlogdrain.js.map +1 -0
  812. package/esm/models/operations/createortransferdomain.d.ts +388 -0
  813. package/esm/models/operations/createortransferdomain.d.ts.map +1 -0
  814. package/esm/models/operations/createortransferdomain.js +310 -0
  815. package/esm/models/operations/createortransferdomain.js.map +1 -0
  816. package/esm/models/operations/createproject.d.ts +5219 -0
  817. package/esm/models/operations/createproject.d.ts.map +1 -0
  818. package/esm/models/operations/createproject.js +4624 -0
  819. package/esm/models/operations/createproject.js.map +1 -0
  820. package/esm/models/operations/createprojectenv.d.ts +2820 -0
  821. package/esm/models/operations/createprojectenv.d.ts.map +1 -0
  822. package/esm/models/operations/createprojectenv.js +2660 -0
  823. package/esm/models/operations/createprojectenv.js.map +1 -0
  824. package/esm/models/operations/createrecord.d.ts +1216 -0
  825. package/esm/models/operations/createrecord.d.ts.map +1 -0
  826. package/esm/models/operations/createrecord.js +884 -0
  827. package/esm/models/operations/createrecord.js.map +1 -0
  828. package/esm/models/operations/createteam.d.ts +190 -0
  829. package/esm/models/operations/createteam.d.ts.map +1 -0
  830. package/esm/models/operations/createteam.js +149 -0
  831. package/esm/models/operations/createteam.js.map +1 -0
  832. package/esm/models/operations/createwebhook.d.ts +422 -0
  833. package/esm/models/operations/createwebhook.d.ts.map +1 -0
  834. package/esm/models/operations/createwebhook.js +232 -0
  835. package/esm/models/operations/createwebhook.js.map +1 -0
  836. package/esm/models/operations/deleteaccessgroup.d.ts +39 -0
  837. package/esm/models/operations/deleteaccessgroup.d.ts.map +1 -0
  838. package/esm/models/operations/deleteaccessgroup.js +35 -0
  839. package/esm/models/operations/deleteaccessgroup.js.map +1 -0
  840. package/esm/models/operations/deleteaccessgroupproject.d.ts +41 -0
  841. package/esm/models/operations/deleteaccessgroupproject.d.ts.map +1 -0
  842. package/esm/models/operations/deleteaccessgroupproject.js +37 -0
  843. package/esm/models/operations/deleteaccessgroupproject.js.map +1 -0
  844. package/esm/models/operations/deletealias.d.ts +93 -0
  845. package/esm/models/operations/deletealias.d.ts.map +1 -0
  846. package/esm/models/operations/deletealias.js +78 -0
  847. package/esm/models/operations/deletealias.js.map +1 -0
  848. package/esm/models/operations/deleteauthtoken.d.ts +63 -0
  849. package/esm/models/operations/deleteauthtoken.d.ts.map +1 -0
  850. package/esm/models/operations/deleteauthtoken.js +56 -0
  851. package/esm/models/operations/deleteauthtoken.js.map +1 -0
  852. package/esm/models/operations/deleteconfigurablelogdrain.d.ts +39 -0
  853. package/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +1 -0
  854. package/esm/models/operations/deleteconfigurablelogdrain.js +35 -0
  855. package/esm/models/operations/deleteconfigurablelogdrain.js.map +1 -0
  856. package/esm/models/operations/deleteconfiguration.d.ts +39 -0
  857. package/esm/models/operations/deleteconfiguration.d.ts.map +1 -0
  858. package/esm/models/operations/deleteconfiguration.js +35 -0
  859. package/esm/models/operations/deleteconfiguration.js.map +1 -0
  860. package/esm/models/operations/deletedeployment.d.ts +112 -0
  861. package/esm/models/operations/deletedeployment.d.ts.map +1 -0
  862. package/esm/models/operations/deletedeployment.js +85 -0
  863. package/esm/models/operations/deletedeployment.js.map +1 -0
  864. package/esm/models/operations/deletedomain.d.ts +73 -0
  865. package/esm/models/operations/deletedomain.d.ts.map +1 -0
  866. package/esm/models/operations/deletedomain.js +60 -0
  867. package/esm/models/operations/deletedomain.js.map +1 -0
  868. package/esm/models/operations/deleteedgeconfig.d.ts +39 -0
  869. package/esm/models/operations/deleteedgeconfig.d.ts.map +1 -0
  870. package/esm/models/operations/deleteedgeconfig.js +35 -0
  871. package/esm/models/operations/deleteedgeconfig.js.map +1 -0
  872. package/esm/models/operations/deleteedgeconfigschema.d.ts +39 -0
  873. package/esm/models/operations/deleteedgeconfigschema.d.ts.map +1 -0
  874. package/esm/models/operations/deleteedgeconfigschema.js +35 -0
  875. package/esm/models/operations/deleteedgeconfigschema.js.map +1 -0
  876. package/esm/models/operations/deleteedgeconfigtokens.d.ts +66 -0
  877. package/esm/models/operations/deleteedgeconfigtokens.d.ts.map +1 -0
  878. package/esm/models/operations/deleteedgeconfigtokens.js +73 -0
  879. package/esm/models/operations/deleteedgeconfigtokens.js.map +1 -0
  880. package/esm/models/operations/deleteintegrationlogdrain.d.ts +42 -0
  881. package/esm/models/operations/deleteintegrationlogdrain.d.ts.map +1 -0
  882. package/esm/models/operations/deleteintegrationlogdrain.js +35 -0
  883. package/esm/models/operations/deleteintegrationlogdrain.js.map +1 -0
  884. package/esm/models/operations/deleteproject.d.ts +42 -0
  885. package/esm/models/operations/deleteproject.d.ts.map +1 -0
  886. package/esm/models/operations/deleteproject.js +35 -0
  887. package/esm/models/operations/deleteproject.js.map +1 -0
  888. package/esm/models/operations/deleteteam.d.ts +144 -0
  889. package/esm/models/operations/deleteteam.d.ts.map +1 -0
  890. package/esm/models/operations/deleteteam.js +125 -0
  891. package/esm/models/operations/deleteteam.js.map +1 -0
  892. package/esm/models/operations/deleteteaminvitecode.d.ts +68 -0
  893. package/esm/models/operations/deleteteaminvitecode.d.ts.map +1 -0
  894. package/esm/models/operations/deleteteaminvitecode.js +58 -0
  895. package/esm/models/operations/deleteteaminvitecode.js.map +1 -0
  896. package/esm/models/operations/deletewebhook.d.ts +39 -0
  897. package/esm/models/operations/deletewebhook.d.ts.map +1 -0
  898. package/esm/models/operations/deletewebhook.js +35 -0
  899. package/esm/models/operations/deletewebhook.js.map +1 -0
  900. package/esm/models/operations/downloadartifact.d.ts +52 -0
  901. package/esm/models/operations/downloadartifact.d.ts.map +1 -0
  902. package/esm/models/operations/downloadartifact.js +50 -0
  903. package/esm/models/operations/downloadartifact.js.map +1 -0
  904. package/esm/models/operations/editprojectenv.d.ts +1188 -0
  905. package/esm/models/operations/editprojectenv.d.ts.map +1 -0
  906. package/esm/models/operations/editprojectenv.js +1118 -0
  907. package/esm/models/operations/editprojectenv.js.map +1 -0
  908. package/esm/models/operations/exchangessotoken.d.ts +81 -0
  909. package/esm/models/operations/exchangessotoken.d.ts.map +1 -0
  910. package/esm/models/operations/exchangessotoken.js +93 -0
  911. package/esm/models/operations/exchangessotoken.js.map +1 -0
  912. package/esm/models/operations/filterprojectenvs.d.ts +3154 -0
  913. package/esm/models/operations/filterprojectenvs.d.ts.map +1 -0
  914. package/esm/models/operations/filterprojectenvs.js +3045 -0
  915. package/esm/models/operations/filterprojectenvs.js.map +1 -0
  916. package/esm/models/operations/getaccountinfo.d.ts +85 -0
  917. package/esm/models/operations/getaccountinfo.d.ts.map +1 -0
  918. package/esm/models/operations/getaccountinfo.js +87 -0
  919. package/esm/models/operations/getaccountinfo.js.map +1 -0
  920. package/esm/models/operations/getalias.d.ts +508 -0
  921. package/esm/models/operations/getalias.d.ts.map +1 -0
  922. package/esm/models/operations/getalias.js +406 -0
  923. package/esm/models/operations/getalias.js.map +1 -0
  924. package/esm/models/operations/getallchecks.d.ts +495 -0
  925. package/esm/models/operations/getallchecks.d.ts.map +1 -0
  926. package/esm/models/operations/getallchecks.js +462 -0
  927. package/esm/models/operations/getallchecks.js.map +1 -0
  928. package/esm/models/operations/getalllogdrains.d.ts +289 -0
  929. package/esm/models/operations/getalllogdrains.d.ts.map +1 -0
  930. package/esm/models/operations/getalllogdrains.js +228 -0
  931. package/esm/models/operations/getalllogdrains.js.map +1 -0
  932. package/esm/models/operations/getauthtoken.d.ts +64 -0
  933. package/esm/models/operations/getauthtoken.d.ts.map +1 -0
  934. package/esm/models/operations/getauthtoken.js +57 -0
  935. package/esm/models/operations/getauthtoken.js.map +1 -0
  936. package/esm/models/operations/getauthuser.d.ts +55 -0
  937. package/esm/models/operations/getauthuser.d.ts.map +1 -0
  938. package/esm/models/operations/getauthuser.js +55 -0
  939. package/esm/models/operations/getauthuser.js.map +1 -0
  940. package/esm/models/operations/getcertbyid.d.ts +75 -0
  941. package/esm/models/operations/getcertbyid.d.ts.map +1 -0
  942. package/esm/models/operations/getcertbyid.js +68 -0
  943. package/esm/models/operations/getcertbyid.js.map +1 -0
  944. package/esm/models/operations/getcheck.d.ts +481 -0
  945. package/esm/models/operations/getcheck.d.ts.map +1 -0
  946. package/esm/models/operations/getcheck.js +444 -0
  947. package/esm/models/operations/getcheck.js.map +1 -0
  948. package/esm/models/operations/getconfigurablelogdrain.d.ts +286 -0
  949. package/esm/models/operations/getconfigurablelogdrain.d.ts.map +1 -0
  950. package/esm/models/operations/getconfigurablelogdrain.js +227 -0
  951. package/esm/models/operations/getconfigurablelogdrain.js.map +1 -0
  952. package/esm/models/operations/getconfiguration.d.ts +756 -0
  953. package/esm/models/operations/getconfiguration.d.ts.map +1 -0
  954. package/esm/models/operations/getconfiguration.js +568 -0
  955. package/esm/models/operations/getconfiguration.js.map +1 -0
  956. package/esm/models/operations/getconfigurations.d.ts +995 -0
  957. package/esm/models/operations/getconfigurations.d.ts.map +1 -0
  958. package/esm/models/operations/getconfigurations.js +790 -0
  959. package/esm/models/operations/getconfigurations.js.map +1 -0
  960. package/esm/models/operations/getdeployment.d.ts +4284 -0
  961. package/esm/models/operations/getdeployment.d.ts.map +1 -0
  962. package/esm/models/operations/getdeployment.js +3955 -0
  963. package/esm/models/operations/getdeployment.js.map +1 -0
  964. package/esm/models/operations/getdeploymentevents.d.ts +137 -0
  965. package/esm/models/operations/getdeploymentevents.d.ts.map +1 -0
  966. package/esm/models/operations/getdeploymentevents.js +97 -0
  967. package/esm/models/operations/getdeploymentevents.js.map +1 -0
  968. package/esm/models/operations/getdeploymentfilecontents.d.ts +52 -0
  969. package/esm/models/operations/getdeploymentfilecontents.d.ts.map +1 -0
  970. package/esm/models/operations/getdeploymentfilecontents.js +39 -0
  971. package/esm/models/operations/getdeploymentfilecontents.js.map +1 -0
  972. package/esm/models/operations/getdeployments.d.ts +1105 -0
  973. package/esm/models/operations/getdeployments.d.ts.map +1 -0
  974. package/esm/models/operations/getdeployments.js +723 -0
  975. package/esm/models/operations/getdeployments.js.map +1 -0
  976. package/esm/models/operations/getdomain.d.ts +245 -0
  977. package/esm/models/operations/getdomain.d.ts.map +1 -0
  978. package/esm/models/operations/getdomain.js +176 -0
  979. package/esm/models/operations/getdomain.js.map +1 -0
  980. package/esm/models/operations/getdomainconfig.d.ts +185 -0
  981. package/esm/models/operations/getdomainconfig.d.ts.map +1 -0
  982. package/esm/models/operations/getdomainconfig.js +135 -0
  983. package/esm/models/operations/getdomainconfig.js.map +1 -0
  984. package/esm/models/operations/getdomains.d.ts +259 -0
  985. package/esm/models/operations/getdomains.d.ts.map +1 -0
  986. package/esm/models/operations/getdomains.js +180 -0
  987. package/esm/models/operations/getdomains.js.map +1 -0
  988. package/esm/models/operations/getdomaintransfer.d.ts +169 -0
  989. package/esm/models/operations/getdomaintransfer.d.ts.map +1 -0
  990. package/esm/models/operations/getdomaintransfer.js +118 -0
  991. package/esm/models/operations/getdomaintransfer.js.map +1 -0
  992. package/esm/models/operations/getedgeconfig.d.ts +196 -0
  993. package/esm/models/operations/getedgeconfig.d.ts.map +1 -0
  994. package/esm/models/operations/getedgeconfig.js +175 -0
  995. package/esm/models/operations/getedgeconfig.js.map +1 -0
  996. package/esm/models/operations/getedgeconfigbackup.d.ts +398 -0
  997. package/esm/models/operations/getedgeconfigbackup.d.ts.map +1 -0
  998. package/esm/models/operations/getedgeconfigbackup.js +386 -0
  999. package/esm/models/operations/getedgeconfigbackup.js.map +1 -0
  1000. package/esm/models/operations/getedgeconfigbackups.d.ts +159 -0
  1001. package/esm/models/operations/getedgeconfigbackups.d.ts.map +1 -0
  1002. package/esm/models/operations/getedgeconfigbackups.js +157 -0
  1003. package/esm/models/operations/getedgeconfigbackups.js.map +1 -0
  1004. package/esm/models/operations/getedgeconfigitem.d.ts +41 -0
  1005. package/esm/models/operations/getedgeconfigitem.d.ts.map +1 -0
  1006. package/esm/models/operations/getedgeconfigitem.js +37 -0
  1007. package/esm/models/operations/getedgeconfigitem.js.map +1 -0
  1008. package/esm/models/operations/getedgeconfigitems.d.ts +39 -0
  1009. package/esm/models/operations/getedgeconfigitems.d.ts.map +1 -0
  1010. package/esm/models/operations/getedgeconfigitems.js +35 -0
  1011. package/esm/models/operations/getedgeconfigitems.js.map +1 -0
  1012. package/esm/models/operations/getedgeconfigs.d.ts +191 -0
  1013. package/esm/models/operations/getedgeconfigs.d.ts.map +1 -0
  1014. package/esm/models/operations/getedgeconfigs.js +174 -0
  1015. package/esm/models/operations/getedgeconfigs.js.map +1 -0
  1016. package/esm/models/operations/getedgeconfigschema.d.ts +63 -0
  1017. package/esm/models/operations/getedgeconfigschema.d.ts.map +1 -0
  1018. package/esm/models/operations/getedgeconfigschema.js +56 -0
  1019. package/esm/models/operations/getedgeconfigschema.js.map +1 -0
  1020. package/esm/models/operations/getedgeconfigtoken.d.ts +41 -0
  1021. package/esm/models/operations/getedgeconfigtoken.d.ts.map +1 -0
  1022. package/esm/models/operations/getedgeconfigtoken.js +37 -0
  1023. package/esm/models/operations/getedgeconfigtoken.js.map +1 -0
  1024. package/esm/models/operations/getedgeconfigtokens.d.ts +39 -0
  1025. package/esm/models/operations/getedgeconfigtokens.d.ts.map +1 -0
  1026. package/esm/models/operations/getedgeconfigtokens.js +35 -0
  1027. package/esm/models/operations/getedgeconfigtokens.js.map +1 -0
  1028. package/esm/models/operations/getfirewallconfig.d.ts +1347 -0
  1029. package/esm/models/operations/getfirewallconfig.d.ts.map +1 -0
  1030. package/esm/models/operations/getfirewallconfig.js +1168 -0
  1031. package/esm/models/operations/getfirewallconfig.js.map +1 -0
  1032. package/esm/models/operations/getintegrationlogdrains.d.ts +281 -0
  1033. package/esm/models/operations/getintegrationlogdrains.d.ts.map +1 -0
  1034. package/esm/models/operations/getintegrationlogdrains.js +184 -0
  1035. package/esm/models/operations/getintegrationlogdrains.js.map +1 -0
  1036. package/esm/models/operations/getinvoice.d.ts +232 -0
  1037. package/esm/models/operations/getinvoice.d.ts.map +1 -0
  1038. package/esm/models/operations/getinvoice.js +219 -0
  1039. package/esm/models/operations/getinvoice.js.map +1 -0
  1040. package/esm/models/operations/getmember.d.ts +84 -0
  1041. package/esm/models/operations/getmember.d.ts.map +1 -0
  1042. package/esm/models/operations/getmember.js +79 -0
  1043. package/esm/models/operations/getmember.js.map +1 -0
  1044. package/esm/models/operations/getprojectdomain.d.ts +132 -0
  1045. package/esm/models/operations/getprojectdomain.d.ts.map +1 -0
  1046. package/esm/models/operations/getprojectdomain.js +113 -0
  1047. package/esm/models/operations/getprojectdomain.js.map +1 -0
  1048. package/esm/models/operations/getprojectdomains.d.ts +367 -0
  1049. package/esm/models/operations/getprojectdomains.d.ts.map +1 -0
  1050. package/esm/models/operations/getprojectdomains.js +272 -0
  1051. package/esm/models/operations/getprojectdomains.js.map +1 -0
  1052. package/esm/models/operations/getprojectenv.d.ts +3034 -0
  1053. package/esm/models/operations/getprojectenv.d.ts.map +1 -0
  1054. package/esm/models/operations/getprojectenv.js +2955 -0
  1055. package/esm/models/operations/getprojectenv.js.map +1 -0
  1056. package/esm/models/operations/getprojectmembers.d.ts +357 -0
  1057. package/esm/models/operations/getprojectmembers.d.ts.map +1 -0
  1058. package/esm/models/operations/getprojectmembers.js +262 -0
  1059. package/esm/models/operations/getprojectmembers.js.map +1 -0
  1060. package/esm/models/operations/getprojects.d.ts +4792 -0
  1061. package/esm/models/operations/getprojects.d.ts.map +1 -0
  1062. package/esm/models/operations/getprojects.js +4372 -0
  1063. package/esm/models/operations/getprojects.js.map +1 -0
  1064. package/esm/models/operations/getrecords.d.ts +330 -0
  1065. package/esm/models/operations/getrecords.d.ts.map +1 -0
  1066. package/esm/models/operations/getrecords.js +271 -0
  1067. package/esm/models/operations/getrecords.js.map +1 -0
  1068. package/esm/models/operations/getteam.d.ts +37 -0
  1069. package/esm/models/operations/getteam.d.ts.map +1 -0
  1070. package/esm/models/operations/getteam.js +33 -0
  1071. package/esm/models/operations/getteam.js.map +1 -0
  1072. package/esm/models/operations/getteamaccessrequest.d.ts +303 -0
  1073. package/esm/models/operations/getteamaccessrequest.d.ts.map +1 -0
  1074. package/esm/models/operations/getteamaccessrequest.js +241 -0
  1075. package/esm/models/operations/getteamaccessrequest.js.map +1 -0
  1076. package/esm/models/operations/getteammembers.d.ts +691 -0
  1077. package/esm/models/operations/getteammembers.d.ts.map +1 -0
  1078. package/esm/models/operations/getteammembers.js +514 -0
  1079. package/esm/models/operations/getteammembers.js.map +1 -0
  1080. package/esm/models/operations/getteams.d.ts +106 -0
  1081. package/esm/models/operations/getteams.d.ts.map +1 -0
  1082. package/esm/models/operations/getteams.js +86 -0
  1083. package/esm/models/operations/getteams.js.map +1 -0
  1084. package/esm/models/operations/getwebhook.d.ts +246 -0
  1085. package/esm/models/operations/getwebhook.d.ts.map +1 -0
  1086. package/esm/models/operations/getwebhook.js +133 -0
  1087. package/esm/models/operations/getwebhook.js.map +1 -0
  1088. package/esm/models/operations/getwebhooks.d.ts +660 -0
  1089. package/esm/models/operations/getwebhooks.d.ts.map +1 -0
  1090. package/esm/models/operations/getwebhooks.js +355 -0
  1091. package/esm/models/operations/getwebhooks.js.map +1 -0
  1092. package/esm/models/operations/gitnamespaces.d.ts +126 -0
  1093. package/esm/models/operations/gitnamespaces.d.ts.map +1 -0
  1094. package/esm/models/operations/gitnamespaces.js +115 -0
  1095. package/esm/models/operations/gitnamespaces.js.map +1 -0
  1096. package/esm/models/operations/inviteusertoteam.d.ts +361 -0
  1097. package/esm/models/operations/inviteusertoteam.d.ts.map +1 -0
  1098. package/esm/models/operations/inviteusertoteam.js +289 -0
  1099. package/esm/models/operations/inviteusertoteam.js.map +1 -0
  1100. package/esm/models/operations/issuecert.d.ts +100 -0
  1101. package/esm/models/operations/issuecert.d.ts.map +1 -0
  1102. package/esm/models/operations/issuecert.js +102 -0
  1103. package/esm/models/operations/issuecert.js.map +1 -0
  1104. package/esm/models/operations/jointeam.d.ts +105 -0
  1105. package/esm/models/operations/jointeam.d.ts.map +1 -0
  1106. package/esm/models/operations/jointeam.js +98 -0
  1107. package/esm/models/operations/jointeam.js.map +1 -0
  1108. package/esm/models/operations/listaccessgroupmembers.d.ts +186 -0
  1109. package/esm/models/operations/listaccessgroupmembers.d.ts.map +1 -0
  1110. package/esm/models/operations/listaccessgroupmembers.js +156 -0
  1111. package/esm/models/operations/listaccessgroupmembers.js.map +1 -0
  1112. package/esm/models/operations/listaccessgroupprojects.d.ts +197 -0
  1113. package/esm/models/operations/listaccessgroupprojects.d.ts.map +1 -0
  1114. package/esm/models/operations/listaccessgroupprojects.js +175 -0
  1115. package/esm/models/operations/listaccessgroupprojects.js.map +1 -0
  1116. package/esm/models/operations/listaccessgroups.d.ts +229 -0
  1117. package/esm/models/operations/listaccessgroups.d.ts.map +1 -0
  1118. package/esm/models/operations/listaccessgroups.js +192 -0
  1119. package/esm/models/operations/listaccessgroups.js.map +1 -0
  1120. package/esm/models/operations/listaliases.d.ts +573 -0
  1121. package/esm/models/operations/listaliases.d.ts.map +1 -0
  1122. package/esm/models/operations/listaliases.js +461 -0
  1123. package/esm/models/operations/listaliases.js.map +1 -0
  1124. package/esm/models/operations/listauthtokens.d.ts +41 -0
  1125. package/esm/models/operations/listauthtokens.d.ts.map +1 -0
  1126. package/esm/models/operations/listauthtokens.js +37 -0
  1127. package/esm/models/operations/listauthtokens.js.map +1 -0
  1128. package/esm/models/operations/listdeploymentaliases.d.ts +397 -0
  1129. package/esm/models/operations/listdeploymentaliases.d.ts.map +1 -0
  1130. package/esm/models/operations/listdeploymentaliases.js +350 -0
  1131. package/esm/models/operations/listdeploymentaliases.js.map +1 -0
  1132. package/esm/models/operations/listdeploymentfiles.d.ts +42 -0
  1133. package/esm/models/operations/listdeploymentfiles.d.ts.map +1 -0
  1134. package/esm/models/operations/listdeploymentfiles.js +35 -0
  1135. package/esm/models/operations/listdeploymentfiles.js.map +1 -0
  1136. package/esm/models/operations/listpromotealiases.d.ts +161 -0
  1137. package/esm/models/operations/listpromotealiases.d.ts.map +1 -0
  1138. package/esm/models/operations/listpromotealiases.js +148 -0
  1139. package/esm/models/operations/listpromotealiases.js.map +1 -0
  1140. package/esm/models/operations/listuserevents.d.ts +99 -0
  1141. package/esm/models/operations/listuserevents.d.ts.map +1 -0
  1142. package/esm/models/operations/listuserevents.js +71 -0
  1143. package/esm/models/operations/listuserevents.js.map +1 -0
  1144. package/esm/models/operations/patchdomain.d.ts +240 -0
  1145. package/esm/models/operations/patchdomain.d.ts.map +1 -0
  1146. package/esm/models/operations/patchdomain.js +247 -0
  1147. package/esm/models/operations/patchdomain.js.map +1 -0
  1148. package/esm/models/operations/patchedgeconfigschema.d.ts +92 -0
  1149. package/esm/models/operations/patchedgeconfigschema.d.ts.map +1 -0
  1150. package/esm/models/operations/patchedgeconfigschema.js +96 -0
  1151. package/esm/models/operations/patchedgeconfigschema.js.map +1 -0
  1152. package/esm/models/operations/patchteam.d.ts +278 -0
  1153. package/esm/models/operations/patchteam.d.ts.map +1 -0
  1154. package/esm/models/operations/patchteam.js +220 -0
  1155. package/esm/models/operations/patchteam.js.map +1 -0
  1156. package/esm/models/operations/putfirewallconfig.d.ts +2662 -0
  1157. package/esm/models/operations/putfirewallconfig.d.ts.map +1 -0
  1158. package/esm/models/operations/putfirewallconfig.js +2342 -0
  1159. package/esm/models/operations/putfirewallconfig.js.map +1 -0
  1160. package/esm/models/operations/readaccessgroup.d.ts +124 -0
  1161. package/esm/models/operations/readaccessgroup.d.ts.map +1 -0
  1162. package/esm/models/operations/readaccessgroup.js +94 -0
  1163. package/esm/models/operations/readaccessgroup.js.map +1 -0
  1164. package/esm/models/operations/readaccessgroupproject.d.ts +105 -0
  1165. package/esm/models/operations/readaccessgroupproject.d.ts.map +1 -0
  1166. package/esm/models/operations/readaccessgroupproject.js +92 -0
  1167. package/esm/models/operations/readaccessgroupproject.js.map +1 -0
  1168. package/esm/models/operations/recordevents.d.ts +160 -0
  1169. package/esm/models/operations/recordevents.d.ts.map +1 -0
  1170. package/esm/models/operations/recordevents.js +130 -0
  1171. package/esm/models/operations/recordevents.js.map +1 -0
  1172. package/esm/models/operations/removecert.d.ts +63 -0
  1173. package/esm/models/operations/removecert.d.ts.map +1 -0
  1174. package/esm/models/operations/removecert.js +56 -0
  1175. package/esm/models/operations/removecert.js.map +1 -0
  1176. package/esm/models/operations/removeprojectdomain.d.ts +71 -0
  1177. package/esm/models/operations/removeprojectdomain.d.ts.map +1 -0
  1178. package/esm/models/operations/removeprojectdomain.js +58 -0
  1179. package/esm/models/operations/removeprojectdomain.js.map +1 -0
  1180. package/esm/models/operations/removeprojectenv.d.ts +3074 -0
  1181. package/esm/models/operations/removeprojectenv.d.ts.map +1 -0
  1182. package/esm/models/operations/removeprojectenv.js +2988 -0
  1183. package/esm/models/operations/removeprojectenv.js.map +1 -0
  1184. package/esm/models/operations/removeprojectmember.d.ts +72 -0
  1185. package/esm/models/operations/removeprojectmember.d.ts.map +1 -0
  1186. package/esm/models/operations/removeprojectmember.js +62 -0
  1187. package/esm/models/operations/removeprojectmember.js.map +1 -0
  1188. package/esm/models/operations/removerecord.d.ts +65 -0
  1189. package/esm/models/operations/removerecord.d.ts.map +1 -0
  1190. package/esm/models/operations/removerecord.js +58 -0
  1191. package/esm/models/operations/removerecord.js.map +1 -0
  1192. package/esm/models/operations/removeteammember.d.ts +70 -0
  1193. package/esm/models/operations/removeteammember.d.ts.map +1 -0
  1194. package/esm/models/operations/removeteammember.js +60 -0
  1195. package/esm/models/operations/removeteammember.js.map +1 -0
  1196. package/esm/models/operations/requestaccesstoteam.d.ts +415 -0
  1197. package/esm/models/operations/requestaccesstoteam.d.ts.map +1 -0
  1198. package/esm/models/operations/requestaccesstoteam.js +365 -0
  1199. package/esm/models/operations/requestaccesstoteam.js.map +1 -0
  1200. package/esm/models/operations/requestdelete.d.ts +109 -0
  1201. package/esm/models/operations/requestdelete.d.ts.map +1 -0
  1202. package/esm/models/operations/requestdelete.js +88 -0
  1203. package/esm/models/operations/requestdelete.js.map +1 -0
  1204. package/esm/models/operations/requestpromote.d.ts +41 -0
  1205. package/esm/models/operations/requestpromote.d.ts.map +1 -0
  1206. package/esm/models/operations/requestpromote.js +37 -0
  1207. package/esm/models/operations/requestpromote.js.map +1 -0
  1208. package/esm/models/operations/rerequestcheck.d.ts +68 -0
  1209. package/esm/models/operations/rerequestcheck.d.ts.map +1 -0
  1210. package/esm/models/operations/rerequestcheck.js +58 -0
  1211. package/esm/models/operations/rerequestcheck.js.map +1 -0
  1212. package/esm/models/operations/searchrepo.d.ts +421 -0
  1213. package/esm/models/operations/searchrepo.d.ts.map +1 -0
  1214. package/esm/models/operations/searchrepo.js +385 -0
  1215. package/esm/models/operations/searchrepo.js.map +1 -0
  1216. package/esm/models/operations/status.d.ts +94 -0
  1217. package/esm/models/operations/status.d.ts.map +1 -0
  1218. package/esm/models/operations/status.js +79 -0
  1219. package/esm/models/operations/status.js.map +1 -0
  1220. package/esm/models/operations/submitbillingdata.d.ts +448 -0
  1221. package/esm/models/operations/submitbillingdata.d.ts.map +1 -0
  1222. package/esm/models/operations/submitbillingdata.js +355 -0
  1223. package/esm/models/operations/submitbillingdata.js.map +1 -0
  1224. package/esm/models/operations/submitinvoice.d.ts +299 -0
  1225. package/esm/models/operations/submitinvoice.d.ts.map +1 -0
  1226. package/esm/models/operations/submitinvoice.js +269 -0
  1227. package/esm/models/operations/submitinvoice.js.map +1 -0
  1228. package/esm/models/operations/updateaccessgroup.d.ts +231 -0
  1229. package/esm/models/operations/updateaccessgroup.d.ts.map +1 -0
  1230. package/esm/models/operations/updateaccessgroup.js +187 -0
  1231. package/esm/models/operations/updateaccessgroup.js.map +1 -0
  1232. package/esm/models/operations/updateaccessgroupproject.d.ts +169 -0
  1233. package/esm/models/operations/updateaccessgroupproject.d.ts.map +1 -0
  1234. package/esm/models/operations/updateaccessgroupproject.js +154 -0
  1235. package/esm/models/operations/updateaccessgroupproject.js.map +1 -0
  1236. package/esm/models/operations/updateattackchallengemode.d.ts +95 -0
  1237. package/esm/models/operations/updateattackchallengemode.d.ts.map +1 -0
  1238. package/esm/models/operations/updateattackchallengemode.js +102 -0
  1239. package/esm/models/operations/updateattackchallengemode.js.map +1 -0
  1240. package/esm/models/operations/updatecheck.d.ts +964 -0
  1241. package/esm/models/operations/updatecheck.d.ts.map +1 -0
  1242. package/esm/models/operations/updatecheck.js +860 -0
  1243. package/esm/models/operations/updatecheck.js.map +1 -0
  1244. package/esm/models/operations/updateedgeconfig.d.ts +223 -0
  1245. package/esm/models/operations/updateedgeconfig.d.ts.map +1 -0
  1246. package/esm/models/operations/updateedgeconfig.js +213 -0
  1247. package/esm/models/operations/updateedgeconfig.js.map +1 -0
  1248. package/esm/models/operations/updatefirewallconfig.d.ts +2007 -0
  1249. package/esm/models/operations/updatefirewallconfig.d.ts.map +1 -0
  1250. package/esm/models/operations/updatefirewallconfig.js +1771 -0
  1251. package/esm/models/operations/updatefirewallconfig.js.map +1 -0
  1252. package/esm/models/operations/updateinvoice.d.ts +91 -0
  1253. package/esm/models/operations/updateinvoice.d.ts.map +1 -0
  1254. package/esm/models/operations/updateinvoice.js +92 -0
  1255. package/esm/models/operations/updateinvoice.js.map +1 -0
  1256. package/esm/models/operations/updateproject.d.ts +5421 -0
  1257. package/esm/models/operations/updateproject.d.ts.map +1 -0
  1258. package/esm/models/operations/updateproject.js +4767 -0
  1259. package/esm/models/operations/updateproject.js.map +1 -0
  1260. package/esm/models/operations/updateprojectdatacache.d.ts +4710 -0
  1261. package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -0
  1262. package/esm/models/operations/updateprojectdatacache.js +4369 -0
  1263. package/esm/models/operations/updateprojectdatacache.js.map +1 -0
  1264. package/esm/models/operations/updateprojectdomain.d.ts +213 -0
  1265. package/esm/models/operations/updateprojectdomain.d.ts.map +1 -0
  1266. package/esm/models/operations/updateprojectdomain.js +179 -0
  1267. package/esm/models/operations/updateprojectdomain.js.map +1 -0
  1268. package/esm/models/operations/updateprojectprotectionbypass.d.ts +225 -0
  1269. package/esm/models/operations/updateprojectprotectionbypass.d.ts.map +1 -0
  1270. package/esm/models/operations/updateprojectprotectionbypass.js +198 -0
  1271. package/esm/models/operations/updateprojectprotectionbypass.js.map +1 -0
  1272. package/esm/models/operations/updaterecord.d.ts +334 -0
  1273. package/esm/models/operations/updaterecord.d.ts.map +1 -0
  1274. package/esm/models/operations/updaterecord.js +268 -0
  1275. package/esm/models/operations/updaterecord.js.map +1 -0
  1276. package/esm/models/operations/updateresourcesecrets.d.ts +87 -0
  1277. package/esm/models/operations/updateresourcesecrets.d.ts.map +1 -0
  1278. package/esm/models/operations/updateresourcesecrets.js +100 -0
  1279. package/esm/models/operations/updateresourcesecrets.js.map +1 -0
  1280. package/esm/models/operations/updateteammember.d.ts +197 -0
  1281. package/esm/models/operations/updateteammember.d.ts.map +1 -0
  1282. package/esm/models/operations/updateteammember.js +180 -0
  1283. package/esm/models/operations/updateteammember.js.map +1 -0
  1284. package/esm/models/operations/uploadartifact.d.ts +100 -0
  1285. package/esm/models/operations/uploadartifact.d.ts.map +1 -0
  1286. package/esm/models/operations/uploadartifact.js +101 -0
  1287. package/esm/models/operations/uploadartifact.js.map +1 -0
  1288. package/esm/models/operations/uploadcert.d.ts +115 -0
  1289. package/esm/models/operations/uploadcert.d.ts.map +1 -0
  1290. package/esm/models/operations/uploadcert.js +108 -0
  1291. package/esm/models/operations/uploadcert.js.map +1 -0
  1292. package/esm/models/operations/uploadfile.d.ts +133 -0
  1293. package/esm/models/operations/uploadfile.d.ts.map +1 -0
  1294. package/esm/models/operations/uploadfile.js +129 -0
  1295. package/esm/models/operations/uploadfile.js.map +1 -0
  1296. package/esm/models/operations/verifyprojectdomain.d.ts +138 -0
  1297. package/esm/models/operations/verifyprojectdomain.d.ts.map +1 -0
  1298. package/esm/models/operations/verifyprojectdomain.js +113 -0
  1299. package/esm/models/operations/verifyprojectdomain.js.map +1 -0
  1300. package/esm/sdk/accessgroups.d.ts +92 -0
  1301. package/esm/sdk/accessgroups.d.ts.map +1 -0
  1302. package/esm/sdk/accessgroups.js +118 -0
  1303. package/esm/sdk/accessgroups.js.map +1 -0
  1304. package/esm/sdk/aliases.d.ts +44 -0
  1305. package/esm/sdk/aliases.d.ts.map +1 -0
  1306. package/esm/sdk/aliases.js +58 -0
  1307. package/esm/sdk/aliases.js.map +1 -0
  1308. package/esm/sdk/artifacts.d.ts +54 -0
  1309. package/esm/sdk/artifacts.d.ts.map +1 -0
  1310. package/esm/sdk/artifacts.js +68 -0
  1311. package/esm/sdk/artifacts.js.map +1 -0
  1312. package/esm/sdk/authentication.d.ts +44 -0
  1313. package/esm/sdk/authentication.d.ts.map +1 -0
  1314. package/esm/sdk/authentication.js +58 -0
  1315. package/esm/sdk/authentication.js.map +1 -0
  1316. package/esm/sdk/certs.d.ts +36 -0
  1317. package/esm/sdk/certs.d.ts.map +1 -0
  1318. package/esm/sdk/certs.js +48 -0
  1319. package/esm/sdk/certs.js.map +1 -0
  1320. package/esm/sdk/checks.d.ts +44 -0
  1321. package/esm/sdk/checks.d.ts.map +1 -0
  1322. package/esm/sdk/checks.js +58 -0
  1323. package/esm/sdk/checks.js.map +1 -0
  1324. package/esm/sdk/deployments.d.ts +77 -0
  1325. package/esm/sdk/deployments.d.ts.map +1 -0
  1326. package/esm/sdk/deployments.js +98 -0
  1327. package/esm/sdk/deployments.js.map +1 -0
  1328. package/esm/sdk/dns.d.ts +36 -0
  1329. package/esm/sdk/dns.d.ts.map +1 -0
  1330. package/esm/sdk/dns.js +48 -0
  1331. package/esm/sdk/dns.js.map +1 -0
  1332. package/esm/sdk/domains.d.ts +84 -0
  1333. package/esm/sdk/domains.d.ts.map +1 -0
  1334. package/esm/sdk/domains.js +108 -0
  1335. package/esm/sdk/domains.js.map +1 -0
  1336. package/esm/sdk/edgeconfig.d.ts +134 -0
  1337. package/esm/sdk/edgeconfig.d.ts.map +1 -0
  1338. package/esm/sdk/edgeconfig.js +168 -0
  1339. package/esm/sdk/edgeconfig.js.map +1 -0
  1340. package/esm/sdk/integrations.d.ts +44 -0
  1341. package/esm/sdk/integrations.d.ts.map +1 -0
  1342. package/esm/sdk/integrations.js +58 -0
  1343. package/esm/sdk/integrations.js.map +1 -0
  1344. package/esm/sdk/logdrains.d.ts +60 -0
  1345. package/esm/sdk/logdrains.d.ts.map +1 -0
  1346. package/esm/sdk/logdrains.js +78 -0
  1347. package/esm/sdk/logdrains.js.map +1 -0
  1348. package/esm/sdk/marketplace.d.ts +76 -0
  1349. package/esm/sdk/marketplace.d.ts.map +1 -0
  1350. package/esm/sdk/marketplace.js +98 -0
  1351. package/esm/sdk/marketplace.js.map +1 -0
  1352. package/esm/sdk/projectmembers.d.ts +28 -0
  1353. package/esm/sdk/projectmembers.d.ts.map +1 -0
  1354. package/esm/sdk/projectmembers.js +38 -0
  1355. package/esm/sdk/projectmembers.js.map +1 -0
  1356. package/esm/sdk/projects.d.ts +156 -0
  1357. package/esm/sdk/projects.d.ts.map +1 -0
  1358. package/esm/sdk/projects.js +198 -0
  1359. package/esm/sdk/projects.js.map +1 -0
  1360. package/esm/sdk/sdk.d.ts +61 -0
  1361. package/esm/sdk/sdk.d.ts.map +1 -0
  1362. package/esm/sdk/sdk.js +102 -0
  1363. package/esm/sdk/sdk.js.map +1 -0
  1364. package/esm/sdk/security.d.ts +36 -0
  1365. package/esm/sdk/security.d.ts.map +1 -0
  1366. package/esm/sdk/security.js +48 -0
  1367. package/esm/sdk/security.js.map +1 -0
  1368. package/esm/sdk/teams.d.ts +112 -0
  1369. package/esm/sdk/teams.d.ts.map +1 -0
  1370. package/esm/sdk/teams.js +138 -0
  1371. package/esm/sdk/teams.js.map +1 -0
  1372. package/esm/sdk/user.d.ts +28 -0
  1373. package/esm/sdk/user.d.ts.map +1 -0
  1374. package/esm/sdk/user.js +38 -0
  1375. package/esm/sdk/user.js.map +1 -0
  1376. package/esm/sdk/webhooks.d.ts +36 -0
  1377. package/esm/sdk/webhooks.d.ts.map +1 -0
  1378. package/esm/sdk/webhooks.js +48 -0
  1379. package/esm/sdk/webhooks.js.map +1 -0
  1380. package/esm/types/blobs.d.ts +4 -0
  1381. package/esm/types/blobs.d.ts.map +1 -0
  1382. package/esm/types/blobs.js +25 -0
  1383. package/esm/types/blobs.js.map +1 -0
  1384. package/esm/types/constdatetime.d.ts +3 -0
  1385. package/esm/types/constdatetime.d.ts.map +1 -0
  1386. package/esm/types/constdatetime.js +10 -0
  1387. package/esm/types/constdatetime.js.map +1 -0
  1388. package/esm/types/enums.d.ts +12 -0
  1389. package/esm/types/enums.d.ts.map +1 -0
  1390. package/esm/types/enums.js +7 -0
  1391. package/esm/types/enums.js.map +1 -0
  1392. package/esm/types/fp.d.ts +31 -0
  1393. package/esm/types/fp.d.ts.map +1 -0
  1394. package/esm/types/fp.js +31 -0
  1395. package/esm/types/fp.js.map +1 -0
  1396. package/esm/types/operations.d.ts +25 -0
  1397. package/esm/types/operations.d.ts.map +1 -0
  1398. package/esm/types/operations.js +75 -0
  1399. package/esm/types/operations.js.map +1 -0
  1400. package/esm/types/rfcdate.d.ts +21 -0
  1401. package/esm/types/rfcdate.d.ts.map +1 -0
  1402. package/esm/types/rfcdate.js +42 -0
  1403. package/esm/types/rfcdate.js.map +1 -0
  1404. package/esm/types/streams.d.ts +2 -0
  1405. package/esm/types/streams.d.ts.map +1 -0
  1406. package/esm/types/streams.js +15 -0
  1407. package/esm/types/streams.js.map +1 -0
  1408. package/package.json +50 -0
  1409. package/src/core.ts +13 -0
  1410. package/src/funcs/accessGroupsCreateAccessGroup.ts +134 -0
  1411. package/src/funcs/accessGroupsCreateAccessGroupProject.ts +144 -0
  1412. package/src/funcs/accessGroupsDeleteAccessGroup.ts +139 -0
  1413. package/src/funcs/accessGroupsDeleteAccessGroupProject.ts +146 -0
  1414. package/src/funcs/accessGroupsListAccessGroupMembers.ts +143 -0
  1415. package/src/funcs/accessGroupsListAccessGroupProjects.ts +142 -0
  1416. package/src/funcs/accessGroupsListAccessGroups.ts +139 -0
  1417. package/src/funcs/accessGroupsReadAccessGroup.ts +140 -0
  1418. package/src/funcs/accessGroupsReadAccessGroupProject.ts +147 -0
  1419. package/src/funcs/accessGroupsUpdateAccessGroup.ts +141 -0
  1420. package/src/funcs/accessGroupsUpdateAccessGroupProject.ts +148 -0
  1421. package/src/funcs/aliasesAssignAlias.ts +141 -0
  1422. package/src/funcs/aliasesDeleteAlias.ts +140 -0
  1423. package/src/funcs/aliasesGetAlias.ts +144 -0
  1424. package/src/funcs/aliasesListAliases.ts +140 -0
  1425. package/src/funcs/aliasesListDeploymentAliases.ts +140 -0
  1426. package/src/funcs/artifactsArtifactExists.ts +139 -0
  1427. package/src/funcs/artifactsArtifactQuery.ts +135 -0
  1428. package/src/funcs/artifactsDownloadArtifact.ts +151 -0
  1429. package/src/funcs/artifactsRecordEvents.ts +143 -0
  1430. package/src/funcs/artifactsStatus.ts +133 -0
  1431. package/src/funcs/artifactsUploadArtifact.ts +166 -0
  1432. package/src/funcs/authenticationCreateAuthToken.ts +134 -0
  1433. package/src/funcs/authenticationDeleteAuthToken.ts +134 -0
  1434. package/src/funcs/authenticationExchangeSsoToken.ts +125 -0
  1435. package/src/funcs/authenticationGetAuthToken.ts +134 -0
  1436. package/src/funcs/authenticationListAuthTokens.ts +110 -0
  1437. package/src/funcs/certsGetCertById.ts +140 -0
  1438. package/src/funcs/certsIssueCert.ts +134 -0
  1439. package/src/funcs/certsRemoveCert.ts +140 -0
  1440. package/src/funcs/certsUploadCert.ts +134 -0
  1441. package/src/funcs/checksCreateCheck.ts +141 -0
  1442. package/src/funcs/checksGetAllChecks.ts +140 -0
  1443. package/src/funcs/checksGetCheck.ts +146 -0
  1444. package/src/funcs/checksRerequestCheck.ts +146 -0
  1445. package/src/funcs/checksUpdateCheck.ts +147 -0
  1446. package/src/funcs/deploymentsCancelDeployment.ts +140 -0
  1447. package/src/funcs/deploymentsCreateDeployment.ts +136 -0
  1448. package/src/funcs/deploymentsDeleteDeployment.ts +141 -0
  1449. package/src/funcs/deploymentsGetDeployment.ts +141 -0
  1450. package/src/funcs/deploymentsGetDeploymentEvents.ts +148 -0
  1451. package/src/funcs/deploymentsGetDeploymentFileContents.ts +144 -0
  1452. package/src/funcs/deploymentsGetDeployments.ts +144 -0
  1453. package/src/funcs/deploymentsListDeploymentFiles.ts +143 -0
  1454. package/src/funcs/deploymentsUploadFile.ts +151 -0
  1455. package/src/funcs/dnsCreateRecord.ts +141 -0
  1456. package/src/funcs/dnsGetRecords.ts +143 -0
  1457. package/src/funcs/dnsRemoveRecord.ts +146 -0
  1458. package/src/funcs/dnsUpdateRecord.ts +141 -0
  1459. package/src/funcs/domainsBuyDomain.ts +135 -0
  1460. package/src/funcs/domainsCheckDomainPrice.ts +135 -0
  1461. package/src/funcs/domainsCheckDomainStatus.ts +134 -0
  1462. package/src/funcs/domainsCreateOrTransferDomain.ts +134 -0
  1463. package/src/funcs/domainsDeleteDomain.ts +140 -0
  1464. package/src/funcs/domainsGetDomain.ts +140 -0
  1465. package/src/funcs/domainsGetDomainConfig.ts +141 -0
  1466. package/src/funcs/domainsGetDomainTransfer.ts +140 -0
  1467. package/src/funcs/domainsGetDomains.ts +136 -0
  1468. package/src/funcs/domainsPatchDomain.ts +141 -0
  1469. package/src/funcs/edgeConfigCreateEdgeConfig.ts +134 -0
  1470. package/src/funcs/edgeConfigCreateEdgeConfigToken.ts +141 -0
  1471. package/src/funcs/edgeConfigDeleteEdgeConfig.ts +139 -0
  1472. package/src/funcs/edgeConfigDeleteEdgeConfigSchema.ts +139 -0
  1473. package/src/funcs/edgeConfigDeleteEdgeConfigTokens.ts +140 -0
  1474. package/src/funcs/edgeConfigGetEdgeConfig.ts +140 -0
  1475. package/src/funcs/edgeConfigGetEdgeConfigBackup.ts +147 -0
  1476. package/src/funcs/edgeConfigGetEdgeConfigBackups.ts +143 -0
  1477. package/src/funcs/edgeConfigGetEdgeConfigItem.ts +149 -0
  1478. package/src/funcs/edgeConfigGetEdgeConfigItems.ts +142 -0
  1479. package/src/funcs/edgeConfigGetEdgeConfigSchema.ts +140 -0
  1480. package/src/funcs/edgeConfigGetEdgeConfigToken.ts +148 -0
  1481. package/src/funcs/edgeConfigGetEdgeConfigTokens.ts +142 -0
  1482. package/src/funcs/edgeConfigGetEdgeConfigs.ts +134 -0
  1483. package/src/funcs/edgeConfigPatchEdgeConfigSchema.ts +142 -0
  1484. package/src/funcs/edgeConfigUpdateEdgeConfig.ts +141 -0
  1485. package/src/funcs/integrationsDeleteConfiguration.ts +139 -0
  1486. package/src/funcs/integrationsGetConfiguration.ts +140 -0
  1487. package/src/funcs/integrationsGetConfigurations.ts +136 -0
  1488. package/src/funcs/integrationsGitNamespaces.ts +134 -0
  1489. package/src/funcs/integrationsSearchRepo.ts +138 -0
  1490. package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +134 -0
  1491. package/src/funcs/logDrainsCreateLogDrain.ts +134 -0
  1492. package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +139 -0
  1493. package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +139 -0
  1494. package/src/funcs/logDrainsGetAllLogDrains.ts +135 -0
  1495. package/src/funcs/logDrainsGetConfigurableLogDrain.ts +140 -0
  1496. package/src/funcs/logDrainsGetIntegrationLogDrains.ts +134 -0
  1497. package/src/funcs/marketplaceCreateEvent.ts +137 -0
  1498. package/src/funcs/marketplaceExchangeSsoToken.ts +125 -0
  1499. package/src/funcs/marketplaceGetAccountInfo.ts +137 -0
  1500. package/src/funcs/marketplaceGetInvoice.ts +141 -0
  1501. package/src/funcs/marketplaceGetMember.ts +141 -0
  1502. package/src/funcs/marketplaceSubmitBillingData.ts +137 -0
  1503. package/src/funcs/marketplaceSubmitInvoice.ts +138 -0
  1504. package/src/funcs/marketplaceUpdateInvoice.ts +141 -0
  1505. package/src/funcs/marketplaceUpdateResourceSecrets.ts +146 -0
  1506. package/src/funcs/projectMembersAddProjectMember.ts +141 -0
  1507. package/src/funcs/projectMembersGetProjectMembers.ts +144 -0
  1508. package/src/funcs/projectMembersRemoveProjectMember.ts +144 -0
  1509. package/src/funcs/projectsAddProjectDomain.ts +141 -0
  1510. package/src/funcs/projectsCreateProject.ts +134 -0
  1511. package/src/funcs/projectsCreateProjectEnv.ts +142 -0
  1512. package/src/funcs/projectsDeleteProject.ts +139 -0
  1513. package/src/funcs/projectsEditProjectEnv.ts +145 -0
  1514. package/src/funcs/projectsFilterProjectEnvs.ts +143 -0
  1515. package/src/funcs/projectsGetProjectDomain.ts +146 -0
  1516. package/src/funcs/projectsGetProjectDomains.ts +150 -0
  1517. package/src/funcs/projectsGetProjectEnv.ts +144 -0
  1518. package/src/funcs/projectsGetProjects.ts +144 -0
  1519. package/src/funcs/projectsListPromoteAliases.ts +146 -0
  1520. package/src/funcs/projectsRemoveProjectDomain.ts +146 -0
  1521. package/src/funcs/projectsRemoveProjectEnv.ts +144 -0
  1522. package/src/funcs/projectsRequestPromote.ts +145 -0
  1523. package/src/funcs/projectsUpdateProject.ts +141 -0
  1524. package/src/funcs/projectsUpdateProjectDataCache.ts +141 -0
  1525. package/src/funcs/projectsUpdateProjectDomain.ts +147 -0
  1526. package/src/funcs/projectsUpdateProjectProtectionBypass.ts +143 -0
  1527. package/src/funcs/projectsVerifyProjectDomain.ts +146 -0
  1528. package/src/funcs/securityGetFirewallConfig.ts +143 -0
  1529. package/src/funcs/securityPutFirewallConfig.ts +135 -0
  1530. package/src/funcs/securityUpdateAttackChallengeMode.ts +134 -0
  1531. package/src/funcs/securityUpdateFirewallConfig.ts +135 -0
  1532. package/src/funcs/teamsCreateTeam.ts +130 -0
  1533. package/src/funcs/teamsDeleteTeam.ts +141 -0
  1534. package/src/funcs/teamsDeleteTeamInviteCode.ts +138 -0
  1535. package/src/funcs/teamsGetTeam.ts +138 -0
  1536. package/src/funcs/teamsGetTeamAccessRequest.ts +138 -0
  1537. package/src/funcs/teamsGetTeamMembers.ts +145 -0
  1538. package/src/funcs/teamsGetTeams.ts +134 -0
  1539. package/src/funcs/teamsInviteUserToTeam.ts +135 -0
  1540. package/src/funcs/teamsJoinTeam.ts +135 -0
  1541. package/src/funcs/teamsPatchTeam.ts +139 -0
  1542. package/src/funcs/teamsRemoveTeamMember.ts +143 -0
  1543. package/src/funcs/teamsRequestAccessToTeam.ts +135 -0
  1544. package/src/funcs/teamsUpdateTeamMember.ts +139 -0
  1545. package/src/funcs/userGetAuthUser.ts +111 -0
  1546. package/src/funcs/userListUserEvents.ts +139 -0
  1547. package/src/funcs/userRequestDelete.ts +130 -0
  1548. package/src/funcs/webhooksCreateWebhook.ts +134 -0
  1549. package/src/funcs/webhooksDeleteWebhook.ts +139 -0
  1550. package/src/funcs/webhooksGetWebhook.ts +140 -0
  1551. package/src/funcs/webhooksGetWebhooks.ts +134 -0
  1552. package/src/hooks/hooks.ts +112 -0
  1553. package/src/hooks/registration.ts +14 -0
  1554. package/src/hooks/types.ts +102 -0
  1555. package/src/index.ts +7 -0
  1556. package/src/lib/base64.ts +37 -0
  1557. package/src/lib/config.ts +64 -0
  1558. package/src/lib/dlv.ts +53 -0
  1559. package/src/lib/encodings.ts +449 -0
  1560. package/src/lib/files.ts +40 -0
  1561. package/src/lib/http.ts +323 -0
  1562. package/src/lib/is-plain-object.ts +43 -0
  1563. package/src/lib/logger.ts +9 -0
  1564. package/src/lib/matchers.ts +322 -0
  1565. package/src/lib/primitives.ts +60 -0
  1566. package/src/lib/retries.ts +219 -0
  1567. package/src/lib/schemas.ts +86 -0
  1568. package/src/lib/sdks.ts +388 -0
  1569. package/src/lib/security.ts +253 -0
  1570. package/src/lib/url.ts +33 -0
  1571. package/src/models/components/aclaction.ts +40 -0
  1572. package/src/models/components/authtoken.ts +431 -0
  1573. package/src/models/components/authuser.ts +1688 -0
  1574. package/src/models/components/authuserlimited.ts +152 -0
  1575. package/src/models/components/edgeconfigitem.ts +91 -0
  1576. package/src/models/components/edgeconfigitemvalue.ts +74 -0
  1577. package/src/models/components/edgeconfigtoken.ts +86 -0
  1578. package/src/models/components/filetree.ts +147 -0
  1579. package/src/models/components/flagjsonvalue.ts +73 -0
  1580. package/src/models/components/pagination.ts +82 -0
  1581. package/src/models/components/security.ts +62 -0
  1582. package/src/models/components/teamlimited.ts +713 -0
  1583. package/src/models/components/userevent.ts +57 -0
  1584. package/src/models/errors/httpclienterrors.ts +62 -0
  1585. package/src/models/errors/sdkerror.ts +27 -0
  1586. package/src/models/errors/sdkvalidationerror.ts +97 -0
  1587. package/src/models/operations/addprojectdomain.ts +413 -0
  1588. package/src/models/operations/addprojectmember.ts +602 -0
  1589. package/src/models/operations/artifactexists.ts +83 -0
  1590. package/src/models/operations/artifactquery.ts +371 -0
  1591. package/src/models/operations/assignalias.ts +249 -0
  1592. package/src/models/operations/buydomain.ts +558 -0
  1593. package/src/models/operations/canceldeployment.ts +5657 -0
  1594. package/src/models/operations/checkdomainprice.ts +181 -0
  1595. package/src/models/operations/checkdomainstatus.ts +146 -0
  1596. package/src/models/operations/createaccessgroup.ts +369 -0
  1597. package/src/models/operations/createaccessgroupproject.ts +322 -0
  1598. package/src/models/operations/createauthtoken.ts +232 -0
  1599. package/src/models/operations/createcheck.ts +980 -0
  1600. package/src/models/operations/createconfigurablelogdrain.ts +675 -0
  1601. package/src/models/operations/createdeployment.ts +6780 -0
  1602. package/src/models/operations/createedgeconfig.ts +805 -0
  1603. package/src/models/operations/createedgeconfigtoken.ts +222 -0
  1604. package/src/models/operations/createevent.ts +373 -0
  1605. package/src/models/operations/createlogdrain.ts +589 -0
  1606. package/src/models/operations/createortransferdomain.ts +779 -0
  1607. package/src/models/operations/createproject.ts +9648 -0
  1608. package/src/models/operations/createprojectenv.ts +5728 -0
  1609. package/src/models/operations/createrecord.ts +1802 -0
  1610. package/src/models/operations/createteam.ts +361 -0
  1611. package/src/models/operations/createwebhook.ts +410 -0
  1612. package/src/models/operations/deleteaccessgroup.ts +80 -0
  1613. package/src/models/operations/deleteaccessgroupproject.ts +86 -0
  1614. package/src/models/operations/deletealias.ts +171 -0
  1615. package/src/models/operations/deleteauthtoken.ts +135 -0
  1616. package/src/models/operations/deleteconfigurablelogdrain.ts +83 -0
  1617. package/src/models/operations/deleteconfiguration.ts +80 -0
  1618. package/src/models/operations/deletedeployment.ts +196 -0
  1619. package/src/models/operations/deletedomain.ts +147 -0
  1620. package/src/models/operations/deleteedgeconfig.ts +80 -0
  1621. package/src/models/operations/deleteedgeconfigschema.ts +82 -0
  1622. package/src/models/operations/deleteedgeconfigtokens.ts +158 -0
  1623. package/src/models/operations/deleteintegrationlogdrain.ts +85 -0
  1624. package/src/models/operations/deleteproject.ts +83 -0
  1625. package/src/models/operations/deleteteam.ts +292 -0
  1626. package/src/models/operations/deleteteaminvitecode.ts +144 -0
  1627. package/src/models/operations/deletewebhook.ts +80 -0
  1628. package/src/models/operations/downloadartifact.ts +108 -0
  1629. package/src/models/operations/editprojectenv.ts +2461 -0
  1630. package/src/models/operations/exchangessotoken.ts +192 -0
  1631. package/src/models/operations/filterprojectenvs.ts +7149 -0
  1632. package/src/models/operations/getaccountinfo.ts +187 -0
  1633. package/src/models/operations/getalias.ts +930 -0
  1634. package/src/models/operations/getallchecks.ts +921 -0
  1635. package/src/models/operations/getalllogdrains.ts +411 -0
  1636. package/src/models/operations/getauthtoken.ts +139 -0
  1637. package/src/models/operations/getauthuser.ts +121 -0
  1638. package/src/models/operations/getcertbyid.ts +157 -0
  1639. package/src/models/operations/getcheck.ts +865 -0
  1640. package/src/models/operations/getconfigurablelogdrain.ts +423 -0
  1641. package/src/models/operations/getconfiguration.ts +1266 -0
  1642. package/src/models/operations/getconfigurations.ts +1648 -0
  1643. package/src/models/operations/getdeployment.ts +8478 -0
  1644. package/src/models/operations/getdeploymentevents.ts +221 -0
  1645. package/src/models/operations/getdeploymentfilecontents.ts +99 -0
  1646. package/src/models/operations/getdeployments.ts +1537 -0
  1647. package/src/models/operations/getdomain.ts +423 -0
  1648. package/src/models/operations/getdomainconfig.ts +265 -0
  1649. package/src/models/operations/getdomains.ts +443 -0
  1650. package/src/models/operations/getdomaintransfer.ts +241 -0
  1651. package/src/models/operations/getedgeconfig.ts +395 -0
  1652. package/src/models/operations/getedgeconfigbackup.ts +886 -0
  1653. package/src/models/operations/getedgeconfigbackups.ts +355 -0
  1654. package/src/models/operations/getedgeconfigitem.ts +84 -0
  1655. package/src/models/operations/getedgeconfigitems.ts +80 -0
  1656. package/src/models/operations/getedgeconfigs.ts +370 -0
  1657. package/src/models/operations/getedgeconfigschema.ts +135 -0
  1658. package/src/models/operations/getedgeconfigtoken.ts +84 -0
  1659. package/src/models/operations/getedgeconfigtokens.ts +80 -0
  1660. package/src/models/operations/getfirewallconfig.ts +2486 -0
  1661. package/src/models/operations/getintegrationlogdrains.ts +395 -0
  1662. package/src/models/operations/getinvoice.ts +454 -0
  1663. package/src/models/operations/getmember.ts +160 -0
  1664. package/src/models/operations/getprojectdomain.ts +265 -0
  1665. package/src/models/operations/getprojectdomains.ts +571 -0
  1666. package/src/models/operations/getprojectenv.ts +6818 -0
  1667. package/src/models/operations/getprojectmembers.ts +615 -0
  1668. package/src/models/operations/getprojects.ts +9087 -0
  1669. package/src/models/operations/getrecords.ts +568 -0
  1670. package/src/models/operations/getteam.ts +72 -0
  1671. package/src/models/operations/getteamaccessrequest.ts +570 -0
  1672. package/src/models/operations/getteammembers.ts +1116 -0
  1673. package/src/models/operations/getteams.ts +204 -0
  1674. package/src/models/operations/getwebhook.ts +260 -0
  1675. package/src/models/operations/getwebhooks.ts +653 -0
  1676. package/src/models/operations/gitnamespaces.ts +235 -0
  1677. package/src/models/operations/inviteusertoteam.ts +596 -0
  1678. package/src/models/operations/issuecert.ts +224 -0
  1679. package/src/models/operations/jointeam.ts +223 -0
  1680. package/src/models/operations/listaccessgroupmembers.ts +335 -0
  1681. package/src/models/operations/listaccessgroupprojects.ts +410 -0
  1682. package/src/models/operations/listaccessgroups.ts +473 -0
  1683. package/src/models/operations/listaliases.ts +1077 -0
  1684. package/src/models/operations/listauthtokens.ts +92 -0
  1685. package/src/models/operations/listdeploymentaliases.ts +820 -0
  1686. package/src/models/operations/listdeploymentfiles.ts +83 -0
  1687. package/src/models/operations/listpromotealiases.ts +361 -0
  1688. package/src/models/operations/listuserevents.ts +188 -0
  1689. package/src/models/operations/patchdomain.ts +562 -0
  1690. package/src/models/operations/patchedgeconfigschema.ts +217 -0
  1691. package/src/models/operations/patchteam.ts +481 -0
  1692. package/src/models/operations/putfirewallconfig.ts +4730 -0
  1693. package/src/models/operations/readaccessgroup.ts +218 -0
  1694. package/src/models/operations/readaccessgroupproject.ts +199 -0
  1695. package/src/models/operations/recordevents.ts +256 -0
  1696. package/src/models/operations/removecert.ts +133 -0
  1697. package/src/models/operations/removeprojectdomain.ts +145 -0
  1698. package/src/models/operations/removeprojectenv.ts +6986 -0
  1699. package/src/models/operations/removeprojectmember.ts +150 -0
  1700. package/src/models/operations/removerecord.ts +137 -0
  1701. package/src/models/operations/removeteammember.ts +146 -0
  1702. package/src/models/operations/requestaccesstoteam.ts +758 -0
  1703. package/src/models/operations/requestdelete.ts +219 -0
  1704. package/src/models/operations/requestpromote.ts +84 -0
  1705. package/src/models/operations/rerequestcheck.ts +140 -0
  1706. package/src/models/operations/searchrepo.ts +784 -0
  1707. package/src/models/operations/status.ts +158 -0
  1708. package/src/models/operations/submitbillingdata.ts +813 -0
  1709. package/src/models/operations/submitinvoice.ts +593 -0
  1710. package/src/models/operations/updateaccessgroup.ts +412 -0
  1711. package/src/models/operations/updateaccessgroupproject.ts +319 -0
  1712. package/src/models/operations/updateattackchallengemode.ts +231 -0
  1713. package/src/models/operations/updatecheck.ts +1687 -0
  1714. package/src/models/operations/updateedgeconfig.ts +472 -0
  1715. package/src/models/operations/updatefirewallconfig.ts +3875 -0
  1716. package/src/models/operations/updateinvoice.ts +180 -0
  1717. package/src/models/operations/updateproject.ts +9998 -0
  1718. package/src/models/operations/updateprojectdatacache.ts +8901 -0
  1719. package/src/models/operations/updateprojectdomain.ts +406 -0
  1720. package/src/models/operations/updateprojectprotectionbypass.ts +497 -0
  1721. package/src/models/operations/updaterecord.ts +515 -0
  1722. package/src/models/operations/updateresourcesecrets.ts +206 -0
  1723. package/src/models/operations/updateteammember.ts +396 -0
  1724. package/src/models/operations/uploadartifact.ts +225 -0
  1725. package/src/models/operations/uploadcert.ts +245 -0
  1726. package/src/models/operations/uploadfile.ts +296 -0
  1727. package/src/models/operations/verifyprojectdomain.ts +281 -0
  1728. package/src/sdk/accessgroups.ts +244 -0
  1729. package/src/sdk/aliases.ts +118 -0
  1730. package/src/sdk/artifacts.ts +131 -0
  1731. package/src/sdk/authentication.ts +113 -0
  1732. package/src/sdk/certs.ts +96 -0
  1733. package/src/sdk/checks.ts +118 -0
  1734. package/src/sdk/deployments.ts +198 -0
  1735. package/src/sdk/dns.ts +96 -0
  1736. package/src/sdk/domains.ts +228 -0
  1737. package/src/sdk/edgeconfig.ts +341 -0
  1738. package/src/sdk/integrations.ts +115 -0
  1739. package/src/sdk/logdrains.ts +156 -0
  1740. package/src/sdk/marketplace.ts +194 -0
  1741. package/src/sdk/projectmembers.ts +74 -0
  1742. package/src/sdk/projects.ts +420 -0
  1743. package/src/sdk/sdk.ts +121 -0
  1744. package/src/sdk/security.ts +96 -0
  1745. package/src/sdk/teams.ts +288 -0
  1746. package/src/sdk/user.ts +69 -0
  1747. package/src/sdk/webhooks.ts +93 -0
  1748. package/src/types/blobs.ts +31 -0
  1749. package/src/types/constdatetime.ts +15 -0
  1750. package/src/types/enums.ts +16 -0
  1751. package/src/types/fp.ts +50 -0
  1752. package/src/types/operations.ts +99 -0
  1753. package/src/types/rfcdate.ts +54 -0
  1754. package/src/types/streams.ts +21 -0
@@ -0,0 +1,4624 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ import { ACLAction$inboundSchema, ACLAction$outboundSchema, } from "../components/aclaction.js";
8
+ export const Target2 = {
9
+ Production: "production",
10
+ Preview: "preview",
11
+ Development: "development",
12
+ };
13
+ export const Target1 = {
14
+ Production: "production",
15
+ Preview: "preview",
16
+ Development: "development",
17
+ };
18
+ /**
19
+ * Type of the ENV variable
20
+ */
21
+ export const CreateProjectType = {
22
+ System: "system",
23
+ Secret: "secret",
24
+ Encrypted: "encrypted",
25
+ Plain: "plain",
26
+ Sensitive: "sensitive",
27
+ };
28
+ /**
29
+ * The framework that is being used for this project. When `null` is used no framework is selected
30
+ */
31
+ export const CreateProjectFramework = {
32
+ Blitzjs: "blitzjs",
33
+ Nextjs: "nextjs",
34
+ Gatsby: "gatsby",
35
+ Remix: "remix",
36
+ Astro: "astro",
37
+ Hexo: "hexo",
38
+ Eleventy: "eleventy",
39
+ Docusaurus2: "docusaurus-2",
40
+ Docusaurus: "docusaurus",
41
+ Preact: "preact",
42
+ Solidstart1: "solidstart-1",
43
+ Solidstart: "solidstart",
44
+ Dojo: "dojo",
45
+ Ember: "ember",
46
+ Vue: "vue",
47
+ Scully: "scully",
48
+ IonicAngular: "ionic-angular",
49
+ Angular: "angular",
50
+ Polymer: "polymer",
51
+ Svelte: "svelte",
52
+ Sveltekit: "sveltekit",
53
+ Sveltekit1: "sveltekit-1",
54
+ IonicReact: "ionic-react",
55
+ CreateReactApp: "create-react-app",
56
+ Gridsome: "gridsome",
57
+ Umijs: "umijs",
58
+ Sapper: "sapper",
59
+ Saber: "saber",
60
+ Stencil: "stencil",
61
+ Nuxtjs: "nuxtjs",
62
+ Redwoodjs: "redwoodjs",
63
+ Hugo: "hugo",
64
+ Jekyll: "jekyll",
65
+ Brunch: "brunch",
66
+ Middleman: "middleman",
67
+ Zola: "zola",
68
+ Hydrogen: "hydrogen",
69
+ Vite: "vite",
70
+ Vitepress: "vitepress",
71
+ Vuepress: "vuepress",
72
+ Parcel: "parcel",
73
+ Fasthtml: "fasthtml",
74
+ SanityV3: "sanity-v3",
75
+ Sanity: "sanity",
76
+ Storybook: "storybook",
77
+ };
78
+ /**
79
+ * The Git Provider of the repository
80
+ */
81
+ export const CreateProjectProjectsType = {
82
+ Github: "github",
83
+ Gitlab: "gitlab",
84
+ Bitbucket: "bitbucket",
85
+ };
86
+ /**
87
+ * team: `https://oidc.vercel.com/[team_slug]` global: `https://oidc.vercel.com`
88
+ */
89
+ export const IssuerMode = {
90
+ Team: "team",
91
+ Global: "global",
92
+ };
93
+ export const CreateProjectTarget2 = {
94
+ Production: "production",
95
+ Preview: "preview",
96
+ Development: "development",
97
+ };
98
+ export const CreateProjectProjectsResponseType = {
99
+ System: "system",
100
+ Encrypted: "encrypted",
101
+ Plain: "plain",
102
+ Sensitive: "sensitive",
103
+ Secret: "secret",
104
+ };
105
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type = {
106
+ FlagsConnectionString: "flags-connection-string",
107
+ };
108
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type = {
109
+ IntegrationStoreSecret: "integration-store-secret",
110
+ };
111
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type = {
112
+ PostgresUrlNoSsl: "postgres-url-no-ssl",
113
+ };
114
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type = {
115
+ PostgresDatabase: "postgres-database",
116
+ };
117
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type = {
118
+ PostgresPassword: "postgres-password",
119
+ };
120
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type = {
121
+ PostgresHost: "postgres-host",
122
+ };
123
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type = {
124
+ PostgresUser: "postgres-user",
125
+ };
126
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type = {
127
+ PostgresPrismaUrl: "postgres-prisma-url",
128
+ };
129
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType = {
130
+ PostgresUrlNonPooling: "postgres-url-non-pooling",
131
+ };
132
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType = {
133
+ PostgresUrl: "postgres-url",
134
+ };
135
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONType = {
136
+ BlobReadWriteToken: "blob-read-write-token",
137
+ };
138
+ export const CreateProjectContentHintProjectsResponse200Type = {
139
+ RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
140
+ };
141
+ export const CreateProjectContentHintProjectsResponseType = {
142
+ RedisRestApiToken: "redis-rest-api-token",
143
+ };
144
+ export const CreateProjectContentHintProjectsType = {
145
+ RedisRestApiUrl: "redis-rest-api-url",
146
+ };
147
+ export const CreateProjectContentHintType = {
148
+ RedisUrl: "redis-url",
149
+ };
150
+ export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType = {
151
+ FlagsSecret: "flags-secret",
152
+ };
153
+ export const CreateProjectProjectsFramework = {
154
+ Blitzjs: "blitzjs",
155
+ Nextjs: "nextjs",
156
+ Gatsby: "gatsby",
157
+ Remix: "remix",
158
+ Astro: "astro",
159
+ Hexo: "hexo",
160
+ Eleventy: "eleventy",
161
+ Docusaurus2: "docusaurus-2",
162
+ Docusaurus: "docusaurus",
163
+ Preact: "preact",
164
+ Solidstart1: "solidstart-1",
165
+ Solidstart: "solidstart",
166
+ Dojo: "dojo",
167
+ Ember: "ember",
168
+ Vue: "vue",
169
+ Scully: "scully",
170
+ IonicAngular: "ionic-angular",
171
+ Angular: "angular",
172
+ Polymer: "polymer",
173
+ Svelte: "svelte",
174
+ Sveltekit: "sveltekit",
175
+ Sveltekit1: "sveltekit-1",
176
+ IonicReact: "ionic-react",
177
+ CreateReactApp: "create-react-app",
178
+ Gridsome: "gridsome",
179
+ Umijs: "umijs",
180
+ Sapper: "sapper",
181
+ Saber: "saber",
182
+ Stencil: "stencil",
183
+ Nuxtjs: "nuxtjs",
184
+ Redwoodjs: "redwoodjs",
185
+ Hugo: "hugo",
186
+ Jekyll: "jekyll",
187
+ Brunch: "brunch",
188
+ Middleman: "middleman",
189
+ Zola: "zola",
190
+ Hydrogen: "hydrogen",
191
+ Vite: "vite",
192
+ Vitepress: "vitepress",
193
+ Vuepress: "vuepress",
194
+ Parcel: "parcel",
195
+ Fasthtml: "fasthtml",
196
+ SanityV3: "sanity-v3",
197
+ Sanity: "sanity",
198
+ Storybook: "storybook",
199
+ };
200
+ export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType = {
201
+ EndsWith: "endsWith",
202
+ StartsWith: "startsWith",
203
+ Equals: "equals",
204
+ };
205
+ export const CreateProjectChecksConclusion = {
206
+ Succeeded: "succeeded",
207
+ Failed: "failed",
208
+ Skipped: "skipped",
209
+ Canceled: "canceled",
210
+ };
211
+ export const CreateProjectChecksState = {
212
+ Registered: "registered",
213
+ Running: "running",
214
+ Completed: "completed",
215
+ };
216
+ export const CreateProjectPlan = {
217
+ Pro: "pro",
218
+ Enterprise: "enterprise",
219
+ Hobby: "hobby",
220
+ };
221
+ export const CreateProjectReadyState = {
222
+ Building: "BUILDING",
223
+ Error: "ERROR",
224
+ Initializing: "INITIALIZING",
225
+ Queued: "QUEUED",
226
+ Ready: "READY",
227
+ Canceled: "CANCELED",
228
+ };
229
+ export const CreateProjectReadySubstate = {
230
+ Staged: "STAGED",
231
+ Promoted: "PROMOTED",
232
+ };
233
+ export const CreateProjectProjectsResponse200Type = {
234
+ Lambdas: "LAMBDAS",
235
+ };
236
+ export const CreateProjectLinkProjectsResponseType = {
237
+ Bitbucket: "bitbucket",
238
+ };
239
+ export const CreateProjectLinkProjectsType = {
240
+ Gitlab: "gitlab",
241
+ };
242
+ export const CreateProjectLinkType = {
243
+ Github: "github",
244
+ };
245
+ export const CreateProjectNodeVersion = {
246
+ TwentyTwoX: "22.x",
247
+ TwentyX: "20.x",
248
+ EighteenX: "18.x",
249
+ SixteenX: "16.x",
250
+ FourteenX: "14.x",
251
+ TwelveX: "12.x",
252
+ TenX: "10.x",
253
+ Eight10X: "8.10.x",
254
+ };
255
+ export const CreateProjectFunctionDefaultMemoryType = {
256
+ StandardLegacy: "standard_legacy",
257
+ Standard: "standard",
258
+ Performance: "performance",
259
+ };
260
+ export const CreateProjectDeploymentType = {
261
+ Preview: "preview",
262
+ All: "all",
263
+ ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
264
+ };
265
+ export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType = {
266
+ EndsWith: "endsWith",
267
+ StartsWith: "startsWith",
268
+ Equals: "equals",
269
+ };
270
+ export const CreateProjectProjectsChecksConclusion = {
271
+ Succeeded: "succeeded",
272
+ Failed: "failed",
273
+ Skipped: "skipped",
274
+ Canceled: "canceled",
275
+ };
276
+ export const CreateProjectProjectsChecksState = {
277
+ Registered: "registered",
278
+ Running: "running",
279
+ Completed: "completed",
280
+ };
281
+ export const CreateProjectProjectsPlan = {
282
+ Pro: "pro",
283
+ Enterprise: "enterprise",
284
+ Hobby: "hobby",
285
+ };
286
+ export const CreateProjectProjectsReadyState = {
287
+ Building: "BUILDING",
288
+ Error: "ERROR",
289
+ Initializing: "INITIALIZING",
290
+ Queued: "QUEUED",
291
+ Ready: "READY",
292
+ Canceled: "CANCELED",
293
+ };
294
+ export const CreateProjectProjectsReadySubstate = {
295
+ Staged: "STAGED",
296
+ Promoted: "PROMOTED",
297
+ };
298
+ export const CreateProjectProjectsResponse200ApplicationJSONType = {
299
+ Lambdas: "LAMBDAS",
300
+ };
301
+ export const CreateProjectJobStatus = {
302
+ Pending: "pending",
303
+ InProgress: "in-progress",
304
+ Succeeded: "succeeded",
305
+ Failed: "failed",
306
+ Skipped: "skipped",
307
+ };
308
+ export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyType = {
309
+ Promote: "promote",
310
+ Rollback: "rollback",
311
+ };
312
+ export const CreateProjectScope = {
313
+ AutomationBypass: "automation-bypass",
314
+ };
315
+ export const CreateProjectTrustedIpsProjectsDeploymentType = {
316
+ Production: "production",
317
+ Preview: "preview",
318
+ All: "all",
319
+ ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
320
+ };
321
+ export const CreateProjectTrustedIpsDeploymentType = {
322
+ Production: "production",
323
+ Preview: "preview",
324
+ All: "all",
325
+ ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
326
+ };
327
+ export const TrustedIpsProtectionMode = {
328
+ Additional: "additional",
329
+ Exclusive: "exclusive",
330
+ };
331
+ export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType = {
332
+ Path: "path",
333
+ Host: "host",
334
+ Method: "method",
335
+ Header: "header",
336
+ Cookie: "cookie",
337
+ Query: "query",
338
+ IpAddress: "ip_address",
339
+ Protocol: "protocol",
340
+ Scheme: "scheme",
341
+ Environment: "environment",
342
+ Region: "region",
343
+ };
344
+ export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType = {
345
+ Path: "path",
346
+ Host: "host",
347
+ Method: "method",
348
+ Header: "header",
349
+ Cookie: "cookie",
350
+ Query: "query",
351
+ IpAddress: "ip_address",
352
+ Protocol: "protocol",
353
+ Scheme: "scheme",
354
+ Environment: "environment",
355
+ Region: "region",
356
+ };
357
+ export const CreateProjectHandle = {
358
+ Init: "init",
359
+ Finalize: "finalize",
360
+ };
361
+ export const CreateProjectAction = {
362
+ Deny: "deny",
363
+ Challenge: "challenge",
364
+ Log: "log",
365
+ Bypass: "bypass",
366
+ RateLimit: "rate_limit",
367
+ Redirect: "redirect",
368
+ };
369
+ export const CreateProjectAlgo = {
370
+ FixedWindow: "fixed_window",
371
+ TokenBucket: "token_bucket",
372
+ };
373
+ /**
374
+ * - team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`
375
+ */
376
+ export const CreateProjectIssuerMode = {
377
+ Team: "team",
378
+ Global: "global",
379
+ };
380
+ export const CreateProjectTier = {
381
+ Standard: "standard",
382
+ Advanced: "advanced",
383
+ Critical: "critical",
384
+ };
385
+ /** @internal */
386
+ export const Target2$inboundSchema = z
387
+ .nativeEnum(Target2);
388
+ /** @internal */
389
+ export const Target2$outboundSchema = Target2$inboundSchema;
390
+ /**
391
+ * @internal
392
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
393
+ */
394
+ export var Target2$;
395
+ (function (Target2$) {
396
+ /** @deprecated use `Target2$inboundSchema` instead. */
397
+ Target2$.inboundSchema = Target2$inboundSchema;
398
+ /** @deprecated use `Target2$outboundSchema` instead. */
399
+ Target2$.outboundSchema = Target2$outboundSchema;
400
+ })(Target2$ || (Target2$ = {}));
401
+ /** @internal */
402
+ export const Target1$inboundSchema = z
403
+ .nativeEnum(Target1);
404
+ /** @internal */
405
+ export const Target1$outboundSchema = Target1$inboundSchema;
406
+ /**
407
+ * @internal
408
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
409
+ */
410
+ export var Target1$;
411
+ (function (Target1$) {
412
+ /** @deprecated use `Target1$inboundSchema` instead. */
413
+ Target1$.inboundSchema = Target1$inboundSchema;
414
+ /** @deprecated use `Target1$outboundSchema` instead. */
415
+ Target1$.outboundSchema = Target1$outboundSchema;
416
+ })(Target1$ || (Target1$ = {}));
417
+ /** @internal */
418
+ export const CreateProjectTarget$inboundSchema = z.union([Target1$inboundSchema, z.array(Target2$inboundSchema)]);
419
+ /** @internal */
420
+ export const CreateProjectTarget$outboundSchema = z.union([Target1$outboundSchema, z.array(Target2$outboundSchema)]);
421
+ /**
422
+ * @internal
423
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
424
+ */
425
+ export var CreateProjectTarget$;
426
+ (function (CreateProjectTarget$) {
427
+ /** @deprecated use `CreateProjectTarget$inboundSchema` instead. */
428
+ CreateProjectTarget$.inboundSchema = CreateProjectTarget$inboundSchema;
429
+ /** @deprecated use `CreateProjectTarget$outboundSchema` instead. */
430
+ CreateProjectTarget$.outboundSchema = CreateProjectTarget$outboundSchema;
431
+ })(CreateProjectTarget$ || (CreateProjectTarget$ = {}));
432
+ export function createProjectTargetToJSON(createProjectTarget) {
433
+ return JSON.stringify(CreateProjectTarget$outboundSchema.parse(createProjectTarget));
434
+ }
435
+ export function createProjectTargetFromJSON(jsonString) {
436
+ return safeParse(jsonString, (x) => CreateProjectTarget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectTarget' from JSON`);
437
+ }
438
+ /** @internal */
439
+ export const CreateProjectType$inboundSchema = z.nativeEnum(CreateProjectType);
440
+ /** @internal */
441
+ export const CreateProjectType$outboundSchema = CreateProjectType$inboundSchema;
442
+ /**
443
+ * @internal
444
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
445
+ */
446
+ export var CreateProjectType$;
447
+ (function (CreateProjectType$) {
448
+ /** @deprecated use `CreateProjectType$inboundSchema` instead. */
449
+ CreateProjectType$.inboundSchema = CreateProjectType$inboundSchema;
450
+ /** @deprecated use `CreateProjectType$outboundSchema` instead. */
451
+ CreateProjectType$.outboundSchema = CreateProjectType$outboundSchema;
452
+ })(CreateProjectType$ || (CreateProjectType$ = {}));
453
+ /** @internal */
454
+ export const EnvironmentVariables$inboundSchema = z.object({
455
+ key: z.string(),
456
+ target: z.union([Target1$inboundSchema, z.array(Target2$inboundSchema)]),
457
+ gitBranch: z.string().optional(),
458
+ type: CreateProjectType$inboundSchema.optional(),
459
+ value: z.string(),
460
+ });
461
+ /** @internal */
462
+ export const EnvironmentVariables$outboundSchema = z.object({
463
+ key: z.string(),
464
+ target: z.union([Target1$outboundSchema, z.array(Target2$outboundSchema)]),
465
+ gitBranch: z.string().optional(),
466
+ type: CreateProjectType$outboundSchema.optional(),
467
+ value: z.string(),
468
+ });
469
+ /**
470
+ * @internal
471
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
472
+ */
473
+ export var EnvironmentVariables$;
474
+ (function (EnvironmentVariables$) {
475
+ /** @deprecated use `EnvironmentVariables$inboundSchema` instead. */
476
+ EnvironmentVariables$.inboundSchema = EnvironmentVariables$inboundSchema;
477
+ /** @deprecated use `EnvironmentVariables$outboundSchema` instead. */
478
+ EnvironmentVariables$.outboundSchema = EnvironmentVariables$outboundSchema;
479
+ })(EnvironmentVariables$ || (EnvironmentVariables$ = {}));
480
+ export function environmentVariablesToJSON(environmentVariables) {
481
+ return JSON.stringify(EnvironmentVariables$outboundSchema.parse(environmentVariables));
482
+ }
483
+ export function environmentVariablesFromJSON(jsonString) {
484
+ return safeParse(jsonString, (x) => EnvironmentVariables$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvironmentVariables' from JSON`);
485
+ }
486
+ /** @internal */
487
+ export const CreateProjectFramework$inboundSchema = z.nativeEnum(CreateProjectFramework);
488
+ /** @internal */
489
+ export const CreateProjectFramework$outboundSchema = CreateProjectFramework$inboundSchema;
490
+ /**
491
+ * @internal
492
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
493
+ */
494
+ export var CreateProjectFramework$;
495
+ (function (CreateProjectFramework$) {
496
+ /** @deprecated use `CreateProjectFramework$inboundSchema` instead. */
497
+ CreateProjectFramework$.inboundSchema = CreateProjectFramework$inboundSchema;
498
+ /** @deprecated use `CreateProjectFramework$outboundSchema` instead. */
499
+ CreateProjectFramework$.outboundSchema = CreateProjectFramework$outboundSchema;
500
+ })(CreateProjectFramework$ || (CreateProjectFramework$ = {}));
501
+ /** @internal */
502
+ export const CreateProjectProjectsType$inboundSchema = z.nativeEnum(CreateProjectProjectsType);
503
+ /** @internal */
504
+ export const CreateProjectProjectsType$outboundSchema = CreateProjectProjectsType$inboundSchema;
505
+ /**
506
+ * @internal
507
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
508
+ */
509
+ export var CreateProjectProjectsType$;
510
+ (function (CreateProjectProjectsType$) {
511
+ /** @deprecated use `CreateProjectProjectsType$inboundSchema` instead. */
512
+ CreateProjectProjectsType$.inboundSchema = CreateProjectProjectsType$inboundSchema;
513
+ /** @deprecated use `CreateProjectProjectsType$outboundSchema` instead. */
514
+ CreateProjectProjectsType$.outboundSchema = CreateProjectProjectsType$outboundSchema;
515
+ })(CreateProjectProjectsType$ || (CreateProjectProjectsType$ = {}));
516
+ /** @internal */
517
+ export const GitRepository$inboundSchema = z.object({
518
+ repo: z.string(),
519
+ type: CreateProjectProjectsType$inboundSchema,
520
+ });
521
+ /** @internal */
522
+ export const GitRepository$outboundSchema = z.object({
523
+ repo: z.string(),
524
+ type: CreateProjectProjectsType$outboundSchema,
525
+ });
526
+ /**
527
+ * @internal
528
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
529
+ */
530
+ export var GitRepository$;
531
+ (function (GitRepository$) {
532
+ /** @deprecated use `GitRepository$inboundSchema` instead. */
533
+ GitRepository$.inboundSchema = GitRepository$inboundSchema;
534
+ /** @deprecated use `GitRepository$outboundSchema` instead. */
535
+ GitRepository$.outboundSchema = GitRepository$outboundSchema;
536
+ })(GitRepository$ || (GitRepository$ = {}));
537
+ export function gitRepositoryToJSON(gitRepository) {
538
+ return JSON.stringify(GitRepository$outboundSchema.parse(gitRepository));
539
+ }
540
+ export function gitRepositoryFromJSON(jsonString) {
541
+ return safeParse(jsonString, (x) => GitRepository$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GitRepository' from JSON`);
542
+ }
543
+ /** @internal */
544
+ export const IssuerMode$inboundSchema = z
545
+ .nativeEnum(IssuerMode);
546
+ /** @internal */
547
+ export const IssuerMode$outboundSchema = IssuerMode$inboundSchema;
548
+ /**
549
+ * @internal
550
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
551
+ */
552
+ export var IssuerMode$;
553
+ (function (IssuerMode$) {
554
+ /** @deprecated use `IssuerMode$inboundSchema` instead. */
555
+ IssuerMode$.inboundSchema = IssuerMode$inboundSchema;
556
+ /** @deprecated use `IssuerMode$outboundSchema` instead. */
557
+ IssuerMode$.outboundSchema = IssuerMode$outboundSchema;
558
+ })(IssuerMode$ || (IssuerMode$ = {}));
559
+ /** @internal */
560
+ export const OidcTokenConfig$inboundSchema = z.object({
561
+ enabled: z.boolean(),
562
+ issuerMode: IssuerMode$inboundSchema.default("global"),
563
+ });
564
+ /** @internal */
565
+ export const OidcTokenConfig$outboundSchema = z.object({
566
+ enabled: z.boolean(),
567
+ issuerMode: IssuerMode$outboundSchema.default("global"),
568
+ });
569
+ /**
570
+ * @internal
571
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
572
+ */
573
+ export var OidcTokenConfig$;
574
+ (function (OidcTokenConfig$) {
575
+ /** @deprecated use `OidcTokenConfig$inboundSchema` instead. */
576
+ OidcTokenConfig$.inboundSchema = OidcTokenConfig$inboundSchema;
577
+ /** @deprecated use `OidcTokenConfig$outboundSchema` instead. */
578
+ OidcTokenConfig$.outboundSchema = OidcTokenConfig$outboundSchema;
579
+ })(OidcTokenConfig$ || (OidcTokenConfig$ = {}));
580
+ export function oidcTokenConfigToJSON(oidcTokenConfig) {
581
+ return JSON.stringify(OidcTokenConfig$outboundSchema.parse(oidcTokenConfig));
582
+ }
583
+ export function oidcTokenConfigFromJSON(jsonString) {
584
+ return safeParse(jsonString, (x) => OidcTokenConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OidcTokenConfig' from JSON`);
585
+ }
586
+ /** @internal */
587
+ export const CreateProjectRequestBody$inboundSchema = z.object({
588
+ buildCommand: z.nullable(z.string()).optional(),
589
+ commandForIgnoringBuildStep: z.nullable(z.string()).optional(),
590
+ devCommand: z.nullable(z.string()).optional(),
591
+ environmentVariables: z.array(z.lazy(() => EnvironmentVariables$inboundSchema)).optional(),
592
+ framework: CreateProjectFramework$inboundSchema.optional(),
593
+ gitRepository: z.lazy(() => GitRepository$inboundSchema).optional(),
594
+ installCommand: z.nullable(z.string()).optional(),
595
+ name: z.string(),
596
+ skipGitConnectDuringLink: z.boolean().optional(),
597
+ outputDirectory: z.nullable(z.string()).optional(),
598
+ publicSource: z.nullable(z.boolean()).optional(),
599
+ rootDirectory: z.nullable(z.string()).optional(),
600
+ serverlessFunctionRegion: z.nullable(z.string()).optional(),
601
+ serverlessFunctionZeroConfigFailover: z.boolean().optional(),
602
+ oidcTokenConfig: z.lazy(() => OidcTokenConfig$inboundSchema).optional(),
603
+ enableAffectedProjectsDeployments: z.boolean().optional(),
604
+ });
605
+ /** @internal */
606
+ export const CreateProjectRequestBody$outboundSchema = z.object({
607
+ buildCommand: z.nullable(z.string()).optional(),
608
+ commandForIgnoringBuildStep: z.nullable(z.string()).optional(),
609
+ devCommand: z.nullable(z.string()).optional(),
610
+ environmentVariables: z.array(z.lazy(() => EnvironmentVariables$outboundSchema)).optional(),
611
+ framework: CreateProjectFramework$outboundSchema.optional(),
612
+ gitRepository: z.lazy(() => GitRepository$outboundSchema).optional(),
613
+ installCommand: z.nullable(z.string()).optional(),
614
+ name: z.string(),
615
+ skipGitConnectDuringLink: z.boolean().optional(),
616
+ outputDirectory: z.nullable(z.string()).optional(),
617
+ publicSource: z.nullable(z.boolean()).optional(),
618
+ rootDirectory: z.nullable(z.string()).optional(),
619
+ serverlessFunctionRegion: z.nullable(z.string()).optional(),
620
+ serverlessFunctionZeroConfigFailover: z.boolean().optional(),
621
+ oidcTokenConfig: z.lazy(() => OidcTokenConfig$outboundSchema).optional(),
622
+ enableAffectedProjectsDeployments: z.boolean().optional(),
623
+ });
624
+ /**
625
+ * @internal
626
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
627
+ */
628
+ export var CreateProjectRequestBody$;
629
+ (function (CreateProjectRequestBody$) {
630
+ /** @deprecated use `CreateProjectRequestBody$inboundSchema` instead. */
631
+ CreateProjectRequestBody$.inboundSchema = CreateProjectRequestBody$inboundSchema;
632
+ /** @deprecated use `CreateProjectRequestBody$outboundSchema` instead. */
633
+ CreateProjectRequestBody$.outboundSchema = CreateProjectRequestBody$outboundSchema;
634
+ })(CreateProjectRequestBody$ || (CreateProjectRequestBody$ = {}));
635
+ export function createProjectRequestBodyToJSON(createProjectRequestBody) {
636
+ return JSON.stringify(CreateProjectRequestBody$outboundSchema.parse(createProjectRequestBody));
637
+ }
638
+ export function createProjectRequestBodyFromJSON(jsonString) {
639
+ return safeParse(jsonString, (x) => CreateProjectRequestBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectRequestBody' from JSON`);
640
+ }
641
+ /** @internal */
642
+ export const CreateProjectRequest$inboundSchema = z.object({
643
+ teamId: z.string().optional(),
644
+ slug: z.string().optional(),
645
+ RequestBody: z.lazy(() => CreateProjectRequestBody$inboundSchema).optional(),
646
+ }).transform((v) => {
647
+ return remap$(v, {
648
+ "RequestBody": "requestBody",
649
+ });
650
+ });
651
+ /** @internal */
652
+ export const CreateProjectRequest$outboundSchema = z.object({
653
+ teamId: z.string().optional(),
654
+ slug: z.string().optional(),
655
+ requestBody: z.lazy(() => CreateProjectRequestBody$outboundSchema).optional(),
656
+ }).transform((v) => {
657
+ return remap$(v, {
658
+ requestBody: "RequestBody",
659
+ });
660
+ });
661
+ /**
662
+ * @internal
663
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
664
+ */
665
+ export var CreateProjectRequest$;
666
+ (function (CreateProjectRequest$) {
667
+ /** @deprecated use `CreateProjectRequest$inboundSchema` instead. */
668
+ CreateProjectRequest$.inboundSchema = CreateProjectRequest$inboundSchema;
669
+ /** @deprecated use `CreateProjectRequest$outboundSchema` instead. */
670
+ CreateProjectRequest$.outboundSchema = CreateProjectRequest$outboundSchema;
671
+ })(CreateProjectRequest$ || (CreateProjectRequest$ = {}));
672
+ export function createProjectRequestToJSON(createProjectRequest) {
673
+ return JSON.stringify(CreateProjectRequest$outboundSchema.parse(createProjectRequest));
674
+ }
675
+ export function createProjectRequestFromJSON(jsonString) {
676
+ return safeParse(jsonString, (x) => CreateProjectRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectRequest' from JSON`);
677
+ }
678
+ /** @internal */
679
+ export const CreateProjectAnalytics$inboundSchema = z.object({
680
+ id: z.string(),
681
+ canceledAt: z.nullable(z.number()).optional(),
682
+ disabledAt: z.number(),
683
+ enabledAt: z.number(),
684
+ paidAt: z.number().optional(),
685
+ sampleRatePercent: z.nullable(z.number()).optional(),
686
+ spendLimitInDollars: z.nullable(z.number()).optional(),
687
+ });
688
+ /** @internal */
689
+ export const CreateProjectAnalytics$outboundSchema = z.object({
690
+ id: z.string(),
691
+ canceledAt: z.nullable(z.number()).optional(),
692
+ disabledAt: z.number(),
693
+ enabledAt: z.number(),
694
+ paidAt: z.number().optional(),
695
+ sampleRatePercent: z.nullable(z.number()).optional(),
696
+ spendLimitInDollars: z.nullable(z.number()).optional(),
697
+ });
698
+ /**
699
+ * @internal
700
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
701
+ */
702
+ export var CreateProjectAnalytics$;
703
+ (function (CreateProjectAnalytics$) {
704
+ /** @deprecated use `CreateProjectAnalytics$inboundSchema` instead. */
705
+ CreateProjectAnalytics$.inboundSchema = CreateProjectAnalytics$inboundSchema;
706
+ /** @deprecated use `CreateProjectAnalytics$outboundSchema` instead. */
707
+ CreateProjectAnalytics$.outboundSchema = CreateProjectAnalytics$outboundSchema;
708
+ })(CreateProjectAnalytics$ || (CreateProjectAnalytics$ = {}));
709
+ export function createProjectAnalyticsToJSON(createProjectAnalytics) {
710
+ return JSON.stringify(CreateProjectAnalytics$outboundSchema.parse(createProjectAnalytics));
711
+ }
712
+ export function createProjectAnalyticsFromJSON(jsonString) {
713
+ return safeParse(jsonString, (x) => CreateProjectAnalytics$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectAnalytics' from JSON`);
714
+ }
715
+ /** @internal */
716
+ export const CreateProjectSpeedInsights$inboundSchema = z.object({
717
+ id: z.string(),
718
+ enabledAt: z.number().optional(),
719
+ disabledAt: z.number().optional(),
720
+ canceledAt: z.number().optional(),
721
+ hasData: z.boolean().optional(),
722
+ paidAt: z.number().optional(),
723
+ });
724
+ /** @internal */
725
+ export const CreateProjectSpeedInsights$outboundSchema = z.object({
726
+ id: z.string(),
727
+ enabledAt: z.number().optional(),
728
+ disabledAt: z.number().optional(),
729
+ canceledAt: z.number().optional(),
730
+ hasData: z.boolean().optional(),
731
+ paidAt: z.number().optional(),
732
+ });
733
+ /**
734
+ * @internal
735
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
736
+ */
737
+ export var CreateProjectSpeedInsights$;
738
+ (function (CreateProjectSpeedInsights$) {
739
+ /** @deprecated use `CreateProjectSpeedInsights$inboundSchema` instead. */
740
+ CreateProjectSpeedInsights$.inboundSchema = CreateProjectSpeedInsights$inboundSchema;
741
+ /** @deprecated use `CreateProjectSpeedInsights$outboundSchema` instead. */
742
+ CreateProjectSpeedInsights$.outboundSchema = CreateProjectSpeedInsights$outboundSchema;
743
+ })(CreateProjectSpeedInsights$ || (CreateProjectSpeedInsights$ = {}));
744
+ export function createProjectSpeedInsightsToJSON(createProjectSpeedInsights) {
745
+ return JSON.stringify(CreateProjectSpeedInsights$outboundSchema.parse(createProjectSpeedInsights));
746
+ }
747
+ export function createProjectSpeedInsightsFromJSON(jsonString) {
748
+ return safeParse(jsonString, (x) => CreateProjectSpeedInsights$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectSpeedInsights' from JSON`);
749
+ }
750
+ /** @internal */
751
+ export const CreateProjectDefinitions$inboundSchema = z.object({
752
+ host: z.string(),
753
+ path: z.string(),
754
+ schedule: z.string(),
755
+ });
756
+ /** @internal */
757
+ export const CreateProjectDefinitions$outboundSchema = z.object({
758
+ host: z.string(),
759
+ path: z.string(),
760
+ schedule: z.string(),
761
+ });
762
+ /**
763
+ * @internal
764
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
765
+ */
766
+ export var CreateProjectDefinitions$;
767
+ (function (CreateProjectDefinitions$) {
768
+ /** @deprecated use `CreateProjectDefinitions$inboundSchema` instead. */
769
+ CreateProjectDefinitions$.inboundSchema = CreateProjectDefinitions$inboundSchema;
770
+ /** @deprecated use `CreateProjectDefinitions$outboundSchema` instead. */
771
+ CreateProjectDefinitions$.outboundSchema = CreateProjectDefinitions$outboundSchema;
772
+ })(CreateProjectDefinitions$ || (CreateProjectDefinitions$ = {}));
773
+ export function createProjectDefinitionsToJSON(createProjectDefinitions) {
774
+ return JSON.stringify(CreateProjectDefinitions$outboundSchema.parse(createProjectDefinitions));
775
+ }
776
+ export function createProjectDefinitionsFromJSON(jsonString) {
777
+ return safeParse(jsonString, (x) => CreateProjectDefinitions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectDefinitions' from JSON`);
778
+ }
779
+ /** @internal */
780
+ export const CreateProjectCrons$inboundSchema = z.object({
781
+ enabledAt: z.number(),
782
+ disabledAt: z.nullable(z.number()),
783
+ updatedAt: z.number(),
784
+ deploymentId: z.nullable(z.string()),
785
+ definitions: z.array(z.lazy(() => CreateProjectDefinitions$inboundSchema)),
786
+ });
787
+ /** @internal */
788
+ export const CreateProjectCrons$outboundSchema = z.object({
789
+ enabledAt: z.number(),
790
+ disabledAt: z.nullable(z.number()),
791
+ updatedAt: z.number(),
792
+ deploymentId: z.nullable(z.string()),
793
+ definitions: z.array(z.lazy(() => CreateProjectDefinitions$outboundSchema)),
794
+ });
795
+ /**
796
+ * @internal
797
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
798
+ */
799
+ export var CreateProjectCrons$;
800
+ (function (CreateProjectCrons$) {
801
+ /** @deprecated use `CreateProjectCrons$inboundSchema` instead. */
802
+ CreateProjectCrons$.inboundSchema = CreateProjectCrons$inboundSchema;
803
+ /** @deprecated use `CreateProjectCrons$outboundSchema` instead. */
804
+ CreateProjectCrons$.outboundSchema = CreateProjectCrons$outboundSchema;
805
+ })(CreateProjectCrons$ || (CreateProjectCrons$ = {}));
806
+ export function createProjectCronsToJSON(createProjectCrons) {
807
+ return JSON.stringify(CreateProjectCrons$outboundSchema.parse(createProjectCrons));
808
+ }
809
+ export function createProjectCronsFromJSON(jsonString) {
810
+ return safeParse(jsonString, (x) => CreateProjectCrons$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectCrons' from JSON`);
811
+ }
812
+ /** @internal */
813
+ export const CreateProjectDataCache$inboundSchema = z.object({
814
+ userDisabled: z.boolean(),
815
+ storageSizeBytes: z.nullable(z.number()).optional(),
816
+ unlimited: z.boolean().optional(),
817
+ });
818
+ /** @internal */
819
+ export const CreateProjectDataCache$outboundSchema = z.object({
820
+ userDisabled: z.boolean(),
821
+ storageSizeBytes: z.nullable(z.number()).optional(),
822
+ unlimited: z.boolean().optional(),
823
+ });
824
+ /**
825
+ * @internal
826
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
827
+ */
828
+ export var CreateProjectDataCache$;
829
+ (function (CreateProjectDataCache$) {
830
+ /** @deprecated use `CreateProjectDataCache$inboundSchema` instead. */
831
+ CreateProjectDataCache$.inboundSchema = CreateProjectDataCache$inboundSchema;
832
+ /** @deprecated use `CreateProjectDataCache$outboundSchema` instead. */
833
+ CreateProjectDataCache$.outboundSchema = CreateProjectDataCache$outboundSchema;
834
+ })(CreateProjectDataCache$ || (CreateProjectDataCache$ = {}));
835
+ export function createProjectDataCacheToJSON(createProjectDataCache) {
836
+ return JSON.stringify(CreateProjectDataCache$outboundSchema.parse(createProjectDataCache));
837
+ }
838
+ export function createProjectDataCacheFromJSON(jsonString) {
839
+ return safeParse(jsonString, (x) => CreateProjectDataCache$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectDataCache' from JSON`);
840
+ }
841
+ /** @internal */
842
+ export const CreateProjectDeploymentExpiration$inboundSchema = z.object({
843
+ expirationDays: z.number().optional(),
844
+ expirationDaysProduction: z.number().optional(),
845
+ expirationDaysCanceled: z.number().optional(),
846
+ expirationDaysErrored: z.number().optional(),
847
+ deploymentsToKeep: z.number().optional(),
848
+ });
849
+ /** @internal */
850
+ export const CreateProjectDeploymentExpiration$outboundSchema = z.object({
851
+ expirationDays: z.number().optional(),
852
+ expirationDaysProduction: z.number().optional(),
853
+ expirationDaysCanceled: z.number().optional(),
854
+ expirationDaysErrored: z.number().optional(),
855
+ deploymentsToKeep: z.number().optional(),
856
+ });
857
+ /**
858
+ * @internal
859
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
860
+ */
861
+ export var CreateProjectDeploymentExpiration$;
862
+ (function (CreateProjectDeploymentExpiration$) {
863
+ /** @deprecated use `CreateProjectDeploymentExpiration$inboundSchema` instead. */
864
+ CreateProjectDeploymentExpiration$.inboundSchema = CreateProjectDeploymentExpiration$inboundSchema;
865
+ /** @deprecated use `CreateProjectDeploymentExpiration$outboundSchema` instead. */
866
+ CreateProjectDeploymentExpiration$.outboundSchema = CreateProjectDeploymentExpiration$outboundSchema;
867
+ })(CreateProjectDeploymentExpiration$ || (CreateProjectDeploymentExpiration$ = {}));
868
+ export function createProjectDeploymentExpirationToJSON(createProjectDeploymentExpiration) {
869
+ return JSON.stringify(CreateProjectDeploymentExpiration$outboundSchema.parse(createProjectDeploymentExpiration));
870
+ }
871
+ export function createProjectDeploymentExpirationFromJSON(jsonString) {
872
+ return safeParse(jsonString, (x) => CreateProjectDeploymentExpiration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectDeploymentExpiration' from JSON`);
873
+ }
874
+ /** @internal */
875
+ export const CreateProjectTarget2$inboundSchema = z.nativeEnum(CreateProjectTarget2);
876
+ /** @internal */
877
+ export const CreateProjectTarget2$outboundSchema = CreateProjectTarget2$inboundSchema;
878
+ /**
879
+ * @internal
880
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
881
+ */
882
+ export var CreateProjectTarget2$;
883
+ (function (CreateProjectTarget2$) {
884
+ /** @deprecated use `CreateProjectTarget2$inboundSchema` instead. */
885
+ CreateProjectTarget2$.inboundSchema = CreateProjectTarget2$inboundSchema;
886
+ /** @deprecated use `CreateProjectTarget2$outboundSchema` instead. */
887
+ CreateProjectTarget2$.outboundSchema = CreateProjectTarget2$outboundSchema;
888
+ })(CreateProjectTarget2$ || (CreateProjectTarget2$ = {}));
889
+ /** @internal */
890
+ export const CreateProjectProjectsTarget$inboundSchema = z.union([z.array(z.string()), CreateProjectTarget2$inboundSchema]);
891
+ /** @internal */
892
+ export const CreateProjectProjectsTarget$outboundSchema = z.union([z.array(z.string()), CreateProjectTarget2$outboundSchema]);
893
+ /**
894
+ * @internal
895
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
896
+ */
897
+ export var CreateProjectProjectsTarget$;
898
+ (function (CreateProjectProjectsTarget$) {
899
+ /** @deprecated use `CreateProjectProjectsTarget$inboundSchema` instead. */
900
+ CreateProjectProjectsTarget$.inboundSchema = CreateProjectProjectsTarget$inboundSchema;
901
+ /** @deprecated use `CreateProjectProjectsTarget$outboundSchema` instead. */
902
+ CreateProjectProjectsTarget$.outboundSchema = CreateProjectProjectsTarget$outboundSchema;
903
+ })(CreateProjectProjectsTarget$ || (CreateProjectProjectsTarget$ = {}));
904
+ export function createProjectProjectsTargetToJSON(createProjectProjectsTarget) {
905
+ return JSON.stringify(CreateProjectProjectsTarget$outboundSchema.parse(createProjectProjectsTarget));
906
+ }
907
+ export function createProjectProjectsTargetFromJSON(jsonString) {
908
+ return safeParse(jsonString, (x) => CreateProjectProjectsTarget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectProjectsTarget' from JSON`);
909
+ }
910
+ /** @internal */
911
+ export const CreateProjectProjectsResponseType$inboundSchema = z.nativeEnum(CreateProjectProjectsResponseType);
912
+ /** @internal */
913
+ export const CreateProjectProjectsResponseType$outboundSchema = CreateProjectProjectsResponseType$inboundSchema;
914
+ /**
915
+ * @internal
916
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
917
+ */
918
+ export var CreateProjectProjectsResponseType$;
919
+ (function (CreateProjectProjectsResponseType$) {
920
+ /** @deprecated use `CreateProjectProjectsResponseType$inboundSchema` instead. */
921
+ CreateProjectProjectsResponseType$.inboundSchema = CreateProjectProjectsResponseType$inboundSchema;
922
+ /** @deprecated use `CreateProjectProjectsResponseType$outboundSchema` instead. */
923
+ CreateProjectProjectsResponseType$.outboundSchema = CreateProjectProjectsResponseType$outboundSchema;
924
+ })(CreateProjectProjectsResponseType$ || (CreateProjectProjectsResponseType$ = {}));
925
+ /** @internal */
926
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type);
927
+ /** @internal */
928
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema;
929
+ /**
930
+ * @internal
931
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
932
+ */
933
+ export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$;
934
+ (function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$) {
935
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema` instead. */
936
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema;
937
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema` instead. */
938
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema;
939
+ })(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$ = {}));
940
+ /** @internal */
941
+ export const ContentHint15$inboundSchema = z.object({
942
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema,
943
+ projectId: z.string(),
944
+ });
945
+ /** @internal */
946
+ export const ContentHint15$outboundSchema = z.object({
947
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema,
948
+ projectId: z.string(),
949
+ });
950
+ /**
951
+ * @internal
952
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
953
+ */
954
+ export var ContentHint15$;
955
+ (function (ContentHint15$) {
956
+ /** @deprecated use `ContentHint15$inboundSchema` instead. */
957
+ ContentHint15$.inboundSchema = ContentHint15$inboundSchema;
958
+ /** @deprecated use `ContentHint15$outboundSchema` instead. */
959
+ ContentHint15$.outboundSchema = ContentHint15$outboundSchema;
960
+ })(ContentHint15$ || (ContentHint15$ = {}));
961
+ export function contentHint15ToJSON(contentHint15) {
962
+ return JSON.stringify(ContentHint15$outboundSchema.parse(contentHint15));
963
+ }
964
+ export function contentHint15FromJSON(jsonString) {
965
+ return safeParse(jsonString, (x) => ContentHint15$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ContentHint15' from JSON`);
966
+ }
967
+ /** @internal */
968
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type);
969
+ /** @internal */
970
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema;
971
+ /**
972
+ * @internal
973
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
974
+ */
975
+ export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$;
976
+ (function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$) {
977
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema` instead. */
978
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema;
979
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema` instead. */
980
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema;
981
+ })(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$ = {}));
982
+ /** @internal */
983
+ export const ContentHint14$inboundSchema = z.object({
984
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema,
985
+ storeId: z.string(),
986
+ integrationId: z.string(),
987
+ integrationProductId: z.string(),
988
+ integrationConfigurationId: z.string(),
989
+ });
990
+ /** @internal */
991
+ export const ContentHint14$outboundSchema = z.object({
992
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema,
993
+ storeId: z.string(),
994
+ integrationId: z.string(),
995
+ integrationProductId: z.string(),
996
+ integrationConfigurationId: z.string(),
997
+ });
998
+ /**
999
+ * @internal
1000
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1001
+ */
1002
+ export var ContentHint14$;
1003
+ (function (ContentHint14$) {
1004
+ /** @deprecated use `ContentHint14$inboundSchema` instead. */
1005
+ ContentHint14$.inboundSchema = ContentHint14$inboundSchema;
1006
+ /** @deprecated use `ContentHint14$outboundSchema` instead. */
1007
+ ContentHint14$.outboundSchema = ContentHint14$outboundSchema;
1008
+ })(ContentHint14$ || (ContentHint14$ = {}));
1009
+ export function contentHint14ToJSON(contentHint14) {
1010
+ return JSON.stringify(ContentHint14$outboundSchema.parse(contentHint14));
1011
+ }
1012
+ export function contentHint14FromJSON(jsonString) {
1013
+ return safeParse(jsonString, (x) => ContentHint14$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ContentHint14' from JSON`);
1014
+ }
1015
+ /** @internal */
1016
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type);
1017
+ /** @internal */
1018
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema;
1019
+ /**
1020
+ * @internal
1021
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1022
+ */
1023
+ export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$;
1024
+ (function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$) {
1025
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema` instead. */
1026
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema;
1027
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema` instead. */
1028
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema;
1029
+ })(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$ = {}));
1030
+ /** @internal */
1031
+ export const ContentHint13$inboundSchema = z.object({
1032
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema,
1033
+ storeId: z.string(),
1034
+ });
1035
+ /** @internal */
1036
+ export const ContentHint13$outboundSchema = z.object({
1037
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema,
1038
+ storeId: z.string(),
1039
+ });
1040
+ /**
1041
+ * @internal
1042
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1043
+ */
1044
+ export var ContentHint13$;
1045
+ (function (ContentHint13$) {
1046
+ /** @deprecated use `ContentHint13$inboundSchema` instead. */
1047
+ ContentHint13$.inboundSchema = ContentHint13$inboundSchema;
1048
+ /** @deprecated use `ContentHint13$outboundSchema` instead. */
1049
+ ContentHint13$.outboundSchema = ContentHint13$outboundSchema;
1050
+ })(ContentHint13$ || (ContentHint13$ = {}));
1051
+ export function contentHint13ToJSON(contentHint13) {
1052
+ return JSON.stringify(ContentHint13$outboundSchema.parse(contentHint13));
1053
+ }
1054
+ export function contentHint13FromJSON(jsonString) {
1055
+ return safeParse(jsonString, (x) => ContentHint13$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ContentHint13' from JSON`);
1056
+ }
1057
+ /** @internal */
1058
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type);
1059
+ /** @internal */
1060
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema;
1061
+ /**
1062
+ * @internal
1063
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1064
+ */
1065
+ export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$;
1066
+ (function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$) {
1067
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema` instead. */
1068
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema;
1069
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema` instead. */
1070
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema;
1071
+ })(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$ = {}));
1072
+ /** @internal */
1073
+ export const ContentHint12$inboundSchema = z.object({
1074
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema,
1075
+ storeId: z.string(),
1076
+ });
1077
+ /** @internal */
1078
+ export const ContentHint12$outboundSchema = z.object({
1079
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema,
1080
+ storeId: z.string(),
1081
+ });
1082
+ /**
1083
+ * @internal
1084
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1085
+ */
1086
+ export var ContentHint12$;
1087
+ (function (ContentHint12$) {
1088
+ /** @deprecated use `ContentHint12$inboundSchema` instead. */
1089
+ ContentHint12$.inboundSchema = ContentHint12$inboundSchema;
1090
+ /** @deprecated use `ContentHint12$outboundSchema` instead. */
1091
+ ContentHint12$.outboundSchema = ContentHint12$outboundSchema;
1092
+ })(ContentHint12$ || (ContentHint12$ = {}));
1093
+ export function contentHint12ToJSON(contentHint12) {
1094
+ return JSON.stringify(ContentHint12$outboundSchema.parse(contentHint12));
1095
+ }
1096
+ export function contentHint12FromJSON(jsonString) {
1097
+ return safeParse(jsonString, (x) => ContentHint12$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ContentHint12' from JSON`);
1098
+ }
1099
+ /** @internal */
1100
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type);
1101
+ /** @internal */
1102
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema;
1103
+ /**
1104
+ * @internal
1105
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1106
+ */
1107
+ export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$;
1108
+ (function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$) {
1109
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema` instead. */
1110
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema;
1111
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema` instead. */
1112
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema;
1113
+ })(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$ = {}));
1114
+ /** @internal */
1115
+ export const ContentHint11$inboundSchema = z.object({
1116
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema,
1117
+ storeId: z.string(),
1118
+ });
1119
+ /** @internal */
1120
+ export const ContentHint11$outboundSchema = z.object({
1121
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema,
1122
+ storeId: z.string(),
1123
+ });
1124
+ /**
1125
+ * @internal
1126
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1127
+ */
1128
+ export var ContentHint11$;
1129
+ (function (ContentHint11$) {
1130
+ /** @deprecated use `ContentHint11$inboundSchema` instead. */
1131
+ ContentHint11$.inboundSchema = ContentHint11$inboundSchema;
1132
+ /** @deprecated use `ContentHint11$outboundSchema` instead. */
1133
+ ContentHint11$.outboundSchema = ContentHint11$outboundSchema;
1134
+ })(ContentHint11$ || (ContentHint11$ = {}));
1135
+ export function contentHint11ToJSON(contentHint11) {
1136
+ return JSON.stringify(ContentHint11$outboundSchema.parse(contentHint11));
1137
+ }
1138
+ export function contentHint11FromJSON(jsonString) {
1139
+ return safeParse(jsonString, (x) => ContentHint11$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ContentHint11' from JSON`);
1140
+ }
1141
+ /** @internal */
1142
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type);
1143
+ /** @internal */
1144
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema;
1145
+ /**
1146
+ * @internal
1147
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1148
+ */
1149
+ export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$;
1150
+ (function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$) {
1151
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema` instead. */
1152
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema;
1153
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema` instead. */
1154
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema;
1155
+ })(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$ = {}));
1156
+ /** @internal */
1157
+ export const CreateProjectContentHint10$inboundSchema = z.object({
1158
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema,
1159
+ storeId: z.string(),
1160
+ });
1161
+ /** @internal */
1162
+ export const CreateProjectContentHint10$outboundSchema = z.object({
1163
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema,
1164
+ storeId: z.string(),
1165
+ });
1166
+ /**
1167
+ * @internal
1168
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1169
+ */
1170
+ export var CreateProjectContentHint10$;
1171
+ (function (CreateProjectContentHint10$) {
1172
+ /** @deprecated use `CreateProjectContentHint10$inboundSchema` instead. */
1173
+ CreateProjectContentHint10$.inboundSchema = CreateProjectContentHint10$inboundSchema;
1174
+ /** @deprecated use `CreateProjectContentHint10$outboundSchema` instead. */
1175
+ CreateProjectContentHint10$.outboundSchema = CreateProjectContentHint10$outboundSchema;
1176
+ })(CreateProjectContentHint10$ || (CreateProjectContentHint10$ = {}));
1177
+ export function createProjectContentHint10ToJSON(createProjectContentHint10) {
1178
+ return JSON.stringify(CreateProjectContentHint10$outboundSchema.parse(createProjectContentHint10));
1179
+ }
1180
+ export function createProjectContentHint10FromJSON(jsonString) {
1181
+ return safeParse(jsonString, (x) => CreateProjectContentHint10$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectContentHint10' from JSON`);
1182
+ }
1183
+ /** @internal */
1184
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type);
1185
+ /** @internal */
1186
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema;
1187
+ /**
1188
+ * @internal
1189
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1190
+ */
1191
+ export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$;
1192
+ (function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$) {
1193
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema` instead. */
1194
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema;
1195
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema` instead. */
1196
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema;
1197
+ })(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$ = {}));
1198
+ /** @internal */
1199
+ export const CreateProjectContentHint9$inboundSchema = z.object({
1200
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema,
1201
+ storeId: z.string(),
1202
+ });
1203
+ /** @internal */
1204
+ export const CreateProjectContentHint9$outboundSchema = z.object({
1205
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema,
1206
+ storeId: z.string(),
1207
+ });
1208
+ /**
1209
+ * @internal
1210
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1211
+ */
1212
+ export var CreateProjectContentHint9$;
1213
+ (function (CreateProjectContentHint9$) {
1214
+ /** @deprecated use `CreateProjectContentHint9$inboundSchema` instead. */
1215
+ CreateProjectContentHint9$.inboundSchema = CreateProjectContentHint9$inboundSchema;
1216
+ /** @deprecated use `CreateProjectContentHint9$outboundSchema` instead. */
1217
+ CreateProjectContentHint9$.outboundSchema = CreateProjectContentHint9$outboundSchema;
1218
+ })(CreateProjectContentHint9$ || (CreateProjectContentHint9$ = {}));
1219
+ export function createProjectContentHint9ToJSON(createProjectContentHint9) {
1220
+ return JSON.stringify(CreateProjectContentHint9$outboundSchema.parse(createProjectContentHint9));
1221
+ }
1222
+ export function createProjectContentHint9FromJSON(jsonString) {
1223
+ return safeParse(jsonString, (x) => CreateProjectContentHint9$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectContentHint9' from JSON`);
1224
+ }
1225
+ /** @internal */
1226
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type);
1227
+ /** @internal */
1228
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema;
1229
+ /**
1230
+ * @internal
1231
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1232
+ */
1233
+ export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$;
1234
+ (function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$) {
1235
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema` instead. */
1236
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema;
1237
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$outboundSchema` instead. */
1238
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$outboundSchema;
1239
+ })(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$ = {}));
1240
+ /** @internal */
1241
+ export const CreateProjectContentHint8$inboundSchema = z.object({
1242
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema,
1243
+ storeId: z.string(),
1244
+ });
1245
+ /** @internal */
1246
+ export const CreateProjectContentHint8$outboundSchema = z.object({
1247
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$outboundSchema,
1248
+ storeId: z.string(),
1249
+ });
1250
+ /**
1251
+ * @internal
1252
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1253
+ */
1254
+ export var CreateProjectContentHint8$;
1255
+ (function (CreateProjectContentHint8$) {
1256
+ /** @deprecated use `CreateProjectContentHint8$inboundSchema` instead. */
1257
+ CreateProjectContentHint8$.inboundSchema = CreateProjectContentHint8$inboundSchema;
1258
+ /** @deprecated use `CreateProjectContentHint8$outboundSchema` instead. */
1259
+ CreateProjectContentHint8$.outboundSchema = CreateProjectContentHint8$outboundSchema;
1260
+ })(CreateProjectContentHint8$ || (CreateProjectContentHint8$ = {}));
1261
+ export function createProjectContentHint8ToJSON(createProjectContentHint8) {
1262
+ return JSON.stringify(CreateProjectContentHint8$outboundSchema.parse(createProjectContentHint8));
1263
+ }
1264
+ export function createProjectContentHint8FromJSON(jsonString) {
1265
+ return safeParse(jsonString, (x) => CreateProjectContentHint8$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectContentHint8' from JSON`);
1266
+ }
1267
+ /** @internal */
1268
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType);
1269
+ /** @internal */
1270
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema;
1271
+ /**
1272
+ * @internal
1273
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1274
+ */
1275
+ export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$;
1276
+ (function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$) {
1277
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema` instead. */
1278
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema;
1279
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema` instead. */
1280
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema;
1281
+ })(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$ = {}));
1282
+ /** @internal */
1283
+ export const CreateProjectContentHint7$inboundSchema = z.object({
1284
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema,
1285
+ storeId: z.string(),
1286
+ });
1287
+ /** @internal */
1288
+ export const CreateProjectContentHint7$outboundSchema = z.object({
1289
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema,
1290
+ storeId: z.string(),
1291
+ });
1292
+ /**
1293
+ * @internal
1294
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1295
+ */
1296
+ export var CreateProjectContentHint7$;
1297
+ (function (CreateProjectContentHint7$) {
1298
+ /** @deprecated use `CreateProjectContentHint7$inboundSchema` instead. */
1299
+ CreateProjectContentHint7$.inboundSchema = CreateProjectContentHint7$inboundSchema;
1300
+ /** @deprecated use `CreateProjectContentHint7$outboundSchema` instead. */
1301
+ CreateProjectContentHint7$.outboundSchema = CreateProjectContentHint7$outboundSchema;
1302
+ })(CreateProjectContentHint7$ || (CreateProjectContentHint7$ = {}));
1303
+ export function createProjectContentHint7ToJSON(createProjectContentHint7) {
1304
+ return JSON.stringify(CreateProjectContentHint7$outboundSchema.parse(createProjectContentHint7));
1305
+ }
1306
+ export function createProjectContentHint7FromJSON(jsonString) {
1307
+ return safeParse(jsonString, (x) => CreateProjectContentHint7$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectContentHint7' from JSON`);
1308
+ }
1309
+ /** @internal */
1310
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType);
1311
+ /** @internal */
1312
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
1313
+ /**
1314
+ * @internal
1315
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1316
+ */
1317
+ export var CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$;
1318
+ (function (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$) {
1319
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
1320
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
1321
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
1322
+ CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema;
1323
+ })(CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$ = {}));
1324
+ /** @internal */
1325
+ export const CreateProjectContentHint6$inboundSchema = z.object({
1326
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
1327
+ storeId: z.string(),
1328
+ });
1329
+ /** @internal */
1330
+ export const CreateProjectContentHint6$outboundSchema = z.object({
1331
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
1332
+ storeId: z.string(),
1333
+ });
1334
+ /**
1335
+ * @internal
1336
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1337
+ */
1338
+ export var CreateProjectContentHint6$;
1339
+ (function (CreateProjectContentHint6$) {
1340
+ /** @deprecated use `CreateProjectContentHint6$inboundSchema` instead. */
1341
+ CreateProjectContentHint6$.inboundSchema = CreateProjectContentHint6$inboundSchema;
1342
+ /** @deprecated use `CreateProjectContentHint6$outboundSchema` instead. */
1343
+ CreateProjectContentHint6$.outboundSchema = CreateProjectContentHint6$outboundSchema;
1344
+ })(CreateProjectContentHint6$ || (CreateProjectContentHint6$ = {}));
1345
+ export function createProjectContentHint6ToJSON(createProjectContentHint6) {
1346
+ return JSON.stringify(CreateProjectContentHint6$outboundSchema.parse(createProjectContentHint6));
1347
+ }
1348
+ export function createProjectContentHint6FromJSON(jsonString) {
1349
+ return safeParse(jsonString, (x) => CreateProjectContentHint6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectContentHint6' from JSON`);
1350
+ }
1351
+ /** @internal */
1352
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsResponse200ApplicationJSONType);
1353
+ /** @internal */
1354
+ export const CreateProjectContentHintProjectsResponse200ApplicationJSONType$outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
1355
+ /**
1356
+ * @internal
1357
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1358
+ */
1359
+ export var CreateProjectContentHintProjectsResponse200ApplicationJSONType$;
1360
+ (function (CreateProjectContentHintProjectsResponse200ApplicationJSONType$) {
1361
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
1362
+ CreateProjectContentHintProjectsResponse200ApplicationJSONType$.inboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
1363
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
1364
+ CreateProjectContentHintProjectsResponse200ApplicationJSONType$.outboundSchema = CreateProjectContentHintProjectsResponse200ApplicationJSONType$outboundSchema;
1365
+ })(CreateProjectContentHintProjectsResponse200ApplicationJSONType$ || (CreateProjectContentHintProjectsResponse200ApplicationJSONType$ = {}));
1366
+ /** @internal */
1367
+ export const CreateProjectContentHint5$inboundSchema = z.object({
1368
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema,
1369
+ storeId: z.string(),
1370
+ });
1371
+ /** @internal */
1372
+ export const CreateProjectContentHint5$outboundSchema = z.object({
1373
+ type: CreateProjectContentHintProjectsResponse200ApplicationJSONType$outboundSchema,
1374
+ storeId: z.string(),
1375
+ });
1376
+ /**
1377
+ * @internal
1378
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1379
+ */
1380
+ export var CreateProjectContentHint5$;
1381
+ (function (CreateProjectContentHint5$) {
1382
+ /** @deprecated use `CreateProjectContentHint5$inboundSchema` instead. */
1383
+ CreateProjectContentHint5$.inboundSchema = CreateProjectContentHint5$inboundSchema;
1384
+ /** @deprecated use `CreateProjectContentHint5$outboundSchema` instead. */
1385
+ CreateProjectContentHint5$.outboundSchema = CreateProjectContentHint5$outboundSchema;
1386
+ })(CreateProjectContentHint5$ || (CreateProjectContentHint5$ = {}));
1387
+ export function createProjectContentHint5ToJSON(createProjectContentHint5) {
1388
+ return JSON.stringify(CreateProjectContentHint5$outboundSchema.parse(createProjectContentHint5));
1389
+ }
1390
+ export function createProjectContentHint5FromJSON(jsonString) {
1391
+ return safeParse(jsonString, (x) => CreateProjectContentHint5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectContentHint5' from JSON`);
1392
+ }
1393
+ /** @internal */
1394
+ export const CreateProjectContentHintProjectsResponse200Type$inboundSchema = z
1395
+ .nativeEnum(CreateProjectContentHintProjectsResponse200Type);
1396
+ /** @internal */
1397
+ export const CreateProjectContentHintProjectsResponse200Type$outboundSchema = CreateProjectContentHintProjectsResponse200Type$inboundSchema;
1398
+ /**
1399
+ * @internal
1400
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1401
+ */
1402
+ export var CreateProjectContentHintProjectsResponse200Type$;
1403
+ (function (CreateProjectContentHintProjectsResponse200Type$) {
1404
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200Type$inboundSchema` instead. */
1405
+ CreateProjectContentHintProjectsResponse200Type$.inboundSchema = CreateProjectContentHintProjectsResponse200Type$inboundSchema;
1406
+ /** @deprecated use `CreateProjectContentHintProjectsResponse200Type$outboundSchema` instead. */
1407
+ CreateProjectContentHintProjectsResponse200Type$.outboundSchema = CreateProjectContentHintProjectsResponse200Type$outboundSchema;
1408
+ })(CreateProjectContentHintProjectsResponse200Type$ || (CreateProjectContentHintProjectsResponse200Type$ = {}));
1409
+ /** @internal */
1410
+ export const CreateProjectContentHint4$inboundSchema = z.object({
1411
+ type: CreateProjectContentHintProjectsResponse200Type$inboundSchema,
1412
+ storeId: z.string(),
1413
+ });
1414
+ /** @internal */
1415
+ export const CreateProjectContentHint4$outboundSchema = z.object({
1416
+ type: CreateProjectContentHintProjectsResponse200Type$outboundSchema,
1417
+ storeId: z.string(),
1418
+ });
1419
+ /**
1420
+ * @internal
1421
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1422
+ */
1423
+ export var CreateProjectContentHint4$;
1424
+ (function (CreateProjectContentHint4$) {
1425
+ /** @deprecated use `CreateProjectContentHint4$inboundSchema` instead. */
1426
+ CreateProjectContentHint4$.inboundSchema = CreateProjectContentHint4$inboundSchema;
1427
+ /** @deprecated use `CreateProjectContentHint4$outboundSchema` instead. */
1428
+ CreateProjectContentHint4$.outboundSchema = CreateProjectContentHint4$outboundSchema;
1429
+ })(CreateProjectContentHint4$ || (CreateProjectContentHint4$ = {}));
1430
+ export function createProjectContentHint4ToJSON(createProjectContentHint4) {
1431
+ return JSON.stringify(CreateProjectContentHint4$outboundSchema.parse(createProjectContentHint4));
1432
+ }
1433
+ export function createProjectContentHint4FromJSON(jsonString) {
1434
+ return safeParse(jsonString, (x) => CreateProjectContentHint4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectContentHint4' from JSON`);
1435
+ }
1436
+ /** @internal */
1437
+ export const CreateProjectContentHintProjectsResponseType$inboundSchema = z
1438
+ .nativeEnum(CreateProjectContentHintProjectsResponseType);
1439
+ /** @internal */
1440
+ export const CreateProjectContentHintProjectsResponseType$outboundSchema = CreateProjectContentHintProjectsResponseType$inboundSchema;
1441
+ /**
1442
+ * @internal
1443
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1444
+ */
1445
+ export var CreateProjectContentHintProjectsResponseType$;
1446
+ (function (CreateProjectContentHintProjectsResponseType$) {
1447
+ /** @deprecated use `CreateProjectContentHintProjectsResponseType$inboundSchema` instead. */
1448
+ CreateProjectContentHintProjectsResponseType$.inboundSchema = CreateProjectContentHintProjectsResponseType$inboundSchema;
1449
+ /** @deprecated use `CreateProjectContentHintProjectsResponseType$outboundSchema` instead. */
1450
+ CreateProjectContentHintProjectsResponseType$.outboundSchema = CreateProjectContentHintProjectsResponseType$outboundSchema;
1451
+ })(CreateProjectContentHintProjectsResponseType$ || (CreateProjectContentHintProjectsResponseType$ = {}));
1452
+ /** @internal */
1453
+ export const CreateProjectContentHint3$inboundSchema = z.object({
1454
+ type: CreateProjectContentHintProjectsResponseType$inboundSchema,
1455
+ storeId: z.string(),
1456
+ });
1457
+ /** @internal */
1458
+ export const CreateProjectContentHint3$outboundSchema = z.object({
1459
+ type: CreateProjectContentHintProjectsResponseType$outboundSchema,
1460
+ storeId: z.string(),
1461
+ });
1462
+ /**
1463
+ * @internal
1464
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1465
+ */
1466
+ export var CreateProjectContentHint3$;
1467
+ (function (CreateProjectContentHint3$) {
1468
+ /** @deprecated use `CreateProjectContentHint3$inboundSchema` instead. */
1469
+ CreateProjectContentHint3$.inboundSchema = CreateProjectContentHint3$inboundSchema;
1470
+ /** @deprecated use `CreateProjectContentHint3$outboundSchema` instead. */
1471
+ CreateProjectContentHint3$.outboundSchema = CreateProjectContentHint3$outboundSchema;
1472
+ })(CreateProjectContentHint3$ || (CreateProjectContentHint3$ = {}));
1473
+ export function createProjectContentHint3ToJSON(createProjectContentHint3) {
1474
+ return JSON.stringify(CreateProjectContentHint3$outboundSchema.parse(createProjectContentHint3));
1475
+ }
1476
+ export function createProjectContentHint3FromJSON(jsonString) {
1477
+ return safeParse(jsonString, (x) => CreateProjectContentHint3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectContentHint3' from JSON`);
1478
+ }
1479
+ /** @internal */
1480
+ export const CreateProjectContentHintProjectsType$inboundSchema = z.nativeEnum(CreateProjectContentHintProjectsType);
1481
+ /** @internal */
1482
+ export const CreateProjectContentHintProjectsType$outboundSchema = CreateProjectContentHintProjectsType$inboundSchema;
1483
+ /**
1484
+ * @internal
1485
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1486
+ */
1487
+ export var CreateProjectContentHintProjectsType$;
1488
+ (function (CreateProjectContentHintProjectsType$) {
1489
+ /** @deprecated use `CreateProjectContentHintProjectsType$inboundSchema` instead. */
1490
+ CreateProjectContentHintProjectsType$.inboundSchema = CreateProjectContentHintProjectsType$inboundSchema;
1491
+ /** @deprecated use `CreateProjectContentHintProjectsType$outboundSchema` instead. */
1492
+ CreateProjectContentHintProjectsType$.outboundSchema = CreateProjectContentHintProjectsType$outboundSchema;
1493
+ })(CreateProjectContentHintProjectsType$ || (CreateProjectContentHintProjectsType$ = {}));
1494
+ /** @internal */
1495
+ export const CreateProjectContentHint2$inboundSchema = z.object({
1496
+ type: CreateProjectContentHintProjectsType$inboundSchema,
1497
+ storeId: z.string(),
1498
+ });
1499
+ /** @internal */
1500
+ export const CreateProjectContentHint2$outboundSchema = z.object({
1501
+ type: CreateProjectContentHintProjectsType$outboundSchema,
1502
+ storeId: z.string(),
1503
+ });
1504
+ /**
1505
+ * @internal
1506
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1507
+ */
1508
+ export var CreateProjectContentHint2$;
1509
+ (function (CreateProjectContentHint2$) {
1510
+ /** @deprecated use `CreateProjectContentHint2$inboundSchema` instead. */
1511
+ CreateProjectContentHint2$.inboundSchema = CreateProjectContentHint2$inboundSchema;
1512
+ /** @deprecated use `CreateProjectContentHint2$outboundSchema` instead. */
1513
+ CreateProjectContentHint2$.outboundSchema = CreateProjectContentHint2$outboundSchema;
1514
+ })(CreateProjectContentHint2$ || (CreateProjectContentHint2$ = {}));
1515
+ export function createProjectContentHint2ToJSON(createProjectContentHint2) {
1516
+ return JSON.stringify(CreateProjectContentHint2$outboundSchema.parse(createProjectContentHint2));
1517
+ }
1518
+ export function createProjectContentHint2FromJSON(jsonString) {
1519
+ return safeParse(jsonString, (x) => CreateProjectContentHint2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectContentHint2' from JSON`);
1520
+ }
1521
+ /** @internal */
1522
+ export const CreateProjectContentHintType$inboundSchema = z.nativeEnum(CreateProjectContentHintType);
1523
+ /** @internal */
1524
+ export const CreateProjectContentHintType$outboundSchema = CreateProjectContentHintType$inboundSchema;
1525
+ /**
1526
+ * @internal
1527
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1528
+ */
1529
+ export var CreateProjectContentHintType$;
1530
+ (function (CreateProjectContentHintType$) {
1531
+ /** @deprecated use `CreateProjectContentHintType$inboundSchema` instead. */
1532
+ CreateProjectContentHintType$.inboundSchema = CreateProjectContentHintType$inboundSchema;
1533
+ /** @deprecated use `CreateProjectContentHintType$outboundSchema` instead. */
1534
+ CreateProjectContentHintType$.outboundSchema = CreateProjectContentHintType$outboundSchema;
1535
+ })(CreateProjectContentHintType$ || (CreateProjectContentHintType$ = {}));
1536
+ /** @internal */
1537
+ export const CreateProjectContentHint1$inboundSchema = z.object({
1538
+ type: CreateProjectContentHintType$inboundSchema,
1539
+ storeId: z.string(),
1540
+ });
1541
+ /** @internal */
1542
+ export const CreateProjectContentHint1$outboundSchema = z.object({
1543
+ type: CreateProjectContentHintType$outboundSchema,
1544
+ storeId: z.string(),
1545
+ });
1546
+ /**
1547
+ * @internal
1548
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1549
+ */
1550
+ export var CreateProjectContentHint1$;
1551
+ (function (CreateProjectContentHint1$) {
1552
+ /** @deprecated use `CreateProjectContentHint1$inboundSchema` instead. */
1553
+ CreateProjectContentHint1$.inboundSchema = CreateProjectContentHint1$inboundSchema;
1554
+ /** @deprecated use `CreateProjectContentHint1$outboundSchema` instead. */
1555
+ CreateProjectContentHint1$.outboundSchema = CreateProjectContentHint1$outboundSchema;
1556
+ })(CreateProjectContentHint1$ || (CreateProjectContentHint1$ = {}));
1557
+ export function createProjectContentHint1ToJSON(createProjectContentHint1) {
1558
+ return JSON.stringify(CreateProjectContentHint1$outboundSchema.parse(createProjectContentHint1));
1559
+ }
1560
+ export function createProjectContentHint1FromJSON(jsonString) {
1561
+ return safeParse(jsonString, (x) => CreateProjectContentHint1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectContentHint1' from JSON`);
1562
+ }
1563
+ /** @internal */
1564
+ export const CreateProjectContentHint$inboundSchema = z.union([
1565
+ z.lazy(() => CreateProjectContentHint1$inboundSchema),
1566
+ z.lazy(() => CreateProjectContentHint2$inboundSchema),
1567
+ z.lazy(() => CreateProjectContentHint3$inboundSchema),
1568
+ z.lazy(() => CreateProjectContentHint4$inboundSchema),
1569
+ z.lazy(() => CreateProjectContentHint5$inboundSchema),
1570
+ z.lazy(() => CreateProjectContentHint6$inboundSchema),
1571
+ z.lazy(() => CreateProjectContentHint7$inboundSchema),
1572
+ z.lazy(() => CreateProjectContentHint8$inboundSchema),
1573
+ z.lazy(() => CreateProjectContentHint9$inboundSchema),
1574
+ z.lazy(() => CreateProjectContentHint10$inboundSchema),
1575
+ z.lazy(() => ContentHint11$inboundSchema),
1576
+ z.lazy(() => ContentHint12$inboundSchema),
1577
+ z.lazy(() => ContentHint13$inboundSchema),
1578
+ z.lazy(() => ContentHint15$inboundSchema),
1579
+ z.lazy(() => ContentHint14$inboundSchema),
1580
+ ]);
1581
+ /** @internal */
1582
+ export const CreateProjectContentHint$outboundSchema = z.union([
1583
+ z.lazy(() => CreateProjectContentHint1$outboundSchema),
1584
+ z.lazy(() => CreateProjectContentHint2$outboundSchema),
1585
+ z.lazy(() => CreateProjectContentHint3$outboundSchema),
1586
+ z.lazy(() => CreateProjectContentHint4$outboundSchema),
1587
+ z.lazy(() => CreateProjectContentHint5$outboundSchema),
1588
+ z.lazy(() => CreateProjectContentHint6$outboundSchema),
1589
+ z.lazy(() => CreateProjectContentHint7$outboundSchema),
1590
+ z.lazy(() => CreateProjectContentHint8$outboundSchema),
1591
+ z.lazy(() => CreateProjectContentHint9$outboundSchema),
1592
+ z.lazy(() => CreateProjectContentHint10$outboundSchema),
1593
+ z.lazy(() => ContentHint11$outboundSchema),
1594
+ z.lazy(() => ContentHint12$outboundSchema),
1595
+ z.lazy(() => ContentHint13$outboundSchema),
1596
+ z.lazy(() => ContentHint15$outboundSchema),
1597
+ z.lazy(() => ContentHint14$outboundSchema),
1598
+ ]);
1599
+ /**
1600
+ * @internal
1601
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1602
+ */
1603
+ export var CreateProjectContentHint$;
1604
+ (function (CreateProjectContentHint$) {
1605
+ /** @deprecated use `CreateProjectContentHint$inboundSchema` instead. */
1606
+ CreateProjectContentHint$.inboundSchema = CreateProjectContentHint$inboundSchema;
1607
+ /** @deprecated use `CreateProjectContentHint$outboundSchema` instead. */
1608
+ CreateProjectContentHint$.outboundSchema = CreateProjectContentHint$outboundSchema;
1609
+ })(CreateProjectContentHint$ || (CreateProjectContentHint$ = {}));
1610
+ export function createProjectContentHintToJSON(createProjectContentHint) {
1611
+ return JSON.stringify(CreateProjectContentHint$outboundSchema.parse(createProjectContentHint));
1612
+ }
1613
+ export function createProjectContentHintFromJSON(jsonString) {
1614
+ return safeParse(jsonString, (x) => CreateProjectContentHint$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectContentHint' from JSON`);
1615
+ }
1616
+ /** @internal */
1617
+ export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema = z.nativeEnum(CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType);
1618
+ /** @internal */
1619
+ export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema;
1620
+ /**
1621
+ * @internal
1622
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1623
+ */
1624
+ export var CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$;
1625
+ (function (CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$) {
1626
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema` instead. */
1627
+ CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$.inboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema;
1628
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema` instead. */
1629
+ CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$.outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema;
1630
+ })(CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$ || (CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$ = {}));
1631
+ /** @internal */
1632
+ export const CreateProjectInternalContentHint$inboundSchema = z.object({
1633
+ type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema,
1634
+ encryptedValue: z.string(),
1635
+ });
1636
+ /** @internal */
1637
+ export const CreateProjectInternalContentHint$outboundSchema = z.object({
1638
+ type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema,
1639
+ encryptedValue: z.string(),
1640
+ });
1641
+ /**
1642
+ * @internal
1643
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1644
+ */
1645
+ export var CreateProjectInternalContentHint$;
1646
+ (function (CreateProjectInternalContentHint$) {
1647
+ /** @deprecated use `CreateProjectInternalContentHint$inboundSchema` instead. */
1648
+ CreateProjectInternalContentHint$.inboundSchema = CreateProjectInternalContentHint$inboundSchema;
1649
+ /** @deprecated use `CreateProjectInternalContentHint$outboundSchema` instead. */
1650
+ CreateProjectInternalContentHint$.outboundSchema = CreateProjectInternalContentHint$outboundSchema;
1651
+ })(CreateProjectInternalContentHint$ || (CreateProjectInternalContentHint$ = {}));
1652
+ export function createProjectInternalContentHintToJSON(createProjectInternalContentHint) {
1653
+ return JSON.stringify(CreateProjectInternalContentHint$outboundSchema.parse(createProjectInternalContentHint));
1654
+ }
1655
+ export function createProjectInternalContentHintFromJSON(jsonString) {
1656
+ return safeParse(jsonString, (x) => CreateProjectInternalContentHint$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectInternalContentHint' from JSON`);
1657
+ }
1658
+ /** @internal */
1659
+ export const CreateProjectEnv$inboundSchema = z.object({
1660
+ target: z.union([z.array(z.string()), CreateProjectTarget2$inboundSchema])
1661
+ .optional(),
1662
+ type: CreateProjectProjectsResponseType$inboundSchema,
1663
+ sunsetSecretId: z.string().optional(),
1664
+ id: z.string().optional(),
1665
+ key: z.string(),
1666
+ value: z.string(),
1667
+ configurationId: z.nullable(z.string()).optional(),
1668
+ createdAt: z.number().optional(),
1669
+ updatedAt: z.number().optional(),
1670
+ createdBy: z.nullable(z.string()).optional(),
1671
+ updatedBy: z.nullable(z.string()).optional(),
1672
+ gitBranch: z.string().optional(),
1673
+ edgeConfigId: z.nullable(z.string()).optional(),
1674
+ edgeConfigTokenId: z.nullable(z.string()).optional(),
1675
+ contentHint: z.nullable(z.union([
1676
+ z.lazy(() => CreateProjectContentHint1$inboundSchema),
1677
+ z.lazy(() => CreateProjectContentHint2$inboundSchema),
1678
+ z.lazy(() => CreateProjectContentHint3$inboundSchema),
1679
+ z.lazy(() => CreateProjectContentHint4$inboundSchema),
1680
+ z.lazy(() => CreateProjectContentHint5$inboundSchema),
1681
+ z.lazy(() => CreateProjectContentHint6$inboundSchema),
1682
+ z.lazy(() => CreateProjectContentHint7$inboundSchema),
1683
+ z.lazy(() => CreateProjectContentHint8$inboundSchema),
1684
+ z.lazy(() => CreateProjectContentHint9$inboundSchema),
1685
+ z.lazy(() => CreateProjectContentHint10$inboundSchema),
1686
+ z.lazy(() => ContentHint11$inboundSchema),
1687
+ z.lazy(() => ContentHint12$inboundSchema),
1688
+ z.lazy(() => ContentHint13$inboundSchema),
1689
+ z.lazy(() => ContentHint15$inboundSchema),
1690
+ z.lazy(() => ContentHint14$inboundSchema),
1691
+ ])).optional(),
1692
+ internalContentHint: z.nullable(z.lazy(() => CreateProjectInternalContentHint$inboundSchema)).optional(),
1693
+ decrypted: z.boolean().optional(),
1694
+ comment: z.string().optional(),
1695
+ customEnvironmentIds: z.array(z.string()).optional(),
1696
+ vsmValue: z.string().optional(),
1697
+ });
1698
+ /** @internal */
1699
+ export const CreateProjectEnv$outboundSchema = z.object({
1700
+ target: z.union([z.array(z.string()), CreateProjectTarget2$outboundSchema])
1701
+ .optional(),
1702
+ type: CreateProjectProjectsResponseType$outboundSchema,
1703
+ sunsetSecretId: z.string().optional(),
1704
+ id: z.string().optional(),
1705
+ key: z.string(),
1706
+ value: z.string(),
1707
+ configurationId: z.nullable(z.string()).optional(),
1708
+ createdAt: z.number().optional(),
1709
+ updatedAt: z.number().optional(),
1710
+ createdBy: z.nullable(z.string()).optional(),
1711
+ updatedBy: z.nullable(z.string()).optional(),
1712
+ gitBranch: z.string().optional(),
1713
+ edgeConfigId: z.nullable(z.string()).optional(),
1714
+ edgeConfigTokenId: z.nullable(z.string()).optional(),
1715
+ contentHint: z.nullable(z.union([
1716
+ z.lazy(() => CreateProjectContentHint1$outboundSchema),
1717
+ z.lazy(() => CreateProjectContentHint2$outboundSchema),
1718
+ z.lazy(() => CreateProjectContentHint3$outboundSchema),
1719
+ z.lazy(() => CreateProjectContentHint4$outboundSchema),
1720
+ z.lazy(() => CreateProjectContentHint5$outboundSchema),
1721
+ z.lazy(() => CreateProjectContentHint6$outboundSchema),
1722
+ z.lazy(() => CreateProjectContentHint7$outboundSchema),
1723
+ z.lazy(() => CreateProjectContentHint8$outboundSchema),
1724
+ z.lazy(() => CreateProjectContentHint9$outboundSchema),
1725
+ z.lazy(() => CreateProjectContentHint10$outboundSchema),
1726
+ z.lazy(() => ContentHint11$outboundSchema),
1727
+ z.lazy(() => ContentHint12$outboundSchema),
1728
+ z.lazy(() => ContentHint13$outboundSchema),
1729
+ z.lazy(() => ContentHint15$outboundSchema),
1730
+ z.lazy(() => ContentHint14$outboundSchema),
1731
+ ])).optional(),
1732
+ internalContentHint: z.nullable(z.lazy(() => CreateProjectInternalContentHint$outboundSchema)).optional(),
1733
+ decrypted: z.boolean().optional(),
1734
+ comment: z.string().optional(),
1735
+ customEnvironmentIds: z.array(z.string()).optional(),
1736
+ vsmValue: z.string().optional(),
1737
+ });
1738
+ /**
1739
+ * @internal
1740
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1741
+ */
1742
+ export var CreateProjectEnv$;
1743
+ (function (CreateProjectEnv$) {
1744
+ /** @deprecated use `CreateProjectEnv$inboundSchema` instead. */
1745
+ CreateProjectEnv$.inboundSchema = CreateProjectEnv$inboundSchema;
1746
+ /** @deprecated use `CreateProjectEnv$outboundSchema` instead. */
1747
+ CreateProjectEnv$.outboundSchema = CreateProjectEnv$outboundSchema;
1748
+ })(CreateProjectEnv$ || (CreateProjectEnv$ = {}));
1749
+ export function createProjectEnvToJSON(createProjectEnv) {
1750
+ return JSON.stringify(CreateProjectEnv$outboundSchema.parse(createProjectEnv));
1751
+ }
1752
+ export function createProjectEnvFromJSON(jsonString) {
1753
+ return safeParse(jsonString, (x) => CreateProjectEnv$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectEnv' from JSON`);
1754
+ }
1755
+ /** @internal */
1756
+ export const CreateProjectCustomEnvironments$inboundSchema = z.object({});
1757
+ /** @internal */
1758
+ export const CreateProjectCustomEnvironments$outboundSchema = z.object({});
1759
+ /**
1760
+ * @internal
1761
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1762
+ */
1763
+ export var CreateProjectCustomEnvironments$;
1764
+ (function (CreateProjectCustomEnvironments$) {
1765
+ /** @deprecated use `CreateProjectCustomEnvironments$inboundSchema` instead. */
1766
+ CreateProjectCustomEnvironments$.inboundSchema = CreateProjectCustomEnvironments$inboundSchema;
1767
+ /** @deprecated use `CreateProjectCustomEnvironments$outboundSchema` instead. */
1768
+ CreateProjectCustomEnvironments$.outboundSchema = CreateProjectCustomEnvironments$outboundSchema;
1769
+ })(CreateProjectCustomEnvironments$ || (CreateProjectCustomEnvironments$ = {}));
1770
+ export function createProjectCustomEnvironmentsToJSON(createProjectCustomEnvironments) {
1771
+ return JSON.stringify(CreateProjectCustomEnvironments$outboundSchema.parse(createProjectCustomEnvironments));
1772
+ }
1773
+ export function createProjectCustomEnvironmentsFromJSON(jsonString) {
1774
+ return safeParse(jsonString, (x) => CreateProjectCustomEnvironments$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectCustomEnvironments' from JSON`);
1775
+ }
1776
+ /** @internal */
1777
+ export const CreateProjectProjectsFramework$inboundSchema = z.nativeEnum(CreateProjectProjectsFramework);
1778
+ /** @internal */
1779
+ export const CreateProjectProjectsFramework$outboundSchema = CreateProjectProjectsFramework$inboundSchema;
1780
+ /**
1781
+ * @internal
1782
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1783
+ */
1784
+ export var CreateProjectProjectsFramework$;
1785
+ (function (CreateProjectProjectsFramework$) {
1786
+ /** @deprecated use `CreateProjectProjectsFramework$inboundSchema` instead. */
1787
+ CreateProjectProjectsFramework$.inboundSchema = CreateProjectProjectsFramework$inboundSchema;
1788
+ /** @deprecated use `CreateProjectProjectsFramework$outboundSchema` instead. */
1789
+ CreateProjectProjectsFramework$.outboundSchema = CreateProjectProjectsFramework$outboundSchema;
1790
+ })(CreateProjectProjectsFramework$ || (CreateProjectProjectsFramework$ = {}));
1791
+ /** @internal */
1792
+ export const CreateProjectIpBuckets$inboundSchema = z.object({
1793
+ bucket: z.string(),
1794
+ supportUntil: z.number().optional(),
1795
+ });
1796
+ /** @internal */
1797
+ export const CreateProjectIpBuckets$outboundSchema = z.object({
1798
+ bucket: z.string(),
1799
+ supportUntil: z.number().optional(),
1800
+ });
1801
+ /**
1802
+ * @internal
1803
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1804
+ */
1805
+ export var CreateProjectIpBuckets$;
1806
+ (function (CreateProjectIpBuckets$) {
1807
+ /** @deprecated use `CreateProjectIpBuckets$inboundSchema` instead. */
1808
+ CreateProjectIpBuckets$.inboundSchema = CreateProjectIpBuckets$inboundSchema;
1809
+ /** @deprecated use `CreateProjectIpBuckets$outboundSchema` instead. */
1810
+ CreateProjectIpBuckets$.outboundSchema = CreateProjectIpBuckets$outboundSchema;
1811
+ })(CreateProjectIpBuckets$ || (CreateProjectIpBuckets$ = {}));
1812
+ export function createProjectIpBucketsToJSON(createProjectIpBuckets) {
1813
+ return JSON.stringify(CreateProjectIpBuckets$outboundSchema.parse(createProjectIpBuckets));
1814
+ }
1815
+ export function createProjectIpBucketsFromJSON(jsonString) {
1816
+ return safeParse(jsonString, (x) => CreateProjectIpBuckets$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectIpBuckets' from JSON`);
1817
+ }
1818
+ /** @internal */
1819
+ export const CreateProjectAliasAssigned$inboundSchema = z.union([z.number(), z.boolean()]);
1820
+ /** @internal */
1821
+ export const CreateProjectAliasAssigned$outboundSchema = z.union([z.number(), z.boolean()]);
1822
+ /**
1823
+ * @internal
1824
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1825
+ */
1826
+ export var CreateProjectAliasAssigned$;
1827
+ (function (CreateProjectAliasAssigned$) {
1828
+ /** @deprecated use `CreateProjectAliasAssigned$inboundSchema` instead. */
1829
+ CreateProjectAliasAssigned$.inboundSchema = CreateProjectAliasAssigned$inboundSchema;
1830
+ /** @deprecated use `CreateProjectAliasAssigned$outboundSchema` instead. */
1831
+ CreateProjectAliasAssigned$.outboundSchema = CreateProjectAliasAssigned$outboundSchema;
1832
+ })(CreateProjectAliasAssigned$ || (CreateProjectAliasAssigned$ = {}));
1833
+ export function createProjectAliasAssignedToJSON(createProjectAliasAssigned) {
1834
+ return JSON.stringify(CreateProjectAliasAssigned$outboundSchema.parse(createProjectAliasAssigned));
1835
+ }
1836
+ export function createProjectAliasAssignedFromJSON(jsonString) {
1837
+ return safeParse(jsonString, (x) => CreateProjectAliasAssigned$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectAliasAssigned' from JSON`);
1838
+ }
1839
+ /** @internal */
1840
+ export const CreateProjectAliasError$inboundSchema = z.object({
1841
+ code: z.string(),
1842
+ message: z.string(),
1843
+ });
1844
+ /** @internal */
1845
+ export const CreateProjectAliasError$outboundSchema = z.object({
1846
+ code: z.string(),
1847
+ message: z.string(),
1848
+ });
1849
+ /**
1850
+ * @internal
1851
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1852
+ */
1853
+ export var CreateProjectAliasError$;
1854
+ (function (CreateProjectAliasError$) {
1855
+ /** @deprecated use `CreateProjectAliasError$inboundSchema` instead. */
1856
+ CreateProjectAliasError$.inboundSchema = CreateProjectAliasError$inboundSchema;
1857
+ /** @deprecated use `CreateProjectAliasError$outboundSchema` instead. */
1858
+ CreateProjectAliasError$.outboundSchema = CreateProjectAliasError$outboundSchema;
1859
+ })(CreateProjectAliasError$ || (CreateProjectAliasError$ = {}));
1860
+ export function createProjectAliasErrorToJSON(createProjectAliasError) {
1861
+ return JSON.stringify(CreateProjectAliasError$outboundSchema.parse(createProjectAliasError));
1862
+ }
1863
+ export function createProjectAliasErrorFromJSON(jsonString) {
1864
+ return safeParse(jsonString, (x) => CreateProjectAliasError$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectAliasError' from JSON`);
1865
+ }
1866
+ /** @internal */
1867
+ export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema = z.nativeEnum(CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType);
1868
+ /** @internal */
1869
+ export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema;
1870
+ /**
1871
+ * @internal
1872
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1873
+ */
1874
+ export var CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$;
1875
+ (function (CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$) {
1876
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema` instead. */
1877
+ CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$.inboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema;
1878
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$outboundSchema` instead. */
1879
+ CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$.outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$outboundSchema;
1880
+ })(CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$ || (CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$ = {}));
1881
+ /** @internal */
1882
+ export const CreateProjectBranchMatcher$inboundSchema = z.object({
1883
+ type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema,
1884
+ pattern: z.string(),
1885
+ });
1886
+ /** @internal */
1887
+ export const CreateProjectBranchMatcher$outboundSchema = z.object({
1888
+ type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$outboundSchema,
1889
+ pattern: z.string(),
1890
+ });
1891
+ /**
1892
+ * @internal
1893
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1894
+ */
1895
+ export var CreateProjectBranchMatcher$;
1896
+ (function (CreateProjectBranchMatcher$) {
1897
+ /** @deprecated use `CreateProjectBranchMatcher$inboundSchema` instead. */
1898
+ CreateProjectBranchMatcher$.inboundSchema = CreateProjectBranchMatcher$inboundSchema;
1899
+ /** @deprecated use `CreateProjectBranchMatcher$outboundSchema` instead. */
1900
+ CreateProjectBranchMatcher$.outboundSchema = CreateProjectBranchMatcher$outboundSchema;
1901
+ })(CreateProjectBranchMatcher$ || (CreateProjectBranchMatcher$ = {}));
1902
+ export function createProjectBranchMatcherToJSON(createProjectBranchMatcher) {
1903
+ return JSON.stringify(CreateProjectBranchMatcher$outboundSchema.parse(createProjectBranchMatcher));
1904
+ }
1905
+ export function createProjectBranchMatcherFromJSON(jsonString) {
1906
+ return safeParse(jsonString, (x) => CreateProjectBranchMatcher$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectBranchMatcher' from JSON`);
1907
+ }
1908
+ /** @internal */
1909
+ export const CreateProjectBuilds$inboundSchema = z.object({
1910
+ use: z.string(),
1911
+ src: z.string().optional(),
1912
+ dest: z.string().optional(),
1913
+ });
1914
+ /** @internal */
1915
+ export const CreateProjectBuilds$outboundSchema = z.object({
1916
+ use: z.string(),
1917
+ src: z.string().optional(),
1918
+ dest: z.string().optional(),
1919
+ });
1920
+ /**
1921
+ * @internal
1922
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1923
+ */
1924
+ export var CreateProjectBuilds$;
1925
+ (function (CreateProjectBuilds$) {
1926
+ /** @deprecated use `CreateProjectBuilds$inboundSchema` instead. */
1927
+ CreateProjectBuilds$.inboundSchema = CreateProjectBuilds$inboundSchema;
1928
+ /** @deprecated use `CreateProjectBuilds$outboundSchema` instead. */
1929
+ CreateProjectBuilds$.outboundSchema = CreateProjectBuilds$outboundSchema;
1930
+ })(CreateProjectBuilds$ || (CreateProjectBuilds$ = {}));
1931
+ export function createProjectBuildsToJSON(createProjectBuilds) {
1932
+ return JSON.stringify(CreateProjectBuilds$outboundSchema.parse(createProjectBuilds));
1933
+ }
1934
+ export function createProjectBuildsFromJSON(jsonString) {
1935
+ return safeParse(jsonString, (x) => CreateProjectBuilds$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectBuilds' from JSON`);
1936
+ }
1937
+ /** @internal */
1938
+ export const CreateProjectChecksConclusion$inboundSchema = z.nativeEnum(CreateProjectChecksConclusion);
1939
+ /** @internal */
1940
+ export const CreateProjectChecksConclusion$outboundSchema = CreateProjectChecksConclusion$inboundSchema;
1941
+ /**
1942
+ * @internal
1943
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1944
+ */
1945
+ export var CreateProjectChecksConclusion$;
1946
+ (function (CreateProjectChecksConclusion$) {
1947
+ /** @deprecated use `CreateProjectChecksConclusion$inboundSchema` instead. */
1948
+ CreateProjectChecksConclusion$.inboundSchema = CreateProjectChecksConclusion$inboundSchema;
1949
+ /** @deprecated use `CreateProjectChecksConclusion$outboundSchema` instead. */
1950
+ CreateProjectChecksConclusion$.outboundSchema = CreateProjectChecksConclusion$outboundSchema;
1951
+ })(CreateProjectChecksConclusion$ || (CreateProjectChecksConclusion$ = {}));
1952
+ /** @internal */
1953
+ export const CreateProjectChecksState$inboundSchema = z.nativeEnum(CreateProjectChecksState);
1954
+ /** @internal */
1955
+ export const CreateProjectChecksState$outboundSchema = CreateProjectChecksState$inboundSchema;
1956
+ /**
1957
+ * @internal
1958
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1959
+ */
1960
+ export var CreateProjectChecksState$;
1961
+ (function (CreateProjectChecksState$) {
1962
+ /** @deprecated use `CreateProjectChecksState$inboundSchema` instead. */
1963
+ CreateProjectChecksState$.inboundSchema = CreateProjectChecksState$inboundSchema;
1964
+ /** @deprecated use `CreateProjectChecksState$outboundSchema` instead. */
1965
+ CreateProjectChecksState$.outboundSchema = CreateProjectChecksState$outboundSchema;
1966
+ })(CreateProjectChecksState$ || (CreateProjectChecksState$ = {}));
1967
+ /** @internal */
1968
+ export const CreateProjectCreator$inboundSchema = z.object({
1969
+ email: z.string(),
1970
+ githubLogin: z.string().optional(),
1971
+ gitlabLogin: z.string().optional(),
1972
+ uid: z.string(),
1973
+ username: z.string(),
1974
+ });
1975
+ /** @internal */
1976
+ export const CreateProjectCreator$outboundSchema = z.object({
1977
+ email: z.string(),
1978
+ githubLogin: z.string().optional(),
1979
+ gitlabLogin: z.string().optional(),
1980
+ uid: z.string(),
1981
+ username: z.string(),
1982
+ });
1983
+ /**
1984
+ * @internal
1985
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1986
+ */
1987
+ export var CreateProjectCreator$;
1988
+ (function (CreateProjectCreator$) {
1989
+ /** @deprecated use `CreateProjectCreator$inboundSchema` instead. */
1990
+ CreateProjectCreator$.inboundSchema = CreateProjectCreator$inboundSchema;
1991
+ /** @deprecated use `CreateProjectCreator$outboundSchema` instead. */
1992
+ CreateProjectCreator$.outboundSchema = CreateProjectCreator$outboundSchema;
1993
+ })(CreateProjectCreator$ || (CreateProjectCreator$ = {}));
1994
+ export function createProjectCreatorToJSON(createProjectCreator) {
1995
+ return JSON.stringify(CreateProjectCreator$outboundSchema.parse(createProjectCreator));
1996
+ }
1997
+ export function createProjectCreatorFromJSON(jsonString) {
1998
+ return safeParse(jsonString, (x) => CreateProjectCreator$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectCreator' from JSON`);
1999
+ }
2000
+ /** @internal */
2001
+ export const CreateProjectOidcTokenClaims$inboundSchema = z.object({
2002
+ iss: z.string(),
2003
+ sub: z.string(),
2004
+ scope: z.string(),
2005
+ aud: z.string(),
2006
+ owner: z.string(),
2007
+ owner_id: z.string(),
2008
+ project: z.string(),
2009
+ project_id: z.string(),
2010
+ environment: z.string(),
2011
+ }).transform((v) => {
2012
+ return remap$(v, {
2013
+ "owner_id": "ownerId",
2014
+ "project_id": "projectId",
2015
+ });
2016
+ });
2017
+ /** @internal */
2018
+ export const CreateProjectOidcTokenClaims$outboundSchema = z.object({
2019
+ iss: z.string(),
2020
+ sub: z.string(),
2021
+ scope: z.string(),
2022
+ aud: z.string(),
2023
+ owner: z.string(),
2024
+ ownerId: z.string(),
2025
+ project: z.string(),
2026
+ projectId: z.string(),
2027
+ environment: z.string(),
2028
+ }).transform((v) => {
2029
+ return remap$(v, {
2030
+ ownerId: "owner_id",
2031
+ projectId: "project_id",
2032
+ });
2033
+ });
2034
+ /**
2035
+ * @internal
2036
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2037
+ */
2038
+ export var CreateProjectOidcTokenClaims$;
2039
+ (function (CreateProjectOidcTokenClaims$) {
2040
+ /** @deprecated use `CreateProjectOidcTokenClaims$inboundSchema` instead. */
2041
+ CreateProjectOidcTokenClaims$.inboundSchema = CreateProjectOidcTokenClaims$inboundSchema;
2042
+ /** @deprecated use `CreateProjectOidcTokenClaims$outboundSchema` instead. */
2043
+ CreateProjectOidcTokenClaims$.outboundSchema = CreateProjectOidcTokenClaims$outboundSchema;
2044
+ })(CreateProjectOidcTokenClaims$ || (CreateProjectOidcTokenClaims$ = {}));
2045
+ export function createProjectOidcTokenClaimsToJSON(createProjectOidcTokenClaims) {
2046
+ return JSON.stringify(CreateProjectOidcTokenClaims$outboundSchema.parse(createProjectOidcTokenClaims));
2047
+ }
2048
+ export function createProjectOidcTokenClaimsFromJSON(jsonString) {
2049
+ return safeParse(jsonString, (x) => CreateProjectOidcTokenClaims$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectOidcTokenClaims' from JSON`);
2050
+ }
2051
+ /** @internal */
2052
+ export const CreateProjectPlan$inboundSchema = z.nativeEnum(CreateProjectPlan);
2053
+ /** @internal */
2054
+ export const CreateProjectPlan$outboundSchema = CreateProjectPlan$inboundSchema;
2055
+ /**
2056
+ * @internal
2057
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2058
+ */
2059
+ export var CreateProjectPlan$;
2060
+ (function (CreateProjectPlan$) {
2061
+ /** @deprecated use `CreateProjectPlan$inboundSchema` instead. */
2062
+ CreateProjectPlan$.inboundSchema = CreateProjectPlan$inboundSchema;
2063
+ /** @deprecated use `CreateProjectPlan$outboundSchema` instead. */
2064
+ CreateProjectPlan$.outboundSchema = CreateProjectPlan$outboundSchema;
2065
+ })(CreateProjectPlan$ || (CreateProjectPlan$ = {}));
2066
+ /** @internal */
2067
+ export const CreateProjectReadyState$inboundSchema = z.nativeEnum(CreateProjectReadyState);
2068
+ /** @internal */
2069
+ export const CreateProjectReadyState$outboundSchema = CreateProjectReadyState$inboundSchema;
2070
+ /**
2071
+ * @internal
2072
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2073
+ */
2074
+ export var CreateProjectReadyState$;
2075
+ (function (CreateProjectReadyState$) {
2076
+ /** @deprecated use `CreateProjectReadyState$inboundSchema` instead. */
2077
+ CreateProjectReadyState$.inboundSchema = CreateProjectReadyState$inboundSchema;
2078
+ /** @deprecated use `CreateProjectReadyState$outboundSchema` instead. */
2079
+ CreateProjectReadyState$.outboundSchema = CreateProjectReadyState$outboundSchema;
2080
+ })(CreateProjectReadyState$ || (CreateProjectReadyState$ = {}));
2081
+ /** @internal */
2082
+ export const CreateProjectReadySubstate$inboundSchema = z.nativeEnum(CreateProjectReadySubstate);
2083
+ /** @internal */
2084
+ export const CreateProjectReadySubstate$outboundSchema = CreateProjectReadySubstate$inboundSchema;
2085
+ /**
2086
+ * @internal
2087
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2088
+ */
2089
+ export var CreateProjectReadySubstate$;
2090
+ (function (CreateProjectReadySubstate$) {
2091
+ /** @deprecated use `CreateProjectReadySubstate$inboundSchema` instead. */
2092
+ CreateProjectReadySubstate$.inboundSchema = CreateProjectReadySubstate$inboundSchema;
2093
+ /** @deprecated use `CreateProjectReadySubstate$outboundSchema` instead. */
2094
+ CreateProjectReadySubstate$.outboundSchema = CreateProjectReadySubstate$outboundSchema;
2095
+ })(CreateProjectReadySubstate$ || (CreateProjectReadySubstate$ = {}));
2096
+ /** @internal */
2097
+ export const CreateProjectProjectsResponse200Type$inboundSchema = z.nativeEnum(CreateProjectProjectsResponse200Type);
2098
+ /** @internal */
2099
+ export const CreateProjectProjectsResponse200Type$outboundSchema = CreateProjectProjectsResponse200Type$inboundSchema;
2100
+ /**
2101
+ * @internal
2102
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2103
+ */
2104
+ export var CreateProjectProjectsResponse200Type$;
2105
+ (function (CreateProjectProjectsResponse200Type$) {
2106
+ /** @deprecated use `CreateProjectProjectsResponse200Type$inboundSchema` instead. */
2107
+ CreateProjectProjectsResponse200Type$.inboundSchema = CreateProjectProjectsResponse200Type$inboundSchema;
2108
+ /** @deprecated use `CreateProjectProjectsResponse200Type$outboundSchema` instead. */
2109
+ CreateProjectProjectsResponse200Type$.outboundSchema = CreateProjectProjectsResponse200Type$outboundSchema;
2110
+ })(CreateProjectProjectsResponse200Type$ || (CreateProjectProjectsResponse200Type$ = {}));
2111
+ /** @internal */
2112
+ export const CreateProjectLatestDeployments$inboundSchema = z.object({
2113
+ id: z.string(),
2114
+ alias: z.array(z.string()).optional(),
2115
+ aliasAssigned: z.nullable(z.union([z.number(), z.boolean()])).optional(),
2116
+ aliasError: z.nullable(z.lazy(() => CreateProjectAliasError$inboundSchema))
2117
+ .optional(),
2118
+ aliasFinal: z.nullable(z.string()).optional(),
2119
+ automaticAliases: z.array(z.string()).optional(),
2120
+ branchMatcher: z.lazy(() => CreateProjectBranchMatcher$inboundSchema)
2121
+ .optional(),
2122
+ buildingAt: z.number().optional(),
2123
+ builds: z.array(z.lazy(() => CreateProjectBuilds$inboundSchema)).optional(),
2124
+ checksConclusion: CreateProjectChecksConclusion$inboundSchema.optional(),
2125
+ checksState: CreateProjectChecksState$inboundSchema.optional(),
2126
+ connectBuildsEnabled: z.boolean().optional(),
2127
+ connectConfigurationId: z.string().optional(),
2128
+ createdAt: z.number(),
2129
+ createdIn: z.string(),
2130
+ creator: z.nullable(z.lazy(() => CreateProjectCreator$inboundSchema)),
2131
+ deletedAt: z.number().optional(),
2132
+ deploymentHostname: z.string(),
2133
+ forced: z.boolean().optional(),
2134
+ name: z.string(),
2135
+ meta: z.record(z.string()).optional(),
2136
+ monorepoManager: z.nullable(z.string()).optional(),
2137
+ oidcTokenClaims: z.lazy(() => CreateProjectOidcTokenClaims$inboundSchema)
2138
+ .optional(),
2139
+ plan: CreateProjectPlan$inboundSchema,
2140
+ previewCommentsEnabled: z.boolean().optional(),
2141
+ private: z.boolean(),
2142
+ readyAt: z.number().optional(),
2143
+ readyState: CreateProjectReadyState$inboundSchema,
2144
+ readySubstate: CreateProjectReadySubstate$inboundSchema.optional(),
2145
+ requestedAt: z.number().optional(),
2146
+ target: z.nullable(z.string()).optional(),
2147
+ teamId: z.nullable(z.string()).optional(),
2148
+ type: CreateProjectProjectsResponse200Type$inboundSchema,
2149
+ url: z.string(),
2150
+ userId: z.string(),
2151
+ withCache: z.boolean().optional(),
2152
+ });
2153
+ /** @internal */
2154
+ export const CreateProjectLatestDeployments$outboundSchema = z.object({
2155
+ id: z.string(),
2156
+ alias: z.array(z.string()).optional(),
2157
+ aliasAssigned: z.nullable(z.union([z.number(), z.boolean()])).optional(),
2158
+ aliasError: z.nullable(z.lazy(() => CreateProjectAliasError$outboundSchema))
2159
+ .optional(),
2160
+ aliasFinal: z.nullable(z.string()).optional(),
2161
+ automaticAliases: z.array(z.string()).optional(),
2162
+ branchMatcher: z.lazy(() => CreateProjectBranchMatcher$outboundSchema)
2163
+ .optional(),
2164
+ buildingAt: z.number().optional(),
2165
+ builds: z.array(z.lazy(() => CreateProjectBuilds$outboundSchema)).optional(),
2166
+ checksConclusion: CreateProjectChecksConclusion$outboundSchema.optional(),
2167
+ checksState: CreateProjectChecksState$outboundSchema.optional(),
2168
+ connectBuildsEnabled: z.boolean().optional(),
2169
+ connectConfigurationId: z.string().optional(),
2170
+ createdAt: z.number(),
2171
+ createdIn: z.string(),
2172
+ creator: z.nullable(z.lazy(() => CreateProjectCreator$outboundSchema)),
2173
+ deletedAt: z.number().optional(),
2174
+ deploymentHostname: z.string(),
2175
+ forced: z.boolean().optional(),
2176
+ name: z.string(),
2177
+ meta: z.record(z.string()).optional(),
2178
+ monorepoManager: z.nullable(z.string()).optional(),
2179
+ oidcTokenClaims: z.lazy(() => CreateProjectOidcTokenClaims$outboundSchema)
2180
+ .optional(),
2181
+ plan: CreateProjectPlan$outboundSchema,
2182
+ previewCommentsEnabled: z.boolean().optional(),
2183
+ private: z.boolean(),
2184
+ readyAt: z.number().optional(),
2185
+ readyState: CreateProjectReadyState$outboundSchema,
2186
+ readySubstate: CreateProjectReadySubstate$outboundSchema.optional(),
2187
+ requestedAt: z.number().optional(),
2188
+ target: z.nullable(z.string()).optional(),
2189
+ teamId: z.nullable(z.string()).optional(),
2190
+ type: CreateProjectProjectsResponse200Type$outboundSchema,
2191
+ url: z.string(),
2192
+ userId: z.string(),
2193
+ withCache: z.boolean().optional(),
2194
+ });
2195
+ /**
2196
+ * @internal
2197
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2198
+ */
2199
+ export var CreateProjectLatestDeployments$;
2200
+ (function (CreateProjectLatestDeployments$) {
2201
+ /** @deprecated use `CreateProjectLatestDeployments$inboundSchema` instead. */
2202
+ CreateProjectLatestDeployments$.inboundSchema = CreateProjectLatestDeployments$inboundSchema;
2203
+ /** @deprecated use `CreateProjectLatestDeployments$outboundSchema` instead. */
2204
+ CreateProjectLatestDeployments$.outboundSchema = CreateProjectLatestDeployments$outboundSchema;
2205
+ })(CreateProjectLatestDeployments$ || (CreateProjectLatestDeployments$ = {}));
2206
+ export function createProjectLatestDeploymentsToJSON(createProjectLatestDeployments) {
2207
+ return JSON.stringify(CreateProjectLatestDeployments$outboundSchema.parse(createProjectLatestDeployments));
2208
+ }
2209
+ export function createProjectLatestDeploymentsFromJSON(jsonString) {
2210
+ return safeParse(jsonString, (x) => CreateProjectLatestDeployments$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectLatestDeployments' from JSON`);
2211
+ }
2212
+ /** @internal */
2213
+ export const CreateProjectLinkProjectsResponseType$inboundSchema = z.nativeEnum(CreateProjectLinkProjectsResponseType);
2214
+ /** @internal */
2215
+ export const CreateProjectLinkProjectsResponseType$outboundSchema = CreateProjectLinkProjectsResponseType$inboundSchema;
2216
+ /**
2217
+ * @internal
2218
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2219
+ */
2220
+ export var CreateProjectLinkProjectsResponseType$;
2221
+ (function (CreateProjectLinkProjectsResponseType$) {
2222
+ /** @deprecated use `CreateProjectLinkProjectsResponseType$inboundSchema` instead. */
2223
+ CreateProjectLinkProjectsResponseType$.inboundSchema = CreateProjectLinkProjectsResponseType$inboundSchema;
2224
+ /** @deprecated use `CreateProjectLinkProjectsResponseType$outboundSchema` instead. */
2225
+ CreateProjectLinkProjectsResponseType$.outboundSchema = CreateProjectLinkProjectsResponseType$outboundSchema;
2226
+ })(CreateProjectLinkProjectsResponseType$ || (CreateProjectLinkProjectsResponseType$ = {}));
2227
+ /** @internal */
2228
+ export const CreateProjectLinkProjectsResponseDeployHooks$inboundSchema = z.object({
2229
+ createdAt: z.number().optional(),
2230
+ id: z.string(),
2231
+ name: z.string(),
2232
+ ref: z.string(),
2233
+ url: z.string(),
2234
+ });
2235
+ /** @internal */
2236
+ export const CreateProjectLinkProjectsResponseDeployHooks$outboundSchema = z.object({
2237
+ createdAt: z.number().optional(),
2238
+ id: z.string(),
2239
+ name: z.string(),
2240
+ ref: z.string(),
2241
+ url: z.string(),
2242
+ });
2243
+ /**
2244
+ * @internal
2245
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2246
+ */
2247
+ export var CreateProjectLinkProjectsResponseDeployHooks$;
2248
+ (function (CreateProjectLinkProjectsResponseDeployHooks$) {
2249
+ /** @deprecated use `CreateProjectLinkProjectsResponseDeployHooks$inboundSchema` instead. */
2250
+ CreateProjectLinkProjectsResponseDeployHooks$.inboundSchema = CreateProjectLinkProjectsResponseDeployHooks$inboundSchema;
2251
+ /** @deprecated use `CreateProjectLinkProjectsResponseDeployHooks$outboundSchema` instead. */
2252
+ CreateProjectLinkProjectsResponseDeployHooks$.outboundSchema = CreateProjectLinkProjectsResponseDeployHooks$outboundSchema;
2253
+ })(CreateProjectLinkProjectsResponseDeployHooks$ || (CreateProjectLinkProjectsResponseDeployHooks$ = {}));
2254
+ export function createProjectLinkProjectsResponseDeployHooksToJSON(createProjectLinkProjectsResponseDeployHooks) {
2255
+ return JSON.stringify(CreateProjectLinkProjectsResponseDeployHooks$outboundSchema.parse(createProjectLinkProjectsResponseDeployHooks));
2256
+ }
2257
+ export function createProjectLinkProjectsResponseDeployHooksFromJSON(jsonString) {
2258
+ return safeParse(jsonString, (x) => CreateProjectLinkProjectsResponseDeployHooks$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectLinkProjectsResponseDeployHooks' from JSON`);
2259
+ }
2260
+ /** @internal */
2261
+ export const CreateProjectLink3$inboundSchema = z.object({
2262
+ name: z.string().optional(),
2263
+ slug: z.string().optional(),
2264
+ owner: z.string().optional(),
2265
+ type: CreateProjectLinkProjectsResponseType$inboundSchema.optional(),
2266
+ uuid: z.string().optional(),
2267
+ workspaceUuid: z.string().optional(),
2268
+ createdAt: z.number().optional(),
2269
+ deployHooks: z.array(z.lazy(() => CreateProjectLinkProjectsResponseDeployHooks$inboundSchema)),
2270
+ gitCredentialId: z.string().optional(),
2271
+ updatedAt: z.number().optional(),
2272
+ sourceless: z.boolean().optional(),
2273
+ productionBranch: z.string().optional(),
2274
+ });
2275
+ /** @internal */
2276
+ export const CreateProjectLink3$outboundSchema = z.object({
2277
+ name: z.string().optional(),
2278
+ slug: z.string().optional(),
2279
+ owner: z.string().optional(),
2280
+ type: CreateProjectLinkProjectsResponseType$outboundSchema.optional(),
2281
+ uuid: z.string().optional(),
2282
+ workspaceUuid: z.string().optional(),
2283
+ createdAt: z.number().optional(),
2284
+ deployHooks: z.array(z.lazy(() => CreateProjectLinkProjectsResponseDeployHooks$outboundSchema)),
2285
+ gitCredentialId: z.string().optional(),
2286
+ updatedAt: z.number().optional(),
2287
+ sourceless: z.boolean().optional(),
2288
+ productionBranch: z.string().optional(),
2289
+ });
2290
+ /**
2291
+ * @internal
2292
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2293
+ */
2294
+ export var CreateProjectLink3$;
2295
+ (function (CreateProjectLink3$) {
2296
+ /** @deprecated use `CreateProjectLink3$inboundSchema` instead. */
2297
+ CreateProjectLink3$.inboundSchema = CreateProjectLink3$inboundSchema;
2298
+ /** @deprecated use `CreateProjectLink3$outboundSchema` instead. */
2299
+ CreateProjectLink3$.outboundSchema = CreateProjectLink3$outboundSchema;
2300
+ })(CreateProjectLink3$ || (CreateProjectLink3$ = {}));
2301
+ export function createProjectLink3ToJSON(createProjectLink3) {
2302
+ return JSON.stringify(CreateProjectLink3$outboundSchema.parse(createProjectLink3));
2303
+ }
2304
+ export function createProjectLink3FromJSON(jsonString) {
2305
+ return safeParse(jsonString, (x) => CreateProjectLink3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectLink3' from JSON`);
2306
+ }
2307
+ /** @internal */
2308
+ export const CreateProjectLinkProjectsType$inboundSchema = z.nativeEnum(CreateProjectLinkProjectsType);
2309
+ /** @internal */
2310
+ export const CreateProjectLinkProjectsType$outboundSchema = CreateProjectLinkProjectsType$inboundSchema;
2311
+ /**
2312
+ * @internal
2313
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2314
+ */
2315
+ export var CreateProjectLinkProjectsType$;
2316
+ (function (CreateProjectLinkProjectsType$) {
2317
+ /** @deprecated use `CreateProjectLinkProjectsType$inboundSchema` instead. */
2318
+ CreateProjectLinkProjectsType$.inboundSchema = CreateProjectLinkProjectsType$inboundSchema;
2319
+ /** @deprecated use `CreateProjectLinkProjectsType$outboundSchema` instead. */
2320
+ CreateProjectLinkProjectsType$.outboundSchema = CreateProjectLinkProjectsType$outboundSchema;
2321
+ })(CreateProjectLinkProjectsType$ || (CreateProjectLinkProjectsType$ = {}));
2322
+ /** @internal */
2323
+ export const CreateProjectLinkProjectsDeployHooks$inboundSchema = z.object({
2324
+ createdAt: z.number().optional(),
2325
+ id: z.string(),
2326
+ name: z.string(),
2327
+ ref: z.string(),
2328
+ url: z.string(),
2329
+ });
2330
+ /** @internal */
2331
+ export const CreateProjectLinkProjectsDeployHooks$outboundSchema = z.object({
2332
+ createdAt: z.number().optional(),
2333
+ id: z.string(),
2334
+ name: z.string(),
2335
+ ref: z.string(),
2336
+ url: z.string(),
2337
+ });
2338
+ /**
2339
+ * @internal
2340
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2341
+ */
2342
+ export var CreateProjectLinkProjectsDeployHooks$;
2343
+ (function (CreateProjectLinkProjectsDeployHooks$) {
2344
+ /** @deprecated use `CreateProjectLinkProjectsDeployHooks$inboundSchema` instead. */
2345
+ CreateProjectLinkProjectsDeployHooks$.inboundSchema = CreateProjectLinkProjectsDeployHooks$inboundSchema;
2346
+ /** @deprecated use `CreateProjectLinkProjectsDeployHooks$outboundSchema` instead. */
2347
+ CreateProjectLinkProjectsDeployHooks$.outboundSchema = CreateProjectLinkProjectsDeployHooks$outboundSchema;
2348
+ })(CreateProjectLinkProjectsDeployHooks$ || (CreateProjectLinkProjectsDeployHooks$ = {}));
2349
+ export function createProjectLinkProjectsDeployHooksToJSON(createProjectLinkProjectsDeployHooks) {
2350
+ return JSON.stringify(CreateProjectLinkProjectsDeployHooks$outboundSchema.parse(createProjectLinkProjectsDeployHooks));
2351
+ }
2352
+ export function createProjectLinkProjectsDeployHooksFromJSON(jsonString) {
2353
+ return safeParse(jsonString, (x) => CreateProjectLinkProjectsDeployHooks$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectLinkProjectsDeployHooks' from JSON`);
2354
+ }
2355
+ /** @internal */
2356
+ export const CreateProjectLink2$inboundSchema = z.object({
2357
+ projectId: z.string().optional(),
2358
+ projectName: z.string().optional(),
2359
+ projectNameWithNamespace: z.string().optional(),
2360
+ projectNamespace: z.string().optional(),
2361
+ projectOwnerId: z.number().optional(),
2362
+ projectUrl: z.string().optional(),
2363
+ type: CreateProjectLinkProjectsType$inboundSchema.optional(),
2364
+ createdAt: z.number().optional(),
2365
+ deployHooks: z.array(z.lazy(() => CreateProjectLinkProjectsDeployHooks$inboundSchema)),
2366
+ gitCredentialId: z.string().optional(),
2367
+ updatedAt: z.number().optional(),
2368
+ sourceless: z.boolean().optional(),
2369
+ productionBranch: z.string().optional(),
2370
+ });
2371
+ /** @internal */
2372
+ export const CreateProjectLink2$outboundSchema = z.object({
2373
+ projectId: z.string().optional(),
2374
+ projectName: z.string().optional(),
2375
+ projectNameWithNamespace: z.string().optional(),
2376
+ projectNamespace: z.string().optional(),
2377
+ projectOwnerId: z.number().optional(),
2378
+ projectUrl: z.string().optional(),
2379
+ type: CreateProjectLinkProjectsType$outboundSchema.optional(),
2380
+ createdAt: z.number().optional(),
2381
+ deployHooks: z.array(z.lazy(() => CreateProjectLinkProjectsDeployHooks$outboundSchema)),
2382
+ gitCredentialId: z.string().optional(),
2383
+ updatedAt: z.number().optional(),
2384
+ sourceless: z.boolean().optional(),
2385
+ productionBranch: z.string().optional(),
2386
+ });
2387
+ /**
2388
+ * @internal
2389
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2390
+ */
2391
+ export var CreateProjectLink2$;
2392
+ (function (CreateProjectLink2$) {
2393
+ /** @deprecated use `CreateProjectLink2$inboundSchema` instead. */
2394
+ CreateProjectLink2$.inboundSchema = CreateProjectLink2$inboundSchema;
2395
+ /** @deprecated use `CreateProjectLink2$outboundSchema` instead. */
2396
+ CreateProjectLink2$.outboundSchema = CreateProjectLink2$outboundSchema;
2397
+ })(CreateProjectLink2$ || (CreateProjectLink2$ = {}));
2398
+ export function createProjectLink2ToJSON(createProjectLink2) {
2399
+ return JSON.stringify(CreateProjectLink2$outboundSchema.parse(createProjectLink2));
2400
+ }
2401
+ export function createProjectLink2FromJSON(jsonString) {
2402
+ return safeParse(jsonString, (x) => CreateProjectLink2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectLink2' from JSON`);
2403
+ }
2404
+ /** @internal */
2405
+ export const CreateProjectLinkType$inboundSchema = z.nativeEnum(CreateProjectLinkType);
2406
+ /** @internal */
2407
+ export const CreateProjectLinkType$outboundSchema = CreateProjectLinkType$inboundSchema;
2408
+ /**
2409
+ * @internal
2410
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2411
+ */
2412
+ export var CreateProjectLinkType$;
2413
+ (function (CreateProjectLinkType$) {
2414
+ /** @deprecated use `CreateProjectLinkType$inboundSchema` instead. */
2415
+ CreateProjectLinkType$.inboundSchema = CreateProjectLinkType$inboundSchema;
2416
+ /** @deprecated use `CreateProjectLinkType$outboundSchema` instead. */
2417
+ CreateProjectLinkType$.outboundSchema = CreateProjectLinkType$outboundSchema;
2418
+ })(CreateProjectLinkType$ || (CreateProjectLinkType$ = {}));
2419
+ /** @internal */
2420
+ export const CreateProjectLinkDeployHooks$inboundSchema = z.object({
2421
+ createdAt: z.number().optional(),
2422
+ id: z.string(),
2423
+ name: z.string(),
2424
+ ref: z.string(),
2425
+ url: z.string(),
2426
+ });
2427
+ /** @internal */
2428
+ export const CreateProjectLinkDeployHooks$outboundSchema = z.object({
2429
+ createdAt: z.number().optional(),
2430
+ id: z.string(),
2431
+ name: z.string(),
2432
+ ref: z.string(),
2433
+ url: z.string(),
2434
+ });
2435
+ /**
2436
+ * @internal
2437
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2438
+ */
2439
+ export var CreateProjectLinkDeployHooks$;
2440
+ (function (CreateProjectLinkDeployHooks$) {
2441
+ /** @deprecated use `CreateProjectLinkDeployHooks$inboundSchema` instead. */
2442
+ CreateProjectLinkDeployHooks$.inboundSchema = CreateProjectLinkDeployHooks$inboundSchema;
2443
+ /** @deprecated use `CreateProjectLinkDeployHooks$outboundSchema` instead. */
2444
+ CreateProjectLinkDeployHooks$.outboundSchema = CreateProjectLinkDeployHooks$outboundSchema;
2445
+ })(CreateProjectLinkDeployHooks$ || (CreateProjectLinkDeployHooks$ = {}));
2446
+ export function createProjectLinkDeployHooksToJSON(createProjectLinkDeployHooks) {
2447
+ return JSON.stringify(CreateProjectLinkDeployHooks$outboundSchema.parse(createProjectLinkDeployHooks));
2448
+ }
2449
+ export function createProjectLinkDeployHooksFromJSON(jsonString) {
2450
+ return safeParse(jsonString, (x) => CreateProjectLinkDeployHooks$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectLinkDeployHooks' from JSON`);
2451
+ }
2452
+ /** @internal */
2453
+ export const CreateProjectLink1$inboundSchema = z.object({
2454
+ org: z.string().optional(),
2455
+ repoOwnerId: z.number().optional(),
2456
+ repo: z.string().optional(),
2457
+ repoId: z.number().optional(),
2458
+ type: CreateProjectLinkType$inboundSchema.optional(),
2459
+ createdAt: z.number().optional(),
2460
+ deployHooks: z.array(z.lazy(() => CreateProjectLinkDeployHooks$inboundSchema)),
2461
+ gitCredentialId: z.string().optional(),
2462
+ updatedAt: z.number().optional(),
2463
+ sourceless: z.boolean().optional(),
2464
+ productionBranch: z.string().optional(),
2465
+ });
2466
+ /** @internal */
2467
+ export const CreateProjectLink1$outboundSchema = z.object({
2468
+ org: z.string().optional(),
2469
+ repoOwnerId: z.number().optional(),
2470
+ repo: z.string().optional(),
2471
+ repoId: z.number().optional(),
2472
+ type: CreateProjectLinkType$outboundSchema.optional(),
2473
+ createdAt: z.number().optional(),
2474
+ deployHooks: z.array(z.lazy(() => CreateProjectLinkDeployHooks$outboundSchema)),
2475
+ gitCredentialId: z.string().optional(),
2476
+ updatedAt: z.number().optional(),
2477
+ sourceless: z.boolean().optional(),
2478
+ productionBranch: z.string().optional(),
2479
+ });
2480
+ /**
2481
+ * @internal
2482
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2483
+ */
2484
+ export var CreateProjectLink1$;
2485
+ (function (CreateProjectLink1$) {
2486
+ /** @deprecated use `CreateProjectLink1$inboundSchema` instead. */
2487
+ CreateProjectLink1$.inboundSchema = CreateProjectLink1$inboundSchema;
2488
+ /** @deprecated use `CreateProjectLink1$outboundSchema` instead. */
2489
+ CreateProjectLink1$.outboundSchema = CreateProjectLink1$outboundSchema;
2490
+ })(CreateProjectLink1$ || (CreateProjectLink1$ = {}));
2491
+ export function createProjectLink1ToJSON(createProjectLink1) {
2492
+ return JSON.stringify(CreateProjectLink1$outboundSchema.parse(createProjectLink1));
2493
+ }
2494
+ export function createProjectLink1FromJSON(jsonString) {
2495
+ return safeParse(jsonString, (x) => CreateProjectLink1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectLink1' from JSON`);
2496
+ }
2497
+ /** @internal */
2498
+ export const CreateProjectLink$inboundSchema = z.union([
2499
+ z.lazy(() => CreateProjectLink1$inboundSchema),
2500
+ z.lazy(() => CreateProjectLink3$inboundSchema),
2501
+ z.lazy(() => CreateProjectLink2$inboundSchema),
2502
+ ]);
2503
+ /** @internal */
2504
+ export const CreateProjectLink$outboundSchema = z.union([
2505
+ z.lazy(() => CreateProjectLink1$outboundSchema),
2506
+ z.lazy(() => CreateProjectLink3$outboundSchema),
2507
+ z.lazy(() => CreateProjectLink2$outboundSchema),
2508
+ ]);
2509
+ /**
2510
+ * @internal
2511
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2512
+ */
2513
+ export var CreateProjectLink$;
2514
+ (function (CreateProjectLink$) {
2515
+ /** @deprecated use `CreateProjectLink$inboundSchema` instead. */
2516
+ CreateProjectLink$.inboundSchema = CreateProjectLink$inboundSchema;
2517
+ /** @deprecated use `CreateProjectLink$outboundSchema` instead. */
2518
+ CreateProjectLink$.outboundSchema = CreateProjectLink$outboundSchema;
2519
+ })(CreateProjectLink$ || (CreateProjectLink$ = {}));
2520
+ export function createProjectLinkToJSON(createProjectLink) {
2521
+ return JSON.stringify(CreateProjectLink$outboundSchema.parse(createProjectLink));
2522
+ }
2523
+ export function createProjectLinkFromJSON(jsonString) {
2524
+ return safeParse(jsonString, (x) => CreateProjectLink$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectLink' from JSON`);
2525
+ }
2526
+ /** @internal */
2527
+ export const CreateProjectMicrofrontends$inboundSchema = z.object({
2528
+ updatedAt: z.number(),
2529
+ groupIds: z.array(z.string()),
2530
+ enabled: z.boolean(),
2531
+ isDefaultApp: z.boolean().optional(),
2532
+ defaultRoute: z.string().optional(),
2533
+ });
2534
+ /** @internal */
2535
+ export const CreateProjectMicrofrontends$outboundSchema = z.object({
2536
+ updatedAt: z.number(),
2537
+ groupIds: z.array(z.string()),
2538
+ enabled: z.boolean(),
2539
+ isDefaultApp: z.boolean().optional(),
2540
+ defaultRoute: z.string().optional(),
2541
+ });
2542
+ /**
2543
+ * @internal
2544
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2545
+ */
2546
+ export var CreateProjectMicrofrontends$;
2547
+ (function (CreateProjectMicrofrontends$) {
2548
+ /** @deprecated use `CreateProjectMicrofrontends$inboundSchema` instead. */
2549
+ CreateProjectMicrofrontends$.inboundSchema = CreateProjectMicrofrontends$inboundSchema;
2550
+ /** @deprecated use `CreateProjectMicrofrontends$outboundSchema` instead. */
2551
+ CreateProjectMicrofrontends$.outboundSchema = CreateProjectMicrofrontends$outboundSchema;
2552
+ })(CreateProjectMicrofrontends$ || (CreateProjectMicrofrontends$ = {}));
2553
+ export function createProjectMicrofrontendsToJSON(createProjectMicrofrontends) {
2554
+ return JSON.stringify(CreateProjectMicrofrontends$outboundSchema.parse(createProjectMicrofrontends));
2555
+ }
2556
+ export function createProjectMicrofrontendsFromJSON(jsonString) {
2557
+ return safeParse(jsonString, (x) => CreateProjectMicrofrontends$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectMicrofrontends' from JSON`);
2558
+ }
2559
+ /** @internal */
2560
+ export const CreateProjectNodeVersion$inboundSchema = z.nativeEnum(CreateProjectNodeVersion);
2561
+ /** @internal */
2562
+ export const CreateProjectNodeVersion$outboundSchema = CreateProjectNodeVersion$inboundSchema;
2563
+ /**
2564
+ * @internal
2565
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2566
+ */
2567
+ export var CreateProjectNodeVersion$;
2568
+ (function (CreateProjectNodeVersion$) {
2569
+ /** @deprecated use `CreateProjectNodeVersion$inboundSchema` instead. */
2570
+ CreateProjectNodeVersion$.inboundSchema = CreateProjectNodeVersion$inboundSchema;
2571
+ /** @deprecated use `CreateProjectNodeVersion$outboundSchema` instead. */
2572
+ CreateProjectNodeVersion$.outboundSchema = CreateProjectNodeVersion$outboundSchema;
2573
+ })(CreateProjectNodeVersion$ || (CreateProjectNodeVersion$ = {}));
2574
+ /** @internal */
2575
+ export const CreateProjectPaths$inboundSchema = z.object({
2576
+ value: z.string(),
2577
+ });
2578
+ /** @internal */
2579
+ export const CreateProjectPaths$outboundSchema = z.object({
2580
+ value: z.string(),
2581
+ });
2582
+ /**
2583
+ * @internal
2584
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2585
+ */
2586
+ export var CreateProjectPaths$;
2587
+ (function (CreateProjectPaths$) {
2588
+ /** @deprecated use `CreateProjectPaths$inboundSchema` instead. */
2589
+ CreateProjectPaths$.inboundSchema = CreateProjectPaths$inboundSchema;
2590
+ /** @deprecated use `CreateProjectPaths$outboundSchema` instead. */
2591
+ CreateProjectPaths$.outboundSchema = CreateProjectPaths$outboundSchema;
2592
+ })(CreateProjectPaths$ || (CreateProjectPaths$ = {}));
2593
+ export function createProjectPathsToJSON(createProjectPaths) {
2594
+ return JSON.stringify(CreateProjectPaths$outboundSchema.parse(createProjectPaths));
2595
+ }
2596
+ export function createProjectPathsFromJSON(jsonString) {
2597
+ return safeParse(jsonString, (x) => CreateProjectPaths$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectPaths' from JSON`);
2598
+ }
2599
+ /** @internal */
2600
+ export const CreateProjectOptionsAllowlist$inboundSchema = z.object({
2601
+ paths: z.array(z.lazy(() => CreateProjectPaths$inboundSchema)),
2602
+ });
2603
+ /** @internal */
2604
+ export const CreateProjectOptionsAllowlist$outboundSchema = z.object({
2605
+ paths: z.array(z.lazy(() => CreateProjectPaths$outboundSchema)),
2606
+ });
2607
+ /**
2608
+ * @internal
2609
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2610
+ */
2611
+ export var CreateProjectOptionsAllowlist$;
2612
+ (function (CreateProjectOptionsAllowlist$) {
2613
+ /** @deprecated use `CreateProjectOptionsAllowlist$inboundSchema` instead. */
2614
+ CreateProjectOptionsAllowlist$.inboundSchema = CreateProjectOptionsAllowlist$inboundSchema;
2615
+ /** @deprecated use `CreateProjectOptionsAllowlist$outboundSchema` instead. */
2616
+ CreateProjectOptionsAllowlist$.outboundSchema = CreateProjectOptionsAllowlist$outboundSchema;
2617
+ })(CreateProjectOptionsAllowlist$ || (CreateProjectOptionsAllowlist$ = {}));
2618
+ export function createProjectOptionsAllowlistToJSON(createProjectOptionsAllowlist) {
2619
+ return JSON.stringify(CreateProjectOptionsAllowlist$outboundSchema.parse(createProjectOptionsAllowlist));
2620
+ }
2621
+ export function createProjectOptionsAllowlistFromJSON(jsonString) {
2622
+ return safeParse(jsonString, (x) => CreateProjectOptionsAllowlist$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectOptionsAllowlist' from JSON`);
2623
+ }
2624
+ /** @internal */
2625
+ export const CreateProjectPasswordProtection$inboundSchema = z.object({});
2626
+ /** @internal */
2627
+ export const CreateProjectPasswordProtection$outboundSchema = z.object({});
2628
+ /**
2629
+ * @internal
2630
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2631
+ */
2632
+ export var CreateProjectPasswordProtection$;
2633
+ (function (CreateProjectPasswordProtection$) {
2634
+ /** @deprecated use `CreateProjectPasswordProtection$inboundSchema` instead. */
2635
+ CreateProjectPasswordProtection$.inboundSchema = CreateProjectPasswordProtection$inboundSchema;
2636
+ /** @deprecated use `CreateProjectPasswordProtection$outboundSchema` instead. */
2637
+ CreateProjectPasswordProtection$.outboundSchema = CreateProjectPasswordProtection$outboundSchema;
2638
+ })(CreateProjectPasswordProtection$ || (CreateProjectPasswordProtection$ = {}));
2639
+ export function createProjectPasswordProtectionToJSON(createProjectPasswordProtection) {
2640
+ return JSON.stringify(CreateProjectPasswordProtection$outboundSchema.parse(createProjectPasswordProtection));
2641
+ }
2642
+ export function createProjectPasswordProtectionFromJSON(jsonString) {
2643
+ return safeParse(jsonString, (x) => CreateProjectPasswordProtection$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectPasswordProtection' from JSON`);
2644
+ }
2645
+ /** @internal */
2646
+ export const CreateProjectFunctionDefaultMemoryType$inboundSchema = z.nativeEnum(CreateProjectFunctionDefaultMemoryType);
2647
+ /** @internal */
2648
+ export const CreateProjectFunctionDefaultMemoryType$outboundSchema = CreateProjectFunctionDefaultMemoryType$inboundSchema;
2649
+ /**
2650
+ * @internal
2651
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2652
+ */
2653
+ export var CreateProjectFunctionDefaultMemoryType$;
2654
+ (function (CreateProjectFunctionDefaultMemoryType$) {
2655
+ /** @deprecated use `CreateProjectFunctionDefaultMemoryType$inboundSchema` instead. */
2656
+ CreateProjectFunctionDefaultMemoryType$.inboundSchema = CreateProjectFunctionDefaultMemoryType$inboundSchema;
2657
+ /** @deprecated use `CreateProjectFunctionDefaultMemoryType$outboundSchema` instead. */
2658
+ CreateProjectFunctionDefaultMemoryType$.outboundSchema = CreateProjectFunctionDefaultMemoryType$outboundSchema;
2659
+ })(CreateProjectFunctionDefaultMemoryType$ || (CreateProjectFunctionDefaultMemoryType$ = {}));
2660
+ /** @internal */
2661
+ export const CreateProjectResourceConfig$inboundSchema = z.object({
2662
+ functionDefaultTimeout: z.number().optional(),
2663
+ functionDefaultMemoryType: CreateProjectFunctionDefaultMemoryType$inboundSchema.optional(),
2664
+ allowServerlessConcurrency: z.boolean().optional(),
2665
+ elasticConcurrencyEnabled: z.boolean().optional(),
2666
+ });
2667
+ /** @internal */
2668
+ export const CreateProjectResourceConfig$outboundSchema = z.object({
2669
+ functionDefaultTimeout: z.number().optional(),
2670
+ functionDefaultMemoryType: CreateProjectFunctionDefaultMemoryType$outboundSchema.optional(),
2671
+ allowServerlessConcurrency: z.boolean().optional(),
2672
+ elasticConcurrencyEnabled: z.boolean().optional(),
2673
+ });
2674
+ /**
2675
+ * @internal
2676
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2677
+ */
2678
+ export var CreateProjectResourceConfig$;
2679
+ (function (CreateProjectResourceConfig$) {
2680
+ /** @deprecated use `CreateProjectResourceConfig$inboundSchema` instead. */
2681
+ CreateProjectResourceConfig$.inboundSchema = CreateProjectResourceConfig$inboundSchema;
2682
+ /** @deprecated use `CreateProjectResourceConfig$outboundSchema` instead. */
2683
+ CreateProjectResourceConfig$.outboundSchema = CreateProjectResourceConfig$outboundSchema;
2684
+ })(CreateProjectResourceConfig$ || (CreateProjectResourceConfig$ = {}));
2685
+ export function createProjectResourceConfigToJSON(createProjectResourceConfig) {
2686
+ return JSON.stringify(CreateProjectResourceConfig$outboundSchema.parse(createProjectResourceConfig));
2687
+ }
2688
+ export function createProjectResourceConfigFromJSON(jsonString) {
2689
+ return safeParse(jsonString, (x) => CreateProjectResourceConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectResourceConfig' from JSON`);
2690
+ }
2691
+ /** @internal */
2692
+ export const CreateProjectDeploymentType$inboundSchema = z.nativeEnum(CreateProjectDeploymentType);
2693
+ /** @internal */
2694
+ export const CreateProjectDeploymentType$outboundSchema = CreateProjectDeploymentType$inboundSchema;
2695
+ /**
2696
+ * @internal
2697
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2698
+ */
2699
+ export var CreateProjectDeploymentType$;
2700
+ (function (CreateProjectDeploymentType$) {
2701
+ /** @deprecated use `CreateProjectDeploymentType$inboundSchema` instead. */
2702
+ CreateProjectDeploymentType$.inboundSchema = CreateProjectDeploymentType$inboundSchema;
2703
+ /** @deprecated use `CreateProjectDeploymentType$outboundSchema` instead. */
2704
+ CreateProjectDeploymentType$.outboundSchema = CreateProjectDeploymentType$outboundSchema;
2705
+ })(CreateProjectDeploymentType$ || (CreateProjectDeploymentType$ = {}));
2706
+ /** @internal */
2707
+ export const CreateProjectSsoProtection$inboundSchema = z.object({
2708
+ deploymentType: CreateProjectDeploymentType$inboundSchema,
2709
+ });
2710
+ /** @internal */
2711
+ export const CreateProjectSsoProtection$outboundSchema = z.object({
2712
+ deploymentType: CreateProjectDeploymentType$outboundSchema,
2713
+ });
2714
+ /**
2715
+ * @internal
2716
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2717
+ */
2718
+ export var CreateProjectSsoProtection$;
2719
+ (function (CreateProjectSsoProtection$) {
2720
+ /** @deprecated use `CreateProjectSsoProtection$inboundSchema` instead. */
2721
+ CreateProjectSsoProtection$.inboundSchema = CreateProjectSsoProtection$inboundSchema;
2722
+ /** @deprecated use `CreateProjectSsoProtection$outboundSchema` instead. */
2723
+ CreateProjectSsoProtection$.outboundSchema = CreateProjectSsoProtection$outboundSchema;
2724
+ })(CreateProjectSsoProtection$ || (CreateProjectSsoProtection$ = {}));
2725
+ export function createProjectSsoProtectionToJSON(createProjectSsoProtection) {
2726
+ return JSON.stringify(CreateProjectSsoProtection$outboundSchema.parse(createProjectSsoProtection));
2727
+ }
2728
+ export function createProjectSsoProtectionFromJSON(jsonString) {
2729
+ return safeParse(jsonString, (x) => CreateProjectSsoProtection$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectSsoProtection' from JSON`);
2730
+ }
2731
+ /** @internal */
2732
+ export const CreateProjectProjectsAliasAssigned$inboundSchema = z.union([z.number(), z.boolean()]);
2733
+ /** @internal */
2734
+ export const CreateProjectProjectsAliasAssigned$outboundSchema = z.union([z.number(), z.boolean()]);
2735
+ /**
2736
+ * @internal
2737
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2738
+ */
2739
+ export var CreateProjectProjectsAliasAssigned$;
2740
+ (function (CreateProjectProjectsAliasAssigned$) {
2741
+ /** @deprecated use `CreateProjectProjectsAliasAssigned$inboundSchema` instead. */
2742
+ CreateProjectProjectsAliasAssigned$.inboundSchema = CreateProjectProjectsAliasAssigned$inboundSchema;
2743
+ /** @deprecated use `CreateProjectProjectsAliasAssigned$outboundSchema` instead. */
2744
+ CreateProjectProjectsAliasAssigned$.outboundSchema = CreateProjectProjectsAliasAssigned$outboundSchema;
2745
+ })(CreateProjectProjectsAliasAssigned$ || (CreateProjectProjectsAliasAssigned$ = {}));
2746
+ export function createProjectProjectsAliasAssignedToJSON(createProjectProjectsAliasAssigned) {
2747
+ return JSON.stringify(CreateProjectProjectsAliasAssigned$outboundSchema.parse(createProjectProjectsAliasAssigned));
2748
+ }
2749
+ export function createProjectProjectsAliasAssignedFromJSON(jsonString) {
2750
+ return safeParse(jsonString, (x) => CreateProjectProjectsAliasAssigned$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectProjectsAliasAssigned' from JSON`);
2751
+ }
2752
+ /** @internal */
2753
+ export const CreateProjectProjectsAliasError$inboundSchema = z.object({
2754
+ code: z.string(),
2755
+ message: z.string(),
2756
+ });
2757
+ /** @internal */
2758
+ export const CreateProjectProjectsAliasError$outboundSchema = z.object({
2759
+ code: z.string(),
2760
+ message: z.string(),
2761
+ });
2762
+ /**
2763
+ * @internal
2764
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2765
+ */
2766
+ export var CreateProjectProjectsAliasError$;
2767
+ (function (CreateProjectProjectsAliasError$) {
2768
+ /** @deprecated use `CreateProjectProjectsAliasError$inboundSchema` instead. */
2769
+ CreateProjectProjectsAliasError$.inboundSchema = CreateProjectProjectsAliasError$inboundSchema;
2770
+ /** @deprecated use `CreateProjectProjectsAliasError$outboundSchema` instead. */
2771
+ CreateProjectProjectsAliasError$.outboundSchema = CreateProjectProjectsAliasError$outboundSchema;
2772
+ })(CreateProjectProjectsAliasError$ || (CreateProjectProjectsAliasError$ = {}));
2773
+ export function createProjectProjectsAliasErrorToJSON(createProjectProjectsAliasError) {
2774
+ return JSON.stringify(CreateProjectProjectsAliasError$outboundSchema.parse(createProjectProjectsAliasError));
2775
+ }
2776
+ export function createProjectProjectsAliasErrorFromJSON(jsonString) {
2777
+ return safeParse(jsonString, (x) => CreateProjectProjectsAliasError$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectProjectsAliasError' from JSON`);
2778
+ }
2779
+ /** @internal */
2780
+ export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema = z.nativeEnum(CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType);
2781
+ /** @internal */
2782
+ export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema;
2783
+ /**
2784
+ * @internal
2785
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2786
+ */
2787
+ export var CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$;
2788
+ (function (CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$) {
2789
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema` instead. */
2790
+ CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$.inboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema;
2791
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema` instead. */
2792
+ CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$.outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema;
2793
+ })(CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$ || (CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$ = {}));
2794
+ /** @internal */
2795
+ export const CreateProjectProjectsBranchMatcher$inboundSchema = z.object({
2796
+ type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema,
2797
+ pattern: z.string(),
2798
+ });
2799
+ /** @internal */
2800
+ export const CreateProjectProjectsBranchMatcher$outboundSchema = z.object({
2801
+ type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema,
2802
+ pattern: z.string(),
2803
+ });
2804
+ /**
2805
+ * @internal
2806
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2807
+ */
2808
+ export var CreateProjectProjectsBranchMatcher$;
2809
+ (function (CreateProjectProjectsBranchMatcher$) {
2810
+ /** @deprecated use `CreateProjectProjectsBranchMatcher$inboundSchema` instead. */
2811
+ CreateProjectProjectsBranchMatcher$.inboundSchema = CreateProjectProjectsBranchMatcher$inboundSchema;
2812
+ /** @deprecated use `CreateProjectProjectsBranchMatcher$outboundSchema` instead. */
2813
+ CreateProjectProjectsBranchMatcher$.outboundSchema = CreateProjectProjectsBranchMatcher$outboundSchema;
2814
+ })(CreateProjectProjectsBranchMatcher$ || (CreateProjectProjectsBranchMatcher$ = {}));
2815
+ export function createProjectProjectsBranchMatcherToJSON(createProjectProjectsBranchMatcher) {
2816
+ return JSON.stringify(CreateProjectProjectsBranchMatcher$outboundSchema.parse(createProjectProjectsBranchMatcher));
2817
+ }
2818
+ export function createProjectProjectsBranchMatcherFromJSON(jsonString) {
2819
+ return safeParse(jsonString, (x) => CreateProjectProjectsBranchMatcher$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectProjectsBranchMatcher' from JSON`);
2820
+ }
2821
+ /** @internal */
2822
+ export const CreateProjectProjectsBuilds$inboundSchema = z.object({
2823
+ use: z.string(),
2824
+ src: z.string().optional(),
2825
+ dest: z.string().optional(),
2826
+ });
2827
+ /** @internal */
2828
+ export const CreateProjectProjectsBuilds$outboundSchema = z.object({
2829
+ use: z.string(),
2830
+ src: z.string().optional(),
2831
+ dest: z.string().optional(),
2832
+ });
2833
+ /**
2834
+ * @internal
2835
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2836
+ */
2837
+ export var CreateProjectProjectsBuilds$;
2838
+ (function (CreateProjectProjectsBuilds$) {
2839
+ /** @deprecated use `CreateProjectProjectsBuilds$inboundSchema` instead. */
2840
+ CreateProjectProjectsBuilds$.inboundSchema = CreateProjectProjectsBuilds$inboundSchema;
2841
+ /** @deprecated use `CreateProjectProjectsBuilds$outboundSchema` instead. */
2842
+ CreateProjectProjectsBuilds$.outboundSchema = CreateProjectProjectsBuilds$outboundSchema;
2843
+ })(CreateProjectProjectsBuilds$ || (CreateProjectProjectsBuilds$ = {}));
2844
+ export function createProjectProjectsBuildsToJSON(createProjectProjectsBuilds) {
2845
+ return JSON.stringify(CreateProjectProjectsBuilds$outboundSchema.parse(createProjectProjectsBuilds));
2846
+ }
2847
+ export function createProjectProjectsBuildsFromJSON(jsonString) {
2848
+ return safeParse(jsonString, (x) => CreateProjectProjectsBuilds$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectProjectsBuilds' from JSON`);
2849
+ }
2850
+ /** @internal */
2851
+ export const CreateProjectProjectsChecksConclusion$inboundSchema = z.nativeEnum(CreateProjectProjectsChecksConclusion);
2852
+ /** @internal */
2853
+ export const CreateProjectProjectsChecksConclusion$outboundSchema = CreateProjectProjectsChecksConclusion$inboundSchema;
2854
+ /**
2855
+ * @internal
2856
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2857
+ */
2858
+ export var CreateProjectProjectsChecksConclusion$;
2859
+ (function (CreateProjectProjectsChecksConclusion$) {
2860
+ /** @deprecated use `CreateProjectProjectsChecksConclusion$inboundSchema` instead. */
2861
+ CreateProjectProjectsChecksConclusion$.inboundSchema = CreateProjectProjectsChecksConclusion$inboundSchema;
2862
+ /** @deprecated use `CreateProjectProjectsChecksConclusion$outboundSchema` instead. */
2863
+ CreateProjectProjectsChecksConclusion$.outboundSchema = CreateProjectProjectsChecksConclusion$outboundSchema;
2864
+ })(CreateProjectProjectsChecksConclusion$ || (CreateProjectProjectsChecksConclusion$ = {}));
2865
+ /** @internal */
2866
+ export const CreateProjectProjectsChecksState$inboundSchema = z.nativeEnum(CreateProjectProjectsChecksState);
2867
+ /** @internal */
2868
+ export const CreateProjectProjectsChecksState$outboundSchema = CreateProjectProjectsChecksState$inboundSchema;
2869
+ /**
2870
+ * @internal
2871
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2872
+ */
2873
+ export var CreateProjectProjectsChecksState$;
2874
+ (function (CreateProjectProjectsChecksState$) {
2875
+ /** @deprecated use `CreateProjectProjectsChecksState$inboundSchema` instead. */
2876
+ CreateProjectProjectsChecksState$.inboundSchema = CreateProjectProjectsChecksState$inboundSchema;
2877
+ /** @deprecated use `CreateProjectProjectsChecksState$outboundSchema` instead. */
2878
+ CreateProjectProjectsChecksState$.outboundSchema = CreateProjectProjectsChecksState$outboundSchema;
2879
+ })(CreateProjectProjectsChecksState$ || (CreateProjectProjectsChecksState$ = {}));
2880
+ /** @internal */
2881
+ export const CreateProjectProjectsCreator$inboundSchema = z.object({
2882
+ email: z.string(),
2883
+ githubLogin: z.string().optional(),
2884
+ gitlabLogin: z.string().optional(),
2885
+ uid: z.string(),
2886
+ username: z.string(),
2887
+ });
2888
+ /** @internal */
2889
+ export const CreateProjectProjectsCreator$outboundSchema = z.object({
2890
+ email: z.string(),
2891
+ githubLogin: z.string().optional(),
2892
+ gitlabLogin: z.string().optional(),
2893
+ uid: z.string(),
2894
+ username: z.string(),
2895
+ });
2896
+ /**
2897
+ * @internal
2898
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2899
+ */
2900
+ export var CreateProjectProjectsCreator$;
2901
+ (function (CreateProjectProjectsCreator$) {
2902
+ /** @deprecated use `CreateProjectProjectsCreator$inboundSchema` instead. */
2903
+ CreateProjectProjectsCreator$.inboundSchema = CreateProjectProjectsCreator$inboundSchema;
2904
+ /** @deprecated use `CreateProjectProjectsCreator$outboundSchema` instead. */
2905
+ CreateProjectProjectsCreator$.outboundSchema = CreateProjectProjectsCreator$outboundSchema;
2906
+ })(CreateProjectProjectsCreator$ || (CreateProjectProjectsCreator$ = {}));
2907
+ export function createProjectProjectsCreatorToJSON(createProjectProjectsCreator) {
2908
+ return JSON.stringify(CreateProjectProjectsCreator$outboundSchema.parse(createProjectProjectsCreator));
2909
+ }
2910
+ export function createProjectProjectsCreatorFromJSON(jsonString) {
2911
+ return safeParse(jsonString, (x) => CreateProjectProjectsCreator$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectProjectsCreator' from JSON`);
2912
+ }
2913
+ /** @internal */
2914
+ export const CreateProjectProjectsOidcTokenClaims$inboundSchema = z.object({
2915
+ iss: z.string(),
2916
+ sub: z.string(),
2917
+ scope: z.string(),
2918
+ aud: z.string(),
2919
+ owner: z.string(),
2920
+ owner_id: z.string(),
2921
+ project: z.string(),
2922
+ project_id: z.string(),
2923
+ environment: z.string(),
2924
+ }).transform((v) => {
2925
+ return remap$(v, {
2926
+ "owner_id": "ownerId",
2927
+ "project_id": "projectId",
2928
+ });
2929
+ });
2930
+ /** @internal */
2931
+ export const CreateProjectProjectsOidcTokenClaims$outboundSchema = z.object({
2932
+ iss: z.string(),
2933
+ sub: z.string(),
2934
+ scope: z.string(),
2935
+ aud: z.string(),
2936
+ owner: z.string(),
2937
+ ownerId: z.string(),
2938
+ project: z.string(),
2939
+ projectId: z.string(),
2940
+ environment: z.string(),
2941
+ }).transform((v) => {
2942
+ return remap$(v, {
2943
+ ownerId: "owner_id",
2944
+ projectId: "project_id",
2945
+ });
2946
+ });
2947
+ /**
2948
+ * @internal
2949
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2950
+ */
2951
+ export var CreateProjectProjectsOidcTokenClaims$;
2952
+ (function (CreateProjectProjectsOidcTokenClaims$) {
2953
+ /** @deprecated use `CreateProjectProjectsOidcTokenClaims$inboundSchema` instead. */
2954
+ CreateProjectProjectsOidcTokenClaims$.inboundSchema = CreateProjectProjectsOidcTokenClaims$inboundSchema;
2955
+ /** @deprecated use `CreateProjectProjectsOidcTokenClaims$outboundSchema` instead. */
2956
+ CreateProjectProjectsOidcTokenClaims$.outboundSchema = CreateProjectProjectsOidcTokenClaims$outboundSchema;
2957
+ })(CreateProjectProjectsOidcTokenClaims$ || (CreateProjectProjectsOidcTokenClaims$ = {}));
2958
+ export function createProjectProjectsOidcTokenClaimsToJSON(createProjectProjectsOidcTokenClaims) {
2959
+ return JSON.stringify(CreateProjectProjectsOidcTokenClaims$outboundSchema.parse(createProjectProjectsOidcTokenClaims));
2960
+ }
2961
+ export function createProjectProjectsOidcTokenClaimsFromJSON(jsonString) {
2962
+ return safeParse(jsonString, (x) => CreateProjectProjectsOidcTokenClaims$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectProjectsOidcTokenClaims' from JSON`);
2963
+ }
2964
+ /** @internal */
2965
+ export const CreateProjectProjectsPlan$inboundSchema = z.nativeEnum(CreateProjectProjectsPlan);
2966
+ /** @internal */
2967
+ export const CreateProjectProjectsPlan$outboundSchema = CreateProjectProjectsPlan$inboundSchema;
2968
+ /**
2969
+ * @internal
2970
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2971
+ */
2972
+ export var CreateProjectProjectsPlan$;
2973
+ (function (CreateProjectProjectsPlan$) {
2974
+ /** @deprecated use `CreateProjectProjectsPlan$inboundSchema` instead. */
2975
+ CreateProjectProjectsPlan$.inboundSchema = CreateProjectProjectsPlan$inboundSchema;
2976
+ /** @deprecated use `CreateProjectProjectsPlan$outboundSchema` instead. */
2977
+ CreateProjectProjectsPlan$.outboundSchema = CreateProjectProjectsPlan$outboundSchema;
2978
+ })(CreateProjectProjectsPlan$ || (CreateProjectProjectsPlan$ = {}));
2979
+ /** @internal */
2980
+ export const CreateProjectProjectsReadyState$inboundSchema = z.nativeEnum(CreateProjectProjectsReadyState);
2981
+ /** @internal */
2982
+ export const CreateProjectProjectsReadyState$outboundSchema = CreateProjectProjectsReadyState$inboundSchema;
2983
+ /**
2984
+ * @internal
2985
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2986
+ */
2987
+ export var CreateProjectProjectsReadyState$;
2988
+ (function (CreateProjectProjectsReadyState$) {
2989
+ /** @deprecated use `CreateProjectProjectsReadyState$inboundSchema` instead. */
2990
+ CreateProjectProjectsReadyState$.inboundSchema = CreateProjectProjectsReadyState$inboundSchema;
2991
+ /** @deprecated use `CreateProjectProjectsReadyState$outboundSchema` instead. */
2992
+ CreateProjectProjectsReadyState$.outboundSchema = CreateProjectProjectsReadyState$outboundSchema;
2993
+ })(CreateProjectProjectsReadyState$ || (CreateProjectProjectsReadyState$ = {}));
2994
+ /** @internal */
2995
+ export const CreateProjectProjectsReadySubstate$inboundSchema = z.nativeEnum(CreateProjectProjectsReadySubstate);
2996
+ /** @internal */
2997
+ export const CreateProjectProjectsReadySubstate$outboundSchema = CreateProjectProjectsReadySubstate$inboundSchema;
2998
+ /**
2999
+ * @internal
3000
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3001
+ */
3002
+ export var CreateProjectProjectsReadySubstate$;
3003
+ (function (CreateProjectProjectsReadySubstate$) {
3004
+ /** @deprecated use `CreateProjectProjectsReadySubstate$inboundSchema` instead. */
3005
+ CreateProjectProjectsReadySubstate$.inboundSchema = CreateProjectProjectsReadySubstate$inboundSchema;
3006
+ /** @deprecated use `CreateProjectProjectsReadySubstate$outboundSchema` instead. */
3007
+ CreateProjectProjectsReadySubstate$.outboundSchema = CreateProjectProjectsReadySubstate$outboundSchema;
3008
+ })(CreateProjectProjectsReadySubstate$ || (CreateProjectProjectsReadySubstate$ = {}));
3009
+ /** @internal */
3010
+ export const CreateProjectProjectsResponse200ApplicationJSONType$inboundSchema = z.nativeEnum(CreateProjectProjectsResponse200ApplicationJSONType);
3011
+ /** @internal */
3012
+ export const CreateProjectProjectsResponse200ApplicationJSONType$outboundSchema = CreateProjectProjectsResponse200ApplicationJSONType$inboundSchema;
3013
+ /**
3014
+ * @internal
3015
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3016
+ */
3017
+ export var CreateProjectProjectsResponse200ApplicationJSONType$;
3018
+ (function (CreateProjectProjectsResponse200ApplicationJSONType$) {
3019
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
3020
+ CreateProjectProjectsResponse200ApplicationJSONType$.inboundSchema = CreateProjectProjectsResponse200ApplicationJSONType$inboundSchema;
3021
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
3022
+ CreateProjectProjectsResponse200ApplicationJSONType$.outboundSchema = CreateProjectProjectsResponse200ApplicationJSONType$outboundSchema;
3023
+ })(CreateProjectProjectsResponse200ApplicationJSONType$ || (CreateProjectProjectsResponse200ApplicationJSONType$ = {}));
3024
+ /** @internal */
3025
+ export const CreateProjectTargets$inboundSchema = z.object({
3026
+ id: z.string(),
3027
+ alias: z.array(z.string()).optional(),
3028
+ aliasAssigned: z.nullable(z.union([z.number(), z.boolean()])).optional(),
3029
+ aliasError: z.nullable(z.lazy(() => CreateProjectProjectsAliasError$inboundSchema)).optional(),
3030
+ aliasFinal: z.nullable(z.string()).optional(),
3031
+ automaticAliases: z.array(z.string()).optional(),
3032
+ branchMatcher: z.lazy(() => CreateProjectProjectsBranchMatcher$inboundSchema)
3033
+ .optional(),
3034
+ buildingAt: z.number().optional(),
3035
+ builds: z.array(z.lazy(() => CreateProjectProjectsBuilds$inboundSchema))
3036
+ .optional(),
3037
+ checksConclusion: CreateProjectProjectsChecksConclusion$inboundSchema
3038
+ .optional(),
3039
+ checksState: CreateProjectProjectsChecksState$inboundSchema.optional(),
3040
+ connectBuildsEnabled: z.boolean().optional(),
3041
+ connectConfigurationId: z.string().optional(),
3042
+ createdAt: z.number(),
3043
+ createdIn: z.string(),
3044
+ creator: z.nullable(z.lazy(() => CreateProjectProjectsCreator$inboundSchema)),
3045
+ deletedAt: z.number().optional(),
3046
+ deploymentHostname: z.string(),
3047
+ forced: z.boolean().optional(),
3048
+ name: z.string(),
3049
+ meta: z.record(z.string()).optional(),
3050
+ monorepoManager: z.nullable(z.string()).optional(),
3051
+ oidcTokenClaims: z.lazy(() => CreateProjectProjectsOidcTokenClaims$inboundSchema).optional(),
3052
+ plan: CreateProjectProjectsPlan$inboundSchema,
3053
+ previewCommentsEnabled: z.boolean().optional(),
3054
+ private: z.boolean(),
3055
+ readyAt: z.number().optional(),
3056
+ readyState: CreateProjectProjectsReadyState$inboundSchema,
3057
+ readySubstate: CreateProjectProjectsReadySubstate$inboundSchema.optional(),
3058
+ requestedAt: z.number().optional(),
3059
+ target: z.nullable(z.string()).optional(),
3060
+ teamId: z.nullable(z.string()).optional(),
3061
+ type: CreateProjectProjectsResponse200ApplicationJSONType$inboundSchema,
3062
+ url: z.string(),
3063
+ userId: z.string(),
3064
+ withCache: z.boolean().optional(),
3065
+ });
3066
+ /** @internal */
3067
+ export const CreateProjectTargets$outboundSchema = z.object({
3068
+ id: z.string(),
3069
+ alias: z.array(z.string()).optional(),
3070
+ aliasAssigned: z.nullable(z.union([z.number(), z.boolean()])).optional(),
3071
+ aliasError: z.nullable(z.lazy(() => CreateProjectProjectsAliasError$outboundSchema)).optional(),
3072
+ aliasFinal: z.nullable(z.string()).optional(),
3073
+ automaticAliases: z.array(z.string()).optional(),
3074
+ branchMatcher: z.lazy(() => CreateProjectProjectsBranchMatcher$outboundSchema)
3075
+ .optional(),
3076
+ buildingAt: z.number().optional(),
3077
+ builds: z.array(z.lazy(() => CreateProjectProjectsBuilds$outboundSchema))
3078
+ .optional(),
3079
+ checksConclusion: CreateProjectProjectsChecksConclusion$outboundSchema
3080
+ .optional(),
3081
+ checksState: CreateProjectProjectsChecksState$outboundSchema.optional(),
3082
+ connectBuildsEnabled: z.boolean().optional(),
3083
+ connectConfigurationId: z.string().optional(),
3084
+ createdAt: z.number(),
3085
+ createdIn: z.string(),
3086
+ creator: z.nullable(z.lazy(() => CreateProjectProjectsCreator$outboundSchema)),
3087
+ deletedAt: z.number().optional(),
3088
+ deploymentHostname: z.string(),
3089
+ forced: z.boolean().optional(),
3090
+ name: z.string(),
3091
+ meta: z.record(z.string()).optional(),
3092
+ monorepoManager: z.nullable(z.string()).optional(),
3093
+ oidcTokenClaims: z.lazy(() => CreateProjectProjectsOidcTokenClaims$outboundSchema).optional(),
3094
+ plan: CreateProjectProjectsPlan$outboundSchema,
3095
+ previewCommentsEnabled: z.boolean().optional(),
3096
+ private: z.boolean(),
3097
+ readyAt: z.number().optional(),
3098
+ readyState: CreateProjectProjectsReadyState$outboundSchema,
3099
+ readySubstate: CreateProjectProjectsReadySubstate$outboundSchema.optional(),
3100
+ requestedAt: z.number().optional(),
3101
+ target: z.nullable(z.string()).optional(),
3102
+ teamId: z.nullable(z.string()).optional(),
3103
+ type: CreateProjectProjectsResponse200ApplicationJSONType$outboundSchema,
3104
+ url: z.string(),
3105
+ userId: z.string(),
3106
+ withCache: z.boolean().optional(),
3107
+ });
3108
+ /**
3109
+ * @internal
3110
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3111
+ */
3112
+ export var CreateProjectTargets$;
3113
+ (function (CreateProjectTargets$) {
3114
+ /** @deprecated use `CreateProjectTargets$inboundSchema` instead. */
3115
+ CreateProjectTargets$.inboundSchema = CreateProjectTargets$inboundSchema;
3116
+ /** @deprecated use `CreateProjectTargets$outboundSchema` instead. */
3117
+ CreateProjectTargets$.outboundSchema = CreateProjectTargets$outboundSchema;
3118
+ })(CreateProjectTargets$ || (CreateProjectTargets$ = {}));
3119
+ export function createProjectTargetsToJSON(createProjectTargets) {
3120
+ return JSON.stringify(CreateProjectTargets$outboundSchema.parse(createProjectTargets));
3121
+ }
3122
+ export function createProjectTargetsFromJSON(jsonString) {
3123
+ return safeParse(jsonString, (x) => CreateProjectTargets$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectTargets' from JSON`);
3124
+ }
3125
+ /** @internal */
3126
+ export const CreateProjectPermissions$inboundSchema = z.object({
3127
+ accessGroup: z.array(ACLAction$inboundSchema).optional(),
3128
+ aliasGlobal: z.array(ACLAction$inboundSchema).optional(),
3129
+ analyticsSampling: z.array(ACLAction$inboundSchema).optional(),
3130
+ analyticsUsage: z.array(ACLAction$inboundSchema).optional(),
3131
+ auditLog: z.array(ACLAction$inboundSchema).optional(),
3132
+ billingAddress: z.array(ACLAction$inboundSchema).optional(),
3133
+ billingInformation: z.array(ACLAction$inboundSchema).optional(),
3134
+ billingInvoice: z.array(ACLAction$inboundSchema).optional(),
3135
+ billingInvoiceEmailRecipient: z.array(ACLAction$inboundSchema).optional(),
3136
+ billingInvoiceLanguage: z.array(ACLAction$inboundSchema).optional(),
3137
+ billingPlan: z.array(ACLAction$inboundSchema).optional(),
3138
+ billingPurchaseOrder: z.array(ACLAction$inboundSchema).optional(),
3139
+ billingTaxId: z.array(ACLAction$inboundSchema).optional(),
3140
+ blob: z.array(ACLAction$inboundSchema).optional(),
3141
+ budget: z.array(ACLAction$inboundSchema).optional(),
3142
+ cacheArtifact: z.array(ACLAction$inboundSchema).optional(),
3143
+ cacheArtifactUsageEvent: z.array(ACLAction$inboundSchema).optional(),
3144
+ codeChecks: z.array(ACLAction$inboundSchema).optional(),
3145
+ concurrentBuilds: z.array(ACLAction$inboundSchema).optional(),
3146
+ connect: z.array(ACLAction$inboundSchema).optional(),
3147
+ connectConfiguration: z.array(ACLAction$inboundSchema).optional(),
3148
+ domain: z.array(ACLAction$inboundSchema).optional(),
3149
+ domainAcceptDelegation: z.array(ACLAction$inboundSchema).optional(),
3150
+ domainAuthCodes: z.array(ACLAction$inboundSchema).optional(),
3151
+ domainCertificate: z.array(ACLAction$inboundSchema).optional(),
3152
+ domainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
3153
+ domainMove: z.array(ACLAction$inboundSchema).optional(),
3154
+ domainPurchase: z.array(ACLAction$inboundSchema).optional(),
3155
+ domainRecord: z.array(ACLAction$inboundSchema).optional(),
3156
+ domainTransferIn: z.array(ACLAction$inboundSchema).optional(),
3157
+ event: z.array(ACLAction$inboundSchema).optional(),
3158
+ ownEvent: z.array(ACLAction$inboundSchema).optional(),
3159
+ sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
3160
+ .optional(),
3161
+ fileUpload: z.array(ACLAction$inboundSchema).optional(),
3162
+ gitRepository: z.array(ACLAction$inboundSchema).optional(),
3163
+ ipBlocking: z.array(ACLAction$inboundSchema).optional(),
3164
+ integration: z.array(ACLAction$inboundSchema).optional(),
3165
+ integrationAccount: z.array(ACLAction$inboundSchema).optional(),
3166
+ integrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
3167
+ integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
3168
+ integrationConfigurationProjects: z.array(ACLAction$inboundSchema).optional(),
3169
+ integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
3170
+ .optional(),
3171
+ integrationConfigurationRole: z.array(ACLAction$inboundSchema).optional(),
3172
+ integrationResource: z.array(ACLAction$inboundSchema).optional(),
3173
+ integrationEvent: z.array(ACLAction$inboundSchema).optional(),
3174
+ integrationResourceSecrets: z.array(ACLAction$inboundSchema).optional(),
3175
+ integrationDeploymentAction: z.array(ACLAction$inboundSchema).optional(),
3176
+ marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
3177
+ marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
3178
+ marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
3179
+ jobGlobal: z.array(ACLAction$inboundSchema).optional(),
3180
+ logDrain: z.array(ACLAction$inboundSchema).optional(),
3181
+ Monitoring: z.array(ACLAction$inboundSchema).optional(),
3182
+ monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
3183
+ monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
3184
+ monitoringChart: z.array(ACLAction$inboundSchema).optional(),
3185
+ monitoringAlert: z.array(ACLAction$inboundSchema).optional(),
3186
+ notificationDeploymentFailed: z.array(ACLAction$inboundSchema).optional(),
3187
+ notificationDomainConfiguration: z.array(ACLAction$inboundSchema).optional(),
3188
+ notificationDomainExpire: z.array(ACLAction$inboundSchema).optional(),
3189
+ notificationDomainMoved: z.array(ACLAction$inboundSchema).optional(),
3190
+ notificationDomainPurchase: z.array(ACLAction$inboundSchema).optional(),
3191
+ notificationDomainRenewal: z.array(ACLAction$inboundSchema).optional(),
3192
+ notificationDomainTransfer: z.array(ACLAction$inboundSchema).optional(),
3193
+ notificationDomainUnverified: z.array(ACLAction$inboundSchema).optional(),
3194
+ NotificationMonitoringAlert: z.array(ACLAction$inboundSchema).optional(),
3195
+ notificationPaymentFailed: z.array(ACLAction$inboundSchema).optional(),
3196
+ notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
3197
+ notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
3198
+ notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
3199
+ oauth2Connection: z.array(ACLAction$inboundSchema).optional(),
3200
+ observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
3201
+ openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
3202
+ paymentMethod: z.array(ACLAction$inboundSchema).optional(),
3203
+ permissions: z.array(ACLAction$inboundSchema).optional(),
3204
+ postgres: z.array(ACLAction$inboundSchema).optional(),
3205
+ previewDeploymentSuffix: z.array(ACLAction$inboundSchema).optional(),
3206
+ proTrialOnboarding: z.array(ACLAction$inboundSchema).optional(),
3207
+ sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
3208
+ sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
3209
+ space: z.array(ACLAction$inboundSchema).optional(),
3210
+ spaceRun: z.array(ACLAction$inboundSchema).optional(),
3211
+ passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
3212
+ rateLimit: z.array(ACLAction$inboundSchema).optional(),
3213
+ redis: z.array(ACLAction$inboundSchema).optional(),
3214
+ repository: z.array(ACLAction$inboundSchema).optional(),
3215
+ remoteCaching: z.array(ACLAction$inboundSchema).optional(),
3216
+ samlConfig: z.array(ACLAction$inboundSchema).optional(),
3217
+ secret: z.array(ACLAction$inboundSchema).optional(),
3218
+ redisStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
3219
+ blobStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
3220
+ postgresStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
3221
+ integrationStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
3222
+ integrationResourceReplCommand: z.array(ACLAction$inboundSchema).optional(),
3223
+ storeTransfer: z.array(ACLAction$inboundSchema).optional(),
3224
+ supportCase: z.array(ACLAction$inboundSchema).optional(),
3225
+ supportCaseComment: z.array(ACLAction$inboundSchema).optional(),
3226
+ dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
3227
+ team: z.array(ACLAction$inboundSchema).optional(),
3228
+ teamAccessRequest: z.array(ACLAction$inboundSchema).optional(),
3229
+ teamFellowMembership: z.array(ACLAction$inboundSchema).optional(),
3230
+ teamGitExclusivity: z.array(ACLAction$inboundSchema).optional(),
3231
+ teamInvite: z.array(ACLAction$inboundSchema).optional(),
3232
+ teamInviteCode: z.array(ACLAction$inboundSchema).optional(),
3233
+ teamJoin: z.array(ACLAction$inboundSchema).optional(),
3234
+ teamMicrofrontends: z.array(ACLAction$inboundSchema).optional(),
3235
+ teamOwnMembership: z.array(ACLAction$inboundSchema).optional(),
3236
+ teamOwnMembershipDisconnectSAML: z.array(ACLAction$inboundSchema).optional(),
3237
+ token: z.array(ACLAction$inboundSchema).optional(),
3238
+ usage: z.array(ACLAction$inboundSchema).optional(),
3239
+ usageCycle: z.array(ACLAction$inboundSchema).optional(),
3240
+ user: z.array(ACLAction$inboundSchema).optional(),
3241
+ userConnection: z.array(ACLAction$inboundSchema).optional(),
3242
+ vpcPeeringConnection: z.array(ACLAction$inboundSchema).optional(),
3243
+ webAnalyticsPlan: z.array(ACLAction$inboundSchema).optional(),
3244
+ webAuthn: z.array(ACLAction$inboundSchema).optional(),
3245
+ edgeConfig: z.array(ACLAction$inboundSchema).optional(),
3246
+ edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
3247
+ edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
3248
+ edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
3249
+ webhook: z.array(ACLAction$inboundSchema).optional(),
3250
+ "webhook-event": z.array(ACLAction$inboundSchema).optional(),
3251
+ endpointVerification: z.array(ACLAction$inboundSchema).optional(),
3252
+ projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
3253
+ oauth2Application: z.array(ACLAction$inboundSchema).optional(),
3254
+ aliasProject: z.array(ACLAction$inboundSchema).optional(),
3255
+ aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
3256
+ productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
3257
+ connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
3258
+ dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
3259
+ deployment: z.array(ACLAction$inboundSchema).optional(),
3260
+ deploymentCheck: z.array(ACLAction$inboundSchema).optional(),
3261
+ deploymentCheckPreview: z.array(ACLAction$inboundSchema).optional(),
3262
+ deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
3263
+ .optional(),
3264
+ deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
3265
+ deploymentV0: z.array(ACLAction$inboundSchema).optional(),
3266
+ deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
3267
+ deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
3268
+ deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
3269
+ deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
3270
+ environments: z.array(ACLAction$inboundSchema).optional(),
3271
+ logs: z.array(ACLAction$inboundSchema).optional(),
3272
+ logsPreset: z.array(ACLAction$inboundSchema).optional(),
3273
+ passwordProtection: z.array(ACLAction$inboundSchema).optional(),
3274
+ optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
3275
+ job: z.array(ACLAction$inboundSchema).optional(),
3276
+ observabilityData: z.array(ACLAction$inboundSchema).optional(),
3277
+ project: z.array(ACLAction$inboundSchema).optional(),
3278
+ projectFromV0: z.array(ACLAction$inboundSchema).optional(),
3279
+ projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
3280
+ projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
3281
+ projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
3282
+ projectDomain: z.array(ACLAction$inboundSchema).optional(),
3283
+ projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
3284
+ projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
3285
+ projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
3286
+ projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
3287
+ projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
3288
+ .optional(),
3289
+ projectFlags: z.array(ACLAction$inboundSchema).optional(),
3290
+ projectId: z.array(ACLAction$inboundSchema).optional(),
3291
+ projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
3292
+ projectLink: z.array(ACLAction$inboundSchema).optional(),
3293
+ projectMember: z.array(ACLAction$inboundSchema).optional(),
3294
+ projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
3295
+ projectPermissions: z.array(ACLAction$inboundSchema).optional(),
3296
+ projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
3297
+ projectTransfer: z.array(ACLAction$inboundSchema).optional(),
3298
+ projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
3299
+ projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
3300
+ projectUsage: z.array(ACLAction$inboundSchema).optional(),
3301
+ projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
3302
+ projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
3303
+ projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
3304
+ projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
3305
+ projectTier: z.array(ACLAction$inboundSchema).optional(),
3306
+ seawallConfig: z.array(ACLAction$inboundSchema).optional(),
3307
+ skewProtection: z.array(ACLAction$inboundSchema).optional(),
3308
+ analytics: z.array(ACLAction$inboundSchema).optional(),
3309
+ trustedIps: z.array(ACLAction$inboundSchema).optional(),
3310
+ webAnalytics: z.array(ACLAction$inboundSchema).optional(),
3311
+ sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
3312
+ sonar: z.array(ACLAction$inboundSchema).optional(),
3313
+ }).transform((v) => {
3314
+ return remap$(v, {
3315
+ "Monitoring": "monitoring",
3316
+ "NotificationMonitoringAlert": "notificationMonitoringAlert",
3317
+ "webhook-event": "webhookEvent",
3318
+ });
3319
+ });
3320
+ /** @internal */
3321
+ export const CreateProjectPermissions$outboundSchema = z.object({
3322
+ accessGroup: z.array(ACLAction$outboundSchema).optional(),
3323
+ aliasGlobal: z.array(ACLAction$outboundSchema).optional(),
3324
+ analyticsSampling: z.array(ACLAction$outboundSchema).optional(),
3325
+ analyticsUsage: z.array(ACLAction$outboundSchema).optional(),
3326
+ auditLog: z.array(ACLAction$outboundSchema).optional(),
3327
+ billingAddress: z.array(ACLAction$outboundSchema).optional(),
3328
+ billingInformation: z.array(ACLAction$outboundSchema).optional(),
3329
+ billingInvoice: z.array(ACLAction$outboundSchema).optional(),
3330
+ billingInvoiceEmailRecipient: z.array(ACLAction$outboundSchema).optional(),
3331
+ billingInvoiceLanguage: z.array(ACLAction$outboundSchema).optional(),
3332
+ billingPlan: z.array(ACLAction$outboundSchema).optional(),
3333
+ billingPurchaseOrder: z.array(ACLAction$outboundSchema).optional(),
3334
+ billingTaxId: z.array(ACLAction$outboundSchema).optional(),
3335
+ blob: z.array(ACLAction$outboundSchema).optional(),
3336
+ budget: z.array(ACLAction$outboundSchema).optional(),
3337
+ cacheArtifact: z.array(ACLAction$outboundSchema).optional(),
3338
+ cacheArtifactUsageEvent: z.array(ACLAction$outboundSchema).optional(),
3339
+ codeChecks: z.array(ACLAction$outboundSchema).optional(),
3340
+ concurrentBuilds: z.array(ACLAction$outboundSchema).optional(),
3341
+ connect: z.array(ACLAction$outboundSchema).optional(),
3342
+ connectConfiguration: z.array(ACLAction$outboundSchema).optional(),
3343
+ domain: z.array(ACLAction$outboundSchema).optional(),
3344
+ domainAcceptDelegation: z.array(ACLAction$outboundSchema).optional(),
3345
+ domainAuthCodes: z.array(ACLAction$outboundSchema).optional(),
3346
+ domainCertificate: z.array(ACLAction$outboundSchema).optional(),
3347
+ domainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
3348
+ domainMove: z.array(ACLAction$outboundSchema).optional(),
3349
+ domainPurchase: z.array(ACLAction$outboundSchema).optional(),
3350
+ domainRecord: z.array(ACLAction$outboundSchema).optional(),
3351
+ domainTransferIn: z.array(ACLAction$outboundSchema).optional(),
3352
+ event: z.array(ACLAction$outboundSchema).optional(),
3353
+ ownEvent: z.array(ACLAction$outboundSchema).optional(),
3354
+ sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
3355
+ .optional(),
3356
+ fileUpload: z.array(ACLAction$outboundSchema).optional(),
3357
+ gitRepository: z.array(ACLAction$outboundSchema).optional(),
3358
+ ipBlocking: z.array(ACLAction$outboundSchema).optional(),
3359
+ integration: z.array(ACLAction$outboundSchema).optional(),
3360
+ integrationAccount: z.array(ACLAction$outboundSchema).optional(),
3361
+ integrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
3362
+ integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
3363
+ .optional(),
3364
+ integrationConfigurationProjects: z.array(ACLAction$outboundSchema)
3365
+ .optional(),
3366
+ integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
3367
+ .optional(),
3368
+ integrationConfigurationRole: z.array(ACLAction$outboundSchema).optional(),
3369
+ integrationResource: z.array(ACLAction$outboundSchema).optional(),
3370
+ integrationEvent: z.array(ACLAction$outboundSchema).optional(),
3371
+ integrationResourceSecrets: z.array(ACLAction$outboundSchema).optional(),
3372
+ integrationDeploymentAction: z.array(ACLAction$outboundSchema).optional(),
3373
+ marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
3374
+ marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
3375
+ marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
3376
+ jobGlobal: z.array(ACLAction$outboundSchema).optional(),
3377
+ logDrain: z.array(ACLAction$outboundSchema).optional(),
3378
+ monitoring: z.array(ACLAction$outboundSchema).optional(),
3379
+ monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
3380
+ monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
3381
+ monitoringChart: z.array(ACLAction$outboundSchema).optional(),
3382
+ monitoringAlert: z.array(ACLAction$outboundSchema).optional(),
3383
+ notificationDeploymentFailed: z.array(ACLAction$outboundSchema).optional(),
3384
+ notificationDomainConfiguration: z.array(ACLAction$outboundSchema).optional(),
3385
+ notificationDomainExpire: z.array(ACLAction$outboundSchema).optional(),
3386
+ notificationDomainMoved: z.array(ACLAction$outboundSchema).optional(),
3387
+ notificationDomainPurchase: z.array(ACLAction$outboundSchema).optional(),
3388
+ notificationDomainRenewal: z.array(ACLAction$outboundSchema).optional(),
3389
+ notificationDomainTransfer: z.array(ACLAction$outboundSchema).optional(),
3390
+ notificationDomainUnverified: z.array(ACLAction$outboundSchema).optional(),
3391
+ notificationMonitoringAlert: z.array(ACLAction$outboundSchema).optional(),
3392
+ notificationPaymentFailed: z.array(ACLAction$outboundSchema).optional(),
3393
+ notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
3394
+ notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
3395
+ notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
3396
+ oauth2Connection: z.array(ACLAction$outboundSchema).optional(),
3397
+ observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
3398
+ openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
3399
+ paymentMethod: z.array(ACLAction$outboundSchema).optional(),
3400
+ permissions: z.array(ACLAction$outboundSchema).optional(),
3401
+ postgres: z.array(ACLAction$outboundSchema).optional(),
3402
+ previewDeploymentSuffix: z.array(ACLAction$outboundSchema).optional(),
3403
+ proTrialOnboarding: z.array(ACLAction$outboundSchema).optional(),
3404
+ sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
3405
+ sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
3406
+ space: z.array(ACLAction$outboundSchema).optional(),
3407
+ spaceRun: z.array(ACLAction$outboundSchema).optional(),
3408
+ passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
3409
+ rateLimit: z.array(ACLAction$outboundSchema).optional(),
3410
+ redis: z.array(ACLAction$outboundSchema).optional(),
3411
+ repository: z.array(ACLAction$outboundSchema).optional(),
3412
+ remoteCaching: z.array(ACLAction$outboundSchema).optional(),
3413
+ samlConfig: z.array(ACLAction$outboundSchema).optional(),
3414
+ secret: z.array(ACLAction$outboundSchema).optional(),
3415
+ redisStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
3416
+ blobStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
3417
+ postgresStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
3418
+ integrationStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
3419
+ integrationResourceReplCommand: z.array(ACLAction$outboundSchema).optional(),
3420
+ storeTransfer: z.array(ACLAction$outboundSchema).optional(),
3421
+ supportCase: z.array(ACLAction$outboundSchema).optional(),
3422
+ supportCaseComment: z.array(ACLAction$outboundSchema).optional(),
3423
+ dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
3424
+ team: z.array(ACLAction$outboundSchema).optional(),
3425
+ teamAccessRequest: z.array(ACLAction$outboundSchema).optional(),
3426
+ teamFellowMembership: z.array(ACLAction$outboundSchema).optional(),
3427
+ teamGitExclusivity: z.array(ACLAction$outboundSchema).optional(),
3428
+ teamInvite: z.array(ACLAction$outboundSchema).optional(),
3429
+ teamInviteCode: z.array(ACLAction$outboundSchema).optional(),
3430
+ teamJoin: z.array(ACLAction$outboundSchema).optional(),
3431
+ teamMicrofrontends: z.array(ACLAction$outboundSchema).optional(),
3432
+ teamOwnMembership: z.array(ACLAction$outboundSchema).optional(),
3433
+ teamOwnMembershipDisconnectSAML: z.array(ACLAction$outboundSchema).optional(),
3434
+ token: z.array(ACLAction$outboundSchema).optional(),
3435
+ usage: z.array(ACLAction$outboundSchema).optional(),
3436
+ usageCycle: z.array(ACLAction$outboundSchema).optional(),
3437
+ user: z.array(ACLAction$outboundSchema).optional(),
3438
+ userConnection: z.array(ACLAction$outboundSchema).optional(),
3439
+ vpcPeeringConnection: z.array(ACLAction$outboundSchema).optional(),
3440
+ webAnalyticsPlan: z.array(ACLAction$outboundSchema).optional(),
3441
+ webAuthn: z.array(ACLAction$outboundSchema).optional(),
3442
+ edgeConfig: z.array(ACLAction$outboundSchema).optional(),
3443
+ edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
3444
+ edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
3445
+ edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
3446
+ webhook: z.array(ACLAction$outboundSchema).optional(),
3447
+ webhookEvent: z.array(ACLAction$outboundSchema).optional(),
3448
+ endpointVerification: z.array(ACLAction$outboundSchema).optional(),
3449
+ projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
3450
+ oauth2Application: z.array(ACLAction$outboundSchema).optional(),
3451
+ aliasProject: z.array(ACLAction$outboundSchema).optional(),
3452
+ aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
3453
+ productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
3454
+ connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
3455
+ dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
3456
+ deployment: z.array(ACLAction$outboundSchema).optional(),
3457
+ deploymentCheck: z.array(ACLAction$outboundSchema).optional(),
3458
+ deploymentCheckPreview: z.array(ACLAction$outboundSchema).optional(),
3459
+ deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
3460
+ .optional(),
3461
+ deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
3462
+ deploymentV0: z.array(ACLAction$outboundSchema).optional(),
3463
+ deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
3464
+ deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
3465
+ deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
3466
+ deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
3467
+ environments: z.array(ACLAction$outboundSchema).optional(),
3468
+ logs: z.array(ACLAction$outboundSchema).optional(),
3469
+ logsPreset: z.array(ACLAction$outboundSchema).optional(),
3470
+ passwordProtection: z.array(ACLAction$outboundSchema).optional(),
3471
+ optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
3472
+ job: z.array(ACLAction$outboundSchema).optional(),
3473
+ observabilityData: z.array(ACLAction$outboundSchema).optional(),
3474
+ project: z.array(ACLAction$outboundSchema).optional(),
3475
+ projectFromV0: z.array(ACLAction$outboundSchema).optional(),
3476
+ projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
3477
+ projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
3478
+ projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
3479
+ projectDomain: z.array(ACLAction$outboundSchema).optional(),
3480
+ projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
3481
+ projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
3482
+ projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
3483
+ projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
3484
+ projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
3485
+ .optional(),
3486
+ projectFlags: z.array(ACLAction$outboundSchema).optional(),
3487
+ projectId: z.array(ACLAction$outboundSchema).optional(),
3488
+ projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
3489
+ projectLink: z.array(ACLAction$outboundSchema).optional(),
3490
+ projectMember: z.array(ACLAction$outboundSchema).optional(),
3491
+ projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
3492
+ projectPermissions: z.array(ACLAction$outboundSchema).optional(),
3493
+ projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
3494
+ projectTransfer: z.array(ACLAction$outboundSchema).optional(),
3495
+ projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
3496
+ projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
3497
+ projectUsage: z.array(ACLAction$outboundSchema).optional(),
3498
+ projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
3499
+ projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
3500
+ projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
3501
+ projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
3502
+ projectTier: z.array(ACLAction$outboundSchema).optional(),
3503
+ seawallConfig: z.array(ACLAction$outboundSchema).optional(),
3504
+ skewProtection: z.array(ACLAction$outboundSchema).optional(),
3505
+ analytics: z.array(ACLAction$outboundSchema).optional(),
3506
+ trustedIps: z.array(ACLAction$outboundSchema).optional(),
3507
+ webAnalytics: z.array(ACLAction$outboundSchema).optional(),
3508
+ sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
3509
+ sonar: z.array(ACLAction$outboundSchema).optional(),
3510
+ }).transform((v) => {
3511
+ return remap$(v, {
3512
+ monitoring: "Monitoring",
3513
+ notificationMonitoringAlert: "NotificationMonitoringAlert",
3514
+ webhookEvent: "webhook-event",
3515
+ });
3516
+ });
3517
+ /**
3518
+ * @internal
3519
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3520
+ */
3521
+ export var CreateProjectPermissions$;
3522
+ (function (CreateProjectPermissions$) {
3523
+ /** @deprecated use `CreateProjectPermissions$inboundSchema` instead. */
3524
+ CreateProjectPermissions$.inboundSchema = CreateProjectPermissions$inboundSchema;
3525
+ /** @deprecated use `CreateProjectPermissions$outboundSchema` instead. */
3526
+ CreateProjectPermissions$.outboundSchema = CreateProjectPermissions$outboundSchema;
3527
+ })(CreateProjectPermissions$ || (CreateProjectPermissions$ = {}));
3528
+ export function createProjectPermissionsToJSON(createProjectPermissions) {
3529
+ return JSON.stringify(CreateProjectPermissions$outboundSchema.parse(createProjectPermissions));
3530
+ }
3531
+ export function createProjectPermissionsFromJSON(jsonString) {
3532
+ return safeParse(jsonString, (x) => CreateProjectPermissions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectPermissions' from JSON`);
3533
+ }
3534
+ /** @internal */
3535
+ export const CreateProjectLastRollbackTarget$inboundSchema = z.object({});
3536
+ /** @internal */
3537
+ export const CreateProjectLastRollbackTarget$outboundSchema = z.object({});
3538
+ /**
3539
+ * @internal
3540
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3541
+ */
3542
+ export var CreateProjectLastRollbackTarget$;
3543
+ (function (CreateProjectLastRollbackTarget$) {
3544
+ /** @deprecated use `CreateProjectLastRollbackTarget$inboundSchema` instead. */
3545
+ CreateProjectLastRollbackTarget$.inboundSchema = CreateProjectLastRollbackTarget$inboundSchema;
3546
+ /** @deprecated use `CreateProjectLastRollbackTarget$outboundSchema` instead. */
3547
+ CreateProjectLastRollbackTarget$.outboundSchema = CreateProjectLastRollbackTarget$outboundSchema;
3548
+ })(CreateProjectLastRollbackTarget$ || (CreateProjectLastRollbackTarget$ = {}));
3549
+ export function createProjectLastRollbackTargetToJSON(createProjectLastRollbackTarget) {
3550
+ return JSON.stringify(CreateProjectLastRollbackTarget$outboundSchema.parse(createProjectLastRollbackTarget));
3551
+ }
3552
+ export function createProjectLastRollbackTargetFromJSON(jsonString) {
3553
+ return safeParse(jsonString, (x) => CreateProjectLastRollbackTarget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectLastRollbackTarget' from JSON`);
3554
+ }
3555
+ /** @internal */
3556
+ export const CreateProjectJobStatus$inboundSchema = z.nativeEnum(CreateProjectJobStatus);
3557
+ /** @internal */
3558
+ export const CreateProjectJobStatus$outboundSchema = CreateProjectJobStatus$inboundSchema;
3559
+ /**
3560
+ * @internal
3561
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3562
+ */
3563
+ export var CreateProjectJobStatus$;
3564
+ (function (CreateProjectJobStatus$) {
3565
+ /** @deprecated use `CreateProjectJobStatus$inboundSchema` instead. */
3566
+ CreateProjectJobStatus$.inboundSchema = CreateProjectJobStatus$inboundSchema;
3567
+ /** @deprecated use `CreateProjectJobStatus$outboundSchema` instead. */
3568
+ CreateProjectJobStatus$.outboundSchema = CreateProjectJobStatus$outboundSchema;
3569
+ })(CreateProjectJobStatus$ || (CreateProjectJobStatus$ = {}));
3570
+ /** @internal */
3571
+ export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema = z.nativeEnum(CreateProjectProjectsResponse200ApplicationJSONResponseBodyType);
3572
+ /** @internal */
3573
+ export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
3574
+ /**
3575
+ * @internal
3576
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3577
+ */
3578
+ export var CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$;
3579
+ (function (CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$) {
3580
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
3581
+ CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$.inboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
3582
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
3583
+ CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$.outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema;
3584
+ })(CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$ || (CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$ = {}));
3585
+ /** @internal */
3586
+ export const CreateProjectLastAliasRequest$inboundSchema = z.object({
3587
+ fromDeploymentId: z.string(),
3588
+ toDeploymentId: z.string(),
3589
+ jobStatus: CreateProjectJobStatus$inboundSchema,
3590
+ requestedAt: z.number(),
3591
+ type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
3592
+ });
3593
+ /** @internal */
3594
+ export const CreateProjectLastAliasRequest$outboundSchema = z.object({
3595
+ fromDeploymentId: z.string(),
3596
+ toDeploymentId: z.string(),
3597
+ jobStatus: CreateProjectJobStatus$outboundSchema,
3598
+ requestedAt: z.number(),
3599
+ type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
3600
+ });
3601
+ /**
3602
+ * @internal
3603
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3604
+ */
3605
+ export var CreateProjectLastAliasRequest$;
3606
+ (function (CreateProjectLastAliasRequest$) {
3607
+ /** @deprecated use `CreateProjectLastAliasRequest$inboundSchema` instead. */
3608
+ CreateProjectLastAliasRequest$.inboundSchema = CreateProjectLastAliasRequest$inboundSchema;
3609
+ /** @deprecated use `CreateProjectLastAliasRequest$outboundSchema` instead. */
3610
+ CreateProjectLastAliasRequest$.outboundSchema = CreateProjectLastAliasRequest$outboundSchema;
3611
+ })(CreateProjectLastAliasRequest$ || (CreateProjectLastAliasRequest$ = {}));
3612
+ export function createProjectLastAliasRequestToJSON(createProjectLastAliasRequest) {
3613
+ return JSON.stringify(CreateProjectLastAliasRequest$outboundSchema.parse(createProjectLastAliasRequest));
3614
+ }
3615
+ export function createProjectLastAliasRequestFromJSON(jsonString) {
3616
+ return safeParse(jsonString, (x) => CreateProjectLastAliasRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectLastAliasRequest' from JSON`);
3617
+ }
3618
+ /** @internal */
3619
+ export const CreateProjectScope$inboundSchema = z.nativeEnum(CreateProjectScope);
3620
+ /** @internal */
3621
+ export const CreateProjectScope$outboundSchema = CreateProjectScope$inboundSchema;
3622
+ /**
3623
+ * @internal
3624
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3625
+ */
3626
+ export var CreateProjectScope$;
3627
+ (function (CreateProjectScope$) {
3628
+ /** @deprecated use `CreateProjectScope$inboundSchema` instead. */
3629
+ CreateProjectScope$.inboundSchema = CreateProjectScope$inboundSchema;
3630
+ /** @deprecated use `CreateProjectScope$outboundSchema` instead. */
3631
+ CreateProjectScope$.outboundSchema = CreateProjectScope$outboundSchema;
3632
+ })(CreateProjectScope$ || (CreateProjectScope$ = {}));
3633
+ /** @internal */
3634
+ export const CreateProjectProtectionBypass$inboundSchema = z.object({
3635
+ createdAt: z.number(),
3636
+ createdBy: z.string(),
3637
+ scope: CreateProjectScope$inboundSchema,
3638
+ });
3639
+ /** @internal */
3640
+ export const CreateProjectProtectionBypass$outboundSchema = z.object({
3641
+ createdAt: z.number(),
3642
+ createdBy: z.string(),
3643
+ scope: CreateProjectScope$outboundSchema,
3644
+ });
3645
+ /**
3646
+ * @internal
3647
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3648
+ */
3649
+ export var CreateProjectProtectionBypass$;
3650
+ (function (CreateProjectProtectionBypass$) {
3651
+ /** @deprecated use `CreateProjectProtectionBypass$inboundSchema` instead. */
3652
+ CreateProjectProtectionBypass$.inboundSchema = CreateProjectProtectionBypass$inboundSchema;
3653
+ /** @deprecated use `CreateProjectProtectionBypass$outboundSchema` instead. */
3654
+ CreateProjectProtectionBypass$.outboundSchema = CreateProjectProtectionBypass$outboundSchema;
3655
+ })(CreateProjectProtectionBypass$ || (CreateProjectProtectionBypass$ = {}));
3656
+ export function createProjectProtectionBypassToJSON(createProjectProtectionBypass) {
3657
+ return JSON.stringify(CreateProjectProtectionBypass$outboundSchema.parse(createProjectProtectionBypass));
3658
+ }
3659
+ export function createProjectProtectionBypassFromJSON(jsonString) {
3660
+ return safeParse(jsonString, (x) => CreateProjectProtectionBypass$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectProtectionBypass' from JSON`);
3661
+ }
3662
+ /** @internal */
3663
+ export const CreateProjectTrustedIpsProjectsDeploymentType$inboundSchema = z
3664
+ .nativeEnum(CreateProjectTrustedIpsProjectsDeploymentType);
3665
+ /** @internal */
3666
+ export const CreateProjectTrustedIpsProjectsDeploymentType$outboundSchema = CreateProjectTrustedIpsProjectsDeploymentType$inboundSchema;
3667
+ /**
3668
+ * @internal
3669
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3670
+ */
3671
+ export var CreateProjectTrustedIpsProjectsDeploymentType$;
3672
+ (function (CreateProjectTrustedIpsProjectsDeploymentType$) {
3673
+ /** @deprecated use `CreateProjectTrustedIpsProjectsDeploymentType$inboundSchema` instead. */
3674
+ CreateProjectTrustedIpsProjectsDeploymentType$.inboundSchema = CreateProjectTrustedIpsProjectsDeploymentType$inboundSchema;
3675
+ /** @deprecated use `CreateProjectTrustedIpsProjectsDeploymentType$outboundSchema` instead. */
3676
+ CreateProjectTrustedIpsProjectsDeploymentType$.outboundSchema = CreateProjectTrustedIpsProjectsDeploymentType$outboundSchema;
3677
+ })(CreateProjectTrustedIpsProjectsDeploymentType$ || (CreateProjectTrustedIpsProjectsDeploymentType$ = {}));
3678
+ /** @internal */
3679
+ export const CreateProjectTrustedIps2$inboundSchema = z.object({
3680
+ deploymentType: CreateProjectTrustedIpsProjectsDeploymentType$inboundSchema,
3681
+ });
3682
+ /** @internal */
3683
+ export const CreateProjectTrustedIps2$outboundSchema = z.object({
3684
+ deploymentType: CreateProjectTrustedIpsProjectsDeploymentType$outboundSchema,
3685
+ });
3686
+ /**
3687
+ * @internal
3688
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3689
+ */
3690
+ export var CreateProjectTrustedIps2$;
3691
+ (function (CreateProjectTrustedIps2$) {
3692
+ /** @deprecated use `CreateProjectTrustedIps2$inboundSchema` instead. */
3693
+ CreateProjectTrustedIps2$.inboundSchema = CreateProjectTrustedIps2$inboundSchema;
3694
+ /** @deprecated use `CreateProjectTrustedIps2$outboundSchema` instead. */
3695
+ CreateProjectTrustedIps2$.outboundSchema = CreateProjectTrustedIps2$outboundSchema;
3696
+ })(CreateProjectTrustedIps2$ || (CreateProjectTrustedIps2$ = {}));
3697
+ export function createProjectTrustedIps2ToJSON(createProjectTrustedIps2) {
3698
+ return JSON.stringify(CreateProjectTrustedIps2$outboundSchema.parse(createProjectTrustedIps2));
3699
+ }
3700
+ export function createProjectTrustedIps2FromJSON(jsonString) {
3701
+ return safeParse(jsonString, (x) => CreateProjectTrustedIps2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectTrustedIps2' from JSON`);
3702
+ }
3703
+ /** @internal */
3704
+ export const CreateProjectTrustedIpsDeploymentType$inboundSchema = z.nativeEnum(CreateProjectTrustedIpsDeploymentType);
3705
+ /** @internal */
3706
+ export const CreateProjectTrustedIpsDeploymentType$outboundSchema = CreateProjectTrustedIpsDeploymentType$inboundSchema;
3707
+ /**
3708
+ * @internal
3709
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3710
+ */
3711
+ export var CreateProjectTrustedIpsDeploymentType$;
3712
+ (function (CreateProjectTrustedIpsDeploymentType$) {
3713
+ /** @deprecated use `CreateProjectTrustedIpsDeploymentType$inboundSchema` instead. */
3714
+ CreateProjectTrustedIpsDeploymentType$.inboundSchema = CreateProjectTrustedIpsDeploymentType$inboundSchema;
3715
+ /** @deprecated use `CreateProjectTrustedIpsDeploymentType$outboundSchema` instead. */
3716
+ CreateProjectTrustedIpsDeploymentType$.outboundSchema = CreateProjectTrustedIpsDeploymentType$outboundSchema;
3717
+ })(CreateProjectTrustedIpsDeploymentType$ || (CreateProjectTrustedIpsDeploymentType$ = {}));
3718
+ /** @internal */
3719
+ export const TrustedIpsAddresses$inboundSchema = z.object({
3720
+ value: z.string(),
3721
+ note: z.string().optional(),
3722
+ });
3723
+ /** @internal */
3724
+ export const TrustedIpsAddresses$outboundSchema = z.object({
3725
+ value: z.string(),
3726
+ note: z.string().optional(),
3727
+ });
3728
+ /**
3729
+ * @internal
3730
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3731
+ */
3732
+ export var TrustedIpsAddresses$;
3733
+ (function (TrustedIpsAddresses$) {
3734
+ /** @deprecated use `TrustedIpsAddresses$inboundSchema` instead. */
3735
+ TrustedIpsAddresses$.inboundSchema = TrustedIpsAddresses$inboundSchema;
3736
+ /** @deprecated use `TrustedIpsAddresses$outboundSchema` instead. */
3737
+ TrustedIpsAddresses$.outboundSchema = TrustedIpsAddresses$outboundSchema;
3738
+ })(TrustedIpsAddresses$ || (TrustedIpsAddresses$ = {}));
3739
+ export function trustedIpsAddressesToJSON(trustedIpsAddresses) {
3740
+ return JSON.stringify(TrustedIpsAddresses$outboundSchema.parse(trustedIpsAddresses));
3741
+ }
3742
+ export function trustedIpsAddressesFromJSON(jsonString) {
3743
+ return safeParse(jsonString, (x) => TrustedIpsAddresses$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'TrustedIpsAddresses' from JSON`);
3744
+ }
3745
+ /** @internal */
3746
+ export const TrustedIpsProtectionMode$inboundSchema = z.nativeEnum(TrustedIpsProtectionMode);
3747
+ /** @internal */
3748
+ export const TrustedIpsProtectionMode$outboundSchema = TrustedIpsProtectionMode$inboundSchema;
3749
+ /**
3750
+ * @internal
3751
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3752
+ */
3753
+ export var TrustedIpsProtectionMode$;
3754
+ (function (TrustedIpsProtectionMode$) {
3755
+ /** @deprecated use `TrustedIpsProtectionMode$inboundSchema` instead. */
3756
+ TrustedIpsProtectionMode$.inboundSchema = TrustedIpsProtectionMode$inboundSchema;
3757
+ /** @deprecated use `TrustedIpsProtectionMode$outboundSchema` instead. */
3758
+ TrustedIpsProtectionMode$.outboundSchema = TrustedIpsProtectionMode$outboundSchema;
3759
+ })(TrustedIpsProtectionMode$ || (TrustedIpsProtectionMode$ = {}));
3760
+ /** @internal */
3761
+ export const CreateProjectTrustedIps1$inboundSchema = z.object({
3762
+ deploymentType: CreateProjectTrustedIpsDeploymentType$inboundSchema,
3763
+ addresses: z.array(z.lazy(() => TrustedIpsAddresses$inboundSchema)),
3764
+ protectionMode: TrustedIpsProtectionMode$inboundSchema,
3765
+ });
3766
+ /** @internal */
3767
+ export const CreateProjectTrustedIps1$outboundSchema = z.object({
3768
+ deploymentType: CreateProjectTrustedIpsDeploymentType$outboundSchema,
3769
+ addresses: z.array(z.lazy(() => TrustedIpsAddresses$outboundSchema)),
3770
+ protectionMode: TrustedIpsProtectionMode$outboundSchema,
3771
+ });
3772
+ /**
3773
+ * @internal
3774
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3775
+ */
3776
+ export var CreateProjectTrustedIps1$;
3777
+ (function (CreateProjectTrustedIps1$) {
3778
+ /** @deprecated use `CreateProjectTrustedIps1$inboundSchema` instead. */
3779
+ CreateProjectTrustedIps1$.inboundSchema = CreateProjectTrustedIps1$inboundSchema;
3780
+ /** @deprecated use `CreateProjectTrustedIps1$outboundSchema` instead. */
3781
+ CreateProjectTrustedIps1$.outboundSchema = CreateProjectTrustedIps1$outboundSchema;
3782
+ })(CreateProjectTrustedIps1$ || (CreateProjectTrustedIps1$ = {}));
3783
+ export function createProjectTrustedIps1ToJSON(createProjectTrustedIps1) {
3784
+ return JSON.stringify(CreateProjectTrustedIps1$outboundSchema.parse(createProjectTrustedIps1));
3785
+ }
3786
+ export function createProjectTrustedIps1FromJSON(jsonString) {
3787
+ return safeParse(jsonString, (x) => CreateProjectTrustedIps1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectTrustedIps1' from JSON`);
3788
+ }
3789
+ /** @internal */
3790
+ export const CreateProjectTrustedIps$inboundSchema = z.union([
3791
+ z.lazy(() => CreateProjectTrustedIps2$inboundSchema),
3792
+ z.lazy(() => CreateProjectTrustedIps1$inboundSchema),
3793
+ ]);
3794
+ /** @internal */
3795
+ export const CreateProjectTrustedIps$outboundSchema = z.union([
3796
+ z.lazy(() => CreateProjectTrustedIps2$outboundSchema),
3797
+ z.lazy(() => CreateProjectTrustedIps1$outboundSchema),
3798
+ ]);
3799
+ /**
3800
+ * @internal
3801
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3802
+ */
3803
+ export var CreateProjectTrustedIps$;
3804
+ (function (CreateProjectTrustedIps$) {
3805
+ /** @deprecated use `CreateProjectTrustedIps$inboundSchema` instead. */
3806
+ CreateProjectTrustedIps$.inboundSchema = CreateProjectTrustedIps$inboundSchema;
3807
+ /** @deprecated use `CreateProjectTrustedIps$outboundSchema` instead. */
3808
+ CreateProjectTrustedIps$.outboundSchema = CreateProjectTrustedIps$outboundSchema;
3809
+ })(CreateProjectTrustedIps$ || (CreateProjectTrustedIps$ = {}));
3810
+ export function createProjectTrustedIpsToJSON(createProjectTrustedIps) {
3811
+ return JSON.stringify(CreateProjectTrustedIps$outboundSchema.parse(createProjectTrustedIps));
3812
+ }
3813
+ export function createProjectTrustedIpsFromJSON(jsonString) {
3814
+ return safeParse(jsonString, (x) => CreateProjectTrustedIps$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectTrustedIps' from JSON`);
3815
+ }
3816
+ /** @internal */
3817
+ export const CreateProjectGitComments$inboundSchema = z.object({
3818
+ onPullRequest: z.boolean(),
3819
+ onCommit: z.boolean(),
3820
+ });
3821
+ /** @internal */
3822
+ export const CreateProjectGitComments$outboundSchema = z.object({
3823
+ onPullRequest: z.boolean(),
3824
+ onCommit: z.boolean(),
3825
+ });
3826
+ /**
3827
+ * @internal
3828
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3829
+ */
3830
+ export var CreateProjectGitComments$;
3831
+ (function (CreateProjectGitComments$) {
3832
+ /** @deprecated use `CreateProjectGitComments$inboundSchema` instead. */
3833
+ CreateProjectGitComments$.inboundSchema = CreateProjectGitComments$inboundSchema;
3834
+ /** @deprecated use `CreateProjectGitComments$outboundSchema` instead. */
3835
+ CreateProjectGitComments$.outboundSchema = CreateProjectGitComments$outboundSchema;
3836
+ })(CreateProjectGitComments$ || (CreateProjectGitComments$ = {}));
3837
+ export function createProjectGitCommentsToJSON(createProjectGitComments) {
3838
+ return JSON.stringify(CreateProjectGitComments$outboundSchema.parse(createProjectGitComments));
3839
+ }
3840
+ export function createProjectGitCommentsFromJSON(jsonString) {
3841
+ return safeParse(jsonString, (x) => CreateProjectGitComments$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectGitComments' from JSON`);
3842
+ }
3843
+ /** @internal */
3844
+ export const CreateProjectWebAnalytics$inboundSchema = z.object({
3845
+ id: z.string(),
3846
+ disabledAt: z.number().optional(),
3847
+ canceledAt: z.number().optional(),
3848
+ enabledAt: z.number().optional(),
3849
+ hasData: z.boolean().optional(),
3850
+ });
3851
+ /** @internal */
3852
+ export const CreateProjectWebAnalytics$outboundSchema = z.object({
3853
+ id: z.string(),
3854
+ disabledAt: z.number().optional(),
3855
+ canceledAt: z.number().optional(),
3856
+ enabledAt: z.number().optional(),
3857
+ hasData: z.boolean().optional(),
3858
+ });
3859
+ /**
3860
+ * @internal
3861
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3862
+ */
3863
+ export var CreateProjectWebAnalytics$;
3864
+ (function (CreateProjectWebAnalytics$) {
3865
+ /** @deprecated use `CreateProjectWebAnalytics$inboundSchema` instead. */
3866
+ CreateProjectWebAnalytics$.inboundSchema = CreateProjectWebAnalytics$inboundSchema;
3867
+ /** @deprecated use `CreateProjectWebAnalytics$outboundSchema` instead. */
3868
+ CreateProjectWebAnalytics$.outboundSchema = CreateProjectWebAnalytics$outboundSchema;
3869
+ })(CreateProjectWebAnalytics$ || (CreateProjectWebAnalytics$ = {}));
3870
+ export function createProjectWebAnalyticsToJSON(createProjectWebAnalytics) {
3871
+ return JSON.stringify(CreateProjectWebAnalytics$outboundSchema.parse(createProjectWebAnalytics));
3872
+ }
3873
+ export function createProjectWebAnalyticsFromJSON(jsonString) {
3874
+ return safeParse(jsonString, (x) => CreateProjectWebAnalytics$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectWebAnalytics' from JSON`);
3875
+ }
3876
+ /** @internal */
3877
+ export const CreateProjectSrc2$inboundSchema = z.object({
3878
+ re: z.string().optional(),
3879
+ eq: z.string().optional(),
3880
+ neq: z.string().optional(),
3881
+ inc: z.array(z.string()).optional(),
3882
+ ninc: z.array(z.string()).optional(),
3883
+ pre: z.string().optional(),
3884
+ suf: z.string().optional(),
3885
+ gt: z.number().optional(),
3886
+ gte: z.number().optional(),
3887
+ lt: z.number().optional(),
3888
+ lte: z.number().optional(),
3889
+ });
3890
+ /** @internal */
3891
+ export const CreateProjectSrc2$outboundSchema = z.object({
3892
+ re: z.string().optional(),
3893
+ eq: z.string().optional(),
3894
+ neq: z.string().optional(),
3895
+ inc: z.array(z.string()).optional(),
3896
+ ninc: z.array(z.string()).optional(),
3897
+ pre: z.string().optional(),
3898
+ suf: z.string().optional(),
3899
+ gt: z.number().optional(),
3900
+ gte: z.number().optional(),
3901
+ lt: z.number().optional(),
3902
+ lte: z.number().optional(),
3903
+ });
3904
+ /**
3905
+ * @internal
3906
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3907
+ */
3908
+ export var CreateProjectSrc2$;
3909
+ (function (CreateProjectSrc2$) {
3910
+ /** @deprecated use `CreateProjectSrc2$inboundSchema` instead. */
3911
+ CreateProjectSrc2$.inboundSchema = CreateProjectSrc2$inboundSchema;
3912
+ /** @deprecated use `CreateProjectSrc2$outboundSchema` instead. */
3913
+ CreateProjectSrc2$.outboundSchema = CreateProjectSrc2$outboundSchema;
3914
+ })(CreateProjectSrc2$ || (CreateProjectSrc2$ = {}));
3915
+ export function createProjectSrc2ToJSON(createProjectSrc2) {
3916
+ return JSON.stringify(CreateProjectSrc2$outboundSchema.parse(createProjectSrc2));
3917
+ }
3918
+ export function createProjectSrc2FromJSON(jsonString) {
3919
+ return safeParse(jsonString, (x) => CreateProjectSrc2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectSrc2' from JSON`);
3920
+ }
3921
+ /** @internal */
3922
+ export const CreateProjectSrc$inboundSchema = z.union([z.lazy(() => CreateProjectSrc2$inboundSchema), z.string()]);
3923
+ /** @internal */
3924
+ export const CreateProjectSrc$outboundSchema = z.union([z.lazy(() => CreateProjectSrc2$outboundSchema), z.string()]);
3925
+ /**
3926
+ * @internal
3927
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3928
+ */
3929
+ export var CreateProjectSrc$;
3930
+ (function (CreateProjectSrc$) {
3931
+ /** @deprecated use `CreateProjectSrc$inboundSchema` instead. */
3932
+ CreateProjectSrc$.inboundSchema = CreateProjectSrc$inboundSchema;
3933
+ /** @deprecated use `CreateProjectSrc$outboundSchema` instead. */
3934
+ CreateProjectSrc$.outboundSchema = CreateProjectSrc$outboundSchema;
3935
+ })(CreateProjectSrc$ || (CreateProjectSrc$ = {}));
3936
+ export function createProjectSrcToJSON(createProjectSrc) {
3937
+ return JSON.stringify(CreateProjectSrc$outboundSchema.parse(createProjectSrc));
3938
+ }
3939
+ export function createProjectSrcFromJSON(jsonString) {
3940
+ return safeParse(jsonString, (x) => CreateProjectSrc$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectSrc' from JSON`);
3941
+ }
3942
+ /** @internal */
3943
+ export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema = z.nativeEnum(CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType);
3944
+ /** @internal */
3945
+ export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema;
3946
+ /**
3947
+ * @internal
3948
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3949
+ */
3950
+ export var CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$;
3951
+ (function (CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$) {
3952
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema` instead. */
3953
+ CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$.inboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema;
3954
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema` instead. */
3955
+ CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$.outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema;
3956
+ })(CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$ || (CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$ = {}));
3957
+ /** @internal */
3958
+ export const CreateProjectValue2$inboundSchema = z.object({
3959
+ re: z.string().optional(),
3960
+ eq: z.string().optional(),
3961
+ neq: z.string().optional(),
3962
+ inc: z.array(z.string()).optional(),
3963
+ ninc: z.array(z.string()).optional(),
3964
+ pre: z.string().optional(),
3965
+ suf: z.string().optional(),
3966
+ gt: z.number().optional(),
3967
+ gte: z.number().optional(),
3968
+ lt: z.number().optional(),
3969
+ lte: z.number().optional(),
3970
+ });
3971
+ /** @internal */
3972
+ export const CreateProjectValue2$outboundSchema = z.object({
3973
+ re: z.string().optional(),
3974
+ eq: z.string().optional(),
3975
+ neq: z.string().optional(),
3976
+ inc: z.array(z.string()).optional(),
3977
+ ninc: z.array(z.string()).optional(),
3978
+ pre: z.string().optional(),
3979
+ suf: z.string().optional(),
3980
+ gt: z.number().optional(),
3981
+ gte: z.number().optional(),
3982
+ lt: z.number().optional(),
3983
+ lte: z.number().optional(),
3984
+ });
3985
+ /**
3986
+ * @internal
3987
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3988
+ */
3989
+ export var CreateProjectValue2$;
3990
+ (function (CreateProjectValue2$) {
3991
+ /** @deprecated use `CreateProjectValue2$inboundSchema` instead. */
3992
+ CreateProjectValue2$.inboundSchema = CreateProjectValue2$inboundSchema;
3993
+ /** @deprecated use `CreateProjectValue2$outboundSchema` instead. */
3994
+ CreateProjectValue2$.outboundSchema = CreateProjectValue2$outboundSchema;
3995
+ })(CreateProjectValue2$ || (CreateProjectValue2$ = {}));
3996
+ export function createProjectValue2ToJSON(createProjectValue2) {
3997
+ return JSON.stringify(CreateProjectValue2$outboundSchema.parse(createProjectValue2));
3998
+ }
3999
+ export function createProjectValue2FromJSON(jsonString) {
4000
+ return safeParse(jsonString, (x) => CreateProjectValue2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectValue2' from JSON`);
4001
+ }
4002
+ /** @internal */
4003
+ export const CreateProjectValue$inboundSchema = z.union([z.lazy(() => CreateProjectValue2$inboundSchema), z.string()]);
4004
+ /** @internal */
4005
+ export const CreateProjectValue$outboundSchema = z.union([z.lazy(() => CreateProjectValue2$outboundSchema), z.string()]);
4006
+ /**
4007
+ * @internal
4008
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4009
+ */
4010
+ export var CreateProjectValue$;
4011
+ (function (CreateProjectValue$) {
4012
+ /** @deprecated use `CreateProjectValue$inboundSchema` instead. */
4013
+ CreateProjectValue$.inboundSchema = CreateProjectValue$inboundSchema;
4014
+ /** @deprecated use `CreateProjectValue$outboundSchema` instead. */
4015
+ CreateProjectValue$.outboundSchema = CreateProjectValue$outboundSchema;
4016
+ })(CreateProjectValue$ || (CreateProjectValue$ = {}));
4017
+ export function createProjectValueToJSON(createProjectValue) {
4018
+ return JSON.stringify(CreateProjectValue$outboundSchema.parse(createProjectValue));
4019
+ }
4020
+ export function createProjectValueFromJSON(jsonString) {
4021
+ return safeParse(jsonString, (x) => CreateProjectValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectValue' from JSON`);
4022
+ }
4023
+ /** @internal */
4024
+ export const CreateProjectHas$inboundSchema = z.object({
4025
+ type: CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema,
4026
+ key: z.string().optional(),
4027
+ value: z.union([z.lazy(() => CreateProjectValue2$inboundSchema), z.string()])
4028
+ .optional(),
4029
+ });
4030
+ /** @internal */
4031
+ export const CreateProjectHas$outboundSchema = z.object({
4032
+ type: CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema,
4033
+ key: z.string().optional(),
4034
+ value: z.union([z.lazy(() => CreateProjectValue2$outboundSchema), z.string()])
4035
+ .optional(),
4036
+ });
4037
+ /**
4038
+ * @internal
4039
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4040
+ */
4041
+ export var CreateProjectHas$;
4042
+ (function (CreateProjectHas$) {
4043
+ /** @deprecated use `CreateProjectHas$inboundSchema` instead. */
4044
+ CreateProjectHas$.inboundSchema = CreateProjectHas$inboundSchema;
4045
+ /** @deprecated use `CreateProjectHas$outboundSchema` instead. */
4046
+ CreateProjectHas$.outboundSchema = CreateProjectHas$outboundSchema;
4047
+ })(CreateProjectHas$ || (CreateProjectHas$ = {}));
4048
+ export function createProjectHasToJSON(createProjectHas) {
4049
+ return JSON.stringify(CreateProjectHas$outboundSchema.parse(createProjectHas));
4050
+ }
4051
+ export function createProjectHasFromJSON(jsonString) {
4052
+ return safeParse(jsonString, (x) => CreateProjectHas$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectHas' from JSON`);
4053
+ }
4054
+ /** @internal */
4055
+ export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema = z.nativeEnum(CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType);
4056
+ /** @internal */
4057
+ export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema;
4058
+ /**
4059
+ * @internal
4060
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4061
+ */
4062
+ export var CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$;
4063
+ (function (CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$) {
4064
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema` instead. */
4065
+ CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$.inboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema;
4066
+ /** @deprecated use `CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema` instead. */
4067
+ CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$.outboundSchema = CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema;
4068
+ })(CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$ || (CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$ = {}));
4069
+ /** @internal */
4070
+ export const CreateProjectValueProjects2$inboundSchema = z.object({
4071
+ re: z.string().optional(),
4072
+ eq: z.string().optional(),
4073
+ neq: z.string().optional(),
4074
+ inc: z.array(z.string()).optional(),
4075
+ ninc: z.array(z.string()).optional(),
4076
+ pre: z.string().optional(),
4077
+ suf: z.string().optional(),
4078
+ gt: z.number().optional(),
4079
+ gte: z.number().optional(),
4080
+ lt: z.number().optional(),
4081
+ lte: z.number().optional(),
4082
+ });
4083
+ /** @internal */
4084
+ export const CreateProjectValueProjects2$outboundSchema = z.object({
4085
+ re: z.string().optional(),
4086
+ eq: z.string().optional(),
4087
+ neq: z.string().optional(),
4088
+ inc: z.array(z.string()).optional(),
4089
+ ninc: z.array(z.string()).optional(),
4090
+ pre: z.string().optional(),
4091
+ suf: z.string().optional(),
4092
+ gt: z.number().optional(),
4093
+ gte: z.number().optional(),
4094
+ lt: z.number().optional(),
4095
+ lte: z.number().optional(),
4096
+ });
4097
+ /**
4098
+ * @internal
4099
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4100
+ */
4101
+ export var CreateProjectValueProjects2$;
4102
+ (function (CreateProjectValueProjects2$) {
4103
+ /** @deprecated use `CreateProjectValueProjects2$inboundSchema` instead. */
4104
+ CreateProjectValueProjects2$.inboundSchema = CreateProjectValueProjects2$inboundSchema;
4105
+ /** @deprecated use `CreateProjectValueProjects2$outboundSchema` instead. */
4106
+ CreateProjectValueProjects2$.outboundSchema = CreateProjectValueProjects2$outboundSchema;
4107
+ })(CreateProjectValueProjects2$ || (CreateProjectValueProjects2$ = {}));
4108
+ export function createProjectValueProjects2ToJSON(createProjectValueProjects2) {
4109
+ return JSON.stringify(CreateProjectValueProjects2$outboundSchema.parse(createProjectValueProjects2));
4110
+ }
4111
+ export function createProjectValueProjects2FromJSON(jsonString) {
4112
+ return safeParse(jsonString, (x) => CreateProjectValueProjects2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectValueProjects2' from JSON`);
4113
+ }
4114
+ /** @internal */
4115
+ export const CreateProjectProjectsValue$inboundSchema = z.union([
4116
+ z.lazy(() => CreateProjectValueProjects2$inboundSchema),
4117
+ z.string(),
4118
+ ]);
4119
+ /** @internal */
4120
+ export const CreateProjectProjectsValue$outboundSchema = z.union([
4121
+ z.lazy(() => CreateProjectValueProjects2$outboundSchema),
4122
+ z.string(),
4123
+ ]);
4124
+ /**
4125
+ * @internal
4126
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4127
+ */
4128
+ export var CreateProjectProjectsValue$;
4129
+ (function (CreateProjectProjectsValue$) {
4130
+ /** @deprecated use `CreateProjectProjectsValue$inboundSchema` instead. */
4131
+ CreateProjectProjectsValue$.inboundSchema = CreateProjectProjectsValue$inboundSchema;
4132
+ /** @deprecated use `CreateProjectProjectsValue$outboundSchema` instead. */
4133
+ CreateProjectProjectsValue$.outboundSchema = CreateProjectProjectsValue$outboundSchema;
4134
+ })(CreateProjectProjectsValue$ || (CreateProjectProjectsValue$ = {}));
4135
+ export function createProjectProjectsValueToJSON(createProjectProjectsValue) {
4136
+ return JSON.stringify(CreateProjectProjectsValue$outboundSchema.parse(createProjectProjectsValue));
4137
+ }
4138
+ export function createProjectProjectsValueFromJSON(jsonString) {
4139
+ return safeParse(jsonString, (x) => CreateProjectProjectsValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectProjectsValue' from JSON`);
4140
+ }
4141
+ /** @internal */
4142
+ export const CreateProjectMissing$inboundSchema = z.object({
4143
+ type: CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema,
4144
+ key: z.string().optional(),
4145
+ value: z.union([
4146
+ z.lazy(() => CreateProjectValueProjects2$inboundSchema),
4147
+ z.string(),
4148
+ ]).optional(),
4149
+ });
4150
+ /** @internal */
4151
+ export const CreateProjectMissing$outboundSchema = z.object({
4152
+ type: CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema,
4153
+ key: z.string().optional(),
4154
+ value: z.union([
4155
+ z.lazy(() => CreateProjectValueProjects2$outboundSchema),
4156
+ z.string(),
4157
+ ]).optional(),
4158
+ });
4159
+ /**
4160
+ * @internal
4161
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4162
+ */
4163
+ export var CreateProjectMissing$;
4164
+ (function (CreateProjectMissing$) {
4165
+ /** @deprecated use `CreateProjectMissing$inboundSchema` instead. */
4166
+ CreateProjectMissing$.inboundSchema = CreateProjectMissing$inboundSchema;
4167
+ /** @deprecated use `CreateProjectMissing$outboundSchema` instead. */
4168
+ CreateProjectMissing$.outboundSchema = CreateProjectMissing$outboundSchema;
4169
+ })(CreateProjectMissing$ || (CreateProjectMissing$ = {}));
4170
+ export function createProjectMissingToJSON(createProjectMissing) {
4171
+ return JSON.stringify(CreateProjectMissing$outboundSchema.parse(createProjectMissing));
4172
+ }
4173
+ export function createProjectMissingFromJSON(jsonString) {
4174
+ return safeParse(jsonString, (x) => CreateProjectMissing$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectMissing' from JSON`);
4175
+ }
4176
+ /** @internal */
4177
+ export const CreateProjectHandle$inboundSchema = z.nativeEnum(CreateProjectHandle);
4178
+ /** @internal */
4179
+ export const CreateProjectHandle$outboundSchema = CreateProjectHandle$inboundSchema;
4180
+ /**
4181
+ * @internal
4182
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4183
+ */
4184
+ export var CreateProjectHandle$;
4185
+ (function (CreateProjectHandle$) {
4186
+ /** @deprecated use `CreateProjectHandle$inboundSchema` instead. */
4187
+ CreateProjectHandle$.inboundSchema = CreateProjectHandle$inboundSchema;
4188
+ /** @deprecated use `CreateProjectHandle$outboundSchema` instead. */
4189
+ CreateProjectHandle$.outboundSchema = CreateProjectHandle$outboundSchema;
4190
+ })(CreateProjectHandle$ || (CreateProjectHandle$ = {}));
4191
+ /** @internal */
4192
+ export const CreateProjectAction$inboundSchema = z.nativeEnum(CreateProjectAction);
4193
+ /** @internal */
4194
+ export const CreateProjectAction$outboundSchema = CreateProjectAction$inboundSchema;
4195
+ /**
4196
+ * @internal
4197
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4198
+ */
4199
+ export var CreateProjectAction$;
4200
+ (function (CreateProjectAction$) {
4201
+ /** @deprecated use `CreateProjectAction$inboundSchema` instead. */
4202
+ CreateProjectAction$.inboundSchema = CreateProjectAction$inboundSchema;
4203
+ /** @deprecated use `CreateProjectAction$outboundSchema` instead. */
4204
+ CreateProjectAction$.outboundSchema = CreateProjectAction$outboundSchema;
4205
+ })(CreateProjectAction$ || (CreateProjectAction$ = {}));
4206
+ /** @internal */
4207
+ export const CreateProjectAlgo$inboundSchema = z.nativeEnum(CreateProjectAlgo);
4208
+ /** @internal */
4209
+ export const CreateProjectAlgo$outboundSchema = CreateProjectAlgo$inboundSchema;
4210
+ /**
4211
+ * @internal
4212
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4213
+ */
4214
+ export var CreateProjectAlgo$;
4215
+ (function (CreateProjectAlgo$) {
4216
+ /** @deprecated use `CreateProjectAlgo$inboundSchema` instead. */
4217
+ CreateProjectAlgo$.inboundSchema = CreateProjectAlgo$inboundSchema;
4218
+ /** @deprecated use `CreateProjectAlgo$outboundSchema` instead. */
4219
+ CreateProjectAlgo$.outboundSchema = CreateProjectAlgo$outboundSchema;
4220
+ })(CreateProjectAlgo$ || (CreateProjectAlgo$ = {}));
4221
+ /** @internal */
4222
+ export const CreateProjectErl$inboundSchema = z.object({
4223
+ algo: CreateProjectAlgo$inboundSchema,
4224
+ window: z.number(),
4225
+ limit: z.number(),
4226
+ keys: z.array(z.string()),
4227
+ });
4228
+ /** @internal */
4229
+ export const CreateProjectErl$outboundSchema = z.object({
4230
+ algo: CreateProjectAlgo$outboundSchema,
4231
+ window: z.number(),
4232
+ limit: z.number(),
4233
+ keys: z.array(z.string()),
4234
+ });
4235
+ /**
4236
+ * @internal
4237
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4238
+ */
4239
+ export var CreateProjectErl$;
4240
+ (function (CreateProjectErl$) {
4241
+ /** @deprecated use `CreateProjectErl$inboundSchema` instead. */
4242
+ CreateProjectErl$.inboundSchema = CreateProjectErl$inboundSchema;
4243
+ /** @deprecated use `CreateProjectErl$outboundSchema` instead. */
4244
+ CreateProjectErl$.outboundSchema = CreateProjectErl$outboundSchema;
4245
+ })(CreateProjectErl$ || (CreateProjectErl$ = {}));
4246
+ export function createProjectErlToJSON(createProjectErl) {
4247
+ return JSON.stringify(CreateProjectErl$outboundSchema.parse(createProjectErl));
4248
+ }
4249
+ export function createProjectErlFromJSON(jsonString) {
4250
+ return safeParse(jsonString, (x) => CreateProjectErl$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectErl' from JSON`);
4251
+ }
4252
+ /** @internal */
4253
+ export const CreateProjectMitigate$inboundSchema = z.object({
4254
+ action: CreateProjectAction$inboundSchema,
4255
+ rule_id: z.string(),
4256
+ ttl: z.number().optional(),
4257
+ erl: z.lazy(() => CreateProjectErl$inboundSchema).optional(),
4258
+ }).transform((v) => {
4259
+ return remap$(v, {
4260
+ "rule_id": "ruleId",
4261
+ });
4262
+ });
4263
+ /** @internal */
4264
+ export const CreateProjectMitigate$outboundSchema = z.object({
4265
+ action: CreateProjectAction$outboundSchema,
4266
+ ruleId: z.string(),
4267
+ ttl: z.number().optional(),
4268
+ erl: z.lazy(() => CreateProjectErl$outboundSchema).optional(),
4269
+ }).transform((v) => {
4270
+ return remap$(v, {
4271
+ ruleId: "rule_id",
4272
+ });
4273
+ });
4274
+ /**
4275
+ * @internal
4276
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4277
+ */
4278
+ export var CreateProjectMitigate$;
4279
+ (function (CreateProjectMitigate$) {
4280
+ /** @deprecated use `CreateProjectMitigate$inboundSchema` instead. */
4281
+ CreateProjectMitigate$.inboundSchema = CreateProjectMitigate$inboundSchema;
4282
+ /** @deprecated use `CreateProjectMitigate$outboundSchema` instead. */
4283
+ CreateProjectMitigate$.outboundSchema = CreateProjectMitigate$outboundSchema;
4284
+ })(CreateProjectMitigate$ || (CreateProjectMitigate$ = {}));
4285
+ export function createProjectMitigateToJSON(createProjectMitigate) {
4286
+ return JSON.stringify(CreateProjectMitigate$outboundSchema.parse(createProjectMitigate));
4287
+ }
4288
+ export function createProjectMitigateFromJSON(jsonString) {
4289
+ return safeParse(jsonString, (x) => CreateProjectMitigate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectMitigate' from JSON`);
4290
+ }
4291
+ /** @internal */
4292
+ export const CreateProjectFirewallRoutes$inboundSchema = z.object({
4293
+ src: z.union([z.lazy(() => CreateProjectSrc2$inboundSchema), z.string()])
4294
+ .optional(),
4295
+ has: z.array(z.lazy(() => CreateProjectHas$inboundSchema)).optional(),
4296
+ missing: z.array(z.lazy(() => CreateProjectMissing$inboundSchema)).optional(),
4297
+ dest: z.string().optional(),
4298
+ status: z.number().optional(),
4299
+ handle: CreateProjectHandle$inboundSchema.optional(),
4300
+ mitigate: z.lazy(() => CreateProjectMitigate$inboundSchema).optional(),
4301
+ });
4302
+ /** @internal */
4303
+ export const CreateProjectFirewallRoutes$outboundSchema = z.object({
4304
+ src: z.union([z.lazy(() => CreateProjectSrc2$outboundSchema), z.string()])
4305
+ .optional(),
4306
+ has: z.array(z.lazy(() => CreateProjectHas$outboundSchema)).optional(),
4307
+ missing: z.array(z.lazy(() => CreateProjectMissing$outboundSchema))
4308
+ .optional(),
4309
+ dest: z.string().optional(),
4310
+ status: z.number().optional(),
4311
+ handle: CreateProjectHandle$outboundSchema.optional(),
4312
+ mitigate: z.lazy(() => CreateProjectMitigate$outboundSchema).optional(),
4313
+ });
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 var CreateProjectFirewallRoutes$;
4319
+ (function (CreateProjectFirewallRoutes$) {
4320
+ /** @deprecated use `CreateProjectFirewallRoutes$inboundSchema` instead. */
4321
+ CreateProjectFirewallRoutes$.inboundSchema = CreateProjectFirewallRoutes$inboundSchema;
4322
+ /** @deprecated use `CreateProjectFirewallRoutes$outboundSchema` instead. */
4323
+ CreateProjectFirewallRoutes$.outboundSchema = CreateProjectFirewallRoutes$outboundSchema;
4324
+ })(CreateProjectFirewallRoutes$ || (CreateProjectFirewallRoutes$ = {}));
4325
+ export function createProjectFirewallRoutesToJSON(createProjectFirewallRoutes) {
4326
+ return JSON.stringify(CreateProjectFirewallRoutes$outboundSchema.parse(createProjectFirewallRoutes));
4327
+ }
4328
+ export function createProjectFirewallRoutesFromJSON(jsonString) {
4329
+ return safeParse(jsonString, (x) => CreateProjectFirewallRoutes$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectFirewallRoutes' from JSON`);
4330
+ }
4331
+ /** @internal */
4332
+ export const CreateProjectSecurity$inboundSchema = z.object({
4333
+ attackModeEnabled: z.boolean().optional(),
4334
+ attackModeUpdatedAt: z.number().optional(),
4335
+ firewallEnabled: z.boolean().optional(),
4336
+ firewallUpdatedAt: z.number().optional(),
4337
+ attackModeActiveUntil: z.nullable(z.number()).optional(),
4338
+ firewallConfigVersion: z.number().optional(),
4339
+ firewallRoutes: z.array(z.lazy(() => CreateProjectFirewallRoutes$inboundSchema)).optional(),
4340
+ firewallSeawallEnabled: z.boolean().optional(),
4341
+ ja3Enabled: z.boolean().optional(),
4342
+ ja4Enabled: z.boolean().optional(),
4343
+ firewallBypassIps: z.array(z.string()).optional(),
4344
+ });
4345
+ /** @internal */
4346
+ export const CreateProjectSecurity$outboundSchema = z.object({
4347
+ attackModeEnabled: z.boolean().optional(),
4348
+ attackModeUpdatedAt: z.number().optional(),
4349
+ firewallEnabled: z.boolean().optional(),
4350
+ firewallUpdatedAt: z.number().optional(),
4351
+ attackModeActiveUntil: z.nullable(z.number()).optional(),
4352
+ firewallConfigVersion: z.number().optional(),
4353
+ firewallRoutes: z.array(z.lazy(() => CreateProjectFirewallRoutes$outboundSchema)).optional(),
4354
+ firewallSeawallEnabled: z.boolean().optional(),
4355
+ ja3Enabled: z.boolean().optional(),
4356
+ ja4Enabled: z.boolean().optional(),
4357
+ firewallBypassIps: z.array(z.string()).optional(),
4358
+ });
4359
+ /**
4360
+ * @internal
4361
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4362
+ */
4363
+ export var CreateProjectSecurity$;
4364
+ (function (CreateProjectSecurity$) {
4365
+ /** @deprecated use `CreateProjectSecurity$inboundSchema` instead. */
4366
+ CreateProjectSecurity$.inboundSchema = CreateProjectSecurity$inboundSchema;
4367
+ /** @deprecated use `CreateProjectSecurity$outboundSchema` instead. */
4368
+ CreateProjectSecurity$.outboundSchema = CreateProjectSecurity$outboundSchema;
4369
+ })(CreateProjectSecurity$ || (CreateProjectSecurity$ = {}));
4370
+ export function createProjectSecurityToJSON(createProjectSecurity) {
4371
+ return JSON.stringify(CreateProjectSecurity$outboundSchema.parse(createProjectSecurity));
4372
+ }
4373
+ export function createProjectSecurityFromJSON(jsonString) {
4374
+ return safeParse(jsonString, (x) => CreateProjectSecurity$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectSecurity' from JSON`);
4375
+ }
4376
+ /** @internal */
4377
+ export const CreateProjectIssuerMode$inboundSchema = z.nativeEnum(CreateProjectIssuerMode);
4378
+ /** @internal */
4379
+ export const CreateProjectIssuerMode$outboundSchema = CreateProjectIssuerMode$inboundSchema;
4380
+ /**
4381
+ * @internal
4382
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4383
+ */
4384
+ export var CreateProjectIssuerMode$;
4385
+ (function (CreateProjectIssuerMode$) {
4386
+ /** @deprecated use `CreateProjectIssuerMode$inboundSchema` instead. */
4387
+ CreateProjectIssuerMode$.inboundSchema = CreateProjectIssuerMode$inboundSchema;
4388
+ /** @deprecated use `CreateProjectIssuerMode$outboundSchema` instead. */
4389
+ CreateProjectIssuerMode$.outboundSchema = CreateProjectIssuerMode$outboundSchema;
4390
+ })(CreateProjectIssuerMode$ || (CreateProjectIssuerMode$ = {}));
4391
+ /** @internal */
4392
+ export const CreateProjectOidcTokenConfig$inboundSchema = z.object({
4393
+ enabled: z.boolean(),
4394
+ issuerMode: CreateProjectIssuerMode$inboundSchema.optional(),
4395
+ });
4396
+ /** @internal */
4397
+ export const CreateProjectOidcTokenConfig$outboundSchema = z.object({
4398
+ enabled: z.boolean(),
4399
+ issuerMode: CreateProjectIssuerMode$outboundSchema.optional(),
4400
+ });
4401
+ /**
4402
+ * @internal
4403
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4404
+ */
4405
+ export var CreateProjectOidcTokenConfig$;
4406
+ (function (CreateProjectOidcTokenConfig$) {
4407
+ /** @deprecated use `CreateProjectOidcTokenConfig$inboundSchema` instead. */
4408
+ CreateProjectOidcTokenConfig$.inboundSchema = CreateProjectOidcTokenConfig$inboundSchema;
4409
+ /** @deprecated use `CreateProjectOidcTokenConfig$outboundSchema` instead. */
4410
+ CreateProjectOidcTokenConfig$.outboundSchema = CreateProjectOidcTokenConfig$outboundSchema;
4411
+ })(CreateProjectOidcTokenConfig$ || (CreateProjectOidcTokenConfig$ = {}));
4412
+ export function createProjectOidcTokenConfigToJSON(createProjectOidcTokenConfig) {
4413
+ return JSON.stringify(CreateProjectOidcTokenConfig$outboundSchema.parse(createProjectOidcTokenConfig));
4414
+ }
4415
+ export function createProjectOidcTokenConfigFromJSON(jsonString) {
4416
+ return safeParse(jsonString, (x) => CreateProjectOidcTokenConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectOidcTokenConfig' from JSON`);
4417
+ }
4418
+ /** @internal */
4419
+ export const CreateProjectTier$inboundSchema = z.nativeEnum(CreateProjectTier);
4420
+ /** @internal */
4421
+ export const CreateProjectTier$outboundSchema = CreateProjectTier$inboundSchema;
4422
+ /**
4423
+ * @internal
4424
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4425
+ */
4426
+ export var CreateProjectTier$;
4427
+ (function (CreateProjectTier$) {
4428
+ /** @deprecated use `CreateProjectTier$inboundSchema` instead. */
4429
+ CreateProjectTier$.inboundSchema = CreateProjectTier$inboundSchema;
4430
+ /** @deprecated use `CreateProjectTier$outboundSchema` instead. */
4431
+ CreateProjectTier$.outboundSchema = CreateProjectTier$outboundSchema;
4432
+ })(CreateProjectTier$ || (CreateProjectTier$ = {}));
4433
+ /** @internal */
4434
+ export const CreateProjectResponseBody$inboundSchema = z.object({
4435
+ accountId: z.string(),
4436
+ analytics: z.lazy(() => CreateProjectAnalytics$inboundSchema).optional(),
4437
+ speedInsights: z.lazy(() => CreateProjectSpeedInsights$inboundSchema)
4438
+ .optional(),
4439
+ autoExposeSystemEnvs: z.boolean().optional(),
4440
+ autoAssignCustomDomains: z.boolean().optional(),
4441
+ autoAssignCustomDomainsUpdatedBy: z.string().optional(),
4442
+ buildCommand: z.nullable(z.string()).optional(),
4443
+ commandForIgnoringBuildStep: z.nullable(z.string()).optional(),
4444
+ connectConfigurationId: z.nullable(z.string()).optional(),
4445
+ connectBuildsEnabled: z.boolean().optional(),
4446
+ createdAt: z.number().optional(),
4447
+ customerSupportCodeVisibility: z.boolean().optional(),
4448
+ crons: z.lazy(() => CreateProjectCrons$inboundSchema).optional(),
4449
+ dataCache: z.lazy(() => CreateProjectDataCache$inboundSchema).optional(),
4450
+ deploymentExpiration: z.nullable(z.lazy(() => CreateProjectDeploymentExpiration$inboundSchema)).optional(),
4451
+ devCommand: z.nullable(z.string()).optional(),
4452
+ directoryListing: z.boolean(),
4453
+ installCommand: z.nullable(z.string()).optional(),
4454
+ env: z.array(z.lazy(() => CreateProjectEnv$inboundSchema)).optional(),
4455
+ customEnvironments: z.array(z.lazy(() => CreateProjectCustomEnvironments$inboundSchema)).optional(),
4456
+ framework: z.nullable(CreateProjectProjectsFramework$inboundSchema)
4457
+ .optional(),
4458
+ gitForkProtection: z.boolean().optional(),
4459
+ gitLFS: z.boolean().optional(),
4460
+ id: z.string(),
4461
+ ipBuckets: z.array(z.lazy(() => CreateProjectIpBuckets$inboundSchema))
4462
+ .optional(),
4463
+ latestDeployments: z.array(z.lazy(() => CreateProjectLatestDeployments$inboundSchema)).optional(),
4464
+ link: z.union([
4465
+ z.lazy(() => CreateProjectLink1$inboundSchema),
4466
+ z.lazy(() => CreateProjectLink3$inboundSchema),
4467
+ z.lazy(() => CreateProjectLink2$inboundSchema),
4468
+ ]).optional(),
4469
+ microfrontends: z.lazy(() => CreateProjectMicrofrontends$inboundSchema)
4470
+ .optional(),
4471
+ name: z.string(),
4472
+ nodeVersion: CreateProjectNodeVersion$inboundSchema,
4473
+ optionsAllowlist: z.nullable(z.lazy(() => CreateProjectOptionsAllowlist$inboundSchema)).optional(),
4474
+ outputDirectory: z.nullable(z.string()).optional(),
4475
+ passiveConnectConfigurationId: z.nullable(z.string()).optional(),
4476
+ passwordProtection: z.nullable(z.lazy(() => CreateProjectPasswordProtection$inboundSchema)).optional(),
4477
+ productionDeploymentsFastLane: z.boolean().optional(),
4478
+ publicSource: z.nullable(z.boolean()).optional(),
4479
+ resourceConfig: z.lazy(() => CreateProjectResourceConfig$inboundSchema)
4480
+ .optional(),
4481
+ rootDirectory: z.nullable(z.string()).optional(),
4482
+ serverlessFunctionRegion: z.nullable(z.string()).optional(),
4483
+ serverlessFunctionZeroConfigFailover: z.boolean().optional(),
4484
+ skewProtectionBoundaryAt: z.number().optional(),
4485
+ skewProtectionMaxAge: z.number().optional(),
4486
+ skipGitConnectDuringLink: z.boolean().optional(),
4487
+ sourceFilesOutsideRootDirectory: z.boolean().optional(),
4488
+ enableAffectedProjectsDeployments: z.boolean().optional(),
4489
+ ssoProtection: z.nullable(z.lazy(() => CreateProjectSsoProtection$inboundSchema)).optional(),
4490
+ targets: z.record(z.lazy(() => CreateProjectTargets$inboundSchema))
4491
+ .optional(),
4492
+ transferCompletedAt: z.number().optional(),
4493
+ transferStartedAt: z.number().optional(),
4494
+ transferToAccountId: z.string().optional(),
4495
+ transferredFromAccountId: z.string().optional(),
4496
+ updatedAt: z.number().optional(),
4497
+ live: z.boolean().optional(),
4498
+ enablePreviewFeedback: z.nullable(z.boolean()).optional(),
4499
+ enableProductionFeedback: z.nullable(z.boolean()).optional(),
4500
+ permissions: z.lazy(() => CreateProjectPermissions$inboundSchema).optional(),
4501
+ lastRollbackTarget: z.nullable(z.lazy(() => CreateProjectLastRollbackTarget$inboundSchema)).optional(),
4502
+ lastAliasRequest: z.nullable(z.lazy(() => CreateProjectLastAliasRequest$inboundSchema)).optional(),
4503
+ hasFloatingAliases: z.boolean().optional(),
4504
+ protectionBypass: z.record(z.lazy(() => CreateProjectProtectionBypass$inboundSchema)).optional(),
4505
+ hasActiveBranches: z.boolean().optional(),
4506
+ trustedIps: z.nullable(z.union([
4507
+ z.lazy(() => CreateProjectTrustedIps2$inboundSchema),
4508
+ z.lazy(() => CreateProjectTrustedIps1$inboundSchema),
4509
+ ])).optional(),
4510
+ gitComments: z.lazy(() => CreateProjectGitComments$inboundSchema).optional(),
4511
+ paused: z.boolean().optional(),
4512
+ concurrencyBucketName: z.string().optional(),
4513
+ webAnalytics: z.lazy(() => CreateProjectWebAnalytics$inboundSchema)
4514
+ .optional(),
4515
+ security: z.lazy(() => CreateProjectSecurity$inboundSchema).optional(),
4516
+ oidcTokenConfig: z.lazy(() => CreateProjectOidcTokenConfig$inboundSchema)
4517
+ .optional(),
4518
+ tier: CreateProjectTier$inboundSchema.optional(),
4519
+ });
4520
+ /** @internal */
4521
+ export const CreateProjectResponseBody$outboundSchema = z.object({
4522
+ accountId: z.string(),
4523
+ analytics: z.lazy(() => CreateProjectAnalytics$outboundSchema).optional(),
4524
+ speedInsights: z.lazy(() => CreateProjectSpeedInsights$outboundSchema)
4525
+ .optional(),
4526
+ autoExposeSystemEnvs: z.boolean().optional(),
4527
+ autoAssignCustomDomains: z.boolean().optional(),
4528
+ autoAssignCustomDomainsUpdatedBy: z.string().optional(),
4529
+ buildCommand: z.nullable(z.string()).optional(),
4530
+ commandForIgnoringBuildStep: z.nullable(z.string()).optional(),
4531
+ connectConfigurationId: z.nullable(z.string()).optional(),
4532
+ connectBuildsEnabled: z.boolean().optional(),
4533
+ createdAt: z.number().optional(),
4534
+ customerSupportCodeVisibility: z.boolean().optional(),
4535
+ crons: z.lazy(() => CreateProjectCrons$outboundSchema).optional(),
4536
+ dataCache: z.lazy(() => CreateProjectDataCache$outboundSchema).optional(),
4537
+ deploymentExpiration: z.nullable(z.lazy(() => CreateProjectDeploymentExpiration$outboundSchema)).optional(),
4538
+ devCommand: z.nullable(z.string()).optional(),
4539
+ directoryListing: z.boolean(),
4540
+ installCommand: z.nullable(z.string()).optional(),
4541
+ env: z.array(z.lazy(() => CreateProjectEnv$outboundSchema)).optional(),
4542
+ customEnvironments: z.array(z.lazy(() => CreateProjectCustomEnvironments$outboundSchema)).optional(),
4543
+ framework: z.nullable(CreateProjectProjectsFramework$outboundSchema)
4544
+ .optional(),
4545
+ gitForkProtection: z.boolean().optional(),
4546
+ gitLFS: z.boolean().optional(),
4547
+ id: z.string(),
4548
+ ipBuckets: z.array(z.lazy(() => CreateProjectIpBuckets$outboundSchema))
4549
+ .optional(),
4550
+ latestDeployments: z.array(z.lazy(() => CreateProjectLatestDeployments$outboundSchema)).optional(),
4551
+ link: z.union([
4552
+ z.lazy(() => CreateProjectLink1$outboundSchema),
4553
+ z.lazy(() => CreateProjectLink3$outboundSchema),
4554
+ z.lazy(() => CreateProjectLink2$outboundSchema),
4555
+ ]).optional(),
4556
+ microfrontends: z.lazy(() => CreateProjectMicrofrontends$outboundSchema)
4557
+ .optional(),
4558
+ name: z.string(),
4559
+ nodeVersion: CreateProjectNodeVersion$outboundSchema,
4560
+ optionsAllowlist: z.nullable(z.lazy(() => CreateProjectOptionsAllowlist$outboundSchema)).optional(),
4561
+ outputDirectory: z.nullable(z.string()).optional(),
4562
+ passiveConnectConfigurationId: z.nullable(z.string()).optional(),
4563
+ passwordProtection: z.nullable(z.lazy(() => CreateProjectPasswordProtection$outboundSchema)).optional(),
4564
+ productionDeploymentsFastLane: z.boolean().optional(),
4565
+ publicSource: z.nullable(z.boolean()).optional(),
4566
+ resourceConfig: z.lazy(() => CreateProjectResourceConfig$outboundSchema)
4567
+ .optional(),
4568
+ rootDirectory: z.nullable(z.string()).optional(),
4569
+ serverlessFunctionRegion: z.nullable(z.string()).optional(),
4570
+ serverlessFunctionZeroConfigFailover: z.boolean().optional(),
4571
+ skewProtectionBoundaryAt: z.number().optional(),
4572
+ skewProtectionMaxAge: z.number().optional(),
4573
+ skipGitConnectDuringLink: z.boolean().optional(),
4574
+ sourceFilesOutsideRootDirectory: z.boolean().optional(),
4575
+ enableAffectedProjectsDeployments: z.boolean().optional(),
4576
+ ssoProtection: z.nullable(z.lazy(() => CreateProjectSsoProtection$outboundSchema)).optional(),
4577
+ targets: z.record(z.lazy(() => CreateProjectTargets$outboundSchema))
4578
+ .optional(),
4579
+ transferCompletedAt: z.number().optional(),
4580
+ transferStartedAt: z.number().optional(),
4581
+ transferToAccountId: z.string().optional(),
4582
+ transferredFromAccountId: z.string().optional(),
4583
+ updatedAt: z.number().optional(),
4584
+ live: z.boolean().optional(),
4585
+ enablePreviewFeedback: z.nullable(z.boolean()).optional(),
4586
+ enableProductionFeedback: z.nullable(z.boolean()).optional(),
4587
+ permissions: z.lazy(() => CreateProjectPermissions$outboundSchema).optional(),
4588
+ lastRollbackTarget: z.nullable(z.lazy(() => CreateProjectLastRollbackTarget$outboundSchema)).optional(),
4589
+ lastAliasRequest: z.nullable(z.lazy(() => CreateProjectLastAliasRequest$outboundSchema)).optional(),
4590
+ hasFloatingAliases: z.boolean().optional(),
4591
+ protectionBypass: z.record(z.lazy(() => CreateProjectProtectionBypass$outboundSchema)).optional(),
4592
+ hasActiveBranches: z.boolean().optional(),
4593
+ trustedIps: z.nullable(z.union([
4594
+ z.lazy(() => CreateProjectTrustedIps2$outboundSchema),
4595
+ z.lazy(() => CreateProjectTrustedIps1$outboundSchema),
4596
+ ])).optional(),
4597
+ gitComments: z.lazy(() => CreateProjectGitComments$outboundSchema).optional(),
4598
+ paused: z.boolean().optional(),
4599
+ concurrencyBucketName: z.string().optional(),
4600
+ webAnalytics: z.lazy(() => CreateProjectWebAnalytics$outboundSchema)
4601
+ .optional(),
4602
+ security: z.lazy(() => CreateProjectSecurity$outboundSchema).optional(),
4603
+ oidcTokenConfig: z.lazy(() => CreateProjectOidcTokenConfig$outboundSchema)
4604
+ .optional(),
4605
+ tier: CreateProjectTier$outboundSchema.optional(),
4606
+ });
4607
+ /**
4608
+ * @internal
4609
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4610
+ */
4611
+ export var CreateProjectResponseBody$;
4612
+ (function (CreateProjectResponseBody$) {
4613
+ /** @deprecated use `CreateProjectResponseBody$inboundSchema` instead. */
4614
+ CreateProjectResponseBody$.inboundSchema = CreateProjectResponseBody$inboundSchema;
4615
+ /** @deprecated use `CreateProjectResponseBody$outboundSchema` instead. */
4616
+ CreateProjectResponseBody$.outboundSchema = CreateProjectResponseBody$outboundSchema;
4617
+ })(CreateProjectResponseBody$ || (CreateProjectResponseBody$ = {}));
4618
+ export function createProjectResponseBodyToJSON(createProjectResponseBody) {
4619
+ return JSON.stringify(CreateProjectResponseBody$outboundSchema.parse(createProjectResponseBody));
4620
+ }
4621
+ export function createProjectResponseBodyFromJSON(jsonString) {
4622
+ return safeParse(jsonString, (x) => CreateProjectResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateProjectResponseBody' from JSON`);
4623
+ }
4624
+ //# sourceMappingURL=createproject.js.map