@vercel/sdk 1.0.0-canary.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1754) hide show
  1. package/.devcontainer/README.md +35 -0
  2. package/LICENSE +201 -0
  3. package/README.md +838 -0
  4. package/docs/sdks/accessgroups/README.md +916 -0
  5. package/docs/sdks/aliases/README.md +420 -0
  6. package/docs/sdks/artifacts/README.md +491 -0
  7. package/docs/sdks/authentication/README.md +375 -0
  8. package/docs/sdks/certs/README.md +307 -0
  9. package/docs/sdks/checks/README.md +484 -0
  10. package/docs/sdks/deployments/README.md +778 -0
  11. package/docs/sdks/dns/README.md +377 -0
  12. package/docs/sdks/domains/README.md +827 -0
  13. package/docs/sdks/edgeconfig/README.md +1231 -0
  14. package/docs/sdks/integrations/README.md +390 -0
  15. package/docs/sdks/logdrains/README.md +556 -0
  16. package/docs/sdks/marketplace/README.md +694 -0
  17. package/docs/sdks/projectmembers/README.md +258 -0
  18. package/docs/sdks/projects/README.md +1590 -0
  19. package/docs/sdks/security/README.md +313 -0
  20. package/docs/sdks/teams/README.md +1148 -0
  21. package/docs/sdks/user/README.md +239 -0
  22. package/docs/sdks/vercel/README.md +5 -0
  23. package/docs/sdks/webhooks/README.md +305 -0
  24. package/esm/core.d.ts +10 -0
  25. package/esm/core.d.ts.map +1 -0
  26. package/esm/core.js +13 -0
  27. package/esm/core.js.map +1 -0
  28. package/esm/funcs/accessGroupsCreateAccessGroup.d.ts +15 -0
  29. package/esm/funcs/accessGroupsCreateAccessGroup.d.ts.map +1 -0
  30. package/esm/funcs/accessGroupsCreateAccessGroup.js +74 -0
  31. package/esm/funcs/accessGroupsCreateAccessGroup.js.map +1 -0
  32. package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts +15 -0
  33. package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts.map +1 -0
  34. package/esm/funcs/accessGroupsCreateAccessGroupProject.js +77 -0
  35. package/esm/funcs/accessGroupsCreateAccessGroupProject.js.map +1 -0
  36. package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts +15 -0
  37. package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts.map +1 -0
  38. package/esm/funcs/accessGroupsDeleteAccessGroup.js +80 -0
  39. package/esm/funcs/accessGroupsDeleteAccessGroup.js.map +1 -0
  40. package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts +15 -0
  41. package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts.map +1 -0
  42. package/esm/funcs/accessGroupsDeleteAccessGroupProject.js +81 -0
  43. package/esm/funcs/accessGroupsDeleteAccessGroupProject.js.map +1 -0
  44. package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts +15 -0
  45. package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts.map +1 -0
  46. package/esm/funcs/accessGroupsListAccessGroupMembers.js +82 -0
  47. package/esm/funcs/accessGroupsListAccessGroupMembers.js.map +1 -0
  48. package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts +15 -0
  49. package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts.map +1 -0
  50. package/esm/funcs/accessGroupsListAccessGroupProjects.js +81 -0
  51. package/esm/funcs/accessGroupsListAccessGroupProjects.js.map +1 -0
  52. package/esm/funcs/accessGroupsListAccessGroups.d.ts +15 -0
  53. package/esm/funcs/accessGroupsListAccessGroups.d.ts.map +1 -0
  54. package/esm/funcs/accessGroupsListAccessGroups.js +79 -0
  55. package/esm/funcs/accessGroupsListAccessGroups.js.map +1 -0
  56. package/esm/funcs/accessGroupsReadAccessGroup.d.ts +15 -0
  57. package/esm/funcs/accessGroupsReadAccessGroup.d.ts.map +1 -0
  58. package/esm/funcs/accessGroupsReadAccessGroup.js +79 -0
  59. package/esm/funcs/accessGroupsReadAccessGroup.js.map +1 -0
  60. package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts +15 -0
  61. package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts.map +1 -0
  62. package/esm/funcs/accessGroupsReadAccessGroupProject.js +80 -0
  63. package/esm/funcs/accessGroupsReadAccessGroupProject.js.map +1 -0
  64. package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts +15 -0
  65. package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts.map +1 -0
  66. package/esm/funcs/accessGroupsUpdateAccessGroup.js +80 -0
  67. package/esm/funcs/accessGroupsUpdateAccessGroup.js.map +1 -0
  68. package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts +15 -0
  69. package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts.map +1 -0
  70. package/esm/funcs/accessGroupsUpdateAccessGroupProject.js +81 -0
  71. package/esm/funcs/accessGroupsUpdateAccessGroupProject.js.map +1 -0
  72. package/esm/funcs/aliasesAssignAlias.d.ts +15 -0
  73. package/esm/funcs/aliasesAssignAlias.d.ts.map +1 -0
  74. package/esm/funcs/aliasesAssignAlias.js +80 -0
  75. package/esm/funcs/aliasesAssignAlias.js.map +1 -0
  76. package/esm/funcs/aliasesDeleteAlias.d.ts +15 -0
  77. package/esm/funcs/aliasesDeleteAlias.d.ts.map +1 -0
  78. package/esm/funcs/aliasesDeleteAlias.js +79 -0
  79. package/esm/funcs/aliasesDeleteAlias.js.map +1 -0
  80. package/esm/funcs/aliasesGetAlias.d.ts +15 -0
  81. package/esm/funcs/aliasesGetAlias.d.ts.map +1 -0
  82. package/esm/funcs/aliasesGetAlias.js +83 -0
  83. package/esm/funcs/aliasesGetAlias.js.map +1 -0
  84. package/esm/funcs/aliasesListAliases.d.ts +15 -0
  85. package/esm/funcs/aliasesListAliases.d.ts.map +1 -0
  86. package/esm/funcs/aliasesListAliases.js +80 -0
  87. package/esm/funcs/aliasesListAliases.js.map +1 -0
  88. package/esm/funcs/aliasesListDeploymentAliases.d.ts +15 -0
  89. package/esm/funcs/aliasesListDeploymentAliases.d.ts.map +1 -0
  90. package/esm/funcs/aliasesListDeploymentAliases.js +79 -0
  91. package/esm/funcs/aliasesListDeploymentAliases.js.map +1 -0
  92. package/esm/funcs/artifactsArtifactExists.d.ts +15 -0
  93. package/esm/funcs/artifactsArtifactExists.d.ts.map +1 -0
  94. package/esm/funcs/artifactsArtifactExists.js +80 -0
  95. package/esm/funcs/artifactsArtifactExists.js.map +1 -0
  96. package/esm/funcs/artifactsArtifactQuery.d.ts +17 -0
  97. package/esm/funcs/artifactsArtifactQuery.d.ts.map +1 -0
  98. package/esm/funcs/artifactsArtifactQuery.js +75 -0
  99. package/esm/funcs/artifactsArtifactQuery.js.map +1 -0
  100. package/esm/funcs/artifactsDownloadArtifact.d.ts +15 -0
  101. package/esm/funcs/artifactsDownloadArtifact.d.ts.map +1 -0
  102. package/esm/funcs/artifactsDownloadArtifact.js +84 -0
  103. package/esm/funcs/artifactsDownloadArtifact.js.map +1 -0
  104. package/esm/funcs/artifactsRecordEvents.d.ts +15 -0
  105. package/esm/funcs/artifactsRecordEvents.d.ts.map +1 -0
  106. package/esm/funcs/artifactsRecordEvents.js +77 -0
  107. package/esm/funcs/artifactsRecordEvents.js.map +1 -0
  108. package/esm/funcs/artifactsStatus.d.ts +15 -0
  109. package/esm/funcs/artifactsStatus.d.ts.map +1 -0
  110. package/esm/funcs/artifactsStatus.js +73 -0
  111. package/esm/funcs/artifactsStatus.js.map +1 -0
  112. package/esm/funcs/artifactsUploadArtifact.d.ts +15 -0
  113. package/esm/funcs/artifactsUploadArtifact.d.ts.map +1 -0
  114. package/esm/funcs/artifactsUploadArtifact.js +85 -0
  115. package/esm/funcs/artifactsUploadArtifact.js.map +1 -0
  116. package/esm/funcs/authenticationCreateAuthToken.d.ts +15 -0
  117. package/esm/funcs/authenticationCreateAuthToken.d.ts.map +1 -0
  118. package/esm/funcs/authenticationCreateAuthToken.js +74 -0
  119. package/esm/funcs/authenticationCreateAuthToken.js.map +1 -0
  120. package/esm/funcs/authenticationDeleteAuthToken.d.ts +15 -0
  121. package/esm/funcs/authenticationDeleteAuthToken.d.ts.map +1 -0
  122. package/esm/funcs/authenticationDeleteAuthToken.js +74 -0
  123. package/esm/funcs/authenticationDeleteAuthToken.js.map +1 -0
  124. package/esm/funcs/authenticationExchangeSsoToken.d.ts +15 -0
  125. package/esm/funcs/authenticationExchangeSsoToken.d.ts.map +1 -0
  126. package/esm/funcs/authenticationExchangeSsoToken.js +66 -0
  127. package/esm/funcs/authenticationExchangeSsoToken.js.map +1 -0
  128. package/esm/funcs/authenticationGetAuthToken.d.ts +15 -0
  129. package/esm/funcs/authenticationGetAuthToken.d.ts.map +1 -0
  130. package/esm/funcs/authenticationGetAuthToken.js +74 -0
  131. package/esm/funcs/authenticationGetAuthToken.js.map +1 -0
  132. package/esm/funcs/authenticationListAuthTokens.d.ts +15 -0
  133. package/esm/funcs/authenticationListAuthTokens.d.ts.map +1 -0
  134. package/esm/funcs/authenticationListAuthTokens.js +59 -0
  135. package/esm/funcs/authenticationListAuthTokens.js.map +1 -0
  136. package/esm/funcs/certsGetCertById.d.ts +15 -0
  137. package/esm/funcs/certsGetCertById.d.ts.map +1 -0
  138. package/esm/funcs/certsGetCertById.js +79 -0
  139. package/esm/funcs/certsGetCertById.js.map +1 -0
  140. package/esm/funcs/certsIssueCert.d.ts +15 -0
  141. package/esm/funcs/certsIssueCert.d.ts.map +1 -0
  142. package/esm/funcs/certsIssueCert.js +74 -0
  143. package/esm/funcs/certsIssueCert.js.map +1 -0
  144. package/esm/funcs/certsRemoveCert.d.ts +15 -0
  145. package/esm/funcs/certsRemoveCert.d.ts.map +1 -0
  146. package/esm/funcs/certsRemoveCert.js +79 -0
  147. package/esm/funcs/certsRemoveCert.js.map +1 -0
  148. package/esm/funcs/certsUploadCert.d.ts +15 -0
  149. package/esm/funcs/certsUploadCert.d.ts.map +1 -0
  150. package/esm/funcs/certsUploadCert.js +74 -0
  151. package/esm/funcs/certsUploadCert.js.map +1 -0
  152. package/esm/funcs/checksCreateCheck.d.ts +15 -0
  153. package/esm/funcs/checksCreateCheck.d.ts.map +1 -0
  154. package/esm/funcs/checksCreateCheck.js +80 -0
  155. package/esm/funcs/checksCreateCheck.js.map +1 -0
  156. package/esm/funcs/checksGetAllChecks.d.ts +15 -0
  157. package/esm/funcs/checksGetAllChecks.d.ts.map +1 -0
  158. package/esm/funcs/checksGetAllChecks.js +79 -0
  159. package/esm/funcs/checksGetAllChecks.js.map +1 -0
  160. package/esm/funcs/checksGetCheck.d.ts +15 -0
  161. package/esm/funcs/checksGetCheck.d.ts.map +1 -0
  162. package/esm/funcs/checksGetCheck.js +83 -0
  163. package/esm/funcs/checksGetCheck.js.map +1 -0
  164. package/esm/funcs/checksRerequestCheck.d.ts +15 -0
  165. package/esm/funcs/checksRerequestCheck.d.ts.map +1 -0
  166. package/esm/funcs/checksRerequestCheck.js +83 -0
  167. package/esm/funcs/checksRerequestCheck.js.map +1 -0
  168. package/esm/funcs/checksUpdateCheck.d.ts +15 -0
  169. package/esm/funcs/checksUpdateCheck.d.ts.map +1 -0
  170. package/esm/funcs/checksUpdateCheck.js +84 -0
  171. package/esm/funcs/checksUpdateCheck.js.map +1 -0
  172. package/esm/funcs/deploymentsCancelDeployment.d.ts +15 -0
  173. package/esm/funcs/deploymentsCancelDeployment.d.ts.map +1 -0
  174. package/esm/funcs/deploymentsCancelDeployment.js +79 -0
  175. package/esm/funcs/deploymentsCancelDeployment.js.map +1 -0
  176. package/esm/funcs/deploymentsCreateDeployment.d.ts +15 -0
  177. package/esm/funcs/deploymentsCreateDeployment.d.ts.map +1 -0
  178. package/esm/funcs/deploymentsCreateDeployment.js +76 -0
  179. package/esm/funcs/deploymentsCreateDeployment.js.map +1 -0
  180. package/esm/funcs/deploymentsDeleteDeployment.d.ts +15 -0
  181. package/esm/funcs/deploymentsDeleteDeployment.d.ts.map +1 -0
  182. package/esm/funcs/deploymentsDeleteDeployment.js +80 -0
  183. package/esm/funcs/deploymentsDeleteDeployment.js.map +1 -0
  184. package/esm/funcs/deploymentsGetDeployment.d.ts +15 -0
  185. package/esm/funcs/deploymentsGetDeployment.d.ts.map +1 -0
  186. package/esm/funcs/deploymentsGetDeployment.js +80 -0
  187. package/esm/funcs/deploymentsGetDeployment.js.map +1 -0
  188. package/esm/funcs/deploymentsGetDeploymentEvents.d.ts +15 -0
  189. package/esm/funcs/deploymentsGetDeploymentEvents.d.ts.map +1 -0
  190. package/esm/funcs/deploymentsGetDeploymentEvents.js +89 -0
  191. package/esm/funcs/deploymentsGetDeploymentEvents.js.map +1 -0
  192. package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts +15 -0
  193. package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +1 -0
  194. package/esm/funcs/deploymentsGetDeploymentFileContents.js +85 -0
  195. package/esm/funcs/deploymentsGetDeploymentFileContents.js.map +1 -0
  196. package/esm/funcs/deploymentsGetDeployments.d.ts +15 -0
  197. package/esm/funcs/deploymentsGetDeployments.d.ts.map +1 -0
  198. package/esm/funcs/deploymentsGetDeployments.js +84 -0
  199. package/esm/funcs/deploymentsGetDeployments.js.map +1 -0
  200. package/esm/funcs/deploymentsListDeploymentFiles.d.ts +16 -0
  201. package/esm/funcs/deploymentsListDeploymentFiles.d.ts.map +1 -0
  202. package/esm/funcs/deploymentsListDeploymentFiles.js +81 -0
  203. package/esm/funcs/deploymentsListDeploymentFiles.js.map +1 -0
  204. package/esm/funcs/deploymentsUploadFile.d.ts +15 -0
  205. package/esm/funcs/deploymentsUploadFile.d.ts.map +1 -0
  206. package/esm/funcs/deploymentsUploadFile.js +83 -0
  207. package/esm/funcs/deploymentsUploadFile.js.map +1 -0
  208. package/esm/funcs/dnsCreateRecord.d.ts +15 -0
  209. package/esm/funcs/dnsCreateRecord.d.ts.map +1 -0
  210. package/esm/funcs/dnsCreateRecord.js +80 -0
  211. package/esm/funcs/dnsCreateRecord.js.map +1 -0
  212. package/esm/funcs/dnsGetRecords.d.ts +15 -0
  213. package/esm/funcs/dnsGetRecords.d.ts.map +1 -0
  214. package/esm/funcs/dnsGetRecords.js +82 -0
  215. package/esm/funcs/dnsGetRecords.js.map +1 -0
  216. package/esm/funcs/dnsRemoveRecord.d.ts +15 -0
  217. package/esm/funcs/dnsRemoveRecord.d.ts.map +1 -0
  218. package/esm/funcs/dnsRemoveRecord.js +83 -0
  219. package/esm/funcs/dnsRemoveRecord.js.map +1 -0
  220. package/esm/funcs/dnsUpdateRecord.d.ts +15 -0
  221. package/esm/funcs/dnsUpdateRecord.d.ts.map +1 -0
  222. package/esm/funcs/dnsUpdateRecord.js +80 -0
  223. package/esm/funcs/dnsUpdateRecord.js.map +1 -0
  224. package/esm/funcs/domainsBuyDomain.d.ts +15 -0
  225. package/esm/funcs/domainsBuyDomain.d.ts.map +1 -0
  226. package/esm/funcs/domainsBuyDomain.js +74 -0
  227. package/esm/funcs/domainsBuyDomain.js.map +1 -0
  228. package/esm/funcs/domainsCheckDomainPrice.d.ts +15 -0
  229. package/esm/funcs/domainsCheckDomainPrice.d.ts.map +1 -0
  230. package/esm/funcs/domainsCheckDomainPrice.js +75 -0
  231. package/esm/funcs/domainsCheckDomainPrice.js.map +1 -0
  232. package/esm/funcs/domainsCheckDomainStatus.d.ts +15 -0
  233. package/esm/funcs/domainsCheckDomainStatus.d.ts.map +1 -0
  234. package/esm/funcs/domainsCheckDomainStatus.js +74 -0
  235. package/esm/funcs/domainsCheckDomainStatus.js.map +1 -0
  236. package/esm/funcs/domainsCreateOrTransferDomain.d.ts +15 -0
  237. package/esm/funcs/domainsCreateOrTransferDomain.d.ts.map +1 -0
  238. package/esm/funcs/domainsCreateOrTransferDomain.js +74 -0
  239. package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -0
  240. package/esm/funcs/domainsDeleteDomain.d.ts +15 -0
  241. package/esm/funcs/domainsDeleteDomain.d.ts.map +1 -0
  242. package/esm/funcs/domainsDeleteDomain.js +79 -0
  243. package/esm/funcs/domainsDeleteDomain.js.map +1 -0
  244. package/esm/funcs/domainsGetDomain.d.ts +15 -0
  245. package/esm/funcs/domainsGetDomain.d.ts.map +1 -0
  246. package/esm/funcs/domainsGetDomain.js +79 -0
  247. package/esm/funcs/domainsGetDomain.js.map +1 -0
  248. package/esm/funcs/domainsGetDomainConfig.d.ts +15 -0
  249. package/esm/funcs/domainsGetDomainConfig.d.ts.map +1 -0
  250. package/esm/funcs/domainsGetDomainConfig.js +80 -0
  251. package/esm/funcs/domainsGetDomainConfig.js.map +1 -0
  252. package/esm/funcs/domainsGetDomainTransfer.d.ts +15 -0
  253. package/esm/funcs/domainsGetDomainTransfer.d.ts.map +1 -0
  254. package/esm/funcs/domainsGetDomainTransfer.js +79 -0
  255. package/esm/funcs/domainsGetDomainTransfer.js.map +1 -0
  256. package/esm/funcs/domainsGetDomains.d.ts +15 -0
  257. package/esm/funcs/domainsGetDomains.d.ts.map +1 -0
  258. package/esm/funcs/domainsGetDomains.js +76 -0
  259. package/esm/funcs/domainsGetDomains.js.map +1 -0
  260. package/esm/funcs/domainsPatchDomain.d.ts +15 -0
  261. package/esm/funcs/domainsPatchDomain.d.ts.map +1 -0
  262. package/esm/funcs/domainsPatchDomain.js +80 -0
  263. package/esm/funcs/domainsPatchDomain.js.map +1 -0
  264. package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts +15 -0
  265. package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts.map +1 -0
  266. package/esm/funcs/edgeConfigCreateEdgeConfig.js +74 -0
  267. package/esm/funcs/edgeConfigCreateEdgeConfig.js.map +1 -0
  268. package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts +15 -0
  269. package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts.map +1 -0
  270. package/esm/funcs/edgeConfigCreateEdgeConfigToken.js +80 -0
  271. package/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +1 -0
  272. package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts +15 -0
  273. package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts.map +1 -0
  274. package/esm/funcs/edgeConfigDeleteEdgeConfig.js +80 -0
  275. package/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +1 -0
  276. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts +15 -0
  277. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts.map +1 -0
  278. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +80 -0
  279. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +1 -0
  280. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts +15 -0
  281. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts.map +1 -0
  282. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +81 -0
  283. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +1 -0
  284. package/esm/funcs/edgeConfigGetEdgeConfig.d.ts +15 -0
  285. package/esm/funcs/edgeConfigGetEdgeConfig.d.ts.map +1 -0
  286. package/esm/funcs/edgeConfigGetEdgeConfig.js +79 -0
  287. package/esm/funcs/edgeConfigGetEdgeConfig.js.map +1 -0
  288. package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts +15 -0
  289. package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts.map +1 -0
  290. package/esm/funcs/edgeConfigGetEdgeConfigBackup.js +80 -0
  291. package/esm/funcs/edgeConfigGetEdgeConfigBackup.js.map +1 -0
  292. package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts +15 -0
  293. package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts.map +1 -0
  294. package/esm/funcs/edgeConfigGetEdgeConfigBackups.js +82 -0
  295. package/esm/funcs/edgeConfigGetEdgeConfigBackups.js.map +1 -0
  296. package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts +16 -0
  297. package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts.map +1 -0
  298. package/esm/funcs/edgeConfigGetEdgeConfigItem.js +81 -0
  299. package/esm/funcs/edgeConfigGetEdgeConfigItem.js.map +1 -0
  300. package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts +16 -0
  301. package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +1 -0
  302. package/esm/funcs/edgeConfigGetEdgeConfigItems.js +80 -0
  303. package/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +1 -0
  304. package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts +15 -0
  305. package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts.map +1 -0
  306. package/esm/funcs/edgeConfigGetEdgeConfigSchema.js +79 -0
  307. package/esm/funcs/edgeConfigGetEdgeConfigSchema.js.map +1 -0
  308. package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts +16 -0
  309. package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts.map +1 -0
  310. package/esm/funcs/edgeConfigGetEdgeConfigToken.js +84 -0
  311. package/esm/funcs/edgeConfigGetEdgeConfigToken.js.map +1 -0
  312. package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts +16 -0
  313. package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts.map +1 -0
  314. package/esm/funcs/edgeConfigGetEdgeConfigTokens.js +80 -0
  315. package/esm/funcs/edgeConfigGetEdgeConfigTokens.js.map +1 -0
  316. package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts +15 -0
  317. package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts.map +1 -0
  318. package/esm/funcs/edgeConfigGetEdgeConfigs.js +74 -0
  319. package/esm/funcs/edgeConfigGetEdgeConfigs.js.map +1 -0
  320. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts +15 -0
  321. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts.map +1 -0
  322. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +81 -0
  323. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +1 -0
  324. package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts +15 -0
  325. package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts.map +1 -0
  326. package/esm/funcs/edgeConfigUpdateEdgeConfig.js +80 -0
  327. package/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +1 -0
  328. package/esm/funcs/integrationsDeleteConfiguration.d.ts +15 -0
  329. package/esm/funcs/integrationsDeleteConfiguration.d.ts.map +1 -0
  330. package/esm/funcs/integrationsDeleteConfiguration.js +80 -0
  331. package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -0
  332. package/esm/funcs/integrationsGetConfiguration.d.ts +15 -0
  333. package/esm/funcs/integrationsGetConfiguration.d.ts.map +1 -0
  334. package/esm/funcs/integrationsGetConfiguration.js +79 -0
  335. package/esm/funcs/integrationsGetConfiguration.js.map +1 -0
  336. package/esm/funcs/integrationsGetConfigurations.d.ts +15 -0
  337. package/esm/funcs/integrationsGetConfigurations.d.ts.map +1 -0
  338. package/esm/funcs/integrationsGetConfigurations.js +76 -0
  339. package/esm/funcs/integrationsGetConfigurations.js.map +1 -0
  340. package/esm/funcs/integrationsGitNamespaces.d.ts +15 -0
  341. package/esm/funcs/integrationsGitNamespaces.d.ts.map +1 -0
  342. package/esm/funcs/integrationsGitNamespaces.js +74 -0
  343. package/esm/funcs/integrationsGitNamespaces.js.map +1 -0
  344. package/esm/funcs/integrationsSearchRepo.d.ts +15 -0
  345. package/esm/funcs/integrationsSearchRepo.d.ts.map +1 -0
  346. package/esm/funcs/integrationsSearchRepo.js +78 -0
  347. package/esm/funcs/integrationsSearchRepo.js.map +1 -0
  348. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +15 -0
  349. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +1 -0
  350. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +74 -0
  351. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +1 -0
  352. package/esm/funcs/logDrainsCreateLogDrain.d.ts +15 -0
  353. package/esm/funcs/logDrainsCreateLogDrain.d.ts.map +1 -0
  354. package/esm/funcs/logDrainsCreateLogDrain.js +74 -0
  355. package/esm/funcs/logDrainsCreateLogDrain.js.map +1 -0
  356. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +15 -0
  357. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +1 -0
  358. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +80 -0
  359. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +1 -0
  360. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +15 -0
  361. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts.map +1 -0
  362. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +80 -0
  363. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js.map +1 -0
  364. package/esm/funcs/logDrainsGetAllLogDrains.d.ts +15 -0
  365. package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +1 -0
  366. package/esm/funcs/logDrainsGetAllLogDrains.js +75 -0
  367. package/esm/funcs/logDrainsGetAllLogDrains.js.map +1 -0
  368. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +15 -0
  369. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +1 -0
  370. package/esm/funcs/logDrainsGetConfigurableLogDrain.js +79 -0
  371. package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +1 -0
  372. package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts +15 -0
  373. package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts.map +1 -0
  374. package/esm/funcs/logDrainsGetIntegrationLogDrains.js +74 -0
  375. package/esm/funcs/logDrainsGetIntegrationLogDrains.js.map +1 -0
  376. package/esm/funcs/marketplaceCreateEvent.d.ts +15 -0
  377. package/esm/funcs/marketplaceCreateEvent.d.ts.map +1 -0
  378. package/esm/funcs/marketplaceCreateEvent.js +73 -0
  379. package/esm/funcs/marketplaceCreateEvent.js.map +1 -0
  380. package/esm/funcs/marketplaceExchangeSsoToken.d.ts +15 -0
  381. package/esm/funcs/marketplaceExchangeSsoToken.d.ts.map +1 -0
  382. package/esm/funcs/marketplaceExchangeSsoToken.js +66 -0
  383. package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -0
  384. package/esm/funcs/marketplaceGetAccountInfo.d.ts +15 -0
  385. package/esm/funcs/marketplaceGetAccountInfo.d.ts.map +1 -0
  386. package/esm/funcs/marketplaceGetAccountInfo.js +71 -0
  387. package/esm/funcs/marketplaceGetAccountInfo.js.map +1 -0
  388. package/esm/funcs/marketplaceGetInvoice.d.ts +15 -0
  389. package/esm/funcs/marketplaceGetInvoice.d.ts.map +1 -0
  390. package/esm/funcs/marketplaceGetInvoice.js +75 -0
  391. package/esm/funcs/marketplaceGetInvoice.js.map +1 -0
  392. package/esm/funcs/marketplaceGetMember.d.ts +15 -0
  393. package/esm/funcs/marketplaceGetMember.d.ts.map +1 -0
  394. package/esm/funcs/marketplaceGetMember.js +75 -0
  395. package/esm/funcs/marketplaceGetMember.js.map +1 -0
  396. package/esm/funcs/marketplaceSubmitBillingData.d.ts +15 -0
  397. package/esm/funcs/marketplaceSubmitBillingData.d.ts.map +1 -0
  398. package/esm/funcs/marketplaceSubmitBillingData.js +73 -0
  399. package/esm/funcs/marketplaceSubmitBillingData.js.map +1 -0
  400. package/esm/funcs/marketplaceSubmitInvoice.d.ts +15 -0
  401. package/esm/funcs/marketplaceSubmitInvoice.d.ts.map +1 -0
  402. package/esm/funcs/marketplaceSubmitInvoice.js +72 -0
  403. package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -0
  404. package/esm/funcs/marketplaceUpdateInvoice.d.ts +15 -0
  405. package/esm/funcs/marketplaceUpdateInvoice.d.ts.map +1 -0
  406. package/esm/funcs/marketplaceUpdateInvoice.js +77 -0
  407. package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -0
  408. package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts +15 -0
  409. package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts.map +1 -0
  410. package/esm/funcs/marketplaceUpdateResourceSecrets.js +78 -0
  411. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -0
  412. package/esm/funcs/projectMembersAddProjectMember.d.ts +15 -0
  413. package/esm/funcs/projectMembersAddProjectMember.d.ts.map +1 -0
  414. package/esm/funcs/projectMembersAddProjectMember.js +80 -0
  415. package/esm/funcs/projectMembersAddProjectMember.js.map +1 -0
  416. package/esm/funcs/projectMembersGetProjectMembers.d.ts +15 -0
  417. package/esm/funcs/projectMembersGetProjectMembers.d.ts.map +1 -0
  418. package/esm/funcs/projectMembersGetProjectMembers.js +83 -0
  419. package/esm/funcs/projectMembersGetProjectMembers.js.map +1 -0
  420. package/esm/funcs/projectMembersRemoveProjectMember.d.ts +15 -0
  421. package/esm/funcs/projectMembersRemoveProjectMember.d.ts.map +1 -0
  422. package/esm/funcs/projectMembersRemoveProjectMember.js +83 -0
  423. package/esm/funcs/projectMembersRemoveProjectMember.js.map +1 -0
  424. package/esm/funcs/projectsAddProjectDomain.d.ts +15 -0
  425. package/esm/funcs/projectsAddProjectDomain.d.ts.map +1 -0
  426. package/esm/funcs/projectsAddProjectDomain.js +80 -0
  427. package/esm/funcs/projectsAddProjectDomain.js.map +1 -0
  428. package/esm/funcs/projectsCreateProject.d.ts +15 -0
  429. package/esm/funcs/projectsCreateProject.d.ts.map +1 -0
  430. package/esm/funcs/projectsCreateProject.js +74 -0
  431. package/esm/funcs/projectsCreateProject.js.map +1 -0
  432. package/esm/funcs/projectsCreateProjectEnv.d.ts +15 -0
  433. package/esm/funcs/projectsCreateProjectEnv.d.ts.map +1 -0
  434. package/esm/funcs/projectsCreateProjectEnv.js +81 -0
  435. package/esm/funcs/projectsCreateProjectEnv.js.map +1 -0
  436. package/esm/funcs/projectsDeleteProject.d.ts +15 -0
  437. package/esm/funcs/projectsDeleteProject.d.ts.map +1 -0
  438. package/esm/funcs/projectsDeleteProject.js +80 -0
  439. package/esm/funcs/projectsDeleteProject.js.map +1 -0
  440. package/esm/funcs/projectsEditProjectEnv.d.ts +15 -0
  441. package/esm/funcs/projectsEditProjectEnv.d.ts.map +1 -0
  442. package/esm/funcs/projectsEditProjectEnv.js +84 -0
  443. package/esm/funcs/projectsEditProjectEnv.js.map +1 -0
  444. package/esm/funcs/projectsFilterProjectEnvs.d.ts +15 -0
  445. package/esm/funcs/projectsFilterProjectEnvs.d.ts.map +1 -0
  446. package/esm/funcs/projectsFilterProjectEnvs.js +82 -0
  447. package/esm/funcs/projectsFilterProjectEnvs.js.map +1 -0
  448. package/esm/funcs/projectsGetProjectDomain.d.ts +15 -0
  449. package/esm/funcs/projectsGetProjectDomain.d.ts.map +1 -0
  450. package/esm/funcs/projectsGetProjectDomain.js +83 -0
  451. package/esm/funcs/projectsGetProjectDomain.js.map +1 -0
  452. package/esm/funcs/projectsGetProjectDomains.d.ts +15 -0
  453. package/esm/funcs/projectsGetProjectDomains.d.ts.map +1 -0
  454. package/esm/funcs/projectsGetProjectDomains.js +89 -0
  455. package/esm/funcs/projectsGetProjectDomains.js.map +1 -0
  456. package/esm/funcs/projectsGetProjectEnv.d.ts +15 -0
  457. package/esm/funcs/projectsGetProjectEnv.d.ts.map +1 -0
  458. package/esm/funcs/projectsGetProjectEnv.js +83 -0
  459. package/esm/funcs/projectsGetProjectEnv.js.map +1 -0
  460. package/esm/funcs/projectsGetProjects.d.ts +15 -0
  461. package/esm/funcs/projectsGetProjects.d.ts.map +1 -0
  462. package/esm/funcs/projectsGetProjects.js +84 -0
  463. package/esm/funcs/projectsGetProjects.js.map +1 -0
  464. package/esm/funcs/projectsListPromoteAliases.d.ts +15 -0
  465. package/esm/funcs/projectsListPromoteAliases.d.ts.map +1 -0
  466. package/esm/funcs/projectsListPromoteAliases.js +83 -0
  467. package/esm/funcs/projectsListPromoteAliases.js.map +1 -0
  468. package/esm/funcs/projectsRemoveProjectDomain.d.ts +15 -0
  469. package/esm/funcs/projectsRemoveProjectDomain.d.ts.map +1 -0
  470. package/esm/funcs/projectsRemoveProjectDomain.js +83 -0
  471. package/esm/funcs/projectsRemoveProjectDomain.js.map +1 -0
  472. package/esm/funcs/projectsRemoveProjectEnv.d.ts +15 -0
  473. package/esm/funcs/projectsRemoveProjectEnv.d.ts.map +1 -0
  474. package/esm/funcs/projectsRemoveProjectEnv.js +83 -0
  475. package/esm/funcs/projectsRemoveProjectEnv.js.map +1 -0
  476. package/esm/funcs/projectsRequestPromote.d.ts +15 -0
  477. package/esm/funcs/projectsRequestPromote.d.ts.map +1 -0
  478. package/esm/funcs/projectsRequestPromote.js +84 -0
  479. package/esm/funcs/projectsRequestPromote.js.map +1 -0
  480. package/esm/funcs/projectsUpdateProject.d.ts +15 -0
  481. package/esm/funcs/projectsUpdateProject.d.ts.map +1 -0
  482. package/esm/funcs/projectsUpdateProject.js +80 -0
  483. package/esm/funcs/projectsUpdateProject.js.map +1 -0
  484. package/esm/funcs/projectsUpdateProjectDataCache.d.ts +15 -0
  485. package/esm/funcs/projectsUpdateProjectDataCache.d.ts.map +1 -0
  486. package/esm/funcs/projectsUpdateProjectDataCache.js +80 -0
  487. package/esm/funcs/projectsUpdateProjectDataCache.js.map +1 -0
  488. package/esm/funcs/projectsUpdateProjectDomain.d.ts +15 -0
  489. package/esm/funcs/projectsUpdateProjectDomain.d.ts.map +1 -0
  490. package/esm/funcs/projectsUpdateProjectDomain.js +84 -0
  491. package/esm/funcs/projectsUpdateProjectDomain.js.map +1 -0
  492. package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts +15 -0
  493. package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts.map +1 -0
  494. package/esm/funcs/projectsUpdateProjectProtectionBypass.js +80 -0
  495. package/esm/funcs/projectsUpdateProjectProtectionBypass.js.map +1 -0
  496. package/esm/funcs/projectsVerifyProjectDomain.d.ts +15 -0
  497. package/esm/funcs/projectsVerifyProjectDomain.d.ts.map +1 -0
  498. package/esm/funcs/projectsVerifyProjectDomain.js +83 -0
  499. package/esm/funcs/projectsVerifyProjectDomain.js.map +1 -0
  500. package/esm/funcs/securityGetFirewallConfig.d.ts +15 -0
  501. package/esm/funcs/securityGetFirewallConfig.d.ts.map +1 -0
  502. package/esm/funcs/securityGetFirewallConfig.js +80 -0
  503. package/esm/funcs/securityGetFirewallConfig.js.map +1 -0
  504. package/esm/funcs/securityPutFirewallConfig.d.ts +15 -0
  505. package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
  506. package/esm/funcs/securityPutFirewallConfig.js +75 -0
  507. package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
  508. package/esm/funcs/securityUpdateAttackChallengeMode.d.ts +15 -0
  509. package/esm/funcs/securityUpdateAttackChallengeMode.d.ts.map +1 -0
  510. package/esm/funcs/securityUpdateAttackChallengeMode.js +74 -0
  511. package/esm/funcs/securityUpdateAttackChallengeMode.js.map +1 -0
  512. package/esm/funcs/securityUpdateFirewallConfig.d.ts +15 -0
  513. package/esm/funcs/securityUpdateFirewallConfig.d.ts.map +1 -0
  514. package/esm/funcs/securityUpdateFirewallConfig.js +75 -0
  515. package/esm/funcs/securityUpdateFirewallConfig.js.map +1 -0
  516. package/esm/funcs/teamsCreateTeam.d.ts +15 -0
  517. package/esm/funcs/teamsCreateTeam.d.ts.map +1 -0
  518. package/esm/funcs/teamsCreateTeam.js +71 -0
  519. package/esm/funcs/teamsCreateTeam.js.map +1 -0
  520. package/esm/funcs/teamsDeleteTeam.d.ts +15 -0
  521. package/esm/funcs/teamsDeleteTeam.d.ts.map +1 -0
  522. package/esm/funcs/teamsDeleteTeam.js +80 -0
  523. package/esm/funcs/teamsDeleteTeam.js.map +1 -0
  524. package/esm/funcs/teamsDeleteTeamInviteCode.d.ts +15 -0
  525. package/esm/funcs/teamsDeleteTeamInviteCode.d.ts.map +1 -0
  526. package/esm/funcs/teamsDeleteTeamInviteCode.js +78 -0
  527. package/esm/funcs/teamsDeleteTeamInviteCode.js.map +1 -0
  528. package/esm/funcs/teamsGetTeam.d.ts +17 -0
  529. package/esm/funcs/teamsGetTeam.d.ts.map +1 -0
  530. package/esm/funcs/teamsGetTeam.js +79 -0
  531. package/esm/funcs/teamsGetTeam.js.map +1 -0
  532. package/esm/funcs/teamsGetTeamAccessRequest.d.ts +15 -0
  533. package/esm/funcs/teamsGetTeamAccessRequest.d.ts.map +1 -0
  534. package/esm/funcs/teamsGetTeamAccessRequest.js +78 -0
  535. package/esm/funcs/teamsGetTeamAccessRequest.js.map +1 -0
  536. package/esm/funcs/teamsGetTeamMembers.d.ts +15 -0
  537. package/esm/funcs/teamsGetTeamMembers.d.ts.map +1 -0
  538. package/esm/funcs/teamsGetTeamMembers.js +84 -0
  539. package/esm/funcs/teamsGetTeamMembers.js.map +1 -0
  540. package/esm/funcs/teamsGetTeams.d.ts +15 -0
  541. package/esm/funcs/teamsGetTeams.d.ts.map +1 -0
  542. package/esm/funcs/teamsGetTeams.js +74 -0
  543. package/esm/funcs/teamsGetTeams.js.map +1 -0
  544. package/esm/funcs/teamsInviteUserToTeam.d.ts +15 -0
  545. package/esm/funcs/teamsInviteUserToTeam.d.ts.map +1 -0
  546. package/esm/funcs/teamsInviteUserToTeam.js +75 -0
  547. package/esm/funcs/teamsInviteUserToTeam.js.map +1 -0
  548. package/esm/funcs/teamsJoinTeam.d.ts +15 -0
  549. package/esm/funcs/teamsJoinTeam.d.ts.map +1 -0
  550. package/esm/funcs/teamsJoinTeam.js +75 -0
  551. package/esm/funcs/teamsJoinTeam.js.map +1 -0
  552. package/esm/funcs/teamsPatchTeam.d.ts +17 -0
  553. package/esm/funcs/teamsPatchTeam.d.ts.map +1 -0
  554. package/esm/funcs/teamsPatchTeam.js +80 -0
  555. package/esm/funcs/teamsPatchTeam.js.map +1 -0
  556. package/esm/funcs/teamsRemoveTeamMember.d.ts +15 -0
  557. package/esm/funcs/teamsRemoveTeamMember.d.ts.map +1 -0
  558. package/esm/funcs/teamsRemoveTeamMember.js +82 -0
  559. package/esm/funcs/teamsRemoveTeamMember.js.map +1 -0
  560. package/esm/funcs/teamsRequestAccessToTeam.d.ts +15 -0
  561. package/esm/funcs/teamsRequestAccessToTeam.d.ts.map +1 -0
  562. package/esm/funcs/teamsRequestAccessToTeam.js +75 -0
  563. package/esm/funcs/teamsRequestAccessToTeam.js.map +1 -0
  564. package/esm/funcs/teamsUpdateTeamMember.d.ts +15 -0
  565. package/esm/funcs/teamsUpdateTeamMember.d.ts.map +1 -0
  566. package/esm/funcs/teamsUpdateTeamMember.js +79 -0
  567. package/esm/funcs/teamsUpdateTeamMember.js.map +1 -0
  568. package/esm/funcs/userGetAuthUser.d.ts +15 -0
  569. package/esm/funcs/userGetAuthUser.d.ts.map +1 -0
  570. package/esm/funcs/userGetAuthUser.js +59 -0
  571. package/esm/funcs/userGetAuthUser.js.map +1 -0
  572. package/esm/funcs/userListUserEvents.d.ts +15 -0
  573. package/esm/funcs/userListUserEvents.d.ts.map +1 -0
  574. package/esm/funcs/userListUserEvents.js +79 -0
  575. package/esm/funcs/userListUserEvents.js.map +1 -0
  576. package/esm/funcs/userRequestDelete.d.ts +15 -0
  577. package/esm/funcs/userRequestDelete.d.ts.map +1 -0
  578. package/esm/funcs/userRequestDelete.js +71 -0
  579. package/esm/funcs/userRequestDelete.js.map +1 -0
  580. package/esm/funcs/webhooksCreateWebhook.d.ts +15 -0
  581. package/esm/funcs/webhooksCreateWebhook.d.ts.map +1 -0
  582. package/esm/funcs/webhooksCreateWebhook.js +74 -0
  583. package/esm/funcs/webhooksCreateWebhook.js.map +1 -0
  584. package/esm/funcs/webhooksDeleteWebhook.d.ts +15 -0
  585. package/esm/funcs/webhooksDeleteWebhook.d.ts.map +1 -0
  586. package/esm/funcs/webhooksDeleteWebhook.js +80 -0
  587. package/esm/funcs/webhooksDeleteWebhook.js.map +1 -0
  588. package/esm/funcs/webhooksGetWebhook.d.ts +15 -0
  589. package/esm/funcs/webhooksGetWebhook.d.ts.map +1 -0
  590. package/esm/funcs/webhooksGetWebhook.js +79 -0
  591. package/esm/funcs/webhooksGetWebhook.js.map +1 -0
  592. package/esm/funcs/webhooksGetWebhooks.d.ts +15 -0
  593. package/esm/funcs/webhooksGetWebhooks.d.ts.map +1 -0
  594. package/esm/funcs/webhooksGetWebhooks.js +74 -0
  595. package/esm/funcs/webhooksGetWebhooks.js.map +1 -0
  596. package/esm/hooks/hooks.d.ts +24 -0
  597. package/esm/hooks/hooks.d.ts.map +1 -0
  598. package/esm/hooks/hooks.js +64 -0
  599. package/esm/hooks/hooks.js.map +1 -0
  600. package/esm/hooks/registration.d.ts +3 -0
  601. package/esm/hooks/registration.d.ts.map +1 -0
  602. package/esm/hooks/registration.js +12 -0
  603. package/esm/hooks/registration.js.map +1 -0
  604. package/esm/hooks/types.d.ts +76 -0
  605. package/esm/hooks/types.d.ts.map +1 -0
  606. package/esm/hooks/types.js +5 -0
  607. package/esm/hooks/types.js.map +1 -0
  608. package/esm/index.d.ts +4 -0
  609. package/esm/index.d.ts.map +1 -0
  610. package/esm/index.js +7 -0
  611. package/esm/index.js.map +1 -0
  612. package/esm/lib/base64.d.ts +10 -0
  613. package/esm/lib/base64.d.ts.map +1 -0
  614. package/esm/lib/base64.js +29 -0
  615. package/esm/lib/base64.js.map +1 -0
  616. package/esm/lib/config.d.ts +34 -0
  617. package/esm/lib/config.d.ts.map +1 -0
  618. package/esm/lib/config.js +35 -0
  619. package/esm/lib/config.js.map +1 -0
  620. package/esm/lib/dlv.d.ts +14 -0
  621. package/esm/lib/dlv.d.ts.map +1 -0
  622. package/esm/lib/dlv.js +46 -0
  623. package/esm/lib/dlv.js.map +1 -0
  624. package/esm/lib/encodings.d.ts +51 -0
  625. package/esm/lib/encodings.d.ts.map +1 -0
  626. package/esm/lib/encodings.js +330 -0
  627. package/esm/lib/encodings.js.map +1 -0
  628. package/esm/lib/files.d.ts +8 -0
  629. package/esm/lib/files.d.ts.map +1 -0
  630. package/esm/lib/files.js +33 -0
  631. package/esm/lib/files.js.map +1 -0
  632. package/esm/lib/http.d.ts +67 -0
  633. package/esm/lib/http.d.ts.map +1 -0
  634. package/esm/lib/http.js +208 -0
  635. package/esm/lib/http.js.map +1 -0
  636. package/esm/lib/is-plain-object.d.ts +2 -0
  637. package/esm/lib/is-plain-object.d.ts.map +1 -0
  638. package/esm/lib/is-plain-object.js +38 -0
  639. package/esm/lib/is-plain-object.js.map +1 -0
  640. package/esm/lib/logger.d.ts +6 -0
  641. package/esm/lib/logger.d.ts.map +1 -0
  642. package/esm/lib/logger.js +5 -0
  643. package/esm/lib/logger.js.map +1 -0
  644. package/esm/lib/matchers.d.ts +64 -0
  645. package/esm/lib/matchers.d.ts.map +1 -0
  646. package/esm/lib/matchers.js +187 -0
  647. package/esm/lib/matchers.js.map +1 -0
  648. package/esm/lib/primitives.d.ts +20 -0
  649. package/esm/lib/primitives.d.ts.map +1 -0
  650. package/esm/lib/primitives.js +37 -0
  651. package/esm/lib/primitives.js.map +1 -0
  652. package/esm/lib/retries.d.ts +38 -0
  653. package/esm/lib/retries.d.ts.map +1 -0
  654. package/esm/lib/retries.js +149 -0
  655. package/esm/lib/retries.js.map +1 -0
  656. package/esm/lib/schemas.d.ts +19 -0
  657. package/esm/lib/schemas.d.ts.map +1 -0
  658. package/esm/lib/schemas.js +54 -0
  659. package/esm/lib/schemas.js.map +1 -0
  660. package/esm/lib/sdks.d.ts +56 -0
  661. package/esm/lib/sdks.d.ts.map +1 -0
  662. package/esm/lib/sdks.js +269 -0
  663. package/esm/lib/sdks.js.map +1 -0
  664. package/esm/lib/security.d.ts +82 -0
  665. package/esm/lib/security.d.ts.map +1 -0
  666. package/esm/lib/security.js +131 -0
  667. package/esm/lib/security.js.map +1 -0
  668. package/esm/lib/url.d.ts +5 -0
  669. package/esm/lib/url.d.ts.map +1 -0
  670. package/esm/lib/url.js +22 -0
  671. package/esm/lib/url.js.map +1 -0
  672. package/esm/models/components/aclaction.d.ts +43 -0
  673. package/esm/models/components/aclaction.d.ts.map +1 -0
  674. package/esm/models/components/aclaction.js +31 -0
  675. package/esm/models/components/aclaction.js.map +1 -0
  676. package/esm/models/components/authtoken.d.ts +304 -0
  677. package/esm/models/components/authtoken.d.ts.map +1 -0
  678. package/esm/models/components/authtoken.js +234 -0
  679. package/esm/models/components/authtoken.js.map +1 -0
  680. package/esm/models/components/authuser.d.ts +1057 -0
  681. package/esm/models/components/authuser.d.ts.map +1 -0
  682. package/esm/models/components/authuser.js +780 -0
  683. package/esm/models/components/authuser.js.map +1 -0
  684. package/esm/models/components/authuserlimited.d.ts +99 -0
  685. package/esm/models/components/authuserlimited.d.ts.map +1 -0
  686. package/esm/models/components/authuserlimited.js +66 -0
  687. package/esm/models/components/authuserlimited.js.map +1 -0
  688. package/esm/models/components/edgeconfigitem.d.ts +43 -0
  689. package/esm/models/components/edgeconfigitem.d.ts.map +1 -0
  690. package/esm/models/components/edgeconfigitem.js +42 -0
  691. package/esm/models/components/edgeconfigitem.js.map +1 -0
  692. package/esm/models/components/edgeconfigitemvalue.d.ts +29 -0
  693. package/esm/models/components/edgeconfigitemvalue.d.ts.map +1 -0
  694. package/esm/models/components/edgeconfigitemvalue.js +39 -0
  695. package/esm/models/components/edgeconfigitemvalue.js.map +1 -0
  696. package/esm/models/components/edgeconfigtoken.d.ts +43 -0
  697. package/esm/models/components/edgeconfigtoken.d.ts.map +1 -0
  698. package/esm/models/components/edgeconfigtoken.js +39 -0
  699. package/esm/models/components/edgeconfigtoken.js.map +1 -0
  700. package/esm/models/components/filetree.d.ts +109 -0
  701. package/esm/models/components/filetree.d.ts.map +1 -0
  702. package/esm/models/components/filetree.js +69 -0
  703. package/esm/models/components/filetree.js.map +1 -0
  704. package/esm/models/components/flagjsonvalue.d.ts +29 -0
  705. package/esm/models/components/flagjsonvalue.d.ts.map +1 -0
  706. package/esm/models/components/flagjsonvalue.js +39 -0
  707. package/esm/models/components/flagjsonvalue.js.map +1 -0
  708. package/esm/models/components/pagination.d.ts +45 -0
  709. package/esm/models/components/pagination.d.ts.map +1 -0
  710. package/esm/models/components/pagination.js +35 -0
  711. package/esm/models/components/pagination.js.map +1 -0
  712. package/esm/models/components/security.d.ts +29 -0
  713. package/esm/models/components/security.d.ts.map +1 -0
  714. package/esm/models/components/security.js +31 -0
  715. package/esm/models/components/security.js.map +1 -0
  716. package/esm/models/components/teamlimited.d.ts +440 -0
  717. package/esm/models/components/teamlimited.d.ts.map +1 -0
  718. package/esm/models/components/teamlimited.js +327 -0
  719. package/esm/models/components/teamlimited.js.map +1 -0
  720. package/esm/models/components/userevent.d.ts +28 -0
  721. package/esm/models/components/userevent.d.ts.map +1 -0
  722. package/esm/models/components/userevent.js +27 -0
  723. package/esm/models/components/userevent.js.map +1 -0
  724. package/esm/models/errors/httpclienterrors.d.ts +44 -0
  725. package/esm/models/errors/httpclienterrors.d.ts.map +1 -0
  726. package/esm/models/errors/httpclienterrors.js +69 -0
  727. package/esm/models/errors/httpclienterrors.js.map +1 -0
  728. package/esm/models/errors/sdkerror.d.ts +8 -0
  729. package/esm/models/errors/sdkerror.d.ts.map +1 -0
  730. package/esm/models/errors/sdkerror.js +17 -0
  731. package/esm/models/errors/sdkerror.js.map +1 -0
  732. package/esm/models/errors/sdkvalidationerror.d.ts +20 -0
  733. package/esm/models/errors/sdkvalidationerror.d.ts.map +1 -0
  734. package/esm/models/errors/sdkvalidationerror.js +77 -0
  735. package/esm/models/errors/sdkvalidationerror.js.map +1 -0
  736. package/esm/models/operations/addprojectdomain.d.ts +213 -0
  737. package/esm/models/operations/addprojectdomain.d.ts.map +1 -0
  738. package/esm/models/operations/addprojectdomain.js +179 -0
  739. package/esm/models/operations/addprojectdomain.js.map +1 -0
  740. package/esm/models/operations/addprojectmember.d.ts +325 -0
  741. package/esm/models/operations/addprojectmember.d.ts.map +1 -0
  742. package/esm/models/operations/addprojectmember.js +271 -0
  743. package/esm/models/operations/addprojectmember.js.map +1 -0
  744. package/esm/models/operations/artifactexists.d.ts +42 -0
  745. package/esm/models/operations/artifactexists.d.ts.map +1 -0
  746. package/esm/models/operations/artifactexists.js +35 -0
  747. package/esm/models/operations/artifactexists.js.map +1 -0
  748. package/esm/models/operations/artifactquery.d.ts +167 -0
  749. package/esm/models/operations/artifactquery.d.ts.map +1 -0
  750. package/esm/models/operations/artifactquery.js +176 -0
  751. package/esm/models/operations/artifactquery.js.map +1 -0
  752. package/esm/models/operations/assignalias.d.ts +123 -0
  753. package/esm/models/operations/assignalias.d.ts.map +1 -0
  754. package/esm/models/operations/assignalias.js +104 -0
  755. package/esm/models/operations/assignalias.js.map +1 -0
  756. package/esm/models/operations/buydomain.d.ts +264 -0
  757. package/esm/models/operations/buydomain.d.ts.map +1 -0
  758. package/esm/models/operations/buydomain.js +236 -0
  759. package/esm/models/operations/buydomain.js.map +1 -0
  760. package/esm/models/operations/canceldeployment.d.ts +2936 -0
  761. package/esm/models/operations/canceldeployment.d.ts.map +1 -0
  762. package/esm/models/operations/canceldeployment.js +2690 -0
  763. package/esm/models/operations/canceldeployment.js.map +1 -0
  764. package/esm/models/operations/checkdomainprice.d.ts +109 -0
  765. package/esm/models/operations/checkdomainprice.d.ts.map +1 -0
  766. package/esm/models/operations/checkdomainprice.js +82 -0
  767. package/esm/models/operations/checkdomainprice.js.map +1 -0
  768. package/esm/models/operations/checkdomainstatus.d.ts +70 -0
  769. package/esm/models/operations/checkdomainstatus.d.ts.map +1 -0
  770. package/esm/models/operations/checkdomainstatus.js +60 -0
  771. package/esm/models/operations/checkdomainstatus.js.map +1 -0
  772. package/esm/models/operations/createaccessgroup.d.ts +194 -0
  773. package/esm/models/operations/createaccessgroup.d.ts.map +1 -0
  774. package/esm/models/operations/createaccessgroup.js +164 -0
  775. package/esm/models/operations/createaccessgroup.js.map +1 -0
  776. package/esm/models/operations/createaccessgroupproject.d.ts +172 -0
  777. package/esm/models/operations/createaccessgroupproject.d.ts.map +1 -0
  778. package/esm/models/operations/createaccessgroupproject.js +154 -0
  779. package/esm/models/operations/createaccessgroupproject.js.map +1 -0
  780. package/esm/models/operations/createauthtoken.d.ts +103 -0
  781. package/esm/models/operations/createauthtoken.d.ts.map +1 -0
  782. package/esm/models/operations/createauthtoken.js +101 -0
  783. package/esm/models/operations/createauthtoken.js.map +1 -0
  784. package/esm/models/operations/createcheck.d.ts +531 -0
  785. package/esm/models/operations/createcheck.d.ts.map +1 -0
  786. package/esm/models/operations/createcheck.js +487 -0
  787. package/esm/models/operations/createcheck.js.map +1 -0
  788. package/esm/models/operations/createconfigurablelogdrain.d.ts +445 -0
  789. package/esm/models/operations/createconfigurablelogdrain.d.ts.map +1 -0
  790. package/esm/models/operations/createconfigurablelogdrain.js +353 -0
  791. package/esm/models/operations/createconfigurablelogdrain.js.map +1 -0
  792. package/esm/models/operations/createdeployment.d.ts +3934 -0
  793. package/esm/models/operations/createdeployment.d.ts.map +1 -0
  794. package/esm/models/operations/createdeployment.js +3463 -0
  795. package/esm/models/operations/createdeployment.js.map +1 -0
  796. package/esm/models/operations/createedgeconfig.d.ts +332 -0
  797. package/esm/models/operations/createedgeconfig.d.ts.map +1 -0
  798. package/esm/models/operations/createedgeconfig.js +407 -0
  799. package/esm/models/operations/createedgeconfig.js.map +1 -0
  800. package/esm/models/operations/createedgeconfigtoken.d.ts +93 -0
  801. package/esm/models/operations/createedgeconfigtoken.d.ts.map +1 -0
  802. package/esm/models/operations/createedgeconfigtoken.js +100 -0
  803. package/esm/models/operations/createedgeconfigtoken.js.map +1 -0
  804. package/esm/models/operations/createevent.d.ts +187 -0
  805. package/esm/models/operations/createevent.d.ts.map +1 -0
  806. package/esm/models/operations/createevent.js +195 -0
  807. package/esm/models/operations/createevent.js.map +1 -0
  808. package/esm/models/operations/createlogdrain.d.ts +440 -0
  809. package/esm/models/operations/createlogdrain.d.ts.map +1 -0
  810. package/esm/models/operations/createlogdrain.js +298 -0
  811. package/esm/models/operations/createlogdrain.js.map +1 -0
  812. package/esm/models/operations/createortransferdomain.d.ts +388 -0
  813. package/esm/models/operations/createortransferdomain.d.ts.map +1 -0
  814. package/esm/models/operations/createortransferdomain.js +310 -0
  815. package/esm/models/operations/createortransferdomain.js.map +1 -0
  816. package/esm/models/operations/createproject.d.ts +5219 -0
  817. package/esm/models/operations/createproject.d.ts.map +1 -0
  818. package/esm/models/operations/createproject.js +4624 -0
  819. package/esm/models/operations/createproject.js.map +1 -0
  820. package/esm/models/operations/createprojectenv.d.ts +2820 -0
  821. package/esm/models/operations/createprojectenv.d.ts.map +1 -0
  822. package/esm/models/operations/createprojectenv.js +2660 -0
  823. package/esm/models/operations/createprojectenv.js.map +1 -0
  824. package/esm/models/operations/createrecord.d.ts +1216 -0
  825. package/esm/models/operations/createrecord.d.ts.map +1 -0
  826. package/esm/models/operations/createrecord.js +884 -0
  827. package/esm/models/operations/createrecord.js.map +1 -0
  828. package/esm/models/operations/createteam.d.ts +190 -0
  829. package/esm/models/operations/createteam.d.ts.map +1 -0
  830. package/esm/models/operations/createteam.js +149 -0
  831. package/esm/models/operations/createteam.js.map +1 -0
  832. package/esm/models/operations/createwebhook.d.ts +422 -0
  833. package/esm/models/operations/createwebhook.d.ts.map +1 -0
  834. package/esm/models/operations/createwebhook.js +232 -0
  835. package/esm/models/operations/createwebhook.js.map +1 -0
  836. package/esm/models/operations/deleteaccessgroup.d.ts +39 -0
  837. package/esm/models/operations/deleteaccessgroup.d.ts.map +1 -0
  838. package/esm/models/operations/deleteaccessgroup.js +35 -0
  839. package/esm/models/operations/deleteaccessgroup.js.map +1 -0
  840. package/esm/models/operations/deleteaccessgroupproject.d.ts +41 -0
  841. package/esm/models/operations/deleteaccessgroupproject.d.ts.map +1 -0
  842. package/esm/models/operations/deleteaccessgroupproject.js +37 -0
  843. package/esm/models/operations/deleteaccessgroupproject.js.map +1 -0
  844. package/esm/models/operations/deletealias.d.ts +93 -0
  845. package/esm/models/operations/deletealias.d.ts.map +1 -0
  846. package/esm/models/operations/deletealias.js +78 -0
  847. package/esm/models/operations/deletealias.js.map +1 -0
  848. package/esm/models/operations/deleteauthtoken.d.ts +63 -0
  849. package/esm/models/operations/deleteauthtoken.d.ts.map +1 -0
  850. package/esm/models/operations/deleteauthtoken.js +56 -0
  851. package/esm/models/operations/deleteauthtoken.js.map +1 -0
  852. package/esm/models/operations/deleteconfigurablelogdrain.d.ts +39 -0
  853. package/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +1 -0
  854. package/esm/models/operations/deleteconfigurablelogdrain.js +35 -0
  855. package/esm/models/operations/deleteconfigurablelogdrain.js.map +1 -0
  856. package/esm/models/operations/deleteconfiguration.d.ts +39 -0
  857. package/esm/models/operations/deleteconfiguration.d.ts.map +1 -0
  858. package/esm/models/operations/deleteconfiguration.js +35 -0
  859. package/esm/models/operations/deleteconfiguration.js.map +1 -0
  860. package/esm/models/operations/deletedeployment.d.ts +112 -0
  861. package/esm/models/operations/deletedeployment.d.ts.map +1 -0
  862. package/esm/models/operations/deletedeployment.js +85 -0
  863. package/esm/models/operations/deletedeployment.js.map +1 -0
  864. package/esm/models/operations/deletedomain.d.ts +73 -0
  865. package/esm/models/operations/deletedomain.d.ts.map +1 -0
  866. package/esm/models/operations/deletedomain.js +60 -0
  867. package/esm/models/operations/deletedomain.js.map +1 -0
  868. package/esm/models/operations/deleteedgeconfig.d.ts +39 -0
  869. package/esm/models/operations/deleteedgeconfig.d.ts.map +1 -0
  870. package/esm/models/operations/deleteedgeconfig.js +35 -0
  871. package/esm/models/operations/deleteedgeconfig.js.map +1 -0
  872. package/esm/models/operations/deleteedgeconfigschema.d.ts +39 -0
  873. package/esm/models/operations/deleteedgeconfigschema.d.ts.map +1 -0
  874. package/esm/models/operations/deleteedgeconfigschema.js +35 -0
  875. package/esm/models/operations/deleteedgeconfigschema.js.map +1 -0
  876. package/esm/models/operations/deleteedgeconfigtokens.d.ts +66 -0
  877. package/esm/models/operations/deleteedgeconfigtokens.d.ts.map +1 -0
  878. package/esm/models/operations/deleteedgeconfigtokens.js +73 -0
  879. package/esm/models/operations/deleteedgeconfigtokens.js.map +1 -0
  880. package/esm/models/operations/deleteintegrationlogdrain.d.ts +42 -0
  881. package/esm/models/operations/deleteintegrationlogdrain.d.ts.map +1 -0
  882. package/esm/models/operations/deleteintegrationlogdrain.js +35 -0
  883. package/esm/models/operations/deleteintegrationlogdrain.js.map +1 -0
  884. package/esm/models/operations/deleteproject.d.ts +42 -0
  885. package/esm/models/operations/deleteproject.d.ts.map +1 -0
  886. package/esm/models/operations/deleteproject.js +35 -0
  887. package/esm/models/operations/deleteproject.js.map +1 -0
  888. package/esm/models/operations/deleteteam.d.ts +144 -0
  889. package/esm/models/operations/deleteteam.d.ts.map +1 -0
  890. package/esm/models/operations/deleteteam.js +125 -0
  891. package/esm/models/operations/deleteteam.js.map +1 -0
  892. package/esm/models/operations/deleteteaminvitecode.d.ts +68 -0
  893. package/esm/models/operations/deleteteaminvitecode.d.ts.map +1 -0
  894. package/esm/models/operations/deleteteaminvitecode.js +58 -0
  895. package/esm/models/operations/deleteteaminvitecode.js.map +1 -0
  896. package/esm/models/operations/deletewebhook.d.ts +39 -0
  897. package/esm/models/operations/deletewebhook.d.ts.map +1 -0
  898. package/esm/models/operations/deletewebhook.js +35 -0
  899. package/esm/models/operations/deletewebhook.js.map +1 -0
  900. package/esm/models/operations/downloadartifact.d.ts +52 -0
  901. package/esm/models/operations/downloadartifact.d.ts.map +1 -0
  902. package/esm/models/operations/downloadartifact.js +50 -0
  903. package/esm/models/operations/downloadartifact.js.map +1 -0
  904. package/esm/models/operations/editprojectenv.d.ts +1188 -0
  905. package/esm/models/operations/editprojectenv.d.ts.map +1 -0
  906. package/esm/models/operations/editprojectenv.js +1118 -0
  907. package/esm/models/operations/editprojectenv.js.map +1 -0
  908. package/esm/models/operations/exchangessotoken.d.ts +81 -0
  909. package/esm/models/operations/exchangessotoken.d.ts.map +1 -0
  910. package/esm/models/operations/exchangessotoken.js +93 -0
  911. package/esm/models/operations/exchangessotoken.js.map +1 -0
  912. package/esm/models/operations/filterprojectenvs.d.ts +3154 -0
  913. package/esm/models/operations/filterprojectenvs.d.ts.map +1 -0
  914. package/esm/models/operations/filterprojectenvs.js +3045 -0
  915. package/esm/models/operations/filterprojectenvs.js.map +1 -0
  916. package/esm/models/operations/getaccountinfo.d.ts +85 -0
  917. package/esm/models/operations/getaccountinfo.d.ts.map +1 -0
  918. package/esm/models/operations/getaccountinfo.js +87 -0
  919. package/esm/models/operations/getaccountinfo.js.map +1 -0
  920. package/esm/models/operations/getalias.d.ts +508 -0
  921. package/esm/models/operations/getalias.d.ts.map +1 -0
  922. package/esm/models/operations/getalias.js +406 -0
  923. package/esm/models/operations/getalias.js.map +1 -0
  924. package/esm/models/operations/getallchecks.d.ts +495 -0
  925. package/esm/models/operations/getallchecks.d.ts.map +1 -0
  926. package/esm/models/operations/getallchecks.js +462 -0
  927. package/esm/models/operations/getallchecks.js.map +1 -0
  928. package/esm/models/operations/getalllogdrains.d.ts +289 -0
  929. package/esm/models/operations/getalllogdrains.d.ts.map +1 -0
  930. package/esm/models/operations/getalllogdrains.js +228 -0
  931. package/esm/models/operations/getalllogdrains.js.map +1 -0
  932. package/esm/models/operations/getauthtoken.d.ts +64 -0
  933. package/esm/models/operations/getauthtoken.d.ts.map +1 -0
  934. package/esm/models/operations/getauthtoken.js +57 -0
  935. package/esm/models/operations/getauthtoken.js.map +1 -0
  936. package/esm/models/operations/getauthuser.d.ts +55 -0
  937. package/esm/models/operations/getauthuser.d.ts.map +1 -0
  938. package/esm/models/operations/getauthuser.js +55 -0
  939. package/esm/models/operations/getauthuser.js.map +1 -0
  940. package/esm/models/operations/getcertbyid.d.ts +75 -0
  941. package/esm/models/operations/getcertbyid.d.ts.map +1 -0
  942. package/esm/models/operations/getcertbyid.js +68 -0
  943. package/esm/models/operations/getcertbyid.js.map +1 -0
  944. package/esm/models/operations/getcheck.d.ts +481 -0
  945. package/esm/models/operations/getcheck.d.ts.map +1 -0
  946. package/esm/models/operations/getcheck.js +444 -0
  947. package/esm/models/operations/getcheck.js.map +1 -0
  948. package/esm/models/operations/getconfigurablelogdrain.d.ts +286 -0
  949. package/esm/models/operations/getconfigurablelogdrain.d.ts.map +1 -0
  950. package/esm/models/operations/getconfigurablelogdrain.js +227 -0
  951. package/esm/models/operations/getconfigurablelogdrain.js.map +1 -0
  952. package/esm/models/operations/getconfiguration.d.ts +756 -0
  953. package/esm/models/operations/getconfiguration.d.ts.map +1 -0
  954. package/esm/models/operations/getconfiguration.js +568 -0
  955. package/esm/models/operations/getconfiguration.js.map +1 -0
  956. package/esm/models/operations/getconfigurations.d.ts +995 -0
  957. package/esm/models/operations/getconfigurations.d.ts.map +1 -0
  958. package/esm/models/operations/getconfigurations.js +790 -0
  959. package/esm/models/operations/getconfigurations.js.map +1 -0
  960. package/esm/models/operations/getdeployment.d.ts +4284 -0
  961. package/esm/models/operations/getdeployment.d.ts.map +1 -0
  962. package/esm/models/operations/getdeployment.js +3955 -0
  963. package/esm/models/operations/getdeployment.js.map +1 -0
  964. package/esm/models/operations/getdeploymentevents.d.ts +137 -0
  965. package/esm/models/operations/getdeploymentevents.d.ts.map +1 -0
  966. package/esm/models/operations/getdeploymentevents.js +97 -0
  967. package/esm/models/operations/getdeploymentevents.js.map +1 -0
  968. package/esm/models/operations/getdeploymentfilecontents.d.ts +52 -0
  969. package/esm/models/operations/getdeploymentfilecontents.d.ts.map +1 -0
  970. package/esm/models/operations/getdeploymentfilecontents.js +39 -0
  971. package/esm/models/operations/getdeploymentfilecontents.js.map +1 -0
  972. package/esm/models/operations/getdeployments.d.ts +1105 -0
  973. package/esm/models/operations/getdeployments.d.ts.map +1 -0
  974. package/esm/models/operations/getdeployments.js +723 -0
  975. package/esm/models/operations/getdeployments.js.map +1 -0
  976. package/esm/models/operations/getdomain.d.ts +245 -0
  977. package/esm/models/operations/getdomain.d.ts.map +1 -0
  978. package/esm/models/operations/getdomain.js +176 -0
  979. package/esm/models/operations/getdomain.js.map +1 -0
  980. package/esm/models/operations/getdomainconfig.d.ts +185 -0
  981. package/esm/models/operations/getdomainconfig.d.ts.map +1 -0
  982. package/esm/models/operations/getdomainconfig.js +135 -0
  983. package/esm/models/operations/getdomainconfig.js.map +1 -0
  984. package/esm/models/operations/getdomains.d.ts +259 -0
  985. package/esm/models/operations/getdomains.d.ts.map +1 -0
  986. package/esm/models/operations/getdomains.js +180 -0
  987. package/esm/models/operations/getdomains.js.map +1 -0
  988. package/esm/models/operations/getdomaintransfer.d.ts +169 -0
  989. package/esm/models/operations/getdomaintransfer.d.ts.map +1 -0
  990. package/esm/models/operations/getdomaintransfer.js +118 -0
  991. package/esm/models/operations/getdomaintransfer.js.map +1 -0
  992. package/esm/models/operations/getedgeconfig.d.ts +196 -0
  993. package/esm/models/operations/getedgeconfig.d.ts.map +1 -0
  994. package/esm/models/operations/getedgeconfig.js +175 -0
  995. package/esm/models/operations/getedgeconfig.js.map +1 -0
  996. package/esm/models/operations/getedgeconfigbackup.d.ts +398 -0
  997. package/esm/models/operations/getedgeconfigbackup.d.ts.map +1 -0
  998. package/esm/models/operations/getedgeconfigbackup.js +386 -0
  999. package/esm/models/operations/getedgeconfigbackup.js.map +1 -0
  1000. package/esm/models/operations/getedgeconfigbackups.d.ts +159 -0
  1001. package/esm/models/operations/getedgeconfigbackups.d.ts.map +1 -0
  1002. package/esm/models/operations/getedgeconfigbackups.js +157 -0
  1003. package/esm/models/operations/getedgeconfigbackups.js.map +1 -0
  1004. package/esm/models/operations/getedgeconfigitem.d.ts +41 -0
  1005. package/esm/models/operations/getedgeconfigitem.d.ts.map +1 -0
  1006. package/esm/models/operations/getedgeconfigitem.js +37 -0
  1007. package/esm/models/operations/getedgeconfigitem.js.map +1 -0
  1008. package/esm/models/operations/getedgeconfigitems.d.ts +39 -0
  1009. package/esm/models/operations/getedgeconfigitems.d.ts.map +1 -0
  1010. package/esm/models/operations/getedgeconfigitems.js +35 -0
  1011. package/esm/models/operations/getedgeconfigitems.js.map +1 -0
  1012. package/esm/models/operations/getedgeconfigs.d.ts +191 -0
  1013. package/esm/models/operations/getedgeconfigs.d.ts.map +1 -0
  1014. package/esm/models/operations/getedgeconfigs.js +174 -0
  1015. package/esm/models/operations/getedgeconfigs.js.map +1 -0
  1016. package/esm/models/operations/getedgeconfigschema.d.ts +63 -0
  1017. package/esm/models/operations/getedgeconfigschema.d.ts.map +1 -0
  1018. package/esm/models/operations/getedgeconfigschema.js +56 -0
  1019. package/esm/models/operations/getedgeconfigschema.js.map +1 -0
  1020. package/esm/models/operations/getedgeconfigtoken.d.ts +41 -0
  1021. package/esm/models/operations/getedgeconfigtoken.d.ts.map +1 -0
  1022. package/esm/models/operations/getedgeconfigtoken.js +37 -0
  1023. package/esm/models/operations/getedgeconfigtoken.js.map +1 -0
  1024. package/esm/models/operations/getedgeconfigtokens.d.ts +39 -0
  1025. package/esm/models/operations/getedgeconfigtokens.d.ts.map +1 -0
  1026. package/esm/models/operations/getedgeconfigtokens.js +35 -0
  1027. package/esm/models/operations/getedgeconfigtokens.js.map +1 -0
  1028. package/esm/models/operations/getfirewallconfig.d.ts +1347 -0
  1029. package/esm/models/operations/getfirewallconfig.d.ts.map +1 -0
  1030. package/esm/models/operations/getfirewallconfig.js +1168 -0
  1031. package/esm/models/operations/getfirewallconfig.js.map +1 -0
  1032. package/esm/models/operations/getintegrationlogdrains.d.ts +281 -0
  1033. package/esm/models/operations/getintegrationlogdrains.d.ts.map +1 -0
  1034. package/esm/models/operations/getintegrationlogdrains.js +184 -0
  1035. package/esm/models/operations/getintegrationlogdrains.js.map +1 -0
  1036. package/esm/models/operations/getinvoice.d.ts +232 -0
  1037. package/esm/models/operations/getinvoice.d.ts.map +1 -0
  1038. package/esm/models/operations/getinvoice.js +219 -0
  1039. package/esm/models/operations/getinvoice.js.map +1 -0
  1040. package/esm/models/operations/getmember.d.ts +84 -0
  1041. package/esm/models/operations/getmember.d.ts.map +1 -0
  1042. package/esm/models/operations/getmember.js +79 -0
  1043. package/esm/models/operations/getmember.js.map +1 -0
  1044. package/esm/models/operations/getprojectdomain.d.ts +132 -0
  1045. package/esm/models/operations/getprojectdomain.d.ts.map +1 -0
  1046. package/esm/models/operations/getprojectdomain.js +113 -0
  1047. package/esm/models/operations/getprojectdomain.js.map +1 -0
  1048. package/esm/models/operations/getprojectdomains.d.ts +367 -0
  1049. package/esm/models/operations/getprojectdomains.d.ts.map +1 -0
  1050. package/esm/models/operations/getprojectdomains.js +272 -0
  1051. package/esm/models/operations/getprojectdomains.js.map +1 -0
  1052. package/esm/models/operations/getprojectenv.d.ts +3034 -0
  1053. package/esm/models/operations/getprojectenv.d.ts.map +1 -0
  1054. package/esm/models/operations/getprojectenv.js +2955 -0
  1055. package/esm/models/operations/getprojectenv.js.map +1 -0
  1056. package/esm/models/operations/getprojectmembers.d.ts +357 -0
  1057. package/esm/models/operations/getprojectmembers.d.ts.map +1 -0
  1058. package/esm/models/operations/getprojectmembers.js +262 -0
  1059. package/esm/models/operations/getprojectmembers.js.map +1 -0
  1060. package/esm/models/operations/getprojects.d.ts +4792 -0
  1061. package/esm/models/operations/getprojects.d.ts.map +1 -0
  1062. package/esm/models/operations/getprojects.js +4372 -0
  1063. package/esm/models/operations/getprojects.js.map +1 -0
  1064. package/esm/models/operations/getrecords.d.ts +330 -0
  1065. package/esm/models/operations/getrecords.d.ts.map +1 -0
  1066. package/esm/models/operations/getrecords.js +271 -0
  1067. package/esm/models/operations/getrecords.js.map +1 -0
  1068. package/esm/models/operations/getteam.d.ts +37 -0
  1069. package/esm/models/operations/getteam.d.ts.map +1 -0
  1070. package/esm/models/operations/getteam.js +33 -0
  1071. package/esm/models/operations/getteam.js.map +1 -0
  1072. package/esm/models/operations/getteamaccessrequest.d.ts +303 -0
  1073. package/esm/models/operations/getteamaccessrequest.d.ts.map +1 -0
  1074. package/esm/models/operations/getteamaccessrequest.js +241 -0
  1075. package/esm/models/operations/getteamaccessrequest.js.map +1 -0
  1076. package/esm/models/operations/getteammembers.d.ts +691 -0
  1077. package/esm/models/operations/getteammembers.d.ts.map +1 -0
  1078. package/esm/models/operations/getteammembers.js +514 -0
  1079. package/esm/models/operations/getteammembers.js.map +1 -0
  1080. package/esm/models/operations/getteams.d.ts +106 -0
  1081. package/esm/models/operations/getteams.d.ts.map +1 -0
  1082. package/esm/models/operations/getteams.js +86 -0
  1083. package/esm/models/operations/getteams.js.map +1 -0
  1084. package/esm/models/operations/getwebhook.d.ts +246 -0
  1085. package/esm/models/operations/getwebhook.d.ts.map +1 -0
  1086. package/esm/models/operations/getwebhook.js +133 -0
  1087. package/esm/models/operations/getwebhook.js.map +1 -0
  1088. package/esm/models/operations/getwebhooks.d.ts +660 -0
  1089. package/esm/models/operations/getwebhooks.d.ts.map +1 -0
  1090. package/esm/models/operations/getwebhooks.js +355 -0
  1091. package/esm/models/operations/getwebhooks.js.map +1 -0
  1092. package/esm/models/operations/gitnamespaces.d.ts +126 -0
  1093. package/esm/models/operations/gitnamespaces.d.ts.map +1 -0
  1094. package/esm/models/operations/gitnamespaces.js +115 -0
  1095. package/esm/models/operations/gitnamespaces.js.map +1 -0
  1096. package/esm/models/operations/inviteusertoteam.d.ts +361 -0
  1097. package/esm/models/operations/inviteusertoteam.d.ts.map +1 -0
  1098. package/esm/models/operations/inviteusertoteam.js +289 -0
  1099. package/esm/models/operations/inviteusertoteam.js.map +1 -0
  1100. package/esm/models/operations/issuecert.d.ts +100 -0
  1101. package/esm/models/operations/issuecert.d.ts.map +1 -0
  1102. package/esm/models/operations/issuecert.js +102 -0
  1103. package/esm/models/operations/issuecert.js.map +1 -0
  1104. package/esm/models/operations/jointeam.d.ts +105 -0
  1105. package/esm/models/operations/jointeam.d.ts.map +1 -0
  1106. package/esm/models/operations/jointeam.js +98 -0
  1107. package/esm/models/operations/jointeam.js.map +1 -0
  1108. package/esm/models/operations/listaccessgroupmembers.d.ts +186 -0
  1109. package/esm/models/operations/listaccessgroupmembers.d.ts.map +1 -0
  1110. package/esm/models/operations/listaccessgroupmembers.js +156 -0
  1111. package/esm/models/operations/listaccessgroupmembers.js.map +1 -0
  1112. package/esm/models/operations/listaccessgroupprojects.d.ts +197 -0
  1113. package/esm/models/operations/listaccessgroupprojects.d.ts.map +1 -0
  1114. package/esm/models/operations/listaccessgroupprojects.js +175 -0
  1115. package/esm/models/operations/listaccessgroupprojects.js.map +1 -0
  1116. package/esm/models/operations/listaccessgroups.d.ts +229 -0
  1117. package/esm/models/operations/listaccessgroups.d.ts.map +1 -0
  1118. package/esm/models/operations/listaccessgroups.js +192 -0
  1119. package/esm/models/operations/listaccessgroups.js.map +1 -0
  1120. package/esm/models/operations/listaliases.d.ts +573 -0
  1121. package/esm/models/operations/listaliases.d.ts.map +1 -0
  1122. package/esm/models/operations/listaliases.js +461 -0
  1123. package/esm/models/operations/listaliases.js.map +1 -0
  1124. package/esm/models/operations/listauthtokens.d.ts +41 -0
  1125. package/esm/models/operations/listauthtokens.d.ts.map +1 -0
  1126. package/esm/models/operations/listauthtokens.js +37 -0
  1127. package/esm/models/operations/listauthtokens.js.map +1 -0
  1128. package/esm/models/operations/listdeploymentaliases.d.ts +397 -0
  1129. package/esm/models/operations/listdeploymentaliases.d.ts.map +1 -0
  1130. package/esm/models/operations/listdeploymentaliases.js +350 -0
  1131. package/esm/models/operations/listdeploymentaliases.js.map +1 -0
  1132. package/esm/models/operations/listdeploymentfiles.d.ts +42 -0
  1133. package/esm/models/operations/listdeploymentfiles.d.ts.map +1 -0
  1134. package/esm/models/operations/listdeploymentfiles.js +35 -0
  1135. package/esm/models/operations/listdeploymentfiles.js.map +1 -0
  1136. package/esm/models/operations/listpromotealiases.d.ts +161 -0
  1137. package/esm/models/operations/listpromotealiases.d.ts.map +1 -0
  1138. package/esm/models/operations/listpromotealiases.js +148 -0
  1139. package/esm/models/operations/listpromotealiases.js.map +1 -0
  1140. package/esm/models/operations/listuserevents.d.ts +99 -0
  1141. package/esm/models/operations/listuserevents.d.ts.map +1 -0
  1142. package/esm/models/operations/listuserevents.js +71 -0
  1143. package/esm/models/operations/listuserevents.js.map +1 -0
  1144. package/esm/models/operations/patchdomain.d.ts +240 -0
  1145. package/esm/models/operations/patchdomain.d.ts.map +1 -0
  1146. package/esm/models/operations/patchdomain.js +247 -0
  1147. package/esm/models/operations/patchdomain.js.map +1 -0
  1148. package/esm/models/operations/patchedgeconfigschema.d.ts +92 -0
  1149. package/esm/models/operations/patchedgeconfigschema.d.ts.map +1 -0
  1150. package/esm/models/operations/patchedgeconfigschema.js +96 -0
  1151. package/esm/models/operations/patchedgeconfigschema.js.map +1 -0
  1152. package/esm/models/operations/patchteam.d.ts +278 -0
  1153. package/esm/models/operations/patchteam.d.ts.map +1 -0
  1154. package/esm/models/operations/patchteam.js +220 -0
  1155. package/esm/models/operations/patchteam.js.map +1 -0
  1156. package/esm/models/operations/putfirewallconfig.d.ts +2662 -0
  1157. package/esm/models/operations/putfirewallconfig.d.ts.map +1 -0
  1158. package/esm/models/operations/putfirewallconfig.js +2342 -0
  1159. package/esm/models/operations/putfirewallconfig.js.map +1 -0
  1160. package/esm/models/operations/readaccessgroup.d.ts +124 -0
  1161. package/esm/models/operations/readaccessgroup.d.ts.map +1 -0
  1162. package/esm/models/operations/readaccessgroup.js +94 -0
  1163. package/esm/models/operations/readaccessgroup.js.map +1 -0
  1164. package/esm/models/operations/readaccessgroupproject.d.ts +105 -0
  1165. package/esm/models/operations/readaccessgroupproject.d.ts.map +1 -0
  1166. package/esm/models/operations/readaccessgroupproject.js +92 -0
  1167. package/esm/models/operations/readaccessgroupproject.js.map +1 -0
  1168. package/esm/models/operations/recordevents.d.ts +160 -0
  1169. package/esm/models/operations/recordevents.d.ts.map +1 -0
  1170. package/esm/models/operations/recordevents.js +130 -0
  1171. package/esm/models/operations/recordevents.js.map +1 -0
  1172. package/esm/models/operations/removecert.d.ts +63 -0
  1173. package/esm/models/operations/removecert.d.ts.map +1 -0
  1174. package/esm/models/operations/removecert.js +56 -0
  1175. package/esm/models/operations/removecert.js.map +1 -0
  1176. package/esm/models/operations/removeprojectdomain.d.ts +71 -0
  1177. package/esm/models/operations/removeprojectdomain.d.ts.map +1 -0
  1178. package/esm/models/operations/removeprojectdomain.js +58 -0
  1179. package/esm/models/operations/removeprojectdomain.js.map +1 -0
  1180. package/esm/models/operations/removeprojectenv.d.ts +3074 -0
  1181. package/esm/models/operations/removeprojectenv.d.ts.map +1 -0
  1182. package/esm/models/operations/removeprojectenv.js +2988 -0
  1183. package/esm/models/operations/removeprojectenv.js.map +1 -0
  1184. package/esm/models/operations/removeprojectmember.d.ts +72 -0
  1185. package/esm/models/operations/removeprojectmember.d.ts.map +1 -0
  1186. package/esm/models/operations/removeprojectmember.js +62 -0
  1187. package/esm/models/operations/removeprojectmember.js.map +1 -0
  1188. package/esm/models/operations/removerecord.d.ts +65 -0
  1189. package/esm/models/operations/removerecord.d.ts.map +1 -0
  1190. package/esm/models/operations/removerecord.js +58 -0
  1191. package/esm/models/operations/removerecord.js.map +1 -0
  1192. package/esm/models/operations/removeteammember.d.ts +70 -0
  1193. package/esm/models/operations/removeteammember.d.ts.map +1 -0
  1194. package/esm/models/operations/removeteammember.js +60 -0
  1195. package/esm/models/operations/removeteammember.js.map +1 -0
  1196. package/esm/models/operations/requestaccesstoteam.d.ts +415 -0
  1197. package/esm/models/operations/requestaccesstoteam.d.ts.map +1 -0
  1198. package/esm/models/operations/requestaccesstoteam.js +365 -0
  1199. package/esm/models/operations/requestaccesstoteam.js.map +1 -0
  1200. package/esm/models/operations/requestdelete.d.ts +109 -0
  1201. package/esm/models/operations/requestdelete.d.ts.map +1 -0
  1202. package/esm/models/operations/requestdelete.js +88 -0
  1203. package/esm/models/operations/requestdelete.js.map +1 -0
  1204. package/esm/models/operations/requestpromote.d.ts +41 -0
  1205. package/esm/models/operations/requestpromote.d.ts.map +1 -0
  1206. package/esm/models/operations/requestpromote.js +37 -0
  1207. package/esm/models/operations/requestpromote.js.map +1 -0
  1208. package/esm/models/operations/rerequestcheck.d.ts +68 -0
  1209. package/esm/models/operations/rerequestcheck.d.ts.map +1 -0
  1210. package/esm/models/operations/rerequestcheck.js +58 -0
  1211. package/esm/models/operations/rerequestcheck.js.map +1 -0
  1212. package/esm/models/operations/searchrepo.d.ts +421 -0
  1213. package/esm/models/operations/searchrepo.d.ts.map +1 -0
  1214. package/esm/models/operations/searchrepo.js +385 -0
  1215. package/esm/models/operations/searchrepo.js.map +1 -0
  1216. package/esm/models/operations/status.d.ts +94 -0
  1217. package/esm/models/operations/status.d.ts.map +1 -0
  1218. package/esm/models/operations/status.js +79 -0
  1219. package/esm/models/operations/status.js.map +1 -0
  1220. package/esm/models/operations/submitbillingdata.d.ts +448 -0
  1221. package/esm/models/operations/submitbillingdata.d.ts.map +1 -0
  1222. package/esm/models/operations/submitbillingdata.js +355 -0
  1223. package/esm/models/operations/submitbillingdata.js.map +1 -0
  1224. package/esm/models/operations/submitinvoice.d.ts +299 -0
  1225. package/esm/models/operations/submitinvoice.d.ts.map +1 -0
  1226. package/esm/models/operations/submitinvoice.js +269 -0
  1227. package/esm/models/operations/submitinvoice.js.map +1 -0
  1228. package/esm/models/operations/updateaccessgroup.d.ts +231 -0
  1229. package/esm/models/operations/updateaccessgroup.d.ts.map +1 -0
  1230. package/esm/models/operations/updateaccessgroup.js +187 -0
  1231. package/esm/models/operations/updateaccessgroup.js.map +1 -0
  1232. package/esm/models/operations/updateaccessgroupproject.d.ts +169 -0
  1233. package/esm/models/operations/updateaccessgroupproject.d.ts.map +1 -0
  1234. package/esm/models/operations/updateaccessgroupproject.js +154 -0
  1235. package/esm/models/operations/updateaccessgroupproject.js.map +1 -0
  1236. package/esm/models/operations/updateattackchallengemode.d.ts +95 -0
  1237. package/esm/models/operations/updateattackchallengemode.d.ts.map +1 -0
  1238. package/esm/models/operations/updateattackchallengemode.js +102 -0
  1239. package/esm/models/operations/updateattackchallengemode.js.map +1 -0
  1240. package/esm/models/operations/updatecheck.d.ts +964 -0
  1241. package/esm/models/operations/updatecheck.d.ts.map +1 -0
  1242. package/esm/models/operations/updatecheck.js +860 -0
  1243. package/esm/models/operations/updatecheck.js.map +1 -0
  1244. package/esm/models/operations/updateedgeconfig.d.ts +223 -0
  1245. package/esm/models/operations/updateedgeconfig.d.ts.map +1 -0
  1246. package/esm/models/operations/updateedgeconfig.js +213 -0
  1247. package/esm/models/operations/updateedgeconfig.js.map +1 -0
  1248. package/esm/models/operations/updatefirewallconfig.d.ts +2007 -0
  1249. package/esm/models/operations/updatefirewallconfig.d.ts.map +1 -0
  1250. package/esm/models/operations/updatefirewallconfig.js +1771 -0
  1251. package/esm/models/operations/updatefirewallconfig.js.map +1 -0
  1252. package/esm/models/operations/updateinvoice.d.ts +91 -0
  1253. package/esm/models/operations/updateinvoice.d.ts.map +1 -0
  1254. package/esm/models/operations/updateinvoice.js +92 -0
  1255. package/esm/models/operations/updateinvoice.js.map +1 -0
  1256. package/esm/models/operations/updateproject.d.ts +5421 -0
  1257. package/esm/models/operations/updateproject.d.ts.map +1 -0
  1258. package/esm/models/operations/updateproject.js +4767 -0
  1259. package/esm/models/operations/updateproject.js.map +1 -0
  1260. package/esm/models/operations/updateprojectdatacache.d.ts +4710 -0
  1261. package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -0
  1262. package/esm/models/operations/updateprojectdatacache.js +4369 -0
  1263. package/esm/models/operations/updateprojectdatacache.js.map +1 -0
  1264. package/esm/models/operations/updateprojectdomain.d.ts +213 -0
  1265. package/esm/models/operations/updateprojectdomain.d.ts.map +1 -0
  1266. package/esm/models/operations/updateprojectdomain.js +179 -0
  1267. package/esm/models/operations/updateprojectdomain.js.map +1 -0
  1268. package/esm/models/operations/updateprojectprotectionbypass.d.ts +225 -0
  1269. package/esm/models/operations/updateprojectprotectionbypass.d.ts.map +1 -0
  1270. package/esm/models/operations/updateprojectprotectionbypass.js +198 -0
  1271. package/esm/models/operations/updateprojectprotectionbypass.js.map +1 -0
  1272. package/esm/models/operations/updaterecord.d.ts +334 -0
  1273. package/esm/models/operations/updaterecord.d.ts.map +1 -0
  1274. package/esm/models/operations/updaterecord.js +268 -0
  1275. package/esm/models/operations/updaterecord.js.map +1 -0
  1276. package/esm/models/operations/updateresourcesecrets.d.ts +87 -0
  1277. package/esm/models/operations/updateresourcesecrets.d.ts.map +1 -0
  1278. package/esm/models/operations/updateresourcesecrets.js +100 -0
  1279. package/esm/models/operations/updateresourcesecrets.js.map +1 -0
  1280. package/esm/models/operations/updateteammember.d.ts +197 -0
  1281. package/esm/models/operations/updateteammember.d.ts.map +1 -0
  1282. package/esm/models/operations/updateteammember.js +180 -0
  1283. package/esm/models/operations/updateteammember.js.map +1 -0
  1284. package/esm/models/operations/uploadartifact.d.ts +100 -0
  1285. package/esm/models/operations/uploadartifact.d.ts.map +1 -0
  1286. package/esm/models/operations/uploadartifact.js +101 -0
  1287. package/esm/models/operations/uploadartifact.js.map +1 -0
  1288. package/esm/models/operations/uploadcert.d.ts +115 -0
  1289. package/esm/models/operations/uploadcert.d.ts.map +1 -0
  1290. package/esm/models/operations/uploadcert.js +108 -0
  1291. package/esm/models/operations/uploadcert.js.map +1 -0
  1292. package/esm/models/operations/uploadfile.d.ts +133 -0
  1293. package/esm/models/operations/uploadfile.d.ts.map +1 -0
  1294. package/esm/models/operations/uploadfile.js +129 -0
  1295. package/esm/models/operations/uploadfile.js.map +1 -0
  1296. package/esm/models/operations/verifyprojectdomain.d.ts +138 -0
  1297. package/esm/models/operations/verifyprojectdomain.d.ts.map +1 -0
  1298. package/esm/models/operations/verifyprojectdomain.js +113 -0
  1299. package/esm/models/operations/verifyprojectdomain.js.map +1 -0
  1300. package/esm/sdk/accessgroups.d.ts +92 -0
  1301. package/esm/sdk/accessgroups.d.ts.map +1 -0
  1302. package/esm/sdk/accessgroups.js +118 -0
  1303. package/esm/sdk/accessgroups.js.map +1 -0
  1304. package/esm/sdk/aliases.d.ts +44 -0
  1305. package/esm/sdk/aliases.d.ts.map +1 -0
  1306. package/esm/sdk/aliases.js +58 -0
  1307. package/esm/sdk/aliases.js.map +1 -0
  1308. package/esm/sdk/artifacts.d.ts +54 -0
  1309. package/esm/sdk/artifacts.d.ts.map +1 -0
  1310. package/esm/sdk/artifacts.js +68 -0
  1311. package/esm/sdk/artifacts.js.map +1 -0
  1312. package/esm/sdk/authentication.d.ts +44 -0
  1313. package/esm/sdk/authentication.d.ts.map +1 -0
  1314. package/esm/sdk/authentication.js +58 -0
  1315. package/esm/sdk/authentication.js.map +1 -0
  1316. package/esm/sdk/certs.d.ts +36 -0
  1317. package/esm/sdk/certs.d.ts.map +1 -0
  1318. package/esm/sdk/certs.js +48 -0
  1319. package/esm/sdk/certs.js.map +1 -0
  1320. package/esm/sdk/checks.d.ts +44 -0
  1321. package/esm/sdk/checks.d.ts.map +1 -0
  1322. package/esm/sdk/checks.js +58 -0
  1323. package/esm/sdk/checks.js.map +1 -0
  1324. package/esm/sdk/deployments.d.ts +77 -0
  1325. package/esm/sdk/deployments.d.ts.map +1 -0
  1326. package/esm/sdk/deployments.js +98 -0
  1327. package/esm/sdk/deployments.js.map +1 -0
  1328. package/esm/sdk/dns.d.ts +36 -0
  1329. package/esm/sdk/dns.d.ts.map +1 -0
  1330. package/esm/sdk/dns.js +48 -0
  1331. package/esm/sdk/dns.js.map +1 -0
  1332. package/esm/sdk/domains.d.ts +84 -0
  1333. package/esm/sdk/domains.d.ts.map +1 -0
  1334. package/esm/sdk/domains.js +108 -0
  1335. package/esm/sdk/domains.js.map +1 -0
  1336. package/esm/sdk/edgeconfig.d.ts +134 -0
  1337. package/esm/sdk/edgeconfig.d.ts.map +1 -0
  1338. package/esm/sdk/edgeconfig.js +168 -0
  1339. package/esm/sdk/edgeconfig.js.map +1 -0
  1340. package/esm/sdk/integrations.d.ts +44 -0
  1341. package/esm/sdk/integrations.d.ts.map +1 -0
  1342. package/esm/sdk/integrations.js +58 -0
  1343. package/esm/sdk/integrations.js.map +1 -0
  1344. package/esm/sdk/logdrains.d.ts +60 -0
  1345. package/esm/sdk/logdrains.d.ts.map +1 -0
  1346. package/esm/sdk/logdrains.js +78 -0
  1347. package/esm/sdk/logdrains.js.map +1 -0
  1348. package/esm/sdk/marketplace.d.ts +76 -0
  1349. package/esm/sdk/marketplace.d.ts.map +1 -0
  1350. package/esm/sdk/marketplace.js +98 -0
  1351. package/esm/sdk/marketplace.js.map +1 -0
  1352. package/esm/sdk/projectmembers.d.ts +28 -0
  1353. package/esm/sdk/projectmembers.d.ts.map +1 -0
  1354. package/esm/sdk/projectmembers.js +38 -0
  1355. package/esm/sdk/projectmembers.js.map +1 -0
  1356. package/esm/sdk/projects.d.ts +156 -0
  1357. package/esm/sdk/projects.d.ts.map +1 -0
  1358. package/esm/sdk/projects.js +198 -0
  1359. package/esm/sdk/projects.js.map +1 -0
  1360. package/esm/sdk/sdk.d.ts +61 -0
  1361. package/esm/sdk/sdk.d.ts.map +1 -0
  1362. package/esm/sdk/sdk.js +102 -0
  1363. package/esm/sdk/sdk.js.map +1 -0
  1364. package/esm/sdk/security.d.ts +36 -0
  1365. package/esm/sdk/security.d.ts.map +1 -0
  1366. package/esm/sdk/security.js +48 -0
  1367. package/esm/sdk/security.js.map +1 -0
  1368. package/esm/sdk/teams.d.ts +112 -0
  1369. package/esm/sdk/teams.d.ts.map +1 -0
  1370. package/esm/sdk/teams.js +138 -0
  1371. package/esm/sdk/teams.js.map +1 -0
  1372. package/esm/sdk/user.d.ts +28 -0
  1373. package/esm/sdk/user.d.ts.map +1 -0
  1374. package/esm/sdk/user.js +38 -0
  1375. package/esm/sdk/user.js.map +1 -0
  1376. package/esm/sdk/webhooks.d.ts +36 -0
  1377. package/esm/sdk/webhooks.d.ts.map +1 -0
  1378. package/esm/sdk/webhooks.js +48 -0
  1379. package/esm/sdk/webhooks.js.map +1 -0
  1380. package/esm/types/blobs.d.ts +4 -0
  1381. package/esm/types/blobs.d.ts.map +1 -0
  1382. package/esm/types/blobs.js +25 -0
  1383. package/esm/types/blobs.js.map +1 -0
  1384. package/esm/types/constdatetime.d.ts +3 -0
  1385. package/esm/types/constdatetime.d.ts.map +1 -0
  1386. package/esm/types/constdatetime.js +10 -0
  1387. package/esm/types/constdatetime.js.map +1 -0
  1388. package/esm/types/enums.d.ts +12 -0
  1389. package/esm/types/enums.d.ts.map +1 -0
  1390. package/esm/types/enums.js +7 -0
  1391. package/esm/types/enums.js.map +1 -0
  1392. package/esm/types/fp.d.ts +31 -0
  1393. package/esm/types/fp.d.ts.map +1 -0
  1394. package/esm/types/fp.js +31 -0
  1395. package/esm/types/fp.js.map +1 -0
  1396. package/esm/types/operations.d.ts +25 -0
  1397. package/esm/types/operations.d.ts.map +1 -0
  1398. package/esm/types/operations.js +75 -0
  1399. package/esm/types/operations.js.map +1 -0
  1400. package/esm/types/rfcdate.d.ts +21 -0
  1401. package/esm/types/rfcdate.d.ts.map +1 -0
  1402. package/esm/types/rfcdate.js +42 -0
  1403. package/esm/types/rfcdate.js.map +1 -0
  1404. package/esm/types/streams.d.ts +2 -0
  1405. package/esm/types/streams.d.ts.map +1 -0
  1406. package/esm/types/streams.js +15 -0
  1407. package/esm/types/streams.js.map +1 -0
  1408. package/package.json +50 -0
  1409. package/src/core.ts +13 -0
  1410. package/src/funcs/accessGroupsCreateAccessGroup.ts +134 -0
  1411. package/src/funcs/accessGroupsCreateAccessGroupProject.ts +144 -0
  1412. package/src/funcs/accessGroupsDeleteAccessGroup.ts +139 -0
  1413. package/src/funcs/accessGroupsDeleteAccessGroupProject.ts +146 -0
  1414. package/src/funcs/accessGroupsListAccessGroupMembers.ts +143 -0
  1415. package/src/funcs/accessGroupsListAccessGroupProjects.ts +142 -0
  1416. package/src/funcs/accessGroupsListAccessGroups.ts +139 -0
  1417. package/src/funcs/accessGroupsReadAccessGroup.ts +140 -0
  1418. package/src/funcs/accessGroupsReadAccessGroupProject.ts +147 -0
  1419. package/src/funcs/accessGroupsUpdateAccessGroup.ts +141 -0
  1420. package/src/funcs/accessGroupsUpdateAccessGroupProject.ts +148 -0
  1421. package/src/funcs/aliasesAssignAlias.ts +141 -0
  1422. package/src/funcs/aliasesDeleteAlias.ts +140 -0
  1423. package/src/funcs/aliasesGetAlias.ts +144 -0
  1424. package/src/funcs/aliasesListAliases.ts +140 -0
  1425. package/src/funcs/aliasesListDeploymentAliases.ts +140 -0
  1426. package/src/funcs/artifactsArtifactExists.ts +139 -0
  1427. package/src/funcs/artifactsArtifactQuery.ts +135 -0
  1428. package/src/funcs/artifactsDownloadArtifact.ts +151 -0
  1429. package/src/funcs/artifactsRecordEvents.ts +143 -0
  1430. package/src/funcs/artifactsStatus.ts +133 -0
  1431. package/src/funcs/artifactsUploadArtifact.ts +166 -0
  1432. package/src/funcs/authenticationCreateAuthToken.ts +134 -0
  1433. package/src/funcs/authenticationDeleteAuthToken.ts +134 -0
  1434. package/src/funcs/authenticationExchangeSsoToken.ts +125 -0
  1435. package/src/funcs/authenticationGetAuthToken.ts +134 -0
  1436. package/src/funcs/authenticationListAuthTokens.ts +110 -0
  1437. package/src/funcs/certsGetCertById.ts +140 -0
  1438. package/src/funcs/certsIssueCert.ts +134 -0
  1439. package/src/funcs/certsRemoveCert.ts +140 -0
  1440. package/src/funcs/certsUploadCert.ts +134 -0
  1441. package/src/funcs/checksCreateCheck.ts +141 -0
  1442. package/src/funcs/checksGetAllChecks.ts +140 -0
  1443. package/src/funcs/checksGetCheck.ts +146 -0
  1444. package/src/funcs/checksRerequestCheck.ts +146 -0
  1445. package/src/funcs/checksUpdateCheck.ts +147 -0
  1446. package/src/funcs/deploymentsCancelDeployment.ts +140 -0
  1447. package/src/funcs/deploymentsCreateDeployment.ts +136 -0
  1448. package/src/funcs/deploymentsDeleteDeployment.ts +141 -0
  1449. package/src/funcs/deploymentsGetDeployment.ts +141 -0
  1450. package/src/funcs/deploymentsGetDeploymentEvents.ts +148 -0
  1451. package/src/funcs/deploymentsGetDeploymentFileContents.ts +144 -0
  1452. package/src/funcs/deploymentsGetDeployments.ts +144 -0
  1453. package/src/funcs/deploymentsListDeploymentFiles.ts +143 -0
  1454. package/src/funcs/deploymentsUploadFile.ts +151 -0
  1455. package/src/funcs/dnsCreateRecord.ts +141 -0
  1456. package/src/funcs/dnsGetRecords.ts +143 -0
  1457. package/src/funcs/dnsRemoveRecord.ts +146 -0
  1458. package/src/funcs/dnsUpdateRecord.ts +141 -0
  1459. package/src/funcs/domainsBuyDomain.ts +135 -0
  1460. package/src/funcs/domainsCheckDomainPrice.ts +135 -0
  1461. package/src/funcs/domainsCheckDomainStatus.ts +134 -0
  1462. package/src/funcs/domainsCreateOrTransferDomain.ts +134 -0
  1463. package/src/funcs/domainsDeleteDomain.ts +140 -0
  1464. package/src/funcs/domainsGetDomain.ts +140 -0
  1465. package/src/funcs/domainsGetDomainConfig.ts +141 -0
  1466. package/src/funcs/domainsGetDomainTransfer.ts +140 -0
  1467. package/src/funcs/domainsGetDomains.ts +136 -0
  1468. package/src/funcs/domainsPatchDomain.ts +141 -0
  1469. package/src/funcs/edgeConfigCreateEdgeConfig.ts +134 -0
  1470. package/src/funcs/edgeConfigCreateEdgeConfigToken.ts +141 -0
  1471. package/src/funcs/edgeConfigDeleteEdgeConfig.ts +139 -0
  1472. package/src/funcs/edgeConfigDeleteEdgeConfigSchema.ts +139 -0
  1473. package/src/funcs/edgeConfigDeleteEdgeConfigTokens.ts +140 -0
  1474. package/src/funcs/edgeConfigGetEdgeConfig.ts +140 -0
  1475. package/src/funcs/edgeConfigGetEdgeConfigBackup.ts +147 -0
  1476. package/src/funcs/edgeConfigGetEdgeConfigBackups.ts +143 -0
  1477. package/src/funcs/edgeConfigGetEdgeConfigItem.ts +149 -0
  1478. package/src/funcs/edgeConfigGetEdgeConfigItems.ts +142 -0
  1479. package/src/funcs/edgeConfigGetEdgeConfigSchema.ts +140 -0
  1480. package/src/funcs/edgeConfigGetEdgeConfigToken.ts +148 -0
  1481. package/src/funcs/edgeConfigGetEdgeConfigTokens.ts +142 -0
  1482. package/src/funcs/edgeConfigGetEdgeConfigs.ts +134 -0
  1483. package/src/funcs/edgeConfigPatchEdgeConfigSchema.ts +142 -0
  1484. package/src/funcs/edgeConfigUpdateEdgeConfig.ts +141 -0
  1485. package/src/funcs/integrationsDeleteConfiguration.ts +139 -0
  1486. package/src/funcs/integrationsGetConfiguration.ts +140 -0
  1487. package/src/funcs/integrationsGetConfigurations.ts +136 -0
  1488. package/src/funcs/integrationsGitNamespaces.ts +134 -0
  1489. package/src/funcs/integrationsSearchRepo.ts +138 -0
  1490. package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +134 -0
  1491. package/src/funcs/logDrainsCreateLogDrain.ts +134 -0
  1492. package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +139 -0
  1493. package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +139 -0
  1494. package/src/funcs/logDrainsGetAllLogDrains.ts +135 -0
  1495. package/src/funcs/logDrainsGetConfigurableLogDrain.ts +140 -0
  1496. package/src/funcs/logDrainsGetIntegrationLogDrains.ts +134 -0
  1497. package/src/funcs/marketplaceCreateEvent.ts +137 -0
  1498. package/src/funcs/marketplaceExchangeSsoToken.ts +125 -0
  1499. package/src/funcs/marketplaceGetAccountInfo.ts +137 -0
  1500. package/src/funcs/marketplaceGetInvoice.ts +141 -0
  1501. package/src/funcs/marketplaceGetMember.ts +141 -0
  1502. package/src/funcs/marketplaceSubmitBillingData.ts +137 -0
  1503. package/src/funcs/marketplaceSubmitInvoice.ts +138 -0
  1504. package/src/funcs/marketplaceUpdateInvoice.ts +141 -0
  1505. package/src/funcs/marketplaceUpdateResourceSecrets.ts +146 -0
  1506. package/src/funcs/projectMembersAddProjectMember.ts +141 -0
  1507. package/src/funcs/projectMembersGetProjectMembers.ts +144 -0
  1508. package/src/funcs/projectMembersRemoveProjectMember.ts +144 -0
  1509. package/src/funcs/projectsAddProjectDomain.ts +141 -0
  1510. package/src/funcs/projectsCreateProject.ts +134 -0
  1511. package/src/funcs/projectsCreateProjectEnv.ts +142 -0
  1512. package/src/funcs/projectsDeleteProject.ts +139 -0
  1513. package/src/funcs/projectsEditProjectEnv.ts +145 -0
  1514. package/src/funcs/projectsFilterProjectEnvs.ts +143 -0
  1515. package/src/funcs/projectsGetProjectDomain.ts +146 -0
  1516. package/src/funcs/projectsGetProjectDomains.ts +150 -0
  1517. package/src/funcs/projectsGetProjectEnv.ts +144 -0
  1518. package/src/funcs/projectsGetProjects.ts +144 -0
  1519. package/src/funcs/projectsListPromoteAliases.ts +146 -0
  1520. package/src/funcs/projectsRemoveProjectDomain.ts +146 -0
  1521. package/src/funcs/projectsRemoveProjectEnv.ts +144 -0
  1522. package/src/funcs/projectsRequestPromote.ts +145 -0
  1523. package/src/funcs/projectsUpdateProject.ts +141 -0
  1524. package/src/funcs/projectsUpdateProjectDataCache.ts +141 -0
  1525. package/src/funcs/projectsUpdateProjectDomain.ts +147 -0
  1526. package/src/funcs/projectsUpdateProjectProtectionBypass.ts +143 -0
  1527. package/src/funcs/projectsVerifyProjectDomain.ts +146 -0
  1528. package/src/funcs/securityGetFirewallConfig.ts +143 -0
  1529. package/src/funcs/securityPutFirewallConfig.ts +135 -0
  1530. package/src/funcs/securityUpdateAttackChallengeMode.ts +134 -0
  1531. package/src/funcs/securityUpdateFirewallConfig.ts +135 -0
  1532. package/src/funcs/teamsCreateTeam.ts +130 -0
  1533. package/src/funcs/teamsDeleteTeam.ts +141 -0
  1534. package/src/funcs/teamsDeleteTeamInviteCode.ts +138 -0
  1535. package/src/funcs/teamsGetTeam.ts +138 -0
  1536. package/src/funcs/teamsGetTeamAccessRequest.ts +138 -0
  1537. package/src/funcs/teamsGetTeamMembers.ts +145 -0
  1538. package/src/funcs/teamsGetTeams.ts +134 -0
  1539. package/src/funcs/teamsInviteUserToTeam.ts +135 -0
  1540. package/src/funcs/teamsJoinTeam.ts +135 -0
  1541. package/src/funcs/teamsPatchTeam.ts +139 -0
  1542. package/src/funcs/teamsRemoveTeamMember.ts +143 -0
  1543. package/src/funcs/teamsRequestAccessToTeam.ts +135 -0
  1544. package/src/funcs/teamsUpdateTeamMember.ts +139 -0
  1545. package/src/funcs/userGetAuthUser.ts +111 -0
  1546. package/src/funcs/userListUserEvents.ts +139 -0
  1547. package/src/funcs/userRequestDelete.ts +130 -0
  1548. package/src/funcs/webhooksCreateWebhook.ts +134 -0
  1549. package/src/funcs/webhooksDeleteWebhook.ts +139 -0
  1550. package/src/funcs/webhooksGetWebhook.ts +140 -0
  1551. package/src/funcs/webhooksGetWebhooks.ts +134 -0
  1552. package/src/hooks/hooks.ts +112 -0
  1553. package/src/hooks/registration.ts +14 -0
  1554. package/src/hooks/types.ts +102 -0
  1555. package/src/index.ts +7 -0
  1556. package/src/lib/base64.ts +37 -0
  1557. package/src/lib/config.ts +64 -0
  1558. package/src/lib/dlv.ts +53 -0
  1559. package/src/lib/encodings.ts +449 -0
  1560. package/src/lib/files.ts +40 -0
  1561. package/src/lib/http.ts +323 -0
  1562. package/src/lib/is-plain-object.ts +43 -0
  1563. package/src/lib/logger.ts +9 -0
  1564. package/src/lib/matchers.ts +322 -0
  1565. package/src/lib/primitives.ts +60 -0
  1566. package/src/lib/retries.ts +219 -0
  1567. package/src/lib/schemas.ts +86 -0
  1568. package/src/lib/sdks.ts +388 -0
  1569. package/src/lib/security.ts +253 -0
  1570. package/src/lib/url.ts +33 -0
  1571. package/src/models/components/aclaction.ts +40 -0
  1572. package/src/models/components/authtoken.ts +431 -0
  1573. package/src/models/components/authuser.ts +1688 -0
  1574. package/src/models/components/authuserlimited.ts +152 -0
  1575. package/src/models/components/edgeconfigitem.ts +91 -0
  1576. package/src/models/components/edgeconfigitemvalue.ts +74 -0
  1577. package/src/models/components/edgeconfigtoken.ts +86 -0
  1578. package/src/models/components/filetree.ts +147 -0
  1579. package/src/models/components/flagjsonvalue.ts +73 -0
  1580. package/src/models/components/pagination.ts +82 -0
  1581. package/src/models/components/security.ts +62 -0
  1582. package/src/models/components/teamlimited.ts +713 -0
  1583. package/src/models/components/userevent.ts +57 -0
  1584. package/src/models/errors/httpclienterrors.ts +62 -0
  1585. package/src/models/errors/sdkerror.ts +27 -0
  1586. package/src/models/errors/sdkvalidationerror.ts +97 -0
  1587. package/src/models/operations/addprojectdomain.ts +413 -0
  1588. package/src/models/operations/addprojectmember.ts +602 -0
  1589. package/src/models/operations/artifactexists.ts +83 -0
  1590. package/src/models/operations/artifactquery.ts +371 -0
  1591. package/src/models/operations/assignalias.ts +249 -0
  1592. package/src/models/operations/buydomain.ts +558 -0
  1593. package/src/models/operations/canceldeployment.ts +5657 -0
  1594. package/src/models/operations/checkdomainprice.ts +181 -0
  1595. package/src/models/operations/checkdomainstatus.ts +146 -0
  1596. package/src/models/operations/createaccessgroup.ts +369 -0
  1597. package/src/models/operations/createaccessgroupproject.ts +322 -0
  1598. package/src/models/operations/createauthtoken.ts +232 -0
  1599. package/src/models/operations/createcheck.ts +980 -0
  1600. package/src/models/operations/createconfigurablelogdrain.ts +675 -0
  1601. package/src/models/operations/createdeployment.ts +6780 -0
  1602. package/src/models/operations/createedgeconfig.ts +805 -0
  1603. package/src/models/operations/createedgeconfigtoken.ts +222 -0
  1604. package/src/models/operations/createevent.ts +373 -0
  1605. package/src/models/operations/createlogdrain.ts +589 -0
  1606. package/src/models/operations/createortransferdomain.ts +779 -0
  1607. package/src/models/operations/createproject.ts +9648 -0
  1608. package/src/models/operations/createprojectenv.ts +5728 -0
  1609. package/src/models/operations/createrecord.ts +1802 -0
  1610. package/src/models/operations/createteam.ts +361 -0
  1611. package/src/models/operations/createwebhook.ts +410 -0
  1612. package/src/models/operations/deleteaccessgroup.ts +80 -0
  1613. package/src/models/operations/deleteaccessgroupproject.ts +86 -0
  1614. package/src/models/operations/deletealias.ts +171 -0
  1615. package/src/models/operations/deleteauthtoken.ts +135 -0
  1616. package/src/models/operations/deleteconfigurablelogdrain.ts +83 -0
  1617. package/src/models/operations/deleteconfiguration.ts +80 -0
  1618. package/src/models/operations/deletedeployment.ts +196 -0
  1619. package/src/models/operations/deletedomain.ts +147 -0
  1620. package/src/models/operations/deleteedgeconfig.ts +80 -0
  1621. package/src/models/operations/deleteedgeconfigschema.ts +82 -0
  1622. package/src/models/operations/deleteedgeconfigtokens.ts +158 -0
  1623. package/src/models/operations/deleteintegrationlogdrain.ts +85 -0
  1624. package/src/models/operations/deleteproject.ts +83 -0
  1625. package/src/models/operations/deleteteam.ts +292 -0
  1626. package/src/models/operations/deleteteaminvitecode.ts +144 -0
  1627. package/src/models/operations/deletewebhook.ts +80 -0
  1628. package/src/models/operations/downloadartifact.ts +108 -0
  1629. package/src/models/operations/editprojectenv.ts +2461 -0
  1630. package/src/models/operations/exchangessotoken.ts +192 -0
  1631. package/src/models/operations/filterprojectenvs.ts +7149 -0
  1632. package/src/models/operations/getaccountinfo.ts +187 -0
  1633. package/src/models/operations/getalias.ts +930 -0
  1634. package/src/models/operations/getallchecks.ts +921 -0
  1635. package/src/models/operations/getalllogdrains.ts +411 -0
  1636. package/src/models/operations/getauthtoken.ts +139 -0
  1637. package/src/models/operations/getauthuser.ts +121 -0
  1638. package/src/models/operations/getcertbyid.ts +157 -0
  1639. package/src/models/operations/getcheck.ts +865 -0
  1640. package/src/models/operations/getconfigurablelogdrain.ts +423 -0
  1641. package/src/models/operations/getconfiguration.ts +1266 -0
  1642. package/src/models/operations/getconfigurations.ts +1648 -0
  1643. package/src/models/operations/getdeployment.ts +8478 -0
  1644. package/src/models/operations/getdeploymentevents.ts +221 -0
  1645. package/src/models/operations/getdeploymentfilecontents.ts +99 -0
  1646. package/src/models/operations/getdeployments.ts +1537 -0
  1647. package/src/models/operations/getdomain.ts +423 -0
  1648. package/src/models/operations/getdomainconfig.ts +265 -0
  1649. package/src/models/operations/getdomains.ts +443 -0
  1650. package/src/models/operations/getdomaintransfer.ts +241 -0
  1651. package/src/models/operations/getedgeconfig.ts +395 -0
  1652. package/src/models/operations/getedgeconfigbackup.ts +886 -0
  1653. package/src/models/operations/getedgeconfigbackups.ts +355 -0
  1654. package/src/models/operations/getedgeconfigitem.ts +84 -0
  1655. package/src/models/operations/getedgeconfigitems.ts +80 -0
  1656. package/src/models/operations/getedgeconfigs.ts +370 -0
  1657. package/src/models/operations/getedgeconfigschema.ts +135 -0
  1658. package/src/models/operations/getedgeconfigtoken.ts +84 -0
  1659. package/src/models/operations/getedgeconfigtokens.ts +80 -0
  1660. package/src/models/operations/getfirewallconfig.ts +2486 -0
  1661. package/src/models/operations/getintegrationlogdrains.ts +395 -0
  1662. package/src/models/operations/getinvoice.ts +454 -0
  1663. package/src/models/operations/getmember.ts +160 -0
  1664. package/src/models/operations/getprojectdomain.ts +265 -0
  1665. package/src/models/operations/getprojectdomains.ts +571 -0
  1666. package/src/models/operations/getprojectenv.ts +6818 -0
  1667. package/src/models/operations/getprojectmembers.ts +615 -0
  1668. package/src/models/operations/getprojects.ts +9087 -0
  1669. package/src/models/operations/getrecords.ts +568 -0
  1670. package/src/models/operations/getteam.ts +72 -0
  1671. package/src/models/operations/getteamaccessrequest.ts +570 -0
  1672. package/src/models/operations/getteammembers.ts +1116 -0
  1673. package/src/models/operations/getteams.ts +204 -0
  1674. package/src/models/operations/getwebhook.ts +260 -0
  1675. package/src/models/operations/getwebhooks.ts +653 -0
  1676. package/src/models/operations/gitnamespaces.ts +235 -0
  1677. package/src/models/operations/inviteusertoteam.ts +596 -0
  1678. package/src/models/operations/issuecert.ts +224 -0
  1679. package/src/models/operations/jointeam.ts +223 -0
  1680. package/src/models/operations/listaccessgroupmembers.ts +335 -0
  1681. package/src/models/operations/listaccessgroupprojects.ts +410 -0
  1682. package/src/models/operations/listaccessgroups.ts +473 -0
  1683. package/src/models/operations/listaliases.ts +1077 -0
  1684. package/src/models/operations/listauthtokens.ts +92 -0
  1685. package/src/models/operations/listdeploymentaliases.ts +820 -0
  1686. package/src/models/operations/listdeploymentfiles.ts +83 -0
  1687. package/src/models/operations/listpromotealiases.ts +361 -0
  1688. package/src/models/operations/listuserevents.ts +188 -0
  1689. package/src/models/operations/patchdomain.ts +562 -0
  1690. package/src/models/operations/patchedgeconfigschema.ts +217 -0
  1691. package/src/models/operations/patchteam.ts +481 -0
  1692. package/src/models/operations/putfirewallconfig.ts +4730 -0
  1693. package/src/models/operations/readaccessgroup.ts +218 -0
  1694. package/src/models/operations/readaccessgroupproject.ts +199 -0
  1695. package/src/models/operations/recordevents.ts +256 -0
  1696. package/src/models/operations/removecert.ts +133 -0
  1697. package/src/models/operations/removeprojectdomain.ts +145 -0
  1698. package/src/models/operations/removeprojectenv.ts +6986 -0
  1699. package/src/models/operations/removeprojectmember.ts +150 -0
  1700. package/src/models/operations/removerecord.ts +137 -0
  1701. package/src/models/operations/removeteammember.ts +146 -0
  1702. package/src/models/operations/requestaccesstoteam.ts +758 -0
  1703. package/src/models/operations/requestdelete.ts +219 -0
  1704. package/src/models/operations/requestpromote.ts +84 -0
  1705. package/src/models/operations/rerequestcheck.ts +140 -0
  1706. package/src/models/operations/searchrepo.ts +784 -0
  1707. package/src/models/operations/status.ts +158 -0
  1708. package/src/models/operations/submitbillingdata.ts +813 -0
  1709. package/src/models/operations/submitinvoice.ts +593 -0
  1710. package/src/models/operations/updateaccessgroup.ts +412 -0
  1711. package/src/models/operations/updateaccessgroupproject.ts +319 -0
  1712. package/src/models/operations/updateattackchallengemode.ts +231 -0
  1713. package/src/models/operations/updatecheck.ts +1687 -0
  1714. package/src/models/operations/updateedgeconfig.ts +472 -0
  1715. package/src/models/operations/updatefirewallconfig.ts +3875 -0
  1716. package/src/models/operations/updateinvoice.ts +180 -0
  1717. package/src/models/operations/updateproject.ts +9998 -0
  1718. package/src/models/operations/updateprojectdatacache.ts +8901 -0
  1719. package/src/models/operations/updateprojectdomain.ts +406 -0
  1720. package/src/models/operations/updateprojectprotectionbypass.ts +497 -0
  1721. package/src/models/operations/updaterecord.ts +515 -0
  1722. package/src/models/operations/updateresourcesecrets.ts +206 -0
  1723. package/src/models/operations/updateteammember.ts +396 -0
  1724. package/src/models/operations/uploadartifact.ts +225 -0
  1725. package/src/models/operations/uploadcert.ts +245 -0
  1726. package/src/models/operations/uploadfile.ts +296 -0
  1727. package/src/models/operations/verifyprojectdomain.ts +281 -0
  1728. package/src/sdk/accessgroups.ts +244 -0
  1729. package/src/sdk/aliases.ts +118 -0
  1730. package/src/sdk/artifacts.ts +131 -0
  1731. package/src/sdk/authentication.ts +113 -0
  1732. package/src/sdk/certs.ts +96 -0
  1733. package/src/sdk/checks.ts +118 -0
  1734. package/src/sdk/deployments.ts +198 -0
  1735. package/src/sdk/dns.ts +96 -0
  1736. package/src/sdk/domains.ts +228 -0
  1737. package/src/sdk/edgeconfig.ts +341 -0
  1738. package/src/sdk/integrations.ts +115 -0
  1739. package/src/sdk/logdrains.ts +156 -0
  1740. package/src/sdk/marketplace.ts +194 -0
  1741. package/src/sdk/projectmembers.ts +74 -0
  1742. package/src/sdk/projects.ts +420 -0
  1743. package/src/sdk/sdk.ts +121 -0
  1744. package/src/sdk/security.ts +96 -0
  1745. package/src/sdk/teams.ts +288 -0
  1746. package/src/sdk/user.ts +69 -0
  1747. package/src/sdk/webhooks.ts +93 -0
  1748. package/src/types/blobs.ts +31 -0
  1749. package/src/types/constdatetime.ts +15 -0
  1750. package/src/types/enums.ts +16 -0
  1751. package/src/types/fp.ts +50 -0
  1752. package/src/types/operations.ts +99 -0
  1753. package/src/types/rfcdate.ts +54 -0
  1754. package/src/types/streams.ts +21 -0
