@vercel/sdk 1.18.1 → 1.18.3

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 (343) hide show
  1. package/README.md +75 -80
  2. package/bin/mcp-server.js +4746 -2929
  3. package/bin/mcp-server.js.map +63 -45
  4. package/esm/__tests__/domains.test.js +12 -65
  5. package/esm/__tests__/domains.test.js.map +1 -1
  6. package/esm/__tests__/edgeconfig.test.js +6 -6
  7. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  8. package/esm/__tests__/integrations.test.js +1 -1
  9. package/esm/__tests__/logdrains.test.js +6 -2
  10. package/esm/__tests__/logdrains.test.js.map +1 -1
  11. package/esm/__tests__/security.test.js +20 -35
  12. package/esm/__tests__/security.test.js.map +1 -1
  13. package/esm/__tests__/teams.test.js +16 -0
  14. package/esm/__tests__/teams.test.js.map +1 -1
  15. package/esm/__tests__/vercel.test.js +150 -1
  16. package/esm/__tests__/vercel.test.js.map +1 -1
  17. package/esm/funcs/deleteV1BulkRedirects.d.ts +14 -0
  18. package/esm/funcs/deleteV1BulkRedirects.d.ts.map +1 -0
  19. package/esm/funcs/deleteV1BulkRedirects.js +74 -0
  20. package/esm/funcs/deleteV1BulkRedirects.js.map +1 -0
  21. package/esm/funcs/domainsCreateOrTransferDomain.js +2 -2
  22. package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -1
  23. package/esm/funcs/getV1BulkRedirects.d.ts +14 -0
  24. package/esm/funcs/getV1BulkRedirects.d.ts.map +1 -0
  25. package/esm/funcs/getV1BulkRedirects.js +80 -0
  26. package/esm/funcs/getV1BulkRedirects.js.map +1 -0
  27. package/esm/funcs/getV1BulkRedirectsVersions.d.ts +14 -0
  28. package/esm/funcs/getV1BulkRedirectsVersions.d.ts.map +1 -0
  29. package/esm/funcs/getV1BulkRedirectsVersions.js +73 -0
  30. package/esm/funcs/getV1BulkRedirectsVersions.js.map +1 -0
  31. package/esm/funcs/integrationsGetBillingPlans.js +1 -0
  32. package/esm/funcs/integrationsGetBillingPlans.js.map +1 -1
  33. package/esm/funcs/patchV1BulkRedirects.d.ts +14 -0
  34. package/esm/funcs/patchV1BulkRedirects.d.ts.map +1 -0
  35. package/esm/funcs/patchV1BulkRedirects.js +74 -0
  36. package/esm/funcs/patchV1BulkRedirects.js.map +1 -0
  37. package/esm/funcs/postV1BulkRedirectsRestore.d.ts +14 -0
  38. package/esm/funcs/postV1BulkRedirectsRestore.d.ts.map +1 -0
  39. package/esm/funcs/postV1BulkRedirectsRestore.js +74 -0
  40. package/esm/funcs/postV1BulkRedirectsRestore.js.map +1 -0
  41. package/esm/funcs/postV1BulkRedirectsVersions.d.ts +14 -0
  42. package/esm/funcs/postV1BulkRedirectsVersions.d.ts.map +1 -0
  43. package/esm/funcs/postV1BulkRedirectsVersions.js +74 -0
  44. package/esm/funcs/postV1BulkRedirectsVersions.js.map +1 -0
  45. package/esm/funcs/putV1BulkRedirects.d.ts +11 -0
  46. package/esm/funcs/putV1BulkRedirects.d.ts.map +1 -0
  47. package/esm/funcs/putV1BulkRedirects.js +69 -0
  48. package/esm/funcs/putV1BulkRedirects.js.map +1 -0
  49. package/esm/funcs/teamsPostTeamDsyncRoles.d.ts +17 -0
  50. package/esm/funcs/teamsPostTeamDsyncRoles.d.ts.map +1 -0
  51. package/esm/funcs/{domainsBuyDomain.js → teamsPostTeamDsyncRoles.js} +17 -12
  52. package/esm/funcs/teamsPostTeamDsyncRoles.js.map +1 -0
  53. package/esm/lib/config.d.ts +3 -3
  54. package/esm/lib/config.js +3 -3
  55. package/esm/mcp-server/mcp-server.js +1 -1
  56. package/esm/mcp-server/server.d.ts.map +1 -1
  57. package/esm/mcp-server/server.js +17 -5
  58. package/esm/mcp-server/server.js.map +1 -1
  59. package/esm/mcp-server/tools/deleteV1BulkRedirects.d.ts +7 -0
  60. package/esm/mcp-server/tools/deleteV1BulkRedirects.d.ts.map +1 -0
  61. package/esm/mcp-server/tools/deleteV1BulkRedirects.js +26 -0
  62. package/esm/mcp-server/tools/deleteV1BulkRedirects.js.map +1 -0
  63. package/esm/mcp-server/tools/getV1BulkRedirects.d.ts +7 -0
  64. package/esm/mcp-server/tools/getV1BulkRedirects.d.ts.map +1 -0
  65. package/esm/mcp-server/tools/getV1BulkRedirects.js +26 -0
  66. package/esm/mcp-server/tools/getV1BulkRedirects.js.map +1 -0
  67. package/esm/mcp-server/tools/getV1BulkRedirectsVersions.d.ts +7 -0
  68. package/esm/mcp-server/tools/getV1BulkRedirectsVersions.d.ts.map +1 -0
  69. package/esm/mcp-server/tools/getV1BulkRedirectsVersions.js +26 -0
  70. package/esm/mcp-server/tools/getV1BulkRedirectsVersions.js.map +1 -0
  71. package/esm/mcp-server/tools/patchV1BulkRedirects.d.ts +7 -0
  72. package/esm/mcp-server/tools/patchV1BulkRedirects.d.ts.map +1 -0
  73. package/esm/mcp-server/tools/patchV1BulkRedirects.js +26 -0
  74. package/esm/mcp-server/tools/patchV1BulkRedirects.js.map +1 -0
  75. package/esm/mcp-server/tools/postV1BulkRedirectsRestore.d.ts +7 -0
  76. package/esm/mcp-server/tools/postV1BulkRedirectsRestore.d.ts.map +1 -0
  77. package/esm/mcp-server/tools/postV1BulkRedirectsRestore.js +26 -0
  78. package/esm/mcp-server/tools/postV1BulkRedirectsRestore.js.map +1 -0
  79. package/esm/mcp-server/tools/postV1BulkRedirectsVersions.d.ts +7 -0
  80. package/esm/mcp-server/tools/postV1BulkRedirectsVersions.d.ts.map +1 -0
  81. package/esm/mcp-server/tools/postV1BulkRedirectsVersions.js +26 -0
  82. package/esm/mcp-server/tools/postV1BulkRedirectsVersions.js.map +1 -0
  83. package/esm/mcp-server/tools/putV1BulkRedirects.d.ts +7 -0
  84. package/esm/mcp-server/tools/putV1BulkRedirects.d.ts.map +1 -0
  85. package/esm/mcp-server/tools/putV1BulkRedirects.js +26 -0
  86. package/esm/mcp-server/tools/putV1BulkRedirects.js.map +1 -0
  87. package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.d.ts +7 -0
  88. package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.d.ts.map +1 -0
  89. package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.js +28 -0
  90. package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.js.map +1 -0
  91. package/esm/models/artifactqueryop.d.ts +8 -8
  92. package/esm/models/artifactqueryop.d.ts.map +1 -1
  93. package/esm/models/artifactqueryop.js +8 -8
  94. package/esm/models/artifactqueryop.js.map +1 -1
  95. package/esm/models/authuser.d.ts +5 -0
  96. package/esm/models/authuser.d.ts.map +1 -1
  97. package/esm/models/authuser.js +2 -0
  98. package/esm/models/authuser.js.map +1 -1
  99. package/esm/models/canceldeploymentop.d.ts +48 -2
  100. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  101. package/esm/models/canceldeploymentop.js +44 -2
  102. package/esm/models/canceldeploymentop.js.map +1 -1
  103. package/esm/models/createdeploymentop.d.ts +48 -2
  104. package/esm/models/createdeploymentop.d.ts.map +1 -1
  105. package/esm/models/createdeploymentop.js +48 -2
  106. package/esm/models/createdeploymentop.js.map +1 -1
  107. package/esm/models/createedgeconfigop.d.ts +5 -0
  108. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  109. package/esm/models/createedgeconfigop.js +2 -0
  110. package/esm/models/createedgeconfigop.js.map +1 -1
  111. package/esm/models/createintegrationstoredirectop.d.ts +222 -152
  112. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  113. package/esm/models/createintegrationstoredirectop.js +298 -218
  114. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  115. package/esm/models/createortransferdomainop.d.ts +4 -40
  116. package/esm/models/createortransferdomainop.d.ts.map +1 -1
  117. package/esm/models/createortransferdomainop.js +0 -24
  118. package/esm/models/createortransferdomainop.js.map +1 -1
  119. package/esm/models/createprojectop.d.ts +138 -6
  120. package/esm/models/createprojectop.d.ts.map +1 -1
  121. package/esm/models/createprojectop.js +126 -6
  122. package/esm/models/createprojectop.js.map +1 -1
  123. package/esm/models/createwebhookop.d.ts +4 -2
  124. package/esm/models/createwebhookop.d.ts.map +1 -1
  125. package/esm/models/createwebhookop.js +4 -2
  126. package/esm/models/createwebhookop.js.map +1 -1
  127. package/esm/models/deletev1bulkredirectsop.d.ts +102 -0
  128. package/esm/models/deletev1bulkredirectsop.d.ts.map +1 -0
  129. package/esm/models/deletev1bulkredirectsop.js +95 -0
  130. package/esm/models/deletev1bulkredirectsop.js.map +1 -0
  131. package/esm/models/getbillingplansop.d.ts +2 -0
  132. package/esm/models/getbillingplansop.d.ts.map +1 -1
  133. package/esm/models/getbillingplansop.js +2 -0
  134. package/esm/models/getbillingplansop.js.map +1 -1
  135. package/esm/models/getconfigurationop.d.ts +61 -1
  136. package/esm/models/getconfigurationop.d.ts.map +1 -1
  137. package/esm/models/getconfigurationop.js +44 -1
  138. package/esm/models/getconfigurationop.js.map +1 -1
  139. package/esm/models/getconfigurationproductsop.d.ts +200 -200
  140. package/esm/models/getconfigurationproductsop.js +290 -290
  141. package/esm/models/getconfigurationsop.d.ts +61 -0
  142. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  143. package/esm/models/getconfigurationsop.js +44 -0
  144. package/esm/models/getconfigurationsop.js.map +1 -1
  145. package/esm/models/getdeploymenteventsop.d.ts +6 -6
  146. package/esm/models/getdeploymenteventsop.d.ts.map +1 -1
  147. package/esm/models/getdeploymenteventsop.js +6 -6
  148. package/esm/models/getdeploymenteventsop.js.map +1 -1
  149. package/esm/models/getdeploymentop.d.ts +94 -4
  150. package/esm/models/getdeploymentop.d.ts.map +1 -1
  151. package/esm/models/getdeploymentop.js +86 -4
  152. package/esm/models/getdeploymentop.js.map +1 -1
  153. package/esm/models/getedgeconfigop.d.ts +5 -0
  154. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  155. package/esm/models/getedgeconfigop.js +2 -0
  156. package/esm/models/getedgeconfigop.js.map +1 -1
  157. package/esm/models/getfirewallconfigop.d.ts +336 -103
  158. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  159. package/esm/models/getfirewallconfigop.js +358 -98
  160. package/esm/models/getfirewallconfigop.js.map +1 -1
  161. package/esm/models/getorderop.d.ts +126 -42
  162. package/esm/models/getorderop.d.ts.map +1 -1
  163. package/esm/models/getorderop.js +138 -24
  164. package/esm/models/getorderop.js.map +1 -1
  165. package/esm/models/getprojectdomainsop.d.ts +5 -5
  166. package/esm/models/getprojectdomainsop.d.ts.map +1 -1
  167. package/esm/models/getprojectdomainsop.js +5 -6
  168. package/esm/models/getprojectdomainsop.js.map +1 -1
  169. package/esm/models/getprojectsop.d.ts +109 -6
  170. package/esm/models/getprojectsop.d.ts.map +1 -1
  171. package/esm/models/getprojectsop.js +97 -6
  172. package/esm/models/getprojectsop.js.map +1 -1
  173. package/esm/models/getv1bulkredirectsop.d.ts +190 -0
  174. package/esm/models/getv1bulkredirectsop.d.ts.map +1 -0
  175. package/esm/models/getv1bulkredirectsop.js +195 -0
  176. package/esm/models/getv1bulkredirectsop.js.map +1 -0
  177. package/esm/models/getv1bulkredirectsversionsop.d.ts +80 -0
  178. package/esm/models/getv1bulkredirectsversionsop.d.ts.map +1 -0
  179. package/esm/models/getv1bulkredirectsversionsop.js +64 -0
  180. package/esm/models/getv1bulkredirectsversionsop.js.map +1 -0
  181. package/esm/models/getwebhookop.d.ts +2 -1
  182. package/esm/models/getwebhookop.d.ts.map +1 -1
  183. package/esm/models/getwebhookop.js +2 -1
  184. package/esm/models/getwebhookop.js.map +1 -1
  185. package/esm/models/getwebhooksop.d.ts +4 -2
  186. package/esm/models/getwebhooksop.d.ts.map +1 -1
  187. package/esm/models/getwebhooksop.js +4 -2
  188. package/esm/models/getwebhooksop.js.map +1 -1
  189. package/esm/models/listaccessgroupsop.d.ts +8 -8
  190. package/esm/models/listaccessgroupsop.d.ts.map +1 -1
  191. package/esm/models/listaccessgroupsop.js +8 -8
  192. package/esm/models/listaccessgroupsop.js.map +1 -1
  193. package/esm/models/patchv1bulkredirectsop.d.ts +133 -0
  194. package/esm/models/patchv1bulkredirectsop.d.ts.map +1 -0
  195. package/esm/models/patchv1bulkredirectsop.js +121 -0
  196. package/esm/models/patchv1bulkredirectsop.js.map +1 -0
  197. package/esm/models/postteamdsyncrolesop.d.ts +98 -0
  198. package/esm/models/postteamdsyncrolesop.d.ts.map +1 -0
  199. package/esm/models/postteamdsyncrolesop.js +113 -0
  200. package/esm/models/postteamdsyncrolesop.js.map +1 -0
  201. package/esm/models/postv1bulkredirectsrestoreop.d.ts +104 -0
  202. package/esm/models/postv1bulkredirectsrestoreop.d.ts.map +1 -0
  203. package/esm/models/postv1bulkredirectsrestoreop.js +96 -0
  204. package/esm/models/postv1bulkredirectsrestoreop.js.map +1 -0
  205. package/esm/models/postv1bulkredirectsversionsop.d.ts +110 -0
  206. package/esm/models/postv1bulkredirectsversionsop.d.ts.map +1 -0
  207. package/esm/models/postv1bulkredirectsversionsop.js +102 -0
  208. package/esm/models/postv1bulkredirectsversionsop.js.map +1 -0
  209. package/esm/models/putfirewallconfigop.d.ts +357 -100
  210. package/esm/models/putfirewallconfigop.d.ts.map +1 -1
  211. package/esm/models/putfirewallconfigop.js +379 -102
  212. package/esm/models/putfirewallconfigop.js.map +1 -1
  213. package/esm/models/putv1bulkredirectsop.d.ts +122 -0
  214. package/esm/models/putv1bulkredirectsop.d.ts.map +1 -0
  215. package/esm/models/putv1bulkredirectsop.js +108 -0
  216. package/esm/models/putv1bulkredirectsop.js.map +1 -0
  217. package/esm/models/updateedgeconfigop.d.ts +5 -0
  218. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  219. package/esm/models/updateedgeconfigop.js +2 -0
  220. package/esm/models/updateedgeconfigop.js.map +1 -1
  221. package/esm/models/updatefirewallconfigop.d.ts +30 -0
  222. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  223. package/esm/models/updatefirewallconfigop.js +32 -0
  224. package/esm/models/updatefirewallconfigop.js.map +1 -1
  225. package/esm/models/updateinstallationop.d.ts +18 -0
  226. package/esm/models/updateinstallationop.d.ts.map +1 -1
  227. package/esm/models/updateinstallationop.js +17 -0
  228. package/esm/models/updateinstallationop.js.map +1 -1
  229. package/esm/models/updateprojectdatacacheop.d.ts +124 -21
  230. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  231. package/esm/models/updateprojectdatacacheop.js +118 -24
  232. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  233. package/esm/models/updateprojectop.d.ts +138 -6
  234. package/esm/models/updateprojectop.d.ts.map +1 -1
  235. package/esm/models/updateprojectop.js +126 -6
  236. package/esm/models/updateprojectop.js.map +1 -1
  237. package/esm/models/updateprojectprotectionbypassop.d.ts +49 -0
  238. package/esm/models/updateprojectprotectionbypassop.d.ts.map +1 -1
  239. package/esm/models/updateprojectprotectionbypassop.js +27 -0
  240. package/esm/models/updateprojectprotectionbypassop.js.map +1 -1
  241. package/esm/models/userevent.d.ts +792 -966
  242. package/esm/models/userevent.d.ts.map +1 -1
  243. package/esm/models/userevent.js +1047 -1248
  244. package/esm/models/userevent.js.map +1 -1
  245. package/esm/sdk/domains.d.ts +0 -16
  246. package/esm/sdk/domains.d.ts.map +1 -1
  247. package/esm/sdk/domains.js +0 -20
  248. package/esm/sdk/domains.js.map +1 -1
  249. package/esm/sdk/sdk.d.ts +33 -1
  250. package/esm/sdk/sdk.d.ts.map +1 -1
  251. package/esm/sdk/sdk.js +47 -0
  252. package/esm/sdk/sdk.js.map +1 -1
  253. package/esm/sdk/teams.d.ts +8 -0
  254. package/esm/sdk/teams.d.ts.map +1 -1
  255. package/esm/sdk/teams.js +10 -0
  256. package/esm/sdk/teams.js.map +1 -1
  257. package/examples/package-lock.json +2 -2
  258. package/jsr.json +1 -1
  259. package/package.json +2 -2
  260. package/src/__tests__/domains.test.ts +16 -70
  261. package/src/__tests__/edgeconfig.test.ts +6 -6
  262. package/src/__tests__/integrations.test.ts +1 -1
  263. package/src/__tests__/logdrains.test.ts +6 -2
  264. package/src/__tests__/security.test.ts +20 -35
  265. package/src/__tests__/teams.test.ts +19 -0
  266. package/src/__tests__/vercel.test.ts +177 -1
  267. package/src/funcs/deleteV1BulkRedirects.ts +161 -0
  268. package/src/funcs/domainsCreateOrTransferDomain.ts +2 -2
  269. package/src/funcs/getV1BulkRedirects.ts +167 -0
  270. package/src/funcs/getV1BulkRedirectsVersions.ts +160 -0
  271. package/src/funcs/integrationsGetBillingPlans.ts +1 -0
  272. package/src/funcs/patchV1BulkRedirects.ts +161 -0
  273. package/src/funcs/postV1BulkRedirectsRestore.ts +161 -0
  274. package/src/funcs/postV1BulkRedirectsVersions.ts +161 -0
  275. package/src/funcs/putV1BulkRedirects.ts +156 -0
  276. package/src/funcs/{domainsBuyDomain.ts → teamsPostTeamDsyncRoles.ts} +29 -24
  277. package/src/lib/config.ts +3 -3
  278. package/src/mcp-server/mcp-server.ts +1 -1
  279. package/src/mcp-server/server.ts +17 -5
  280. package/src/mcp-server/tools/deleteV1BulkRedirects.ts +36 -0
  281. package/src/mcp-server/tools/getV1BulkRedirects.ts +35 -0
  282. package/src/mcp-server/tools/getV1BulkRedirectsVersions.ts +35 -0
  283. package/src/mcp-server/tools/patchV1BulkRedirects.ts +36 -0
  284. package/src/mcp-server/tools/postV1BulkRedirectsRestore.ts +36 -0
  285. package/src/mcp-server/tools/postV1BulkRedirectsVersions.ts +36 -0
  286. package/src/mcp-server/tools/putV1BulkRedirects.ts +35 -0
  287. package/src/mcp-server/tools/teamsPostTeamDsyncRoles.ts +37 -0
  288. package/src/models/artifactqueryop.ts +21 -17
  289. package/src/models/authuser.ts +7 -0
  290. package/src/models/canceldeploymentop.ts +133 -4
  291. package/src/models/createdeploymentop.ts +116 -4
  292. package/src/models/createedgeconfigop.ts +7 -0
  293. package/src/models/createintegrationstoredirectop.ts +708 -471
  294. package/src/models/createortransferdomainop.ts +0 -83
  295. package/src/models/createprojectop.ts +346 -12
  296. package/src/models/createwebhookop.ts +4 -2
  297. package/src/models/deletev1bulkredirectsop.ts +267 -0
  298. package/src/models/getbillingplansop.ts +4 -0
  299. package/src/models/getconfigurationop.ts +87 -1
  300. package/src/models/getconfigurationproductsop.ts +627 -627
  301. package/src/models/getconfigurationsop.ts +87 -0
  302. package/src/models/getdeploymenteventsop.ts +17 -13
  303. package/src/models/getdeploymentop.ts +271 -8
  304. package/src/models/getedgeconfigop.ts +7 -0
  305. package/src/models/getfirewallconfigop.ts +835 -274
  306. package/src/models/getorderop.ts +469 -112
  307. package/src/models/getprojectdomainsop.ts +11 -9
  308. package/src/models/getprojectsop.ts +260 -12
  309. package/src/models/getv1bulkredirectsop.ts +467 -0
  310. package/src/models/getv1bulkredirectsversionsop.ts +192 -0
  311. package/src/models/getwebhookop.ts +2 -1
  312. package/src/models/getwebhooksop.ts +4 -2
  313. package/src/models/listaccessgroupsop.ts +26 -18
  314. package/src/models/patchv1bulkredirectsop.ts +336 -0
  315. package/src/models/postteamdsyncrolesop.ts +291 -0
  316. package/src/models/postv1bulkredirectsrestoreop.ts +275 -0
  317. package/src/models/postv1bulkredirectsversionsop.ts +296 -0
  318. package/src/models/putfirewallconfigop.ts +1025 -284
  319. package/src/models/putv1bulkredirectsop.ts +304 -0
  320. package/src/models/updateedgeconfigop.ts +7 -0
  321. package/src/models/updatefirewallconfigop.ts +107 -0
  322. package/src/models/updateinstallationop.ts +30 -0
  323. package/src/models/updateprojectdatacacheop.ts +322 -63
  324. package/src/models/updateprojectop.ts +346 -12
  325. package/src/models/updateprojectprotectionbypassop.ts +84 -0
  326. package/src/models/userevent.ts +2415 -2887
  327. package/src/sdk/domains.ts +0 -41
  328. package/src/sdk/sdk.ts +132 -1
  329. package/src/sdk/teams.ts +22 -0
  330. package/vercel-spec.json +3260 -1294
  331. package/esm/funcs/domainsBuyDomain.d.ts +0 -17
  332. package/esm/funcs/domainsBuyDomain.d.ts.map +0 -1
  333. package/esm/funcs/domainsBuyDomain.js.map +0 -1
  334. package/esm/mcp-server/tools/domainsBuyDomain.d.ts +0 -7
  335. package/esm/mcp-server/tools/domainsBuyDomain.d.ts.map +0 -1
  336. package/esm/mcp-server/tools/domainsBuyDomain.js +0 -28
  337. package/esm/mcp-server/tools/domainsBuyDomain.js.map +0 -1
  338. package/esm/models/buydomainop.d.ts +0 -180
  339. package/esm/models/buydomainop.d.ts.map +0 -1
  340. package/esm/models/buydomainop.js +0 -159
  341. package/esm/models/buydomainop.js.map +0 -1
  342. package/src/mcp-server/tools/domainsBuyDomain.ts +0 -37
  343. package/src/models/buydomainop.ts +0 -453
