@vercel/sdk 1.18.1 → 1.18.3
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 +75 -80
- package/bin/mcp-server.js +4746 -2929
- package/bin/mcp-server.js.map +63 -45
- package/esm/__tests__/domains.test.js +12 -65
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +6 -2
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/security.test.js +20 -35
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/teams.test.js +16 -0
- package/esm/__tests__/teams.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +150 -1
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/deleteV1BulkRedirects.d.ts +14 -0
- package/esm/funcs/deleteV1BulkRedirects.d.ts.map +1 -0
- package/esm/funcs/deleteV1BulkRedirects.js +74 -0
- package/esm/funcs/deleteV1BulkRedirects.js.map +1 -0
- package/esm/funcs/domainsCreateOrTransferDomain.js +2 -2
- package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -1
- package/esm/funcs/getV1BulkRedirects.d.ts +14 -0
- package/esm/funcs/getV1BulkRedirects.d.ts.map +1 -0
- package/esm/funcs/getV1BulkRedirects.js +80 -0
- package/esm/funcs/getV1BulkRedirects.js.map +1 -0
- package/esm/funcs/getV1BulkRedirectsVersions.d.ts +14 -0
- package/esm/funcs/getV1BulkRedirectsVersions.d.ts.map +1 -0
- package/esm/funcs/getV1BulkRedirectsVersions.js +73 -0
- package/esm/funcs/getV1BulkRedirectsVersions.js.map +1 -0
- package/esm/funcs/integrationsGetBillingPlans.js +1 -0
- package/esm/funcs/integrationsGetBillingPlans.js.map +1 -1
- package/esm/funcs/patchV1BulkRedirects.d.ts +14 -0
- package/esm/funcs/patchV1BulkRedirects.d.ts.map +1 -0
- package/esm/funcs/patchV1BulkRedirects.js +74 -0
- package/esm/funcs/patchV1BulkRedirects.js.map +1 -0
- package/esm/funcs/postV1BulkRedirectsRestore.d.ts +14 -0
- package/esm/funcs/postV1BulkRedirectsRestore.d.ts.map +1 -0
- package/esm/funcs/postV1BulkRedirectsRestore.js +74 -0
- package/esm/funcs/postV1BulkRedirectsRestore.js.map +1 -0
- package/esm/funcs/postV1BulkRedirectsVersions.d.ts +14 -0
- package/esm/funcs/postV1BulkRedirectsVersions.d.ts.map +1 -0
- package/esm/funcs/postV1BulkRedirectsVersions.js +74 -0
- package/esm/funcs/postV1BulkRedirectsVersions.js.map +1 -0
- package/esm/funcs/putV1BulkRedirects.d.ts +11 -0
- package/esm/funcs/putV1BulkRedirects.d.ts.map +1 -0
- package/esm/funcs/putV1BulkRedirects.js +69 -0
- package/esm/funcs/putV1BulkRedirects.js.map +1 -0
- package/esm/funcs/teamsPostTeamDsyncRoles.d.ts +17 -0
- package/esm/funcs/teamsPostTeamDsyncRoles.d.ts.map +1 -0
- package/esm/funcs/{domainsBuyDomain.js → teamsPostTeamDsyncRoles.js} +17 -12
- package/esm/funcs/teamsPostTeamDsyncRoles.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 +17 -5
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/deleteV1BulkRedirects.d.ts +7 -0
- package/esm/mcp-server/tools/deleteV1BulkRedirects.d.ts.map +1 -0
- package/esm/mcp-server/tools/deleteV1BulkRedirects.js +26 -0
- package/esm/mcp-server/tools/deleteV1BulkRedirects.js.map +1 -0
- package/esm/mcp-server/tools/getV1BulkRedirects.d.ts +7 -0
- package/esm/mcp-server/tools/getV1BulkRedirects.d.ts.map +1 -0
- package/esm/mcp-server/tools/getV1BulkRedirects.js +26 -0
- package/esm/mcp-server/tools/getV1BulkRedirects.js.map +1 -0
- package/esm/mcp-server/tools/getV1BulkRedirectsVersions.d.ts +7 -0
- package/esm/mcp-server/tools/getV1BulkRedirectsVersions.d.ts.map +1 -0
- package/esm/mcp-server/tools/getV1BulkRedirectsVersions.js +26 -0
- package/esm/mcp-server/tools/getV1BulkRedirectsVersions.js.map +1 -0
- package/esm/mcp-server/tools/patchV1BulkRedirects.d.ts +7 -0
- package/esm/mcp-server/tools/patchV1BulkRedirects.d.ts.map +1 -0
- package/esm/mcp-server/tools/patchV1BulkRedirects.js +26 -0
- package/esm/mcp-server/tools/patchV1BulkRedirects.js.map +1 -0
- package/esm/mcp-server/tools/postV1BulkRedirectsRestore.d.ts +7 -0
- package/esm/mcp-server/tools/postV1BulkRedirectsRestore.d.ts.map +1 -0
- package/esm/mcp-server/tools/postV1BulkRedirectsRestore.js +26 -0
- package/esm/mcp-server/tools/postV1BulkRedirectsRestore.js.map +1 -0
- package/esm/mcp-server/tools/postV1BulkRedirectsVersions.d.ts +7 -0
- package/esm/mcp-server/tools/postV1BulkRedirectsVersions.d.ts.map +1 -0
- package/esm/mcp-server/tools/postV1BulkRedirectsVersions.js +26 -0
- package/esm/mcp-server/tools/postV1BulkRedirectsVersions.js.map +1 -0
- package/esm/mcp-server/tools/putV1BulkRedirects.d.ts +7 -0
- package/esm/mcp-server/tools/putV1BulkRedirects.d.ts.map +1 -0
- package/esm/mcp-server/tools/putV1BulkRedirects.js +26 -0
- package/esm/mcp-server/tools/putV1BulkRedirects.js.map +1 -0
- package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.d.ts +7 -0
- package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.d.ts.map +1 -0
- package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.js +28 -0
- package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.js.map +1 -0
- package/esm/models/artifactqueryop.d.ts +8 -8
- package/esm/models/artifactqueryop.d.ts.map +1 -1
- package/esm/models/artifactqueryop.js +8 -8
- package/esm/models/artifactqueryop.js.map +1 -1
- package/esm/models/authuser.d.ts +5 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +2 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +48 -2
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +44 -2
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +48 -2
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +48 -2
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +5 -0
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +2 -0
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +222 -152
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +298 -218
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createortransferdomainop.d.ts +4 -40
- package/esm/models/createortransferdomainop.d.ts.map +1 -1
- package/esm/models/createortransferdomainop.js +0 -24
- package/esm/models/createortransferdomainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +138 -6
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +126 -6
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +4 -2
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +4 -2
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/deletev1bulkredirectsop.d.ts +102 -0
- package/esm/models/deletev1bulkredirectsop.d.ts.map +1 -0
- package/esm/models/deletev1bulkredirectsop.js +95 -0
- package/esm/models/deletev1bulkredirectsop.js.map +1 -0
- package/esm/models/getbillingplansop.d.ts +2 -0
- package/esm/models/getbillingplansop.d.ts.map +1 -1
- package/esm/models/getbillingplansop.js +2 -0
- package/esm/models/getbillingplansop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +61 -1
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +44 -1
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +200 -200
- package/esm/models/getconfigurationproductsop.js +290 -290
- package/esm/models/getconfigurationsop.d.ts +61 -0
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +44 -0
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymenteventsop.d.ts +6 -6
- package/esm/models/getdeploymenteventsop.d.ts.map +1 -1
- package/esm/models/getdeploymenteventsop.js +6 -6
- package/esm/models/getdeploymenteventsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +94 -4
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +86 -4
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +5 -0
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +2 -0
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getfirewallconfigop.d.ts +336 -103
- package/esm/models/getfirewallconfigop.d.ts.map +1 -1
- package/esm/models/getfirewallconfigop.js +358 -98
- package/esm/models/getfirewallconfigop.js.map +1 -1
- package/esm/models/getorderop.d.ts +126 -42
- package/esm/models/getorderop.d.ts.map +1 -1
- package/esm/models/getorderop.js +138 -24
- package/esm/models/getorderop.js.map +1 -1
- package/esm/models/getprojectdomainsop.d.ts +5 -5
- package/esm/models/getprojectdomainsop.d.ts.map +1 -1
- package/esm/models/getprojectdomainsop.js +5 -6
- package/esm/models/getprojectdomainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +109 -6
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +97 -6
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getv1bulkredirectsop.d.ts +190 -0
- package/esm/models/getv1bulkredirectsop.d.ts.map +1 -0
- package/esm/models/getv1bulkredirectsop.js +195 -0
- package/esm/models/getv1bulkredirectsop.js.map +1 -0
- package/esm/models/getv1bulkredirectsversionsop.d.ts +80 -0
- package/esm/models/getv1bulkredirectsversionsop.d.ts.map +1 -0
- package/esm/models/getv1bulkredirectsversionsop.js +64 -0
- package/esm/models/getv1bulkredirectsversionsop.js.map +1 -0
- package/esm/models/getwebhookop.d.ts +2 -1
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +2 -1
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +4 -2
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +4 -2
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/listaccessgroupsop.d.ts +8 -8
- package/esm/models/listaccessgroupsop.d.ts.map +1 -1
- package/esm/models/listaccessgroupsop.js +8 -8
- package/esm/models/listaccessgroupsop.js.map +1 -1
- package/esm/models/patchv1bulkredirectsop.d.ts +133 -0
- package/esm/models/patchv1bulkredirectsop.d.ts.map +1 -0
- package/esm/models/patchv1bulkredirectsop.js +121 -0
- package/esm/models/patchv1bulkredirectsop.js.map +1 -0
- package/esm/models/postteamdsyncrolesop.d.ts +98 -0
- package/esm/models/postteamdsyncrolesop.d.ts.map +1 -0
- package/esm/models/postteamdsyncrolesop.js +113 -0
- package/esm/models/postteamdsyncrolesop.js.map +1 -0
- package/esm/models/postv1bulkredirectsrestoreop.d.ts +104 -0
- package/esm/models/postv1bulkredirectsrestoreop.d.ts.map +1 -0
- package/esm/models/postv1bulkredirectsrestoreop.js +96 -0
- package/esm/models/postv1bulkredirectsrestoreop.js.map +1 -0
- package/esm/models/postv1bulkredirectsversionsop.d.ts +110 -0
- package/esm/models/postv1bulkredirectsversionsop.d.ts.map +1 -0
- package/esm/models/postv1bulkredirectsversionsop.js +102 -0
- package/esm/models/postv1bulkredirectsversionsop.js.map +1 -0
- package/esm/models/putfirewallconfigop.d.ts +357 -100
- package/esm/models/putfirewallconfigop.d.ts.map +1 -1
- package/esm/models/putfirewallconfigop.js +379 -102
- package/esm/models/putfirewallconfigop.js.map +1 -1
- package/esm/models/putv1bulkredirectsop.d.ts +122 -0
- package/esm/models/putv1bulkredirectsop.d.ts.map +1 -0
- package/esm/models/putv1bulkredirectsop.js +108 -0
- package/esm/models/putv1bulkredirectsop.js.map +1 -0
- package/esm/models/updateedgeconfigop.d.ts +5 -0
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +2 -0
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +30 -0
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +32 -0
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateinstallationop.d.ts +18 -0
- package/esm/models/updateinstallationop.d.ts.map +1 -1
- package/esm/models/updateinstallationop.js +17 -0
- package/esm/models/updateinstallationop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +124 -21
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +118 -24
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +138 -6
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +126 -6
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.d.ts +49 -0
- package/esm/models/updateprojectprotectionbypassop.d.ts.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.js +27 -0
- package/esm/models/updateprojectprotectionbypassop.js.map +1 -1
- package/esm/models/userevent.d.ts +792 -966
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1047 -1248
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/domains.d.ts +0 -16
- package/esm/sdk/domains.d.ts.map +1 -1
- package/esm/sdk/domains.js +0 -20
- package/esm/sdk/domains.js.map +1 -1
- package/esm/sdk/sdk.d.ts +33 -1
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +47 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/esm/sdk/teams.d.ts +8 -0
- package/esm/sdk/teams.d.ts.map +1 -1
- package/esm/sdk/teams.js +10 -0
- package/esm/sdk/teams.js.map +1 -1
- package/examples/package-lock.json +2 -2
- package/jsr.json +1 -1
- package/package.json +2 -2
- package/src/__tests__/domains.test.ts +16 -70
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +6 -2
- package/src/__tests__/security.test.ts +20 -35
- package/src/__tests__/teams.test.ts +19 -0
- package/src/__tests__/vercel.test.ts +177 -1
- package/src/funcs/deleteV1BulkRedirects.ts +161 -0
- package/src/funcs/domainsCreateOrTransferDomain.ts +2 -2
- package/src/funcs/getV1BulkRedirects.ts +167 -0
- package/src/funcs/getV1BulkRedirectsVersions.ts +160 -0
- package/src/funcs/integrationsGetBillingPlans.ts +1 -0
- package/src/funcs/patchV1BulkRedirects.ts +161 -0
- package/src/funcs/postV1BulkRedirectsRestore.ts +161 -0
- package/src/funcs/postV1BulkRedirectsVersions.ts +161 -0
- package/src/funcs/putV1BulkRedirects.ts +156 -0
- package/src/funcs/{domainsBuyDomain.ts → teamsPostTeamDsyncRoles.ts} +29 -24
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +17 -5
- package/src/mcp-server/tools/deleteV1BulkRedirects.ts +36 -0
- package/src/mcp-server/tools/getV1BulkRedirects.ts +35 -0
- package/src/mcp-server/tools/getV1BulkRedirectsVersions.ts +35 -0
- package/src/mcp-server/tools/patchV1BulkRedirects.ts +36 -0
- package/src/mcp-server/tools/postV1BulkRedirectsRestore.ts +36 -0
- package/src/mcp-server/tools/postV1BulkRedirectsVersions.ts +36 -0
- package/src/mcp-server/tools/putV1BulkRedirects.ts +35 -0
- package/src/mcp-server/tools/teamsPostTeamDsyncRoles.ts +37 -0
- package/src/models/artifactqueryop.ts +21 -17
- package/src/models/authuser.ts +7 -0
- package/src/models/canceldeploymentop.ts +133 -4
- package/src/models/createdeploymentop.ts +116 -4
- package/src/models/createedgeconfigop.ts +7 -0
- package/src/models/createintegrationstoredirectop.ts +708 -471
- package/src/models/createortransferdomainop.ts +0 -83
- package/src/models/createprojectop.ts +346 -12
- package/src/models/createwebhookop.ts +4 -2
- package/src/models/deletev1bulkredirectsop.ts +267 -0
- package/src/models/getbillingplansop.ts +4 -0
- package/src/models/getconfigurationop.ts +87 -1
- package/src/models/getconfigurationproductsop.ts +627 -627
- package/src/models/getconfigurationsop.ts +87 -0
- package/src/models/getdeploymenteventsop.ts +17 -13
- package/src/models/getdeploymentop.ts +271 -8
- package/src/models/getedgeconfigop.ts +7 -0
- package/src/models/getfirewallconfigop.ts +835 -274
- package/src/models/getorderop.ts +469 -112
- package/src/models/getprojectdomainsop.ts +11 -9
- package/src/models/getprojectsop.ts +260 -12
- package/src/models/getv1bulkredirectsop.ts +467 -0
- package/src/models/getv1bulkredirectsversionsop.ts +192 -0
- package/src/models/getwebhookop.ts +2 -1
- package/src/models/getwebhooksop.ts +4 -2
- package/src/models/listaccessgroupsop.ts +26 -18
- package/src/models/patchv1bulkredirectsop.ts +336 -0
- package/src/models/postteamdsyncrolesop.ts +291 -0
- package/src/models/postv1bulkredirectsrestoreop.ts +275 -0
- package/src/models/postv1bulkredirectsversionsop.ts +296 -0
- package/src/models/putfirewallconfigop.ts +1025 -284
- package/src/models/putv1bulkredirectsop.ts +304 -0
- package/src/models/updateedgeconfigop.ts +7 -0
- package/src/models/updatefirewallconfigop.ts +107 -0
- package/src/models/updateinstallationop.ts +30 -0
- package/src/models/updateprojectdatacacheop.ts +322 -63
- package/src/models/updateprojectop.ts +346 -12
- package/src/models/updateprojectprotectionbypassop.ts +84 -0
- package/src/models/userevent.ts +2415 -2887
- package/src/sdk/domains.ts +0 -41
- package/src/sdk/sdk.ts +132 -1
- package/src/sdk/teams.ts +22 -0
- package/vercel-spec.json +3260 -1294
- package/esm/funcs/domainsBuyDomain.d.ts +0 -17
- package/esm/funcs/domainsBuyDomain.d.ts.map +0 -1
- package/esm/funcs/domainsBuyDomain.js.map +0 -1
- package/esm/mcp-server/tools/domainsBuyDomain.d.ts +0 -7
- package/esm/mcp-server/tools/domainsBuyDomain.d.ts.map +0 -1
- package/esm/mcp-server/tools/domainsBuyDomain.js +0 -28
- package/esm/mcp-server/tools/domainsBuyDomain.js.map +0 -1
- package/esm/models/buydomainop.d.ts +0 -180
- package/esm/models/buydomainop.d.ts.map +0 -1
- package/esm/models/buydomainop.js +0 -159
- package/esm/models/buydomainop.js.map +0 -1
- package/src/mcp-server/tools/domainsBuyDomain.ts +0 -37
- package/src/models/buydomainop.ts +0 -453
|
@@ -210,6 +210,8 @@ export declare const PutFirewallConfigType: {
|
|
|
210
210
|
readonly Ja4Digest: "ja4_digest";
|
|
211
211
|
readonly Ja3Digest: "ja3_digest";
|
|
212
212
|
readonly RateLimitApiId: "rate_limit_api_id";
|
|
213
|
+
readonly BotName: "bot_name";
|
|
214
|
+
readonly BotCategory: "bot_category";
|
|
213
215
|
};
|
|
214
216
|
/**
|
|
215
217
|
* [Parameter](https://vercel.com/docs/security/vercel-waf/rule-configuration#parameters) from the incoming traffic.
|
|
@@ -280,7 +282,7 @@ export type Redirect1 = {
|
|
|
280
282
|
location: string;
|
|
281
283
|
permanent: boolean;
|
|
282
284
|
};
|
|
283
|
-
export type
|
|
285
|
+
export type PutFirewallConfigRedirect = Redirect1 | any;
|
|
284
286
|
export type Mitigate = {
|
|
285
287
|
action: PutFirewallConfigSecurityRequestRequestBodyRulesActionAction;
|
|
286
288
|
rateLimit?: RateLimit1 | any | null | undefined;
|
|
@@ -291,6 +293,7 @@ export type Mitigate = {
|
|
|
291
293
|
export type PutFirewallConfigSecurityRequestRequestBodyRulesAction = {
|
|
292
294
|
mitigate?: Mitigate | undefined;
|
|
293
295
|
};
|
|
296
|
+
export type ValidationErrors = string | Array<string>;
|
|
294
297
|
export type PutFirewallConfigRules = {
|
|
295
298
|
id?: string | undefined;
|
|
296
299
|
name: string;
|
|
@@ -298,6 +301,8 @@ export type PutFirewallConfigRules = {
|
|
|
298
301
|
active: boolean;
|
|
299
302
|
conditionGroup: Array<ConditionGroup>;
|
|
300
303
|
action: PutFirewallConfigSecurityRequestRequestBodyRulesAction;
|
|
304
|
+
valid?: boolean | undefined;
|
|
305
|
+
validationErrors?: string | Array<string> | undefined;
|
|
301
306
|
};
|
|
302
307
|
export declare const PutFirewallConfigSecurityRequestRequestBodyIpsAction: {
|
|
303
308
|
readonly Deny: "deny";
|
|
@@ -350,17 +355,17 @@ export type PutFirewallConfigSd = {
|
|
|
350
355
|
active: boolean;
|
|
351
356
|
action: PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction;
|
|
352
357
|
};
|
|
353
|
-
export declare const
|
|
358
|
+
export declare const PutFirewallConfigSecurityResponse200Action: {
|
|
354
359
|
readonly Deny: "deny";
|
|
355
360
|
readonly Log: "log";
|
|
356
361
|
};
|
|
357
|
-
export type
|
|
362
|
+
export type PutFirewallConfigSecurityResponse200Action = ClosedEnum<typeof PutFirewallConfigSecurityResponse200Action>;
|
|
358
363
|
/**
|
|
359
364
|
* Multipart Attack - Block attempts to bypass security controls using multipart/form-data encoding.
|
|
360
365
|
*/
|
|
361
366
|
export type PutFirewallConfigMa = {
|
|
362
367
|
active: boolean;
|
|
363
|
-
action:
|
|
368
|
+
action: PutFirewallConfigSecurityResponse200Action;
|
|
364
369
|
};
|
|
365
370
|
export declare const PutFirewallConfigSecurityResponse200ApplicationJSONAction: {
|
|
366
371
|
readonly Deny: "deny";
|
|
@@ -519,7 +524,7 @@ export type PutFirewallConfigCrs = {
|
|
|
519
524
|
*/
|
|
520
525
|
java: PutFirewallConfigJava;
|
|
521
526
|
};
|
|
522
|
-
export declare const
|
|
527
|
+
export declare const PutFirewallConfigRulesType: {
|
|
523
528
|
readonly Host: "host";
|
|
524
529
|
readonly Path: "path";
|
|
525
530
|
readonly Method: "method";
|
|
@@ -544,9 +549,11 @@ export declare const PutFirewallConfigSecurityType: {
|
|
|
544
549
|
readonly Ja3Digest: "ja3_digest";
|
|
545
550
|
readonly RateLimitApiId: "rate_limit_api_id";
|
|
546
551
|
readonly ServerAction: "server_action";
|
|
552
|
+
readonly BotName: "bot_name";
|
|
553
|
+
readonly BotCategory: "bot_category";
|
|
547
554
|
};
|
|
548
|
-
export type
|
|
549
|
-
export declare const
|
|
555
|
+
export type PutFirewallConfigRulesType = ClosedEnum<typeof PutFirewallConfigRulesType>;
|
|
556
|
+
export declare const PutFirewallConfigRulesOp: {
|
|
550
557
|
readonly Re: "re";
|
|
551
558
|
readonly Eq: "eq";
|
|
552
559
|
readonly Ex: "ex";
|
|
@@ -562,19 +569,19 @@ export declare const PutFirewallConfigOp: {
|
|
|
562
569
|
readonly Ninc: "ninc";
|
|
563
570
|
readonly Neq: "neq";
|
|
564
571
|
};
|
|
565
|
-
export type
|
|
566
|
-
export type
|
|
567
|
-
export type
|
|
568
|
-
type:
|
|
569
|
-
op:
|
|
572
|
+
export type PutFirewallConfigRulesOp = ClosedEnum<typeof PutFirewallConfigRulesOp>;
|
|
573
|
+
export type PutFirewallConfigRulesValue = string | number | Array<string>;
|
|
574
|
+
export type PutFirewallConfigRulesConditions = {
|
|
575
|
+
type: PutFirewallConfigRulesType;
|
|
576
|
+
op: PutFirewallConfigRulesOp;
|
|
570
577
|
neg?: boolean | undefined;
|
|
571
578
|
key?: string | undefined;
|
|
572
579
|
value?: string | number | Array<string> | undefined;
|
|
573
580
|
};
|
|
574
|
-
export type
|
|
575
|
-
conditions: Array<
|
|
581
|
+
export type PutFirewallConfigRulesConditionGroup = {
|
|
582
|
+
conditions: Array<PutFirewallConfigRulesConditions>;
|
|
576
583
|
};
|
|
577
|
-
export declare const
|
|
584
|
+
export declare const PutFirewallConfigRulesSecurityResponse200Action: {
|
|
578
585
|
readonly Deny: "deny";
|
|
579
586
|
readonly Log: "log";
|
|
580
587
|
readonly Challenge: "challenge";
|
|
@@ -582,61 +589,173 @@ export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponse
|
|
|
582
589
|
readonly RateLimit: "rate_limit";
|
|
583
590
|
readonly Redirect: "redirect";
|
|
584
591
|
};
|
|
585
|
-
export type
|
|
586
|
-
export declare const
|
|
592
|
+
export type PutFirewallConfigRulesSecurityResponse200Action = ClosedEnum<typeof PutFirewallConfigRulesSecurityResponse200Action>;
|
|
593
|
+
export declare const PutFirewallConfigRulesAlgo: {
|
|
587
594
|
readonly FixedWindow: "fixed_window";
|
|
588
595
|
readonly TokenBucket: "token_bucket";
|
|
589
596
|
};
|
|
590
|
-
export type
|
|
591
|
-
export declare const
|
|
597
|
+
export type PutFirewallConfigRulesAlgo = ClosedEnum<typeof PutFirewallConfigRulesAlgo>;
|
|
598
|
+
export declare const PutFirewallConfigRulesSecurityResponse200ApplicationJSONResponseBodyAction: {
|
|
592
599
|
readonly Deny: "deny";
|
|
593
600
|
readonly Log: "log";
|
|
594
601
|
readonly Challenge: "challenge";
|
|
595
602
|
readonly RateLimit: "rate_limit";
|
|
596
603
|
};
|
|
597
|
-
export type
|
|
598
|
-
export type
|
|
599
|
-
algo:
|
|
604
|
+
export type PutFirewallConfigRulesSecurityResponse200ApplicationJSONResponseBodyAction = ClosedEnum<typeof PutFirewallConfigRulesSecurityResponse200ApplicationJSONResponseBodyAction>;
|
|
605
|
+
export type PutFirewallConfigRulesRateLimit = {
|
|
606
|
+
algo: PutFirewallConfigRulesAlgo;
|
|
600
607
|
window: number;
|
|
601
608
|
limit: number;
|
|
602
609
|
keys: Array<string>;
|
|
603
|
-
action?:
|
|
610
|
+
action?: PutFirewallConfigRulesSecurityResponse200ApplicationJSONResponseBodyAction | null | undefined;
|
|
604
611
|
};
|
|
605
|
-
export type
|
|
612
|
+
export type PutFirewallConfigRulesRedirect = {
|
|
606
613
|
location: string;
|
|
607
614
|
permanent: boolean;
|
|
608
615
|
};
|
|
609
|
-
export type
|
|
610
|
-
action:
|
|
611
|
-
rateLimit?:
|
|
612
|
-
redirect?:
|
|
616
|
+
export type PutFirewallConfigRulesMitigate = {
|
|
617
|
+
action: PutFirewallConfigRulesSecurityResponse200Action;
|
|
618
|
+
rateLimit?: PutFirewallConfigRulesRateLimit | null | undefined;
|
|
619
|
+
redirect?: PutFirewallConfigRulesRedirect | null | undefined;
|
|
613
620
|
actionDuration?: string | null | undefined;
|
|
614
621
|
bypassSystem?: boolean | null | undefined;
|
|
615
622
|
};
|
|
616
|
-
export type
|
|
617
|
-
mitigate?:
|
|
623
|
+
export type PutFirewallConfigRulesAction = {
|
|
624
|
+
mitigate?: PutFirewallConfigRulesMitigate | undefined;
|
|
618
625
|
};
|
|
619
|
-
export type
|
|
626
|
+
export type PutFirewallConfigRules2 = {
|
|
620
627
|
id: string;
|
|
621
628
|
name: string;
|
|
622
629
|
description?: string | undefined;
|
|
623
630
|
active: boolean;
|
|
624
|
-
conditionGroup: Array<
|
|
625
|
-
action:
|
|
631
|
+
conditionGroup: Array<PutFirewallConfigRulesConditionGroup>;
|
|
632
|
+
action: PutFirewallConfigRulesAction;
|
|
633
|
+
valid: boolean;
|
|
634
|
+
validationErrors: Array<string>;
|
|
626
635
|
};
|
|
627
|
-
export declare const
|
|
636
|
+
export declare const PutFirewallConfigRulesSecurityType: {
|
|
637
|
+
readonly Host: "host";
|
|
638
|
+
readonly Path: "path";
|
|
639
|
+
readonly Method: "method";
|
|
640
|
+
readonly Header: "header";
|
|
641
|
+
readonly Query: "query";
|
|
642
|
+
readonly Cookie: "cookie";
|
|
643
|
+
readonly TargetPath: "target_path";
|
|
644
|
+
readonly Route: "route";
|
|
645
|
+
readonly RawPath: "raw_path";
|
|
646
|
+
readonly IpAddress: "ip_address";
|
|
647
|
+
readonly Protocol: "protocol";
|
|
648
|
+
readonly Region: "region";
|
|
649
|
+
readonly Scheme: "scheme";
|
|
650
|
+
readonly Environment: "environment";
|
|
651
|
+
readonly UserAgent: "user_agent";
|
|
652
|
+
readonly GeoContinent: "geo_continent";
|
|
653
|
+
readonly GeoCountry: "geo_country";
|
|
654
|
+
readonly GeoCountryRegion: "geo_country_region";
|
|
655
|
+
readonly GeoCity: "geo_city";
|
|
656
|
+
readonly GeoAsNumber: "geo_as_number";
|
|
657
|
+
readonly Ja4Digest: "ja4_digest";
|
|
658
|
+
readonly Ja3Digest: "ja3_digest";
|
|
659
|
+
readonly RateLimitApiId: "rate_limit_api_id";
|
|
660
|
+
readonly ServerAction: "server_action";
|
|
661
|
+
readonly BotName: "bot_name";
|
|
662
|
+
readonly BotCategory: "bot_category";
|
|
663
|
+
};
|
|
664
|
+
export type PutFirewallConfigRulesSecurityType = ClosedEnum<typeof PutFirewallConfigRulesSecurityType>;
|
|
665
|
+
export declare const PutFirewallConfigRulesSecurityOp: {
|
|
666
|
+
readonly Re: "re";
|
|
667
|
+
readonly Eq: "eq";
|
|
668
|
+
readonly Ex: "ex";
|
|
669
|
+
readonly Inc: "inc";
|
|
670
|
+
readonly Pre: "pre";
|
|
671
|
+
readonly Suf: "suf";
|
|
672
|
+
readonly Sub: "sub";
|
|
673
|
+
readonly Gt: "gt";
|
|
674
|
+
readonly Gte: "gte";
|
|
675
|
+
readonly Lt: "lt";
|
|
676
|
+
readonly Lte: "lte";
|
|
677
|
+
readonly Nex: "nex";
|
|
678
|
+
readonly Ninc: "ninc";
|
|
679
|
+
readonly Neq: "neq";
|
|
680
|
+
};
|
|
681
|
+
export type PutFirewallConfigRulesSecurityOp = ClosedEnum<typeof PutFirewallConfigRulesSecurityOp>;
|
|
682
|
+
export type PutFirewallConfigRulesSecurityValue = string | number | Array<string>;
|
|
683
|
+
export type PutFirewallConfigRulesSecurityConditions = {
|
|
684
|
+
type: PutFirewallConfigRulesSecurityType;
|
|
685
|
+
op: PutFirewallConfigRulesSecurityOp;
|
|
686
|
+
neg?: boolean | undefined;
|
|
687
|
+
key?: string | undefined;
|
|
688
|
+
value?: string | number | Array<string> | undefined;
|
|
689
|
+
};
|
|
690
|
+
export type PutFirewallConfigRulesSecurityConditionGroup = {
|
|
691
|
+
conditions: Array<PutFirewallConfigRulesSecurityConditions>;
|
|
692
|
+
};
|
|
693
|
+
export declare const PutFirewallConfigRulesSecurityResponseAction: {
|
|
628
694
|
readonly Deny: "deny";
|
|
629
695
|
readonly Log: "log";
|
|
630
696
|
readonly Challenge: "challenge";
|
|
631
697
|
readonly Bypass: "bypass";
|
|
698
|
+
readonly RateLimit: "rate_limit";
|
|
699
|
+
readonly Redirect: "redirect";
|
|
632
700
|
};
|
|
633
|
-
export type
|
|
701
|
+
export type PutFirewallConfigRulesSecurityResponseAction = ClosedEnum<typeof PutFirewallConfigRulesSecurityResponseAction>;
|
|
702
|
+
export declare const PutFirewallConfigRulesSecurityAlgo: {
|
|
703
|
+
readonly FixedWindow: "fixed_window";
|
|
704
|
+
readonly TokenBucket: "token_bucket";
|
|
705
|
+
};
|
|
706
|
+
export type PutFirewallConfigRulesSecurityAlgo = ClosedEnum<typeof PutFirewallConfigRulesSecurityAlgo>;
|
|
707
|
+
export declare const PutFirewallConfigRulesSecurityResponse200ApplicationJSONAction: {
|
|
708
|
+
readonly Deny: "deny";
|
|
709
|
+
readonly Log: "log";
|
|
710
|
+
readonly Challenge: "challenge";
|
|
711
|
+
readonly RateLimit: "rate_limit";
|
|
712
|
+
};
|
|
713
|
+
export type PutFirewallConfigRulesSecurityResponse200ApplicationJSONAction = ClosedEnum<typeof PutFirewallConfigRulesSecurityResponse200ApplicationJSONAction>;
|
|
714
|
+
export type PutFirewallConfigRulesSecurityRateLimit = {
|
|
715
|
+
algo: PutFirewallConfigRulesSecurityAlgo;
|
|
716
|
+
window: number;
|
|
717
|
+
limit: number;
|
|
718
|
+
keys: Array<string>;
|
|
719
|
+
action?: PutFirewallConfigRulesSecurityResponse200ApplicationJSONAction | null | undefined;
|
|
720
|
+
};
|
|
721
|
+
export type PutFirewallConfigRulesSecurityRedirect = {
|
|
722
|
+
location: string;
|
|
723
|
+
permanent: boolean;
|
|
724
|
+
};
|
|
725
|
+
export type PutFirewallConfigRulesSecurityMitigate = {
|
|
726
|
+
action: PutFirewallConfigRulesSecurityResponseAction;
|
|
727
|
+
rateLimit?: PutFirewallConfigRulesSecurityRateLimit | null | undefined;
|
|
728
|
+
redirect?: PutFirewallConfigRulesSecurityRedirect | null | undefined;
|
|
729
|
+
actionDuration?: string | null | undefined;
|
|
730
|
+
bypassSystem?: boolean | null | undefined;
|
|
731
|
+
};
|
|
732
|
+
export type PutFirewallConfigRulesSecurityAction = {
|
|
733
|
+
mitigate?: PutFirewallConfigRulesSecurityMitigate | undefined;
|
|
734
|
+
};
|
|
735
|
+
export type PutFirewallConfigRules1 = {
|
|
736
|
+
id: string;
|
|
737
|
+
name: string;
|
|
738
|
+
description?: string | undefined;
|
|
739
|
+
active: boolean;
|
|
740
|
+
conditionGroup: Array<PutFirewallConfigRulesSecurityConditionGroup>;
|
|
741
|
+
action: PutFirewallConfigRulesSecurityAction;
|
|
742
|
+
valid: boolean;
|
|
743
|
+
validationErrors?: any | null | undefined;
|
|
744
|
+
};
|
|
745
|
+
export type PutFirewallConfigSecurityRules = PutFirewallConfigRules1 | PutFirewallConfigRules2;
|
|
746
|
+
export declare const PutFirewallConfigSecurityResponseAction: {
|
|
747
|
+
readonly Deny: "deny";
|
|
748
|
+
readonly Log: "log";
|
|
749
|
+
readonly Challenge: "challenge";
|
|
750
|
+
readonly Bypass: "bypass";
|
|
751
|
+
};
|
|
752
|
+
export type PutFirewallConfigSecurityResponseAction = ClosedEnum<typeof PutFirewallConfigSecurityResponseAction>;
|
|
634
753
|
export type PutFirewallConfigIps = {
|
|
635
754
|
id: string;
|
|
636
755
|
hostname: string;
|
|
637
756
|
ip: string;
|
|
638
757
|
notes?: string | undefined;
|
|
639
|
-
action:
|
|
758
|
+
action: PutFirewallConfigSecurityResponseAction;
|
|
640
759
|
};
|
|
641
760
|
export type PutFirewallConfigChanges = {};
|
|
642
761
|
export declare const PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveManagedRulesAction: {
|
|
@@ -694,7 +813,7 @@ export type Active = {
|
|
|
694
813
|
* Custom Ruleset
|
|
695
814
|
*/
|
|
696
815
|
crs: PutFirewallConfigCrs;
|
|
697
|
-
rules: Array<
|
|
816
|
+
rules: Array<PutFirewallConfigRules1 | PutFirewallConfigRules2>;
|
|
698
817
|
ips: Array<PutFirewallConfigIps>;
|
|
699
818
|
changes: Array<PutFirewallConfigChanges>;
|
|
700
819
|
managedRules?: PutFirewallConfigManagedRules | undefined;
|
|
@@ -982,13 +1101,13 @@ export declare const Redirect1$outboundSchema: z.ZodType<Redirect1$Outbound, z.Z
|
|
|
982
1101
|
export declare function redirect1ToJSON(redirect1: Redirect1): string;
|
|
983
1102
|
export declare function redirect1FromJSON(jsonString: string): SafeParseResult<Redirect1, SDKValidationError>;
|
|
984
1103
|
/** @internal */
|
|
985
|
-
export declare const
|
|
1104
|
+
export declare const PutFirewallConfigRedirect$inboundSchema: z.ZodType<PutFirewallConfigRedirect, z.ZodTypeDef, unknown>;
|
|
986
1105
|
/** @internal */
|
|
987
|
-
export type
|
|
1106
|
+
export type PutFirewallConfigRedirect$Outbound = Redirect1$Outbound | any;
|
|
988
1107
|
/** @internal */
|
|
989
|
-
export declare const
|
|
990
|
-
export declare function
|
|
991
|
-
export declare function
|
|
1108
|
+
export declare const PutFirewallConfigRedirect$outboundSchema: z.ZodType<PutFirewallConfigRedirect$Outbound, z.ZodTypeDef, PutFirewallConfigRedirect>;
|
|
1109
|
+
export declare function putFirewallConfigRedirectToJSON(putFirewallConfigRedirect: PutFirewallConfigRedirect): string;
|
|
1110
|
+
export declare function putFirewallConfigRedirectFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRedirect, SDKValidationError>;
|
|
992
1111
|
/** @internal */
|
|
993
1112
|
export declare const Mitigate$inboundSchema: z.ZodType<Mitigate, z.ZodTypeDef, unknown>;
|
|
994
1113
|
/** @internal */
|
|
@@ -1014,6 +1133,14 @@ export declare const PutFirewallConfigSecurityRequestRequestBodyRulesAction$outb
|
|
|
1014
1133
|
export declare function putFirewallConfigSecurityRequestRequestBodyRulesActionToJSON(putFirewallConfigSecurityRequestRequestBodyRulesAction: PutFirewallConfigSecurityRequestRequestBodyRulesAction): string;
|
|
1015
1134
|
export declare function putFirewallConfigSecurityRequestRequestBodyRulesActionFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigSecurityRequestRequestBodyRulesAction, SDKValidationError>;
|
|
1016
1135
|
/** @internal */
|
|
1136
|
+
export declare const ValidationErrors$inboundSchema: z.ZodType<ValidationErrors, z.ZodTypeDef, unknown>;
|
|
1137
|
+
/** @internal */
|
|
1138
|
+
export type ValidationErrors$Outbound = string | Array<string>;
|
|
1139
|
+
/** @internal */
|
|
1140
|
+
export declare const ValidationErrors$outboundSchema: z.ZodType<ValidationErrors$Outbound, z.ZodTypeDef, ValidationErrors>;
|
|
1141
|
+
export declare function validationErrorsToJSON(validationErrors: ValidationErrors): string;
|
|
1142
|
+
export declare function validationErrorsFromJSON(jsonString: string): SafeParseResult<ValidationErrors, SDKValidationError>;
|
|
1143
|
+
/** @internal */
|
|
1017
1144
|
export declare const PutFirewallConfigRules$inboundSchema: z.ZodType<PutFirewallConfigRules, z.ZodTypeDef, unknown>;
|
|
1018
1145
|
/** @internal */
|
|
1019
1146
|
export type PutFirewallConfigRules$Outbound = {
|
|
@@ -1023,6 +1150,8 @@ export type PutFirewallConfigRules$Outbound = {
|
|
|
1023
1150
|
active: boolean;
|
|
1024
1151
|
conditionGroup: Array<ConditionGroup$Outbound>;
|
|
1025
1152
|
action: PutFirewallConfigSecurityRequestRequestBodyRulesAction$Outbound;
|
|
1153
|
+
valid?: boolean | undefined;
|
|
1154
|
+
validationErrors?: string | Array<string> | undefined;
|
|
1026
1155
|
};
|
|
1027
1156
|
/** @internal */
|
|
1028
1157
|
export declare const PutFirewallConfigRules$outboundSchema: z.ZodType<PutFirewallConfigRules$Outbound, z.ZodTypeDef, PutFirewallConfigRules>;
|
|
@@ -1092,9 +1221,9 @@ export declare const PutFirewallConfigSd$outboundSchema: z.ZodType<PutFirewallCo
|
|
|
1092
1221
|
export declare function putFirewallConfigSdToJSON(putFirewallConfigSd: PutFirewallConfigSd): string;
|
|
1093
1222
|
export declare function putFirewallConfigSdFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigSd, SDKValidationError>;
|
|
1094
1223
|
/** @internal */
|
|
1095
|
-
export declare const
|
|
1224
|
+
export declare const PutFirewallConfigSecurityResponse200Action$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200Action>;
|
|
1096
1225
|
/** @internal */
|
|
1097
|
-
export declare const
|
|
1226
|
+
export declare const PutFirewallConfigSecurityResponse200Action$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponse200Action>;
|
|
1098
1227
|
/** @internal */
|
|
1099
1228
|
export declare const PutFirewallConfigMa$inboundSchema: z.ZodType<PutFirewallConfigMa, z.ZodTypeDef, unknown>;
|
|
1100
1229
|
/** @internal */
|
|
@@ -1262,25 +1391,25 @@ export declare const PutFirewallConfigCrs$outboundSchema: z.ZodType<PutFirewallC
|
|
|
1262
1391
|
export declare function putFirewallConfigCrsToJSON(putFirewallConfigCrs: PutFirewallConfigCrs): string;
|
|
1263
1392
|
export declare function putFirewallConfigCrsFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigCrs, SDKValidationError>;
|
|
1264
1393
|
/** @internal */
|
|
1265
|
-
export declare const
|
|
1394
|
+
export declare const PutFirewallConfigRulesType$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesType>;
|
|
1266
1395
|
/** @internal */
|
|
1267
|
-
export declare const
|
|
1396
|
+
export declare const PutFirewallConfigRulesType$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesType>;
|
|
1268
1397
|
/** @internal */
|
|
1269
|
-
export declare const
|
|
1398
|
+
export declare const PutFirewallConfigRulesOp$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesOp>;
|
|
1270
1399
|
/** @internal */
|
|
1271
|
-
export declare const
|
|
1400
|
+
export declare const PutFirewallConfigRulesOp$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesOp>;
|
|
1272
1401
|
/** @internal */
|
|
1273
|
-
export declare const
|
|
1402
|
+
export declare const PutFirewallConfigRulesValue$inboundSchema: z.ZodType<PutFirewallConfigRulesValue, z.ZodTypeDef, unknown>;
|
|
1274
1403
|
/** @internal */
|
|
1275
|
-
export type
|
|
1404
|
+
export type PutFirewallConfigRulesValue$Outbound = string | number | Array<string>;
|
|
1276
1405
|
/** @internal */
|
|
1277
|
-
export declare const
|
|
1278
|
-
export declare function
|
|
1279
|
-
export declare function
|
|
1406
|
+
export declare const PutFirewallConfigRulesValue$outboundSchema: z.ZodType<PutFirewallConfigRulesValue$Outbound, z.ZodTypeDef, PutFirewallConfigRulesValue>;
|
|
1407
|
+
export declare function putFirewallConfigRulesValueToJSON(putFirewallConfigRulesValue: PutFirewallConfigRulesValue): string;
|
|
1408
|
+
export declare function putFirewallConfigRulesValueFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesValue, SDKValidationError>;
|
|
1280
1409
|
/** @internal */
|
|
1281
|
-
export declare const
|
|
1410
|
+
export declare const PutFirewallConfigRulesConditions$inboundSchema: z.ZodType<PutFirewallConfigRulesConditions, z.ZodTypeDef, unknown>;
|
|
1282
1411
|
/** @internal */
|
|
1283
|
-
export type
|
|
1412
|
+
export type PutFirewallConfigRulesConditions$Outbound = {
|
|
1284
1413
|
type: string;
|
|
1285
1414
|
op: string;
|
|
1286
1415
|
neg?: boolean | undefined;
|
|
@@ -1288,35 +1417,35 @@ export type PutFirewallConfigConditions$Outbound = {
|
|
|
1288
1417
|
value?: string | number | Array<string> | undefined;
|
|
1289
1418
|
};
|
|
1290
1419
|
/** @internal */
|
|
1291
|
-
export declare const
|
|
1292
|
-
export declare function
|
|
1293
|
-
export declare function
|
|
1420
|
+
export declare const PutFirewallConfigRulesConditions$outboundSchema: z.ZodType<PutFirewallConfigRulesConditions$Outbound, z.ZodTypeDef, PutFirewallConfigRulesConditions>;
|
|
1421
|
+
export declare function putFirewallConfigRulesConditionsToJSON(putFirewallConfigRulesConditions: PutFirewallConfigRulesConditions): string;
|
|
1422
|
+
export declare function putFirewallConfigRulesConditionsFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesConditions, SDKValidationError>;
|
|
1294
1423
|
/** @internal */
|
|
1295
|
-
export declare const
|
|
1424
|
+
export declare const PutFirewallConfigRulesConditionGroup$inboundSchema: z.ZodType<PutFirewallConfigRulesConditionGroup, z.ZodTypeDef, unknown>;
|
|
1296
1425
|
/** @internal */
|
|
1297
|
-
export type
|
|
1298
|
-
conditions: Array<
|
|
1426
|
+
export type PutFirewallConfigRulesConditionGroup$Outbound = {
|
|
1427
|
+
conditions: Array<PutFirewallConfigRulesConditions$Outbound>;
|
|
1299
1428
|
};
|
|
1300
1429
|
/** @internal */
|
|
1301
|
-
export declare const
|
|
1302
|
-
export declare function
|
|
1303
|
-
export declare function
|
|
1430
|
+
export declare const PutFirewallConfigRulesConditionGroup$outboundSchema: z.ZodType<PutFirewallConfigRulesConditionGroup$Outbound, z.ZodTypeDef, PutFirewallConfigRulesConditionGroup>;
|
|
1431
|
+
export declare function putFirewallConfigRulesConditionGroupToJSON(putFirewallConfigRulesConditionGroup: PutFirewallConfigRulesConditionGroup): string;
|
|
1432
|
+
export declare function putFirewallConfigRulesConditionGroupFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesConditionGroup, SDKValidationError>;
|
|
1304
1433
|
/** @internal */
|
|
1305
|
-
export declare const
|
|
1434
|
+
export declare const PutFirewallConfigRulesSecurityResponse200Action$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityResponse200Action>;
|
|
1306
1435
|
/** @internal */
|
|
1307
|
-
export declare const
|
|
1436
|
+
export declare const PutFirewallConfigRulesSecurityResponse200Action$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityResponse200Action>;
|
|
1308
1437
|
/** @internal */
|
|
1309
|
-
export declare const
|
|
1438
|
+
export declare const PutFirewallConfigRulesAlgo$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesAlgo>;
|
|
1310
1439
|
/** @internal */
|
|
1311
|
-
export declare const
|
|
1440
|
+
export declare const PutFirewallConfigRulesAlgo$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesAlgo>;
|
|
1312
1441
|
/** @internal */
|
|
1313
|
-
export declare const
|
|
1442
|
+
export declare const PutFirewallConfigRulesSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityResponse200ApplicationJSONResponseBodyAction>;
|
|
1314
1443
|
/** @internal */
|
|
1315
|
-
export declare const
|
|
1444
|
+
export declare const PutFirewallConfigRulesSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityResponse200ApplicationJSONResponseBodyAction>;
|
|
1316
1445
|
/** @internal */
|
|
1317
|
-
export declare const
|
|
1446
|
+
export declare const PutFirewallConfigRulesRateLimit$inboundSchema: z.ZodType<PutFirewallConfigRulesRateLimit, z.ZodTypeDef, unknown>;
|
|
1318
1447
|
/** @internal */
|
|
1319
|
-
export type
|
|
1448
|
+
export type PutFirewallConfigRulesRateLimit$Outbound = {
|
|
1320
1449
|
algo: string;
|
|
1321
1450
|
window: number;
|
|
1322
1451
|
limit: number;
|
|
@@ -1324,63 +1453,191 @@ export type PutFirewallConfigRateLimit$Outbound = {
|
|
|
1324
1453
|
action?: string | null | undefined;
|
|
1325
1454
|
};
|
|
1326
1455
|
/** @internal */
|
|
1327
|
-
export declare const
|
|
1328
|
-
export declare function
|
|
1329
|
-
export declare function
|
|
1456
|
+
export declare const PutFirewallConfigRulesRateLimit$outboundSchema: z.ZodType<PutFirewallConfigRulesRateLimit$Outbound, z.ZodTypeDef, PutFirewallConfigRulesRateLimit>;
|
|
1457
|
+
export declare function putFirewallConfigRulesRateLimitToJSON(putFirewallConfigRulesRateLimit: PutFirewallConfigRulesRateLimit): string;
|
|
1458
|
+
export declare function putFirewallConfigRulesRateLimitFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesRateLimit, SDKValidationError>;
|
|
1330
1459
|
/** @internal */
|
|
1331
|
-
export declare const
|
|
1460
|
+
export declare const PutFirewallConfigRulesRedirect$inboundSchema: z.ZodType<PutFirewallConfigRulesRedirect, z.ZodTypeDef, unknown>;
|
|
1332
1461
|
/** @internal */
|
|
1333
|
-
export type
|
|
1462
|
+
export type PutFirewallConfigRulesRedirect$Outbound = {
|
|
1334
1463
|
location: string;
|
|
1335
1464
|
permanent: boolean;
|
|
1336
1465
|
};
|
|
1337
1466
|
/** @internal */
|
|
1338
|
-
export declare const
|
|
1339
|
-
export declare function
|
|
1340
|
-
export declare function
|
|
1467
|
+
export declare const PutFirewallConfigRulesRedirect$outboundSchema: z.ZodType<PutFirewallConfigRulesRedirect$Outbound, z.ZodTypeDef, PutFirewallConfigRulesRedirect>;
|
|
1468
|
+
export declare function putFirewallConfigRulesRedirectToJSON(putFirewallConfigRulesRedirect: PutFirewallConfigRulesRedirect): string;
|
|
1469
|
+
export declare function putFirewallConfigRulesRedirectFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesRedirect, SDKValidationError>;
|
|
1341
1470
|
/** @internal */
|
|
1342
|
-
export declare const
|
|
1471
|
+
export declare const PutFirewallConfigRulesMitigate$inboundSchema: z.ZodType<PutFirewallConfigRulesMitigate, z.ZodTypeDef, unknown>;
|
|
1343
1472
|
/** @internal */
|
|
1344
|
-
export type
|
|
1473
|
+
export type PutFirewallConfigRulesMitigate$Outbound = {
|
|
1345
1474
|
action: string;
|
|
1346
|
-
rateLimit?:
|
|
1347
|
-
redirect?:
|
|
1475
|
+
rateLimit?: PutFirewallConfigRulesRateLimit$Outbound | null | undefined;
|
|
1476
|
+
redirect?: PutFirewallConfigRulesRedirect$Outbound | null | undefined;
|
|
1348
1477
|
actionDuration?: string | null | undefined;
|
|
1349
1478
|
bypassSystem?: boolean | null | undefined;
|
|
1350
1479
|
};
|
|
1351
1480
|
/** @internal */
|
|
1352
|
-
export declare const
|
|
1353
|
-
export declare function
|
|
1354
|
-
export declare function
|
|
1481
|
+
export declare const PutFirewallConfigRulesMitigate$outboundSchema: z.ZodType<PutFirewallConfigRulesMitigate$Outbound, z.ZodTypeDef, PutFirewallConfigRulesMitigate>;
|
|
1482
|
+
export declare function putFirewallConfigRulesMitigateToJSON(putFirewallConfigRulesMitigate: PutFirewallConfigRulesMitigate): string;
|
|
1483
|
+
export declare function putFirewallConfigRulesMitigateFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesMitigate, SDKValidationError>;
|
|
1355
1484
|
/** @internal */
|
|
1356
|
-
export declare const
|
|
1485
|
+
export declare const PutFirewallConfigRulesAction$inboundSchema: z.ZodType<PutFirewallConfigRulesAction, z.ZodTypeDef, unknown>;
|
|
1357
1486
|
/** @internal */
|
|
1358
|
-
export type
|
|
1359
|
-
mitigate?:
|
|
1487
|
+
export type PutFirewallConfigRulesAction$Outbound = {
|
|
1488
|
+
mitigate?: PutFirewallConfigRulesMitigate$Outbound | undefined;
|
|
1360
1489
|
};
|
|
1361
1490
|
/** @internal */
|
|
1362
|
-
export declare const
|
|
1363
|
-
export declare function
|
|
1364
|
-
export declare function
|
|
1491
|
+
export declare const PutFirewallConfigRulesAction$outboundSchema: z.ZodType<PutFirewallConfigRulesAction$Outbound, z.ZodTypeDef, PutFirewallConfigRulesAction>;
|
|
1492
|
+
export declare function putFirewallConfigRulesActionToJSON(putFirewallConfigRulesAction: PutFirewallConfigRulesAction): string;
|
|
1493
|
+
export declare function putFirewallConfigRulesActionFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesAction, SDKValidationError>;
|
|
1365
1494
|
/** @internal */
|
|
1366
|
-
export declare const
|
|
1495
|
+
export declare const PutFirewallConfigRules2$inboundSchema: z.ZodType<PutFirewallConfigRules2, z.ZodTypeDef, unknown>;
|
|
1496
|
+
/** @internal */
|
|
1497
|
+
export type PutFirewallConfigRules2$Outbound = {
|
|
1498
|
+
id: string;
|
|
1499
|
+
name: string;
|
|
1500
|
+
description?: string | undefined;
|
|
1501
|
+
active: boolean;
|
|
1502
|
+
conditionGroup: Array<PutFirewallConfigRulesConditionGroup$Outbound>;
|
|
1503
|
+
action: PutFirewallConfigRulesAction$Outbound;
|
|
1504
|
+
valid: boolean;
|
|
1505
|
+
validationErrors: Array<string>;
|
|
1506
|
+
};
|
|
1507
|
+
/** @internal */
|
|
1508
|
+
export declare const PutFirewallConfigRules2$outboundSchema: z.ZodType<PutFirewallConfigRules2$Outbound, z.ZodTypeDef, PutFirewallConfigRules2>;
|
|
1509
|
+
export declare function putFirewallConfigRules2ToJSON(putFirewallConfigRules2: PutFirewallConfigRules2): string;
|
|
1510
|
+
export declare function putFirewallConfigRules2FromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRules2, SDKValidationError>;
|
|
1511
|
+
/** @internal */
|
|
1512
|
+
export declare const PutFirewallConfigRulesSecurityType$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityType>;
|
|
1513
|
+
/** @internal */
|
|
1514
|
+
export declare const PutFirewallConfigRulesSecurityType$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityType>;
|
|
1515
|
+
/** @internal */
|
|
1516
|
+
export declare const PutFirewallConfigRulesSecurityOp$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityOp>;
|
|
1517
|
+
/** @internal */
|
|
1518
|
+
export declare const PutFirewallConfigRulesSecurityOp$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityOp>;
|
|
1519
|
+
/** @internal */
|
|
1520
|
+
export declare const PutFirewallConfigRulesSecurityValue$inboundSchema: z.ZodType<PutFirewallConfigRulesSecurityValue, z.ZodTypeDef, unknown>;
|
|
1521
|
+
/** @internal */
|
|
1522
|
+
export type PutFirewallConfigRulesSecurityValue$Outbound = string | number | Array<string>;
|
|
1523
|
+
/** @internal */
|
|
1524
|
+
export declare const PutFirewallConfigRulesSecurityValue$outboundSchema: z.ZodType<PutFirewallConfigRulesSecurityValue$Outbound, z.ZodTypeDef, PutFirewallConfigRulesSecurityValue>;
|
|
1525
|
+
export declare function putFirewallConfigRulesSecurityValueToJSON(putFirewallConfigRulesSecurityValue: PutFirewallConfigRulesSecurityValue): string;
|
|
1526
|
+
export declare function putFirewallConfigRulesSecurityValueFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesSecurityValue, SDKValidationError>;
|
|
1527
|
+
/** @internal */
|
|
1528
|
+
export declare const PutFirewallConfigRulesSecurityConditions$inboundSchema: z.ZodType<PutFirewallConfigRulesSecurityConditions, z.ZodTypeDef, unknown>;
|
|
1529
|
+
/** @internal */
|
|
1530
|
+
export type PutFirewallConfigRulesSecurityConditions$Outbound = {
|
|
1531
|
+
type: string;
|
|
1532
|
+
op: string;
|
|
1533
|
+
neg?: boolean | undefined;
|
|
1534
|
+
key?: string | undefined;
|
|
1535
|
+
value?: string | number | Array<string> | undefined;
|
|
1536
|
+
};
|
|
1537
|
+
/** @internal */
|
|
1538
|
+
export declare const PutFirewallConfigRulesSecurityConditions$outboundSchema: z.ZodType<PutFirewallConfigRulesSecurityConditions$Outbound, z.ZodTypeDef, PutFirewallConfigRulesSecurityConditions>;
|
|
1539
|
+
export declare function putFirewallConfigRulesSecurityConditionsToJSON(putFirewallConfigRulesSecurityConditions: PutFirewallConfigRulesSecurityConditions): string;
|
|
1540
|
+
export declare function putFirewallConfigRulesSecurityConditionsFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesSecurityConditions, SDKValidationError>;
|
|
1541
|
+
/** @internal */
|
|
1542
|
+
export declare const PutFirewallConfigRulesSecurityConditionGroup$inboundSchema: z.ZodType<PutFirewallConfigRulesSecurityConditionGroup, z.ZodTypeDef, unknown>;
|
|
1543
|
+
/** @internal */
|
|
1544
|
+
export type PutFirewallConfigRulesSecurityConditionGroup$Outbound = {
|
|
1545
|
+
conditions: Array<PutFirewallConfigRulesSecurityConditions$Outbound>;
|
|
1546
|
+
};
|
|
1547
|
+
/** @internal */
|
|
1548
|
+
export declare const PutFirewallConfigRulesSecurityConditionGroup$outboundSchema: z.ZodType<PutFirewallConfigRulesSecurityConditionGroup$Outbound, z.ZodTypeDef, PutFirewallConfigRulesSecurityConditionGroup>;
|
|
1549
|
+
export declare function putFirewallConfigRulesSecurityConditionGroupToJSON(putFirewallConfigRulesSecurityConditionGroup: PutFirewallConfigRulesSecurityConditionGroup): string;
|
|
1550
|
+
export declare function putFirewallConfigRulesSecurityConditionGroupFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesSecurityConditionGroup, SDKValidationError>;
|
|
1551
|
+
/** @internal */
|
|
1552
|
+
export declare const PutFirewallConfigRulesSecurityResponseAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityResponseAction>;
|
|
1553
|
+
/** @internal */
|
|
1554
|
+
export declare const PutFirewallConfigRulesSecurityResponseAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityResponseAction>;
|
|
1555
|
+
/** @internal */
|
|
1556
|
+
export declare const PutFirewallConfigRulesSecurityAlgo$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityAlgo>;
|
|
1557
|
+
/** @internal */
|
|
1558
|
+
export declare const PutFirewallConfigRulesSecurityAlgo$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityAlgo>;
|
|
1367
1559
|
/** @internal */
|
|
1368
|
-
export
|
|
1560
|
+
export declare const PutFirewallConfigRulesSecurityResponse200ApplicationJSONAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityResponse200ApplicationJSONAction>;
|
|
1561
|
+
/** @internal */
|
|
1562
|
+
export declare const PutFirewallConfigRulesSecurityResponse200ApplicationJSONAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigRulesSecurityResponse200ApplicationJSONAction>;
|
|
1563
|
+
/** @internal */
|
|
1564
|
+
export declare const PutFirewallConfigRulesSecurityRateLimit$inboundSchema: z.ZodType<PutFirewallConfigRulesSecurityRateLimit, z.ZodTypeDef, unknown>;
|
|
1565
|
+
/** @internal */
|
|
1566
|
+
export type PutFirewallConfigRulesSecurityRateLimit$Outbound = {
|
|
1567
|
+
algo: string;
|
|
1568
|
+
window: number;
|
|
1569
|
+
limit: number;
|
|
1570
|
+
keys: Array<string>;
|
|
1571
|
+
action?: string | null | undefined;
|
|
1572
|
+
};
|
|
1573
|
+
/** @internal */
|
|
1574
|
+
export declare const PutFirewallConfigRulesSecurityRateLimit$outboundSchema: z.ZodType<PutFirewallConfigRulesSecurityRateLimit$Outbound, z.ZodTypeDef, PutFirewallConfigRulesSecurityRateLimit>;
|
|
1575
|
+
export declare function putFirewallConfigRulesSecurityRateLimitToJSON(putFirewallConfigRulesSecurityRateLimit: PutFirewallConfigRulesSecurityRateLimit): string;
|
|
1576
|
+
export declare function putFirewallConfigRulesSecurityRateLimitFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesSecurityRateLimit, SDKValidationError>;
|
|
1577
|
+
/** @internal */
|
|
1578
|
+
export declare const PutFirewallConfigRulesSecurityRedirect$inboundSchema: z.ZodType<PutFirewallConfigRulesSecurityRedirect, z.ZodTypeDef, unknown>;
|
|
1579
|
+
/** @internal */
|
|
1580
|
+
export type PutFirewallConfigRulesSecurityRedirect$Outbound = {
|
|
1581
|
+
location: string;
|
|
1582
|
+
permanent: boolean;
|
|
1583
|
+
};
|
|
1584
|
+
/** @internal */
|
|
1585
|
+
export declare const PutFirewallConfigRulesSecurityRedirect$outboundSchema: z.ZodType<PutFirewallConfigRulesSecurityRedirect$Outbound, z.ZodTypeDef, PutFirewallConfigRulesSecurityRedirect>;
|
|
1586
|
+
export declare function putFirewallConfigRulesSecurityRedirectToJSON(putFirewallConfigRulesSecurityRedirect: PutFirewallConfigRulesSecurityRedirect): string;
|
|
1587
|
+
export declare function putFirewallConfigRulesSecurityRedirectFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesSecurityRedirect, SDKValidationError>;
|
|
1588
|
+
/** @internal */
|
|
1589
|
+
export declare const PutFirewallConfigRulesSecurityMitigate$inboundSchema: z.ZodType<PutFirewallConfigRulesSecurityMitigate, z.ZodTypeDef, unknown>;
|
|
1590
|
+
/** @internal */
|
|
1591
|
+
export type PutFirewallConfigRulesSecurityMitigate$Outbound = {
|
|
1592
|
+
action: string;
|
|
1593
|
+
rateLimit?: PutFirewallConfigRulesSecurityRateLimit$Outbound | null | undefined;
|
|
1594
|
+
redirect?: PutFirewallConfigRulesSecurityRedirect$Outbound | null | undefined;
|
|
1595
|
+
actionDuration?: string | null | undefined;
|
|
1596
|
+
bypassSystem?: boolean | null | undefined;
|
|
1597
|
+
};
|
|
1598
|
+
/** @internal */
|
|
1599
|
+
export declare const PutFirewallConfigRulesSecurityMitigate$outboundSchema: z.ZodType<PutFirewallConfigRulesSecurityMitigate$Outbound, z.ZodTypeDef, PutFirewallConfigRulesSecurityMitigate>;
|
|
1600
|
+
export declare function putFirewallConfigRulesSecurityMitigateToJSON(putFirewallConfigRulesSecurityMitigate: PutFirewallConfigRulesSecurityMitigate): string;
|
|
1601
|
+
export declare function putFirewallConfigRulesSecurityMitigateFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesSecurityMitigate, SDKValidationError>;
|
|
1602
|
+
/** @internal */
|
|
1603
|
+
export declare const PutFirewallConfigRulesSecurityAction$inboundSchema: z.ZodType<PutFirewallConfigRulesSecurityAction, z.ZodTypeDef, unknown>;
|
|
1604
|
+
/** @internal */
|
|
1605
|
+
export type PutFirewallConfigRulesSecurityAction$Outbound = {
|
|
1606
|
+
mitigate?: PutFirewallConfigRulesSecurityMitigate$Outbound | undefined;
|
|
1607
|
+
};
|
|
1608
|
+
/** @internal */
|
|
1609
|
+
export declare const PutFirewallConfigRulesSecurityAction$outboundSchema: z.ZodType<PutFirewallConfigRulesSecurityAction$Outbound, z.ZodTypeDef, PutFirewallConfigRulesSecurityAction>;
|
|
1610
|
+
export declare function putFirewallConfigRulesSecurityActionToJSON(putFirewallConfigRulesSecurityAction: PutFirewallConfigRulesSecurityAction): string;
|
|
1611
|
+
export declare function putFirewallConfigRulesSecurityActionFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRulesSecurityAction, SDKValidationError>;
|
|
1612
|
+
/** @internal */
|
|
1613
|
+
export declare const PutFirewallConfigRules1$inboundSchema: z.ZodType<PutFirewallConfigRules1, z.ZodTypeDef, unknown>;
|
|
1614
|
+
/** @internal */
|
|
1615
|
+
export type PutFirewallConfigRules1$Outbound = {
|
|
1369
1616
|
id: string;
|
|
1370
1617
|
name: string;
|
|
1371
1618
|
description?: string | undefined;
|
|
1372
1619
|
active: boolean;
|
|
1373
|
-
conditionGroup: Array<
|
|
1374
|
-
action:
|
|
1620
|
+
conditionGroup: Array<PutFirewallConfigRulesSecurityConditionGroup$Outbound>;
|
|
1621
|
+
action: PutFirewallConfigRulesSecurityAction$Outbound;
|
|
1622
|
+
valid: boolean;
|
|
1623
|
+
validationErrors?: any | null | undefined;
|
|
1375
1624
|
};
|
|
1376
1625
|
/** @internal */
|
|
1626
|
+
export declare const PutFirewallConfigRules1$outboundSchema: z.ZodType<PutFirewallConfigRules1$Outbound, z.ZodTypeDef, PutFirewallConfigRules1>;
|
|
1627
|
+
export declare function putFirewallConfigRules1ToJSON(putFirewallConfigRules1: PutFirewallConfigRules1): string;
|
|
1628
|
+
export declare function putFirewallConfigRules1FromJSON(jsonString: string): SafeParseResult<PutFirewallConfigRules1, SDKValidationError>;
|
|
1629
|
+
/** @internal */
|
|
1630
|
+
export declare const PutFirewallConfigSecurityRules$inboundSchema: z.ZodType<PutFirewallConfigSecurityRules, z.ZodTypeDef, unknown>;
|
|
1631
|
+
/** @internal */
|
|
1632
|
+
export type PutFirewallConfigSecurityRules$Outbound = PutFirewallConfigRules1$Outbound | PutFirewallConfigRules2$Outbound;
|
|
1633
|
+
/** @internal */
|
|
1377
1634
|
export declare const PutFirewallConfigSecurityRules$outboundSchema: z.ZodType<PutFirewallConfigSecurityRules$Outbound, z.ZodTypeDef, PutFirewallConfigSecurityRules>;
|
|
1378
1635
|
export declare function putFirewallConfigSecurityRulesToJSON(putFirewallConfigSecurityRules: PutFirewallConfigSecurityRules): string;
|
|
1379
1636
|
export declare function putFirewallConfigSecurityRulesFromJSON(jsonString: string): SafeParseResult<PutFirewallConfigSecurityRules, SDKValidationError>;
|
|
1380
1637
|
/** @internal */
|
|
1381
|
-
export declare const
|
|
1638
|
+
export declare const PutFirewallConfigSecurityResponseAction$inboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponseAction>;
|
|
1382
1639
|
/** @internal */
|
|
1383
|
-
export declare const
|
|
1640
|
+
export declare const PutFirewallConfigSecurityResponseAction$outboundSchema: z.ZodNativeEnum<typeof PutFirewallConfigSecurityResponseAction>;
|
|
1384
1641
|
/** @internal */
|
|
1385
1642
|
export declare const PutFirewallConfigIps$inboundSchema: z.ZodType<PutFirewallConfigIps, z.ZodTypeDef, unknown>;
|
|
1386
1643
|
/** @internal */
|
|
@@ -1480,7 +1737,7 @@ export type Active$Outbound = {
|
|
|
1480
1737
|
updatedAt: string;
|
|
1481
1738
|
firewallEnabled: boolean;
|
|
1482
1739
|
crs: PutFirewallConfigCrs$Outbound;
|
|
1483
|
-
rules: Array<
|
|
1740
|
+
rules: Array<PutFirewallConfigRules1$Outbound | PutFirewallConfigRules2$Outbound>;
|
|
1484
1741
|
ips: Array<PutFirewallConfigIps$Outbound>;
|
|
1485
1742
|
changes: Array<PutFirewallConfigChanges$Outbound>;
|
|
1486
1743
|
managedRules?: PutFirewallConfigManagedRules$Outbound | undefined;
|