@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,3875 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { remap as remap$ } from "../../lib/primitives.js";
7
+ import { safeParse } from "../../lib/schemas.js";
8
+ import { ClosedEnum } from "../../types/enums.js";
9
+ import { Result as SafeParseResult } from "../../types/fp.js";
10
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
11
+
12
+ export const UpdateFirewallConfigRequestBodySecurityRequest11Action = {
13
+ ManagedRulesUpdate: "managedRules.update",
14
+ } as const;
15
+ export type UpdateFirewallConfigRequestBodySecurityRequest11Action = ClosedEnum<
16
+ typeof UpdateFirewallConfigRequestBodySecurityRequest11Action
17
+ >;
18
+
19
+ export const RequestBodyId = {
20
+ Owasp: "owasp",
21
+ } as const;
22
+ export type RequestBodyId = ClosedEnum<typeof RequestBodyId>;
23
+
24
+ export type UpdateFirewallConfigRequestBodySecurityRequest11Value = {
25
+ active: boolean;
26
+ };
27
+
28
+ /**
29
+ * Update a managed ruleset
30
+ */
31
+ export type Eleven = {
32
+ action: UpdateFirewallConfigRequestBodySecurityRequest11Action;
33
+ id: RequestBodyId;
34
+ value: UpdateFirewallConfigRequestBodySecurityRequest11Value;
35
+ };
36
+
37
+ export const UpdateFirewallConfigRequestBodySecurityRequest10Action = {
38
+ IpRemove: "ip.remove",
39
+ } as const;
40
+ export type UpdateFirewallConfigRequestBodySecurityRequest10Action = ClosedEnum<
41
+ typeof UpdateFirewallConfigRequestBodySecurityRequest10Action
42
+ >;
43
+
44
+ /**
45
+ * Remove an IP Blocking rule
46
+ */
47
+ export type RequestBody10 = {
48
+ action: UpdateFirewallConfigRequestBodySecurityRequest10Action;
49
+ id: string;
50
+ value?: any | null | undefined;
51
+ };
52
+
53
+ export const UpdateFirewallConfigRequestBodySecurityRequest9Action = {
54
+ IpUpdate: "ip.update",
55
+ } as const;
56
+ export type UpdateFirewallConfigRequestBodySecurityRequest9Action = ClosedEnum<
57
+ typeof UpdateFirewallConfigRequestBodySecurityRequest9Action
58
+ >;
59
+
60
+ export const UpdateFirewallConfigRequestBodySecurityRequest9ValueAction = {
61
+ Deny: "deny",
62
+ Challenge: "challenge",
63
+ Log: "log",
64
+ Bypass: "bypass",
65
+ } as const;
66
+ export type UpdateFirewallConfigRequestBodySecurityRequest9ValueAction =
67
+ ClosedEnum<typeof UpdateFirewallConfigRequestBodySecurityRequest9ValueAction>;
68
+
69
+ export type UpdateFirewallConfigRequestBodySecurityRequest9Value = {
70
+ hostname: string;
71
+ ip: string;
72
+ notes?: string | undefined;
73
+ action: UpdateFirewallConfigRequestBodySecurityRequest9ValueAction;
74
+ };
75
+
76
+ /**
77
+ * Update an IP Blocking rule
78
+ */
79
+ export type RequestBody9 = {
80
+ action: UpdateFirewallConfigRequestBodySecurityRequest9Action;
81
+ id: string;
82
+ value: UpdateFirewallConfigRequestBodySecurityRequest9Value;
83
+ };
84
+
85
+ export const UpdateFirewallConfigRequestBodySecurityRequest8Action = {
86
+ IpInsert: "ip.insert",
87
+ } as const;
88
+ export type UpdateFirewallConfigRequestBodySecurityRequest8Action = ClosedEnum<
89
+ typeof UpdateFirewallConfigRequestBodySecurityRequest8Action
90
+ >;
91
+
92
+ export const UpdateFirewallConfigRequestBodySecurityRequest8ValueAction = {
93
+ Deny: "deny",
94
+ Challenge: "challenge",
95
+ Log: "log",
96
+ Bypass: "bypass",
97
+ } as const;
98
+ export type UpdateFirewallConfigRequestBodySecurityRequest8ValueAction =
99
+ ClosedEnum<typeof UpdateFirewallConfigRequestBodySecurityRequest8ValueAction>;
100
+
101
+ export type UpdateFirewallConfigRequestBodySecurityRequestValue = {
102
+ hostname: string;
103
+ ip: string;
104
+ notes?: string | undefined;
105
+ action: UpdateFirewallConfigRequestBodySecurityRequest8ValueAction;
106
+ };
107
+
108
+ /**
109
+ * Add an IP Blocking rule
110
+ */
111
+ export type RequestBody8 = {
112
+ action: UpdateFirewallConfigRequestBodySecurityRequest8Action;
113
+ id?: any | null | undefined;
114
+ value: UpdateFirewallConfigRequestBodySecurityRequestValue;
115
+ };
116
+
117
+ export const UpdateFirewallConfigRequestBodySecurityRequest7Action = {
118
+ CrsDisable: "crs.disable",
119
+ } as const;
120
+ export type UpdateFirewallConfigRequestBodySecurityRequest7Action = ClosedEnum<
121
+ typeof UpdateFirewallConfigRequestBodySecurityRequest7Action
122
+ >;
123
+
124
+ /**
125
+ * Disable a managed rule
126
+ */
127
+ export type RequestBody7 = {
128
+ action: UpdateFirewallConfigRequestBodySecurityRequest7Action;
129
+ id?: any | null | undefined;
130
+ value?: any | null | undefined;
131
+ };
132
+
133
+ export const UpdateFirewallConfigRequestBodySecurityRequest6Action = {
134
+ CrsUpdate: "crs.update",
135
+ } as const;
136
+ export type UpdateFirewallConfigRequestBodySecurityRequest6Action = ClosedEnum<
137
+ typeof UpdateFirewallConfigRequestBodySecurityRequest6Action
138
+ >;
139
+
140
+ export const Id = {
141
+ Sd: "sd",
142
+ Ma: "ma",
143
+ Lfi: "lfi",
144
+ Rfi: "rfi",
145
+ Rce: "rce",
146
+ Php: "php",
147
+ Gen: "gen",
148
+ Xss: "xss",
149
+ Sqli: "sqli",
150
+ Sf: "sf",
151
+ Java: "java",
152
+ } as const;
153
+ export type Id = ClosedEnum<typeof Id>;
154
+
155
+ export const UpdateFirewallConfigRequestBodySecurityRequest6ValueAction = {
156
+ Deny: "deny",
157
+ Log: "log",
158
+ } as const;
159
+ export type UpdateFirewallConfigRequestBodySecurityRequest6ValueAction =
160
+ ClosedEnum<typeof UpdateFirewallConfigRequestBodySecurityRequest6ValueAction>;
161
+
162
+ export type UpdateFirewallConfigRequestBodySecurityValue = {
163
+ active: boolean;
164
+ action: UpdateFirewallConfigRequestBodySecurityRequest6ValueAction;
165
+ };
166
+
167
+ /**
168
+ * Enable a managed rule
169
+ */
170
+ export type RequestBody6 = {
171
+ action: UpdateFirewallConfigRequestBodySecurityRequest6Action;
172
+ id: Id;
173
+ value: UpdateFirewallConfigRequestBodySecurityValue;
174
+ };
175
+
176
+ export const UpdateFirewallConfigRequestBodySecurityRequest5Action = {
177
+ RulesPriority: "rules.priority",
178
+ } as const;
179
+ export type UpdateFirewallConfigRequestBodySecurityRequest5Action = ClosedEnum<
180
+ typeof UpdateFirewallConfigRequestBodySecurityRequest5Action
181
+ >;
182
+
183
+ /**
184
+ * Reorder a custom rule
185
+ */
186
+ export type UpdateFirewallConfigRequestBody5 = {
187
+ action: UpdateFirewallConfigRequestBodySecurityRequest5Action;
188
+ id: string;
189
+ value: number;
190
+ };
191
+
192
+ export const UpdateFirewallConfigRequestBodySecurityRequestAction = {
193
+ RulesRemove: "rules.remove",
194
+ } as const;
195
+ export type UpdateFirewallConfigRequestBodySecurityRequestAction = ClosedEnum<
196
+ typeof UpdateFirewallConfigRequestBodySecurityRequestAction
197
+ >;
198
+
199
+ /**
200
+ * Remove a custom rule
201
+ */
202
+ export type UpdateFirewallConfigRequestBody4 = {
203
+ action: UpdateFirewallConfigRequestBodySecurityRequestAction;
204
+ id: string;
205
+ value?: any | null | undefined;
206
+ };
207
+
208
+ export const UpdateFirewallConfigRequestBodySecurityAction = {
209
+ RulesUpdate: "rules.update",
210
+ } as const;
211
+ export type UpdateFirewallConfigRequestBodySecurityAction = ClosedEnum<
212
+ typeof UpdateFirewallConfigRequestBodySecurityAction
213
+ >;
214
+
215
+ export const UpdateFirewallConfigRequestBodySecurityType = {
216
+ Host: "host",
217
+ Path: "path",
218
+ Method: "method",
219
+ Header: "header",
220
+ Query: "query",
221
+ Cookie: "cookie",
222
+ TargetPath: "target_path",
223
+ IpAddress: "ip_address",
224
+ Region: "region",
225
+ Protocol: "protocol",
226
+ Scheme: "scheme",
227
+ Environment: "environment",
228
+ UserAgent: "user_agent",
229
+ GeoContinent: "geo_continent",
230
+ GeoCountry: "geo_country",
231
+ GeoCountryRegion: "geo_country_region",
232
+ GeoCity: "geo_city",
233
+ GeoAsNumber: "geo_as_number",
234
+ Ja4Digest: "ja4_digest",
235
+ Ja3Digest: "ja3_digest",
236
+ RateLimitApiId: "rate_limit_api_id",
237
+ } as const;
238
+ export type UpdateFirewallConfigRequestBodySecurityType = ClosedEnum<
239
+ typeof UpdateFirewallConfigRequestBodySecurityType
240
+ >;
241
+
242
+ export const UpdateFirewallConfigRequestBodyOp = {
243
+ Re: "re",
244
+ Eq: "eq",
245
+ Neq: "neq",
246
+ Ex: "ex",
247
+ Nex: "nex",
248
+ Inc: "inc",
249
+ Ninc: "ninc",
250
+ Pre: "pre",
251
+ Suf: "suf",
252
+ Sub: "sub",
253
+ Gt: "gt",
254
+ Gte: "gte",
255
+ Lt: "lt",
256
+ Lte: "lte",
257
+ } as const;
258
+ export type UpdateFirewallConfigRequestBodyOp = ClosedEnum<
259
+ typeof UpdateFirewallConfigRequestBodyOp
260
+ >;
261
+
262
+ export type UpdateFirewallConfigRequestBodySecurityRequest3Value =
263
+ | string
264
+ | Array<string>
265
+ | number;
266
+
267
+ export type UpdateFirewallConfigRequestBodyConditions = {
268
+ type: UpdateFirewallConfigRequestBodySecurityType;
269
+ op: UpdateFirewallConfigRequestBodyOp;
270
+ neg?: boolean | undefined;
271
+ key?: string | undefined;
272
+ value?: string | Array<string> | number | undefined;
273
+ };
274
+
275
+ export type UpdateFirewallConfigRequestBodyConditionGroup = {
276
+ conditions: Array<UpdateFirewallConfigRequestBodyConditions>;
277
+ };
278
+
279
+ export const UpdateFirewallConfigRequestBodySecurityRequest3ValueAction = {
280
+ Log: "log",
281
+ Challenge: "challenge",
282
+ Deny: "deny",
283
+ Bypass: "bypass",
284
+ RateLimit: "rate_limit",
285
+ Redirect: "redirect",
286
+ } as const;
287
+ export type UpdateFirewallConfigRequestBodySecurityRequest3ValueAction =
288
+ ClosedEnum<typeof UpdateFirewallConfigRequestBodySecurityRequest3ValueAction>;
289
+
290
+ export const UpdateFirewallConfigRateLimitAlgo = {
291
+ FixedWindow: "fixed_window",
292
+ TokenBucket: "token_bucket",
293
+ } as const;
294
+ export type UpdateFirewallConfigRateLimitAlgo = ClosedEnum<
295
+ typeof UpdateFirewallConfigRateLimitAlgo
296
+ >;
297
+
298
+ export const UpdateFirewallConfigActionSecurity1 = {
299
+ Log: "log",
300
+ Challenge: "challenge",
301
+ Deny: "deny",
302
+ RateLimit: "rate_limit",
303
+ } as const;
304
+ export type UpdateFirewallConfigActionSecurity1 = ClosedEnum<
305
+ typeof UpdateFirewallConfigActionSecurity1
306
+ >;
307
+
308
+ export type UpdateFirewallConfigRateLimitSecurityAction =
309
+ | UpdateFirewallConfigActionSecurity1
310
+ | any;
311
+
312
+ export type UpdateFirewallConfigRateLimitSecurity1 = {
313
+ algo: UpdateFirewallConfigRateLimitAlgo;
314
+ window: number;
315
+ limit: number;
316
+ keys: Array<string>;
317
+ action?: UpdateFirewallConfigActionSecurity1 | any | null | undefined;
318
+ };
319
+
320
+ export type UpdateFirewallConfigRequestBodyRateLimit =
321
+ | UpdateFirewallConfigRateLimitSecurity1
322
+ | any;
323
+
324
+ export type UpdateFirewallConfigRedirectSecurity1 = {
325
+ location: string;
326
+ permanent: boolean;
327
+ };
328
+
329
+ export type UpdateFirewallConfigRequestBodyRedirect =
330
+ | UpdateFirewallConfigRedirectSecurity1
331
+ | any;
332
+
333
+ export type UpdateFirewallConfigRequestBodyMitigate = {
334
+ action: UpdateFirewallConfigRequestBodySecurityRequest3ValueAction;
335
+ rateLimit?: UpdateFirewallConfigRateLimitSecurity1 | any | null | undefined;
336
+ redirect?: UpdateFirewallConfigRedirectSecurity1 | any | null | undefined;
337
+ actionDuration?: string | null | undefined;
338
+ };
339
+
340
+ export type UpdateFirewallConfigRequestBodySecurityRequest3Action = {
341
+ mitigate?: UpdateFirewallConfigRequestBodyMitigate | undefined;
342
+ };
343
+
344
+ export type UpdateFirewallConfigRequestBodyValue = {
345
+ name: string;
346
+ description?: string | undefined;
347
+ active: boolean;
348
+ conditionGroup: Array<UpdateFirewallConfigRequestBodyConditionGroup>;
349
+ action: UpdateFirewallConfigRequestBodySecurityRequest3Action;
350
+ };
351
+
352
+ /**
353
+ * Update a custom rule
354
+ */
355
+ export type UpdateFirewallConfigRequestBody3 = {
356
+ action: UpdateFirewallConfigRequestBodySecurityAction;
357
+ id: string;
358
+ value: UpdateFirewallConfigRequestBodyValue;
359
+ };
360
+
361
+ export const UpdateFirewallConfigRequestBodyAction = {
362
+ RulesInsert: "rules.insert",
363
+ } as const;
364
+ export type UpdateFirewallConfigRequestBodyAction = ClosedEnum<
365
+ typeof UpdateFirewallConfigRequestBodyAction
366
+ >;
367
+
368
+ export const UpdateFirewallConfigRequestBodyType = {
369
+ Host: "host",
370
+ Path: "path",
371
+ Method: "method",
372
+ Header: "header",
373
+ Query: "query",
374
+ Cookie: "cookie",
375
+ TargetPath: "target_path",
376
+ IpAddress: "ip_address",
377
+ Region: "region",
378
+ Protocol: "protocol",
379
+ Scheme: "scheme",
380
+ Environment: "environment",
381
+ UserAgent: "user_agent",
382
+ GeoContinent: "geo_continent",
383
+ GeoCountry: "geo_country",
384
+ GeoCountryRegion: "geo_country_region",
385
+ GeoCity: "geo_city",
386
+ GeoAsNumber: "geo_as_number",
387
+ Ja4Digest: "ja4_digest",
388
+ Ja3Digest: "ja3_digest",
389
+ RateLimitApiId: "rate_limit_api_id",
390
+ } as const;
391
+ export type UpdateFirewallConfigRequestBodyType = ClosedEnum<
392
+ typeof UpdateFirewallConfigRequestBodyType
393
+ >;
394
+
395
+ export const RequestBodyOp = {
396
+ Re: "re",
397
+ Eq: "eq",
398
+ Neq: "neq",
399
+ Ex: "ex",
400
+ Nex: "nex",
401
+ Inc: "inc",
402
+ Ninc: "ninc",
403
+ Pre: "pre",
404
+ Suf: "suf",
405
+ Sub: "sub",
406
+ Gt: "gt",
407
+ Gte: "gte",
408
+ Lt: "lt",
409
+ Lte: "lte",
410
+ } as const;
411
+ export type RequestBodyOp = ClosedEnum<typeof RequestBodyOp>;
412
+
413
+ export type UpdateFirewallConfigRequestBodySecurityRequest2Value =
414
+ | string
415
+ | Array<string>
416
+ | number;
417
+
418
+ export type RequestBodyConditions = {
419
+ type: UpdateFirewallConfigRequestBodyType;
420
+ op: RequestBodyOp;
421
+ neg?: boolean | undefined;
422
+ key?: string | undefined;
423
+ value?: string | Array<string> | number | undefined;
424
+ };
425
+
426
+ export type RequestBodyConditionGroup = {
427
+ conditions: Array<RequestBodyConditions>;
428
+ };
429
+
430
+ export const UpdateFirewallConfigRequestBodySecurityRequest2ValueAction = {
431
+ Log: "log",
432
+ Challenge: "challenge",
433
+ Deny: "deny",
434
+ Bypass: "bypass",
435
+ RateLimit: "rate_limit",
436
+ Redirect: "redirect",
437
+ } as const;
438
+ export type UpdateFirewallConfigRequestBodySecurityRequest2ValueAction =
439
+ ClosedEnum<typeof UpdateFirewallConfigRequestBodySecurityRequest2ValueAction>;
440
+
441
+ export const RateLimitAlgo = {
442
+ FixedWindow: "fixed_window",
443
+ TokenBucket: "token_bucket",
444
+ } as const;
445
+ export type RateLimitAlgo = ClosedEnum<typeof RateLimitAlgo>;
446
+
447
+ export const UpdateFirewallConfigAction1 = {
448
+ Log: "log",
449
+ Challenge: "challenge",
450
+ Deny: "deny",
451
+ RateLimit: "rate_limit",
452
+ } as const;
453
+ export type UpdateFirewallConfigAction1 = ClosedEnum<
454
+ typeof UpdateFirewallConfigAction1
455
+ >;
456
+
457
+ export type UpdateFirewallConfigRateLimitAction =
458
+ | UpdateFirewallConfigAction1
459
+ | any;
460
+
461
+ export type UpdateFirewallConfigRateLimit1 = {
462
+ algo: RateLimitAlgo;
463
+ window: number;
464
+ limit: number;
465
+ keys: Array<string>;
466
+ action?: UpdateFirewallConfigAction1 | any | null | undefined;
467
+ };
468
+
469
+ export type RequestBodyRateLimit = UpdateFirewallConfigRateLimit1 | any;
470
+
471
+ export type UpdateFirewallConfigRedirect1 = {
472
+ location: string;
473
+ permanent: boolean;
474
+ };
475
+
476
+ export type RequestBodyRedirect = UpdateFirewallConfigRedirect1 | any;
477
+
478
+ export type RequestBodyMitigate = {
479
+ action: UpdateFirewallConfigRequestBodySecurityRequest2ValueAction;
480
+ rateLimit?: UpdateFirewallConfigRateLimit1 | any | null | undefined;
481
+ redirect?: UpdateFirewallConfigRedirect1 | any | null | undefined;
482
+ actionDuration?: string | null | undefined;
483
+ };
484
+
485
+ export type UpdateFirewallConfigRequestBodySecurityRequest2Action = {
486
+ mitigate?: RequestBodyMitigate | undefined;
487
+ };
488
+
489
+ export type RequestBodyValue = {
490
+ name: string;
491
+ description?: string | undefined;
492
+ active: boolean;
493
+ conditionGroup: Array<RequestBodyConditionGroup>;
494
+ action: UpdateFirewallConfigRequestBodySecurityRequest2Action;
495
+ };
496
+
497
+ /**
498
+ * Add a custom rule
499
+ */
500
+ export type UpdateFirewallConfigRequestBody2 = {
501
+ action: UpdateFirewallConfigRequestBodyAction;
502
+ id?: any | null | undefined;
503
+ value: RequestBodyValue;
504
+ };
505
+
506
+ export const RequestBodyAction = {
507
+ FirewallEnabled: "firewallEnabled",
508
+ } as const;
509
+ export type RequestBodyAction = ClosedEnum<typeof RequestBodyAction>;
510
+
511
+ /**
512
+ * Enable Firewall
513
+ */
514
+ export type UpdateFirewallConfigRequestBody1 = {
515
+ action: RequestBodyAction;
516
+ id?: any | null | undefined;
517
+ value: boolean;
518
+ };
519
+
520
+ export type UpdateFirewallConfigRequestBody =
521
+ | UpdateFirewallConfigRequestBody1
522
+ | UpdateFirewallConfigRequestBody2
523
+ | UpdateFirewallConfigRequestBody3
524
+ | UpdateFirewallConfigRequestBody4
525
+ | UpdateFirewallConfigRequestBody5
526
+ | RequestBody6
527
+ | RequestBody7
528
+ | RequestBody8
529
+ | RequestBody9
530
+ | RequestBody10
531
+ | Eleven;
532
+
533
+ export type UpdateFirewallConfigRequest = {
534
+ projectId: string;
535
+ /**
536
+ * The Team identifier to perform the request on behalf of.
537
+ */
538
+ teamId?: string | undefined;
539
+ /**
540
+ * The Team slug to perform the request on behalf of.
541
+ */
542
+ slug?: string | undefined;
543
+ requestBody?:
544
+ | UpdateFirewallConfigRequestBody1
545
+ | UpdateFirewallConfigRequestBody2
546
+ | UpdateFirewallConfigRequestBody3
547
+ | UpdateFirewallConfigRequestBody4
548
+ | UpdateFirewallConfigRequestBody5
549
+ | RequestBody6
550
+ | RequestBody7
551
+ | RequestBody8
552
+ | RequestBody9
553
+ | RequestBody10
554
+ | Eleven
555
+ | undefined;
556
+ };
557
+
558
+ export type UpdateFirewallConfigResponseBody = {};
559
+
560
+ /** @internal */
561
+ export const UpdateFirewallConfigRequestBodySecurityRequest11Action$inboundSchema:
562
+ z.ZodNativeEnum<
563
+ typeof UpdateFirewallConfigRequestBodySecurityRequest11Action
564
+ > = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest11Action);
565
+
566
+ /** @internal */
567
+ export const UpdateFirewallConfigRequestBodySecurityRequest11Action$outboundSchema:
568
+ z.ZodNativeEnum<
569
+ typeof UpdateFirewallConfigRequestBodySecurityRequest11Action
570
+ > = UpdateFirewallConfigRequestBodySecurityRequest11Action$inboundSchema;
571
+
572
+ /**
573
+ * @internal
574
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
575
+ */
576
+ export namespace UpdateFirewallConfigRequestBodySecurityRequest11Action$ {
577
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest11Action$inboundSchema` instead. */
578
+ export const inboundSchema =
579
+ UpdateFirewallConfigRequestBodySecurityRequest11Action$inboundSchema;
580
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest11Action$outboundSchema` instead. */
581
+ export const outboundSchema =
582
+ UpdateFirewallConfigRequestBodySecurityRequest11Action$outboundSchema;
583
+ }
584
+
585
+ /** @internal */
586
+ export const RequestBodyId$inboundSchema: z.ZodNativeEnum<
587
+ typeof RequestBodyId
588
+ > = z.nativeEnum(RequestBodyId);
589
+
590
+ /** @internal */
591
+ export const RequestBodyId$outboundSchema: z.ZodNativeEnum<
592
+ typeof RequestBodyId
593
+ > = RequestBodyId$inboundSchema;
594
+
595
+ /**
596
+ * @internal
597
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
598
+ */
599
+ export namespace RequestBodyId$ {
600
+ /** @deprecated use `RequestBodyId$inboundSchema` instead. */
601
+ export const inboundSchema = RequestBodyId$inboundSchema;
602
+ /** @deprecated use `RequestBodyId$outboundSchema` instead. */
603
+ export const outboundSchema = RequestBodyId$outboundSchema;
604
+ }
605
+
606
+ /** @internal */
607
+ export const UpdateFirewallConfigRequestBodySecurityRequest11Value$inboundSchema:
608
+ z.ZodType<
609
+ UpdateFirewallConfigRequestBodySecurityRequest11Value,
610
+ z.ZodTypeDef,
611
+ unknown
612
+ > = z.object({
613
+ active: z.boolean(),
614
+ });
615
+
616
+ /** @internal */
617
+ export type UpdateFirewallConfigRequestBodySecurityRequest11Value$Outbound = {
618
+ active: boolean;
619
+ };
620
+
621
+ /** @internal */
622
+ export const UpdateFirewallConfigRequestBodySecurityRequest11Value$outboundSchema:
623
+ z.ZodType<
624
+ UpdateFirewallConfigRequestBodySecurityRequest11Value$Outbound,
625
+ z.ZodTypeDef,
626
+ UpdateFirewallConfigRequestBodySecurityRequest11Value
627
+ > = z.object({
628
+ active: z.boolean(),
629
+ });
630
+
631
+ /**
632
+ * @internal
633
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
634
+ */
635
+ export namespace UpdateFirewallConfigRequestBodySecurityRequest11Value$ {
636
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest11Value$inboundSchema` instead. */
637
+ export const inboundSchema =
638
+ UpdateFirewallConfigRequestBodySecurityRequest11Value$inboundSchema;
639
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest11Value$outboundSchema` instead. */
640
+ export const outboundSchema =
641
+ UpdateFirewallConfigRequestBodySecurityRequest11Value$outboundSchema;
642
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest11Value$Outbound` instead. */
643
+ export type Outbound =
644
+ UpdateFirewallConfigRequestBodySecurityRequest11Value$Outbound;
645
+ }
646
+
647
+ export function updateFirewallConfigRequestBodySecurityRequest11ValueToJSON(
648
+ updateFirewallConfigRequestBodySecurityRequest11Value:
649
+ UpdateFirewallConfigRequestBodySecurityRequest11Value,
650
+ ): string {
651
+ return JSON.stringify(
652
+ UpdateFirewallConfigRequestBodySecurityRequest11Value$outboundSchema.parse(
653
+ updateFirewallConfigRequestBodySecurityRequest11Value,
654
+ ),
655
+ );
656
+ }
657
+
658
+ export function updateFirewallConfigRequestBodySecurityRequest11ValueFromJSON(
659
+ jsonString: string,
660
+ ): SafeParseResult<
661
+ UpdateFirewallConfigRequestBodySecurityRequest11Value,
662
+ SDKValidationError
663
+ > {
664
+ return safeParse(
665
+ jsonString,
666
+ (x) =>
667
+ UpdateFirewallConfigRequestBodySecurityRequest11Value$inboundSchema.parse(
668
+ JSON.parse(x),
669
+ ),
670
+ `Failed to parse 'UpdateFirewallConfigRequestBodySecurityRequest11Value' from JSON`,
671
+ );
672
+ }
673
+
674
+ /** @internal */
675
+ export const Eleven$inboundSchema: z.ZodType<Eleven, z.ZodTypeDef, unknown> = z
676
+ .object({
677
+ action:
678
+ UpdateFirewallConfigRequestBodySecurityRequest11Action$inboundSchema,
679
+ id: RequestBodyId$inboundSchema,
680
+ value: z.lazy(() =>
681
+ UpdateFirewallConfigRequestBodySecurityRequest11Value$inboundSchema
682
+ ),
683
+ });
684
+
685
+ /** @internal */
686
+ export type Eleven$Outbound = {
687
+ action: string;
688
+ id: string;
689
+ value: UpdateFirewallConfigRequestBodySecurityRequest11Value$Outbound;
690
+ };
691
+
692
+ /** @internal */
693
+ export const Eleven$outboundSchema: z.ZodType<
694
+ Eleven$Outbound,
695
+ z.ZodTypeDef,
696
+ Eleven
697
+ > = z.object({
698
+ action: UpdateFirewallConfigRequestBodySecurityRequest11Action$outboundSchema,
699
+ id: RequestBodyId$outboundSchema,
700
+ value: z.lazy(() =>
701
+ UpdateFirewallConfigRequestBodySecurityRequest11Value$outboundSchema
702
+ ),
703
+ });
704
+
705
+ /**
706
+ * @internal
707
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
708
+ */
709
+ export namespace Eleven$ {
710
+ /** @deprecated use `Eleven$inboundSchema` instead. */
711
+ export const inboundSchema = Eleven$inboundSchema;
712
+ /** @deprecated use `Eleven$outboundSchema` instead. */
713
+ export const outboundSchema = Eleven$outboundSchema;
714
+ /** @deprecated use `Eleven$Outbound` instead. */
715
+ export type Outbound = Eleven$Outbound;
716
+ }
717
+
718
+ export function elevenToJSON(eleven: Eleven): string {
719
+ return JSON.stringify(Eleven$outboundSchema.parse(eleven));
720
+ }
721
+
722
+ export function elevenFromJSON(
723
+ jsonString: string,
724
+ ): SafeParseResult<Eleven, SDKValidationError> {
725
+ return safeParse(
726
+ jsonString,
727
+ (x) => Eleven$inboundSchema.parse(JSON.parse(x)),
728
+ `Failed to parse 'Eleven' from JSON`,
729
+ );
730
+ }
731
+
732
+ /** @internal */
733
+ export const UpdateFirewallConfigRequestBodySecurityRequest10Action$inboundSchema:
734
+ z.ZodNativeEnum<
735
+ typeof UpdateFirewallConfigRequestBodySecurityRequest10Action
736
+ > = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest10Action);
737
+
738
+ /** @internal */
739
+ export const UpdateFirewallConfigRequestBodySecurityRequest10Action$outboundSchema:
740
+ z.ZodNativeEnum<
741
+ typeof UpdateFirewallConfigRequestBodySecurityRequest10Action
742
+ > = UpdateFirewallConfigRequestBodySecurityRequest10Action$inboundSchema;
743
+
744
+ /**
745
+ * @internal
746
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
747
+ */
748
+ export namespace UpdateFirewallConfigRequestBodySecurityRequest10Action$ {
749
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest10Action$inboundSchema` instead. */
750
+ export const inboundSchema =
751
+ UpdateFirewallConfigRequestBodySecurityRequest10Action$inboundSchema;
752
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest10Action$outboundSchema` instead. */
753
+ export const outboundSchema =
754
+ UpdateFirewallConfigRequestBodySecurityRequest10Action$outboundSchema;
755
+ }
756
+
757
+ /** @internal */
758
+ export const RequestBody10$inboundSchema: z.ZodType<
759
+ RequestBody10,
760
+ z.ZodTypeDef,
761
+ unknown
762
+ > = z.object({
763
+ action: UpdateFirewallConfigRequestBodySecurityRequest10Action$inboundSchema,
764
+ id: z.string(),
765
+ value: z.nullable(z.any()).optional(),
766
+ });
767
+
768
+ /** @internal */
769
+ export type RequestBody10$Outbound = {
770
+ action: string;
771
+ id: string;
772
+ value?: any | null | undefined;
773
+ };
774
+
775
+ /** @internal */
776
+ export const RequestBody10$outboundSchema: z.ZodType<
777
+ RequestBody10$Outbound,
778
+ z.ZodTypeDef,
779
+ RequestBody10
780
+ > = z.object({
781
+ action: UpdateFirewallConfigRequestBodySecurityRequest10Action$outboundSchema,
782
+ id: z.string(),
783
+ value: z.nullable(z.any()).optional(),
784
+ });
785
+
786
+ /**
787
+ * @internal
788
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
789
+ */
790
+ export namespace RequestBody10$ {
791
+ /** @deprecated use `RequestBody10$inboundSchema` instead. */
792
+ export const inboundSchema = RequestBody10$inboundSchema;
793
+ /** @deprecated use `RequestBody10$outboundSchema` instead. */
794
+ export const outboundSchema = RequestBody10$outboundSchema;
795
+ /** @deprecated use `RequestBody10$Outbound` instead. */
796
+ export type Outbound = RequestBody10$Outbound;
797
+ }
798
+
799
+ export function requestBody10ToJSON(requestBody10: RequestBody10): string {
800
+ return JSON.stringify(RequestBody10$outboundSchema.parse(requestBody10));
801
+ }
802
+
803
+ export function requestBody10FromJSON(
804
+ jsonString: string,
805
+ ): SafeParseResult<RequestBody10, SDKValidationError> {
806
+ return safeParse(
807
+ jsonString,
808
+ (x) => RequestBody10$inboundSchema.parse(JSON.parse(x)),
809
+ `Failed to parse 'RequestBody10' from JSON`,
810
+ );
811
+ }
812
+
813
+ /** @internal */
814
+ export const UpdateFirewallConfigRequestBodySecurityRequest9Action$inboundSchema:
815
+ z.ZodNativeEnum<
816
+ typeof UpdateFirewallConfigRequestBodySecurityRequest9Action
817
+ > = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest9Action);
818
+
819
+ /** @internal */
820
+ export const UpdateFirewallConfigRequestBodySecurityRequest9Action$outboundSchema:
821
+ z.ZodNativeEnum<
822
+ typeof UpdateFirewallConfigRequestBodySecurityRequest9Action
823
+ > = UpdateFirewallConfigRequestBodySecurityRequest9Action$inboundSchema;
824
+
825
+ /**
826
+ * @internal
827
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
828
+ */
829
+ export namespace UpdateFirewallConfigRequestBodySecurityRequest9Action$ {
830
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest9Action$inboundSchema` instead. */
831
+ export const inboundSchema =
832
+ UpdateFirewallConfigRequestBodySecurityRequest9Action$inboundSchema;
833
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest9Action$outboundSchema` instead. */
834
+ export const outboundSchema =
835
+ UpdateFirewallConfigRequestBodySecurityRequest9Action$outboundSchema;
836
+ }
837
+
838
+ /** @internal */
839
+ export const UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$inboundSchema:
840
+ z.ZodNativeEnum<
841
+ typeof UpdateFirewallConfigRequestBodySecurityRequest9ValueAction
842
+ > = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest9ValueAction);
843
+
844
+ /** @internal */
845
+ export const UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$outboundSchema:
846
+ z.ZodNativeEnum<
847
+ typeof UpdateFirewallConfigRequestBodySecurityRequest9ValueAction
848
+ > = UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$inboundSchema;
849
+
850
+ /**
851
+ * @internal
852
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
853
+ */
854
+ export namespace UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$ {
855
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$inboundSchema` instead. */
856
+ export const inboundSchema =
857
+ UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$inboundSchema;
858
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$outboundSchema` instead. */
859
+ export const outboundSchema =
860
+ UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$outboundSchema;
861
+ }
862
+
863
+ /** @internal */
864
+ export const UpdateFirewallConfigRequestBodySecurityRequest9Value$inboundSchema:
865
+ z.ZodType<
866
+ UpdateFirewallConfigRequestBodySecurityRequest9Value,
867
+ z.ZodTypeDef,
868
+ unknown
869
+ > = z.object({
870
+ hostname: z.string(),
871
+ ip: z.string(),
872
+ notes: z.string().optional(),
873
+ action:
874
+ UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$inboundSchema,
875
+ });
876
+
877
+ /** @internal */
878
+ export type UpdateFirewallConfigRequestBodySecurityRequest9Value$Outbound = {
879
+ hostname: string;
880
+ ip: string;
881
+ notes?: string | undefined;
882
+ action: string;
883
+ };
884
+
885
+ /** @internal */
886
+ export const UpdateFirewallConfigRequestBodySecurityRequest9Value$outboundSchema:
887
+ z.ZodType<
888
+ UpdateFirewallConfigRequestBodySecurityRequest9Value$Outbound,
889
+ z.ZodTypeDef,
890
+ UpdateFirewallConfigRequestBodySecurityRequest9Value
891
+ > = z.object({
892
+ hostname: z.string(),
893
+ ip: z.string(),
894
+ notes: z.string().optional(),
895
+ action:
896
+ UpdateFirewallConfigRequestBodySecurityRequest9ValueAction$outboundSchema,
897
+ });
898
+
899
+ /**
900
+ * @internal
901
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
902
+ */
903
+ export namespace UpdateFirewallConfigRequestBodySecurityRequest9Value$ {
904
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest9Value$inboundSchema` instead. */
905
+ export const inboundSchema =
906
+ UpdateFirewallConfigRequestBodySecurityRequest9Value$inboundSchema;
907
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest9Value$outboundSchema` instead. */
908
+ export const outboundSchema =
909
+ UpdateFirewallConfigRequestBodySecurityRequest9Value$outboundSchema;
910
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest9Value$Outbound` instead. */
911
+ export type Outbound =
912
+ UpdateFirewallConfigRequestBodySecurityRequest9Value$Outbound;
913
+ }
914
+
915
+ export function updateFirewallConfigRequestBodySecurityRequest9ValueToJSON(
916
+ updateFirewallConfigRequestBodySecurityRequest9Value:
917
+ UpdateFirewallConfigRequestBodySecurityRequest9Value,
918
+ ): string {
919
+ return JSON.stringify(
920
+ UpdateFirewallConfigRequestBodySecurityRequest9Value$outboundSchema.parse(
921
+ updateFirewallConfigRequestBodySecurityRequest9Value,
922
+ ),
923
+ );
924
+ }
925
+
926
+ export function updateFirewallConfigRequestBodySecurityRequest9ValueFromJSON(
927
+ jsonString: string,
928
+ ): SafeParseResult<
929
+ UpdateFirewallConfigRequestBodySecurityRequest9Value,
930
+ SDKValidationError
931
+ > {
932
+ return safeParse(
933
+ jsonString,
934
+ (x) =>
935
+ UpdateFirewallConfigRequestBodySecurityRequest9Value$inboundSchema.parse(
936
+ JSON.parse(x),
937
+ ),
938
+ `Failed to parse 'UpdateFirewallConfigRequestBodySecurityRequest9Value' from JSON`,
939
+ );
940
+ }
941
+
942
+ /** @internal */
943
+ export const RequestBody9$inboundSchema: z.ZodType<
944
+ RequestBody9,
945
+ z.ZodTypeDef,
946
+ unknown
947
+ > = z.object({
948
+ action: UpdateFirewallConfigRequestBodySecurityRequest9Action$inboundSchema,
949
+ id: z.string(),
950
+ value: z.lazy(() =>
951
+ UpdateFirewallConfigRequestBodySecurityRequest9Value$inboundSchema
952
+ ),
953
+ });
954
+
955
+ /** @internal */
956
+ export type RequestBody9$Outbound = {
957
+ action: string;
958
+ id: string;
959
+ value: UpdateFirewallConfigRequestBodySecurityRequest9Value$Outbound;
960
+ };
961
+
962
+ /** @internal */
963
+ export const RequestBody9$outboundSchema: z.ZodType<
964
+ RequestBody9$Outbound,
965
+ z.ZodTypeDef,
966
+ RequestBody9
967
+ > = z.object({
968
+ action: UpdateFirewallConfigRequestBodySecurityRequest9Action$outboundSchema,
969
+ id: z.string(),
970
+ value: z.lazy(() =>
971
+ UpdateFirewallConfigRequestBodySecurityRequest9Value$outboundSchema
972
+ ),
973
+ });
974
+
975
+ /**
976
+ * @internal
977
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
978
+ */
979
+ export namespace RequestBody9$ {
980
+ /** @deprecated use `RequestBody9$inboundSchema` instead. */
981
+ export const inboundSchema = RequestBody9$inboundSchema;
982
+ /** @deprecated use `RequestBody9$outboundSchema` instead. */
983
+ export const outboundSchema = RequestBody9$outboundSchema;
984
+ /** @deprecated use `RequestBody9$Outbound` instead. */
985
+ export type Outbound = RequestBody9$Outbound;
986
+ }
987
+
988
+ export function requestBody9ToJSON(requestBody9: RequestBody9): string {
989
+ return JSON.stringify(RequestBody9$outboundSchema.parse(requestBody9));
990
+ }
991
+
992
+ export function requestBody9FromJSON(
993
+ jsonString: string,
994
+ ): SafeParseResult<RequestBody9, SDKValidationError> {
995
+ return safeParse(
996
+ jsonString,
997
+ (x) => RequestBody9$inboundSchema.parse(JSON.parse(x)),
998
+ `Failed to parse 'RequestBody9' from JSON`,
999
+ );
1000
+ }
1001
+
1002
+ /** @internal */
1003
+ export const UpdateFirewallConfigRequestBodySecurityRequest8Action$inboundSchema:
1004
+ z.ZodNativeEnum<
1005
+ typeof UpdateFirewallConfigRequestBodySecurityRequest8Action
1006
+ > = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest8Action);
1007
+
1008
+ /** @internal */
1009
+ export const UpdateFirewallConfigRequestBodySecurityRequest8Action$outboundSchema:
1010
+ z.ZodNativeEnum<
1011
+ typeof UpdateFirewallConfigRequestBodySecurityRequest8Action
1012
+ > = UpdateFirewallConfigRequestBodySecurityRequest8Action$inboundSchema;
1013
+
1014
+ /**
1015
+ * @internal
1016
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1017
+ */
1018
+ export namespace UpdateFirewallConfigRequestBodySecurityRequest8Action$ {
1019
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest8Action$inboundSchema` instead. */
1020
+ export const inboundSchema =
1021
+ UpdateFirewallConfigRequestBodySecurityRequest8Action$inboundSchema;
1022
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest8Action$outboundSchema` instead. */
1023
+ export const outboundSchema =
1024
+ UpdateFirewallConfigRequestBodySecurityRequest8Action$outboundSchema;
1025
+ }
1026
+
1027
+ /** @internal */
1028
+ export const UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$inboundSchema:
1029
+ z.ZodNativeEnum<
1030
+ typeof UpdateFirewallConfigRequestBodySecurityRequest8ValueAction
1031
+ > = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest8ValueAction);
1032
+
1033
+ /** @internal */
1034
+ export const UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$outboundSchema:
1035
+ z.ZodNativeEnum<
1036
+ typeof UpdateFirewallConfigRequestBodySecurityRequest8ValueAction
1037
+ > = UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$inboundSchema;
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 namespace UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$ {
1044
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$inboundSchema` instead. */
1045
+ export const inboundSchema =
1046
+ UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$inboundSchema;
1047
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$outboundSchema` instead. */
1048
+ export const outboundSchema =
1049
+ UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$outboundSchema;
1050
+ }
1051
+
1052
+ /** @internal */
1053
+ export const UpdateFirewallConfigRequestBodySecurityRequestValue$inboundSchema:
1054
+ z.ZodType<
1055
+ UpdateFirewallConfigRequestBodySecurityRequestValue,
1056
+ z.ZodTypeDef,
1057
+ unknown
1058
+ > = z.object({
1059
+ hostname: z.string(),
1060
+ ip: z.string(),
1061
+ notes: z.string().optional(),
1062
+ action:
1063
+ UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$inboundSchema,
1064
+ });
1065
+
1066
+ /** @internal */
1067
+ export type UpdateFirewallConfigRequestBodySecurityRequestValue$Outbound = {
1068
+ hostname: string;
1069
+ ip: string;
1070
+ notes?: string | undefined;
1071
+ action: string;
1072
+ };
1073
+
1074
+ /** @internal */
1075
+ export const UpdateFirewallConfigRequestBodySecurityRequestValue$outboundSchema:
1076
+ z.ZodType<
1077
+ UpdateFirewallConfigRequestBodySecurityRequestValue$Outbound,
1078
+ z.ZodTypeDef,
1079
+ UpdateFirewallConfigRequestBodySecurityRequestValue
1080
+ > = z.object({
1081
+ hostname: z.string(),
1082
+ ip: z.string(),
1083
+ notes: z.string().optional(),
1084
+ action:
1085
+ UpdateFirewallConfigRequestBodySecurityRequest8ValueAction$outboundSchema,
1086
+ });
1087
+
1088
+ /**
1089
+ * @internal
1090
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1091
+ */
1092
+ export namespace UpdateFirewallConfigRequestBodySecurityRequestValue$ {
1093
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestValue$inboundSchema` instead. */
1094
+ export const inboundSchema =
1095
+ UpdateFirewallConfigRequestBodySecurityRequestValue$inboundSchema;
1096
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestValue$outboundSchema` instead. */
1097
+ export const outboundSchema =
1098
+ UpdateFirewallConfigRequestBodySecurityRequestValue$outboundSchema;
1099
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestValue$Outbound` instead. */
1100
+ export type Outbound =
1101
+ UpdateFirewallConfigRequestBodySecurityRequestValue$Outbound;
1102
+ }
1103
+
1104
+ export function updateFirewallConfigRequestBodySecurityRequestValueToJSON(
1105
+ updateFirewallConfigRequestBodySecurityRequestValue:
1106
+ UpdateFirewallConfigRequestBodySecurityRequestValue,
1107
+ ): string {
1108
+ return JSON.stringify(
1109
+ UpdateFirewallConfigRequestBodySecurityRequestValue$outboundSchema.parse(
1110
+ updateFirewallConfigRequestBodySecurityRequestValue,
1111
+ ),
1112
+ );
1113
+ }
1114
+
1115
+ export function updateFirewallConfigRequestBodySecurityRequestValueFromJSON(
1116
+ jsonString: string,
1117
+ ): SafeParseResult<
1118
+ UpdateFirewallConfigRequestBodySecurityRequestValue,
1119
+ SDKValidationError
1120
+ > {
1121
+ return safeParse(
1122
+ jsonString,
1123
+ (x) =>
1124
+ UpdateFirewallConfigRequestBodySecurityRequestValue$inboundSchema.parse(
1125
+ JSON.parse(x),
1126
+ ),
1127
+ `Failed to parse 'UpdateFirewallConfigRequestBodySecurityRequestValue' from JSON`,
1128
+ );
1129
+ }
1130
+
1131
+ /** @internal */
1132
+ export const RequestBody8$inboundSchema: z.ZodType<
1133
+ RequestBody8,
1134
+ z.ZodTypeDef,
1135
+ unknown
1136
+ > = z.object({
1137
+ action: UpdateFirewallConfigRequestBodySecurityRequest8Action$inboundSchema,
1138
+ id: z.nullable(z.any()).optional(),
1139
+ value: z.lazy(() =>
1140
+ UpdateFirewallConfigRequestBodySecurityRequestValue$inboundSchema
1141
+ ),
1142
+ });
1143
+
1144
+ /** @internal */
1145
+ export type RequestBody8$Outbound = {
1146
+ action: string;
1147
+ id?: any | null | undefined;
1148
+ value: UpdateFirewallConfigRequestBodySecurityRequestValue$Outbound;
1149
+ };
1150
+
1151
+ /** @internal */
1152
+ export const RequestBody8$outboundSchema: z.ZodType<
1153
+ RequestBody8$Outbound,
1154
+ z.ZodTypeDef,
1155
+ RequestBody8
1156
+ > = z.object({
1157
+ action: UpdateFirewallConfigRequestBodySecurityRequest8Action$outboundSchema,
1158
+ id: z.nullable(z.any()).optional(),
1159
+ value: z.lazy(() =>
1160
+ UpdateFirewallConfigRequestBodySecurityRequestValue$outboundSchema
1161
+ ),
1162
+ });
1163
+
1164
+ /**
1165
+ * @internal
1166
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1167
+ */
1168
+ export namespace RequestBody8$ {
1169
+ /** @deprecated use `RequestBody8$inboundSchema` instead. */
1170
+ export const inboundSchema = RequestBody8$inboundSchema;
1171
+ /** @deprecated use `RequestBody8$outboundSchema` instead. */
1172
+ export const outboundSchema = RequestBody8$outboundSchema;
1173
+ /** @deprecated use `RequestBody8$Outbound` instead. */
1174
+ export type Outbound = RequestBody8$Outbound;
1175
+ }
1176
+
1177
+ export function requestBody8ToJSON(requestBody8: RequestBody8): string {
1178
+ return JSON.stringify(RequestBody8$outboundSchema.parse(requestBody8));
1179
+ }
1180
+
1181
+ export function requestBody8FromJSON(
1182
+ jsonString: string,
1183
+ ): SafeParseResult<RequestBody8, SDKValidationError> {
1184
+ return safeParse(
1185
+ jsonString,
1186
+ (x) => RequestBody8$inboundSchema.parse(JSON.parse(x)),
1187
+ `Failed to parse 'RequestBody8' from JSON`,
1188
+ );
1189
+ }
1190
+
1191
+ /** @internal */
1192
+ export const UpdateFirewallConfigRequestBodySecurityRequest7Action$inboundSchema:
1193
+ z.ZodNativeEnum<
1194
+ typeof UpdateFirewallConfigRequestBodySecurityRequest7Action
1195
+ > = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest7Action);
1196
+
1197
+ /** @internal */
1198
+ export const UpdateFirewallConfigRequestBodySecurityRequest7Action$outboundSchema:
1199
+ z.ZodNativeEnum<
1200
+ typeof UpdateFirewallConfigRequestBodySecurityRequest7Action
1201
+ > = UpdateFirewallConfigRequestBodySecurityRequest7Action$inboundSchema;
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 namespace UpdateFirewallConfigRequestBodySecurityRequest7Action$ {
1208
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest7Action$inboundSchema` instead. */
1209
+ export const inboundSchema =
1210
+ UpdateFirewallConfigRequestBodySecurityRequest7Action$inboundSchema;
1211
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest7Action$outboundSchema` instead. */
1212
+ export const outboundSchema =
1213
+ UpdateFirewallConfigRequestBodySecurityRequest7Action$outboundSchema;
1214
+ }
1215
+
1216
+ /** @internal */
1217
+ export const RequestBody7$inboundSchema: z.ZodType<
1218
+ RequestBody7,
1219
+ z.ZodTypeDef,
1220
+ unknown
1221
+ > = z.object({
1222
+ action: UpdateFirewallConfigRequestBodySecurityRequest7Action$inboundSchema,
1223
+ id: z.nullable(z.any()).optional(),
1224
+ value: z.nullable(z.any()).optional(),
1225
+ });
1226
+
1227
+ /** @internal */
1228
+ export type RequestBody7$Outbound = {
1229
+ action: string;
1230
+ id?: any | null | undefined;
1231
+ value?: any | null | undefined;
1232
+ };
1233
+
1234
+ /** @internal */
1235
+ export const RequestBody7$outboundSchema: z.ZodType<
1236
+ RequestBody7$Outbound,
1237
+ z.ZodTypeDef,
1238
+ RequestBody7
1239
+ > = z.object({
1240
+ action: UpdateFirewallConfigRequestBodySecurityRequest7Action$outboundSchema,
1241
+ id: z.nullable(z.any()).optional(),
1242
+ value: z.nullable(z.any()).optional(),
1243
+ });
1244
+
1245
+ /**
1246
+ * @internal
1247
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1248
+ */
1249
+ export namespace RequestBody7$ {
1250
+ /** @deprecated use `RequestBody7$inboundSchema` instead. */
1251
+ export const inboundSchema = RequestBody7$inboundSchema;
1252
+ /** @deprecated use `RequestBody7$outboundSchema` instead. */
1253
+ export const outboundSchema = RequestBody7$outboundSchema;
1254
+ /** @deprecated use `RequestBody7$Outbound` instead. */
1255
+ export type Outbound = RequestBody7$Outbound;
1256
+ }
1257
+
1258
+ export function requestBody7ToJSON(requestBody7: RequestBody7): string {
1259
+ return JSON.stringify(RequestBody7$outboundSchema.parse(requestBody7));
1260
+ }
1261
+
1262
+ export function requestBody7FromJSON(
1263
+ jsonString: string,
1264
+ ): SafeParseResult<RequestBody7, SDKValidationError> {
1265
+ return safeParse(
1266
+ jsonString,
1267
+ (x) => RequestBody7$inboundSchema.parse(JSON.parse(x)),
1268
+ `Failed to parse 'RequestBody7' from JSON`,
1269
+ );
1270
+ }
1271
+
1272
+ /** @internal */
1273
+ export const UpdateFirewallConfigRequestBodySecurityRequest6Action$inboundSchema:
1274
+ z.ZodNativeEnum<
1275
+ typeof UpdateFirewallConfigRequestBodySecurityRequest6Action
1276
+ > = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest6Action);
1277
+
1278
+ /** @internal */
1279
+ export const UpdateFirewallConfigRequestBodySecurityRequest6Action$outboundSchema:
1280
+ z.ZodNativeEnum<
1281
+ typeof UpdateFirewallConfigRequestBodySecurityRequest6Action
1282
+ > = UpdateFirewallConfigRequestBodySecurityRequest6Action$inboundSchema;
1283
+
1284
+ /**
1285
+ * @internal
1286
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1287
+ */
1288
+ export namespace UpdateFirewallConfigRequestBodySecurityRequest6Action$ {
1289
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest6Action$inboundSchema` instead. */
1290
+ export const inboundSchema =
1291
+ UpdateFirewallConfigRequestBodySecurityRequest6Action$inboundSchema;
1292
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest6Action$outboundSchema` instead. */
1293
+ export const outboundSchema =
1294
+ UpdateFirewallConfigRequestBodySecurityRequest6Action$outboundSchema;
1295
+ }
1296
+
1297
+ /** @internal */
1298
+ export const Id$inboundSchema: z.ZodNativeEnum<typeof Id> = z.nativeEnum(Id);
1299
+
1300
+ /** @internal */
1301
+ export const Id$outboundSchema: z.ZodNativeEnum<typeof Id> = Id$inboundSchema;
1302
+
1303
+ /**
1304
+ * @internal
1305
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1306
+ */
1307
+ export namespace Id$ {
1308
+ /** @deprecated use `Id$inboundSchema` instead. */
1309
+ export const inboundSchema = Id$inboundSchema;
1310
+ /** @deprecated use `Id$outboundSchema` instead. */
1311
+ export const outboundSchema = Id$outboundSchema;
1312
+ }
1313
+
1314
+ /** @internal */
1315
+ export const UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$inboundSchema:
1316
+ z.ZodNativeEnum<
1317
+ typeof UpdateFirewallConfigRequestBodySecurityRequest6ValueAction
1318
+ > = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest6ValueAction);
1319
+
1320
+ /** @internal */
1321
+ export const UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$outboundSchema:
1322
+ z.ZodNativeEnum<
1323
+ typeof UpdateFirewallConfigRequestBodySecurityRequest6ValueAction
1324
+ > = UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$inboundSchema;
1325
+
1326
+ /**
1327
+ * @internal
1328
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1329
+ */
1330
+ export namespace UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$ {
1331
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$inboundSchema` instead. */
1332
+ export const inboundSchema =
1333
+ UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$inboundSchema;
1334
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$outboundSchema` instead. */
1335
+ export const outboundSchema =
1336
+ UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$outboundSchema;
1337
+ }
1338
+
1339
+ /** @internal */
1340
+ export const UpdateFirewallConfigRequestBodySecurityValue$inboundSchema:
1341
+ z.ZodType<
1342
+ UpdateFirewallConfigRequestBodySecurityValue,
1343
+ z.ZodTypeDef,
1344
+ unknown
1345
+ > = z.object({
1346
+ active: z.boolean(),
1347
+ action:
1348
+ UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$inboundSchema,
1349
+ });
1350
+
1351
+ /** @internal */
1352
+ export type UpdateFirewallConfigRequestBodySecurityValue$Outbound = {
1353
+ active: boolean;
1354
+ action: string;
1355
+ };
1356
+
1357
+ /** @internal */
1358
+ export const UpdateFirewallConfigRequestBodySecurityValue$outboundSchema:
1359
+ z.ZodType<
1360
+ UpdateFirewallConfigRequestBodySecurityValue$Outbound,
1361
+ z.ZodTypeDef,
1362
+ UpdateFirewallConfigRequestBodySecurityValue
1363
+ > = z.object({
1364
+ active: z.boolean(),
1365
+ action:
1366
+ UpdateFirewallConfigRequestBodySecurityRequest6ValueAction$outboundSchema,
1367
+ });
1368
+
1369
+ /**
1370
+ * @internal
1371
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1372
+ */
1373
+ export namespace UpdateFirewallConfigRequestBodySecurityValue$ {
1374
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityValue$inboundSchema` instead. */
1375
+ export const inboundSchema =
1376
+ UpdateFirewallConfigRequestBodySecurityValue$inboundSchema;
1377
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityValue$outboundSchema` instead. */
1378
+ export const outboundSchema =
1379
+ UpdateFirewallConfigRequestBodySecurityValue$outboundSchema;
1380
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityValue$Outbound` instead. */
1381
+ export type Outbound = UpdateFirewallConfigRequestBodySecurityValue$Outbound;
1382
+ }
1383
+
1384
+ export function updateFirewallConfigRequestBodySecurityValueToJSON(
1385
+ updateFirewallConfigRequestBodySecurityValue:
1386
+ UpdateFirewallConfigRequestBodySecurityValue,
1387
+ ): string {
1388
+ return JSON.stringify(
1389
+ UpdateFirewallConfigRequestBodySecurityValue$outboundSchema.parse(
1390
+ updateFirewallConfigRequestBodySecurityValue,
1391
+ ),
1392
+ );
1393
+ }
1394
+
1395
+ export function updateFirewallConfigRequestBodySecurityValueFromJSON(
1396
+ jsonString: string,
1397
+ ): SafeParseResult<
1398
+ UpdateFirewallConfigRequestBodySecurityValue,
1399
+ SDKValidationError
1400
+ > {
1401
+ return safeParse(
1402
+ jsonString,
1403
+ (x) =>
1404
+ UpdateFirewallConfigRequestBodySecurityValue$inboundSchema.parse(
1405
+ JSON.parse(x),
1406
+ ),
1407
+ `Failed to parse 'UpdateFirewallConfigRequestBodySecurityValue' from JSON`,
1408
+ );
1409
+ }
1410
+
1411
+ /** @internal */
1412
+ export const RequestBody6$inboundSchema: z.ZodType<
1413
+ RequestBody6,
1414
+ z.ZodTypeDef,
1415
+ unknown
1416
+ > = z.object({
1417
+ action: UpdateFirewallConfigRequestBodySecurityRequest6Action$inboundSchema,
1418
+ id: Id$inboundSchema,
1419
+ value: z.lazy(() =>
1420
+ UpdateFirewallConfigRequestBodySecurityValue$inboundSchema
1421
+ ),
1422
+ });
1423
+
1424
+ /** @internal */
1425
+ export type RequestBody6$Outbound = {
1426
+ action: string;
1427
+ id: string;
1428
+ value: UpdateFirewallConfigRequestBodySecurityValue$Outbound;
1429
+ };
1430
+
1431
+ /** @internal */
1432
+ export const RequestBody6$outboundSchema: z.ZodType<
1433
+ RequestBody6$Outbound,
1434
+ z.ZodTypeDef,
1435
+ RequestBody6
1436
+ > = z.object({
1437
+ action: UpdateFirewallConfigRequestBodySecurityRequest6Action$outboundSchema,
1438
+ id: Id$outboundSchema,
1439
+ value: z.lazy(() =>
1440
+ UpdateFirewallConfigRequestBodySecurityValue$outboundSchema
1441
+ ),
1442
+ });
1443
+
1444
+ /**
1445
+ * @internal
1446
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1447
+ */
1448
+ export namespace RequestBody6$ {
1449
+ /** @deprecated use `RequestBody6$inboundSchema` instead. */
1450
+ export const inboundSchema = RequestBody6$inboundSchema;
1451
+ /** @deprecated use `RequestBody6$outboundSchema` instead. */
1452
+ export const outboundSchema = RequestBody6$outboundSchema;
1453
+ /** @deprecated use `RequestBody6$Outbound` instead. */
1454
+ export type Outbound = RequestBody6$Outbound;
1455
+ }
1456
+
1457
+ export function requestBody6ToJSON(requestBody6: RequestBody6): string {
1458
+ return JSON.stringify(RequestBody6$outboundSchema.parse(requestBody6));
1459
+ }
1460
+
1461
+ export function requestBody6FromJSON(
1462
+ jsonString: string,
1463
+ ): SafeParseResult<RequestBody6, SDKValidationError> {
1464
+ return safeParse(
1465
+ jsonString,
1466
+ (x) => RequestBody6$inboundSchema.parse(JSON.parse(x)),
1467
+ `Failed to parse 'RequestBody6' from JSON`,
1468
+ );
1469
+ }
1470
+
1471
+ /** @internal */
1472
+ export const UpdateFirewallConfigRequestBodySecurityRequest5Action$inboundSchema:
1473
+ z.ZodNativeEnum<
1474
+ typeof UpdateFirewallConfigRequestBodySecurityRequest5Action
1475
+ > = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest5Action);
1476
+
1477
+ /** @internal */
1478
+ export const UpdateFirewallConfigRequestBodySecurityRequest5Action$outboundSchema:
1479
+ z.ZodNativeEnum<
1480
+ typeof UpdateFirewallConfigRequestBodySecurityRequest5Action
1481
+ > = UpdateFirewallConfigRequestBodySecurityRequest5Action$inboundSchema;
1482
+
1483
+ /**
1484
+ * @internal
1485
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1486
+ */
1487
+ export namespace UpdateFirewallConfigRequestBodySecurityRequest5Action$ {
1488
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest5Action$inboundSchema` instead. */
1489
+ export const inboundSchema =
1490
+ UpdateFirewallConfigRequestBodySecurityRequest5Action$inboundSchema;
1491
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest5Action$outboundSchema` instead. */
1492
+ export const outboundSchema =
1493
+ UpdateFirewallConfigRequestBodySecurityRequest5Action$outboundSchema;
1494
+ }
1495
+
1496
+ /** @internal */
1497
+ export const UpdateFirewallConfigRequestBody5$inboundSchema: z.ZodType<
1498
+ UpdateFirewallConfigRequestBody5,
1499
+ z.ZodTypeDef,
1500
+ unknown
1501
+ > = z.object({
1502
+ action: UpdateFirewallConfigRequestBodySecurityRequest5Action$inboundSchema,
1503
+ id: z.string(),
1504
+ value: z.number(),
1505
+ });
1506
+
1507
+ /** @internal */
1508
+ export type UpdateFirewallConfigRequestBody5$Outbound = {
1509
+ action: string;
1510
+ id: string;
1511
+ value: number;
1512
+ };
1513
+
1514
+ /** @internal */
1515
+ export const UpdateFirewallConfigRequestBody5$outboundSchema: z.ZodType<
1516
+ UpdateFirewallConfigRequestBody5$Outbound,
1517
+ z.ZodTypeDef,
1518
+ UpdateFirewallConfigRequestBody5
1519
+ > = z.object({
1520
+ action: UpdateFirewallConfigRequestBodySecurityRequest5Action$outboundSchema,
1521
+ id: z.string(),
1522
+ value: z.number(),
1523
+ });
1524
+
1525
+ /**
1526
+ * @internal
1527
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1528
+ */
1529
+ export namespace UpdateFirewallConfigRequestBody5$ {
1530
+ /** @deprecated use `UpdateFirewallConfigRequestBody5$inboundSchema` instead. */
1531
+ export const inboundSchema = UpdateFirewallConfigRequestBody5$inboundSchema;
1532
+ /** @deprecated use `UpdateFirewallConfigRequestBody5$outboundSchema` instead. */
1533
+ export const outboundSchema = UpdateFirewallConfigRequestBody5$outboundSchema;
1534
+ /** @deprecated use `UpdateFirewallConfigRequestBody5$Outbound` instead. */
1535
+ export type Outbound = UpdateFirewallConfigRequestBody5$Outbound;
1536
+ }
1537
+
1538
+ export function updateFirewallConfigRequestBody5ToJSON(
1539
+ updateFirewallConfigRequestBody5: UpdateFirewallConfigRequestBody5,
1540
+ ): string {
1541
+ return JSON.stringify(
1542
+ UpdateFirewallConfigRequestBody5$outboundSchema.parse(
1543
+ updateFirewallConfigRequestBody5,
1544
+ ),
1545
+ );
1546
+ }
1547
+
1548
+ export function updateFirewallConfigRequestBody5FromJSON(
1549
+ jsonString: string,
1550
+ ): SafeParseResult<UpdateFirewallConfigRequestBody5, SDKValidationError> {
1551
+ return safeParse(
1552
+ jsonString,
1553
+ (x) => UpdateFirewallConfigRequestBody5$inboundSchema.parse(JSON.parse(x)),
1554
+ `Failed to parse 'UpdateFirewallConfigRequestBody5' from JSON`,
1555
+ );
1556
+ }
1557
+
1558
+ /** @internal */
1559
+ export const UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema:
1560
+ z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodySecurityRequestAction> =
1561
+ z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequestAction);
1562
+
1563
+ /** @internal */
1564
+ export const UpdateFirewallConfigRequestBodySecurityRequestAction$outboundSchema:
1565
+ z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodySecurityRequestAction> =
1566
+ UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema;
1567
+
1568
+ /**
1569
+ * @internal
1570
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1571
+ */
1572
+ export namespace UpdateFirewallConfigRequestBodySecurityRequestAction$ {
1573
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema` instead. */
1574
+ export const inboundSchema =
1575
+ UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema;
1576
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestAction$outboundSchema` instead. */
1577
+ export const outboundSchema =
1578
+ UpdateFirewallConfigRequestBodySecurityRequestAction$outboundSchema;
1579
+ }
1580
+
1581
+ /** @internal */
1582
+ export const UpdateFirewallConfigRequestBody4$inboundSchema: z.ZodType<
1583
+ UpdateFirewallConfigRequestBody4,
1584
+ z.ZodTypeDef,
1585
+ unknown
1586
+ > = z.object({
1587
+ action: UpdateFirewallConfigRequestBodySecurityRequestAction$inboundSchema,
1588
+ id: z.string(),
1589
+ value: z.nullable(z.any()).optional(),
1590
+ });
1591
+
1592
+ /** @internal */
1593
+ export type UpdateFirewallConfigRequestBody4$Outbound = {
1594
+ action: string;
1595
+ id: string;
1596
+ value?: any | null | undefined;
1597
+ };
1598
+
1599
+ /** @internal */
1600
+ export const UpdateFirewallConfigRequestBody4$outboundSchema: z.ZodType<
1601
+ UpdateFirewallConfigRequestBody4$Outbound,
1602
+ z.ZodTypeDef,
1603
+ UpdateFirewallConfigRequestBody4
1604
+ > = z.object({
1605
+ action: UpdateFirewallConfigRequestBodySecurityRequestAction$outboundSchema,
1606
+ id: z.string(),
1607
+ value: z.nullable(z.any()).optional(),
1608
+ });
1609
+
1610
+ /**
1611
+ * @internal
1612
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1613
+ */
1614
+ export namespace UpdateFirewallConfigRequestBody4$ {
1615
+ /** @deprecated use `UpdateFirewallConfigRequestBody4$inboundSchema` instead. */
1616
+ export const inboundSchema = UpdateFirewallConfigRequestBody4$inboundSchema;
1617
+ /** @deprecated use `UpdateFirewallConfigRequestBody4$outboundSchema` instead. */
1618
+ export const outboundSchema = UpdateFirewallConfigRequestBody4$outboundSchema;
1619
+ /** @deprecated use `UpdateFirewallConfigRequestBody4$Outbound` instead. */
1620
+ export type Outbound = UpdateFirewallConfigRequestBody4$Outbound;
1621
+ }
1622
+
1623
+ export function updateFirewallConfigRequestBody4ToJSON(
1624
+ updateFirewallConfigRequestBody4: UpdateFirewallConfigRequestBody4,
1625
+ ): string {
1626
+ return JSON.stringify(
1627
+ UpdateFirewallConfigRequestBody4$outboundSchema.parse(
1628
+ updateFirewallConfigRequestBody4,
1629
+ ),
1630
+ );
1631
+ }
1632
+
1633
+ export function updateFirewallConfigRequestBody4FromJSON(
1634
+ jsonString: string,
1635
+ ): SafeParseResult<UpdateFirewallConfigRequestBody4, SDKValidationError> {
1636
+ return safeParse(
1637
+ jsonString,
1638
+ (x) => UpdateFirewallConfigRequestBody4$inboundSchema.parse(JSON.parse(x)),
1639
+ `Failed to parse 'UpdateFirewallConfigRequestBody4' from JSON`,
1640
+ );
1641
+ }
1642
+
1643
+ /** @internal */
1644
+ export const UpdateFirewallConfigRequestBodySecurityAction$inboundSchema:
1645
+ z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodySecurityAction> = z
1646
+ .nativeEnum(UpdateFirewallConfigRequestBodySecurityAction);
1647
+
1648
+ /** @internal */
1649
+ export const UpdateFirewallConfigRequestBodySecurityAction$outboundSchema:
1650
+ z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodySecurityAction> =
1651
+ UpdateFirewallConfigRequestBodySecurityAction$inboundSchema;
1652
+
1653
+ /**
1654
+ * @internal
1655
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1656
+ */
1657
+ export namespace UpdateFirewallConfigRequestBodySecurityAction$ {
1658
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityAction$inboundSchema` instead. */
1659
+ export const inboundSchema =
1660
+ UpdateFirewallConfigRequestBodySecurityAction$inboundSchema;
1661
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityAction$outboundSchema` instead. */
1662
+ export const outboundSchema =
1663
+ UpdateFirewallConfigRequestBodySecurityAction$outboundSchema;
1664
+ }
1665
+
1666
+ /** @internal */
1667
+ export const UpdateFirewallConfigRequestBodySecurityType$inboundSchema:
1668
+ z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodySecurityType> = z
1669
+ .nativeEnum(UpdateFirewallConfigRequestBodySecurityType);
1670
+
1671
+ /** @internal */
1672
+ export const UpdateFirewallConfigRequestBodySecurityType$outboundSchema:
1673
+ z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodySecurityType> =
1674
+ UpdateFirewallConfigRequestBodySecurityType$inboundSchema;
1675
+
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 namespace UpdateFirewallConfigRequestBodySecurityType$ {
1681
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityType$inboundSchema` instead. */
1682
+ export const inboundSchema =
1683
+ UpdateFirewallConfigRequestBodySecurityType$inboundSchema;
1684
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityType$outboundSchema` instead. */
1685
+ export const outboundSchema =
1686
+ UpdateFirewallConfigRequestBodySecurityType$outboundSchema;
1687
+ }
1688
+
1689
+ /** @internal */
1690
+ export const UpdateFirewallConfigRequestBodyOp$inboundSchema: z.ZodNativeEnum<
1691
+ typeof UpdateFirewallConfigRequestBodyOp
1692
+ > = z.nativeEnum(UpdateFirewallConfigRequestBodyOp);
1693
+
1694
+ /** @internal */
1695
+ export const UpdateFirewallConfigRequestBodyOp$outboundSchema: z.ZodNativeEnum<
1696
+ typeof UpdateFirewallConfigRequestBodyOp
1697
+ > = UpdateFirewallConfigRequestBodyOp$inboundSchema;
1698
+
1699
+ /**
1700
+ * @internal
1701
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1702
+ */
1703
+ export namespace UpdateFirewallConfigRequestBodyOp$ {
1704
+ /** @deprecated use `UpdateFirewallConfigRequestBodyOp$inboundSchema` instead. */
1705
+ export const inboundSchema = UpdateFirewallConfigRequestBodyOp$inboundSchema;
1706
+ /** @deprecated use `UpdateFirewallConfigRequestBodyOp$outboundSchema` instead. */
1707
+ export const outboundSchema =
1708
+ UpdateFirewallConfigRequestBodyOp$outboundSchema;
1709
+ }
1710
+
1711
+ /** @internal */
1712
+ export const UpdateFirewallConfigRequestBodySecurityRequest3Value$inboundSchema:
1713
+ z.ZodType<
1714
+ UpdateFirewallConfigRequestBodySecurityRequest3Value,
1715
+ z.ZodTypeDef,
1716
+ unknown
1717
+ > = z.union([z.string(), z.array(z.string()), z.number()]);
1718
+
1719
+ /** @internal */
1720
+ export type UpdateFirewallConfigRequestBodySecurityRequest3Value$Outbound =
1721
+ | string
1722
+ | Array<string>
1723
+ | number;
1724
+
1725
+ /** @internal */
1726
+ export const UpdateFirewallConfigRequestBodySecurityRequest3Value$outboundSchema:
1727
+ z.ZodType<
1728
+ UpdateFirewallConfigRequestBodySecurityRequest3Value$Outbound,
1729
+ z.ZodTypeDef,
1730
+ UpdateFirewallConfigRequestBodySecurityRequest3Value
1731
+ > = z.union([z.string(), z.array(z.string()), z.number()]);
1732
+
1733
+ /**
1734
+ * @internal
1735
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1736
+ */
1737
+ export namespace UpdateFirewallConfigRequestBodySecurityRequest3Value$ {
1738
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest3Value$inboundSchema` instead. */
1739
+ export const inboundSchema =
1740
+ UpdateFirewallConfigRequestBodySecurityRequest3Value$inboundSchema;
1741
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest3Value$outboundSchema` instead. */
1742
+ export const outboundSchema =
1743
+ UpdateFirewallConfigRequestBodySecurityRequest3Value$outboundSchema;
1744
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest3Value$Outbound` instead. */
1745
+ export type Outbound =
1746
+ UpdateFirewallConfigRequestBodySecurityRequest3Value$Outbound;
1747
+ }
1748
+
1749
+ export function updateFirewallConfigRequestBodySecurityRequest3ValueToJSON(
1750
+ updateFirewallConfigRequestBodySecurityRequest3Value:
1751
+ UpdateFirewallConfigRequestBodySecurityRequest3Value,
1752
+ ): string {
1753
+ return JSON.stringify(
1754
+ UpdateFirewallConfigRequestBodySecurityRequest3Value$outboundSchema.parse(
1755
+ updateFirewallConfigRequestBodySecurityRequest3Value,
1756
+ ),
1757
+ );
1758
+ }
1759
+
1760
+ export function updateFirewallConfigRequestBodySecurityRequest3ValueFromJSON(
1761
+ jsonString: string,
1762
+ ): SafeParseResult<
1763
+ UpdateFirewallConfigRequestBodySecurityRequest3Value,
1764
+ SDKValidationError
1765
+ > {
1766
+ return safeParse(
1767
+ jsonString,
1768
+ (x) =>
1769
+ UpdateFirewallConfigRequestBodySecurityRequest3Value$inboundSchema.parse(
1770
+ JSON.parse(x),
1771
+ ),
1772
+ `Failed to parse 'UpdateFirewallConfigRequestBodySecurityRequest3Value' from JSON`,
1773
+ );
1774
+ }
1775
+
1776
+ /** @internal */
1777
+ export const UpdateFirewallConfigRequestBodyConditions$inboundSchema: z.ZodType<
1778
+ UpdateFirewallConfigRequestBodyConditions,
1779
+ z.ZodTypeDef,
1780
+ unknown
1781
+ > = z.object({
1782
+ type: UpdateFirewallConfigRequestBodySecurityType$inboundSchema,
1783
+ op: UpdateFirewallConfigRequestBodyOp$inboundSchema,
1784
+ neg: z.boolean().optional(),
1785
+ key: z.string().optional(),
1786
+ value: z.union([z.string(), z.array(z.string()), z.number()]).optional(),
1787
+ });
1788
+
1789
+ /** @internal */
1790
+ export type UpdateFirewallConfigRequestBodyConditions$Outbound = {
1791
+ type: string;
1792
+ op: string;
1793
+ neg?: boolean | undefined;
1794
+ key?: string | undefined;
1795
+ value?: string | Array<string> | number | undefined;
1796
+ };
1797
+
1798
+ /** @internal */
1799
+ export const UpdateFirewallConfigRequestBodyConditions$outboundSchema:
1800
+ z.ZodType<
1801
+ UpdateFirewallConfigRequestBodyConditions$Outbound,
1802
+ z.ZodTypeDef,
1803
+ UpdateFirewallConfigRequestBodyConditions
1804
+ > = z.object({
1805
+ type: UpdateFirewallConfigRequestBodySecurityType$outboundSchema,
1806
+ op: UpdateFirewallConfigRequestBodyOp$outboundSchema,
1807
+ neg: z.boolean().optional(),
1808
+ key: z.string().optional(),
1809
+ value: z.union([z.string(), z.array(z.string()), z.number()]).optional(),
1810
+ });
1811
+
1812
+ /**
1813
+ * @internal
1814
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1815
+ */
1816
+ export namespace UpdateFirewallConfigRequestBodyConditions$ {
1817
+ /** @deprecated use `UpdateFirewallConfigRequestBodyConditions$inboundSchema` instead. */
1818
+ export const inboundSchema =
1819
+ UpdateFirewallConfigRequestBodyConditions$inboundSchema;
1820
+ /** @deprecated use `UpdateFirewallConfigRequestBodyConditions$outboundSchema` instead. */
1821
+ export const outboundSchema =
1822
+ UpdateFirewallConfigRequestBodyConditions$outboundSchema;
1823
+ /** @deprecated use `UpdateFirewallConfigRequestBodyConditions$Outbound` instead. */
1824
+ export type Outbound = UpdateFirewallConfigRequestBodyConditions$Outbound;
1825
+ }
1826
+
1827
+ export function updateFirewallConfigRequestBodyConditionsToJSON(
1828
+ updateFirewallConfigRequestBodyConditions:
1829
+ UpdateFirewallConfigRequestBodyConditions,
1830
+ ): string {
1831
+ return JSON.stringify(
1832
+ UpdateFirewallConfigRequestBodyConditions$outboundSchema.parse(
1833
+ updateFirewallConfigRequestBodyConditions,
1834
+ ),
1835
+ );
1836
+ }
1837
+
1838
+ export function updateFirewallConfigRequestBodyConditionsFromJSON(
1839
+ jsonString: string,
1840
+ ): SafeParseResult<
1841
+ UpdateFirewallConfigRequestBodyConditions,
1842
+ SDKValidationError
1843
+ > {
1844
+ return safeParse(
1845
+ jsonString,
1846
+ (x) =>
1847
+ UpdateFirewallConfigRequestBodyConditions$inboundSchema.parse(
1848
+ JSON.parse(x),
1849
+ ),
1850
+ `Failed to parse 'UpdateFirewallConfigRequestBodyConditions' from JSON`,
1851
+ );
1852
+ }
1853
+
1854
+ /** @internal */
1855
+ export const UpdateFirewallConfigRequestBodyConditionGroup$inboundSchema:
1856
+ z.ZodType<
1857
+ UpdateFirewallConfigRequestBodyConditionGroup,
1858
+ z.ZodTypeDef,
1859
+ unknown
1860
+ > = z.object({
1861
+ conditions: z.array(
1862
+ z.lazy(() => UpdateFirewallConfigRequestBodyConditions$inboundSchema),
1863
+ ),
1864
+ });
1865
+
1866
+ /** @internal */
1867
+ export type UpdateFirewallConfigRequestBodyConditionGroup$Outbound = {
1868
+ conditions: Array<UpdateFirewallConfigRequestBodyConditions$Outbound>;
1869
+ };
1870
+
1871
+ /** @internal */
1872
+ export const UpdateFirewallConfigRequestBodyConditionGroup$outboundSchema:
1873
+ z.ZodType<
1874
+ UpdateFirewallConfigRequestBodyConditionGroup$Outbound,
1875
+ z.ZodTypeDef,
1876
+ UpdateFirewallConfigRequestBodyConditionGroup
1877
+ > = z.object({
1878
+ conditions: z.array(
1879
+ z.lazy(() => UpdateFirewallConfigRequestBodyConditions$outboundSchema),
1880
+ ),
1881
+ });
1882
+
1883
+ /**
1884
+ * @internal
1885
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1886
+ */
1887
+ export namespace UpdateFirewallConfigRequestBodyConditionGroup$ {
1888
+ /** @deprecated use `UpdateFirewallConfigRequestBodyConditionGroup$inboundSchema` instead. */
1889
+ export const inboundSchema =
1890
+ UpdateFirewallConfigRequestBodyConditionGroup$inboundSchema;
1891
+ /** @deprecated use `UpdateFirewallConfigRequestBodyConditionGroup$outboundSchema` instead. */
1892
+ export const outboundSchema =
1893
+ UpdateFirewallConfigRequestBodyConditionGroup$outboundSchema;
1894
+ /** @deprecated use `UpdateFirewallConfigRequestBodyConditionGroup$Outbound` instead. */
1895
+ export type Outbound = UpdateFirewallConfigRequestBodyConditionGroup$Outbound;
1896
+ }
1897
+
1898
+ export function updateFirewallConfigRequestBodyConditionGroupToJSON(
1899
+ updateFirewallConfigRequestBodyConditionGroup:
1900
+ UpdateFirewallConfigRequestBodyConditionGroup,
1901
+ ): string {
1902
+ return JSON.stringify(
1903
+ UpdateFirewallConfigRequestBodyConditionGroup$outboundSchema.parse(
1904
+ updateFirewallConfigRequestBodyConditionGroup,
1905
+ ),
1906
+ );
1907
+ }
1908
+
1909
+ export function updateFirewallConfigRequestBodyConditionGroupFromJSON(
1910
+ jsonString: string,
1911
+ ): SafeParseResult<
1912
+ UpdateFirewallConfigRequestBodyConditionGroup,
1913
+ SDKValidationError
1914
+ > {
1915
+ return safeParse(
1916
+ jsonString,
1917
+ (x) =>
1918
+ UpdateFirewallConfigRequestBodyConditionGroup$inboundSchema.parse(
1919
+ JSON.parse(x),
1920
+ ),
1921
+ `Failed to parse 'UpdateFirewallConfigRequestBodyConditionGroup' from JSON`,
1922
+ );
1923
+ }
1924
+
1925
+ /** @internal */
1926
+ export const UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$inboundSchema:
1927
+ z.ZodNativeEnum<
1928
+ typeof UpdateFirewallConfigRequestBodySecurityRequest3ValueAction
1929
+ > = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest3ValueAction);
1930
+
1931
+ /** @internal */
1932
+ export const UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$outboundSchema:
1933
+ z.ZodNativeEnum<
1934
+ typeof UpdateFirewallConfigRequestBodySecurityRequest3ValueAction
1935
+ > = UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$inboundSchema;
1936
+
1937
+ /**
1938
+ * @internal
1939
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1940
+ */
1941
+ export namespace UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$ {
1942
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$inboundSchema` instead. */
1943
+ export const inboundSchema =
1944
+ UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$inboundSchema;
1945
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$outboundSchema` instead. */
1946
+ export const outboundSchema =
1947
+ UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$outboundSchema;
1948
+ }
1949
+
1950
+ /** @internal */
1951
+ export const UpdateFirewallConfigRateLimitAlgo$inboundSchema: z.ZodNativeEnum<
1952
+ typeof UpdateFirewallConfigRateLimitAlgo
1953
+ > = z.nativeEnum(UpdateFirewallConfigRateLimitAlgo);
1954
+
1955
+ /** @internal */
1956
+ export const UpdateFirewallConfigRateLimitAlgo$outboundSchema: z.ZodNativeEnum<
1957
+ typeof UpdateFirewallConfigRateLimitAlgo
1958
+ > = UpdateFirewallConfigRateLimitAlgo$inboundSchema;
1959
+
1960
+ /**
1961
+ * @internal
1962
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1963
+ */
1964
+ export namespace UpdateFirewallConfigRateLimitAlgo$ {
1965
+ /** @deprecated use `UpdateFirewallConfigRateLimitAlgo$inboundSchema` instead. */
1966
+ export const inboundSchema = UpdateFirewallConfigRateLimitAlgo$inboundSchema;
1967
+ /** @deprecated use `UpdateFirewallConfigRateLimitAlgo$outboundSchema` instead. */
1968
+ export const outboundSchema =
1969
+ UpdateFirewallConfigRateLimitAlgo$outboundSchema;
1970
+ }
1971
+
1972
+ /** @internal */
1973
+ export const UpdateFirewallConfigActionSecurity1$inboundSchema: z.ZodNativeEnum<
1974
+ typeof UpdateFirewallConfigActionSecurity1
1975
+ > = z.nativeEnum(UpdateFirewallConfigActionSecurity1);
1976
+
1977
+ /** @internal */
1978
+ export const UpdateFirewallConfigActionSecurity1$outboundSchema:
1979
+ z.ZodNativeEnum<typeof UpdateFirewallConfigActionSecurity1> =
1980
+ UpdateFirewallConfigActionSecurity1$inboundSchema;
1981
+
1982
+ /**
1983
+ * @internal
1984
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1985
+ */
1986
+ export namespace UpdateFirewallConfigActionSecurity1$ {
1987
+ /** @deprecated use `UpdateFirewallConfigActionSecurity1$inboundSchema` instead. */
1988
+ export const inboundSchema =
1989
+ UpdateFirewallConfigActionSecurity1$inboundSchema;
1990
+ /** @deprecated use `UpdateFirewallConfigActionSecurity1$outboundSchema` instead. */
1991
+ export const outboundSchema =
1992
+ UpdateFirewallConfigActionSecurity1$outboundSchema;
1993
+ }
1994
+
1995
+ /** @internal */
1996
+ export const UpdateFirewallConfigRateLimitSecurityAction$inboundSchema:
1997
+ z.ZodType<
1998
+ UpdateFirewallConfigRateLimitSecurityAction,
1999
+ z.ZodTypeDef,
2000
+ unknown
2001
+ > = z.union([UpdateFirewallConfigActionSecurity1$inboundSchema, z.any()]);
2002
+
2003
+ /** @internal */
2004
+ export type UpdateFirewallConfigRateLimitSecurityAction$Outbound = string | any;
2005
+
2006
+ /** @internal */
2007
+ export const UpdateFirewallConfigRateLimitSecurityAction$outboundSchema:
2008
+ z.ZodType<
2009
+ UpdateFirewallConfigRateLimitSecurityAction$Outbound,
2010
+ z.ZodTypeDef,
2011
+ UpdateFirewallConfigRateLimitSecurityAction
2012
+ > = z.union([UpdateFirewallConfigActionSecurity1$outboundSchema, z.any()]);
2013
+
2014
+ /**
2015
+ * @internal
2016
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2017
+ */
2018
+ export namespace UpdateFirewallConfigRateLimitSecurityAction$ {
2019
+ /** @deprecated use `UpdateFirewallConfigRateLimitSecurityAction$inboundSchema` instead. */
2020
+ export const inboundSchema =
2021
+ UpdateFirewallConfigRateLimitSecurityAction$inboundSchema;
2022
+ /** @deprecated use `UpdateFirewallConfigRateLimitSecurityAction$outboundSchema` instead. */
2023
+ export const outboundSchema =
2024
+ UpdateFirewallConfigRateLimitSecurityAction$outboundSchema;
2025
+ /** @deprecated use `UpdateFirewallConfigRateLimitSecurityAction$Outbound` instead. */
2026
+ export type Outbound = UpdateFirewallConfigRateLimitSecurityAction$Outbound;
2027
+ }
2028
+
2029
+ export function updateFirewallConfigRateLimitSecurityActionToJSON(
2030
+ updateFirewallConfigRateLimitSecurityAction:
2031
+ UpdateFirewallConfigRateLimitSecurityAction,
2032
+ ): string {
2033
+ return JSON.stringify(
2034
+ UpdateFirewallConfigRateLimitSecurityAction$outboundSchema.parse(
2035
+ updateFirewallConfigRateLimitSecurityAction,
2036
+ ),
2037
+ );
2038
+ }
2039
+
2040
+ export function updateFirewallConfigRateLimitSecurityActionFromJSON(
2041
+ jsonString: string,
2042
+ ): SafeParseResult<
2043
+ UpdateFirewallConfigRateLimitSecurityAction,
2044
+ SDKValidationError
2045
+ > {
2046
+ return safeParse(
2047
+ jsonString,
2048
+ (x) =>
2049
+ UpdateFirewallConfigRateLimitSecurityAction$inboundSchema.parse(
2050
+ JSON.parse(x),
2051
+ ),
2052
+ `Failed to parse 'UpdateFirewallConfigRateLimitSecurityAction' from JSON`,
2053
+ );
2054
+ }
2055
+
2056
+ /** @internal */
2057
+ export const UpdateFirewallConfigRateLimitSecurity1$inboundSchema: z.ZodType<
2058
+ UpdateFirewallConfigRateLimitSecurity1,
2059
+ z.ZodTypeDef,
2060
+ unknown
2061
+ > = z.object({
2062
+ algo: UpdateFirewallConfigRateLimitAlgo$inboundSchema,
2063
+ window: z.number(),
2064
+ limit: z.number(),
2065
+ keys: z.array(z.string()),
2066
+ action: z.nullable(
2067
+ z.union([UpdateFirewallConfigActionSecurity1$inboundSchema, z.any()]),
2068
+ ).optional(),
2069
+ });
2070
+
2071
+ /** @internal */
2072
+ export type UpdateFirewallConfigRateLimitSecurity1$Outbound = {
2073
+ algo: string;
2074
+ window: number;
2075
+ limit: number;
2076
+ keys: Array<string>;
2077
+ action?: string | any | null | undefined;
2078
+ };
2079
+
2080
+ /** @internal */
2081
+ export const UpdateFirewallConfigRateLimitSecurity1$outboundSchema: z.ZodType<
2082
+ UpdateFirewallConfigRateLimitSecurity1$Outbound,
2083
+ z.ZodTypeDef,
2084
+ UpdateFirewallConfigRateLimitSecurity1
2085
+ > = z.object({
2086
+ algo: UpdateFirewallConfigRateLimitAlgo$outboundSchema,
2087
+ window: z.number(),
2088
+ limit: z.number(),
2089
+ keys: z.array(z.string()),
2090
+ action: z.nullable(
2091
+ z.union([UpdateFirewallConfigActionSecurity1$outboundSchema, z.any()]),
2092
+ ).optional(),
2093
+ });
2094
+
2095
+ /**
2096
+ * @internal
2097
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2098
+ */
2099
+ export namespace UpdateFirewallConfigRateLimitSecurity1$ {
2100
+ /** @deprecated use `UpdateFirewallConfigRateLimitSecurity1$inboundSchema` instead. */
2101
+ export const inboundSchema =
2102
+ UpdateFirewallConfigRateLimitSecurity1$inboundSchema;
2103
+ /** @deprecated use `UpdateFirewallConfigRateLimitSecurity1$outboundSchema` instead. */
2104
+ export const outboundSchema =
2105
+ UpdateFirewallConfigRateLimitSecurity1$outboundSchema;
2106
+ /** @deprecated use `UpdateFirewallConfigRateLimitSecurity1$Outbound` instead. */
2107
+ export type Outbound = UpdateFirewallConfigRateLimitSecurity1$Outbound;
2108
+ }
2109
+
2110
+ export function updateFirewallConfigRateLimitSecurity1ToJSON(
2111
+ updateFirewallConfigRateLimitSecurity1:
2112
+ UpdateFirewallConfigRateLimitSecurity1,
2113
+ ): string {
2114
+ return JSON.stringify(
2115
+ UpdateFirewallConfigRateLimitSecurity1$outboundSchema.parse(
2116
+ updateFirewallConfigRateLimitSecurity1,
2117
+ ),
2118
+ );
2119
+ }
2120
+
2121
+ export function updateFirewallConfigRateLimitSecurity1FromJSON(
2122
+ jsonString: string,
2123
+ ): SafeParseResult<UpdateFirewallConfigRateLimitSecurity1, SDKValidationError> {
2124
+ return safeParse(
2125
+ jsonString,
2126
+ (x) =>
2127
+ UpdateFirewallConfigRateLimitSecurity1$inboundSchema.parse(JSON.parse(x)),
2128
+ `Failed to parse 'UpdateFirewallConfigRateLimitSecurity1' from JSON`,
2129
+ );
2130
+ }
2131
+
2132
+ /** @internal */
2133
+ export const UpdateFirewallConfigRequestBodyRateLimit$inboundSchema: z.ZodType<
2134
+ UpdateFirewallConfigRequestBodyRateLimit,
2135
+ z.ZodTypeDef,
2136
+ unknown
2137
+ > = z.union([
2138
+ z.lazy(() => UpdateFirewallConfigRateLimitSecurity1$inboundSchema),
2139
+ z.any(),
2140
+ ]);
2141
+
2142
+ /** @internal */
2143
+ export type UpdateFirewallConfigRequestBodyRateLimit$Outbound =
2144
+ | UpdateFirewallConfigRateLimitSecurity1$Outbound
2145
+ | any;
2146
+
2147
+ /** @internal */
2148
+ export const UpdateFirewallConfigRequestBodyRateLimit$outboundSchema: z.ZodType<
2149
+ UpdateFirewallConfigRequestBodyRateLimit$Outbound,
2150
+ z.ZodTypeDef,
2151
+ UpdateFirewallConfigRequestBodyRateLimit
2152
+ > = z.union([
2153
+ z.lazy(() => UpdateFirewallConfigRateLimitSecurity1$outboundSchema),
2154
+ z.any(),
2155
+ ]);
2156
+
2157
+ /**
2158
+ * @internal
2159
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2160
+ */
2161
+ export namespace UpdateFirewallConfigRequestBodyRateLimit$ {
2162
+ /** @deprecated use `UpdateFirewallConfigRequestBodyRateLimit$inboundSchema` instead. */
2163
+ export const inboundSchema =
2164
+ UpdateFirewallConfigRequestBodyRateLimit$inboundSchema;
2165
+ /** @deprecated use `UpdateFirewallConfigRequestBodyRateLimit$outboundSchema` instead. */
2166
+ export const outboundSchema =
2167
+ UpdateFirewallConfigRequestBodyRateLimit$outboundSchema;
2168
+ /** @deprecated use `UpdateFirewallConfigRequestBodyRateLimit$Outbound` instead. */
2169
+ export type Outbound = UpdateFirewallConfigRequestBodyRateLimit$Outbound;
2170
+ }
2171
+
2172
+ export function updateFirewallConfigRequestBodyRateLimitToJSON(
2173
+ updateFirewallConfigRequestBodyRateLimit:
2174
+ UpdateFirewallConfigRequestBodyRateLimit,
2175
+ ): string {
2176
+ return JSON.stringify(
2177
+ UpdateFirewallConfigRequestBodyRateLimit$outboundSchema.parse(
2178
+ updateFirewallConfigRequestBodyRateLimit,
2179
+ ),
2180
+ );
2181
+ }
2182
+
2183
+ export function updateFirewallConfigRequestBodyRateLimitFromJSON(
2184
+ jsonString: string,
2185
+ ): SafeParseResult<
2186
+ UpdateFirewallConfigRequestBodyRateLimit,
2187
+ SDKValidationError
2188
+ > {
2189
+ return safeParse(
2190
+ jsonString,
2191
+ (x) =>
2192
+ UpdateFirewallConfigRequestBodyRateLimit$inboundSchema.parse(
2193
+ JSON.parse(x),
2194
+ ),
2195
+ `Failed to parse 'UpdateFirewallConfigRequestBodyRateLimit' from JSON`,
2196
+ );
2197
+ }
2198
+
2199
+ /** @internal */
2200
+ export const UpdateFirewallConfigRedirectSecurity1$inboundSchema: z.ZodType<
2201
+ UpdateFirewallConfigRedirectSecurity1,
2202
+ z.ZodTypeDef,
2203
+ unknown
2204
+ > = z.object({
2205
+ location: z.string(),
2206
+ permanent: z.boolean(),
2207
+ });
2208
+
2209
+ /** @internal */
2210
+ export type UpdateFirewallConfigRedirectSecurity1$Outbound = {
2211
+ location: string;
2212
+ permanent: boolean;
2213
+ };
2214
+
2215
+ /** @internal */
2216
+ export const UpdateFirewallConfigRedirectSecurity1$outboundSchema: z.ZodType<
2217
+ UpdateFirewallConfigRedirectSecurity1$Outbound,
2218
+ z.ZodTypeDef,
2219
+ UpdateFirewallConfigRedirectSecurity1
2220
+ > = z.object({
2221
+ location: z.string(),
2222
+ permanent: z.boolean(),
2223
+ });
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 namespace UpdateFirewallConfigRedirectSecurity1$ {
2230
+ /** @deprecated use `UpdateFirewallConfigRedirectSecurity1$inboundSchema` instead. */
2231
+ export const inboundSchema =
2232
+ UpdateFirewallConfigRedirectSecurity1$inboundSchema;
2233
+ /** @deprecated use `UpdateFirewallConfigRedirectSecurity1$outboundSchema` instead. */
2234
+ export const outboundSchema =
2235
+ UpdateFirewallConfigRedirectSecurity1$outboundSchema;
2236
+ /** @deprecated use `UpdateFirewallConfigRedirectSecurity1$Outbound` instead. */
2237
+ export type Outbound = UpdateFirewallConfigRedirectSecurity1$Outbound;
2238
+ }
2239
+
2240
+ export function updateFirewallConfigRedirectSecurity1ToJSON(
2241
+ updateFirewallConfigRedirectSecurity1: UpdateFirewallConfigRedirectSecurity1,
2242
+ ): string {
2243
+ return JSON.stringify(
2244
+ UpdateFirewallConfigRedirectSecurity1$outboundSchema.parse(
2245
+ updateFirewallConfigRedirectSecurity1,
2246
+ ),
2247
+ );
2248
+ }
2249
+
2250
+ export function updateFirewallConfigRedirectSecurity1FromJSON(
2251
+ jsonString: string,
2252
+ ): SafeParseResult<UpdateFirewallConfigRedirectSecurity1, SDKValidationError> {
2253
+ return safeParse(
2254
+ jsonString,
2255
+ (x) =>
2256
+ UpdateFirewallConfigRedirectSecurity1$inboundSchema.parse(JSON.parse(x)),
2257
+ `Failed to parse 'UpdateFirewallConfigRedirectSecurity1' from JSON`,
2258
+ );
2259
+ }
2260
+
2261
+ /** @internal */
2262
+ export const UpdateFirewallConfigRequestBodyRedirect$inboundSchema: z.ZodType<
2263
+ UpdateFirewallConfigRequestBodyRedirect,
2264
+ z.ZodTypeDef,
2265
+ unknown
2266
+ > = z.union([
2267
+ z.lazy(() => UpdateFirewallConfigRedirectSecurity1$inboundSchema),
2268
+ z.any(),
2269
+ ]);
2270
+
2271
+ /** @internal */
2272
+ export type UpdateFirewallConfigRequestBodyRedirect$Outbound =
2273
+ | UpdateFirewallConfigRedirectSecurity1$Outbound
2274
+ | any;
2275
+
2276
+ /** @internal */
2277
+ export const UpdateFirewallConfigRequestBodyRedirect$outboundSchema: z.ZodType<
2278
+ UpdateFirewallConfigRequestBodyRedirect$Outbound,
2279
+ z.ZodTypeDef,
2280
+ UpdateFirewallConfigRequestBodyRedirect
2281
+ > = z.union([
2282
+ z.lazy(() => UpdateFirewallConfigRedirectSecurity1$outboundSchema),
2283
+ z.any(),
2284
+ ]);
2285
+
2286
+ /**
2287
+ * @internal
2288
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2289
+ */
2290
+ export namespace UpdateFirewallConfigRequestBodyRedirect$ {
2291
+ /** @deprecated use `UpdateFirewallConfigRequestBodyRedirect$inboundSchema` instead. */
2292
+ export const inboundSchema =
2293
+ UpdateFirewallConfigRequestBodyRedirect$inboundSchema;
2294
+ /** @deprecated use `UpdateFirewallConfigRequestBodyRedirect$outboundSchema` instead. */
2295
+ export const outboundSchema =
2296
+ UpdateFirewallConfigRequestBodyRedirect$outboundSchema;
2297
+ /** @deprecated use `UpdateFirewallConfigRequestBodyRedirect$Outbound` instead. */
2298
+ export type Outbound = UpdateFirewallConfigRequestBodyRedirect$Outbound;
2299
+ }
2300
+
2301
+ export function updateFirewallConfigRequestBodyRedirectToJSON(
2302
+ updateFirewallConfigRequestBodyRedirect:
2303
+ UpdateFirewallConfigRequestBodyRedirect,
2304
+ ): string {
2305
+ return JSON.stringify(
2306
+ UpdateFirewallConfigRequestBodyRedirect$outboundSchema.parse(
2307
+ updateFirewallConfigRequestBodyRedirect,
2308
+ ),
2309
+ );
2310
+ }
2311
+
2312
+ export function updateFirewallConfigRequestBodyRedirectFromJSON(
2313
+ jsonString: string,
2314
+ ): SafeParseResult<
2315
+ UpdateFirewallConfigRequestBodyRedirect,
2316
+ SDKValidationError
2317
+ > {
2318
+ return safeParse(
2319
+ jsonString,
2320
+ (x) =>
2321
+ UpdateFirewallConfigRequestBodyRedirect$inboundSchema.parse(
2322
+ JSON.parse(x),
2323
+ ),
2324
+ `Failed to parse 'UpdateFirewallConfigRequestBodyRedirect' from JSON`,
2325
+ );
2326
+ }
2327
+
2328
+ /** @internal */
2329
+ export const UpdateFirewallConfigRequestBodyMitigate$inboundSchema: z.ZodType<
2330
+ UpdateFirewallConfigRequestBodyMitigate,
2331
+ z.ZodTypeDef,
2332
+ unknown
2333
+ > = z.object({
2334
+ action:
2335
+ UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$inboundSchema,
2336
+ rateLimit: z.nullable(
2337
+ z.union([
2338
+ z.lazy(() => UpdateFirewallConfigRateLimitSecurity1$inboundSchema),
2339
+ z.any(),
2340
+ ]),
2341
+ ).optional(),
2342
+ redirect: z.nullable(
2343
+ z.union([
2344
+ z.lazy(() => UpdateFirewallConfigRedirectSecurity1$inboundSchema),
2345
+ z.any(),
2346
+ ]),
2347
+ ).optional(),
2348
+ actionDuration: z.nullable(z.string()).optional(),
2349
+ });
2350
+
2351
+ /** @internal */
2352
+ export type UpdateFirewallConfigRequestBodyMitigate$Outbound = {
2353
+ action: string;
2354
+ rateLimit?:
2355
+ | UpdateFirewallConfigRateLimitSecurity1$Outbound
2356
+ | any
2357
+ | null
2358
+ | undefined;
2359
+ redirect?:
2360
+ | UpdateFirewallConfigRedirectSecurity1$Outbound
2361
+ | any
2362
+ | null
2363
+ | undefined;
2364
+ actionDuration?: string | null | undefined;
2365
+ };
2366
+
2367
+ /** @internal */
2368
+ export const UpdateFirewallConfigRequestBodyMitigate$outboundSchema: z.ZodType<
2369
+ UpdateFirewallConfigRequestBodyMitigate$Outbound,
2370
+ z.ZodTypeDef,
2371
+ UpdateFirewallConfigRequestBodyMitigate
2372
+ > = z.object({
2373
+ action:
2374
+ UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$outboundSchema,
2375
+ rateLimit: z.nullable(
2376
+ z.union([
2377
+ z.lazy(() => UpdateFirewallConfigRateLimitSecurity1$outboundSchema),
2378
+ z.any(),
2379
+ ]),
2380
+ ).optional(),
2381
+ redirect: z.nullable(
2382
+ z.union([
2383
+ z.lazy(() => UpdateFirewallConfigRedirectSecurity1$outboundSchema),
2384
+ z.any(),
2385
+ ]),
2386
+ ).optional(),
2387
+ actionDuration: z.nullable(z.string()).optional(),
2388
+ });
2389
+
2390
+ /**
2391
+ * @internal
2392
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2393
+ */
2394
+ export namespace UpdateFirewallConfigRequestBodyMitigate$ {
2395
+ /** @deprecated use `UpdateFirewallConfigRequestBodyMitigate$inboundSchema` instead. */
2396
+ export const inboundSchema =
2397
+ UpdateFirewallConfigRequestBodyMitigate$inboundSchema;
2398
+ /** @deprecated use `UpdateFirewallConfigRequestBodyMitigate$outboundSchema` instead. */
2399
+ export const outboundSchema =
2400
+ UpdateFirewallConfigRequestBodyMitigate$outboundSchema;
2401
+ /** @deprecated use `UpdateFirewallConfigRequestBodyMitigate$Outbound` instead. */
2402
+ export type Outbound = UpdateFirewallConfigRequestBodyMitigate$Outbound;
2403
+ }
2404
+
2405
+ export function updateFirewallConfigRequestBodyMitigateToJSON(
2406
+ updateFirewallConfigRequestBodyMitigate:
2407
+ UpdateFirewallConfigRequestBodyMitigate,
2408
+ ): string {
2409
+ return JSON.stringify(
2410
+ UpdateFirewallConfigRequestBodyMitigate$outboundSchema.parse(
2411
+ updateFirewallConfigRequestBodyMitigate,
2412
+ ),
2413
+ );
2414
+ }
2415
+
2416
+ export function updateFirewallConfigRequestBodyMitigateFromJSON(
2417
+ jsonString: string,
2418
+ ): SafeParseResult<
2419
+ UpdateFirewallConfigRequestBodyMitigate,
2420
+ SDKValidationError
2421
+ > {
2422
+ return safeParse(
2423
+ jsonString,
2424
+ (x) =>
2425
+ UpdateFirewallConfigRequestBodyMitigate$inboundSchema.parse(
2426
+ JSON.parse(x),
2427
+ ),
2428
+ `Failed to parse 'UpdateFirewallConfigRequestBodyMitigate' from JSON`,
2429
+ );
2430
+ }
2431
+
2432
+ /** @internal */
2433
+ export const UpdateFirewallConfigRequestBodySecurityRequest3Action$inboundSchema:
2434
+ z.ZodType<
2435
+ UpdateFirewallConfigRequestBodySecurityRequest3Action,
2436
+ z.ZodTypeDef,
2437
+ unknown
2438
+ > = z.object({
2439
+ mitigate: z.lazy(() =>
2440
+ UpdateFirewallConfigRequestBodyMitigate$inboundSchema
2441
+ ).optional(),
2442
+ });
2443
+
2444
+ /** @internal */
2445
+ export type UpdateFirewallConfigRequestBodySecurityRequest3Action$Outbound = {
2446
+ mitigate?: UpdateFirewallConfigRequestBodyMitigate$Outbound | undefined;
2447
+ };
2448
+
2449
+ /** @internal */
2450
+ export const UpdateFirewallConfigRequestBodySecurityRequest3Action$outboundSchema:
2451
+ z.ZodType<
2452
+ UpdateFirewallConfigRequestBodySecurityRequest3Action$Outbound,
2453
+ z.ZodTypeDef,
2454
+ UpdateFirewallConfigRequestBodySecurityRequest3Action
2455
+ > = z.object({
2456
+ mitigate: z.lazy(() =>
2457
+ UpdateFirewallConfigRequestBodyMitigate$outboundSchema
2458
+ ).optional(),
2459
+ });
2460
+
2461
+ /**
2462
+ * @internal
2463
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2464
+ */
2465
+ export namespace UpdateFirewallConfigRequestBodySecurityRequest3Action$ {
2466
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest3Action$inboundSchema` instead. */
2467
+ export const inboundSchema =
2468
+ UpdateFirewallConfigRequestBodySecurityRequest3Action$inboundSchema;
2469
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest3Action$outboundSchema` instead. */
2470
+ export const outboundSchema =
2471
+ UpdateFirewallConfigRequestBodySecurityRequest3Action$outboundSchema;
2472
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest3Action$Outbound` instead. */
2473
+ export type Outbound =
2474
+ UpdateFirewallConfigRequestBodySecurityRequest3Action$Outbound;
2475
+ }
2476
+
2477
+ export function updateFirewallConfigRequestBodySecurityRequest3ActionToJSON(
2478
+ updateFirewallConfigRequestBodySecurityRequest3Action:
2479
+ UpdateFirewallConfigRequestBodySecurityRequest3Action,
2480
+ ): string {
2481
+ return JSON.stringify(
2482
+ UpdateFirewallConfigRequestBodySecurityRequest3Action$outboundSchema.parse(
2483
+ updateFirewallConfigRequestBodySecurityRequest3Action,
2484
+ ),
2485
+ );
2486
+ }
2487
+
2488
+ export function updateFirewallConfigRequestBodySecurityRequest3ActionFromJSON(
2489
+ jsonString: string,
2490
+ ): SafeParseResult<
2491
+ UpdateFirewallConfigRequestBodySecurityRequest3Action,
2492
+ SDKValidationError
2493
+ > {
2494
+ return safeParse(
2495
+ jsonString,
2496
+ (x) =>
2497
+ UpdateFirewallConfigRequestBodySecurityRequest3Action$inboundSchema.parse(
2498
+ JSON.parse(x),
2499
+ ),
2500
+ `Failed to parse 'UpdateFirewallConfigRequestBodySecurityRequest3Action' from JSON`,
2501
+ );
2502
+ }
2503
+
2504
+ /** @internal */
2505
+ export const UpdateFirewallConfigRequestBodyValue$inboundSchema: z.ZodType<
2506
+ UpdateFirewallConfigRequestBodyValue,
2507
+ z.ZodTypeDef,
2508
+ unknown
2509
+ > = z.object({
2510
+ name: z.string(),
2511
+ description: z.string().optional(),
2512
+ active: z.boolean(),
2513
+ conditionGroup: z.array(
2514
+ z.lazy(() => UpdateFirewallConfigRequestBodyConditionGroup$inboundSchema),
2515
+ ),
2516
+ action: z.lazy(() =>
2517
+ UpdateFirewallConfigRequestBodySecurityRequest3Action$inboundSchema
2518
+ ),
2519
+ });
2520
+
2521
+ /** @internal */
2522
+ export type UpdateFirewallConfigRequestBodyValue$Outbound = {
2523
+ name: string;
2524
+ description?: string | undefined;
2525
+ active: boolean;
2526
+ conditionGroup: Array<UpdateFirewallConfigRequestBodyConditionGroup$Outbound>;
2527
+ action: UpdateFirewallConfigRequestBodySecurityRequest3Action$Outbound;
2528
+ };
2529
+
2530
+ /** @internal */
2531
+ export const UpdateFirewallConfigRequestBodyValue$outboundSchema: z.ZodType<
2532
+ UpdateFirewallConfigRequestBodyValue$Outbound,
2533
+ z.ZodTypeDef,
2534
+ UpdateFirewallConfigRequestBodyValue
2535
+ > = z.object({
2536
+ name: z.string(),
2537
+ description: z.string().optional(),
2538
+ active: z.boolean(),
2539
+ conditionGroup: z.array(
2540
+ z.lazy(() => UpdateFirewallConfigRequestBodyConditionGroup$outboundSchema),
2541
+ ),
2542
+ action: z.lazy(() =>
2543
+ UpdateFirewallConfigRequestBodySecurityRequest3Action$outboundSchema
2544
+ ),
2545
+ });
2546
+
2547
+ /**
2548
+ * @internal
2549
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2550
+ */
2551
+ export namespace UpdateFirewallConfigRequestBodyValue$ {
2552
+ /** @deprecated use `UpdateFirewallConfigRequestBodyValue$inboundSchema` instead. */
2553
+ export const inboundSchema =
2554
+ UpdateFirewallConfigRequestBodyValue$inboundSchema;
2555
+ /** @deprecated use `UpdateFirewallConfigRequestBodyValue$outboundSchema` instead. */
2556
+ export const outboundSchema =
2557
+ UpdateFirewallConfigRequestBodyValue$outboundSchema;
2558
+ /** @deprecated use `UpdateFirewallConfigRequestBodyValue$Outbound` instead. */
2559
+ export type Outbound = UpdateFirewallConfigRequestBodyValue$Outbound;
2560
+ }
2561
+
2562
+ export function updateFirewallConfigRequestBodyValueToJSON(
2563
+ updateFirewallConfigRequestBodyValue: UpdateFirewallConfigRequestBodyValue,
2564
+ ): string {
2565
+ return JSON.stringify(
2566
+ UpdateFirewallConfigRequestBodyValue$outboundSchema.parse(
2567
+ updateFirewallConfigRequestBodyValue,
2568
+ ),
2569
+ );
2570
+ }
2571
+
2572
+ export function updateFirewallConfigRequestBodyValueFromJSON(
2573
+ jsonString: string,
2574
+ ): SafeParseResult<UpdateFirewallConfigRequestBodyValue, SDKValidationError> {
2575
+ return safeParse(
2576
+ jsonString,
2577
+ (x) =>
2578
+ UpdateFirewallConfigRequestBodyValue$inboundSchema.parse(JSON.parse(x)),
2579
+ `Failed to parse 'UpdateFirewallConfigRequestBodyValue' from JSON`,
2580
+ );
2581
+ }
2582
+
2583
+ /** @internal */
2584
+ export const UpdateFirewallConfigRequestBody3$inboundSchema: z.ZodType<
2585
+ UpdateFirewallConfigRequestBody3,
2586
+ z.ZodTypeDef,
2587
+ unknown
2588
+ > = z.object({
2589
+ action: UpdateFirewallConfigRequestBodySecurityAction$inboundSchema,
2590
+ id: z.string(),
2591
+ value: z.lazy(() => UpdateFirewallConfigRequestBodyValue$inboundSchema),
2592
+ });
2593
+
2594
+ /** @internal */
2595
+ export type UpdateFirewallConfigRequestBody3$Outbound = {
2596
+ action: string;
2597
+ id: string;
2598
+ value: UpdateFirewallConfigRequestBodyValue$Outbound;
2599
+ };
2600
+
2601
+ /** @internal */
2602
+ export const UpdateFirewallConfigRequestBody3$outboundSchema: z.ZodType<
2603
+ UpdateFirewallConfigRequestBody3$Outbound,
2604
+ z.ZodTypeDef,
2605
+ UpdateFirewallConfigRequestBody3
2606
+ > = z.object({
2607
+ action: UpdateFirewallConfigRequestBodySecurityAction$outboundSchema,
2608
+ id: z.string(),
2609
+ value: z.lazy(() => UpdateFirewallConfigRequestBodyValue$outboundSchema),
2610
+ });
2611
+
2612
+ /**
2613
+ * @internal
2614
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2615
+ */
2616
+ export namespace UpdateFirewallConfigRequestBody3$ {
2617
+ /** @deprecated use `UpdateFirewallConfigRequestBody3$inboundSchema` instead. */
2618
+ export const inboundSchema = UpdateFirewallConfigRequestBody3$inboundSchema;
2619
+ /** @deprecated use `UpdateFirewallConfigRequestBody3$outboundSchema` instead. */
2620
+ export const outboundSchema = UpdateFirewallConfigRequestBody3$outboundSchema;
2621
+ /** @deprecated use `UpdateFirewallConfigRequestBody3$Outbound` instead. */
2622
+ export type Outbound = UpdateFirewallConfigRequestBody3$Outbound;
2623
+ }
2624
+
2625
+ export function updateFirewallConfigRequestBody3ToJSON(
2626
+ updateFirewallConfigRequestBody3: UpdateFirewallConfigRequestBody3,
2627
+ ): string {
2628
+ return JSON.stringify(
2629
+ UpdateFirewallConfigRequestBody3$outboundSchema.parse(
2630
+ updateFirewallConfigRequestBody3,
2631
+ ),
2632
+ );
2633
+ }
2634
+
2635
+ export function updateFirewallConfigRequestBody3FromJSON(
2636
+ jsonString: string,
2637
+ ): SafeParseResult<UpdateFirewallConfigRequestBody3, SDKValidationError> {
2638
+ return safeParse(
2639
+ jsonString,
2640
+ (x) => UpdateFirewallConfigRequestBody3$inboundSchema.parse(JSON.parse(x)),
2641
+ `Failed to parse 'UpdateFirewallConfigRequestBody3' from JSON`,
2642
+ );
2643
+ }
2644
+
2645
+ /** @internal */
2646
+ export const UpdateFirewallConfigRequestBodyAction$inboundSchema:
2647
+ z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodyAction> = z.nativeEnum(
2648
+ UpdateFirewallConfigRequestBodyAction,
2649
+ );
2650
+
2651
+ /** @internal */
2652
+ export const UpdateFirewallConfigRequestBodyAction$outboundSchema:
2653
+ z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodyAction> =
2654
+ UpdateFirewallConfigRequestBodyAction$inboundSchema;
2655
+
2656
+ /**
2657
+ * @internal
2658
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2659
+ */
2660
+ export namespace UpdateFirewallConfigRequestBodyAction$ {
2661
+ /** @deprecated use `UpdateFirewallConfigRequestBodyAction$inboundSchema` instead. */
2662
+ export const inboundSchema =
2663
+ UpdateFirewallConfigRequestBodyAction$inboundSchema;
2664
+ /** @deprecated use `UpdateFirewallConfigRequestBodyAction$outboundSchema` instead. */
2665
+ export const outboundSchema =
2666
+ UpdateFirewallConfigRequestBodyAction$outboundSchema;
2667
+ }
2668
+
2669
+ /** @internal */
2670
+ export const UpdateFirewallConfigRequestBodyType$inboundSchema: z.ZodNativeEnum<
2671
+ typeof UpdateFirewallConfigRequestBodyType
2672
+ > = z.nativeEnum(UpdateFirewallConfigRequestBodyType);
2673
+
2674
+ /** @internal */
2675
+ export const UpdateFirewallConfigRequestBodyType$outboundSchema:
2676
+ z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodyType> =
2677
+ UpdateFirewallConfigRequestBodyType$inboundSchema;
2678
+
2679
+ /**
2680
+ * @internal
2681
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2682
+ */
2683
+ export namespace UpdateFirewallConfigRequestBodyType$ {
2684
+ /** @deprecated use `UpdateFirewallConfigRequestBodyType$inboundSchema` instead. */
2685
+ export const inboundSchema =
2686
+ UpdateFirewallConfigRequestBodyType$inboundSchema;
2687
+ /** @deprecated use `UpdateFirewallConfigRequestBodyType$outboundSchema` instead. */
2688
+ export const outboundSchema =
2689
+ UpdateFirewallConfigRequestBodyType$outboundSchema;
2690
+ }
2691
+
2692
+ /** @internal */
2693
+ export const RequestBodyOp$inboundSchema: z.ZodNativeEnum<
2694
+ typeof RequestBodyOp
2695
+ > = z.nativeEnum(RequestBodyOp);
2696
+
2697
+ /** @internal */
2698
+ export const RequestBodyOp$outboundSchema: z.ZodNativeEnum<
2699
+ typeof RequestBodyOp
2700
+ > = RequestBodyOp$inboundSchema;
2701
+
2702
+ /**
2703
+ * @internal
2704
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2705
+ */
2706
+ export namespace RequestBodyOp$ {
2707
+ /** @deprecated use `RequestBodyOp$inboundSchema` instead. */
2708
+ export const inboundSchema = RequestBodyOp$inboundSchema;
2709
+ /** @deprecated use `RequestBodyOp$outboundSchema` instead. */
2710
+ export const outboundSchema = RequestBodyOp$outboundSchema;
2711
+ }
2712
+
2713
+ /** @internal */
2714
+ export const UpdateFirewallConfigRequestBodySecurityRequest2Value$inboundSchema:
2715
+ z.ZodType<
2716
+ UpdateFirewallConfigRequestBodySecurityRequest2Value,
2717
+ z.ZodTypeDef,
2718
+ unknown
2719
+ > = z.union([z.string(), z.array(z.string()), z.number()]);
2720
+
2721
+ /** @internal */
2722
+ export type UpdateFirewallConfigRequestBodySecurityRequest2Value$Outbound =
2723
+ | string
2724
+ | Array<string>
2725
+ | number;
2726
+
2727
+ /** @internal */
2728
+ export const UpdateFirewallConfigRequestBodySecurityRequest2Value$outboundSchema:
2729
+ z.ZodType<
2730
+ UpdateFirewallConfigRequestBodySecurityRequest2Value$Outbound,
2731
+ z.ZodTypeDef,
2732
+ UpdateFirewallConfigRequestBodySecurityRequest2Value
2733
+ > = z.union([z.string(), z.array(z.string()), z.number()]);
2734
+
2735
+ /**
2736
+ * @internal
2737
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2738
+ */
2739
+ export namespace UpdateFirewallConfigRequestBodySecurityRequest2Value$ {
2740
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest2Value$inboundSchema` instead. */
2741
+ export const inboundSchema =
2742
+ UpdateFirewallConfigRequestBodySecurityRequest2Value$inboundSchema;
2743
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest2Value$outboundSchema` instead. */
2744
+ export const outboundSchema =
2745
+ UpdateFirewallConfigRequestBodySecurityRequest2Value$outboundSchema;
2746
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest2Value$Outbound` instead. */
2747
+ export type Outbound =
2748
+ UpdateFirewallConfigRequestBodySecurityRequest2Value$Outbound;
2749
+ }
2750
+
2751
+ export function updateFirewallConfigRequestBodySecurityRequest2ValueToJSON(
2752
+ updateFirewallConfigRequestBodySecurityRequest2Value:
2753
+ UpdateFirewallConfigRequestBodySecurityRequest2Value,
2754
+ ): string {
2755
+ return JSON.stringify(
2756
+ UpdateFirewallConfigRequestBodySecurityRequest2Value$outboundSchema.parse(
2757
+ updateFirewallConfigRequestBodySecurityRequest2Value,
2758
+ ),
2759
+ );
2760
+ }
2761
+
2762
+ export function updateFirewallConfigRequestBodySecurityRequest2ValueFromJSON(
2763
+ jsonString: string,
2764
+ ): SafeParseResult<
2765
+ UpdateFirewallConfigRequestBodySecurityRequest2Value,
2766
+ SDKValidationError
2767
+ > {
2768
+ return safeParse(
2769
+ jsonString,
2770
+ (x) =>
2771
+ UpdateFirewallConfigRequestBodySecurityRequest2Value$inboundSchema.parse(
2772
+ JSON.parse(x),
2773
+ ),
2774
+ `Failed to parse 'UpdateFirewallConfigRequestBodySecurityRequest2Value' from JSON`,
2775
+ );
2776
+ }
2777
+
2778
+ /** @internal */
2779
+ export const RequestBodyConditions$inboundSchema: z.ZodType<
2780
+ RequestBodyConditions,
2781
+ z.ZodTypeDef,
2782
+ unknown
2783
+ > = z.object({
2784
+ type: UpdateFirewallConfigRequestBodyType$inboundSchema,
2785
+ op: RequestBodyOp$inboundSchema,
2786
+ neg: z.boolean().optional(),
2787
+ key: z.string().optional(),
2788
+ value: z.union([z.string(), z.array(z.string()), z.number()]).optional(),
2789
+ });
2790
+
2791
+ /** @internal */
2792
+ export type RequestBodyConditions$Outbound = {
2793
+ type: string;
2794
+ op: string;
2795
+ neg?: boolean | undefined;
2796
+ key?: string | undefined;
2797
+ value?: string | Array<string> | number | undefined;
2798
+ };
2799
+
2800
+ /** @internal */
2801
+ export const RequestBodyConditions$outboundSchema: z.ZodType<
2802
+ RequestBodyConditions$Outbound,
2803
+ z.ZodTypeDef,
2804
+ RequestBodyConditions
2805
+ > = z.object({
2806
+ type: UpdateFirewallConfigRequestBodyType$outboundSchema,
2807
+ op: RequestBodyOp$outboundSchema,
2808
+ neg: z.boolean().optional(),
2809
+ key: z.string().optional(),
2810
+ value: z.union([z.string(), z.array(z.string()), z.number()]).optional(),
2811
+ });
2812
+
2813
+ /**
2814
+ * @internal
2815
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2816
+ */
2817
+ export namespace RequestBodyConditions$ {
2818
+ /** @deprecated use `RequestBodyConditions$inboundSchema` instead. */
2819
+ export const inboundSchema = RequestBodyConditions$inboundSchema;
2820
+ /** @deprecated use `RequestBodyConditions$outboundSchema` instead. */
2821
+ export const outboundSchema = RequestBodyConditions$outboundSchema;
2822
+ /** @deprecated use `RequestBodyConditions$Outbound` instead. */
2823
+ export type Outbound = RequestBodyConditions$Outbound;
2824
+ }
2825
+
2826
+ export function requestBodyConditionsToJSON(
2827
+ requestBodyConditions: RequestBodyConditions,
2828
+ ): string {
2829
+ return JSON.stringify(
2830
+ RequestBodyConditions$outboundSchema.parse(requestBodyConditions),
2831
+ );
2832
+ }
2833
+
2834
+ export function requestBodyConditionsFromJSON(
2835
+ jsonString: string,
2836
+ ): SafeParseResult<RequestBodyConditions, SDKValidationError> {
2837
+ return safeParse(
2838
+ jsonString,
2839
+ (x) => RequestBodyConditions$inboundSchema.parse(JSON.parse(x)),
2840
+ `Failed to parse 'RequestBodyConditions' from JSON`,
2841
+ );
2842
+ }
2843
+
2844
+ /** @internal */
2845
+ export const RequestBodyConditionGroup$inboundSchema: z.ZodType<
2846
+ RequestBodyConditionGroup,
2847
+ z.ZodTypeDef,
2848
+ unknown
2849
+ > = z.object({
2850
+ conditions: z.array(z.lazy(() => RequestBodyConditions$inboundSchema)),
2851
+ });
2852
+
2853
+ /** @internal */
2854
+ export type RequestBodyConditionGroup$Outbound = {
2855
+ conditions: Array<RequestBodyConditions$Outbound>;
2856
+ };
2857
+
2858
+ /** @internal */
2859
+ export const RequestBodyConditionGroup$outboundSchema: z.ZodType<
2860
+ RequestBodyConditionGroup$Outbound,
2861
+ z.ZodTypeDef,
2862
+ RequestBodyConditionGroup
2863
+ > = z.object({
2864
+ conditions: z.array(z.lazy(() => RequestBodyConditions$outboundSchema)),
2865
+ });
2866
+
2867
+ /**
2868
+ * @internal
2869
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2870
+ */
2871
+ export namespace RequestBodyConditionGroup$ {
2872
+ /** @deprecated use `RequestBodyConditionGroup$inboundSchema` instead. */
2873
+ export const inboundSchema = RequestBodyConditionGroup$inboundSchema;
2874
+ /** @deprecated use `RequestBodyConditionGroup$outboundSchema` instead. */
2875
+ export const outboundSchema = RequestBodyConditionGroup$outboundSchema;
2876
+ /** @deprecated use `RequestBodyConditionGroup$Outbound` instead. */
2877
+ export type Outbound = RequestBodyConditionGroup$Outbound;
2878
+ }
2879
+
2880
+ export function requestBodyConditionGroupToJSON(
2881
+ requestBodyConditionGroup: RequestBodyConditionGroup,
2882
+ ): string {
2883
+ return JSON.stringify(
2884
+ RequestBodyConditionGroup$outboundSchema.parse(requestBodyConditionGroup),
2885
+ );
2886
+ }
2887
+
2888
+ export function requestBodyConditionGroupFromJSON(
2889
+ jsonString: string,
2890
+ ): SafeParseResult<RequestBodyConditionGroup, SDKValidationError> {
2891
+ return safeParse(
2892
+ jsonString,
2893
+ (x) => RequestBodyConditionGroup$inboundSchema.parse(JSON.parse(x)),
2894
+ `Failed to parse 'RequestBodyConditionGroup' from JSON`,
2895
+ );
2896
+ }
2897
+
2898
+ /** @internal */
2899
+ export const UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$inboundSchema:
2900
+ z.ZodNativeEnum<
2901
+ typeof UpdateFirewallConfigRequestBodySecurityRequest2ValueAction
2902
+ > = z.nativeEnum(UpdateFirewallConfigRequestBodySecurityRequest2ValueAction);
2903
+
2904
+ /** @internal */
2905
+ export const UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$outboundSchema:
2906
+ z.ZodNativeEnum<
2907
+ typeof UpdateFirewallConfigRequestBodySecurityRequest2ValueAction
2908
+ > = UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$inboundSchema;
2909
+
2910
+ /**
2911
+ * @internal
2912
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2913
+ */
2914
+ export namespace UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$ {
2915
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$inboundSchema` instead. */
2916
+ export const inboundSchema =
2917
+ UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$inboundSchema;
2918
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$outboundSchema` instead. */
2919
+ export const outboundSchema =
2920
+ UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$outboundSchema;
2921
+ }
2922
+
2923
+ /** @internal */
2924
+ export const RateLimitAlgo$inboundSchema: z.ZodNativeEnum<
2925
+ typeof RateLimitAlgo
2926
+ > = z.nativeEnum(RateLimitAlgo);
2927
+
2928
+ /** @internal */
2929
+ export const RateLimitAlgo$outboundSchema: z.ZodNativeEnum<
2930
+ typeof RateLimitAlgo
2931
+ > = RateLimitAlgo$inboundSchema;
2932
+
2933
+ /**
2934
+ * @internal
2935
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2936
+ */
2937
+ export namespace RateLimitAlgo$ {
2938
+ /** @deprecated use `RateLimitAlgo$inboundSchema` instead. */
2939
+ export const inboundSchema = RateLimitAlgo$inboundSchema;
2940
+ /** @deprecated use `RateLimitAlgo$outboundSchema` instead. */
2941
+ export const outboundSchema = RateLimitAlgo$outboundSchema;
2942
+ }
2943
+
2944
+ /** @internal */
2945
+ export const UpdateFirewallConfigAction1$inboundSchema: z.ZodNativeEnum<
2946
+ typeof UpdateFirewallConfigAction1
2947
+ > = z.nativeEnum(UpdateFirewallConfigAction1);
2948
+
2949
+ /** @internal */
2950
+ export const UpdateFirewallConfigAction1$outboundSchema: z.ZodNativeEnum<
2951
+ typeof UpdateFirewallConfigAction1
2952
+ > = UpdateFirewallConfigAction1$inboundSchema;
2953
+
2954
+ /**
2955
+ * @internal
2956
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2957
+ */
2958
+ export namespace UpdateFirewallConfigAction1$ {
2959
+ /** @deprecated use `UpdateFirewallConfigAction1$inboundSchema` instead. */
2960
+ export const inboundSchema = UpdateFirewallConfigAction1$inboundSchema;
2961
+ /** @deprecated use `UpdateFirewallConfigAction1$outboundSchema` instead. */
2962
+ export const outboundSchema = UpdateFirewallConfigAction1$outboundSchema;
2963
+ }
2964
+
2965
+ /** @internal */
2966
+ export const UpdateFirewallConfigRateLimitAction$inboundSchema: z.ZodType<
2967
+ UpdateFirewallConfigRateLimitAction,
2968
+ z.ZodTypeDef,
2969
+ unknown
2970
+ > = z.union([UpdateFirewallConfigAction1$inboundSchema, z.any()]);
2971
+
2972
+ /** @internal */
2973
+ export type UpdateFirewallConfigRateLimitAction$Outbound = string | any;
2974
+
2975
+ /** @internal */
2976
+ export const UpdateFirewallConfigRateLimitAction$outboundSchema: z.ZodType<
2977
+ UpdateFirewallConfigRateLimitAction$Outbound,
2978
+ z.ZodTypeDef,
2979
+ UpdateFirewallConfigRateLimitAction
2980
+ > = z.union([UpdateFirewallConfigAction1$outboundSchema, z.any()]);
2981
+
2982
+ /**
2983
+ * @internal
2984
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2985
+ */
2986
+ export namespace UpdateFirewallConfigRateLimitAction$ {
2987
+ /** @deprecated use `UpdateFirewallConfigRateLimitAction$inboundSchema` instead. */
2988
+ export const inboundSchema =
2989
+ UpdateFirewallConfigRateLimitAction$inboundSchema;
2990
+ /** @deprecated use `UpdateFirewallConfigRateLimitAction$outboundSchema` instead. */
2991
+ export const outboundSchema =
2992
+ UpdateFirewallConfigRateLimitAction$outboundSchema;
2993
+ /** @deprecated use `UpdateFirewallConfigRateLimitAction$Outbound` instead. */
2994
+ export type Outbound = UpdateFirewallConfigRateLimitAction$Outbound;
2995
+ }
2996
+
2997
+ export function updateFirewallConfigRateLimitActionToJSON(
2998
+ updateFirewallConfigRateLimitAction: UpdateFirewallConfigRateLimitAction,
2999
+ ): string {
3000
+ return JSON.stringify(
3001
+ UpdateFirewallConfigRateLimitAction$outboundSchema.parse(
3002
+ updateFirewallConfigRateLimitAction,
3003
+ ),
3004
+ );
3005
+ }
3006
+
3007
+ export function updateFirewallConfigRateLimitActionFromJSON(
3008
+ jsonString: string,
3009
+ ): SafeParseResult<UpdateFirewallConfigRateLimitAction, SDKValidationError> {
3010
+ return safeParse(
3011
+ jsonString,
3012
+ (x) =>
3013
+ UpdateFirewallConfigRateLimitAction$inboundSchema.parse(JSON.parse(x)),
3014
+ `Failed to parse 'UpdateFirewallConfigRateLimitAction' from JSON`,
3015
+ );
3016
+ }
3017
+
3018
+ /** @internal */
3019
+ export const UpdateFirewallConfigRateLimit1$inboundSchema: z.ZodType<
3020
+ UpdateFirewallConfigRateLimit1,
3021
+ z.ZodTypeDef,
3022
+ unknown
3023
+ > = z.object({
3024
+ algo: RateLimitAlgo$inboundSchema,
3025
+ window: z.number(),
3026
+ limit: z.number(),
3027
+ keys: z.array(z.string()),
3028
+ action: z.nullable(
3029
+ z.union([UpdateFirewallConfigAction1$inboundSchema, z.any()]),
3030
+ ).optional(),
3031
+ });
3032
+
3033
+ /** @internal */
3034
+ export type UpdateFirewallConfigRateLimit1$Outbound = {
3035
+ algo: string;
3036
+ window: number;
3037
+ limit: number;
3038
+ keys: Array<string>;
3039
+ action?: string | any | null | undefined;
3040
+ };
3041
+
3042
+ /** @internal */
3043
+ export const UpdateFirewallConfigRateLimit1$outboundSchema: z.ZodType<
3044
+ UpdateFirewallConfigRateLimit1$Outbound,
3045
+ z.ZodTypeDef,
3046
+ UpdateFirewallConfigRateLimit1
3047
+ > = z.object({
3048
+ algo: RateLimitAlgo$outboundSchema,
3049
+ window: z.number(),
3050
+ limit: z.number(),
3051
+ keys: z.array(z.string()),
3052
+ action: z.nullable(
3053
+ z.union([UpdateFirewallConfigAction1$outboundSchema, z.any()]),
3054
+ ).optional(),
3055
+ });
3056
+
3057
+ /**
3058
+ * @internal
3059
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3060
+ */
3061
+ export namespace UpdateFirewallConfigRateLimit1$ {
3062
+ /** @deprecated use `UpdateFirewallConfigRateLimit1$inboundSchema` instead. */
3063
+ export const inboundSchema = UpdateFirewallConfigRateLimit1$inboundSchema;
3064
+ /** @deprecated use `UpdateFirewallConfigRateLimit1$outboundSchema` instead. */
3065
+ export const outboundSchema = UpdateFirewallConfigRateLimit1$outboundSchema;
3066
+ /** @deprecated use `UpdateFirewallConfigRateLimit1$Outbound` instead. */
3067
+ export type Outbound = UpdateFirewallConfigRateLimit1$Outbound;
3068
+ }
3069
+
3070
+ export function updateFirewallConfigRateLimit1ToJSON(
3071
+ updateFirewallConfigRateLimit1: UpdateFirewallConfigRateLimit1,
3072
+ ): string {
3073
+ return JSON.stringify(
3074
+ UpdateFirewallConfigRateLimit1$outboundSchema.parse(
3075
+ updateFirewallConfigRateLimit1,
3076
+ ),
3077
+ );
3078
+ }
3079
+
3080
+ export function updateFirewallConfigRateLimit1FromJSON(
3081
+ jsonString: string,
3082
+ ): SafeParseResult<UpdateFirewallConfigRateLimit1, SDKValidationError> {
3083
+ return safeParse(
3084
+ jsonString,
3085
+ (x) => UpdateFirewallConfigRateLimit1$inboundSchema.parse(JSON.parse(x)),
3086
+ `Failed to parse 'UpdateFirewallConfigRateLimit1' from JSON`,
3087
+ );
3088
+ }
3089
+
3090
+ /** @internal */
3091
+ export const RequestBodyRateLimit$inboundSchema: z.ZodType<
3092
+ RequestBodyRateLimit,
3093
+ z.ZodTypeDef,
3094
+ unknown
3095
+ > = z.union([
3096
+ z.lazy(() => UpdateFirewallConfigRateLimit1$inboundSchema),
3097
+ z.any(),
3098
+ ]);
3099
+
3100
+ /** @internal */
3101
+ export type RequestBodyRateLimit$Outbound =
3102
+ | UpdateFirewallConfigRateLimit1$Outbound
3103
+ | any;
3104
+
3105
+ /** @internal */
3106
+ export const RequestBodyRateLimit$outboundSchema: z.ZodType<
3107
+ RequestBodyRateLimit$Outbound,
3108
+ z.ZodTypeDef,
3109
+ RequestBodyRateLimit
3110
+ > = z.union([
3111
+ z.lazy(() => UpdateFirewallConfigRateLimit1$outboundSchema),
3112
+ z.any(),
3113
+ ]);
3114
+
3115
+ /**
3116
+ * @internal
3117
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3118
+ */
3119
+ export namespace RequestBodyRateLimit$ {
3120
+ /** @deprecated use `RequestBodyRateLimit$inboundSchema` instead. */
3121
+ export const inboundSchema = RequestBodyRateLimit$inboundSchema;
3122
+ /** @deprecated use `RequestBodyRateLimit$outboundSchema` instead. */
3123
+ export const outboundSchema = RequestBodyRateLimit$outboundSchema;
3124
+ /** @deprecated use `RequestBodyRateLimit$Outbound` instead. */
3125
+ export type Outbound = RequestBodyRateLimit$Outbound;
3126
+ }
3127
+
3128
+ export function requestBodyRateLimitToJSON(
3129
+ requestBodyRateLimit: RequestBodyRateLimit,
3130
+ ): string {
3131
+ return JSON.stringify(
3132
+ RequestBodyRateLimit$outboundSchema.parse(requestBodyRateLimit),
3133
+ );
3134
+ }
3135
+
3136
+ export function requestBodyRateLimitFromJSON(
3137
+ jsonString: string,
3138
+ ): SafeParseResult<RequestBodyRateLimit, SDKValidationError> {
3139
+ return safeParse(
3140
+ jsonString,
3141
+ (x) => RequestBodyRateLimit$inboundSchema.parse(JSON.parse(x)),
3142
+ `Failed to parse 'RequestBodyRateLimit' from JSON`,
3143
+ );
3144
+ }
3145
+
3146
+ /** @internal */
3147
+ export const UpdateFirewallConfigRedirect1$inboundSchema: z.ZodType<
3148
+ UpdateFirewallConfigRedirect1,
3149
+ z.ZodTypeDef,
3150
+ unknown
3151
+ > = z.object({
3152
+ location: z.string(),
3153
+ permanent: z.boolean(),
3154
+ });
3155
+
3156
+ /** @internal */
3157
+ export type UpdateFirewallConfigRedirect1$Outbound = {
3158
+ location: string;
3159
+ permanent: boolean;
3160
+ };
3161
+
3162
+ /** @internal */
3163
+ export const UpdateFirewallConfigRedirect1$outboundSchema: z.ZodType<
3164
+ UpdateFirewallConfigRedirect1$Outbound,
3165
+ z.ZodTypeDef,
3166
+ UpdateFirewallConfigRedirect1
3167
+ > = z.object({
3168
+ location: z.string(),
3169
+ permanent: z.boolean(),
3170
+ });
3171
+
3172
+ /**
3173
+ * @internal
3174
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3175
+ */
3176
+ export namespace UpdateFirewallConfigRedirect1$ {
3177
+ /** @deprecated use `UpdateFirewallConfigRedirect1$inboundSchema` instead. */
3178
+ export const inboundSchema = UpdateFirewallConfigRedirect1$inboundSchema;
3179
+ /** @deprecated use `UpdateFirewallConfigRedirect1$outboundSchema` instead. */
3180
+ export const outboundSchema = UpdateFirewallConfigRedirect1$outboundSchema;
3181
+ /** @deprecated use `UpdateFirewallConfigRedirect1$Outbound` instead. */
3182
+ export type Outbound = UpdateFirewallConfigRedirect1$Outbound;
3183
+ }
3184
+
3185
+ export function updateFirewallConfigRedirect1ToJSON(
3186
+ updateFirewallConfigRedirect1: UpdateFirewallConfigRedirect1,
3187
+ ): string {
3188
+ return JSON.stringify(
3189
+ UpdateFirewallConfigRedirect1$outboundSchema.parse(
3190
+ updateFirewallConfigRedirect1,
3191
+ ),
3192
+ );
3193
+ }
3194
+
3195
+ export function updateFirewallConfigRedirect1FromJSON(
3196
+ jsonString: string,
3197
+ ): SafeParseResult<UpdateFirewallConfigRedirect1, SDKValidationError> {
3198
+ return safeParse(
3199
+ jsonString,
3200
+ (x) => UpdateFirewallConfigRedirect1$inboundSchema.parse(JSON.parse(x)),
3201
+ `Failed to parse 'UpdateFirewallConfigRedirect1' from JSON`,
3202
+ );
3203
+ }
3204
+
3205
+ /** @internal */
3206
+ export const RequestBodyRedirect$inboundSchema: z.ZodType<
3207
+ RequestBodyRedirect,
3208
+ z.ZodTypeDef,
3209
+ unknown
3210
+ > = z.union([
3211
+ z.lazy(() => UpdateFirewallConfigRedirect1$inboundSchema),
3212
+ z.any(),
3213
+ ]);
3214
+
3215
+ /** @internal */
3216
+ export type RequestBodyRedirect$Outbound =
3217
+ | UpdateFirewallConfigRedirect1$Outbound
3218
+ | any;
3219
+
3220
+ /** @internal */
3221
+ export const RequestBodyRedirect$outboundSchema: z.ZodType<
3222
+ RequestBodyRedirect$Outbound,
3223
+ z.ZodTypeDef,
3224
+ RequestBodyRedirect
3225
+ > = z.union([
3226
+ z.lazy(() => UpdateFirewallConfigRedirect1$outboundSchema),
3227
+ z.any(),
3228
+ ]);
3229
+
3230
+ /**
3231
+ * @internal
3232
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3233
+ */
3234
+ export namespace RequestBodyRedirect$ {
3235
+ /** @deprecated use `RequestBodyRedirect$inboundSchema` instead. */
3236
+ export const inboundSchema = RequestBodyRedirect$inboundSchema;
3237
+ /** @deprecated use `RequestBodyRedirect$outboundSchema` instead. */
3238
+ export const outboundSchema = RequestBodyRedirect$outboundSchema;
3239
+ /** @deprecated use `RequestBodyRedirect$Outbound` instead. */
3240
+ export type Outbound = RequestBodyRedirect$Outbound;
3241
+ }
3242
+
3243
+ export function requestBodyRedirectToJSON(
3244
+ requestBodyRedirect: RequestBodyRedirect,
3245
+ ): string {
3246
+ return JSON.stringify(
3247
+ RequestBodyRedirect$outboundSchema.parse(requestBodyRedirect),
3248
+ );
3249
+ }
3250
+
3251
+ export function requestBodyRedirectFromJSON(
3252
+ jsonString: string,
3253
+ ): SafeParseResult<RequestBodyRedirect, SDKValidationError> {
3254
+ return safeParse(
3255
+ jsonString,
3256
+ (x) => RequestBodyRedirect$inboundSchema.parse(JSON.parse(x)),
3257
+ `Failed to parse 'RequestBodyRedirect' from JSON`,
3258
+ );
3259
+ }
3260
+
3261
+ /** @internal */
3262
+ export const RequestBodyMitigate$inboundSchema: z.ZodType<
3263
+ RequestBodyMitigate,
3264
+ z.ZodTypeDef,
3265
+ unknown
3266
+ > = z.object({
3267
+ action:
3268
+ UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$inboundSchema,
3269
+ rateLimit: z.nullable(
3270
+ z.union([
3271
+ z.lazy(() => UpdateFirewallConfigRateLimit1$inboundSchema),
3272
+ z.any(),
3273
+ ]),
3274
+ ).optional(),
3275
+ redirect: z.nullable(
3276
+ z.union([
3277
+ z.lazy(() => UpdateFirewallConfigRedirect1$inboundSchema),
3278
+ z.any(),
3279
+ ]),
3280
+ ).optional(),
3281
+ actionDuration: z.nullable(z.string()).optional(),
3282
+ });
3283
+
3284
+ /** @internal */
3285
+ export type RequestBodyMitigate$Outbound = {
3286
+ action: string;
3287
+ rateLimit?: UpdateFirewallConfigRateLimit1$Outbound | any | null | undefined;
3288
+ redirect?: UpdateFirewallConfigRedirect1$Outbound | any | null | undefined;
3289
+ actionDuration?: string | null | undefined;
3290
+ };
3291
+
3292
+ /** @internal */
3293
+ export const RequestBodyMitigate$outboundSchema: z.ZodType<
3294
+ RequestBodyMitigate$Outbound,
3295
+ z.ZodTypeDef,
3296
+ RequestBodyMitigate
3297
+ > = z.object({
3298
+ action:
3299
+ UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$outboundSchema,
3300
+ rateLimit: z.nullable(
3301
+ z.union([
3302
+ z.lazy(() => UpdateFirewallConfigRateLimit1$outboundSchema),
3303
+ z.any(),
3304
+ ]),
3305
+ ).optional(),
3306
+ redirect: z.nullable(
3307
+ z.union([
3308
+ z.lazy(() => UpdateFirewallConfigRedirect1$outboundSchema),
3309
+ z.any(),
3310
+ ]),
3311
+ ).optional(),
3312
+ actionDuration: z.nullable(z.string()).optional(),
3313
+ });
3314
+
3315
+ /**
3316
+ * @internal
3317
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3318
+ */
3319
+ export namespace RequestBodyMitigate$ {
3320
+ /** @deprecated use `RequestBodyMitigate$inboundSchema` instead. */
3321
+ export const inboundSchema = RequestBodyMitigate$inboundSchema;
3322
+ /** @deprecated use `RequestBodyMitigate$outboundSchema` instead. */
3323
+ export const outboundSchema = RequestBodyMitigate$outboundSchema;
3324
+ /** @deprecated use `RequestBodyMitigate$Outbound` instead. */
3325
+ export type Outbound = RequestBodyMitigate$Outbound;
3326
+ }
3327
+
3328
+ export function requestBodyMitigateToJSON(
3329
+ requestBodyMitigate: RequestBodyMitigate,
3330
+ ): string {
3331
+ return JSON.stringify(
3332
+ RequestBodyMitigate$outboundSchema.parse(requestBodyMitigate),
3333
+ );
3334
+ }
3335
+
3336
+ export function requestBodyMitigateFromJSON(
3337
+ jsonString: string,
3338
+ ): SafeParseResult<RequestBodyMitigate, SDKValidationError> {
3339
+ return safeParse(
3340
+ jsonString,
3341
+ (x) => RequestBodyMitigate$inboundSchema.parse(JSON.parse(x)),
3342
+ `Failed to parse 'RequestBodyMitigate' from JSON`,
3343
+ );
3344
+ }
3345
+
3346
+ /** @internal */
3347
+ export const UpdateFirewallConfigRequestBodySecurityRequest2Action$inboundSchema:
3348
+ z.ZodType<
3349
+ UpdateFirewallConfigRequestBodySecurityRequest2Action,
3350
+ z.ZodTypeDef,
3351
+ unknown
3352
+ > = z.object({
3353
+ mitigate: z.lazy(() => RequestBodyMitigate$inboundSchema).optional(),
3354
+ });
3355
+
3356
+ /** @internal */
3357
+ export type UpdateFirewallConfigRequestBodySecurityRequest2Action$Outbound = {
3358
+ mitigate?: RequestBodyMitigate$Outbound | undefined;
3359
+ };
3360
+
3361
+ /** @internal */
3362
+ export const UpdateFirewallConfigRequestBodySecurityRequest2Action$outboundSchema:
3363
+ z.ZodType<
3364
+ UpdateFirewallConfigRequestBodySecurityRequest2Action$Outbound,
3365
+ z.ZodTypeDef,
3366
+ UpdateFirewallConfigRequestBodySecurityRequest2Action
3367
+ > = z.object({
3368
+ mitigate: z.lazy(() => RequestBodyMitigate$outboundSchema).optional(),
3369
+ });
3370
+
3371
+ /**
3372
+ * @internal
3373
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3374
+ */
3375
+ export namespace UpdateFirewallConfigRequestBodySecurityRequest2Action$ {
3376
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest2Action$inboundSchema` instead. */
3377
+ export const inboundSchema =
3378
+ UpdateFirewallConfigRequestBodySecurityRequest2Action$inboundSchema;
3379
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest2Action$outboundSchema` instead. */
3380
+ export const outboundSchema =
3381
+ UpdateFirewallConfigRequestBodySecurityRequest2Action$outboundSchema;
3382
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest2Action$Outbound` instead. */
3383
+ export type Outbound =
3384
+ UpdateFirewallConfigRequestBodySecurityRequest2Action$Outbound;
3385
+ }
3386
+
3387
+ export function updateFirewallConfigRequestBodySecurityRequest2ActionToJSON(
3388
+ updateFirewallConfigRequestBodySecurityRequest2Action:
3389
+ UpdateFirewallConfigRequestBodySecurityRequest2Action,
3390
+ ): string {
3391
+ return JSON.stringify(
3392
+ UpdateFirewallConfigRequestBodySecurityRequest2Action$outboundSchema.parse(
3393
+ updateFirewallConfigRequestBodySecurityRequest2Action,
3394
+ ),
3395
+ );
3396
+ }
3397
+
3398
+ export function updateFirewallConfigRequestBodySecurityRequest2ActionFromJSON(
3399
+ jsonString: string,
3400
+ ): SafeParseResult<
3401
+ UpdateFirewallConfigRequestBodySecurityRequest2Action,
3402
+ SDKValidationError
3403
+ > {
3404
+ return safeParse(
3405
+ jsonString,
3406
+ (x) =>
3407
+ UpdateFirewallConfigRequestBodySecurityRequest2Action$inboundSchema.parse(
3408
+ JSON.parse(x),
3409
+ ),
3410
+ `Failed to parse 'UpdateFirewallConfigRequestBodySecurityRequest2Action' from JSON`,
3411
+ );
3412
+ }
3413
+
3414
+ /** @internal */
3415
+ export const RequestBodyValue$inboundSchema: z.ZodType<
3416
+ RequestBodyValue,
3417
+ z.ZodTypeDef,
3418
+ unknown
3419
+ > = z.object({
3420
+ name: z.string(),
3421
+ description: z.string().optional(),
3422
+ active: z.boolean(),
3423
+ conditionGroup: z.array(
3424
+ z.lazy(() => RequestBodyConditionGroup$inboundSchema),
3425
+ ),
3426
+ action: z.lazy(() =>
3427
+ UpdateFirewallConfigRequestBodySecurityRequest2Action$inboundSchema
3428
+ ),
3429
+ });
3430
+
3431
+ /** @internal */
3432
+ export type RequestBodyValue$Outbound = {
3433
+ name: string;
3434
+ description?: string | undefined;
3435
+ active: boolean;
3436
+ conditionGroup: Array<RequestBodyConditionGroup$Outbound>;
3437
+ action: UpdateFirewallConfigRequestBodySecurityRequest2Action$Outbound;
3438
+ };
3439
+
3440
+ /** @internal */
3441
+ export const RequestBodyValue$outboundSchema: z.ZodType<
3442
+ RequestBodyValue$Outbound,
3443
+ z.ZodTypeDef,
3444
+ RequestBodyValue
3445
+ > = z.object({
3446
+ name: z.string(),
3447
+ description: z.string().optional(),
3448
+ active: z.boolean(),
3449
+ conditionGroup: z.array(
3450
+ z.lazy(() => RequestBodyConditionGroup$outboundSchema),
3451
+ ),
3452
+ action: z.lazy(() =>
3453
+ UpdateFirewallConfigRequestBodySecurityRequest2Action$outboundSchema
3454
+ ),
3455
+ });
3456
+
3457
+ /**
3458
+ * @internal
3459
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3460
+ */
3461
+ export namespace RequestBodyValue$ {
3462
+ /** @deprecated use `RequestBodyValue$inboundSchema` instead. */
3463
+ export const inboundSchema = RequestBodyValue$inboundSchema;
3464
+ /** @deprecated use `RequestBodyValue$outboundSchema` instead. */
3465
+ export const outboundSchema = RequestBodyValue$outboundSchema;
3466
+ /** @deprecated use `RequestBodyValue$Outbound` instead. */
3467
+ export type Outbound = RequestBodyValue$Outbound;
3468
+ }
3469
+
3470
+ export function requestBodyValueToJSON(
3471
+ requestBodyValue: RequestBodyValue,
3472
+ ): string {
3473
+ return JSON.stringify(
3474
+ RequestBodyValue$outboundSchema.parse(requestBodyValue),
3475
+ );
3476
+ }
3477
+
3478
+ export function requestBodyValueFromJSON(
3479
+ jsonString: string,
3480
+ ): SafeParseResult<RequestBodyValue, SDKValidationError> {
3481
+ return safeParse(
3482
+ jsonString,
3483
+ (x) => RequestBodyValue$inboundSchema.parse(JSON.parse(x)),
3484
+ `Failed to parse 'RequestBodyValue' from JSON`,
3485
+ );
3486
+ }
3487
+
3488
+ /** @internal */
3489
+ export const UpdateFirewallConfigRequestBody2$inboundSchema: z.ZodType<
3490
+ UpdateFirewallConfigRequestBody2,
3491
+ z.ZodTypeDef,
3492
+ unknown
3493
+ > = z.object({
3494
+ action: UpdateFirewallConfigRequestBodyAction$inboundSchema,
3495
+ id: z.nullable(z.any()).optional(),
3496
+ value: z.lazy(() => RequestBodyValue$inboundSchema),
3497
+ });
3498
+
3499
+ /** @internal */
3500
+ export type UpdateFirewallConfigRequestBody2$Outbound = {
3501
+ action: string;
3502
+ id?: any | null | undefined;
3503
+ value: RequestBodyValue$Outbound;
3504
+ };
3505
+
3506
+ /** @internal */
3507
+ export const UpdateFirewallConfigRequestBody2$outboundSchema: z.ZodType<
3508
+ UpdateFirewallConfigRequestBody2$Outbound,
3509
+ z.ZodTypeDef,
3510
+ UpdateFirewallConfigRequestBody2
3511
+ > = z.object({
3512
+ action: UpdateFirewallConfigRequestBodyAction$outboundSchema,
3513
+ id: z.nullable(z.any()).optional(),
3514
+ value: z.lazy(() => RequestBodyValue$outboundSchema),
3515
+ });
3516
+
3517
+ /**
3518
+ * @internal
3519
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3520
+ */
3521
+ export namespace UpdateFirewallConfigRequestBody2$ {
3522
+ /** @deprecated use `UpdateFirewallConfigRequestBody2$inboundSchema` instead. */
3523
+ export const inboundSchema = UpdateFirewallConfigRequestBody2$inboundSchema;
3524
+ /** @deprecated use `UpdateFirewallConfigRequestBody2$outboundSchema` instead. */
3525
+ export const outboundSchema = UpdateFirewallConfigRequestBody2$outboundSchema;
3526
+ /** @deprecated use `UpdateFirewallConfigRequestBody2$Outbound` instead. */
3527
+ export type Outbound = UpdateFirewallConfigRequestBody2$Outbound;
3528
+ }
3529
+
3530
+ export function updateFirewallConfigRequestBody2ToJSON(
3531
+ updateFirewallConfigRequestBody2: UpdateFirewallConfigRequestBody2,
3532
+ ): string {
3533
+ return JSON.stringify(
3534
+ UpdateFirewallConfigRequestBody2$outboundSchema.parse(
3535
+ updateFirewallConfigRequestBody2,
3536
+ ),
3537
+ );
3538
+ }
3539
+
3540
+ export function updateFirewallConfigRequestBody2FromJSON(
3541
+ jsonString: string,
3542
+ ): SafeParseResult<UpdateFirewallConfigRequestBody2, SDKValidationError> {
3543
+ return safeParse(
3544
+ jsonString,
3545
+ (x) => UpdateFirewallConfigRequestBody2$inboundSchema.parse(JSON.parse(x)),
3546
+ `Failed to parse 'UpdateFirewallConfigRequestBody2' from JSON`,
3547
+ );
3548
+ }
3549
+
3550
+ /** @internal */
3551
+ export const RequestBodyAction$inboundSchema: z.ZodNativeEnum<
3552
+ typeof RequestBodyAction
3553
+ > = z.nativeEnum(RequestBodyAction);
3554
+
3555
+ /** @internal */
3556
+ export const RequestBodyAction$outboundSchema: z.ZodNativeEnum<
3557
+ typeof RequestBodyAction
3558
+ > = RequestBodyAction$inboundSchema;
3559
+
3560
+ /**
3561
+ * @internal
3562
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3563
+ */
3564
+ export namespace RequestBodyAction$ {
3565
+ /** @deprecated use `RequestBodyAction$inboundSchema` instead. */
3566
+ export const inboundSchema = RequestBodyAction$inboundSchema;
3567
+ /** @deprecated use `RequestBodyAction$outboundSchema` instead. */
3568
+ export const outboundSchema = RequestBodyAction$outboundSchema;
3569
+ }
3570
+
3571
+ /** @internal */
3572
+ export const UpdateFirewallConfigRequestBody1$inboundSchema: z.ZodType<
3573
+ UpdateFirewallConfigRequestBody1,
3574
+ z.ZodTypeDef,
3575
+ unknown
3576
+ > = z.object({
3577
+ action: RequestBodyAction$inboundSchema,
3578
+ id: z.nullable(z.any()).optional(),
3579
+ value: z.boolean(),
3580
+ });
3581
+
3582
+ /** @internal */
3583
+ export type UpdateFirewallConfigRequestBody1$Outbound = {
3584
+ action: string;
3585
+ id?: any | null | undefined;
3586
+ value: boolean;
3587
+ };
3588
+
3589
+ /** @internal */
3590
+ export const UpdateFirewallConfigRequestBody1$outboundSchema: z.ZodType<
3591
+ UpdateFirewallConfigRequestBody1$Outbound,
3592
+ z.ZodTypeDef,
3593
+ UpdateFirewallConfigRequestBody1
3594
+ > = z.object({
3595
+ action: RequestBodyAction$outboundSchema,
3596
+ id: z.nullable(z.any()).optional(),
3597
+ value: z.boolean(),
3598
+ });
3599
+
3600
+ /**
3601
+ * @internal
3602
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3603
+ */
3604
+ export namespace UpdateFirewallConfigRequestBody1$ {
3605
+ /** @deprecated use `UpdateFirewallConfigRequestBody1$inboundSchema` instead. */
3606
+ export const inboundSchema = UpdateFirewallConfigRequestBody1$inboundSchema;
3607
+ /** @deprecated use `UpdateFirewallConfigRequestBody1$outboundSchema` instead. */
3608
+ export const outboundSchema = UpdateFirewallConfigRequestBody1$outboundSchema;
3609
+ /** @deprecated use `UpdateFirewallConfigRequestBody1$Outbound` instead. */
3610
+ export type Outbound = UpdateFirewallConfigRequestBody1$Outbound;
3611
+ }
3612
+
3613
+ export function updateFirewallConfigRequestBody1ToJSON(
3614
+ updateFirewallConfigRequestBody1: UpdateFirewallConfigRequestBody1,
3615
+ ): string {
3616
+ return JSON.stringify(
3617
+ UpdateFirewallConfigRequestBody1$outboundSchema.parse(
3618
+ updateFirewallConfigRequestBody1,
3619
+ ),
3620
+ );
3621
+ }
3622
+
3623
+ export function updateFirewallConfigRequestBody1FromJSON(
3624
+ jsonString: string,
3625
+ ): SafeParseResult<UpdateFirewallConfigRequestBody1, SDKValidationError> {
3626
+ return safeParse(
3627
+ jsonString,
3628
+ (x) => UpdateFirewallConfigRequestBody1$inboundSchema.parse(JSON.parse(x)),
3629
+ `Failed to parse 'UpdateFirewallConfigRequestBody1' from JSON`,
3630
+ );
3631
+ }
3632
+
3633
+ /** @internal */
3634
+ export const UpdateFirewallConfigRequestBody$inboundSchema: z.ZodType<
3635
+ UpdateFirewallConfigRequestBody,
3636
+ z.ZodTypeDef,
3637
+ unknown
3638
+ > = z.union([
3639
+ z.lazy(() => UpdateFirewallConfigRequestBody1$inboundSchema),
3640
+ z.lazy(() => UpdateFirewallConfigRequestBody2$inboundSchema),
3641
+ z.lazy(() => UpdateFirewallConfigRequestBody3$inboundSchema),
3642
+ z.lazy(() => UpdateFirewallConfigRequestBody4$inboundSchema),
3643
+ z.lazy(() => UpdateFirewallConfigRequestBody5$inboundSchema),
3644
+ z.lazy(() => RequestBody6$inboundSchema),
3645
+ z.lazy(() => RequestBody7$inboundSchema),
3646
+ z.lazy(() => RequestBody8$inboundSchema),
3647
+ z.lazy(() => RequestBody9$inboundSchema),
3648
+ z.lazy(() => RequestBody10$inboundSchema),
3649
+ z.lazy(() => Eleven$inboundSchema),
3650
+ ]);
3651
+
3652
+ /** @internal */
3653
+ export type UpdateFirewallConfigRequestBody$Outbound =
3654
+ | UpdateFirewallConfigRequestBody1$Outbound
3655
+ | UpdateFirewallConfigRequestBody2$Outbound
3656
+ | UpdateFirewallConfigRequestBody3$Outbound
3657
+ | UpdateFirewallConfigRequestBody4$Outbound
3658
+ | UpdateFirewallConfigRequestBody5$Outbound
3659
+ | RequestBody6$Outbound
3660
+ | RequestBody7$Outbound
3661
+ | RequestBody8$Outbound
3662
+ | RequestBody9$Outbound
3663
+ | RequestBody10$Outbound
3664
+ | Eleven$Outbound;
3665
+
3666
+ /** @internal */
3667
+ export const UpdateFirewallConfigRequestBody$outboundSchema: z.ZodType<
3668
+ UpdateFirewallConfigRequestBody$Outbound,
3669
+ z.ZodTypeDef,
3670
+ UpdateFirewallConfigRequestBody
3671
+ > = z.union([
3672
+ z.lazy(() => UpdateFirewallConfigRequestBody1$outboundSchema),
3673
+ z.lazy(() => UpdateFirewallConfigRequestBody2$outboundSchema),
3674
+ z.lazy(() => UpdateFirewallConfigRequestBody3$outboundSchema),
3675
+ z.lazy(() => UpdateFirewallConfigRequestBody4$outboundSchema),
3676
+ z.lazy(() => UpdateFirewallConfigRequestBody5$outboundSchema),
3677
+ z.lazy(() => RequestBody6$outboundSchema),
3678
+ z.lazy(() => RequestBody7$outboundSchema),
3679
+ z.lazy(() => RequestBody8$outboundSchema),
3680
+ z.lazy(() => RequestBody9$outboundSchema),
3681
+ z.lazy(() => RequestBody10$outboundSchema),
3682
+ z.lazy(() => Eleven$outboundSchema),
3683
+ ]);
3684
+
3685
+ /**
3686
+ * @internal
3687
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3688
+ */
3689
+ export namespace UpdateFirewallConfigRequestBody$ {
3690
+ /** @deprecated use `UpdateFirewallConfigRequestBody$inboundSchema` instead. */
3691
+ export const inboundSchema = UpdateFirewallConfigRequestBody$inboundSchema;
3692
+ /** @deprecated use `UpdateFirewallConfigRequestBody$outboundSchema` instead. */
3693
+ export const outboundSchema = UpdateFirewallConfigRequestBody$outboundSchema;
3694
+ /** @deprecated use `UpdateFirewallConfigRequestBody$Outbound` instead. */
3695
+ export type Outbound = UpdateFirewallConfigRequestBody$Outbound;
3696
+ }
3697
+
3698
+ export function updateFirewallConfigRequestBodyToJSON(
3699
+ updateFirewallConfigRequestBody: UpdateFirewallConfigRequestBody,
3700
+ ): string {
3701
+ return JSON.stringify(
3702
+ UpdateFirewallConfigRequestBody$outboundSchema.parse(
3703
+ updateFirewallConfigRequestBody,
3704
+ ),
3705
+ );
3706
+ }
3707
+
3708
+ export function updateFirewallConfigRequestBodyFromJSON(
3709
+ jsonString: string,
3710
+ ): SafeParseResult<UpdateFirewallConfigRequestBody, SDKValidationError> {
3711
+ return safeParse(
3712
+ jsonString,
3713
+ (x) => UpdateFirewallConfigRequestBody$inboundSchema.parse(JSON.parse(x)),
3714
+ `Failed to parse 'UpdateFirewallConfigRequestBody' from JSON`,
3715
+ );
3716
+ }
3717
+
3718
+ /** @internal */
3719
+ export const UpdateFirewallConfigRequest$inboundSchema: z.ZodType<
3720
+ UpdateFirewallConfigRequest,
3721
+ z.ZodTypeDef,
3722
+ unknown
3723
+ > = z.object({
3724
+ projectId: z.string(),
3725
+ teamId: z.string().optional(),
3726
+ slug: z.string().optional(),
3727
+ RequestBody: z.union([
3728
+ z.lazy(() => UpdateFirewallConfigRequestBody1$inboundSchema),
3729
+ z.lazy(() => UpdateFirewallConfigRequestBody2$inboundSchema),
3730
+ z.lazy(() => UpdateFirewallConfigRequestBody3$inboundSchema),
3731
+ z.lazy(() => UpdateFirewallConfigRequestBody4$inboundSchema),
3732
+ z.lazy(() => UpdateFirewallConfigRequestBody5$inboundSchema),
3733
+ z.lazy(() => RequestBody6$inboundSchema),
3734
+ z.lazy(() => RequestBody7$inboundSchema),
3735
+ z.lazy(() => RequestBody8$inboundSchema),
3736
+ z.lazy(() => RequestBody9$inboundSchema),
3737
+ z.lazy(() => RequestBody10$inboundSchema),
3738
+ z.lazy(() => Eleven$inboundSchema),
3739
+ ]).optional(),
3740
+ }).transform((v) => {
3741
+ return remap$(v, {
3742
+ "RequestBody": "requestBody",
3743
+ });
3744
+ });
3745
+
3746
+ /** @internal */
3747
+ export type UpdateFirewallConfigRequest$Outbound = {
3748
+ projectId: string;
3749
+ teamId?: string | undefined;
3750
+ slug?: string | undefined;
3751
+ RequestBody?:
3752
+ | UpdateFirewallConfigRequestBody1$Outbound
3753
+ | UpdateFirewallConfigRequestBody2$Outbound
3754
+ | UpdateFirewallConfigRequestBody3$Outbound
3755
+ | UpdateFirewallConfigRequestBody4$Outbound
3756
+ | UpdateFirewallConfigRequestBody5$Outbound
3757
+ | RequestBody6$Outbound
3758
+ | RequestBody7$Outbound
3759
+ | RequestBody8$Outbound
3760
+ | RequestBody9$Outbound
3761
+ | RequestBody10$Outbound
3762
+ | Eleven$Outbound
3763
+ | undefined;
3764
+ };
3765
+
3766
+ /** @internal */
3767
+ export const UpdateFirewallConfigRequest$outboundSchema: z.ZodType<
3768
+ UpdateFirewallConfigRequest$Outbound,
3769
+ z.ZodTypeDef,
3770
+ UpdateFirewallConfigRequest
3771
+ > = z.object({
3772
+ projectId: z.string(),
3773
+ teamId: z.string().optional(),
3774
+ slug: z.string().optional(),
3775
+ requestBody: z.union([
3776
+ z.lazy(() => UpdateFirewallConfigRequestBody1$outboundSchema),
3777
+ z.lazy(() => UpdateFirewallConfigRequestBody2$outboundSchema),
3778
+ z.lazy(() => UpdateFirewallConfigRequestBody3$outboundSchema),
3779
+ z.lazy(() => UpdateFirewallConfigRequestBody4$outboundSchema),
3780
+ z.lazy(() => UpdateFirewallConfigRequestBody5$outboundSchema),
3781
+ z.lazy(() => RequestBody6$outboundSchema),
3782
+ z.lazy(() => RequestBody7$outboundSchema),
3783
+ z.lazy(() => RequestBody8$outboundSchema),
3784
+ z.lazy(() => RequestBody9$outboundSchema),
3785
+ z.lazy(() => RequestBody10$outboundSchema),
3786
+ z.lazy(() => Eleven$outboundSchema),
3787
+ ]).optional(),
3788
+ }).transform((v) => {
3789
+ return remap$(v, {
3790
+ requestBody: "RequestBody",
3791
+ });
3792
+ });
3793
+
3794
+ /**
3795
+ * @internal
3796
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3797
+ */
3798
+ export namespace UpdateFirewallConfigRequest$ {
3799
+ /** @deprecated use `UpdateFirewallConfigRequest$inboundSchema` instead. */
3800
+ export const inboundSchema = UpdateFirewallConfigRequest$inboundSchema;
3801
+ /** @deprecated use `UpdateFirewallConfigRequest$outboundSchema` instead. */
3802
+ export const outboundSchema = UpdateFirewallConfigRequest$outboundSchema;
3803
+ /** @deprecated use `UpdateFirewallConfigRequest$Outbound` instead. */
3804
+ export type Outbound = UpdateFirewallConfigRequest$Outbound;
3805
+ }
3806
+
3807
+ export function updateFirewallConfigRequestToJSON(
3808
+ updateFirewallConfigRequest: UpdateFirewallConfigRequest,
3809
+ ): string {
3810
+ return JSON.stringify(
3811
+ UpdateFirewallConfigRequest$outboundSchema.parse(
3812
+ updateFirewallConfigRequest,
3813
+ ),
3814
+ );
3815
+ }
3816
+
3817
+ export function updateFirewallConfigRequestFromJSON(
3818
+ jsonString: string,
3819
+ ): SafeParseResult<UpdateFirewallConfigRequest, SDKValidationError> {
3820
+ return safeParse(
3821
+ jsonString,
3822
+ (x) => UpdateFirewallConfigRequest$inboundSchema.parse(JSON.parse(x)),
3823
+ `Failed to parse 'UpdateFirewallConfigRequest' from JSON`,
3824
+ );
3825
+ }
3826
+
3827
+ /** @internal */
3828
+ export const UpdateFirewallConfigResponseBody$inboundSchema: z.ZodType<
3829
+ UpdateFirewallConfigResponseBody,
3830
+ z.ZodTypeDef,
3831
+ unknown
3832
+ > = z.object({});
3833
+
3834
+ /** @internal */
3835
+ export type UpdateFirewallConfigResponseBody$Outbound = {};
3836
+
3837
+ /** @internal */
3838
+ export const UpdateFirewallConfigResponseBody$outboundSchema: z.ZodType<
3839
+ UpdateFirewallConfigResponseBody$Outbound,
3840
+ z.ZodTypeDef,
3841
+ UpdateFirewallConfigResponseBody
3842
+ > = z.object({});
3843
+
3844
+ /**
3845
+ * @internal
3846
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3847
+ */
3848
+ export namespace UpdateFirewallConfigResponseBody$ {
3849
+ /** @deprecated use `UpdateFirewallConfigResponseBody$inboundSchema` instead. */
3850
+ export const inboundSchema = UpdateFirewallConfigResponseBody$inboundSchema;
3851
+ /** @deprecated use `UpdateFirewallConfigResponseBody$outboundSchema` instead. */
3852
+ export const outboundSchema = UpdateFirewallConfigResponseBody$outboundSchema;
3853
+ /** @deprecated use `UpdateFirewallConfigResponseBody$Outbound` instead. */
3854
+ export type Outbound = UpdateFirewallConfigResponseBody$Outbound;
3855
+ }
3856
+
3857
+ export function updateFirewallConfigResponseBodyToJSON(
3858
+ updateFirewallConfigResponseBody: UpdateFirewallConfigResponseBody,
3859
+ ): string {
3860
+ return JSON.stringify(
3861
+ UpdateFirewallConfigResponseBody$outboundSchema.parse(
3862
+ updateFirewallConfigResponseBody,
3863
+ ),
3864
+ );
3865
+ }
3866
+
3867
+ export function updateFirewallConfigResponseBodyFromJSON(
3868
+ jsonString: string,
3869
+ ): SafeParseResult<UpdateFirewallConfigResponseBody, SDKValidationError> {
3870
+ return safeParse(
3871
+ jsonString,
3872
+ (x) => UpdateFirewallConfigResponseBody$inboundSchema.parse(JSON.parse(x)),
3873
+ `Failed to parse 'UpdateFirewallConfigResponseBody' from JSON`,
3874
+ );
3875
+ }