@@ -210,6 +210,8 @@ export declare const PutFirewallConfigType: {
210
210
  readonly Ja4Digest: "ja4_digest";
211
211
  readonly Ja3Digest: "ja3_digest";
212
212
  readonly RateLimitApiId: "rate_limit_api_id";
213
+ readonly BotName: "bot_name";
214
+ readonly BotCategory: "bot_category";
213
215
  };
214
216
  /**
215
217
  * [Parameter](https://vercel.com/docs/security/vercel-waf/rule-configuration#parameters) from the incoming traffic.
@@ -280,7 +282,7 @@ export type Redirect1 = {
280
282
  location: string;
281
283
  permanent: boolean;
282
284
  };
283
- export type Redirect = Redirect1 | any;
285
+ export type PutFirewallConfigRedirect = Redirect1 | any;
284
286
  export type Mitigate = {
285
287
  action: PutFirewallConfigSecurityRequestRequestBodyRulesActionAction;
286
288
  rateLimit?: RateLimit1 | any | null | undefined;
@@ -291,6 +293,7 @@ export type Mitigate = {
291
293
  export type PutFirewallConfigSecurityRequestRequestBodyRulesAction = {
292
294
  mitigate?: Mitigate | undefined;
293
295
  };
296
+ export type ValidationErrors = string | Array<string>;
294
297
  export type PutFirewallConfigRules = {
295
298
  id?: string | undefined;
296
299
  name: string;
@@ -298,6 +301,8 @@ export type PutFirewallConfigRules = {
298
301
  active: boolean;
299
302
  conditionGroup: Array<ConditionGroup>;
300
303
  action: PutFirewallConfigSecurityRequestRequestBodyRulesAction;
304
+ valid?: boolean | undefined;
305
+ validationErrors?: string | Array<string> | undefined;
301
306
  };
302
307
  export declare const PutFirewallConfigSecurityRequestRequestBodyIpsAction: {
303
308
  readonly Deny: "deny";
@@ -350,17 +355,17 @@ export type PutFirewallConfigSd = {
350
355
  active: boolean;
351
356
  action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction;
352
357
  };
353
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction: {
358
+ export declare const PutFirewallConfigSecurityResponse200Action: {
354
359
  readonly Deny: "deny";
355
360
  readonly Log: "log";
356
361
  };
357
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction = ClosedEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction>;
362
+ export type PutFirewallConfigSecurityResponse200Action = ClosedEnum<typeof PutFirewallConfigSecurityResponse200Action>;
358
363
  /**
359
364
  * Multipart Attack - Block attempts to bypass security controls using multipart/form-data encoding.
360
365
  */
