@vercel/sdk 1.6.3 → 1.6.5
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.
- package/README.md +2 -0
- package/bin/mcp-server.js +3517 -1245
- package/bin/mcp-server.js.map +29 -26
- package/docs/sdks/edgeconfig/README.md +2 -6
- package/docs/sdks/marketplace/README.md +2 -6
- package/docs/sdks/security/README.md +90 -0
- package/docs/sdks/webhooks/README.md +2 -6
- package/esm/__tests__/deployments.test.js +16 -1
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/environment.test.js +3 -0
- package/esm/__tests__/environment.test.js.map +1 -1
- package/esm/__tests__/marketplace.test.js +7 -2
- package/esm/__tests__/marketplace.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +4 -4
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/__tests__/security.test.js +174 -3
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/projectsCreateProject.js +2 -2
- package/esm/funcs/projectsCreateProject.js.map +1 -1
- package/esm/funcs/securityPutFirewallConfig.d.ts +19 -0
- package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
- package/esm/funcs/securityPutFirewallConfig.js +88 -0
- package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts +7 -0
- package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts.map +1 -0
- package/esm/mcp-server/tools/securityPutFirewallConfig.js +28 -0
- package/esm/mcp-server/tools/securityPutFirewallConfig.js.map +1 -0
- package/esm/models/authtoken.d.ts +6 -0
- package/esm/models/authtoken.d.ts.map +1 -1
- package/esm/models/authtoken.js +2 -0
- package/esm/models/authtoken.js.map +1 -1
- package/esm/models/authuser.d.ts +46 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +28 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +274 -73
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +270 -72
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +274 -73
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +270 -72
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +12 -18
- package/esm/models/createprojectenvop.d.ts.map +1 -1
- package/esm/models/createprojectenvop.js +12 -12
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +175 -13
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +157 -6
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +4 -7
- package/esm/models/editprojectenvop.d.ts.map +1 -1
- package/esm/models/editprojectenvop.js +4 -4
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +18 -27
- package/esm/models/filterprojectenvsop.d.ts.map +1 -1
- package/esm/models/filterprojectenvsop.js +18 -18
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +574 -172
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +567 -171
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getfirewallconfigop.d.ts +214 -214
- package/esm/models/getfirewallconfigop.d.ts.map +1 -1
- package/esm/models/getfirewallconfigop.js +210 -231
- package/esm/models/getfirewallconfigop.js.map +1 -1
- package/esm/models/getprojectdomainsop.d.ts +198 -36
- package/esm/models/getprojectdomainsop.d.ts.map +1 -1
- package/esm/models/getprojectdomainsop.js +193 -32
- package/esm/models/getprojectdomainsop.js.map +1 -1
- package/esm/models/getprojectenvop.d.ts +10 -16
- package/esm/models/getprojectenvop.d.ts.map +1 -1
- package/esm/models/getprojectenvop.js +10 -10
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +175 -13
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +156 -6
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +31 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js +27 -0
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
- package/esm/models/putfirewallconfigop.d.ts +2901 -0
- package/esm/models/putfirewallconfigop.d.ts.map +1 -0
- package/esm/models/putfirewallconfigop.js +2383 -0
- package/esm/models/putfirewallconfigop.js.map +1 -0
- package/esm/models/removeprojectenvop.d.ts +18 -27
- package/esm/models/removeprojectenvop.d.ts.map +1 -1
- package/esm/models/removeprojectenvop.js +18 -18
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +323 -323
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +379 -357
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +183 -21
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +172 -18
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +175 -13
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +157 -6
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +46 -19
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +34 -10
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/security.d.ts +8 -0
- package/esm/sdk/security.d.ts.map +1 -1
- package/esm/sdk/security.js +10 -0
- package/esm/sdk/security.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +3 -3
- package/src/__tests__/deployments.test.ts +16 -1
- package/src/__tests__/environment.test.ts +3 -0
- package/src/__tests__/marketplace.test.ts +7 -2
- package/src/__tests__/projects.test.ts +4 -4
- package/src/__tests__/security.test.ts +176 -5
- package/src/funcs/projectsCreateProject.ts +2 -2
- package/src/funcs/securityPutFirewallConfig.ts +194 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/securityPutFirewallConfig.ts +37 -0
- package/src/models/authtoken.ts +2 -0
- package/src/models/authuser.ts +52 -0
- package/src/models/canceldeploymentop.ts +591 -148
- package/src/models/createdeploymentop.ts +616 -165
- package/src/models/createprojectenvop.ts +24 -30
- package/src/models/createprojectop.ts +336 -15
- package/src/models/editprojectenvop.ts +8 -11
- package/src/models/filterprojectenvsop.ts +36 -45
- package/src/models/getdeploymentop.ts +1288 -353
- package/src/models/getfirewallconfigop.ts +555 -410
- package/src/models/getprojectdomainsop.ts +470 -63
- package/src/models/getprojectenvop.ts +20 -26
- package/src/models/getprojectsop.ts +338 -16
- package/src/models/getv9projectsidornamecustomenvironmentsop.ts +62 -1
- package/src/models/putfirewallconfigop.ts +4932 -0
- package/src/models/removeprojectenvop.ts +36 -45
- package/src/models/updatefirewallconfigop.ts +820 -612
- package/src/models/updateprojectdatacacheop.ts +353 -34
- package/src/models/updateprojectop.ts +336 -15
- package/src/models/userevent.ts +54 -29
- package/src/sdk/security.ts +22 -0
- package/vercel-spec.json +1395 -291
|
@@ -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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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
|
|
237
|
+
export type UpdateFirewallConfigRequestBodyOp = ClosedEnum<typeof UpdateFirewallConfigRequestBodyOp>;
|
|
238
238
|
export type UpdateFirewallConfigRequestBodySecurityRequest3Value = string | Array<string> | number;
|
|
239
|
-
export type
|
|
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:
|
|
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
|
|
253
|
-
conditions: Array<
|
|
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
|
|
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
|
|
276
|
-
export type
|
|
277
|
-
export type
|
|
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?:
|
|
282
|
+
action?: UpdateFirewallConfigActionSecurity1 | any | null | undefined;
|
|
283
283
|
};
|
|
284
|
-
export type
|
|
285
|
-
export type
|
|
284
|
+
export type UpdateFirewallConfigRequestBodyRateLimit = UpdateFirewallConfigRateLimitSecurity1 | any;
|
|
285
|
+
export type UpdateFirewallConfigRedirectSecurity1 = {
|
|
286
286
|
location: string;
|
|
287
287
|
permanent: boolean;
|
|
288
288
|
};
|
|
289
|
-
export type
|
|
290
|
-
export type
|
|
289
|
+
export type UpdateFirewallConfigRequestBodyRedirect = UpdateFirewallConfigRedirectSecurity1 | any;
|
|
290
|
+
export type UpdateFirewallConfigRequestBodyMitigate = {
|
|
291
291
|
action: UpdateFirewallConfigRequestBodySecurityRequest3ValueAction;
|
|
292
|
-
rateLimit?:
|
|
293
|
-
redirect?:
|
|
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?:
|
|
298
|
+
mitigate?: UpdateFirewallConfigRequestBodyMitigate | undefined;
|
|
299
299
|
};
|
|
300
|
-
export type
|
|
300
|
+
export type UpdateFirewallConfigRequestBodyValue = {
|
|
301
301
|
name: string;
|
|
302
302
|
description?: string | undefined;
|
|
303
303
|
active: boolean;
|
|
304
|
-
conditionGroup: Array<
|
|
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:
|
|
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
|
|
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
|
|
372
|
+
export type RequestBodyOp = ClosedEnum<typeof RequestBodyOp>;
|
|
373
373
|
export type UpdateFirewallConfigRequestBodySecurityRequest2Value = string | Array<string> | number;
|
|
374
|
-
export type
|
|
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:
|
|
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
|
|
388
|
-
conditions: Array<
|
|
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
|
|
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
|
|
411
|
-
export type
|
|
412
|
-
export type
|
|
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?:
|
|
417
|
+
action?: UpdateFirewallConfigAction1 | any | null | undefined;
|
|
418
418
|
};
|
|
419
|
-
export type
|
|
420
|
-
export type
|
|
419
|
+
export type RequestBodyRateLimit = UpdateFirewallConfigRateLimit1 | any;
|
|
420
|
+
export type UpdateFirewallConfigRedirect1 = {
|
|
421
421
|
location: string;
|
|
422
422
|
permanent: boolean;
|
|
423
423
|
};
|
|
424
|
-
export type
|
|
425
|
-
export type
|
|
424
|
+
export type RequestBodyRedirect = UpdateFirewallConfigRedirect1 | any;
|
|
425
|
+
export type RequestBodyMitigate = {
|
|
426
426
|
action: UpdateFirewallConfigRequestBodySecurityRequest2ValueAction;
|
|
427
|
-
rateLimit?:
|
|
428
|
-
redirect?:
|
|
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?:
|
|
433
|
+
mitigate?: RequestBodyMitigate | undefined;
|
|
434
434
|
};
|
|
435
|
-
export type
|
|
435
|
+
export type RequestBodyValue = {
|
|
436
436
|
name: string;
|
|
437
437
|
description?: string | undefined;
|
|
438
438
|
active: boolean;
|
|
439
|
-
conditionGroup: Array<
|
|
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:
|
|
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
|
|
719
|
+
export declare const UpdateFirewallConfigRequestBodySecurityRequest9Value$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityRequest9Value, z.ZodTypeDef, unknown>;
|
|
720
720
|
/** @internal */
|
|
721
|
-
export type
|
|
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
|
|
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
|
|
734
|
-
/** @deprecated use `
|
|
735
|
-
const inboundSchema: z.ZodType<
|
|
736
|
-
/** @deprecated use `
|
|
737
|
-
const outboundSchema: z.ZodType<
|
|
738
|
-
/** @deprecated use `
|
|
739
|
-
type 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
|
|
742
|
-
export declare function
|
|
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:
|
|
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
|
|
810
|
+
export declare const UpdateFirewallConfigRequestBodySecurityRequestValue$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityRequestValue, z.ZodTypeDef, unknown>;
|
|
811
811
|
/** @internal */
|
|
812
|
-
export type
|
|
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
|
|
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
|
|
825
|
-
/** @deprecated use `
|
|
826
|
-
const inboundSchema: z.ZodType<
|
|
827
|
-
/** @deprecated use `
|
|
828
|
-
const outboundSchema: z.ZodType<
|
|
829
|
-
/** @deprecated use `
|
|
830
|
-
type 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
|
|
833
|
-
export declare function
|
|
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:
|
|
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
|
|
977
|
+
export declare const UpdateFirewallConfigRequestBodySecurityValue$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodySecurityValue, z.ZodTypeDef, unknown>;
|
|
978
978
|
/** @internal */
|
|
979
|
-
export type
|
|
979
|
+
export type UpdateFirewallConfigRequestBodySecurityValue$Outbound = {
|
|
980
980
|
active: boolean;
|
|
981
981
|
action: string;
|
|
982
982
|
};
|
|
983
983
|
/** @internal */
|
|
984
|
-
export declare const
|
|
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
|
|
990
|
-
/** @deprecated use `
|
|
991
|
-
const inboundSchema: z.ZodType<
|
|
992
|
-
/** @deprecated use `
|
|
993
|
-
const outboundSchema: z.ZodType<
|
|
994
|
-
/** @deprecated use `
|
|
995
|
-
type 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
|
|
998
|
-
export declare function
|
|
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:
|
|
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
|
|
1186
|
+
export declare const UpdateFirewallConfigRequestBodyOp$inboundSchema: z.ZodNativeEnum<typeof UpdateFirewallConfigRequestBodyOp>;
|
|
1187
1187
|
/** @internal */
|
|
1188
|
-
export declare const
|
|
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
|
|
1194
|
-
/** @deprecated use `
|
|
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 `
|
|
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
|
|
1250
|
+
export declare const UpdateFirewallConfigRequestBodyConditions$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyConditions, z.ZodTypeDef, unknown>;
|
|
1251
1251
|
/** @internal */
|
|
1252
|
-
export type
|
|
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
|
|
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
|
|
1266
|
-
/** @deprecated use `
|
|
1267
|
-
const inboundSchema: z.ZodType<
|
|
1268
|
-
/** @deprecated use `
|
|
1269
|
-
const outboundSchema: z.ZodType<
|
|
1270
|
-
/** @deprecated use `
|
|
1271
|
-
type 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
|
|
1274
|
-
export declare function
|
|
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
|
|
1276
|
+
export declare const UpdateFirewallConfigRequestBodyConditionGroup$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyConditionGroup, z.ZodTypeDef, unknown>;
|
|
1277
1277
|
/** @internal */
|
|
1278
|
-
export type
|
|
1279
|
-
conditions: Array<
|
|
1278
|
+
export type UpdateFirewallConfigRequestBodyConditionGroup$Outbound = {
|
|
1279
|
+
conditions: Array<UpdateFirewallConfigRequestBodyConditions$Outbound>;
|
|
1280
1280
|
};
|
|
1281
1281
|
/** @internal */
|
|
1282
|
-
export declare const
|
|
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
|
|
1288
|
-
/** @deprecated use `
|
|
1289
|
-
const inboundSchema: z.ZodType<
|
|
1290
|
-
/** @deprecated use `
|
|
1291
|
-
const outboundSchema: z.ZodType<
|
|
1292
|
-
/** @deprecated use `
|
|
1293
|
-
type 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
|
|
1296
|
-
export declare function
|
|
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
|
|
1346
|
+
export declare const UpdateFirewallConfigActionSecurity1$inboundSchema: z.ZodNativeEnum<typeof UpdateFirewallConfigActionSecurity1>;
|
|
1347
1347
|
/** @internal */
|
|
1348
|
-
export declare const
|
|
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
|
|
1354
|
-
/** @deprecated use `
|
|
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 `
|
|
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
|
|
1370
|
+
export declare const UpdateFirewallConfigRateLimitSecurityAction$inboundSchema: z.ZodType<UpdateFirewallConfigRateLimitSecurityAction, z.ZodTypeDef, unknown>;
|
|
1371
1371
|
/** @internal */
|
|
1372
|
-
export type
|
|
1372
|
+
export type UpdateFirewallConfigRateLimitSecurityAction$Outbound = string | any;
|
|
1373
1373
|
/** @internal */
|
|
1374
|
-
export declare const
|
|
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
|
|
1380
|
-
/** @deprecated use `
|
|
1379
|
+
export declare namespace UpdateFirewallConfigRateLimitSecurityAction$ {
|
|
1380
|
+
/** @deprecated use `UpdateFirewallConfigRateLimitSecurityAction$inboundSchema` instead. */
|
|
1381
1381
|
const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
|
|
1382
|
-
/** @deprecated use `
|
|
1382
|
+
/** @deprecated use `UpdateFirewallConfigRateLimitSecurityAction$outboundSchema` instead. */
|
|
1383
1383
|
const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
1384
|
-
/** @deprecated use `
|
|
1385
|
-
type Outbound =
|
|
1384
|
+
/** @deprecated use `UpdateFirewallConfigRateLimitSecurityAction$Outbound` instead. */
|
|
1385
|
+
type Outbound = UpdateFirewallConfigRateLimitSecurityAction$Outbound;
|
|
1386
1386
|
}
|
|
1387
|
-
export declare function
|
|
1388
|
-
export declare function
|
|
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
|
|
1390
|
+
export declare const UpdateFirewallConfigRateLimitSecurity1$inboundSchema: z.ZodType<UpdateFirewallConfigRateLimitSecurity1, z.ZodTypeDef, unknown>;
|
|
1391
1391
|
/** @internal */
|
|
1392
|
-
export type
|
|
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
|
|
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
|
|
1406
|
-
/** @deprecated use `
|
|
1407
|
-
const inboundSchema: z.ZodType<
|
|
1408
|
-
/** @deprecated use `
|
|
1409
|
-
const outboundSchema: z.ZodType<
|
|
1410
|
-
/** @deprecated use `
|
|
1411
|
-
type 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
|
|
1414
|
-
export declare function
|
|
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
|
|
1416
|
+
export declare const UpdateFirewallConfigRequestBodyRateLimit$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyRateLimit, z.ZodTypeDef, unknown>;
|
|
1417
1417
|
/** @internal */
|
|
1418
|
-
export type
|
|
1418
|
+
export type UpdateFirewallConfigRequestBodyRateLimit$Outbound = UpdateFirewallConfigRateLimitSecurity1$Outbound | any;
|
|
1419
1419
|
/** @internal */
|
|
1420
|
-
export declare const
|
|
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
|
|
1426
|
-
/** @deprecated use `
|
|
1425
|
+
export declare namespace UpdateFirewallConfigRequestBodyRateLimit$ {
|
|
1426
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyRateLimit$inboundSchema` instead. */
|
|
1427
1427
|
const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
|
|
1428
|
-
/** @deprecated use `
|
|
1428
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyRateLimit$outboundSchema` instead. */
|
|
1429
1429
|
const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
1430
|
-
/** @deprecated use `
|
|
1431
|
-
type Outbound =
|
|
1430
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyRateLimit$Outbound` instead. */
|
|
1431
|
+
type Outbound = UpdateFirewallConfigRequestBodyRateLimit$Outbound;
|
|
1432
1432
|
}
|
|
1433
|
-
export declare function
|
|
1434
|
-
export declare function
|
|
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
|
|
1436
|
+
export declare const UpdateFirewallConfigRedirectSecurity1$inboundSchema: z.ZodType<UpdateFirewallConfigRedirectSecurity1, z.ZodTypeDef, unknown>;
|
|
1437
1437
|
/** @internal */
|
|
1438
|
-
export type
|
|
1438
|
+
export type UpdateFirewallConfigRedirectSecurity1$Outbound = {
|
|
1439
1439
|
location: string;
|
|
1440
1440
|
permanent: boolean;
|
|
1441
1441
|
};
|
|
1442
1442
|
/** @internal */
|
|
1443
|
-
export declare const
|
|
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
|
|
1449
|
-
/** @deprecated use `
|
|
1450
|
-
const inboundSchema: z.ZodType<
|
|
1451
|
-
/** @deprecated use `
|
|
1452
|
-
const outboundSchema: z.ZodType<
|
|
1453
|
-
/** @deprecated use `
|
|
1454
|
-
type 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
|
|
1457
|
-
export declare function
|
|
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
|
|
1459
|
+
export declare const UpdateFirewallConfigRequestBodyRedirect$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyRedirect, z.ZodTypeDef, unknown>;
|
|
1460
1460
|
/** @internal */
|
|
1461
|
-
export type
|
|
1461
|
+
export type UpdateFirewallConfigRequestBodyRedirect$Outbound = UpdateFirewallConfigRedirectSecurity1$Outbound | any;
|
|
1462
1462
|
/** @internal */
|
|
1463
|
-
export declare const
|
|
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
|
|
1469
|
-
/** @deprecated use `
|
|
1468
|
+
export declare namespace UpdateFirewallConfigRequestBodyRedirect$ {
|
|
1469
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyRedirect$inboundSchema` instead. */
|
|
1470
1470
|
const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
|
|
1471
|
-
/** @deprecated use `
|
|
1471
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyRedirect$outboundSchema` instead. */
|
|
1472
1472
|
const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
1473
|
-
/** @deprecated use `
|
|
1474
|
-
type Outbound =
|
|
1473
|
+
/** @deprecated use `UpdateFirewallConfigRequestBodyRedirect$Outbound` instead. */
|
|
1474
|
+
type Outbound = UpdateFirewallConfigRequestBodyRedirect$Outbound;
|
|
1475
1475
|
}
|
|
1476
|
-
export declare function
|
|
1477
|
-
export declare function
|
|
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
|
|
1479
|
+
export declare const UpdateFirewallConfigRequestBodyMitigate$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyMitigate, z.ZodTypeDef, unknown>;
|
|
1480
1480
|
/** @internal */
|
|
1481
|
-
export type
|
|
1481
|
+
export type UpdateFirewallConfigRequestBodyMitigate$Outbound = {
|
|
1482
1482
|
action: string;
|
|
1483
|
-
rateLimit?:
|
|
1484
|
-
redirect?:
|
|
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
|
|
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
|
|
1495
|
-
/** @deprecated use `
|
|
1496
|
-
const inboundSchema: z.ZodType<
|
|
1497
|
-
/** @deprecated use `
|
|
1498
|
-
const outboundSchema: z.ZodType<
|
|
1499
|
-
/** @deprecated use `
|
|
1500
|
-
type 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
|
|
1503
|
-
export declare function
|
|
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?:
|
|
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
|
|
1527
|
+
export declare const UpdateFirewallConfigRequestBodyValue$inboundSchema: z.ZodType<UpdateFirewallConfigRequestBodyValue, z.ZodTypeDef, unknown>;
|
|
1528
1528
|
/** @internal */
|
|
1529
|
-
export type
|
|
1529
|
+
export type UpdateFirewallConfigRequestBodyValue$Outbound = {
|
|
1530
1530
|
name: string;
|
|
1531
1531
|
description?: string | undefined;
|
|
1532
1532
|
active: boolean;
|
|
1533
|
-
conditionGroup: Array<
|
|
1533
|
+
conditionGroup: Array<UpdateFirewallConfigRequestBodyConditionGroup$Outbound>;
|
|
1534
1534
|
action: UpdateFirewallConfigRequestBodySecurityRequest3Action$Outbound;
|
|
1535
1535
|
};
|
|
1536
1536
|
/** @internal */
|
|
1537
|
-
export declare const
|
|
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
|
|
1543
|
-
/** @deprecated use `
|
|
1544
|
-
const inboundSchema: z.ZodType<
|
|
1545
|
-
/** @deprecated use `
|
|
1546
|
-
const outboundSchema: z.ZodType<
|
|
1547
|
-
/** @deprecated use `
|
|
1548
|
-
type 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
|
|
1551
|
-
export declare function
|
|
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:
|
|
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
|
|
1655
|
+
export declare const RequestBodyOp$inboundSchema: z.ZodNativeEnum<typeof RequestBodyOp>;
|
|
1656
1656
|
/** @internal */
|
|
1657
|
-
export declare const
|
|
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
|
|
1663
|
-
/** @deprecated use `
|
|
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 `
|
|
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
|
|
1719
|
+
export declare const RequestBodyConditions$inboundSchema: z.ZodType<RequestBodyConditions, z.ZodTypeDef, unknown>;
|
|
1720
1720
|
/** @internal */
|
|
1721
|
-
export type
|
|
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
|
|
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
|
|
1735
|
-
/** @deprecated use `
|
|
1736
|
-
const inboundSchema: z.ZodType<
|
|
1737
|
-
/** @deprecated use `
|
|
1738
|
-
const outboundSchema: z.ZodType<
|
|
1739
|
-
/** @deprecated use `
|
|
1740
|
-
type 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
|
|
1743
|
-
export declare function
|
|
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
|
|
1745
|
+
export declare const RequestBodyConditionGroup$inboundSchema: z.ZodType<RequestBodyConditionGroup, z.ZodTypeDef, unknown>;
|
|
1746
1746
|
/** @internal */
|
|
1747
|
-
export type
|
|
1748
|
-
conditions: Array<
|
|
1747
|
+
export type RequestBodyConditionGroup$Outbound = {
|
|
1748
|
+
conditions: Array<RequestBodyConditions$Outbound>;
|
|
1749
1749
|
};
|
|
1750
1750
|
/** @internal */
|
|
1751
|
-
export declare const
|
|
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
|
|
1757
|
-
/** @deprecated use `
|
|
1758
|
-
const inboundSchema: z.ZodType<
|
|
1759
|
-
/** @deprecated use `
|
|
1760
|
-
const outboundSchema: z.ZodType<
|
|
1761
|
-
/** @deprecated use `
|
|
1762
|
-
type 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
|
|
1765
|
-
export declare function
|
|
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
|
|
1815
|
+
export declare const UpdateFirewallConfigAction1$inboundSchema: z.ZodNativeEnum<typeof UpdateFirewallConfigAction1>;
|
|
1816
1816
|
/** @internal */
|
|
1817
|
-
export declare const
|
|
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
|
|
1823
|
-
/** @deprecated use `
|
|
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 `
|
|
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
|
|
1839
|
+
export declare const UpdateFirewallConfigRateLimitAction$inboundSchema: z.ZodType<UpdateFirewallConfigRateLimitAction, z.ZodTypeDef, unknown>;
|
|
1840
1840
|
/** @internal */
|
|
1841
|
-
export type
|
|
1841
|
+
export type UpdateFirewallConfigRateLimitAction$Outbound = string | any;
|
|
1842
1842
|
/** @internal */
|
|
1843
|
-
export declare const
|
|
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
|
|
1849
|
-
/** @deprecated use `
|
|
1848
|
+
export declare namespace UpdateFirewallConfigRateLimitAction$ {
|
|
1849
|
+
/** @deprecated use `UpdateFirewallConfigRateLimitAction$inboundSchema` instead. */
|
|
1850
1850
|
const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
|
|
1851
|
-
/** @deprecated use `
|
|
1851
|
+
/** @deprecated use `UpdateFirewallConfigRateLimitAction$outboundSchema` instead. */
|
|
1852
1852
|
const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
1853
|
-
/** @deprecated use `
|
|
1854
|
-
type Outbound =
|
|
1853
|
+
/** @deprecated use `UpdateFirewallConfigRateLimitAction$Outbound` instead. */
|
|
1854
|
+
type Outbound = UpdateFirewallConfigRateLimitAction$Outbound;
|
|
1855
1855
|
}
|
|
1856
|
-
export declare function
|
|
1857
|
-
export declare function
|
|
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
|
|
1859
|
+
export declare const UpdateFirewallConfigRateLimit1$inboundSchema: z.ZodType<UpdateFirewallConfigRateLimit1, z.ZodTypeDef, unknown>;
|
|
1860
1860
|
/** @internal */
|
|
1861
|
-
export type
|
|
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
|
|
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
|
|
1875
|
-
/** @deprecated use `
|
|
1876
|
-
const inboundSchema: z.ZodType<
|
|
1877
|
-
/** @deprecated use `
|
|
1878
|
-
const outboundSchema: z.ZodType<
|
|
1879
|
-
/** @deprecated use `
|
|
1880
|
-
type 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
|
|
1883
|
-
export declare function
|
|
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
|
|
1885
|
+
export declare const RequestBodyRateLimit$inboundSchema: z.ZodType<RequestBodyRateLimit, z.ZodTypeDef, unknown>;
|
|
1886
1886
|
/** @internal */
|
|
1887
|
-
export type
|
|
1887
|
+
export type RequestBodyRateLimit$Outbound = UpdateFirewallConfigRateLimit1$Outbound | any;
|
|
1888
1888
|
/** @internal */
|
|
1889
|
-
export declare const
|
|
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
|
|
1895
|
-
/** @deprecated use `
|
|
1894
|
+
export declare namespace RequestBodyRateLimit$ {
|
|
1895
|
+
/** @deprecated use `RequestBodyRateLimit$inboundSchema` instead. */
|
|
1896
1896
|
const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
|
|
1897
|
-
/** @deprecated use `
|
|
1897
|
+
/** @deprecated use `RequestBodyRateLimit$outboundSchema` instead. */
|
|
1898
1898
|
const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
1899
|
-
/** @deprecated use `
|
|
1900
|
-
type Outbound =
|
|
1899
|
+
/** @deprecated use `RequestBodyRateLimit$Outbound` instead. */
|
|
1900
|
+
type Outbound = RequestBodyRateLimit$Outbound;
|
|
1901
1901
|
}
|
|
1902
|
-
export declare function
|
|
1903
|
-
export declare function
|
|
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
|
|
1905
|
+
export declare const UpdateFirewallConfigRedirect1$inboundSchema: z.ZodType<UpdateFirewallConfigRedirect1, z.ZodTypeDef, unknown>;
|
|
1906
1906
|
/** @internal */
|
|
1907
|
-
export type
|
|
1907
|
+
export type UpdateFirewallConfigRedirect1$Outbound = {
|
|
1908
1908
|
location: string;
|
|
1909
1909
|
permanent: boolean;
|
|
1910
1910
|
};
|
|
1911
1911
|
/** @internal */
|
|
1912
|
-
export declare const
|
|
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
|
|
1918
|
-
/** @deprecated use `
|
|
1919
|
-
const inboundSchema: z.ZodType<
|
|
1920
|
-
/** @deprecated use `
|
|
1921
|
-
const outboundSchema: z.ZodType<
|
|
1922
|
-
/** @deprecated use `
|
|
1923
|
-
type 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
|
|
1926
|
-
export declare function
|
|
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
|
|
1928
|
+
export declare const RequestBodyRedirect$inboundSchema: z.ZodType<RequestBodyRedirect, z.ZodTypeDef, unknown>;
|
|
1929
1929
|
/** @internal */
|
|
1930
|
-
export type
|
|
1930
|
+
export type RequestBodyRedirect$Outbound = UpdateFirewallConfigRedirect1$Outbound | any;
|
|
1931
1931
|
/** @internal */
|
|
1932
|
-
export declare const
|
|
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
|
|
1938
|
-
/** @deprecated use `
|
|
1937
|
+
export declare namespace RequestBodyRedirect$ {
|
|
1938
|
+
/** @deprecated use `RequestBodyRedirect$inboundSchema` instead. */
|
|
1939
1939
|
const inboundSchema: z.ZodType<any, z.ZodTypeDef, unknown>;
|
|
1940
|
-
/** @deprecated use `
|
|
1940
|
+
/** @deprecated use `RequestBodyRedirect$outboundSchema` instead. */
|
|
1941
1941
|
const outboundSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
1942
|
-
/** @deprecated use `
|
|
1943
|
-
type Outbound =
|
|
1942
|
+
/** @deprecated use `RequestBodyRedirect$Outbound` instead. */
|
|
1943
|
+
type Outbound = RequestBodyRedirect$Outbound;
|
|
1944
1944
|
}
|
|
1945
|
-
export declare function
|
|
1946
|
-
export declare function
|
|
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
|
|
1948
|
+
export declare const RequestBodyMitigate$inboundSchema: z.ZodType<RequestBodyMitigate, z.ZodTypeDef, unknown>;
|
|
1949
1949
|
/** @internal */
|
|
1950
|
-
export type
|
|
1950
|
+
export type RequestBodyMitigate$Outbound = {
|
|
1951
1951
|
action: string;
|
|
1952
|
-
rateLimit?:
|
|
1953
|
-
redirect?:
|
|
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
|
|
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
|
|
1964
|
-
/** @deprecated use `
|
|
1965
|
-
const inboundSchema: z.ZodType<
|
|
1966
|
-
/** @deprecated use `
|
|
1967
|
-
const outboundSchema: z.ZodType<
|
|
1968
|
-
/** @deprecated use `
|
|
1969
|
-
type 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
|
|
1972
|
-
export declare function
|
|
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?:
|
|
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
|
|
1996
|
+
export declare const RequestBodyValue$inboundSchema: z.ZodType<RequestBodyValue, z.ZodTypeDef, unknown>;
|
|
1997
1997
|
/** @internal */
|
|
1998
|
-
export type
|
|
1998
|
+
export type RequestBodyValue$Outbound = {
|
|
1999
1999
|
name: string;
|
|
2000
2000
|
description?: string | undefined;
|
|
2001
2001
|
active: boolean;
|
|
2002
|
-
conditionGroup: Array<
|
|
2002
|
+
conditionGroup: Array<RequestBodyConditionGroup$Outbound>;
|
|
2003
2003
|
action: UpdateFirewallConfigRequestBodySecurityRequest2Action$Outbound;
|
|
2004
2004
|
};
|
|
2005
2005
|
/** @internal */
|
|
2006
|
-
export declare const
|
|
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
|
|
2012
|
-
/** @deprecated use `
|
|
2013
|
-
const inboundSchema: z.ZodType<
|
|
2014
|
-
/** @deprecated use `
|
|
2015
|
-
const outboundSchema: z.ZodType<
|
|
2016
|
-
/** @deprecated use `
|
|
2017
|
-
type 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
|
|
2020
|
-
export declare function
|
|
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:
|
|
2027
|
+
value: RequestBodyValue$Outbound;
|
|
2028
2028
|
};
|
|
2029
2029
|
/** @internal */
|
|
2030
2030
|
export declare const UpdateFirewallConfigRequestBody2$outboundSchema: z.ZodType<UpdateFirewallConfigRequestBody2$Outbound, z.ZodTypeDef, UpdateFirewallConfigRequestBody2>;
|