@vercel/sdk 1.6.2 → 1.6.4

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