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

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 (3679) hide show
  1. package/README.md +91 -73
  2. package/docs/sdks/projects/README.md +8 -12
  3. package/docs/sdks/vercel/README.md +1 -206
  4. package/esm/core.d.ts.map +1 -0
  5. package/esm/core.js.map +1 -0
  6. package/esm/funcs/accessGroupsCreateAccessGroup.d.ts.map +1 -0
  7. package/esm/funcs/accessGroupsCreateAccessGroup.js +74 -0
  8. package/esm/funcs/accessGroupsCreateAccessGroup.js.map +1 -0
  9. package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts.map +1 -0
  10. package/esm/funcs/accessGroupsDeleteAccessGroup.js +80 -0
  11. package/esm/funcs/accessGroupsDeleteAccessGroup.js.map +1 -0
  12. package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts.map +1 -0
  13. package/esm/funcs/accessGroupsListAccessGroupMembers.js +82 -0
  14. package/esm/funcs/accessGroupsListAccessGroupMembers.js.map +1 -0
  15. package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts.map +1 -0
  16. package/esm/funcs/accessGroupsListAccessGroupProjects.js +81 -0
  17. package/esm/funcs/accessGroupsListAccessGroupProjects.js.map +1 -0
  18. package/esm/funcs/accessGroupsListAccessGroups.d.ts.map +1 -0
  19. package/esm/funcs/accessGroupsListAccessGroups.js +79 -0
  20. package/esm/funcs/accessGroupsListAccessGroups.js.map +1 -0
  21. package/esm/funcs/accessGroupsReadAccessGroup.d.ts.map +1 -0
  22. package/esm/funcs/accessGroupsReadAccessGroup.js +79 -0
  23. package/esm/funcs/accessGroupsReadAccessGroup.js.map +1 -0
  24. package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts.map +1 -0
  25. package/esm/funcs/accessGroupsUpdateAccessGroup.js +80 -0
  26. package/esm/funcs/accessGroupsUpdateAccessGroup.js.map +1 -0
  27. package/esm/funcs/aliasesAssignAlias.d.ts.map +1 -0
  28. package/esm/funcs/aliasesAssignAlias.js +80 -0
  29. package/esm/funcs/aliasesAssignAlias.js.map +1 -0
  30. package/esm/funcs/aliasesDeleteAlias.d.ts.map +1 -0
  31. package/esm/funcs/aliasesDeleteAlias.js +79 -0
  32. package/esm/funcs/aliasesDeleteAlias.js.map +1 -0
  33. package/esm/funcs/aliasesGetAlias.d.ts.map +1 -0
  34. package/esm/funcs/aliasesGetAlias.js +83 -0
  35. package/esm/funcs/aliasesGetAlias.js.map +1 -0
  36. package/esm/funcs/aliasesListAliases.d.ts.map +1 -0
  37. package/esm/funcs/aliasesListAliases.js +80 -0
  38. package/esm/funcs/aliasesListAliases.js.map +1 -0
  39. package/esm/funcs/aliasesListDeploymentAliases.d.ts.map +1 -0
  40. package/esm/funcs/aliasesListDeploymentAliases.js +79 -0
  41. package/esm/funcs/aliasesListDeploymentAliases.js.map +1 -0
  42. package/esm/funcs/artifactsArtifactExists.d.ts.map +1 -0
  43. package/esm/funcs/artifactsArtifactExists.js +80 -0
  44. package/esm/funcs/artifactsArtifactExists.js.map +1 -0
  45. package/esm/funcs/artifactsArtifactQuery.d.ts.map +1 -0
  46. package/esm/funcs/artifactsArtifactQuery.js +75 -0
  47. package/esm/funcs/artifactsArtifactQuery.js.map +1 -0
  48. package/esm/funcs/artifactsDownloadArtifact.d.ts.map +1 -0
  49. package/esm/funcs/artifactsDownloadArtifact.js +84 -0
  50. package/esm/funcs/artifactsDownloadArtifact.js.map +1 -0
  51. package/esm/funcs/artifactsRecordEvents.d.ts.map +1 -0
  52. package/esm/funcs/artifactsRecordEvents.js +77 -0
  53. package/esm/funcs/artifactsRecordEvents.js.map +1 -0
  54. package/esm/funcs/artifactsStatus.d.ts.map +1 -0
  55. package/esm/funcs/artifactsStatus.js +73 -0
  56. package/esm/funcs/artifactsStatus.js.map +1 -0
  57. package/esm/funcs/artifactsUploadArtifact.d.ts.map +1 -0
  58. package/esm/funcs/artifactsUploadArtifact.js +85 -0
  59. package/esm/funcs/artifactsUploadArtifact.js.map +1 -0
  60. package/esm/funcs/authenticationCreateAuthToken.d.ts.map +1 -0
  61. package/esm/funcs/authenticationCreateAuthToken.js +74 -0
  62. package/esm/funcs/authenticationCreateAuthToken.js.map +1 -0
  63. package/esm/funcs/authenticationDeleteAuthToken.d.ts.map +1 -0
  64. package/esm/funcs/authenticationDeleteAuthToken.js +74 -0
  65. package/esm/funcs/authenticationDeleteAuthToken.js.map +1 -0
  66. package/esm/funcs/authenticationGetAuthToken.d.ts.map +1 -0
  67. package/esm/funcs/authenticationGetAuthToken.js +74 -0
  68. package/esm/funcs/authenticationGetAuthToken.js.map +1 -0
  69. package/esm/funcs/authenticationListAuthTokens.d.ts.map +1 -0
  70. package/esm/funcs/authenticationListAuthTokens.js +59 -0
  71. package/esm/funcs/authenticationListAuthTokens.js.map +1 -0
  72. package/esm/funcs/certsGetCertById.d.ts.map +1 -0
  73. package/esm/funcs/certsGetCertById.js +79 -0
  74. package/esm/funcs/certsGetCertById.js.map +1 -0
  75. package/esm/funcs/certsIssueCert.d.ts.map +1 -0
  76. package/esm/funcs/certsIssueCert.js +74 -0
  77. package/esm/funcs/certsIssueCert.js.map +1 -0
  78. package/esm/funcs/certsRemoveCert.d.ts.map +1 -0
  79. package/esm/funcs/certsRemoveCert.js +79 -0
  80. package/esm/funcs/certsRemoveCert.js.map +1 -0
  81. package/esm/funcs/certsUploadCert.d.ts.map +1 -0
  82. package/esm/funcs/certsUploadCert.js +74 -0
  83. package/esm/funcs/certsUploadCert.js.map +1 -0
  84. package/esm/funcs/checksCreateCheck.d.ts.map +1 -0
  85. package/esm/funcs/checksCreateCheck.js +80 -0
  86. package/esm/funcs/checksCreateCheck.js.map +1 -0
  87. package/esm/funcs/checksGetAllChecks.d.ts.map +1 -0
  88. package/esm/funcs/checksGetAllChecks.js +79 -0
  89. package/esm/funcs/checksGetAllChecks.js.map +1 -0
  90. package/esm/funcs/checksGetCheck.d.ts.map +1 -0
  91. package/esm/funcs/checksGetCheck.js +83 -0
  92. package/esm/funcs/checksGetCheck.js.map +1 -0
  93. package/esm/funcs/checksRerequestCheck.d.ts.map +1 -0
  94. package/esm/funcs/checksRerequestCheck.js +83 -0
  95. package/esm/funcs/checksRerequestCheck.js.map +1 -0
  96. package/esm/funcs/checksUpdateCheck.d.ts.map +1 -0
  97. package/esm/funcs/checksUpdateCheck.js +84 -0
  98. package/esm/funcs/checksUpdateCheck.js.map +1 -0
  99. package/esm/funcs/deploymentsCancelDeployment.d.ts.map +1 -0
  100. package/esm/funcs/deploymentsCancelDeployment.js +79 -0
  101. package/esm/funcs/deploymentsCancelDeployment.js.map +1 -0
  102. package/esm/funcs/deploymentsCreateDeployment.d.ts.map +1 -0
  103. package/esm/funcs/deploymentsCreateDeployment.js +76 -0
  104. package/esm/funcs/deploymentsCreateDeployment.js.map +1 -0
  105. package/esm/funcs/deploymentsDeleteDeployment.d.ts.map +1 -0
  106. package/esm/funcs/deploymentsDeleteDeployment.js +80 -0
  107. package/esm/funcs/deploymentsDeleteDeployment.js.map +1 -0
  108. package/esm/funcs/deploymentsGetDeployment.d.ts.map +1 -0
  109. package/esm/funcs/deploymentsGetDeployment.js +80 -0
  110. package/esm/funcs/deploymentsGetDeployment.js.map +1 -0
  111. package/esm/funcs/deploymentsGetDeploymentEvents.d.ts.map +1 -0
  112. package/esm/funcs/deploymentsGetDeploymentEvents.js +89 -0
  113. package/esm/funcs/deploymentsGetDeploymentEvents.js.map +1 -0
  114. package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +1 -0
  115. package/esm/funcs/deploymentsGetDeploymentFileContents.js +85 -0
  116. package/esm/funcs/deploymentsGetDeploymentFileContents.js.map +1 -0
  117. package/esm/funcs/deploymentsGetDeployments.d.ts.map +1 -0
  118. package/esm/funcs/deploymentsGetDeployments.js +84 -0
  119. package/esm/funcs/deploymentsGetDeployments.js.map +1 -0
  120. package/esm/funcs/deploymentsListDeploymentFiles.d.ts.map +1 -0
  121. package/esm/funcs/deploymentsListDeploymentFiles.js +81 -0
  122. package/esm/funcs/deploymentsListDeploymentFiles.js.map +1 -0
  123. package/esm/funcs/deploymentsUploadFile.d.ts.map +1 -0
  124. package/esm/funcs/deploymentsUploadFile.js +83 -0
  125. package/esm/funcs/deploymentsUploadFile.js.map +1 -0
  126. package/esm/funcs/dnsCreateRecord.d.ts.map +1 -0
  127. package/esm/funcs/dnsCreateRecord.js +80 -0
  128. package/esm/funcs/dnsCreateRecord.js.map +1 -0
  129. package/esm/funcs/dnsGetRecords.d.ts.map +1 -0
  130. package/esm/funcs/dnsGetRecords.js +82 -0
  131. package/esm/funcs/dnsGetRecords.js.map +1 -0
  132. package/esm/funcs/dnsRemoveRecord.d.ts.map +1 -0
  133. package/esm/funcs/dnsRemoveRecord.js +83 -0
  134. package/esm/funcs/dnsRemoveRecord.js.map +1 -0
  135. package/esm/funcs/dnsUpdateRecord.d.ts.map +1 -0
  136. package/esm/funcs/dnsUpdateRecord.js +80 -0
  137. package/esm/funcs/dnsUpdateRecord.js.map +1 -0
  138. package/esm/funcs/domainsBuyDomain.d.ts.map +1 -0
  139. package/esm/funcs/domainsBuyDomain.js +74 -0
  140. package/esm/funcs/domainsBuyDomain.js.map +1 -0
  141. package/esm/funcs/domainsCheckDomainPrice.d.ts.map +1 -0
  142. package/esm/funcs/domainsCheckDomainPrice.js +75 -0
  143. package/esm/funcs/domainsCheckDomainPrice.js.map +1 -0
  144. package/esm/funcs/domainsCheckDomainStatus.d.ts.map +1 -0
  145. package/esm/funcs/domainsCheckDomainStatus.js +74 -0
  146. package/esm/funcs/domainsCheckDomainStatus.js.map +1 -0
  147. package/esm/funcs/domainsCreateOrTransferDomain.d.ts.map +1 -0
  148. package/esm/funcs/domainsCreateOrTransferDomain.js +74 -0
  149. package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -0
  150. package/esm/funcs/domainsDeleteDomain.d.ts.map +1 -0
  151. package/esm/funcs/domainsDeleteDomain.js +79 -0
  152. package/esm/funcs/domainsDeleteDomain.js.map +1 -0
  153. package/esm/funcs/domainsGetDomain.d.ts.map +1 -0
  154. package/esm/funcs/domainsGetDomain.js +79 -0
  155. package/esm/funcs/domainsGetDomain.js.map +1 -0
  156. package/esm/funcs/domainsGetDomainConfig.d.ts.map +1 -0
  157. package/esm/funcs/domainsGetDomainConfig.js +80 -0
  158. package/esm/funcs/domainsGetDomainConfig.js.map +1 -0
  159. package/esm/funcs/domainsGetDomainTransfer.d.ts.map +1 -0
  160. package/esm/funcs/domainsGetDomainTransfer.js +79 -0
  161. package/esm/funcs/domainsGetDomainTransfer.js.map +1 -0
  162. package/esm/funcs/domainsGetDomains.d.ts.map +1 -0
  163. package/esm/funcs/domainsGetDomains.js +76 -0
  164. package/esm/funcs/domainsGetDomains.js.map +1 -0
  165. package/esm/funcs/domainsPatchDomain.d.ts.map +1 -0
  166. package/esm/funcs/domainsPatchDomain.js +80 -0
  167. package/esm/funcs/domainsPatchDomain.js.map +1 -0
  168. package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts.map +1 -0
  169. package/esm/funcs/edgeConfigCreateEdgeConfig.js +74 -0
  170. package/esm/funcs/edgeConfigCreateEdgeConfig.js.map +1 -0
  171. package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts.map +1 -0
  172. package/esm/funcs/edgeConfigCreateEdgeConfigToken.js +80 -0
  173. package/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +1 -0
  174. package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts.map +1 -0
  175. package/esm/funcs/edgeConfigDeleteEdgeConfig.js +80 -0
  176. package/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +1 -0
  177. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts.map +1 -0
  178. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +80 -0
  179. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +1 -0
  180. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts.map +1 -0
  181. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +81 -0
  182. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +1 -0
  183. package/esm/funcs/edgeConfigGetEdgeConfig.d.ts.map +1 -0
  184. package/esm/funcs/edgeConfigGetEdgeConfig.js +79 -0
  185. package/esm/funcs/edgeConfigGetEdgeConfig.js.map +1 -0
  186. package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts.map +1 -0
  187. package/esm/funcs/edgeConfigGetEdgeConfigBackup.js +80 -0
  188. package/esm/funcs/edgeConfigGetEdgeConfigBackup.js.map +1 -0
  189. package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts.map +1 -0
  190. package/esm/funcs/edgeConfigGetEdgeConfigBackups.js +82 -0
  191. package/esm/funcs/edgeConfigGetEdgeConfigBackups.js.map +1 -0
  192. package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts.map +1 -0
  193. package/esm/funcs/edgeConfigGetEdgeConfigItem.js +81 -0
  194. package/esm/funcs/edgeConfigGetEdgeConfigItem.js.map +1 -0
  195. package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +1 -0
  196. package/esm/funcs/edgeConfigGetEdgeConfigItems.js +80 -0
  197. package/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +1 -0
  198. package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts.map +1 -0
  199. package/esm/funcs/edgeConfigGetEdgeConfigSchema.js +79 -0
  200. package/esm/funcs/edgeConfigGetEdgeConfigSchema.js.map +1 -0
  201. package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts.map +1 -0
  202. package/esm/funcs/edgeConfigGetEdgeConfigToken.js +84 -0
  203. package/esm/funcs/edgeConfigGetEdgeConfigToken.js.map +1 -0
  204. package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts.map +1 -0
  205. package/esm/funcs/edgeConfigGetEdgeConfigTokens.js +80 -0
  206. package/esm/funcs/edgeConfigGetEdgeConfigTokens.js.map +1 -0
  207. package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts.map +1 -0
  208. package/esm/funcs/edgeConfigGetEdgeConfigs.js +74 -0
  209. package/esm/funcs/edgeConfigGetEdgeConfigs.js.map +1 -0
  210. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts.map +1 -0
  211. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +81 -0
  212. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +1 -0
  213. package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts.map +1 -0
  214. package/esm/funcs/edgeConfigUpdateEdgeConfig.js +80 -0
  215. package/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +1 -0
  216. package/esm/funcs/integrationsDeleteConfiguration.d.ts.map +1 -0
  217. package/esm/funcs/integrationsDeleteConfiguration.js +80 -0
  218. package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -0
  219. package/esm/funcs/integrationsGetConfiguration.d.ts.map +1 -0
  220. package/esm/funcs/integrationsGetConfiguration.js +79 -0
  221. package/esm/funcs/integrationsGetConfiguration.js.map +1 -0
  222. package/esm/funcs/integrationsGetConfigurations.d.ts.map +1 -0
  223. package/esm/funcs/integrationsGetConfigurations.js +76 -0
  224. package/esm/funcs/integrationsGetConfigurations.js.map +1 -0
  225. package/esm/funcs/integrationsGitNamespaces.d.ts.map +1 -0
  226. package/esm/funcs/integrationsGitNamespaces.js +74 -0
  227. package/esm/funcs/integrationsGitNamespaces.js.map +1 -0
  228. package/esm/funcs/integrationsSearchRepo.d.ts.map +1 -0
  229. package/esm/funcs/integrationsSearchRepo.js +78 -0
  230. package/esm/funcs/integrationsSearchRepo.js.map +1 -0
  231. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +1 -0
  232. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +74 -0
  233. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +1 -0
  234. package/esm/funcs/logDrainsCreateLogDrain.d.ts.map +1 -0
  235. package/esm/funcs/logDrainsCreateLogDrain.js +74 -0
  236. package/esm/funcs/logDrainsCreateLogDrain.js.map +1 -0
  237. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +1 -0
  238. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +80 -0
  239. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +1 -0
  240. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts.map +1 -0
  241. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +80 -0
  242. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js.map +1 -0
  243. package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +1 -0
  244. package/esm/funcs/logDrainsGetAllLogDrains.js +75 -0
  245. package/esm/funcs/logDrainsGetAllLogDrains.js.map +1 -0
  246. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +1 -0
  247. package/esm/funcs/logDrainsGetConfigurableLogDrain.js +79 -0
  248. package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +1 -0
  249. package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts.map +1 -0
  250. package/esm/funcs/logDrainsGetIntegrationLogDrains.js +74 -0
  251. package/esm/funcs/logDrainsGetIntegrationLogDrains.js.map +1 -0
  252. package/esm/funcs/projectMembersAddProjectMember.d.ts.map +1 -0
  253. package/esm/funcs/projectMembersAddProjectMember.js +80 -0
  254. package/esm/funcs/projectMembersAddProjectMember.js.map +1 -0
  255. package/esm/funcs/projectMembersGetProjectMembers.d.ts.map +1 -0
  256. package/esm/funcs/projectMembersGetProjectMembers.js +83 -0
  257. package/esm/funcs/projectMembersGetProjectMembers.js.map +1 -0
  258. package/esm/funcs/projectMembersRemoveProjectMember.d.ts.map +1 -0
  259. package/esm/funcs/projectMembersRemoveProjectMember.js +83 -0
  260. package/esm/funcs/projectMembersRemoveProjectMember.js.map +1 -0
  261. package/esm/funcs/projectsAddProjectDomain.d.ts.map +1 -0
  262. package/esm/funcs/projectsAddProjectDomain.js +80 -0
  263. package/esm/funcs/projectsAddProjectDomain.js.map +1 -0
  264. package/esm/funcs/projectsCreateProject.d.ts.map +1 -0
  265. package/esm/funcs/projectsCreateProject.js +74 -0
  266. package/esm/funcs/projectsCreateProject.js.map +1 -0
  267. package/esm/funcs/projectsCreateProjectEnv.d.ts.map +1 -0
  268. package/esm/funcs/projectsCreateProjectEnv.js +81 -0
  269. package/esm/funcs/projectsCreateProjectEnv.js.map +1 -0
  270. package/esm/funcs/projectsDeleteProject.d.ts.map +1 -0
  271. package/esm/funcs/projectsDeleteProject.js +80 -0
  272. package/esm/funcs/projectsDeleteProject.js.map +1 -0
  273. package/esm/funcs/projectsEditProjectEnv.d.ts.map +1 -0
  274. package/esm/funcs/projectsEditProjectEnv.js +84 -0
  275. package/esm/funcs/projectsEditProjectEnv.js.map +1 -0
  276. package/esm/funcs/projectsFilterProjectEnvs.d.ts.map +1 -0
  277. package/esm/funcs/projectsFilterProjectEnvs.js +82 -0
  278. package/esm/funcs/projectsFilterProjectEnvs.js.map +1 -0
  279. package/esm/funcs/projectsGetProjectDomain.d.ts.map +1 -0
  280. package/esm/funcs/projectsGetProjectDomain.js +83 -0
  281. package/esm/funcs/projectsGetProjectDomain.js.map +1 -0
  282. package/esm/funcs/projectsGetProjectEnv.d.ts.map +1 -0
  283. package/esm/funcs/projectsGetProjectEnv.js +83 -0
  284. package/esm/funcs/projectsGetProjectEnv.js.map +1 -0
  285. package/esm/funcs/projectsGetProjects.d.ts.map +1 -0
  286. package/esm/funcs/projectsGetProjects.js +84 -0
  287. package/esm/funcs/projectsGetProjects.js.map +1 -0
  288. package/esm/funcs/projectsListPromoteAliases.d.ts.map +1 -0
  289. package/esm/funcs/projectsListPromoteAliases.js +83 -0
  290. package/esm/funcs/projectsListPromoteAliases.js.map +1 -0
  291. package/esm/funcs/projectsPauseProject.d.ts +15 -0
  292. package/esm/funcs/projectsPauseProject.d.ts.map +1 -0
  293. package/esm/funcs/projectsPauseProject.js +80 -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 +15 -0
  305. package/esm/funcs/projectsUnpauseProject.d.ts.map +1 -0
  306. package/esm/funcs/projectsUnpauseProject.js +80 -0
  307. package/esm/funcs/projectsUnpauseProject.js.map +1 -0
  308. package/esm/funcs/projectsUpdateProject.d.ts.map +1 -0
  309. package/esm/funcs/projectsUpdateProject.js +80 -0
  310. package/esm/funcs/projectsUpdateProject.js.map +1 -0
  311. package/esm/funcs/projectsUpdateProjectDataCache.d.ts.map +1 -0
  312. package/esm/funcs/projectsUpdateProjectDataCache.js +80 -0
  313. package/esm/funcs/projectsUpdateProjectDataCache.js.map +1 -0
  314. package/esm/funcs/projectsUpdateProjectDomain.d.ts.map +1 -0
  315. package/esm/funcs/projectsUpdateProjectDomain.js +84 -0
  316. package/esm/funcs/projectsUpdateProjectDomain.js.map +1 -0
  317. package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts.map +1 -0
  318. package/esm/funcs/projectsUpdateProjectProtectionBypass.js +80 -0
  319. package/esm/funcs/projectsUpdateProjectProtectionBypass.js.map +1 -0
  320. package/esm/funcs/projectsVerifyProjectDomain.d.ts.map +1 -0
  321. package/esm/funcs/projectsVerifyProjectDomain.js +83 -0
  322. package/esm/funcs/projectsVerifyProjectDomain.js.map +1 -0
  323. package/esm/funcs/securityGetFirewallConfig.d.ts.map +1 -0
  324. package/esm/funcs/securityGetFirewallConfig.js +80 -0
  325. package/esm/funcs/securityGetFirewallConfig.js.map +1 -0
  326. package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
  327. package/esm/funcs/securityPutFirewallConfig.js +75 -0
  328. package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
  329. package/esm/funcs/securityUpdateAttackChallengeMode.d.ts.map +1 -0
  330. package/esm/funcs/securityUpdateAttackChallengeMode.js +74 -0
  331. package/esm/funcs/securityUpdateAttackChallengeMode.js.map +1 -0
  332. package/esm/funcs/securityUpdateFirewallConfig.d.ts.map +1 -0
  333. package/esm/funcs/securityUpdateFirewallConfig.js +75 -0
  334. package/esm/funcs/securityUpdateFirewallConfig.js.map +1 -0
  335. package/esm/funcs/teamsCreateTeam.d.ts.map +1 -0
  336. package/esm/funcs/teamsCreateTeam.js +71 -0
  337. package/esm/funcs/teamsCreateTeam.js.map +1 -0
  338. package/esm/funcs/teamsDeleteTeam.d.ts.map +1 -0
  339. package/esm/funcs/teamsDeleteTeam.js +80 -0
  340. package/esm/funcs/teamsDeleteTeam.js.map +1 -0
  341. package/esm/funcs/teamsDeleteTeamInviteCode.d.ts.map +1 -0
  342. package/esm/funcs/teamsDeleteTeamInviteCode.js +78 -0
  343. package/esm/funcs/teamsDeleteTeamInviteCode.js.map +1 -0
  344. package/esm/funcs/teamsGetTeam.d.ts.map +1 -0
  345. package/esm/funcs/teamsGetTeam.js +79 -0
  346. package/esm/funcs/teamsGetTeam.js.map +1 -0
  347. package/esm/funcs/teamsGetTeamAccessRequest.d.ts.map +1 -0
  348. package/esm/funcs/teamsGetTeamAccessRequest.js +78 -0
  349. package/esm/funcs/teamsGetTeamAccessRequest.js.map +1 -0
  350. package/esm/funcs/teamsGetTeamMembers.d.ts.map +1 -0
  351. package/esm/funcs/teamsGetTeamMembers.js +84 -0
  352. package/esm/funcs/teamsGetTeamMembers.js.map +1 -0
  353. package/esm/funcs/teamsGetTeams.d.ts.map +1 -0
  354. package/esm/funcs/teamsGetTeams.js +74 -0
  355. package/esm/funcs/teamsGetTeams.js.map +1 -0
  356. package/esm/funcs/teamsInviteUserToTeam.d.ts.map +1 -0
  357. package/esm/funcs/teamsInviteUserToTeam.js +75 -0
  358. package/esm/funcs/teamsInviteUserToTeam.js.map +1 -0
  359. package/esm/funcs/teamsJoinTeam.d.ts.map +1 -0
  360. package/esm/funcs/teamsJoinTeam.js +75 -0
  361. package/esm/funcs/teamsJoinTeam.js.map +1 -0
  362. package/esm/funcs/teamsPatchTeam.d.ts.map +1 -0
  363. package/esm/funcs/teamsPatchTeam.js +80 -0
  364. package/esm/funcs/teamsPatchTeam.js.map +1 -0
  365. package/esm/funcs/teamsRemoveTeamMember.d.ts.map +1 -0
  366. package/esm/funcs/teamsRemoveTeamMember.js +82 -0
  367. package/esm/funcs/teamsRemoveTeamMember.js.map +1 -0
  368. package/esm/funcs/teamsRequestAccessToTeam.d.ts.map +1 -0
  369. package/esm/funcs/teamsRequestAccessToTeam.js +75 -0
  370. package/esm/funcs/teamsRequestAccessToTeam.js.map +1 -0
  371. package/esm/funcs/teamsUpdateTeamMember.d.ts.map +1 -0
  372. package/esm/funcs/teamsUpdateTeamMember.js +79 -0
  373. package/esm/funcs/teamsUpdateTeamMember.js.map +1 -0
  374. package/esm/funcs/userGetAuthUser.d.ts.map +1 -0
  375. package/esm/funcs/userGetAuthUser.js +59 -0
  376. package/esm/funcs/userGetAuthUser.js.map +1 -0
  377. package/esm/funcs/userListUserEvents.d.ts.map +1 -0
  378. package/esm/funcs/userListUserEvents.js +79 -0
  379. package/esm/funcs/userListUserEvents.js.map +1 -0
  380. package/esm/funcs/userRequestDelete.d.ts.map +1 -0
  381. package/esm/funcs/userRequestDelete.js +71 -0
  382. package/esm/funcs/userRequestDelete.js.map +1 -0
  383. package/esm/funcs/webhooksCreateWebhook.d.ts.map +1 -0
  384. package/esm/funcs/webhooksCreateWebhook.js +74 -0
  385. package/esm/funcs/webhooksCreateWebhook.js.map +1 -0
  386. package/esm/funcs/webhooksDeleteWebhook.d.ts.map +1 -0
  387. package/esm/funcs/webhooksDeleteWebhook.js +80 -0
  388. package/esm/funcs/webhooksDeleteWebhook.js.map +1 -0
  389. package/esm/funcs/webhooksGetWebhook.d.ts.map +1 -0
  390. package/esm/funcs/webhooksGetWebhook.js +79 -0
  391. package/esm/funcs/webhooksGetWebhook.js.map +1 -0
  392. package/esm/funcs/webhooksGetWebhooks.d.ts.map +1 -0
  393. package/esm/funcs/webhooksGetWebhooks.js +74 -0
  394. package/esm/funcs/webhooksGetWebhooks.js.map +1 -0
  395. package/esm/hooks/hooks.d.ts.map +1 -0
  396. package/esm/hooks/hooks.js.map +1 -0
  397. package/esm/hooks/registration.d.ts.map +1 -0
  398. package/esm/hooks/registration.js.map +1 -0
  399. package/esm/hooks/types.d.ts +76 -0
  400. package/esm/hooks/types.d.ts.map +1 -0
  401. package/esm/hooks/types.js.map +1 -0
  402. package/esm/index.d.ts.map +1 -0
  403. package/esm/index.js.map +1 -0
  404. package/esm/lib/base64.d.ts.map +1 -0
  405. package/esm/lib/base64.js.map +1 -0
  406. package/esm/lib/config.d.ts +34 -0
  407. package/esm/lib/config.d.ts.map +1 -0
  408. package/esm/lib/config.js +35 -0
  409. package/esm/lib/config.js.map +1 -0
  410. package/esm/lib/dlv.d.ts.map +1 -0
  411. package/esm/lib/dlv.js.map +1 -0
  412. package/esm/lib/encodings.d.ts.map +1 -0
  413. package/esm/lib/encodings.js.map +1 -0
  414. package/esm/lib/files.d.ts.map +1 -0
  415. package/esm/lib/files.js.map +1 -0
  416. package/esm/lib/http.d.ts.map +1 -0
  417. package/esm/lib/http.js.map +1 -0
  418. package/esm/lib/is-plain-object.d.ts.map +1 -0
  419. package/esm/lib/is-plain-object.js.map +1 -0
  420. package/esm/lib/logger.d.ts.map +1 -0
  421. package/esm/lib/logger.js.map +1 -0
  422. package/esm/lib/matchers.d.ts.map +1 -0
  423. package/esm/lib/matchers.js.map +1 -0
  424. package/esm/lib/primitives.d.ts +20 -0
  425. package/esm/lib/primitives.d.ts.map +1 -0
  426. package/esm/lib/primitives.js +37 -0
  427. package/esm/lib/primitives.js.map +1 -0
  428. package/esm/lib/retries.d.ts.map +1 -0
  429. package/esm/lib/retries.js.map +1 -0
  430. package/esm/lib/schemas.d.ts.map +1 -0
  431. package/esm/lib/schemas.js.map +1 -0
  432. package/esm/lib/sdks.d.ts.map +1 -0
  433. package/esm/lib/sdks.js.map +1 -0
  434. package/esm/lib/security.d.ts +82 -0
  435. package/esm/lib/security.d.ts.map +1 -0
  436. package/esm/lib/security.js +131 -0
  437. package/esm/lib/security.js.map +1 -0
  438. package/esm/lib/url.d.ts.map +1 -0
  439. package/esm/lib/url.js.map +1 -0
  440. package/esm/models/components/aclaction.d.ts.map +1 -0
  441. package/esm/models/components/aclaction.js.map +1 -0
  442. package/esm/models/components/authtoken.d.ts +288 -0
  443. package/esm/models/components/authtoken.d.ts.map +1 -0
  444. package/esm/models/components/authtoken.js +207 -0
  445. package/esm/models/components/authtoken.js.map +1 -0
  446. package/esm/models/components/authuser.d.ts.map +1 -0
  447. package/esm/models/components/authuser.js.map +1 -0
  448. package/esm/models/components/authuserlimited.d.ts.map +1 -0
  449. package/esm/models/components/authuserlimited.js.map +1 -0
  450. package/esm/models/components/edgeconfigitem.d.ts.map +1 -0
  451. package/esm/models/components/edgeconfigitem.js.map +1 -0
  452. package/esm/models/components/edgeconfigitemvalue.d.ts.map +1 -0
  453. package/esm/models/components/edgeconfigitemvalue.js.map +1 -0
  454. package/esm/models/components/edgeconfigtoken.d.ts.map +1 -0
  455. package/esm/models/components/edgeconfigtoken.js.map +1 -0
  456. package/esm/models/components/filetree.d.ts.map +1 -0
  457. package/esm/models/components/filetree.js.map +1 -0
  458. package/esm/models/components/flagjsonvalue.d.ts.map +1 -0
  459. package/esm/models/components/flagjsonvalue.js.map +1 -0
  460. package/esm/models/components/pagination.d.ts.map +1 -0
  461. package/esm/models/components/pagination.js.map +1 -0
  462. package/esm/models/components/security.d.ts +25 -0
  463. package/esm/models/components/security.d.ts.map +1 -0
  464. package/esm/models/components/security.js +24 -0
  465. package/esm/models/components/security.js.map +1 -0
  466. package/esm/models/components/teamlimited.d.ts.map +1 -0
  467. package/esm/models/components/teamlimited.js.map +1 -0
  468. package/esm/models/components/userevent.d.ts +24 -0
  469. package/esm/models/components/userevent.d.ts.map +1 -0
  470. package/esm/models/components/userevent.js +20 -0
  471. package/esm/models/components/userevent.js.map +1 -0
  472. package/esm/models/errors/httpclienterrors.d.ts.map +1 -0
  473. package/esm/models/errors/httpclienterrors.js.map +1 -0
  474. package/esm/models/errors/sdkerror.d.ts.map +1 -0
  475. package/esm/models/errors/sdkerror.js.map +1 -0
  476. package/esm/models/errors/sdkvalidationerror.d.ts.map +1 -0
  477. package/esm/models/errors/sdkvalidationerror.js.map +1 -0
  478. package/esm/models/operations/addprojectdomain.d.ts.map +1 -0
  479. package/esm/models/operations/addprojectdomain.js.map +1 -0
  480. package/esm/models/operations/addprojectmember.d.ts.map +1 -0
  481. package/esm/models/operations/addprojectmember.js.map +1 -0
  482. package/esm/models/operations/artifactexists.d.ts.map +1 -0
  483. package/esm/models/operations/artifactexists.js.map +1 -0
  484. package/esm/models/operations/artifactquery.d.ts.map +1 -0
  485. package/esm/models/operations/artifactquery.js.map +1 -0
  486. package/esm/models/operations/assignalias.d.ts.map +1 -0
  487. package/esm/models/operations/assignalias.js.map +1 -0
  488. package/esm/models/operations/buydomain.d.ts.map +1 -0
  489. package/esm/models/operations/buydomain.js.map +1 -0
  490. package/esm/models/operations/canceldeployment.d.ts +2677 -0
  491. package/esm/models/operations/canceldeployment.d.ts.map +1 -0
  492. package/esm/models/operations/canceldeployment.js +2239 -0
  493. package/esm/models/operations/canceldeployment.js.map +1 -0
  494. package/esm/models/operations/checkdomainprice.d.ts +103 -0
  495. package/esm/models/operations/checkdomainprice.d.ts.map +1 -0
  496. package/esm/models/operations/checkdomainprice.js +69 -0
  497. package/esm/models/operations/checkdomainprice.js.map +1 -0
  498. package/esm/models/operations/checkdomainstatus.d.ts.map +1 -0
  499. package/esm/models/operations/checkdomainstatus.js.map +1 -0
  500. package/esm/models/operations/createaccessgroup.d.ts.map +1 -0
  501. package/esm/models/operations/createaccessgroup.js.map +1 -0
  502. package/esm/models/operations/createauthtoken.d.ts.map +1 -0
  503. package/esm/models/operations/createauthtoken.js.map +1 -0
  504. package/esm/models/operations/createcheck.d.ts.map +1 -0
  505. package/esm/models/operations/createcheck.js.map +1 -0
  506. package/esm/models/operations/createconfigurablelogdrain.d.ts.map +1 -0
  507. package/esm/models/operations/createconfigurablelogdrain.js.map +1 -0
  508. package/esm/models/operations/createdeployment.d.ts.map +1 -0
  509. package/esm/models/operations/createdeployment.js.map +1 -0
  510. package/esm/models/operations/createedgeconfig.d.ts.map +1 -0
  511. package/esm/models/operations/createedgeconfig.js.map +1 -0
  512. package/esm/models/operations/createedgeconfigtoken.d.ts.map +1 -0
  513. package/esm/models/operations/createedgeconfigtoken.js.map +1 -0
  514. package/esm/models/operations/createlogdrain.d.ts.map +1 -0
  515. package/esm/models/operations/createlogdrain.js.map +1 -0
  516. package/esm/models/operations/createortransferdomain.d.ts.map +1 -0
  517. package/esm/models/operations/createortransferdomain.js.map +1 -0
  518. package/esm/models/operations/createproject.d.ts +5071 -0
  519. package/esm/models/operations/createproject.d.ts.map +1 -0
  520. package/esm/models/operations/createproject.js +4128 -0
  521. package/esm/models/operations/createproject.js.map +1 -0
  522. package/esm/models/operations/createprojectenv.d.ts.map +1 -0
  523. package/esm/models/operations/createprojectenv.js.map +1 -0
  524. package/esm/models/operations/createrecord.d.ts.map +1 -0
  525. package/esm/models/operations/createrecord.js.map +1 -0
  526. package/esm/models/operations/createteam.d.ts.map +1 -0
  527. package/esm/models/operations/createteam.js.map +1 -0
  528. package/esm/models/operations/createwebhook.d.ts +414 -0
  529. package/esm/models/operations/createwebhook.d.ts.map +1 -0
  530. package/esm/models/operations/createwebhook.js +213 -0
  531. package/esm/models/operations/createwebhook.js.map +1 -0
  532. package/esm/models/operations/deleteaccessgroup.d.ts.map +1 -0
  533. package/esm/models/operations/deleteaccessgroup.js.map +1 -0
  534. package/esm/models/operations/deletealias.d.ts.map +1 -0
  535. package/esm/models/operations/deletealias.js.map +1 -0
  536. package/esm/models/operations/deleteauthtoken.d.ts.map +1 -0
  537. package/esm/models/operations/deleteauthtoken.js.map +1 -0
  538. package/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +1 -0
  539. package/esm/models/operations/deleteconfigurablelogdrain.js.map +1 -0
  540. package/esm/models/operations/deleteconfiguration.d.ts.map +1 -0
  541. package/esm/models/operations/deleteconfiguration.js.map +1 -0
  542. package/esm/models/operations/deletedeployment.d.ts.map +1 -0
  543. package/esm/models/operations/deletedeployment.js.map +1 -0
  544. package/esm/models/operations/deletedomain.d.ts.map +1 -0
  545. package/esm/models/operations/deletedomain.js.map +1 -0
  546. package/esm/models/operations/deleteedgeconfig.d.ts.map +1 -0
  547. package/esm/models/operations/deleteedgeconfig.js.map +1 -0
  548. package/esm/models/operations/deleteedgeconfigschema.d.ts.map +1 -0
  549. package/esm/models/operations/deleteedgeconfigschema.js.map +1 -0
  550. package/esm/models/operations/deleteedgeconfigtokens.d.ts.map +1 -0
  551. package/esm/models/operations/deleteedgeconfigtokens.js.map +1 -0
  552. package/esm/models/operations/deleteintegrationlogdrain.d.ts.map +1 -0
  553. package/esm/models/operations/deleteintegrationlogdrain.js.map +1 -0
  554. package/esm/models/operations/deleteproject.d.ts.map +1 -0
  555. package/esm/models/operations/deleteproject.js.map +1 -0
  556. package/esm/models/operations/deleteteam.d.ts.map +1 -0
  557. package/esm/models/operations/deleteteam.js.map +1 -0
  558. package/esm/models/operations/deleteteaminvitecode.d.ts.map +1 -0
  559. package/esm/models/operations/deleteteaminvitecode.js.map +1 -0
  560. package/esm/models/operations/deletewebhook.d.ts.map +1 -0
  561. package/esm/models/operations/deletewebhook.js.map +1 -0
  562. package/esm/models/operations/downloadartifact.d.ts.map +1 -0
  563. package/esm/models/operations/downloadartifact.js.map +1 -0
  564. package/esm/models/operations/editprojectenv.d.ts.map +1 -0
  565. package/esm/models/operations/editprojectenv.js.map +1 -0
  566. package/esm/models/operations/filterprojectenvs.d.ts.map +1 -0
  567. package/esm/models/operations/filterprojectenvs.js.map +1 -0
  568. package/esm/models/operations/getalias.d.ts +488 -0
  569. package/esm/models/operations/getalias.d.ts.map +1 -0
  570. package/esm/models/operations/getalias.js +351 -0
  571. package/esm/models/operations/getalias.js.map +1 -0
  572. package/esm/models/operations/getallchecks.d.ts.map +1 -0
  573. package/esm/models/operations/getallchecks.js.map +1 -0
  574. package/esm/models/operations/getalllogdrains.d.ts.map +1 -0
  575. package/esm/models/operations/getalllogdrains.js.map +1 -0
  576. package/esm/models/operations/getauthtoken.d.ts.map +1 -0
  577. package/esm/models/operations/getauthtoken.js.map +1 -0
  578. package/esm/models/operations/getauthuser.d.ts.map +1 -0
  579. package/esm/models/operations/getauthuser.js.map +1 -0
  580. package/esm/models/operations/getcertbyid.d.ts.map +1 -0
  581. package/esm/models/operations/getcertbyid.js.map +1 -0
  582. package/esm/models/operations/getcheck.d.ts.map +1 -0
  583. package/esm/models/operations/getcheck.js.map +1 -0
  584. package/esm/models/operations/getconfigurablelogdrain.d.ts.map +1 -0
  585. package/esm/models/operations/getconfigurablelogdrain.js.map +1 -0
  586. package/esm/models/operations/getconfiguration.d.ts.map +1 -0
  587. package/esm/models/operations/getconfiguration.js.map +1 -0
  588. package/esm/models/operations/getconfigurations.d.ts.map +1 -0
  589. package/esm/models/operations/getconfigurations.js.map +1 -0
  590. package/esm/models/operations/getdeployment.d.ts.map +1 -0
  591. package/esm/models/operations/getdeployment.js.map +1 -0
  592. package/esm/models/operations/getdeploymentevents.d.ts.map +1 -0
  593. package/esm/models/operations/getdeploymentevents.js.map +1 -0
  594. package/esm/models/operations/getdeploymentfilecontents.d.ts.map +1 -0
  595. package/esm/models/operations/getdeploymentfilecontents.js.map +1 -0
  596. package/esm/models/operations/getdeployments.d.ts.map +1 -0
  597. package/esm/models/operations/getdeployments.js.map +1 -0
  598. package/esm/models/operations/getdomain.d.ts.map +1 -0
  599. package/esm/models/operations/getdomain.js.map +1 -0
  600. package/esm/models/operations/getdomainconfig.d.ts.map +1 -0
  601. package/esm/models/operations/getdomainconfig.js.map +1 -0
  602. package/esm/models/operations/getdomains.d.ts.map +1 -0
  603. package/esm/models/operations/getdomains.js.map +1 -0
  604. package/esm/models/operations/getdomaintransfer.d.ts.map +1 -0
  605. package/esm/models/operations/getdomaintransfer.js.map +1 -0
  606. package/esm/models/operations/getedgeconfig.d.ts.map +1 -0
  607. package/esm/models/operations/getedgeconfig.js.map +1 -0
  608. package/esm/models/operations/getedgeconfigbackup.d.ts.map +1 -0
  609. package/esm/models/operations/getedgeconfigbackup.js.map +1 -0
  610. package/esm/models/operations/getedgeconfigbackups.d.ts.map +1 -0
  611. package/esm/models/operations/getedgeconfigbackups.js.map +1 -0
  612. package/esm/models/operations/getedgeconfigitem.d.ts.map +1 -0
  613. package/esm/models/operations/getedgeconfigitem.js.map +1 -0
  614. package/esm/models/operations/getedgeconfigitems.d.ts.map +1 -0
  615. package/esm/models/operations/getedgeconfigitems.js.map +1 -0
  616. package/esm/models/operations/getedgeconfigs.d.ts.map +1 -0
  617. package/esm/models/operations/getedgeconfigs.js.map +1 -0
  618. package/esm/models/operations/getedgeconfigschema.d.ts.map +1 -0
  619. package/esm/models/operations/getedgeconfigschema.js.map +1 -0
  620. package/esm/models/operations/getedgeconfigtoken.d.ts.map +1 -0
  621. package/esm/models/operations/getedgeconfigtoken.js.map +1 -0
  622. package/esm/models/operations/getedgeconfigtokens.d.ts.map +1 -0
  623. package/esm/models/operations/getedgeconfigtokens.js.map +1 -0
  624. package/esm/models/operations/getfirewallconfig.d.ts.map +1 -0
  625. package/esm/models/operations/getfirewallconfig.js.map +1 -0
  626. package/esm/models/operations/getintegrationlogdrains.d.ts.map +1 -0
  627. package/esm/models/operations/getintegrationlogdrains.js.map +1 -0
  628. package/esm/models/operations/getprojectdomain.d.ts.map +1 -0
  629. package/esm/models/operations/getprojectdomain.js.map +1 -0
  630. package/esm/models/operations/getprojectenv.d.ts.map +1 -0
  631. package/esm/models/operations/getprojectenv.js.map +1 -0
  632. package/esm/models/operations/getprojectmembers.d.ts.map +1 -0
  633. package/esm/models/operations/getprojectmembers.js.map +1 -0
  634. package/esm/models/operations/getprojects.d.ts +4652 -0
  635. package/esm/models/operations/getprojects.d.ts.map +1 -0
  636. package/esm/models/operations/getprojects.js +3900 -0
  637. package/esm/models/operations/getprojects.js.map +1 -0
  638. package/esm/models/operations/getrecords.d.ts.map +1 -0
  639. package/esm/models/operations/getrecords.js.map +1 -0
  640. package/esm/models/operations/getteam.d.ts.map +1 -0
  641. package/esm/models/operations/getteam.js.map +1 -0
  642. package/esm/models/operations/getteamaccessrequest.d.ts.map +1 -0
  643. package/esm/models/operations/getteamaccessrequest.js.map +1 -0
  644. package/esm/models/operations/getteammembers.d.ts.map +1 -0
  645. package/esm/models/operations/getteammembers.js.map +1 -0
  646. package/esm/models/operations/getteams.d.ts.map +1 -0
  647. package/esm/models/operations/getteams.js.map +1 -0
  648. package/esm/models/operations/getwebhook.d.ts +240 -0
  649. package/esm/models/operations/getwebhook.d.ts.map +1 -0
  650. package/esm/models/operations/getwebhook.js +120 -0
  651. package/esm/models/operations/getwebhook.js.map +1 -0
  652. package/esm/models/operations/getwebhooks.d.ts +648 -0
  653. package/esm/models/operations/getwebhooks.d.ts.map +1 -0
  654. package/esm/models/operations/getwebhooks.js +324 -0
  655. package/esm/models/operations/getwebhooks.js.map +1 -0
  656. package/esm/models/operations/gitnamespaces.d.ts.map +1 -0
  657. package/esm/models/operations/gitnamespaces.js.map +1 -0
  658. package/esm/models/operations/inviteusertoteam.d.ts.map +1 -0
  659. package/esm/models/operations/inviteusertoteam.js.map +1 -0
  660. package/esm/models/operations/issuecert.d.ts.map +1 -0
  661. package/esm/models/operations/issuecert.js.map +1 -0
  662. package/esm/models/operations/jointeam.d.ts.map +1 -0
  663. package/esm/models/operations/jointeam.js.map +1 -0
  664. package/esm/models/operations/listaccessgroupmembers.d.ts.map +1 -0
  665. package/esm/models/operations/listaccessgroupmembers.js.map +1 -0
  666. package/esm/models/operations/listaccessgroupprojects.d.ts.map +1 -0
  667. package/esm/models/operations/listaccessgroupprojects.js.map +1 -0
  668. package/esm/models/operations/listaccessgroups.d.ts.map +1 -0
  669. package/esm/models/operations/listaccessgroups.js.map +1 -0
  670. package/esm/models/operations/listaliases.d.ts.map +1 -0
  671. package/esm/models/operations/listaliases.js.map +1 -0
  672. package/esm/models/operations/listauthtokens.d.ts.map +1 -0
  673. package/esm/models/operations/listauthtokens.js.map +1 -0
  674. package/esm/models/operations/listdeploymentaliases.d.ts.map +1 -0
  675. package/esm/models/operations/listdeploymentaliases.js.map +1 -0
  676. package/esm/models/operations/listdeploymentfiles.d.ts.map +1 -0
  677. package/esm/models/operations/listdeploymentfiles.js.map +1 -0
  678. package/esm/models/operations/listpromotealiases.d.ts.map +1 -0
  679. package/esm/models/operations/listpromotealiases.js.map +1 -0
  680. package/esm/models/operations/listuserevents.d.ts.map +1 -0
  681. package/esm/models/operations/listuserevents.js.map +1 -0
  682. package/esm/models/operations/patchdomain.d.ts.map +1 -0
  683. package/esm/models/operations/patchdomain.js.map +1 -0
  684. package/esm/models/operations/patchedgeconfigschema.d.ts.map +1 -0
  685. package/esm/models/operations/patchedgeconfigschema.js.map +1 -0
  686. package/esm/models/operations/patchteam.d.ts.map +1 -0
  687. package/esm/models/operations/patchteam.js.map +1 -0
  688. package/esm/models/operations/pauseproject.d.ts +38 -0
  689. package/esm/models/operations/pauseproject.d.ts.map +1 -0
  690. package/esm/models/operations/pauseproject.js +28 -0
  691. package/esm/models/operations/pauseproject.js.map +1 -0
  692. package/esm/models/operations/putfirewallconfig.d.ts.map +1 -0
  693. package/esm/models/operations/putfirewallconfig.js.map +1 -0
  694. package/esm/models/operations/readaccessgroup.d.ts.map +1 -0
  695. package/esm/models/operations/readaccessgroup.js.map +1 -0
  696. package/esm/models/operations/recordevents.d.ts.map +1 -0
  697. package/esm/models/operations/recordevents.js.map +1 -0
  698. package/esm/models/operations/removecert.d.ts.map +1 -0
  699. package/esm/models/operations/removecert.js.map +1 -0
  700. package/esm/models/operations/removeprojectdomain.d.ts.map +1 -0
  701. package/esm/models/operations/removeprojectdomain.js.map +1 -0
  702. package/esm/models/operations/removeprojectenv.d.ts.map +1 -0
  703. package/esm/models/operations/removeprojectenv.js.map +1 -0
  704. package/esm/models/operations/removeprojectmember.d.ts.map +1 -0
  705. package/esm/models/operations/removeprojectmember.js.map +1 -0
  706. package/esm/models/operations/removerecord.d.ts.map +1 -0
  707. package/esm/models/operations/removerecord.js.map +1 -0
  708. package/esm/models/operations/removeteammember.d.ts.map +1 -0
  709. package/esm/models/operations/removeteammember.js.map +1 -0
  710. package/esm/models/operations/requestaccesstoteam.d.ts.map +1 -0
  711. package/esm/models/operations/requestaccesstoteam.js.map +1 -0
  712. package/esm/models/operations/requestdelete.d.ts.map +1 -0
  713. package/esm/models/operations/requestdelete.js.map +1 -0
  714. package/esm/models/operations/requestpromote.d.ts.map +1 -0
  715. package/esm/models/operations/requestpromote.js.map +1 -0
  716. package/esm/models/operations/rerequestcheck.d.ts.map +1 -0
  717. package/esm/models/operations/rerequestcheck.js.map +1 -0
  718. package/esm/models/operations/searchrepo.d.ts.map +1 -0
  719. package/esm/models/operations/searchrepo.js.map +1 -0
  720. package/esm/models/operations/status.d.ts.map +1 -0
  721. package/esm/models/operations/status.js.map +1 -0
  722. package/esm/models/operations/unpauseproject.d.ts +38 -0
  723. package/esm/models/operations/unpauseproject.d.ts.map +1 -0
  724. package/esm/models/operations/unpauseproject.js +28 -0
  725. package/esm/models/operations/unpauseproject.js.map +1 -0
  726. package/esm/models/operations/updateaccessgroup.d.ts.map +1 -0
  727. package/esm/models/operations/updateaccessgroup.js.map +1 -0
  728. package/esm/models/operations/updateattackchallengemode.d.ts.map +1 -0
  729. package/esm/models/operations/updateattackchallengemode.js.map +1 -0
  730. package/esm/models/operations/updatecheck.d.ts.map +1 -0
  731. package/esm/models/operations/updatecheck.js.map +1 -0
  732. package/esm/models/operations/updateedgeconfig.d.ts.map +1 -0
  733. package/esm/models/operations/updateedgeconfig.js.map +1 -0
  734. package/esm/models/operations/updatefirewallconfig.d.ts.map +1 -0
  735. package/esm/models/operations/updatefirewallconfig.js.map +1 -0
  736. package/esm/models/operations/updateproject.d.ts +5267 -0
  737. package/esm/models/operations/updateproject.d.ts.map +1 -0
  738. package/esm/models/operations/updateproject.js +4253 -0
  739. package/esm/models/operations/updateproject.js.map +1 -0
  740. package/esm/models/operations/updateprojectdatacache.d.ts +4570 -0
  741. package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -0
  742. package/esm/models/operations/updateprojectdatacache.js +3898 -0
  743. package/esm/models/operations/updateprojectdatacache.js.map +1 -0
  744. package/esm/models/operations/updateprojectdomain.d.ts.map +1 -0
  745. package/esm/models/operations/updateprojectdomain.js.map +1 -0
  746. package/esm/models/operations/updateprojectprotectionbypass.d.ts.map +1 -0
  747. package/esm/models/operations/updateprojectprotectionbypass.js.map +1 -0
  748. package/esm/models/operations/updaterecord.d.ts.map +1 -0
  749. package/esm/models/operations/updaterecord.js.map +1 -0
  750. package/esm/models/operations/updateteammember.d.ts.map +1 -0
  751. package/esm/models/operations/updateteammember.js.map +1 -0
  752. package/esm/models/operations/uploadartifact.d.ts.map +1 -0
  753. package/esm/models/operations/uploadartifact.js.map +1 -0
  754. package/esm/models/operations/uploadcert.d.ts.map +1 -0
  755. package/esm/models/operations/uploadcert.js.map +1 -0
  756. package/esm/models/operations/uploadfile.d.ts.map +1 -0
  757. package/esm/models/operations/uploadfile.js.map +1 -0
  758. package/esm/models/operations/verifyprojectdomain.d.ts.map +1 -0
  759. package/esm/models/operations/verifyprojectdomain.js.map +1 -0
  760. package/esm/sdk/accessgroups.d.ts.map +1 -0
  761. package/esm/sdk/accessgroups.js.map +1 -0
  762. package/esm/sdk/aliases.d.ts.map +1 -0
  763. package/esm/sdk/aliases.js.map +1 -0
  764. package/esm/sdk/artifacts.d.ts.map +1 -0
  765. package/esm/sdk/artifacts.js.map +1 -0
  766. package/esm/sdk/authentication.d.ts.map +1 -0
  767. package/esm/sdk/authentication.js.map +1 -0
  768. package/esm/sdk/certs.d.ts.map +1 -0
  769. package/esm/sdk/certs.js.map +1 -0
  770. package/esm/sdk/checks.d.ts.map +1 -0
  771. package/esm/sdk/checks.js.map +1 -0
  772. package/esm/sdk/deployments.d.ts.map +1 -0
  773. package/esm/sdk/deployments.js.map +1 -0
  774. package/esm/sdk/dns.d.ts.map +1 -0
  775. package/esm/sdk/dns.js.map +1 -0
  776. package/esm/sdk/domains.d.ts.map +1 -0
  777. package/esm/sdk/domains.js.map +1 -0
  778. package/esm/sdk/edgeconfig.d.ts.map +1 -0
  779. package/esm/sdk/edgeconfig.js.map +1 -0
  780. package/esm/sdk/integrations.d.ts.map +1 -0
  781. package/esm/sdk/integrations.js.map +1 -0
  782. package/esm/sdk/logdrains.d.ts.map +1 -0
  783. package/esm/sdk/logdrains.js.map +1 -0
  784. package/esm/sdk/projectmembers.d.ts.map +1 -0
  785. package/esm/sdk/projectmembers.js.map +1 -0
  786. package/esm/sdk/projects.d.ts +164 -0
  787. package/esm/sdk/projects.d.ts.map +1 -0
  788. package/esm/sdk/projects.js.map +1 -0
  789. package/esm/sdk/sdk.d.ts +58 -0
  790. package/esm/sdk/sdk.d.ts.map +1 -0
  791. package/esm/sdk/sdk.js +97 -0
  792. package/esm/sdk/sdk.js.map +1 -0
  793. package/esm/sdk/security.d.ts.map +1 -0
  794. package/esm/sdk/security.js.map +1 -0
  795. package/esm/sdk/teams.d.ts.map +1 -0
  796. package/esm/sdk/teams.js.map +1 -0
  797. package/esm/sdk/user.d.ts.map +1 -0
  798. package/esm/sdk/user.js.map +1 -0
  799. package/esm/sdk/webhooks.d.ts.map +1 -0
  800. package/esm/sdk/webhooks.js.map +1 -0
  801. package/esm/types/blobs.d.ts.map +1 -0
  802. package/esm/types/blobs.js.map +1 -0
  803. package/esm/types/constdatetime.d.ts.map +1 -0
  804. package/esm/types/constdatetime.js.map +1 -0
  805. package/esm/types/enums.d.ts.map +1 -0
  806. package/esm/types/enums.js.map +1 -0
  807. package/esm/types/fp.d.ts.map +1 -0
  808. package/esm/types/fp.js.map +1 -0
  809. package/esm/types/operations.d.ts.map +1 -0
  810. package/esm/types/operations.js.map +1 -0
  811. package/esm/types/rfcdate.d.ts.map +1 -0
  812. package/esm/types/rfcdate.js.map +1 -0
  813. package/esm/types/streams.d.ts.map +1 -0
  814. package/esm/types/streams.js.map +1 -0
  815. package/package.json +23 -53
  816. package/src/funcs/accessGroupsCreateAccessGroup.ts +3 -0
  817. package/src/funcs/accessGroupsDeleteAccessGroup.ts +3 -0
  818. package/src/funcs/accessGroupsListAccessGroupMembers.ts +3 -0
  819. package/src/funcs/accessGroupsListAccessGroupProjects.ts +3 -0
  820. package/src/funcs/accessGroupsListAccessGroups.ts +3 -0
  821. package/src/funcs/accessGroupsReadAccessGroup.ts +3 -0
  822. package/src/funcs/accessGroupsUpdateAccessGroup.ts +3 -0
  823. package/src/funcs/aliasesAssignAlias.ts +3 -0
  824. package/src/funcs/aliasesDeleteAlias.ts +3 -0
  825. package/src/funcs/aliasesGetAlias.ts +3 -0
  826. package/src/funcs/aliasesListAliases.ts +3 -0
  827. package/src/funcs/aliasesListDeploymentAliases.ts +3 -0
  828. package/src/funcs/artifactsArtifactExists.ts +3 -0
  829. package/src/funcs/artifactsArtifactQuery.ts +3 -0
  830. package/src/funcs/artifactsDownloadArtifact.ts +3 -0
  831. package/src/funcs/artifactsRecordEvents.ts +3 -0
  832. package/src/funcs/artifactsStatus.ts +3 -0
  833. package/src/funcs/artifactsUploadArtifact.ts +3 -0
  834. package/src/funcs/authenticationCreateAuthToken.ts +3 -0
  835. package/src/funcs/authenticationDeleteAuthToken.ts +3 -0
  836. package/src/funcs/authenticationGetAuthToken.ts +3 -0
  837. package/src/funcs/authenticationListAuthTokens.ts +3 -0
  838. package/src/funcs/certsGetCertById.ts +3 -0
  839. package/src/funcs/certsIssueCert.ts +3 -0
  840. package/src/funcs/certsRemoveCert.ts +3 -0
  841. package/src/funcs/certsUploadCert.ts +3 -0
  842. package/src/funcs/checksCreateCheck.ts +3 -0
  843. package/src/funcs/checksGetAllChecks.ts +3 -0
  844. package/src/funcs/checksGetCheck.ts +3 -0
  845. package/src/funcs/checksRerequestCheck.ts +3 -0
  846. package/src/funcs/checksUpdateCheck.ts +3 -0
  847. package/src/funcs/deploymentsCancelDeployment.ts +3 -0
  848. package/src/funcs/deploymentsCreateDeployment.ts +3 -0
  849. package/src/funcs/deploymentsDeleteDeployment.ts +3 -0
  850. package/src/funcs/deploymentsGetDeployment.ts +3 -0
  851. package/src/funcs/deploymentsGetDeploymentEvents.ts +3 -0
  852. package/src/funcs/deploymentsGetDeploymentFileContents.ts +3 -0
  853. package/src/funcs/deploymentsGetDeployments.ts +3 -0
  854. package/src/funcs/deploymentsListDeploymentFiles.ts +3 -0
  855. package/src/funcs/deploymentsUploadFile.ts +3 -0
  856. package/src/funcs/dnsCreateRecord.ts +3 -0
  857. package/src/funcs/dnsGetRecords.ts +3 -0
  858. package/src/funcs/dnsRemoveRecord.ts +3 -0
  859. package/src/funcs/dnsUpdateRecord.ts +3 -0
  860. package/src/funcs/domainsBuyDomain.ts +3 -0
  861. package/src/funcs/domainsCheckDomainPrice.ts +3 -0
  862. package/src/funcs/domainsCheckDomainStatus.ts +3 -0
  863. package/src/funcs/domainsCreateOrTransferDomain.ts +3 -0
  864. package/src/funcs/domainsDeleteDomain.ts +3 -0
  865. package/src/funcs/domainsGetDomain.ts +3 -0
  866. package/src/funcs/domainsGetDomainConfig.ts +3 -0
  867. package/src/funcs/domainsGetDomainTransfer.ts +3 -0
  868. package/src/funcs/domainsGetDomains.ts +3 -0
  869. package/src/funcs/domainsPatchDomain.ts +3 -0
  870. package/src/funcs/edgeConfigCreateEdgeConfig.ts +3 -0
  871. package/src/funcs/edgeConfigCreateEdgeConfigToken.ts +3 -0
  872. package/src/funcs/edgeConfigDeleteEdgeConfig.ts +3 -0
  873. package/src/funcs/edgeConfigDeleteEdgeConfigSchema.ts +3 -0
  874. package/src/funcs/edgeConfigDeleteEdgeConfigTokens.ts +3 -0
  875. package/src/funcs/edgeConfigGetEdgeConfig.ts +3 -0
  876. package/src/funcs/edgeConfigGetEdgeConfigBackup.ts +3 -0
  877. package/src/funcs/edgeConfigGetEdgeConfigBackups.ts +3 -0
  878. package/src/funcs/edgeConfigGetEdgeConfigItem.ts +3 -0
  879. package/src/funcs/edgeConfigGetEdgeConfigItems.ts +3 -0
  880. package/src/funcs/edgeConfigGetEdgeConfigSchema.ts +3 -0
  881. package/src/funcs/edgeConfigGetEdgeConfigToken.ts +3 -0
  882. package/src/funcs/edgeConfigGetEdgeConfigTokens.ts +3 -0
  883. package/src/funcs/edgeConfigGetEdgeConfigs.ts +3 -0
  884. package/src/funcs/edgeConfigPatchEdgeConfigSchema.ts +3 -0
  885. package/src/funcs/edgeConfigUpdateEdgeConfig.ts +3 -0
  886. package/src/funcs/integrationsDeleteConfiguration.ts +3 -0
  887. package/src/funcs/integrationsGetConfiguration.ts +3 -0
  888. package/src/funcs/integrationsGetConfigurations.ts +3 -0
  889. package/src/funcs/integrationsGitNamespaces.ts +3 -0
  890. package/src/funcs/integrationsSearchRepo.ts +3 -0
  891. package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +3 -0
  892. package/src/funcs/logDrainsCreateLogDrain.ts +3 -0
  893. package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +3 -0
  894. package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +3 -0
  895. package/src/funcs/logDrainsGetAllLogDrains.ts +3 -0
  896. package/src/funcs/logDrainsGetConfigurableLogDrain.ts +3 -0
  897. package/src/funcs/logDrainsGetIntegrationLogDrains.ts +3 -0
  898. package/src/funcs/projectMembersAddProjectMember.ts +3 -0
  899. package/src/funcs/projectMembersGetProjectMembers.ts +3 -0
  900. package/src/funcs/projectMembersRemoveProjectMember.ts +3 -0
  901. package/src/funcs/projectsAddProjectDomain.ts +3 -0
  902. package/src/funcs/projectsCreateProject.ts +3 -0
  903. package/src/funcs/projectsCreateProjectEnv.ts +3 -0
  904. package/src/funcs/projectsDeleteProject.ts +3 -0
  905. package/src/funcs/projectsEditProjectEnv.ts +3 -0
  906. package/src/funcs/projectsFilterProjectEnvs.ts +3 -0
  907. package/src/funcs/projectsGetProjectDomain.ts +3 -0
  908. package/src/funcs/projectsGetProjectEnv.ts +3 -0
  909. package/src/funcs/projectsGetProjects.ts +3 -0
  910. package/src/funcs/projectsListPromoteAliases.ts +3 -0
  911. package/src/funcs/projectsPauseProject.ts +8 -6
  912. package/src/funcs/projectsRemoveProjectDomain.ts +3 -0
  913. package/src/funcs/projectsRemoveProjectEnv.ts +3 -0
  914. package/src/funcs/projectsRequestPromote.ts +3 -0
  915. package/src/funcs/projectsUnpauseProject.ts +8 -6
  916. package/src/funcs/projectsUpdateProject.ts +3 -0
  917. package/src/funcs/projectsUpdateProjectDataCache.ts +3 -0
  918. package/src/funcs/projectsUpdateProjectDomain.ts +3 -0
  919. package/src/funcs/projectsUpdateProjectProtectionBypass.ts +3 -0
  920. package/src/funcs/projectsVerifyProjectDomain.ts +3 -0
  921. package/src/funcs/securityGetFirewallConfig.ts +3 -0
  922. package/src/funcs/securityPutFirewallConfig.ts +5 -2
  923. package/src/funcs/securityUpdateAttackChallengeMode.ts +3 -0
  924. package/src/funcs/securityUpdateFirewallConfig.ts +5 -2
  925. package/src/funcs/teamsCreateTeam.ts +3 -0
  926. package/src/funcs/teamsDeleteTeam.ts +3 -0
  927. package/src/funcs/teamsDeleteTeamInviteCode.ts +3 -0
  928. package/src/funcs/teamsGetTeam.ts +3 -0
  929. package/src/funcs/teamsGetTeamAccessRequest.ts +3 -0
  930. package/src/funcs/teamsGetTeamMembers.ts +3 -0
  931. package/src/funcs/teamsGetTeams.ts +3 -0
  932. package/src/funcs/teamsInviteUserToTeam.ts +3 -0
  933. package/src/funcs/teamsJoinTeam.ts +3 -0
  934. package/src/funcs/teamsPatchTeam.ts +3 -0
  935. package/src/funcs/teamsRemoveTeamMember.ts +3 -0
  936. package/src/funcs/teamsRequestAccessToTeam.ts +3 -0
  937. package/src/funcs/teamsUpdateTeamMember.ts +3 -0
  938. package/src/funcs/userGetAuthUser.ts +3 -0
  939. package/src/funcs/userListUserEvents.ts +3 -0
  940. package/src/funcs/userRequestDelete.ts +3 -0
  941. package/src/funcs/webhooksCreateWebhook.ts +3 -0
  942. package/src/funcs/webhooksDeleteWebhook.ts +3 -0
  943. package/src/funcs/webhooksGetWebhook.ts +3 -0
  944. package/src/funcs/webhooksGetWebhooks.ts +3 -0
  945. package/src/hooks/types.ts +2 -0
  946. package/src/lib/config.ts +3 -3
  947. package/src/lib/primitives.ts +20 -0
  948. package/src/lib/security.ts +39 -3
  949. package/src/models/components/authtoken.ts +34 -30
  950. package/src/models/components/security.ts +4 -4
  951. package/src/models/components/userevent.ts +4 -216
  952. package/src/models/operations/canceldeployment.ts +1 -1
  953. package/src/models/operations/checkdomainprice.ts +5 -22
  954. package/src/models/operations/createproject.ts +139 -5
  955. package/src/models/operations/createwebhook.ts +4 -2
  956. package/src/models/operations/getalias.ts +12 -12
  957. package/src/models/operations/getprojects.ts +139 -5
  958. package/src/models/operations/getwebhook.ts +2 -1
  959. package/src/models/operations/getwebhooks.ts +4 -2
  960. package/src/models/operations/pauseproject.ts +0 -55
  961. package/src/models/operations/unpauseproject.ts +0 -55
  962. package/src/models/operations/updateproject.ts +139 -5
  963. package/src/models/operations/updateprojectdatacache.ts +134 -5
  964. package/src/sdk/projects.ts +4 -10
  965. package/src/sdk/sdk.ts +1 -48
  966. package/dist/commonjs/core.d.ts.map +0 -1
  967. package/dist/commonjs/core.js +0 -17
  968. package/dist/commonjs/core.js.map +0 -1
  969. package/dist/commonjs/funcs/accessGroupsCreateAccessGroup.d.ts.map +0 -1
  970. package/dist/commonjs/funcs/accessGroupsCreateAccessGroup.js +0 -99
  971. package/dist/commonjs/funcs/accessGroupsCreateAccessGroup.js.map +0 -1
  972. package/dist/commonjs/funcs/accessGroupsDeleteAccessGroup.d.ts.map +0 -1
  973. package/dist/commonjs/funcs/accessGroupsDeleteAccessGroup.js +0 -105
  974. package/dist/commonjs/funcs/accessGroupsDeleteAccessGroup.js.map +0 -1
  975. package/dist/commonjs/funcs/accessGroupsListAccessGroupMembers.d.ts.map +0 -1
  976. package/dist/commonjs/funcs/accessGroupsListAccessGroupMembers.js +0 -107
  977. package/dist/commonjs/funcs/accessGroupsListAccessGroupMembers.js.map +0 -1
  978. package/dist/commonjs/funcs/accessGroupsListAccessGroupProjects.d.ts.map +0 -1
  979. package/dist/commonjs/funcs/accessGroupsListAccessGroupProjects.js +0 -106
  980. package/dist/commonjs/funcs/accessGroupsListAccessGroupProjects.js.map +0 -1
  981. package/dist/commonjs/funcs/accessGroupsListAccessGroups.d.ts.map +0 -1
  982. package/dist/commonjs/funcs/accessGroupsListAccessGroups.js +0 -104
  983. package/dist/commonjs/funcs/accessGroupsListAccessGroups.js.map +0 -1
  984. package/dist/commonjs/funcs/accessGroupsReadAccessGroup.d.ts.map +0 -1
  985. package/dist/commonjs/funcs/accessGroupsReadAccessGroup.js +0 -104
  986. package/dist/commonjs/funcs/accessGroupsReadAccessGroup.js.map +0 -1
  987. package/dist/commonjs/funcs/accessGroupsUpdateAccessGroup.d.ts.map +0 -1
  988. package/dist/commonjs/funcs/accessGroupsUpdateAccessGroup.js +0 -105
  989. package/dist/commonjs/funcs/accessGroupsUpdateAccessGroup.js.map +0 -1
  990. package/dist/commonjs/funcs/aliasesAssignAlias.d.ts.map +0 -1
  991. package/dist/commonjs/funcs/aliasesAssignAlias.js +0 -105
  992. package/dist/commonjs/funcs/aliasesAssignAlias.js.map +0 -1
  993. package/dist/commonjs/funcs/aliasesDeleteAlias.d.ts.map +0 -1
  994. package/dist/commonjs/funcs/aliasesDeleteAlias.js +0 -104
  995. package/dist/commonjs/funcs/aliasesDeleteAlias.js.map +0 -1
  996. package/dist/commonjs/funcs/aliasesGetAlias.d.ts.map +0 -1
  997. package/dist/commonjs/funcs/aliasesGetAlias.js +0 -108
  998. package/dist/commonjs/funcs/aliasesGetAlias.js.map +0 -1
  999. package/dist/commonjs/funcs/aliasesListAliases.d.ts.map +0 -1
  1000. package/dist/commonjs/funcs/aliasesListAliases.js +0 -105
  1001. package/dist/commonjs/funcs/aliasesListAliases.js.map +0 -1
  1002. package/dist/commonjs/funcs/aliasesListDeploymentAliases.d.ts.map +0 -1
  1003. package/dist/commonjs/funcs/aliasesListDeploymentAliases.js +0 -104
  1004. package/dist/commonjs/funcs/aliasesListDeploymentAliases.js.map +0 -1
  1005. package/dist/commonjs/funcs/artifactsArtifactExists.d.ts.map +0 -1
  1006. package/dist/commonjs/funcs/artifactsArtifactExists.js +0 -105
  1007. package/dist/commonjs/funcs/artifactsArtifactExists.js.map +0 -1
  1008. package/dist/commonjs/funcs/artifactsArtifactQuery.d.ts.map +0 -1
  1009. package/dist/commonjs/funcs/artifactsArtifactQuery.js +0 -100
  1010. package/dist/commonjs/funcs/artifactsArtifactQuery.js.map +0 -1
  1011. package/dist/commonjs/funcs/artifactsDownloadArtifact.d.ts.map +0 -1
  1012. package/dist/commonjs/funcs/artifactsDownloadArtifact.js +0 -109
  1013. package/dist/commonjs/funcs/artifactsDownloadArtifact.js.map +0 -1
  1014. package/dist/commonjs/funcs/artifactsRecordEvents.d.ts.map +0 -1
  1015. package/dist/commonjs/funcs/artifactsRecordEvents.js +0 -102
  1016. package/dist/commonjs/funcs/artifactsRecordEvents.js.map +0 -1
  1017. package/dist/commonjs/funcs/artifactsStatus.d.ts.map +0 -1
  1018. package/dist/commonjs/funcs/artifactsStatus.js +0 -98
  1019. package/dist/commonjs/funcs/artifactsStatus.js.map +0 -1
  1020. package/dist/commonjs/funcs/artifactsUploadArtifact.d.ts.map +0 -1
  1021. package/dist/commonjs/funcs/artifactsUploadArtifact.js +0 -110
  1022. package/dist/commonjs/funcs/artifactsUploadArtifact.js.map +0 -1
  1023. package/dist/commonjs/funcs/authenticationCreateAuthToken.d.ts.map +0 -1
  1024. package/dist/commonjs/funcs/authenticationCreateAuthToken.js +0 -99
  1025. package/dist/commonjs/funcs/authenticationCreateAuthToken.js.map +0 -1
  1026. package/dist/commonjs/funcs/authenticationDeleteAuthToken.d.ts.map +0 -1
  1027. package/dist/commonjs/funcs/authenticationDeleteAuthToken.js +0 -99
  1028. package/dist/commonjs/funcs/authenticationDeleteAuthToken.js.map +0 -1
  1029. package/dist/commonjs/funcs/authenticationGetAuthToken.d.ts.map +0 -1
  1030. package/dist/commonjs/funcs/authenticationGetAuthToken.js +0 -99
  1031. package/dist/commonjs/funcs/authenticationGetAuthToken.js.map +0 -1
  1032. package/dist/commonjs/funcs/authenticationListAuthTokens.d.ts.map +0 -1
  1033. package/dist/commonjs/funcs/authenticationListAuthTokens.js +0 -84
  1034. package/dist/commonjs/funcs/authenticationListAuthTokens.js.map +0 -1
  1035. package/dist/commonjs/funcs/certsGetCertById.d.ts.map +0 -1
  1036. package/dist/commonjs/funcs/certsGetCertById.js +0 -104
  1037. package/dist/commonjs/funcs/certsGetCertById.js.map +0 -1
  1038. package/dist/commonjs/funcs/certsIssueCert.d.ts.map +0 -1
  1039. package/dist/commonjs/funcs/certsIssueCert.js +0 -99
  1040. package/dist/commonjs/funcs/certsIssueCert.js.map +0 -1
  1041. package/dist/commonjs/funcs/certsRemoveCert.d.ts.map +0 -1
  1042. package/dist/commonjs/funcs/certsRemoveCert.js +0 -104
  1043. package/dist/commonjs/funcs/certsRemoveCert.js.map +0 -1
  1044. package/dist/commonjs/funcs/certsUploadCert.d.ts.map +0 -1
  1045. package/dist/commonjs/funcs/certsUploadCert.js +0 -99
  1046. package/dist/commonjs/funcs/certsUploadCert.js.map +0 -1
  1047. package/dist/commonjs/funcs/checksCreateCheck.d.ts.map +0 -1
  1048. package/dist/commonjs/funcs/checksCreateCheck.js +0 -105
  1049. package/dist/commonjs/funcs/checksCreateCheck.js.map +0 -1
  1050. package/dist/commonjs/funcs/checksGetAllChecks.d.ts.map +0 -1
  1051. package/dist/commonjs/funcs/checksGetAllChecks.js +0 -104
  1052. package/dist/commonjs/funcs/checksGetAllChecks.js.map +0 -1
  1053. package/dist/commonjs/funcs/checksGetCheck.d.ts.map +0 -1
  1054. package/dist/commonjs/funcs/checksGetCheck.js +0 -108
  1055. package/dist/commonjs/funcs/checksGetCheck.js.map +0 -1
  1056. package/dist/commonjs/funcs/checksRerequestCheck.d.ts.map +0 -1
  1057. package/dist/commonjs/funcs/checksRerequestCheck.js +0 -108
  1058. package/dist/commonjs/funcs/checksRerequestCheck.js.map +0 -1
  1059. package/dist/commonjs/funcs/checksUpdateCheck.d.ts.map +0 -1
  1060. package/dist/commonjs/funcs/checksUpdateCheck.js +0 -109
  1061. package/dist/commonjs/funcs/checksUpdateCheck.js.map +0 -1
  1062. package/dist/commonjs/funcs/dataCacheBillingSettings.d.ts +0 -9
  1063. package/dist/commonjs/funcs/dataCacheBillingSettings.d.ts.map +0 -1
  1064. package/dist/commonjs/funcs/dataCacheBillingSettings.js +0 -85
  1065. package/dist/commonjs/funcs/dataCacheBillingSettings.js.map +0 -1
  1066. package/dist/commonjs/funcs/datacachePurgeall.d.ts +0 -9
  1067. package/dist/commonjs/funcs/datacachePurgeall.d.ts.map +0 -1
  1068. package/dist/commonjs/funcs/datacachePurgeall.js +0 -87
  1069. package/dist/commonjs/funcs/datacachePurgeall.js.map +0 -1
  1070. package/dist/commonjs/funcs/deploymentsCancelDeployment.d.ts.map +0 -1
  1071. package/dist/commonjs/funcs/deploymentsCancelDeployment.js +0 -104
  1072. package/dist/commonjs/funcs/deploymentsCancelDeployment.js.map +0 -1
  1073. package/dist/commonjs/funcs/deploymentsCreateDeployment.d.ts.map +0 -1
  1074. package/dist/commonjs/funcs/deploymentsCreateDeployment.js +0 -101
  1075. package/dist/commonjs/funcs/deploymentsCreateDeployment.js.map +0 -1
  1076. package/dist/commonjs/funcs/deploymentsDeleteDeployment.d.ts.map +0 -1
  1077. package/dist/commonjs/funcs/deploymentsDeleteDeployment.js +0 -105
  1078. package/dist/commonjs/funcs/deploymentsDeleteDeployment.js.map +0 -1
  1079. package/dist/commonjs/funcs/deploymentsGetDeployment.d.ts.map +0 -1
  1080. package/dist/commonjs/funcs/deploymentsGetDeployment.js +0 -105
  1081. package/dist/commonjs/funcs/deploymentsGetDeployment.js.map +0 -1
  1082. package/dist/commonjs/funcs/deploymentsGetDeploymentEvents.d.ts.map +0 -1
  1083. package/dist/commonjs/funcs/deploymentsGetDeploymentEvents.js +0 -114
  1084. package/dist/commonjs/funcs/deploymentsGetDeploymentEvents.js.map +0 -1
  1085. package/dist/commonjs/funcs/deploymentsGetDeploymentFileContents.d.ts.map +0 -1
  1086. package/dist/commonjs/funcs/deploymentsGetDeploymentFileContents.js +0 -110
  1087. package/dist/commonjs/funcs/deploymentsGetDeploymentFileContents.js.map +0 -1
  1088. package/dist/commonjs/funcs/deploymentsGetDeployments.d.ts.map +0 -1
  1089. package/dist/commonjs/funcs/deploymentsGetDeployments.js +0 -109
  1090. package/dist/commonjs/funcs/deploymentsGetDeployments.js.map +0 -1
  1091. package/dist/commonjs/funcs/deploymentsListDeploymentFiles.d.ts.map +0 -1
  1092. package/dist/commonjs/funcs/deploymentsListDeploymentFiles.js +0 -106
  1093. package/dist/commonjs/funcs/deploymentsListDeploymentFiles.js.map +0 -1
  1094. package/dist/commonjs/funcs/deploymentsUploadFile.d.ts.map +0 -1
  1095. package/dist/commonjs/funcs/deploymentsUploadFile.js +0 -108
  1096. package/dist/commonjs/funcs/deploymentsUploadFile.js.map +0 -1
  1097. package/dist/commonjs/funcs/dnsCreateRecord.d.ts.map +0 -1
  1098. package/dist/commonjs/funcs/dnsCreateRecord.js +0 -105
  1099. package/dist/commonjs/funcs/dnsCreateRecord.js.map +0 -1
  1100. package/dist/commonjs/funcs/dnsGetRecords.d.ts.map +0 -1
  1101. package/dist/commonjs/funcs/dnsGetRecords.js +0 -107
  1102. package/dist/commonjs/funcs/dnsGetRecords.js.map +0 -1
  1103. package/dist/commonjs/funcs/dnsRemoveRecord.d.ts.map +0 -1
  1104. package/dist/commonjs/funcs/dnsRemoveRecord.js +0 -108
  1105. package/dist/commonjs/funcs/dnsRemoveRecord.js.map +0 -1
  1106. package/dist/commonjs/funcs/dnsUpdateRecord.d.ts.map +0 -1
  1107. package/dist/commonjs/funcs/dnsUpdateRecord.js +0 -105
  1108. package/dist/commonjs/funcs/dnsUpdateRecord.js.map +0 -1
  1109. package/dist/commonjs/funcs/domainsBuyDomain.d.ts.map +0 -1
  1110. package/dist/commonjs/funcs/domainsBuyDomain.js +0 -99
  1111. package/dist/commonjs/funcs/domainsBuyDomain.js.map +0 -1
  1112. package/dist/commonjs/funcs/domainsCheckDomainPrice.d.ts.map +0 -1
  1113. package/dist/commonjs/funcs/domainsCheckDomainPrice.js +0 -100
  1114. package/dist/commonjs/funcs/domainsCheckDomainPrice.js.map +0 -1
  1115. package/dist/commonjs/funcs/domainsCheckDomainStatus.d.ts.map +0 -1
  1116. package/dist/commonjs/funcs/domainsCheckDomainStatus.js +0 -99
  1117. package/dist/commonjs/funcs/domainsCheckDomainStatus.js.map +0 -1
  1118. package/dist/commonjs/funcs/domainsCreateOrTransferDomain.d.ts.map +0 -1
  1119. package/dist/commonjs/funcs/domainsCreateOrTransferDomain.js +0 -99
  1120. package/dist/commonjs/funcs/domainsCreateOrTransferDomain.js.map +0 -1
  1121. package/dist/commonjs/funcs/domainsDeleteDomain.d.ts.map +0 -1
  1122. package/dist/commonjs/funcs/domainsDeleteDomain.js +0 -104
  1123. package/dist/commonjs/funcs/domainsDeleteDomain.js.map +0 -1
  1124. package/dist/commonjs/funcs/domainsGetDomain.d.ts.map +0 -1
  1125. package/dist/commonjs/funcs/domainsGetDomain.js +0 -104
  1126. package/dist/commonjs/funcs/domainsGetDomain.js.map +0 -1
  1127. package/dist/commonjs/funcs/domainsGetDomainConfig.d.ts.map +0 -1
  1128. package/dist/commonjs/funcs/domainsGetDomainConfig.js +0 -105
  1129. package/dist/commonjs/funcs/domainsGetDomainConfig.js.map +0 -1
  1130. package/dist/commonjs/funcs/domainsGetDomainTransfer.d.ts.map +0 -1
  1131. package/dist/commonjs/funcs/domainsGetDomainTransfer.js +0 -104
  1132. package/dist/commonjs/funcs/domainsGetDomainTransfer.js.map +0 -1
  1133. package/dist/commonjs/funcs/domainsGetDomains.d.ts.map +0 -1
  1134. package/dist/commonjs/funcs/domainsGetDomains.js +0 -101
  1135. package/dist/commonjs/funcs/domainsGetDomains.js.map +0 -1
  1136. package/dist/commonjs/funcs/domainsPatchDomain.d.ts.map +0 -1
  1137. package/dist/commonjs/funcs/domainsPatchDomain.js +0 -105
  1138. package/dist/commonjs/funcs/domainsPatchDomain.js.map +0 -1
  1139. package/dist/commonjs/funcs/edgeConfigCreateEdgeConfig.d.ts.map +0 -1
  1140. package/dist/commonjs/funcs/edgeConfigCreateEdgeConfig.js +0 -99
  1141. package/dist/commonjs/funcs/edgeConfigCreateEdgeConfig.js.map +0 -1
  1142. package/dist/commonjs/funcs/edgeConfigCreateEdgeConfigToken.d.ts.map +0 -1
  1143. package/dist/commonjs/funcs/edgeConfigCreateEdgeConfigToken.js +0 -105
  1144. package/dist/commonjs/funcs/edgeConfigCreateEdgeConfigToken.js.map +0 -1
  1145. package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfig.d.ts.map +0 -1
  1146. package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfig.js +0 -105
  1147. package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfig.js.map +0 -1
  1148. package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts.map +0 -1
  1149. package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfigSchema.js +0 -105
  1150. package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +0 -1
  1151. package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts.map +0 -1
  1152. package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfigTokens.js +0 -106
  1153. package/dist/commonjs/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +0 -1
  1154. package/dist/commonjs/funcs/edgeConfigGetEdgeConfig.d.ts.map +0 -1
  1155. package/dist/commonjs/funcs/edgeConfigGetEdgeConfig.js +0 -104
  1156. package/dist/commonjs/funcs/edgeConfigGetEdgeConfig.js.map +0 -1
  1157. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigBackup.d.ts.map +0 -1
  1158. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigBackup.js +0 -105
  1159. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigBackup.js.map +0 -1
  1160. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigBackups.d.ts.map +0 -1
  1161. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigBackups.js +0 -107
  1162. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigBackups.js.map +0 -1
  1163. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigItem.d.ts.map +0 -1
  1164. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigItem.js +0 -106
  1165. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigItem.js.map +0 -1
  1166. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +0 -1
  1167. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigItems.js +0 -105
  1168. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigItems.js.map +0 -1
  1169. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigSchema.d.ts.map +0 -1
  1170. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigSchema.js +0 -104
  1171. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigSchema.js.map +0 -1
  1172. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigToken.d.ts.map +0 -1
  1173. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigToken.js +0 -109
  1174. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigToken.js.map +0 -1
  1175. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigTokens.d.ts.map +0 -1
  1176. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigTokens.js +0 -105
  1177. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigTokens.js.map +0 -1
  1178. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigs.d.ts.map +0 -1
  1179. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigs.js +0 -99
  1180. package/dist/commonjs/funcs/edgeConfigGetEdgeConfigs.js.map +0 -1
  1181. package/dist/commonjs/funcs/edgeConfigPatchEdgeConfigSchema.d.ts.map +0 -1
  1182. package/dist/commonjs/funcs/edgeConfigPatchEdgeConfigSchema.js +0 -106
  1183. package/dist/commonjs/funcs/edgeConfigPatchEdgeConfigSchema.js.map +0 -1
  1184. package/dist/commonjs/funcs/edgeConfigUpdateEdgeConfig.d.ts.map +0 -1
  1185. package/dist/commonjs/funcs/edgeConfigUpdateEdgeConfig.js +0 -105
  1186. package/dist/commonjs/funcs/edgeConfigUpdateEdgeConfig.js.map +0 -1
  1187. package/dist/commonjs/funcs/getCerts.d.ts +0 -9
  1188. package/dist/commonjs/funcs/getCerts.d.ts.map +0 -1
  1189. package/dist/commonjs/funcs/getCerts.js +0 -73
  1190. package/dist/commonjs/funcs/getCerts.js.map +0 -1
  1191. package/dist/commonjs/funcs/integrationsDeleteConfiguration.d.ts.map +0 -1
  1192. package/dist/commonjs/funcs/integrationsDeleteConfiguration.js +0 -105
  1193. package/dist/commonjs/funcs/integrationsDeleteConfiguration.js.map +0 -1
  1194. package/dist/commonjs/funcs/integrationsGetConfiguration.d.ts.map +0 -1
  1195. package/dist/commonjs/funcs/integrationsGetConfiguration.js +0 -104
  1196. package/dist/commonjs/funcs/integrationsGetConfiguration.js.map +0 -1
  1197. package/dist/commonjs/funcs/integrationsGetConfigurations.d.ts.map +0 -1
  1198. package/dist/commonjs/funcs/integrationsGetConfigurations.js +0 -101
  1199. package/dist/commonjs/funcs/integrationsGetConfigurations.js.map +0 -1
  1200. package/dist/commonjs/funcs/integrationsGitNamespaces.d.ts.map +0 -1
  1201. package/dist/commonjs/funcs/integrationsGitNamespaces.js +0 -99
  1202. package/dist/commonjs/funcs/integrationsGitNamespaces.js.map +0 -1
  1203. package/dist/commonjs/funcs/integrationsSearchRepo.d.ts.map +0 -1
  1204. package/dist/commonjs/funcs/integrationsSearchRepo.js +0 -103
  1205. package/dist/commonjs/funcs/integrationsSearchRepo.js.map +0 -1
  1206. package/dist/commonjs/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
  1207. package/dist/commonjs/funcs/logDrainsCreateConfigurableLogDrain.js +0 -99
  1208. package/dist/commonjs/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
  1209. package/dist/commonjs/funcs/logDrainsCreateLogDrain.d.ts.map +0 -1
  1210. package/dist/commonjs/funcs/logDrainsCreateLogDrain.js +0 -99
  1211. package/dist/commonjs/funcs/logDrainsCreateLogDrain.js.map +0 -1
  1212. package/dist/commonjs/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
  1213. package/dist/commonjs/funcs/logDrainsDeleteConfigurableLogDrain.js +0 -105
  1214. package/dist/commonjs/funcs/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
  1215. package/dist/commonjs/funcs/logDrainsDeleteIntegrationLogDrain.d.ts.map +0 -1
  1216. package/dist/commonjs/funcs/logDrainsDeleteIntegrationLogDrain.js +0 -105
  1217. package/dist/commonjs/funcs/logDrainsDeleteIntegrationLogDrain.js.map +0 -1
  1218. package/dist/commonjs/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
  1219. package/dist/commonjs/funcs/logDrainsGetAllLogDrains.js +0 -100
  1220. package/dist/commonjs/funcs/logDrainsGetAllLogDrains.js.map +0 -1
  1221. package/dist/commonjs/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
  1222. package/dist/commonjs/funcs/logDrainsGetConfigurableLogDrain.js +0 -104
  1223. package/dist/commonjs/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
  1224. package/dist/commonjs/funcs/logDrainsGetIntegrationLogDrains.d.ts.map +0 -1
  1225. package/dist/commonjs/funcs/logDrainsGetIntegrationLogDrains.js +0 -99
  1226. package/dist/commonjs/funcs/logDrainsGetIntegrationLogDrains.js.map +0 -1
  1227. package/dist/commonjs/funcs/projectMembersAddProjectMember.d.ts.map +0 -1
  1228. package/dist/commonjs/funcs/projectMembersAddProjectMember.js +0 -105
  1229. package/dist/commonjs/funcs/projectMembersAddProjectMember.js.map +0 -1
  1230. package/dist/commonjs/funcs/projectMembersGetProjectMembers.d.ts.map +0 -1
  1231. package/dist/commonjs/funcs/projectMembersGetProjectMembers.js +0 -108
  1232. package/dist/commonjs/funcs/projectMembersGetProjectMembers.js.map +0 -1
  1233. package/dist/commonjs/funcs/projectMembersRemoveProjectMember.d.ts.map +0 -1
  1234. package/dist/commonjs/funcs/projectMembersRemoveProjectMember.js +0 -108
  1235. package/dist/commonjs/funcs/projectMembersRemoveProjectMember.js.map +0 -1
  1236. package/dist/commonjs/funcs/projectsAddProjectDomain.d.ts.map +0 -1
  1237. package/dist/commonjs/funcs/projectsAddProjectDomain.js +0 -105
  1238. package/dist/commonjs/funcs/projectsAddProjectDomain.js.map +0 -1
  1239. package/dist/commonjs/funcs/projectsCreateProject.d.ts.map +0 -1
  1240. package/dist/commonjs/funcs/projectsCreateProject.js +0 -99
  1241. package/dist/commonjs/funcs/projectsCreateProject.js.map +0 -1
  1242. package/dist/commonjs/funcs/projectsCreateProjectEnv.d.ts.map +0 -1
  1243. package/dist/commonjs/funcs/projectsCreateProjectEnv.js +0 -106
  1244. package/dist/commonjs/funcs/projectsCreateProjectEnv.js.map +0 -1
  1245. package/dist/commonjs/funcs/projectsDeleteProject.d.ts.map +0 -1
  1246. package/dist/commonjs/funcs/projectsDeleteProject.js +0 -105
  1247. package/dist/commonjs/funcs/projectsDeleteProject.js.map +0 -1
  1248. package/dist/commonjs/funcs/projectsEditProjectEnv.d.ts.map +0 -1
  1249. package/dist/commonjs/funcs/projectsEditProjectEnv.js +0 -109
  1250. package/dist/commonjs/funcs/projectsEditProjectEnv.js.map +0 -1
  1251. package/dist/commonjs/funcs/projectsFilterProjectEnvs.d.ts.map +0 -1
  1252. package/dist/commonjs/funcs/projectsFilterProjectEnvs.js +0 -107
  1253. package/dist/commonjs/funcs/projectsFilterProjectEnvs.js.map +0 -1
  1254. package/dist/commonjs/funcs/projectsGetProjectDomain.d.ts.map +0 -1
  1255. package/dist/commonjs/funcs/projectsGetProjectDomain.js +0 -108
  1256. package/dist/commonjs/funcs/projectsGetProjectDomain.js.map +0 -1
  1257. package/dist/commonjs/funcs/projectsGetProjectEnv.d.ts.map +0 -1
  1258. package/dist/commonjs/funcs/projectsGetProjectEnv.js +0 -108
  1259. package/dist/commonjs/funcs/projectsGetProjectEnv.js.map +0 -1
  1260. package/dist/commonjs/funcs/projectsGetProjects.d.ts.map +0 -1
  1261. package/dist/commonjs/funcs/projectsGetProjects.js +0 -109
  1262. package/dist/commonjs/funcs/projectsGetProjects.js.map +0 -1
  1263. package/dist/commonjs/funcs/projectsListPromoteAliases.d.ts.map +0 -1
  1264. package/dist/commonjs/funcs/projectsListPromoteAliases.js +0 -108
  1265. package/dist/commonjs/funcs/projectsListPromoteAliases.js.map +0 -1
  1266. package/dist/commonjs/funcs/projectsPauseProject.d.ts +0 -15
  1267. package/dist/commonjs/funcs/projectsPauseProject.d.ts.map +0 -1
  1268. package/dist/commonjs/funcs/projectsPauseProject.js +0 -104
  1269. package/dist/commonjs/funcs/projectsPauseProject.js.map +0 -1
  1270. package/dist/commonjs/funcs/projectsRemoveProjectDomain.d.ts.map +0 -1
  1271. package/dist/commonjs/funcs/projectsRemoveProjectDomain.js +0 -108
  1272. package/dist/commonjs/funcs/projectsRemoveProjectDomain.js.map +0 -1
  1273. package/dist/commonjs/funcs/projectsRemoveProjectEnv.d.ts.map +0 -1
  1274. package/dist/commonjs/funcs/projectsRemoveProjectEnv.js +0 -108
  1275. package/dist/commonjs/funcs/projectsRemoveProjectEnv.js.map +0 -1
  1276. package/dist/commonjs/funcs/projectsRequestPromote.d.ts.map +0 -1
  1277. package/dist/commonjs/funcs/projectsRequestPromote.js +0 -109
  1278. package/dist/commonjs/funcs/projectsRequestPromote.js.map +0 -1
  1279. package/dist/commonjs/funcs/projectsUnpauseProject.d.ts +0 -15
  1280. package/dist/commonjs/funcs/projectsUnpauseProject.d.ts.map +0 -1
  1281. package/dist/commonjs/funcs/projectsUnpauseProject.js +0 -104
  1282. package/dist/commonjs/funcs/projectsUnpauseProject.js.map +0 -1
  1283. package/dist/commonjs/funcs/projectsUpdateProject.d.ts.map +0 -1
  1284. package/dist/commonjs/funcs/projectsUpdateProject.js +0 -105
  1285. package/dist/commonjs/funcs/projectsUpdateProject.js.map +0 -1
  1286. package/dist/commonjs/funcs/projectsUpdateProjectDataCache.d.ts.map +0 -1
  1287. package/dist/commonjs/funcs/projectsUpdateProjectDataCache.js +0 -105
  1288. package/dist/commonjs/funcs/projectsUpdateProjectDataCache.js.map +0 -1
  1289. package/dist/commonjs/funcs/projectsUpdateProjectDomain.d.ts.map +0 -1
  1290. package/dist/commonjs/funcs/projectsUpdateProjectDomain.js +0 -109
  1291. package/dist/commonjs/funcs/projectsUpdateProjectDomain.js.map +0 -1
  1292. package/dist/commonjs/funcs/projectsUpdateProjectProtectionBypass.d.ts.map +0 -1
  1293. package/dist/commonjs/funcs/projectsUpdateProjectProtectionBypass.js +0 -105
  1294. package/dist/commonjs/funcs/projectsUpdateProjectProtectionBypass.js.map +0 -1
  1295. package/dist/commonjs/funcs/projectsVerifyProjectDomain.d.ts.map +0 -1
  1296. package/dist/commonjs/funcs/projectsVerifyProjectDomain.js +0 -108
  1297. package/dist/commonjs/funcs/projectsVerifyProjectDomain.js.map +0 -1
  1298. package/dist/commonjs/funcs/secretsCreateSecret.d.ts +0 -15
  1299. package/dist/commonjs/funcs/secretsCreateSecret.d.ts.map +0 -1
  1300. package/dist/commonjs/funcs/secretsCreateSecret.js +0 -105
  1301. package/dist/commonjs/funcs/secretsCreateSecret.js.map +0 -1
  1302. package/dist/commonjs/funcs/secretsDeleteSecret.d.ts +0 -15
  1303. package/dist/commonjs/funcs/secretsDeleteSecret.d.ts.map +0 -1
  1304. package/dist/commonjs/funcs/secretsDeleteSecret.js +0 -104
  1305. package/dist/commonjs/funcs/secretsDeleteSecret.js.map +0 -1
  1306. package/dist/commonjs/funcs/secretsGetSecret.d.ts +0 -15
  1307. package/dist/commonjs/funcs/secretsGetSecret.d.ts.map +0 -1
  1308. package/dist/commonjs/funcs/secretsGetSecret.js +0 -105
  1309. package/dist/commonjs/funcs/secretsGetSecret.js.map +0 -1
  1310. package/dist/commonjs/funcs/secretsGetSecrets.d.ts +0 -15
  1311. package/dist/commonjs/funcs/secretsGetSecrets.d.ts.map +0 -1
  1312. package/dist/commonjs/funcs/secretsGetSecrets.js +0 -100
  1313. package/dist/commonjs/funcs/secretsGetSecrets.js.map +0 -1
  1314. package/dist/commonjs/funcs/secretsRenameSecret.d.ts +0 -15
  1315. package/dist/commonjs/funcs/secretsRenameSecret.d.ts.map +0 -1
  1316. package/dist/commonjs/funcs/secretsRenameSecret.js +0 -105
  1317. package/dist/commonjs/funcs/secretsRenameSecret.js.map +0 -1
  1318. package/dist/commonjs/funcs/securityGetFirewallConfig.d.ts.map +0 -1
  1319. package/dist/commonjs/funcs/securityGetFirewallConfig.js +0 -105
  1320. package/dist/commonjs/funcs/securityGetFirewallConfig.js.map +0 -1
  1321. package/dist/commonjs/funcs/securityPutFirewallConfig.d.ts.map +0 -1
  1322. package/dist/commonjs/funcs/securityPutFirewallConfig.js +0 -100
  1323. package/dist/commonjs/funcs/securityPutFirewallConfig.js.map +0 -1
  1324. package/dist/commonjs/funcs/securityUpdateAttackChallengeMode.d.ts.map +0 -1
  1325. package/dist/commonjs/funcs/securityUpdateAttackChallengeMode.js +0 -99
  1326. package/dist/commonjs/funcs/securityUpdateAttackChallengeMode.js.map +0 -1
  1327. package/dist/commonjs/funcs/securityUpdateFirewallConfig.d.ts.map +0 -1
  1328. package/dist/commonjs/funcs/securityUpdateFirewallConfig.js +0 -100
  1329. package/dist/commonjs/funcs/securityUpdateFirewallConfig.js.map +0 -1
  1330. package/dist/commonjs/funcs/teamsCreateTeam.d.ts.map +0 -1
  1331. package/dist/commonjs/funcs/teamsCreateTeam.js +0 -96
  1332. package/dist/commonjs/funcs/teamsCreateTeam.js.map +0 -1
  1333. package/dist/commonjs/funcs/teamsDeleteTeam.d.ts.map +0 -1
  1334. package/dist/commonjs/funcs/teamsDeleteTeam.js +0 -105
  1335. package/dist/commonjs/funcs/teamsDeleteTeam.js.map +0 -1
  1336. package/dist/commonjs/funcs/teamsDeleteTeamInviteCode.d.ts.map +0 -1
  1337. package/dist/commonjs/funcs/teamsDeleteTeamInviteCode.js +0 -103
  1338. package/dist/commonjs/funcs/teamsDeleteTeamInviteCode.js.map +0 -1
  1339. package/dist/commonjs/funcs/teamsGetTeam.d.ts.map +0 -1
  1340. package/dist/commonjs/funcs/teamsGetTeam.js +0 -104
  1341. package/dist/commonjs/funcs/teamsGetTeam.js.map +0 -1
  1342. package/dist/commonjs/funcs/teamsGetTeamAccessRequest.d.ts.map +0 -1
  1343. package/dist/commonjs/funcs/teamsGetTeamAccessRequest.js +0 -103
  1344. package/dist/commonjs/funcs/teamsGetTeamAccessRequest.js.map +0 -1
  1345. package/dist/commonjs/funcs/teamsGetTeamMembers.d.ts.map +0 -1
  1346. package/dist/commonjs/funcs/teamsGetTeamMembers.js +0 -109
  1347. package/dist/commonjs/funcs/teamsGetTeamMembers.js.map +0 -1
  1348. package/dist/commonjs/funcs/teamsGetTeams.d.ts.map +0 -1
  1349. package/dist/commonjs/funcs/teamsGetTeams.js +0 -99
  1350. package/dist/commonjs/funcs/teamsGetTeams.js.map +0 -1
  1351. package/dist/commonjs/funcs/teamsInviteUserToTeam.d.ts.map +0 -1
  1352. package/dist/commonjs/funcs/teamsInviteUserToTeam.js +0 -100
  1353. package/dist/commonjs/funcs/teamsInviteUserToTeam.js.map +0 -1
  1354. package/dist/commonjs/funcs/teamsJoinTeam.d.ts.map +0 -1
  1355. package/dist/commonjs/funcs/teamsJoinTeam.js +0 -100
  1356. package/dist/commonjs/funcs/teamsJoinTeam.js.map +0 -1
  1357. package/dist/commonjs/funcs/teamsPatchTeam.d.ts.map +0 -1
  1358. package/dist/commonjs/funcs/teamsPatchTeam.js +0 -105
  1359. package/dist/commonjs/funcs/teamsPatchTeam.js.map +0 -1
  1360. package/dist/commonjs/funcs/teamsRemoveTeamMember.d.ts.map +0 -1
  1361. package/dist/commonjs/funcs/teamsRemoveTeamMember.js +0 -107
  1362. package/dist/commonjs/funcs/teamsRemoveTeamMember.js.map +0 -1
  1363. package/dist/commonjs/funcs/teamsRequestAccessToTeam.d.ts.map +0 -1
  1364. package/dist/commonjs/funcs/teamsRequestAccessToTeam.js +0 -100
  1365. package/dist/commonjs/funcs/teamsRequestAccessToTeam.js.map +0 -1
  1366. package/dist/commonjs/funcs/teamsUpdateTeamMember.d.ts.map +0 -1
  1367. package/dist/commonjs/funcs/teamsUpdateTeamMember.js +0 -104
  1368. package/dist/commonjs/funcs/teamsUpdateTeamMember.js.map +0 -1
  1369. package/dist/commonjs/funcs/userGetAuthUser.d.ts.map +0 -1
  1370. package/dist/commonjs/funcs/userGetAuthUser.js +0 -84
  1371. package/dist/commonjs/funcs/userGetAuthUser.js.map +0 -1
  1372. package/dist/commonjs/funcs/userListUserEvents.d.ts.map +0 -1
  1373. package/dist/commonjs/funcs/userListUserEvents.js +0 -104
  1374. package/dist/commonjs/funcs/userListUserEvents.js.map +0 -1
  1375. package/dist/commonjs/funcs/userRequestDelete.d.ts.map +0 -1
  1376. package/dist/commonjs/funcs/userRequestDelete.js +0 -96
  1377. package/dist/commonjs/funcs/userRequestDelete.js.map +0 -1
  1378. package/dist/commonjs/funcs/webhooksCreateWebhook.d.ts.map +0 -1
  1379. package/dist/commonjs/funcs/webhooksCreateWebhook.js +0 -99
  1380. package/dist/commonjs/funcs/webhooksCreateWebhook.js.map +0 -1
  1381. package/dist/commonjs/funcs/webhooksDeleteWebhook.d.ts.map +0 -1
  1382. package/dist/commonjs/funcs/webhooksDeleteWebhook.js +0 -105
  1383. package/dist/commonjs/funcs/webhooksDeleteWebhook.js.map +0 -1
  1384. package/dist/commonjs/funcs/webhooksGetWebhook.d.ts.map +0 -1
  1385. package/dist/commonjs/funcs/webhooksGetWebhook.js +0 -104
  1386. package/dist/commonjs/funcs/webhooksGetWebhook.js.map +0 -1
  1387. package/dist/commonjs/funcs/webhooksGetWebhooks.d.ts.map +0 -1
  1388. package/dist/commonjs/funcs/webhooksGetWebhooks.js +0 -99
  1389. package/dist/commonjs/funcs/webhooksGetWebhooks.js.map +0 -1
  1390. package/dist/commonjs/hooks/hooks.d.ts.map +0 -1
  1391. package/dist/commonjs/hooks/hooks.js +0 -68
  1392. package/dist/commonjs/hooks/hooks.js.map +0 -1
  1393. package/dist/commonjs/hooks/registration.d.ts.map +0 -1
  1394. package/dist/commonjs/hooks/registration.js +0 -15
  1395. package/dist/commonjs/hooks/registration.js.map +0 -1
  1396. package/dist/commonjs/hooks/types.d.ts +0 -74
  1397. package/dist/commonjs/hooks/types.d.ts.map +0 -1
  1398. package/dist/commonjs/hooks/types.js +0 -6
  1399. package/dist/commonjs/hooks/types.js.map +0 -1
  1400. package/dist/commonjs/index.d.ts.map +0 -1
  1401. package/dist/commonjs/index.js +0 -36
  1402. package/dist/commonjs/index.js.map +0 -1
  1403. package/dist/commonjs/lib/base64.d.ts.map +0 -1
  1404. package/dist/commonjs/lib/base64.js +0 -61
  1405. package/dist/commonjs/lib/base64.js.map +0 -1
  1406. package/dist/commonjs/lib/config.d.ts +0 -34
  1407. package/dist/commonjs/lib/config.d.ts.map +0 -1
  1408. package/dist/commonjs/lib/config.js +0 -39
  1409. package/dist/commonjs/lib/config.js.map +0 -1
  1410. package/dist/commonjs/lib/dlv.d.ts.map +0 -1
  1411. package/dist/commonjs/lib/dlv.js +0 -49
  1412. package/dist/commonjs/lib/dlv.js.map +0 -1
  1413. package/dist/commonjs/lib/encodings.d.ts.map +0 -1
  1414. package/dist/commonjs/lib/encodings.js +0 -343
  1415. package/dist/commonjs/lib/encodings.js.map +0 -1
  1416. package/dist/commonjs/lib/files.d.ts.map +0 -1
  1417. package/dist/commonjs/lib/files.js +0 -36
  1418. package/dist/commonjs/lib/files.js.map +0 -1
  1419. package/dist/commonjs/lib/http.d.ts.map +0 -1
  1420. package/dist/commonjs/lib/http.js +0 -218
  1421. package/dist/commonjs/lib/http.js.map +0 -1
  1422. package/dist/commonjs/lib/is-plain-object.d.ts.map +0 -1
  1423. package/dist/commonjs/lib/is-plain-object.js +0 -41
  1424. package/dist/commonjs/lib/is-plain-object.js.map +0 -1
  1425. package/dist/commonjs/lib/logger.d.ts.map +0 -1
  1426. package/dist/commonjs/lib/logger.js +0 -6
  1427. package/dist/commonjs/lib/logger.js.map +0 -1
  1428. package/dist/commonjs/lib/matchers.d.ts.map +0 -1
  1429. package/dist/commonjs/lib/matchers.js +0 -205
  1430. package/dist/commonjs/lib/matchers.js.map +0 -1
  1431. package/dist/commonjs/lib/primitives.d.ts +0 -16
  1432. package/dist/commonjs/lib/primitives.d.ts.map +0 -1
  1433. package/dist/commonjs/lib/primitives.js +0 -29
  1434. package/dist/commonjs/lib/primitives.js.map +0 -1
  1435. package/dist/commonjs/lib/retries.d.ts.map +0 -1
  1436. package/dist/commonjs/lib/retries.js +0 -155
  1437. package/dist/commonjs/lib/retries.js.map +0 -1
  1438. package/dist/commonjs/lib/schemas.d.ts.map +0 -1
  1439. package/dist/commonjs/lib/schemas.js +0 -59
  1440. package/dist/commonjs/lib/schemas.js.map +0 -1
  1441. package/dist/commonjs/lib/sdks.d.ts.map +0 -1
  1442. package/dist/commonjs/lib/sdks.js +0 -273
  1443. package/dist/commonjs/lib/sdks.js.map +0 -1
  1444. package/dist/commonjs/lib/security.d.ts +0 -63
  1445. package/dist/commonjs/lib/security.d.ts.map +0 -1
  1446. package/dist/commonjs/lib/security.js +0 -128
  1447. package/dist/commonjs/lib/security.js.map +0 -1
  1448. package/dist/commonjs/lib/url.d.ts.map +0 -1
  1449. package/dist/commonjs/lib/url.js +0 -25
  1450. package/dist/commonjs/lib/url.js.map +0 -1
  1451. package/dist/commonjs/models/components/aclaction.d.ts.map +0 -1
  1452. package/dist/commonjs/models/components/aclaction.js +0 -57
  1453. package/dist/commonjs/models/components/aclaction.js.map +0 -1
  1454. package/dist/commonjs/models/components/authtoken.d.ts +0 -276
  1455. package/dist/commonjs/models/components/authtoken.d.ts.map +0 -1
  1456. package/dist/commonjs/models/components/authtoken.js +0 -229
  1457. package/dist/commonjs/models/components/authtoken.js.map +0 -1
  1458. package/dist/commonjs/models/components/authuser.d.ts.map +0 -1
  1459. package/dist/commonjs/models/components/authuser.js +0 -687
  1460. package/dist/commonjs/models/components/authuser.js.map +0 -1
  1461. package/dist/commonjs/models/components/authuserlimited.d.ts.map +0 -1
  1462. package/dist/commonjs/models/components/authuserlimited.js +0 -85
  1463. package/dist/commonjs/models/components/authuserlimited.js.map +0 -1
  1464. package/dist/commonjs/models/components/edgeconfigitem.d.ts.map +0 -1
  1465. package/dist/commonjs/models/components/edgeconfigitem.js +0 -61
  1466. package/dist/commonjs/models/components/edgeconfigitem.js.map +0 -1
  1467. package/dist/commonjs/models/components/edgeconfigitemvalue.d.ts.map +0 -1
  1468. package/dist/commonjs/models/components/edgeconfigitemvalue.js +0 -58
  1469. package/dist/commonjs/models/components/edgeconfigitemvalue.js.map +0 -1
  1470. package/dist/commonjs/models/components/edgeconfigtoken.d.ts.map +0 -1
  1471. package/dist/commonjs/models/components/edgeconfigtoken.js +0 -58
  1472. package/dist/commonjs/models/components/edgeconfigtoken.js.map +0 -1
  1473. package/dist/commonjs/models/components/filetree.d.ts.map +0 -1
  1474. package/dist/commonjs/models/components/filetree.js +0 -88
  1475. package/dist/commonjs/models/components/filetree.js.map +0 -1
  1476. package/dist/commonjs/models/components/flagjsonvalue.d.ts.map +0 -1
  1477. package/dist/commonjs/models/components/flagjsonvalue.js +0 -58
  1478. package/dist/commonjs/models/components/flagjsonvalue.js.map +0 -1
  1479. package/dist/commonjs/models/components/pagination.d.ts.map +0 -1
  1480. package/dist/commonjs/models/components/pagination.js +0 -54
  1481. package/dist/commonjs/models/components/pagination.js.map +0 -1
  1482. package/dist/commonjs/models/components/security.d.ts +0 -25
  1483. package/dist/commonjs/models/components/security.d.ts.map +0 -1
  1484. package/dist/commonjs/models/components/security.js +0 -50
  1485. package/dist/commonjs/models/components/security.js.map +0 -1
  1486. package/dist/commonjs/models/components/teamlimited.d.ts.map +0 -1
  1487. package/dist/commonjs/models/components/teamlimited.js +0 -304
  1488. package/dist/commonjs/models/components/teamlimited.js.map +0 -1
  1489. package/dist/commonjs/models/components/userevent.d.ts +0 -218
  1490. package/dist/commonjs/models/components/userevent.d.ts.map +0 -1
  1491. package/dist/commonjs/models/components/userevent.js +0 -152
  1492. package/dist/commonjs/models/components/userevent.js.map +0 -1
  1493. package/dist/commonjs/models/errors/httpclienterrors.d.ts.map +0 -1
  1494. package/dist/commonjs/models/errors/httpclienterrors.js +0 -78
  1495. package/dist/commonjs/models/errors/httpclienterrors.js.map +0 -1
  1496. package/dist/commonjs/models/errors/sdkerror.d.ts.map +0 -1
  1497. package/dist/commonjs/models/errors/sdkerror.js +0 -21
  1498. package/dist/commonjs/models/errors/sdkerror.js.map +0 -1
  1499. package/dist/commonjs/models/errors/sdkvalidationerror.d.ts.map +0 -1
  1500. package/dist/commonjs/models/errors/sdkvalidationerror.js +0 -105
  1501. package/dist/commonjs/models/errors/sdkvalidationerror.js.map +0 -1
  1502. package/dist/commonjs/models/operations/addprojectdomain.d.ts.map +0 -1
  1503. package/dist/commonjs/models/operations/addprojectdomain.js +0 -180
  1504. package/dist/commonjs/models/operations/addprojectdomain.js.map +0 -1
  1505. package/dist/commonjs/models/operations/addprojectmember.d.ts.map +0 -1
  1506. package/dist/commonjs/models/operations/addprojectmember.js +0 -260
  1507. package/dist/commonjs/models/operations/addprojectmember.js.map +0 -1
  1508. package/dist/commonjs/models/operations/artifactexists.d.ts.map +0 -1
  1509. package/dist/commonjs/models/operations/artifactexists.js +0 -54
  1510. package/dist/commonjs/models/operations/artifactexists.js.map +0 -1
  1511. package/dist/commonjs/models/operations/artifactquery.d.ts.map +0 -1
  1512. package/dist/commonjs/models/operations/artifactquery.js +0 -165
  1513. package/dist/commonjs/models/operations/artifactquery.js.map +0 -1
  1514. package/dist/commonjs/models/operations/assignalias.d.ts.map +0 -1
  1515. package/dist/commonjs/models/operations/assignalias.js +0 -111
  1516. package/dist/commonjs/models/operations/assignalias.js.map +0 -1
  1517. package/dist/commonjs/models/operations/buydomain.d.ts.map +0 -1
  1518. package/dist/commonjs/models/operations/buydomain.js +0 -219
  1519. package/dist/commonjs/models/operations/buydomain.js.map +0 -1
  1520. package/dist/commonjs/models/operations/canceldeployment.d.ts +0 -2677
  1521. package/dist/commonjs/models/operations/canceldeployment.d.ts.map +0 -1
  1522. package/dist/commonjs/models/operations/canceldeployment.js +0 -2270
  1523. package/dist/commonjs/models/operations/canceldeployment.js.map +0 -1
  1524. package/dist/commonjs/models/operations/checkdomainprice.d.ts +0 -112
  1525. package/dist/commonjs/models/operations/checkdomainprice.d.ts.map +0 -1
  1526. package/dist/commonjs/models/operations/checkdomainprice.js +0 -100
  1527. package/dist/commonjs/models/operations/checkdomainprice.js.map +0 -1
  1528. package/dist/commonjs/models/operations/checkdomainstatus.d.ts.map +0 -1
  1529. package/dist/commonjs/models/operations/checkdomainstatus.js +0 -73
  1530. package/dist/commonjs/models/operations/checkdomainstatus.js.map +0 -1
  1531. package/dist/commonjs/models/operations/createaccessgroup.d.ts.map +0 -1
  1532. package/dist/commonjs/models/operations/createaccessgroup.js +0 -165
  1533. package/dist/commonjs/models/operations/createaccessgroup.js.map +0 -1
  1534. package/dist/commonjs/models/operations/createauthtoken.d.ts.map +0 -1
  1535. package/dist/commonjs/models/operations/createauthtoken.js +0 -108
  1536. package/dist/commonjs/models/operations/createauthtoken.js.map +0 -1
  1537. package/dist/commonjs/models/operations/createcheck.d.ts.map +0 -1
  1538. package/dist/commonjs/models/operations/createcheck.js +0 -453
  1539. package/dist/commonjs/models/operations/createcheck.js.map +0 -1
  1540. package/dist/commonjs/models/operations/createconfigurablelogdrain.d.ts.map +0 -1
  1541. package/dist/commonjs/models/operations/createconfigurablelogdrain.js +0 -360
  1542. package/dist/commonjs/models/operations/createconfigurablelogdrain.js.map +0 -1
  1543. package/dist/commonjs/models/operations/createdeployment.d.ts.map +0 -1
  1544. package/dist/commonjs/models/operations/createdeployment.js +0 -2962
  1545. package/dist/commonjs/models/operations/createdeployment.js.map +0 -1
  1546. package/dist/commonjs/models/operations/createedgeconfig.d.ts.map +0 -1
  1547. package/dist/commonjs/models/operations/createedgeconfig.js +0 -366
  1548. package/dist/commonjs/models/operations/createedgeconfig.js.map +0 -1
  1549. package/dist/commonjs/models/operations/createedgeconfigtoken.d.ts.map +0 -1
  1550. package/dist/commonjs/models/operations/createedgeconfigtoken.js +0 -107
  1551. package/dist/commonjs/models/operations/createedgeconfigtoken.js.map +0 -1
  1552. package/dist/commonjs/models/operations/createlogdrain.d.ts.map +0 -1
  1553. package/dist/commonjs/models/operations/createlogdrain.js +0 -305
  1554. package/dist/commonjs/models/operations/createlogdrain.js.map +0 -1
  1555. package/dist/commonjs/models/operations/createortransferdomain.d.ts.map +0 -1
  1556. package/dist/commonjs/models/operations/createortransferdomain.js +0 -287
  1557. package/dist/commonjs/models/operations/createortransferdomain.js.map +0 -1
  1558. package/dist/commonjs/models/operations/createproject.d.ts +0 -4987
  1559. package/dist/commonjs/models/operations/createproject.d.ts.map +0 -1
  1560. package/dist/commonjs/models/operations/createproject.js +0 -4109
  1561. package/dist/commonjs/models/operations/createproject.js.map +0 -1
  1562. package/dist/commonjs/models/operations/createprojectenv.d.ts.map +0 -1
  1563. package/dist/commonjs/models/operations/createprojectenv.js +0 -2379
  1564. package/dist/commonjs/models/operations/createprojectenv.js.map +0 -1
  1565. package/dist/commonjs/models/operations/createrecord.d.ts.map +0 -1
  1566. package/dist/commonjs/models/operations/createrecord.js +0 -808
  1567. package/dist/commonjs/models/operations/createrecord.js.map +0 -1
  1568. package/dist/commonjs/models/operations/createsecret.d.ts +0 -197
  1569. package/dist/commonjs/models/operations/createsecret.d.ts.map +0 -1
  1570. package/dist/commonjs/models/operations/createsecret.js +0 -164
  1571. package/dist/commonjs/models/operations/createsecret.js.map +0 -1
  1572. package/dist/commonjs/models/operations/createteam.d.ts.map +0 -1
  1573. package/dist/commonjs/models/operations/createteam.js +0 -144
  1574. package/dist/commonjs/models/operations/createteam.js.map +0 -1
  1575. package/dist/commonjs/models/operations/createwebhook.d.ts +0 -408
  1576. package/dist/commonjs/models/operations/createwebhook.d.ts.map +0 -1
  1577. package/dist/commonjs/models/operations/createwebhook.js +0 -237
  1578. package/dist/commonjs/models/operations/createwebhook.js.map +0 -1
  1579. package/dist/commonjs/models/operations/datacachebillingsettings.d.ts +0 -48
  1580. package/dist/commonjs/models/operations/datacachebillingsettings.d.ts.map +0 -1
  1581. package/dist/commonjs/models/operations/datacachebillingsettings.js +0 -69
  1582. package/dist/commonjs/models/operations/datacachebillingsettings.js.map +0 -1
  1583. package/dist/commonjs/models/operations/datacachepurgeall.d.ts +0 -25
  1584. package/dist/commonjs/models/operations/datacachepurgeall.d.ts.map +0 -1
  1585. package/dist/commonjs/models/operations/datacachepurgeall.js +0 -50
  1586. package/dist/commonjs/models/operations/datacachepurgeall.js.map +0 -1
  1587. package/dist/commonjs/models/operations/deleteaccessgroup.d.ts.map +0 -1
  1588. package/dist/commonjs/models/operations/deleteaccessgroup.js +0 -54
  1589. package/dist/commonjs/models/operations/deleteaccessgroup.js.map +0 -1
  1590. package/dist/commonjs/models/operations/deletealias.d.ts.map +0 -1
  1591. package/dist/commonjs/models/operations/deletealias.js +0 -91
  1592. package/dist/commonjs/models/operations/deletealias.js.map +0 -1
  1593. package/dist/commonjs/models/operations/deleteauthtoken.d.ts.map +0 -1
  1594. package/dist/commonjs/models/operations/deleteauthtoken.js +0 -69
  1595. package/dist/commonjs/models/operations/deleteauthtoken.js.map +0 -1
  1596. package/dist/commonjs/models/operations/deleteconfigurablelogdrain.d.ts.map +0 -1
  1597. package/dist/commonjs/models/operations/deleteconfigurablelogdrain.js +0 -54
  1598. package/dist/commonjs/models/operations/deleteconfigurablelogdrain.js.map +0 -1
  1599. package/dist/commonjs/models/operations/deleteconfiguration.d.ts.map +0 -1
  1600. package/dist/commonjs/models/operations/deleteconfiguration.js +0 -54
  1601. package/dist/commonjs/models/operations/deleteconfiguration.js.map +0 -1
  1602. package/dist/commonjs/models/operations/deletedeployment.d.ts.map +0 -1
  1603. package/dist/commonjs/models/operations/deletedeployment.js +0 -98
  1604. package/dist/commonjs/models/operations/deletedeployment.js.map +0 -1
  1605. package/dist/commonjs/models/operations/deletedomain.d.ts.map +0 -1
  1606. package/dist/commonjs/models/operations/deletedomain.js +0 -73
  1607. package/dist/commonjs/models/operations/deletedomain.js.map +0 -1
  1608. package/dist/commonjs/models/operations/deleteedgeconfig.d.ts.map +0 -1
  1609. package/dist/commonjs/models/operations/deleteedgeconfig.js +0 -54
  1610. package/dist/commonjs/models/operations/deleteedgeconfig.js.map +0 -1
  1611. package/dist/commonjs/models/operations/deleteedgeconfigschema.d.ts.map +0 -1
  1612. package/dist/commonjs/models/operations/deleteedgeconfigschema.js +0 -54
  1613. package/dist/commonjs/models/operations/deleteedgeconfigschema.js.map +0 -1
  1614. package/dist/commonjs/models/operations/deleteedgeconfigtokens.d.ts.map +0 -1
  1615. package/dist/commonjs/models/operations/deleteedgeconfigtokens.js +0 -86
  1616. package/dist/commonjs/models/operations/deleteedgeconfigtokens.js.map +0 -1
  1617. package/dist/commonjs/models/operations/deleteintegrationlogdrain.d.ts.map +0 -1
  1618. package/dist/commonjs/models/operations/deleteintegrationlogdrain.js +0 -54
  1619. package/dist/commonjs/models/operations/deleteintegrationlogdrain.js.map +0 -1
  1620. package/dist/commonjs/models/operations/deleteproject.d.ts.map +0 -1
  1621. package/dist/commonjs/models/operations/deleteproject.js +0 -54
  1622. package/dist/commonjs/models/operations/deleteproject.js.map +0 -1
  1623. package/dist/commonjs/models/operations/deletesecret.d.ts +0 -74
  1624. package/dist/commonjs/models/operations/deletesecret.d.ts.map +0 -1
  1625. package/dist/commonjs/models/operations/deletesecret.js +0 -77
  1626. package/dist/commonjs/models/operations/deletesecret.js.map +0 -1
  1627. package/dist/commonjs/models/operations/deleteteam.d.ts.map +0 -1
  1628. package/dist/commonjs/models/operations/deleteteam.js +0 -126
  1629. package/dist/commonjs/models/operations/deleteteam.js.map +0 -1
  1630. package/dist/commonjs/models/operations/deleteteaminvitecode.d.ts.map +0 -1
  1631. package/dist/commonjs/models/operations/deleteteaminvitecode.js +0 -71
  1632. package/dist/commonjs/models/operations/deleteteaminvitecode.js.map +0 -1
  1633. package/dist/commonjs/models/operations/deletewebhook.d.ts.map +0 -1
  1634. package/dist/commonjs/models/operations/deletewebhook.js +0 -54
  1635. package/dist/commonjs/models/operations/deletewebhook.js.map +0 -1
  1636. package/dist/commonjs/models/operations/downloadartifact.d.ts.map +0 -1
  1637. package/dist/commonjs/models/operations/downloadartifact.js +0 -69
  1638. package/dist/commonjs/models/operations/downloadartifact.js.map +0 -1
  1639. package/dist/commonjs/models/operations/editprojectenv.d.ts.map +0 -1
  1640. package/dist/commonjs/models/operations/editprojectenv.js +0 -1007
  1641. package/dist/commonjs/models/operations/editprojectenv.js.map +0 -1
  1642. package/dist/commonjs/models/operations/filterprojectenvs.d.ts.map +0 -1
  1643. package/dist/commonjs/models/operations/filterprojectenvs.js +0 -2710
  1644. package/dist/commonjs/models/operations/filterprojectenvs.js.map +0 -1
  1645. package/dist/commonjs/models/operations/getalias.d.ts +0 -488
  1646. package/dist/commonjs/models/operations/getalias.d.ts.map +0 -1
  1647. package/dist/commonjs/models/operations/getalias.js +0 -377
  1648. package/dist/commonjs/models/operations/getalias.js.map +0 -1
  1649. package/dist/commonjs/models/operations/getallchecks.d.ts.map +0 -1
  1650. package/dist/commonjs/models/operations/getallchecks.js +0 -428
  1651. package/dist/commonjs/models/operations/getallchecks.js.map +0 -1
  1652. package/dist/commonjs/models/operations/getalllogdrains.d.ts.map +0 -1
  1653. package/dist/commonjs/models/operations/getalllogdrains.js +0 -241
  1654. package/dist/commonjs/models/operations/getalllogdrains.js.map +0 -1
  1655. package/dist/commonjs/models/operations/getauthtoken.d.ts.map +0 -1
  1656. package/dist/commonjs/models/operations/getauthtoken.js +0 -70
  1657. package/dist/commonjs/models/operations/getauthtoken.js.map +0 -1
  1658. package/dist/commonjs/models/operations/getauthuser.d.ts.map +0 -1
  1659. package/dist/commonjs/models/operations/getauthuser.js +0 -68
  1660. package/dist/commonjs/models/operations/getauthuser.js.map +0 -1
  1661. package/dist/commonjs/models/operations/getcertbyid.d.ts.map +0 -1
  1662. package/dist/commonjs/models/operations/getcertbyid.js +0 -81
  1663. package/dist/commonjs/models/operations/getcertbyid.js.map +0 -1
  1664. package/dist/commonjs/models/operations/getcerts.d.ts +0 -56
  1665. package/dist/commonjs/models/operations/getcerts.d.ts.map +0 -1
  1666. package/dist/commonjs/models/operations/getcerts.js +0 -78
  1667. package/dist/commonjs/models/operations/getcerts.js.map +0 -1
  1668. package/dist/commonjs/models/operations/getcheck.d.ts.map +0 -1
  1669. package/dist/commonjs/models/operations/getcheck.js +0 -416
  1670. package/dist/commonjs/models/operations/getcheck.js.map +0 -1
  1671. package/dist/commonjs/models/operations/getconfigurablelogdrain.d.ts.map +0 -1
  1672. package/dist/commonjs/models/operations/getconfigurablelogdrain.js +0 -240
  1673. package/dist/commonjs/models/operations/getconfigurablelogdrain.js.map +0 -1
  1674. package/dist/commonjs/models/operations/getconfiguration.d.ts.map +0 -1
  1675. package/dist/commonjs/models/operations/getconfiguration.js +0 -546
  1676. package/dist/commonjs/models/operations/getconfiguration.js.map +0 -1
  1677. package/dist/commonjs/models/operations/getconfigurations.d.ts.map +0 -1
  1678. package/dist/commonjs/models/operations/getconfigurations.js +0 -738
  1679. package/dist/commonjs/models/operations/getconfigurations.js.map +0 -1
  1680. package/dist/commonjs/models/operations/getdeployment.d.ts.map +0 -1
  1681. package/dist/commonjs/models/operations/getdeployment.js +0 -3388
  1682. package/dist/commonjs/models/operations/getdeployment.js.map +0 -1
  1683. package/dist/commonjs/models/operations/getdeploymentevents.d.ts.map +0 -1
  1684. package/dist/commonjs/models/operations/getdeploymentevents.js +0 -110
  1685. package/dist/commonjs/models/operations/getdeploymentevents.js.map +0 -1
  1686. package/dist/commonjs/models/operations/getdeploymentfilecontents.d.ts.map +0 -1
  1687. package/dist/commonjs/models/operations/getdeploymentfilecontents.js +0 -58
  1688. package/dist/commonjs/models/operations/getdeploymentfilecontents.js.map +0 -1
  1689. package/dist/commonjs/models/operations/getdeployments.d.ts.map +0 -1
  1690. package/dist/commonjs/models/operations/getdeployments.js +0 -682
  1691. package/dist/commonjs/models/operations/getdeployments.js.map +0 -1
  1692. package/dist/commonjs/models/operations/getdomain.d.ts.map +0 -1
  1693. package/dist/commonjs/models/operations/getdomain.js +0 -177
  1694. package/dist/commonjs/models/operations/getdomain.js.map +0 -1
  1695. package/dist/commonjs/models/operations/getdomainconfig.d.ts.map +0 -1
  1696. package/dist/commonjs/models/operations/getdomainconfig.js +0 -148
  1697. package/dist/commonjs/models/operations/getdomainconfig.js.map +0 -1
  1698. package/dist/commonjs/models/operations/getdomains.d.ts.map +0 -1
  1699. package/dist/commonjs/models/operations/getdomains.js +0 -181
  1700. package/dist/commonjs/models/operations/getdomains.js.map +0 -1
  1701. package/dist/commonjs/models/operations/getdomaintransfer.d.ts.map +0 -1
  1702. package/dist/commonjs/models/operations/getdomaintransfer.js +0 -131
  1703. package/dist/commonjs/models/operations/getdomaintransfer.js.map +0 -1
  1704. package/dist/commonjs/models/operations/getedgeconfig.d.ts.map +0 -1
  1705. package/dist/commonjs/models/operations/getedgeconfig.js +0 -170
  1706. package/dist/commonjs/models/operations/getedgeconfig.js.map +0 -1
  1707. package/dist/commonjs/models/operations/getedgeconfigbackup.d.ts.map +0 -1
  1708. package/dist/commonjs/models/operations/getedgeconfigbackup.js +0 -339
  1709. package/dist/commonjs/models/operations/getedgeconfigbackup.js.map +0 -1
  1710. package/dist/commonjs/models/operations/getedgeconfigbackups.d.ts.map +0 -1
  1711. package/dist/commonjs/models/operations/getedgeconfigbackups.js +0 -152
  1712. package/dist/commonjs/models/operations/getedgeconfigbackups.js.map +0 -1
  1713. package/dist/commonjs/models/operations/getedgeconfigitem.d.ts.map +0 -1
  1714. package/dist/commonjs/models/operations/getedgeconfigitem.js +0 -56
  1715. package/dist/commonjs/models/operations/getedgeconfigitem.js.map +0 -1
  1716. package/dist/commonjs/models/operations/getedgeconfigitems.d.ts.map +0 -1
  1717. package/dist/commonjs/models/operations/getedgeconfigitems.js +0 -54
  1718. package/dist/commonjs/models/operations/getedgeconfigitems.js.map +0 -1
  1719. package/dist/commonjs/models/operations/getedgeconfigs.d.ts.map +0 -1
  1720. package/dist/commonjs/models/operations/getedgeconfigs.js +0 -169
  1721. package/dist/commonjs/models/operations/getedgeconfigs.js.map +0 -1
  1722. package/dist/commonjs/models/operations/getedgeconfigschema.d.ts.map +0 -1
  1723. package/dist/commonjs/models/operations/getedgeconfigschema.js +0 -69
  1724. package/dist/commonjs/models/operations/getedgeconfigschema.js.map +0 -1
  1725. package/dist/commonjs/models/operations/getedgeconfigtoken.d.ts.map +0 -1
  1726. package/dist/commonjs/models/operations/getedgeconfigtoken.js +0 -56
  1727. package/dist/commonjs/models/operations/getedgeconfigtoken.js.map +0 -1
  1728. package/dist/commonjs/models/operations/getedgeconfigtokens.d.ts.map +0 -1
  1729. package/dist/commonjs/models/operations/getedgeconfigtokens.js +0 -54
  1730. package/dist/commonjs/models/operations/getedgeconfigtokens.js.map +0 -1
  1731. package/dist/commonjs/models/operations/getfirewallconfig.d.ts.map +0 -1
  1732. package/dist/commonjs/models/operations/getfirewallconfig.js +0 -1033
  1733. package/dist/commonjs/models/operations/getfirewallconfig.js.map +0 -1
  1734. package/dist/commonjs/models/operations/getintegrationlogdrains.d.ts.map +0 -1
  1735. package/dist/commonjs/models/operations/getintegrationlogdrains.js +0 -197
  1736. package/dist/commonjs/models/operations/getintegrationlogdrains.js.map +0 -1
  1737. package/dist/commonjs/models/operations/getprojectdomain.d.ts.map +0 -1
  1738. package/dist/commonjs/models/operations/getprojectdomain.js +0 -120
  1739. package/dist/commonjs/models/operations/getprojectdomain.js.map +0 -1
  1740. package/dist/commonjs/models/operations/getprojectenv.d.ts.map +0 -1
  1741. package/dist/commonjs/models/operations/getprojectenv.js +0 -2632
  1742. package/dist/commonjs/models/operations/getprojectenv.js.map +0 -1
  1743. package/dist/commonjs/models/operations/getprojectmembers.d.ts.map +0 -1
  1744. package/dist/commonjs/models/operations/getprojectmembers.js +0 -251
  1745. package/dist/commonjs/models/operations/getprojectmembers.js.map +0 -1
  1746. package/dist/commonjs/models/operations/getprojects.d.ts +0 -4568
  1747. package/dist/commonjs/models/operations/getprojects.d.ts.map +0 -1
  1748. package/dist/commonjs/models/operations/getprojects.js +0 -3881
  1749. package/dist/commonjs/models/operations/getprojects.js.map +0 -1
  1750. package/dist/commonjs/models/operations/getrecords.d.ts.map +0 -1
  1751. package/dist/commonjs/models/operations/getrecords.js +0 -260
  1752. package/dist/commonjs/models/operations/getrecords.js.map +0 -1
  1753. package/dist/commonjs/models/operations/getsecret.d.ts +0 -144
  1754. package/dist/commonjs/models/operations/getsecret.d.ts.map +0 -1
  1755. package/dist/commonjs/models/operations/getsecret.js +0 -113
  1756. package/dist/commonjs/models/operations/getsecret.js.map +0 -1
  1757. package/dist/commonjs/models/operations/getsecrets.d.ts +0 -144
  1758. package/dist/commonjs/models/operations/getsecrets.d.ts.map +0 -1
  1759. package/dist/commonjs/models/operations/getsecrets.js +0 -113
  1760. package/dist/commonjs/models/operations/getsecrets.js.map +0 -1
  1761. package/dist/commonjs/models/operations/getteam.d.ts.map +0 -1
  1762. package/dist/commonjs/models/operations/getteam.js +0 -52
  1763. package/dist/commonjs/models/operations/getteam.js.map +0 -1
  1764. package/dist/commonjs/models/operations/getteamaccessrequest.d.ts.map +0 -1
  1765. package/dist/commonjs/models/operations/getteamaccessrequest.js +0 -224
  1766. package/dist/commonjs/models/operations/getteamaccessrequest.js.map +0 -1
  1767. package/dist/commonjs/models/operations/getteammembers.d.ts.map +0 -1
  1768. package/dist/commonjs/models/operations/getteammembers.js +0 -474
  1769. package/dist/commonjs/models/operations/getteammembers.js.map +0 -1
  1770. package/dist/commonjs/models/operations/getteams.d.ts.map +0 -1
  1771. package/dist/commonjs/models/operations/getteams.js +0 -93
  1772. package/dist/commonjs/models/operations/getteams.js.map +0 -1
  1773. package/dist/commonjs/models/operations/getwebhook.d.ts +0 -237
  1774. package/dist/commonjs/models/operations/getwebhook.d.ts.map +0 -1
  1775. package/dist/commonjs/models/operations/getwebhook.js +0 -145
  1776. package/dist/commonjs/models/operations/getwebhook.js.map +0 -1
  1777. package/dist/commonjs/models/operations/getwebhooks.d.ts +0 -642
  1778. package/dist/commonjs/models/operations/getwebhooks.d.ts.map +0 -1
  1779. package/dist/commonjs/models/operations/getwebhooks.js +0 -348
  1780. package/dist/commonjs/models/operations/getwebhooks.js.map +0 -1
  1781. package/dist/commonjs/models/operations/gitnamespaces.d.ts.map +0 -1
  1782. package/dist/commonjs/models/operations/gitnamespaces.js +0 -122
  1783. package/dist/commonjs/models/operations/gitnamespaces.js.map +0 -1
  1784. package/dist/commonjs/models/operations/inviteusertoteam.d.ts.map +0 -1
  1785. package/dist/commonjs/models/operations/inviteusertoteam.js +0 -278
  1786. package/dist/commonjs/models/operations/inviteusertoteam.js.map +0 -1
  1787. package/dist/commonjs/models/operations/issuecert.d.ts.map +0 -1
  1788. package/dist/commonjs/models/operations/issuecert.js +0 -109
  1789. package/dist/commonjs/models/operations/issuecert.js.map +0 -1
  1790. package/dist/commonjs/models/operations/jointeam.d.ts.map +0 -1
  1791. package/dist/commonjs/models/operations/jointeam.js +0 -105
  1792. package/dist/commonjs/models/operations/jointeam.js.map +0 -1
  1793. package/dist/commonjs/models/operations/listaccessgroupmembers.d.ts.map +0 -1
  1794. package/dist/commonjs/models/operations/listaccessgroupmembers.js +0 -157
  1795. package/dist/commonjs/models/operations/listaccessgroupmembers.js.map +0 -1
  1796. package/dist/commonjs/models/operations/listaccessgroupprojects.d.ts.map +0 -1
  1797. package/dist/commonjs/models/operations/listaccessgroupprojects.js +0 -170
  1798. package/dist/commonjs/models/operations/listaccessgroupprojects.js.map +0 -1
  1799. package/dist/commonjs/models/operations/listaccessgroups.d.ts.map +0 -1
  1800. package/dist/commonjs/models/operations/listaccessgroups.js +0 -181
  1801. package/dist/commonjs/models/operations/listaccessgroups.js.map +0 -1
  1802. package/dist/commonjs/models/operations/listaliases.d.ts.map +0 -1
  1803. package/dist/commonjs/models/operations/listaliases.js +0 -421
  1804. package/dist/commonjs/models/operations/listaliases.js.map +0 -1
  1805. package/dist/commonjs/models/operations/listauthtokens.d.ts.map +0 -1
  1806. package/dist/commonjs/models/operations/listauthtokens.js +0 -56
  1807. package/dist/commonjs/models/operations/listauthtokens.js.map +0 -1
  1808. package/dist/commonjs/models/operations/listdeploymentaliases.d.ts.map +0 -1
  1809. package/dist/commonjs/models/operations/listdeploymentaliases.js +0 -327
  1810. package/dist/commonjs/models/operations/listdeploymentaliases.js.map +0 -1
  1811. package/dist/commonjs/models/operations/listdeploymentfiles.d.ts.map +0 -1
  1812. package/dist/commonjs/models/operations/listdeploymentfiles.js +0 -54
  1813. package/dist/commonjs/models/operations/listdeploymentfiles.js.map +0 -1
  1814. package/dist/commonjs/models/operations/listpromotealiases.d.ts.map +0 -1
  1815. package/dist/commonjs/models/operations/listpromotealiases.js +0 -143
  1816. package/dist/commonjs/models/operations/listpromotealiases.js.map +0 -1
  1817. package/dist/commonjs/models/operations/listuserevents.d.ts.map +0 -1
  1818. package/dist/commonjs/models/operations/listuserevents.js +0 -84
  1819. package/dist/commonjs/models/operations/listuserevents.js.map +0 -1
  1820. package/dist/commonjs/models/operations/patchdomain.d.ts.map +0 -1
  1821. package/dist/commonjs/models/operations/patchdomain.js +0 -224
  1822. package/dist/commonjs/models/operations/patchdomain.js.map +0 -1
  1823. package/dist/commonjs/models/operations/patchedgeconfigschema.d.ts.map +0 -1
  1824. package/dist/commonjs/models/operations/patchedgeconfigschema.js +0 -103
  1825. package/dist/commonjs/models/operations/patchedgeconfigschema.js.map +0 -1
  1826. package/dist/commonjs/models/operations/patchteam.d.ts.map +0 -1
  1827. package/dist/commonjs/models/operations/patchteam.js +0 -209
  1828. package/dist/commonjs/models/operations/patchteam.js.map +0 -1
  1829. package/dist/commonjs/models/operations/pauseproject.d.ts +0 -70
  1830. package/dist/commonjs/models/operations/pauseproject.d.ts.map +0 -1
  1831. package/dist/commonjs/models/operations/pauseproject.js +0 -79
  1832. package/dist/commonjs/models/operations/pauseproject.js.map +0 -1
  1833. package/dist/commonjs/models/operations/putfirewallconfig.d.ts.map +0 -1
  1834. package/dist/commonjs/models/operations/putfirewallconfig.js +0 -2043
  1835. package/dist/commonjs/models/operations/putfirewallconfig.js.map +0 -1
  1836. package/dist/commonjs/models/operations/readaccessgroup.d.ts.map +0 -1
  1837. package/dist/commonjs/models/operations/readaccessgroup.js +0 -107
  1838. package/dist/commonjs/models/operations/readaccessgroup.js.map +0 -1
  1839. package/dist/commonjs/models/operations/recordevents.d.ts.map +0 -1
  1840. package/dist/commonjs/models/operations/recordevents.js +0 -143
  1841. package/dist/commonjs/models/operations/recordevents.js.map +0 -1
  1842. package/dist/commonjs/models/operations/removecert.d.ts.map +0 -1
  1843. package/dist/commonjs/models/operations/removecert.js +0 -69
  1844. package/dist/commonjs/models/operations/removecert.js.map +0 -1
  1845. package/dist/commonjs/models/operations/removeprojectdomain.d.ts.map +0 -1
  1846. package/dist/commonjs/models/operations/removeprojectdomain.js +0 -71
  1847. package/dist/commonjs/models/operations/removeprojectdomain.js.map +0 -1
  1848. package/dist/commonjs/models/operations/removeprojectenv.d.ts.map +0 -1
  1849. package/dist/commonjs/models/operations/removeprojectenv.js +0 -2661
  1850. package/dist/commonjs/models/operations/removeprojectenv.js.map +0 -1
  1851. package/dist/commonjs/models/operations/removeprojectmember.d.ts.map +0 -1
  1852. package/dist/commonjs/models/operations/removeprojectmember.js +0 -75
  1853. package/dist/commonjs/models/operations/removeprojectmember.js.map +0 -1
  1854. package/dist/commonjs/models/operations/removerecord.d.ts.map +0 -1
  1855. package/dist/commonjs/models/operations/removerecord.js +0 -71
  1856. package/dist/commonjs/models/operations/removerecord.js.map +0 -1
  1857. package/dist/commonjs/models/operations/removeteammember.d.ts.map +0 -1
  1858. package/dist/commonjs/models/operations/removeteammember.js +0 -73
  1859. package/dist/commonjs/models/operations/removeteammember.js.map +0 -1
  1860. package/dist/commonjs/models/operations/renamesecret.d.ts +0 -95
  1861. package/dist/commonjs/models/operations/renamesecret.d.ts.map +0 -1
  1862. package/dist/commonjs/models/operations/renamesecret.js +0 -109
  1863. package/dist/commonjs/models/operations/renamesecret.js.map +0 -1
  1864. package/dist/commonjs/models/operations/requestaccesstoteam.d.ts.map +0 -1
  1865. package/dist/commonjs/models/operations/requestaccesstoteam.js +0 -330
  1866. package/dist/commonjs/models/operations/requestaccesstoteam.js.map +0 -1
  1867. package/dist/commonjs/models/operations/requestdelete.d.ts.map +0 -1
  1868. package/dist/commonjs/models/operations/requestdelete.js +0 -95
  1869. package/dist/commonjs/models/operations/requestdelete.js.map +0 -1
  1870. package/dist/commonjs/models/operations/requestpromote.d.ts.map +0 -1
  1871. package/dist/commonjs/models/operations/requestpromote.js +0 -56
  1872. package/dist/commonjs/models/operations/requestpromote.js.map +0 -1
  1873. package/dist/commonjs/models/operations/rerequestcheck.d.ts.map +0 -1
  1874. package/dist/commonjs/models/operations/rerequestcheck.js +0 -71
  1875. package/dist/commonjs/models/operations/rerequestcheck.js.map +0 -1
  1876. package/dist/commonjs/models/operations/searchrepo.d.ts.map +0 -1
  1877. package/dist/commonjs/models/operations/searchrepo.js +0 -344
  1878. package/dist/commonjs/models/operations/searchrepo.js.map +0 -1
  1879. package/dist/commonjs/models/operations/status.d.ts.map +0 -1
  1880. package/dist/commonjs/models/operations/status.js +0 -92
  1881. package/dist/commonjs/models/operations/status.js.map +0 -1
  1882. package/dist/commonjs/models/operations/unpauseproject.d.ts +0 -70
  1883. package/dist/commonjs/models/operations/unpauseproject.d.ts.map +0 -1
  1884. package/dist/commonjs/models/operations/unpauseproject.js +0 -79
  1885. package/dist/commonjs/models/operations/unpauseproject.js.map +0 -1
  1886. package/dist/commonjs/models/operations/updateaccessgroup.d.ts.map +0 -1
  1887. package/dist/commonjs/models/operations/updateaccessgroup.js +0 -188
  1888. package/dist/commonjs/models/operations/updateaccessgroup.js.map +0 -1
  1889. package/dist/commonjs/models/operations/updateattackchallengemode.d.ts.map +0 -1
  1890. package/dist/commonjs/models/operations/updateattackchallengemode.js +0 -109
  1891. package/dist/commonjs/models/operations/updateattackchallengemode.js.map +0 -1
  1892. package/dist/commonjs/models/operations/updatecheck.d.ts.map +0 -1
  1893. package/dist/commonjs/models/operations/updatecheck.js +0 -785
  1894. package/dist/commonjs/models/operations/updatecheck.js.map +0 -1
  1895. package/dist/commonjs/models/operations/updateedgeconfig.d.ts.map +0 -1
  1896. package/dist/commonjs/models/operations/updateedgeconfig.js +0 -202
  1897. package/dist/commonjs/models/operations/updateedgeconfig.js.map +0 -1
  1898. package/dist/commonjs/models/operations/updatefirewallconfig.d.ts.map +0 -1
  1899. package/dist/commonjs/models/operations/updatefirewallconfig.js +0 -1560
  1900. package/dist/commonjs/models/operations/updatefirewallconfig.js.map +0 -1
  1901. package/dist/commonjs/models/operations/updateproject.d.ts +0 -5183
  1902. package/dist/commonjs/models/operations/updateproject.d.ts.map +0 -1
  1903. package/dist/commonjs/models/operations/updateproject.js +0 -4234
  1904. package/dist/commonjs/models/operations/updateproject.js.map +0 -1
  1905. package/dist/commonjs/models/operations/updateprojectdatacache.d.ts +0 -4486
  1906. package/dist/commonjs/models/operations/updateprojectdatacache.d.ts.map +0 -1
  1907. package/dist/commonjs/models/operations/updateprojectdatacache.js +0 -3879
  1908. package/dist/commonjs/models/operations/updateprojectdatacache.js.map +0 -1
  1909. package/dist/commonjs/models/operations/updateprojectdomain.d.ts.map +0 -1
  1910. package/dist/commonjs/models/operations/updateprojectdomain.js +0 -180
  1911. package/dist/commonjs/models/operations/updateprojectdomain.js.map +0 -1
  1912. package/dist/commonjs/models/operations/updateprojectprotectionbypass.d.ts.map +0 -1
  1913. package/dist/commonjs/models/operations/updateprojectprotectionbypass.js +0 -187
  1914. package/dist/commonjs/models/operations/updateprojectprotectionbypass.js.map +0 -1
  1915. package/dist/commonjs/models/operations/updaterecord.d.ts.map +0 -1
  1916. package/dist/commonjs/models/operations/updaterecord.js +0 -263
  1917. package/dist/commonjs/models/operations/updaterecord.js.map +0 -1
  1918. package/dist/commonjs/models/operations/updateteammember.d.ts.map +0 -1
  1919. package/dist/commonjs/models/operations/updateteammember.js +0 -175
  1920. package/dist/commonjs/models/operations/updateteammember.js.map +0 -1
  1921. package/dist/commonjs/models/operations/uploadartifact.d.ts.map +0 -1
  1922. package/dist/commonjs/models/operations/uploadartifact.js +0 -114
  1923. package/dist/commonjs/models/operations/uploadartifact.js.map +0 -1
  1924. package/dist/commonjs/models/operations/uploadcert.d.ts.map +0 -1
  1925. package/dist/commonjs/models/operations/uploadcert.js +0 -115
  1926. package/dist/commonjs/models/operations/uploadcert.js.map +0 -1
  1927. package/dist/commonjs/models/operations/uploadfile.d.ts.map +0 -1
  1928. package/dist/commonjs/models/operations/uploadfile.js +0 -130
  1929. package/dist/commonjs/models/operations/uploadfile.js.map +0 -1
  1930. package/dist/commonjs/models/operations/verifyprojectdomain.d.ts.map +0 -1
  1931. package/dist/commonjs/models/operations/verifyprojectdomain.js +0 -120
  1932. package/dist/commonjs/models/operations/verifyprojectdomain.js.map +0 -1
  1933. package/dist/commonjs/sdk/accessgroups.d.ts.map +0 -1
  1934. package/dist/commonjs/sdk/accessgroups.js +0 -82
  1935. package/dist/commonjs/sdk/accessgroups.js.map +0 -1
  1936. package/dist/commonjs/sdk/aliases.d.ts.map +0 -1
  1937. package/dist/commonjs/sdk/aliases.js +0 -62
  1938. package/dist/commonjs/sdk/aliases.js.map +0 -1
  1939. package/dist/commonjs/sdk/artifacts.d.ts.map +0 -1
  1940. package/dist/commonjs/sdk/artifacts.js +0 -72
  1941. package/dist/commonjs/sdk/artifacts.js.map +0 -1
  1942. package/dist/commonjs/sdk/authentication.d.ts.map +0 -1
  1943. package/dist/commonjs/sdk/authentication.js +0 -52
  1944. package/dist/commonjs/sdk/authentication.js.map +0 -1
  1945. package/dist/commonjs/sdk/certs.d.ts.map +0 -1
  1946. package/dist/commonjs/sdk/certs.js +0 -52
  1947. package/dist/commonjs/sdk/certs.js.map +0 -1
  1948. package/dist/commonjs/sdk/checks.d.ts.map +0 -1
  1949. package/dist/commonjs/sdk/checks.js +0 -62
  1950. package/dist/commonjs/sdk/checks.js.map +0 -1
  1951. package/dist/commonjs/sdk/deployments.d.ts.map +0 -1
  1952. package/dist/commonjs/sdk/deployments.js +0 -102
  1953. package/dist/commonjs/sdk/deployments.js.map +0 -1
  1954. package/dist/commonjs/sdk/dns.d.ts.map +0 -1
  1955. package/dist/commonjs/sdk/dns.js +0 -52
  1956. package/dist/commonjs/sdk/dns.js.map +0 -1
  1957. package/dist/commonjs/sdk/domains.d.ts.map +0 -1
  1958. package/dist/commonjs/sdk/domains.js +0 -112
  1959. package/dist/commonjs/sdk/domains.js.map +0 -1
  1960. package/dist/commonjs/sdk/edgeconfig.d.ts.map +0 -1
  1961. package/dist/commonjs/sdk/edgeconfig.js +0 -172
  1962. package/dist/commonjs/sdk/edgeconfig.js.map +0 -1
  1963. package/dist/commonjs/sdk/integrations.d.ts.map +0 -1
  1964. package/dist/commonjs/sdk/integrations.js +0 -62
  1965. package/dist/commonjs/sdk/integrations.js.map +0 -1
  1966. package/dist/commonjs/sdk/logdrains.d.ts.map +0 -1
  1967. package/dist/commonjs/sdk/logdrains.js +0 -82
  1968. package/dist/commonjs/sdk/logdrains.js.map +0 -1
  1969. package/dist/commonjs/sdk/projectmembers.d.ts.map +0 -1
  1970. package/dist/commonjs/sdk/projectmembers.js +0 -42
  1971. package/dist/commonjs/sdk/projectmembers.js.map +0 -1
  1972. package/dist/commonjs/sdk/projects.d.ts +0 -164
  1973. package/dist/commonjs/sdk/projects.d.ts.map +0 -1
  1974. package/dist/commonjs/sdk/projects.js +0 -212
  1975. package/dist/commonjs/sdk/projects.js.map +0 -1
  1976. package/dist/commonjs/sdk/sdk.d.ts +0 -67
  1977. package/dist/commonjs/sdk/sdk.d.ts.map +0 -1
  1978. package/dist/commonjs/sdk/sdk.js +0 -119
  1979. package/dist/commonjs/sdk/sdk.js.map +0 -1
  1980. package/dist/commonjs/sdk/secrets.d.ts +0 -44
  1981. package/dist/commonjs/sdk/secrets.d.ts.map +0 -1
  1982. package/dist/commonjs/sdk/secrets.js +0 -62
  1983. package/dist/commonjs/sdk/secrets.js.map +0 -1
  1984. package/dist/commonjs/sdk/security.d.ts.map +0 -1
  1985. package/dist/commonjs/sdk/security.js +0 -52
  1986. package/dist/commonjs/sdk/security.js.map +0 -1
  1987. package/dist/commonjs/sdk/teams.d.ts.map +0 -1
  1988. package/dist/commonjs/sdk/teams.js +0 -142
  1989. package/dist/commonjs/sdk/teams.js.map +0 -1
  1990. package/dist/commonjs/sdk/user.d.ts.map +0 -1
  1991. package/dist/commonjs/sdk/user.js +0 -42
  1992. package/dist/commonjs/sdk/user.js.map +0 -1
  1993. package/dist/commonjs/sdk/webhooks.d.ts.map +0 -1
  1994. package/dist/commonjs/sdk/webhooks.js +0 -52
  1995. package/dist/commonjs/sdk/webhooks.js.map +0 -1
  1996. package/dist/commonjs/types/blobs.d.ts.map +0 -1
  1997. package/dist/commonjs/types/blobs.js +0 -52
  1998. package/dist/commonjs/types/blobs.js.map +0 -1
  1999. package/dist/commonjs/types/constdatetime.d.ts.map +0 -1
  2000. package/dist/commonjs/types/constdatetime.js +0 -36
  2001. package/dist/commonjs/types/constdatetime.js.map +0 -1
  2002. package/dist/commonjs/types/enums.d.ts.map +0 -1
  2003. package/dist/commonjs/types/enums.js +0 -10
  2004. package/dist/commonjs/types/enums.js.map +0 -1
  2005. package/dist/commonjs/types/fp.d.ts.map +0 -1
  2006. package/dist/commonjs/types/fp.js +0 -37
  2007. package/dist/commonjs/types/fp.js.map +0 -1
  2008. package/dist/commonjs/types/operations.d.ts.map +0 -1
  2009. package/dist/commonjs/types/operations.js +0 -80
  2010. package/dist/commonjs/types/operations.js.map +0 -1
  2011. package/dist/commonjs/types/rfcdate.d.ts.map +0 -1
  2012. package/dist/commonjs/types/rfcdate.js +0 -46
  2013. package/dist/commonjs/types/rfcdate.js.map +0 -1
  2014. package/dist/commonjs/types/streams.d.ts.map +0 -1
  2015. package/dist/commonjs/types/streams.js +0 -18
  2016. package/dist/commonjs/types/streams.js.map +0 -1
  2017. package/dist/esm/core.d.ts +0 -10
  2018. package/dist/esm/core.d.ts.map +0 -1
  2019. package/dist/esm/core.js.map +0 -1
  2020. package/dist/esm/funcs/accessGroupsCreateAccessGroup.d.ts +0 -15
  2021. package/dist/esm/funcs/accessGroupsCreateAccessGroup.d.ts.map +0 -1
  2022. package/dist/esm/funcs/accessGroupsCreateAccessGroup.js +0 -73
  2023. package/dist/esm/funcs/accessGroupsCreateAccessGroup.js.map +0 -1
  2024. package/dist/esm/funcs/accessGroupsDeleteAccessGroup.d.ts +0 -15
  2025. package/dist/esm/funcs/accessGroupsDeleteAccessGroup.d.ts.map +0 -1
  2026. package/dist/esm/funcs/accessGroupsDeleteAccessGroup.js +0 -79
  2027. package/dist/esm/funcs/accessGroupsDeleteAccessGroup.js.map +0 -1
  2028. package/dist/esm/funcs/accessGroupsListAccessGroupMembers.d.ts +0 -15
  2029. package/dist/esm/funcs/accessGroupsListAccessGroupMembers.d.ts.map +0 -1
  2030. package/dist/esm/funcs/accessGroupsListAccessGroupMembers.js +0 -81
  2031. package/dist/esm/funcs/accessGroupsListAccessGroupMembers.js.map +0 -1
  2032. package/dist/esm/funcs/accessGroupsListAccessGroupProjects.d.ts +0 -15
  2033. package/dist/esm/funcs/accessGroupsListAccessGroupProjects.d.ts.map +0 -1
  2034. package/dist/esm/funcs/accessGroupsListAccessGroupProjects.js +0 -80
  2035. package/dist/esm/funcs/accessGroupsListAccessGroupProjects.js.map +0 -1
  2036. package/dist/esm/funcs/accessGroupsListAccessGroups.d.ts +0 -15
  2037. package/dist/esm/funcs/accessGroupsListAccessGroups.d.ts.map +0 -1
  2038. package/dist/esm/funcs/accessGroupsListAccessGroups.js +0 -78
  2039. package/dist/esm/funcs/accessGroupsListAccessGroups.js.map +0 -1
  2040. package/dist/esm/funcs/accessGroupsReadAccessGroup.d.ts +0 -15
  2041. package/dist/esm/funcs/accessGroupsReadAccessGroup.d.ts.map +0 -1
  2042. package/dist/esm/funcs/accessGroupsReadAccessGroup.js +0 -78
  2043. package/dist/esm/funcs/accessGroupsReadAccessGroup.js.map +0 -1
  2044. package/dist/esm/funcs/accessGroupsUpdateAccessGroup.d.ts +0 -15
  2045. package/dist/esm/funcs/accessGroupsUpdateAccessGroup.d.ts.map +0 -1
  2046. package/dist/esm/funcs/accessGroupsUpdateAccessGroup.js +0 -79
  2047. package/dist/esm/funcs/accessGroupsUpdateAccessGroup.js.map +0 -1
  2048. package/dist/esm/funcs/aliasesAssignAlias.d.ts +0 -15
  2049. package/dist/esm/funcs/aliasesAssignAlias.d.ts.map +0 -1
  2050. package/dist/esm/funcs/aliasesAssignAlias.js +0 -79
  2051. package/dist/esm/funcs/aliasesAssignAlias.js.map +0 -1
  2052. package/dist/esm/funcs/aliasesDeleteAlias.d.ts +0 -15
  2053. package/dist/esm/funcs/aliasesDeleteAlias.d.ts.map +0 -1
  2054. package/dist/esm/funcs/aliasesDeleteAlias.js +0 -78
  2055. package/dist/esm/funcs/aliasesDeleteAlias.js.map +0 -1
  2056. package/dist/esm/funcs/aliasesGetAlias.d.ts +0 -15
  2057. package/dist/esm/funcs/aliasesGetAlias.d.ts.map +0 -1
  2058. package/dist/esm/funcs/aliasesGetAlias.js +0 -82
  2059. package/dist/esm/funcs/aliasesGetAlias.js.map +0 -1
  2060. package/dist/esm/funcs/aliasesListAliases.d.ts +0 -15
  2061. package/dist/esm/funcs/aliasesListAliases.d.ts.map +0 -1
  2062. package/dist/esm/funcs/aliasesListAliases.js +0 -79
  2063. package/dist/esm/funcs/aliasesListAliases.js.map +0 -1
  2064. package/dist/esm/funcs/aliasesListDeploymentAliases.d.ts +0 -15
  2065. package/dist/esm/funcs/aliasesListDeploymentAliases.d.ts.map +0 -1
  2066. package/dist/esm/funcs/aliasesListDeploymentAliases.js +0 -78
  2067. package/dist/esm/funcs/aliasesListDeploymentAliases.js.map +0 -1
  2068. package/dist/esm/funcs/artifactsArtifactExists.d.ts +0 -15
  2069. package/dist/esm/funcs/artifactsArtifactExists.d.ts.map +0 -1
  2070. package/dist/esm/funcs/artifactsArtifactExists.js +0 -79
  2071. package/dist/esm/funcs/artifactsArtifactExists.js.map +0 -1
  2072. package/dist/esm/funcs/artifactsArtifactQuery.d.ts +0 -17
  2073. package/dist/esm/funcs/artifactsArtifactQuery.d.ts.map +0 -1
  2074. package/dist/esm/funcs/artifactsArtifactQuery.js +0 -74
  2075. package/dist/esm/funcs/artifactsArtifactQuery.js.map +0 -1
  2076. package/dist/esm/funcs/artifactsDownloadArtifact.d.ts +0 -15
  2077. package/dist/esm/funcs/artifactsDownloadArtifact.d.ts.map +0 -1
  2078. package/dist/esm/funcs/artifactsDownloadArtifact.js +0 -83
  2079. package/dist/esm/funcs/artifactsDownloadArtifact.js.map +0 -1
  2080. package/dist/esm/funcs/artifactsRecordEvents.d.ts +0 -15
  2081. package/dist/esm/funcs/artifactsRecordEvents.d.ts.map +0 -1
  2082. package/dist/esm/funcs/artifactsRecordEvents.js +0 -76
  2083. package/dist/esm/funcs/artifactsRecordEvents.js.map +0 -1
  2084. package/dist/esm/funcs/artifactsStatus.d.ts +0 -15
  2085. package/dist/esm/funcs/artifactsStatus.d.ts.map +0 -1
  2086. package/dist/esm/funcs/artifactsStatus.js +0 -72
  2087. package/dist/esm/funcs/artifactsStatus.js.map +0 -1
  2088. package/dist/esm/funcs/artifactsUploadArtifact.d.ts +0 -15
  2089. package/dist/esm/funcs/artifactsUploadArtifact.d.ts.map +0 -1
  2090. package/dist/esm/funcs/artifactsUploadArtifact.js +0 -84
  2091. package/dist/esm/funcs/artifactsUploadArtifact.js.map +0 -1
  2092. package/dist/esm/funcs/authenticationCreateAuthToken.d.ts +0 -15
  2093. package/dist/esm/funcs/authenticationCreateAuthToken.d.ts.map +0 -1
  2094. package/dist/esm/funcs/authenticationCreateAuthToken.js +0 -73
  2095. package/dist/esm/funcs/authenticationCreateAuthToken.js.map +0 -1
  2096. package/dist/esm/funcs/authenticationDeleteAuthToken.d.ts +0 -15
  2097. package/dist/esm/funcs/authenticationDeleteAuthToken.d.ts.map +0 -1
  2098. package/dist/esm/funcs/authenticationDeleteAuthToken.js +0 -73
  2099. package/dist/esm/funcs/authenticationDeleteAuthToken.js.map +0 -1
  2100. package/dist/esm/funcs/authenticationGetAuthToken.d.ts +0 -15
  2101. package/dist/esm/funcs/authenticationGetAuthToken.d.ts.map +0 -1
  2102. package/dist/esm/funcs/authenticationGetAuthToken.js +0 -73
  2103. package/dist/esm/funcs/authenticationGetAuthToken.js.map +0 -1
  2104. package/dist/esm/funcs/authenticationListAuthTokens.d.ts +0 -15
  2105. package/dist/esm/funcs/authenticationListAuthTokens.d.ts.map +0 -1
  2106. package/dist/esm/funcs/authenticationListAuthTokens.js +0 -58
  2107. package/dist/esm/funcs/authenticationListAuthTokens.js.map +0 -1
  2108. package/dist/esm/funcs/certsGetCertById.d.ts +0 -15
  2109. package/dist/esm/funcs/certsGetCertById.d.ts.map +0 -1
  2110. package/dist/esm/funcs/certsGetCertById.js +0 -78
  2111. package/dist/esm/funcs/certsGetCertById.js.map +0 -1
  2112. package/dist/esm/funcs/certsIssueCert.d.ts +0 -15
  2113. package/dist/esm/funcs/certsIssueCert.d.ts.map +0 -1
  2114. package/dist/esm/funcs/certsIssueCert.js +0 -73
  2115. package/dist/esm/funcs/certsIssueCert.js.map +0 -1
  2116. package/dist/esm/funcs/certsRemoveCert.d.ts +0 -15
  2117. package/dist/esm/funcs/certsRemoveCert.d.ts.map +0 -1
  2118. package/dist/esm/funcs/certsRemoveCert.js +0 -78
  2119. package/dist/esm/funcs/certsRemoveCert.js.map +0 -1
  2120. package/dist/esm/funcs/certsUploadCert.d.ts +0 -15
  2121. package/dist/esm/funcs/certsUploadCert.d.ts.map +0 -1
  2122. package/dist/esm/funcs/certsUploadCert.js +0 -73
  2123. package/dist/esm/funcs/certsUploadCert.js.map +0 -1
  2124. package/dist/esm/funcs/checksCreateCheck.d.ts +0 -15
  2125. package/dist/esm/funcs/checksCreateCheck.d.ts.map +0 -1
  2126. package/dist/esm/funcs/checksCreateCheck.js +0 -79
  2127. package/dist/esm/funcs/checksCreateCheck.js.map +0 -1
  2128. package/dist/esm/funcs/checksGetAllChecks.d.ts +0 -15
  2129. package/dist/esm/funcs/checksGetAllChecks.d.ts.map +0 -1
  2130. package/dist/esm/funcs/checksGetAllChecks.js +0 -78
  2131. package/dist/esm/funcs/checksGetAllChecks.js.map +0 -1
  2132. package/dist/esm/funcs/checksGetCheck.d.ts +0 -15
  2133. package/dist/esm/funcs/checksGetCheck.d.ts.map +0 -1
  2134. package/dist/esm/funcs/checksGetCheck.js +0 -82
  2135. package/dist/esm/funcs/checksGetCheck.js.map +0 -1
  2136. package/dist/esm/funcs/checksRerequestCheck.d.ts +0 -15
  2137. package/dist/esm/funcs/checksRerequestCheck.d.ts.map +0 -1
  2138. package/dist/esm/funcs/checksRerequestCheck.js +0 -82
  2139. package/dist/esm/funcs/checksRerequestCheck.js.map +0 -1
  2140. package/dist/esm/funcs/checksUpdateCheck.d.ts +0 -15
  2141. package/dist/esm/funcs/checksUpdateCheck.d.ts.map +0 -1
  2142. package/dist/esm/funcs/checksUpdateCheck.js +0 -83
  2143. package/dist/esm/funcs/checksUpdateCheck.js.map +0 -1
  2144. package/dist/esm/funcs/dataCacheBillingSettings.d.ts +0 -9
  2145. package/dist/esm/funcs/dataCacheBillingSettings.d.ts.map +0 -1
  2146. package/dist/esm/funcs/dataCacheBillingSettings.js +0 -59
  2147. package/dist/esm/funcs/dataCacheBillingSettings.js.map +0 -1
  2148. package/dist/esm/funcs/datacachePurgeall.d.ts +0 -9
  2149. package/dist/esm/funcs/datacachePurgeall.d.ts.map +0 -1
  2150. package/dist/esm/funcs/datacachePurgeall.js +0 -61
  2151. package/dist/esm/funcs/datacachePurgeall.js.map +0 -1
  2152. package/dist/esm/funcs/deploymentsCancelDeployment.d.ts +0 -15
  2153. package/dist/esm/funcs/deploymentsCancelDeployment.d.ts.map +0 -1
  2154. package/dist/esm/funcs/deploymentsCancelDeployment.js +0 -78
  2155. package/dist/esm/funcs/deploymentsCancelDeployment.js.map +0 -1
  2156. package/dist/esm/funcs/deploymentsCreateDeployment.d.ts +0 -15
  2157. package/dist/esm/funcs/deploymentsCreateDeployment.d.ts.map +0 -1
  2158. package/dist/esm/funcs/deploymentsCreateDeployment.js +0 -75
  2159. package/dist/esm/funcs/deploymentsCreateDeployment.js.map +0 -1
  2160. package/dist/esm/funcs/deploymentsDeleteDeployment.d.ts +0 -15
  2161. package/dist/esm/funcs/deploymentsDeleteDeployment.d.ts.map +0 -1
  2162. package/dist/esm/funcs/deploymentsDeleteDeployment.js +0 -79
  2163. package/dist/esm/funcs/deploymentsDeleteDeployment.js.map +0 -1
  2164. package/dist/esm/funcs/deploymentsGetDeployment.d.ts +0 -15
  2165. package/dist/esm/funcs/deploymentsGetDeployment.d.ts.map +0 -1
  2166. package/dist/esm/funcs/deploymentsGetDeployment.js +0 -79
  2167. package/dist/esm/funcs/deploymentsGetDeployment.js.map +0 -1
  2168. package/dist/esm/funcs/deploymentsGetDeploymentEvents.d.ts +0 -15
  2169. package/dist/esm/funcs/deploymentsGetDeploymentEvents.d.ts.map +0 -1
  2170. package/dist/esm/funcs/deploymentsGetDeploymentEvents.js +0 -88
  2171. package/dist/esm/funcs/deploymentsGetDeploymentEvents.js.map +0 -1
  2172. package/dist/esm/funcs/deploymentsGetDeploymentFileContents.d.ts +0 -15
  2173. package/dist/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +0 -1
  2174. package/dist/esm/funcs/deploymentsGetDeploymentFileContents.js +0 -84
  2175. package/dist/esm/funcs/deploymentsGetDeploymentFileContents.js.map +0 -1
  2176. package/dist/esm/funcs/deploymentsGetDeployments.d.ts +0 -15
  2177. package/dist/esm/funcs/deploymentsGetDeployments.d.ts.map +0 -1
  2178. package/dist/esm/funcs/deploymentsGetDeployments.js +0 -83
  2179. package/dist/esm/funcs/deploymentsGetDeployments.js.map +0 -1
  2180. package/dist/esm/funcs/deploymentsListDeploymentFiles.d.ts +0 -16
  2181. package/dist/esm/funcs/deploymentsListDeploymentFiles.d.ts.map +0 -1
  2182. package/dist/esm/funcs/deploymentsListDeploymentFiles.js +0 -80
  2183. package/dist/esm/funcs/deploymentsListDeploymentFiles.js.map +0 -1
  2184. package/dist/esm/funcs/deploymentsUploadFile.d.ts +0 -15
  2185. package/dist/esm/funcs/deploymentsUploadFile.d.ts.map +0 -1
  2186. package/dist/esm/funcs/deploymentsUploadFile.js +0 -82
  2187. package/dist/esm/funcs/deploymentsUploadFile.js.map +0 -1
  2188. package/dist/esm/funcs/dnsCreateRecord.d.ts +0 -15
  2189. package/dist/esm/funcs/dnsCreateRecord.d.ts.map +0 -1
  2190. package/dist/esm/funcs/dnsCreateRecord.js +0 -79
  2191. package/dist/esm/funcs/dnsCreateRecord.js.map +0 -1
  2192. package/dist/esm/funcs/dnsGetRecords.d.ts +0 -15
  2193. package/dist/esm/funcs/dnsGetRecords.d.ts.map +0 -1
  2194. package/dist/esm/funcs/dnsGetRecords.js +0 -81
  2195. package/dist/esm/funcs/dnsGetRecords.js.map +0 -1
  2196. package/dist/esm/funcs/dnsRemoveRecord.d.ts +0 -15
  2197. package/dist/esm/funcs/dnsRemoveRecord.d.ts.map +0 -1
  2198. package/dist/esm/funcs/dnsRemoveRecord.js +0 -82
  2199. package/dist/esm/funcs/dnsRemoveRecord.js.map +0 -1
  2200. package/dist/esm/funcs/dnsUpdateRecord.d.ts +0 -15
  2201. package/dist/esm/funcs/dnsUpdateRecord.d.ts.map +0 -1
  2202. package/dist/esm/funcs/dnsUpdateRecord.js +0 -79
  2203. package/dist/esm/funcs/dnsUpdateRecord.js.map +0 -1
  2204. package/dist/esm/funcs/domainsBuyDomain.d.ts +0 -15
  2205. package/dist/esm/funcs/domainsBuyDomain.d.ts.map +0 -1
  2206. package/dist/esm/funcs/domainsBuyDomain.js +0 -73
  2207. package/dist/esm/funcs/domainsBuyDomain.js.map +0 -1
  2208. package/dist/esm/funcs/domainsCheckDomainPrice.d.ts +0 -15
  2209. package/dist/esm/funcs/domainsCheckDomainPrice.d.ts.map +0 -1
  2210. package/dist/esm/funcs/domainsCheckDomainPrice.js +0 -74
  2211. package/dist/esm/funcs/domainsCheckDomainPrice.js.map +0 -1
  2212. package/dist/esm/funcs/domainsCheckDomainStatus.d.ts +0 -15
  2213. package/dist/esm/funcs/domainsCheckDomainStatus.d.ts.map +0 -1
  2214. package/dist/esm/funcs/domainsCheckDomainStatus.js +0 -73
  2215. package/dist/esm/funcs/domainsCheckDomainStatus.js.map +0 -1
  2216. package/dist/esm/funcs/domainsCreateOrTransferDomain.d.ts +0 -15
  2217. package/dist/esm/funcs/domainsCreateOrTransferDomain.d.ts.map +0 -1
  2218. package/dist/esm/funcs/domainsCreateOrTransferDomain.js +0 -73
  2219. package/dist/esm/funcs/domainsCreateOrTransferDomain.js.map +0 -1
  2220. package/dist/esm/funcs/domainsDeleteDomain.d.ts +0 -15
  2221. package/dist/esm/funcs/domainsDeleteDomain.d.ts.map +0 -1
  2222. package/dist/esm/funcs/domainsDeleteDomain.js +0 -78
  2223. package/dist/esm/funcs/domainsDeleteDomain.js.map +0 -1
  2224. package/dist/esm/funcs/domainsGetDomain.d.ts +0 -15
  2225. package/dist/esm/funcs/domainsGetDomain.d.ts.map +0 -1
  2226. package/dist/esm/funcs/domainsGetDomain.js +0 -78
  2227. package/dist/esm/funcs/domainsGetDomain.js.map +0 -1
  2228. package/dist/esm/funcs/domainsGetDomainConfig.d.ts +0 -15
  2229. package/dist/esm/funcs/domainsGetDomainConfig.d.ts.map +0 -1
  2230. package/dist/esm/funcs/domainsGetDomainConfig.js +0 -79
  2231. package/dist/esm/funcs/domainsGetDomainConfig.js.map +0 -1
  2232. package/dist/esm/funcs/domainsGetDomainTransfer.d.ts +0 -15
  2233. package/dist/esm/funcs/domainsGetDomainTransfer.d.ts.map +0 -1
  2234. package/dist/esm/funcs/domainsGetDomainTransfer.js +0 -78
  2235. package/dist/esm/funcs/domainsGetDomainTransfer.js.map +0 -1
  2236. package/dist/esm/funcs/domainsGetDomains.d.ts +0 -15
  2237. package/dist/esm/funcs/domainsGetDomains.d.ts.map +0 -1
  2238. package/dist/esm/funcs/domainsGetDomains.js +0 -75
  2239. package/dist/esm/funcs/domainsGetDomains.js.map +0 -1
  2240. package/dist/esm/funcs/domainsPatchDomain.d.ts +0 -15
  2241. package/dist/esm/funcs/domainsPatchDomain.d.ts.map +0 -1
  2242. package/dist/esm/funcs/domainsPatchDomain.js +0 -79
  2243. package/dist/esm/funcs/domainsPatchDomain.js.map +0 -1
  2244. package/dist/esm/funcs/edgeConfigCreateEdgeConfig.d.ts +0 -15
  2245. package/dist/esm/funcs/edgeConfigCreateEdgeConfig.d.ts.map +0 -1
  2246. package/dist/esm/funcs/edgeConfigCreateEdgeConfig.js +0 -73
  2247. package/dist/esm/funcs/edgeConfigCreateEdgeConfig.js.map +0 -1
  2248. package/dist/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts +0 -15
  2249. package/dist/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts.map +0 -1
  2250. package/dist/esm/funcs/edgeConfigCreateEdgeConfigToken.js +0 -79
  2251. package/dist/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +0 -1
  2252. package/dist/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts +0 -15
  2253. package/dist/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts.map +0 -1
  2254. package/dist/esm/funcs/edgeConfigDeleteEdgeConfig.js +0 -79
  2255. package/dist/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +0 -1
  2256. package/dist/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts +0 -15
  2257. package/dist/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts.map +0 -1
  2258. package/dist/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +0 -79
  2259. package/dist/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +0 -1
  2260. package/dist/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts +0 -15
  2261. package/dist/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts.map +0 -1
  2262. package/dist/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +0 -80
  2263. package/dist/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +0 -1
  2264. package/dist/esm/funcs/edgeConfigGetEdgeConfig.d.ts +0 -15
  2265. package/dist/esm/funcs/edgeConfigGetEdgeConfig.d.ts.map +0 -1
  2266. package/dist/esm/funcs/edgeConfigGetEdgeConfig.js +0 -78
  2267. package/dist/esm/funcs/edgeConfigGetEdgeConfig.js.map +0 -1
  2268. package/dist/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts +0 -15
  2269. package/dist/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts.map +0 -1
  2270. package/dist/esm/funcs/edgeConfigGetEdgeConfigBackup.js +0 -79
  2271. package/dist/esm/funcs/edgeConfigGetEdgeConfigBackup.js.map +0 -1
  2272. package/dist/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts +0 -15
  2273. package/dist/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts.map +0 -1
  2274. package/dist/esm/funcs/edgeConfigGetEdgeConfigBackups.js +0 -81
  2275. package/dist/esm/funcs/edgeConfigGetEdgeConfigBackups.js.map +0 -1
  2276. package/dist/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts +0 -16
  2277. package/dist/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts.map +0 -1
  2278. package/dist/esm/funcs/edgeConfigGetEdgeConfigItem.js +0 -80
  2279. package/dist/esm/funcs/edgeConfigGetEdgeConfigItem.js.map +0 -1
  2280. package/dist/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts +0 -16
  2281. package/dist/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +0 -1
  2282. package/dist/esm/funcs/edgeConfigGetEdgeConfigItems.js +0 -79
  2283. package/dist/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +0 -1
  2284. package/dist/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts +0 -15
  2285. package/dist/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts.map +0 -1
  2286. package/dist/esm/funcs/edgeConfigGetEdgeConfigSchema.js +0 -78
  2287. package/dist/esm/funcs/edgeConfigGetEdgeConfigSchema.js.map +0 -1
  2288. package/dist/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts +0 -16
  2289. package/dist/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts.map +0 -1
  2290. package/dist/esm/funcs/edgeConfigGetEdgeConfigToken.js +0 -83
  2291. package/dist/esm/funcs/edgeConfigGetEdgeConfigToken.js.map +0 -1
  2292. package/dist/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts +0 -16
  2293. package/dist/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts.map +0 -1
  2294. package/dist/esm/funcs/edgeConfigGetEdgeConfigTokens.js +0 -79
  2295. package/dist/esm/funcs/edgeConfigGetEdgeConfigTokens.js.map +0 -1
  2296. package/dist/esm/funcs/edgeConfigGetEdgeConfigs.d.ts +0 -15
  2297. package/dist/esm/funcs/edgeConfigGetEdgeConfigs.d.ts.map +0 -1
  2298. package/dist/esm/funcs/edgeConfigGetEdgeConfigs.js +0 -73
  2299. package/dist/esm/funcs/edgeConfigGetEdgeConfigs.js.map +0 -1
  2300. package/dist/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts +0 -15
  2301. package/dist/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts.map +0 -1
  2302. package/dist/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +0 -80
  2303. package/dist/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +0 -1
  2304. package/dist/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts +0 -15
  2305. package/dist/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts.map +0 -1
  2306. package/dist/esm/funcs/edgeConfigUpdateEdgeConfig.js +0 -79
  2307. package/dist/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +0 -1
  2308. package/dist/esm/funcs/getCerts.d.ts +0 -9
  2309. package/dist/esm/funcs/getCerts.d.ts.map +0 -1
  2310. package/dist/esm/funcs/getCerts.js +0 -47
  2311. package/dist/esm/funcs/getCerts.js.map +0 -1
  2312. package/dist/esm/funcs/integrationsDeleteConfiguration.d.ts +0 -15
  2313. package/dist/esm/funcs/integrationsDeleteConfiguration.d.ts.map +0 -1
  2314. package/dist/esm/funcs/integrationsDeleteConfiguration.js +0 -79
  2315. package/dist/esm/funcs/integrationsDeleteConfiguration.js.map +0 -1
  2316. package/dist/esm/funcs/integrationsGetConfiguration.d.ts +0 -15
  2317. package/dist/esm/funcs/integrationsGetConfiguration.d.ts.map +0 -1
  2318. package/dist/esm/funcs/integrationsGetConfiguration.js +0 -78
  2319. package/dist/esm/funcs/integrationsGetConfiguration.js.map +0 -1
  2320. package/dist/esm/funcs/integrationsGetConfigurations.d.ts +0 -15
  2321. package/dist/esm/funcs/integrationsGetConfigurations.d.ts.map +0 -1
  2322. package/dist/esm/funcs/integrationsGetConfigurations.js +0 -75
  2323. package/dist/esm/funcs/integrationsGetConfigurations.js.map +0 -1
  2324. package/dist/esm/funcs/integrationsGitNamespaces.d.ts +0 -15
  2325. package/dist/esm/funcs/integrationsGitNamespaces.d.ts.map +0 -1
  2326. package/dist/esm/funcs/integrationsGitNamespaces.js +0 -73
  2327. package/dist/esm/funcs/integrationsGitNamespaces.js.map +0 -1
  2328. package/dist/esm/funcs/integrationsSearchRepo.d.ts +0 -15
  2329. package/dist/esm/funcs/integrationsSearchRepo.d.ts.map +0 -1
  2330. package/dist/esm/funcs/integrationsSearchRepo.js +0 -77
  2331. package/dist/esm/funcs/integrationsSearchRepo.js.map +0 -1
  2332. package/dist/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -15
  2333. package/dist/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
  2334. package/dist/esm/funcs/logDrainsCreateConfigurableLogDrain.js +0 -73
  2335. package/dist/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
  2336. package/dist/esm/funcs/logDrainsCreateLogDrain.d.ts +0 -15
  2337. package/dist/esm/funcs/logDrainsCreateLogDrain.d.ts.map +0 -1
  2338. package/dist/esm/funcs/logDrainsCreateLogDrain.js +0 -73
  2339. package/dist/esm/funcs/logDrainsCreateLogDrain.js.map +0 -1
  2340. package/dist/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +0 -15
  2341. package/dist/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
  2342. package/dist/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +0 -79
  2343. package/dist/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
  2344. package/dist/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +0 -15
  2345. package/dist/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts.map +0 -1
  2346. package/dist/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +0 -79
  2347. package/dist/esm/funcs/logDrainsDeleteIntegrationLogDrain.js.map +0 -1
  2348. package/dist/esm/funcs/logDrainsGetAllLogDrains.d.ts +0 -15
  2349. package/dist/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
  2350. package/dist/esm/funcs/logDrainsGetAllLogDrains.js +0 -74
  2351. package/dist/esm/funcs/logDrainsGetAllLogDrains.js.map +0 -1
  2352. package/dist/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -15
  2353. package/dist/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
  2354. package/dist/esm/funcs/logDrainsGetConfigurableLogDrain.js +0 -78
  2355. package/dist/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
  2356. package/dist/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts +0 -15
  2357. package/dist/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts.map +0 -1
  2358. package/dist/esm/funcs/logDrainsGetIntegrationLogDrains.js +0 -73
  2359. package/dist/esm/funcs/logDrainsGetIntegrationLogDrains.js.map +0 -1
  2360. package/dist/esm/funcs/projectMembersAddProjectMember.d.ts +0 -15
  2361. package/dist/esm/funcs/projectMembersAddProjectMember.d.ts.map +0 -1
  2362. package/dist/esm/funcs/projectMembersAddProjectMember.js +0 -79
  2363. package/dist/esm/funcs/projectMembersAddProjectMember.js.map +0 -1
  2364. package/dist/esm/funcs/projectMembersGetProjectMembers.d.ts +0 -15
  2365. package/dist/esm/funcs/projectMembersGetProjectMembers.d.ts.map +0 -1
  2366. package/dist/esm/funcs/projectMembersGetProjectMembers.js +0 -82
  2367. package/dist/esm/funcs/projectMembersGetProjectMembers.js.map +0 -1
  2368. package/dist/esm/funcs/projectMembersRemoveProjectMember.d.ts +0 -15
  2369. package/dist/esm/funcs/projectMembersRemoveProjectMember.d.ts.map +0 -1
  2370. package/dist/esm/funcs/projectMembersRemoveProjectMember.js +0 -82
  2371. package/dist/esm/funcs/projectMembersRemoveProjectMember.js.map +0 -1
  2372. package/dist/esm/funcs/projectsAddProjectDomain.d.ts +0 -15
  2373. package/dist/esm/funcs/projectsAddProjectDomain.d.ts.map +0 -1
  2374. package/dist/esm/funcs/projectsAddProjectDomain.js +0 -79
  2375. package/dist/esm/funcs/projectsAddProjectDomain.js.map +0 -1
  2376. package/dist/esm/funcs/projectsCreateProject.d.ts +0 -15
  2377. package/dist/esm/funcs/projectsCreateProject.d.ts.map +0 -1
  2378. package/dist/esm/funcs/projectsCreateProject.js +0 -73
  2379. package/dist/esm/funcs/projectsCreateProject.js.map +0 -1
  2380. package/dist/esm/funcs/projectsCreateProjectEnv.d.ts +0 -15
  2381. package/dist/esm/funcs/projectsCreateProjectEnv.d.ts.map +0 -1
  2382. package/dist/esm/funcs/projectsCreateProjectEnv.js +0 -80
  2383. package/dist/esm/funcs/projectsCreateProjectEnv.js.map +0 -1
  2384. package/dist/esm/funcs/projectsDeleteProject.d.ts +0 -15
  2385. package/dist/esm/funcs/projectsDeleteProject.d.ts.map +0 -1
  2386. package/dist/esm/funcs/projectsDeleteProject.js +0 -79
  2387. package/dist/esm/funcs/projectsDeleteProject.js.map +0 -1
  2388. package/dist/esm/funcs/projectsEditProjectEnv.d.ts +0 -15
  2389. package/dist/esm/funcs/projectsEditProjectEnv.d.ts.map +0 -1
  2390. package/dist/esm/funcs/projectsEditProjectEnv.js +0 -83
  2391. package/dist/esm/funcs/projectsEditProjectEnv.js.map +0 -1
  2392. package/dist/esm/funcs/projectsFilterProjectEnvs.d.ts +0 -15
  2393. package/dist/esm/funcs/projectsFilterProjectEnvs.d.ts.map +0 -1
  2394. package/dist/esm/funcs/projectsFilterProjectEnvs.js +0 -81
  2395. package/dist/esm/funcs/projectsFilterProjectEnvs.js.map +0 -1
  2396. package/dist/esm/funcs/projectsGetProjectDomain.d.ts +0 -15
  2397. package/dist/esm/funcs/projectsGetProjectDomain.d.ts.map +0 -1
  2398. package/dist/esm/funcs/projectsGetProjectDomain.js +0 -82
  2399. package/dist/esm/funcs/projectsGetProjectDomain.js.map +0 -1
  2400. package/dist/esm/funcs/projectsGetProjectEnv.d.ts +0 -15
  2401. package/dist/esm/funcs/projectsGetProjectEnv.d.ts.map +0 -1
  2402. package/dist/esm/funcs/projectsGetProjectEnv.js +0 -82
  2403. package/dist/esm/funcs/projectsGetProjectEnv.js.map +0 -1
  2404. package/dist/esm/funcs/projectsGetProjects.d.ts +0 -15
  2405. package/dist/esm/funcs/projectsGetProjects.d.ts.map +0 -1
  2406. package/dist/esm/funcs/projectsGetProjects.js +0 -83
  2407. package/dist/esm/funcs/projectsGetProjects.js.map +0 -1
  2408. package/dist/esm/funcs/projectsListPromoteAliases.d.ts +0 -15
  2409. package/dist/esm/funcs/projectsListPromoteAliases.d.ts.map +0 -1
  2410. package/dist/esm/funcs/projectsListPromoteAliases.js +0 -82
  2411. package/dist/esm/funcs/projectsListPromoteAliases.js.map +0 -1
  2412. package/dist/esm/funcs/projectsPauseProject.d.ts +0 -15
  2413. package/dist/esm/funcs/projectsPauseProject.d.ts.map +0 -1
  2414. package/dist/esm/funcs/projectsPauseProject.js +0 -78
  2415. package/dist/esm/funcs/projectsPauseProject.js.map +0 -1
  2416. package/dist/esm/funcs/projectsRemoveProjectDomain.d.ts +0 -15
  2417. package/dist/esm/funcs/projectsRemoveProjectDomain.d.ts.map +0 -1
  2418. package/dist/esm/funcs/projectsRemoveProjectDomain.js +0 -82
  2419. package/dist/esm/funcs/projectsRemoveProjectDomain.js.map +0 -1
  2420. package/dist/esm/funcs/projectsRemoveProjectEnv.d.ts +0 -15
  2421. package/dist/esm/funcs/projectsRemoveProjectEnv.d.ts.map +0 -1
  2422. package/dist/esm/funcs/projectsRemoveProjectEnv.js +0 -82
  2423. package/dist/esm/funcs/projectsRemoveProjectEnv.js.map +0 -1
  2424. package/dist/esm/funcs/projectsRequestPromote.d.ts +0 -15
  2425. package/dist/esm/funcs/projectsRequestPromote.d.ts.map +0 -1
  2426. package/dist/esm/funcs/projectsRequestPromote.js +0 -83
  2427. package/dist/esm/funcs/projectsRequestPromote.js.map +0 -1
  2428. package/dist/esm/funcs/projectsUnpauseProject.d.ts +0 -15
  2429. package/dist/esm/funcs/projectsUnpauseProject.d.ts.map +0 -1
  2430. package/dist/esm/funcs/projectsUnpauseProject.js +0 -78
  2431. package/dist/esm/funcs/projectsUnpauseProject.js.map +0 -1
  2432. package/dist/esm/funcs/projectsUpdateProject.d.ts +0 -15
  2433. package/dist/esm/funcs/projectsUpdateProject.d.ts.map +0 -1
  2434. package/dist/esm/funcs/projectsUpdateProject.js +0 -79
  2435. package/dist/esm/funcs/projectsUpdateProject.js.map +0 -1
  2436. package/dist/esm/funcs/projectsUpdateProjectDataCache.d.ts +0 -15
  2437. package/dist/esm/funcs/projectsUpdateProjectDataCache.d.ts.map +0 -1
  2438. package/dist/esm/funcs/projectsUpdateProjectDataCache.js +0 -79
  2439. package/dist/esm/funcs/projectsUpdateProjectDataCache.js.map +0 -1
  2440. package/dist/esm/funcs/projectsUpdateProjectDomain.d.ts +0 -15
  2441. package/dist/esm/funcs/projectsUpdateProjectDomain.d.ts.map +0 -1
  2442. package/dist/esm/funcs/projectsUpdateProjectDomain.js +0 -83
  2443. package/dist/esm/funcs/projectsUpdateProjectDomain.js.map +0 -1
  2444. package/dist/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts +0 -15
  2445. package/dist/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts.map +0 -1
  2446. package/dist/esm/funcs/projectsUpdateProjectProtectionBypass.js +0 -79
  2447. package/dist/esm/funcs/projectsUpdateProjectProtectionBypass.js.map +0 -1
  2448. package/dist/esm/funcs/projectsVerifyProjectDomain.d.ts +0 -15
  2449. package/dist/esm/funcs/projectsVerifyProjectDomain.d.ts.map +0 -1
  2450. package/dist/esm/funcs/projectsVerifyProjectDomain.js +0 -82
  2451. package/dist/esm/funcs/projectsVerifyProjectDomain.js.map +0 -1
  2452. package/dist/esm/funcs/secretsCreateSecret.d.ts +0 -15
  2453. package/dist/esm/funcs/secretsCreateSecret.d.ts.map +0 -1
  2454. package/dist/esm/funcs/secretsCreateSecret.js +0 -79
  2455. package/dist/esm/funcs/secretsCreateSecret.js.map +0 -1
  2456. package/dist/esm/funcs/secretsDeleteSecret.d.ts +0 -15
  2457. package/dist/esm/funcs/secretsDeleteSecret.d.ts.map +0 -1
  2458. package/dist/esm/funcs/secretsDeleteSecret.js +0 -78
  2459. package/dist/esm/funcs/secretsDeleteSecret.js.map +0 -1
  2460. package/dist/esm/funcs/secretsGetSecret.d.ts +0 -15
  2461. package/dist/esm/funcs/secretsGetSecret.d.ts.map +0 -1
  2462. package/dist/esm/funcs/secretsGetSecret.js +0 -79
  2463. package/dist/esm/funcs/secretsGetSecret.js.map +0 -1
  2464. package/dist/esm/funcs/secretsGetSecrets.d.ts +0 -15
  2465. package/dist/esm/funcs/secretsGetSecrets.d.ts.map +0 -1
  2466. package/dist/esm/funcs/secretsGetSecrets.js +0 -74
  2467. package/dist/esm/funcs/secretsGetSecrets.js.map +0 -1
  2468. package/dist/esm/funcs/secretsRenameSecret.d.ts +0 -15
  2469. package/dist/esm/funcs/secretsRenameSecret.d.ts.map +0 -1
  2470. package/dist/esm/funcs/secretsRenameSecret.js +0 -79
  2471. package/dist/esm/funcs/secretsRenameSecret.js.map +0 -1
  2472. package/dist/esm/funcs/securityGetFirewallConfig.d.ts +0 -15
  2473. package/dist/esm/funcs/securityGetFirewallConfig.d.ts.map +0 -1
  2474. package/dist/esm/funcs/securityGetFirewallConfig.js +0 -79
  2475. package/dist/esm/funcs/securityGetFirewallConfig.js.map +0 -1
  2476. package/dist/esm/funcs/securityPutFirewallConfig.d.ts +0 -15
  2477. package/dist/esm/funcs/securityPutFirewallConfig.d.ts.map +0 -1
  2478. package/dist/esm/funcs/securityPutFirewallConfig.js +0 -74
  2479. package/dist/esm/funcs/securityPutFirewallConfig.js.map +0 -1
  2480. package/dist/esm/funcs/securityUpdateAttackChallengeMode.d.ts +0 -15
  2481. package/dist/esm/funcs/securityUpdateAttackChallengeMode.d.ts.map +0 -1
  2482. package/dist/esm/funcs/securityUpdateAttackChallengeMode.js +0 -73
  2483. package/dist/esm/funcs/securityUpdateAttackChallengeMode.js.map +0 -1
  2484. package/dist/esm/funcs/securityUpdateFirewallConfig.d.ts +0 -15
  2485. package/dist/esm/funcs/securityUpdateFirewallConfig.d.ts.map +0 -1
  2486. package/dist/esm/funcs/securityUpdateFirewallConfig.js +0 -74
  2487. package/dist/esm/funcs/securityUpdateFirewallConfig.js.map +0 -1
  2488. package/dist/esm/funcs/teamsCreateTeam.d.ts +0 -15
  2489. package/dist/esm/funcs/teamsCreateTeam.d.ts.map +0 -1
  2490. package/dist/esm/funcs/teamsCreateTeam.js +0 -70
  2491. package/dist/esm/funcs/teamsCreateTeam.js.map +0 -1
  2492. package/dist/esm/funcs/teamsDeleteTeam.d.ts +0 -15
  2493. package/dist/esm/funcs/teamsDeleteTeam.d.ts.map +0 -1
  2494. package/dist/esm/funcs/teamsDeleteTeam.js +0 -79
  2495. package/dist/esm/funcs/teamsDeleteTeam.js.map +0 -1
  2496. package/dist/esm/funcs/teamsDeleteTeamInviteCode.d.ts +0 -15
  2497. package/dist/esm/funcs/teamsDeleteTeamInviteCode.d.ts.map +0 -1
  2498. package/dist/esm/funcs/teamsDeleteTeamInviteCode.js +0 -77
  2499. package/dist/esm/funcs/teamsDeleteTeamInviteCode.js.map +0 -1
  2500. package/dist/esm/funcs/teamsGetTeam.d.ts +0 -17
  2501. package/dist/esm/funcs/teamsGetTeam.d.ts.map +0 -1
  2502. package/dist/esm/funcs/teamsGetTeam.js +0 -78
  2503. package/dist/esm/funcs/teamsGetTeam.js.map +0 -1
  2504. package/dist/esm/funcs/teamsGetTeamAccessRequest.d.ts +0 -15
  2505. package/dist/esm/funcs/teamsGetTeamAccessRequest.d.ts.map +0 -1
  2506. package/dist/esm/funcs/teamsGetTeamAccessRequest.js +0 -77
  2507. package/dist/esm/funcs/teamsGetTeamAccessRequest.js.map +0 -1
  2508. package/dist/esm/funcs/teamsGetTeamMembers.d.ts +0 -15
  2509. package/dist/esm/funcs/teamsGetTeamMembers.d.ts.map +0 -1
  2510. package/dist/esm/funcs/teamsGetTeamMembers.js +0 -83
  2511. package/dist/esm/funcs/teamsGetTeamMembers.js.map +0 -1
  2512. package/dist/esm/funcs/teamsGetTeams.d.ts +0 -15
  2513. package/dist/esm/funcs/teamsGetTeams.d.ts.map +0 -1
  2514. package/dist/esm/funcs/teamsGetTeams.js +0 -73
  2515. package/dist/esm/funcs/teamsGetTeams.js.map +0 -1
  2516. package/dist/esm/funcs/teamsInviteUserToTeam.d.ts +0 -15
  2517. package/dist/esm/funcs/teamsInviteUserToTeam.d.ts.map +0 -1
  2518. package/dist/esm/funcs/teamsInviteUserToTeam.js +0 -74
  2519. package/dist/esm/funcs/teamsInviteUserToTeam.js.map +0 -1
  2520. package/dist/esm/funcs/teamsJoinTeam.d.ts +0 -15
  2521. package/dist/esm/funcs/teamsJoinTeam.d.ts.map +0 -1
  2522. package/dist/esm/funcs/teamsJoinTeam.js +0 -74
  2523. package/dist/esm/funcs/teamsJoinTeam.js.map +0 -1
  2524. package/dist/esm/funcs/teamsPatchTeam.d.ts +0 -17
  2525. package/dist/esm/funcs/teamsPatchTeam.d.ts.map +0 -1
  2526. package/dist/esm/funcs/teamsPatchTeam.js +0 -79
  2527. package/dist/esm/funcs/teamsPatchTeam.js.map +0 -1
  2528. package/dist/esm/funcs/teamsRemoveTeamMember.d.ts +0 -15
  2529. package/dist/esm/funcs/teamsRemoveTeamMember.d.ts.map +0 -1
  2530. package/dist/esm/funcs/teamsRemoveTeamMember.js +0 -81
  2531. package/dist/esm/funcs/teamsRemoveTeamMember.js.map +0 -1
  2532. package/dist/esm/funcs/teamsRequestAccessToTeam.d.ts +0 -15
  2533. package/dist/esm/funcs/teamsRequestAccessToTeam.d.ts.map +0 -1
  2534. package/dist/esm/funcs/teamsRequestAccessToTeam.js +0 -74
  2535. package/dist/esm/funcs/teamsRequestAccessToTeam.js.map +0 -1
  2536. package/dist/esm/funcs/teamsUpdateTeamMember.d.ts +0 -15
  2537. package/dist/esm/funcs/teamsUpdateTeamMember.d.ts.map +0 -1
  2538. package/dist/esm/funcs/teamsUpdateTeamMember.js +0 -78
  2539. package/dist/esm/funcs/teamsUpdateTeamMember.js.map +0 -1
  2540. package/dist/esm/funcs/userGetAuthUser.d.ts +0 -15
  2541. package/dist/esm/funcs/userGetAuthUser.d.ts.map +0 -1
  2542. package/dist/esm/funcs/userGetAuthUser.js +0 -58
  2543. package/dist/esm/funcs/userGetAuthUser.js.map +0 -1
  2544. package/dist/esm/funcs/userListUserEvents.d.ts +0 -15
  2545. package/dist/esm/funcs/userListUserEvents.d.ts.map +0 -1
  2546. package/dist/esm/funcs/userListUserEvents.js +0 -78
  2547. package/dist/esm/funcs/userListUserEvents.js.map +0 -1
  2548. package/dist/esm/funcs/userRequestDelete.d.ts +0 -15
  2549. package/dist/esm/funcs/userRequestDelete.d.ts.map +0 -1
  2550. package/dist/esm/funcs/userRequestDelete.js +0 -70
  2551. package/dist/esm/funcs/userRequestDelete.js.map +0 -1
  2552. package/dist/esm/funcs/webhooksCreateWebhook.d.ts +0 -15
  2553. package/dist/esm/funcs/webhooksCreateWebhook.d.ts.map +0 -1
  2554. package/dist/esm/funcs/webhooksCreateWebhook.js +0 -73
  2555. package/dist/esm/funcs/webhooksCreateWebhook.js.map +0 -1
  2556. package/dist/esm/funcs/webhooksDeleteWebhook.d.ts +0 -15
  2557. package/dist/esm/funcs/webhooksDeleteWebhook.d.ts.map +0 -1
  2558. package/dist/esm/funcs/webhooksDeleteWebhook.js +0 -79
  2559. package/dist/esm/funcs/webhooksDeleteWebhook.js.map +0 -1
  2560. package/dist/esm/funcs/webhooksGetWebhook.d.ts +0 -15
  2561. package/dist/esm/funcs/webhooksGetWebhook.d.ts.map +0 -1
  2562. package/dist/esm/funcs/webhooksGetWebhook.js +0 -78
  2563. package/dist/esm/funcs/webhooksGetWebhook.js.map +0 -1
  2564. package/dist/esm/funcs/webhooksGetWebhooks.d.ts +0 -15
  2565. package/dist/esm/funcs/webhooksGetWebhooks.d.ts.map +0 -1
  2566. package/dist/esm/funcs/webhooksGetWebhooks.js +0 -73
  2567. package/dist/esm/funcs/webhooksGetWebhooks.js.map +0 -1
  2568. package/dist/esm/hooks/hooks.d.ts +0 -24
  2569. package/dist/esm/hooks/hooks.d.ts.map +0 -1
  2570. package/dist/esm/hooks/hooks.js.map +0 -1
  2571. package/dist/esm/hooks/registration.d.ts +0 -3
  2572. package/dist/esm/hooks/registration.d.ts.map +0 -1
  2573. package/dist/esm/hooks/registration.js.map +0 -1
  2574. package/dist/esm/hooks/types.d.ts +0 -74
  2575. package/dist/esm/hooks/types.d.ts.map +0 -1
  2576. package/dist/esm/hooks/types.js.map +0 -1
  2577. package/dist/esm/index.d.ts +0 -4
  2578. package/dist/esm/index.d.ts.map +0 -1
  2579. package/dist/esm/index.js.map +0 -1
  2580. package/dist/esm/lib/base64.d.ts +0 -10
  2581. package/dist/esm/lib/base64.d.ts.map +0 -1
  2582. package/dist/esm/lib/base64.js.map +0 -1
  2583. package/dist/esm/lib/config.d.ts +0 -34
  2584. package/dist/esm/lib/config.d.ts.map +0 -1
  2585. package/dist/esm/lib/config.js +0 -35
  2586. package/dist/esm/lib/config.js.map +0 -1
  2587. package/dist/esm/lib/dlv.d.ts +0 -14
  2588. package/dist/esm/lib/dlv.d.ts.map +0 -1
  2589. package/dist/esm/lib/dlv.js.map +0 -1
  2590. package/dist/esm/lib/encodings.d.ts +0 -51
  2591. package/dist/esm/lib/encodings.d.ts.map +0 -1
  2592. package/dist/esm/lib/encodings.js.map +0 -1
  2593. package/dist/esm/lib/files.d.ts +0 -8
  2594. package/dist/esm/lib/files.d.ts.map +0 -1
  2595. package/dist/esm/lib/files.js.map +0 -1
  2596. package/dist/esm/lib/http.d.ts +0 -67
  2597. package/dist/esm/lib/http.d.ts.map +0 -1
  2598. package/dist/esm/lib/http.js.map +0 -1
  2599. package/dist/esm/lib/is-plain-object.d.ts +0 -2
  2600. package/dist/esm/lib/is-plain-object.d.ts.map +0 -1
  2601. package/dist/esm/lib/is-plain-object.js.map +0 -1
  2602. package/dist/esm/lib/logger.d.ts +0 -6
  2603. package/dist/esm/lib/logger.d.ts.map +0 -1
  2604. package/dist/esm/lib/logger.js.map +0 -1
  2605. package/dist/esm/lib/matchers.d.ts +0 -64
  2606. package/dist/esm/lib/matchers.d.ts.map +0 -1
  2607. package/dist/esm/lib/matchers.js.map +0 -1
  2608. package/dist/esm/lib/primitives.d.ts +0 -16
  2609. package/dist/esm/lib/primitives.d.ts.map +0 -1
  2610. package/dist/esm/lib/primitives.js +0 -26
  2611. package/dist/esm/lib/primitives.js.map +0 -1
  2612. package/dist/esm/lib/retries.d.ts +0 -38
  2613. package/dist/esm/lib/retries.d.ts.map +0 -1
  2614. package/dist/esm/lib/retries.js.map +0 -1
  2615. package/dist/esm/lib/schemas.d.ts +0 -19
  2616. package/dist/esm/lib/schemas.d.ts.map +0 -1
  2617. package/dist/esm/lib/schemas.js.map +0 -1
  2618. package/dist/esm/lib/sdks.d.ts +0 -56
  2619. package/dist/esm/lib/sdks.d.ts.map +0 -1
  2620. package/dist/esm/lib/sdks.js.map +0 -1
  2621. package/dist/esm/lib/security.d.ts +0 -63
  2622. package/dist/esm/lib/security.d.ts.map +0 -1
  2623. package/dist/esm/lib/security.js +0 -121
  2624. package/dist/esm/lib/security.js.map +0 -1
  2625. package/dist/esm/lib/url.d.ts +0 -5
  2626. package/dist/esm/lib/url.d.ts.map +0 -1
  2627. package/dist/esm/lib/url.js.map +0 -1
  2628. package/dist/esm/models/components/aclaction.d.ts +0 -43
  2629. package/dist/esm/models/components/aclaction.d.ts.map +0 -1
  2630. package/dist/esm/models/components/aclaction.js.map +0 -1
  2631. package/dist/esm/models/components/authtoken.d.ts +0 -276
  2632. package/dist/esm/models/components/authtoken.d.ts.map +0 -1
  2633. package/dist/esm/models/components/authtoken.js +0 -203
  2634. package/dist/esm/models/components/authtoken.js.map +0 -1
  2635. package/dist/esm/models/components/authuser.d.ts +0 -1004
  2636. package/dist/esm/models/components/authuser.d.ts.map +0 -1
  2637. package/dist/esm/models/components/authuser.js.map +0 -1
  2638. package/dist/esm/models/components/authuserlimited.d.ts +0 -95
  2639. package/dist/esm/models/components/authuserlimited.d.ts.map +0 -1
  2640. package/dist/esm/models/components/authuserlimited.js.map +0 -1
  2641. package/dist/esm/models/components/edgeconfigitem.d.ts +0 -39
  2642. package/dist/esm/models/components/edgeconfigitem.d.ts.map +0 -1
  2643. package/dist/esm/models/components/edgeconfigitem.js.map +0 -1
  2644. package/dist/esm/models/components/edgeconfigitemvalue.d.ts +0 -25
  2645. package/dist/esm/models/components/edgeconfigitemvalue.d.ts.map +0 -1
  2646. package/dist/esm/models/components/edgeconfigitemvalue.js.map +0 -1
  2647. package/dist/esm/models/components/edgeconfigtoken.d.ts +0 -39
  2648. package/dist/esm/models/components/edgeconfigtoken.d.ts.map +0 -1
  2649. package/dist/esm/models/components/edgeconfigtoken.js.map +0 -1
  2650. package/dist/esm/models/components/filetree.d.ts +0 -105
  2651. package/dist/esm/models/components/filetree.d.ts.map +0 -1
  2652. package/dist/esm/models/components/filetree.js.map +0 -1
  2653. package/dist/esm/models/components/flagjsonvalue.d.ts +0 -25
  2654. package/dist/esm/models/components/flagjsonvalue.d.ts.map +0 -1
  2655. package/dist/esm/models/components/flagjsonvalue.js.map +0 -1
  2656. package/dist/esm/models/components/pagination.d.ts +0 -41
  2657. package/dist/esm/models/components/pagination.d.ts.map +0 -1
  2658. package/dist/esm/models/components/pagination.js.map +0 -1
  2659. package/dist/esm/models/components/security.d.ts +0 -25
  2660. package/dist/esm/models/components/security.d.ts.map +0 -1
  2661. package/dist/esm/models/components/security.js +0 -24
  2662. package/dist/esm/models/components/security.js.map +0 -1
  2663. package/dist/esm/models/components/teamlimited.d.ts +0 -422
  2664. package/dist/esm/models/components/teamlimited.d.ts.map +0 -1
  2665. package/dist/esm/models/components/teamlimited.js.map +0 -1
  2666. package/dist/esm/models/components/userevent.d.ts +0 -218
  2667. package/dist/esm/models/components/userevent.d.ts.map +0 -1
  2668. package/dist/esm/models/components/userevent.js +0 -126
  2669. package/dist/esm/models/components/userevent.js.map +0 -1
  2670. package/dist/esm/models/errors/httpclienterrors.d.ts +0 -44
  2671. package/dist/esm/models/errors/httpclienterrors.d.ts.map +0 -1
  2672. package/dist/esm/models/errors/httpclienterrors.js.map +0 -1
  2673. package/dist/esm/models/errors/sdkerror.d.ts +0 -8
  2674. package/dist/esm/models/errors/sdkerror.d.ts.map +0 -1
  2675. package/dist/esm/models/errors/sdkerror.js.map +0 -1
  2676. package/dist/esm/models/errors/sdkvalidationerror.d.ts +0 -20
  2677. package/dist/esm/models/errors/sdkvalidationerror.d.ts.map +0 -1
  2678. package/dist/esm/models/errors/sdkvalidationerror.js.map +0 -1
  2679. package/dist/esm/models/operations/addprojectdomain.d.ts +0 -203
  2680. package/dist/esm/models/operations/addprojectdomain.d.ts.map +0 -1
  2681. package/dist/esm/models/operations/addprojectdomain.js.map +0 -1
  2682. package/dist/esm/models/operations/addprojectmember.d.ts +0 -311
  2683. package/dist/esm/models/operations/addprojectmember.d.ts.map +0 -1
  2684. package/dist/esm/models/operations/addprojectmember.js.map +0 -1
  2685. package/dist/esm/models/operations/artifactexists.d.ts +0 -38
  2686. package/dist/esm/models/operations/artifactexists.d.ts.map +0 -1
  2687. package/dist/esm/models/operations/artifactexists.js.map +0 -1
  2688. package/dist/esm/models/operations/artifactquery.d.ts +0 -153
  2689. package/dist/esm/models/operations/artifactquery.d.ts.map +0 -1
  2690. package/dist/esm/models/operations/artifactquery.js.map +0 -1
  2691. package/dist/esm/models/operations/assignalias.d.ts +0 -115
  2692. package/dist/esm/models/operations/assignalias.d.ts.map +0 -1
  2693. package/dist/esm/models/operations/assignalias.js.map +0 -1
  2694. package/dist/esm/models/operations/buydomain.d.ts +0 -248
  2695. package/dist/esm/models/operations/buydomain.d.ts.map +0 -1
  2696. package/dist/esm/models/operations/buydomain.js.map +0 -1
  2697. package/dist/esm/models/operations/canceldeployment.d.ts +0 -2677
  2698. package/dist/esm/models/operations/canceldeployment.d.ts.map +0 -1
  2699. package/dist/esm/models/operations/canceldeployment.js +0 -2239
  2700. package/dist/esm/models/operations/canceldeployment.js.map +0 -1
  2701. package/dist/esm/models/operations/checkdomainprice.d.ts +0 -112
  2702. package/dist/esm/models/operations/checkdomainprice.d.ts.map +0 -1
  2703. package/dist/esm/models/operations/checkdomainprice.js +0 -74
  2704. package/dist/esm/models/operations/checkdomainprice.js.map +0 -1
  2705. package/dist/esm/models/operations/checkdomainstatus.d.ts +0 -64
  2706. package/dist/esm/models/operations/checkdomainstatus.d.ts.map +0 -1
  2707. package/dist/esm/models/operations/checkdomainstatus.js.map +0 -1
  2708. package/dist/esm/models/operations/createaccessgroup.d.ts +0 -184
  2709. package/dist/esm/models/operations/createaccessgroup.d.ts.map +0 -1
  2710. package/dist/esm/models/operations/createaccessgroup.js.map +0 -1
  2711. package/dist/esm/models/operations/createauthtoken.d.ts +0 -95
  2712. package/dist/esm/models/operations/createauthtoken.d.ts.map +0 -1
  2713. package/dist/esm/models/operations/createauthtoken.js.map +0 -1
  2714. package/dist/esm/models/operations/createcheck.d.ts +0 -509
  2715. package/dist/esm/models/operations/createcheck.d.ts.map +0 -1
  2716. package/dist/esm/models/operations/createcheck.js.map +0 -1
  2717. package/dist/esm/models/operations/createconfigurablelogdrain.d.ts +0 -437
  2718. package/dist/esm/models/operations/createconfigurablelogdrain.d.ts.map +0 -1
  2719. package/dist/esm/models/operations/createconfigurablelogdrain.js.map +0 -1
  2720. package/dist/esm/models/operations/createdeployment.d.ts +0 -3647
  2721. package/dist/esm/models/operations/createdeployment.d.ts.map +0 -1
  2722. package/dist/esm/models/operations/createdeployment.js.map +0 -1
  2723. package/dist/esm/models/operations/createedgeconfig.d.ts +0 -308
  2724. package/dist/esm/models/operations/createedgeconfig.d.ts.map +0 -1
  2725. package/dist/esm/models/operations/createedgeconfig.js.map +0 -1
  2726. package/dist/esm/models/operations/createedgeconfigtoken.d.ts +0 -85
  2727. package/dist/esm/models/operations/createedgeconfigtoken.d.ts.map +0 -1
  2728. package/dist/esm/models/operations/createedgeconfigtoken.js.map +0 -1
  2729. package/dist/esm/models/operations/createlogdrain.d.ts +0 -432
  2730. package/dist/esm/models/operations/createlogdrain.d.ts.map +0 -1
  2731. package/dist/esm/models/operations/createlogdrain.js.map +0 -1
  2732. package/dist/esm/models/operations/createortransferdomain.d.ts +0 -370
  2733. package/dist/esm/models/operations/createortransferdomain.d.ts.map +0 -1
  2734. package/dist/esm/models/operations/createortransferdomain.js.map +0 -1
  2735. package/dist/esm/models/operations/createproject.d.ts +0 -4987
  2736. package/dist/esm/models/operations/createproject.d.ts.map +0 -1
  2737. package/dist/esm/models/operations/createproject.js +0 -4074
  2738. package/dist/esm/models/operations/createproject.js.map +0 -1
  2739. package/dist/esm/models/operations/createprojectenv.d.ts +0 -2714
  2740. package/dist/esm/models/operations/createprojectenv.d.ts.map +0 -1
  2741. package/dist/esm/models/operations/createprojectenv.js.map +0 -1
  2742. package/dist/esm/models/operations/createrecord.d.ts +0 -1180
  2743. package/dist/esm/models/operations/createrecord.d.ts.map +0 -1
  2744. package/dist/esm/models/operations/createrecord.js.map +0 -1
  2745. package/dist/esm/models/operations/createsecret.d.ts +0 -197
  2746. package/dist/esm/models/operations/createsecret.d.ts.map +0 -1
  2747. package/dist/esm/models/operations/createsecret.js +0 -138
  2748. package/dist/esm/models/operations/createsecret.js.map +0 -1
  2749. package/dist/esm/models/operations/createteam.d.ts +0 -178
  2750. package/dist/esm/models/operations/createteam.d.ts.map +0 -1
  2751. package/dist/esm/models/operations/createteam.js.map +0 -1
  2752. package/dist/esm/models/operations/createwebhook.d.ts +0 -408
  2753. package/dist/esm/models/operations/createwebhook.d.ts.map +0 -1
  2754. package/dist/esm/models/operations/createwebhook.js +0 -211
  2755. package/dist/esm/models/operations/createwebhook.js.map +0 -1
  2756. package/dist/esm/models/operations/datacachebillingsettings.d.ts +0 -48
  2757. package/dist/esm/models/operations/datacachebillingsettings.d.ts.map +0 -1
  2758. package/dist/esm/models/operations/datacachebillingsettings.js +0 -43
  2759. package/dist/esm/models/operations/datacachebillingsettings.js.map +0 -1
  2760. package/dist/esm/models/operations/datacachepurgeall.d.ts +0 -25
  2761. package/dist/esm/models/operations/datacachepurgeall.d.ts.map +0 -1
  2762. package/dist/esm/models/operations/datacachepurgeall.js +0 -24
  2763. package/dist/esm/models/operations/datacachepurgeall.js.map +0 -1
  2764. package/dist/esm/models/operations/deleteaccessgroup.d.ts +0 -35
  2765. package/dist/esm/models/operations/deleteaccessgroup.d.ts.map +0 -1
  2766. package/dist/esm/models/operations/deleteaccessgroup.js.map +0 -1
  2767. package/dist/esm/models/operations/deletealias.d.ts +0 -87
  2768. package/dist/esm/models/operations/deletealias.d.ts.map +0 -1
  2769. package/dist/esm/models/operations/deletealias.js.map +0 -1
  2770. package/dist/esm/models/operations/deleteauthtoken.d.ts +0 -57
  2771. package/dist/esm/models/operations/deleteauthtoken.d.ts.map +0 -1
  2772. package/dist/esm/models/operations/deleteauthtoken.js.map +0 -1
  2773. package/dist/esm/models/operations/deleteconfigurablelogdrain.d.ts +0 -35
  2774. package/dist/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +0 -1
  2775. package/dist/esm/models/operations/deleteconfigurablelogdrain.js.map +0 -1
  2776. package/dist/esm/models/operations/deleteconfiguration.d.ts +0 -35
  2777. package/dist/esm/models/operations/deleteconfiguration.d.ts.map +0 -1
  2778. package/dist/esm/models/operations/deleteconfiguration.js.map +0 -1
  2779. package/dist/esm/models/operations/deletedeployment.d.ts +0 -106
  2780. package/dist/esm/models/operations/deletedeployment.d.ts.map +0 -1
  2781. package/dist/esm/models/operations/deletedeployment.js.map +0 -1
  2782. package/dist/esm/models/operations/deletedomain.d.ts +0 -67
  2783. package/dist/esm/models/operations/deletedomain.d.ts.map +0 -1
  2784. package/dist/esm/models/operations/deletedomain.js.map +0 -1
  2785. package/dist/esm/models/operations/deleteedgeconfig.d.ts +0 -35
  2786. package/dist/esm/models/operations/deleteedgeconfig.d.ts.map +0 -1
  2787. package/dist/esm/models/operations/deleteedgeconfig.js.map +0 -1
  2788. package/dist/esm/models/operations/deleteedgeconfigschema.d.ts +0 -35
  2789. package/dist/esm/models/operations/deleteedgeconfigschema.d.ts.map +0 -1
  2790. package/dist/esm/models/operations/deleteedgeconfigschema.js.map +0 -1
  2791. package/dist/esm/models/operations/deleteedgeconfigtokens.d.ts +0 -60
  2792. package/dist/esm/models/operations/deleteedgeconfigtokens.d.ts.map +0 -1
  2793. package/dist/esm/models/operations/deleteedgeconfigtokens.js.map +0 -1
  2794. package/dist/esm/models/operations/deleteintegrationlogdrain.d.ts +0 -38
  2795. package/dist/esm/models/operations/deleteintegrationlogdrain.d.ts.map +0 -1
  2796. package/dist/esm/models/operations/deleteintegrationlogdrain.js.map +0 -1
  2797. package/dist/esm/models/operations/deleteproject.d.ts +0 -38
  2798. package/dist/esm/models/operations/deleteproject.d.ts.map +0 -1
  2799. package/dist/esm/models/operations/deleteproject.js.map +0 -1
  2800. package/dist/esm/models/operations/deletesecret.d.ts +0 -74
  2801. package/dist/esm/models/operations/deletesecret.d.ts.map +0 -1
  2802. package/dist/esm/models/operations/deletesecret.js +0 -51
  2803. package/dist/esm/models/operations/deletesecret.js.map +0 -1
  2804. package/dist/esm/models/operations/deleteteam.d.ts +0 -134
  2805. package/dist/esm/models/operations/deleteteam.d.ts.map +0 -1
  2806. package/dist/esm/models/operations/deleteteam.js.map +0 -1
  2807. package/dist/esm/models/operations/deleteteaminvitecode.d.ts +0 -62
  2808. package/dist/esm/models/operations/deleteteaminvitecode.d.ts.map +0 -1
  2809. package/dist/esm/models/operations/deleteteaminvitecode.js.map +0 -1
  2810. package/dist/esm/models/operations/deletewebhook.d.ts +0 -35
  2811. package/dist/esm/models/operations/deletewebhook.d.ts.map +0 -1
  2812. package/dist/esm/models/operations/deletewebhook.js.map +0 -1
  2813. package/dist/esm/models/operations/downloadartifact.d.ts +0 -48
  2814. package/dist/esm/models/operations/downloadartifact.d.ts.map +0 -1
  2815. package/dist/esm/models/operations/downloadartifact.js.map +0 -1
  2816. package/dist/esm/models/operations/editprojectenv.d.ts +0 -1140
  2817. package/dist/esm/models/operations/editprojectenv.d.ts.map +0 -1
  2818. package/dist/esm/models/operations/editprojectenv.js.map +0 -1
  2819. package/dist/esm/models/operations/filterprojectenvs.d.ts +0 -3030
  2820. package/dist/esm/models/operations/filterprojectenvs.d.ts.map +0 -1
  2821. package/dist/esm/models/operations/filterprojectenvs.js.map +0 -1
  2822. package/dist/esm/models/operations/getalias.d.ts +0 -488
  2823. package/dist/esm/models/operations/getalias.d.ts.map +0 -1
  2824. package/dist/esm/models/operations/getalias.js +0 -351
  2825. package/dist/esm/models/operations/getalias.js.map +0 -1
  2826. package/dist/esm/models/operations/getallchecks.d.ts +0 -473
  2827. package/dist/esm/models/operations/getallchecks.d.ts.map +0 -1
  2828. package/dist/esm/models/operations/getallchecks.js.map +0 -1
  2829. package/dist/esm/models/operations/getalllogdrains.d.ts +0 -283
  2830. package/dist/esm/models/operations/getalllogdrains.d.ts.map +0 -1
  2831. package/dist/esm/models/operations/getalllogdrains.js.map +0 -1
  2832. package/dist/esm/models/operations/getauthtoken.d.ts +0 -58
  2833. package/dist/esm/models/operations/getauthtoken.d.ts.map +0 -1
  2834. package/dist/esm/models/operations/getauthtoken.js.map +0 -1
  2835. package/dist/esm/models/operations/getauthuser.d.ts +0 -49
  2836. package/dist/esm/models/operations/getauthuser.d.ts.map +0 -1
  2837. package/dist/esm/models/operations/getauthuser.js.map +0 -1
  2838. package/dist/esm/models/operations/getcertbyid.d.ts +0 -69
  2839. package/dist/esm/models/operations/getcertbyid.d.ts.map +0 -1
  2840. package/dist/esm/models/operations/getcertbyid.js.map +0 -1
  2841. package/dist/esm/models/operations/getcerts.d.ts +0 -56
  2842. package/dist/esm/models/operations/getcerts.d.ts.map +0 -1
  2843. package/dist/esm/models/operations/getcerts.js +0 -52
  2844. package/dist/esm/models/operations/getcerts.js.map +0 -1
  2845. package/dist/esm/models/operations/getcheck.d.ts +0 -461
  2846. package/dist/esm/models/operations/getcheck.d.ts.map +0 -1
  2847. package/dist/esm/models/operations/getcheck.js.map +0 -1
  2848. package/dist/esm/models/operations/getconfigurablelogdrain.d.ts +0 -280
  2849. package/dist/esm/models/operations/getconfigurablelogdrain.d.ts.map +0 -1
  2850. package/dist/esm/models/operations/getconfigurablelogdrain.js.map +0 -1
  2851. package/dist/esm/models/operations/getconfiguration.d.ts +0 -738
  2852. package/dist/esm/models/operations/getconfiguration.d.ts.map +0 -1
  2853. package/dist/esm/models/operations/getconfiguration.js.map +0 -1
  2854. package/dist/esm/models/operations/getconfigurations.d.ts +0 -967
  2855. package/dist/esm/models/operations/getconfigurations.d.ts.map +0 -1
  2856. package/dist/esm/models/operations/getconfigurations.js.map +0 -1
  2857. package/dist/esm/models/operations/getdeployment.d.ts +0 -3969
  2858. package/dist/esm/models/operations/getdeployment.d.ts.map +0 -1
  2859. package/dist/esm/models/operations/getdeployment.js.map +0 -1
  2860. package/dist/esm/models/operations/getdeploymentevents.d.ts +0 -131
  2861. package/dist/esm/models/operations/getdeploymentevents.d.ts.map +0 -1
  2862. package/dist/esm/models/operations/getdeploymentevents.js.map +0 -1
  2863. package/dist/esm/models/operations/getdeploymentfilecontents.d.ts +0 -48
  2864. package/dist/esm/models/operations/getdeploymentfilecontents.d.ts.map +0 -1
  2865. package/dist/esm/models/operations/getdeploymentfilecontents.js.map +0 -1
  2866. package/dist/esm/models/operations/getdeployments.d.ts +0 -1078
  2867. package/dist/esm/models/operations/getdeployments.d.ts.map +0 -1
  2868. package/dist/esm/models/operations/getdeployments.js.map +0 -1
  2869. package/dist/esm/models/operations/getdomain.d.ts +0 -235
  2870. package/dist/esm/models/operations/getdomain.d.ts.map +0 -1
  2871. package/dist/esm/models/operations/getdomain.js.map +0 -1
  2872. package/dist/esm/models/operations/getdomainconfig.d.ts +0 -179
  2873. package/dist/esm/models/operations/getdomainconfig.d.ts.map +0 -1
  2874. package/dist/esm/models/operations/getdomainconfig.js.map +0 -1
  2875. package/dist/esm/models/operations/getdomains.d.ts +0 -249
  2876. package/dist/esm/models/operations/getdomains.d.ts.map +0 -1
  2877. package/dist/esm/models/operations/getdomains.js.map +0 -1
  2878. package/dist/esm/models/operations/getdomaintransfer.d.ts +0 -163
  2879. package/dist/esm/models/operations/getdomaintransfer.d.ts.map +0 -1
  2880. package/dist/esm/models/operations/getdomaintransfer.js.map +0 -1
  2881. package/dist/esm/models/operations/getedgeconfig.d.ts +0 -184
  2882. package/dist/esm/models/operations/getedgeconfig.d.ts.map +0 -1
  2883. package/dist/esm/models/operations/getedgeconfig.js.map +0 -1
  2884. package/dist/esm/models/operations/getedgeconfigbackup.d.ts +0 -372
  2885. package/dist/esm/models/operations/getedgeconfigbackup.d.ts.map +0 -1
  2886. package/dist/esm/models/operations/getedgeconfigbackup.js.map +0 -1
  2887. package/dist/esm/models/operations/getedgeconfigbackups.d.ts +0 -147
  2888. package/dist/esm/models/operations/getedgeconfigbackups.d.ts.map +0 -1
  2889. package/dist/esm/models/operations/getedgeconfigbackups.js.map +0 -1
  2890. package/dist/esm/models/operations/getedgeconfigitem.d.ts +0 -37
  2891. package/dist/esm/models/operations/getedgeconfigitem.d.ts.map +0 -1
  2892. package/dist/esm/models/operations/getedgeconfigitem.js.map +0 -1
  2893. package/dist/esm/models/operations/getedgeconfigitems.d.ts +0 -35
  2894. package/dist/esm/models/operations/getedgeconfigitems.d.ts.map +0 -1
  2895. package/dist/esm/models/operations/getedgeconfigitems.js.map +0 -1
  2896. package/dist/esm/models/operations/getedgeconfigs.d.ts +0 -179
  2897. package/dist/esm/models/operations/getedgeconfigs.d.ts.map +0 -1
  2898. package/dist/esm/models/operations/getedgeconfigs.js.map +0 -1
  2899. package/dist/esm/models/operations/getedgeconfigschema.d.ts +0 -57
  2900. package/dist/esm/models/operations/getedgeconfigschema.d.ts.map +0 -1
  2901. package/dist/esm/models/operations/getedgeconfigschema.js.map +0 -1
  2902. package/dist/esm/models/operations/getedgeconfigtoken.d.ts +0 -37
  2903. package/dist/esm/models/operations/getedgeconfigtoken.d.ts.map +0 -1
  2904. package/dist/esm/models/operations/getedgeconfigtoken.js.map +0 -1
  2905. package/dist/esm/models/operations/getedgeconfigtokens.d.ts +0 -35
  2906. package/dist/esm/models/operations/getedgeconfigtokens.d.ts.map +0 -1
  2907. package/dist/esm/models/operations/getedgeconfigtokens.js.map +0 -1
  2908. package/dist/esm/models/operations/getfirewallconfig.d.ts +0 -1291
  2909. package/dist/esm/models/operations/getfirewallconfig.d.ts.map +0 -1
  2910. package/dist/esm/models/operations/getfirewallconfig.js.map +0 -1
  2911. package/dist/esm/models/operations/getintegrationlogdrains.d.ts +0 -275
  2912. package/dist/esm/models/operations/getintegrationlogdrains.d.ts.map +0 -1
  2913. package/dist/esm/models/operations/getintegrationlogdrains.js.map +0 -1
  2914. package/dist/esm/models/operations/getprojectdomain.d.ts +0 -124
  2915. package/dist/esm/models/operations/getprojectdomain.d.ts.map +0 -1
  2916. package/dist/esm/models/operations/getprojectdomain.js.map +0 -1
  2917. package/dist/esm/models/operations/getprojectenv.d.ts +0 -2914
  2918. package/dist/esm/models/operations/getprojectenv.d.ts.map +0 -1
  2919. package/dist/esm/models/operations/getprojectenv.js.map +0 -1
  2920. package/dist/esm/models/operations/getprojectmembers.d.ts +0 -343
  2921. package/dist/esm/models/operations/getprojectmembers.d.ts.map +0 -1
  2922. package/dist/esm/models/operations/getprojectmembers.js.map +0 -1
  2923. package/dist/esm/models/operations/getprojects.d.ts +0 -4568
  2924. package/dist/esm/models/operations/getprojects.d.ts.map +0 -1
  2925. package/dist/esm/models/operations/getprojects.js +0 -3846
  2926. package/dist/esm/models/operations/getprojects.js.map +0 -1
  2927. package/dist/esm/models/operations/getrecords.d.ts +0 -316
  2928. package/dist/esm/models/operations/getrecords.d.ts.map +0 -1
  2929. package/dist/esm/models/operations/getrecords.js.map +0 -1
  2930. package/dist/esm/models/operations/getsecret.d.ts +0 -144
  2931. package/dist/esm/models/operations/getsecret.d.ts.map +0 -1
  2932. package/dist/esm/models/operations/getsecret.js +0 -87
  2933. package/dist/esm/models/operations/getsecret.js.map +0 -1
  2934. package/dist/esm/models/operations/getsecrets.d.ts +0 -144
  2935. package/dist/esm/models/operations/getsecrets.d.ts.map +0 -1
  2936. package/dist/esm/models/operations/getsecrets.js +0 -87
  2937. package/dist/esm/models/operations/getsecrets.js.map +0 -1
  2938. package/dist/esm/models/operations/getteam.d.ts +0 -33
  2939. package/dist/esm/models/operations/getteam.d.ts.map +0 -1
  2940. package/dist/esm/models/operations/getteam.js.map +0 -1
  2941. package/dist/esm/models/operations/getteamaccessrequest.d.ts +0 -287
  2942. package/dist/esm/models/operations/getteamaccessrequest.d.ts.map +0 -1
  2943. package/dist/esm/models/operations/getteamaccessrequest.js.map +0 -1
  2944. package/dist/esm/models/operations/getteammembers.d.ts +0 -667
  2945. package/dist/esm/models/operations/getteammembers.d.ts.map +0 -1
  2946. package/dist/esm/models/operations/getteammembers.js.map +0 -1
  2947. package/dist/esm/models/operations/getteams.d.ts +0 -98
  2948. package/dist/esm/models/operations/getteams.d.ts.map +0 -1
  2949. package/dist/esm/models/operations/getteams.js.map +0 -1
  2950. package/dist/esm/models/operations/getwebhook.d.ts +0 -237
  2951. package/dist/esm/models/operations/getwebhook.d.ts.map +0 -1
  2952. package/dist/esm/models/operations/getwebhook.js +0 -119
  2953. package/dist/esm/models/operations/getwebhook.js.map +0 -1
  2954. package/dist/esm/models/operations/getwebhooks.d.ts +0 -642
  2955. package/dist/esm/models/operations/getwebhooks.d.ts.map +0 -1
  2956. package/dist/esm/models/operations/getwebhooks.js +0 -322
  2957. package/dist/esm/models/operations/getwebhooks.js.map +0 -1
  2958. package/dist/esm/models/operations/gitnamespaces.d.ts +0 -118
  2959. package/dist/esm/models/operations/gitnamespaces.d.ts.map +0 -1
  2960. package/dist/esm/models/operations/gitnamespaces.js.map +0 -1
  2961. package/dist/esm/models/operations/inviteusertoteam.d.ts +0 -347
  2962. package/dist/esm/models/operations/inviteusertoteam.d.ts.map +0 -1
  2963. package/dist/esm/models/operations/inviteusertoteam.js.map +0 -1
  2964. package/dist/esm/models/operations/issuecert.d.ts +0 -92
  2965. package/dist/esm/models/operations/issuecert.d.ts.map +0 -1
  2966. package/dist/esm/models/operations/issuecert.js.map +0 -1
  2967. package/dist/esm/models/operations/jointeam.d.ts +0 -97
  2968. package/dist/esm/models/operations/jointeam.d.ts.map +0 -1
  2969. package/dist/esm/models/operations/jointeam.js.map +0 -1
  2970. package/dist/esm/models/operations/listaccessgroupmembers.d.ts +0 -176
  2971. package/dist/esm/models/operations/listaccessgroupmembers.d.ts.map +0 -1
  2972. package/dist/esm/models/operations/listaccessgroupmembers.js.map +0 -1
  2973. package/dist/esm/models/operations/listaccessgroupprojects.d.ts +0 -185
  2974. package/dist/esm/models/operations/listaccessgroupprojects.d.ts.map +0 -1
  2975. package/dist/esm/models/operations/listaccessgroupprojects.js.map +0 -1
  2976. package/dist/esm/models/operations/listaccessgroups.d.ts +0 -215
  2977. package/dist/esm/models/operations/listaccessgroups.d.ts.map +0 -1
  2978. package/dist/esm/models/operations/listaccessgroups.js.map +0 -1
  2979. package/dist/esm/models/operations/listaliases.d.ts +0 -549
  2980. package/dist/esm/models/operations/listaliases.d.ts.map +0 -1
  2981. package/dist/esm/models/operations/listaliases.js.map +0 -1
  2982. package/dist/esm/models/operations/listauthtokens.d.ts +0 -37
  2983. package/dist/esm/models/operations/listauthtokens.d.ts.map +0 -1
  2984. package/dist/esm/models/operations/listauthtokens.js.map +0 -1
  2985. package/dist/esm/models/operations/listdeploymentaliases.d.ts +0 -379
  2986. package/dist/esm/models/operations/listdeploymentaliases.d.ts.map +0 -1
  2987. package/dist/esm/models/operations/listdeploymentaliases.js.map +0 -1
  2988. package/dist/esm/models/operations/listdeploymentfiles.d.ts +0 -38
  2989. package/dist/esm/models/operations/listdeploymentfiles.d.ts.map +0 -1
  2990. package/dist/esm/models/operations/listdeploymentfiles.js.map +0 -1
  2991. package/dist/esm/models/operations/listpromotealiases.d.ts +0 -149
  2992. package/dist/esm/models/operations/listpromotealiases.d.ts.map +0 -1
  2993. package/dist/esm/models/operations/listpromotealiases.js.map +0 -1
  2994. package/dist/esm/models/operations/listuserevents.d.ts +0 -93
  2995. package/dist/esm/models/operations/listuserevents.d.ts.map +0 -1
  2996. package/dist/esm/models/operations/listuserevents.js.map +0 -1
  2997. package/dist/esm/models/operations/patchdomain.d.ts +0 -222
  2998. package/dist/esm/models/operations/patchdomain.d.ts.map +0 -1
  2999. package/dist/esm/models/operations/patchdomain.js.map +0 -1
  3000. package/dist/esm/models/operations/patchedgeconfigschema.d.ts +0 -84
  3001. package/dist/esm/models/operations/patchedgeconfigschema.d.ts.map +0 -1
  3002. package/dist/esm/models/operations/patchedgeconfigschema.js.map +0 -1
  3003. package/dist/esm/models/operations/patchteam.d.ts +0 -264
  3004. package/dist/esm/models/operations/patchteam.d.ts.map +0 -1
  3005. package/dist/esm/models/operations/patchteam.js.map +0 -1
  3006. package/dist/esm/models/operations/pauseproject.d.ts +0 -70
  3007. package/dist/esm/models/operations/pauseproject.d.ts.map +0 -1
  3008. package/dist/esm/models/operations/pauseproject.js +0 -53
  3009. package/dist/esm/models/operations/pauseproject.js.map +0 -1
  3010. package/dist/esm/models/operations/putfirewallconfig.d.ts +0 -2550
  3011. package/dist/esm/models/operations/putfirewallconfig.d.ts.map +0 -1
  3012. package/dist/esm/models/operations/putfirewallconfig.js.map +0 -1
  3013. package/dist/esm/models/operations/readaccessgroup.d.ts +0 -118
  3014. package/dist/esm/models/operations/readaccessgroup.d.ts.map +0 -1
  3015. package/dist/esm/models/operations/readaccessgroup.js.map +0 -1
  3016. package/dist/esm/models/operations/recordevents.d.ts +0 -154
  3017. package/dist/esm/models/operations/recordevents.d.ts.map +0 -1
  3018. package/dist/esm/models/operations/recordevents.js.map +0 -1
  3019. package/dist/esm/models/operations/removecert.d.ts +0 -57
  3020. package/dist/esm/models/operations/removecert.d.ts.map +0 -1
  3021. package/dist/esm/models/operations/removecert.js.map +0 -1
  3022. package/dist/esm/models/operations/removeprojectdomain.d.ts +0 -65
  3023. package/dist/esm/models/operations/removeprojectdomain.d.ts.map +0 -1
  3024. package/dist/esm/models/operations/removeprojectdomain.js.map +0 -1
  3025. package/dist/esm/models/operations/removeprojectenv.d.ts +0 -2954
  3026. package/dist/esm/models/operations/removeprojectenv.d.ts.map +0 -1
  3027. package/dist/esm/models/operations/removeprojectenv.js.map +0 -1
  3028. package/dist/esm/models/operations/removeprojectmember.d.ts +0 -66
  3029. package/dist/esm/models/operations/removeprojectmember.d.ts.map +0 -1
  3030. package/dist/esm/models/operations/removeprojectmember.js.map +0 -1
  3031. package/dist/esm/models/operations/removerecord.d.ts +0 -59
  3032. package/dist/esm/models/operations/removerecord.d.ts.map +0 -1
  3033. package/dist/esm/models/operations/removerecord.js.map +0 -1
  3034. package/dist/esm/models/operations/removeteammember.d.ts +0 -64
  3035. package/dist/esm/models/operations/removeteammember.d.ts.map +0 -1
  3036. package/dist/esm/models/operations/removeteammember.js.map +0 -1
  3037. package/dist/esm/models/operations/renamesecret.d.ts +0 -95
  3038. package/dist/esm/models/operations/renamesecret.d.ts.map +0 -1
  3039. package/dist/esm/models/operations/renamesecret.js +0 -83
  3040. package/dist/esm/models/operations/renamesecret.js.map +0 -1
  3041. package/dist/esm/models/operations/requestaccesstoteam.d.ts +0 -393
  3042. package/dist/esm/models/operations/requestaccesstoteam.d.ts.map +0 -1
  3043. package/dist/esm/models/operations/requestaccesstoteam.js.map +0 -1
  3044. package/dist/esm/models/operations/requestdelete.d.ts +0 -101
  3045. package/dist/esm/models/operations/requestdelete.d.ts.map +0 -1
  3046. package/dist/esm/models/operations/requestdelete.js.map +0 -1
  3047. package/dist/esm/models/operations/requestpromote.d.ts +0 -37
  3048. package/dist/esm/models/operations/requestpromote.d.ts.map +0 -1
  3049. package/dist/esm/models/operations/requestpromote.js.map +0 -1
  3050. package/dist/esm/models/operations/rerequestcheck.d.ts +0 -62
  3051. package/dist/esm/models/operations/rerequestcheck.d.ts.map +0 -1
  3052. package/dist/esm/models/operations/rerequestcheck.js.map +0 -1
  3053. package/dist/esm/models/operations/searchrepo.d.ts +0 -397
  3054. package/dist/esm/models/operations/searchrepo.d.ts.map +0 -1
  3055. package/dist/esm/models/operations/searchrepo.js.map +0 -1
  3056. package/dist/esm/models/operations/status.d.ts +0 -88
  3057. package/dist/esm/models/operations/status.d.ts.map +0 -1
  3058. package/dist/esm/models/operations/status.js.map +0 -1
  3059. package/dist/esm/models/operations/unpauseproject.d.ts +0 -70
  3060. package/dist/esm/models/operations/unpauseproject.d.ts.map +0 -1
  3061. package/dist/esm/models/operations/unpauseproject.js +0 -53
  3062. package/dist/esm/models/operations/unpauseproject.js.map +0 -1
  3063. package/dist/esm/models/operations/updateaccessgroup.d.ts +0 -221
  3064. package/dist/esm/models/operations/updateaccessgroup.d.ts.map +0 -1
  3065. package/dist/esm/models/operations/updateaccessgroup.js.map +0 -1
  3066. package/dist/esm/models/operations/updateattackchallengemode.d.ts +0 -87
  3067. package/dist/esm/models/operations/updateattackchallengemode.d.ts.map +0 -1
  3068. package/dist/esm/models/operations/updateattackchallengemode.js.map +0 -1
  3069. package/dist/esm/models/operations/updatecheck.d.ts +0 -928
  3070. package/dist/esm/models/operations/updatecheck.d.ts.map +0 -1
  3071. package/dist/esm/models/operations/updatecheck.js.map +0 -1
  3072. package/dist/esm/models/operations/updateedgeconfig.d.ts +0 -209
  3073. package/dist/esm/models/operations/updateedgeconfig.d.ts.map +0 -1
  3074. package/dist/esm/models/operations/updateedgeconfig.js.map +0 -1
  3075. package/dist/esm/models/operations/updatefirewallconfig.d.ts +0 -1925
  3076. package/dist/esm/models/operations/updatefirewallconfig.d.ts.map +0 -1
  3077. package/dist/esm/models/operations/updatefirewallconfig.js.map +0 -1
  3078. package/dist/esm/models/operations/updateproject.d.ts +0 -5183
  3079. package/dist/esm/models/operations/updateproject.d.ts.map +0 -1
  3080. package/dist/esm/models/operations/updateproject.js +0 -4199
  3081. package/dist/esm/models/operations/updateproject.js.map +0 -1
  3082. package/dist/esm/models/operations/updateprojectdatacache.d.ts +0 -4486
  3083. package/dist/esm/models/operations/updateprojectdatacache.d.ts.map +0 -1
  3084. package/dist/esm/models/operations/updateprojectdatacache.js +0 -3845
  3085. package/dist/esm/models/operations/updateprojectdatacache.js.map +0 -1
  3086. package/dist/esm/models/operations/updateprojectdomain.d.ts +0 -203
  3087. package/dist/esm/models/operations/updateprojectdomain.d.ts.map +0 -1
  3088. package/dist/esm/models/operations/updateprojectdomain.js.map +0 -1
  3089. package/dist/esm/models/operations/updateprojectprotectionbypass.d.ts +0 -211
  3090. package/dist/esm/models/operations/updateprojectprotectionbypass.d.ts.map +0 -1
  3091. package/dist/esm/models/operations/updateprojectprotectionbypass.js.map +0 -1
  3092. package/dist/esm/models/operations/updaterecord.d.ts +0 -322
  3093. package/dist/esm/models/operations/updaterecord.d.ts.map +0 -1
  3094. package/dist/esm/models/operations/updaterecord.js.map +0 -1
  3095. package/dist/esm/models/operations/updateteammember.d.ts +0 -185
  3096. package/dist/esm/models/operations/updateteammember.d.ts.map +0 -1
  3097. package/dist/esm/models/operations/updateteammember.js.map +0 -1
  3098. package/dist/esm/models/operations/uploadartifact.d.ts +0 -94
  3099. package/dist/esm/models/operations/uploadartifact.d.ts.map +0 -1
  3100. package/dist/esm/models/operations/uploadartifact.js.map +0 -1
  3101. package/dist/esm/models/operations/uploadcert.d.ts +0 -107
  3102. package/dist/esm/models/operations/uploadcert.d.ts.map +0 -1
  3103. package/dist/esm/models/operations/uploadcert.js.map +0 -1
  3104. package/dist/esm/models/operations/uploadfile.d.ts +0 -123
  3105. package/dist/esm/models/operations/uploadfile.d.ts.map +0 -1
  3106. package/dist/esm/models/operations/uploadfile.js.map +0 -1
  3107. package/dist/esm/models/operations/verifyprojectdomain.d.ts +0 -130
  3108. package/dist/esm/models/operations/verifyprojectdomain.d.ts.map +0 -1
  3109. package/dist/esm/models/operations/verifyprojectdomain.js.map +0 -1
  3110. package/dist/esm/sdk/accessgroups.d.ts +0 -60
  3111. package/dist/esm/sdk/accessgroups.d.ts.map +0 -1
  3112. package/dist/esm/sdk/accessgroups.js.map +0 -1
  3113. package/dist/esm/sdk/aliases.d.ts +0 -44
  3114. package/dist/esm/sdk/aliases.d.ts.map +0 -1
  3115. package/dist/esm/sdk/aliases.js.map +0 -1
  3116. package/dist/esm/sdk/artifacts.d.ts +0 -54
  3117. package/dist/esm/sdk/artifacts.d.ts.map +0 -1
  3118. package/dist/esm/sdk/artifacts.js.map +0 -1
  3119. package/dist/esm/sdk/authentication.d.ts +0 -36
  3120. package/dist/esm/sdk/authentication.d.ts.map +0 -1
  3121. package/dist/esm/sdk/authentication.js.map +0 -1
  3122. package/dist/esm/sdk/certs.d.ts +0 -36
  3123. package/dist/esm/sdk/certs.d.ts.map +0 -1
  3124. package/dist/esm/sdk/certs.js.map +0 -1
  3125. package/dist/esm/sdk/checks.d.ts +0 -44
  3126. package/dist/esm/sdk/checks.d.ts.map +0 -1
  3127. package/dist/esm/sdk/checks.js.map +0 -1
  3128. package/dist/esm/sdk/deployments.d.ts +0 -77
  3129. package/dist/esm/sdk/deployments.d.ts.map +0 -1
  3130. package/dist/esm/sdk/deployments.js.map +0 -1
  3131. package/dist/esm/sdk/dns.d.ts +0 -36
  3132. package/dist/esm/sdk/dns.d.ts.map +0 -1
  3133. package/dist/esm/sdk/dns.js.map +0 -1
  3134. package/dist/esm/sdk/domains.d.ts +0 -84
  3135. package/dist/esm/sdk/domains.d.ts.map +0 -1
  3136. package/dist/esm/sdk/domains.js.map +0 -1
  3137. package/dist/esm/sdk/edgeconfig.d.ts +0 -134
  3138. package/dist/esm/sdk/edgeconfig.d.ts.map +0 -1
  3139. package/dist/esm/sdk/edgeconfig.js.map +0 -1
  3140. package/dist/esm/sdk/integrations.d.ts +0 -44
  3141. package/dist/esm/sdk/integrations.d.ts.map +0 -1
  3142. package/dist/esm/sdk/integrations.js.map +0 -1
  3143. package/dist/esm/sdk/logdrains.d.ts +0 -60
  3144. package/dist/esm/sdk/logdrains.d.ts.map +0 -1
  3145. package/dist/esm/sdk/logdrains.js.map +0 -1
  3146. package/dist/esm/sdk/projectmembers.d.ts +0 -28
  3147. package/dist/esm/sdk/projectmembers.d.ts.map +0 -1
  3148. package/dist/esm/sdk/projectmembers.js.map +0 -1
  3149. package/dist/esm/sdk/projects.d.ts +0 -164
  3150. package/dist/esm/sdk/projects.d.ts.map +0 -1
  3151. package/dist/esm/sdk/projects.js.map +0 -1
  3152. package/dist/esm/sdk/sdk.d.ts +0 -67
  3153. package/dist/esm/sdk/sdk.d.ts.map +0 -1
  3154. package/dist/esm/sdk/sdk.js +0 -115
  3155. package/dist/esm/sdk/sdk.js.map +0 -1
  3156. package/dist/esm/sdk/secrets.d.ts +0 -44
  3157. package/dist/esm/sdk/secrets.d.ts.map +0 -1
  3158. package/dist/esm/sdk/secrets.js +0 -58
  3159. package/dist/esm/sdk/secrets.js.map +0 -1
  3160. package/dist/esm/sdk/security.d.ts +0 -36
  3161. package/dist/esm/sdk/security.d.ts.map +0 -1
  3162. package/dist/esm/sdk/security.js.map +0 -1
  3163. package/dist/esm/sdk/teams.d.ts +0 -112
  3164. package/dist/esm/sdk/teams.d.ts.map +0 -1
  3165. package/dist/esm/sdk/teams.js.map +0 -1
  3166. package/dist/esm/sdk/user.d.ts +0 -28
  3167. package/dist/esm/sdk/user.d.ts.map +0 -1
  3168. package/dist/esm/sdk/user.js.map +0 -1
  3169. package/dist/esm/sdk/webhooks.d.ts +0 -36
  3170. package/dist/esm/sdk/webhooks.d.ts.map +0 -1
  3171. package/dist/esm/sdk/webhooks.js.map +0 -1
  3172. package/dist/esm/types/blobs.d.ts +0 -4
  3173. package/dist/esm/types/blobs.d.ts.map +0 -1
  3174. package/dist/esm/types/blobs.js.map +0 -1
  3175. package/dist/esm/types/constdatetime.d.ts +0 -3
  3176. package/dist/esm/types/constdatetime.d.ts.map +0 -1
  3177. package/dist/esm/types/constdatetime.js.map +0 -1
  3178. package/dist/esm/types/enums.d.ts +0 -12
  3179. package/dist/esm/types/enums.d.ts.map +0 -1
  3180. package/dist/esm/types/enums.js.map +0 -1
  3181. package/dist/esm/types/fp.d.ts +0 -31
  3182. package/dist/esm/types/fp.d.ts.map +0 -1
  3183. package/dist/esm/types/fp.js.map +0 -1
  3184. package/dist/esm/types/operations.d.ts +0 -25
  3185. package/dist/esm/types/operations.d.ts.map +0 -1
  3186. package/dist/esm/types/operations.js.map +0 -1
  3187. package/dist/esm/types/rfcdate.d.ts +0 -21
  3188. package/dist/esm/types/rfcdate.d.ts.map +0 -1
  3189. package/dist/esm/types/rfcdate.js.map +0 -1
  3190. package/dist/esm/types/streams.d.ts +0 -2
  3191. package/dist/esm/types/streams.d.ts.map +0 -1
  3192. package/dist/esm/types/streams.js.map +0 -1
  3193. package/docs/sdks/secrets/README.md +0 -412
  3194. package/src/funcs/dataCacheBillingSettings.ts +0 -118
  3195. package/src/funcs/datacachePurgeall.ts +0 -116
  3196. package/src/funcs/getCerts.ts +0 -95
  3197. package/src/funcs/secretsCreateSecret.ts +0 -138
  3198. package/src/funcs/secretsDeleteSecret.ts +0 -137
  3199. package/src/funcs/secretsGetSecret.ts +0 -138
  3200. package/src/funcs/secretsGetSecrets.ts +0 -132
  3201. package/src/funcs/secretsRenameSecret.ts +0 -138
  3202. package/src/models/operations/createsecret.ts +0 -311
  3203. package/src/models/operations/datacachebillingsettings.ts +0 -89
  3204. package/src/models/operations/datacachepurgeall.ts +0 -45
  3205. package/src/models/operations/deletesecret.ts +0 -119
  3206. package/src/models/operations/getcerts.ts +0 -100
  3207. package/src/models/operations/getsecret.ts +0 -205
  3208. package/src/models/operations/getsecrets.ts +0 -224
  3209. package/src/models/operations/renamesecret.ts +0 -170
  3210. package/src/sdk/secrets.ts +0 -118
  3211. /package/{dist/commonjs → esm}/core.d.ts +0 -0
  3212. /package/{dist/esm → esm}/core.js +0 -0
  3213. /package/{dist/commonjs → esm}/funcs/accessGroupsCreateAccessGroup.d.ts +0 -0
  3214. /package/{dist/commonjs → esm}/funcs/accessGroupsDeleteAccessGroup.d.ts +0 -0
  3215. /package/{dist/commonjs → esm}/funcs/accessGroupsListAccessGroupMembers.d.ts +0 -0
  3216. /package/{dist/commonjs → esm}/funcs/accessGroupsListAccessGroupProjects.d.ts +0 -0
  3217. /package/{dist/commonjs → esm}/funcs/accessGroupsListAccessGroups.d.ts +0 -0
  3218. /package/{dist/commonjs → esm}/funcs/accessGroupsReadAccessGroup.d.ts +0 -0
  3219. /package/{dist/commonjs → esm}/funcs/accessGroupsUpdateAccessGroup.d.ts +0 -0
  3220. /package/{dist/commonjs → esm}/funcs/aliasesAssignAlias.d.ts +0 -0
  3221. /package/{dist/commonjs → esm}/funcs/aliasesDeleteAlias.d.ts +0 -0
  3222. /package/{dist/commonjs → esm}/funcs/aliasesGetAlias.d.ts +0 -0
  3223. /package/{dist/commonjs → esm}/funcs/aliasesListAliases.d.ts +0 -0
  3224. /package/{dist/commonjs → esm}/funcs/aliasesListDeploymentAliases.d.ts +0 -0
  3225. /package/{dist/commonjs → esm}/funcs/artifactsArtifactExists.d.ts +0 -0
  3226. /package/{dist/commonjs → esm}/funcs/artifactsArtifactQuery.d.ts +0 -0
  3227. /package/{dist/commonjs → esm}/funcs/artifactsDownloadArtifact.d.ts +0 -0
  3228. /package/{dist/commonjs → esm}/funcs/artifactsRecordEvents.d.ts +0 -0
  3229. /package/{dist/commonjs → esm}/funcs/artifactsStatus.d.ts +0 -0
  3230. /package/{dist/commonjs → esm}/funcs/artifactsUploadArtifact.d.ts +0 -0
  3231. /package/{dist/commonjs → esm}/funcs/authenticationCreateAuthToken.d.ts +0 -0
  3232. /package/{dist/commonjs → esm}/funcs/authenticationDeleteAuthToken.d.ts +0 -0
  3233. /package/{dist/commonjs → esm}/funcs/authenticationGetAuthToken.d.ts +0 -0
  3234. /package/{dist/commonjs → esm}/funcs/authenticationListAuthTokens.d.ts +0 -0
  3235. /package/{dist/commonjs → esm}/funcs/certsGetCertById.d.ts +0 -0
  3236. /package/{dist/commonjs → esm}/funcs/certsIssueCert.d.ts +0 -0
  3237. /package/{dist/commonjs → esm}/funcs/certsRemoveCert.d.ts +0 -0
  3238. /package/{dist/commonjs → esm}/funcs/certsUploadCert.d.ts +0 -0
  3239. /package/{dist/commonjs → esm}/funcs/checksCreateCheck.d.ts +0 -0
  3240. /package/{dist/commonjs → esm}/funcs/checksGetAllChecks.d.ts +0 -0
  3241. /package/{dist/commonjs → esm}/funcs/checksGetCheck.d.ts +0 -0
  3242. /package/{dist/commonjs → esm}/funcs/checksRerequestCheck.d.ts +0 -0
  3243. /package/{dist/commonjs → esm}/funcs/checksUpdateCheck.d.ts +0 -0
  3244. /package/{dist/commonjs → esm}/funcs/deploymentsCancelDeployment.d.ts +0 -0
  3245. /package/{dist/commonjs → esm}/funcs/deploymentsCreateDeployment.d.ts +0 -0
  3246. /package/{dist/commonjs → esm}/funcs/deploymentsDeleteDeployment.d.ts +0 -0
  3247. /package/{dist/commonjs → esm}/funcs/deploymentsGetDeployment.d.ts +0 -0
  3248. /package/{dist/commonjs → esm}/funcs/deploymentsGetDeploymentEvents.d.ts +0 -0
  3249. /package/{dist/commonjs → esm}/funcs/deploymentsGetDeploymentFileContents.d.ts +0 -0
  3250. /package/{dist/commonjs → esm}/funcs/deploymentsGetDeployments.d.ts +0 -0
  3251. /package/{dist/commonjs → esm}/funcs/deploymentsListDeploymentFiles.d.ts +0 -0
  3252. /package/{dist/commonjs → esm}/funcs/deploymentsUploadFile.d.ts +0 -0
  3253. /package/{dist/commonjs → esm}/funcs/dnsCreateRecord.d.ts +0 -0
  3254. /package/{dist/commonjs → esm}/funcs/dnsGetRecords.d.ts +0 -0
  3255. /package/{dist/commonjs → esm}/funcs/dnsRemoveRecord.d.ts +0 -0
  3256. /package/{dist/commonjs → esm}/funcs/dnsUpdateRecord.d.ts +0 -0
  3257. /package/{dist/commonjs → esm}/funcs/domainsBuyDomain.d.ts +0 -0
  3258. /package/{dist/commonjs → esm}/funcs/domainsCheckDomainPrice.d.ts +0 -0
  3259. /package/{dist/commonjs → esm}/funcs/domainsCheckDomainStatus.d.ts +0 -0
  3260. /package/{dist/commonjs → esm}/funcs/domainsCreateOrTransferDomain.d.ts +0 -0
  3261. /package/{dist/commonjs → esm}/funcs/domainsDeleteDomain.d.ts +0 -0
  3262. /package/{dist/commonjs → esm}/funcs/domainsGetDomain.d.ts +0 -0
  3263. /package/{dist/commonjs → esm}/funcs/domainsGetDomainConfig.d.ts +0 -0
  3264. /package/{dist/commonjs → esm}/funcs/domainsGetDomainTransfer.d.ts +0 -0
  3265. /package/{dist/commonjs → esm}/funcs/domainsGetDomains.d.ts +0 -0
  3266. /package/{dist/commonjs → esm}/funcs/domainsPatchDomain.d.ts +0 -0
  3267. /package/{dist/commonjs → esm}/funcs/edgeConfigCreateEdgeConfig.d.ts +0 -0
  3268. /package/{dist/commonjs → esm}/funcs/edgeConfigCreateEdgeConfigToken.d.ts +0 -0
  3269. /package/{dist/commonjs → esm}/funcs/edgeConfigDeleteEdgeConfig.d.ts +0 -0
  3270. /package/{dist/commonjs → esm}/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts +0 -0
  3271. /package/{dist/commonjs → esm}/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts +0 -0
  3272. /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfig.d.ts +0 -0
  3273. /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigBackup.d.ts +0 -0
  3274. /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigBackups.d.ts +0 -0
  3275. /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigItem.d.ts +0 -0
  3276. /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigItems.d.ts +0 -0
  3277. /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigSchema.d.ts +0 -0
  3278. /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigToken.d.ts +0 -0
  3279. /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigTokens.d.ts +0 -0
  3280. /package/{dist/commonjs → esm}/funcs/edgeConfigGetEdgeConfigs.d.ts +0 -0
  3281. /package/{dist/commonjs → esm}/funcs/edgeConfigPatchEdgeConfigSchema.d.ts +0 -0
  3282. /package/{dist/commonjs → esm}/funcs/edgeConfigUpdateEdgeConfig.d.ts +0 -0
  3283. /package/{dist/commonjs → esm}/funcs/integrationsDeleteConfiguration.d.ts +0 -0
  3284. /package/{dist/commonjs → esm}/funcs/integrationsGetConfiguration.d.ts +0 -0
  3285. /package/{dist/commonjs → esm}/funcs/integrationsGetConfigurations.d.ts +0 -0
  3286. /package/{dist/commonjs → esm}/funcs/integrationsGitNamespaces.d.ts +0 -0
  3287. /package/{dist/commonjs → esm}/funcs/integrationsSearchRepo.d.ts +0 -0
  3288. /package/{dist/commonjs → esm}/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -0
  3289. /package/{dist/commonjs → esm}/funcs/logDrainsCreateLogDrain.d.ts +0 -0
  3290. /package/{dist/commonjs → esm}/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +0 -0
  3291. /package/{dist/commonjs → esm}/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +0 -0
  3292. /package/{dist/commonjs → esm}/funcs/logDrainsGetAllLogDrains.d.ts +0 -0
  3293. /package/{dist/commonjs → esm}/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -0
  3294. /package/{dist/commonjs → esm}/funcs/logDrainsGetIntegrationLogDrains.d.ts +0 -0
  3295. /package/{dist/commonjs → esm}/funcs/projectMembersAddProjectMember.d.ts +0 -0
  3296. /package/{dist/commonjs → esm}/funcs/projectMembersGetProjectMembers.d.ts +0 -0
  3297. /package/{dist/commonjs → esm}/funcs/projectMembersRemoveProjectMember.d.ts +0 -0
  3298. /package/{dist/commonjs → esm}/funcs/projectsAddProjectDomain.d.ts +0 -0
  3299. /package/{dist/commonjs → esm}/funcs/projectsCreateProject.d.ts +0 -0
  3300. /package/{dist/commonjs → esm}/funcs/projectsCreateProjectEnv.d.ts +0 -0
  3301. /package/{dist/commonjs → esm}/funcs/projectsDeleteProject.d.ts +0 -0
  3302. /package/{dist/commonjs → esm}/funcs/projectsEditProjectEnv.d.ts +0 -0
  3303. /package/{dist/commonjs → esm}/funcs/projectsFilterProjectEnvs.d.ts +0 -0
  3304. /package/{dist/commonjs → esm}/funcs/projectsGetProjectDomain.d.ts +0 -0
  3305. /package/{dist/commonjs → esm}/funcs/projectsGetProjectEnv.d.ts +0 -0
  3306. /package/{dist/commonjs → esm}/funcs/projectsGetProjects.d.ts +0 -0
  3307. /package/{dist/commonjs → esm}/funcs/projectsListPromoteAliases.d.ts +0 -0
  3308. /package/{dist/commonjs → esm}/funcs/projectsRemoveProjectDomain.d.ts +0 -0
  3309. /package/{dist/commonjs → esm}/funcs/projectsRemoveProjectEnv.d.ts +0 -0
  3310. /package/{dist/commonjs → esm}/funcs/projectsRequestPromote.d.ts +0 -0
  3311. /package/{dist/commonjs → esm}/funcs/projectsUpdateProject.d.ts +0 -0
  3312. /package/{dist/commonjs → esm}/funcs/projectsUpdateProjectDataCache.d.ts +0 -0
  3313. /package/{dist/commonjs → esm}/funcs/projectsUpdateProjectDomain.d.ts +0 -0
  3314. /package/{dist/commonjs → esm}/funcs/projectsUpdateProjectProtectionBypass.d.ts +0 -0
  3315. /package/{dist/commonjs → esm}/funcs/projectsVerifyProjectDomain.d.ts +0 -0
  3316. /package/{dist/commonjs → esm}/funcs/securityGetFirewallConfig.d.ts +0 -0
  3317. /package/{dist/commonjs → esm}/funcs/securityPutFirewallConfig.d.ts +0 -0
  3318. /package/{dist/commonjs → esm}/funcs/securityUpdateAttackChallengeMode.d.ts +0 -0
  3319. /package/{dist/commonjs → esm}/funcs/securityUpdateFirewallConfig.d.ts +0 -0
  3320. /package/{dist/commonjs → esm}/funcs/teamsCreateTeam.d.ts +0 -0
  3321. /package/{dist/commonjs → esm}/funcs/teamsDeleteTeam.d.ts +0 -0
  3322. /package/{dist/commonjs → esm}/funcs/teamsDeleteTeamInviteCode.d.ts +0 -0
  3323. /package/{dist/commonjs → esm}/funcs/teamsGetTeam.d.ts +0 -0
  3324. /package/{dist/commonjs → esm}/funcs/teamsGetTeamAccessRequest.d.ts +0 -0
  3325. /package/{dist/commonjs → esm}/funcs/teamsGetTeamMembers.d.ts +0 -0
  3326. /package/{dist/commonjs → esm}/funcs/teamsGetTeams.d.ts +0 -0
  3327. /package/{dist/commonjs → esm}/funcs/teamsInviteUserToTeam.d.ts +0 -0
  3328. /package/{dist/commonjs → esm}/funcs/teamsJoinTeam.d.ts +0 -0
  3329. /package/{dist/commonjs → esm}/funcs/teamsPatchTeam.d.ts +0 -0
  3330. /package/{dist/commonjs → esm}/funcs/teamsRemoveTeamMember.d.ts +0 -0
  3331. /package/{dist/commonjs → esm}/funcs/teamsRequestAccessToTeam.d.ts +0 -0
  3332. /package/{dist/commonjs → esm}/funcs/teamsUpdateTeamMember.d.ts +0 -0
  3333. /package/{dist/commonjs → esm}/funcs/userGetAuthUser.d.ts +0 -0
  3334. /package/{dist/commonjs → esm}/funcs/userListUserEvents.d.ts +0 -0
  3335. /package/{dist/commonjs → esm}/funcs/userRequestDelete.d.ts +0 -0
  3336. /package/{dist/commonjs → esm}/funcs/webhooksCreateWebhook.d.ts +0 -0
  3337. /package/{dist/commonjs → esm}/funcs/webhooksDeleteWebhook.d.ts +0 -0
  3338. /package/{dist/commonjs → esm}/funcs/webhooksGetWebhook.d.ts +0 -0
  3339. /package/{dist/commonjs → esm}/funcs/webhooksGetWebhooks.d.ts +0 -0
  3340. /package/{dist/commonjs → esm}/hooks/hooks.d.ts +0 -0
  3341. /package/{dist/esm → esm}/hooks/hooks.js +0 -0
  3342. /package/{dist/commonjs → esm}/hooks/registration.d.ts +0 -0
  3343. /package/{dist/esm → esm}/hooks/registration.js +0 -0
  3344. /package/{dist/esm → esm}/hooks/types.js +0 -0
  3345. /package/{dist/commonjs → esm}/index.d.ts +0 -0
  3346. /package/{dist/esm → esm}/index.js +0 -0
  3347. /package/{dist/commonjs → esm}/lib/base64.d.ts +0 -0
  3348. /package/{dist/esm → esm}/lib/base64.js +0 -0
  3349. /package/{dist/commonjs → esm}/lib/dlv.d.ts +0 -0
  3350. /package/{dist/esm → esm}/lib/dlv.js +0 -0
  3351. /package/{dist/commonjs → esm}/lib/encodings.d.ts +0 -0
  3352. /package/{dist/esm → esm}/lib/encodings.js +0 -0
  3353. /package/{dist/commonjs → esm}/lib/files.d.ts +0 -0
  3354. /package/{dist/esm → esm}/lib/files.js +0 -0
  3355. /package/{dist/commonjs → esm}/lib/http.d.ts +0 -0
  3356. /package/{dist/esm → esm}/lib/http.js +0 -0
  3357. /package/{dist/commonjs → esm}/lib/is-plain-object.d.ts +0 -0
  3358. /package/{dist/esm → esm}/lib/is-plain-object.js +0 -0
  3359. /package/{dist/commonjs → esm}/lib/logger.d.ts +0 -0
  3360. /package/{dist/esm → esm}/lib/logger.js +0 -0
  3361. /package/{dist/commonjs → esm}/lib/matchers.d.ts +0 -0
  3362. /package/{dist/esm → esm}/lib/matchers.js +0 -0
  3363. /package/{dist/commonjs → esm}/lib/retries.d.ts +0 -0
  3364. /package/{dist/esm → esm}/lib/retries.js +0 -0
  3365. /package/{dist/commonjs → esm}/lib/schemas.d.ts +0 -0
  3366. /package/{dist/esm → esm}/lib/schemas.js +0 -0
  3367. /package/{dist/commonjs → esm}/lib/sdks.d.ts +0 -0
  3368. /package/{dist/esm → esm}/lib/sdks.js +0 -0
  3369. /package/{dist/commonjs → esm}/lib/url.d.ts +0 -0
  3370. /package/{dist/esm → esm}/lib/url.js +0 -0
  3371. /package/{dist/commonjs → esm}/models/components/aclaction.d.ts +0 -0
  3372. /package/{dist/esm → esm}/models/components/aclaction.js +0 -0
  3373. /package/{dist/commonjs → esm}/models/components/authuser.d.ts +0 -0
  3374. /package/{dist/esm → esm}/models/components/authuser.js +0 -0
  3375. /package/{dist/commonjs → esm}/models/components/authuserlimited.d.ts +0 -0
  3376. /package/{dist/esm → esm}/models/components/authuserlimited.js +0 -0
  3377. /package/{dist/commonjs → esm}/models/components/edgeconfigitem.d.ts +0 -0
  3378. /package/{dist/esm → esm}/models/components/edgeconfigitem.js +0 -0
  3379. /package/{dist/commonjs → esm}/models/components/edgeconfigitemvalue.d.ts +0 -0
  3380. /package/{dist/esm → esm}/models/components/edgeconfigitemvalue.js +0 -0
  3381. /package/{dist/commonjs → esm}/models/components/edgeconfigtoken.d.ts +0 -0
  3382. /package/{dist/esm → esm}/models/components/edgeconfigtoken.js +0 -0
  3383. /package/{dist/commonjs → esm}/models/components/filetree.d.ts +0 -0
  3384. /package/{dist/esm → esm}/models/components/filetree.js +0 -0
  3385. /package/{dist/commonjs → esm}/models/components/flagjsonvalue.d.ts +0 -0
  3386. /package/{dist/esm → esm}/models/components/flagjsonvalue.js +0 -0
  3387. /package/{dist/commonjs → esm}/models/components/pagination.d.ts +0 -0
  3388. /package/{dist/esm → esm}/models/components/pagination.js +0 -0
  3389. /package/{dist/commonjs → esm}/models/components/teamlimited.d.ts +0 -0
  3390. /package/{dist/esm → esm}/models/components/teamlimited.js +0 -0
  3391. /package/{dist/commonjs → esm}/models/errors/httpclienterrors.d.ts +0 -0
  3392. /package/{dist/esm → esm}/models/errors/httpclienterrors.js +0 -0
  3393. /package/{dist/commonjs → esm}/models/errors/sdkerror.d.ts +0 -0
  3394. /package/{dist/esm → esm}/models/errors/sdkerror.js +0 -0
  3395. /package/{dist/commonjs → esm}/models/errors/sdkvalidationerror.d.ts +0 -0
  3396. /package/{dist/esm → esm}/models/errors/sdkvalidationerror.js +0 -0
  3397. /package/{dist/commonjs → esm}/models/operations/addprojectdomain.d.ts +0 -0
  3398. /package/{dist/esm → esm}/models/operations/addprojectdomain.js +0 -0
  3399. /package/{dist/commonjs → esm}/models/operations/addprojectmember.d.ts +0 -0
  3400. /package/{dist/esm → esm}/models/operations/addprojectmember.js +0 -0
  3401. /package/{dist/commonjs → esm}/models/operations/artifactexists.d.ts +0 -0
  3402. /package/{dist/esm → esm}/models/operations/artifactexists.js +0 -0
  3403. /package/{dist/commonjs → esm}/models/operations/artifactquery.d.ts +0 -0
  3404. /package/{dist/esm → esm}/models/operations/artifactquery.js +0 -0
  3405. /package/{dist/commonjs → esm}/models/operations/assignalias.d.ts +0 -0
  3406. /package/{dist/esm → esm}/models/operations/assignalias.js +0 -0
  3407. /package/{dist/commonjs → esm}/models/operations/buydomain.d.ts +0 -0
  3408. /package/{dist/esm → esm}/models/operations/buydomain.js +0 -0
  3409. /package/{dist/commonjs → esm}/models/operations/checkdomainstatus.d.ts +0 -0
  3410. /package/{dist/esm → esm}/models/operations/checkdomainstatus.js +0 -0
  3411. /package/{dist/commonjs → esm}/models/operations/createaccessgroup.d.ts +0 -0
  3412. /package/{dist/esm → esm}/models/operations/createaccessgroup.js +0 -0
  3413. /package/{dist/commonjs → esm}/models/operations/createauthtoken.d.ts +0 -0
  3414. /package/{dist/esm → esm}/models/operations/createauthtoken.js +0 -0
  3415. /package/{dist/commonjs → esm}/models/operations/createcheck.d.ts +0 -0
  3416. /package/{dist/esm → esm}/models/operations/createcheck.js +0 -0
  3417. /package/{dist/commonjs → esm}/models/operations/createconfigurablelogdrain.d.ts +0 -0
  3418. /package/{dist/esm → esm}/models/operations/createconfigurablelogdrain.js +0 -0
  3419. /package/{dist/commonjs → esm}/models/operations/createdeployment.d.ts +0 -0
  3420. /package/{dist/esm → esm}/models/operations/createdeployment.js +0 -0
  3421. /package/{dist/commonjs → esm}/models/operations/createedgeconfig.d.ts +0 -0
  3422. /package/{dist/esm → esm}/models/operations/createedgeconfig.js +0 -0
  3423. /package/{dist/commonjs → esm}/models/operations/createedgeconfigtoken.d.ts +0 -0
  3424. /package/{dist/esm → esm}/models/operations/createedgeconfigtoken.js +0 -0
  3425. /package/{dist/commonjs → esm}/models/operations/createlogdrain.d.ts +0 -0
  3426. /package/{dist/esm → esm}/models/operations/createlogdrain.js +0 -0
  3427. /package/{dist/commonjs → esm}/models/operations/createortransferdomain.d.ts +0 -0
  3428. /package/{dist/esm → esm}/models/operations/createortransferdomain.js +0 -0
  3429. /package/{dist/commonjs → esm}/models/operations/createprojectenv.d.ts +0 -0
  3430. /package/{dist/esm → esm}/models/operations/createprojectenv.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/deleteaccessgroup.d.ts +0 -0
  3436. /package/{dist/esm → esm}/models/operations/deleteaccessgroup.js +0 -0
  3437. /package/{dist/commonjs → esm}/models/operations/deletealias.d.ts +0 -0
  3438. /package/{dist/esm → esm}/models/operations/deletealias.js +0 -0
  3439. /package/{dist/commonjs → esm}/models/operations/deleteauthtoken.d.ts +0 -0
  3440. /package/{dist/esm → esm}/models/operations/deleteauthtoken.js +0 -0
  3441. /package/{dist/commonjs → esm}/models/operations/deleteconfigurablelogdrain.d.ts +0 -0
  3442. /package/{dist/esm → esm}/models/operations/deleteconfigurablelogdrain.js +0 -0
  3443. /package/{dist/commonjs → esm}/models/operations/deleteconfiguration.d.ts +0 -0
  3444. /package/{dist/esm → esm}/models/operations/deleteconfiguration.js +0 -0
  3445. /package/{dist/commonjs → esm}/models/operations/deletedeployment.d.ts +0 -0
  3446. /package/{dist/esm → esm}/models/operations/deletedeployment.js +0 -0
  3447. /package/{dist/commonjs → esm}/models/operations/deletedomain.d.ts +0 -0
  3448. /package/{dist/esm → esm}/models/operations/deletedomain.js +0 -0
  3449. /package/{dist/commonjs → esm}/models/operations/deleteedgeconfig.d.ts +0 -0
  3450. /package/{dist/esm → esm}/models/operations/deleteedgeconfig.js +0 -0
  3451. /package/{dist/commonjs → esm}/models/operations/deleteedgeconfigschema.d.ts +0 -0
  3452. /package/{dist/esm → esm}/models/operations/deleteedgeconfigschema.js +0 -0
  3453. /package/{dist/commonjs → esm}/models/operations/deleteedgeconfigtokens.d.ts +0 -0
  3454. /package/{dist/esm → esm}/models/operations/deleteedgeconfigtokens.js +0 -0
  3455. /package/{dist/commonjs → esm}/models/operations/deleteintegrationlogdrain.d.ts +0 -0
  3456. /package/{dist/esm → esm}/models/operations/deleteintegrationlogdrain.js +0 -0
  3457. /package/{dist/commonjs → esm}/models/operations/deleteproject.d.ts +0 -0
  3458. /package/{dist/esm → esm}/models/operations/deleteproject.js +0 -0
  3459. /package/{dist/commonjs → esm}/models/operations/deleteteam.d.ts +0 -0
  3460. /package/{dist/esm → esm}/models/operations/deleteteam.js +0 -0
  3461. /package/{dist/commonjs → esm}/models/operations/deleteteaminvitecode.d.ts +0 -0
  3462. /package/{dist/esm → esm}/models/operations/deleteteaminvitecode.js +0 -0
  3463. /package/{dist/commonjs → esm}/models/operations/deletewebhook.d.ts +0 -0
  3464. /package/{dist/esm → esm}/models/operations/deletewebhook.js +0 -0
  3465. /package/{dist/commonjs → esm}/models/operations/downloadartifact.d.ts +0 -0
  3466. /package/{dist/esm → esm}/models/operations/downloadartifact.js +0 -0
  3467. /package/{dist/commonjs → esm}/models/operations/editprojectenv.d.ts +0 -0
  3468. /package/{dist/esm → esm}/models/operations/editprojectenv.js +0 -0
  3469. /package/{dist/commonjs → esm}/models/operations/filterprojectenvs.d.ts +0 -0
  3470. /package/{dist/esm → esm}/models/operations/filterprojectenvs.js +0 -0
  3471. /package/{dist/commonjs → esm}/models/operations/getallchecks.d.ts +0 -0
  3472. /package/{dist/esm → esm}/models/operations/getallchecks.js +0 -0
  3473. /package/{dist/commonjs → esm}/models/operations/getalllogdrains.d.ts +0 -0
  3474. /package/{dist/esm → esm}/models/operations/getalllogdrains.js +0 -0
  3475. /package/{dist/commonjs → esm}/models/operations/getauthtoken.d.ts +0 -0
  3476. /package/{dist/esm → esm}/models/operations/getauthtoken.js +0 -0
  3477. /package/{dist/commonjs → esm}/models/operations/getauthuser.d.ts +0 -0
  3478. /package/{dist/esm → esm}/models/operations/getauthuser.js +0 -0
  3479. /package/{dist/commonjs → esm}/models/operations/getcertbyid.d.ts +0 -0
  3480. /package/{dist/esm → esm}/models/operations/getcertbyid.js +0 -0
  3481. /package/{dist/commonjs → esm}/models/operations/getcheck.d.ts +0 -0
  3482. /package/{dist/esm → esm}/models/operations/getcheck.js +0 -0
  3483. /package/{dist/commonjs → esm}/models/operations/getconfigurablelogdrain.d.ts +0 -0
  3484. /package/{dist/esm → esm}/models/operations/getconfigurablelogdrain.js +0 -0
  3485. /package/{dist/commonjs → esm}/models/operations/getconfiguration.d.ts +0 -0
  3486. /package/{dist/esm → esm}/models/operations/getconfiguration.js +0 -0
  3487. /package/{dist/commonjs → esm}/models/operations/getconfigurations.d.ts +0 -0
  3488. /package/{dist/esm → esm}/models/operations/getconfigurations.js +0 -0
  3489. /package/{dist/commonjs → esm}/models/operations/getdeployment.d.ts +0 -0
  3490. /package/{dist/esm → esm}/models/operations/getdeployment.js +0 -0
  3491. /package/{dist/commonjs → esm}/models/operations/getdeploymentevents.d.ts +0 -0
  3492. /package/{dist/esm → esm}/models/operations/getdeploymentevents.js +0 -0
  3493. /package/{dist/commonjs → esm}/models/operations/getdeploymentfilecontents.d.ts +0 -0
  3494. /package/{dist/esm → esm}/models/operations/getdeploymentfilecontents.js +0 -0
  3495. /package/{dist/commonjs → esm}/models/operations/getdeployments.d.ts +0 -0
  3496. /package/{dist/esm → esm}/models/operations/getdeployments.js +0 -0
  3497. /package/{dist/commonjs → esm}/models/operations/getdomain.d.ts +0 -0
  3498. /package/{dist/esm → esm}/models/operations/getdomain.js +0 -0
  3499. /package/{dist/commonjs → esm}/models/operations/getdomainconfig.d.ts +0 -0
  3500. /package/{dist/esm → esm}/models/operations/getdomainconfig.js +0 -0
  3501. /package/{dist/commonjs → esm}/models/operations/getdomains.d.ts +0 -0
  3502. /package/{dist/esm → esm}/models/operations/getdomains.js +0 -0
  3503. /package/{dist/commonjs → esm}/models/operations/getdomaintransfer.d.ts +0 -0
  3504. /package/{dist/esm → esm}/models/operations/getdomaintransfer.js +0 -0
  3505. /package/{dist/commonjs → esm}/models/operations/getedgeconfig.d.ts +0 -0
  3506. /package/{dist/esm → esm}/models/operations/getedgeconfig.js +0 -0
  3507. /package/{dist/commonjs → esm}/models/operations/getedgeconfigbackup.d.ts +0 -0
  3508. /package/{dist/esm → esm}/models/operations/getedgeconfigbackup.js +0 -0
  3509. /package/{dist/commonjs → esm}/models/operations/getedgeconfigbackups.d.ts +0 -0
  3510. /package/{dist/esm → esm}/models/operations/getedgeconfigbackups.js +0 -0
  3511. /package/{dist/commonjs → esm}/models/operations/getedgeconfigitem.d.ts +0 -0
  3512. /package/{dist/esm → esm}/models/operations/getedgeconfigitem.js +0 -0
  3513. /package/{dist/commonjs → esm}/models/operations/getedgeconfigitems.d.ts +0 -0
  3514. /package/{dist/esm → esm}/models/operations/getedgeconfigitems.js +0 -0
  3515. /package/{dist/commonjs → esm}/models/operations/getedgeconfigs.d.ts +0 -0
  3516. /package/{dist/esm → esm}/models/operations/getedgeconfigs.js +0 -0
  3517. /package/{dist/commonjs → esm}/models/operations/getedgeconfigschema.d.ts +0 -0
  3518. /package/{dist/esm → esm}/models/operations/getedgeconfigschema.js +0 -0
  3519. /package/{dist/commonjs → esm}/models/operations/getedgeconfigtoken.d.ts +0 -0
  3520. /package/{dist/esm → esm}/models/operations/getedgeconfigtoken.js +0 -0
  3521. /package/{dist/commonjs → esm}/models/operations/getedgeconfigtokens.d.ts +0 -0
  3522. /package/{dist/esm → esm}/models/operations/getedgeconfigtokens.js +0 -0
  3523. /package/{dist/commonjs → esm}/models/operations/getfirewallconfig.d.ts +0 -0
  3524. /package/{dist/esm → esm}/models/operations/getfirewallconfig.js +0 -0
  3525. /package/{dist/commonjs → esm}/models/operations/getintegrationlogdrains.d.ts +0 -0
  3526. /package/{dist/esm → esm}/models/operations/getintegrationlogdrains.js +0 -0
  3527. /package/{dist/commonjs → esm}/models/operations/getprojectdomain.d.ts +0 -0
  3528. /package/{dist/esm → esm}/models/operations/getprojectdomain.js +0 -0
  3529. /package/{dist/commonjs → esm}/models/operations/getprojectenv.d.ts +0 -0
  3530. /package/{dist/esm → esm}/models/operations/getprojectenv.js +0 -0
  3531. /package/{dist/commonjs → esm}/models/operations/getprojectmembers.d.ts +0 -0
  3532. /package/{dist/esm → esm}/models/operations/getprojectmembers.js +0 -0
  3533. /package/{dist/commonjs → esm}/models/operations/getrecords.d.ts +0 -0
  3534. /package/{dist/esm → esm}/models/operations/getrecords.js +0 -0
  3535. /package/{dist/commonjs → esm}/models/operations/getteam.d.ts +0 -0
  3536. /package/{dist/esm → esm}/models/operations/getteam.js +0 -0
  3537. /package/{dist/commonjs → esm}/models/operations/getteamaccessrequest.d.ts +0 -0
  3538. /package/{dist/esm → esm}/models/operations/getteamaccessrequest.js +0 -0
  3539. /package/{dist/commonjs → esm}/models/operations/getteammembers.d.ts +0 -0
  3540. /package/{dist/esm → esm}/models/operations/getteammembers.js +0 -0
  3541. /package/{dist/commonjs → esm}/models/operations/getteams.d.ts +0 -0
  3542. /package/{dist/esm → esm}/models/operations/getteams.js +0 -0
  3543. /package/{dist/commonjs → esm}/models/operations/gitnamespaces.d.ts +0 -0
  3544. /package/{dist/esm → esm}/models/operations/gitnamespaces.js +0 -0
  3545. /package/{dist/commonjs → esm}/models/operations/inviteusertoteam.d.ts +0 -0
  3546. /package/{dist/esm → esm}/models/operations/inviteusertoteam.js +0 -0
  3547. /package/{dist/commonjs → esm}/models/operations/issuecert.d.ts +0 -0
  3548. /package/{dist/esm → esm}/models/operations/issuecert.js +0 -0
  3549. /package/{dist/commonjs → esm}/models/operations/jointeam.d.ts +0 -0
  3550. /package/{dist/esm → esm}/models/operations/jointeam.js +0 -0
  3551. /package/{dist/commonjs → esm}/models/operations/listaccessgroupmembers.d.ts +0 -0
  3552. /package/{dist/esm → esm}/models/operations/listaccessgroupmembers.js +0 -0
  3553. /package/{dist/commonjs → esm}/models/operations/listaccessgroupprojects.d.ts +0 -0
  3554. /package/{dist/esm → esm}/models/operations/listaccessgroupprojects.js +0 -0
  3555. /package/{dist/commonjs → esm}/models/operations/listaccessgroups.d.ts +0 -0
  3556. /package/{dist/esm → esm}/models/operations/listaccessgroups.js +0 -0
  3557. /package/{dist/commonjs → esm}/models/operations/listaliases.d.ts +0 -0
  3558. /package/{dist/esm → esm}/models/operations/listaliases.js +0 -0
  3559. /package/{dist/commonjs → esm}/models/operations/listauthtokens.d.ts +0 -0
  3560. /package/{dist/esm → esm}/models/operations/listauthtokens.js +0 -0
  3561. /package/{dist/commonjs → esm}/models/operations/listdeploymentaliases.d.ts +0 -0
  3562. /package/{dist/esm → esm}/models/operations/listdeploymentaliases.js +0 -0
  3563. /package/{dist/commonjs → esm}/models/operations/listdeploymentfiles.d.ts +0 -0
  3564. /package/{dist/esm → esm}/models/operations/listdeploymentfiles.js +0 -0
  3565. /package/{dist/commonjs → esm}/models/operations/listpromotealiases.d.ts +0 -0
  3566. /package/{dist/esm → esm}/models/operations/listpromotealiases.js +0 -0
  3567. /package/{dist/commonjs → esm}/models/operations/listuserevents.d.ts +0 -0
  3568. /package/{dist/esm → esm}/models/operations/listuserevents.js +0 -0
  3569. /package/{dist/commonjs → esm}/models/operations/patchdomain.d.ts +0 -0
  3570. /package/{dist/esm → esm}/models/operations/patchdomain.js +0 -0
  3571. /package/{dist/commonjs → esm}/models/operations/patchedgeconfigschema.d.ts +0 -0
  3572. /package/{dist/esm → esm}/models/operations/patchedgeconfigschema.js +0 -0
  3573. /package/{dist/commonjs → esm}/models/operations/patchteam.d.ts +0 -0
  3574. /package/{dist/esm → esm}/models/operations/patchteam.js +0 -0
  3575. /package/{dist/commonjs → esm}/models/operations/putfirewallconfig.d.ts +0 -0
  3576. /package/{dist/esm → esm}/models/operations/putfirewallconfig.js +0 -0
  3577. /package/{dist/commonjs → esm}/models/operations/readaccessgroup.d.ts +0 -0
  3578. /package/{dist/esm → esm}/models/operations/readaccessgroup.js +0 -0
  3579. /package/{dist/commonjs → esm}/models/operations/recordevents.d.ts +0 -0
  3580. /package/{dist/esm → esm}/models/operations/recordevents.js +0 -0
  3581. /package/{dist/commonjs → esm}/models/operations/removecert.d.ts +0 -0
  3582. /package/{dist/esm → esm}/models/operations/removecert.js +0 -0
  3583. /package/{dist/commonjs → esm}/models/operations/removeprojectdomain.d.ts +0 -0
  3584. /package/{dist/esm → esm}/models/operations/removeprojectdomain.js +0 -0
  3585. /package/{dist/commonjs → esm}/models/operations/removeprojectenv.d.ts +0 -0
  3586. /package/{dist/esm → esm}/models/operations/removeprojectenv.js +0 -0
  3587. /package/{dist/commonjs → esm}/models/operations/removeprojectmember.d.ts +0 -0
  3588. /package/{dist/esm → esm}/models/operations/removeprojectmember.js +0 -0
  3589. /package/{dist/commonjs → esm}/models/operations/removerecord.d.ts +0 -0
  3590. /package/{dist/esm → esm}/models/operations/removerecord.js +0 -0
  3591. /package/{dist/commonjs → esm}/models/operations/removeteammember.d.ts +0 -0
  3592. /package/{dist/esm → esm}/models/operations/removeteammember.js +0 -0
  3593. /package/{dist/commonjs → esm}/models/operations/requestaccesstoteam.d.ts +0 -0
  3594. /package/{dist/esm → esm}/models/operations/requestaccesstoteam.js +0 -0
  3595. /package/{dist/commonjs → esm}/models/operations/requestdelete.d.ts +0 -0
  3596. /package/{dist/esm → esm}/models/operations/requestdelete.js +0 -0
  3597. /package/{dist/commonjs → esm}/models/operations/requestpromote.d.ts +0 -0
  3598. /package/{dist/esm → esm}/models/operations/requestpromote.js +0 -0
  3599. /package/{dist/commonjs → esm}/models/operations/rerequestcheck.d.ts +0 -0
  3600. /package/{dist/esm → esm}/models/operations/rerequestcheck.js +0 -0
  3601. /package/{dist/commonjs → esm}/models/operations/searchrepo.d.ts +0 -0
  3602. /package/{dist/esm → esm}/models/operations/searchrepo.js +0 -0
  3603. /package/{dist/commonjs → esm}/models/operations/status.d.ts +0 -0
  3604. /package/{dist/esm → esm}/models/operations/status.js +0 -0
  3605. /package/{dist/commonjs → esm}/models/operations/updateaccessgroup.d.ts +0 -0
  3606. /package/{dist/esm → esm}/models/operations/updateaccessgroup.js +0 -0
  3607. /package/{dist/commonjs → esm}/models/operations/updateattackchallengemode.d.ts +0 -0
  3608. /package/{dist/esm → esm}/models/operations/updateattackchallengemode.js +0 -0
  3609. /package/{dist/commonjs → esm}/models/operations/updatecheck.d.ts +0 -0
  3610. /package/{dist/esm → esm}/models/operations/updatecheck.js +0 -0
  3611. /package/{dist/commonjs → esm}/models/operations/updateedgeconfig.d.ts +0 -0
  3612. /package/{dist/esm → esm}/models/operations/updateedgeconfig.js +0 -0
  3613. /package/{dist/commonjs → esm}/models/operations/updatefirewallconfig.d.ts +0 -0
  3614. /package/{dist/esm → esm}/models/operations/updatefirewallconfig.js +0 -0
  3615. /package/{dist/commonjs → esm}/models/operations/updateprojectdomain.d.ts +0 -0
  3616. /package/{dist/esm → esm}/models/operations/updateprojectdomain.js +0 -0
  3617. /package/{dist/commonjs → esm}/models/operations/updateprojectprotectionbypass.d.ts +0 -0
  3618. /package/{dist/esm → esm}/models/operations/updateprojectprotectionbypass.js +0 -0
  3619. /package/{dist/commonjs → esm}/models/operations/updaterecord.d.ts +0 -0
  3620. /package/{dist/esm → esm}/models/operations/updaterecord.js +0 -0
  3621. /package/{dist/commonjs → esm}/models/operations/updateteammember.d.ts +0 -0
  3622. /package/{dist/esm → esm}/models/operations/updateteammember.js +0 -0
  3623. /package/{dist/commonjs → esm}/models/operations/uploadartifact.d.ts +0 -0
  3624. /package/{dist/esm → esm}/models/operations/uploadartifact.js +0 -0
  3625. /package/{dist/commonjs → esm}/models/operations/uploadcert.d.ts +0 -0
  3626. /package/{dist/esm → esm}/models/operations/uploadcert.js +0 -0
  3627. /package/{dist/commonjs → esm}/models/operations/uploadfile.d.ts +0 -0
  3628. /package/{dist/esm → esm}/models/operations/uploadfile.js +0 -0
  3629. /package/{dist/commonjs → esm}/models/operations/verifyprojectdomain.d.ts +0 -0
  3630. /package/{dist/esm → esm}/models/operations/verifyprojectdomain.js +0 -0
  3631. /package/{dist/commonjs → esm}/sdk/accessgroups.d.ts +0 -0
  3632. /package/{dist/esm → esm}/sdk/accessgroups.js +0 -0
  3633. /package/{dist/commonjs → esm}/sdk/aliases.d.ts +0 -0
  3634. /package/{dist/esm → esm}/sdk/aliases.js +0 -0
  3635. /package/{dist/commonjs → esm}/sdk/artifacts.d.ts +0 -0
  3636. /package/{dist/esm → esm}/sdk/artifacts.js +0 -0
  3637. /package/{dist/commonjs → esm}/sdk/authentication.d.ts +0 -0
  3638. /package/{dist/esm → esm}/sdk/authentication.js +0 -0
  3639. /package/{dist/commonjs → esm}/sdk/certs.d.ts +0 -0
  3640. /package/{dist/esm → esm}/sdk/certs.js +0 -0
  3641. /package/{dist/commonjs → esm}/sdk/checks.d.ts +0 -0
  3642. /package/{dist/esm → esm}/sdk/checks.js +0 -0
  3643. /package/{dist/commonjs → esm}/sdk/deployments.d.ts +0 -0
  3644. /package/{dist/esm → esm}/sdk/deployments.js +0 -0
  3645. /package/{dist/commonjs → esm}/sdk/dns.d.ts +0 -0
  3646. /package/{dist/esm → esm}/sdk/dns.js +0 -0
  3647. /package/{dist/commonjs → esm}/sdk/domains.d.ts +0 -0
  3648. /package/{dist/esm → esm}/sdk/domains.js +0 -0
  3649. /package/{dist/commonjs → esm}/sdk/edgeconfig.d.ts +0 -0
  3650. /package/{dist/esm → esm}/sdk/edgeconfig.js +0 -0
  3651. /package/{dist/commonjs → esm}/sdk/integrations.d.ts +0 -0
  3652. /package/{dist/esm → esm}/sdk/integrations.js +0 -0
  3653. /package/{dist/commonjs → esm}/sdk/logdrains.d.ts +0 -0
  3654. /package/{dist/esm → esm}/sdk/logdrains.js +0 -0
  3655. /package/{dist/commonjs → esm}/sdk/projectmembers.d.ts +0 -0
  3656. /package/{dist/esm → esm}/sdk/projectmembers.js +0 -0
  3657. /package/{dist/esm → esm}/sdk/projects.js +0 -0
  3658. /package/{dist/commonjs → esm}/sdk/security.d.ts +0 -0
  3659. /package/{dist/esm → esm}/sdk/security.js +0 -0
  3660. /package/{dist/commonjs → esm}/sdk/teams.d.ts +0 -0
  3661. /package/{dist/esm → esm}/sdk/teams.js +0 -0
  3662. /package/{dist/commonjs → esm}/sdk/user.d.ts +0 -0
  3663. /package/{dist/esm → esm}/sdk/user.js +0 -0
  3664. /package/{dist/commonjs → esm}/sdk/webhooks.d.ts +0 -0
  3665. /package/{dist/esm → esm}/sdk/webhooks.js +0 -0
  3666. /package/{dist/commonjs → esm}/types/blobs.d.ts +0 -0
  3667. /package/{dist/esm → esm}/types/blobs.js +0 -0
  3668. /package/{dist/commonjs → esm}/types/constdatetime.d.ts +0 -0
  3669. /package/{dist/esm → esm}/types/constdatetime.js +0 -0
  3670. /package/{dist/commonjs → esm}/types/enums.d.ts +0 -0
  3671. /package/{dist/esm → esm}/types/enums.js +0 -0
  3672. /package/{dist/commonjs → esm}/types/fp.d.ts +0 -0
  3673. /package/{dist/esm → esm}/types/fp.js +0 -0
  3674. /package/{dist/commonjs → esm}/types/operations.d.ts +0 -0
  3675. /package/{dist/esm → esm}/types/operations.js +0 -0
  3676. /package/{dist/commonjs → esm}/types/rfcdate.d.ts +0 -0
  3677. /package/{dist/esm → esm}/types/rfcdate.js +0 -0
  3678. /package/{dist/commonjs → esm}/types/streams.d.ts +0 -0
  3679. /package/{dist/esm → esm}/types/streams.js +0 -0
@@ -0,0 +1,4570 @@
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
+ /**
528
+ * The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
529
+ */
530
+ export type Group = {
531
+ /**
532
+ * A unique identifier for the group of microfrontends. All related microfrontend projects will share this group ID. Example: mfe_12HKQaOmR5t5Uy6vdcQsNIiZgHGB
533
+ */
534
+ id: string;
535
+ /**
536
+ * A human readable name for the microfrontends group. This will be used to display the microfrontends group in the UI.
537
+ */
538
+ slug: string;
539
+ };
540
+ export type Microfrontends = {
541
+ /**
542
+ * Timestamp when the microfrontends settings were last updated.
543
+ */
544
+ updatedAt: number;
545
+ /**
546
+ * The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
547
+ */
548
+ group: Group;
549
+ /**
550
+ * Whether microfrontends are enabled for this project.
551
+ */
552
+ enabled: boolean;
553
+ /**
554
+ * Whether this project is the default application for the microfrontends group. The default application is the one that is used as the top level shell for the microfrontends group and hosts the other microfrontends.
555
+ */
556
+ isDefaultApp?: boolean | undefined;
557
+ /**
558
+ * A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
559
+ */
560
+ defaultRoute?: string | undefined;
561
+ };
562
+ export declare const UpdateProjectDataCacheNodeVersion: {
563
+ readonly TwentyTwoX: "22.x";
564
+ readonly TwentyX: "20.x";
565
+ readonly EighteenX: "18.x";
566
+ readonly SixteenX: "16.x";
567
+ readonly FourteenX: "14.x";
568
+ readonly TwelveX: "12.x";
569
+ readonly TenX: "10.x";
570
+ readonly Eight10X: "8.10.x";
571
+ };
572
+ export type UpdateProjectDataCacheNodeVersion = ClosedEnum<typeof UpdateProjectDataCacheNodeVersion>;
573
+ export type UpdateProjectDataCachePaths = {
574
+ value: string;
575
+ };
576
+ export type UpdateProjectDataCacheOptionsAllowlist = {
577
+ paths: Array<UpdateProjectDataCachePaths>;
578
+ };
579
+ export type UpdateProjectDataCachePasswordProtection = {};
580
+ export declare const FunctionDefaultMemoryType: {
581
+ readonly StandardLegacy: "standard_legacy";
582
+ readonly Standard: "standard";
583
+ readonly Performance: "performance";
584
+ };
585
+ export type FunctionDefaultMemoryType = ClosedEnum<typeof FunctionDefaultMemoryType>;
586
+ export type ResourceConfig = {
587
+ functionDefaultTimeout?: number | undefined;
588
+ functionDefaultMemoryType?: FunctionDefaultMemoryType | undefined;
589
+ allowServerlessConcurrency?: boolean | undefined;
590
+ elasticConcurrencyEnabled?: boolean | undefined;
591
+ };
592
+ export declare const UpdateProjectDataCacheDeploymentType: {
593
+ readonly Preview: "preview";
594
+ readonly All: "all";
595
+ readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
596
+ };
597
+ export type UpdateProjectDataCacheDeploymentType = ClosedEnum<typeof UpdateProjectDataCacheDeploymentType>;
598
+ export type UpdateProjectDataCacheSsoProtection = {
599
+ deploymentType: UpdateProjectDataCacheDeploymentType;
600
+ };
601
+ export type UpdateProjectDataCacheAliasAssigned = number | boolean;
602
+ export type UpdateProjectDataCacheAliasError = {
603
+ code: string;
604
+ message: string;
605
+ };
606
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType: {
607
+ readonly EndsWith: "endsWith";
608
+ readonly StartsWith: "startsWith";
609
+ readonly Equals: "equals";
610
+ };
611
+ export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
612
+ export type UpdateProjectDataCacheBranchMatcher = {
613
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType;
614
+ pattern: string;
615
+ };
616
+ export type UpdateProjectDataCacheBuilds = {
617
+ use: string;
618
+ src?: string | undefined;
619
+ dest?: string | undefined;
620
+ };
621
+ export declare const UpdateProjectDataCacheChecksConclusion: {
622
+ readonly Succeeded: "succeeded";
623
+ readonly Failed: "failed";
624
+ readonly Skipped: "skipped";
625
+ readonly Canceled: "canceled";
626
+ };
627
+ export type UpdateProjectDataCacheChecksConclusion = ClosedEnum<typeof UpdateProjectDataCacheChecksConclusion>;
628
+ export declare const UpdateProjectDataCacheChecksState: {
629
+ readonly Registered: "registered";
630
+ readonly Running: "running";
631
+ readonly Completed: "completed";
632
+ };
633
+ export type UpdateProjectDataCacheChecksState = ClosedEnum<typeof UpdateProjectDataCacheChecksState>;
634
+ export type UpdateProjectDataCacheCreator = {
635
+ email: string;
636
+ githubLogin?: string | undefined;
637
+ gitlabLogin?: string | undefined;
638
+ uid: string;
639
+ username: string;
640
+ };
641
+ export type UpdateProjectDataCacheOidcTokenClaims = {
642
+ iss: string;
643
+ sub: string;
644
+ scope: string;
645
+ aud: string;
646
+ owner: string;
647
+ ownerId: string;
648
+ project: string;
649
+ projectId: string;
650
+ environment: string;
651
+ };
652
+ export declare const UpdateProjectDataCachePlan: {
653
+ readonly Pro: "pro";
654
+ readonly Enterprise: "enterprise";
655
+ readonly Hobby: "hobby";
656
+ };
657
+ export type UpdateProjectDataCachePlan = ClosedEnum<typeof UpdateProjectDataCachePlan>;
658
+ export declare const UpdateProjectDataCacheReadyState: {
659
+ readonly Building: "BUILDING";
660
+ readonly Error: "ERROR";
661
+ readonly Initializing: "INITIALIZING";
662
+ readonly Queued: "QUEUED";
663
+ readonly Ready: "READY";
664
+ readonly Canceled: "CANCELED";
665
+ };
666
+ export type UpdateProjectDataCacheReadyState = ClosedEnum<typeof UpdateProjectDataCacheReadyState>;
667
+ export declare const UpdateProjectDataCacheReadySubstate: {
668
+ readonly Staged: "STAGED";
669
+ readonly Promoted: "PROMOTED";
670
+ };
671
+ export type UpdateProjectDataCacheReadySubstate = ClosedEnum<typeof UpdateProjectDataCacheReadySubstate>;
672
+ export declare const UpdateProjectDataCacheProjectsType: {
673
+ readonly Lambdas: "LAMBDAS";
674
+ };
675
+ export type UpdateProjectDataCacheProjectsType = ClosedEnum<typeof UpdateProjectDataCacheProjectsType>;
676
+ export type Targets = {
677
+ id: string;
678
+ alias?: Array<string> | undefined;
679
+ aliasAssigned?: number | boolean | null | undefined;
680
+ aliasError?: UpdateProjectDataCacheAliasError | null | undefined;
681
+ aliasFinal?: string | null | undefined;
682
+ automaticAliases?: Array<string> | undefined;
683
+ branchMatcher?: UpdateProjectDataCacheBranchMatcher | undefined;
684
+ buildingAt?: number | undefined;
685
+ builds?: Array<UpdateProjectDataCacheBuilds> | undefined;
686
+ checksConclusion?: UpdateProjectDataCacheChecksConclusion | undefined;
687
+ checksState?: UpdateProjectDataCacheChecksState | undefined;
688
+ connectBuildsEnabled?: boolean | undefined;
689
+ connectConfigurationId?: string | undefined;
690
+ createdAt: number;
691
+ createdIn: string;
692
+ creator: UpdateProjectDataCacheCreator | null;
693
+ deletedAt?: number | undefined;
694
+ deploymentHostname: string;
695
+ forced?: boolean | undefined;
696
+ name: string;
697
+ meta?: {
698
+ [k: string]: string;
699
+ } | undefined;
700
+ monorepoManager?: string | null | undefined;
701
+ oidcTokenClaims?: UpdateProjectDataCacheOidcTokenClaims | undefined;
702
+ plan: UpdateProjectDataCachePlan;
703
+ /**
704
+ * Whether or not preview comments are enabled for the deployment
705
+ */
706
+ previewCommentsEnabled?: boolean | undefined;
707
+ private: boolean;
708
+ readyAt?: number | undefined;
709
+ readyState: UpdateProjectDataCacheReadyState;
710
+ readySubstate?: UpdateProjectDataCacheReadySubstate | undefined;
711
+ requestedAt?: number | undefined;
712
+ target?: string | null | undefined;
713
+ teamId?: string | null | undefined;
714
+ type: UpdateProjectDataCacheProjectsType;
715
+ url: string;
716
+ userId: string;
717
+ withCache?: boolean | undefined;
718
+ };
719
+ export type Permissions = {
720
+ accessGroup?: Array<ACLAction> | undefined;
721
+ aliasGlobal?: Array<ACLAction> | undefined;
722
+ analyticsSampling?: Array<ACLAction> | undefined;
723
+ analyticsUsage?: Array<ACLAction> | undefined;
724
+ auditLog?: Array<ACLAction> | undefined;
725
+ billingAddress?: Array<ACLAction> | undefined;
726
+ billingInformation?: Array<ACLAction> | undefined;
727
+ billingInvoice?: Array<ACLAction> | undefined;
728
+ billingInvoiceEmailRecipient?: Array<ACLAction> | undefined;
729
+ billingInvoiceLanguage?: Array<ACLAction> | undefined;
730
+ billingPlan?: Array<ACLAction> | undefined;
731
+ billingPurchaseOrder?: Array<ACLAction> | undefined;
732
+ billingTaxId?: Array<ACLAction> | undefined;
733
+ blob?: Array<ACLAction> | undefined;
734
+ budget?: Array<ACLAction> | undefined;
735
+ cacheArtifact?: Array<ACLAction> | undefined;
736
+ cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
737
+ codeChecks?: Array<ACLAction> | undefined;
738
+ concurrentBuilds?: Array<ACLAction> | undefined;
739
+ connect?: Array<ACLAction> | undefined;
740
+ connectConfiguration?: Array<ACLAction> | undefined;
741
+ domain?: Array<ACLAction> | undefined;
742
+ domainAcceptDelegation?: Array<ACLAction> | undefined;
743
+ domainAuthCodes?: Array<ACLAction> | undefined;
744
+ domainCertificate?: Array<ACLAction> | undefined;
745
+ domainCheckConfig?: Array<ACLAction> | undefined;
746
+ domainMove?: Array<ACLAction> | undefined;
747
+ domainPurchase?: Array<ACLAction> | undefined;
748
+ domainRecord?: Array<ACLAction> | undefined;
749
+ domainTransferIn?: Array<ACLAction> | undefined;
750
+ event?: Array<ACLAction> | undefined;
751
+ ownEvent?: Array<ACLAction> | undefined;
752
+ sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
753
+ fileUpload?: Array<ACLAction> | undefined;
754
+ gitRepository?: Array<ACLAction> | undefined;
755
+ ipBlocking?: Array<ACLAction> | undefined;
756
+ integration?: Array<ACLAction> | undefined;
757
+ integrationAccount?: Array<ACLAction> | undefined;
758
+ integrationConfiguration?: Array<ACLAction> | undefined;
759
+ integrationConfigurationTransfer?: Array<ACLAction> | undefined;
760
+ integrationConfigurationProjects?: Array<ACLAction> | undefined;
761
+ integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
762
+ integrationConfigurationRole?: Array<ACLAction> | undefined;
763
+ integrationResource?: Array<ACLAction> | undefined;
764
+ integrationEvent?: Array<ACLAction> | undefined;
765
+ integrationResourceSecrets?: Array<ACLAction> | undefined;
766
+ integrationDeploymentAction?: Array<ACLAction> | undefined;
767
+ marketplaceInstallationMember?: Array<ACLAction> | undefined;
768
+ marketplaceBillingData?: Array<ACLAction> | undefined;
769
+ marketplaceInvoice?: Array<ACLAction> | undefined;
770
+ jobGlobal?: Array<ACLAction> | undefined;
771
+ logDrain?: Array<ACLAction> | undefined;
772
+ monitoring?: Array<ACLAction> | undefined;
773
+ monitoringSettings?: Array<ACLAction> | undefined;
774
+ monitoringQuery?: Array<ACLAction> | undefined;
775
+ monitoringChart?: Array<ACLAction> | undefined;
776
+ monitoringAlert?: Array<ACLAction> | undefined;
777
+ notificationDeploymentFailed?: Array<ACLAction> | undefined;
778
+ notificationDomainConfiguration?: Array<ACLAction> | undefined;
779
+ notificationDomainExpire?: Array<ACLAction> | undefined;
780
+ notificationDomainMoved?: Array<ACLAction> | undefined;
781
+ notificationDomainPurchase?: Array<ACLAction> | undefined;
782
+ notificationDomainRenewal?: Array<ACLAction> | undefined;
783
+ notificationDomainTransfer?: Array<ACLAction> | undefined;
784
+ notificationDomainUnverified?: Array<ACLAction> | undefined;
785
+ notificationMonitoringAlert?: Array<ACLAction> | undefined;
786
+ notificationPaymentFailed?: Array<ACLAction> | undefined;
787
+ notificationUsageAlert?: Array<ACLAction> | undefined;
788
+ notificationCustomerBudget?: Array<ACLAction> | undefined;
789
+ notificationStatementOfReasons?: Array<ACLAction> | undefined;
790
+ oauth2Connection?: Array<ACLAction> | undefined;
791
+ openTelemetryEndpoint?: Array<ACLAction> | undefined;
792
+ paymentMethod?: Array<ACLAction> | undefined;
793
+ permissions?: Array<ACLAction> | undefined;
794
+ postgres?: Array<ACLAction> | undefined;
795
+ previewDeploymentSuffix?: Array<ACLAction> | undefined;
796
+ proTrialOnboarding?: Array<ACLAction> | undefined;
797
+ sharedEnvVars?: Array<ACLAction> | undefined;
798
+ sharedEnvVarsProduction?: Array<ACLAction> | undefined;
799
+ space?: Array<ACLAction> | undefined;
800
+ spaceRun?: Array<ACLAction> | undefined;
801
+ passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
802
+ rateLimit?: Array<ACLAction> | undefined;
803
+ redis?: Array<ACLAction> | undefined;
804
+ repository?: Array<ACLAction> | undefined;
805
+ remoteCaching?: Array<ACLAction> | undefined;
806
+ samlConfig?: Array<ACLAction> | undefined;
807
+ secret?: Array<ACLAction> | undefined;
808
+ redisStoreTokenSet?: Array<ACLAction> | undefined;
809
+ blobStoreTokenSet?: Array<ACLAction> | undefined;
810
+ postgresStoreTokenSet?: Array<ACLAction> | undefined;
811
+ integrationStoreTokenSet?: Array<ACLAction> | undefined;
812
+ integrationResourceReplCommand?: Array<ACLAction> | undefined;
813
+ storeTransfer?: Array<ACLAction> | undefined;
814
+ supportCase?: Array<ACLAction> | undefined;
815
+ supportCaseComment?: Array<ACLAction> | undefined;
816
+ dataCacheBillingSettings?: Array<ACLAction> | undefined;
817
+ team?: Array<ACLAction> | undefined;
818
+ teamAccessRequest?: Array<ACLAction> | undefined;
819
+ teamFellowMembership?: Array<ACLAction> | undefined;
820
+ teamGitExclusivity?: Array<ACLAction> | undefined;
821
+ teamInvite?: Array<ACLAction> | undefined;
822
+ teamInviteCode?: Array<ACLAction> | undefined;
823
+ teamJoin?: Array<ACLAction> | undefined;
824
+ teamOwnMembership?: Array<ACLAction> | undefined;
825
+ teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
826
+ token?: Array<ACLAction> | undefined;
827
+ usage?: Array<ACLAction> | undefined;
828
+ usageCycle?: Array<ACLAction> | undefined;
829
+ user?: Array<ACLAction> | undefined;
830
+ userConnection?: Array<ACLAction> | undefined;
831
+ vpcPeeringConnection?: Array<ACLAction> | undefined;
832
+ webAnalyticsPlan?: Array<ACLAction> | undefined;
833
+ webAuthn?: Array<ACLAction> | undefined;
834
+ edgeConfig?: Array<ACLAction> | undefined;
835
+ edgeConfigItem?: Array<ACLAction> | undefined;
836
+ edgeConfigSchema?: Array<ACLAction> | undefined;
837
+ edgeConfigToken?: Array<ACLAction> | undefined;
838
+ webhook?: Array<ACLAction> | undefined;
839
+ webhookEvent?: Array<ACLAction> | undefined;
840
+ endpointVerification?: Array<ACLAction> | undefined;
841
+ projectTransferIn?: Array<ACLAction> | undefined;
842
+ oauth2Application?: Array<ACLAction> | undefined;
843
+ aliasProject?: Array<ACLAction> | undefined;
844
+ aliasProtectionBypass?: Array<ACLAction> | undefined;
845
+ productionAliasProtectionBypass?: Array<ACLAction> | undefined;
846
+ connectConfigurationLink?: Array<ACLAction> | undefined;
847
+ dataCacheNamespace?: Array<ACLAction> | undefined;
848
+ deployment?: Array<ACLAction> | undefined;
849
+ deploymentCheck?: Array<ACLAction> | undefined;
850
+ deploymentCheckPreview?: Array<ACLAction> | undefined;
851
+ deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
852
+ deploymentProductionGit?: Array<ACLAction> | undefined;
853
+ deploymentPreview?: Array<ACLAction> | undefined;
854
+ deploymentPrivate?: Array<ACLAction> | undefined;
855
+ deploymentPromote?: Array<ACLAction> | undefined;
856
+ deploymentRollback?: Array<ACLAction> | undefined;
857
+ environments?: Array<ACLAction> | undefined;
858
+ logs?: Array<ACLAction> | undefined;
859
+ logsPreset?: Array<ACLAction> | undefined;
860
+ passwordProtection?: Array<ACLAction> | undefined;
861
+ optionsAllowlist?: Array<ACLAction> | undefined;
862
+ job?: Array<ACLAction> | undefined;
863
+ project?: Array<ACLAction> | undefined;
864
+ projectAccessGroup?: Array<ACLAction> | undefined;
865
+ projectAnalyticsSampling?: Array<ACLAction> | undefined;
866
+ projectDeploymentHook?: Array<ACLAction> | undefined;
867
+ projectDomain?: Array<ACLAction> | undefined;
868
+ projectDomainMove?: Array<ACLAction> | undefined;
869
+ projectDomainCheckConfig?: Array<ACLAction> | undefined;
870
+ projectEnvVars?: Array<ACLAction> | undefined;
871
+ projectEnvVarsProduction?: Array<ACLAction> | undefined;
872
+ projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
873
+ projectFlags?: Array<ACLAction> | undefined;
874
+ projectId?: Array<ACLAction> | undefined;
875
+ projectIntegrationConfiguration?: Array<ACLAction> | undefined;
876
+ projectLink?: Array<ACLAction> | undefined;
877
+ projectMember?: Array<ACLAction> | undefined;
878
+ projectMonitoring?: Array<ACLAction> | undefined;
879
+ projectPermissions?: Array<ACLAction> | undefined;
880
+ projectProductionBranch?: Array<ACLAction> | undefined;
881
+ projectTransfer?: Array<ACLAction> | undefined;
882
+ projectTransferOut?: Array<ACLAction> | undefined;
883
+ projectProtectionBypass?: Array<ACLAction> | undefined;
884
+ projectUsage?: Array<ACLAction> | undefined;
885
+ projectAnalyticsUsage?: Array<ACLAction> | undefined;
886
+ projectSupportCase?: Array<ACLAction> | undefined;
887
+ projectSupportCaseComment?: Array<ACLAction> | undefined;
888
+ projectDeploymentExpiration?: Array<ACLAction> | undefined;
889
+ projectTier?: Array<ACLAction> | undefined;
890
+ seawallConfig?: Array<ACLAction> | undefined;
891
+ skewProtection?: Array<ACLAction> | undefined;
892
+ analytics?: Array<ACLAction> | undefined;
893
+ trustedIps?: Array<ACLAction> | undefined;
894
+ webAnalytics?: Array<ACLAction> | undefined;
895
+ sharedEnvVarConnection?: Array<ACLAction> | undefined;
896
+ sonar?: Array<ACLAction> | undefined;
897
+ };
898
+ export type LastRollbackTarget = {};
899
+ export declare const JobStatus: {
900
+ readonly Succeeded: "succeeded";
901
+ readonly Failed: "failed";
902
+ readonly Skipped: "skipped";
903
+ readonly Pending: "pending";
904
+ readonly InProgress: "in-progress";
905
+ };
906
+ export type JobStatus = ClosedEnum<typeof JobStatus>;
907
+ export declare const UpdateProjectDataCacheProjectsResponseType: {
908
+ readonly Promote: "promote";
909
+ readonly Rollback: "rollback";
910
+ };
911
+ export type UpdateProjectDataCacheProjectsResponseType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
912
+ export type LastAliasRequest = {
913
+ fromDeploymentId: string;
914
+ toDeploymentId: string;
915
+ jobStatus: JobStatus;
916
+ requestedAt: number;
917
+ type: UpdateProjectDataCacheProjectsResponseType;
918
+ };
919
+ export declare const Scope: {
920
+ readonly AutomationBypass: "automation-bypass";
921
+ };
922
+ export type Scope = ClosedEnum<typeof Scope>;
923
+ export type ProtectionBypass = {
924
+ createdAt: number;
925
+ createdBy: string;
926
+ scope: Scope;
927
+ };
928
+ export declare const UpdateProjectDataCacheTrustedIpsDeploymentType: {
929
+ readonly Production: "production";
930
+ readonly Preview: "preview";
931
+ readonly All: "all";
932
+ readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
933
+ };
934
+ export type UpdateProjectDataCacheTrustedIpsDeploymentType = ClosedEnum<typeof UpdateProjectDataCacheTrustedIpsDeploymentType>;
935
+ export type TrustedIps2 = {
936
+ deploymentType: UpdateProjectDataCacheTrustedIpsDeploymentType;
937
+ };
938
+ export declare const TrustedIpsDeploymentType: {
939
+ readonly Production: "production";
940
+ readonly Preview: "preview";
941
+ readonly All: "all";
942
+ readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
943
+ };
944
+ export type TrustedIpsDeploymentType = ClosedEnum<typeof TrustedIpsDeploymentType>;
945
+ export type UpdateProjectDataCacheTrustedIpsAddresses = {
946
+ value: string;
947
+ note?: string | undefined;
948
+ };
949
+ export declare const UpdateProjectDataCacheTrustedIpsProtectionMode: {
950
+ readonly Additional: "additional";
951
+ readonly Exclusive: "exclusive";
952
+ };
953
+ export type UpdateProjectDataCacheTrustedIpsProtectionMode = ClosedEnum<typeof UpdateProjectDataCacheTrustedIpsProtectionMode>;
954
+ export type TrustedIps1 = {
955
+ deploymentType: TrustedIpsDeploymentType;
956
+ addresses: Array<UpdateProjectDataCacheTrustedIpsAddresses>;
957
+ protectionMode: UpdateProjectDataCacheTrustedIpsProtectionMode;
958
+ };
959
+ export type UpdateProjectDataCacheTrustedIps = TrustedIps2 | TrustedIps1;
960
+ export type GitComments = {
961
+ /**
962
+ * Whether the Vercel bot should comment on PRs
963
+ */
964
+ onPullRequest: boolean;
965
+ /**
966
+ * Whether the Vercel bot should comment on commits
967
+ */
968
+ onCommit: boolean;
969
+ };
970
+ export type WebAnalytics = {
971
+ id: string;
972
+ disabledAt?: number | undefined;
973
+ canceledAt?: number | undefined;
974
+ enabledAt?: number | undefined;
975
+ hasData?: boolean | undefined;
976
+ };
977
+ export type Src2 = {
978
+ re?: string | undefined;
979
+ eq?: string | undefined;
980
+ neq?: string | undefined;
981
+ inc?: Array<string> | undefined;
982
+ ninc?: Array<string> | undefined;
983
+ pre?: string | undefined;
984
+ suf?: string | undefined;
985
+ gt?: number | undefined;
986
+ gte?: number | undefined;
987
+ lt?: number | undefined;
988
+ lte?: number | undefined;
989
+ };
990
+ export type Src = Src2 | string;
991
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType: {
992
+ readonly Path: "path";
993
+ readonly Host: "host";
994
+ readonly Method: "method";
995
+ readonly Header: "header";
996
+ readonly Cookie: "cookie";
997
+ readonly Query: "query";
998
+ readonly IpAddress: "ip_address";
999
+ readonly Protocol: "protocol";
1000
+ readonly Scheme: "scheme";
1001
+ readonly Environment: "environment";
1002
+ readonly Region: "region";
1003
+ };
1004
+ export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType>;
1005
+ export type UpdateProjectDataCacheValueProjects2 = {
1006
+ re?: string | undefined;
1007
+ eq?: string | undefined;
1008
+ neq?: string | undefined;
1009
+ inc?: Array<string> | undefined;
1010
+ ninc?: Array<string> | undefined;
1011
+ pre?: string | undefined;
1012
+ suf?: string | undefined;
1013
+ gt?: number | undefined;
1014
+ gte?: number | undefined;
1015
+ lt?: number | undefined;
1016
+ lte?: number | undefined;
1017
+ };
1018
+ export type UpdateProjectDataCacheProjectsValue = UpdateProjectDataCacheValueProjects2 | string;
1019
+ export type Has = {
1020
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType;
1021
+ key?: string | undefined;
1022
+ value?: UpdateProjectDataCacheValueProjects2 | string | undefined;
1023
+ };
1024
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType: {
1025
+ readonly Path: "path";
1026
+ readonly Host: "host";
1027
+ readonly Method: "method";
1028
+ readonly Header: "header";
1029
+ readonly Cookie: "cookie";
1030
+ readonly Query: "query";
1031
+ readonly IpAddress: "ip_address";
1032
+ readonly Protocol: "protocol";
1033
+ readonly Scheme: "scheme";
1034
+ readonly Environment: "environment";
1035
+ readonly Region: "region";
1036
+ };
1037
+ export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
1038
+ export type UpdateProjectDataCacheValue2 = {
1039
+ re?: string | undefined;
1040
+ eq?: string | undefined;
1041
+ neq?: string | undefined;
1042
+ inc?: Array<string> | undefined;
1043
+ ninc?: Array<string> | undefined;
1044
+ pre?: string | undefined;
1045
+ suf?: string | undefined;
1046
+ gt?: number | undefined;
1047
+ gte?: number | undefined;
1048
+ lt?: number | undefined;
1049
+ lte?: number | undefined;
1050
+ };
1051
+ export type UpdateProjectDataCacheValue = UpdateProjectDataCacheValue2 | string;
1052
+ export type Missing = {
1053
+ type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType;
1054
+ key?: string | undefined;
1055
+ value?: UpdateProjectDataCacheValue2 | string | undefined;
1056
+ };
1057
+ export declare const Handle: {
1058
+ readonly Init: "init";
1059
+ readonly Finalize: "finalize";
1060
+ };
1061
+ export type Handle = ClosedEnum<typeof Handle>;
1062
+ export declare const UpdateProjectDataCacheAction: {
1063
+ readonly Deny: "deny";
1064
+ readonly Challenge: "challenge";
1065
+ readonly Log: "log";
1066
+ readonly Bypass: "bypass";
1067
+ readonly RateLimit: "rate_limit";
1068
+ readonly Redirect: "redirect";
1069
+ };
1070
+ export type UpdateProjectDataCacheAction = ClosedEnum<typeof UpdateProjectDataCacheAction>;
1071
+ export declare const UpdateProjectDataCacheAlgo: {
1072
+ readonly FixedWindow: "fixed_window";
1073
+ readonly TokenBucket: "token_bucket";
1074
+ };
1075
+ export type UpdateProjectDataCacheAlgo = ClosedEnum<typeof UpdateProjectDataCacheAlgo>;
1076
+ export type Erl = {
1077
+ algo: UpdateProjectDataCacheAlgo;
1078
+ window: number;
1079
+ limit: number;
1080
+ keys: Array<string>;
1081
+ };
1082
+ export type UpdateProjectDataCacheMitigate = {
1083
+ action: UpdateProjectDataCacheAction;
1084
+ ruleId: string;
1085
+ ttl?: number | undefined;
1086
+ erl?: Erl | undefined;
1087
+ };
1088
+ export type FirewallRoutes = {
1089
+ src?: Src2 | string | undefined;
1090
+ has?: Array<Has> | undefined;
1091
+ missing?: Array<Missing> | undefined;
1092
+ dest?: string | undefined;
1093
+ status?: number | undefined;
1094
+ handle?: Handle | undefined;
1095
+ mitigate?: UpdateProjectDataCacheMitigate | undefined;
1096
+ };
1097
+ export type Security = {
1098
+ attackModeEnabled?: boolean | undefined;
1099
+ attackModeUpdatedAt?: number | undefined;
1100
+ firewallEnabled?: boolean | undefined;
1101
+ firewallUpdatedAt?: number | undefined;
1102
+ attackModeActiveUntil?: number | null | undefined;
1103
+ firewallConfigVersion?: number | undefined;
1104
+ firewallRoutes?: Array<FirewallRoutes> | undefined;
1105
+ firewallSeawallEnabled?: boolean | undefined;
1106
+ ja3Enabled?: boolean | undefined;
1107
+ ja4Enabled?: boolean | undefined;
1108
+ };
1109
+ /**
1110
+ * - team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`
1111
+ */
1112
+ export declare const UpdateProjectDataCacheIssuerMode: {
1113
+ readonly Team: "team";
1114
+ readonly Global: "global";
1115
+ };
1116
+ /**
1117
+ * - team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`
1118
+ */
1119
+ export type UpdateProjectDataCacheIssuerMode = ClosedEnum<typeof UpdateProjectDataCacheIssuerMode>;
1120
+ export type UpdateProjectDataCacheOidcTokenConfig = {
1121
+ enabled: boolean;
1122
+ /**
1123
+ * - team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`
1124
+ */
1125
+ issuerMode?: UpdateProjectDataCacheIssuerMode | undefined;
1126
+ };
1127
+ export declare const Tier: {
1128
+ readonly Standard: "standard";
1129
+ readonly Advanced: "advanced";
1130
+ readonly Critical: "critical";
1131
+ };
1132
+ export type Tier = ClosedEnum<typeof Tier>;
1133
+ export type UpdateProjectDataCacheResponseBody = {
1134
+ accountId: string;
1135
+ analytics?: Analytics | undefined;
1136
+ speedInsights?: SpeedInsights | undefined;
1137
+ autoExposeSystemEnvs?: boolean | undefined;
1138
+ autoAssignCustomDomains?: boolean | undefined;
1139
+ autoAssignCustomDomainsUpdatedBy?: string | undefined;
1140
+ buildCommand?: string | null | undefined;
1141
+ commandForIgnoringBuildStep?: string | null | undefined;
1142
+ connectConfigurationId?: string | null | undefined;
1143
+ connectBuildsEnabled?: boolean | undefined;
1144
+ createdAt?: number | undefined;
1145
+ customerSupportCodeVisibility?: boolean | undefined;
1146
+ crons?: Crons | undefined;
1147
+ dataCache?: DataCache | undefined;
1148
+ deploymentExpiration?: DeploymentExpiration | null | undefined;
1149
+ devCommand?: string | null | undefined;
1150
+ directoryListing: boolean;
1151
+ installCommand?: string | null | undefined;
1152
+ env?: Array<Env> | undefined;
1153
+ customEnvironments?: Array<CustomEnvironments> | undefined;
1154
+ framework?: UpdateProjectDataCacheFramework | null | undefined;
1155
+ gitForkProtection?: boolean | undefined;
1156
+ gitLFS?: boolean | undefined;
1157
+ id: string;
1158
+ ipBuckets?: Array<IpBuckets> | undefined;
1159
+ latestDeployments?: Array<LatestDeployments> | undefined;
1160
+ link?: Link1 | Link3 | Link2 | undefined;
1161
+ microfrontends?: Microfrontends | undefined;
1162
+ name: string;
1163
+ nodeVersion: UpdateProjectDataCacheNodeVersion;
1164
+ optionsAllowlist?: UpdateProjectDataCacheOptionsAllowlist | null | undefined;
1165
+ outputDirectory?: string | null | undefined;
1166
+ passiveConnectConfigurationId?: string | null | undefined;
1167
+ passwordProtection?: UpdateProjectDataCachePasswordProtection | null | undefined;
1168
+ productionDeploymentsFastLane?: boolean | undefined;
1169
+ publicSource?: boolean | null | undefined;
1170
+ resourceConfig?: ResourceConfig | undefined;
1171
+ rootDirectory?: string | null | undefined;
1172
+ serverlessFunctionRegion?: string | null | undefined;
1173
+ serverlessFunctionZeroConfigFailover?: boolean | undefined;
1174
+ skewProtectionBoundaryAt?: number | undefined;
1175
+ skewProtectionMaxAge?: number | undefined;
1176
+ skipGitConnectDuringLink?: boolean | undefined;
1177
+ sourceFilesOutsideRootDirectory?: boolean | undefined;
1178
+ enableAffectedProjectsDeployments?: boolean | undefined;
1179
+ ssoProtection?: UpdateProjectDataCacheSsoProtection | null | undefined;
1180
+ targets?: {
1181
+ [k: string]: Targets;
1182
+ } | undefined;
1183
+ transferCompletedAt?: number | undefined;
1184
+ transferStartedAt?: number | undefined;
1185
+ transferToAccountId?: string | undefined;
1186
+ transferredFromAccountId?: string | undefined;
1187
+ updatedAt?: number | undefined;
1188
+ live?: boolean | undefined;
1189
+ enablePreviewFeedback?: boolean | null | undefined;
1190
+ enableProductionFeedback?: boolean | null | undefined;
1191
+ permissions?: Permissions | undefined;
1192
+ lastRollbackTarget?: LastRollbackTarget | null | undefined;
1193
+ lastAliasRequest?: LastAliasRequest | null | undefined;
1194
+ hasFloatingAliases?: boolean | undefined;
1195
+ protectionBypass?: {
1196
+ [k: string]: ProtectionBypass;
1197
+ } | undefined;
1198
+ hasActiveBranches?: boolean | undefined;
1199
+ trustedIps?: TrustedIps2 | TrustedIps1 | null | undefined;
1200
+ gitComments?: GitComments | undefined;
1201
+ paused?: boolean | undefined;
1202
+ concurrencyBucketName?: string | undefined;
1203
+ webAnalytics?: WebAnalytics | undefined;
1204
+ security?: Security | undefined;
1205
+ oidcTokenConfig?: UpdateProjectDataCacheOidcTokenConfig | undefined;
1206
+ tier?: Tier | undefined;
1207
+ };
1208
+ /** @internal */
1209
+ export declare const UpdateProjectDataCacheRequestBody$inboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody, z.ZodTypeDef, unknown>;
1210
+ /** @internal */
1211
+ export type UpdateProjectDataCacheRequestBody$Outbound = {
1212
+ disabled?: boolean | undefined;
1213
+ };
1214
+ /** @internal */
1215
+ export declare const UpdateProjectDataCacheRequestBody$outboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRequestBody>;
1216
+ /**
1217
+ * @internal
1218
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1219
+ */
1220
+ export declare namespace UpdateProjectDataCacheRequestBody$ {
1221
+ /** @deprecated use `UpdateProjectDataCacheRequestBody$inboundSchema` instead. */
1222
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody, z.ZodTypeDef, unknown>;
1223
+ /** @deprecated use `UpdateProjectDataCacheRequestBody$outboundSchema` instead. */
1224
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRequestBody>;
1225
+ /** @deprecated use `UpdateProjectDataCacheRequestBody$Outbound` instead. */
1226
+ type Outbound = UpdateProjectDataCacheRequestBody$Outbound;
1227
+ }
1228
+ /** @internal */
1229
+ export declare const UpdateProjectDataCacheRequest$inboundSchema: z.ZodType<UpdateProjectDataCacheRequest, z.ZodTypeDef, unknown>;
1230
+ /** @internal */
1231
+ export type UpdateProjectDataCacheRequest$Outbound = {
1232
+ projectId: string;
1233
+ teamId?: string | undefined;
1234
+ slug?: string | undefined;
1235
+ RequestBody?: UpdateProjectDataCacheRequestBody$Outbound | undefined;
1236
+ };
1237
+ /** @internal */
1238
+ export declare const UpdateProjectDataCacheRequest$outboundSchema: z.ZodType<UpdateProjectDataCacheRequest$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRequest>;
1239
+ /**
1240
+ * @internal
1241
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1242
+ */
1243
+ export declare namespace UpdateProjectDataCacheRequest$ {
1244
+ /** @deprecated use `UpdateProjectDataCacheRequest$inboundSchema` instead. */
1245
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheRequest, z.ZodTypeDef, unknown>;
1246
+ /** @deprecated use `UpdateProjectDataCacheRequest$outboundSchema` instead. */
1247
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheRequest$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRequest>;
1248
+ /** @deprecated use `UpdateProjectDataCacheRequest$Outbound` instead. */
1249
+ type Outbound = UpdateProjectDataCacheRequest$Outbound;
1250
+ }
1251
+ /** @internal */
1252
+ export declare const Analytics$inboundSchema: z.ZodType<Analytics, z.ZodTypeDef, unknown>;
1253
+ /** @internal */
1254
+ export type Analytics$Outbound = {
1255
+ id: string;
1256
+ canceledAt?: number | null | undefined;
1257
+ disabledAt: number;
1258
+ enabledAt: number;
1259
+ paidAt?: number | undefined;
1260
+ sampleRatePercent?: number | null | undefined;
1261
+ spendLimitInDollars?: number | null | undefined;
1262
+ };
1263
+ /** @internal */
1264
+ export declare const Analytics$outboundSchema: z.ZodType<Analytics$Outbound, z.ZodTypeDef, Analytics>;
1265
+ /**
1266
+ * @internal
1267
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1268
+ */
1269
+ export declare namespace Analytics$ {
1270
+ /** @deprecated use `Analytics$inboundSchema` instead. */
1271
+ const inboundSchema: z.ZodType<Analytics, z.ZodTypeDef, unknown>;
1272
+ /** @deprecated use `Analytics$outboundSchema` instead. */
1273
+ const outboundSchema: z.ZodType<Analytics$Outbound, z.ZodTypeDef, Analytics>;
1274
+ /** @deprecated use `Analytics$Outbound` instead. */
1275
+ type Outbound = Analytics$Outbound;
1276
+ }
1277
+ /** @internal */
1278
+ export declare const SpeedInsights$inboundSchema: z.ZodType<SpeedInsights, z.ZodTypeDef, unknown>;
1279
+ /** @internal */
1280
+ export type SpeedInsights$Outbound = {
1281
+ id: string;
1282
+ enabledAt?: number | undefined;
1283
+ disabledAt?: number | undefined;
1284
+ canceledAt?: number | undefined;
1285
+ hasData?: boolean | undefined;
1286
+ paidAt?: number | undefined;
1287
+ };
1288
+ /** @internal */
1289
+ export declare const SpeedInsights$outboundSchema: z.ZodType<SpeedInsights$Outbound, z.ZodTypeDef, SpeedInsights>;
1290
+ /**
1291
+ * @internal
1292
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1293
+ */
1294
+ export declare namespace SpeedInsights$ {
1295
+ /** @deprecated use `SpeedInsights$inboundSchema` instead. */
1296
+ const inboundSchema: z.ZodType<SpeedInsights, z.ZodTypeDef, unknown>;
1297
+ /** @deprecated use `SpeedInsights$outboundSchema` instead. */
1298
+ const outboundSchema: z.ZodType<SpeedInsights$Outbound, z.ZodTypeDef, SpeedInsights>;
1299
+ /** @deprecated use `SpeedInsights$Outbound` instead. */
1300
+ type Outbound = SpeedInsights$Outbound;
1301
+ }
1302
+ /** @internal */
1303
+ export declare const Definitions$inboundSchema: z.ZodType<Definitions, z.ZodTypeDef, unknown>;
1304
+ /** @internal */
1305
+ export type Definitions$Outbound = {
1306
+ host: string;
1307
+ path: string;
1308
+ schedule: string;
1309
+ };
1310
+ /** @internal */
1311
+ export declare const Definitions$outboundSchema: z.ZodType<Definitions$Outbound, z.ZodTypeDef, Definitions>;
1312
+ /**
1313
+ * @internal
1314
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1315
+ */
1316
+ export declare namespace Definitions$ {
1317
+ /** @deprecated use `Definitions$inboundSchema` instead. */
1318
+ const inboundSchema: z.ZodType<Definitions, z.ZodTypeDef, unknown>;
1319
+ /** @deprecated use `Definitions$outboundSchema` instead. */
1320
+ const outboundSchema: z.ZodType<Definitions$Outbound, z.ZodTypeDef, Definitions>;
1321
+ /** @deprecated use `Definitions$Outbound` instead. */
1322
+ type Outbound = Definitions$Outbound;
1323
+ }
1324
+ /** @internal */
1325
+ export declare const Crons$inboundSchema: z.ZodType<Crons, z.ZodTypeDef, unknown>;
1326
+ /** @internal */
1327
+ export type Crons$Outbound = {
1328
+ enabledAt: number;
1329
+ disabledAt: number | null;
1330
+ updatedAt: number;
1331
+ deploymentId: string | null;
1332
+ definitions: Array<Definitions$Outbound>;
1333
+ };
1334
+ /** @internal */
1335
+ export declare const Crons$outboundSchema: z.ZodType<Crons$Outbound, z.ZodTypeDef, Crons>;
1336
+ /**
1337
+ * @internal
1338
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1339
+ */
1340
+ export declare namespace Crons$ {
1341
+ /** @deprecated use `Crons$inboundSchema` instead. */
1342
+ const inboundSchema: z.ZodType<Crons, z.ZodTypeDef, unknown>;
1343
+ /** @deprecated use `Crons$outboundSchema` instead. */
1344
+ const outboundSchema: z.ZodType<Crons$Outbound, z.ZodTypeDef, Crons>;
1345
+ /** @deprecated use `Crons$Outbound` instead. */
1346
+ type Outbound = Crons$Outbound;
1347
+ }
1348
+ /** @internal */
1349
+ export declare const DataCache$inboundSchema: z.ZodType<DataCache, z.ZodTypeDef, unknown>;
1350
+ /** @internal */
1351
+ export type DataCache$Outbound = {
1352
+ userDisabled: boolean;
1353
+ storageSizeBytes?: number | null | undefined;
1354
+ unlimited?: boolean | undefined;
1355
+ };
1356
+ /** @internal */
1357
+ export declare const DataCache$outboundSchema: z.ZodType<DataCache$Outbound, z.ZodTypeDef, DataCache>;
1358
+ /**
1359
+ * @internal
1360
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1361
+ */
1362
+ export declare namespace DataCache$ {
1363
+ /** @deprecated use `DataCache$inboundSchema` instead. */
1364
+ const inboundSchema: z.ZodType<DataCache, z.ZodTypeDef, unknown>;
1365
+ /** @deprecated use `DataCache$outboundSchema` instead. */
1366
+ const outboundSchema: z.ZodType<DataCache$Outbound, z.ZodTypeDef, DataCache>;
1367
+ /** @deprecated use `DataCache$Outbound` instead. */
1368
+ type Outbound = DataCache$Outbound;
1369
+ }
1370
+ /** @internal */
1371
+ export declare const DeploymentExpiration$inboundSchema: z.ZodType<DeploymentExpiration, z.ZodTypeDef, unknown>;
1372
+ /** @internal */
1373
+ export type DeploymentExpiration$Outbound = {
1374
+ expirationDays?: number | undefined;
1375
+ expirationDaysProduction?: number | undefined;
1376
+ expirationDaysCanceled?: number | undefined;
1377
+ expirationDaysErrored?: number | undefined;
1378
+ deploymentsToKeep?: number | undefined;
1379
+ };
1380
+ /** @internal */
1381
+ export declare const DeploymentExpiration$outboundSchema: z.ZodType<DeploymentExpiration$Outbound, z.ZodTypeDef, DeploymentExpiration>;
1382
+ /**
1383
+ * @internal
1384
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1385
+ */
1386
+ export declare namespace DeploymentExpiration$ {
1387
+ /** @deprecated use `DeploymentExpiration$inboundSchema` instead. */
1388
+ const inboundSchema: z.ZodType<DeploymentExpiration, z.ZodTypeDef, unknown>;
1389
+ /** @deprecated use `DeploymentExpiration$outboundSchema` instead. */
1390
+ const outboundSchema: z.ZodType<DeploymentExpiration$Outbound, z.ZodTypeDef, DeploymentExpiration>;
1391
+ /** @deprecated use `DeploymentExpiration$Outbound` instead. */
1392
+ type Outbound = DeploymentExpiration$Outbound;
1393
+ }
1394
+ /** @internal */
1395
+ export declare const UpdateProjectDataCacheTarget2$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTarget2>;
1396
+ /** @internal */
1397
+ export declare const UpdateProjectDataCacheTarget2$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTarget2>;
1398
+ /**
1399
+ * @internal
1400
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1401
+ */
1402
+ export declare namespace UpdateProjectDataCacheTarget2$ {
1403
+ /** @deprecated use `UpdateProjectDataCacheTarget2$inboundSchema` instead. */
1404
+ const inboundSchema: z.ZodNativeEnum<{
1405
+ readonly Production: "production";
1406
+ readonly Preview: "preview";
1407
+ readonly Development: "development";
1408
+ }>;
1409
+ /** @deprecated use `UpdateProjectDataCacheTarget2$outboundSchema` instead. */
1410
+ const outboundSchema: z.ZodNativeEnum<{
1411
+ readonly Production: "production";
1412
+ readonly Preview: "preview";
1413
+ readonly Development: "development";
1414
+ }>;
1415
+ }
1416
+ /** @internal */
1417
+ export declare const UpdateProjectDataCacheTarget1$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTarget1>;
1418
+ /** @internal */
1419
+ export declare const UpdateProjectDataCacheTarget1$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTarget1>;
1420
+ /**
1421
+ * @internal
1422
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1423
+ */
1424
+ export declare namespace UpdateProjectDataCacheTarget1$ {
1425
+ /** @deprecated use `UpdateProjectDataCacheTarget1$inboundSchema` instead. */
1426
+ const inboundSchema: z.ZodNativeEnum<{
1427
+ readonly Production: "production";
1428
+ readonly Preview: "preview";
1429
+ readonly Development: "development";
1430
+ }>;
1431
+ /** @deprecated use `UpdateProjectDataCacheTarget1$outboundSchema` instead. */
1432
+ const outboundSchema: z.ZodNativeEnum<{
1433
+ readonly Production: "production";
1434
+ readonly Preview: "preview";
1435
+ readonly Development: "development";
1436
+ }>;
1437
+ }
1438
+ /** @internal */
1439
+ export declare const UpdateProjectDataCacheTarget$inboundSchema: z.ZodType<UpdateProjectDataCacheTarget, z.ZodTypeDef, unknown>;
1440
+ /** @internal */
1441
+ export type UpdateProjectDataCacheTarget$Outbound = Array<string> | string;
1442
+ /** @internal */
1443
+ export declare const UpdateProjectDataCacheTarget$outboundSchema: z.ZodType<UpdateProjectDataCacheTarget$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTarget>;
1444
+ /**
1445
+ * @internal
1446
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1447
+ */
1448
+ export declare namespace UpdateProjectDataCacheTarget$ {
1449
+ /** @deprecated use `UpdateProjectDataCacheTarget$inboundSchema` instead. */
1450
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheTarget, z.ZodTypeDef, unknown>;
1451
+ /** @deprecated use `UpdateProjectDataCacheTarget$outboundSchema` instead. */
1452
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheTarget$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTarget>;
1453
+ /** @deprecated use `UpdateProjectDataCacheTarget$Outbound` instead. */
1454
+ type Outbound = UpdateProjectDataCacheTarget$Outbound;
1455
+ }
1456
+ /** @internal */
1457
+ export declare const UpdateProjectDataCacheProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
1458
+ /** @internal */
1459
+ export declare const UpdateProjectDataCacheProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
1460
+ /**
1461
+ * @internal
1462
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1463
+ */
1464
+ export declare namespace UpdateProjectDataCacheProjectsResponse200Type$ {
1465
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200Type$inboundSchema` instead. */
1466
+ const inboundSchema: z.ZodNativeEnum<{
1467
+ readonly Secret: "secret";
1468
+ readonly System: "system";
1469
+ readonly Encrypted: "encrypted";
1470
+ readonly Plain: "plain";
1471
+ readonly Sensitive: "sensitive";
1472
+ }>;
1473
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200Type$outboundSchema` instead. */
1474
+ const outboundSchema: z.ZodNativeEnum<{
1475
+ readonly Secret: "secret";
1476
+ readonly System: "system";
1477
+ readonly Encrypted: "encrypted";
1478
+ readonly Plain: "plain";
1479
+ readonly Sensitive: "sensitive";
1480
+ }>;
1481
+ }
1482
+ /** @internal */
1483
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type>;
1484
+ /** @internal */
1485
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type>;
1486
+ /**
1487
+ * @internal
1488
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1489
+ */
1490
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$ {
1491
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema` instead. */
1492
+ const inboundSchema: z.ZodNativeEnum<{
1493
+ readonly FlagsConnectionString: "flags-connection-string";
1494
+ }>;
1495
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema` instead. */
1496
+ const outboundSchema: z.ZodNativeEnum<{
1497
+ readonly FlagsConnectionString: "flags-connection-string";
1498
+ }>;
1499
+ }
1500
+ /** @internal */
1501
+ export declare const Fifteen$inboundSchema: z.ZodType<Fifteen, z.ZodTypeDef, unknown>;
1502
+ /** @internal */
1503
+ export type Fifteen$Outbound = {
1504
+ type: string;
1505
+ projectId: string;
1506
+ };
1507
+ /** @internal */
1508
+ export declare const Fifteen$outboundSchema: z.ZodType<Fifteen$Outbound, z.ZodTypeDef, Fifteen>;
1509
+ /**
1510
+ * @internal
1511
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1512
+ */
1513
+ export declare namespace Fifteen$ {
1514
+ /** @deprecated use `Fifteen$inboundSchema` instead. */
1515
+ const inboundSchema: z.ZodType<Fifteen, z.ZodTypeDef, unknown>;
1516
+ /** @deprecated use `Fifteen$outboundSchema` instead. */
1517
+ const outboundSchema: z.ZodType<Fifteen$Outbound, z.ZodTypeDef, Fifteen>;
1518
+ /** @deprecated use `Fifteen$Outbound` instead. */
1519
+ type Outbound = Fifteen$Outbound;
1520
+ }
1521
+ /** @internal */
1522
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
1523
+ /** @internal */
1524
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
1525
+ /**
1526
+ * @internal
1527
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1528
+ */
1529
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$ {
1530
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema` instead. */
1531
+ const inboundSchema: z.ZodNativeEnum<{
1532
+ readonly IntegrationStoreSecret: "integration-store-secret";
1533
+ }>;
1534
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema` instead. */
1535
+ const outboundSchema: z.ZodNativeEnum<{
1536
+ readonly IntegrationStoreSecret: "integration-store-secret";
1537
+ }>;
1538
+ }
1539
+ /** @internal */
1540
+ export declare const Fourteen$inboundSchema: z.ZodType<Fourteen, z.ZodTypeDef, unknown>;
1541
+ /** @internal */
1542
+ export type Fourteen$Outbound = {
1543
+ type: string;
1544
+ storeId: string;
1545
+ integrationId: string;
1546
+ integrationProductId: string;
1547
+ integrationConfigurationId: string;
1548
+ };
1549
+ /** @internal */
1550
+ export declare const Fourteen$outboundSchema: z.ZodType<Fourteen$Outbound, z.ZodTypeDef, Fourteen>;
1551
+ /**
1552
+ * @internal
1553
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1554
+ */
1555
+ export declare namespace Fourteen$ {
1556
+ /** @deprecated use `Fourteen$inboundSchema` instead. */
1557
+ const inboundSchema: z.ZodType<Fourteen, z.ZodTypeDef, unknown>;
1558
+ /** @deprecated use `Fourteen$outboundSchema` instead. */
1559
+ const outboundSchema: z.ZodType<Fourteen$Outbound, z.ZodTypeDef, Fourteen>;
1560
+ /** @deprecated use `Fourteen$Outbound` instead. */
1561
+ type Outbound = Fourteen$Outbound;
1562
+ }
1563
+ /** @internal */
1564
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
1565
+ /** @internal */
1566
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
1567
+ /**
1568
+ * @internal
1569
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1570
+ */
1571
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$ {
1572
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema` instead. */
1573
+ const inboundSchema: z.ZodNativeEnum<{
1574
+ readonly PostgresUrlNoSsl: "postgres-url-no-ssl";
1575
+ }>;
1576
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema` instead. */
1577
+ const outboundSchema: z.ZodNativeEnum<{
1578
+ readonly PostgresUrlNoSsl: "postgres-url-no-ssl";
1579
+ }>;
1580
+ }
1581
+ /** @internal */
1582
+ export declare const Thirteen$inboundSchema: z.ZodType<Thirteen, z.ZodTypeDef, unknown>;
1583
+ /** @internal */
1584
+ export type Thirteen$Outbound = {
1585
+ type: string;
1586
+ storeId: string;
1587
+ };
1588
+ /** @internal */
1589
+ export declare const Thirteen$outboundSchema: z.ZodType<Thirteen$Outbound, z.ZodTypeDef, Thirteen>;
1590
+ /**
1591
+ * @internal
1592
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1593
+ */
1594
+ export declare namespace Thirteen$ {
1595
+ /** @deprecated use `Thirteen$inboundSchema` instead. */
1596
+ const inboundSchema: z.ZodType<Thirteen, z.ZodTypeDef, unknown>;
1597
+ /** @deprecated use `Thirteen$outboundSchema` instead. */
1598
+ const outboundSchema: z.ZodType<Thirteen$Outbound, z.ZodTypeDef, Thirteen>;
1599
+ /** @deprecated use `Thirteen$Outbound` instead. */
1600
+ type Outbound = Thirteen$Outbound;
1601
+ }
1602
+ /** @internal */
1603
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
1604
+ /** @internal */
1605
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
1606
+ /**
1607
+ * @internal
1608
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1609
+ */
1610
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$ {
1611
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema` instead. */
1612
+ const inboundSchema: z.ZodNativeEnum<{
1613
+ readonly PostgresDatabase: "postgres-database";
1614
+ }>;
1615
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema` instead. */
1616
+ const outboundSchema: z.ZodNativeEnum<{
1617
+ readonly PostgresDatabase: "postgres-database";
1618
+ }>;
1619
+ }
1620
+ /** @internal */
1621
+ export declare const Twelve$inboundSchema: z.ZodType<Twelve, z.ZodTypeDef, unknown>;
1622
+ /** @internal */
1623
+ export type Twelve$Outbound = {
1624
+ type: string;
1625
+ storeId: string;
1626
+ };
1627
+ /** @internal */
1628
+ export declare const Twelve$outboundSchema: z.ZodType<Twelve$Outbound, z.ZodTypeDef, Twelve>;
1629
+ /**
1630
+ * @internal
1631
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1632
+ */
1633
+ export declare namespace Twelve$ {
1634
+ /** @deprecated use `Twelve$inboundSchema` instead. */
1635
+ const inboundSchema: z.ZodType<Twelve, z.ZodTypeDef, unknown>;
1636
+ /** @deprecated use `Twelve$outboundSchema` instead. */
1637
+ const outboundSchema: z.ZodType<Twelve$Outbound, z.ZodTypeDef, Twelve>;
1638
+ /** @deprecated use `Twelve$Outbound` instead. */
1639
+ type Outbound = Twelve$Outbound;
1640
+ }
1641
+ /** @internal */
1642
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
1643
+ /** @internal */
1644
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
1645
+ /**
1646
+ * @internal
1647
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1648
+ */
1649
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$ {
1650
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema` instead. */
1651
+ const inboundSchema: z.ZodNativeEnum<{
1652
+ readonly PostgresPassword: "postgres-password";
1653
+ }>;
1654
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema` instead. */
1655
+ const outboundSchema: z.ZodNativeEnum<{
1656
+ readonly PostgresPassword: "postgres-password";
1657
+ }>;
1658
+ }
1659
+ /** @internal */
1660
+ export declare const UpdateProjectDataCacheContentHint11$inboundSchema: z.ZodType<UpdateProjectDataCacheContentHint11, z.ZodTypeDef, unknown>;
1661
+ /** @internal */
1662
+ export type UpdateProjectDataCacheContentHint11$Outbound = {
1663
+ type: string;
1664
+ storeId: string;
1665
+ };
1666
+ /** @internal */
1667
+ export declare const UpdateProjectDataCacheContentHint11$outboundSchema: z.ZodType<UpdateProjectDataCacheContentHint11$Outbound, z.ZodTypeDef, UpdateProjectDataCacheContentHint11>;
1668
+ /**
1669
+ * @internal
1670
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1671
+ */
1672
+ export declare namespace UpdateProjectDataCacheContentHint11$ {
1673
+ /** @deprecated use `UpdateProjectDataCacheContentHint11$inboundSchema` instead. */
1674
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheContentHint11, z.ZodTypeDef, unknown>;
1675
+ /** @deprecated use `UpdateProjectDataCacheContentHint11$outboundSchema` instead. */
1676
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheContentHint11$Outbound, z.ZodTypeDef, UpdateProjectDataCacheContentHint11>;
1677
+ /** @deprecated use `UpdateProjectDataCacheContentHint11$Outbound` instead. */
1678
+ type Outbound = UpdateProjectDataCacheContentHint11$Outbound;
1679
+ }
1680
+ /** @internal */
1681
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
1682
+ /** @internal */
1683
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
1684
+ /**
1685
+ * @internal
1686
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1687
+ */
1688
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$ {
1689
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema` instead. */
1690
+ const inboundSchema: z.ZodNativeEnum<{
1691
+ readonly PostgresHost: "postgres-host";
1692
+ }>;
1693
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema` instead. */
1694
+ const outboundSchema: z.ZodNativeEnum<{
1695
+ readonly PostgresHost: "postgres-host";
1696
+ }>;
1697
+ }
1698
+ /** @internal */
1699
+ export declare const ContentHint10$inboundSchema: z.ZodType<ContentHint10, z.ZodTypeDef, unknown>;
1700
+ /** @internal */
1701
+ export type ContentHint10$Outbound = {
1702
+ type: string;
1703
+ storeId: string;
1704
+ };
1705
+ /** @internal */
1706
+ export declare const ContentHint10$outboundSchema: z.ZodType<ContentHint10$Outbound, z.ZodTypeDef, ContentHint10>;
1707
+ /**
1708
+ * @internal
1709
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1710
+ */
1711
+ export declare namespace ContentHint10$ {
1712
+ /** @deprecated use `ContentHint10$inboundSchema` instead. */
1713
+ const inboundSchema: z.ZodType<ContentHint10, z.ZodTypeDef, unknown>;
1714
+ /** @deprecated use `ContentHint10$outboundSchema` instead. */
1715
+ const outboundSchema: z.ZodType<ContentHint10$Outbound, z.ZodTypeDef, ContentHint10>;
1716
+ /** @deprecated use `ContentHint10$Outbound` instead. */
1717
+ type Outbound = ContentHint10$Outbound;
1718
+ }
1719
+ /** @internal */
1720
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
1721
+ /** @internal */
1722
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
1723
+ /**
1724
+ * @internal
1725
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1726
+ */
1727
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$ {
1728
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema` instead. */
1729
+ const inboundSchema: z.ZodNativeEnum<{
1730
+ readonly PostgresUser: "postgres-user";
1731
+ }>;
1732
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema` instead. */
1733
+ const outboundSchema: z.ZodNativeEnum<{
1734
+ readonly PostgresUser: "postgres-user";
1735
+ }>;
1736
+ }
1737
+ /** @internal */
1738
+ export declare const ContentHint9$inboundSchema: z.ZodType<ContentHint9, z.ZodTypeDef, unknown>;
1739
+ /** @internal */
1740
+ export type ContentHint9$Outbound = {
1741
+ type: string;
1742
+ storeId: string;
1743
+ };
1744
+ /** @internal */
1745
+ export declare const ContentHint9$outboundSchema: z.ZodType<ContentHint9$Outbound, z.ZodTypeDef, ContentHint9>;
1746
+ /**
1747
+ * @internal
1748
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1749
+ */
1750
+ export declare namespace ContentHint9$ {
1751
+ /** @deprecated use `ContentHint9$inboundSchema` instead. */
1752
+ const inboundSchema: z.ZodType<ContentHint9, z.ZodTypeDef, unknown>;
1753
+ /** @deprecated use `ContentHint9$outboundSchema` instead. */
1754
+ const outboundSchema: z.ZodType<ContentHint9$Outbound, z.ZodTypeDef, ContentHint9>;
1755
+ /** @deprecated use `ContentHint9$Outbound` instead. */
1756
+ type Outbound = ContentHint9$Outbound;
1757
+ }
1758
+ /** @internal */
1759
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
1760
+ /** @internal */
1761
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
1762
+ /**
1763
+ * @internal
1764
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1765
+ */
1766
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$ {
1767
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema` instead. */
1768
+ const inboundSchema: z.ZodNativeEnum<{
1769
+ readonly PostgresPrismaUrl: "postgres-prisma-url";
1770
+ }>;
1771
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema` instead. */
1772
+ const outboundSchema: z.ZodNativeEnum<{
1773
+ readonly PostgresPrismaUrl: "postgres-prisma-url";
1774
+ }>;
1775
+ }
1776
+ /** @internal */
1777
+ export declare const ContentHint8$inboundSchema: z.ZodType<ContentHint8, z.ZodTypeDef, unknown>;
1778
+ /** @internal */
1779
+ export type ContentHint8$Outbound = {
1780
+ type: string;
1781
+ storeId: string;
1782
+ };
1783
+ /** @internal */
1784
+ export declare const ContentHint8$outboundSchema: z.ZodType<ContentHint8$Outbound, z.ZodTypeDef, ContentHint8>;
1785
+ /**
1786
+ * @internal
1787
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1788
+ */
1789
+ export declare namespace ContentHint8$ {
1790
+ /** @deprecated use `ContentHint8$inboundSchema` instead. */
1791
+ const inboundSchema: z.ZodType<ContentHint8, z.ZodTypeDef, unknown>;
1792
+ /** @deprecated use `ContentHint8$outboundSchema` instead. */
1793
+ const outboundSchema: z.ZodType<ContentHint8$Outbound, z.ZodTypeDef, ContentHint8>;
1794
+ /** @deprecated use `ContentHint8$Outbound` instead. */
1795
+ type Outbound = ContentHint8$Outbound;
1796
+ }
1797
+ /** @internal */
1798
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
1799
+ /** @internal */
1800
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
1801
+ /**
1802
+ * @internal
1803
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1804
+ */
1805
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$ {
1806
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
1807
+ const inboundSchema: z.ZodNativeEnum<{
1808
+ readonly PostgresUrlNonPooling: "postgres-url-non-pooling";
1809
+ }>;
1810
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
1811
+ const outboundSchema: z.ZodNativeEnum<{
1812
+ readonly PostgresUrlNonPooling: "postgres-url-non-pooling";
1813
+ }>;
1814
+ }
1815
+ /** @internal */
1816
+ export declare const ContentHint7$inboundSchema: z.ZodType<ContentHint7, z.ZodTypeDef, unknown>;
1817
+ /** @internal */
1818
+ export type ContentHint7$Outbound = {
1819
+ type: string;
1820
+ storeId: string;
1821
+ };
1822
+ /** @internal */
1823
+ export declare const ContentHint7$outboundSchema: z.ZodType<ContentHint7$Outbound, z.ZodTypeDef, ContentHint7>;
1824
+ /**
1825
+ * @internal
1826
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1827
+ */
1828
+ export declare namespace ContentHint7$ {
1829
+ /** @deprecated use `ContentHint7$inboundSchema` instead. */
1830
+ const inboundSchema: z.ZodType<ContentHint7, z.ZodTypeDef, unknown>;
1831
+ /** @deprecated use `ContentHint7$outboundSchema` instead. */
1832
+ const outboundSchema: z.ZodType<ContentHint7$Outbound, z.ZodTypeDef, ContentHint7>;
1833
+ /** @deprecated use `ContentHint7$Outbound` instead. */
1834
+ type Outbound = ContentHint7$Outbound;
1835
+ }
1836
+ /** @internal */
1837
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType>;
1838
+ /** @internal */
1839
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType>;
1840
+ /**
1841
+ * @internal
1842
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1843
+ */
1844
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$ {
1845
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
1846
+ const inboundSchema: z.ZodNativeEnum<{
1847
+ readonly PostgresUrl: "postgres-url";
1848
+ }>;
1849
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
1850
+ const outboundSchema: z.ZodNativeEnum<{
1851
+ readonly PostgresUrl: "postgres-url";
1852
+ }>;
1853
+ }
1854
+ /** @internal */
1855
+ export declare const ContentHint6$inboundSchema: z.ZodType<ContentHint6, z.ZodTypeDef, unknown>;
1856
+ /** @internal */
1857
+ export type ContentHint6$Outbound = {
1858
+ type: string;
1859
+ storeId: string;
1860
+ };
1861
+ /** @internal */
1862
+ export declare const ContentHint6$outboundSchema: z.ZodType<ContentHint6$Outbound, z.ZodTypeDef, ContentHint6>;
1863
+ /**
1864
+ * @internal
1865
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1866
+ */
1867
+ export declare namespace ContentHint6$ {
1868
+ /** @deprecated use `ContentHint6$inboundSchema` instead. */
1869
+ const inboundSchema: z.ZodType<ContentHint6, z.ZodTypeDef, unknown>;
1870
+ /** @deprecated use `ContentHint6$outboundSchema` instead. */
1871
+ const outboundSchema: z.ZodType<ContentHint6$Outbound, z.ZodTypeDef, ContentHint6>;
1872
+ /** @deprecated use `ContentHint6$Outbound` instead. */
1873
+ type Outbound = ContentHint6$Outbound;
1874
+ }
1875
+ /** @internal */
1876
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200Type>;
1877
+ /** @internal */
1878
+ export declare const UpdateProjectDataCacheContentHintProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200Type>;
1879
+ /**
1880
+ * @internal
1881
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1882
+ */
1883
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200Type$ {
1884
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema` instead. */
1885
+ const inboundSchema: z.ZodNativeEnum<{
1886
+ readonly BlobReadWriteToken: "blob-read-write-token";
1887
+ }>;
1888
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200Type$outboundSchema` instead. */
1889
+ const outboundSchema: z.ZodNativeEnum<{
1890
+ readonly BlobReadWriteToken: "blob-read-write-token";
1891
+ }>;
1892
+ }
1893
+ /** @internal */
1894
+ export declare const ContentHint5$inboundSchema: z.ZodType<ContentHint5, z.ZodTypeDef, unknown>;
1895
+ /** @internal */
1896
+ export type ContentHint5$Outbound = {
1897
+ type: string;
1898
+ storeId: string;
1899
+ };
1900
+ /** @internal */
1901
+ export declare const ContentHint5$outboundSchema: z.ZodType<ContentHint5$Outbound, z.ZodTypeDef, ContentHint5>;
1902
+ /**
1903
+ * @internal
1904
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1905
+ */
1906
+ export declare namespace ContentHint5$ {
1907
+ /** @deprecated use `ContentHint5$inboundSchema` instead. */
1908
+ const inboundSchema: z.ZodType<ContentHint5, z.ZodTypeDef, unknown>;
1909
+ /** @deprecated use `ContentHint5$outboundSchema` instead. */
1910
+ const outboundSchema: z.ZodType<ContentHint5$Outbound, z.ZodTypeDef, ContentHint5>;
1911
+ /** @deprecated use `ContentHint5$Outbound` instead. */
1912
+ type Outbound = ContentHint5$Outbound;
1913
+ }
1914
+ /** @internal */
1915
+ export declare const UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponseType>;
1916
+ /** @internal */
1917
+ export declare const UpdateProjectDataCacheContentHintProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponseType>;
1918
+ /**
1919
+ * @internal
1920
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1921
+ */
1922
+ export declare namespace UpdateProjectDataCacheContentHintProjectsResponseType$ {
1923
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema` instead. */
1924
+ const inboundSchema: z.ZodNativeEnum<{
1925
+ readonly RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token";
1926
+ }>;
1927
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponseType$outboundSchema` instead. */
1928
+ const outboundSchema: z.ZodNativeEnum<{
1929
+ readonly RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token";
1930
+ }>;
1931
+ }
1932
+ /** @internal */
1933
+ export declare const ContentHint4$inboundSchema: z.ZodType<ContentHint4, z.ZodTypeDef, unknown>;
1934
+ /** @internal */
1935
+ export type ContentHint4$Outbound = {
1936
+ type: string;
1937
+ storeId: string;
1938
+ };
1939
+ /** @internal */
1940
+ export declare const ContentHint4$outboundSchema: z.ZodType<ContentHint4$Outbound, z.ZodTypeDef, ContentHint4>;
1941
+ /**
1942
+ * @internal
1943
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1944
+ */
1945
+ export declare namespace ContentHint4$ {
1946
+ /** @deprecated use `ContentHint4$inboundSchema` instead. */
1947
+ const inboundSchema: z.ZodType<ContentHint4, z.ZodTypeDef, unknown>;
1948
+ /** @deprecated use `ContentHint4$outboundSchema` instead. */
1949
+ const outboundSchema: z.ZodType<ContentHint4$Outbound, z.ZodTypeDef, ContentHint4>;
1950
+ /** @deprecated use `ContentHint4$Outbound` instead. */
1951
+ type Outbound = ContentHint4$Outbound;
1952
+ }
1953
+ /** @internal */
1954
+ export declare const UpdateProjectDataCacheContentHintProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsType>;
1955
+ /** @internal */
1956
+ export declare const UpdateProjectDataCacheContentHintProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsType>;
1957
+ /**
1958
+ * @internal
1959
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1960
+ */
1961
+ export declare namespace UpdateProjectDataCacheContentHintProjectsType$ {
1962
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsType$inboundSchema` instead. */
1963
+ const inboundSchema: z.ZodNativeEnum<{
1964
+ readonly RedisRestApiToken: "redis-rest-api-token";
1965
+ }>;
1966
+ /** @deprecated use `UpdateProjectDataCacheContentHintProjectsType$outboundSchema` instead. */
1967
+ const outboundSchema: z.ZodNativeEnum<{
1968
+ readonly RedisRestApiToken: "redis-rest-api-token";
1969
+ }>;
1970
+ }
1971
+ /** @internal */
1972
+ export declare const ContentHint3$inboundSchema: z.ZodType<ContentHint3, z.ZodTypeDef, unknown>;
1973
+ /** @internal */
1974
+ export type ContentHint3$Outbound = {
1975
+ type: string;
1976
+ storeId: string;
1977
+ };
1978
+ /** @internal */
1979
+ export declare const ContentHint3$outboundSchema: z.ZodType<ContentHint3$Outbound, z.ZodTypeDef, ContentHint3>;
1980
+ /**
1981
+ * @internal
1982
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1983
+ */
1984
+ export declare namespace ContentHint3$ {
1985
+ /** @deprecated use `ContentHint3$inboundSchema` instead. */
1986
+ const inboundSchema: z.ZodType<ContentHint3, z.ZodTypeDef, unknown>;
1987
+ /** @deprecated use `ContentHint3$outboundSchema` instead. */
1988
+ const outboundSchema: z.ZodType<ContentHint3$Outbound, z.ZodTypeDef, ContentHint3>;
1989
+ /** @deprecated use `ContentHint3$Outbound` instead. */
1990
+ type Outbound = ContentHint3$Outbound;
1991
+ }
1992
+ /** @internal */
1993
+ export declare const UpdateProjectDataCacheContentHintType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintType>;
1994
+ /** @internal */
1995
+ export declare const UpdateProjectDataCacheContentHintType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintType>;
1996
+ /**
1997
+ * @internal
1998
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1999
+ */
2000
+ export declare namespace UpdateProjectDataCacheContentHintType$ {
2001
+ /** @deprecated use `UpdateProjectDataCacheContentHintType$inboundSchema` instead. */
2002
+ const inboundSchema: z.ZodNativeEnum<{
2003
+ readonly RedisRestApiUrl: "redis-rest-api-url";
2004
+ }>;
2005
+ /** @deprecated use `UpdateProjectDataCacheContentHintType$outboundSchema` instead. */
2006
+ const outboundSchema: z.ZodNativeEnum<{
2007
+ readonly RedisRestApiUrl: "redis-rest-api-url";
2008
+ }>;
2009
+ }
2010
+ /** @internal */
2011
+ export declare const ContentHint2$inboundSchema: z.ZodType<ContentHint2, z.ZodTypeDef, unknown>;
2012
+ /** @internal */
2013
+ export type ContentHint2$Outbound = {
2014
+ type: string;
2015
+ storeId: string;
2016
+ };
2017
+ /** @internal */
2018
+ export declare const ContentHint2$outboundSchema: z.ZodType<ContentHint2$Outbound, z.ZodTypeDef, ContentHint2>;
2019
+ /**
2020
+ * @internal
2021
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2022
+ */
2023
+ export declare namespace ContentHint2$ {
2024
+ /** @deprecated use `ContentHint2$inboundSchema` instead. */
2025
+ const inboundSchema: z.ZodType<ContentHint2, z.ZodTypeDef, unknown>;
2026
+ /** @deprecated use `ContentHint2$outboundSchema` instead. */
2027
+ const outboundSchema: z.ZodType<ContentHint2$Outbound, z.ZodTypeDef, ContentHint2>;
2028
+ /** @deprecated use `ContentHint2$Outbound` instead. */
2029
+ type Outbound = ContentHint2$Outbound;
2030
+ }
2031
+ /** @internal */
2032
+ export declare const ContentHintType$inboundSchema: z.ZodNativeEnum<typeof ContentHintType>;
2033
+ /** @internal */
2034
+ export declare const ContentHintType$outboundSchema: z.ZodNativeEnum<typeof ContentHintType>;
2035
+ /**
2036
+ * @internal
2037
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2038
+ */
2039
+ export declare namespace ContentHintType$ {
2040
+ /** @deprecated use `ContentHintType$inboundSchema` instead. */
2041
+ const inboundSchema: z.ZodNativeEnum<{
2042
+ readonly RedisUrl: "redis-url";
2043
+ }>;
2044
+ /** @deprecated use `ContentHintType$outboundSchema` instead. */
2045
+ const outboundSchema: z.ZodNativeEnum<{
2046
+ readonly RedisUrl: "redis-url";
2047
+ }>;
2048
+ }
2049
+ /** @internal */
2050
+ export declare const ContentHint1$inboundSchema: z.ZodType<ContentHint1, z.ZodTypeDef, unknown>;
2051
+ /** @internal */
2052
+ export type ContentHint1$Outbound = {
2053
+ type: string;
2054
+ storeId: string;
2055
+ };
2056
+ /** @internal */
2057
+ export declare const ContentHint1$outboundSchema: z.ZodType<ContentHint1$Outbound, z.ZodTypeDef, ContentHint1>;
2058
+ /**
2059
+ * @internal
2060
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2061
+ */
2062
+ export declare namespace ContentHint1$ {
2063
+ /** @deprecated use `ContentHint1$inboundSchema` instead. */
2064
+ const inboundSchema: z.ZodType<ContentHint1, z.ZodTypeDef, unknown>;
2065
+ /** @deprecated use `ContentHint1$outboundSchema` instead. */
2066
+ const outboundSchema: z.ZodType<ContentHint1$Outbound, z.ZodTypeDef, ContentHint1>;
2067
+ /** @deprecated use `ContentHint1$Outbound` instead. */
2068
+ type Outbound = ContentHint1$Outbound;
2069
+ }
2070
+ /** @internal */
2071
+ export declare const ContentHint$inboundSchema: z.ZodType<ContentHint, z.ZodTypeDef, unknown>;
2072
+ /** @internal */
2073
+ 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;
2074
+ /** @internal */
2075
+ export declare const ContentHint$outboundSchema: z.ZodType<ContentHint$Outbound, z.ZodTypeDef, ContentHint>;
2076
+ /**
2077
+ * @internal
2078
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2079
+ */
2080
+ export declare namespace ContentHint$ {
2081
+ /** @deprecated use `ContentHint$inboundSchema` instead. */
2082
+ const inboundSchema: z.ZodType<ContentHint, z.ZodTypeDef, unknown>;
2083
+ /** @deprecated use `ContentHint$outboundSchema` instead. */
2084
+ const outboundSchema: z.ZodType<ContentHint$Outbound, z.ZodTypeDef, ContentHint>;
2085
+ /** @deprecated use `ContentHint$Outbound` instead. */
2086
+ type Outbound = ContentHint$Outbound;
2087
+ }
2088
+ /** @internal */
2089
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
2090
+ /** @internal */
2091
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
2092
+ /**
2093
+ * @internal
2094
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2095
+ */
2096
+ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$ {
2097
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
2098
+ const inboundSchema: z.ZodNativeEnum<{
2099
+ readonly FlagsSecret: "flags-secret";
2100
+ }>;
2101
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
2102
+ const outboundSchema: z.ZodNativeEnum<{
2103
+ readonly FlagsSecret: "flags-secret";
2104
+ }>;
2105
+ }
2106
+ /** @internal */
2107
+ export declare const InternalContentHint$inboundSchema: z.ZodType<InternalContentHint, z.ZodTypeDef, unknown>;
2108
+ /** @internal */
2109
+ export type InternalContentHint$Outbound = {
2110
+ type: string;
2111
+ encryptedValue: string;
2112
+ };
2113
+ /** @internal */
2114
+ export declare const InternalContentHint$outboundSchema: z.ZodType<InternalContentHint$Outbound, z.ZodTypeDef, InternalContentHint>;
2115
+ /**
2116
+ * @internal
2117
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2118
+ */
2119
+ export declare namespace InternalContentHint$ {
2120
+ /** @deprecated use `InternalContentHint$inboundSchema` instead. */
2121
+ const inboundSchema: z.ZodType<InternalContentHint, z.ZodTypeDef, unknown>;
2122
+ /** @deprecated use `InternalContentHint$outboundSchema` instead. */
2123
+ const outboundSchema: z.ZodType<InternalContentHint$Outbound, z.ZodTypeDef, InternalContentHint>;
2124
+ /** @deprecated use `InternalContentHint$Outbound` instead. */
2125
+ type Outbound = InternalContentHint$Outbound;
2126
+ }
2127
+ /** @internal */
2128
+ export declare const Env$inboundSchema: z.ZodType<Env, z.ZodTypeDef, unknown>;
2129
+ /** @internal */
2130
+ export type Env$Outbound = {
2131
+ target?: Array<string> | string | undefined;
2132
+ type: string;
2133
+ sunsetSecretId?: string | undefined;
2134
+ id?: string | undefined;
2135
+ key: string;
2136
+ value: string;
2137
+ configurationId?: string | null | undefined;
2138
+ createdAt?: number | undefined;
2139
+ updatedAt?: number | undefined;
2140
+ createdBy?: string | null | undefined;
2141
+ updatedBy?: string | null | undefined;
2142
+ gitBranch?: string | undefined;
2143
+ edgeConfigId?: string | null | undefined;
2144
+ edgeConfigTokenId?: string | null | undefined;
2145
+ 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;
2146
+ internalContentHint?: InternalContentHint$Outbound | null | undefined;
2147
+ decrypted?: boolean | undefined;
2148
+ comment?: string | undefined;
2149
+ customEnvironmentIds?: Array<string> | undefined;
2150
+ vsmValue?: string | undefined;
2151
+ };
2152
+ /** @internal */
2153
+ export declare const Env$outboundSchema: z.ZodType<Env$Outbound, z.ZodTypeDef, Env>;
2154
+ /**
2155
+ * @internal
2156
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2157
+ */
2158
+ export declare namespace Env$ {
2159
+ /** @deprecated use `Env$inboundSchema` instead. */
2160
+ const inboundSchema: z.ZodType<Env, z.ZodTypeDef, unknown>;
2161
+ /** @deprecated use `Env$outboundSchema` instead. */
2162
+ const outboundSchema: z.ZodType<Env$Outbound, z.ZodTypeDef, Env>;
2163
+ /** @deprecated use `Env$Outbound` instead. */
2164
+ type Outbound = Env$Outbound;
2165
+ }
2166
+ /** @internal */
2167
+ export declare const CustomEnvironments$inboundSchema: z.ZodType<CustomEnvironments, z.ZodTypeDef, unknown>;
2168
+ /** @internal */
2169
+ export type CustomEnvironments$Outbound = {};
2170
+ /** @internal */
2171
+ export declare const CustomEnvironments$outboundSchema: z.ZodType<CustomEnvironments$Outbound, z.ZodTypeDef, CustomEnvironments>;
2172
+ /**
2173
+ * @internal
2174
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2175
+ */
2176
+ export declare namespace CustomEnvironments$ {
2177
+ /** @deprecated use `CustomEnvironments$inboundSchema` instead. */
2178
+ const inboundSchema: z.ZodType<CustomEnvironments, z.ZodTypeDef, unknown>;
2179
+ /** @deprecated use `CustomEnvironments$outboundSchema` instead. */
2180
+ const outboundSchema: z.ZodType<CustomEnvironments$Outbound, z.ZodTypeDef, CustomEnvironments>;
2181
+ /** @deprecated use `CustomEnvironments$Outbound` instead. */
2182
+ type Outbound = CustomEnvironments$Outbound;
2183
+ }
2184
+ /** @internal */
2185
+ export declare const UpdateProjectDataCacheFramework$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheFramework>;
2186
+ /** @internal */
2187
+ export declare const UpdateProjectDataCacheFramework$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheFramework>;
2188
+ /**
2189
+ * @internal
2190
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2191
+ */
2192
+ export declare namespace UpdateProjectDataCacheFramework$ {
2193
+ /** @deprecated use `UpdateProjectDataCacheFramework$inboundSchema` instead. */
2194
+ const inboundSchema: z.ZodNativeEnum<{
2195
+ readonly Blitzjs: "blitzjs";
2196
+ readonly Nextjs: "nextjs";
2197
+ readonly Gatsby: "gatsby";
2198
+ readonly Remix: "remix";
2199
+ readonly Astro: "astro";
2200
+ readonly Hexo: "hexo";
2201
+ readonly Eleventy: "eleventy";
2202
+ readonly Docusaurus2: "docusaurus-2";
2203
+ readonly Docusaurus: "docusaurus";
2204
+ readonly Preact: "preact";
2205
+ readonly Solidstart1: "solidstart-1";
2206
+ readonly Solidstart: "solidstart";
2207
+ readonly Dojo: "dojo";
2208
+ readonly Ember: "ember";
2209
+ readonly Vue: "vue";
2210
+ readonly Scully: "scully";
2211
+ readonly IonicAngular: "ionic-angular";
2212
+ readonly Angular: "angular";
2213
+ readonly Polymer: "polymer";
2214
+ readonly Svelte: "svelte";
2215
+ readonly Sveltekit: "sveltekit";
2216
+ readonly Sveltekit1: "sveltekit-1";
2217
+ readonly IonicReact: "ionic-react";
2218
+ readonly CreateReactApp: "create-react-app";
2219
+ readonly Gridsome: "gridsome";
2220
+ readonly Umijs: "umijs";
2221
+ readonly Sapper: "sapper";
2222
+ readonly Saber: "saber";
2223
+ readonly Stencil: "stencil";
2224
+ readonly Nuxtjs: "nuxtjs";
2225
+ readonly Redwoodjs: "redwoodjs";
2226
+ readonly Hugo: "hugo";
2227
+ readonly Jekyll: "jekyll";
2228
+ readonly Brunch: "brunch";
2229
+ readonly Middleman: "middleman";
2230
+ readonly Zola: "zola";
2231
+ readonly Hydrogen: "hydrogen";
2232
+ readonly Vite: "vite";
2233
+ readonly Vitepress: "vitepress";
2234
+ readonly Vuepress: "vuepress";
2235
+ readonly Parcel: "parcel";
2236
+ readonly Fasthtml: "fasthtml";
2237
+ readonly SanityV3: "sanity-v3";
2238
+ readonly Sanity: "sanity";
2239
+ readonly Storybook: "storybook";
2240
+ }>;
2241
+ /** @deprecated use `UpdateProjectDataCacheFramework$outboundSchema` instead. */
2242
+ const outboundSchema: z.ZodNativeEnum<{
2243
+ readonly Blitzjs: "blitzjs";
2244
+ readonly Nextjs: "nextjs";
2245
+ readonly Gatsby: "gatsby";
2246
+ readonly Remix: "remix";
2247
+ readonly Astro: "astro";
2248
+ readonly Hexo: "hexo";
2249
+ readonly Eleventy: "eleventy";
2250
+ readonly Docusaurus2: "docusaurus-2";
2251
+ readonly Docusaurus: "docusaurus";
2252
+ readonly Preact: "preact";
2253
+ readonly Solidstart1: "solidstart-1";
2254
+ readonly Solidstart: "solidstart";
2255
+ readonly Dojo: "dojo";
2256
+ readonly Ember: "ember";
2257
+ readonly Vue: "vue";
2258
+ readonly Scully: "scully";
2259
+ readonly IonicAngular: "ionic-angular";
2260
+ readonly Angular: "angular";
2261
+ readonly Polymer: "polymer";
2262
+ readonly Svelte: "svelte";
2263
+ readonly Sveltekit: "sveltekit";
2264
+ readonly Sveltekit1: "sveltekit-1";
2265
+ readonly IonicReact: "ionic-react";
2266
+ readonly CreateReactApp: "create-react-app";
2267
+ readonly Gridsome: "gridsome";
2268
+ readonly Umijs: "umijs";
2269
+ readonly Sapper: "sapper";
2270
+ readonly Saber: "saber";
2271
+ readonly Stencil: "stencil";
2272
+ readonly Nuxtjs: "nuxtjs";
2273
+ readonly Redwoodjs: "redwoodjs";
2274
+ readonly Hugo: "hugo";
2275
+ readonly Jekyll: "jekyll";
2276
+ readonly Brunch: "brunch";
2277
+ readonly Middleman: "middleman";
2278
+ readonly Zola: "zola";
2279
+ readonly Hydrogen: "hydrogen";
2280
+ readonly Vite: "vite";
2281
+ readonly Vitepress: "vitepress";
2282
+ readonly Vuepress: "vuepress";
2283
+ readonly Parcel: "parcel";
2284
+ readonly Fasthtml: "fasthtml";
2285
+ readonly SanityV3: "sanity-v3";
2286
+ readonly Sanity: "sanity";
2287
+ readonly Storybook: "storybook";
2288
+ }>;
2289
+ }
2290
+ /** @internal */
2291
+ export declare const IpBuckets$inboundSchema: z.ZodType<IpBuckets, z.ZodTypeDef, unknown>;
2292
+ /** @internal */
2293
+ export type IpBuckets$Outbound = {
2294
+ bucket: string;
2295
+ supportUntil?: number | undefined;
2296
+ };
2297
+ /** @internal */
2298
+ export declare const IpBuckets$outboundSchema: z.ZodType<IpBuckets$Outbound, z.ZodTypeDef, IpBuckets>;
2299
+ /**
2300
+ * @internal
2301
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2302
+ */
2303
+ export declare namespace IpBuckets$ {
2304
+ /** @deprecated use `IpBuckets$inboundSchema` instead. */
2305
+ const inboundSchema: z.ZodType<IpBuckets, z.ZodTypeDef, unknown>;
2306
+ /** @deprecated use `IpBuckets$outboundSchema` instead. */
2307
+ const outboundSchema: z.ZodType<IpBuckets$Outbound, z.ZodTypeDef, IpBuckets>;
2308
+ /** @deprecated use `IpBuckets$Outbound` instead. */
2309
+ type Outbound = IpBuckets$Outbound;
2310
+ }
2311
+ /** @internal */
2312
+ export declare const AliasAssigned$inboundSchema: z.ZodType<AliasAssigned, z.ZodTypeDef, unknown>;
2313
+ /** @internal */
2314
+ export type AliasAssigned$Outbound = number | boolean;
2315
+ /** @internal */
2316
+ export declare const AliasAssigned$outboundSchema: z.ZodType<AliasAssigned$Outbound, z.ZodTypeDef, AliasAssigned>;
2317
+ /**
2318
+ * @internal
2319
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2320
+ */
2321
+ export declare namespace AliasAssigned$ {
2322
+ /** @deprecated use `AliasAssigned$inboundSchema` instead. */
2323
+ const inboundSchema: z.ZodType<AliasAssigned, z.ZodTypeDef, unknown>;
2324
+ /** @deprecated use `AliasAssigned$outboundSchema` instead. */
2325
+ const outboundSchema: z.ZodType<AliasAssigned$Outbound, z.ZodTypeDef, AliasAssigned>;
2326
+ /** @deprecated use `AliasAssigned$Outbound` instead. */
2327
+ type Outbound = AliasAssigned$Outbound;
2328
+ }
2329
+ /** @internal */
2330
+ export declare const UpdateProjectDataCacheProjectsAliasError$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsAliasError, z.ZodTypeDef, unknown>;
2331
+ /** @internal */
2332
+ export type UpdateProjectDataCacheProjectsAliasError$Outbound = {
2333
+ code: string;
2334
+ message: string;
2335
+ };
2336
+ /** @internal */
2337
+ export declare const UpdateProjectDataCacheProjectsAliasError$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsAliasError$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsAliasError>;
2338
+ /**
2339
+ * @internal
2340
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2341
+ */
2342
+ export declare namespace UpdateProjectDataCacheProjectsAliasError$ {
2343
+ /** @deprecated use `UpdateProjectDataCacheProjectsAliasError$inboundSchema` instead. */
2344
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsAliasError, z.ZodTypeDef, unknown>;
2345
+ /** @deprecated use `UpdateProjectDataCacheProjectsAliasError$outboundSchema` instead. */
2346
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsAliasError$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsAliasError>;
2347
+ /** @deprecated use `UpdateProjectDataCacheProjectsAliasError$Outbound` instead. */
2348
+ type Outbound = UpdateProjectDataCacheProjectsAliasError$Outbound;
2349
+ }
2350
+ /** @internal */
2351
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
2352
+ /** @internal */
2353
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
2354
+ /**
2355
+ * @internal
2356
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2357
+ */
2358
+ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$ {
2359
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
2360
+ const inboundSchema: z.ZodNativeEnum<{
2361
+ readonly EndsWith: "endsWith";
2362
+ readonly StartsWith: "startsWith";
2363
+ readonly Equals: "equals";
2364
+ }>;
2365
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
2366
+ const outboundSchema: z.ZodNativeEnum<{
2367
+ readonly EndsWith: "endsWith";
2368
+ readonly StartsWith: "startsWith";
2369
+ readonly Equals: "equals";
2370
+ }>;
2371
+ }
2372
+ /** @internal */
2373
+ export declare const BranchMatcher$inboundSchema: z.ZodType<BranchMatcher, z.ZodTypeDef, unknown>;
2374
+ /** @internal */
2375
+ export type BranchMatcher$Outbound = {
2376
+ type: string;
2377
+ pattern: string;
2378
+ };
2379
+ /** @internal */
2380
+ export declare const BranchMatcher$outboundSchema: z.ZodType<BranchMatcher$Outbound, z.ZodTypeDef, BranchMatcher>;
2381
+ /**
2382
+ * @internal
2383
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2384
+ */
2385
+ export declare namespace BranchMatcher$ {
2386
+ /** @deprecated use `BranchMatcher$inboundSchema` instead. */
2387
+ const inboundSchema: z.ZodType<BranchMatcher, z.ZodTypeDef, unknown>;
2388
+ /** @deprecated use `BranchMatcher$outboundSchema` instead. */
2389
+ const outboundSchema: z.ZodType<BranchMatcher$Outbound, z.ZodTypeDef, BranchMatcher>;
2390
+ /** @deprecated use `BranchMatcher$Outbound` instead. */
2391
+ type Outbound = BranchMatcher$Outbound;
2392
+ }
2393
+ /** @internal */
2394
+ export declare const UpdateProjectDataCacheProjectsBuilds$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBuilds, z.ZodTypeDef, unknown>;
2395
+ /** @internal */
2396
+ export type UpdateProjectDataCacheProjectsBuilds$Outbound = {
2397
+ use: string;
2398
+ src?: string | undefined;
2399
+ dest?: string | undefined;
2400
+ };
2401
+ /** @internal */
2402
+ export declare const UpdateProjectDataCacheProjectsBuilds$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBuilds$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsBuilds>;
2403
+ /**
2404
+ * @internal
2405
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2406
+ */
2407
+ export declare namespace UpdateProjectDataCacheProjectsBuilds$ {
2408
+ /** @deprecated use `UpdateProjectDataCacheProjectsBuilds$inboundSchema` instead. */
2409
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBuilds, z.ZodTypeDef, unknown>;
2410
+ /** @deprecated use `UpdateProjectDataCacheProjectsBuilds$outboundSchema` instead. */
2411
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBuilds$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsBuilds>;
2412
+ /** @deprecated use `UpdateProjectDataCacheProjectsBuilds$Outbound` instead. */
2413
+ type Outbound = UpdateProjectDataCacheProjectsBuilds$Outbound;
2414
+ }
2415
+ /** @internal */
2416
+ export declare const UpdateProjectDataCacheProjectsChecksConclusion$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksConclusion>;
2417
+ /** @internal */
2418
+ export declare const UpdateProjectDataCacheProjectsChecksConclusion$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksConclusion>;
2419
+ /**
2420
+ * @internal
2421
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2422
+ */
2423
+ export declare namespace UpdateProjectDataCacheProjectsChecksConclusion$ {
2424
+ /** @deprecated use `UpdateProjectDataCacheProjectsChecksConclusion$inboundSchema` instead. */
2425
+ const inboundSchema: z.ZodNativeEnum<{
2426
+ readonly Succeeded: "succeeded";
2427
+ readonly Failed: "failed";
2428
+ readonly Skipped: "skipped";
2429
+ readonly Canceled: "canceled";
2430
+ }>;
2431
+ /** @deprecated use `UpdateProjectDataCacheProjectsChecksConclusion$outboundSchema` instead. */
2432
+ const outboundSchema: z.ZodNativeEnum<{
2433
+ readonly Succeeded: "succeeded";
2434
+ readonly Failed: "failed";
2435
+ readonly Skipped: "skipped";
2436
+ readonly Canceled: "canceled";
2437
+ }>;
2438
+ }
2439
+ /** @internal */
2440
+ export declare const UpdateProjectDataCacheProjectsChecksState$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksState>;
2441
+ /** @internal */
2442
+ export declare const UpdateProjectDataCacheProjectsChecksState$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksState>;
2443
+ /**
2444
+ * @internal
2445
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2446
+ */
2447
+ export declare namespace UpdateProjectDataCacheProjectsChecksState$ {
2448
+ /** @deprecated use `UpdateProjectDataCacheProjectsChecksState$inboundSchema` instead. */
2449
+ const inboundSchema: z.ZodNativeEnum<{
2450
+ readonly Registered: "registered";
2451
+ readonly Running: "running";
2452
+ readonly Completed: "completed";
2453
+ }>;
2454
+ /** @deprecated use `UpdateProjectDataCacheProjectsChecksState$outboundSchema` instead. */
2455
+ const outboundSchema: z.ZodNativeEnum<{
2456
+ readonly Registered: "registered";
2457
+ readonly Running: "running";
2458
+ readonly Completed: "completed";
2459
+ }>;
2460
+ }
2461
+ /** @internal */
2462
+ export declare const UpdateProjectDataCacheProjectsCreator$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsCreator, z.ZodTypeDef, unknown>;
2463
+ /** @internal */
2464
+ export type UpdateProjectDataCacheProjectsCreator$Outbound = {
2465
+ email: string;
2466
+ githubLogin?: string | undefined;
2467
+ gitlabLogin?: string | undefined;
2468
+ uid: string;
2469
+ username: string;
2470
+ };
2471
+ /** @internal */
2472
+ export declare const UpdateProjectDataCacheProjectsCreator$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsCreator$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsCreator>;
2473
+ /**
2474
+ * @internal
2475
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2476
+ */
2477
+ export declare namespace UpdateProjectDataCacheProjectsCreator$ {
2478
+ /** @deprecated use `UpdateProjectDataCacheProjectsCreator$inboundSchema` instead. */
2479
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsCreator, z.ZodTypeDef, unknown>;
2480
+ /** @deprecated use `UpdateProjectDataCacheProjectsCreator$outboundSchema` instead. */
2481
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsCreator$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsCreator>;
2482
+ /** @deprecated use `UpdateProjectDataCacheProjectsCreator$Outbound` instead. */
2483
+ type Outbound = UpdateProjectDataCacheProjectsCreator$Outbound;
2484
+ }
2485
+ /** @internal */
2486
+ export declare const UpdateProjectDataCacheProjectsOidcTokenClaims$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsOidcTokenClaims, z.ZodTypeDef, unknown>;
2487
+ /** @internal */
2488
+ export type UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound = {
2489
+ iss: string;
2490
+ sub: string;
2491
+ scope: string;
2492
+ aud: string;
2493
+ owner: string;
2494
+ owner_id: string;
2495
+ project: string;
2496
+ project_id: string;
2497
+ environment: string;
2498
+ };
2499
+ /** @internal */
2500
+ export declare const UpdateProjectDataCacheProjectsOidcTokenClaims$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsOidcTokenClaims>;
2501
+ /**
2502
+ * @internal
2503
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2504
+ */
2505
+ export declare namespace UpdateProjectDataCacheProjectsOidcTokenClaims$ {
2506
+ /** @deprecated use `UpdateProjectDataCacheProjectsOidcTokenClaims$inboundSchema` instead. */
2507
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsOidcTokenClaims, z.ZodTypeDef, unknown>;
2508
+ /** @deprecated use `UpdateProjectDataCacheProjectsOidcTokenClaims$outboundSchema` instead. */
2509
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsOidcTokenClaims>;
2510
+ /** @deprecated use `UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound` instead. */
2511
+ type Outbound = UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound;
2512
+ }
2513
+ /** @internal */
2514
+ export declare const UpdateProjectDataCacheProjectsPlan$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsPlan>;
2515
+ /** @internal */
2516
+ export declare const UpdateProjectDataCacheProjectsPlan$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsPlan>;
2517
+ /**
2518
+ * @internal
2519
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2520
+ */
2521
+ export declare namespace UpdateProjectDataCacheProjectsPlan$ {
2522
+ /** @deprecated use `UpdateProjectDataCacheProjectsPlan$inboundSchema` instead. */
2523
+ const inboundSchema: z.ZodNativeEnum<{
2524
+ readonly Pro: "pro";
2525
+ readonly Enterprise: "enterprise";
2526
+ readonly Hobby: "hobby";
2527
+ }>;
2528
+ /** @deprecated use `UpdateProjectDataCacheProjectsPlan$outboundSchema` instead. */
2529
+ const outboundSchema: z.ZodNativeEnum<{
2530
+ readonly Pro: "pro";
2531
+ readonly Enterprise: "enterprise";
2532
+ readonly Hobby: "hobby";
2533
+ }>;
2534
+ }
2535
+ /** @internal */
2536
+ export declare const UpdateProjectDataCacheProjectsReadyState$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsReadyState>;
2537
+ /** @internal */
2538
+ export declare const UpdateProjectDataCacheProjectsReadyState$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsReadyState>;
2539
+ /**
2540
+ * @internal
2541
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2542
+ */
2543
+ export declare namespace UpdateProjectDataCacheProjectsReadyState$ {
2544
+ /** @deprecated use `UpdateProjectDataCacheProjectsReadyState$inboundSchema` instead. */
2545
+ const inboundSchema: z.ZodNativeEnum<{
2546
+ readonly Building: "BUILDING";
2547
+ readonly Error: "ERROR";
2548
+ readonly Initializing: "INITIALIZING";
2549
+ readonly Queued: "QUEUED";
2550
+ readonly Ready: "READY";
2551
+ readonly Canceled: "CANCELED";
2552
+ }>;
2553
+ /** @deprecated use `UpdateProjectDataCacheProjectsReadyState$outboundSchema` instead. */
2554
+ const outboundSchema: z.ZodNativeEnum<{
2555
+ readonly Building: "BUILDING";
2556
+ readonly Error: "ERROR";
2557
+ readonly Initializing: "INITIALIZING";
2558
+ readonly Queued: "QUEUED";
2559
+ readonly Ready: "READY";
2560
+ readonly Canceled: "CANCELED";
2561
+ }>;
2562
+ }
2563
+ /** @internal */
2564
+ export declare const UpdateProjectDataCacheProjectsReadySubstate$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsReadySubstate>;
2565
+ /** @internal */
2566
+ export declare const UpdateProjectDataCacheProjectsReadySubstate$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsReadySubstate>;
2567
+ /**
2568
+ * @internal
2569
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2570
+ */
2571
+ export declare namespace UpdateProjectDataCacheProjectsReadySubstate$ {
2572
+ /** @deprecated use `UpdateProjectDataCacheProjectsReadySubstate$inboundSchema` instead. */
2573
+ const inboundSchema: z.ZodNativeEnum<{
2574
+ readonly Staged: "STAGED";
2575
+ readonly Promoted: "PROMOTED";
2576
+ }>;
2577
+ /** @deprecated use `UpdateProjectDataCacheProjectsReadySubstate$outboundSchema` instead. */
2578
+ const outboundSchema: z.ZodNativeEnum<{
2579
+ readonly Staged: "STAGED";
2580
+ readonly Promoted: "PROMOTED";
2581
+ }>;
2582
+ }
2583
+ /** @internal */
2584
+ export declare const UpdateProjectDataCacheType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheType>;
2585
+ /** @internal */
2586
+ export declare const UpdateProjectDataCacheType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheType>;
2587
+ /**
2588
+ * @internal
2589
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2590
+ */
2591
+ export declare namespace UpdateProjectDataCacheType$ {
2592
+ /** @deprecated use `UpdateProjectDataCacheType$inboundSchema` instead. */
2593
+ const inboundSchema: z.ZodNativeEnum<{
2594
+ readonly Lambdas: "LAMBDAS";
2595
+ }>;
2596
+ /** @deprecated use `UpdateProjectDataCacheType$outboundSchema` instead. */
2597
+ const outboundSchema: z.ZodNativeEnum<{
2598
+ readonly Lambdas: "LAMBDAS";
2599
+ }>;
2600
+ }
2601
+ /** @internal */
2602
+ export declare const LatestDeployments$inboundSchema: z.ZodType<LatestDeployments, z.ZodTypeDef, unknown>;
2603
+ /** @internal */
2604
+ export type LatestDeployments$Outbound = {
2605
+ id: string;
2606
+ alias?: Array<string> | undefined;
2607
+ aliasAssigned?: number | boolean | null | undefined;
2608
+ aliasError?: UpdateProjectDataCacheProjectsAliasError$Outbound | null | undefined;
2609
+ aliasFinal?: string | null | undefined;
2610
+ automaticAliases?: Array<string> | undefined;
2611
+ branchMatcher?: BranchMatcher$Outbound | undefined;
2612
+ buildingAt?: number | undefined;
2613
+ builds?: Array<UpdateProjectDataCacheProjectsBuilds$Outbound> | undefined;
2614
+ checksConclusion?: string | undefined;
2615
+ checksState?: string | undefined;
2616
+ connectBuildsEnabled?: boolean | undefined;
2617
+ connectConfigurationId?: string | undefined;
2618
+ createdAt: number;
2619
+ createdIn: string;
2620
+ creator: UpdateProjectDataCacheProjectsCreator$Outbound | null;
2621
+ deletedAt?: number | undefined;
2622
+ deploymentHostname: string;
2623
+ forced?: boolean | undefined;
2624
+ name: string;
2625
+ meta?: {
2626
+ [k: string]: string;
2627
+ } | undefined;
2628
+ monorepoManager?: string | null | undefined;
2629
+ oidcTokenClaims?: UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound | undefined;
2630
+ plan: string;
2631
+ previewCommentsEnabled?: boolean | undefined;
2632
+ private: boolean;
2633
+ readyAt?: number | undefined;
2634
+ readyState: string;
2635
+ readySubstate?: string | undefined;
2636
+ requestedAt?: number | undefined;
2637
+ target?: string | null | undefined;
2638
+ teamId?: string | null | undefined;
2639
+ type: string;
2640
+ url: string;
2641
+ userId: string;
2642
+ withCache?: boolean | undefined;
2643
+ };
2644
+ /** @internal */
2645
+ export declare const LatestDeployments$outboundSchema: z.ZodType<LatestDeployments$Outbound, z.ZodTypeDef, LatestDeployments>;
2646
+ /**
2647
+ * @internal
2648
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2649
+ */
2650
+ export declare namespace LatestDeployments$ {
2651
+ /** @deprecated use `LatestDeployments$inboundSchema` instead. */
2652
+ const inboundSchema: z.ZodType<LatestDeployments, z.ZodTypeDef, unknown>;
2653
+ /** @deprecated use `LatestDeployments$outboundSchema` instead. */
2654
+ const outboundSchema: z.ZodType<LatestDeployments$Outbound, z.ZodTypeDef, LatestDeployments>;
2655
+ /** @deprecated use `LatestDeployments$Outbound` instead. */
2656
+ type Outbound = LatestDeployments$Outbound;
2657
+ }
2658
+ /** @internal */
2659
+ export declare const UpdateProjectDataCacheLinkProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
2660
+ /** @internal */
2661
+ export declare const UpdateProjectDataCacheLinkProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
2662
+ /**
2663
+ * @internal
2664
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2665
+ */
2666
+ export declare namespace UpdateProjectDataCacheLinkProjectsType$ {
2667
+ /** @deprecated use `UpdateProjectDataCacheLinkProjectsType$inboundSchema` instead. */
2668
+ const inboundSchema: z.ZodNativeEnum<{
2669
+ readonly Bitbucket: "bitbucket";
2670
+ }>;
2671
+ /** @deprecated use `UpdateProjectDataCacheLinkProjectsType$outboundSchema` instead. */
2672
+ const outboundSchema: z.ZodNativeEnum<{
2673
+ readonly Bitbucket: "bitbucket";
2674
+ }>;
2675
+ }
2676
+ /** @internal */
2677
+ export declare const UpdateProjectDataCacheLinkDeployHooks$inboundSchema: z.ZodType<UpdateProjectDataCacheLinkDeployHooks, z.ZodTypeDef, unknown>;
2678
+ /** @internal */
2679
+ export type UpdateProjectDataCacheLinkDeployHooks$Outbound = {
2680
+ createdAt?: number | undefined;
2681
+ id: string;
2682
+ name: string;
2683
+ ref: string;
2684
+ url: string;
2685
+ };
2686
+ /** @internal */
2687
+ export declare const UpdateProjectDataCacheLinkDeployHooks$outboundSchema: z.ZodType<UpdateProjectDataCacheLinkDeployHooks$Outbound, z.ZodTypeDef, UpdateProjectDataCacheLinkDeployHooks>;
2688
+ /**
2689
+ * @internal
2690
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2691
+ */
2692
+ export declare namespace UpdateProjectDataCacheLinkDeployHooks$ {
2693
+ /** @deprecated use `UpdateProjectDataCacheLinkDeployHooks$inboundSchema` instead. */
2694
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheLinkDeployHooks, z.ZodTypeDef, unknown>;
2695
+ /** @deprecated use `UpdateProjectDataCacheLinkDeployHooks$outboundSchema` instead. */
2696
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheLinkDeployHooks$Outbound, z.ZodTypeDef, UpdateProjectDataCacheLinkDeployHooks>;
2697
+ /** @deprecated use `UpdateProjectDataCacheLinkDeployHooks$Outbound` instead. */
2698
+ type Outbound = UpdateProjectDataCacheLinkDeployHooks$Outbound;
2699
+ }
2700
+ /** @internal */
2701
+ export declare const Link3$inboundSchema: z.ZodType<Link3, z.ZodTypeDef, unknown>;
2702
+ /** @internal */
2703
+ export type Link3$Outbound = {
2704
+ name?: string | undefined;
2705
+ slug?: string | undefined;
2706
+ owner?: string | undefined;
2707
+ type?: string | undefined;
2708
+ uuid?: string | undefined;
2709
+ workspaceUuid?: string | undefined;
2710
+ createdAt?: number | undefined;
2711
+ deployHooks: Array<UpdateProjectDataCacheLinkDeployHooks$Outbound>;
2712
+ gitCredentialId?: string | undefined;
2713
+ updatedAt?: number | undefined;
2714
+ sourceless?: boolean | undefined;
2715
+ productionBranch?: string | undefined;
2716
+ };
2717
+ /** @internal */
2718
+ export declare const Link3$outboundSchema: z.ZodType<Link3$Outbound, z.ZodTypeDef, Link3>;
2719
+ /**
2720
+ * @internal
2721
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2722
+ */
2723
+ export declare namespace Link3$ {
2724
+ /** @deprecated use `Link3$inboundSchema` instead. */
2725
+ const inboundSchema: z.ZodType<Link3, z.ZodTypeDef, unknown>;
2726
+ /** @deprecated use `Link3$outboundSchema` instead. */
2727
+ const outboundSchema: z.ZodType<Link3$Outbound, z.ZodTypeDef, Link3>;
2728
+ /** @deprecated use `Link3$Outbound` instead. */
2729
+ type Outbound = Link3$Outbound;
2730
+ }
2731
+ /** @internal */
2732
+ export declare const UpdateProjectDataCacheLinkType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkType>;
2733
+ /** @internal */
2734
+ export declare const UpdateProjectDataCacheLinkType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkType>;
2735
+ /**
2736
+ * @internal
2737
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2738
+ */
2739
+ export declare namespace UpdateProjectDataCacheLinkType$ {
2740
+ /** @deprecated use `UpdateProjectDataCacheLinkType$inboundSchema` instead. */
2741
+ const inboundSchema: z.ZodNativeEnum<{
2742
+ readonly Gitlab: "gitlab";
2743
+ }>;
2744
+ /** @deprecated use `UpdateProjectDataCacheLinkType$outboundSchema` instead. */
2745
+ const outboundSchema: z.ZodNativeEnum<{
2746
+ readonly Gitlab: "gitlab";
2747
+ }>;
2748
+ }
2749
+ /** @internal */
2750
+ export declare const LinkDeployHooks$inboundSchema: z.ZodType<LinkDeployHooks, z.ZodTypeDef, unknown>;
2751
+ /** @internal */
2752
+ export type LinkDeployHooks$Outbound = {
2753
+ createdAt?: number | undefined;
2754
+ id: string;
2755
+ name: string;
2756
+ ref: string;
2757
+ url: string;
2758
+ };
2759
+ /** @internal */
2760
+ export declare const LinkDeployHooks$outboundSchema: z.ZodType<LinkDeployHooks$Outbound, z.ZodTypeDef, LinkDeployHooks>;
2761
+ /**
2762
+ * @internal
2763
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2764
+ */
2765
+ export declare namespace LinkDeployHooks$ {
2766
+ /** @deprecated use `LinkDeployHooks$inboundSchema` instead. */
2767
+ const inboundSchema: z.ZodType<LinkDeployHooks, z.ZodTypeDef, unknown>;
2768
+ /** @deprecated use `LinkDeployHooks$outboundSchema` instead. */
2769
+ const outboundSchema: z.ZodType<LinkDeployHooks$Outbound, z.ZodTypeDef, LinkDeployHooks>;
2770
+ /** @deprecated use `LinkDeployHooks$Outbound` instead. */
2771
+ type Outbound = LinkDeployHooks$Outbound;
2772
+ }
2773
+ /** @internal */
2774
+ export declare const Link2$inboundSchema: z.ZodType<Link2, z.ZodTypeDef, unknown>;
2775
+ /** @internal */
2776
+ export type Link2$Outbound = {
2777
+ projectId?: string | undefined;
2778
+ projectName?: string | undefined;
2779
+ projectNameWithNamespace?: string | undefined;
2780
+ projectNamespace?: string | undefined;
2781
+ projectOwnerId?: number | undefined;
2782
+ projectUrl?: string | undefined;
2783
+ type?: string | undefined;
2784
+ createdAt?: number | undefined;
2785
+ deployHooks: Array<LinkDeployHooks$Outbound>;
2786
+ gitCredentialId?: string | undefined;
2787
+ updatedAt?: number | undefined;
2788
+ sourceless?: boolean | undefined;
2789
+ productionBranch?: string | undefined;
2790
+ };
2791
+ /** @internal */
2792
+ export declare const Link2$outboundSchema: z.ZodType<Link2$Outbound, z.ZodTypeDef, Link2>;
2793
+ /**
2794
+ * @internal
2795
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2796
+ */
2797
+ export declare namespace Link2$ {
2798
+ /** @deprecated use `Link2$inboundSchema` instead. */
2799
+ const inboundSchema: z.ZodType<Link2, z.ZodTypeDef, unknown>;
2800
+ /** @deprecated use `Link2$outboundSchema` instead. */
2801
+ const outboundSchema: z.ZodType<Link2$Outbound, z.ZodTypeDef, Link2>;
2802
+ /** @deprecated use `Link2$Outbound` instead. */
2803
+ type Outbound = Link2$Outbound;
2804
+ }
2805
+ /** @internal */
2806
+ export declare const LinkType$inboundSchema: z.ZodNativeEnum<typeof LinkType>;
2807
+ /** @internal */
2808
+ export declare const LinkType$outboundSchema: z.ZodNativeEnum<typeof LinkType>;
2809
+ /**
2810
+ * @internal
2811
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2812
+ */
2813
+ export declare namespace LinkType$ {
2814
+ /** @deprecated use `LinkType$inboundSchema` instead. */
2815
+ const inboundSchema: z.ZodNativeEnum<{
2816
+ readonly Github: "github";
2817
+ }>;
2818
+ /** @deprecated use `LinkType$outboundSchema` instead. */
2819
+ const outboundSchema: z.ZodNativeEnum<{
2820
+ readonly Github: "github";
2821
+ }>;
2822
+ }
2823
+ /** @internal */
2824
+ export declare const DeployHooks$inboundSchema: z.ZodType<DeployHooks, z.ZodTypeDef, unknown>;
2825
+ /** @internal */
2826
+ export type DeployHooks$Outbound = {
2827
+ createdAt?: number | undefined;
2828
+ id: string;
2829
+ name: string;
2830
+ ref: string;
2831
+ url: string;
2832
+ };
2833
+ /** @internal */
2834
+ export declare const DeployHooks$outboundSchema: z.ZodType<DeployHooks$Outbound, z.ZodTypeDef, DeployHooks>;
2835
+ /**
2836
+ * @internal
2837
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2838
+ */
2839
+ export declare namespace DeployHooks$ {
2840
+ /** @deprecated use `DeployHooks$inboundSchema` instead. */
2841
+ const inboundSchema: z.ZodType<DeployHooks, z.ZodTypeDef, unknown>;
2842
+ /** @deprecated use `DeployHooks$outboundSchema` instead. */
2843
+ const outboundSchema: z.ZodType<DeployHooks$Outbound, z.ZodTypeDef, DeployHooks>;
2844
+ /** @deprecated use `DeployHooks$Outbound` instead. */
2845
+ type Outbound = DeployHooks$Outbound;
2846
+ }
2847
+ /** @internal */
2848
+ export declare const Link1$inboundSchema: z.ZodType<Link1, z.ZodTypeDef, unknown>;
2849
+ /** @internal */
2850
+ export type Link1$Outbound = {
2851
+ org?: string | undefined;
2852
+ repoOwnerId?: number | undefined;
2853
+ repo?: string | undefined;
2854
+ repoId?: number | undefined;
2855
+ type?: string | undefined;
2856
+ createdAt?: number | undefined;
2857
+ deployHooks: Array<DeployHooks$Outbound>;
2858
+ gitCredentialId?: string | undefined;
2859
+ updatedAt?: number | undefined;
2860
+ sourceless?: boolean | undefined;
2861
+ productionBranch?: string | undefined;
2862
+ };
2863
+ /** @internal */
2864
+ export declare const Link1$outboundSchema: z.ZodType<Link1$Outbound, z.ZodTypeDef, Link1>;
2865
+ /**
2866
+ * @internal
2867
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2868
+ */
2869
+ export declare namespace Link1$ {
2870
+ /** @deprecated use `Link1$inboundSchema` instead. */
2871
+ const inboundSchema: z.ZodType<Link1, z.ZodTypeDef, unknown>;
2872
+ /** @deprecated use `Link1$outboundSchema` instead. */
2873
+ const outboundSchema: z.ZodType<Link1$Outbound, z.ZodTypeDef, Link1>;
2874
+ /** @deprecated use `Link1$Outbound` instead. */
2875
+ type Outbound = Link1$Outbound;
2876
+ }
2877
+ /** @internal */
2878
+ export declare const Link$inboundSchema: z.ZodType<Link, z.ZodTypeDef, unknown>;
2879
+ /** @internal */
2880
+ export type Link$Outbound = Link1$Outbound | Link3$Outbound | Link2$Outbound;
2881
+ /** @internal */
2882
+ export declare const Link$outboundSchema: z.ZodType<Link$Outbound, z.ZodTypeDef, Link>;
2883
+ /**
2884
+ * @internal
2885
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2886
+ */
2887
+ export declare namespace Link$ {
2888
+ /** @deprecated use `Link$inboundSchema` instead. */
2889
+ const inboundSchema: z.ZodType<Link, z.ZodTypeDef, unknown>;
2890
+ /** @deprecated use `Link$outboundSchema` instead. */
2891
+ const outboundSchema: z.ZodType<Link$Outbound, z.ZodTypeDef, Link>;
2892
+ /** @deprecated use `Link$Outbound` instead. */
2893
+ type Outbound = Link$Outbound;
2894
+ }
2895
+ /** @internal */
2896
+ export declare const Group$inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown>;
2897
+ /** @internal */
2898
+ export type Group$Outbound = {
2899
+ id: string;
2900
+ slug: string;
2901
+ };
2902
+ /** @internal */
2903
+ export declare const Group$outboundSchema: z.ZodType<Group$Outbound, z.ZodTypeDef, Group>;
2904
+ /**
2905
+ * @internal
2906
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2907
+ */
2908
+ export declare namespace Group$ {
2909
+ /** @deprecated use `Group$inboundSchema` instead. */
2910
+ const inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown>;
2911
+ /** @deprecated use `Group$outboundSchema` instead. */
2912
+ const outboundSchema: z.ZodType<Group$Outbound, z.ZodTypeDef, Group>;
2913
+ /** @deprecated use `Group$Outbound` instead. */
2914
+ type Outbound = Group$Outbound;
2915
+ }
2916
+ /** @internal */
2917
+ export declare const Microfrontends$inboundSchema: z.ZodType<Microfrontends, z.ZodTypeDef, unknown>;
2918
+ /** @internal */
2919
+ export type Microfrontends$Outbound = {
2920
+ updatedAt: number;
2921
+ group: Group$Outbound;
2922
+ enabled: boolean;
2923
+ isDefaultApp?: boolean | undefined;
2924
+ defaultRoute?: string | undefined;
2925
+ };
2926
+ /** @internal */
2927
+ export declare const Microfrontends$outboundSchema: z.ZodType<Microfrontends$Outbound, z.ZodTypeDef, Microfrontends>;
2928
+ /**
2929
+ * @internal
2930
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2931
+ */
2932
+ export declare namespace Microfrontends$ {
2933
+ /** @deprecated use `Microfrontends$inboundSchema` instead. */
2934
+ const inboundSchema: z.ZodType<Microfrontends, z.ZodTypeDef, unknown>;
2935
+ /** @deprecated use `Microfrontends$outboundSchema` instead. */
2936
+ const outboundSchema: z.ZodType<Microfrontends$Outbound, z.ZodTypeDef, Microfrontends>;
2937
+ /** @deprecated use `Microfrontends$Outbound` instead. */
2938
+ type Outbound = Microfrontends$Outbound;
2939
+ }
2940
+ /** @internal */
2941
+ export declare const UpdateProjectDataCacheNodeVersion$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheNodeVersion>;
2942
+ /** @internal */
2943
+ export declare const UpdateProjectDataCacheNodeVersion$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheNodeVersion>;
2944
+ /**
2945
+ * @internal
2946
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2947
+ */
2948
+ export declare namespace UpdateProjectDataCacheNodeVersion$ {
2949
+ /** @deprecated use `UpdateProjectDataCacheNodeVersion$inboundSchema` instead. */
2950
+ const inboundSchema: z.ZodNativeEnum<{
2951
+ readonly TwentyTwoX: "22.x";
2952
+ readonly TwentyX: "20.x";
2953
+ readonly EighteenX: "18.x";
2954
+ readonly SixteenX: "16.x";
2955
+ readonly FourteenX: "14.x";
2956
+ readonly TwelveX: "12.x";
2957
+ readonly TenX: "10.x";
2958
+ readonly Eight10X: "8.10.x";
2959
+ }>;
2960
+ /** @deprecated use `UpdateProjectDataCacheNodeVersion$outboundSchema` instead. */
2961
+ const outboundSchema: z.ZodNativeEnum<{
2962
+ readonly TwentyTwoX: "22.x";
2963
+ readonly TwentyX: "20.x";
2964
+ readonly EighteenX: "18.x";
2965
+ readonly SixteenX: "16.x";
2966
+ readonly FourteenX: "14.x";
2967
+ readonly TwelveX: "12.x";
2968
+ readonly TenX: "10.x";
2969
+ readonly Eight10X: "8.10.x";
2970
+ }>;
2971
+ }
2972
+ /** @internal */
2973
+ export declare const UpdateProjectDataCachePaths$inboundSchema: z.ZodType<UpdateProjectDataCachePaths, z.ZodTypeDef, unknown>;
2974
+ /** @internal */
2975
+ export type UpdateProjectDataCachePaths$Outbound = {
2976
+ value: string;
2977
+ };
2978
+ /** @internal */
2979
+ export declare const UpdateProjectDataCachePaths$outboundSchema: z.ZodType<UpdateProjectDataCachePaths$Outbound, z.ZodTypeDef, UpdateProjectDataCachePaths>;
2980
+ /**
2981
+ * @internal
2982
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2983
+ */
2984
+ export declare namespace UpdateProjectDataCachePaths$ {
2985
+ /** @deprecated use `UpdateProjectDataCachePaths$inboundSchema` instead. */
2986
+ const inboundSchema: z.ZodType<UpdateProjectDataCachePaths, z.ZodTypeDef, unknown>;
2987
+ /** @deprecated use `UpdateProjectDataCachePaths$outboundSchema` instead. */
2988
+ const outboundSchema: z.ZodType<UpdateProjectDataCachePaths$Outbound, z.ZodTypeDef, UpdateProjectDataCachePaths>;
2989
+ /** @deprecated use `UpdateProjectDataCachePaths$Outbound` instead. */
2990
+ type Outbound = UpdateProjectDataCachePaths$Outbound;
2991
+ }
2992
+ /** @internal */
2993
+ export declare const UpdateProjectDataCacheOptionsAllowlist$inboundSchema: z.ZodType<UpdateProjectDataCacheOptionsAllowlist, z.ZodTypeDef, unknown>;
2994
+ /** @internal */
2995
+ export type UpdateProjectDataCacheOptionsAllowlist$Outbound = {
2996
+ paths: Array<UpdateProjectDataCachePaths$Outbound>;
2997
+ };
2998
+ /** @internal */
2999
+ export declare const UpdateProjectDataCacheOptionsAllowlist$outboundSchema: z.ZodType<UpdateProjectDataCacheOptionsAllowlist$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOptionsAllowlist>;
3000
+ /**
3001
+ * @internal
3002
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3003
+ */
3004
+ export declare namespace UpdateProjectDataCacheOptionsAllowlist$ {
3005
+ /** @deprecated use `UpdateProjectDataCacheOptionsAllowlist$inboundSchema` instead. */
3006
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheOptionsAllowlist, z.ZodTypeDef, unknown>;
3007
+ /** @deprecated use `UpdateProjectDataCacheOptionsAllowlist$outboundSchema` instead. */
3008
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheOptionsAllowlist$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOptionsAllowlist>;
3009
+ /** @deprecated use `UpdateProjectDataCacheOptionsAllowlist$Outbound` instead. */
3010
+ type Outbound = UpdateProjectDataCacheOptionsAllowlist$Outbound;
3011
+ }
3012
+ /** @internal */
3013
+ export declare const UpdateProjectDataCachePasswordProtection$inboundSchema: z.ZodType<UpdateProjectDataCachePasswordProtection, z.ZodTypeDef, unknown>;
3014
+ /** @internal */
3015
+ export type UpdateProjectDataCachePasswordProtection$Outbound = {};
3016
+ /** @internal */
3017
+ export declare const UpdateProjectDataCachePasswordProtection$outboundSchema: z.ZodType<UpdateProjectDataCachePasswordProtection$Outbound, z.ZodTypeDef, UpdateProjectDataCachePasswordProtection>;
3018
+ /**
3019
+ * @internal
3020
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3021
+ */
3022
+ export declare namespace UpdateProjectDataCachePasswordProtection$ {
3023
+ /** @deprecated use `UpdateProjectDataCachePasswordProtection$inboundSchema` instead. */
3024
+ const inboundSchema: z.ZodType<UpdateProjectDataCachePasswordProtection, z.ZodTypeDef, unknown>;
3025
+ /** @deprecated use `UpdateProjectDataCachePasswordProtection$outboundSchema` instead. */
3026
+ const outboundSchema: z.ZodType<UpdateProjectDataCachePasswordProtection$Outbound, z.ZodTypeDef, UpdateProjectDataCachePasswordProtection>;
3027
+ /** @deprecated use `UpdateProjectDataCachePasswordProtection$Outbound` instead. */
3028
+ type Outbound = UpdateProjectDataCachePasswordProtection$Outbound;
3029
+ }
3030
+ /** @internal */
3031
+ export declare const FunctionDefaultMemoryType$inboundSchema: z.ZodNativeEnum<typeof FunctionDefaultMemoryType>;
3032
+ /** @internal */
3033
+ export declare const FunctionDefaultMemoryType$outboundSchema: z.ZodNativeEnum<typeof FunctionDefaultMemoryType>;
3034
+ /**
3035
+ * @internal
3036
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3037
+ */
3038
+ export declare namespace FunctionDefaultMemoryType$ {
3039
+ /** @deprecated use `FunctionDefaultMemoryType$inboundSchema` instead. */
3040
+ const inboundSchema: z.ZodNativeEnum<{
3041
+ readonly StandardLegacy: "standard_legacy";
3042
+ readonly Standard: "standard";
3043
+ readonly Performance: "performance";
3044
+ }>;
3045
+ /** @deprecated use `FunctionDefaultMemoryType$outboundSchema` instead. */
3046
+ const outboundSchema: z.ZodNativeEnum<{
3047
+ readonly StandardLegacy: "standard_legacy";
3048
+ readonly Standard: "standard";
3049
+ readonly Performance: "performance";
3050
+ }>;
3051
+ }
3052
+ /** @internal */
3053
+ export declare const ResourceConfig$inboundSchema: z.ZodType<ResourceConfig, z.ZodTypeDef, unknown>;
3054
+ /** @internal */
3055
+ export type ResourceConfig$Outbound = {
3056
+ functionDefaultTimeout?: number | undefined;
3057
+ functionDefaultMemoryType?: string | undefined;
3058
+ allowServerlessConcurrency?: boolean | undefined;
3059
+ elasticConcurrencyEnabled?: boolean | undefined;
3060
+ };
3061
+ /** @internal */
3062
+ export declare const ResourceConfig$outboundSchema: z.ZodType<ResourceConfig$Outbound, z.ZodTypeDef, ResourceConfig>;
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 ResourceConfig$ {
3068
+ /** @deprecated use `ResourceConfig$inboundSchema` instead. */
3069
+ const inboundSchema: z.ZodType<ResourceConfig, z.ZodTypeDef, unknown>;
3070
+ /** @deprecated use `ResourceConfig$outboundSchema` instead. */
3071
+ const outboundSchema: z.ZodType<ResourceConfig$Outbound, z.ZodTypeDef, ResourceConfig>;
3072
+ /** @deprecated use `ResourceConfig$Outbound` instead. */
3073
+ type Outbound = ResourceConfig$Outbound;
3074
+ }
3075
+ /** @internal */
3076
+ export declare const UpdateProjectDataCacheDeploymentType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheDeploymentType>;
3077
+ /** @internal */
3078
+ export declare const UpdateProjectDataCacheDeploymentType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheDeploymentType>;
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 UpdateProjectDataCacheDeploymentType$ {
3084
+ /** @deprecated use `UpdateProjectDataCacheDeploymentType$inboundSchema` instead. */
3085
+ const inboundSchema: z.ZodNativeEnum<{
3086
+ readonly Preview: "preview";
3087
+ readonly All: "all";
3088
+ readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
3089
+ }>;
3090
+ /** @deprecated use `UpdateProjectDataCacheDeploymentType$outboundSchema` instead. */
3091
+ const outboundSchema: z.ZodNativeEnum<{
3092
+ readonly Preview: "preview";
3093
+ readonly All: "all";
3094
+ readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
3095
+ }>;
3096
+ }
3097
+ /** @internal */
3098
+ export declare const UpdateProjectDataCacheSsoProtection$inboundSchema: z.ZodType<UpdateProjectDataCacheSsoProtection, z.ZodTypeDef, unknown>;
3099
+ /** @internal */
3100
+ export type UpdateProjectDataCacheSsoProtection$Outbound = {
3101
+ deploymentType: string;
3102
+ };
3103
+ /** @internal */
3104
+ export declare const UpdateProjectDataCacheSsoProtection$outboundSchema: z.ZodType<UpdateProjectDataCacheSsoProtection$Outbound, z.ZodTypeDef, UpdateProjectDataCacheSsoProtection>;
3105
+ /**
3106
+ * @internal
3107
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3108
+ */
3109
+ export declare namespace UpdateProjectDataCacheSsoProtection$ {
3110
+ /** @deprecated use `UpdateProjectDataCacheSsoProtection$inboundSchema` instead. */
3111
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheSsoProtection, z.ZodTypeDef, unknown>;
3112
+ /** @deprecated use `UpdateProjectDataCacheSsoProtection$outboundSchema` instead. */
3113
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheSsoProtection$Outbound, z.ZodTypeDef, UpdateProjectDataCacheSsoProtection>;
3114
+ /** @deprecated use `UpdateProjectDataCacheSsoProtection$Outbound` instead. */
3115
+ type Outbound = UpdateProjectDataCacheSsoProtection$Outbound;
3116
+ }
3117
+ /** @internal */
3118
+ export declare const UpdateProjectDataCacheAliasAssigned$inboundSchema: z.ZodType<UpdateProjectDataCacheAliasAssigned, z.ZodTypeDef, unknown>;
3119
+ /** @internal */
3120
+ export type UpdateProjectDataCacheAliasAssigned$Outbound = number | boolean;
3121
+ /** @internal */
3122
+ export declare const UpdateProjectDataCacheAliasAssigned$outboundSchema: z.ZodType<UpdateProjectDataCacheAliasAssigned$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAliasAssigned>;
3123
+ /**
3124
+ * @internal
3125
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3126
+ */
3127
+ export declare namespace UpdateProjectDataCacheAliasAssigned$ {
3128
+ /** @deprecated use `UpdateProjectDataCacheAliasAssigned$inboundSchema` instead. */
3129
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheAliasAssigned, z.ZodTypeDef, unknown>;
3130
+ /** @deprecated use `UpdateProjectDataCacheAliasAssigned$outboundSchema` instead. */
3131
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheAliasAssigned$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAliasAssigned>;
3132
+ /** @deprecated use `UpdateProjectDataCacheAliasAssigned$Outbound` instead. */
3133
+ type Outbound = UpdateProjectDataCacheAliasAssigned$Outbound;
3134
+ }
3135
+ /** @internal */
3136
+ export declare const UpdateProjectDataCacheAliasError$inboundSchema: z.ZodType<UpdateProjectDataCacheAliasError, z.ZodTypeDef, unknown>;
3137
+ /** @internal */
3138
+ export type UpdateProjectDataCacheAliasError$Outbound = {
3139
+ code: string;
3140
+ message: string;
3141
+ };
3142
+ /** @internal */
3143
+ export declare const UpdateProjectDataCacheAliasError$outboundSchema: z.ZodType<UpdateProjectDataCacheAliasError$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAliasError>;
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 UpdateProjectDataCacheAliasError$ {
3149
+ /** @deprecated use `UpdateProjectDataCacheAliasError$inboundSchema` instead. */
3150
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheAliasError, z.ZodTypeDef, unknown>;
3151
+ /** @deprecated use `UpdateProjectDataCacheAliasError$outboundSchema` instead. */
3152
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheAliasError$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAliasError>;
3153
+ /** @deprecated use `UpdateProjectDataCacheAliasError$Outbound` instead. */
3154
+ type Outbound = UpdateProjectDataCacheAliasError$Outbound;
3155
+ }
3156
+ /** @internal */
3157
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
3158
+ /** @internal */
3159
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
3160
+ /**
3161
+ * @internal
3162
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3163
+ */
3164
+ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$ {
3165
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema` instead. */
3166
+ const inboundSchema: z.ZodNativeEnum<{
3167
+ readonly EndsWith: "endsWith";
3168
+ readonly StartsWith: "startsWith";
3169
+ readonly Equals: "equals";
3170
+ }>;
3171
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema` instead. */
3172
+ const outboundSchema: z.ZodNativeEnum<{
3173
+ readonly EndsWith: "endsWith";
3174
+ readonly StartsWith: "startsWith";
3175
+ readonly Equals: "equals";
3176
+ }>;
3177
+ }
3178
+ /** @internal */
3179
+ export declare const UpdateProjectDataCacheBranchMatcher$inboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher, z.ZodTypeDef, unknown>;
3180
+ /** @internal */
3181
+ export type UpdateProjectDataCacheBranchMatcher$Outbound = {
3182
+ type: string;
3183
+ pattern: string;
3184
+ };
3185
+ /** @internal */
3186
+ export declare const UpdateProjectDataCacheBranchMatcher$outboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBranchMatcher>;
3187
+ /**
3188
+ * @internal
3189
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3190
+ */
3191
+ export declare namespace UpdateProjectDataCacheBranchMatcher$ {
3192
+ /** @deprecated use `UpdateProjectDataCacheBranchMatcher$inboundSchema` instead. */
3193
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher, z.ZodTypeDef, unknown>;
3194
+ /** @deprecated use `UpdateProjectDataCacheBranchMatcher$outboundSchema` instead. */
3195
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBranchMatcher>;
3196
+ /** @deprecated use `UpdateProjectDataCacheBranchMatcher$Outbound` instead. */
3197
+ type Outbound = UpdateProjectDataCacheBranchMatcher$Outbound;
3198
+ }
3199
+ /** @internal */
3200
+ export declare const UpdateProjectDataCacheBuilds$inboundSchema: z.ZodType<UpdateProjectDataCacheBuilds, z.ZodTypeDef, unknown>;
3201
+ /** @internal */
3202
+ export type UpdateProjectDataCacheBuilds$Outbound = {
3203
+ use: string;
3204
+ src?: string | undefined;
3205
+ dest?: string | undefined;
3206
+ };
3207
+ /** @internal */
3208
+ export declare const UpdateProjectDataCacheBuilds$outboundSchema: z.ZodType<UpdateProjectDataCacheBuilds$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBuilds>;
3209
+ /**
3210
+ * @internal
3211
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3212
+ */
3213
+ export declare namespace UpdateProjectDataCacheBuilds$ {
3214
+ /** @deprecated use `UpdateProjectDataCacheBuilds$inboundSchema` instead. */
3215
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheBuilds, z.ZodTypeDef, unknown>;
3216
+ /** @deprecated use `UpdateProjectDataCacheBuilds$outboundSchema` instead. */
3217
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheBuilds$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBuilds>;
3218
+ /** @deprecated use `UpdateProjectDataCacheBuilds$Outbound` instead. */
3219
+ type Outbound = UpdateProjectDataCacheBuilds$Outbound;
3220
+ }
3221
+ /** @internal */
3222
+ export declare const UpdateProjectDataCacheChecksConclusion$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksConclusion>;
3223
+ /** @internal */
3224
+ export declare const UpdateProjectDataCacheChecksConclusion$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksConclusion>;
3225
+ /**
3226
+ * @internal
3227
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3228
+ */
3229
+ export declare namespace UpdateProjectDataCacheChecksConclusion$ {
3230
+ /** @deprecated use `UpdateProjectDataCacheChecksConclusion$inboundSchema` instead. */
3231
+ const inboundSchema: z.ZodNativeEnum<{
3232
+ readonly Succeeded: "succeeded";
3233
+ readonly Failed: "failed";
3234
+ readonly Skipped: "skipped";
3235
+ readonly Canceled: "canceled";
3236
+ }>;
3237
+ /** @deprecated use `UpdateProjectDataCacheChecksConclusion$outboundSchema` instead. */
3238
+ const outboundSchema: z.ZodNativeEnum<{
3239
+ readonly Succeeded: "succeeded";
3240
+ readonly Failed: "failed";
3241
+ readonly Skipped: "skipped";
3242
+ readonly Canceled: "canceled";
3243
+ }>;
3244
+ }
3245
+ /** @internal */
3246
+ export declare const UpdateProjectDataCacheChecksState$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksState>;
3247
+ /** @internal */
3248
+ export declare const UpdateProjectDataCacheChecksState$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksState>;
3249
+ /**
3250
+ * @internal
3251
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3252
+ */
3253
+ export declare namespace UpdateProjectDataCacheChecksState$ {
3254
+ /** @deprecated use `UpdateProjectDataCacheChecksState$inboundSchema` instead. */
3255
+ const inboundSchema: z.ZodNativeEnum<{
3256
+ readonly Registered: "registered";
3257
+ readonly Running: "running";
3258
+ readonly Completed: "completed";
3259
+ }>;
3260
+ /** @deprecated use `UpdateProjectDataCacheChecksState$outboundSchema` instead. */
3261
+ const outboundSchema: z.ZodNativeEnum<{
3262
+ readonly Registered: "registered";
3263
+ readonly Running: "running";
3264
+ readonly Completed: "completed";
3265
+ }>;
3266
+ }
3267
+ /** @internal */
3268
+ export declare const UpdateProjectDataCacheCreator$inboundSchema: z.ZodType<UpdateProjectDataCacheCreator, z.ZodTypeDef, unknown>;
3269
+ /** @internal */
3270
+ export type UpdateProjectDataCacheCreator$Outbound = {
3271
+ email: string;
3272
+ githubLogin?: string | undefined;
3273
+ gitlabLogin?: string | undefined;
3274
+ uid: string;
3275
+ username: string;
3276
+ };
3277
+ /** @internal */
3278
+ export declare const UpdateProjectDataCacheCreator$outboundSchema: z.ZodType<UpdateProjectDataCacheCreator$Outbound, z.ZodTypeDef, UpdateProjectDataCacheCreator>;
3279
+ /**
3280
+ * @internal
3281
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3282
+ */
3283
+ export declare namespace UpdateProjectDataCacheCreator$ {
3284
+ /** @deprecated use `UpdateProjectDataCacheCreator$inboundSchema` instead. */
3285
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheCreator, z.ZodTypeDef, unknown>;
3286
+ /** @deprecated use `UpdateProjectDataCacheCreator$outboundSchema` instead. */
3287
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheCreator$Outbound, z.ZodTypeDef, UpdateProjectDataCacheCreator>;
3288
+ /** @deprecated use `UpdateProjectDataCacheCreator$Outbound` instead. */
3289
+ type Outbound = UpdateProjectDataCacheCreator$Outbound;
3290
+ }
3291
+ /** @internal */
3292
+ export declare const UpdateProjectDataCacheOidcTokenClaims$inboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenClaims, z.ZodTypeDef, unknown>;
3293
+ /** @internal */
3294
+ export type UpdateProjectDataCacheOidcTokenClaims$Outbound = {
3295
+ iss: string;
3296
+ sub: string;
3297
+ scope: string;
3298
+ aud: string;
3299
+ owner: string;
3300
+ owner_id: string;
3301
+ project: string;
3302
+ project_id: string;
3303
+ environment: string;
3304
+ };
3305
+ /** @internal */
3306
+ export declare const UpdateProjectDataCacheOidcTokenClaims$outboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenClaims$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOidcTokenClaims>;
3307
+ /**
3308
+ * @internal
3309
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3310
+ */
3311
+ export declare namespace UpdateProjectDataCacheOidcTokenClaims$ {
3312
+ /** @deprecated use `UpdateProjectDataCacheOidcTokenClaims$inboundSchema` instead. */
3313
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenClaims, z.ZodTypeDef, unknown>;
3314
+ /** @deprecated use `UpdateProjectDataCacheOidcTokenClaims$outboundSchema` instead. */
3315
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenClaims$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOidcTokenClaims>;
3316
+ /** @deprecated use `UpdateProjectDataCacheOidcTokenClaims$Outbound` instead. */
3317
+ type Outbound = UpdateProjectDataCacheOidcTokenClaims$Outbound;
3318
+ }
3319
+ /** @internal */
3320
+ export declare const UpdateProjectDataCachePlan$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCachePlan>;
3321
+ /** @internal */
3322
+ export declare const UpdateProjectDataCachePlan$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCachePlan>;
3323
+ /**
3324
+ * @internal
3325
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3326
+ */
3327
+ export declare namespace UpdateProjectDataCachePlan$ {
3328
+ /** @deprecated use `UpdateProjectDataCachePlan$inboundSchema` instead. */
3329
+ const inboundSchema: z.ZodNativeEnum<{
3330
+ readonly Pro: "pro";
3331
+ readonly Enterprise: "enterprise";
3332
+ readonly Hobby: "hobby";
3333
+ }>;
3334
+ /** @deprecated use `UpdateProjectDataCachePlan$outboundSchema` instead. */
3335
+ const outboundSchema: z.ZodNativeEnum<{
3336
+ readonly Pro: "pro";
3337
+ readonly Enterprise: "enterprise";
3338
+ readonly Hobby: "hobby";
3339
+ }>;
3340
+ }
3341
+ /** @internal */
3342
+ export declare const UpdateProjectDataCacheReadyState$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheReadyState>;
3343
+ /** @internal */
3344
+ export declare const UpdateProjectDataCacheReadyState$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheReadyState>;
3345
+ /**
3346
+ * @internal
3347
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3348
+ */
3349
+ export declare namespace UpdateProjectDataCacheReadyState$ {
3350
+ /** @deprecated use `UpdateProjectDataCacheReadyState$inboundSchema` instead. */
3351
+ const inboundSchema: z.ZodNativeEnum<{
3352
+ readonly Building: "BUILDING";
3353
+ readonly Error: "ERROR";
3354
+ readonly Initializing: "INITIALIZING";
3355
+ readonly Queued: "QUEUED";
3356
+ readonly Ready: "READY";
3357
+ readonly Canceled: "CANCELED";
3358
+ }>;
3359
+ /** @deprecated use `UpdateProjectDataCacheReadyState$outboundSchema` instead. */
3360
+ const outboundSchema: z.ZodNativeEnum<{
3361
+ readonly Building: "BUILDING";
3362
+ readonly Error: "ERROR";
3363
+ readonly Initializing: "INITIALIZING";
3364
+ readonly Queued: "QUEUED";
3365
+ readonly Ready: "READY";
3366
+ readonly Canceled: "CANCELED";
3367
+ }>;
3368
+ }
3369
+ /** @internal */
3370
+ export declare const UpdateProjectDataCacheReadySubstate$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheReadySubstate>;
3371
+ /** @internal */
3372
+ export declare const UpdateProjectDataCacheReadySubstate$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheReadySubstate>;
3373
+ /**
3374
+ * @internal
3375
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3376
+ */
3377
+ export declare namespace UpdateProjectDataCacheReadySubstate$ {
3378
+ /** @deprecated use `UpdateProjectDataCacheReadySubstate$inboundSchema` instead. */
3379
+ const inboundSchema: z.ZodNativeEnum<{
3380
+ readonly Staged: "STAGED";
3381
+ readonly Promoted: "PROMOTED";
3382
+ }>;
3383
+ /** @deprecated use `UpdateProjectDataCacheReadySubstate$outboundSchema` instead. */
3384
+ const outboundSchema: z.ZodNativeEnum<{
3385
+ readonly Staged: "STAGED";
3386
+ readonly Promoted: "PROMOTED";
3387
+ }>;
3388
+ }
3389
+ /** @internal */
3390
+ export declare const UpdateProjectDataCacheProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsType>;
3391
+ /** @internal */
3392
+ export declare const UpdateProjectDataCacheProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsType>;
3393
+ /**
3394
+ * @internal
3395
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3396
+ */
3397
+ export declare namespace UpdateProjectDataCacheProjectsType$ {
3398
+ /** @deprecated use `UpdateProjectDataCacheProjectsType$inboundSchema` instead. */
3399
+ const inboundSchema: z.ZodNativeEnum<{
3400
+ readonly Lambdas: "LAMBDAS";
3401
+ }>;
3402
+ /** @deprecated use `UpdateProjectDataCacheProjectsType$outboundSchema` instead. */
3403
+ const outboundSchema: z.ZodNativeEnum<{
3404
+ readonly Lambdas: "LAMBDAS";
3405
+ }>;
3406
+ }
3407
+ /** @internal */
3408
+ export declare const Targets$inboundSchema: z.ZodType<Targets, z.ZodTypeDef, unknown>;
3409
+ /** @internal */
3410
+ export type Targets$Outbound = {
3411
+ id: string;
3412
+ alias?: Array<string> | undefined;
3413
+ aliasAssigned?: number | boolean | null | undefined;
3414
+ aliasError?: UpdateProjectDataCacheAliasError$Outbound | null | undefined;
3415
+ aliasFinal?: string | null | undefined;
3416
+ automaticAliases?: Array<string> | undefined;
3417
+ branchMatcher?: UpdateProjectDataCacheBranchMatcher$Outbound | undefined;
3418
+ buildingAt?: number | undefined;
3419
+ builds?: Array<UpdateProjectDataCacheBuilds$Outbound> | undefined;
3420
+ checksConclusion?: string | undefined;
3421
+ checksState?: string | undefined;
3422
+ connectBuildsEnabled?: boolean | undefined;
3423
+ connectConfigurationId?: string | undefined;
3424
+ createdAt: number;
3425
+ createdIn: string;
3426
+ creator: UpdateProjectDataCacheCreator$Outbound | null;
3427
+ deletedAt?: number | undefined;
3428
+ deploymentHostname: string;
3429
+ forced?: boolean | undefined;
3430
+ name: string;
3431
+ meta?: {
3432
+ [k: string]: string;
3433
+ } | undefined;
3434
+ monorepoManager?: string | null | undefined;
3435
+ oidcTokenClaims?: UpdateProjectDataCacheOidcTokenClaims$Outbound | undefined;
3436
+ plan: string;
3437
+ previewCommentsEnabled?: boolean | undefined;
3438
+ private: boolean;
3439
+ readyAt?: number | undefined;
3440
+ readyState: string;
3441
+ readySubstate?: string | undefined;
3442
+ requestedAt?: number | undefined;
3443
+ target?: string | null | undefined;
3444
+ teamId?: string | null | undefined;
3445
+ type: string;
3446
+ url: string;
3447
+ userId: string;
3448
+ withCache?: boolean | undefined;
3449
+ };
3450
+ /** @internal */
3451
+ export declare const Targets$outboundSchema: z.ZodType<Targets$Outbound, z.ZodTypeDef, Targets>;
3452
+ /**
3453
+ * @internal
3454
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3455
+ */
3456
+ export declare namespace Targets$ {
3457
+ /** @deprecated use `Targets$inboundSchema` instead. */
3458
+ const inboundSchema: z.ZodType<Targets, z.ZodTypeDef, unknown>;
3459
+ /** @deprecated use `Targets$outboundSchema` instead. */
3460
+ const outboundSchema: z.ZodType<Targets$Outbound, z.ZodTypeDef, Targets>;
3461
+ /** @deprecated use `Targets$Outbound` instead. */
3462
+ type Outbound = Targets$Outbound;
3463
+ }
3464
+ /** @internal */
3465
+ export declare const Permissions$inboundSchema: z.ZodType<Permissions, z.ZodTypeDef, unknown>;
3466
+ /** @internal */
3467
+ export type Permissions$Outbound = {
3468
+ accessGroup?: Array<string> | undefined;
3469
+ aliasGlobal?: Array<string> | undefined;
3470
+ analyticsSampling?: Array<string> | undefined;
3471
+ analyticsUsage?: Array<string> | undefined;
3472
+ auditLog?: Array<string> | undefined;
3473
+ billingAddress?: Array<string> | undefined;
3474
+ billingInformation?: Array<string> | undefined;
3475
+ billingInvoice?: Array<string> | undefined;
3476
+ billingInvoiceEmailRecipient?: Array<string> | undefined;
3477
+ billingInvoiceLanguage?: Array<string> | undefined;
3478
+ billingPlan?: Array<string> | undefined;
3479
+ billingPurchaseOrder?: Array<string> | undefined;
3480
+ billingTaxId?: Array<string> | undefined;
3481
+ blob?: Array<string> | undefined;
3482
+ budget?: Array<string> | undefined;
3483
+ cacheArtifact?: Array<string> | undefined;
3484
+ cacheArtifactUsageEvent?: Array<string> | undefined;
3485
+ codeChecks?: Array<string> | undefined;
3486
+ concurrentBuilds?: Array<string> | undefined;
3487
+ connect?: Array<string> | undefined;
3488
+ connectConfiguration?: Array<string> | undefined;
3489
+ domain?: Array<string> | undefined;
3490
+ domainAcceptDelegation?: Array<string> | undefined;
3491
+ domainAuthCodes?: Array<string> | undefined;
3492
+ domainCertificate?: Array<string> | undefined;
3493
+ domainCheckConfig?: Array<string> | undefined;
3494
+ domainMove?: Array<string> | undefined;
3495
+ domainPurchase?: Array<string> | undefined;
3496
+ domainRecord?: Array<string> | undefined;
3497
+ domainTransferIn?: Array<string> | undefined;
3498
+ event?: Array<string> | undefined;
3499
+ ownEvent?: Array<string> | undefined;
3500
+ sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
3501
+ fileUpload?: Array<string> | undefined;
3502
+ gitRepository?: Array<string> | undefined;
3503
+ ipBlocking?: Array<string> | undefined;
3504
+ integration?: Array<string> | undefined;
3505
+ integrationAccount?: Array<string> | undefined;
3506
+ integrationConfiguration?: Array<string> | undefined;
3507
+ integrationConfigurationTransfer?: Array<string> | undefined;
3508
+ integrationConfigurationProjects?: Array<string> | undefined;
3509
+ integrationVercelConfigurationOverride?: Array<string> | undefined;
3510
+ integrationConfigurationRole?: Array<string> | undefined;
3511
+ integrationResource?: Array<string> | undefined;
3512
+ integrationEvent?: Array<string> | undefined;
3513
+ integrationResourceSecrets?: Array<string> | undefined;
3514
+ integrationDeploymentAction?: Array<string> | undefined;
3515
+ marketplaceInstallationMember?: Array<string> | undefined;
3516
+ marketplaceBillingData?: Array<string> | undefined;
3517
+ marketplaceInvoice?: Array<string> | undefined;
3518
+ jobGlobal?: Array<string> | undefined;
3519
+ logDrain?: Array<string> | undefined;
3520
+ Monitoring?: Array<string> | undefined;
3521
+ monitoringSettings?: Array<string> | undefined;
3522
+ monitoringQuery?: Array<string> | undefined;
3523
+ monitoringChart?: Array<string> | undefined;
3524
+ monitoringAlert?: Array<string> | undefined;
3525
+ notificationDeploymentFailed?: Array<string> | undefined;
3526
+ notificationDomainConfiguration?: Array<string> | undefined;
3527
+ notificationDomainExpire?: Array<string> | undefined;
3528
+ notificationDomainMoved?: Array<string> | undefined;
3529
+ notificationDomainPurchase?: Array<string> | undefined;
3530
+ notificationDomainRenewal?: Array<string> | undefined;
3531
+ notificationDomainTransfer?: Array<string> | undefined;
3532
+ notificationDomainUnverified?: Array<string> | undefined;
3533
+ NotificationMonitoringAlert?: Array<string> | undefined;
3534
+ notificationPaymentFailed?: Array<string> | undefined;
3535
+ notificationUsageAlert?: Array<string> | undefined;
3536
+ notificationCustomerBudget?: Array<string> | undefined;
3537
+ notificationStatementOfReasons?: Array<string> | undefined;
3538
+ oauth2Connection?: Array<string> | undefined;
3539
+ openTelemetryEndpoint?: Array<string> | undefined;
3540
+ paymentMethod?: Array<string> | undefined;
3541
+ permissions?: Array<string> | undefined;
3542
+ postgres?: Array<string> | undefined;
3543
+ previewDeploymentSuffix?: Array<string> | undefined;
3544
+ proTrialOnboarding?: Array<string> | undefined;
3545
+ sharedEnvVars?: Array<string> | undefined;
3546
+ sharedEnvVarsProduction?: Array<string> | undefined;
3547
+ space?: Array<string> | undefined;
3548
+ spaceRun?: Array<string> | undefined;
3549
+ passwordProtectionInvoiceItem?: Array<string> | undefined;
3550
+ rateLimit?: Array<string> | undefined;
3551
+ redis?: Array<string> | undefined;
3552
+ repository?: Array<string> | undefined;
3553
+ remoteCaching?: Array<string> | undefined;
3554
+ samlConfig?: Array<string> | undefined;
3555
+ secret?: Array<string> | undefined;
3556
+ redisStoreTokenSet?: Array<string> | undefined;
3557
+ blobStoreTokenSet?: Array<string> | undefined;
3558
+ postgresStoreTokenSet?: Array<string> | undefined;
3559
+ integrationStoreTokenSet?: Array<string> | undefined;
3560
+ integrationResourceReplCommand?: Array<string> | undefined;
3561
+ storeTransfer?: Array<string> | undefined;
3562
+ supportCase?: Array<string> | undefined;
3563
+ supportCaseComment?: Array<string> | undefined;
3564
+ dataCacheBillingSettings?: Array<string> | undefined;
3565
+ team?: Array<string> | undefined;
3566
+ teamAccessRequest?: Array<string> | undefined;
3567
+ teamFellowMembership?: Array<string> | undefined;
3568
+ teamGitExclusivity?: Array<string> | undefined;
3569
+ teamInvite?: Array<string> | undefined;
3570
+ teamInviteCode?: Array<string> | undefined;
3571
+ teamJoin?: Array<string> | undefined;
3572
+ teamOwnMembership?: Array<string> | undefined;
3573
+ teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
3574
+ token?: Array<string> | undefined;
3575
+ usage?: Array<string> | undefined;
3576
+ usageCycle?: Array<string> | undefined;
3577
+ user?: Array<string> | undefined;
3578
+ userConnection?: Array<string> | undefined;
3579
+ vpcPeeringConnection?: Array<string> | undefined;
3580
+ webAnalyticsPlan?: Array<string> | undefined;
3581
+ webAuthn?: Array<string> | undefined;
3582
+ edgeConfig?: Array<string> | undefined;
3583
+ edgeConfigItem?: Array<string> | undefined;
3584
+ edgeConfigSchema?: Array<string> | undefined;
3585
+ edgeConfigToken?: Array<string> | undefined;
3586
+ webhook?: Array<string> | undefined;
3587
+ "webhook-event"?: Array<string> | undefined;
3588
+ endpointVerification?: Array<string> | undefined;
3589
+ projectTransferIn?: Array<string> | undefined;
3590
+ oauth2Application?: Array<string> | undefined;
3591
+ aliasProject?: Array<string> | undefined;
3592
+ aliasProtectionBypass?: Array<string> | undefined;
3593
+ productionAliasProtectionBypass?: Array<string> | undefined;
3594
+ connectConfigurationLink?: Array<string> | undefined;
3595
+ dataCacheNamespace?: Array<string> | undefined;
3596
+ deployment?: Array<string> | undefined;
3597
+ deploymentCheck?: Array<string> | undefined;
3598
+ deploymentCheckPreview?: Array<string> | undefined;
3599
+ deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
3600
+ deploymentProductionGit?: Array<string> | undefined;
3601
+ deploymentPreview?: Array<string> | undefined;
3602
+ deploymentPrivate?: Array<string> | undefined;
3603
+ deploymentPromote?: Array<string> | undefined;
3604
+ deploymentRollback?: Array<string> | undefined;
3605
+ environments?: Array<string> | undefined;
3606
+ logs?: Array<string> | undefined;
3607
+ logsPreset?: Array<string> | undefined;
3608
+ passwordProtection?: Array<string> | undefined;
3609
+ optionsAllowlist?: Array<string> | undefined;
3610
+ job?: Array<string> | undefined;
3611
+ project?: Array<string> | undefined;
3612
+ projectAccessGroup?: Array<string> | undefined;
3613
+ projectAnalyticsSampling?: Array<string> | undefined;
3614
+ projectDeploymentHook?: Array<string> | undefined;
3615
+ projectDomain?: Array<string> | undefined;
3616
+ projectDomainMove?: Array<string> | undefined;
3617
+ projectDomainCheckConfig?: Array<string> | undefined;
3618
+ projectEnvVars?: Array<string> | undefined;
3619
+ projectEnvVarsProduction?: Array<string> | undefined;
3620
+ projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
3621
+ projectFlags?: Array<string> | undefined;
3622
+ projectId?: Array<string> | undefined;
3623
+ projectIntegrationConfiguration?: Array<string> | undefined;
3624
+ projectLink?: Array<string> | undefined;
3625
+ projectMember?: Array<string> | undefined;
3626
+ projectMonitoring?: Array<string> | undefined;
3627
+ projectPermissions?: Array<string> | undefined;
3628
+ projectProductionBranch?: Array<string> | undefined;
3629
+ projectTransfer?: Array<string> | undefined;
3630
+ projectTransferOut?: Array<string> | undefined;
3631
+ projectProtectionBypass?: Array<string> | undefined;
3632
+ projectUsage?: Array<string> | undefined;
3633
+ projectAnalyticsUsage?: Array<string> | undefined;
3634
+ projectSupportCase?: Array<string> | undefined;
3635
+ projectSupportCaseComment?: Array<string> | undefined;
3636
+ projectDeploymentExpiration?: Array<string> | undefined;
3637
+ projectTier?: Array<string> | undefined;
3638
+ seawallConfig?: Array<string> | undefined;
3639
+ skewProtection?: Array<string> | undefined;
3640
+ analytics?: Array<string> | undefined;
3641
+ trustedIps?: Array<string> | undefined;
3642
+ webAnalytics?: Array<string> | undefined;
3643
+ sharedEnvVarConnection?: Array<string> | undefined;
3644
+ sonar?: Array<string> | undefined;
3645
+ };
3646
+ /** @internal */
3647
+ export declare const Permissions$outboundSchema: z.ZodType<Permissions$Outbound, z.ZodTypeDef, Permissions>;
3648
+ /**
3649
+ * @internal
3650
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3651
+ */
3652
+ export declare namespace Permissions$ {
3653
+ /** @deprecated use `Permissions$inboundSchema` instead. */
3654
+ const inboundSchema: z.ZodType<Permissions, z.ZodTypeDef, unknown>;
3655
+ /** @deprecated use `Permissions$outboundSchema` instead. */
3656
+ const outboundSchema: z.ZodType<Permissions$Outbound, z.ZodTypeDef, Permissions>;
3657
+ /** @deprecated use `Permissions$Outbound` instead. */
3658
+ type Outbound = Permissions$Outbound;
3659
+ }
3660
+ /** @internal */
3661
+ export declare const LastRollbackTarget$inboundSchema: z.ZodType<LastRollbackTarget, z.ZodTypeDef, unknown>;
3662
+ /** @internal */
3663
+ export type LastRollbackTarget$Outbound = {};
3664
+ /** @internal */
3665
+ export declare const LastRollbackTarget$outboundSchema: z.ZodType<LastRollbackTarget$Outbound, z.ZodTypeDef, LastRollbackTarget>;
3666
+ /**
3667
+ * @internal
3668
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3669
+ */
3670
+ export declare namespace LastRollbackTarget$ {
3671
+ /** @deprecated use `LastRollbackTarget$inboundSchema` instead. */
3672
+ const inboundSchema: z.ZodType<LastRollbackTarget, z.ZodTypeDef, unknown>;
3673
+ /** @deprecated use `LastRollbackTarget$outboundSchema` instead. */
3674
+ const outboundSchema: z.ZodType<LastRollbackTarget$Outbound, z.ZodTypeDef, LastRollbackTarget>;
3675
+ /** @deprecated use `LastRollbackTarget$Outbound` instead. */
3676
+ type Outbound = LastRollbackTarget$Outbound;
3677
+ }
3678
+ /** @internal */
3679
+ export declare const JobStatus$inboundSchema: z.ZodNativeEnum<typeof JobStatus>;
3680
+ /** @internal */
3681
+ export declare const JobStatus$outboundSchema: z.ZodNativeEnum<typeof JobStatus>;
3682
+ /**
3683
+ * @internal
3684
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3685
+ */
3686
+ export declare namespace JobStatus$ {
3687
+ /** @deprecated use `JobStatus$inboundSchema` instead. */
3688
+ const inboundSchema: z.ZodNativeEnum<{
3689
+ readonly Succeeded: "succeeded";
3690
+ readonly Failed: "failed";
3691
+ readonly Skipped: "skipped";
3692
+ readonly Pending: "pending";
3693
+ readonly InProgress: "in-progress";
3694
+ }>;
3695
+ /** @deprecated use `JobStatus$outboundSchema` instead. */
3696
+ const outboundSchema: z.ZodNativeEnum<{
3697
+ readonly Succeeded: "succeeded";
3698
+ readonly Failed: "failed";
3699
+ readonly Skipped: "skipped";
3700
+ readonly Pending: "pending";
3701
+ readonly InProgress: "in-progress";
3702
+ }>;
3703
+ }
3704
+ /** @internal */
3705
+ export declare const UpdateProjectDataCacheProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
3706
+ /** @internal */
3707
+ export declare const UpdateProjectDataCacheProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
3708
+ /**
3709
+ * @internal
3710
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3711
+ */
3712
+ export declare namespace UpdateProjectDataCacheProjectsResponseType$ {
3713
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponseType$inboundSchema` instead. */
3714
+ const inboundSchema: z.ZodNativeEnum<{
3715
+ readonly Promote: "promote";
3716
+ readonly Rollback: "rollback";
3717
+ }>;
3718
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponseType$outboundSchema` instead. */
3719
+ const outboundSchema: z.ZodNativeEnum<{
3720
+ readonly Promote: "promote";
3721
+ readonly Rollback: "rollback";
3722
+ }>;
3723
+ }
3724
+ /** @internal */
3725
+ export declare const LastAliasRequest$inboundSchema: z.ZodType<LastAliasRequest, z.ZodTypeDef, unknown>;
3726
+ /** @internal */
3727
+ export type LastAliasRequest$Outbound = {
3728
+ fromDeploymentId: string;
3729
+ toDeploymentId: string;
3730
+ jobStatus: string;
3731
+ requestedAt: number;
3732
+ type: string;
3733
+ };
3734
+ /** @internal */
3735
+ export declare const LastAliasRequest$outboundSchema: z.ZodType<LastAliasRequest$Outbound, z.ZodTypeDef, LastAliasRequest>;
3736
+ /**
3737
+ * @internal
3738
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3739
+ */
3740
+ export declare namespace LastAliasRequest$ {
3741
+ /** @deprecated use `LastAliasRequest$inboundSchema` instead. */
3742
+ const inboundSchema: z.ZodType<LastAliasRequest, z.ZodTypeDef, unknown>;
3743
+ /** @deprecated use `LastAliasRequest$outboundSchema` instead. */
3744
+ const outboundSchema: z.ZodType<LastAliasRequest$Outbound, z.ZodTypeDef, LastAliasRequest>;
3745
+ /** @deprecated use `LastAliasRequest$Outbound` instead. */
3746
+ type Outbound = LastAliasRequest$Outbound;
3747
+ }
3748
+ /** @internal */
3749
+ export declare const Scope$inboundSchema: z.ZodNativeEnum<typeof Scope>;
3750
+ /** @internal */
3751
+ export declare const Scope$outboundSchema: z.ZodNativeEnum<typeof Scope>;
3752
+ /**
3753
+ * @internal
3754
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3755
+ */
3756
+ export declare namespace Scope$ {
3757
+ /** @deprecated use `Scope$inboundSchema` instead. */
3758
+ const inboundSchema: z.ZodNativeEnum<{
3759
+ readonly AutomationBypass: "automation-bypass";
3760
+ }>;
3761
+ /** @deprecated use `Scope$outboundSchema` instead. */
3762
+ const outboundSchema: z.ZodNativeEnum<{
3763
+ readonly AutomationBypass: "automation-bypass";
3764
+ }>;
3765
+ }
3766
+ /** @internal */
3767
+ export declare const ProtectionBypass$inboundSchema: z.ZodType<ProtectionBypass, z.ZodTypeDef, unknown>;
3768
+ /** @internal */
3769
+ export type ProtectionBypass$Outbound = {
3770
+ createdAt: number;
3771
+ createdBy: string;
3772
+ scope: string;
3773
+ };
3774
+ /** @internal */
3775
+ export declare const ProtectionBypass$outboundSchema: z.ZodType<ProtectionBypass$Outbound, z.ZodTypeDef, ProtectionBypass>;
3776
+ /**
3777
+ * @internal
3778
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3779
+ */
3780
+ export declare namespace ProtectionBypass$ {
3781
+ /** @deprecated use `ProtectionBypass$inboundSchema` instead. */
3782
+ const inboundSchema: z.ZodType<ProtectionBypass, z.ZodTypeDef, unknown>;
3783
+ /** @deprecated use `ProtectionBypass$outboundSchema` instead. */
3784
+ const outboundSchema: z.ZodType<ProtectionBypass$Outbound, z.ZodTypeDef, ProtectionBypass>;
3785
+ /** @deprecated use `ProtectionBypass$Outbound` instead. */
3786
+ type Outbound = ProtectionBypass$Outbound;
3787
+ }
3788
+ /** @internal */
3789
+ export declare const UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsDeploymentType>;
3790
+ /** @internal */
3791
+ export declare const UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsDeploymentType>;
3792
+ /**
3793
+ * @internal
3794
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3795
+ */
3796
+ export declare namespace UpdateProjectDataCacheTrustedIpsDeploymentType$ {
3797
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema` instead. */
3798
+ const inboundSchema: z.ZodNativeEnum<{
3799
+ readonly Production: "production";
3800
+ readonly Preview: "preview";
3801
+ readonly All: "all";
3802
+ readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
3803
+ }>;
3804
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSchema` instead. */
3805
+ const outboundSchema: z.ZodNativeEnum<{
3806
+ readonly Production: "production";
3807
+ readonly Preview: "preview";
3808
+ readonly All: "all";
3809
+ readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
3810
+ }>;
3811
+ }
3812
+ /** @internal */
3813
+ export declare const TrustedIps2$inboundSchema: z.ZodType<TrustedIps2, z.ZodTypeDef, unknown>;
3814
+ /** @internal */
3815
+ export type TrustedIps2$Outbound = {
3816
+ deploymentType: string;
3817
+ };
3818
+ /** @internal */
3819
+ export declare const TrustedIps2$outboundSchema: z.ZodType<TrustedIps2$Outbound, z.ZodTypeDef, TrustedIps2>;
3820
+ /**
3821
+ * @internal
3822
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3823
+ */
3824
+ export declare namespace TrustedIps2$ {
3825
+ /** @deprecated use `TrustedIps2$inboundSchema` instead. */
3826
+ const inboundSchema: z.ZodType<TrustedIps2, z.ZodTypeDef, unknown>;
3827
+ /** @deprecated use `TrustedIps2$outboundSchema` instead. */
3828
+ const outboundSchema: z.ZodType<TrustedIps2$Outbound, z.ZodTypeDef, TrustedIps2>;
3829
+ /** @deprecated use `TrustedIps2$Outbound` instead. */
3830
+ type Outbound = TrustedIps2$Outbound;
3831
+ }
3832
+ /** @internal */
3833
+ export declare const TrustedIpsDeploymentType$inboundSchema: z.ZodNativeEnum<typeof TrustedIpsDeploymentType>;
3834
+ /** @internal */
3835
+ export declare const TrustedIpsDeploymentType$outboundSchema: z.ZodNativeEnum<typeof TrustedIpsDeploymentType>;
3836
+ /**
3837
+ * @internal
3838
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3839
+ */
3840
+ export declare namespace TrustedIpsDeploymentType$ {
3841
+ /** @deprecated use `TrustedIpsDeploymentType$inboundSchema` instead. */
3842
+ const inboundSchema: z.ZodNativeEnum<{
3843
+ readonly Production: "production";
3844
+ readonly Preview: "preview";
3845
+ readonly All: "all";
3846
+ readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
3847
+ }>;
3848
+ /** @deprecated use `TrustedIpsDeploymentType$outboundSchema` instead. */
3849
+ const outboundSchema: z.ZodNativeEnum<{
3850
+ readonly Production: "production";
3851
+ readonly Preview: "preview";
3852
+ readonly All: "all";
3853
+ readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
3854
+ }>;
3855
+ }
3856
+ /** @internal */
3857
+ export declare const UpdateProjectDataCacheTrustedIpsAddresses$inboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIpsAddresses, z.ZodTypeDef, unknown>;
3858
+ /** @internal */
3859
+ export type UpdateProjectDataCacheTrustedIpsAddresses$Outbound = {
3860
+ value: string;
3861
+ note?: string | undefined;
3862
+ };
3863
+ /** @internal */
3864
+ export declare const UpdateProjectDataCacheTrustedIpsAddresses$outboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIpsAddresses$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTrustedIpsAddresses>;
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 UpdateProjectDataCacheTrustedIpsAddresses$ {
3870
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsAddresses$inboundSchema` instead. */
3871
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIpsAddresses, z.ZodTypeDef, unknown>;
3872
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsAddresses$outboundSchema` instead. */
3873
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIpsAddresses$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTrustedIpsAddresses>;
3874
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsAddresses$Outbound` instead. */
3875
+ type Outbound = UpdateProjectDataCacheTrustedIpsAddresses$Outbound;
3876
+ }
3877
+ /** @internal */
3878
+ export declare const UpdateProjectDataCacheTrustedIpsProtectionMode$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsProtectionMode>;
3879
+ /** @internal */
3880
+ export declare const UpdateProjectDataCacheTrustedIpsProtectionMode$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsProtectionMode>;
3881
+ /**
3882
+ * @internal
3883
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3884
+ */
3885
+ export declare namespace UpdateProjectDataCacheTrustedIpsProtectionMode$ {
3886
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsProtectionMode$inboundSchema` instead. */
3887
+ const inboundSchema: z.ZodNativeEnum<{
3888
+ readonly Additional: "additional";
3889
+ readonly Exclusive: "exclusive";
3890
+ }>;
3891
+ /** @deprecated use `UpdateProjectDataCacheTrustedIpsProtectionMode$outboundSchema` instead. */
3892
+ const outboundSchema: z.ZodNativeEnum<{
3893
+ readonly Additional: "additional";
3894
+ readonly Exclusive: "exclusive";
3895
+ }>;
3896
+ }
3897
+ /** @internal */
3898
+ export declare const TrustedIps1$inboundSchema: z.ZodType<TrustedIps1, z.ZodTypeDef, unknown>;
3899
+ /** @internal */
3900
+ export type TrustedIps1$Outbound = {
3901
+ deploymentType: string;
3902
+ addresses: Array<UpdateProjectDataCacheTrustedIpsAddresses$Outbound>;
3903
+ protectionMode: string;
3904
+ };
3905
+ /** @internal */
3906
+ export declare const TrustedIps1$outboundSchema: z.ZodType<TrustedIps1$Outbound, z.ZodTypeDef, TrustedIps1>;
3907
+ /**
3908
+ * @internal
3909
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3910
+ */
3911
+ export declare namespace TrustedIps1$ {
3912
+ /** @deprecated use `TrustedIps1$inboundSchema` instead. */
3913
+ const inboundSchema: z.ZodType<TrustedIps1, z.ZodTypeDef, unknown>;
3914
+ /** @deprecated use `TrustedIps1$outboundSchema` instead. */
3915
+ const outboundSchema: z.ZodType<TrustedIps1$Outbound, z.ZodTypeDef, TrustedIps1>;
3916
+ /** @deprecated use `TrustedIps1$Outbound` instead. */
3917
+ type Outbound = TrustedIps1$Outbound;
3918
+ }
3919
+ /** @internal */
3920
+ export declare const UpdateProjectDataCacheTrustedIps$inboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIps, z.ZodTypeDef, unknown>;
3921
+ /** @internal */
3922
+ export type UpdateProjectDataCacheTrustedIps$Outbound = TrustedIps2$Outbound | TrustedIps1$Outbound;
3923
+ /** @internal */
3924
+ export declare const UpdateProjectDataCacheTrustedIps$outboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIps$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTrustedIps>;
3925
+ /**
3926
+ * @internal
3927
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3928
+ */
3929
+ export declare namespace UpdateProjectDataCacheTrustedIps$ {
3930
+ /** @deprecated use `UpdateProjectDataCacheTrustedIps$inboundSchema` instead. */
3931
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIps, z.ZodTypeDef, unknown>;
3932
+ /** @deprecated use `UpdateProjectDataCacheTrustedIps$outboundSchema` instead. */
3933
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIps$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTrustedIps>;
3934
+ /** @deprecated use `UpdateProjectDataCacheTrustedIps$Outbound` instead. */
3935
+ type Outbound = UpdateProjectDataCacheTrustedIps$Outbound;
3936
+ }
3937
+ /** @internal */
3938
+ export declare const GitComments$inboundSchema: z.ZodType<GitComments, z.ZodTypeDef, unknown>;
3939
+ /** @internal */
3940
+ export type GitComments$Outbound = {
3941
+ onPullRequest: boolean;
3942
+ onCommit: boolean;
3943
+ };
3944
+ /** @internal */
3945
+ export declare const GitComments$outboundSchema: z.ZodType<GitComments$Outbound, z.ZodTypeDef, GitComments>;
3946
+ /**
3947
+ * @internal
3948
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3949
+ */
3950
+ export declare namespace GitComments$ {
3951
+ /** @deprecated use `GitComments$inboundSchema` instead. */
3952
+ const inboundSchema: z.ZodType<GitComments, z.ZodTypeDef, unknown>;
3953
+ /** @deprecated use `GitComments$outboundSchema` instead. */
3954
+ const outboundSchema: z.ZodType<GitComments$Outbound, z.ZodTypeDef, GitComments>;
3955
+ /** @deprecated use `GitComments$Outbound` instead. */
3956
+ type Outbound = GitComments$Outbound;
3957
+ }
3958
+ /** @internal */
3959
+ export declare const WebAnalytics$inboundSchema: z.ZodType<WebAnalytics, z.ZodTypeDef, unknown>;
3960
+ /** @internal */
3961
+ export type WebAnalytics$Outbound = {
3962
+ id: string;
3963
+ disabledAt?: number | undefined;
3964
+ canceledAt?: number | undefined;
3965
+ enabledAt?: number | undefined;
3966
+ hasData?: boolean | undefined;
3967
+ };
3968
+ /** @internal */
3969
+ export declare const WebAnalytics$outboundSchema: z.ZodType<WebAnalytics$Outbound, z.ZodTypeDef, WebAnalytics>;
3970
+ /**
3971
+ * @internal
3972
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3973
+ */
3974
+ export declare namespace WebAnalytics$ {
3975
+ /** @deprecated use `WebAnalytics$inboundSchema` instead. */
3976
+ const inboundSchema: z.ZodType<WebAnalytics, z.ZodTypeDef, unknown>;
3977
+ /** @deprecated use `WebAnalytics$outboundSchema` instead. */
3978
+ const outboundSchema: z.ZodType<WebAnalytics$Outbound, z.ZodTypeDef, WebAnalytics>;
3979
+ /** @deprecated use `WebAnalytics$Outbound` instead. */
3980
+ type Outbound = WebAnalytics$Outbound;
3981
+ }
3982
+ /** @internal */
3983
+ export declare const Src2$inboundSchema: z.ZodType<Src2, z.ZodTypeDef, unknown>;
3984
+ /** @internal */
3985
+ export type Src2$Outbound = {
3986
+ re?: string | undefined;
3987
+ eq?: string | undefined;
3988
+ neq?: string | undefined;
3989
+ inc?: Array<string> | undefined;
3990
+ ninc?: Array<string> | undefined;
3991
+ pre?: string | undefined;
3992
+ suf?: string | undefined;
3993
+ gt?: number | undefined;
3994
+ gte?: number | undefined;
3995
+ lt?: number | undefined;
3996
+ lte?: number | undefined;
3997
+ };
3998
+ /** @internal */
3999
+ export declare const Src2$outboundSchema: z.ZodType<Src2$Outbound, z.ZodTypeDef, Src2>;
4000
+ /**
4001
+ * @internal
4002
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4003
+ */
4004
+ export declare namespace Src2$ {
4005
+ /** @deprecated use `Src2$inboundSchema` instead. */
4006
+ const inboundSchema: z.ZodType<Src2, z.ZodTypeDef, unknown>;
4007
+ /** @deprecated use `Src2$outboundSchema` instead. */
4008
+ const outboundSchema: z.ZodType<Src2$Outbound, z.ZodTypeDef, Src2>;
4009
+ /** @deprecated use `Src2$Outbound` instead. */
4010
+ type Outbound = Src2$Outbound;
4011
+ }
4012
+ /** @internal */
4013
+ export declare const Src$inboundSchema: z.ZodType<Src, z.ZodTypeDef, unknown>;
4014
+ /** @internal */
4015
+ export type Src$Outbound = Src2$Outbound | string;
4016
+ /** @internal */
4017
+ export declare const Src$outboundSchema: z.ZodType<Src$Outbound, z.ZodTypeDef, Src>;
4018
+ /**
4019
+ * @internal
4020
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4021
+ */
4022
+ export declare namespace Src$ {
4023
+ /** @deprecated use `Src$inboundSchema` instead. */
4024
+ const inboundSchema: z.ZodType<Src, z.ZodTypeDef, unknown>;
4025
+ /** @deprecated use `Src$outboundSchema` instead. */
4026
+ const outboundSchema: z.ZodType<Src$Outbound, z.ZodTypeDef, Src>;
4027
+ /** @deprecated use `Src$Outbound` instead. */
4028
+ type Outbound = Src$Outbound;
4029
+ }
4030
+ /** @internal */
4031
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType>;
4032
+ /** @internal */
4033
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType>;
4034
+ /**
4035
+ * @internal
4036
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4037
+ */
4038
+ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$ {
4039
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema` instead. */
4040
+ const inboundSchema: z.ZodNativeEnum<{
4041
+ readonly Path: "path";
4042
+ readonly Host: "host";
4043
+ readonly Method: "method";
4044
+ readonly Header: "header";
4045
+ readonly Cookie: "cookie";
4046
+ readonly Query: "query";
4047
+ readonly IpAddress: "ip_address";
4048
+ readonly Protocol: "protocol";
4049
+ readonly Scheme: "scheme";
4050
+ readonly Environment: "environment";
4051
+ readonly Region: "region";
4052
+ }>;
4053
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema` instead. */
4054
+ const outboundSchema: z.ZodNativeEnum<{
4055
+ readonly Path: "path";
4056
+ readonly Host: "host";
4057
+ readonly Method: "method";
4058
+ readonly Header: "header";
4059
+ readonly Cookie: "cookie";
4060
+ readonly Query: "query";
4061
+ readonly IpAddress: "ip_address";
4062
+ readonly Protocol: "protocol";
4063
+ readonly Scheme: "scheme";
4064
+ readonly Environment: "environment";
4065
+ readonly Region: "region";
4066
+ }>;
4067
+ }
4068
+ /** @internal */
4069
+ export declare const UpdateProjectDataCacheValueProjects2$inboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2, z.ZodTypeDef, unknown>;
4070
+ /** @internal */
4071
+ export type UpdateProjectDataCacheValueProjects2$Outbound = {
4072
+ re?: string | undefined;
4073
+ eq?: string | undefined;
4074
+ neq?: string | undefined;
4075
+ inc?: Array<string> | undefined;
4076
+ ninc?: Array<string> | undefined;
4077
+ pre?: string | undefined;
4078
+ suf?: string | undefined;
4079
+ gt?: number | undefined;
4080
+ gte?: number | undefined;
4081
+ lt?: number | undefined;
4082
+ lte?: number | undefined;
4083
+ };
4084
+ /** @internal */
4085
+ export declare const UpdateProjectDataCacheValueProjects2$outboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValueProjects2>;
4086
+ /**
4087
+ * @internal
4088
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4089
+ */
4090
+ export declare namespace UpdateProjectDataCacheValueProjects2$ {
4091
+ /** @deprecated use `UpdateProjectDataCacheValueProjects2$inboundSchema` instead. */
4092
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2, z.ZodTypeDef, unknown>;
4093
+ /** @deprecated use `UpdateProjectDataCacheValueProjects2$outboundSchema` instead. */
4094
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValueProjects2>;
4095
+ /** @deprecated use `UpdateProjectDataCacheValueProjects2$Outbound` instead. */
4096
+ type Outbound = UpdateProjectDataCacheValueProjects2$Outbound;
4097
+ }
4098
+ /** @internal */
4099
+ export declare const UpdateProjectDataCacheProjectsValue$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue, z.ZodTypeDef, unknown>;
4100
+ /** @internal */
4101
+ export type UpdateProjectDataCacheProjectsValue$Outbound = UpdateProjectDataCacheValueProjects2$Outbound | string;
4102
+ /** @internal */
4103
+ export declare const UpdateProjectDataCacheProjectsValue$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsValue>;
4104
+ /**
4105
+ * @internal
4106
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4107
+ */
4108
+ export declare namespace UpdateProjectDataCacheProjectsValue$ {
4109
+ /** @deprecated use `UpdateProjectDataCacheProjectsValue$inboundSchema` instead. */
4110
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue, z.ZodTypeDef, unknown>;
4111
+ /** @deprecated use `UpdateProjectDataCacheProjectsValue$outboundSchema` instead. */
4112
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsValue>;
4113
+ /** @deprecated use `UpdateProjectDataCacheProjectsValue$Outbound` instead. */
4114
+ type Outbound = UpdateProjectDataCacheProjectsValue$Outbound;
4115
+ }
4116
+ /** @internal */
4117
+ export declare const Has$inboundSchema: z.ZodType<Has, z.ZodTypeDef, unknown>;
4118
+ /** @internal */
4119
+ export type Has$Outbound = {
4120
+ type: string;
4121
+ key?: string | undefined;
4122
+ value?: UpdateProjectDataCacheValueProjects2$Outbound | string | undefined;
4123
+ };
4124
+ /** @internal */
4125
+ export declare const Has$outboundSchema: z.ZodType<Has$Outbound, z.ZodTypeDef, Has>;
4126
+ /**
4127
+ * @internal
4128
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4129
+ */
4130
+ export declare namespace Has$ {
4131
+ /** @deprecated use `Has$inboundSchema` instead. */
4132
+ const inboundSchema: z.ZodType<Has, z.ZodTypeDef, unknown>;
4133
+ /** @deprecated use `Has$outboundSchema` instead. */
4134
+ const outboundSchema: z.ZodType<Has$Outbound, z.ZodTypeDef, Has>;
4135
+ /** @deprecated use `Has$Outbound` instead. */
4136
+ type Outbound = Has$Outbound;
4137
+ }
4138
+ /** @internal */
4139
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
4140
+ /** @internal */
4141
+ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
4142
+ /**
4143
+ * @internal
4144
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4145
+ */
4146
+ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$ {
4147
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema` instead. */
4148
+ const inboundSchema: z.ZodNativeEnum<{
4149
+ readonly Path: "path";
4150
+ readonly Host: "host";
4151
+ readonly Method: "method";
4152
+ readonly Header: "header";
4153
+ readonly Cookie: "cookie";
4154
+ readonly Query: "query";
4155
+ readonly IpAddress: "ip_address";
4156
+ readonly Protocol: "protocol";
4157
+ readonly Scheme: "scheme";
4158
+ readonly Environment: "environment";
4159
+ readonly Region: "region";
4160
+ }>;
4161
+ /** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema` instead. */
4162
+ const outboundSchema: z.ZodNativeEnum<{
4163
+ readonly Path: "path";
4164
+ readonly Host: "host";
4165
+ readonly Method: "method";
4166
+ readonly Header: "header";
4167
+ readonly Cookie: "cookie";
4168
+ readonly Query: "query";
4169
+ readonly IpAddress: "ip_address";
4170
+ readonly Protocol: "protocol";
4171
+ readonly Scheme: "scheme";
4172
+ readonly Environment: "environment";
4173
+ readonly Region: "region";
4174
+ }>;
4175
+ }
4176
+ /** @internal */
4177
+ export declare const UpdateProjectDataCacheValue2$inboundSchema: z.ZodType<UpdateProjectDataCacheValue2, z.ZodTypeDef, unknown>;
4178
+ /** @internal */
4179
+ export type UpdateProjectDataCacheValue2$Outbound = {
4180
+ re?: string | undefined;
4181
+ eq?: string | undefined;
4182
+ neq?: string | undefined;
4183
+ inc?: Array<string> | undefined;
4184
+ ninc?: Array<string> | undefined;
4185
+ pre?: string | undefined;
4186
+ suf?: string | undefined;
4187
+ gt?: number | undefined;
4188
+ gte?: number | undefined;
4189
+ lt?: number | undefined;
4190
+ lte?: number | undefined;
4191
+ };
4192
+ /** @internal */
4193
+ export declare const UpdateProjectDataCacheValue2$outboundSchema: z.ZodType<UpdateProjectDataCacheValue2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue2>;
4194
+ /**
4195
+ * @internal
4196
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4197
+ */
4198
+ export declare namespace UpdateProjectDataCacheValue2$ {
4199
+ /** @deprecated use `UpdateProjectDataCacheValue2$inboundSchema` instead. */
4200
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheValue2, z.ZodTypeDef, unknown>;
4201
+ /** @deprecated use `UpdateProjectDataCacheValue2$outboundSchema` instead. */
4202
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheValue2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue2>;
4203
+ /** @deprecated use `UpdateProjectDataCacheValue2$Outbound` instead. */
4204
+ type Outbound = UpdateProjectDataCacheValue2$Outbound;
4205
+ }
4206
+ /** @internal */
4207
+ export declare const UpdateProjectDataCacheValue$inboundSchema: z.ZodType<UpdateProjectDataCacheValue, z.ZodTypeDef, unknown>;
4208
+ /** @internal */
4209
+ export type UpdateProjectDataCacheValue$Outbound = UpdateProjectDataCacheValue2$Outbound | string;
4210
+ /** @internal */
4211
+ export declare const UpdateProjectDataCacheValue$outboundSchema: z.ZodType<UpdateProjectDataCacheValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue>;
4212
+ /**
4213
+ * @internal
4214
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4215
+ */
4216
+ export declare namespace UpdateProjectDataCacheValue$ {
4217
+ /** @deprecated use `UpdateProjectDataCacheValue$inboundSchema` instead. */
4218
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheValue, z.ZodTypeDef, unknown>;
4219
+ /** @deprecated use `UpdateProjectDataCacheValue$outboundSchema` instead. */
4220
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue>;
4221
+ /** @deprecated use `UpdateProjectDataCacheValue$Outbound` instead. */
4222
+ type Outbound = UpdateProjectDataCacheValue$Outbound;
4223
+ }
4224
+ /** @internal */
4225
+ export declare const Missing$inboundSchema: z.ZodType<Missing, z.ZodTypeDef, unknown>;
4226
+ /** @internal */
4227
+ export type Missing$Outbound = {
4228
+ type: string;
4229
+ key?: string | undefined;
4230
+ value?: UpdateProjectDataCacheValue2$Outbound | string | undefined;
4231
+ };
4232
+ /** @internal */
4233
+ export declare const Missing$outboundSchema: z.ZodType<Missing$Outbound, z.ZodTypeDef, Missing>;
4234
+ /**
4235
+ * @internal
4236
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4237
+ */
4238
+ export declare namespace Missing$ {
4239
+ /** @deprecated use `Missing$inboundSchema` instead. */
4240
+ const inboundSchema: z.ZodType<Missing, z.ZodTypeDef, unknown>;
4241
+ /** @deprecated use `Missing$outboundSchema` instead. */
4242
+ const outboundSchema: z.ZodType<Missing$Outbound, z.ZodTypeDef, Missing>;
4243
+ /** @deprecated use `Missing$Outbound` instead. */
4244
+ type Outbound = Missing$Outbound;
4245
+ }
4246
+ /** @internal */
4247
+ export declare const Handle$inboundSchema: z.ZodNativeEnum<typeof Handle>;
4248
+ /** @internal */
4249
+ export declare const Handle$outboundSchema: z.ZodNativeEnum<typeof Handle>;
4250
+ /**
4251
+ * @internal
4252
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4253
+ */
4254
+ export declare namespace Handle$ {
4255
+ /** @deprecated use `Handle$inboundSchema` instead. */
4256
+ const inboundSchema: z.ZodNativeEnum<{
4257
+ readonly Init: "init";
4258
+ readonly Finalize: "finalize";
4259
+ }>;
4260
+ /** @deprecated use `Handle$outboundSchema` instead. */
4261
+ const outboundSchema: z.ZodNativeEnum<{
4262
+ readonly Init: "init";
4263
+ readonly Finalize: "finalize";
4264
+ }>;
4265
+ }
4266
+ /** @internal */
4267
+ export declare const UpdateProjectDataCacheAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAction>;
4268
+ /** @internal */
4269
+ export declare const UpdateProjectDataCacheAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAction>;
4270
+ /**
4271
+ * @internal
4272
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4273
+ */
4274
+ export declare namespace UpdateProjectDataCacheAction$ {
4275
+ /** @deprecated use `UpdateProjectDataCacheAction$inboundSchema` instead. */
4276
+ const inboundSchema: z.ZodNativeEnum<{
4277
+ readonly Deny: "deny";
4278
+ readonly Challenge: "challenge";
4279
+ readonly Log: "log";
4280
+ readonly Bypass: "bypass";
4281
+ readonly RateLimit: "rate_limit";
4282
+ readonly Redirect: "redirect";
4283
+ }>;
4284
+ /** @deprecated use `UpdateProjectDataCacheAction$outboundSchema` instead. */
4285
+ const outboundSchema: z.ZodNativeEnum<{
4286
+ readonly Deny: "deny";
4287
+ readonly Challenge: "challenge";
4288
+ readonly Log: "log";
4289
+ readonly Bypass: "bypass";
4290
+ readonly RateLimit: "rate_limit";
4291
+ readonly Redirect: "redirect";
4292
+ }>;
4293
+ }
4294
+ /** @internal */
4295
+ export declare const UpdateProjectDataCacheAlgo$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAlgo>;
4296
+ /** @internal */
4297
+ export declare const UpdateProjectDataCacheAlgo$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheAlgo>;
4298
+ /**
4299
+ * @internal
4300
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4301
+ */
4302
+ export declare namespace UpdateProjectDataCacheAlgo$ {
4303
+ /** @deprecated use `UpdateProjectDataCacheAlgo$inboundSchema` instead. */
4304
+ const inboundSchema: z.ZodNativeEnum<{
4305
+ readonly FixedWindow: "fixed_window";
4306
+ readonly TokenBucket: "token_bucket";
4307
+ }>;
4308
+ /** @deprecated use `UpdateProjectDataCacheAlgo$outboundSchema` instead. */
4309
+ const outboundSchema: z.ZodNativeEnum<{
4310
+ readonly FixedWindow: "fixed_window";
4311
+ readonly TokenBucket: "token_bucket";
4312
+ }>;
4313
+ }
4314
+ /** @internal */
4315
+ export declare const Erl$inboundSchema: z.ZodType<Erl, z.ZodTypeDef, unknown>;
4316
+ /** @internal */
4317
+ export type Erl$Outbound = {
4318
+ algo: string;
4319
+ window: number;
4320
+ limit: number;
4321
+ keys: Array<string>;
4322
+ };
4323
+ /** @internal */
4324
+ export declare const Erl$outboundSchema: z.ZodType<Erl$Outbound, z.ZodTypeDef, Erl>;
4325
+ /**
4326
+ * @internal
4327
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4328
+ */
4329
+ export declare namespace Erl$ {
4330
+ /** @deprecated use `Erl$inboundSchema` instead. */
4331
+ const inboundSchema: z.ZodType<Erl, z.ZodTypeDef, unknown>;
4332
+ /** @deprecated use `Erl$outboundSchema` instead. */
4333
+ const outboundSchema: z.ZodType<Erl$Outbound, z.ZodTypeDef, Erl>;
4334
+ /** @deprecated use `Erl$Outbound` instead. */
4335
+ type Outbound = Erl$Outbound;
4336
+ }
4337
+ /** @internal */
4338
+ export declare const UpdateProjectDataCacheMitigate$inboundSchema: z.ZodType<UpdateProjectDataCacheMitigate, z.ZodTypeDef, unknown>;
4339
+ /** @internal */
4340
+ export type UpdateProjectDataCacheMitigate$Outbound = {
4341
+ action: string;
4342
+ rule_id: string;
4343
+ ttl?: number | undefined;
4344
+ erl?: Erl$Outbound | undefined;
4345
+ };
4346
+ /** @internal */
4347
+ export declare const UpdateProjectDataCacheMitigate$outboundSchema: z.ZodType<UpdateProjectDataCacheMitigate$Outbound, z.ZodTypeDef, UpdateProjectDataCacheMitigate>;
4348
+ /**
4349
+ * @internal
4350
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4351
+ */
4352
+ export declare namespace UpdateProjectDataCacheMitigate$ {
4353
+ /** @deprecated use `UpdateProjectDataCacheMitigate$inboundSchema` instead. */
4354
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheMitigate, z.ZodTypeDef, unknown>;
4355
+ /** @deprecated use `UpdateProjectDataCacheMitigate$outboundSchema` instead. */
4356
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheMitigate$Outbound, z.ZodTypeDef, UpdateProjectDataCacheMitigate>;
4357
+ /** @deprecated use `UpdateProjectDataCacheMitigate$Outbound` instead. */
4358
+ type Outbound = UpdateProjectDataCacheMitigate$Outbound;
4359
+ }
4360
+ /** @internal */
4361
+ export declare const FirewallRoutes$inboundSchema: z.ZodType<FirewallRoutes, z.ZodTypeDef, unknown>;
4362
+ /** @internal */
4363
+ export type FirewallRoutes$Outbound = {
4364
+ src?: Src2$Outbound | string | undefined;
4365
+ has?: Array<Has$Outbound> | undefined;
4366
+ missing?: Array<Missing$Outbound> | undefined;
4367
+ dest?: string | undefined;
4368
+ status?: number | undefined;
4369
+ handle?: string | undefined;
4370
+ mitigate?: UpdateProjectDataCacheMitigate$Outbound | undefined;
4371
+ };
4372
+ /** @internal */
4373
+ export declare const FirewallRoutes$outboundSchema: z.ZodType<FirewallRoutes$Outbound, z.ZodTypeDef, FirewallRoutes>;
4374
+ /**
4375
+ * @internal
4376
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4377
+ */
4378
+ export declare namespace FirewallRoutes$ {
4379
+ /** @deprecated use `FirewallRoutes$inboundSchema` instead. */
4380
+ const inboundSchema: z.ZodType<FirewallRoutes, z.ZodTypeDef, unknown>;
4381
+ /** @deprecated use `FirewallRoutes$outboundSchema` instead. */
4382
+ const outboundSchema: z.ZodType<FirewallRoutes$Outbound, z.ZodTypeDef, FirewallRoutes>;
4383
+ /** @deprecated use `FirewallRoutes$Outbound` instead. */
4384
+ type Outbound = FirewallRoutes$Outbound;
4385
+ }
4386
+ /** @internal */
4387
+ export declare const Security$inboundSchema: z.ZodType<Security, z.ZodTypeDef, unknown>;
4388
+ /** @internal */
4389
+ export type Security$Outbound = {
4390
+ attackModeEnabled?: boolean | undefined;
4391
+ attackModeUpdatedAt?: number | undefined;
4392
+ firewallEnabled?: boolean | undefined;
4393
+ firewallUpdatedAt?: number | undefined;
4394
+ attackModeActiveUntil?: number | null | undefined;
4395
+ firewallConfigVersion?: number | undefined;
4396
+ firewallRoutes?: Array<FirewallRoutes$Outbound> | undefined;
4397
+ firewallSeawallEnabled?: boolean | undefined;
4398
+ ja3Enabled?: boolean | undefined;
4399
+ ja4Enabled?: boolean | undefined;
4400
+ };
4401
+ /** @internal */
4402
+ export declare const Security$outboundSchema: z.ZodType<Security$Outbound, z.ZodTypeDef, Security>;
4403
+ /**
4404
+ * @internal
4405
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4406
+ */
4407
+ export declare namespace Security$ {
4408
+ /** @deprecated use `Security$inboundSchema` instead. */
4409
+ const inboundSchema: z.ZodType<Security, z.ZodTypeDef, unknown>;
4410
+ /** @deprecated use `Security$outboundSchema` instead. */
4411
+ const outboundSchema: z.ZodType<Security$Outbound, z.ZodTypeDef, Security>;
4412
+ /** @deprecated use `Security$Outbound` instead. */
4413
+ type Outbound = Security$Outbound;
4414
+ }
4415
+ /** @internal */
4416
+ export declare const UpdateProjectDataCacheIssuerMode$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheIssuerMode>;
4417
+ /** @internal */
4418
+ export declare const UpdateProjectDataCacheIssuerMode$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheIssuerMode>;
4419
+ /**
4420
+ * @internal
4421
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4422
+ */
4423
+ export declare namespace UpdateProjectDataCacheIssuerMode$ {
4424
+ /** @deprecated use `UpdateProjectDataCacheIssuerMode$inboundSchema` instead. */
4425
+ const inboundSchema: z.ZodNativeEnum<{
4426
+ readonly Team: "team";
4427
+ readonly Global: "global";
4428
+ }>;
4429
+ /** @deprecated use `UpdateProjectDataCacheIssuerMode$outboundSchema` instead. */
4430
+ const outboundSchema: z.ZodNativeEnum<{
4431
+ readonly Team: "team";
4432
+ readonly Global: "global";
4433
+ }>;
4434
+ }
4435
+ /** @internal */
4436
+ export declare const UpdateProjectDataCacheOidcTokenConfig$inboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenConfig, z.ZodTypeDef, unknown>;
4437
+ /** @internal */
4438
+ export type UpdateProjectDataCacheOidcTokenConfig$Outbound = {
4439
+ enabled: boolean;
4440
+ issuerMode?: string | undefined;
4441
+ };
4442
+ /** @internal */
4443
+ export declare const UpdateProjectDataCacheOidcTokenConfig$outboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenConfig$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOidcTokenConfig>;
4444
+ /**
4445
+ * @internal
4446
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4447
+ */
4448
+ export declare namespace UpdateProjectDataCacheOidcTokenConfig$ {
4449
+ /** @deprecated use `UpdateProjectDataCacheOidcTokenConfig$inboundSchema` instead. */
4450
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenConfig, z.ZodTypeDef, unknown>;
4451
+ /** @deprecated use `UpdateProjectDataCacheOidcTokenConfig$outboundSchema` instead. */
4452
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenConfig$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOidcTokenConfig>;
4453
+ /** @deprecated use `UpdateProjectDataCacheOidcTokenConfig$Outbound` instead. */
4454
+ type Outbound = UpdateProjectDataCacheOidcTokenConfig$Outbound;
4455
+ }
4456
+ /** @internal */
4457
+ export declare const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier>;
4458
+ /** @internal */
4459
+ export declare const Tier$outboundSchema: z.ZodNativeEnum<typeof Tier>;
4460
+ /**
4461
+ * @internal
4462
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4463
+ */
4464
+ export declare namespace Tier$ {
4465
+ /** @deprecated use `Tier$inboundSchema` instead. */
4466
+ const inboundSchema: z.ZodNativeEnum<{
4467
+ readonly Standard: "standard";
4468
+ readonly Advanced: "advanced";
4469
+ readonly Critical: "critical";
4470
+ }>;
4471
+ /** @deprecated use `Tier$outboundSchema` instead. */
4472
+ const outboundSchema: z.ZodNativeEnum<{
4473
+ readonly Standard: "standard";
4474
+ readonly Advanced: "advanced";
4475
+ readonly Critical: "critical";
4476
+ }>;
4477
+ }
4478
+ /** @internal */
4479
+ export declare const UpdateProjectDataCacheResponseBody$inboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody, z.ZodTypeDef, unknown>;
4480
+ /** @internal */
4481
+ export type UpdateProjectDataCacheResponseBody$Outbound = {
4482
+ accountId: string;
4483
+ analytics?: Analytics$Outbound | undefined;
4484
+ speedInsights?: SpeedInsights$Outbound | undefined;
4485
+ autoExposeSystemEnvs?: boolean | undefined;
4486
+ autoAssignCustomDomains?: boolean | undefined;
4487
+ autoAssignCustomDomainsUpdatedBy?: string | undefined;
4488
+ buildCommand?: string | null | undefined;
4489
+ commandForIgnoringBuildStep?: string | null | undefined;
4490
+ connectConfigurationId?: string | null | undefined;
4491
+ connectBuildsEnabled?: boolean | undefined;
4492
+ createdAt?: number | undefined;
4493
+ customerSupportCodeVisibility?: boolean | undefined;
4494
+ crons?: Crons$Outbound | undefined;
4495
+ dataCache?: DataCache$Outbound | undefined;
4496
+ deploymentExpiration?: DeploymentExpiration$Outbound | null | undefined;
4497
+ devCommand?: string | null | undefined;
4498
+ directoryListing: boolean;
4499
+ installCommand?: string | null | undefined;
4500
+ env?: Array<Env$Outbound> | undefined;
4501
+ customEnvironments?: Array<CustomEnvironments$Outbound> | undefined;
4502
+ framework?: string | null | undefined;
4503
+ gitForkProtection?: boolean | undefined;
4504
+ gitLFS?: boolean | undefined;
4505
+ id: string;
4506
+ ipBuckets?: Array<IpBuckets$Outbound> | undefined;
4507
+ latestDeployments?: Array<LatestDeployments$Outbound> | undefined;
4508
+ link?: Link1$Outbound | Link3$Outbound | Link2$Outbound | undefined;
4509
+ microfrontends?: Microfrontends$Outbound | undefined;
4510
+ name: string;
4511
+ nodeVersion: string;
4512
+ optionsAllowlist?: UpdateProjectDataCacheOptionsAllowlist$Outbound | null | undefined;
4513
+ outputDirectory?: string | null | undefined;
4514
+ passiveConnectConfigurationId?: string | null | undefined;
4515
+ passwordProtection?: UpdateProjectDataCachePasswordProtection$Outbound | null | undefined;
4516
+ productionDeploymentsFastLane?: boolean | undefined;
4517
+ publicSource?: boolean | null | undefined;
4518
+ resourceConfig?: ResourceConfig$Outbound | undefined;
4519
+ rootDirectory?: string | null | undefined;
4520
+ serverlessFunctionRegion?: string | null | undefined;
4521
+ serverlessFunctionZeroConfigFailover?: boolean | undefined;
4522
+ skewProtectionBoundaryAt?: number | undefined;
4523
+ skewProtectionMaxAge?: number | undefined;
4524
+ skipGitConnectDuringLink?: boolean | undefined;
4525
+ sourceFilesOutsideRootDirectory?: boolean | undefined;
4526
+ enableAffectedProjectsDeployments?: boolean | undefined;
4527
+ ssoProtection?: UpdateProjectDataCacheSsoProtection$Outbound | null | undefined;
4528
+ targets?: {
4529
+ [k: string]: Targets$Outbound;
4530
+ } | undefined;
4531
+ transferCompletedAt?: number | undefined;
4532
+ transferStartedAt?: number | undefined;
4533
+ transferToAccountId?: string | undefined;
4534
+ transferredFromAccountId?: string | undefined;
4535
+ updatedAt?: number | undefined;
4536
+ live?: boolean | undefined;
4537
+ enablePreviewFeedback?: boolean | null | undefined;
4538
+ enableProductionFeedback?: boolean | null | undefined;
4539
+ permissions?: Permissions$Outbound | undefined;
4540
+ lastRollbackTarget?: LastRollbackTarget$Outbound | null | undefined;
4541
+ lastAliasRequest?: LastAliasRequest$Outbound | null | undefined;
4542
+ hasFloatingAliases?: boolean | undefined;
4543
+ protectionBypass?: {
4544
+ [k: string]: ProtectionBypass$Outbound;
4545
+ } | undefined;
4546
+ hasActiveBranches?: boolean | undefined;
4547
+ trustedIps?: TrustedIps2$Outbound | TrustedIps1$Outbound | null | undefined;
4548
+ gitComments?: GitComments$Outbound | undefined;
4549
+ paused?: boolean | undefined;
4550
+ concurrencyBucketName?: string | undefined;
4551
+ webAnalytics?: WebAnalytics$Outbound | undefined;
4552
+ security?: Security$Outbound | undefined;
4553
+ oidcTokenConfig?: UpdateProjectDataCacheOidcTokenConfig$Outbound | undefined;
4554
+ tier?: string | undefined;
4555
+ };
4556
+ /** @internal */
4557
+ export declare const UpdateProjectDataCacheResponseBody$outboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheResponseBody>;
4558
+ /**
4559
+ * @internal
4560
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4561
+ */
4562
+ export declare namespace UpdateProjectDataCacheResponseBody$ {
4563
+ /** @deprecated use `UpdateProjectDataCacheResponseBody$inboundSchema` instead. */
4564
+ const inboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody, z.ZodTypeDef, unknown>;
4565
+ /** @deprecated use `UpdateProjectDataCacheResponseBody$outboundSchema` instead. */
4566
+ const outboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheResponseBody>;
4567
+ /** @deprecated use `UpdateProjectDataCacheResponseBody$Outbound` instead. */
4568
+ type Outbound = UpdateProjectDataCacheResponseBody$Outbound;
4569
+ }
4570
+ //# sourceMappingURL=updateprojectdatacache.d.ts.map