@vercel/sdk 1.6.3 → 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 (144) hide show
  1. package/README.md +2 -0
  2. package/bin/mcp-server.js +3504 -1244
  3. package/bin/mcp-server.js.map +28 -25
  4. package/docs/sdks/edgeconfig/README.md +2 -6
  5. package/docs/sdks/marketplace/README.md +2 -6
  6. package/docs/sdks/security/README.md +90 -0
  7. package/docs/sdks/webhooks/README.md +2 -6
  8. package/esm/__tests__/deployments.test.js +16 -1
  9. package/esm/__tests__/deployments.test.js.map +1 -1
  10. package/esm/__tests__/marketplace.test.js +7 -2
  11. package/esm/__tests__/marketplace.test.js.map +1 -1
  12. package/esm/__tests__/projects.test.js +4 -4
  13. package/esm/__tests__/projects.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +163 -3
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/funcs/projectsCreateProject.js +2 -2
  17. package/esm/funcs/projectsCreateProject.js.map +1 -1
  18. package/esm/funcs/securityPutFirewallConfig.d.ts +19 -0
  19. package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
  20. package/esm/funcs/securityPutFirewallConfig.js +88 -0
  21. package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
  22. package/esm/lib/config.d.ts +3 -3
  23. package/esm/lib/config.js +3 -3
  24. package/esm/mcp-server/mcp-server.js +1 -1
  25. package/esm/mcp-server/server.d.ts.map +1 -1
  26. package/esm/mcp-server/server.js +3 -1
  27. package/esm/mcp-server/server.js.map +1 -1
  28. package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts +7 -0
  29. package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts.map +1 -0
  30. package/esm/mcp-server/tools/securityPutFirewallConfig.js +28 -0
  31. package/esm/mcp-server/tools/securityPutFirewallConfig.js.map +1 -0
  32. package/esm/models/authtoken.d.ts +6 -0
  33. package/esm/models/authtoken.d.ts.map +1 -1
  34. package/esm/models/authtoken.js +2 -0
  35. package/esm/models/authtoken.js.map +1 -1
  36. package/esm/models/authuser.d.ts +46 -0
  37. package/esm/models/authuser.d.ts.map +1 -1
  38. package/esm/models/authuser.js +28 -0
  39. package/esm/models/authuser.js.map +1 -1
  40. package/esm/models/canceldeploymentop.d.ts +274 -73
  41. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  42. package/esm/models/canceldeploymentop.js +270 -72
  43. package/esm/models/canceldeploymentop.js.map +1 -1
  44. package/esm/models/createdeploymentop.d.ts +274 -73
  45. package/esm/models/createdeploymentop.d.ts.map +1 -1
  46. package/esm/models/createdeploymentop.js +270 -72
  47. package/esm/models/createdeploymentop.js.map +1 -1
  48. package/esm/models/createprojectenvop.d.ts +12 -18
  49. package/esm/models/createprojectenvop.d.ts.map +1 -1
  50. package/esm/models/createprojectenvop.js +12 -12
  51. package/esm/models/createprojectenvop.js.map +1 -1
  52. package/esm/models/createprojectop.d.ts +175 -13
  53. package/esm/models/createprojectop.d.ts.map +1 -1
  54. package/esm/models/createprojectop.js +157 -6
  55. package/esm/models/createprojectop.js.map +1 -1
  56. package/esm/models/editprojectenvop.d.ts +4 -7
  57. package/esm/models/editprojectenvop.d.ts.map +1 -1
  58. package/esm/models/editprojectenvop.js +4 -4
  59. package/esm/models/editprojectenvop.js.map +1 -1
  60. package/esm/models/filterprojectenvsop.d.ts +18 -27
  61. package/esm/models/filterprojectenvsop.d.ts.map +1 -1
  62. package/esm/models/filterprojectenvsop.js +18 -18
  63. package/esm/models/filterprojectenvsop.js.map +1 -1
  64. package/esm/models/getdeploymentop.d.ts +574 -172
  65. package/esm/models/getdeploymentop.d.ts.map +1 -1
  66. package/esm/models/getdeploymentop.js +567 -171
  67. package/esm/models/getdeploymentop.js.map +1 -1
  68. package/esm/models/getfirewallconfigop.d.ts +214 -214
  69. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  70. package/esm/models/getfirewallconfigop.js +210 -231
  71. package/esm/models/getfirewallconfigop.js.map +1 -1
  72. package/esm/models/getprojectdomainsop.d.ts +198 -36
  73. package/esm/models/getprojectdomainsop.d.ts.map +1 -1
  74. package/esm/models/getprojectdomainsop.js +193 -32
  75. package/esm/models/getprojectdomainsop.js.map +1 -1
  76. package/esm/models/getprojectenvop.d.ts +10 -16
  77. package/esm/models/getprojectenvop.d.ts.map +1 -1
  78. package/esm/models/getprojectenvop.js +10 -10
  79. package/esm/models/getprojectenvop.js.map +1 -1
  80. package/esm/models/getprojectsop.d.ts +175 -13
  81. package/esm/models/getprojectsop.d.ts.map +1 -1
  82. package/esm/models/getprojectsop.js +156 -6
  83. package/esm/models/getprojectsop.js.map +1 -1
  84. package/esm/models/putfirewallconfigop.d.ts +2901 -0
  85. package/esm/models/putfirewallconfigop.d.ts.map +1 -0
  86. package/esm/models/putfirewallconfigop.js +2383 -0
  87. package/esm/models/putfirewallconfigop.js.map +1 -0
  88. package/esm/models/removeprojectenvop.d.ts +18 -27
  89. package/esm/models/removeprojectenvop.d.ts.map +1 -1
  90. package/esm/models/removeprojectenvop.js +18 -18
  91. package/esm/models/removeprojectenvop.js.map +1 -1
  92. package/esm/models/updatefirewallconfigop.d.ts +323 -323
  93. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  94. package/esm/models/updatefirewallconfigop.js +379 -357
  95. package/esm/models/updatefirewallconfigop.js.map +1 -1
  96. package/esm/models/updateprojectdatacacheop.d.ts +183 -21
  97. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  98. package/esm/models/updateprojectdatacacheop.js +172 -18
  99. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  100. package/esm/models/updateprojectop.d.ts +175 -13
  101. package/esm/models/updateprojectop.d.ts.map +1 -1
  102. package/esm/models/updateprojectop.js +157 -6
  103. package/esm/models/updateprojectop.js.map +1 -1
  104. package/esm/models/userevent.d.ts +46 -19
  105. package/esm/models/userevent.d.ts.map +1 -1
  106. package/esm/models/userevent.js +34 -10
  107. package/esm/models/userevent.js.map +1 -1
  108. package/esm/sdk/security.d.ts +8 -0
  109. package/esm/sdk/security.d.ts.map +1 -1
  110. package/esm/sdk/security.js +10 -0
  111. package/esm/sdk/security.js.map +1 -1
  112. package/jsr.json +1 -1
  113. package/package.json +3 -3
  114. package/src/__tests__/deployments.test.ts +16 -1
  115. package/src/__tests__/marketplace.test.ts +7 -2
  116. package/src/__tests__/projects.test.ts +4 -4
  117. package/src/__tests__/security.test.ts +165 -5
  118. package/src/funcs/projectsCreateProject.ts +2 -2
  119. package/src/funcs/securityPutFirewallConfig.ts +194 -0
  120. package/src/lib/config.ts +3 -3
  121. package/src/mcp-server/mcp-server.ts +1 -1
  122. package/src/mcp-server/server.ts +3 -1
  123. package/src/mcp-server/tools/securityPutFirewallConfig.ts +37 -0
  124. package/src/models/authtoken.ts +2 -0
  125. package/src/models/authuser.ts +52 -0
  126. package/src/models/canceldeploymentop.ts +591 -148
  127. package/src/models/createdeploymentop.ts +616 -165
  128. package/src/models/createprojectenvop.ts +24 -30
  129. package/src/models/createprojectop.ts +336 -15
  130. package/src/models/editprojectenvop.ts +8 -11
  131. package/src/models/filterprojectenvsop.ts +36 -45
  132. package/src/models/getdeploymentop.ts +1288 -353
  133. package/src/models/getfirewallconfigop.ts +555 -410
  134. package/src/models/getprojectdomainsop.ts +470 -63
  135. package/src/models/getprojectenvop.ts +20 -26
  136. package/src/models/getprojectsop.ts +338 -16
  137. package/src/models/putfirewallconfigop.ts +4932 -0
  138. package/src/models/removeprojectenvop.ts +36 -45
  139. package/src/models/updatefirewallconfigop.ts +820 -612
  140. package/src/models/updateprojectdatacacheop.ts +353 -34
  141. package/src/models/updateprojectop.ts +336 -15
  142. package/src/models/userevent.ts +54 -29
  143. package/src/sdk/security.ts +22 -0
  144. package/vercel-spec.json +1375 -286
