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