@vercel/sdk 1.3.1 → 1.5.0

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 (2231) hide show
  1. package/README.md +88 -17
  2. package/bin/mcp-server.js +96635 -0
  3. package/bin/mcp-server.js.map +751 -0
  4. package/docs/sdks/aliases/README.md +75 -75
  5. package/docs/sdks/apiexperimentation/README.md +82 -0
  6. package/docs/sdks/deployments/README.md +86 -3
  7. package/docs/sdks/environment/README.md +28 -28
  8. package/docs/sdks/integrations/README.md +83 -0
  9. package/docs/sdks/logdrains/README.md +99 -99
  10. package/docs/sdks/marketplace/README.md +568 -1
  11. package/docs/sdks/projects/README.md +46 -45
  12. package/docs/sdks/security/README.md +0 -90
  13. package/docs/sdks/teams/README.md +0 -4
  14. package/esm/__tests__/accessgroups.test.js +38 -19
  15. package/esm/__tests__/accessgroups.test.js.map +1 -1
  16. package/esm/__tests__/aliases.test.js +10 -5
  17. package/esm/__tests__/aliases.test.js.map +1 -1
  18. package/esm/__tests__/apiexperimentation.test.d.ts +2 -0
  19. package/esm/__tests__/apiexperimentation.test.d.ts.map +1 -0
  20. package/esm/__tests__/apiexperimentation.test.js +20 -0
  21. package/esm/__tests__/apiexperimentation.test.js.map +1 -0
  22. package/esm/__tests__/artifacts.test.js +10 -5
  23. package/esm/__tests__/artifacts.test.js.map +1 -1
  24. package/esm/__tests__/authentication.test.js +8 -4
  25. package/esm/__tests__/authentication.test.js.map +1 -1
  26. package/esm/__tests__/certs.test.js +8 -4
  27. package/esm/__tests__/certs.test.js.map +1 -1
  28. package/esm/__tests__/checks.test.js +10 -5
  29. package/esm/__tests__/checks.test.js.map +1 -1
  30. package/esm/__tests__/deployments.test.js +35 -13
  31. package/esm/__tests__/deployments.test.js.map +1 -1
  32. package/esm/__tests__/dns.test.js +6 -3
  33. package/esm/__tests__/dns.test.js.map +1 -1
  34. package/esm/__tests__/domains.test.js +19 -10
  35. package/esm/__tests__/domains.test.js.map +1 -1
  36. package/esm/__tests__/edgeconfig.test.js +30 -15
  37. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  38. package/esm/__tests__/environment.test.js +37 -24
  39. package/esm/__tests__/environment.test.js.map +1 -1
  40. package/esm/__tests__/files.js.map +1 -1
  41. package/esm/__tests__/integrations.test.js +8 -4
  42. package/esm/__tests__/integrations.test.js.map +1 -1
  43. package/esm/__tests__/logdrains.test.js +37 -30
  44. package/esm/__tests__/logdrains.test.js.map +1 -1
  45. package/esm/__tests__/marketplace.test.js +123 -10
  46. package/esm/__tests__/marketplace.test.js.map +1 -1
  47. package/esm/__tests__/projectmembers.test.js +4 -2
  48. package/esm/__tests__/projectmembers.test.js.map +1 -1
  49. package/esm/__tests__/projects.test.js +105 -20
  50. package/esm/__tests__/projects.test.js.map +1 -1
  51. package/esm/__tests__/security.test.js +18 -182
  52. package/esm/__tests__/security.test.js.map +1 -1
  53. package/esm/__tests__/teams.test.js +24 -13
  54. package/esm/__tests__/teams.test.js.map +1 -1
  55. package/esm/__tests__/user.test.js +4 -2
  56. package/esm/__tests__/user.test.js.map +1 -1
  57. package/esm/__tests__/webhooks.test.js +8 -4
  58. package/esm/__tests__/webhooks.test.js.map +1 -1
  59. package/esm/funcs/accessGroupsCreateAccessGroup.d.ts +2 -1
  60. package/esm/funcs/accessGroupsCreateAccessGroup.d.ts.map +1 -1
  61. package/esm/funcs/accessGroupsCreateAccessGroup.js +12 -7
  62. package/esm/funcs/accessGroupsCreateAccessGroup.js.map +1 -1
  63. package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts +2 -1
  64. package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts.map +1 -1
  65. package/esm/funcs/accessGroupsCreateAccessGroupProject.js +12 -7
  66. package/esm/funcs/accessGroupsCreateAccessGroupProject.js.map +1 -1
  67. package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts +2 -1
  68. package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts.map +1 -1
  69. package/esm/funcs/accessGroupsDeleteAccessGroup.js +12 -7
  70. package/esm/funcs/accessGroupsDeleteAccessGroup.js.map +1 -1
  71. package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts +2 -1
  72. package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts.map +1 -1
  73. package/esm/funcs/accessGroupsDeleteAccessGroupProject.js +12 -7
  74. package/esm/funcs/accessGroupsDeleteAccessGroupProject.js.map +1 -1
  75. package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts +2 -1
  76. package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts.map +1 -1
  77. package/esm/funcs/accessGroupsListAccessGroupMembers.js +12 -7
  78. package/esm/funcs/accessGroupsListAccessGroupMembers.js.map +1 -1
  79. package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts +2 -1
  80. package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts.map +1 -1
  81. package/esm/funcs/accessGroupsListAccessGroupProjects.js +12 -7
  82. package/esm/funcs/accessGroupsListAccessGroupProjects.js.map +1 -1
  83. package/esm/funcs/accessGroupsListAccessGroups.d.ts +2 -1
  84. package/esm/funcs/accessGroupsListAccessGroups.d.ts.map +1 -1
  85. package/esm/funcs/accessGroupsListAccessGroups.js +12 -7
  86. package/esm/funcs/accessGroupsListAccessGroups.js.map +1 -1
  87. package/esm/funcs/accessGroupsReadAccessGroup.d.ts +2 -1
  88. package/esm/funcs/accessGroupsReadAccessGroup.d.ts.map +1 -1
  89. package/esm/funcs/accessGroupsReadAccessGroup.js +12 -7
  90. package/esm/funcs/accessGroupsReadAccessGroup.js.map +1 -1
  91. package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts +2 -1
  92. package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts.map +1 -1
  93. package/esm/funcs/accessGroupsReadAccessGroupProject.js +12 -7
  94. package/esm/funcs/accessGroupsReadAccessGroupProject.js.map +1 -1
  95. package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts +2 -1
  96. package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts.map +1 -1
  97. package/esm/funcs/accessGroupsUpdateAccessGroup.js +12 -7
  98. package/esm/funcs/accessGroupsUpdateAccessGroup.js.map +1 -1
  99. package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts +2 -1
  100. package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts.map +1 -1
  101. package/esm/funcs/accessGroupsUpdateAccessGroupProject.js +12 -7
  102. package/esm/funcs/accessGroupsUpdateAccessGroupProject.js.map +1 -1
  103. package/esm/funcs/aliasesAssignAlias.d.ts +2 -1
  104. package/esm/funcs/aliasesAssignAlias.d.ts.map +1 -1
  105. package/esm/funcs/aliasesAssignAlias.js +12 -7
  106. package/esm/funcs/aliasesAssignAlias.js.map +1 -1
  107. package/esm/funcs/aliasesDeleteAlias.d.ts +2 -1
  108. package/esm/funcs/aliasesDeleteAlias.d.ts.map +1 -1
  109. package/esm/funcs/aliasesDeleteAlias.js +12 -7
  110. package/esm/funcs/aliasesDeleteAlias.js.map +1 -1
  111. package/esm/funcs/aliasesGetAlias.d.ts +2 -1
  112. package/esm/funcs/aliasesGetAlias.d.ts.map +1 -1
  113. package/esm/funcs/aliasesGetAlias.js +12 -7
  114. package/esm/funcs/aliasesGetAlias.js.map +1 -1
  115. package/esm/funcs/aliasesListAliases.d.ts +2 -1
  116. package/esm/funcs/aliasesListAliases.d.ts.map +1 -1
  117. package/esm/funcs/aliasesListAliases.js +12 -7
  118. package/esm/funcs/aliasesListAliases.js.map +1 -1
  119. package/esm/funcs/aliasesListDeploymentAliases.d.ts +2 -1
  120. package/esm/funcs/aliasesListDeploymentAliases.d.ts.map +1 -1
  121. package/esm/funcs/aliasesListDeploymentAliases.js +12 -7
  122. package/esm/funcs/aliasesListDeploymentAliases.js.map +1 -1
  123. package/esm/funcs/apiExperimentationGetV1ExperimentationItems.d.ts +15 -0
  124. package/esm/funcs/apiExperimentationGetV1ExperimentationItems.d.ts.map +1 -0
  125. package/esm/funcs/{securityPutFirewallConfig.js → apiExperimentationGetV1ExperimentationItems.js} +23 -25
  126. package/esm/funcs/apiExperimentationGetV1ExperimentationItems.js.map +1 -0
  127. package/esm/funcs/artifactsArtifactExists.d.ts +2 -1
  128. package/esm/funcs/artifactsArtifactExists.d.ts.map +1 -1
  129. package/esm/funcs/artifactsArtifactExists.js +12 -7
  130. package/esm/funcs/artifactsArtifactExists.js.map +1 -1
  131. package/esm/funcs/artifactsArtifactQuery.d.ts +3 -2
  132. package/esm/funcs/artifactsArtifactQuery.d.ts.map +1 -1
  133. package/esm/funcs/artifactsArtifactQuery.js +12 -7
  134. package/esm/funcs/artifactsArtifactQuery.js.map +1 -1
  135. package/esm/funcs/artifactsDownloadArtifact.d.ts +2 -1
  136. package/esm/funcs/artifactsDownloadArtifact.d.ts.map +1 -1
  137. package/esm/funcs/artifactsDownloadArtifact.js +12 -7
  138. package/esm/funcs/artifactsDownloadArtifact.js.map +1 -1
  139. package/esm/funcs/artifactsRecordEvents.d.ts +2 -1
  140. package/esm/funcs/artifactsRecordEvents.d.ts.map +1 -1
  141. package/esm/funcs/artifactsRecordEvents.js +11 -6
  142. package/esm/funcs/artifactsRecordEvents.js.map +1 -1
  143. package/esm/funcs/artifactsStatus.d.ts +2 -1
  144. package/esm/funcs/artifactsStatus.d.ts.map +1 -1
  145. package/esm/funcs/artifactsStatus.js +11 -6
  146. package/esm/funcs/artifactsStatus.js.map +1 -1
  147. package/esm/funcs/artifactsUploadArtifact.d.ts +2 -1
  148. package/esm/funcs/artifactsUploadArtifact.d.ts.map +1 -1
  149. package/esm/funcs/artifactsUploadArtifact.js +11 -6
  150. package/esm/funcs/artifactsUploadArtifact.js.map +1 -1
  151. package/esm/funcs/authenticationCreateAuthToken.d.ts +2 -1
  152. package/esm/funcs/authenticationCreateAuthToken.d.ts.map +1 -1
  153. package/esm/funcs/authenticationCreateAuthToken.js +11 -6
  154. package/esm/funcs/authenticationCreateAuthToken.js.map +1 -1
  155. package/esm/funcs/authenticationDeleteAuthToken.d.ts +2 -1
  156. package/esm/funcs/authenticationDeleteAuthToken.d.ts.map +1 -1
  157. package/esm/funcs/authenticationDeleteAuthToken.js +12 -7
  158. package/esm/funcs/authenticationDeleteAuthToken.js.map +1 -1
  159. package/esm/funcs/authenticationExchangeSsoToken.d.ts +2 -1
  160. package/esm/funcs/authenticationExchangeSsoToken.d.ts.map +1 -1
  161. package/esm/funcs/authenticationExchangeSsoToken.js +12 -7
  162. package/esm/funcs/authenticationExchangeSsoToken.js.map +1 -1
  163. package/esm/funcs/authenticationGetAuthToken.d.ts +2 -1
  164. package/esm/funcs/authenticationGetAuthToken.d.ts.map +1 -1
  165. package/esm/funcs/authenticationGetAuthToken.js +12 -7
  166. package/esm/funcs/authenticationGetAuthToken.js.map +1 -1
  167. package/esm/funcs/authenticationListAuthTokens.d.ts +2 -1
  168. package/esm/funcs/authenticationListAuthTokens.d.ts.map +1 -1
  169. package/esm/funcs/authenticationListAuthTokens.js +10 -5
  170. package/esm/funcs/authenticationListAuthTokens.js.map +1 -1
  171. package/esm/funcs/certsGetCertById.d.ts +2 -1
  172. package/esm/funcs/certsGetCertById.d.ts.map +1 -1
  173. package/esm/funcs/certsGetCertById.js +12 -7
  174. package/esm/funcs/certsGetCertById.js.map +1 -1
  175. package/esm/funcs/certsIssueCert.d.ts +2 -1
  176. package/esm/funcs/certsIssueCert.d.ts.map +1 -1
  177. package/esm/funcs/certsIssueCert.js +12 -7
  178. package/esm/funcs/certsIssueCert.js.map +1 -1
  179. package/esm/funcs/certsRemoveCert.d.ts +2 -1
  180. package/esm/funcs/certsRemoveCert.d.ts.map +1 -1
  181. package/esm/funcs/certsRemoveCert.js +12 -7
  182. package/esm/funcs/certsRemoveCert.js.map +1 -1
  183. package/esm/funcs/certsUploadCert.d.ts +2 -1
  184. package/esm/funcs/certsUploadCert.d.ts.map +1 -1
  185. package/esm/funcs/certsUploadCert.js +11 -6
  186. package/esm/funcs/certsUploadCert.js.map +1 -1
  187. package/esm/funcs/checksCreateCheck.d.ts +2 -1
  188. package/esm/funcs/checksCreateCheck.d.ts.map +1 -1
  189. package/esm/funcs/checksCreateCheck.js +12 -7
  190. package/esm/funcs/checksCreateCheck.js.map +1 -1
  191. package/esm/funcs/checksGetAllChecks.d.ts +2 -1
  192. package/esm/funcs/checksGetAllChecks.d.ts.map +1 -1
  193. package/esm/funcs/checksGetAllChecks.js +12 -7
  194. package/esm/funcs/checksGetAllChecks.js.map +1 -1
  195. package/esm/funcs/checksGetCheck.d.ts +2 -1
  196. package/esm/funcs/checksGetCheck.d.ts.map +1 -1
  197. package/esm/funcs/checksGetCheck.js +12 -7
  198. package/esm/funcs/checksGetCheck.js.map +1 -1
  199. package/esm/funcs/checksRerequestCheck.d.ts +2 -1
  200. package/esm/funcs/checksRerequestCheck.d.ts.map +1 -1
  201. package/esm/funcs/checksRerequestCheck.js +12 -7
  202. package/esm/funcs/checksRerequestCheck.js.map +1 -1
  203. package/esm/funcs/checksUpdateCheck.d.ts +2 -1
  204. package/esm/funcs/checksUpdateCheck.d.ts.map +1 -1
  205. package/esm/funcs/checksUpdateCheck.js +12 -7
  206. package/esm/funcs/checksUpdateCheck.js.map +1 -1
  207. package/esm/funcs/deploymentsCancelDeployment.d.ts +2 -1
  208. package/esm/funcs/deploymentsCancelDeployment.d.ts.map +1 -1
  209. package/esm/funcs/deploymentsCancelDeployment.js +12 -7
  210. package/esm/funcs/deploymentsCancelDeployment.js.map +1 -1
  211. package/esm/funcs/deploymentsCreateDeployment.d.ts +2 -1
  212. package/esm/funcs/deploymentsCreateDeployment.d.ts.map +1 -1
  213. package/esm/funcs/deploymentsCreateDeployment.js +12 -7
  214. package/esm/funcs/deploymentsCreateDeployment.js.map +1 -1
  215. package/esm/funcs/deploymentsDeleteDeployment.d.ts +2 -1
  216. package/esm/funcs/deploymentsDeleteDeployment.d.ts.map +1 -1
  217. package/esm/funcs/deploymentsDeleteDeployment.js +12 -7
  218. package/esm/funcs/deploymentsDeleteDeployment.js.map +1 -1
  219. package/esm/funcs/deploymentsGetDeployment.d.ts +2 -1
  220. package/esm/funcs/deploymentsGetDeployment.d.ts.map +1 -1
  221. package/esm/funcs/deploymentsGetDeployment.js +12 -7
  222. package/esm/funcs/deploymentsGetDeployment.js.map +1 -1
  223. package/esm/funcs/deploymentsGetDeploymentEvents.d.ts +2 -1
  224. package/esm/funcs/deploymentsGetDeploymentEvents.d.ts.map +1 -1
  225. package/esm/funcs/deploymentsGetDeploymentEvents.js +12 -7
  226. package/esm/funcs/deploymentsGetDeploymentEvents.js.map +1 -1
  227. package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts +2 -1
  228. package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +1 -1
  229. package/esm/funcs/deploymentsGetDeploymentFileContents.js +12 -7
  230. package/esm/funcs/deploymentsGetDeploymentFileContents.js.map +1 -1
  231. package/esm/funcs/deploymentsGetDeployments.d.ts +2 -1
  232. package/esm/funcs/deploymentsGetDeployments.d.ts.map +1 -1
  233. package/esm/funcs/deploymentsGetDeployments.js +12 -7
  234. package/esm/funcs/deploymentsGetDeployments.js.map +1 -1
  235. package/esm/funcs/deploymentsListDeploymentFiles.d.ts +3 -2
  236. package/esm/funcs/deploymentsListDeploymentFiles.d.ts.map +1 -1
  237. package/esm/funcs/deploymentsListDeploymentFiles.js +13 -8
  238. package/esm/funcs/deploymentsListDeploymentFiles.js.map +1 -1
  239. package/esm/funcs/deploymentsUpdateIntegrationDeploymentAction.d.ts +18 -0
  240. package/esm/funcs/deploymentsUpdateIntegrationDeploymentAction.d.ts.map +1 -0
  241. package/esm/funcs/deploymentsUpdateIntegrationDeploymentAction.js +97 -0
  242. package/esm/funcs/deploymentsUpdateIntegrationDeploymentAction.js.map +1 -0
  243. package/esm/funcs/deploymentsUploadFile.d.ts +2 -1
  244. package/esm/funcs/deploymentsUploadFile.d.ts.map +1 -1
  245. package/esm/funcs/deploymentsUploadFile.js +11 -6
  246. package/esm/funcs/deploymentsUploadFile.js.map +1 -1
  247. package/esm/funcs/dnsCreateRecord.d.ts +2 -1
  248. package/esm/funcs/dnsCreateRecord.d.ts.map +1 -1
  249. package/esm/funcs/dnsCreateRecord.js +12 -7
  250. package/esm/funcs/dnsCreateRecord.js.map +1 -1
  251. package/esm/funcs/dnsGetRecords.d.ts +2 -1
  252. package/esm/funcs/dnsGetRecords.d.ts.map +1 -1
  253. package/esm/funcs/dnsGetRecords.js +12 -7
  254. package/esm/funcs/dnsGetRecords.js.map +1 -1
  255. package/esm/funcs/dnsRemoveRecord.d.ts +2 -1
  256. package/esm/funcs/dnsRemoveRecord.d.ts.map +1 -1
  257. package/esm/funcs/dnsRemoveRecord.js +12 -7
  258. package/esm/funcs/dnsRemoveRecord.js.map +1 -1
  259. package/esm/funcs/dnsUpdateRecord.d.ts +2 -1
  260. package/esm/funcs/dnsUpdateRecord.d.ts.map +1 -1
  261. package/esm/funcs/dnsUpdateRecord.js +12 -7
  262. package/esm/funcs/dnsUpdateRecord.js.map +1 -1
  263. package/esm/funcs/domainsBuyDomain.d.ts +2 -1
  264. package/esm/funcs/domainsBuyDomain.d.ts.map +1 -1
  265. package/esm/funcs/domainsBuyDomain.js +12 -7
  266. package/esm/funcs/domainsBuyDomain.js.map +1 -1
  267. package/esm/funcs/domainsCheckDomainPrice.d.ts +2 -1
  268. package/esm/funcs/domainsCheckDomainPrice.d.ts.map +1 -1
  269. package/esm/funcs/domainsCheckDomainPrice.js +11 -6
  270. package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
  271. package/esm/funcs/domainsCheckDomainStatus.d.ts +2 -1
  272. package/esm/funcs/domainsCheckDomainStatus.d.ts.map +1 -1
  273. package/esm/funcs/domainsCheckDomainStatus.js +13 -8
  274. package/esm/funcs/domainsCheckDomainStatus.js.map +1 -1
  275. package/esm/funcs/domainsCreateOrTransferDomain.d.ts +2 -1
  276. package/esm/funcs/domainsCreateOrTransferDomain.d.ts.map +1 -1
  277. package/esm/funcs/domainsCreateOrTransferDomain.js +12 -7
  278. package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -1
  279. package/esm/funcs/domainsDeleteDomain.d.ts +2 -1
  280. package/esm/funcs/domainsDeleteDomain.d.ts.map +1 -1
  281. package/esm/funcs/domainsDeleteDomain.js +12 -7
  282. package/esm/funcs/domainsDeleteDomain.js.map +1 -1
  283. package/esm/funcs/domainsGetDomain.d.ts +2 -1
  284. package/esm/funcs/domainsGetDomain.d.ts.map +1 -1
  285. package/esm/funcs/domainsGetDomain.js +12 -7
  286. package/esm/funcs/domainsGetDomain.js.map +1 -1
  287. package/esm/funcs/domainsGetDomainConfig.d.ts +2 -1
  288. package/esm/funcs/domainsGetDomainConfig.d.ts.map +1 -1
  289. package/esm/funcs/domainsGetDomainConfig.js +11 -6
  290. package/esm/funcs/domainsGetDomainConfig.js.map +1 -1
  291. package/esm/funcs/domainsGetDomainTransfer.d.ts +2 -1
  292. package/esm/funcs/domainsGetDomainTransfer.d.ts.map +1 -1
  293. package/esm/funcs/domainsGetDomainTransfer.js +11 -6
  294. package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
  295. package/esm/funcs/domainsGetDomains.d.ts +2 -1
  296. package/esm/funcs/domainsGetDomains.d.ts.map +1 -1
  297. package/esm/funcs/domainsGetDomains.js +11 -6
  298. package/esm/funcs/domainsGetDomains.js.map +1 -1
  299. package/esm/funcs/domainsPatchDomain.d.ts +2 -1
  300. package/esm/funcs/domainsPatchDomain.d.ts.map +1 -1
  301. package/esm/funcs/domainsPatchDomain.js +12 -7
  302. package/esm/funcs/domainsPatchDomain.js.map +1 -1
  303. package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts +2 -1
  304. package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts.map +1 -1
  305. package/esm/funcs/edgeConfigCreateEdgeConfig.js +11 -6
  306. package/esm/funcs/edgeConfigCreateEdgeConfig.js.map +1 -1
  307. package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts +2 -1
  308. package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts.map +1 -1
  309. package/esm/funcs/edgeConfigCreateEdgeConfigToken.js +12 -7
  310. package/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +1 -1
  311. package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts +2 -1
  312. package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts.map +1 -1
  313. package/esm/funcs/edgeConfigDeleteEdgeConfig.js +12 -7
  314. package/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +1 -1
  315. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts +2 -1
  316. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts.map +1 -1
  317. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +12 -7
  318. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +1 -1
  319. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts +2 -1
  320. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts.map +1 -1
  321. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +12 -7
  322. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +1 -1
  323. package/esm/funcs/edgeConfigGetEdgeConfig.d.ts +2 -1
  324. package/esm/funcs/edgeConfigGetEdgeConfig.d.ts.map +1 -1
  325. package/esm/funcs/edgeConfigGetEdgeConfig.js +12 -7
  326. package/esm/funcs/edgeConfigGetEdgeConfig.js.map +1 -1
  327. package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts +2 -1
  328. package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts.map +1 -1
  329. package/esm/funcs/edgeConfigGetEdgeConfigBackup.js +12 -7
  330. package/esm/funcs/edgeConfigGetEdgeConfigBackup.js.map +1 -1
  331. package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts +2 -1
  332. package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts.map +1 -1
  333. package/esm/funcs/edgeConfigGetEdgeConfigBackups.js +12 -7
  334. package/esm/funcs/edgeConfigGetEdgeConfigBackups.js.map +1 -1
  335. package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts +2 -1
  336. package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts.map +1 -1
  337. package/esm/funcs/edgeConfigGetEdgeConfigItem.js +12 -7
  338. package/esm/funcs/edgeConfigGetEdgeConfigItem.js.map +1 -1
  339. package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts +2 -1
  340. package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +1 -1
  341. package/esm/funcs/edgeConfigGetEdgeConfigItems.js +12 -7
  342. package/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +1 -1
  343. package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts +2 -1
  344. package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts.map +1 -1
  345. package/esm/funcs/edgeConfigGetEdgeConfigSchema.js +12 -7
  346. package/esm/funcs/edgeConfigGetEdgeConfigSchema.js.map +1 -1
  347. package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts +2 -1
  348. package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts.map +1 -1
  349. package/esm/funcs/edgeConfigGetEdgeConfigToken.js +12 -7
  350. package/esm/funcs/edgeConfigGetEdgeConfigToken.js.map +1 -1
  351. package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts +2 -1
  352. package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts.map +1 -1
  353. package/esm/funcs/edgeConfigGetEdgeConfigTokens.js +12 -7
  354. package/esm/funcs/edgeConfigGetEdgeConfigTokens.js.map +1 -1
  355. package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts +2 -1
  356. package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts.map +1 -1
  357. package/esm/funcs/edgeConfigGetEdgeConfigs.js +11 -6
  358. package/esm/funcs/edgeConfigGetEdgeConfigs.js.map +1 -1
  359. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts +2 -1
  360. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts.map +1 -1
  361. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +12 -7
  362. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +1 -1
  363. package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts +2 -1
  364. package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts.map +1 -1
  365. package/esm/funcs/edgeConfigUpdateEdgeConfig.js +12 -7
  366. package/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +1 -1
  367. package/esm/funcs/{environmentPostV1ProjectsIdOrNameCustomEnvironments.d.ts → environmentCreateCustomEnvironment.d.ts} +4 -3
  368. package/esm/funcs/environmentCreateCustomEnvironment.d.ts.map +1 -0
  369. package/esm/funcs/{environmentPostV1ProjectsIdOrNameCustomEnvironments.js → environmentCreateCustomEnvironment.js} +17 -12
  370. package/esm/funcs/environmentCreateCustomEnvironment.js.map +1 -0
  371. package/esm/funcs/environmentGetCustomEnvironment.d.ts +19 -0
  372. package/esm/funcs/environmentGetCustomEnvironment.d.ts.map +1 -0
  373. package/esm/funcs/{environmentGetV9ProjectsIdOrNameCustomEnvironmentsEnvironmentSlugOrId.js → environmentGetCustomEnvironment.js} +16 -12
  374. package/esm/funcs/environmentGetCustomEnvironment.js.map +1 -0
  375. package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.d.ts +2 -1
  376. package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.d.ts.map +1 -1
  377. package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.js +11 -6
  378. package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.js.map +1 -1
  379. package/esm/funcs/environmentRemoveCustomEnvironment.d.ts +18 -0
  380. package/esm/funcs/environmentRemoveCustomEnvironment.d.ts.map +1 -0
  381. package/esm/funcs/{environmentDeleteV9ProjectsIdOrNameCustomEnvironmentsEnvironmentSlugOrId.js → environmentRemoveCustomEnvironment.js} +16 -12
  382. package/esm/funcs/environmentRemoveCustomEnvironment.js.map +1 -0
  383. package/esm/funcs/environmentUpdateCustomEnvironment.d.ts +18 -0
  384. package/esm/funcs/environmentUpdateCustomEnvironment.d.ts.map +1 -0
  385. package/esm/funcs/{environmentPatchV9ProjectsIdOrNameCustomEnvironmentsEnvironmentSlugOrId.js → environmentUpdateCustomEnvironment.js} +16 -12
  386. package/esm/funcs/environmentUpdateCustomEnvironment.js.map +1 -0
  387. package/esm/funcs/integrationsDeleteConfiguration.d.ts +2 -1
  388. package/esm/funcs/integrationsDeleteConfiguration.d.ts.map +1 -1
  389. package/esm/funcs/integrationsDeleteConfiguration.js +12 -7
  390. package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -1
  391. package/esm/funcs/integrationsGetConfiguration.d.ts +2 -1
  392. package/esm/funcs/integrationsGetConfiguration.d.ts.map +1 -1
  393. package/esm/funcs/integrationsGetConfiguration.js +12 -7
  394. package/esm/funcs/integrationsGetConfiguration.js.map +1 -1
  395. package/esm/funcs/integrationsGetConfigurations.d.ts +2 -1
  396. package/esm/funcs/integrationsGetConfigurations.d.ts.map +1 -1
  397. package/esm/funcs/integrationsGetConfigurations.js +11 -6
  398. package/esm/funcs/integrationsGetConfigurations.js.map +1 -1
  399. package/esm/funcs/integrationsGitNamespaces.d.ts +2 -1
  400. package/esm/funcs/integrationsGitNamespaces.d.ts.map +1 -1
  401. package/esm/funcs/integrationsGitNamespaces.js +11 -6
  402. package/esm/funcs/integrationsGitNamespaces.js.map +1 -1
  403. package/esm/funcs/integrationsSearchRepo.d.ts +2 -1
  404. package/esm/funcs/integrationsSearchRepo.d.ts.map +1 -1
  405. package/esm/funcs/integrationsSearchRepo.js +11 -6
  406. package/esm/funcs/integrationsSearchRepo.js.map +1 -1
  407. package/esm/funcs/integrationsUpdateIntegrationDeploymentAction.d.ts +18 -0
  408. package/esm/funcs/integrationsUpdateIntegrationDeploymentAction.d.ts.map +1 -0
  409. package/esm/funcs/integrationsUpdateIntegrationDeploymentAction.js +97 -0
  410. package/esm/funcs/integrationsUpdateIntegrationDeploymentAction.js.map +1 -0
  411. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +2 -1
  412. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +1 -1
  413. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +11 -6
  414. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +1 -1
  415. package/esm/funcs/logDrainsCreateLogDrain.d.ts +2 -1
  416. package/esm/funcs/logDrainsCreateLogDrain.d.ts.map +1 -1
  417. package/esm/funcs/logDrainsCreateLogDrain.js +11 -6
  418. package/esm/funcs/logDrainsCreateLogDrain.js.map +1 -1
  419. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +2 -1
  420. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +1 -1
  421. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +12 -7
  422. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +1 -1
  423. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +2 -1
  424. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts.map +1 -1
  425. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +12 -7
  426. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js.map +1 -1
  427. package/esm/funcs/logDrainsGetAllLogDrains.d.ts +2 -1
  428. package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +1 -1
  429. package/esm/funcs/logDrainsGetAllLogDrains.js +12 -6
  430. package/esm/funcs/logDrainsGetAllLogDrains.js.map +1 -1
  431. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +2 -1
  432. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +1 -1
  433. package/esm/funcs/logDrainsGetConfigurableLogDrain.js +12 -7
  434. package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +1 -1
  435. package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts +2 -1
  436. package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts.map +1 -1
  437. package/esm/funcs/logDrainsGetIntegrationLogDrains.js +11 -6
  438. package/esm/funcs/logDrainsGetIntegrationLogDrains.js.map +1 -1
  439. package/esm/funcs/marketplaceCreateEvent.d.ts +3 -2
  440. package/esm/funcs/marketplaceCreateEvent.d.ts.map +1 -1
  441. package/esm/funcs/marketplaceCreateEvent.js +12 -7
  442. package/esm/funcs/marketplaceCreateEvent.js.map +1 -1
  443. package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.d.ts +19 -0
  444. package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.d.ts.map +1 -0
  445. package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.js +91 -0
  446. package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.js.map +1 -0
  447. package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.d.ts +19 -0
  448. package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.d.ts.map +1 -0
  449. package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.js +91 -0
  450. package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.js.map +1 -0
  451. package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.d.ts +19 -0
  452. package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.d.ts.map +1 -0
  453. package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.js +94 -0
  454. package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.js.map +1 -0
  455. package/esm/funcs/marketplaceExchangeSsoToken.d.ts +2 -1
  456. package/esm/funcs/marketplaceExchangeSsoToken.d.ts.map +1 -1
  457. package/esm/funcs/marketplaceExchangeSsoToken.js +12 -7
  458. package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -1
  459. package/esm/funcs/marketplaceGetAccountInfo.d.ts +2 -1
  460. package/esm/funcs/marketplaceGetAccountInfo.d.ts.map +1 -1
  461. package/esm/funcs/marketplaceGetAccountInfo.js +11 -6
  462. package/esm/funcs/marketplaceGetAccountInfo.js.map +1 -1
  463. package/esm/funcs/marketplaceGetInvoice.d.ts +2 -1
  464. package/esm/funcs/marketplaceGetInvoice.d.ts.map +1 -1
  465. package/esm/funcs/marketplaceGetInvoice.js +12 -7
  466. package/esm/funcs/marketplaceGetInvoice.js.map +1 -1
  467. package/esm/funcs/marketplaceGetMember.d.ts +2 -1
  468. package/esm/funcs/marketplaceGetMember.d.ts.map +1 -1
  469. package/esm/funcs/marketplaceGetMember.js +12 -7
  470. package/esm/funcs/marketplaceGetMember.js.map +1 -1
  471. package/esm/funcs/marketplaceImportResource.d.ts +19 -0
  472. package/esm/funcs/marketplaceImportResource.d.ts.map +1 -0
  473. package/esm/funcs/marketplaceImportResource.js +89 -0
  474. package/esm/funcs/marketplaceImportResource.js.map +1 -0
  475. package/esm/funcs/marketplaceSubmitBillingData.d.ts +2 -1
  476. package/esm/funcs/marketplaceSubmitBillingData.d.ts.map +1 -1
  477. package/esm/funcs/marketplaceSubmitBillingData.js +11 -6
  478. package/esm/funcs/marketplaceSubmitBillingData.js.map +1 -1
  479. package/esm/funcs/marketplaceSubmitInvoice.d.ts +2 -1
  480. package/esm/funcs/marketplaceSubmitInvoice.d.ts.map +1 -1
  481. package/esm/funcs/marketplaceSubmitInvoice.js +11 -6
  482. package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -1
  483. package/esm/funcs/marketplaceSubmitPrepaymentBalances.d.ts +18 -0
  484. package/esm/funcs/marketplaceSubmitPrepaymentBalances.d.ts.map +1 -0
  485. package/esm/funcs/marketplaceSubmitPrepaymentBalances.js +85 -0
  486. package/esm/funcs/marketplaceSubmitPrepaymentBalances.js.map +1 -0
  487. package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.d.ts +19 -0
  488. package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.d.ts.map +1 -0
  489. package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.js +95 -0
  490. package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.js.map +1 -0
  491. package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.d.ts +19 -0
  492. package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.d.ts.map +1 -0
  493. package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js +90 -0
  494. package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js.map +1 -0
  495. package/esm/funcs/marketplaceUpdateInvoice.d.ts +2 -1
  496. package/esm/funcs/marketplaceUpdateInvoice.d.ts.map +1 -1
  497. package/esm/funcs/marketplaceUpdateInvoice.js +12 -7
  498. package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -1
  499. package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts +2 -1
  500. package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts.map +1 -1
  501. package/esm/funcs/marketplaceUpdateResourceSecrets.js +12 -7
  502. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
  503. package/esm/funcs/marketplaceUpdateResourceSecretsById.d.ts +2 -1
  504. package/esm/funcs/marketplaceUpdateResourceSecretsById.d.ts.map +1 -1
  505. package/esm/funcs/marketplaceUpdateResourceSecretsById.js +12 -7
  506. package/esm/funcs/marketplaceUpdateResourceSecretsById.js.map +1 -1
  507. package/esm/funcs/projectMembersAddProjectMember.d.ts +2 -1
  508. package/esm/funcs/projectMembersAddProjectMember.d.ts.map +1 -1
  509. package/esm/funcs/projectMembersAddProjectMember.js +11 -6
  510. package/esm/funcs/projectMembersAddProjectMember.js.map +1 -1
  511. package/esm/funcs/projectMembersGetProjectMembers.d.ts +2 -1
  512. package/esm/funcs/projectMembersGetProjectMembers.d.ts.map +1 -1
  513. package/esm/funcs/projectMembersGetProjectMembers.js +11 -6
  514. package/esm/funcs/projectMembersGetProjectMembers.js.map +1 -1
  515. package/esm/funcs/projectMembersRemoveProjectMember.d.ts +2 -1
  516. package/esm/funcs/projectMembersRemoveProjectMember.d.ts.map +1 -1
  517. package/esm/funcs/projectMembersRemoveProjectMember.js +11 -6
  518. package/esm/funcs/projectMembersRemoveProjectMember.js.map +1 -1
  519. package/esm/funcs/projectsAcceptProjectTransferRequest.d.ts +2 -1
  520. package/esm/funcs/projectsAcceptProjectTransferRequest.d.ts.map +1 -1
  521. package/esm/funcs/projectsAcceptProjectTransferRequest.js +12 -7
  522. package/esm/funcs/projectsAcceptProjectTransferRequest.js.map +1 -1
  523. package/esm/funcs/projectsAddProjectDomain.d.ts +2 -1
  524. package/esm/funcs/projectsAddProjectDomain.d.ts.map +1 -1
  525. package/esm/funcs/projectsAddProjectDomain.js +11 -6
  526. package/esm/funcs/projectsAddProjectDomain.js.map +1 -1
  527. package/esm/funcs/projectsCreateProject.d.ts +2 -1
  528. package/esm/funcs/projectsCreateProject.d.ts.map +1 -1
  529. package/esm/funcs/projectsCreateProject.js +12 -7
  530. package/esm/funcs/projectsCreateProject.js.map +1 -1
  531. package/esm/funcs/projectsCreateProjectEnv.d.ts +2 -1
  532. package/esm/funcs/projectsCreateProjectEnv.d.ts.map +1 -1
  533. package/esm/funcs/projectsCreateProjectEnv.js +11 -6
  534. package/esm/funcs/projectsCreateProjectEnv.js.map +1 -1
  535. package/esm/funcs/projectsCreateProjectTransferRequest.d.ts +2 -1
  536. package/esm/funcs/projectsCreateProjectTransferRequest.d.ts.map +1 -1
  537. package/esm/funcs/projectsCreateProjectTransferRequest.js +11 -6
  538. package/esm/funcs/projectsCreateProjectTransferRequest.js.map +1 -1
  539. package/esm/funcs/projectsDeleteProject.d.ts +2 -1
  540. package/esm/funcs/projectsDeleteProject.d.ts.map +1 -1
  541. package/esm/funcs/projectsDeleteProject.js +11 -6
  542. package/esm/funcs/projectsDeleteProject.js.map +1 -1
  543. package/esm/funcs/projectsEditProjectEnv.d.ts +2 -1
  544. package/esm/funcs/projectsEditProjectEnv.d.ts.map +1 -1
  545. package/esm/funcs/projectsEditProjectEnv.js +11 -6
  546. package/esm/funcs/projectsEditProjectEnv.js.map +1 -1
  547. package/esm/funcs/projectsFilterProjectEnvs.d.ts +2 -1
  548. package/esm/funcs/projectsFilterProjectEnvs.d.ts.map +1 -1
  549. package/esm/funcs/projectsFilterProjectEnvs.js +12 -7
  550. package/esm/funcs/projectsFilterProjectEnvs.js.map +1 -1
  551. package/esm/funcs/projectsGetProjectDomain.d.ts +2 -1
  552. package/esm/funcs/projectsGetProjectDomain.d.ts.map +1 -1
  553. package/esm/funcs/projectsGetProjectDomain.js +11 -6
  554. package/esm/funcs/projectsGetProjectDomain.js.map +1 -1
  555. package/esm/funcs/projectsGetProjectDomains.d.ts +2 -1
  556. package/esm/funcs/projectsGetProjectDomains.d.ts.map +1 -1
  557. package/esm/funcs/projectsGetProjectDomains.js +11 -6
  558. package/esm/funcs/projectsGetProjectDomains.js.map +1 -1
  559. package/esm/funcs/projectsGetProjectEnv.d.ts +2 -1
  560. package/esm/funcs/projectsGetProjectEnv.d.ts.map +1 -1
  561. package/esm/funcs/projectsGetProjectEnv.js +11 -6
  562. package/esm/funcs/projectsGetProjectEnv.js.map +1 -1
  563. package/esm/funcs/projectsGetProjects.d.ts +2 -1
  564. package/esm/funcs/projectsGetProjects.d.ts.map +1 -1
  565. package/esm/funcs/projectsGetProjects.js +12 -7
  566. package/esm/funcs/projectsGetProjects.js.map +1 -1
  567. package/esm/funcs/projectsListPromoteAliases.d.ts +2 -1
  568. package/esm/funcs/projectsListPromoteAliases.d.ts.map +1 -1
  569. package/esm/funcs/projectsListPromoteAliases.js +12 -7
  570. package/esm/funcs/projectsListPromoteAliases.js.map +1 -1
  571. package/esm/funcs/projectsRemoveProjectDomain.d.ts +2 -1
  572. package/esm/funcs/projectsRemoveProjectDomain.d.ts.map +1 -1
  573. package/esm/funcs/projectsRemoveProjectDomain.js +12 -7
  574. package/esm/funcs/projectsRemoveProjectDomain.js.map +1 -1
  575. package/esm/funcs/projectsRemoveProjectEnv.d.ts +2 -1
  576. package/esm/funcs/projectsRemoveProjectEnv.d.ts.map +1 -1
  577. package/esm/funcs/projectsRemoveProjectEnv.js +12 -7
  578. package/esm/funcs/projectsRemoveProjectEnv.js.map +1 -1
  579. package/esm/funcs/projectsRequestPromote.d.ts +2 -1
  580. package/esm/funcs/projectsRequestPromote.d.ts.map +1 -1
  581. package/esm/funcs/projectsRequestPromote.js +11 -6
  582. package/esm/funcs/projectsRequestPromote.js.map +1 -1
  583. package/esm/funcs/projectsUpdateProject.d.ts +3 -1
  584. package/esm/funcs/projectsUpdateProject.d.ts.map +1 -1
  585. package/esm/funcs/projectsUpdateProject.js +14 -8
  586. package/esm/funcs/projectsUpdateProject.js.map +1 -1
  587. package/esm/funcs/projectsUpdateProjectDataCache.d.ts +2 -1
  588. package/esm/funcs/projectsUpdateProjectDataCache.d.ts.map +1 -1
  589. package/esm/funcs/projectsUpdateProjectDataCache.js +12 -7
  590. package/esm/funcs/projectsUpdateProjectDataCache.js.map +1 -1
  591. package/esm/funcs/projectsUpdateProjectDomain.d.ts +2 -1
  592. package/esm/funcs/projectsUpdateProjectDomain.d.ts.map +1 -1
  593. package/esm/funcs/projectsUpdateProjectDomain.js +11 -6
  594. package/esm/funcs/projectsUpdateProjectDomain.js.map +1 -1
  595. package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts +2 -1
  596. package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts.map +1 -1
  597. package/esm/funcs/projectsUpdateProjectProtectionBypass.js +12 -7
  598. package/esm/funcs/projectsUpdateProjectProtectionBypass.js.map +1 -1
  599. package/esm/funcs/projectsVerifyProjectDomain.d.ts +2 -1
  600. package/esm/funcs/projectsVerifyProjectDomain.d.ts.map +1 -1
  601. package/esm/funcs/projectsVerifyProjectDomain.js +11 -6
  602. package/esm/funcs/projectsVerifyProjectDomain.js.map +1 -1
  603. package/esm/funcs/securityAddBypassIp.d.ts +2 -1
  604. package/esm/funcs/securityAddBypassIp.d.ts.map +1 -1
  605. package/esm/funcs/securityAddBypassIp.js +12 -7
  606. package/esm/funcs/securityAddBypassIp.js.map +1 -1
  607. package/esm/funcs/securityGetActiveAttackStatus.d.ts +2 -1
  608. package/esm/funcs/securityGetActiveAttackStatus.d.ts.map +1 -1
  609. package/esm/funcs/securityGetActiveAttackStatus.js +12 -7
  610. package/esm/funcs/securityGetActiveAttackStatus.js.map +1 -1
  611. package/esm/funcs/securityGetBypassIp.d.ts +2 -1
  612. package/esm/funcs/securityGetBypassIp.d.ts.map +1 -1
  613. package/esm/funcs/securityGetBypassIp.js +12 -7
  614. package/esm/funcs/securityGetBypassIp.js.map +1 -1
  615. package/esm/funcs/securityGetFirewallConfig.d.ts +2 -1
  616. package/esm/funcs/securityGetFirewallConfig.d.ts.map +1 -1
  617. package/esm/funcs/securityGetFirewallConfig.js +12 -7
  618. package/esm/funcs/securityGetFirewallConfig.js.map +1 -1
  619. package/esm/funcs/securityRemoveBypassIp.d.ts +2 -1
  620. package/esm/funcs/securityRemoveBypassIp.d.ts.map +1 -1
  621. package/esm/funcs/securityRemoveBypassIp.js +12 -7
  622. package/esm/funcs/securityRemoveBypassIp.js.map +1 -1
  623. package/esm/funcs/securityUpdateAttackChallengeMode.d.ts +2 -1
  624. package/esm/funcs/securityUpdateAttackChallengeMode.d.ts.map +1 -1
  625. package/esm/funcs/securityUpdateAttackChallengeMode.js +12 -7
  626. package/esm/funcs/securityUpdateAttackChallengeMode.js.map +1 -1
  627. package/esm/funcs/securityUpdateFirewallConfig.d.ts +2 -1
  628. package/esm/funcs/securityUpdateFirewallConfig.d.ts.map +1 -1
  629. package/esm/funcs/securityUpdateFirewallConfig.js +12 -7
  630. package/esm/funcs/securityUpdateFirewallConfig.js.map +1 -1
  631. package/esm/funcs/teamsCreateTeam.d.ts +2 -1
  632. package/esm/funcs/teamsCreateTeam.d.ts.map +1 -1
  633. package/esm/funcs/teamsCreateTeam.js +11 -6
  634. package/esm/funcs/teamsCreateTeam.js.map +1 -1
  635. package/esm/funcs/teamsDeleteTeam.d.ts +2 -1
  636. package/esm/funcs/teamsDeleteTeam.d.ts.map +1 -1
  637. package/esm/funcs/teamsDeleteTeam.js +12 -7
  638. package/esm/funcs/teamsDeleteTeam.js.map +1 -1
  639. package/esm/funcs/teamsDeleteTeamInviteCode.d.ts +2 -1
  640. package/esm/funcs/teamsDeleteTeamInviteCode.d.ts.map +1 -1
  641. package/esm/funcs/teamsDeleteTeamInviteCode.js +12 -7
  642. package/esm/funcs/teamsDeleteTeamInviteCode.js.map +1 -1
  643. package/esm/funcs/teamsGetTeam.d.ts +2 -1
  644. package/esm/funcs/teamsGetTeam.d.ts.map +1 -1
  645. package/esm/funcs/teamsGetTeam.js +12 -7
  646. package/esm/funcs/teamsGetTeam.js.map +1 -1
  647. package/esm/funcs/teamsGetTeamAccessRequest.d.ts +2 -1
  648. package/esm/funcs/teamsGetTeamAccessRequest.d.ts.map +1 -1
  649. package/esm/funcs/teamsGetTeamAccessRequest.js +12 -7
  650. package/esm/funcs/teamsGetTeamAccessRequest.js.map +1 -1
  651. package/esm/funcs/teamsGetTeamMembers.d.ts +2 -1
  652. package/esm/funcs/teamsGetTeamMembers.d.ts.map +1 -1
  653. package/esm/funcs/teamsGetTeamMembers.js +12 -7
  654. package/esm/funcs/teamsGetTeamMembers.js.map +1 -1
  655. package/esm/funcs/teamsGetTeams.d.ts +2 -1
  656. package/esm/funcs/teamsGetTeams.d.ts.map +1 -1
  657. package/esm/funcs/teamsGetTeams.js +11 -6
  658. package/esm/funcs/teamsGetTeams.js.map +1 -1
  659. package/esm/funcs/teamsInviteUserToTeam.d.ts +2 -1
  660. package/esm/funcs/teamsInviteUserToTeam.d.ts.map +1 -1
  661. package/esm/funcs/teamsInviteUserToTeam.js +12 -7
  662. package/esm/funcs/teamsInviteUserToTeam.js.map +1 -1
  663. package/esm/funcs/teamsJoinTeam.d.ts +2 -1
  664. package/esm/funcs/teamsJoinTeam.d.ts.map +1 -1
  665. package/esm/funcs/teamsJoinTeam.js +12 -7
  666. package/esm/funcs/teamsJoinTeam.js.map +1 -1
  667. package/esm/funcs/teamsPatchTeam.d.ts +2 -1
  668. package/esm/funcs/teamsPatchTeam.d.ts.map +1 -1
  669. package/esm/funcs/teamsPatchTeam.js +12 -7
  670. package/esm/funcs/teamsPatchTeam.js.map +1 -1
  671. package/esm/funcs/teamsRemoveTeamMember.d.ts +2 -1
  672. package/esm/funcs/teamsRemoveTeamMember.d.ts.map +1 -1
  673. package/esm/funcs/teamsRemoveTeamMember.js +12 -7
  674. package/esm/funcs/teamsRemoveTeamMember.js.map +1 -1
  675. package/esm/funcs/teamsRequestAccessToTeam.d.ts +2 -1
  676. package/esm/funcs/teamsRequestAccessToTeam.d.ts.map +1 -1
  677. package/esm/funcs/teamsRequestAccessToTeam.js +12 -7
  678. package/esm/funcs/teamsRequestAccessToTeam.js.map +1 -1
  679. package/esm/funcs/teamsUpdateTeamMember.d.ts +2 -1
  680. package/esm/funcs/teamsUpdateTeamMember.d.ts.map +1 -1
  681. package/esm/funcs/teamsUpdateTeamMember.js +12 -7
  682. package/esm/funcs/teamsUpdateTeamMember.js.map +1 -1
  683. package/esm/funcs/userGetAuthUser.d.ts +2 -1
  684. package/esm/funcs/userGetAuthUser.d.ts.map +1 -1
  685. package/esm/funcs/userGetAuthUser.js +11 -6
  686. package/esm/funcs/userGetAuthUser.js.map +1 -1
  687. package/esm/funcs/userListUserEvents.d.ts +2 -1
  688. package/esm/funcs/userListUserEvents.d.ts.map +1 -1
  689. package/esm/funcs/userListUserEvents.js +11 -6
  690. package/esm/funcs/userListUserEvents.js.map +1 -1
  691. package/esm/funcs/userRequestDelete.d.ts +2 -1
  692. package/esm/funcs/userRequestDelete.d.ts.map +1 -1
  693. package/esm/funcs/userRequestDelete.js +11 -6
  694. package/esm/funcs/userRequestDelete.js.map +1 -1
  695. package/esm/funcs/webhooksCreateWebhook.d.ts +2 -1
  696. package/esm/funcs/webhooksCreateWebhook.d.ts.map +1 -1
  697. package/esm/funcs/webhooksCreateWebhook.js +11 -6
  698. package/esm/funcs/webhooksCreateWebhook.js.map +1 -1
  699. package/esm/funcs/webhooksDeleteWebhook.d.ts +2 -1
  700. package/esm/funcs/webhooksDeleteWebhook.d.ts.map +1 -1
  701. package/esm/funcs/webhooksDeleteWebhook.js +11 -6
  702. package/esm/funcs/webhooksDeleteWebhook.js.map +1 -1
  703. package/esm/funcs/webhooksGetWebhook.d.ts +2 -1
  704. package/esm/funcs/webhooksGetWebhook.d.ts.map +1 -1
  705. package/esm/funcs/webhooksGetWebhook.js +11 -6
  706. package/esm/funcs/webhooksGetWebhook.js.map +1 -1
  707. package/esm/funcs/webhooksGetWebhooks.d.ts +2 -1
  708. package/esm/funcs/webhooksGetWebhooks.d.ts.map +1 -1
  709. package/esm/funcs/webhooksGetWebhooks.js +11 -6
  710. package/esm/funcs/webhooksGetWebhooks.js.map +1 -1
  711. package/esm/hooks/types.d.ts +1 -0
  712. package/esm/hooks/types.d.ts.map +1 -1
  713. package/esm/lib/config.d.ts +6 -6
  714. package/esm/lib/config.d.ts.map +1 -1
  715. package/esm/lib/config.js +3 -3
  716. package/esm/lib/config.js.map +1 -1
  717. package/esm/lib/encodings.d.ts.map +1 -1
  718. package/esm/lib/files.js.map +1 -1
  719. package/esm/lib/primitives.d.ts +3 -0
  720. package/esm/lib/primitives.d.ts.map +1 -1
  721. package/esm/lib/primitives.js +6 -0
  722. package/esm/lib/primitives.js.map +1 -1
  723. package/esm/lib/retries.js +0 -1
  724. package/esm/lib/retries.js.map +1 -1
  725. package/esm/lib/sdks.d.ts +1 -1
  726. package/esm/lib/sdks.d.ts.map +1 -1
  727. package/esm/lib/sdks.js +2 -8
  728. package/esm/lib/sdks.js.map +1 -1
  729. package/esm/lib/security.d.ts.map +1 -1
  730. package/esm/lib/security.js.map +1 -1
  731. package/esm/mcp-server/build.d.mts.map +1 -0
  732. package/esm/mcp-server/build.mjs +14 -0
  733. package/esm/mcp-server/build.mjs.map +1 -0
  734. package/esm/mcp-server/cli/start/command.d.ts +2 -0
  735. package/esm/mcp-server/cli/start/command.d.ts.map +1 -0
  736. package/esm/mcp-server/cli/start/command.js +102 -0
  737. package/esm/mcp-server/cli/start/command.js.map +1 -0
  738. package/esm/mcp-server/cli/start/impl.d.ts +18 -0
  739. package/esm/mcp-server/cli/start/impl.d.ts.map +1 -0
  740. package/esm/mcp-server/cli/start/impl.js +98 -0
  741. package/esm/mcp-server/cli/start/impl.js.map +1 -0
  742. package/esm/mcp-server/cli.d.ts +6 -0
  743. package/esm/mcp-server/cli.d.ts.map +1 -0
  744. package/esm/mcp-server/cli.js +7 -0
  745. package/esm/mcp-server/cli.js.map +1 -0
  746. package/esm/mcp-server/console-logger.d.ts +7 -0
  747. package/esm/mcp-server/console-logger.d.ts.map +1 -0
  748. package/esm/mcp-server/console-logger.js +55 -0
  749. package/esm/mcp-server/console-logger.js.map +1 -0
  750. package/esm/mcp-server/extensions.d.ts +9 -0
  751. package/esm/mcp-server/extensions.d.ts.map +1 -0
  752. package/esm/mcp-server/extensions.js +5 -0
  753. package/esm/mcp-server/extensions.js.map +1 -0
  754. package/esm/mcp-server/mcp-server.d.ts +2 -0
  755. package/esm/mcp-server/mcp-server.d.ts.map +1 -0
  756. package/esm/mcp-server/mcp-server.js +23 -0
  757. package/esm/mcp-server/mcp-server.js.map +1 -0
  758. package/esm/mcp-server/resources.d.ts +32 -0
  759. package/esm/mcp-server/resources.d.ts.map +1 -0
  760. package/esm/mcp-server/resources.js +73 -0
  761. package/esm/mcp-server/resources.js.map +1 -0
  762. package/esm/mcp-server/scopes.d.ts +3 -0
  763. package/esm/mcp-server/scopes.d.ts.map +1 -0
  764. package/esm/mcp-server/scopes.js +5 -0
  765. package/esm/mcp-server/scopes.js.map +1 -0
  766. package/esm/mcp-server/server.d.ts +13 -0
  767. package/esm/mcp-server/server.d.ts.map +1 -0
  768. package/esm/mcp-server/server.js +354 -0
  769. package/esm/mcp-server/server.js.map +1 -0
  770. package/esm/mcp-server/shared.d.ts +7 -0
  771. package/esm/mcp-server/shared.d.ts.map +1 -0
  772. package/esm/mcp-server/shared.js +59 -0
  773. package/esm/mcp-server/shared.js.map +1 -0
  774. package/esm/mcp-server/tools/accessGroupsCreateAccessGroup.d.ts +7 -0
  775. package/esm/mcp-server/tools/accessGroupsCreateAccessGroup.d.ts.map +1 -0
  776. package/esm/mcp-server/tools/accessGroupsCreateAccessGroup.js +28 -0
  777. package/esm/mcp-server/tools/accessGroupsCreateAccessGroup.js.map +1 -0
  778. package/esm/mcp-server/tools/accessGroupsCreateAccessGroupProject.d.ts +7 -0
  779. package/esm/mcp-server/tools/accessGroupsCreateAccessGroupProject.d.ts.map +1 -0
  780. package/esm/mcp-server/tools/accessGroupsCreateAccessGroupProject.js +28 -0
  781. package/esm/mcp-server/tools/accessGroupsCreateAccessGroupProject.js.map +1 -0
  782. package/esm/mcp-server/tools/accessGroupsDeleteAccessGroup.d.ts +7 -0
  783. package/esm/mcp-server/tools/accessGroupsDeleteAccessGroup.d.ts.map +1 -0
  784. package/esm/mcp-server/tools/accessGroupsDeleteAccessGroup.js +27 -0
  785. package/esm/mcp-server/tools/accessGroupsDeleteAccessGroup.js.map +1 -0
  786. package/esm/mcp-server/tools/accessGroupsDeleteAccessGroupProject.d.ts +7 -0
  787. package/esm/mcp-server/tools/accessGroupsDeleteAccessGroupProject.d.ts.map +1 -0
  788. package/esm/mcp-server/tools/accessGroupsDeleteAccessGroupProject.js +27 -0
  789. package/esm/mcp-server/tools/accessGroupsDeleteAccessGroupProject.js.map +1 -0
  790. package/esm/mcp-server/tools/accessGroupsListAccessGroupMembers.d.ts +7 -0
  791. package/esm/mcp-server/tools/accessGroupsListAccessGroupMembers.d.ts.map +1 -0
  792. package/esm/mcp-server/tools/accessGroupsListAccessGroupMembers.js +28 -0
  793. package/esm/mcp-server/tools/accessGroupsListAccessGroupMembers.js.map +1 -0
  794. package/esm/mcp-server/tools/accessGroupsListAccessGroupProjects.d.ts +7 -0
  795. package/esm/mcp-server/tools/accessGroupsListAccessGroupProjects.d.ts.map +1 -0
  796. package/esm/mcp-server/tools/accessGroupsListAccessGroupProjects.js +28 -0
  797. package/esm/mcp-server/tools/accessGroupsListAccessGroupProjects.js.map +1 -0
  798. package/esm/mcp-server/tools/accessGroupsListAccessGroups.d.ts +7 -0
  799. package/esm/mcp-server/tools/accessGroupsListAccessGroups.d.ts.map +1 -0
  800. package/esm/mcp-server/tools/accessGroupsListAccessGroups.js +28 -0
  801. package/esm/mcp-server/tools/accessGroupsListAccessGroups.js.map +1 -0
  802. package/esm/mcp-server/tools/accessGroupsReadAccessGroup.d.ts +7 -0
  803. package/esm/mcp-server/tools/accessGroupsReadAccessGroup.d.ts.map +1 -0
  804. package/esm/mcp-server/tools/accessGroupsReadAccessGroup.js +28 -0
  805. package/esm/mcp-server/tools/accessGroupsReadAccessGroup.js.map +1 -0
  806. package/esm/mcp-server/tools/accessGroupsReadAccessGroupProject.d.ts +7 -0
  807. package/esm/mcp-server/tools/accessGroupsReadAccessGroupProject.d.ts.map +1 -0
  808. package/esm/mcp-server/tools/accessGroupsReadAccessGroupProject.js +28 -0
  809. package/esm/mcp-server/tools/accessGroupsReadAccessGroupProject.js.map +1 -0
  810. package/esm/mcp-server/tools/accessGroupsUpdateAccessGroup.d.ts +7 -0
  811. package/esm/mcp-server/tools/accessGroupsUpdateAccessGroup.d.ts.map +1 -0
  812. package/esm/mcp-server/tools/accessGroupsUpdateAccessGroup.js +28 -0
  813. package/esm/mcp-server/tools/accessGroupsUpdateAccessGroup.js.map +1 -0
  814. package/esm/mcp-server/tools/accessGroupsUpdateAccessGroupProject.d.ts +7 -0
  815. package/esm/mcp-server/tools/accessGroupsUpdateAccessGroupProject.d.ts.map +1 -0
  816. package/esm/mcp-server/tools/accessGroupsUpdateAccessGroupProject.js +28 -0
  817. package/esm/mcp-server/tools/accessGroupsUpdateAccessGroupProject.js.map +1 -0
  818. package/esm/mcp-server/tools/aliasesAssignAlias.d.ts +7 -0
  819. package/esm/mcp-server/tools/aliasesAssignAlias.d.ts.map +1 -0
  820. package/esm/mcp-server/tools/aliasesAssignAlias.js +28 -0
  821. package/esm/mcp-server/tools/aliasesAssignAlias.js.map +1 -0
  822. package/esm/mcp-server/tools/aliasesDeleteAlias.d.ts +7 -0
  823. package/esm/mcp-server/tools/aliasesDeleteAlias.d.ts.map +1 -0
  824. package/esm/mcp-server/tools/aliasesDeleteAlias.js +28 -0
  825. package/esm/mcp-server/tools/aliasesDeleteAlias.js.map +1 -0
  826. package/esm/mcp-server/tools/aliasesGetAlias.d.ts +7 -0
  827. package/esm/mcp-server/tools/aliasesGetAlias.d.ts.map +1 -0
  828. package/esm/mcp-server/tools/aliasesGetAlias.js +28 -0
  829. package/esm/mcp-server/tools/aliasesGetAlias.js.map +1 -0
  830. package/esm/mcp-server/tools/aliasesListAliases.d.ts +7 -0
  831. package/esm/mcp-server/tools/aliasesListAliases.d.ts.map +1 -0
  832. package/esm/mcp-server/tools/aliasesListAliases.js +28 -0
  833. package/esm/mcp-server/tools/aliasesListAliases.js.map +1 -0
  834. package/esm/mcp-server/tools/aliasesListDeploymentAliases.d.ts +7 -0
  835. package/esm/mcp-server/tools/aliasesListDeploymentAliases.d.ts.map +1 -0
  836. package/esm/mcp-server/tools/aliasesListDeploymentAliases.js +28 -0
  837. package/esm/mcp-server/tools/aliasesListDeploymentAliases.js.map +1 -0
  838. package/esm/mcp-server/tools/apiExperimentationGetV1ExperimentationItems.d.ts +7 -0
  839. package/esm/mcp-server/tools/apiExperimentationGetV1ExperimentationItems.d.ts.map +1 -0
  840. package/esm/mcp-server/tools/apiExperimentationGetV1ExperimentationItems.js +26 -0
  841. package/esm/mcp-server/tools/apiExperimentationGetV1ExperimentationItems.js.map +1 -0
  842. package/esm/mcp-server/tools/artifactsArtifactExists.d.ts +7 -0
  843. package/esm/mcp-server/tools/artifactsArtifactExists.d.ts.map +1 -0
  844. package/esm/mcp-server/tools/artifactsArtifactExists.js +27 -0
  845. package/esm/mcp-server/tools/artifactsArtifactExists.js.map +1 -0
  846. package/esm/mcp-server/tools/artifactsArtifactQuery.d.ts +7 -0
  847. package/esm/mcp-server/tools/artifactsArtifactQuery.d.ts.map +1 -0
  848. package/esm/mcp-server/tools/artifactsArtifactQuery.js +28 -0
  849. package/esm/mcp-server/tools/artifactsArtifactQuery.js.map +1 -0
  850. package/esm/mcp-server/tools/artifactsDownloadArtifact.d.ts +7 -0
  851. package/esm/mcp-server/tools/artifactsDownloadArtifact.d.ts.map +1 -0
  852. package/esm/mcp-server/tools/artifactsDownloadArtifact.js +28 -0
  853. package/esm/mcp-server/tools/artifactsDownloadArtifact.js.map +1 -0
  854. package/esm/mcp-server/tools/artifactsRecordEvents.d.ts +7 -0
  855. package/esm/mcp-server/tools/artifactsRecordEvents.d.ts.map +1 -0
  856. package/esm/mcp-server/tools/artifactsRecordEvents.js +27 -0
  857. package/esm/mcp-server/tools/artifactsRecordEvents.js.map +1 -0
  858. package/esm/mcp-server/tools/artifactsStatus.d.ts +7 -0
  859. package/esm/mcp-server/tools/artifactsStatus.d.ts.map +1 -0
  860. package/esm/mcp-server/tools/artifactsStatus.js +28 -0
  861. package/esm/mcp-server/tools/artifactsStatus.js.map +1 -0
  862. package/esm/mcp-server/tools/artifactsUploadArtifact.d.ts +7 -0
  863. package/esm/mcp-server/tools/artifactsUploadArtifact.d.ts.map +1 -0
  864. package/esm/mcp-server/tools/artifactsUploadArtifact.js +28 -0
  865. package/esm/mcp-server/tools/artifactsUploadArtifact.js.map +1 -0
  866. package/esm/mcp-server/tools/authenticationCreateAuthToken.d.ts +7 -0
  867. package/esm/mcp-server/tools/authenticationCreateAuthToken.d.ts.map +1 -0
  868. package/esm/mcp-server/tools/authenticationCreateAuthToken.js +28 -0
  869. package/esm/mcp-server/tools/authenticationCreateAuthToken.js.map +1 -0
  870. package/esm/mcp-server/tools/authenticationDeleteAuthToken.d.ts +7 -0
  871. package/esm/mcp-server/tools/authenticationDeleteAuthToken.d.ts.map +1 -0
  872. package/esm/mcp-server/tools/authenticationDeleteAuthToken.js +28 -0
  873. package/esm/mcp-server/tools/authenticationDeleteAuthToken.js.map +1 -0
  874. package/esm/mcp-server/tools/authenticationExchangeSsoToken.d.ts +7 -0
  875. package/esm/mcp-server/tools/authenticationExchangeSsoToken.d.ts.map +1 -0
  876. package/esm/mcp-server/tools/authenticationExchangeSsoToken.js +28 -0
  877. package/esm/mcp-server/tools/authenticationExchangeSsoToken.js.map +1 -0
  878. package/esm/mcp-server/tools/authenticationGetAuthToken.d.ts +7 -0
  879. package/esm/mcp-server/tools/authenticationGetAuthToken.d.ts.map +1 -0
  880. package/esm/mcp-server/tools/authenticationGetAuthToken.js +28 -0
  881. package/esm/mcp-server/tools/authenticationGetAuthToken.js.map +1 -0
  882. package/esm/mcp-server/tools/authenticationListAuthTokens.d.ts +3 -0
  883. package/esm/mcp-server/tools/authenticationListAuthTokens.d.ts.map +1 -0
  884. package/esm/mcp-server/tools/authenticationListAuthTokens.js +23 -0
  885. package/esm/mcp-server/tools/authenticationListAuthTokens.js.map +1 -0
  886. package/esm/mcp-server/tools/certsGetCertById.d.ts +7 -0
  887. package/esm/mcp-server/tools/certsGetCertById.d.ts.map +1 -0
  888. package/esm/mcp-server/tools/certsGetCertById.js +28 -0
  889. package/esm/mcp-server/tools/certsGetCertById.js.map +1 -0
  890. package/esm/mcp-server/tools/certsIssueCert.d.ts +7 -0
  891. package/esm/mcp-server/tools/certsIssueCert.d.ts.map +1 -0
  892. package/esm/mcp-server/tools/certsIssueCert.js +28 -0
  893. package/esm/mcp-server/tools/certsIssueCert.js.map +1 -0
  894. package/esm/mcp-server/tools/certsRemoveCert.d.ts +7 -0
  895. package/esm/mcp-server/tools/certsRemoveCert.d.ts.map +1 -0
  896. package/esm/mcp-server/tools/certsRemoveCert.js +28 -0
  897. package/esm/mcp-server/tools/certsRemoveCert.js.map +1 -0
  898. package/esm/mcp-server/tools/certsUploadCert.d.ts +7 -0
  899. package/esm/mcp-server/tools/certsUploadCert.d.ts.map +1 -0
  900. package/esm/mcp-server/tools/certsUploadCert.js +28 -0
  901. package/esm/mcp-server/tools/certsUploadCert.js.map +1 -0
  902. package/esm/mcp-server/tools/checksCreateCheck.d.ts +7 -0
  903. package/esm/mcp-server/tools/checksCreateCheck.d.ts.map +1 -0
  904. package/esm/mcp-server/tools/checksCreateCheck.js +28 -0
  905. package/esm/mcp-server/tools/checksCreateCheck.js.map +1 -0
  906. package/esm/mcp-server/tools/checksGetAllChecks.d.ts +7 -0
  907. package/esm/mcp-server/tools/checksGetAllChecks.d.ts.map +1 -0
  908. package/esm/mcp-server/tools/checksGetAllChecks.js +28 -0
  909. package/esm/mcp-server/tools/checksGetAllChecks.js.map +1 -0
  910. package/esm/mcp-server/tools/checksGetCheck.d.ts +7 -0
  911. package/esm/mcp-server/tools/checksGetCheck.d.ts.map +1 -0
  912. package/esm/mcp-server/tools/checksGetCheck.js +28 -0
  913. package/esm/mcp-server/tools/checksGetCheck.js.map +1 -0
  914. package/esm/mcp-server/tools/checksRerequestCheck.d.ts +7 -0
  915. package/esm/mcp-server/tools/checksRerequestCheck.d.ts.map +1 -0
  916. package/esm/mcp-server/tools/checksRerequestCheck.js +28 -0
  917. package/esm/mcp-server/tools/checksRerequestCheck.js.map +1 -0
  918. package/esm/mcp-server/tools/checksUpdateCheck.d.ts +7 -0
  919. package/esm/mcp-server/tools/checksUpdateCheck.d.ts.map +1 -0
  920. package/esm/mcp-server/tools/checksUpdateCheck.js +28 -0
  921. package/esm/mcp-server/tools/checksUpdateCheck.js.map +1 -0
  922. package/esm/mcp-server/tools/deploymentsCancelDeployment.d.ts +7 -0
  923. package/esm/mcp-server/tools/deploymentsCancelDeployment.d.ts.map +1 -0
  924. package/esm/mcp-server/tools/deploymentsCancelDeployment.js +28 -0
  925. package/esm/mcp-server/tools/deploymentsCancelDeployment.js.map +1 -0
  926. package/esm/mcp-server/tools/deploymentsCreateDeployment.d.ts +7 -0
  927. package/esm/mcp-server/tools/deploymentsCreateDeployment.d.ts.map +1 -0
  928. package/esm/mcp-server/tools/deploymentsCreateDeployment.js +28 -0
  929. package/esm/mcp-server/tools/deploymentsCreateDeployment.js.map +1 -0
  930. package/esm/mcp-server/tools/deploymentsDeleteDeployment.d.ts +7 -0
  931. package/esm/mcp-server/tools/deploymentsDeleteDeployment.d.ts.map +1 -0
  932. package/esm/mcp-server/tools/deploymentsDeleteDeployment.js +28 -0
  933. package/esm/mcp-server/tools/deploymentsDeleteDeployment.js.map +1 -0
  934. package/esm/mcp-server/tools/deploymentsGetDeployment.d.ts +7 -0
  935. package/esm/mcp-server/tools/deploymentsGetDeployment.d.ts.map +1 -0
  936. package/esm/mcp-server/tools/deploymentsGetDeployment.js +28 -0
  937. package/esm/mcp-server/tools/deploymentsGetDeployment.js.map +1 -0
  938. package/esm/mcp-server/tools/deploymentsGetDeploymentEvents.d.ts +7 -0
  939. package/esm/mcp-server/tools/deploymentsGetDeploymentEvents.d.ts.map +1 -0
  940. package/esm/mcp-server/tools/deploymentsGetDeploymentEvents.js +27 -0
  941. package/esm/mcp-server/tools/deploymentsGetDeploymentEvents.js.map +1 -0
  942. package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.d.ts +7 -0
  943. package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.d.ts.map +1 -0
  944. package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.js +27 -0
  945. package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.js.map +1 -0
  946. package/esm/mcp-server/tools/deploymentsGetDeployments.d.ts +7 -0
  947. package/esm/mcp-server/tools/deploymentsGetDeployments.d.ts.map +1 -0
  948. package/esm/mcp-server/tools/deploymentsGetDeployments.js +28 -0
  949. package/esm/mcp-server/tools/deploymentsGetDeployments.js.map +1 -0
  950. package/esm/mcp-server/tools/deploymentsListDeploymentFiles.d.ts +7 -0
  951. package/esm/mcp-server/tools/deploymentsListDeploymentFiles.d.ts.map +1 -0
  952. package/esm/mcp-server/tools/deploymentsListDeploymentFiles.js +28 -0
  953. package/esm/mcp-server/tools/deploymentsListDeploymentFiles.js.map +1 -0
  954. package/esm/mcp-server/tools/deploymentsUpdateIntegrationDeploymentAction.d.ts +7 -0
  955. package/esm/mcp-server/tools/deploymentsUpdateIntegrationDeploymentAction.d.ts.map +1 -0
  956. package/esm/mcp-server/tools/deploymentsUpdateIntegrationDeploymentAction.js +27 -0
  957. package/esm/mcp-server/tools/deploymentsUpdateIntegrationDeploymentAction.js.map +1 -0
  958. package/esm/mcp-server/tools/deploymentsUploadFile.d.ts +7 -0
  959. package/esm/mcp-server/tools/deploymentsUploadFile.d.ts.map +1 -0
  960. package/esm/mcp-server/tools/deploymentsUploadFile.js +28 -0
  961. package/esm/mcp-server/tools/deploymentsUploadFile.js.map +1 -0
  962. package/esm/mcp-server/tools/dnsCreateRecord.d.ts +7 -0
  963. package/esm/mcp-server/tools/dnsCreateRecord.d.ts.map +1 -0
  964. package/esm/mcp-server/tools/dnsCreateRecord.js +28 -0
  965. package/esm/mcp-server/tools/dnsCreateRecord.js.map +1 -0
  966. package/esm/mcp-server/tools/dnsGetRecords.d.ts +7 -0
  967. package/esm/mcp-server/tools/dnsGetRecords.d.ts.map +1 -0
  968. package/esm/mcp-server/tools/dnsGetRecords.js +28 -0
  969. package/esm/mcp-server/tools/dnsGetRecords.js.map +1 -0
  970. package/esm/mcp-server/tools/dnsRemoveRecord.d.ts +7 -0
  971. package/esm/mcp-server/tools/dnsRemoveRecord.d.ts.map +1 -0
  972. package/esm/mcp-server/tools/dnsRemoveRecord.js +28 -0
  973. package/esm/mcp-server/tools/dnsRemoveRecord.js.map +1 -0
  974. package/esm/mcp-server/tools/dnsUpdateRecord.d.ts +7 -0
  975. package/esm/mcp-server/tools/dnsUpdateRecord.d.ts.map +1 -0
  976. package/esm/mcp-server/tools/dnsUpdateRecord.js +28 -0
  977. package/esm/mcp-server/tools/dnsUpdateRecord.js.map +1 -0
  978. package/esm/mcp-server/tools/domainsBuyDomain.d.ts +7 -0
  979. package/esm/mcp-server/tools/domainsBuyDomain.d.ts.map +1 -0
  980. package/esm/mcp-server/tools/domainsBuyDomain.js +28 -0
  981. package/esm/mcp-server/tools/domainsBuyDomain.js.map +1 -0
  982. package/esm/mcp-server/tools/domainsCheckDomainPrice.d.ts +7 -0
  983. package/esm/mcp-server/tools/domainsCheckDomainPrice.d.ts.map +1 -0
  984. package/esm/mcp-server/tools/domainsCheckDomainPrice.js +28 -0
  985. package/esm/mcp-server/tools/domainsCheckDomainPrice.js.map +1 -0
  986. package/esm/mcp-server/tools/domainsCheckDomainStatus.d.ts +7 -0
  987. package/esm/mcp-server/tools/domainsCheckDomainStatus.d.ts.map +1 -0
  988. package/esm/mcp-server/tools/domainsCheckDomainStatus.js +28 -0
  989. package/esm/mcp-server/tools/domainsCheckDomainStatus.js.map +1 -0
  990. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.d.ts +7 -0
  991. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.d.ts.map +1 -0
  992. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js +28 -0
  993. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js.map +1 -0
  994. package/esm/mcp-server/tools/domainsDeleteDomain.d.ts +7 -0
  995. package/esm/mcp-server/tools/domainsDeleteDomain.d.ts.map +1 -0
  996. package/esm/mcp-server/tools/domainsDeleteDomain.js +28 -0
  997. package/esm/mcp-server/tools/domainsDeleteDomain.js.map +1 -0
  998. package/esm/mcp-server/tools/domainsGetDomain.d.ts +7 -0
  999. package/esm/mcp-server/tools/domainsGetDomain.d.ts.map +1 -0
  1000. package/esm/mcp-server/tools/domainsGetDomain.js +28 -0
  1001. package/esm/mcp-server/tools/domainsGetDomain.js.map +1 -0
  1002. package/esm/mcp-server/tools/domainsGetDomainConfig.d.ts +7 -0
  1003. package/esm/mcp-server/tools/domainsGetDomainConfig.d.ts.map +1 -0
  1004. package/esm/mcp-server/tools/domainsGetDomainConfig.js +28 -0
  1005. package/esm/mcp-server/tools/domainsGetDomainConfig.js.map +1 -0
  1006. package/esm/mcp-server/tools/domainsGetDomainTransfer.d.ts +7 -0
  1007. package/esm/mcp-server/tools/domainsGetDomainTransfer.d.ts.map +1 -0
  1008. package/esm/mcp-server/tools/domainsGetDomainTransfer.js +28 -0
  1009. package/esm/mcp-server/tools/domainsGetDomainTransfer.js.map +1 -0
  1010. package/esm/mcp-server/tools/domainsGetDomains.d.ts +7 -0
  1011. package/esm/mcp-server/tools/domainsGetDomains.d.ts.map +1 -0
  1012. package/esm/mcp-server/tools/domainsGetDomains.js +28 -0
  1013. package/esm/mcp-server/tools/domainsGetDomains.js.map +1 -0
  1014. package/esm/mcp-server/tools/domainsPatchDomain.d.ts +7 -0
  1015. package/esm/mcp-server/tools/domainsPatchDomain.d.ts.map +1 -0
  1016. package/esm/mcp-server/tools/domainsPatchDomain.js +28 -0
  1017. package/esm/mcp-server/tools/domainsPatchDomain.js.map +1 -0
  1018. package/esm/mcp-server/tools/edgeConfigCreateEdgeConfig.d.ts +7 -0
  1019. package/esm/mcp-server/tools/edgeConfigCreateEdgeConfig.d.ts.map +1 -0
  1020. package/esm/mcp-server/tools/edgeConfigCreateEdgeConfig.js +28 -0
  1021. package/esm/mcp-server/tools/edgeConfigCreateEdgeConfig.js.map +1 -0
  1022. package/esm/mcp-server/tools/edgeConfigCreateEdgeConfigToken.d.ts +7 -0
  1023. package/esm/mcp-server/tools/edgeConfigCreateEdgeConfigToken.d.ts.map +1 -0
  1024. package/esm/mcp-server/tools/edgeConfigCreateEdgeConfigToken.js +28 -0
  1025. package/esm/mcp-server/tools/edgeConfigCreateEdgeConfigToken.js.map +1 -0
  1026. package/esm/mcp-server/tools/edgeConfigDeleteEdgeConfig.d.ts +7 -0
  1027. package/esm/mcp-server/tools/edgeConfigDeleteEdgeConfig.d.ts.map +1 -0
  1028. package/esm/mcp-server/tools/edgeConfigDeleteEdgeConfig.js +27 -0
  1029. package/esm/mcp-server/tools/edgeConfigDeleteEdgeConfig.js.map +1 -0
  1030. package/esm/mcp-server/tools/edgeConfigDeleteEdgeConfigSchema.d.ts +7 -0
  1031. package/esm/mcp-server/tools/edgeConfigDeleteEdgeConfigSchema.d.ts.map +1 -0
  1032. package/esm/mcp-server/tools/edgeConfigDeleteEdgeConfigSchema.js +27 -0
  1033. package/esm/mcp-server/tools/edgeConfigDeleteEdgeConfigSchema.js.map +1 -0
  1034. package/esm/mcp-server/tools/edgeConfigDeleteEdgeConfigTokens.d.ts +7 -0
  1035. package/esm/mcp-server/tools/edgeConfigDeleteEdgeConfigTokens.d.ts.map +1 -0
  1036. package/esm/mcp-server/tools/edgeConfigDeleteEdgeConfigTokens.js +27 -0
  1037. package/esm/mcp-server/tools/edgeConfigDeleteEdgeConfigTokens.js.map +1 -0
  1038. package/esm/mcp-server/tools/edgeConfigGetEdgeConfig.d.ts +7 -0
  1039. package/esm/mcp-server/tools/edgeConfigGetEdgeConfig.d.ts.map +1 -0
  1040. package/esm/mcp-server/tools/edgeConfigGetEdgeConfig.js +28 -0
  1041. package/esm/mcp-server/tools/edgeConfigGetEdgeConfig.js.map +1 -0
  1042. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigBackup.d.ts +7 -0
  1043. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigBackup.d.ts.map +1 -0
  1044. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigBackup.js +28 -0
  1045. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigBackup.js.map +1 -0
  1046. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigBackups.d.ts +7 -0
  1047. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigBackups.d.ts.map +1 -0
  1048. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigBackups.js +28 -0
  1049. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigBackups.js.map +1 -0
  1050. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigItem.d.ts +7 -0
  1051. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigItem.d.ts.map +1 -0
  1052. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigItem.js +28 -0
  1053. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigItem.js.map +1 -0
  1054. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigItems.d.ts +7 -0
  1055. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigItems.d.ts.map +1 -0
  1056. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigItems.js +28 -0
  1057. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigItems.js.map +1 -0
  1058. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigSchema.d.ts +7 -0
  1059. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigSchema.d.ts.map +1 -0
  1060. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigSchema.js +28 -0
  1061. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigSchema.js.map +1 -0
  1062. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigToken.d.ts +7 -0
  1063. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigToken.d.ts.map +1 -0
  1064. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigToken.js +28 -0
  1065. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigToken.js.map +1 -0
  1066. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigTokens.d.ts +7 -0
  1067. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigTokens.d.ts.map +1 -0
  1068. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigTokens.js +28 -0
  1069. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigTokens.js.map +1 -0
  1070. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigs.d.ts +7 -0
  1071. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigs.d.ts.map +1 -0
  1072. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigs.js +28 -0
  1073. package/esm/mcp-server/tools/edgeConfigGetEdgeConfigs.js.map +1 -0
  1074. package/esm/mcp-server/tools/edgeConfigPatchEdgeConfigSchema.d.ts +7 -0
  1075. package/esm/mcp-server/tools/edgeConfigPatchEdgeConfigSchema.d.ts.map +1 -0
  1076. package/esm/mcp-server/tools/edgeConfigPatchEdgeConfigSchema.js +28 -0
  1077. package/esm/mcp-server/tools/edgeConfigPatchEdgeConfigSchema.js.map +1 -0
  1078. package/esm/mcp-server/tools/edgeConfigUpdateEdgeConfig.d.ts +7 -0
  1079. package/esm/mcp-server/tools/edgeConfigUpdateEdgeConfig.d.ts.map +1 -0
  1080. package/esm/mcp-server/tools/edgeConfigUpdateEdgeConfig.js +28 -0
  1081. package/esm/mcp-server/tools/edgeConfigUpdateEdgeConfig.js.map +1 -0
  1082. package/esm/mcp-server/tools/environmentCreateCustomEnvironment.d.ts +7 -0
  1083. package/esm/mcp-server/tools/environmentCreateCustomEnvironment.d.ts.map +1 -0
  1084. package/esm/mcp-server/tools/environmentCreateCustomEnvironment.js +28 -0
  1085. package/esm/mcp-server/tools/environmentCreateCustomEnvironment.js.map +1 -0
  1086. package/esm/mcp-server/tools/environmentGetCustomEnvironment.d.ts +7 -0
  1087. package/esm/mcp-server/tools/environmentGetCustomEnvironment.d.ts.map +1 -0
  1088. package/esm/mcp-server/tools/environmentGetCustomEnvironment.js +28 -0
  1089. package/esm/mcp-server/tools/environmentGetCustomEnvironment.js.map +1 -0
  1090. package/esm/mcp-server/tools/environmentGetV9ProjectsIdOrNameCustomEnvironments.d.ts +7 -0
  1091. package/esm/mcp-server/tools/environmentGetV9ProjectsIdOrNameCustomEnvironments.d.ts.map +1 -0
  1092. package/esm/mcp-server/tools/environmentGetV9ProjectsIdOrNameCustomEnvironments.js +28 -0
  1093. package/esm/mcp-server/tools/environmentGetV9ProjectsIdOrNameCustomEnvironments.js.map +1 -0
  1094. package/esm/mcp-server/tools/environmentRemoveCustomEnvironment.d.ts +7 -0
  1095. package/esm/mcp-server/tools/environmentRemoveCustomEnvironment.d.ts.map +1 -0
  1096. package/esm/mcp-server/tools/environmentRemoveCustomEnvironment.js +28 -0
  1097. package/esm/mcp-server/tools/environmentRemoveCustomEnvironment.js.map +1 -0
  1098. package/esm/mcp-server/tools/environmentUpdateCustomEnvironment.d.ts +7 -0
  1099. package/esm/mcp-server/tools/environmentUpdateCustomEnvironment.d.ts.map +1 -0
  1100. package/esm/mcp-server/tools/environmentUpdateCustomEnvironment.js +28 -0
  1101. package/esm/mcp-server/tools/environmentUpdateCustomEnvironment.js.map +1 -0
  1102. package/esm/mcp-server/tools/integrationsDeleteConfiguration.d.ts +7 -0
  1103. package/esm/mcp-server/tools/integrationsDeleteConfiguration.d.ts.map +1 -0
  1104. package/esm/mcp-server/tools/integrationsDeleteConfiguration.js +27 -0
  1105. package/esm/mcp-server/tools/integrationsDeleteConfiguration.js.map +1 -0
  1106. package/esm/mcp-server/tools/integrationsGetConfiguration.d.ts +7 -0
  1107. package/esm/mcp-server/tools/integrationsGetConfiguration.d.ts.map +1 -0
  1108. package/esm/mcp-server/tools/integrationsGetConfiguration.js +28 -0
  1109. package/esm/mcp-server/tools/integrationsGetConfiguration.js.map +1 -0
  1110. package/esm/mcp-server/tools/integrationsGetConfigurations.d.ts +7 -0
  1111. package/esm/mcp-server/tools/integrationsGetConfigurations.d.ts.map +1 -0
  1112. package/esm/mcp-server/tools/integrationsGetConfigurations.js +28 -0
  1113. package/esm/mcp-server/tools/integrationsGetConfigurations.js.map +1 -0
  1114. package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts +7 -0
  1115. package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts.map +1 -0
  1116. package/esm/mcp-server/tools/integrationsGitNamespaces.js +28 -0
  1117. package/esm/mcp-server/tools/integrationsGitNamespaces.js.map +1 -0
  1118. package/esm/mcp-server/tools/integrationsSearchRepo.d.ts +7 -0
  1119. package/esm/mcp-server/tools/integrationsSearchRepo.d.ts.map +1 -0
  1120. package/esm/mcp-server/tools/integrationsSearchRepo.js +28 -0
  1121. package/esm/mcp-server/tools/integrationsSearchRepo.js.map +1 -0
  1122. package/esm/mcp-server/tools/integrationsUpdateIntegrationDeploymentAction.d.ts +7 -0
  1123. package/esm/mcp-server/tools/integrationsUpdateIntegrationDeploymentAction.d.ts.map +1 -0
  1124. package/esm/mcp-server/tools/integrationsUpdateIntegrationDeploymentAction.js +27 -0
  1125. package/esm/mcp-server/tools/integrationsUpdateIntegrationDeploymentAction.js.map +1 -0
  1126. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts +7 -0
  1127. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts.map +1 -0
  1128. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +28 -0
  1129. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js.map +1 -0
  1130. package/esm/mcp-server/tools/logDrainsCreateLogDrain.d.ts +7 -0
  1131. package/esm/mcp-server/tools/logDrainsCreateLogDrain.d.ts.map +1 -0
  1132. package/esm/mcp-server/tools/logDrainsCreateLogDrain.js +28 -0
  1133. package/esm/mcp-server/tools/logDrainsCreateLogDrain.js.map +1 -0
  1134. package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.d.ts +7 -0
  1135. package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.d.ts.map +1 -0
  1136. package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js +27 -0
  1137. package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js.map +1 -0
  1138. package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.d.ts +7 -0
  1139. package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.d.ts.map +1 -0
  1140. package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.js +27 -0
  1141. package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.js.map +1 -0
  1142. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts +7 -0
  1143. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts.map +1 -0
  1144. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +28 -0
  1145. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js.map +1 -0
  1146. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts +7 -0
  1147. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts.map +1 -0
  1148. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +28 -0
  1149. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js.map +1 -0
  1150. package/esm/mcp-server/tools/logDrainsGetIntegrationLogDrains.d.ts +7 -0
  1151. package/esm/mcp-server/tools/logDrainsGetIntegrationLogDrains.d.ts.map +1 -0
  1152. package/esm/mcp-server/tools/logDrainsGetIntegrationLogDrains.js +28 -0
  1153. package/esm/mcp-server/tools/logDrainsGetIntegrationLogDrains.js.map +1 -0
  1154. package/esm/mcp-server/tools/marketplaceCreateEvent.d.ts +7 -0
  1155. package/esm/mcp-server/tools/marketplaceCreateEvent.d.ts.map +1 -0
  1156. package/esm/mcp-server/tools/marketplaceCreateEvent.js +27 -0
  1157. package/esm/mcp-server/tools/marketplaceCreateEvent.js.map +1 -0
  1158. package/esm/mcp-server/tools/marketplaceCreateInstallationIntegrationConfiguration.d.ts +7 -0
  1159. package/esm/mcp-server/tools/marketplaceCreateInstallationIntegrationConfiguration.d.ts.map +1 -0
  1160. package/esm/mcp-server/tools/marketplaceCreateInstallationIntegrationConfiguration.js +27 -0
  1161. package/esm/mcp-server/tools/marketplaceCreateInstallationIntegrationConfiguration.js.map +1 -0
  1162. package/esm/mcp-server/tools/marketplaceCreateInstallationIntegrationEdgeConfig.d.ts +7 -0
  1163. package/esm/mcp-server/tools/marketplaceCreateInstallationIntegrationEdgeConfig.d.ts.map +1 -0
  1164. package/esm/mcp-server/tools/marketplaceCreateInstallationIntegrationEdgeConfig.js +28 -0
  1165. package/esm/mcp-server/tools/marketplaceCreateInstallationIntegrationEdgeConfig.js.map +1 -0
  1166. package/esm/mcp-server/tools/marketplaceDeleteInstallationIntegrationConfiguration.d.ts +7 -0
  1167. package/esm/mcp-server/tools/marketplaceDeleteInstallationIntegrationConfiguration.d.ts.map +1 -0
  1168. package/esm/mcp-server/tools/marketplaceDeleteInstallationIntegrationConfiguration.js +27 -0
  1169. package/esm/mcp-server/tools/marketplaceDeleteInstallationIntegrationConfiguration.js.map +1 -0
  1170. package/esm/mcp-server/tools/marketplaceExchangeSsoToken.d.ts +7 -0
  1171. package/esm/mcp-server/tools/marketplaceExchangeSsoToken.d.ts.map +1 -0
  1172. package/esm/mcp-server/tools/marketplaceExchangeSsoToken.js +28 -0
  1173. package/esm/mcp-server/tools/marketplaceExchangeSsoToken.js.map +1 -0
  1174. package/esm/mcp-server/tools/marketplaceGetAccountInfo.d.ts +7 -0
  1175. package/esm/mcp-server/tools/marketplaceGetAccountInfo.d.ts.map +1 -0
  1176. package/esm/mcp-server/tools/marketplaceGetAccountInfo.js +28 -0
  1177. package/esm/mcp-server/tools/marketplaceGetAccountInfo.js.map +1 -0
  1178. package/esm/mcp-server/tools/marketplaceGetInvoice.d.ts +7 -0
  1179. package/esm/mcp-server/tools/marketplaceGetInvoice.d.ts.map +1 -0
  1180. package/esm/mcp-server/tools/marketplaceGetInvoice.js +28 -0
  1181. package/esm/mcp-server/tools/marketplaceGetInvoice.js.map +1 -0
  1182. package/esm/mcp-server/tools/marketplaceGetMember.d.ts +7 -0
  1183. package/esm/mcp-server/tools/marketplaceGetMember.d.ts.map +1 -0
  1184. package/esm/mcp-server/tools/marketplaceGetMember.js +28 -0
  1185. package/esm/mcp-server/tools/marketplaceGetMember.js.map +1 -0
  1186. package/esm/mcp-server/tools/marketplaceImportResource.d.ts +7 -0
  1187. package/esm/mcp-server/tools/marketplaceImportResource.d.ts.map +1 -0
  1188. package/esm/mcp-server/tools/marketplaceImportResource.js +28 -0
  1189. package/esm/mcp-server/tools/marketplaceImportResource.js.map +1 -0
  1190. package/esm/mcp-server/tools/marketplaceSubmitBillingData.d.ts +7 -0
  1191. package/esm/mcp-server/tools/marketplaceSubmitBillingData.d.ts.map +1 -0
  1192. package/esm/mcp-server/tools/marketplaceSubmitBillingData.js +27 -0
  1193. package/esm/mcp-server/tools/marketplaceSubmitBillingData.js.map +1 -0
  1194. package/esm/mcp-server/tools/marketplaceSubmitInvoice.d.ts +7 -0
  1195. package/esm/mcp-server/tools/marketplaceSubmitInvoice.d.ts.map +1 -0
  1196. package/esm/mcp-server/tools/marketplaceSubmitInvoice.js +28 -0
  1197. package/esm/mcp-server/tools/marketplaceSubmitInvoice.js.map +1 -0
  1198. package/esm/mcp-server/tools/marketplaceSubmitPrepaymentBalances.d.ts +7 -0
  1199. package/esm/mcp-server/tools/marketplaceSubmitPrepaymentBalances.d.ts.map +1 -0
  1200. package/esm/mcp-server/tools/marketplaceSubmitPrepaymentBalances.js +27 -0
  1201. package/esm/mcp-server/tools/marketplaceSubmitPrepaymentBalances.js.map +1 -0
  1202. package/esm/mcp-server/tools/marketplaceUpdateInstallationIntegrationConfiguration.d.ts +7 -0
  1203. package/esm/mcp-server/tools/marketplaceUpdateInstallationIntegrationConfiguration.d.ts.map +1 -0
  1204. package/esm/mcp-server/tools/marketplaceUpdateInstallationIntegrationConfiguration.js +27 -0
  1205. package/esm/mcp-server/tools/marketplaceUpdateInstallationIntegrationConfiguration.js.map +1 -0
  1206. package/esm/mcp-server/tools/marketplaceUpdateInstallationIntegrationEdgeConfig.d.ts +7 -0
  1207. package/esm/mcp-server/tools/marketplaceUpdateInstallationIntegrationEdgeConfig.d.ts.map +1 -0
  1208. package/esm/mcp-server/tools/marketplaceUpdateInstallationIntegrationEdgeConfig.js +28 -0
  1209. package/esm/mcp-server/tools/marketplaceUpdateInstallationIntegrationEdgeConfig.js.map +1 -0
  1210. package/esm/mcp-server/tools/marketplaceUpdateInvoice.d.ts +7 -0
  1211. package/esm/mcp-server/tools/marketplaceUpdateInvoice.d.ts.map +1 -0
  1212. package/esm/mcp-server/tools/marketplaceUpdateInvoice.js +27 -0
  1213. package/esm/mcp-server/tools/marketplaceUpdateInvoice.js.map +1 -0
  1214. package/esm/mcp-server/tools/marketplaceUpdateResourceSecrets.d.ts +7 -0
  1215. package/esm/mcp-server/tools/marketplaceUpdateResourceSecrets.d.ts.map +1 -0
  1216. package/esm/mcp-server/tools/marketplaceUpdateResourceSecrets.js +27 -0
  1217. package/esm/mcp-server/tools/marketplaceUpdateResourceSecrets.js.map +1 -0
  1218. package/esm/mcp-server/tools/marketplaceUpdateResourceSecretsById.d.ts +7 -0
  1219. package/esm/mcp-server/tools/marketplaceUpdateResourceSecretsById.d.ts.map +1 -0
  1220. package/esm/mcp-server/tools/marketplaceUpdateResourceSecretsById.js +27 -0
  1221. package/esm/mcp-server/tools/marketplaceUpdateResourceSecretsById.js.map +1 -0
  1222. package/esm/mcp-server/tools/projectMembersAddProjectMember.d.ts +7 -0
  1223. package/esm/mcp-server/tools/projectMembersAddProjectMember.d.ts.map +1 -0
  1224. package/esm/mcp-server/tools/projectMembersAddProjectMember.js +28 -0
  1225. package/esm/mcp-server/tools/projectMembersAddProjectMember.js.map +1 -0
  1226. package/esm/mcp-server/tools/projectMembersGetProjectMembers.d.ts +7 -0
  1227. package/esm/mcp-server/tools/projectMembersGetProjectMembers.d.ts.map +1 -0
  1228. package/esm/mcp-server/tools/projectMembersGetProjectMembers.js +28 -0
  1229. package/esm/mcp-server/tools/projectMembersGetProjectMembers.js.map +1 -0
  1230. package/esm/mcp-server/tools/projectMembersRemoveProjectMember.d.ts +7 -0
  1231. package/esm/mcp-server/tools/projectMembersRemoveProjectMember.d.ts.map +1 -0
  1232. package/esm/mcp-server/tools/projectMembersRemoveProjectMember.js +28 -0
  1233. package/esm/mcp-server/tools/projectMembersRemoveProjectMember.js.map +1 -0
  1234. package/esm/mcp-server/tools/projectsAcceptProjectTransferRequest.d.ts +7 -0
  1235. package/esm/mcp-server/tools/projectsAcceptProjectTransferRequest.d.ts.map +1 -0
  1236. package/esm/mcp-server/tools/projectsAcceptProjectTransferRequest.js +28 -0
  1237. package/esm/mcp-server/tools/projectsAcceptProjectTransferRequest.js.map +1 -0
  1238. package/esm/mcp-server/tools/projectsAddProjectDomain.d.ts +7 -0
  1239. package/esm/mcp-server/tools/projectsAddProjectDomain.d.ts.map +1 -0
  1240. package/esm/mcp-server/tools/projectsAddProjectDomain.js +28 -0
  1241. package/esm/mcp-server/tools/projectsAddProjectDomain.js.map +1 -0
  1242. package/esm/mcp-server/tools/projectsCreateProject.d.ts +7 -0
  1243. package/esm/mcp-server/tools/projectsCreateProject.d.ts.map +1 -0
  1244. package/esm/mcp-server/tools/projectsCreateProject.js +28 -0
  1245. package/esm/mcp-server/tools/projectsCreateProject.js.map +1 -0
  1246. package/esm/mcp-server/tools/projectsCreateProjectEnv.d.ts +7 -0
  1247. package/esm/mcp-server/tools/projectsCreateProjectEnv.d.ts.map +1 -0
  1248. package/esm/mcp-server/tools/projectsCreateProjectEnv.js +28 -0
  1249. package/esm/mcp-server/tools/projectsCreateProjectEnv.js.map +1 -0
  1250. package/esm/mcp-server/tools/projectsCreateProjectTransferRequest.d.ts +7 -0
  1251. package/esm/mcp-server/tools/projectsCreateProjectTransferRequest.d.ts.map +1 -0
  1252. package/esm/mcp-server/tools/projectsCreateProjectTransferRequest.js +28 -0
  1253. package/esm/mcp-server/tools/projectsCreateProjectTransferRequest.js.map +1 -0
  1254. package/esm/mcp-server/tools/projectsDeleteProject.d.ts +7 -0
  1255. package/esm/mcp-server/tools/projectsDeleteProject.d.ts.map +1 -0
  1256. package/esm/mcp-server/tools/projectsDeleteProject.js +27 -0
  1257. package/esm/mcp-server/tools/projectsDeleteProject.js.map +1 -0
  1258. package/esm/mcp-server/tools/projectsEditProjectEnv.d.ts +7 -0
  1259. package/esm/mcp-server/tools/projectsEditProjectEnv.d.ts.map +1 -0
  1260. package/esm/mcp-server/tools/projectsEditProjectEnv.js +28 -0
  1261. package/esm/mcp-server/tools/projectsEditProjectEnv.js.map +1 -0
  1262. package/esm/mcp-server/tools/projectsFilterProjectEnvs.d.ts +7 -0
  1263. package/esm/mcp-server/tools/projectsFilterProjectEnvs.d.ts.map +1 -0
  1264. package/esm/mcp-server/tools/projectsFilterProjectEnvs.js +28 -0
  1265. package/esm/mcp-server/tools/projectsFilterProjectEnvs.js.map +1 -0
  1266. package/esm/mcp-server/tools/projectsGetProjectDomain.d.ts +7 -0
  1267. package/esm/mcp-server/tools/projectsGetProjectDomain.d.ts.map +1 -0
  1268. package/esm/mcp-server/tools/projectsGetProjectDomain.js +28 -0
  1269. package/esm/mcp-server/tools/projectsGetProjectDomain.js.map +1 -0
  1270. package/esm/mcp-server/tools/projectsGetProjectDomains.d.ts +7 -0
  1271. package/esm/mcp-server/tools/projectsGetProjectDomains.d.ts.map +1 -0
  1272. package/esm/mcp-server/tools/projectsGetProjectDomains.js +28 -0
  1273. package/esm/mcp-server/tools/projectsGetProjectDomains.js.map +1 -0
  1274. package/esm/mcp-server/tools/projectsGetProjectEnv.d.ts +7 -0
  1275. package/esm/mcp-server/tools/projectsGetProjectEnv.d.ts.map +1 -0
  1276. package/esm/mcp-server/tools/projectsGetProjectEnv.js +28 -0
  1277. package/esm/mcp-server/tools/projectsGetProjectEnv.js.map +1 -0
  1278. package/esm/mcp-server/tools/projectsGetProjects.d.ts +7 -0
  1279. package/esm/mcp-server/tools/projectsGetProjects.d.ts.map +1 -0
  1280. package/esm/mcp-server/tools/projectsGetProjects.js +28 -0
  1281. package/esm/mcp-server/tools/projectsGetProjects.js.map +1 -0
  1282. package/esm/mcp-server/tools/projectsListPromoteAliases.d.ts +7 -0
  1283. package/esm/mcp-server/tools/projectsListPromoteAliases.d.ts.map +1 -0
  1284. package/esm/mcp-server/tools/projectsListPromoteAliases.js +28 -0
  1285. package/esm/mcp-server/tools/projectsListPromoteAliases.js.map +1 -0
  1286. package/esm/mcp-server/tools/projectsRemoveProjectDomain.d.ts +7 -0
  1287. package/esm/mcp-server/tools/projectsRemoveProjectDomain.d.ts.map +1 -0
  1288. package/esm/mcp-server/tools/projectsRemoveProjectDomain.js +28 -0
  1289. package/esm/mcp-server/tools/projectsRemoveProjectDomain.js.map +1 -0
  1290. package/esm/mcp-server/tools/projectsRemoveProjectEnv.d.ts +7 -0
  1291. package/esm/mcp-server/tools/projectsRemoveProjectEnv.d.ts.map +1 -0
  1292. package/esm/mcp-server/tools/projectsRemoveProjectEnv.js +28 -0
  1293. package/esm/mcp-server/tools/projectsRemoveProjectEnv.js.map +1 -0
  1294. package/esm/mcp-server/tools/projectsRequestPromote.d.ts +7 -0
  1295. package/esm/mcp-server/tools/projectsRequestPromote.d.ts.map +1 -0
  1296. package/esm/mcp-server/tools/projectsRequestPromote.js +27 -0
  1297. package/esm/mcp-server/tools/projectsRequestPromote.js.map +1 -0
  1298. package/esm/mcp-server/tools/projectsUpdateProject.d.ts +7 -0
  1299. package/esm/mcp-server/tools/projectsUpdateProject.d.ts.map +1 -0
  1300. package/esm/mcp-server/tools/projectsUpdateProject.js +28 -0
  1301. package/esm/mcp-server/tools/projectsUpdateProject.js.map +1 -0
  1302. package/esm/mcp-server/tools/projectsUpdateProjectDataCache.d.ts +7 -0
  1303. package/esm/mcp-server/tools/projectsUpdateProjectDataCache.d.ts.map +1 -0
  1304. package/esm/mcp-server/tools/projectsUpdateProjectDataCache.js +28 -0
  1305. package/esm/mcp-server/tools/projectsUpdateProjectDataCache.js.map +1 -0
  1306. package/esm/mcp-server/tools/projectsUpdateProjectDomain.d.ts +7 -0
  1307. package/esm/mcp-server/tools/projectsUpdateProjectDomain.d.ts.map +1 -0
  1308. package/esm/mcp-server/tools/projectsUpdateProjectDomain.js +28 -0
  1309. package/esm/mcp-server/tools/projectsUpdateProjectDomain.js.map +1 -0
  1310. package/esm/mcp-server/tools/projectsUpdateProjectProtectionBypass.d.ts +7 -0
  1311. package/esm/mcp-server/tools/projectsUpdateProjectProtectionBypass.d.ts.map +1 -0
  1312. package/esm/mcp-server/tools/projectsUpdateProjectProtectionBypass.js +28 -0
  1313. package/esm/mcp-server/tools/projectsUpdateProjectProtectionBypass.js.map +1 -0
  1314. package/esm/mcp-server/tools/projectsVerifyProjectDomain.d.ts +7 -0
  1315. package/esm/mcp-server/tools/projectsVerifyProjectDomain.d.ts.map +1 -0
  1316. package/esm/mcp-server/tools/projectsVerifyProjectDomain.js +28 -0
  1317. package/esm/mcp-server/tools/projectsVerifyProjectDomain.js.map +1 -0
  1318. package/esm/mcp-server/tools/securityAddBypassIp.d.ts +7 -0
  1319. package/esm/mcp-server/tools/securityAddBypassIp.d.ts.map +1 -0
  1320. package/esm/mcp-server/tools/securityAddBypassIp.js +28 -0
  1321. package/esm/mcp-server/tools/securityAddBypassIp.js.map +1 -0
  1322. package/esm/mcp-server/tools/securityGetActiveAttackStatus.d.ts +7 -0
  1323. package/esm/mcp-server/tools/securityGetActiveAttackStatus.d.ts.map +1 -0
  1324. package/esm/mcp-server/tools/securityGetActiveAttackStatus.js +28 -0
  1325. package/esm/mcp-server/tools/securityGetActiveAttackStatus.js.map +1 -0
  1326. package/esm/mcp-server/tools/securityGetBypassIp.d.ts +7 -0
  1327. package/esm/mcp-server/tools/securityGetBypassIp.d.ts.map +1 -0
  1328. package/esm/mcp-server/tools/securityGetBypassIp.js +28 -0
  1329. package/esm/mcp-server/tools/securityGetBypassIp.js.map +1 -0
  1330. package/esm/mcp-server/tools/securityGetFirewallConfig.d.ts +7 -0
  1331. package/esm/mcp-server/tools/securityGetFirewallConfig.d.ts.map +1 -0
  1332. package/esm/mcp-server/tools/securityGetFirewallConfig.js +28 -0
  1333. package/esm/mcp-server/tools/securityGetFirewallConfig.js.map +1 -0
  1334. package/esm/mcp-server/tools/securityRemoveBypassIp.d.ts +7 -0
  1335. package/esm/mcp-server/tools/securityRemoveBypassIp.d.ts.map +1 -0
  1336. package/esm/mcp-server/tools/securityRemoveBypassIp.js +28 -0
  1337. package/esm/mcp-server/tools/securityRemoveBypassIp.js.map +1 -0
  1338. package/esm/mcp-server/tools/securityUpdateAttackChallengeMode.d.ts +7 -0
  1339. package/esm/mcp-server/tools/securityUpdateAttackChallengeMode.d.ts.map +1 -0
  1340. package/esm/mcp-server/tools/securityUpdateAttackChallengeMode.js +28 -0
  1341. package/esm/mcp-server/tools/securityUpdateAttackChallengeMode.js.map +1 -0
  1342. package/esm/mcp-server/tools/securityUpdateFirewallConfig.d.ts +7 -0
  1343. package/esm/mcp-server/tools/securityUpdateFirewallConfig.d.ts.map +1 -0
  1344. package/esm/mcp-server/tools/securityUpdateFirewallConfig.js +28 -0
  1345. package/esm/mcp-server/tools/securityUpdateFirewallConfig.js.map +1 -0
  1346. package/esm/mcp-server/tools/teamsCreateTeam.d.ts +7 -0
  1347. package/esm/mcp-server/tools/teamsCreateTeam.d.ts.map +1 -0
  1348. package/esm/mcp-server/tools/teamsCreateTeam.js +28 -0
  1349. package/esm/mcp-server/tools/teamsCreateTeam.js.map +1 -0
  1350. package/esm/mcp-server/tools/teamsDeleteTeam.d.ts +7 -0
  1351. package/esm/mcp-server/tools/teamsDeleteTeam.d.ts.map +1 -0
  1352. package/esm/mcp-server/tools/teamsDeleteTeam.js +28 -0
  1353. package/esm/mcp-server/tools/teamsDeleteTeam.js.map +1 -0
  1354. package/esm/mcp-server/tools/teamsDeleteTeamInviteCode.d.ts +7 -0
  1355. package/esm/mcp-server/tools/teamsDeleteTeamInviteCode.d.ts.map +1 -0
  1356. package/esm/mcp-server/tools/teamsDeleteTeamInviteCode.js +28 -0
  1357. package/esm/mcp-server/tools/teamsDeleteTeamInviteCode.js.map +1 -0
  1358. package/esm/mcp-server/tools/teamsGetTeam.d.ts +7 -0
  1359. package/esm/mcp-server/tools/teamsGetTeam.d.ts.map +1 -0
  1360. package/esm/mcp-server/tools/teamsGetTeam.js +28 -0
  1361. package/esm/mcp-server/tools/teamsGetTeam.js.map +1 -0
  1362. package/esm/mcp-server/tools/teamsGetTeamAccessRequest.d.ts +7 -0
  1363. package/esm/mcp-server/tools/teamsGetTeamAccessRequest.d.ts.map +1 -0
  1364. package/esm/mcp-server/tools/teamsGetTeamAccessRequest.js +28 -0
  1365. package/esm/mcp-server/tools/teamsGetTeamAccessRequest.js.map +1 -0
  1366. package/esm/mcp-server/tools/teamsGetTeamMembers.d.ts +7 -0
  1367. package/esm/mcp-server/tools/teamsGetTeamMembers.d.ts.map +1 -0
  1368. package/esm/mcp-server/tools/teamsGetTeamMembers.js +28 -0
  1369. package/esm/mcp-server/tools/teamsGetTeamMembers.js.map +1 -0
  1370. package/esm/mcp-server/tools/teamsGetTeams.d.ts +7 -0
  1371. package/esm/mcp-server/tools/teamsGetTeams.d.ts.map +1 -0
  1372. package/esm/mcp-server/tools/teamsGetTeams.js +28 -0
  1373. package/esm/mcp-server/tools/teamsGetTeams.js.map +1 -0
  1374. package/esm/mcp-server/tools/teamsInviteUserToTeam.d.ts +7 -0
  1375. package/esm/mcp-server/tools/teamsInviteUserToTeam.d.ts.map +1 -0
  1376. package/esm/mcp-server/tools/teamsInviteUserToTeam.js +28 -0
  1377. package/esm/mcp-server/tools/teamsInviteUserToTeam.js.map +1 -0
  1378. package/esm/mcp-server/tools/teamsJoinTeam.d.ts +7 -0
  1379. package/esm/mcp-server/tools/teamsJoinTeam.d.ts.map +1 -0
  1380. package/esm/mcp-server/tools/teamsJoinTeam.js +28 -0
  1381. package/esm/mcp-server/tools/teamsJoinTeam.js.map +1 -0
  1382. package/esm/mcp-server/tools/teamsPatchTeam.d.ts +7 -0
  1383. package/esm/mcp-server/tools/teamsPatchTeam.d.ts.map +1 -0
  1384. package/esm/mcp-server/tools/teamsPatchTeam.js +28 -0
  1385. package/esm/mcp-server/tools/teamsPatchTeam.js.map +1 -0
  1386. package/esm/mcp-server/tools/teamsRemoveTeamMember.d.ts +7 -0
  1387. package/esm/mcp-server/tools/teamsRemoveTeamMember.d.ts.map +1 -0
  1388. package/esm/mcp-server/tools/teamsRemoveTeamMember.js +28 -0
  1389. package/esm/mcp-server/tools/teamsRemoveTeamMember.js.map +1 -0
  1390. package/esm/mcp-server/tools/teamsRequestAccessToTeam.d.ts +7 -0
  1391. package/esm/mcp-server/tools/teamsRequestAccessToTeam.d.ts.map +1 -0
  1392. package/esm/mcp-server/tools/teamsRequestAccessToTeam.js +28 -0
  1393. package/esm/mcp-server/tools/teamsRequestAccessToTeam.js.map +1 -0
  1394. package/esm/mcp-server/tools/teamsUpdateTeamMember.d.ts +7 -0
  1395. package/esm/mcp-server/tools/teamsUpdateTeamMember.d.ts.map +1 -0
  1396. package/esm/mcp-server/tools/teamsUpdateTeamMember.js +28 -0
  1397. package/esm/mcp-server/tools/teamsUpdateTeamMember.js.map +1 -0
  1398. package/esm/mcp-server/tools/userGetAuthUser.d.ts +3 -0
  1399. package/esm/mcp-server/tools/userGetAuthUser.d.ts.map +1 -0
  1400. package/esm/mcp-server/tools/userGetAuthUser.js +23 -0
  1401. package/esm/mcp-server/tools/userGetAuthUser.js.map +1 -0
  1402. package/esm/mcp-server/tools/userListUserEvents.d.ts +7 -0
  1403. package/esm/mcp-server/tools/userListUserEvents.d.ts.map +1 -0
  1404. package/esm/mcp-server/tools/userListUserEvents.js +28 -0
  1405. package/esm/mcp-server/tools/userListUserEvents.js.map +1 -0
  1406. package/esm/mcp-server/tools/userRequestDelete.d.ts +7 -0
  1407. package/esm/mcp-server/tools/userRequestDelete.d.ts.map +1 -0
  1408. package/esm/mcp-server/tools/userRequestDelete.js +28 -0
  1409. package/esm/mcp-server/tools/userRequestDelete.js.map +1 -0
  1410. package/esm/mcp-server/tools/webhooksCreateWebhook.d.ts +7 -0
  1411. package/esm/mcp-server/tools/webhooksCreateWebhook.d.ts.map +1 -0
  1412. package/esm/mcp-server/tools/webhooksCreateWebhook.js +28 -0
  1413. package/esm/mcp-server/tools/webhooksCreateWebhook.js.map +1 -0
  1414. package/esm/mcp-server/tools/webhooksDeleteWebhook.d.ts +7 -0
  1415. package/esm/mcp-server/tools/webhooksDeleteWebhook.d.ts.map +1 -0
  1416. package/esm/mcp-server/tools/webhooksDeleteWebhook.js +27 -0
  1417. package/esm/mcp-server/tools/webhooksDeleteWebhook.js.map +1 -0
  1418. package/esm/mcp-server/tools/webhooksGetWebhook.d.ts +7 -0
  1419. package/esm/mcp-server/tools/webhooksGetWebhook.d.ts.map +1 -0
  1420. package/esm/mcp-server/tools/webhooksGetWebhook.js +28 -0
  1421. package/esm/mcp-server/tools/webhooksGetWebhook.js.map +1 -0
  1422. package/esm/mcp-server/tools/webhooksGetWebhooks.d.ts +7 -0
  1423. package/esm/mcp-server/tools/webhooksGetWebhooks.d.ts.map +1 -0
  1424. package/esm/mcp-server/tools/webhooksGetWebhooks.js +28 -0
  1425. package/esm/mcp-server/tools/webhooksGetWebhooks.js.map +1 -0
  1426. package/esm/mcp-server/tools.d.ts +25 -0
  1427. package/esm/mcp-server/tools.d.ts.map +1 -0
  1428. package/esm/mcp-server/tools.js +76 -0
  1429. package/esm/mcp-server/tools.js.map +1 -0
  1430. package/esm/models/addbypassipop.d.ts +18 -2
  1431. package/esm/models/addbypassipop.d.ts.map +1 -1
  1432. package/esm/models/addbypassipop.js +6 -2
  1433. package/esm/models/addbypassipop.js.map +1 -1
  1434. package/esm/models/authtoken.d.ts +96 -30
  1435. package/esm/models/authtoken.d.ts.map +1 -1
  1436. package/esm/models/authtoken.js +89 -38
  1437. package/esm/models/authtoken.js.map +1 -1
  1438. package/esm/models/authuser.d.ts +79 -42
  1439. package/esm/models/authuser.d.ts.map +1 -1
  1440. package/esm/models/authuser.js +79 -47
  1441. package/esm/models/authuser.js.map +1 -1
  1442. package/esm/models/canceldeploymentop.d.ts +99 -0
  1443. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  1444. package/esm/models/canceldeploymentop.js +77 -0
  1445. package/esm/models/canceldeploymentop.js.map +1 -1
  1446. package/esm/models/createaccessgroupop.d.ts +10 -0
  1447. package/esm/models/createaccessgroupop.d.ts.map +1 -1
  1448. package/esm/models/createaccessgroupop.js +4 -0
  1449. package/esm/models/createaccessgroupop.js.map +1 -1
  1450. package/esm/models/createconfigurablelogdrainop.d.ts +97 -94
  1451. package/esm/models/createconfigurablelogdrainop.d.ts.map +1 -1
  1452. package/esm/models/createconfigurablelogdrainop.js +105 -110
  1453. package/esm/models/createconfigurablelogdrainop.js.map +1 -1
  1454. package/esm/models/createcustomenvironmentop.d.ts +179 -0
  1455. package/esm/models/createcustomenvironmentop.d.ts.map +1 -0
  1456. package/esm/models/createcustomenvironmentop.js +150 -0
  1457. package/esm/models/createcustomenvironmentop.js.map +1 -0
  1458. package/esm/models/createdeploymentop.d.ts +212 -141
  1459. package/esm/models/createdeploymentop.d.ts.map +1 -1
  1460. package/esm/models/createdeploymentop.js +157 -101
  1461. package/esm/models/createdeploymentop.js.map +1 -1
  1462. package/esm/models/createedgeconfigop.d.ts +85 -120
  1463. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  1464. package/esm/models/createedgeconfigop.js +97 -212
  1465. package/esm/models/createedgeconfigop.js.map +1 -1
  1466. package/esm/models/createlogdrainop.d.ts +48 -48
  1467. package/esm/models/createlogdrainop.d.ts.map +1 -1
  1468. package/esm/models/createlogdrainop.js +74 -73
  1469. package/esm/models/createlogdrainop.js.map +1 -1
  1470. package/esm/models/createprojectenvop.d.ts +29 -9
  1471. package/esm/models/createprojectenvop.d.ts.map +1 -1
  1472. package/esm/models/createprojectenvop.js +23 -16
  1473. package/esm/models/createprojectenvop.js.map +1 -1
  1474. package/esm/models/createprojectop.d.ts +443 -84
  1475. package/esm/models/createprojectop.d.ts.map +1 -1
  1476. package/esm/models/createprojectop.js +399 -80
  1477. package/esm/models/createprojectop.js.map +1 -1
  1478. package/esm/models/createprojecttransferrequestop.d.ts +9 -2
  1479. package/esm/models/createprojecttransferrequestop.d.ts.map +1 -1
  1480. package/esm/models/createprojecttransferrequestop.js +6 -2
  1481. package/esm/models/createprojecttransferrequestop.js.map +1 -1
  1482. package/esm/models/deletedomainop.d.ts +0 -3
  1483. package/esm/models/deletedomainop.d.ts.map +1 -1
  1484. package/esm/models/deletedomainop.js.map +1 -1
  1485. package/esm/models/deletev1installationsintegrationconfigurationidresourcesresourceidexperimentationitemsitemidop.d.ts +33 -0
  1486. package/esm/models/deletev1installationsintegrationconfigurationidresourcesresourceidexperimentationitemsitemidop.d.ts.map +1 -0
  1487. package/esm/models/deletev1installationsintegrationconfigurationidresourcesresourceidexperimentationitemsitemidop.js +37 -0
  1488. package/esm/models/deletev1installationsintegrationconfigurationidresourcesresourceidexperimentationitemsitemidop.js.map +1 -0
  1489. package/esm/models/edgeconfigitemvalue.d.ts +4 -4
  1490. package/esm/models/edgeconfigitemvalue.d.ts.map +1 -1
  1491. package/esm/models/edgeconfigitemvalue.js +4 -4
  1492. package/esm/models/edgeconfigitemvalue.js.map +1 -1
  1493. package/esm/models/editprojectenvop.d.ts +3 -0
  1494. package/esm/models/editprojectenvop.d.ts.map +1 -1
  1495. package/esm/models/editprojectenvop.js.map +1 -1
  1496. package/esm/models/filterprojectenvsop.d.ts +48 -20
  1497. package/esm/models/filterprojectenvsop.d.ts.map +1 -1
  1498. package/esm/models/filterprojectenvsop.js +62 -33
  1499. package/esm/models/filterprojectenvsop.js.map +1 -1
  1500. package/esm/models/flagjsonvalue.d.ts +4 -4
  1501. package/esm/models/flagjsonvalue.d.ts.map +1 -1
  1502. package/esm/models/flagjsonvalue.js +4 -4
  1503. package/esm/models/flagjsonvalue.js.map +1 -1
  1504. package/esm/models/getaccountinfoop.d.ts +12 -0
  1505. package/esm/models/getaccountinfoop.d.ts.map +1 -1
  1506. package/esm/models/getaccountinfoop.js.map +1 -1
  1507. package/esm/models/getalllogdrainsop.d.ts +58 -56
  1508. package/esm/models/getalllogdrainsop.d.ts.map +1 -1
  1509. package/esm/models/getalllogdrainsop.js +46 -44
  1510. package/esm/models/getalllogdrainsop.js.map +1 -1
  1511. package/esm/models/getbypassipop.d.ts +55 -14
  1512. package/esm/models/getbypassipop.d.ts.map +1 -1
  1513. package/esm/models/getbypassipop.js +68 -17
  1514. package/esm/models/getbypassipop.js.map +1 -1
  1515. package/esm/models/getconfigurablelogdrainop.d.ts +66 -63
  1516. package/esm/models/getconfigurablelogdrainop.d.ts.map +1 -1
  1517. package/esm/models/getconfigurablelogdrainop.js +56 -54
  1518. package/esm/models/getconfigurablelogdrainop.js.map +1 -1
  1519. package/esm/models/getconfigurationop.d.ts +2 -188
  1520. package/esm/models/getconfigurationop.d.ts.map +1 -1
  1521. package/esm/models/getconfigurationop.js +2 -178
  1522. package/esm/models/getconfigurationop.js.map +1 -1
  1523. package/esm/models/getconfigurationsop.d.ts +22 -393
  1524. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  1525. package/esm/models/getconfigurationsop.js +29 -379
  1526. package/esm/models/getconfigurationsop.js.map +1 -1
  1527. package/esm/models/getcustomenvironmentop.d.ts +68 -0
  1528. package/esm/models/getcustomenvironmentop.d.ts.map +1 -0
  1529. package/esm/models/getcustomenvironmentop.js +58 -0
  1530. package/esm/models/getcustomenvironmentop.js.map +1 -0
  1531. package/esm/models/getdeploymentop.d.ts +103 -4
  1532. package/esm/models/getdeploymentop.d.ts.map +1 -1
  1533. package/esm/models/getdeploymentop.js +81 -4
  1534. package/esm/models/getdeploymentop.js.map +1 -1
  1535. package/esm/models/getdeploymentsop.d.ts +27 -24
  1536. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  1537. package/esm/models/getdeploymentsop.js +9 -8
  1538. package/esm/models/getdeploymentsop.js.map +1 -1
  1539. package/esm/models/getdomainop.d.ts +5 -5
  1540. package/esm/models/getdomainop.d.ts.map +1 -1
  1541. package/esm/models/getdomainop.js +2 -2
  1542. package/esm/models/getdomainop.js.map +1 -1
  1543. package/esm/models/getedgeconfigbackupop.d.ts +30 -30
  1544. package/esm/models/getedgeconfigbackupop.d.ts.map +1 -1
  1545. package/esm/models/getedgeconfigbackupop.js +30 -30
  1546. package/esm/models/getedgeconfigbackupop.js.map +1 -1
  1547. package/esm/models/getedgeconfigop.d.ts +83 -13
  1548. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  1549. package/esm/models/getedgeconfigop.js +95 -17
  1550. package/esm/models/getedgeconfigop.js.map +1 -1
  1551. package/esm/models/getfirewallconfigop.d.ts +265 -287
  1552. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  1553. package/esm/models/getfirewallconfigop.js +279 -294
  1554. package/esm/models/getfirewallconfigop.js.map +1 -1
  1555. package/esm/models/getintegrationlogdrainsop.d.ts +8 -8
  1556. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  1557. package/esm/models/getintegrationlogdrainsop.js +12 -13
  1558. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  1559. package/esm/models/getprojectmembersop.d.ts +3 -0
  1560. package/esm/models/getprojectmembersop.d.ts.map +1 -1
  1561. package/esm/models/getprojectmembersop.js +1 -0
  1562. package/esm/models/getprojectmembersop.js.map +1 -1
  1563. package/esm/models/getprojectsop.d.ts +383 -55
  1564. package/esm/models/getprojectsop.d.ts.map +1 -1
  1565. package/esm/models/getprojectsop.js +339 -46
  1566. package/esm/models/getprojectsop.js.map +1 -1
  1567. package/esm/models/getteammembersop.d.ts +6 -5
  1568. package/esm/models/getteammembersop.d.ts.map +1 -1
  1569. package/esm/models/getteammembersop.js +2 -2
  1570. package/esm/models/getteammembersop.js.map +1 -1
  1571. package/esm/models/getv1experimentationitemsop.d.ts +148 -0
  1572. package/esm/models/getv1experimentationitemsop.d.ts.map +1 -0
  1573. package/esm/models/getv1experimentationitemsop.js +125 -0
  1574. package/esm/models/getv1experimentationitemsop.js.map +1 -0
  1575. package/esm/models/getwebhooksop.d.ts +3 -0
  1576. package/esm/models/getwebhooksop.d.ts.map +1 -1
  1577. package/esm/models/getwebhooksop.js +1 -0
  1578. package/esm/models/getwebhooksop.js.map +1 -1
  1579. package/esm/models/headv1installationsintegrationconfigurationidresourcesresourceidexperimentationedgeconfigop.d.ts +68 -0
  1580. package/esm/models/headv1installationsintegrationconfigurationidresourcesresourceidexperimentationedgeconfigop.d.ts.map +1 -0
  1581. package/esm/models/headv1installationsintegrationconfigurationidresourcesresourceidexperimentationedgeconfigop.js +67 -0
  1582. package/esm/models/headv1installationsintegrationconfigurationidresourcesresourceidexperimentationedgeconfigop.js.map +1 -0
  1583. package/esm/models/importresourceop.d.ts +285 -0
  1584. package/esm/models/importresourceop.d.ts.map +1 -0
  1585. package/esm/models/importresourceop.js +270 -0
  1586. package/esm/models/importresourceop.js.map +1 -0
  1587. package/esm/models/inviteusertoteamop.d.ts +183 -0
  1588. package/esm/models/inviteusertoteamop.d.ts.map +1 -1
  1589. package/esm/models/inviteusertoteamop.js +114 -0
  1590. package/esm/models/inviteusertoteamop.js.map +1 -1
  1591. package/esm/models/listaccessgroupmembersop.d.ts +3 -0
  1592. package/esm/models/listaccessgroupmembersop.d.ts.map +1 -1
  1593. package/esm/models/listaccessgroupmembersop.js +1 -0
  1594. package/esm/models/listaccessgroupmembersop.js.map +1 -1
  1595. package/esm/models/listaccessgroupsop.d.ts +10 -0
  1596. package/esm/models/listaccessgroupsop.d.ts.map +1 -1
  1597. package/esm/models/listaccessgroupsop.js +4 -0
  1598. package/esm/models/listaccessgroupsop.js.map +1 -1
  1599. package/esm/models/listaliasesop.d.ts +47 -47
  1600. package/esm/models/listaliasesop.d.ts.map +1 -1
  1601. package/esm/models/listaliasesop.js +66 -66
  1602. package/esm/models/listaliasesop.js.map +1 -1
  1603. package/esm/models/listdeploymentaliasesop.d.ts +47 -47
  1604. package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
  1605. package/esm/models/listdeploymentaliasesop.js +65 -65
  1606. package/esm/models/listdeploymentaliasesop.js.map +1 -1
  1607. package/esm/models/patchteamop.d.ts +3 -0
  1608. package/esm/models/patchteamop.d.ts.map +1 -1
  1609. package/esm/models/patchteamop.js +1 -0
  1610. package/esm/models/patchteamop.js.map +1 -1
  1611. package/esm/models/patchv1installationsintegrationconfigurationidresourcesresourceidexperimentationitemsitemidop.d.ts +100 -0
  1612. package/esm/models/patchv1installationsintegrationconfigurationidresourcesresourceidexperimentationitemsitemidop.d.ts.map +1 -0
  1613. package/esm/models/patchv1installationsintegrationconfigurationidresourcesresourceidexperimentationitemsitemidop.js +110 -0
  1614. package/esm/models/patchv1installationsintegrationconfigurationidresourcesresourceidexperimentationitemsitemidop.js.map +1 -0
  1615. package/esm/models/postv1installationsintegrationconfigurationidresourcesresourceidexperimentationitemsop.d.ts +125 -0
  1616. package/esm/models/postv1installationsintegrationconfigurationidresourcesresourceidexperimentationitemsop.d.ts.map +1 -0
  1617. package/esm/models/postv1installationsintegrationconfigurationidresourcesresourceidexperimentationitemsop.js +136 -0
  1618. package/esm/models/postv1installationsintegrationconfigurationidresourcesresourceidexperimentationitemsop.js.map +1 -0
  1619. package/esm/models/putv1installationsintegrationconfigurationidresourcesresourceidexperimentationedgeconfigop.d.ts +99 -0
  1620. package/esm/models/putv1installationsintegrationconfigurationidresourcesresourceidexperimentationedgeconfigop.d.ts.map +1 -0
  1621. package/esm/models/putv1installationsintegrationconfigurationidresourcesresourceidexperimentationedgeconfigop.js +105 -0
  1622. package/esm/models/putv1installationsintegrationconfigurationidresourcesresourceidexperimentationedgeconfigop.js.map +1 -0
  1623. package/esm/models/readaccessgroupop.d.ts +10 -0
  1624. package/esm/models/readaccessgroupop.d.ts.map +1 -1
  1625. package/esm/models/readaccessgroupop.js +4 -0
  1626. package/esm/models/readaccessgroupop.js.map +1 -1
  1627. package/esm/models/removecustomenvironmentop.d.ts +98 -0
  1628. package/esm/models/removecustomenvironmentop.d.ts.map +1 -0
  1629. package/esm/models/removecustomenvironmentop.js +96 -0
  1630. package/esm/models/removecustomenvironmentop.js.map +1 -0
  1631. package/esm/models/submitbillingdataop.d.ts +25 -19
  1632. package/esm/models/submitbillingdataop.d.ts.map +1 -1
  1633. package/esm/models/submitbillingdataop.js +18 -17
  1634. package/esm/models/submitbillingdataop.js.map +1 -1
  1635. package/esm/models/submitprepaymentbalancesop.d.ts +107 -0
  1636. package/esm/models/submitprepaymentbalancesop.d.ts.map +1 -0
  1637. package/esm/models/submitprepaymentbalancesop.js +102 -0
  1638. package/esm/models/submitprepaymentbalancesop.js.map +1 -0
  1639. package/esm/models/teamlimited.d.ts +63 -9
  1640. package/esm/models/teamlimited.d.ts.map +1 -1
  1641. package/esm/models/teamlimited.js +43 -12
  1642. package/esm/models/teamlimited.js.map +1 -1
  1643. package/esm/models/updateaccessgroupop.d.ts +10 -0
  1644. package/esm/models/updateaccessgroupop.d.ts.map +1 -1
  1645. package/esm/models/updateaccessgroupop.js +4 -0
  1646. package/esm/models/updateaccessgroupop.js.map +1 -1
  1647. package/esm/models/updatecustomenvironmentop.d.ts +179 -0
  1648. package/esm/models/updatecustomenvironmentop.d.ts.map +1 -0
  1649. package/esm/models/updatecustomenvironmentop.js +150 -0
  1650. package/esm/models/updatecustomenvironmentop.js.map +1 -0
  1651. package/esm/models/updateedgeconfigop.d.ts +83 -13
  1652. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  1653. package/esm/models/updateedgeconfigop.js +95 -17
  1654. package/esm/models/updateedgeconfigop.js.map +1 -1
  1655. package/esm/models/updatefirewallconfigop.d.ts +442 -339
  1656. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  1657. package/esm/models/updatefirewallconfigop.js +463 -392
  1658. package/esm/models/updatefirewallconfigop.js.map +1 -1
  1659. package/esm/models/updateintegrationdeploymentactionop.d.ts +170 -0
  1660. package/esm/models/updateintegrationdeploymentactionop.d.ts.map +1 -0
  1661. package/esm/models/updateintegrationdeploymentactionop.js +173 -0
  1662. package/esm/models/updateintegrationdeploymentactionop.js.map +1 -0
  1663. package/esm/models/updateprojectdatacacheop.d.ts +408 -80
  1664. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  1665. package/esm/models/updateprojectdatacacheop.js +367 -72
  1666. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  1667. package/esm/models/updateprojectop.d.ts +407 -76
  1668. package/esm/models/updateprojectop.d.ts.map +1 -1
  1669. package/esm/models/updateprojectop.js +343 -55
  1670. package/esm/models/updateprojectop.js.map +1 -1
  1671. package/esm/models/updateresourcesecretsbyidop.d.ts +5 -0
  1672. package/esm/models/updateresourcesecretsbyidop.d.ts.map +1 -1
  1673. package/esm/models/updateresourcesecretsbyidop.js +2 -0
  1674. package/esm/models/updateresourcesecretsbyidop.js.map +1 -1
  1675. package/esm/models/updateresourcesecretsop.d.ts +20 -15
  1676. package/esm/models/updateresourcesecretsop.d.ts.map +1 -1
  1677. package/esm/models/updateresourcesecretsop.js +17 -15
  1678. package/esm/models/updateresourcesecretsop.js.map +1 -1
  1679. package/esm/models/vercelbadrequesterror.d.ts +4 -4
  1680. package/esm/models/vercelbadrequesterror.d.ts.map +1 -1
  1681. package/esm/models/vercelbadrequesterror.js +4 -4
  1682. package/esm/models/vercelbadrequesterror.js.map +1 -1
  1683. package/esm/models/vercelforbiddenerror.d.ts +2 -2
  1684. package/esm/models/vercelforbiddenerror.d.ts.map +1 -1
  1685. package/esm/models/vercelforbiddenerror.js +2 -2
  1686. package/esm/models/vercelforbiddenerror.js.map +1 -1
  1687. package/esm/models/vercelnotfounderror.d.ts +4 -4
  1688. package/esm/models/vercelnotfounderror.d.ts.map +1 -1
  1689. package/esm/models/vercelnotfounderror.js +4 -4
  1690. package/esm/models/vercelnotfounderror.js.map +1 -1
  1691. package/esm/models/vercelratelimiterror.d.ts +2 -2
  1692. package/esm/models/vercelratelimiterror.d.ts.map +1 -1
  1693. package/esm/models/vercelratelimiterror.js +2 -2
  1694. package/esm/models/vercelratelimiterror.js.map +1 -1
  1695. package/esm/sdk/aliases.d.ts +14 -14
  1696. package/esm/sdk/aliases.d.ts.map +1 -1
  1697. package/esm/sdk/aliases.js +18 -18
  1698. package/esm/sdk/aliases.js.map +1 -1
  1699. package/esm/sdk/apiexperimentation.d.ts +9 -0
  1700. package/esm/sdk/apiexperimentation.d.ts.map +1 -0
  1701. package/esm/sdk/apiexperimentation.js +15 -0
  1702. package/esm/sdk/apiexperimentation.js.map +1 -0
  1703. package/esm/sdk/artifacts.d.ts +1 -1
  1704. package/esm/sdk/artifacts.d.ts.map +1 -1
  1705. package/esm/sdk/deployments.d.ts +9 -1
  1706. package/esm/sdk/deployments.d.ts.map +1 -1
  1707. package/esm/sdk/deployments.js +11 -1
  1708. package/esm/sdk/deployments.js.map +1 -1
  1709. package/esm/sdk/environment.d.ts +8 -8
  1710. package/esm/sdk/environment.d.ts.map +1 -1
  1711. package/esm/sdk/environment.js +12 -12
  1712. package/esm/sdk/environment.js.map +1 -1
  1713. package/esm/sdk/integrations.d.ts +8 -0
  1714. package/esm/sdk/integrations.d.ts.map +1 -1
  1715. package/esm/sdk/integrations.js +10 -0
  1716. package/esm/sdk/integrations.js.map +1 -1
  1717. package/esm/sdk/logdrains.d.ts +21 -21
  1718. package/esm/sdk/logdrains.d.ts.map +1 -1
  1719. package/esm/sdk/logdrains.js +27 -27
  1720. package/esm/sdk/logdrains.js.map +1 -1
  1721. package/esm/sdk/marketplace.d.ts +57 -1
  1722. package/esm/sdk/marketplace.d.ts.map +1 -1
  1723. package/esm/sdk/marketplace.js +71 -1
  1724. package/esm/sdk/marketplace.js.map +1 -1
  1725. package/esm/sdk/projects.d.ts +6 -6
  1726. package/esm/sdk/projects.d.ts.map +1 -1
  1727. package/esm/sdk/projects.js +8 -8
  1728. package/esm/sdk/projects.js.map +1 -1
  1729. package/esm/sdk/sdk.d.ts +7 -4
  1730. package/esm/sdk/sdk.d.ts.map +1 -1
  1731. package/esm/sdk/sdk.js +9 -5
  1732. package/esm/sdk/sdk.js.map +1 -1
  1733. package/esm/sdk/security.d.ts +0 -8
  1734. package/esm/sdk/security.d.ts.map +1 -1
  1735. package/esm/sdk/security.js +0 -10
  1736. package/esm/sdk/security.js.map +1 -1
  1737. package/esm/sdk/user.d.ts +1 -1
  1738. package/esm/sdk/user.d.ts.map +1 -1
  1739. package/esm/types/async.d.ts +23 -0
  1740. package/esm/types/async.d.ts.map +1 -0
  1741. package/esm/types/async.js +40 -0
  1742. package/esm/types/async.js.map +1 -0
  1743. package/jsr.json +1 -1
  1744. package/package.json +22 -10
  1745. package/src/__tests__/accessgroups.test.ts +57 -19
  1746. package/src/__tests__/aliases.test.ts +15 -5
  1747. package/src/__tests__/apiexperimentation.test.ts +23 -0
  1748. package/src/__tests__/artifacts.test.ts +15 -5
  1749. package/src/__tests__/authentication.test.ts +12 -4
  1750. package/src/__tests__/certs.test.ts +12 -4
  1751. package/src/__tests__/checks.test.ts +15 -5
  1752. package/src/__tests__/deployments.test.ts +49 -13
  1753. package/src/__tests__/dns.test.ts +9 -3
  1754. package/src/__tests__/domains.test.ts +28 -10
  1755. package/src/__tests__/edgeconfig.test.ts +45 -15
  1756. package/src/__tests__/environment.test.ts +75 -53
  1757. package/src/__tests__/files.ts +1 -1
  1758. package/src/__tests__/integrations.test.ts +12 -4
  1759. package/src/__tests__/logdrains.test.ts +44 -30
  1760. package/src/__tests__/marketplace.test.ts +164 -10
  1761. package/src/__tests__/mockserver/README.md +1 -1
  1762. package/src/__tests__/projectmembers.test.ts +6 -2
  1763. package/src/__tests__/projects.test.ts +127 -20
  1764. package/src/__tests__/security.test.ts +27 -183
  1765. package/src/__tests__/teams.test.ts +36 -13
  1766. package/src/__tests__/user.test.ts +6 -2
  1767. package/src/__tests__/webhooks.test.ts +12 -4
  1768. package/src/funcs/accessGroupsCreateAccessGroup.ts +39 -8
  1769. package/src/funcs/accessGroupsCreateAccessGroupProject.ts +39 -8
  1770. package/src/funcs/accessGroupsDeleteAccessGroup.ts +39 -8
  1771. package/src/funcs/accessGroupsDeleteAccessGroupProject.ts +39 -8
  1772. package/src/funcs/accessGroupsListAccessGroupMembers.ts +39 -8
  1773. package/src/funcs/accessGroupsListAccessGroupProjects.ts +39 -8
  1774. package/src/funcs/accessGroupsListAccessGroups.ts +39 -8
  1775. package/src/funcs/accessGroupsReadAccessGroup.ts +39 -8
  1776. package/src/funcs/accessGroupsReadAccessGroupProject.ts +39 -8
  1777. package/src/funcs/accessGroupsUpdateAccessGroup.ts +39 -8
  1778. package/src/funcs/accessGroupsUpdateAccessGroupProject.ts +39 -8
  1779. package/src/funcs/aliasesAssignAlias.ts +39 -8
  1780. package/src/funcs/aliasesDeleteAlias.ts +39 -8
  1781. package/src/funcs/aliasesGetAlias.ts +39 -8
  1782. package/src/funcs/aliasesListAliases.ts +39 -8
  1783. package/src/funcs/aliasesListDeploymentAliases.ts +39 -8
  1784. package/src/funcs/{securityPutFirewallConfig.ts → apiExperimentationGetV1ExperimentationItems.ts} +58 -41
  1785. package/src/funcs/artifactsArtifactExists.ts +39 -8
  1786. package/src/funcs/artifactsArtifactQuery.ts +40 -10
  1787. package/src/funcs/artifactsDownloadArtifact.ts +39 -8
  1788. package/src/funcs/artifactsRecordEvents.ts +37 -7
  1789. package/src/funcs/artifactsStatus.ts +37 -7
  1790. package/src/funcs/artifactsUploadArtifact.ts +37 -7
  1791. package/src/funcs/authenticationCreateAuthToken.ts +37 -7
  1792. package/src/funcs/authenticationDeleteAuthToken.ts +39 -8
  1793. package/src/funcs/authenticationExchangeSsoToken.ts +38 -8
  1794. package/src/funcs/authenticationGetAuthToken.ts +39 -8
  1795. package/src/funcs/authenticationListAuthTokens.ts +34 -6
  1796. package/src/funcs/certsGetCertById.ts +39 -8
  1797. package/src/funcs/certsIssueCert.ts +39 -8
  1798. package/src/funcs/certsRemoveCert.ts +39 -8
  1799. package/src/funcs/certsUploadCert.ts +37 -7
  1800. package/src/funcs/checksCreateCheck.ts +39 -8
  1801. package/src/funcs/checksGetAllChecks.ts +39 -8
  1802. package/src/funcs/checksGetCheck.ts +39 -8
  1803. package/src/funcs/checksRerequestCheck.ts +39 -8
  1804. package/src/funcs/checksUpdateCheck.ts +39 -8
  1805. package/src/funcs/deploymentsCancelDeployment.ts +39 -8
  1806. package/src/funcs/deploymentsCreateDeployment.ts +39 -8
  1807. package/src/funcs/deploymentsDeleteDeployment.ts +39 -8
  1808. package/src/funcs/deploymentsGetDeployment.ts +38 -8
  1809. package/src/funcs/deploymentsGetDeploymentEvents.ts +38 -8
  1810. package/src/funcs/deploymentsGetDeploymentFileContents.ts +39 -8
  1811. package/src/funcs/deploymentsGetDeployments.ts +39 -8
  1812. package/src/funcs/deploymentsListDeploymentFiles.ts +40 -9
  1813. package/src/funcs/deploymentsUpdateIntegrationDeploymentAction.ts +201 -0
  1814. package/src/funcs/deploymentsUploadFile.ts +37 -7
  1815. package/src/funcs/dnsCreateRecord.ts +39 -8
  1816. package/src/funcs/dnsGetRecords.ts +39 -8
  1817. package/src/funcs/dnsRemoveRecord.ts +39 -8
  1818. package/src/funcs/dnsUpdateRecord.ts +39 -8
  1819. package/src/funcs/domainsBuyDomain.ts +39 -8
  1820. package/src/funcs/domainsCheckDomainPrice.ts +37 -7
  1821. package/src/funcs/domainsCheckDomainStatus.ts +39 -9
  1822. package/src/funcs/domainsCreateOrTransferDomain.ts +39 -8
  1823. package/src/funcs/domainsDeleteDomain.ts +39 -8
  1824. package/src/funcs/domainsGetDomain.ts +39 -8
  1825. package/src/funcs/domainsGetDomainConfig.ts +37 -7
  1826. package/src/funcs/domainsGetDomainTransfer.ts +37 -7
  1827. package/src/funcs/domainsGetDomains.ts +37 -7
  1828. package/src/funcs/domainsPatchDomain.ts +39 -8
  1829. package/src/funcs/edgeConfigCreateEdgeConfig.ts +37 -7
  1830. package/src/funcs/edgeConfigCreateEdgeConfigToken.ts +39 -8
  1831. package/src/funcs/edgeConfigDeleteEdgeConfig.ts +39 -8
  1832. package/src/funcs/edgeConfigDeleteEdgeConfigSchema.ts +39 -8
  1833. package/src/funcs/edgeConfigDeleteEdgeConfigTokens.ts +39 -8
  1834. package/src/funcs/edgeConfigGetEdgeConfig.ts +39 -8
  1835. package/src/funcs/edgeConfigGetEdgeConfigBackup.ts +39 -8
  1836. package/src/funcs/edgeConfigGetEdgeConfigBackups.ts +39 -8
  1837. package/src/funcs/edgeConfigGetEdgeConfigItem.ts +39 -8
  1838. package/src/funcs/edgeConfigGetEdgeConfigItems.ts +39 -8
  1839. package/src/funcs/edgeConfigGetEdgeConfigSchema.ts +39 -8
  1840. package/src/funcs/edgeConfigGetEdgeConfigToken.ts +39 -8
  1841. package/src/funcs/edgeConfigGetEdgeConfigTokens.ts +39 -8
  1842. package/src/funcs/edgeConfigGetEdgeConfigs.ts +37 -7
  1843. package/src/funcs/edgeConfigPatchEdgeConfigSchema.ts +39 -8
  1844. package/src/funcs/edgeConfigUpdateEdgeConfig.ts +39 -8
  1845. package/src/funcs/{environmentPostV1ProjectsIdOrNameCustomEnvironments.ts → environmentCreateCustomEnvironment.ts} +50 -26
  1846. package/src/funcs/{environmentGetV9ProjectsIdOrNameCustomEnvironmentsEnvironmentSlugOrId.ts → environmentGetCustomEnvironment.ts} +50 -25
  1847. package/src/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.ts +37 -7
  1848. package/src/funcs/{environmentDeleteV9ProjectsIdOrNameCustomEnvironmentsEnvironmentSlugOrId.ts → environmentRemoveCustomEnvironment.ts} +49 -25
  1849. package/src/funcs/{environmentPatchV9ProjectsIdOrNameCustomEnvironmentsEnvironmentSlugOrId.ts → environmentUpdateCustomEnvironment.ts} +49 -25
  1850. package/src/funcs/integrationsDeleteConfiguration.ts +39 -8
  1851. package/src/funcs/integrationsGetConfiguration.ts +39 -8
  1852. package/src/funcs/integrationsGetConfigurations.ts +37 -7
  1853. package/src/funcs/integrationsGitNamespaces.ts +37 -7
  1854. package/src/funcs/integrationsSearchRepo.ts +36 -7
  1855. package/src/funcs/integrationsUpdateIntegrationDeploymentAction.ts +201 -0
  1856. package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +37 -7
  1857. package/src/funcs/logDrainsCreateLogDrain.ts +37 -7
  1858. package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +39 -8
  1859. package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +39 -8
  1860. package/src/funcs/logDrainsGetAllLogDrains.ts +38 -7
  1861. package/src/funcs/logDrainsGetConfigurableLogDrain.ts +39 -8
  1862. package/src/funcs/logDrainsGetIntegrationLogDrains.ts +37 -7
  1863. package/src/funcs/marketplaceCreateEvent.ts +38 -8
  1864. package/src/funcs/marketplaceCreateInstallationIntegrationConfiguration.ts +205 -0
  1865. package/src/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.ts +217 -0
  1866. package/src/funcs/marketplaceDeleteInstallationIntegrationConfiguration.ts +208 -0
  1867. package/src/funcs/marketplaceExchangeSsoToken.ts +38 -8
  1868. package/src/funcs/marketplaceGetAccountInfo.ts +37 -7
  1869. package/src/funcs/marketplaceGetInvoice.ts +39 -8
  1870. package/src/funcs/marketplaceGetMember.ts +39 -8
  1871. package/src/funcs/marketplaceImportResource.ts +201 -0
  1872. package/src/funcs/marketplaceSubmitBillingData.ts +37 -7
  1873. package/src/funcs/marketplaceSubmitInvoice.ts +37 -7
  1874. package/src/funcs/marketplaceSubmitPrepaymentBalances.ts +188 -0
  1875. package/src/funcs/marketplaceUpdateInstallationIntegrationConfiguration.ts +209 -0
  1876. package/src/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.ts +209 -0
  1877. package/src/funcs/marketplaceUpdateInvoice.ts +39 -8
  1878. package/src/funcs/marketplaceUpdateResourceSecrets.ts +39 -8
  1879. package/src/funcs/marketplaceUpdateResourceSecretsById.ts +39 -8
  1880. package/src/funcs/projectMembersAddProjectMember.ts +37 -7
  1881. package/src/funcs/projectMembersGetProjectMembers.ts +37 -7
  1882. package/src/funcs/projectMembersRemoveProjectMember.ts +37 -7
  1883. package/src/funcs/projectsAcceptProjectTransferRequest.ts +39 -8
  1884. package/src/funcs/projectsAddProjectDomain.ts +37 -7
  1885. package/src/funcs/projectsCreateProject.ts +38 -8
  1886. package/src/funcs/projectsCreateProjectEnv.ts +37 -7
  1887. package/src/funcs/projectsCreateProjectTransferRequest.ts +37 -7
  1888. package/src/funcs/projectsDeleteProject.ts +37 -7
  1889. package/src/funcs/projectsEditProjectEnv.ts +37 -7
  1890. package/src/funcs/projectsFilterProjectEnvs.ts +38 -8
  1891. package/src/funcs/projectsGetProjectDomain.ts +37 -7
  1892. package/src/funcs/projectsGetProjectDomains.ts +37 -7
  1893. package/src/funcs/projectsGetProjectEnv.ts +37 -7
  1894. package/src/funcs/projectsGetProjects.ts +38 -8
  1895. package/src/funcs/projectsListPromoteAliases.ts +39 -8
  1896. package/src/funcs/projectsRemoveProjectDomain.ts +39 -8
  1897. package/src/funcs/projectsRemoveProjectEnv.ts +39 -8
  1898. package/src/funcs/projectsRequestPromote.ts +37 -7
  1899. package/src/funcs/projectsUpdateProject.ts +46 -8
  1900. package/src/funcs/projectsUpdateProjectDataCache.ts +39 -8
  1901. package/src/funcs/projectsUpdateProjectDomain.ts +37 -7
  1902. package/src/funcs/projectsUpdateProjectProtectionBypass.ts +39 -8
  1903. package/src/funcs/projectsVerifyProjectDomain.ts +37 -7
  1904. package/src/funcs/securityAddBypassIp.ts +39 -8
  1905. package/src/funcs/securityGetActiveAttackStatus.ts +39 -8
  1906. package/src/funcs/securityGetBypassIp.ts +39 -8
  1907. package/src/funcs/securityGetFirewallConfig.ts +39 -8
  1908. package/src/funcs/securityRemoveBypassIp.ts +39 -8
  1909. package/src/funcs/securityUpdateAttackChallengeMode.ts +39 -8
  1910. package/src/funcs/securityUpdateFirewallConfig.ts +39 -8
  1911. package/src/funcs/teamsCreateTeam.ts +37 -7
  1912. package/src/funcs/teamsDeleteTeam.ts +39 -8
  1913. package/src/funcs/teamsDeleteTeamInviteCode.ts +39 -8
  1914. package/src/funcs/teamsGetTeam.ts +39 -8
  1915. package/src/funcs/teamsGetTeamAccessRequest.ts +39 -8
  1916. package/src/funcs/teamsGetTeamMembers.ts +39 -8
  1917. package/src/funcs/teamsGetTeams.ts +37 -7
  1918. package/src/funcs/teamsInviteUserToTeam.ts +39 -8
  1919. package/src/funcs/teamsJoinTeam.ts +39 -8
  1920. package/src/funcs/teamsPatchTeam.ts +39 -8
  1921. package/src/funcs/teamsRemoveTeamMember.ts +39 -8
  1922. package/src/funcs/teamsRequestAccessToTeam.ts +39 -8
  1923. package/src/funcs/teamsUpdateTeamMember.ts +39 -8
  1924. package/src/funcs/userGetAuthUser.ts +37 -10
  1925. package/src/funcs/userListUserEvents.ts +37 -7
  1926. package/src/funcs/userRequestDelete.ts +37 -7
  1927. package/src/funcs/webhooksCreateWebhook.ts +37 -7
  1928. package/src/funcs/webhooksDeleteWebhook.ts +37 -7
  1929. package/src/funcs/webhooksGetWebhook.ts +37 -7
  1930. package/src/funcs/webhooksGetWebhooks.ts +37 -7
  1931. package/src/hooks/types.ts +1 -0
  1932. package/src/lib/config.ts +6 -6
  1933. package/src/lib/files.ts +1 -1
  1934. package/src/lib/primitives.ts +14 -0
  1935. package/src/lib/retries.ts +0 -1
  1936. package/src/lib/sdks.ts +3 -8
  1937. package/src/lib/security.ts +0 -1
  1938. package/src/mcp-server/cli/start/command.ts +107 -0
  1939. package/src/mcp-server/cli/start/impl.ts +134 -0
  1940. package/src/mcp-server/cli.ts +13 -0
  1941. package/src/mcp-server/console-logger.ts +71 -0
  1942. package/src/mcp-server/extensions.ts +13 -0
  1943. package/src/mcp-server/mcp-server.ts +26 -0
  1944. package/src/mcp-server/resources.ts +157 -0
  1945. package/src/mcp-server/scopes.ts +7 -0
  1946. package/src/mcp-server/server.ts +383 -0
  1947. package/src/mcp-server/shared.ts +75 -0
  1948. package/src/mcp-server/tools/accessGroupsCreateAccessGroup.ts +37 -0
  1949. package/src/mcp-server/tools/accessGroupsCreateAccessGroupProject.ts +39 -0
  1950. package/src/mcp-server/tools/accessGroupsDeleteAccessGroup.ts +35 -0
  1951. package/src/mcp-server/tools/accessGroupsDeleteAccessGroupProject.ts +37 -0
  1952. package/src/mcp-server/tools/accessGroupsListAccessGroupMembers.ts +39 -0
  1953. package/src/mcp-server/tools/accessGroupsListAccessGroupProjects.ts +39 -0
  1954. package/src/mcp-server/tools/accessGroupsListAccessGroups.ts +37 -0
  1955. package/src/mcp-server/tools/accessGroupsReadAccessGroup.ts +37 -0
  1956. package/src/mcp-server/tools/accessGroupsReadAccessGroupProject.ts +39 -0
  1957. package/src/mcp-server/tools/accessGroupsUpdateAccessGroup.ts +37 -0
  1958. package/src/mcp-server/tools/accessGroupsUpdateAccessGroupProject.ts +39 -0
  1959. package/src/mcp-server/tools/aliasesAssignAlias.ts +37 -0
  1960. package/src/mcp-server/tools/aliasesDeleteAlias.ts +37 -0
  1961. package/src/mcp-server/tools/aliasesGetAlias.ts +37 -0
  1962. package/src/mcp-server/tools/aliasesListAliases.ts +37 -0
  1963. package/src/mcp-server/tools/aliasesListDeploymentAliases.ts +37 -0
  1964. package/src/mcp-server/tools/apiExperimentationGetV1ExperimentationItems.ts +37 -0
  1965. package/src/mcp-server/tools/artifactsArtifactExists.ts +35 -0
  1966. package/src/mcp-server/tools/artifactsArtifactQuery.ts +37 -0
  1967. package/src/mcp-server/tools/artifactsDownloadArtifact.ts +37 -0
  1968. package/src/mcp-server/tools/artifactsRecordEvents.ts +35 -0
  1969. package/src/mcp-server/tools/artifactsStatus.ts +37 -0
  1970. package/src/mcp-server/tools/artifactsUploadArtifact.ts +37 -0
  1971. package/src/mcp-server/tools/authenticationCreateAuthToken.ts +37 -0
  1972. package/src/mcp-server/tools/authenticationDeleteAuthToken.ts +37 -0
  1973. package/src/mcp-server/tools/authenticationExchangeSsoToken.ts +38 -0
  1974. package/src/mcp-server/tools/authenticationGetAuthToken.ts +37 -0
  1975. package/src/mcp-server/tools/authenticationListAuthTokens.ts +30 -0
  1976. package/src/mcp-server/tools/certsGetCertById.ts +37 -0
  1977. package/src/mcp-server/tools/certsIssueCert.ts +37 -0
  1978. package/src/mcp-server/tools/certsRemoveCert.ts +37 -0
  1979. package/src/mcp-server/tools/certsUploadCert.ts +37 -0
  1980. package/src/mcp-server/tools/checksCreateCheck.ts +37 -0
  1981. package/src/mcp-server/tools/checksGetAllChecks.ts +37 -0
  1982. package/src/mcp-server/tools/checksGetCheck.ts +37 -0
  1983. package/src/mcp-server/tools/checksRerequestCheck.ts +37 -0
  1984. package/src/mcp-server/tools/checksUpdateCheck.ts +37 -0
  1985. package/src/mcp-server/tools/deploymentsCancelDeployment.ts +37 -0
  1986. package/src/mcp-server/tools/deploymentsCreateDeployment.ts +37 -0
  1987. package/src/mcp-server/tools/deploymentsDeleteDeployment.ts +37 -0
  1988. package/src/mcp-server/tools/deploymentsGetDeployment.ts +37 -0
  1989. package/src/mcp-server/tools/deploymentsGetDeploymentEvents.ts +36 -0
  1990. package/src/mcp-server/tools/deploymentsGetDeploymentFileContents.ts +37 -0
  1991. package/src/mcp-server/tools/deploymentsGetDeployments.ts +37 -0
  1992. package/src/mcp-server/tools/deploymentsListDeploymentFiles.ts +38 -0
  1993. package/src/mcp-server/tools/deploymentsUpdateIntegrationDeploymentAction.ts +38 -0
  1994. package/src/mcp-server/tools/deploymentsUploadFile.ts +37 -0
  1995. package/src/mcp-server/tools/dnsCreateRecord.ts +37 -0
  1996. package/src/mcp-server/tools/dnsGetRecords.ts +37 -0
  1997. package/src/mcp-server/tools/dnsRemoveRecord.ts +37 -0
  1998. package/src/mcp-server/tools/dnsUpdateRecord.ts +37 -0
  1999. package/src/mcp-server/tools/domainsBuyDomain.ts +37 -0
  2000. package/src/mcp-server/tools/domainsCheckDomainPrice.ts +37 -0
  2001. package/src/mcp-server/tools/domainsCheckDomainStatus.ts +37 -0
  2002. package/src/mcp-server/tools/domainsCreateOrTransferDomain.ts +37 -0
  2003. package/src/mcp-server/tools/domainsDeleteDomain.ts +37 -0
  2004. package/src/mcp-server/tools/domainsGetDomain.ts +37 -0
  2005. package/src/mcp-server/tools/domainsGetDomainConfig.ts +37 -0
  2006. package/src/mcp-server/tools/domainsGetDomainTransfer.ts +37 -0
  2007. package/src/mcp-server/tools/domainsGetDomains.ts +37 -0
  2008. package/src/mcp-server/tools/domainsPatchDomain.ts +37 -0
  2009. package/src/mcp-server/tools/edgeConfigCreateEdgeConfig.ts +37 -0
  2010. package/src/mcp-server/tools/edgeConfigCreateEdgeConfigToken.ts +38 -0
  2011. package/src/mcp-server/tools/edgeConfigDeleteEdgeConfig.ts +35 -0
  2012. package/src/mcp-server/tools/edgeConfigDeleteEdgeConfigSchema.ts +37 -0
  2013. package/src/mcp-server/tools/edgeConfigDeleteEdgeConfigTokens.ts +37 -0
  2014. package/src/mcp-server/tools/edgeConfigGetEdgeConfig.ts +37 -0
  2015. package/src/mcp-server/tools/edgeConfigGetEdgeConfigBackup.ts +37 -0
  2016. package/src/mcp-server/tools/edgeConfigGetEdgeConfigBackups.ts +38 -0
  2017. package/src/mcp-server/tools/edgeConfigGetEdgeConfigItem.ts +37 -0
  2018. package/src/mcp-server/tools/edgeConfigGetEdgeConfigItems.ts +37 -0
  2019. package/src/mcp-server/tools/edgeConfigGetEdgeConfigSchema.ts +37 -0
  2020. package/src/mcp-server/tools/edgeConfigGetEdgeConfigToken.ts +37 -0
  2021. package/src/mcp-server/tools/edgeConfigGetEdgeConfigTokens.ts +37 -0
  2022. package/src/mcp-server/tools/edgeConfigGetEdgeConfigs.ts +37 -0
  2023. package/src/mcp-server/tools/edgeConfigPatchEdgeConfigSchema.ts +38 -0
  2024. package/src/mcp-server/tools/edgeConfigUpdateEdgeConfig.ts +37 -0
  2025. package/src/mcp-server/tools/environmentCreateCustomEnvironment.ts +39 -0
  2026. package/src/mcp-server/tools/environmentGetCustomEnvironment.ts +38 -0
  2027. package/src/mcp-server/tools/environmentGetV9ProjectsIdOrNameCustomEnvironments.ts +39 -0
  2028. package/src/mcp-server/tools/environmentRemoveCustomEnvironment.ts +39 -0
  2029. package/src/mcp-server/tools/environmentUpdateCustomEnvironment.ts +39 -0
  2030. package/src/mcp-server/tools/integrationsDeleteConfiguration.ts +36 -0
  2031. package/src/mcp-server/tools/integrationsGetConfiguration.ts +37 -0
  2032. package/src/mcp-server/tools/integrationsGetConfigurations.ts +37 -0
  2033. package/src/mcp-server/tools/integrationsGitNamespaces.ts +37 -0
  2034. package/src/mcp-server/tools/integrationsSearchRepo.ts +37 -0
  2035. package/src/mcp-server/tools/integrationsUpdateIntegrationDeploymentAction.ts +38 -0
  2036. package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +39 -0
  2037. package/src/mcp-server/tools/logDrainsCreateLogDrain.ts +37 -0
  2038. package/src/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.ts +37 -0
  2039. package/src/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.ts +37 -0
  2040. package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +37 -0
  2041. package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +39 -0
  2042. package/src/mcp-server/tools/logDrainsGetIntegrationLogDrains.ts +39 -0
  2043. package/src/mcp-server/tools/marketplaceCreateEvent.ts +35 -0
  2044. package/src/mcp-server/tools/marketplaceCreateInstallationIntegrationConfiguration.ts +40 -0
  2045. package/src/mcp-server/tools/marketplaceCreateInstallationIntegrationEdgeConfig.ts +42 -0
  2046. package/src/mcp-server/tools/marketplaceDeleteInstallationIntegrationConfiguration.ts +40 -0
  2047. package/src/mcp-server/tools/marketplaceExchangeSsoToken.ts +37 -0
  2048. package/src/mcp-server/tools/marketplaceGetAccountInfo.ts +37 -0
  2049. package/src/mcp-server/tools/marketplaceGetInvoice.ts +37 -0
  2050. package/src/mcp-server/tools/marketplaceGetMember.ts +37 -0
  2051. package/src/mcp-server/tools/marketplaceImportResource.ts +37 -0
  2052. package/src/mcp-server/tools/marketplaceSubmitBillingData.ts +35 -0
  2053. package/src/mcp-server/tools/marketplaceSubmitInvoice.ts +37 -0
  2054. package/src/mcp-server/tools/marketplaceSubmitPrepaymentBalances.ts +37 -0
  2055. package/src/mcp-server/tools/marketplaceUpdateInstallationIntegrationConfiguration.ts +40 -0
  2056. package/src/mcp-server/tools/marketplaceUpdateInstallationIntegrationEdgeConfig.ts +42 -0
  2057. package/src/mcp-server/tools/marketplaceUpdateInvoice.ts +35 -0
  2058. package/src/mcp-server/tools/marketplaceUpdateResourceSecrets.ts +37 -0
  2059. package/src/mcp-server/tools/marketplaceUpdateResourceSecretsById.ts +37 -0
  2060. package/src/mcp-server/tools/projectMembersAddProjectMember.ts +38 -0
  2061. package/src/mcp-server/tools/projectMembersGetProjectMembers.ts +38 -0
  2062. package/src/mcp-server/tools/projectMembersRemoveProjectMember.ts +39 -0
  2063. package/src/mcp-server/tools/projectsAcceptProjectTransferRequest.ts +39 -0
  2064. package/src/mcp-server/tools/projectsAddProjectDomain.ts +37 -0
  2065. package/src/mcp-server/tools/projectsCreateProject.ts +37 -0
  2066. package/src/mcp-server/tools/projectsCreateProjectEnv.ts +37 -0
  2067. package/src/mcp-server/tools/projectsCreateProjectTransferRequest.ts +39 -0
  2068. package/src/mcp-server/tools/projectsDeleteProject.ts +35 -0
  2069. package/src/mcp-server/tools/projectsEditProjectEnv.ts +37 -0
  2070. package/src/mcp-server/tools/projectsFilterProjectEnvs.ts +37 -0
  2071. package/src/mcp-server/tools/projectsGetProjectDomain.ts +37 -0
  2072. package/src/mcp-server/tools/projectsGetProjectDomains.ts +37 -0
  2073. package/src/mcp-server/tools/projectsGetProjectEnv.ts +38 -0
  2074. package/src/mcp-server/tools/projectsGetProjects.ts +37 -0
  2075. package/src/mcp-server/tools/projectsListPromoteAliases.ts +37 -0
  2076. package/src/mcp-server/tools/projectsRemoveProjectDomain.ts +37 -0
  2077. package/src/mcp-server/tools/projectsRemoveProjectEnv.ts +37 -0
  2078. package/src/mcp-server/tools/projectsRequestPromote.ts +35 -0
  2079. package/src/mcp-server/tools/projectsUpdateProject.ts +37 -0
  2080. package/src/mcp-server/tools/projectsUpdateProjectDataCache.ts +38 -0
  2081. package/src/mcp-server/tools/projectsUpdateProjectDomain.ts +37 -0
  2082. package/src/mcp-server/tools/projectsUpdateProjectProtectionBypass.ts +39 -0
  2083. package/src/mcp-server/tools/projectsVerifyProjectDomain.ts +37 -0
  2084. package/src/mcp-server/tools/securityAddBypassIp.ts +37 -0
  2085. package/src/mcp-server/tools/securityGetActiveAttackStatus.ts +37 -0
  2086. package/src/mcp-server/tools/securityGetBypassIp.ts +37 -0
  2087. package/src/mcp-server/tools/securityGetFirewallConfig.ts +37 -0
  2088. package/src/mcp-server/tools/securityRemoveBypassIp.ts +37 -0
  2089. package/src/mcp-server/tools/securityUpdateAttackChallengeMode.ts +39 -0
  2090. package/src/mcp-server/tools/securityUpdateFirewallConfig.ts +37 -0
  2091. package/src/mcp-server/tools/teamsCreateTeam.ts +37 -0
  2092. package/src/mcp-server/tools/teamsDeleteTeam.ts +37 -0
  2093. package/src/mcp-server/tools/teamsDeleteTeamInviteCode.ts +37 -0
  2094. package/src/mcp-server/tools/teamsGetTeam.ts +37 -0
  2095. package/src/mcp-server/tools/teamsGetTeamAccessRequest.ts +37 -0
  2096. package/src/mcp-server/tools/teamsGetTeamMembers.ts +37 -0
  2097. package/src/mcp-server/tools/teamsGetTeams.ts +37 -0
  2098. package/src/mcp-server/tools/teamsInviteUserToTeam.ts +37 -0
  2099. package/src/mcp-server/tools/teamsJoinTeam.ts +37 -0
  2100. package/src/mcp-server/tools/teamsPatchTeam.ts +37 -0
  2101. package/src/mcp-server/tools/teamsRemoveTeamMember.ts +37 -0
  2102. package/src/mcp-server/tools/teamsRequestAccessToTeam.ts +37 -0
  2103. package/src/mcp-server/tools/teamsUpdateTeamMember.ts +37 -0
  2104. package/src/mcp-server/tools/userGetAuthUser.ts +30 -0
  2105. package/src/mcp-server/tools/userListUserEvents.ts +37 -0
  2106. package/src/mcp-server/tools/userRequestDelete.ts +37 -0
  2107. package/src/mcp-server/tools/webhooksCreateWebhook.ts +37 -0
  2108. package/src/mcp-server/tools/webhooksDeleteWebhook.ts +35 -0
  2109. package/src/mcp-server/tools/webhooksGetWebhook.ts +37 -0
  2110. package/src/mcp-server/tools/webhooksGetWebhooks.ts +37 -0
  2111. package/src/mcp-server/tools.ts +125 -0
  2112. package/src/models/addbypassipop.ts +24 -4
  2113. package/src/models/authtoken.ts +152 -71
  2114. package/src/models/authuser.ts +186 -72
  2115. package/src/models/canceldeploymentop.ts +149 -0
  2116. package/src/models/createaccessgroupop.ts +14 -0
  2117. package/src/models/createconfigurablelogdrainop.ts +156 -181
  2118. package/src/models/createcustomenvironmentop.ts +345 -0
  2119. package/src/models/createdeploymentop.ts +266 -148
  2120. package/src/models/createedgeconfigop.ts +175 -364
  2121. package/src/models/createlogdrainop.ts +111 -94
  2122. package/src/models/createprojectenvop.ts +45 -21
  2123. package/src/models/createprojectop.ts +830 -138
  2124. package/src/models/createprojecttransferrequestop.ts +15 -4
  2125. package/src/models/deletedomainop.ts +0 -3
  2126. package/src/models/deletev1installationsintegrationconfigurationidresourcesresourceidexperimentationitemsitemidop.ts +90 -0
  2127. package/src/models/edgeconfigitemvalue.ts +8 -8
  2128. package/src/models/editprojectenvop.ts +3 -0
  2129. package/src/models/filterprojectenvsop.ts +90 -47
  2130. package/src/models/flagjsonvalue.ts +12 -9
  2131. package/src/models/getaccountinfoop.ts +12 -0
  2132. package/src/models/getalllogdrainsop.ts +82 -78
  2133. package/src/models/getbypassipop.ts +105 -28
  2134. package/src/models/getconfigurablelogdrainop.ts +91 -95
  2135. package/src/models/getconfigurationop.ts +6 -426
  2136. package/src/models/getconfigurationsop.ts +40 -767
  2137. package/src/models/getcustomenvironmentop.ts +144 -0
  2138. package/src/models/getdeploymentop.ts +156 -8
  2139. package/src/models/getdeploymentsop.ts +9 -8
  2140. package/src/models/getdomainop.ts +7 -7
  2141. package/src/models/getedgeconfigbackupop.ts +59 -59
  2142. package/src/models/getedgeconfigop.ts +189 -27
  2143. package/src/models/getfirewallconfigop.ts +499 -730
  2144. package/src/models/getintegrationlogdrainsop.ts +19 -14
  2145. package/src/models/getprojectmembersop.ts +1 -0
  2146. package/src/models/getprojectsop.ts +725 -75
  2147. package/src/models/getteammembersop.ts +2 -7
  2148. package/src/models/getv1experimentationitemsop.ts +287 -0
  2149. package/src/models/getwebhooksop.ts +1 -0
  2150. package/src/models/headv1installationsintegrationconfigurationidresourcesresourceidexperimentationedgeconfigop.ts +177 -0
  2151. package/src/models/importresourceop.ts +527 -0
  2152. package/src/models/inviteusertoteamop.ts +182 -0
  2153. package/src/models/listaccessgroupmembersop.ts +1 -0
  2154. package/src/models/listaccessgroupsop.ts +14 -0
  2155. package/src/models/listaliasesop.ts +122 -115
  2156. package/src/models/listdeploymentaliasesop.ts +117 -126
  2157. package/src/models/patchteamop.ts +1 -0
  2158. package/src/models/patchv1installationsintegrationconfigurationidresourcesresourceidexperimentationitemsitemidop.ts +258 -0
  2159. package/src/models/postv1installationsintegrationconfigurationidresourcesresourceidexperimentationitemsop.ts +325 -0
  2160. package/src/models/putv1installationsintegrationconfigurationidresourcesresourceidexperimentationedgeconfigop.ts +272 -0
  2161. package/src/models/readaccessgroupop.ts +14 -0
  2162. package/src/models/removecustomenvironmentop.ts +227 -0
  2163. package/src/models/submitbillingdataop.ts +49 -46
  2164. package/src/models/submitprepaymentbalancesop.ts +234 -0
  2165. package/src/models/teamlimited.ts +55 -17
  2166. package/src/models/updateaccessgroupop.ts +14 -0
  2167. package/src/models/updatecustomenvironmentop.ts +361 -0
  2168. package/src/models/updateedgeconfigop.ts +191 -27
  2169. package/src/models/updatefirewallconfigop.ts +855 -843
  2170. package/src/models/updateintegrationdeploymentactionop.ts +379 -0
  2171. package/src/models/updateprojectdatacacheop.ts +759 -122
  2172. package/src/models/updateprojectop.ts +745 -84
  2173. package/src/models/updateresourcesecretsbyidop.ts +7 -0
  2174. package/src/models/updateresourcesecretsop.ts +44 -28
  2175. package/src/models/vercelbadrequesterror.ts +8 -17
  2176. package/src/models/vercelforbiddenerror.ts +4 -4
  2177. package/src/models/vercelnotfounderror.ts +8 -10
  2178. package/src/models/vercelratelimiterror.ts +4 -4
  2179. package/src/sdk/aliases.ts +30 -30
  2180. package/src/sdk/apiexperimentation.ts +27 -0
  2181. package/src/sdk/artifacts.ts +1 -1
  2182. package/src/sdk/deployments.ts +20 -1
  2183. package/src/sdk/environment.ts +44 -58
  2184. package/src/sdk/integrations.ts +19 -0
  2185. package/src/sdk/logdrains.ts +42 -42
  2186. package/src/sdk/marketplace.ts +159 -1
  2187. package/src/sdk/projects.ts +12 -12
  2188. package/src/sdk/sdk.ts +14 -8
  2189. package/src/sdk/security.ts +0 -22
  2190. package/src/sdk/user.ts +1 -1
  2191. package/src/types/async.ts +68 -0
  2192. package/vercel-spec.json +13096 -10733
  2193. package/esm/funcs/environmentDeleteV9ProjectsIdOrNameCustomEnvironmentsEnvironmentSlugOrId.d.ts +0 -17
  2194. package/esm/funcs/environmentDeleteV9ProjectsIdOrNameCustomEnvironmentsEnvironmentSlugOrId.d.ts.map +0 -1
  2195. package/esm/funcs/environmentDeleteV9ProjectsIdOrNameCustomEnvironmentsEnvironmentSlugOrId.js.map +0 -1
  2196. package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironmentsEnvironmentSlugOrId.d.ts +0 -18
  2197. package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironmentsEnvironmentSlugOrId.d.ts.map +0 -1
  2198. package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironmentsEnvironmentSlugOrId.js.map +0 -1
  2199. package/esm/funcs/environmentPatchV9ProjectsIdOrNameCustomEnvironmentsEnvironmentSlugOrId.d.ts +0 -17
  2200. package/esm/funcs/environmentPatchV9ProjectsIdOrNameCustomEnvironmentsEnvironmentSlugOrId.d.ts.map +0 -1
  2201. package/esm/funcs/environmentPatchV9ProjectsIdOrNameCustomEnvironmentsEnvironmentSlugOrId.js.map +0 -1
  2202. package/esm/funcs/environmentPostV1ProjectsIdOrNameCustomEnvironments.d.ts.map +0 -1
  2203. package/esm/funcs/environmentPostV1ProjectsIdOrNameCustomEnvironments.js.map +0 -1
  2204. package/esm/funcs/securityPutFirewallConfig.d.ts +0 -18
  2205. package/esm/funcs/securityPutFirewallConfig.d.ts.map +0 -1
  2206. package/esm/funcs/securityPutFirewallConfig.js.map +0 -1
  2207. package/esm/models/deletev9projectsidornamecustomenvironmentsenvironmentslugoridop.d.ts +0 -98
  2208. package/esm/models/deletev9projectsidornamecustomenvironmentsenvironmentslugoridop.d.ts.map +0 -1
  2209. package/esm/models/deletev9projectsidornamecustomenvironmentsenvironmentslugoridop.js +0 -100
  2210. package/esm/models/deletev9projectsidornamecustomenvironmentsenvironmentslugoridop.js.map +0 -1
  2211. package/esm/models/getv9projectsidornamecustomenvironmentsenvironmentslugoridop.d.ts +0 -68
  2212. package/esm/models/getv9projectsidornamecustomenvironmentsenvironmentslugoridop.d.ts.map +0 -1
  2213. package/esm/models/getv9projectsidornamecustomenvironmentsenvironmentslugoridop.js +0 -62
  2214. package/esm/models/getv9projectsidornamecustomenvironmentsenvironmentslugoridop.js.map +0 -1
  2215. package/esm/models/patchv9projectsidornamecustomenvironmentsenvironmentslugoridop.d.ts +0 -179
  2216. package/esm/models/patchv9projectsidornamecustomenvironmentsenvironmentslugoridop.d.ts.map +0 -1
  2217. package/esm/models/patchv9projectsidornamecustomenvironmentsenvironmentslugoridop.js +0 -156
  2218. package/esm/models/patchv9projectsidornamecustomenvironmentsenvironmentslugoridop.js.map +0 -1
  2219. package/esm/models/postv1projectsidornamecustomenvironmentsop.d.ts +0 -179
  2220. package/esm/models/postv1projectsidornamecustomenvironmentsop.d.ts.map +0 -1
  2221. package/esm/models/postv1projectsidornamecustomenvironmentsop.js +0 -149
  2222. package/esm/models/postv1projectsidornamecustomenvironmentsop.js.map +0 -1
  2223. package/esm/models/putfirewallconfigop.d.ts +0 -2830
  2224. package/esm/models/putfirewallconfigop.d.ts.map +0 -1
  2225. package/esm/models/putfirewallconfigop.js +0 -2348
  2226. package/esm/models/putfirewallconfigop.js.map +0 -1
  2227. package/src/models/deletev9projectsidornamecustomenvironmentsenvironmentslugoridop.ts +0 -270
  2228. package/src/models/getv9projectsidornamecustomenvironmentsenvironmentslugoridop.ts +0 -170
  2229. package/src/models/patchv9projectsidornamecustomenvironmentsenvironmentslugoridop.ts +0 -433
  2230. package/src/models/postv1projectsidornamecustomenvironmentsop.ts +0 -382
  2231. package/src/models/putfirewallconfigop.ts +0 -4892
@@ -1,4892 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod";
6
- import { remap as remap$ } from "../lib/primitives.js";
7
- import { safeParse } from "../lib/schemas.js";
8
- import { ClosedEnum } from "../types/enums.js";
9
- import { Result as SafeParseResult } from "../types/fp.js";
10
- import { SDKValidationError } from "./sdkvalidationerror.js";
11
-
12
- export type Owasp = {
13
- active: boolean;
14
- };
15
-
16
- export type ManagedRules = {
17
- owasp: Owasp;
18
- };
19
-
20
- export const PutFirewallConfigAction = {
21
- Deny: "deny",
22
- Log: "log",
23
- } as const;
24
- export type PutFirewallConfigAction = ClosedEnum<
25
- typeof PutFirewallConfigAction
26
- >;
27
-
28
- /**
29
- * Scanner Detection - Detect and prevent reconnaissance activities from network scanning tools.
30
- */
31
- export type Sd = {
32
- active: boolean;
33
- action: PutFirewallConfigAction;
34
- };
35
-
36
- export const PutFirewallConfigSecurityAction = {
37
- Deny: "deny",
38
- Log: "log",
39
- } as const;
40
- export type PutFirewallConfigSecurityAction = ClosedEnum<
41
- typeof PutFirewallConfigSecurityAction
42
- >;
43
-
44
- /**
45
- * Multipart Attack - Block attempts to bypass security controls using multipart/form-data encoding.
46
- */
47
- export type Ma = {
48
- active: boolean;
49
- action: PutFirewallConfigSecurityAction;
50
- };
51
-
52
- export const PutFirewallConfigSecurityRequestAction = {
53
- Deny: "deny",
54
- Log: "log",
55
- } as const;
56
- export type PutFirewallConfigSecurityRequestAction = ClosedEnum<
57
- typeof PutFirewallConfigSecurityRequestAction
58
- >;
59
-
60
- /**
61
- * Local File Inclusion Attack - Prevent unauthorized access to local files through web applications.
62
- */
63
- export type Lfi = {
64
- active: boolean;
65
- action: PutFirewallConfigSecurityRequestAction;
66
- };
67
-
68
- export const PutFirewallConfigSecurityRequestRequestBodyAction = {
69
- Deny: "deny",
70
- Log: "log",
71
- } as const;
72
- export type PutFirewallConfigSecurityRequestRequestBodyAction = ClosedEnum<
73
- typeof PutFirewallConfigSecurityRequestRequestBodyAction
74
- >;
75
-
76
- /**
77
- * Remote File Inclusion Attack - Prohibit unauthorized upload or execution of remote files.
78
- */
79
- export type Rfi = {
80
- active: boolean;
81
- action: PutFirewallConfigSecurityRequestRequestBodyAction;
82
- };
83
-
84
- export const PutFirewallConfigSecurityRequestRequestBodyCrsAction = {
85
- Deny: "deny",
86
- Log: "log",
87
- } as const;
88
- export type PutFirewallConfigSecurityRequestRequestBodyCrsAction = ClosedEnum<
89
- typeof PutFirewallConfigSecurityRequestRequestBodyCrsAction
90
- >;
91
-
92
- /**
93
- * Remote Execution Attack - Prevent unauthorized execution of remote scripts or commands.
94
- */
95
- export type Rce = {
96
- active: boolean;
97
- action: PutFirewallConfigSecurityRequestRequestBodyCrsAction;
98
- };
99
-
100
- export const PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction = {
101
- Deny: "deny",
102
- Log: "log",
103
- } as const;
104
- export type PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction =
105
- ClosedEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction>;
106
-
107
- /**
108
- * PHP Attack - Safeguard against vulnerability exploits in PHP-based applications.
109
- */
110
- export type Php = {
111
- active: boolean;
112
- action: PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction;
113
- };
114
-
115
- export const PutFirewallConfigSecurityRequestRequestBodyCrsGenAction = {
116
- Deny: "deny",
117
- Log: "log",
118
- } as const;
119
- export type PutFirewallConfigSecurityRequestRequestBodyCrsGenAction =
120
- ClosedEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsGenAction>;
121
-
122
- /**
123
- * Generic Attack - Provide broad protection from various undefined or novel attack vectors.
124
- */
125
- export type Gen = {
126
- active: boolean;
127
- action: PutFirewallConfigSecurityRequestRequestBodyCrsGenAction;
128
- };
129
-
130
- export const PutFirewallConfigSecurityRequestRequestBodyCrsXssAction = {
131
- Deny: "deny",
132
- Log: "log",
133
- } as const;
134
- export type PutFirewallConfigSecurityRequestRequestBodyCrsXssAction =
135
- ClosedEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsXssAction>;
136
-
137
- /**
138
- * XSS Attack - Prevent injection of malicious scripts into trusted webpages.
139
- */
140
- export type Xss = {
141
- active: boolean;
142
- action: PutFirewallConfigSecurityRequestRequestBodyCrsXssAction;
143
- };
144
-
145
- export const PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction = {
146
- Deny: "deny",
147
- Log: "log",
148
- } as const;
149
- export type PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction =
150
- ClosedEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction>;
151
-
152
- /**
153
- * SQL Injection Attack - Prohibit unauthorized use of SQL commands to manipulate databases.
154
- */
155
- export type Sqli = {
156
- active: boolean;
157
- action: PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction;
158
- };
159
-
160
- export const PutFirewallConfigSecurityRequestRequestBodyCrsSfAction = {
161
- Deny: "deny",
162
- Log: "log",
163
- } as const;
164
- export type PutFirewallConfigSecurityRequestRequestBodyCrsSfAction = ClosedEnum<
165
- typeof PutFirewallConfigSecurityRequestRequestBodyCrsSfAction
166
- >;
167
-
168
- /**
169
- * Session Fixation Attack - Prevent unauthorized takeover of user sessions by enforcing unique session IDs.
170
- */
171
- export type Sf = {
172
- active: boolean;
173
- action: PutFirewallConfigSecurityRequestRequestBodyCrsSfAction;
174
- };
175
-
176
- export const PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction = {
177
- Deny: "deny",
178
- Log: "log",
179
- } as const;
180
- export type PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction =
181
- ClosedEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction>;
182
-
183
- /**
184
- * Java Attack - Mitigate risks of exploitation targeting Java-based applications or components.
185
- */
186
- export type Java = {
187
- active: boolean;
188
- action: PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction;
189
- };
190
-
191
- /**
192
- * Custom Ruleset
193
- */
194
- export type Crs = {
195
- /**
196
- * Scanner Detection - Detect and prevent reconnaissance activities from network scanning tools.
197
- */
198
- sd?: Sd | undefined;
199
- /**
200
- * Multipart Attack - Block attempts to bypass security controls using multipart/form-data encoding.
201
- */
202
- ma?: Ma | undefined;
203
- /**
204
- * Local File Inclusion Attack - Prevent unauthorized access to local files through web applications.
205
- */
206
- lfi?: Lfi | undefined;
207
- /**
208
- * Remote File Inclusion Attack - Prohibit unauthorized upload or execution of remote files.
209
- */
210
- rfi?: Rfi | undefined;
211
- /**
212
- * Remote Execution Attack - Prevent unauthorized execution of remote scripts or commands.
213
- */
214
- rce?: Rce | undefined;
215
- /**
216
- * PHP Attack - Safeguard against vulnerability exploits in PHP-based applications.
217
- */
218
- php?: Php | undefined;
219
- /**
220
- * Generic Attack - Provide broad protection from various undefined or novel attack vectors.
221
- */
222
- gen?: Gen | undefined;
223
- /**
224
- * XSS Attack - Prevent injection of malicious scripts into trusted webpages.
225
- */
226
- xss?: Xss | undefined;
227
- /**
228
- * SQL Injection Attack - Prohibit unauthorized use of SQL commands to manipulate databases.
229
- */
230
- sqli?: Sqli | undefined;
231
- /**
232
- * Session Fixation Attack - Prevent unauthorized takeover of user sessions by enforcing unique session IDs.
233
- */
234
- sf?: Sf | undefined;
235
- /**
236
- * Java Attack - Mitigate risks of exploitation targeting Java-based applications or components.
237
- */
238
- java?: Java | undefined;
239
- };
240
-
241
- /**
242
- * [Parameter](https://vercel.com/docs/security/vercel-waf/rule-configuration#parameters) from the incoming traffic.
243
- */
244
- export const PutFirewallConfigType = {
245
- Host: "host",
246
- Path: "path",
247
- Method: "method",
248
- Header: "header",
249
- Query: "query",
250
- Cookie: "cookie",
251
- TargetPath: "target_path",
252
- RawPath: "raw_path",
253
- IpAddress: "ip_address",
254
- Region: "region",
255
- Protocol: "protocol",
256
- Scheme: "scheme",
257
- Environment: "environment",
258
- UserAgent: "user_agent",
259
- GeoContinent: "geo_continent",
260
- GeoCountry: "geo_country",
261
- GeoCountryRegion: "geo_country_region",
262
- GeoCity: "geo_city",
263
- GeoAsNumber: "geo_as_number",
264
- Ja4Digest: "ja4_digest",
265
- Ja3Digest: "ja3_digest",
266
- RateLimitApiId: "rate_limit_api_id",
267
- } as const;
268
- /**
269
- * [Parameter](https://vercel.com/docs/security/vercel-waf/rule-configuration#parameters) from the incoming traffic.
270
- */
271
- export type PutFirewallConfigType = ClosedEnum<typeof PutFirewallConfigType>;
272
-
273
- /**
274
- * [Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value.
275
- */
276
- export const Op = {
277
- Re: "re",
278
- Eq: "eq",
279
- Neq: "neq",
280
- Ex: "ex",
281
- Nex: "nex",
282
- Inc: "inc",
283
- Ninc: "ninc",
284
- Pre: "pre",
285
- Suf: "suf",
286
- Sub: "sub",
287
- Gt: "gt",
288
- Gte: "gte",
289
- Lt: "lt",
290
- Lte: "lte",
291
- } as const;
292
- /**
293
- * [Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value.
294
- */
295
- export type Op = ClosedEnum<typeof Op>;
296
-
297
- export type PutFirewallConfigValue = string | Array<string> | number;
298
-
299
- export type Conditions = {
300
- /**
301
- * [Parameter](https://vercel.com/docs/security/vercel-waf/rule-configuration#parameters) from the incoming traffic.
302
- */
303
- type: PutFirewallConfigType;
304
- /**
305
- * [Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value.
306
- */
307
- op: Op;
308
- neg?: boolean | undefined;
309
- key?: string | undefined;
310
- value?: string | Array<string> | number | undefined;
311
- };
312
-
313
- export type ConditionGroup = {
314
- conditions: Array<Conditions>;
315
- };
316
-
317
- export const PutFirewallConfigSecurityRequestRequestBodyRulesActionAction = {
318
- Log: "log",
319
- Challenge: "challenge",
320
- Deny: "deny",
321
- Bypass: "bypass",
322
- RateLimit: "rate_limit",
323
- Redirect: "redirect",
324
- } as const;
325
- export type PutFirewallConfigSecurityRequestRequestBodyRulesActionAction =
326
- ClosedEnum<
327
- typeof PutFirewallConfigSecurityRequestRequestBodyRulesActionAction
328
- >;
329
-
330
- export const Algo = {
331
- FixedWindow: "fixed_window",
332
- TokenBucket: "token_bucket",
333
- } as const;
334
- export type Algo = ClosedEnum<typeof Algo>;
335
-
336
- export const Action1 = {
337
- Log: "log",
338
- Challenge: "challenge",
339
- Deny: "deny",
340
- RateLimit: "rate_limit",
341
- } as const;
342
- export type Action1 = ClosedEnum<typeof Action1>;
343
-
344
- export type RateLimitAction = Action1 | any;
345
-
346
- export type RateLimit1 = {
347
- algo: Algo;
348
- window: number;
349
- limit: number;
350
- keys: Array<string>;
351
- action?: Action1 | any | null | undefined;
352
- };
353
-
354
- export type RateLimit = RateLimit1 | any;
355
-
356
- export type Redirect1 = {
357
- location: string;
358
- permanent: boolean;
359
- };
360
-
361
- export type Redirect = Redirect1 | any;
362
-
363
- export type Mitigate = {
364
- action: PutFirewallConfigSecurityRequestRequestBodyRulesActionAction;
365
- rateLimit?: RateLimit1 | any | null | undefined;
366
- redirect?: Redirect1 | any | null | undefined;
367
- actionDuration?: string | null | undefined;
368
- };
369
-
370
- export type PutFirewallConfigSecurityRequestRequestBodyRulesAction = {
371
- mitigate?: Mitigate | undefined;
372
- };
373
-
374
- export type Rules = {
375
- id?: string | undefined;
376
- name: string;
377
- description?: string | undefined;
378
- active: boolean;
379
- conditionGroup: Array<ConditionGroup>;
380
- action: PutFirewallConfigSecurityRequestRequestBodyRulesAction;
381
- };
382
-
383
- export const PutFirewallConfigSecurityRequestRequestBodyIpsAction = {
384
- Deny: "deny",
385
- Challenge: "challenge",
386
- Log: "log",
387
- Bypass: "bypass",
388
- } as const;
389
- export type PutFirewallConfigSecurityRequestRequestBodyIpsAction = ClosedEnum<
390
- typeof PutFirewallConfigSecurityRequestRequestBodyIpsAction
391
- >;
392
-
393
- export type Ips = {
394
- id?: string | undefined;
395
- hostname: string;
396
- ip: string;
397
- notes?: string | undefined;
398
- action: PutFirewallConfigSecurityRequestRequestBodyIpsAction;
399
- };
400
-
401
- export type PutFirewallConfigRequestBody = {
402
- firewallEnabled: boolean;
403
- managedRules?: ManagedRules | undefined;
404
- /**
405
- * Custom Ruleset
406
- */
407
- crs?: Crs | undefined;
408
- rules?: Array<Rules> | undefined;
409
- ips?: Array<Ips> | undefined;
410
- };
411
-
412
- export type PutFirewallConfigRequest = {
413
- projectId: string;
414
- /**
415
- * The Team identifier to perform the request on behalf of.
416
- */
417
- teamId?: string | undefined;
418
- /**
419
- * The Team slug to perform the request on behalf of.
420
- */
421
- slug?: string | undefined;
422
- requestBody: PutFirewallConfigRequestBody;
423
- };
424
-
425
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction =
426
- {
427
- Deny: "deny",
428
- Log: "log",
429
- } as const;
430
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction =
431
- ClosedEnum<
432
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction
433
- >;
434
-
435
- /**
436
- * Scanner Detection - Detect and prevent reconnaissance activities from network scanning tools.
437
- */
438
- export type PutFirewallConfigSd = {
439
- active: boolean;
440
- action:
441
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction;
442
- };
443
-
444
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction =
445
- {
446
- Deny: "deny",
447
- Log: "log",
448
- } as const;
449
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction =
450
- ClosedEnum<
451
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction
452
- >;
453
-
454
- /**
455
- * Multipart Attack - Block attempts to bypass security controls using multipart/form-data encoding.
456
- */
457
- export type PutFirewallConfigMa = {
458
- active: boolean;
459
- action:
460
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction;
461
- };
462
-
463
- export const PutFirewallConfigSecurityResponse200ApplicationJSONAction = {
464
- Deny: "deny",
465
- Log: "log",
466
- } as const;
467
- export type PutFirewallConfigSecurityResponse200ApplicationJSONAction =
468
- ClosedEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONAction>;
469
-
470
- /**
471
- * Local File Inclusion Attack - Prevent unauthorized access to local files through web applications.
472
- */
473
- export type PutFirewallConfigLfi = {
474
- active: boolean;
475
- action: PutFirewallConfigSecurityResponse200ApplicationJSONAction;
476
- };
477
-
478
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction =
479
- {
480
- Deny: "deny",
481
- Log: "log",
482
- } as const;
483
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction =
484
- ClosedEnum<
485
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction
486
- >;
487
-
488
- /**
489
- * Remote File Inclusion Attack - Prohibit unauthorized upload or execution of remote files.
490
- */
491
- export type PutFirewallConfigRfi = {
492
- active: boolean;
493
- action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction;
494
- };
495
-
496
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction =
497
- {
498
- Deny: "deny",
499
- Log: "log",
500
- } as const;
501
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction =
502
- ClosedEnum<
503
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction
504
- >;
505
-
506
- /**
507
- * Remote Execution Attack - Prevent unauthorized execution of remote scripts or commands.
508
- */
509
- export type PutFirewallConfigRce = {
510
- active: boolean;
511
- action:
512
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction;
513
- };
514
-
515
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction =
516
- {
517
- Deny: "deny",
518
- Log: "log",
519
- } as const;
520
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction =
521
- ClosedEnum<
522
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction
523
- >;
524
-
525
- /**
526
- * PHP Attack - Safeguard against vulnerability exploits in PHP-based applications.
527
- */
528
- export type PutFirewallConfigPhp = {
529
- active: boolean;
530
- action:
531
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction;
532
- };
533
-
534
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction =
535
- {
536
- Deny: "deny",
537
- Log: "log",
538
- } as const;
539
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction =
540
- ClosedEnum<
541
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction
542
- >;
543
-
544
- /**
545
- * Generic Attack - Provide broad protection from various undefined or novel attack vectors.
546
- */
547
- export type PutFirewallConfigGen = {
548
- active: boolean;
549
- action:
550
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction;
551
- };
552
-
553
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction =
554
- {
555
- Deny: "deny",
556
- Log: "log",
557
- } as const;
558
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction =
559
- ClosedEnum<
560
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction
561
- >;
562
-
563
- /**
564
- * XSS Attack - Prevent injection of malicious scripts into trusted webpages.
565
- */
566
- export type PutFirewallConfigXss = {
567
- active: boolean;
568
- action:
569
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction;
570
- };
571
-
572
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction =
573
- {
574
- Deny: "deny",
575
- Log: "log",
576
- } as const;
577
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction =
578
- ClosedEnum<
579
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction
580
- >;
581
-
582
- /**
583
- * SQL Injection Attack - Prohibit unauthorized use of SQL commands to manipulate databases.
584
- */
585
- export type PutFirewallConfigSqli = {
586
- active: boolean;
587
- action:
588
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction;
589
- };
590
-
591
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction =
592
- {
593
- Deny: "deny",
594
- Log: "log",
595
- } as const;
596
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction =
597
- ClosedEnum<
598
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction
599
- >;
600
-
601
- /**
602
- * Session Fixation Attack - Prevent unauthorized takeover of user sessions by enforcing unique session IDs.
603
- */
604
- export type PutFirewallConfigSf = {
605
- active: boolean;
606
- action:
607
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction;
608
- };
609
-
610
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction =
611
- {
612
- Deny: "deny",
613
- Log: "log",
614
- } as const;
615
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction =
616
- ClosedEnum<
617
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction
618
- >;
619
-
620
- /**
621
- * Java Attack - Mitigate risks of exploitation targeting Java-based applications or components.
622
- */
623
- export type PutFirewallConfigJava = {
624
- active: boolean;
625
- action:
626
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction;
627
- };
628
-
629
- /**
630
- * Custom Ruleset
631
- */
632
- export type PutFirewallConfigCrs = {
633
- /**
634
- * Scanner Detection - Detect and prevent reconnaissance activities from network scanning tools.
635
- */
636
- sd: PutFirewallConfigSd;
637
- /**
638
- * Multipart Attack - Block attempts to bypass security controls using multipart/form-data encoding.
639
- */
640
- ma: PutFirewallConfigMa;
641
- /**
642
- * Local File Inclusion Attack - Prevent unauthorized access to local files through web applications.
643
- */
644
- lfi: PutFirewallConfigLfi;
645
- /**
646
- * Remote File Inclusion Attack - Prohibit unauthorized upload or execution of remote files.
647
- */
648
- rfi: PutFirewallConfigRfi;
649
- /**
650
- * Remote Execution Attack - Prevent unauthorized execution of remote scripts or commands.
651
- */
652
- rce: PutFirewallConfigRce;
653
- /**
654
- * PHP Attack - Safeguard against vulnerability exploits in PHP-based applications.
655
- */
656
- php: PutFirewallConfigPhp;
657
- /**
658
- * Generic Attack - Provide broad protection from various undefined or novel attack vectors.
659
- */
660
- gen: PutFirewallConfigGen;
661
- /**
662
- * XSS Attack - Prevent injection of malicious scripts into trusted webpages.
663
- */
664
- xss: PutFirewallConfigXss;
665
- /**
666
- * SQL Injection Attack - Prohibit unauthorized use of SQL commands to manipulate databases.
667
- */
668
- sqli: PutFirewallConfigSqli;
669
- /**
670
- * Session Fixation Attack - Prevent unauthorized takeover of user sessions by enforcing unique session IDs.
671
- */
672
- sf: PutFirewallConfigSf;
673
- /**
674
- * Java Attack - Mitigate risks of exploitation targeting Java-based applications or components.
675
- */
676
- java: PutFirewallConfigJava;
677
- };
678
-
679
- export const PutFirewallConfigSecurityType = {
680
- Host: "host",
681
- Path: "path",
682
- Method: "method",
683
- Header: "header",
684
- Query: "query",
685
- Cookie: "cookie",
686
- TargetPath: "target_path",
687
- RawPath: "raw_path",
688
- IpAddress: "ip_address",
689
- Protocol: "protocol",
690
- Region: "region",
691
- Scheme: "scheme",
692
- Environment: "environment",
693
- UserAgent: "user_agent",
694
- GeoContinent: "geo_continent",
695
- GeoCountry: "geo_country",
696
- GeoCountryRegion: "geo_country_region",
697
- GeoCity: "geo_city",
698
- GeoAsNumber: "geo_as_number",
699
- Ja4Digest: "ja4_digest",
700
- Ja3Digest: "ja3_digest",
701
- RateLimitApiId: "rate_limit_api_id",
702
- } as const;
703
- export type PutFirewallConfigSecurityType = ClosedEnum<
704
- typeof PutFirewallConfigSecurityType
705
- >;
706
-
707
- export const PutFirewallConfigOp = {
708
- Re: "re",
709
- Eq: "eq",
710
- Ex: "ex",
711
- Inc: "inc",
712
- Pre: "pre",
713
- Suf: "suf",
714
- Sub: "sub",
715
- Gt: "gt",
716
- Gte: "gte",
717
- Lt: "lt",
718
- Lte: "lte",
719
- Nex: "nex",
720
- Ninc: "ninc",
721
- Neq: "neq",
722
- } as const;
723
- export type PutFirewallConfigOp = ClosedEnum<typeof PutFirewallConfigOp>;
724
-
725
- export type PutFirewallConfigSecurityValue = string | number | Array<string>;
726
-
727
- export type PutFirewallConfigConditions = {
728
- type: PutFirewallConfigSecurityType;
729
- op: PutFirewallConfigOp;
730
- neg?: boolean | undefined;
731
- key?: string | undefined;
732
- value?: string | number | Array<string> | undefined;
733
- };
734
-
735
- export type PutFirewallConfigConditionGroup = {
736
- conditions: Array<PutFirewallConfigConditions>;
737
- };
738
-
739
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction =
740
- {
741
- Deny: "deny",
742
- Log: "log",
743
- Challenge: "challenge",
744
- Bypass: "bypass",
745
- RateLimit: "rate_limit",
746
- Redirect: "redirect",
747
- } as const;
748
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction =
749
- ClosedEnum<
750
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction
751
- >;
752
-
753
- export const PutFirewallConfigAlgo = {
754
- FixedWindow: "fixed_window",
755
- TokenBucket: "token_bucket",
756
- } as const;
757
- export type PutFirewallConfigAlgo = ClosedEnum<typeof PutFirewallConfigAlgo>;
758
-
759
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction =
760
- {
761
- Deny: "deny",
762
- Log: "log",
763
- Challenge: "challenge",
764
- RateLimit: "rate_limit",
765
- } as const;
766
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction =
767
- ClosedEnum<
768
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction
769
- >;
770
-
771
- export type PutFirewallConfigRateLimit = {
772
- algo: PutFirewallConfigAlgo;
773
- window: number;
774
- limit: number;
775
- keys: Array<string>;
776
- action?:
777
- | PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction
778
- | null
779
- | undefined;
780
- };
781
-
782
- export type PutFirewallConfigRedirect = {
783
- location: string;
784
- permanent: boolean;
785
- };
786
-
787
- export type PutFirewallConfigMitigate = {
788
- action:
789
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction;
790
- rateLimit?: PutFirewallConfigRateLimit | null | undefined;
791
- redirect?: PutFirewallConfigRedirect | null | undefined;
792
- actionDuration?: string | null | undefined;
793
- };
794
-
795
- export type PutFirewallConfigSecurityResponseAction = {
796
- mitigate?: PutFirewallConfigMitigate | undefined;
797
- };
798
-
799
- export type PutFirewallConfigRules = {
800
- id: string;
801
- name: string;
802
- description?: string | undefined;
803
- active: boolean;
804
- conditionGroup: Array<PutFirewallConfigConditionGroup>;
805
- action: PutFirewallConfigSecurityResponseAction;
806
- };
807
-
808
- export const PutFirewallConfigSecurityResponse200Action = {
809
- Deny: "deny",
810
- Log: "log",
811
- Challenge: "challenge",
812
- Bypass: "bypass",
813
- } as const;
814
- export type PutFirewallConfigSecurityResponse200Action = ClosedEnum<
815
- typeof PutFirewallConfigSecurityResponse200Action
816
- >;
817
-
818
- export type PutFirewallConfigIps = {
819
- id: string;
820
- hostname: string;
821
- ip: string;
822
- notes?: string | undefined;
823
- action: PutFirewallConfigSecurityResponse200Action;
824
- };
825
-
826
- export type PutFirewallConfigChanges = {};
827
-
828
- export type PutFirewallConfigOwasp = {
829
- active: boolean;
830
- updatedAt?: string | undefined;
831
- userId?: string | undefined;
832
- username?: string | undefined;
833
- };
834
-
835
- export type PutFirewallConfigVerifiedBotsBypass = {
836
- active: boolean;
837
- updatedAt?: string | undefined;
838
- userId?: string | undefined;
839
- username?: string | undefined;
840
- };
841
-
842
- export type PutFirewallConfigManagedRules = {
843
- owasp?: PutFirewallConfigOwasp | undefined;
844
- verifiedBotsBypass?: PutFirewallConfigVerifiedBotsBypass | undefined;
845
- };
846
-
847
- export type Active = {
848
- ownerId: string;
849
- projectKey: string;
850
- id: string;
851
- version: number;
852
- updatedAt: string;
853
- firewallEnabled: boolean;
854
- /**
855
- * Custom Ruleset
856
- */
857
- crs: PutFirewallConfigCrs;
858
- rules: Array<PutFirewallConfigRules>;
859
- ips: Array<PutFirewallConfigIps>;
860
- changes: Array<PutFirewallConfigChanges>;
861
- managedRules?: PutFirewallConfigManagedRules | undefined;
862
- };
863
-
864
- export type PutFirewallConfigResponseBody = {
865
- active: Active;
866
- };
867
-
868
- /** @internal */
869
- export const Owasp$inboundSchema: z.ZodType<Owasp, z.ZodTypeDef, unknown> = z
870
- .object({
871
- active: z.boolean(),
872
- });
873
-
874
- /** @internal */
875
- export type Owasp$Outbound = {
876
- active: boolean;
877
- };
878
-
879
- /** @internal */
880
- export const Owasp$outboundSchema: z.ZodType<
881
- Owasp$Outbound,
882
- z.ZodTypeDef,
883
- Owasp
884
- > = z.object({
885
- active: z.boolean(),
886
- });
887
-
888
- /**
889
- * @internal
890
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
891
- */
892
- export namespace Owasp$ {
893
- /** @deprecated use `Owasp$inboundSchema` instead. */
894
- export const inboundSchema = Owasp$inboundSchema;
895
- /** @deprecated use `Owasp$outboundSchema` instead. */
896
- export const outboundSchema = Owasp$outboundSchema;
897
- /** @deprecated use `Owasp$Outbound` instead. */
898
- export type Outbound = Owasp$Outbound;
899
- }
900
-
901
- export function owaspToJSON(owasp: Owasp): string {
902
- return JSON.stringify(Owasp$outboundSchema.parse(owasp));
903
- }
904
-
905
- export function owaspFromJSON(
906
- jsonString: string,
907
- ): SafeParseResult<Owasp, SDKValidationError> {
908
- return safeParse(
909
- jsonString,
910
- (x) => Owasp$inboundSchema.parse(JSON.parse(x)),
911
- `Failed to parse 'Owasp' from JSON`,
912
- );
913
- }
914
-
915
- /** @internal */
916
- export const ManagedRules$inboundSchema: z.ZodType<
917
- ManagedRules,
918
- z.ZodTypeDef,
919
- unknown
920
- > = z.object({
921
- owasp: z.lazy(() => Owasp$inboundSchema),
922
- });
923
-
924
- /** @internal */
925
- export type ManagedRules$Outbound = {
926
- owasp: Owasp$Outbound;
927
- };
928
-
929
- /** @internal */
930
- export const ManagedRules$outboundSchema: z.ZodType<
931
- ManagedRules$Outbound,
932
- z.ZodTypeDef,
933
- ManagedRules
934
- > = z.object({
935
- owasp: z.lazy(() => Owasp$outboundSchema),
936
- });
937
-
938
- /**
939
- * @internal
940
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
941
- */
942
- export namespace ManagedRules$ {
943
- /** @deprecated use `ManagedRules$inboundSchema` instead. */
944
- export const inboundSchema = ManagedRules$inboundSchema;
945
- /** @deprecated use `ManagedRules$outboundSchema` instead. */
946
- export const outboundSchema = ManagedRules$outboundSchema;
947
- /** @deprecated use `ManagedRules$Outbound` instead. */
948
- export type Outbound = ManagedRules$Outbound;
949
- }
950
-
951
- export function managedRulesToJSON(managedRules: ManagedRules): string {
952
- return JSON.stringify(ManagedRules$outboundSchema.parse(managedRules));
953
- }
954
-
955
- export function managedRulesFromJSON(
956
- jsonString: string,
957
- ): SafeParseResult<ManagedRules, SDKValidationError> {
958
- return safeParse(
959
- jsonString,
960
- (x) => ManagedRules$inboundSchema.parse(JSON.parse(x)),
961
- `Failed to parse 'ManagedRules' from JSON`,
962
- );
963
- }
964
-
965
- /** @internal */
966
- export const PutFirewallConfigAction$inboundSchema: z.ZodNativeEnum<
967
- typeof PutFirewallConfigAction
968
- > = z.nativeEnum(PutFirewallConfigAction);
969
-
970
- /** @internal */
971
- export const PutFirewallConfigAction$outboundSchema: z.ZodNativeEnum<
972
- typeof PutFirewallConfigAction
973
- > = PutFirewallConfigAction$inboundSchema;
974
-
975
- /**
976
- * @internal
977
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
978
- */
979
- export namespace PutFirewallConfigAction$ {
980
- /** @deprecated use `PutFirewallConfigAction$inboundSchema` instead. */
981
- export const inboundSchema = PutFirewallConfigAction$inboundSchema;
982
- /** @deprecated use `PutFirewallConfigAction$outboundSchema` instead. */
983
- export const outboundSchema = PutFirewallConfigAction$outboundSchema;
984
- }
985
-
986
- /** @internal */
987
- export const Sd$inboundSchema: z.ZodType<Sd, z.ZodTypeDef, unknown> = z.object({
988
- active: z.boolean(),
989
- action: PutFirewallConfigAction$inboundSchema,
990
- });
991
-
992
- /** @internal */
993
- export type Sd$Outbound = {
994
- active: boolean;
995
- action: string;
996
- };
997
-
998
- /** @internal */
999
- export const Sd$outboundSchema: z.ZodType<Sd$Outbound, z.ZodTypeDef, Sd> = z
1000
- .object({
1001
- active: z.boolean(),
1002
- action: PutFirewallConfigAction$outboundSchema,
1003
- });
1004
-
1005
- /**
1006
- * @internal
1007
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1008
- */
1009
- export namespace Sd$ {
1010
- /** @deprecated use `Sd$inboundSchema` instead. */
1011
- export const inboundSchema = Sd$inboundSchema;
1012
- /** @deprecated use `Sd$outboundSchema` instead. */
1013
- export const outboundSchema = Sd$outboundSchema;
1014
- /** @deprecated use `Sd$Outbound` instead. */
1015
- export type Outbound = Sd$Outbound;
1016
- }
1017
-
1018
- export function sdToJSON(sd: Sd): string {
1019
- return JSON.stringify(Sd$outboundSchema.parse(sd));
1020
- }
1021
-
1022
- export function sdFromJSON(
1023
- jsonString: string,
1024
- ): SafeParseResult<Sd, SDKValidationError> {
1025
- return safeParse(
1026
- jsonString,
1027
- (x) => Sd$inboundSchema.parse(JSON.parse(x)),
1028
- `Failed to parse 'Sd' from JSON`,
1029
- );
1030
- }
1031
-
1032
- /** @internal */
1033
- export const PutFirewallConfigSecurityAction$inboundSchema: z.ZodNativeEnum<
1034
- typeof PutFirewallConfigSecurityAction
1035
- > = z.nativeEnum(PutFirewallConfigSecurityAction);
1036
-
1037
- /** @internal */
1038
- export const PutFirewallConfigSecurityAction$outboundSchema: z.ZodNativeEnum<
1039
- typeof PutFirewallConfigSecurityAction
1040
- > = PutFirewallConfigSecurityAction$inboundSchema;
1041
-
1042
- /**
1043
- * @internal
1044
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1045
- */
1046
- export namespace PutFirewallConfigSecurityAction$ {
1047
- /** @deprecated use `PutFirewallConfigSecurityAction$inboundSchema` instead. */
1048
- export const inboundSchema = PutFirewallConfigSecurityAction$inboundSchema;
1049
- /** @deprecated use `PutFirewallConfigSecurityAction$outboundSchema` instead. */
1050
- export const outboundSchema = PutFirewallConfigSecurityAction$outboundSchema;
1051
- }
1052
-
1053
- /** @internal */
1054
- export const Ma$inboundSchema: z.ZodType<Ma, z.ZodTypeDef, unknown> = z.object({
1055
- active: z.boolean(),
1056
- action: PutFirewallConfigSecurityAction$inboundSchema,
1057
- });
1058
-
1059
- /** @internal */
1060
- export type Ma$Outbound = {
1061
- active: boolean;
1062
- action: string;
1063
- };
1064
-
1065
- /** @internal */
1066
- export const Ma$outboundSchema: z.ZodType<Ma$Outbound, z.ZodTypeDef, Ma> = z
1067
- .object({
1068
- active: z.boolean(),
1069
- action: PutFirewallConfigSecurityAction$outboundSchema,
1070
- });
1071
-
1072
- /**
1073
- * @internal
1074
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1075
- */
1076
- export namespace Ma$ {
1077
- /** @deprecated use `Ma$inboundSchema` instead. */
1078
- export const inboundSchema = Ma$inboundSchema;
1079
- /** @deprecated use `Ma$outboundSchema` instead. */
1080
- export const outboundSchema = Ma$outboundSchema;
1081
- /** @deprecated use `Ma$Outbound` instead. */
1082
- export type Outbound = Ma$Outbound;
1083
- }
1084
-
1085
- export function maToJSON(ma: Ma): string {
1086
- return JSON.stringify(Ma$outboundSchema.parse(ma));
1087
- }
1088
-
1089
- export function maFromJSON(
1090
- jsonString: string,
1091
- ): SafeParseResult<Ma, SDKValidationError> {
1092
- return safeParse(
1093
- jsonString,
1094
- (x) => Ma$inboundSchema.parse(JSON.parse(x)),
1095
- `Failed to parse 'Ma' from JSON`,
1096
- );
1097
- }
1098
-
1099
- /** @internal */
1100
- export const PutFirewallConfigSecurityRequestAction$inboundSchema:
1101
- z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestAction> = z.nativeEnum(
1102
- PutFirewallConfigSecurityRequestAction,
1103
- );
1104
-
1105
- /** @internal */
1106
- export const PutFirewallConfigSecurityRequestAction$outboundSchema:
1107
- z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestAction> =
1108
- PutFirewallConfigSecurityRequestAction$inboundSchema;
1109
-
1110
- /**
1111
- * @internal
1112
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1113
- */
1114
- export namespace PutFirewallConfigSecurityRequestAction$ {
1115
- /** @deprecated use `PutFirewallConfigSecurityRequestAction$inboundSchema` instead. */
1116
- export const inboundSchema =
1117
- PutFirewallConfigSecurityRequestAction$inboundSchema;
1118
- /** @deprecated use `PutFirewallConfigSecurityRequestAction$outboundSchema` instead. */
1119
- export const outboundSchema =
1120
- PutFirewallConfigSecurityRequestAction$outboundSchema;
1121
- }
1122
-
1123
- /** @internal */
1124
- export const Lfi$inboundSchema: z.ZodType<Lfi, z.ZodTypeDef, unknown> = z
1125
- .object({
1126
- active: z.boolean(),
1127
- action: PutFirewallConfigSecurityRequestAction$inboundSchema,
1128
- });
1129
-
1130
- /** @internal */
1131
- export type Lfi$Outbound = {
1132
- active: boolean;
1133
- action: string;
1134
- };
1135
-
1136
- /** @internal */
1137
- export const Lfi$outboundSchema: z.ZodType<Lfi$Outbound, z.ZodTypeDef, Lfi> = z
1138
- .object({
1139
- active: z.boolean(),
1140
- action: PutFirewallConfigSecurityRequestAction$outboundSchema,
1141
- });
1142
-
1143
- /**
1144
- * @internal
1145
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1146
- */
1147
- export namespace Lfi$ {
1148
- /** @deprecated use `Lfi$inboundSchema` instead. */
1149
- export const inboundSchema = Lfi$inboundSchema;
1150
- /** @deprecated use `Lfi$outboundSchema` instead. */
1151
- export const outboundSchema = Lfi$outboundSchema;
1152
- /** @deprecated use `Lfi$Outbound` instead. */
1153
- export type Outbound = Lfi$Outbound;
1154
- }
1155
-
1156
- export function lfiToJSON(lfi: Lfi): string {
1157
- return JSON.stringify(Lfi$outboundSchema.parse(lfi));
1158
- }
1159
-
1160
- export function lfiFromJSON(
1161
- jsonString: string,
1162
- ): SafeParseResult<Lfi, SDKValidationError> {
1163
- return safeParse(
1164
- jsonString,
1165
- (x) => Lfi$inboundSchema.parse(JSON.parse(x)),
1166
- `Failed to parse 'Lfi' from JSON`,
1167
- );
1168
- }
1169
-
1170
- /** @internal */
1171
- export const PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema:
1172
- z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyAction> = z
1173
- .nativeEnum(PutFirewallConfigSecurityRequestRequestBodyAction);
1174
-
1175
- /** @internal */
1176
- export const PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema:
1177
- z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyAction> =
1178
- PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema;
1179
-
1180
- /**
1181
- * @internal
1182
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1183
- */
1184
- export namespace PutFirewallConfigSecurityRequestRequestBodyAction$ {
1185
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema` instead. */
1186
- export const inboundSchema =
1187
- PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema;
1188
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema` instead. */
1189
- export const outboundSchema =
1190
- PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema;
1191
- }
1192
-
1193
- /** @internal */
1194
- export const Rfi$inboundSchema: z.ZodType<Rfi, z.ZodTypeDef, unknown> = z
1195
- .object({
1196
- active: z.boolean(),
1197
- action: PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema,
1198
- });
1199
-
1200
- /** @internal */
1201
- export type Rfi$Outbound = {
1202
- active: boolean;
1203
- action: string;
1204
- };
1205
-
1206
- /** @internal */
1207
- export const Rfi$outboundSchema: z.ZodType<Rfi$Outbound, z.ZodTypeDef, Rfi> = z
1208
- .object({
1209
- active: z.boolean(),
1210
- action: PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema,
1211
- });
1212
-
1213
- /**
1214
- * @internal
1215
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1216
- */
1217
- export namespace Rfi$ {
1218
- /** @deprecated use `Rfi$inboundSchema` instead. */
1219
- export const inboundSchema = Rfi$inboundSchema;
1220
- /** @deprecated use `Rfi$outboundSchema` instead. */
1221
- export const outboundSchema = Rfi$outboundSchema;
1222
- /** @deprecated use `Rfi$Outbound` instead. */
1223
- export type Outbound = Rfi$Outbound;
1224
- }
1225
-
1226
- export function rfiToJSON(rfi: Rfi): string {
1227
- return JSON.stringify(Rfi$outboundSchema.parse(rfi));
1228
- }
1229
-
1230
- export function rfiFromJSON(
1231
- jsonString: string,
1232
- ): SafeParseResult<Rfi, SDKValidationError> {
1233
- return safeParse(
1234
- jsonString,
1235
- (x) => Rfi$inboundSchema.parse(JSON.parse(x)),
1236
- `Failed to parse 'Rfi' from JSON`,
1237
- );
1238
- }
1239
-
1240
- /** @internal */
1241
- export const PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema:
1242
- z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsAction> =
1243
- z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsAction);
1244
-
1245
- /** @internal */
1246
- export const PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema:
1247
- z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsAction> =
1248
- PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema;
1249
-
1250
- /**
1251
- * @internal
1252
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1253
- */
1254
- export namespace PutFirewallConfigSecurityRequestRequestBodyCrsAction$ {
1255
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema` instead. */
1256
- export const inboundSchema =
1257
- PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema;
1258
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema` instead. */
1259
- export const outboundSchema =
1260
- PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema;
1261
- }
1262
-
1263
- /** @internal */
1264
- export const Rce$inboundSchema: z.ZodType<Rce, z.ZodTypeDef, unknown> = z
1265
- .object({
1266
- active: z.boolean(),
1267
- action: PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema,
1268
- });
1269
-
1270
- /** @internal */
1271
- export type Rce$Outbound = {
1272
- active: boolean;
1273
- action: string;
1274
- };
1275
-
1276
- /** @internal */
1277
- export const Rce$outboundSchema: z.ZodType<Rce$Outbound, z.ZodTypeDef, Rce> = z
1278
- .object({
1279
- active: z.boolean(),
1280
- action: PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema,
1281
- });
1282
-
1283
- /**
1284
- * @internal
1285
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1286
- */
1287
- export namespace Rce$ {
1288
- /** @deprecated use `Rce$inboundSchema` instead. */
1289
- export const inboundSchema = Rce$inboundSchema;
1290
- /** @deprecated use `Rce$outboundSchema` instead. */
1291
- export const outboundSchema = Rce$outboundSchema;
1292
- /** @deprecated use `Rce$Outbound` instead. */
1293
- export type Outbound = Rce$Outbound;
1294
- }
1295
-
1296
- export function rceToJSON(rce: Rce): string {
1297
- return JSON.stringify(Rce$outboundSchema.parse(rce));
1298
- }
1299
-
1300
- export function rceFromJSON(
1301
- jsonString: string,
1302
- ): SafeParseResult<Rce, SDKValidationError> {
1303
- return safeParse(
1304
- jsonString,
1305
- (x) => Rce$inboundSchema.parse(JSON.parse(x)),
1306
- `Failed to parse 'Rce' from JSON`,
1307
- );
1308
- }
1309
-
1310
- /** @internal */
1311
- export const PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema:
1312
- z.ZodNativeEnum<
1313
- typeof PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction
1314
- > = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction);
1315
-
1316
- /** @internal */
1317
- export const PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$outboundSchema:
1318
- z.ZodNativeEnum<
1319
- typeof PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction
1320
- > = PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema;
1321
-
1322
- /**
1323
- * @internal
1324
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1325
- */
1326
- export namespace PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$ {
1327
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema` instead. */
1328
- export const inboundSchema =
1329
- PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema;
1330
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$outboundSchema` instead. */
1331
- export const outboundSchema =
1332
- PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$outboundSchema;
1333
- }
1334
-
1335
- /** @internal */
1336
- export const Php$inboundSchema: z.ZodType<Php, z.ZodTypeDef, unknown> = z
1337
- .object({
1338
- active: z.boolean(),
1339
- action:
1340
- PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema,
1341
- });
1342
-
1343
- /** @internal */
1344
- export type Php$Outbound = {
1345
- active: boolean;
1346
- action: string;
1347
- };
1348
-
1349
- /** @internal */
1350
- export const Php$outboundSchema: z.ZodType<Php$Outbound, z.ZodTypeDef, Php> = z
1351
- .object({
1352
- active: z.boolean(),
1353
- action:
1354
- PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$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 Php$ {
1362
- /** @deprecated use `Php$inboundSchema` instead. */
1363
- export const inboundSchema = Php$inboundSchema;
1364
- /** @deprecated use `Php$outboundSchema` instead. */
1365
- export const outboundSchema = Php$outboundSchema;
1366
- /** @deprecated use `Php$Outbound` instead. */
1367
- export type Outbound = Php$Outbound;
1368
- }
1369
-
1370
- export function phpToJSON(php: Php): string {
1371
- return JSON.stringify(Php$outboundSchema.parse(php));
1372
- }
1373
-
1374
- export function phpFromJSON(
1375
- jsonString: string,
1376
- ): SafeParseResult<Php, SDKValidationError> {
1377
- return safeParse(
1378
- jsonString,
1379
- (x) => Php$inboundSchema.parse(JSON.parse(x)),
1380
- `Failed to parse 'Php' from JSON`,
1381
- );
1382
- }
1383
-
1384
- /** @internal */
1385
- export const PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$inboundSchema:
1386
- z.ZodNativeEnum<
1387
- typeof PutFirewallConfigSecurityRequestRequestBodyCrsGenAction
1388
- > = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsGenAction);
1389
-
1390
- /** @internal */
1391
- export const PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$outboundSchema:
1392
- z.ZodNativeEnum<
1393
- typeof PutFirewallConfigSecurityRequestRequestBodyCrsGenAction
1394
- > = PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$inboundSchema;
1395
-
1396
- /**
1397
- * @internal
1398
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1399
- */
1400
- export namespace PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$ {
1401
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$inboundSchema` instead. */
1402
- export const inboundSchema =
1403
- PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$inboundSchema;
1404
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$outboundSchema` instead. */
1405
- export const outboundSchema =
1406
- PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$outboundSchema;
1407
- }
1408
-
1409
- /** @internal */
1410
- export const Gen$inboundSchema: z.ZodType<Gen, z.ZodTypeDef, unknown> = z
1411
- .object({
1412
- active: z.boolean(),
1413
- action:
1414
- PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$inboundSchema,
1415
- });
1416
-
1417
- /** @internal */
1418
- export type Gen$Outbound = {
1419
- active: boolean;
1420
- action: string;
1421
- };
1422
-
1423
- /** @internal */
1424
- export const Gen$outboundSchema: z.ZodType<Gen$Outbound, z.ZodTypeDef, Gen> = z
1425
- .object({
1426
- active: z.boolean(),
1427
- action:
1428
- PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$outboundSchema,
1429
- });
1430
-
1431
- /**
1432
- * @internal
1433
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1434
- */
1435
- export namespace Gen$ {
1436
- /** @deprecated use `Gen$inboundSchema` instead. */
1437
- export const inboundSchema = Gen$inboundSchema;
1438
- /** @deprecated use `Gen$outboundSchema` instead. */
1439
- export const outboundSchema = Gen$outboundSchema;
1440
- /** @deprecated use `Gen$Outbound` instead. */
1441
- export type Outbound = Gen$Outbound;
1442
- }
1443
-
1444
- export function genToJSON(gen: Gen): string {
1445
- return JSON.stringify(Gen$outboundSchema.parse(gen));
1446
- }
1447
-
1448
- export function genFromJSON(
1449
- jsonString: string,
1450
- ): SafeParseResult<Gen, SDKValidationError> {
1451
- return safeParse(
1452
- jsonString,
1453
- (x) => Gen$inboundSchema.parse(JSON.parse(x)),
1454
- `Failed to parse 'Gen' from JSON`,
1455
- );
1456
- }
1457
-
1458
- /** @internal */
1459
- export const PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$inboundSchema:
1460
- z.ZodNativeEnum<
1461
- typeof PutFirewallConfigSecurityRequestRequestBodyCrsXssAction
1462
- > = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsXssAction);
1463
-
1464
- /** @internal */
1465
- export const PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$outboundSchema:
1466
- z.ZodNativeEnum<
1467
- typeof PutFirewallConfigSecurityRequestRequestBodyCrsXssAction
1468
- > = PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$inboundSchema;
1469
-
1470
- /**
1471
- * @internal
1472
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1473
- */
1474
- export namespace PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$ {
1475
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$inboundSchema` instead. */
1476
- export const inboundSchema =
1477
- PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$inboundSchema;
1478
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$outboundSchema` instead. */
1479
- export const outboundSchema =
1480
- PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$outboundSchema;
1481
- }
1482
-
1483
- /** @internal */
1484
- export const Xss$inboundSchema: z.ZodType<Xss, z.ZodTypeDef, unknown> = z
1485
- .object({
1486
- active: z.boolean(),
1487
- action:
1488
- PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$inboundSchema,
1489
- });
1490
-
1491
- /** @internal */
1492
- export type Xss$Outbound = {
1493
- active: boolean;
1494
- action: string;
1495
- };
1496
-
1497
- /** @internal */
1498
- export const Xss$outboundSchema: z.ZodType<Xss$Outbound, z.ZodTypeDef, Xss> = z
1499
- .object({
1500
- active: z.boolean(),
1501
- action:
1502
- PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$outboundSchema,
1503
- });
1504
-
1505
- /**
1506
- * @internal
1507
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1508
- */
1509
- export namespace Xss$ {
1510
- /** @deprecated use `Xss$inboundSchema` instead. */
1511
- export const inboundSchema = Xss$inboundSchema;
1512
- /** @deprecated use `Xss$outboundSchema` instead. */
1513
- export const outboundSchema = Xss$outboundSchema;
1514
- /** @deprecated use `Xss$Outbound` instead. */
1515
- export type Outbound = Xss$Outbound;
1516
- }
1517
-
1518
- export function xssToJSON(xss: Xss): string {
1519
- return JSON.stringify(Xss$outboundSchema.parse(xss));
1520
- }
1521
-
1522
- export function xssFromJSON(
1523
- jsonString: string,
1524
- ): SafeParseResult<Xss, SDKValidationError> {
1525
- return safeParse(
1526
- jsonString,
1527
- (x) => Xss$inboundSchema.parse(JSON.parse(x)),
1528
- `Failed to parse 'Xss' from JSON`,
1529
- );
1530
- }
1531
-
1532
- /** @internal */
1533
- export const PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$inboundSchema:
1534
- z.ZodNativeEnum<
1535
- typeof PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction
1536
- > = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction);
1537
-
1538
- /** @internal */
1539
- export const PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$outboundSchema:
1540
- z.ZodNativeEnum<
1541
- typeof PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction
1542
- > = PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$inboundSchema;
1543
-
1544
- /**
1545
- * @internal
1546
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1547
- */
1548
- export namespace PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$ {
1549
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$inboundSchema` instead. */
1550
- export const inboundSchema =
1551
- PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$inboundSchema;
1552
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$outboundSchema` instead. */
1553
- export const outboundSchema =
1554
- PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$outboundSchema;
1555
- }
1556
-
1557
- /** @internal */
1558
- export const Sqli$inboundSchema: z.ZodType<Sqli, z.ZodTypeDef, unknown> = z
1559
- .object({
1560
- active: z.boolean(),
1561
- action:
1562
- PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$inboundSchema,
1563
- });
1564
-
1565
- /** @internal */
1566
- export type Sqli$Outbound = {
1567
- active: boolean;
1568
- action: string;
1569
- };
1570
-
1571
- /** @internal */
1572
- export const Sqli$outboundSchema: z.ZodType<Sqli$Outbound, z.ZodTypeDef, Sqli> =
1573
- z.object({
1574
- active: z.boolean(),
1575
- action:
1576
- PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$outboundSchema,
1577
- });
1578
-
1579
- /**
1580
- * @internal
1581
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1582
- */
1583
- export namespace Sqli$ {
1584
- /** @deprecated use `Sqli$inboundSchema` instead. */
1585
- export const inboundSchema = Sqli$inboundSchema;
1586
- /** @deprecated use `Sqli$outboundSchema` instead. */
1587
- export const outboundSchema = Sqli$outboundSchema;
1588
- /** @deprecated use `Sqli$Outbound` instead. */
1589
- export type Outbound = Sqli$Outbound;
1590
- }
1591
-
1592
- export function sqliToJSON(sqli: Sqli): string {
1593
- return JSON.stringify(Sqli$outboundSchema.parse(sqli));
1594
- }
1595
-
1596
- export function sqliFromJSON(
1597
- jsonString: string,
1598
- ): SafeParseResult<Sqli, SDKValidationError> {
1599
- return safeParse(
1600
- jsonString,
1601
- (x) => Sqli$inboundSchema.parse(JSON.parse(x)),
1602
- `Failed to parse 'Sqli' from JSON`,
1603
- );
1604
- }
1605
-
1606
- /** @internal */
1607
- export const PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$inboundSchema:
1608
- z.ZodNativeEnum<
1609
- typeof PutFirewallConfigSecurityRequestRequestBodyCrsSfAction
1610
- > = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsSfAction);
1611
-
1612
- /** @internal */
1613
- export const PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$outboundSchema:
1614
- z.ZodNativeEnum<
1615
- typeof PutFirewallConfigSecurityRequestRequestBodyCrsSfAction
1616
- > = PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$inboundSchema;
1617
-
1618
- /**
1619
- * @internal
1620
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1621
- */
1622
- export namespace PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$ {
1623
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$inboundSchema` instead. */
1624
- export const inboundSchema =
1625
- PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$inboundSchema;
1626
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$outboundSchema` instead. */
1627
- export const outboundSchema =
1628
- PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$outboundSchema;
1629
- }
1630
-
1631
- /** @internal */
1632
- export const Sf$inboundSchema: z.ZodType<Sf, z.ZodTypeDef, unknown> = z.object({
1633
- active: z.boolean(),
1634
- action: PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$inboundSchema,
1635
- });
1636
-
1637
- /** @internal */
1638
- export type Sf$Outbound = {
1639
- active: boolean;
1640
- action: string;
1641
- };
1642
-
1643
- /** @internal */
1644
- export const Sf$outboundSchema: z.ZodType<Sf$Outbound, z.ZodTypeDef, Sf> = z
1645
- .object({
1646
- active: z.boolean(),
1647
- action:
1648
- PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$outboundSchema,
1649
- });
1650
-
1651
- /**
1652
- * @internal
1653
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1654
- */
1655
- export namespace Sf$ {
1656
- /** @deprecated use `Sf$inboundSchema` instead. */
1657
- export const inboundSchema = Sf$inboundSchema;
1658
- /** @deprecated use `Sf$outboundSchema` instead. */
1659
- export const outboundSchema = Sf$outboundSchema;
1660
- /** @deprecated use `Sf$Outbound` instead. */
1661
- export type Outbound = Sf$Outbound;
1662
- }
1663
-
1664
- export function sfToJSON(sf: Sf): string {
1665
- return JSON.stringify(Sf$outboundSchema.parse(sf));
1666
- }
1667
-
1668
- export function sfFromJSON(
1669
- jsonString: string,
1670
- ): SafeParseResult<Sf, SDKValidationError> {
1671
- return safeParse(
1672
- jsonString,
1673
- (x) => Sf$inboundSchema.parse(JSON.parse(x)),
1674
- `Failed to parse 'Sf' from JSON`,
1675
- );
1676
- }
1677
-
1678
- /** @internal */
1679
- export const PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$inboundSchema:
1680
- z.ZodNativeEnum<
1681
- typeof PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction
1682
- > = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction);
1683
-
1684
- /** @internal */
1685
- export const PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$outboundSchema:
1686
- z.ZodNativeEnum<
1687
- typeof PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction
1688
- > = PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$inboundSchema;
1689
-
1690
- /**
1691
- * @internal
1692
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1693
- */
1694
- export namespace PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$ {
1695
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$inboundSchema` instead. */
1696
- export const inboundSchema =
1697
- PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$inboundSchema;
1698
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$outboundSchema` instead. */
1699
- export const outboundSchema =
1700
- PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$outboundSchema;
1701
- }
1702
-
1703
- /** @internal */
1704
- export const Java$inboundSchema: z.ZodType<Java, z.ZodTypeDef, unknown> = z
1705
- .object({
1706
- active: z.boolean(),
1707
- action:
1708
- PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$inboundSchema,
1709
- });
1710
-
1711
- /** @internal */
1712
- export type Java$Outbound = {
1713
- active: boolean;
1714
- action: string;
1715
- };
1716
-
1717
- /** @internal */
1718
- export const Java$outboundSchema: z.ZodType<Java$Outbound, z.ZodTypeDef, Java> =
1719
- z.object({
1720
- active: z.boolean(),
1721
- action:
1722
- PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$outboundSchema,
1723
- });
1724
-
1725
- /**
1726
- * @internal
1727
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1728
- */
1729
- export namespace Java$ {
1730
- /** @deprecated use `Java$inboundSchema` instead. */
1731
- export const inboundSchema = Java$inboundSchema;
1732
- /** @deprecated use `Java$outboundSchema` instead. */
1733
- export const outboundSchema = Java$outboundSchema;
1734
- /** @deprecated use `Java$Outbound` instead. */
1735
- export type Outbound = Java$Outbound;
1736
- }
1737
-
1738
- export function javaToJSON(java: Java): string {
1739
- return JSON.stringify(Java$outboundSchema.parse(java));
1740
- }
1741
-
1742
- export function javaFromJSON(
1743
- jsonString: string,
1744
- ): SafeParseResult<Java, SDKValidationError> {
1745
- return safeParse(
1746
- jsonString,
1747
- (x) => Java$inboundSchema.parse(JSON.parse(x)),
1748
- `Failed to parse 'Java' from JSON`,
1749
- );
1750
- }
1751
-
1752
- /** @internal */
1753
- export const Crs$inboundSchema: z.ZodType<Crs, z.ZodTypeDef, unknown> = z
1754
- .object({
1755
- sd: z.lazy(() => Sd$inboundSchema).optional(),
1756
- ma: z.lazy(() => Ma$inboundSchema).optional(),
1757
- lfi: z.lazy(() => Lfi$inboundSchema).optional(),
1758
- rfi: z.lazy(() => Rfi$inboundSchema).optional(),
1759
- rce: z.lazy(() => Rce$inboundSchema).optional(),
1760
- php: z.lazy(() => Php$inboundSchema).optional(),
1761
- gen: z.lazy(() => Gen$inboundSchema).optional(),
1762
- xss: z.lazy(() => Xss$inboundSchema).optional(),
1763
- sqli: z.lazy(() => Sqli$inboundSchema).optional(),
1764
- sf: z.lazy(() => Sf$inboundSchema).optional(),
1765
- java: z.lazy(() => Java$inboundSchema).optional(),
1766
- });
1767
-
1768
- /** @internal */
1769
- export type Crs$Outbound = {
1770
- sd?: Sd$Outbound | undefined;
1771
- ma?: Ma$Outbound | undefined;
1772
- lfi?: Lfi$Outbound | undefined;
1773
- rfi?: Rfi$Outbound | undefined;
1774
- rce?: Rce$Outbound | undefined;
1775
- php?: Php$Outbound | undefined;
1776
- gen?: Gen$Outbound | undefined;
1777
- xss?: Xss$Outbound | undefined;
1778
- sqli?: Sqli$Outbound | undefined;
1779
- sf?: Sf$Outbound | undefined;
1780
- java?: Java$Outbound | undefined;
1781
- };
1782
-
1783
- /** @internal */
1784
- export const Crs$outboundSchema: z.ZodType<Crs$Outbound, z.ZodTypeDef, Crs> = z
1785
- .object({
1786
- sd: z.lazy(() => Sd$outboundSchema).optional(),
1787
- ma: z.lazy(() => Ma$outboundSchema).optional(),
1788
- lfi: z.lazy(() => Lfi$outboundSchema).optional(),
1789
- rfi: z.lazy(() => Rfi$outboundSchema).optional(),
1790
- rce: z.lazy(() => Rce$outboundSchema).optional(),
1791
- php: z.lazy(() => Php$outboundSchema).optional(),
1792
- gen: z.lazy(() => Gen$outboundSchema).optional(),
1793
- xss: z.lazy(() => Xss$outboundSchema).optional(),
1794
- sqli: z.lazy(() => Sqli$outboundSchema).optional(),
1795
- sf: z.lazy(() => Sf$outboundSchema).optional(),
1796
- java: z.lazy(() => Java$outboundSchema).optional(),
1797
- });
1798
-
1799
- /**
1800
- * @internal
1801
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1802
- */
1803
- export namespace Crs$ {
1804
- /** @deprecated use `Crs$inboundSchema` instead. */
1805
- export const inboundSchema = Crs$inboundSchema;
1806
- /** @deprecated use `Crs$outboundSchema` instead. */
1807
- export const outboundSchema = Crs$outboundSchema;
1808
- /** @deprecated use `Crs$Outbound` instead. */
1809
- export type Outbound = Crs$Outbound;
1810
- }
1811
-
1812
- export function crsToJSON(crs: Crs): string {
1813
- return JSON.stringify(Crs$outboundSchema.parse(crs));
1814
- }
1815
-
1816
- export function crsFromJSON(
1817
- jsonString: string,
1818
- ): SafeParseResult<Crs, SDKValidationError> {
1819
- return safeParse(
1820
- jsonString,
1821
- (x) => Crs$inboundSchema.parse(JSON.parse(x)),
1822
- `Failed to parse 'Crs' from JSON`,
1823
- );
1824
- }
1825
-
1826
- /** @internal */
1827
- export const PutFirewallConfigType$inboundSchema: z.ZodNativeEnum<
1828
- typeof PutFirewallConfigType
1829
- > = z.nativeEnum(PutFirewallConfigType);
1830
-
1831
- /** @internal */
1832
- export const PutFirewallConfigType$outboundSchema: z.ZodNativeEnum<
1833
- typeof PutFirewallConfigType
1834
- > = PutFirewallConfigType$inboundSchema;
1835
-
1836
- /**
1837
- * @internal
1838
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1839
- */
1840
- export namespace PutFirewallConfigType$ {
1841
- /** @deprecated use `PutFirewallConfigType$inboundSchema` instead. */
1842
- export const inboundSchema = PutFirewallConfigType$inboundSchema;
1843
- /** @deprecated use `PutFirewallConfigType$outboundSchema` instead. */
1844
- export const outboundSchema = PutFirewallConfigType$outboundSchema;
1845
- }
1846
-
1847
- /** @internal */
1848
- export const Op$inboundSchema: z.ZodNativeEnum<typeof Op> = z.nativeEnum(Op);
1849
-
1850
- /** @internal */
1851
- export const Op$outboundSchema: z.ZodNativeEnum<typeof Op> = Op$inboundSchema;
1852
-
1853
- /**
1854
- * @internal
1855
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1856
- */
1857
- export namespace Op$ {
1858
- /** @deprecated use `Op$inboundSchema` instead. */
1859
- export const inboundSchema = Op$inboundSchema;
1860
- /** @deprecated use `Op$outboundSchema` instead. */
1861
- export const outboundSchema = Op$outboundSchema;
1862
- }
1863
-
1864
- /** @internal */
1865
- export const PutFirewallConfigValue$inboundSchema: z.ZodType<
1866
- PutFirewallConfigValue,
1867
- z.ZodTypeDef,
1868
- unknown
1869
- > = z.union([z.string(), z.array(z.string()), z.number()]);
1870
-
1871
- /** @internal */
1872
- export type PutFirewallConfigValue$Outbound = string | Array<string> | number;
1873
-
1874
- /** @internal */
1875
- export const PutFirewallConfigValue$outboundSchema: z.ZodType<
1876
- PutFirewallConfigValue$Outbound,
1877
- z.ZodTypeDef,
1878
- PutFirewallConfigValue
1879
- > = z.union([z.string(), z.array(z.string()), z.number()]);
1880
-
1881
- /**
1882
- * @internal
1883
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1884
- */
1885
- export namespace PutFirewallConfigValue$ {
1886
- /** @deprecated use `PutFirewallConfigValue$inboundSchema` instead. */
1887
- export const inboundSchema = PutFirewallConfigValue$inboundSchema;
1888
- /** @deprecated use `PutFirewallConfigValue$outboundSchema` instead. */
1889
- export const outboundSchema = PutFirewallConfigValue$outboundSchema;
1890
- /** @deprecated use `PutFirewallConfigValue$Outbound` instead. */
1891
- export type Outbound = PutFirewallConfigValue$Outbound;
1892
- }
1893
-
1894
- export function putFirewallConfigValueToJSON(
1895
- putFirewallConfigValue: PutFirewallConfigValue,
1896
- ): string {
1897
- return JSON.stringify(
1898
- PutFirewallConfigValue$outboundSchema.parse(putFirewallConfigValue),
1899
- );
1900
- }
1901
-
1902
- export function putFirewallConfigValueFromJSON(
1903
- jsonString: string,
1904
- ): SafeParseResult<PutFirewallConfigValue, SDKValidationError> {
1905
- return safeParse(
1906
- jsonString,
1907
- (x) => PutFirewallConfigValue$inboundSchema.parse(JSON.parse(x)),
1908
- `Failed to parse 'PutFirewallConfigValue' from JSON`,
1909
- );
1910
- }
1911
-
1912
- /** @internal */
1913
- export const Conditions$inboundSchema: z.ZodType<
1914
- Conditions,
1915
- z.ZodTypeDef,
1916
- unknown
1917
- > = z.object({
1918
- type: PutFirewallConfigType$inboundSchema,
1919
- op: Op$inboundSchema,
1920
- neg: z.boolean().optional(),
1921
- key: z.string().optional(),
1922
- value: z.union([z.string(), z.array(z.string()), z.number()]).optional(),
1923
- });
1924
-
1925
- /** @internal */
1926
- export type Conditions$Outbound = {
1927
- type: string;
1928
- op: string;
1929
- neg?: boolean | undefined;
1930
- key?: string | undefined;
1931
- value?: string | Array<string> | number | undefined;
1932
- };
1933
-
1934
- /** @internal */
1935
- export const Conditions$outboundSchema: z.ZodType<
1936
- Conditions$Outbound,
1937
- z.ZodTypeDef,
1938
- Conditions
1939
- > = z.object({
1940
- type: PutFirewallConfigType$outboundSchema,
1941
- op: Op$outboundSchema,
1942
- neg: z.boolean().optional(),
1943
- key: z.string().optional(),
1944
- value: z.union([z.string(), z.array(z.string()), z.number()]).optional(),
1945
- });
1946
-
1947
- /**
1948
- * @internal
1949
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1950
- */
1951
- export namespace Conditions$ {
1952
- /** @deprecated use `Conditions$inboundSchema` instead. */
1953
- export const inboundSchema = Conditions$inboundSchema;
1954
- /** @deprecated use `Conditions$outboundSchema` instead. */
1955
- export const outboundSchema = Conditions$outboundSchema;
1956
- /** @deprecated use `Conditions$Outbound` instead. */
1957
- export type Outbound = Conditions$Outbound;
1958
- }
1959
-
1960
- export function conditionsToJSON(conditions: Conditions): string {
1961
- return JSON.stringify(Conditions$outboundSchema.parse(conditions));
1962
- }
1963
-
1964
- export function conditionsFromJSON(
1965
- jsonString: string,
1966
- ): SafeParseResult<Conditions, SDKValidationError> {
1967
- return safeParse(
1968
- jsonString,
1969
- (x) => Conditions$inboundSchema.parse(JSON.parse(x)),
1970
- `Failed to parse 'Conditions' from JSON`,
1971
- );
1972
- }
1973
-
1974
- /** @internal */
1975
- export const ConditionGroup$inboundSchema: z.ZodType<
1976
- ConditionGroup,
1977
- z.ZodTypeDef,
1978
- unknown
1979
- > = z.object({
1980
- conditions: z.array(z.lazy(() => Conditions$inboundSchema)),
1981
- });
1982
-
1983
- /** @internal */
1984
- export type ConditionGroup$Outbound = {
1985
- conditions: Array<Conditions$Outbound>;
1986
- };
1987
-
1988
- /** @internal */
1989
- export const ConditionGroup$outboundSchema: z.ZodType<
1990
- ConditionGroup$Outbound,
1991
- z.ZodTypeDef,
1992
- ConditionGroup
1993
- > = z.object({
1994
- conditions: z.array(z.lazy(() => Conditions$outboundSchema)),
1995
- });
1996
-
1997
- /**
1998
- * @internal
1999
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2000
- */
2001
- export namespace ConditionGroup$ {
2002
- /** @deprecated use `ConditionGroup$inboundSchema` instead. */
2003
- export const inboundSchema = ConditionGroup$inboundSchema;
2004
- /** @deprecated use `ConditionGroup$outboundSchema` instead. */
2005
- export const outboundSchema = ConditionGroup$outboundSchema;
2006
- /** @deprecated use `ConditionGroup$Outbound` instead. */
2007
- export type Outbound = ConditionGroup$Outbound;
2008
- }
2009
-
2010
- export function conditionGroupToJSON(conditionGroup: ConditionGroup): string {
2011
- return JSON.stringify(ConditionGroup$outboundSchema.parse(conditionGroup));
2012
- }
2013
-
2014
- export function conditionGroupFromJSON(
2015
- jsonString: string,
2016
- ): SafeParseResult<ConditionGroup, SDKValidationError> {
2017
- return safeParse(
2018
- jsonString,
2019
- (x) => ConditionGroup$inboundSchema.parse(JSON.parse(x)),
2020
- `Failed to parse 'ConditionGroup' from JSON`,
2021
- );
2022
- }
2023
-
2024
- /** @internal */
2025
- export const PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$inboundSchema:
2026
- z.ZodNativeEnum<
2027
- typeof PutFirewallConfigSecurityRequestRequestBodyRulesActionAction
2028
- > = z.nativeEnum(
2029
- PutFirewallConfigSecurityRequestRequestBodyRulesActionAction,
2030
- );
2031
-
2032
- /** @internal */
2033
- export const PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$outboundSchema:
2034
- z.ZodNativeEnum<
2035
- typeof PutFirewallConfigSecurityRequestRequestBodyRulesActionAction
2036
- > =
2037
- PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$inboundSchema;
2038
-
2039
- /**
2040
- * @internal
2041
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2042
- */
2043
- export namespace PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$ {
2044
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$inboundSchema` instead. */
2045
- export const inboundSchema =
2046
- PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$inboundSchema;
2047
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$outboundSchema` instead. */
2048
- export const outboundSchema =
2049
- PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$outboundSchema;
2050
- }
2051
-
2052
- /** @internal */
2053
- export const Algo$inboundSchema: z.ZodNativeEnum<typeof Algo> = z.nativeEnum(
2054
- Algo,
2055
- );
2056
-
2057
- /** @internal */
2058
- export const Algo$outboundSchema: z.ZodNativeEnum<typeof Algo> =
2059
- Algo$inboundSchema;
2060
-
2061
- /**
2062
- * @internal
2063
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2064
- */
2065
- export namespace Algo$ {
2066
- /** @deprecated use `Algo$inboundSchema` instead. */
2067
- export const inboundSchema = Algo$inboundSchema;
2068
- /** @deprecated use `Algo$outboundSchema` instead. */
2069
- export const outboundSchema = Algo$outboundSchema;
2070
- }
2071
-
2072
- /** @internal */
2073
- export const Action1$inboundSchema: z.ZodNativeEnum<typeof Action1> = z
2074
- .nativeEnum(Action1);
2075
-
2076
- /** @internal */
2077
- export const Action1$outboundSchema: z.ZodNativeEnum<typeof Action1> =
2078
- Action1$inboundSchema;
2079
-
2080
- /**
2081
- * @internal
2082
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2083
- */
2084
- export namespace Action1$ {
2085
- /** @deprecated use `Action1$inboundSchema` instead. */
2086
- export const inboundSchema = Action1$inboundSchema;
2087
- /** @deprecated use `Action1$outboundSchema` instead. */
2088
- export const outboundSchema = Action1$outboundSchema;
2089
- }
2090
-
2091
- /** @internal */
2092
- export const RateLimitAction$inboundSchema: z.ZodType<
2093
- RateLimitAction,
2094
- z.ZodTypeDef,
2095
- unknown
2096
- > = z.union([Action1$inboundSchema, z.any()]);
2097
-
2098
- /** @internal */
2099
- export type RateLimitAction$Outbound = string | any;
2100
-
2101
- /** @internal */
2102
- export const RateLimitAction$outboundSchema: z.ZodType<
2103
- RateLimitAction$Outbound,
2104
- z.ZodTypeDef,
2105
- RateLimitAction
2106
- > = z.union([Action1$outboundSchema, z.any()]);
2107
-
2108
- /**
2109
- * @internal
2110
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2111
- */
2112
- export namespace RateLimitAction$ {
2113
- /** @deprecated use `RateLimitAction$inboundSchema` instead. */
2114
- export const inboundSchema = RateLimitAction$inboundSchema;
2115
- /** @deprecated use `RateLimitAction$outboundSchema` instead. */
2116
- export const outboundSchema = RateLimitAction$outboundSchema;
2117
- /** @deprecated use `RateLimitAction$Outbound` instead. */
2118
- export type Outbound = RateLimitAction$Outbound;
2119
- }
2120
-
2121
- export function rateLimitActionToJSON(
2122
- rateLimitAction: RateLimitAction,
2123
- ): string {
2124
- return JSON.stringify(RateLimitAction$outboundSchema.parse(rateLimitAction));
2125
- }
2126
-
2127
- export function rateLimitActionFromJSON(
2128
- jsonString: string,
2129
- ): SafeParseResult<RateLimitAction, SDKValidationError> {
2130
- return safeParse(
2131
- jsonString,
2132
- (x) => RateLimitAction$inboundSchema.parse(JSON.parse(x)),
2133
- `Failed to parse 'RateLimitAction' from JSON`,
2134
- );
2135
- }
2136
-
2137
- /** @internal */
2138
- export const RateLimit1$inboundSchema: z.ZodType<
2139
- RateLimit1,
2140
- z.ZodTypeDef,
2141
- unknown
2142
- > = z.object({
2143
- algo: Algo$inboundSchema,
2144
- window: z.number(),
2145
- limit: z.number(),
2146
- keys: z.array(z.string()),
2147
- action: z.nullable(z.union([Action1$inboundSchema, z.any()])).optional(),
2148
- });
2149
-
2150
- /** @internal */
2151
- export type RateLimit1$Outbound = {
2152
- algo: string;
2153
- window: number;
2154
- limit: number;
2155
- keys: Array<string>;
2156
- action?: string | any | null | undefined;
2157
- };
2158
-
2159
- /** @internal */
2160
- export const RateLimit1$outboundSchema: z.ZodType<
2161
- RateLimit1$Outbound,
2162
- z.ZodTypeDef,
2163
- RateLimit1
2164
- > = z.object({
2165
- algo: Algo$outboundSchema,
2166
- window: z.number(),
2167
- limit: z.number(),
2168
- keys: z.array(z.string()),
2169
- action: z.nullable(z.union([Action1$outboundSchema, z.any()])).optional(),
2170
- });
2171
-
2172
- /**
2173
- * @internal
2174
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2175
- */
2176
- export namespace RateLimit1$ {
2177
- /** @deprecated use `RateLimit1$inboundSchema` instead. */
2178
- export const inboundSchema = RateLimit1$inboundSchema;
2179
- /** @deprecated use `RateLimit1$outboundSchema` instead. */
2180
- export const outboundSchema = RateLimit1$outboundSchema;
2181
- /** @deprecated use `RateLimit1$Outbound` instead. */
2182
- export type Outbound = RateLimit1$Outbound;
2183
- }
2184
-
2185
- export function rateLimit1ToJSON(rateLimit1: RateLimit1): string {
2186
- return JSON.stringify(RateLimit1$outboundSchema.parse(rateLimit1));
2187
- }
2188
-
2189
- export function rateLimit1FromJSON(
2190
- jsonString: string,
2191
- ): SafeParseResult<RateLimit1, SDKValidationError> {
2192
- return safeParse(
2193
- jsonString,
2194
- (x) => RateLimit1$inboundSchema.parse(JSON.parse(x)),
2195
- `Failed to parse 'RateLimit1' from JSON`,
2196
- );
2197
- }
2198
-
2199
- /** @internal */
2200
- export const RateLimit$inboundSchema: z.ZodType<
2201
- RateLimit,
2202
- z.ZodTypeDef,
2203
- unknown
2204
- > = z.union([z.lazy(() => RateLimit1$inboundSchema), z.any()]);
2205
-
2206
- /** @internal */
2207
- export type RateLimit$Outbound = RateLimit1$Outbound | any;
2208
-
2209
- /** @internal */
2210
- export const RateLimit$outboundSchema: z.ZodType<
2211
- RateLimit$Outbound,
2212
- z.ZodTypeDef,
2213
- RateLimit
2214
- > = z.union([z.lazy(() => RateLimit1$outboundSchema), z.any()]);
2215
-
2216
- /**
2217
- * @internal
2218
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2219
- */
2220
- export namespace RateLimit$ {
2221
- /** @deprecated use `RateLimit$inboundSchema` instead. */
2222
- export const inboundSchema = RateLimit$inboundSchema;
2223
- /** @deprecated use `RateLimit$outboundSchema` instead. */
2224
- export const outboundSchema = RateLimit$outboundSchema;
2225
- /** @deprecated use `RateLimit$Outbound` instead. */
2226
- export type Outbound = RateLimit$Outbound;
2227
- }
2228
-
2229
- export function rateLimitToJSON(rateLimit: RateLimit): string {
2230
- return JSON.stringify(RateLimit$outboundSchema.parse(rateLimit));
2231
- }
2232
-
2233
- export function rateLimitFromJSON(
2234
- jsonString: string,
2235
- ): SafeParseResult<RateLimit, SDKValidationError> {
2236
- return safeParse(
2237
- jsonString,
2238
- (x) => RateLimit$inboundSchema.parse(JSON.parse(x)),
2239
- `Failed to parse 'RateLimit' from JSON`,
2240
- );
2241
- }
2242
-
2243
- /** @internal */
2244
- export const Redirect1$inboundSchema: z.ZodType<
2245
- Redirect1,
2246
- z.ZodTypeDef,
2247
- unknown
2248
- > = z.object({
2249
- location: z.string(),
2250
- permanent: z.boolean(),
2251
- });
2252
-
2253
- /** @internal */
2254
- export type Redirect1$Outbound = {
2255
- location: string;
2256
- permanent: boolean;
2257
- };
2258
-
2259
- /** @internal */
2260
- export const Redirect1$outboundSchema: z.ZodType<
2261
- Redirect1$Outbound,
2262
- z.ZodTypeDef,
2263
- Redirect1
2264
- > = z.object({
2265
- location: z.string(),
2266
- permanent: z.boolean(),
2267
- });
2268
-
2269
- /**
2270
- * @internal
2271
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2272
- */
2273
- export namespace Redirect1$ {
2274
- /** @deprecated use `Redirect1$inboundSchema` instead. */
2275
- export const inboundSchema = Redirect1$inboundSchema;
2276
- /** @deprecated use `Redirect1$outboundSchema` instead. */
2277
- export const outboundSchema = Redirect1$outboundSchema;
2278
- /** @deprecated use `Redirect1$Outbound` instead. */
2279
- export type Outbound = Redirect1$Outbound;
2280
- }
2281
-
2282
- export function redirect1ToJSON(redirect1: Redirect1): string {
2283
- return JSON.stringify(Redirect1$outboundSchema.parse(redirect1));
2284
- }
2285
-
2286
- export function redirect1FromJSON(
2287
- jsonString: string,
2288
- ): SafeParseResult<Redirect1, SDKValidationError> {
2289
- return safeParse(
2290
- jsonString,
2291
- (x) => Redirect1$inboundSchema.parse(JSON.parse(x)),
2292
- `Failed to parse 'Redirect1' from JSON`,
2293
- );
2294
- }
2295
-
2296
- /** @internal */
2297
- export const Redirect$inboundSchema: z.ZodType<
2298
- Redirect,
2299
- z.ZodTypeDef,
2300
- unknown
2301
- > = z.union([z.lazy(() => Redirect1$inboundSchema), z.any()]);
2302
-
2303
- /** @internal */
2304
- export type Redirect$Outbound = Redirect1$Outbound | any;
2305
-
2306
- /** @internal */
2307
- export const Redirect$outboundSchema: z.ZodType<
2308
- Redirect$Outbound,
2309
- z.ZodTypeDef,
2310
- Redirect
2311
- > = z.union([z.lazy(() => Redirect1$outboundSchema), z.any()]);
2312
-
2313
- /**
2314
- * @internal
2315
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2316
- */
2317
- export namespace Redirect$ {
2318
- /** @deprecated use `Redirect$inboundSchema` instead. */
2319
- export const inboundSchema = Redirect$inboundSchema;
2320
- /** @deprecated use `Redirect$outboundSchema` instead. */
2321
- export const outboundSchema = Redirect$outboundSchema;
2322
- /** @deprecated use `Redirect$Outbound` instead. */
2323
- export type Outbound = Redirect$Outbound;
2324
- }
2325
-
2326
- export function redirectToJSON(redirect: Redirect): string {
2327
- return JSON.stringify(Redirect$outboundSchema.parse(redirect));
2328
- }
2329
-
2330
- export function redirectFromJSON(
2331
- jsonString: string,
2332
- ): SafeParseResult<Redirect, SDKValidationError> {
2333
- return safeParse(
2334
- jsonString,
2335
- (x) => Redirect$inboundSchema.parse(JSON.parse(x)),
2336
- `Failed to parse 'Redirect' from JSON`,
2337
- );
2338
- }
2339
-
2340
- /** @internal */
2341
- export const Mitigate$inboundSchema: z.ZodType<
2342
- Mitigate,
2343
- z.ZodTypeDef,
2344
- unknown
2345
- > = z.object({
2346
- action:
2347
- PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$inboundSchema,
2348
- rateLimit: z.nullable(
2349
- z.union([z.lazy(() => RateLimit1$inboundSchema), z.any()]),
2350
- ).optional(),
2351
- redirect: z.nullable(
2352
- z.union([z.lazy(() => Redirect1$inboundSchema), z.any()]),
2353
- ).optional(),
2354
- actionDuration: z.nullable(z.string()).optional(),
2355
- });
2356
-
2357
- /** @internal */
2358
- export type Mitigate$Outbound = {
2359
- action: string;
2360
- rateLimit?: RateLimit1$Outbound | any | null | undefined;
2361
- redirect?: Redirect1$Outbound | any | null | undefined;
2362
- actionDuration?: string | null | undefined;
2363
- };
2364
-
2365
- /** @internal */
2366
- export const Mitigate$outboundSchema: z.ZodType<
2367
- Mitigate$Outbound,
2368
- z.ZodTypeDef,
2369
- Mitigate
2370
- > = z.object({
2371
- action:
2372
- PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$outboundSchema,
2373
- rateLimit: z.nullable(
2374
- z.union([z.lazy(() => RateLimit1$outboundSchema), z.any()]),
2375
- ).optional(),
2376
- redirect: z.nullable(
2377
- z.union([z.lazy(() => Redirect1$outboundSchema), z.any()]),
2378
- ).optional(),
2379
- actionDuration: z.nullable(z.string()).optional(),
2380
- });
2381
-
2382
- /**
2383
- * @internal
2384
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2385
- */
2386
- export namespace Mitigate$ {
2387
- /** @deprecated use `Mitigate$inboundSchema` instead. */
2388
- export const inboundSchema = Mitigate$inboundSchema;
2389
- /** @deprecated use `Mitigate$outboundSchema` instead. */
2390
- export const outboundSchema = Mitigate$outboundSchema;
2391
- /** @deprecated use `Mitigate$Outbound` instead. */
2392
- export type Outbound = Mitigate$Outbound;
2393
- }
2394
-
2395
- export function mitigateToJSON(mitigate: Mitigate): string {
2396
- return JSON.stringify(Mitigate$outboundSchema.parse(mitigate));
2397
- }
2398
-
2399
- export function mitigateFromJSON(
2400
- jsonString: string,
2401
- ): SafeParseResult<Mitigate, SDKValidationError> {
2402
- return safeParse(
2403
- jsonString,
2404
- (x) => Mitigate$inboundSchema.parse(JSON.parse(x)),
2405
- `Failed to parse 'Mitigate' from JSON`,
2406
- );
2407
- }
2408
-
2409
- /** @internal */
2410
- export const PutFirewallConfigSecurityRequestRequestBodyRulesAction$inboundSchema:
2411
- z.ZodType<
2412
- PutFirewallConfigSecurityRequestRequestBodyRulesAction,
2413
- z.ZodTypeDef,
2414
- unknown
2415
- > = z.object({
2416
- mitigate: z.lazy(() => Mitigate$inboundSchema).optional(),
2417
- });
2418
-
2419
- /** @internal */
2420
- export type PutFirewallConfigSecurityRequestRequestBodyRulesAction$Outbound = {
2421
- mitigate?: Mitigate$Outbound | undefined;
2422
- };
2423
-
2424
- /** @internal */
2425
- export const PutFirewallConfigSecurityRequestRequestBodyRulesAction$outboundSchema:
2426
- z.ZodType<
2427
- PutFirewallConfigSecurityRequestRequestBodyRulesAction$Outbound,
2428
- z.ZodTypeDef,
2429
- PutFirewallConfigSecurityRequestRequestBodyRulesAction
2430
- > = z.object({
2431
- mitigate: z.lazy(() => Mitigate$outboundSchema).optional(),
2432
- });
2433
-
2434
- /**
2435
- * @internal
2436
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2437
- */
2438
- export namespace PutFirewallConfigSecurityRequestRequestBodyRulesAction$ {
2439
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyRulesAction$inboundSchema` instead. */
2440
- export const inboundSchema =
2441
- PutFirewallConfigSecurityRequestRequestBodyRulesAction$inboundSchema;
2442
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyRulesAction$outboundSchema` instead. */
2443
- export const outboundSchema =
2444
- PutFirewallConfigSecurityRequestRequestBodyRulesAction$outboundSchema;
2445
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyRulesAction$Outbound` instead. */
2446
- export type Outbound =
2447
- PutFirewallConfigSecurityRequestRequestBodyRulesAction$Outbound;
2448
- }
2449
-
2450
- export function putFirewallConfigSecurityRequestRequestBodyRulesActionToJSON(
2451
- putFirewallConfigSecurityRequestRequestBodyRulesAction:
2452
- PutFirewallConfigSecurityRequestRequestBodyRulesAction,
2453
- ): string {
2454
- return JSON.stringify(
2455
- PutFirewallConfigSecurityRequestRequestBodyRulesAction$outboundSchema.parse(
2456
- putFirewallConfigSecurityRequestRequestBodyRulesAction,
2457
- ),
2458
- );
2459
- }
2460
-
2461
- export function putFirewallConfigSecurityRequestRequestBodyRulesActionFromJSON(
2462
- jsonString: string,
2463
- ): SafeParseResult<
2464
- PutFirewallConfigSecurityRequestRequestBodyRulesAction,
2465
- SDKValidationError
2466
- > {
2467
- return safeParse(
2468
- jsonString,
2469
- (x) =>
2470
- PutFirewallConfigSecurityRequestRequestBodyRulesAction$inboundSchema
2471
- .parse(JSON.parse(x)),
2472
- `Failed to parse 'PutFirewallConfigSecurityRequestRequestBodyRulesAction' from JSON`,
2473
- );
2474
- }
2475
-
2476
- /** @internal */
2477
- export const Rules$inboundSchema: z.ZodType<Rules, z.ZodTypeDef, unknown> = z
2478
- .object({
2479
- id: z.string().optional(),
2480
- name: z.string(),
2481
- description: z.string().optional(),
2482
- active: z.boolean(),
2483
- conditionGroup: z.array(z.lazy(() => ConditionGroup$inboundSchema)),
2484
- action: z.lazy(() =>
2485
- PutFirewallConfigSecurityRequestRequestBodyRulesAction$inboundSchema
2486
- ),
2487
- });
2488
-
2489
- /** @internal */
2490
- export type Rules$Outbound = {
2491
- id?: string | undefined;
2492
- name: string;
2493
- description?: string | undefined;
2494
- active: boolean;
2495
- conditionGroup: Array<ConditionGroup$Outbound>;
2496
- action: PutFirewallConfigSecurityRequestRequestBodyRulesAction$Outbound;
2497
- };
2498
-
2499
- /** @internal */
2500
- export const Rules$outboundSchema: z.ZodType<
2501
- Rules$Outbound,
2502
- z.ZodTypeDef,
2503
- Rules
2504
- > = z.object({
2505
- id: z.string().optional(),
2506
- name: z.string(),
2507
- description: z.string().optional(),
2508
- active: z.boolean(),
2509
- conditionGroup: z.array(z.lazy(() => ConditionGroup$outboundSchema)),
2510
- action: z.lazy(() =>
2511
- PutFirewallConfigSecurityRequestRequestBodyRulesAction$outboundSchema
2512
- ),
2513
- });
2514
-
2515
- /**
2516
- * @internal
2517
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2518
- */
2519
- export namespace Rules$ {
2520
- /** @deprecated use `Rules$inboundSchema` instead. */
2521
- export const inboundSchema = Rules$inboundSchema;
2522
- /** @deprecated use `Rules$outboundSchema` instead. */
2523
- export const outboundSchema = Rules$outboundSchema;
2524
- /** @deprecated use `Rules$Outbound` instead. */
2525
- export type Outbound = Rules$Outbound;
2526
- }
2527
-
2528
- export function rulesToJSON(rules: Rules): string {
2529
- return JSON.stringify(Rules$outboundSchema.parse(rules));
2530
- }
2531
-
2532
- export function rulesFromJSON(
2533
- jsonString: string,
2534
- ): SafeParseResult<Rules, SDKValidationError> {
2535
- return safeParse(
2536
- jsonString,
2537
- (x) => Rules$inboundSchema.parse(JSON.parse(x)),
2538
- `Failed to parse 'Rules' from JSON`,
2539
- );
2540
- }
2541
-
2542
- /** @internal */
2543
- export const PutFirewallConfigSecurityRequestRequestBodyIpsAction$inboundSchema:
2544
- z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyIpsAction> =
2545
- z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyIpsAction);
2546
-
2547
- /** @internal */
2548
- export const PutFirewallConfigSecurityRequestRequestBodyIpsAction$outboundSchema:
2549
- z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyIpsAction> =
2550
- PutFirewallConfigSecurityRequestRequestBodyIpsAction$inboundSchema;
2551
-
2552
- /**
2553
- * @internal
2554
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2555
- */
2556
- export namespace PutFirewallConfigSecurityRequestRequestBodyIpsAction$ {
2557
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyIpsAction$inboundSchema` instead. */
2558
- export const inboundSchema =
2559
- PutFirewallConfigSecurityRequestRequestBodyIpsAction$inboundSchema;
2560
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyIpsAction$outboundSchema` instead. */
2561
- export const outboundSchema =
2562
- PutFirewallConfigSecurityRequestRequestBodyIpsAction$outboundSchema;
2563
- }
2564
-
2565
- /** @internal */
2566
- export const Ips$inboundSchema: z.ZodType<Ips, z.ZodTypeDef, unknown> = z
2567
- .object({
2568
- id: z.string().optional(),
2569
- hostname: z.string(),
2570
- ip: z.string(),
2571
- notes: z.string().optional(),
2572
- action: PutFirewallConfigSecurityRequestRequestBodyIpsAction$inboundSchema,
2573
- });
2574
-
2575
- /** @internal */
2576
- export type Ips$Outbound = {
2577
- id?: string | undefined;
2578
- hostname: string;
2579
- ip: string;
2580
- notes?: string | undefined;
2581
- action: string;
2582
- };
2583
-
2584
- /** @internal */
2585
- export const Ips$outboundSchema: z.ZodType<Ips$Outbound, z.ZodTypeDef, Ips> = z
2586
- .object({
2587
- id: z.string().optional(),
2588
- hostname: z.string(),
2589
- ip: z.string(),
2590
- notes: z.string().optional(),
2591
- action: PutFirewallConfigSecurityRequestRequestBodyIpsAction$outboundSchema,
2592
- });
2593
-
2594
- /**
2595
- * @internal
2596
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2597
- */
2598
- export namespace Ips$ {
2599
- /** @deprecated use `Ips$inboundSchema` instead. */
2600
- export const inboundSchema = Ips$inboundSchema;
2601
- /** @deprecated use `Ips$outboundSchema` instead. */
2602
- export const outboundSchema = Ips$outboundSchema;
2603
- /** @deprecated use `Ips$Outbound` instead. */
2604
- export type Outbound = Ips$Outbound;
2605
- }
2606
-
2607
- export function ipsToJSON(ips: Ips): string {
2608
- return JSON.stringify(Ips$outboundSchema.parse(ips));
2609
- }
2610
-
2611
- export function ipsFromJSON(
2612
- jsonString: string,
2613
- ): SafeParseResult<Ips, SDKValidationError> {
2614
- return safeParse(
2615
- jsonString,
2616
- (x) => Ips$inboundSchema.parse(JSON.parse(x)),
2617
- `Failed to parse 'Ips' from JSON`,
2618
- );
2619
- }
2620
-
2621
- /** @internal */
2622
- export const PutFirewallConfigRequestBody$inboundSchema: z.ZodType<
2623
- PutFirewallConfigRequestBody,
2624
- z.ZodTypeDef,
2625
- unknown
2626
- > = z.object({
2627
- firewallEnabled: z.boolean(),
2628
- managedRules: z.lazy(() => ManagedRules$inboundSchema).optional(),
2629
- crs: z.lazy(() => Crs$inboundSchema).optional(),
2630
- rules: z.array(z.lazy(() => Rules$inboundSchema)).optional(),
2631
- ips: z.array(z.lazy(() => Ips$inboundSchema)).optional(),
2632
- });
2633
-
2634
- /** @internal */
2635
- export type PutFirewallConfigRequestBody$Outbound = {
2636
- firewallEnabled: boolean;
2637
- managedRules?: ManagedRules$Outbound | undefined;
2638
- crs?: Crs$Outbound | undefined;
2639
- rules?: Array<Rules$Outbound> | undefined;
2640
- ips?: Array<Ips$Outbound> | undefined;
2641
- };
2642
-
2643
- /** @internal */
2644
- export const PutFirewallConfigRequestBody$outboundSchema: z.ZodType<
2645
- PutFirewallConfigRequestBody$Outbound,
2646
- z.ZodTypeDef,
2647
- PutFirewallConfigRequestBody
2648
- > = z.object({
2649
- firewallEnabled: z.boolean(),
2650
- managedRules: z.lazy(() => ManagedRules$outboundSchema).optional(),
2651
- crs: z.lazy(() => Crs$outboundSchema).optional(),
2652
- rules: z.array(z.lazy(() => Rules$outboundSchema)).optional(),
2653
- ips: z.array(z.lazy(() => Ips$outboundSchema)).optional(),
2654
- });
2655
-
2656
- /**
2657
- * @internal
2658
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2659
- */
2660
- export namespace PutFirewallConfigRequestBody$ {
2661
- /** @deprecated use `PutFirewallConfigRequestBody$inboundSchema` instead. */
2662
- export const inboundSchema = PutFirewallConfigRequestBody$inboundSchema;
2663
- /** @deprecated use `PutFirewallConfigRequestBody$outboundSchema` instead. */
2664
- export const outboundSchema = PutFirewallConfigRequestBody$outboundSchema;
2665
- /** @deprecated use `PutFirewallConfigRequestBody$Outbound` instead. */
2666
- export type Outbound = PutFirewallConfigRequestBody$Outbound;
2667
- }
2668
-
2669
- export function putFirewallConfigRequestBodyToJSON(
2670
- putFirewallConfigRequestBody: PutFirewallConfigRequestBody,
2671
- ): string {
2672
- return JSON.stringify(
2673
- PutFirewallConfigRequestBody$outboundSchema.parse(
2674
- putFirewallConfigRequestBody,
2675
- ),
2676
- );
2677
- }
2678
-
2679
- export function putFirewallConfigRequestBodyFromJSON(
2680
- jsonString: string,
2681
- ): SafeParseResult<PutFirewallConfigRequestBody, SDKValidationError> {
2682
- return safeParse(
2683
- jsonString,
2684
- (x) => PutFirewallConfigRequestBody$inboundSchema.parse(JSON.parse(x)),
2685
- `Failed to parse 'PutFirewallConfigRequestBody' from JSON`,
2686
- );
2687
- }
2688
-
2689
- /** @internal */
2690
- export const PutFirewallConfigRequest$inboundSchema: z.ZodType<
2691
- PutFirewallConfigRequest,
2692
- z.ZodTypeDef,
2693
- unknown
2694
- > = z.object({
2695
- projectId: z.string(),
2696
- teamId: z.string().optional(),
2697
- slug: z.string().optional(),
2698
- RequestBody: z.lazy(() => PutFirewallConfigRequestBody$inboundSchema),
2699
- }).transform((v) => {
2700
- return remap$(v, {
2701
- "RequestBody": "requestBody",
2702
- });
2703
- });
2704
-
2705
- /** @internal */
2706
- export type PutFirewallConfigRequest$Outbound = {
2707
- projectId: string;
2708
- teamId?: string | undefined;
2709
- slug?: string | undefined;
2710
- RequestBody: PutFirewallConfigRequestBody$Outbound;
2711
- };
2712
-
2713
- /** @internal */
2714
- export const PutFirewallConfigRequest$outboundSchema: z.ZodType<
2715
- PutFirewallConfigRequest$Outbound,
2716
- z.ZodTypeDef,
2717
- PutFirewallConfigRequest
2718
- > = z.object({
2719
- projectId: z.string(),
2720
- teamId: z.string().optional(),
2721
- slug: z.string().optional(),
2722
- requestBody: z.lazy(() => PutFirewallConfigRequestBody$outboundSchema),
2723
- }).transform((v) => {
2724
- return remap$(v, {
2725
- requestBody: "RequestBody",
2726
- });
2727
- });
2728
-
2729
- /**
2730
- * @internal
2731
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2732
- */
2733
- export namespace PutFirewallConfigRequest$ {
2734
- /** @deprecated use `PutFirewallConfigRequest$inboundSchema` instead. */
2735
- export const inboundSchema = PutFirewallConfigRequest$inboundSchema;
2736
- /** @deprecated use `PutFirewallConfigRequest$outboundSchema` instead. */
2737
- export const outboundSchema = PutFirewallConfigRequest$outboundSchema;
2738
- /** @deprecated use `PutFirewallConfigRequest$Outbound` instead. */
2739
- export type Outbound = PutFirewallConfigRequest$Outbound;
2740
- }
2741
-
2742
- export function putFirewallConfigRequestToJSON(
2743
- putFirewallConfigRequest: PutFirewallConfigRequest,
2744
- ): string {
2745
- return JSON.stringify(
2746
- PutFirewallConfigRequest$outboundSchema.parse(putFirewallConfigRequest),
2747
- );
2748
- }
2749
-
2750
- export function putFirewallConfigRequestFromJSON(
2751
- jsonString: string,
2752
- ): SafeParseResult<PutFirewallConfigRequest, SDKValidationError> {
2753
- return safeParse(
2754
- jsonString,
2755
- (x) => PutFirewallConfigRequest$inboundSchema.parse(JSON.parse(x)),
2756
- `Failed to parse 'PutFirewallConfigRequest' from JSON`,
2757
- );
2758
- }
2759
-
2760
- /** @internal */
2761
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$inboundSchema:
2762
- z.ZodNativeEnum<
2763
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction
2764
- > = z.nativeEnum(
2765
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction,
2766
- );
2767
-
2768
- /** @internal */
2769
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$outboundSchema:
2770
- z.ZodNativeEnum<
2771
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction
2772
- > =
2773
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$inboundSchema;
2774
-
2775
- /**
2776
- * @internal
2777
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2778
- */
2779
- export namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$ {
2780
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$inboundSchema` instead. */
2781
- export const inboundSchema =
2782
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$inboundSchema;
2783
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$outboundSchema` instead. */
2784
- export const outboundSchema =
2785
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$outboundSchema;
2786
- }
2787
-
2788
- /** @internal */
2789
- export const PutFirewallConfigSd$inboundSchema: z.ZodType<
2790
- PutFirewallConfigSd,
2791
- z.ZodTypeDef,
2792
- unknown
2793
- > = z.object({
2794
- active: z.boolean(),
2795
- action:
2796
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$inboundSchema,
2797
- });
2798
-
2799
- /** @internal */
2800
- export type PutFirewallConfigSd$Outbound = {
2801
- active: boolean;
2802
- action: string;
2803
- };
2804
-
2805
- /** @internal */
2806
- export const PutFirewallConfigSd$outboundSchema: z.ZodType<
2807
- PutFirewallConfigSd$Outbound,
2808
- z.ZodTypeDef,
2809
- PutFirewallConfigSd
2810
- > = z.object({
2811
- active: z.boolean(),
2812
- action:
2813
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$outboundSchema,
2814
- });
2815
-
2816
- /**
2817
- * @internal
2818
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2819
- */
2820
- export namespace PutFirewallConfigSd$ {
2821
- /** @deprecated use `PutFirewallConfigSd$inboundSchema` instead. */
2822
- export const inboundSchema = PutFirewallConfigSd$inboundSchema;
2823
- /** @deprecated use `PutFirewallConfigSd$outboundSchema` instead. */
2824
- export const outboundSchema = PutFirewallConfigSd$outboundSchema;
2825
- /** @deprecated use `PutFirewallConfigSd$Outbound` instead. */
2826
- export type Outbound = PutFirewallConfigSd$Outbound;
2827
- }
2828
-
2829
- export function putFirewallConfigSdToJSON(
2830
- putFirewallConfigSd: PutFirewallConfigSd,
2831
- ): string {
2832
- return JSON.stringify(
2833
- PutFirewallConfigSd$outboundSchema.parse(putFirewallConfigSd),
2834
- );
2835
- }
2836
-
2837
- export function putFirewallConfigSdFromJSON(
2838
- jsonString: string,
2839
- ): SafeParseResult<PutFirewallConfigSd, SDKValidationError> {
2840
- return safeParse(
2841
- jsonString,
2842
- (x) => PutFirewallConfigSd$inboundSchema.parse(JSON.parse(x)),
2843
- `Failed to parse 'PutFirewallConfigSd' from JSON`,
2844
- );
2845
- }
2846
-
2847
- /** @internal */
2848
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$inboundSchema:
2849
- z.ZodNativeEnum<
2850
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction
2851
- > = z.nativeEnum(
2852
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction,
2853
- );
2854
-
2855
- /** @internal */
2856
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$outboundSchema:
2857
- z.ZodNativeEnum<
2858
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction
2859
- > =
2860
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$inboundSchema;
2861
-
2862
- /**
2863
- * @internal
2864
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2865
- */
2866
- export namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$ {
2867
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$inboundSchema` instead. */
2868
- export const inboundSchema =
2869
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$inboundSchema;
2870
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$outboundSchema` instead. */
2871
- export const outboundSchema =
2872
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$outboundSchema;
2873
- }
2874
-
2875
- /** @internal */
2876
- export const PutFirewallConfigMa$inboundSchema: z.ZodType<
2877
- PutFirewallConfigMa,
2878
- z.ZodTypeDef,
2879
- unknown
2880
- > = z.object({
2881
- active: z.boolean(),
2882
- action:
2883
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$inboundSchema,
2884
- });
2885
-
2886
- /** @internal */
2887
- export type PutFirewallConfigMa$Outbound = {
2888
- active: boolean;
2889
- action: string;
2890
- };
2891
-
2892
- /** @internal */
2893
- export const PutFirewallConfigMa$outboundSchema: z.ZodType<
2894
- PutFirewallConfigMa$Outbound,
2895
- z.ZodTypeDef,
2896
- PutFirewallConfigMa
2897
- > = z.object({
2898
- active: z.boolean(),
2899
- action:
2900
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$outboundSchema,
2901
- });
2902
-
2903
- /**
2904
- * @internal
2905
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2906
- */
2907
- export namespace PutFirewallConfigMa$ {
2908
- /** @deprecated use `PutFirewallConfigMa$inboundSchema` instead. */
2909
- export const inboundSchema = PutFirewallConfigMa$inboundSchema;
2910
- /** @deprecated use `PutFirewallConfigMa$outboundSchema` instead. */
2911
- export const outboundSchema = PutFirewallConfigMa$outboundSchema;
2912
- /** @deprecated use `PutFirewallConfigMa$Outbound` instead. */
2913
- export type Outbound = PutFirewallConfigMa$Outbound;
2914
- }
2915
-
2916
- export function putFirewallConfigMaToJSON(
2917
- putFirewallConfigMa: PutFirewallConfigMa,
2918
- ): string {
2919
- return JSON.stringify(
2920
- PutFirewallConfigMa$outboundSchema.parse(putFirewallConfigMa),
2921
- );
2922
- }
2923
-
2924
- export function putFirewallConfigMaFromJSON(
2925
- jsonString: string,
2926
- ): SafeParseResult<PutFirewallConfigMa, SDKValidationError> {
2927
- return safeParse(
2928
- jsonString,
2929
- (x) => PutFirewallConfigMa$inboundSchema.parse(JSON.parse(x)),
2930
- `Failed to parse 'PutFirewallConfigMa' from JSON`,
2931
- );
2932
- }
2933
-
2934
- /** @internal */
2935
- export const PutFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema:
2936
- z.ZodNativeEnum<
2937
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONAction
2938
- > = z.nativeEnum(PutFirewallConfigSecurityResponse200ApplicationJSONAction);
2939
-
2940
- /** @internal */
2941
- export const PutFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema:
2942
- z.ZodNativeEnum<
2943
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONAction
2944
- > = PutFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema;
2945
-
2946
- /**
2947
- * @internal
2948
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2949
- */
2950
- export namespace PutFirewallConfigSecurityResponse200ApplicationJSONAction$ {
2951
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema` instead. */
2952
- export const inboundSchema =
2953
- PutFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema;
2954
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema` instead. */
2955
- export const outboundSchema =
2956
- PutFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema;
2957
- }
2958
-
2959
- /** @internal */
2960
- export const PutFirewallConfigLfi$inboundSchema: z.ZodType<
2961
- PutFirewallConfigLfi,
2962
- z.ZodTypeDef,
2963
- unknown
2964
- > = z.object({
2965
- active: z.boolean(),
2966
- action:
2967
- PutFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema,
2968
- });
2969
-
2970
- /** @internal */
2971
- export type PutFirewallConfigLfi$Outbound = {
2972
- active: boolean;
2973
- action: string;
2974
- };
2975
-
2976
- /** @internal */
2977
- export const PutFirewallConfigLfi$outboundSchema: z.ZodType<
2978
- PutFirewallConfigLfi$Outbound,
2979
- z.ZodTypeDef,
2980
- PutFirewallConfigLfi
2981
- > = z.object({
2982
- active: z.boolean(),
2983
- action:
2984
- PutFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema,
2985
- });
2986
-
2987
- /**
2988
- * @internal
2989
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2990
- */
2991
- export namespace PutFirewallConfigLfi$ {
2992
- /** @deprecated use `PutFirewallConfigLfi$inboundSchema` instead. */
2993
- export const inboundSchema = PutFirewallConfigLfi$inboundSchema;
2994
- /** @deprecated use `PutFirewallConfigLfi$outboundSchema` instead. */
2995
- export const outboundSchema = PutFirewallConfigLfi$outboundSchema;
2996
- /** @deprecated use `PutFirewallConfigLfi$Outbound` instead. */
2997
- export type Outbound = PutFirewallConfigLfi$Outbound;
2998
- }
2999
-
3000
- export function putFirewallConfigLfiToJSON(
3001
- putFirewallConfigLfi: PutFirewallConfigLfi,
3002
- ): string {
3003
- return JSON.stringify(
3004
- PutFirewallConfigLfi$outboundSchema.parse(putFirewallConfigLfi),
3005
- );
3006
- }
3007
-
3008
- export function putFirewallConfigLfiFromJSON(
3009
- jsonString: string,
3010
- ): SafeParseResult<PutFirewallConfigLfi, SDKValidationError> {
3011
- return safeParse(
3012
- jsonString,
3013
- (x) => PutFirewallConfigLfi$inboundSchema.parse(JSON.parse(x)),
3014
- `Failed to parse 'PutFirewallConfigLfi' from JSON`,
3015
- );
3016
- }
3017
-
3018
- /** @internal */
3019
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema:
3020
- z.ZodNativeEnum<
3021
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction
3022
- > = z.nativeEnum(
3023
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction,
3024
- );
3025
-
3026
- /** @internal */
3027
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema:
3028
- z.ZodNativeEnum<
3029
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction
3030
- > =
3031
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema;
3032
-
3033
- /**
3034
- * @internal
3035
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3036
- */
3037
- export namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$ {
3038
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema` instead. */
3039
- export const inboundSchema =
3040
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema;
3041
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema` instead. */
3042
- export const outboundSchema =
3043
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema;
3044
- }
3045
-
3046
- /** @internal */
3047
- export const PutFirewallConfigRfi$inboundSchema: z.ZodType<
3048
- PutFirewallConfigRfi,
3049
- z.ZodTypeDef,
3050
- unknown
3051
- > = z.object({
3052
- active: z.boolean(),
3053
- action:
3054
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema,
3055
- });
3056
-
3057
- /** @internal */
3058
- export type PutFirewallConfigRfi$Outbound = {
3059
- active: boolean;
3060
- action: string;
3061
- };
3062
-
3063
- /** @internal */
3064
- export const PutFirewallConfigRfi$outboundSchema: z.ZodType<
3065
- PutFirewallConfigRfi$Outbound,
3066
- z.ZodTypeDef,
3067
- PutFirewallConfigRfi
3068
- > = z.object({
3069
- active: z.boolean(),
3070
- action:
3071
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema,
3072
- });
3073
-
3074
- /**
3075
- * @internal
3076
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3077
- */
3078
- export namespace PutFirewallConfigRfi$ {
3079
- /** @deprecated use `PutFirewallConfigRfi$inboundSchema` instead. */
3080
- export const inboundSchema = PutFirewallConfigRfi$inboundSchema;
3081
- /** @deprecated use `PutFirewallConfigRfi$outboundSchema` instead. */
3082
- export const outboundSchema = PutFirewallConfigRfi$outboundSchema;
3083
- /** @deprecated use `PutFirewallConfigRfi$Outbound` instead. */
3084
- export type Outbound = PutFirewallConfigRfi$Outbound;
3085
- }
3086
-
3087
- export function putFirewallConfigRfiToJSON(
3088
- putFirewallConfigRfi: PutFirewallConfigRfi,
3089
- ): string {
3090
- return JSON.stringify(
3091
- PutFirewallConfigRfi$outboundSchema.parse(putFirewallConfigRfi),
3092
- );
3093
- }
3094
-
3095
- export function putFirewallConfigRfiFromJSON(
3096
- jsonString: string,
3097
- ): SafeParseResult<PutFirewallConfigRfi, SDKValidationError> {
3098
- return safeParse(
3099
- jsonString,
3100
- (x) => PutFirewallConfigRfi$inboundSchema.parse(JSON.parse(x)),
3101
- `Failed to parse 'PutFirewallConfigRfi' from JSON`,
3102
- );
3103
- }
3104
-
3105
- /** @internal */
3106
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$inboundSchema:
3107
- z.ZodNativeEnum<
3108
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction
3109
- > = z.nativeEnum(
3110
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction,
3111
- );
3112
-
3113
- /** @internal */
3114
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$outboundSchema:
3115
- z.ZodNativeEnum<
3116
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction
3117
- > =
3118
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$inboundSchema;
3119
-
3120
- /**
3121
- * @internal
3122
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3123
- */
3124
- export namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$ {
3125
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$inboundSchema` instead. */
3126
- export const inboundSchema =
3127
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$inboundSchema;
3128
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$outboundSchema` instead. */
3129
- export const outboundSchema =
3130
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$outboundSchema;
3131
- }
3132
-
3133
- /** @internal */
3134
- export const PutFirewallConfigRce$inboundSchema: z.ZodType<
3135
- PutFirewallConfigRce,
3136
- z.ZodTypeDef,
3137
- unknown
3138
- > = z.object({
3139
- active: z.boolean(),
3140
- action:
3141
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$inboundSchema,
3142
- });
3143
-
3144
- /** @internal */
3145
- export type PutFirewallConfigRce$Outbound = {
3146
- active: boolean;
3147
- action: string;
3148
- };
3149
-
3150
- /** @internal */
3151
- export const PutFirewallConfigRce$outboundSchema: z.ZodType<
3152
- PutFirewallConfigRce$Outbound,
3153
- z.ZodTypeDef,
3154
- PutFirewallConfigRce
3155
- > = z.object({
3156
- active: z.boolean(),
3157
- action:
3158
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$outboundSchema,
3159
- });
3160
-
3161
- /**
3162
- * @internal
3163
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3164
- */
3165
- export namespace PutFirewallConfigRce$ {
3166
- /** @deprecated use `PutFirewallConfigRce$inboundSchema` instead. */
3167
- export const inboundSchema = PutFirewallConfigRce$inboundSchema;
3168
- /** @deprecated use `PutFirewallConfigRce$outboundSchema` instead. */
3169
- export const outboundSchema = PutFirewallConfigRce$outboundSchema;
3170
- /** @deprecated use `PutFirewallConfigRce$Outbound` instead. */
3171
- export type Outbound = PutFirewallConfigRce$Outbound;
3172
- }
3173
-
3174
- export function putFirewallConfigRceToJSON(
3175
- putFirewallConfigRce: PutFirewallConfigRce,
3176
- ): string {
3177
- return JSON.stringify(
3178
- PutFirewallConfigRce$outboundSchema.parse(putFirewallConfigRce),
3179
- );
3180
- }
3181
-
3182
- export function putFirewallConfigRceFromJSON(
3183
- jsonString: string,
3184
- ): SafeParseResult<PutFirewallConfigRce, SDKValidationError> {
3185
- return safeParse(
3186
- jsonString,
3187
- (x) => PutFirewallConfigRce$inboundSchema.parse(JSON.parse(x)),
3188
- `Failed to parse 'PutFirewallConfigRce' from JSON`,
3189
- );
3190
- }
3191
-
3192
- /** @internal */
3193
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$inboundSchema:
3194
- z.ZodNativeEnum<
3195
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction
3196
- > = z.nativeEnum(
3197
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction,
3198
- );
3199
-
3200
- /** @internal */
3201
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$outboundSchema:
3202
- z.ZodNativeEnum<
3203
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction
3204
- > =
3205
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$inboundSchema;
3206
-
3207
- /**
3208
- * @internal
3209
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3210
- */
3211
- export namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$ {
3212
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$inboundSchema` instead. */
3213
- export const inboundSchema =
3214
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$inboundSchema;
3215
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$outboundSchema` instead. */
3216
- export const outboundSchema =
3217
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$outboundSchema;
3218
- }
3219
-
3220
- /** @internal */
3221
- export const PutFirewallConfigPhp$inboundSchema: z.ZodType<
3222
- PutFirewallConfigPhp,
3223
- z.ZodTypeDef,
3224
- unknown
3225
- > = z.object({
3226
- active: z.boolean(),
3227
- action:
3228
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$inboundSchema,
3229
- });
3230
-
3231
- /** @internal */
3232
- export type PutFirewallConfigPhp$Outbound = {
3233
- active: boolean;
3234
- action: string;
3235
- };
3236
-
3237
- /** @internal */
3238
- export const PutFirewallConfigPhp$outboundSchema: z.ZodType<
3239
- PutFirewallConfigPhp$Outbound,
3240
- z.ZodTypeDef,
3241
- PutFirewallConfigPhp
3242
- > = z.object({
3243
- active: z.boolean(),
3244
- action:
3245
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$outboundSchema,
3246
- });
3247
-
3248
- /**
3249
- * @internal
3250
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3251
- */
3252
- export namespace PutFirewallConfigPhp$ {
3253
- /** @deprecated use `PutFirewallConfigPhp$inboundSchema` instead. */
3254
- export const inboundSchema = PutFirewallConfigPhp$inboundSchema;
3255
- /** @deprecated use `PutFirewallConfigPhp$outboundSchema` instead. */
3256
- export const outboundSchema = PutFirewallConfigPhp$outboundSchema;
3257
- /** @deprecated use `PutFirewallConfigPhp$Outbound` instead. */
3258
- export type Outbound = PutFirewallConfigPhp$Outbound;
3259
- }
3260
-
3261
- export function putFirewallConfigPhpToJSON(
3262
- putFirewallConfigPhp: PutFirewallConfigPhp,
3263
- ): string {
3264
- return JSON.stringify(
3265
- PutFirewallConfigPhp$outboundSchema.parse(putFirewallConfigPhp),
3266
- );
3267
- }
3268
-
3269
- export function putFirewallConfigPhpFromJSON(
3270
- jsonString: string,
3271
- ): SafeParseResult<PutFirewallConfigPhp, SDKValidationError> {
3272
- return safeParse(
3273
- jsonString,
3274
- (x) => PutFirewallConfigPhp$inboundSchema.parse(JSON.parse(x)),
3275
- `Failed to parse 'PutFirewallConfigPhp' from JSON`,
3276
- );
3277
- }
3278
-
3279
- /** @internal */
3280
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$inboundSchema:
3281
- z.ZodNativeEnum<
3282
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction
3283
- > = z.nativeEnum(
3284
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction,
3285
- );
3286
-
3287
- /** @internal */
3288
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$outboundSchema:
3289
- z.ZodNativeEnum<
3290
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction
3291
- > =
3292
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$inboundSchema;
3293
-
3294
- /**
3295
- * @internal
3296
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3297
- */
3298
- export namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$ {
3299
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$inboundSchema` instead. */
3300
- export const inboundSchema =
3301
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$inboundSchema;
3302
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$outboundSchema` instead. */
3303
- export const outboundSchema =
3304
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$outboundSchema;
3305
- }
3306
-
3307
- /** @internal */
3308
- export const PutFirewallConfigGen$inboundSchema: z.ZodType<
3309
- PutFirewallConfigGen,
3310
- z.ZodTypeDef,
3311
- unknown
3312
- > = z.object({
3313
- active: z.boolean(),
3314
- action:
3315
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$inboundSchema,
3316
- });
3317
-
3318
- /** @internal */
3319
- export type PutFirewallConfigGen$Outbound = {
3320
- active: boolean;
3321
- action: string;
3322
- };
3323
-
3324
- /** @internal */
3325
- export const PutFirewallConfigGen$outboundSchema: z.ZodType<
3326
- PutFirewallConfigGen$Outbound,
3327
- z.ZodTypeDef,
3328
- PutFirewallConfigGen
3329
- > = z.object({
3330
- active: z.boolean(),
3331
- action:
3332
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$outboundSchema,
3333
- });
3334
-
3335
- /**
3336
- * @internal
3337
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3338
- */
3339
- export namespace PutFirewallConfigGen$ {
3340
- /** @deprecated use `PutFirewallConfigGen$inboundSchema` instead. */
3341
- export const inboundSchema = PutFirewallConfigGen$inboundSchema;
3342
- /** @deprecated use `PutFirewallConfigGen$outboundSchema` instead. */
3343
- export const outboundSchema = PutFirewallConfigGen$outboundSchema;
3344
- /** @deprecated use `PutFirewallConfigGen$Outbound` instead. */
3345
- export type Outbound = PutFirewallConfigGen$Outbound;
3346
- }
3347
-
3348
- export function putFirewallConfigGenToJSON(
3349
- putFirewallConfigGen: PutFirewallConfigGen,
3350
- ): string {
3351
- return JSON.stringify(
3352
- PutFirewallConfigGen$outboundSchema.parse(putFirewallConfigGen),
3353
- );
3354
- }
3355
-
3356
- export function putFirewallConfigGenFromJSON(
3357
- jsonString: string,
3358
- ): SafeParseResult<PutFirewallConfigGen, SDKValidationError> {
3359
- return safeParse(
3360
- jsonString,
3361
- (x) => PutFirewallConfigGen$inboundSchema.parse(JSON.parse(x)),
3362
- `Failed to parse 'PutFirewallConfigGen' from JSON`,
3363
- );
3364
- }
3365
-
3366
- /** @internal */
3367
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$inboundSchema:
3368
- z.ZodNativeEnum<
3369
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction
3370
- > = z.nativeEnum(
3371
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction,
3372
- );
3373
-
3374
- /** @internal */
3375
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$outboundSchema:
3376
- z.ZodNativeEnum<
3377
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction
3378
- > =
3379
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$inboundSchema;
3380
-
3381
- /**
3382
- * @internal
3383
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3384
- */
3385
- export namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$ {
3386
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$inboundSchema` instead. */
3387
- export const inboundSchema =
3388
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$inboundSchema;
3389
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$outboundSchema` instead. */
3390
- export const outboundSchema =
3391
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$outboundSchema;
3392
- }
3393
-
3394
- /** @internal */
3395
- export const PutFirewallConfigXss$inboundSchema: z.ZodType<
3396
- PutFirewallConfigXss,
3397
- z.ZodTypeDef,
3398
- unknown
3399
- > = z.object({
3400
- active: z.boolean(),
3401
- action:
3402
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$inboundSchema,
3403
- });
3404
-
3405
- /** @internal */
3406
- export type PutFirewallConfigXss$Outbound = {
3407
- active: boolean;
3408
- action: string;
3409
- };
3410
-
3411
- /** @internal */
3412
- export const PutFirewallConfigXss$outboundSchema: z.ZodType<
3413
- PutFirewallConfigXss$Outbound,
3414
- z.ZodTypeDef,
3415
- PutFirewallConfigXss
3416
- > = z.object({
3417
- active: z.boolean(),
3418
- action:
3419
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$outboundSchema,
3420
- });
3421
-
3422
- /**
3423
- * @internal
3424
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3425
- */
3426
- export namespace PutFirewallConfigXss$ {
3427
- /** @deprecated use `PutFirewallConfigXss$inboundSchema` instead. */
3428
- export const inboundSchema = PutFirewallConfigXss$inboundSchema;
3429
- /** @deprecated use `PutFirewallConfigXss$outboundSchema` instead. */
3430
- export const outboundSchema = PutFirewallConfigXss$outboundSchema;
3431
- /** @deprecated use `PutFirewallConfigXss$Outbound` instead. */
3432
- export type Outbound = PutFirewallConfigXss$Outbound;
3433
- }
3434
-
3435
- export function putFirewallConfigXssToJSON(
3436
- putFirewallConfigXss: PutFirewallConfigXss,
3437
- ): string {
3438
- return JSON.stringify(
3439
- PutFirewallConfigXss$outboundSchema.parse(putFirewallConfigXss),
3440
- );
3441
- }
3442
-
3443
- export function putFirewallConfigXssFromJSON(
3444
- jsonString: string,
3445
- ): SafeParseResult<PutFirewallConfigXss, SDKValidationError> {
3446
- return safeParse(
3447
- jsonString,
3448
- (x) => PutFirewallConfigXss$inboundSchema.parse(JSON.parse(x)),
3449
- `Failed to parse 'PutFirewallConfigXss' from JSON`,
3450
- );
3451
- }
3452
-
3453
- /** @internal */
3454
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$inboundSchema:
3455
- z.ZodNativeEnum<
3456
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction
3457
- > = z.nativeEnum(
3458
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction,
3459
- );
3460
-
3461
- /** @internal */
3462
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$outboundSchema:
3463
- z.ZodNativeEnum<
3464
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction
3465
- > =
3466
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$inboundSchema;
3467
-
3468
- /**
3469
- * @internal
3470
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3471
- */
3472
- export namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$ {
3473
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$inboundSchema` instead. */
3474
- export const inboundSchema =
3475
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$inboundSchema;
3476
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$outboundSchema` instead. */
3477
- export const outboundSchema =
3478
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$outboundSchema;
3479
- }
3480
-
3481
- /** @internal */
3482
- export const PutFirewallConfigSqli$inboundSchema: z.ZodType<
3483
- PutFirewallConfigSqli,
3484
- z.ZodTypeDef,
3485
- unknown
3486
- > = z.object({
3487
- active: z.boolean(),
3488
- action:
3489
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$inboundSchema,
3490
- });
3491
-
3492
- /** @internal */
3493
- export type PutFirewallConfigSqli$Outbound = {
3494
- active: boolean;
3495
- action: string;
3496
- };
3497
-
3498
- /** @internal */
3499
- export const PutFirewallConfigSqli$outboundSchema: z.ZodType<
3500
- PutFirewallConfigSqli$Outbound,
3501
- z.ZodTypeDef,
3502
- PutFirewallConfigSqli
3503
- > = z.object({
3504
- active: z.boolean(),
3505
- action:
3506
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$outboundSchema,
3507
- });
3508
-
3509
- /**
3510
- * @internal
3511
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3512
- */
3513
- export namespace PutFirewallConfigSqli$ {
3514
- /** @deprecated use `PutFirewallConfigSqli$inboundSchema` instead. */
3515
- export const inboundSchema = PutFirewallConfigSqli$inboundSchema;
3516
- /** @deprecated use `PutFirewallConfigSqli$outboundSchema` instead. */
3517
- export const outboundSchema = PutFirewallConfigSqli$outboundSchema;
3518
- /** @deprecated use `PutFirewallConfigSqli$Outbound` instead. */
3519
- export type Outbound = PutFirewallConfigSqli$Outbound;
3520
- }
3521
-
3522
- export function putFirewallConfigSqliToJSON(
3523
- putFirewallConfigSqli: PutFirewallConfigSqli,
3524
- ): string {
3525
- return JSON.stringify(
3526
- PutFirewallConfigSqli$outboundSchema.parse(putFirewallConfigSqli),
3527
- );
3528
- }
3529
-
3530
- export function putFirewallConfigSqliFromJSON(
3531
- jsonString: string,
3532
- ): SafeParseResult<PutFirewallConfigSqli, SDKValidationError> {
3533
- return safeParse(
3534
- jsonString,
3535
- (x) => PutFirewallConfigSqli$inboundSchema.parse(JSON.parse(x)),
3536
- `Failed to parse 'PutFirewallConfigSqli' from JSON`,
3537
- );
3538
- }
3539
-
3540
- /** @internal */
3541
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$inboundSchema:
3542
- z.ZodNativeEnum<
3543
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction
3544
- > = z.nativeEnum(
3545
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction,
3546
- );
3547
-
3548
- /** @internal */
3549
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$outboundSchema:
3550
- z.ZodNativeEnum<
3551
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction
3552
- > =
3553
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$inboundSchema;
3554
-
3555
- /**
3556
- * @internal
3557
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3558
- */
3559
- export namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$ {
3560
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$inboundSchema` instead. */
3561
- export const inboundSchema =
3562
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$inboundSchema;
3563
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$outboundSchema` instead. */
3564
- export const outboundSchema =
3565
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$outboundSchema;
3566
- }
3567
-
3568
- /** @internal */
3569
- export const PutFirewallConfigSf$inboundSchema: z.ZodType<
3570
- PutFirewallConfigSf,
3571
- z.ZodTypeDef,
3572
- unknown
3573
- > = z.object({
3574
- active: z.boolean(),
3575
- action:
3576
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$inboundSchema,
3577
- });
3578
-
3579
- /** @internal */
3580
- export type PutFirewallConfigSf$Outbound = {
3581
- active: boolean;
3582
- action: string;
3583
- };
3584
-
3585
- /** @internal */
3586
- export const PutFirewallConfigSf$outboundSchema: z.ZodType<
3587
- PutFirewallConfigSf$Outbound,
3588
- z.ZodTypeDef,
3589
- PutFirewallConfigSf
3590
- > = z.object({
3591
- active: z.boolean(),
3592
- action:
3593
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$outboundSchema,
3594
- });
3595
-
3596
- /**
3597
- * @internal
3598
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3599
- */
3600
- export namespace PutFirewallConfigSf$ {
3601
- /** @deprecated use `PutFirewallConfigSf$inboundSchema` instead. */
3602
- export const inboundSchema = PutFirewallConfigSf$inboundSchema;
3603
- /** @deprecated use `PutFirewallConfigSf$outboundSchema` instead. */
3604
- export const outboundSchema = PutFirewallConfigSf$outboundSchema;
3605
- /** @deprecated use `PutFirewallConfigSf$Outbound` instead. */
3606
- export type Outbound = PutFirewallConfigSf$Outbound;
3607
- }
3608
-
3609
- export function putFirewallConfigSfToJSON(
3610
- putFirewallConfigSf: PutFirewallConfigSf,
3611
- ): string {
3612
- return JSON.stringify(
3613
- PutFirewallConfigSf$outboundSchema.parse(putFirewallConfigSf),
3614
- );
3615
- }
3616
-
3617
- export function putFirewallConfigSfFromJSON(
3618
- jsonString: string,
3619
- ): SafeParseResult<PutFirewallConfigSf, SDKValidationError> {
3620
- return safeParse(
3621
- jsonString,
3622
- (x) => PutFirewallConfigSf$inboundSchema.parse(JSON.parse(x)),
3623
- `Failed to parse 'PutFirewallConfigSf' from JSON`,
3624
- );
3625
- }
3626
-
3627
- /** @internal */
3628
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$inboundSchema:
3629
- z.ZodNativeEnum<
3630
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction
3631
- > = z.nativeEnum(
3632
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction,
3633
- );
3634
-
3635
- /** @internal */
3636
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$outboundSchema:
3637
- z.ZodNativeEnum<
3638
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction
3639
- > =
3640
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$inboundSchema;
3641
-
3642
- /**
3643
- * @internal
3644
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3645
- */
3646
- export namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$ {
3647
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$inboundSchema` instead. */
3648
- export const inboundSchema =
3649
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$inboundSchema;
3650
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$outboundSchema` instead. */
3651
- export const outboundSchema =
3652
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$outboundSchema;
3653
- }
3654
-
3655
- /** @internal */
3656
- export const PutFirewallConfigJava$inboundSchema: z.ZodType<
3657
- PutFirewallConfigJava,
3658
- z.ZodTypeDef,
3659
- unknown
3660
- > = z.object({
3661
- active: z.boolean(),
3662
- action:
3663
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$inboundSchema,
3664
- });
3665
-
3666
- /** @internal */
3667
- export type PutFirewallConfigJava$Outbound = {
3668
- active: boolean;
3669
- action: string;
3670
- };
3671
-
3672
- /** @internal */
3673
- export const PutFirewallConfigJava$outboundSchema: z.ZodType<
3674
- PutFirewallConfigJava$Outbound,
3675
- z.ZodTypeDef,
3676
- PutFirewallConfigJava
3677
- > = z.object({
3678
- active: z.boolean(),
3679
- action:
3680
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$outboundSchema,
3681
- });
3682
-
3683
- /**
3684
- * @internal
3685
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3686
- */
3687
- export namespace PutFirewallConfigJava$ {
3688
- /** @deprecated use `PutFirewallConfigJava$inboundSchema` instead. */
3689
- export const inboundSchema = PutFirewallConfigJava$inboundSchema;
3690
- /** @deprecated use `PutFirewallConfigJava$outboundSchema` instead. */
3691
- export const outboundSchema = PutFirewallConfigJava$outboundSchema;
3692
- /** @deprecated use `PutFirewallConfigJava$Outbound` instead. */
3693
- export type Outbound = PutFirewallConfigJava$Outbound;
3694
- }
3695
-
3696
- export function putFirewallConfigJavaToJSON(
3697
- putFirewallConfigJava: PutFirewallConfigJava,
3698
- ): string {
3699
- return JSON.stringify(
3700
- PutFirewallConfigJava$outboundSchema.parse(putFirewallConfigJava),
3701
- );
3702
- }
3703
-
3704
- export function putFirewallConfigJavaFromJSON(
3705
- jsonString: string,
3706
- ): SafeParseResult<PutFirewallConfigJava, SDKValidationError> {
3707
- return safeParse(
3708
- jsonString,
3709
- (x) => PutFirewallConfigJava$inboundSchema.parse(JSON.parse(x)),
3710
- `Failed to parse 'PutFirewallConfigJava' from JSON`,
3711
- );
3712
- }
3713
-
3714
- /** @internal */
3715
- export const PutFirewallConfigCrs$inboundSchema: z.ZodType<
3716
- PutFirewallConfigCrs,
3717
- z.ZodTypeDef,
3718
- unknown
3719
- > = z.object({
3720
- sd: z.lazy(() => PutFirewallConfigSd$inboundSchema),
3721
- ma: z.lazy(() => PutFirewallConfigMa$inboundSchema),
3722
- lfi: z.lazy(() => PutFirewallConfigLfi$inboundSchema),
3723
- rfi: z.lazy(() => PutFirewallConfigRfi$inboundSchema),
3724
- rce: z.lazy(() => PutFirewallConfigRce$inboundSchema),
3725
- php: z.lazy(() => PutFirewallConfigPhp$inboundSchema),
3726
- gen: z.lazy(() => PutFirewallConfigGen$inboundSchema),
3727
- xss: z.lazy(() => PutFirewallConfigXss$inboundSchema),
3728
- sqli: z.lazy(() => PutFirewallConfigSqli$inboundSchema),
3729
- sf: z.lazy(() => PutFirewallConfigSf$inboundSchema),
3730
- java: z.lazy(() => PutFirewallConfigJava$inboundSchema),
3731
- });
3732
-
3733
- /** @internal */
3734
- export type PutFirewallConfigCrs$Outbound = {
3735
- sd: PutFirewallConfigSd$Outbound;
3736
- ma: PutFirewallConfigMa$Outbound;
3737
- lfi: PutFirewallConfigLfi$Outbound;
3738
- rfi: PutFirewallConfigRfi$Outbound;
3739
- rce: PutFirewallConfigRce$Outbound;
3740
- php: PutFirewallConfigPhp$Outbound;
3741
- gen: PutFirewallConfigGen$Outbound;
3742
- xss: PutFirewallConfigXss$Outbound;
3743
- sqli: PutFirewallConfigSqli$Outbound;
3744
- sf: PutFirewallConfigSf$Outbound;
3745
- java: PutFirewallConfigJava$Outbound;
3746
- };
3747
-
3748
- /** @internal */
3749
- export const PutFirewallConfigCrs$outboundSchema: z.ZodType<
3750
- PutFirewallConfigCrs$Outbound,
3751
- z.ZodTypeDef,
3752
- PutFirewallConfigCrs
3753
- > = z.object({
3754
- sd: z.lazy(() => PutFirewallConfigSd$outboundSchema),
3755
- ma: z.lazy(() => PutFirewallConfigMa$outboundSchema),
3756
- lfi: z.lazy(() => PutFirewallConfigLfi$outboundSchema),
3757
- rfi: z.lazy(() => PutFirewallConfigRfi$outboundSchema),
3758
- rce: z.lazy(() => PutFirewallConfigRce$outboundSchema),
3759
- php: z.lazy(() => PutFirewallConfigPhp$outboundSchema),
3760
- gen: z.lazy(() => PutFirewallConfigGen$outboundSchema),
3761
- xss: z.lazy(() => PutFirewallConfigXss$outboundSchema),
3762
- sqli: z.lazy(() => PutFirewallConfigSqli$outboundSchema),
3763
- sf: z.lazy(() => PutFirewallConfigSf$outboundSchema),
3764
- java: z.lazy(() => PutFirewallConfigJava$outboundSchema),
3765
- });
3766
-
3767
- /**
3768
- * @internal
3769
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3770
- */
3771
- export namespace PutFirewallConfigCrs$ {
3772
- /** @deprecated use `PutFirewallConfigCrs$inboundSchema` instead. */
3773
- export const inboundSchema = PutFirewallConfigCrs$inboundSchema;
3774
- /** @deprecated use `PutFirewallConfigCrs$outboundSchema` instead. */
3775
- export const outboundSchema = PutFirewallConfigCrs$outboundSchema;
3776
- /** @deprecated use `PutFirewallConfigCrs$Outbound` instead. */
3777
- export type Outbound = PutFirewallConfigCrs$Outbound;
3778
- }
3779
-
3780
- export function putFirewallConfigCrsToJSON(
3781
- putFirewallConfigCrs: PutFirewallConfigCrs,
3782
- ): string {
3783
- return JSON.stringify(
3784
- PutFirewallConfigCrs$outboundSchema.parse(putFirewallConfigCrs),
3785
- );
3786
- }
3787
-
3788
- export function putFirewallConfigCrsFromJSON(
3789
- jsonString: string,
3790
- ): SafeParseResult<PutFirewallConfigCrs, SDKValidationError> {
3791
- return safeParse(
3792
- jsonString,
3793
- (x) => PutFirewallConfigCrs$inboundSchema.parse(JSON.parse(x)),
3794
- `Failed to parse 'PutFirewallConfigCrs' from JSON`,
3795
- );
3796
- }
3797
-
3798
- /** @internal */
3799
- export const PutFirewallConfigSecurityType$inboundSchema: z.ZodNativeEnum<
3800
- typeof PutFirewallConfigSecurityType
3801
- > = z.nativeEnum(PutFirewallConfigSecurityType);
3802
-
3803
- /** @internal */
3804
- export const PutFirewallConfigSecurityType$outboundSchema: z.ZodNativeEnum<
3805
- typeof PutFirewallConfigSecurityType
3806
- > = PutFirewallConfigSecurityType$inboundSchema;
3807
-
3808
- /**
3809
- * @internal
3810
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3811
- */
3812
- export namespace PutFirewallConfigSecurityType$ {
3813
- /** @deprecated use `PutFirewallConfigSecurityType$inboundSchema` instead. */
3814
- export const inboundSchema = PutFirewallConfigSecurityType$inboundSchema;
3815
- /** @deprecated use `PutFirewallConfigSecurityType$outboundSchema` instead. */
3816
- export const outboundSchema = PutFirewallConfigSecurityType$outboundSchema;
3817
- }
3818
-
3819
- /** @internal */
3820
- export const PutFirewallConfigOp$inboundSchema: z.ZodNativeEnum<
3821
- typeof PutFirewallConfigOp
3822
- > = z.nativeEnum(PutFirewallConfigOp);
3823
-
3824
- /** @internal */
3825
- export const PutFirewallConfigOp$outboundSchema: z.ZodNativeEnum<
3826
- typeof PutFirewallConfigOp
3827
- > = PutFirewallConfigOp$inboundSchema;
3828
-
3829
- /**
3830
- * @internal
3831
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3832
- */
3833
- export namespace PutFirewallConfigOp$ {
3834
- /** @deprecated use `PutFirewallConfigOp$inboundSchema` instead. */
3835
- export const inboundSchema = PutFirewallConfigOp$inboundSchema;
3836
- /** @deprecated use `PutFirewallConfigOp$outboundSchema` instead. */
3837
- export const outboundSchema = PutFirewallConfigOp$outboundSchema;
3838
- }
3839
-
3840
- /** @internal */
3841
- export const PutFirewallConfigSecurityValue$inboundSchema: z.ZodType<
3842
- PutFirewallConfigSecurityValue,
3843
- z.ZodTypeDef,
3844
- unknown
3845
- > = z.union([z.string(), z.number(), z.array(z.string())]);
3846
-
3847
- /** @internal */
3848
- export type PutFirewallConfigSecurityValue$Outbound =
3849
- | string
3850
- | number
3851
- | Array<string>;
3852
-
3853
- /** @internal */
3854
- export const PutFirewallConfigSecurityValue$outboundSchema: z.ZodType<
3855
- PutFirewallConfigSecurityValue$Outbound,
3856
- z.ZodTypeDef,
3857
- PutFirewallConfigSecurityValue
3858
- > = z.union([z.string(), z.number(), z.array(z.string())]);
3859
-
3860
- /**
3861
- * @internal
3862
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3863
- */
3864
- export namespace PutFirewallConfigSecurityValue$ {
3865
- /** @deprecated use `PutFirewallConfigSecurityValue$inboundSchema` instead. */
3866
- export const inboundSchema = PutFirewallConfigSecurityValue$inboundSchema;
3867
- /** @deprecated use `PutFirewallConfigSecurityValue$outboundSchema` instead. */
3868
- export const outboundSchema = PutFirewallConfigSecurityValue$outboundSchema;
3869
- /** @deprecated use `PutFirewallConfigSecurityValue$Outbound` instead. */
3870
- export type Outbound = PutFirewallConfigSecurityValue$Outbound;
3871
- }
3872
-
3873
- export function putFirewallConfigSecurityValueToJSON(
3874
- putFirewallConfigSecurityValue: PutFirewallConfigSecurityValue,
3875
- ): string {
3876
- return JSON.stringify(
3877
- PutFirewallConfigSecurityValue$outboundSchema.parse(
3878
- putFirewallConfigSecurityValue,
3879
- ),
3880
- );
3881
- }
3882
-
3883
- export function putFirewallConfigSecurityValueFromJSON(
3884
- jsonString: string,
3885
- ): SafeParseResult<PutFirewallConfigSecurityValue, SDKValidationError> {
3886
- return safeParse(
3887
- jsonString,
3888
- (x) => PutFirewallConfigSecurityValue$inboundSchema.parse(JSON.parse(x)),
3889
- `Failed to parse 'PutFirewallConfigSecurityValue' from JSON`,
3890
- );
3891
- }
3892
-
3893
- /** @internal */
3894
- export const PutFirewallConfigConditions$inboundSchema: z.ZodType<
3895
- PutFirewallConfigConditions,
3896
- z.ZodTypeDef,
3897
- unknown
3898
- > = z.object({
3899
- type: PutFirewallConfigSecurityType$inboundSchema,
3900
- op: PutFirewallConfigOp$inboundSchema,
3901
- neg: z.boolean().optional(),
3902
- key: z.string().optional(),
3903
- value: z.union([z.string(), z.number(), z.array(z.string())]).optional(),
3904
- });
3905
-
3906
- /** @internal */
3907
- export type PutFirewallConfigConditions$Outbound = {
3908
- type: string;
3909
- op: string;
3910
- neg?: boolean | undefined;
3911
- key?: string | undefined;
3912
- value?: string | number | Array<string> | undefined;
3913
- };
3914
-
3915
- /** @internal */
3916
- export const PutFirewallConfigConditions$outboundSchema: z.ZodType<
3917
- PutFirewallConfigConditions$Outbound,
3918
- z.ZodTypeDef,
3919
- PutFirewallConfigConditions
3920
- > = z.object({
3921
- type: PutFirewallConfigSecurityType$outboundSchema,
3922
- op: PutFirewallConfigOp$outboundSchema,
3923
- neg: z.boolean().optional(),
3924
- key: z.string().optional(),
3925
- value: z.union([z.string(), z.number(), z.array(z.string())]).optional(),
3926
- });
3927
-
3928
- /**
3929
- * @internal
3930
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3931
- */
3932
- export namespace PutFirewallConfigConditions$ {
3933
- /** @deprecated use `PutFirewallConfigConditions$inboundSchema` instead. */
3934
- export const inboundSchema = PutFirewallConfigConditions$inboundSchema;
3935
- /** @deprecated use `PutFirewallConfigConditions$outboundSchema` instead. */
3936
- export const outboundSchema = PutFirewallConfigConditions$outboundSchema;
3937
- /** @deprecated use `PutFirewallConfigConditions$Outbound` instead. */
3938
- export type Outbound = PutFirewallConfigConditions$Outbound;
3939
- }
3940
-
3941
- export function putFirewallConfigConditionsToJSON(
3942
- putFirewallConfigConditions: PutFirewallConfigConditions,
3943
- ): string {
3944
- return JSON.stringify(
3945
- PutFirewallConfigConditions$outboundSchema.parse(
3946
- putFirewallConfigConditions,
3947
- ),
3948
- );
3949
- }
3950
-
3951
- export function putFirewallConfigConditionsFromJSON(
3952
- jsonString: string,
3953
- ): SafeParseResult<PutFirewallConfigConditions, SDKValidationError> {
3954
- return safeParse(
3955
- jsonString,
3956
- (x) => PutFirewallConfigConditions$inboundSchema.parse(JSON.parse(x)),
3957
- `Failed to parse 'PutFirewallConfigConditions' from JSON`,
3958
- );
3959
- }
3960
-
3961
- /** @internal */
3962
- export const PutFirewallConfigConditionGroup$inboundSchema: z.ZodType<
3963
- PutFirewallConfigConditionGroup,
3964
- z.ZodTypeDef,
3965
- unknown
3966
- > = z.object({
3967
- conditions: z.array(z.lazy(() => PutFirewallConfigConditions$inboundSchema)),
3968
- });
3969
-
3970
- /** @internal */
3971
- export type PutFirewallConfigConditionGroup$Outbound = {
3972
- conditions: Array<PutFirewallConfigConditions$Outbound>;
3973
- };
3974
-
3975
- /** @internal */
3976
- export const PutFirewallConfigConditionGroup$outboundSchema: z.ZodType<
3977
- PutFirewallConfigConditionGroup$Outbound,
3978
- z.ZodTypeDef,
3979
- PutFirewallConfigConditionGroup
3980
- > = z.object({
3981
- conditions: z.array(z.lazy(() => PutFirewallConfigConditions$outboundSchema)),
3982
- });
3983
-
3984
- /**
3985
- * @internal
3986
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3987
- */
3988
- export namespace PutFirewallConfigConditionGroup$ {
3989
- /** @deprecated use `PutFirewallConfigConditionGroup$inboundSchema` instead. */
3990
- export const inboundSchema = PutFirewallConfigConditionGroup$inboundSchema;
3991
- /** @deprecated use `PutFirewallConfigConditionGroup$outboundSchema` instead. */
3992
- export const outboundSchema = PutFirewallConfigConditionGroup$outboundSchema;
3993
- /** @deprecated use `PutFirewallConfigConditionGroup$Outbound` instead. */
3994
- export type Outbound = PutFirewallConfigConditionGroup$Outbound;
3995
- }
3996
-
3997
- export function putFirewallConfigConditionGroupToJSON(
3998
- putFirewallConfigConditionGroup: PutFirewallConfigConditionGroup,
3999
- ): string {
4000
- return JSON.stringify(
4001
- PutFirewallConfigConditionGroup$outboundSchema.parse(
4002
- putFirewallConfigConditionGroup,
4003
- ),
4004
- );
4005
- }
4006
-
4007
- export function putFirewallConfigConditionGroupFromJSON(
4008
- jsonString: string,
4009
- ): SafeParseResult<PutFirewallConfigConditionGroup, SDKValidationError> {
4010
- return safeParse(
4011
- jsonString,
4012
- (x) => PutFirewallConfigConditionGroup$inboundSchema.parse(JSON.parse(x)),
4013
- `Failed to parse 'PutFirewallConfigConditionGroup' from JSON`,
4014
- );
4015
- }
4016
-
4017
- /** @internal */
4018
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$inboundSchema:
4019
- z.ZodNativeEnum<
4020
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction
4021
- > = z.nativeEnum(
4022
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction,
4023
- );
4024
-
4025
- /** @internal */
4026
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$outboundSchema:
4027
- z.ZodNativeEnum<
4028
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction
4029
- > =
4030
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$inboundSchema;
4031
-
4032
- /**
4033
- * @internal
4034
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4035
- */
4036
- export namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$ {
4037
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$inboundSchema` instead. */
4038
- export const inboundSchema =
4039
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$inboundSchema;
4040
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$outboundSchema` instead. */
4041
- export const outboundSchema =
4042
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$outboundSchema;
4043
- }
4044
-
4045
- /** @internal */
4046
- export const PutFirewallConfigAlgo$inboundSchema: z.ZodNativeEnum<
4047
- typeof PutFirewallConfigAlgo
4048
- > = z.nativeEnum(PutFirewallConfigAlgo);
4049
-
4050
- /** @internal */
4051
- export const PutFirewallConfigAlgo$outboundSchema: z.ZodNativeEnum<
4052
- typeof PutFirewallConfigAlgo
4053
- > = PutFirewallConfigAlgo$inboundSchema;
4054
-
4055
- /**
4056
- * @internal
4057
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4058
- */
4059
- export namespace PutFirewallConfigAlgo$ {
4060
- /** @deprecated use `PutFirewallConfigAlgo$inboundSchema` instead. */
4061
- export const inboundSchema = PutFirewallConfigAlgo$inboundSchema;
4062
- /** @deprecated use `PutFirewallConfigAlgo$outboundSchema` instead. */
4063
- export const outboundSchema = PutFirewallConfigAlgo$outboundSchema;
4064
- }
4065
-
4066
- /** @internal */
4067
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$inboundSchema:
4068
- z.ZodNativeEnum<
4069
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction
4070
- > = z.nativeEnum(
4071
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction,
4072
- );
4073
-
4074
- /** @internal */
4075
- export const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$outboundSchema:
4076
- z.ZodNativeEnum<
4077
- typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction
4078
- > =
4079
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$inboundSchema;
4080
-
4081
- /**
4082
- * @internal
4083
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4084
- */
4085
- export namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$ {
4086
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$inboundSchema` instead. */
4087
- export const inboundSchema =
4088
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$inboundSchema;
4089
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$outboundSchema` instead. */
4090
- export const outboundSchema =
4091
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$outboundSchema;
4092
- }
4093
-
4094
- /** @internal */
4095
- export const PutFirewallConfigRateLimit$inboundSchema: z.ZodType<
4096
- PutFirewallConfigRateLimit,
4097
- z.ZodTypeDef,
4098
- unknown
4099
- > = z.object({
4100
- algo: PutFirewallConfigAlgo$inboundSchema,
4101
- window: z.number(),
4102
- limit: z.number(),
4103
- keys: z.array(z.string()),
4104
- action: z.nullable(
4105
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$inboundSchema,
4106
- ).optional(),
4107
- });
4108
-
4109
- /** @internal */
4110
- export type PutFirewallConfigRateLimit$Outbound = {
4111
- algo: string;
4112
- window: number;
4113
- limit: number;
4114
- keys: Array<string>;
4115
- action?: string | null | undefined;
4116
- };
4117
-
4118
- /** @internal */
4119
- export const PutFirewallConfigRateLimit$outboundSchema: z.ZodType<
4120
- PutFirewallConfigRateLimit$Outbound,
4121
- z.ZodTypeDef,
4122
- PutFirewallConfigRateLimit
4123
- > = z.object({
4124
- algo: PutFirewallConfigAlgo$outboundSchema,
4125
- window: z.number(),
4126
- limit: z.number(),
4127
- keys: z.array(z.string()),
4128
- action: z.nullable(
4129
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$outboundSchema,
4130
- ).optional(),
4131
- });
4132
-
4133
- /**
4134
- * @internal
4135
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4136
- */
4137
- export namespace PutFirewallConfigRateLimit$ {
4138
- /** @deprecated use `PutFirewallConfigRateLimit$inboundSchema` instead. */
4139
- export const inboundSchema = PutFirewallConfigRateLimit$inboundSchema;
4140
- /** @deprecated use `PutFirewallConfigRateLimit$outboundSchema` instead. */
4141
- export const outboundSchema = PutFirewallConfigRateLimit$outboundSchema;
4142
- /** @deprecated use `PutFirewallConfigRateLimit$Outbound` instead. */
4143
- export type Outbound = PutFirewallConfigRateLimit$Outbound;
4144
- }
4145
-
4146
- export function putFirewallConfigRateLimitToJSON(
4147
- putFirewallConfigRateLimit: PutFirewallConfigRateLimit,
4148
- ): string {
4149
- return JSON.stringify(
4150
- PutFirewallConfigRateLimit$outboundSchema.parse(putFirewallConfigRateLimit),
4151
- );
4152
- }
4153
-
4154
- export function putFirewallConfigRateLimitFromJSON(
4155
- jsonString: string,
4156
- ): SafeParseResult<PutFirewallConfigRateLimit, SDKValidationError> {
4157
- return safeParse(
4158
- jsonString,
4159
- (x) => PutFirewallConfigRateLimit$inboundSchema.parse(JSON.parse(x)),
4160
- `Failed to parse 'PutFirewallConfigRateLimit' from JSON`,
4161
- );
4162
- }
4163
-
4164
- /** @internal */
4165
- export const PutFirewallConfigRedirect$inboundSchema: z.ZodType<
4166
- PutFirewallConfigRedirect,
4167
- z.ZodTypeDef,
4168
- unknown
4169
- > = z.object({
4170
- location: z.string(),
4171
- permanent: z.boolean(),
4172
- });
4173
-
4174
- /** @internal */
4175
- export type PutFirewallConfigRedirect$Outbound = {
4176
- location: string;
4177
- permanent: boolean;
4178
- };
4179
-
4180
- /** @internal */
4181
- export const PutFirewallConfigRedirect$outboundSchema: z.ZodType<
4182
- PutFirewallConfigRedirect$Outbound,
4183
- z.ZodTypeDef,
4184
- PutFirewallConfigRedirect
4185
- > = z.object({
4186
- location: z.string(),
4187
- permanent: z.boolean(),
4188
- });
4189
-
4190
- /**
4191
- * @internal
4192
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4193
- */
4194
- export namespace PutFirewallConfigRedirect$ {
4195
- /** @deprecated use `PutFirewallConfigRedirect$inboundSchema` instead. */
4196
- export const inboundSchema = PutFirewallConfigRedirect$inboundSchema;
4197
- /** @deprecated use `PutFirewallConfigRedirect$outboundSchema` instead. */
4198
- export const outboundSchema = PutFirewallConfigRedirect$outboundSchema;
4199
- /** @deprecated use `PutFirewallConfigRedirect$Outbound` instead. */
4200
- export type Outbound = PutFirewallConfigRedirect$Outbound;
4201
- }
4202
-
4203
- export function putFirewallConfigRedirectToJSON(
4204
- putFirewallConfigRedirect: PutFirewallConfigRedirect,
4205
- ): string {
4206
- return JSON.stringify(
4207
- PutFirewallConfigRedirect$outboundSchema.parse(putFirewallConfigRedirect),
4208
- );
4209
- }
4210
-
4211
- export function putFirewallConfigRedirectFromJSON(
4212
- jsonString: string,
4213
- ): SafeParseResult<PutFirewallConfigRedirect, SDKValidationError> {
4214
- return safeParse(
4215
- jsonString,
4216
- (x) => PutFirewallConfigRedirect$inboundSchema.parse(JSON.parse(x)),
4217
- `Failed to parse 'PutFirewallConfigRedirect' from JSON`,
4218
- );
4219
- }
4220
-
4221
- /** @internal */
4222
- export const PutFirewallConfigMitigate$inboundSchema: z.ZodType<
4223
- PutFirewallConfigMitigate,
4224
- z.ZodTypeDef,
4225
- unknown
4226
- > = z.object({
4227
- action:
4228
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$inboundSchema,
4229
- rateLimit: z.nullable(z.lazy(() => PutFirewallConfigRateLimit$inboundSchema))
4230
- .optional(),
4231
- redirect: z.nullable(z.lazy(() => PutFirewallConfigRedirect$inboundSchema))
4232
- .optional(),
4233
- actionDuration: z.nullable(z.string()).optional(),
4234
- });
4235
-
4236
- /** @internal */
4237
- export type PutFirewallConfigMitigate$Outbound = {
4238
- action: string;
4239
- rateLimit?: PutFirewallConfigRateLimit$Outbound | null | undefined;
4240
- redirect?: PutFirewallConfigRedirect$Outbound | null | undefined;
4241
- actionDuration?: string | null | undefined;
4242
- };
4243
-
4244
- /** @internal */
4245
- export const PutFirewallConfigMitigate$outboundSchema: z.ZodType<
4246
- PutFirewallConfigMitigate$Outbound,
4247
- z.ZodTypeDef,
4248
- PutFirewallConfigMitigate
4249
- > = z.object({
4250
- action:
4251
- PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$outboundSchema,
4252
- rateLimit: z.nullable(z.lazy(() => PutFirewallConfigRateLimit$outboundSchema))
4253
- .optional(),
4254
- redirect: z.nullable(z.lazy(() => PutFirewallConfigRedirect$outboundSchema))
4255
- .optional(),
4256
- actionDuration: z.nullable(z.string()).optional(),
4257
- });
4258
-
4259
- /**
4260
- * @internal
4261
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4262
- */
4263
- export namespace PutFirewallConfigMitigate$ {
4264
- /** @deprecated use `PutFirewallConfigMitigate$inboundSchema` instead. */
4265
- export const inboundSchema = PutFirewallConfigMitigate$inboundSchema;
4266
- /** @deprecated use `PutFirewallConfigMitigate$outboundSchema` instead. */
4267
- export const outboundSchema = PutFirewallConfigMitigate$outboundSchema;
4268
- /** @deprecated use `PutFirewallConfigMitigate$Outbound` instead. */
4269
- export type Outbound = PutFirewallConfigMitigate$Outbound;
4270
- }
4271
-
4272
- export function putFirewallConfigMitigateToJSON(
4273
- putFirewallConfigMitigate: PutFirewallConfigMitigate,
4274
- ): string {
4275
- return JSON.stringify(
4276
- PutFirewallConfigMitigate$outboundSchema.parse(putFirewallConfigMitigate),
4277
- );
4278
- }
4279
-
4280
- export function putFirewallConfigMitigateFromJSON(
4281
- jsonString: string,
4282
- ): SafeParseResult<PutFirewallConfigMitigate, SDKValidationError> {
4283
- return safeParse(
4284
- jsonString,
4285
- (x) => PutFirewallConfigMitigate$inboundSchema.parse(JSON.parse(x)),
4286
- `Failed to parse 'PutFirewallConfigMitigate' from JSON`,
4287
- );
4288
- }
4289
-
4290
- /** @internal */
4291
- export const PutFirewallConfigSecurityResponseAction$inboundSchema: z.ZodType<
4292
- PutFirewallConfigSecurityResponseAction,
4293
- z.ZodTypeDef,
4294
- unknown
4295
- > = z.object({
4296
- mitigate: z.lazy(() => PutFirewallConfigMitigate$inboundSchema).optional(),
4297
- });
4298
-
4299
- /** @internal */
4300
- export type PutFirewallConfigSecurityResponseAction$Outbound = {
4301
- mitigate?: PutFirewallConfigMitigate$Outbound | undefined;
4302
- };
4303
-
4304
- /** @internal */
4305
- export const PutFirewallConfigSecurityResponseAction$outboundSchema: z.ZodType<
4306
- PutFirewallConfigSecurityResponseAction$Outbound,
4307
- z.ZodTypeDef,
4308
- PutFirewallConfigSecurityResponseAction
4309
- > = z.object({
4310
- mitigate: z.lazy(() => PutFirewallConfigMitigate$outboundSchema).optional(),
4311
- });
4312
-
4313
- /**
4314
- * @internal
4315
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4316
- */
4317
- export namespace PutFirewallConfigSecurityResponseAction$ {
4318
- /** @deprecated use `PutFirewallConfigSecurityResponseAction$inboundSchema` instead. */
4319
- export const inboundSchema =
4320
- PutFirewallConfigSecurityResponseAction$inboundSchema;
4321
- /** @deprecated use `PutFirewallConfigSecurityResponseAction$outboundSchema` instead. */
4322
- export const outboundSchema =
4323
- PutFirewallConfigSecurityResponseAction$outboundSchema;
4324
- /** @deprecated use `PutFirewallConfigSecurityResponseAction$Outbound` instead. */
4325
- export type Outbound = PutFirewallConfigSecurityResponseAction$Outbound;
4326
- }
4327
-
4328
- export function putFirewallConfigSecurityResponseActionToJSON(
4329
- putFirewallConfigSecurityResponseAction:
4330
- PutFirewallConfigSecurityResponseAction,
4331
- ): string {
4332
- return JSON.stringify(
4333
- PutFirewallConfigSecurityResponseAction$outboundSchema.parse(
4334
- putFirewallConfigSecurityResponseAction,
4335
- ),
4336
- );
4337
- }
4338
-
4339
- export function putFirewallConfigSecurityResponseActionFromJSON(
4340
- jsonString: string,
4341
- ): SafeParseResult<
4342
- PutFirewallConfigSecurityResponseAction,
4343
- SDKValidationError
4344
- > {
4345
- return safeParse(
4346
- jsonString,
4347
- (x) =>
4348
- PutFirewallConfigSecurityResponseAction$inboundSchema.parse(
4349
- JSON.parse(x),
4350
- ),
4351
- `Failed to parse 'PutFirewallConfigSecurityResponseAction' from JSON`,
4352
- );
4353
- }
4354
-
4355
- /** @internal */
4356
- export const PutFirewallConfigRules$inboundSchema: z.ZodType<
4357
- PutFirewallConfigRules,
4358
- z.ZodTypeDef,
4359
- unknown
4360
- > = z.object({
4361
- id: z.string(),
4362
- name: z.string(),
4363
- description: z.string().optional(),
4364
- active: z.boolean(),
4365
- conditionGroup: z.array(
4366
- z.lazy(() => PutFirewallConfigConditionGroup$inboundSchema),
4367
- ),
4368
- action: z.lazy(() => PutFirewallConfigSecurityResponseAction$inboundSchema),
4369
- });
4370
-
4371
- /** @internal */
4372
- export type PutFirewallConfigRules$Outbound = {
4373
- id: string;
4374
- name: string;
4375
- description?: string | undefined;
4376
- active: boolean;
4377
- conditionGroup: Array<PutFirewallConfigConditionGroup$Outbound>;
4378
- action: PutFirewallConfigSecurityResponseAction$Outbound;
4379
- };
4380
-
4381
- /** @internal */
4382
- export const PutFirewallConfigRules$outboundSchema: z.ZodType<
4383
- PutFirewallConfigRules$Outbound,
4384
- z.ZodTypeDef,
4385
- PutFirewallConfigRules
4386
- > = z.object({
4387
- id: z.string(),
4388
- name: z.string(),
4389
- description: z.string().optional(),
4390
- active: z.boolean(),
4391
- conditionGroup: z.array(
4392
- z.lazy(() => PutFirewallConfigConditionGroup$outboundSchema),
4393
- ),
4394
- action: z.lazy(() => PutFirewallConfigSecurityResponseAction$outboundSchema),
4395
- });
4396
-
4397
- /**
4398
- * @internal
4399
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4400
- */
4401
- export namespace PutFirewallConfigRules$ {
4402
- /** @deprecated use `PutFirewallConfigRules$inboundSchema` instead. */
4403
- export const inboundSchema = PutFirewallConfigRules$inboundSchema;
4404
- /** @deprecated use `PutFirewallConfigRules$outboundSchema` instead. */
4405
- export const outboundSchema = PutFirewallConfigRules$outboundSchema;
4406
- /** @deprecated use `PutFirewallConfigRules$Outbound` instead. */
4407
- export type Outbound = PutFirewallConfigRules$Outbound;
4408
- }
4409
-
4410
- export function putFirewallConfigRulesToJSON(
4411
- putFirewallConfigRules: PutFirewallConfigRules,
4412
- ): string {
4413
- return JSON.stringify(
4414
- PutFirewallConfigRules$outboundSchema.parse(putFirewallConfigRules),
4415
- );
4416
- }
4417
-
4418
- export function putFirewallConfigRulesFromJSON(
4419
- jsonString: string,
4420
- ): SafeParseResult<PutFirewallConfigRules, SDKValidationError> {
4421
- return safeParse(
4422
- jsonString,
4423
- (x) => PutFirewallConfigRules$inboundSchema.parse(JSON.parse(x)),
4424
- `Failed to parse 'PutFirewallConfigRules' from JSON`,
4425
- );
4426
- }
4427
-
4428
- /** @internal */
4429
- export const PutFirewallConfigSecurityResponse200Action$inboundSchema:
4430
- z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200Action> = z
4431
- .nativeEnum(PutFirewallConfigSecurityResponse200Action);
4432
-
4433
- /** @internal */
4434
- export const PutFirewallConfigSecurityResponse200Action$outboundSchema:
4435
- z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200Action> =
4436
- PutFirewallConfigSecurityResponse200Action$inboundSchema;
4437
-
4438
- /**
4439
- * @internal
4440
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4441
- */
4442
- export namespace PutFirewallConfigSecurityResponse200Action$ {
4443
- /** @deprecated use `PutFirewallConfigSecurityResponse200Action$inboundSchema` instead. */
4444
- export const inboundSchema =
4445
- PutFirewallConfigSecurityResponse200Action$inboundSchema;
4446
- /** @deprecated use `PutFirewallConfigSecurityResponse200Action$outboundSchema` instead. */
4447
- export const outboundSchema =
4448
- PutFirewallConfigSecurityResponse200Action$outboundSchema;
4449
- }
4450
-
4451
- /** @internal */
4452
- export const PutFirewallConfigIps$inboundSchema: z.ZodType<
4453
- PutFirewallConfigIps,
4454
- z.ZodTypeDef,
4455
- unknown
4456
- > = z.object({
4457
- id: z.string(),
4458
- hostname: z.string(),
4459
- ip: z.string(),
4460
- notes: z.string().optional(),
4461
- action: PutFirewallConfigSecurityResponse200Action$inboundSchema,
4462
- });
4463
-
4464
- /** @internal */
4465
- export type PutFirewallConfigIps$Outbound = {
4466
- id: string;
4467
- hostname: string;
4468
- ip: string;
4469
- notes?: string | undefined;
4470
- action: string;
4471
- };
4472
-
4473
- /** @internal */
4474
- export const PutFirewallConfigIps$outboundSchema: z.ZodType<
4475
- PutFirewallConfigIps$Outbound,
4476
- z.ZodTypeDef,
4477
- PutFirewallConfigIps
4478
- > = z.object({
4479
- id: z.string(),
4480
- hostname: z.string(),
4481
- ip: z.string(),
4482
- notes: z.string().optional(),
4483
- action: PutFirewallConfigSecurityResponse200Action$outboundSchema,
4484
- });
4485
-
4486
- /**
4487
- * @internal
4488
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4489
- */
4490
- export namespace PutFirewallConfigIps$ {
4491
- /** @deprecated use `PutFirewallConfigIps$inboundSchema` instead. */
4492
- export const inboundSchema = PutFirewallConfigIps$inboundSchema;
4493
- /** @deprecated use `PutFirewallConfigIps$outboundSchema` instead. */
4494
- export const outboundSchema = PutFirewallConfigIps$outboundSchema;
4495
- /** @deprecated use `PutFirewallConfigIps$Outbound` instead. */
4496
- export type Outbound = PutFirewallConfigIps$Outbound;
4497
- }
4498
-
4499
- export function putFirewallConfigIpsToJSON(
4500
- putFirewallConfigIps: PutFirewallConfigIps,
4501
- ): string {
4502
- return JSON.stringify(
4503
- PutFirewallConfigIps$outboundSchema.parse(putFirewallConfigIps),
4504
- );
4505
- }
4506
-
4507
- export function putFirewallConfigIpsFromJSON(
4508
- jsonString: string,
4509
- ): SafeParseResult<PutFirewallConfigIps, SDKValidationError> {
4510
- return safeParse(
4511
- jsonString,
4512
- (x) => PutFirewallConfigIps$inboundSchema.parse(JSON.parse(x)),
4513
- `Failed to parse 'PutFirewallConfigIps' from JSON`,
4514
- );
4515
- }
4516
-
4517
- /** @internal */
4518
- export const PutFirewallConfigChanges$inboundSchema: z.ZodType<
4519
- PutFirewallConfigChanges,
4520
- z.ZodTypeDef,
4521
- unknown
4522
- > = z.object({});
4523
-
4524
- /** @internal */
4525
- export type PutFirewallConfigChanges$Outbound = {};
4526
-
4527
- /** @internal */
4528
- export const PutFirewallConfigChanges$outboundSchema: z.ZodType<
4529
- PutFirewallConfigChanges$Outbound,
4530
- z.ZodTypeDef,
4531
- PutFirewallConfigChanges
4532
- > = z.object({});
4533
-
4534
- /**
4535
- * @internal
4536
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4537
- */
4538
- export namespace PutFirewallConfigChanges$ {
4539
- /** @deprecated use `PutFirewallConfigChanges$inboundSchema` instead. */
4540
- export const inboundSchema = PutFirewallConfigChanges$inboundSchema;
4541
- /** @deprecated use `PutFirewallConfigChanges$outboundSchema` instead. */
4542
- export const outboundSchema = PutFirewallConfigChanges$outboundSchema;
4543
- /** @deprecated use `PutFirewallConfigChanges$Outbound` instead. */
4544
- export type Outbound = PutFirewallConfigChanges$Outbound;
4545
- }
4546
-
4547
- export function putFirewallConfigChangesToJSON(
4548
- putFirewallConfigChanges: PutFirewallConfigChanges,
4549
- ): string {
4550
- return JSON.stringify(
4551
- PutFirewallConfigChanges$outboundSchema.parse(putFirewallConfigChanges),
4552
- );
4553
- }
4554
-
4555
- export function putFirewallConfigChangesFromJSON(
4556
- jsonString: string,
4557
- ): SafeParseResult<PutFirewallConfigChanges, SDKValidationError> {
4558
- return safeParse(
4559
- jsonString,
4560
- (x) => PutFirewallConfigChanges$inboundSchema.parse(JSON.parse(x)),
4561
- `Failed to parse 'PutFirewallConfigChanges' from JSON`,
4562
- );
4563
- }
4564
-
4565
- /** @internal */
4566
- export const PutFirewallConfigOwasp$inboundSchema: z.ZodType<
4567
- PutFirewallConfigOwasp,
4568
- z.ZodTypeDef,
4569
- unknown
4570
- > = z.object({
4571
- active: z.boolean(),
4572
- updatedAt: z.string().optional(),
4573
- userId: z.string().optional(),
4574
- username: z.string().optional(),
4575
- });
4576
-
4577
- /** @internal */
4578
- export type PutFirewallConfigOwasp$Outbound = {
4579
- active: boolean;
4580
- updatedAt?: string | undefined;
4581
- userId?: string | undefined;
4582
- username?: string | undefined;
4583
- };
4584
-
4585
- /** @internal */
4586
- export const PutFirewallConfigOwasp$outboundSchema: z.ZodType<
4587
- PutFirewallConfigOwasp$Outbound,
4588
- z.ZodTypeDef,
4589
- PutFirewallConfigOwasp
4590
- > = z.object({
4591
- active: z.boolean(),
4592
- updatedAt: z.string().optional(),
4593
- userId: z.string().optional(),
4594
- username: z.string().optional(),
4595
- });
4596
-
4597
- /**
4598
- * @internal
4599
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4600
- */
4601
- export namespace PutFirewallConfigOwasp$ {
4602
- /** @deprecated use `PutFirewallConfigOwasp$inboundSchema` instead. */
4603
- export const inboundSchema = PutFirewallConfigOwasp$inboundSchema;
4604
- /** @deprecated use `PutFirewallConfigOwasp$outboundSchema` instead. */
4605
- export const outboundSchema = PutFirewallConfigOwasp$outboundSchema;
4606
- /** @deprecated use `PutFirewallConfigOwasp$Outbound` instead. */
4607
- export type Outbound = PutFirewallConfigOwasp$Outbound;
4608
- }
4609
-
4610
- export function putFirewallConfigOwaspToJSON(
4611
- putFirewallConfigOwasp: PutFirewallConfigOwasp,
4612
- ): string {
4613
- return JSON.stringify(
4614
- PutFirewallConfigOwasp$outboundSchema.parse(putFirewallConfigOwasp),
4615
- );
4616
- }
4617
-
4618
- export function putFirewallConfigOwaspFromJSON(
4619
- jsonString: string,
4620
- ): SafeParseResult<PutFirewallConfigOwasp, SDKValidationError> {
4621
- return safeParse(
4622
- jsonString,
4623
- (x) => PutFirewallConfigOwasp$inboundSchema.parse(JSON.parse(x)),
4624
- `Failed to parse 'PutFirewallConfigOwasp' from JSON`,
4625
- );
4626
- }
4627
-
4628
- /** @internal */
4629
- export const PutFirewallConfigVerifiedBotsBypass$inboundSchema: z.ZodType<
4630
- PutFirewallConfigVerifiedBotsBypass,
4631
- z.ZodTypeDef,
4632
- unknown
4633
- > = z.object({
4634
- active: z.boolean(),
4635
- updatedAt: z.string().optional(),
4636
- userId: z.string().optional(),
4637
- username: z.string().optional(),
4638
- });
4639
-
4640
- /** @internal */
4641
- export type PutFirewallConfigVerifiedBotsBypass$Outbound = {
4642
- active: boolean;
4643
- updatedAt?: string | undefined;
4644
- userId?: string | undefined;
4645
- username?: string | undefined;
4646
- };
4647
-
4648
- /** @internal */
4649
- export const PutFirewallConfigVerifiedBotsBypass$outboundSchema: z.ZodType<
4650
- PutFirewallConfigVerifiedBotsBypass$Outbound,
4651
- z.ZodTypeDef,
4652
- PutFirewallConfigVerifiedBotsBypass
4653
- > = z.object({
4654
- active: z.boolean(),
4655
- updatedAt: z.string().optional(),
4656
- userId: z.string().optional(),
4657
- username: z.string().optional(),
4658
- });
4659
-
4660
- /**
4661
- * @internal
4662
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4663
- */
4664
- export namespace PutFirewallConfigVerifiedBotsBypass$ {
4665
- /** @deprecated use `PutFirewallConfigVerifiedBotsBypass$inboundSchema` instead. */
4666
- export const inboundSchema =
4667
- PutFirewallConfigVerifiedBotsBypass$inboundSchema;
4668
- /** @deprecated use `PutFirewallConfigVerifiedBotsBypass$outboundSchema` instead. */
4669
- export const outboundSchema =
4670
- PutFirewallConfigVerifiedBotsBypass$outboundSchema;
4671
- /** @deprecated use `PutFirewallConfigVerifiedBotsBypass$Outbound` instead. */
4672
- export type Outbound = PutFirewallConfigVerifiedBotsBypass$Outbound;
4673
- }
4674
-
4675
- export function putFirewallConfigVerifiedBotsBypassToJSON(
4676
- putFirewallConfigVerifiedBotsBypass: PutFirewallConfigVerifiedBotsBypass,
4677
- ): string {
4678
- return JSON.stringify(
4679
- PutFirewallConfigVerifiedBotsBypass$outboundSchema.parse(
4680
- putFirewallConfigVerifiedBotsBypass,
4681
- ),
4682
- );
4683
- }
4684
-
4685
- export function putFirewallConfigVerifiedBotsBypassFromJSON(
4686
- jsonString: string,
4687
- ): SafeParseResult<PutFirewallConfigVerifiedBotsBypass, SDKValidationError> {
4688
- return safeParse(
4689
- jsonString,
4690
- (x) =>
4691
- PutFirewallConfigVerifiedBotsBypass$inboundSchema.parse(JSON.parse(x)),
4692
- `Failed to parse 'PutFirewallConfigVerifiedBotsBypass' from JSON`,
4693
- );
4694
- }
4695
-
4696
- /** @internal */
4697
- export const PutFirewallConfigManagedRules$inboundSchema: z.ZodType<
4698
- PutFirewallConfigManagedRules,
4699
- z.ZodTypeDef,
4700
- unknown
4701
- > = z.object({
4702
- owasp: z.lazy(() => PutFirewallConfigOwasp$inboundSchema).optional(),
4703
- verifiedBotsBypass: z.lazy(() =>
4704
- PutFirewallConfigVerifiedBotsBypass$inboundSchema
4705
- ).optional(),
4706
- });
4707
-
4708
- /** @internal */
4709
- export type PutFirewallConfigManagedRules$Outbound = {
4710
- owasp?: PutFirewallConfigOwasp$Outbound | undefined;
4711
- verifiedBotsBypass?: PutFirewallConfigVerifiedBotsBypass$Outbound | undefined;
4712
- };
4713
-
4714
- /** @internal */
4715
- export const PutFirewallConfigManagedRules$outboundSchema: z.ZodType<
4716
- PutFirewallConfigManagedRules$Outbound,
4717
- z.ZodTypeDef,
4718
- PutFirewallConfigManagedRules
4719
- > = z.object({
4720
- owasp: z.lazy(() => PutFirewallConfigOwasp$outboundSchema).optional(),
4721
- verifiedBotsBypass: z.lazy(() =>
4722
- PutFirewallConfigVerifiedBotsBypass$outboundSchema
4723
- ).optional(),
4724
- });
4725
-
4726
- /**
4727
- * @internal
4728
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4729
- */
4730
- export namespace PutFirewallConfigManagedRules$ {
4731
- /** @deprecated use `PutFirewallConfigManagedRules$inboundSchema` instead. */
4732
- export const inboundSchema = PutFirewallConfigManagedRules$inboundSchema;
4733
- /** @deprecated use `PutFirewallConfigManagedRules$outboundSchema` instead. */
4734
- export const outboundSchema = PutFirewallConfigManagedRules$outboundSchema;
4735
- /** @deprecated use `PutFirewallConfigManagedRules$Outbound` instead. */
4736
- export type Outbound = PutFirewallConfigManagedRules$Outbound;
4737
- }
4738
-
4739
- export function putFirewallConfigManagedRulesToJSON(
4740
- putFirewallConfigManagedRules: PutFirewallConfigManagedRules,
4741
- ): string {
4742
- return JSON.stringify(
4743
- PutFirewallConfigManagedRules$outboundSchema.parse(
4744
- putFirewallConfigManagedRules,
4745
- ),
4746
- );
4747
- }
4748
-
4749
- export function putFirewallConfigManagedRulesFromJSON(
4750
- jsonString: string,
4751
- ): SafeParseResult<PutFirewallConfigManagedRules, SDKValidationError> {
4752
- return safeParse(
4753
- jsonString,
4754
- (x) => PutFirewallConfigManagedRules$inboundSchema.parse(JSON.parse(x)),
4755
- `Failed to parse 'PutFirewallConfigManagedRules' from JSON`,
4756
- );
4757
- }
4758
-
4759
- /** @internal */
4760
- export const Active$inboundSchema: z.ZodType<Active, z.ZodTypeDef, unknown> = z
4761
- .object({
4762
- ownerId: z.string(),
4763
- projectKey: z.string(),
4764
- id: z.string(),
4765
- version: z.number(),
4766
- updatedAt: z.string(),
4767
- firewallEnabled: z.boolean(),
4768
- crs: z.lazy(() => PutFirewallConfigCrs$inboundSchema),
4769
- rules: z.array(z.lazy(() => PutFirewallConfigRules$inboundSchema)),
4770
- ips: z.array(z.lazy(() => PutFirewallConfigIps$inboundSchema)),
4771
- changes: z.array(z.lazy(() => PutFirewallConfigChanges$inboundSchema)),
4772
- managedRules: z.lazy(() => PutFirewallConfigManagedRules$inboundSchema)
4773
- .optional(),
4774
- });
4775
-
4776
- /** @internal */
4777
- export type Active$Outbound = {
4778
- ownerId: string;
4779
- projectKey: string;
4780
- id: string;
4781
- version: number;
4782
- updatedAt: string;
4783
- firewallEnabled: boolean;
4784
- crs: PutFirewallConfigCrs$Outbound;
4785
- rules: Array<PutFirewallConfigRules$Outbound>;
4786
- ips: Array<PutFirewallConfigIps$Outbound>;
4787
- changes: Array<PutFirewallConfigChanges$Outbound>;
4788
- managedRules?: PutFirewallConfigManagedRules$Outbound | undefined;
4789
- };
4790
-
4791
- /** @internal */
4792
- export const Active$outboundSchema: z.ZodType<
4793
- Active$Outbound,
4794
- z.ZodTypeDef,
4795
- Active
4796
- > = z.object({
4797
- ownerId: z.string(),
4798
- projectKey: z.string(),
4799
- id: z.string(),
4800
- version: z.number(),
4801
- updatedAt: z.string(),
4802
- firewallEnabled: z.boolean(),
4803
- crs: z.lazy(() => PutFirewallConfigCrs$outboundSchema),
4804
- rules: z.array(z.lazy(() => PutFirewallConfigRules$outboundSchema)),
4805
- ips: z.array(z.lazy(() => PutFirewallConfigIps$outboundSchema)),
4806
- changes: z.array(z.lazy(() => PutFirewallConfigChanges$outboundSchema)),
4807
- managedRules: z.lazy(() => PutFirewallConfigManagedRules$outboundSchema)
4808
- .optional(),
4809
- });
4810
-
4811
- /**
4812
- * @internal
4813
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4814
- */
4815
- export namespace Active$ {
4816
- /** @deprecated use `Active$inboundSchema` instead. */
4817
- export const inboundSchema = Active$inboundSchema;
4818
- /** @deprecated use `Active$outboundSchema` instead. */
4819
- export const outboundSchema = Active$outboundSchema;
4820
- /** @deprecated use `Active$Outbound` instead. */
4821
- export type Outbound = Active$Outbound;
4822
- }
4823
-
4824
- export function activeToJSON(active: Active): string {
4825
- return JSON.stringify(Active$outboundSchema.parse(active));
4826
- }
4827
-
4828
- export function activeFromJSON(
4829
- jsonString: string,
4830
- ): SafeParseResult<Active, SDKValidationError> {
4831
- return safeParse(
4832
- jsonString,
4833
- (x) => Active$inboundSchema.parse(JSON.parse(x)),
4834
- `Failed to parse 'Active' from JSON`,
4835
- );
4836
- }
4837
-
4838
- /** @internal */
4839
- export const PutFirewallConfigResponseBody$inboundSchema: z.ZodType<
4840
- PutFirewallConfigResponseBody,
4841
- z.ZodTypeDef,
4842
- unknown
4843
- > = z.object({
4844
- active: z.lazy(() => Active$inboundSchema),
4845
- });
4846
-
4847
- /** @internal */
4848
- export type PutFirewallConfigResponseBody$Outbound = {
4849
- active: Active$Outbound;
4850
- };
4851
-
4852
- /** @internal */
4853
- export const PutFirewallConfigResponseBody$outboundSchema: z.ZodType<
4854
- PutFirewallConfigResponseBody$Outbound,
4855
- z.ZodTypeDef,
4856
- PutFirewallConfigResponseBody
4857
- > = z.object({
4858
- active: z.lazy(() => Active$outboundSchema),
4859
- });
4860
-
4861
- /**
4862
- * @internal
4863
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4864
- */
4865
- export namespace PutFirewallConfigResponseBody$ {
4866
- /** @deprecated use `PutFirewallConfigResponseBody$inboundSchema` instead. */
4867
- export const inboundSchema = PutFirewallConfigResponseBody$inboundSchema;
4868
- /** @deprecated use `PutFirewallConfigResponseBody$outboundSchema` instead. */
4869
- export const outboundSchema = PutFirewallConfigResponseBody$outboundSchema;
4870
- /** @deprecated use `PutFirewallConfigResponseBody$Outbound` instead. */
4871
- export type Outbound = PutFirewallConfigResponseBody$Outbound;
4872
- }
4873
-
4874
- export function putFirewallConfigResponseBodyToJSON(
4875
- putFirewallConfigResponseBody: PutFirewallConfigResponseBody,
4876
- ): string {
4877
- return JSON.stringify(
4878
- PutFirewallConfigResponseBody$outboundSchema.parse(
4879
- putFirewallConfigResponseBody,
4880
- ),
4881
- );
4882
- }
4883
-
4884
- export function putFirewallConfigResponseBodyFromJSON(
4885
- jsonString: string,
4886
- ): SafeParseResult<PutFirewallConfigResponseBody, SDKValidationError> {
4887
- return safeParse(
4888
- jsonString,
4889
- (x) => PutFirewallConfigResponseBody$inboundSchema.parse(JSON.parse(x)),
4890
- `Failed to parse 'PutFirewallConfigResponseBody' from JSON`,
4891
- );
4892
- }