@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.
- package/README.md +2 -0
- package/bin/mcp-server.js +3504 -1244
- package/bin/mcp-server.js.map +28 -25
- 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__/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 +163 -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/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__/marketplace.test.ts +7 -2
- package/src/__tests__/projects.test.ts +4 -4
- package/src/__tests__/security.test.ts +165 -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/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 +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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
155
|
+
export type GetFirewallConfigCrs = {
|
|
156
156
|
/**
|
|
157
157
|
* Scanner Detection - Detect and prevent reconnaissance activities from network scanning tools.
|
|
158
158
|
*/
|
|
159
|
-
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:
|
|
163
|
+
ma: GetFirewallConfigMa;
|
|
164
164
|
/**
|
|
165
165
|
* Local File Inclusion Attack - Prevent unauthorized access to local files through web applications.
|
|
166
166
|
*/
|
|
167
|
-
lfi:
|
|
167
|
+
lfi: GetFirewallConfigLfi;
|
|
168
168
|
/**
|
|
169
169
|
* Remote File Inclusion Attack - Prohibit unauthorized upload or execution of remote files.
|
|
170
170
|
*/
|
|
171
|
-
rfi:
|
|
171
|
+
rfi: GetFirewallConfigRfi;
|
|
172
172
|
/**
|
|
173
173
|
* Remote Execution Attack - Prevent unauthorized execution of remote scripts or commands.
|
|
174
174
|
*/
|
|
175
|
-
rce:
|
|
175
|
+
rce: GetFirewallConfigRce;
|
|
176
176
|
/**
|
|
177
177
|
* PHP Attack - Safeguard against vulnerability exploits in PHP-based applications.
|
|
178
178
|
*/
|
|
179
|
-
php:
|
|
179
|
+
php: GetFirewallConfigPhp;
|
|
180
180
|
/**
|
|
181
181
|
* Generic Attack - Provide broad protection from various undefined or novel attack vectors.
|
|
182
182
|
*/
|
|
183
|
-
gen:
|
|
183
|
+
gen: GetFirewallConfigGen;
|
|
184
184
|
/**
|
|
185
185
|
* XSS Attack - Prevent injection of malicious scripts into trusted webpages.
|
|
186
186
|
*/
|
|
187
|
-
xss:
|
|
187
|
+
xss: GetFirewallConfigXss;
|
|
188
188
|
/**
|
|
189
189
|
* SQL Injection Attack - Prohibit unauthorized use of SQL commands to manipulate databases.
|
|
190
190
|
*/
|
|
191
|
-
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:
|
|
195
|
+
sf: GetFirewallConfigSf;
|
|
196
196
|
/**
|
|
197
197
|
* Java Attack - Mitigate risks of exploitation targeting Java-based applications or components.
|
|
198
198
|
*/
|
|
199
|
-
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
|
|
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
|
|
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:
|
|
363
|
+
crs: GetFirewallConfigCrs;
|
|
364
364
|
rules: Array<GetFirewallConfigRules>;
|
|
365
|
-
ips: Array<
|
|
365
|
+
ips: Array<GetFirewallConfigIps>;
|
|
366
366
|
changes: Array<Changes>;
|
|
367
367
|
managedRules?: {
|
|
368
|
-
[k: string]:
|
|
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
|
|
417
|
+
export declare const GetFirewallConfigSd$inboundSchema: z.ZodType<GetFirewallConfigSd, z.ZodTypeDef, unknown>;
|
|
418
418
|
/** @internal */
|
|
419
|
-
export type
|
|
419
|
+
export type GetFirewallConfigSd$Outbound = {
|
|
420
420
|
active: boolean;
|
|
421
421
|
action: string;
|
|
422
422
|
};
|
|
423
423
|
/** @internal */
|
|
424
|
-
export declare const
|
|
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
|
|
430
|
-
/** @deprecated use `
|
|
431
|
-
const inboundSchema: z.ZodType<
|
|
432
|
-
/** @deprecated use `
|
|
433
|
-
const outboundSchema: z.ZodType<
|
|
434
|
-
/** @deprecated use `
|
|
435
|
-
type 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
|
|
438
|
-
export declare function
|
|
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
|
|
460
|
+
export declare const GetFirewallConfigMa$inboundSchema: z.ZodType<GetFirewallConfigMa, z.ZodTypeDef, unknown>;
|
|
461
461
|
/** @internal */
|
|
462
|
-
export type
|
|
462
|
+
export type GetFirewallConfigMa$Outbound = {
|
|
463
463
|
active: boolean;
|
|
464
464
|
action: string;
|
|
465
465
|
};
|
|
466
466
|
/** @internal */
|
|
467
|
-
export declare const
|
|
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
|
|
473
|
-
/** @deprecated use `
|
|
474
|
-
const inboundSchema: z.ZodType<
|
|
475
|
-
/** @deprecated use `
|
|
476
|
-
const outboundSchema: z.ZodType<
|
|
477
|
-
/** @deprecated use `
|
|
478
|
-
type 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
|
|
481
|
-
export declare function
|
|
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
|
|
503
|
+
export declare const GetFirewallConfigLfi$inboundSchema: z.ZodType<GetFirewallConfigLfi, z.ZodTypeDef, unknown>;
|
|
504
504
|
/** @internal */
|
|
505
|
-
export type
|
|
505
|
+
export type GetFirewallConfigLfi$Outbound = {
|
|
506
506
|
active: boolean;
|
|
507
507
|
action: string;
|
|
508
508
|
};
|
|
509
509
|
/** @internal */
|
|
510
|
-
export declare const
|
|
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
|
|
516
|
-
/** @deprecated use `
|
|
517
|
-
const inboundSchema: z.ZodType<
|
|
518
|
-
/** @deprecated use `
|
|
519
|
-
const outboundSchema: z.ZodType<
|
|
520
|
-
/** @deprecated use `
|
|
521
|
-
type 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
|
|
524
|
-
export declare function
|
|
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
|
|
546
|
+
export declare const GetFirewallConfigRfi$inboundSchema: z.ZodType<GetFirewallConfigRfi, z.ZodTypeDef, unknown>;
|
|
547
547
|
/** @internal */
|
|
548
|
-
export type
|
|
548
|
+
export type GetFirewallConfigRfi$Outbound = {
|
|
549
549
|
active: boolean;
|
|
550
550
|
action: string;
|
|
551
551
|
};
|
|
552
552
|
/** @internal */
|
|
553
|
-
export declare const
|
|
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
|
|
559
|
-
/** @deprecated use `
|
|
560
|
-
const inboundSchema: z.ZodType<
|
|
561
|
-
/** @deprecated use `
|
|
562
|
-
const outboundSchema: z.ZodType<
|
|
563
|
-
/** @deprecated use `
|
|
564
|
-
type 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
|
|
567
|
-
export declare function
|
|
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
|
|
589
|
+
export declare const GetFirewallConfigRce$inboundSchema: z.ZodType<GetFirewallConfigRce, z.ZodTypeDef, unknown>;
|
|
590
590
|
/** @internal */
|
|
591
|
-
export type
|
|
591
|
+
export type GetFirewallConfigRce$Outbound = {
|
|
592
592
|
active: boolean;
|
|
593
593
|
action: string;
|
|
594
594
|
};
|
|
595
595
|
/** @internal */
|
|
596
|
-
export declare const
|
|
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
|
|
602
|
-
/** @deprecated use `
|
|
603
|
-
const inboundSchema: z.ZodType<
|
|
604
|
-
/** @deprecated use `
|
|
605
|
-
const outboundSchema: z.ZodType<
|
|
606
|
-
/** @deprecated use `
|
|
607
|
-
type 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
|
|
610
|
-
export declare function
|
|
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
|
|
632
|
+
export declare const GetFirewallConfigPhp$inboundSchema: z.ZodType<GetFirewallConfigPhp, z.ZodTypeDef, unknown>;
|
|
633
633
|
/** @internal */
|
|
634
|
-
export type
|
|
634
|
+
export type GetFirewallConfigPhp$Outbound = {
|
|
635
635
|
active: boolean;
|
|
636
636
|
action: string;
|
|
637
637
|
};
|
|
638
638
|
/** @internal */
|
|
639
|
-
export declare const
|
|
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
|
|
645
|
-
/** @deprecated use `
|
|
646
|
-
const inboundSchema: z.ZodType<
|
|
647
|
-
/** @deprecated use `
|
|
648
|
-
const outboundSchema: z.ZodType<
|
|
649
|
-
/** @deprecated use `
|
|
650
|
-
type 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
|
|
653
|
-
export declare function
|
|
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
|
|
675
|
+
export declare const GetFirewallConfigGen$inboundSchema: z.ZodType<GetFirewallConfigGen, z.ZodTypeDef, unknown>;
|
|
676
676
|
/** @internal */
|
|
677
|
-
export type
|
|
677
|
+
export type GetFirewallConfigGen$Outbound = {
|
|
678
678
|
active: boolean;
|
|
679
679
|
action: string;
|
|
680
680
|
};
|
|
681
681
|
/** @internal */
|
|
682
|
-
export declare const
|
|
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
|
|
688
|
-
/** @deprecated use `
|
|
689
|
-
const inboundSchema: z.ZodType<
|
|
690
|
-
/** @deprecated use `
|
|
691
|
-
const outboundSchema: z.ZodType<
|
|
692
|
-
/** @deprecated use `
|
|
693
|
-
type 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
|
|
696
|
-
export declare function
|
|
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
|
|
718
|
+
export declare const GetFirewallConfigXss$inboundSchema: z.ZodType<GetFirewallConfigXss, z.ZodTypeDef, unknown>;
|
|
719
719
|
/** @internal */
|
|
720
|
-
export type
|
|
720
|
+
export type GetFirewallConfigXss$Outbound = {
|
|
721
721
|
active: boolean;
|
|
722
722
|
action: string;
|
|
723
723
|
};
|
|
724
724
|
/** @internal */
|
|
725
|
-
export declare const
|
|
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
|
|
731
|
-
/** @deprecated use `
|
|
732
|
-
const inboundSchema: z.ZodType<
|
|
733
|
-
/** @deprecated use `
|
|
734
|
-
const outboundSchema: z.ZodType<
|
|
735
|
-
/** @deprecated use `
|
|
736
|
-
type 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
|
|
739
|
-
export declare function
|
|
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
|
|
761
|
+
export declare const GetFirewallConfigSqli$inboundSchema: z.ZodType<GetFirewallConfigSqli, z.ZodTypeDef, unknown>;
|
|
762
762
|
/** @internal */
|
|
763
|
-
export type
|
|
763
|
+
export type GetFirewallConfigSqli$Outbound = {
|
|
764
764
|
active: boolean;
|
|
765
765
|
action: string;
|
|
766
766
|
};
|
|
767
767
|
/** @internal */
|
|
768
|
-
export declare const
|
|
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
|
|
774
|
-
/** @deprecated use `
|
|
775
|
-
const inboundSchema: z.ZodType<
|
|
776
|
-
/** @deprecated use `
|
|
777
|
-
const outboundSchema: z.ZodType<
|
|
778
|
-
/** @deprecated use `
|
|
779
|
-
type 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
|
|
782
|
-
export declare function
|
|
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
|
|
804
|
+
export declare const GetFirewallConfigSf$inboundSchema: z.ZodType<GetFirewallConfigSf, z.ZodTypeDef, unknown>;
|
|
805
805
|
/** @internal */
|
|
806
|
-
export type
|
|
806
|
+
export type GetFirewallConfigSf$Outbound = {
|
|
807
807
|
active: boolean;
|
|
808
808
|
action: string;
|
|
809
809
|
};
|
|
810
810
|
/** @internal */
|
|
811
|
-
export declare const
|
|
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
|
|
817
|
-
/** @deprecated use `
|
|
818
|
-
const inboundSchema: z.ZodType<
|
|
819
|
-
/** @deprecated use `
|
|
820
|
-
const outboundSchema: z.ZodType<
|
|
821
|
-
/** @deprecated use `
|
|
822
|
-
type 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
|
|
825
|
-
export declare function
|
|
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
|
|
847
|
+
export declare const GetFirewallConfigJava$inboundSchema: z.ZodType<GetFirewallConfigJava, z.ZodTypeDef, unknown>;
|
|
848
848
|
/** @internal */
|
|
849
|
-
export type
|
|
849
|
+
export type GetFirewallConfigJava$Outbound = {
|
|
850
850
|
active: boolean;
|
|
851
851
|
action: string;
|
|
852
852
|
};
|
|
853
853
|
/** @internal */
|
|
854
|
-
export declare const
|
|
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
|
|
860
|
-
/** @deprecated use `
|
|
861
|
-
const inboundSchema: z.ZodType<
|
|
862
|
-
/** @deprecated use `
|
|
863
|
-
const outboundSchema: z.ZodType<
|
|
864
|
-
/** @deprecated use `
|
|
865
|
-
type 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
|
|
868
|
-
export declare function
|
|
869
|
-
/** @internal */
|
|
870
|
-
export declare const
|
|
871
|
-
/** @internal */
|
|
872
|
-
export type
|
|
873
|
-
sd:
|
|
874
|
-
ma:
|
|
875
|
-
lfi:
|
|
876
|
-
rfi:
|
|
877
|
-
rce:
|
|
878
|
-
php:
|
|
879
|
-
gen:
|
|
880
|
-
xss:
|
|
881
|
-
sqli:
|
|
882
|
-
sf:
|
|
883
|
-
java:
|
|
884
|
-
};
|
|
885
|
-
/** @internal */
|
|
886
|
-
export declare const
|
|
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
|
|
892
|
-
/** @deprecated use `
|
|
893
|
-
const inboundSchema: z.ZodType<
|
|
894
|
-
/** @deprecated use `
|
|
895
|
-
const outboundSchema: z.ZodType<
|
|
896
|
-
/** @deprecated use `
|
|
897
|
-
type 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
|
|
900
|
-
export declare function
|
|
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
|
|
1294
|
+
export declare const GetFirewallConfigIps$inboundSchema: z.ZodType<GetFirewallConfigIps, z.ZodTypeDef, unknown>;
|
|
1295
1295
|
/** @internal */
|
|
1296
|
-
export type
|
|
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
|
|
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
|
|
1310
|
-
/** @deprecated use `
|
|
1311
|
-
const inboundSchema: z.ZodType<
|
|
1312
|
-
/** @deprecated use `
|
|
1313
|
-
const outboundSchema: z.ZodType<
|
|
1314
|
-
/** @deprecated use `
|
|
1315
|
-
type 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
|
|
1318
|
-
export declare function
|
|
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
|
|
1362
|
+
export declare const GetFirewallConfigManagedRules$inboundSchema: z.ZodType<GetFirewallConfigManagedRules, z.ZodTypeDef, unknown>;
|
|
1363
1363
|
/** @internal */
|
|
1364
|
-
export type
|
|
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
|
|
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
|
|
1378
|
-
/** @deprecated use `
|
|
1379
|
-
const inboundSchema: z.ZodType<
|
|
1380
|
-
/** @deprecated use `
|
|
1381
|
-
const outboundSchema: z.ZodType<
|
|
1382
|
-
/** @deprecated use `
|
|
1383
|
-
type 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
|
|
1386
|
-
export declare function
|
|
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:
|
|
1397
|
+
crs: GetFirewallConfigCrs$Outbound;
|
|
1398
1398
|
rules: Array<GetFirewallConfigRules$Outbound>;
|
|
1399
|
-
ips: Array<
|
|
1399
|
+
ips: Array<GetFirewallConfigIps$Outbound>;
|
|
1400
1400
|
changes: Array<Changes$Outbound>;
|
|
1401
1401
|
managedRules?: {
|
|
1402
|
-
[k: string]:
|
|
1402
|
+
[k: string]: GetFirewallConfigManagedRules$Outbound;
|
|
1403
1403
|
} | undefined;
|
|
1404
1404
|
};
|
|
1405
1405
|
/** @internal */
|