@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
@@ -67,7 +67,7 @@ export declare const UpdateFirewallConfigRequestBodySecurityRequest9ValueAction:
67
67
  readonly Bypass: "bypass";
68
68
  };
69
69
  export type UpdateFirewallConfigRequestBodySecurityRequest9ValueAction = ClosedEnum<typeof UpdateFirewallConfigRequestBodySecurityRequest9ValueAction>;
70
- export type UpdateFirewallConfigRequestBodySecurityRequestValue = {
70
+ export type UpdateFirewallConfigRequestBodySecurityRequest9Value = {
71
71
  hostname: string;
72
72
  ip: string;
73
73
  notes?: string | undefined;
@@ -79,7 +79,7 @@ export type UpdateFirewallConfigRequestBodySecurityRequestValue = {
79
79
  export type UpdateFirewallConfigRequestBody9 = {
80
80
  action: UpdateFirewallConfigRequestBodySecurityRequest9Action;
81
81
  id: string;
82
- value: UpdateFirewallConfigRequestBodySecurityRequestValue;
82
+ value: UpdateFirewallConfigRequestBodySecurityRequest9Value;
83
83
  };
84
84
  export declare const UpdateFirewallConfigRequestBodySecurityRequest8Action: {
85
85
  readonly IpInsert: "ip.insert";
@@ -92,7 +92,7 @@ export declare const UpdateFirewallConfigRequestBodySecurityRequest8ValueAction:
92
92
  readonly Bypass: "bypass";
93
93
  };
94
94
  export type UpdateFirewallConfigRequestBodySecurityRequest8ValueAction = ClosedEnum<typeof UpdateFirewallConfigRequestBodySecurityRequest8ValueAction>;
95
- export type UpdateFirewallConfigRequestBodySecurityValue = {
95
+ export type UpdateFirewallConfigRequestBodySecurityRequestValue = {
96
96
  hostname: string;
97
97
  ip: string;
98
98
  notes?: string | undefined;
@@ -104,7 +104,7 @@ export type UpdateFirewallConfigRequestBodySecurityValue = {
104
104
  export type UpdateFirewallConfigRequestBody8 = {
105
105
  action: UpdateFirewallConfigRequestBodySecurityRequest8Action;
106
106
  id?: any | null | undefined;
107
- value: UpdateFirewallConfigRequestBodySecurityValue;
107
+ value: UpdateFirewallConfigRequestBodySecurityRequestValue;
108
108
  };
109
109
  export declare const UpdateFirewallConfigRequestBodySecurityRequest7Action: {
110
110
  readonly CrsDisable: "crs.disable";
@@ -141,7 +141,7 @@ export declare const UpdateFirewallConfigRequestBodySecurityRequest6ValueAction:
141
141
  readonly Log: "log";
142
142
  };
143
143
  export type UpdateFirewallConfigRequestBodySecurityRequest6ValueAction = ClosedEnum<typeof UpdateFirewallConfigRequestBodySecurityRequest6ValueAction>;
144
- export type UpdateFirewallConfigRequestBodyValue = {
144
+ export type UpdateFirewallConfigRequestBodySecurityValue = {
145
145
  active: boolean;
146
146
  action: UpdateFirewallConfigRequestBodySecurityRequest6ValueAction;
147
147
  };
@@ -151,7 +151,7 @@ export type UpdateFirewallConfigRequestBodyValue = {
151
151
  export type UpdateFirewallConfigRequestBody6 = {
152
152
  action: UpdateFirewallConfigRequestBodySecurityRequest6Action;
153
153
  id: Id;
154
- value: UpdateFirewallConfigRequestBodyValue;
154
+ value: UpdateFirewallConfigRequestBodySecurityValue;
155
155
  };
156
156
  export declare const UpdateFirewallConfigRequestBodySecurityRequest5Action: {
157
157
  readonly RulesPriority: "rules.priority";
@@ -215,7 +215,7 @@ export type UpdateFirewallConfigRequestBodySecurityType = ClosedEnum<typeof Upda
215
215
  /**
216
216
  * [Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value
217
217
  */
218
- export declare const RequestBodyOp: {
218
+ export declare const UpdateFirewallConfigRequestBodyOp: {
219
219
  readonly Re: "re";
220
220
  readonly Eq: "eq";
221
221
  readonly Neq: "neq";
@@ -234,9 +234,9 @@ export declare const RequestBodyOp: {
234
234
  /**
235
235
  * [Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value
236
236
  */
237
- export type RequestBodyOp = ClosedEnum<typeof RequestBodyOp>;
237
+ export type UpdateFirewallConfigRequestBodyOp = ClosedEnum<typeof UpdateFirewallConfigRequestBodyOp>;
238
238
  export type UpdateFirewallConfigRequestBodySecurityRequest3Value = string | Array<string> | number;
239
- export type RequestBodyConditions = {
239
+ export type UpdateFirewallConfigRequestBodyConditions = {
240
240
  /**
241
241
  * [Parameter](https://vercel.com/docs/security/vercel-waf/rule-configuration#parameters) from the incoming traffic.
242
242
  */
@@ -244,13 +244,13 @@ export type RequestBodyConditions = {
244
244
  /**
245
245
  * [Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value
246
246
  */
247
- op: RequestBodyOp;
247
+ op: UpdateFirewallConfigRequestBodyOp;
248
248
  neg?: boolean | undefined;
249
249
  key?: string | undefined;
250
250
  value?: string | Array<string> | number | undefined;
251
251
  };
252
- export type RequestBodyConditionGroup = {
253
- conditions: Array<RequestBodyConditions>;
252
+ export type UpdateFirewallConfigRequestBodyConditionGroup = {
253
+ conditions: Array<UpdateFirewallConfigRequestBodyConditions>;
254
254
  };
255
255
  export declare const UpdateFirewallConfigRequestBodySecurityRequest3ValueAction: {
256
256
  readonly Log: "log";
@@ -266,42 +266,42 @@ export declare const UpdateFirewallConfigRateLimitAlgo: {
266
266
  readonly TokenBucket: "token_bucket";
267
267
  };
268
268
  export type UpdateFirewallConfigRateLimitAlgo = ClosedEnum<typeof UpdateFirewallConfigRateLimitAlgo>;
269
- export declare const UpdateFirewallConfigAction1: {
269
+ export declare const UpdateFirewallConfigActionSecurity1: {
270
270
  readonly Log: "log";
271
271
  readonly Challenge: "challenge";
272
272
  readonly Deny: "deny";
273
273
  readonly RateLimit: "rate_limit";
274
274
  };
275
- export type UpdateFirewallConfigAction1 = ClosedEnum<typeof UpdateFirewallConfigAction1>;
276
- export type UpdateFirewallConfigRateLimitAction = UpdateFirewallConfigAction1 | any;
277
- export type UpdateFirewallConfigRateLimit1 = {
275
+ export type UpdateFirewallConfigActionSecurity1 = ClosedEnum<typeof UpdateFirewallConfigActionSecurity1>;
276
+ export type UpdateFirewallConfigRateLimitSecurityAction = UpdateFirewallConfigActionSecurity1 | any;
277
+ export type UpdateFirewallConfigRateLimitSecurity1 = {
278
278
  algo: UpdateFirewallConfigRateLimitAlgo;
279
279
  window: number;
280
280
  limit: number;
281
281
  keys: Array<string>;
282
- action?: UpdateFirewallConfigAction1 | any | null | undefined;
282
+ action?: UpdateFirewallConfigActionSecurity1 | any | null | undefined;
283
283
  };
284
- export type RequestBodyRateLimit = UpdateFirewallConfigRateLimit1 | any;
285
- export type UpdateFirewallConfigRedirect1 = {
284
+ export type UpdateFirewallConfigRequestBodyRateLimit = UpdateFirewallConfigRateLimitSecurity1 | any;
285
+ export type UpdateFirewallConfigRedirectSecurity1 = {
286
286
  location: string;
287
287
  permanent: boolean;
288
288
  };
289
- export type RequestBodyRedirect = UpdateFirewallConfigRedirect1 | any;
290
- export type RequestBodyMitigate = {
289
+ export type UpdateFirewallConfigRequestBodyRedirect = UpdateFirewallConfigRedirectSecurity1 | any;
290
+ export type UpdateFirewallConfigRequestBodyMitigate = {
291
291
  action: UpdateFirewallConfigRequestBodySecurityRequest3ValueAction;
292
- rateLimit?: UpdateFirewallConfigRateLimit1 | any | null | undefined;
293
- redirect?: UpdateFirewallConfigRedirect1 | any | null | undefined;
292
+ rateLimit?: UpdateFirewallConfigRateLimitSecurity1 | any | null | undefined;
293
+ redirect?: UpdateFirewallConfigRedirectSecurity1 | any | null | undefined;
294
294
  actionDuration?: string | null | undefined;
295
295
  bypassSystem?: boolean | null | undefined;
296
296
  };
297
297
  export type UpdateFirewallConfigRequestBodySecurityRequest3Action = {
298
- mitigate?: RequestBodyMitigate | undefined;
298
+ mitigate?: UpdateFirewallConfigRequestBodyMitigate | undefined;
299
299
  };
300
- export type RequestBodyValue = {
300
+ export type UpdateFirewallConfigRequestBodyValue = {
301
301
  name: string;
302
302
  description?: string | undefined;
303
303
  active: boolean;
304
- conditionGroup: Array<RequestBodyConditionGroup>;
304
+ conditionGroup: Array<UpdateFirewallConfigRequestBodyConditionGroup>;
305
305
  action: UpdateFirewallConfigRequestBodySecurityRequest3Action;
306
306
  };
307
307
  /**
@@ -310,7 +310,7 @@ export type RequestBodyValue = {
310
310
  export type UpdateFirewallConfigRequestBody3 = {
311
311
  action: UpdateFirewallConfigRequestBodySecurityAction;
312
312
  id: string;
313
- value: RequestBodyValue;
313
+ value: UpdateFirewallConfigRequestBodyValue;
314
314
  };
315
315
  export declare const UpdateFirewallConfigRequestBodyAction: {
316
316
  readonly RulesInsert: "rules.insert";
@@ -350,7 +350,7 @@ export type UpdateFirewallConfigRequestBodyType = ClosedEnum<typeof UpdateFirewa
350
350
  /**
351
351
  * [Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value.
352
352
  */
353
- export declare const Op: {
353
+ export declare const RequestBodyOp: {
354
354
  readonly Re: "re";
355
355
  readonly Eq: "eq";
356
356
  readonly Neq: "neq";
@@ -369,9 +369,9 @@ export declare const Op: {
369
369
  /**
370
370
  * [Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value.
371
371
  */
372
- export type Op = ClosedEnum<typeof Op>;
372
+ export type RequestBodyOp = ClosedEnum<typeof RequestBodyOp>;
373
373
  export type UpdateFirewallConfigRequestBodySecurityRequest2Value = string | Array<string> | number;
374
- export type Conditions = {
374
+ export type RequestBodyConditions = {
375
375
  /**
376
376
  * [Parameter](https://vercel.com/docs/security/vercel-waf/rule-configuration#parameters) from the incoming traffic.
377
377
  */
@@ -379,13 +379,13 @@ export type Conditions = {
379
379
  /**
380
380
  * [Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value.
381
381
  */
382
- op: Op;
382
+ op: RequestBodyOp;
383
383
  neg?: boolean | undefined;
384
384
  key?: string | undefined;
385
385
  value?: string | Array<string> | number | undefined;
386
386
  };
387
- export type ConditionGroup = {
388
- conditions: Array<Conditions>;
387
+ export type RequestBodyConditionGroup = {
388
+ conditions: Array<RequestBodyConditions>;
389
389
  };
390
390
  export declare const UpdateFirewallConfigRequestBodySecurityRequest2ValueAction: {
391
391
  readonly Log: "log";
@@ -401,42 +401,42 @@ export declare const RateLimitAlgo: {
401
401
  readonly TokenBucket: "token_bucket";
402
402
  };
403
403
  export type RateLimitAlgo = ClosedEnum<typeof RateLimitAlgo>;
404
- export declare const Action1: {
404
+ export declare const UpdateFirewallConfigAction1: {
405
405
  readonly Log: "log";
406
406
  readonly Challenge: "challenge";
407
407
  readonly Deny: "deny";
408
408
  readonly RateLimit: "rate_limit";
409
409
  };
410
- export type Action1 = ClosedEnum<typeof Action1>;
411
- export type RateLimitAction = Action1 | any;
412
- export type RateLimit1 = {
410
+ export type UpdateFirewallConfigAction1 = ClosedEnum<typeof UpdateFirewallConfigAction1>;
411
+ export type UpdateFirewallConfigRateLimitAction = UpdateFirewallConfigAction1 | any;
412
+ export type UpdateFirewallConfigRateLimit1 = {
413
413
  algo: RateLimitAlgo;
414
414
  window: number;
415
415
  limit: number;
416
416
  keys: Array<string>;
417
- action?: Action1 | any | null | undefined;
417
+ action?: UpdateFirewallConfigAction1 | any | null | undefined;
418
418
  };
419
- export type RateLimit = RateLimit1 | any;
420
- export type Redirect1 = {
419
+ export type RequestBodyRateLimit = UpdateFirewallConfigRateLimit1 | any;
420
+ export type UpdateFirewallConfigRedirect1 = {
421
421
  location: string;
422
422
  permanent: boolean;
423
423
  };
424
- export type Redirect = Redirect1 | any;
425
- export type Mitigate = {
424
+ export type RequestBodyRedirect = UpdateFirewallConfigRedirect1 | any;
425
+ export type RequestBodyMitigate = {
426
426
  action: UpdateFirewallConfigRequestBodySecurityRequest2ValueAction;
427
- rateLimit?: RateLimit1 | any | null | undefined;
428
- redirect?: Redirect1 | any | null | undefined;
427
+ rateLimit?: UpdateFirewallConfigRateLimit1 | any | null | undefined;
428
+ redirect?: UpdateFirewallConfigRedirect1 | any | null | undefined;
429
429
  actionDuration?: string | null | undefined;
430
430
  bypassSystem?: boolean | null | undefined;
431
431
  };
432
432
  export type UpdateFirewallConfigRequestBodySecurityRequest2Action = {
433
- mitigate?: Mitigate | undefined;
433
+ mitigate?: RequestBodyMitigate | undefined;
434
434
  };
435
- export type Value = {
435
+ export type RequestBodyValue = {
436
436
  name: string;
437
437
  description?: string | undefined;
438
438
  active: boolean;
439
- conditionGroup: Array<ConditionGroup>;
439
+ conditionGroup: Array<RequestBodyConditionGroup>;
440
440
  action: UpdateFirewallConfigRequestBodySecurityRequest2Action;
441
441
  };
442
442
  /**
@@ -445,7 +445,7 @@ export type Value = {
445
445
  export type UpdateFirewallConfigRequestBody2 = {
446
446
  action: UpdateFirewallConfigRequestBodyAction;
447
447
  id?: any | null | undefined;
448
- value: Value;
448
+ value: RequestBodyValue;
449
449
  };
450
450
  export declare const RequestBodyAction: {
451
451
  readonly FirewallEnabled: "firewallEnabled";
@@ -716,37 +716,37 @@ export declare namespace UpdateFirewallConfigRequestBodySecurityRequest9ValueAct
716
716
  }>;
717
717
  }
718
718
  /** @internal */
719
- export declare const UpdateFirewallConfigRequestBodySecurityRequestValue$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityRequestValue, z.ZodTypeDef, unknown>;
719
+ export declare const UpdateFirewallConfigRequestBodySecurityRequest9Value$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityRequest9Value, z.ZodTypeDef, unknown>;
720
720
  /** @internal */
721
- export type UpdateFirewallConfigRequestBodySecurityRequestValue$Outbound = {
721
+ export type UpdateFirewallConfigRequestBodySecurityRequest9Value$Outbound = {
722
722
  hostname: string;
723
723
  ip: string;
724
724
  notes?: string | undefined;
725
725
  action: string;
726
726
  };
727
727
  /** @internal */
728
- export declare const UpdateFirewallConfigRequestBodySecurityRequestValue$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityRequestValue$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodySecurityRequestValue>;
728
+ export declare const UpdateFirewallConfigRequestBodySecurityRequest9Value$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityRequest9Value$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodySecurityRequest9Value>;
729
729
  /**
730
730
  * @internal
731
731
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
732
732
  */
733
- export declare namespace UpdateFirewallConfigRequestBodySecurityRequestValue$ {
734
- /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestValue$inboundSchema` instead. */
735
- const inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityRequestValue, z.ZodTypeDef, unknown>;
736
- /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestValue$outboundSchema` instead. */
737
- const outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityRequestValue$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodySecurityRequestValue>;
738
- /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestValue$Outbound` instead. */
739
- type Outbound = UpdateFirewallConfigRequestBodySecurityRequestValue$Outbound;
733
+ export declare namespace UpdateFirewallConfigRequestBodySecurityRequest9Value$ {
734
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest9Value$inboundSchema` instead. */
735
+ const inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityRequest9Value, z.ZodTypeDef, unknown>;
736
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest9Value$outboundSchema` instead. */
737
+ const outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityRequest9Value$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodySecurityRequest9Value>;
738
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequest9Value$Outbound` instead. */
739
+ type Outbound = UpdateFirewallConfigRequestBodySecurityRequest9Value$Outbound;
740
740
  }
741
- export declare function updateFirewallConfigRequestBodySecurityRequestValueToJSON(updateFirewallConfigRequestBodySecurityRequestValue: UpdateFirewallConfigRequestBodySecurityRequestValue): string;
742
- export declare function updateFirewallConfigRequestBodySecurityRequestValueFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRequestBodySecurityRequestValue, SDKValidationError>;
741
+ export declare function updateFirewallConfigRequestBodySecurityRequest9ValueToJSON(updateFirewallConfigRequestBodySecurityRequest9Value: UpdateFirewallConfigRequestBodySecurityRequest9Value): string;
742
+ export declare function updateFirewallConfigRequestBodySecurityRequest9ValueFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRequestBodySecurityRequest9Value, SDKValidationError>;
743
743
  /** @internal */
744
744
  export declare const UpdateFirewallConfigRequestBody9$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBody9, z.ZodTypeDef, unknown>;
745
745
  /** @internal */
746
746
  export type UpdateFirewallConfigRequestBody9$Outbound = {
747
747
  action: string;
748
748
  id: string;
749
- value: UpdateFirewallConfigRequestBodySecurityRequestValue$Outbound;
749
+ value: UpdateFirewallConfigRequestBodySecurityRequest9Value$Outbound;
750
750
  };
751
751
  /** @internal */
752
752
  export declare const UpdateFirewallConfigRequestBody9$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBody9$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBody9>;
@@ -807,37 +807,37 @@ export declare namespace UpdateFirewallConfigRequestBodySecurityRequest8ValueAct
807
807
  }>;
808
808
  }
809
809
  /** @internal */
810
- export declare const UpdateFirewallConfigRequestBodySecurityValue$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityValue, z.ZodTypeDef, unknown>;
810
+ export declare const UpdateFirewallConfigRequestBodySecurityRequestValue$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityRequestValue, z.ZodTypeDef, unknown>;
811
811
  /** @internal */
812
- export type UpdateFirewallConfigRequestBodySecurityValue$Outbound = {
812
+ export type UpdateFirewallConfigRequestBodySecurityRequestValue$Outbound = {
813
813
  hostname: string;
814
814
  ip: string;
815
815
  notes?: string | undefined;
816
816
  action: string;
817
817
  };
818
818
  /** @internal */
819
- export declare const UpdateFirewallConfigRequestBodySecurityValue$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityValue$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodySecurityValue>;
819
+ export declare const UpdateFirewallConfigRequestBodySecurityRequestValue$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityRequestValue$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodySecurityRequestValue>;
820
820
  /**
821
821
  * @internal
822
822
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
823
823
  */
824
- export declare namespace UpdateFirewallConfigRequestBodySecurityValue$ {
825
- /** @deprecated use `UpdateFirewallConfigRequestBodySecurityValue$inboundSchema` instead. */
826
- const inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityValue, z.ZodTypeDef, unknown>;
827
- /** @deprecated use `UpdateFirewallConfigRequestBodySecurityValue$outboundSchema` instead. */
828
- const outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityValue$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodySecurityValue>;
829
- /** @deprecated use `UpdateFirewallConfigRequestBodySecurityValue$Outbound` instead. */
830
- type Outbound = UpdateFirewallConfigRequestBodySecurityValue$Outbound;
824
+ export declare namespace UpdateFirewallConfigRequestBodySecurityRequestValue$ {
825
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestValue$inboundSchema` instead. */
826
+ const inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityRequestValue, z.ZodTypeDef, unknown>;
827
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestValue$outboundSchema` instead. */
828
+ const outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityRequestValue$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodySecurityRequestValue>;
829
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityRequestValue$Outbound` instead. */
830
+ type Outbound = UpdateFirewallConfigRequestBodySecurityRequestValue$Outbound;
831
831
  }
832
- export declare function updateFirewallConfigRequestBodySecurityValueToJSON(updateFirewallConfigRequestBodySecurityValue: UpdateFirewallConfigRequestBodySecurityValue): string;
833
- export declare function updateFirewallConfigRequestBodySecurityValueFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRequestBodySecurityValue, SDKValidationError>;
832
+ export declare function updateFirewallConfigRequestBodySecurityRequestValueToJSON(updateFirewallConfigRequestBodySecurityRequestValue: UpdateFirewallConfigRequestBodySecurityRequestValue): string;
833
+ export declare function updateFirewallConfigRequestBodySecurityRequestValueFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRequestBodySecurityRequestValue, SDKValidationError>;
834
834
  /** @internal */
835
835
  export declare const UpdateFirewallConfigRequestBody8$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBody8, z.ZodTypeDef, unknown>;
836
836
  /** @internal */
837
837
  export type UpdateFirewallConfigRequestBody8$Outbound = {
838
838
  action: string;
839
839
  id?: any | null | undefined;
840
- value: UpdateFirewallConfigRequestBodySecurityValue$Outbound;
840
+ value: UpdateFirewallConfigRequestBodySecurityRequestValue$Outbound;
841
841
  };
842
842
  /** @internal */
843
843
  export declare const UpdateFirewallConfigRequestBody8$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBody8$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBody8>;
@@ -974,35 +974,35 @@ export declare namespace UpdateFirewallConfigRequestBodySecurityRequest6ValueAct
974
974
  }>;
975
975
  }
976
976
  /** @internal */
977
- export declare const UpdateFirewallConfigRequestBodyValue$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyValue, z.ZodTypeDef, unknown>;
977
+ export declare const UpdateFirewallConfigRequestBodySecurityValue$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityValue, z.ZodTypeDef, unknown>;
978
978
  /** @internal */
979
- export type UpdateFirewallConfigRequestBodyValue$Outbound = {
979
+ export type UpdateFirewallConfigRequestBodySecurityValue$Outbound = {
980
980
  active: boolean;
981
981
  action: string;
982
982
  };
983
983
  /** @internal */
984
- export declare const UpdateFirewallConfigRequestBodyValue$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyValue$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodyValue>;
984
+ export declare const UpdateFirewallConfigRequestBodySecurityValue$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityValue$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodySecurityValue>;
985
985
  /**
986
986
  * @internal
987
987
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
988
988
  */
989
- export declare namespace UpdateFirewallConfigRequestBodyValue$ {
990
- /** @deprecated use `UpdateFirewallConfigRequestBodyValue$inboundSchema` instead. */
991
- const inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyValue, z.ZodTypeDef, unknown>;
992
- /** @deprecated use `UpdateFirewallConfigRequestBodyValue$outboundSchema` instead. */
993
- const outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyValue$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodyValue>;
994
- /** @deprecated use `UpdateFirewallConfigRequestBodyValue$Outbound` instead. */
995
- type Outbound = UpdateFirewallConfigRequestBodyValue$Outbound;
989
+ export declare namespace UpdateFirewallConfigRequestBodySecurityValue$ {
990
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityValue$inboundSchema` instead. */
991
+ const inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityValue, z.ZodTypeDef, unknown>;
992
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityValue$outboundSchema` instead. */
993
+ const outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityValue$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodySecurityValue>;
994
+ /** @deprecated use `UpdateFirewallConfigRequestBodySecurityValue$Outbound` instead. */
995
+ type Outbound = UpdateFirewallConfigRequestBodySecurityValue$Outbound;
996
996
  }
997
- export declare function updateFirewallConfigRequestBodyValueToJSON(updateFirewallConfigRequestBodyValue: UpdateFirewallConfigRequestBodyValue): string;
998
- export declare function updateFirewallConfigRequestBodyValueFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRequestBodyValue, SDKValidationError>;
997
+ export declare function updateFirewallConfigRequestBodySecurityValueToJSON(updateFirewallConfigRequestBodySecurityValue: UpdateFirewallConfigRequestBodySecurityValue): string;
998
+ export declare function updateFirewallConfigRequestBodySecurityValueFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRequestBodySecurityValue, SDKValidationError>;
999
999
  /** @internal */
1000
1000
  export declare const UpdateFirewallConfigRequestBody6$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBody6, z.ZodTypeDef, unknown>;
1001
1001
  /** @internal */
1002
1002
  export type UpdateFirewallConfigRequestBody6$Outbound = {
1003
1003
  action: string;
1004
1004
  id: string;
1005
- value: UpdateFirewallConfigRequestBodyValue$Outbound;
1005
+ value: UpdateFirewallConfigRequestBodySecurityValue$Outbound;
1006
1006
  };
1007
1007
  /** @internal */
1008
1008
  export declare const UpdateFirewallConfigRequestBody6$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBody6$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBody6>;
@@ -1183,15 +1183,15 @@ export declare namespace UpdateFirewallConfigRequestBodySecurityType$ {
1183
1183
  }>;
1184
1184
  }
1185
1185
  /** @internal */
1186
- export declare const RequestBodyOp$inboundSchema: z.ZodNativeEnum<typeof RequestBodyOp>;
1186
+ export declare const UpdateFirewallConfigRequestBodyOp$inboundSchema: z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodyOp>;
1187
1187
  /** @internal */
1188
- export declare const RequestBodyOp$outboundSchema: z.ZodNativeEnum<typeof RequestBodyOp>;
1188
+ export declare const UpdateFirewallConfigRequestBodyOp$outboundSchema: z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodyOp>;
1189
1189
  /**
1190
1190
  * @internal
1191
1191
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1192
1192
  */
1193
- export declare namespace RequestBodyOp$ {
1194
- /** @deprecated use `RequestBodyOp$inboundSchema` instead. */
1193
+ export declare namespace UpdateFirewallConfigRequestBodyOp$ {
1194
+ /** @deprecated use `UpdateFirewallConfigRequestBodyOp$inboundSchema` instead. */
1195
1195
  const inboundSchema: z.ZodNativeEnum<{
1196
1196
  readonly Re: "re";
1197
1197
  readonly Eq: "eq";
@@ -1208,7 +1208,7 @@ export declare namespace RequestBodyOp$ {
1208
1208
  readonly Lt: "lt";
1209
1209
  readonly Lte: "lte";
1210
1210
  }>;
1211
- /** @deprecated use `RequestBodyOp$outboundSchema` instead. */
1211
+ /** @deprecated use `UpdateFirewallConfigRequestBodyOp$outboundSchema` instead. */
1212
1212
  const outboundSchema: z.ZodNativeEnum<{
1213
1213
  readonly Re: "re";
1214
1214
  readonly Eq: "eq";
@@ -1247,9 +1247,9 @@ export declare namespace UpdateFirewallConfigRequestBodySecurityRequest3Value$ {
1247
1247
  export declare function updateFirewallConfigRequestBodySecurityRequest3ValueToJSON(updateFirewallConfigRequestBodySecurityRequest3Value: UpdateFirewallConfigRequestBodySecurityRequest3Value): string;
1248
1248
  export declare function updateFirewallConfigRequestBodySecurityRequest3ValueFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRequestBodySecurityRequest3Value, SDKValidationError>;
1249
1249
  /** @internal */
1250
- export declare const RequestBodyConditions$inboundSchema: z.ZodType<RequestBodyConditions, z.ZodTypeDef, unknown>;
1250
+ export declare const UpdateFirewallConfigRequestBodyConditions$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyConditions, z.ZodTypeDef, unknown>;
1251
1251
  /** @internal */
1252
- export type RequestBodyConditions$Outbound = {
1252
+ export type UpdateFirewallConfigRequestBodyConditions$Outbound = {
1253
1253
  type: string;
1254
1254
  op: string;
1255
1255
  neg?: boolean | undefined;
@@ -1257,43 +1257,43 @@ export type RequestBodyConditions$Outbound = {
1257
1257
  value?: string | Array<string> | number | undefined;
1258
1258
  };
1259
1259
  /** @internal */
1260
- export declare const RequestBodyConditions$outboundSchema: z.ZodType<RequestBodyConditions$Outbound, z.ZodTypeDef, RequestBodyConditions>;
1260
+ export declare const UpdateFirewallConfigRequestBodyConditions$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyConditions$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodyConditions>;
1261
1261
  /**
1262
1262
  * @internal
1263
1263
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1264
1264
  */
1265
- export declare namespace RequestBodyConditions$ {
1266
- /** @deprecated use `RequestBodyConditions$inboundSchema` instead. */
1267
- const inboundSchema: z.ZodType<RequestBodyConditions, z.ZodTypeDef, unknown>;
1268
- /** @deprecated use `RequestBodyConditions$outboundSchema` instead. */
1269
- const outboundSchema: z.ZodType<RequestBodyConditions$Outbound, z.ZodTypeDef, RequestBodyConditions>;
1270
- /** @deprecated use `RequestBodyConditions$Outbound` instead. */
1271
- type Outbound = RequestBodyConditions$Outbound;
1265
+ export declare namespace UpdateFirewallConfigRequestBodyConditions$ {
1266
+ /** @deprecated use `UpdateFirewallConfigRequestBodyConditions$inboundSchema` instead. */
1267
+ const inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyConditions, z.ZodTypeDef, unknown>;
1268
+ /** @deprecated use `UpdateFirewallConfigRequestBodyConditions$outboundSchema` instead. */
1269
+ const outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyConditions$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodyConditions>;
1270
+ /** @deprecated use `UpdateFirewallConfigRequestBodyConditions$Outbound` instead. */
1271
+ type Outbound = UpdateFirewallConfigRequestBodyConditions$Outbound;
1272
1272
  }
1273
- export declare function requestBodyConditionsToJSON(requestBodyConditions: RequestBodyConditions): string;
1274
- export declare function requestBodyConditionsFromJSON(jsonString: string): SafeParseResult<RequestBodyConditions, SDKValidationError>;
1273
+ export declare function updateFirewallConfigRequestBodyConditionsToJSON(updateFirewallConfigRequestBodyConditions: UpdateFirewallConfigRequestBodyConditions): string;
1274
+ export declare function updateFirewallConfigRequestBodyConditionsFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRequestBodyConditions, SDKValidationError>;
1275
1275
  /** @internal */
1276
- export declare const RequestBodyConditionGroup$inboundSchema: z.ZodType<RequestBodyConditionGroup, z.ZodTypeDef, unknown>;
1276
+ export declare const UpdateFirewallConfigRequestBodyConditionGroup$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyConditionGroup, z.ZodTypeDef, unknown>;
1277
1277
  /** @internal */
1278
- export type RequestBodyConditionGroup$Outbound = {
1279
- conditions: Array<RequestBodyConditions$Outbound>;
1278
+ export type UpdateFirewallConfigRequestBodyConditionGroup$Outbound = {
1279
+ conditions: Array<UpdateFirewallConfigRequestBodyConditions$Outbound>;
1280
1280
  };
1281
1281
  /** @internal */
1282
- export declare const RequestBodyConditionGroup$outboundSchema: z.ZodType<RequestBodyConditionGroup$Outbound, z.ZodTypeDef, RequestBodyConditionGroup>;
1282
+ export declare const UpdateFirewallConfigRequestBodyConditionGroup$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyConditionGroup$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodyConditionGroup>;
1283
1283
  /**
1284
1284
  * @internal
1285
1285
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1286
1286
  */
1287
- export declare namespace RequestBodyConditionGroup$ {
1288
- /** @deprecated use `RequestBodyConditionGroup$inboundSchema` instead. */
1289
- const inboundSchema: z.ZodType<RequestBodyConditionGroup, z.ZodTypeDef, unknown>;
1290
- /** @deprecated use `RequestBodyConditionGroup$outboundSchema` instead. */
1291
- const outboundSchema: z.ZodType<RequestBodyConditionGroup$Outbound, z.ZodTypeDef, RequestBodyConditionGroup>;
1292
- /** @deprecated use `RequestBodyConditionGroup$Outbound` instead. */
1293
- type Outbound = RequestBodyConditionGroup$Outbound;
1287
+ export declare namespace UpdateFirewallConfigRequestBodyConditionGroup$ {
1288
+ /** @deprecated use `UpdateFirewallConfigRequestBodyConditionGroup$inboundSchema` instead. */
1289
+ const inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyConditionGroup, z.ZodTypeDef, unknown>;
1290
+ /** @deprecated use `UpdateFirewallConfigRequestBodyConditionGroup$outboundSchema` instead. */
1291
+ const outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyConditionGroup$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodyConditionGroup>;
1292
+ /** @deprecated use `UpdateFirewallConfigRequestBodyConditionGroup$Outbound` instead. */
1293
+ type Outbound = UpdateFirewallConfigRequestBodyConditionGroup$Outbound;
1294
1294
  }
1295
- export declare function requestBodyConditionGroupToJSON(requestBodyConditionGroup: RequestBodyConditionGroup): string;
1296
- export declare function requestBodyConditionGroupFromJSON(jsonString: string): SafeParseResult<RequestBodyConditionGroup, SDKValidationError>;
1295
+ export declare function updateFirewallConfigRequestBodyConditionGroupToJSON(updateFirewallConfigRequestBodyConditionGroup: UpdateFirewallConfigRequestBodyConditionGroup): string;
1296
+ export declare function updateFirewallConfigRequestBodyConditionGroupFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRequestBodyConditionGroup, SDKValidationError>;
1297
1297
  /** @internal */
1298
1298
  export declare const UpdateFirewallConfigRequestBodySecurityRequest3ValueAction$inboundSchema: z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodySecurityRequest3ValueAction>;
1299
1299
  /** @internal */
@@ -1343,22 +1343,22 @@ export declare namespace UpdateFirewallConfigRateLimitAlgo$ {
1343
1343
  }>;
1344
1344
  }
1345
1345
  /** @internal */
1346
- export declare const UpdateFirewallConfigAction1$inboundSchema: z.ZodNativeEnum<typeof UpdateFirewallConfigAction1>;
1346
+ export declare const UpdateFirewallConfigActionSecurity1$inboundSchema: z.ZodNativeEnum<typeof UpdateFirewallConfigActionSecurity1>;
1347
1347
  /** @internal */
1348
- export declare const UpdateFirewallConfigAction1$outboundSchema: z.ZodNativeEnum<typeof UpdateFirewallConfigAction1>;
1348
+ export declare const UpdateFirewallConfigActionSecurity1$outboundSchema: z.ZodNativeEnum<typeof UpdateFirewallConfigActionSecurity1>;
1349
1349
  /**
1350
1350
  * @internal
1351
1351
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1352
1352
  */
1353
- export declare namespace UpdateFirewallConfigAction1$ {
1354
- /** @deprecated use `UpdateFirewallConfigAction1$inboundSchema` instead. */
1353
+ export declare namespace UpdateFirewallConfigActionSecurity1$ {
1354
+ /** @deprecated use `UpdateFirewallConfigActionSecurity1$inboundSchema` instead. */
1355
1355
  const inboundSchema: z.ZodNativeEnum<{
1356
1356
  readonly Log: "log";
1357
1357
  readonly Challenge: "challenge";
1358
1358
  readonly Deny: "deny";
1359
1359
  readonly RateLimit: "rate_limit";
1360
1360
  }>;
1361
- /** @deprecated use `UpdateFirewallConfigAction1$outboundSchema` instead. */
1361
+ /** @deprecated use `UpdateFirewallConfigActionSecurity1$outboundSchema` instead. */
1362
1362
  const outboundSchema: z.ZodNativeEnum<{
1363
1363
  readonly Log: "log";
1364
1364
  readonly Challenge: "challenge";
@@ -1367,29 +1367,29 @@ export declare namespace UpdateFirewallConfigAction1$ {
1367
1367
  }>;
1368
1368
  }
1369
1369
  /** @internal */
1370
- export declare const UpdateFirewallConfigRateLimitAction$inboundSchema: z.ZodType<UpdateFirewallConfigRateLimitAction, z.ZodTypeDef, unknown>;
1370
+ export declare const UpdateFirewallConfigRateLimitSecurityAction$inboundSchema: z.ZodType<UpdateFirewallConfigRateLimitSecurityAction, z.ZodTypeDef, unknown>;
1371
1371
  /** @internal */
1372
- export type UpdateFirewallConfigRateLimitAction$Outbound = string | any;
1372
+ export type UpdateFirewallConfigRateLimitSecurityAction$Outbound = string | any;
1373
1373
  /** @internal */
1374
- export declare const UpdateFirewallConfigRateLimitAction$outboundSchema: z.ZodType<UpdateFirewallConfigRateLimitAction$Outbound, z.ZodTypeDef, UpdateFirewallConfigRateLimitAction>;
1374
+ export declare const UpdateFirewallConfigRateLimitSecurityAction$outboundSchema: z.ZodType<UpdateFirewallConfigRateLimitSecurityAction$Outbound, z.ZodTypeDef, UpdateFirewallConfigRateLimitSecurityAction>;
1375
1375
  /**
1376
1376
  * @internal
1377
1377
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1378
1378
  */
1379
- export declare namespace UpdateFirewallConfigRateLimitAction$ {
1380
- /** @deprecated use `UpdateFirewallConfigRateLimitAction$inboundSchema` instead. */
1379
+ export declare namespace UpdateFirewallConfigRateLimitSecurityAction$ {
1380
+ /** @deprecated use `UpdateFirewallConfigRateLimitSecurityAction$inboundSchema` instead. */
1381
1381
  const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
1382
- /** @deprecated use `UpdateFirewallConfigRateLimitAction$outboundSchema` instead. */
1382
+ /** @deprecated use `UpdateFirewallConfigRateLimitSecurityAction$outboundSchema` instead. */
1383
1383
  const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
1384
- /** @deprecated use `UpdateFirewallConfigRateLimitAction$Outbound` instead. */
1385
- type Outbound = UpdateFirewallConfigRateLimitAction$Outbound;
1384
+ /** @deprecated use `UpdateFirewallConfigRateLimitSecurityAction$Outbound` instead. */
1385
+ type Outbound = UpdateFirewallConfigRateLimitSecurityAction$Outbound;
1386
1386
  }
1387
- export declare function updateFirewallConfigRateLimitActionToJSON(updateFirewallConfigRateLimitAction: UpdateFirewallConfigRateLimitAction): string;
1388
- export declare function updateFirewallConfigRateLimitActionFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRateLimitAction, SDKValidationError>;
1387
+ export declare function updateFirewallConfigRateLimitSecurityActionToJSON(updateFirewallConfigRateLimitSecurityAction: UpdateFirewallConfigRateLimitSecurityAction): string;
1388
+ export declare function updateFirewallConfigRateLimitSecurityActionFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRateLimitSecurityAction, SDKValidationError>;
1389
1389
  /** @internal */
1390
- export declare const UpdateFirewallConfigRateLimit1$inboundSchema: z.ZodType<UpdateFirewallConfigRateLimit1, z.ZodTypeDef, unknown>;
1390
+ export declare const UpdateFirewallConfigRateLimitSecurity1$inboundSchema: z.ZodType<UpdateFirewallConfigRateLimitSecurity1, z.ZodTypeDef, unknown>;
1391
1391
  /** @internal */
1392
- export type UpdateFirewallConfigRateLimit1$Outbound = {
1392
+ export type UpdateFirewallConfigRateLimitSecurity1$Outbound = {
1393
1393
  algo: string;
1394
1394
  window: number;
1395
1395
  limit: number;
@@ -1397,115 +1397,115 @@ export type UpdateFirewallConfigRateLimit1$Outbound = {
1397
1397
  action?: string | any | null | undefined;
1398
1398
  };
1399
1399
  /** @internal */
1400
- export declare const UpdateFirewallConfigRateLimit1$outboundSchema: z.ZodType<UpdateFirewallConfigRateLimit1$Outbound, z.ZodTypeDef, UpdateFirewallConfigRateLimit1>;
1400
+ export declare const UpdateFirewallConfigRateLimitSecurity1$outboundSchema: z.ZodType<UpdateFirewallConfigRateLimitSecurity1$Outbound, z.ZodTypeDef, UpdateFirewallConfigRateLimitSecurity1>;
1401
1401
  /**
1402
1402
  * @internal
1403
1403
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1404
1404
  */
1405
- export declare namespace UpdateFirewallConfigRateLimit1$ {
1406
- /** @deprecated use `UpdateFirewallConfigRateLimit1$inboundSchema` instead. */
1407
- const inboundSchema: z.ZodType<UpdateFirewallConfigRateLimit1, z.ZodTypeDef, unknown>;
1408
- /** @deprecated use `UpdateFirewallConfigRateLimit1$outboundSchema` instead. */
1409
- const outboundSchema: z.ZodType<UpdateFirewallConfigRateLimit1$Outbound, z.ZodTypeDef, UpdateFirewallConfigRateLimit1>;
1410
- /** @deprecated use `UpdateFirewallConfigRateLimit1$Outbound` instead. */
1411
- type Outbound = UpdateFirewallConfigRateLimit1$Outbound;
1405
+ export declare namespace UpdateFirewallConfigRateLimitSecurity1$ {
1406
+ /** @deprecated use `UpdateFirewallConfigRateLimitSecurity1$inboundSchema` instead. */
1407
+ const inboundSchema: z.ZodType<UpdateFirewallConfigRateLimitSecurity1, z.ZodTypeDef, unknown>;
1408
+ /** @deprecated use `UpdateFirewallConfigRateLimitSecurity1$outboundSchema` instead. */
1409
+ const outboundSchema: z.ZodType<UpdateFirewallConfigRateLimitSecurity1$Outbound, z.ZodTypeDef, UpdateFirewallConfigRateLimitSecurity1>;
1410
+ /** @deprecated use `UpdateFirewallConfigRateLimitSecurity1$Outbound` instead. */
1411
+ type Outbound = UpdateFirewallConfigRateLimitSecurity1$Outbound;
1412
1412
  }
1413
- export declare function updateFirewallConfigRateLimit1ToJSON(updateFirewallConfigRateLimit1: UpdateFirewallConfigRateLimit1): string;
1414
- export declare function updateFirewallConfigRateLimit1FromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRateLimit1, SDKValidationError>;
1413
+ export declare function updateFirewallConfigRateLimitSecurity1ToJSON(updateFirewallConfigRateLimitSecurity1: UpdateFirewallConfigRateLimitSecurity1): string;
1414
+ export declare function updateFirewallConfigRateLimitSecurity1FromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRateLimitSecurity1, SDKValidationError>;
1415
1415
  /** @internal */
1416
- export declare const RequestBodyRateLimit$inboundSchema: z.ZodType<RequestBodyRateLimit, z.ZodTypeDef, unknown>;
1416
+ export declare const UpdateFirewallConfigRequestBodyRateLimit$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyRateLimit, z.ZodTypeDef, unknown>;
1417
1417
  /** @internal */
1418
- export type RequestBodyRateLimit$Outbound = UpdateFirewallConfigRateLimit1$Outbound | any;
1418
+ export type UpdateFirewallConfigRequestBodyRateLimit$Outbound = UpdateFirewallConfigRateLimitSecurity1$Outbound | any;
1419
1419
  /** @internal */
1420
- export declare const RequestBodyRateLimit$outboundSchema: z.ZodType<RequestBodyRateLimit$Outbound, z.ZodTypeDef, RequestBodyRateLimit>;
1420
+ export declare const UpdateFirewallConfigRequestBodyRateLimit$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyRateLimit$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodyRateLimit>;
1421
1421
  /**
1422
1422
  * @internal
1423
1423
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1424
1424
  */
1425
- export declare namespace RequestBodyRateLimit$ {
1426
- /** @deprecated use `RequestBodyRateLimit$inboundSchema` instead. */
1425
+ export declare namespace UpdateFirewallConfigRequestBodyRateLimit$ {
1426
+ /** @deprecated use `UpdateFirewallConfigRequestBodyRateLimit$inboundSchema` instead. */
1427
1427
  const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
1428
- /** @deprecated use `RequestBodyRateLimit$outboundSchema` instead. */
1428
+ /** @deprecated use `UpdateFirewallConfigRequestBodyRateLimit$outboundSchema` instead. */
1429
1429
  const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
1430
- /** @deprecated use `RequestBodyRateLimit$Outbound` instead. */
1431
- type Outbound = RequestBodyRateLimit$Outbound;
1430
+ /** @deprecated use `UpdateFirewallConfigRequestBodyRateLimit$Outbound` instead. */
1431
+ type Outbound = UpdateFirewallConfigRequestBodyRateLimit$Outbound;
1432
1432
  }
1433
- export declare function requestBodyRateLimitToJSON(requestBodyRateLimit: RequestBodyRateLimit): string;
1434
- export declare function requestBodyRateLimitFromJSON(jsonString: string): SafeParseResult<RequestBodyRateLimit, SDKValidationError>;
1433
+ export declare function updateFirewallConfigRequestBodyRateLimitToJSON(updateFirewallConfigRequestBodyRateLimit: UpdateFirewallConfigRequestBodyRateLimit): string;
1434
+ export declare function updateFirewallConfigRequestBodyRateLimitFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRequestBodyRateLimit, SDKValidationError>;
1435
1435
  /** @internal */
1436
- export declare const UpdateFirewallConfigRedirect1$inboundSchema: z.ZodType<UpdateFirewallConfigRedirect1, z.ZodTypeDef, unknown>;
1436
+ export declare const UpdateFirewallConfigRedirectSecurity1$inboundSchema: z.ZodType<UpdateFirewallConfigRedirectSecurity1, z.ZodTypeDef, unknown>;
1437
1437
  /** @internal */
1438
- export type UpdateFirewallConfigRedirect1$Outbound = {
1438
+ export type UpdateFirewallConfigRedirectSecurity1$Outbound = {
1439
1439
  location: string;
1440
1440
  permanent: boolean;
1441
1441
  };
1442
1442
  /** @internal */
1443
- export declare const UpdateFirewallConfigRedirect1$outboundSchema: z.ZodType<UpdateFirewallConfigRedirect1$Outbound, z.ZodTypeDef, UpdateFirewallConfigRedirect1>;
1443
+ export declare const UpdateFirewallConfigRedirectSecurity1$outboundSchema: z.ZodType<UpdateFirewallConfigRedirectSecurity1$Outbound, z.ZodTypeDef, UpdateFirewallConfigRedirectSecurity1>;
1444
1444
  /**
1445
1445
  * @internal
1446
1446
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1447
1447
  */
1448
- export declare namespace UpdateFirewallConfigRedirect1$ {
1449
- /** @deprecated use `UpdateFirewallConfigRedirect1$inboundSchema` instead. */
1450
- const inboundSchema: z.ZodType<UpdateFirewallConfigRedirect1, z.ZodTypeDef, unknown>;
1451
- /** @deprecated use `UpdateFirewallConfigRedirect1$outboundSchema` instead. */
1452
- const outboundSchema: z.ZodType<UpdateFirewallConfigRedirect1$Outbound, z.ZodTypeDef, UpdateFirewallConfigRedirect1>;
1453
- /** @deprecated use `UpdateFirewallConfigRedirect1$Outbound` instead. */
1454
- type Outbound = UpdateFirewallConfigRedirect1$Outbound;
1448
+ export declare namespace UpdateFirewallConfigRedirectSecurity1$ {
1449
+ /** @deprecated use `UpdateFirewallConfigRedirectSecurity1$inboundSchema` instead. */
1450
+ const inboundSchema: z.ZodType<UpdateFirewallConfigRedirectSecurity1, z.ZodTypeDef, unknown>;
1451
+ /** @deprecated use `UpdateFirewallConfigRedirectSecurity1$outboundSchema` instead. */
1452
+ const outboundSchema: z.ZodType<UpdateFirewallConfigRedirectSecurity1$Outbound, z.ZodTypeDef, UpdateFirewallConfigRedirectSecurity1>;
1453
+ /** @deprecated use `UpdateFirewallConfigRedirectSecurity1$Outbound` instead. */
1454
+ type Outbound = UpdateFirewallConfigRedirectSecurity1$Outbound;
1455
1455
  }
1456
- export declare function updateFirewallConfigRedirect1ToJSON(updateFirewallConfigRedirect1: UpdateFirewallConfigRedirect1): string;
1457
- export declare function updateFirewallConfigRedirect1FromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRedirect1, SDKValidationError>;
1456
+ export declare function updateFirewallConfigRedirectSecurity1ToJSON(updateFirewallConfigRedirectSecurity1: UpdateFirewallConfigRedirectSecurity1): string;
1457
+ export declare function updateFirewallConfigRedirectSecurity1FromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRedirectSecurity1, SDKValidationError>;
1458
1458
  /** @internal */
1459
- export declare const RequestBodyRedirect$inboundSchema: z.ZodType<RequestBodyRedirect, z.ZodTypeDef, unknown>;
1459
+ export declare const UpdateFirewallConfigRequestBodyRedirect$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyRedirect, z.ZodTypeDef, unknown>;
1460
1460
  /** @internal */
1461
- export type RequestBodyRedirect$Outbound = UpdateFirewallConfigRedirect1$Outbound | any;
1461
+ export type UpdateFirewallConfigRequestBodyRedirect$Outbound = UpdateFirewallConfigRedirectSecurity1$Outbound | any;
1462
1462
  /** @internal */
1463
- export declare const RequestBodyRedirect$outboundSchema: z.ZodType<RequestBodyRedirect$Outbound, z.ZodTypeDef, RequestBodyRedirect>;
1463
+ export declare const UpdateFirewallConfigRequestBodyRedirect$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyRedirect$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodyRedirect>;
1464
1464
  /**
1465
1465
  * @internal
1466
1466
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1467
1467
  */
1468
- export declare namespace RequestBodyRedirect$ {
1469
- /** @deprecated use `RequestBodyRedirect$inboundSchema` instead. */
1468
+ export declare namespace UpdateFirewallConfigRequestBodyRedirect$ {
1469
+ /** @deprecated use `UpdateFirewallConfigRequestBodyRedirect$inboundSchema` instead. */
1470
1470
  const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
1471
- /** @deprecated use `RequestBodyRedirect$outboundSchema` instead. */
1471
+ /** @deprecated use `UpdateFirewallConfigRequestBodyRedirect$outboundSchema` instead. */
1472
1472
  const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
1473
- /** @deprecated use `RequestBodyRedirect$Outbound` instead. */
1474
- type Outbound = RequestBodyRedirect$Outbound;
1473
+ /** @deprecated use `UpdateFirewallConfigRequestBodyRedirect$Outbound` instead. */
1474
+ type Outbound = UpdateFirewallConfigRequestBodyRedirect$Outbound;
1475
1475
  }
1476
- export declare function requestBodyRedirectToJSON(requestBodyRedirect: RequestBodyRedirect): string;
1477
- export declare function requestBodyRedirectFromJSON(jsonString: string): SafeParseResult<RequestBodyRedirect, SDKValidationError>;
1476
+ export declare function updateFirewallConfigRequestBodyRedirectToJSON(updateFirewallConfigRequestBodyRedirect: UpdateFirewallConfigRequestBodyRedirect): string;
1477
+ export declare function updateFirewallConfigRequestBodyRedirectFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRequestBodyRedirect, SDKValidationError>;
1478
1478
  /** @internal */
1479
- export declare const RequestBodyMitigate$inboundSchema: z.ZodType<RequestBodyMitigate, z.ZodTypeDef, unknown>;
1479
+ export declare const UpdateFirewallConfigRequestBodyMitigate$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyMitigate, z.ZodTypeDef, unknown>;
1480
1480
  /** @internal */
1481
- export type RequestBodyMitigate$Outbound = {
1481
+ export type UpdateFirewallConfigRequestBodyMitigate$Outbound = {
1482
1482
  action: string;
1483
- rateLimit?: UpdateFirewallConfigRateLimit1$Outbound | any | null | undefined;
1484
- redirect?: UpdateFirewallConfigRedirect1$Outbound | any | null | undefined;
1483
+ rateLimit?: UpdateFirewallConfigRateLimitSecurity1$Outbound | any | null | undefined;
1484
+ redirect?: UpdateFirewallConfigRedirectSecurity1$Outbound | any | null | undefined;
1485
1485
  actionDuration?: string | null | undefined;
1486
1486
  bypassSystem?: boolean | null | undefined;
1487
1487
  };
1488
1488
  /** @internal */
1489
- export declare const RequestBodyMitigate$outboundSchema: z.ZodType<RequestBodyMitigate$Outbound, z.ZodTypeDef, RequestBodyMitigate>;
1489
+ export declare const UpdateFirewallConfigRequestBodyMitigate$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyMitigate$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodyMitigate>;
1490
1490
  /**
1491
1491
  * @internal
1492
1492
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1493
1493
  */
1494
- export declare namespace RequestBodyMitigate$ {
1495
- /** @deprecated use `RequestBodyMitigate$inboundSchema` instead. */
1496
- const inboundSchema: z.ZodType<RequestBodyMitigate, z.ZodTypeDef, unknown>;
1497
- /** @deprecated use `RequestBodyMitigate$outboundSchema` instead. */
1498
- const outboundSchema: z.ZodType<RequestBodyMitigate$Outbound, z.ZodTypeDef, RequestBodyMitigate>;
1499
- /** @deprecated use `RequestBodyMitigate$Outbound` instead. */
1500
- type Outbound = RequestBodyMitigate$Outbound;
1494
+ export declare namespace UpdateFirewallConfigRequestBodyMitigate$ {
1495
+ /** @deprecated use `UpdateFirewallConfigRequestBodyMitigate$inboundSchema` instead. */
1496
+ const inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyMitigate, z.ZodTypeDef, unknown>;
1497
+ /** @deprecated use `UpdateFirewallConfigRequestBodyMitigate$outboundSchema` instead. */
1498
+ const outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyMitigate$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodyMitigate>;
1499
+ /** @deprecated use `UpdateFirewallConfigRequestBodyMitigate$Outbound` instead. */
1500
+ type Outbound = UpdateFirewallConfigRequestBodyMitigate$Outbound;
1501
1501
  }
1502
- export declare function requestBodyMitigateToJSON(requestBodyMitigate: RequestBodyMitigate): string;
1503
- export declare function requestBodyMitigateFromJSON(jsonString: string): SafeParseResult<RequestBodyMitigate, SDKValidationError>;
1502
+ export declare function updateFirewallConfigRequestBodyMitigateToJSON(updateFirewallConfigRequestBodyMitigate: UpdateFirewallConfigRequestBodyMitigate): string;
1503
+ export declare function updateFirewallConfigRequestBodyMitigateFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRequestBodyMitigate, SDKValidationError>;
1504
1504
  /** @internal */
1505
1505
  export declare const UpdateFirewallConfigRequestBodySecurityRequest3Action$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityRequest3Action, z.ZodTypeDef, unknown>;
1506
1506
  /** @internal */
1507
1507
  export type UpdateFirewallConfigRequestBodySecurityRequest3Action$Outbound = {
1508
- mitigate?: RequestBodyMitigate$Outbound | undefined;
1508
+ mitigate?: UpdateFirewallConfigRequestBodyMitigate$Outbound | undefined;
1509
1509
  };
1510
1510
  /** @internal */
1511
1511
  export declare const UpdateFirewallConfigRequestBodySecurityRequest3Action$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityRequest3Action$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodySecurityRequest3Action>;
@@ -1524,38 +1524,38 @@ export declare namespace UpdateFirewallConfigRequestBodySecurityRequest3Action$
1524
1524
  export declare function updateFirewallConfigRequestBodySecurityRequest3ActionToJSON(updateFirewallConfigRequestBodySecurityRequest3Action: UpdateFirewallConfigRequestBodySecurityRequest3Action): string;
1525
1525
  export declare function updateFirewallConfigRequestBodySecurityRequest3ActionFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRequestBodySecurityRequest3Action, SDKValidationError>;
1526
1526
  /** @internal */
1527
- export declare const RequestBodyValue$inboundSchema: z.ZodType<RequestBodyValue, z.ZodTypeDef, unknown>;
1527
+ export declare const UpdateFirewallConfigRequestBodyValue$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyValue, z.ZodTypeDef, unknown>;
1528
1528
  /** @internal */
1529
- export type RequestBodyValue$Outbound = {
1529
+ export type UpdateFirewallConfigRequestBodyValue$Outbound = {
1530
1530
  name: string;
1531
1531
  description?: string | undefined;
1532
1532
  active: boolean;
1533
- conditionGroup: Array<RequestBodyConditionGroup$Outbound>;
1533
+ conditionGroup: Array<UpdateFirewallConfigRequestBodyConditionGroup$Outbound>;
1534
1534
  action: UpdateFirewallConfigRequestBodySecurityRequest3Action$Outbound;
1535
1535
  };
1536
1536
  /** @internal */
1537
- export declare const RequestBodyValue$outboundSchema: z.ZodType<RequestBodyValue$Outbound, z.ZodTypeDef, RequestBodyValue>;
1537
+ export declare const UpdateFirewallConfigRequestBodyValue$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyValue$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodyValue>;
1538
1538
  /**
1539
1539
  * @internal
1540
1540
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1541
1541
  */
1542
- export declare namespace RequestBodyValue$ {
1543
- /** @deprecated use `RequestBodyValue$inboundSchema` instead. */
1544
- const inboundSchema: z.ZodType<RequestBodyValue, z.ZodTypeDef, unknown>;
1545
- /** @deprecated use `RequestBodyValue$outboundSchema` instead. */
1546
- const outboundSchema: z.ZodType<RequestBodyValue$Outbound, z.ZodTypeDef, RequestBodyValue>;
1547
- /** @deprecated use `RequestBodyValue$Outbound` instead. */
1548
- type Outbound = RequestBodyValue$Outbound;
1542
+ export declare namespace UpdateFirewallConfigRequestBodyValue$ {
1543
+ /** @deprecated use `UpdateFirewallConfigRequestBodyValue$inboundSchema` instead. */
1544
+ const inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyValue, z.ZodTypeDef, unknown>;
1545
+ /** @deprecated use `UpdateFirewallConfigRequestBodyValue$outboundSchema` instead. */
1546
+ const outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyValue$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodyValue>;
1547
+ /** @deprecated use `UpdateFirewallConfigRequestBodyValue$Outbound` instead. */
1548
+ type Outbound = UpdateFirewallConfigRequestBodyValue$Outbound;
1549
1549
  }
1550
- export declare function requestBodyValueToJSON(requestBodyValue: RequestBodyValue): string;
1551
- export declare function requestBodyValueFromJSON(jsonString: string): SafeParseResult<RequestBodyValue, SDKValidationError>;
1550
+ export declare function updateFirewallConfigRequestBodyValueToJSON(updateFirewallConfigRequestBodyValue: UpdateFirewallConfigRequestBodyValue): string;
1551
+ export declare function updateFirewallConfigRequestBodyValueFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRequestBodyValue, SDKValidationError>;
1552
1552
  /** @internal */
1553
1553
  export declare const UpdateFirewallConfigRequestBody3$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBody3, z.ZodTypeDef, unknown>;
1554
1554
  /** @internal */
1555
1555
  export type UpdateFirewallConfigRequestBody3$Outbound = {
1556
1556
  action: string;
1557
1557
  id: string;
1558
- value: RequestBodyValue$Outbound;
1558
+ value: UpdateFirewallConfigRequestBodyValue$Outbound;
1559
1559
  };
1560
1560
  /** @internal */
1561
1561
  export declare const UpdateFirewallConfigRequestBody3$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBody3$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBody3>;
@@ -1652,15 +1652,15 @@ export declare namespace UpdateFirewallConfigRequestBodyType$ {
1652
1652
  }>;
1653
1653
  }
1654
1654
  /** @internal */
1655
- export declare const Op$inboundSchema: z.ZodNativeEnum<typeof Op>;
1655
+ export declare const RequestBodyOp$inboundSchema: z.ZodNativeEnum<typeof RequestBodyOp>;
1656
1656
  /** @internal */
1657
- export declare const Op$outboundSchema: z.ZodNativeEnum<typeof Op>;
1657
+ export declare const RequestBodyOp$outboundSchema: z.ZodNativeEnum<typeof RequestBodyOp>;
1658
1658
  /**
1659
1659
  * @internal
1660
1660
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1661
1661
  */
1662
- export declare namespace Op$ {
1663
- /** @deprecated use `Op$inboundSchema` instead. */
1662
+ export declare namespace RequestBodyOp$ {
1663
+ /** @deprecated use `RequestBodyOp$inboundSchema` instead. */
1664
1664
  const inboundSchema: z.ZodNativeEnum<{
1665
1665
  readonly Re: "re";
1666
1666
  readonly Eq: "eq";
@@ -1677,7 +1677,7 @@ export declare namespace Op$ {
1677
1677
  readonly Lt: "lt";
1678
1678
  readonly Lte: "lte";
1679
1679
  }>;
1680
- /** @deprecated use `Op$outboundSchema` instead. */
1680
+ /** @deprecated use `RequestBodyOp$outboundSchema` instead. */
1681
1681
  const outboundSchema: z.ZodNativeEnum<{
1682
1682
  readonly Re: "re";
1683
1683
  readonly Eq: "eq";
@@ -1716,9 +1716,9 @@ export declare namespace UpdateFirewallConfigRequestBodySecurityRequest2Value$ {
1716
1716
  export declare function updateFirewallConfigRequestBodySecurityRequest2ValueToJSON(updateFirewallConfigRequestBodySecurityRequest2Value: UpdateFirewallConfigRequestBodySecurityRequest2Value): string;
1717
1717
  export declare function updateFirewallConfigRequestBodySecurityRequest2ValueFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRequestBodySecurityRequest2Value, SDKValidationError>;
1718
1718
  /** @internal */
1719
- export declare const Conditions$inboundSchema: z.ZodType<Conditions, z.ZodTypeDef, unknown>;
1719
+ export declare const RequestBodyConditions$inboundSchema: z.ZodType<RequestBodyConditions, z.ZodTypeDef, unknown>;
1720
1720
  /** @internal */
1721
- export type Conditions$Outbound = {
1721
+ export type RequestBodyConditions$Outbound = {
1722
1722
  type: string;
1723
1723
  op: string;
1724
1724
  neg?: boolean | undefined;
@@ -1726,43 +1726,43 @@ export type Conditions$Outbound = {
1726
1726
  value?: string | Array<string> | number | undefined;
1727
1727
  };
1728
1728
  /** @internal */
1729
- export declare const Conditions$outboundSchema: z.ZodType<Conditions$Outbound, z.ZodTypeDef, Conditions>;
1729
+ export declare const RequestBodyConditions$outboundSchema: z.ZodType<RequestBodyConditions$Outbound, z.ZodTypeDef, RequestBodyConditions>;
1730
1730
  /**
1731
1731
  * @internal
1732
1732
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1733
1733
  */
1734
- export declare namespace Conditions$ {
1735
- /** @deprecated use `Conditions$inboundSchema` instead. */
1736
- const inboundSchema: z.ZodType<Conditions, z.ZodTypeDef, unknown>;
1737
- /** @deprecated use `Conditions$outboundSchema` instead. */
1738
- const outboundSchema: z.ZodType<Conditions$Outbound, z.ZodTypeDef, Conditions>;
1739
- /** @deprecated use `Conditions$Outbound` instead. */
1740
- type Outbound = Conditions$Outbound;
1734
+ export declare namespace RequestBodyConditions$ {
1735
+ /** @deprecated use `RequestBodyConditions$inboundSchema` instead. */
1736
+ const inboundSchema: z.ZodType<RequestBodyConditions, z.ZodTypeDef, unknown>;
1737
+ /** @deprecated use `RequestBodyConditions$outboundSchema` instead. */
1738
+ const outboundSchema: z.ZodType<RequestBodyConditions$Outbound, z.ZodTypeDef, RequestBodyConditions>;
1739
+ /** @deprecated use `RequestBodyConditions$Outbound` instead. */
1740
+ type Outbound = RequestBodyConditions$Outbound;
1741
1741
  }
1742
- export declare function conditionsToJSON(conditions: Conditions): string;
1743
- export declare function conditionsFromJSON(jsonString: string): SafeParseResult<Conditions, SDKValidationError>;
1742
+ export declare function requestBodyConditionsToJSON(requestBodyConditions: RequestBodyConditions): string;
1743
+ export declare function requestBodyConditionsFromJSON(jsonString: string): SafeParseResult<RequestBodyConditions, SDKValidationError>;
1744
1744
  /** @internal */
1745
- export declare const ConditionGroup$inboundSchema: z.ZodType<ConditionGroup, z.ZodTypeDef, unknown>;
1745
+ export declare const RequestBodyConditionGroup$inboundSchema: z.ZodType<RequestBodyConditionGroup, z.ZodTypeDef, unknown>;
1746
1746
  /** @internal */
1747
- export type ConditionGroup$Outbound = {
1748
- conditions: Array<Conditions$Outbound>;
1747
+ export type RequestBodyConditionGroup$Outbound = {
1748
+ conditions: Array<RequestBodyConditions$Outbound>;
1749
1749
  };
1750
1750
  /** @internal */
1751
- export declare const ConditionGroup$outboundSchema: z.ZodType<ConditionGroup$Outbound, z.ZodTypeDef, ConditionGroup>;
1751
+ export declare const RequestBodyConditionGroup$outboundSchema: z.ZodType<RequestBodyConditionGroup$Outbound, z.ZodTypeDef, RequestBodyConditionGroup>;
1752
1752
  /**
1753
1753
  * @internal
1754
1754
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1755
1755
  */
1756
- export declare namespace ConditionGroup$ {
1757
- /** @deprecated use `ConditionGroup$inboundSchema` instead. */
1758
- const inboundSchema: z.ZodType<ConditionGroup, z.ZodTypeDef, unknown>;
1759
- /** @deprecated use `ConditionGroup$outboundSchema` instead. */
1760
- const outboundSchema: z.ZodType<ConditionGroup$Outbound, z.ZodTypeDef, ConditionGroup>;
1761
- /** @deprecated use `ConditionGroup$Outbound` instead. */
1762
- type Outbound = ConditionGroup$Outbound;
1756
+ export declare namespace RequestBodyConditionGroup$ {
1757
+ /** @deprecated use `RequestBodyConditionGroup$inboundSchema` instead. */
1758
+ const inboundSchema: z.ZodType<RequestBodyConditionGroup, z.ZodTypeDef, unknown>;
1759
+ /** @deprecated use `RequestBodyConditionGroup$outboundSchema` instead. */
1760
+ const outboundSchema: z.ZodType<RequestBodyConditionGroup$Outbound, z.ZodTypeDef, RequestBodyConditionGroup>;
1761
+ /** @deprecated use `RequestBodyConditionGroup$Outbound` instead. */
1762
+ type Outbound = RequestBodyConditionGroup$Outbound;
1763
1763
  }
1764
- export declare function conditionGroupToJSON(conditionGroup: ConditionGroup): string;
1765
- export declare function conditionGroupFromJSON(jsonString: string): SafeParseResult<ConditionGroup, SDKValidationError>;
1764
+ export declare function requestBodyConditionGroupToJSON(requestBodyConditionGroup: RequestBodyConditionGroup): string;
1765
+ export declare function requestBodyConditionGroupFromJSON(jsonString: string): SafeParseResult<RequestBodyConditionGroup, SDKValidationError>;
1766
1766
  /** @internal */
1767
1767
  export declare const UpdateFirewallConfigRequestBodySecurityRequest2ValueAction$inboundSchema: z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodySecurityRequest2ValueAction>;
1768
1768
  /** @internal */
@@ -1812,22 +1812,22 @@ export declare namespace RateLimitAlgo$ {
1812
1812
  }>;
1813
1813
  }
1814
1814
  /** @internal */
1815
- export declare const Action1$inboundSchema: z.ZodNativeEnum<typeof Action1>;
1815
+ export declare const UpdateFirewallConfigAction1$inboundSchema: z.ZodNativeEnum<typeof UpdateFirewallConfigAction1>;
1816
1816
  /** @internal */
1817
- export declare const Action1$outboundSchema: z.ZodNativeEnum<typeof Action1>;
1817
+ export declare const UpdateFirewallConfigAction1$outboundSchema: z.ZodNativeEnum<typeof UpdateFirewallConfigAction1>;
1818
1818
  /**
1819
1819
  * @internal
1820
1820
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1821
1821
  */
1822
- export declare namespace Action1$ {
1823
- /** @deprecated use `Action1$inboundSchema` instead. */
1822
+ export declare namespace UpdateFirewallConfigAction1$ {
1823
+ /** @deprecated use `UpdateFirewallConfigAction1$inboundSchema` instead. */
1824
1824
  const inboundSchema: z.ZodNativeEnum<{
1825
1825
  readonly Log: "log";
1826
1826
  readonly Challenge: "challenge";
1827
1827
  readonly Deny: "deny";
1828
1828
  readonly RateLimit: "rate_limit";
1829
1829
  }>;
1830
- /** @deprecated use `Action1$outboundSchema` instead. */
1830
+ /** @deprecated use `UpdateFirewallConfigAction1$outboundSchema` instead. */
1831
1831
  const outboundSchema: z.ZodNativeEnum<{
1832
1832
  readonly Log: "log";
1833
1833
  readonly Challenge: "challenge";
@@ -1836,29 +1836,29 @@ export declare namespace Action1$ {
1836
1836
  }>;
1837
1837
  }
1838
1838
  /** @internal */
1839
- export declare const RateLimitAction$inboundSchema: z.ZodType<RateLimitAction, z.ZodTypeDef, unknown>;
1839
+ export declare const UpdateFirewallConfigRateLimitAction$inboundSchema: z.ZodType<UpdateFirewallConfigRateLimitAction, z.ZodTypeDef, unknown>;
1840
1840
  /** @internal */
1841
- export type RateLimitAction$Outbound = string | any;
1841
+ export type UpdateFirewallConfigRateLimitAction$Outbound = string | any;
1842
1842
  /** @internal */
1843
- export declare const RateLimitAction$outboundSchema: z.ZodType<RateLimitAction$Outbound, z.ZodTypeDef, RateLimitAction>;
1843
+ export declare const UpdateFirewallConfigRateLimitAction$outboundSchema: z.ZodType<UpdateFirewallConfigRateLimitAction$Outbound, z.ZodTypeDef, UpdateFirewallConfigRateLimitAction>;
1844
1844
  /**
1845
1845
  * @internal
1846
1846
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1847
1847
  */
1848
- export declare namespace RateLimitAction$ {
1849
- /** @deprecated use `RateLimitAction$inboundSchema` instead. */
1848
+ export declare namespace UpdateFirewallConfigRateLimitAction$ {
1849
+ /** @deprecated use `UpdateFirewallConfigRateLimitAction$inboundSchema` instead. */
1850
1850
  const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
1851
- /** @deprecated use `RateLimitAction$outboundSchema` instead. */
1851
+ /** @deprecated use `UpdateFirewallConfigRateLimitAction$outboundSchema` instead. */
1852
1852
  const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
1853
- /** @deprecated use `RateLimitAction$Outbound` instead. */
1854
- type Outbound = RateLimitAction$Outbound;
1853
+ /** @deprecated use `UpdateFirewallConfigRateLimitAction$Outbound` instead. */
1854
+ type Outbound = UpdateFirewallConfigRateLimitAction$Outbound;
1855
1855
  }
1856
- export declare function rateLimitActionToJSON(rateLimitAction: RateLimitAction): string;
1857
- export declare function rateLimitActionFromJSON(jsonString: string): SafeParseResult<RateLimitAction, SDKValidationError>;
1856
+ export declare function updateFirewallConfigRateLimitActionToJSON(updateFirewallConfigRateLimitAction: UpdateFirewallConfigRateLimitAction): string;
1857
+ export declare function updateFirewallConfigRateLimitActionFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRateLimitAction, SDKValidationError>;
1858
1858
  /** @internal */
1859
- export declare const RateLimit1$inboundSchema: z.ZodType<RateLimit1, z.ZodTypeDef, unknown>;
1859
+ export declare const UpdateFirewallConfigRateLimit1$inboundSchema: z.ZodType<UpdateFirewallConfigRateLimit1, z.ZodTypeDef, unknown>;
1860
1860
  /** @internal */
1861
- export type RateLimit1$Outbound = {
1861
+ export type UpdateFirewallConfigRateLimit1$Outbound = {
1862
1862
  algo: string;
1863
1863
  window: number;
1864
1864
  limit: number;
@@ -1866,115 +1866,115 @@ export type RateLimit1$Outbound = {
1866
1866
  action?: string | any | null | undefined;
1867
1867
  };
1868
1868
  /** @internal */
1869
- export declare const RateLimit1$outboundSchema: z.ZodType<RateLimit1$Outbound, z.ZodTypeDef, RateLimit1>;
1869
+ export declare const UpdateFirewallConfigRateLimit1$outboundSchema: z.ZodType<UpdateFirewallConfigRateLimit1$Outbound, z.ZodTypeDef, UpdateFirewallConfigRateLimit1>;
1870
1870
  /**
1871
1871
  * @internal
1872
1872
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1873
1873
  */
1874
- export declare namespace RateLimit1$ {
1875
- /** @deprecated use `RateLimit1$inboundSchema` instead. */
1876
- const inboundSchema: z.ZodType<RateLimit1, z.ZodTypeDef, unknown>;
1877
- /** @deprecated use `RateLimit1$outboundSchema` instead. */
1878
- const outboundSchema: z.ZodType<RateLimit1$Outbound, z.ZodTypeDef, RateLimit1>;
1879
- /** @deprecated use `RateLimit1$Outbound` instead. */
1880
- type Outbound = RateLimit1$Outbound;
1874
+ export declare namespace UpdateFirewallConfigRateLimit1$ {
1875
+ /** @deprecated use `UpdateFirewallConfigRateLimit1$inboundSchema` instead. */
1876
+ const inboundSchema: z.ZodType<UpdateFirewallConfigRateLimit1, z.ZodTypeDef, unknown>;
1877
+ /** @deprecated use `UpdateFirewallConfigRateLimit1$outboundSchema` instead. */
1878
+ const outboundSchema: z.ZodType<UpdateFirewallConfigRateLimit1$Outbound, z.ZodTypeDef, UpdateFirewallConfigRateLimit1>;
1879
+ /** @deprecated use `UpdateFirewallConfigRateLimit1$Outbound` instead. */
1880
+ type Outbound = UpdateFirewallConfigRateLimit1$Outbound;
1881
1881
  }
1882
- export declare function rateLimit1ToJSON(rateLimit1: RateLimit1): string;
1883
- export declare function rateLimit1FromJSON(jsonString: string): SafeParseResult<RateLimit1, SDKValidationError>;
1882
+ export declare function updateFirewallConfigRateLimit1ToJSON(updateFirewallConfigRateLimit1: UpdateFirewallConfigRateLimit1): string;
1883
+ export declare function updateFirewallConfigRateLimit1FromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRateLimit1, SDKValidationError>;
1884
1884
  /** @internal */
1885
- export declare const RateLimit$inboundSchema: z.ZodType<RateLimit, z.ZodTypeDef, unknown>;
1885
+ export declare const RequestBodyRateLimit$inboundSchema: z.ZodType<RequestBodyRateLimit, z.ZodTypeDef, unknown>;
1886
1886
  /** @internal */
1887
- export type RateLimit$Outbound = RateLimit1$Outbound | any;
1887
+ export type RequestBodyRateLimit$Outbound = UpdateFirewallConfigRateLimit1$Outbound | any;
1888
1888
  /** @internal */
1889
- export declare const RateLimit$outboundSchema: z.ZodType<RateLimit$Outbound, z.ZodTypeDef, RateLimit>;
1889
+ export declare const RequestBodyRateLimit$outboundSchema: z.ZodType<RequestBodyRateLimit$Outbound, z.ZodTypeDef, RequestBodyRateLimit>;
1890
1890
  /**
1891
1891
  * @internal
1892
1892
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1893
1893
  */
1894
- export declare namespace RateLimit$ {
1895
- /** @deprecated use `RateLimit$inboundSchema` instead. */
1894
+ export declare namespace RequestBodyRateLimit$ {
1895
+ /** @deprecated use `RequestBodyRateLimit$inboundSchema` instead. */
1896
1896
  const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
1897
- /** @deprecated use `RateLimit$outboundSchema` instead. */
1897
+ /** @deprecated use `RequestBodyRateLimit$outboundSchema` instead. */
1898
1898
  const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
1899
- /** @deprecated use `RateLimit$Outbound` instead. */
1900
- type Outbound = RateLimit$Outbound;
1899
+ /** @deprecated use `RequestBodyRateLimit$Outbound` instead. */
1900
+ type Outbound = RequestBodyRateLimit$Outbound;
1901
1901
  }
1902
- export declare function rateLimitToJSON(rateLimit: RateLimit): string;
1903
- export declare function rateLimitFromJSON(jsonString: string): SafeParseResult<RateLimit, SDKValidationError>;
1902
+ export declare function requestBodyRateLimitToJSON(requestBodyRateLimit: RequestBodyRateLimit): string;
1903
+ export declare function requestBodyRateLimitFromJSON(jsonString: string): SafeParseResult<RequestBodyRateLimit, SDKValidationError>;
1904
1904
  /** @internal */
1905
- export declare const Redirect1$inboundSchema: z.ZodType<Redirect1, z.ZodTypeDef, unknown>;
1905
+ export declare const UpdateFirewallConfigRedirect1$inboundSchema: z.ZodType<UpdateFirewallConfigRedirect1, z.ZodTypeDef, unknown>;
1906
1906
  /** @internal */
1907
- export type Redirect1$Outbound = {
1907
+ export type UpdateFirewallConfigRedirect1$Outbound = {
1908
1908
  location: string;
1909
1909
  permanent: boolean;
1910
1910
  };
1911
1911
  /** @internal */
1912
- export declare const Redirect1$outboundSchema: z.ZodType<Redirect1$Outbound, z.ZodTypeDef, Redirect1>;
1912
+ export declare const UpdateFirewallConfigRedirect1$outboundSchema: z.ZodType<UpdateFirewallConfigRedirect1$Outbound, z.ZodTypeDef, UpdateFirewallConfigRedirect1>;
1913
1913
  /**
1914
1914
  * @internal
1915
1915
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1916
1916
  */
1917
- export declare namespace Redirect1$ {
1918
- /** @deprecated use `Redirect1$inboundSchema` instead. */
1919
- const inboundSchema: z.ZodType<Redirect1, z.ZodTypeDef, unknown>;
1920
- /** @deprecated use `Redirect1$outboundSchema` instead. */
1921
- const outboundSchema: z.ZodType<Redirect1$Outbound, z.ZodTypeDef, Redirect1>;
1922
- /** @deprecated use `Redirect1$Outbound` instead. */
1923
- type Outbound = Redirect1$Outbound;
1917
+ export declare namespace UpdateFirewallConfigRedirect1$ {
1918
+ /** @deprecated use `UpdateFirewallConfigRedirect1$inboundSchema` instead. */
1919
+ const inboundSchema: z.ZodType<UpdateFirewallConfigRedirect1, z.ZodTypeDef, unknown>;
1920
+ /** @deprecated use `UpdateFirewallConfigRedirect1$outboundSchema` instead. */
1921
+ const outboundSchema: z.ZodType<UpdateFirewallConfigRedirect1$Outbound, z.ZodTypeDef, UpdateFirewallConfigRedirect1>;
1922
+ /** @deprecated use `UpdateFirewallConfigRedirect1$Outbound` instead. */
1923
+ type Outbound = UpdateFirewallConfigRedirect1$Outbound;
1924
1924
  }
1925
- export declare function redirect1ToJSON(redirect1: Redirect1): string;
1926
- export declare function redirect1FromJSON(jsonString: string): SafeParseResult<Redirect1, SDKValidationError>;
1925
+ export declare function updateFirewallConfigRedirect1ToJSON(updateFirewallConfigRedirect1: UpdateFirewallConfigRedirect1): string;
1926
+ export declare function updateFirewallConfigRedirect1FromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRedirect1, SDKValidationError>;
1927
1927
  /** @internal */
1928
- export declare const Redirect$inboundSchema: z.ZodType<Redirect, z.ZodTypeDef, unknown>;
1928
+ export declare const RequestBodyRedirect$inboundSchema: z.ZodType<RequestBodyRedirect, z.ZodTypeDef, unknown>;
1929
1929
  /** @internal */
1930
- export type Redirect$Outbound = Redirect1$Outbound | any;
1930
+ export type RequestBodyRedirect$Outbound = UpdateFirewallConfigRedirect1$Outbound | any;
1931
1931
  /** @internal */
1932
- export declare const Redirect$outboundSchema: z.ZodType<Redirect$Outbound, z.ZodTypeDef, Redirect>;
1932
+ export declare const RequestBodyRedirect$outboundSchema: z.ZodType<RequestBodyRedirect$Outbound, z.ZodTypeDef, RequestBodyRedirect>;
1933
1933
  /**
1934
1934
  * @internal
1935
1935
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1936
1936
  */
1937
- export declare namespace Redirect$ {
1938
- /** @deprecated use `Redirect$inboundSchema` instead. */
1937
+ export declare namespace RequestBodyRedirect$ {
1938
+ /** @deprecated use `RequestBodyRedirect$inboundSchema` instead. */
1939
1939
  const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
1940
- /** @deprecated use `Redirect$outboundSchema` instead. */
1940
+ /** @deprecated use `RequestBodyRedirect$outboundSchema` instead. */
1941
1941
  const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
1942
- /** @deprecated use `Redirect$Outbound` instead. */
1943
- type Outbound = Redirect$Outbound;
1942
+ /** @deprecated use `RequestBodyRedirect$Outbound` instead. */
1943
+ type Outbound = RequestBodyRedirect$Outbound;
1944
1944
  }
1945
- export declare function redirectToJSON(redirect: Redirect): string;
1946
- export declare function redirectFromJSON(jsonString: string): SafeParseResult<Redirect, SDKValidationError>;
1945
+ export declare function requestBodyRedirectToJSON(requestBodyRedirect: RequestBodyRedirect): string;
1946
+ export declare function requestBodyRedirectFromJSON(jsonString: string): SafeParseResult<RequestBodyRedirect, SDKValidationError>;
1947
1947
  /** @internal */
1948
- export declare const Mitigate$inboundSchema: z.ZodType<Mitigate, z.ZodTypeDef, unknown>;
1948
+ export declare const RequestBodyMitigate$inboundSchema: z.ZodType<RequestBodyMitigate, z.ZodTypeDef, unknown>;
1949
1949
  /** @internal */
1950
- export type Mitigate$Outbound = {
1950
+ export type RequestBodyMitigate$Outbound = {
1951
1951
  action: string;
1952
- rateLimit?: RateLimit1$Outbound | any | null | undefined;
1953
- redirect?: Redirect1$Outbound | any | null | undefined;
1952
+ rateLimit?: UpdateFirewallConfigRateLimit1$Outbound | any | null | undefined;
1953
+ redirect?: UpdateFirewallConfigRedirect1$Outbound | any | null | undefined;
1954
1954
  actionDuration?: string | null | undefined;
1955
1955
  bypassSystem?: boolean | null | undefined;
1956
1956
  };
1957
1957
  /** @internal */
1958
- export declare const Mitigate$outboundSchema: z.ZodType<Mitigate$Outbound, z.ZodTypeDef, Mitigate>;
1958
+ export declare const RequestBodyMitigate$outboundSchema: z.ZodType<RequestBodyMitigate$Outbound, z.ZodTypeDef, RequestBodyMitigate>;
1959
1959
  /**
1960
1960
  * @internal
1961
1961
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1962
1962
  */
1963
- export declare namespace Mitigate$ {
1964
- /** @deprecated use `Mitigate$inboundSchema` instead. */
1965
- const inboundSchema: z.ZodType<Mitigate, z.ZodTypeDef, unknown>;
1966
- /** @deprecated use `Mitigate$outboundSchema` instead. */
1967
- const outboundSchema: z.ZodType<Mitigate$Outbound, z.ZodTypeDef, Mitigate>;
1968
- /** @deprecated use `Mitigate$Outbound` instead. */
1969
- type Outbound = Mitigate$Outbound;
1963
+ export declare namespace RequestBodyMitigate$ {
1964
+ /** @deprecated use `RequestBodyMitigate$inboundSchema` instead. */
1965
+ const inboundSchema: z.ZodType<RequestBodyMitigate, z.ZodTypeDef, unknown>;
1966
+ /** @deprecated use `RequestBodyMitigate$outboundSchema` instead. */
1967
+ const outboundSchema: z.ZodType<RequestBodyMitigate$Outbound, z.ZodTypeDef, RequestBodyMitigate>;
1968
+ /** @deprecated use `RequestBodyMitigate$Outbound` instead. */
1969
+ type Outbound = RequestBodyMitigate$Outbound;
1970
1970
  }
1971
- export declare function mitigateToJSON(mitigate: Mitigate): string;
1972
- export declare function mitigateFromJSON(jsonString: string): SafeParseResult<Mitigate, SDKValidationError>;
1971
+ export declare function requestBodyMitigateToJSON(requestBodyMitigate: RequestBodyMitigate): string;
1972
+ export declare function requestBodyMitigateFromJSON(jsonString: string): SafeParseResult<RequestBodyMitigate, SDKValidationError>;
1973
1973
  /** @internal */
1974
1974
  export declare const UpdateFirewallConfigRequestBodySecurityRequest2Action$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityRequest2Action, z.ZodTypeDef, unknown>;
1975
1975
  /** @internal */
1976
1976
  export type UpdateFirewallConfigRequestBodySecurityRequest2Action$Outbound = {
1977
- mitigate?: Mitigate$Outbound | undefined;
1977
+ mitigate?: RequestBodyMitigate$Outbound | undefined;
1978
1978
  };
1979
1979
  /** @internal */
1980
1980
  export declare const UpdateFirewallConfigRequestBodySecurityRequest2Action$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityRequest2Action$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBodySecurityRequest2Action>;
@@ -1993,38 +1993,38 @@ export declare namespace UpdateFirewallConfigRequestBodySecurityRequest2Action$
1993
1993
  export declare function updateFirewallConfigRequestBodySecurityRequest2ActionToJSON(updateFirewallConfigRequestBodySecurityRequest2Action: UpdateFirewallConfigRequestBodySecurityRequest2Action): string;
1994
1994
  export declare function updateFirewallConfigRequestBodySecurityRequest2ActionFromJSON(jsonString: string): SafeParseResult<UpdateFirewallConfigRequestBodySecurityRequest2Action, SDKValidationError>;
1995
1995
  /** @internal */
1996
- export declare const Value$inboundSchema: z.ZodType<Value, z.ZodTypeDef, unknown>;
1996
+ export declare const RequestBodyValue$inboundSchema: z.ZodType<RequestBodyValue, z.ZodTypeDef, unknown>;
1997
1997
  /** @internal */
1998
- export type Value$Outbound = {
1998
+ export type RequestBodyValue$Outbound = {
1999
1999
  name: string;
2000
2000
  description?: string | undefined;
2001
2001
  active: boolean;
2002
- conditionGroup: Array<ConditionGroup$Outbound>;
2002
+ conditionGroup: Array<RequestBodyConditionGroup$Outbound>;
2003
2003
  action: UpdateFirewallConfigRequestBodySecurityRequest2Action$Outbound;
2004
2004
  };
2005
2005
  /** @internal */
2006
- export declare const Value$outboundSchema: z.ZodType<Value$Outbound, z.ZodTypeDef, Value>;
2006
+ export declare const RequestBodyValue$outboundSchema: z.ZodType<RequestBodyValue$Outbound, z.ZodTypeDef, RequestBodyValue>;
2007
2007
  /**
2008
2008
  * @internal
2009
2009
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2010
2010
  */
2011
- export declare namespace Value$ {
2012
- /** @deprecated use `Value$inboundSchema` instead. */
2013
- const inboundSchema: z.ZodType<Value, z.ZodTypeDef, unknown>;
2014
- /** @deprecated use `Value$outboundSchema` instead. */
2015
- const outboundSchema: z.ZodType<Value$Outbound, z.ZodTypeDef, Value>;
2016
- /** @deprecated use `Value$Outbound` instead. */
2017
- type Outbound = Value$Outbound;
2011
+ export declare namespace RequestBodyValue$ {
2012
+ /** @deprecated use `RequestBodyValue$inboundSchema` instead. */
2013
+ const inboundSchema: z.ZodType<RequestBodyValue, z.ZodTypeDef, unknown>;
2014
+ /** @deprecated use `RequestBodyValue$outboundSchema` instead. */
2015
+ const outboundSchema: z.ZodType<RequestBodyValue$Outbound, z.ZodTypeDef, RequestBodyValue>;
2016
+ /** @deprecated use `RequestBodyValue$Outbound` instead. */
2017
+ type Outbound = RequestBodyValue$Outbound;
2018
2018
  }
2019
- export declare function valueToJSON(value: Value): string;
2020
- export declare function valueFromJSON(jsonString: string): SafeParseResult<Value, SDKValidationError>;
2019
+ export declare function requestBodyValueToJSON(requestBodyValue: RequestBodyValue): string;
2020
+ export declare function requestBodyValueFromJSON(jsonString: string): SafeParseResult<RequestBodyValue, SDKValidationError>;
2021
2021
  /** @internal */
2022
2022
  export declare const UpdateFirewallConfigRequestBody2$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBody2, z.ZodTypeDef, unknown>;
2023
2023
  /** @internal */
2024
2024
  export type UpdateFirewallConfigRequestBody2$Outbound = {
2025
2025
  action: string;
2026
2026
  id?: any | null | undefined;
2027
- value: Value$Outbound;
2027
+ value: RequestBodyValue$Outbound;
2028
2028
  };
2029
2029
  /** @internal */
2030
2030
  export declare const UpdateFirewallConfigRequestBody2$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBody2$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBody2>;