@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,2830 +0,0 @@
1
- import * as z from "zod";
2
- import { ClosedEnum } from "../types/enums.js";
3
- import { Result as SafeParseResult } from "../types/fp.js";
4
- import { SDKValidationError } from "./sdkvalidationerror.js";
5
- export type Owasp = {
6
- active: boolean;
7
- };
8
- export type ManagedRules = {
9
- owasp: Owasp;
10
- };
11
- export declare const PutFirewallConfigAction: {
12
- readonly Deny: "deny";
13
- readonly Log: "log";
14
- };
15
- export type PutFirewallConfigAction = ClosedEnum<typeof PutFirewallConfigAction>;
16
- /**
17
- * Scanner Detection - Detect and prevent reconnaissance activities from network scanning tools.
18
- */
19
- export type Sd = {
20
- active: boolean;
21
- action: PutFirewallConfigAction;
22
- };
23
- export declare const PutFirewallConfigSecurityAction: {
24
- readonly Deny: "deny";
25
- readonly Log: "log";
26
- };
27
- export type PutFirewallConfigSecurityAction = ClosedEnum<typeof PutFirewallConfigSecurityAction>;
28
- /**
29
- * Multipart Attack - Block attempts to bypass security controls using multipart/form-data encoding.
30
- */
31
- export type Ma = {
32
- active: boolean;
33
- action: PutFirewallConfigSecurityAction;
34
- };
35
- export declare const PutFirewallConfigSecurityRequestAction: {
36
- readonly Deny: "deny";
37
- readonly Log: "log";
38
- };
39
- export type PutFirewallConfigSecurityRequestAction = ClosedEnum<typeof PutFirewallConfigSecurityRequestAction>;
40
- /**
41
- * Local File Inclusion Attack - Prevent unauthorized access to local files through web applications.
42
- */
43
- export type Lfi = {
44
- active: boolean;
45
- action: PutFirewallConfigSecurityRequestAction;
46
- };
47
- export declare const PutFirewallConfigSecurityRequestRequestBodyAction: {
48
- readonly Deny: "deny";
49
- readonly Log: "log";
50
- };
51
- export type PutFirewallConfigSecurityRequestRequestBodyAction = ClosedEnum<typeof PutFirewallConfigSecurityRequestRequestBodyAction>;
52
- /**
53
- * Remote File Inclusion Attack - Prohibit unauthorized upload or execution of remote files.
54
- */
55
- export type Rfi = {
56
- active: boolean;
57
- action: PutFirewallConfigSecurityRequestRequestBodyAction;
58
- };
59
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsAction: {
60
- readonly Deny: "deny";
61
- readonly Log: "log";
62
- };
63
- export type PutFirewallConfigSecurityRequestRequestBodyCrsAction = ClosedEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsAction>;
64
- /**
65
- * Remote Execution Attack - Prevent unauthorized execution of remote scripts or commands.
66
- */
67
- export type Rce = {
68
- active: boolean;
69
- action: PutFirewallConfigSecurityRequestRequestBodyCrsAction;
70
- };
71
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction: {
72
- readonly Deny: "deny";
73
- readonly Log: "log";
74
- };
75
- export type PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction = ClosedEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction>;
76
- /**
77
- * PHP Attack - Safeguard against vulnerability exploits in PHP-based applications.
78
- */
79
- export type Php = {
80
- active: boolean;
81
- action: PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction;
82
- };
83
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsGenAction: {
84
- readonly Deny: "deny";
85
- readonly Log: "log";
86
- };
87
- export type PutFirewallConfigSecurityRequestRequestBodyCrsGenAction = ClosedEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsGenAction>;
88
- /**
89
- * Generic Attack - Provide broad protection from various undefined or novel attack vectors.
90
- */
91
- export type Gen = {
92
- active: boolean;
93
- action: PutFirewallConfigSecurityRequestRequestBodyCrsGenAction;
94
- };
95
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsXssAction: {
96
- readonly Deny: "deny";
97
- readonly Log: "log";
98
- };
99
- export type PutFirewallConfigSecurityRequestRequestBodyCrsXssAction = ClosedEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsXssAction>;
100
- /**
101
- * XSS Attack - Prevent injection of malicious scripts into trusted webpages.
102
- */
103
- export type Xss = {
104
- active: boolean;
105
- action: PutFirewallConfigSecurityRequestRequestBodyCrsXssAction;
106
- };
107
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction: {
108
- readonly Deny: "deny";
109
- readonly Log: "log";
110
- };
111
- export type PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction = ClosedEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction>;
112
- /**
113
- * SQL Injection Attack - Prohibit unauthorized use of SQL commands to manipulate databases.
114
- */
115
- export type Sqli = {
116
- active: boolean;
117
- action: PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction;
118
- };
119
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsSfAction: {
120
- readonly Deny: "deny";
121
- readonly Log: "log";
122
- };
123
- export type PutFirewallConfigSecurityRequestRequestBodyCrsSfAction = ClosedEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsSfAction>;
124
- /**
125
- * Session Fixation Attack - Prevent unauthorized takeover of user sessions by enforcing unique session IDs.
126
- */
127
- export type Sf = {
128
- active: boolean;
129
- action: PutFirewallConfigSecurityRequestRequestBodyCrsSfAction;
130
- };
131
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction: {
132
- readonly Deny: "deny";
133
- readonly Log: "log";
134
- };
135
- export type PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction = ClosedEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction>;
136
- /**
137
- * Java Attack - Mitigate risks of exploitation targeting Java-based applications or components.
138
- */
139
- export type Java = {
140
- active: boolean;
141
- action: PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction;
142
- };
143
- /**
144
- * Custom Ruleset
145
- */
146
- export type Crs = {
147
- /**
148
- * Scanner Detection - Detect and prevent reconnaissance activities from network scanning tools.
149
- */
150
- sd?: Sd | undefined;
151
- /**
152
- * Multipart Attack - Block attempts to bypass security controls using multipart/form-data encoding.
153
- */
154
- ma?: Ma | undefined;
155
- /**
156
- * Local File Inclusion Attack - Prevent unauthorized access to local files through web applications.
157
- */
158
- lfi?: Lfi | undefined;
159
- /**
160
- * Remote File Inclusion Attack - Prohibit unauthorized upload or execution of remote files.
161
- */
162
- rfi?: Rfi | undefined;
163
- /**
164
- * Remote Execution Attack - Prevent unauthorized execution of remote scripts or commands.
165
- */
166
- rce?: Rce | undefined;
167
- /**
168
- * PHP Attack - Safeguard against vulnerability exploits in PHP-based applications.
169
- */
170
- php?: Php | undefined;
171
- /**
172
- * Generic Attack - Provide broad protection from various undefined or novel attack vectors.
173
- */
174
- gen?: Gen | undefined;
175
- /**
176
- * XSS Attack - Prevent injection of malicious scripts into trusted webpages.
177
- */
178
- xss?: Xss | undefined;
179
- /**
180
- * SQL Injection Attack - Prohibit unauthorized use of SQL commands to manipulate databases.
181
- */
182
- sqli?: Sqli | undefined;
183
- /**
184
- * Session Fixation Attack - Prevent unauthorized takeover of user sessions by enforcing unique session IDs.
185
- */
186
- sf?: Sf | undefined;
187
- /**
188
- * Java Attack - Mitigate risks of exploitation targeting Java-based applications or components.
189
- */
190
- java?: Java | undefined;
191
- };
192
- /**
193
- * [Parameter](https://vercel.com/docs/security/vercel-waf/rule-configuration#parameters) from the incoming traffic.
194
- */
195
- export declare const PutFirewallConfigType: {
196
- readonly Host: "host";
197
- readonly Path: "path";
198
- readonly Method: "method";
199
- readonly Header: "header";
200
- readonly Query: "query";
201
- readonly Cookie: "cookie";
202
- readonly TargetPath: "target_path";
203
- readonly RawPath: "raw_path";
204
- readonly IpAddress: "ip_address";
205
- readonly Region: "region";
206
- readonly Protocol: "protocol";
207
- readonly Scheme: "scheme";
208
- readonly Environment: "environment";
209
- readonly UserAgent: "user_agent";
210
- readonly GeoContinent: "geo_continent";
211
- readonly GeoCountry: "geo_country";
212
- readonly GeoCountryRegion: "geo_country_region";
213
- readonly GeoCity: "geo_city";
214
- readonly GeoAsNumber: "geo_as_number";
215
- readonly Ja4Digest: "ja4_digest";
216
- readonly Ja3Digest: "ja3_digest";
217
- readonly RateLimitApiId: "rate_limit_api_id";
218
- };
219
- /**
220
- * [Parameter](https://vercel.com/docs/security/vercel-waf/rule-configuration#parameters) from the incoming traffic.
221
- */
222
- export type PutFirewallConfigType = ClosedEnum<typeof PutFirewallConfigType>;
223
- /**
224
- * [Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value.
225
- */
226
- export declare const Op: {
227
- readonly Re: "re";
228
- readonly Eq: "eq";
229
- readonly Neq: "neq";
230
- readonly Ex: "ex";
231
- readonly Nex: "nex";
232
- readonly Inc: "inc";
233
- readonly Ninc: "ninc";
234
- readonly Pre: "pre";
235
- readonly Suf: "suf";
236
- readonly Sub: "sub";
237
- readonly Gt: "gt";
238
- readonly Gte: "gte";
239
- readonly Lt: "lt";
240
- readonly Lte: "lte";
241
- };
242
- /**
243
- * [Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value.
244
- */
245
- export type Op = ClosedEnum<typeof Op>;
246
- export type PutFirewallConfigValue = string | Array<string> | number;
247
- export type Conditions = {
248
- /**
249
- * [Parameter](https://vercel.com/docs/security/vercel-waf/rule-configuration#parameters) from the incoming traffic.
250
- */
251
- type: PutFirewallConfigType;
252
- /**
253
- * [Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value.
254
- */
255
- op: Op;
256
- neg?: boolean | undefined;
257
- key?: string | undefined;
258
- value?: string | Array<string> | number | undefined;
259
- };
260
- export type ConditionGroup = {
261
- conditions: Array<Conditions>;
262
- };
263
- export declare const PutFirewallConfigSecurityRequestRequestBodyRulesActionAction: {
264
- readonly Log: "log";
265
- readonly Challenge: "challenge";
266
- readonly Deny: "deny";
267
- readonly Bypass: "bypass";
268
- readonly RateLimit: "rate_limit";
269
- readonly Redirect: "redirect";
270
- };
271
- export type PutFirewallConfigSecurityRequestRequestBodyRulesActionAction = ClosedEnum<typeof PutFirewallConfigSecurityRequestRequestBodyRulesActionAction>;
272
- export declare const Algo: {
273
- readonly FixedWindow: "fixed_window";
274
- readonly TokenBucket: "token_bucket";
275
- };
276
- export type Algo = ClosedEnum<typeof Algo>;
277
- export declare const Action1: {
278
- readonly Log: "log";
279
- readonly Challenge: "challenge";
280
- readonly Deny: "deny";
281
- readonly RateLimit: "rate_limit";
282
- };
283
- export type Action1 = ClosedEnum<typeof Action1>;
284
- export type RateLimitAction = Action1 | any;
285
- export type RateLimit1 = {
286
- algo: Algo;
287
- window: number;
288
- limit: number;
289
- keys: Array<string>;
290
- action?: Action1 | any | null | undefined;
291
- };
292
- export type RateLimit = RateLimit1 | any;
293
- export type Redirect1 = {
294
- location: string;
295
- permanent: boolean;
296
- };
297
- export type Redirect = Redirect1 | any;
298
- export type Mitigate = {
299
- action: PutFirewallConfigSecurityRequestRequestBodyRulesActionAction;
300
- rateLimit?: RateLimit1 | any | null | undefined;
301
- redirect?: Redirect1 | any | null | undefined;
302
- actionDuration?: string | null | undefined;
303
- };
304
- export type PutFirewallConfigSecurityRequestRequestBodyRulesAction = {
305
- mitigate?: Mitigate | undefined;
306
- };
307
- export type Rules = {
308
- id?: string | undefined;
309
- name: string;
310
- description?: string | undefined;
311
- active: boolean;
312
- conditionGroup: Array<ConditionGroup>;
313
- action: PutFirewallConfigSecurityRequestRequestBodyRulesAction;
314
- };
315
- export declare const PutFirewallConfigSecurityRequestRequestBodyIpsAction: {
316
- readonly Deny: "deny";
317
- readonly Challenge: "challenge";
318
- readonly Log: "log";
319
- readonly Bypass: "bypass";
320
- };
321
- export type PutFirewallConfigSecurityRequestRequestBodyIpsAction = ClosedEnum<typeof PutFirewallConfigSecurityRequestRequestBodyIpsAction>;
322
- export type Ips = {
323
- id?: string | undefined;
324
- hostname: string;
325
- ip: string;
326
- notes?: string | undefined;
327
- action: PutFirewallConfigSecurityRequestRequestBodyIpsAction;
328
- };
329
- export type PutFirewallConfigRequestBody = {
330
- firewallEnabled: boolean;
331
- managedRules?: ManagedRules | undefined;
332
- /**
333
- * Custom Ruleset
334
- */
335
- crs?: Crs | undefined;
336
- rules?: Array<Rules> | undefined;
337
- ips?: Array<Ips> | undefined;
338
- };
339
- export type PutFirewallConfigRequest = {
340
- projectId: string;
341
- /**
342
- * The Team identifier to perform the request on behalf of.
343
- */
344
- teamId?: string | undefined;
345
- /**
346
- * The Team slug to perform the request on behalf of.
347
- */
348
- slug?: string | undefined;
349
- requestBody: PutFirewallConfigRequestBody;
350
- };
351
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction: {
352
- readonly Deny: "deny";
353
- readonly Log: "log";
354
- };
355
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction = ClosedEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction>;
356
- /**
357
- * Scanner Detection - Detect and prevent reconnaissance activities from network scanning tools.
358
- */
359
- export type PutFirewallConfigSd = {
360
- active: boolean;
361
- action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction;
362
- };
363
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction: {
364
- readonly Deny: "deny";
365
- readonly Log: "log";
366
- };
367
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction = ClosedEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction>;
368
- /**
369
- * Multipart Attack - Block attempts to bypass security controls using multipart/form-data encoding.
370
- */
371
- export type PutFirewallConfigMa = {
372
- active: boolean;
373
- action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction;
374
- };
375
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONAction: {
376
- readonly Deny: "deny";
377
- readonly Log: "log";
378
- };
379
- export type PutFirewallConfigSecurityResponse200ApplicationJSONAction = ClosedEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONAction>;
380
- /**
381
- * Local File Inclusion Attack - Prevent unauthorized access to local files through web applications.
382
- */
383
- export type PutFirewallConfigLfi = {
384
- active: boolean;
385
- action: PutFirewallConfigSecurityResponse200ApplicationJSONAction;
386
- };
387
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction: {
388
- readonly Deny: "deny";
389
- readonly Log: "log";
390
- };
391
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction = ClosedEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction>;
392
- /**
393
- * Remote File Inclusion Attack - Prohibit unauthorized upload or execution of remote files.
394
- */
395
- export type PutFirewallConfigRfi = {
396
- active: boolean;
397
- action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction;
398
- };
399
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction: {
400
- readonly Deny: "deny";
401
- readonly Log: "log";
402
- };
403
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction = ClosedEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction>;
404
- /**
405
- * Remote Execution Attack - Prevent unauthorized execution of remote scripts or commands.
406
- */
407
- export type PutFirewallConfigRce = {
408
- active: boolean;
409
- action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction;
410
- };
411
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction: {
412
- readonly Deny: "deny";
413
- readonly Log: "log";
414
- };
415
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction = ClosedEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction>;
416
- /**
417
- * PHP Attack - Safeguard against vulnerability exploits in PHP-based applications.
418
- */
419
- export type PutFirewallConfigPhp = {
420
- active: boolean;
421
- action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction;
422
- };
423
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction: {
424
- readonly Deny: "deny";
425
- readonly Log: "log";
426
- };
427
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction = ClosedEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction>;
428
- /**
429
- * Generic Attack - Provide broad protection from various undefined or novel attack vectors.
430
- */
431
- export type PutFirewallConfigGen = {
432
- active: boolean;
433
- action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction;
434
- };
435
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction: {
436
- readonly Deny: "deny";
437
- readonly Log: "log";
438
- };
439
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction = ClosedEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction>;
440
- /**
441
- * XSS Attack - Prevent injection of malicious scripts into trusted webpages.
442
- */
443
- export type PutFirewallConfigXss = {
444
- active: boolean;
445
- action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction;
446
- };
447
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction: {
448
- readonly Deny: "deny";
449
- readonly Log: "log";
450
- };
451
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction = ClosedEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction>;
452
- /**
453
- * SQL Injection Attack - Prohibit unauthorized use of SQL commands to manipulate databases.
454
- */
455
- export type PutFirewallConfigSqli = {
456
- active: boolean;
457
- action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction;
458
- };
459
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction: {
460
- readonly Deny: "deny";
461
- readonly Log: "log";
462
- };
463
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction = ClosedEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction>;
464
- /**
465
- * Session Fixation Attack - Prevent unauthorized takeover of user sessions by enforcing unique session IDs.
466
- */
467
- export type PutFirewallConfigSf = {
468
- active: boolean;
469
- action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction;
470
- };
471
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction: {
472
- readonly Deny: "deny";
473
- readonly Log: "log";
474
- };
475
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction = ClosedEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction>;
476
- /**
477
- * Java Attack - Mitigate risks of exploitation targeting Java-based applications or components.
478
- */
479
- export type PutFirewallConfigJava = {
480
- active: boolean;
481
- action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction;
482
- };
483
- /**
484
- * Custom Ruleset
485
- */
486
- export type PutFirewallConfigCrs = {
487
- /**
488
- * Scanner Detection - Detect and prevent reconnaissance activities from network scanning tools.
489
- */
490
- sd: PutFirewallConfigSd;
491
- /**
492
- * Multipart Attack - Block attempts to bypass security controls using multipart/form-data encoding.
493
- */
494
- ma: PutFirewallConfigMa;
495
- /**
496
- * Local File Inclusion Attack - Prevent unauthorized access to local files through web applications.
497
- */
498
- lfi: PutFirewallConfigLfi;
499
- /**
500
- * Remote File Inclusion Attack - Prohibit unauthorized upload or execution of remote files.
501
- */
502
- rfi: PutFirewallConfigRfi;
503
- /**
504
- * Remote Execution Attack - Prevent unauthorized execution of remote scripts or commands.
505
- */
506
- rce: PutFirewallConfigRce;
507
- /**
508
- * PHP Attack - Safeguard against vulnerability exploits in PHP-based applications.
509
- */
510
- php: PutFirewallConfigPhp;
511
- /**
512
- * Generic Attack - Provide broad protection from various undefined or novel attack vectors.
513
- */
514
- gen: PutFirewallConfigGen;
515
- /**
516
- * XSS Attack - Prevent injection of malicious scripts into trusted webpages.
517
- */
518
- xss: PutFirewallConfigXss;
519
- /**
520
- * SQL Injection Attack - Prohibit unauthorized use of SQL commands to manipulate databases.
521
- */
522
- sqli: PutFirewallConfigSqli;
523
- /**
524
- * Session Fixation Attack - Prevent unauthorized takeover of user sessions by enforcing unique session IDs.
525
- */
526
- sf: PutFirewallConfigSf;
527
- /**
528
- * Java Attack - Mitigate risks of exploitation targeting Java-based applications or components.
529
- */
530
- java: PutFirewallConfigJava;
531
- };
532
- export declare const PutFirewallConfigSecurityType: {
533
- readonly Host: "host";
534
- readonly Path: "path";
535
- readonly Method: "method";
536
- readonly Header: "header";
537
- readonly Query: "query";
538
- readonly Cookie: "cookie";
539
- readonly TargetPath: "target_path";
540
- readonly RawPath: "raw_path";
541
- readonly IpAddress: "ip_address";
542
- readonly Protocol: "protocol";
543
- readonly Region: "region";
544
- readonly Scheme: "scheme";
545
- readonly Environment: "environment";
546
- readonly UserAgent: "user_agent";
547
- readonly GeoContinent: "geo_continent";
548
- readonly GeoCountry: "geo_country";
549
- readonly GeoCountryRegion: "geo_country_region";
550
- readonly GeoCity: "geo_city";
551
- readonly GeoAsNumber: "geo_as_number";
552
- readonly Ja4Digest: "ja4_digest";
553
- readonly Ja3Digest: "ja3_digest";
554
- readonly RateLimitApiId: "rate_limit_api_id";
555
- };
556
- export type PutFirewallConfigSecurityType = ClosedEnum<typeof PutFirewallConfigSecurityType>;
557
- export declare const PutFirewallConfigOp: {
558
- readonly Re: "re";
559
- readonly Eq: "eq";
560
- readonly Ex: "ex";
561
- readonly Inc: "inc";
562
- readonly Pre: "pre";
563
- readonly Suf: "suf";
564
- readonly Sub: "sub";
565
- readonly Gt: "gt";
566
- readonly Gte: "gte";
567
- readonly Lt: "lt";
568
- readonly Lte: "lte";
569
- readonly Nex: "nex";
570
- readonly Ninc: "ninc";
571
- readonly Neq: "neq";
572
- };
573
- export type PutFirewallConfigOp = ClosedEnum<typeof PutFirewallConfigOp>;
574
- export type PutFirewallConfigSecurityValue = string | number | Array<string>;
575
- export type PutFirewallConfigConditions = {
576
- type: PutFirewallConfigSecurityType;
577
- op: PutFirewallConfigOp;
578
- neg?: boolean | undefined;
579
- key?: string | undefined;
580
- value?: string | number | Array<string> | undefined;
581
- };
582
- export type PutFirewallConfigConditionGroup = {
583
- conditions: Array<PutFirewallConfigConditions>;
584
- };
585
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction: {
586
- readonly Deny: "deny";
587
- readonly Log: "log";
588
- readonly Challenge: "challenge";
589
- readonly Bypass: "bypass";
590
- readonly RateLimit: "rate_limit";
591
- readonly Redirect: "redirect";
592
- };
593
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction = ClosedEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction>;
594
- export declare const PutFirewallConfigAlgo: {
595
- readonly FixedWindow: "fixed_window";
596
- readonly TokenBucket: "token_bucket";
597
- };
598
- export type PutFirewallConfigAlgo = ClosedEnum<typeof PutFirewallConfigAlgo>;
599
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction: {
600
- readonly Deny: "deny";
601
- readonly Log: "log";
602
- readonly Challenge: "challenge";
603
- readonly RateLimit: "rate_limit";
604
- };
605
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction = ClosedEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction>;
606
- export type PutFirewallConfigRateLimit = {
607
- algo: PutFirewallConfigAlgo;
608
- window: number;
609
- limit: number;
610
- keys: Array<string>;
611
- action?: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction | null | undefined;
612
- };
613
- export type PutFirewallConfigRedirect = {
614
- location: string;
615
- permanent: boolean;
616
- };
617
- export type PutFirewallConfigMitigate = {
618
- action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction;
619
- rateLimit?: PutFirewallConfigRateLimit | null | undefined;
620
- redirect?: PutFirewallConfigRedirect | null | undefined;
621
- actionDuration?: string | null | undefined;
622
- };
623
- export type PutFirewallConfigSecurityResponseAction = {
624
- mitigate?: PutFirewallConfigMitigate | undefined;
625
- };
626
- export type PutFirewallConfigRules = {
627
- id: string;
628
- name: string;
629
- description?: string | undefined;
630
- active: boolean;
631
- conditionGroup: Array<PutFirewallConfigConditionGroup>;
632
- action: PutFirewallConfigSecurityResponseAction;
633
- };
634
- export declare const PutFirewallConfigSecurityResponse200Action: {
635
- readonly Deny: "deny";
636
- readonly Log: "log";
637
- readonly Challenge: "challenge";
638
- readonly Bypass: "bypass";
639
- };
640
- export type PutFirewallConfigSecurityResponse200Action = ClosedEnum<typeof PutFirewallConfigSecurityResponse200Action>;
641
- export type PutFirewallConfigIps = {
642
- id: string;
643
- hostname: string;
644
- ip: string;
645
- notes?: string | undefined;
646
- action: PutFirewallConfigSecurityResponse200Action;
647
- };
648
- export type PutFirewallConfigChanges = {};
649
- export type PutFirewallConfigOwasp = {
650
- active: boolean;
651
- updatedAt?: string | undefined;
652
- userId?: string | undefined;
653
- username?: string | undefined;
654
- };
655
- export type PutFirewallConfigVerifiedBotsBypass = {
656
- active: boolean;
657
- updatedAt?: string | undefined;
658
- userId?: string | undefined;
659
- username?: string | undefined;
660
- };
661
- export type PutFirewallConfigManagedRules = {
662
- owasp?: PutFirewallConfigOwasp | undefined;
663
- verifiedBotsBypass?: PutFirewallConfigVerifiedBotsBypass | undefined;
664
- };
665
- export type Active = {
666
- ownerId: string;
667
- projectKey: string;
668
- id: string;
669
- version: number;
670
- updatedAt: string;
671
- firewallEnabled: boolean;
672
- /**
673
- * Custom Ruleset
674
- */
675
- crs: PutFirewallConfigCrs;
676
- rules: Array<PutFirewallConfigRules>;
677
- ips: Array<PutFirewallConfigIps>;
678
- changes: Array<PutFirewallConfigChanges>;
679
- managedRules?: PutFirewallConfigManagedRules | undefined;
680
- };
681
- export type PutFirewallConfigResponseBody = {
682
- active: Active;
683
- };
684
- /** @internal */
685
- export declare const Owasp$inboundSchema: z.ZodType<Owasp, z.ZodTypeDef, unknown>;
686
- /** @internal */
687
- export type Owasp$Outbound = {
688
- active: boolean;
689
- };
690
- /** @internal */
691
- export declare const Owasp$outboundSchema: z.ZodType<Owasp$Outbound, z.ZodTypeDef, Owasp>;
692
- /**
693
- * @internal
694
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
695
- */
696
- export declare namespace Owasp$ {
697
- /** @deprecated use `Owasp$inboundSchema` instead. */
698
- const inboundSchema: z.ZodType<Owasp, z.ZodTypeDef, unknown>;
699
- /** @deprecated use `Owasp$outboundSchema` instead. */
700
- const outboundSchema: z.ZodType<Owasp$Outbound, z.ZodTypeDef, Owasp>;
701
- /** @deprecated use `Owasp$Outbound` instead. */
702
- type Outbound = Owasp$Outbound;
703
- }
704
- export declare function owaspToJSON(owasp: Owasp): string;
705
- export declare function owaspFromJSON(jsonString: string): SafeParseResult<Owasp, SDKValidationError>;
706
- /** @internal */
707
- export declare const ManagedRules$inboundSchema: z.ZodType<ManagedRules, z.ZodTypeDef, unknown>;
708
- /** @internal */
709
- export type ManagedRules$Outbound = {
710
- owasp: Owasp$Outbound;
711
- };
712
- /** @internal */
713
- export declare const ManagedRules$outboundSchema: z.ZodType<ManagedRules$Outbound, z.ZodTypeDef, ManagedRules>;
714
- /**
715
- * @internal
716
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
717
- */
718
- export declare namespace ManagedRules$ {
719
- /** @deprecated use `ManagedRules$inboundSchema` instead. */
720
- const inboundSchema: z.ZodType<ManagedRules, z.ZodTypeDef, unknown>;
721
- /** @deprecated use `ManagedRules$outboundSchema` instead. */
722
- const outboundSchema: z.ZodType<ManagedRules$Outbound, z.ZodTypeDef, ManagedRules>;
723
- /** @deprecated use `ManagedRules$Outbound` instead. */
724
- type Outbound = ManagedRules$Outbound;
725
- }
726
- export declare function managedRulesToJSON(managedRules: ManagedRules): string;
727
- export declare function managedRulesFromJSON(jsonString: string): SafeParseResult<ManagedRules, SDKValidationError>;
728
- /** @internal */
729
- export declare const PutFirewallConfigAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigAction>;
730
- /** @internal */
731
- export declare const PutFirewallConfigAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigAction>;
732
- /**
733
- * @internal
734
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
735
- */
736
- export declare namespace PutFirewallConfigAction$ {
737
- /** @deprecated use `PutFirewallConfigAction$inboundSchema` instead. */
738
- const inboundSchema: z.ZodNativeEnum<{
739
- readonly Deny: "deny";
740
- readonly Log: "log";
741
- }>;
742
- /** @deprecated use `PutFirewallConfigAction$outboundSchema` instead. */
743
- const outboundSchema: z.ZodNativeEnum<{
744
- readonly Deny: "deny";
745
- readonly Log: "log";
746
- }>;
747
- }
748
- /** @internal */
749
- export declare const Sd$inboundSchema: z.ZodType<Sd, z.ZodTypeDef, unknown>;
750
- /** @internal */
751
- export type Sd$Outbound = {
752
- active: boolean;
753
- action: string;
754
- };
755
- /** @internal */
756
- export declare const Sd$outboundSchema: z.ZodType<Sd$Outbound, z.ZodTypeDef, Sd>;
757
- /**
758
- * @internal
759
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
760
- */
761
- export declare namespace Sd$ {
762
- /** @deprecated use `Sd$inboundSchema` instead. */
763
- const inboundSchema: z.ZodType<Sd, z.ZodTypeDef, unknown>;
764
- /** @deprecated use `Sd$outboundSchema` instead. */
765
- const outboundSchema: z.ZodType<Sd$Outbound, z.ZodTypeDef, Sd>;
766
- /** @deprecated use `Sd$Outbound` instead. */
767
- type Outbound = Sd$Outbound;
768
- }
769
- export declare function sdToJSON(sd: Sd): string;
770
- export declare function sdFromJSON(jsonString: string): SafeParseResult<Sd, SDKValidationError>;
771
- /** @internal */
772
- export declare const PutFirewallConfigSecurityAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityAction>;
773
- /** @internal */
774
- export declare const PutFirewallConfigSecurityAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityAction>;
775
- /**
776
- * @internal
777
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
778
- */
779
- export declare namespace PutFirewallConfigSecurityAction$ {
780
- /** @deprecated use `PutFirewallConfigSecurityAction$inboundSchema` instead. */
781
- const inboundSchema: z.ZodNativeEnum<{
782
- readonly Deny: "deny";
783
- readonly Log: "log";
784
- }>;
785
- /** @deprecated use `PutFirewallConfigSecurityAction$outboundSchema` instead. */
786
- const outboundSchema: z.ZodNativeEnum<{
787
- readonly Deny: "deny";
788
- readonly Log: "log";
789
- }>;
790
- }
791
- /** @internal */
792
- export declare const Ma$inboundSchema: z.ZodType<Ma, z.ZodTypeDef, unknown>;
793
- /** @internal */
794
- export type Ma$Outbound = {
795
- active: boolean;
796
- action: string;
797
- };
798
- /** @internal */
799
- export declare const Ma$outboundSchema: z.ZodType<Ma$Outbound, z.ZodTypeDef, Ma>;
800
- /**
801
- * @internal
802
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
803
- */
804
- export declare namespace Ma$ {
805
- /** @deprecated use `Ma$inboundSchema` instead. */
806
- const inboundSchema: z.ZodType<Ma, z.ZodTypeDef, unknown>;
807
- /** @deprecated use `Ma$outboundSchema` instead. */
808
- const outboundSchema: z.ZodType<Ma$Outbound, z.ZodTypeDef, Ma>;
809
- /** @deprecated use `Ma$Outbound` instead. */
810
- type Outbound = Ma$Outbound;
811
- }
812
- export declare function maToJSON(ma: Ma): string;
813
- export declare function maFromJSON(jsonString: string): SafeParseResult<Ma, SDKValidationError>;
814
- /** @internal */
815
- export declare const PutFirewallConfigSecurityRequestAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestAction>;
816
- /** @internal */
817
- export declare const PutFirewallConfigSecurityRequestAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestAction>;
818
- /**
819
- * @internal
820
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
821
- */
822
- export declare namespace PutFirewallConfigSecurityRequestAction$ {
823
- /** @deprecated use `PutFirewallConfigSecurityRequestAction$inboundSchema` instead. */
824
- const inboundSchema: z.ZodNativeEnum<{
825
- readonly Deny: "deny";
826
- readonly Log: "log";
827
- }>;
828
- /** @deprecated use `PutFirewallConfigSecurityRequestAction$outboundSchema` instead. */
829
- const outboundSchema: z.ZodNativeEnum<{
830
- readonly Deny: "deny";
831
- readonly Log: "log";
832
- }>;
833
- }
834
- /** @internal */
835
- export declare const Lfi$inboundSchema: z.ZodType<Lfi, z.ZodTypeDef, unknown>;
836
- /** @internal */
837
- export type Lfi$Outbound = {
838
- active: boolean;
839
- action: string;
840
- };
841
- /** @internal */
842
- export declare const Lfi$outboundSchema: z.ZodType<Lfi$Outbound, z.ZodTypeDef, Lfi>;
843
- /**
844
- * @internal
845
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
846
- */
847
- export declare namespace Lfi$ {
848
- /** @deprecated use `Lfi$inboundSchema` instead. */
849
- const inboundSchema: z.ZodType<Lfi, z.ZodTypeDef, unknown>;
850
- /** @deprecated use `Lfi$outboundSchema` instead. */
851
- const outboundSchema: z.ZodType<Lfi$Outbound, z.ZodTypeDef, Lfi>;
852
- /** @deprecated use `Lfi$Outbound` instead. */
853
- type Outbound = Lfi$Outbound;
854
- }
855
- export declare function lfiToJSON(lfi: Lfi): string;
856
- export declare function lfiFromJSON(jsonString: string): SafeParseResult<Lfi, SDKValidationError>;
857
- /** @internal */
858
- export declare const PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyAction>;
859
- /** @internal */
860
- export declare const PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyAction>;
861
- /**
862
- * @internal
863
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
864
- */
865
- export declare namespace PutFirewallConfigSecurityRequestRequestBodyAction$ {
866
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema` instead. */
867
- const inboundSchema: z.ZodNativeEnum<{
868
- readonly Deny: "deny";
869
- readonly Log: "log";
870
- }>;
871
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema` instead. */
872
- const outboundSchema: z.ZodNativeEnum<{
873
- readonly Deny: "deny";
874
- readonly Log: "log";
875
- }>;
876
- }
877
- /** @internal */
878
- export declare const Rfi$inboundSchema: z.ZodType<Rfi, z.ZodTypeDef, unknown>;
879
- /** @internal */
880
- export type Rfi$Outbound = {
881
- active: boolean;
882
- action: string;
883
- };
884
- /** @internal */
885
- export declare const Rfi$outboundSchema: z.ZodType<Rfi$Outbound, z.ZodTypeDef, Rfi>;
886
- /**
887
- * @internal
888
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
889
- */
890
- export declare namespace Rfi$ {
891
- /** @deprecated use `Rfi$inboundSchema` instead. */
892
- const inboundSchema: z.ZodType<Rfi, z.ZodTypeDef, unknown>;
893
- /** @deprecated use `Rfi$outboundSchema` instead. */
894
- const outboundSchema: z.ZodType<Rfi$Outbound, z.ZodTypeDef, Rfi>;
895
- /** @deprecated use `Rfi$Outbound` instead. */
896
- type Outbound = Rfi$Outbound;
897
- }
898
- export declare function rfiToJSON(rfi: Rfi): string;
899
- export declare function rfiFromJSON(jsonString: string): SafeParseResult<Rfi, SDKValidationError>;
900
- /** @internal */
901
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsAction>;
902
- /** @internal */
903
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsAction>;
904
- /**
905
- * @internal
906
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
907
- */
908
- export declare namespace PutFirewallConfigSecurityRequestRequestBodyCrsAction$ {
909
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema` instead. */
910
- const inboundSchema: z.ZodNativeEnum<{
911
- readonly Deny: "deny";
912
- readonly Log: "log";
913
- }>;
914
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema` instead. */
915
- const outboundSchema: z.ZodNativeEnum<{
916
- readonly Deny: "deny";
917
- readonly Log: "log";
918
- }>;
919
- }
920
- /** @internal */
921
- export declare const Rce$inboundSchema: z.ZodType<Rce, z.ZodTypeDef, unknown>;
922
- /** @internal */
923
- export type Rce$Outbound = {
924
- active: boolean;
925
- action: string;
926
- };
927
- /** @internal */
928
- export declare const Rce$outboundSchema: z.ZodType<Rce$Outbound, z.ZodTypeDef, Rce>;
929
- /**
930
- * @internal
931
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
932
- */
933
- export declare namespace Rce$ {
934
- /** @deprecated use `Rce$inboundSchema` instead. */
935
- const inboundSchema: z.ZodType<Rce, z.ZodTypeDef, unknown>;
936
- /** @deprecated use `Rce$outboundSchema` instead. */
937
- const outboundSchema: z.ZodType<Rce$Outbound, z.ZodTypeDef, Rce>;
938
- /** @deprecated use `Rce$Outbound` instead. */
939
- type Outbound = Rce$Outbound;
940
- }
941
- export declare function rceToJSON(rce: Rce): string;
942
- export declare function rceFromJSON(jsonString: string): SafeParseResult<Rce, SDKValidationError>;
943
- /** @internal */
944
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction>;
945
- /** @internal */
946
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction>;
947
- /**
948
- * @internal
949
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
950
- */
951
- export declare namespace PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$ {
952
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema` instead. */
953
- const inboundSchema: z.ZodNativeEnum<{
954
- readonly Deny: "deny";
955
- readonly Log: "log";
956
- }>;
957
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$outboundSchema` instead. */
958
- const outboundSchema: z.ZodNativeEnum<{
959
- readonly Deny: "deny";
960
- readonly Log: "log";
961
- }>;
962
- }
963
- /** @internal */
964
- export declare const Php$inboundSchema: z.ZodType<Php, z.ZodTypeDef, unknown>;
965
- /** @internal */
966
- export type Php$Outbound = {
967
- active: boolean;
968
- action: string;
969
- };
970
- /** @internal */
971
- export declare const Php$outboundSchema: z.ZodType<Php$Outbound, z.ZodTypeDef, Php>;
972
- /**
973
- * @internal
974
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
975
- */
976
- export declare namespace Php$ {
977
- /** @deprecated use `Php$inboundSchema` instead. */
978
- const inboundSchema: z.ZodType<Php, z.ZodTypeDef, unknown>;
979
- /** @deprecated use `Php$outboundSchema` instead. */
980
- const outboundSchema: z.ZodType<Php$Outbound, z.ZodTypeDef, Php>;
981
- /** @deprecated use `Php$Outbound` instead. */
982
- type Outbound = Php$Outbound;
983
- }
984
- export declare function phpToJSON(php: Php): string;
985
- export declare function phpFromJSON(jsonString: string): SafeParseResult<Php, SDKValidationError>;
986
- /** @internal */
987
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsGenAction>;
988
- /** @internal */
989
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsGenAction>;
990
- /**
991
- * @internal
992
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
993
- */
994
- export declare namespace PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$ {
995
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$inboundSchema` instead. */
996
- const inboundSchema: z.ZodNativeEnum<{
997
- readonly Deny: "deny";
998
- readonly Log: "log";
999
- }>;
1000
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$outboundSchema` instead. */
1001
- const outboundSchema: z.ZodNativeEnum<{
1002
- readonly Deny: "deny";
1003
- readonly Log: "log";
1004
- }>;
1005
- }
1006
- /** @internal */
1007
- export declare const Gen$inboundSchema: z.ZodType<Gen, z.ZodTypeDef, unknown>;
1008
- /** @internal */
1009
- export type Gen$Outbound = {
1010
- active: boolean;
1011
- action: string;
1012
- };
1013
- /** @internal */
1014
- export declare const Gen$outboundSchema: z.ZodType<Gen$Outbound, z.ZodTypeDef, Gen>;
1015
- /**
1016
- * @internal
1017
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1018
- */
1019
- export declare namespace Gen$ {
1020
- /** @deprecated use `Gen$inboundSchema` instead. */
1021
- const inboundSchema: z.ZodType<Gen, z.ZodTypeDef, unknown>;
1022
- /** @deprecated use `Gen$outboundSchema` instead. */
1023
- const outboundSchema: z.ZodType<Gen$Outbound, z.ZodTypeDef, Gen>;
1024
- /** @deprecated use `Gen$Outbound` instead. */
1025
- type Outbound = Gen$Outbound;
1026
- }
1027
- export declare function genToJSON(gen: Gen): string;
1028
- export declare function genFromJSON(jsonString: string): SafeParseResult<Gen, SDKValidationError>;
1029
- /** @internal */
1030
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsXssAction>;
1031
- /** @internal */
1032
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsXssAction>;
1033
- /**
1034
- * @internal
1035
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1036
- */
1037
- export declare namespace PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$ {
1038
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$inboundSchema` instead. */
1039
- const inboundSchema: z.ZodNativeEnum<{
1040
- readonly Deny: "deny";
1041
- readonly Log: "log";
1042
- }>;
1043
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$outboundSchema` instead. */
1044
- const outboundSchema: z.ZodNativeEnum<{
1045
- readonly Deny: "deny";
1046
- readonly Log: "log";
1047
- }>;
1048
- }
1049
- /** @internal */
1050
- export declare const Xss$inboundSchema: z.ZodType<Xss, z.ZodTypeDef, unknown>;
1051
- /** @internal */
1052
- export type Xss$Outbound = {
1053
- active: boolean;
1054
- action: string;
1055
- };
1056
- /** @internal */
1057
- export declare const Xss$outboundSchema: z.ZodType<Xss$Outbound, z.ZodTypeDef, Xss>;
1058
- /**
1059
- * @internal
1060
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1061
- */
1062
- export declare namespace Xss$ {
1063
- /** @deprecated use `Xss$inboundSchema` instead. */
1064
- const inboundSchema: z.ZodType<Xss, z.ZodTypeDef, unknown>;
1065
- /** @deprecated use `Xss$outboundSchema` instead. */
1066
- const outboundSchema: z.ZodType<Xss$Outbound, z.ZodTypeDef, Xss>;
1067
- /** @deprecated use `Xss$Outbound` instead. */
1068
- type Outbound = Xss$Outbound;
1069
- }
1070
- export declare function xssToJSON(xss: Xss): string;
1071
- export declare function xssFromJSON(jsonString: string): SafeParseResult<Xss, SDKValidationError>;
1072
- /** @internal */
1073
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction>;
1074
- /** @internal */
1075
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction>;
1076
- /**
1077
- * @internal
1078
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1079
- */
1080
- export declare namespace PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$ {
1081
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$inboundSchema` instead. */
1082
- const inboundSchema: z.ZodNativeEnum<{
1083
- readonly Deny: "deny";
1084
- readonly Log: "log";
1085
- }>;
1086
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$outboundSchema` instead. */
1087
- const outboundSchema: z.ZodNativeEnum<{
1088
- readonly Deny: "deny";
1089
- readonly Log: "log";
1090
- }>;
1091
- }
1092
- /** @internal */
1093
- export declare const Sqli$inboundSchema: z.ZodType<Sqli, z.ZodTypeDef, unknown>;
1094
- /** @internal */
1095
- export type Sqli$Outbound = {
1096
- active: boolean;
1097
- action: string;
1098
- };
1099
- /** @internal */
1100
- export declare const Sqli$outboundSchema: z.ZodType<Sqli$Outbound, z.ZodTypeDef, Sqli>;
1101
- /**
1102
- * @internal
1103
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1104
- */
1105
- export declare namespace Sqli$ {
1106
- /** @deprecated use `Sqli$inboundSchema` instead. */
1107
- const inboundSchema: z.ZodType<Sqli, z.ZodTypeDef, unknown>;
1108
- /** @deprecated use `Sqli$outboundSchema` instead. */
1109
- const outboundSchema: z.ZodType<Sqli$Outbound, z.ZodTypeDef, Sqli>;
1110
- /** @deprecated use `Sqli$Outbound` instead. */
1111
- type Outbound = Sqli$Outbound;
1112
- }
1113
- export declare function sqliToJSON(sqli: Sqli): string;
1114
- export declare function sqliFromJSON(jsonString: string): SafeParseResult<Sqli, SDKValidationError>;
1115
- /** @internal */
1116
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsSfAction>;
1117
- /** @internal */
1118
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsSfAction>;
1119
- /**
1120
- * @internal
1121
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1122
- */
1123
- export declare namespace PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$ {
1124
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$inboundSchema` instead. */
1125
- const inboundSchema: z.ZodNativeEnum<{
1126
- readonly Deny: "deny";
1127
- readonly Log: "log";
1128
- }>;
1129
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$outboundSchema` instead. */
1130
- const outboundSchema: z.ZodNativeEnum<{
1131
- readonly Deny: "deny";
1132
- readonly Log: "log";
1133
- }>;
1134
- }
1135
- /** @internal */
1136
- export declare const Sf$inboundSchema: z.ZodType<Sf, z.ZodTypeDef, unknown>;
1137
- /** @internal */
1138
- export type Sf$Outbound = {
1139
- active: boolean;
1140
- action: string;
1141
- };
1142
- /** @internal */
1143
- export declare const Sf$outboundSchema: z.ZodType<Sf$Outbound, z.ZodTypeDef, Sf>;
1144
- /**
1145
- * @internal
1146
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1147
- */
1148
- export declare namespace Sf$ {
1149
- /** @deprecated use `Sf$inboundSchema` instead. */
1150
- const inboundSchema: z.ZodType<Sf, z.ZodTypeDef, unknown>;
1151
- /** @deprecated use `Sf$outboundSchema` instead. */
1152
- const outboundSchema: z.ZodType<Sf$Outbound, z.ZodTypeDef, Sf>;
1153
- /** @deprecated use `Sf$Outbound` instead. */
1154
- type Outbound = Sf$Outbound;
1155
- }
1156
- export declare function sfToJSON(sf: Sf): string;
1157
- export declare function sfFromJSON(jsonString: string): SafeParseResult<Sf, SDKValidationError>;
1158
- /** @internal */
1159
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction>;
1160
- /** @internal */
1161
- export declare const PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction>;
1162
- /**
1163
- * @internal
1164
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1165
- */
1166
- export declare namespace PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$ {
1167
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$inboundSchema` instead. */
1168
- const inboundSchema: z.ZodNativeEnum<{
1169
- readonly Deny: "deny";
1170
- readonly Log: "log";
1171
- }>;
1172
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$outboundSchema` instead. */
1173
- const outboundSchema: z.ZodNativeEnum<{
1174
- readonly Deny: "deny";
1175
- readonly Log: "log";
1176
- }>;
1177
- }
1178
- /** @internal */
1179
- export declare const Java$inboundSchema: z.ZodType<Java, z.ZodTypeDef, unknown>;
1180
- /** @internal */
1181
- export type Java$Outbound = {
1182
- active: boolean;
1183
- action: string;
1184
- };
1185
- /** @internal */
1186
- export declare const Java$outboundSchema: z.ZodType<Java$Outbound, z.ZodTypeDef, Java>;
1187
- /**
1188
- * @internal
1189
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1190
- */
1191
- export declare namespace Java$ {
1192
- /** @deprecated use `Java$inboundSchema` instead. */
1193
- const inboundSchema: z.ZodType<Java, z.ZodTypeDef, unknown>;
1194
- /** @deprecated use `Java$outboundSchema` instead. */
1195
- const outboundSchema: z.ZodType<Java$Outbound, z.ZodTypeDef, Java>;
1196
- /** @deprecated use `Java$Outbound` instead. */
1197
- type Outbound = Java$Outbound;
1198
- }
1199
- export declare function javaToJSON(java: Java): string;
1200
- export declare function javaFromJSON(jsonString: string): SafeParseResult<Java, SDKValidationError>;
1201
- /** @internal */
1202
- export declare const Crs$inboundSchema: z.ZodType<Crs, z.ZodTypeDef, unknown>;
1203
- /** @internal */
1204
- export type Crs$Outbound = {
1205
- sd?: Sd$Outbound | undefined;
1206
- ma?: Ma$Outbound | undefined;
1207
- lfi?: Lfi$Outbound | undefined;
1208
- rfi?: Rfi$Outbound | undefined;
1209
- rce?: Rce$Outbound | undefined;
1210
- php?: Php$Outbound | undefined;
1211
- gen?: Gen$Outbound | undefined;
1212
- xss?: Xss$Outbound | undefined;
1213
- sqli?: Sqli$Outbound | undefined;
1214
- sf?: Sf$Outbound | undefined;
1215
- java?: Java$Outbound | undefined;
1216
- };
1217
- /** @internal */
1218
- export declare const Crs$outboundSchema: z.ZodType<Crs$Outbound, z.ZodTypeDef, Crs>;
1219
- /**
1220
- * @internal
1221
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1222
- */
1223
- export declare namespace Crs$ {
1224
- /** @deprecated use `Crs$inboundSchema` instead. */
1225
- const inboundSchema: z.ZodType<Crs, z.ZodTypeDef, unknown>;
1226
- /** @deprecated use `Crs$outboundSchema` instead. */
1227
- const outboundSchema: z.ZodType<Crs$Outbound, z.ZodTypeDef, Crs>;
1228
- /** @deprecated use `Crs$Outbound` instead. */
1229
- type Outbound = Crs$Outbound;
1230
- }
1231
- export declare function crsToJSON(crs: Crs): string;
1232
- export declare function crsFromJSON(jsonString: string): SafeParseResult<Crs, SDKValidationError>;
1233
- /** @internal */
1234
- export declare const PutFirewallConfigType$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigType>;
1235
- /** @internal */
1236
- export declare const PutFirewallConfigType$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigType>;
1237
- /**
1238
- * @internal
1239
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1240
- */
1241
- export declare namespace PutFirewallConfigType$ {
1242
- /** @deprecated use `PutFirewallConfigType$inboundSchema` instead. */
1243
- const inboundSchema: z.ZodNativeEnum<{
1244
- readonly Host: "host";
1245
- readonly Path: "path";
1246
- readonly Method: "method";
1247
- readonly Header: "header";
1248
- readonly Query: "query";
1249
- readonly Cookie: "cookie";
1250
- readonly TargetPath: "target_path";
1251
- readonly RawPath: "raw_path";
1252
- readonly IpAddress: "ip_address";
1253
- readonly Region: "region";
1254
- readonly Protocol: "protocol";
1255
- readonly Scheme: "scheme";
1256
- readonly Environment: "environment";
1257
- readonly UserAgent: "user_agent";
1258
- readonly GeoContinent: "geo_continent";
1259
- readonly GeoCountry: "geo_country";
1260
- readonly GeoCountryRegion: "geo_country_region";
1261
- readonly GeoCity: "geo_city";
1262
- readonly GeoAsNumber: "geo_as_number";
1263
- readonly Ja4Digest: "ja4_digest";
1264
- readonly Ja3Digest: "ja3_digest";
1265
- readonly RateLimitApiId: "rate_limit_api_id";
1266
- }>;
1267
- /** @deprecated use `PutFirewallConfigType$outboundSchema` instead. */
1268
- const outboundSchema: z.ZodNativeEnum<{
1269
- readonly Host: "host";
1270
- readonly Path: "path";
1271
- readonly Method: "method";
1272
- readonly Header: "header";
1273
- readonly Query: "query";
1274
- readonly Cookie: "cookie";
1275
- readonly TargetPath: "target_path";
1276
- readonly RawPath: "raw_path";
1277
- readonly IpAddress: "ip_address";
1278
- readonly Region: "region";
1279
- readonly Protocol: "protocol";
1280
- readonly Scheme: "scheme";
1281
- readonly Environment: "environment";
1282
- readonly UserAgent: "user_agent";
1283
- readonly GeoContinent: "geo_continent";
1284
- readonly GeoCountry: "geo_country";
1285
- readonly GeoCountryRegion: "geo_country_region";
1286
- readonly GeoCity: "geo_city";
1287
- readonly GeoAsNumber: "geo_as_number";
1288
- readonly Ja4Digest: "ja4_digest";
1289
- readonly Ja3Digest: "ja3_digest";
1290
- readonly RateLimitApiId: "rate_limit_api_id";
1291
- }>;
1292
- }
1293
- /** @internal */
1294
- export declare const Op$inboundSchema: z.ZodNativeEnum<typeof Op>;
1295
- /** @internal */
1296
- export declare const Op$outboundSchema: z.ZodNativeEnum<typeof Op>;
1297
- /**
1298
- * @internal
1299
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1300
- */
1301
- export declare namespace Op$ {
1302
- /** @deprecated use `Op$inboundSchema` instead. */
1303
- const inboundSchema: z.ZodNativeEnum<{
1304
- readonly Re: "re";
1305
- readonly Eq: "eq";
1306
- readonly Neq: "neq";
1307
- readonly Ex: "ex";
1308
- readonly Nex: "nex";
1309
- readonly Inc: "inc";
1310
- readonly Ninc: "ninc";
1311
- readonly Pre: "pre";
1312
- readonly Suf: "suf";
1313
- readonly Sub: "sub";
1314
- readonly Gt: "gt";
1315
- readonly Gte: "gte";
1316
- readonly Lt: "lt";
1317
- readonly Lte: "lte";
1318
- }>;
1319
- /** @deprecated use `Op$outboundSchema` instead. */
1320
- const outboundSchema: z.ZodNativeEnum<{
1321
- readonly Re: "re";
1322
- readonly Eq: "eq";
1323
- readonly Neq: "neq";
1324
- readonly Ex: "ex";
1325
- readonly Nex: "nex";
1326
- readonly Inc: "inc";
1327
- readonly Ninc: "ninc";
1328
- readonly Pre: "pre";
1329
- readonly Suf: "suf";
1330
- readonly Sub: "sub";
1331
- readonly Gt: "gt";
1332
- readonly Gte: "gte";
1333
- readonly Lt: "lt";
1334
- readonly Lte: "lte";
1335
- }>;
1336
- }
1337
- /** @internal */
1338
- export declare const PutFirewallConfigValue$inboundSchema: z.ZodType<PutFirewallConfigValue, z.ZodTypeDef, unknown>;
1339
- /** @internal */
1340
- export type PutFirewallConfigValue$Outbound = string | Array<string> | number;
1341
- /** @internal */
1342
- export declare const PutFirewallConfigValue$outboundSchema: z.ZodType<PutFirewallConfigValue$Outbound, z.ZodTypeDef, PutFirewallConfigValue>;
1343
- /**
1344
- * @internal
1345
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1346
- */
1347
- export declare namespace PutFirewallConfigValue$ {
1348
- /** @deprecated use `PutFirewallConfigValue$inboundSchema` instead. */
1349
- const inboundSchema: z.ZodType<PutFirewallConfigValue, z.ZodTypeDef, unknown>;
1350
- /** @deprecated use `PutFirewallConfigValue$outboundSchema` instead. */
1351
- const outboundSchema: z.ZodType<PutFirewallConfigValue$Outbound, z.ZodTypeDef, PutFirewallConfigValue>;
1352
- /** @deprecated use `PutFirewallConfigValue$Outbound` instead. */
1353
- type Outbound = PutFirewallConfigValue$Outbound;
1354
- }
1355
- export declare function putFirewallConfigValueToJSON(putFirewallConfigValue: PutFirewallConfigValue): string;
1356
- export declare function putFirewallConfigValueFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigValue, SDKValidationError>;
1357
- /** @internal */
1358
- export declare const Conditions$inboundSchema: z.ZodType<Conditions, z.ZodTypeDef, unknown>;
1359
- /** @internal */
1360
- export type Conditions$Outbound = {
1361
- type: string;
1362
- op: string;
1363
- neg?: boolean | undefined;
1364
- key?: string | undefined;
1365
- value?: string | Array<string> | number | undefined;
1366
- };
1367
- /** @internal */
1368
- export declare const Conditions$outboundSchema: z.ZodType<Conditions$Outbound, z.ZodTypeDef, Conditions>;
1369
- /**
1370
- * @internal
1371
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1372
- */
1373
- export declare namespace Conditions$ {
1374
- /** @deprecated use `Conditions$inboundSchema` instead. */
1375
- const inboundSchema: z.ZodType<Conditions, z.ZodTypeDef, unknown>;
1376
- /** @deprecated use `Conditions$outboundSchema` instead. */
1377
- const outboundSchema: z.ZodType<Conditions$Outbound, z.ZodTypeDef, Conditions>;
1378
- /** @deprecated use `Conditions$Outbound` instead. */
1379
- type Outbound = Conditions$Outbound;
1380
- }
1381
- export declare function conditionsToJSON(conditions: Conditions): string;
1382
- export declare function conditionsFromJSON(jsonString: string): SafeParseResult<Conditions, SDKValidationError>;
1383
- /** @internal */
1384
- export declare const ConditionGroup$inboundSchema: z.ZodType<ConditionGroup, z.ZodTypeDef, unknown>;
1385
- /** @internal */
1386
- export type ConditionGroup$Outbound = {
1387
- conditions: Array<Conditions$Outbound>;
1388
- };
1389
- /** @internal */
1390
- export declare const ConditionGroup$outboundSchema: z.ZodType<ConditionGroup$Outbound, z.ZodTypeDef, ConditionGroup>;
1391
- /**
1392
- * @internal
1393
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1394
- */
1395
- export declare namespace ConditionGroup$ {
1396
- /** @deprecated use `ConditionGroup$inboundSchema` instead. */
1397
- const inboundSchema: z.ZodType<ConditionGroup, z.ZodTypeDef, unknown>;
1398
- /** @deprecated use `ConditionGroup$outboundSchema` instead. */
1399
- const outboundSchema: z.ZodType<ConditionGroup$Outbound, z.ZodTypeDef, ConditionGroup>;
1400
- /** @deprecated use `ConditionGroup$Outbound` instead. */
1401
- type Outbound = ConditionGroup$Outbound;
1402
- }
1403
- export declare function conditionGroupToJSON(conditionGroup: ConditionGroup): string;
1404
- export declare function conditionGroupFromJSON(jsonString: string): SafeParseResult<ConditionGroup, SDKValidationError>;
1405
- /** @internal */
1406
- export declare const PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyRulesActionAction>;
1407
- /** @internal */
1408
- export declare const PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyRulesActionAction>;
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 declare namespace PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$ {
1414
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$inboundSchema` instead. */
1415
- const inboundSchema: z.ZodNativeEnum<{
1416
- readonly Log: "log";
1417
- readonly Challenge: "challenge";
1418
- readonly Deny: "deny";
1419
- readonly Bypass: "bypass";
1420
- readonly RateLimit: "rate_limit";
1421
- readonly Redirect: "redirect";
1422
- }>;
1423
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$outboundSchema` instead. */
1424
- const outboundSchema: z.ZodNativeEnum<{
1425
- readonly Log: "log";
1426
- readonly Challenge: "challenge";
1427
- readonly Deny: "deny";
1428
- readonly Bypass: "bypass";
1429
- readonly RateLimit: "rate_limit";
1430
- readonly Redirect: "redirect";
1431
- }>;
1432
- }
1433
- /** @internal */
1434
- export declare const Algo$inboundSchema: z.ZodNativeEnum<typeof Algo>;
1435
- /** @internal */
1436
- export declare const Algo$outboundSchema: z.ZodNativeEnum<typeof Algo>;
1437
- /**
1438
- * @internal
1439
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1440
- */
1441
- export declare namespace Algo$ {
1442
- /** @deprecated use `Algo$inboundSchema` instead. */
1443
- const inboundSchema: z.ZodNativeEnum<{
1444
- readonly FixedWindow: "fixed_window";
1445
- readonly TokenBucket: "token_bucket";
1446
- }>;
1447
- /** @deprecated use `Algo$outboundSchema` instead. */
1448
- const outboundSchema: z.ZodNativeEnum<{
1449
- readonly FixedWindow: "fixed_window";
1450
- readonly TokenBucket: "token_bucket";
1451
- }>;
1452
- }
1453
- /** @internal */
1454
- export declare const Action1$inboundSchema: z.ZodNativeEnum<typeof Action1>;
1455
- /** @internal */
1456
- export declare const Action1$outboundSchema: z.ZodNativeEnum<typeof Action1>;
1457
- /**
1458
- * @internal
1459
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1460
- */
1461
- export declare namespace Action1$ {
1462
- /** @deprecated use `Action1$inboundSchema` instead. */
1463
- const inboundSchema: z.ZodNativeEnum<{
1464
- readonly Log: "log";
1465
- readonly Challenge: "challenge";
1466
- readonly Deny: "deny";
1467
- readonly RateLimit: "rate_limit";
1468
- }>;
1469
- /** @deprecated use `Action1$outboundSchema` instead. */
1470
- const outboundSchema: z.ZodNativeEnum<{
1471
- readonly Log: "log";
1472
- readonly Challenge: "challenge";
1473
- readonly Deny: "deny";
1474
- readonly RateLimit: "rate_limit";
1475
- }>;
1476
- }
1477
- /** @internal */
1478
- export declare const RateLimitAction$inboundSchema: z.ZodType<RateLimitAction, z.ZodTypeDef, unknown>;
1479
- /** @internal */
1480
- export type RateLimitAction$Outbound = string | any;
1481
- /** @internal */
1482
- export declare const RateLimitAction$outboundSchema: z.ZodType<RateLimitAction$Outbound, z.ZodTypeDef, RateLimitAction>;
1483
- /**
1484
- * @internal
1485
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1486
- */
1487
- export declare namespace RateLimitAction$ {
1488
- /** @deprecated use `RateLimitAction$inboundSchema` instead. */
1489
- const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
1490
- /** @deprecated use `RateLimitAction$outboundSchema` instead. */
1491
- const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
1492
- /** @deprecated use `RateLimitAction$Outbound` instead. */
1493
- type Outbound = RateLimitAction$Outbound;
1494
- }
1495
- export declare function rateLimitActionToJSON(rateLimitAction: RateLimitAction): string;
1496
- export declare function rateLimitActionFromJSON(jsonString: string): SafeParseResult<RateLimitAction, SDKValidationError>;
1497
- /** @internal */
1498
- export declare const RateLimit1$inboundSchema: z.ZodType<RateLimit1, z.ZodTypeDef, unknown>;
1499
- /** @internal */
1500
- export type RateLimit1$Outbound = {
1501
- algo: string;
1502
- window: number;
1503
- limit: number;
1504
- keys: Array<string>;
1505
- action?: string | any | null | undefined;
1506
- };
1507
- /** @internal */
1508
- export declare const RateLimit1$outboundSchema: z.ZodType<RateLimit1$Outbound, z.ZodTypeDef, RateLimit1>;
1509
- /**
1510
- * @internal
1511
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1512
- */
1513
- export declare namespace RateLimit1$ {
1514
- /** @deprecated use `RateLimit1$inboundSchema` instead. */
1515
- const inboundSchema: z.ZodType<RateLimit1, z.ZodTypeDef, unknown>;
1516
- /** @deprecated use `RateLimit1$outboundSchema` instead. */
1517
- const outboundSchema: z.ZodType<RateLimit1$Outbound, z.ZodTypeDef, RateLimit1>;
1518
- /** @deprecated use `RateLimit1$Outbound` instead. */
1519
- type Outbound = RateLimit1$Outbound;
1520
- }
1521
- export declare function rateLimit1ToJSON(rateLimit1: RateLimit1): string;
1522
- export declare function rateLimit1FromJSON(jsonString: string): SafeParseResult<RateLimit1, SDKValidationError>;
1523
- /** @internal */
1524
- export declare const RateLimit$inboundSchema: z.ZodType<RateLimit, z.ZodTypeDef, unknown>;
1525
- /** @internal */
1526
- export type RateLimit$Outbound = RateLimit1$Outbound | any;
1527
- /** @internal */
1528
- export declare const RateLimit$outboundSchema: z.ZodType<RateLimit$Outbound, z.ZodTypeDef, RateLimit>;
1529
- /**
1530
- * @internal
1531
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1532
- */
1533
- export declare namespace RateLimit$ {
1534
- /** @deprecated use `RateLimit$inboundSchema` instead. */
1535
- const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
1536
- /** @deprecated use `RateLimit$outboundSchema` instead. */
1537
- const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
1538
- /** @deprecated use `RateLimit$Outbound` instead. */
1539
- type Outbound = RateLimit$Outbound;
1540
- }
1541
- export declare function rateLimitToJSON(rateLimit: RateLimit): string;
1542
- export declare function rateLimitFromJSON(jsonString: string): SafeParseResult<RateLimit, SDKValidationError>;
1543
- /** @internal */
1544
- export declare const Redirect1$inboundSchema: z.ZodType<Redirect1, z.ZodTypeDef, unknown>;
1545
- /** @internal */
1546
- export type Redirect1$Outbound = {
1547
- location: string;
1548
- permanent: boolean;
1549
- };
1550
- /** @internal */
1551
- export declare const Redirect1$outboundSchema: z.ZodType<Redirect1$Outbound, z.ZodTypeDef, Redirect1>;
1552
- /**
1553
- * @internal
1554
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1555
- */
1556
- export declare namespace Redirect1$ {
1557
- /** @deprecated use `Redirect1$inboundSchema` instead. */
1558
- const inboundSchema: z.ZodType<Redirect1, z.ZodTypeDef, unknown>;
1559
- /** @deprecated use `Redirect1$outboundSchema` instead. */
1560
- const outboundSchema: z.ZodType<Redirect1$Outbound, z.ZodTypeDef, Redirect1>;
1561
- /** @deprecated use `Redirect1$Outbound` instead. */
1562
- type Outbound = Redirect1$Outbound;
1563
- }
1564
- export declare function redirect1ToJSON(redirect1: Redirect1): string;
1565
- export declare function redirect1FromJSON(jsonString: string): SafeParseResult<Redirect1, SDKValidationError>;
1566
- /** @internal */
1567
- export declare const Redirect$inboundSchema: z.ZodType<Redirect, z.ZodTypeDef, unknown>;
1568
- /** @internal */
1569
- export type Redirect$Outbound = Redirect1$Outbound | any;
1570
- /** @internal */
1571
- export declare const Redirect$outboundSchema: z.ZodType<Redirect$Outbound, z.ZodTypeDef, Redirect>;
1572
- /**
1573
- * @internal
1574
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1575
- */
1576
- export declare namespace Redirect$ {
1577
- /** @deprecated use `Redirect$inboundSchema` instead. */
1578
- const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
1579
- /** @deprecated use `Redirect$outboundSchema` instead. */
1580
- const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
1581
- /** @deprecated use `Redirect$Outbound` instead. */
1582
- type Outbound = Redirect$Outbound;
1583
- }
1584
- export declare function redirectToJSON(redirect: Redirect): string;
1585
- export declare function redirectFromJSON(jsonString: string): SafeParseResult<Redirect, SDKValidationError>;
1586
- /** @internal */
1587
- export declare const Mitigate$inboundSchema: z.ZodType<Mitigate, z.ZodTypeDef, unknown>;
1588
- /** @internal */
1589
- export type Mitigate$Outbound = {
1590
- action: string;
1591
- rateLimit?: RateLimit1$Outbound | any | null | undefined;
1592
- redirect?: Redirect1$Outbound | any | null | undefined;
1593
- actionDuration?: string | null | undefined;
1594
- };
1595
- /** @internal */
1596
- export declare const Mitigate$outboundSchema: z.ZodType<Mitigate$Outbound, z.ZodTypeDef, Mitigate>;
1597
- /**
1598
- * @internal
1599
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1600
- */
1601
- export declare namespace Mitigate$ {
1602
- /** @deprecated use `Mitigate$inboundSchema` instead. */
1603
- const inboundSchema: z.ZodType<Mitigate, z.ZodTypeDef, unknown>;
1604
- /** @deprecated use `Mitigate$outboundSchema` instead. */
1605
- const outboundSchema: z.ZodType<Mitigate$Outbound, z.ZodTypeDef, Mitigate>;
1606
- /** @deprecated use `Mitigate$Outbound` instead. */
1607
- type Outbound = Mitigate$Outbound;
1608
- }
1609
- export declare function mitigateToJSON(mitigate: Mitigate): string;
1610
- export declare function mitigateFromJSON(jsonString: string): SafeParseResult<Mitigate, SDKValidationError>;
1611
- /** @internal */
1612
- export declare const PutFirewallConfigSecurityRequestRequestBodyRulesAction$inboundSchema: z.ZodType<PutFirewallConfigSecurityRequestRequestBodyRulesAction, z.ZodTypeDef, unknown>;
1613
- /** @internal */
1614
- export type PutFirewallConfigSecurityRequestRequestBodyRulesAction$Outbound = {
1615
- mitigate?: Mitigate$Outbound | undefined;
1616
- };
1617
- /** @internal */
1618
- export declare const PutFirewallConfigSecurityRequestRequestBodyRulesAction$outboundSchema: z.ZodType<PutFirewallConfigSecurityRequestRequestBodyRulesAction$Outbound, z.ZodTypeDef, PutFirewallConfigSecurityRequestRequestBodyRulesAction>;
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 declare namespace PutFirewallConfigSecurityRequestRequestBodyRulesAction$ {
1624
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyRulesAction$inboundSchema` instead. */
1625
- const inboundSchema: z.ZodType<PutFirewallConfigSecurityRequestRequestBodyRulesAction, z.ZodTypeDef, unknown>;
1626
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyRulesAction$outboundSchema` instead. */
1627
- const outboundSchema: z.ZodType<PutFirewallConfigSecurityRequestRequestBodyRulesAction$Outbound, z.ZodTypeDef, PutFirewallConfigSecurityRequestRequestBodyRulesAction>;
1628
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyRulesAction$Outbound` instead. */
1629
- type Outbound = PutFirewallConfigSecurityRequestRequestBodyRulesAction$Outbound;
1630
- }
1631
- export declare function putFirewallConfigSecurityRequestRequestBodyRulesActionToJSON(putFirewallConfigSecurityRequestRequestBodyRulesAction: PutFirewallConfigSecurityRequestRequestBodyRulesAction): string;
1632
- export declare function putFirewallConfigSecurityRequestRequestBodyRulesActionFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigSecurityRequestRequestBodyRulesAction, SDKValidationError>;
1633
- /** @internal */
1634
- export declare const Rules$inboundSchema: z.ZodType<Rules, z.ZodTypeDef, unknown>;
1635
- /** @internal */
1636
- export type Rules$Outbound = {
1637
- id?: string | undefined;
1638
- name: string;
1639
- description?: string | undefined;
1640
- active: boolean;
1641
- conditionGroup: Array<ConditionGroup$Outbound>;
1642
- action: PutFirewallConfigSecurityRequestRequestBodyRulesAction$Outbound;
1643
- };
1644
- /** @internal */
1645
- export declare const Rules$outboundSchema: z.ZodType<Rules$Outbound, z.ZodTypeDef, Rules>;
1646
- /**
1647
- * @internal
1648
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1649
- */
1650
- export declare namespace Rules$ {
1651
- /** @deprecated use `Rules$inboundSchema` instead. */
1652
- const inboundSchema: z.ZodType<Rules, z.ZodTypeDef, unknown>;
1653
- /** @deprecated use `Rules$outboundSchema` instead. */
1654
- const outboundSchema: z.ZodType<Rules$Outbound, z.ZodTypeDef, Rules>;
1655
- /** @deprecated use `Rules$Outbound` instead. */
1656
- type Outbound = Rules$Outbound;
1657
- }
1658
- export declare function rulesToJSON(rules: Rules): string;
1659
- export declare function rulesFromJSON(jsonString: string): SafeParseResult<Rules, SDKValidationError>;
1660
- /** @internal */
1661
- export declare const PutFirewallConfigSecurityRequestRequestBodyIpsAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyIpsAction>;
1662
- /** @internal */
1663
- export declare const PutFirewallConfigSecurityRequestRequestBodyIpsAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyIpsAction>;
1664
- /**
1665
- * @internal
1666
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1667
- */
1668
- export declare namespace PutFirewallConfigSecurityRequestRequestBodyIpsAction$ {
1669
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyIpsAction$inboundSchema` instead. */
1670
- const inboundSchema: z.ZodNativeEnum<{
1671
- readonly Deny: "deny";
1672
- readonly Challenge: "challenge";
1673
- readonly Log: "log";
1674
- readonly Bypass: "bypass";
1675
- }>;
1676
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyIpsAction$outboundSchema` instead. */
1677
- const outboundSchema: z.ZodNativeEnum<{
1678
- readonly Deny: "deny";
1679
- readonly Challenge: "challenge";
1680
- readonly Log: "log";
1681
- readonly Bypass: "bypass";
1682
- }>;
1683
- }
1684
- /** @internal */
1685
- export declare const Ips$inboundSchema: z.ZodType<Ips, z.ZodTypeDef, unknown>;
1686
- /** @internal */
1687
- export type Ips$Outbound = {
1688
- id?: string | undefined;
1689
- hostname: string;
1690
- ip: string;
1691
- notes?: string | undefined;
1692
- action: string;
1693
- };
1694
- /** @internal */
1695
- export declare const Ips$outboundSchema: z.ZodType<Ips$Outbound, z.ZodTypeDef, Ips>;
1696
- /**
1697
- * @internal
1698
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1699
- */
1700
- export declare namespace Ips$ {
1701
- /** @deprecated use `Ips$inboundSchema` instead. */
1702
- const inboundSchema: z.ZodType<Ips, z.ZodTypeDef, unknown>;
1703
- /** @deprecated use `Ips$outboundSchema` instead. */
1704
- const outboundSchema: z.ZodType<Ips$Outbound, z.ZodTypeDef, Ips>;
1705
- /** @deprecated use `Ips$Outbound` instead. */
1706
- type Outbound = Ips$Outbound;
1707
- }
1708
- export declare function ipsToJSON(ips: Ips): string;
1709
- export declare function ipsFromJSON(jsonString: string): SafeParseResult<Ips, SDKValidationError>;
1710
- /** @internal */
1711
- export declare const PutFirewallConfigRequestBody$inboundSchema: z.ZodType<PutFirewallConfigRequestBody, z.ZodTypeDef, unknown>;
1712
- /** @internal */
1713
- export type PutFirewallConfigRequestBody$Outbound = {
1714
- firewallEnabled: boolean;
1715
- managedRules?: ManagedRules$Outbound | undefined;
1716
- crs?: Crs$Outbound | undefined;
1717
- rules?: Array<Rules$Outbound> | undefined;
1718
- ips?: Array<Ips$Outbound> | undefined;
1719
- };
1720
- /** @internal */
1721
- export declare const PutFirewallConfigRequestBody$outboundSchema: z.ZodType<PutFirewallConfigRequestBody$Outbound, z.ZodTypeDef, PutFirewallConfigRequestBody>;
1722
- /**
1723
- * @internal
1724
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1725
- */
1726
- export declare namespace PutFirewallConfigRequestBody$ {
1727
- /** @deprecated use `PutFirewallConfigRequestBody$inboundSchema` instead. */
1728
- const inboundSchema: z.ZodType<PutFirewallConfigRequestBody, z.ZodTypeDef, unknown>;
1729
- /** @deprecated use `PutFirewallConfigRequestBody$outboundSchema` instead. */
1730
- const outboundSchema: z.ZodType<PutFirewallConfigRequestBody$Outbound, z.ZodTypeDef, PutFirewallConfigRequestBody>;
1731
- /** @deprecated use `PutFirewallConfigRequestBody$Outbound` instead. */
1732
- type Outbound = PutFirewallConfigRequestBody$Outbound;
1733
- }
1734
- export declare function putFirewallConfigRequestBodyToJSON(putFirewallConfigRequestBody: PutFirewallConfigRequestBody): string;
1735
- export declare function putFirewallConfigRequestBodyFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRequestBody, SDKValidationError>;
1736
- /** @internal */
1737
- export declare const PutFirewallConfigRequest$inboundSchema: z.ZodType<PutFirewallConfigRequest, z.ZodTypeDef, unknown>;
1738
- /** @internal */
1739
- export type PutFirewallConfigRequest$Outbound = {
1740
- projectId: string;
1741
- teamId?: string | undefined;
1742
- slug?: string | undefined;
1743
- RequestBody: PutFirewallConfigRequestBody$Outbound;
1744
- };
1745
- /** @internal */
1746
- export declare const PutFirewallConfigRequest$outboundSchema: z.ZodType<PutFirewallConfigRequest$Outbound, z.ZodTypeDef, PutFirewallConfigRequest>;
1747
- /**
1748
- * @internal
1749
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1750
- */
1751
- export declare namespace PutFirewallConfigRequest$ {
1752
- /** @deprecated use `PutFirewallConfigRequest$inboundSchema` instead. */
1753
- const inboundSchema: z.ZodType<PutFirewallConfigRequest, z.ZodTypeDef, unknown>;
1754
- /** @deprecated use `PutFirewallConfigRequest$outboundSchema` instead. */
1755
- const outboundSchema: z.ZodType<PutFirewallConfigRequest$Outbound, z.ZodTypeDef, PutFirewallConfigRequest>;
1756
- /** @deprecated use `PutFirewallConfigRequest$Outbound` instead. */
1757
- type Outbound = PutFirewallConfigRequest$Outbound;
1758
- }
1759
- export declare function putFirewallConfigRequestToJSON(putFirewallConfigRequest: PutFirewallConfigRequest): string;
1760
- export declare function putFirewallConfigRequestFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRequest, SDKValidationError>;
1761
- /** @internal */
1762
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction>;
1763
- /** @internal */
1764
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction>;
1765
- /**
1766
- * @internal
1767
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1768
- */
1769
- export declare namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$ {
1770
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$inboundSchema` instead. */
1771
- const inboundSchema: z.ZodNativeEnum<{
1772
- readonly Deny: "deny";
1773
- readonly Log: "log";
1774
- }>;
1775
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$outboundSchema` instead. */
1776
- const outboundSchema: z.ZodNativeEnum<{
1777
- readonly Deny: "deny";
1778
- readonly Log: "log";
1779
- }>;
1780
- }
1781
- /** @internal */
1782
- export declare const PutFirewallConfigSd$inboundSchema: z.ZodType<PutFirewallConfigSd, z.ZodTypeDef, unknown>;
1783
- /** @internal */
1784
- export type PutFirewallConfigSd$Outbound = {
1785
- active: boolean;
1786
- action: string;
1787
- };
1788
- /** @internal */
1789
- export declare const PutFirewallConfigSd$outboundSchema: z.ZodType<PutFirewallConfigSd$Outbound, z.ZodTypeDef, PutFirewallConfigSd>;
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 declare namespace PutFirewallConfigSd$ {
1795
- /** @deprecated use `PutFirewallConfigSd$inboundSchema` instead. */
1796
- const inboundSchema: z.ZodType<PutFirewallConfigSd, z.ZodTypeDef, unknown>;
1797
- /** @deprecated use `PutFirewallConfigSd$outboundSchema` instead. */
1798
- const outboundSchema: z.ZodType<PutFirewallConfigSd$Outbound, z.ZodTypeDef, PutFirewallConfigSd>;
1799
- /** @deprecated use `PutFirewallConfigSd$Outbound` instead. */
1800
- type Outbound = PutFirewallConfigSd$Outbound;
1801
- }
1802
- export declare function putFirewallConfigSdToJSON(putFirewallConfigSd: PutFirewallConfigSd): string;
1803
- export declare function putFirewallConfigSdFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigSd, SDKValidationError>;
1804
- /** @internal */
1805
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction>;
1806
- /** @internal */
1807
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction>;
1808
- /**
1809
- * @internal
1810
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1811
- */
1812
- export declare namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$ {
1813
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$inboundSchema` instead. */
1814
- const inboundSchema: z.ZodNativeEnum<{
1815
- readonly Deny: "deny";
1816
- readonly Log: "log";
1817
- }>;
1818
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$outboundSchema` instead. */
1819
- const outboundSchema: z.ZodNativeEnum<{
1820
- readonly Deny: "deny";
1821
- readonly Log: "log";
1822
- }>;
1823
- }
1824
- /** @internal */
1825
- export declare const PutFirewallConfigMa$inboundSchema: z.ZodType<PutFirewallConfigMa, z.ZodTypeDef, unknown>;
1826
- /** @internal */
1827
- export type PutFirewallConfigMa$Outbound = {
1828
- active: boolean;
1829
- action: string;
1830
- };
1831
- /** @internal */
1832
- export declare const PutFirewallConfigMa$outboundSchema: z.ZodType<PutFirewallConfigMa$Outbound, z.ZodTypeDef, PutFirewallConfigMa>;
1833
- /**
1834
- * @internal
1835
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1836
- */
1837
- export declare namespace PutFirewallConfigMa$ {
1838
- /** @deprecated use `PutFirewallConfigMa$inboundSchema` instead. */
1839
- const inboundSchema: z.ZodType<PutFirewallConfigMa, z.ZodTypeDef, unknown>;
1840
- /** @deprecated use `PutFirewallConfigMa$outboundSchema` instead. */
1841
- const outboundSchema: z.ZodType<PutFirewallConfigMa$Outbound, z.ZodTypeDef, PutFirewallConfigMa>;
1842
- /** @deprecated use `PutFirewallConfigMa$Outbound` instead. */
1843
- type Outbound = PutFirewallConfigMa$Outbound;
1844
- }
1845
- export declare function putFirewallConfigMaToJSON(putFirewallConfigMa: PutFirewallConfigMa): string;
1846
- export declare function putFirewallConfigMaFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigMa, SDKValidationError>;
1847
- /** @internal */
1848
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONAction>;
1849
- /** @internal */
1850
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONAction>;
1851
- /**
1852
- * @internal
1853
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1854
- */
1855
- export declare namespace PutFirewallConfigSecurityResponse200ApplicationJSONAction$ {
1856
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema` instead. */
1857
- const inboundSchema: z.ZodNativeEnum<{
1858
- readonly Deny: "deny";
1859
- readonly Log: "log";
1860
- }>;
1861
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema` instead. */
1862
- const outboundSchema: z.ZodNativeEnum<{
1863
- readonly Deny: "deny";
1864
- readonly Log: "log";
1865
- }>;
1866
- }
1867
- /** @internal */
1868
- export declare const PutFirewallConfigLfi$inboundSchema: z.ZodType<PutFirewallConfigLfi, z.ZodTypeDef, unknown>;
1869
- /** @internal */
1870
- export type PutFirewallConfigLfi$Outbound = {
1871
- active: boolean;
1872
- action: string;
1873
- };
1874
- /** @internal */
1875
- export declare const PutFirewallConfigLfi$outboundSchema: z.ZodType<PutFirewallConfigLfi$Outbound, z.ZodTypeDef, PutFirewallConfigLfi>;
1876
- /**
1877
- * @internal
1878
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1879
- */
1880
- export declare namespace PutFirewallConfigLfi$ {
1881
- /** @deprecated use `PutFirewallConfigLfi$inboundSchema` instead. */
1882
- const inboundSchema: z.ZodType<PutFirewallConfigLfi, z.ZodTypeDef, unknown>;
1883
- /** @deprecated use `PutFirewallConfigLfi$outboundSchema` instead. */
1884
- const outboundSchema: z.ZodType<PutFirewallConfigLfi$Outbound, z.ZodTypeDef, PutFirewallConfigLfi>;
1885
- /** @deprecated use `PutFirewallConfigLfi$Outbound` instead. */
1886
- type Outbound = PutFirewallConfigLfi$Outbound;
1887
- }
1888
- export declare function putFirewallConfigLfiToJSON(putFirewallConfigLfi: PutFirewallConfigLfi): string;
1889
- export declare function putFirewallConfigLfiFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigLfi, SDKValidationError>;
1890
- /** @internal */
1891
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction>;
1892
- /** @internal */
1893
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction>;
1894
- /**
1895
- * @internal
1896
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1897
- */
1898
- export declare namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$ {
1899
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema` instead. */
1900
- const inboundSchema: z.ZodNativeEnum<{
1901
- readonly Deny: "deny";
1902
- readonly Log: "log";
1903
- }>;
1904
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema` instead. */
1905
- const outboundSchema: z.ZodNativeEnum<{
1906
- readonly Deny: "deny";
1907
- readonly Log: "log";
1908
- }>;
1909
- }
1910
- /** @internal */
1911
- export declare const PutFirewallConfigRfi$inboundSchema: z.ZodType<PutFirewallConfigRfi, z.ZodTypeDef, unknown>;
1912
- /** @internal */
1913
- export type PutFirewallConfigRfi$Outbound = {
1914
- active: boolean;
1915
- action: string;
1916
- };
1917
- /** @internal */
1918
- export declare const PutFirewallConfigRfi$outboundSchema: z.ZodType<PutFirewallConfigRfi$Outbound, z.ZodTypeDef, PutFirewallConfigRfi>;
1919
- /**
1920
- * @internal
1921
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1922
- */
1923
- export declare namespace PutFirewallConfigRfi$ {
1924
- /** @deprecated use `PutFirewallConfigRfi$inboundSchema` instead. */
1925
- const inboundSchema: z.ZodType<PutFirewallConfigRfi, z.ZodTypeDef, unknown>;
1926
- /** @deprecated use `PutFirewallConfigRfi$outboundSchema` instead. */
1927
- const outboundSchema: z.ZodType<PutFirewallConfigRfi$Outbound, z.ZodTypeDef, PutFirewallConfigRfi>;
1928
- /** @deprecated use `PutFirewallConfigRfi$Outbound` instead. */
1929
- type Outbound = PutFirewallConfigRfi$Outbound;
1930
- }
1931
- export declare function putFirewallConfigRfiToJSON(putFirewallConfigRfi: PutFirewallConfigRfi): string;
1932
- export declare function putFirewallConfigRfiFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRfi, SDKValidationError>;
1933
- /** @internal */
1934
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction>;
1935
- /** @internal */
1936
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction>;
1937
- /**
1938
- * @internal
1939
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1940
- */
1941
- export declare namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$ {
1942
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$inboundSchema` instead. */
1943
- const inboundSchema: z.ZodNativeEnum<{
1944
- readonly Deny: "deny";
1945
- readonly Log: "log";
1946
- }>;
1947
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$outboundSchema` instead. */
1948
- const outboundSchema: z.ZodNativeEnum<{
1949
- readonly Deny: "deny";
1950
- readonly Log: "log";
1951
- }>;
1952
- }
1953
- /** @internal */
1954
- export declare const PutFirewallConfigRce$inboundSchema: z.ZodType<PutFirewallConfigRce, z.ZodTypeDef, unknown>;
1955
- /** @internal */
1956
- export type PutFirewallConfigRce$Outbound = {
1957
- active: boolean;
1958
- action: string;
1959
- };
1960
- /** @internal */
1961
- export declare const PutFirewallConfigRce$outboundSchema: z.ZodType<PutFirewallConfigRce$Outbound, z.ZodTypeDef, PutFirewallConfigRce>;
1962
- /**
1963
- * @internal
1964
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1965
- */
1966
- export declare namespace PutFirewallConfigRce$ {
1967
- /** @deprecated use `PutFirewallConfigRce$inboundSchema` instead. */
1968
- const inboundSchema: z.ZodType<PutFirewallConfigRce, z.ZodTypeDef, unknown>;
1969
- /** @deprecated use `PutFirewallConfigRce$outboundSchema` instead. */
1970
- const outboundSchema: z.ZodType<PutFirewallConfigRce$Outbound, z.ZodTypeDef, PutFirewallConfigRce>;
1971
- /** @deprecated use `PutFirewallConfigRce$Outbound` instead. */
1972
- type Outbound = PutFirewallConfigRce$Outbound;
1973
- }
1974
- export declare function putFirewallConfigRceToJSON(putFirewallConfigRce: PutFirewallConfigRce): string;
1975
- export declare function putFirewallConfigRceFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRce, SDKValidationError>;
1976
- /** @internal */
1977
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction>;
1978
- /** @internal */
1979
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction>;
1980
- /**
1981
- * @internal
1982
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1983
- */
1984
- export declare namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$ {
1985
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$inboundSchema` instead. */
1986
- const inboundSchema: z.ZodNativeEnum<{
1987
- readonly Deny: "deny";
1988
- readonly Log: "log";
1989
- }>;
1990
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$outboundSchema` instead. */
1991
- const outboundSchema: z.ZodNativeEnum<{
1992
- readonly Deny: "deny";
1993
- readonly Log: "log";
1994
- }>;
1995
- }
1996
- /** @internal */
1997
- export declare const PutFirewallConfigPhp$inboundSchema: z.ZodType<PutFirewallConfigPhp, z.ZodTypeDef, unknown>;
1998
- /** @internal */
1999
- export type PutFirewallConfigPhp$Outbound = {
2000
- active: boolean;
2001
- action: string;
2002
- };
2003
- /** @internal */
2004
- export declare const PutFirewallConfigPhp$outboundSchema: z.ZodType<PutFirewallConfigPhp$Outbound, z.ZodTypeDef, PutFirewallConfigPhp>;
2005
- /**
2006
- * @internal
2007
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2008
- */
2009
- export declare namespace PutFirewallConfigPhp$ {
2010
- /** @deprecated use `PutFirewallConfigPhp$inboundSchema` instead. */
2011
- const inboundSchema: z.ZodType<PutFirewallConfigPhp, z.ZodTypeDef, unknown>;
2012
- /** @deprecated use `PutFirewallConfigPhp$outboundSchema` instead. */
2013
- const outboundSchema: z.ZodType<PutFirewallConfigPhp$Outbound, z.ZodTypeDef, PutFirewallConfigPhp>;
2014
- /** @deprecated use `PutFirewallConfigPhp$Outbound` instead. */
2015
- type Outbound = PutFirewallConfigPhp$Outbound;
2016
- }
2017
- export declare function putFirewallConfigPhpToJSON(putFirewallConfigPhp: PutFirewallConfigPhp): string;
2018
- export declare function putFirewallConfigPhpFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigPhp, SDKValidationError>;
2019
- /** @internal */
2020
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction>;
2021
- /** @internal */
2022
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction>;
2023
- /**
2024
- * @internal
2025
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2026
- */
2027
- export declare namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$ {
2028
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$inboundSchema` instead. */
2029
- const inboundSchema: z.ZodNativeEnum<{
2030
- readonly Deny: "deny";
2031
- readonly Log: "log";
2032
- }>;
2033
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$outboundSchema` instead. */
2034
- const outboundSchema: z.ZodNativeEnum<{
2035
- readonly Deny: "deny";
2036
- readonly Log: "log";
2037
- }>;
2038
- }
2039
- /** @internal */
2040
- export declare const PutFirewallConfigGen$inboundSchema: z.ZodType<PutFirewallConfigGen, z.ZodTypeDef, unknown>;
2041
- /** @internal */
2042
- export type PutFirewallConfigGen$Outbound = {
2043
- active: boolean;
2044
- action: string;
2045
- };
2046
- /** @internal */
2047
- export declare const PutFirewallConfigGen$outboundSchema: z.ZodType<PutFirewallConfigGen$Outbound, z.ZodTypeDef, PutFirewallConfigGen>;
2048
- /**
2049
- * @internal
2050
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2051
- */
2052
- export declare namespace PutFirewallConfigGen$ {
2053
- /** @deprecated use `PutFirewallConfigGen$inboundSchema` instead. */
2054
- const inboundSchema: z.ZodType<PutFirewallConfigGen, z.ZodTypeDef, unknown>;
2055
- /** @deprecated use `PutFirewallConfigGen$outboundSchema` instead. */
2056
- const outboundSchema: z.ZodType<PutFirewallConfigGen$Outbound, z.ZodTypeDef, PutFirewallConfigGen>;
2057
- /** @deprecated use `PutFirewallConfigGen$Outbound` instead. */
2058
- type Outbound = PutFirewallConfigGen$Outbound;
2059
- }
2060
- export declare function putFirewallConfigGenToJSON(putFirewallConfigGen: PutFirewallConfigGen): string;
2061
- export declare function putFirewallConfigGenFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigGen, SDKValidationError>;
2062
- /** @internal */
2063
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction>;
2064
- /** @internal */
2065
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction>;
2066
- /**
2067
- * @internal
2068
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2069
- */
2070
- export declare namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$ {
2071
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$inboundSchema` instead. */
2072
- const inboundSchema: z.ZodNativeEnum<{
2073
- readonly Deny: "deny";
2074
- readonly Log: "log";
2075
- }>;
2076
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$outboundSchema` instead. */
2077
- const outboundSchema: z.ZodNativeEnum<{
2078
- readonly Deny: "deny";
2079
- readonly Log: "log";
2080
- }>;
2081
- }
2082
- /** @internal */
2083
- export declare const PutFirewallConfigXss$inboundSchema: z.ZodType<PutFirewallConfigXss, z.ZodTypeDef, unknown>;
2084
- /** @internal */
2085
- export type PutFirewallConfigXss$Outbound = {
2086
- active: boolean;
2087
- action: string;
2088
- };
2089
- /** @internal */
2090
- export declare const PutFirewallConfigXss$outboundSchema: z.ZodType<PutFirewallConfigXss$Outbound, z.ZodTypeDef, PutFirewallConfigXss>;
2091
- /**
2092
- * @internal
2093
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2094
- */
2095
- export declare namespace PutFirewallConfigXss$ {
2096
- /** @deprecated use `PutFirewallConfigXss$inboundSchema` instead. */
2097
- const inboundSchema: z.ZodType<PutFirewallConfigXss, z.ZodTypeDef, unknown>;
2098
- /** @deprecated use `PutFirewallConfigXss$outboundSchema` instead. */
2099
- const outboundSchema: z.ZodType<PutFirewallConfigXss$Outbound, z.ZodTypeDef, PutFirewallConfigXss>;
2100
- /** @deprecated use `PutFirewallConfigXss$Outbound` instead. */
2101
- type Outbound = PutFirewallConfigXss$Outbound;
2102
- }
2103
- export declare function putFirewallConfigXssToJSON(putFirewallConfigXss: PutFirewallConfigXss): string;
2104
- export declare function putFirewallConfigXssFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigXss, SDKValidationError>;
2105
- /** @internal */
2106
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction>;
2107
- /** @internal */
2108
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction>;
2109
- /**
2110
- * @internal
2111
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2112
- */
2113
- export declare namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$ {
2114
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$inboundSchema` instead. */
2115
- const inboundSchema: z.ZodNativeEnum<{
2116
- readonly Deny: "deny";
2117
- readonly Log: "log";
2118
- }>;
2119
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$outboundSchema` instead. */
2120
- const outboundSchema: z.ZodNativeEnum<{
2121
- readonly Deny: "deny";
2122
- readonly Log: "log";
2123
- }>;
2124
- }
2125
- /** @internal */
2126
- export declare const PutFirewallConfigSqli$inboundSchema: z.ZodType<PutFirewallConfigSqli, z.ZodTypeDef, unknown>;
2127
- /** @internal */
2128
- export type PutFirewallConfigSqli$Outbound = {
2129
- active: boolean;
2130
- action: string;
2131
- };
2132
- /** @internal */
2133
- export declare const PutFirewallConfigSqli$outboundSchema: z.ZodType<PutFirewallConfigSqli$Outbound, z.ZodTypeDef, PutFirewallConfigSqli>;
2134
- /**
2135
- * @internal
2136
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2137
- */
2138
- export declare namespace PutFirewallConfigSqli$ {
2139
- /** @deprecated use `PutFirewallConfigSqli$inboundSchema` instead. */
2140
- const inboundSchema: z.ZodType<PutFirewallConfigSqli, z.ZodTypeDef, unknown>;
2141
- /** @deprecated use `PutFirewallConfigSqli$outboundSchema` instead. */
2142
- const outboundSchema: z.ZodType<PutFirewallConfigSqli$Outbound, z.ZodTypeDef, PutFirewallConfigSqli>;
2143
- /** @deprecated use `PutFirewallConfigSqli$Outbound` instead. */
2144
- type Outbound = PutFirewallConfigSqli$Outbound;
2145
- }
2146
- export declare function putFirewallConfigSqliToJSON(putFirewallConfigSqli: PutFirewallConfigSqli): string;
2147
- export declare function putFirewallConfigSqliFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigSqli, SDKValidationError>;
2148
- /** @internal */
2149
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction>;
2150
- /** @internal */
2151
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction>;
2152
- /**
2153
- * @internal
2154
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2155
- */
2156
- export declare namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$ {
2157
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$inboundSchema` instead. */
2158
- const inboundSchema: z.ZodNativeEnum<{
2159
- readonly Deny: "deny";
2160
- readonly Log: "log";
2161
- }>;
2162
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$outboundSchema` instead. */
2163
- const outboundSchema: z.ZodNativeEnum<{
2164
- readonly Deny: "deny";
2165
- readonly Log: "log";
2166
- }>;
2167
- }
2168
- /** @internal */
2169
- export declare const PutFirewallConfigSf$inboundSchema: z.ZodType<PutFirewallConfigSf, z.ZodTypeDef, unknown>;
2170
- /** @internal */
2171
- export type PutFirewallConfigSf$Outbound = {
2172
- active: boolean;
2173
- action: string;
2174
- };
2175
- /** @internal */
2176
- export declare const PutFirewallConfigSf$outboundSchema: z.ZodType<PutFirewallConfigSf$Outbound, z.ZodTypeDef, PutFirewallConfigSf>;
2177
- /**
2178
- * @internal
2179
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2180
- */
2181
- export declare namespace PutFirewallConfigSf$ {
2182
- /** @deprecated use `PutFirewallConfigSf$inboundSchema` instead. */
2183
- const inboundSchema: z.ZodType<PutFirewallConfigSf, z.ZodTypeDef, unknown>;
2184
- /** @deprecated use `PutFirewallConfigSf$outboundSchema` instead. */
2185
- const outboundSchema: z.ZodType<PutFirewallConfigSf$Outbound, z.ZodTypeDef, PutFirewallConfigSf>;
2186
- /** @deprecated use `PutFirewallConfigSf$Outbound` instead. */
2187
- type Outbound = PutFirewallConfigSf$Outbound;
2188
- }
2189
- export declare function putFirewallConfigSfToJSON(putFirewallConfigSf: PutFirewallConfigSf): string;
2190
- export declare function putFirewallConfigSfFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigSf, SDKValidationError>;
2191
- /** @internal */
2192
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction>;
2193
- /** @internal */
2194
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction>;
2195
- /**
2196
- * @internal
2197
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2198
- */
2199
- export declare namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$ {
2200
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$inboundSchema` instead. */
2201
- const inboundSchema: z.ZodNativeEnum<{
2202
- readonly Deny: "deny";
2203
- readonly Log: "log";
2204
- }>;
2205
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$outboundSchema` instead. */
2206
- const outboundSchema: z.ZodNativeEnum<{
2207
- readonly Deny: "deny";
2208
- readonly Log: "log";
2209
- }>;
2210
- }
2211
- /** @internal */
2212
- export declare const PutFirewallConfigJava$inboundSchema: z.ZodType<PutFirewallConfigJava, z.ZodTypeDef, unknown>;
2213
- /** @internal */
2214
- export type PutFirewallConfigJava$Outbound = {
2215
- active: boolean;
2216
- action: string;
2217
- };
2218
- /** @internal */
2219
- export declare const PutFirewallConfigJava$outboundSchema: z.ZodType<PutFirewallConfigJava$Outbound, z.ZodTypeDef, PutFirewallConfigJava>;
2220
- /**
2221
- * @internal
2222
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2223
- */
2224
- export declare namespace PutFirewallConfigJava$ {
2225
- /** @deprecated use `PutFirewallConfigJava$inboundSchema` instead. */
2226
- const inboundSchema: z.ZodType<PutFirewallConfigJava, z.ZodTypeDef, unknown>;
2227
- /** @deprecated use `PutFirewallConfigJava$outboundSchema` instead. */
2228
- const outboundSchema: z.ZodType<PutFirewallConfigJava$Outbound, z.ZodTypeDef, PutFirewallConfigJava>;
2229
- /** @deprecated use `PutFirewallConfigJava$Outbound` instead. */
2230
- type Outbound = PutFirewallConfigJava$Outbound;
2231
- }
2232
- export declare function putFirewallConfigJavaToJSON(putFirewallConfigJava: PutFirewallConfigJava): string;
2233
- export declare function putFirewallConfigJavaFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigJava, SDKValidationError>;
2234
- /** @internal */
2235
- export declare const PutFirewallConfigCrs$inboundSchema: z.ZodType<PutFirewallConfigCrs, z.ZodTypeDef, unknown>;
2236
- /** @internal */
2237
- export type PutFirewallConfigCrs$Outbound = {
2238
- sd: PutFirewallConfigSd$Outbound;
2239
- ma: PutFirewallConfigMa$Outbound;
2240
- lfi: PutFirewallConfigLfi$Outbound;
2241
- rfi: PutFirewallConfigRfi$Outbound;
2242
- rce: PutFirewallConfigRce$Outbound;
2243
- php: PutFirewallConfigPhp$Outbound;
2244
- gen: PutFirewallConfigGen$Outbound;
2245
- xss: PutFirewallConfigXss$Outbound;
2246
- sqli: PutFirewallConfigSqli$Outbound;
2247
- sf: PutFirewallConfigSf$Outbound;
2248
- java: PutFirewallConfigJava$Outbound;
2249
- };
2250
- /** @internal */
2251
- export declare const PutFirewallConfigCrs$outboundSchema: z.ZodType<PutFirewallConfigCrs$Outbound, z.ZodTypeDef, PutFirewallConfigCrs>;
2252
- /**
2253
- * @internal
2254
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2255
- */
2256
- export declare namespace PutFirewallConfigCrs$ {
2257
- /** @deprecated use `PutFirewallConfigCrs$inboundSchema` instead. */
2258
- const inboundSchema: z.ZodType<PutFirewallConfigCrs, z.ZodTypeDef, unknown>;
2259
- /** @deprecated use `PutFirewallConfigCrs$outboundSchema` instead. */
2260
- const outboundSchema: z.ZodType<PutFirewallConfigCrs$Outbound, z.ZodTypeDef, PutFirewallConfigCrs>;
2261
- /** @deprecated use `PutFirewallConfigCrs$Outbound` instead. */
2262
- type Outbound = PutFirewallConfigCrs$Outbound;
2263
- }
2264
- export declare function putFirewallConfigCrsToJSON(putFirewallConfigCrs: PutFirewallConfigCrs): string;
2265
- export declare function putFirewallConfigCrsFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigCrs, SDKValidationError>;
2266
- /** @internal */
2267
- export declare const PutFirewallConfigSecurityType$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityType>;
2268
- /** @internal */
2269
- export declare const PutFirewallConfigSecurityType$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityType>;
2270
- /**
2271
- * @internal
2272
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2273
- */
2274
- export declare namespace PutFirewallConfigSecurityType$ {
2275
- /** @deprecated use `PutFirewallConfigSecurityType$inboundSchema` instead. */
2276
- const inboundSchema: z.ZodNativeEnum<{
2277
- readonly Host: "host";
2278
- readonly Path: "path";
2279
- readonly Method: "method";
2280
- readonly Header: "header";
2281
- readonly Query: "query";
2282
- readonly Cookie: "cookie";
2283
- readonly TargetPath: "target_path";
2284
- readonly RawPath: "raw_path";
2285
- readonly IpAddress: "ip_address";
2286
- readonly Protocol: "protocol";
2287
- readonly Region: "region";
2288
- readonly Scheme: "scheme";
2289
- readonly Environment: "environment";
2290
- readonly UserAgent: "user_agent";
2291
- readonly GeoContinent: "geo_continent";
2292
- readonly GeoCountry: "geo_country";
2293
- readonly GeoCountryRegion: "geo_country_region";
2294
- readonly GeoCity: "geo_city";
2295
- readonly GeoAsNumber: "geo_as_number";
2296
- readonly Ja4Digest: "ja4_digest";
2297
- readonly Ja3Digest: "ja3_digest";
2298
- readonly RateLimitApiId: "rate_limit_api_id";
2299
- }>;
2300
- /** @deprecated use `PutFirewallConfigSecurityType$outboundSchema` instead. */
2301
- const outboundSchema: z.ZodNativeEnum<{
2302
- readonly Host: "host";
2303
- readonly Path: "path";
2304
- readonly Method: "method";
2305
- readonly Header: "header";
2306
- readonly Query: "query";
2307
- readonly Cookie: "cookie";
2308
- readonly TargetPath: "target_path";
2309
- readonly RawPath: "raw_path";
2310
- readonly IpAddress: "ip_address";
2311
- readonly Protocol: "protocol";
2312
- readonly Region: "region";
2313
- readonly Scheme: "scheme";
2314
- readonly Environment: "environment";
2315
- readonly UserAgent: "user_agent";
2316
- readonly GeoContinent: "geo_continent";
2317
- readonly GeoCountry: "geo_country";
2318
- readonly GeoCountryRegion: "geo_country_region";
2319
- readonly GeoCity: "geo_city";
2320
- readonly GeoAsNumber: "geo_as_number";
2321
- readonly Ja4Digest: "ja4_digest";
2322
- readonly Ja3Digest: "ja3_digest";
2323
- readonly RateLimitApiId: "rate_limit_api_id";
2324
- }>;
2325
- }
2326
- /** @internal */
2327
- export declare const PutFirewallConfigOp$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigOp>;
2328
- /** @internal */
2329
- export declare const PutFirewallConfigOp$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigOp>;
2330
- /**
2331
- * @internal
2332
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2333
- */
2334
- export declare namespace PutFirewallConfigOp$ {
2335
- /** @deprecated use `PutFirewallConfigOp$inboundSchema` instead. */
2336
- const inboundSchema: z.ZodNativeEnum<{
2337
- readonly Re: "re";
2338
- readonly Eq: "eq";
2339
- readonly Ex: "ex";
2340
- readonly Inc: "inc";
2341
- readonly Pre: "pre";
2342
- readonly Suf: "suf";
2343
- readonly Sub: "sub";
2344
- readonly Gt: "gt";
2345
- readonly Gte: "gte";
2346
- readonly Lt: "lt";
2347
- readonly Lte: "lte";
2348
- readonly Nex: "nex";
2349
- readonly Ninc: "ninc";
2350
- readonly Neq: "neq";
2351
- }>;
2352
- /** @deprecated use `PutFirewallConfigOp$outboundSchema` instead. */
2353
- const outboundSchema: z.ZodNativeEnum<{
2354
- readonly Re: "re";
2355
- readonly Eq: "eq";
2356
- readonly Ex: "ex";
2357
- readonly Inc: "inc";
2358
- readonly Pre: "pre";
2359
- readonly Suf: "suf";
2360
- readonly Sub: "sub";
2361
- readonly Gt: "gt";
2362
- readonly Gte: "gte";
2363
- readonly Lt: "lt";
2364
- readonly Lte: "lte";
2365
- readonly Nex: "nex";
2366
- readonly Ninc: "ninc";
2367
- readonly Neq: "neq";
2368
- }>;
2369
- }
2370
- /** @internal */
2371
- export declare const PutFirewallConfigSecurityValue$inboundSchema: z.ZodType<PutFirewallConfigSecurityValue, z.ZodTypeDef, unknown>;
2372
- /** @internal */
2373
- export type PutFirewallConfigSecurityValue$Outbound = string | number | Array<string>;
2374
- /** @internal */
2375
- export declare const PutFirewallConfigSecurityValue$outboundSchema: z.ZodType<PutFirewallConfigSecurityValue$Outbound, z.ZodTypeDef, PutFirewallConfigSecurityValue>;
2376
- /**
2377
- * @internal
2378
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2379
- */
2380
- export declare namespace PutFirewallConfigSecurityValue$ {
2381
- /** @deprecated use `PutFirewallConfigSecurityValue$inboundSchema` instead. */
2382
- const inboundSchema: z.ZodType<PutFirewallConfigSecurityValue, z.ZodTypeDef, unknown>;
2383
- /** @deprecated use `PutFirewallConfigSecurityValue$outboundSchema` instead. */
2384
- const outboundSchema: z.ZodType<PutFirewallConfigSecurityValue$Outbound, z.ZodTypeDef, PutFirewallConfigSecurityValue>;
2385
- /** @deprecated use `PutFirewallConfigSecurityValue$Outbound` instead. */
2386
- type Outbound = PutFirewallConfigSecurityValue$Outbound;
2387
- }
2388
- export declare function putFirewallConfigSecurityValueToJSON(putFirewallConfigSecurityValue: PutFirewallConfigSecurityValue): string;
2389
- export declare function putFirewallConfigSecurityValueFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigSecurityValue, SDKValidationError>;
2390
- /** @internal */
2391
- export declare const PutFirewallConfigConditions$inboundSchema: z.ZodType<PutFirewallConfigConditions, z.ZodTypeDef, unknown>;
2392
- /** @internal */
2393
- export type PutFirewallConfigConditions$Outbound = {
2394
- type: string;
2395
- op: string;
2396
- neg?: boolean | undefined;
2397
- key?: string | undefined;
2398
- value?: string | number | Array<string> | undefined;
2399
- };
2400
- /** @internal */
2401
- export declare const PutFirewallConfigConditions$outboundSchema: z.ZodType<PutFirewallConfigConditions$Outbound, z.ZodTypeDef, PutFirewallConfigConditions>;
2402
- /**
2403
- * @internal
2404
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2405
- */
2406
- export declare namespace PutFirewallConfigConditions$ {
2407
- /** @deprecated use `PutFirewallConfigConditions$inboundSchema` instead. */
2408
- const inboundSchema: z.ZodType<PutFirewallConfigConditions, z.ZodTypeDef, unknown>;
2409
- /** @deprecated use `PutFirewallConfigConditions$outboundSchema` instead. */
2410
- const outboundSchema: z.ZodType<PutFirewallConfigConditions$Outbound, z.ZodTypeDef, PutFirewallConfigConditions>;
2411
- /** @deprecated use `PutFirewallConfigConditions$Outbound` instead. */
2412
- type Outbound = PutFirewallConfigConditions$Outbound;
2413
- }
2414
- export declare function putFirewallConfigConditionsToJSON(putFirewallConfigConditions: PutFirewallConfigConditions): string;
2415
- export declare function putFirewallConfigConditionsFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigConditions, SDKValidationError>;
2416
- /** @internal */
2417
- export declare const PutFirewallConfigConditionGroup$inboundSchema: z.ZodType<PutFirewallConfigConditionGroup, z.ZodTypeDef, unknown>;
2418
- /** @internal */
2419
- export type PutFirewallConfigConditionGroup$Outbound = {
2420
- conditions: Array<PutFirewallConfigConditions$Outbound>;
2421
- };
2422
- /** @internal */
2423
- export declare const PutFirewallConfigConditionGroup$outboundSchema: z.ZodType<PutFirewallConfigConditionGroup$Outbound, z.ZodTypeDef, PutFirewallConfigConditionGroup>;
2424
- /**
2425
- * @internal
2426
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2427
- */
2428
- export declare namespace PutFirewallConfigConditionGroup$ {
2429
- /** @deprecated use `PutFirewallConfigConditionGroup$inboundSchema` instead. */
2430
- const inboundSchema: z.ZodType<PutFirewallConfigConditionGroup, z.ZodTypeDef, unknown>;
2431
- /** @deprecated use `PutFirewallConfigConditionGroup$outboundSchema` instead. */
2432
- const outboundSchema: z.ZodType<PutFirewallConfigConditionGroup$Outbound, z.ZodTypeDef, PutFirewallConfigConditionGroup>;
2433
- /** @deprecated use `PutFirewallConfigConditionGroup$Outbound` instead. */
2434
- type Outbound = PutFirewallConfigConditionGroup$Outbound;
2435
- }
2436
- export declare function putFirewallConfigConditionGroupToJSON(putFirewallConfigConditionGroup: PutFirewallConfigConditionGroup): string;
2437
- export declare function putFirewallConfigConditionGroupFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigConditionGroup, SDKValidationError>;
2438
- /** @internal */
2439
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction>;
2440
- /** @internal */
2441
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction>;
2442
- /**
2443
- * @internal
2444
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2445
- */
2446
- export declare namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$ {
2447
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$inboundSchema` instead. */
2448
- const inboundSchema: z.ZodNativeEnum<{
2449
- readonly Deny: "deny";
2450
- readonly Log: "log";
2451
- readonly Challenge: "challenge";
2452
- readonly Bypass: "bypass";
2453
- readonly RateLimit: "rate_limit";
2454
- readonly Redirect: "redirect";
2455
- }>;
2456
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$outboundSchema` instead. */
2457
- const outboundSchema: z.ZodNativeEnum<{
2458
- readonly Deny: "deny";
2459
- readonly Log: "log";
2460
- readonly Challenge: "challenge";
2461
- readonly Bypass: "bypass";
2462
- readonly RateLimit: "rate_limit";
2463
- readonly Redirect: "redirect";
2464
- }>;
2465
- }
2466
- /** @internal */
2467
- export declare const PutFirewallConfigAlgo$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigAlgo>;
2468
- /** @internal */
2469
- export declare const PutFirewallConfigAlgo$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigAlgo>;
2470
- /**
2471
- * @internal
2472
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2473
- */
2474
- export declare namespace PutFirewallConfigAlgo$ {
2475
- /** @deprecated use `PutFirewallConfigAlgo$inboundSchema` instead. */
2476
- const inboundSchema: z.ZodNativeEnum<{
2477
- readonly FixedWindow: "fixed_window";
2478
- readonly TokenBucket: "token_bucket";
2479
- }>;
2480
- /** @deprecated use `PutFirewallConfigAlgo$outboundSchema` instead. */
2481
- const outboundSchema: z.ZodNativeEnum<{
2482
- readonly FixedWindow: "fixed_window";
2483
- readonly TokenBucket: "token_bucket";
2484
- }>;
2485
- }
2486
- /** @internal */
2487
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction>;
2488
- /** @internal */
2489
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction>;
2490
- /**
2491
- * @internal
2492
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2493
- */
2494
- export declare namespace PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$ {
2495
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$inboundSchema` instead. */
2496
- const inboundSchema: z.ZodNativeEnum<{
2497
- readonly Deny: "deny";
2498
- readonly Log: "log";
2499
- readonly Challenge: "challenge";
2500
- readonly RateLimit: "rate_limit";
2501
- }>;
2502
- /** @deprecated use `PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$outboundSchema` instead. */
2503
- const outboundSchema: z.ZodNativeEnum<{
2504
- readonly Deny: "deny";
2505
- readonly Log: "log";
2506
- readonly Challenge: "challenge";
2507
- readonly RateLimit: "rate_limit";
2508
- }>;
2509
- }
2510
- /** @internal */
2511
- export declare const PutFirewallConfigRateLimit$inboundSchema: z.ZodType<PutFirewallConfigRateLimit, z.ZodTypeDef, unknown>;
2512
- /** @internal */
2513
- export type PutFirewallConfigRateLimit$Outbound = {
2514
- algo: string;
2515
- window: number;
2516
- limit: number;
2517
- keys: Array<string>;
2518
- action?: string | null | undefined;
2519
- };
2520
- /** @internal */
2521
- export declare const PutFirewallConfigRateLimit$outboundSchema: z.ZodType<PutFirewallConfigRateLimit$Outbound, z.ZodTypeDef, PutFirewallConfigRateLimit>;
2522
- /**
2523
- * @internal
2524
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2525
- */
2526
- export declare namespace PutFirewallConfigRateLimit$ {
2527
- /** @deprecated use `PutFirewallConfigRateLimit$inboundSchema` instead. */
2528
- const inboundSchema: z.ZodType<PutFirewallConfigRateLimit, z.ZodTypeDef, unknown>;
2529
- /** @deprecated use `PutFirewallConfigRateLimit$outboundSchema` instead. */
2530
- const outboundSchema: z.ZodType<PutFirewallConfigRateLimit$Outbound, z.ZodTypeDef, PutFirewallConfigRateLimit>;
2531
- /** @deprecated use `PutFirewallConfigRateLimit$Outbound` instead. */
2532
- type Outbound = PutFirewallConfigRateLimit$Outbound;
2533
- }
2534
- export declare function putFirewallConfigRateLimitToJSON(putFirewallConfigRateLimit: PutFirewallConfigRateLimit): string;
2535
- export declare function putFirewallConfigRateLimitFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRateLimit, SDKValidationError>;
2536
- /** @internal */
2537
- export declare const PutFirewallConfigRedirect$inboundSchema: z.ZodType<PutFirewallConfigRedirect, z.ZodTypeDef, unknown>;
2538
- /** @internal */
2539
- export type PutFirewallConfigRedirect$Outbound = {
2540
- location: string;
2541
- permanent: boolean;
2542
- };
2543
- /** @internal */
2544
- export declare const PutFirewallConfigRedirect$outboundSchema: z.ZodType<PutFirewallConfigRedirect$Outbound, z.ZodTypeDef, PutFirewallConfigRedirect>;
2545
- /**
2546
- * @internal
2547
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2548
- */
2549
- export declare namespace PutFirewallConfigRedirect$ {
2550
- /** @deprecated use `PutFirewallConfigRedirect$inboundSchema` instead. */
2551
- const inboundSchema: z.ZodType<PutFirewallConfigRedirect, z.ZodTypeDef, unknown>;
2552
- /** @deprecated use `PutFirewallConfigRedirect$outboundSchema` instead. */
2553
- const outboundSchema: z.ZodType<PutFirewallConfigRedirect$Outbound, z.ZodTypeDef, PutFirewallConfigRedirect>;
2554
- /** @deprecated use `PutFirewallConfigRedirect$Outbound` instead. */
2555
- type Outbound = PutFirewallConfigRedirect$Outbound;
2556
- }
2557
- export declare function putFirewallConfigRedirectToJSON(putFirewallConfigRedirect: PutFirewallConfigRedirect): string;
2558
- export declare function putFirewallConfigRedirectFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRedirect, SDKValidationError>;
2559
- /** @internal */
2560
- export declare const PutFirewallConfigMitigate$inboundSchema: z.ZodType<PutFirewallConfigMitigate, z.ZodTypeDef, unknown>;
2561
- /** @internal */
2562
- export type PutFirewallConfigMitigate$Outbound = {
2563
- action: string;
2564
- rateLimit?: PutFirewallConfigRateLimit$Outbound | null | undefined;
2565
- redirect?: PutFirewallConfigRedirect$Outbound | null | undefined;
2566
- actionDuration?: string | null | undefined;
2567
- };
2568
- /** @internal */
2569
- export declare const PutFirewallConfigMitigate$outboundSchema: z.ZodType<PutFirewallConfigMitigate$Outbound, z.ZodTypeDef, PutFirewallConfigMitigate>;
2570
- /**
2571
- * @internal
2572
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2573
- */
2574
- export declare namespace PutFirewallConfigMitigate$ {
2575
- /** @deprecated use `PutFirewallConfigMitigate$inboundSchema` instead. */
2576
- const inboundSchema: z.ZodType<PutFirewallConfigMitigate, z.ZodTypeDef, unknown>;
2577
- /** @deprecated use `PutFirewallConfigMitigate$outboundSchema` instead. */
2578
- const outboundSchema: z.ZodType<PutFirewallConfigMitigate$Outbound, z.ZodTypeDef, PutFirewallConfigMitigate>;
2579
- /** @deprecated use `PutFirewallConfigMitigate$Outbound` instead. */
2580
- type Outbound = PutFirewallConfigMitigate$Outbound;
2581
- }
2582
- export declare function putFirewallConfigMitigateToJSON(putFirewallConfigMitigate: PutFirewallConfigMitigate): string;
2583
- export declare function putFirewallConfigMitigateFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigMitigate, SDKValidationError>;
2584
- /** @internal */
2585
- export declare const PutFirewallConfigSecurityResponseAction$inboundSchema: z.ZodType<PutFirewallConfigSecurityResponseAction, z.ZodTypeDef, unknown>;
2586
- /** @internal */
2587
- export type PutFirewallConfigSecurityResponseAction$Outbound = {
2588
- mitigate?: PutFirewallConfigMitigate$Outbound | undefined;
2589
- };
2590
- /** @internal */
2591
- export declare const PutFirewallConfigSecurityResponseAction$outboundSchema: z.ZodType<PutFirewallConfigSecurityResponseAction$Outbound, z.ZodTypeDef, PutFirewallConfigSecurityResponseAction>;
2592
- /**
2593
- * @internal
2594
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2595
- */
2596
- export declare namespace PutFirewallConfigSecurityResponseAction$ {
2597
- /** @deprecated use `PutFirewallConfigSecurityResponseAction$inboundSchema` instead. */
2598
- const inboundSchema: z.ZodType<PutFirewallConfigSecurityResponseAction, z.ZodTypeDef, unknown>;
2599
- /** @deprecated use `PutFirewallConfigSecurityResponseAction$outboundSchema` instead. */
2600
- const outboundSchema: z.ZodType<PutFirewallConfigSecurityResponseAction$Outbound, z.ZodTypeDef, PutFirewallConfigSecurityResponseAction>;
2601
- /** @deprecated use `PutFirewallConfigSecurityResponseAction$Outbound` instead. */
2602
- type Outbound = PutFirewallConfigSecurityResponseAction$Outbound;
2603
- }
2604
- export declare function putFirewallConfigSecurityResponseActionToJSON(putFirewallConfigSecurityResponseAction: PutFirewallConfigSecurityResponseAction): string;
2605
- export declare function putFirewallConfigSecurityResponseActionFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigSecurityResponseAction, SDKValidationError>;
2606
- /** @internal */
2607
- export declare const PutFirewallConfigRules$inboundSchema: z.ZodType<PutFirewallConfigRules, z.ZodTypeDef, unknown>;
2608
- /** @internal */
2609
- export type PutFirewallConfigRules$Outbound = {
2610
- id: string;
2611
- name: string;
2612
- description?: string | undefined;
2613
- active: boolean;
2614
- conditionGroup: Array<PutFirewallConfigConditionGroup$Outbound>;
2615
- action: PutFirewallConfigSecurityResponseAction$Outbound;
2616
- };
2617
- /** @internal */
2618
- export declare const PutFirewallConfigRules$outboundSchema: z.ZodType<PutFirewallConfigRules$Outbound, z.ZodTypeDef, PutFirewallConfigRules>;
2619
- /**
2620
- * @internal
2621
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2622
- */
2623
- export declare namespace PutFirewallConfigRules$ {
2624
- /** @deprecated use `PutFirewallConfigRules$inboundSchema` instead. */
2625
- const inboundSchema: z.ZodType<PutFirewallConfigRules, z.ZodTypeDef, unknown>;
2626
- /** @deprecated use `PutFirewallConfigRules$outboundSchema` instead. */
2627
- const outboundSchema: z.ZodType<PutFirewallConfigRules$Outbound, z.ZodTypeDef, PutFirewallConfigRules>;
2628
- /** @deprecated use `PutFirewallConfigRules$Outbound` instead. */
2629
- type Outbound = PutFirewallConfigRules$Outbound;
2630
- }
2631
- export declare function putFirewallConfigRulesToJSON(putFirewallConfigRules: PutFirewallConfigRules): string;
2632
- export declare function putFirewallConfigRulesFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRules, SDKValidationError>;
2633
- /** @internal */
2634
- export declare const PutFirewallConfigSecurityResponse200Action$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200Action>;
2635
- /** @internal */
2636
- export declare const PutFirewallConfigSecurityResponse200Action$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200Action>;
2637
- /**
2638
- * @internal
2639
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2640
- */
2641
- export declare namespace PutFirewallConfigSecurityResponse200Action$ {
2642
- /** @deprecated use `PutFirewallConfigSecurityResponse200Action$inboundSchema` instead. */
2643
- const inboundSchema: z.ZodNativeEnum<{
2644
- readonly Deny: "deny";
2645
- readonly Log: "log";
2646
- readonly Challenge: "challenge";
2647
- readonly Bypass: "bypass";
2648
- }>;
2649
- /** @deprecated use `PutFirewallConfigSecurityResponse200Action$outboundSchema` instead. */
2650
- const outboundSchema: z.ZodNativeEnum<{
2651
- readonly Deny: "deny";
2652
- readonly Log: "log";
2653
- readonly Challenge: "challenge";
2654
- readonly Bypass: "bypass";
2655
- }>;
2656
- }
2657
- /** @internal */
2658
- export declare const PutFirewallConfigIps$inboundSchema: z.ZodType<PutFirewallConfigIps, z.ZodTypeDef, unknown>;
2659
- /** @internal */
2660
- export type PutFirewallConfigIps$Outbound = {
2661
- id: string;
2662
- hostname: string;
2663
- ip: string;
2664
- notes?: string | undefined;
2665
- action: string;
2666
- };
2667
- /** @internal */
2668
- export declare const PutFirewallConfigIps$outboundSchema: z.ZodType<PutFirewallConfigIps$Outbound, z.ZodTypeDef, PutFirewallConfigIps>;
2669
- /**
2670
- * @internal
2671
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2672
- */
2673
- export declare namespace PutFirewallConfigIps$ {
2674
- /** @deprecated use `PutFirewallConfigIps$inboundSchema` instead. */
2675
- const inboundSchema: z.ZodType<PutFirewallConfigIps, z.ZodTypeDef, unknown>;
2676
- /** @deprecated use `PutFirewallConfigIps$outboundSchema` instead. */
2677
- const outboundSchema: z.ZodType<PutFirewallConfigIps$Outbound, z.ZodTypeDef, PutFirewallConfigIps>;
2678
- /** @deprecated use `PutFirewallConfigIps$Outbound` instead. */
2679
- type Outbound = PutFirewallConfigIps$Outbound;
2680
- }
2681
- export declare function putFirewallConfigIpsToJSON(putFirewallConfigIps: PutFirewallConfigIps): string;
2682
- export declare function putFirewallConfigIpsFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigIps, SDKValidationError>;
2683
- /** @internal */
2684
- export declare const PutFirewallConfigChanges$inboundSchema: z.ZodType<PutFirewallConfigChanges, z.ZodTypeDef, unknown>;
2685
- /** @internal */
2686
- export type PutFirewallConfigChanges$Outbound = {};
2687
- /** @internal */
2688
- export declare const PutFirewallConfigChanges$outboundSchema: z.ZodType<PutFirewallConfigChanges$Outbound, z.ZodTypeDef, PutFirewallConfigChanges>;
2689
- /**
2690
- * @internal
2691
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2692
- */
2693
- export declare namespace PutFirewallConfigChanges$ {
2694
- /** @deprecated use `PutFirewallConfigChanges$inboundSchema` instead. */
2695
- const inboundSchema: z.ZodType<PutFirewallConfigChanges, z.ZodTypeDef, unknown>;
2696
- /** @deprecated use `PutFirewallConfigChanges$outboundSchema` instead. */
2697
- const outboundSchema: z.ZodType<PutFirewallConfigChanges$Outbound, z.ZodTypeDef, PutFirewallConfigChanges>;
2698
- /** @deprecated use `PutFirewallConfigChanges$Outbound` instead. */
2699
- type Outbound = PutFirewallConfigChanges$Outbound;
2700
- }
2701
- export declare function putFirewallConfigChangesToJSON(putFirewallConfigChanges: PutFirewallConfigChanges): string;
2702
- export declare function putFirewallConfigChangesFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigChanges, SDKValidationError>;
2703
- /** @internal */
2704
- export declare const PutFirewallConfigOwasp$inboundSchema: z.ZodType<PutFirewallConfigOwasp, z.ZodTypeDef, unknown>;
2705
- /** @internal */
2706
- export type PutFirewallConfigOwasp$Outbound = {
2707
- active: boolean;
2708
- updatedAt?: string | undefined;
2709
- userId?: string | undefined;
2710
- username?: string | undefined;
2711
- };
2712
- /** @internal */
2713
- export declare const PutFirewallConfigOwasp$outboundSchema: z.ZodType<PutFirewallConfigOwasp$Outbound, z.ZodTypeDef, PutFirewallConfigOwasp>;
2714
- /**
2715
- * @internal
2716
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2717
- */
2718
- export declare namespace PutFirewallConfigOwasp$ {
2719
- /** @deprecated use `PutFirewallConfigOwasp$inboundSchema` instead. */
2720
- const inboundSchema: z.ZodType<PutFirewallConfigOwasp, z.ZodTypeDef, unknown>;
2721
- /** @deprecated use `PutFirewallConfigOwasp$outboundSchema` instead. */
2722
- const outboundSchema: z.ZodType<PutFirewallConfigOwasp$Outbound, z.ZodTypeDef, PutFirewallConfigOwasp>;
2723
- /** @deprecated use `PutFirewallConfigOwasp$Outbound` instead. */
2724
- type Outbound = PutFirewallConfigOwasp$Outbound;
2725
- }
2726
- export declare function putFirewallConfigOwaspToJSON(putFirewallConfigOwasp: PutFirewallConfigOwasp): string;
2727
- export declare function putFirewallConfigOwaspFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigOwasp, SDKValidationError>;
2728
- /** @internal */
2729
- export declare const PutFirewallConfigVerifiedBotsBypass$inboundSchema: z.ZodType<PutFirewallConfigVerifiedBotsBypass, z.ZodTypeDef, unknown>;
2730
- /** @internal */
2731
- export type PutFirewallConfigVerifiedBotsBypass$Outbound = {
2732
- active: boolean;
2733
- updatedAt?: string | undefined;
2734
- userId?: string | undefined;
2735
- username?: string | undefined;
2736
- };
2737
- /** @internal */
2738
- export declare const PutFirewallConfigVerifiedBotsBypass$outboundSchema: z.ZodType<PutFirewallConfigVerifiedBotsBypass$Outbound, z.ZodTypeDef, PutFirewallConfigVerifiedBotsBypass>;
2739
- /**
2740
- * @internal
2741
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2742
- */
2743
- export declare namespace PutFirewallConfigVerifiedBotsBypass$ {
2744
- /** @deprecated use `PutFirewallConfigVerifiedBotsBypass$inboundSchema` instead. */
2745
- const inboundSchema: z.ZodType<PutFirewallConfigVerifiedBotsBypass, z.ZodTypeDef, unknown>;
2746
- /** @deprecated use `PutFirewallConfigVerifiedBotsBypass$outboundSchema` instead. */
2747
- const outboundSchema: z.ZodType<PutFirewallConfigVerifiedBotsBypass$Outbound, z.ZodTypeDef, PutFirewallConfigVerifiedBotsBypass>;
2748
- /** @deprecated use `PutFirewallConfigVerifiedBotsBypass$Outbound` instead. */
2749
- type Outbound = PutFirewallConfigVerifiedBotsBypass$Outbound;
2750
- }
2751
- export declare function putFirewallConfigVerifiedBotsBypassToJSON(putFirewallConfigVerifiedBotsBypass: PutFirewallConfigVerifiedBotsBypass): string;
2752
- export declare function putFirewallConfigVerifiedBotsBypassFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigVerifiedBotsBypass, SDKValidationError>;
2753
- /** @internal */
2754
- export declare const PutFirewallConfigManagedRules$inboundSchema: z.ZodType<PutFirewallConfigManagedRules, z.ZodTypeDef, unknown>;
2755
- /** @internal */
2756
- export type PutFirewallConfigManagedRules$Outbound = {
2757
- owasp?: PutFirewallConfigOwasp$Outbound | undefined;
2758
- verifiedBotsBypass?: PutFirewallConfigVerifiedBotsBypass$Outbound | undefined;
2759
- };
2760
- /** @internal */
2761
- export declare const PutFirewallConfigManagedRules$outboundSchema: z.ZodType<PutFirewallConfigManagedRules$Outbound, z.ZodTypeDef, PutFirewallConfigManagedRules>;
2762
- /**
2763
- * @internal
2764
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2765
- */
2766
- export declare namespace PutFirewallConfigManagedRules$ {
2767
- /** @deprecated use `PutFirewallConfigManagedRules$inboundSchema` instead. */
2768
- const inboundSchema: z.ZodType<PutFirewallConfigManagedRules, z.ZodTypeDef, unknown>;
2769
- /** @deprecated use `PutFirewallConfigManagedRules$outboundSchema` instead. */
2770
- const outboundSchema: z.ZodType<PutFirewallConfigManagedRules$Outbound, z.ZodTypeDef, PutFirewallConfigManagedRules>;
2771
- /** @deprecated use `PutFirewallConfigManagedRules$Outbound` instead. */
2772
- type Outbound = PutFirewallConfigManagedRules$Outbound;
2773
- }
2774
- export declare function putFirewallConfigManagedRulesToJSON(putFirewallConfigManagedRules: PutFirewallConfigManagedRules): string;
2775
- export declare function putFirewallConfigManagedRulesFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigManagedRules, SDKValidationError>;
2776
- /** @internal */
2777
- export declare const Active$inboundSchema: z.ZodType<Active, z.ZodTypeDef, unknown>;
2778
- /** @internal */
2779
- export type Active$Outbound = {
2780
- ownerId: string;
2781
- projectKey: string;
2782
- id: string;
2783
- version: number;
2784
- updatedAt: string;
2785
- firewallEnabled: boolean;
2786
- crs: PutFirewallConfigCrs$Outbound;
2787
- rules: Array<PutFirewallConfigRules$Outbound>;
2788
- ips: Array<PutFirewallConfigIps$Outbound>;
2789
- changes: Array<PutFirewallConfigChanges$Outbound>;
2790
- managedRules?: PutFirewallConfigManagedRules$Outbound | undefined;
2791
- };
2792
- /** @internal */
2793
- export declare const Active$outboundSchema: z.ZodType<Active$Outbound, z.ZodTypeDef, Active>;
2794
- /**
2795
- * @internal
2796
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2797
- */
2798
- export declare namespace Active$ {
2799
- /** @deprecated use `Active$inboundSchema` instead. */
2800
- const inboundSchema: z.ZodType<Active, z.ZodTypeDef, unknown>;
2801
- /** @deprecated use `Active$outboundSchema` instead. */
2802
- const outboundSchema: z.ZodType<Active$Outbound, z.ZodTypeDef, Active>;
2803
- /** @deprecated use `Active$Outbound` instead. */
2804
- type Outbound = Active$Outbound;
2805
- }
2806
- export declare function activeToJSON(active: Active): string;
2807
- export declare function activeFromJSON(jsonString: string): SafeParseResult<Active, SDKValidationError>;
2808
- /** @internal */
2809
- export declare const PutFirewallConfigResponseBody$inboundSchema: z.ZodType<PutFirewallConfigResponseBody, z.ZodTypeDef, unknown>;
2810
- /** @internal */
2811
- export type PutFirewallConfigResponseBody$Outbound = {
2812
- active: Active$Outbound;
2813
- };
2814
- /** @internal */
2815
- export declare const PutFirewallConfigResponseBody$outboundSchema: z.ZodType<PutFirewallConfigResponseBody$Outbound, z.ZodTypeDef, PutFirewallConfigResponseBody>;
2816
- /**
2817
- * @internal
2818
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2819
- */
2820
- export declare namespace PutFirewallConfigResponseBody$ {
2821
- /** @deprecated use `PutFirewallConfigResponseBody$inboundSchema` instead. */
2822
- const inboundSchema: z.ZodType<PutFirewallConfigResponseBody, z.ZodTypeDef, unknown>;
2823
- /** @deprecated use `PutFirewallConfigResponseBody$outboundSchema` instead. */
2824
- const outboundSchema: z.ZodType<PutFirewallConfigResponseBody$Outbound, z.ZodTypeDef, PutFirewallConfigResponseBody>;
2825
- /** @deprecated use `PutFirewallConfigResponseBody$Outbound` instead. */
2826
- type Outbound = PutFirewallConfigResponseBody$Outbound;
2827
- }
2828
- export declare function putFirewallConfigResponseBodyToJSON(putFirewallConfigResponseBody: PutFirewallConfigResponseBody): string;
2829
- export declare function putFirewallConfigResponseBodyFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigResponseBody, SDKValidationError>;
2830
- //# sourceMappingURL=putfirewallconfigop.d.ts.map