361
366
  export type PutFirewallConfigMa = {
362
367
  active: boolean;
363
- action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction;
368
+ action: PutFirewallConfigSecurityResponse200Action;
364
369
  };
365
370
  export declare const PutFirewallConfigSecurityResponse200ApplicationJSONAction: {
366
371
  readonly Deny: "deny";
@@ -519,7 +524,7 @@ export type PutFirewallConfigCrs = {
519
524
  */
520
525
  java: PutFirewallConfigJava;
521
526
  };
522
- export declare const PutFirewallConfigSecurityType: {
527
+ export declare const PutFirewallConfigRulesType: {
523
528
  readonly Host: "host";
524
529
  readonly Path: "path";
525
530
  readonly Method: "method";
@@ -544,9 +549,11 @@ export declare const PutFirewallConfigSecurityType: {
544
549
  readonly Ja3Digest: "ja3_digest";
545
550
  readonly RateLimitApiId: "rate_limit_api_id";
546
551
  readonly ServerAction: "server_action";
552
+ readonly BotName: "bot_name";
553
+ readonly BotCategory: "bot_category";
547
554
  };
548
- export type PutFirewallConfigSecurityType = ClosedEnum<typeof PutFirewallConfigSecurityType>;
549
- export declare const PutFirewallConfigOp: {
555
+ export type PutFirewallConfigRulesType = ClosedEnum<typeof PutFirewallConfigRulesType>;
556
+ export declare const PutFirewallConfigRulesOp: {
550
557
  readonly Re: "re";
551
558
  readonly Eq: "eq";
552
559
  readonly Ex: "ex";
@@ -562,19 +569,19 @@ export declare const PutFirewallConfigOp: {
562
569
  readonly Ninc: "ninc";
563
570
  readonly Neq: "neq";
564
571
  };
565
- export type PutFirewallConfigOp = ClosedEnum<typeof PutFirewallConfigOp>;
566
- export type PutFirewallConfigValue = string | number | Array<string>;
567
- export type PutFirewallConfigConditions = {
568
- type: PutFirewallConfigSecurityType;
569
- op: PutFirewallConfigOp;
572
+ export type PutFirewallConfigRulesOp = ClosedEnum<typeof PutFirewallConfigRulesOp>;
573
+ export type PutFirewallConfigRulesValue = string | number | Array<string>;
574
+ export type PutFirewallConfigRulesConditions = {
575
+ type: PutFirewallConfigRulesType;
576
+ op: PutFirewallConfigRulesOp;
570
577
  neg?: boolean | undefined;
571
578
  key?: string | undefined;
572
579
  value?: string | number | Array<string> | undefined;
573
580
  };
574
- export type PutFirewallConfigConditionGroup = {
575
- conditions: Array<PutFirewallConfigConditions>;
581
+ export type PutFirewallConfigRulesConditionGroup = {
582
+ conditions: Array<PutFirewallConfigRulesConditions>;
576
583
  };
577
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction: {
584
+ export declare const PutFirewallConfigRulesSecurityResponse200Action: {
578
585
  readonly Deny: "deny";
579
586
  readonly Log: "log";
580
587
  readonly Challenge: "challenge";
@@ -582,61 +589,173 @@ export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponse
582
589
  readonly RateLimit: "rate_limit";
583
590
  readonly Redirect: "redirect";
584
591
  };
585
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction = ClosedEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction>;
586
- export declare const PutFirewallConfigAlgo: {
592
+ export type PutFirewallConfigRulesSecurityResponse200Action = ClosedEnum<typeof PutFirewallConfigRulesSecurityResponse200Action>;
593
+ export declare const PutFirewallConfigRulesAlgo: {
587
594
  readonly FixedWindow: "fixed_window";
588
595
  readonly TokenBucket: "token_bucket";
589
596
  };
590
- export type PutFirewallConfigAlgo = ClosedEnum<typeof PutFirewallConfigAlgo>;
591
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction: {
597
+ export type PutFirewallConfigRulesAlgo = ClosedEnum<typeof PutFirewallConfigRulesAlgo>;
598
+ export declare const PutFirewallConfigRulesSecurityResponse200ApplicationJSONResponseBodyAction: {
592
599
  readonly Deny: "deny";
593
600
  readonly Log: "log";
594
601
  readonly Challenge: "challenge";
595
602
  readonly RateLimit: "rate_limit";
596
603
  };
597
- export type PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction = ClosedEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction>;
598
- export type PutFirewallConfigRateLimit = {
599
- algo: PutFirewallConfigAlgo;
604
+ export type PutFirewallConfigRulesSecurityResponse200ApplicationJSONResponseBodyAction = ClosedEnum<typeof PutFirewallConfigRulesSecurityResponse200ApplicationJSONResponseBodyAction>;
605
+ export type PutFirewallConfigRulesRateLimit = {
606
+ algo: PutFirewallConfigRulesAlgo;
600
607
  window: number;
601
608
  limit: number;
602
609
  keys: Array<string>;
603
- action?: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction | null | undefined;
610
+ action?: PutFirewallConfigRulesSecurityResponse200ApplicationJSONResponseBodyAction | null | undefined;
604
611
  };
605
- export type PutFirewallConfigRedirect = {
612
+ export type PutFirewallConfigRulesRedirect = {
606
613
  location: string;
607
614
  permanent: boolean;
608
615
  };
609
- export type PutFirewallConfigMitigate = {
610
- action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction;
611
- rateLimit?: PutFirewallConfigRateLimit | null | undefined;
612
- redirect?: PutFirewallConfigRedirect | null | undefined;
616
+ export type PutFirewallConfigRulesMitigate = {
617
+ action: PutFirewallConfigRulesSecurityResponse200Action;
618
+ rateLimit?: PutFirewallConfigRulesRateLimit | null | undefined;
619
+ redirect?: PutFirewallConfigRulesRedirect | null | undefined;
613
620
  actionDuration?: string | null | undefined;
614
621
  bypassSystem?: boolean | null | undefined;
615
622
  };
616
- export type PutFirewallConfigSecurityResponseAction = {
617
- mitigate?: PutFirewallConfigMitigate | undefined;
623
+ export type PutFirewallConfigRulesAction = {
624
+ mitigate?: PutFirewallConfigRulesMitigate | undefined;
618
625
  };
619
- export type PutFirewallConfigSecurityRules = {
626
+ export type PutFirewallConfigRules2 = {
620
627
  id: string;
621
628
  name: string;
622
629
  description?: string | undefined;
623
630
  active: boolean;
624
- conditionGroup: Array<PutFirewallConfigConditionGroup>;
625
- action: PutFirewallConfigSecurityResponseAction;
631
+ conditionGroup: Array<PutFirewallConfigRulesConditionGroup>;
632
+ action: PutFirewallConfigRulesAction;
633
+ valid: boolean;
634
+ validationErrors: Array<string>;
626
635
  };
627
- export declare const PutFirewallConfigSecurityResponse200Action: {
636
+ export declare const PutFirewallConfigRulesSecurityType: {
637
+ readonly Host: "host";
638
+ readonly Path: "path";
639
+ readonly Method: "method";
640
+ readonly Header: "header";
641
+ readonly Query: "query";
642
+ readonly Cookie: "cookie";
643
+ readonly TargetPath: "target_path";
644
+ readonly Route: "route";
645
+ readonly RawPath: "raw_path";
646
+ readonly IpAddress: "ip_address";
647
+ readonly Protocol: "protocol";
648
+ readonly Region: "region";
649
+ readonly Scheme: "scheme";
650
+ readonly Environment: "environment";
651
+ readonly UserAgent: "user_agent";
652
+ readonly GeoContinent: "geo_continent";
653
+ readonly GeoCountry: "geo_country";
654
+ readonly GeoCountryRegion: "geo_country_region";
655
+ readonly GeoCity: "geo_city";
656
+ readonly GeoAsNumber: "geo_as_number";
657
+ readonly Ja4Digest: "ja4_digest";
658
+ readonly Ja3Digest: "ja3_digest";
659
+ readonly RateLimitApiId: "rate_limit_api_id";
660
+ readonly ServerAction: "server_action";
661
+ readonly BotName: "bot_name";
662
+ readonly BotCategory: "bot_category";
663
+ };
664
+ export type PutFirewallConfigRulesSecurityType = ClosedEnum<typeof PutFirewallConfigRulesSecurityType>;
665
+ export declare const PutFirewallConfigRulesSecurityOp: {
666
+ readonly Re: "re";
667
+ readonly Eq: "eq";
668
+ readonly Ex: "ex";
669
+ readonly Inc: "inc";
670
+ readonly Pre: "pre";
671
+ readonly Suf: "suf";
672
+ readonly Sub: "sub";
673
+ readonly Gt: "gt";
674
+ readonly Gte: "gte";
675
+ readonly Lt: "lt";
676
+ readonly Lte: "lte";
677
+ readonly Nex: "nex";
678
+ readonly Ninc: "ninc";
679
+ readonly Neq: "neq";
680
+ };
681
+ export type PutFirewallConfigRulesSecurityOp = ClosedEnum<typeof PutFirewallConfigRulesSecurityOp>;
682
+ export type PutFirewallConfigRulesSecurityValue = string | number | Array<string>;
683
+ export type PutFirewallConfigRulesSecurityConditions = {
684
+ type: PutFirewallConfigRulesSecurityType;
685
+ op: PutFirewallConfigRulesSecurityOp;
686
+ neg?: boolean | undefined;
687
+ key?: string | undefined;
688
+ value?: string | number | Array<string> | undefined;
689
+ };
690
+ export type PutFirewallConfigRulesSecurityConditionGroup = {
691
+ conditions: Array<PutFirewallConfigRulesSecurityConditions>;
692
+ };
693
+ export declare const PutFirewallConfigRulesSecurityResponseAction: {
628
694
  readonly Deny: "deny";
629
695
  readonly Log: "log";
630
696
  readonly Challenge: "challenge";
631
697
  readonly Bypass: "bypass";
698
+ readonly RateLimit: "rate_limit";
699
+ readonly Redirect: "redirect";
632
700
  };
633
- export type PutFirewallConfigSecurityResponse200Action = ClosedEnum<typeof PutFirewallConfigSecurityResponse200Action>;
701
+ export type PutFirewallConfigRulesSecurityResponseAction = ClosedEnum<typeof PutFirewallConfigRulesSecurityResponseAction>;
702
+ export declare const PutFirewallConfigRulesSecurityAlgo: {
703
+ readonly FixedWindow: "fixed_window";
704
+ readonly TokenBucket: "token_bucket";
705
+ };
706
+ export type PutFirewallConfigRulesSecurityAlgo = ClosedEnum<typeof PutFirewallConfigRulesSecurityAlgo>;
707
+ export declare const PutFirewallConfigRulesSecurityResponse200ApplicationJSONAction: {
708
+ readonly Deny: "deny";
709
+ readonly Log: "log";
710
+ readonly Challenge: "challenge";
711
+ readonly RateLimit: "rate_limit";
712
+ };
713
+ export type PutFirewallConfigRulesSecurityResponse200ApplicationJSONAction = ClosedEnum<typeof PutFirewallConfigRulesSecurityResponse200ApplicationJSONAction>;
714
+ export type PutFirewallConfigRulesSecurityRateLimit = {
715
+ algo: PutFirewallConfigRulesSecurityAlgo;
716
+ window: number;
717
+ limit: number;
718
+ keys: Array<string>;
719
+ action?: PutFirewallConfigRulesSecurityResponse200ApplicationJSONAction | null | undefined;
720
+ };
721
+ export type PutFirewallConfigRulesSecurityRedirect = {
722
+ location: string;
723
+ permanent: boolean;
724
+ };
725
+ export type PutFirewallConfigRulesSecurityMitigate = {
726
+ action: PutFirewallConfigRulesSecurityResponseAction;
727
+ rateLimit?: PutFirewallConfigRulesSecurityRateLimit | null | undefined;
728
+ redirect?: PutFirewallConfigRulesSecurityRedirect | null | undefined;
729
+ actionDuration?: string | null | undefined;
730
+ bypassSystem?: boolean | null | undefined;
731
+ };
732
+ export type PutFirewallConfigRulesSecurityAction = {
733
+ mitigate?: PutFirewallConfigRulesSecurityMitigate | undefined;
734
+ };
735
+ export type PutFirewallConfigRules1 = {
736
+ id: string;
737
+ name: string;
738
+ description?: string | undefined;
739
+ active: boolean;
740
+ conditionGroup: Array<PutFirewallConfigRulesSecurityConditionGroup>;
741
+ action: PutFirewallConfigRulesSecurityAction;
742
+ valid: boolean;
743
+ validationErrors?: any | null | undefined;
744
+ };
745
+ export type PutFirewallConfigSecurityRules = PutFirewallConfigRules1 | PutFirewallConfigRules2;
746
+ export declare const PutFirewallConfigSecurityResponseAction: {
747
+ readonly Deny: "deny";
748
+ readonly Log: "log";
749
+ readonly Challenge: "challenge";
750
+ readonly Bypass: "bypass";
751
+ };
752
+ export type PutFirewallConfigSecurityResponseAction = ClosedEnum<typeof PutFirewallConfigSecurityResponseAction>;
634
753
  export type PutFirewallConfigIps = {
635
754
  id: string;
636
755
  hostname: string;
637
756
  ip: string;
638
757
  notes?: string | undefined;
639
- action: PutFirewallConfigSecurityResponse200Action;
758
+ action: PutFirewallConfigSecurityResponseAction;
640
759
  };
641
760
  export type PutFirewallConfigChanges = {};
642
761
  export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveManagedRulesAction: {
@@ -694,7 +813,7 @@ export type Active = {
694
813
  * Custom Ruleset
695
814
  */
696
815
  crs: PutFirewallConfigCrs;
697
- rules: Array<PutFirewallConfigSecurityRules>;
816
+ rules: Array<PutFirewallConfigRules1 | PutFirewallConfigRules2>;
698
817
  ips: Array<PutFirewallConfigIps>;
699
818
  changes: Array<PutFirewallConfigChanges>;
700
819
  managedRules?: PutFirewallConfigManagedRules | undefined;
@@ -982,13 +1101,13 @@ export declare const Redirect1$outboundSchema: z.ZodType<Redirect1$Outbound, z.Z
982
1101
  export declare function redirect1ToJSON(redirect1: Redirect1): string;
983
1102
  export declare function redirect1FromJSON(jsonString: string): SafeParseResult<Redirect1, SDKValidationError>;
984
1103
  /** @internal */
985
- export declare const Redirect$inboundSchema: z.ZodType<Redirect, z.ZodTypeDef, unknown>;
1104
+ export declare const PutFirewallConfigRedirect$inboundSchema: z.ZodType<PutFirewallConfigRedirect, z.ZodTypeDef, unknown>;
986
1105
  /** @internal */
987
- export type Redirect$Outbound = Redirect1$Outbound | any;
1106
+ export type PutFirewallConfigRedirect$Outbound = Redirect1$Outbound | any;
988
1107
  /** @internal */
989
- export declare const Redirect$outboundSchema: z.ZodType<Redirect$Outbound, z.ZodTypeDef, Redirect>;
990
- export declare function redirectToJSON(redirect: Redirect): string;
991
- export declare function redirectFromJSON(jsonString: string): SafeParseResult<Redirect, SDKValidationError>;
1108
+ export declare const PutFirewallConfigRedirect$outboundSchema: z.ZodType<PutFirewallConfigRedirect$Outbound, z.ZodTypeDef, PutFirewallConfigRedirect>;
1109
+ export declare function putFirewallConfigRedirectToJSON(putFirewallConfigRedirect: PutFirewallConfigRedirect): string;
1110
+ export declare function putFirewallConfigRedirectFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRedirect, SDKValidationError>;
992
1111
  /** @internal */
993
1112
  export declare const Mitigate$inboundSchema: z.ZodType<Mitigate, z.ZodTypeDef, unknown>;
994
1113
  /** @internal */
@@ -1014,6 +1133,14 @@ export declare const PutFirewallConfigSecurityRequestRequestBodyRulesAction$outb
1014
1133
  export declare function putFirewallConfigSecurityRequestRequestBodyRulesActionToJSON(putFirewallConfigSecurityRequestRequestBodyRulesAction: PutFirewallConfigSecurityRequestRequestBodyRulesAction): string;
1015
1134
  export declare function putFirewallConfigSecurityRequestRequestBodyRulesActionFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigSecurityRequestRequestBodyRulesAction, SDKValidationError>;
1016
1135
  /** @internal */
1136
+ export declare const ValidationErrors$inboundSchema: z.ZodType<ValidationErrors, z.ZodTypeDef, unknown>;
1137
+ /** @internal */
1138
+ export type ValidationErrors$Outbound = string | Array<string>;
1139
+ /** @internal */
1140
+ export declare const ValidationErrors$outboundSchema: z.ZodType<ValidationErrors$Outbound, z.ZodTypeDef, ValidationErrors>;
1141
+ export declare function validationErrorsToJSON(validationErrors: ValidationErrors): string;
1142
+ export declare function validationErrorsFromJSON(jsonString: string): SafeParseResult<ValidationErrors, SDKValidationError>;
1143
+ /** @internal */
1017
1144
  export declare const PutFirewallConfigRules$inboundSchema: z.ZodType<PutFirewallConfigRules, z.ZodTypeDef, unknown>;
1018
1145
  /** @internal */
1019
1146
  export type PutFirewallConfigRules$Outbound = {
@@ -1023,6 +1150,8 @@ export type PutFirewallConfigRules$Outbound = {
1023
1150
  active: boolean;
1024
1151
  conditionGroup: Array<ConditionGroup$Outbound>;
1025
1152
  action: PutFirewallConfigSecurityRequestRequestBodyRulesAction$Outbound;
1153
+ valid?: boolean | undefined;
1154
+ validationErrors?: string | Array<string> | undefined;
1026
1155
  };
1027
1156
  /** @internal */
1028
1157
  export declare const PutFirewallConfigRules$outboundSchema: z.ZodType<PutFirewallConfigRules$Outbound, z.ZodTypeDef, PutFirewallConfigRules>;
@@ -1092,9 +1221,9 @@ export declare const PutFirewallConfigSd$outboundSchema: z.ZodType<PutFirewallCo
1092
1221
  export declare function putFirewallConfigSdToJSON(putFirewallConfigSd: PutFirewallConfigSd): string;
1093
1222
  export declare function putFirewallConfigSdFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigSd, SDKValidationError>;
1094
1223
  /** @internal */
1095
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction>;
1224
+ export declare const PutFirewallConfigSecurityResponse200Action$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200Action>;
1096
1225
  /** @internal */
1097
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction>;
1226
+ export declare const PutFirewallConfigSecurityResponse200Action$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200Action>;
1098
1227
  /** @internal */
1099
1228
  export declare const PutFirewallConfigMa$inboundSchema: z.ZodType<PutFirewallConfigMa, z.ZodTypeDef, unknown>;
1100
1229
  /** @internal */
@@ -1262,25 +1391,25 @@ export declare const PutFirewallConfigCrs$outboundSchema: z.ZodType<PutFirewallC
1262
1391
  export declare function putFirewallConfigCrsToJSON(putFirewallConfigCrs: PutFirewallConfigCrs): string;
1263
1392
  export declare function putFirewallConfigCrsFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigCrs, SDKValidationError>;
1264
1393
  /** @internal */
1265
- export declare const PutFirewallConfigSecurityType$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityType>;
1394
+ export declare const PutFirewallConfigRulesType$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesType>;
1266
1395
  /** @internal */
1267
- export declare const PutFirewallConfigSecurityType$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityType>;
1396
+ export declare const PutFirewallConfigRulesType$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesType>;
1268
1397
  /** @internal */
1269
- export declare const PutFirewallConfigOp$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigOp>;
1398
+ export declare const PutFirewallConfigRulesOp$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesOp>;
1270
1399
  /** @internal */
1271
- export declare const PutFirewallConfigOp$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigOp>;
1400
+ export declare const PutFirewallConfigRulesOp$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesOp>;
1272
1401
  /** @internal */
1273
- export declare const PutFirewallConfigValue$inboundSchema: z.ZodType<PutFirewallConfigValue, z.ZodTypeDef, unknown>;
1402
+ export declare const PutFirewallConfigRulesValue$inboundSchema: z.ZodType<PutFirewallConfigRulesValue, z.ZodTypeDef, unknown>;
1274
1403
  /** @internal */
1275
- export type PutFirewallConfigValue$Outbound = string | number | Array<string>;
1404
+ export type PutFirewallConfigRulesValue$Outbound = string | number | Array<string>;
1276
1405
  /** @internal */
1277
- export declare const PutFirewallConfigValue$outboundSchema: z.ZodType<PutFirewallConfigValue$Outbound, z.ZodTypeDef, PutFirewallConfigValue>;
1278
- export declare function putFirewallConfigValueToJSON(putFirewallConfigValue: PutFirewallConfigValue): string;
1279
- export declare function putFirewallConfigValueFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigValue, SDKValidationError>;
1406
+ export declare const PutFirewallConfigRulesValue$outboundSchema: z.ZodType<PutFirewallConfigRulesValue$Outbound, z.ZodTypeDef, PutFirewallConfigRulesValue>;
1407
+ export declare function putFirewallConfigRulesValueToJSON(putFirewallConfigRulesValue: PutFirewallConfigRulesValue): string;
1408
+ export declare function putFirewallConfigRulesValueFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesValue, SDKValidationError>;
1280
1409
  /** @internal */
1281
- export declare const PutFirewallConfigConditions$inboundSchema: z.ZodType<PutFirewallConfigConditions, z.ZodTypeDef, unknown>;
1410
+ export declare const PutFirewallConfigRulesConditions$inboundSchema: z.ZodType<PutFirewallConfigRulesConditions, z.ZodTypeDef, unknown>;
1282
1411
  /** @internal */
1283
- export type PutFirewallConfigConditions$Outbound = {
1412
+ export type PutFirewallConfigRulesConditions$Outbound = {
1284
1413
  type: string;
1285
1414
  op: string;
1286
1415
  neg?: boolean | undefined;
@@ -1288,35 +1417,35 @@ export type PutFirewallConfigConditions$Outbound = {
1288
1417
  value?: string | number | Array<string> | undefined;
1289
1418
  };
1290
1419
  /** @internal */
1291
- export declare const PutFirewallConfigConditions$outboundSchema: z.ZodType<PutFirewallConfigConditions$Outbound, z.ZodTypeDef, PutFirewallConfigConditions>;
1292
- export declare function putFirewallConfigConditionsToJSON(putFirewallConfigConditions: PutFirewallConfigConditions): string;
1293
- export declare function putFirewallConfigConditionsFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigConditions, SDKValidationError>;
1420
+ export declare const PutFirewallConfigRulesConditions$outboundSchema: z.ZodType<PutFirewallConfigRulesConditions$Outbound, z.ZodTypeDef, PutFirewallConfigRulesConditions>;
1421
+ export declare function putFirewallConfigRulesConditionsToJSON(putFirewallConfigRulesConditions: PutFirewallConfigRulesConditions): string;
1422
+ export declare function putFirewallConfigRulesConditionsFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesConditions, SDKValidationError>;
1294
1423
  /** @internal */
1295
- export declare const PutFirewallConfigConditionGroup$inboundSchema: z.ZodType<PutFirewallConfigConditionGroup, z.ZodTypeDef, unknown>;
1424
+ export declare const PutFirewallConfigRulesConditionGroup$inboundSchema: z.ZodType<PutFirewallConfigRulesConditionGroup, z.ZodTypeDef, unknown>;
1296
1425
  /** @internal */
1297
- export type PutFirewallConfigConditionGroup$Outbound = {
1298
- conditions: Array<PutFirewallConfigConditions$Outbound>;
1426
+ export type PutFirewallConfigRulesConditionGroup$Outbound = {
1427
+ conditions: Array<PutFirewallConfigRulesConditions$Outbound>;
1299
1428
  };
1300
1429
  /** @internal */
1301
- export declare const PutFirewallConfigConditionGroup$outboundSchema: z.ZodType<PutFirewallConfigConditionGroup$Outbound, z.ZodTypeDef, PutFirewallConfigConditionGroup>;
1302
- export declare function putFirewallConfigConditionGroupToJSON(putFirewallConfigConditionGroup: PutFirewallConfigConditionGroup): string;
1303
- export declare function putFirewallConfigConditionGroupFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigConditionGroup, SDKValidationError>;
1430
+ export declare const PutFirewallConfigRulesConditionGroup$outboundSchema: z.ZodType<PutFirewallConfigRulesConditionGroup$Outbound, z.ZodTypeDef, PutFirewallConfigRulesConditionGroup>;
1431
+ export declare function putFirewallConfigRulesConditionGroupToJSON(putFirewallConfigRulesConditionGroup: PutFirewallConfigRulesConditionGroup): string;
1432
+ export declare function putFirewallConfigRulesConditionGroupFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesConditionGroup, SDKValidationError>;
1304
1433
  /** @internal */
1305
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction>;
1434
+ export declare const PutFirewallConfigRulesSecurityResponse200Action$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityResponse200Action>;
1306
1435
  /** @internal */
1307
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction>;
1436
+ export declare const PutFirewallConfigRulesSecurityResponse200Action$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityResponse200Action>;
1308
1437
  /** @internal */
1309
- export declare const PutFirewallConfigAlgo$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigAlgo>;
1438
+ export declare const PutFirewallConfigRulesAlgo$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesAlgo>;
1310
1439
  /** @internal */
1311
- export declare const PutFirewallConfigAlgo$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigAlgo>;
1440
+ export declare const PutFirewallConfigRulesAlgo$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesAlgo>;
1312
1441
  /** @internal */
1313
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction>;
1442
+ export declare const PutFirewallConfigRulesSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityResponse200ApplicationJSONResponseBodyAction>;
1314
1443
  /** @internal */
1315
- export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction>;
1444
+ export declare const PutFirewallConfigRulesSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityResponse200ApplicationJSONResponseBodyAction>;
1316
1445
  /** @internal */
1317
- export declare const PutFirewallConfigRateLimit$inboundSchema: z.ZodType<PutFirewallConfigRateLimit, z.ZodTypeDef, unknown>;
1446
+ export declare const PutFirewallConfigRulesRateLimit$inboundSchema: z.ZodType<PutFirewallConfigRulesRateLimit, z.ZodTypeDef, unknown>;
1318
1447
  /** @internal */
1319
- export type PutFirewallConfigRateLimit$Outbound = {
1448
+ export type PutFirewallConfigRulesRateLimit$Outbound = {
1320
1449
  algo: string;
1321
1450
  window: number;
1322
1451
  limit: number;
@@ -1324,63 +1453,191 @@ export type PutFirewallConfigRateLimit$Outbound = {
1324
1453
  action?: string | null | undefined;
1325
1454
  };
1326
1455
  /** @internal */
1327
- export declare const PutFirewallConfigRateLimit$outboundSchema: z.ZodType<PutFirewallConfigRateLimit$Outbound, z.ZodTypeDef, PutFirewallConfigRateLimit>;
1328
- export declare function putFirewallConfigRateLimitToJSON(putFirewallConfigRateLimit: PutFirewallConfigRateLimit): string;
1329
- export declare function putFirewallConfigRateLimitFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRateLimit, SDKValidationError>;
1456
+ export declare const PutFirewallConfigRulesRateLimit$outboundSchema: z.ZodType<PutFirewallConfigRulesRateLimit$Outbound, z.ZodTypeDef, PutFirewallConfigRulesRateLimit>;
1457
+ export declare function putFirewallConfigRulesRateLimitToJSON(putFirewallConfigRulesRateLimit: PutFirewallConfigRulesRateLimit): string;
1458
+ export declare function putFirewallConfigRulesRateLimitFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesRateLimit, SDKValidationError>;
1330
1459
  /** @internal */
1331
- export declare const PutFirewallConfigRedirect$inboundSchema: z.ZodType<PutFirewallConfigRedirect, z.ZodTypeDef, unknown>;
1460
+ export declare const PutFirewallConfigRulesRedirect$inboundSchema: z.ZodType<PutFirewallConfigRulesRedirect, z.ZodTypeDef, unknown>;
1332
1461
  /** @internal */
1333
- export type PutFirewallConfigRedirect$Outbound = {
1462
+ export type PutFirewallConfigRulesRedirect$Outbound = {
1334
1463
  location: string;
1335
1464
  permanent: boolean;
1336
1465
  };
1337
1466
  /** @internal */
1338
- export declare const PutFirewallConfigRedirect$outboundSchema: z.ZodType<PutFirewallConfigRedirect$Outbound, z.ZodTypeDef, PutFirewallConfigRedirect>;
1339
- export declare function putFirewallConfigRedirectToJSON(putFirewallConfigRedirect: PutFirewallConfigRedirect): string;
1340
- export declare function putFirewallConfigRedirectFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRedirect, SDKValidationError>;
1467
+ export declare const PutFirewallConfigRulesRedirect$outboundSchema: z.ZodType<PutFirewallConfigRulesRedirect$Outbound, z.ZodTypeDef, PutFirewallConfigRulesRedirect>;
1468
+ export declare function putFirewallConfigRulesRedirectToJSON(putFirewallConfigRulesRedirect: PutFirewallConfigRulesRedirect): string;
1469
+ export declare function putFirewallConfigRulesRedirectFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesRedirect, SDKValidationError>;
1341
1470
  /** @internal */
1342
- export declare const PutFirewallConfigMitigate$inboundSchema: z.ZodType<PutFirewallConfigMitigate, z.ZodTypeDef, unknown>;
1471
+ export declare const PutFirewallConfigRulesMitigate$inboundSchema: z.ZodType<PutFirewallConfigRulesMitigate, z.ZodTypeDef, unknown>;
1343
1472
  /** @internal */
1344
- export type PutFirewallConfigMitigate$Outbound = {
1473
+ export type PutFirewallConfigRulesMitigate$Outbound = {
1345
1474
  action: string;
1346
- rateLimit?: PutFirewallConfigRateLimit$Outbound | null | undefined;
1347
- redirect?: PutFirewallConfigRedirect$Outbound | null | undefined;
1475
+ rateLimit?: PutFirewallConfigRulesRateLimit$Outbound | null | undefined;
1476
+ redirect?: PutFirewallConfigRulesRedirect$Outbound | null | undefined;
1348
1477
  actionDuration?: string | null | undefined;
1349
1478
  bypassSystem?: boolean | null | undefined;
1350
1479
  };
1351
1480
  /** @internal */
1352
- export declare const PutFirewallConfigMitigate$outboundSchema: z.ZodType<PutFirewallConfigMitigate$Outbound, z.ZodTypeDef, PutFirewallConfigMitigate>;
1353
- export declare function putFirewallConfigMitigateToJSON(putFirewallConfigMitigate: PutFirewallConfigMitigate): string;
1354
- export declare function putFirewallConfigMitigateFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigMitigate, SDKValidationError>;
1481
+ export declare const PutFirewallConfigRulesMitigate$outboundSchema: z.ZodType<PutFirewallConfigRulesMitigate$Outbound, z.ZodTypeDef, PutFirewallConfigRulesMitigate>;
1482
+ export declare function putFirewallConfigRulesMitigateToJSON(putFirewallConfigRulesMitigate: PutFirewallConfigRulesMitigate): string;
1483
+ export declare function putFirewallConfigRulesMitigateFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesMitigate, SDKValidationError>;
1355
1484
  /** @internal */
1356
- export declare const PutFirewallConfigSecurityResponseAction$inboundSchema: z.ZodType<PutFirewallConfigSecurityResponseAction, z.ZodTypeDef, unknown>;
1485
+ export declare const PutFirewallConfigRulesAction$inboundSchema: z.ZodType<PutFirewallConfigRulesAction, z.ZodTypeDef, unknown>;
1357
1486
  /** @internal */
1358
- export type PutFirewallConfigSecurityResponseAction$Outbound = {
1359
- mitigate?: PutFirewallConfigMitigate$Outbound | undefined;
1487
+ export type PutFirewallConfigRulesAction$Outbound = {
1488
+ mitigate?: PutFirewallConfigRulesMitigate$Outbound | undefined;
1360
1489
  };
1361
1490
  /** @internal */
1362
- export declare const PutFirewallConfigSecurityResponseAction$outboundSchema: z.ZodType<PutFirewallConfigSecurityResponseAction$Outbound, z.ZodTypeDef, PutFirewallConfigSecurityResponseAction>;
1363
- export declare function putFirewallConfigSecurityResponseActionToJSON(putFirewallConfigSecurityResponseAction: PutFirewallConfigSecurityResponseAction): string;
1364
- export declare function putFirewallConfigSecurityResponseActionFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigSecurityResponseAction, SDKValidationError>;
1491
+ export declare const PutFirewallConfigRulesAction$outboundSchema: z.ZodType<PutFirewallConfigRulesAction$Outbound, z.ZodTypeDef, PutFirewallConfigRulesAction>;
1492
+ export declare function putFirewallConfigRulesActionToJSON(putFirewallConfigRulesAction: PutFirewallConfigRulesAction): string;
1493
+ export declare function putFirewallConfigRulesActionFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesAction, SDKValidationError>;
1365
1494
  /** @internal */
1366
- export declare const PutFirewallConfigSecurityRules$inboundSchema: z.ZodType<PutFirewallConfigSecurityRules, z.ZodTypeDef, unknown>;
1495
+ export declare const PutFirewallConfigRules2$inboundSchema: z.ZodType<PutFirewallConfigRules2, z.ZodTypeDef, unknown>;
1496
+ /** @internal */
1497
+ export type PutFirewallConfigRules2$Outbound = {
1498
+ id: string;
1499
+ name: string;
1500
+ description?: string | undefined;
1501
+ active: boolean;
1502
+ conditionGroup: Array<PutFirewallConfigRulesConditionGroup$Outbound>;
1503
+ action: PutFirewallConfigRulesAction$Outbound;
1504
+ valid: boolean;
1505
+ validationErrors: Array<string>;
1506
+ };
1507
+ /** @internal */
1508
+ export declare const PutFirewallConfigRules2$outboundSchema: z.ZodType<PutFirewallConfigRules2$Outbound, z.ZodTypeDef, PutFirewallConfigRules2>;
1509
+ export declare function putFirewallConfigRules2ToJSON(putFirewallConfigRules2: PutFirewallConfigRules2): string;
1510
+ export declare function putFirewallConfigRules2FromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRules2, SDKValidationError>;
1511
+ /** @internal */
1512
+ export declare const PutFirewallConfigRulesSecurityType$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityType>;
1513
+ /** @internal */
1514
+ export declare const PutFirewallConfigRulesSecurityType$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityType>;
1515
+ /** @internal */
1516
+ export declare const PutFirewallConfigRulesSecurityOp$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityOp>;
1517
+ /** @internal */
1518
+ export declare const PutFirewallConfigRulesSecurityOp$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityOp>;
1519
+ /** @internal */
1520
+ export declare const PutFirewallConfigRulesSecurityValue$inboundSchema: z.ZodType<PutFirewallConfigRulesSecurityValue, z.ZodTypeDef, unknown>;
1521
+ /** @internal */
1522
+ export type PutFirewallConfigRulesSecurityValue$Outbound = string | number | Array<string>;
1523
+ /** @internal */
1524
+ export declare const PutFirewallConfigRulesSecurityValue$outboundSchema: z.ZodType<PutFirewallConfigRulesSecurityValue$Outbound, z.ZodTypeDef, PutFirewallConfigRulesSecurityValue>;
1525
+ export declare function putFirewallConfigRulesSecurityValueToJSON(putFirewallConfigRulesSecurityValue: PutFirewallConfigRulesSecurityValue): string;
1526
+ export declare function putFirewallConfigRulesSecurityValueFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesSecurityValue, SDKValidationError>;
1527
+ /** @internal */
1528
+ export declare const PutFirewallConfigRulesSecurityConditions$inboundSchema: z.ZodType<PutFirewallConfigRulesSecurityConditions, z.ZodTypeDef, unknown>;
1529
+ /** @internal */
1530
+ export type PutFirewallConfigRulesSecurityConditions$Outbound = {
1531
+ type: string;
1532
+ op: string;
1533
+ neg?: boolean | undefined;
1534
+ key?: string | undefined;
1535
+ value?: string | number | Array<string> | undefined;
1536
+ };
1537
+ /** @internal */
1538
+ export declare const PutFirewallConfigRulesSecurityConditions$outboundSchema: z.ZodType<PutFirewallConfigRulesSecurityConditions$Outbound, z.ZodTypeDef, PutFirewallConfigRulesSecurityConditions>;
1539
+ export declare function putFirewallConfigRulesSecurityConditionsToJSON(putFirewallConfigRulesSecurityConditions: PutFirewallConfigRulesSecurityConditions): string;
1540
+ export declare function putFirewallConfigRulesSecurityConditionsFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesSecurityConditions, SDKValidationError>;
1541
+ /** @internal */
1542
+ export declare const PutFirewallConfigRulesSecurityConditionGroup$inboundSchema: z.ZodType<PutFirewallConfigRulesSecurityConditionGroup, z.ZodTypeDef, unknown>;
1543
+ /** @internal */
1544
+ export type PutFirewallConfigRulesSecurityConditionGroup$Outbound = {
1545
+ conditions: Array<PutFirewallConfigRulesSecurityConditions$Outbound>;
1546
+ };
1547
+ /** @internal */
1548
+ export declare const PutFirewallConfigRulesSecurityConditionGroup$outboundSchema: z.ZodType<PutFirewallConfigRulesSecurityConditionGroup$Outbound, z.ZodTypeDef, PutFirewallConfigRulesSecurityConditionGroup>;
1549
+ export declare function putFirewallConfigRulesSecurityConditionGroupToJSON(putFirewallConfigRulesSecurityConditionGroup: PutFirewallConfigRulesSecurityConditionGroup): string;
1550
+ export declare function putFirewallConfigRulesSecurityConditionGroupFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesSecurityConditionGroup, SDKValidationError>;
1551
+ /** @internal */
1552
+ export declare const PutFirewallConfigRulesSecurityResponseAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityResponseAction>;
1553
+ /** @internal */
1554
+ export declare const PutFirewallConfigRulesSecurityResponseAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityResponseAction>;
1555
+ /** @internal */
1556
+ export declare const PutFirewallConfigRulesSecurityAlgo$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityAlgo>;
1557
+ /** @internal */
1558
+ export declare const PutFirewallConfigRulesSecurityAlgo$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityAlgo>;
1367
1559
  /** @internal */
1368
- export type PutFirewallConfigSecurityRules$Outbound = {
1560
+ export declare const PutFirewallConfigRulesSecurityResponse200ApplicationJSONAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityResponse200ApplicationJSONAction>;
1561
+ /** @internal */
1562
+ export declare const PutFirewallConfigRulesSecurityResponse200ApplicationJSONAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityResponse200ApplicationJSONAction>;
1563
+ /** @internal */
1564
+ export declare const PutFirewallConfigRulesSecurityRateLimit$inboundSchema: z.ZodType<PutFirewallConfigRulesSecurityRateLimit, z.ZodTypeDef, unknown>;
1565
+ /** @internal */
1566
+ export type PutFirewallConfigRulesSecurityRateLimit$Outbound = {
1567
+ algo: string;
1568
+ window: number;
1569
+ limit: number;
1570
+ keys: Array<string>;
1571
+ action?: string | null | undefined;
1572
+ };
1573
+ /** @internal */
1574
+ export declare const PutFirewallConfigRulesSecurityRateLimit$outboundSchema: z.ZodType<PutFirewallConfigRulesSecurityRateLimit$Outbound, z.ZodTypeDef, PutFirewallConfigRulesSecurityRateLimit>;
1575
+ export declare function putFirewallConfigRulesSecurityRateLimitToJSON(putFirewallConfigRulesSecurityRateLimit: PutFirewallConfigRulesSecurityRateLimit): string;
1576
+ export declare function putFirewallConfigRulesSecurityRateLimitFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesSecurityRateLimit, SDKValidationError>;
1577
+ /** @internal */
1578
+ export declare const PutFirewallConfigRulesSecurityRedirect$inboundSchema: z.ZodType<PutFirewallConfigRulesSecurityRedirect, z.ZodTypeDef, unknown>;
1579
+ /** @internal */
1580
+ export type PutFirewallConfigRulesSecurityRedirect$Outbound = {
1581
+ location: string;
1582
+ permanent: boolean;
1583
+ };
1584
+ /** @internal */
1585
+ export declare const PutFirewallConfigRulesSecurityRedirect$outboundSchema: z.ZodType<PutFirewallConfigRulesSecurityRedirect$Outbound, z.ZodTypeDef, PutFirewallConfigRulesSecurityRedirect>;
1586
+ export declare function putFirewallConfigRulesSecurityRedirectToJSON(putFirewallConfigRulesSecurityRedirect: PutFirewallConfigRulesSecurityRedirect): string;
1587
+ export declare function putFirewallConfigRulesSecurityRedirectFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesSecurityRedirect, SDKValidationError>;
1588
+ /** @internal */
1589
+ export declare const PutFirewallConfigRulesSecurityMitigate$inboundSchema: z.ZodType<PutFirewallConfigRulesSecurityMitigate, z.ZodTypeDef, unknown>;
1590
+ /** @internal */
1591
+ export type PutFirewallConfigRulesSecurityMitigate$Outbound = {
1592
+ action: string;
1593
+ rateLimit?: PutFirewallConfigRulesSecurityRateLimit$Outbound | null | undefined;
1594
+ redirect?: PutFirewallConfigRulesSecurityRedirect$Outbound | null | undefined;
1595
+ actionDuration?: string | null | undefined;
1596
+ bypassSystem?: boolean | null | undefined;
1597
+ };
1598
+ /** @internal */
1599
+ export declare const PutFirewallConfigRulesSecurityMitigate$outboundSchema: z.ZodType<PutFirewallConfigRulesSecurityMitigate$Outbound, z.ZodTypeDef, PutFirewallConfigRulesSecurityMitigate>;
1600
+ export declare function putFirewallConfigRulesSecurityMitigateToJSON(putFirewallConfigRulesSecurityMitigate: PutFirewallConfigRulesSecurityMitigate): string;
1601
+ export declare function putFirewallConfigRulesSecurityMitigateFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesSecurityMitigate, SDKValidationError>;
1602
+ /** @internal */
1603
+ export declare const PutFirewallConfigRulesSecurityAction$inboundSchema: z.ZodType<PutFirewallConfigRulesSecurityAction, z.ZodTypeDef, unknown>;
1604
+ /** @internal */
1605
+ export type PutFirewallConfigRulesSecurityAction$Outbound = {
1606
+ mitigate?: PutFirewallConfigRulesSecurityMitigate$Outbound | undefined;
1607
+ };
1608
+ /** @internal */
1609
+ export declare const PutFirewallConfigRulesSecurityAction$outboundSchema: z.ZodType<PutFirewallConfigRulesSecurityAction$Outbound, z.ZodTypeDef, PutFirewallConfigRulesSecurityAction>;
1610
+ export declare function putFirewallConfigRulesSecurityActionToJSON(putFirewallConfigRulesSecurityAction: PutFirewallConfigRulesSecurityAction): string;
1611
+ export declare function putFirewallConfigRulesSecurityActionFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesSecurityAction, SDKValidationError>;
1612
+ /** @internal */
1613
+ export declare const PutFirewallConfigRules1$inboundSchema: z.ZodType<PutFirewallConfigRules1, z.ZodTypeDef, unknown>;
1614
+ /** @internal */
1615
+ export type PutFirewallConfigRules1$Outbound = {
1369
1616
  id: string;
1370
1617
  name: string;
1371
1618
  description?: string | undefined;
1372
1619
  active: boolean;
1373
- conditionGroup: Array<PutFirewallConfigConditionGroup$Outbound>;
1374
- action: PutFirewallConfigSecurityResponseAction$Outbound;
1620
+ conditionGroup: Array<PutFirewallConfigRulesSecurityConditionGroup$Outbound>;
1621
+ action: PutFirewallConfigRulesSecurityAction$Outbound;
1622
+ valid: boolean;
1623
+ validationErrors?: any | null | undefined;
1375
1624
  };
1376
1625
  /** @internal */
1626
+ export declare const PutFirewallConfigRules1$outboundSchema: z.ZodType<PutFirewallConfigRules1$Outbound, z.ZodTypeDef, PutFirewallConfigRules1>;
1627
+ export declare function putFirewallConfigRules1ToJSON(putFirewallConfigRules1: PutFirewallConfigRules1): string;
1628
+ export declare function putFirewallConfigRules1FromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRules1, SDKValidationError>;
1629
+ /** @internal */
1630
+ export declare const PutFirewallConfigSecurityRules$inboundSchema: z.ZodType<PutFirewallConfigSecurityRules, z.ZodTypeDef, unknown>;
1631
+ /** @internal */
1632
+ export type PutFirewallConfigSecurityRules$Outbound = PutFirewallConfigRules1$Outbound | PutFirewallConfigRules2$Outbound;
1633
+ /** @internal */
1377
1634
  export declare const PutFirewallConfigSecurityRules$outboundSchema: z.ZodType<PutFirewallConfigSecurityRules$Outbound, z.ZodTypeDef, PutFirewallConfigSecurityRules>;
1378
1635
  export declare function putFirewallConfigSecurityRulesToJSON(putFirewallConfigSecurityRules: PutFirewallConfigSecurityRules): string;
1379
1636
  export declare function putFirewallConfigSecurityRulesFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigSecurityRules, SDKValidationError>;
1380
1637
  /** @internal */
1381
- export declare const PutFirewallConfigSecurityResponse200Action$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200Action>;
1638
+ export declare const PutFirewallConfigSecurityResponseAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponseAction>;
1382
1639
  /** @internal */
1383
- export declare const PutFirewallConfigSecurityResponse200Action$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200Action>;
1640
+ export declare const PutFirewallConfigSecurityResponseAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponseAction>;
1384
1641
  /** @internal */
1385
1642
  export declare const PutFirewallConfigIps$inboundSchema: z.ZodType<PutFirewallConfigIps, z.ZodTypeDef, unknown>;
1386
1643
  /** @internal */
@@ -1480,7 +1737,7 @@ export type Active$Outbound = {
1480
1737
  updatedAt: string;
1481
1738
  firewallEnabled: boolean;
1482
1739
  crs: PutFirewallConfigCrs$Outbound;
1483
- rules: Array<PutFirewallConfigSecurityRules$Outbound>;
1740
+ rules: Array<PutFirewallConfigRules1$Outbound | PutFirewallConfigRules2$Outbound>;
1484
1741
  ips: Array<PutFirewallConfigIps$Outbound>;
1485
1742
  changes: Array<PutFirewallConfigChanges$Outbound>;
1486
1743
  managedRules?: PutFirewallConfigManagedRules$Outbound | undefined;