@vercel/sdk 1.6.2 → 1.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -10
- package/bin/mcp-server.js +4541 -3497
- package/bin/mcp-server.js.map +36 -48
- package/docs/sdks/edgeconfig/README.md +2 -6
- package/docs/sdks/integrations/README.md +0 -161
- package/docs/sdks/logdrains/README.md +0 -260
- 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__/integrations.test.js +5 -40
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +7 -89
- package/esm/__tests__/logdrains.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 +164 -17
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/securityPutFirewallConfig.d.ts +19 -0
- package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
- package/esm/funcs/{logDrainsCreateConfigurableLogDrain.js → securityPutFirewallConfig.js} +13 -11
- 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/lib/matchers.d.ts +3 -1
- package/esm/lib/matchers.d.ts.map +1 -1
- package/esm/lib/matchers.js +10 -0
- package/esm/lib/matchers.js.map +1 -1
- package/esm/lib/sdks.js +7 -2
- package/esm/lib/sdks.js.map +1 -1
- 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 -11
- 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/{integrationsGitNamespaces.js.map → securityPutFirewallConfig.js.map} +1 -1
- 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 +87 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +57 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +277 -76
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +271 -73
- 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/createlogdrainop.d.ts +51 -51
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +74 -75
- package/esm/models/createlogdrainop.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 +221 -29
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +174 -11
- 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/exchangessotokenop.d.ts +34 -0
- package/esm/models/exchangessotokenop.d.ts.map +1 -1
- package/esm/models/exchangessotokenop.js +25 -0
- package/esm/models/exchangessotokenop.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/getconfigurationsop.d.ts +19 -16
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +25 -27
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getcustomenvironmentop.d.ts +3 -0
- package/esm/models/getcustomenvironmentop.d.ts.map +1 -1
- package/esm/models/getcustomenvironmentop.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/getintegrationlogdrainsop.d.ts +11 -11
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +14 -13
- package/esm/models/getintegrationlogdrainsop.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 +221 -29
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +173 -11
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +9 -9
- package/esm/models/getteammembersop.js +3 -3
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -0
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
- 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 +229 -37
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +189 -23
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +221 -29
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +174 -11
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +608 -524
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +748 -666
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/integrations.d.ts +0 -16
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +0 -20
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/logdrains.d.ts +0 -24
- package/esm/sdk/logdrains.d.ts.map +1 -1
- package/esm/sdk/logdrains.js +0 -30
- package/esm/sdk/logdrains.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__/integrations.test.ts +9 -44
- package/src/__tests__/logdrains.test.ts +13 -95
- package/src/__tests__/marketplace.test.ts +7 -2
- package/src/__tests__/projects.test.ts +4 -4
- package/src/__tests__/security.test.ts +166 -19
- package/src/funcs/{logDrainsCreateConfigurableLogDrain.ts → securityPutFirewallConfig.ts} +31 -22
- package/src/lib/config.ts +3 -3
- package/src/lib/matchers.ts +20 -0
- package/src/lib/sdks.ts +8 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -11
- package/src/mcp-server/tools/securityPutFirewallConfig.ts +37 -0
- package/src/models/authtoken.ts +2 -0
- package/src/models/authuser.ts +126 -0
- package/src/models/canceldeploymentop.ts +592 -149
- package/src/models/createdeploymentop.ts +616 -165
- package/src/models/createlogdrainop.ts +95 -112
- package/src/models/createprojectenvop.ts +24 -30
- package/src/models/createprojectop.ts +378 -21
- package/src/models/editprojectenvop.ts +8 -11
- package/src/models/exchangessotokenop.ts +44 -0
- package/src/models/filterprojectenvsop.ts +36 -45
- package/src/models/getconfigurationsop.ts +34 -39
- package/src/models/getcustomenvironmentop.ts +3 -0
- package/src/models/getdeploymentop.ts +1288 -353
- package/src/models/getfirewallconfigop.ts +555 -410
- package/src/models/getintegrationlogdrainsop.ts +15 -20
- package/src/models/getprojectdomainsop.ts +470 -63
- package/src/models/getprojectenvop.ts +20 -26
- package/src/models/getprojectsop.ts +380 -22
- package/src/models/getteammembersop.ts +3 -3
- package/src/models/getv9projectsidornamecustomenvironmentsop.ts +3 -0
- 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 +395 -40
- package/src/models/updateprojectop.ts +378 -21
- package/src/models/userevent.ts +1363 -1203
- package/src/sdk/integrations.ts +0 -44
- package/src/sdk/logdrains.ts +0 -66
- package/src/sdk/security.ts +22 -0
- package/vercel-spec.json +1780 -1622
- package/esm/funcs/integrationsGitNamespaces.d.ts +0 -18
- package/esm/funcs/integrationsGitNamespaces.d.ts.map +0 -1
- package/esm/funcs/integrationsGitNamespaces.js +0 -86
- package/esm/funcs/integrationsGitNamespaces.js.map +0 -1
- package/esm/funcs/integrationsSearchRepo.d.ts +0 -17
- package/esm/funcs/integrationsSearchRepo.d.ts.map +0 -1
- package/esm/funcs/integrationsSearchRepo.js +0 -89
- package/esm/funcs/integrationsSearchRepo.js.map +0 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -18
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts +0 -18
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
- package/esm/funcs/logDrainsGetAllLogDrains.js +0 -88
- package/esm/funcs/logDrainsGetAllLogDrains.js.map +0 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -19
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js +0 -92
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
- package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts +0 -7
- package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts.map +0 -1
- package/esm/mcp-server/tools/integrationsGitNamespaces.js +0 -28
- package/esm/mcp-server/tools/integrationsSearchRepo.d.ts +0 -7
- package/esm/mcp-server/tools/integrationsSearchRepo.d.ts.map +0 -1
- package/esm/mcp-server/tools/integrationsSearchRepo.js +0 -28
- package/esm/mcp-server/tools/integrationsSearchRepo.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +0 -28
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +0 -28
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +0 -28
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js.map +0 -1
- package/esm/models/createconfigurablelogdrainop.d.ts +0 -451
- package/esm/models/createconfigurablelogdrainop.d.ts.map +0 -1
- package/esm/models/createconfigurablelogdrainop.js +0 -348
- package/esm/models/createconfigurablelogdrainop.js.map +0 -1
- package/esm/models/getalllogdrainsop.d.ts +0 -294
- package/esm/models/getalllogdrainsop.d.ts.map +0 -1
- package/esm/models/getalllogdrainsop.js +0 -231
- package/esm/models/getalllogdrainsop.js.map +0 -1
- package/esm/models/getconfigurablelogdrainop.d.ts +0 -292
- package/esm/models/getconfigurablelogdrainop.d.ts.map +0 -1
- package/esm/models/getconfigurablelogdrainop.js +0 -230
- package/esm/models/getconfigurablelogdrainop.js.map +0 -1
- package/esm/models/gitnamespacesop.d.ts +0 -126
- package/esm/models/gitnamespacesop.d.ts.map +0 -1
- package/esm/models/gitnamespacesop.js +0 -115
- package/esm/models/gitnamespacesop.js.map +0 -1
- package/esm/models/searchrepoop.d.ts +0 -421
- package/esm/models/searchrepoop.d.ts.map +0 -1
- package/esm/models/searchrepoop.js +0 -385
- package/esm/models/searchrepoop.js.map +0 -1
- package/src/funcs/integrationsGitNamespaces.ts +0 -185
- package/src/funcs/integrationsSearchRepo.ts +0 -181
- package/src/funcs/logDrainsGetAllLogDrains.ts +0 -187
- package/src/funcs/logDrainsGetConfigurableLogDrain.ts +0 -199
- package/src/mcp-server/tools/integrationsGitNamespaces.ts +0 -37
- package/src/mcp-server/tools/integrationsSearchRepo.ts +0 -37
- package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +0 -39
- package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +0 -37
- package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +0 -39
- package/src/models/createconfigurablelogdrainop.ts +0 -652
- package/src/models/getalllogdrainsop.ts +0 -416
- package/src/models/getconfigurablelogdrainop.ts +0 -420
- package/src/models/gitnamespacesop.ts +0 -235
- package/src/models/searchrepoop.ts +0 -784
|
@@ -37,7 +37,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSd
|
|
|
37
37
|
/**
|
|
38
38
|
* Scanner Detection - Detect and prevent reconnaissance activities from network scanning tools.
|
|
39
39
|
*/
|
|
40
|
-
export type
|
|
40
|
+
export type GetFirewallConfigSd = {
|
|
41
41
|
active: boolean;
|
|
42
42
|
action:
|
|
43
43
|
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction;
|
|
@@ -56,7 +56,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMa
|
|
|
56
56
|
/**
|
|
57
57
|
* Multipart Attack - Block attempts to bypass security controls using multipart/form-data encoding.
|
|
58
58
|
*/
|
|
59
|
-
export type
|
|
59
|
+
export type GetFirewallConfigMa = {
|
|
60
60
|
active: boolean;
|
|
61
61
|
action:
|
|
62
62
|
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction;
|
|
@@ -75,7 +75,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsLf
|
|
|
75
75
|
/**
|
|
76
76
|
* Local File Inclusion Attack - Prevent unauthorized access to local files through web applications.
|
|
77
77
|
*/
|
|
78
|
-
export type
|
|
78
|
+
export type GetFirewallConfigLfi = {
|
|
79
79
|
active: boolean;
|
|
80
80
|
action:
|
|
81
81
|
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsLfiAction;
|
|
@@ -92,7 +92,7 @@ export type GetFirewallConfigSecurityResponse200Action = ClosedEnum<
|
|
|
92
92
|
/**
|
|
93
93
|
* Remote File Inclusion Attack - Prohibit unauthorized upload or execution of remote files.
|
|
94
94
|
*/
|
|
95
|
-
export type
|
|
95
|
+
export type GetFirewallConfigRfi = {
|
|
96
96
|
active: boolean;
|
|
97
97
|
action: GetFirewallConfigSecurityResponse200Action;
|
|
98
98
|
};
|
|
@@ -107,7 +107,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONAction =
|
|
|
107
107
|
/**
|
|
108
108
|
* Remote Execution Attack - Prevent unauthorized execution of remote scripts or commands.
|
|
109
109
|
*/
|
|
110
|
-
export type
|
|
110
|
+
export type GetFirewallConfigRce = {
|
|
111
111
|
active: boolean;
|
|
112
112
|
action: GetFirewallConfigSecurityResponse200ApplicationJSONAction;
|
|
113
113
|
};
|
|
@@ -125,7 +125,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActio
|
|
|
125
125
|
/**
|
|
126
126
|
* PHP Attack - Safeguard against vulnerability exploits in PHP-based applications.
|
|
127
127
|
*/
|
|
128
|
-
export type
|
|
128
|
+
export type GetFirewallConfigPhp = {
|
|
129
129
|
active: boolean;
|
|
130
130
|
action: GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction;
|
|
131
131
|
};
|
|
@@ -143,7 +143,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAc
|
|
|
143
143
|
/**
|
|
144
144
|
* Generic Attack - Provide broad protection from various undefined or novel attack vectors.
|
|
145
145
|
*/
|
|
146
|
-
export type
|
|
146
|
+
export type GetFirewallConfigGen = {
|
|
147
147
|
active: boolean;
|
|
148
148
|
action:
|
|
149
149
|
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction;
|
|
@@ -162,7 +162,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXs
|
|
|
162
162
|
/**
|
|
163
163
|
* XSS Attack - Prevent injection of malicious scripts into trusted webpages.
|
|
164
164
|
*/
|
|
165
|
-
export type
|
|
165
|
+
export type GetFirewallConfigXss = {
|
|
166
166
|
active: boolean;
|
|
167
167
|
action:
|
|
168
168
|
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction;
|
|
@@ -181,7 +181,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSq
|
|
|
181
181
|
/**
|
|
182
182
|
* SQL Injection Attack - Prohibit unauthorized use of SQL commands to manipulate databases.
|
|
183
183
|
*/
|
|
184
|
-
export type
|
|
184
|
+
export type GetFirewallConfigSqli = {
|
|
185
185
|
active: boolean;
|
|
186
186
|
action:
|
|
187
187
|
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction;
|
|
@@ -200,7 +200,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSf
|
|
|
200
200
|
/**
|
|
201
201
|
* Session Fixation Attack - Prevent unauthorized takeover of user sessions by enforcing unique session IDs.
|
|
202
202
|
*/
|
|
203
|
-
export type
|
|
203
|
+
export type GetFirewallConfigSf = {
|
|
204
204
|
active: boolean;
|
|
205
205
|
action:
|
|
206
206
|
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction;
|
|
@@ -219,7 +219,7 @@ export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJa
|
|
|
219
219
|
/**
|
|
220
220
|
* Java Attack - Mitigate risks of exploitation targeting Java-based applications or components.
|
|
221
221
|
*/
|
|
222
|
-
export type
|
|
222
|
+
export type GetFirewallConfigJava = {
|
|
223
223
|
active: boolean;
|
|
224
224
|
action:
|
|
225
225
|
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction;
|
|
@@ -228,51 +228,51 @@ export type Java = {
|
|
|
228
228
|
/**
|
|
229
229
|
* Custom Ruleset
|
|
230
230
|
*/
|
|
231
|
-
export type
|
|
231
|
+
export type GetFirewallConfigCrs = {
|
|
232
232
|
/**
|
|
233
233
|
* Scanner Detection - Detect and prevent reconnaissance activities from network scanning tools.
|
|
234
234
|
*/
|
|
235
|
-
sd:
|
|
235
|
+
sd: GetFirewallConfigSd;
|
|
236
236
|
/**
|
|
237
237
|
* Multipart Attack - Block attempts to bypass security controls using multipart/form-data encoding.
|
|
238
238
|
*/
|
|
239
|
-
ma:
|
|
239
|
+
ma: GetFirewallConfigMa;
|
|
240
240
|
/**
|
|
241
241
|
* Local File Inclusion Attack - Prevent unauthorized access to local files through web applications.
|
|
242
242
|
*/
|
|
243
|
-
lfi:
|
|
243
|
+
lfi: GetFirewallConfigLfi;
|
|
244
244
|
/**
|
|
245
245
|
* Remote File Inclusion Attack - Prohibit unauthorized upload or execution of remote files.
|
|
246
246
|
*/
|
|
247
|
-
rfi:
|
|
247
|
+
rfi: GetFirewallConfigRfi;
|
|
248
248
|
/**
|
|
249
249
|
* Remote Execution Attack - Prevent unauthorized execution of remote scripts or commands.
|
|
250
250
|
*/
|
|
251
|
-
rce:
|
|
251
|
+
rce: GetFirewallConfigRce;
|
|
252
252
|
/**
|
|
253
253
|
* PHP Attack - Safeguard against vulnerability exploits in PHP-based applications.
|
|
254
254
|
*/
|
|
255
|
-
php:
|
|
255
|
+
php: GetFirewallConfigPhp;
|
|
256
256
|
/**
|
|
257
257
|
* Generic Attack - Provide broad protection from various undefined or novel attack vectors.
|
|
258
258
|
*/
|
|
259
|
-
gen:
|
|
259
|
+
gen: GetFirewallConfigGen;
|
|
260
260
|
/**
|
|
261
261
|
* XSS Attack - Prevent injection of malicious scripts into trusted webpages.
|
|
262
262
|
*/
|
|
263
|
-
xss:
|
|
263
|
+
xss: GetFirewallConfigXss;
|
|
264
264
|
/**
|
|
265
265
|
* SQL Injection Attack - Prohibit unauthorized use of SQL commands to manipulate databases.
|
|
266
266
|
*/
|
|
267
|
-
sqli:
|
|
267
|
+
sqli: GetFirewallConfigSqli;
|
|
268
268
|
/**
|
|
269
269
|
* Session Fixation Attack - Prevent unauthorized takeover of user sessions by enforcing unique session IDs.
|
|
270
270
|
*/
|
|
271
|
-
sf:
|
|
271
|
+
sf: GetFirewallConfigSf;
|
|
272
272
|
/**
|
|
273
273
|
* Java Attack - Mitigate risks of exploitation targeting Java-based applications or components.
|
|
274
274
|
*/
|
|
275
|
-
java:
|
|
275
|
+
java: GetFirewallConfigJava;
|
|
276
276
|
};
|
|
277
277
|
|
|
278
278
|
/**
|
|
@@ -431,7 +431,7 @@ export type GetFirewallConfigSecurityAction = ClosedEnum<
|
|
|
431
431
|
typeof GetFirewallConfigSecurityAction
|
|
432
432
|
>;
|
|
433
433
|
|
|
434
|
-
export type
|
|
434
|
+
export type GetFirewallConfigIps = {
|
|
435
435
|
id: string;
|
|
436
436
|
hostname: string;
|
|
437
437
|
ip: string;
|
|
@@ -450,7 +450,7 @@ export type GetFirewallConfigSecurityResponseAction = ClosedEnum<
|
|
|
450
450
|
typeof GetFirewallConfigSecurityResponseAction
|
|
451
451
|
>;
|
|
452
452
|
|
|
453
|
-
export type
|
|
453
|
+
export type GetFirewallConfigManagedRules = {
|
|
454
454
|
active: boolean;
|
|
455
455
|
action?: GetFirewallConfigSecurityResponseAction | undefined;
|
|
456
456
|
updatedAt?: string | undefined;
|
|
@@ -471,11 +471,11 @@ export type GetFirewallConfigResponseBody = {
|
|
|
471
471
|
/**
|
|
472
472
|
* Custom Ruleset
|
|
473
473
|
*/
|
|
474
|
-
crs:
|
|
474
|
+
crs: GetFirewallConfigCrs;
|
|
475
475
|
rules: Array<GetFirewallConfigRules>;
|
|
476
|
-
ips: Array<
|
|
476
|
+
ips: Array<GetFirewallConfigIps>;
|
|
477
477
|
changes: Array<Changes>;
|
|
478
|
-
managedRules?: { [k: string]:
|
|
478
|
+
managedRules?: { [k: string]: GetFirewallConfigManagedRules } | undefined;
|
|
479
479
|
};
|
|
480
480
|
|
|
481
481
|
/** @internal */
|
|
@@ -570,50 +570,61 @@ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBody
|
|
|
570
570
|
}
|
|
571
571
|
|
|
572
572
|
/** @internal */
|
|
573
|
-
export const
|
|
573
|
+
export const GetFirewallConfigSd$inboundSchema: z.ZodType<
|
|
574
|
+
GetFirewallConfigSd,
|
|
575
|
+
z.ZodTypeDef,
|
|
576
|
+
unknown
|
|
577
|
+
> = z.object({
|
|
574
578
|
active: z.boolean(),
|
|
575
579
|
action:
|
|
576
580
|
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$inboundSchema,
|
|
577
581
|
});
|
|
578
582
|
|
|
579
583
|
/** @internal */
|
|
580
|
-
export type
|
|
584
|
+
export type GetFirewallConfigSd$Outbound = {
|
|
581
585
|
active: boolean;
|
|
582
586
|
action: string;
|
|
583
587
|
};
|
|
584
588
|
|
|
585
589
|
/** @internal */
|
|
586
|
-
export const
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
590
|
+
export const GetFirewallConfigSd$outboundSchema: z.ZodType<
|
|
591
|
+
GetFirewallConfigSd$Outbound,
|
|
592
|
+
z.ZodTypeDef,
|
|
593
|
+
GetFirewallConfigSd
|
|
594
|
+
> = z.object({
|
|
595
|
+
active: z.boolean(),
|
|
596
|
+
action:
|
|
597
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSdAction$outboundSchema,
|
|
598
|
+
});
|
|
592
599
|
|
|
593
600
|
/**
|
|
594
601
|
* @internal
|
|
595
602
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
596
603
|
*/
|
|
597
|
-
export namespace
|
|
598
|
-
/** @deprecated use `
|
|
599
|
-
export const inboundSchema =
|
|
600
|
-
/** @deprecated use `
|
|
601
|
-
export const outboundSchema =
|
|
602
|
-
/** @deprecated use `
|
|
603
|
-
export type Outbound =
|
|
604
|
+
export namespace GetFirewallConfigSd$ {
|
|
605
|
+
/** @deprecated use `GetFirewallConfigSd$inboundSchema` instead. */
|
|
606
|
+
export const inboundSchema = GetFirewallConfigSd$inboundSchema;
|
|
607
|
+
/** @deprecated use `GetFirewallConfigSd$outboundSchema` instead. */
|
|
608
|
+
export const outboundSchema = GetFirewallConfigSd$outboundSchema;
|
|
609
|
+
/** @deprecated use `GetFirewallConfigSd$Outbound` instead. */
|
|
610
|
+
export type Outbound = GetFirewallConfigSd$Outbound;
|
|
604
611
|
}
|
|
605
612
|
|
|
606
|
-
export function
|
|
607
|
-
|
|
613
|
+
export function getFirewallConfigSdToJSON(
|
|
614
|
+
getFirewallConfigSd: GetFirewallConfigSd,
|
|
615
|
+
): string {
|
|
616
|
+
return JSON.stringify(
|
|
617
|
+
GetFirewallConfigSd$outboundSchema.parse(getFirewallConfigSd),
|
|
618
|
+
);
|
|
608
619
|
}
|
|
609
620
|
|
|
610
|
-
export function
|
|
621
|
+
export function getFirewallConfigSdFromJSON(
|
|
611
622
|
jsonString: string,
|
|
612
|
-
): SafeParseResult<
|
|
623
|
+
): SafeParseResult<GetFirewallConfigSd, SDKValidationError> {
|
|
613
624
|
return safeParse(
|
|
614
625
|
jsonString,
|
|
615
|
-
(x) =>
|
|
616
|
-
`Failed to parse '
|
|
626
|
+
(x) => GetFirewallConfigSd$inboundSchema.parse(JSON.parse(x)),
|
|
627
|
+
`Failed to parse 'GetFirewallConfigSd' from JSON`,
|
|
617
628
|
);
|
|
618
629
|
}
|
|
619
630
|
|
|
@@ -646,50 +657,61 @@ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBody
|
|
|
646
657
|
}
|
|
647
658
|
|
|
648
659
|
/** @internal */
|
|
649
|
-
export const
|
|
660
|
+
export const GetFirewallConfigMa$inboundSchema: z.ZodType<
|
|
661
|
+
GetFirewallConfigMa,
|
|
662
|
+
z.ZodTypeDef,
|
|
663
|
+
unknown
|
|
664
|
+
> = z.object({
|
|
650
665
|
active: z.boolean(),
|
|
651
666
|
action:
|
|
652
667
|
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$inboundSchema,
|
|
653
668
|
});
|
|
654
669
|
|
|
655
670
|
/** @internal */
|
|
656
|
-
export type
|
|
671
|
+
export type GetFirewallConfigMa$Outbound = {
|
|
657
672
|
active: boolean;
|
|
658
673
|
action: string;
|
|
659
674
|
};
|
|
660
675
|
|
|
661
676
|
/** @internal */
|
|
662
|
-
export const
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
677
|
+
export const GetFirewallConfigMa$outboundSchema: z.ZodType<
|
|
678
|
+
GetFirewallConfigMa$Outbound,
|
|
679
|
+
z.ZodTypeDef,
|
|
680
|
+
GetFirewallConfigMa
|
|
681
|
+
> = z.object({
|
|
682
|
+
active: z.boolean(),
|
|
683
|
+
action:
|
|
684
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction$outboundSchema,
|
|
685
|
+
});
|
|
668
686
|
|
|
669
687
|
/**
|
|
670
688
|
* @internal
|
|
671
689
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
672
690
|
*/
|
|
673
|
-
export namespace
|
|
674
|
-
/** @deprecated use `
|
|
675
|
-
export const inboundSchema =
|
|
676
|
-
/** @deprecated use `
|
|
677
|
-
export const outboundSchema =
|
|
678
|
-
/** @deprecated use `
|
|
679
|
-
export type Outbound =
|
|
691
|
+
export namespace GetFirewallConfigMa$ {
|
|
692
|
+
/** @deprecated use `GetFirewallConfigMa$inboundSchema` instead. */
|
|
693
|
+
export const inboundSchema = GetFirewallConfigMa$inboundSchema;
|
|
694
|
+
/** @deprecated use `GetFirewallConfigMa$outboundSchema` instead. */
|
|
695
|
+
export const outboundSchema = GetFirewallConfigMa$outboundSchema;
|
|
696
|
+
/** @deprecated use `GetFirewallConfigMa$Outbound` instead. */
|
|
697
|
+
export type Outbound = GetFirewallConfigMa$Outbound;
|
|
680
698
|
}
|
|
681
699
|
|
|
682
|
-
export function
|
|
683
|
-
|
|
700
|
+
export function getFirewallConfigMaToJSON(
|
|
701
|
+
getFirewallConfigMa: GetFirewallConfigMa,
|
|
702
|
+
): string {
|
|
703
|
+
return JSON.stringify(
|
|
704
|
+
GetFirewallConfigMa$outboundSchema.parse(getFirewallConfigMa),
|
|
705
|
+
);
|
|
684
706
|
}
|
|
685
707
|
|
|
686
|
-
export function
|
|
708
|
+
export function getFirewallConfigMaFromJSON(
|
|
687
709
|
jsonString: string,
|
|
688
|
-
): SafeParseResult<
|
|
710
|
+
): SafeParseResult<GetFirewallConfigMa, SDKValidationError> {
|
|
689
711
|
return safeParse(
|
|
690
712
|
jsonString,
|
|
691
|
-
(x) =>
|
|
692
|
-
`Failed to parse '
|
|
713
|
+
(x) => GetFirewallConfigMa$inboundSchema.parse(JSON.parse(x)),
|
|
714
|
+
`Failed to parse 'GetFirewallConfigMa' from JSON`,
|
|
693
715
|
);
|
|
694
716
|
}
|
|
695
717
|
|
|
@@ -722,51 +744,61 @@ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBody
|
|
|
722
744
|
}
|
|
723
745
|
|
|
724
746
|
/** @internal */
|
|
725
|
-
export const
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
747
|
+
export const GetFirewallConfigLfi$inboundSchema: z.ZodType<
|
|
748
|
+
GetFirewallConfigLfi,
|
|
749
|
+
z.ZodTypeDef,
|
|
750
|
+
unknown
|
|
751
|
+
> = z.object({
|
|
752
|
+
active: z.boolean(),
|
|
753
|
+
action:
|
|
754
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsLfiAction$inboundSchema,
|
|
755
|
+
});
|
|
731
756
|
|
|
732
757
|
/** @internal */
|
|
733
|
-
export type
|
|
758
|
+
export type GetFirewallConfigLfi$Outbound = {
|
|
734
759
|
active: boolean;
|
|
735
760
|
action: string;
|
|
736
761
|
};
|
|
737
762
|
|
|
738
763
|
/** @internal */
|
|
739
|
-
export const
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
764
|
+
export const GetFirewallConfigLfi$outboundSchema: z.ZodType<
|
|
765
|
+
GetFirewallConfigLfi$Outbound,
|
|
766
|
+
z.ZodTypeDef,
|
|
767
|
+
GetFirewallConfigLfi
|
|
768
|
+
> = z.object({
|
|
769
|
+
active: z.boolean(),
|
|
770
|
+
action:
|
|
771
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsLfiAction$outboundSchema,
|
|
772
|
+
});
|
|
745
773
|
|
|
746
774
|
/**
|
|
747
775
|
* @internal
|
|
748
776
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
749
777
|
*/
|
|
750
|
-
export namespace
|
|
751
|
-
/** @deprecated use `
|
|
752
|
-
export const inboundSchema =
|
|
753
|
-
/** @deprecated use `
|
|
754
|
-
export const outboundSchema =
|
|
755
|
-
/** @deprecated use `
|
|
756
|
-
export type Outbound =
|
|
778
|
+
export namespace GetFirewallConfigLfi$ {
|
|
779
|
+
/** @deprecated use `GetFirewallConfigLfi$inboundSchema` instead. */
|
|
780
|
+
export const inboundSchema = GetFirewallConfigLfi$inboundSchema;
|
|
781
|
+
/** @deprecated use `GetFirewallConfigLfi$outboundSchema` instead. */
|
|
782
|
+
export const outboundSchema = GetFirewallConfigLfi$outboundSchema;
|
|
783
|
+
/** @deprecated use `GetFirewallConfigLfi$Outbound` instead. */
|
|
784
|
+
export type Outbound = GetFirewallConfigLfi$Outbound;
|
|
757
785
|
}
|
|
758
786
|
|
|
759
|
-
export function
|
|
760
|
-
|
|
787
|
+
export function getFirewallConfigLfiToJSON(
|
|
788
|
+
getFirewallConfigLfi: GetFirewallConfigLfi,
|
|
789
|
+
): string {
|
|
790
|
+
return JSON.stringify(
|
|
791
|
+
GetFirewallConfigLfi$outboundSchema.parse(getFirewallConfigLfi),
|
|
792
|
+
);
|
|
761
793
|
}
|
|
762
794
|
|
|
763
|
-
export function
|
|
795
|
+
export function getFirewallConfigLfiFromJSON(
|
|
764
796
|
jsonString: string,
|
|
765
|
-
): SafeParseResult<
|
|
797
|
+
): SafeParseResult<GetFirewallConfigLfi, SDKValidationError> {
|
|
766
798
|
return safeParse(
|
|
767
799
|
jsonString,
|
|
768
|
-
(x) =>
|
|
769
|
-
`Failed to parse '
|
|
800
|
+
(x) => GetFirewallConfigLfi$inboundSchema.parse(JSON.parse(x)),
|
|
801
|
+
`Failed to parse 'GetFirewallConfigLfi' from JSON`,
|
|
770
802
|
);
|
|
771
803
|
}
|
|
772
804
|
|
|
@@ -794,49 +826,59 @@ export namespace GetFirewallConfigSecurityResponse200Action$ {
|
|
|
794
826
|
}
|
|
795
827
|
|
|
796
828
|
/** @internal */
|
|
797
|
-
export const
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
829
|
+
export const GetFirewallConfigRfi$inboundSchema: z.ZodType<
|
|
830
|
+
GetFirewallConfigRfi,
|
|
831
|
+
z.ZodTypeDef,
|
|
832
|
+
unknown
|
|
833
|
+
> = z.object({
|
|
834
|
+
active: z.boolean(),
|
|
835
|
+
action: GetFirewallConfigSecurityResponse200Action$inboundSchema,
|
|
836
|
+
});
|
|
802
837
|
|
|
803
838
|
/** @internal */
|
|
804
|
-
export type
|
|
839
|
+
export type GetFirewallConfigRfi$Outbound = {
|
|
805
840
|
active: boolean;
|
|
806
841
|
action: string;
|
|
807
842
|
};
|
|
808
843
|
|
|
809
844
|
/** @internal */
|
|
810
|
-
export const
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
845
|
+
export const GetFirewallConfigRfi$outboundSchema: z.ZodType<
|
|
846
|
+
GetFirewallConfigRfi$Outbound,
|
|
847
|
+
z.ZodTypeDef,
|
|
848
|
+
GetFirewallConfigRfi
|
|
849
|
+
> = z.object({
|
|
850
|
+
active: z.boolean(),
|
|
851
|
+
action: GetFirewallConfigSecurityResponse200Action$outboundSchema,
|
|
852
|
+
});
|
|
815
853
|
|
|
816
854
|
/**
|
|
817
855
|
* @internal
|
|
818
856
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
819
857
|
*/
|
|
820
|
-
export namespace
|
|
821
|
-
/** @deprecated use `
|
|
822
|
-
export const inboundSchema =
|
|
823
|
-
/** @deprecated use `
|
|
824
|
-
export const outboundSchema =
|
|
825
|
-
/** @deprecated use `
|
|
826
|
-
export type Outbound =
|
|
858
|
+
export namespace GetFirewallConfigRfi$ {
|
|
859
|
+
/** @deprecated use `GetFirewallConfigRfi$inboundSchema` instead. */
|
|
860
|
+
export const inboundSchema = GetFirewallConfigRfi$inboundSchema;
|
|
861
|
+
/** @deprecated use `GetFirewallConfigRfi$outboundSchema` instead. */
|
|
862
|
+
export const outboundSchema = GetFirewallConfigRfi$outboundSchema;
|
|
863
|
+
/** @deprecated use `GetFirewallConfigRfi$Outbound` instead. */
|
|
864
|
+
export type Outbound = GetFirewallConfigRfi$Outbound;
|
|
827
865
|
}
|
|
828
866
|
|
|
829
|
-
export function
|
|
830
|
-
|
|
867
|
+
export function getFirewallConfigRfiToJSON(
|
|
868
|
+
getFirewallConfigRfi: GetFirewallConfigRfi,
|
|
869
|
+
): string {
|
|
870
|
+
return JSON.stringify(
|
|
871
|
+
GetFirewallConfigRfi$outboundSchema.parse(getFirewallConfigRfi),
|
|
872
|
+
);
|
|
831
873
|
}
|
|
832
874
|
|
|
833
|
-
export function
|
|
875
|
+
export function getFirewallConfigRfiFromJSON(
|
|
834
876
|
jsonString: string,
|
|
835
|
-
): SafeParseResult<
|
|
877
|
+
): SafeParseResult<GetFirewallConfigRfi, SDKValidationError> {
|
|
836
878
|
return safeParse(
|
|
837
879
|
jsonString,
|
|
838
|
-
(x) =>
|
|
839
|
-
`Failed to parse '
|
|
880
|
+
(x) => GetFirewallConfigRfi$inboundSchema.parse(JSON.parse(x)),
|
|
881
|
+
`Failed to parse 'GetFirewallConfigRfi' from JSON`,
|
|
840
882
|
);
|
|
841
883
|
}
|
|
842
884
|
|
|
@@ -866,51 +908,61 @@ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONAction$ {
|
|
|
866
908
|
}
|
|
867
909
|
|
|
868
910
|
/** @internal */
|
|
869
|
-
export const
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
911
|
+
export const GetFirewallConfigRce$inboundSchema: z.ZodType<
|
|
912
|
+
GetFirewallConfigRce,
|
|
913
|
+
z.ZodTypeDef,
|
|
914
|
+
unknown
|
|
915
|
+
> = z.object({
|
|
916
|
+
active: z.boolean(),
|
|
917
|
+
action:
|
|
918
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema,
|
|
919
|
+
});
|
|
875
920
|
|
|
876
921
|
/** @internal */
|
|
877
|
-
export type
|
|
922
|
+
export type GetFirewallConfigRce$Outbound = {
|
|
878
923
|
active: boolean;
|
|
879
924
|
action: string;
|
|
880
925
|
};
|
|
881
926
|
|
|
882
927
|
/** @internal */
|
|
883
|
-
export const
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
928
|
+
export const GetFirewallConfigRce$outboundSchema: z.ZodType<
|
|
929
|
+
GetFirewallConfigRce$Outbound,
|
|
930
|
+
z.ZodTypeDef,
|
|
931
|
+
GetFirewallConfigRce
|
|
932
|
+
> = z.object({
|
|
933
|
+
active: z.boolean(),
|
|
934
|
+
action:
|
|
935
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema,
|
|
936
|
+
});
|
|
889
937
|
|
|
890
938
|
/**
|
|
891
939
|
* @internal
|
|
892
940
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
893
941
|
*/
|
|
894
|
-
export namespace
|
|
895
|
-
/** @deprecated use `
|
|
896
|
-
export const inboundSchema =
|
|
897
|
-
/** @deprecated use `
|
|
898
|
-
export const outboundSchema =
|
|
899
|
-
/** @deprecated use `
|
|
900
|
-
export type Outbound =
|
|
942
|
+
export namespace GetFirewallConfigRce$ {
|
|
943
|
+
/** @deprecated use `GetFirewallConfigRce$inboundSchema` instead. */
|
|
944
|
+
export const inboundSchema = GetFirewallConfigRce$inboundSchema;
|
|
945
|
+
/** @deprecated use `GetFirewallConfigRce$outboundSchema` instead. */
|
|
946
|
+
export const outboundSchema = GetFirewallConfigRce$outboundSchema;
|
|
947
|
+
/** @deprecated use `GetFirewallConfigRce$Outbound` instead. */
|
|
948
|
+
export type Outbound = GetFirewallConfigRce$Outbound;
|
|
901
949
|
}
|
|
902
950
|
|
|
903
|
-
export function
|
|
904
|
-
|
|
951
|
+
export function getFirewallConfigRceToJSON(
|
|
952
|
+
getFirewallConfigRce: GetFirewallConfigRce,
|
|
953
|
+
): string {
|
|
954
|
+
return JSON.stringify(
|
|
955
|
+
GetFirewallConfigRce$outboundSchema.parse(getFirewallConfigRce),
|
|
956
|
+
);
|
|
905
957
|
}
|
|
906
958
|
|
|
907
|
-
export function
|
|
959
|
+
export function getFirewallConfigRceFromJSON(
|
|
908
960
|
jsonString: string,
|
|
909
|
-
): SafeParseResult<
|
|
961
|
+
): SafeParseResult<GetFirewallConfigRce, SDKValidationError> {
|
|
910
962
|
return safeParse(
|
|
911
963
|
jsonString,
|
|
912
|
-
(x) =>
|
|
913
|
-
`Failed to parse '
|
|
964
|
+
(x) => GetFirewallConfigRce$inboundSchema.parse(JSON.parse(x)),
|
|
965
|
+
`Failed to parse 'GetFirewallConfigRce' from JSON`,
|
|
914
966
|
);
|
|
915
967
|
}
|
|
916
968
|
|
|
@@ -943,51 +995,61 @@ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBody
|
|
|
943
995
|
}
|
|
944
996
|
|
|
945
997
|
/** @internal */
|
|
946
|
-
export const
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
998
|
+
export const GetFirewallConfigPhp$inboundSchema: z.ZodType<
|
|
999
|
+
GetFirewallConfigPhp,
|
|
1000
|
+
z.ZodTypeDef,
|
|
1001
|
+
unknown
|
|
1002
|
+
> = z.object({
|
|
1003
|
+
active: z.boolean(),
|
|
1004
|
+
action:
|
|
1005
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema,
|
|
1006
|
+
});
|
|
952
1007
|
|
|
953
1008
|
/** @internal */
|
|
954
|
-
export type
|
|
1009
|
+
export type GetFirewallConfigPhp$Outbound = {
|
|
955
1010
|
active: boolean;
|
|
956
1011
|
action: string;
|
|
957
1012
|
};
|
|
958
1013
|
|
|
959
1014
|
/** @internal */
|
|
960
|
-
export const
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
1015
|
+
export const GetFirewallConfigPhp$outboundSchema: z.ZodType<
|
|
1016
|
+
GetFirewallConfigPhp$Outbound,
|
|
1017
|
+
z.ZodTypeDef,
|
|
1018
|
+
GetFirewallConfigPhp
|
|
1019
|
+
> = z.object({
|
|
1020
|
+
active: z.boolean(),
|
|
1021
|
+
action:
|
|
1022
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema,
|
|
1023
|
+
});
|
|
966
1024
|
|
|
967
1025
|
/**
|
|
968
1026
|
* @internal
|
|
969
1027
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
970
1028
|
*/
|
|
971
|
-
export namespace
|
|
972
|
-
/** @deprecated use `
|
|
973
|
-
export const inboundSchema =
|
|
974
|
-
/** @deprecated use `
|
|
975
|
-
export const outboundSchema =
|
|
976
|
-
/** @deprecated use `
|
|
977
|
-
export type Outbound =
|
|
1029
|
+
export namespace GetFirewallConfigPhp$ {
|
|
1030
|
+
/** @deprecated use `GetFirewallConfigPhp$inboundSchema` instead. */
|
|
1031
|
+
export const inboundSchema = GetFirewallConfigPhp$inboundSchema;
|
|
1032
|
+
/** @deprecated use `GetFirewallConfigPhp$outboundSchema` instead. */
|
|
1033
|
+
export const outboundSchema = GetFirewallConfigPhp$outboundSchema;
|
|
1034
|
+
/** @deprecated use `GetFirewallConfigPhp$Outbound` instead. */
|
|
1035
|
+
export type Outbound = GetFirewallConfigPhp$Outbound;
|
|
978
1036
|
}
|
|
979
1037
|
|
|
980
|
-
export function
|
|
981
|
-
|
|
1038
|
+
export function getFirewallConfigPhpToJSON(
|
|
1039
|
+
getFirewallConfigPhp: GetFirewallConfigPhp,
|
|
1040
|
+
): string {
|
|
1041
|
+
return JSON.stringify(
|
|
1042
|
+
GetFirewallConfigPhp$outboundSchema.parse(getFirewallConfigPhp),
|
|
1043
|
+
);
|
|
982
1044
|
}
|
|
983
1045
|
|
|
984
|
-
export function
|
|
1046
|
+
export function getFirewallConfigPhpFromJSON(
|
|
985
1047
|
jsonString: string,
|
|
986
|
-
): SafeParseResult<
|
|
1048
|
+
): SafeParseResult<GetFirewallConfigPhp, SDKValidationError> {
|
|
987
1049
|
return safeParse(
|
|
988
1050
|
jsonString,
|
|
989
|
-
(x) =>
|
|
990
|
-
`Failed to parse '
|
|
1051
|
+
(x) => GetFirewallConfigPhp$inboundSchema.parse(JSON.parse(x)),
|
|
1052
|
+
`Failed to parse 'GetFirewallConfigPhp' from JSON`,
|
|
991
1053
|
);
|
|
992
1054
|
}
|
|
993
1055
|
|
|
@@ -1020,51 +1082,61 @@ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBody
|
|
|
1020
1082
|
}
|
|
1021
1083
|
|
|
1022
1084
|
/** @internal */
|
|
1023
|
-
export const
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1085
|
+
export const GetFirewallConfigGen$inboundSchema: z.ZodType<
|
|
1086
|
+
GetFirewallConfigGen,
|
|
1087
|
+
z.ZodTypeDef,
|
|
1088
|
+
unknown
|
|
1089
|
+
> = z.object({
|
|
1090
|
+
active: z.boolean(),
|
|
1091
|
+
action:
|
|
1092
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$inboundSchema,
|
|
1093
|
+
});
|
|
1029
1094
|
|
|
1030
1095
|
/** @internal */
|
|
1031
|
-
export type
|
|
1096
|
+
export type GetFirewallConfigGen$Outbound = {
|
|
1032
1097
|
active: boolean;
|
|
1033
1098
|
action: string;
|
|
1034
1099
|
};
|
|
1035
1100
|
|
|
1036
1101
|
/** @internal */
|
|
1037
|
-
export const
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1102
|
+
export const GetFirewallConfigGen$outboundSchema: z.ZodType<
|
|
1103
|
+
GetFirewallConfigGen$Outbound,
|
|
1104
|
+
z.ZodTypeDef,
|
|
1105
|
+
GetFirewallConfigGen
|
|
1106
|
+
> = z.object({
|
|
1107
|
+
active: z.boolean(),
|
|
1108
|
+
action:
|
|
1109
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsAction$outboundSchema,
|
|
1110
|
+
});
|
|
1043
1111
|
|
|
1044
1112
|
/**
|
|
1045
1113
|
* @internal
|
|
1046
1114
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1047
1115
|
*/
|
|
1048
|
-
export namespace
|
|
1049
|
-
/** @deprecated use `
|
|
1050
|
-
export const inboundSchema =
|
|
1051
|
-
/** @deprecated use `
|
|
1052
|
-
export const outboundSchema =
|
|
1053
|
-
/** @deprecated use `
|
|
1054
|
-
export type Outbound =
|
|
1116
|
+
export namespace GetFirewallConfigGen$ {
|
|
1117
|
+
/** @deprecated use `GetFirewallConfigGen$inboundSchema` instead. */
|
|
1118
|
+
export const inboundSchema = GetFirewallConfigGen$inboundSchema;
|
|
1119
|
+
/** @deprecated use `GetFirewallConfigGen$outboundSchema` instead. */
|
|
1120
|
+
export const outboundSchema = GetFirewallConfigGen$outboundSchema;
|
|
1121
|
+
/** @deprecated use `GetFirewallConfigGen$Outbound` instead. */
|
|
1122
|
+
export type Outbound = GetFirewallConfigGen$Outbound;
|
|
1055
1123
|
}
|
|
1056
1124
|
|
|
1057
|
-
export function
|
|
1058
|
-
|
|
1125
|
+
export function getFirewallConfigGenToJSON(
|
|
1126
|
+
getFirewallConfigGen: GetFirewallConfigGen,
|
|
1127
|
+
): string {
|
|
1128
|
+
return JSON.stringify(
|
|
1129
|
+
GetFirewallConfigGen$outboundSchema.parse(getFirewallConfigGen),
|
|
1130
|
+
);
|
|
1059
1131
|
}
|
|
1060
1132
|
|
|
1061
|
-
export function
|
|
1133
|
+
export function getFirewallConfigGenFromJSON(
|
|
1062
1134
|
jsonString: string,
|
|
1063
|
-
): SafeParseResult<
|
|
1135
|
+
): SafeParseResult<GetFirewallConfigGen, SDKValidationError> {
|
|
1064
1136
|
return safeParse(
|
|
1065
1137
|
jsonString,
|
|
1066
|
-
(x) =>
|
|
1067
|
-
`Failed to parse '
|
|
1138
|
+
(x) => GetFirewallConfigGen$inboundSchema.parse(JSON.parse(x)),
|
|
1139
|
+
`Failed to parse 'GetFirewallConfigGen' from JSON`,
|
|
1068
1140
|
);
|
|
1069
1141
|
}
|
|
1070
1142
|
|
|
@@ -1097,51 +1169,61 @@ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBody
|
|
|
1097
1169
|
}
|
|
1098
1170
|
|
|
1099
1171
|
/** @internal */
|
|
1100
|
-
export const
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1172
|
+
export const GetFirewallConfigXss$inboundSchema: z.ZodType<
|
|
1173
|
+
GetFirewallConfigXss,
|
|
1174
|
+
z.ZodTypeDef,
|
|
1175
|
+
unknown
|
|
1176
|
+
> = z.object({
|
|
1177
|
+
active: z.boolean(),
|
|
1178
|
+
action:
|
|
1179
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$inboundSchema,
|
|
1180
|
+
});
|
|
1106
1181
|
|
|
1107
1182
|
/** @internal */
|
|
1108
|
-
export type
|
|
1183
|
+
export type GetFirewallConfigXss$Outbound = {
|
|
1109
1184
|
active: boolean;
|
|
1110
1185
|
action: string;
|
|
1111
1186
|
};
|
|
1112
1187
|
|
|
1113
1188
|
/** @internal */
|
|
1114
|
-
export const
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1189
|
+
export const GetFirewallConfigXss$outboundSchema: z.ZodType<
|
|
1190
|
+
GetFirewallConfigXss$Outbound,
|
|
1191
|
+
z.ZodTypeDef,
|
|
1192
|
+
GetFirewallConfigXss
|
|
1193
|
+
> = z.object({
|
|
1194
|
+
active: z.boolean(),
|
|
1195
|
+
action:
|
|
1196
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsXssAction$outboundSchema,
|
|
1197
|
+
});
|
|
1120
1198
|
|
|
1121
1199
|
/**
|
|
1122
1200
|
* @internal
|
|
1123
1201
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1124
1202
|
*/
|
|
1125
|
-
export namespace
|
|
1126
|
-
/** @deprecated use `
|
|
1127
|
-
export const inboundSchema =
|
|
1128
|
-
/** @deprecated use `
|
|
1129
|
-
export const outboundSchema =
|
|
1130
|
-
/** @deprecated use `
|
|
1131
|
-
export type Outbound =
|
|
1203
|
+
export namespace GetFirewallConfigXss$ {
|
|
1204
|
+
/** @deprecated use `GetFirewallConfigXss$inboundSchema` instead. */
|
|
1205
|
+
export const inboundSchema = GetFirewallConfigXss$inboundSchema;
|
|
1206
|
+
/** @deprecated use `GetFirewallConfigXss$outboundSchema` instead. */
|
|
1207
|
+
export const outboundSchema = GetFirewallConfigXss$outboundSchema;
|
|
1208
|
+
/** @deprecated use `GetFirewallConfigXss$Outbound` instead. */
|
|
1209
|
+
export type Outbound = GetFirewallConfigXss$Outbound;
|
|
1132
1210
|
}
|
|
1133
1211
|
|
|
1134
|
-
export function
|
|
1135
|
-
|
|
1212
|
+
export function getFirewallConfigXssToJSON(
|
|
1213
|
+
getFirewallConfigXss: GetFirewallConfigXss,
|
|
1214
|
+
): string {
|
|
1215
|
+
return JSON.stringify(
|
|
1216
|
+
GetFirewallConfigXss$outboundSchema.parse(getFirewallConfigXss),
|
|
1217
|
+
);
|
|
1136
1218
|
}
|
|
1137
1219
|
|
|
1138
|
-
export function
|
|
1220
|
+
export function getFirewallConfigXssFromJSON(
|
|
1139
1221
|
jsonString: string,
|
|
1140
|
-
): SafeParseResult<
|
|
1222
|
+
): SafeParseResult<GetFirewallConfigXss, SDKValidationError> {
|
|
1141
1223
|
return safeParse(
|
|
1142
1224
|
jsonString,
|
|
1143
|
-
(x) =>
|
|
1144
|
-
`Failed to parse '
|
|
1225
|
+
(x) => GetFirewallConfigXss$inboundSchema.parse(JSON.parse(x)),
|
|
1226
|
+
`Failed to parse 'GetFirewallConfigXss' from JSON`,
|
|
1145
1227
|
);
|
|
1146
1228
|
}
|
|
1147
1229
|
|
|
@@ -1174,51 +1256,61 @@ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBody
|
|
|
1174
1256
|
}
|
|
1175
1257
|
|
|
1176
1258
|
/** @internal */
|
|
1177
|
-
export const
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1259
|
+
export const GetFirewallConfigSqli$inboundSchema: z.ZodType<
|
|
1260
|
+
GetFirewallConfigSqli,
|
|
1261
|
+
z.ZodTypeDef,
|
|
1262
|
+
unknown
|
|
1263
|
+
> = z.object({
|
|
1264
|
+
active: z.boolean(),
|
|
1265
|
+
action:
|
|
1266
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$inboundSchema,
|
|
1267
|
+
});
|
|
1183
1268
|
|
|
1184
1269
|
/** @internal */
|
|
1185
|
-
export type
|
|
1270
|
+
export type GetFirewallConfigSqli$Outbound = {
|
|
1186
1271
|
active: boolean;
|
|
1187
1272
|
action: string;
|
|
1188
1273
|
};
|
|
1189
1274
|
|
|
1190
1275
|
/** @internal */
|
|
1191
|
-
export const
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1276
|
+
export const GetFirewallConfigSqli$outboundSchema: z.ZodType<
|
|
1277
|
+
GetFirewallConfigSqli$Outbound,
|
|
1278
|
+
z.ZodTypeDef,
|
|
1279
|
+
GetFirewallConfigSqli
|
|
1280
|
+
> = z.object({
|
|
1281
|
+
active: z.boolean(),
|
|
1282
|
+
action:
|
|
1283
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction$outboundSchema,
|
|
1284
|
+
});
|
|
1197
1285
|
|
|
1198
1286
|
/**
|
|
1199
1287
|
* @internal
|
|
1200
1288
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1201
1289
|
*/
|
|
1202
|
-
export namespace
|
|
1203
|
-
/** @deprecated use `
|
|
1204
|
-
export const inboundSchema =
|
|
1205
|
-
/** @deprecated use `
|
|
1206
|
-
export const outboundSchema =
|
|
1207
|
-
/** @deprecated use `
|
|
1208
|
-
export type Outbound =
|
|
1290
|
+
export namespace GetFirewallConfigSqli$ {
|
|
1291
|
+
/** @deprecated use `GetFirewallConfigSqli$inboundSchema` instead. */
|
|
1292
|
+
export const inboundSchema = GetFirewallConfigSqli$inboundSchema;
|
|
1293
|
+
/** @deprecated use `GetFirewallConfigSqli$outboundSchema` instead. */
|
|
1294
|
+
export const outboundSchema = GetFirewallConfigSqli$outboundSchema;
|
|
1295
|
+
/** @deprecated use `GetFirewallConfigSqli$Outbound` instead. */
|
|
1296
|
+
export type Outbound = GetFirewallConfigSqli$Outbound;
|
|
1209
1297
|
}
|
|
1210
1298
|
|
|
1211
|
-
export function
|
|
1212
|
-
|
|
1299
|
+
export function getFirewallConfigSqliToJSON(
|
|
1300
|
+
getFirewallConfigSqli: GetFirewallConfigSqli,
|
|
1301
|
+
): string {
|
|
1302
|
+
return JSON.stringify(
|
|
1303
|
+
GetFirewallConfigSqli$outboundSchema.parse(getFirewallConfigSqli),
|
|
1304
|
+
);
|
|
1213
1305
|
}
|
|
1214
1306
|
|
|
1215
|
-
export function
|
|
1307
|
+
export function getFirewallConfigSqliFromJSON(
|
|
1216
1308
|
jsonString: string,
|
|
1217
|
-
): SafeParseResult<
|
|
1309
|
+
): SafeParseResult<GetFirewallConfigSqli, SDKValidationError> {
|
|
1218
1310
|
return safeParse(
|
|
1219
1311
|
jsonString,
|
|
1220
|
-
(x) =>
|
|
1221
|
-
`Failed to parse '
|
|
1312
|
+
(x) => GetFirewallConfigSqli$inboundSchema.parse(JSON.parse(x)),
|
|
1313
|
+
`Failed to parse 'GetFirewallConfigSqli' from JSON`,
|
|
1222
1314
|
);
|
|
1223
1315
|
}
|
|
1224
1316
|
|
|
@@ -1251,50 +1343,61 @@ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBody
|
|
|
1251
1343
|
}
|
|
1252
1344
|
|
|
1253
1345
|
/** @internal */
|
|
1254
|
-
export const
|
|
1346
|
+
export const GetFirewallConfigSf$inboundSchema: z.ZodType<
|
|
1347
|
+
GetFirewallConfigSf,
|
|
1348
|
+
z.ZodTypeDef,
|
|
1349
|
+
unknown
|
|
1350
|
+
> = z.object({
|
|
1255
1351
|
active: z.boolean(),
|
|
1256
1352
|
action:
|
|
1257
1353
|
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$inboundSchema,
|
|
1258
1354
|
});
|
|
1259
1355
|
|
|
1260
1356
|
/** @internal */
|
|
1261
|
-
export type
|
|
1357
|
+
export type GetFirewallConfigSf$Outbound = {
|
|
1262
1358
|
active: boolean;
|
|
1263
1359
|
action: string;
|
|
1264
1360
|
};
|
|
1265
1361
|
|
|
1266
1362
|
/** @internal */
|
|
1267
|
-
export const
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1363
|
+
export const GetFirewallConfigSf$outboundSchema: z.ZodType<
|
|
1364
|
+
GetFirewallConfigSf$Outbound,
|
|
1365
|
+
z.ZodTypeDef,
|
|
1366
|
+
GetFirewallConfigSf
|
|
1367
|
+
> = z.object({
|
|
1368
|
+
active: z.boolean(),
|
|
1369
|
+
action:
|
|
1370
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSfAction$outboundSchema,
|
|
1371
|
+
});
|
|
1273
1372
|
|
|
1274
1373
|
/**
|
|
1275
1374
|
* @internal
|
|
1276
1375
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1277
1376
|
*/
|
|
1278
|
-
export namespace
|
|
1279
|
-
/** @deprecated use `
|
|
1280
|
-
export const inboundSchema =
|
|
1281
|
-
/** @deprecated use `
|
|
1282
|
-
export const outboundSchema =
|
|
1283
|
-
/** @deprecated use `
|
|
1284
|
-
export type Outbound =
|
|
1377
|
+
export namespace GetFirewallConfigSf$ {
|
|
1378
|
+
/** @deprecated use `GetFirewallConfigSf$inboundSchema` instead. */
|
|
1379
|
+
export const inboundSchema = GetFirewallConfigSf$inboundSchema;
|
|
1380
|
+
/** @deprecated use `GetFirewallConfigSf$outboundSchema` instead. */
|
|
1381
|
+
export const outboundSchema = GetFirewallConfigSf$outboundSchema;
|
|
1382
|
+
/** @deprecated use `GetFirewallConfigSf$Outbound` instead. */
|
|
1383
|
+
export type Outbound = GetFirewallConfigSf$Outbound;
|
|
1285
1384
|
}
|
|
1286
1385
|
|
|
1287
|
-
export function
|
|
1288
|
-
|
|
1386
|
+
export function getFirewallConfigSfToJSON(
|
|
1387
|
+
getFirewallConfigSf: GetFirewallConfigSf,
|
|
1388
|
+
): string {
|
|
1389
|
+
return JSON.stringify(
|
|
1390
|
+
GetFirewallConfigSf$outboundSchema.parse(getFirewallConfigSf),
|
|
1391
|
+
);
|
|
1289
1392
|
}
|
|
1290
1393
|
|
|
1291
|
-
export function
|
|
1394
|
+
export function getFirewallConfigSfFromJSON(
|
|
1292
1395
|
jsonString: string,
|
|
1293
|
-
): SafeParseResult<
|
|
1396
|
+
): SafeParseResult<GetFirewallConfigSf, SDKValidationError> {
|
|
1294
1397
|
return safeParse(
|
|
1295
1398
|
jsonString,
|
|
1296
|
-
(x) =>
|
|
1297
|
-
`Failed to parse '
|
|
1399
|
+
(x) => GetFirewallConfigSf$inboundSchema.parse(JSON.parse(x)),
|
|
1400
|
+
`Failed to parse 'GetFirewallConfigSf' from JSON`,
|
|
1298
1401
|
);
|
|
1299
1402
|
}
|
|
1300
1403
|
|
|
@@ -1327,125 +1430,145 @@ export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBody
|
|
|
1327
1430
|
}
|
|
1328
1431
|
|
|
1329
1432
|
/** @internal */
|
|
1330
|
-
export const
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1433
|
+
export const GetFirewallConfigJava$inboundSchema: z.ZodType<
|
|
1434
|
+
GetFirewallConfigJava,
|
|
1435
|
+
z.ZodTypeDef,
|
|
1436
|
+
unknown
|
|
1437
|
+
> = z.object({
|
|
1438
|
+
active: z.boolean(),
|
|
1439
|
+
action:
|
|
1440
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$inboundSchema,
|
|
1441
|
+
});
|
|
1336
1442
|
|
|
1337
1443
|
/** @internal */
|
|
1338
|
-
export type
|
|
1444
|
+
export type GetFirewallConfigJava$Outbound = {
|
|
1339
1445
|
active: boolean;
|
|
1340
1446
|
action: string;
|
|
1341
1447
|
};
|
|
1342
1448
|
|
|
1343
1449
|
/** @internal */
|
|
1344
|
-
export const
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1450
|
+
export const GetFirewallConfigJava$outboundSchema: z.ZodType<
|
|
1451
|
+
GetFirewallConfigJava$Outbound,
|
|
1452
|
+
z.ZodTypeDef,
|
|
1453
|
+
GetFirewallConfigJava
|
|
1454
|
+
> = z.object({
|
|
1455
|
+
active: z.boolean(),
|
|
1456
|
+
action:
|
|
1457
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsJavaAction$outboundSchema,
|
|
1458
|
+
});
|
|
1350
1459
|
|
|
1351
1460
|
/**
|
|
1352
1461
|
* @internal
|
|
1353
1462
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1354
1463
|
*/
|
|
1355
|
-
export namespace
|
|
1356
|
-
/** @deprecated use `
|
|
1357
|
-
export const inboundSchema =
|
|
1358
|
-
/** @deprecated use `
|
|
1359
|
-
export const outboundSchema =
|
|
1360
|
-
/** @deprecated use `
|
|
1361
|
-
export type Outbound =
|
|
1464
|
+
export namespace GetFirewallConfigJava$ {
|
|
1465
|
+
/** @deprecated use `GetFirewallConfigJava$inboundSchema` instead. */
|
|
1466
|
+
export const inboundSchema = GetFirewallConfigJava$inboundSchema;
|
|
1467
|
+
/** @deprecated use `GetFirewallConfigJava$outboundSchema` instead. */
|
|
1468
|
+
export const outboundSchema = GetFirewallConfigJava$outboundSchema;
|
|
1469
|
+
/** @deprecated use `GetFirewallConfigJava$Outbound` instead. */
|
|
1470
|
+
export type Outbound = GetFirewallConfigJava$Outbound;
|
|
1362
1471
|
}
|
|
1363
1472
|
|
|
1364
|
-
export function
|
|
1365
|
-
|
|
1473
|
+
export function getFirewallConfigJavaToJSON(
|
|
1474
|
+
getFirewallConfigJava: GetFirewallConfigJava,
|
|
1475
|
+
): string {
|
|
1476
|
+
return JSON.stringify(
|
|
1477
|
+
GetFirewallConfigJava$outboundSchema.parse(getFirewallConfigJava),
|
|
1478
|
+
);
|
|
1366
1479
|
}
|
|
1367
1480
|
|
|
1368
|
-
export function
|
|
1481
|
+
export function getFirewallConfigJavaFromJSON(
|
|
1369
1482
|
jsonString: string,
|
|
1370
|
-
): SafeParseResult<
|
|
1483
|
+
): SafeParseResult<GetFirewallConfigJava, SDKValidationError> {
|
|
1371
1484
|
return safeParse(
|
|
1372
1485
|
jsonString,
|
|
1373
|
-
(x) =>
|
|
1374
|
-
`Failed to parse '
|
|
1486
|
+
(x) => GetFirewallConfigJava$inboundSchema.parse(JSON.parse(x)),
|
|
1487
|
+
`Failed to parse 'GetFirewallConfigJava' from JSON`,
|
|
1375
1488
|
);
|
|
1376
1489
|
}
|
|
1377
1490
|
|
|
1378
1491
|
/** @internal */
|
|
1379
|
-
export const
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1492
|
+
export const GetFirewallConfigCrs$inboundSchema: z.ZodType<
|
|
1493
|
+
GetFirewallConfigCrs,
|
|
1494
|
+
z.ZodTypeDef,
|
|
1495
|
+
unknown
|
|
1496
|
+
> = z.object({
|
|
1497
|
+
sd: z.lazy(() => GetFirewallConfigSd$inboundSchema),
|
|
1498
|
+
ma: z.lazy(() => GetFirewallConfigMa$inboundSchema),
|
|
1499
|
+
lfi: z.lazy(() => GetFirewallConfigLfi$inboundSchema),
|
|
1500
|
+
rfi: z.lazy(() => GetFirewallConfigRfi$inboundSchema),
|
|
1501
|
+
rce: z.lazy(() => GetFirewallConfigRce$inboundSchema),
|
|
1502
|
+
php: z.lazy(() => GetFirewallConfigPhp$inboundSchema),
|
|
1503
|
+
gen: z.lazy(() => GetFirewallConfigGen$inboundSchema),
|
|
1504
|
+
xss: z.lazy(() => GetFirewallConfigXss$inboundSchema),
|
|
1505
|
+
sqli: z.lazy(() => GetFirewallConfigSqli$inboundSchema),
|
|
1506
|
+
sf: z.lazy(() => GetFirewallConfigSf$inboundSchema),
|
|
1507
|
+
java: z.lazy(() => GetFirewallConfigJava$inboundSchema),
|
|
1508
|
+
});
|
|
1509
|
+
|
|
1510
|
+
/** @internal */
|
|
1511
|
+
export type GetFirewallConfigCrs$Outbound = {
|
|
1512
|
+
sd: GetFirewallConfigSd$Outbound;
|
|
1513
|
+
ma: GetFirewallConfigMa$Outbound;
|
|
1514
|
+
lfi: GetFirewallConfigLfi$Outbound;
|
|
1515
|
+
rfi: GetFirewallConfigRfi$Outbound;
|
|
1516
|
+
rce: GetFirewallConfigRce$Outbound;
|
|
1517
|
+
php: GetFirewallConfigPhp$Outbound;
|
|
1518
|
+
gen: GetFirewallConfigGen$Outbound;
|
|
1519
|
+
xss: GetFirewallConfigXss$Outbound;
|
|
1520
|
+
sqli: GetFirewallConfigSqli$Outbound;
|
|
1521
|
+
sf: GetFirewallConfigSf$Outbound;
|
|
1522
|
+
java: GetFirewallConfigJava$Outbound;
|
|
1407
1523
|
};
|
|
1408
1524
|
|
|
1409
1525
|
/** @internal */
|
|
1410
|
-
export const
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1526
|
+
export const GetFirewallConfigCrs$outboundSchema: z.ZodType<
|
|
1527
|
+
GetFirewallConfigCrs$Outbound,
|
|
1528
|
+
z.ZodTypeDef,
|
|
1529
|
+
GetFirewallConfigCrs
|
|
1530
|
+
> = z.object({
|
|
1531
|
+
sd: z.lazy(() => GetFirewallConfigSd$outboundSchema),
|
|
1532
|
+
ma: z.lazy(() => GetFirewallConfigMa$outboundSchema),
|
|
1533
|
+
lfi: z.lazy(() => GetFirewallConfigLfi$outboundSchema),
|
|
1534
|
+
rfi: z.lazy(() => GetFirewallConfigRfi$outboundSchema),
|
|
1535
|
+
rce: z.lazy(() => GetFirewallConfigRce$outboundSchema),
|
|
1536
|
+
php: z.lazy(() => GetFirewallConfigPhp$outboundSchema),
|
|
1537
|
+
gen: z.lazy(() => GetFirewallConfigGen$outboundSchema),
|
|
1538
|
+
xss: z.lazy(() => GetFirewallConfigXss$outboundSchema),
|
|
1539
|
+
sqli: z.lazy(() => GetFirewallConfigSqli$outboundSchema),
|
|
1540
|
+
sf: z.lazy(() => GetFirewallConfigSf$outboundSchema),
|
|
1541
|
+
java: z.lazy(() => GetFirewallConfigJava$outboundSchema),
|
|
1542
|
+
});
|
|
1424
1543
|
|
|
1425
1544
|
/**
|
|
1426
1545
|
* @internal
|
|
1427
1546
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1428
1547
|
*/
|
|
1429
|
-
export namespace
|
|
1430
|
-
/** @deprecated use `
|
|
1431
|
-
export const inboundSchema =
|
|
1432
|
-
/** @deprecated use `
|
|
1433
|
-
export const outboundSchema =
|
|
1434
|
-
/** @deprecated use `
|
|
1435
|
-
export type Outbound =
|
|
1548
|
+
export namespace GetFirewallConfigCrs$ {
|
|
1549
|
+
/** @deprecated use `GetFirewallConfigCrs$inboundSchema` instead. */
|
|
1550
|
+
export const inboundSchema = GetFirewallConfigCrs$inboundSchema;
|
|
1551
|
+
/** @deprecated use `GetFirewallConfigCrs$outboundSchema` instead. */
|
|
1552
|
+
export const outboundSchema = GetFirewallConfigCrs$outboundSchema;
|
|
1553
|
+
/** @deprecated use `GetFirewallConfigCrs$Outbound` instead. */
|
|
1554
|
+
export type Outbound = GetFirewallConfigCrs$Outbound;
|
|
1436
1555
|
}
|
|
1437
1556
|
|
|
1438
|
-
export function
|
|
1439
|
-
|
|
1557
|
+
export function getFirewallConfigCrsToJSON(
|
|
1558
|
+
getFirewallConfigCrs: GetFirewallConfigCrs,
|
|
1559
|
+
): string {
|
|
1560
|
+
return JSON.stringify(
|
|
1561
|
+
GetFirewallConfigCrs$outboundSchema.parse(getFirewallConfigCrs),
|
|
1562
|
+
);
|
|
1440
1563
|
}
|
|
1441
1564
|
|
|
1442
|
-
export function
|
|
1565
|
+
export function getFirewallConfigCrsFromJSON(
|
|
1443
1566
|
jsonString: string,
|
|
1444
|
-
): SafeParseResult<
|
|
1567
|
+
): SafeParseResult<GetFirewallConfigCrs, SDKValidationError> {
|
|
1445
1568
|
return safeParse(
|
|
1446
1569
|
jsonString,
|
|
1447
|
-
(x) =>
|
|
1448
|
-
`Failed to parse '
|
|
1570
|
+
(x) => GetFirewallConfigCrs$inboundSchema.parse(JSON.parse(x)),
|
|
1571
|
+
`Failed to parse 'GetFirewallConfigCrs' from JSON`,
|
|
1449
1572
|
);
|
|
1450
1573
|
}
|
|
1451
1574
|
|
|
@@ -2088,17 +2211,20 @@ export namespace GetFirewallConfigSecurityAction$ {
|
|
|
2088
2211
|
}
|
|
2089
2212
|
|
|
2090
2213
|
/** @internal */
|
|
2091
|
-
export const
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2214
|
+
export const GetFirewallConfigIps$inboundSchema: z.ZodType<
|
|
2215
|
+
GetFirewallConfigIps,
|
|
2216
|
+
z.ZodTypeDef,
|
|
2217
|
+
unknown
|
|
2218
|
+
> = z.object({
|
|
2219
|
+
id: z.string(),
|
|
2220
|
+
hostname: z.string(),
|
|
2221
|
+
ip: z.string(),
|
|
2222
|
+
notes: z.string().optional(),
|
|
2223
|
+
action: GetFirewallConfigSecurityAction$inboundSchema,
|
|
2224
|
+
});
|
|
2099
2225
|
|
|
2100
2226
|
/** @internal */
|
|
2101
|
-
export type
|
|
2227
|
+
export type GetFirewallConfigIps$Outbound = {
|
|
2102
2228
|
id: string;
|
|
2103
2229
|
hostname: string;
|
|
2104
2230
|
ip: string;
|
|
@@ -2107,39 +2233,46 @@ export type Ips$Outbound = {
|
|
|
2107
2233
|
};
|
|
2108
2234
|
|
|
2109
2235
|
/** @internal */
|
|
2110
|
-
export const
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2236
|
+
export const GetFirewallConfigIps$outboundSchema: z.ZodType<
|
|
2237
|
+
GetFirewallConfigIps$Outbound,
|
|
2238
|
+
z.ZodTypeDef,
|
|
2239
|
+
GetFirewallConfigIps
|
|
2240
|
+
> = z.object({
|
|
2241
|
+
id: z.string(),
|
|
2242
|
+
hostname: z.string(),
|
|
2243
|
+
ip: z.string(),
|
|
2244
|
+
notes: z.string().optional(),
|
|
2245
|
+
action: GetFirewallConfigSecurityAction$outboundSchema,
|
|
2246
|
+
});
|
|
2118
2247
|
|
|
2119
2248
|
/**
|
|
2120
2249
|
* @internal
|
|
2121
2250
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2122
2251
|
*/
|
|
2123
|
-
export namespace
|
|
2124
|
-
/** @deprecated use `
|
|
2125
|
-
export const inboundSchema =
|
|
2126
|
-
/** @deprecated use `
|
|
2127
|
-
export const outboundSchema =
|
|
2128
|
-
/** @deprecated use `
|
|
2129
|
-
export type Outbound =
|
|
2252
|
+
export namespace GetFirewallConfigIps$ {
|
|
2253
|
+
/** @deprecated use `GetFirewallConfigIps$inboundSchema` instead. */
|
|
2254
|
+
export const inboundSchema = GetFirewallConfigIps$inboundSchema;
|
|
2255
|
+
/** @deprecated use `GetFirewallConfigIps$outboundSchema` instead. */
|
|
2256
|
+
export const outboundSchema = GetFirewallConfigIps$outboundSchema;
|
|
2257
|
+
/** @deprecated use `GetFirewallConfigIps$Outbound` instead. */
|
|
2258
|
+
export type Outbound = GetFirewallConfigIps$Outbound;
|
|
2130
2259
|
}
|
|
2131
2260
|
|
|
2132
|
-
export function
|
|
2133
|
-
|
|
2261
|
+
export function getFirewallConfigIpsToJSON(
|
|
2262
|
+
getFirewallConfigIps: GetFirewallConfigIps,
|
|
2263
|
+
): string {
|
|
2264
|
+
return JSON.stringify(
|
|
2265
|
+
GetFirewallConfigIps$outboundSchema.parse(getFirewallConfigIps),
|
|
2266
|
+
);
|
|
2134
2267
|
}
|
|
2135
2268
|
|
|
2136
|
-
export function
|
|
2269
|
+
export function getFirewallConfigIpsFromJSON(
|
|
2137
2270
|
jsonString: string,
|
|
2138
|
-
): SafeParseResult<
|
|
2271
|
+
): SafeParseResult<GetFirewallConfigIps, SDKValidationError> {
|
|
2139
2272
|
return safeParse(
|
|
2140
2273
|
jsonString,
|
|
2141
|
-
(x) =>
|
|
2142
|
-
`Failed to parse '
|
|
2274
|
+
(x) => GetFirewallConfigIps$inboundSchema.parse(JSON.parse(x)),
|
|
2275
|
+
`Failed to parse 'GetFirewallConfigIps' from JSON`,
|
|
2143
2276
|
);
|
|
2144
2277
|
}
|
|
2145
2278
|
|
|
@@ -2208,8 +2341,8 @@ export namespace GetFirewallConfigSecurityResponseAction$ {
|
|
|
2208
2341
|
}
|
|
2209
2342
|
|
|
2210
2343
|
/** @internal */
|
|
2211
|
-
export const
|
|
2212
|
-
|
|
2344
|
+
export const GetFirewallConfigManagedRules$inboundSchema: z.ZodType<
|
|
2345
|
+
GetFirewallConfigManagedRules,
|
|
2213
2346
|
z.ZodTypeDef,
|
|
2214
2347
|
unknown
|
|
2215
2348
|
> = z.object({
|
|
@@ -2221,7 +2354,7 @@ export const ManagedRules$inboundSchema: z.ZodType<
|
|
|
2221
2354
|
});
|
|
2222
2355
|
|
|
2223
2356
|
/** @internal */
|
|
2224
|
-
export type
|
|
2357
|
+
export type GetFirewallConfigManagedRules$Outbound = {
|
|
2225
2358
|
active: boolean;
|
|
2226
2359
|
action?: string | undefined;
|
|
2227
2360
|
updatedAt?: string | undefined;
|
|
@@ -2230,10 +2363,10 @@ export type ManagedRules$Outbound = {
|
|
|
2230
2363
|
};
|
|
2231
2364
|
|
|
2232
2365
|
/** @internal */
|
|
2233
|
-
export const
|
|
2234
|
-
|
|
2366
|
+
export const GetFirewallConfigManagedRules$outboundSchema: z.ZodType<
|
|
2367
|
+
GetFirewallConfigManagedRules$Outbound,
|
|
2235
2368
|
z.ZodTypeDef,
|
|
2236
|
-
|
|
2369
|
+
GetFirewallConfigManagedRules
|
|
2237
2370
|
> = z.object({
|
|
2238
2371
|
active: z.boolean(),
|
|
2239
2372
|
action: GetFirewallConfigSecurityResponseAction$outboundSchema.optional(),
|
|
@@ -2246,26 +2379,32 @@ export const ManagedRules$outboundSchema: z.ZodType<
|
|
|
2246
2379
|
* @internal
|
|
2247
2380
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2248
2381
|
*/
|
|
2249
|
-
export namespace
|
|
2250
|
-
/** @deprecated use `
|
|
2251
|
-
export const inboundSchema =
|
|
2252
|
-
/** @deprecated use `
|
|
2253
|
-
export const outboundSchema =
|
|
2254
|
-
/** @deprecated use `
|
|
2255
|
-
export type Outbound =
|
|
2382
|
+
export namespace GetFirewallConfigManagedRules$ {
|
|
2383
|
+
/** @deprecated use `GetFirewallConfigManagedRules$inboundSchema` instead. */
|
|
2384
|
+
export const inboundSchema = GetFirewallConfigManagedRules$inboundSchema;
|
|
2385
|
+
/** @deprecated use `GetFirewallConfigManagedRules$outboundSchema` instead. */
|
|
2386
|
+
export const outboundSchema = GetFirewallConfigManagedRules$outboundSchema;
|
|
2387
|
+
/** @deprecated use `GetFirewallConfigManagedRules$Outbound` instead. */
|
|
2388
|
+
export type Outbound = GetFirewallConfigManagedRules$Outbound;
|
|
2256
2389
|
}
|
|
2257
2390
|
|
|
2258
|
-
export function
|
|
2259
|
-
|
|
2391
|
+
export function getFirewallConfigManagedRulesToJSON(
|
|
2392
|
+
getFirewallConfigManagedRules: GetFirewallConfigManagedRules,
|
|
2393
|
+
): string {
|
|
2394
|
+
return JSON.stringify(
|
|
2395
|
+
GetFirewallConfigManagedRules$outboundSchema.parse(
|
|
2396
|
+
getFirewallConfigManagedRules,
|
|
2397
|
+
),
|
|
2398
|
+
);
|
|
2260
2399
|
}
|
|
2261
2400
|
|
|
2262
|
-
export function
|
|
2401
|
+
export function getFirewallConfigManagedRulesFromJSON(
|
|
2263
2402
|
jsonString: string,
|
|
2264
|
-
): SafeParseResult<
|
|
2403
|
+
): SafeParseResult<GetFirewallConfigManagedRules, SDKValidationError> {
|
|
2265
2404
|
return safeParse(
|
|
2266
2405
|
jsonString,
|
|
2267
|
-
(x) =>
|
|
2268
|
-
`Failed to parse '
|
|
2406
|
+
(x) => GetFirewallConfigManagedRules$inboundSchema.parse(JSON.parse(x)),
|
|
2407
|
+
`Failed to parse 'GetFirewallConfigManagedRules' from JSON`,
|
|
2269
2408
|
);
|
|
2270
2409
|
}
|
|
2271
2410
|
|
|
@@ -2281,11 +2420,13 @@ export const GetFirewallConfigResponseBody$inboundSchema: z.ZodType<
|
|
|
2281
2420
|
version: z.number(),
|
|
2282
2421
|
updatedAt: z.string(),
|
|
2283
2422
|
firewallEnabled: z.boolean(),
|
|
2284
|
-
crs: z.lazy(() =>
|
|
2423
|
+
crs: z.lazy(() => GetFirewallConfigCrs$inboundSchema),
|
|
2285
2424
|
rules: z.array(z.lazy(() => GetFirewallConfigRules$inboundSchema)),
|
|
2286
|
-
ips: z.array(z.lazy(() =>
|
|
2425
|
+
ips: z.array(z.lazy(() => GetFirewallConfigIps$inboundSchema)),
|
|
2287
2426
|
changes: z.array(z.lazy(() => Changes$inboundSchema)),
|
|
2288
|
-
managedRules: z.record(
|
|
2427
|
+
managedRules: z.record(
|
|
2428
|
+
z.lazy(() => GetFirewallConfigManagedRules$inboundSchema),
|
|
2429
|
+
).optional(),
|
|
2289
2430
|
});
|
|
2290
2431
|
|
|
2291
2432
|
/** @internal */
|
|
@@ -2296,11 +2437,13 @@ export type GetFirewallConfigResponseBody$Outbound = {
|
|
|
2296
2437
|
version: number;
|
|
2297
2438
|
updatedAt: string;
|
|
2298
2439
|
firewallEnabled: boolean;
|
|
2299
|
-
crs:
|
|
2440
|
+
crs: GetFirewallConfigCrs$Outbound;
|
|
2300
2441
|
rules: Array<GetFirewallConfigRules$Outbound>;
|
|
2301
|
-
ips: Array<
|
|
2442
|
+
ips: Array<GetFirewallConfigIps$Outbound>;
|
|
2302
2443
|
changes: Array<Changes$Outbound>;
|
|
2303
|
-
managedRules?:
|
|
2444
|
+
managedRules?:
|
|
2445
|
+
| { [k: string]: GetFirewallConfigManagedRules$Outbound }
|
|
2446
|
+
| undefined;
|
|
2304
2447
|
};
|
|
2305
2448
|
|
|
2306
2449
|
/** @internal */
|
|
@@ -2315,11 +2458,13 @@ export const GetFirewallConfigResponseBody$outboundSchema: z.ZodType<
|
|
|
2315
2458
|
version: z.number(),
|
|
2316
2459
|
updatedAt: z.string(),
|
|
2317
2460
|
firewallEnabled: z.boolean(),
|
|
2318
|
-
crs: z.lazy(() =>
|
|
2461
|
+
crs: z.lazy(() => GetFirewallConfigCrs$outboundSchema),
|
|
2319
2462
|
rules: z.array(z.lazy(() => GetFirewallConfigRules$outboundSchema)),
|
|
2320
|
-
ips: z.array(z.lazy(() =>
|
|
2463
|
+
ips: z.array(z.lazy(() => GetFirewallConfigIps$outboundSchema)),
|
|
2321
2464
|
changes: z.array(z.lazy(() => Changes$outboundSchema)),
|
|
2322
|
-
managedRules: z.record(
|
|
2465
|
+
managedRules: z.record(
|
|
2466
|
+
z.lazy(() => GetFirewallConfigManagedRules$outboundSchema),
|
|
2467
|
+
).optional(),
|
|
2323
2468
|
});
|
|
2324
2469
|
|
|
2325
2470
|
/**
|