@vercel/sdk 14.0.0-canary.4 → 14.0.0-canary.5

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 (3692) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +91 -62
  3. package/docs/sdks/secrets/README.md +0 -81
  4. package/docs/sdks/vercel/README.md +1 -206
  5. package/esm/core.d.ts.map +1 -0
  6. package/esm/core.js.map +1 -0
  7. package/esm/funcs/accessGroupsCreateAccessGroup.d.ts.map +1 -0
  8. package/esm/funcs/accessGroupsCreateAccessGroup.js +74 -0
  9. package/esm/funcs/accessGroupsCreateAccessGroup.js.map +1 -0
  10. package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts.map +1 -0
  11. package/esm/funcs/accessGroupsDeleteAccessGroup.js +80 -0
  12. package/esm/funcs/accessGroupsDeleteAccessGroup.js.map +1 -0
  13. package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts.map +1 -0
  14. package/esm/funcs/accessGroupsListAccessGroupMembers.js +82 -0
  15. package/esm/funcs/accessGroupsListAccessGroupMembers.js.map +1 -0
  16. package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts.map +1 -0
  17. package/esm/funcs/accessGroupsListAccessGroupProjects.js +81 -0
  18. package/esm/funcs/accessGroupsListAccessGroupProjects.js.map +1 -0
  19. package/esm/funcs/accessGroupsListAccessGroups.d.ts.map +1 -0
  20. package/esm/funcs/accessGroupsListAccessGroups.js +79 -0
  21. package/esm/funcs/accessGroupsListAccessGroups.js.map +1 -0
  22. package/esm/funcs/accessGroupsReadAccessGroup.d.ts.map +1 -0
  23. package/esm/funcs/accessGroupsReadAccessGroup.js +79 -0
  24. package/esm/funcs/accessGroupsReadAccessGroup.js.map +1 -0
  25. package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts.map +1 -0
  26. package/esm/funcs/accessGroupsUpdateAccessGroup.js +80 -0
  27. package/esm/funcs/accessGroupsUpdateAccessGroup.js.map +1 -0
  28. package/esm/funcs/aliasesAssignAlias.d.ts.map +1 -0
  29. package/esm/funcs/aliasesAssignAlias.js +80 -0
  30. package/esm/funcs/aliasesAssignAlias.js.map +1 -0
  31. package/esm/funcs/aliasesDeleteAlias.d.ts.map +1 -0
  32. package/esm/funcs/aliasesDeleteAlias.js +79 -0
  33. package/esm/funcs/aliasesDeleteAlias.js.map +1 -0
  34. package/esm/funcs/aliasesGetAlias.d.ts.map +1 -0
  35. package/esm/funcs/aliasesGetAlias.js +83 -0
  36. package/esm/funcs/aliasesGetAlias.js.map +1 -0
  37. package/esm/funcs/aliasesListAliases.d.ts.map +1 -0
  38. package/esm/funcs/aliasesListAliases.js +80 -0
  39. package/esm/funcs/aliasesListAliases.js.map +1 -0
  40. package/esm/funcs/aliasesListDeploymentAliases.d.ts.map +1 -0
  41. package/esm/funcs/aliasesListDeploymentAliases.js +79 -0
  42. package/esm/funcs/aliasesListDeploymentAliases.js.map +1 -0
  43. package/esm/funcs/artifactsArtifactExists.d.ts.map +1 -0
  44. package/esm/funcs/artifactsArtifactExists.js +80 -0
  45. package/esm/funcs/artifactsArtifactExists.js.map +1 -0
  46. package/esm/funcs/artifactsArtifactQuery.d.ts.map +1 -0
  47. package/esm/funcs/artifactsArtifactQuery.js +75 -0
  48. package/esm/funcs/artifactsArtifactQuery.js.map +1 -0
  49. package/esm/funcs/artifactsDownloadArtifact.d.ts.map +1 -0
  50. package/esm/funcs/artifactsDownloadArtifact.js +84 -0
  51. package/esm/funcs/artifactsDownloadArtifact.js.map +1 -0
  52. package/esm/funcs/artifactsRecordEvents.d.ts.map +1 -0
  53. package/esm/funcs/artifactsRecordEvents.js +77 -0
  54. package/esm/funcs/artifactsRecordEvents.js.map +1 -0
  55. package/esm/funcs/artifactsStatus.d.ts.map +1 -0
  56. package/esm/funcs/artifactsStatus.js +73 -0
  57. package/esm/funcs/artifactsStatus.js.map +1 -0
  58. package/esm/funcs/artifactsUploadArtifact.d.ts.map +1 -0
  59. package/esm/funcs/artifactsUploadArtifact.js +85 -0
  60. package/esm/funcs/artifactsUploadArtifact.js.map +1 -0
  61. package/esm/funcs/authenticationCreateAuthToken.d.ts.map +1 -0
  62. package/esm/funcs/authenticationCreateAuthToken.js +74 -0
  63. package/esm/funcs/authenticationCreateAuthToken.js.map +1 -0
  64. package/esm/funcs/authenticationDeleteAuthToken.d.ts.map +1 -0
  65. package/esm/funcs/authenticationDeleteAuthToken.js +74 -0
  66. package/esm/funcs/authenticationDeleteAuthToken.js.map +1 -0
  67. package/esm/funcs/authenticationGetAuthToken.d.ts.map +1 -0
  68. package/esm/funcs/authenticationGetAuthToken.js +74 -0
  69. package/esm/funcs/authenticationGetAuthToken.js.map +1 -0
  70. package/esm/funcs/authenticationListAuthTokens.d.ts.map +1 -0
  71. package/esm/funcs/authenticationListAuthTokens.js +59 -0
  72. package/esm/funcs/authenticationListAuthTokens.js.map +1 -0
  73. package/esm/funcs/certsGetCertById.d.ts.map +1 -0
  74. package/esm/funcs/certsGetCertById.js +79 -0
  75. package/esm/funcs/certsGetCertById.js.map +1 -0
  76. package/esm/funcs/certsIssueCert.d.ts.map +1 -0
  77. package/esm/funcs/certsIssueCert.js +74 -0
  78. package/esm/funcs/certsIssueCert.js.map +1 -0
  79. package/esm/funcs/certsRemoveCert.d.ts.map +1 -0
  80. package/esm/funcs/certsRemoveCert.js +79 -0
  81. package/esm/funcs/certsRemoveCert.js.map +1 -0
  82. package/esm/funcs/certsUploadCert.d.ts.map +1 -0
  83. package/esm/funcs/certsUploadCert.js +74 -0
  84. package/esm/funcs/certsUploadCert.js.map +1 -0
  85. package/esm/funcs/checksCreateCheck.d.ts.map +1 -0
  86. package/esm/funcs/checksCreateCheck.js +80 -0
  87. package/esm/funcs/checksCreateCheck.js.map +1 -0
  88. package/esm/funcs/checksGetAllChecks.d.ts.map +1 -0
  89. package/esm/funcs/checksGetAllChecks.js +79 -0
  90. package/esm/funcs/checksGetAllChecks.js.map +1 -0
  91. package/esm/funcs/checksGetCheck.d.ts.map +1 -0
  92. package/esm/funcs/checksGetCheck.js +83 -0
  93. package/esm/funcs/checksGetCheck.js.map +1 -0
  94. package/esm/funcs/checksRerequestCheck.d.ts.map +1 -0
  95. package/esm/funcs/checksRerequestCheck.js +83 -0
  96. package/esm/funcs/checksRerequestCheck.js.map +1 -0
  97. package/esm/funcs/checksUpdateCheck.d.ts.map +1 -0
  98. package/esm/funcs/checksUpdateCheck.js +84 -0
  99. package/esm/funcs/checksUpdateCheck.js.map +1 -0
  100. package/esm/funcs/deploymentsCancelDeployment.d.ts.map +1 -0
  101. package/esm/funcs/deploymentsCancelDeployment.js +79 -0
  102. package/esm/funcs/deploymentsCancelDeployment.js.map +1 -0
  103. package/esm/funcs/deploymentsCreateDeployment.d.ts.map +1 -0
  104. package/esm/funcs/deploymentsCreateDeployment.js +76 -0
  105. package/esm/funcs/deploymentsCreateDeployment.js.map +1 -0
  106. package/esm/funcs/deploymentsDeleteDeployment.d.ts.map +1 -0
  107. package/esm/funcs/deploymentsDeleteDeployment.js +80 -0
  108. package/esm/funcs/deploymentsDeleteDeployment.js.map +1 -0
  109. package/esm/funcs/deploymentsGetDeployment.d.ts.map +1 -0
  110. package/esm/funcs/deploymentsGetDeployment.js +80 -0
  111. package/esm/funcs/deploymentsGetDeployment.js.map +1 -0
  112. package/esm/funcs/deploymentsGetDeploymentEvents.d.ts.map +1 -0
  113. package/esm/funcs/deploymentsGetDeploymentEvents.js +89 -0
  114. package/esm/funcs/deploymentsGetDeploymentEvents.js.map +1 -0
  115. package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +1 -0
  116. package/esm/funcs/deploymentsGetDeploymentFileContents.js +85 -0
  117. package/esm/funcs/deploymentsGetDeploymentFileContents.js.map +1 -0
  118. package/esm/funcs/deploymentsGetDeployments.d.ts.map +1 -0
  119. package/esm/funcs/deploymentsGetDeployments.js +84 -0
  120. package/esm/funcs/deploymentsGetDeployments.js.map +1 -0
  121. package/esm/funcs/deploymentsListDeploymentFiles.d.ts.map +1 -0
  122. package/esm/funcs/deploymentsListDeploymentFiles.js +81 -0
  123. package/esm/funcs/deploymentsListDeploymentFiles.js.map +1 -0
  124. package/esm/funcs/deploymentsUploadFile.d.ts.map +1 -0
  125. package/esm/funcs/deploymentsUploadFile.js +83 -0
  126. package/esm/funcs/deploymentsUploadFile.js.map +1 -0
  127. package/esm/funcs/dnsCreateRecord.d.ts.map +1 -0
  128. package/esm/funcs/dnsCreateRecord.js +80 -0
  129. package/esm/funcs/dnsCreateRecord.js.map +1 -0
  130. package/esm/funcs/dnsGetRecords.d.ts.map +1 -0
  131. package/esm/funcs/dnsGetRecords.js +82 -0
  132. package/esm/funcs/dnsGetRecords.js.map +1 -0
  133. package/esm/funcs/dnsRemoveRecord.d.ts.map +1 -0
  134. package/esm/funcs/dnsRemoveRecord.js +83 -0
  135. package/esm/funcs/dnsRemoveRecord.js.map +1 -0
  136. package/esm/funcs/dnsUpdateRecord.d.ts.map +1 -0
  137. package/esm/funcs/dnsUpdateRecord.js +80 -0
  138. package/esm/funcs/dnsUpdateRecord.js.map +1 -0
  139. package/esm/funcs/domainsBuyDomain.d.ts.map +1 -0
  140. package/esm/funcs/domainsBuyDomain.js +74 -0
  141. package/esm/funcs/domainsBuyDomain.js.map +1 -0
  142. package/esm/funcs/domainsCheckDomainPrice.d.ts.map +1 -0
  143. package/esm/funcs/domainsCheckDomainPrice.js +75 -0
  144. package/esm/funcs/domainsCheckDomainPrice.js.map +1 -0
  145. package/esm/funcs/domainsCheckDomainStatus.d.ts.map +1 -0
  146. package/esm/funcs/domainsCheckDomainStatus.js +74 -0
  147. package/esm/funcs/domainsCheckDomainStatus.js.map +1 -0
  148. package/esm/funcs/domainsCreateOrTransferDomain.d.ts.map +1 -0
  149. package/esm/funcs/domainsCreateOrTransferDomain.js +74 -0
  150. package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -0
  151. package/esm/funcs/domainsDeleteDomain.d.ts.map +1 -0
  152. package/esm/funcs/domainsDeleteDomain.js +79 -0
  153. package/esm/funcs/domainsDeleteDomain.js.map +1 -0
  154. package/esm/funcs/domainsGetDomain.d.ts.map +1 -0
  155. package/esm/funcs/domainsGetDomain.js +79 -0
  156. package/esm/funcs/domainsGetDomain.js.map +1 -0
  157. package/esm/funcs/domainsGetDomainConfig.d.ts.map +1 -0
  158. package/esm/funcs/domainsGetDomainConfig.js +80 -0
  159. package/esm/funcs/domainsGetDomainConfig.js.map +1 -0
  160. package/esm/funcs/domainsGetDomainTransfer.d.ts.map +1 -0
  161. package/esm/funcs/domainsGetDomainTransfer.js +79 -0
  162. package/esm/funcs/domainsGetDomainTransfer.js.map +1 -0
  163. package/esm/funcs/domainsGetDomains.d.ts.map +1 -0
  164. package/esm/funcs/domainsGetDomains.js +76 -0
  165. package/esm/funcs/domainsGetDomains.js.map +1 -0
  166. package/esm/funcs/domainsPatchDomain.d.ts.map +1 -0
  167. package/esm/funcs/domainsPatchDomain.js +80 -0
  168. package/esm/funcs/domainsPatchDomain.js.map +1 -0
  169. package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts.map +1 -0
  170. package/esm/funcs/edgeConfigCreateEdgeConfig.js +74 -0
  171. package/esm/funcs/edgeConfigCreateEdgeConfig.js.map +1 -0
  172. package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts.map +1 -0
  173. package/esm/funcs/edgeConfigCreateEdgeConfigToken.js +80 -0
  174. package/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +1 -0
  175. package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts.map +1 -0
  176. package/esm/funcs/edgeConfigDeleteEdgeConfig.js +80 -0
  177. package/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +1 -0
  178. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts.map +1 -0
  179. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +80 -0
  180. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +1 -0
  181. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts.map +1 -0
  182. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +81 -0
  183. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +1 -0
  184. package/esm/funcs/edgeConfigGetEdgeConfig.d.ts.map +1 -0
  185. package/esm/funcs/edgeConfigGetEdgeConfig.js +79 -0
  186. package/esm/funcs/edgeConfigGetEdgeConfig.js.map +1 -0
  187. package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts.map +1 -0
  188. package/esm/funcs/edgeConfigGetEdgeConfigBackup.js +80 -0
  189. package/esm/funcs/edgeConfigGetEdgeConfigBackup.js.map +1 -0
  190. package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts.map +1 -0
  191. package/esm/funcs/edgeConfigGetEdgeConfigBackups.js +82 -0
  192. package/esm/funcs/edgeConfigGetEdgeConfigBackups.js.map +1 -0
  193. package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts.map +1 -0
  194. package/esm/funcs/edgeConfigGetEdgeConfigItem.js +81 -0
  195. package/esm/funcs/edgeConfigGetEdgeConfigItem.js.map +1 -0
  196. package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +1 -0
  197. package/esm/funcs/edgeConfigGetEdgeConfigItems.js +80 -0
  198. package/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +1 -0
  199. package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts.map +1 -0
  200. package/esm/funcs/edgeConfigGetEdgeConfigSchema.js +79 -0
  201. package/esm/funcs/edgeConfigGetEdgeConfigSchema.js.map +1 -0
  202. package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts.map +1 -0
  203. package/esm/funcs/edgeConfigGetEdgeConfigToken.js +84 -0
  204. package/esm/funcs/edgeConfigGetEdgeConfigToken.js.map +1 -0
  205. package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts.map +1 -0
  206. package/esm/funcs/edgeConfigGetEdgeConfigTokens.js +80 -0
  207. package/esm/funcs/edgeConfigGetEdgeConfigTokens.js.map +1 -0
  208. package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts.map +1 -0
  209. package/esm/funcs/edgeConfigGetEdgeConfigs.js +74 -0
  210. package/esm/funcs/edgeConfigGetEdgeConfigs.js.map +1 -0
  211. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts.map +1 -0
  212. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +81 -0
  213. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +1 -0
  214. package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts.map +1 -0
  215. package/esm/funcs/edgeConfigUpdateEdgeConfig.js +80 -0
  216. package/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +1 -0
  217. package/esm/funcs/integrationsDeleteConfiguration.d.ts.map +1 -0
  218. package/esm/funcs/integrationsDeleteConfiguration.js +80 -0
  219. package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -0
  220. package/esm/funcs/integrationsGetConfiguration.d.ts.map +1 -0
  221. package/esm/funcs/integrationsGetConfiguration.js +79 -0
  222. package/esm/funcs/integrationsGetConfiguration.js.map +1 -0
  223. package/esm/funcs/integrationsGetConfigurations.d.ts.map +1 -0
  224. package/esm/funcs/integrationsGetConfigurations.js +76 -0
  225. package/esm/funcs/integrationsGetConfigurations.js.map +1 -0
  226. package/esm/funcs/integrationsGitNamespaces.d.ts.map +1 -0
  227. package/esm/funcs/integrationsGitNamespaces.js +74 -0
  228. package/esm/funcs/integrationsGitNamespaces.js.map +1 -0
  229. package/esm/funcs/integrationsSearchRepo.d.ts.map +1 -0
  230. package/esm/funcs/integrationsSearchRepo.js +78 -0
  231. package/esm/funcs/integrationsSearchRepo.js.map +1 -0
  232. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +1 -0
  233. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +74 -0
  234. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +1 -0
  235. package/esm/funcs/logDrainsCreateLogDrain.d.ts.map +1 -0
  236. package/esm/funcs/logDrainsCreateLogDrain.js +74 -0
  237. package/esm/funcs/logDrainsCreateLogDrain.js.map +1 -0
  238. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +1 -0
  239. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +80 -0
  240. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +1 -0
  241. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts.map +1 -0
  242. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +80 -0
  243. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js.map +1 -0
  244. package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +1 -0
  245. package/esm/funcs/logDrainsGetAllLogDrains.js +75 -0
  246. package/esm/funcs/logDrainsGetAllLogDrains.js.map +1 -0
  247. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +1 -0
  248. package/esm/funcs/logDrainsGetConfigurableLogDrain.js +79 -0
  249. package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +1 -0
  250. package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts.map +1 -0
  251. package/esm/funcs/logDrainsGetIntegrationLogDrains.js +74 -0
  252. package/esm/funcs/logDrainsGetIntegrationLogDrains.js.map +1 -0
  253. package/esm/funcs/projectMembersAddProjectMember.d.ts.map +1 -0
  254. package/esm/funcs/projectMembersAddProjectMember.js +80 -0
  255. package/esm/funcs/projectMembersAddProjectMember.js.map +1 -0
  256. package/esm/funcs/projectMembersGetProjectMembers.d.ts.map +1 -0
  257. package/esm/funcs/projectMembersGetProjectMembers.js +83 -0
  258. package/esm/funcs/projectMembersGetProjectMembers.js.map +1 -0
  259. package/esm/funcs/projectMembersRemoveProjectMember.d.ts.map +1 -0
  260. package/esm/funcs/projectMembersRemoveProjectMember.js +83 -0
  261. package/esm/funcs/projectMembersRemoveProjectMember.js.map +1 -0
  262. package/esm/funcs/projectsAddProjectDomain.d.ts.map +1 -0
  263. package/esm/funcs/projectsAddProjectDomain.js +80 -0
  264. package/esm/funcs/projectsAddProjectDomain.js.map +1 -0
  265. package/esm/funcs/projectsCreateProject.d.ts.map +1 -0
  266. package/esm/funcs/projectsCreateProject.js +74 -0
  267. package/esm/funcs/projectsCreateProject.js.map +1 -0
  268. package/esm/funcs/projectsCreateProjectEnv.d.ts.map +1 -0
  269. package/esm/funcs/projectsCreateProjectEnv.js +81 -0
  270. package/esm/funcs/projectsCreateProjectEnv.js.map +1 -0
  271. package/esm/funcs/projectsDeleteProject.d.ts.map +1 -0
  272. package/esm/funcs/projectsDeleteProject.js +80 -0
  273. package/esm/funcs/projectsDeleteProject.js.map +1 -0
  274. package/esm/funcs/projectsEditProjectEnv.d.ts.map +1 -0
  275. package/esm/funcs/projectsEditProjectEnv.js +84 -0
  276. package/esm/funcs/projectsEditProjectEnv.js.map +1 -0
  277. package/esm/funcs/projectsFilterProjectEnvs.d.ts.map +1 -0
  278. package/esm/funcs/projectsFilterProjectEnvs.js +82 -0
  279. package/esm/funcs/projectsFilterProjectEnvs.js.map +1 -0
  280. package/esm/funcs/projectsGetProjectDomain.d.ts.map +1 -0
  281. package/esm/funcs/projectsGetProjectDomain.js +83 -0
  282. package/esm/funcs/projectsGetProjectDomain.js.map +1 -0
  283. package/esm/funcs/projectsGetProjectEnv.d.ts.map +1 -0
  284. package/esm/funcs/projectsGetProjectEnv.js +83 -0
  285. package/esm/funcs/projectsGetProjectEnv.js.map +1 -0
  286. package/esm/funcs/projectsGetProjects.d.ts.map +1 -0
  287. package/esm/funcs/projectsGetProjects.js +84 -0
  288. package/esm/funcs/projectsGetProjects.js.map +1 -0
  289. package/esm/funcs/projectsListPromoteAliases.d.ts.map +1 -0
  290. package/esm/funcs/projectsListPromoteAliases.js +83 -0
  291. package/esm/funcs/projectsListPromoteAliases.js.map +1 -0
  292. package/esm/funcs/projectsPauseProject.d.ts.map +1 -0
  293. package/esm/funcs/projectsPauseProject.js +79 -0
  294. package/esm/funcs/projectsPauseProject.js.map +1 -0
  295. package/esm/funcs/projectsRemoveProjectDomain.d.ts.map +1 -0
  296. package/esm/funcs/projectsRemoveProjectDomain.js +83 -0
  297. package/esm/funcs/projectsRemoveProjectDomain.js.map +1 -0
  298. package/esm/funcs/projectsRemoveProjectEnv.d.ts.map +1 -0
  299. package/esm/funcs/projectsRemoveProjectEnv.js +83 -0
  300. package/esm/funcs/projectsRemoveProjectEnv.js.map +1 -0
  301. package/esm/funcs/projectsRequestPromote.d.ts.map +1 -0
  302. package/esm/funcs/projectsRequestPromote.js +84 -0
  303. package/esm/funcs/projectsRequestPromote.js.map +1 -0
  304. package/esm/funcs/projectsUnpauseProject.d.ts.map +1 -0
  305. package/esm/funcs/projectsUnpauseProject.js +79 -0
  306. package/esm/funcs/projectsUnpauseProject.js.map +1 -0
  307. package/esm/funcs/projectsUpdateProject.d.ts.map +1 -0
  308. package/esm/funcs/projectsUpdateProject.js +80 -0
  309. package/esm/funcs/projectsUpdateProject.js.map +1 -0
  310. package/esm/funcs/projectsUpdateProjectDataCache.d.ts.map +1 -0
  311. package/esm/funcs/projectsUpdateProjectDataCache.js +80 -0
  312. package/esm/funcs/projectsUpdateProjectDataCache.js.map +1 -0
  313. package/esm/funcs/projectsUpdateProjectDomain.d.ts.map +1 -0
  314. package/esm/funcs/projectsUpdateProjectDomain.js +84 -0
  315. package/esm/funcs/projectsUpdateProjectDomain.js.map +1 -0
  316. package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts.map +1 -0
  317. package/esm/funcs/projectsUpdateProjectProtectionBypass.js +80 -0
  318. package/esm/funcs/projectsUpdateProjectProtectionBypass.js.map +1 -0
  319. package/esm/funcs/projectsVerifyProjectDomain.d.ts.map +1 -0
  320. package/esm/funcs/projectsVerifyProjectDomain.js +83 -0
  321. package/esm/funcs/projectsVerifyProjectDomain.js.map +1 -0
  322. package/esm/funcs/secretsCreateSecret.d.ts.map +1 -0
  323. package/esm/funcs/secretsCreateSecret.js +74 -0
  324. package/esm/funcs/secretsCreateSecret.js.map +1 -0
  325. package/esm/funcs/secretsDeleteSecret.d.ts.map +1 -0
  326. package/esm/funcs/secretsDeleteSecret.js +79 -0
  327. package/esm/funcs/secretsDeleteSecret.js.map +1 -0
  328. package/esm/funcs/secretsGetSecret.d.ts.map +1 -0
  329. package/esm/funcs/secretsGetSecret.js +80 -0
  330. package/esm/funcs/secretsGetSecret.js.map +1 -0
  331. package/esm/funcs/secretsRenameSecret.d.ts.map +1 -0
  332. package/esm/funcs/secretsRenameSecret.js +80 -0
  333. package/esm/funcs/secretsRenameSecret.js.map +1 -0
  334. package/esm/funcs/securityGetFirewallConfig.d.ts.map +1 -0
  335. package/esm/funcs/securityGetFirewallConfig.js +80 -0
  336. package/esm/funcs/securityGetFirewallConfig.js.map +1 -0
  337. package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
  338. package/esm/funcs/securityPutFirewallConfig.js +75 -0
  339. package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
  340. package/esm/funcs/securityUpdateAttackChallengeMode.d.ts.map +1 -0
  341. package/esm/funcs/securityUpdateAttackChallengeMode.js +74 -0
  342. package/esm/funcs/securityUpdateAttackChallengeMode.js.map +1 -0
  343. package/esm/funcs/securityUpdateFirewallConfig.d.ts.map +1 -0
  344. package/esm/funcs/securityUpdateFirewallConfig.js +75 -0
  345. package/esm/funcs/securityUpdateFirewallConfig.js.map +1 -0
  346. package/esm/funcs/teamsCreateTeam.d.ts.map +1 -0
  347. package/esm/funcs/teamsCreateTeam.js +71 -0
  348. package/esm/funcs/teamsCreateTeam.js.map +1 -0
  349. package/esm/funcs/teamsDeleteTeam.d.ts.map +1 -0
  350. package/esm/funcs/teamsDeleteTeam.js +80 -0
  351. package/esm/funcs/teamsDeleteTeam.js.map +1 -0
  352. package/esm/funcs/teamsDeleteTeamInviteCode.d.ts.map +1 -0
  353. package/esm/funcs/teamsDeleteTeamInviteCode.js +78 -0
  354. package/esm/funcs/teamsDeleteTeamInviteCode.js.map +1 -0
  355. package/esm/funcs/teamsGetTeam.d.ts.map +1 -0
  356. package/esm/funcs/teamsGetTeam.js +79 -0
  357. package/esm/funcs/teamsGetTeam.js.map +1 -0
  358. package/esm/funcs/teamsGetTeamAccessRequest.d.ts.map +1 -0
  359. package/esm/funcs/teamsGetTeamAccessRequest.js +78 -0
  360. package/esm/funcs/teamsGetTeamAccessRequest.js.map +1 -0
  361. package/esm/funcs/teamsGetTeamMembers.d.ts.map +1 -0
  362. package/esm/funcs/teamsGetTeamMembers.js +84 -0
  363. package/esm/funcs/teamsGetTeamMembers.js.map +1 -0
  364. package/esm/funcs/teamsGetTeams.d.ts.map +1 -0
  365. package/esm/funcs/teamsGetTeams.js +74 -0
  366. package/esm/funcs/teamsGetTeams.js.map +1 -0
  367. package/esm/funcs/teamsInviteUserToTeam.d.ts.map +1 -0
  368. package/esm/funcs/teamsInviteUserToTeam.js +75 -0
  369. package/esm/funcs/teamsInviteUserToTeam.js.map +1 -0
  370. package/esm/funcs/teamsJoinTeam.d.ts.map +1 -0
  371. package/esm/funcs/teamsJoinTeam.js +75 -0
  372. package/esm/funcs/teamsJoinTeam.js.map +1 -0
  373. package/esm/funcs/teamsPatchTeam.d.ts.map +1 -0
  374. package/esm/funcs/teamsPatchTeam.js +80 -0
  375. package/esm/funcs/teamsPatchTeam.js.map +1 -0
  376. package/esm/funcs/teamsRemoveTeamMember.d.ts.map +1 -0
  377. package/esm/funcs/teamsRemoveTeamMember.js +82 -0
  378. package/esm/funcs/teamsRemoveTeamMember.js.map +1 -0
  379. package/esm/funcs/teamsRequestAccessToTeam.d.ts.map +1 -0
  380. package/esm/funcs/teamsRequestAccessToTeam.js +75 -0
  381. package/esm/funcs/teamsRequestAccessToTeam.js.map +1 -0
  382. package/esm/funcs/teamsUpdateTeamMember.d.ts.map +1 -0
  383. package/esm/funcs/teamsUpdateTeamMember.js +79 -0
  384. package/esm/funcs/teamsUpdateTeamMember.js.map +1 -0
  385. package/esm/funcs/userGetAuthUser.d.ts.map +1 -0
  386. package/esm/funcs/userGetAuthUser.js +59 -0
  387. package/esm/funcs/userGetAuthUser.js.map +1 -0
  388. package/esm/funcs/userListUserEvents.d.ts.map +1 -0
  389. package/esm/funcs/userListUserEvents.js +79 -0
  390. package/esm/funcs/userListUserEvents.js.map +1 -0
  391. package/esm/funcs/userRequestDelete.d.ts.map +1 -0
  392. package/esm/funcs/userRequestDelete.js +71 -0
  393. package/esm/funcs/userRequestDelete.js.map +1 -0
  394. package/esm/funcs/webhooksCreateWebhook.d.ts.map +1 -0
  395. package/esm/funcs/webhooksCreateWebhook.js +74 -0
  396. package/esm/funcs/webhooksCreateWebhook.js.map +1 -0
  397. package/esm/funcs/webhooksDeleteWebhook.d.ts.map +1 -0
  398. package/esm/funcs/webhooksDeleteWebhook.js +80 -0
  399. package/esm/funcs/webhooksDeleteWebhook.js.map +1 -0
  400. package/esm/funcs/webhooksGetWebhook.d.ts.map +1 -0
  401. package/esm/funcs/webhooksGetWebhook.js +79 -0
  402. package/esm/funcs/webhooksGetWebhook.js.map +1 -0
  403. package/esm/funcs/webhooksGetWebhooks.d.ts.map +1 -0
  404. package/esm/funcs/webhooksGetWebhooks.js +74 -0
  405. package/esm/funcs/webhooksGetWebhooks.js.map +1 -0
  406. package/esm/hooks/hooks.d.ts.map +1 -0
  407. package/esm/hooks/hooks.js.map +1 -0
  408. package/esm/hooks/registration.d.ts.map +1 -0
  409. package/esm/hooks/registration.js.map +1 -0
  410. package/esm/hooks/types.d.ts +76 -0
  411. package/esm/hooks/types.d.ts.map +1 -0
  412. package/esm/hooks/types.js.map +1 -0
  413. package/esm/index.d.ts.map +1 -0
  414. package/esm/index.js.map +1 -0
  415. package/esm/lib/base64.d.ts.map +1 -0
  416. package/esm/lib/base64.js.map +1 -0
  417. package/esm/lib/config.d.ts +34 -0
  418. package/esm/lib/config.d.ts.map +1 -0
  419. package/esm/lib/config.js +35 -0
  420. package/esm/lib/config.js.map +1 -0
  421. package/esm/lib/dlv.d.ts.map +1 -0
  422. package/esm/lib/dlv.js.map +1 -0
  423. package/esm/lib/encodings.d.ts.map +1 -0
  424. package/esm/lib/encodings.js.map +1 -0
  425. package/esm/lib/files.d.ts.map +1 -0
  426. package/esm/lib/files.js.map +1 -0
  427. package/esm/lib/http.d.ts.map +1 -0
  428. package/esm/lib/http.js.map +1 -0
  429. package/esm/lib/is-plain-object.d.ts.map +1 -0
  430. package/esm/lib/is-plain-object.js.map +1 -0
  431. package/esm/lib/logger.d.ts.map +1 -0
  432. package/esm/lib/logger.js.map +1 -0
  433. package/esm/lib/matchers.d.ts.map +1 -0
  434. package/esm/lib/matchers.js.map +1 -0
  435. package/esm/lib/primitives.d.ts +20 -0
  436. package/esm/lib/primitives.d.ts.map +1 -0
  437. package/esm/lib/primitives.js +37 -0
  438. package/esm/lib/primitives.js.map +1 -0
  439. package/esm/lib/retries.d.ts.map +1 -0
  440. package/esm/lib/retries.js.map +1 -0
  441. package/esm/lib/schemas.d.ts.map +1 -0
  442. package/esm/lib/schemas.js.map +1 -0
  443. package/esm/lib/sdks.d.ts.map +1 -0
  444. package/esm/lib/sdks.js.map +1 -0
  445. package/esm/lib/security.d.ts +82 -0
  446. package/esm/lib/security.d.ts.map +1 -0
  447. package/esm/lib/security.js +131 -0
  448. package/esm/lib/security.js.map +1 -0
  449. package/esm/lib/url.d.ts.map +1 -0
  450. package/esm/lib/url.js.map +1 -0
  451. package/esm/models/components/aclaction.d.ts.map +1 -0
  452. package/esm/models/components/aclaction.js.map +1 -0
  453. package/esm/models/components/authtoken.d.ts +288 -0
  454. package/esm/models/components/authtoken.d.ts.map +1 -0
  455. package/esm/models/components/authtoken.js +207 -0
  456. package/esm/models/components/authtoken.js.map +1 -0
  457. package/esm/models/components/authuser.d.ts.map +1 -0
  458. package/esm/models/components/authuser.js.map +1 -0
  459. package/esm/models/components/authuserlimited.d.ts.map +1 -0
  460. package/esm/models/components/authuserlimited.js.map +1 -0
  461. package/esm/models/components/edgeconfigitem.d.ts.map +1 -0
  462. package/esm/models/components/edgeconfigitem.js.map +1 -0
  463. package/esm/models/components/edgeconfigitemvalue.d.ts.map +1 -0
  464. package/esm/models/components/edgeconfigitemvalue.js.map +1 -0
  465. package/esm/models/components/edgeconfigtoken.d.ts.map +1 -0
  466. package/esm/models/components/edgeconfigtoken.js.map +1 -0
  467. package/esm/models/components/filetree.d.ts.map +1 -0
  468. package/esm/models/components/filetree.js.map +1 -0
  469. package/esm/models/components/flagjsonvalue.d.ts.map +1 -0
  470. package/esm/models/components/flagjsonvalue.js.map +1 -0
  471. package/esm/models/components/pagination.d.ts.map +1 -0
  472. package/esm/models/components/pagination.js.map +1 -0
  473. package/esm/models/components/security.d.ts +25 -0
  474. package/esm/models/components/security.d.ts.map +1 -0
  475. package/esm/models/components/security.js +24 -0
  476. package/esm/models/components/security.js.map +1 -0
  477. package/esm/models/components/teamlimited.d.ts.map +1 -0
  478. package/esm/models/components/teamlimited.js.map +1 -0
  479. package/esm/models/components/userevent.d.ts +24 -0
  480. package/esm/models/components/userevent.d.ts.map +1 -0
  481. package/esm/models/components/userevent.js +20 -0
  482. package/esm/models/components/userevent.js.map +1 -0
  483. package/esm/models/errors/httpclienterrors.d.ts.map +1 -0
  484. package/esm/models/errors/httpclienterrors.js.map +1 -0
  485. package/esm/models/errors/sdkerror.d.ts.map +1 -0
  486. package/esm/models/errors/sdkerror.js.map +1 -0
  487. package/esm/models/errors/sdkvalidationerror.d.ts.map +1 -0
  488. package/esm/models/errors/sdkvalidationerror.js.map +1 -0
  489. package/esm/models/operations/addprojectdomain.d.ts.map +1 -0
  490. package/esm/models/operations/addprojectdomain.js.map +1 -0
  491. package/esm/models/operations/addprojectmember.d.ts.map +1 -0
  492. package/esm/models/operations/addprojectmember.js.map +1 -0
  493. package/esm/models/operations/artifactexists.d.ts.map +1 -0
  494. package/esm/models/operations/artifactexists.js.map +1 -0
  495. package/esm/models/operations/artifactquery.d.ts.map +1 -0
  496. package/esm/models/operations/artifactquery.js.map +1 -0
  497. package/esm/models/operations/assignalias.d.ts.map +1 -0
  498. package/esm/models/operations/assignalias.js.map +1 -0
  499. package/esm/models/operations/buydomain.d.ts.map +1 -0
  500. package/esm/models/operations/buydomain.js.map +1 -0
  501. package/esm/models/operations/canceldeployment.d.ts +2677 -0
  502. package/esm/models/operations/canceldeployment.d.ts.map +1 -0
  503. package/esm/models/operations/canceldeployment.js +2239 -0
  504. package/esm/models/operations/canceldeployment.js.map +1 -0
  505. package/esm/models/operations/checkdomainprice.d.ts +103 -0
  506. package/esm/models/operations/checkdomainprice.d.ts.map +1 -0
  507. package/esm/models/operations/checkdomainprice.js +69 -0
  508. package/esm/models/operations/checkdomainprice.js.map +1 -0
  509. package/esm/models/operations/checkdomainstatus.d.ts.map +1 -0
  510. package/esm/models/operations/checkdomainstatus.js.map +1 -0
  511. package/esm/models/operations/createaccessgroup.d.ts.map +1 -0
  512. package/esm/models/operations/createaccessgroup.js.map +1 -0
  513. package/esm/models/operations/createauthtoken.d.ts.map +1 -0
  514. package/esm/models/operations/createauthtoken.js.map +1 -0
  515. package/esm/models/operations/createcheck.d.ts.map +1 -0
  516. package/esm/models/operations/createcheck.js.map +1 -0
  517. package/esm/models/operations/createconfigurablelogdrain.d.ts.map +1 -0
  518. package/esm/models/operations/createconfigurablelogdrain.js.map +1 -0
  519. package/esm/models/operations/createdeployment.d.ts.map +1 -0
  520. package/esm/models/operations/createdeployment.js.map +1 -0
  521. package/esm/models/operations/createedgeconfig.d.ts.map +1 -0
  522. package/esm/models/operations/createedgeconfig.js.map +1 -0
  523. package/esm/models/operations/createedgeconfigtoken.d.ts.map +1 -0
  524. package/esm/models/operations/createedgeconfigtoken.js.map +1 -0
  525. package/esm/models/operations/createlogdrain.d.ts.map +1 -0
  526. package/esm/models/operations/createlogdrain.js.map +1 -0
  527. package/esm/models/operations/createortransferdomain.d.ts.map +1 -0
  528. package/esm/models/operations/createortransferdomain.js.map +1 -0
  529. package/esm/models/operations/createproject.d.ts +4989 -0
  530. package/esm/models/operations/createproject.d.ts.map +1 -0
  531. package/esm/models/operations/createproject.js +4076 -0
  532. package/esm/models/operations/createproject.js.map +1 -0
  533. package/esm/models/operations/createprojectenv.d.ts +2714 -0
  534. package/esm/models/operations/createprojectenv.d.ts.map +1 -0
  535. package/esm/models/operations/createprojectenv.js +2347 -0
  536. package/esm/models/operations/createprojectenv.js.map +1 -0
  537. package/esm/models/operations/createrecord.d.ts.map +1 -0
  538. package/esm/models/operations/createrecord.js.map +1 -0
  539. package/esm/models/operations/createsecret.d.ts +192 -0
  540. package/esm/models/operations/createsecret.d.ts.map +1 -0
  541. package/esm/models/operations/createsecret.js +136 -0
  542. package/esm/models/operations/createsecret.js.map +1 -0
  543. package/esm/models/operations/createteam.d.ts.map +1 -0
  544. package/esm/models/operations/createteam.js.map +1 -0
  545. package/esm/models/operations/createwebhook.d.ts.map +1 -0
  546. package/esm/models/operations/createwebhook.js.map +1 -0
  547. package/esm/models/operations/deleteaccessgroup.d.ts.map +1 -0
  548. package/esm/models/operations/deleteaccessgroup.js.map +1 -0
  549. package/esm/models/operations/deletealias.d.ts.map +1 -0
  550. package/esm/models/operations/deletealias.js.map +1 -0
  551. package/esm/models/operations/deleteauthtoken.d.ts.map +1 -0
  552. package/esm/models/operations/deleteauthtoken.js.map +1 -0
  553. package/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +1 -0
  554. package/esm/models/operations/deleteconfigurablelogdrain.js.map +1 -0
  555. package/esm/models/operations/deleteconfiguration.d.ts.map +1 -0
  556. package/esm/models/operations/deleteconfiguration.js.map +1 -0
  557. package/esm/models/operations/deletedeployment.d.ts.map +1 -0
  558. package/esm/models/operations/deletedeployment.js.map +1 -0
  559. package/esm/models/operations/deletedomain.d.ts.map +1 -0
  560. package/esm/models/operations/deletedomain.js.map +1 -0
  561. package/esm/models/operations/deleteedgeconfig.d.ts.map +1 -0
  562. package/esm/models/operations/deleteedgeconfig.js.map +1 -0
  563. package/esm/models/operations/deleteedgeconfigschema.d.ts.map +1 -0
  564. package/esm/models/operations/deleteedgeconfigschema.js.map +1 -0
  565. package/esm/models/operations/deleteedgeconfigtokens.d.ts.map +1 -0
  566. package/esm/models/operations/deleteedgeconfigtokens.js.map +1 -0
  567. package/esm/models/operations/deleteintegrationlogdrain.d.ts.map +1 -0
  568. package/esm/models/operations/deleteintegrationlogdrain.js.map +1 -0
  569. package/esm/models/operations/deleteproject.d.ts.map +1 -0
  570. package/esm/models/operations/deleteproject.js.map +1 -0
  571. package/esm/models/operations/deletesecret.d.ts.map +1 -0
  572. package/esm/models/operations/deletesecret.js.map +1 -0
  573. package/esm/models/operations/deleteteam.d.ts.map +1 -0
  574. package/esm/models/operations/deleteteam.js.map +1 -0
  575. package/esm/models/operations/deleteteaminvitecode.d.ts.map +1 -0
  576. package/esm/models/operations/deleteteaminvitecode.js.map +1 -0
  577. package/esm/models/operations/deletewebhook.d.ts.map +1 -0
  578. package/esm/models/operations/deletewebhook.js.map +1 -0
  579. package/esm/models/operations/downloadartifact.d.ts.map +1 -0
  580. package/esm/models/operations/downloadartifact.js.map +1 -0
  581. package/esm/models/operations/editprojectenv.d.ts +1140 -0
  582. package/esm/models/operations/editprojectenv.d.ts.map +1 -0
  583. package/esm/models/operations/editprojectenv.js +979 -0
  584. package/esm/models/operations/editprojectenv.js.map +1 -0
  585. package/esm/models/operations/filterprojectenvs.d.ts.map +1 -0
  586. package/esm/models/operations/filterprojectenvs.js.map +1 -0
  587. package/esm/models/operations/getalias.d.ts +488 -0
  588. package/esm/models/operations/getalias.d.ts.map +1 -0
  589. package/esm/models/operations/getalias.js +351 -0
  590. package/esm/models/operations/getalias.js.map +1 -0
  591. package/esm/models/operations/getallchecks.d.ts.map +1 -0
  592. package/esm/models/operations/getallchecks.js.map +1 -0
  593. package/esm/models/operations/getalllogdrains.d.ts.map +1 -0
  594. package/esm/models/operations/getalllogdrains.js.map +1 -0
  595. package/esm/models/operations/getauthtoken.d.ts.map +1 -0
  596. package/esm/models/operations/getauthtoken.js.map +1 -0
  597. package/esm/models/operations/getauthuser.d.ts.map +1 -0
  598. package/esm/models/operations/getauthuser.js.map +1 -0
  599. package/esm/models/operations/getcertbyid.d.ts.map +1 -0
  600. package/esm/models/operations/getcertbyid.js.map +1 -0
  601. package/esm/models/operations/getcheck.d.ts.map +1 -0
  602. package/esm/models/operations/getcheck.js.map +1 -0
  603. package/esm/models/operations/getconfigurablelogdrain.d.ts.map +1 -0
  604. package/esm/models/operations/getconfigurablelogdrain.js.map +1 -0
  605. package/esm/models/operations/getconfiguration.d.ts.map +1 -0
  606. package/esm/models/operations/getconfiguration.js.map +1 -0
  607. package/esm/models/operations/getconfigurations.d.ts.map +1 -0
  608. package/esm/models/operations/getconfigurations.js.map +1 -0
  609. package/esm/models/operations/getdeployment.d.ts.map +1 -0
  610. package/esm/models/operations/getdeployment.js.map +1 -0
  611. package/esm/models/operations/getdeploymentevents.d.ts.map +1 -0
  612. package/esm/models/operations/getdeploymentevents.js.map +1 -0
  613. package/esm/models/operations/getdeploymentfilecontents.d.ts.map +1 -0
  614. package/esm/models/operations/getdeploymentfilecontents.js.map +1 -0
  615. package/esm/models/operations/getdeployments.d.ts.map +1 -0
  616. package/esm/models/operations/getdeployments.js.map +1 -0
  617. package/esm/models/operations/getdomain.d.ts.map +1 -0
  618. package/esm/models/operations/getdomain.js.map +1 -0
  619. package/esm/models/operations/getdomainconfig.d.ts.map +1 -0
  620. package/esm/models/operations/getdomainconfig.js.map +1 -0
  621. package/esm/models/operations/getdomains.d.ts.map +1 -0
  622. package/esm/models/operations/getdomains.js.map +1 -0
  623. package/esm/models/operations/getdomaintransfer.d.ts.map +1 -0
  624. package/esm/models/operations/getdomaintransfer.js.map +1 -0
  625. package/esm/models/operations/getedgeconfig.d.ts.map +1 -0
  626. package/esm/models/operations/getedgeconfig.js.map +1 -0
  627. package/esm/models/operations/getedgeconfigbackup.d.ts.map +1 -0
  628. package/esm/models/operations/getedgeconfigbackup.js.map +1 -0
  629. package/esm/models/operations/getedgeconfigbackups.d.ts.map +1 -0
  630. package/esm/models/operations/getedgeconfigbackups.js.map +1 -0
  631. package/esm/models/operations/getedgeconfigitem.d.ts.map +1 -0
  632. package/esm/models/operations/getedgeconfigitem.js.map +1 -0
  633. package/esm/models/operations/getedgeconfigitems.d.ts.map +1 -0
  634. package/esm/models/operations/getedgeconfigitems.js.map +1 -0
  635. package/esm/models/operations/getedgeconfigs.d.ts.map +1 -0
  636. package/esm/models/operations/getedgeconfigs.js.map +1 -0
  637. package/esm/models/operations/getedgeconfigschema.d.ts.map +1 -0
  638. package/esm/models/operations/getedgeconfigschema.js.map +1 -0
  639. package/esm/models/operations/getedgeconfigtoken.d.ts.map +1 -0
  640. package/esm/models/operations/getedgeconfigtoken.js.map +1 -0
  641. package/esm/models/operations/getedgeconfigtokens.d.ts.map +1 -0
  642. package/esm/models/operations/getedgeconfigtokens.js.map +1 -0
  643. package/esm/models/operations/getfirewallconfig.d.ts.map +1 -0
  644. package/esm/models/operations/getfirewallconfig.js.map +1 -0
  645. package/esm/models/operations/getintegrationlogdrains.d.ts.map +1 -0
  646. package/esm/models/operations/getintegrationlogdrains.js.map +1 -0
  647. package/esm/models/operations/getprojectdomain.d.ts.map +1 -0
  648. package/esm/models/operations/getprojectdomain.js.map +1 -0
  649. package/esm/models/operations/getprojectenv.d.ts.map +1 -0
  650. package/esm/models/operations/getprojectenv.js.map +1 -0
  651. package/esm/models/operations/getprojectmembers.d.ts.map +1 -0
  652. package/esm/models/operations/getprojectmembers.js.map +1 -0
  653. package/esm/models/operations/getprojects.d.ts +4570 -0
  654. package/esm/models/operations/getprojects.d.ts.map +1 -0
  655. package/esm/models/operations/getprojects.js +3848 -0
  656. package/esm/models/operations/getprojects.js.map +1 -0
  657. package/esm/models/operations/getrecords.d.ts.map +1 -0
  658. package/esm/models/operations/getrecords.js.map +1 -0
  659. package/esm/models/operations/getsecret.d.ts.map +1 -0
  660. package/esm/models/operations/getsecret.js.map +1 -0
  661. package/esm/models/operations/getteam.d.ts.map +1 -0
  662. package/esm/models/operations/getteam.js.map +1 -0
  663. package/esm/models/operations/getteamaccessrequest.d.ts.map +1 -0
  664. package/esm/models/operations/getteamaccessrequest.js.map +1 -0
  665. package/esm/models/operations/getteammembers.d.ts.map +1 -0
  666. package/esm/models/operations/getteammembers.js.map +1 -0
  667. package/esm/models/operations/getteams.d.ts.map +1 -0
  668. package/esm/models/operations/getteams.js.map +1 -0
  669. package/esm/models/operations/getwebhook.d.ts.map +1 -0
  670. package/esm/models/operations/getwebhook.js.map +1 -0
  671. package/esm/models/operations/getwebhooks.d.ts.map +1 -0
  672. package/esm/models/operations/getwebhooks.js.map +1 -0
  673. package/esm/models/operations/gitnamespaces.d.ts.map +1 -0
  674. package/esm/models/operations/gitnamespaces.js.map +1 -0
  675. package/esm/models/operations/inviteusertoteam.d.ts.map +1 -0
  676. package/esm/models/operations/inviteusertoteam.js.map +1 -0
  677. package/esm/models/operations/issuecert.d.ts.map +1 -0
  678. package/esm/models/operations/issuecert.js.map +1 -0
  679. package/esm/models/operations/jointeam.d.ts.map +1 -0
  680. package/esm/models/operations/jointeam.js.map +1 -0
  681. package/esm/models/operations/listaccessgroupmembers.d.ts.map +1 -0
  682. package/esm/models/operations/listaccessgroupmembers.js.map +1 -0
  683. package/esm/models/operations/listaccessgroupprojects.d.ts.map +1 -0
  684. package/esm/models/operations/listaccessgroupprojects.js.map +1 -0
  685. package/esm/models/operations/listaccessgroups.d.ts.map +1 -0
  686. package/esm/models/operations/listaccessgroups.js.map +1 -0
  687. package/esm/models/operations/listaliases.d.ts.map +1 -0
  688. package/esm/models/operations/listaliases.js.map +1 -0
  689. package/esm/models/operations/listauthtokens.d.ts.map +1 -0
  690. package/esm/models/operations/listauthtokens.js.map +1 -0
  691. package/esm/models/operations/listdeploymentaliases.d.ts.map +1 -0
  692. package/esm/models/operations/listdeploymentaliases.js.map +1 -0
  693. package/esm/models/operations/listdeploymentfiles.d.ts.map +1 -0
  694. package/esm/models/operations/listdeploymentfiles.js.map +1 -0
  695. package/esm/models/operations/listpromotealiases.d.ts.map +1 -0
  696. package/esm/models/operations/listpromotealiases.js.map +1 -0
  697. package/esm/models/operations/listuserevents.d.ts.map +1 -0
  698. package/esm/models/operations/listuserevents.js.map +1 -0
  699. package/esm/models/operations/patchdomain.d.ts.map +1 -0
  700. package/esm/models/operations/patchdomain.js.map +1 -0
  701. package/esm/models/operations/patchedgeconfigschema.d.ts.map +1 -0
  702. package/esm/models/operations/patchedgeconfigschema.js.map +1 -0
  703. package/esm/models/operations/patchteam.d.ts.map +1 -0
  704. package/esm/models/operations/patchteam.js.map +1 -0
  705. package/esm/models/operations/pauseproject.d.ts.map +1 -0
  706. package/esm/models/operations/pauseproject.js.map +1 -0
  707. package/esm/models/operations/putfirewallconfig.d.ts.map +1 -0
  708. package/esm/models/operations/putfirewallconfig.js.map +1 -0
  709. package/esm/models/operations/readaccessgroup.d.ts.map +1 -0
  710. package/esm/models/operations/readaccessgroup.js.map +1 -0
  711. package/esm/models/operations/recordevents.d.ts.map +1 -0
  712. package/esm/models/operations/recordevents.js.map +1 -0
  713. package/esm/models/operations/removecert.d.ts.map +1 -0
  714. package/esm/models/operations/removecert.js.map +1 -0
  715. package/esm/models/operations/removeprojectdomain.d.ts.map +1 -0
  716. package/esm/models/operations/removeprojectdomain.js.map +1 -0
  717. package/esm/models/operations/removeprojectenv.d.ts +2954 -0
  718. package/esm/models/operations/removeprojectenv.d.ts.map +1 -0
  719. package/esm/models/operations/removeprojectenv.js +2627 -0
  720. package/esm/models/operations/removeprojectenv.js.map +1 -0
  721. package/esm/models/operations/removeprojectmember.d.ts.map +1 -0
  722. package/esm/models/operations/removeprojectmember.js.map +1 -0
  723. package/esm/models/operations/removerecord.d.ts.map +1 -0
  724. package/esm/models/operations/removerecord.js.map +1 -0
  725. package/esm/models/operations/removeteammember.d.ts.map +1 -0
  726. package/esm/models/operations/removeteammember.js.map +1 -0
  727. package/esm/models/operations/renamesecret.d.ts.map +1 -0
  728. package/esm/models/operations/renamesecret.js.map +1 -0
  729. package/esm/models/operations/requestaccesstoteam.d.ts.map +1 -0
  730. package/esm/models/operations/requestaccesstoteam.js.map +1 -0
  731. package/esm/models/operations/requestdelete.d.ts.map +1 -0
  732. package/esm/models/operations/requestdelete.js.map +1 -0
  733. package/esm/models/operations/requestpromote.d.ts.map +1 -0
  734. package/esm/models/operations/requestpromote.js.map +1 -0
  735. package/esm/models/operations/rerequestcheck.d.ts.map +1 -0
  736. package/esm/models/operations/rerequestcheck.js.map +1 -0
  737. package/esm/models/operations/searchrepo.d.ts.map +1 -0
  738. package/esm/models/operations/searchrepo.js.map +1 -0
  739. package/esm/models/operations/status.d.ts.map +1 -0
  740. package/esm/models/operations/status.js.map +1 -0
  741. package/esm/models/operations/unpauseproject.d.ts.map +1 -0
  742. package/esm/models/operations/unpauseproject.js.map +1 -0
  743. package/esm/models/operations/updateaccessgroup.d.ts.map +1 -0
  744. package/esm/models/operations/updateaccessgroup.js.map +1 -0
  745. package/esm/models/operations/updateattackchallengemode.d.ts.map +1 -0
  746. package/esm/models/operations/updateattackchallengemode.js.map +1 -0
  747. package/esm/models/operations/updatecheck.d.ts.map +1 -0
  748. package/esm/models/operations/updatecheck.js.map +1 -0
  749. package/esm/models/operations/updateedgeconfig.d.ts.map +1 -0
  750. package/esm/models/operations/updateedgeconfig.js.map +1 -0
  751. package/esm/models/operations/updatefirewallconfig.d.ts.map +1 -0
  752. package/esm/models/operations/updatefirewallconfig.js.map +1 -0
  753. package/esm/models/operations/updateproject.d.ts +5185 -0
  754. package/esm/models/operations/updateproject.d.ts.map +1 -0
  755. package/esm/models/operations/updateproject.js +4201 -0
  756. package/esm/models/operations/updateproject.js.map +1 -0
  757. package/esm/models/operations/updateprojectdatacache.d.ts +4488 -0
  758. package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -0
  759. package/esm/models/operations/updateprojectdatacache.js +3847 -0
  760. package/esm/models/operations/updateprojectdatacache.js.map +1 -0
  761. package/esm/models/operations/updateprojectdomain.d.ts.map +1 -0
  762. package/esm/models/operations/updateprojectdomain.js.map +1 -0
  763. package/esm/models/operations/updateprojectprotectionbypass.d.ts.map +1 -0
  764. package/esm/models/operations/updateprojectprotectionbypass.js.map +1 -0
  765. package/esm/models/operations/updaterecord.d.ts.map +1 -0
  766. package/esm/models/operations/updaterecord.js.map +1 -0
  767. package/esm/models/operations/updateteammember.d.ts.map +1 -0
  768. package/esm/models/operations/updateteammember.js.map +1 -0
  769. package/esm/models/operations/uploadartifact.d.ts.map +1 -0
  770. package/esm/models/operations/uploadartifact.js.map +1 -0
  771. package/esm/models/operations/uploadcert.d.ts.map +1 -0
  772. package/esm/models/operations/uploadcert.js.map +1 -0
  773. package/esm/models/operations/uploadfile.d.ts.map +1 -0
  774. package/esm/models/operations/uploadfile.js.map +1 -0
  775. package/esm/models/operations/verifyprojectdomain.d.ts.map +1 -0
  776. package/esm/models/operations/verifyprojectdomain.js.map +1 -0
  777. package/esm/sdk/accessgroups.d.ts.map +1 -0
  778. package/esm/sdk/accessgroups.js.map +1 -0
  779. package/esm/sdk/aliases.d.ts.map +1 -0
  780. package/esm/sdk/aliases.js.map +1 -0
  781. package/esm/sdk/artifacts.d.ts.map +1 -0
  782. package/esm/sdk/artifacts.js.map +1 -0
  783. package/esm/sdk/authentication.d.ts.map +1 -0
  784. package/esm/sdk/authentication.js.map +1 -0
  785. package/esm/sdk/certs.d.ts.map +1 -0
  786. package/esm/sdk/certs.js.map +1 -0
  787. package/esm/sdk/checks.d.ts.map +1 -0
  788. package/esm/sdk/checks.js.map +1 -0
  789. package/esm/sdk/deployments.d.ts.map +1 -0
  790. package/esm/sdk/deployments.js.map +1 -0
  791. package/esm/sdk/dns.d.ts.map +1 -0
  792. package/esm/sdk/dns.js.map +1 -0
  793. package/esm/sdk/domains.d.ts.map +1 -0
  794. package/esm/sdk/domains.js.map +1 -0
  795. package/esm/sdk/edgeconfig.d.ts.map +1 -0
  796. package/esm/sdk/edgeconfig.js.map +1 -0
  797. package/esm/sdk/integrations.d.ts.map +1 -0
  798. package/esm/sdk/integrations.js.map +1 -0
  799. package/esm/sdk/logdrains.d.ts.map +1 -0
  800. package/esm/sdk/logdrains.js.map +1 -0
  801. package/esm/sdk/projectmembers.d.ts.map +1 -0
  802. package/esm/sdk/projectmembers.js.map +1 -0
  803. package/esm/sdk/projects.d.ts.map +1 -0
  804. package/esm/sdk/projects.js.map +1 -0
  805. package/esm/sdk/sdk.d.ts +61 -0
  806. package/esm/sdk/sdk.d.ts.map +1 -0
  807. package/esm/sdk/sdk.js +102 -0
  808. package/esm/sdk/sdk.js.map +1 -0
  809. package/esm/sdk/secrets.d.ts +36 -0
  810. package/esm/sdk/secrets.d.ts.map +1 -0
  811. package/esm/sdk/secrets.js +48 -0
  812. package/esm/sdk/secrets.js.map +1 -0
  813. package/esm/sdk/security.d.ts.map +1 -0
  814. package/esm/sdk/security.js.map +1 -0
  815. package/esm/sdk/teams.d.ts.map +1 -0
  816. package/esm/sdk/teams.js.map +1 -0
  817. package/esm/sdk/user.d.ts.map +1 -0
  818. package/esm/sdk/user.js.map +1 -0
  819. package/esm/sdk/webhooks.d.ts.map +1 -0
  820. package/esm/sdk/webhooks.js.map +1 -0
  821. package/esm/types/blobs.d.ts.map +1 -0
  822. package/esm/types/blobs.js.map +1 -0
  823. package/esm/types/constdatetime.d.ts.map +1 -0
  824. package/esm/types/constdatetime.js.map +1 -0
  825. package/esm/types/enums.d.ts.map +1 -0
  826. package/esm/types/enums.js.map +1 -0
  827. package/esm/types/fp.d.ts.map +1 -0
  828. package/esm/types/fp.js.map +1 -0
  829. package/esm/types/operations.d.ts.map +1 -0
  830. package/esm/types/operations.js.map +1 -0
  831. package/esm/types/rfcdate.d.ts.map +1 -0
  832. package/esm/types/rfcdate.js.map +1 -0
  833. package/esm/types/streams.d.ts.map +1 -0
  834. package/esm/types/streams.js.map +1 -0
  835. package/package.json +24 -57
  836. package/src/funcs/accessGroupsCreateAccessGroup.ts +3 -0
  837. package/src/funcs/accessGroupsDeleteAccessGroup.ts +3 -0
  838. package/src/funcs/accessGroupsListAccessGroupMembers.ts +3 -0
  839. package/src/funcs/accessGroupsListAccessGroupProjects.ts +3 -0
  840. package/src/funcs/accessGroupsListAccessGroups.ts +3 -0
  841. package/src/funcs/accessGroupsReadAccessGroup.ts +3 -0
  842. package/src/funcs/accessGroupsUpdateAccessGroup.ts +3 -0
  843. package/src/funcs/aliasesAssignAlias.ts +3 -0
  844. package/src/funcs/aliasesDeleteAlias.ts +3 -0
  845. package/src/funcs/aliasesGetAlias.ts +3 -0
  846. package/src/funcs/aliasesListAliases.ts +3 -0
  847. package/src/funcs/aliasesListDeploymentAliases.ts +3 -0
  848. package/src/funcs/artifactsArtifactExists.ts +3 -0
  849. package/src/funcs/artifactsArtifactQuery.ts +3 -0
  850. package/src/funcs/artifactsDownloadArtifact.ts +3 -0
  851. package/src/funcs/artifactsRecordEvents.ts +3 -0
  852. package/src/funcs/artifactsStatus.ts +3 -0
  853. package/src/funcs/artifactsUploadArtifact.ts +3 -0
  854. package/src/funcs/authenticationCreateAuthToken.ts +3 -0
  855. package/src/funcs/authenticationDeleteAuthToken.ts +3 -0
  856. package/src/funcs/authenticationGetAuthToken.ts +3 -0
  857. package/src/funcs/authenticationListAuthTokens.ts +3 -0
  858. package/src/funcs/certsGetCertById.ts +3 -0
  859. package/src/funcs/certsIssueCert.ts +3 -0
  860. package/src/funcs/certsRemoveCert.ts +3 -0
  861. package/src/funcs/certsUploadCert.ts +3 -0
  862. package/src/funcs/checksCreateCheck.ts +3 -0
  863. package/src/funcs/checksGetAllChecks.ts +3 -0
  864. package/src/funcs/checksGetCheck.ts +3 -0
  865. package/src/funcs/checksRerequestCheck.ts +3 -0
  866. package/src/funcs/checksUpdateCheck.ts +3 -0
  867. package/src/funcs/deploymentsCancelDeployment.ts +3 -0
  868. package/src/funcs/deploymentsCreateDeployment.ts +3 -0
  869. package/src/funcs/deploymentsDeleteDeployment.ts +3 -0
  870. package/src/funcs/deploymentsGetDeployment.ts +3 -0
  871. package/src/funcs/deploymentsGetDeploymentEvents.ts +3 -0
  872. package/src/funcs/deploymentsGetDeploymentFileContents.ts +3 -0
  873. package/src/funcs/deploymentsGetDeployments.ts +3 -0
  874. package/src/funcs/deploymentsListDeploymentFiles.ts +3 -0
  875. package/src/funcs/deploymentsUploadFile.ts +3 -0
  876. package/src/funcs/dnsCreateRecord.ts +3 -0
  877. package/src/funcs/dnsGetRecords.ts +3 -0
  878. package/src/funcs/dnsRemoveRecord.ts +3 -0
  879. package/src/funcs/dnsUpdateRecord.ts +3 -0
  880. package/src/funcs/domainsBuyDomain.ts +3 -0
  881. package/src/funcs/domainsCheckDomainPrice.ts +3 -0
  882. package/src/funcs/domainsCheckDomainStatus.ts +3 -0
  883. package/src/funcs/domainsCreateOrTransferDomain.ts +3 -0
  884. package/src/funcs/domainsDeleteDomain.ts +3 -0
  885. package/src/funcs/domainsGetDomain.ts +3 -0
  886. package/src/funcs/domainsGetDomainConfig.ts +3 -0
  887. package/src/funcs/domainsGetDomainTransfer.ts +3 -0
  888. package/src/funcs/domainsGetDomains.ts +3 -0
  889. package/src/funcs/domainsPatchDomain.ts +3 -0
  890. package/src/funcs/edgeConfigCreateEdgeConfig.ts +3 -0
  891. package/src/funcs/edgeConfigCreateEdgeConfigToken.ts +3 -0
  892. package/src/funcs/edgeConfigDeleteEdgeConfig.ts +3 -0
  893. package/src/funcs/edgeConfigDeleteEdgeConfigSchema.ts +3 -0
  894. package/src/funcs/edgeConfigDeleteEdgeConfigTokens.ts +3 -0
  895. package/src/funcs/edgeConfigGetEdgeConfig.ts +3 -0
  896. package/src/funcs/edgeConfigGetEdgeConfigBackup.ts +3 -0
  897. package/src/funcs/edgeConfigGetEdgeConfigBackups.ts +3 -0
  898. package/src/funcs/edgeConfigGetEdgeConfigItem.ts +3 -0
  899. package/src/funcs/edgeConfigGetEdgeConfigItems.ts +3 -0
  900. package/src/funcs/edgeConfigGetEdgeConfigSchema.ts +3 -0
  901. package/src/funcs/edgeConfigGetEdgeConfigToken.ts +3 -0
  902. package/src/funcs/edgeConfigGetEdgeConfigTokens.ts +3 -0
  903. package/src/funcs/edgeConfigGetEdgeConfigs.ts +3 -0
  904. package/src/funcs/edgeConfigPatchEdgeConfigSchema.ts +3 -0
  905. package/src/funcs/edgeConfigUpdateEdgeConfig.ts +3 -0
  906. package/src/funcs/integrationsDeleteConfiguration.ts +3 -0
  907. package/src/funcs/integrationsGetConfiguration.ts +3 -0
  908. package/src/funcs/integrationsGetConfigurations.ts +3 -0
  909. package/src/funcs/integrationsGitNamespaces.ts +3 -0
  910. package/src/funcs/integrationsSearchRepo.ts +3 -0
  911. package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +3 -0
  912. package/src/funcs/logDrainsCreateLogDrain.ts +3 -0
  913. package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +3 -0
  914. package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +3 -0
  915. package/src/funcs/logDrainsGetAllLogDrains.ts +3 -0
  916. package/src/funcs/logDrainsGetConfigurableLogDrain.ts +3 -0
  917. package/src/funcs/logDrainsGetIntegrationLogDrains.ts +3 -0
  918. package/src/funcs/projectMembersAddProjectMember.ts +3 -0
  919. package/src/funcs/projectMembersGetProjectMembers.ts +3 -0
  920. package/src/funcs/projectMembersRemoveProjectMember.ts +3 -0
  921. package/src/funcs/projectsAddProjectDomain.ts +3 -0
  922. package/src/funcs/projectsCreateProject.ts +3 -0
  923. package/src/funcs/projectsCreateProjectEnv.ts +3 -0
  924. package/src/funcs/projectsDeleteProject.ts +3 -0
  925. package/src/funcs/projectsEditProjectEnv.ts +3 -0
  926. package/src/funcs/projectsFilterProjectEnvs.ts +3 -0
  927. package/src/funcs/projectsGetProjectDomain.ts +3 -0
  928. package/src/funcs/projectsGetProjectEnv.ts +3 -0
  929. package/src/funcs/projectsGetProjects.ts +3 -0
  930. package/src/funcs/projectsListPromoteAliases.ts +3 -0
  931. package/src/funcs/projectsPauseProject.ts +3 -0
  932. package/src/funcs/projectsRemoveProjectDomain.ts +3 -0
  933. package/src/funcs/projectsRemoveProjectEnv.ts +3 -0
  934. package/src/funcs/projectsRequestPromote.ts +3 -0
  935. package/src/funcs/projectsUnpauseProject.ts +3 -0
  936. package/src/funcs/projectsUpdateProject.ts +3 -0
  937. package/src/funcs/projectsUpdateProjectDataCache.ts +3 -0
  938. package/src/funcs/projectsUpdateProjectDomain.ts +3 -0
  939. package/src/funcs/projectsUpdateProjectProtectionBypass.ts +3 -0
  940. package/src/funcs/projectsVerifyProjectDomain.ts +3 -0
  941. package/src/funcs/secretsCreateSecret.ts +5 -9
  942. package/src/funcs/secretsDeleteSecret.ts +3 -0
  943. package/src/funcs/secretsGetSecret.ts +3 -0
  944. package/src/funcs/secretsRenameSecret.ts +3 -0
  945. package/src/funcs/securityGetFirewallConfig.ts +3 -0
  946. package/src/funcs/securityPutFirewallConfig.ts +5 -2
  947. package/src/funcs/securityUpdateAttackChallengeMode.ts +3 -0
  948. package/src/funcs/securityUpdateFirewallConfig.ts +5 -2
  949. package/src/funcs/teamsCreateTeam.ts +3 -0
  950. package/src/funcs/teamsDeleteTeam.ts +3 -0
  951. package/src/funcs/teamsDeleteTeamInviteCode.ts +3 -0
  952. package/src/funcs/teamsGetTeam.ts +3 -0
  953. package/src/funcs/teamsGetTeamAccessRequest.ts +3 -0
  954. package/src/funcs/teamsGetTeamMembers.ts +3 -0
  955. package/src/funcs/teamsGetTeams.ts +3 -0
  956. package/src/funcs/teamsInviteUserToTeam.ts +3 -0
  957. package/src/funcs/teamsJoinTeam.ts +3 -0
  958. package/src/funcs/teamsPatchTeam.ts +3 -0
  959. package/src/funcs/teamsRemoveTeamMember.ts +3 -0
  960. package/src/funcs/teamsRequestAccessToTeam.ts +3 -0
  961. package/src/funcs/teamsUpdateTeamMember.ts +3 -0
  962. package/src/funcs/userGetAuthUser.ts +3 -0
  963. package/src/funcs/userListUserEvents.ts +3 -0
  964. package/src/funcs/userRequestDelete.ts +3 -0
  965. package/src/funcs/webhooksCreateWebhook.ts +3 -0
  966. package/src/funcs/webhooksDeleteWebhook.ts +3 -0
  967. package/src/funcs/webhooksGetWebhook.ts +3 -0
  968. package/src/funcs/webhooksGetWebhooks.ts +3 -0
  969. package/src/hooks/types.ts +2 -0
  970. package/src/lib/config.ts +3 -3
  971. package/src/lib/primitives.ts +20 -0
  972. package/src/lib/security.ts +39 -3
  973. package/src/models/components/authtoken.ts +34 -30
  974. package/src/models/components/security.ts +4 -4
  975. package/src/models/components/userevent.ts +4 -216
  976. package/src/models/operations/canceldeployment.ts +1 -1
  977. package/src/models/operations/checkdomainprice.ts +5 -22
  978. package/src/models/operations/createproject.ts +12 -8
  979. package/src/models/operations/createprojectenv.ts +2 -2
  980. package/src/models/operations/createsecret.ts +0 -7
  981. package/src/models/operations/editprojectenv.ts +1 -1
  982. package/src/models/operations/getalias.ts +12 -12
  983. package/src/models/operations/getprojects.ts +9 -5
  984. package/src/models/operations/removeprojectenv.ts +3 -3
  985. package/src/models/operations/updateproject.ts +12 -8
  986. package/src/models/operations/updateprojectdatacache.ts +9 -5
  987. package/src/sdk/sdk.ts +1 -42
  988. package/src/sdk/secrets.ts +0 -22
  989. package/dist/commonjs/core.d.ts.map +0 -1
  990. package/dist/commonjs/core.js +0 -17
  991. package/dist/commonjs/core.js.map +0 -1
  992. package/dist/commonjs/funcs/accessGroupsCreateAccessGroup.d.ts.map +0 -1
  993. package/dist/commonjs/funcs/accessGroupsCreateAccessGroup.js +0 -99
  994. package/dist/commonjs/funcs/accessGroupsCreateAccessGroup.js.map +0 -1
  995. package/dist/commonjs/funcs/accessGroupsDeleteAccessGroup.d.ts.map +0 -1
  996. package/dist/commonjs/funcs/accessGroupsDeleteAccessGroup.js +0 -105
  997. package/dist/commonjs/funcs/accessGroupsDeleteAccessGroup.js.map +0 -1
  998. package/dist/commonjs/funcs/accessGroupsListAccessGroupMembers.d.ts.map +0 -1
  999. package/dist/commonjs/funcs/accessGroupsListAccessGroupMembers.js +0 -107
  1000. package/dist/commonjs/funcs/accessGroupsListAccessGroupMembers.js.map +0 -1
  1001. package/dist/commonjs/funcs/accessGroupsListAccessGroupProjects.d.ts.map +0 -1
  1002. package/dist/commonjs/funcs/accessGroupsListAccessGroupProjects.js +0 -106
  1003. package/dist/commonjs/funcs/accessGroupsListAccessGroupProjects.js.map +0 -1
  1004. package/dist/commonjs/funcs/accessGroupsListAccessGroups.d.ts.map +0 -1
  1005. package/dist/commonjs/funcs/accessGroupsListAccessGroups.js +0 -104
  1006. package/dist/commonjs/funcs/accessGroupsListAccessGroups.js.map +0 -1
  1007. package/dist/commonjs/funcs/accessGroupsReadAccessGroup.d.ts.map +0 -1
  1008. package/dist/commonjs/funcs/accessGroupsReadAccessGroup.js +0 -104
  1009. package/dist/commonjs/funcs/accessGroupsReadAccessGroup.js.map +0 -1
  1010. package/dist/commonjs/funcs/accessGroupsUpdateAccessGroup.d.ts.map +0 -1
  1011. package/dist/commonjs/funcs/accessGroupsUpdateAccessGroup.js +0 -105
  1012. package/dist/commonjs/funcs/accessGroupsUpdateAccessGroup.js.map +0 -1
  1013. package/dist/commonjs/funcs/aliasesAssignAlias.d.ts.map +0 -1
  1014. package/dist/commonjs/funcs/aliasesAssignAlias.js +0 -105
  1015. package/dist/commonjs/funcs/aliasesAssignAlias.js.map +0 -1
  1016. package/dist/commonjs/funcs/aliasesDeleteAlias.d.ts.map +0 -1
  1017. package/dist/commonjs/funcs/aliasesDeleteAlias.js +0 -104
  1018. package/dist/commonjs/funcs/aliasesDeleteAlias.js.map +0 -1
  1019. package/dist/commonjs/funcs/aliasesGetAlias.d.ts.map +0 -1
  1020. package/dist/commonjs/funcs/aliasesGetAlias.js +0 -108
  1021. package/dist/commonjs/funcs/aliasesGetAlias.js.map +0 -1
  1022. package/dist/commonjs/funcs/aliasesListAliases.d.ts.map +0 -1
  1023. package/dist/commonjs/funcs/aliasesListAliases.js +0 -105
  1024. package/dist/commonjs/funcs/aliasesListAliases.js.map +0 -1
  1025. package/dist/commonjs/funcs/aliasesListDeploymentAliases.d.ts.map +0 -1
  1026. package/dist/commonjs/funcs/aliasesListDeploymentAliases.js +0 -104
  1027. package/dist/commonjs/funcs/aliasesListDeploymentAliases.js.map +0 -1
  1028. package/dist/commonjs/funcs/artifactsArtifactExists.d.ts.map +0 -1
  1029. package/dist/commonjs/funcs/artifactsArtifactExists.js +0 -105
  1030. package/dist/commonjs/funcs/artifactsArtifactExists.js.map +0 -1
  1031. package/dist/commonjs/funcs/artifactsArtifactQuery.d.ts.map +0 -1
  1032. package/dist/commonjs/funcs/artifactsArtifactQuery.js +0 -100
  1033. package/dist/commonjs/funcs/artifactsArtifactQuery.js.map +0 -1
  1034. package/dist/commonjs/funcs/artifactsDownloadArtifact.d.ts.map +0 -1
  1035. package/dist/commonjs/funcs/artifactsDownloadArtifact.js +0 -109
  1036. package/dist/commonjs/funcs/artifactsDownloadArtifact.js.map +0 -1
  1037. package/dist/commonjs/funcs/artifactsRecordEvents.d.ts.map +0 -1
  1038. package/dist/commonjs/funcs/artifactsRecordEvents.js +0 -102
  1039. package/dist/commonjs/funcs/artifactsRecordEvents.js.map +0 -1
  1040. package/dist/commonjs/funcs/artifactsStatus.d.ts.map +0 -1
  1041. package/dist/commonjs/funcs/artifactsStatus.js +0 -98
  1042. package/dist/commonjs/funcs/artifactsStatus.js.map +0 -1
  1043. package/dist/commonjs/funcs/artifactsUploadArtifact.d.ts.map +0 -1
  1044. package/dist/commonjs/funcs/artifactsUploadArtifact.js +0 -110
  1045. package/dist/commonjs/funcs/artifactsUploadArtifact.js.map +0 -1
  1046. package/dist/commonjs/funcs/authenticationCreateAuthToken.d.ts.map +0 -1
  1047. package/dist/commonjs/funcs/authenticationCreateAuthToken.js +0 -99
  1048. package/dist/commonjs/funcs/authenticationCreateAuthToken.js.map +0 -1
  1049. package/dist/commonjs/funcs/authenticationDeleteAuthToken.d.ts.map +0 -1
  1050. package/dist/commonjs/funcs/authenticationDeleteAuthToken.js +0 -99
  1051. package/dist/commonjs/funcs/authenticationDeleteAuthToken.js.map +0 -1
  1052. package/dist/commonjs/funcs/authenticationGetAuthToken.d.ts.map +0 -1
  1053. package/dist/commonjs/funcs/authenticationGetAuthToken.js +0 -99
  1054. package/dist/commonjs/funcs/authenticationGetAuthToken.js.map +0 -1
  1055. package/dist/commonjs/funcs/authenticationListAuthTokens.d.ts.map +0 -1
  1056. package/dist/commonjs/funcs/authenticationListAuthTokens.js +0 -84
  1057. package/dist/commonjs/funcs/authenticationListAuthTokens.js.map +0 -1
  1058. package/dist/commonjs/funcs/certsGetCertById.d.ts.map +0 -1
  1059. package/dist/commonjs/funcs/certsGetCertById.js +0 -104
  1060. package/dist/commonjs/funcs/certsGetCertById.js.map +0 -1
  1061. package/dist/commonjs/funcs/certsIssueCert.d.ts.map +0 -1
  1062. package/dist/commonjs/funcs/certsIssueCert.js +0 -99
  1063. package/dist/commonjs/funcs/certsIssueCert.js.map +0 -1
  1064. package/dist/commonjs/funcs/certsRemoveCert.d.ts.map +0 -1
  1065. package/dist/commonjs/funcs/certsRemoveCert.js +0 -104
  1066. package/dist/commonjs/funcs/certsRemoveCert.js.map +0 -1
  1067. package/dist/commonjs/funcs/certsUploadCert.d.ts.map +0 -1
  1068. package/dist/commonjs/funcs/certsUploadCert.js +0 -99
  1069. package/dist/commonjs/funcs/certsUploadCert.js.map +0 -1
  1070. package/dist/commonjs/funcs/checksCreateCheck.d.ts.map +0 -1
  1071. package/dist/commonjs/funcs/checksCreateCheck.js +0 -105
  1072. package/dist/commonjs/funcs/checksCreateCheck.js.map +0 -1
  1073. package/dist/commonjs/funcs/checksGetAllChecks.d.ts.map +0 -1
  1074. package/dist/commonjs/funcs/checksGetAllChecks.js +0 -104
  1075. package/dist/commonjs/funcs/checksGetAllChecks.js.map +0 -1
  1076. package/dist/commonjs/funcs/checksGetCheck.d.ts.map +0 -1
  1077. package/dist/commonjs/funcs/checksGetCheck.js +0 -108
  1078. package/dist/commonjs/funcs/checksGetCheck.js.map +0 -1
  1079. package/dist/commonjs/funcs/checksRerequestCheck.d.ts.map +0 -1
  1080. package/dist/commonjs/funcs/checksRerequestCheck.js +0 -108
  1081. package/dist/commonjs/funcs/checksRerequestCheck.js.map +0 -1
  1082. package/dist/commonjs/funcs/checksUpdateCheck.d.ts.map +0 -1
  1083. package/dist/commonjs/funcs/checksUpdateCheck.js +0 -109
  1084. package/dist/commonjs/funcs/checksUpdateCheck.js.map +0 -1
  1085. package/dist/commonjs/funcs/dataCacheBillingSettings.d.ts +0 -9
  1086. package/dist/commonjs/funcs/dataCacheBillingSettings.d.ts.map +0 -1
  1087. package/dist/commonjs/funcs/dataCacheBillingSettings.js +0 -85
  1088. package/dist/commonjs/funcs/dataCacheBillingSettings.js.map +0 -1
  1089. package/dist/commonjs/funcs/datacachePurgeall.d.ts +0 -9
  1090. package/dist/commonjs/funcs/datacachePurgeall.d.ts.map +0 -1
  1091. package/dist/commonjs/funcs/datacachePurgeall.js +0 -87
  1092. package/dist/commonjs/funcs/datacachePurgeall.js.map +0 -1
  1093. package/dist/commonjs/funcs/deploymentsCancelDeployment.d.ts.map +0 -1
  1094. package/dist/commonjs/funcs/deploymentsCancelDeployment.js +0 -104
  1095. package/dist/commonjs/funcs/deploymentsCancelDeployment.js.map +0 -1
  1096. package/dist/commonjs/funcs/deploymentsCreateDeployment.d.ts.map +0 -1
  1097. package/dist/commonjs/funcs/deploymentsCreateDeployment.js +0 -101
  1098. package/dist/commonjs/funcs/deploymentsCreateDeployment.js.map +0 -1
  1099. package/dist/commonjs/funcs/deploymentsDeleteDeployment.d.ts.map +0 -1
  1100. package/dist/commonjs/funcs/deploymentsDeleteDeployment.js +0 -105
  1101. package/dist/commonjs/funcs/deploymentsDeleteDeployment.js.map +0 -1
  1102. package/dist/commonjs/funcs/deploymentsGetDeployment.d.ts.map +0 -1
  1103. package/dist/commonjs/funcs/deploymentsGetDeployment.js +0 -105
  1104. package/dist/commonjs/funcs/deploymentsGetDeployment.js.map +0 -1
  1105. package/dist/commonjs/funcs/deploymentsGetDeploymentEvents.d.ts.map +0 -1
  1106. package/dist/commonjs/funcs/deploymentsGetDeploymentEvents.js +0 -114
  1107. package/dist/commonjs/funcs/deploymentsGetDeploymentEvents.js.map +0 -1
  1108. package/dist/commonjs/funcs/deploymentsGetDeploymentFileContents.d.ts.map +0 -1
  1109. package/dist/commonjs/funcs/deploymentsGetDeploymentFileContents.js +0 -110
  1110. package/dist/commonjs/funcs/deploymentsGetDeploymentFileContents.js.map +0 -1
  1111. package/dist/commonjs/funcs/deploymentsGetDeployments.d.ts.map +0 -1
  1112. package/dist/commonjs/funcs/deploymentsGetDeployments.js +0 -109
  1113. package/dist/commonjs/funcs/deploymentsGetDeployments.js.map +0 -1
  1114. package/dist/commonjs/funcs/deploymentsListDeploymentFiles.d.ts.map +0 -1
  1115. package/dist/commonjs/funcs/deploymentsListDeploymentFiles.js +0 -106
  1116. package/dist/commonjs/funcs/deploymentsListDeploymentFiles.js.map +0 -1
  1117. package/dist/commonjs/funcs/deploymentsUploadFile.d.ts.map +0 -1
  1118. package/dist/commonjs/funcs/deploymentsUploadFile.js +0 -108
  1119. package/dist/commonjs/funcs/deploymentsUploadFile.js.map +0 -1
  1120. package/dist/commonjs/funcs/dnsCreateRecord.d.ts.map +0 -1
  1121. package/dist/commonjs/funcs/dnsCreateRecord.js +0 -105
  1122. package/dist/commonjs/funcs/dnsCreateRecord.js.map +0 -1
  1123. package/dist/commonjs/funcs/dnsGetRecords.d.ts.map +0 -1
  1124. package/dist/commonjs/funcs/dnsGetRecords.js +0 -107
  1125. package/dist/commonjs/funcs/dnsGetRecords.js.map +0 -1
  1126. package/dist/commonjs/funcs/dnsRemoveRecord.d.ts.map +0 -1
  1127. package/dist/commonjs/funcs/dnsRemoveRecord.js +0 -108
  1128. package/dist/commonjs/funcs/dnsRemoveRecord.js.map +0 -1
  1129. package/dist/commonjs/funcs/dnsUpdateRecord.d.ts.map +0 -1
  1130. package/dist/commonjs/funcs/dnsUpdateRecord.js +0 -105
  1131. package/dist/commonjs/funcs/dnsUpdateRecord.js.map +0 -1
  1132. package/dist/commonjs/funcs/domainsBuyDomain.d.ts.map +0 -1
  1133. package/dist/commonjs/funcs/domainsBuyDomain.js +0 -99
  1134. package/dist/commonjs/funcs/domainsBuyDomain.js.map +0 -1
  1135. package/dist/commonjs/funcs/domainsCheckDomainPrice.d.ts.map +0 -1
  1136. package/dist/commonjs/funcs/domainsCheckDomainPrice.js +0 -100
  1137. package/dist/commonjs/funcs/domainsCheckDomainPrice.js.map +0 -1
  1138. package/dist/commonjs/funcs/domainsCheckDomainStatus.d.ts.map +0 -1
  1139. package/dist/commonjs/funcs/domainsCheckDomainStatus.js +0 -99
  1140. package/dist/commonjs/funcs/domainsCheckDomainStatus.js.map +0 -1
  1141. package/dist/commonjs/funcs/domainsCreateOrTransferDomain.d.ts.map +0 -1
  1142. package/dist/commonjs/funcs/domainsCreateOrTransferDomain.js +0 -99
  1143. package/dist/commonjs/funcs/domainsCreateOrTransferDomain.js.map +0 -1
  1144. package/dist/commonjs/funcs/domainsDeleteDomain.d.ts.map +0 -1
  1145. package/dist/commonjs/funcs/domainsDeleteDomain.js +0 -104
  1146. package/dist/commonjs/funcs/domainsDeleteDomain.js.map +0 -1
  1147. package/dist/commonjs/funcs/domainsGetDomain.d.ts.map +0 -1
  1148. package/dist/commonjs/funcs/domainsGetDomain.js +0 -104
  1149. package/dist/commonjs/funcs/domainsGetDomain.js.map +0 -1
  1150. package/dist/commonjs/funcs/domainsGetDomainConfig.d.ts.map +0 -1
  1151. package/dist/commonjs/funcs/domainsGetDomainConfig.js +0 -105
  1152. package/dist/commonjs/funcs/domainsGetDomainConfig.js.map +0 -1
  1153. package/dist/commonjs/funcs/domainsGetDomainTransfer.d.ts.map +0 -1
  1154. package/dist/commonjs/funcs/domainsGetDomainTransfer.js +0 -104
  1155. package/dist/commonjs/funcs/domainsGetDomainTransfer.js.map +0 -1
  1156. package/dist/commonjs/funcs/domainsGetDomains.d.ts.map +0 -1
  1157. package/dist/commonjs/funcs/domainsGetDomains.js +0 -101
  1158. package/dist/commonjs/funcs/domainsGetDomains.js.map +0 -1
  1159. package/dist/commonjs/funcs/domainsPatchDomain.d.ts.map +0 -1
  1160. package/dist/commonjs/funcs/domainsPatchDomain.js +0 -105
  1161. package/dist/commonjs/funcs/domainsPatchDomain.js.map +0 -1
  1162. package/dist/commonjs/funcs/edgeConfigCreateEdgeConfig.d.ts.map +0 -1
  1163. package/dist/commonjs/funcs/edgeConfigCreateEdgeConfig.js +0 -99
  1164. package/dist/commonjs/funcs/edgeConfigCreateEdgeConfig.js.map +0 -1
  1165. package/dist/commonjs/funcs/edgeConfigCreateEdgeConfigToken.d.ts.map +0 -1
  1166. package/dist/commonjs/funcs/edgeConfigCreateEdgeConfigToken.js +0 -105
  1167. package/dist/commonjs/funcs/edgeConfigCreateEdgeConfigToken.js.map +0 -1
  1168. package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfig.d.ts.map +0 -1
  1169. package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfig.js +0 -105
  1170. package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfig.js.map +0 -1
  1171. package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts.map +0 -1
  1172. package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfigSchema.js +0 -105
  1173. package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +0 -1
  1174. package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts.map +0 -1
  1175. package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfigTokens.js +0 -106
  1176. package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +0 -1
  1177. package/dist/commonjs/funcs/edgeConfigGetEdgeConfig.d.ts.map +0 -1
  1178. package/dist/commonjs/funcs/edgeConfigGetEdgeConfig.js +0 -104
  1179. package/dist/commonjs/funcs/edgeConfigGetEdgeConfig.js.map +0 -1
  1180. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigBackup.d.ts.map +0 -1
  1181. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigBackup.js +0 -105
  1182. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigBackup.js.map +0 -1
  1183. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigBackups.d.ts.map +0 -1
  1184. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigBackups.js +0 -107
  1185. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigBackups.js.map +0 -1
  1186. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigItem.d.ts.map +0 -1
  1187. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigItem.js +0 -106
  1188. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigItem.js.map +0 -1
  1189. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +0 -1
  1190. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigItems.js +0 -105
  1191. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigItems.js.map +0 -1
  1192. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigSchema.d.ts.map +0 -1
  1193. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigSchema.js +0 -104
  1194. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigSchema.js.map +0 -1
  1195. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigToken.d.ts.map +0 -1
  1196. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigToken.js +0 -109
  1197. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigToken.js.map +0 -1
  1198. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigTokens.d.ts.map +0 -1
  1199. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigTokens.js +0 -105
  1200. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigTokens.js.map +0 -1
  1201. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigs.d.ts.map +0 -1
  1202. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigs.js +0 -99
  1203. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigs.js.map +0 -1
  1204. package/dist/commonjs/funcs/edgeConfigPatchEdgeConfigSchema.d.ts.map +0 -1
  1205. package/dist/commonjs/funcs/edgeConfigPatchEdgeConfigSchema.js +0 -106
  1206. package/dist/commonjs/funcs/edgeConfigPatchEdgeConfigSchema.js.map +0 -1
  1207. package/dist/commonjs/funcs/edgeConfigUpdateEdgeConfig.d.ts.map +0 -1
  1208. package/dist/commonjs/funcs/edgeConfigUpdateEdgeConfig.js +0 -105
  1209. package/dist/commonjs/funcs/edgeConfigUpdateEdgeConfig.js.map +0 -1
  1210. package/dist/commonjs/funcs/getCerts.d.ts +0 -9
  1211. package/dist/commonjs/funcs/getCerts.d.ts.map +0 -1
  1212. package/dist/commonjs/funcs/getCerts.js +0 -73
  1213. package/dist/commonjs/funcs/getCerts.js.map +0 -1
  1214. package/dist/commonjs/funcs/integrationsDeleteConfiguration.d.ts.map +0 -1
  1215. package/dist/commonjs/funcs/integrationsDeleteConfiguration.js +0 -105
  1216. package/dist/commonjs/funcs/integrationsDeleteConfiguration.js.map +0 -1
  1217. package/dist/commonjs/funcs/integrationsGetConfiguration.d.ts.map +0 -1
  1218. package/dist/commonjs/funcs/integrationsGetConfiguration.js +0 -104
  1219. package/dist/commonjs/funcs/integrationsGetConfiguration.js.map +0 -1
  1220. package/dist/commonjs/funcs/integrationsGetConfigurations.d.ts.map +0 -1
  1221. package/dist/commonjs/funcs/integrationsGetConfigurations.js +0 -101
  1222. package/dist/commonjs/funcs/integrationsGetConfigurations.js.map +0 -1
  1223. package/dist/commonjs/funcs/integrationsGitNamespaces.d.ts.map +0 -1
  1224. package/dist/commonjs/funcs/integrationsGitNamespaces.js +0 -99
  1225. package/dist/commonjs/funcs/integrationsGitNamespaces.js.map +0 -1
  1226. package/dist/commonjs/funcs/integrationsSearchRepo.d.ts.map +0 -1
  1227. package/dist/commonjs/funcs/integrationsSearchRepo.js +0 -103
  1228. package/dist/commonjs/funcs/integrationsSearchRepo.js.map +0 -1
  1229. package/dist/commonjs/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
  1230. package/dist/commonjs/funcs/logDrainsCreateConfigurableLogDrain.js +0 -99
  1231. package/dist/commonjs/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
  1232. package/dist/commonjs/funcs/logDrainsCreateLogDrain.d.ts.map +0 -1
  1233. package/dist/commonjs/funcs/logDrainsCreateLogDrain.js +0 -99
  1234. package/dist/commonjs/funcs/logDrainsCreateLogDrain.js.map +0 -1
  1235. package/dist/commonjs/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
  1236. package/dist/commonjs/funcs/logDrainsDeleteConfigurableLogDrain.js +0 -105
  1237. package/dist/commonjs/funcs/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
  1238. package/dist/commonjs/funcs/logDrainsDeleteIntegrationLogDrain.d.ts.map +0 -1
  1239. package/dist/commonjs/funcs/logDrainsDeleteIntegrationLogDrain.js +0 -105
  1240. package/dist/commonjs/funcs/logDrainsDeleteIntegrationLogDrain.js.map +0 -1
  1241. package/dist/commonjs/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
  1242. package/dist/commonjs/funcs/logDrainsGetAllLogDrains.js +0 -100
  1243. package/dist/commonjs/funcs/logDrainsGetAllLogDrains.js.map +0 -1
  1244. package/dist/commonjs/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
  1245. package/dist/commonjs/funcs/logDrainsGetConfigurableLogDrain.js +0 -104
  1246. package/dist/commonjs/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
  1247. package/dist/commonjs/funcs/logDrainsGetIntegrationLogDrains.d.ts.map +0 -1
  1248. package/dist/commonjs/funcs/logDrainsGetIntegrationLogDrains.js +0 -99
  1249. package/dist/commonjs/funcs/logDrainsGetIntegrationLogDrains.js.map +0 -1
  1250. package/dist/commonjs/funcs/projectMembersAddProjectMember.d.ts.map +0 -1
  1251. package/dist/commonjs/funcs/projectMembersAddProjectMember.js +0 -105
  1252. package/dist/commonjs/funcs/projectMembersAddProjectMember.js.map +0 -1
  1253. package/dist/commonjs/funcs/projectMembersGetProjectMembers.d.ts.map +0 -1
  1254. package/dist/commonjs/funcs/projectMembersGetProjectMembers.js +0 -108
  1255. package/dist/commonjs/funcs/projectMembersGetProjectMembers.js.map +0 -1
  1256. package/dist/commonjs/funcs/projectMembersRemoveProjectMember.d.ts.map +0 -1
  1257. package/dist/commonjs/funcs/projectMembersRemoveProjectMember.js +0 -108
  1258. package/dist/commonjs/funcs/projectMembersRemoveProjectMember.js.map +0 -1
  1259. package/dist/commonjs/funcs/projectsAddProjectDomain.d.ts.map +0 -1
  1260. package/dist/commonjs/funcs/projectsAddProjectDomain.js +0 -105
  1261. package/dist/commonjs/funcs/projectsAddProjectDomain.js.map +0 -1
  1262. package/dist/commonjs/funcs/projectsCreateProject.d.ts.map +0 -1
  1263. package/dist/commonjs/funcs/projectsCreateProject.js +0 -99
  1264. package/dist/commonjs/funcs/projectsCreateProject.js.map +0 -1
  1265. package/dist/commonjs/funcs/projectsCreateProjectEnv.d.ts.map +0 -1
  1266. package/dist/commonjs/funcs/projectsCreateProjectEnv.js +0 -106
  1267. package/dist/commonjs/funcs/projectsCreateProjectEnv.js.map +0 -1
  1268. package/dist/commonjs/funcs/projectsDeleteProject.d.ts.map +0 -1
  1269. package/dist/commonjs/funcs/projectsDeleteProject.js +0 -105
  1270. package/dist/commonjs/funcs/projectsDeleteProject.js.map +0 -1
  1271. package/dist/commonjs/funcs/projectsEditProjectEnv.d.ts.map +0 -1
  1272. package/dist/commonjs/funcs/projectsEditProjectEnv.js +0 -109
  1273. package/dist/commonjs/funcs/projectsEditProjectEnv.js.map +0 -1
  1274. package/dist/commonjs/funcs/projectsFilterProjectEnvs.d.ts.map +0 -1
  1275. package/dist/commonjs/funcs/projectsFilterProjectEnvs.js +0 -107
  1276. package/dist/commonjs/funcs/projectsFilterProjectEnvs.js.map +0 -1
  1277. package/dist/commonjs/funcs/projectsGetProjectDomain.d.ts.map +0 -1
  1278. package/dist/commonjs/funcs/projectsGetProjectDomain.js +0 -108
  1279. package/dist/commonjs/funcs/projectsGetProjectDomain.js.map +0 -1
  1280. package/dist/commonjs/funcs/projectsGetProjectEnv.d.ts.map +0 -1
  1281. package/dist/commonjs/funcs/projectsGetProjectEnv.js +0 -108
  1282. package/dist/commonjs/funcs/projectsGetProjectEnv.js.map +0 -1
  1283. package/dist/commonjs/funcs/projectsGetProjects.d.ts.map +0 -1
  1284. package/dist/commonjs/funcs/projectsGetProjects.js +0 -109
  1285. package/dist/commonjs/funcs/projectsGetProjects.js.map +0 -1
  1286. package/dist/commonjs/funcs/projectsListPromoteAliases.d.ts.map +0 -1
  1287. package/dist/commonjs/funcs/projectsListPromoteAliases.js +0 -108
  1288. package/dist/commonjs/funcs/projectsListPromoteAliases.js.map +0 -1
  1289. package/dist/commonjs/funcs/projectsPauseProject.d.ts.map +0 -1
  1290. package/dist/commonjs/funcs/projectsPauseProject.js +0 -104
  1291. package/dist/commonjs/funcs/projectsPauseProject.js.map +0 -1
  1292. package/dist/commonjs/funcs/projectsRemoveProjectDomain.d.ts.map +0 -1
  1293. package/dist/commonjs/funcs/projectsRemoveProjectDomain.js +0 -108
  1294. package/dist/commonjs/funcs/projectsRemoveProjectDomain.js.map +0 -1
  1295. package/dist/commonjs/funcs/projectsRemoveProjectEnv.d.ts.map +0 -1
  1296. package/dist/commonjs/funcs/projectsRemoveProjectEnv.js +0 -108
  1297. package/dist/commonjs/funcs/projectsRemoveProjectEnv.js.map +0 -1
  1298. package/dist/commonjs/funcs/projectsRequestPromote.d.ts.map +0 -1
  1299. package/dist/commonjs/funcs/projectsRequestPromote.js +0 -109
  1300. package/dist/commonjs/funcs/projectsRequestPromote.js.map +0 -1
  1301. package/dist/commonjs/funcs/projectsUnpauseProject.d.ts.map +0 -1
  1302. package/dist/commonjs/funcs/projectsUnpauseProject.js +0 -104
  1303. package/dist/commonjs/funcs/projectsUnpauseProject.js.map +0 -1
  1304. package/dist/commonjs/funcs/projectsUpdateProject.d.ts.map +0 -1
  1305. package/dist/commonjs/funcs/projectsUpdateProject.js +0 -105
  1306. package/dist/commonjs/funcs/projectsUpdateProject.js.map +0 -1
  1307. package/dist/commonjs/funcs/projectsUpdateProjectDataCache.d.ts.map +0 -1
  1308. package/dist/commonjs/funcs/projectsUpdateProjectDataCache.js +0 -105
  1309. package/dist/commonjs/funcs/projectsUpdateProjectDataCache.js.map +0 -1
  1310. package/dist/commonjs/funcs/projectsUpdateProjectDomain.d.ts.map +0 -1
  1311. package/dist/commonjs/funcs/projectsUpdateProjectDomain.js +0 -109
  1312. package/dist/commonjs/funcs/projectsUpdateProjectDomain.js.map +0 -1
  1313. package/dist/commonjs/funcs/projectsUpdateProjectProtectionBypass.d.ts.map +0 -1
  1314. package/dist/commonjs/funcs/projectsUpdateProjectProtectionBypass.js +0 -105
  1315. package/dist/commonjs/funcs/projectsUpdateProjectProtectionBypass.js.map +0 -1
  1316. package/dist/commonjs/funcs/projectsVerifyProjectDomain.d.ts.map +0 -1
  1317. package/dist/commonjs/funcs/projectsVerifyProjectDomain.js +0 -108
  1318. package/dist/commonjs/funcs/projectsVerifyProjectDomain.js.map +0 -1
  1319. package/dist/commonjs/funcs/secretsCreateSecret.d.ts.map +0 -1
  1320. package/dist/commonjs/funcs/secretsCreateSecret.js +0 -105
  1321. package/dist/commonjs/funcs/secretsCreateSecret.js.map +0 -1
  1322. package/dist/commonjs/funcs/secretsDeleteSecret.d.ts.map +0 -1
  1323. package/dist/commonjs/funcs/secretsDeleteSecret.js +0 -104
  1324. package/dist/commonjs/funcs/secretsDeleteSecret.js.map +0 -1
  1325. package/dist/commonjs/funcs/secretsGetSecret.d.ts.map +0 -1
  1326. package/dist/commonjs/funcs/secretsGetSecret.js +0 -105
  1327. package/dist/commonjs/funcs/secretsGetSecret.js.map +0 -1
  1328. package/dist/commonjs/funcs/secretsGetSecrets.d.ts +0 -15
  1329. package/dist/commonjs/funcs/secretsGetSecrets.d.ts.map +0 -1
  1330. package/dist/commonjs/funcs/secretsGetSecrets.js +0 -100
  1331. package/dist/commonjs/funcs/secretsGetSecrets.js.map +0 -1
  1332. package/dist/commonjs/funcs/secretsRenameSecret.d.ts.map +0 -1
  1333. package/dist/commonjs/funcs/secretsRenameSecret.js +0 -105
  1334. package/dist/commonjs/funcs/secretsRenameSecret.js.map +0 -1
  1335. package/dist/commonjs/funcs/securityGetFirewallConfig.d.ts.map +0 -1
  1336. package/dist/commonjs/funcs/securityGetFirewallConfig.js +0 -105
  1337. package/dist/commonjs/funcs/securityGetFirewallConfig.js.map +0 -1
  1338. package/dist/commonjs/funcs/securityPutFirewallConfig.d.ts.map +0 -1
  1339. package/dist/commonjs/funcs/securityPutFirewallConfig.js +0 -100
  1340. package/dist/commonjs/funcs/securityPutFirewallConfig.js.map +0 -1
  1341. package/dist/commonjs/funcs/securityUpdateAttackChallengeMode.d.ts.map +0 -1
  1342. package/dist/commonjs/funcs/securityUpdateAttackChallengeMode.js +0 -99
  1343. package/dist/commonjs/funcs/securityUpdateAttackChallengeMode.js.map +0 -1
  1344. package/dist/commonjs/funcs/securityUpdateFirewallConfig.d.ts.map +0 -1
  1345. package/dist/commonjs/funcs/securityUpdateFirewallConfig.js +0 -100
  1346. package/dist/commonjs/funcs/securityUpdateFirewallConfig.js.map +0 -1
  1347. package/dist/commonjs/funcs/teamsCreateTeam.d.ts.map +0 -1
  1348. package/dist/commonjs/funcs/teamsCreateTeam.js +0 -96
  1349. package/dist/commonjs/funcs/teamsCreateTeam.js.map +0 -1
  1350. package/dist/commonjs/funcs/teamsDeleteTeam.d.ts.map +0 -1
  1351. package/dist/commonjs/funcs/teamsDeleteTeam.js +0 -105
  1352. package/dist/commonjs/funcs/teamsDeleteTeam.js.map +0 -1
  1353. package/dist/commonjs/funcs/teamsDeleteTeamInviteCode.d.ts.map +0 -1
  1354. package/dist/commonjs/funcs/teamsDeleteTeamInviteCode.js +0 -103
  1355. package/dist/commonjs/funcs/teamsDeleteTeamInviteCode.js.map +0 -1
  1356. package/dist/commonjs/funcs/teamsGetTeam.d.ts.map +0 -1
  1357. package/dist/commonjs/funcs/teamsGetTeam.js +0 -104
  1358. package/dist/commonjs/funcs/teamsGetTeam.js.map +0 -1
  1359. package/dist/commonjs/funcs/teamsGetTeamAccessRequest.d.ts.map +0 -1
  1360. package/dist/commonjs/funcs/teamsGetTeamAccessRequest.js +0 -103
  1361. package/dist/commonjs/funcs/teamsGetTeamAccessRequest.js.map +0 -1
  1362. package/dist/commonjs/funcs/teamsGetTeamMembers.d.ts.map +0 -1
  1363. package/dist/commonjs/funcs/teamsGetTeamMembers.js +0 -109
  1364. package/dist/commonjs/funcs/teamsGetTeamMembers.js.map +0 -1
  1365. package/dist/commonjs/funcs/teamsGetTeams.d.ts.map +0 -1
  1366. package/dist/commonjs/funcs/teamsGetTeams.js +0 -99
  1367. package/dist/commonjs/funcs/teamsGetTeams.js.map +0 -1
  1368. package/dist/commonjs/funcs/teamsInviteUserToTeam.d.ts.map +0 -1
  1369. package/dist/commonjs/funcs/teamsInviteUserToTeam.js +0 -100
  1370. package/dist/commonjs/funcs/teamsInviteUserToTeam.js.map +0 -1
  1371. package/dist/commonjs/funcs/teamsJoinTeam.d.ts.map +0 -1
  1372. package/dist/commonjs/funcs/teamsJoinTeam.js +0 -100
  1373. package/dist/commonjs/funcs/teamsJoinTeam.js.map +0 -1
  1374. package/dist/commonjs/funcs/teamsPatchTeam.d.ts.map +0 -1
  1375. package/dist/commonjs/funcs/teamsPatchTeam.js +0 -105
  1376. package/dist/commonjs/funcs/teamsPatchTeam.js.map +0 -1
  1377. package/dist/commonjs/funcs/teamsRemoveTeamMember.d.ts.map +0 -1
  1378. package/dist/commonjs/funcs/teamsRemoveTeamMember.js +0 -107
  1379. package/dist/commonjs/funcs/teamsRemoveTeamMember.js.map +0 -1
  1380. package/dist/commonjs/funcs/teamsRequestAccessToTeam.d.ts.map +0 -1
  1381. package/dist/commonjs/funcs/teamsRequestAccessToTeam.js +0 -100
  1382. package/dist/commonjs/funcs/teamsRequestAccessToTeam.js.map +0 -1
  1383. package/dist/commonjs/funcs/teamsUpdateTeamMember.d.ts.map +0 -1
  1384. package/dist/commonjs/funcs/teamsUpdateTeamMember.js +0 -104
  1385. package/dist/commonjs/funcs/teamsUpdateTeamMember.js.map +0 -1
  1386. package/dist/commonjs/funcs/userGetAuthUser.d.ts.map +0 -1
  1387. package/dist/commonjs/funcs/userGetAuthUser.js +0 -84
  1388. package/dist/commonjs/funcs/userGetAuthUser.js.map +0 -1
  1389. package/dist/commonjs/funcs/userListUserEvents.d.ts.map +0 -1
  1390. package/dist/commonjs/funcs/userListUserEvents.js +0 -104
  1391. package/dist/commonjs/funcs/userListUserEvents.js.map +0 -1
  1392. package/dist/commonjs/funcs/userRequestDelete.d.ts.map +0 -1
  1393. package/dist/commonjs/funcs/userRequestDelete.js +0 -96
  1394. package/dist/commonjs/funcs/userRequestDelete.js.map +0 -1
  1395. package/dist/commonjs/funcs/webhooksCreateWebhook.d.ts.map +0 -1
  1396. package/dist/commonjs/funcs/webhooksCreateWebhook.js +0 -99
  1397. package/dist/commonjs/funcs/webhooksCreateWebhook.js.map +0 -1
  1398. package/dist/commonjs/funcs/webhooksDeleteWebhook.d.ts.map +0 -1
  1399. package/dist/commonjs/funcs/webhooksDeleteWebhook.js +0 -105
  1400. package/dist/commonjs/funcs/webhooksDeleteWebhook.js.map +0 -1
  1401. package/dist/commonjs/funcs/webhooksGetWebhook.d.ts.map +0 -1
  1402. package/dist/commonjs/funcs/webhooksGetWebhook.js +0 -104
  1403. package/dist/commonjs/funcs/webhooksGetWebhook.js.map +0 -1
  1404. package/dist/commonjs/funcs/webhooksGetWebhooks.d.ts.map +0 -1
  1405. package/dist/commonjs/funcs/webhooksGetWebhooks.js +0 -99
  1406. package/dist/commonjs/funcs/webhooksGetWebhooks.js.map +0 -1
  1407. package/dist/commonjs/hooks/hooks.d.ts.map +0 -1
  1408. package/dist/commonjs/hooks/hooks.js +0 -68
  1409. package/dist/commonjs/hooks/hooks.js.map +0 -1
  1410. package/dist/commonjs/hooks/registration.d.ts.map +0 -1
  1411. package/dist/commonjs/hooks/registration.js +0 -15
  1412. package/dist/commonjs/hooks/registration.js.map +0 -1
  1413. package/dist/commonjs/hooks/types.d.ts +0 -74
  1414. package/dist/commonjs/hooks/types.d.ts.map +0 -1
  1415. package/dist/commonjs/hooks/types.js +0 -6
  1416. package/dist/commonjs/hooks/types.js.map +0 -1
  1417. package/dist/commonjs/index.d.ts.map +0 -1
  1418. package/dist/commonjs/index.js +0 -36
  1419. package/dist/commonjs/index.js.map +0 -1
  1420. package/dist/commonjs/lib/base64.d.ts.map +0 -1
  1421. package/dist/commonjs/lib/base64.js +0 -61
  1422. package/dist/commonjs/lib/base64.js.map +0 -1
  1423. package/dist/commonjs/lib/config.d.ts +0 -34
  1424. package/dist/commonjs/lib/config.d.ts.map +0 -1
  1425. package/dist/commonjs/lib/config.js +0 -39
  1426. package/dist/commonjs/lib/config.js.map +0 -1
  1427. package/dist/commonjs/lib/dlv.d.ts.map +0 -1
  1428. package/dist/commonjs/lib/dlv.js +0 -49
  1429. package/dist/commonjs/lib/dlv.js.map +0 -1
  1430. package/dist/commonjs/lib/encodings.d.ts.map +0 -1
  1431. package/dist/commonjs/lib/encodings.js +0 -343
  1432. package/dist/commonjs/lib/encodings.js.map +0 -1
  1433. package/dist/commonjs/lib/files.d.ts.map +0 -1
  1434. package/dist/commonjs/lib/files.js +0 -36
  1435. package/dist/commonjs/lib/files.js.map +0 -1
  1436. package/dist/commonjs/lib/http.d.ts.map +0 -1
  1437. package/dist/commonjs/lib/http.js +0 -218
  1438. package/dist/commonjs/lib/http.js.map +0 -1
  1439. package/dist/commonjs/lib/is-plain-object.d.ts.map +0 -1
  1440. package/dist/commonjs/lib/is-plain-object.js +0 -41
  1441. package/dist/commonjs/lib/is-plain-object.js.map +0 -1
  1442. package/dist/commonjs/lib/logger.d.ts.map +0 -1
  1443. package/dist/commonjs/lib/logger.js +0 -6
  1444. package/dist/commonjs/lib/logger.js.map +0 -1
  1445. package/dist/commonjs/lib/matchers.d.ts.map +0 -1
  1446. package/dist/commonjs/lib/matchers.js +0 -205
  1447. package/dist/commonjs/lib/matchers.js.map +0 -1
  1448. package/dist/commonjs/lib/primitives.d.ts +0 -16
  1449. package/dist/commonjs/lib/primitives.d.ts.map +0 -1
  1450. package/dist/commonjs/lib/primitives.js +0 -29
  1451. package/dist/commonjs/lib/primitives.js.map +0 -1
  1452. package/dist/commonjs/lib/retries.d.ts.map +0 -1
  1453. package/dist/commonjs/lib/retries.js +0 -155
  1454. package/dist/commonjs/lib/retries.js.map +0 -1
  1455. package/dist/commonjs/lib/schemas.d.ts.map +0 -1
  1456. package/dist/commonjs/lib/schemas.js +0 -59
  1457. package/dist/commonjs/lib/schemas.js.map +0 -1
  1458. package/dist/commonjs/lib/sdks.d.ts.map +0 -1
  1459. package/dist/commonjs/lib/sdks.js +0 -273
  1460. package/dist/commonjs/lib/sdks.js.map +0 -1
  1461. package/dist/commonjs/lib/security.d.ts +0 -63
  1462. package/dist/commonjs/lib/security.d.ts.map +0 -1
  1463. package/dist/commonjs/lib/security.js +0 -128
  1464. package/dist/commonjs/lib/security.js.map +0 -1
  1465. package/dist/commonjs/lib/url.d.ts.map +0 -1
  1466. package/dist/commonjs/lib/url.js +0 -25
  1467. package/dist/commonjs/lib/url.js.map +0 -1
  1468. package/dist/commonjs/models/components/aclaction.d.ts.map +0 -1
  1469. package/dist/commonjs/models/components/aclaction.js +0 -57
  1470. package/dist/commonjs/models/components/aclaction.js.map +0 -1
  1471. package/dist/commonjs/models/components/authtoken.d.ts +0 -276
  1472. package/dist/commonjs/models/components/authtoken.d.ts.map +0 -1
  1473. package/dist/commonjs/models/components/authtoken.js +0 -229
  1474. package/dist/commonjs/models/components/authtoken.js.map +0 -1
  1475. package/dist/commonjs/models/components/authuser.d.ts.map +0 -1
  1476. package/dist/commonjs/models/components/authuser.js +0 -687
  1477. package/dist/commonjs/models/components/authuser.js.map +0 -1
  1478. package/dist/commonjs/models/components/authuserlimited.d.ts.map +0 -1
  1479. package/dist/commonjs/models/components/authuserlimited.js +0 -85
  1480. package/dist/commonjs/models/components/authuserlimited.js.map +0 -1
  1481. package/dist/commonjs/models/components/edgeconfigitem.d.ts.map +0 -1
  1482. package/dist/commonjs/models/components/edgeconfigitem.js +0 -61
  1483. package/dist/commonjs/models/components/edgeconfigitem.js.map +0 -1
  1484. package/dist/commonjs/models/components/edgeconfigitemvalue.d.ts.map +0 -1
  1485. package/dist/commonjs/models/components/edgeconfigitemvalue.js +0 -58
  1486. package/dist/commonjs/models/components/edgeconfigitemvalue.js.map +0 -1
  1487. package/dist/commonjs/models/components/edgeconfigtoken.d.ts.map +0 -1
  1488. package/dist/commonjs/models/components/edgeconfigtoken.js +0 -58
  1489. package/dist/commonjs/models/components/edgeconfigtoken.js.map +0 -1
  1490. package/dist/commonjs/models/components/filetree.d.ts.map +0 -1
  1491. package/dist/commonjs/models/components/filetree.js +0 -88
  1492. package/dist/commonjs/models/components/filetree.js.map +0 -1
  1493. package/dist/commonjs/models/components/flagjsonvalue.d.ts.map +0 -1
  1494. package/dist/commonjs/models/components/flagjsonvalue.js +0 -58
  1495. package/dist/commonjs/models/components/flagjsonvalue.js.map +0 -1
  1496. package/dist/commonjs/models/components/pagination.d.ts.map +0 -1
  1497. package/dist/commonjs/models/components/pagination.js +0 -54
  1498. package/dist/commonjs/models/components/pagination.js.map +0 -1
  1499. package/dist/commonjs/models/components/security.d.ts +0 -25
  1500. package/dist/commonjs/models/components/security.d.ts.map +0 -1
  1501. package/dist/commonjs/models/components/security.js +0 -50
  1502. package/dist/commonjs/models/components/security.js.map +0 -1
  1503. package/dist/commonjs/models/components/teamlimited.d.ts.map +0 -1
  1504. package/dist/commonjs/models/components/teamlimited.js +0 -304
  1505. package/dist/commonjs/models/components/teamlimited.js.map +0 -1
  1506. package/dist/commonjs/models/components/userevent.d.ts +0 -218
  1507. package/dist/commonjs/models/components/userevent.d.ts.map +0 -1
  1508. package/dist/commonjs/models/components/userevent.js +0 -152
  1509. package/dist/commonjs/models/components/userevent.js.map +0 -1
  1510. package/dist/commonjs/models/errors/httpclienterrors.d.ts.map +0 -1
  1511. package/dist/commonjs/models/errors/httpclienterrors.js +0 -78
  1512. package/dist/commonjs/models/errors/httpclienterrors.js.map +0 -1
  1513. package/dist/commonjs/models/errors/sdkerror.d.ts.map +0 -1
  1514. package/dist/commonjs/models/errors/sdkerror.js +0 -21
  1515. package/dist/commonjs/models/errors/sdkerror.js.map +0 -1
  1516. package/dist/commonjs/models/errors/sdkvalidationerror.d.ts.map +0 -1
  1517. package/dist/commonjs/models/errors/sdkvalidationerror.js +0 -105
  1518. package/dist/commonjs/models/errors/sdkvalidationerror.js.map +0 -1
  1519. package/dist/commonjs/models/operations/addprojectdomain.d.ts.map +0 -1
  1520. package/dist/commonjs/models/operations/addprojectdomain.js +0 -180
  1521. package/dist/commonjs/models/operations/addprojectdomain.js.map +0 -1
  1522. package/dist/commonjs/models/operations/addprojectmember.d.ts.map +0 -1
  1523. package/dist/commonjs/models/operations/addprojectmember.js +0 -260
  1524. package/dist/commonjs/models/operations/addprojectmember.js.map +0 -1
  1525. package/dist/commonjs/models/operations/artifactexists.d.ts.map +0 -1
  1526. package/dist/commonjs/models/operations/artifactexists.js +0 -54
  1527. package/dist/commonjs/models/operations/artifactexists.js.map +0 -1
  1528. package/dist/commonjs/models/operations/artifactquery.d.ts.map +0 -1
  1529. package/dist/commonjs/models/operations/artifactquery.js +0 -165
  1530. package/dist/commonjs/models/operations/artifactquery.js.map +0 -1
  1531. package/dist/commonjs/models/operations/assignalias.d.ts.map +0 -1
  1532. package/dist/commonjs/models/operations/assignalias.js +0 -111
  1533. package/dist/commonjs/models/operations/assignalias.js.map +0 -1
  1534. package/dist/commonjs/models/operations/buydomain.d.ts.map +0 -1
  1535. package/dist/commonjs/models/operations/buydomain.js +0 -219
  1536. package/dist/commonjs/models/operations/buydomain.js.map +0 -1
  1537. package/dist/commonjs/models/operations/canceldeployment.d.ts +0 -2677
  1538. package/dist/commonjs/models/operations/canceldeployment.d.ts.map +0 -1
  1539. package/dist/commonjs/models/operations/canceldeployment.js +0 -2270
  1540. package/dist/commonjs/models/operations/canceldeployment.js.map +0 -1
  1541. package/dist/commonjs/models/operations/checkdomainprice.d.ts +0 -112
  1542. package/dist/commonjs/models/operations/checkdomainprice.d.ts.map +0 -1
  1543. package/dist/commonjs/models/operations/checkdomainprice.js +0 -100
  1544. package/dist/commonjs/models/operations/checkdomainprice.js.map +0 -1
  1545. package/dist/commonjs/models/operations/checkdomainstatus.d.ts.map +0 -1
  1546. package/dist/commonjs/models/operations/checkdomainstatus.js +0 -73
  1547. package/dist/commonjs/models/operations/checkdomainstatus.js.map +0 -1
  1548. package/dist/commonjs/models/operations/createaccessgroup.d.ts.map +0 -1
  1549. package/dist/commonjs/models/operations/createaccessgroup.js +0 -165
  1550. package/dist/commonjs/models/operations/createaccessgroup.js.map +0 -1
  1551. package/dist/commonjs/models/operations/createauthtoken.d.ts.map +0 -1
  1552. package/dist/commonjs/models/operations/createauthtoken.js +0 -108
  1553. package/dist/commonjs/models/operations/createauthtoken.js.map +0 -1
  1554. package/dist/commonjs/models/operations/createcheck.d.ts.map +0 -1
  1555. package/dist/commonjs/models/operations/createcheck.js +0 -453
  1556. package/dist/commonjs/models/operations/createcheck.js.map +0 -1
  1557. package/dist/commonjs/models/operations/createconfigurablelogdrain.d.ts.map +0 -1
  1558. package/dist/commonjs/models/operations/createconfigurablelogdrain.js +0 -360
  1559. package/dist/commonjs/models/operations/createconfigurablelogdrain.js.map +0 -1
  1560. package/dist/commonjs/models/operations/createdeployment.d.ts.map +0 -1
  1561. package/dist/commonjs/models/operations/createdeployment.js +0 -2962
  1562. package/dist/commonjs/models/operations/createdeployment.js.map +0 -1
  1563. package/dist/commonjs/models/operations/createedgeconfig.d.ts.map +0 -1
  1564. package/dist/commonjs/models/operations/createedgeconfig.js +0 -366
  1565. package/dist/commonjs/models/operations/createedgeconfig.js.map +0 -1
  1566. package/dist/commonjs/models/operations/createedgeconfigtoken.d.ts.map +0 -1
  1567. package/dist/commonjs/models/operations/createedgeconfigtoken.js +0 -107
  1568. package/dist/commonjs/models/operations/createedgeconfigtoken.js.map +0 -1
  1569. package/dist/commonjs/models/operations/createlogdrain.d.ts.map +0 -1
  1570. package/dist/commonjs/models/operations/createlogdrain.js +0 -305
  1571. package/dist/commonjs/models/operations/createlogdrain.js.map +0 -1
  1572. package/dist/commonjs/models/operations/createortransferdomain.d.ts.map +0 -1
  1573. package/dist/commonjs/models/operations/createortransferdomain.js +0 -287
  1574. package/dist/commonjs/models/operations/createortransferdomain.js.map +0 -1
  1575. package/dist/commonjs/models/operations/createproject.d.ts +0 -4987
  1576. package/dist/commonjs/models/operations/createproject.d.ts.map +0 -1
  1577. package/dist/commonjs/models/operations/createproject.js +0 -4109
  1578. package/dist/commonjs/models/operations/createproject.js.map +0 -1
  1579. package/dist/commonjs/models/operations/createprojectenv.d.ts +0 -2714
  1580. package/dist/commonjs/models/operations/createprojectenv.d.ts.map +0 -1
  1581. package/dist/commonjs/models/operations/createprojectenv.js +0 -2379
  1582. package/dist/commonjs/models/operations/createprojectenv.js.map +0 -1
  1583. package/dist/commonjs/models/operations/createrecord.d.ts.map +0 -1
  1584. package/dist/commonjs/models/operations/createrecord.js +0 -808
  1585. package/dist/commonjs/models/operations/createrecord.js.map +0 -1
  1586. package/dist/commonjs/models/operations/createsecret.d.ts +0 -197
  1587. package/dist/commonjs/models/operations/createsecret.d.ts.map +0 -1
  1588. package/dist/commonjs/models/operations/createsecret.js +0 -164
  1589. package/dist/commonjs/models/operations/createsecret.js.map +0 -1
  1590. package/dist/commonjs/models/operations/createteam.d.ts.map +0 -1
  1591. package/dist/commonjs/models/operations/createteam.js +0 -144
  1592. package/dist/commonjs/models/operations/createteam.js.map +0 -1
  1593. package/dist/commonjs/models/operations/createwebhook.d.ts.map +0 -1
  1594. package/dist/commonjs/models/operations/createwebhook.js +0 -237
  1595. package/dist/commonjs/models/operations/createwebhook.js.map +0 -1
  1596. package/dist/commonjs/models/operations/datacachebillingsettings.d.ts +0 -48
  1597. package/dist/commonjs/models/operations/datacachebillingsettings.d.ts.map +0 -1
  1598. package/dist/commonjs/models/operations/datacachebillingsettings.js +0 -69
  1599. package/dist/commonjs/models/operations/datacachebillingsettings.js.map +0 -1
  1600. package/dist/commonjs/models/operations/datacachepurgeall.d.ts +0 -25
  1601. package/dist/commonjs/models/operations/datacachepurgeall.d.ts.map +0 -1
  1602. package/dist/commonjs/models/operations/datacachepurgeall.js +0 -50
  1603. package/dist/commonjs/models/operations/datacachepurgeall.js.map +0 -1
  1604. package/dist/commonjs/models/operations/deleteaccessgroup.d.ts.map +0 -1
  1605. package/dist/commonjs/models/operations/deleteaccessgroup.js +0 -54
  1606. package/dist/commonjs/models/operations/deleteaccessgroup.js.map +0 -1
  1607. package/dist/commonjs/models/operations/deletealias.d.ts.map +0 -1
  1608. package/dist/commonjs/models/operations/deletealias.js +0 -91
  1609. package/dist/commonjs/models/operations/deletealias.js.map +0 -1
  1610. package/dist/commonjs/models/operations/deleteauthtoken.d.ts.map +0 -1
  1611. package/dist/commonjs/models/operations/deleteauthtoken.js +0 -69
  1612. package/dist/commonjs/models/operations/deleteauthtoken.js.map +0 -1
  1613. package/dist/commonjs/models/operations/deleteconfigurablelogdrain.d.ts.map +0 -1
  1614. package/dist/commonjs/models/operations/deleteconfigurablelogdrain.js +0 -54
  1615. package/dist/commonjs/models/operations/deleteconfigurablelogdrain.js.map +0 -1
  1616. package/dist/commonjs/models/operations/deleteconfiguration.d.ts.map +0 -1
  1617. package/dist/commonjs/models/operations/deleteconfiguration.js +0 -54
  1618. package/dist/commonjs/models/operations/deleteconfiguration.js.map +0 -1
  1619. package/dist/commonjs/models/operations/deletedeployment.d.ts.map +0 -1
  1620. package/dist/commonjs/models/operations/deletedeployment.js +0 -98
  1621. package/dist/commonjs/models/operations/deletedeployment.js.map +0 -1
  1622. package/dist/commonjs/models/operations/deletedomain.d.ts.map +0 -1
  1623. package/dist/commonjs/models/operations/deletedomain.js +0 -73
  1624. package/dist/commonjs/models/operations/deletedomain.js.map +0 -1
  1625. package/dist/commonjs/models/operations/deleteedgeconfig.d.ts.map +0 -1
  1626. package/dist/commonjs/models/operations/deleteedgeconfig.js +0 -54
  1627. package/dist/commonjs/models/operations/deleteedgeconfig.js.map +0 -1
  1628. package/dist/commonjs/models/operations/deleteedgeconfigschema.d.ts.map +0 -1
  1629. package/dist/commonjs/models/operations/deleteedgeconfigschema.js +0 -54
  1630. package/dist/commonjs/models/operations/deleteedgeconfigschema.js.map +0 -1
  1631. package/dist/commonjs/models/operations/deleteedgeconfigtokens.d.ts.map +0 -1
  1632. package/dist/commonjs/models/operations/deleteedgeconfigtokens.js +0 -86
  1633. package/dist/commonjs/models/operations/deleteedgeconfigtokens.js.map +0 -1
  1634. package/dist/commonjs/models/operations/deleteintegrationlogdrain.d.ts.map +0 -1
  1635. package/dist/commonjs/models/operations/deleteintegrationlogdrain.js +0 -54
  1636. package/dist/commonjs/models/operations/deleteintegrationlogdrain.js.map +0 -1
  1637. package/dist/commonjs/models/operations/deleteproject.d.ts.map +0 -1
  1638. package/dist/commonjs/models/operations/deleteproject.js +0 -54
  1639. package/dist/commonjs/models/operations/deleteproject.js.map +0 -1
  1640. package/dist/commonjs/models/operations/deletesecret.d.ts.map +0 -1
  1641. package/dist/commonjs/models/operations/deletesecret.js +0 -77
  1642. package/dist/commonjs/models/operations/deletesecret.js.map +0 -1
  1643. package/dist/commonjs/models/operations/deleteteam.d.ts.map +0 -1
  1644. package/dist/commonjs/models/operations/deleteteam.js +0 -126
  1645. package/dist/commonjs/models/operations/deleteteam.js.map +0 -1
  1646. package/dist/commonjs/models/operations/deleteteaminvitecode.d.ts.map +0 -1
  1647. package/dist/commonjs/models/operations/deleteteaminvitecode.js +0 -71
  1648. package/dist/commonjs/models/operations/deleteteaminvitecode.js.map +0 -1
  1649. package/dist/commonjs/models/operations/deletewebhook.d.ts.map +0 -1
  1650. package/dist/commonjs/models/operations/deletewebhook.js +0 -54
  1651. package/dist/commonjs/models/operations/deletewebhook.js.map +0 -1
  1652. package/dist/commonjs/models/operations/downloadartifact.d.ts.map +0 -1
  1653. package/dist/commonjs/models/operations/downloadartifact.js +0 -69
  1654. package/dist/commonjs/models/operations/downloadartifact.js.map +0 -1
  1655. package/dist/commonjs/models/operations/editprojectenv.d.ts +0 -1140
  1656. package/dist/commonjs/models/operations/editprojectenv.d.ts.map +0 -1
  1657. package/dist/commonjs/models/operations/editprojectenv.js +0 -1007
  1658. package/dist/commonjs/models/operations/editprojectenv.js.map +0 -1
  1659. package/dist/commonjs/models/operations/filterprojectenvs.d.ts.map +0 -1
  1660. package/dist/commonjs/models/operations/filterprojectenvs.js +0 -2710
  1661. package/dist/commonjs/models/operations/filterprojectenvs.js.map +0 -1
  1662. package/dist/commonjs/models/operations/getalias.d.ts +0 -488
  1663. package/dist/commonjs/models/operations/getalias.d.ts.map +0 -1
  1664. package/dist/commonjs/models/operations/getalias.js +0 -377
  1665. package/dist/commonjs/models/operations/getalias.js.map +0 -1
  1666. package/dist/commonjs/models/operations/getallchecks.d.ts.map +0 -1
  1667. package/dist/commonjs/models/operations/getallchecks.js +0 -428
  1668. package/dist/commonjs/models/operations/getallchecks.js.map +0 -1
  1669. package/dist/commonjs/models/operations/getalllogdrains.d.ts.map +0 -1
  1670. package/dist/commonjs/models/operations/getalllogdrains.js +0 -241
  1671. package/dist/commonjs/models/operations/getalllogdrains.js.map +0 -1
  1672. package/dist/commonjs/models/operations/getauthtoken.d.ts.map +0 -1
  1673. package/dist/commonjs/models/operations/getauthtoken.js +0 -70
  1674. package/dist/commonjs/models/operations/getauthtoken.js.map +0 -1
  1675. package/dist/commonjs/models/operations/getauthuser.d.ts.map +0 -1
  1676. package/dist/commonjs/models/operations/getauthuser.js +0 -68
  1677. package/dist/commonjs/models/operations/getauthuser.js.map +0 -1
  1678. package/dist/commonjs/models/operations/getcertbyid.d.ts.map +0 -1
  1679. package/dist/commonjs/models/operations/getcertbyid.js +0 -81
  1680. package/dist/commonjs/models/operations/getcertbyid.js.map +0 -1
  1681. package/dist/commonjs/models/operations/getcerts.d.ts +0 -56
  1682. package/dist/commonjs/models/operations/getcerts.d.ts.map +0 -1
  1683. package/dist/commonjs/models/operations/getcerts.js +0 -78
  1684. package/dist/commonjs/models/operations/getcerts.js.map +0 -1
  1685. package/dist/commonjs/models/operations/getcheck.d.ts.map +0 -1
  1686. package/dist/commonjs/models/operations/getcheck.js +0 -416
  1687. package/dist/commonjs/models/operations/getcheck.js.map +0 -1
  1688. package/dist/commonjs/models/operations/getconfigurablelogdrain.d.ts.map +0 -1
  1689. package/dist/commonjs/models/operations/getconfigurablelogdrain.js +0 -240
  1690. package/dist/commonjs/models/operations/getconfigurablelogdrain.js.map +0 -1
  1691. package/dist/commonjs/models/operations/getconfiguration.d.ts.map +0 -1
  1692. package/dist/commonjs/models/operations/getconfiguration.js +0 -546
  1693. package/dist/commonjs/models/operations/getconfiguration.js.map +0 -1
  1694. package/dist/commonjs/models/operations/getconfigurations.d.ts.map +0 -1
  1695. package/dist/commonjs/models/operations/getconfigurations.js +0 -738
  1696. package/dist/commonjs/models/operations/getconfigurations.js.map +0 -1
  1697. package/dist/commonjs/models/operations/getdeployment.d.ts.map +0 -1
  1698. package/dist/commonjs/models/operations/getdeployment.js +0 -3388
  1699. package/dist/commonjs/models/operations/getdeployment.js.map +0 -1
  1700. package/dist/commonjs/models/operations/getdeploymentevents.d.ts.map +0 -1
  1701. package/dist/commonjs/models/operations/getdeploymentevents.js +0 -110
  1702. package/dist/commonjs/models/operations/getdeploymentevents.js.map +0 -1
  1703. package/dist/commonjs/models/operations/getdeploymentfilecontents.d.ts.map +0 -1
  1704. package/dist/commonjs/models/operations/getdeploymentfilecontents.js +0 -58
  1705. package/dist/commonjs/models/operations/getdeploymentfilecontents.js.map +0 -1
  1706. package/dist/commonjs/models/operations/getdeployments.d.ts.map +0 -1
  1707. package/dist/commonjs/models/operations/getdeployments.js +0 -682
  1708. package/dist/commonjs/models/operations/getdeployments.js.map +0 -1
  1709. package/dist/commonjs/models/operations/getdomain.d.ts.map +0 -1
  1710. package/dist/commonjs/models/operations/getdomain.js +0 -177
  1711. package/dist/commonjs/models/operations/getdomain.js.map +0 -1
  1712. package/dist/commonjs/models/operations/getdomainconfig.d.ts.map +0 -1
  1713. package/dist/commonjs/models/operations/getdomainconfig.js +0 -148
  1714. package/dist/commonjs/models/operations/getdomainconfig.js.map +0 -1
  1715. package/dist/commonjs/models/operations/getdomains.d.ts.map +0 -1
  1716. package/dist/commonjs/models/operations/getdomains.js +0 -181
  1717. package/dist/commonjs/models/operations/getdomains.js.map +0 -1
  1718. package/dist/commonjs/models/operations/getdomaintransfer.d.ts.map +0 -1
  1719. package/dist/commonjs/models/operations/getdomaintransfer.js +0 -131
  1720. package/dist/commonjs/models/operations/getdomaintransfer.js.map +0 -1
  1721. package/dist/commonjs/models/operations/getedgeconfig.d.ts.map +0 -1
  1722. package/dist/commonjs/models/operations/getedgeconfig.js +0 -170
  1723. package/dist/commonjs/models/operations/getedgeconfig.js.map +0 -1
  1724. package/dist/commonjs/models/operations/getedgeconfigbackup.d.ts.map +0 -1
  1725. package/dist/commonjs/models/operations/getedgeconfigbackup.js +0 -339
  1726. package/dist/commonjs/models/operations/getedgeconfigbackup.js.map +0 -1
  1727. package/dist/commonjs/models/operations/getedgeconfigbackups.d.ts.map +0 -1
  1728. package/dist/commonjs/models/operations/getedgeconfigbackups.js +0 -152
  1729. package/dist/commonjs/models/operations/getedgeconfigbackups.js.map +0 -1
  1730. package/dist/commonjs/models/operations/getedgeconfigitem.d.ts.map +0 -1
  1731. package/dist/commonjs/models/operations/getedgeconfigitem.js +0 -56
  1732. package/dist/commonjs/models/operations/getedgeconfigitem.js.map +0 -1
  1733. package/dist/commonjs/models/operations/getedgeconfigitems.d.ts.map +0 -1
  1734. package/dist/commonjs/models/operations/getedgeconfigitems.js +0 -54
  1735. package/dist/commonjs/models/operations/getedgeconfigitems.js.map +0 -1
  1736. package/dist/commonjs/models/operations/getedgeconfigs.d.ts.map +0 -1
  1737. package/dist/commonjs/models/operations/getedgeconfigs.js +0 -169
  1738. package/dist/commonjs/models/operations/getedgeconfigs.js.map +0 -1
  1739. package/dist/commonjs/models/operations/getedgeconfigschema.d.ts.map +0 -1
  1740. package/dist/commonjs/models/operations/getedgeconfigschema.js +0 -69
  1741. package/dist/commonjs/models/operations/getedgeconfigschema.js.map +0 -1
  1742. package/dist/commonjs/models/operations/getedgeconfigtoken.d.ts.map +0 -1
  1743. package/dist/commonjs/models/operations/getedgeconfigtoken.js +0 -56
  1744. package/dist/commonjs/models/operations/getedgeconfigtoken.js.map +0 -1
  1745. package/dist/commonjs/models/operations/getedgeconfigtokens.d.ts.map +0 -1
  1746. package/dist/commonjs/models/operations/getedgeconfigtokens.js +0 -54
  1747. package/dist/commonjs/models/operations/getedgeconfigtokens.js.map +0 -1
  1748. package/dist/commonjs/models/operations/getfirewallconfig.d.ts.map +0 -1
  1749. package/dist/commonjs/models/operations/getfirewallconfig.js +0 -1033
  1750. package/dist/commonjs/models/operations/getfirewallconfig.js.map +0 -1
  1751. package/dist/commonjs/models/operations/getintegrationlogdrains.d.ts.map +0 -1
  1752. package/dist/commonjs/models/operations/getintegrationlogdrains.js +0 -197
  1753. package/dist/commonjs/models/operations/getintegrationlogdrains.js.map +0 -1
  1754. package/dist/commonjs/models/operations/getprojectdomain.d.ts.map +0 -1
  1755. package/dist/commonjs/models/operations/getprojectdomain.js +0 -120
  1756. package/dist/commonjs/models/operations/getprojectdomain.js.map +0 -1
  1757. package/dist/commonjs/models/operations/getprojectenv.d.ts.map +0 -1
  1758. package/dist/commonjs/models/operations/getprojectenv.js +0 -2632
  1759. package/dist/commonjs/models/operations/getprojectenv.js.map +0 -1
  1760. package/dist/commonjs/models/operations/getprojectmembers.d.ts.map +0 -1
  1761. package/dist/commonjs/models/operations/getprojectmembers.js +0 -251
  1762. package/dist/commonjs/models/operations/getprojectmembers.js.map +0 -1
  1763. package/dist/commonjs/models/operations/getprojects.d.ts +0 -4568
  1764. package/dist/commonjs/models/operations/getprojects.d.ts.map +0 -1
  1765. package/dist/commonjs/models/operations/getprojects.js +0 -3881
  1766. package/dist/commonjs/models/operations/getprojects.js.map +0 -1
  1767. package/dist/commonjs/models/operations/getrecords.d.ts.map +0 -1
  1768. package/dist/commonjs/models/operations/getrecords.js +0 -260
  1769. package/dist/commonjs/models/operations/getrecords.js.map +0 -1
  1770. package/dist/commonjs/models/operations/getsecret.d.ts.map +0 -1
  1771. package/dist/commonjs/models/operations/getsecret.js +0 -113
  1772. package/dist/commonjs/models/operations/getsecret.js.map +0 -1
  1773. package/dist/commonjs/models/operations/getsecrets.d.ts +0 -144
  1774. package/dist/commonjs/models/operations/getsecrets.d.ts.map +0 -1
  1775. package/dist/commonjs/models/operations/getsecrets.js +0 -113
  1776. package/dist/commonjs/models/operations/getsecrets.js.map +0 -1
  1777. package/dist/commonjs/models/operations/getteam.d.ts.map +0 -1
  1778. package/dist/commonjs/models/operations/getteam.js +0 -52
  1779. package/dist/commonjs/models/operations/getteam.js.map +0 -1
  1780. package/dist/commonjs/models/operations/getteamaccessrequest.d.ts.map +0 -1
  1781. package/dist/commonjs/models/operations/getteamaccessrequest.js +0 -224
  1782. package/dist/commonjs/models/operations/getteamaccessrequest.js.map +0 -1
  1783. package/dist/commonjs/models/operations/getteammembers.d.ts.map +0 -1
  1784. package/dist/commonjs/models/operations/getteammembers.js +0 -474
  1785. package/dist/commonjs/models/operations/getteammembers.js.map +0 -1
  1786. package/dist/commonjs/models/operations/getteams.d.ts.map +0 -1
  1787. package/dist/commonjs/models/operations/getteams.js +0 -93
  1788. package/dist/commonjs/models/operations/getteams.js.map +0 -1
  1789. package/dist/commonjs/models/operations/getwebhook.d.ts.map +0 -1
  1790. package/dist/commonjs/models/operations/getwebhook.js +0 -145
  1791. package/dist/commonjs/models/operations/getwebhook.js.map +0 -1
  1792. package/dist/commonjs/models/operations/getwebhooks.d.ts.map +0 -1
  1793. package/dist/commonjs/models/operations/getwebhooks.js +0 -348
  1794. package/dist/commonjs/models/operations/getwebhooks.js.map +0 -1
  1795. package/dist/commonjs/models/operations/gitnamespaces.d.ts.map +0 -1
  1796. package/dist/commonjs/models/operations/gitnamespaces.js +0 -122
  1797. package/dist/commonjs/models/operations/gitnamespaces.js.map +0 -1
  1798. package/dist/commonjs/models/operations/inviteusertoteam.d.ts.map +0 -1
  1799. package/dist/commonjs/models/operations/inviteusertoteam.js +0 -278
  1800. package/dist/commonjs/models/operations/inviteusertoteam.js.map +0 -1
  1801. package/dist/commonjs/models/operations/issuecert.d.ts.map +0 -1
  1802. package/dist/commonjs/models/operations/issuecert.js +0 -109
  1803. package/dist/commonjs/models/operations/issuecert.js.map +0 -1
  1804. package/dist/commonjs/models/operations/jointeam.d.ts.map +0 -1
  1805. package/dist/commonjs/models/operations/jointeam.js +0 -105
  1806. package/dist/commonjs/models/operations/jointeam.js.map +0 -1
  1807. package/dist/commonjs/models/operations/listaccessgroupmembers.d.ts.map +0 -1
  1808. package/dist/commonjs/models/operations/listaccessgroupmembers.js +0 -157
  1809. package/dist/commonjs/models/operations/listaccessgroupmembers.js.map +0 -1
  1810. package/dist/commonjs/models/operations/listaccessgroupprojects.d.ts.map +0 -1
  1811. package/dist/commonjs/models/operations/listaccessgroupprojects.js +0 -170
  1812. package/dist/commonjs/models/operations/listaccessgroupprojects.js.map +0 -1
  1813. package/dist/commonjs/models/operations/listaccessgroups.d.ts.map +0 -1
  1814. package/dist/commonjs/models/operations/listaccessgroups.js +0 -181
  1815. package/dist/commonjs/models/operations/listaccessgroups.js.map +0 -1
  1816. package/dist/commonjs/models/operations/listaliases.d.ts.map +0 -1
  1817. package/dist/commonjs/models/operations/listaliases.js +0 -421
  1818. package/dist/commonjs/models/operations/listaliases.js.map +0 -1
  1819. package/dist/commonjs/models/operations/listauthtokens.d.ts.map +0 -1
  1820. package/dist/commonjs/models/operations/listauthtokens.js +0 -56
  1821. package/dist/commonjs/models/operations/listauthtokens.js.map +0 -1
  1822. package/dist/commonjs/models/operations/listdeploymentaliases.d.ts.map +0 -1
  1823. package/dist/commonjs/models/operations/listdeploymentaliases.js +0 -327
  1824. package/dist/commonjs/models/operations/listdeploymentaliases.js.map +0 -1
  1825. package/dist/commonjs/models/operations/listdeploymentfiles.d.ts.map +0 -1
  1826. package/dist/commonjs/models/operations/listdeploymentfiles.js +0 -54
  1827. package/dist/commonjs/models/operations/listdeploymentfiles.js.map +0 -1
  1828. package/dist/commonjs/models/operations/listpromotealiases.d.ts.map +0 -1
  1829. package/dist/commonjs/models/operations/listpromotealiases.js +0 -143
  1830. package/dist/commonjs/models/operations/listpromotealiases.js.map +0 -1
  1831. package/dist/commonjs/models/operations/listuserevents.d.ts.map +0 -1
  1832. package/dist/commonjs/models/operations/listuserevents.js +0 -84
  1833. package/dist/commonjs/models/operations/listuserevents.js.map +0 -1
  1834. package/dist/commonjs/models/operations/patchdomain.d.ts.map +0 -1
  1835. package/dist/commonjs/models/operations/patchdomain.js +0 -224
  1836. package/dist/commonjs/models/operations/patchdomain.js.map +0 -1
  1837. package/dist/commonjs/models/operations/patchedgeconfigschema.d.ts.map +0 -1
  1838. package/dist/commonjs/models/operations/patchedgeconfigschema.js +0 -103
  1839. package/dist/commonjs/models/operations/patchedgeconfigschema.js.map +0 -1
  1840. package/dist/commonjs/models/operations/patchteam.d.ts.map +0 -1
  1841. package/dist/commonjs/models/operations/patchteam.js +0 -209
  1842. package/dist/commonjs/models/operations/patchteam.js.map +0 -1
  1843. package/dist/commonjs/models/operations/pauseproject.d.ts.map +0 -1
  1844. package/dist/commonjs/models/operations/pauseproject.js +0 -79
  1845. package/dist/commonjs/models/operations/pauseproject.js.map +0 -1
  1846. package/dist/commonjs/models/operations/putfirewallconfig.d.ts.map +0 -1
  1847. package/dist/commonjs/models/operations/putfirewallconfig.js +0 -2043
  1848. package/dist/commonjs/models/operations/putfirewallconfig.js.map +0 -1
  1849. package/dist/commonjs/models/operations/readaccessgroup.d.ts.map +0 -1
  1850. package/dist/commonjs/models/operations/readaccessgroup.js +0 -107
  1851. package/dist/commonjs/models/operations/readaccessgroup.js.map +0 -1
  1852. package/dist/commonjs/models/operations/recordevents.d.ts.map +0 -1
  1853. package/dist/commonjs/models/operations/recordevents.js +0 -143
  1854. package/dist/commonjs/models/operations/recordevents.js.map +0 -1
  1855. package/dist/commonjs/models/operations/removecert.d.ts.map +0 -1
  1856. package/dist/commonjs/models/operations/removecert.js +0 -69
  1857. package/dist/commonjs/models/operations/removecert.js.map +0 -1
  1858. package/dist/commonjs/models/operations/removeprojectdomain.d.ts.map +0 -1
  1859. package/dist/commonjs/models/operations/removeprojectdomain.js +0 -71
  1860. package/dist/commonjs/models/operations/removeprojectdomain.js.map +0 -1
  1861. package/dist/commonjs/models/operations/removeprojectenv.d.ts +0 -2954
  1862. package/dist/commonjs/models/operations/removeprojectenv.d.ts.map +0 -1
  1863. package/dist/commonjs/models/operations/removeprojectenv.js +0 -2661
  1864. package/dist/commonjs/models/operations/removeprojectenv.js.map +0 -1
  1865. package/dist/commonjs/models/operations/removeprojectmember.d.ts.map +0 -1
  1866. package/dist/commonjs/models/operations/removeprojectmember.js +0 -75
  1867. package/dist/commonjs/models/operations/removeprojectmember.js.map +0 -1
  1868. package/dist/commonjs/models/operations/removerecord.d.ts.map +0 -1
  1869. package/dist/commonjs/models/operations/removerecord.js +0 -71
  1870. package/dist/commonjs/models/operations/removerecord.js.map +0 -1
  1871. package/dist/commonjs/models/operations/removeteammember.d.ts.map +0 -1
  1872. package/dist/commonjs/models/operations/removeteammember.js +0 -73
  1873. package/dist/commonjs/models/operations/removeteammember.js.map +0 -1
  1874. package/dist/commonjs/models/operations/renamesecret.d.ts.map +0 -1
  1875. package/dist/commonjs/models/operations/renamesecret.js +0 -109
  1876. package/dist/commonjs/models/operations/renamesecret.js.map +0 -1
  1877. package/dist/commonjs/models/operations/requestaccesstoteam.d.ts.map +0 -1
  1878. package/dist/commonjs/models/operations/requestaccesstoteam.js +0 -330
  1879. package/dist/commonjs/models/operations/requestaccesstoteam.js.map +0 -1
  1880. package/dist/commonjs/models/operations/requestdelete.d.ts.map +0 -1
  1881. package/dist/commonjs/models/operations/requestdelete.js +0 -95
  1882. package/dist/commonjs/models/operations/requestdelete.js.map +0 -1
  1883. package/dist/commonjs/models/operations/requestpromote.d.ts.map +0 -1
  1884. package/dist/commonjs/models/operations/requestpromote.js +0 -56
  1885. package/dist/commonjs/models/operations/requestpromote.js.map +0 -1
  1886. package/dist/commonjs/models/operations/rerequestcheck.d.ts.map +0 -1
  1887. package/dist/commonjs/models/operations/rerequestcheck.js +0 -71
  1888. package/dist/commonjs/models/operations/rerequestcheck.js.map +0 -1
  1889. package/dist/commonjs/models/operations/searchrepo.d.ts.map +0 -1
  1890. package/dist/commonjs/models/operations/searchrepo.js +0 -344
  1891. package/dist/commonjs/models/operations/searchrepo.js.map +0 -1
  1892. package/dist/commonjs/models/operations/status.d.ts.map +0 -1
  1893. package/dist/commonjs/models/operations/status.js +0 -92
  1894. package/dist/commonjs/models/operations/status.js.map +0 -1
  1895. package/dist/commonjs/models/operations/unpauseproject.d.ts.map +0 -1
  1896. package/dist/commonjs/models/operations/unpauseproject.js +0 -79
  1897. package/dist/commonjs/models/operations/unpauseproject.js.map +0 -1
  1898. package/dist/commonjs/models/operations/updateaccessgroup.d.ts.map +0 -1
  1899. package/dist/commonjs/models/operations/updateaccessgroup.js +0 -188
  1900. package/dist/commonjs/models/operations/updateaccessgroup.js.map +0 -1
  1901. package/dist/commonjs/models/operations/updateattackchallengemode.d.ts.map +0 -1
  1902. package/dist/commonjs/models/operations/updateattackchallengemode.js +0 -109
  1903. package/dist/commonjs/models/operations/updateattackchallengemode.js.map +0 -1
  1904. package/dist/commonjs/models/operations/updatecheck.d.ts.map +0 -1
  1905. package/dist/commonjs/models/operations/updatecheck.js +0 -785
  1906. package/dist/commonjs/models/operations/updatecheck.js.map +0 -1
  1907. package/dist/commonjs/models/operations/updateedgeconfig.d.ts.map +0 -1
  1908. package/dist/commonjs/models/operations/updateedgeconfig.js +0 -202
  1909. package/dist/commonjs/models/operations/updateedgeconfig.js.map +0 -1
  1910. package/dist/commonjs/models/operations/updatefirewallconfig.d.ts.map +0 -1
  1911. package/dist/commonjs/models/operations/updatefirewallconfig.js +0 -1560
  1912. package/dist/commonjs/models/operations/updatefirewallconfig.js.map +0 -1
  1913. package/dist/commonjs/models/operations/updateproject.d.ts +0 -5183
  1914. package/dist/commonjs/models/operations/updateproject.d.ts.map +0 -1
  1915. package/dist/commonjs/models/operations/updateproject.js +0 -4234
  1916. package/dist/commonjs/models/operations/updateproject.js.map +0 -1
  1917. package/dist/commonjs/models/operations/updateprojectdatacache.d.ts +0 -4486
  1918. package/dist/commonjs/models/operations/updateprojectdatacache.d.ts.map +0 -1
  1919. package/dist/commonjs/models/operations/updateprojectdatacache.js +0 -3879
  1920. package/dist/commonjs/models/operations/updateprojectdatacache.js.map +0 -1
  1921. package/dist/commonjs/models/operations/updateprojectdomain.d.ts.map +0 -1
  1922. package/dist/commonjs/models/operations/updateprojectdomain.js +0 -180
  1923. package/dist/commonjs/models/operations/updateprojectdomain.js.map +0 -1
  1924. package/dist/commonjs/models/operations/updateprojectprotectionbypass.d.ts.map +0 -1
  1925. package/dist/commonjs/models/operations/updateprojectprotectionbypass.js +0 -187
  1926. package/dist/commonjs/models/operations/updateprojectprotectionbypass.js.map +0 -1
  1927. package/dist/commonjs/models/operations/updaterecord.d.ts.map +0 -1
  1928. package/dist/commonjs/models/operations/updaterecord.js +0 -263
  1929. package/dist/commonjs/models/operations/updaterecord.js.map +0 -1
  1930. package/dist/commonjs/models/operations/updateteammember.d.ts.map +0 -1
  1931. package/dist/commonjs/models/operations/updateteammember.js +0 -175
  1932. package/dist/commonjs/models/operations/updateteammember.js.map +0 -1
  1933. package/dist/commonjs/models/operations/uploadartifact.d.ts.map +0 -1
  1934. package/dist/commonjs/models/operations/uploadartifact.js +0 -114
  1935. package/dist/commonjs/models/operations/uploadartifact.js.map +0 -1
  1936. package/dist/commonjs/models/operations/uploadcert.d.ts.map +0 -1
  1937. package/dist/commonjs/models/operations/uploadcert.js +0 -115
  1938. package/dist/commonjs/models/operations/uploadcert.js.map +0 -1
  1939. package/dist/commonjs/models/operations/uploadfile.d.ts.map +0 -1
  1940. package/dist/commonjs/models/operations/uploadfile.js +0 -130
  1941. package/dist/commonjs/models/operations/uploadfile.js.map +0 -1
  1942. package/dist/commonjs/models/operations/verifyprojectdomain.d.ts.map +0 -1
  1943. package/dist/commonjs/models/operations/verifyprojectdomain.js +0 -120
  1944. package/dist/commonjs/models/operations/verifyprojectdomain.js.map +0 -1
  1945. package/dist/commonjs/sdk/accessgroups.d.ts.map +0 -1
  1946. package/dist/commonjs/sdk/accessgroups.js +0 -82
  1947. package/dist/commonjs/sdk/accessgroups.js.map +0 -1
  1948. package/dist/commonjs/sdk/aliases.d.ts.map +0 -1
  1949. package/dist/commonjs/sdk/aliases.js +0 -62
  1950. package/dist/commonjs/sdk/aliases.js.map +0 -1
  1951. package/dist/commonjs/sdk/artifacts.d.ts.map +0 -1
  1952. package/dist/commonjs/sdk/artifacts.js +0 -72
  1953. package/dist/commonjs/sdk/artifacts.js.map +0 -1
  1954. package/dist/commonjs/sdk/authentication.d.ts.map +0 -1
  1955. package/dist/commonjs/sdk/authentication.js +0 -52
  1956. package/dist/commonjs/sdk/authentication.js.map +0 -1
  1957. package/dist/commonjs/sdk/certs.d.ts.map +0 -1
  1958. package/dist/commonjs/sdk/certs.js +0 -52
  1959. package/dist/commonjs/sdk/certs.js.map +0 -1
  1960. package/dist/commonjs/sdk/checks.d.ts.map +0 -1
  1961. package/dist/commonjs/sdk/checks.js +0 -62
  1962. package/dist/commonjs/sdk/checks.js.map +0 -1
  1963. package/dist/commonjs/sdk/deployments.d.ts.map +0 -1
  1964. package/dist/commonjs/sdk/deployments.js +0 -102
  1965. package/dist/commonjs/sdk/deployments.js.map +0 -1
  1966. package/dist/commonjs/sdk/dns.d.ts.map +0 -1
  1967. package/dist/commonjs/sdk/dns.js +0 -52
  1968. package/dist/commonjs/sdk/dns.js.map +0 -1
  1969. package/dist/commonjs/sdk/domains.d.ts.map +0 -1
  1970. package/dist/commonjs/sdk/domains.js +0 -112
  1971. package/dist/commonjs/sdk/domains.js.map +0 -1
  1972. package/dist/commonjs/sdk/edgeconfig.d.ts.map +0 -1
  1973. package/dist/commonjs/sdk/edgeconfig.js +0 -172
  1974. package/dist/commonjs/sdk/edgeconfig.js.map +0 -1
  1975. package/dist/commonjs/sdk/integrations.d.ts.map +0 -1
  1976. package/dist/commonjs/sdk/integrations.js +0 -62
  1977. package/dist/commonjs/sdk/integrations.js.map +0 -1
  1978. package/dist/commonjs/sdk/logdrains.d.ts.map +0 -1
  1979. package/dist/commonjs/sdk/logdrains.js +0 -82
  1980. package/dist/commonjs/sdk/logdrains.js.map +0 -1
  1981. package/dist/commonjs/sdk/projectmembers.d.ts.map +0 -1
  1982. package/dist/commonjs/sdk/projectmembers.js +0 -42
  1983. package/dist/commonjs/sdk/projectmembers.js.map +0 -1
  1984. package/dist/commonjs/sdk/projects.d.ts.map +0 -1
  1985. package/dist/commonjs/sdk/projects.js +0 -212
  1986. package/dist/commonjs/sdk/projects.js.map +0 -1
  1987. package/dist/commonjs/sdk/sdk.d.ts +0 -67
  1988. package/dist/commonjs/sdk/sdk.d.ts.map +0 -1
  1989. package/dist/commonjs/sdk/sdk.js +0 -119
  1990. package/dist/commonjs/sdk/sdk.js.map +0 -1
  1991. package/dist/commonjs/sdk/secrets.d.ts +0 -44
  1992. package/dist/commonjs/sdk/secrets.d.ts.map +0 -1
  1993. package/dist/commonjs/sdk/secrets.js +0 -62
  1994. package/dist/commonjs/sdk/secrets.js.map +0 -1
  1995. package/dist/commonjs/sdk/security.d.ts.map +0 -1
  1996. package/dist/commonjs/sdk/security.js +0 -52
  1997. package/dist/commonjs/sdk/security.js.map +0 -1
  1998. package/dist/commonjs/sdk/teams.d.ts.map +0 -1
  1999. package/dist/commonjs/sdk/teams.js +0 -142
  2000. package/dist/commonjs/sdk/teams.js.map +0 -1
  2001. package/dist/commonjs/sdk/user.d.ts.map +0 -1
  2002. package/dist/commonjs/sdk/user.js +0 -42
  2003. package/dist/commonjs/sdk/user.js.map +0 -1
  2004. package/dist/commonjs/sdk/webhooks.d.ts.map +0 -1
  2005. package/dist/commonjs/sdk/webhooks.js +0 -52
  2006. package/dist/commonjs/sdk/webhooks.js.map +0 -1
  2007. package/dist/commonjs/types/blobs.d.ts.map +0 -1
  2008. package/dist/commonjs/types/blobs.js +0 -52
  2009. package/dist/commonjs/types/blobs.js.map +0 -1
  2010. package/dist/commonjs/types/constdatetime.d.ts.map +0 -1
  2011. package/dist/commonjs/types/constdatetime.js +0 -36
  2012. package/dist/commonjs/types/constdatetime.js.map +0 -1
  2013. package/dist/commonjs/types/enums.d.ts.map +0 -1
  2014. package/dist/commonjs/types/enums.js +0 -10
  2015. package/dist/commonjs/types/enums.js.map +0 -1
  2016. package/dist/commonjs/types/fp.d.ts.map +0 -1
  2017. package/dist/commonjs/types/fp.js +0 -37
  2018. package/dist/commonjs/types/fp.js.map +0 -1
  2019. package/dist/commonjs/types/operations.d.ts.map +0 -1
  2020. package/dist/commonjs/types/operations.js +0 -80
  2021. package/dist/commonjs/types/operations.js.map +0 -1
  2022. package/dist/commonjs/types/rfcdate.d.ts.map +0 -1
  2023. package/dist/commonjs/types/rfcdate.js +0 -46
  2024. package/dist/commonjs/types/rfcdate.js.map +0 -1
  2025. package/dist/commonjs/types/streams.d.ts.map +0 -1
  2026. package/dist/commonjs/types/streams.js +0 -18
  2027. package/dist/commonjs/types/streams.js.map +0 -1
  2028. package/dist/esm/core.d.ts +0 -10
  2029. package/dist/esm/core.d.ts.map +0 -1
  2030. package/dist/esm/core.js.map +0 -1
  2031. package/dist/esm/funcs/accessGroupsCreateAccessGroup.d.ts +0 -15
  2032. package/dist/esm/funcs/accessGroupsCreateAccessGroup.d.ts.map +0 -1
  2033. package/dist/esm/funcs/accessGroupsCreateAccessGroup.js +0 -73
  2034. package/dist/esm/funcs/accessGroupsCreateAccessGroup.js.map +0 -1
  2035. package/dist/esm/funcs/accessGroupsDeleteAccessGroup.d.ts +0 -15
  2036. package/dist/esm/funcs/accessGroupsDeleteAccessGroup.d.ts.map +0 -1
  2037. package/dist/esm/funcs/accessGroupsDeleteAccessGroup.js +0 -79
  2038. package/dist/esm/funcs/accessGroupsDeleteAccessGroup.js.map +0 -1
  2039. package/dist/esm/funcs/accessGroupsListAccessGroupMembers.d.ts +0 -15
  2040. package/dist/esm/funcs/accessGroupsListAccessGroupMembers.d.ts.map +0 -1
  2041. package/dist/esm/funcs/accessGroupsListAccessGroupMembers.js +0 -81
  2042. package/dist/esm/funcs/accessGroupsListAccessGroupMembers.js.map +0 -1
  2043. package/dist/esm/funcs/accessGroupsListAccessGroupProjects.d.ts +0 -15
  2044. package/dist/esm/funcs/accessGroupsListAccessGroupProjects.d.ts.map +0 -1
  2045. package/dist/esm/funcs/accessGroupsListAccessGroupProjects.js +0 -80
  2046. package/dist/esm/funcs/accessGroupsListAccessGroupProjects.js.map +0 -1
  2047. package/dist/esm/funcs/accessGroupsListAccessGroups.d.ts +0 -15
  2048. package/dist/esm/funcs/accessGroupsListAccessGroups.d.ts.map +0 -1
  2049. package/dist/esm/funcs/accessGroupsListAccessGroups.js +0 -78
  2050. package/dist/esm/funcs/accessGroupsListAccessGroups.js.map +0 -1
  2051. package/dist/esm/funcs/accessGroupsReadAccessGroup.d.ts +0 -15
  2052. package/dist/esm/funcs/accessGroupsReadAccessGroup.d.ts.map +0 -1
  2053. package/dist/esm/funcs/accessGroupsReadAccessGroup.js +0 -78
  2054. package/dist/esm/funcs/accessGroupsReadAccessGroup.js.map +0 -1
  2055. package/dist/esm/funcs/accessGroupsUpdateAccessGroup.d.ts +0 -15
  2056. package/dist/esm/funcs/accessGroupsUpdateAccessGroup.d.ts.map +0 -1
  2057. package/dist/esm/funcs/accessGroupsUpdateAccessGroup.js +0 -79
  2058. package/dist/esm/funcs/accessGroupsUpdateAccessGroup.js.map +0 -1
  2059. package/dist/esm/funcs/aliasesAssignAlias.d.ts +0 -15
  2060. package/dist/esm/funcs/aliasesAssignAlias.d.ts.map +0 -1
  2061. package/dist/esm/funcs/aliasesAssignAlias.js +0 -79
  2062. package/dist/esm/funcs/aliasesAssignAlias.js.map +0 -1
  2063. package/dist/esm/funcs/aliasesDeleteAlias.d.ts +0 -15
  2064. package/dist/esm/funcs/aliasesDeleteAlias.d.ts.map +0 -1
  2065. package/dist/esm/funcs/aliasesDeleteAlias.js +0 -78
  2066. package/dist/esm/funcs/aliasesDeleteAlias.js.map +0 -1
  2067. package/dist/esm/funcs/aliasesGetAlias.d.ts +0 -15
  2068. package/dist/esm/funcs/aliasesGetAlias.d.ts.map +0 -1
  2069. package/dist/esm/funcs/aliasesGetAlias.js +0 -82
  2070. package/dist/esm/funcs/aliasesGetAlias.js.map +0 -1
  2071. package/dist/esm/funcs/aliasesListAliases.d.ts +0 -15
  2072. package/dist/esm/funcs/aliasesListAliases.d.ts.map +0 -1
  2073. package/dist/esm/funcs/aliasesListAliases.js +0 -79
  2074. package/dist/esm/funcs/aliasesListAliases.js.map +0 -1
  2075. package/dist/esm/funcs/aliasesListDeploymentAliases.d.ts +0 -15
  2076. package/dist/esm/funcs/aliasesListDeploymentAliases.d.ts.map +0 -1
  2077. package/dist/esm/funcs/aliasesListDeploymentAliases.js +0 -78
  2078. package/dist/esm/funcs/aliasesListDeploymentAliases.js.map +0 -1
  2079. package/dist/esm/funcs/artifactsArtifactExists.d.ts +0 -15
  2080. package/dist/esm/funcs/artifactsArtifactExists.d.ts.map +0 -1
  2081. package/dist/esm/funcs/artifactsArtifactExists.js +0 -79
  2082. package/dist/esm/funcs/artifactsArtifactExists.js.map +0 -1
  2083. package/dist/esm/funcs/artifactsArtifactQuery.d.ts +0 -17
  2084. package/dist/esm/funcs/artifactsArtifactQuery.d.ts.map +0 -1
  2085. package/dist/esm/funcs/artifactsArtifactQuery.js +0 -74
  2086. package/dist/esm/funcs/artifactsArtifactQuery.js.map +0 -1
  2087. package/dist/esm/funcs/artifactsDownloadArtifact.d.ts +0 -15
  2088. package/dist/esm/funcs/artifactsDownloadArtifact.d.ts.map +0 -1
  2089. package/dist/esm/funcs/artifactsDownloadArtifact.js +0 -83
  2090. package/dist/esm/funcs/artifactsDownloadArtifact.js.map +0 -1
  2091. package/dist/esm/funcs/artifactsRecordEvents.d.ts +0 -15
  2092. package/dist/esm/funcs/artifactsRecordEvents.d.ts.map +0 -1
  2093. package/dist/esm/funcs/artifactsRecordEvents.js +0 -76
  2094. package/dist/esm/funcs/artifactsRecordEvents.js.map +0 -1
  2095. package/dist/esm/funcs/artifactsStatus.d.ts +0 -15
  2096. package/dist/esm/funcs/artifactsStatus.d.ts.map +0 -1
  2097. package/dist/esm/funcs/artifactsStatus.js +0 -72
  2098. package/dist/esm/funcs/artifactsStatus.js.map +0 -1
  2099. package/dist/esm/funcs/artifactsUploadArtifact.d.ts +0 -15
  2100. package/dist/esm/funcs/artifactsUploadArtifact.d.ts.map +0 -1
  2101. package/dist/esm/funcs/artifactsUploadArtifact.js +0 -84
  2102. package/dist/esm/funcs/artifactsUploadArtifact.js.map +0 -1
  2103. package/dist/esm/funcs/authenticationCreateAuthToken.d.ts +0 -15
  2104. package/dist/esm/funcs/authenticationCreateAuthToken.d.ts.map +0 -1
  2105. package/dist/esm/funcs/authenticationCreateAuthToken.js +0 -73
  2106. package/dist/esm/funcs/authenticationCreateAuthToken.js.map +0 -1
  2107. package/dist/esm/funcs/authenticationDeleteAuthToken.d.ts +0 -15
  2108. package/dist/esm/funcs/authenticationDeleteAuthToken.d.ts.map +0 -1
  2109. package/dist/esm/funcs/authenticationDeleteAuthToken.js +0 -73
  2110. package/dist/esm/funcs/authenticationDeleteAuthToken.js.map +0 -1
  2111. package/dist/esm/funcs/authenticationGetAuthToken.d.ts +0 -15
  2112. package/dist/esm/funcs/authenticationGetAuthToken.d.ts.map +0 -1
  2113. package/dist/esm/funcs/authenticationGetAuthToken.js +0 -73
  2114. package/dist/esm/funcs/authenticationGetAuthToken.js.map +0 -1
  2115. package/dist/esm/funcs/authenticationListAuthTokens.d.ts +0 -15
  2116. package/dist/esm/funcs/authenticationListAuthTokens.d.ts.map +0 -1
  2117. package/dist/esm/funcs/authenticationListAuthTokens.js +0 -58
  2118. package/dist/esm/funcs/authenticationListAuthTokens.js.map +0 -1
  2119. package/dist/esm/funcs/certsGetCertById.d.ts +0 -15
  2120. package/dist/esm/funcs/certsGetCertById.d.ts.map +0 -1
  2121. package/dist/esm/funcs/certsGetCertById.js +0 -78
  2122. package/dist/esm/funcs/certsGetCertById.js.map +0 -1
  2123. package/dist/esm/funcs/certsIssueCert.d.ts +0 -15
  2124. package/dist/esm/funcs/certsIssueCert.d.ts.map +0 -1
  2125. package/dist/esm/funcs/certsIssueCert.js +0 -73
  2126. package/dist/esm/funcs/certsIssueCert.js.map +0 -1
  2127. package/dist/esm/funcs/certsRemoveCert.d.ts +0 -15
  2128. package/dist/esm/funcs/certsRemoveCert.d.ts.map +0 -1
  2129. package/dist/esm/funcs/certsRemoveCert.js +0 -78
  2130. package/dist/esm/funcs/certsRemoveCert.js.map +0 -1
  2131. package/dist/esm/funcs/certsUploadCert.d.ts +0 -15
  2132. package/dist/esm/funcs/certsUploadCert.d.ts.map +0 -1
  2133. package/dist/esm/funcs/certsUploadCert.js +0 -73
  2134. package/dist/esm/funcs/certsUploadCert.js.map +0 -1
  2135. package/dist/esm/funcs/checksCreateCheck.d.ts +0 -15
  2136. package/dist/esm/funcs/checksCreateCheck.d.ts.map +0 -1
  2137. package/dist/esm/funcs/checksCreateCheck.js +0 -79
  2138. package/dist/esm/funcs/checksCreateCheck.js.map +0 -1
  2139. package/dist/esm/funcs/checksGetAllChecks.d.ts +0 -15
  2140. package/dist/esm/funcs/checksGetAllChecks.d.ts.map +0 -1
  2141. package/dist/esm/funcs/checksGetAllChecks.js +0 -78
  2142. package/dist/esm/funcs/checksGetAllChecks.js.map +0 -1
  2143. package/dist/esm/funcs/checksGetCheck.d.ts +0 -15
  2144. package/dist/esm/funcs/checksGetCheck.d.ts.map +0 -1
  2145. package/dist/esm/funcs/checksGetCheck.js +0 -82
  2146. package/dist/esm/funcs/checksGetCheck.js.map +0 -1
  2147. package/dist/esm/funcs/checksRerequestCheck.d.ts +0 -15
  2148. package/dist/esm/funcs/checksRerequestCheck.d.ts.map +0 -1
  2149. package/dist/esm/funcs/checksRerequestCheck.js +0 -82
  2150. package/dist/esm/funcs/checksRerequestCheck.js.map +0 -1
  2151. package/dist/esm/funcs/checksUpdateCheck.d.ts +0 -15
  2152. package/dist/esm/funcs/checksUpdateCheck.d.ts.map +0 -1
  2153. package/dist/esm/funcs/checksUpdateCheck.js +0 -83
  2154. package/dist/esm/funcs/checksUpdateCheck.js.map +0 -1
  2155. package/dist/esm/funcs/dataCacheBillingSettings.d.ts +0 -9
  2156. package/dist/esm/funcs/dataCacheBillingSettings.d.ts.map +0 -1
  2157. package/dist/esm/funcs/dataCacheBillingSettings.js +0 -59
  2158. package/dist/esm/funcs/dataCacheBillingSettings.js.map +0 -1
  2159. package/dist/esm/funcs/datacachePurgeall.d.ts +0 -9
  2160. package/dist/esm/funcs/datacachePurgeall.d.ts.map +0 -1
  2161. package/dist/esm/funcs/datacachePurgeall.js +0 -61
  2162. package/dist/esm/funcs/datacachePurgeall.js.map +0 -1
  2163. package/dist/esm/funcs/deploymentsCancelDeployment.d.ts +0 -15
  2164. package/dist/esm/funcs/deploymentsCancelDeployment.d.ts.map +0 -1
  2165. package/dist/esm/funcs/deploymentsCancelDeployment.js +0 -78
  2166. package/dist/esm/funcs/deploymentsCancelDeployment.js.map +0 -1
  2167. package/dist/esm/funcs/deploymentsCreateDeployment.d.ts +0 -15
  2168. package/dist/esm/funcs/deploymentsCreateDeployment.d.ts.map +0 -1
  2169. package/dist/esm/funcs/deploymentsCreateDeployment.js +0 -75
  2170. package/dist/esm/funcs/deploymentsCreateDeployment.js.map +0 -1
  2171. package/dist/esm/funcs/deploymentsDeleteDeployment.d.ts +0 -15
  2172. package/dist/esm/funcs/deploymentsDeleteDeployment.d.ts.map +0 -1
  2173. package/dist/esm/funcs/deploymentsDeleteDeployment.js +0 -79
  2174. package/dist/esm/funcs/deploymentsDeleteDeployment.js.map +0 -1
  2175. package/dist/esm/funcs/deploymentsGetDeployment.d.ts +0 -15
  2176. package/dist/esm/funcs/deploymentsGetDeployment.d.ts.map +0 -1
  2177. package/dist/esm/funcs/deploymentsGetDeployment.js +0 -79
  2178. package/dist/esm/funcs/deploymentsGetDeployment.js.map +0 -1
  2179. package/dist/esm/funcs/deploymentsGetDeploymentEvents.d.ts +0 -15
  2180. package/dist/esm/funcs/deploymentsGetDeploymentEvents.d.ts.map +0 -1
  2181. package/dist/esm/funcs/deploymentsGetDeploymentEvents.js +0 -88
  2182. package/dist/esm/funcs/deploymentsGetDeploymentEvents.js.map +0 -1
  2183. package/dist/esm/funcs/deploymentsGetDeploymentFileContents.d.ts +0 -15
  2184. package/dist/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +0 -1
  2185. package/dist/esm/funcs/deploymentsGetDeploymentFileContents.js +0 -84
  2186. package/dist/esm/funcs/deploymentsGetDeploymentFileContents.js.map +0 -1
  2187. package/dist/esm/funcs/deploymentsGetDeployments.d.ts +0 -15
  2188. package/dist/esm/funcs/deploymentsGetDeployments.d.ts.map +0 -1
  2189. package/dist/esm/funcs/deploymentsGetDeployments.js +0 -83
  2190. package/dist/esm/funcs/deploymentsGetDeployments.js.map +0 -1
  2191. package/dist/esm/funcs/deploymentsListDeploymentFiles.d.ts +0 -16
  2192. package/dist/esm/funcs/deploymentsListDeploymentFiles.d.ts.map +0 -1
  2193. package/dist/esm/funcs/deploymentsListDeploymentFiles.js +0 -80
  2194. package/dist/esm/funcs/deploymentsListDeploymentFiles.js.map +0 -1
  2195. package/dist/esm/funcs/deploymentsUploadFile.d.ts +0 -15
  2196. package/dist/esm/funcs/deploymentsUploadFile.d.ts.map +0 -1
  2197. package/dist/esm/funcs/deploymentsUploadFile.js +0 -82
  2198. package/dist/esm/funcs/deploymentsUploadFile.js.map +0 -1
  2199. package/dist/esm/funcs/dnsCreateRecord.d.ts +0 -15
  2200. package/dist/esm/funcs/dnsCreateRecord.d.ts.map +0 -1
  2201. package/dist/esm/funcs/dnsCreateRecord.js +0 -79
  2202. package/dist/esm/funcs/dnsCreateRecord.js.map +0 -1
  2203. package/dist/esm/funcs/dnsGetRecords.d.ts +0 -15
  2204. package/dist/esm/funcs/dnsGetRecords.d.ts.map +0 -1
  2205. package/dist/esm/funcs/dnsGetRecords.js +0 -81
  2206. package/dist/esm/funcs/dnsGetRecords.js.map +0 -1
  2207. package/dist/esm/funcs/dnsRemoveRecord.d.ts +0 -15
  2208. package/dist/esm/funcs/dnsRemoveRecord.d.ts.map +0 -1
  2209. package/dist/esm/funcs/dnsRemoveRecord.js +0 -82
  2210. package/dist/esm/funcs/dnsRemoveRecord.js.map +0 -1
  2211. package/dist/esm/funcs/dnsUpdateRecord.d.ts +0 -15
  2212. package/dist/esm/funcs/dnsUpdateRecord.d.ts.map +0 -1
  2213. package/dist/esm/funcs/dnsUpdateRecord.js +0 -79
  2214. package/dist/esm/funcs/dnsUpdateRecord.js.map +0 -1
  2215. package/dist/esm/funcs/domainsBuyDomain.d.ts +0 -15
  2216. package/dist/esm/funcs/domainsBuyDomain.d.ts.map +0 -1
  2217. package/dist/esm/funcs/domainsBuyDomain.js +0 -73
  2218. package/dist/esm/funcs/domainsBuyDomain.js.map +0 -1
  2219. package/dist/esm/funcs/domainsCheckDomainPrice.d.ts +0 -15
  2220. package/dist/esm/funcs/domainsCheckDomainPrice.d.ts.map +0 -1
  2221. package/dist/esm/funcs/domainsCheckDomainPrice.js +0 -74
  2222. package/dist/esm/funcs/domainsCheckDomainPrice.js.map +0 -1
  2223. package/dist/esm/funcs/domainsCheckDomainStatus.d.ts +0 -15
  2224. package/dist/esm/funcs/domainsCheckDomainStatus.d.ts.map +0 -1
  2225. package/dist/esm/funcs/domainsCheckDomainStatus.js +0 -73
  2226. package/dist/esm/funcs/domainsCheckDomainStatus.js.map +0 -1
  2227. package/dist/esm/funcs/domainsCreateOrTransferDomain.d.ts +0 -15
  2228. package/dist/esm/funcs/domainsCreateOrTransferDomain.d.ts.map +0 -1
  2229. package/dist/esm/funcs/domainsCreateOrTransferDomain.js +0 -73
  2230. package/dist/esm/funcs/domainsCreateOrTransferDomain.js.map +0 -1
  2231. package/dist/esm/funcs/domainsDeleteDomain.d.ts +0 -15
  2232. package/dist/esm/funcs/domainsDeleteDomain.d.ts.map +0 -1
  2233. package/dist/esm/funcs/domainsDeleteDomain.js +0 -78
  2234. package/dist/esm/funcs/domainsDeleteDomain.js.map +0 -1
  2235. package/dist/esm/funcs/domainsGetDomain.d.ts +0 -15
  2236. package/dist/esm/funcs/domainsGetDomain.d.ts.map +0 -1
  2237. package/dist/esm/funcs/domainsGetDomain.js +0 -78
  2238. package/dist/esm/funcs/domainsGetDomain.js.map +0 -1
  2239. package/dist/esm/funcs/domainsGetDomainConfig.d.ts +0 -15
  2240. package/dist/esm/funcs/domainsGetDomainConfig.d.ts.map +0 -1
  2241. package/dist/esm/funcs/domainsGetDomainConfig.js +0 -79
  2242. package/dist/esm/funcs/domainsGetDomainConfig.js.map +0 -1
  2243. package/dist/esm/funcs/domainsGetDomainTransfer.d.ts +0 -15
  2244. package/dist/esm/funcs/domainsGetDomainTransfer.d.ts.map +0 -1
  2245. package/dist/esm/funcs/domainsGetDomainTransfer.js +0 -78
  2246. package/dist/esm/funcs/domainsGetDomainTransfer.js.map +0 -1
  2247. package/dist/esm/funcs/domainsGetDomains.d.ts +0 -15
  2248. package/dist/esm/funcs/domainsGetDomains.d.ts.map +0 -1
  2249. package/dist/esm/funcs/domainsGetDomains.js +0 -75
  2250. package/dist/esm/funcs/domainsGetDomains.js.map +0 -1
  2251. package/dist/esm/funcs/domainsPatchDomain.d.ts +0 -15
  2252. package/dist/esm/funcs/domainsPatchDomain.d.ts.map +0 -1
  2253. package/dist/esm/funcs/domainsPatchDomain.js +0 -79
  2254. package/dist/esm/funcs/domainsPatchDomain.js.map +0 -1
  2255. package/dist/esm/funcs/edgeConfigCreateEdgeConfig.d.ts +0 -15
  2256. package/dist/esm/funcs/edgeConfigCreateEdgeConfig.d.ts.map +0 -1
  2257. package/dist/esm/funcs/edgeConfigCreateEdgeConfig.js +0 -73
  2258. package/dist/esm/funcs/edgeConfigCreateEdgeConfig.js.map +0 -1
  2259. package/dist/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts +0 -15
  2260. package/dist/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts.map +0 -1
  2261. package/dist/esm/funcs/edgeConfigCreateEdgeConfigToken.js +0 -79
  2262. package/dist/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +0 -1
  2263. package/dist/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts +0 -15
  2264. package/dist/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts.map +0 -1
  2265. package/dist/esm/funcs/edgeConfigDeleteEdgeConfig.js +0 -79
  2266. package/dist/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +0 -1
  2267. package/dist/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts +0 -15
  2268. package/dist/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts.map +0 -1
  2269. package/dist/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +0 -79
  2270. package/dist/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +0 -1
  2271. package/dist/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts +0 -15
  2272. package/dist/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts.map +0 -1
  2273. package/dist/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +0 -80
  2274. package/dist/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +0 -1
  2275. package/dist/esm/funcs/edgeConfigGetEdgeConfig.d.ts +0 -15
  2276. package/dist/esm/funcs/edgeConfigGetEdgeConfig.d.ts.map +0 -1
  2277. package/dist/esm/funcs/edgeConfigGetEdgeConfig.js +0 -78
  2278. package/dist/esm/funcs/edgeConfigGetEdgeConfig.js.map +0 -1
  2279. package/dist/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts +0 -15
  2280. package/dist/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts.map +0 -1
  2281. package/dist/esm/funcs/edgeConfigGetEdgeConfigBackup.js +0 -79
  2282. package/dist/esm/funcs/edgeConfigGetEdgeConfigBackup.js.map +0 -1
  2283. package/dist/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts +0 -15
  2284. package/dist/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts.map +0 -1
  2285. package/dist/esm/funcs/edgeConfigGetEdgeConfigBackups.js +0 -81
  2286. package/dist/esm/funcs/edgeConfigGetEdgeConfigBackups.js.map +0 -1
  2287. package/dist/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts +0 -16
  2288. package/dist/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts.map +0 -1
  2289. package/dist/esm/funcs/edgeConfigGetEdgeConfigItem.js +0 -80
  2290. package/dist/esm/funcs/edgeConfigGetEdgeConfigItem.js.map +0 -1
  2291. package/dist/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts +0 -16
  2292. package/dist/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +0 -1
  2293. package/dist/esm/funcs/edgeConfigGetEdgeConfigItems.js +0 -79
  2294. package/dist/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +0 -1
  2295. package/dist/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts +0 -15
  2296. package/dist/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts.map +0 -1
  2297. package/dist/esm/funcs/edgeConfigGetEdgeConfigSchema.js +0 -78
  2298. package/dist/esm/funcs/edgeConfigGetEdgeConfigSchema.js.map +0 -1
  2299. package/dist/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts +0 -16
  2300. package/dist/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts.map +0 -1
  2301. package/dist/esm/funcs/edgeConfigGetEdgeConfigToken.js +0 -83
  2302. package/dist/esm/funcs/edgeConfigGetEdgeConfigToken.js.map +0 -1
  2303. package/dist/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts +0 -16
  2304. package/dist/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts.map +0 -1
  2305. package/dist/esm/funcs/edgeConfigGetEdgeConfigTokens.js +0 -79
  2306. package/dist/esm/funcs/edgeConfigGetEdgeConfigTokens.js.map +0 -1
  2307. package/dist/esm/funcs/edgeConfigGetEdgeConfigs.d.ts +0 -15
  2308. package/dist/esm/funcs/edgeConfigGetEdgeConfigs.d.ts.map +0 -1
  2309. package/dist/esm/funcs/edgeConfigGetEdgeConfigs.js +0 -73
  2310. package/dist/esm/funcs/edgeConfigGetEdgeConfigs.js.map +0 -1
  2311. package/dist/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts +0 -15
  2312. package/dist/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts.map +0 -1
  2313. package/dist/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +0 -80
  2314. package/dist/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +0 -1
  2315. package/dist/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts +0 -15
  2316. package/dist/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts.map +0 -1
  2317. package/dist/esm/funcs/edgeConfigUpdateEdgeConfig.js +0 -79
  2318. package/dist/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +0 -1
  2319. package/dist/esm/funcs/getCerts.d.ts +0 -9
  2320. package/dist/esm/funcs/getCerts.d.ts.map +0 -1
  2321. package/dist/esm/funcs/getCerts.js +0 -47
  2322. package/dist/esm/funcs/getCerts.js.map +0 -1
  2323. package/dist/esm/funcs/integrationsDeleteConfiguration.d.ts +0 -15
  2324. package/dist/esm/funcs/integrationsDeleteConfiguration.d.ts.map +0 -1
  2325. package/dist/esm/funcs/integrationsDeleteConfiguration.js +0 -79
  2326. package/dist/esm/funcs/integrationsDeleteConfiguration.js.map +0 -1
  2327. package/dist/esm/funcs/integrationsGetConfiguration.d.ts +0 -15
  2328. package/dist/esm/funcs/integrationsGetConfiguration.d.ts.map +0 -1
  2329. package/dist/esm/funcs/integrationsGetConfiguration.js +0 -78
  2330. package/dist/esm/funcs/integrationsGetConfiguration.js.map +0 -1
  2331. package/dist/esm/funcs/integrationsGetConfigurations.d.ts +0 -15
  2332. package/dist/esm/funcs/integrationsGetConfigurations.d.ts.map +0 -1
  2333. package/dist/esm/funcs/integrationsGetConfigurations.js +0 -75
  2334. package/dist/esm/funcs/integrationsGetConfigurations.js.map +0 -1
  2335. package/dist/esm/funcs/integrationsGitNamespaces.d.ts +0 -15
  2336. package/dist/esm/funcs/integrationsGitNamespaces.d.ts.map +0 -1
  2337. package/dist/esm/funcs/integrationsGitNamespaces.js +0 -73
  2338. package/dist/esm/funcs/integrationsGitNamespaces.js.map +0 -1
  2339. package/dist/esm/funcs/integrationsSearchRepo.d.ts +0 -15
  2340. package/dist/esm/funcs/integrationsSearchRepo.d.ts.map +0 -1
  2341. package/dist/esm/funcs/integrationsSearchRepo.js +0 -77
  2342. package/dist/esm/funcs/integrationsSearchRepo.js.map +0 -1
  2343. package/dist/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -15
  2344. package/dist/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
  2345. package/dist/esm/funcs/logDrainsCreateConfigurableLogDrain.js +0 -73
  2346. package/dist/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
  2347. package/dist/esm/funcs/logDrainsCreateLogDrain.d.ts +0 -15
  2348. package/dist/esm/funcs/logDrainsCreateLogDrain.d.ts.map +0 -1
  2349. package/dist/esm/funcs/logDrainsCreateLogDrain.js +0 -73
  2350. package/dist/esm/funcs/logDrainsCreateLogDrain.js.map +0 -1
  2351. package/dist/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +0 -15
  2352. package/dist/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
  2353. package/dist/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +0 -79
  2354. package/dist/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
  2355. package/dist/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +0 -15
  2356. package/dist/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts.map +0 -1
  2357. package/dist/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +0 -79
  2358. package/dist/esm/funcs/logDrainsDeleteIntegrationLogDrain.js.map +0 -1
  2359. package/dist/esm/funcs/logDrainsGetAllLogDrains.d.ts +0 -15
  2360. package/dist/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
  2361. package/dist/esm/funcs/logDrainsGetAllLogDrains.js +0 -74
  2362. package/dist/esm/funcs/logDrainsGetAllLogDrains.js.map +0 -1
  2363. package/dist/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -15
  2364. package/dist/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
  2365. package/dist/esm/funcs/logDrainsGetConfigurableLogDrain.js +0 -78
  2366. package/dist/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
  2367. package/dist/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts +0 -15
  2368. package/dist/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts.map +0 -1
  2369. package/dist/esm/funcs/logDrainsGetIntegrationLogDrains.js +0 -73
  2370. package/dist/esm/funcs/logDrainsGetIntegrationLogDrains.js.map +0 -1
  2371. package/dist/esm/funcs/projectMembersAddProjectMember.d.ts +0 -15
  2372. package/dist/esm/funcs/projectMembersAddProjectMember.d.ts.map +0 -1
  2373. package/dist/esm/funcs/projectMembersAddProjectMember.js +0 -79
  2374. package/dist/esm/funcs/projectMembersAddProjectMember.js.map +0 -1
  2375. package/dist/esm/funcs/projectMembersGetProjectMembers.d.ts +0 -15
  2376. package/dist/esm/funcs/projectMembersGetProjectMembers.d.ts.map +0 -1
  2377. package/dist/esm/funcs/projectMembersGetProjectMembers.js +0 -82
  2378. package/dist/esm/funcs/projectMembersGetProjectMembers.js.map +0 -1
  2379. package/dist/esm/funcs/projectMembersRemoveProjectMember.d.ts +0 -15
  2380. package/dist/esm/funcs/projectMembersRemoveProjectMember.d.ts.map +0 -1
  2381. package/dist/esm/funcs/projectMembersRemoveProjectMember.js +0 -82
  2382. package/dist/esm/funcs/projectMembersRemoveProjectMember.js.map +0 -1
  2383. package/dist/esm/funcs/projectsAddProjectDomain.d.ts +0 -15
  2384. package/dist/esm/funcs/projectsAddProjectDomain.d.ts.map +0 -1
  2385. package/dist/esm/funcs/projectsAddProjectDomain.js +0 -79
  2386. package/dist/esm/funcs/projectsAddProjectDomain.js.map +0 -1
  2387. package/dist/esm/funcs/projectsCreateProject.d.ts +0 -15
  2388. package/dist/esm/funcs/projectsCreateProject.d.ts.map +0 -1
  2389. package/dist/esm/funcs/projectsCreateProject.js +0 -73
  2390. package/dist/esm/funcs/projectsCreateProject.js.map +0 -1
  2391. package/dist/esm/funcs/projectsCreateProjectEnv.d.ts +0 -15
  2392. package/dist/esm/funcs/projectsCreateProjectEnv.d.ts.map +0 -1
  2393. package/dist/esm/funcs/projectsCreateProjectEnv.js +0 -80
  2394. package/dist/esm/funcs/projectsCreateProjectEnv.js.map +0 -1
  2395. package/dist/esm/funcs/projectsDeleteProject.d.ts +0 -15
  2396. package/dist/esm/funcs/projectsDeleteProject.d.ts.map +0 -1
  2397. package/dist/esm/funcs/projectsDeleteProject.js +0 -79
  2398. package/dist/esm/funcs/projectsDeleteProject.js.map +0 -1
  2399. package/dist/esm/funcs/projectsEditProjectEnv.d.ts +0 -15
  2400. package/dist/esm/funcs/projectsEditProjectEnv.d.ts.map +0 -1
  2401. package/dist/esm/funcs/projectsEditProjectEnv.js +0 -83
  2402. package/dist/esm/funcs/projectsEditProjectEnv.js.map +0 -1
  2403. package/dist/esm/funcs/projectsFilterProjectEnvs.d.ts +0 -15
  2404. package/dist/esm/funcs/projectsFilterProjectEnvs.d.ts.map +0 -1
  2405. package/dist/esm/funcs/projectsFilterProjectEnvs.js +0 -81
  2406. package/dist/esm/funcs/projectsFilterProjectEnvs.js.map +0 -1
  2407. package/dist/esm/funcs/projectsGetProjectDomain.d.ts +0 -15
  2408. package/dist/esm/funcs/projectsGetProjectDomain.d.ts.map +0 -1
  2409. package/dist/esm/funcs/projectsGetProjectDomain.js +0 -82
  2410. package/dist/esm/funcs/projectsGetProjectDomain.js.map +0 -1
  2411. package/dist/esm/funcs/projectsGetProjectEnv.d.ts +0 -15
  2412. package/dist/esm/funcs/projectsGetProjectEnv.d.ts.map +0 -1
  2413. package/dist/esm/funcs/projectsGetProjectEnv.js +0 -82
  2414. package/dist/esm/funcs/projectsGetProjectEnv.js.map +0 -1
  2415. package/dist/esm/funcs/projectsGetProjects.d.ts +0 -15
  2416. package/dist/esm/funcs/projectsGetProjects.d.ts.map +0 -1
  2417. package/dist/esm/funcs/projectsGetProjects.js +0 -83
  2418. package/dist/esm/funcs/projectsGetProjects.js.map +0 -1
  2419. package/dist/esm/funcs/projectsListPromoteAliases.d.ts +0 -15
  2420. package/dist/esm/funcs/projectsListPromoteAliases.d.ts.map +0 -1
  2421. package/dist/esm/funcs/projectsListPromoteAliases.js +0 -82
  2422. package/dist/esm/funcs/projectsListPromoteAliases.js.map +0 -1
  2423. package/dist/esm/funcs/projectsPauseProject.d.ts +0 -15
  2424. package/dist/esm/funcs/projectsPauseProject.d.ts.map +0 -1
  2425. package/dist/esm/funcs/projectsPauseProject.js +0 -78
  2426. package/dist/esm/funcs/projectsPauseProject.js.map +0 -1
  2427. package/dist/esm/funcs/projectsRemoveProjectDomain.d.ts +0 -15
  2428. package/dist/esm/funcs/projectsRemoveProjectDomain.d.ts.map +0 -1
  2429. package/dist/esm/funcs/projectsRemoveProjectDomain.js +0 -82
  2430. package/dist/esm/funcs/projectsRemoveProjectDomain.js.map +0 -1
  2431. package/dist/esm/funcs/projectsRemoveProjectEnv.d.ts +0 -15
  2432. package/dist/esm/funcs/projectsRemoveProjectEnv.d.ts.map +0 -1
  2433. package/dist/esm/funcs/projectsRemoveProjectEnv.js +0 -82
  2434. package/dist/esm/funcs/projectsRemoveProjectEnv.js.map +0 -1
  2435. package/dist/esm/funcs/projectsRequestPromote.d.ts +0 -15
  2436. package/dist/esm/funcs/projectsRequestPromote.d.ts.map +0 -1
  2437. package/dist/esm/funcs/projectsRequestPromote.js +0 -83
  2438. package/dist/esm/funcs/projectsRequestPromote.js.map +0 -1
  2439. package/dist/esm/funcs/projectsUnpauseProject.d.ts +0 -15
  2440. package/dist/esm/funcs/projectsUnpauseProject.d.ts.map +0 -1
  2441. package/dist/esm/funcs/projectsUnpauseProject.js +0 -78
  2442. package/dist/esm/funcs/projectsUnpauseProject.js.map +0 -1
  2443. package/dist/esm/funcs/projectsUpdateProject.d.ts +0 -15
  2444. package/dist/esm/funcs/projectsUpdateProject.d.ts.map +0 -1
  2445. package/dist/esm/funcs/projectsUpdateProject.js +0 -79
  2446. package/dist/esm/funcs/projectsUpdateProject.js.map +0 -1
  2447. package/dist/esm/funcs/projectsUpdateProjectDataCache.d.ts +0 -15
  2448. package/dist/esm/funcs/projectsUpdateProjectDataCache.d.ts.map +0 -1
  2449. package/dist/esm/funcs/projectsUpdateProjectDataCache.js +0 -79
  2450. package/dist/esm/funcs/projectsUpdateProjectDataCache.js.map +0 -1
  2451. package/dist/esm/funcs/projectsUpdateProjectDomain.d.ts +0 -15
  2452. package/dist/esm/funcs/projectsUpdateProjectDomain.d.ts.map +0 -1
  2453. package/dist/esm/funcs/projectsUpdateProjectDomain.js +0 -83
  2454. package/dist/esm/funcs/projectsUpdateProjectDomain.js.map +0 -1
  2455. package/dist/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts +0 -15
  2456. package/dist/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts.map +0 -1
  2457. package/dist/esm/funcs/projectsUpdateProjectProtectionBypass.js +0 -79
  2458. package/dist/esm/funcs/projectsUpdateProjectProtectionBypass.js.map +0 -1
  2459. package/dist/esm/funcs/projectsVerifyProjectDomain.d.ts +0 -15
  2460. package/dist/esm/funcs/projectsVerifyProjectDomain.d.ts.map +0 -1
  2461. package/dist/esm/funcs/projectsVerifyProjectDomain.js +0 -82
  2462. package/dist/esm/funcs/projectsVerifyProjectDomain.js.map +0 -1
  2463. package/dist/esm/funcs/secretsCreateSecret.d.ts +0 -15
  2464. package/dist/esm/funcs/secretsCreateSecret.d.ts.map +0 -1
  2465. package/dist/esm/funcs/secretsCreateSecret.js +0 -79
  2466. package/dist/esm/funcs/secretsCreateSecret.js.map +0 -1
  2467. package/dist/esm/funcs/secretsDeleteSecret.d.ts +0 -15
  2468. package/dist/esm/funcs/secretsDeleteSecret.d.ts.map +0 -1
  2469. package/dist/esm/funcs/secretsDeleteSecret.js +0 -78
  2470. package/dist/esm/funcs/secretsDeleteSecret.js.map +0 -1
  2471. package/dist/esm/funcs/secretsGetSecret.d.ts +0 -15
  2472. package/dist/esm/funcs/secretsGetSecret.d.ts.map +0 -1
  2473. package/dist/esm/funcs/secretsGetSecret.js +0 -79
  2474. package/dist/esm/funcs/secretsGetSecret.js.map +0 -1
  2475. package/dist/esm/funcs/secretsGetSecrets.d.ts +0 -15
  2476. package/dist/esm/funcs/secretsGetSecrets.d.ts.map +0 -1
  2477. package/dist/esm/funcs/secretsGetSecrets.js +0 -74
  2478. package/dist/esm/funcs/secretsGetSecrets.js.map +0 -1
  2479. package/dist/esm/funcs/secretsRenameSecret.d.ts +0 -15
  2480. package/dist/esm/funcs/secretsRenameSecret.d.ts.map +0 -1
  2481. package/dist/esm/funcs/secretsRenameSecret.js +0 -79
  2482. package/dist/esm/funcs/secretsRenameSecret.js.map +0 -1
  2483. package/dist/esm/funcs/securityGetFirewallConfig.d.ts +0 -15
  2484. package/dist/esm/funcs/securityGetFirewallConfig.d.ts.map +0 -1
  2485. package/dist/esm/funcs/securityGetFirewallConfig.js +0 -79
  2486. package/dist/esm/funcs/securityGetFirewallConfig.js.map +0 -1
  2487. package/dist/esm/funcs/securityPutFirewallConfig.d.ts +0 -15
  2488. package/dist/esm/funcs/securityPutFirewallConfig.d.ts.map +0 -1
  2489. package/dist/esm/funcs/securityPutFirewallConfig.js +0 -74
  2490. package/dist/esm/funcs/securityPutFirewallConfig.js.map +0 -1
  2491. package/dist/esm/funcs/securityUpdateAttackChallengeMode.d.ts +0 -15
  2492. package/dist/esm/funcs/securityUpdateAttackChallengeMode.d.ts.map +0 -1
  2493. package/dist/esm/funcs/securityUpdateAttackChallengeMode.js +0 -73
  2494. package/dist/esm/funcs/securityUpdateAttackChallengeMode.js.map +0 -1
  2495. package/dist/esm/funcs/securityUpdateFirewallConfig.d.ts +0 -15
  2496. package/dist/esm/funcs/securityUpdateFirewallConfig.d.ts.map +0 -1
  2497. package/dist/esm/funcs/securityUpdateFirewallConfig.js +0 -74
  2498. package/dist/esm/funcs/securityUpdateFirewallConfig.js.map +0 -1
  2499. package/dist/esm/funcs/teamsCreateTeam.d.ts +0 -15
  2500. package/dist/esm/funcs/teamsCreateTeam.d.ts.map +0 -1
  2501. package/dist/esm/funcs/teamsCreateTeam.js +0 -70
  2502. package/dist/esm/funcs/teamsCreateTeam.js.map +0 -1
  2503. package/dist/esm/funcs/teamsDeleteTeam.d.ts +0 -15
  2504. package/dist/esm/funcs/teamsDeleteTeam.d.ts.map +0 -1
  2505. package/dist/esm/funcs/teamsDeleteTeam.js +0 -79
  2506. package/dist/esm/funcs/teamsDeleteTeam.js.map +0 -1
  2507. package/dist/esm/funcs/teamsDeleteTeamInviteCode.d.ts +0 -15
  2508. package/dist/esm/funcs/teamsDeleteTeamInviteCode.d.ts.map +0 -1
  2509. package/dist/esm/funcs/teamsDeleteTeamInviteCode.js +0 -77
  2510. package/dist/esm/funcs/teamsDeleteTeamInviteCode.js.map +0 -1
  2511. package/dist/esm/funcs/teamsGetTeam.d.ts +0 -17
  2512. package/dist/esm/funcs/teamsGetTeam.d.ts.map +0 -1
  2513. package/dist/esm/funcs/teamsGetTeam.js +0 -78
  2514. package/dist/esm/funcs/teamsGetTeam.js.map +0 -1
  2515. package/dist/esm/funcs/teamsGetTeamAccessRequest.d.ts +0 -15
  2516. package/dist/esm/funcs/teamsGetTeamAccessRequest.d.ts.map +0 -1
  2517. package/dist/esm/funcs/teamsGetTeamAccessRequest.js +0 -77
  2518. package/dist/esm/funcs/teamsGetTeamAccessRequest.js.map +0 -1
  2519. package/dist/esm/funcs/teamsGetTeamMembers.d.ts +0 -15
  2520. package/dist/esm/funcs/teamsGetTeamMembers.d.ts.map +0 -1
  2521. package/dist/esm/funcs/teamsGetTeamMembers.js +0 -83
  2522. package/dist/esm/funcs/teamsGetTeamMembers.js.map +0 -1
  2523. package/dist/esm/funcs/teamsGetTeams.d.ts +0 -15
  2524. package/dist/esm/funcs/teamsGetTeams.d.ts.map +0 -1
  2525. package/dist/esm/funcs/teamsGetTeams.js +0 -73
  2526. package/dist/esm/funcs/teamsGetTeams.js.map +0 -1
  2527. package/dist/esm/funcs/teamsInviteUserToTeam.d.ts +0 -15
  2528. package/dist/esm/funcs/teamsInviteUserToTeam.d.ts.map +0 -1
  2529. package/dist/esm/funcs/teamsInviteUserToTeam.js +0 -74
  2530. package/dist/esm/funcs/teamsInviteUserToTeam.js.map +0 -1
  2531. package/dist/esm/funcs/teamsJoinTeam.d.ts +0 -15
  2532. package/dist/esm/funcs/teamsJoinTeam.d.ts.map +0 -1
  2533. package/dist/esm/funcs/teamsJoinTeam.js +0 -74
  2534. package/dist/esm/funcs/teamsJoinTeam.js.map +0 -1
  2535. package/dist/esm/funcs/teamsPatchTeam.d.ts +0 -17
  2536. package/dist/esm/funcs/teamsPatchTeam.d.ts.map +0 -1
  2537. package/dist/esm/funcs/teamsPatchTeam.js +0 -79
  2538. package/dist/esm/funcs/teamsPatchTeam.js.map +0 -1
  2539. package/dist/esm/funcs/teamsRemoveTeamMember.d.ts +0 -15
  2540. package/dist/esm/funcs/teamsRemoveTeamMember.d.ts.map +0 -1
  2541. package/dist/esm/funcs/teamsRemoveTeamMember.js +0 -81
  2542. package/dist/esm/funcs/teamsRemoveTeamMember.js.map +0 -1
  2543. package/dist/esm/funcs/teamsRequestAccessToTeam.d.ts +0 -15
  2544. package/dist/esm/funcs/teamsRequestAccessToTeam.d.ts.map +0 -1
  2545. package/dist/esm/funcs/teamsRequestAccessToTeam.js +0 -74
  2546. package/dist/esm/funcs/teamsRequestAccessToTeam.js.map +0 -1
  2547. package/dist/esm/funcs/teamsUpdateTeamMember.d.ts +0 -15
  2548. package/dist/esm/funcs/teamsUpdateTeamMember.d.ts.map +0 -1
  2549. package/dist/esm/funcs/teamsUpdateTeamMember.js +0 -78
  2550. package/dist/esm/funcs/teamsUpdateTeamMember.js.map +0 -1
  2551. package/dist/esm/funcs/userGetAuthUser.d.ts +0 -15
  2552. package/dist/esm/funcs/userGetAuthUser.d.ts.map +0 -1
  2553. package/dist/esm/funcs/userGetAuthUser.js +0 -58
  2554. package/dist/esm/funcs/userGetAuthUser.js.map +0 -1
  2555. package/dist/esm/funcs/userListUserEvents.d.ts +0 -15
  2556. package/dist/esm/funcs/userListUserEvents.d.ts.map +0 -1
  2557. package/dist/esm/funcs/userListUserEvents.js +0 -78
  2558. package/dist/esm/funcs/userListUserEvents.js.map +0 -1
  2559. package/dist/esm/funcs/userRequestDelete.d.ts +0 -15
  2560. package/dist/esm/funcs/userRequestDelete.d.ts.map +0 -1
  2561. package/dist/esm/funcs/userRequestDelete.js +0 -70
  2562. package/dist/esm/funcs/userRequestDelete.js.map +0 -1
  2563. package/dist/esm/funcs/webhooksCreateWebhook.d.ts +0 -15
  2564. package/dist/esm/funcs/webhooksCreateWebhook.d.ts.map +0 -1
  2565. package/dist/esm/funcs/webhooksCreateWebhook.js +0 -73
  2566. package/dist/esm/funcs/webhooksCreateWebhook.js.map +0 -1
  2567. package/dist/esm/funcs/webhooksDeleteWebhook.d.ts +0 -15
  2568. package/dist/esm/funcs/webhooksDeleteWebhook.d.ts.map +0 -1
  2569. package/dist/esm/funcs/webhooksDeleteWebhook.js +0 -79
  2570. package/dist/esm/funcs/webhooksDeleteWebhook.js.map +0 -1
  2571. package/dist/esm/funcs/webhooksGetWebhook.d.ts +0 -15
  2572. package/dist/esm/funcs/webhooksGetWebhook.d.ts.map +0 -1
  2573. package/dist/esm/funcs/webhooksGetWebhook.js +0 -78
  2574. package/dist/esm/funcs/webhooksGetWebhook.js.map +0 -1
  2575. package/dist/esm/funcs/webhooksGetWebhooks.d.ts +0 -15
  2576. package/dist/esm/funcs/webhooksGetWebhooks.d.ts.map +0 -1
  2577. package/dist/esm/funcs/webhooksGetWebhooks.js +0 -73
  2578. package/dist/esm/funcs/webhooksGetWebhooks.js.map +0 -1
  2579. package/dist/esm/hooks/hooks.d.ts +0 -24
  2580. package/dist/esm/hooks/hooks.d.ts.map +0 -1
  2581. package/dist/esm/hooks/hooks.js.map +0 -1
  2582. package/dist/esm/hooks/registration.d.ts +0 -3
  2583. package/dist/esm/hooks/registration.d.ts.map +0 -1
  2584. package/dist/esm/hooks/registration.js.map +0 -1
  2585. package/dist/esm/hooks/types.d.ts +0 -74
  2586. package/dist/esm/hooks/types.d.ts.map +0 -1
  2587. package/dist/esm/hooks/types.js.map +0 -1
  2588. package/dist/esm/index.d.ts +0 -4
  2589. package/dist/esm/index.d.ts.map +0 -1
  2590. package/dist/esm/index.js.map +0 -1
  2591. package/dist/esm/lib/base64.d.ts +0 -10
  2592. package/dist/esm/lib/base64.d.ts.map +0 -1
  2593. package/dist/esm/lib/base64.js.map +0 -1
  2594. package/dist/esm/lib/config.d.ts +0 -34
  2595. package/dist/esm/lib/config.d.ts.map +0 -1
  2596. package/dist/esm/lib/config.js +0 -35
  2597. package/dist/esm/lib/config.js.map +0 -1
  2598. package/dist/esm/lib/dlv.d.ts +0 -14
  2599. package/dist/esm/lib/dlv.d.ts.map +0 -1
  2600. package/dist/esm/lib/dlv.js.map +0 -1
  2601. package/dist/esm/lib/encodings.d.ts +0 -51
  2602. package/dist/esm/lib/encodings.d.ts.map +0 -1
  2603. package/dist/esm/lib/encodings.js.map +0 -1
  2604. package/dist/esm/lib/files.d.ts +0 -8
  2605. package/dist/esm/lib/files.d.ts.map +0 -1
  2606. package/dist/esm/lib/files.js.map +0 -1
  2607. package/dist/esm/lib/http.d.ts +0 -67
  2608. package/dist/esm/lib/http.d.ts.map +0 -1
  2609. package/dist/esm/lib/http.js.map +0 -1
  2610. package/dist/esm/lib/is-plain-object.d.ts +0 -2
  2611. package/dist/esm/lib/is-plain-object.d.ts.map +0 -1
  2612. package/dist/esm/lib/is-plain-object.js.map +0 -1
  2613. package/dist/esm/lib/logger.d.ts +0 -6
  2614. package/dist/esm/lib/logger.d.ts.map +0 -1
  2615. package/dist/esm/lib/logger.js.map +0 -1
  2616. package/dist/esm/lib/matchers.d.ts +0 -64
  2617. package/dist/esm/lib/matchers.d.ts.map +0 -1
  2618. package/dist/esm/lib/matchers.js.map +0 -1
  2619. package/dist/esm/lib/primitives.d.ts +0 -16
  2620. package/dist/esm/lib/primitives.d.ts.map +0 -1
  2621. package/dist/esm/lib/primitives.js +0 -26
  2622. package/dist/esm/lib/primitives.js.map +0 -1
  2623. package/dist/esm/lib/retries.d.ts +0 -38
  2624. package/dist/esm/lib/retries.d.ts.map +0 -1
  2625. package/dist/esm/lib/retries.js.map +0 -1
  2626. package/dist/esm/lib/schemas.d.ts +0 -19
  2627. package/dist/esm/lib/schemas.d.ts.map +0 -1
  2628. package/dist/esm/lib/schemas.js.map +0 -1
  2629. package/dist/esm/lib/sdks.d.ts +0 -56
  2630. package/dist/esm/lib/sdks.d.ts.map +0 -1
  2631. package/dist/esm/lib/sdks.js.map +0 -1
  2632. package/dist/esm/lib/security.d.ts +0 -63
  2633. package/dist/esm/lib/security.d.ts.map +0 -1
  2634. package/dist/esm/lib/security.js +0 -121
  2635. package/dist/esm/lib/security.js.map +0 -1
  2636. package/dist/esm/lib/url.d.ts +0 -5
  2637. package/dist/esm/lib/url.d.ts.map +0 -1
  2638. package/dist/esm/lib/url.js.map +0 -1
  2639. package/dist/esm/models/components/aclaction.d.ts +0 -43
  2640. package/dist/esm/models/components/aclaction.d.ts.map +0 -1
  2641. package/dist/esm/models/components/aclaction.js.map +0 -1
  2642. package/dist/esm/models/components/authtoken.d.ts +0 -276
  2643. package/dist/esm/models/components/authtoken.d.ts.map +0 -1
  2644. package/dist/esm/models/components/authtoken.js +0 -203
  2645. package/dist/esm/models/components/authtoken.js.map +0 -1
  2646. package/dist/esm/models/components/authuser.d.ts +0 -1004
  2647. package/dist/esm/models/components/authuser.d.ts.map +0 -1
  2648. package/dist/esm/models/components/authuser.js.map +0 -1
  2649. package/dist/esm/models/components/authuserlimited.d.ts +0 -95
  2650. package/dist/esm/models/components/authuserlimited.d.ts.map +0 -1
  2651. package/dist/esm/models/components/authuserlimited.js.map +0 -1
  2652. package/dist/esm/models/components/edgeconfigitem.d.ts +0 -39
  2653. package/dist/esm/models/components/edgeconfigitem.d.ts.map +0 -1
  2654. package/dist/esm/models/components/edgeconfigitem.js.map +0 -1
  2655. package/dist/esm/models/components/edgeconfigitemvalue.d.ts +0 -25
  2656. package/dist/esm/models/components/edgeconfigitemvalue.d.ts.map +0 -1
  2657. package/dist/esm/models/components/edgeconfigitemvalue.js.map +0 -1
  2658. package/dist/esm/models/components/edgeconfigtoken.d.ts +0 -39
  2659. package/dist/esm/models/components/edgeconfigtoken.d.ts.map +0 -1
  2660. package/dist/esm/models/components/edgeconfigtoken.js.map +0 -1
  2661. package/dist/esm/models/components/filetree.d.ts +0 -105
  2662. package/dist/esm/models/components/filetree.d.ts.map +0 -1
  2663. package/dist/esm/models/components/filetree.js.map +0 -1
  2664. package/dist/esm/models/components/flagjsonvalue.d.ts +0 -25
  2665. package/dist/esm/models/components/flagjsonvalue.d.ts.map +0 -1
  2666. package/dist/esm/models/components/flagjsonvalue.js.map +0 -1
  2667. package/dist/esm/models/components/pagination.d.ts +0 -41
  2668. package/dist/esm/models/components/pagination.d.ts.map +0 -1
  2669. package/dist/esm/models/components/pagination.js.map +0 -1
  2670. package/dist/esm/models/components/security.d.ts +0 -25
  2671. package/dist/esm/models/components/security.d.ts.map +0 -1
  2672. package/dist/esm/models/components/security.js +0 -24
  2673. package/dist/esm/models/components/security.js.map +0 -1
  2674. package/dist/esm/models/components/teamlimited.d.ts +0 -422
  2675. package/dist/esm/models/components/teamlimited.d.ts.map +0 -1
  2676. package/dist/esm/models/components/teamlimited.js.map +0 -1
  2677. package/dist/esm/models/components/userevent.d.ts +0 -218
  2678. package/dist/esm/models/components/userevent.d.ts.map +0 -1
  2679. package/dist/esm/models/components/userevent.js +0 -126
  2680. package/dist/esm/models/components/userevent.js.map +0 -1
  2681. package/dist/esm/models/errors/httpclienterrors.d.ts +0 -44
  2682. package/dist/esm/models/errors/httpclienterrors.d.ts.map +0 -1
  2683. package/dist/esm/models/errors/httpclienterrors.js.map +0 -1
  2684. package/dist/esm/models/errors/sdkerror.d.ts +0 -8
  2685. package/dist/esm/models/errors/sdkerror.d.ts.map +0 -1
  2686. package/dist/esm/models/errors/sdkerror.js.map +0 -1
  2687. package/dist/esm/models/errors/sdkvalidationerror.d.ts +0 -20
  2688. package/dist/esm/models/errors/sdkvalidationerror.d.ts.map +0 -1
  2689. package/dist/esm/models/errors/sdkvalidationerror.js.map +0 -1
  2690. package/dist/esm/models/operations/addprojectdomain.d.ts +0 -203
  2691. package/dist/esm/models/operations/addprojectdomain.d.ts.map +0 -1
  2692. package/dist/esm/models/operations/addprojectdomain.js.map +0 -1
  2693. package/dist/esm/models/operations/addprojectmember.d.ts +0 -311
  2694. package/dist/esm/models/operations/addprojectmember.d.ts.map +0 -1
  2695. package/dist/esm/models/operations/addprojectmember.js.map +0 -1
  2696. package/dist/esm/models/operations/artifactexists.d.ts +0 -38
  2697. package/dist/esm/models/operations/artifactexists.d.ts.map +0 -1
  2698. package/dist/esm/models/operations/artifactexists.js.map +0 -1
  2699. package/dist/esm/models/operations/artifactquery.d.ts +0 -153
  2700. package/dist/esm/models/operations/artifactquery.d.ts.map +0 -1
  2701. package/dist/esm/models/operations/artifactquery.js.map +0 -1
  2702. package/dist/esm/models/operations/assignalias.d.ts +0 -115
  2703. package/dist/esm/models/operations/assignalias.d.ts.map +0 -1
  2704. package/dist/esm/models/operations/assignalias.js.map +0 -1
  2705. package/dist/esm/models/operations/buydomain.d.ts +0 -248
  2706. package/dist/esm/models/operations/buydomain.d.ts.map +0 -1
  2707. package/dist/esm/models/operations/buydomain.js.map +0 -1
  2708. package/dist/esm/models/operations/canceldeployment.d.ts +0 -2677
  2709. package/dist/esm/models/operations/canceldeployment.d.ts.map +0 -1
  2710. package/dist/esm/models/operations/canceldeployment.js +0 -2239
  2711. package/dist/esm/models/operations/canceldeployment.js.map +0 -1
  2712. package/dist/esm/models/operations/checkdomainprice.d.ts +0 -112
  2713. package/dist/esm/models/operations/checkdomainprice.d.ts.map +0 -1
  2714. package/dist/esm/models/operations/checkdomainprice.js +0 -74
  2715. package/dist/esm/models/operations/checkdomainprice.js.map +0 -1
  2716. package/dist/esm/models/operations/checkdomainstatus.d.ts +0 -64
  2717. package/dist/esm/models/operations/checkdomainstatus.d.ts.map +0 -1
  2718. package/dist/esm/models/operations/checkdomainstatus.js.map +0 -1
  2719. package/dist/esm/models/operations/createaccessgroup.d.ts +0 -184
  2720. package/dist/esm/models/operations/createaccessgroup.d.ts.map +0 -1
  2721. package/dist/esm/models/operations/createaccessgroup.js.map +0 -1
  2722. package/dist/esm/models/operations/createauthtoken.d.ts +0 -95
  2723. package/dist/esm/models/operations/createauthtoken.d.ts.map +0 -1
  2724. package/dist/esm/models/operations/createauthtoken.js.map +0 -1
  2725. package/dist/esm/models/operations/createcheck.d.ts +0 -509
  2726. package/dist/esm/models/operations/createcheck.d.ts.map +0 -1
  2727. package/dist/esm/models/operations/createcheck.js.map +0 -1
  2728. package/dist/esm/models/operations/createconfigurablelogdrain.d.ts +0 -437
  2729. package/dist/esm/models/operations/createconfigurablelogdrain.d.ts.map +0 -1
  2730. package/dist/esm/models/operations/createconfigurablelogdrain.js.map +0 -1
  2731. package/dist/esm/models/operations/createdeployment.d.ts +0 -3647
  2732. package/dist/esm/models/operations/createdeployment.d.ts.map +0 -1
  2733. package/dist/esm/models/operations/createdeployment.js.map +0 -1
  2734. package/dist/esm/models/operations/createedgeconfig.d.ts +0 -308
  2735. package/dist/esm/models/operations/createedgeconfig.d.ts.map +0 -1
  2736. package/dist/esm/models/operations/createedgeconfig.js.map +0 -1
  2737. package/dist/esm/models/operations/createedgeconfigtoken.d.ts +0 -85
  2738. package/dist/esm/models/operations/createedgeconfigtoken.d.ts.map +0 -1
  2739. package/dist/esm/models/operations/createedgeconfigtoken.js.map +0 -1
  2740. package/dist/esm/models/operations/createlogdrain.d.ts +0 -432
  2741. package/dist/esm/models/operations/createlogdrain.d.ts.map +0 -1
  2742. package/dist/esm/models/operations/createlogdrain.js.map +0 -1
  2743. package/dist/esm/models/operations/createortransferdomain.d.ts +0 -370
  2744. package/dist/esm/models/operations/createortransferdomain.d.ts.map +0 -1
  2745. package/dist/esm/models/operations/createortransferdomain.js.map +0 -1
  2746. package/dist/esm/models/operations/createproject.d.ts +0 -4987
  2747. package/dist/esm/models/operations/createproject.d.ts.map +0 -1
  2748. package/dist/esm/models/operations/createproject.js +0 -4074
  2749. package/dist/esm/models/operations/createproject.js.map +0 -1
  2750. package/dist/esm/models/operations/createprojectenv.d.ts +0 -2714
  2751. package/dist/esm/models/operations/createprojectenv.d.ts.map +0 -1
  2752. package/dist/esm/models/operations/createprojectenv.js +0 -2347
  2753. package/dist/esm/models/operations/createprojectenv.js.map +0 -1
  2754. package/dist/esm/models/operations/createrecord.d.ts +0 -1180
  2755. package/dist/esm/models/operations/createrecord.d.ts.map +0 -1
  2756. package/dist/esm/models/operations/createrecord.js.map +0 -1
  2757. package/dist/esm/models/operations/createsecret.d.ts +0 -197
  2758. package/dist/esm/models/operations/createsecret.d.ts.map +0 -1
  2759. package/dist/esm/models/operations/createsecret.js +0 -138
  2760. package/dist/esm/models/operations/createsecret.js.map +0 -1
  2761. package/dist/esm/models/operations/createteam.d.ts +0 -178
  2762. package/dist/esm/models/operations/createteam.d.ts.map +0 -1
  2763. package/dist/esm/models/operations/createteam.js.map +0 -1
  2764. package/dist/esm/models/operations/createwebhook.d.ts +0 -408
  2765. package/dist/esm/models/operations/createwebhook.d.ts.map +0 -1
  2766. package/dist/esm/models/operations/createwebhook.js.map +0 -1
  2767. package/dist/esm/models/operations/datacachebillingsettings.d.ts +0 -48
  2768. package/dist/esm/models/operations/datacachebillingsettings.d.ts.map +0 -1
  2769. package/dist/esm/models/operations/datacachebillingsettings.js +0 -43
  2770. package/dist/esm/models/operations/datacachebillingsettings.js.map +0 -1
  2771. package/dist/esm/models/operations/datacachepurgeall.d.ts +0 -25
  2772. package/dist/esm/models/operations/datacachepurgeall.d.ts.map +0 -1
  2773. package/dist/esm/models/operations/datacachepurgeall.js +0 -24
  2774. package/dist/esm/models/operations/datacachepurgeall.js.map +0 -1
  2775. package/dist/esm/models/operations/deleteaccessgroup.d.ts +0 -35
  2776. package/dist/esm/models/operations/deleteaccessgroup.d.ts.map +0 -1
  2777. package/dist/esm/models/operations/deleteaccessgroup.js.map +0 -1
  2778. package/dist/esm/models/operations/deletealias.d.ts +0 -87
  2779. package/dist/esm/models/operations/deletealias.d.ts.map +0 -1
  2780. package/dist/esm/models/operations/deletealias.js.map +0 -1
  2781. package/dist/esm/models/operations/deleteauthtoken.d.ts +0 -57
  2782. package/dist/esm/models/operations/deleteauthtoken.d.ts.map +0 -1
  2783. package/dist/esm/models/operations/deleteauthtoken.js.map +0 -1
  2784. package/dist/esm/models/operations/deleteconfigurablelogdrain.d.ts +0 -35
  2785. package/dist/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +0 -1
  2786. package/dist/esm/models/operations/deleteconfigurablelogdrain.js.map +0 -1
  2787. package/dist/esm/models/operations/deleteconfiguration.d.ts +0 -35
  2788. package/dist/esm/models/operations/deleteconfiguration.d.ts.map +0 -1
  2789. package/dist/esm/models/operations/deleteconfiguration.js.map +0 -1
  2790. package/dist/esm/models/operations/deletedeployment.d.ts +0 -106
  2791. package/dist/esm/models/operations/deletedeployment.d.ts.map +0 -1
  2792. package/dist/esm/models/operations/deletedeployment.js.map +0 -1
  2793. package/dist/esm/models/operations/deletedomain.d.ts +0 -67
  2794. package/dist/esm/models/operations/deletedomain.d.ts.map +0 -1
  2795. package/dist/esm/models/operations/deletedomain.js.map +0 -1
  2796. package/dist/esm/models/operations/deleteedgeconfig.d.ts +0 -35
  2797. package/dist/esm/models/operations/deleteedgeconfig.d.ts.map +0 -1
  2798. package/dist/esm/models/operations/deleteedgeconfig.js.map +0 -1
  2799. package/dist/esm/models/operations/deleteedgeconfigschema.d.ts +0 -35
  2800. package/dist/esm/models/operations/deleteedgeconfigschema.d.ts.map +0 -1
  2801. package/dist/esm/models/operations/deleteedgeconfigschema.js.map +0 -1
  2802. package/dist/esm/models/operations/deleteedgeconfigtokens.d.ts +0 -60
  2803. package/dist/esm/models/operations/deleteedgeconfigtokens.d.ts.map +0 -1
  2804. package/dist/esm/models/operations/deleteedgeconfigtokens.js.map +0 -1
  2805. package/dist/esm/models/operations/deleteintegrationlogdrain.d.ts +0 -38
  2806. package/dist/esm/models/operations/deleteintegrationlogdrain.d.ts.map +0 -1
  2807. package/dist/esm/models/operations/deleteintegrationlogdrain.js.map +0 -1
  2808. package/dist/esm/models/operations/deleteproject.d.ts +0 -38
  2809. package/dist/esm/models/operations/deleteproject.d.ts.map +0 -1
  2810. package/dist/esm/models/operations/deleteproject.js.map +0 -1
  2811. package/dist/esm/models/operations/deletesecret.d.ts +0 -74
  2812. package/dist/esm/models/operations/deletesecret.d.ts.map +0 -1
  2813. package/dist/esm/models/operations/deletesecret.js.map +0 -1
  2814. package/dist/esm/models/operations/deleteteam.d.ts +0 -134
  2815. package/dist/esm/models/operations/deleteteam.d.ts.map +0 -1
  2816. package/dist/esm/models/operations/deleteteam.js.map +0 -1
  2817. package/dist/esm/models/operations/deleteteaminvitecode.d.ts +0 -62
  2818. package/dist/esm/models/operations/deleteteaminvitecode.d.ts.map +0 -1
  2819. package/dist/esm/models/operations/deleteteaminvitecode.js.map +0 -1
  2820. package/dist/esm/models/operations/deletewebhook.d.ts +0 -35
  2821. package/dist/esm/models/operations/deletewebhook.d.ts.map +0 -1
  2822. package/dist/esm/models/operations/deletewebhook.js.map +0 -1
  2823. package/dist/esm/models/operations/downloadartifact.d.ts +0 -48
  2824. package/dist/esm/models/operations/downloadartifact.d.ts.map +0 -1
  2825. package/dist/esm/models/operations/downloadartifact.js.map +0 -1
  2826. package/dist/esm/models/operations/editprojectenv.d.ts +0 -1140
  2827. package/dist/esm/models/operations/editprojectenv.d.ts.map +0 -1
  2828. package/dist/esm/models/operations/editprojectenv.js +0 -979
  2829. package/dist/esm/models/operations/editprojectenv.js.map +0 -1
  2830. package/dist/esm/models/operations/filterprojectenvs.d.ts +0 -3030
  2831. package/dist/esm/models/operations/filterprojectenvs.d.ts.map +0 -1
  2832. package/dist/esm/models/operations/filterprojectenvs.js.map +0 -1
  2833. package/dist/esm/models/operations/getalias.d.ts +0 -488
  2834. package/dist/esm/models/operations/getalias.d.ts.map +0 -1
  2835. package/dist/esm/models/operations/getalias.js +0 -351
  2836. package/dist/esm/models/operations/getalias.js.map +0 -1
  2837. package/dist/esm/models/operations/getallchecks.d.ts +0 -473
  2838. package/dist/esm/models/operations/getallchecks.d.ts.map +0 -1
  2839. package/dist/esm/models/operations/getallchecks.js.map +0 -1
  2840. package/dist/esm/models/operations/getalllogdrains.d.ts +0 -283
  2841. package/dist/esm/models/operations/getalllogdrains.d.ts.map +0 -1
  2842. package/dist/esm/models/operations/getalllogdrains.js.map +0 -1
  2843. package/dist/esm/models/operations/getauthtoken.d.ts +0 -58
  2844. package/dist/esm/models/operations/getauthtoken.d.ts.map +0 -1
  2845. package/dist/esm/models/operations/getauthtoken.js.map +0 -1
  2846. package/dist/esm/models/operations/getauthuser.d.ts +0 -49
  2847. package/dist/esm/models/operations/getauthuser.d.ts.map +0 -1
  2848. package/dist/esm/models/operations/getauthuser.js.map +0 -1
  2849. package/dist/esm/models/operations/getcertbyid.d.ts +0 -69
  2850. package/dist/esm/models/operations/getcertbyid.d.ts.map +0 -1
  2851. package/dist/esm/models/operations/getcertbyid.js.map +0 -1
  2852. package/dist/esm/models/operations/getcerts.d.ts +0 -56
  2853. package/dist/esm/models/operations/getcerts.d.ts.map +0 -1
  2854. package/dist/esm/models/operations/getcerts.js +0 -52
  2855. package/dist/esm/models/operations/getcerts.js.map +0 -1
  2856. package/dist/esm/models/operations/getcheck.d.ts +0 -461
  2857. package/dist/esm/models/operations/getcheck.d.ts.map +0 -1
  2858. package/dist/esm/models/operations/getcheck.js.map +0 -1
  2859. package/dist/esm/models/operations/getconfigurablelogdrain.d.ts +0 -280
  2860. package/dist/esm/models/operations/getconfigurablelogdrain.d.ts.map +0 -1
  2861. package/dist/esm/models/operations/getconfigurablelogdrain.js.map +0 -1
  2862. package/dist/esm/models/operations/getconfiguration.d.ts +0 -738
  2863. package/dist/esm/models/operations/getconfiguration.d.ts.map +0 -1
  2864. package/dist/esm/models/operations/getconfiguration.js.map +0 -1
  2865. package/dist/esm/models/operations/getconfigurations.d.ts +0 -967
  2866. package/dist/esm/models/operations/getconfigurations.d.ts.map +0 -1
  2867. package/dist/esm/models/operations/getconfigurations.js.map +0 -1
  2868. package/dist/esm/models/operations/getdeployment.d.ts +0 -3969
  2869. package/dist/esm/models/operations/getdeployment.d.ts.map +0 -1
  2870. package/dist/esm/models/operations/getdeployment.js.map +0 -1
  2871. package/dist/esm/models/operations/getdeploymentevents.d.ts +0 -131
  2872. package/dist/esm/models/operations/getdeploymentevents.d.ts.map +0 -1
  2873. package/dist/esm/models/operations/getdeploymentevents.js.map +0 -1
  2874. package/dist/esm/models/operations/getdeploymentfilecontents.d.ts +0 -48
  2875. package/dist/esm/models/operations/getdeploymentfilecontents.d.ts.map +0 -1
  2876. package/dist/esm/models/operations/getdeploymentfilecontents.js.map +0 -1
  2877. package/dist/esm/models/operations/getdeployments.d.ts +0 -1078
  2878. package/dist/esm/models/operations/getdeployments.d.ts.map +0 -1
  2879. package/dist/esm/models/operations/getdeployments.js.map +0 -1
  2880. package/dist/esm/models/operations/getdomain.d.ts +0 -235
  2881. package/dist/esm/models/operations/getdomain.d.ts.map +0 -1
  2882. package/dist/esm/models/operations/getdomain.js.map +0 -1
  2883. package/dist/esm/models/operations/getdomainconfig.d.ts +0 -179
  2884. package/dist/esm/models/operations/getdomainconfig.d.ts.map +0 -1
  2885. package/dist/esm/models/operations/getdomainconfig.js.map +0 -1
  2886. package/dist/esm/models/operations/getdomains.d.ts +0 -249
  2887. package/dist/esm/models/operations/getdomains.d.ts.map +0 -1
  2888. package/dist/esm/models/operations/getdomains.js.map +0 -1
  2889. package/dist/esm/models/operations/getdomaintransfer.d.ts +0 -163
  2890. package/dist/esm/models/operations/getdomaintransfer.d.ts.map +0 -1
  2891. package/dist/esm/models/operations/getdomaintransfer.js.map +0 -1
  2892. package/dist/esm/models/operations/getedgeconfig.d.ts +0 -184
  2893. package/dist/esm/models/operations/getedgeconfig.d.ts.map +0 -1
  2894. package/dist/esm/models/operations/getedgeconfig.js.map +0 -1
  2895. package/dist/esm/models/operations/getedgeconfigbackup.d.ts +0 -372
  2896. package/dist/esm/models/operations/getedgeconfigbackup.d.ts.map +0 -1
  2897. package/dist/esm/models/operations/getedgeconfigbackup.js.map +0 -1
  2898. package/dist/esm/models/operations/getedgeconfigbackups.d.ts +0 -147
  2899. package/dist/esm/models/operations/getedgeconfigbackups.d.ts.map +0 -1
  2900. package/dist/esm/models/operations/getedgeconfigbackups.js.map +0 -1
  2901. package/dist/esm/models/operations/getedgeconfigitem.d.ts +0 -37
  2902. package/dist/esm/models/operations/getedgeconfigitem.d.ts.map +0 -1
  2903. package/dist/esm/models/operations/getedgeconfigitem.js.map +0 -1
  2904. package/dist/esm/models/operations/getedgeconfigitems.d.ts +0 -35
  2905. package/dist/esm/models/operations/getedgeconfigitems.d.ts.map +0 -1
  2906. package/dist/esm/models/operations/getedgeconfigitems.js.map +0 -1
  2907. package/dist/esm/models/operations/getedgeconfigs.d.ts +0 -179
  2908. package/dist/esm/models/operations/getedgeconfigs.d.ts.map +0 -1
  2909. package/dist/esm/models/operations/getedgeconfigs.js.map +0 -1
  2910. package/dist/esm/models/operations/getedgeconfigschema.d.ts +0 -57
  2911. package/dist/esm/models/operations/getedgeconfigschema.d.ts.map +0 -1
  2912. package/dist/esm/models/operations/getedgeconfigschema.js.map +0 -1
  2913. package/dist/esm/models/operations/getedgeconfigtoken.d.ts +0 -37
  2914. package/dist/esm/models/operations/getedgeconfigtoken.d.ts.map +0 -1
  2915. package/dist/esm/models/operations/getedgeconfigtoken.js.map +0 -1
  2916. package/dist/esm/models/operations/getedgeconfigtokens.d.ts +0 -35
  2917. package/dist/esm/models/operations/getedgeconfigtokens.d.ts.map +0 -1
  2918. package/dist/esm/models/operations/getedgeconfigtokens.js.map +0 -1
  2919. package/dist/esm/models/operations/getfirewallconfig.d.ts +0 -1291
  2920. package/dist/esm/models/operations/getfirewallconfig.d.ts.map +0 -1
  2921. package/dist/esm/models/operations/getfirewallconfig.js.map +0 -1
  2922. package/dist/esm/models/operations/getintegrationlogdrains.d.ts +0 -275
  2923. package/dist/esm/models/operations/getintegrationlogdrains.d.ts.map +0 -1
  2924. package/dist/esm/models/operations/getintegrationlogdrains.js.map +0 -1
  2925. package/dist/esm/models/operations/getprojectdomain.d.ts +0 -124
  2926. package/dist/esm/models/operations/getprojectdomain.d.ts.map +0 -1
  2927. package/dist/esm/models/operations/getprojectdomain.js.map +0 -1
  2928. package/dist/esm/models/operations/getprojectenv.d.ts +0 -2914
  2929. package/dist/esm/models/operations/getprojectenv.d.ts.map +0 -1
  2930. package/dist/esm/models/operations/getprojectenv.js.map +0 -1
  2931. package/dist/esm/models/operations/getprojectmembers.d.ts +0 -343
  2932. package/dist/esm/models/operations/getprojectmembers.d.ts.map +0 -1
  2933. package/dist/esm/models/operations/getprojectmembers.js.map +0 -1
  2934. package/dist/esm/models/operations/getprojects.d.ts +0 -4568
  2935. package/dist/esm/models/operations/getprojects.d.ts.map +0 -1
  2936. package/dist/esm/models/operations/getprojects.js +0 -3846
  2937. package/dist/esm/models/operations/getprojects.js.map +0 -1
  2938. package/dist/esm/models/operations/getrecords.d.ts +0 -316
  2939. package/dist/esm/models/operations/getrecords.d.ts.map +0 -1
  2940. package/dist/esm/models/operations/getrecords.js.map +0 -1
  2941. package/dist/esm/models/operations/getsecret.d.ts +0 -144
  2942. package/dist/esm/models/operations/getsecret.d.ts.map +0 -1
  2943. package/dist/esm/models/operations/getsecret.js.map +0 -1
  2944. package/dist/esm/models/operations/getsecrets.d.ts +0 -144
  2945. package/dist/esm/models/operations/getsecrets.d.ts.map +0 -1
  2946. package/dist/esm/models/operations/getsecrets.js +0 -87
  2947. package/dist/esm/models/operations/getsecrets.js.map +0 -1
  2948. package/dist/esm/models/operations/getteam.d.ts +0 -33
  2949. package/dist/esm/models/operations/getteam.d.ts.map +0 -1
  2950. package/dist/esm/models/operations/getteam.js.map +0 -1
  2951. package/dist/esm/models/operations/getteamaccessrequest.d.ts +0 -287
  2952. package/dist/esm/models/operations/getteamaccessrequest.d.ts.map +0 -1
  2953. package/dist/esm/models/operations/getteamaccessrequest.js.map +0 -1
  2954. package/dist/esm/models/operations/getteammembers.d.ts +0 -667
  2955. package/dist/esm/models/operations/getteammembers.d.ts.map +0 -1
  2956. package/dist/esm/models/operations/getteammembers.js.map +0 -1
  2957. package/dist/esm/models/operations/getteams.d.ts +0 -98
  2958. package/dist/esm/models/operations/getteams.d.ts.map +0 -1
  2959. package/dist/esm/models/operations/getteams.js.map +0 -1
  2960. package/dist/esm/models/operations/getwebhook.d.ts +0 -237
  2961. package/dist/esm/models/operations/getwebhook.d.ts.map +0 -1
  2962. package/dist/esm/models/operations/getwebhook.js.map +0 -1
  2963. package/dist/esm/models/operations/getwebhooks.d.ts +0 -642
  2964. package/dist/esm/models/operations/getwebhooks.d.ts.map +0 -1
  2965. package/dist/esm/models/operations/getwebhooks.js.map +0 -1
  2966. package/dist/esm/models/operations/gitnamespaces.d.ts +0 -118
  2967. package/dist/esm/models/operations/gitnamespaces.d.ts.map +0 -1
  2968. package/dist/esm/models/operations/gitnamespaces.js.map +0 -1
  2969. package/dist/esm/models/operations/inviteusertoteam.d.ts +0 -347
  2970. package/dist/esm/models/operations/inviteusertoteam.d.ts.map +0 -1
  2971. package/dist/esm/models/operations/inviteusertoteam.js.map +0 -1
  2972. package/dist/esm/models/operations/issuecert.d.ts +0 -92
  2973. package/dist/esm/models/operations/issuecert.d.ts.map +0 -1
  2974. package/dist/esm/models/operations/issuecert.js.map +0 -1
  2975. package/dist/esm/models/operations/jointeam.d.ts +0 -97
  2976. package/dist/esm/models/operations/jointeam.d.ts.map +0 -1
  2977. package/dist/esm/models/operations/jointeam.js.map +0 -1
  2978. package/dist/esm/models/operations/listaccessgroupmembers.d.ts +0 -176
  2979. package/dist/esm/models/operations/listaccessgroupmembers.d.ts.map +0 -1
  2980. package/dist/esm/models/operations/listaccessgroupmembers.js.map +0 -1
  2981. package/dist/esm/models/operations/listaccessgroupprojects.d.ts +0 -185
  2982. package/dist/esm/models/operations/listaccessgroupprojects.d.ts.map +0 -1
  2983. package/dist/esm/models/operations/listaccessgroupprojects.js.map +0 -1
  2984. package/dist/esm/models/operations/listaccessgroups.d.ts +0 -215
  2985. package/dist/esm/models/operations/listaccessgroups.d.ts.map +0 -1
  2986. package/dist/esm/models/operations/listaccessgroups.js.map +0 -1
  2987. package/dist/esm/models/operations/listaliases.d.ts +0 -549
  2988. package/dist/esm/models/operations/listaliases.d.ts.map +0 -1
  2989. package/dist/esm/models/operations/listaliases.js.map +0 -1
  2990. package/dist/esm/models/operations/listauthtokens.d.ts +0 -37
  2991. package/dist/esm/models/operations/listauthtokens.d.ts.map +0 -1
  2992. package/dist/esm/models/operations/listauthtokens.js.map +0 -1
  2993. package/dist/esm/models/operations/listdeploymentaliases.d.ts +0 -379
  2994. package/dist/esm/models/operations/listdeploymentaliases.d.ts.map +0 -1
  2995. package/dist/esm/models/operations/listdeploymentaliases.js.map +0 -1
  2996. package/dist/esm/models/operations/listdeploymentfiles.d.ts +0 -38
  2997. package/dist/esm/models/operations/listdeploymentfiles.d.ts.map +0 -1
  2998. package/dist/esm/models/operations/listdeploymentfiles.js.map +0 -1
  2999. package/dist/esm/models/operations/listpromotealiases.d.ts +0 -149
  3000. package/dist/esm/models/operations/listpromotealiases.d.ts.map +0 -1
  3001. package/dist/esm/models/operations/listpromotealiases.js.map +0 -1
  3002. package/dist/esm/models/operations/listuserevents.d.ts +0 -93
  3003. package/dist/esm/models/operations/listuserevents.d.ts.map +0 -1
  3004. package/dist/esm/models/operations/listuserevents.js.map +0 -1
  3005. package/dist/esm/models/operations/patchdomain.d.ts +0 -222
  3006. package/dist/esm/models/operations/patchdomain.d.ts.map +0 -1
  3007. package/dist/esm/models/operations/patchdomain.js.map +0 -1
  3008. package/dist/esm/models/operations/patchedgeconfigschema.d.ts +0 -84
  3009. package/dist/esm/models/operations/patchedgeconfigschema.d.ts.map +0 -1
  3010. package/dist/esm/models/operations/patchedgeconfigschema.js.map +0 -1
  3011. package/dist/esm/models/operations/patchteam.d.ts +0 -264
  3012. package/dist/esm/models/operations/patchteam.d.ts.map +0 -1
  3013. package/dist/esm/models/operations/patchteam.js.map +0 -1
  3014. package/dist/esm/models/operations/pauseproject.d.ts +0 -70
  3015. package/dist/esm/models/operations/pauseproject.d.ts.map +0 -1
  3016. package/dist/esm/models/operations/pauseproject.js.map +0 -1
  3017. package/dist/esm/models/operations/putfirewallconfig.d.ts +0 -2550
  3018. package/dist/esm/models/operations/putfirewallconfig.d.ts.map +0 -1
  3019. package/dist/esm/models/operations/putfirewallconfig.js.map +0 -1
  3020. package/dist/esm/models/operations/readaccessgroup.d.ts +0 -118
  3021. package/dist/esm/models/operations/readaccessgroup.d.ts.map +0 -1
  3022. package/dist/esm/models/operations/readaccessgroup.js.map +0 -1
  3023. package/dist/esm/models/operations/recordevents.d.ts +0 -154
  3024. package/dist/esm/models/operations/recordevents.d.ts.map +0 -1
  3025. package/dist/esm/models/operations/recordevents.js.map +0 -1
  3026. package/dist/esm/models/operations/removecert.d.ts +0 -57
  3027. package/dist/esm/models/operations/removecert.d.ts.map +0 -1
  3028. package/dist/esm/models/operations/removecert.js.map +0 -1
  3029. package/dist/esm/models/operations/removeprojectdomain.d.ts +0 -65
  3030. package/dist/esm/models/operations/removeprojectdomain.d.ts.map +0 -1
  3031. package/dist/esm/models/operations/removeprojectdomain.js.map +0 -1
  3032. package/dist/esm/models/operations/removeprojectenv.d.ts +0 -2954
  3033. package/dist/esm/models/operations/removeprojectenv.d.ts.map +0 -1
  3034. package/dist/esm/models/operations/removeprojectenv.js +0 -2627
  3035. package/dist/esm/models/operations/removeprojectenv.js.map +0 -1
  3036. package/dist/esm/models/operations/removeprojectmember.d.ts +0 -66
  3037. package/dist/esm/models/operations/removeprojectmember.d.ts.map +0 -1
  3038. package/dist/esm/models/operations/removeprojectmember.js.map +0 -1
  3039. package/dist/esm/models/operations/removerecord.d.ts +0 -59
  3040. package/dist/esm/models/operations/removerecord.d.ts.map +0 -1
  3041. package/dist/esm/models/operations/removerecord.js.map +0 -1
  3042. package/dist/esm/models/operations/removeteammember.d.ts +0 -64
  3043. package/dist/esm/models/operations/removeteammember.d.ts.map +0 -1
  3044. package/dist/esm/models/operations/removeteammember.js.map +0 -1
  3045. package/dist/esm/models/operations/renamesecret.d.ts +0 -95
  3046. package/dist/esm/models/operations/renamesecret.d.ts.map +0 -1
  3047. package/dist/esm/models/operations/renamesecret.js.map +0 -1
  3048. package/dist/esm/models/operations/requestaccesstoteam.d.ts +0 -393
  3049. package/dist/esm/models/operations/requestaccesstoteam.d.ts.map +0 -1
  3050. package/dist/esm/models/operations/requestaccesstoteam.js.map +0 -1
  3051. package/dist/esm/models/operations/requestdelete.d.ts +0 -101
  3052. package/dist/esm/models/operations/requestdelete.d.ts.map +0 -1
  3053. package/dist/esm/models/operations/requestdelete.js.map +0 -1
  3054. package/dist/esm/models/operations/requestpromote.d.ts +0 -37
  3055. package/dist/esm/models/operations/requestpromote.d.ts.map +0 -1
  3056. package/dist/esm/models/operations/requestpromote.js.map +0 -1
  3057. package/dist/esm/models/operations/rerequestcheck.d.ts +0 -62
  3058. package/dist/esm/models/operations/rerequestcheck.d.ts.map +0 -1
  3059. package/dist/esm/models/operations/rerequestcheck.js.map +0 -1
  3060. package/dist/esm/models/operations/searchrepo.d.ts +0 -397
  3061. package/dist/esm/models/operations/searchrepo.d.ts.map +0 -1
  3062. package/dist/esm/models/operations/searchrepo.js.map +0 -1
  3063. package/dist/esm/models/operations/status.d.ts +0 -88
  3064. package/dist/esm/models/operations/status.d.ts.map +0 -1
  3065. package/dist/esm/models/operations/status.js.map +0 -1
  3066. package/dist/esm/models/operations/unpauseproject.d.ts +0 -70
  3067. package/dist/esm/models/operations/unpauseproject.d.ts.map +0 -1
  3068. package/dist/esm/models/operations/unpauseproject.js.map +0 -1
  3069. package/dist/esm/models/operations/updateaccessgroup.d.ts +0 -221
  3070. package/dist/esm/models/operations/updateaccessgroup.d.ts.map +0 -1
  3071. package/dist/esm/models/operations/updateaccessgroup.js.map +0 -1
  3072. package/dist/esm/models/operations/updateattackchallengemode.d.ts +0 -87
  3073. package/dist/esm/models/operations/updateattackchallengemode.d.ts.map +0 -1
  3074. package/dist/esm/models/operations/updateattackchallengemode.js.map +0 -1
  3075. package/dist/esm/models/operations/updatecheck.d.ts +0 -928
  3076. package/dist/esm/models/operations/updatecheck.d.ts.map +0 -1
  3077. package/dist/esm/models/operations/updatecheck.js.map +0 -1
  3078. package/dist/esm/models/operations/updateedgeconfig.d.ts +0 -209
  3079. package/dist/esm/models/operations/updateedgeconfig.d.ts.map +0 -1
  3080. package/dist/esm/models/operations/updateedgeconfig.js.map +0 -1
  3081. package/dist/esm/models/operations/updatefirewallconfig.d.ts +0 -1925
  3082. package/dist/esm/models/operations/updatefirewallconfig.d.ts.map +0 -1
  3083. package/dist/esm/models/operations/updatefirewallconfig.js.map +0 -1
  3084. package/dist/esm/models/operations/updateproject.d.ts +0 -5183
  3085. package/dist/esm/models/operations/updateproject.d.ts.map +0 -1
  3086. package/dist/esm/models/operations/updateproject.js +0 -4199
  3087. package/dist/esm/models/operations/updateproject.js.map +0 -1
  3088. package/dist/esm/models/operations/updateprojectdatacache.d.ts +0 -4486
  3089. package/dist/esm/models/operations/updateprojectdatacache.d.ts.map +0 -1
  3090. package/dist/esm/models/operations/updateprojectdatacache.js +0 -3845
  3091. package/dist/esm/models/operations/updateprojectdatacache.js.map +0 -1
  3092. package/dist/esm/models/operations/updateprojectdomain.d.ts +0 -203
  3093. package/dist/esm/models/operations/updateprojectdomain.d.ts.map +0 -1
  3094. package/dist/esm/models/operations/updateprojectdomain.js.map +0 -1
  3095. package/dist/esm/models/operations/updateprojectprotectionbypass.d.ts +0 -211
  3096. package/dist/esm/models/operations/updateprojectprotectionbypass.d.ts.map +0 -1
  3097. package/dist/esm/models/operations/updateprojectprotectionbypass.js.map +0 -1
  3098. package/dist/esm/models/operations/updaterecord.d.ts +0 -322
  3099. package/dist/esm/models/operations/updaterecord.d.ts.map +0 -1
  3100. package/dist/esm/models/operations/updaterecord.js.map +0 -1
  3101. package/dist/esm/models/operations/updateteammember.d.ts +0 -185
  3102. package/dist/esm/models/operations/updateteammember.d.ts.map +0 -1
  3103. package/dist/esm/models/operations/updateteammember.js.map +0 -1
  3104. package/dist/esm/models/operations/uploadartifact.d.ts +0 -94
  3105. package/dist/esm/models/operations/uploadartifact.d.ts.map +0 -1
  3106. package/dist/esm/models/operations/uploadartifact.js.map +0 -1
  3107. package/dist/esm/models/operations/uploadcert.d.ts +0 -107
  3108. package/dist/esm/models/operations/uploadcert.d.ts.map +0 -1
  3109. package/dist/esm/models/operations/uploadcert.js.map +0 -1
  3110. package/dist/esm/models/operations/uploadfile.d.ts +0 -123
  3111. package/dist/esm/models/operations/uploadfile.d.ts.map +0 -1
  3112. package/dist/esm/models/operations/uploadfile.js.map +0 -1
  3113. package/dist/esm/models/operations/verifyprojectdomain.d.ts +0 -130
  3114. package/dist/esm/models/operations/verifyprojectdomain.d.ts.map +0 -1
  3115. package/dist/esm/models/operations/verifyprojectdomain.js.map +0 -1
  3116. package/dist/esm/sdk/accessgroups.d.ts +0 -60
  3117. package/dist/esm/sdk/accessgroups.d.ts.map +0 -1
  3118. package/dist/esm/sdk/accessgroups.js.map +0 -1
  3119. package/dist/esm/sdk/aliases.d.ts +0 -44
  3120. package/dist/esm/sdk/aliases.d.ts.map +0 -1
  3121. package/dist/esm/sdk/aliases.js.map +0 -1
  3122. package/dist/esm/sdk/artifacts.d.ts +0 -54
  3123. package/dist/esm/sdk/artifacts.d.ts.map +0 -1
  3124. package/dist/esm/sdk/artifacts.js.map +0 -1
  3125. package/dist/esm/sdk/authentication.d.ts +0 -36
  3126. package/dist/esm/sdk/authentication.d.ts.map +0 -1
  3127. package/dist/esm/sdk/authentication.js.map +0 -1
  3128. package/dist/esm/sdk/certs.d.ts +0 -36
  3129. package/dist/esm/sdk/certs.d.ts.map +0 -1
  3130. package/dist/esm/sdk/certs.js.map +0 -1
  3131. package/dist/esm/sdk/checks.d.ts +0 -44
  3132. package/dist/esm/sdk/checks.d.ts.map +0 -1
  3133. package/dist/esm/sdk/checks.js.map +0 -1
  3134. package/dist/esm/sdk/deployments.d.ts +0 -77
  3135. package/dist/esm/sdk/deployments.d.ts.map +0 -1
  3136. package/dist/esm/sdk/deployments.js.map +0 -1
  3137. package/dist/esm/sdk/dns.d.ts +0 -36
  3138. package/dist/esm/sdk/dns.d.ts.map +0 -1
  3139. package/dist/esm/sdk/dns.js.map +0 -1
  3140. package/dist/esm/sdk/domains.d.ts +0 -84
  3141. package/dist/esm/sdk/domains.d.ts.map +0 -1
  3142. package/dist/esm/sdk/domains.js.map +0 -1
  3143. package/dist/esm/sdk/edgeconfig.d.ts +0 -134
  3144. package/dist/esm/sdk/edgeconfig.d.ts.map +0 -1
  3145. package/dist/esm/sdk/edgeconfig.js.map +0 -1
  3146. package/dist/esm/sdk/integrations.d.ts +0 -44
  3147. package/dist/esm/sdk/integrations.d.ts.map +0 -1
  3148. package/dist/esm/sdk/integrations.js.map +0 -1
  3149. package/dist/esm/sdk/logdrains.d.ts +0 -60
  3150. package/dist/esm/sdk/logdrains.d.ts.map +0 -1
  3151. package/dist/esm/sdk/logdrains.js.map +0 -1
  3152. package/dist/esm/sdk/projectmembers.d.ts +0 -28
  3153. package/dist/esm/sdk/projectmembers.d.ts.map +0 -1
  3154. package/dist/esm/sdk/projectmembers.js.map +0 -1
  3155. package/dist/esm/sdk/projects.d.ts +0 -164
  3156. package/dist/esm/sdk/projects.d.ts.map +0 -1
  3157. package/dist/esm/sdk/projects.js.map +0 -1
  3158. package/dist/esm/sdk/sdk.d.ts +0 -67
  3159. package/dist/esm/sdk/sdk.d.ts.map +0 -1
  3160. package/dist/esm/sdk/sdk.js +0 -115
  3161. package/dist/esm/sdk/sdk.js.map +0 -1
  3162. package/dist/esm/sdk/secrets.d.ts +0 -44
  3163. package/dist/esm/sdk/secrets.d.ts.map +0 -1
  3164. package/dist/esm/sdk/secrets.js +0 -58
  3165. package/dist/esm/sdk/secrets.js.map +0 -1
  3166. package/dist/esm/sdk/security.d.ts +0 -36
  3167. package/dist/esm/sdk/security.d.ts.map +0 -1
  3168. package/dist/esm/sdk/security.js.map +0 -1
  3169. package/dist/esm/sdk/teams.d.ts +0 -112
  3170. package/dist/esm/sdk/teams.d.ts.map +0 -1
  3171. package/dist/esm/sdk/teams.js.map +0 -1
  3172. package/dist/esm/sdk/user.d.ts +0 -28
  3173. package/dist/esm/sdk/user.d.ts.map +0 -1
  3174. package/dist/esm/sdk/user.js.map +0 -1
  3175. package/dist/esm/sdk/webhooks.d.ts +0 -36
  3176. package/dist/esm/sdk/webhooks.d.ts.map +0 -1
  3177. package/dist/esm/sdk/webhooks.js.map +0 -1
  3178. package/dist/esm/types/blobs.d.ts +0 -4
  3179. package/dist/esm/types/blobs.d.ts.map +0 -1
  3180. package/dist/esm/types/blobs.js.map +0 -1
  3181. package/dist/esm/types/constdatetime.d.ts +0 -3
  3182. package/dist/esm/types/constdatetime.d.ts.map +0 -1
  3183. package/dist/esm/types/constdatetime.js.map +0 -1
  3184. package/dist/esm/types/enums.d.ts +0 -12
  3185. package/dist/esm/types/enums.d.ts.map +0 -1
  3186. package/dist/esm/types/enums.js.map +0 -1
  3187. package/dist/esm/types/fp.d.ts +0 -31
  3188. package/dist/esm/types/fp.d.ts.map +0 -1
  3189. package/dist/esm/types/fp.js.map +0 -1
  3190. package/dist/esm/types/operations.d.ts +0 -25
  3191. package/dist/esm/types/operations.d.ts.map +0 -1
  3192. package/dist/esm/types/operations.js.map +0 -1
  3193. package/dist/esm/types/rfcdate.d.ts +0 -21
  3194. package/dist/esm/types/rfcdate.d.ts.map +0 -1
  3195. package/dist/esm/types/rfcdate.js.map +0 -1
  3196. package/dist/esm/types/streams.d.ts +0 -2
  3197. package/dist/esm/types/streams.d.ts.map +0 -1
  3198. package/dist/esm/types/streams.js.map +0 -1
  3199. package/src/funcs/dataCacheBillingSettings.ts +0 -118
  3200. package/src/funcs/datacachePurgeall.ts +0 -116
  3201. package/src/funcs/getCerts.ts +0 -95
  3202. package/src/funcs/secretsGetSecrets.ts +0 -132
  3203. package/src/models/operations/datacachebillingsettings.ts +0 -89
  3204. package/src/models/operations/datacachepurgeall.ts +0 -45
  3205. package/src/models/operations/getcerts.ts +0 -100
  3206. package/src/models/operations/getsecrets.ts +0 -224
  3207. /package/{dist/commonjs → esm}/core.d.ts +0 -0
  3208. /package/{dist/esm → esm}/core.js +0 -0
  3209. /package/{dist/commonjs → esm}/funcs/accessGroupsCreateAccessGroup.d.ts +0 -0
  3210. /package/{dist/commonjs → esm}/funcs/accessGroupsDeleteAccessGroup.d.ts +0 -0
  3211. /package/{dist/commonjs → esm}/funcs/accessGroupsListAccessGroupMembers.d.ts +0 -0
  3212. /package/{dist/commonjs → esm}/funcs/accessGroupsListAccessGroupProjects.d.ts +0 -0
  3213. /package/{dist/commonjs → esm}/funcs/accessGroupsListAccessGroups.d.ts +0 -0
  3214. /package/{dist/commonjs → esm}/funcs/accessGroupsReadAccessGroup.d.ts +0 -0
  3215. /package/{dist/commonjs → esm}/funcs/accessGroupsUpdateAccessGroup.d.ts +0 -0
  3216. /package/{dist/commonjs → esm}/funcs/aliasesAssignAlias.d.ts +0 -0
  3217. /package/{dist/commonjs → esm}/funcs/aliasesDeleteAlias.d.ts +0 -0
  3218. /package/{dist/commonjs → esm}/funcs/aliasesGetAlias.d.ts +0 -0
  3219. /package/{dist/commonjs → esm}/funcs/aliasesListAliases.d.ts +0 -0
  3220. /package/{dist/commonjs → esm}/funcs/aliasesListDeploymentAliases.d.ts +0 -0
  3221. /package/{dist/commonjs → esm}/funcs/artifactsArtifactExists.d.ts +0 -0
  3222. /package/{dist/commonjs → esm}/funcs/artifactsArtifactQuery.d.ts +0 -0
  3223. /package/{dist/commonjs → esm}/funcs/artifactsDownloadArtifact.d.ts +0 -0
  3224. /package/{dist/commonjs → esm}/funcs/artifactsRecordEvents.d.ts +0 -0
  3225. /package/{dist/commonjs → esm}/funcs/artifactsStatus.d.ts +0 -0
  3226. /package/{dist/commonjs → esm}/funcs/artifactsUploadArtifact.d.ts +0 -0
  3227. /package/{dist/commonjs → esm}/funcs/authenticationCreateAuthToken.d.ts +0 -0
  3228. /package/{dist/commonjs → esm}/funcs/authenticationDeleteAuthToken.d.ts +0 -0
  3229. /package/{dist/commonjs → esm}/funcs/authenticationGetAuthToken.d.ts +0 -0
  3230. /package/{dist/commonjs → esm}/funcs/authenticationListAuthTokens.d.ts +0 -0
  3231. /package/{dist/commonjs → esm}/funcs/certsGetCertById.d.ts +0 -0
  3232. /package/{dist/commonjs → esm}/funcs/certsIssueCert.d.ts +0 -0
  3233. /package/{dist/commonjs → esm}/funcs/certsRemoveCert.d.ts +0 -0
  3234. /package/{dist/commonjs → esm}/funcs/certsUploadCert.d.ts +0 -0
  3235. /package/{dist/commonjs → esm}/funcs/checksCreateCheck.d.ts +0 -0
  3236. /package/{dist/commonjs → esm}/funcs/checksGetAllChecks.d.ts +0 -0
  3237. /package/{dist/commonjs → esm}/funcs/checksGetCheck.d.ts +0 -0
  3238. /package/{dist/commonjs → esm}/funcs/checksRerequestCheck.d.ts +0 -0
  3239. /package/{dist/commonjs → esm}/funcs/checksUpdateCheck.d.ts +0 -0
  3240. /package/{dist/commonjs → esm}/funcs/deploymentsCancelDeployment.d.ts +0 -0
  3241. /package/{dist/commonjs → esm}/funcs/deploymentsCreateDeployment.d.ts +0 -0
  3242. /package/{dist/commonjs → esm}/funcs/deploymentsDeleteDeployment.d.ts +0 -0
  3243. /package/{dist/commonjs → esm}/funcs/deploymentsGetDeployment.d.ts +0 -0
  3244. /package/{dist/commonjs → esm}/funcs/deploymentsGetDeploymentEvents.d.ts +0 -0
  3245. /package/{dist/commonjs → esm}/funcs/deploymentsGetDeploymentFileContents.d.ts +0 -0
  3246. /package/{dist/commonjs → esm}/funcs/deploymentsGetDeployments.d.ts +0 -0
  3247. /package/{dist/commonjs → esm}/funcs/deploymentsListDeploymentFiles.d.ts +0 -0
  3248. /package/{dist/commonjs → esm}/funcs/deploymentsUploadFile.d.ts +0 -0
  3249. /package/{dist/commonjs → esm}/funcs/dnsCreateRecord.d.ts +0 -0
  3250. /package/{dist/commonjs → esm}/funcs/dnsGetRecords.d.ts +0 -0
  3251. /package/{dist/commonjs → esm}/funcs/dnsRemoveRecord.d.ts +0 -0
  3252. /package/{dist/commonjs → esm}/funcs/dnsUpdateRecord.d.ts +0 -0
  3253. /package/{dist/commonjs → esm}/funcs/domainsBuyDomain.d.ts +0 -0
  3254. /package/{dist/commonjs → esm}/funcs/domainsCheckDomainPrice.d.ts +0 -0
  3255. /package/{dist/commonjs → esm}/funcs/domainsCheckDomainStatus.d.ts +0 -0
  3256. /package/{dist/commonjs → esm}/funcs/domainsCreateOrTransferDomain.d.ts +0 -0
  3257. /package/{dist/commonjs → esm}/funcs/domainsDeleteDomain.d.ts +0 -0
  3258. /package/{dist/commonjs → esm}/funcs/domainsGetDomain.d.ts +0 -0
  3259. /package/{dist/commonjs → esm}/funcs/domainsGetDomainConfig.d.ts +0 -0
  3260. /package/{dist/commonjs → esm}/funcs/domainsGetDomainTransfer.d.ts +0 -0
  3261. /package/{dist/commonjs → esm}/funcs/domainsGetDomains.d.ts +0 -0
  3262. /package/{dist/commonjs → esm}/funcs/domainsPatchDomain.d.ts +0 -0
  3263. /package/{dist/commonjs → esm}/funcs/edgeConfigCreateEdgeConfig.d.ts +0 -0
  3264. /package/{dist/commonjs → esm}/funcs/edgeConfigCreateEdgeConfigToken.d.ts +0 -0
  3265. /package/{dist/commonjs → esm}/funcs/edgeConfigDeleteEdgeConfig.d.ts +0 -0
  3266. /package/{dist/commonjs → esm}/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts +0 -0
  3267. /package/{dist/commonjs → esm}/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts +0 -0
  3268. /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfig.d.ts +0 -0
  3269. /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigBackup.d.ts +0 -0
  3270. /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigBackups.d.ts +0 -0
  3271. /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigItem.d.ts +0 -0
  3272. /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigItems.d.ts +0 -0
  3273. /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigSchema.d.ts +0 -0
  3274. /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigToken.d.ts +0 -0
  3275. /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigTokens.d.ts +0 -0
  3276. /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigs.d.ts +0 -0
  3277. /package/{dist/commonjs → esm}/funcs/edgeConfigPatchEdgeConfigSchema.d.ts +0 -0
  3278. /package/{dist/commonjs → esm}/funcs/edgeConfigUpdateEdgeConfig.d.ts +0 -0
  3279. /package/{dist/commonjs → esm}/funcs/integrationsDeleteConfiguration.d.ts +0 -0
  3280. /package/{dist/commonjs → esm}/funcs/integrationsGetConfiguration.d.ts +0 -0
  3281. /package/{dist/commonjs → esm}/funcs/integrationsGetConfigurations.d.ts +0 -0
  3282. /package/{dist/commonjs → esm}/funcs/integrationsGitNamespaces.d.ts +0 -0
  3283. /package/{dist/commonjs → esm}/funcs/integrationsSearchRepo.d.ts +0 -0
  3284. /package/{dist/commonjs → esm}/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -0
  3285. /package/{dist/commonjs → esm}/funcs/logDrainsCreateLogDrain.d.ts +0 -0
  3286. /package/{dist/commonjs → esm}/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +0 -0
  3287. /package/{dist/commonjs → esm}/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +0 -0
  3288. /package/{dist/commonjs → esm}/funcs/logDrainsGetAllLogDrains.d.ts +0 -0
  3289. /package/{dist/commonjs → esm}/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -0
  3290. /package/{dist/commonjs → esm}/funcs/logDrainsGetIntegrationLogDrains.d.ts +0 -0
  3291. /package/{dist/commonjs → esm}/funcs/projectMembersAddProjectMember.d.ts +0 -0
  3292. /package/{dist/commonjs → esm}/funcs/projectMembersGetProjectMembers.d.ts +0 -0
  3293. /package/{dist/commonjs → esm}/funcs/projectMembersRemoveProjectMember.d.ts +0 -0
  3294. /package/{dist/commonjs → esm}/funcs/projectsAddProjectDomain.d.ts +0 -0
  3295. /package/{dist/commonjs → esm}/funcs/projectsCreateProject.d.ts +0 -0
  3296. /package/{dist/commonjs → esm}/funcs/projectsCreateProjectEnv.d.ts +0 -0
  3297. /package/{dist/commonjs → esm}/funcs/projectsDeleteProject.d.ts +0 -0
  3298. /package/{dist/commonjs → esm}/funcs/projectsEditProjectEnv.d.ts +0 -0
  3299. /package/{dist/commonjs → esm}/funcs/projectsFilterProjectEnvs.d.ts +0 -0
  3300. /package/{dist/commonjs → esm}/funcs/projectsGetProjectDomain.d.ts +0 -0
  3301. /package/{dist/commonjs → esm}/funcs/projectsGetProjectEnv.d.ts +0 -0
  3302. /package/{dist/commonjs → esm}/funcs/projectsGetProjects.d.ts +0 -0
  3303. /package/{dist/commonjs → esm}/funcs/projectsListPromoteAliases.d.ts +0 -0
  3304. /package/{dist/commonjs → esm}/funcs/projectsPauseProject.d.ts +0 -0
  3305. /package/{dist/commonjs → esm}/funcs/projectsRemoveProjectDomain.d.ts +0 -0
  3306. /package/{dist/commonjs → esm}/funcs/projectsRemoveProjectEnv.d.ts +0 -0
  3307. /package/{dist/commonjs → esm}/funcs/projectsRequestPromote.d.ts +0 -0
  3308. /package/{dist/commonjs → esm}/funcs/projectsUnpauseProject.d.ts +0 -0
  3309. /package/{dist/commonjs → esm}/funcs/projectsUpdateProject.d.ts +0 -0
  3310. /package/{dist/commonjs → esm}/funcs/projectsUpdateProjectDataCache.d.ts +0 -0
  3311. /package/{dist/commonjs → esm}/funcs/projectsUpdateProjectDomain.d.ts +0 -0
  3312. /package/{dist/commonjs → esm}/funcs/projectsUpdateProjectProtectionBypass.d.ts +0 -0
  3313. /package/{dist/commonjs → esm}/funcs/projectsVerifyProjectDomain.d.ts +0 -0
  3314. /package/{dist/commonjs → esm}/funcs/secretsCreateSecret.d.ts +0 -0
  3315. /package/{dist/commonjs → esm}/funcs/secretsDeleteSecret.d.ts +0 -0
  3316. /package/{dist/commonjs → esm}/funcs/secretsGetSecret.d.ts +0 -0
  3317. /package/{dist/commonjs → esm}/funcs/secretsRenameSecret.d.ts +0 -0
  3318. /package/{dist/commonjs → esm}/funcs/securityGetFirewallConfig.d.ts +0 -0
  3319. /package/{dist/commonjs → esm}/funcs/securityPutFirewallConfig.d.ts +0 -0
  3320. /package/{dist/commonjs → esm}/funcs/securityUpdateAttackChallengeMode.d.ts +0 -0
  3321. /package/{dist/commonjs → esm}/funcs/securityUpdateFirewallConfig.d.ts +0 -0
  3322. /package/{dist/commonjs → esm}/funcs/teamsCreateTeam.d.ts +0 -0
  3323. /package/{dist/commonjs → esm}/funcs/teamsDeleteTeam.d.ts +0 -0
  3324. /package/{dist/commonjs → esm}/funcs/teamsDeleteTeamInviteCode.d.ts +0 -0
  3325. /package/{dist/commonjs → esm}/funcs/teamsGetTeam.d.ts +0 -0
  3326. /package/{dist/commonjs → esm}/funcs/teamsGetTeamAccessRequest.d.ts +0 -0
  3327. /package/{dist/commonjs → esm}/funcs/teamsGetTeamMembers.d.ts +0 -0
  3328. /package/{dist/commonjs → esm}/funcs/teamsGetTeams.d.ts +0 -0
  3329. /package/{dist/commonjs → esm}/funcs/teamsInviteUserToTeam.d.ts +0 -0
  3330. /package/{dist/commonjs → esm}/funcs/teamsJoinTeam.d.ts +0 -0
  3331. /package/{dist/commonjs → esm}/funcs/teamsPatchTeam.d.ts +0 -0
  3332. /package/{dist/commonjs → esm}/funcs/teamsRemoveTeamMember.d.ts +0 -0
  3333. /package/{dist/commonjs → esm}/funcs/teamsRequestAccessToTeam.d.ts +0 -0
  3334. /package/{dist/commonjs → esm}/funcs/teamsUpdateTeamMember.d.ts +0 -0
  3335. /package/{dist/commonjs → esm}/funcs/userGetAuthUser.d.ts +0 -0
  3336. /package/{dist/commonjs → esm}/funcs/userListUserEvents.d.ts +0 -0
  3337. /package/{dist/commonjs → esm}/funcs/userRequestDelete.d.ts +0 -0
  3338. /package/{dist/commonjs → esm}/funcs/webhooksCreateWebhook.d.ts +0 -0
  3339. /package/{dist/commonjs → esm}/funcs/webhooksDeleteWebhook.d.ts +0 -0
  3340. /package/{dist/commonjs → esm}/funcs/webhooksGetWebhook.d.ts +0 -0
  3341. /package/{dist/commonjs → esm}/funcs/webhooksGetWebhooks.d.ts +0 -0
  3342. /package/{dist/commonjs → esm}/hooks/hooks.d.ts +0 -0
  3343. /package/{dist/esm → esm}/hooks/hooks.js +0 -0
  3344. /package/{dist/commonjs → esm}/hooks/registration.d.ts +0 -0
  3345. /package/{dist/esm → esm}/hooks/registration.js +0 -0
  3346. /package/{dist/esm → esm}/hooks/types.js +0 -0
  3347. /package/{dist/commonjs → esm}/index.d.ts +0 -0
  3348. /package/{dist/esm → esm}/index.js +0 -0
  3349. /package/{dist/commonjs → esm}/lib/base64.d.ts +0 -0
  3350. /package/{dist/esm → esm}/lib/base64.js +0 -0
  3351. /package/{dist/commonjs → esm}/lib/dlv.d.ts +0 -0
  3352. /package/{dist/esm → esm}/lib/dlv.js +0 -0
  3353. /package/{dist/commonjs → esm}/lib/encodings.d.ts +0 -0
  3354. /package/{dist/esm → esm}/lib/encodings.js +0 -0
  3355. /package/{dist/commonjs → esm}/lib/files.d.ts +0 -0
  3356. /package/{dist/esm → esm}/lib/files.js +0 -0
  3357. /package/{dist/commonjs → esm}/lib/http.d.ts +0 -0
  3358. /package/{dist/esm → esm}/lib/http.js +0 -0
  3359. /package/{dist/commonjs → esm}/lib/is-plain-object.d.ts +0 -0
  3360. /package/{dist/esm → esm}/lib/is-plain-object.js +0 -0
  3361. /package/{dist/commonjs → esm}/lib/logger.d.ts +0 -0
  3362. /package/{dist/esm → esm}/lib/logger.js +0 -0
  3363. /package/{dist/commonjs → esm}/lib/matchers.d.ts +0 -0
  3364. /package/{dist/esm → esm}/lib/matchers.js +0 -0
  3365. /package/{dist/commonjs → esm}/lib/retries.d.ts +0 -0
  3366. /package/{dist/esm → esm}/lib/retries.js +0 -0
  3367. /package/{dist/commonjs → esm}/lib/schemas.d.ts +0 -0
  3368. /package/{dist/esm → esm}/lib/schemas.js +0 -0
  3369. /package/{dist/commonjs → esm}/lib/sdks.d.ts +0 -0
  3370. /package/{dist/esm → esm}/lib/sdks.js +0 -0
  3371. /package/{dist/commonjs → esm}/lib/url.d.ts +0 -0
  3372. /package/{dist/esm → esm}/lib/url.js +0 -0
  3373. /package/{dist/commonjs → esm}/models/components/aclaction.d.ts +0 -0
  3374. /package/{dist/esm → esm}/models/components/aclaction.js +0 -0
  3375. /package/{dist/commonjs → esm}/models/components/authuser.d.ts +0 -0
  3376. /package/{dist/esm → esm}/models/components/authuser.js +0 -0
  3377. /package/{dist/commonjs → esm}/models/components/authuserlimited.d.ts +0 -0
  3378. /package/{dist/esm → esm}/models/components/authuserlimited.js +0 -0
  3379. /package/{dist/commonjs → esm}/models/components/edgeconfigitem.d.ts +0 -0
  3380. /package/{dist/esm → esm}/models/components/edgeconfigitem.js +0 -0
  3381. /package/{dist/commonjs → esm}/models/components/edgeconfigitemvalue.d.ts +0 -0
  3382. /package/{dist/esm → esm}/models/components/edgeconfigitemvalue.js +0 -0
  3383. /package/{dist/commonjs → esm}/models/components/edgeconfigtoken.d.ts +0 -0
  3384. /package/{dist/esm → esm}/models/components/edgeconfigtoken.js +0 -0
  3385. /package/{dist/commonjs → esm}/models/components/filetree.d.ts +0 -0
  3386. /package/{dist/esm → esm}/models/components/filetree.js +0 -0
  3387. /package/{dist/commonjs → esm}/models/components/flagjsonvalue.d.ts +0 -0
  3388. /package/{dist/esm → esm}/models/components/flagjsonvalue.js +0 -0
  3389. /package/{dist/commonjs → esm}/models/components/pagination.d.ts +0 -0
  3390. /package/{dist/esm → esm}/models/components/pagination.js +0 -0
  3391. /package/{dist/commonjs → esm}/models/components/teamlimited.d.ts +0 -0
  3392. /package/{dist/esm → esm}/models/components/teamlimited.js +0 -0
  3393. /package/{dist/commonjs → esm}/models/errors/httpclienterrors.d.ts +0 -0
  3394. /package/{dist/esm → esm}/models/errors/httpclienterrors.js +0 -0
  3395. /package/{dist/commonjs → esm}/models/errors/sdkerror.d.ts +0 -0
  3396. /package/{dist/esm → esm}/models/errors/sdkerror.js +0 -0
  3397. /package/{dist/commonjs → esm}/models/errors/sdkvalidationerror.d.ts +0 -0
  3398. /package/{dist/esm → esm}/models/errors/sdkvalidationerror.js +0 -0
  3399. /package/{dist/commonjs → esm}/models/operations/addprojectdomain.d.ts +0 -0
  3400. /package/{dist/esm → esm}/models/operations/addprojectdomain.js +0 -0
  3401. /package/{dist/commonjs → esm}/models/operations/addprojectmember.d.ts +0 -0
  3402. /package/{dist/esm → esm}/models/operations/addprojectmember.js +0 -0
  3403. /package/{dist/commonjs → esm}/models/operations/artifactexists.d.ts +0 -0
  3404. /package/{dist/esm → esm}/models/operations/artifactexists.js +0 -0
  3405. /package/{dist/commonjs → esm}/models/operations/artifactquery.d.ts +0 -0
  3406. /package/{dist/esm → esm}/models/operations/artifactquery.js +0 -0
  3407. /package/{dist/commonjs → esm}/models/operations/assignalias.d.ts +0 -0
  3408. /package/{dist/esm → esm}/models/operations/assignalias.js +0 -0
  3409. /package/{dist/commonjs → esm}/models/operations/buydomain.d.ts +0 -0
  3410. /package/{dist/esm → esm}/models/operations/buydomain.js +0 -0
  3411. /package/{dist/commonjs → esm}/models/operations/checkdomainstatus.d.ts +0 -0
  3412. /package/{dist/esm → esm}/models/operations/checkdomainstatus.js +0 -0
  3413. /package/{dist/commonjs → esm}/models/operations/createaccessgroup.d.ts +0 -0
  3414. /package/{dist/esm → esm}/models/operations/createaccessgroup.js +0 -0
  3415. /package/{dist/commonjs → esm}/models/operations/createauthtoken.d.ts +0 -0
  3416. /package/{dist/esm → esm}/models/operations/createauthtoken.js +0 -0
  3417. /package/{dist/commonjs → esm}/models/operations/createcheck.d.ts +0 -0
  3418. /package/{dist/esm → esm}/models/operations/createcheck.js +0 -0
  3419. /package/{dist/commonjs → esm}/models/operations/createconfigurablelogdrain.d.ts +0 -0
  3420. /package/{dist/esm → esm}/models/operations/createconfigurablelogdrain.js +0 -0
  3421. /package/{dist/commonjs → esm}/models/operations/createdeployment.d.ts +0 -0
  3422. /package/{dist/esm → esm}/models/operations/createdeployment.js +0 -0
  3423. /package/{dist/commonjs → esm}/models/operations/createedgeconfig.d.ts +0 -0
  3424. /package/{dist/esm → esm}/models/operations/createedgeconfig.js +0 -0
  3425. /package/{dist/commonjs → esm}/models/operations/createedgeconfigtoken.d.ts +0 -0
  3426. /package/{dist/esm → esm}/models/operations/createedgeconfigtoken.js +0 -0
  3427. /package/{dist/commonjs → esm}/models/operations/createlogdrain.d.ts +0 -0
  3428. /package/{dist/esm → esm}/models/operations/createlogdrain.js +0 -0
  3429. /package/{dist/commonjs → esm}/models/operations/createortransferdomain.d.ts +0 -0
  3430. /package/{dist/esm → esm}/models/operations/createortransferdomain.js +0 -0
  3431. /package/{dist/commonjs → esm}/models/operations/createrecord.d.ts +0 -0
  3432. /package/{dist/esm → esm}/models/operations/createrecord.js +0 -0
  3433. /package/{dist/commonjs → esm}/models/operations/createteam.d.ts +0 -0
  3434. /package/{dist/esm → esm}/models/operations/createteam.js +0 -0
  3435. /package/{dist/commonjs → esm}/models/operations/createwebhook.d.ts +0 -0
  3436. /package/{dist/esm → esm}/models/operations/createwebhook.js +0 -0
  3437. /package/{dist/commonjs → esm}/models/operations/deleteaccessgroup.d.ts +0 -0
  3438. /package/{dist/esm → esm}/models/operations/deleteaccessgroup.js +0 -0
  3439. /package/{dist/commonjs → esm}/models/operations/deletealias.d.ts +0 -0
  3440. /package/{dist/esm → esm}/models/operations/deletealias.js +0 -0
  3441. /package/{dist/commonjs → esm}/models/operations/deleteauthtoken.d.ts +0 -0
  3442. /package/{dist/esm → esm}/models/operations/deleteauthtoken.js +0 -0
  3443. /package/{dist/commonjs → esm}/models/operations/deleteconfigurablelogdrain.d.ts +0 -0
  3444. /package/{dist/esm → esm}/models/operations/deleteconfigurablelogdrain.js +0 -0
  3445. /package/{dist/commonjs → esm}/models/operations/deleteconfiguration.d.ts +0 -0
  3446. /package/{dist/esm → esm}/models/operations/deleteconfiguration.js +0 -0
  3447. /package/{dist/commonjs → esm}/models/operations/deletedeployment.d.ts +0 -0
  3448. /package/{dist/esm → esm}/models/operations/deletedeployment.js +0 -0
  3449. /package/{dist/commonjs → esm}/models/operations/deletedomain.d.ts +0 -0
  3450. /package/{dist/esm → esm}/models/operations/deletedomain.js +0 -0
  3451. /package/{dist/commonjs → esm}/models/operations/deleteedgeconfig.d.ts +0 -0
  3452. /package/{dist/esm → esm}/models/operations/deleteedgeconfig.js +0 -0
  3453. /package/{dist/commonjs → esm}/models/operations/deleteedgeconfigschema.d.ts +0 -0
  3454. /package/{dist/esm → esm}/models/operations/deleteedgeconfigschema.js +0 -0
  3455. /package/{dist/commonjs → esm}/models/operations/deleteedgeconfigtokens.d.ts +0 -0
  3456. /package/{dist/esm → esm}/models/operations/deleteedgeconfigtokens.js +0 -0
  3457. /package/{dist/commonjs → esm}/models/operations/deleteintegrationlogdrain.d.ts +0 -0
  3458. /package/{dist/esm → esm}/models/operations/deleteintegrationlogdrain.js +0 -0
  3459. /package/{dist/commonjs → esm}/models/operations/deleteproject.d.ts +0 -0
  3460. /package/{dist/esm → esm}/models/operations/deleteproject.js +0 -0
  3461. /package/{dist/commonjs → esm}/models/operations/deletesecret.d.ts +0 -0
  3462. /package/{dist/esm → esm}/models/operations/deletesecret.js +0 -0
  3463. /package/{dist/commonjs → esm}/models/operations/deleteteam.d.ts +0 -0
  3464. /package/{dist/esm → esm}/models/operations/deleteteam.js +0 -0
  3465. /package/{dist/commonjs → esm}/models/operations/deleteteaminvitecode.d.ts +0 -0
  3466. /package/{dist/esm → esm}/models/operations/deleteteaminvitecode.js +0 -0
  3467. /package/{dist/commonjs → esm}/models/operations/deletewebhook.d.ts +0 -0
  3468. /package/{dist/esm → esm}/models/operations/deletewebhook.js +0 -0
  3469. /package/{dist/commonjs → esm}/models/operations/downloadartifact.d.ts +0 -0
  3470. /package/{dist/esm → esm}/models/operations/downloadartifact.js +0 -0
  3471. /package/{dist/commonjs → esm}/models/operations/filterprojectenvs.d.ts +0 -0
  3472. /package/{dist/esm → esm}/models/operations/filterprojectenvs.js +0 -0
  3473. /package/{dist/commonjs → esm}/models/operations/getallchecks.d.ts +0 -0
  3474. /package/{dist/esm → esm}/models/operations/getallchecks.js +0 -0
  3475. /package/{dist/commonjs → esm}/models/operations/getalllogdrains.d.ts +0 -0
  3476. /package/{dist/esm → esm}/models/operations/getalllogdrains.js +0 -0
  3477. /package/{dist/commonjs → esm}/models/operations/getauthtoken.d.ts +0 -0
  3478. /package/{dist/esm → esm}/models/operations/getauthtoken.js +0 -0
  3479. /package/{dist/commonjs → esm}/models/operations/getauthuser.d.ts +0 -0
  3480. /package/{dist/esm → esm}/models/operations/getauthuser.js +0 -0
  3481. /package/{dist/commonjs → esm}/models/operations/getcertbyid.d.ts +0 -0
  3482. /package/{dist/esm → esm}/models/operations/getcertbyid.js +0 -0
  3483. /package/{dist/commonjs → esm}/models/operations/getcheck.d.ts +0 -0
  3484. /package/{dist/esm → esm}/models/operations/getcheck.js +0 -0
  3485. /package/{dist/commonjs → esm}/models/operations/getconfigurablelogdrain.d.ts +0 -0
  3486. /package/{dist/esm → esm}/models/operations/getconfigurablelogdrain.js +0 -0
  3487. /package/{dist/commonjs → esm}/models/operations/getconfiguration.d.ts +0 -0
  3488. /package/{dist/esm → esm}/models/operations/getconfiguration.js +0 -0
  3489. /package/{dist/commonjs → esm}/models/operations/getconfigurations.d.ts +0 -0
  3490. /package/{dist/esm → esm}/models/operations/getconfigurations.js +0 -0
  3491. /package/{dist/commonjs → esm}/models/operations/getdeployment.d.ts +0 -0
  3492. /package/{dist/esm → esm}/models/operations/getdeployment.js +0 -0
  3493. /package/{dist/commonjs → esm}/models/operations/getdeploymentevents.d.ts +0 -0
  3494. /package/{dist/esm → esm}/models/operations/getdeploymentevents.js +0 -0
  3495. /package/{dist/commonjs → esm}/models/operations/getdeploymentfilecontents.d.ts +0 -0
  3496. /package/{dist/esm → esm}/models/operations/getdeploymentfilecontents.js +0 -0
  3497. /package/{dist/commonjs → esm}/models/operations/getdeployments.d.ts +0 -0
  3498. /package/{dist/esm → esm}/models/operations/getdeployments.js +0 -0
  3499. /package/{dist/commonjs → esm}/models/operations/getdomain.d.ts +0 -0
  3500. /package/{dist/esm → esm}/models/operations/getdomain.js +0 -0
  3501. /package/{dist/commonjs → esm}/models/operations/getdomainconfig.d.ts +0 -0
  3502. /package/{dist/esm → esm}/models/operations/getdomainconfig.js +0 -0
  3503. /package/{dist/commonjs → esm}/models/operations/getdomains.d.ts +0 -0
  3504. /package/{dist/esm → esm}/models/operations/getdomains.js +0 -0
  3505. /package/{dist/commonjs → esm}/models/operations/getdomaintransfer.d.ts +0 -0
  3506. /package/{dist/esm → esm}/models/operations/getdomaintransfer.js +0 -0
  3507. /package/{dist/commonjs → esm}/models/operations/getedgeconfig.d.ts +0 -0
  3508. /package/{dist/esm → esm}/models/operations/getedgeconfig.js +0 -0
  3509. /package/{dist/commonjs → esm}/models/operations/getedgeconfigbackup.d.ts +0 -0
  3510. /package/{dist/esm → esm}/models/operations/getedgeconfigbackup.js +0 -0
  3511. /package/{dist/commonjs → esm}/models/operations/getedgeconfigbackups.d.ts +0 -0
  3512. /package/{dist/esm → esm}/models/operations/getedgeconfigbackups.js +0 -0
  3513. /package/{dist/commonjs → esm}/models/operations/getedgeconfigitem.d.ts +0 -0
  3514. /package/{dist/esm → esm}/models/operations/getedgeconfigitem.js +0 -0
  3515. /package/{dist/commonjs → esm}/models/operations/getedgeconfigitems.d.ts +0 -0
  3516. /package/{dist/esm → esm}/models/operations/getedgeconfigitems.js +0 -0
  3517. /package/{dist/commonjs → esm}/models/operations/getedgeconfigs.d.ts +0 -0
  3518. /package/{dist/esm → esm}/models/operations/getedgeconfigs.js +0 -0
  3519. /package/{dist/commonjs → esm}/models/operations/getedgeconfigschema.d.ts +0 -0
  3520. /package/{dist/esm → esm}/models/operations/getedgeconfigschema.js +0 -0
  3521. /package/{dist/commonjs → esm}/models/operations/getedgeconfigtoken.d.ts +0 -0
  3522. /package/{dist/esm → esm}/models/operations/getedgeconfigtoken.js +0 -0
  3523. /package/{dist/commonjs → esm}/models/operations/getedgeconfigtokens.d.ts +0 -0
  3524. /package/{dist/esm → esm}/models/operations/getedgeconfigtokens.js +0 -0
  3525. /package/{dist/commonjs → esm}/models/operations/getfirewallconfig.d.ts +0 -0
  3526. /package/{dist/esm → esm}/models/operations/getfirewallconfig.js +0 -0
  3527. /package/{dist/commonjs → esm}/models/operations/getintegrationlogdrains.d.ts +0 -0
  3528. /package/{dist/esm → esm}/models/operations/getintegrationlogdrains.js +0 -0
  3529. /package/{dist/commonjs → esm}/models/operations/getprojectdomain.d.ts +0 -0
  3530. /package/{dist/esm → esm}/models/operations/getprojectdomain.js +0 -0
  3531. /package/{dist/commonjs → esm}/models/operations/getprojectenv.d.ts +0 -0
  3532. /package/{dist/esm → esm}/models/operations/getprojectenv.js +0 -0
  3533. /package/{dist/commonjs → esm}/models/operations/getprojectmembers.d.ts +0 -0
  3534. /package/{dist/esm → esm}/models/operations/getprojectmembers.js +0 -0
  3535. /package/{dist/commonjs → esm}/models/operations/getrecords.d.ts +0 -0
  3536. /package/{dist/esm → esm}/models/operations/getrecords.js +0 -0
  3537. /package/{dist/commonjs → esm}/models/operations/getsecret.d.ts +0 -0
  3538. /package/{dist/esm → esm}/models/operations/getsecret.js +0 -0
  3539. /package/{dist/commonjs → esm}/models/operations/getteam.d.ts +0 -0
  3540. /package/{dist/esm → esm}/models/operations/getteam.js +0 -0
  3541. /package/{dist/commonjs → esm}/models/operations/getteamaccessrequest.d.ts +0 -0
  3542. /package/{dist/esm → esm}/models/operations/getteamaccessrequest.js +0 -0
  3543. /package/{dist/commonjs → esm}/models/operations/getteammembers.d.ts +0 -0
  3544. /package/{dist/esm → esm}/models/operations/getteammembers.js +0 -0
  3545. /package/{dist/commonjs → esm}/models/operations/getteams.d.ts +0 -0
  3546. /package/{dist/esm → esm}/models/operations/getteams.js +0 -0
  3547. /package/{dist/commonjs → esm}/models/operations/getwebhook.d.ts +0 -0
  3548. /package/{dist/esm → esm}/models/operations/getwebhook.js +0 -0
  3549. /package/{dist/commonjs → esm}/models/operations/getwebhooks.d.ts +0 -0
  3550. /package/{dist/esm → esm}/models/operations/getwebhooks.js +0 -0
  3551. /package/{dist/commonjs → esm}/models/operations/gitnamespaces.d.ts +0 -0
  3552. /package/{dist/esm → esm}/models/operations/gitnamespaces.js +0 -0
  3553. /package/{dist/commonjs → esm}/models/operations/inviteusertoteam.d.ts +0 -0
  3554. /package/{dist/esm → esm}/models/operations/inviteusertoteam.js +0 -0
  3555. /package/{dist/commonjs → esm}/models/operations/issuecert.d.ts +0 -0
  3556. /package/{dist/esm → esm}/models/operations/issuecert.js +0 -0
  3557. /package/{dist/commonjs → esm}/models/operations/jointeam.d.ts +0 -0
  3558. /package/{dist/esm → esm}/models/operations/jointeam.js +0 -0
  3559. /package/{dist/commonjs → esm}/models/operations/listaccessgroupmembers.d.ts +0 -0
  3560. /package/{dist/esm → esm}/models/operations/listaccessgroupmembers.js +0 -0
  3561. /package/{dist/commonjs → esm}/models/operations/listaccessgroupprojects.d.ts +0 -0
  3562. /package/{dist/esm → esm}/models/operations/listaccessgroupprojects.js +0 -0
  3563. /package/{dist/commonjs → esm}/models/operations/listaccessgroups.d.ts +0 -0
  3564. /package/{dist/esm → esm}/models/operations/listaccessgroups.js +0 -0
  3565. /package/{dist/commonjs → esm}/models/operations/listaliases.d.ts +0 -0
  3566. /package/{dist/esm → esm}/models/operations/listaliases.js +0 -0
  3567. /package/{dist/commonjs → esm}/models/operations/listauthtokens.d.ts +0 -0
  3568. /package/{dist/esm → esm}/models/operations/listauthtokens.js +0 -0
  3569. /package/{dist/commonjs → esm}/models/operations/listdeploymentaliases.d.ts +0 -0
  3570. /package/{dist/esm → esm}/models/operations/listdeploymentaliases.js +0 -0
  3571. /package/{dist/commonjs → esm}/models/operations/listdeploymentfiles.d.ts +0 -0
  3572. /package/{dist/esm → esm}/models/operations/listdeploymentfiles.js +0 -0
  3573. /package/{dist/commonjs → esm}/models/operations/listpromotealiases.d.ts +0 -0
  3574. /package/{dist/esm → esm}/models/operations/listpromotealiases.js +0 -0
  3575. /package/{dist/commonjs → esm}/models/operations/listuserevents.d.ts +0 -0
  3576. /package/{dist/esm → esm}/models/operations/listuserevents.js +0 -0
  3577. /package/{dist/commonjs → esm}/models/operations/patchdomain.d.ts +0 -0
  3578. /package/{dist/esm → esm}/models/operations/patchdomain.js +0 -0
  3579. /package/{dist/commonjs → esm}/models/operations/patchedgeconfigschema.d.ts +0 -0
  3580. /package/{dist/esm → esm}/models/operations/patchedgeconfigschema.js +0 -0
  3581. /package/{dist/commonjs → esm}/models/operations/patchteam.d.ts +0 -0
  3582. /package/{dist/esm → esm}/models/operations/patchteam.js +0 -0
  3583. /package/{dist/commonjs → esm}/models/operations/pauseproject.d.ts +0 -0
  3584. /package/{dist/esm → esm}/models/operations/pauseproject.js +0 -0
  3585. /package/{dist/commonjs → esm}/models/operations/putfirewallconfig.d.ts +0 -0
  3586. /package/{dist/esm → esm}/models/operations/putfirewallconfig.js +0 -0
  3587. /package/{dist/commonjs → esm}/models/operations/readaccessgroup.d.ts +0 -0
  3588. /package/{dist/esm → esm}/models/operations/readaccessgroup.js +0 -0
  3589. /package/{dist/commonjs → esm}/models/operations/recordevents.d.ts +0 -0
  3590. /package/{dist/esm → esm}/models/operations/recordevents.js +0 -0
  3591. /package/{dist/commonjs → esm}/models/operations/removecert.d.ts +0 -0
  3592. /package/{dist/esm → esm}/models/operations/removecert.js +0 -0
  3593. /package/{dist/commonjs → esm}/models/operations/removeprojectdomain.d.ts +0 -0
  3594. /package/{dist/esm → esm}/models/operations/removeprojectdomain.js +0 -0
  3595. /package/{dist/commonjs → esm}/models/operations/removeprojectmember.d.ts +0 -0
  3596. /package/{dist/esm → esm}/models/operations/removeprojectmember.js +0 -0
  3597. /package/{dist/commonjs → esm}/models/operations/removerecord.d.ts +0 -0
  3598. /package/{dist/esm → esm}/models/operations/removerecord.js +0 -0
  3599. /package/{dist/commonjs → esm}/models/operations/removeteammember.d.ts +0 -0
  3600. /package/{dist/esm → esm}/models/operations/removeteammember.js +0 -0
  3601. /package/{dist/commonjs → esm}/models/operations/renamesecret.d.ts +0 -0
  3602. /package/{dist/esm → esm}/models/operations/renamesecret.js +0 -0
  3603. /package/{dist/commonjs → esm}/models/operations/requestaccesstoteam.d.ts +0 -0
  3604. /package/{dist/esm → esm}/models/operations/requestaccesstoteam.js +0 -0
  3605. /package/{dist/commonjs → esm}/models/operations/requestdelete.d.ts +0 -0
  3606. /package/{dist/esm → esm}/models/operations/requestdelete.js +0 -0
  3607. /package/{dist/commonjs → esm}/models/operations/requestpromote.d.ts +0 -0
  3608. /package/{dist/esm → esm}/models/operations/requestpromote.js +0 -0
  3609. /package/{dist/commonjs → esm}/models/operations/rerequestcheck.d.ts +0 -0
  3610. /package/{dist/esm → esm}/models/operations/rerequestcheck.js +0 -0
  3611. /package/{dist/commonjs → esm}/models/operations/searchrepo.d.ts +0 -0
  3612. /package/{dist/esm → esm}/models/operations/searchrepo.js +0 -0
  3613. /package/{dist/commonjs → esm}/models/operations/status.d.ts +0 -0
  3614. /package/{dist/esm → esm}/models/operations/status.js +0 -0
  3615. /package/{dist/commonjs → esm}/models/operations/unpauseproject.d.ts +0 -0
  3616. /package/{dist/esm → esm}/models/operations/unpauseproject.js +0 -0
  3617. /package/{dist/commonjs → esm}/models/operations/updateaccessgroup.d.ts +0 -0
  3618. /package/{dist/esm → esm}/models/operations/updateaccessgroup.js +0 -0
  3619. /package/{dist/commonjs → esm}/models/operations/updateattackchallengemode.d.ts +0 -0
  3620. /package/{dist/esm → esm}/models/operations/updateattackchallengemode.js +0 -0
  3621. /package/{dist/commonjs → esm}/models/operations/updatecheck.d.ts +0 -0
  3622. /package/{dist/esm → esm}/models/operations/updatecheck.js +0 -0
  3623. /package/{dist/commonjs → esm}/models/operations/updateedgeconfig.d.ts +0 -0
  3624. /package/{dist/esm → esm}/models/operations/updateedgeconfig.js +0 -0
  3625. /package/{dist/commonjs → esm}/models/operations/updatefirewallconfig.d.ts +0 -0
  3626. /package/{dist/esm → esm}/models/operations/updatefirewallconfig.js +0 -0
  3627. /package/{dist/commonjs → esm}/models/operations/updateprojectdomain.d.ts +0 -0
  3628. /package/{dist/esm → esm}/models/operations/updateprojectdomain.js +0 -0
  3629. /package/{dist/commonjs → esm}/models/operations/updateprojectprotectionbypass.d.ts +0 -0
  3630. /package/{dist/esm → esm}/models/operations/updateprojectprotectionbypass.js +0 -0
  3631. /package/{dist/commonjs → esm}/models/operations/updaterecord.d.ts +0 -0
  3632. /package/{dist/esm → esm}/models/operations/updaterecord.js +0 -0
  3633. /package/{dist/commonjs → esm}/models/operations/updateteammember.d.ts +0 -0
  3634. /package/{dist/esm → esm}/models/operations/updateteammember.js +0 -0
  3635. /package/{dist/commonjs → esm}/models/operations/uploadartifact.d.ts +0 -0
  3636. /package/{dist/esm → esm}/models/operations/uploadartifact.js +0 -0
  3637. /package/{dist/commonjs → esm}/models/operations/uploadcert.d.ts +0 -0
  3638. /package/{dist/esm → esm}/models/operations/uploadcert.js +0 -0
  3639. /package/{dist/commonjs → esm}/models/operations/uploadfile.d.ts +0 -0
  3640. /package/{dist/esm → esm}/models/operations/uploadfile.js +0 -0
  3641. /package/{dist/commonjs → esm}/models/operations/verifyprojectdomain.d.ts +0 -0
  3642. /package/{dist/esm → esm}/models/operations/verifyprojectdomain.js +0 -0
  3643. /package/{dist/commonjs → esm}/sdk/accessgroups.d.ts +0 -0
  3644. /package/{dist/esm → esm}/sdk/accessgroups.js +0 -0
  3645. /package/{dist/commonjs → esm}/sdk/aliases.d.ts +0 -0
  3646. /package/{dist/esm → esm}/sdk/aliases.js +0 -0
  3647. /package/{dist/commonjs → esm}/sdk/artifacts.d.ts +0 -0
  3648. /package/{dist/esm → esm}/sdk/artifacts.js +0 -0
  3649. /package/{dist/commonjs → esm}/sdk/authentication.d.ts +0 -0
  3650. /package/{dist/esm → esm}/sdk/authentication.js +0 -0
  3651. /package/{dist/commonjs → esm}/sdk/certs.d.ts +0 -0
  3652. /package/{dist/esm → esm}/sdk/certs.js +0 -0
  3653. /package/{dist/commonjs → esm}/sdk/checks.d.ts +0 -0
  3654. /package/{dist/esm → esm}/sdk/checks.js +0 -0
  3655. /package/{dist/commonjs → esm}/sdk/deployments.d.ts +0 -0
  3656. /package/{dist/esm → esm}/sdk/deployments.js +0 -0
  3657. /package/{dist/commonjs → esm}/sdk/dns.d.ts +0 -0
  3658. /package/{dist/esm → esm}/sdk/dns.js +0 -0
  3659. /package/{dist/commonjs → esm}/sdk/domains.d.ts +0 -0
  3660. /package/{dist/esm → esm}/sdk/domains.js +0 -0
  3661. /package/{dist/commonjs → esm}/sdk/edgeconfig.d.ts +0 -0
  3662. /package/{dist/esm → esm}/sdk/edgeconfig.js +0 -0
  3663. /package/{dist/commonjs → esm}/sdk/integrations.d.ts +0 -0
  3664. /package/{dist/esm → esm}/sdk/integrations.js +0 -0
  3665. /package/{dist/commonjs → esm}/sdk/logdrains.d.ts +0 -0
  3666. /package/{dist/esm → esm}/sdk/logdrains.js +0 -0
  3667. /package/{dist/commonjs → esm}/sdk/projectmembers.d.ts +0 -0
  3668. /package/{dist/esm → esm}/sdk/projectmembers.js +0 -0
  3669. /package/{dist/commonjs → esm}/sdk/projects.d.ts +0 -0
  3670. /package/{dist/esm → esm}/sdk/projects.js +0 -0
  3671. /package/{dist/commonjs → esm}/sdk/security.d.ts +0 -0
  3672. /package/{dist/esm → esm}/sdk/security.js +0 -0
  3673. /package/{dist/commonjs → esm}/sdk/teams.d.ts +0 -0
  3674. /package/{dist/esm → esm}/sdk/teams.js +0 -0
  3675. /package/{dist/commonjs → esm}/sdk/user.d.ts +0 -0
  3676. /package/{dist/esm → esm}/sdk/user.js +0 -0
  3677. /package/{dist/commonjs → esm}/sdk/webhooks.d.ts +0 -0
  3678. /package/{dist/esm → esm}/sdk/webhooks.js +0 -0
  3679. /package/{dist/commonjs → esm}/types/blobs.d.ts +0 -0
  3680. /package/{dist/esm → esm}/types/blobs.js +0 -0
  3681. /package/{dist/commonjs → esm}/types/constdatetime.d.ts +0 -0
  3682. /package/{dist/esm → esm}/types/constdatetime.js +0 -0
  3683. /package/{dist/commonjs → esm}/types/enums.d.ts +0 -0
  3684. /package/{dist/esm → esm}/types/enums.js +0 -0
  3685. /package/{dist/commonjs → esm}/types/fp.d.ts +0 -0
  3686. /package/{dist/esm → esm}/types/fp.js +0 -0
  3687. /package/{dist/commonjs → esm}/types/operations.d.ts +0 -0
  3688. /package/{dist/esm → esm}/types/operations.js +0 -0
  3689. /package/{dist/commonjs → esm}/types/rfcdate.d.ts +0 -0
  3690. /package/{dist/esm → esm}/types/rfcdate.js +0 -0
  3691. /package/{dist/commonjs → esm}/types/streams.d.ts +0 -0
  3692. /package/{dist/esm → esm}/types/streams.js +0 -0
@@ -0,0 +1,4488 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ import { ACLAction } from "../components/aclaction.js";
4
+ export type UpdateProjectDataCacheRequestBody = {
5
+ /**
6
+ * Enable or disable data cache for the project - default: false
7
+ */
8
+ disabled?: boolean | undefined;
9
+ };
10
+ export type UpdateProjectDataCacheRequest = {
11
+ /**
12
+ * The unique project identifier
13
+ */
14
+ projectId: string;
15
+ /**
16
+ * The Team identifier to perform the request on behalf of.
17
+ */
18
+ teamId?: string | undefined;
19
+ /**
20
+ * The Team slug to perform the request on behalf of.
21
+ */
22
+ slug?: string | undefined;
23
+ requestBody?: UpdateProjectDataCacheRequestBody | undefined;
24
+ };
25
+ export type Analytics = {
26
+ id: string;
27
+ canceledAt?: number | null | undefined;
28
+ disabledAt: number;
29
+ enabledAt: number;
30
+ paidAt?: number | undefined;
31
+ sampleRatePercent?: number | null | undefined;
32
+ spendLimitInDollars?: number | null | undefined;
33
+ };
34
+ export type SpeedInsights = {
35
+ id: string;
36
+ enabledAt?: number | undefined;
37
+ disabledAt?: number | undefined;
38
+ canceledAt?: number | undefined;
39
+ hasData?: boolean | undefined;
40
+ paidAt?: number | undefined;
41
+ };
42
+ export type Definitions = {
43
+ /**
44
+ * The hostname that should be used.
45
+ */
46
+ host: string;
47
+ /**
48
+ * The path that should be called for the cronjob.
49
+ */
50
+ path: string;
51
+ /**
52
+ * The cron expression.
53
+ */
54
+ schedule: string;
55
+ };
56
+ export type Crons = {
57
+ /**
58
+ * The time the feature was enabled for this project. Note: It enables automatically with the first Deployment that outputs cronjobs.
59
+ */
60
+ enabledAt: number;
61
+ /**
62
+ * The time the feature was disabled for this project.
63
+ */
64
+ disabledAt: number | null;
65
+ updatedAt: number;
66
+ /**
67
+ * The ID of the Deployment from which the definitions originated.
68
+ */
69
+ deploymentId: string | null;
70
+ definitions: Array<Definitions>;
71
+ };
72
+ export type DataCache = {
73
+ userDisabled: boolean;
74
+ storageSizeBytes?: number | null | undefined;
75
+ unlimited?: boolean | undefined;
76
+ };
77
+ export type DeploymentExpiration = {
78
+ expirationDays?: number | undefined;
79
+ expirationDaysProduction?: number | undefined;
80
+ expirationDaysCanceled?: number | undefined;
81
+ expirationDaysErrored?: number | undefined;
82
+ deploymentsToKeep?: number | undefined;
83
+ };
84
+ export declare const UpdateProjectDataCacheTarget2: {
85
+ readonly Production: "production";
86
+ readonly Preview: "preview";
87
+ readonly Development: "development";
88
+ };
89
+ export type UpdateProjectDataCacheTarget2 = ClosedEnum<typeof UpdateProjectDataCacheTarget2>;
90
+ export declare const UpdateProjectDataCacheTarget1: {
91
+ readonly Production: "production";
92
+ readonly Preview: "preview";
93
+ readonly Development: "development";
94
+ };
95
+ export type UpdateProjectDataCacheTarget1 = ClosedEnum<typeof UpdateProjectDataCacheTarget1>;
96
+ export type UpdateProjectDataCacheTarget = Array<UpdateProjectDataCacheTarget1> | UpdateProjectDataCacheTarget2;
97
+ export declare const UpdateProjectDataCacheProjectsResponse200Type: {
98
+ readonly Secret: "secret";
99
+ readonly System: "system";
100
+ readonly Encrypted: "encrypted";
101
+ readonly Plain: "plain";
102
+ readonly Sensitive: "sensitive";
103
+ };
104
+ export type UpdateProjectDataCacheProjectsResponse200Type = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
105
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type: {
106
+ readonly FlagsConnectionString: "flags-connection-string";
107
+ };
108
+ export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type>;
109
+ export type Fifteen = {
110
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type;
111
+ projectId: string;
112
+ };
113
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type: {
114
+ readonly IntegrationStoreSecret: "integration-store-secret";
115
+ };
116
+ export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
117
+ export type Fourteen = {
118
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type;
119
+ storeId: string;
120
+ integrationId: string;
121
+ integrationProductId: string;
122
+ integrationConfigurationId: string;
123
+ };
124
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type: {
125
+ readonly PostgresUrlNoSsl: "postgres-url-no-ssl";
126
+ };
127
+ export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
128
+ export type Thirteen = {
129
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type;
130
+ storeId: string;
131
+ };
132
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type: {
133
+ readonly PostgresDatabase: "postgres-database";
134
+ };
135
+ export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
136
+ export type Twelve = {
137
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type;
138
+ storeId: string;
139
+ };
140
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type: {
141
+ readonly PostgresPassword: "postgres-password";
142
+ };
143
+ export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
144
+ export type UpdateProjectDataCacheContentHint11 = {
145
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type;
146
+ storeId: string;
147
+ };
148
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type: {
149
+ readonly PostgresHost: "postgres-host";
150
+ };
151
+ export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
152
+ export type ContentHint10 = {
153
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type;
154
+ storeId: string;
155
+ };
156
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type: {
157
+ readonly PostgresUser: "postgres-user";
158
+ };
159
+ export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
160
+ export type ContentHint9 = {
161
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type;
162
+ storeId: string;
163
+ };
164
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType: {
165
+ readonly PostgresPrismaUrl: "postgres-prisma-url";
166
+ };
167
+ export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
168
+ export type ContentHint8 = {
169
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType;
170
+ storeId: string;
171
+ };
172
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType: {
173
+ readonly PostgresUrlNonPooling: "postgres-url-non-pooling";
174
+ };
175
+ export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
176
+ export type ContentHint7 = {
177
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType;
178
+ storeId: string;
179
+ };
180
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType: {
181
+ readonly PostgresUrl: "postgres-url";
182
+ };
183
+ export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType>;
184
+ export type ContentHint6 = {
185
+ type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType;
186
+ storeId: string;
187
+ };
188
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200Type: {
189
+ readonly BlobReadWriteToken: "blob-read-write-token";
190
+ };
191
+ export type UpdateProjectDataCacheContentHintProjectsResponse200Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200Type>;
192
+ export type ContentHint5 = {
193
+ type: UpdateProjectDataCacheContentHintProjectsResponse200Type;
194
+ storeId: string;
195
+ };
196
+ export declare const UpdateProjectDataCacheContentHintProjectsResponseType: {
197
+ readonly RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token";
198
+ };
199
+ export type UpdateProjectDataCacheContentHintProjectsResponseType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponseType>;
200
+ export type ContentHint4 = {
201
+ type: UpdateProjectDataCacheContentHintProjectsResponseType;
202
+ storeId: string;
203
+ };
204
+ export declare const UpdateProjectDataCacheContentHintProjectsType: {
205
+ readonly RedisRestApiToken: "redis-rest-api-token";
206
+ };
207
+ export type UpdateProjectDataCacheContentHintProjectsType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsType>;
208
+ export type ContentHint3 = {
209
+ type: UpdateProjectDataCacheContentHintProjectsType;
210
+ storeId: string;
211
+ };
212
+ export declare const UpdateProjectDataCacheContentHintType: {
213
+ readonly RedisRestApiUrl: "redis-rest-api-url";
214
+ };
215
+ export type UpdateProjectDataCacheContentHintType = ClosedEnum<typeof UpdateProjectDataCacheContentHintType>;
216
+ export type ContentHint2 = {
217
+ type: UpdateProjectDataCacheContentHintType;
218
+ storeId: string;
219
+ };
220
+ export declare const ContentHintType: {
221
+ readonly RedisUrl: "redis-url";
222
+ };
223
+ export type ContentHintType = ClosedEnum<typeof ContentHintType>;
224
+ export type ContentHint1 = {
225
+ type: ContentHintType;
226
+ storeId: string;
227
+ };
228
+ export type ContentHint = ContentHint1 | ContentHint2 | ContentHint3 | ContentHint4 | ContentHint5 | ContentHint6 | ContentHint7 | ContentHint8 | ContentHint9 | ContentHint10 | UpdateProjectDataCacheContentHint11 | Twelve | Thirteen | Fifteen | Fourteen;
229
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType: {
230
+ readonly FlagsSecret: "flags-secret";
231
+ };
232
+ export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
233
+ /**
234
+ * Similar to `contentHints`, but should not be exposed to the user.
235
+ */
236
+ export type InternalContentHint = {
237
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType;
238
+ /**
239
+ * Contains the `value` of the env variable, encrypted with a special key to make decryption possible in the subscriber Lambda.
240
+ */
241
+ encryptedValue: string;
242
+ };
243
+ export type Env = {
244
+ target?: Array<UpdateProjectDataCacheTarget1> | UpdateProjectDataCacheTarget2 | undefined;
245
+ type: UpdateProjectDataCacheProjectsResponse200Type;
246
+ /**
247
+ * This is used to identiy variables that have been migrated from type secret to sensitive.
248
+ */
249
+ sunsetSecretId?: string | undefined;
250
+ id?: string | undefined;
251
+ key: string;
252
+ value: string;
253
+ configurationId?: string | null | undefined;
254
+ createdAt?: number | undefined;
255
+ updatedAt?: number | undefined;
256
+ createdBy?: string | null | undefined;
257
+ updatedBy?: string | null | undefined;
258
+ gitBranch?: string | undefined;
259
+ edgeConfigId?: string | null | undefined;
260
+ edgeConfigTokenId?: string | null | undefined;
261
+ contentHint?: ContentHint1 | ContentHint2 | ContentHint3 | ContentHint4 | ContentHint5 | ContentHint6 | ContentHint7 | ContentHint8 | ContentHint9 | ContentHint10 | UpdateProjectDataCacheContentHint11 | Twelve | Thirteen | Fifteen | Fourteen | null | undefined;
262
+ /**
263
+ * Similar to `contentHints`, but should not be exposed to the user.
264
+ */
265
+ internalContentHint?: InternalContentHint | null | undefined;
266
+ /**
267
+ * Whether `value` and `vsmValue` are decrypted.
268
+ */
269
+ decrypted?: boolean | undefined;
270
+ comment?: string | undefined;
271
+ customEnvironmentIds?: Array<string> | undefined;
272
+ vsmValue?: string | undefined;
273
+ };
274
+ export type CustomEnvironments = {};
275
+ export declare const UpdateProjectDataCacheFramework: {
276
+ readonly Blitzjs: "blitzjs";
277
+ readonly Nextjs: "nextjs";
278
+ readonly Gatsby: "gatsby";
279
+ readonly Remix: "remix";
280
+ readonly Astro: "astro";
281
+ readonly Hexo: "hexo";
282
+ readonly Eleventy: "eleventy";
283
+ readonly Docusaurus2: "docusaurus-2";
284
+ readonly Docusaurus: "docusaurus";
285
+ readonly Preact: "preact";
286
+ readonly Solidstart1: "solidstart-1";
287
+ readonly Solidstart: "solidstart";
288
+ readonly Dojo: "dojo";
289
+ readonly Ember: "ember";
290
+ readonly Vue: "vue";
291
+ readonly Scully: "scully";
292
+ readonly IonicAngular: "ionic-angular";
293
+ readonly Angular: "angular";
294
+ readonly Polymer: "polymer";
295
+ readonly Svelte: "svelte";
296
+ readonly Sveltekit: "sveltekit";
297
+ readonly Sveltekit1: "sveltekit-1";
298
+ readonly IonicReact: "ionic-react";
299
+ readonly CreateReactApp: "create-react-app";
300
+ readonly Gridsome: "gridsome";
301
+ readonly Umijs: "umijs";
302
+ readonly Sapper: "sapper";
303
+ readonly Saber: "saber";
304
+ readonly Stencil: "stencil";
305
+ readonly Nuxtjs: "nuxtjs";
306
+ readonly Redwoodjs: "redwoodjs";
307
+ readonly Hugo: "hugo";
308
+ readonly Jekyll: "jekyll";
309
+ readonly Brunch: "brunch";
310
+ readonly Middleman: "middleman";
311
+ readonly Zola: "zola";
312
+ readonly Hydrogen: "hydrogen";
313
+ readonly Vite: "vite";
314
+ readonly Vitepress: "vitepress";
315
+ readonly Vuepress: "vuepress";
316
+ readonly Parcel: "parcel";
317
+ readonly Fasthtml: "fasthtml";
318
+ readonly SanityV3: "sanity-v3";
319
+ readonly Sanity: "sanity";
320
+ readonly Storybook: "storybook";
321
+ };
322
+ export type UpdateProjectDataCacheFramework = ClosedEnum<typeof UpdateProjectDataCacheFramework>;
323
+ export type IpBuckets = {
324
+ bucket: string;
325
+ supportUntil?: number | undefined;
326
+ };
327
+ export type AliasAssigned = number | boolean;
328
+ export type UpdateProjectDataCacheProjectsAliasError = {
329
+ code: string;
330
+ message: string;
331
+ };
332
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType: {
333
+ readonly EndsWith: "endsWith";
334
+ readonly StartsWith: "startsWith";
335
+ readonly Equals: "equals";
336
+ };
337
+ export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
338
+ export type BranchMatcher = {
339
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONType;
340
+ pattern: string;
341
+ };
342
+ export type UpdateProjectDataCacheProjectsBuilds = {
343
+ use: string;
344
+ src?: string | undefined;
345
+ dest?: string | undefined;
346
+ };
347
+ export declare const UpdateProjectDataCacheProjectsChecksConclusion: {
348
+ readonly Succeeded: "succeeded";
349
+ readonly Failed: "failed";
350
+ readonly Skipped: "skipped";
351
+ readonly Canceled: "canceled";
352
+ };
353
+ export type UpdateProjectDataCacheProjectsChecksConclusion = ClosedEnum<typeof UpdateProjectDataCacheProjectsChecksConclusion>;
354
+ export declare const UpdateProjectDataCacheProjectsChecksState: {
355
+ readonly Registered: "registered";
356
+ readonly Running: "running";
357
+ readonly Completed: "completed";
358
+ };
359
+ export type UpdateProjectDataCacheProjectsChecksState = ClosedEnum<typeof UpdateProjectDataCacheProjectsChecksState>;
360
+ export type UpdateProjectDataCacheProjectsCreator = {
361
+ email: string;
362
+ githubLogin?: string | undefined;
363
+ gitlabLogin?: string | undefined;
364
+ uid: string;
365
+ username: string;
366
+ };
367
+ export type UpdateProjectDataCacheProjectsOidcTokenClaims = {
368
+ iss: string;
369
+ sub: string;
370
+ scope: string;
371
+ aud: string;
372
+ owner: string;
373
+ ownerId: string;
374
+ project: string;
375
+ projectId: string;
376
+ environment: string;
377
+ };
378
+ export declare const UpdateProjectDataCacheProjectsPlan: {
379
+ readonly Pro: "pro";
380
+ readonly Enterprise: "enterprise";
381
+ readonly Hobby: "hobby";
382
+ };
383
+ export type UpdateProjectDataCacheProjectsPlan = ClosedEnum<typeof UpdateProjectDataCacheProjectsPlan>;
384
+ export declare const UpdateProjectDataCacheProjectsReadyState: {
385
+ readonly Building: "BUILDING";
386
+ readonly Error: "ERROR";
387
+ readonly Initializing: "INITIALIZING";
388
+ readonly Queued: "QUEUED";
389
+ readonly Ready: "READY";
390
+ readonly Canceled: "CANCELED";
391
+ };
392
+ export type UpdateProjectDataCacheProjectsReadyState = ClosedEnum<typeof UpdateProjectDataCacheProjectsReadyState>;
393
+ export declare const UpdateProjectDataCacheProjectsReadySubstate: {
394
+ readonly Staged: "STAGED";
395
+ readonly Promoted: "PROMOTED";
396
+ };
397
+ export type UpdateProjectDataCacheProjectsReadySubstate = ClosedEnum<typeof UpdateProjectDataCacheProjectsReadySubstate>;
398
+ export declare const UpdateProjectDataCacheType: {
399
+ readonly Lambdas: "LAMBDAS";
400
+ };
401
+ export type UpdateProjectDataCacheType = ClosedEnum<typeof UpdateProjectDataCacheType>;
402
+ export type LatestDeployments = {
403
+ id: string;
404
+ alias?: Array<string> | undefined;
405
+ aliasAssigned?: number | boolean | null | undefined;
406
+ aliasError?: UpdateProjectDataCacheProjectsAliasError | null | undefined;
407
+ aliasFinal?: string | null | undefined;
408
+ automaticAliases?: Array<string> | undefined;
409
+ branchMatcher?: BranchMatcher | undefined;
410
+ buildingAt?: number | undefined;
411
+ builds?: Array<UpdateProjectDataCacheProjectsBuilds> | undefined;
412
+ checksConclusion?: UpdateProjectDataCacheProjectsChecksConclusion | undefined;
413
+ checksState?: UpdateProjectDataCacheProjectsChecksState | undefined;
414
+ connectBuildsEnabled?: boolean | undefined;
415
+ connectConfigurationId?: string | undefined;
416
+ createdAt: number;
417
+ createdIn: string;
418
+ creator: UpdateProjectDataCacheProjectsCreator | null;
419
+ deletedAt?: number | undefined;
420
+ deploymentHostname: string;
421
+ forced?: boolean | undefined;
422
+ name: string;
423
+ meta?: {
424
+ [k: string]: string;
425
+ } | undefined;
426
+ monorepoManager?: string | null | undefined;
427
+ oidcTokenClaims?: UpdateProjectDataCacheProjectsOidcTokenClaims | undefined;
428
+ plan: UpdateProjectDataCacheProjectsPlan;
429
+ /**
430
+ * Whether or not preview comments are enabled for the deployment
431
+ */
432
+ previewCommentsEnabled?: boolean | undefined;
433
+ private: boolean;
434
+ readyAt?: number | undefined;
435
+ readyState: UpdateProjectDataCacheProjectsReadyState;
436
+ readySubstate?: UpdateProjectDataCacheProjectsReadySubstate | undefined;
437
+ requestedAt?: number | undefined;
438
+ target?: string | null | undefined;
439
+ teamId?: string | null | undefined;
440
+ type: UpdateProjectDataCacheType;
441
+ url: string;
442
+ userId: string;
443
+ withCache?: boolean | undefined;
444
+ };
445
+ export declare const UpdateProjectDataCacheLinkProjectsType: {
446
+ readonly Bitbucket: "bitbucket";
447
+ };
448
+ export type UpdateProjectDataCacheLinkProjectsType = ClosedEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
449
+ export type UpdateProjectDataCacheLinkDeployHooks = {
450
+ createdAt?: number | undefined;
451
+ id: string;
452
+ name: string;
453
+ ref: string;
454
+ url: string;
455
+ };
456
+ export type Link3 = {
457
+ name?: string | undefined;
458
+ slug?: string | undefined;
459
+ owner?: string | undefined;
460
+ type?: UpdateProjectDataCacheLinkProjectsType | undefined;
461
+ uuid?: string | undefined;
462
+ workspaceUuid?: string | undefined;
463
+ createdAt?: number | undefined;
464
+ deployHooks: Array<UpdateProjectDataCacheLinkDeployHooks>;
465
+ gitCredentialId?: string | undefined;
466
+ updatedAt?: number | undefined;
467
+ sourceless?: boolean | undefined;
468
+ productionBranch?: string | undefined;
469
+ };
470
+ export declare const UpdateProjectDataCacheLinkType: {
471
+ readonly Gitlab: "gitlab";
472
+ };
473
+ export type UpdateProjectDataCacheLinkType = ClosedEnum<typeof UpdateProjectDataCacheLinkType>;
474
+ export type LinkDeployHooks = {
475
+ createdAt?: number | undefined;
476
+ id: string;
477
+ name: string;
478
+ ref: string;
479
+ url: string;
480
+ };
481
+ export type Link2 = {
482
+ projectId?: string | undefined;
483
+ projectName?: string | undefined;
484
+ projectNameWithNamespace?: string | undefined;
485
+ projectNamespace?: string | undefined;
486
+ /**
487
+ * A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes. This is the id of the top level group that a namespace belongs to. Gitlab supports group nesting (up to 20 levels).
488
+ */
489
+ projectOwnerId?: number | undefined;
490
+ projectUrl?: string | undefined;
491
+ type?: UpdateProjectDataCacheLinkType | undefined;
492
+ createdAt?: number | undefined;
493
+ deployHooks: Array<LinkDeployHooks>;
494
+ gitCredentialId?: string | undefined;
495
+ updatedAt?: number | undefined;
496
+ sourceless?: boolean | undefined;
497
+ productionBranch?: string | undefined;
498
+ };
499
+ export declare const LinkType: {
500
+ readonly Github: "github";
501
+ };
502
+ export type LinkType = ClosedEnum<typeof LinkType>;
503
+ export type DeployHooks = {
504
+ createdAt?: number | undefined;
505
+ id: string;
506
+ name: string;
507
+ ref: string;
508
+ url: string;
509
+ };
510
+ export type Link1 = {
511
+ org?: string | undefined;
512
+ /**
513
+ * A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
514
+ */
515
+ repoOwnerId?: number | undefined;
516
+ repo?: string | undefined;
517
+ repoId?: number | undefined;
518
+ type?: LinkType | undefined;
519
+ createdAt?: number | undefined;
520
+ deployHooks: Array<DeployHooks>;
521
+ gitCredentialId?: string | undefined;
522
+ updatedAt?: number | undefined;
523
+ sourceless?: boolean | undefined;
524
+ productionBranch?: string | undefined;
525
+ };
526
+ export type Link = Link1 | Link3 | Link2;
527
+ export declare const UpdateProjectDataCacheNodeVersion: {
528
+ readonly TwentyTwoX: "22.x";
529
+ readonly TwentyX: "20.x";
530
+ readonly EighteenX: "18.x";
531
+ readonly SixteenX: "16.x";
532
+ readonly FourteenX: "14.x";
533
+ readonly TwelveX: "12.x";
534
+ readonly TenX: "10.x";
535
+ readonly Eight10X: "8.10.x";
536
+ };
537
+ export type UpdateProjectDataCacheNodeVersion = ClosedEnum<typeof UpdateProjectDataCacheNodeVersion>;
538
+ export type UpdateProjectDataCachePaths = {
539
+ value: string;
540
+ };
541
+ export type UpdateProjectDataCacheOptionsAllowlist = {
542
+ paths: Array<UpdateProjectDataCachePaths>;
543
+ };
544
+ export type UpdateProjectDataCachePasswordProtection = {};
545
+ export declare const FunctionDefaultMemoryType: {
546
+ readonly StandardLegacy: "standard_legacy";
547
+ readonly Standard: "standard";
548
+ readonly Performance: "performance";
549
+ };
550
+ export type FunctionDefaultMemoryType = ClosedEnum<typeof FunctionDefaultMemoryType>;
551
+ export type ResourceConfig = {
552
+ functionDefaultTimeout?: number | undefined;
553
+ functionDefaultMemoryType?: FunctionDefaultMemoryType | undefined;
554
+ allowServerlessConcurrency?: boolean | undefined;
555
+ elasticConcurrencyEnabled?: boolean | undefined;
556
+ };
557
+ export declare const UpdateProjectDataCacheDeploymentType: {
558
+ readonly Preview: "preview";
559
+ readonly All: "all";
560
+ readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
561
+ };
562
+ export type UpdateProjectDataCacheDeploymentType = ClosedEnum<typeof UpdateProjectDataCacheDeploymentType>;
563
+ export type UpdateProjectDataCacheSsoProtection = {
564
+ deploymentType: UpdateProjectDataCacheDeploymentType;
565
+ };
566
+ export type UpdateProjectDataCacheAliasAssigned = number | boolean;
567
+ export type UpdateProjectDataCacheAliasError = {
568
+ code: string;
569
+ message: string;
570
+ };
571
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType: {
572
+ readonly EndsWith: "endsWith";
573
+ readonly StartsWith: "startsWith";
574
+ readonly Equals: "equals";
575
+ };
576
+ export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
577
+ export type UpdateProjectDataCacheBranchMatcher = {
578
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType;
579
+ pattern: string;
580
+ };
581
+ export type UpdateProjectDataCacheBuilds = {
582
+ use: string;
583
+ src?: string | undefined;
584
+ dest?: string | undefined;
585
+ };
586
+ export declare const UpdateProjectDataCacheChecksConclusion: {
587
+ readonly Succeeded: "succeeded";
588
+ readonly Failed: "failed";
589
+ readonly Skipped: "skipped";
590
+ readonly Canceled: "canceled";
591
+ };
592
+ export type UpdateProjectDataCacheChecksConclusion = ClosedEnum<typeof UpdateProjectDataCacheChecksConclusion>;
593
+ export declare const UpdateProjectDataCacheChecksState: {
594
+ readonly Registered: "registered";
595
+ readonly Running: "running";
596
+ readonly Completed: "completed";
597
+ };
598
+ export type UpdateProjectDataCacheChecksState = ClosedEnum<typeof UpdateProjectDataCacheChecksState>;
599
+ export type UpdateProjectDataCacheCreator = {
600
+ email: string;
601
+ githubLogin?: string | undefined;
602
+ gitlabLogin?: string | undefined;
603
+ uid: string;
604
+ username: string;
605
+ };
606
+ export type UpdateProjectDataCacheOidcTokenClaims = {
607
+ iss: string;
608
+ sub: string;
609
+ scope: string;
610
+ aud: string;
611
+ owner: string;
612
+ ownerId: string;
613
+ project: string;
614
+ projectId: string;
615
+ environment: string;
616
+ };
617
+ export declare const UpdateProjectDataCachePlan: {
618
+ readonly Pro: "pro";
619
+ readonly Enterprise: "enterprise";
620
+ readonly Hobby: "hobby";
621
+ };
622
+ export type UpdateProjectDataCachePlan = ClosedEnum<typeof UpdateProjectDataCachePlan>;
623
+ export declare const UpdateProjectDataCacheReadyState: {
624
+ readonly Building: "BUILDING";
625
+ readonly Error: "ERROR";
626
+ readonly Initializing: "INITIALIZING";
627
+ readonly Queued: "QUEUED";
628
+ readonly Ready: "READY";
629
+ readonly Canceled: "CANCELED";
630
+ };
631
+ export type UpdateProjectDataCacheReadyState = ClosedEnum<typeof UpdateProjectDataCacheReadyState>;
632
+ export declare const UpdateProjectDataCacheReadySubstate: {
633
+ readonly Staged: "STAGED";
634
+ readonly Promoted: "PROMOTED";
635
+ };
636
+ export type UpdateProjectDataCacheReadySubstate = ClosedEnum<typeof UpdateProjectDataCacheReadySubstate>;
637
+ export declare const UpdateProjectDataCacheProjectsType: {
638
+ readonly Lambdas: "LAMBDAS";
639
+ };
640
+ export type UpdateProjectDataCacheProjectsType = ClosedEnum<typeof UpdateProjectDataCacheProjectsType>;
641
+ export type Targets = {
642
+ id: string;
643
+ alias?: Array<string> | undefined;
644
+ aliasAssigned?: number | boolean | null | undefined;
645
+ aliasError?: UpdateProjectDataCacheAliasError | null | undefined;
646
+ aliasFinal?: string | null | undefined;
647
+ automaticAliases?: Array<string> | undefined;
648
+ branchMatcher?: UpdateProjectDataCacheBranchMatcher | undefined;
649
+ buildingAt?: number | undefined;
650
+ builds?: Array<UpdateProjectDataCacheBuilds> | undefined;
651
+ checksConclusion?: UpdateProjectDataCacheChecksConclusion | undefined;
652
+ checksState?: UpdateProjectDataCacheChecksState | undefined;
653
+ connectBuildsEnabled?: boolean | undefined;
654
+ connectConfigurationId?: string | undefined;
655
+ createdAt: number;
656
+ createdIn: string;
657
+ creator: UpdateProjectDataCacheCreator | null;
658
+ deletedAt?: number | undefined;
659
+ deploymentHostname: string;
660
+ forced?: boolean | undefined;
661
+ name: string;
662
+ meta?: {
663
+ [k: string]: string;
664
+ } | undefined;
665
+ monorepoManager?: string | null | undefined;
666
+ oidcTokenClaims?: UpdateProjectDataCacheOidcTokenClaims | undefined;
667
+ plan: UpdateProjectDataCachePlan;
668
+ /**
669
+ * Whether or not preview comments are enabled for the deployment
670
+ */
671
+ previewCommentsEnabled?: boolean | undefined;
672
+ private: boolean;
673
+ readyAt?: number | undefined;
674
+ readyState: UpdateProjectDataCacheReadyState;
675
+ readySubstate?: UpdateProjectDataCacheReadySubstate | undefined;
676
+ requestedAt?: number | undefined;
677
+ target?: string | null | undefined;
678
+ teamId?: string | null | undefined;
679
+ type: UpdateProjectDataCacheProjectsType;
680
+ url: string;
681
+ userId: string;
682
+ withCache?: boolean | undefined;
683
+ };
684
+ export type Permissions = {
685
+ accessGroup?: Array<ACLAction> | undefined;
686
+ aliasGlobal?: Array<ACLAction> | undefined;
687
+ analyticsSampling?: Array<ACLAction> | undefined;
688
+ analyticsUsage?: Array<ACLAction> | undefined;
689
+ auditLog?: Array<ACLAction> | undefined;
690
+ billingAddress?: Array<ACLAction> | undefined;
691
+ billingInformation?: Array<ACLAction> | undefined;
692
+ billingInvoice?: Array<ACLAction> | undefined;
693
+ billingInvoiceEmailRecipient?: Array<ACLAction> | undefined;
694
+ billingInvoiceLanguage?: Array<ACLAction> | undefined;
695
+ billingPlan?: Array<ACLAction> | undefined;
696
+ billingPurchaseOrder?: Array<ACLAction> | undefined;
697
+ billingTaxId?: Array<ACLAction> | undefined;
698
+ blob?: Array<ACLAction> | undefined;
699
+ budget?: Array<ACLAction> | undefined;
700
+ cacheArtifact?: Array<ACLAction> | undefined;
701
+ cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
702
+ codeChecks?: Array<ACLAction> | undefined;
703
+ concurrentBuilds?: Array<ACLAction> | undefined;
704
+ connect?: Array<ACLAction> | undefined;
705
+ connectConfiguration?: Array<ACLAction> | undefined;
706
+ domain?: Array<ACLAction> | undefined;
707
+ domainAcceptDelegation?: Array<ACLAction> | undefined;
708
+ domainAuthCodes?: Array<ACLAction> | undefined;
709
+ domainCertificate?: Array<ACLAction> | undefined;
710
+ domainCheckConfig?: Array<ACLAction> | undefined;
711
+ domainMove?: Array<ACLAction> | undefined;
712
+ domainPurchase?: Array<ACLAction> | undefined;
713
+ domainRecord?: Array<ACLAction> | undefined;
714
+ domainTransferIn?: Array<ACLAction> | undefined;
715
+ event?: Array<ACLAction> | undefined;
716
+ ownEvent?: Array<ACLAction> | undefined;
717
+ sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
718
+ fileUpload?: Array<ACLAction> | undefined;
719
+ gitRepository?: Array<ACLAction> | undefined;
720
+ ipBlocking?: Array<ACLAction> | undefined;
721
+ integration?: Array<ACLAction> | undefined;
722
+ integrationAccount?: Array<ACLAction> | undefined;
723
+ integrationConfiguration?: Array<ACLAction> | undefined;
724
+ integrationConfigurationTransfer?: Array<ACLAction> | undefined;
725
+ integrationConfigurationProjects?: Array<ACLAction> | undefined;
726
+ integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
727
+ integrationConfigurationRole?: Array<ACLAction> | undefined;
728
+ integrationResource?: Array<ACLAction> | undefined;
729
+ integrationEvent?: Array<ACLAction> | undefined;
730
+ integrationResourceSecrets?: Array<ACLAction> | undefined;
731
+ integrationDeploymentAction?: Array<ACLAction> | undefined;
732
+ marketplaceInstallationMember?: Array<ACLAction> | undefined;
733
+ marketplaceBillingData?: Array<ACLAction> | undefined;
734
+ marketplaceInvoice?: Array<ACLAction> | undefined;
735
+ jobGlobal?: Array<ACLAction> | undefined;
736
+ logDrain?: Array<ACLAction> | undefined;
737
+ monitoring?: Array<ACLAction> | undefined;
738
+ monitoringSettings?: Array<ACLAction> | undefined;
739
+ monitoringQuery?: Array<ACLAction> | undefined;
740
+ monitoringChart?: Array<ACLAction> | undefined;
741
+ monitoringAlert?: Array<ACLAction> | undefined;
742
+ notificationDeploymentFailed?: Array<ACLAction> | undefined;
743
+ notificationDomainConfiguration?: Array<ACLAction> | undefined;
744
+ notificationDomainExpire?: Array<ACLAction> | undefined;
745
+ notificationDomainMoved?: Array<ACLAction> | undefined;
746
+ notificationDomainPurchase?: Array<ACLAction> | undefined;
747
+ notificationDomainRenewal?: Array<ACLAction> | undefined;
748
+ notificationDomainTransfer?: Array<ACLAction> | undefined;
749
+ notificationDomainUnverified?: Array<ACLAction> | undefined;
750
+ notificationMonitoringAlert?: Array<ACLAction> | undefined;
751
+ notificationPaymentFailed?: Array<ACLAction> | undefined;
752
+ notificationUsageAlert?: Array<ACLAction> | undefined;
753
+ notificationCustomerBudget?: Array<ACLAction> | undefined;
754
+ notificationStatementOfReasons?: Array<ACLAction> | undefined;
755
+ oauth2Connection?: Array<ACLAction> | undefined;
756
+ openTelemetryEndpoint?: Array<ACLAction> | undefined;
757
+ paymentMethod?: Array<ACLAction> | undefined;
758
+ permissions?: Array<ACLAction> | undefined;
759
+ postgres?: Array<ACLAction> | undefined;
760
+ previewDeploymentSuffix?: Array<ACLAction> | undefined;
761
+ proTrialOnboarding?: Array<ACLAction> | undefined;
762
+ sharedEnvVars?: Array<ACLAction> | undefined;
763
+ sharedEnvVarsProduction?: Array<ACLAction> | undefined;
764
+ space?: Array<ACLAction> | undefined;
765
+ spaceRun?: Array<ACLAction> | undefined;
766
+ passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
767
+ rateLimit?: Array<ACLAction> | undefined;
768
+ redis?: Array<ACLAction> | undefined;
769
+ repository?: Array<ACLAction> | undefined;
770
+ remoteCaching?: Array<ACLAction> | undefined;
771
+ samlConfig?: Array<ACLAction> | undefined;
772
+ secret?: Array<ACLAction> | undefined;
773
+ redisStoreTokenSet?: Array<ACLAction> | undefined;
774
+ blobStoreTokenSet?: Array<ACLAction> | undefined;
775
+ postgresStoreTokenSet?: Array<ACLAction> | undefined;
776
+ integrationStoreTokenSet?: Array<ACLAction> | undefined;
777
+ integrationResourceReplCommand?: Array<ACLAction> | undefined;
778
+ storeTransfer?: Array<ACLAction> | undefined;
779
+ supportCase?: Array<ACLAction> | undefined;
780
+ supportCaseComment?: Array<ACLAction> | undefined;
781
+ dataCacheBillingSettings?: Array<ACLAction> | undefined;
782
+ team?: Array<ACLAction> | undefined;
783
+ teamAccessRequest?: Array<ACLAction> | undefined;
784
+ teamFellowMembership?: Array<ACLAction> | undefined;
785
+ teamGitExclusivity?: Array<ACLAction> | undefined;
786
+ teamInvite?: Array<ACLAction> | undefined;
787
+ teamInviteCode?: Array<ACLAction> | undefined;
788
+ teamJoin?: Array<ACLAction> | undefined;
789
+ teamOwnMembership?: Array<ACLAction> | undefined;
790
+ teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
791
+ token?: Array<ACLAction> | undefined;
792
+ usage?: Array<ACLAction> | undefined;
793
+ usageCycle?: Array<ACLAction> | undefined;
794
+ user?: Array<ACLAction> | undefined;
795
+ userConnection?: Array<ACLAction> | undefined;
796
+ vpcPeeringConnection?: Array<ACLAction> | undefined;
797
+ webAnalyticsPlan?: Array<ACLAction> | undefined;
798
+ webAuthn?: Array<ACLAction> | undefined;
799
+ edgeConfig?: Array<ACLAction> | undefined;
800
+ edgeConfigItem?: Array<ACLAction> | undefined;
801
+ edgeConfigSchema?: Array<ACLAction> | undefined;
802
+ edgeConfigToken?: Array<ACLAction> | undefined;
803
+ webhook?: Array<ACLAction> | undefined;
804
+ webhookEvent?: Array<ACLAction> | undefined;
805
+ endpointVerification?: Array<ACLAction> | undefined;
806
+ projectTransferIn?: Array<ACLAction> | undefined;
807
+ oauth2Application?: Array<ACLAction> | undefined;
808
+ aliasProject?: Array<ACLAction> | undefined;
809
+ aliasProtectionBypass?: Array<ACLAction> | undefined;
810
+ productionAliasProtectionBypass?: Array<ACLAction> | undefined;
811
+ connectConfigurationLink?: Array<ACLAction> | undefined;
812
+ dataCacheNamespace?: Array<ACLAction> | undefined;
813
+ deployment?: Array<ACLAction> | undefined;
814
+ deploymentCheck?: Array<ACLAction> | undefined;
815
+ deploymentCheckPreview?: Array<ACLAction> | undefined;
816
+ deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
817
+ deploymentProductionGit?: Array<ACLAction> | undefined;
818
+ deploymentPreview?: Array<ACLAction> | undefined;
819
+ deploymentPrivate?: Array<ACLAction> | undefined;
820
+ deploymentPromote?: Array<ACLAction> | undefined;
821
+ deploymentRollback?: Array<ACLAction> | undefined;
822
+ environments?: Array<ACLAction> | undefined;
823
+ logs?: Array<ACLAction> | undefined;
824
+ logsPreset?: Array<ACLAction> | undefined;
825
+ passwordProtection?: Array<ACLAction> | undefined;
826
+ optionsAllowlist?: Array<ACLAction> | undefined;
827
+ job?: Array<ACLAction> | undefined;
828
+ project?: Array<ACLAction> | undefined;
829
+ projectAccessGroup?: Array<ACLAction> | undefined;
830
+ projectAnalyticsSampling?: Array<ACLAction> | undefined;
831
+ projectDeploymentHook?: Array<ACLAction> | undefined;
832
+ projectDomain?: Array<ACLAction> | undefined;
833
+ projectDomainMove?: Array<ACLAction> | undefined;
834
+ projectDomainCheckConfig?: Array<ACLAction> | undefined;
835
+ projectEnvVars?: Array<ACLAction> | undefined;
836
+ projectEnvVarsProduction?: Array<ACLAction> | undefined;
837
+ projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
838
+ projectFlags?: Array<ACLAction> | undefined;
839
+ projectId?: Array<ACLAction> | undefined;
840
+ projectIntegrationConfiguration?: Array<ACLAction> | undefined;
841
+ projectLink?: Array<ACLAction> | undefined;
842
+ projectMember?: Array<ACLAction> | undefined;
843
+ projectMonitoring?: Array<ACLAction> | undefined;
844
+ projectPermissions?: Array<ACLAction> | undefined;
845
+ projectProductionBranch?: Array<ACLAction> | undefined;
846
+ projectTransfer?: Array<ACLAction> | undefined;
847
+ projectTransferOut?: Array<ACLAction> | undefined;
848
+ projectProtectionBypass?: Array<ACLAction> | undefined;
849
+ projectUsage?: Array<ACLAction> | undefined;
850
+ projectAnalyticsUsage?: Array<ACLAction> | undefined;
851
+ projectSupportCase?: Array<ACLAction> | undefined;
852
+ projectSupportCaseComment?: Array<ACLAction> | undefined;
853
+ projectDeploymentExpiration?: Array<ACLAction> | undefined;
854
+ projectTier?: Array<ACLAction> | undefined;
855
+ seawallConfig?: Array<ACLAction> | undefined;
856
+ skewProtection?: Array<ACLAction> | undefined;
857
+ analytics?: Array<ACLAction> | undefined;
858
+ trustedIps?: Array<ACLAction> | undefined;
859
+ webAnalytics?: Array<ACLAction> | undefined;
860
+ sharedEnvVarConnection?: Array<ACLAction> | undefined;
861
+ sonar?: Array<ACLAction> | undefined;
862
+ };
863
+ export type LastRollbackTarget = {};
864
+ export declare const JobStatus: {
865
+ readonly Succeeded: "succeeded";
866
+ readonly Failed: "failed";
867
+ readonly Skipped: "skipped";
868
+ readonly Pending: "pending";
869
+ readonly InProgress: "in-progress";
870
+ };
871
+ export type JobStatus = ClosedEnum<typeof JobStatus>;
872
+ export declare const UpdateProjectDataCacheProjectsResponseType: {
873
+ readonly Promote: "promote";
874
+ readonly Rollback: "rollback";
875
+ };
876
+ export type UpdateProjectDataCacheProjectsResponseType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
877
+ export type LastAliasRequest = {
878
+ fromDeploymentId: string;
879
+ toDeploymentId: string;
880
+ jobStatus: JobStatus;
881
+ requestedAt: number;
882
+ type: UpdateProjectDataCacheProjectsResponseType;
883
+ };
884
+ export declare const Scope: {
885
+ readonly AutomationBypass: "automation-bypass";
886
+ };
887
+ export type Scope = ClosedEnum<typeof Scope>;
888
+ export type ProtectionBypass = {
889
+ createdAt: number;
890
+ createdBy: string;
891
+ scope: Scope;
892
+ };
893
+ export declare const UpdateProjectDataCacheTrustedIpsDeploymentType: {
894
+ readonly Production: "production";
895
+ readonly Preview: "preview";
896
+ readonly All: "all";
897
+ readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
898
+ };
899
+ export type UpdateProjectDataCacheTrustedIpsDeploymentType = ClosedEnum<typeof UpdateProjectDataCacheTrustedIpsDeploymentType>;
900
+ export type TrustedIps2 = {
901
+ deploymentType: UpdateProjectDataCacheTrustedIpsDeploymentType;
902
+ };
903
+ export declare const TrustedIpsDeploymentType: {
904
+ readonly Production: "production";
905
+ readonly Preview: "preview";
906
+ readonly All: "all";
907
+ readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
908
+ };
909
+ export type TrustedIpsDeploymentType = ClosedEnum<typeof TrustedIpsDeploymentType>;
910
+ export type UpdateProjectDataCacheTrustedIpsAddresses = {
911
+ value: string;
912
+ note?: string | undefined;
913
+ };
914
+ export declare const UpdateProjectDataCacheTrustedIpsProtectionMode: {
915
+ readonly Additional: "additional";
916
+ readonly Exclusive: "exclusive";
917
+ };
918
+ export type UpdateProjectDataCacheTrustedIpsProtectionMode = ClosedEnum<typeof UpdateProjectDataCacheTrustedIpsProtectionMode>;
919
+ export type TrustedIps1 = {
920
+ deploymentType: TrustedIpsDeploymentType;
921
+ addresses: Array<UpdateProjectDataCacheTrustedIpsAddresses>;
922
+ protectionMode: UpdateProjectDataCacheTrustedIpsProtectionMode;
923
+ };
924
+ export type UpdateProjectDataCacheTrustedIps = TrustedIps2 | TrustedIps1;
925
+ export type GitComments = {
926
+ /**
927
+ * Whether the Vercel bot should comment on PRs
928
+ */
929
+ onPullRequest: boolean;
930
+ /**
931
+ * Whether the Vercel bot should comment on commits
932
+ */
933
+ onCommit: boolean;
934
+ };
935
+ export type WebAnalytics = {
936
+ id: string;
937
+ disabledAt?: number | undefined;
938
+ canceledAt?: number | undefined;
939
+ enabledAt?: number | undefined;
940
+ hasData?: boolean | undefined;
941
+ };
942
+ export type Src2 = {
943
+ re?: string | undefined;
944
+ eq?: string | undefined;
945
+ neq?: string | undefined;
946
+ inc?: Array<string> | undefined;
947
+ ninc?: Array<string> | undefined;
948
+ pre?: string | undefined;
949
+ suf?: string | undefined;
950
+ gt?: number | undefined;
951
+ gte?: number | undefined;
952
+ lt?: number | undefined;
953
+ lte?: number | undefined;
954
+ };
955
+ export type Src = Src2 | string;
956
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType: {
957
+ readonly Path: "path";
958
+ readonly Host: "host";
959
+ readonly Method: "method";
960
+ readonly Header: "header";
961
+ readonly Cookie: "cookie";
962
+ readonly Query: "query";
963
+ readonly IpAddress: "ip_address";
964
+ readonly Protocol: "protocol";
965
+ readonly Scheme: "scheme";
966
+ readonly Environment: "environment";
967
+ readonly Region: "region";
968
+ };
969
+ export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType>;
970
+ export type UpdateProjectDataCacheValueProjects2 = {
971
+ re?: string | undefined;
972
+ eq?: string | undefined;
973
+ neq?: string | undefined;
974
+ inc?: Array<string> | undefined;
975
+ ninc?: Array<string> | undefined;
976
+ pre?: string | undefined;
977
+ suf?: string | undefined;
978
+ gt?: number | undefined;
979
+ gte?: number | undefined;
980
+ lt?: number | undefined;
981
+ lte?: number | undefined;
982
+ };
983
+ export type UpdateProjectDataCacheProjectsValue = UpdateProjectDataCacheValueProjects2 | string;
984
+ export type Has = {
985
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType;
986
+ key?: string | undefined;
987
+ value?: UpdateProjectDataCacheValueProjects2 | string | undefined;
988
+ };
989
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType: {
990
+ readonly Path: "path";
991
+ readonly Host: "host";
992
+ readonly Method: "method";
993
+ readonly Header: "header";
994
+ readonly Cookie: "cookie";
995
+ readonly Query: "query";
996
+ readonly IpAddress: "ip_address";
997
+ readonly Protocol: "protocol";
998
+ readonly Scheme: "scheme";
999
+ readonly Environment: "environment";
1000
+ readonly Region: "region";
1001
+ };
1002
+ export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
1003
+ export type UpdateProjectDataCacheValue2 = {
1004
+ re?: string | undefined;
1005
+ eq?: string | undefined;
1006
+ neq?: string | undefined;
1007
+ inc?: Array<string> | undefined;
1008
+ ninc?: Array<string> | undefined;
1009
+ pre?: string | undefined;
1010
+ suf?: string | undefined;
1011
+ gt?: number | undefined;
1012
+ gte?: number | undefined;
1013
+ lt?: number | undefined;
1014
+ lte?: number | undefined;
1015
+ };
1016
+ export type UpdateProjectDataCacheValue = UpdateProjectDataCacheValue2 | string;
1017
+ export type Missing = {
1018
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType;
1019
+ key?: string | undefined;
1020
+ value?: UpdateProjectDataCacheValue2 | string | undefined;
1021
+ };
1022
+ export declare const Handle: {
1023
+ readonly Init: "init";
1024
+ readonly Finalize: "finalize";
1025
+ };
1026
+ export type Handle = ClosedEnum<typeof Handle>;
1027
+ export declare const UpdateProjectDataCacheAction: {
1028
+ readonly Deny: "deny";
1029
+ readonly Challenge: "challenge";
1030
+ readonly Log: "log";
1031
+ readonly Bypass: "bypass";
1032
+ readonly RateLimit: "rate_limit";
1033
+ readonly Redirect: "redirect";
1034
+ };
1035
+ export type UpdateProjectDataCacheAction = ClosedEnum<typeof UpdateProjectDataCacheAction>;
1036
+ export declare const UpdateProjectDataCacheAlgo: {
1037
+ readonly FixedWindow: "fixed_window";
1038
+ readonly TokenBucket: "token_bucket";
1039
+ };
1040
+ export type UpdateProjectDataCacheAlgo = ClosedEnum<typeof UpdateProjectDataCacheAlgo>;
1041
+ export type Erl = {
1042
+ algo: UpdateProjectDataCacheAlgo;
1043
+ window: number;
1044
+ limit: number;
1045
+ keys: Array<string>;
1046
+ };
1047
+ export type UpdateProjectDataCacheMitigate = {
1048
+ action: UpdateProjectDataCacheAction;
1049
+ ruleId: string;
1050
+ ttl?: number | undefined;
1051
+ erl?: Erl | undefined;
1052
+ };
1053
+ export type FirewallRoutes = {
1054
+ src?: Src2 | string | undefined;
1055
+ has?: Array<Has> | undefined;
1056
+ missing?: Array<Missing> | undefined;
1057
+ dest?: string | undefined;
1058
+ status?: number | undefined;
1059
+ handle?: Handle | undefined;
1060
+ mitigate?: UpdateProjectDataCacheMitigate | undefined;
1061
+ };
1062
+ export type Security = {
1063
+ attackModeEnabled?: boolean | undefined;
1064
+ attackModeUpdatedAt?: number | undefined;
1065
+ firewallEnabled?: boolean | undefined;
1066
+ firewallUpdatedAt?: number | undefined;
1067
+ attackModeActiveUntil?: number | null | undefined;
1068
+ firewallConfigVersion?: number | undefined;
1069
+ firewallRoutes?: Array<FirewallRoutes> | undefined;
1070
+ firewallSeawallEnabled?: boolean | undefined;
1071
+ ja3Enabled?: boolean | undefined;
1072
+ ja4Enabled?: boolean | undefined;
1073
+ };
1074
+ /**
1075
+ * - team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`
1076
+ */
1077
+ export declare const UpdateProjectDataCacheIssuerMode: {
1078
+ readonly Team: "team";
1079
+ readonly Global: "global";
1080
+ };
1081
+ /**
1082
+ * - team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`
1083
+ */
1084
+ export type UpdateProjectDataCacheIssuerMode = ClosedEnum<typeof UpdateProjectDataCacheIssuerMode>;
1085
+ export type UpdateProjectDataCacheOidcTokenConfig = {
1086
+ enabled: boolean;
1087
+ /**
1088
+ * - team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`
1089
+ */
1090
+ issuerMode?: UpdateProjectDataCacheIssuerMode | undefined;
1091
+ };
1092
+ export declare const Tier: {
1093
+ readonly Standard: "standard";
1094
+ readonly Advanced: "advanced";
1095
+ readonly Critical: "critical";
1096
+ };
1097
+ export type Tier = ClosedEnum<typeof Tier>;
1098
+ export type UpdateProjectDataCacheResponseBody = {
1099
+ accountId: string;
1100
+ analytics?: Analytics | undefined;
1101
+ speedInsights?: SpeedInsights | undefined;
1102
+ autoExposeSystemEnvs?: boolean | undefined;
1103
+ autoAssignCustomDomains?: boolean | undefined;
1104
+ autoAssignCustomDomainsUpdatedBy?: string | undefined;
1105
+ buildCommand?: string | null | undefined;
1106
+ commandForIgnoringBuildStep?: string | null | undefined;
1107
+ connectConfigurationId?: string | null | undefined;
1108
+ connectBuildsEnabled?: boolean | undefined;
1109
+ createdAt?: number | undefined;
1110
+ customerSupportCodeVisibility?: boolean | undefined;
1111
+ crons?: Crons | undefined;
1112
+ dataCache?: DataCache | undefined;
1113
+ deploymentExpiration?: DeploymentExpiration | null | undefined;
1114
+ devCommand?: string | null | undefined;
1115
+ directoryListing: boolean;
1116
+ installCommand?: string | null | undefined;
1117
+ env?: Array<Env> | undefined;
1118
+ customEnvironments?: Array<CustomEnvironments> | undefined;
1119
+ framework?: UpdateProjectDataCacheFramework | null | undefined;
1120
+ gitForkProtection?: boolean | undefined;
1121
+ gitLFS?: boolean | undefined;
1122
+ id: string;
1123
+ ipBuckets?: Array<IpBuckets> | undefined;
1124
+ latestDeployments?: Array<LatestDeployments> | undefined;
1125
+ link?: Link1 | Link3 | Link2 | undefined;
1126
+ name: string;
1127
+ nodeVersion: UpdateProjectDataCacheNodeVersion;
1128
+ optionsAllowlist?: UpdateProjectDataCacheOptionsAllowlist | null | undefined;
1129
+ outputDirectory?: string | null | undefined;
1130
+ passiveConnectConfigurationId?: string | null | undefined;
1131
+ passwordProtection?: UpdateProjectDataCachePasswordProtection | null | undefined;
1132
+ productionDeploymentsFastLane?: boolean | undefined;
1133
+ publicSource?: boolean | null | undefined;
1134
+ resourceConfig?: ResourceConfig | undefined;
1135
+ rootDirectory?: string | null | undefined;
1136
+ serverlessFunctionRegion?: string | null | undefined;
1137
+ serverlessFunctionZeroConfigFailover?: boolean | undefined;
1138
+ skewProtectionBoundaryAt?: number | undefined;
1139
+ skewProtectionMaxAge?: number | undefined;
1140
+ skipGitConnectDuringLink?: boolean | undefined;
1141
+ sourceFilesOutsideRootDirectory?: boolean | undefined;
1142
+ enableAffectedProjectsDeployments?: boolean | undefined;
1143
+ ssoProtection?: UpdateProjectDataCacheSsoProtection | null | undefined;
1144
+ targets?: {
1145
+ [k: string]: Targets;
1146
+ } | undefined;
1147
+ transferCompletedAt?: number | undefined;
1148
+ transferStartedAt?: number | undefined;
1149
+ transferToAccountId?: string | undefined;
1150
+ transferredFromAccountId?: string | undefined;
1151
+ updatedAt?: number | undefined;
1152
+ live?: boolean | undefined;
1153
+ enablePreviewFeedback?: boolean | null | undefined;
1154
+ enableProductionFeedback?: boolean | null | undefined;
1155
+ permissions?: Permissions | undefined;
1156
+ lastRollbackTarget?: LastRollbackTarget | null | undefined;
1157
+ lastAliasRequest?: LastAliasRequest | null | undefined;
1158
+ hasFloatingAliases?: boolean | undefined;
1159
+ protectionBypass?: {
1160
+ [k: string]: ProtectionBypass;
1161
+ } | undefined;
1162
+ hasActiveBranches?: boolean | undefined;
1163
+ trustedIps?: TrustedIps2 | TrustedIps1 | null | undefined;
1164
+ gitComments?: GitComments | undefined;
1165
+ paused?: boolean | undefined;
1166
+ concurrencyBucketName?: string | undefined;
1167
+ webAnalytics?: WebAnalytics | undefined;
1168
+ security?: Security | undefined;
1169
+ oidcTokenConfig?: UpdateProjectDataCacheOidcTokenConfig | undefined;
1170
+ tier?: Tier | undefined;
1171
+ };
1172
+ /** @internal */
1173
+ export declare const UpdateProjectDataCacheRequestBody$inboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody, z.ZodTypeDef, unknown>;
1174
+ /** @internal */
1175
+ export type UpdateProjectDataCacheRequestBody$Outbound = {
1176
+ disabled?: boolean | undefined;
1177
+ };
1178
+ /** @internal */
1179
+ export declare const UpdateProjectDataCacheRequestBody$outboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRequestBody>;
1180
+ /**
1181
+ * @internal
1182
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1183
+ */
1184
+ export declare namespace UpdateProjectDataCacheRequestBody$ {
1185
+ /** @deprecated use `UpdateProjectDataCacheRequestBody$inboundSchema` instead. */
1186
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody, z.ZodTypeDef, unknown>;
1187
+ /** @deprecated use `UpdateProjectDataCacheRequestBody$outboundSchema` instead. */
1188
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRequestBody>;
1189
+ /** @deprecated use `UpdateProjectDataCacheRequestBody$Outbound` instead. */
1190
+ type Outbound = UpdateProjectDataCacheRequestBody$Outbound;
1191
+ }
1192
+ /** @internal */
1193
+ export declare const UpdateProjectDataCacheRequest$inboundSchema: z.ZodType<UpdateProjectDataCacheRequest, z.ZodTypeDef, unknown>;
1194
+ /** @internal */
1195
+ export type UpdateProjectDataCacheRequest$Outbound = {
1196
+ projectId: string;
1197
+ teamId?: string | undefined;
1198
+ slug?: string | undefined;
1199
+ RequestBody?: UpdateProjectDataCacheRequestBody$Outbound | undefined;
1200
+ };
1201
+ /** @internal */
1202
+ export declare const UpdateProjectDataCacheRequest$outboundSchema: z.ZodType<UpdateProjectDataCacheRequest$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRequest>;
1203
+ /**
1204
+ * @internal
1205
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1206
+ */
1207
+ export declare namespace UpdateProjectDataCacheRequest$ {
1208
+ /** @deprecated use `UpdateProjectDataCacheRequest$inboundSchema` instead. */
1209
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheRequest, z.ZodTypeDef, unknown>;
1210
+ /** @deprecated use `UpdateProjectDataCacheRequest$outboundSchema` instead. */
1211
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheRequest$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRequest>;
1212
+ /** @deprecated use `UpdateProjectDataCacheRequest$Outbound` instead. */
1213
+ type Outbound = UpdateProjectDataCacheRequest$Outbound;
1214
+ }
1215
+ /** @internal */
1216
+ export declare const Analytics$inboundSchema: z.ZodType<Analytics, z.ZodTypeDef, unknown>;
1217
+ /** @internal */
1218
+ export type Analytics$Outbound = {
1219
+ id: string;
1220
+ canceledAt?: number | null | undefined;
1221
+ disabledAt: number;
1222
+ enabledAt: number;
1223
+ paidAt?: number | undefined;
1224
+ sampleRatePercent?: number | null | undefined;
1225
+ spendLimitInDollars?: number | null | undefined;
1226
+ };
1227
+ /** @internal */
1228
+ export declare const Analytics$outboundSchema: z.ZodType<Analytics$Outbound, z.ZodTypeDef, Analytics>;
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 declare namespace Analytics$ {
1234
+ /** @deprecated use `Analytics$inboundSchema` instead. */
1235
+ const inboundSchema: z.ZodType<Analytics, z.ZodTypeDef, unknown>;
1236
+ /** @deprecated use `Analytics$outboundSchema` instead. */
1237
+ const outboundSchema: z.ZodType<Analytics$Outbound, z.ZodTypeDef, Analytics>;
1238
+ /** @deprecated use `Analytics$Outbound` instead. */
1239
+ type Outbound = Analytics$Outbound;
1240
+ }
1241
+ /** @internal */
1242
+ export declare const SpeedInsights$inboundSchema: z.ZodType<SpeedInsights, z.ZodTypeDef, unknown>;
1243
+ /** @internal */
1244
+ export type SpeedInsights$Outbound = {
1245
+ id: string;
1246
+ enabledAt?: number | undefined;
1247
+ disabledAt?: number | undefined;
1248
+ canceledAt?: number | undefined;
1249
+ hasData?: boolean | undefined;
1250
+ paidAt?: number | undefined;
1251
+ };
1252
+ /** @internal */
1253
+ export declare const SpeedInsights$outboundSchema: z.ZodType<SpeedInsights$Outbound, z.ZodTypeDef, SpeedInsights>;
1254
+ /**
1255
+ * @internal
1256
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1257
+ */
1258
+ export declare namespace SpeedInsights$ {
1259
+ /** @deprecated use `SpeedInsights$inboundSchema` instead. */
1260
+ const inboundSchema: z.ZodType<SpeedInsights, z.ZodTypeDef, unknown>;
1261
+ /** @deprecated use `SpeedInsights$outboundSchema` instead. */
1262
+ const outboundSchema: z.ZodType<SpeedInsights$Outbound, z.ZodTypeDef, SpeedInsights>;
1263
+ /** @deprecated use `SpeedInsights$Outbound` instead. */
1264
+ type Outbound = SpeedInsights$Outbound;
1265
+ }
1266
+ /** @internal */
1267
+ export declare const Definitions$inboundSchema: z.ZodType<Definitions, z.ZodTypeDef, unknown>;
1268
+ /** @internal */
1269
+ export type Definitions$Outbound = {
1270
+ host: string;
1271
+ path: string;
1272
+ schedule: string;
1273
+ };
1274
+ /** @internal */
1275
+ export declare const Definitions$outboundSchema: z.ZodType<Definitions$Outbound, z.ZodTypeDef, Definitions>;
1276
+ /**
1277
+ * @internal
1278
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1279
+ */
1280
+ export declare namespace Definitions$ {
1281
+ /** @deprecated use `Definitions$inboundSchema` instead. */
1282
+ const inboundSchema: z.ZodType<Definitions, z.ZodTypeDef, unknown>;
1283
+ /** @deprecated use `Definitions$outboundSchema` instead. */
1284
+ const outboundSchema: z.ZodType<Definitions$Outbound, z.ZodTypeDef, Definitions>;
1285
+ /** @deprecated use `Definitions$Outbound` instead. */
1286
+ type Outbound = Definitions$Outbound;
1287
+ }
1288
+ /** @internal */
1289
+ export declare const Crons$inboundSchema: z.ZodType<Crons, z.ZodTypeDef, unknown>;
1290
+ /** @internal */
1291
+ export type Crons$Outbound = {
1292
+ enabledAt: number;
1293
+ disabledAt: number | null;
1294
+ updatedAt: number;
1295
+ deploymentId: string | null;
1296
+ definitions: Array<Definitions$Outbound>;
1297
+ };
1298
+ /** @internal */
1299
+ export declare const Crons$outboundSchema: z.ZodType<Crons$Outbound, z.ZodTypeDef, Crons>;
1300
+ /**
1301
+ * @internal
1302
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1303
+ */
1304
+ export declare namespace Crons$ {
1305
+ /** @deprecated use `Crons$inboundSchema` instead. */
1306
+ const inboundSchema: z.ZodType<Crons, z.ZodTypeDef, unknown>;
1307
+ /** @deprecated use `Crons$outboundSchema` instead. */
1308
+ const outboundSchema: z.ZodType<Crons$Outbound, z.ZodTypeDef, Crons>;
1309
+ /** @deprecated use `Crons$Outbound` instead. */
1310
+ type Outbound = Crons$Outbound;
1311
+ }
1312
+ /** @internal */
1313
+ export declare const DataCache$inboundSchema: z.ZodType<DataCache, z.ZodTypeDef, unknown>;
1314
+ /** @internal */
1315
+ export type DataCache$Outbound = {
1316
+ userDisabled: boolean;
1317
+ storageSizeBytes?: number | null | undefined;
1318
+ unlimited?: boolean | undefined;
1319
+ };
1320
+ /** @internal */
1321
+ export declare const DataCache$outboundSchema: z.ZodType<DataCache$Outbound, z.ZodTypeDef, DataCache>;
1322
+ /**
1323
+ * @internal
1324
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1325
+ */
1326
+ export declare namespace DataCache$ {
1327
+ /** @deprecated use `DataCache$inboundSchema` instead. */
1328
+ const inboundSchema: z.ZodType<DataCache, z.ZodTypeDef, unknown>;
1329
+ /** @deprecated use `DataCache$outboundSchema` instead. */
1330
+ const outboundSchema: z.ZodType<DataCache$Outbound, z.ZodTypeDef, DataCache>;
1331
+ /** @deprecated use `DataCache$Outbound` instead. */
1332
+ type Outbound = DataCache$Outbound;
1333
+ }
1334
+ /** @internal */
1335
+ export declare const DeploymentExpiration$inboundSchema: z.ZodType<DeploymentExpiration, z.ZodTypeDef, unknown>;
1336
+ /** @internal */
1337
+ export type DeploymentExpiration$Outbound = {
1338
+ expirationDays?: number | undefined;
1339
+ expirationDaysProduction?: number | undefined;
1340
+ expirationDaysCanceled?: number | undefined;
1341
+ expirationDaysErrored?: number | undefined;
1342
+ deploymentsToKeep?: number | undefined;
1343
+ };
1344
+ /** @internal */
1345
+ export declare const DeploymentExpiration$outboundSchema: z.ZodType<DeploymentExpiration$Outbound, z.ZodTypeDef, DeploymentExpiration>;
1346
+ /**
1347
+ * @internal
1348
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1349
+ */
1350
+ export declare namespace DeploymentExpiration$ {
1351
+ /** @deprecated use `DeploymentExpiration$inboundSchema` instead. */
1352
+ const inboundSchema: z.ZodType<DeploymentExpiration, z.ZodTypeDef, unknown>;
1353
+ /** @deprecated use `DeploymentExpiration$outboundSchema` instead. */
1354
+ const outboundSchema: z.ZodType<DeploymentExpiration$Outbound, z.ZodTypeDef, DeploymentExpiration>;
1355
+ /** @deprecated use `DeploymentExpiration$Outbound` instead. */
1356
+ type Outbound = DeploymentExpiration$Outbound;
1357
+ }
1358
+ /** @internal */
1359
+ export declare const UpdateProjectDataCacheTarget2$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTarget2>;
1360
+ /** @internal */
1361
+ export declare const UpdateProjectDataCacheTarget2$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTarget2>;
1362
+ /**
1363
+ * @internal
1364
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1365
+ */
1366
+ export declare namespace UpdateProjectDataCacheTarget2$ {
1367
+ /** @deprecated use `UpdateProjectDataCacheTarget2$inboundSchema` instead. */
1368
+ const inboundSchema: z.ZodNativeEnum<{
1369
+ readonly Production: "production";
1370
+ readonly Preview: "preview";
1371
+ readonly Development: "development";
1372
+ }>;
1373
+ /** @deprecated use `UpdateProjectDataCacheTarget2$outboundSchema` instead. */
1374
+ const outboundSchema: z.ZodNativeEnum<{
1375
+ readonly Production: "production";
1376
+ readonly Preview: "preview";
1377
+ readonly Development: "development";
1378
+ }>;
1379
+ }
1380
+ /** @internal */
1381
+ export declare const UpdateProjectDataCacheTarget1$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTarget1>;
1382
+ /** @internal */
1383
+ export declare const UpdateProjectDataCacheTarget1$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTarget1>;
1384
+ /**
1385
+ * @internal
1386
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1387
+ */
1388
+ export declare namespace UpdateProjectDataCacheTarget1$ {
1389
+ /** @deprecated use `UpdateProjectDataCacheTarget1$inboundSchema` instead. */
1390
+ const inboundSchema: z.ZodNativeEnum<{
1391
+ readonly Production: "production";
1392
+ readonly Preview: "preview";
1393
+ readonly Development: "development";
1394
+ }>;
1395
+ /** @deprecated use `UpdateProjectDataCacheTarget1$outboundSchema` instead. */
1396
+ const outboundSchema: z.ZodNativeEnum<{
1397
+ readonly Production: "production";
1398
+ readonly Preview: "preview";
1399
+ readonly Development: "development";
1400
+ }>;
1401
+ }
1402
+ /** @internal */
1403
+ export declare const UpdateProjectDataCacheTarget$inboundSchema: z.ZodType<UpdateProjectDataCacheTarget, z.ZodTypeDef, unknown>;
1404
+ /** @internal */
1405
+ export type UpdateProjectDataCacheTarget$Outbound = Array<string> | string;
1406
+ /** @internal */
1407
+ export declare const UpdateProjectDataCacheTarget$outboundSchema: z.ZodType<UpdateProjectDataCacheTarget$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTarget>;
1408
+ /**
1409
+ * @internal
1410
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1411
+ */
1412
+ export declare namespace UpdateProjectDataCacheTarget$ {
1413
+ /** @deprecated use `UpdateProjectDataCacheTarget$inboundSchema` instead. */
1414
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheTarget, z.ZodTypeDef, unknown>;
1415
+ /** @deprecated use `UpdateProjectDataCacheTarget$outboundSchema` instead. */
1416
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheTarget$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTarget>;
1417
+ /** @deprecated use `UpdateProjectDataCacheTarget$Outbound` instead. */
1418
+ type Outbound = UpdateProjectDataCacheTarget$Outbound;
1419
+ }
1420
+ /** @internal */
1421
+ export declare const UpdateProjectDataCacheProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
1422
+ /** @internal */
1423
+ export declare const UpdateProjectDataCacheProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
1424
+ /**
1425
+ * @internal
1426
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1427
+ */
1428
+ export declare namespace UpdateProjectDataCacheProjectsResponse200Type$ {
1429
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200Type$inboundSchema` instead. */
1430
+ const inboundSchema: z.ZodNativeEnum<{
1431
+ readonly Secret: "secret";
1432
+ readonly System: "system";
1433
+ readonly Encrypted: "encrypted";
1434
+ readonly Plain: "plain";
1435
+ readonly Sensitive: "sensitive";
1436
+ }>;
1437
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200Type$outboundSchema` instead. */
1438
+ const outboundSchema: z.ZodNativeEnum<{
1439
+ readonly Secret: "secret";
1440
+ readonly System: "system";
1441
+ readonly Encrypted: "encrypted";
1442
+ readonly Plain: "plain";
1443
+ readonly Sensitive: "sensitive";
1444
+ }>;
1445
+ }
1446
+ /** @internal */
1447
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type>;
1448
+ /** @internal */
1449
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type>;
1450
+ /**
1451
+ * @internal
1452
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1453
+ */
1454
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$ {
1455
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema` instead. */
1456
+ const inboundSchema: z.ZodNativeEnum<{
1457
+ readonly FlagsConnectionString: "flags-connection-string";
1458
+ }>;
1459
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema` instead. */
1460
+ const outboundSchema: z.ZodNativeEnum<{
1461
+ readonly FlagsConnectionString: "flags-connection-string";
1462
+ }>;
1463
+ }
1464
+ /** @internal */
1465
+ export declare const Fifteen$inboundSchema: z.ZodType<Fifteen, z.ZodTypeDef, unknown>;
1466
+ /** @internal */
1467
+ export type Fifteen$Outbound = {
1468
+ type: string;
1469
+ projectId: string;
1470
+ };
1471
+ /** @internal */
1472
+ export declare const Fifteen$outboundSchema: z.ZodType<Fifteen$Outbound, z.ZodTypeDef, Fifteen>;
1473
+ /**
1474
+ * @internal
1475
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1476
+ */
1477
+ export declare namespace Fifteen$ {
1478
+ /** @deprecated use `Fifteen$inboundSchema` instead. */
1479
+ const inboundSchema: z.ZodType<Fifteen, z.ZodTypeDef, unknown>;
1480
+ /** @deprecated use `Fifteen$outboundSchema` instead. */
1481
+ const outboundSchema: z.ZodType<Fifteen$Outbound, z.ZodTypeDef, Fifteen>;
1482
+ /** @deprecated use `Fifteen$Outbound` instead. */
1483
+ type Outbound = Fifteen$Outbound;
1484
+ }
1485
+ /** @internal */
1486
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
1487
+ /** @internal */
1488
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
1489
+ /**
1490
+ * @internal
1491
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1492
+ */
1493
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$ {
1494
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema` instead. */
1495
+ const inboundSchema: z.ZodNativeEnum<{
1496
+ readonly IntegrationStoreSecret: "integration-store-secret";
1497
+ }>;
1498
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema` instead. */
1499
+ const outboundSchema: z.ZodNativeEnum<{
1500
+ readonly IntegrationStoreSecret: "integration-store-secret";
1501
+ }>;
1502
+ }
1503
+ /** @internal */
1504
+ export declare const Fourteen$inboundSchema: z.ZodType<Fourteen, z.ZodTypeDef, unknown>;
1505
+ /** @internal */
1506
+ export type Fourteen$Outbound = {
1507
+ type: string;
1508
+ storeId: string;
1509
+ integrationId: string;
1510
+ integrationProductId: string;
1511
+ integrationConfigurationId: string;
1512
+ };
1513
+ /** @internal */
1514
+ export declare const Fourteen$outboundSchema: z.ZodType<Fourteen$Outbound, z.ZodTypeDef, Fourteen>;
1515
+ /**
1516
+ * @internal
1517
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1518
+ */
1519
+ export declare namespace Fourteen$ {
1520
+ /** @deprecated use `Fourteen$inboundSchema` instead. */
1521
+ const inboundSchema: z.ZodType<Fourteen, z.ZodTypeDef, unknown>;
1522
+ /** @deprecated use `Fourteen$outboundSchema` instead. */
1523
+ const outboundSchema: z.ZodType<Fourteen$Outbound, z.ZodTypeDef, Fourteen>;
1524
+ /** @deprecated use `Fourteen$Outbound` instead. */
1525
+ type Outbound = Fourteen$Outbound;
1526
+ }
1527
+ /** @internal */
1528
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
1529
+ /** @internal */
1530
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
1531
+ /**
1532
+ * @internal
1533
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1534
+ */
1535
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$ {
1536
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema` instead. */
1537
+ const inboundSchema: z.ZodNativeEnum<{
1538
+ readonly PostgresUrlNoSsl: "postgres-url-no-ssl";
1539
+ }>;
1540
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema` instead. */
1541
+ const outboundSchema: z.ZodNativeEnum<{
1542
+ readonly PostgresUrlNoSsl: "postgres-url-no-ssl";
1543
+ }>;
1544
+ }
1545
+ /** @internal */
1546
+ export declare const Thirteen$inboundSchema: z.ZodType<Thirteen, z.ZodTypeDef, unknown>;
1547
+ /** @internal */
1548
+ export type Thirteen$Outbound = {
1549
+ type: string;
1550
+ storeId: string;
1551
+ };
1552
+ /** @internal */
1553
+ export declare const Thirteen$outboundSchema: z.ZodType<Thirteen$Outbound, z.ZodTypeDef, Thirteen>;
1554
+ /**
1555
+ * @internal
1556
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1557
+ */
1558
+ export declare namespace Thirteen$ {
1559
+ /** @deprecated use `Thirteen$inboundSchema` instead. */
1560
+ const inboundSchema: z.ZodType<Thirteen, z.ZodTypeDef, unknown>;
1561
+ /** @deprecated use `Thirteen$outboundSchema` instead. */
1562
+ const outboundSchema: z.ZodType<Thirteen$Outbound, z.ZodTypeDef, Thirteen>;
1563
+ /** @deprecated use `Thirteen$Outbound` instead. */
1564
+ type Outbound = Thirteen$Outbound;
1565
+ }
1566
+ /** @internal */
1567
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
1568
+ /** @internal */
1569
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
1570
+ /**
1571
+ * @internal
1572
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1573
+ */
1574
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$ {
1575
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema` instead. */
1576
+ const inboundSchema: z.ZodNativeEnum<{
1577
+ readonly PostgresDatabase: "postgres-database";
1578
+ }>;
1579
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema` instead. */
1580
+ const outboundSchema: z.ZodNativeEnum<{
1581
+ readonly PostgresDatabase: "postgres-database";
1582
+ }>;
1583
+ }
1584
+ /** @internal */
1585
+ export declare const Twelve$inboundSchema: z.ZodType<Twelve, z.ZodTypeDef, unknown>;
1586
+ /** @internal */
1587
+ export type Twelve$Outbound = {
1588
+ type: string;
1589
+ storeId: string;
1590
+ };
1591
+ /** @internal */
1592
+ export declare const Twelve$outboundSchema: z.ZodType<Twelve$Outbound, z.ZodTypeDef, Twelve>;
1593
+ /**
1594
+ * @internal
1595
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1596
+ */
1597
+ export declare namespace Twelve$ {
1598
+ /** @deprecated use `Twelve$inboundSchema` instead. */
1599
+ const inboundSchema: z.ZodType<Twelve, z.ZodTypeDef, unknown>;
1600
+ /** @deprecated use `Twelve$outboundSchema` instead. */
1601
+ const outboundSchema: z.ZodType<Twelve$Outbound, z.ZodTypeDef, Twelve>;
1602
+ /** @deprecated use `Twelve$Outbound` instead. */
1603
+ type Outbound = Twelve$Outbound;
1604
+ }
1605
+ /** @internal */
1606
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
1607
+ /** @internal */
1608
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
1609
+ /**
1610
+ * @internal
1611
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1612
+ */
1613
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$ {
1614
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema` instead. */
1615
+ const inboundSchema: z.ZodNativeEnum<{
1616
+ readonly PostgresPassword: "postgres-password";
1617
+ }>;
1618
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema` instead. */
1619
+ const outboundSchema: z.ZodNativeEnum<{
1620
+ readonly PostgresPassword: "postgres-password";
1621
+ }>;
1622
+ }
1623
+ /** @internal */
1624
+ export declare const UpdateProjectDataCacheContentHint11$inboundSchema: z.ZodType<UpdateProjectDataCacheContentHint11, z.ZodTypeDef, unknown>;
1625
+ /** @internal */
1626
+ export type UpdateProjectDataCacheContentHint11$Outbound = {
1627
+ type: string;
1628
+ storeId: string;
1629
+ };
1630
+ /** @internal */
1631
+ export declare const UpdateProjectDataCacheContentHint11$outboundSchema: z.ZodType<UpdateProjectDataCacheContentHint11$Outbound, z.ZodTypeDef, UpdateProjectDataCacheContentHint11>;
1632
+ /**
1633
+ * @internal
1634
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1635
+ */
1636
+ export declare namespace UpdateProjectDataCacheContentHint11$ {
1637
+ /** @deprecated use `UpdateProjectDataCacheContentHint11$inboundSchema` instead. */
1638
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheContentHint11, z.ZodTypeDef, unknown>;
1639
+ /** @deprecated use `UpdateProjectDataCacheContentHint11$outboundSchema` instead. */
1640
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheContentHint11$Outbound, z.ZodTypeDef, UpdateProjectDataCacheContentHint11>;
1641
+ /** @deprecated use `UpdateProjectDataCacheContentHint11$Outbound` instead. */
1642
+ type Outbound = UpdateProjectDataCacheContentHint11$Outbound;
1643
+ }
1644
+ /** @internal */
1645
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
1646
+ /** @internal */
1647
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
1648
+ /**
1649
+ * @internal
1650
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1651
+ */
1652
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$ {
1653
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema` instead. */
1654
+ const inboundSchema: z.ZodNativeEnum<{
1655
+ readonly PostgresHost: "postgres-host";
1656
+ }>;
1657
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema` instead. */
1658
+ const outboundSchema: z.ZodNativeEnum<{
1659
+ readonly PostgresHost: "postgres-host";
1660
+ }>;
1661
+ }
1662
+ /** @internal */
1663
+ export declare const ContentHint10$inboundSchema: z.ZodType<ContentHint10, z.ZodTypeDef, unknown>;
1664
+ /** @internal */
1665
+ export type ContentHint10$Outbound = {
1666
+ type: string;
1667
+ storeId: string;
1668
+ };
1669
+ /** @internal */
1670
+ export declare const ContentHint10$outboundSchema: z.ZodType<ContentHint10$Outbound, z.ZodTypeDef, ContentHint10>;
1671
+ /**
1672
+ * @internal
1673
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1674
+ */
1675
+ export declare namespace ContentHint10$ {
1676
+ /** @deprecated use `ContentHint10$inboundSchema` instead. */
1677
+ const inboundSchema: z.ZodType<ContentHint10, z.ZodTypeDef, unknown>;
1678
+ /** @deprecated use `ContentHint10$outboundSchema` instead. */
1679
+ const outboundSchema: z.ZodType<ContentHint10$Outbound, z.ZodTypeDef, ContentHint10>;
1680
+ /** @deprecated use `ContentHint10$Outbound` instead. */
1681
+ type Outbound = ContentHint10$Outbound;
1682
+ }
1683
+ /** @internal */
1684
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
1685
+ /** @internal */
1686
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
1687
+ /**
1688
+ * @internal
1689
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1690
+ */
1691
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$ {
1692
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema` instead. */
1693
+ const inboundSchema: z.ZodNativeEnum<{
1694
+ readonly PostgresUser: "postgres-user";
1695
+ }>;
1696
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema` instead. */
1697
+ const outboundSchema: z.ZodNativeEnum<{
1698
+ readonly PostgresUser: "postgres-user";
1699
+ }>;
1700
+ }
1701
+ /** @internal */
1702
+ export declare const ContentHint9$inboundSchema: z.ZodType<ContentHint9, z.ZodTypeDef, unknown>;
1703
+ /** @internal */
1704
+ export type ContentHint9$Outbound = {
1705
+ type: string;
1706
+ storeId: string;
1707
+ };
1708
+ /** @internal */
1709
+ export declare const ContentHint9$outboundSchema: z.ZodType<ContentHint9$Outbound, z.ZodTypeDef, ContentHint9>;
1710
+ /**
1711
+ * @internal
1712
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1713
+ */
1714
+ export declare namespace ContentHint9$ {
1715
+ /** @deprecated use `ContentHint9$inboundSchema` instead. */
1716
+ const inboundSchema: z.ZodType<ContentHint9, z.ZodTypeDef, unknown>;
1717
+ /** @deprecated use `ContentHint9$outboundSchema` instead. */
1718
+ const outboundSchema: z.ZodType<ContentHint9$Outbound, z.ZodTypeDef, ContentHint9>;
1719
+ /** @deprecated use `ContentHint9$Outbound` instead. */
1720
+ type Outbound = ContentHint9$Outbound;
1721
+ }
1722
+ /** @internal */
1723
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
1724
+ /** @internal */
1725
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
1726
+ /**
1727
+ * @internal
1728
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1729
+ */
1730
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$ {
1731
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema` instead. */
1732
+ const inboundSchema: z.ZodNativeEnum<{
1733
+ readonly PostgresPrismaUrl: "postgres-prisma-url";
1734
+ }>;
1735
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema` instead. */
1736
+ const outboundSchema: z.ZodNativeEnum<{
1737
+ readonly PostgresPrismaUrl: "postgres-prisma-url";
1738
+ }>;
1739
+ }
1740
+ /** @internal */
1741
+ export declare const ContentHint8$inboundSchema: z.ZodType<ContentHint8, z.ZodTypeDef, unknown>;
1742
+ /** @internal */
1743
+ export type ContentHint8$Outbound = {
1744
+ type: string;
1745
+ storeId: string;
1746
+ };
1747
+ /** @internal */
1748
+ export declare const ContentHint8$outboundSchema: z.ZodType<ContentHint8$Outbound, z.ZodTypeDef, ContentHint8>;
1749
+ /**
1750
+ * @internal
1751
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1752
+ */
1753
+ export declare namespace ContentHint8$ {
1754
+ /** @deprecated use `ContentHint8$inboundSchema` instead. */
1755
+ const inboundSchema: z.ZodType<ContentHint8, z.ZodTypeDef, unknown>;
1756
+ /** @deprecated use `ContentHint8$outboundSchema` instead. */
1757
+ const outboundSchema: z.ZodType<ContentHint8$Outbound, z.ZodTypeDef, ContentHint8>;
1758
+ /** @deprecated use `ContentHint8$Outbound` instead. */
1759
+ type Outbound = ContentHint8$Outbound;
1760
+ }
1761
+ /** @internal */
1762
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
1763
+ /** @internal */
1764
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
1765
+ /**
1766
+ * @internal
1767
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1768
+ */
1769
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$ {
1770
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
1771
+ const inboundSchema: z.ZodNativeEnum<{
1772
+ readonly PostgresUrlNonPooling: "postgres-url-non-pooling";
1773
+ }>;
1774
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
1775
+ const outboundSchema: z.ZodNativeEnum<{
1776
+ readonly PostgresUrlNonPooling: "postgres-url-non-pooling";
1777
+ }>;
1778
+ }
1779
+ /** @internal */
1780
+ export declare const ContentHint7$inboundSchema: z.ZodType<ContentHint7, z.ZodTypeDef, unknown>;
1781
+ /** @internal */
1782
+ export type ContentHint7$Outbound = {
1783
+ type: string;
1784
+ storeId: string;
1785
+ };
1786
+ /** @internal */
1787
+ export declare const ContentHint7$outboundSchema: z.ZodType<ContentHint7$Outbound, z.ZodTypeDef, ContentHint7>;
1788
+ /**
1789
+ * @internal
1790
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1791
+ */
1792
+ export declare namespace ContentHint7$ {
1793
+ /** @deprecated use `ContentHint7$inboundSchema` instead. */
1794
+ const inboundSchema: z.ZodType<ContentHint7, z.ZodTypeDef, unknown>;
1795
+ /** @deprecated use `ContentHint7$outboundSchema` instead. */
1796
+ const outboundSchema: z.ZodType<ContentHint7$Outbound, z.ZodTypeDef, ContentHint7>;
1797
+ /** @deprecated use `ContentHint7$Outbound` instead. */
1798
+ type Outbound = ContentHint7$Outbound;
1799
+ }
1800
+ /** @internal */
1801
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType>;
1802
+ /** @internal */
1803
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType>;
1804
+ /**
1805
+ * @internal
1806
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1807
+ */
1808
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$ {
1809
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
1810
+ const inboundSchema: z.ZodNativeEnum<{
1811
+ readonly PostgresUrl: "postgres-url";
1812
+ }>;
1813
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
1814
+ const outboundSchema: z.ZodNativeEnum<{
1815
+ readonly PostgresUrl: "postgres-url";
1816
+ }>;
1817
+ }
1818
+ /** @internal */
1819
+ export declare const ContentHint6$inboundSchema: z.ZodType<ContentHint6, z.ZodTypeDef, unknown>;
1820
+ /** @internal */
1821
+ export type ContentHint6$Outbound = {
1822
+ type: string;
1823
+ storeId: string;
1824
+ };
1825
+ /** @internal */
1826
+ export declare const ContentHint6$outboundSchema: z.ZodType<ContentHint6$Outbound, z.ZodTypeDef, ContentHint6>;
1827
+ /**
1828
+ * @internal
1829
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1830
+ */
1831
+ export declare namespace ContentHint6$ {
1832
+ /** @deprecated use `ContentHint6$inboundSchema` instead. */
1833
+ const inboundSchema: z.ZodType<ContentHint6, z.ZodTypeDef, unknown>;
1834
+ /** @deprecated use `ContentHint6$outboundSchema` instead. */
1835
+ const outboundSchema: z.ZodType<ContentHint6$Outbound, z.ZodTypeDef, ContentHint6>;
1836
+ /** @deprecated use `ContentHint6$Outbound` instead. */
1837
+ type Outbound = ContentHint6$Outbound;
1838
+ }
1839
+ /** @internal */
1840
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200Type>;
1841
+ /** @internal */
1842
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200Type>;
1843
+ /**
1844
+ * @internal
1845
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1846
+ */
1847
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200Type$ {
1848
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema` instead. */
1849
+ const inboundSchema: z.ZodNativeEnum<{
1850
+ readonly BlobReadWriteToken: "blob-read-write-token";
1851
+ }>;
1852
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200Type$outboundSchema` instead. */
1853
+ const outboundSchema: z.ZodNativeEnum<{
1854
+ readonly BlobReadWriteToken: "blob-read-write-token";
1855
+ }>;
1856
+ }
1857
+ /** @internal */
1858
+ export declare const ContentHint5$inboundSchema: z.ZodType<ContentHint5, z.ZodTypeDef, unknown>;
1859
+ /** @internal */
1860
+ export type ContentHint5$Outbound = {
1861
+ type: string;
1862
+ storeId: string;
1863
+ };
1864
+ /** @internal */
1865
+ export declare const ContentHint5$outboundSchema: z.ZodType<ContentHint5$Outbound, z.ZodTypeDef, ContentHint5>;
1866
+ /**
1867
+ * @internal
1868
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1869
+ */
1870
+ export declare namespace ContentHint5$ {
1871
+ /** @deprecated use `ContentHint5$inboundSchema` instead. */
1872
+ const inboundSchema: z.ZodType<ContentHint5, z.ZodTypeDef, unknown>;
1873
+ /** @deprecated use `ContentHint5$outboundSchema` instead. */
1874
+ const outboundSchema: z.ZodType<ContentHint5$Outbound, z.ZodTypeDef, ContentHint5>;
1875
+ /** @deprecated use `ContentHint5$Outbound` instead. */
1876
+ type Outbound = ContentHint5$Outbound;
1877
+ }
1878
+ /** @internal */
1879
+ export declare const UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponseType>;
1880
+ /** @internal */
1881
+ export declare const UpdateProjectDataCacheContentHintProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponseType>;
1882
+ /**
1883
+ * @internal
1884
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1885
+ */
1886
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponseType$ {
1887
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema` instead. */
1888
+ const inboundSchema: z.ZodNativeEnum<{
1889
+ readonly RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token";
1890
+ }>;
1891
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponseType$outboundSchema` instead. */
1892
+ const outboundSchema: z.ZodNativeEnum<{
1893
+ readonly RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token";
1894
+ }>;
1895
+ }
1896
+ /** @internal */
1897
+ export declare const ContentHint4$inboundSchema: z.ZodType<ContentHint4, z.ZodTypeDef, unknown>;
1898
+ /** @internal */
1899
+ export type ContentHint4$Outbound = {
1900
+ type: string;
1901
+ storeId: string;
1902
+ };
1903
+ /** @internal */
1904
+ export declare const ContentHint4$outboundSchema: z.ZodType<ContentHint4$Outbound, z.ZodTypeDef, ContentHint4>;
1905
+ /**
1906
+ * @internal
1907
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1908
+ */
1909
+ export declare namespace ContentHint4$ {
1910
+ /** @deprecated use `ContentHint4$inboundSchema` instead. */
1911
+ const inboundSchema: z.ZodType<ContentHint4, z.ZodTypeDef, unknown>;
1912
+ /** @deprecated use `ContentHint4$outboundSchema` instead. */
1913
+ const outboundSchema: z.ZodType<ContentHint4$Outbound, z.ZodTypeDef, ContentHint4>;
1914
+ /** @deprecated use `ContentHint4$Outbound` instead. */
1915
+ type Outbound = ContentHint4$Outbound;
1916
+ }
1917
+ /** @internal */
1918
+ export declare const UpdateProjectDataCacheContentHintProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsType>;
1919
+ /** @internal */
1920
+ export declare const UpdateProjectDataCacheContentHintProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsType>;
1921
+ /**
1922
+ * @internal
1923
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1924
+ */
1925
+ export declare namespace UpdateProjectDataCacheContentHintProjectsType$ {
1926
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsType$inboundSchema` instead. */
1927
+ const inboundSchema: z.ZodNativeEnum<{
1928
+ readonly RedisRestApiToken: "redis-rest-api-token";
1929
+ }>;
1930
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsType$outboundSchema` instead. */
1931
+ const outboundSchema: z.ZodNativeEnum<{
1932
+ readonly RedisRestApiToken: "redis-rest-api-token";
1933
+ }>;
1934
+ }
1935
+ /** @internal */
1936
+ export declare const ContentHint3$inboundSchema: z.ZodType<ContentHint3, z.ZodTypeDef, unknown>;
1937
+ /** @internal */
1938
+ export type ContentHint3$Outbound = {
1939
+ type: string;
1940
+ storeId: string;
1941
+ };
1942
+ /** @internal */
1943
+ export declare const ContentHint3$outboundSchema: z.ZodType<ContentHint3$Outbound, z.ZodTypeDef, ContentHint3>;
1944
+ /**
1945
+ * @internal
1946
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1947
+ */
1948
+ export declare namespace ContentHint3$ {
1949
+ /** @deprecated use `ContentHint3$inboundSchema` instead. */
1950
+ const inboundSchema: z.ZodType<ContentHint3, z.ZodTypeDef, unknown>;
1951
+ /** @deprecated use `ContentHint3$outboundSchema` instead. */
1952
+ const outboundSchema: z.ZodType<ContentHint3$Outbound, z.ZodTypeDef, ContentHint3>;
1953
+ /** @deprecated use `ContentHint3$Outbound` instead. */
1954
+ type Outbound = ContentHint3$Outbound;
1955
+ }
1956
+ /** @internal */
1957
+ export declare const UpdateProjectDataCacheContentHintType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintType>;
1958
+ /** @internal */
1959
+ export declare const UpdateProjectDataCacheContentHintType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintType>;
1960
+ /**
1961
+ * @internal
1962
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1963
+ */
1964
+ export declare namespace UpdateProjectDataCacheContentHintType$ {
1965
+ /** @deprecated use `UpdateProjectDataCacheContentHintType$inboundSchema` instead. */
1966
+ const inboundSchema: z.ZodNativeEnum<{
1967
+ readonly RedisRestApiUrl: "redis-rest-api-url";
1968
+ }>;
1969
+ /** @deprecated use `UpdateProjectDataCacheContentHintType$outboundSchema` instead. */
1970
+ const outboundSchema: z.ZodNativeEnum<{
1971
+ readonly RedisRestApiUrl: "redis-rest-api-url";
1972
+ }>;
1973
+ }
1974
+ /** @internal */
1975
+ export declare const ContentHint2$inboundSchema: z.ZodType<ContentHint2, z.ZodTypeDef, unknown>;
1976
+ /** @internal */
1977
+ export type ContentHint2$Outbound = {
1978
+ type: string;
1979
+ storeId: string;
1980
+ };
1981
+ /** @internal */
1982
+ export declare const ContentHint2$outboundSchema: z.ZodType<ContentHint2$Outbound, z.ZodTypeDef, ContentHint2>;
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 declare namespace ContentHint2$ {
1988
+ /** @deprecated use `ContentHint2$inboundSchema` instead. */
1989
+ const inboundSchema: z.ZodType<ContentHint2, z.ZodTypeDef, unknown>;
1990
+ /** @deprecated use `ContentHint2$outboundSchema` instead. */
1991
+ const outboundSchema: z.ZodType<ContentHint2$Outbound, z.ZodTypeDef, ContentHint2>;
1992
+ /** @deprecated use `ContentHint2$Outbound` instead. */
1993
+ type Outbound = ContentHint2$Outbound;
1994
+ }
1995
+ /** @internal */
1996
+ export declare const ContentHintType$inboundSchema: z.ZodNativeEnum<typeof ContentHintType>;
1997
+ /** @internal */
1998
+ export declare const ContentHintType$outboundSchema: z.ZodNativeEnum<typeof ContentHintType>;
1999
+ /**
2000
+ * @internal
2001
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2002
+ */
2003
+ export declare namespace ContentHintType$ {
2004
+ /** @deprecated use `ContentHintType$inboundSchema` instead. */
2005
+ const inboundSchema: z.ZodNativeEnum<{
2006
+ readonly RedisUrl: "redis-url";
2007
+ }>;
2008
+ /** @deprecated use `ContentHintType$outboundSchema` instead. */
2009
+ const outboundSchema: z.ZodNativeEnum<{
2010
+ readonly RedisUrl: "redis-url";
2011
+ }>;
2012
+ }
2013
+ /** @internal */
2014
+ export declare const ContentHint1$inboundSchema: z.ZodType<ContentHint1, z.ZodTypeDef, unknown>;
2015
+ /** @internal */
2016
+ export type ContentHint1$Outbound = {
2017
+ type: string;
2018
+ storeId: string;
2019
+ };
2020
+ /** @internal */
2021
+ export declare const ContentHint1$outboundSchema: z.ZodType<ContentHint1$Outbound, z.ZodTypeDef, ContentHint1>;
2022
+ /**
2023
+ * @internal
2024
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2025
+ */
2026
+ export declare namespace ContentHint1$ {
2027
+ /** @deprecated use `ContentHint1$inboundSchema` instead. */
2028
+ const inboundSchema: z.ZodType<ContentHint1, z.ZodTypeDef, unknown>;
2029
+ /** @deprecated use `ContentHint1$outboundSchema` instead. */
2030
+ const outboundSchema: z.ZodType<ContentHint1$Outbound, z.ZodTypeDef, ContentHint1>;
2031
+ /** @deprecated use `ContentHint1$Outbound` instead. */
2032
+ type Outbound = ContentHint1$Outbound;
2033
+ }
2034
+ /** @internal */
2035
+ export declare const ContentHint$inboundSchema: z.ZodType<ContentHint, z.ZodTypeDef, unknown>;
2036
+ /** @internal */
2037
+ export type ContentHint$Outbound = ContentHint1$Outbound | ContentHint2$Outbound | ContentHint3$Outbound | ContentHint4$Outbound | ContentHint5$Outbound | ContentHint6$Outbound | ContentHint7$Outbound | ContentHint8$Outbound | ContentHint9$Outbound | ContentHint10$Outbound | UpdateProjectDataCacheContentHint11$Outbound | Twelve$Outbound | Thirteen$Outbound | Fifteen$Outbound | Fourteen$Outbound;
2038
+ /** @internal */
2039
+ export declare const ContentHint$outboundSchema: z.ZodType<ContentHint$Outbound, z.ZodTypeDef, ContentHint>;
2040
+ /**
2041
+ * @internal
2042
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2043
+ */
2044
+ export declare namespace ContentHint$ {
2045
+ /** @deprecated use `ContentHint$inboundSchema` instead. */
2046
+ const inboundSchema: z.ZodType<ContentHint, z.ZodTypeDef, unknown>;
2047
+ /** @deprecated use `ContentHint$outboundSchema` instead. */
2048
+ const outboundSchema: z.ZodType<ContentHint$Outbound, z.ZodTypeDef, ContentHint>;
2049
+ /** @deprecated use `ContentHint$Outbound` instead. */
2050
+ type Outbound = ContentHint$Outbound;
2051
+ }
2052
+ /** @internal */
2053
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
2054
+ /** @internal */
2055
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
2056
+ /**
2057
+ * @internal
2058
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2059
+ */
2060
+ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$ {
2061
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
2062
+ const inboundSchema: z.ZodNativeEnum<{
2063
+ readonly FlagsSecret: "flags-secret";
2064
+ }>;
2065
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
2066
+ const outboundSchema: z.ZodNativeEnum<{
2067
+ readonly FlagsSecret: "flags-secret";
2068
+ }>;
2069
+ }
2070
+ /** @internal */
2071
+ export declare const InternalContentHint$inboundSchema: z.ZodType<InternalContentHint, z.ZodTypeDef, unknown>;
2072
+ /** @internal */
2073
+ export type InternalContentHint$Outbound = {
2074
+ type: string;
2075
+ encryptedValue: string;
2076
+ };
2077
+ /** @internal */
2078
+ export declare const InternalContentHint$outboundSchema: z.ZodType<InternalContentHint$Outbound, z.ZodTypeDef, InternalContentHint>;
2079
+ /**
2080
+ * @internal
2081
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2082
+ */
2083
+ export declare namespace InternalContentHint$ {
2084
+ /** @deprecated use `InternalContentHint$inboundSchema` instead. */
2085
+ const inboundSchema: z.ZodType<InternalContentHint, z.ZodTypeDef, unknown>;
2086
+ /** @deprecated use `InternalContentHint$outboundSchema` instead. */
2087
+ const outboundSchema: z.ZodType<InternalContentHint$Outbound, z.ZodTypeDef, InternalContentHint>;
2088
+ /** @deprecated use `InternalContentHint$Outbound` instead. */
2089
+ type Outbound = InternalContentHint$Outbound;
2090
+ }
2091
+ /** @internal */
2092
+ export declare const Env$inboundSchema: z.ZodType<Env, z.ZodTypeDef, unknown>;
2093
+ /** @internal */
2094
+ export type Env$Outbound = {
2095
+ target?: Array<string> | string | undefined;
2096
+ type: string;
2097
+ sunsetSecretId?: string | undefined;
2098
+ id?: string | undefined;
2099
+ key: string;
2100
+ value: string;
2101
+ configurationId?: string | null | undefined;
2102
+ createdAt?: number | undefined;
2103
+ updatedAt?: number | undefined;
2104
+ createdBy?: string | null | undefined;
2105
+ updatedBy?: string | null | undefined;
2106
+ gitBranch?: string | undefined;
2107
+ edgeConfigId?: string | null | undefined;
2108
+ edgeConfigTokenId?: string | null | undefined;
2109
+ contentHint?: ContentHint1$Outbound | ContentHint2$Outbound | ContentHint3$Outbound | ContentHint4$Outbound | ContentHint5$Outbound | ContentHint6$Outbound | ContentHint7$Outbound | ContentHint8$Outbound | ContentHint9$Outbound | ContentHint10$Outbound | UpdateProjectDataCacheContentHint11$Outbound | Twelve$Outbound | Thirteen$Outbound | Fifteen$Outbound | Fourteen$Outbound | null | undefined;
2110
+ internalContentHint?: InternalContentHint$Outbound | null | undefined;
2111
+ decrypted?: boolean | undefined;
2112
+ comment?: string | undefined;
2113
+ customEnvironmentIds?: Array<string> | undefined;
2114
+ vsmValue?: string | undefined;
2115
+ };
2116
+ /** @internal */
2117
+ export declare const Env$outboundSchema: z.ZodType<Env$Outbound, z.ZodTypeDef, Env>;
2118
+ /**
2119
+ * @internal
2120
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2121
+ */
2122
+ export declare namespace Env$ {
2123
+ /** @deprecated use `Env$inboundSchema` instead. */
2124
+ const inboundSchema: z.ZodType<Env, z.ZodTypeDef, unknown>;
2125
+ /** @deprecated use `Env$outboundSchema` instead. */
2126
+ const outboundSchema: z.ZodType<Env$Outbound, z.ZodTypeDef, Env>;
2127
+ /** @deprecated use `Env$Outbound` instead. */
2128
+ type Outbound = Env$Outbound;
2129
+ }
2130
+ /** @internal */
2131
+ export declare const CustomEnvironments$inboundSchema: z.ZodType<CustomEnvironments, z.ZodTypeDef, unknown>;
2132
+ /** @internal */
2133
+ export type CustomEnvironments$Outbound = {};
2134
+ /** @internal */
2135
+ export declare const CustomEnvironments$outboundSchema: z.ZodType<CustomEnvironments$Outbound, z.ZodTypeDef, CustomEnvironments>;
2136
+ /**
2137
+ * @internal
2138
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2139
+ */
2140
+ export declare namespace CustomEnvironments$ {
2141
+ /** @deprecated use `CustomEnvironments$inboundSchema` instead. */
2142
+ const inboundSchema: z.ZodType<CustomEnvironments, z.ZodTypeDef, unknown>;
2143
+ /** @deprecated use `CustomEnvironments$outboundSchema` instead. */
2144
+ const outboundSchema: z.ZodType<CustomEnvironments$Outbound, z.ZodTypeDef, CustomEnvironments>;
2145
+ /** @deprecated use `CustomEnvironments$Outbound` instead. */
2146
+ type Outbound = CustomEnvironments$Outbound;
2147
+ }
2148
+ /** @internal */
2149
+ export declare const UpdateProjectDataCacheFramework$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheFramework>;
2150
+ /** @internal */
2151
+ export declare const UpdateProjectDataCacheFramework$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheFramework>;
2152
+ /**
2153
+ * @internal
2154
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2155
+ */
2156
+ export declare namespace UpdateProjectDataCacheFramework$ {
2157
+ /** @deprecated use `UpdateProjectDataCacheFramework$inboundSchema` instead. */
2158
+ const inboundSchema: z.ZodNativeEnum<{
2159
+ readonly Blitzjs: "blitzjs";
2160
+ readonly Nextjs: "nextjs";
2161
+ readonly Gatsby: "gatsby";
2162
+ readonly Remix: "remix";
2163
+ readonly Astro: "astro";
2164
+ readonly Hexo: "hexo";
2165
+ readonly Eleventy: "eleventy";
2166
+ readonly Docusaurus2: "docusaurus-2";
2167
+ readonly Docusaurus: "docusaurus";
2168
+ readonly Preact: "preact";
2169
+ readonly Solidstart1: "solidstart-1";
2170
+ readonly Solidstart: "solidstart";
2171
+ readonly Dojo: "dojo";
2172
+ readonly Ember: "ember";
2173
+ readonly Vue: "vue";
2174
+ readonly Scully: "scully";
2175
+ readonly IonicAngular: "ionic-angular";
2176
+ readonly Angular: "angular";
2177
+ readonly Polymer: "polymer";
2178
+ readonly Svelte: "svelte";
2179
+ readonly Sveltekit: "sveltekit";
2180
+ readonly Sveltekit1: "sveltekit-1";
2181
+ readonly IonicReact: "ionic-react";
2182
+ readonly CreateReactApp: "create-react-app";
2183
+ readonly Gridsome: "gridsome";
2184
+ readonly Umijs: "umijs";
2185
+ readonly Sapper: "sapper";
2186
+ readonly Saber: "saber";
2187
+ readonly Stencil: "stencil";
2188
+ readonly Nuxtjs: "nuxtjs";
2189
+ readonly Redwoodjs: "redwoodjs";
2190
+ readonly Hugo: "hugo";
2191
+ readonly Jekyll: "jekyll";
2192
+ readonly Brunch: "brunch";
2193
+ readonly Middleman: "middleman";
2194
+ readonly Zola: "zola";
2195
+ readonly Hydrogen: "hydrogen";
2196
+ readonly Vite: "vite";
2197
+ readonly Vitepress: "vitepress";
2198
+ readonly Vuepress: "vuepress";
2199
+ readonly Parcel: "parcel";
2200
+ readonly Fasthtml: "fasthtml";
2201
+ readonly SanityV3: "sanity-v3";
2202
+ readonly Sanity: "sanity";
2203
+ readonly Storybook: "storybook";
2204
+ }>;
2205
+ /** @deprecated use `UpdateProjectDataCacheFramework$outboundSchema` instead. */
2206
+ const outboundSchema: z.ZodNativeEnum<{
2207
+ readonly Blitzjs: "blitzjs";
2208
+ readonly Nextjs: "nextjs";
2209
+ readonly Gatsby: "gatsby";
2210
+ readonly Remix: "remix";
2211
+ readonly Astro: "astro";
2212
+ readonly Hexo: "hexo";
2213
+ readonly Eleventy: "eleventy";
2214
+ readonly Docusaurus2: "docusaurus-2";
2215
+ readonly Docusaurus: "docusaurus";
2216
+ readonly Preact: "preact";
2217
+ readonly Solidstart1: "solidstart-1";
2218
+ readonly Solidstart: "solidstart";
2219
+ readonly Dojo: "dojo";
2220
+ readonly Ember: "ember";
2221
+ readonly Vue: "vue";
2222
+ readonly Scully: "scully";
2223
+ readonly IonicAngular: "ionic-angular";
2224
+ readonly Angular: "angular";
2225
+ readonly Polymer: "polymer";
2226
+ readonly Svelte: "svelte";
2227
+ readonly Sveltekit: "sveltekit";
2228
+ readonly Sveltekit1: "sveltekit-1";
2229
+ readonly IonicReact: "ionic-react";
2230
+ readonly CreateReactApp: "create-react-app";
2231
+ readonly Gridsome: "gridsome";
2232
+ readonly Umijs: "umijs";
2233
+ readonly Sapper: "sapper";
2234
+ readonly Saber: "saber";
2235
+ readonly Stencil: "stencil";
2236
+ readonly Nuxtjs: "nuxtjs";
2237
+ readonly Redwoodjs: "redwoodjs";
2238
+ readonly Hugo: "hugo";
2239
+ readonly Jekyll: "jekyll";
2240
+ readonly Brunch: "brunch";
2241
+ readonly Middleman: "middleman";
2242
+ readonly Zola: "zola";
2243
+ readonly Hydrogen: "hydrogen";
2244
+ readonly Vite: "vite";
2245
+ readonly Vitepress: "vitepress";
2246
+ readonly Vuepress: "vuepress";
2247
+ readonly Parcel: "parcel";
2248
+ readonly Fasthtml: "fasthtml";
2249
+ readonly SanityV3: "sanity-v3";
2250
+ readonly Sanity: "sanity";
2251
+ readonly Storybook: "storybook";
2252
+ }>;
2253
+ }
2254
+ /** @internal */
2255
+ export declare const IpBuckets$inboundSchema: z.ZodType<IpBuckets, z.ZodTypeDef, unknown>;
2256
+ /** @internal */
2257
+ export type IpBuckets$Outbound = {
2258
+ bucket: string;
2259
+ supportUntil?: number | undefined;
2260
+ };
2261
+ /** @internal */
2262
+ export declare const IpBuckets$outboundSchema: z.ZodType<IpBuckets$Outbound, z.ZodTypeDef, IpBuckets>;
2263
+ /**
2264
+ * @internal
2265
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2266
+ */
2267
+ export declare namespace IpBuckets$ {
2268
+ /** @deprecated use `IpBuckets$inboundSchema` instead. */
2269
+ const inboundSchema: z.ZodType<IpBuckets, z.ZodTypeDef, unknown>;
2270
+ /** @deprecated use `IpBuckets$outboundSchema` instead. */
2271
+ const outboundSchema: z.ZodType<IpBuckets$Outbound, z.ZodTypeDef, IpBuckets>;
2272
+ /** @deprecated use `IpBuckets$Outbound` instead. */
2273
+ type Outbound = IpBuckets$Outbound;
2274
+ }
2275
+ /** @internal */
2276
+ export declare const AliasAssigned$inboundSchema: z.ZodType<AliasAssigned, z.ZodTypeDef, unknown>;
2277
+ /** @internal */
2278
+ export type AliasAssigned$Outbound = number | boolean;
2279
+ /** @internal */
2280
+ export declare const AliasAssigned$outboundSchema: z.ZodType<AliasAssigned$Outbound, z.ZodTypeDef, AliasAssigned>;
2281
+ /**
2282
+ * @internal
2283
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2284
+ */
2285
+ export declare namespace AliasAssigned$ {
2286
+ /** @deprecated use `AliasAssigned$inboundSchema` instead. */
2287
+ const inboundSchema: z.ZodType<AliasAssigned, z.ZodTypeDef, unknown>;
2288
+ /** @deprecated use `AliasAssigned$outboundSchema` instead. */
2289
+ const outboundSchema: z.ZodType<AliasAssigned$Outbound, z.ZodTypeDef, AliasAssigned>;
2290
+ /** @deprecated use `AliasAssigned$Outbound` instead. */
2291
+ type Outbound = AliasAssigned$Outbound;
2292
+ }
2293
+ /** @internal */
2294
+ export declare const UpdateProjectDataCacheProjectsAliasError$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsAliasError, z.ZodTypeDef, unknown>;
2295
+ /** @internal */
2296
+ export type UpdateProjectDataCacheProjectsAliasError$Outbound = {
2297
+ code: string;
2298
+ message: string;
2299
+ };
2300
+ /** @internal */
2301
+ export declare const UpdateProjectDataCacheProjectsAliasError$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsAliasError$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsAliasError>;
2302
+ /**
2303
+ * @internal
2304
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2305
+ */
2306
+ export declare namespace UpdateProjectDataCacheProjectsAliasError$ {
2307
+ /** @deprecated use `UpdateProjectDataCacheProjectsAliasError$inboundSchema` instead. */
2308
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsAliasError, z.ZodTypeDef, unknown>;
2309
+ /** @deprecated use `UpdateProjectDataCacheProjectsAliasError$outboundSchema` instead. */
2310
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsAliasError$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsAliasError>;
2311
+ /** @deprecated use `UpdateProjectDataCacheProjectsAliasError$Outbound` instead. */
2312
+ type Outbound = UpdateProjectDataCacheProjectsAliasError$Outbound;
2313
+ }
2314
+ /** @internal */
2315
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
2316
+ /** @internal */
2317
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
2318
+ /**
2319
+ * @internal
2320
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2321
+ */
2322
+ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$ {
2323
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
2324
+ const inboundSchema: z.ZodNativeEnum<{
2325
+ readonly EndsWith: "endsWith";
2326
+ readonly StartsWith: "startsWith";
2327
+ readonly Equals: "equals";
2328
+ }>;
2329
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
2330
+ const outboundSchema: z.ZodNativeEnum<{
2331
+ readonly EndsWith: "endsWith";
2332
+ readonly StartsWith: "startsWith";
2333
+ readonly Equals: "equals";
2334
+ }>;
2335
+ }
2336
+ /** @internal */
2337
+ export declare const BranchMatcher$inboundSchema: z.ZodType<BranchMatcher, z.ZodTypeDef, unknown>;
2338
+ /** @internal */
2339
+ export type BranchMatcher$Outbound = {
2340
+ type: string;
2341
+ pattern: string;
2342
+ };
2343
+ /** @internal */
2344
+ export declare const BranchMatcher$outboundSchema: z.ZodType<BranchMatcher$Outbound, z.ZodTypeDef, BranchMatcher>;
2345
+ /**
2346
+ * @internal
2347
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2348
+ */
2349
+ export declare namespace BranchMatcher$ {
2350
+ /** @deprecated use `BranchMatcher$inboundSchema` instead. */
2351
+ const inboundSchema: z.ZodType<BranchMatcher, z.ZodTypeDef, unknown>;
2352
+ /** @deprecated use `BranchMatcher$outboundSchema` instead. */
2353
+ const outboundSchema: z.ZodType<BranchMatcher$Outbound, z.ZodTypeDef, BranchMatcher>;
2354
+ /** @deprecated use `BranchMatcher$Outbound` instead. */
2355
+ type Outbound = BranchMatcher$Outbound;
2356
+ }
2357
+ /** @internal */
2358
+ export declare const UpdateProjectDataCacheProjectsBuilds$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBuilds, z.ZodTypeDef, unknown>;
2359
+ /** @internal */
2360
+ export type UpdateProjectDataCacheProjectsBuilds$Outbound = {
2361
+ use: string;
2362
+ src?: string | undefined;
2363
+ dest?: string | undefined;
2364
+ };
2365
+ /** @internal */
2366
+ export declare const UpdateProjectDataCacheProjectsBuilds$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBuilds$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsBuilds>;
2367
+ /**
2368
+ * @internal
2369
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2370
+ */
2371
+ export declare namespace UpdateProjectDataCacheProjectsBuilds$ {
2372
+ /** @deprecated use `UpdateProjectDataCacheProjectsBuilds$inboundSchema` instead. */
2373
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBuilds, z.ZodTypeDef, unknown>;
2374
+ /** @deprecated use `UpdateProjectDataCacheProjectsBuilds$outboundSchema` instead. */
2375
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBuilds$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsBuilds>;
2376
+ /** @deprecated use `UpdateProjectDataCacheProjectsBuilds$Outbound` instead. */
2377
+ type Outbound = UpdateProjectDataCacheProjectsBuilds$Outbound;
2378
+ }
2379
+ /** @internal */
2380
+ export declare const UpdateProjectDataCacheProjectsChecksConclusion$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksConclusion>;
2381
+ /** @internal */
2382
+ export declare const UpdateProjectDataCacheProjectsChecksConclusion$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksConclusion>;
2383
+ /**
2384
+ * @internal
2385
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2386
+ */
2387
+ export declare namespace UpdateProjectDataCacheProjectsChecksConclusion$ {
2388
+ /** @deprecated use `UpdateProjectDataCacheProjectsChecksConclusion$inboundSchema` instead. */
2389
+ const inboundSchema: z.ZodNativeEnum<{
2390
+ readonly Succeeded: "succeeded";
2391
+ readonly Failed: "failed";
2392
+ readonly Skipped: "skipped";
2393
+ readonly Canceled: "canceled";
2394
+ }>;
2395
+ /** @deprecated use `UpdateProjectDataCacheProjectsChecksConclusion$outboundSchema` instead. */
2396
+ const outboundSchema: z.ZodNativeEnum<{
2397
+ readonly Succeeded: "succeeded";
2398
+ readonly Failed: "failed";
2399
+ readonly Skipped: "skipped";
2400
+ readonly Canceled: "canceled";
2401
+ }>;
2402
+ }
2403
+ /** @internal */
2404
+ export declare const UpdateProjectDataCacheProjectsChecksState$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksState>;
2405
+ /** @internal */
2406
+ export declare const UpdateProjectDataCacheProjectsChecksState$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksState>;
2407
+ /**
2408
+ * @internal
2409
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2410
+ */
2411
+ export declare namespace UpdateProjectDataCacheProjectsChecksState$ {
2412
+ /** @deprecated use `UpdateProjectDataCacheProjectsChecksState$inboundSchema` instead. */
2413
+ const inboundSchema: z.ZodNativeEnum<{
2414
+ readonly Registered: "registered";
2415
+ readonly Running: "running";
2416
+ readonly Completed: "completed";
2417
+ }>;
2418
+ /** @deprecated use `UpdateProjectDataCacheProjectsChecksState$outboundSchema` instead. */
2419
+ const outboundSchema: z.ZodNativeEnum<{
2420
+ readonly Registered: "registered";
2421
+ readonly Running: "running";
2422
+ readonly Completed: "completed";
2423
+ }>;
2424
+ }
2425
+ /** @internal */
2426
+ export declare const UpdateProjectDataCacheProjectsCreator$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsCreator, z.ZodTypeDef, unknown>;
2427
+ /** @internal */
2428
+ export type UpdateProjectDataCacheProjectsCreator$Outbound = {
2429
+ email: string;
2430
+ githubLogin?: string | undefined;
2431
+ gitlabLogin?: string | undefined;
2432
+ uid: string;
2433
+ username: string;
2434
+ };
2435
+ /** @internal */
2436
+ export declare const UpdateProjectDataCacheProjectsCreator$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsCreator$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsCreator>;
2437
+ /**
2438
+ * @internal
2439
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2440
+ */
2441
+ export declare namespace UpdateProjectDataCacheProjectsCreator$ {
2442
+ /** @deprecated use `UpdateProjectDataCacheProjectsCreator$inboundSchema` instead. */
2443
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsCreator, z.ZodTypeDef, unknown>;
2444
+ /** @deprecated use `UpdateProjectDataCacheProjectsCreator$outboundSchema` instead. */
2445
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsCreator$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsCreator>;
2446
+ /** @deprecated use `UpdateProjectDataCacheProjectsCreator$Outbound` instead. */
2447
+ type Outbound = UpdateProjectDataCacheProjectsCreator$Outbound;
2448
+ }
2449
+ /** @internal */
2450
+ export declare const UpdateProjectDataCacheProjectsOidcTokenClaims$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsOidcTokenClaims, z.ZodTypeDef, unknown>;
2451
+ /** @internal */
2452
+ export type UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound = {
2453
+ iss: string;
2454
+ sub: string;
2455
+ scope: string;
2456
+ aud: string;
2457
+ owner: string;
2458
+ owner_id: string;
2459
+ project: string;
2460
+ project_id: string;
2461
+ environment: string;
2462
+ };
2463
+ /** @internal */
2464
+ export declare const UpdateProjectDataCacheProjectsOidcTokenClaims$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsOidcTokenClaims>;
2465
+ /**
2466
+ * @internal
2467
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2468
+ */
2469
+ export declare namespace UpdateProjectDataCacheProjectsOidcTokenClaims$ {
2470
+ /** @deprecated use `UpdateProjectDataCacheProjectsOidcTokenClaims$inboundSchema` instead. */
2471
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsOidcTokenClaims, z.ZodTypeDef, unknown>;
2472
+ /** @deprecated use `UpdateProjectDataCacheProjectsOidcTokenClaims$outboundSchema` instead. */
2473
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsOidcTokenClaims>;
2474
+ /** @deprecated use `UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound` instead. */
2475
+ type Outbound = UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound;
2476
+ }
2477
+ /** @internal */
2478
+ export declare const UpdateProjectDataCacheProjectsPlan$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsPlan>;
2479
+ /** @internal */
2480
+ export declare const UpdateProjectDataCacheProjectsPlan$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsPlan>;
2481
+ /**
2482
+ * @internal
2483
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2484
+ */
2485
+ export declare namespace UpdateProjectDataCacheProjectsPlan$ {
2486
+ /** @deprecated use `UpdateProjectDataCacheProjectsPlan$inboundSchema` instead. */
2487
+ const inboundSchema: z.ZodNativeEnum<{
2488
+ readonly Pro: "pro";
2489
+ readonly Enterprise: "enterprise";
2490
+ readonly Hobby: "hobby";
2491
+ }>;
2492
+ /** @deprecated use `UpdateProjectDataCacheProjectsPlan$outboundSchema` instead. */
2493
+ const outboundSchema: z.ZodNativeEnum<{
2494
+ readonly Pro: "pro";
2495
+ readonly Enterprise: "enterprise";
2496
+ readonly Hobby: "hobby";
2497
+ }>;
2498
+ }
2499
+ /** @internal */
2500
+ export declare const UpdateProjectDataCacheProjectsReadyState$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsReadyState>;
2501
+ /** @internal */
2502
+ export declare const UpdateProjectDataCacheProjectsReadyState$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsReadyState>;
2503
+ /**
2504
+ * @internal
2505
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2506
+ */
2507
+ export declare namespace UpdateProjectDataCacheProjectsReadyState$ {
2508
+ /** @deprecated use `UpdateProjectDataCacheProjectsReadyState$inboundSchema` instead. */
2509
+ const inboundSchema: z.ZodNativeEnum<{
2510
+ readonly Building: "BUILDING";
2511
+ readonly Error: "ERROR";
2512
+ readonly Initializing: "INITIALIZING";
2513
+ readonly Queued: "QUEUED";
2514
+ readonly Ready: "READY";
2515
+ readonly Canceled: "CANCELED";
2516
+ }>;
2517
+ /** @deprecated use `UpdateProjectDataCacheProjectsReadyState$outboundSchema` instead. */
2518
+ const outboundSchema: z.ZodNativeEnum<{
2519
+ readonly Building: "BUILDING";
2520
+ readonly Error: "ERROR";
2521
+ readonly Initializing: "INITIALIZING";
2522
+ readonly Queued: "QUEUED";
2523
+ readonly Ready: "READY";
2524
+ readonly Canceled: "CANCELED";
2525
+ }>;
2526
+ }
2527
+ /** @internal */
2528
+ export declare const UpdateProjectDataCacheProjectsReadySubstate$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsReadySubstate>;
2529
+ /** @internal */
2530
+ export declare const UpdateProjectDataCacheProjectsReadySubstate$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsReadySubstate>;
2531
+ /**
2532
+ * @internal
2533
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2534
+ */
2535
+ export declare namespace UpdateProjectDataCacheProjectsReadySubstate$ {
2536
+ /** @deprecated use `UpdateProjectDataCacheProjectsReadySubstate$inboundSchema` instead. */
2537
+ const inboundSchema: z.ZodNativeEnum<{
2538
+ readonly Staged: "STAGED";
2539
+ readonly Promoted: "PROMOTED";
2540
+ }>;
2541
+ /** @deprecated use `UpdateProjectDataCacheProjectsReadySubstate$outboundSchema` instead. */
2542
+ const outboundSchema: z.ZodNativeEnum<{
2543
+ readonly Staged: "STAGED";
2544
+ readonly Promoted: "PROMOTED";
2545
+ }>;
2546
+ }
2547
+ /** @internal */
2548
+ export declare const UpdateProjectDataCacheType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheType>;
2549
+ /** @internal */
2550
+ export declare const UpdateProjectDataCacheType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheType>;
2551
+ /**
2552
+ * @internal
2553
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2554
+ */
2555
+ export declare namespace UpdateProjectDataCacheType$ {
2556
+ /** @deprecated use `UpdateProjectDataCacheType$inboundSchema` instead. */
2557
+ const inboundSchema: z.ZodNativeEnum<{
2558
+ readonly Lambdas: "LAMBDAS";
2559
+ }>;
2560
+ /** @deprecated use `UpdateProjectDataCacheType$outboundSchema` instead. */
2561
+ const outboundSchema: z.ZodNativeEnum<{
2562
+ readonly Lambdas: "LAMBDAS";
2563
+ }>;
2564
+ }
2565
+ /** @internal */
2566
+ export declare const LatestDeployments$inboundSchema: z.ZodType<LatestDeployments, z.ZodTypeDef, unknown>;
2567
+ /** @internal */
2568
+ export type LatestDeployments$Outbound = {
2569
+ id: string;
2570
+ alias?: Array<string> | undefined;
2571
+ aliasAssigned?: number | boolean | null | undefined;
2572
+ aliasError?: UpdateProjectDataCacheProjectsAliasError$Outbound | null | undefined;
2573
+ aliasFinal?: string | null | undefined;
2574
+ automaticAliases?: Array<string> | undefined;
2575
+ branchMatcher?: BranchMatcher$Outbound | undefined;
2576
+ buildingAt?: number | undefined;
2577
+ builds?: Array<UpdateProjectDataCacheProjectsBuilds$Outbound> | undefined;
2578
+ checksConclusion?: string | undefined;
2579
+ checksState?: string | undefined;
2580
+ connectBuildsEnabled?: boolean | undefined;
2581
+ connectConfigurationId?: string | undefined;
2582
+ createdAt: number;
2583
+ createdIn: string;
2584
+ creator: UpdateProjectDataCacheProjectsCreator$Outbound | null;
2585
+ deletedAt?: number | undefined;
2586
+ deploymentHostname: string;
2587
+ forced?: boolean | undefined;
2588
+ name: string;
2589
+ meta?: {
2590
+ [k: string]: string;
2591
+ } | undefined;
2592
+ monorepoManager?: string | null | undefined;
2593
+ oidcTokenClaims?: UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound | undefined;
2594
+ plan: string;
2595
+ previewCommentsEnabled?: boolean | undefined;
2596
+ private: boolean;
2597
+ readyAt?: number | undefined;
2598
+ readyState: string;
2599
+ readySubstate?: string | undefined;
2600
+ requestedAt?: number | undefined;
2601
+ target?: string | null | undefined;
2602
+ teamId?: string | null | undefined;
2603
+ type: string;
2604
+ url: string;
2605
+ userId: string;
2606
+ withCache?: boolean | undefined;
2607
+ };
2608
+ /** @internal */
2609
+ export declare const LatestDeployments$outboundSchema: z.ZodType<LatestDeployments$Outbound, z.ZodTypeDef, LatestDeployments>;
2610
+ /**
2611
+ * @internal
2612
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2613
+ */
2614
+ export declare namespace LatestDeployments$ {
2615
+ /** @deprecated use `LatestDeployments$inboundSchema` instead. */
2616
+ const inboundSchema: z.ZodType<LatestDeployments, z.ZodTypeDef, unknown>;
2617
+ /** @deprecated use `LatestDeployments$outboundSchema` instead. */
2618
+ const outboundSchema: z.ZodType<LatestDeployments$Outbound, z.ZodTypeDef, LatestDeployments>;
2619
+ /** @deprecated use `LatestDeployments$Outbound` instead. */
2620
+ type Outbound = LatestDeployments$Outbound;
2621
+ }
2622
+ /** @internal */
2623
+ export declare const UpdateProjectDataCacheLinkProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
2624
+ /** @internal */
2625
+ export declare const UpdateProjectDataCacheLinkProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
2626
+ /**
2627
+ * @internal
2628
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2629
+ */
2630
+ export declare namespace UpdateProjectDataCacheLinkProjectsType$ {
2631
+ /** @deprecated use `UpdateProjectDataCacheLinkProjectsType$inboundSchema` instead. */
2632
+ const inboundSchema: z.ZodNativeEnum<{
2633
+ readonly Bitbucket: "bitbucket";
2634
+ }>;
2635
+ /** @deprecated use `UpdateProjectDataCacheLinkProjectsType$outboundSchema` instead. */
2636
+ const outboundSchema: z.ZodNativeEnum<{
2637
+ readonly Bitbucket: "bitbucket";
2638
+ }>;
2639
+ }
2640
+ /** @internal */
2641
+ export declare const UpdateProjectDataCacheLinkDeployHooks$inboundSchema: z.ZodType<UpdateProjectDataCacheLinkDeployHooks, z.ZodTypeDef, unknown>;
2642
+ /** @internal */
2643
+ export type UpdateProjectDataCacheLinkDeployHooks$Outbound = {
2644
+ createdAt?: number | undefined;
2645
+ id: string;
2646
+ name: string;
2647
+ ref: string;
2648
+ url: string;
2649
+ };
2650
+ /** @internal */
2651
+ export declare const UpdateProjectDataCacheLinkDeployHooks$outboundSchema: z.ZodType<UpdateProjectDataCacheLinkDeployHooks$Outbound, z.ZodTypeDef, UpdateProjectDataCacheLinkDeployHooks>;
2652
+ /**
2653
+ * @internal
2654
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2655
+ */
2656
+ export declare namespace UpdateProjectDataCacheLinkDeployHooks$ {
2657
+ /** @deprecated use `UpdateProjectDataCacheLinkDeployHooks$inboundSchema` instead. */
2658
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheLinkDeployHooks, z.ZodTypeDef, unknown>;
2659
+ /** @deprecated use `UpdateProjectDataCacheLinkDeployHooks$outboundSchema` instead. */
2660
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheLinkDeployHooks$Outbound, z.ZodTypeDef, UpdateProjectDataCacheLinkDeployHooks>;
2661
+ /** @deprecated use `UpdateProjectDataCacheLinkDeployHooks$Outbound` instead. */
2662
+ type Outbound = UpdateProjectDataCacheLinkDeployHooks$Outbound;
2663
+ }
2664
+ /** @internal */
2665
+ export declare const Link3$inboundSchema: z.ZodType<Link3, z.ZodTypeDef, unknown>;
2666
+ /** @internal */
2667
+ export type Link3$Outbound = {
2668
+ name?: string | undefined;
2669
+ slug?: string | undefined;
2670
+ owner?: string | undefined;
2671
+ type?: string | undefined;
2672
+ uuid?: string | undefined;
2673
+ workspaceUuid?: string | undefined;
2674
+ createdAt?: number | undefined;
2675
+ deployHooks: Array<UpdateProjectDataCacheLinkDeployHooks$Outbound>;
2676
+ gitCredentialId?: string | undefined;
2677
+ updatedAt?: number | undefined;
2678
+ sourceless?: boolean | undefined;
2679
+ productionBranch?: string | undefined;
2680
+ };
2681
+ /** @internal */
2682
+ export declare const Link3$outboundSchema: z.ZodType<Link3$Outbound, z.ZodTypeDef, Link3>;
2683
+ /**
2684
+ * @internal
2685
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2686
+ */
2687
+ export declare namespace Link3$ {
2688
+ /** @deprecated use `Link3$inboundSchema` instead. */
2689
+ const inboundSchema: z.ZodType<Link3, z.ZodTypeDef, unknown>;
2690
+ /** @deprecated use `Link3$outboundSchema` instead. */
2691
+ const outboundSchema: z.ZodType<Link3$Outbound, z.ZodTypeDef, Link3>;
2692
+ /** @deprecated use `Link3$Outbound` instead. */
2693
+ type Outbound = Link3$Outbound;
2694
+ }
2695
+ /** @internal */
2696
+ export declare const UpdateProjectDataCacheLinkType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkType>;
2697
+ /** @internal */
2698
+ export declare const UpdateProjectDataCacheLinkType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkType>;
2699
+ /**
2700
+ * @internal
2701
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2702
+ */
2703
+ export declare namespace UpdateProjectDataCacheLinkType$ {
2704
+ /** @deprecated use `UpdateProjectDataCacheLinkType$inboundSchema` instead. */
2705
+ const inboundSchema: z.ZodNativeEnum<{
2706
+ readonly Gitlab: "gitlab";
2707
+ }>;
2708
+ /** @deprecated use `UpdateProjectDataCacheLinkType$outboundSchema` instead. */
2709
+ const outboundSchema: z.ZodNativeEnum<{
2710
+ readonly Gitlab: "gitlab";
2711
+ }>;
2712
+ }
2713
+ /** @internal */
2714
+ export declare const LinkDeployHooks$inboundSchema: z.ZodType<LinkDeployHooks, z.ZodTypeDef, unknown>;
2715
+ /** @internal */
2716
+ export type LinkDeployHooks$Outbound = {
2717
+ createdAt?: number | undefined;
2718
+ id: string;
2719
+ name: string;
2720
+ ref: string;
2721
+ url: string;
2722
+ };
2723
+ /** @internal */
2724
+ export declare const LinkDeployHooks$outboundSchema: z.ZodType<LinkDeployHooks$Outbound, z.ZodTypeDef, LinkDeployHooks>;
2725
+ /**
2726
+ * @internal
2727
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2728
+ */
2729
+ export declare namespace LinkDeployHooks$ {
2730
+ /** @deprecated use `LinkDeployHooks$inboundSchema` instead. */
2731
+ const inboundSchema: z.ZodType<LinkDeployHooks, z.ZodTypeDef, unknown>;
2732
+ /** @deprecated use `LinkDeployHooks$outboundSchema` instead. */
2733
+ const outboundSchema: z.ZodType<LinkDeployHooks$Outbound, z.ZodTypeDef, LinkDeployHooks>;
2734
+ /** @deprecated use `LinkDeployHooks$Outbound` instead. */
2735
+ type Outbound = LinkDeployHooks$Outbound;
2736
+ }
2737
+ /** @internal */
2738
+ export declare const Link2$inboundSchema: z.ZodType<Link2, z.ZodTypeDef, unknown>;
2739
+ /** @internal */
2740
+ export type Link2$Outbound = {
2741
+ projectId?: string | undefined;
2742
+ projectName?: string | undefined;
2743
+ projectNameWithNamespace?: string | undefined;
2744
+ projectNamespace?: string | undefined;
2745
+ projectOwnerId?: number | undefined;
2746
+ projectUrl?: string | undefined;
2747
+ type?: string | undefined;
2748
+ createdAt?: number | undefined;
2749
+ deployHooks: Array<LinkDeployHooks$Outbound>;
2750
+ gitCredentialId?: string | undefined;
2751
+ updatedAt?: number | undefined;
2752
+ sourceless?: boolean | undefined;
2753
+ productionBranch?: string | undefined;
2754
+ };
2755
+ /** @internal */
2756
+ export declare const Link2$outboundSchema: z.ZodType<Link2$Outbound, z.ZodTypeDef, Link2>;
2757
+ /**
2758
+ * @internal
2759
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2760
+ */
2761
+ export declare namespace Link2$ {
2762
+ /** @deprecated use `Link2$inboundSchema` instead. */
2763
+ const inboundSchema: z.ZodType<Link2, z.ZodTypeDef, unknown>;
2764
+ /** @deprecated use `Link2$outboundSchema` instead. */
2765
+ const outboundSchema: z.ZodType<Link2$Outbound, z.ZodTypeDef, Link2>;
2766
+ /** @deprecated use `Link2$Outbound` instead. */
2767
+ type Outbound = Link2$Outbound;
2768
+ }
2769
+ /** @internal */
2770
+ export declare const LinkType$inboundSchema: z.ZodNativeEnum<typeof LinkType>;
2771
+ /** @internal */
2772
+ export declare const LinkType$outboundSchema: z.ZodNativeEnum<typeof LinkType>;
2773
+ /**
2774
+ * @internal
2775
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2776
+ */
2777
+ export declare namespace LinkType$ {
2778
+ /** @deprecated use `LinkType$inboundSchema` instead. */
2779
+ const inboundSchema: z.ZodNativeEnum<{
2780
+ readonly Github: "github";
2781
+ }>;
2782
+ /** @deprecated use `LinkType$outboundSchema` instead. */
2783
+ const outboundSchema: z.ZodNativeEnum<{
2784
+ readonly Github: "github";
2785
+ }>;
2786
+ }
2787
+ /** @internal */
2788
+ export declare const DeployHooks$inboundSchema: z.ZodType<DeployHooks, z.ZodTypeDef, unknown>;
2789
+ /** @internal */
2790
+ export type DeployHooks$Outbound = {
2791
+ createdAt?: number | undefined;
2792
+ id: string;
2793
+ name: string;
2794
+ ref: string;
2795
+ url: string;
2796
+ };
2797
+ /** @internal */
2798
+ export declare const DeployHooks$outboundSchema: z.ZodType<DeployHooks$Outbound, z.ZodTypeDef, DeployHooks>;
2799
+ /**
2800
+ * @internal
2801
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2802
+ */
2803
+ export declare namespace DeployHooks$ {
2804
+ /** @deprecated use `DeployHooks$inboundSchema` instead. */
2805
+ const inboundSchema: z.ZodType<DeployHooks, z.ZodTypeDef, unknown>;
2806
+ /** @deprecated use `DeployHooks$outboundSchema` instead. */
2807
+ const outboundSchema: z.ZodType<DeployHooks$Outbound, z.ZodTypeDef, DeployHooks>;
2808
+ /** @deprecated use `DeployHooks$Outbound` instead. */
2809
+ type Outbound = DeployHooks$Outbound;
2810
+ }
2811
+ /** @internal */
2812
+ export declare const Link1$inboundSchema: z.ZodType<Link1, z.ZodTypeDef, unknown>;
2813
+ /** @internal */
2814
+ export type Link1$Outbound = {
2815
+ org?: string | undefined;
2816
+ repoOwnerId?: number | undefined;
2817
+ repo?: string | undefined;
2818
+ repoId?: number | undefined;
2819
+ type?: string | undefined;
2820
+ createdAt?: number | undefined;
2821
+ deployHooks: Array<DeployHooks$Outbound>;
2822
+ gitCredentialId?: string | undefined;
2823
+ updatedAt?: number | undefined;
2824
+ sourceless?: boolean | undefined;
2825
+ productionBranch?: string | undefined;
2826
+ };
2827
+ /** @internal */
2828
+ export declare const Link1$outboundSchema: z.ZodType<Link1$Outbound, z.ZodTypeDef, Link1>;
2829
+ /**
2830
+ * @internal
2831
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2832
+ */
2833
+ export declare namespace Link1$ {
2834
+ /** @deprecated use `Link1$inboundSchema` instead. */
2835
+ const inboundSchema: z.ZodType<Link1, z.ZodTypeDef, unknown>;
2836
+ /** @deprecated use `Link1$outboundSchema` instead. */
2837
+ const outboundSchema: z.ZodType<Link1$Outbound, z.ZodTypeDef, Link1>;
2838
+ /** @deprecated use `Link1$Outbound` instead. */
2839
+ type Outbound = Link1$Outbound;
2840
+ }
2841
+ /** @internal */
2842
+ export declare const Link$inboundSchema: z.ZodType<Link, z.ZodTypeDef, unknown>;
2843
+ /** @internal */
2844
+ export type Link$Outbound = Link1$Outbound | Link3$Outbound | Link2$Outbound;
2845
+ /** @internal */
2846
+ export declare const Link$outboundSchema: z.ZodType<Link$Outbound, z.ZodTypeDef, Link>;
2847
+ /**
2848
+ * @internal
2849
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2850
+ */
2851
+ export declare namespace Link$ {
2852
+ /** @deprecated use `Link$inboundSchema` instead. */
2853
+ const inboundSchema: z.ZodType<Link, z.ZodTypeDef, unknown>;
2854
+ /** @deprecated use `Link$outboundSchema` instead. */
2855
+ const outboundSchema: z.ZodType<Link$Outbound, z.ZodTypeDef, Link>;
2856
+ /** @deprecated use `Link$Outbound` instead. */
2857
+ type Outbound = Link$Outbound;
2858
+ }
2859
+ /** @internal */
2860
+ export declare const UpdateProjectDataCacheNodeVersion$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheNodeVersion>;
2861
+ /** @internal */
2862
+ export declare const UpdateProjectDataCacheNodeVersion$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheNodeVersion>;
2863
+ /**
2864
+ * @internal
2865
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2866
+ */
2867
+ export declare namespace UpdateProjectDataCacheNodeVersion$ {
2868
+ /** @deprecated use `UpdateProjectDataCacheNodeVersion$inboundSchema` instead. */
2869
+ const inboundSchema: z.ZodNativeEnum<{
2870
+ readonly TwentyTwoX: "22.x";
2871
+ readonly TwentyX: "20.x";
2872
+ readonly EighteenX: "18.x";
2873
+ readonly SixteenX: "16.x";
2874
+ readonly FourteenX: "14.x";
2875
+ readonly TwelveX: "12.x";
2876
+ readonly TenX: "10.x";
2877
+ readonly Eight10X: "8.10.x";
2878
+ }>;
2879
+ /** @deprecated use `UpdateProjectDataCacheNodeVersion$outboundSchema` instead. */
2880
+ const outboundSchema: z.ZodNativeEnum<{
2881
+ readonly TwentyTwoX: "22.x";
2882
+ readonly TwentyX: "20.x";
2883
+ readonly EighteenX: "18.x";
2884
+ readonly SixteenX: "16.x";
2885
+ readonly FourteenX: "14.x";
2886
+ readonly TwelveX: "12.x";
2887
+ readonly TenX: "10.x";
2888
+ readonly Eight10X: "8.10.x";
2889
+ }>;
2890
+ }
2891
+ /** @internal */
2892
+ export declare const UpdateProjectDataCachePaths$inboundSchema: z.ZodType<UpdateProjectDataCachePaths, z.ZodTypeDef, unknown>;
2893
+ /** @internal */
2894
+ export type UpdateProjectDataCachePaths$Outbound = {
2895
+ value: string;
2896
+ };
2897
+ /** @internal */
2898
+ export declare const UpdateProjectDataCachePaths$outboundSchema: z.ZodType<UpdateProjectDataCachePaths$Outbound, z.ZodTypeDef, UpdateProjectDataCachePaths>;
2899
+ /**
2900
+ * @internal
2901
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2902
+ */
2903
+ export declare namespace UpdateProjectDataCachePaths$ {
2904
+ /** @deprecated use `UpdateProjectDataCachePaths$inboundSchema` instead. */
2905
+ const inboundSchema: z.ZodType<UpdateProjectDataCachePaths, z.ZodTypeDef, unknown>;
2906
+ /** @deprecated use `UpdateProjectDataCachePaths$outboundSchema` instead. */
2907
+ const outboundSchema: z.ZodType<UpdateProjectDataCachePaths$Outbound, z.ZodTypeDef, UpdateProjectDataCachePaths>;
2908
+ /** @deprecated use `UpdateProjectDataCachePaths$Outbound` instead. */
2909
+ type Outbound = UpdateProjectDataCachePaths$Outbound;
2910
+ }
2911
+ /** @internal */
2912
+ export declare const UpdateProjectDataCacheOptionsAllowlist$inboundSchema: z.ZodType<UpdateProjectDataCacheOptionsAllowlist, z.ZodTypeDef, unknown>;
2913
+ /** @internal */
2914
+ export type UpdateProjectDataCacheOptionsAllowlist$Outbound = {
2915
+ paths: Array<UpdateProjectDataCachePaths$Outbound>;
2916
+ };
2917
+ /** @internal */
2918
+ export declare const UpdateProjectDataCacheOptionsAllowlist$outboundSchema: z.ZodType<UpdateProjectDataCacheOptionsAllowlist$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOptionsAllowlist>;
2919
+ /**
2920
+ * @internal
2921
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2922
+ */
2923
+ export declare namespace UpdateProjectDataCacheOptionsAllowlist$ {
2924
+ /** @deprecated use `UpdateProjectDataCacheOptionsAllowlist$inboundSchema` instead. */
2925
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheOptionsAllowlist, z.ZodTypeDef, unknown>;
2926
+ /** @deprecated use `UpdateProjectDataCacheOptionsAllowlist$outboundSchema` instead. */
2927
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheOptionsAllowlist$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOptionsAllowlist>;
2928
+ /** @deprecated use `UpdateProjectDataCacheOptionsAllowlist$Outbound` instead. */
2929
+ type Outbound = UpdateProjectDataCacheOptionsAllowlist$Outbound;
2930
+ }
2931
+ /** @internal */
2932
+ export declare const UpdateProjectDataCachePasswordProtection$inboundSchema: z.ZodType<UpdateProjectDataCachePasswordProtection, z.ZodTypeDef, unknown>;
2933
+ /** @internal */
2934
+ export type UpdateProjectDataCachePasswordProtection$Outbound = {};
2935
+ /** @internal */
2936
+ export declare const UpdateProjectDataCachePasswordProtection$outboundSchema: z.ZodType<UpdateProjectDataCachePasswordProtection$Outbound, z.ZodTypeDef, UpdateProjectDataCachePasswordProtection>;
2937
+ /**
2938
+ * @internal
2939
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2940
+ */
2941
+ export declare namespace UpdateProjectDataCachePasswordProtection$ {
2942
+ /** @deprecated use `UpdateProjectDataCachePasswordProtection$inboundSchema` instead. */
2943
+ const inboundSchema: z.ZodType<UpdateProjectDataCachePasswordProtection, z.ZodTypeDef, unknown>;
2944
+ /** @deprecated use `UpdateProjectDataCachePasswordProtection$outboundSchema` instead. */
2945
+ const outboundSchema: z.ZodType<UpdateProjectDataCachePasswordProtection$Outbound, z.ZodTypeDef, UpdateProjectDataCachePasswordProtection>;
2946
+ /** @deprecated use `UpdateProjectDataCachePasswordProtection$Outbound` instead. */
2947
+ type Outbound = UpdateProjectDataCachePasswordProtection$Outbound;
2948
+ }
2949
+ /** @internal */
2950
+ export declare const FunctionDefaultMemoryType$inboundSchema: z.ZodNativeEnum<typeof FunctionDefaultMemoryType>;
2951
+ /** @internal */
2952
+ export declare const FunctionDefaultMemoryType$outboundSchema: z.ZodNativeEnum<typeof FunctionDefaultMemoryType>;
2953
+ /**
2954
+ * @internal
2955
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2956
+ */
2957
+ export declare namespace FunctionDefaultMemoryType$ {
2958
+ /** @deprecated use `FunctionDefaultMemoryType$inboundSchema` instead. */
2959
+ const inboundSchema: z.ZodNativeEnum<{
2960
+ readonly StandardLegacy: "standard_legacy";
2961
+ readonly Standard: "standard";
2962
+ readonly Performance: "performance";
2963
+ }>;
2964
+ /** @deprecated use `FunctionDefaultMemoryType$outboundSchema` instead. */
2965
+ const outboundSchema: z.ZodNativeEnum<{
2966
+ readonly StandardLegacy: "standard_legacy";
2967
+ readonly Standard: "standard";
2968
+ readonly Performance: "performance";
2969
+ }>;
2970
+ }
2971
+ /** @internal */
2972
+ export declare const ResourceConfig$inboundSchema: z.ZodType<ResourceConfig, z.ZodTypeDef, unknown>;
2973
+ /** @internal */
2974
+ export type ResourceConfig$Outbound = {
2975
+ functionDefaultTimeout?: number | undefined;
2976
+ functionDefaultMemoryType?: string | undefined;
2977
+ allowServerlessConcurrency?: boolean | undefined;
2978
+ elasticConcurrencyEnabled?: boolean | undefined;
2979
+ };
2980
+ /** @internal */
2981
+ export declare const ResourceConfig$outboundSchema: z.ZodType<ResourceConfig$Outbound, z.ZodTypeDef, ResourceConfig>;
2982
+ /**
2983
+ * @internal
2984
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2985
+ */
2986
+ export declare namespace ResourceConfig$ {
2987
+ /** @deprecated use `ResourceConfig$inboundSchema` instead. */
2988
+ const inboundSchema: z.ZodType<ResourceConfig, z.ZodTypeDef, unknown>;
2989
+ /** @deprecated use `ResourceConfig$outboundSchema` instead. */
2990
+ const outboundSchema: z.ZodType<ResourceConfig$Outbound, z.ZodTypeDef, ResourceConfig>;
2991
+ /** @deprecated use `ResourceConfig$Outbound` instead. */
2992
+ type Outbound = ResourceConfig$Outbound;
2993
+ }
2994
+ /** @internal */
2995
+ export declare const UpdateProjectDataCacheDeploymentType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheDeploymentType>;
2996
+ /** @internal */
2997
+ export declare const UpdateProjectDataCacheDeploymentType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheDeploymentType>;
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 declare namespace UpdateProjectDataCacheDeploymentType$ {
3003
+ /** @deprecated use `UpdateProjectDataCacheDeploymentType$inboundSchema` instead. */
3004
+ const inboundSchema: z.ZodNativeEnum<{
3005
+ readonly Preview: "preview";
3006
+ readonly All: "all";
3007
+ readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
3008
+ }>;
3009
+ /** @deprecated use `UpdateProjectDataCacheDeploymentType$outboundSchema` instead. */
3010
+ const outboundSchema: z.ZodNativeEnum<{
3011
+ readonly Preview: "preview";
3012
+ readonly All: "all";
3013
+ readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
3014
+ }>;
3015
+ }
3016
+ /** @internal */
3017
+ export declare const UpdateProjectDataCacheSsoProtection$inboundSchema: z.ZodType<UpdateProjectDataCacheSsoProtection, z.ZodTypeDef, unknown>;
3018
+ /** @internal */
3019
+ export type UpdateProjectDataCacheSsoProtection$Outbound = {
3020
+ deploymentType: string;
3021
+ };
3022
+ /** @internal */
3023
+ export declare const UpdateProjectDataCacheSsoProtection$outboundSchema: z.ZodType<UpdateProjectDataCacheSsoProtection$Outbound, z.ZodTypeDef, UpdateProjectDataCacheSsoProtection>;
3024
+ /**
3025
+ * @internal
3026
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3027
+ */
3028
+ export declare namespace UpdateProjectDataCacheSsoProtection$ {
3029
+ /** @deprecated use `UpdateProjectDataCacheSsoProtection$inboundSchema` instead. */
3030
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheSsoProtection, z.ZodTypeDef, unknown>;
3031
+ /** @deprecated use `UpdateProjectDataCacheSsoProtection$outboundSchema` instead. */
3032
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheSsoProtection$Outbound, z.ZodTypeDef, UpdateProjectDataCacheSsoProtection>;
3033
+ /** @deprecated use `UpdateProjectDataCacheSsoProtection$Outbound` instead. */
3034
+ type Outbound = UpdateProjectDataCacheSsoProtection$Outbound;
3035
+ }
3036
+ /** @internal */
3037
+ export declare const UpdateProjectDataCacheAliasAssigned$inboundSchema: z.ZodType<UpdateProjectDataCacheAliasAssigned, z.ZodTypeDef, unknown>;
3038
+ /** @internal */
3039
+ export type UpdateProjectDataCacheAliasAssigned$Outbound = number | boolean;
3040
+ /** @internal */
3041
+ export declare const UpdateProjectDataCacheAliasAssigned$outboundSchema: z.ZodType<UpdateProjectDataCacheAliasAssigned$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAliasAssigned>;
3042
+ /**
3043
+ * @internal
3044
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3045
+ */
3046
+ export declare namespace UpdateProjectDataCacheAliasAssigned$ {
3047
+ /** @deprecated use `UpdateProjectDataCacheAliasAssigned$inboundSchema` instead. */
3048
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheAliasAssigned, z.ZodTypeDef, unknown>;
3049
+ /** @deprecated use `UpdateProjectDataCacheAliasAssigned$outboundSchema` instead. */
3050
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheAliasAssigned$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAliasAssigned>;
3051
+ /** @deprecated use `UpdateProjectDataCacheAliasAssigned$Outbound` instead. */
3052
+ type Outbound = UpdateProjectDataCacheAliasAssigned$Outbound;
3053
+ }
3054
+ /** @internal */
3055
+ export declare const UpdateProjectDataCacheAliasError$inboundSchema: z.ZodType<UpdateProjectDataCacheAliasError, z.ZodTypeDef, unknown>;
3056
+ /** @internal */
3057
+ export type UpdateProjectDataCacheAliasError$Outbound = {
3058
+ code: string;
3059
+ message: string;
3060
+ };
3061
+ /** @internal */
3062
+ export declare const UpdateProjectDataCacheAliasError$outboundSchema: z.ZodType<UpdateProjectDataCacheAliasError$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAliasError>;
3063
+ /**
3064
+ * @internal
3065
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3066
+ */
3067
+ export declare namespace UpdateProjectDataCacheAliasError$ {
3068
+ /** @deprecated use `UpdateProjectDataCacheAliasError$inboundSchema` instead. */
3069
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheAliasError, z.ZodTypeDef, unknown>;
3070
+ /** @deprecated use `UpdateProjectDataCacheAliasError$outboundSchema` instead. */
3071
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheAliasError$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAliasError>;
3072
+ /** @deprecated use `UpdateProjectDataCacheAliasError$Outbound` instead. */
3073
+ type Outbound = UpdateProjectDataCacheAliasError$Outbound;
3074
+ }
3075
+ /** @internal */
3076
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
3077
+ /** @internal */
3078
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
3079
+ /**
3080
+ * @internal
3081
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3082
+ */
3083
+ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$ {
3084
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema` instead. */
3085
+ const inboundSchema: z.ZodNativeEnum<{
3086
+ readonly EndsWith: "endsWith";
3087
+ readonly StartsWith: "startsWith";
3088
+ readonly Equals: "equals";
3089
+ }>;
3090
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema` instead. */
3091
+ const outboundSchema: z.ZodNativeEnum<{
3092
+ readonly EndsWith: "endsWith";
3093
+ readonly StartsWith: "startsWith";
3094
+ readonly Equals: "equals";
3095
+ }>;
3096
+ }
3097
+ /** @internal */
3098
+ export declare const UpdateProjectDataCacheBranchMatcher$inboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher, z.ZodTypeDef, unknown>;
3099
+ /** @internal */
3100
+ export type UpdateProjectDataCacheBranchMatcher$Outbound = {
3101
+ type: string;
3102
+ pattern: string;
3103
+ };
3104
+ /** @internal */
3105
+ export declare const UpdateProjectDataCacheBranchMatcher$outboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBranchMatcher>;
3106
+ /**
3107
+ * @internal
3108
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3109
+ */
3110
+ export declare namespace UpdateProjectDataCacheBranchMatcher$ {
3111
+ /** @deprecated use `UpdateProjectDataCacheBranchMatcher$inboundSchema` instead. */
3112
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher, z.ZodTypeDef, unknown>;
3113
+ /** @deprecated use `UpdateProjectDataCacheBranchMatcher$outboundSchema` instead. */
3114
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBranchMatcher>;
3115
+ /** @deprecated use `UpdateProjectDataCacheBranchMatcher$Outbound` instead. */
3116
+ type Outbound = UpdateProjectDataCacheBranchMatcher$Outbound;
3117
+ }
3118
+ /** @internal */
3119
+ export declare const UpdateProjectDataCacheBuilds$inboundSchema: z.ZodType<UpdateProjectDataCacheBuilds, z.ZodTypeDef, unknown>;
3120
+ /** @internal */
3121
+ export type UpdateProjectDataCacheBuilds$Outbound = {
3122
+ use: string;
3123
+ src?: string | undefined;
3124
+ dest?: string | undefined;
3125
+ };
3126
+ /** @internal */
3127
+ export declare const UpdateProjectDataCacheBuilds$outboundSchema: z.ZodType<UpdateProjectDataCacheBuilds$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBuilds>;
3128
+ /**
3129
+ * @internal
3130
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3131
+ */
3132
+ export declare namespace UpdateProjectDataCacheBuilds$ {
3133
+ /** @deprecated use `UpdateProjectDataCacheBuilds$inboundSchema` instead. */
3134
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheBuilds, z.ZodTypeDef, unknown>;
3135
+ /** @deprecated use `UpdateProjectDataCacheBuilds$outboundSchema` instead. */
3136
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheBuilds$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBuilds>;
3137
+ /** @deprecated use `UpdateProjectDataCacheBuilds$Outbound` instead. */
3138
+ type Outbound = UpdateProjectDataCacheBuilds$Outbound;
3139
+ }
3140
+ /** @internal */
3141
+ export declare const UpdateProjectDataCacheChecksConclusion$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksConclusion>;
3142
+ /** @internal */
3143
+ export declare const UpdateProjectDataCacheChecksConclusion$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksConclusion>;
3144
+ /**
3145
+ * @internal
3146
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3147
+ */
3148
+ export declare namespace UpdateProjectDataCacheChecksConclusion$ {
3149
+ /** @deprecated use `UpdateProjectDataCacheChecksConclusion$inboundSchema` instead. */
3150
+ const inboundSchema: z.ZodNativeEnum<{
3151
+ readonly Succeeded: "succeeded";
3152
+ readonly Failed: "failed";
3153
+ readonly Skipped: "skipped";
3154
+ readonly Canceled: "canceled";
3155
+ }>;
3156
+ /** @deprecated use `UpdateProjectDataCacheChecksConclusion$outboundSchema` instead. */
3157
+ const outboundSchema: z.ZodNativeEnum<{
3158
+ readonly Succeeded: "succeeded";
3159
+ readonly Failed: "failed";
3160
+ readonly Skipped: "skipped";
3161
+ readonly Canceled: "canceled";
3162
+ }>;
3163
+ }
3164
+ /** @internal */
3165
+ export declare const UpdateProjectDataCacheChecksState$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksState>;
3166
+ /** @internal */
3167
+ export declare const UpdateProjectDataCacheChecksState$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksState>;
3168
+ /**
3169
+ * @internal
3170
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3171
+ */
3172
+ export declare namespace UpdateProjectDataCacheChecksState$ {
3173
+ /** @deprecated use `UpdateProjectDataCacheChecksState$inboundSchema` instead. */
3174
+ const inboundSchema: z.ZodNativeEnum<{
3175
+ readonly Registered: "registered";
3176
+ readonly Running: "running";
3177
+ readonly Completed: "completed";
3178
+ }>;
3179
+ /** @deprecated use `UpdateProjectDataCacheChecksState$outboundSchema` instead. */
3180
+ const outboundSchema: z.ZodNativeEnum<{
3181
+ readonly Registered: "registered";
3182
+ readonly Running: "running";
3183
+ readonly Completed: "completed";
3184
+ }>;
3185
+ }
3186
+ /** @internal */
3187
+ export declare const UpdateProjectDataCacheCreator$inboundSchema: z.ZodType<UpdateProjectDataCacheCreator, z.ZodTypeDef, unknown>;
3188
+ /** @internal */
3189
+ export type UpdateProjectDataCacheCreator$Outbound = {
3190
+ email: string;
3191
+ githubLogin?: string | undefined;
3192
+ gitlabLogin?: string | undefined;
3193
+ uid: string;
3194
+ username: string;
3195
+ };
3196
+ /** @internal */
3197
+ export declare const UpdateProjectDataCacheCreator$outboundSchema: z.ZodType<UpdateProjectDataCacheCreator$Outbound, z.ZodTypeDef, UpdateProjectDataCacheCreator>;
3198
+ /**
3199
+ * @internal
3200
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3201
+ */
3202
+ export declare namespace UpdateProjectDataCacheCreator$ {
3203
+ /** @deprecated use `UpdateProjectDataCacheCreator$inboundSchema` instead. */
3204
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheCreator, z.ZodTypeDef, unknown>;
3205
+ /** @deprecated use `UpdateProjectDataCacheCreator$outboundSchema` instead. */
3206
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheCreator$Outbound, z.ZodTypeDef, UpdateProjectDataCacheCreator>;
3207
+ /** @deprecated use `UpdateProjectDataCacheCreator$Outbound` instead. */
3208
+ type Outbound = UpdateProjectDataCacheCreator$Outbound;
3209
+ }
3210
+ /** @internal */
3211
+ export declare const UpdateProjectDataCacheOidcTokenClaims$inboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenClaims, z.ZodTypeDef, unknown>;
3212
+ /** @internal */
3213
+ export type UpdateProjectDataCacheOidcTokenClaims$Outbound = {
3214
+ iss: string;
3215
+ sub: string;
3216
+ scope: string;
3217
+ aud: string;
3218
+ owner: string;
3219
+ owner_id: string;
3220
+ project: string;
3221
+ project_id: string;
3222
+ environment: string;
3223
+ };
3224
+ /** @internal */
3225
+ export declare const UpdateProjectDataCacheOidcTokenClaims$outboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenClaims$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOidcTokenClaims>;
3226
+ /**
3227
+ * @internal
3228
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3229
+ */
3230
+ export declare namespace UpdateProjectDataCacheOidcTokenClaims$ {
3231
+ /** @deprecated use `UpdateProjectDataCacheOidcTokenClaims$inboundSchema` instead. */
3232
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenClaims, z.ZodTypeDef, unknown>;
3233
+ /** @deprecated use `UpdateProjectDataCacheOidcTokenClaims$outboundSchema` instead. */
3234
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenClaims$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOidcTokenClaims>;
3235
+ /** @deprecated use `UpdateProjectDataCacheOidcTokenClaims$Outbound` instead. */
3236
+ type Outbound = UpdateProjectDataCacheOidcTokenClaims$Outbound;
3237
+ }
3238
+ /** @internal */
3239
+ export declare const UpdateProjectDataCachePlan$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCachePlan>;
3240
+ /** @internal */
3241
+ export declare const UpdateProjectDataCachePlan$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCachePlan>;
3242
+ /**
3243
+ * @internal
3244
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3245
+ */
3246
+ export declare namespace UpdateProjectDataCachePlan$ {
3247
+ /** @deprecated use `UpdateProjectDataCachePlan$inboundSchema` instead. */
3248
+ const inboundSchema: z.ZodNativeEnum<{
3249
+ readonly Pro: "pro";
3250
+ readonly Enterprise: "enterprise";
3251
+ readonly Hobby: "hobby";
3252
+ }>;
3253
+ /** @deprecated use `UpdateProjectDataCachePlan$outboundSchema` instead. */
3254
+ const outboundSchema: z.ZodNativeEnum<{
3255
+ readonly Pro: "pro";
3256
+ readonly Enterprise: "enterprise";
3257
+ readonly Hobby: "hobby";
3258
+ }>;
3259
+ }
3260
+ /** @internal */
3261
+ export declare const UpdateProjectDataCacheReadyState$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheReadyState>;
3262
+ /** @internal */
3263
+ export declare const UpdateProjectDataCacheReadyState$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheReadyState>;
3264
+ /**
3265
+ * @internal
3266
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3267
+ */
3268
+ export declare namespace UpdateProjectDataCacheReadyState$ {
3269
+ /** @deprecated use `UpdateProjectDataCacheReadyState$inboundSchema` instead. */
3270
+ const inboundSchema: z.ZodNativeEnum<{
3271
+ readonly Building: "BUILDING";
3272
+ readonly Error: "ERROR";
3273
+ readonly Initializing: "INITIALIZING";
3274
+ readonly Queued: "QUEUED";
3275
+ readonly Ready: "READY";
3276
+ readonly Canceled: "CANCELED";
3277
+ }>;
3278
+ /** @deprecated use `UpdateProjectDataCacheReadyState$outboundSchema` instead. */
3279
+ const outboundSchema: z.ZodNativeEnum<{
3280
+ readonly Building: "BUILDING";
3281
+ readonly Error: "ERROR";
3282
+ readonly Initializing: "INITIALIZING";
3283
+ readonly Queued: "QUEUED";
3284
+ readonly Ready: "READY";
3285
+ readonly Canceled: "CANCELED";
3286
+ }>;
3287
+ }
3288
+ /** @internal */
3289
+ export declare const UpdateProjectDataCacheReadySubstate$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheReadySubstate>;
3290
+ /** @internal */
3291
+ export declare const UpdateProjectDataCacheReadySubstate$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheReadySubstate>;
3292
+ /**
3293
+ * @internal
3294
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3295
+ */
3296
+ export declare namespace UpdateProjectDataCacheReadySubstate$ {
3297
+ /** @deprecated use `UpdateProjectDataCacheReadySubstate$inboundSchema` instead. */
3298
+ const inboundSchema: z.ZodNativeEnum<{
3299
+ readonly Staged: "STAGED";
3300
+ readonly Promoted: "PROMOTED";
3301
+ }>;
3302
+ /** @deprecated use `UpdateProjectDataCacheReadySubstate$outboundSchema` instead. */
3303
+ const outboundSchema: z.ZodNativeEnum<{
3304
+ readonly Staged: "STAGED";
3305
+ readonly Promoted: "PROMOTED";
3306
+ }>;
3307
+ }
3308
+ /** @internal */
3309
+ export declare const UpdateProjectDataCacheProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsType>;
3310
+ /** @internal */
3311
+ export declare const UpdateProjectDataCacheProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsType>;
3312
+ /**
3313
+ * @internal
3314
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3315
+ */
3316
+ export declare namespace UpdateProjectDataCacheProjectsType$ {
3317
+ /** @deprecated use `UpdateProjectDataCacheProjectsType$inboundSchema` instead. */
3318
+ const inboundSchema: z.ZodNativeEnum<{
3319
+ readonly Lambdas: "LAMBDAS";
3320
+ }>;
3321
+ /** @deprecated use `UpdateProjectDataCacheProjectsType$outboundSchema` instead. */
3322
+ const outboundSchema: z.ZodNativeEnum<{
3323
+ readonly Lambdas: "LAMBDAS";
3324
+ }>;
3325
+ }
3326
+ /** @internal */
3327
+ export declare const Targets$inboundSchema: z.ZodType<Targets, z.ZodTypeDef, unknown>;
3328
+ /** @internal */
3329
+ export type Targets$Outbound = {
3330
+ id: string;
3331
+ alias?: Array<string> | undefined;
3332
+ aliasAssigned?: number | boolean | null | undefined;
3333
+ aliasError?: UpdateProjectDataCacheAliasError$Outbound | null | undefined;
3334
+ aliasFinal?: string | null | undefined;
3335
+ automaticAliases?: Array<string> | undefined;
3336
+ branchMatcher?: UpdateProjectDataCacheBranchMatcher$Outbound | undefined;
3337
+ buildingAt?: number | undefined;
3338
+ builds?: Array<UpdateProjectDataCacheBuilds$Outbound> | undefined;
3339
+ checksConclusion?: string | undefined;
3340
+ checksState?: string | undefined;
3341
+ connectBuildsEnabled?: boolean | undefined;
3342
+ connectConfigurationId?: string | undefined;
3343
+ createdAt: number;
3344
+ createdIn: string;
3345
+ creator: UpdateProjectDataCacheCreator$Outbound | null;
3346
+ deletedAt?: number | undefined;
3347
+ deploymentHostname: string;
3348
+ forced?: boolean | undefined;
3349
+ name: string;
3350
+ meta?: {
3351
+ [k: string]: string;
3352
+ } | undefined;
3353
+ monorepoManager?: string | null | undefined;
3354
+ oidcTokenClaims?: UpdateProjectDataCacheOidcTokenClaims$Outbound | undefined;
3355
+ plan: string;
3356
+ previewCommentsEnabled?: boolean | undefined;
3357
+ private: boolean;
3358
+ readyAt?: number | undefined;
3359
+ readyState: string;
3360
+ readySubstate?: string | undefined;
3361
+ requestedAt?: number | undefined;
3362
+ target?: string | null | undefined;
3363
+ teamId?: string | null | undefined;
3364
+ type: string;
3365
+ url: string;
3366
+ userId: string;
3367
+ withCache?: boolean | undefined;
3368
+ };
3369
+ /** @internal */
3370
+ export declare const Targets$outboundSchema: z.ZodType<Targets$Outbound, z.ZodTypeDef, Targets>;
3371
+ /**
3372
+ * @internal
3373
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3374
+ */
3375
+ export declare namespace Targets$ {
3376
+ /** @deprecated use `Targets$inboundSchema` instead. */
3377
+ const inboundSchema: z.ZodType<Targets, z.ZodTypeDef, unknown>;
3378
+ /** @deprecated use `Targets$outboundSchema` instead. */
3379
+ const outboundSchema: z.ZodType<Targets$Outbound, z.ZodTypeDef, Targets>;
3380
+ /** @deprecated use `Targets$Outbound` instead. */
3381
+ type Outbound = Targets$Outbound;
3382
+ }
3383
+ /** @internal */
3384
+ export declare const Permissions$inboundSchema: z.ZodType<Permissions, z.ZodTypeDef, unknown>;
3385
+ /** @internal */
3386
+ export type Permissions$Outbound = {
3387
+ accessGroup?: Array<string> | undefined;
3388
+ aliasGlobal?: Array<string> | undefined;
3389
+ analyticsSampling?: Array<string> | undefined;
3390
+ analyticsUsage?: Array<string> | undefined;
3391
+ auditLog?: Array<string> | undefined;
3392
+ billingAddress?: Array<string> | undefined;
3393
+ billingInformation?: Array<string> | undefined;
3394
+ billingInvoice?: Array<string> | undefined;
3395
+ billingInvoiceEmailRecipient?: Array<string> | undefined;
3396
+ billingInvoiceLanguage?: Array<string> | undefined;
3397
+ billingPlan?: Array<string> | undefined;
3398
+ billingPurchaseOrder?: Array<string> | undefined;
3399
+ billingTaxId?: Array<string> | undefined;
3400
+ blob?: Array<string> | undefined;
3401
+ budget?: Array<string> | undefined;
3402
+ cacheArtifact?: Array<string> | undefined;
3403
+ cacheArtifactUsageEvent?: Array<string> | undefined;
3404
+ codeChecks?: Array<string> | undefined;
3405
+ concurrentBuilds?: Array<string> | undefined;
3406
+ connect?: Array<string> | undefined;
3407
+ connectConfiguration?: Array<string> | undefined;
3408
+ domain?: Array<string> | undefined;
3409
+ domainAcceptDelegation?: Array<string> | undefined;
3410
+ domainAuthCodes?: Array<string> | undefined;
3411
+ domainCertificate?: Array<string> | undefined;
3412
+ domainCheckConfig?: Array<string> | undefined;
3413
+ domainMove?: Array<string> | undefined;
3414
+ domainPurchase?: Array<string> | undefined;
3415
+ domainRecord?: Array<string> | undefined;
3416
+ domainTransferIn?: Array<string> | undefined;
3417
+ event?: Array<string> | undefined;
3418
+ ownEvent?: Array<string> | undefined;
3419
+ sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
3420
+ fileUpload?: Array<string> | undefined;
3421
+ gitRepository?: Array<string> | undefined;
3422
+ ipBlocking?: Array<string> | undefined;
3423
+ integration?: Array<string> | undefined;
3424
+ integrationAccount?: Array<string> | undefined;
3425
+ integrationConfiguration?: Array<string> | undefined;
3426
+ integrationConfigurationTransfer?: Array<string> | undefined;
3427
+ integrationConfigurationProjects?: Array<string> | undefined;
3428
+ integrationVercelConfigurationOverride?: Array<string> | undefined;
3429
+ integrationConfigurationRole?: Array<string> | undefined;
3430
+ integrationResource?: Array<string> | undefined;
3431
+ integrationEvent?: Array<string> | undefined;
3432
+ integrationResourceSecrets?: Array<string> | undefined;
3433
+ integrationDeploymentAction?: Array<string> | undefined;
3434
+ marketplaceInstallationMember?: Array<string> | undefined;
3435
+ marketplaceBillingData?: Array<string> | undefined;
3436
+ marketplaceInvoice?: Array<string> | undefined;
3437
+ jobGlobal?: Array<string> | undefined;
3438
+ logDrain?: Array<string> | undefined;
3439
+ Monitoring?: Array<string> | undefined;
3440
+ monitoringSettings?: Array<string> | undefined;
3441
+ monitoringQuery?: Array<string> | undefined;
3442
+ monitoringChart?: Array<string> | undefined;
3443
+ monitoringAlert?: Array<string> | undefined;
3444
+ notificationDeploymentFailed?: Array<string> | undefined;
3445
+ notificationDomainConfiguration?: Array<string> | undefined;
3446
+ notificationDomainExpire?: Array<string> | undefined;
3447
+ notificationDomainMoved?: Array<string> | undefined;
3448
+ notificationDomainPurchase?: Array<string> | undefined;
3449
+ notificationDomainRenewal?: Array<string> | undefined;
3450
+ notificationDomainTransfer?: Array<string> | undefined;
3451
+ notificationDomainUnverified?: Array<string> | undefined;
3452
+ NotificationMonitoringAlert?: Array<string> | undefined;
3453
+ notificationPaymentFailed?: Array<string> | undefined;
3454
+ notificationUsageAlert?: Array<string> | undefined;
3455
+ notificationCustomerBudget?: Array<string> | undefined;
3456
+ notificationStatementOfReasons?: Array<string> | undefined;
3457
+ oauth2Connection?: Array<string> | undefined;
3458
+ openTelemetryEndpoint?: Array<string> | undefined;
3459
+ paymentMethod?: Array<string> | undefined;
3460
+ permissions?: Array<string> | undefined;
3461
+ postgres?: Array<string> | undefined;
3462
+ previewDeploymentSuffix?: Array<string> | undefined;
3463
+ proTrialOnboarding?: Array<string> | undefined;
3464
+ sharedEnvVars?: Array<string> | undefined;
3465
+ sharedEnvVarsProduction?: Array<string> | undefined;
3466
+ space?: Array<string> | undefined;
3467
+ spaceRun?: Array<string> | undefined;
3468
+ passwordProtectionInvoiceItem?: Array<string> | undefined;
3469
+ rateLimit?: Array<string> | undefined;
3470
+ redis?: Array<string> | undefined;
3471
+ repository?: Array<string> | undefined;
3472
+ remoteCaching?: Array<string> | undefined;
3473
+ samlConfig?: Array<string> | undefined;
3474
+ secret?: Array<string> | undefined;
3475
+ redisStoreTokenSet?: Array<string> | undefined;
3476
+ blobStoreTokenSet?: Array<string> | undefined;
3477
+ postgresStoreTokenSet?: Array<string> | undefined;
3478
+ integrationStoreTokenSet?: Array<string> | undefined;
3479
+ integrationResourceReplCommand?: Array<string> | undefined;
3480
+ storeTransfer?: Array<string> | undefined;
3481
+ supportCase?: Array<string> | undefined;
3482
+ supportCaseComment?: Array<string> | undefined;
3483
+ dataCacheBillingSettings?: Array<string> | undefined;
3484
+ team?: Array<string> | undefined;
3485
+ teamAccessRequest?: Array<string> | undefined;
3486
+ teamFellowMembership?: Array<string> | undefined;
3487
+ teamGitExclusivity?: Array<string> | undefined;
3488
+ teamInvite?: Array<string> | undefined;
3489
+ teamInviteCode?: Array<string> | undefined;
3490
+ teamJoin?: Array<string> | undefined;
3491
+ teamOwnMembership?: Array<string> | undefined;
3492
+ teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
3493
+ token?: Array<string> | undefined;
3494
+ usage?: Array<string> | undefined;
3495
+ usageCycle?: Array<string> | undefined;
3496
+ user?: Array<string> | undefined;
3497
+ userConnection?: Array<string> | undefined;
3498
+ vpcPeeringConnection?: Array<string> | undefined;
3499
+ webAnalyticsPlan?: Array<string> | undefined;
3500
+ webAuthn?: Array<string> | undefined;
3501
+ edgeConfig?: Array<string> | undefined;
3502
+ edgeConfigItem?: Array<string> | undefined;
3503
+ edgeConfigSchema?: Array<string> | undefined;
3504
+ edgeConfigToken?: Array<string> | undefined;
3505
+ webhook?: Array<string> | undefined;
3506
+ "webhook-event"?: Array<string> | undefined;
3507
+ endpointVerification?: Array<string> | undefined;
3508
+ projectTransferIn?: Array<string> | undefined;
3509
+ oauth2Application?: Array<string> | undefined;
3510
+ aliasProject?: Array<string> | undefined;
3511
+ aliasProtectionBypass?: Array<string> | undefined;
3512
+ productionAliasProtectionBypass?: Array<string> | undefined;
3513
+ connectConfigurationLink?: Array<string> | undefined;
3514
+ dataCacheNamespace?: Array<string> | undefined;
3515
+ deployment?: Array<string> | undefined;
3516
+ deploymentCheck?: Array<string> | undefined;
3517
+ deploymentCheckPreview?: Array<string> | undefined;
3518
+ deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
3519
+ deploymentProductionGit?: Array<string> | undefined;
3520
+ deploymentPreview?: Array<string> | undefined;
3521
+ deploymentPrivate?: Array<string> | undefined;
3522
+ deploymentPromote?: Array<string> | undefined;
3523
+ deploymentRollback?: Array<string> | undefined;
3524
+ environments?: Array<string> | undefined;
3525
+ logs?: Array<string> | undefined;
3526
+ logsPreset?: Array<string> | undefined;
3527
+ passwordProtection?: Array<string> | undefined;
3528
+ optionsAllowlist?: Array<string> | undefined;
3529
+ job?: Array<string> | undefined;
3530
+ project?: Array<string> | undefined;
3531
+ projectAccessGroup?: Array<string> | undefined;
3532
+ projectAnalyticsSampling?: Array<string> | undefined;
3533
+ projectDeploymentHook?: Array<string> | undefined;
3534
+ projectDomain?: Array<string> | undefined;
3535
+ projectDomainMove?: Array<string> | undefined;
3536
+ projectDomainCheckConfig?: Array<string> | undefined;
3537
+ projectEnvVars?: Array<string> | undefined;
3538
+ projectEnvVarsProduction?: Array<string> | undefined;
3539
+ projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
3540
+ projectFlags?: Array<string> | undefined;
3541
+ projectId?: Array<string> | undefined;
3542
+ projectIntegrationConfiguration?: Array<string> | undefined;
3543
+ projectLink?: Array<string> | undefined;
3544
+ projectMember?: Array<string> | undefined;
3545
+ projectMonitoring?: Array<string> | undefined;
3546
+ projectPermissions?: Array<string> | undefined;
3547
+ projectProductionBranch?: Array<string> | undefined;
3548
+ projectTransfer?: Array<string> | undefined;
3549
+ projectTransferOut?: Array<string> | undefined;
3550
+ projectProtectionBypass?: Array<string> | undefined;
3551
+ projectUsage?: Array<string> | undefined;
3552
+ projectAnalyticsUsage?: Array<string> | undefined;
3553
+ projectSupportCase?: Array<string> | undefined;
3554
+ projectSupportCaseComment?: Array<string> | undefined;
3555
+ projectDeploymentExpiration?: Array<string> | undefined;
3556
+ projectTier?: Array<string> | undefined;
3557
+ seawallConfig?: Array<string> | undefined;
3558
+ skewProtection?: Array<string> | undefined;
3559
+ analytics?: Array<string> | undefined;
3560
+ trustedIps?: Array<string> | undefined;
3561
+ webAnalytics?: Array<string> | undefined;
3562
+ sharedEnvVarConnection?: Array<string> | undefined;
3563
+ sonar?: Array<string> | undefined;
3564
+ };
3565
+ /** @internal */
3566
+ export declare const Permissions$outboundSchema: z.ZodType<Permissions$Outbound, z.ZodTypeDef, Permissions>;
3567
+ /**
3568
+ * @internal
3569
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3570
+ */
3571
+ export declare namespace Permissions$ {
3572
+ /** @deprecated use `Permissions$inboundSchema` instead. */
3573
+ const inboundSchema: z.ZodType<Permissions, z.ZodTypeDef, unknown>;
3574
+ /** @deprecated use `Permissions$outboundSchema` instead. */
3575
+ const outboundSchema: z.ZodType<Permissions$Outbound, z.ZodTypeDef, Permissions>;
3576
+ /** @deprecated use `Permissions$Outbound` instead. */
3577
+ type Outbound = Permissions$Outbound;
3578
+ }
3579
+ /** @internal */
3580
+ export declare const LastRollbackTarget$inboundSchema: z.ZodType<LastRollbackTarget, z.ZodTypeDef, unknown>;
3581
+ /** @internal */
3582
+ export type LastRollbackTarget$Outbound = {};
3583
+ /** @internal */
3584
+ export declare const LastRollbackTarget$outboundSchema: z.ZodType<LastRollbackTarget$Outbound, z.ZodTypeDef, LastRollbackTarget>;
3585
+ /**
3586
+ * @internal
3587
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3588
+ */
3589
+ export declare namespace LastRollbackTarget$ {
3590
+ /** @deprecated use `LastRollbackTarget$inboundSchema` instead. */
3591
+ const inboundSchema: z.ZodType<LastRollbackTarget, z.ZodTypeDef, unknown>;
3592
+ /** @deprecated use `LastRollbackTarget$outboundSchema` instead. */
3593
+ const outboundSchema: z.ZodType<LastRollbackTarget$Outbound, z.ZodTypeDef, LastRollbackTarget>;
3594
+ /** @deprecated use `LastRollbackTarget$Outbound` instead. */
3595
+ type Outbound = LastRollbackTarget$Outbound;
3596
+ }
3597
+ /** @internal */
3598
+ export declare const JobStatus$inboundSchema: z.ZodNativeEnum<typeof JobStatus>;
3599
+ /** @internal */
3600
+ export declare const JobStatus$outboundSchema: z.ZodNativeEnum<typeof JobStatus>;
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 declare namespace JobStatus$ {
3606
+ /** @deprecated use `JobStatus$inboundSchema` instead. */
3607
+ const inboundSchema: z.ZodNativeEnum<{
3608
+ readonly Succeeded: "succeeded";
3609
+ readonly Failed: "failed";
3610
+ readonly Skipped: "skipped";
3611
+ readonly Pending: "pending";
3612
+ readonly InProgress: "in-progress";
3613
+ }>;
3614
+ /** @deprecated use `JobStatus$outboundSchema` instead. */
3615
+ const outboundSchema: z.ZodNativeEnum<{
3616
+ readonly Succeeded: "succeeded";
3617
+ readonly Failed: "failed";
3618
+ readonly Skipped: "skipped";
3619
+ readonly Pending: "pending";
3620
+ readonly InProgress: "in-progress";
3621
+ }>;
3622
+ }
3623
+ /** @internal */
3624
+ export declare const UpdateProjectDataCacheProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
3625
+ /** @internal */
3626
+ export declare const UpdateProjectDataCacheProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
3627
+ /**
3628
+ * @internal
3629
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3630
+ */
3631
+ export declare namespace UpdateProjectDataCacheProjectsResponseType$ {
3632
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponseType$inboundSchema` instead. */
3633
+ const inboundSchema: z.ZodNativeEnum<{
3634
+ readonly Promote: "promote";
3635
+ readonly Rollback: "rollback";
3636
+ }>;
3637
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponseType$outboundSchema` instead. */
3638
+ const outboundSchema: z.ZodNativeEnum<{
3639
+ readonly Promote: "promote";
3640
+ readonly Rollback: "rollback";
3641
+ }>;
3642
+ }
3643
+ /** @internal */
3644
+ export declare const LastAliasRequest$inboundSchema: z.ZodType<LastAliasRequest, z.ZodTypeDef, unknown>;
3645
+ /** @internal */
3646
+ export type LastAliasRequest$Outbound = {
3647
+ fromDeploymentId: string;
3648
+ toDeploymentId: string;
3649
+ jobStatus: string;
3650
+ requestedAt: number;
3651
+ type: string;
3652
+ };
3653
+ /** @internal */
3654
+ export declare const LastAliasRequest$outboundSchema: z.ZodType<LastAliasRequest$Outbound, z.ZodTypeDef, LastAliasRequest>;
3655
+ /**
3656
+ * @internal
3657
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3658
+ */
3659
+ export declare namespace LastAliasRequest$ {
3660
+ /** @deprecated use `LastAliasRequest$inboundSchema` instead. */
3661
+ const inboundSchema: z.ZodType<LastAliasRequest, z.ZodTypeDef, unknown>;
3662
+ /** @deprecated use `LastAliasRequest$outboundSchema` instead. */
3663
+ const outboundSchema: z.ZodType<LastAliasRequest$Outbound, z.ZodTypeDef, LastAliasRequest>;
3664
+ /** @deprecated use `LastAliasRequest$Outbound` instead. */
3665
+ type Outbound = LastAliasRequest$Outbound;
3666
+ }
3667
+ /** @internal */
3668
+ export declare const Scope$inboundSchema: z.ZodNativeEnum<typeof Scope>;
3669
+ /** @internal */
3670
+ export declare const Scope$outboundSchema: z.ZodNativeEnum<typeof Scope>;
3671
+ /**
3672
+ * @internal
3673
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3674
+ */
3675
+ export declare namespace Scope$ {
3676
+ /** @deprecated use `Scope$inboundSchema` instead. */
3677
+ const inboundSchema: z.ZodNativeEnum<{
3678
+ readonly AutomationBypass: "automation-bypass";
3679
+ }>;
3680
+ /** @deprecated use `Scope$outboundSchema` instead. */
3681
+ const outboundSchema: z.ZodNativeEnum<{
3682
+ readonly AutomationBypass: "automation-bypass";
3683
+ }>;
3684
+ }
3685
+ /** @internal */
3686
+ export declare const ProtectionBypass$inboundSchema: z.ZodType<ProtectionBypass, z.ZodTypeDef, unknown>;
3687
+ /** @internal */
3688
+ export type ProtectionBypass$Outbound = {
3689
+ createdAt: number;
3690
+ createdBy: string;
3691
+ scope: string;
3692
+ };
3693
+ /** @internal */
3694
+ export declare const ProtectionBypass$outboundSchema: z.ZodType<ProtectionBypass$Outbound, z.ZodTypeDef, ProtectionBypass>;
3695
+ /**
3696
+ * @internal
3697
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3698
+ */
3699
+ export declare namespace ProtectionBypass$ {
3700
+ /** @deprecated use `ProtectionBypass$inboundSchema` instead. */
3701
+ const inboundSchema: z.ZodType<ProtectionBypass, z.ZodTypeDef, unknown>;
3702
+ /** @deprecated use `ProtectionBypass$outboundSchema` instead. */
3703
+ const outboundSchema: z.ZodType<ProtectionBypass$Outbound, z.ZodTypeDef, ProtectionBypass>;
3704
+ /** @deprecated use `ProtectionBypass$Outbound` instead. */
3705
+ type Outbound = ProtectionBypass$Outbound;
3706
+ }
3707
+ /** @internal */
3708
+ export declare const UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsDeploymentType>;
3709
+ /** @internal */
3710
+ export declare const UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsDeploymentType>;
3711
+ /**
3712
+ * @internal
3713
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3714
+ */
3715
+ export declare namespace UpdateProjectDataCacheTrustedIpsDeploymentType$ {
3716
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema` instead. */
3717
+ const inboundSchema: z.ZodNativeEnum<{
3718
+ readonly Production: "production";
3719
+ readonly Preview: "preview";
3720
+ readonly All: "all";
3721
+ readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
3722
+ }>;
3723
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSchema` instead. */
3724
+ const outboundSchema: z.ZodNativeEnum<{
3725
+ readonly Production: "production";
3726
+ readonly Preview: "preview";
3727
+ readonly All: "all";
3728
+ readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
3729
+ }>;
3730
+ }
3731
+ /** @internal */
3732
+ export declare const TrustedIps2$inboundSchema: z.ZodType<TrustedIps2, z.ZodTypeDef, unknown>;
3733
+ /** @internal */
3734
+ export type TrustedIps2$Outbound = {
3735
+ deploymentType: string;
3736
+ };
3737
+ /** @internal */
3738
+ export declare const TrustedIps2$outboundSchema: z.ZodType<TrustedIps2$Outbound, z.ZodTypeDef, TrustedIps2>;
3739
+ /**
3740
+ * @internal
3741
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3742
+ */
3743
+ export declare namespace TrustedIps2$ {
3744
+ /** @deprecated use `TrustedIps2$inboundSchema` instead. */
3745
+ const inboundSchema: z.ZodType<TrustedIps2, z.ZodTypeDef, unknown>;
3746
+ /** @deprecated use `TrustedIps2$outboundSchema` instead. */
3747
+ const outboundSchema: z.ZodType<TrustedIps2$Outbound, z.ZodTypeDef, TrustedIps2>;
3748
+ /** @deprecated use `TrustedIps2$Outbound` instead. */
3749
+ type Outbound = TrustedIps2$Outbound;
3750
+ }
3751
+ /** @internal */
3752
+ export declare const TrustedIpsDeploymentType$inboundSchema: z.ZodNativeEnum<typeof TrustedIpsDeploymentType>;
3753
+ /** @internal */
3754
+ export declare const TrustedIpsDeploymentType$outboundSchema: z.ZodNativeEnum<typeof TrustedIpsDeploymentType>;
3755
+ /**
3756
+ * @internal
3757
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3758
+ */
3759
+ export declare namespace TrustedIpsDeploymentType$ {
3760
+ /** @deprecated use `TrustedIpsDeploymentType$inboundSchema` instead. */
3761
+ const inboundSchema: z.ZodNativeEnum<{
3762
+ readonly Production: "production";
3763
+ readonly Preview: "preview";
3764
+ readonly All: "all";
3765
+ readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
3766
+ }>;
3767
+ /** @deprecated use `TrustedIpsDeploymentType$outboundSchema` instead. */
3768
+ const outboundSchema: z.ZodNativeEnum<{
3769
+ readonly Production: "production";
3770
+ readonly Preview: "preview";
3771
+ readonly All: "all";
3772
+ readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
3773
+ }>;
3774
+ }
3775
+ /** @internal */
3776
+ export declare const UpdateProjectDataCacheTrustedIpsAddresses$inboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIpsAddresses, z.ZodTypeDef, unknown>;
3777
+ /** @internal */
3778
+ export type UpdateProjectDataCacheTrustedIpsAddresses$Outbound = {
3779
+ value: string;
3780
+ note?: string | undefined;
3781
+ };
3782
+ /** @internal */
3783
+ export declare const UpdateProjectDataCacheTrustedIpsAddresses$outboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIpsAddresses$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTrustedIpsAddresses>;
3784
+ /**
3785
+ * @internal
3786
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3787
+ */
3788
+ export declare namespace UpdateProjectDataCacheTrustedIpsAddresses$ {
3789
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsAddresses$inboundSchema` instead. */
3790
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIpsAddresses, z.ZodTypeDef, unknown>;
3791
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsAddresses$outboundSchema` instead. */
3792
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIpsAddresses$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTrustedIpsAddresses>;
3793
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsAddresses$Outbound` instead. */
3794
+ type Outbound = UpdateProjectDataCacheTrustedIpsAddresses$Outbound;
3795
+ }
3796
+ /** @internal */
3797
+ export declare const UpdateProjectDataCacheTrustedIpsProtectionMode$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsProtectionMode>;
3798
+ /** @internal */
3799
+ export declare const UpdateProjectDataCacheTrustedIpsProtectionMode$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsProtectionMode>;
3800
+ /**
3801
+ * @internal
3802
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3803
+ */
3804
+ export declare namespace UpdateProjectDataCacheTrustedIpsProtectionMode$ {
3805
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsProtectionMode$inboundSchema` instead. */
3806
+ const inboundSchema: z.ZodNativeEnum<{
3807
+ readonly Additional: "additional";
3808
+ readonly Exclusive: "exclusive";
3809
+ }>;
3810
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsProtectionMode$outboundSchema` instead. */
3811
+ const outboundSchema: z.ZodNativeEnum<{
3812
+ readonly Additional: "additional";
3813
+ readonly Exclusive: "exclusive";
3814
+ }>;
3815
+ }
3816
+ /** @internal */
3817
+ export declare const TrustedIps1$inboundSchema: z.ZodType<TrustedIps1, z.ZodTypeDef, unknown>;
3818
+ /** @internal */
3819
+ export type TrustedIps1$Outbound = {
3820
+ deploymentType: string;
3821
+ addresses: Array<UpdateProjectDataCacheTrustedIpsAddresses$Outbound>;
3822
+ protectionMode: string;
3823
+ };
3824
+ /** @internal */
3825
+ export declare const TrustedIps1$outboundSchema: z.ZodType<TrustedIps1$Outbound, z.ZodTypeDef, TrustedIps1>;
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 declare namespace TrustedIps1$ {
3831
+ /** @deprecated use `TrustedIps1$inboundSchema` instead. */
3832
+ const inboundSchema: z.ZodType<TrustedIps1, z.ZodTypeDef, unknown>;
3833
+ /** @deprecated use `TrustedIps1$outboundSchema` instead. */
3834
+ const outboundSchema: z.ZodType<TrustedIps1$Outbound, z.ZodTypeDef, TrustedIps1>;
3835
+ /** @deprecated use `TrustedIps1$Outbound` instead. */
3836
+ type Outbound = TrustedIps1$Outbound;
3837
+ }
3838
+ /** @internal */
3839
+ export declare const UpdateProjectDataCacheTrustedIps$inboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIps, z.ZodTypeDef, unknown>;
3840
+ /** @internal */
3841
+ export type UpdateProjectDataCacheTrustedIps$Outbound = TrustedIps2$Outbound | TrustedIps1$Outbound;
3842
+ /** @internal */
3843
+ export declare const UpdateProjectDataCacheTrustedIps$outboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIps$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTrustedIps>;
3844
+ /**
3845
+ * @internal
3846
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3847
+ */
3848
+ export declare namespace UpdateProjectDataCacheTrustedIps$ {
3849
+ /** @deprecated use `UpdateProjectDataCacheTrustedIps$inboundSchema` instead. */
3850
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIps, z.ZodTypeDef, unknown>;
3851
+ /** @deprecated use `UpdateProjectDataCacheTrustedIps$outboundSchema` instead. */
3852
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIps$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTrustedIps>;
3853
+ /** @deprecated use `UpdateProjectDataCacheTrustedIps$Outbound` instead. */
3854
+ type Outbound = UpdateProjectDataCacheTrustedIps$Outbound;
3855
+ }
3856
+ /** @internal */
3857
+ export declare const GitComments$inboundSchema: z.ZodType<GitComments, z.ZodTypeDef, unknown>;
3858
+ /** @internal */
3859
+ export type GitComments$Outbound = {
3860
+ onPullRequest: boolean;
3861
+ onCommit: boolean;
3862
+ };
3863
+ /** @internal */
3864
+ export declare const GitComments$outboundSchema: z.ZodType<GitComments$Outbound, z.ZodTypeDef, GitComments>;
3865
+ /**
3866
+ * @internal
3867
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3868
+ */
3869
+ export declare namespace GitComments$ {
3870
+ /** @deprecated use `GitComments$inboundSchema` instead. */
3871
+ const inboundSchema: z.ZodType<GitComments, z.ZodTypeDef, unknown>;
3872
+ /** @deprecated use `GitComments$outboundSchema` instead. */
3873
+ const outboundSchema: z.ZodType<GitComments$Outbound, z.ZodTypeDef, GitComments>;
3874
+ /** @deprecated use `GitComments$Outbound` instead. */
3875
+ type Outbound = GitComments$Outbound;
3876
+ }
3877
+ /** @internal */
3878
+ export declare const WebAnalytics$inboundSchema: z.ZodType<WebAnalytics, z.ZodTypeDef, unknown>;
3879
+ /** @internal */
3880
+ export type WebAnalytics$Outbound = {
3881
+ id: string;
3882
+ disabledAt?: number | undefined;
3883
+ canceledAt?: number | undefined;
3884
+ enabledAt?: number | undefined;
3885
+ hasData?: boolean | undefined;
3886
+ };
3887
+ /** @internal */
3888
+ export declare const WebAnalytics$outboundSchema: z.ZodType<WebAnalytics$Outbound, z.ZodTypeDef, WebAnalytics>;
3889
+ /**
3890
+ * @internal
3891
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3892
+ */
3893
+ export declare namespace WebAnalytics$ {
3894
+ /** @deprecated use `WebAnalytics$inboundSchema` instead. */
3895
+ const inboundSchema: z.ZodType<WebAnalytics, z.ZodTypeDef, unknown>;
3896
+ /** @deprecated use `WebAnalytics$outboundSchema` instead. */
3897
+ const outboundSchema: z.ZodType<WebAnalytics$Outbound, z.ZodTypeDef, WebAnalytics>;
3898
+ /** @deprecated use `WebAnalytics$Outbound` instead. */
3899
+ type Outbound = WebAnalytics$Outbound;
3900
+ }
3901
+ /** @internal */
3902
+ export declare const Src2$inboundSchema: z.ZodType<Src2, z.ZodTypeDef, unknown>;
3903
+ /** @internal */
3904
+ export type Src2$Outbound = {
3905
+ re?: string | undefined;
3906
+ eq?: string | undefined;
3907
+ neq?: string | undefined;
3908
+ inc?: Array<string> | undefined;
3909
+ ninc?: Array<string> | undefined;
3910
+ pre?: string | undefined;
3911
+ suf?: string | undefined;
3912
+ gt?: number | undefined;
3913
+ gte?: number | undefined;
3914
+ lt?: number | undefined;
3915
+ lte?: number | undefined;
3916
+ };
3917
+ /** @internal */
3918
+ export declare const Src2$outboundSchema: z.ZodType<Src2$Outbound, z.ZodTypeDef, Src2>;
3919
+ /**
3920
+ * @internal
3921
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3922
+ */
3923
+ export declare namespace Src2$ {
3924
+ /** @deprecated use `Src2$inboundSchema` instead. */
3925
+ const inboundSchema: z.ZodType<Src2, z.ZodTypeDef, unknown>;
3926
+ /** @deprecated use `Src2$outboundSchema` instead. */
3927
+ const outboundSchema: z.ZodType<Src2$Outbound, z.ZodTypeDef, Src2>;
3928
+ /** @deprecated use `Src2$Outbound` instead. */
3929
+ type Outbound = Src2$Outbound;
3930
+ }
3931
+ /** @internal */
3932
+ export declare const Src$inboundSchema: z.ZodType<Src, z.ZodTypeDef, unknown>;
3933
+ /** @internal */
3934
+ export type Src$Outbound = Src2$Outbound | string;
3935
+ /** @internal */
3936
+ export declare const Src$outboundSchema: z.ZodType<Src$Outbound, z.ZodTypeDef, Src>;
3937
+ /**
3938
+ * @internal
3939
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3940
+ */
3941
+ export declare namespace Src$ {
3942
+ /** @deprecated use `Src$inboundSchema` instead. */
3943
+ const inboundSchema: z.ZodType<Src, z.ZodTypeDef, unknown>;
3944
+ /** @deprecated use `Src$outboundSchema` instead. */
3945
+ const outboundSchema: z.ZodType<Src$Outbound, z.ZodTypeDef, Src>;
3946
+ /** @deprecated use `Src$Outbound` instead. */
3947
+ type Outbound = Src$Outbound;
3948
+ }
3949
+ /** @internal */
3950
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType>;
3951
+ /** @internal */
3952
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType>;
3953
+ /**
3954
+ * @internal
3955
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3956
+ */
3957
+ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$ {
3958
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema` instead. */
3959
+ const inboundSchema: z.ZodNativeEnum<{
3960
+ readonly Path: "path";
3961
+ readonly Host: "host";
3962
+ readonly Method: "method";
3963
+ readonly Header: "header";
3964
+ readonly Cookie: "cookie";
3965
+ readonly Query: "query";
3966
+ readonly IpAddress: "ip_address";
3967
+ readonly Protocol: "protocol";
3968
+ readonly Scheme: "scheme";
3969
+ readonly Environment: "environment";
3970
+ readonly Region: "region";
3971
+ }>;
3972
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema` instead. */
3973
+ const outboundSchema: z.ZodNativeEnum<{
3974
+ readonly Path: "path";
3975
+ readonly Host: "host";
3976
+ readonly Method: "method";
3977
+ readonly Header: "header";
3978
+ readonly Cookie: "cookie";
3979
+ readonly Query: "query";
3980
+ readonly IpAddress: "ip_address";
3981
+ readonly Protocol: "protocol";
3982
+ readonly Scheme: "scheme";
3983
+ readonly Environment: "environment";
3984
+ readonly Region: "region";
3985
+ }>;
3986
+ }
3987
+ /** @internal */
3988
+ export declare const UpdateProjectDataCacheValueProjects2$inboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2, z.ZodTypeDef, unknown>;
3989
+ /** @internal */
3990
+ export type UpdateProjectDataCacheValueProjects2$Outbound = {
3991
+ re?: string | undefined;
3992
+ eq?: string | undefined;
3993
+ neq?: string | undefined;
3994
+ inc?: Array<string> | undefined;
3995
+ ninc?: Array<string> | undefined;
3996
+ pre?: string | undefined;
3997
+ suf?: string | undefined;
3998
+ gt?: number | undefined;
3999
+ gte?: number | undefined;
4000
+ lt?: number | undefined;
4001
+ lte?: number | undefined;
4002
+ };
4003
+ /** @internal */
4004
+ export declare const UpdateProjectDataCacheValueProjects2$outboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValueProjects2>;
4005
+ /**
4006
+ * @internal
4007
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4008
+ */
4009
+ export declare namespace UpdateProjectDataCacheValueProjects2$ {
4010
+ /** @deprecated use `UpdateProjectDataCacheValueProjects2$inboundSchema` instead. */
4011
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2, z.ZodTypeDef, unknown>;
4012
+ /** @deprecated use `UpdateProjectDataCacheValueProjects2$outboundSchema` instead. */
4013
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValueProjects2>;
4014
+ /** @deprecated use `UpdateProjectDataCacheValueProjects2$Outbound` instead. */
4015
+ type Outbound = UpdateProjectDataCacheValueProjects2$Outbound;
4016
+ }
4017
+ /** @internal */
4018
+ export declare const UpdateProjectDataCacheProjectsValue$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue, z.ZodTypeDef, unknown>;
4019
+ /** @internal */
4020
+ export type UpdateProjectDataCacheProjectsValue$Outbound = UpdateProjectDataCacheValueProjects2$Outbound | string;
4021
+ /** @internal */
4022
+ export declare const UpdateProjectDataCacheProjectsValue$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsValue>;
4023
+ /**
4024
+ * @internal
4025
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4026
+ */
4027
+ export declare namespace UpdateProjectDataCacheProjectsValue$ {
4028
+ /** @deprecated use `UpdateProjectDataCacheProjectsValue$inboundSchema` instead. */
4029
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue, z.ZodTypeDef, unknown>;
4030
+ /** @deprecated use `UpdateProjectDataCacheProjectsValue$outboundSchema` instead. */
4031
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsValue>;
4032
+ /** @deprecated use `UpdateProjectDataCacheProjectsValue$Outbound` instead. */
4033
+ type Outbound = UpdateProjectDataCacheProjectsValue$Outbound;
4034
+ }
4035
+ /** @internal */
4036
+ export declare const Has$inboundSchema: z.ZodType<Has, z.ZodTypeDef, unknown>;
4037
+ /** @internal */
4038
+ export type Has$Outbound = {
4039
+ type: string;
4040
+ key?: string | undefined;
4041
+ value?: UpdateProjectDataCacheValueProjects2$Outbound | string | undefined;
4042
+ };
4043
+ /** @internal */
4044
+ export declare const Has$outboundSchema: z.ZodType<Has$Outbound, z.ZodTypeDef, Has>;
4045
+ /**
4046
+ * @internal
4047
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4048
+ */
4049
+ export declare namespace Has$ {
4050
+ /** @deprecated use `Has$inboundSchema` instead. */
4051
+ const inboundSchema: z.ZodType<Has, z.ZodTypeDef, unknown>;
4052
+ /** @deprecated use `Has$outboundSchema` instead. */
4053
+ const outboundSchema: z.ZodType<Has$Outbound, z.ZodTypeDef, Has>;
4054
+ /** @deprecated use `Has$Outbound` instead. */
4055
+ type Outbound = Has$Outbound;
4056
+ }
4057
+ /** @internal */
4058
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
4059
+ /** @internal */
4060
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
4061
+ /**
4062
+ * @internal
4063
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4064
+ */
4065
+ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$ {
4066
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema` instead. */
4067
+ const inboundSchema: z.ZodNativeEnum<{
4068
+ readonly Path: "path";
4069
+ readonly Host: "host";
4070
+ readonly Method: "method";
4071
+ readonly Header: "header";
4072
+ readonly Cookie: "cookie";
4073
+ readonly Query: "query";
4074
+ readonly IpAddress: "ip_address";
4075
+ readonly Protocol: "protocol";
4076
+ readonly Scheme: "scheme";
4077
+ readonly Environment: "environment";
4078
+ readonly Region: "region";
4079
+ }>;
4080
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema` instead. */
4081
+ const outboundSchema: z.ZodNativeEnum<{
4082
+ readonly Path: "path";
4083
+ readonly Host: "host";
4084
+ readonly Method: "method";
4085
+ readonly Header: "header";
4086
+ readonly Cookie: "cookie";
4087
+ readonly Query: "query";
4088
+ readonly IpAddress: "ip_address";
4089
+ readonly Protocol: "protocol";
4090
+ readonly Scheme: "scheme";
4091
+ readonly Environment: "environment";
4092
+ readonly Region: "region";
4093
+ }>;
4094
+ }
4095
+ /** @internal */
4096
+ export declare const UpdateProjectDataCacheValue2$inboundSchema: z.ZodType<UpdateProjectDataCacheValue2, z.ZodTypeDef, unknown>;
4097
+ /** @internal */
4098
+ export type UpdateProjectDataCacheValue2$Outbound = {
4099
+ re?: string | undefined;
4100
+ eq?: string | undefined;
4101
+ neq?: string | undefined;
4102
+ inc?: Array<string> | undefined;
4103
+ ninc?: Array<string> | undefined;
4104
+ pre?: string | undefined;
4105
+ suf?: string | undefined;
4106
+ gt?: number | undefined;
4107
+ gte?: number | undefined;
4108
+ lt?: number | undefined;
4109
+ lte?: number | undefined;
4110
+ };
4111
+ /** @internal */
4112
+ export declare const UpdateProjectDataCacheValue2$outboundSchema: z.ZodType<UpdateProjectDataCacheValue2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue2>;
4113
+ /**
4114
+ * @internal
4115
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4116
+ */
4117
+ export declare namespace UpdateProjectDataCacheValue2$ {
4118
+ /** @deprecated use `UpdateProjectDataCacheValue2$inboundSchema` instead. */
4119
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheValue2, z.ZodTypeDef, unknown>;
4120
+ /** @deprecated use `UpdateProjectDataCacheValue2$outboundSchema` instead. */
4121
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheValue2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue2>;
4122
+ /** @deprecated use `UpdateProjectDataCacheValue2$Outbound` instead. */
4123
+ type Outbound = UpdateProjectDataCacheValue2$Outbound;
4124
+ }
4125
+ /** @internal */
4126
+ export declare const UpdateProjectDataCacheValue$inboundSchema: z.ZodType<UpdateProjectDataCacheValue, z.ZodTypeDef, unknown>;
4127
+ /** @internal */
4128
+ export type UpdateProjectDataCacheValue$Outbound = UpdateProjectDataCacheValue2$Outbound | string;
4129
+ /** @internal */
4130
+ export declare const UpdateProjectDataCacheValue$outboundSchema: z.ZodType<UpdateProjectDataCacheValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue>;
4131
+ /**
4132
+ * @internal
4133
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4134
+ */
4135
+ export declare namespace UpdateProjectDataCacheValue$ {
4136
+ /** @deprecated use `UpdateProjectDataCacheValue$inboundSchema` instead. */
4137
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheValue, z.ZodTypeDef, unknown>;
4138
+ /** @deprecated use `UpdateProjectDataCacheValue$outboundSchema` instead. */
4139
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue>;
4140
+ /** @deprecated use `UpdateProjectDataCacheValue$Outbound` instead. */
4141
+ type Outbound = UpdateProjectDataCacheValue$Outbound;
4142
+ }
4143
+ /** @internal */
4144
+ export declare const Missing$inboundSchema: z.ZodType<Missing, z.ZodTypeDef, unknown>;
4145
+ /** @internal */
4146
+ export type Missing$Outbound = {
4147
+ type: string;
4148
+ key?: string | undefined;
4149
+ value?: UpdateProjectDataCacheValue2$Outbound | string | undefined;
4150
+ };
4151
+ /** @internal */
4152
+ export declare const Missing$outboundSchema: z.ZodType<Missing$Outbound, z.ZodTypeDef, Missing>;
4153
+ /**
4154
+ * @internal
4155
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4156
+ */
4157
+ export declare namespace Missing$ {
4158
+ /** @deprecated use `Missing$inboundSchema` instead. */
4159
+ const inboundSchema: z.ZodType<Missing, z.ZodTypeDef, unknown>;
4160
+ /** @deprecated use `Missing$outboundSchema` instead. */
4161
+ const outboundSchema: z.ZodType<Missing$Outbound, z.ZodTypeDef, Missing>;
4162
+ /** @deprecated use `Missing$Outbound` instead. */
4163
+ type Outbound = Missing$Outbound;
4164
+ }
4165
+ /** @internal */
4166
+ export declare const Handle$inboundSchema: z.ZodNativeEnum<typeof Handle>;
4167
+ /** @internal */
4168
+ export declare const Handle$outboundSchema: z.ZodNativeEnum<typeof Handle>;
4169
+ /**
4170
+ * @internal
4171
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4172
+ */
4173
+ export declare namespace Handle$ {
4174
+ /** @deprecated use `Handle$inboundSchema` instead. */
4175
+ const inboundSchema: z.ZodNativeEnum<{
4176
+ readonly Init: "init";
4177
+ readonly Finalize: "finalize";
4178
+ }>;
4179
+ /** @deprecated use `Handle$outboundSchema` instead. */
4180
+ const outboundSchema: z.ZodNativeEnum<{
4181
+ readonly Init: "init";
4182
+ readonly Finalize: "finalize";
4183
+ }>;
4184
+ }
4185
+ /** @internal */
4186
+ export declare const UpdateProjectDataCacheAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAction>;
4187
+ /** @internal */
4188
+ export declare const UpdateProjectDataCacheAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAction>;
4189
+ /**
4190
+ * @internal
4191
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4192
+ */
4193
+ export declare namespace UpdateProjectDataCacheAction$ {
4194
+ /** @deprecated use `UpdateProjectDataCacheAction$inboundSchema` instead. */
4195
+ const inboundSchema: z.ZodNativeEnum<{
4196
+ readonly Deny: "deny";
4197
+ readonly Challenge: "challenge";
4198
+ readonly Log: "log";
4199
+ readonly Bypass: "bypass";
4200
+ readonly RateLimit: "rate_limit";
4201
+ readonly Redirect: "redirect";
4202
+ }>;
4203
+ /** @deprecated use `UpdateProjectDataCacheAction$outboundSchema` instead. */
4204
+ const outboundSchema: z.ZodNativeEnum<{
4205
+ readonly Deny: "deny";
4206
+ readonly Challenge: "challenge";
4207
+ readonly Log: "log";
4208
+ readonly Bypass: "bypass";
4209
+ readonly RateLimit: "rate_limit";
4210
+ readonly Redirect: "redirect";
4211
+ }>;
4212
+ }
4213
+ /** @internal */
4214
+ export declare const UpdateProjectDataCacheAlgo$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAlgo>;
4215
+ /** @internal */
4216
+ export declare const UpdateProjectDataCacheAlgo$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAlgo>;
4217
+ /**
4218
+ * @internal
4219
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4220
+ */
4221
+ export declare namespace UpdateProjectDataCacheAlgo$ {
4222
+ /** @deprecated use `UpdateProjectDataCacheAlgo$inboundSchema` instead. */
4223
+ const inboundSchema: z.ZodNativeEnum<{
4224
+ readonly FixedWindow: "fixed_window";
4225
+ readonly TokenBucket: "token_bucket";
4226
+ }>;
4227
+ /** @deprecated use `UpdateProjectDataCacheAlgo$outboundSchema` instead. */
4228
+ const outboundSchema: z.ZodNativeEnum<{
4229
+ readonly FixedWindow: "fixed_window";
4230
+ readonly TokenBucket: "token_bucket";
4231
+ }>;
4232
+ }
4233
+ /** @internal */
4234
+ export declare const Erl$inboundSchema: z.ZodType<Erl, z.ZodTypeDef, unknown>;
4235
+ /** @internal */
4236
+ export type Erl$Outbound = {
4237
+ algo: string;
4238
+ window: number;
4239
+ limit: number;
4240
+ keys: Array<string>;
4241
+ };
4242
+ /** @internal */
4243
+ export declare const Erl$outboundSchema: z.ZodType<Erl$Outbound, z.ZodTypeDef, Erl>;
4244
+ /**
4245
+ * @internal
4246
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4247
+ */
4248
+ export declare namespace Erl$ {
4249
+ /** @deprecated use `Erl$inboundSchema` instead. */
4250
+ const inboundSchema: z.ZodType<Erl, z.ZodTypeDef, unknown>;
4251
+ /** @deprecated use `Erl$outboundSchema` instead. */
4252
+ const outboundSchema: z.ZodType<Erl$Outbound, z.ZodTypeDef, Erl>;
4253
+ /** @deprecated use `Erl$Outbound` instead. */
4254
+ type Outbound = Erl$Outbound;
4255
+ }
4256
+ /** @internal */
4257
+ export declare const UpdateProjectDataCacheMitigate$inboundSchema: z.ZodType<UpdateProjectDataCacheMitigate, z.ZodTypeDef, unknown>;
4258
+ /** @internal */
4259
+ export type UpdateProjectDataCacheMitigate$Outbound = {
4260
+ action: string;
4261
+ rule_id: string;
4262
+ ttl?: number | undefined;
4263
+ erl?: Erl$Outbound | undefined;
4264
+ };
4265
+ /** @internal */
4266
+ export declare const UpdateProjectDataCacheMitigate$outboundSchema: z.ZodType<UpdateProjectDataCacheMitigate$Outbound, z.ZodTypeDef, UpdateProjectDataCacheMitigate>;
4267
+ /**
4268
+ * @internal
4269
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4270
+ */
4271
+ export declare namespace UpdateProjectDataCacheMitigate$ {
4272
+ /** @deprecated use `UpdateProjectDataCacheMitigate$inboundSchema` instead. */
4273
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheMitigate, z.ZodTypeDef, unknown>;
4274
+ /** @deprecated use `UpdateProjectDataCacheMitigate$outboundSchema` instead. */
4275
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheMitigate$Outbound, z.ZodTypeDef, UpdateProjectDataCacheMitigate>;
4276
+ /** @deprecated use `UpdateProjectDataCacheMitigate$Outbound` instead. */
4277
+ type Outbound = UpdateProjectDataCacheMitigate$Outbound;
4278
+ }
4279
+ /** @internal */
4280
+ export declare const FirewallRoutes$inboundSchema: z.ZodType<FirewallRoutes, z.ZodTypeDef, unknown>;
4281
+ /** @internal */
4282
+ export type FirewallRoutes$Outbound = {
4283
+ src?: Src2$Outbound | string | undefined;
4284
+ has?: Array<Has$Outbound> | undefined;
4285
+ missing?: Array<Missing$Outbound> | undefined;
4286
+ dest?: string | undefined;
4287
+ status?: number | undefined;
4288
+ handle?: string | undefined;
4289
+ mitigate?: UpdateProjectDataCacheMitigate$Outbound | undefined;
4290
+ };
4291
+ /** @internal */
4292
+ export declare const FirewallRoutes$outboundSchema: z.ZodType<FirewallRoutes$Outbound, z.ZodTypeDef, FirewallRoutes>;
4293
+ /**
4294
+ * @internal
4295
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4296
+ */
4297
+ export declare namespace FirewallRoutes$ {
4298
+ /** @deprecated use `FirewallRoutes$inboundSchema` instead. */
4299
+ const inboundSchema: z.ZodType<FirewallRoutes, z.ZodTypeDef, unknown>;
4300
+ /** @deprecated use `FirewallRoutes$outboundSchema` instead. */
4301
+ const outboundSchema: z.ZodType<FirewallRoutes$Outbound, z.ZodTypeDef, FirewallRoutes>;
4302
+ /** @deprecated use `FirewallRoutes$Outbound` instead. */
4303
+ type Outbound = FirewallRoutes$Outbound;
4304
+ }
4305
+ /** @internal */
4306
+ export declare const Security$inboundSchema: z.ZodType<Security, z.ZodTypeDef, unknown>;
4307
+ /** @internal */
4308
+ export type Security$Outbound = {
4309
+ attackModeEnabled?: boolean | undefined;
4310
+ attackModeUpdatedAt?: number | undefined;
4311
+ firewallEnabled?: boolean | undefined;
4312
+ firewallUpdatedAt?: number | undefined;
4313
+ attackModeActiveUntil?: number | null | undefined;
4314
+ firewallConfigVersion?: number | undefined;
4315
+ firewallRoutes?: Array<FirewallRoutes$Outbound> | undefined;
4316
+ firewallSeawallEnabled?: boolean | undefined;
4317
+ ja3Enabled?: boolean | undefined;
4318
+ ja4Enabled?: boolean | undefined;
4319
+ };
4320
+ /** @internal */
4321
+ export declare const Security$outboundSchema: z.ZodType<Security$Outbound, z.ZodTypeDef, Security>;
4322
+ /**
4323
+ * @internal
4324
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4325
+ */
4326
+ export declare namespace Security$ {
4327
+ /** @deprecated use `Security$inboundSchema` instead. */
4328
+ const inboundSchema: z.ZodType<Security, z.ZodTypeDef, unknown>;
4329
+ /** @deprecated use `Security$outboundSchema` instead. */
4330
+ const outboundSchema: z.ZodType<Security$Outbound, z.ZodTypeDef, Security>;
4331
+ /** @deprecated use `Security$Outbound` instead. */
4332
+ type Outbound = Security$Outbound;
4333
+ }
4334
+ /** @internal */
4335
+ export declare const UpdateProjectDataCacheIssuerMode$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheIssuerMode>;
4336
+ /** @internal */
4337
+ export declare const UpdateProjectDataCacheIssuerMode$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheIssuerMode>;
4338
+ /**
4339
+ * @internal
4340
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4341
+ */
4342
+ export declare namespace UpdateProjectDataCacheIssuerMode$ {
4343
+ /** @deprecated use `UpdateProjectDataCacheIssuerMode$inboundSchema` instead. */
4344
+ const inboundSchema: z.ZodNativeEnum<{
4345
+ readonly Team: "team";
4346
+ readonly Global: "global";
4347
+ }>;
4348
+ /** @deprecated use `UpdateProjectDataCacheIssuerMode$outboundSchema` instead. */
4349
+ const outboundSchema: z.ZodNativeEnum<{
4350
+ readonly Team: "team";
4351
+ readonly Global: "global";
4352
+ }>;
4353
+ }
4354
+ /** @internal */
4355
+ export declare const UpdateProjectDataCacheOidcTokenConfig$inboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenConfig, z.ZodTypeDef, unknown>;
4356
+ /** @internal */
4357
+ export type UpdateProjectDataCacheOidcTokenConfig$Outbound = {
4358
+ enabled: boolean;
4359
+ issuerMode?: string | undefined;
4360
+ };
4361
+ /** @internal */
4362
+ export declare const UpdateProjectDataCacheOidcTokenConfig$outboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenConfig$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOidcTokenConfig>;
4363
+ /**
4364
+ * @internal
4365
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4366
+ */
4367
+ export declare namespace UpdateProjectDataCacheOidcTokenConfig$ {
4368
+ /** @deprecated use `UpdateProjectDataCacheOidcTokenConfig$inboundSchema` instead. */
4369
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenConfig, z.ZodTypeDef, unknown>;
4370
+ /** @deprecated use `UpdateProjectDataCacheOidcTokenConfig$outboundSchema` instead. */
4371
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenConfig$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOidcTokenConfig>;
4372
+ /** @deprecated use `UpdateProjectDataCacheOidcTokenConfig$Outbound` instead. */
4373
+ type Outbound = UpdateProjectDataCacheOidcTokenConfig$Outbound;
4374
+ }
4375
+ /** @internal */
4376
+ export declare const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier>;
4377
+ /** @internal */
4378
+ export declare const Tier$outboundSchema: z.ZodNativeEnum<typeof Tier>;
4379
+ /**
4380
+ * @internal
4381
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4382
+ */
4383
+ export declare namespace Tier$ {
4384
+ /** @deprecated use `Tier$inboundSchema` instead. */
4385
+ const inboundSchema: z.ZodNativeEnum<{
4386
+ readonly Standard: "standard";
4387
+ readonly Advanced: "advanced";
4388
+ readonly Critical: "critical";
4389
+ }>;
4390
+ /** @deprecated use `Tier$outboundSchema` instead. */
4391
+ const outboundSchema: z.ZodNativeEnum<{
4392
+ readonly Standard: "standard";
4393
+ readonly Advanced: "advanced";
4394
+ readonly Critical: "critical";
4395
+ }>;
4396
+ }
4397
+ /** @internal */
4398
+ export declare const UpdateProjectDataCacheResponseBody$inboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody, z.ZodTypeDef, unknown>;
4399
+ /** @internal */
4400
+ export type UpdateProjectDataCacheResponseBody$Outbound = {
4401
+ accountId: string;
4402
+ analytics?: Analytics$Outbound | undefined;
4403
+ speedInsights?: SpeedInsights$Outbound | undefined;
4404
+ autoExposeSystemEnvs?: boolean | undefined;
4405
+ autoAssignCustomDomains?: boolean | undefined;
4406
+ autoAssignCustomDomainsUpdatedBy?: string | undefined;
4407
+ buildCommand?: string | null | undefined;
4408
+ commandForIgnoringBuildStep?: string | null | undefined;
4409
+ connectConfigurationId?: string | null | undefined;
4410
+ connectBuildsEnabled?: boolean | undefined;
4411
+ createdAt?: number | undefined;
4412
+ customerSupportCodeVisibility?: boolean | undefined;
4413
+ crons?: Crons$Outbound | undefined;
4414
+ dataCache?: DataCache$Outbound | undefined;
4415
+ deploymentExpiration?: DeploymentExpiration$Outbound | null | undefined;
4416
+ devCommand?: string | null | undefined;
4417
+ directoryListing: boolean;
4418
+ installCommand?: string | null | undefined;
4419
+ env?: Array<Env$Outbound> | undefined;
4420
+ customEnvironments?: Array<CustomEnvironments$Outbound> | undefined;
4421
+ framework?: string | null | undefined;
4422
+ gitForkProtection?: boolean | undefined;
4423
+ gitLFS?: boolean | undefined;
4424
+ id: string;
4425
+ ipBuckets?: Array<IpBuckets$Outbound> | undefined;
4426
+ latestDeployments?: Array<LatestDeployments$Outbound> | undefined;
4427
+ link?: Link1$Outbound | Link3$Outbound | Link2$Outbound | undefined;
4428
+ name: string;
4429
+ nodeVersion: string;
4430
+ optionsAllowlist?: UpdateProjectDataCacheOptionsAllowlist$Outbound | null | undefined;
4431
+ outputDirectory?: string | null | undefined;
4432
+ passiveConnectConfigurationId?: string | null | undefined;
4433
+ passwordProtection?: UpdateProjectDataCachePasswordProtection$Outbound | null | undefined;
4434
+ productionDeploymentsFastLane?: boolean | undefined;
4435
+ publicSource?: boolean | null | undefined;
4436
+ resourceConfig?: ResourceConfig$Outbound | undefined;
4437
+ rootDirectory?: string | null | undefined;
4438
+ serverlessFunctionRegion?: string | null | undefined;
4439
+ serverlessFunctionZeroConfigFailover?: boolean | undefined;
4440
+ skewProtectionBoundaryAt?: number | undefined;
4441
+ skewProtectionMaxAge?: number | undefined;
4442
+ skipGitConnectDuringLink?: boolean | undefined;
4443
+ sourceFilesOutsideRootDirectory?: boolean | undefined;
4444
+ enableAffectedProjectsDeployments?: boolean | undefined;
4445
+ ssoProtection?: UpdateProjectDataCacheSsoProtection$Outbound | null | undefined;
4446
+ targets?: {
4447
+ [k: string]: Targets$Outbound;
4448
+ } | undefined;
4449
+ transferCompletedAt?: number | undefined;
4450
+ transferStartedAt?: number | undefined;
4451
+ transferToAccountId?: string | undefined;
4452
+ transferredFromAccountId?: string | undefined;
4453
+ updatedAt?: number | undefined;
4454
+ live?: boolean | undefined;
4455
+ enablePreviewFeedback?: boolean | null | undefined;
4456
+ enableProductionFeedback?: boolean | null | undefined;
4457
+ permissions?: Permissions$Outbound | undefined;
4458
+ lastRollbackTarget?: LastRollbackTarget$Outbound | null | undefined;
4459
+ lastAliasRequest?: LastAliasRequest$Outbound | null | undefined;
4460
+ hasFloatingAliases?: boolean | undefined;
4461
+ protectionBypass?: {
4462
+ [k: string]: ProtectionBypass$Outbound;
4463
+ } | undefined;
4464
+ hasActiveBranches?: boolean | undefined;
4465
+ trustedIps?: TrustedIps2$Outbound | TrustedIps1$Outbound | null | undefined;
4466
+ gitComments?: GitComments$Outbound | undefined;
4467
+ paused?: boolean | undefined;
4468
+ concurrencyBucketName?: string | undefined;
4469
+ webAnalytics?: WebAnalytics$Outbound | undefined;
4470
+ security?: Security$Outbound | undefined;
4471
+ oidcTokenConfig?: UpdateProjectDataCacheOidcTokenConfig$Outbound | undefined;
4472
+ tier?: string | undefined;
4473
+ };
4474
+ /** @internal */
4475
+ export declare const UpdateProjectDataCacheResponseBody$outboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheResponseBody>;
4476
+ /**
4477
+ * @internal
4478
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4479
+ */
4480
+ export declare namespace UpdateProjectDataCacheResponseBody$ {
4481
+ /** @deprecated use `UpdateProjectDataCacheResponseBody$inboundSchema` instead. */
4482
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody, z.ZodTypeDef, unknown>;
4483
+ /** @deprecated use `UpdateProjectDataCacheResponseBody$outboundSchema` instead. */
4484
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheResponseBody>;
4485
+ /** @deprecated use `UpdateProjectDataCacheResponseBody$Outbound` instead. */
4486
+ type Outbound = UpdateProjectDataCacheResponseBody$Outbound;
4487
+ }
4488
+ //# sourceMappingURL=updateprojectdatacache.d.ts.map