@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,2486 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ import { ClosedEnum } from "../../types/enums.js";
8
+ import { Result as SafeParseResult } from "../../types/fp.js";
9
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
10
+
11
+ export type GetFirewallConfigRequest = {
12
+ projectId: string;
13
+ /**
14
+ * The Team identifier to perform the request on behalf of.
15
+ */
16
+ teamId?: string | undefined;
17
+ /**
18
+ * The Team slug to perform the request on behalf of.
19
+ */
20
+ slug?: string | undefined;
21
+ /**
22
+ * The deployed configVersion for the firewall configuration
23
+ */
24
+ configVersion: string;
25
+ };
26
+
27
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction =
28
+ {
29
+ Deny: "deny",
30
+ Log: "log",
31
+ } as const;
32
+ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction =
33
+ ClosedEnum<
34
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction
35
+ >;
36
+
37
+ export type GetFirewallConfigSd = {
38
+ active: boolean;
39
+ action:
40
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction;
41
+ };
42
+
43
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction =
44
+ {
45
+ Deny: "deny",
46
+ Log: "log",
47
+ } as const;
48
+ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction =
49
+ ClosedEnum<
50
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction
51
+ >;
52
+
53
+ export type GetFirewallConfigMa = {
54
+ active: boolean;
55
+ action:
56
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction;
57
+ };
58
+
59
+ export const GetFirewallConfigSecurityResponseAction = {
60
+ Deny: "deny",
61
+ Log: "log",
62
+ } as const;
63
+ export type GetFirewallConfigSecurityResponseAction = ClosedEnum<
64
+ typeof GetFirewallConfigSecurityResponseAction
65
+ >;
66
+
67
+ export type GetFirewallConfigLfi = {
68
+ active: boolean;
69
+ action: GetFirewallConfigSecurityResponseAction;
70
+ };
71
+
72
+ export const GetFirewallConfigSecurityResponse200Action = {
73
+ Deny: "deny",
74
+ Log: "log",
75
+ } as const;
76
+ export type GetFirewallConfigSecurityResponse200Action = ClosedEnum<
77
+ typeof GetFirewallConfigSecurityResponse200Action
78
+ >;
79
+
80
+ export type GetFirewallConfigRfi = {
81
+ active: boolean;
82
+ action: GetFirewallConfigSecurityResponse200Action;
83
+ };
84
+
85
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONAction = {
86
+ Deny: "deny",
87
+ Log: "log",
88
+ } as const;
89
+ export type GetFirewallConfigSecurityResponse200ApplicationJSONAction =
90
+ ClosedEnum<typeof GetFirewallConfigSecurityResponse200ApplicationJSONAction>;
91
+
92
+ export type GetFirewallConfigRce = {
93
+ active: boolean;
94
+ action: GetFirewallConfigSecurityResponse200ApplicationJSONAction;
95
+ };
96
+
97
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction =
98
+ {
99
+ Deny: "deny",
100
+ Log: "log",
101
+ } as const;
102
+ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction =
103
+ ClosedEnum<
104
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction
105
+ >;
106
+
107
+ export type GetFirewallConfigPhp = {
108
+ active: boolean;
109
+ action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction;
110
+ };
111
+
112
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction =
113
+ {
114
+ Deny: "deny",
115
+ Log: "log",
116
+ } as const;
117
+ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction =
118
+ ClosedEnum<
119
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction
120
+ >;
121
+
122
+ export type GetFirewallConfigGen = {
123
+ active: boolean;
124
+ action:
125
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction;
126
+ };
127
+
128
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction =
129
+ {
130
+ Deny: "deny",
131
+ Log: "log",
132
+ } as const;
133
+ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction =
134
+ ClosedEnum<
135
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction
136
+ >;
137
+
138
+ export type GetFirewallConfigXss = {
139
+ active: boolean;
140
+ action:
141
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction;
142
+ };
143
+
144
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction =
145
+ {
146
+ Deny: "deny",
147
+ Log: "log",
148
+ } as const;
149
+ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction =
150
+ ClosedEnum<
151
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction
152
+ >;
153
+
154
+ export type GetFirewallConfigSqli = {
155
+ active: boolean;
156
+ action:
157
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction;
158
+ };
159
+
160
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction =
161
+ {
162
+ Deny: "deny",
163
+ Log: "log",
164
+ } as const;
165
+ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction =
166
+ ClosedEnum<
167
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction
168
+ >;
169
+
170
+ export type GetFirewallConfigSf = {
171
+ active: boolean;
172
+ action:
173
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction;
174
+ };
175
+
176
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction =
177
+ {
178
+ Deny: "deny",
179
+ Log: "log",
180
+ } as const;
181
+ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction =
182
+ ClosedEnum<
183
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction
184
+ >;
185
+
186
+ export type GetFirewallConfigJava = {
187
+ active: boolean;
188
+ action:
189
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction;
190
+ };
191
+
192
+ export type GetFirewallConfigCrs = {
193
+ sd: GetFirewallConfigSd;
194
+ ma: GetFirewallConfigMa;
195
+ lfi: GetFirewallConfigLfi;
196
+ rfi: GetFirewallConfigRfi;
197
+ rce: GetFirewallConfigRce;
198
+ php: GetFirewallConfigPhp;
199
+ gen: GetFirewallConfigGen;
200
+ xss: GetFirewallConfigXss;
201
+ sqli: GetFirewallConfigSqli;
202
+ sf: GetFirewallConfigSf;
203
+ java: GetFirewallConfigJava;
204
+ };
205
+
206
+ export const GetFirewallConfigType = {
207
+ Host: "host",
208
+ Path: "path",
209
+ Method: "method",
210
+ Header: "header",
211
+ Query: "query",
212
+ Cookie: "cookie",
213
+ TargetPath: "target_path",
214
+ IpAddress: "ip_address",
215
+ Protocol: "protocol",
216
+ Region: "region",
217
+ Scheme: "scheme",
218
+ Environment: "environment",
219
+ UserAgent: "user_agent",
220
+ GeoContinent: "geo_continent",
221
+ GeoCountry: "geo_country",
222
+ GeoCountryRegion: "geo_country_region",
223
+ GeoCity: "geo_city",
224
+ GeoAsNumber: "geo_as_number",
225
+ Ja4Digest: "ja4_digest",
226
+ Ja3Digest: "ja3_digest",
227
+ RateLimitApiId: "rate_limit_api_id",
228
+ } as const;
229
+ export type GetFirewallConfigType = ClosedEnum<typeof GetFirewallConfigType>;
230
+
231
+ export const GetFirewallConfigOp = {
232
+ Re: "re",
233
+ Eq: "eq",
234
+ Ex: "ex",
235
+ Inc: "inc",
236
+ Pre: "pre",
237
+ Suf: "suf",
238
+ Sub: "sub",
239
+ Gt: "gt",
240
+ Gte: "gte",
241
+ Lt: "lt",
242
+ Lte: "lte",
243
+ Nex: "nex",
244
+ Ninc: "ninc",
245
+ Neq: "neq",
246
+ } as const;
247
+ export type GetFirewallConfigOp = ClosedEnum<typeof GetFirewallConfigOp>;
248
+
249
+ export type GetFirewallConfigValue = string | number | Array<string>;
250
+
251
+ export type GetFirewallConfigConditions = {
252
+ type: GetFirewallConfigType;
253
+ op: GetFirewallConfigOp;
254
+ neg?: boolean | undefined;
255
+ key?: string | undefined;
256
+ value?: string | number | Array<string> | undefined;
257
+ };
258
+
259
+ export type GetFirewallConfigConditionGroup = {
260
+ conditions: Array<GetFirewallConfigConditions>;
261
+ };
262
+
263
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction =
264
+ {
265
+ Deny: "deny",
266
+ Log: "log",
267
+ Challenge: "challenge",
268
+ Bypass: "bypass",
269
+ RateLimit: "rate_limit",
270
+ Redirect: "redirect",
271
+ } as const;
272
+ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction =
273
+ ClosedEnum<
274
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction
275
+ >;
276
+
277
+ export const GetFirewallConfigAlgo = {
278
+ FixedWindow: "fixed_window",
279
+ TokenBucket: "token_bucket",
280
+ } as const;
281
+ export type GetFirewallConfigAlgo = ClosedEnum<typeof GetFirewallConfigAlgo>;
282
+
283
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction =
284
+ {
285
+ Deny: "deny",
286
+ Log: "log",
287
+ Challenge: "challenge",
288
+ RateLimit: "rate_limit",
289
+ } as const;
290
+ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction =
291
+ ClosedEnum<
292
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction
293
+ >;
294
+
295
+ export type GetFirewallConfigRateLimit = {
296
+ algo: GetFirewallConfigAlgo;
297
+ window: number;
298
+ limit: number;
299
+ keys: Array<string>;
300
+ action?:
301
+ | GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction
302
+ | null
303
+ | undefined;
304
+ };
305
+
306
+ export type GetFirewallConfigRedirect = {
307
+ location: string;
308
+ permanent: boolean;
309
+ };
310
+
311
+ export type GetFirewallConfigMitigate = {
312
+ action:
313
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction;
314
+ rateLimit?: GetFirewallConfigRateLimit | null | undefined;
315
+ redirect?: GetFirewallConfigRedirect | null | undefined;
316
+ actionDuration?: string | null | undefined;
317
+ };
318
+
319
+ export type GetFirewallConfigAction = {
320
+ mitigate?: GetFirewallConfigMitigate | undefined;
321
+ };
322
+
323
+ export type GetFirewallConfigRules = {
324
+ id: string;
325
+ name: string;
326
+ description?: string | undefined;
327
+ active: boolean;
328
+ conditionGroup: Array<GetFirewallConfigConditionGroup>;
329
+ action: GetFirewallConfigAction;
330
+ };
331
+
332
+ export const GetFirewallConfigSecurityAction = {
333
+ Deny: "deny",
334
+ Log: "log",
335
+ Challenge: "challenge",
336
+ Bypass: "bypass",
337
+ } as const;
338
+ export type GetFirewallConfigSecurityAction = ClosedEnum<
339
+ typeof GetFirewallConfigSecurityAction
340
+ >;
341
+
342
+ export type GetFirewallConfigIps = {
343
+ id: string;
344
+ hostname: string;
345
+ ip: string;
346
+ notes?: string | undefined;
347
+ action: GetFirewallConfigSecurityAction;
348
+ };
349
+
350
+ export type Changes = {};
351
+
352
+ export type GetFirewallConfigOwasp = {
353
+ active: boolean;
354
+ updatedAt?: string | undefined;
355
+ userId?: string | undefined;
356
+ username?: string | undefined;
357
+ };
358
+
359
+ export type VerifiedBotsBypass = {
360
+ active: boolean;
361
+ updatedAt?: string | undefined;
362
+ userId?: string | undefined;
363
+ username?: string | undefined;
364
+ };
365
+
366
+ export type GetFirewallConfigManagedRules = {
367
+ owasp?: GetFirewallConfigOwasp | undefined;
368
+ verifiedBotsBypass?: VerifiedBotsBypass | undefined;
369
+ };
370
+
371
+ export type GetFirewallConfigResponseBody = {
372
+ ownerId: string;
373
+ projectKey: string;
374
+ id: string;
375
+ version: number;
376
+ updatedAt: string;
377
+ firewallEnabled: boolean;
378
+ crs: GetFirewallConfigCrs;
379
+ rules: Array<GetFirewallConfigRules>;
380
+ ips: Array<GetFirewallConfigIps>;
381
+ changes: Array<Changes>;
382
+ managedRules?: GetFirewallConfigManagedRules | undefined;
383
+ };
384
+
385
+ /** @internal */
386
+ export const GetFirewallConfigRequest$inboundSchema: z.ZodType<
387
+ GetFirewallConfigRequest,
388
+ z.ZodTypeDef,
389
+ unknown
390
+ > = z.object({
391
+ projectId: z.string(),
392
+ teamId: z.string().optional(),
393
+ slug: z.string().optional(),
394
+ configVersion: z.string(),
395
+ });
396
+
397
+ /** @internal */
398
+ export type GetFirewallConfigRequest$Outbound = {
399
+ projectId: string;
400
+ teamId?: string | undefined;
401
+ slug?: string | undefined;
402
+ configVersion: string;
403
+ };
404
+
405
+ /** @internal */
406
+ export const GetFirewallConfigRequest$outboundSchema: z.ZodType<
407
+ GetFirewallConfigRequest$Outbound,
408
+ z.ZodTypeDef,
409
+ GetFirewallConfigRequest
410
+ > = z.object({
411
+ projectId: z.string(),
412
+ teamId: z.string().optional(),
413
+ slug: z.string().optional(),
414
+ configVersion: z.string(),
415
+ });
416
+
417
+ /**
418
+ * @internal
419
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
420
+ */
421
+ export namespace GetFirewallConfigRequest$ {
422
+ /** @deprecated use `GetFirewallConfigRequest$inboundSchema` instead. */
423
+ export const inboundSchema = GetFirewallConfigRequest$inboundSchema;
424
+ /** @deprecated use `GetFirewallConfigRequest$outboundSchema` instead. */
425
+ export const outboundSchema = GetFirewallConfigRequest$outboundSchema;
426
+ /** @deprecated use `GetFirewallConfigRequest$Outbound` instead. */
427
+ export type Outbound = GetFirewallConfigRequest$Outbound;
428
+ }
429
+
430
+ export function getFirewallConfigRequestToJSON(
431
+ getFirewallConfigRequest: GetFirewallConfigRequest,
432
+ ): string {
433
+ return JSON.stringify(
434
+ GetFirewallConfigRequest$outboundSchema.parse(getFirewallConfigRequest),
435
+ );
436
+ }
437
+
438
+ export function getFirewallConfigRequestFromJSON(
439
+ jsonString: string,
440
+ ): SafeParseResult<GetFirewallConfigRequest, SDKValidationError> {
441
+ return safeParse(
442
+ jsonString,
443
+ (x) => GetFirewallConfigRequest$inboundSchema.parse(JSON.parse(x)),
444
+ `Failed to parse 'GetFirewallConfigRequest' from JSON`,
445
+ );
446
+ }
447
+
448
+ /** @internal */
449
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$inboundSchema:
450
+ z.ZodNativeEnum<
451
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction
452
+ > = z.nativeEnum(
453
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction,
454
+ );
455
+
456
+ /** @internal */
457
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$outboundSchema:
458
+ z.ZodNativeEnum<
459
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction
460
+ > =
461
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$inboundSchema;
462
+
463
+ /**
464
+ * @internal
465
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
466
+ */
467
+ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$ {
468
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$inboundSchema` instead. */
469
+ export const inboundSchema =
470
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$inboundSchema;
471
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$outboundSchema` instead. */
472
+ export const outboundSchema =
473
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$outboundSchema;
474
+ }
475
+
476
+ /** @internal */
477
+ export const GetFirewallConfigSd$inboundSchema: z.ZodType<
478
+ GetFirewallConfigSd,
479
+ z.ZodTypeDef,
480
+ unknown
481
+ > = z.object({
482
+ active: z.boolean(),
483
+ action:
484
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$inboundSchema,
485
+ });
486
+
487
+ /** @internal */
488
+ export type GetFirewallConfigSd$Outbound = {
489
+ active: boolean;
490
+ action: string;
491
+ };
492
+
493
+ /** @internal */
494
+ export const GetFirewallConfigSd$outboundSchema: z.ZodType<
495
+ GetFirewallConfigSd$Outbound,
496
+ z.ZodTypeDef,
497
+ GetFirewallConfigSd
498
+ > = z.object({
499
+ active: z.boolean(),
500
+ action:
501
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$outboundSchema,
502
+ });
503
+
504
+ /**
505
+ * @internal
506
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
507
+ */
508
+ export namespace GetFirewallConfigSd$ {
509
+ /** @deprecated use `GetFirewallConfigSd$inboundSchema` instead. */
510
+ export const inboundSchema = GetFirewallConfigSd$inboundSchema;
511
+ /** @deprecated use `GetFirewallConfigSd$outboundSchema` instead. */
512
+ export const outboundSchema = GetFirewallConfigSd$outboundSchema;
513
+ /** @deprecated use `GetFirewallConfigSd$Outbound` instead. */
514
+ export type Outbound = GetFirewallConfigSd$Outbound;
515
+ }
516
+
517
+ export function getFirewallConfigSdToJSON(
518
+ getFirewallConfigSd: GetFirewallConfigSd,
519
+ ): string {
520
+ return JSON.stringify(
521
+ GetFirewallConfigSd$outboundSchema.parse(getFirewallConfigSd),
522
+ );
523
+ }
524
+
525
+ export function getFirewallConfigSdFromJSON(
526
+ jsonString: string,
527
+ ): SafeParseResult<GetFirewallConfigSd, SDKValidationError> {
528
+ return safeParse(
529
+ jsonString,
530
+ (x) => GetFirewallConfigSd$inboundSchema.parse(JSON.parse(x)),
531
+ `Failed to parse 'GetFirewallConfigSd' from JSON`,
532
+ );
533
+ }
534
+
535
+ /** @internal */
536
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$inboundSchema:
537
+ z.ZodNativeEnum<
538
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction
539
+ > = z.nativeEnum(
540
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction,
541
+ );
542
+
543
+ /** @internal */
544
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$outboundSchema:
545
+ z.ZodNativeEnum<
546
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction
547
+ > =
548
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$inboundSchema;
549
+
550
+ /**
551
+ * @internal
552
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
553
+ */
554
+ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$ {
555
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$inboundSchema` instead. */
556
+ export const inboundSchema =
557
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$inboundSchema;
558
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$outboundSchema` instead. */
559
+ export const outboundSchema =
560
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$outboundSchema;
561
+ }
562
+
563
+ /** @internal */
564
+ export const GetFirewallConfigMa$inboundSchema: z.ZodType<
565
+ GetFirewallConfigMa,
566
+ z.ZodTypeDef,
567
+ unknown
568
+ > = z.object({
569
+ active: z.boolean(),
570
+ action:
571
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$inboundSchema,
572
+ });
573
+
574
+ /** @internal */
575
+ export type GetFirewallConfigMa$Outbound = {
576
+ active: boolean;
577
+ action: string;
578
+ };
579
+
580
+ /** @internal */
581
+ export const GetFirewallConfigMa$outboundSchema: z.ZodType<
582
+ GetFirewallConfigMa$Outbound,
583
+ z.ZodTypeDef,
584
+ GetFirewallConfigMa
585
+ > = z.object({
586
+ active: z.boolean(),
587
+ action:
588
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$outboundSchema,
589
+ });
590
+
591
+ /**
592
+ * @internal
593
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
594
+ */
595
+ export namespace GetFirewallConfigMa$ {
596
+ /** @deprecated use `GetFirewallConfigMa$inboundSchema` instead. */
597
+ export const inboundSchema = GetFirewallConfigMa$inboundSchema;
598
+ /** @deprecated use `GetFirewallConfigMa$outboundSchema` instead. */
599
+ export const outboundSchema = GetFirewallConfigMa$outboundSchema;
600
+ /** @deprecated use `GetFirewallConfigMa$Outbound` instead. */
601
+ export type Outbound = GetFirewallConfigMa$Outbound;
602
+ }
603
+
604
+ export function getFirewallConfigMaToJSON(
605
+ getFirewallConfigMa: GetFirewallConfigMa,
606
+ ): string {
607
+ return JSON.stringify(
608
+ GetFirewallConfigMa$outboundSchema.parse(getFirewallConfigMa),
609
+ );
610
+ }
611
+
612
+ export function getFirewallConfigMaFromJSON(
613
+ jsonString: string,
614
+ ): SafeParseResult<GetFirewallConfigMa, SDKValidationError> {
615
+ return safeParse(
616
+ jsonString,
617
+ (x) => GetFirewallConfigMa$inboundSchema.parse(JSON.parse(x)),
618
+ `Failed to parse 'GetFirewallConfigMa' from JSON`,
619
+ );
620
+ }
621
+
622
+ /** @internal */
623
+ export const GetFirewallConfigSecurityResponseAction$inboundSchema:
624
+ z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponseAction> = z
625
+ .nativeEnum(GetFirewallConfigSecurityResponseAction);
626
+
627
+ /** @internal */
628
+ export const GetFirewallConfigSecurityResponseAction$outboundSchema:
629
+ z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponseAction> =
630
+ GetFirewallConfigSecurityResponseAction$inboundSchema;
631
+
632
+ /**
633
+ * @internal
634
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
635
+ */
636
+ export namespace GetFirewallConfigSecurityResponseAction$ {
637
+ /** @deprecated use `GetFirewallConfigSecurityResponseAction$inboundSchema` instead. */
638
+ export const inboundSchema =
639
+ GetFirewallConfigSecurityResponseAction$inboundSchema;
640
+ /** @deprecated use `GetFirewallConfigSecurityResponseAction$outboundSchema` instead. */
641
+ export const outboundSchema =
642
+ GetFirewallConfigSecurityResponseAction$outboundSchema;
643
+ }
644
+
645
+ /** @internal */
646
+ export const GetFirewallConfigLfi$inboundSchema: z.ZodType<
647
+ GetFirewallConfigLfi,
648
+ z.ZodTypeDef,
649
+ unknown
650
+ > = z.object({
651
+ active: z.boolean(),
652
+ action: GetFirewallConfigSecurityResponseAction$inboundSchema,
653
+ });
654
+
655
+ /** @internal */
656
+ export type GetFirewallConfigLfi$Outbound = {
657
+ active: boolean;
658
+ action: string;
659
+ };
660
+
661
+ /** @internal */
662
+ export const GetFirewallConfigLfi$outboundSchema: z.ZodType<
663
+ GetFirewallConfigLfi$Outbound,
664
+ z.ZodTypeDef,
665
+ GetFirewallConfigLfi
666
+ > = z.object({
667
+ active: z.boolean(),
668
+ action: GetFirewallConfigSecurityResponseAction$outboundSchema,
669
+ });
670
+
671
+ /**
672
+ * @internal
673
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
674
+ */
675
+ export namespace GetFirewallConfigLfi$ {
676
+ /** @deprecated use `GetFirewallConfigLfi$inboundSchema` instead. */
677
+ export const inboundSchema = GetFirewallConfigLfi$inboundSchema;
678
+ /** @deprecated use `GetFirewallConfigLfi$outboundSchema` instead. */
679
+ export const outboundSchema = GetFirewallConfigLfi$outboundSchema;
680
+ /** @deprecated use `GetFirewallConfigLfi$Outbound` instead. */
681
+ export type Outbound = GetFirewallConfigLfi$Outbound;
682
+ }
683
+
684
+ export function getFirewallConfigLfiToJSON(
685
+ getFirewallConfigLfi: GetFirewallConfigLfi,
686
+ ): string {
687
+ return JSON.stringify(
688
+ GetFirewallConfigLfi$outboundSchema.parse(getFirewallConfigLfi),
689
+ );
690
+ }
691
+
692
+ export function getFirewallConfigLfiFromJSON(
693
+ jsonString: string,
694
+ ): SafeParseResult<GetFirewallConfigLfi, SDKValidationError> {
695
+ return safeParse(
696
+ jsonString,
697
+ (x) => GetFirewallConfigLfi$inboundSchema.parse(JSON.parse(x)),
698
+ `Failed to parse 'GetFirewallConfigLfi' from JSON`,
699
+ );
700
+ }
701
+
702
+ /** @internal */
703
+ export const GetFirewallConfigSecurityResponse200Action$inboundSchema:
704
+ z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponse200Action> = z
705
+ .nativeEnum(GetFirewallConfigSecurityResponse200Action);
706
+
707
+ /** @internal */
708
+ export const GetFirewallConfigSecurityResponse200Action$outboundSchema:
709
+ z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponse200Action> =
710
+ GetFirewallConfigSecurityResponse200Action$inboundSchema;
711
+
712
+ /**
713
+ * @internal
714
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
715
+ */
716
+ export namespace GetFirewallConfigSecurityResponse200Action$ {
717
+ /** @deprecated use `GetFirewallConfigSecurityResponse200Action$inboundSchema` instead. */
718
+ export const inboundSchema =
719
+ GetFirewallConfigSecurityResponse200Action$inboundSchema;
720
+ /** @deprecated use `GetFirewallConfigSecurityResponse200Action$outboundSchema` instead. */
721
+ export const outboundSchema =
722
+ GetFirewallConfigSecurityResponse200Action$outboundSchema;
723
+ }
724
+
725
+ /** @internal */
726
+ export const GetFirewallConfigRfi$inboundSchema: z.ZodType<
727
+ GetFirewallConfigRfi,
728
+ z.ZodTypeDef,
729
+ unknown
730
+ > = z.object({
731
+ active: z.boolean(),
732
+ action: GetFirewallConfigSecurityResponse200Action$inboundSchema,
733
+ });
734
+
735
+ /** @internal */
736
+ export type GetFirewallConfigRfi$Outbound = {
737
+ active: boolean;
738
+ action: string;
739
+ };
740
+
741
+ /** @internal */
742
+ export const GetFirewallConfigRfi$outboundSchema: z.ZodType<
743
+ GetFirewallConfigRfi$Outbound,
744
+ z.ZodTypeDef,
745
+ GetFirewallConfigRfi
746
+ > = z.object({
747
+ active: z.boolean(),
748
+ action: GetFirewallConfigSecurityResponse200Action$outboundSchema,
749
+ });
750
+
751
+ /**
752
+ * @internal
753
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
754
+ */
755
+ export namespace GetFirewallConfigRfi$ {
756
+ /** @deprecated use `GetFirewallConfigRfi$inboundSchema` instead. */
757
+ export const inboundSchema = GetFirewallConfigRfi$inboundSchema;
758
+ /** @deprecated use `GetFirewallConfigRfi$outboundSchema` instead. */
759
+ export const outboundSchema = GetFirewallConfigRfi$outboundSchema;
760
+ /** @deprecated use `GetFirewallConfigRfi$Outbound` instead. */
761
+ export type Outbound = GetFirewallConfigRfi$Outbound;
762
+ }
763
+
764
+ export function getFirewallConfigRfiToJSON(
765
+ getFirewallConfigRfi: GetFirewallConfigRfi,
766
+ ): string {
767
+ return JSON.stringify(
768
+ GetFirewallConfigRfi$outboundSchema.parse(getFirewallConfigRfi),
769
+ );
770
+ }
771
+
772
+ export function getFirewallConfigRfiFromJSON(
773
+ jsonString: string,
774
+ ): SafeParseResult<GetFirewallConfigRfi, SDKValidationError> {
775
+ return safeParse(
776
+ jsonString,
777
+ (x) => GetFirewallConfigRfi$inboundSchema.parse(JSON.parse(x)),
778
+ `Failed to parse 'GetFirewallConfigRfi' from JSON`,
779
+ );
780
+ }
781
+
782
+ /** @internal */
783
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema:
784
+ z.ZodNativeEnum<
785
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONAction
786
+ > = z.nativeEnum(GetFirewallConfigSecurityResponse200ApplicationJSONAction);
787
+
788
+ /** @internal */
789
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema:
790
+ z.ZodNativeEnum<
791
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONAction
792
+ > = GetFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema;
793
+
794
+ /**
795
+ * @internal
796
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
797
+ */
798
+ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONAction$ {
799
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema` instead. */
800
+ export const inboundSchema =
801
+ GetFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema;
802
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema` instead. */
803
+ export const outboundSchema =
804
+ GetFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema;
805
+ }
806
+
807
+ /** @internal */
808
+ export const GetFirewallConfigRce$inboundSchema: z.ZodType<
809
+ GetFirewallConfigRce,
810
+ z.ZodTypeDef,
811
+ unknown
812
+ > = z.object({
813
+ active: z.boolean(),
814
+ action:
815
+ GetFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema,
816
+ });
817
+
818
+ /** @internal */
819
+ export type GetFirewallConfigRce$Outbound = {
820
+ active: boolean;
821
+ action: string;
822
+ };
823
+
824
+ /** @internal */
825
+ export const GetFirewallConfigRce$outboundSchema: z.ZodType<
826
+ GetFirewallConfigRce$Outbound,
827
+ z.ZodTypeDef,
828
+ GetFirewallConfigRce
829
+ > = z.object({
830
+ active: z.boolean(),
831
+ action:
832
+ GetFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema,
833
+ });
834
+
835
+ /**
836
+ * @internal
837
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
838
+ */
839
+ export namespace GetFirewallConfigRce$ {
840
+ /** @deprecated use `GetFirewallConfigRce$inboundSchema` instead. */
841
+ export const inboundSchema = GetFirewallConfigRce$inboundSchema;
842
+ /** @deprecated use `GetFirewallConfigRce$outboundSchema` instead. */
843
+ export const outboundSchema = GetFirewallConfigRce$outboundSchema;
844
+ /** @deprecated use `GetFirewallConfigRce$Outbound` instead. */
845
+ export type Outbound = GetFirewallConfigRce$Outbound;
846
+ }
847
+
848
+ export function getFirewallConfigRceToJSON(
849
+ getFirewallConfigRce: GetFirewallConfigRce,
850
+ ): string {
851
+ return JSON.stringify(
852
+ GetFirewallConfigRce$outboundSchema.parse(getFirewallConfigRce),
853
+ );
854
+ }
855
+
856
+ export function getFirewallConfigRceFromJSON(
857
+ jsonString: string,
858
+ ): SafeParseResult<GetFirewallConfigRce, SDKValidationError> {
859
+ return safeParse(
860
+ jsonString,
861
+ (x) => GetFirewallConfigRce$inboundSchema.parse(JSON.parse(x)),
862
+ `Failed to parse 'GetFirewallConfigRce' from JSON`,
863
+ );
864
+ }
865
+
866
+ /** @internal */
867
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema:
868
+ z.ZodNativeEnum<
869
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction
870
+ > = z.nativeEnum(
871
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction,
872
+ );
873
+
874
+ /** @internal */
875
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema:
876
+ z.ZodNativeEnum<
877
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction
878
+ > =
879
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema;
880
+
881
+ /**
882
+ * @internal
883
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
884
+ */
885
+ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$ {
886
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema` instead. */
887
+ export const inboundSchema =
888
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema;
889
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema` instead. */
890
+ export const outboundSchema =
891
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema;
892
+ }
893
+
894
+ /** @internal */
895
+ export const GetFirewallConfigPhp$inboundSchema: z.ZodType<
896
+ GetFirewallConfigPhp,
897
+ z.ZodTypeDef,
898
+ unknown
899
+ > = z.object({
900
+ active: z.boolean(),
901
+ action:
902
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema,
903
+ });
904
+
905
+ /** @internal */
906
+ export type GetFirewallConfigPhp$Outbound = {
907
+ active: boolean;
908
+ action: string;
909
+ };
910
+
911
+ /** @internal */
912
+ export const GetFirewallConfigPhp$outboundSchema: z.ZodType<
913
+ GetFirewallConfigPhp$Outbound,
914
+ z.ZodTypeDef,
915
+ GetFirewallConfigPhp
916
+ > = z.object({
917
+ active: z.boolean(),
918
+ action:
919
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema,
920
+ });
921
+
922
+ /**
923
+ * @internal
924
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
925
+ */
926
+ export namespace GetFirewallConfigPhp$ {
927
+ /** @deprecated use `GetFirewallConfigPhp$inboundSchema` instead. */
928
+ export const inboundSchema = GetFirewallConfigPhp$inboundSchema;
929
+ /** @deprecated use `GetFirewallConfigPhp$outboundSchema` instead. */
930
+ export const outboundSchema = GetFirewallConfigPhp$outboundSchema;
931
+ /** @deprecated use `GetFirewallConfigPhp$Outbound` instead. */
932
+ export type Outbound = GetFirewallConfigPhp$Outbound;
933
+ }
934
+
935
+ export function getFirewallConfigPhpToJSON(
936
+ getFirewallConfigPhp: GetFirewallConfigPhp,
937
+ ): string {
938
+ return JSON.stringify(
939
+ GetFirewallConfigPhp$outboundSchema.parse(getFirewallConfigPhp),
940
+ );
941
+ }
942
+
943
+ export function getFirewallConfigPhpFromJSON(
944
+ jsonString: string,
945
+ ): SafeParseResult<GetFirewallConfigPhp, SDKValidationError> {
946
+ return safeParse(
947
+ jsonString,
948
+ (x) => GetFirewallConfigPhp$inboundSchema.parse(JSON.parse(x)),
949
+ `Failed to parse 'GetFirewallConfigPhp' from JSON`,
950
+ );
951
+ }
952
+
953
+ /** @internal */
954
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$inboundSchema:
955
+ z.ZodNativeEnum<
956
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction
957
+ > = z.nativeEnum(
958
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction,
959
+ );
960
+
961
+ /** @internal */
962
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$outboundSchema:
963
+ z.ZodNativeEnum<
964
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction
965
+ > =
966
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$inboundSchema;
967
+
968
+ /**
969
+ * @internal
970
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
971
+ */
972
+ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$ {
973
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$inboundSchema` instead. */
974
+ export const inboundSchema =
975
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$inboundSchema;
976
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$outboundSchema` instead. */
977
+ export const outboundSchema =
978
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$outboundSchema;
979
+ }
980
+
981
+ /** @internal */
982
+ export const GetFirewallConfigGen$inboundSchema: z.ZodType<
983
+ GetFirewallConfigGen,
984
+ z.ZodTypeDef,
985
+ unknown
986
+ > = z.object({
987
+ active: z.boolean(),
988
+ action:
989
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$inboundSchema,
990
+ });
991
+
992
+ /** @internal */
993
+ export type GetFirewallConfigGen$Outbound = {
994
+ active: boolean;
995
+ action: string;
996
+ };
997
+
998
+ /** @internal */
999
+ export const GetFirewallConfigGen$outboundSchema: z.ZodType<
1000
+ GetFirewallConfigGen$Outbound,
1001
+ z.ZodTypeDef,
1002
+ GetFirewallConfigGen
1003
+ > = z.object({
1004
+ active: z.boolean(),
1005
+ action:
1006
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$outboundSchema,
1007
+ });
1008
+
1009
+ /**
1010
+ * @internal
1011
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1012
+ */
1013
+ export namespace GetFirewallConfigGen$ {
1014
+ /** @deprecated use `GetFirewallConfigGen$inboundSchema` instead. */
1015
+ export const inboundSchema = GetFirewallConfigGen$inboundSchema;
1016
+ /** @deprecated use `GetFirewallConfigGen$outboundSchema` instead. */
1017
+ export const outboundSchema = GetFirewallConfigGen$outboundSchema;
1018
+ /** @deprecated use `GetFirewallConfigGen$Outbound` instead. */
1019
+ export type Outbound = GetFirewallConfigGen$Outbound;
1020
+ }
1021
+
1022
+ export function getFirewallConfigGenToJSON(
1023
+ getFirewallConfigGen: GetFirewallConfigGen,
1024
+ ): string {
1025
+ return JSON.stringify(
1026
+ GetFirewallConfigGen$outboundSchema.parse(getFirewallConfigGen),
1027
+ );
1028
+ }
1029
+
1030
+ export function getFirewallConfigGenFromJSON(
1031
+ jsonString: string,
1032
+ ): SafeParseResult<GetFirewallConfigGen, SDKValidationError> {
1033
+ return safeParse(
1034
+ jsonString,
1035
+ (x) => GetFirewallConfigGen$inboundSchema.parse(JSON.parse(x)),
1036
+ `Failed to parse 'GetFirewallConfigGen' from JSON`,
1037
+ );
1038
+ }
1039
+
1040
+ /** @internal */
1041
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$inboundSchema:
1042
+ z.ZodNativeEnum<
1043
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction
1044
+ > = z.nativeEnum(
1045
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction,
1046
+ );
1047
+
1048
+ /** @internal */
1049
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$outboundSchema:
1050
+ z.ZodNativeEnum<
1051
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction
1052
+ > =
1053
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$inboundSchema;
1054
+
1055
+ /**
1056
+ * @internal
1057
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1058
+ */
1059
+ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$ {
1060
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$inboundSchema` instead. */
1061
+ export const inboundSchema =
1062
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$inboundSchema;
1063
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$outboundSchema` instead. */
1064
+ export const outboundSchema =
1065
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$outboundSchema;
1066
+ }
1067
+
1068
+ /** @internal */
1069
+ export const GetFirewallConfigXss$inboundSchema: z.ZodType<
1070
+ GetFirewallConfigXss,
1071
+ z.ZodTypeDef,
1072
+ unknown
1073
+ > = z.object({
1074
+ active: z.boolean(),
1075
+ action:
1076
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$inboundSchema,
1077
+ });
1078
+
1079
+ /** @internal */
1080
+ export type GetFirewallConfigXss$Outbound = {
1081
+ active: boolean;
1082
+ action: string;
1083
+ };
1084
+
1085
+ /** @internal */
1086
+ export const GetFirewallConfigXss$outboundSchema: z.ZodType<
1087
+ GetFirewallConfigXss$Outbound,
1088
+ z.ZodTypeDef,
1089
+ GetFirewallConfigXss
1090
+ > = z.object({
1091
+ active: z.boolean(),
1092
+ action:
1093
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$outboundSchema,
1094
+ });
1095
+
1096
+ /**
1097
+ * @internal
1098
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1099
+ */
1100
+ export namespace GetFirewallConfigXss$ {
1101
+ /** @deprecated use `GetFirewallConfigXss$inboundSchema` instead. */
1102
+ export const inboundSchema = GetFirewallConfigXss$inboundSchema;
1103
+ /** @deprecated use `GetFirewallConfigXss$outboundSchema` instead. */
1104
+ export const outboundSchema = GetFirewallConfigXss$outboundSchema;
1105
+ /** @deprecated use `GetFirewallConfigXss$Outbound` instead. */
1106
+ export type Outbound = GetFirewallConfigXss$Outbound;
1107
+ }
1108
+
1109
+ export function getFirewallConfigXssToJSON(
1110
+ getFirewallConfigXss: GetFirewallConfigXss,
1111
+ ): string {
1112
+ return JSON.stringify(
1113
+ GetFirewallConfigXss$outboundSchema.parse(getFirewallConfigXss),
1114
+ );
1115
+ }
1116
+
1117
+ export function getFirewallConfigXssFromJSON(
1118
+ jsonString: string,
1119
+ ): SafeParseResult<GetFirewallConfigXss, SDKValidationError> {
1120
+ return safeParse(
1121
+ jsonString,
1122
+ (x) => GetFirewallConfigXss$inboundSchema.parse(JSON.parse(x)),
1123
+ `Failed to parse 'GetFirewallConfigXss' from JSON`,
1124
+ );
1125
+ }
1126
+
1127
+ /** @internal */
1128
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$inboundSchema:
1129
+ z.ZodNativeEnum<
1130
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction
1131
+ > = z.nativeEnum(
1132
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction,
1133
+ );
1134
+
1135
+ /** @internal */
1136
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$outboundSchema:
1137
+ z.ZodNativeEnum<
1138
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction
1139
+ > =
1140
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$inboundSchema;
1141
+
1142
+ /**
1143
+ * @internal
1144
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1145
+ */
1146
+ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$ {
1147
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$inboundSchema` instead. */
1148
+ export const inboundSchema =
1149
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$inboundSchema;
1150
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$outboundSchema` instead. */
1151
+ export const outboundSchema =
1152
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$outboundSchema;
1153
+ }
1154
+
1155
+ /** @internal */
1156
+ export const GetFirewallConfigSqli$inboundSchema: z.ZodType<
1157
+ GetFirewallConfigSqli,
1158
+ z.ZodTypeDef,
1159
+ unknown
1160
+ > = z.object({
1161
+ active: z.boolean(),
1162
+ action:
1163
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$inboundSchema,
1164
+ });
1165
+
1166
+ /** @internal */
1167
+ export type GetFirewallConfigSqli$Outbound = {
1168
+ active: boolean;
1169
+ action: string;
1170
+ };
1171
+
1172
+ /** @internal */
1173
+ export const GetFirewallConfigSqli$outboundSchema: z.ZodType<
1174
+ GetFirewallConfigSqli$Outbound,
1175
+ z.ZodTypeDef,
1176
+ GetFirewallConfigSqli
1177
+ > = z.object({
1178
+ active: z.boolean(),
1179
+ action:
1180
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$outboundSchema,
1181
+ });
1182
+
1183
+ /**
1184
+ * @internal
1185
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1186
+ */
1187
+ export namespace GetFirewallConfigSqli$ {
1188
+ /** @deprecated use `GetFirewallConfigSqli$inboundSchema` instead. */
1189
+ export const inboundSchema = GetFirewallConfigSqli$inboundSchema;
1190
+ /** @deprecated use `GetFirewallConfigSqli$outboundSchema` instead. */
1191
+ export const outboundSchema = GetFirewallConfigSqli$outboundSchema;
1192
+ /** @deprecated use `GetFirewallConfigSqli$Outbound` instead. */
1193
+ export type Outbound = GetFirewallConfigSqli$Outbound;
1194
+ }
1195
+
1196
+ export function getFirewallConfigSqliToJSON(
1197
+ getFirewallConfigSqli: GetFirewallConfigSqli,
1198
+ ): string {
1199
+ return JSON.stringify(
1200
+ GetFirewallConfigSqli$outboundSchema.parse(getFirewallConfigSqli),
1201
+ );
1202
+ }
1203
+
1204
+ export function getFirewallConfigSqliFromJSON(
1205
+ jsonString: string,
1206
+ ): SafeParseResult<GetFirewallConfigSqli, SDKValidationError> {
1207
+ return safeParse(
1208
+ jsonString,
1209
+ (x) => GetFirewallConfigSqli$inboundSchema.parse(JSON.parse(x)),
1210
+ `Failed to parse 'GetFirewallConfigSqli' from JSON`,
1211
+ );
1212
+ }
1213
+
1214
+ /** @internal */
1215
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$inboundSchema:
1216
+ z.ZodNativeEnum<
1217
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction
1218
+ > = z.nativeEnum(
1219
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction,
1220
+ );
1221
+
1222
+ /** @internal */
1223
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$outboundSchema:
1224
+ z.ZodNativeEnum<
1225
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction
1226
+ > =
1227
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$inboundSchema;
1228
+
1229
+ /**
1230
+ * @internal
1231
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1232
+ */
1233
+ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$ {
1234
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$inboundSchema` instead. */
1235
+ export const inboundSchema =
1236
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$inboundSchema;
1237
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$outboundSchema` instead. */
1238
+ export const outboundSchema =
1239
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$outboundSchema;
1240
+ }
1241
+
1242
+ /** @internal */
1243
+ export const GetFirewallConfigSf$inboundSchema: z.ZodType<
1244
+ GetFirewallConfigSf,
1245
+ z.ZodTypeDef,
1246
+ unknown
1247
+ > = z.object({
1248
+ active: z.boolean(),
1249
+ action:
1250
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$inboundSchema,
1251
+ });
1252
+
1253
+ /** @internal */
1254
+ export type GetFirewallConfigSf$Outbound = {
1255
+ active: boolean;
1256
+ action: string;
1257
+ };
1258
+
1259
+ /** @internal */
1260
+ export const GetFirewallConfigSf$outboundSchema: z.ZodType<
1261
+ GetFirewallConfigSf$Outbound,
1262
+ z.ZodTypeDef,
1263
+ GetFirewallConfigSf
1264
+ > = z.object({
1265
+ active: z.boolean(),
1266
+ action:
1267
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$outboundSchema,
1268
+ });
1269
+
1270
+ /**
1271
+ * @internal
1272
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1273
+ */
1274
+ export namespace GetFirewallConfigSf$ {
1275
+ /** @deprecated use `GetFirewallConfigSf$inboundSchema` instead. */
1276
+ export const inboundSchema = GetFirewallConfigSf$inboundSchema;
1277
+ /** @deprecated use `GetFirewallConfigSf$outboundSchema` instead. */
1278
+ export const outboundSchema = GetFirewallConfigSf$outboundSchema;
1279
+ /** @deprecated use `GetFirewallConfigSf$Outbound` instead. */
1280
+ export type Outbound = GetFirewallConfigSf$Outbound;
1281
+ }
1282
+
1283
+ export function getFirewallConfigSfToJSON(
1284
+ getFirewallConfigSf: GetFirewallConfigSf,
1285
+ ): string {
1286
+ return JSON.stringify(
1287
+ GetFirewallConfigSf$outboundSchema.parse(getFirewallConfigSf),
1288
+ );
1289
+ }
1290
+
1291
+ export function getFirewallConfigSfFromJSON(
1292
+ jsonString: string,
1293
+ ): SafeParseResult<GetFirewallConfigSf, SDKValidationError> {
1294
+ return safeParse(
1295
+ jsonString,
1296
+ (x) => GetFirewallConfigSf$inboundSchema.parse(JSON.parse(x)),
1297
+ `Failed to parse 'GetFirewallConfigSf' from JSON`,
1298
+ );
1299
+ }
1300
+
1301
+ /** @internal */
1302
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$inboundSchema:
1303
+ z.ZodNativeEnum<
1304
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction
1305
+ > = z.nativeEnum(
1306
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction,
1307
+ );
1308
+
1309
+ /** @internal */
1310
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$outboundSchema:
1311
+ z.ZodNativeEnum<
1312
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction
1313
+ > =
1314
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$inboundSchema;
1315
+
1316
+ /**
1317
+ * @internal
1318
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1319
+ */
1320
+ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$ {
1321
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$inboundSchema` instead. */
1322
+ export const inboundSchema =
1323
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$inboundSchema;
1324
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$outboundSchema` instead. */
1325
+ export const outboundSchema =
1326
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$outboundSchema;
1327
+ }
1328
+
1329
+ /** @internal */
1330
+ export const GetFirewallConfigJava$inboundSchema: z.ZodType<
1331
+ GetFirewallConfigJava,
1332
+ z.ZodTypeDef,
1333
+ unknown
1334
+ > = z.object({
1335
+ active: z.boolean(),
1336
+ action:
1337
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$inboundSchema,
1338
+ });
1339
+
1340
+ /** @internal */
1341
+ export type GetFirewallConfigJava$Outbound = {
1342
+ active: boolean;
1343
+ action: string;
1344
+ };
1345
+
1346
+ /** @internal */
1347
+ export const GetFirewallConfigJava$outboundSchema: z.ZodType<
1348
+ GetFirewallConfigJava$Outbound,
1349
+ z.ZodTypeDef,
1350
+ GetFirewallConfigJava
1351
+ > = z.object({
1352
+ active: z.boolean(),
1353
+ action:
1354
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$outboundSchema,
1355
+ });
1356
+
1357
+ /**
1358
+ * @internal
1359
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1360
+ */
1361
+ export namespace GetFirewallConfigJava$ {
1362
+ /** @deprecated use `GetFirewallConfigJava$inboundSchema` instead. */
1363
+ export const inboundSchema = GetFirewallConfigJava$inboundSchema;
1364
+ /** @deprecated use `GetFirewallConfigJava$outboundSchema` instead. */
1365
+ export const outboundSchema = GetFirewallConfigJava$outboundSchema;
1366
+ /** @deprecated use `GetFirewallConfigJava$Outbound` instead. */
1367
+ export type Outbound = GetFirewallConfigJava$Outbound;
1368
+ }
1369
+
1370
+ export function getFirewallConfigJavaToJSON(
1371
+ getFirewallConfigJava: GetFirewallConfigJava,
1372
+ ): string {
1373
+ return JSON.stringify(
1374
+ GetFirewallConfigJava$outboundSchema.parse(getFirewallConfigJava),
1375
+ );
1376
+ }
1377
+
1378
+ export function getFirewallConfigJavaFromJSON(
1379
+ jsonString: string,
1380
+ ): SafeParseResult<GetFirewallConfigJava, SDKValidationError> {
1381
+ return safeParse(
1382
+ jsonString,
1383
+ (x) => GetFirewallConfigJava$inboundSchema.parse(JSON.parse(x)),
1384
+ `Failed to parse 'GetFirewallConfigJava' from JSON`,
1385
+ );
1386
+ }
1387
+
1388
+ /** @internal */
1389
+ export const GetFirewallConfigCrs$inboundSchema: z.ZodType<
1390
+ GetFirewallConfigCrs,
1391
+ z.ZodTypeDef,
1392
+ unknown
1393
+ > = z.object({
1394
+ sd: z.lazy(() => GetFirewallConfigSd$inboundSchema),
1395
+ ma: z.lazy(() => GetFirewallConfigMa$inboundSchema),
1396
+ lfi: z.lazy(() => GetFirewallConfigLfi$inboundSchema),
1397
+ rfi: z.lazy(() => GetFirewallConfigRfi$inboundSchema),
1398
+ rce: z.lazy(() => GetFirewallConfigRce$inboundSchema),
1399
+ php: z.lazy(() => GetFirewallConfigPhp$inboundSchema),
1400
+ gen: z.lazy(() => GetFirewallConfigGen$inboundSchema),
1401
+ xss: z.lazy(() => GetFirewallConfigXss$inboundSchema),
1402
+ sqli: z.lazy(() => GetFirewallConfigSqli$inboundSchema),
1403
+ sf: z.lazy(() => GetFirewallConfigSf$inboundSchema),
1404
+ java: z.lazy(() => GetFirewallConfigJava$inboundSchema),
1405
+ });
1406
+
1407
+ /** @internal */
1408
+ export type GetFirewallConfigCrs$Outbound = {
1409
+ sd: GetFirewallConfigSd$Outbound;
1410
+ ma: GetFirewallConfigMa$Outbound;
1411
+ lfi: GetFirewallConfigLfi$Outbound;
1412
+ rfi: GetFirewallConfigRfi$Outbound;
1413
+ rce: GetFirewallConfigRce$Outbound;
1414
+ php: GetFirewallConfigPhp$Outbound;
1415
+ gen: GetFirewallConfigGen$Outbound;
1416
+ xss: GetFirewallConfigXss$Outbound;
1417
+ sqli: GetFirewallConfigSqli$Outbound;
1418
+ sf: GetFirewallConfigSf$Outbound;
1419
+ java: GetFirewallConfigJava$Outbound;
1420
+ };
1421
+
1422
+ /** @internal */
1423
+ export const GetFirewallConfigCrs$outboundSchema: z.ZodType<
1424
+ GetFirewallConfigCrs$Outbound,
1425
+ z.ZodTypeDef,
1426
+ GetFirewallConfigCrs
1427
+ > = z.object({
1428
+ sd: z.lazy(() => GetFirewallConfigSd$outboundSchema),
1429
+ ma: z.lazy(() => GetFirewallConfigMa$outboundSchema),
1430
+ lfi: z.lazy(() => GetFirewallConfigLfi$outboundSchema),
1431
+ rfi: z.lazy(() => GetFirewallConfigRfi$outboundSchema),
1432
+ rce: z.lazy(() => GetFirewallConfigRce$outboundSchema),
1433
+ php: z.lazy(() => GetFirewallConfigPhp$outboundSchema),
1434
+ gen: z.lazy(() => GetFirewallConfigGen$outboundSchema),
1435
+ xss: z.lazy(() => GetFirewallConfigXss$outboundSchema),
1436
+ sqli: z.lazy(() => GetFirewallConfigSqli$outboundSchema),
1437
+ sf: z.lazy(() => GetFirewallConfigSf$outboundSchema),
1438
+ java: z.lazy(() => GetFirewallConfigJava$outboundSchema),
1439
+ });
1440
+
1441
+ /**
1442
+ * @internal
1443
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1444
+ */
1445
+ export namespace GetFirewallConfigCrs$ {
1446
+ /** @deprecated use `GetFirewallConfigCrs$inboundSchema` instead. */
1447
+ export const inboundSchema = GetFirewallConfigCrs$inboundSchema;
1448
+ /** @deprecated use `GetFirewallConfigCrs$outboundSchema` instead. */
1449
+ export const outboundSchema = GetFirewallConfigCrs$outboundSchema;
1450
+ /** @deprecated use `GetFirewallConfigCrs$Outbound` instead. */
1451
+ export type Outbound = GetFirewallConfigCrs$Outbound;
1452
+ }
1453
+
1454
+ export function getFirewallConfigCrsToJSON(
1455
+ getFirewallConfigCrs: GetFirewallConfigCrs,
1456
+ ): string {
1457
+ return JSON.stringify(
1458
+ GetFirewallConfigCrs$outboundSchema.parse(getFirewallConfigCrs),
1459
+ );
1460
+ }
1461
+
1462
+ export function getFirewallConfigCrsFromJSON(
1463
+ jsonString: string,
1464
+ ): SafeParseResult<GetFirewallConfigCrs, SDKValidationError> {
1465
+ return safeParse(
1466
+ jsonString,
1467
+ (x) => GetFirewallConfigCrs$inboundSchema.parse(JSON.parse(x)),
1468
+ `Failed to parse 'GetFirewallConfigCrs' from JSON`,
1469
+ );
1470
+ }
1471
+
1472
+ /** @internal */
1473
+ export const GetFirewallConfigType$inboundSchema: z.ZodNativeEnum<
1474
+ typeof GetFirewallConfigType
1475
+ > = z.nativeEnum(GetFirewallConfigType);
1476
+
1477
+ /** @internal */
1478
+ export const GetFirewallConfigType$outboundSchema: z.ZodNativeEnum<
1479
+ typeof GetFirewallConfigType
1480
+ > = GetFirewallConfigType$inboundSchema;
1481
+
1482
+ /**
1483
+ * @internal
1484
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1485
+ */
1486
+ export namespace GetFirewallConfigType$ {
1487
+ /** @deprecated use `GetFirewallConfigType$inboundSchema` instead. */
1488
+ export const inboundSchema = GetFirewallConfigType$inboundSchema;
1489
+ /** @deprecated use `GetFirewallConfigType$outboundSchema` instead. */
1490
+ export const outboundSchema = GetFirewallConfigType$outboundSchema;
1491
+ }
1492
+
1493
+ /** @internal */
1494
+ export const GetFirewallConfigOp$inboundSchema: z.ZodNativeEnum<
1495
+ typeof GetFirewallConfigOp
1496
+ > = z.nativeEnum(GetFirewallConfigOp);
1497
+
1498
+ /** @internal */
1499
+ export const GetFirewallConfigOp$outboundSchema: z.ZodNativeEnum<
1500
+ typeof GetFirewallConfigOp
1501
+ > = GetFirewallConfigOp$inboundSchema;
1502
+
1503
+ /**
1504
+ * @internal
1505
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1506
+ */
1507
+ export namespace GetFirewallConfigOp$ {
1508
+ /** @deprecated use `GetFirewallConfigOp$inboundSchema` instead. */
1509
+ export const inboundSchema = GetFirewallConfigOp$inboundSchema;
1510
+ /** @deprecated use `GetFirewallConfigOp$outboundSchema` instead. */
1511
+ export const outboundSchema = GetFirewallConfigOp$outboundSchema;
1512
+ }
1513
+
1514
+ /** @internal */
1515
+ export const GetFirewallConfigValue$inboundSchema: z.ZodType<
1516
+ GetFirewallConfigValue,
1517
+ z.ZodTypeDef,
1518
+ unknown
1519
+ > = z.union([z.string(), z.number(), z.array(z.string())]);
1520
+
1521
+ /** @internal */
1522
+ export type GetFirewallConfigValue$Outbound = string | number | Array<string>;
1523
+
1524
+ /** @internal */
1525
+ export const GetFirewallConfigValue$outboundSchema: z.ZodType<
1526
+ GetFirewallConfigValue$Outbound,
1527
+ z.ZodTypeDef,
1528
+ GetFirewallConfigValue
1529
+ > = z.union([z.string(), z.number(), z.array(z.string())]);
1530
+
1531
+ /**
1532
+ * @internal
1533
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1534
+ */
1535
+ export namespace GetFirewallConfigValue$ {
1536
+ /** @deprecated use `GetFirewallConfigValue$inboundSchema` instead. */
1537
+ export const inboundSchema = GetFirewallConfigValue$inboundSchema;
1538
+ /** @deprecated use `GetFirewallConfigValue$outboundSchema` instead. */
1539
+ export const outboundSchema = GetFirewallConfigValue$outboundSchema;
1540
+ /** @deprecated use `GetFirewallConfigValue$Outbound` instead. */
1541
+ export type Outbound = GetFirewallConfigValue$Outbound;
1542
+ }
1543
+
1544
+ export function getFirewallConfigValueToJSON(
1545
+ getFirewallConfigValue: GetFirewallConfigValue,
1546
+ ): string {
1547
+ return JSON.stringify(
1548
+ GetFirewallConfigValue$outboundSchema.parse(getFirewallConfigValue),
1549
+ );
1550
+ }
1551
+
1552
+ export function getFirewallConfigValueFromJSON(
1553
+ jsonString: string,
1554
+ ): SafeParseResult<GetFirewallConfigValue, SDKValidationError> {
1555
+ return safeParse(
1556
+ jsonString,
1557
+ (x) => GetFirewallConfigValue$inboundSchema.parse(JSON.parse(x)),
1558
+ `Failed to parse 'GetFirewallConfigValue' from JSON`,
1559
+ );
1560
+ }
1561
+
1562
+ /** @internal */
1563
+ export const GetFirewallConfigConditions$inboundSchema: z.ZodType<
1564
+ GetFirewallConfigConditions,
1565
+ z.ZodTypeDef,
1566
+ unknown
1567
+ > = z.object({
1568
+ type: GetFirewallConfigType$inboundSchema,
1569
+ op: GetFirewallConfigOp$inboundSchema,
1570
+ neg: z.boolean().optional(),
1571
+ key: z.string().optional(),
1572
+ value: z.union([z.string(), z.number(), z.array(z.string())]).optional(),
1573
+ });
1574
+
1575
+ /** @internal */
1576
+ export type GetFirewallConfigConditions$Outbound = {
1577
+ type: string;
1578
+ op: string;
1579
+ neg?: boolean | undefined;
1580
+ key?: string | undefined;
1581
+ value?: string | number | Array<string> | undefined;
1582
+ };
1583
+
1584
+ /** @internal */
1585
+ export const GetFirewallConfigConditions$outboundSchema: z.ZodType<
1586
+ GetFirewallConfigConditions$Outbound,
1587
+ z.ZodTypeDef,
1588
+ GetFirewallConfigConditions
1589
+ > = z.object({
1590
+ type: GetFirewallConfigType$outboundSchema,
1591
+ op: GetFirewallConfigOp$outboundSchema,
1592
+ neg: z.boolean().optional(),
1593
+ key: z.string().optional(),
1594
+ value: z.union([z.string(), z.number(), z.array(z.string())]).optional(),
1595
+ });
1596
+
1597
+ /**
1598
+ * @internal
1599
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1600
+ */
1601
+ export namespace GetFirewallConfigConditions$ {
1602
+ /** @deprecated use `GetFirewallConfigConditions$inboundSchema` instead. */
1603
+ export const inboundSchema = GetFirewallConfigConditions$inboundSchema;
1604
+ /** @deprecated use `GetFirewallConfigConditions$outboundSchema` instead. */
1605
+ export const outboundSchema = GetFirewallConfigConditions$outboundSchema;
1606
+ /** @deprecated use `GetFirewallConfigConditions$Outbound` instead. */
1607
+ export type Outbound = GetFirewallConfigConditions$Outbound;
1608
+ }
1609
+
1610
+ export function getFirewallConfigConditionsToJSON(
1611
+ getFirewallConfigConditions: GetFirewallConfigConditions,
1612
+ ): string {
1613
+ return JSON.stringify(
1614
+ GetFirewallConfigConditions$outboundSchema.parse(
1615
+ getFirewallConfigConditions,
1616
+ ),
1617
+ );
1618
+ }
1619
+
1620
+ export function getFirewallConfigConditionsFromJSON(
1621
+ jsonString: string,
1622
+ ): SafeParseResult<GetFirewallConfigConditions, SDKValidationError> {
1623
+ return safeParse(
1624
+ jsonString,
1625
+ (x) => GetFirewallConfigConditions$inboundSchema.parse(JSON.parse(x)),
1626
+ `Failed to parse 'GetFirewallConfigConditions' from JSON`,
1627
+ );
1628
+ }
1629
+
1630
+ /** @internal */
1631
+ export const GetFirewallConfigConditionGroup$inboundSchema: z.ZodType<
1632
+ GetFirewallConfigConditionGroup,
1633
+ z.ZodTypeDef,
1634
+ unknown
1635
+ > = z.object({
1636
+ conditions: z.array(z.lazy(() => GetFirewallConfigConditions$inboundSchema)),
1637
+ });
1638
+
1639
+ /** @internal */
1640
+ export type GetFirewallConfigConditionGroup$Outbound = {
1641
+ conditions: Array<GetFirewallConfigConditions$Outbound>;
1642
+ };
1643
+
1644
+ /** @internal */
1645
+ export const GetFirewallConfigConditionGroup$outboundSchema: z.ZodType<
1646
+ GetFirewallConfigConditionGroup$Outbound,
1647
+ z.ZodTypeDef,
1648
+ GetFirewallConfigConditionGroup
1649
+ > = z.object({
1650
+ conditions: z.array(z.lazy(() => GetFirewallConfigConditions$outboundSchema)),
1651
+ });
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 GetFirewallConfigConditionGroup$ {
1658
+ /** @deprecated use `GetFirewallConfigConditionGroup$inboundSchema` instead. */
1659
+ export const inboundSchema = GetFirewallConfigConditionGroup$inboundSchema;
1660
+ /** @deprecated use `GetFirewallConfigConditionGroup$outboundSchema` instead. */
1661
+ export const outboundSchema = GetFirewallConfigConditionGroup$outboundSchema;
1662
+ /** @deprecated use `GetFirewallConfigConditionGroup$Outbound` instead. */
1663
+ export type Outbound = GetFirewallConfigConditionGroup$Outbound;
1664
+ }
1665
+
1666
+ export function getFirewallConfigConditionGroupToJSON(
1667
+ getFirewallConfigConditionGroup: GetFirewallConfigConditionGroup,
1668
+ ): string {
1669
+ return JSON.stringify(
1670
+ GetFirewallConfigConditionGroup$outboundSchema.parse(
1671
+ getFirewallConfigConditionGroup,
1672
+ ),
1673
+ );
1674
+ }
1675
+
1676
+ export function getFirewallConfigConditionGroupFromJSON(
1677
+ jsonString: string,
1678
+ ): SafeParseResult<GetFirewallConfigConditionGroup, SDKValidationError> {
1679
+ return safeParse(
1680
+ jsonString,
1681
+ (x) => GetFirewallConfigConditionGroup$inboundSchema.parse(JSON.parse(x)),
1682
+ `Failed to parse 'GetFirewallConfigConditionGroup' from JSON`,
1683
+ );
1684
+ }
1685
+
1686
+ /** @internal */
1687
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$inboundSchema:
1688
+ z.ZodNativeEnum<
1689
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction
1690
+ > = z.nativeEnum(
1691
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction,
1692
+ );
1693
+
1694
+ /** @internal */
1695
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$outboundSchema:
1696
+ z.ZodNativeEnum<
1697
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction
1698
+ > =
1699
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$inboundSchema;
1700
+
1701
+ /**
1702
+ * @internal
1703
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1704
+ */
1705
+ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$ {
1706
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$inboundSchema` instead. */
1707
+ export const inboundSchema =
1708
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$inboundSchema;
1709
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$outboundSchema` instead. */
1710
+ export const outboundSchema =
1711
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$outboundSchema;
1712
+ }
1713
+
1714
+ /** @internal */
1715
+ export const GetFirewallConfigAlgo$inboundSchema: z.ZodNativeEnum<
1716
+ typeof GetFirewallConfigAlgo
1717
+ > = z.nativeEnum(GetFirewallConfigAlgo);
1718
+
1719
+ /** @internal */
1720
+ export const GetFirewallConfigAlgo$outboundSchema: z.ZodNativeEnum<
1721
+ typeof GetFirewallConfigAlgo
1722
+ > = GetFirewallConfigAlgo$inboundSchema;
1723
+
1724
+ /**
1725
+ * @internal
1726
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1727
+ */
1728
+ export namespace GetFirewallConfigAlgo$ {
1729
+ /** @deprecated use `GetFirewallConfigAlgo$inboundSchema` instead. */
1730
+ export const inboundSchema = GetFirewallConfigAlgo$inboundSchema;
1731
+ /** @deprecated use `GetFirewallConfigAlgo$outboundSchema` instead. */
1732
+ export const outboundSchema = GetFirewallConfigAlgo$outboundSchema;
1733
+ }
1734
+
1735
+ /** @internal */
1736
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$inboundSchema:
1737
+ z.ZodNativeEnum<
1738
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction
1739
+ > = z.nativeEnum(
1740
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction,
1741
+ );
1742
+
1743
+ /** @internal */
1744
+ export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$outboundSchema:
1745
+ z.ZodNativeEnum<
1746
+ typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction
1747
+ > =
1748
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$inboundSchema;
1749
+
1750
+ /**
1751
+ * @internal
1752
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1753
+ */
1754
+ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$ {
1755
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$inboundSchema` instead. */
1756
+ export const inboundSchema =
1757
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$inboundSchema;
1758
+ /** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$outboundSchema` instead. */
1759
+ export const outboundSchema =
1760
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$outboundSchema;
1761
+ }
1762
+
1763
+ /** @internal */
1764
+ export const GetFirewallConfigRateLimit$inboundSchema: z.ZodType<
1765
+ GetFirewallConfigRateLimit,
1766
+ z.ZodTypeDef,
1767
+ unknown
1768
+ > = z.object({
1769
+ algo: GetFirewallConfigAlgo$inboundSchema,
1770
+ window: z.number(),
1771
+ limit: z.number(),
1772
+ keys: z.array(z.string()),
1773
+ action: z.nullable(
1774
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$inboundSchema,
1775
+ ).optional(),
1776
+ });
1777
+
1778
+ /** @internal */
1779
+ export type GetFirewallConfigRateLimit$Outbound = {
1780
+ algo: string;
1781
+ window: number;
1782
+ limit: number;
1783
+ keys: Array<string>;
1784
+ action?: string | null | undefined;
1785
+ };
1786
+
1787
+ /** @internal */
1788
+ export const GetFirewallConfigRateLimit$outboundSchema: z.ZodType<
1789
+ GetFirewallConfigRateLimit$Outbound,
1790
+ z.ZodTypeDef,
1791
+ GetFirewallConfigRateLimit
1792
+ > = z.object({
1793
+ algo: GetFirewallConfigAlgo$outboundSchema,
1794
+ window: z.number(),
1795
+ limit: z.number(),
1796
+ keys: z.array(z.string()),
1797
+ action: z.nullable(
1798
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesActionAction$outboundSchema,
1799
+ ).optional(),
1800
+ });
1801
+
1802
+ /**
1803
+ * @internal
1804
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1805
+ */
1806
+ export namespace GetFirewallConfigRateLimit$ {
1807
+ /** @deprecated use `GetFirewallConfigRateLimit$inboundSchema` instead. */
1808
+ export const inboundSchema = GetFirewallConfigRateLimit$inboundSchema;
1809
+ /** @deprecated use `GetFirewallConfigRateLimit$outboundSchema` instead. */
1810
+ export const outboundSchema = GetFirewallConfigRateLimit$outboundSchema;
1811
+ /** @deprecated use `GetFirewallConfigRateLimit$Outbound` instead. */
1812
+ export type Outbound = GetFirewallConfigRateLimit$Outbound;
1813
+ }
1814
+
1815
+ export function getFirewallConfigRateLimitToJSON(
1816
+ getFirewallConfigRateLimit: GetFirewallConfigRateLimit,
1817
+ ): string {
1818
+ return JSON.stringify(
1819
+ GetFirewallConfigRateLimit$outboundSchema.parse(getFirewallConfigRateLimit),
1820
+ );
1821
+ }
1822
+
1823
+ export function getFirewallConfigRateLimitFromJSON(
1824
+ jsonString: string,
1825
+ ): SafeParseResult<GetFirewallConfigRateLimit, SDKValidationError> {
1826
+ return safeParse(
1827
+ jsonString,
1828
+ (x) => GetFirewallConfigRateLimit$inboundSchema.parse(JSON.parse(x)),
1829
+ `Failed to parse 'GetFirewallConfigRateLimit' from JSON`,
1830
+ );
1831
+ }
1832
+
1833
+ /** @internal */
1834
+ export const GetFirewallConfigRedirect$inboundSchema: z.ZodType<
1835
+ GetFirewallConfigRedirect,
1836
+ z.ZodTypeDef,
1837
+ unknown
1838
+ > = z.object({
1839
+ location: z.string(),
1840
+ permanent: z.boolean(),
1841
+ });
1842
+
1843
+ /** @internal */
1844
+ export type GetFirewallConfigRedirect$Outbound = {
1845
+ location: string;
1846
+ permanent: boolean;
1847
+ };
1848
+
1849
+ /** @internal */
1850
+ export const GetFirewallConfigRedirect$outboundSchema: z.ZodType<
1851
+ GetFirewallConfigRedirect$Outbound,
1852
+ z.ZodTypeDef,
1853
+ GetFirewallConfigRedirect
1854
+ > = z.object({
1855
+ location: z.string(),
1856
+ permanent: z.boolean(),
1857
+ });
1858
+
1859
+ /**
1860
+ * @internal
1861
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1862
+ */
1863
+ export namespace GetFirewallConfigRedirect$ {
1864
+ /** @deprecated use `GetFirewallConfigRedirect$inboundSchema` instead. */
1865
+ export const inboundSchema = GetFirewallConfigRedirect$inboundSchema;
1866
+ /** @deprecated use `GetFirewallConfigRedirect$outboundSchema` instead. */
1867
+ export const outboundSchema = GetFirewallConfigRedirect$outboundSchema;
1868
+ /** @deprecated use `GetFirewallConfigRedirect$Outbound` instead. */
1869
+ export type Outbound = GetFirewallConfigRedirect$Outbound;
1870
+ }
1871
+
1872
+ export function getFirewallConfigRedirectToJSON(
1873
+ getFirewallConfigRedirect: GetFirewallConfigRedirect,
1874
+ ): string {
1875
+ return JSON.stringify(
1876
+ GetFirewallConfigRedirect$outboundSchema.parse(getFirewallConfigRedirect),
1877
+ );
1878
+ }
1879
+
1880
+ export function getFirewallConfigRedirectFromJSON(
1881
+ jsonString: string,
1882
+ ): SafeParseResult<GetFirewallConfigRedirect, SDKValidationError> {
1883
+ return safeParse(
1884
+ jsonString,
1885
+ (x) => GetFirewallConfigRedirect$inboundSchema.parse(JSON.parse(x)),
1886
+ `Failed to parse 'GetFirewallConfigRedirect' from JSON`,
1887
+ );
1888
+ }
1889
+
1890
+ /** @internal */
1891
+ export const GetFirewallConfigMitigate$inboundSchema: z.ZodType<
1892
+ GetFirewallConfigMitigate,
1893
+ z.ZodTypeDef,
1894
+ unknown
1895
+ > = z.object({
1896
+ action:
1897
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$inboundSchema,
1898
+ rateLimit: z.nullable(z.lazy(() => GetFirewallConfigRateLimit$inboundSchema))
1899
+ .optional(),
1900
+ redirect: z.nullable(z.lazy(() => GetFirewallConfigRedirect$inboundSchema))
1901
+ .optional(),
1902
+ actionDuration: z.nullable(z.string()).optional(),
1903
+ });
1904
+
1905
+ /** @internal */
1906
+ export type GetFirewallConfigMitigate$Outbound = {
1907
+ action: string;
1908
+ rateLimit?: GetFirewallConfigRateLimit$Outbound | null | undefined;
1909
+ redirect?: GetFirewallConfigRedirect$Outbound | null | undefined;
1910
+ actionDuration?: string | null | undefined;
1911
+ };
1912
+
1913
+ /** @internal */
1914
+ export const GetFirewallConfigMitigate$outboundSchema: z.ZodType<
1915
+ GetFirewallConfigMitigate$Outbound,
1916
+ z.ZodTypeDef,
1917
+ GetFirewallConfigMitigate
1918
+ > = z.object({
1919
+ action:
1920
+ GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyRulesAction$outboundSchema,
1921
+ rateLimit: z.nullable(z.lazy(() => GetFirewallConfigRateLimit$outboundSchema))
1922
+ .optional(),
1923
+ redirect: z.nullable(z.lazy(() => GetFirewallConfigRedirect$outboundSchema))
1924
+ .optional(),
1925
+ actionDuration: z.nullable(z.string()).optional(),
1926
+ });
1927
+
1928
+ /**
1929
+ * @internal
1930
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1931
+ */
1932
+ export namespace GetFirewallConfigMitigate$ {
1933
+ /** @deprecated use `GetFirewallConfigMitigate$inboundSchema` instead. */
1934
+ export const inboundSchema = GetFirewallConfigMitigate$inboundSchema;
1935
+ /** @deprecated use `GetFirewallConfigMitigate$outboundSchema` instead. */
1936
+ export const outboundSchema = GetFirewallConfigMitigate$outboundSchema;
1937
+ /** @deprecated use `GetFirewallConfigMitigate$Outbound` instead. */
1938
+ export type Outbound = GetFirewallConfigMitigate$Outbound;
1939
+ }
1940
+
1941
+ export function getFirewallConfigMitigateToJSON(
1942
+ getFirewallConfigMitigate: GetFirewallConfigMitigate,
1943
+ ): string {
1944
+ return JSON.stringify(
1945
+ GetFirewallConfigMitigate$outboundSchema.parse(getFirewallConfigMitigate),
1946
+ );
1947
+ }
1948
+
1949
+ export function getFirewallConfigMitigateFromJSON(
1950
+ jsonString: string,
1951
+ ): SafeParseResult<GetFirewallConfigMitigate, SDKValidationError> {
1952
+ return safeParse(
1953
+ jsonString,
1954
+ (x) => GetFirewallConfigMitigate$inboundSchema.parse(JSON.parse(x)),
1955
+ `Failed to parse 'GetFirewallConfigMitigate' from JSON`,
1956
+ );
1957
+ }
1958
+
1959
+ /** @internal */
1960
+ export const GetFirewallConfigAction$inboundSchema: z.ZodType<
1961
+ GetFirewallConfigAction,
1962
+ z.ZodTypeDef,
1963
+ unknown
1964
+ > = z.object({
1965
+ mitigate: z.lazy(() => GetFirewallConfigMitigate$inboundSchema).optional(),
1966
+ });
1967
+
1968
+ /** @internal */
1969
+ export type GetFirewallConfigAction$Outbound = {
1970
+ mitigate?: GetFirewallConfigMitigate$Outbound | undefined;
1971
+ };
1972
+
1973
+ /** @internal */
1974
+ export const GetFirewallConfigAction$outboundSchema: z.ZodType<
1975
+ GetFirewallConfigAction$Outbound,
1976
+ z.ZodTypeDef,
1977
+ GetFirewallConfigAction
1978
+ > = z.object({
1979
+ mitigate: z.lazy(() => GetFirewallConfigMitigate$outboundSchema).optional(),
1980
+ });
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 GetFirewallConfigAction$ {
1987
+ /** @deprecated use `GetFirewallConfigAction$inboundSchema` instead. */
1988
+ export const inboundSchema = GetFirewallConfigAction$inboundSchema;
1989
+ /** @deprecated use `GetFirewallConfigAction$outboundSchema` instead. */
1990
+ export const outboundSchema = GetFirewallConfigAction$outboundSchema;
1991
+ /** @deprecated use `GetFirewallConfigAction$Outbound` instead. */
1992
+ export type Outbound = GetFirewallConfigAction$Outbound;
1993
+ }
1994
+
1995
+ export function getFirewallConfigActionToJSON(
1996
+ getFirewallConfigAction: GetFirewallConfigAction,
1997
+ ): string {
1998
+ return JSON.stringify(
1999
+ GetFirewallConfigAction$outboundSchema.parse(getFirewallConfigAction),
2000
+ );
2001
+ }
2002
+
2003
+ export function getFirewallConfigActionFromJSON(
2004
+ jsonString: string,
2005
+ ): SafeParseResult<GetFirewallConfigAction, SDKValidationError> {
2006
+ return safeParse(
2007
+ jsonString,
2008
+ (x) => GetFirewallConfigAction$inboundSchema.parse(JSON.parse(x)),
2009
+ `Failed to parse 'GetFirewallConfigAction' from JSON`,
2010
+ );
2011
+ }
2012
+
2013
+ /** @internal */
2014
+ export const GetFirewallConfigRules$inboundSchema: z.ZodType<
2015
+ GetFirewallConfigRules,
2016
+ z.ZodTypeDef,
2017
+ unknown
2018
+ > = z.object({
2019
+ id: z.string(),
2020
+ name: z.string(),
2021
+ description: z.string().optional(),
2022
+ active: z.boolean(),
2023
+ conditionGroup: z.array(
2024
+ z.lazy(() => GetFirewallConfigConditionGroup$inboundSchema),
2025
+ ),
2026
+ action: z.lazy(() => GetFirewallConfigAction$inboundSchema),
2027
+ });
2028
+
2029
+ /** @internal */
2030
+ export type GetFirewallConfigRules$Outbound = {
2031
+ id: string;
2032
+ name: string;
2033
+ description?: string | undefined;
2034
+ active: boolean;
2035
+ conditionGroup: Array<GetFirewallConfigConditionGroup$Outbound>;
2036
+ action: GetFirewallConfigAction$Outbound;
2037
+ };
2038
+
2039
+ /** @internal */
2040
+ export const GetFirewallConfigRules$outboundSchema: z.ZodType<
2041
+ GetFirewallConfigRules$Outbound,
2042
+ z.ZodTypeDef,
2043
+ GetFirewallConfigRules
2044
+ > = z.object({
2045
+ id: z.string(),
2046
+ name: z.string(),
2047
+ description: z.string().optional(),
2048
+ active: z.boolean(),
2049
+ conditionGroup: z.array(
2050
+ z.lazy(() => GetFirewallConfigConditionGroup$outboundSchema),
2051
+ ),
2052
+ action: z.lazy(() => GetFirewallConfigAction$outboundSchema),
2053
+ });
2054
+
2055
+ /**
2056
+ * @internal
2057
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2058
+ */
2059
+ export namespace GetFirewallConfigRules$ {
2060
+ /** @deprecated use `GetFirewallConfigRules$inboundSchema` instead. */
2061
+ export const inboundSchema = GetFirewallConfigRules$inboundSchema;
2062
+ /** @deprecated use `GetFirewallConfigRules$outboundSchema` instead. */
2063
+ export const outboundSchema = GetFirewallConfigRules$outboundSchema;
2064
+ /** @deprecated use `GetFirewallConfigRules$Outbound` instead. */
2065
+ export type Outbound = GetFirewallConfigRules$Outbound;
2066
+ }
2067
+
2068
+ export function getFirewallConfigRulesToJSON(
2069
+ getFirewallConfigRules: GetFirewallConfigRules,
2070
+ ): string {
2071
+ return JSON.stringify(
2072
+ GetFirewallConfigRules$outboundSchema.parse(getFirewallConfigRules),
2073
+ );
2074
+ }
2075
+
2076
+ export function getFirewallConfigRulesFromJSON(
2077
+ jsonString: string,
2078
+ ): SafeParseResult<GetFirewallConfigRules, SDKValidationError> {
2079
+ return safeParse(
2080
+ jsonString,
2081
+ (x) => GetFirewallConfigRules$inboundSchema.parse(JSON.parse(x)),
2082
+ `Failed to parse 'GetFirewallConfigRules' from JSON`,
2083
+ );
2084
+ }
2085
+
2086
+ /** @internal */
2087
+ export const GetFirewallConfigSecurityAction$inboundSchema: z.ZodNativeEnum<
2088
+ typeof GetFirewallConfigSecurityAction
2089
+ > = z.nativeEnum(GetFirewallConfigSecurityAction);
2090
+
2091
+ /** @internal */
2092
+ export const GetFirewallConfigSecurityAction$outboundSchema: z.ZodNativeEnum<
2093
+ typeof GetFirewallConfigSecurityAction
2094
+ > = GetFirewallConfigSecurityAction$inboundSchema;
2095
+
2096
+ /**
2097
+ * @internal
2098
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2099
+ */
2100
+ export namespace GetFirewallConfigSecurityAction$ {
2101
+ /** @deprecated use `GetFirewallConfigSecurityAction$inboundSchema` instead. */
2102
+ export const inboundSchema = GetFirewallConfigSecurityAction$inboundSchema;
2103
+ /** @deprecated use `GetFirewallConfigSecurityAction$outboundSchema` instead. */
2104
+ export const outboundSchema = GetFirewallConfigSecurityAction$outboundSchema;
2105
+ }
2106
+
2107
+ /** @internal */
2108
+ export const GetFirewallConfigIps$inboundSchema: z.ZodType<
2109
+ GetFirewallConfigIps,
2110
+ z.ZodTypeDef,
2111
+ unknown
2112
+ > = z.object({
2113
+ id: z.string(),
2114
+ hostname: z.string(),
2115
+ ip: z.string(),
2116
+ notes: z.string().optional(),
2117
+ action: GetFirewallConfigSecurityAction$inboundSchema,
2118
+ });
2119
+
2120
+ /** @internal */
2121
+ export type GetFirewallConfigIps$Outbound = {
2122
+ id: string;
2123
+ hostname: string;
2124
+ ip: string;
2125
+ notes?: string | undefined;
2126
+ action: string;
2127
+ };
2128
+
2129
+ /** @internal */
2130
+ export const GetFirewallConfigIps$outboundSchema: z.ZodType<
2131
+ GetFirewallConfigIps$Outbound,
2132
+ z.ZodTypeDef,
2133
+ GetFirewallConfigIps
2134
+ > = z.object({
2135
+ id: z.string(),
2136
+ hostname: z.string(),
2137
+ ip: z.string(),
2138
+ notes: z.string().optional(),
2139
+ action: GetFirewallConfigSecurityAction$outboundSchema,
2140
+ });
2141
+
2142
+ /**
2143
+ * @internal
2144
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2145
+ */
2146
+ export namespace GetFirewallConfigIps$ {
2147
+ /** @deprecated use `GetFirewallConfigIps$inboundSchema` instead. */
2148
+ export const inboundSchema = GetFirewallConfigIps$inboundSchema;
2149
+ /** @deprecated use `GetFirewallConfigIps$outboundSchema` instead. */
2150
+ export const outboundSchema = GetFirewallConfigIps$outboundSchema;
2151
+ /** @deprecated use `GetFirewallConfigIps$Outbound` instead. */
2152
+ export type Outbound = GetFirewallConfigIps$Outbound;
2153
+ }
2154
+
2155
+ export function getFirewallConfigIpsToJSON(
2156
+ getFirewallConfigIps: GetFirewallConfigIps,
2157
+ ): string {
2158
+ return JSON.stringify(
2159
+ GetFirewallConfigIps$outboundSchema.parse(getFirewallConfigIps),
2160
+ );
2161
+ }
2162
+
2163
+ export function getFirewallConfigIpsFromJSON(
2164
+ jsonString: string,
2165
+ ): SafeParseResult<GetFirewallConfigIps, SDKValidationError> {
2166
+ return safeParse(
2167
+ jsonString,
2168
+ (x) => GetFirewallConfigIps$inboundSchema.parse(JSON.parse(x)),
2169
+ `Failed to parse 'GetFirewallConfigIps' from JSON`,
2170
+ );
2171
+ }
2172
+
2173
+ /** @internal */
2174
+ export const Changes$inboundSchema: z.ZodType<Changes, z.ZodTypeDef, unknown> =
2175
+ z.object({});
2176
+
2177
+ /** @internal */
2178
+ export type Changes$Outbound = {};
2179
+
2180
+ /** @internal */
2181
+ export const Changes$outboundSchema: z.ZodType<
2182
+ Changes$Outbound,
2183
+ z.ZodTypeDef,
2184
+ Changes
2185
+ > = z.object({});
2186
+
2187
+ /**
2188
+ * @internal
2189
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2190
+ */
2191
+ export namespace Changes$ {
2192
+ /** @deprecated use `Changes$inboundSchema` instead. */
2193
+ export const inboundSchema = Changes$inboundSchema;
2194
+ /** @deprecated use `Changes$outboundSchema` instead. */
2195
+ export const outboundSchema = Changes$outboundSchema;
2196
+ /** @deprecated use `Changes$Outbound` instead. */
2197
+ export type Outbound = Changes$Outbound;
2198
+ }
2199
+
2200
+ export function changesToJSON(changes: Changes): string {
2201
+ return JSON.stringify(Changes$outboundSchema.parse(changes));
2202
+ }
2203
+
2204
+ export function changesFromJSON(
2205
+ jsonString: string,
2206
+ ): SafeParseResult<Changes, SDKValidationError> {
2207
+ return safeParse(
2208
+ jsonString,
2209
+ (x) => Changes$inboundSchema.parse(JSON.parse(x)),
2210
+ `Failed to parse 'Changes' from JSON`,
2211
+ );
2212
+ }
2213
+
2214
+ /** @internal */
2215
+ export const GetFirewallConfigOwasp$inboundSchema: z.ZodType<
2216
+ GetFirewallConfigOwasp,
2217
+ z.ZodTypeDef,
2218
+ unknown
2219
+ > = z.object({
2220
+ active: z.boolean(),
2221
+ updatedAt: z.string().optional(),
2222
+ userId: z.string().optional(),
2223
+ username: z.string().optional(),
2224
+ });
2225
+
2226
+ /** @internal */
2227
+ export type GetFirewallConfigOwasp$Outbound = {
2228
+ active: boolean;
2229
+ updatedAt?: string | undefined;
2230
+ userId?: string | undefined;
2231
+ username?: string | undefined;
2232
+ };
2233
+
2234
+ /** @internal */
2235
+ export const GetFirewallConfigOwasp$outboundSchema: z.ZodType<
2236
+ GetFirewallConfigOwasp$Outbound,
2237
+ z.ZodTypeDef,
2238
+ GetFirewallConfigOwasp
2239
+ > = z.object({
2240
+ active: z.boolean(),
2241
+ updatedAt: z.string().optional(),
2242
+ userId: z.string().optional(),
2243
+ username: z.string().optional(),
2244
+ });
2245
+
2246
+ /**
2247
+ * @internal
2248
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2249
+ */
2250
+ export namespace GetFirewallConfigOwasp$ {
2251
+ /** @deprecated use `GetFirewallConfigOwasp$inboundSchema` instead. */
2252
+ export const inboundSchema = GetFirewallConfigOwasp$inboundSchema;
2253
+ /** @deprecated use `GetFirewallConfigOwasp$outboundSchema` instead. */
2254
+ export const outboundSchema = GetFirewallConfigOwasp$outboundSchema;
2255
+ /** @deprecated use `GetFirewallConfigOwasp$Outbound` instead. */
2256
+ export type Outbound = GetFirewallConfigOwasp$Outbound;
2257
+ }
2258
+
2259
+ export function getFirewallConfigOwaspToJSON(
2260
+ getFirewallConfigOwasp: GetFirewallConfigOwasp,
2261
+ ): string {
2262
+ return JSON.stringify(
2263
+ GetFirewallConfigOwasp$outboundSchema.parse(getFirewallConfigOwasp),
2264
+ );
2265
+ }
2266
+
2267
+ export function getFirewallConfigOwaspFromJSON(
2268
+ jsonString: string,
2269
+ ): SafeParseResult<GetFirewallConfigOwasp, SDKValidationError> {
2270
+ return safeParse(
2271
+ jsonString,
2272
+ (x) => GetFirewallConfigOwasp$inboundSchema.parse(JSON.parse(x)),
2273
+ `Failed to parse 'GetFirewallConfigOwasp' from JSON`,
2274
+ );
2275
+ }
2276
+
2277
+ /** @internal */
2278
+ export const VerifiedBotsBypass$inboundSchema: z.ZodType<
2279
+ VerifiedBotsBypass,
2280
+ z.ZodTypeDef,
2281
+ unknown
2282
+ > = z.object({
2283
+ active: z.boolean(),
2284
+ updatedAt: z.string().optional(),
2285
+ userId: z.string().optional(),
2286
+ username: z.string().optional(),
2287
+ });
2288
+
2289
+ /** @internal */
2290
+ export type VerifiedBotsBypass$Outbound = {
2291
+ active: boolean;
2292
+ updatedAt?: string | undefined;
2293
+ userId?: string | undefined;
2294
+ username?: string | undefined;
2295
+ };
2296
+
2297
+ /** @internal */
2298
+ export const VerifiedBotsBypass$outboundSchema: z.ZodType<
2299
+ VerifiedBotsBypass$Outbound,
2300
+ z.ZodTypeDef,
2301
+ VerifiedBotsBypass
2302
+ > = z.object({
2303
+ active: z.boolean(),
2304
+ updatedAt: z.string().optional(),
2305
+ userId: z.string().optional(),
2306
+ username: z.string().optional(),
2307
+ });
2308
+
2309
+ /**
2310
+ * @internal
2311
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2312
+ */
2313
+ export namespace VerifiedBotsBypass$ {
2314
+ /** @deprecated use `VerifiedBotsBypass$inboundSchema` instead. */
2315
+ export const inboundSchema = VerifiedBotsBypass$inboundSchema;
2316
+ /** @deprecated use `VerifiedBotsBypass$outboundSchema` instead. */
2317
+ export const outboundSchema = VerifiedBotsBypass$outboundSchema;
2318
+ /** @deprecated use `VerifiedBotsBypass$Outbound` instead. */
2319
+ export type Outbound = VerifiedBotsBypass$Outbound;
2320
+ }
2321
+
2322
+ export function verifiedBotsBypassToJSON(
2323
+ verifiedBotsBypass: VerifiedBotsBypass,
2324
+ ): string {
2325
+ return JSON.stringify(
2326
+ VerifiedBotsBypass$outboundSchema.parse(verifiedBotsBypass),
2327
+ );
2328
+ }
2329
+
2330
+ export function verifiedBotsBypassFromJSON(
2331
+ jsonString: string,
2332
+ ): SafeParseResult<VerifiedBotsBypass, SDKValidationError> {
2333
+ return safeParse(
2334
+ jsonString,
2335
+ (x) => VerifiedBotsBypass$inboundSchema.parse(JSON.parse(x)),
2336
+ `Failed to parse 'VerifiedBotsBypass' from JSON`,
2337
+ );
2338
+ }
2339
+
2340
+ /** @internal */
2341
+ export const GetFirewallConfigManagedRules$inboundSchema: z.ZodType<
2342
+ GetFirewallConfigManagedRules,
2343
+ z.ZodTypeDef,
2344
+ unknown
2345
+ > = z.object({
2346
+ owasp: z.lazy(() => GetFirewallConfigOwasp$inboundSchema).optional(),
2347
+ verifiedBotsBypass: z.lazy(() => VerifiedBotsBypass$inboundSchema).optional(),
2348
+ });
2349
+
2350
+ /** @internal */
2351
+ export type GetFirewallConfigManagedRules$Outbound = {
2352
+ owasp?: GetFirewallConfigOwasp$Outbound | undefined;
2353
+ verifiedBotsBypass?: VerifiedBotsBypass$Outbound | undefined;
2354
+ };
2355
+
2356
+ /** @internal */
2357
+ export const GetFirewallConfigManagedRules$outboundSchema: z.ZodType<
2358
+ GetFirewallConfigManagedRules$Outbound,
2359
+ z.ZodTypeDef,
2360
+ GetFirewallConfigManagedRules
2361
+ > = z.object({
2362
+ owasp: z.lazy(() => GetFirewallConfigOwasp$outboundSchema).optional(),
2363
+ verifiedBotsBypass: z.lazy(() => VerifiedBotsBypass$outboundSchema)
2364
+ .optional(),
2365
+ });
2366
+
2367
+ /**
2368
+ * @internal
2369
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2370
+ */
2371
+ export namespace GetFirewallConfigManagedRules$ {
2372
+ /** @deprecated use `GetFirewallConfigManagedRules$inboundSchema` instead. */
2373
+ export const inboundSchema = GetFirewallConfigManagedRules$inboundSchema;
2374
+ /** @deprecated use `GetFirewallConfigManagedRules$outboundSchema` instead. */
2375
+ export const outboundSchema = GetFirewallConfigManagedRules$outboundSchema;
2376
+ /** @deprecated use `GetFirewallConfigManagedRules$Outbound` instead. */
2377
+ export type Outbound = GetFirewallConfigManagedRules$Outbound;
2378
+ }
2379
+
2380
+ export function getFirewallConfigManagedRulesToJSON(
2381
+ getFirewallConfigManagedRules: GetFirewallConfigManagedRules,
2382
+ ): string {
2383
+ return JSON.stringify(
2384
+ GetFirewallConfigManagedRules$outboundSchema.parse(
2385
+ getFirewallConfigManagedRules,
2386
+ ),
2387
+ );
2388
+ }
2389
+
2390
+ export function getFirewallConfigManagedRulesFromJSON(
2391
+ jsonString: string,
2392
+ ): SafeParseResult<GetFirewallConfigManagedRules, SDKValidationError> {
2393
+ return safeParse(
2394
+ jsonString,
2395
+ (x) => GetFirewallConfigManagedRules$inboundSchema.parse(JSON.parse(x)),
2396
+ `Failed to parse 'GetFirewallConfigManagedRules' from JSON`,
2397
+ );
2398
+ }
2399
+
2400
+ /** @internal */
2401
+ export const GetFirewallConfigResponseBody$inboundSchema: z.ZodType<
2402
+ GetFirewallConfigResponseBody,
2403
+ z.ZodTypeDef,
2404
+ unknown
2405
+ > = z.object({
2406
+ ownerId: z.string(),
2407
+ projectKey: z.string(),
2408
+ id: z.string(),
2409
+ version: z.number(),
2410
+ updatedAt: z.string(),
2411
+ firewallEnabled: z.boolean(),
2412
+ crs: z.lazy(() => GetFirewallConfigCrs$inboundSchema),
2413
+ rules: z.array(z.lazy(() => GetFirewallConfigRules$inboundSchema)),
2414
+ ips: z.array(z.lazy(() => GetFirewallConfigIps$inboundSchema)),
2415
+ changes: z.array(z.lazy(() => Changes$inboundSchema)),
2416
+ managedRules: z.lazy(() => GetFirewallConfigManagedRules$inboundSchema)
2417
+ .optional(),
2418
+ });
2419
+
2420
+ /** @internal */
2421
+ export type GetFirewallConfigResponseBody$Outbound = {
2422
+ ownerId: string;
2423
+ projectKey: string;
2424
+ id: string;
2425
+ version: number;
2426
+ updatedAt: string;
2427
+ firewallEnabled: boolean;
2428
+ crs: GetFirewallConfigCrs$Outbound;
2429
+ rules: Array<GetFirewallConfigRules$Outbound>;
2430
+ ips: Array<GetFirewallConfigIps$Outbound>;
2431
+ changes: Array<Changes$Outbound>;
2432
+ managedRules?: GetFirewallConfigManagedRules$Outbound | undefined;
2433
+ };
2434
+
2435
+ /** @internal */
2436
+ export const GetFirewallConfigResponseBody$outboundSchema: z.ZodType<
2437
+ GetFirewallConfigResponseBody$Outbound,
2438
+ z.ZodTypeDef,
2439
+ GetFirewallConfigResponseBody
2440
+ > = z.object({
2441
+ ownerId: z.string(),
2442
+ projectKey: z.string(),
2443
+ id: z.string(),
2444
+ version: z.number(),
2445
+ updatedAt: z.string(),
2446
+ firewallEnabled: z.boolean(),
2447
+ crs: z.lazy(() => GetFirewallConfigCrs$outboundSchema),
2448
+ rules: z.array(z.lazy(() => GetFirewallConfigRules$outboundSchema)),
2449
+ ips: z.array(z.lazy(() => GetFirewallConfigIps$outboundSchema)),
2450
+ changes: z.array(z.lazy(() => Changes$outboundSchema)),
2451
+ managedRules: z.lazy(() => GetFirewallConfigManagedRules$outboundSchema)
2452
+ .optional(),
2453
+ });
2454
+
2455
+ /**
2456
+ * @internal
2457
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2458
+ */
2459
+ export namespace GetFirewallConfigResponseBody$ {
2460
+ /** @deprecated use `GetFirewallConfigResponseBody$inboundSchema` instead. */
2461
+ export const inboundSchema = GetFirewallConfigResponseBody$inboundSchema;
2462
+ /** @deprecated use `GetFirewallConfigResponseBody$outboundSchema` instead. */
2463
+ export const outboundSchema = GetFirewallConfigResponseBody$outboundSchema;
2464
+ /** @deprecated use `GetFirewallConfigResponseBody$Outbound` instead. */
2465
+ export type Outbound = GetFirewallConfigResponseBody$Outbound;
2466
+ }
2467
+
2468
+ export function getFirewallConfigResponseBodyToJSON(
2469
+ getFirewallConfigResponseBody: GetFirewallConfigResponseBody,
2470
+ ): string {
2471
+ return JSON.stringify(
2472
+ GetFirewallConfigResponseBody$outboundSchema.parse(
2473
+ getFirewallConfigResponseBody,
2474
+ ),
2475
+ );
2476
+ }
2477
+
2478
+ export function getFirewallConfigResponseBodyFromJSON(
2479
+ jsonString: string,
2480
+ ): SafeParseResult<GetFirewallConfigResponseBody, SDKValidationError> {
2481
+ return safeParse(
2482
+ jsonString,
2483
+ (x) => GetFirewallConfigResponseBody$inboundSchema.parse(JSON.parse(x)),
2484
+ `Failed to parse 'GetFirewallConfigResponseBody' from JSON`,
2485
+ );
2486
+ }