@@ -0,0 +1,2342 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ export const PutFirewallConfigAction = {
8
+ Deny: "deny",
9
+ Log: "log",
10
+ };
11
+ export const PutFirewallConfigSecurityAction = {
12
+ Deny: "deny",
13
+ Log: "log",
14
+ };
15
+ export const PutFirewallConfigSecurityRequestAction = {
16
+ Deny: "deny",
17
+ Log: "log",
18
+ };
19
+ export const PutFirewallConfigSecurityRequestRequestBodyAction = {
20
+ Deny: "deny",
21
+ Log: "log",
22
+ };
23
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsAction = {
24
+ Deny: "deny",
25
+ Log: "log",
26
+ };
27
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction = {
28
+ Deny: "deny",
29
+ Log: "log",
30
+ };
31
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsGenAction = {
32
+ Deny: "deny",
33
+ Log: "log",
34
+ };
35
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsXssAction = {
36
+ Deny: "deny",
37
+ Log: "log",
38
+ };
39
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction = {
40
+ Deny: "deny",
41
+ Log: "log",
42
+ };
43
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsSfAction = {
44
+ Deny: "deny",
45
+ Log: "log",
46
+ };
47
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction = {
48
+ Deny: "deny",
49
+ Log: "log",
50
+ };
51
+ export const PutFirewallConfigType = {
52
+ Host: "host",
53
+ Path: "path",
54
+ Method: "method",
55
+ Header: "header",
56
+ Query: "query",
57
+ Cookie: "cookie",
58
+ TargetPath: "target_path",
59
+ IpAddress: "ip_address",
60
+ Region: "region",
61
+ Protocol: "protocol",
62
+ Scheme: "scheme",
63
+ Environment: "environment",
64
+ UserAgent: "user_agent",
65
+ GeoContinent: "geo_continent",
66
+ GeoCountry: "geo_country",
67
+ GeoCountryRegion: "geo_country_region",
68
+ GeoCity: "geo_city",
69
+ GeoAsNumber: "geo_as_number",
70
+ Ja4Digest: "ja4_digest",
71
+ Ja3Digest: "ja3_digest",
72
+ RateLimitApiId: "rate_limit_api_id",
73
+ };
74
+ export const Op = {
75
+ Re: "re",
76
+ Eq: "eq",
77
+ Neq: "neq",
78
+ Ex: "ex",
79
+ Nex: "nex",
80
+ Inc: "inc",
81
+ Ninc: "ninc",
82
+ Pre: "pre",
83
+ Suf: "suf",
84
+ Sub: "sub",
85
+ Gt: "gt",
86
+ Gte: "gte",
87
+ Lt: "lt",
88
+ Lte: "lte",
89
+ };
90
+ export const PutFirewallConfigSecurityRequestRequestBodyRulesActionAction = {
91
+ Log: "log",
92
+ Challenge: "challenge",
93
+ Deny: "deny",
94
+ Bypass: "bypass",
95
+ RateLimit: "rate_limit",
96
+ Redirect: "redirect",
97
+ };
98
+ export const Algo = {
99
+ FixedWindow: "fixed_window",
100
+ TokenBucket: "token_bucket",
101
+ };
102
+ export const Action1 = {
103
+ Log: "log",
104
+ Challenge: "challenge",
105
+ Deny: "deny",
106
+ RateLimit: "rate_limit",
107
+ };
108
+ export const PutFirewallConfigSecurityRequestRequestBodyIpsAction = {
109
+ Deny: "deny",
110
+ Challenge: "challenge",
111
+ Log: "log",
112
+ Bypass: "bypass",
113
+ };
114
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction = {
115
+ Deny: "deny",
116
+ Log: "log",
117
+ };
118
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction = {
119
+ Deny: "deny",
120
+ Log: "log",
121
+ };
122
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONAction = {
123
+ Deny: "deny",
124
+ Log: "log",
125
+ };
126
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction = {
127
+ Deny: "deny",
128
+ Log: "log",
129
+ };
130
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction = {
131
+ Deny: "deny",
132
+ Log: "log",
133
+ };
134
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction = {
135
+ Deny: "deny",
136
+ Log: "log",
137
+ };
138
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction = {
139
+ Deny: "deny",
140
+ Log: "log",
141
+ };
142
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction = {
143
+ Deny: "deny",
144
+ Log: "log",
145
+ };
146
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction = {
147
+ Deny: "deny",
148
+ Log: "log",
149
+ };
150
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction = {
151
+ Deny: "deny",
152
+ Log: "log",
153
+ };
154
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction = {
155
+ Deny: "deny",
156
+ Log: "log",
157
+ };
158
+ export const PutFirewallConfigSecurityType = {
159
+ Host: "host",
160
+ Path: "path",
161
+ Method: "method",
162
+ Header: "header",
163
+ Query: "query",
164
+ Cookie: "cookie",
165
+ TargetPath: "target_path",
166
+ IpAddress: "ip_address",
167
+ Protocol: "protocol",
168
+ Region: "region",
169
+ Scheme: "scheme",
170
+ Environment: "environment",
171
+ UserAgent: "user_agent",
172
+ GeoContinent: "geo_continent",
173
+ GeoCountry: "geo_country",
174
+ GeoCountryRegion: "geo_country_region",
175
+ GeoCity: "geo_city",
176
+ GeoAsNumber: "geo_as_number",
177
+ Ja4Digest: "ja4_digest",
178
+ Ja3Digest: "ja3_digest",
179
+ RateLimitApiId: "rate_limit_api_id",
180
+ };
181
+ export const PutFirewallConfigOp = {
182
+ Re: "re",
183
+ Eq: "eq",
184
+ Ex: "ex",
185
+ Inc: "inc",
186
+ Pre: "pre",
187
+ Suf: "suf",
188
+ Sub: "sub",
189
+ Gt: "gt",
190
+ Gte: "gte",
191
+ Lt: "lt",
192
+ Lte: "lte",
193
+ Nex: "nex",
194
+ Ninc: "ninc",
195
+ Neq: "neq",
196
+ };
197
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction = {
198
+ Deny: "deny",
199
+ Log: "log",
200
+ Challenge: "challenge",
201
+ Bypass: "bypass",
202
+ RateLimit: "rate_limit",
203
+ Redirect: "redirect",
204
+ };
205
+ export const PutFirewallConfigAlgo = {
206
+ FixedWindow: "fixed_window",
207
+ TokenBucket: "token_bucket",
208
+ };
209
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction = {
210
+ Deny: "deny",
211
+ Log: "log",
212
+ Challenge: "challenge",
213
+ RateLimit: "rate_limit",
214
+ };
215
+ export const PutFirewallConfigSecurityResponse200Action = {
216
+ Deny: "deny",
217
+ Log: "log",
218
+ Challenge: "challenge",
219
+ Bypass: "bypass",
220
+ };
221
+ /** @internal */
222
+ export const Owasp$inboundSchema = z
223
+ .object({
224
+ active: z.boolean(),
225
+ });
226
+ /** @internal */
227
+ export const Owasp$outboundSchema = z.object({
228
+ active: z.boolean(),
229
+ });
230
+ /**
231
+ * @internal
232
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
233
+ */
234
+ export var Owasp$;
235
+ (function (Owasp$) {
236
+ /** @deprecated use `Owasp$inboundSchema` instead. */
237
+ Owasp$.inboundSchema = Owasp$inboundSchema;
238
+ /** @deprecated use `Owasp$outboundSchema` instead. */
239
+ Owasp$.outboundSchema = Owasp$outboundSchema;
240
+ })(Owasp$ || (Owasp$ = {}));
241
+ export function owaspToJSON(owasp) {
242
+ return JSON.stringify(Owasp$outboundSchema.parse(owasp));
243
+ }
244
+ export function owaspFromJSON(jsonString) {
245
+ return safeParse(jsonString, (x) => Owasp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Owasp' from JSON`);
246
+ }
247
+ /** @internal */
248
+ export const ManagedRules$inboundSchema = z.object({
249
+ owasp: z.lazy(() => Owasp$inboundSchema),
250
+ });
251
+ /** @internal */
252
+ export const ManagedRules$outboundSchema = z.object({
253
+ owasp: z.lazy(() => Owasp$outboundSchema),
254
+ });
255
+ /**
256
+ * @internal
257
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
258
+ */
259
+ export var ManagedRules$;
260
+ (function (ManagedRules$) {
261
+ /** @deprecated use `ManagedRules$inboundSchema` instead. */
262
+ ManagedRules$.inboundSchema = ManagedRules$inboundSchema;
263
+ /** @deprecated use `ManagedRules$outboundSchema` instead. */
264
+ ManagedRules$.outboundSchema = ManagedRules$outboundSchema;
265
+ })(ManagedRules$ || (ManagedRules$ = {}));
266
+ export function managedRulesToJSON(managedRules) {
267
+ return JSON.stringify(ManagedRules$outboundSchema.parse(managedRules));
268
+ }
269
+ export function managedRulesFromJSON(jsonString) {
270
+ return safeParse(jsonString, (x) => ManagedRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ManagedRules' from JSON`);
271
+ }
272
+ /** @internal */
273
+ export const PutFirewallConfigAction$inboundSchema = z.nativeEnum(PutFirewallConfigAction);
274
+ /** @internal */
275
+ export const PutFirewallConfigAction$outboundSchema = PutFirewallConfigAction$inboundSchema;
276
+ /**
277
+ * @internal
278
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
279
+ */
280
+ export var PutFirewallConfigAction$;
281
+ (function (PutFirewallConfigAction$) {
282
+ /** @deprecated use `PutFirewallConfigAction$inboundSchema` instead. */
283
+ PutFirewallConfigAction$.inboundSchema = PutFirewallConfigAction$inboundSchema;
284
+ /** @deprecated use `PutFirewallConfigAction$outboundSchema` instead. */
285
+ PutFirewallConfigAction$.outboundSchema = PutFirewallConfigAction$outboundSchema;
286
+ })(PutFirewallConfigAction$ || (PutFirewallConfigAction$ = {}));
287
+ /** @internal */
288
+ export const Sd$inboundSchema = z.object({
289
+ active: z.boolean(),
290
+ action: PutFirewallConfigAction$inboundSchema,
291
+ });
292
+ /** @internal */
293
+ export const Sd$outboundSchema = z
294
+ .object({
295
+ active: z.boolean(),
296
+ action: PutFirewallConfigAction$outboundSchema,
297
+ });
298
+ /**
299
+ * @internal
300
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
301
+ */
302
+ export var Sd$;
303
+ (function (Sd$) {
304
+ /** @deprecated use `Sd$inboundSchema` instead. */
305
+ Sd$.inboundSchema = Sd$inboundSchema;
306
+ /** @deprecated use `Sd$outboundSchema` instead. */
307
+ Sd$.outboundSchema = Sd$outboundSchema;
308
+ })(Sd$ || (Sd$ = {}));
309
+ export function sdToJSON(sd) {
310
+ return JSON.stringify(Sd$outboundSchema.parse(sd));
311
+ }
312
+ export function sdFromJSON(jsonString) {
313
+ return safeParse(jsonString, (x) => Sd$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Sd' from JSON`);
314
+ }
315
+ /** @internal */
316
+ export const PutFirewallConfigSecurityAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityAction);
317
+ /** @internal */
318
+ export const PutFirewallConfigSecurityAction$outboundSchema = PutFirewallConfigSecurityAction$inboundSchema;
319
+ /**
320
+ * @internal
321
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
322
+ */
323
+ export var PutFirewallConfigSecurityAction$;
324
+ (function (PutFirewallConfigSecurityAction$) {
325
+ /** @deprecated use `PutFirewallConfigSecurityAction$inboundSchema` instead. */
326
+ PutFirewallConfigSecurityAction$.inboundSchema = PutFirewallConfigSecurityAction$inboundSchema;
327
+ /** @deprecated use `PutFirewallConfigSecurityAction$outboundSchema` instead. */
328
+ PutFirewallConfigSecurityAction$.outboundSchema = PutFirewallConfigSecurityAction$outboundSchema;
329
+ })(PutFirewallConfigSecurityAction$ || (PutFirewallConfigSecurityAction$ = {}));
330
+ /** @internal */
331
+ export const Ma$inboundSchema = z.object({
332
+ active: z.boolean(),
333
+ action: PutFirewallConfigSecurityAction$inboundSchema,
334
+ });
335
+ /** @internal */
336
+ export const Ma$outboundSchema = z
337
+ .object({
338
+ active: z.boolean(),
339
+ action: PutFirewallConfigSecurityAction$outboundSchema,
340
+ });
341
+ /**
342
+ * @internal
343
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
344
+ */
345
+ export var Ma$;
346
+ (function (Ma$) {
347
+ /** @deprecated use `Ma$inboundSchema` instead. */
348
+ Ma$.inboundSchema = Ma$inboundSchema;
349
+ /** @deprecated use `Ma$outboundSchema` instead. */
350
+ Ma$.outboundSchema = Ma$outboundSchema;
351
+ })(Ma$ || (Ma$ = {}));
352
+ export function maToJSON(ma) {
353
+ return JSON.stringify(Ma$outboundSchema.parse(ma));
354
+ }
355
+ export function maFromJSON(jsonString) {
356
+ return safeParse(jsonString, (x) => Ma$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Ma' from JSON`);
357
+ }
358
+ /** @internal */
359
+ export const PutFirewallConfigSecurityRequestAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestAction);
360
+ /** @internal */
361
+ export const PutFirewallConfigSecurityRequestAction$outboundSchema = PutFirewallConfigSecurityRequestAction$inboundSchema;
362
+ /**
363
+ * @internal
364
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
365
+ */
366
+ export var PutFirewallConfigSecurityRequestAction$;
367
+ (function (PutFirewallConfigSecurityRequestAction$) {
368
+ /** @deprecated use `PutFirewallConfigSecurityRequestAction$inboundSchema` instead. */
369
+ PutFirewallConfigSecurityRequestAction$.inboundSchema = PutFirewallConfigSecurityRequestAction$inboundSchema;
370
+ /** @deprecated use `PutFirewallConfigSecurityRequestAction$outboundSchema` instead. */
371
+ PutFirewallConfigSecurityRequestAction$.outboundSchema = PutFirewallConfigSecurityRequestAction$outboundSchema;
372
+ })(PutFirewallConfigSecurityRequestAction$ || (PutFirewallConfigSecurityRequestAction$ = {}));
373
+ /** @internal */
374
+ export const Lfi$inboundSchema = z
375
+ .object({
376
+ active: z.boolean(),
377
+ action: PutFirewallConfigSecurityRequestAction$inboundSchema,
378
+ });
379
+ /** @internal */
380
+ export const Lfi$outboundSchema = z
381
+ .object({
382
+ active: z.boolean(),
383
+ action: PutFirewallConfigSecurityRequestAction$outboundSchema,
384
+ });
385
+ /**
386
+ * @internal
387
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
388
+ */
389
+ export var Lfi$;
390
+ (function (Lfi$) {
391
+ /** @deprecated use `Lfi$inboundSchema` instead. */
392
+ Lfi$.inboundSchema = Lfi$inboundSchema;
393
+ /** @deprecated use `Lfi$outboundSchema` instead. */
394
+ Lfi$.outboundSchema = Lfi$outboundSchema;
395
+ })(Lfi$ || (Lfi$ = {}));
396
+ export function lfiToJSON(lfi) {
397
+ return JSON.stringify(Lfi$outboundSchema.parse(lfi));
398
+ }
399
+ export function lfiFromJSON(jsonString) {
400
+ return safeParse(jsonString, (x) => Lfi$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Lfi' from JSON`);
401
+ }
402
+ /** @internal */
403
+ export const PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema = z
404
+ .nativeEnum(PutFirewallConfigSecurityRequestRequestBodyAction);
405
+ /** @internal */
406
+ export const PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema = PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema;
407
+ /**
408
+ * @internal
409
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
410
+ */
411
+ export var PutFirewallConfigSecurityRequestRequestBodyAction$;
412
+ (function (PutFirewallConfigSecurityRequestRequestBodyAction$) {
413
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema` instead. */
414
+ PutFirewallConfigSecurityRequestRequestBodyAction$.inboundSchema = PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema;
415
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema` instead. */
416
+ PutFirewallConfigSecurityRequestRequestBodyAction$.outboundSchema = PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema;
417
+ })(PutFirewallConfigSecurityRequestRequestBodyAction$ || (PutFirewallConfigSecurityRequestRequestBodyAction$ = {}));
418
+ /** @internal */
419
+ export const Rfi$inboundSchema = z
420
+ .object({
421
+ active: z.boolean(),
422
+ action: PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema,
423
+ });
424
+ /** @internal */
425
+ export const Rfi$outboundSchema = z
426
+ .object({
427
+ active: z.boolean(),
428
+ action: PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema,
429
+ });
430
+ /**
431
+ * @internal
432
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
433
+ */
434
+ export var Rfi$;
435
+ (function (Rfi$) {
436
+ /** @deprecated use `Rfi$inboundSchema` instead. */
437
+ Rfi$.inboundSchema = Rfi$inboundSchema;
438
+ /** @deprecated use `Rfi$outboundSchema` instead. */
439
+ Rfi$.outboundSchema = Rfi$outboundSchema;
440
+ })(Rfi$ || (Rfi$ = {}));
441
+ export function rfiToJSON(rfi) {
442
+ return JSON.stringify(Rfi$outboundSchema.parse(rfi));
443
+ }
444
+ export function rfiFromJSON(jsonString) {
445
+ return safeParse(jsonString, (x) => Rfi$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Rfi' from JSON`);
446
+ }
447
+ /** @internal */
448
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsAction);
449
+ /** @internal */
450
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema;
451
+ /**
452
+ * @internal
453
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
454
+ */
455
+ export var PutFirewallConfigSecurityRequestRequestBodyCrsAction$;
456
+ (function (PutFirewallConfigSecurityRequestRequestBodyCrsAction$) {
457
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema` instead. */
458
+ PutFirewallConfigSecurityRequestRequestBodyCrsAction$.inboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema;
459
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema` instead. */
460
+ PutFirewallConfigSecurityRequestRequestBodyCrsAction$.outboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema;
461
+ })(PutFirewallConfigSecurityRequestRequestBodyCrsAction$ || (PutFirewallConfigSecurityRequestRequestBodyCrsAction$ = {}));
462
+ /** @internal */
463
+ export const Rce$inboundSchema = z
464
+ .object({
465
+ active: z.boolean(),
466
+ action: PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema,
467
+ });
468
+ /** @internal */
469
+ export const Rce$outboundSchema = z
470
+ .object({
471
+ active: z.boolean(),
472
+ action: PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema,
473
+ });
474
+ /**
475
+ * @internal
476
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
477
+ */
478
+ export var Rce$;
479
+ (function (Rce$) {
480
+ /** @deprecated use `Rce$inboundSchema` instead. */
481
+ Rce$.inboundSchema = Rce$inboundSchema;
482
+ /** @deprecated use `Rce$outboundSchema` instead. */
483
+ Rce$.outboundSchema = Rce$outboundSchema;
484
+ })(Rce$ || (Rce$ = {}));
485
+ export function rceToJSON(rce) {
486
+ return JSON.stringify(Rce$outboundSchema.parse(rce));
487
+ }
488
+ export function rceFromJSON(jsonString) {
489
+ return safeParse(jsonString, (x) => Rce$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Rce' from JSON`);
490
+ }
491
+ /** @internal */
492
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction);
493
+ /** @internal */
494
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$outboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema;
495
+ /**
496
+ * @internal
497
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
498
+ */
499
+ export var PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$;
500
+ (function (PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$) {
501
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema` instead. */
502
+ PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$.inboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema;
503
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$outboundSchema` instead. */
504
+ PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$.outboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$outboundSchema;
505
+ })(PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$ || (PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$ = {}));
506
+ /** @internal */
507
+ export const Php$inboundSchema = z
508
+ .object({
509
+ active: z.boolean(),
510
+ action: PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema,
511
+ });
512
+ /** @internal */
513
+ export const Php$outboundSchema = z
514
+ .object({
515
+ active: z.boolean(),
516
+ action: PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$outboundSchema,
517
+ });
518
+ /**
519
+ * @internal
520
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
521
+ */
522
+ export var Php$;
523
+ (function (Php$) {
524
+ /** @deprecated use `Php$inboundSchema` instead. */
525
+ Php$.inboundSchema = Php$inboundSchema;
526
+ /** @deprecated use `Php$outboundSchema` instead. */
527
+ Php$.outboundSchema = Php$outboundSchema;
528
+ })(Php$ || (Php$ = {}));
529
+ export function phpToJSON(php) {
530
+ return JSON.stringify(Php$outboundSchema.parse(php));
531
+ }
532
+ export function phpFromJSON(jsonString) {
533
+ return safeParse(jsonString, (x) => Php$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Php' from JSON`);
534
+ }
535
+ /** @internal */
536
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsGenAction);
537
+ /** @internal */
538
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$outboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$inboundSchema;
539
+ /**
540
+ * @internal
541
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
542
+ */
543
+ export var PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$;
544
+ (function (PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$) {
545
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$inboundSchema` instead. */
546
+ PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$.inboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$inboundSchema;
547
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$outboundSchema` instead. */
548
+ PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$.outboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$outboundSchema;
549
+ })(PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$ || (PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$ = {}));
550
+ /** @internal */
551
+ export const Gen$inboundSchema = z
552
+ .object({
553
+ active: z.boolean(),
554
+ action: PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$inboundSchema,
555
+ });
556
+ /** @internal */
557
+ export const Gen$outboundSchema = z
558
+ .object({
559
+ active: z.boolean(),
560
+ action: PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$outboundSchema,
561
+ });
562
+ /**
563
+ * @internal
564
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
565
+ */
566
+ export var Gen$;
567
+ (function (Gen$) {
568
+ /** @deprecated use `Gen$inboundSchema` instead. */
569
+ Gen$.inboundSchema = Gen$inboundSchema;
570
+ /** @deprecated use `Gen$outboundSchema` instead. */
571
+ Gen$.outboundSchema = Gen$outboundSchema;
572
+ })(Gen$ || (Gen$ = {}));
573
+ export function genToJSON(gen) {
574
+ return JSON.stringify(Gen$outboundSchema.parse(gen));
575
+ }
576
+ export function genFromJSON(jsonString) {
577
+ return safeParse(jsonString, (x) => Gen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Gen' from JSON`);
578
+ }
579
+ /** @internal */
580
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsXssAction);
581
+ /** @internal */
582
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$outboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$inboundSchema;
583
+ /**
584
+ * @internal
585
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
586
+ */
587
+ export var PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$;
588
+ (function (PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$) {
589
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$inboundSchema` instead. */
590
+ PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$.inboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$inboundSchema;
591
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$outboundSchema` instead. */
592
+ PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$.outboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$outboundSchema;
593
+ })(PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$ || (PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$ = {}));
594
+ /** @internal */
595
+ export const Xss$inboundSchema = z
596
+ .object({
597
+ active: z.boolean(),
598
+ action: PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$inboundSchema,
599
+ });
600
+ /** @internal */
601
+ export const Xss$outboundSchema = z
602
+ .object({
603
+ active: z.boolean(),
604
+ action: PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$outboundSchema,
605
+ });
606
+ /**
607
+ * @internal
608
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
609
+ */
610
+ export var Xss$;
611
+ (function (Xss$) {
612
+ /** @deprecated use `Xss$inboundSchema` instead. */
613
+ Xss$.inboundSchema = Xss$inboundSchema;
614
+ /** @deprecated use `Xss$outboundSchema` instead. */
615
+ Xss$.outboundSchema = Xss$outboundSchema;
616
+ })(Xss$ || (Xss$ = {}));
617
+ export function xssToJSON(xss) {
618
+ return JSON.stringify(Xss$outboundSchema.parse(xss));
619
+ }
620
+ export function xssFromJSON(jsonString) {
621
+ return safeParse(jsonString, (x) => Xss$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Xss' from JSON`);
622
+ }
623
+ /** @internal */
624
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction);
625
+ /** @internal */
626
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$outboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$inboundSchema;
627
+ /**
628
+ * @internal
629
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
630
+ */
631
+ export var PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$;
632
+ (function (PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$) {
633
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$inboundSchema` instead. */
634
+ PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$.inboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$inboundSchema;
635
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$outboundSchema` instead. */
636
+ PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$.outboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$outboundSchema;
637
+ })(PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$ || (PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$ = {}));
638
+ /** @internal */
639
+ export const Sqli$inboundSchema = z
640
+ .object({
641
+ active: z.boolean(),
642
+ action: PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$inboundSchema,
643
+ });
644
+ /** @internal */
645
+ export const Sqli$outboundSchema = z.object({
646
+ active: z.boolean(),
647
+ action: PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$outboundSchema,
648
+ });
649
+ /**
650
+ * @internal
651
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
652
+ */
653
+ export var Sqli$;
654
+ (function (Sqli$) {
655
+ /** @deprecated use `Sqli$inboundSchema` instead. */
656
+ Sqli$.inboundSchema = Sqli$inboundSchema;
657
+ /** @deprecated use `Sqli$outboundSchema` instead. */
658
+ Sqli$.outboundSchema = Sqli$outboundSchema;
659
+ })(Sqli$ || (Sqli$ = {}));
660
+ export function sqliToJSON(sqli) {
661
+ return JSON.stringify(Sqli$outboundSchema.parse(sqli));
662
+ }
663
+ export function sqliFromJSON(jsonString) {
664
+ return safeParse(jsonString, (x) => Sqli$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Sqli' from JSON`);
665
+ }
666
+ /** @internal */
667
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsSfAction);
668
+ /** @internal */
669
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$outboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$inboundSchema;
670
+ /**
671
+ * @internal
672
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
673
+ */
674
+ export var PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$;
675
+ (function (PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$) {
676
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$inboundSchema` instead. */
677
+ PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$.inboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$inboundSchema;
678
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$outboundSchema` instead. */
679
+ PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$.outboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$outboundSchema;
680
+ })(PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$ || (PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$ = {}));
681
+ /** @internal */
682
+ export const Sf$inboundSchema = z.object({
683
+ active: z.boolean(),
684
+ action: PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$inboundSchema,
685
+ });
686
+ /** @internal */
687
+ export const Sf$outboundSchema = z
688
+ .object({
689
+ active: z.boolean(),
690
+ action: PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$outboundSchema,
691
+ });
692
+ /**
693
+ * @internal
694
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
695
+ */
696
+ export var Sf$;
697
+ (function (Sf$) {
698
+ /** @deprecated use `Sf$inboundSchema` instead. */
699
+ Sf$.inboundSchema = Sf$inboundSchema;
700
+ /** @deprecated use `Sf$outboundSchema` instead. */
701
+ Sf$.outboundSchema = Sf$outboundSchema;
702
+ })(Sf$ || (Sf$ = {}));
703
+ export function sfToJSON(sf) {
704
+ return JSON.stringify(Sf$outboundSchema.parse(sf));
705
+ }
706
+ export function sfFromJSON(jsonString) {
707
+ return safeParse(jsonString, (x) => Sf$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Sf' from JSON`);
708
+ }
709
+ /** @internal */
710
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction);
711
+ /** @internal */
712
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$outboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$inboundSchema;
713
+ /**
714
+ * @internal
715
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
716
+ */
717
+ export var PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$;
718
+ (function (PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$) {
719
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$inboundSchema` instead. */
720
+ PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$.inboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$inboundSchema;
721
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$outboundSchema` instead. */
722
+ PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$.outboundSchema = PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$outboundSchema;
723
+ })(PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$ || (PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$ = {}));
724
+ /** @internal */
725
+ export const Java$inboundSchema = z
726
+ .object({
727
+ active: z.boolean(),
728
+ action: PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$inboundSchema,
729
+ });
730
+ /** @internal */
731
+ export const Java$outboundSchema = z.object({
732
+ active: z.boolean(),
733
+ action: PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$outboundSchema,
734
+ });
735
+ /**
736
+ * @internal
737
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
738
+ */
739
+ export var Java$;
740
+ (function (Java$) {
741
+ /** @deprecated use `Java$inboundSchema` instead. */
742
+ Java$.inboundSchema = Java$inboundSchema;
743
+ /** @deprecated use `Java$outboundSchema` instead. */
744
+ Java$.outboundSchema = Java$outboundSchema;
745
+ })(Java$ || (Java$ = {}));
746
+ export function javaToJSON(java) {
747
+ return JSON.stringify(Java$outboundSchema.parse(java));
748
+ }
749
+ export function javaFromJSON(jsonString) {
750
+ return safeParse(jsonString, (x) => Java$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Java' from JSON`);
751
+ }
752
+ /** @internal */
753
+ export const Crs$inboundSchema = z
754
+ .object({
755
+ sd: z.lazy(() => Sd$inboundSchema).optional(),
756
+ ma: z.lazy(() => Ma$inboundSchema).optional(),
757
+ lfi: z.lazy(() => Lfi$inboundSchema).optional(),
758
+ rfi: z.lazy(() => Rfi$inboundSchema).optional(),
759
+ rce: z.lazy(() => Rce$inboundSchema).optional(),
760
+ php: z.lazy(() => Php$inboundSchema).optional(),
761
+ gen: z.lazy(() => Gen$inboundSchema).optional(),
762
+ xss: z.lazy(() => Xss$inboundSchema).optional(),
763
+ sqli: z.lazy(() => Sqli$inboundSchema).optional(),
764
+ sf: z.lazy(() => Sf$inboundSchema).optional(),
765
+ java: z.lazy(() => Java$inboundSchema).optional(),
766
+ });
767
+ /** @internal */
768
+ export const Crs$outboundSchema = z
769
+ .object({
770
+ sd: z.lazy(() => Sd$outboundSchema).optional(),
771
+ ma: z.lazy(() => Ma$outboundSchema).optional(),
772
+ lfi: z.lazy(() => Lfi$outboundSchema).optional(),
773
+ rfi: z.lazy(() => Rfi$outboundSchema).optional(),
774
+ rce: z.lazy(() => Rce$outboundSchema).optional(),
775
+ php: z.lazy(() => Php$outboundSchema).optional(),
776
+ gen: z.lazy(() => Gen$outboundSchema).optional(),
777
+ xss: z.lazy(() => Xss$outboundSchema).optional(),
778
+ sqli: z.lazy(() => Sqli$outboundSchema).optional(),
779
+ sf: z.lazy(() => Sf$outboundSchema).optional(),
780
+ java: z.lazy(() => Java$outboundSchema).optional(),
781
+ });
782
+ /**
783
+ * @internal
784
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
785
+ */
786
+ export var Crs$;
787
+ (function (Crs$) {
788
+ /** @deprecated use `Crs$inboundSchema` instead. */
789
+ Crs$.inboundSchema = Crs$inboundSchema;
790
+ /** @deprecated use `Crs$outboundSchema` instead. */
791
+ Crs$.outboundSchema = Crs$outboundSchema;
792
+ })(Crs$ || (Crs$ = {}));
793
+ export function crsToJSON(crs) {
794
+ return JSON.stringify(Crs$outboundSchema.parse(crs));
795
+ }
796
+ export function crsFromJSON(jsonString) {
797
+ return safeParse(jsonString, (x) => Crs$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Crs' from JSON`);
798
+ }
799
+ /** @internal */
800
+ export const PutFirewallConfigType$inboundSchema = z.nativeEnum(PutFirewallConfigType);
801
+ /** @internal */
802
+ export const PutFirewallConfigType$outboundSchema = PutFirewallConfigType$inboundSchema;
803
+ /**
804
+ * @internal
805
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
806
+ */
807
+ export var PutFirewallConfigType$;
808
+ (function (PutFirewallConfigType$) {
809
+ /** @deprecated use `PutFirewallConfigType$inboundSchema` instead. */
810
+ PutFirewallConfigType$.inboundSchema = PutFirewallConfigType$inboundSchema;
811
+ /** @deprecated use `PutFirewallConfigType$outboundSchema` instead. */
812
+ PutFirewallConfigType$.outboundSchema = PutFirewallConfigType$outboundSchema;
813
+ })(PutFirewallConfigType$ || (PutFirewallConfigType$ = {}));
814
+ /** @internal */
815
+ export const Op$inboundSchema = z.nativeEnum(Op);
816
+ /** @internal */
817
+ export const Op$outboundSchema = Op$inboundSchema;
818
+ /**
819
+ * @internal
820
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
821
+ */
822
+ export var Op$;
823
+ (function (Op$) {
824
+ /** @deprecated use `Op$inboundSchema` instead. */
825
+ Op$.inboundSchema = Op$inboundSchema;
826
+ /** @deprecated use `Op$outboundSchema` instead. */
827
+ Op$.outboundSchema = Op$outboundSchema;
828
+ })(Op$ || (Op$ = {}));
829
+ /** @internal */
830
+ export const PutFirewallConfigValue$inboundSchema = z.union([z.string(), z.array(z.string()), z.number()]);
831
+ /** @internal */
832
+ export const PutFirewallConfigValue$outboundSchema = z.union([z.string(), z.array(z.string()), z.number()]);
833
+ /**
834
+ * @internal
835
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
836
+ */
837
+ export var PutFirewallConfigValue$;
838
+ (function (PutFirewallConfigValue$) {
839
+ /** @deprecated use `PutFirewallConfigValue$inboundSchema` instead. */
840
+ PutFirewallConfigValue$.inboundSchema = PutFirewallConfigValue$inboundSchema;
841
+ /** @deprecated use `PutFirewallConfigValue$outboundSchema` instead. */
842
+ PutFirewallConfigValue$.outboundSchema = PutFirewallConfigValue$outboundSchema;
843
+ })(PutFirewallConfigValue$ || (PutFirewallConfigValue$ = {}));
844
+ export function putFirewallConfigValueToJSON(putFirewallConfigValue) {
845
+ return JSON.stringify(PutFirewallConfigValue$outboundSchema.parse(putFirewallConfigValue));
846
+ }
847
+ export function putFirewallConfigValueFromJSON(jsonString) {
848
+ return safeParse(jsonString, (x) => PutFirewallConfigValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigValue' from JSON`);
849
+ }
850
+ /** @internal */
851
+ export const Conditions$inboundSchema = z.object({
852
+ type: PutFirewallConfigType$inboundSchema,
853
+ op: Op$inboundSchema,
854
+ neg: z.boolean().optional(),
855
+ key: z.string().optional(),
856
+ value: z.union([z.string(), z.array(z.string()), z.number()]).optional(),
857
+ });
858
+ /** @internal */
859
+ export const Conditions$outboundSchema = z.object({
860
+ type: PutFirewallConfigType$outboundSchema,
861
+ op: Op$outboundSchema,
862
+ neg: z.boolean().optional(),
863
+ key: z.string().optional(),
864
+ value: z.union([z.string(), z.array(z.string()), z.number()]).optional(),
865
+ });
866
+ /**
867
+ * @internal
868
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
869
+ */
870
+ export var Conditions$;
871
+ (function (Conditions$) {
872
+ /** @deprecated use `Conditions$inboundSchema` instead. */
873
+ Conditions$.inboundSchema = Conditions$inboundSchema;
874
+ /** @deprecated use `Conditions$outboundSchema` instead. */
875
+ Conditions$.outboundSchema = Conditions$outboundSchema;
876
+ })(Conditions$ || (Conditions$ = {}));
877
+ export function conditionsToJSON(conditions) {
878
+ return JSON.stringify(Conditions$outboundSchema.parse(conditions));
879
+ }
880
+ export function conditionsFromJSON(jsonString) {
881
+ return safeParse(jsonString, (x) => Conditions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Conditions' from JSON`);
882
+ }
883
+ /** @internal */
884
+ export const ConditionGroup$inboundSchema = z.object({
885
+ conditions: z.array(z.lazy(() => Conditions$inboundSchema)),
886
+ });
887
+ /** @internal */
888
+ export const ConditionGroup$outboundSchema = z.object({
889
+ conditions: z.array(z.lazy(() => Conditions$outboundSchema)),
890
+ });
891
+ /**
892
+ * @internal
893
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
894
+ */
895
+ export var ConditionGroup$;
896
+ (function (ConditionGroup$) {
897
+ /** @deprecated use `ConditionGroup$inboundSchema` instead. */
898
+ ConditionGroup$.inboundSchema = ConditionGroup$inboundSchema;
899
+ /** @deprecated use `ConditionGroup$outboundSchema` instead. */
900
+ ConditionGroup$.outboundSchema = ConditionGroup$outboundSchema;
901
+ })(ConditionGroup$ || (ConditionGroup$ = {}));
902
+ export function conditionGroupToJSON(conditionGroup) {
903
+ return JSON.stringify(ConditionGroup$outboundSchema.parse(conditionGroup));
904
+ }
905
+ export function conditionGroupFromJSON(jsonString) {
906
+ return safeParse(jsonString, (x) => ConditionGroup$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ConditionGroup' from JSON`);
907
+ }
908
+ /** @internal */
909
+ export const PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyRulesActionAction);
910
+ /** @internal */
911
+ export const PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$outboundSchema = PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$inboundSchema;
912
+ /**
913
+ * @internal
914
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
915
+ */
916
+ export var PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$;
917
+ (function (PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$) {
918
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$inboundSchema` instead. */
919
+ PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$.inboundSchema = PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$inboundSchema;
920
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$outboundSchema` instead. */
921
+ PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$.outboundSchema = PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$outboundSchema;
922
+ })(PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$ || (PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$ = {}));
923
+ /** @internal */
924
+ export const Algo$inboundSchema = z.nativeEnum(Algo);
925
+ /** @internal */
926
+ export const Algo$outboundSchema = Algo$inboundSchema;
927
+ /**
928
+ * @internal
929
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
930
+ */
931
+ export var Algo$;
932
+ (function (Algo$) {
933
+ /** @deprecated use `Algo$inboundSchema` instead. */
934
+ Algo$.inboundSchema = Algo$inboundSchema;
935
+ /** @deprecated use `Algo$outboundSchema` instead. */
936
+ Algo$.outboundSchema = Algo$outboundSchema;
937
+ })(Algo$ || (Algo$ = {}));
938
+ /** @internal */
939
+ export const Action1$inboundSchema = z
940
+ .nativeEnum(Action1);
941
+ /** @internal */
942
+ export const Action1$outboundSchema = Action1$inboundSchema;
943
+ /**
944
+ * @internal
945
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
946
+ */
947
+ export var Action1$;
948
+ (function (Action1$) {
949
+ /** @deprecated use `Action1$inboundSchema` instead. */
950
+ Action1$.inboundSchema = Action1$inboundSchema;
951
+ /** @deprecated use `Action1$outboundSchema` instead. */
952
+ Action1$.outboundSchema = Action1$outboundSchema;
953
+ })(Action1$ || (Action1$ = {}));
954
+ /** @internal */
955
+ export const RateLimitAction$inboundSchema = z.union([Action1$inboundSchema, z.any()]);
956
+ /** @internal */
957
+ export const RateLimitAction$outboundSchema = z.union([Action1$outboundSchema, z.any()]);
958
+ /**
959
+ * @internal
960
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
961
+ */
962
+ export var RateLimitAction$;
963
+ (function (RateLimitAction$) {
964
+ /** @deprecated use `RateLimitAction$inboundSchema` instead. */
965
+ RateLimitAction$.inboundSchema = RateLimitAction$inboundSchema;
966
+ /** @deprecated use `RateLimitAction$outboundSchema` instead. */
967
+ RateLimitAction$.outboundSchema = RateLimitAction$outboundSchema;
968
+ })(RateLimitAction$ || (RateLimitAction$ = {}));
969
+ export function rateLimitActionToJSON(rateLimitAction) {
970
+ return JSON.stringify(RateLimitAction$outboundSchema.parse(rateLimitAction));
971
+ }
972
+ export function rateLimitActionFromJSON(jsonString) {
973
+ return safeParse(jsonString, (x) => RateLimitAction$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RateLimitAction' from JSON`);
974
+ }
975
+ /** @internal */
976
+ export const RateLimit1$inboundSchema = z.object({
977
+ algo: Algo$inboundSchema,
978
+ window: z.number(),
979
+ limit: z.number(),
980
+ keys: z.array(z.string()),
981
+ action: z.nullable(z.union([Action1$inboundSchema, z.any()])).optional(),
982
+ });
983
+ /** @internal */
984
+ export const RateLimit1$outboundSchema = z.object({
985
+ algo: Algo$outboundSchema,
986
+ window: z.number(),
987
+ limit: z.number(),
988
+ keys: z.array(z.string()),
989
+ action: z.nullable(z.union([Action1$outboundSchema, z.any()])).optional(),
990
+ });
991
+ /**
992
+ * @internal
993
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
994
+ */
995
+ export var RateLimit1$;
996
+ (function (RateLimit1$) {
997
+ /** @deprecated use `RateLimit1$inboundSchema` instead. */
998
+ RateLimit1$.inboundSchema = RateLimit1$inboundSchema;
999
+ /** @deprecated use `RateLimit1$outboundSchema` instead. */
1000
+ RateLimit1$.outboundSchema = RateLimit1$outboundSchema;
1001
+ })(RateLimit1$ || (RateLimit1$ = {}));
1002
+ export function rateLimit1ToJSON(rateLimit1) {
1003
+ return JSON.stringify(RateLimit1$outboundSchema.parse(rateLimit1));
1004
+ }
1005
+ export function rateLimit1FromJSON(jsonString) {
1006
+ return safeParse(jsonString, (x) => RateLimit1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RateLimit1' from JSON`);
1007
+ }
1008
+ /** @internal */
1009
+ export const RateLimit$inboundSchema = z.union([z.lazy(() => RateLimit1$inboundSchema), z.any()]);
1010
+ /** @internal */
1011
+ export const RateLimit$outboundSchema = z.union([z.lazy(() => RateLimit1$outboundSchema), z.any()]);
1012
+ /**
1013
+ * @internal
1014
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1015
+ */
1016
+ export var RateLimit$;
1017
+ (function (RateLimit$) {
1018
+ /** @deprecated use `RateLimit$inboundSchema` instead. */
1019
+ RateLimit$.inboundSchema = RateLimit$inboundSchema;
1020
+ /** @deprecated use `RateLimit$outboundSchema` instead. */
1021
+ RateLimit$.outboundSchema = RateLimit$outboundSchema;
1022
+ })(RateLimit$ || (RateLimit$ = {}));
1023
+ export function rateLimitToJSON(rateLimit) {
1024
+ return JSON.stringify(RateLimit$outboundSchema.parse(rateLimit));
1025
+ }
1026
+ export function rateLimitFromJSON(jsonString) {
1027
+ return safeParse(jsonString, (x) => RateLimit$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RateLimit' from JSON`);
1028
+ }
1029
+ /** @internal */
1030
+ export const Redirect1$inboundSchema = z.object({
1031
+ location: z.string(),
1032
+ permanent: z.boolean(),
1033
+ });
1034
+ /** @internal */
1035
+ export const Redirect1$outboundSchema = z.object({
1036
+ location: z.string(),
1037
+ permanent: z.boolean(),
1038
+ });
1039
+ /**
1040
+ * @internal
1041
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1042
+ */
1043
+ export var Redirect1$;
1044
+ (function (Redirect1$) {
1045
+ /** @deprecated use `Redirect1$inboundSchema` instead. */
1046
+ Redirect1$.inboundSchema = Redirect1$inboundSchema;
1047
+ /** @deprecated use `Redirect1$outboundSchema` instead. */
1048
+ Redirect1$.outboundSchema = Redirect1$outboundSchema;
1049
+ })(Redirect1$ || (Redirect1$ = {}));
1050
+ export function redirect1ToJSON(redirect1) {
1051
+ return JSON.stringify(Redirect1$outboundSchema.parse(redirect1));
1052
+ }
1053
+ export function redirect1FromJSON(jsonString) {
1054
+ return safeParse(jsonString, (x) => Redirect1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Redirect1' from JSON`);
1055
+ }
1056
+ /** @internal */
1057
+ export const Redirect$inboundSchema = z.union([z.lazy(() => Redirect1$inboundSchema), z.any()]);
1058
+ /** @internal */
1059
+ export const Redirect$outboundSchema = z.union([z.lazy(() => Redirect1$outboundSchema), z.any()]);
1060
+ /**
1061
+ * @internal
1062
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1063
+ */
1064
+ export var Redirect$;
1065
+ (function (Redirect$) {
1066
+ /** @deprecated use `Redirect$inboundSchema` instead. */
1067
+ Redirect$.inboundSchema = Redirect$inboundSchema;
1068
+ /** @deprecated use `Redirect$outboundSchema` instead. */
1069
+ Redirect$.outboundSchema = Redirect$outboundSchema;
1070
+ })(Redirect$ || (Redirect$ = {}));
1071
+ export function redirectToJSON(redirect) {
1072
+ return JSON.stringify(Redirect$outboundSchema.parse(redirect));
1073
+ }
1074
+ export function redirectFromJSON(jsonString) {
1075
+ return safeParse(jsonString, (x) => Redirect$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Redirect' from JSON`);
1076
+ }
1077
+ /** @internal */
1078
+ export const Mitigate$inboundSchema = z.object({
1079
+ action: PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$inboundSchema,
1080
+ rateLimit: z.nullable(z.union([z.lazy(() => RateLimit1$inboundSchema), z.any()])).optional(),
1081
+ redirect: z.nullable(z.union([z.lazy(() => Redirect1$inboundSchema), z.any()])).optional(),
1082
+ actionDuration: z.nullable(z.string()).optional(),
1083
+ });
1084
+ /** @internal */
1085
+ export const Mitigate$outboundSchema = z.object({
1086
+ action: PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$outboundSchema,
1087
+ rateLimit: z.nullable(z.union([z.lazy(() => RateLimit1$outboundSchema), z.any()])).optional(),
1088
+ redirect: z.nullable(z.union([z.lazy(() => Redirect1$outboundSchema), z.any()])).optional(),
1089
+ actionDuration: z.nullable(z.string()).optional(),
1090
+ });
1091
+ /**
1092
+ * @internal
1093
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1094
+ */
1095
+ export var Mitigate$;
1096
+ (function (Mitigate$) {
1097
+ /** @deprecated use `Mitigate$inboundSchema` instead. */
1098
+ Mitigate$.inboundSchema = Mitigate$inboundSchema;
1099
+ /** @deprecated use `Mitigate$outboundSchema` instead. */
1100
+ Mitigate$.outboundSchema = Mitigate$outboundSchema;
1101
+ })(Mitigate$ || (Mitigate$ = {}));
1102
+ export function mitigateToJSON(mitigate) {
1103
+ return JSON.stringify(Mitigate$outboundSchema.parse(mitigate));
1104
+ }
1105
+ export function mitigateFromJSON(jsonString) {
1106
+ return safeParse(jsonString, (x) => Mitigate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Mitigate' from JSON`);
1107
+ }
1108
+ /** @internal */
1109
+ export const PutFirewallConfigSecurityRequestRequestBodyRulesAction$inboundSchema = z.object({
1110
+ mitigate: z.lazy(() => Mitigate$inboundSchema).optional(),
1111
+ });
1112
+ /** @internal */
1113
+ export const PutFirewallConfigSecurityRequestRequestBodyRulesAction$outboundSchema = z.object({
1114
+ mitigate: z.lazy(() => Mitigate$outboundSchema).optional(),
1115
+ });
1116
+ /**
1117
+ * @internal
1118
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1119
+ */
1120
+ export var PutFirewallConfigSecurityRequestRequestBodyRulesAction$;
1121
+ (function (PutFirewallConfigSecurityRequestRequestBodyRulesAction$) {
1122
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyRulesAction$inboundSchema` instead. */
1123
+ PutFirewallConfigSecurityRequestRequestBodyRulesAction$.inboundSchema = PutFirewallConfigSecurityRequestRequestBodyRulesAction$inboundSchema;
1124
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyRulesAction$outboundSchema` instead. */
1125
+ PutFirewallConfigSecurityRequestRequestBodyRulesAction$.outboundSchema = PutFirewallConfigSecurityRequestRequestBodyRulesAction$outboundSchema;
1126
+ })(PutFirewallConfigSecurityRequestRequestBodyRulesAction$ || (PutFirewallConfigSecurityRequestRequestBodyRulesAction$ = {}));
1127
+ export function putFirewallConfigSecurityRequestRequestBodyRulesActionToJSON(putFirewallConfigSecurityRequestRequestBodyRulesAction) {
1128
+ return JSON.stringify(PutFirewallConfigSecurityRequestRequestBodyRulesAction$outboundSchema.parse(putFirewallConfigSecurityRequestRequestBodyRulesAction));
1129
+ }
1130
+ export function putFirewallConfigSecurityRequestRequestBodyRulesActionFromJSON(jsonString) {
1131
+ return safeParse(jsonString, (x) => PutFirewallConfigSecurityRequestRequestBodyRulesAction$inboundSchema
1132
+ .parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigSecurityRequestRequestBodyRulesAction' from JSON`);
1133
+ }
1134
+ /** @internal */
1135
+ export const Rules$inboundSchema = z
1136
+ .object({
1137
+ id: z.string().optional(),
1138
+ name: z.string(),
1139
+ description: z.string().optional(),
1140
+ active: z.boolean(),
1141
+ conditionGroup: z.array(z.lazy(() => ConditionGroup$inboundSchema)),
1142
+ action: z.lazy(() => PutFirewallConfigSecurityRequestRequestBodyRulesAction$inboundSchema),
1143
+ });
1144
+ /** @internal */
1145
+ export const Rules$outboundSchema = z.object({
1146
+ id: z.string().optional(),
1147
+ name: z.string(),
1148
+ description: z.string().optional(),
1149
+ active: z.boolean(),
1150
+ conditionGroup: z.array(z.lazy(() => ConditionGroup$outboundSchema)),
1151
+ action: z.lazy(() => PutFirewallConfigSecurityRequestRequestBodyRulesAction$outboundSchema),
1152
+ });
1153
+ /**
1154
+ * @internal
1155
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1156
+ */
1157
+ export var Rules$;
1158
+ (function (Rules$) {
1159
+ /** @deprecated use `Rules$inboundSchema` instead. */
1160
+ Rules$.inboundSchema = Rules$inboundSchema;
1161
+ /** @deprecated use `Rules$outboundSchema` instead. */
1162
+ Rules$.outboundSchema = Rules$outboundSchema;
1163
+ })(Rules$ || (Rules$ = {}));
1164
+ export function rulesToJSON(rules) {
1165
+ return JSON.stringify(Rules$outboundSchema.parse(rules));
1166
+ }
1167
+ export function rulesFromJSON(jsonString) {
1168
+ return safeParse(jsonString, (x) => Rules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Rules' from JSON`);
1169
+ }
1170
+ /** @internal */
1171
+ export const PutFirewallConfigSecurityRequestRequestBodyIpsAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyIpsAction);
1172
+ /** @internal */
1173
+ export const PutFirewallConfigSecurityRequestRequestBodyIpsAction$outboundSchema = PutFirewallConfigSecurityRequestRequestBodyIpsAction$inboundSchema;
1174
+ /**
1175
+ * @internal
1176
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1177
+ */
1178
+ export var PutFirewallConfigSecurityRequestRequestBodyIpsAction$;
1179
+ (function (PutFirewallConfigSecurityRequestRequestBodyIpsAction$) {
1180
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyIpsAction$inboundSchema` instead. */
1181
+ PutFirewallConfigSecurityRequestRequestBodyIpsAction$.inboundSchema = PutFirewallConfigSecurityRequestRequestBodyIpsAction$inboundSchema;
1182
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyIpsAction$outboundSchema` instead. */
1183
+ PutFirewallConfigSecurityRequestRequestBodyIpsAction$.outboundSchema = PutFirewallConfigSecurityRequestRequestBodyIpsAction$outboundSchema;
1184
+ })(PutFirewallConfigSecurityRequestRequestBodyIpsAction$ || (PutFirewallConfigSecurityRequestRequestBodyIpsAction$ = {}));
1185
+ /** @internal */
1186
+ export const Ips$inboundSchema = z
1187
+ .object({
1188
+ id: z.string().optional(),
1189
+ hostname: z.string(),
1190
+ ip: z.string(),
1191
+ notes: z.string().optional(),
1192
+ action: PutFirewallConfigSecurityRequestRequestBodyIpsAction$inboundSchema,
1193
+ });
1194
+ /** @internal */
1195
+ export const Ips$outboundSchema = z
1196
+ .object({
1197
+ id: z.string().optional(),
1198
+ hostname: z.string(),
1199
+ ip: z.string(),
1200
+ notes: z.string().optional(),
1201
+ action: PutFirewallConfigSecurityRequestRequestBodyIpsAction$outboundSchema,
1202
+ });
1203
+ /**
1204
+ * @internal
1205
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1206
+ */
1207
+ export var Ips$;
1208
+ (function (Ips$) {
1209
+ /** @deprecated use `Ips$inboundSchema` instead. */
1210
+ Ips$.inboundSchema = Ips$inboundSchema;
1211
+ /** @deprecated use `Ips$outboundSchema` instead. */
1212
+ Ips$.outboundSchema = Ips$outboundSchema;
1213
+ })(Ips$ || (Ips$ = {}));
1214
+ export function ipsToJSON(ips) {
1215
+ return JSON.stringify(Ips$outboundSchema.parse(ips));
1216
+ }
1217
+ export function ipsFromJSON(jsonString) {
1218
+ return safeParse(jsonString, (x) => Ips$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Ips' from JSON`);
1219
+ }
1220
+ /** @internal */
1221
+ export const PutFirewallConfigRequestBody$inboundSchema = z.object({
1222
+ firewallEnabled: z.boolean(),
1223
+ managedRules: z.lazy(() => ManagedRules$inboundSchema).optional(),
1224
+ crs: z.lazy(() => Crs$inboundSchema).optional(),
1225
+ rules: z.array(z.lazy(() => Rules$inboundSchema)).optional(),
1226
+ ips: z.array(z.lazy(() => Ips$inboundSchema)).optional(),
1227
+ });
1228
+ /** @internal */
1229
+ export const PutFirewallConfigRequestBody$outboundSchema = z.object({
1230
+ firewallEnabled: z.boolean(),
1231
+ managedRules: z.lazy(() => ManagedRules$outboundSchema).optional(),
1232
+ crs: z.lazy(() => Crs$outboundSchema).optional(),
1233
+ rules: z.array(z.lazy(() => Rules$outboundSchema)).optional(),
1234
+ ips: z.array(z.lazy(() => Ips$outboundSchema)).optional(),
1235
+ });
1236
+ /**
1237
+ * @internal
1238
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1239
+ */
1240
+ export var PutFirewallConfigRequestBody$;
1241
+ (function (PutFirewallConfigRequestBody$) {
1242
+ /** @deprecated use `PutFirewallConfigRequestBody$inboundSchema` instead. */
1243
+ PutFirewallConfigRequestBody$.inboundSchema = PutFirewallConfigRequestBody$inboundSchema;
1244
+ /** @deprecated use `PutFirewallConfigRequestBody$outboundSchema` instead. */
1245
+ PutFirewallConfigRequestBody$.outboundSchema = PutFirewallConfigRequestBody$outboundSchema;
1246
+ })(PutFirewallConfigRequestBody$ || (PutFirewallConfigRequestBody$ = {}));
1247
+ export function putFirewallConfigRequestBodyToJSON(putFirewallConfigRequestBody) {
1248
+ return JSON.stringify(PutFirewallConfigRequestBody$outboundSchema.parse(putFirewallConfigRequestBody));
1249
+ }
1250
+ export function putFirewallConfigRequestBodyFromJSON(jsonString) {
1251
+ return safeParse(jsonString, (x) => PutFirewallConfigRequestBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigRequestBody' from JSON`);
1252
+ }
1253
+ /** @internal */
1254
+ export const PutFirewallConfigRequest$inboundSchema = z.object({
1255
+ projectId: z.string(),
1256
+ teamId: z.string().optional(),
1257
+ slug: z.string().optional(),
1258
+ RequestBody: z.lazy(() => PutFirewallConfigRequestBody$inboundSchema)
1259
+ .optional(),
1260
+ }).transform((v) => {
1261
+ return remap$(v, {
1262
+ "RequestBody": "requestBody",
1263
+ });
1264
+ });
1265
+ /** @internal */
1266
+ export const PutFirewallConfigRequest$outboundSchema = z.object({
1267
+ projectId: z.string(),
1268
+ teamId: z.string().optional(),
1269
+ slug: z.string().optional(),
1270
+ requestBody: z.lazy(() => PutFirewallConfigRequestBody$outboundSchema)
1271
+ .optional(),
1272
+ }).transform((v) => {
1273
+ return remap$(v, {
1274
+ requestBody: "RequestBody",
1275
+ });
1276
+ });
1277
+ /**
1278
+ * @internal
1279
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1280
+ */
1281
+ export var PutFirewallConfigRequest$;
1282
+ (function (PutFirewallConfigRequest$) {
1283
+ /** @deprecated use `PutFirewallConfigRequest$inboundSchema` instead. */
1284
+ PutFirewallConfigRequest$.inboundSchema = PutFirewallConfigRequest$inboundSchema;
1285
+ /** @deprecated use `PutFirewallConfigRequest$outboundSchema` instead. */
1286
+ PutFirewallConfigRequest$.outboundSchema = PutFirewallConfigRequest$outboundSchema;
1287
+ })(PutFirewallConfigRequest$ || (PutFirewallConfigRequest$ = {}));
1288
+ export function putFirewallConfigRequestToJSON(putFirewallConfigRequest) {
1289
+ return JSON.stringify(PutFirewallConfigRequest$outboundSchema.parse(putFirewallConfigRequest));
1290
+ }
1291
+ export function putFirewallConfigRequestFromJSON(jsonString) {
1292
+ return safeParse(jsonString, (x) => PutFirewallConfigRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigRequest' from JSON`);
1293
+ }
1294
+ /** @internal */
1295
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction);
1296
+ /** @internal */
1297
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$inboundSchema;
1298
+ /**
1299
+ * @internal
1300
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1301
+ */
1302
+ export var PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$;
1303
+ (function (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$) {
1304
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$inboundSchema` instead. */
1305
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$.inboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$inboundSchema;
1306
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$outboundSchema` instead. */
1307
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$.outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$outboundSchema;
1308
+ })(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$ || (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$ = {}));
1309
+ /** @internal */
1310
+ export const PutFirewallConfigSd$inboundSchema = z.object({
1311
+ active: z.boolean(),
1312
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$inboundSchema,
1313
+ });
1314
+ /** @internal */
1315
+ export const PutFirewallConfigSd$outboundSchema = z.object({
1316
+ active: z.boolean(),
1317
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$outboundSchema,
1318
+ });
1319
+ /**
1320
+ * @internal
1321
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1322
+ */
1323
+ export var PutFirewallConfigSd$;
1324
+ (function (PutFirewallConfigSd$) {
1325
+ /** @deprecated use `PutFirewallConfigSd$inboundSchema` instead. */
1326
+ PutFirewallConfigSd$.inboundSchema = PutFirewallConfigSd$inboundSchema;
1327
+ /** @deprecated use `PutFirewallConfigSd$outboundSchema` instead. */
1328
+ PutFirewallConfigSd$.outboundSchema = PutFirewallConfigSd$outboundSchema;
1329
+ })(PutFirewallConfigSd$ || (PutFirewallConfigSd$ = {}));
1330
+ export function putFirewallConfigSdToJSON(putFirewallConfigSd) {
1331
+ return JSON.stringify(PutFirewallConfigSd$outboundSchema.parse(putFirewallConfigSd));
1332
+ }
1333
+ export function putFirewallConfigSdFromJSON(jsonString) {
1334
+ return safeParse(jsonString, (x) => PutFirewallConfigSd$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigSd' from JSON`);
1335
+ }
1336
+ /** @internal */
1337
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction);
1338
+ /** @internal */
1339
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$inboundSchema;
1340
+ /**
1341
+ * @internal
1342
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1343
+ */
1344
+ export var PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$;
1345
+ (function (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$) {
1346
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$inboundSchema` instead. */
1347
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$.inboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$inboundSchema;
1348
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$outboundSchema` instead. */
1349
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$.outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$outboundSchema;
1350
+ })(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$ || (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$ = {}));
1351
+ /** @internal */
1352
+ export const PutFirewallConfigMa$inboundSchema = z.object({
1353
+ active: z.boolean(),
1354
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$inboundSchema,
1355
+ });
1356
+ /** @internal */
1357
+ export const PutFirewallConfigMa$outboundSchema = z.object({
1358
+ active: z.boolean(),
1359
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$outboundSchema,
1360
+ });
1361
+ /**
1362
+ * @internal
1363
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1364
+ */
1365
+ export var PutFirewallConfigMa$;
1366
+ (function (PutFirewallConfigMa$) {
1367
+ /** @deprecated use `PutFirewallConfigMa$inboundSchema` instead. */
1368
+ PutFirewallConfigMa$.inboundSchema = PutFirewallConfigMa$inboundSchema;
1369
+ /** @deprecated use `PutFirewallConfigMa$outboundSchema` instead. */
1370
+ PutFirewallConfigMa$.outboundSchema = PutFirewallConfigMa$outboundSchema;
1371
+ })(PutFirewallConfigMa$ || (PutFirewallConfigMa$ = {}));
1372
+ export function putFirewallConfigMaToJSON(putFirewallConfigMa) {
1373
+ return JSON.stringify(PutFirewallConfigMa$outboundSchema.parse(putFirewallConfigMa));
1374
+ }
1375
+ export function putFirewallConfigMaFromJSON(jsonString) {
1376
+ return safeParse(jsonString, (x) => PutFirewallConfigMa$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigMa' from JSON`);
1377
+ }
1378
+ /** @internal */
1379
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONAction);
1380
+ /** @internal */
1381
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema;
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 var PutFirewallConfigSecurityResponse200ApplicationJSONAction$;
1387
+ (function (PutFirewallConfigSecurityResponse200ApplicationJSONAction$) {
1388
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema` instead. */
1389
+ PutFirewallConfigSecurityResponse200ApplicationJSONAction$.inboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema;
1390
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema` instead. */
1391
+ PutFirewallConfigSecurityResponse200ApplicationJSONAction$.outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema;
1392
+ })(PutFirewallConfigSecurityResponse200ApplicationJSONAction$ || (PutFirewallConfigSecurityResponse200ApplicationJSONAction$ = {}));
1393
+ /** @internal */
1394
+ export const PutFirewallConfigLfi$inboundSchema = z.object({
1395
+ active: z.boolean(),
1396
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema,
1397
+ });
1398
+ /** @internal */
1399
+ export const PutFirewallConfigLfi$outboundSchema = z.object({
1400
+ active: z.boolean(),
1401
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema,
1402
+ });
1403
+ /**
1404
+ * @internal
1405
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1406
+ */
1407
+ export var PutFirewallConfigLfi$;
1408
+ (function (PutFirewallConfigLfi$) {
1409
+ /** @deprecated use `PutFirewallConfigLfi$inboundSchema` instead. */
1410
+ PutFirewallConfigLfi$.inboundSchema = PutFirewallConfigLfi$inboundSchema;
1411
+ /** @deprecated use `PutFirewallConfigLfi$outboundSchema` instead. */
1412
+ PutFirewallConfigLfi$.outboundSchema = PutFirewallConfigLfi$outboundSchema;
1413
+ })(PutFirewallConfigLfi$ || (PutFirewallConfigLfi$ = {}));
1414
+ export function putFirewallConfigLfiToJSON(putFirewallConfigLfi) {
1415
+ return JSON.stringify(PutFirewallConfigLfi$outboundSchema.parse(putFirewallConfigLfi));
1416
+ }
1417
+ export function putFirewallConfigLfiFromJSON(jsonString) {
1418
+ return safeParse(jsonString, (x) => PutFirewallConfigLfi$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigLfi' from JSON`);
1419
+ }
1420
+ /** @internal */
1421
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction);
1422
+ /** @internal */
1423
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema;
1424
+ /**
1425
+ * @internal
1426
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1427
+ */
1428
+ export var PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$;
1429
+ (function (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$) {
1430
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema` instead. */
1431
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$.inboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema;
1432
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema` instead. */
1433
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$.outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema;
1434
+ })(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$ || (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$ = {}));
1435
+ /** @internal */
1436
+ export const PutFirewallConfigRfi$inboundSchema = z.object({
1437
+ active: z.boolean(),
1438
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema,
1439
+ });
1440
+ /** @internal */
1441
+ export const PutFirewallConfigRfi$outboundSchema = z.object({
1442
+ active: z.boolean(),
1443
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema,
1444
+ });
1445
+ /**
1446
+ * @internal
1447
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1448
+ */
1449
+ export var PutFirewallConfigRfi$;
1450
+ (function (PutFirewallConfigRfi$) {
1451
+ /** @deprecated use `PutFirewallConfigRfi$inboundSchema` instead. */
1452
+ PutFirewallConfigRfi$.inboundSchema = PutFirewallConfigRfi$inboundSchema;
1453
+ /** @deprecated use `PutFirewallConfigRfi$outboundSchema` instead. */
1454
+ PutFirewallConfigRfi$.outboundSchema = PutFirewallConfigRfi$outboundSchema;
1455
+ })(PutFirewallConfigRfi$ || (PutFirewallConfigRfi$ = {}));
1456
+ export function putFirewallConfigRfiToJSON(putFirewallConfigRfi) {
1457
+ return JSON.stringify(PutFirewallConfigRfi$outboundSchema.parse(putFirewallConfigRfi));
1458
+ }
1459
+ export function putFirewallConfigRfiFromJSON(jsonString) {
1460
+ return safeParse(jsonString, (x) => PutFirewallConfigRfi$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigRfi' from JSON`);
1461
+ }
1462
+ /** @internal */
1463
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction);
1464
+ /** @internal */
1465
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$inboundSchema;
1466
+ /**
1467
+ * @internal
1468
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1469
+ */
1470
+ export var PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$;
1471
+ (function (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$) {
1472
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$inboundSchema` instead. */
1473
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$.inboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$inboundSchema;
1474
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$outboundSchema` instead. */
1475
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$.outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$outboundSchema;
1476
+ })(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$ || (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$ = {}));
1477
+ /** @internal */
1478
+ export const PutFirewallConfigRce$inboundSchema = z.object({
1479
+ active: z.boolean(),
1480
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$inboundSchema,
1481
+ });
1482
+ /** @internal */
1483
+ export const PutFirewallConfigRce$outboundSchema = z.object({
1484
+ active: z.boolean(),
1485
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$outboundSchema,
1486
+ });
1487
+ /**
1488
+ * @internal
1489
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1490
+ */
1491
+ export var PutFirewallConfigRce$;
1492
+ (function (PutFirewallConfigRce$) {
1493
+ /** @deprecated use `PutFirewallConfigRce$inboundSchema` instead. */
1494
+ PutFirewallConfigRce$.inboundSchema = PutFirewallConfigRce$inboundSchema;
1495
+ /** @deprecated use `PutFirewallConfigRce$outboundSchema` instead. */
1496
+ PutFirewallConfigRce$.outboundSchema = PutFirewallConfigRce$outboundSchema;
1497
+ })(PutFirewallConfigRce$ || (PutFirewallConfigRce$ = {}));
1498
+ export function putFirewallConfigRceToJSON(putFirewallConfigRce) {
1499
+ return JSON.stringify(PutFirewallConfigRce$outboundSchema.parse(putFirewallConfigRce));
1500
+ }
1501
+ export function putFirewallConfigRceFromJSON(jsonString) {
1502
+ return safeParse(jsonString, (x) => PutFirewallConfigRce$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigRce' from JSON`);
1503
+ }
1504
+ /** @internal */
1505
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction);
1506
+ /** @internal */
1507
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$inboundSchema;
1508
+ /**
1509
+ * @internal
1510
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1511
+ */
1512
+ export var PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$;
1513
+ (function (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$) {
1514
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$inboundSchema` instead. */
1515
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$.inboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$inboundSchema;
1516
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$outboundSchema` instead. */
1517
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$.outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$outboundSchema;
1518
+ })(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$ || (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$ = {}));
1519
+ /** @internal */
1520
+ export const PutFirewallConfigPhp$inboundSchema = z.object({
1521
+ active: z.boolean(),
1522
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$inboundSchema,
1523
+ });
1524
+ /** @internal */
1525
+ export const PutFirewallConfigPhp$outboundSchema = z.object({
1526
+ active: z.boolean(),
1527
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$outboundSchema,
1528
+ });
1529
+ /**
1530
+ * @internal
1531
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1532
+ */
1533
+ export var PutFirewallConfigPhp$;
1534
+ (function (PutFirewallConfigPhp$) {
1535
+ /** @deprecated use `PutFirewallConfigPhp$inboundSchema` instead. */
1536
+ PutFirewallConfigPhp$.inboundSchema = PutFirewallConfigPhp$inboundSchema;
1537
+ /** @deprecated use `PutFirewallConfigPhp$outboundSchema` instead. */
1538
+ PutFirewallConfigPhp$.outboundSchema = PutFirewallConfigPhp$outboundSchema;
1539
+ })(PutFirewallConfigPhp$ || (PutFirewallConfigPhp$ = {}));
1540
+ export function putFirewallConfigPhpToJSON(putFirewallConfigPhp) {
1541
+ return JSON.stringify(PutFirewallConfigPhp$outboundSchema.parse(putFirewallConfigPhp));
1542
+ }
1543
+ export function putFirewallConfigPhpFromJSON(jsonString) {
1544
+ return safeParse(jsonString, (x) => PutFirewallConfigPhp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigPhp' from JSON`);
1545
+ }
1546
+ /** @internal */
1547
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction);
1548
+ /** @internal */
1549
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$inboundSchema;
1550
+ /**
1551
+ * @internal
1552
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1553
+ */
1554
+ export var PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$;
1555
+ (function (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$) {
1556
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$inboundSchema` instead. */
1557
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$.inboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$inboundSchema;
1558
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$outboundSchema` instead. */
1559
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$.outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$outboundSchema;
1560
+ })(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$ || (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$ = {}));
1561
+ /** @internal */
1562
+ export const PutFirewallConfigGen$inboundSchema = z.object({
1563
+ active: z.boolean(),
1564
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$inboundSchema,
1565
+ });
1566
+ /** @internal */
1567
+ export const PutFirewallConfigGen$outboundSchema = z.object({
1568
+ active: z.boolean(),
1569
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$outboundSchema,
1570
+ });
1571
+ /**
1572
+ * @internal
1573
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1574
+ */
1575
+ export var PutFirewallConfigGen$;
1576
+ (function (PutFirewallConfigGen$) {
1577
+ /** @deprecated use `PutFirewallConfigGen$inboundSchema` instead. */
1578
+ PutFirewallConfigGen$.inboundSchema = PutFirewallConfigGen$inboundSchema;
1579
+ /** @deprecated use `PutFirewallConfigGen$outboundSchema` instead. */
1580
+ PutFirewallConfigGen$.outboundSchema = PutFirewallConfigGen$outboundSchema;
1581
+ })(PutFirewallConfigGen$ || (PutFirewallConfigGen$ = {}));
1582
+ export function putFirewallConfigGenToJSON(putFirewallConfigGen) {
1583
+ return JSON.stringify(PutFirewallConfigGen$outboundSchema.parse(putFirewallConfigGen));
1584
+ }
1585
+ export function putFirewallConfigGenFromJSON(jsonString) {
1586
+ return safeParse(jsonString, (x) => PutFirewallConfigGen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigGen' from JSON`);
1587
+ }
1588
+ /** @internal */
1589
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction);
1590
+ /** @internal */
1591
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$inboundSchema;
1592
+ /**
1593
+ * @internal
1594
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1595
+ */
1596
+ export var PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$;
1597
+ (function (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$) {
1598
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$inboundSchema` instead. */
1599
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$.inboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$inboundSchema;
1600
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$outboundSchema` instead. */
1601
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$.outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$outboundSchema;
1602
+ })(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$ || (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$ = {}));
1603
+ /** @internal */
1604
+ export const PutFirewallConfigXss$inboundSchema = z.object({
1605
+ active: z.boolean(),
1606
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$inboundSchema,
1607
+ });
1608
+ /** @internal */
1609
+ export const PutFirewallConfigXss$outboundSchema = z.object({
1610
+ active: z.boolean(),
1611
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$outboundSchema,
1612
+ });
1613
+ /**
1614
+ * @internal
1615
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1616
+ */
1617
+ export var PutFirewallConfigXss$;
1618
+ (function (PutFirewallConfigXss$) {
1619
+ /** @deprecated use `PutFirewallConfigXss$inboundSchema` instead. */
1620
+ PutFirewallConfigXss$.inboundSchema = PutFirewallConfigXss$inboundSchema;
1621
+ /** @deprecated use `PutFirewallConfigXss$outboundSchema` instead. */
1622
+ PutFirewallConfigXss$.outboundSchema = PutFirewallConfigXss$outboundSchema;
1623
+ })(PutFirewallConfigXss$ || (PutFirewallConfigXss$ = {}));
1624
+ export function putFirewallConfigXssToJSON(putFirewallConfigXss) {
1625
+ return JSON.stringify(PutFirewallConfigXss$outboundSchema.parse(putFirewallConfigXss));
1626
+ }
1627
+ export function putFirewallConfigXssFromJSON(jsonString) {
1628
+ return safeParse(jsonString, (x) => PutFirewallConfigXss$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigXss' from JSON`);
1629
+ }
1630
+ /** @internal */
1631
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction);
1632
+ /** @internal */
1633
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$inboundSchema;
1634
+ /**
1635
+ * @internal
1636
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1637
+ */
1638
+ export var PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$;
1639
+ (function (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$) {
1640
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$inboundSchema` instead. */
1641
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$.inboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$inboundSchema;
1642
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$outboundSchema` instead. */
1643
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$.outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$outboundSchema;
1644
+ })(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$ || (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$ = {}));
1645
+ /** @internal */
1646
+ export const PutFirewallConfigSqli$inboundSchema = z.object({
1647
+ active: z.boolean(),
1648
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$inboundSchema,
1649
+ });
1650
+ /** @internal */
1651
+ export const PutFirewallConfigSqli$outboundSchema = z.object({
1652
+ active: z.boolean(),
1653
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$outboundSchema,
1654
+ });
1655
+ /**
1656
+ * @internal
1657
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1658
+ */
1659
+ export var PutFirewallConfigSqli$;
1660
+ (function (PutFirewallConfigSqli$) {
1661
+ /** @deprecated use `PutFirewallConfigSqli$inboundSchema` instead. */
1662
+ PutFirewallConfigSqli$.inboundSchema = PutFirewallConfigSqli$inboundSchema;
1663
+ /** @deprecated use `PutFirewallConfigSqli$outboundSchema` instead. */
1664
+ PutFirewallConfigSqli$.outboundSchema = PutFirewallConfigSqli$outboundSchema;
1665
+ })(PutFirewallConfigSqli$ || (PutFirewallConfigSqli$ = {}));
1666
+ export function putFirewallConfigSqliToJSON(putFirewallConfigSqli) {
1667
+ return JSON.stringify(PutFirewallConfigSqli$outboundSchema.parse(putFirewallConfigSqli));
1668
+ }
1669
+ export function putFirewallConfigSqliFromJSON(jsonString) {
1670
+ return safeParse(jsonString, (x) => PutFirewallConfigSqli$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigSqli' from JSON`);
1671
+ }
1672
+ /** @internal */
1673
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction);
1674
+ /** @internal */
1675
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$inboundSchema;
1676
+ /**
1677
+ * @internal
1678
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1679
+ */
1680
+ export var PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$;
1681
+ (function (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$) {
1682
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$inboundSchema` instead. */
1683
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$.inboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$inboundSchema;
1684
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$outboundSchema` instead. */
1685
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$.outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$outboundSchema;
1686
+ })(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$ || (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$ = {}));
1687
+ /** @internal */
1688
+ export const PutFirewallConfigSf$inboundSchema = z.object({
1689
+ active: z.boolean(),
1690
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$inboundSchema,
1691
+ });
1692
+ /** @internal */
1693
+ export const PutFirewallConfigSf$outboundSchema = z.object({
1694
+ active: z.boolean(),
1695
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$outboundSchema,
1696
+ });
1697
+ /**
1698
+ * @internal
1699
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1700
+ */
1701
+ export var PutFirewallConfigSf$;
1702
+ (function (PutFirewallConfigSf$) {
1703
+ /** @deprecated use `PutFirewallConfigSf$inboundSchema` instead. */
1704
+ PutFirewallConfigSf$.inboundSchema = PutFirewallConfigSf$inboundSchema;
1705
+ /** @deprecated use `PutFirewallConfigSf$outboundSchema` instead. */
1706
+ PutFirewallConfigSf$.outboundSchema = PutFirewallConfigSf$outboundSchema;
1707
+ })(PutFirewallConfigSf$ || (PutFirewallConfigSf$ = {}));
1708
+ export function putFirewallConfigSfToJSON(putFirewallConfigSf) {
1709
+ return JSON.stringify(PutFirewallConfigSf$outboundSchema.parse(putFirewallConfigSf));
1710
+ }
1711
+ export function putFirewallConfigSfFromJSON(jsonString) {
1712
+ return safeParse(jsonString, (x) => PutFirewallConfigSf$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigSf' from JSON`);
1713
+ }
1714
+ /** @internal */
1715
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction);
1716
+ /** @internal */
1717
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$inboundSchema;
1718
+ /**
1719
+ * @internal
1720
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1721
+ */
1722
+ export var PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$;
1723
+ (function (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$) {
1724
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$inboundSchema` instead. */
1725
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$.inboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$inboundSchema;
1726
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$outboundSchema` instead. */
1727
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$.outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$outboundSchema;
1728
+ })(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$ || (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$ = {}));
1729
+ /** @internal */
1730
+ export const PutFirewallConfigJava$inboundSchema = z.object({
1731
+ active: z.boolean(),
1732
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$inboundSchema,
1733
+ });
1734
+ /** @internal */
1735
+ export const PutFirewallConfigJava$outboundSchema = z.object({
1736
+ active: z.boolean(),
1737
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$outboundSchema,
1738
+ });
1739
+ /**
1740
+ * @internal
1741
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1742
+ */
1743
+ export var PutFirewallConfigJava$;
1744
+ (function (PutFirewallConfigJava$) {
1745
+ /** @deprecated use `PutFirewallConfigJava$inboundSchema` instead. */
1746
+ PutFirewallConfigJava$.inboundSchema = PutFirewallConfigJava$inboundSchema;
1747
+ /** @deprecated use `PutFirewallConfigJava$outboundSchema` instead. */
1748
+ PutFirewallConfigJava$.outboundSchema = PutFirewallConfigJava$outboundSchema;
1749
+ })(PutFirewallConfigJava$ || (PutFirewallConfigJava$ = {}));
1750
+ export function putFirewallConfigJavaToJSON(putFirewallConfigJava) {
1751
+ return JSON.stringify(PutFirewallConfigJava$outboundSchema.parse(putFirewallConfigJava));
1752
+ }
1753
+ export function putFirewallConfigJavaFromJSON(jsonString) {
1754
+ return safeParse(jsonString, (x) => PutFirewallConfigJava$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigJava' from JSON`);
1755
+ }
1756
+ /** @internal */
1757
+ export const PutFirewallConfigCrs$inboundSchema = z.object({
1758
+ sd: z.lazy(() => PutFirewallConfigSd$inboundSchema),
1759
+ ma: z.lazy(() => PutFirewallConfigMa$inboundSchema),
1760
+ lfi: z.lazy(() => PutFirewallConfigLfi$inboundSchema),
1761
+ rfi: z.lazy(() => PutFirewallConfigRfi$inboundSchema),
1762
+ rce: z.lazy(() => PutFirewallConfigRce$inboundSchema),
1763
+ php: z.lazy(() => PutFirewallConfigPhp$inboundSchema),
1764
+ gen: z.lazy(() => PutFirewallConfigGen$inboundSchema),
1765
+ xss: z.lazy(() => PutFirewallConfigXss$inboundSchema),
1766
+ sqli: z.lazy(() => PutFirewallConfigSqli$inboundSchema),
1767
+ sf: z.lazy(() => PutFirewallConfigSf$inboundSchema),
1768
+ java: z.lazy(() => PutFirewallConfigJava$inboundSchema),
1769
+ });
1770
+ /** @internal */
1771
+ export const PutFirewallConfigCrs$outboundSchema = z.object({
1772
+ sd: z.lazy(() => PutFirewallConfigSd$outboundSchema),
1773
+ ma: z.lazy(() => PutFirewallConfigMa$outboundSchema),
1774
+ lfi: z.lazy(() => PutFirewallConfigLfi$outboundSchema),
1775
+ rfi: z.lazy(() => PutFirewallConfigRfi$outboundSchema),
1776
+ rce: z.lazy(() => PutFirewallConfigRce$outboundSchema),
1777
+ php: z.lazy(() => PutFirewallConfigPhp$outboundSchema),
1778
+ gen: z.lazy(() => PutFirewallConfigGen$outboundSchema),
1779
+ xss: z.lazy(() => PutFirewallConfigXss$outboundSchema),
1780
+ sqli: z.lazy(() => PutFirewallConfigSqli$outboundSchema),
1781
+ sf: z.lazy(() => PutFirewallConfigSf$outboundSchema),
1782
+ java: z.lazy(() => PutFirewallConfigJava$outboundSchema),
1783
+ });
1784
+ /**
1785
+ * @internal
1786
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1787
+ */
1788
+ export var PutFirewallConfigCrs$;
1789
+ (function (PutFirewallConfigCrs$) {
1790
+ /** @deprecated use `PutFirewallConfigCrs$inboundSchema` instead. */
1791
+ PutFirewallConfigCrs$.inboundSchema = PutFirewallConfigCrs$inboundSchema;
1792
+ /** @deprecated use `PutFirewallConfigCrs$outboundSchema` instead. */
1793
+ PutFirewallConfigCrs$.outboundSchema = PutFirewallConfigCrs$outboundSchema;
1794
+ })(PutFirewallConfigCrs$ || (PutFirewallConfigCrs$ = {}));
1795
+ export function putFirewallConfigCrsToJSON(putFirewallConfigCrs) {
1796
+ return JSON.stringify(PutFirewallConfigCrs$outboundSchema.parse(putFirewallConfigCrs));
1797
+ }
1798
+ export function putFirewallConfigCrsFromJSON(jsonString) {
1799
+ return safeParse(jsonString, (x) => PutFirewallConfigCrs$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigCrs' from JSON`);
1800
+ }
1801
+ /** @internal */
1802
+ export const PutFirewallConfigSecurityType$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityType);
1803
+ /** @internal */
1804
+ export const PutFirewallConfigSecurityType$outboundSchema = PutFirewallConfigSecurityType$inboundSchema;
1805
+ /**
1806
+ * @internal
1807
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1808
+ */
1809
+ export var PutFirewallConfigSecurityType$;
1810
+ (function (PutFirewallConfigSecurityType$) {
1811
+ /** @deprecated use `PutFirewallConfigSecurityType$inboundSchema` instead. */
1812
+ PutFirewallConfigSecurityType$.inboundSchema = PutFirewallConfigSecurityType$inboundSchema;
1813
+ /** @deprecated use `PutFirewallConfigSecurityType$outboundSchema` instead. */
1814
+ PutFirewallConfigSecurityType$.outboundSchema = PutFirewallConfigSecurityType$outboundSchema;
1815
+ })(PutFirewallConfigSecurityType$ || (PutFirewallConfigSecurityType$ = {}));
1816
+ /** @internal */
1817
+ export const PutFirewallConfigOp$inboundSchema = z.nativeEnum(PutFirewallConfigOp);
1818
+ /** @internal */
1819
+ export const PutFirewallConfigOp$outboundSchema = PutFirewallConfigOp$inboundSchema;
1820
+ /**
1821
+ * @internal
1822
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1823
+ */
1824
+ export var PutFirewallConfigOp$;
1825
+ (function (PutFirewallConfigOp$) {
1826
+ /** @deprecated use `PutFirewallConfigOp$inboundSchema` instead. */
1827
+ PutFirewallConfigOp$.inboundSchema = PutFirewallConfigOp$inboundSchema;
1828
+ /** @deprecated use `PutFirewallConfigOp$outboundSchema` instead. */
1829
+ PutFirewallConfigOp$.outboundSchema = PutFirewallConfigOp$outboundSchema;
1830
+ })(PutFirewallConfigOp$ || (PutFirewallConfigOp$ = {}));
1831
+ /** @internal */
1832
+ export const PutFirewallConfigSecurityValue$inboundSchema = z.union([z.string(), z.number(), z.array(z.string())]);
1833
+ /** @internal */
1834
+ export const PutFirewallConfigSecurityValue$outboundSchema = z.union([z.string(), z.number(), z.array(z.string())]);
1835
+ /**
1836
+ * @internal
1837
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1838
+ */
1839
+ export var PutFirewallConfigSecurityValue$;
1840
+ (function (PutFirewallConfigSecurityValue$) {
1841
+ /** @deprecated use `PutFirewallConfigSecurityValue$inboundSchema` instead. */
1842
+ PutFirewallConfigSecurityValue$.inboundSchema = PutFirewallConfigSecurityValue$inboundSchema;
1843
+ /** @deprecated use `PutFirewallConfigSecurityValue$outboundSchema` instead. */
1844
+ PutFirewallConfigSecurityValue$.outboundSchema = PutFirewallConfigSecurityValue$outboundSchema;
1845
+ })(PutFirewallConfigSecurityValue$ || (PutFirewallConfigSecurityValue$ = {}));
1846
+ export function putFirewallConfigSecurityValueToJSON(putFirewallConfigSecurityValue) {
1847
+ return JSON.stringify(PutFirewallConfigSecurityValue$outboundSchema.parse(putFirewallConfigSecurityValue));
1848
+ }
1849
+ export function putFirewallConfigSecurityValueFromJSON(jsonString) {
1850
+ return safeParse(jsonString, (x) => PutFirewallConfigSecurityValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigSecurityValue' from JSON`);
1851
+ }
1852
+ /** @internal */
1853
+ export const PutFirewallConfigConditions$inboundSchema = z.object({
1854
+ type: PutFirewallConfigSecurityType$inboundSchema,
1855
+ op: PutFirewallConfigOp$inboundSchema,
1856
+ neg: z.boolean().optional(),
1857
+ key: z.string().optional(),
1858
+ value: z.union([z.string(), z.number(), z.array(z.string())]).optional(),
1859
+ });
1860
+ /** @internal */
1861
+ export const PutFirewallConfigConditions$outboundSchema = z.object({
1862
+ type: PutFirewallConfigSecurityType$outboundSchema,
1863
+ op: PutFirewallConfigOp$outboundSchema,
1864
+ neg: z.boolean().optional(),
1865
+ key: z.string().optional(),
1866
+ value: z.union([z.string(), z.number(), z.array(z.string())]).optional(),
1867
+ });
1868
+ /**
1869
+ * @internal
1870
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1871
+ */
1872
+ export var PutFirewallConfigConditions$;
1873
+ (function (PutFirewallConfigConditions$) {
1874
+ /** @deprecated use `PutFirewallConfigConditions$inboundSchema` instead. */
1875
+ PutFirewallConfigConditions$.inboundSchema = PutFirewallConfigConditions$inboundSchema;
1876
+ /** @deprecated use `PutFirewallConfigConditions$outboundSchema` instead. */
1877
+ PutFirewallConfigConditions$.outboundSchema = PutFirewallConfigConditions$outboundSchema;
1878
+ })(PutFirewallConfigConditions$ || (PutFirewallConfigConditions$ = {}));
1879
+ export function putFirewallConfigConditionsToJSON(putFirewallConfigConditions) {
1880
+ return JSON.stringify(PutFirewallConfigConditions$outboundSchema.parse(putFirewallConfigConditions));
1881
+ }
1882
+ export function putFirewallConfigConditionsFromJSON(jsonString) {
1883
+ return safeParse(jsonString, (x) => PutFirewallConfigConditions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigConditions' from JSON`);
1884
+ }
1885
+ /** @internal */
1886
+ export const PutFirewallConfigConditionGroup$inboundSchema = z.object({
1887
+ conditions: z.array(z.lazy(() => PutFirewallConfigConditions$inboundSchema)),
1888
+ });
1889
+ /** @internal */
1890
+ export const PutFirewallConfigConditionGroup$outboundSchema = z.object({
1891
+ conditions: z.array(z.lazy(() => PutFirewallConfigConditions$outboundSchema)),
1892
+ });
1893
+ /**
1894
+ * @internal
1895
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1896
+ */
1897
+ export var PutFirewallConfigConditionGroup$;
1898
+ (function (PutFirewallConfigConditionGroup$) {
1899
+ /** @deprecated use `PutFirewallConfigConditionGroup$inboundSchema` instead. */
1900
+ PutFirewallConfigConditionGroup$.inboundSchema = PutFirewallConfigConditionGroup$inboundSchema;
1901
+ /** @deprecated use `PutFirewallConfigConditionGroup$outboundSchema` instead. */
1902
+ PutFirewallConfigConditionGroup$.outboundSchema = PutFirewallConfigConditionGroup$outboundSchema;
1903
+ })(PutFirewallConfigConditionGroup$ || (PutFirewallConfigConditionGroup$ = {}));
1904
+ export function putFirewallConfigConditionGroupToJSON(putFirewallConfigConditionGroup) {
1905
+ return JSON.stringify(PutFirewallConfigConditionGroup$outboundSchema.parse(putFirewallConfigConditionGroup));
1906
+ }
1907
+ export function putFirewallConfigConditionGroupFromJSON(jsonString) {
1908
+ return safeParse(jsonString, (x) => PutFirewallConfigConditionGroup$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigConditionGroup' from JSON`);
1909
+ }
1910
+ /** @internal */
1911
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction);
1912
+ /** @internal */
1913
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$inboundSchema;
1914
+ /**
1915
+ * @internal
1916
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1917
+ */
1918
+ export var PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$;
1919
+ (function (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$) {
1920
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$inboundSchema` instead. */
1921
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$.inboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$inboundSchema;
1922
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$outboundSchema` instead. */
1923
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$.outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$outboundSchema;
1924
+ })(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$ || (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$ = {}));
1925
+ /** @internal */
1926
+ export const PutFirewallConfigAlgo$inboundSchema = z.nativeEnum(PutFirewallConfigAlgo);
1927
+ /** @internal */
1928
+ export const PutFirewallConfigAlgo$outboundSchema = PutFirewallConfigAlgo$inboundSchema;
1929
+ /**
1930
+ * @internal
1931
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1932
+ */
1933
+ export var PutFirewallConfigAlgo$;
1934
+ (function (PutFirewallConfigAlgo$) {
1935
+ /** @deprecated use `PutFirewallConfigAlgo$inboundSchema` instead. */
1936
+ PutFirewallConfigAlgo$.inboundSchema = PutFirewallConfigAlgo$inboundSchema;
1937
+ /** @deprecated use `PutFirewallConfigAlgo$outboundSchema` instead. */
1938
+ PutFirewallConfigAlgo$.outboundSchema = PutFirewallConfigAlgo$outboundSchema;
1939
+ })(PutFirewallConfigAlgo$ || (PutFirewallConfigAlgo$ = {}));
1940
+ /** @internal */
1941
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$inboundSchema = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction);
1942
+ /** @internal */
1943
+ export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$inboundSchema;
1944
+ /**
1945
+ * @internal
1946
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1947
+ */
1948
+ export var PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$;
1949
+ (function (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$) {
1950
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$inboundSchema` instead. */
1951
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$.inboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$inboundSchema;
1952
+ /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$outboundSchema` instead. */
1953
+ PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$.outboundSchema = PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$outboundSchema;
1954
+ })(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$ || (PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$ = {}));
1955
+ /** @internal */
1956
+ export const PutFirewallConfigRateLimit$inboundSchema = z.object({
1957
+ algo: PutFirewallConfigAlgo$inboundSchema,
1958
+ window: z.number(),
1959
+ limit: z.number(),
1960
+ keys: z.array(z.string()),
1961
+ action: z.nullable(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$inboundSchema).optional(),
1962
+ });
1963
+ /** @internal */
1964
+ export const PutFirewallConfigRateLimit$outboundSchema = z.object({
1965
+ algo: PutFirewallConfigAlgo$outboundSchema,
1966
+ window: z.number(),
1967
+ limit: z.number(),
1968
+ keys: z.array(z.string()),
1969
+ action: z.nullable(PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$outboundSchema).optional(),
1970
+ });
1971
+ /**
1972
+ * @internal
1973
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1974
+ */
1975
+ export var PutFirewallConfigRateLimit$;
1976
+ (function (PutFirewallConfigRateLimit$) {
1977
+ /** @deprecated use `PutFirewallConfigRateLimit$inboundSchema` instead. */
1978
+ PutFirewallConfigRateLimit$.inboundSchema = PutFirewallConfigRateLimit$inboundSchema;
1979
+ /** @deprecated use `PutFirewallConfigRateLimit$outboundSchema` instead. */
1980
+ PutFirewallConfigRateLimit$.outboundSchema = PutFirewallConfigRateLimit$outboundSchema;
1981
+ })(PutFirewallConfigRateLimit$ || (PutFirewallConfigRateLimit$ = {}));
1982
+ export function putFirewallConfigRateLimitToJSON(putFirewallConfigRateLimit) {
1983
+ return JSON.stringify(PutFirewallConfigRateLimit$outboundSchema.parse(putFirewallConfigRateLimit));
1984
+ }
1985
+ export function putFirewallConfigRateLimitFromJSON(jsonString) {
1986
+ return safeParse(jsonString, (x) => PutFirewallConfigRateLimit$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigRateLimit' from JSON`);
1987
+ }
1988
+ /** @internal */
1989
+ export const PutFirewallConfigRedirect$inboundSchema = z.object({
1990
+ location: z.string(),
1991
+ permanent: z.boolean(),
1992
+ });
1993
+ /** @internal */
1994
+ export const PutFirewallConfigRedirect$outboundSchema = z.object({
1995
+ location: z.string(),
1996
+ permanent: z.boolean(),
1997
+ });
1998
+ /**
1999
+ * @internal
2000
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2001
+ */
2002
+ export var PutFirewallConfigRedirect$;
2003
+ (function (PutFirewallConfigRedirect$) {
2004
+ /** @deprecated use `PutFirewallConfigRedirect$inboundSchema` instead. */
2005
+ PutFirewallConfigRedirect$.inboundSchema = PutFirewallConfigRedirect$inboundSchema;
2006
+ /** @deprecated use `PutFirewallConfigRedirect$outboundSchema` instead. */
2007
+ PutFirewallConfigRedirect$.outboundSchema = PutFirewallConfigRedirect$outboundSchema;
2008
+ })(PutFirewallConfigRedirect$ || (PutFirewallConfigRedirect$ = {}));
2009
+ export function putFirewallConfigRedirectToJSON(putFirewallConfigRedirect) {
2010
+ return JSON.stringify(PutFirewallConfigRedirect$outboundSchema.parse(putFirewallConfigRedirect));
2011
+ }
2012
+ export function putFirewallConfigRedirectFromJSON(jsonString) {
2013
+ return safeParse(jsonString, (x) => PutFirewallConfigRedirect$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigRedirect' from JSON`);
2014
+ }
2015
+ /** @internal */
2016
+ export const PutFirewallConfigMitigate$inboundSchema = z.object({
2017
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$inboundSchema,
2018
+ rateLimit: z.nullable(z.lazy(() => PutFirewallConfigRateLimit$inboundSchema))
2019
+ .optional(),
2020
+ redirect: z.nullable(z.lazy(() => PutFirewallConfigRedirect$inboundSchema))
2021
+ .optional(),
2022
+ actionDuration: z.nullable(z.string()).optional(),
2023
+ });
2024
+ /** @internal */
2025
+ export const PutFirewallConfigMitigate$outboundSchema = z.object({
2026
+ action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$outboundSchema,
2027
+ rateLimit: z.nullable(z.lazy(() => PutFirewallConfigRateLimit$outboundSchema))
2028
+ .optional(),
2029
+ redirect: z.nullable(z.lazy(() => PutFirewallConfigRedirect$outboundSchema))
2030
+ .optional(),
2031
+ actionDuration: z.nullable(z.string()).optional(),
2032
+ });
2033
+ /**
2034
+ * @internal
2035
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2036
+ */
2037
+ export var PutFirewallConfigMitigate$;
2038
+ (function (PutFirewallConfigMitigate$) {
2039
+ /** @deprecated use `PutFirewallConfigMitigate$inboundSchema` instead. */
2040
+ PutFirewallConfigMitigate$.inboundSchema = PutFirewallConfigMitigate$inboundSchema;
2041
+ /** @deprecated use `PutFirewallConfigMitigate$outboundSchema` instead. */
2042
+ PutFirewallConfigMitigate$.outboundSchema = PutFirewallConfigMitigate$outboundSchema;
2043
+ })(PutFirewallConfigMitigate$ || (PutFirewallConfigMitigate$ = {}));
2044
+ export function putFirewallConfigMitigateToJSON(putFirewallConfigMitigate) {
2045
+ return JSON.stringify(PutFirewallConfigMitigate$outboundSchema.parse(putFirewallConfigMitigate));
2046
+ }
2047
+ export function putFirewallConfigMitigateFromJSON(jsonString) {
2048
+ return safeParse(jsonString, (x) => PutFirewallConfigMitigate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigMitigate' from JSON`);
2049
+ }
2050
+ /** @internal */
2051
+ export const PutFirewallConfigSecurityResponseAction$inboundSchema = z.object({
2052
+ mitigate: z.lazy(() => PutFirewallConfigMitigate$inboundSchema).optional(),
2053
+ });
2054
+ /** @internal */
2055
+ export const PutFirewallConfigSecurityResponseAction$outboundSchema = z.object({
2056
+ mitigate: z.lazy(() => PutFirewallConfigMitigate$outboundSchema).optional(),
2057
+ });
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 var PutFirewallConfigSecurityResponseAction$;
2063
+ (function (PutFirewallConfigSecurityResponseAction$) {
2064
+ /** @deprecated use `PutFirewallConfigSecurityResponseAction$inboundSchema` instead. */
2065
+ PutFirewallConfigSecurityResponseAction$.inboundSchema = PutFirewallConfigSecurityResponseAction$inboundSchema;
2066
+ /** @deprecated use `PutFirewallConfigSecurityResponseAction$outboundSchema` instead. */
2067
+ PutFirewallConfigSecurityResponseAction$.outboundSchema = PutFirewallConfigSecurityResponseAction$outboundSchema;
2068
+ })(PutFirewallConfigSecurityResponseAction$ || (PutFirewallConfigSecurityResponseAction$ = {}));
2069
+ export function putFirewallConfigSecurityResponseActionToJSON(putFirewallConfigSecurityResponseAction) {
2070
+ return JSON.stringify(PutFirewallConfigSecurityResponseAction$outboundSchema.parse(putFirewallConfigSecurityResponseAction));
2071
+ }
2072
+ export function putFirewallConfigSecurityResponseActionFromJSON(jsonString) {
2073
+ return safeParse(jsonString, (x) => PutFirewallConfigSecurityResponseAction$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigSecurityResponseAction' from JSON`);
2074
+ }
2075
+ /** @internal */
2076
+ export const PutFirewallConfigRules$inboundSchema = z.object({
2077
+ id: z.string(),
2078
+ name: z.string(),
2079
+ description: z.string().optional(),
2080
+ active: z.boolean(),
2081
+ conditionGroup: z.array(z.lazy(() => PutFirewallConfigConditionGroup$inboundSchema)),
2082
+ action: z.lazy(() => PutFirewallConfigSecurityResponseAction$inboundSchema),
2083
+ });
2084
+ /** @internal */
2085
+ export const PutFirewallConfigRules$outboundSchema = z.object({
2086
+ id: z.string(),
2087
+ name: z.string(),
2088
+ description: z.string().optional(),
2089
+ active: z.boolean(),
2090
+ conditionGroup: z.array(z.lazy(() => PutFirewallConfigConditionGroup$outboundSchema)),
2091
+ action: z.lazy(() => PutFirewallConfigSecurityResponseAction$outboundSchema),
2092
+ });
2093
+ /**
2094
+ * @internal
2095
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2096
+ */
2097
+ export var PutFirewallConfigRules$;
2098
+ (function (PutFirewallConfigRules$) {
2099
+ /** @deprecated use `PutFirewallConfigRules$inboundSchema` instead. */
2100
+ PutFirewallConfigRules$.inboundSchema = PutFirewallConfigRules$inboundSchema;
2101
+ /** @deprecated use `PutFirewallConfigRules$outboundSchema` instead. */
2102
+ PutFirewallConfigRules$.outboundSchema = PutFirewallConfigRules$outboundSchema;
2103
+ })(PutFirewallConfigRules$ || (PutFirewallConfigRules$ = {}));
2104
+ export function putFirewallConfigRulesToJSON(putFirewallConfigRules) {
2105
+ return JSON.stringify(PutFirewallConfigRules$outboundSchema.parse(putFirewallConfigRules));
2106
+ }
2107
+ export function putFirewallConfigRulesFromJSON(jsonString) {
2108
+ return safeParse(jsonString, (x) => PutFirewallConfigRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigRules' from JSON`);
2109
+ }
2110
+ /** @internal */
2111
+ export const PutFirewallConfigSecurityResponse200Action$inboundSchema = z
2112
+ .nativeEnum(PutFirewallConfigSecurityResponse200Action);
2113
+ /** @internal */
2114
+ export const PutFirewallConfigSecurityResponse200Action$outboundSchema = PutFirewallConfigSecurityResponse200Action$inboundSchema;
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 var PutFirewallConfigSecurityResponse200Action$;
2120
+ (function (PutFirewallConfigSecurityResponse200Action$) {
2121
+ /** @deprecated use `PutFirewallConfigSecurityResponse200Action$inboundSchema` instead. */
2122
+ PutFirewallConfigSecurityResponse200Action$.inboundSchema = PutFirewallConfigSecurityResponse200Action$inboundSchema;
2123
+ /** @deprecated use `PutFirewallConfigSecurityResponse200Action$outboundSchema` instead. */
2124
+ PutFirewallConfigSecurityResponse200Action$.outboundSchema = PutFirewallConfigSecurityResponse200Action$outboundSchema;
2125
+ })(PutFirewallConfigSecurityResponse200Action$ || (PutFirewallConfigSecurityResponse200Action$ = {}));
2126
+ /** @internal */
2127
+ export const PutFirewallConfigIps$inboundSchema = z.object({
2128
+ id: z.string(),
2129
+ hostname: z.string(),
2130
+ ip: z.string(),
2131
+ notes: z.string().optional(),
2132
+ action: PutFirewallConfigSecurityResponse200Action$inboundSchema,
2133
+ });
2134
+ /** @internal */
2135
+ export const PutFirewallConfigIps$outboundSchema = z.object({
2136
+ id: z.string(),
2137
+ hostname: z.string(),
2138
+ ip: z.string(),
2139
+ notes: z.string().optional(),
2140
+ action: PutFirewallConfigSecurityResponse200Action$outboundSchema,
2141
+ });
2142
+ /**
2143
+ * @internal
2144
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2145
+ */
2146
+ export var PutFirewallConfigIps$;
2147
+ (function (PutFirewallConfigIps$) {
2148
+ /** @deprecated use `PutFirewallConfigIps$inboundSchema` instead. */
2149
+ PutFirewallConfigIps$.inboundSchema = PutFirewallConfigIps$inboundSchema;
2150
+ /** @deprecated use `PutFirewallConfigIps$outboundSchema` instead. */
2151
+ PutFirewallConfigIps$.outboundSchema = PutFirewallConfigIps$outboundSchema;
2152
+ })(PutFirewallConfigIps$ || (PutFirewallConfigIps$ = {}));
2153
+ export function putFirewallConfigIpsToJSON(putFirewallConfigIps) {
2154
+ return JSON.stringify(PutFirewallConfigIps$outboundSchema.parse(putFirewallConfigIps));
2155
+ }
2156
+ export function putFirewallConfigIpsFromJSON(jsonString) {
2157
+ return safeParse(jsonString, (x) => PutFirewallConfigIps$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigIps' from JSON`);
2158
+ }
2159
+ /** @internal */
2160
+ export const PutFirewallConfigChanges$inboundSchema = z.object({});
2161
+ /** @internal */
2162
+ export const PutFirewallConfigChanges$outboundSchema = z.object({});
2163
+ /**
2164
+ * @internal
2165
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2166
+ */
2167
+ export var PutFirewallConfigChanges$;
2168
+ (function (PutFirewallConfigChanges$) {
2169
+ /** @deprecated use `PutFirewallConfigChanges$inboundSchema` instead. */
2170
+ PutFirewallConfigChanges$.inboundSchema = PutFirewallConfigChanges$inboundSchema;
2171
+ /** @deprecated use `PutFirewallConfigChanges$outboundSchema` instead. */
2172
+ PutFirewallConfigChanges$.outboundSchema = PutFirewallConfigChanges$outboundSchema;
2173
+ })(PutFirewallConfigChanges$ || (PutFirewallConfigChanges$ = {}));
2174
+ export function putFirewallConfigChangesToJSON(putFirewallConfigChanges) {
2175
+ return JSON.stringify(PutFirewallConfigChanges$outboundSchema.parse(putFirewallConfigChanges));
2176
+ }
2177
+ export function putFirewallConfigChangesFromJSON(jsonString) {
2178
+ return safeParse(jsonString, (x) => PutFirewallConfigChanges$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigChanges' from JSON`);
2179
+ }
2180
+ /** @internal */
2181
+ export const PutFirewallConfigOwasp$inboundSchema = z.object({
2182
+ active: z.boolean(),
2183
+ updatedAt: z.string().optional(),
2184
+ userId: z.string().optional(),
2185
+ username: z.string().optional(),
2186
+ });
2187
+ /** @internal */
2188
+ export const PutFirewallConfigOwasp$outboundSchema = z.object({
2189
+ active: z.boolean(),
2190
+ updatedAt: z.string().optional(),
2191
+ userId: z.string().optional(),
2192
+ username: z.string().optional(),
2193
+ });
2194
+ /**
2195
+ * @internal
2196
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2197
+ */
2198
+ export var PutFirewallConfigOwasp$;
2199
+ (function (PutFirewallConfigOwasp$) {
2200
+ /** @deprecated use `PutFirewallConfigOwasp$inboundSchema` instead. */
2201
+ PutFirewallConfigOwasp$.inboundSchema = PutFirewallConfigOwasp$inboundSchema;
2202
+ /** @deprecated use `PutFirewallConfigOwasp$outboundSchema` instead. */
2203
+ PutFirewallConfigOwasp$.outboundSchema = PutFirewallConfigOwasp$outboundSchema;
2204
+ })(PutFirewallConfigOwasp$ || (PutFirewallConfigOwasp$ = {}));
2205
+ export function putFirewallConfigOwaspToJSON(putFirewallConfigOwasp) {
2206
+ return JSON.stringify(PutFirewallConfigOwasp$outboundSchema.parse(putFirewallConfigOwasp));
2207
+ }
2208
+ export function putFirewallConfigOwaspFromJSON(jsonString) {
2209
+ return safeParse(jsonString, (x) => PutFirewallConfigOwasp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigOwasp' from JSON`);
2210
+ }
2211
+ /** @internal */
2212
+ export const PutFirewallConfigVerifiedBotsBypass$inboundSchema = z.object({
2213
+ active: z.boolean(),
2214
+ updatedAt: z.string().optional(),
2215
+ userId: z.string().optional(),
2216
+ username: z.string().optional(),
2217
+ });
2218
+ /** @internal */
2219
+ export const PutFirewallConfigVerifiedBotsBypass$outboundSchema = z.object({
2220
+ active: z.boolean(),
2221
+ updatedAt: z.string().optional(),
2222
+ userId: z.string().optional(),
2223
+ username: z.string().optional(),
2224
+ });
2225
+ /**
2226
+ * @internal
2227
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2228
+ */
2229
+ export var PutFirewallConfigVerifiedBotsBypass$;
2230
+ (function (PutFirewallConfigVerifiedBotsBypass$) {
2231
+ /** @deprecated use `PutFirewallConfigVerifiedBotsBypass$inboundSchema` instead. */
2232
+ PutFirewallConfigVerifiedBotsBypass$.inboundSchema = PutFirewallConfigVerifiedBotsBypass$inboundSchema;
2233
+ /** @deprecated use `PutFirewallConfigVerifiedBotsBypass$outboundSchema` instead. */
2234
+ PutFirewallConfigVerifiedBotsBypass$.outboundSchema = PutFirewallConfigVerifiedBotsBypass$outboundSchema;
2235
+ })(PutFirewallConfigVerifiedBotsBypass$ || (PutFirewallConfigVerifiedBotsBypass$ = {}));
2236
+ export function putFirewallConfigVerifiedBotsBypassToJSON(putFirewallConfigVerifiedBotsBypass) {
2237
+ return JSON.stringify(PutFirewallConfigVerifiedBotsBypass$outboundSchema.parse(putFirewallConfigVerifiedBotsBypass));
2238
+ }
2239
+ export function putFirewallConfigVerifiedBotsBypassFromJSON(jsonString) {
2240
+ return safeParse(jsonString, (x) => PutFirewallConfigVerifiedBotsBypass$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigVerifiedBotsBypass' from JSON`);
2241
+ }
2242
+ /** @internal */
2243
+ export const PutFirewallConfigManagedRules$inboundSchema = z.object({
2244
+ owasp: z.lazy(() => PutFirewallConfigOwasp$inboundSchema).optional(),
2245
+ verifiedBotsBypass: z.lazy(() => PutFirewallConfigVerifiedBotsBypass$inboundSchema).optional(),
2246
+ });
2247
+ /** @internal */
2248
+ export const PutFirewallConfigManagedRules$outboundSchema = z.object({
2249
+ owasp: z.lazy(() => PutFirewallConfigOwasp$outboundSchema).optional(),
2250
+ verifiedBotsBypass: z.lazy(() => PutFirewallConfigVerifiedBotsBypass$outboundSchema).optional(),
2251
+ });
2252
+ /**
2253
+ * @internal
2254
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2255
+ */
2256
+ export var PutFirewallConfigManagedRules$;
2257
+ (function (PutFirewallConfigManagedRules$) {
2258
+ /** @deprecated use `PutFirewallConfigManagedRules$inboundSchema` instead. */
2259
+ PutFirewallConfigManagedRules$.inboundSchema = PutFirewallConfigManagedRules$inboundSchema;
2260
+ /** @deprecated use `PutFirewallConfigManagedRules$outboundSchema` instead. */
2261
+ PutFirewallConfigManagedRules$.outboundSchema = PutFirewallConfigManagedRules$outboundSchema;
2262
+ })(PutFirewallConfigManagedRules$ || (PutFirewallConfigManagedRules$ = {}));
2263
+ export function putFirewallConfigManagedRulesToJSON(putFirewallConfigManagedRules) {
2264
+ return JSON.stringify(PutFirewallConfigManagedRules$outboundSchema.parse(putFirewallConfigManagedRules));
2265
+ }
2266
+ export function putFirewallConfigManagedRulesFromJSON(jsonString) {
2267
+ return safeParse(jsonString, (x) => PutFirewallConfigManagedRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigManagedRules' from JSON`);
2268
+ }
2269
+ /** @internal */
2270
+ export const Active$inboundSchema = z
2271
+ .object({
2272
+ ownerId: z.string(),
2273
+ projectKey: z.string(),
2274
+ id: z.string(),
2275
+ version: z.number(),
2276
+ updatedAt: z.string(),
2277
+ firewallEnabled: z.boolean(),
2278
+ crs: z.lazy(() => PutFirewallConfigCrs$inboundSchema),
2279
+ rules: z.array(z.lazy(() => PutFirewallConfigRules$inboundSchema)),
2280
+ ips: z.array(z.lazy(() => PutFirewallConfigIps$inboundSchema)),
2281
+ changes: z.array(z.lazy(() => PutFirewallConfigChanges$inboundSchema)),
2282
+ managedRules: z.lazy(() => PutFirewallConfigManagedRules$inboundSchema)
2283
+ .optional(),
2284
+ });
2285
+ /** @internal */
2286
+ export const Active$outboundSchema = z.object({
2287
+ ownerId: z.string(),
2288
+ projectKey: z.string(),
2289
+ id: z.string(),
2290
+ version: z.number(),
2291
+ updatedAt: z.string(),
2292
+ firewallEnabled: z.boolean(),
2293
+ crs: z.lazy(() => PutFirewallConfigCrs$outboundSchema),
2294
+ rules: z.array(z.lazy(() => PutFirewallConfigRules$outboundSchema)),
2295
+ ips: z.array(z.lazy(() => PutFirewallConfigIps$outboundSchema)),
2296
+ changes: z.array(z.lazy(() => PutFirewallConfigChanges$outboundSchema)),
2297
+ managedRules: z.lazy(() => PutFirewallConfigManagedRules$outboundSchema)
2298
+ .optional(),
2299
+ });
2300
+ /**
2301
+ * @internal
2302
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2303
+ */
2304
+ export var Active$;
2305
+ (function (Active$) {
2306
+ /** @deprecated use `Active$inboundSchema` instead. */
2307
+ Active$.inboundSchema = Active$inboundSchema;
2308
+ /** @deprecated use `Active$outboundSchema` instead. */
2309
+ Active$.outboundSchema = Active$outboundSchema;
2310
+ })(Active$ || (Active$ = {}));
2311
+ export function activeToJSON(active) {
2312
+ return JSON.stringify(Active$outboundSchema.parse(active));
2313
+ }
2314
+ export function activeFromJSON(jsonString) {
2315
+ return safeParse(jsonString, (x) => Active$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Active' from JSON`);
2316
+ }
2317
+ /** @internal */
2318
+ export const PutFirewallConfigResponseBody$inboundSchema = z.object({
2319
+ active: z.lazy(() => Active$inboundSchema),
2320
+ });
2321
+ /** @internal */
2322
+ export const PutFirewallConfigResponseBody$outboundSchema = z.object({
2323
+ active: z.lazy(() => Active$outboundSchema),
2324
+ });
2325
+ /**
2326
+ * @internal
2327
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2328
+ */
2329
+ export var PutFirewallConfigResponseBody$;
2330
+ (function (PutFirewallConfigResponseBody$) {
2331
+ /** @deprecated use `PutFirewallConfigResponseBody$inboundSchema` instead. */
2332
+ PutFirewallConfigResponseBody$.inboundSchema = PutFirewallConfigResponseBody$inboundSchema;
2333
+ /** @deprecated use `PutFirewallConfigResponseBody$outboundSchema` instead. */
2334
+ PutFirewallConfigResponseBody$.outboundSchema = PutFirewallConfigResponseBody$outboundSchema;
2335
+ })(PutFirewallConfigResponseBody$ || (PutFirewallConfigResponseBody$ = {}));
2336
+ export function putFirewallConfigResponseBodyToJSON(putFirewallConfigResponseBody) {
2337
+ return JSON.stringify(PutFirewallConfigResponseBody$outboundSchema.parse(putFirewallConfigResponseBody));
2338
+ }
2339
+ export function putFirewallConfigResponseBodyFromJSON(jsonString) {
2340
+ return safeParse(jsonString, (x) => PutFirewallConfigResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutFirewallConfigResponseBody' from JSON`);
2341
+ }
2342
+ //# sourceMappingURL=putfirewallconfig.js.map