@@ -25,7 +25,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSd
25
25
  /**
26
26
  * Scanner Detection - Detect and prevent reconnaissance activities from network scanning tools.
27
27
  */
28
- export type Sd = {
28
+ export type GetFirewallConfigSd = {
29
29
  active: boolean;
30
30
  action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction;
31
31
  };
@@ -37,7 +37,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMa
37
37
  /**
38
38
  * Multipart Attack - Block attempts to bypass security controls using multipart/form-data encoding.
39
39
  */
40
- export type Ma = {
40
+ export type GetFirewallConfigMa = {
41
41
  active: boolean;
42
42
  action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction;
43
43
  };
@@ -49,7 +49,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsLf
49
49
  /**
50
50
  * Local File Inclusion Attack - Prevent unauthorized access to local files through web applications.
51
51
  */
52
- export type Lfi = {
52
+ export type GetFirewallConfigLfi = {
53
53
  active: boolean;
54
54
  action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsLfiAction;
55
55
  };
@@ -61,7 +61,7 @@ export type GetFirewallConfigSecurityResponse200Action = ClosedEnum<typeof GetFi
61
61
  /**
62
62
  * Remote File Inclusion Attack - Prohibit unauthorized upload or execution of remote files.
63
63
  */
64
- export type Rfi = {
64
+ export type GetFirewallConfigRfi = {
65
65
  active: boolean;
66
66
  action: GetFirewallConfigSecurityResponse200Action;
67
67
  };
@@ -73,7 +73,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONAction = ClosedEn
73
73
  /**
74
74
  * Remote Execution Attack - Prevent unauthorized execution of remote scripts or commands.
75
75
  */
76
- export type Rce = {
76
+ export type GetFirewallConfigRce = {
77
77
  active: boolean;
78
78
  action: GetFirewallConfigSecurityResponse200ApplicationJSONAction;
79
79
  };
@@ -85,7 +85,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActio
85
85
  /**
86
86
  * PHP Attack - Safeguard against vulnerability exploits in PHP-based applications.
87
87
  */
88
- export type Php = {
88
+ export type GetFirewallConfigPhp = {
89
89
  active: boolean;
90
90
  action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction;
91
91
  };
@@ -97,7 +97,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAc
97
97
  /**
98
98
  * Generic Attack - Provide broad protection from various undefined or novel attack vectors.
99
99
  */
100
- export type Gen = {
100
+ export type GetFirewallConfigGen = {
101
101
  active: boolean;
102
102
  action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction;
103
103
  };
@@ -109,7 +109,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXs
109
109
  /**
110
110
  * XSS Attack - Prevent injection of malicious scripts into trusted webpages.
111
111
  */
112
- export type Xss = {
112
+ export type GetFirewallConfigXss = {
113
113
  active: boolean;
114
114
  action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction;
115
115
  };
@@ -121,7 +121,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSq
121
121
  /**
122
122
  * SQL Injection Attack - Prohibit unauthorized use of SQL commands to manipulate databases.
123
123
  */
124
- export type Sqli = {
124
+ export type GetFirewallConfigSqli = {
125
125
  active: boolean;
126
126
  action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction;
127
127
  };
@@ -133,7 +133,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSf
133
133
  /**
134
134
  * Session Fixation Attack - Prevent unauthorized takeover of user sessions by enforcing unique session IDs.
135
135
  */
136
- export type Sf = {
136
+ export type GetFirewallConfigSf = {
137
137
  active: boolean;
138
138
  action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction;
139
139
  };
@@ -145,58 +145,58 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJa
145
145
  /**
146
146
  * Java Attack - Mitigate risks of exploitation targeting Java-based applications or components.
147
147
  */
148
- export type Java = {
148
+ export type GetFirewallConfigJava = {
149
149
  active: boolean;
150
150
  action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction;
151
151
  };
152
152
  /**
153
153
  * Custom Ruleset
154
154
  */
155
- export type Crs = {
155
+ export type GetFirewallConfigCrs = {
156
156
  /**
157
157
  * Scanner Detection - Detect and prevent reconnaissance activities from network scanning tools.
158
158
  */
159
- sd: Sd;
159
+ sd: GetFirewallConfigSd;
160
160
  /**
161
161
  * Multipart Attack - Block attempts to bypass security controls using multipart/form-data encoding.
162
162
  */
163
- ma: Ma;
163
+ ma: GetFirewallConfigMa;
164
164
  /**
165
165
  * Local File Inclusion Attack - Prevent unauthorized access to local files through web applications.
166
166
  */
167
- lfi: Lfi;
167
+ lfi: GetFirewallConfigLfi;
168
168
  /**
169
169
  * Remote File Inclusion Attack - Prohibit unauthorized upload or execution of remote files.
170
170
  */
171
- rfi: Rfi;
171
+ rfi: GetFirewallConfigRfi;
172
172
  /**
173
173
  * Remote Execution Attack - Prevent unauthorized execution of remote scripts or commands.
174
174
  */
175
- rce: Rce;
175
+ rce: GetFirewallConfigRce;
176
176
  /**
177
177
  * PHP Attack - Safeguard against vulnerability exploits in PHP-based applications.
178
178
  */
179
- php: Php;
179
+ php: GetFirewallConfigPhp;
180
180
  /**
181
181
  * Generic Attack - Provide broad protection from various undefined or novel attack vectors.
182
182
  */
183
- gen: Gen;
183
+ gen: GetFirewallConfigGen;
184
184
  /**
185
185
  * XSS Attack - Prevent injection of malicious scripts into trusted webpages.
186
186
  */
187
- xss: Xss;
187
+ xss: GetFirewallConfigXss;
188
188
  /**
189
189
  * SQL Injection Attack - Prohibit unauthorized use of SQL commands to manipulate databases.
190
190
  */
191
- sqli: Sqli;
191
+ sqli: GetFirewallConfigSqli;
192
192
  /**
193
193
  * Session Fixation Attack - Prevent unauthorized takeover of user sessions by enforcing unique session IDs.
194
194
  */
195
- sf: Sf;
195
+ sf: GetFirewallConfigSf;
196
196
  /**
197
197
  * Java Attack - Mitigate risks of exploitation targeting Java-based applications or components.
198
198
  */
199
- java: Java;
199
+ java: GetFirewallConfigJava;
200
200
  };
201
201
  /**
202
202
  * [Parameter](https://vercel.com/docs/security/vercel-waf/rule-configuration#parameters) from the incoming traffic.
@@ -326,7 +326,7 @@ export declare const GetFirewallConfigSecurityAction: {
326
326
  readonly Bypass: "bypass";
327
327
  };
328
328
  export type GetFirewallConfigSecurityAction = ClosedEnum<typeof GetFirewallConfigSecurityAction>;
329
- export type Ips = {
329
+ export type GetFirewallConfigIps = {
330
330
  id: string;
331
331
  hostname: string;
332
332
  ip: string;
@@ -340,7 +340,7 @@ export declare const GetFirewallConfigSecurityResponseAction: {
340
340
  readonly Challenge: "challenge";
341
341
  };
342
342
  export type GetFirewallConfigSecurityResponseAction = ClosedEnum<typeof GetFirewallConfigSecurityResponseAction>;
343
- export type ManagedRules = {
343
+ export type GetFirewallConfigManagedRules = {
344
344
  active: boolean;
345
345
  action?: GetFirewallConfigSecurityResponseAction | undefined;
346
346
  updatedAt?: string | undefined;
@@ -360,12 +360,12 @@ export type GetFirewallConfigResponseBody = {
360
360
  /**
361
361
  * Custom Ruleset
362
362
  */
363
- crs: Crs;
363
+ crs: GetFirewallConfigCrs;
364
364
  rules: Array<GetFirewallConfigRules>;
365
- ips: Array<Ips>;
365
+ ips: Array<GetFirewallConfigIps>;
366
366
  changes: Array<Changes>;
367
367
  managedRules?: {
368
- [k: string]: ManagedRules;
368
+ [k: string]: GetFirewallConfigManagedRules;
369
369
  } | undefined;
370
370
  };
371
371
  /** @internal */
@@ -414,28 +414,28 @@ export declare namespace GetFirewallConfigSecurityResponse200ApplicationJSONResp
414
414
  }>;
415
415
  }
416
416
  /** @internal */
417
- export declare const Sd$inboundSchema: z.ZodType<Sd, z.ZodTypeDef, unknown>;
417
+ export declare const GetFirewallConfigSd$inboundSchema: z.ZodType<GetFirewallConfigSd, z.ZodTypeDef, unknown>;
418
418
  /** @internal */
419
- export type Sd$Outbound = {
419
+ export type GetFirewallConfigSd$Outbound = {
420
420
  active: boolean;
421
421
  action: string;
422
422
  };
423
423
  /** @internal */
424
- export declare const Sd$outboundSchema: z.ZodType<Sd$Outbound, z.ZodTypeDef, Sd>;
424
+ export declare const GetFirewallConfigSd$outboundSchema: z.ZodType<GetFirewallConfigSd$Outbound, z.ZodTypeDef, GetFirewallConfigSd>;
425
425
  /**
426
426
  * @internal
427
427
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
428
428
  */
429
- export declare namespace Sd$ {
430
- /** @deprecated use `Sd$inboundSchema` instead. */
431
- const inboundSchema: z.ZodType<Sd, z.ZodTypeDef, unknown>;
432
- /** @deprecated use `Sd$outboundSchema` instead. */
433
- const outboundSchema: z.ZodType<Sd$Outbound, z.ZodTypeDef, Sd>;
434
- /** @deprecated use `Sd$Outbound` instead. */
435
- type Outbound = Sd$Outbound;
429
+ export declare namespace GetFirewallConfigSd$ {
430
+ /** @deprecated use `GetFirewallConfigSd$inboundSchema` instead. */
431
+ const inboundSchema: z.ZodType<GetFirewallConfigSd, z.ZodTypeDef, unknown>;
432
+ /** @deprecated use `GetFirewallConfigSd$outboundSchema` instead. */
433
+ const outboundSchema: z.ZodType<GetFirewallConfigSd$Outbound, z.ZodTypeDef, GetFirewallConfigSd>;
434
+ /** @deprecated use `GetFirewallConfigSd$Outbound` instead. */
435
+ type Outbound = GetFirewallConfigSd$Outbound;
436
436
  }
437
- export declare function sdToJSON(sd: Sd): string;
438
- export declare function sdFromJSON(jsonString: string): SafeParseResult<Sd, SDKValidationError>;
437
+ export declare function getFirewallConfigSdToJSON(getFirewallConfigSd: GetFirewallConfigSd): string;
438
+ export declare function getFirewallConfigSdFromJSON(jsonString: string): SafeParseResult<GetFirewallConfigSd, SDKValidationError>;
439
439
  /** @internal */
440
440
  export declare const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$inboundSchema: z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction>;
441
441
  /** @internal */
@@ -457,28 +457,28 @@ export declare namespace GetFirewallConfigSecurityResponse200ApplicationJSONResp
457
457
  }>;
458
458
  }
459
459
  /** @internal */
460
- export declare const Ma$inboundSchema: z.ZodType<Ma, z.ZodTypeDef, unknown>;
460
+ export declare const GetFirewallConfigMa$inboundSchema: z.ZodType<GetFirewallConfigMa, z.ZodTypeDef, unknown>;
461
461
  /** @internal */
462
- export type Ma$Outbound = {
462
+ export type GetFirewallConfigMa$Outbound = {
463
463
  active: boolean;
464
464
  action: string;
465
465
  };
466
466
  /** @internal */
467
- export declare const Ma$outboundSchema: z.ZodType<Ma$Outbound, z.ZodTypeDef, Ma>;
467
+ export declare const GetFirewallConfigMa$outboundSchema: z.ZodType<GetFirewallConfigMa$Outbound, z.ZodTypeDef, GetFirewallConfigMa>;
468
468
  /**
469
469
  * @internal
470
470
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
471
471
  */
472
- export declare namespace Ma$ {
473
- /** @deprecated use `Ma$inboundSchema` instead. */
474
- const inboundSchema: z.ZodType<Ma, z.ZodTypeDef, unknown>;
475
- /** @deprecated use `Ma$outboundSchema` instead. */
476
- const outboundSchema: z.ZodType<Ma$Outbound, z.ZodTypeDef, Ma>;
477
- /** @deprecated use `Ma$Outbound` instead. */
478
- type Outbound = Ma$Outbound;
472
+ export declare namespace GetFirewallConfigMa$ {
473
+ /** @deprecated use `GetFirewallConfigMa$inboundSchema` instead. */
474
+ const inboundSchema: z.ZodType<GetFirewallConfigMa, z.ZodTypeDef, unknown>;
475
+ /** @deprecated use `GetFirewallConfigMa$outboundSchema` instead. */
476
+ const outboundSchema: z.ZodType<GetFirewallConfigMa$Outbound, z.ZodTypeDef, GetFirewallConfigMa>;
477
+ /** @deprecated use `GetFirewallConfigMa$Outbound` instead. */
478
+ type Outbound = GetFirewallConfigMa$Outbound;
479
479
  }
480
- export declare function maToJSON(ma: Ma): string;
481
- export declare function maFromJSON(jsonString: string): SafeParseResult<Ma, SDKValidationError>;
480
+ export declare function getFirewallConfigMaToJSON(getFirewallConfigMa: GetFirewallConfigMa): string;
481
+ export declare function getFirewallConfigMaFromJSON(jsonString: string): SafeParseResult<GetFirewallConfigMa, SDKValidationError>;
482
482
  /** @internal */
483
483
  export declare const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsLfiAction$inboundSchema: z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsLfiAction>;
484
484
  /** @internal */
@@ -500,28 +500,28 @@ export declare namespace GetFirewallConfigSecurityResponse200ApplicationJSONResp
500
500
  }>;
501
501
  }
502
502
  /** @internal */
503
- export declare const Lfi$inboundSchema: z.ZodType<Lfi, z.ZodTypeDef, unknown>;
503
+ export declare const GetFirewallConfigLfi$inboundSchema: z.ZodType<GetFirewallConfigLfi, z.ZodTypeDef, unknown>;
504
504
  /** @internal */
505
- export type Lfi$Outbound = {
505
+ export type GetFirewallConfigLfi$Outbound = {
506
506
  active: boolean;
507
507
  action: string;
508
508
  };
509
509
  /** @internal */
510
- export declare const Lfi$outboundSchema: z.ZodType<Lfi$Outbound, z.ZodTypeDef, Lfi>;
510
+ export declare const GetFirewallConfigLfi$outboundSchema: z.ZodType<GetFirewallConfigLfi$Outbound, z.ZodTypeDef, GetFirewallConfigLfi>;
511
511
  /**
512
512
  * @internal
513
513
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
514
514
  */
515
- export declare namespace Lfi$ {
516
- /** @deprecated use `Lfi$inboundSchema` instead. */
517
- const inboundSchema: z.ZodType<Lfi, z.ZodTypeDef, unknown>;
518
- /** @deprecated use `Lfi$outboundSchema` instead. */
519
- const outboundSchema: z.ZodType<Lfi$Outbound, z.ZodTypeDef, Lfi>;
520
- /** @deprecated use `Lfi$Outbound` instead. */
521
- type Outbound = Lfi$Outbound;
515
+ export declare namespace GetFirewallConfigLfi$ {
516
+ /** @deprecated use `GetFirewallConfigLfi$inboundSchema` instead. */
517
+ const inboundSchema: z.ZodType<GetFirewallConfigLfi, z.ZodTypeDef, unknown>;
518
+ /** @deprecated use `GetFirewallConfigLfi$outboundSchema` instead. */
519
+ const outboundSchema: z.ZodType<GetFirewallConfigLfi$Outbound, z.ZodTypeDef, GetFirewallConfigLfi>;
520
+ /** @deprecated use `GetFirewallConfigLfi$Outbound` instead. */
521
+ type Outbound = GetFirewallConfigLfi$Outbound;
522
522
  }
523
- export declare function lfiToJSON(lfi: Lfi): string;
524
- export declare function lfiFromJSON(jsonString: string): SafeParseResult<Lfi, SDKValidationError>;
523
+ export declare function getFirewallConfigLfiToJSON(getFirewallConfigLfi: GetFirewallConfigLfi): string;
524
+ export declare function getFirewallConfigLfiFromJSON(jsonString: string): SafeParseResult<GetFirewallConfigLfi, SDKValidationError>;
525
525
  /** @internal */
526
526
  export declare const GetFirewallConfigSecurityResponse200Action$inboundSchema: z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponse200Action>;
527
527
  /** @internal */
@@ -543,28 +543,28 @@ export declare namespace GetFirewallConfigSecurityResponse200Action$ {
543
543
  }>;
544
544
  }
545
545
  /** @internal */
546
- export declare const Rfi$inboundSchema: z.ZodType<Rfi, z.ZodTypeDef, unknown>;
546
+ export declare const GetFirewallConfigRfi$inboundSchema: z.ZodType<GetFirewallConfigRfi, z.ZodTypeDef, unknown>;
547
547
  /** @internal */
548
- export type Rfi$Outbound = {
548
+ export type GetFirewallConfigRfi$Outbound = {
549
549
  active: boolean;
550
550
  action: string;
551
551
  };
552
552
  /** @internal */
553
- export declare const Rfi$outboundSchema: z.ZodType<Rfi$Outbound, z.ZodTypeDef, Rfi>;
553
+ export declare const GetFirewallConfigRfi$outboundSchema: z.ZodType<GetFirewallConfigRfi$Outbound, z.ZodTypeDef, GetFirewallConfigRfi>;
554
554
  /**
555
555
  * @internal
556
556
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
557
557
  */
558
- export declare namespace Rfi$ {
559
- /** @deprecated use `Rfi$inboundSchema` instead. */
560
- const inboundSchema: z.ZodType<Rfi, z.ZodTypeDef, unknown>;
561
- /** @deprecated use `Rfi$outboundSchema` instead. */
562
- const outboundSchema: z.ZodType<Rfi$Outbound, z.ZodTypeDef, Rfi>;
563
- /** @deprecated use `Rfi$Outbound` instead. */
564
- type Outbound = Rfi$Outbound;
558
+ export declare namespace GetFirewallConfigRfi$ {
559
+ /** @deprecated use `GetFirewallConfigRfi$inboundSchema` instead. */
560
+ const inboundSchema: z.ZodType<GetFirewallConfigRfi, z.ZodTypeDef, unknown>;
561
+ /** @deprecated use `GetFirewallConfigRfi$outboundSchema` instead. */
562
+ const outboundSchema: z.ZodType<GetFirewallConfigRfi$Outbound, z.ZodTypeDef, GetFirewallConfigRfi>;
563
+ /** @deprecated use `GetFirewallConfigRfi$Outbound` instead. */
564
+ type Outbound = GetFirewallConfigRfi$Outbound;
565
565
  }
566
- export declare function rfiToJSON(rfi: Rfi): string;
567
- export declare function rfiFromJSON(jsonString: string): SafeParseResult<Rfi, SDKValidationError>;
566
+ export declare function getFirewallConfigRfiToJSON(getFirewallConfigRfi: GetFirewallConfigRfi): string;
567
+ export declare function getFirewallConfigRfiFromJSON(jsonString: string): SafeParseResult<GetFirewallConfigRfi, SDKValidationError>;
568
568
  /** @internal */
569
569
  export declare const GetFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema: z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponse200ApplicationJSONAction>;
570
570
  /** @internal */
@@ -586,28 +586,28 @@ export declare namespace GetFirewallConfigSecurityResponse200ApplicationJSONActi
586
586
  }>;
587
587
  }
588
588
  /** @internal */
589
- export declare const Rce$inboundSchema: z.ZodType<Rce, z.ZodTypeDef, unknown>;
589
+ export declare const GetFirewallConfigRce$inboundSchema: z.ZodType<GetFirewallConfigRce, z.ZodTypeDef, unknown>;
590
590
  /** @internal */
591
- export type Rce$Outbound = {
591
+ export type GetFirewallConfigRce$Outbound = {
592
592
  active: boolean;
593
593
  action: string;
594
594
  };
595
595
  /** @internal */
596
- export declare const Rce$outboundSchema: z.ZodType<Rce$Outbound, z.ZodTypeDef, Rce>;
596
+ export declare const GetFirewallConfigRce$outboundSchema: z.ZodType<GetFirewallConfigRce$Outbound, z.ZodTypeDef, GetFirewallConfigRce>;
597
597
  /**
598
598
  * @internal
599
599
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
600
600
  */
601
- export declare namespace Rce$ {
602
- /** @deprecated use `Rce$inboundSchema` instead. */
603
- const inboundSchema: z.ZodType<Rce, z.ZodTypeDef, unknown>;
604
- /** @deprecated use `Rce$outboundSchema` instead. */
605
- const outboundSchema: z.ZodType<Rce$Outbound, z.ZodTypeDef, Rce>;
606
- /** @deprecated use `Rce$Outbound` instead. */
607
- type Outbound = Rce$Outbound;
601
+ export declare namespace GetFirewallConfigRce$ {
602
+ /** @deprecated use `GetFirewallConfigRce$inboundSchema` instead. */
603
+ const inboundSchema: z.ZodType<GetFirewallConfigRce, z.ZodTypeDef, unknown>;
604
+ /** @deprecated use `GetFirewallConfigRce$outboundSchema` instead. */
605
+ const outboundSchema: z.ZodType<GetFirewallConfigRce$Outbound, z.ZodTypeDef, GetFirewallConfigRce>;
606
+ /** @deprecated use `GetFirewallConfigRce$Outbound` instead. */
607
+ type Outbound = GetFirewallConfigRce$Outbound;
608
608
  }
609
- export declare function rceToJSON(rce: Rce): string;
610
- export declare function rceFromJSON(jsonString: string): SafeParseResult<Rce, SDKValidationError>;
609
+ export declare function getFirewallConfigRceToJSON(getFirewallConfigRce: GetFirewallConfigRce): string;
610
+ export declare function getFirewallConfigRceFromJSON(jsonString: string): SafeParseResult<GetFirewallConfigRce, SDKValidationError>;
611
611
  /** @internal */
612
612
  export declare const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema: z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction>;
613
613
  /** @internal */
@@ -629,28 +629,28 @@ export declare namespace GetFirewallConfigSecurityResponse200ApplicationJSONResp
629
629
  }>;
630
630
  }
631
631
  /** @internal */
632
- export declare const Php$inboundSchema: z.ZodType<Php, z.ZodTypeDef, unknown>;
632
+ export declare const GetFirewallConfigPhp$inboundSchema: z.ZodType<GetFirewallConfigPhp, z.ZodTypeDef, unknown>;
633
633
  /** @internal */
634
- export type Php$Outbound = {
634
+ export type GetFirewallConfigPhp$Outbound = {
635
635
  active: boolean;
636
636
  action: string;
637
637
  };
638
638
  /** @internal */
639
- export declare const Php$outboundSchema: z.ZodType<Php$Outbound, z.ZodTypeDef, Php>;
639
+ export declare const GetFirewallConfigPhp$outboundSchema: z.ZodType<GetFirewallConfigPhp$Outbound, z.ZodTypeDef, GetFirewallConfigPhp>;
640
640
  /**
641
641
  * @internal
642
642
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
643
643
  */
644
- export declare namespace Php$ {
645
- /** @deprecated use `Php$inboundSchema` instead. */
646
- const inboundSchema: z.ZodType<Php, z.ZodTypeDef, unknown>;
647
- /** @deprecated use `Php$outboundSchema` instead. */
648
- const outboundSchema: z.ZodType<Php$Outbound, z.ZodTypeDef, Php>;
649
- /** @deprecated use `Php$Outbound` instead. */
650
- type Outbound = Php$Outbound;
644
+ export declare namespace GetFirewallConfigPhp$ {
645
+ /** @deprecated use `GetFirewallConfigPhp$inboundSchema` instead. */
646
+ const inboundSchema: z.ZodType<GetFirewallConfigPhp, z.ZodTypeDef, unknown>;
647
+ /** @deprecated use `GetFirewallConfigPhp$outboundSchema` instead. */
648
+ const outboundSchema: z.ZodType<GetFirewallConfigPhp$Outbound, z.ZodTypeDef, GetFirewallConfigPhp>;
649
+ /** @deprecated use `GetFirewallConfigPhp$Outbound` instead. */
650
+ type Outbound = GetFirewallConfigPhp$Outbound;
651
651
  }
652
- export declare function phpToJSON(php: Php): string;
653
- export declare function phpFromJSON(jsonString: string): SafeParseResult<Php, SDKValidationError>;
652
+ export declare function getFirewallConfigPhpToJSON(getFirewallConfigPhp: GetFirewallConfigPhp): string;
653
+ export declare function getFirewallConfigPhpFromJSON(jsonString: string): SafeParseResult<GetFirewallConfigPhp, SDKValidationError>;
654
654
  /** @internal */
655
655
  export declare const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$inboundSchema: z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction>;
656
656
  /** @internal */
@@ -672,28 +672,28 @@ export declare namespace GetFirewallConfigSecurityResponse200ApplicationJSONResp
672
672
  }>;
673
673
  }
674
674
  /** @internal */
675
- export declare const Gen$inboundSchema: z.ZodType<Gen, z.ZodTypeDef, unknown>;
675
+ export declare const GetFirewallConfigGen$inboundSchema: z.ZodType<GetFirewallConfigGen, z.ZodTypeDef, unknown>;
676
676
  /** @internal */
677
- export type Gen$Outbound = {
677
+ export type GetFirewallConfigGen$Outbound = {
678
678
  active: boolean;
679
679
  action: string;
680
680
  };
681
681
  /** @internal */
682
- export declare const Gen$outboundSchema: z.ZodType<Gen$Outbound, z.ZodTypeDef, Gen>;
682
+ export declare const GetFirewallConfigGen$outboundSchema: z.ZodType<GetFirewallConfigGen$Outbound, z.ZodTypeDef, GetFirewallConfigGen>;
683
683
  /**
684
684
  * @internal
685
685
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
686
686
  */
687
- export declare namespace Gen$ {
688
- /** @deprecated use `Gen$inboundSchema` instead. */
689
- const inboundSchema: z.ZodType<Gen, z.ZodTypeDef, unknown>;
690
- /** @deprecated use `Gen$outboundSchema` instead. */
691
- const outboundSchema: z.ZodType<Gen$Outbound, z.ZodTypeDef, Gen>;
692
- /** @deprecated use `Gen$Outbound` instead. */
693
- type Outbound = Gen$Outbound;
687
+ export declare namespace GetFirewallConfigGen$ {
688
+ /** @deprecated use `GetFirewallConfigGen$inboundSchema` instead. */
689
+ const inboundSchema: z.ZodType<GetFirewallConfigGen, z.ZodTypeDef, unknown>;
690
+ /** @deprecated use `GetFirewallConfigGen$outboundSchema` instead. */
691
+ const outboundSchema: z.ZodType<GetFirewallConfigGen$Outbound, z.ZodTypeDef, GetFirewallConfigGen>;
692
+ /** @deprecated use `GetFirewallConfigGen$Outbound` instead. */
693
+ type Outbound = GetFirewallConfigGen$Outbound;
694
694
  }
695
- export declare function genToJSON(gen: Gen): string;
696
- export declare function genFromJSON(jsonString: string): SafeParseResult<Gen, SDKValidationError>;
695
+ export declare function getFirewallConfigGenToJSON(getFirewallConfigGen: GetFirewallConfigGen): string;
696
+ export declare function getFirewallConfigGenFromJSON(jsonString: string): SafeParseResult<GetFirewallConfigGen, SDKValidationError>;
697
697
  /** @internal */
698
698
  export declare const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$inboundSchema: z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction>;
699
699
  /** @internal */
@@ -715,28 +715,28 @@ export declare namespace GetFirewallConfigSecurityResponse200ApplicationJSONResp
715
715
  }>;
716
716
  }
717
717
  /** @internal */
718
- export declare const Xss$inboundSchema: z.ZodType<Xss, z.ZodTypeDef, unknown>;
718
+ export declare const GetFirewallConfigXss$inboundSchema: z.ZodType<GetFirewallConfigXss, z.ZodTypeDef, unknown>;
719
719
  /** @internal */
720
- export type Xss$Outbound = {
720
+ export type GetFirewallConfigXss$Outbound = {
721
721
  active: boolean;
722
722
  action: string;
723
723
  };
724
724
  /** @internal */
725
- export declare const Xss$outboundSchema: z.ZodType<Xss$Outbound, z.ZodTypeDef, Xss>;
725
+ export declare const GetFirewallConfigXss$outboundSchema: z.ZodType<GetFirewallConfigXss$Outbound, z.ZodTypeDef, GetFirewallConfigXss>;
726
726
  /**
727
727
  * @internal
728
728
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
729
729
  */
730
- export declare namespace Xss$ {
731
- /** @deprecated use `Xss$inboundSchema` instead. */
732
- const inboundSchema: z.ZodType<Xss, z.ZodTypeDef, unknown>;
733
- /** @deprecated use `Xss$outboundSchema` instead. */
734
- const outboundSchema: z.ZodType<Xss$Outbound, z.ZodTypeDef, Xss>;
735
- /** @deprecated use `Xss$Outbound` instead. */
736
- type Outbound = Xss$Outbound;
730
+ export declare namespace GetFirewallConfigXss$ {
731
+ /** @deprecated use `GetFirewallConfigXss$inboundSchema` instead. */
732
+ const inboundSchema: z.ZodType<GetFirewallConfigXss, z.ZodTypeDef, unknown>;
733
+ /** @deprecated use `GetFirewallConfigXss$outboundSchema` instead. */
734
+ const outboundSchema: z.ZodType<GetFirewallConfigXss$Outbound, z.ZodTypeDef, GetFirewallConfigXss>;
735
+ /** @deprecated use `GetFirewallConfigXss$Outbound` instead. */
736
+ type Outbound = GetFirewallConfigXss$Outbound;
737
737
  }
738
- export declare function xssToJSON(xss: Xss): string;
739
- export declare function xssFromJSON(jsonString: string): SafeParseResult<Xss, SDKValidationError>;
738
+ export declare function getFirewallConfigXssToJSON(getFirewallConfigXss: GetFirewallConfigXss): string;
739
+ export declare function getFirewallConfigXssFromJSON(jsonString: string): SafeParseResult<GetFirewallConfigXss, SDKValidationError>;
740
740
  /** @internal */
741
741
  export declare const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$inboundSchema: z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction>;
742
742
  /** @internal */
@@ -758,28 +758,28 @@ export declare namespace GetFirewallConfigSecurityResponse200ApplicationJSONResp
758
758
  }>;
759
759
  }
760
760
  /** @internal */
761
- export declare const Sqli$inboundSchema: z.ZodType<Sqli, z.ZodTypeDef, unknown>;
761
+ export declare const GetFirewallConfigSqli$inboundSchema: z.ZodType<GetFirewallConfigSqli, z.ZodTypeDef, unknown>;
762
762
  /** @internal */
763
- export type Sqli$Outbound = {
763
+ export type GetFirewallConfigSqli$Outbound = {
764
764
  active: boolean;
765
765
  action: string;
766
766
  };
767
767
  /** @internal */
768
- export declare const Sqli$outboundSchema: z.ZodType<Sqli$Outbound, z.ZodTypeDef, Sqli>;
768
+ export declare const GetFirewallConfigSqli$outboundSchema: z.ZodType<GetFirewallConfigSqli$Outbound, z.ZodTypeDef, GetFirewallConfigSqli>;
769
769
  /**
770
770
  * @internal
771
771
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
772
772
  */
773
- export declare namespace Sqli$ {
774
- /** @deprecated use `Sqli$inboundSchema` instead. */
775
- const inboundSchema: z.ZodType<Sqli, z.ZodTypeDef, unknown>;
776
- /** @deprecated use `Sqli$outboundSchema` instead. */
777
- const outboundSchema: z.ZodType<Sqli$Outbound, z.ZodTypeDef, Sqli>;
778
- /** @deprecated use `Sqli$Outbound` instead. */
779
- type Outbound = Sqli$Outbound;
773
+ export declare namespace GetFirewallConfigSqli$ {
774
+ /** @deprecated use `GetFirewallConfigSqli$inboundSchema` instead. */
775
+ const inboundSchema: z.ZodType<GetFirewallConfigSqli, z.ZodTypeDef, unknown>;
776
+ /** @deprecated use `GetFirewallConfigSqli$outboundSchema` instead. */
777
+ const outboundSchema: z.ZodType<GetFirewallConfigSqli$Outbound, z.ZodTypeDef, GetFirewallConfigSqli>;
778
+ /** @deprecated use `GetFirewallConfigSqli$Outbound` instead. */
779
+ type Outbound = GetFirewallConfigSqli$Outbound;
780
780
  }
781
- export declare function sqliToJSON(sqli: Sqli): string;
782
- export declare function sqliFromJSON(jsonString: string): SafeParseResult<Sqli, SDKValidationError>;
781
+ export declare function getFirewallConfigSqliToJSON(getFirewallConfigSqli: GetFirewallConfigSqli): string;
782
+ export declare function getFirewallConfigSqliFromJSON(jsonString: string): SafeParseResult<GetFirewallConfigSqli, SDKValidationError>;
783
783
  /** @internal */
784
784
  export declare const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$inboundSchema: z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction>;
785
785
  /** @internal */
@@ -801,28 +801,28 @@ export declare namespace GetFirewallConfigSecurityResponse200ApplicationJSONResp
801
801
  }>;
802
802
  }
803
803
  /** @internal */
804
- export declare const Sf$inboundSchema: z.ZodType<Sf, z.ZodTypeDef, unknown>;
804
+ export declare const GetFirewallConfigSf$inboundSchema: z.ZodType<GetFirewallConfigSf, z.ZodTypeDef, unknown>;
805
805
  /** @internal */
806
- export type Sf$Outbound = {
806
+ export type GetFirewallConfigSf$Outbound = {
807
807
  active: boolean;
808
808
  action: string;
809
809
  };
810
810
  /** @internal */
811
- export declare const Sf$outboundSchema: z.ZodType<Sf$Outbound, z.ZodTypeDef, Sf>;
811
+ export declare const GetFirewallConfigSf$outboundSchema: z.ZodType<GetFirewallConfigSf$Outbound, z.ZodTypeDef, GetFirewallConfigSf>;
812
812
  /**
813
813
  * @internal
814
814
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
815
815
  */
816
- export declare namespace Sf$ {
817
- /** @deprecated use `Sf$inboundSchema` instead. */
818
- const inboundSchema: z.ZodType<Sf, z.ZodTypeDef, unknown>;
819
- /** @deprecated use `Sf$outboundSchema` instead. */
820
- const outboundSchema: z.ZodType<Sf$Outbound, z.ZodTypeDef, Sf>;
821
- /** @deprecated use `Sf$Outbound` instead. */
822
- type Outbound = Sf$Outbound;
816
+ export declare namespace GetFirewallConfigSf$ {
817
+ /** @deprecated use `GetFirewallConfigSf$inboundSchema` instead. */
818
+ const inboundSchema: z.ZodType<GetFirewallConfigSf, z.ZodTypeDef, unknown>;
819
+ /** @deprecated use `GetFirewallConfigSf$outboundSchema` instead. */
820
+ const outboundSchema: z.ZodType<GetFirewallConfigSf$Outbound, z.ZodTypeDef, GetFirewallConfigSf>;
821
+ /** @deprecated use `GetFirewallConfigSf$Outbound` instead. */
822
+ type Outbound = GetFirewallConfigSf$Outbound;
823
823
  }
824
- export declare function sfToJSON(sf: Sf): string;
825
- export declare function sfFromJSON(jsonString: string): SafeParseResult<Sf, SDKValidationError>;
824
+ export declare function getFirewallConfigSfToJSON(getFirewallConfigSf: GetFirewallConfigSf): string;
825
+ export declare function getFirewallConfigSfFromJSON(jsonString: string): SafeParseResult<GetFirewallConfigSf, SDKValidationError>;
826
826
  /** @internal */
827
827
  export declare const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$inboundSchema: z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction>;
828
828
  /** @internal */
@@ -844,60 +844,60 @@ export declare namespace GetFirewallConfigSecurityResponse200ApplicationJSONResp
844
844
  }>;
845
845
  }
846
846
  /** @internal */
847
- export declare const Java$inboundSchema: z.ZodType<Java, z.ZodTypeDef, unknown>;
847
+ export declare const GetFirewallConfigJava$inboundSchema: z.ZodType<GetFirewallConfigJava, z.ZodTypeDef, unknown>;
848
848
  /** @internal */
849
- export type Java$Outbound = {
849
+ export type GetFirewallConfigJava$Outbound = {
850
850
  active: boolean;
851
851
  action: string;
852
852
  };
853
853
  /** @internal */
854
- export declare const Java$outboundSchema: z.ZodType<Java$Outbound, z.ZodTypeDef, Java>;
854
+ export declare const GetFirewallConfigJava$outboundSchema: z.ZodType<GetFirewallConfigJava$Outbound, z.ZodTypeDef, GetFirewallConfigJava>;
855
855
  /**
856
856
  * @internal
857
857
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
858
858
  */
859
- export declare namespace Java$ {
860
- /** @deprecated use `Java$inboundSchema` instead. */
861
- const inboundSchema: z.ZodType<Java, z.ZodTypeDef, unknown>;
862
- /** @deprecated use `Java$outboundSchema` instead. */
863
- const outboundSchema: z.ZodType<Java$Outbound, z.ZodTypeDef, Java>;
864
- /** @deprecated use `Java$Outbound` instead. */
865
- type Outbound = Java$Outbound;
859
+ export declare namespace GetFirewallConfigJava$ {
860
+ /** @deprecated use `GetFirewallConfigJava$inboundSchema` instead. */
861
+ const inboundSchema: z.ZodType<GetFirewallConfigJava, z.ZodTypeDef, unknown>;
862
+ /** @deprecated use `GetFirewallConfigJava$outboundSchema` instead. */
863
+ const outboundSchema: z.ZodType<GetFirewallConfigJava$Outbound, z.ZodTypeDef, GetFirewallConfigJava>;
864
+ /** @deprecated use `GetFirewallConfigJava$Outbound` instead. */
865
+ type Outbound = GetFirewallConfigJava$Outbound;
866
866
  }
867
- export declare function javaToJSON(java: Java): string;
868
- export declare function javaFromJSON(jsonString: string): SafeParseResult<Java, SDKValidationError>;
869
- /** @internal */
870
- export declare const Crs$inboundSchema: z.ZodType<Crs, z.ZodTypeDef, unknown>;
871
- /** @internal */
872
- export type Crs$Outbound = {
873
- sd: Sd$Outbound;
874
- ma: Ma$Outbound;
875
- lfi: Lfi$Outbound;
876
- rfi: Rfi$Outbound;
877
- rce: Rce$Outbound;
878
- php: Php$Outbound;
879
- gen: Gen$Outbound;
880
- xss: Xss$Outbound;
881
- sqli: Sqli$Outbound;
882
- sf: Sf$Outbound;
883
- java: Java$Outbound;
884
- };
885
- /** @internal */
886
- export declare const Crs$outboundSchema: z.ZodType<Crs$Outbound, z.ZodTypeDef, Crs>;
867
+ export declare function getFirewallConfigJavaToJSON(getFirewallConfigJava: GetFirewallConfigJava): string;
868
+ export declare function getFirewallConfigJavaFromJSON(jsonString: string): SafeParseResult<GetFirewallConfigJava, SDKValidationError>;
869
+ /** @internal */
870
+ export declare const GetFirewallConfigCrs$inboundSchema: z.ZodType<GetFirewallConfigCrs, z.ZodTypeDef, unknown>;
871
+ /** @internal */
872
+ export type GetFirewallConfigCrs$Outbound = {
873
+ sd: GetFirewallConfigSd$Outbound;
874
+ ma: GetFirewallConfigMa$Outbound;
875
+ lfi: GetFirewallConfigLfi$Outbound;
876
+ rfi: GetFirewallConfigRfi$Outbound;
877
+ rce: GetFirewallConfigRce$Outbound;
878
+ php: GetFirewallConfigPhp$Outbound;
879
+ gen: GetFirewallConfigGen$Outbound;
880
+ xss: GetFirewallConfigXss$Outbound;
881
+ sqli: GetFirewallConfigSqli$Outbound;
882
+ sf: GetFirewallConfigSf$Outbound;
883
+ java: GetFirewallConfigJava$Outbound;
884
+ };
885
+ /** @internal */
886
+ export declare const GetFirewallConfigCrs$outboundSchema: z.ZodType<GetFirewallConfigCrs$Outbound, z.ZodTypeDef, GetFirewallConfigCrs>;
887
887
  /**
888
888
  * @internal
889
889
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
890
890
  */
891
- export declare namespace Crs$ {
892
- /** @deprecated use `Crs$inboundSchema` instead. */
893
- const inboundSchema: z.ZodType<Crs, z.ZodTypeDef, unknown>;
894
- /** @deprecated use `Crs$outboundSchema` instead. */
895
- const outboundSchema: z.ZodType<Crs$Outbound, z.ZodTypeDef, Crs>;
896
- /** @deprecated use `Crs$Outbound` instead. */
897
- type Outbound = Crs$Outbound;
891
+ export declare namespace GetFirewallConfigCrs$ {
892
+ /** @deprecated use `GetFirewallConfigCrs$inboundSchema` instead. */
893
+ const inboundSchema: z.ZodType<GetFirewallConfigCrs, z.ZodTypeDef, unknown>;
894
+ /** @deprecated use `GetFirewallConfigCrs$outboundSchema` instead. */
895
+ const outboundSchema: z.ZodType<GetFirewallConfigCrs$Outbound, z.ZodTypeDef, GetFirewallConfigCrs>;
896
+ /** @deprecated use `GetFirewallConfigCrs$Outbound` instead. */
897
+ type Outbound = GetFirewallConfigCrs$Outbound;
898
898
  }
899
- export declare function crsToJSON(crs: Crs): string;
900
- export declare function crsFromJSON(jsonString: string): SafeParseResult<Crs, SDKValidationError>;
899
+ export declare function getFirewallConfigCrsToJSON(getFirewallConfigCrs: GetFirewallConfigCrs): string;
900
+ export declare function getFirewallConfigCrsFromJSON(jsonString: string): SafeParseResult<GetFirewallConfigCrs, SDKValidationError>;
901
901
  /** @internal */
902
902
  export declare const GetFirewallConfigType$inboundSchema: z.ZodNativeEnum<typeof GetFirewallConfigType>;
903
903
  /** @internal */
@@ -1291,9 +1291,9 @@ export declare namespace GetFirewallConfigSecurityAction$ {
1291
1291
  }>;
1292
1292
  }
1293
1293
  /** @internal */
1294
- export declare const Ips$inboundSchema: z.ZodType<Ips, z.ZodTypeDef, unknown>;
1294
+ export declare const GetFirewallConfigIps$inboundSchema: z.ZodType<GetFirewallConfigIps, z.ZodTypeDef, unknown>;
1295
1295
  /** @internal */
1296
- export type Ips$Outbound = {
1296
+ export type GetFirewallConfigIps$Outbound = {
1297
1297
  id: string;
1298
1298
  hostname: string;
1299
1299
  ip: string;
@@ -1301,21 +1301,21 @@ export type Ips$Outbound = {
1301
1301
  action: string;
1302
1302
  };
1303
1303
  /** @internal */
1304
- export declare const Ips$outboundSchema: z.ZodType<Ips$Outbound, z.ZodTypeDef, Ips>;
1304
+ export declare const GetFirewallConfigIps$outboundSchema: z.ZodType<GetFirewallConfigIps$Outbound, z.ZodTypeDef, GetFirewallConfigIps>;
1305
1305
  /**
1306
1306
  * @internal
1307
1307
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1308
1308
  */
1309
- export declare namespace Ips$ {
1310
- /** @deprecated use `Ips$inboundSchema` instead. */
1311
- const inboundSchema: z.ZodType<Ips, z.ZodTypeDef, unknown>;
1312
- /** @deprecated use `Ips$outboundSchema` instead. */
1313
- const outboundSchema: z.ZodType<Ips$Outbound, z.ZodTypeDef, Ips>;
1314
- /** @deprecated use `Ips$Outbound` instead. */
1315
- type Outbound = Ips$Outbound;
1309
+ export declare namespace GetFirewallConfigIps$ {
1310
+ /** @deprecated use `GetFirewallConfigIps$inboundSchema` instead. */
1311
+ const inboundSchema: z.ZodType<GetFirewallConfigIps, z.ZodTypeDef, unknown>;
1312
+ /** @deprecated use `GetFirewallConfigIps$outboundSchema` instead. */
1313
+ const outboundSchema: z.ZodType<GetFirewallConfigIps$Outbound, z.ZodTypeDef, GetFirewallConfigIps>;
1314
+ /** @deprecated use `GetFirewallConfigIps$Outbound` instead. */
1315
+ type Outbound = GetFirewallConfigIps$Outbound;
1316
1316
  }
1317
- export declare function ipsToJSON(ips: Ips): string;
1318
- export declare function ipsFromJSON(jsonString: string): SafeParseResult<Ips, SDKValidationError>;
1317
+ export declare function getFirewallConfigIpsToJSON(getFirewallConfigIps: GetFirewallConfigIps): string;
1318
+ export declare function getFirewallConfigIpsFromJSON(jsonString: string): SafeParseResult<GetFirewallConfigIps, SDKValidationError>;
1319
1319
  /** @internal */
1320
1320
  export declare const Changes$inboundSchema: z.ZodType<Changes, z.ZodTypeDef, unknown>;
1321
1321
  /** @internal */
@@ -1359,9 +1359,9 @@ export declare namespace GetFirewallConfigSecurityResponseAction$ {
1359
1359
  }>;
1360
1360
  }
1361
1361
  /** @internal */
1362
- export declare const ManagedRules$inboundSchema: z.ZodType<ManagedRules, z.ZodTypeDef, unknown>;
1362
+ export declare const GetFirewallConfigManagedRules$inboundSchema: z.ZodType<GetFirewallConfigManagedRules, z.ZodTypeDef, unknown>;
1363
1363
  /** @internal */
1364
- export type ManagedRules$Outbound = {
1364
+ export type GetFirewallConfigManagedRules$Outbound = {
1365
1365
  active: boolean;
1366
1366
  action?: string | undefined;
1367
1367
  updatedAt?: string | undefined;
@@ -1369,21 +1369,21 @@ export type ManagedRules$Outbound = {
1369
1369
  username?: string | undefined;
1370
1370
  };
1371
1371
  /** @internal */
1372
- export declare const ManagedRules$outboundSchema: z.ZodType<ManagedRules$Outbound, z.ZodTypeDef, ManagedRules>;
1372
+ export declare const GetFirewallConfigManagedRules$outboundSchema: z.ZodType<GetFirewallConfigManagedRules$Outbound, z.ZodTypeDef, GetFirewallConfigManagedRules>;
1373
1373
  /**
1374
1374
  * @internal
1375
1375
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1376
1376
  */
1377
- export declare namespace ManagedRules$ {
1378
- /** @deprecated use `ManagedRules$inboundSchema` instead. */
1379
- const inboundSchema: z.ZodType<ManagedRules, z.ZodTypeDef, unknown>;
1380
- /** @deprecated use `ManagedRules$outboundSchema` instead. */
1381
- const outboundSchema: z.ZodType<ManagedRules$Outbound, z.ZodTypeDef, ManagedRules>;
1382
- /** @deprecated use `ManagedRules$Outbound` instead. */
1383
- type Outbound = ManagedRules$Outbound;
1377
+ export declare namespace GetFirewallConfigManagedRules$ {
1378
+ /** @deprecated use `GetFirewallConfigManagedRules$inboundSchema` instead. */
1379
+ const inboundSchema: z.ZodType<GetFirewallConfigManagedRules, z.ZodTypeDef, unknown>;
1380
+ /** @deprecated use `GetFirewallConfigManagedRules$outboundSchema` instead. */
1381
+ const outboundSchema: z.ZodType<GetFirewallConfigManagedRules$Outbound, z.ZodTypeDef, GetFirewallConfigManagedRules>;
1382
+ /** @deprecated use `GetFirewallConfigManagedRules$Outbound` instead. */
1383
+ type Outbound = GetFirewallConfigManagedRules$Outbound;
1384
1384
  }
1385
- export declare function managedRulesToJSON(managedRules: ManagedRules): string;
1386
- export declare function managedRulesFromJSON(jsonString: string): SafeParseResult<ManagedRules, SDKValidationError>;
1385
+ export declare function getFirewallConfigManagedRulesToJSON(getFirewallConfigManagedRules: GetFirewallConfigManagedRules): string;
1386
+ export declare function getFirewallConfigManagedRulesFromJSON(jsonString: string): SafeParseResult<GetFirewallConfigManagedRules, SDKValidationError>;
1387
1387
  /** @internal */
1388
1388
  export declare const GetFirewallConfigResponseBody$inboundSchema: z.ZodType<GetFirewallConfigResponseBody, z.ZodTypeDef, unknown>;
1389
1389
  /** @internal */
@@ -1394,12 +1394,12 @@ export type GetFirewallConfigResponseBody$Outbound = {
1394
1394
  version: number;
1395
1395
  updatedAt: string;
1396
1396
  firewallEnabled: boolean;
1397
- crs: Crs$Outbound;
1397
+ crs: GetFirewallConfigCrs$Outbound;
1398
1398
  rules: Array<GetFirewallConfigRules$Outbound>;
1399
- ips: Array<Ips$Outbound>;
1399
+ ips: Array<GetFirewallConfigIps$Outbound>;
1400
1400
  changes: Array<Changes$Outbound>;
1401
1401
  managedRules?: {
1402
- [k: string]: ManagedRules$Outbound;
1402
+ [k: string]: GetFirewallConfigManagedRules$Outbound;
1403
1403
  } | undefined;
1404
1404
  };
1405
1405
  /** @internal */