@distilled.cloud/cloudflare 0.0.0 → 0.2.0-alpha
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/lib/auth.d.ts +13 -0
- package/lib/auth.d.ts.map +1 -0
- package/lib/auth.js +12 -0
- package/lib/auth.js.map +1 -0
- package/lib/category.d.ts +2 -0
- package/lib/category.d.ts.map +1 -0
- package/lib/category.js +2 -0
- package/lib/category.js.map +1 -0
- package/lib/client/api.d.ts +14 -0
- package/lib/client/api.d.ts.map +1 -0
- package/lib/client/api.js +197 -0
- package/lib/client/api.js.map +1 -0
- package/lib/client/index.d.ts +8 -0
- package/lib/client/index.d.ts.map +1 -0
- package/lib/client/index.js +8 -0
- package/lib/client/index.js.map +1 -0
- package/lib/credentials.d.ts +14 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +17 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +48 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +38 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +10 -0
- package/lib/index.js.map +1 -0
- package/lib/retry.d.ts +14 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +14 -0
- package/lib/retry.js.map +1 -0
- package/lib/schemas.d.ts +29 -0
- package/lib/schemas.d.ts.map +1 -0
- package/lib/schemas.js +34 -0
- package/lib/schemas.js.map +1 -0
- package/lib/services/abuse-reports.d.ts +224 -0
- package/lib/services/abuse-reports.d.ts.map +1 -0
- package/lib/services/abuse-reports.js +353 -0
- package/lib/services/abuse-reports.js.map +1 -0
- package/lib/services/accounts.d.ts +682 -0
- package/lib/services/accounts.d.ts.map +1 -0
- package/lib/services/accounts.js +805 -0
- package/lib/services/accounts.js.map +1 -0
- package/lib/services/acm.d.ts +73 -0
- package/lib/services/acm.d.ts.map +1 -0
- package/lib/services/acm.js +76 -0
- package/lib/services/acm.js.map +1 -0
- package/lib/services/addressing.d.ts +1208 -0
- package/lib/services/addressing.d.ts.map +1 -0
- package/lib/services/addressing.js +1776 -0
- package/lib/services/addressing.js.map +1 -0
- package/lib/services/ai-gateway.d.ts +956 -0
- package/lib/services/ai-gateway.d.ts.map +1 -0
- package/lib/services/ai-gateway.js +1706 -0
- package/lib/services/ai-gateway.js.map +1 -0
- package/lib/services/ai.d.ts +243 -0
- package/lib/services/ai.d.ts.map +1 -0
- package/lib/services/ai.js +299 -0
- package/lib/services/ai.js.map +1 -0
- package/lib/services/aisearch.d.ts +915 -0
- package/lib/services/aisearch.d.ts.map +1 -0
- package/lib/services/aisearch.js +2425 -0
- package/lib/services/aisearch.js.map +1 -0
- package/lib/services/alerting.d.ts +718 -0
- package/lib/services/alerting.d.ts.map +1 -0
- package/lib/services/alerting.js +1388 -0
- package/lib/services/alerting.js.map +1 -0
- package/lib/services/api-gateway.d.ts +830 -0
- package/lib/services/api-gateway.d.ts.map +1 -0
- package/lib/services/api-gateway.js +1548 -0
- package/lib/services/api-gateway.js.map +1 -0
- package/lib/services/argo.d.ts +101 -0
- package/lib/services/argo.d.ts.map +1 -0
- package/lib/services/argo.js +105 -0
- package/lib/services/argo.js.map +1 -0
- package/lib/services/audit-logs.d.ts +46 -0
- package/lib/services/audit-logs.d.ts.map +1 -0
- package/lib/services/audit-logs.js +37 -0
- package/lib/services/audit-logs.js.map +1 -0
- package/lib/services/billing.d.ts +62 -0
- package/lib/services/billing.d.ts.map +1 -0
- package/lib/services/billing.js +100 -0
- package/lib/services/billing.js.map +1 -0
- package/lib/services/bot-management.d.ts +124 -0
- package/lib/services/bot-management.d.ts.map +1 -0
- package/lib/services/bot-management.js +262 -0
- package/lib/services/bot-management.js.map +1 -0
- package/lib/services/botnet-feed.d.ts +65 -0
- package/lib/services/botnet-feed.d.ts.map +1 -0
- package/lib/services/botnet-feed.js +84 -0
- package/lib/services/botnet-feed.js.map +1 -0
- package/lib/services/brand-protection.d.ts +188 -0
- package/lib/services/brand-protection.d.ts.map +1 -0
- package/lib/services/brand-protection.js +214 -0
- package/lib/services/brand-protection.js.map +1 -0
- package/lib/services/browser-rendering.d.ts +857 -0
- package/lib/services/browser-rendering.d.ts.map +1 -0
- package/lib/services/browser-rendering.js +1141 -0
- package/lib/services/browser-rendering.js.map +1 -0
- package/lib/services/cache.d.ts +287 -0
- package/lib/services/cache.d.ts.map +1 -0
- package/lib/services/cache.js +330 -0
- package/lib/services/cache.js.map +1 -0
- package/lib/services/calls.d.ts +202 -0
- package/lib/services/calls.d.ts.map +1 -0
- package/lib/services/calls.js +175 -0
- package/lib/services/calls.js.map +1 -0
- package/lib/services/certificate-authorities.d.ts +40 -0
- package/lib/services/certificate-authorities.d.ts.map +1 -0
- package/lib/services/certificate-authorities.js +49 -0
- package/lib/services/certificate-authorities.js.map +1 -0
- package/lib/services/client-certificates.d.ts +254 -0
- package/lib/services/client-certificates.d.ts.map +1 -0
- package/lib/services/client-certificates.js +350 -0
- package/lib/services/client-certificates.js.map +1 -0
- package/lib/services/cloud-connector.d.ts +59 -0
- package/lib/services/cloud-connector.d.ts.map +1 -0
- package/lib/services/cloud-connector.js +84 -0
- package/lib/services/cloud-connector.js.map +1 -0
- package/lib/services/cloudforce-one.d.ts +1318 -0
- package/lib/services/cloudforce-one.d.ts.map +1 -0
- package/lib/services/cloudforce-one.js +1684 -0
- package/lib/services/cloudforce-one.js.map +1 -0
- package/lib/services/connectivity.d.ts +248 -0
- package/lib/services/connectivity.d.ts.map +1 -0
- package/lib/services/connectivity.js +377 -0
- package/lib/services/connectivity.js.map +1 -0
- package/lib/services/content-scanning.d.ts +131 -0
- package/lib/services/content-scanning.d.ts.map +1 -0
- package/lib/services/content-scanning.js +156 -0
- package/lib/services/content-scanning.js.map +1 -0
- package/lib/services/custom-certificates.d.ts +211 -0
- package/lib/services/custom-certificates.d.ts.map +1 -0
- package/lib/services/custom-certificates.js +309 -0
- package/lib/services/custom-certificates.js.map +1 -0
- package/lib/services/custom-hostnames.d.ts +525 -0
- package/lib/services/custom-hostnames.d.ts.map +1 -0
- package/lib/services/custom-hostnames.js +1164 -0
- package/lib/services/custom-hostnames.js.map +1 -0
- package/lib/services/custom-nameservers.d.ts +67 -0
- package/lib/services/custom-nameservers.d.ts.map +1 -0
- package/lib/services/custom-nameservers.js +80 -0
- package/lib/services/custom-nameservers.js.map +1 -0
- package/lib/services/custom-pages.d.ts +74 -0
- package/lib/services/custom-pages.d.ts.map +1 -0
- package/lib/services/custom-pages.js +125 -0
- package/lib/services/custom-pages.js.map +1 -0
- package/lib/services/d1.d.ts +326 -0
- package/lib/services/d1.d.ts.map +1 -0
- package/lib/services/d1.js +448 -0
- package/lib/services/d1.js.map +1 -0
- package/lib/services/dcv-delegation.d.ts +24 -0
- package/lib/services/dcv-delegation.d.ts.map +1 -0
- package/lib/services/dcv-delegation.js +24 -0
- package/lib/services/dcv-delegation.js.map +1 -0
- package/lib/services/diagnostics.d.ts +175 -0
- package/lib/services/diagnostics.d.ts.map +1 -0
- package/lib/services/diagnostics.js +273 -0
- package/lib/services/diagnostics.js.map +1 -0
- package/lib/services/dns-firewall.d.ts +288 -0
- package/lib/services/dns-firewall.d.ts.map +1 -0
- package/lib/services/dns-firewall.js +373 -0
- package/lib/services/dns-firewall.js.map +1 -0
- package/lib/services/dns.d.ts +2946 -0
- package/lib/services/dns.d.ts.map +1 -0
- package/lib/services/dns.js +4511 -0
- package/lib/services/dns.js.map +1 -0
- package/lib/services/durable-objects.d.ts +61 -0
- package/lib/services/durable-objects.d.ts.map +1 -0
- package/lib/services/durable-objects.js +66 -0
- package/lib/services/durable-objects.js.map +1 -0
- package/lib/services/email-routing.d.ts +542 -0
- package/lib/services/email-routing.d.ts.map +1 -0
- package/lib/services/email-routing.js +662 -0
- package/lib/services/email-routing.js.map +1 -0
- package/lib/services/email-security.d.ts +1131 -0
- package/lib/services/email-security.d.ts.map +1 -0
- package/lib/services/email-security.js +2065 -0
- package/lib/services/email-security.js.map +1 -0
- package/lib/services/filters.d.ts +157 -0
- package/lib/services/filters.d.ts.map +1 -0
- package/lib/services/filters.js +135 -0
- package/lib/services/filters.js.map +1 -0
- package/lib/services/firewall.d.ts +1080 -0
- package/lib/services/firewall.d.ts.map +1 -0
- package/lib/services/firewall.js +1881 -0
- package/lib/services/firewall.js.map +1 -0
- package/lib/services/healthchecks.d.ts +464 -0
- package/lib/services/healthchecks.d.ts.map +1 -0
- package/lib/services/healthchecks.js +838 -0
- package/lib/services/healthchecks.js.map +1 -0
- package/lib/services/hostnames.d.ts +74 -0
- package/lib/services/hostnames.d.ts.map +1 -0
- package/lib/services/hostnames.js +100 -0
- package/lib/services/hostnames.js.map +1 -0
- package/lib/services/hyperdrive.d.ts +203 -0
- package/lib/services/hyperdrive.d.ts.map +1 -0
- package/lib/services/hyperdrive.js +299 -0
- package/lib/services/hyperdrive.js.map +1 -0
- package/lib/services/iam.d.ts +554 -0
- package/lib/services/iam.d.ts.map +1 -0
- package/lib/services/iam.js +743 -0
- package/lib/services/iam.js.map +1 -0
- package/lib/services/images.d.ts +403 -0
- package/lib/services/images.d.ts.map +1 -0
- package/lib/services/images.js +417 -0
- package/lib/services/images.js.map +1 -0
- package/lib/services/intel.d.ts +768 -0
- package/lib/services/intel.d.ts.map +1 -0
- package/lib/services/intel.js +1179 -0
- package/lib/services/intel.js.map +1 -0
- package/lib/services/ips.d.ts +28 -0
- package/lib/services/ips.d.ts.map +1 -0
- package/lib/services/ips.js +39 -0
- package/lib/services/ips.js.map +1 -0
- package/lib/services/keyless-certificates.d.ts +177 -0
- package/lib/services/keyless-certificates.d.ts.map +1 -0
- package/lib/services/keyless-certificates.js +216 -0
- package/lib/services/keyless-certificates.js.map +1 -0
- package/lib/services/kv.d.ts +339 -0
- package/lib/services/kv.d.ts.map +1 -0
- package/lib/services/kv.js +402 -0
- package/lib/services/kv.js.map +1 -0
- package/lib/services/leaked-credential-checks.d.ts +119 -0
- package/lib/services/leaked-credential-checks.d.ts.map +1 -0
- package/lib/services/leaked-credential-checks.js +130 -0
- package/lib/services/leaked-credential-checks.js.map +1 -0
- package/lib/services/load-balancers.d.ts +1767 -0
- package/lib/services/load-balancers.d.ts.map +1 -0
- package/lib/services/load-balancers.js +3068 -0
- package/lib/services/load-balancers.js.map +1 -0
- package/lib/services/logpush.d.ts +401 -0
- package/lib/services/logpush.d.ts.map +1 -0
- package/lib/services/logpush.js +724 -0
- package/lib/services/logpush.js.map +1 -0
- package/lib/services/logs.d.ts +125 -0
- package/lib/services/logs.d.ts.map +1 -0
- package/lib/services/logs.js +145 -0
- package/lib/services/logs.js.map +1 -0
- package/lib/services/magic-cloud-networking.d.ts +1599 -0
- package/lib/services/magic-cloud-networking.d.ts.map +1 -0
- package/lib/services/magic-cloud-networking.js +5205 -0
- package/lib/services/magic-cloud-networking.js.map +1 -0
- package/lib/services/magic-network-monitoring.d.ts +379 -0
- package/lib/services/magic-network-monitoring.d.ts.map +1 -0
- package/lib/services/magic-network-monitoring.js +535 -0
- package/lib/services/magic-network-monitoring.js.map +1 -0
- package/lib/services/magic-transit.d.ts +3650 -0
- package/lib/services/magic-transit.d.ts.map +1 -0
- package/lib/services/magic-transit.js +6120 -0
- package/lib/services/magic-transit.js.map +1 -0
- package/lib/services/managed-transforms.d.ts +79 -0
- package/lib/services/managed-transforms.d.ts.map +1 -0
- package/lib/services/managed-transforms.js +107 -0
- package/lib/services/managed-transforms.js.map +1 -0
- package/lib/services/memberships.d.ts +172 -0
- package/lib/services/memberships.d.ts.map +1 -0
- package/lib/services/memberships.js +282 -0
- package/lib/services/memberships.js.map +1 -0
- package/lib/services/mtls-certificates.d.ts +140 -0
- package/lib/services/mtls-certificates.d.ts.map +1 -0
- package/lib/services/mtls-certificates.js +173 -0
- package/lib/services/mtls-certificates.js.map +1 -0
- package/lib/services/network-interconnects.d.ts +410 -0
- package/lib/services/network-interconnects.d.ts.map +1 -0
- package/lib/services/network-interconnects.js +583 -0
- package/lib/services/network-interconnects.js.map +1 -0
- package/lib/services/organizations.d.ts +201 -0
- package/lib/services/organizations.d.ts.map +1 -0
- package/lib/services/organizations.js +355 -0
- package/lib/services/organizations.js.map +1 -0
- package/lib/services/origin-ca-certificates.d.ts +99 -0
- package/lib/services/origin-ca-certificates.d.ts.map +1 -0
- package/lib/services/origin-ca-certificates.js +156 -0
- package/lib/services/origin-ca-certificates.js.map +1 -0
- package/lib/services/origin-post-quantum-encryption.d.ts +50 -0
- package/lib/services/origin-post-quantum-encryption.d.ts.map +1 -0
- package/lib/services/origin-post-quantum-encryption.js +60 -0
- package/lib/services/origin-post-quantum-encryption.js.map +1 -0
- package/lib/services/origin-tls-client-auth.d.ts +273 -0
- package/lib/services/origin-tls-client-auth.d.ts.map +1 -0
- package/lib/services/origin-tls-client-auth.js +401 -0
- package/lib/services/origin-tls-client-auth.js.map +1 -0
- package/lib/services/page-rules.d.ts +773 -0
- package/lib/services/page-rules.d.ts.map +1 -0
- package/lib/services/page-rules.js +1365 -0
- package/lib/services/page-rules.js.map +1 -0
- package/lib/services/page-shield.d.ts +426 -0
- package/lib/services/page-shield.d.ts.map +1 -0
- package/lib/services/page-shield.js +484 -0
- package/lib/services/page-shield.js.map +1 -0
- package/lib/services/pages.d.ts +1654 -0
- package/lib/services/pages.d.ts.map +1 -0
- package/lib/services/pages.js +2954 -0
- package/lib/services/pages.js.map +1 -0
- package/lib/services/pipelines.d.ts +1461 -0
- package/lib/services/pipelines.d.ts.map +1 -0
- package/lib/services/pipelines.js +2912 -0
- package/lib/services/pipelines.js.map +1 -0
- package/lib/services/queues.d.ts +807 -0
- package/lib/services/queues.d.ts.map +1 -0
- package/lib/services/queues.js +1194 -0
- package/lib/services/queues.js.map +1 -0
- package/lib/services/r2-data-catalog.d.ts +341 -0
- package/lib/services/r2-data-catalog.d.ts.map +1 -0
- package/lib/services/r2-data-catalog.js +499 -0
- package/lib/services/r2-data-catalog.js.map +1 -0
- package/lib/services/r2.d.ts +1041 -0
- package/lib/services/r2.d.ts.map +1 -0
- package/lib/services/r2.js +1384 -0
- package/lib/services/r2.js.map +1 -0
- package/lib/services/radar.d.ts +9276 -0
- package/lib/services/radar.d.ts.map +1 -0
- package/lib/services/radar.js +20491 -0
- package/lib/services/radar.js.map +1 -0
- package/lib/services/rate-limits.d.ts +315 -0
- package/lib/services/rate-limits.d.ts.map +1 -0
- package/lib/services/rate-limits.js +521 -0
- package/lib/services/rate-limits.js.map +1 -0
- package/lib/services/realtime-kit.d.ts +2728 -0
- package/lib/services/realtime-kit.d.ts.map +1 -0
- package/lib/services/realtime-kit.js +5401 -0
- package/lib/services/realtime-kit.js.map +1 -0
- package/lib/services/registrar.d.ts +81 -0
- package/lib/services/registrar.d.ts.map +1 -0
- package/lib/services/registrar.js +154 -0
- package/lib/services/registrar.js.map +1 -0
- package/lib/services/request-tracers.d.ts +61 -0
- package/lib/services/request-tracers.d.ts.map +1 -0
- package/lib/services/request-tracers.js +82 -0
- package/lib/services/request-tracers.js.map +1 -0
- package/lib/services/resource-sharing.d.ts +540 -0
- package/lib/services/resource-sharing.d.ts.map +1 -0
- package/lib/services/resource-sharing.js +846 -0
- package/lib/services/resource-sharing.js.map +1 -0
- package/lib/services/rules.d.ts +297 -0
- package/lib/services/rules.d.ts.map +1 -0
- package/lib/services/rules.js +396 -0
- package/lib/services/rules.js.map +1 -0
- package/lib/services/rulesets.d.ts +3300 -0
- package/lib/services/rulesets.d.ts.map +1 -0
- package/lib/services/rulesets.js +7852 -0
- package/lib/services/rulesets.js.map +1 -0
- package/lib/services/rum.d.ts +289 -0
- package/lib/services/rum.d.ts.map +1 -0
- package/lib/services/rum.js +409 -0
- package/lib/services/rum.js.map +1 -0
- package/lib/services/schema-validation.d.ts +240 -0
- package/lib/services/schema-validation.d.ts.map +1 -0
- package/lib/services/schema-validation.js +306 -0
- package/lib/services/schema-validation.js.map +1 -0
- package/lib/services/secrets-store.d.ts +321 -0
- package/lib/services/secrets-store.d.ts.map +1 -0
- package/lib/services/secrets-store.js +385 -0
- package/lib/services/secrets-store.js.map +1 -0
- package/lib/services/security-center.d.ts +102 -0
- package/lib/services/security-center.d.ts.map +1 -0
- package/lib/services/security-center.js +170 -0
- package/lib/services/security-center.js.map +1 -0
- package/lib/services/security-txt.d.ts +105 -0
- package/lib/services/security-txt.d.ts.map +1 -0
- package/lib/services/security-txt.js +136 -0
- package/lib/services/security-txt.js.map +1 -0
- package/lib/services/snippets.d.ts +138 -0
- package/lib/services/snippets.d.ts.map +1 -0
- package/lib/services/snippets.js +178 -0
- package/lib/services/snippets.js.map +1 -0
- package/lib/services/spectrum.d.ts +316 -0
- package/lib/services/spectrum.d.ts.map +1 -0
- package/lib/services/spectrum.js +510 -0
- package/lib/services/spectrum.js.map +1 -0
- package/lib/services/speed.d.ts +227 -0
- package/lib/services/speed.d.ts.map +1 -0
- package/lib/services/speed.js +444 -0
- package/lib/services/speed.js.map +1 -0
- package/lib/services/ssl.d.ts +370 -0
- package/lib/services/ssl.d.ts.map +1 -0
- package/lib/services/ssl.js +732 -0
- package/lib/services/ssl.js.map +1 -0
- package/lib/services/stream.d.ts +1014 -0
- package/lib/services/stream.d.ts.map +1 -0
- package/lib/services/stream.js +1049 -0
- package/lib/services/stream.js.map +1 -0
- package/lib/services/token-validation.d.ts +547 -0
- package/lib/services/token-validation.d.ts.map +1 -0
- package/lib/services/token-validation.js +768 -0
- package/lib/services/token-validation.js.map +1 -0
- package/lib/services/turnstile.d.ts +248 -0
- package/lib/services/turnstile.d.ts.map +1 -0
- package/lib/services/turnstile.js +308 -0
- package/lib/services/turnstile.js.map +1 -0
- package/lib/services/url-normalization.d.ts +53 -0
- package/lib/services/url-normalization.d.ts.map +1 -0
- package/lib/services/url-normalization.js +52 -0
- package/lib/services/url-normalization.js.map +1 -0
- package/lib/services/url-scanner.d.ts +612 -0
- package/lib/services/url-scanner.d.ts.map +1 -0
- package/lib/services/url-scanner.js +915 -0
- package/lib/services/url-scanner.js.map +1 -0
- package/lib/services/user.d.ts +441 -0
- package/lib/services/user.d.ts.map +1 -0
- package/lib/services/user.js +567 -0
- package/lib/services/user.js.map +1 -0
- package/lib/services/vectorize.d.ts +282 -0
- package/lib/services/vectorize.d.ts.map +1 -0
- package/lib/services/vectorize.js +340 -0
- package/lib/services/vectorize.js.map +1 -0
- package/lib/services/waiting-rooms.d.ts +1009 -0
- package/lib/services/waiting-rooms.d.ts.map +1 -0
- package/lib/services/waiting-rooms.js +1757 -0
- package/lib/services/waiting-rooms.js.map +1 -0
- package/lib/services/web3.d.ts +274 -0
- package/lib/services/web3.d.ts.map +1 -0
- package/lib/services/web3.js +362 -0
- package/lib/services/web3.js.map +1 -0
- package/lib/services/workers-for-platforms.d.ts +1224 -0
- package/lib/services/workers-for-platforms.d.ts.map +1 -0
- package/lib/services/workers-for-platforms.js +2078 -0
- package/lib/services/workers-for-platforms.js.map +1 -0
- package/lib/services/workers.d.ts +3498 -0
- package/lib/services/workers.d.ts.map +1 -0
- package/lib/services/workers.js +5967 -0
- package/lib/services/workers.js.map +1 -0
- package/lib/services/workflows.d.ts +359 -0
- package/lib/services/workflows.d.ts.map +1 -0
- package/lib/services/workflows.js +516 -0
- package/lib/services/workflows.js.map +1 -0
- package/lib/services/zaraz.d.ts +300 -0
- package/lib/services/zaraz.d.ts.map +1 -0
- package/lib/services/zaraz.js +298 -0
- package/lib/services/zaraz.js.map +1 -0
- package/lib/services/zero-trust.d.ts +15449 -0
- package/lib/services/zero-trust.d.ts.map +1 -0
- package/lib/services/zero-trust.js +29194 -0
- package/lib/services/zero-trust.js.map +1 -0
- package/lib/services/zones.d.ts +1278 -0
- package/lib/services/zones.d.ts.map +1 -0
- package/lib/services/zones.js +2416 -0
- package/lib/services/zones.js.map +1 -0
- package/lib/traits.d.ts +28 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +26 -0
- package/lib/traits.js.map +1 -0
- package/package.json +67 -5
- package/src/auth.ts +14 -0
- package/src/category.ts +1 -0
- package/src/client/api.ts +269 -0
- package/src/client/index.ts +7 -0
- package/src/credentials.ts +30 -0
- package/src/errors.ts +65 -0
- package/src/index.ts +9 -0
- package/src/retry.ts +35 -0
- package/src/schemas.ts +51 -0
- package/src/services/abuse-reports.ts +747 -0
- package/src/services/accounts.ts +1947 -0
- package/src/services/acm.ts +170 -0
- package/src/services/addressing.ts +3947 -0
- package/src/services/ai-gateway.ts +3335 -0
- package/src/services/ai.ts +727 -0
- package/src/services/aisearch.ts +4750 -0
- package/src/services/alerting.ts +2947 -0
- package/src/services/api-gateway.ts +3391 -0
- package/src/services/argo.ts +254 -0
- package/src/services/audit-logs.ts +90 -0
- package/src/services/billing.ts +172 -0
- package/src/services/bot-management.ts +541 -0
- package/src/services/botnet-feed.ts +193 -0
- package/src/services/brand-protection.ts +553 -0
- package/src/services/browser-rendering.ts +2707 -0
- package/src/services/cache.ts +827 -0
- package/src/services/calls.ts +483 -0
- package/src/services/certificate-authorities.ts +110 -0
- package/src/services/client-certificates.ts +718 -0
- package/src/services/cloud-connector.ts +181 -0
- package/src/services/cloudforce-one.ts +3876 -0
- package/src/services/connectivity.ts +629 -0
- package/src/services/content-scanning.ts +385 -0
- package/src/services/custom-certificates.ts +611 -0
- package/src/services/custom-hostnames.ts +2453 -0
- package/src/services/custom-nameservers.ts +182 -0
- package/src/services/custom-pages.ts +264 -0
- package/src/services/d1.ts +1034 -0
- package/src/services/dcv-delegation.ts +52 -0
- package/src/services/diagnostics.ts +603 -0
- package/src/services/dns-firewall.ts +823 -0
- package/src/services/dns.ts +8897 -0
- package/src/services/durable-objects.ts +148 -0
- package/src/services/email-routing.ts +1602 -0
- package/src/services/email-security.ts +4283 -0
- package/src/services/filters.ts +370 -0
- package/src/services/firewall.ts +3896 -0
- package/src/services/healthchecks.ts +1750 -0
- package/src/services/hostnames.ts +218 -0
- package/src/services/hyperdrive.ts +592 -0
- package/src/services/iam.ts +1668 -0
- package/src/services/images.ts +1086 -0
- package/src/services/intel.ts +2768 -0
- package/src/services/ips.ts +88 -0
- package/src/services/keyless-certificates.ts +462 -0
- package/src/services/kv.ts +1011 -0
- package/src/services/leaked-credential-checks.ts +325 -0
- package/src/services/load-balancers.ts +6438 -0
- package/src/services/logpush.ts +1667 -0
- package/src/services/logs.ts +375 -0
- package/src/services/magic-cloud-networking.ts +10020 -0
- package/src/services/magic-network-monitoring.ts +1156 -0
- package/src/services/magic-transit.ts +13050 -0
- package/src/services/managed-transforms.ts +237 -0
- package/src/services/memberships.ts +615 -0
- package/src/services/mtls-certificates.ts +374 -0
- package/src/services/network-interconnects.ts +1253 -0
- package/src/services/organizations.ts +674 -0
- package/src/services/origin-ca-certificates.ts +303 -0
- package/src/services/origin-post-quantum-encryption.ts +128 -0
- package/src/services/origin-tls-client-auth.ts +878 -0
- package/src/services/page-rules.ts +2612 -0
- package/src/services/page-shield.ts +1195 -0
- package/src/services/pages.ts +5709 -0
- package/src/services/pipelines.ts +6000 -0
- package/src/services/queues.ts +2629 -0
- package/src/services/r2-data-catalog.ts +1119 -0
- package/src/services/r2.ts +3348 -0
- package/src/services/radar.ts +42152 -0
- package/src/services/rate-limits.ts +1150 -0
- package/src/services/realtime-kit.ts +11079 -0
- package/src/services/registrar.ts +295 -0
- package/src/services/request-tracers.ts +158 -0
- package/src/services/resource-sharing.ts +1832 -0
- package/src/services/rules.ts +837 -0
- package/src/services/rulesets.ts +15144 -0
- package/src/services/rum.ts +901 -0
- package/src/services/schema-validation.ts +733 -0
- package/src/services/secrets-store.ts +860 -0
- package/src/services/security-center.ts +397 -0
- package/src/services/security-txt.ts +315 -0
- package/src/services/snippets.ts +420 -0
- package/src/services/spectrum.ts +1103 -0
- package/src/services/speed.ts +1056 -0
- package/src/services/ssl.ts +1587 -0
- package/src/services/stream.ts +2756 -0
- package/src/services/token-validation.ts +1585 -0
- package/src/services/turnstile.ts +643 -0
- package/src/services/url-normalization.ts +129 -0
- package/src/services/url-scanner.ts +1851 -0
- package/src/services/user.ts +1384 -0
- package/src/services/vectorize.ts +816 -0
- package/src/services/waiting-rooms.ts +3807 -0
- package/src/services/web3.ts +834 -0
- package/src/services/workers-for-platforms.ts +3859 -0
- package/src/services/workers.ts +11637 -0
- package/src/services/workflows.ts +1124 -0
- package/src/services/zaraz.ts +797 -0
- package/src/services/zero-trust.ts +58933 -0
- package/src/services/zones.ts +4875 -0
- package/src/traits.ts +47 -0
- package/README.md +0 -15
- package/bun.lock +0 -26
- package/index.ts +0 -1
- package/tsconfig.json +0 -29
|
@@ -0,0 +1,1131 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloudflare EMAIL-SECURITY API
|
|
3
|
+
*
|
|
4
|
+
* Generated from Cloudflare TypeScript SDK.
|
|
5
|
+
* DO NOT EDIT - regenerate with: bun scripts/generate.ts --service email-security
|
|
6
|
+
*/
|
|
7
|
+
import * as Schema from "effect/Schema";
|
|
8
|
+
import type * as HttpClient from "effect/unstable/http/HttpClient";
|
|
9
|
+
import * as API from "../client/api.ts";
|
|
10
|
+
import type { Credentials } from "../credentials";
|
|
11
|
+
import { type DefaultErrors } from "../errors";
|
|
12
|
+
export interface GetInvestigateRequest {
|
|
13
|
+
postfixId: string;
|
|
14
|
+
/** Account Identifier */
|
|
15
|
+
accountId: string;
|
|
16
|
+
}
|
|
17
|
+
export declare const GetInvestigateRequest: Schema.Schema<GetInvestigateRequest>;
|
|
18
|
+
export interface GetInvestigateResponse {
|
|
19
|
+
id: string;
|
|
20
|
+
actionLog: unknown;
|
|
21
|
+
clientRecipients: string[];
|
|
22
|
+
detectionReasons: string[];
|
|
23
|
+
isPhishSubmission: boolean;
|
|
24
|
+
isQuarantined: boolean;
|
|
25
|
+
/** The identifier of the message. */
|
|
26
|
+
postfixId: string;
|
|
27
|
+
properties: {
|
|
28
|
+
allowlistedPattern?: string | null;
|
|
29
|
+
allowlistedPatternType?: "quarantine_release" | "acceptable_sender" | "allowed_sender" | "allowed_recipient" | "domain_similarity" | "domain_recency" | "managed_acceptable_sender" | "outbound_ndr" | null;
|
|
30
|
+
blocklistedMessage?: boolean | null;
|
|
31
|
+
blocklistedPattern?: string | null;
|
|
32
|
+
whitelistedPatternType?: "quarantine_release" | "acceptable_sender" | "allowed_sender" | "allowed_recipient" | "domain_similarity" | "domain_recency" | "managed_acceptable_sender" | "outbound_ndr" | null;
|
|
33
|
+
};
|
|
34
|
+
ts: string;
|
|
35
|
+
alertId?: string | null;
|
|
36
|
+
deliveryMode?: "DIRECT" | "BCC" | "JOURNAL" | "REVIEW_SUBMISSION" | "DMARC_UNVERIFIED" | "DMARC_FAILURE_REPORT" | "DMARC_AGGREGATE_REPORT" | "THREAT_INTEL_SUBMISSION" | "SIMULATION_SUBMISSION" | "API" | "RETRO_SCAN" | null;
|
|
37
|
+
edfHash?: string | null;
|
|
38
|
+
envelopeFrom?: string | null;
|
|
39
|
+
envelopeTo?: string[] | null;
|
|
40
|
+
finalDisposition?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
41
|
+
findings?: {
|
|
42
|
+
attachment?: string | null;
|
|
43
|
+
detail?: string | null;
|
|
44
|
+
detection?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
45
|
+
field?: string | null;
|
|
46
|
+
name?: string | null;
|
|
47
|
+
portion?: string | null;
|
|
48
|
+
reason?: string | null;
|
|
49
|
+
score?: number | null;
|
|
50
|
+
value?: string | null;
|
|
51
|
+
}[] | null;
|
|
52
|
+
from?: string | null;
|
|
53
|
+
fromName?: string | null;
|
|
54
|
+
htmltextStructureHash?: string | null;
|
|
55
|
+
messageId?: string | null;
|
|
56
|
+
postfixIdOutbound?: string | null;
|
|
57
|
+
replyto?: string | null;
|
|
58
|
+
sentDate?: string | null;
|
|
59
|
+
subject?: string | null;
|
|
60
|
+
threatCategories?: string[] | null;
|
|
61
|
+
to?: string[] | null;
|
|
62
|
+
toName?: string[] | null;
|
|
63
|
+
validation?: {
|
|
64
|
+
comment?: string | null;
|
|
65
|
+
dkim?: "pass" | "neutral" | "fail" | "error" | "none" | null;
|
|
66
|
+
dmarc?: "pass" | "neutral" | "fail" | "error" | "none" | null;
|
|
67
|
+
spf?: "pass" | "neutral" | "fail" | "error" | "none" | null;
|
|
68
|
+
} | null;
|
|
69
|
+
}
|
|
70
|
+
export declare const GetInvestigateResponse: Schema.Schema<GetInvestigateResponse>;
|
|
71
|
+
export type GetInvestigateError = DefaultErrors;
|
|
72
|
+
export declare const getInvestigate: API.OperationMethod<GetInvestigateRequest, GetInvestigateResponse, GetInvestigateError, Credentials | HttpClient.HttpClient>;
|
|
73
|
+
export interface ListInvestigatesRequest {
|
|
74
|
+
/** Path param: Account Identifier */
|
|
75
|
+
accountId: string;
|
|
76
|
+
/** Query param: Determines if the message action log is included in the response. */
|
|
77
|
+
actionLog?: boolean;
|
|
78
|
+
/** Query param: */
|
|
79
|
+
alertId?: string;
|
|
80
|
+
/** Query param: */
|
|
81
|
+
cursor?: string;
|
|
82
|
+
/** Query param: Determines if the search results will include detections or not. */
|
|
83
|
+
detectionsOnly?: boolean;
|
|
84
|
+
/** Query param: The sender domains the search filters by. */
|
|
85
|
+
domain?: string;
|
|
86
|
+
/** Query param: The end of the search date range. Defaults to `now`. */
|
|
87
|
+
end?: string;
|
|
88
|
+
/** Query param: The dispositions the search filters by. */
|
|
89
|
+
finalDisposition?: "MALICIOUS" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "NONE";
|
|
90
|
+
/** Query param: The message actions the search filters by. */
|
|
91
|
+
messageAction?: "PREVIEW" | "QUARANTINE_RELEASED" | "MOVED";
|
|
92
|
+
/** Query param: */
|
|
93
|
+
messageId?: string;
|
|
94
|
+
/** Query param: */
|
|
95
|
+
metric?: string;
|
|
96
|
+
/** Query param: The space-delimited term used in the query. The search is case-insensitive. The content of the following email metadata fields are searched: - alert_id - CC - From (envelope_from) - Fro */
|
|
97
|
+
query?: string;
|
|
98
|
+
/** Query param: */
|
|
99
|
+
recipient?: string;
|
|
100
|
+
/** Query param: */
|
|
101
|
+
sender?: string;
|
|
102
|
+
/** Query param: The beginning of the search date range. Defaults to `now - 30 days`. */
|
|
103
|
+
start?: string;
|
|
104
|
+
/** Query param: */
|
|
105
|
+
subject?: string;
|
|
106
|
+
}
|
|
107
|
+
export declare const ListInvestigatesRequest: Schema.Schema<ListInvestigatesRequest>;
|
|
108
|
+
export type ListInvestigatesResponse = {
|
|
109
|
+
id: string;
|
|
110
|
+
actionLog: unknown;
|
|
111
|
+
clientRecipients: string[];
|
|
112
|
+
detectionReasons: string[];
|
|
113
|
+
isPhishSubmission: boolean;
|
|
114
|
+
isQuarantined: boolean;
|
|
115
|
+
postfixId: string;
|
|
116
|
+
properties: {
|
|
117
|
+
allowlistedPattern?: string | null;
|
|
118
|
+
allowlistedPatternType?: "quarantine_release" | "acceptable_sender" | "allowed_sender" | "allowed_recipient" | "domain_similarity" | "domain_recency" | "managed_acceptable_sender" | "outbound_ndr" | null;
|
|
119
|
+
blocklistedMessage?: boolean | null;
|
|
120
|
+
blocklistedPattern?: string | null;
|
|
121
|
+
whitelistedPatternType?: "quarantine_release" | "acceptable_sender" | "allowed_sender" | "allowed_recipient" | "domain_similarity" | "domain_recency" | "managed_acceptable_sender" | "outbound_ndr" | null;
|
|
122
|
+
};
|
|
123
|
+
ts: string;
|
|
124
|
+
alertId?: string | null;
|
|
125
|
+
deliveryMode?: "DIRECT" | "BCC" | "JOURNAL" | "REVIEW_SUBMISSION" | "DMARC_UNVERIFIED" | "DMARC_FAILURE_REPORT" | "DMARC_AGGREGATE_REPORT" | "THREAT_INTEL_SUBMISSION" | "SIMULATION_SUBMISSION" | "API" | "RETRO_SCAN" | null;
|
|
126
|
+
edfHash?: string | null;
|
|
127
|
+
envelopeFrom?: string | null;
|
|
128
|
+
envelopeTo?: string[] | null;
|
|
129
|
+
finalDisposition?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
130
|
+
findings?: {
|
|
131
|
+
attachment?: string | null;
|
|
132
|
+
detail?: string | null;
|
|
133
|
+
detection?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
134
|
+
field?: string | null;
|
|
135
|
+
name?: string | null;
|
|
136
|
+
portion?: string | null;
|
|
137
|
+
reason?: string | null;
|
|
138
|
+
score?: number | null;
|
|
139
|
+
value?: string | null;
|
|
140
|
+
}[] | null;
|
|
141
|
+
from?: string | null;
|
|
142
|
+
fromName?: string | null;
|
|
143
|
+
htmltextStructureHash?: string | null;
|
|
144
|
+
messageId?: string | null;
|
|
145
|
+
postfixIdOutbound?: string | null;
|
|
146
|
+
replyto?: string | null;
|
|
147
|
+
sentDate?: string | null;
|
|
148
|
+
subject?: string | null;
|
|
149
|
+
threatCategories?: string[] | null;
|
|
150
|
+
to?: string[] | null;
|
|
151
|
+
toName?: string[] | null;
|
|
152
|
+
validation?: {
|
|
153
|
+
comment?: string | null;
|
|
154
|
+
dkim?: "pass" | "neutral" | "fail" | "error" | "none" | null;
|
|
155
|
+
dmarc?: "pass" | "neutral" | "fail" | "error" | "none" | null;
|
|
156
|
+
spf?: "pass" | "neutral" | "fail" | "error" | "none" | null;
|
|
157
|
+
} | null;
|
|
158
|
+
}[];
|
|
159
|
+
export declare const ListInvestigatesResponse: Schema.Schema<ListInvestigatesResponse>;
|
|
160
|
+
export type ListInvestigatesError = DefaultErrors;
|
|
161
|
+
export declare const listInvestigates: API.OperationMethod<ListInvestigatesRequest, ListInvestigatesResponse, ListInvestigatesError, Credentials | HttpClient.HttpClient>;
|
|
162
|
+
export interface GetInvestigateDetectionRequest {
|
|
163
|
+
postfixId: string;
|
|
164
|
+
/** Account Identifier */
|
|
165
|
+
accountId: string;
|
|
166
|
+
}
|
|
167
|
+
export declare const GetInvestigateDetectionRequest: Schema.Schema<GetInvestigateDetectionRequest>;
|
|
168
|
+
export interface GetInvestigateDetectionResponse {
|
|
169
|
+
action: string;
|
|
170
|
+
attachments: {
|
|
171
|
+
size: number;
|
|
172
|
+
contentType?: string | null;
|
|
173
|
+
detection?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
174
|
+
encrypted?: boolean | null;
|
|
175
|
+
name?: string | null;
|
|
176
|
+
}[];
|
|
177
|
+
headers: {
|
|
178
|
+
name: string;
|
|
179
|
+
value: string;
|
|
180
|
+
}[];
|
|
181
|
+
links: {
|
|
182
|
+
href: string;
|
|
183
|
+
text?: string | null;
|
|
184
|
+
}[];
|
|
185
|
+
senderInfo: {
|
|
186
|
+
asName?: string | null;
|
|
187
|
+
asNumber?: number | null;
|
|
188
|
+
geo?: string | null;
|
|
189
|
+
ip?: string | null;
|
|
190
|
+
pld?: string | null;
|
|
191
|
+
};
|
|
192
|
+
threatCategories: {
|
|
193
|
+
id: number;
|
|
194
|
+
description?: string | null;
|
|
195
|
+
name?: string | null;
|
|
196
|
+
}[];
|
|
197
|
+
validation: {
|
|
198
|
+
comment?: string | null;
|
|
199
|
+
dkim?: "pass" | "neutral" | "fail" | "error" | "none" | null;
|
|
200
|
+
dmarc?: "pass" | "neutral" | "fail" | "error" | "none" | null;
|
|
201
|
+
spf?: "pass" | "neutral" | "fail" | "error" | "none" | null;
|
|
202
|
+
};
|
|
203
|
+
finalDisposition?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
204
|
+
}
|
|
205
|
+
export declare const GetInvestigateDetectionResponse: Schema.Schema<GetInvestigateDetectionResponse>;
|
|
206
|
+
export type GetInvestigateDetectionError = DefaultErrors;
|
|
207
|
+
export declare const getInvestigateDetection: API.OperationMethod<GetInvestigateDetectionRequest, GetInvestigateDetectionResponse, GetInvestigateDetectionError, Credentials | HttpClient.HttpClient>;
|
|
208
|
+
export interface CreateInvestigateMoveRequest {
|
|
209
|
+
postfixId: string;
|
|
210
|
+
/** Path param: Account Identifier */
|
|
211
|
+
accountId: string;
|
|
212
|
+
/** Body param: */
|
|
213
|
+
destination: "Inbox" | "JunkEmail" | "DeletedItems" | "RecoverableItemsDeletions" | "RecoverableItemsPurges";
|
|
214
|
+
}
|
|
215
|
+
export declare const CreateInvestigateMoveRequest: Schema.Schema<CreateInvestigateMoveRequest>;
|
|
216
|
+
export type CreateInvestigateMoveResponse = {
|
|
217
|
+
completedTimestamp: string;
|
|
218
|
+
itemCount: number;
|
|
219
|
+
success: boolean;
|
|
220
|
+
destination?: string | null;
|
|
221
|
+
messageId?: string | null;
|
|
222
|
+
operation?: string | null;
|
|
223
|
+
recipient?: string | null;
|
|
224
|
+
status?: string | null;
|
|
225
|
+
}[];
|
|
226
|
+
export declare const CreateInvestigateMoveResponse: Schema.Schema<CreateInvestigateMoveResponse>;
|
|
227
|
+
export type CreateInvestigateMoveError = DefaultErrors;
|
|
228
|
+
export declare const createInvestigateMove: API.OperationMethod<CreateInvestigateMoveRequest, CreateInvestigateMoveResponse, CreateInvestigateMoveError, Credentials | HttpClient.HttpClient>;
|
|
229
|
+
export interface BulkInvestigateMoveRequest {
|
|
230
|
+
/** Path param: Account Identifier */
|
|
231
|
+
accountId: string;
|
|
232
|
+
/** Body param: */
|
|
233
|
+
destination: "Inbox" | "JunkEmail" | "DeletedItems" | "RecoverableItemsDeletions" | "RecoverableItemsPurges";
|
|
234
|
+
/** Body param: */
|
|
235
|
+
postfixIds: string[];
|
|
236
|
+
}
|
|
237
|
+
export declare const BulkInvestigateMoveRequest: Schema.Schema<BulkInvestigateMoveRequest>;
|
|
238
|
+
export type BulkInvestigateMoveResponse = {
|
|
239
|
+
completedTimestamp: string;
|
|
240
|
+
itemCount: number;
|
|
241
|
+
success: boolean;
|
|
242
|
+
destination?: string | null;
|
|
243
|
+
messageId?: string | null;
|
|
244
|
+
operation?: string | null;
|
|
245
|
+
recipient?: string | null;
|
|
246
|
+
status?: string | null;
|
|
247
|
+
}[];
|
|
248
|
+
export declare const BulkInvestigateMoveResponse: Schema.Schema<BulkInvestigateMoveResponse>;
|
|
249
|
+
export type BulkInvestigateMoveError = DefaultErrors;
|
|
250
|
+
export declare const bulkInvestigateMove: API.OperationMethod<BulkInvestigateMoveRequest, BulkInvestigateMoveResponse, BulkInvestigateMoveError, Credentials | HttpClient.HttpClient>;
|
|
251
|
+
export interface GetInvestigatePreviewRequest {
|
|
252
|
+
postfixId: string;
|
|
253
|
+
/** Account Identifier */
|
|
254
|
+
accountId: string;
|
|
255
|
+
}
|
|
256
|
+
export declare const GetInvestigatePreviewRequest: Schema.Schema<GetInvestigatePreviewRequest>;
|
|
257
|
+
export interface GetInvestigatePreviewResponse {
|
|
258
|
+
/** A base64 encoded PNG image of the email. */
|
|
259
|
+
screenshot: string;
|
|
260
|
+
}
|
|
261
|
+
export declare const GetInvestigatePreviewResponse: Schema.Schema<GetInvestigatePreviewResponse>;
|
|
262
|
+
export type GetInvestigatePreviewError = DefaultErrors;
|
|
263
|
+
export declare const getInvestigatePreview: API.OperationMethod<GetInvestigatePreviewRequest, GetInvestigatePreviewResponse, GetInvestigatePreviewError, Credentials | HttpClient.HttpClient>;
|
|
264
|
+
export interface CreateInvestigatePreviewRequest {
|
|
265
|
+
/** Path param: Account Identifier */
|
|
266
|
+
accountId: string;
|
|
267
|
+
/** Body param: The identifier of the message. */
|
|
268
|
+
postfixId: string;
|
|
269
|
+
}
|
|
270
|
+
export declare const CreateInvestigatePreviewRequest: Schema.Schema<CreateInvestigatePreviewRequest>;
|
|
271
|
+
export interface CreateInvestigatePreviewResponse {
|
|
272
|
+
/** A base64 encoded PNG image of the email. */
|
|
273
|
+
screenshot: string;
|
|
274
|
+
}
|
|
275
|
+
export declare const CreateInvestigatePreviewResponse: Schema.Schema<CreateInvestigatePreviewResponse>;
|
|
276
|
+
export type CreateInvestigatePreviewError = DefaultErrors;
|
|
277
|
+
export declare const createInvestigatePreview: API.OperationMethod<CreateInvestigatePreviewRequest, CreateInvestigatePreviewResponse, CreateInvestigatePreviewError, Credentials | HttpClient.HttpClient>;
|
|
278
|
+
export interface GetInvestigateRawRequest {
|
|
279
|
+
postfixId: string;
|
|
280
|
+
/** Account Identifier */
|
|
281
|
+
accountId: string;
|
|
282
|
+
}
|
|
283
|
+
export declare const GetInvestigateRawRequest: Schema.Schema<GetInvestigateRawRequest>;
|
|
284
|
+
export interface GetInvestigateRawResponse {
|
|
285
|
+
/** A UTF-8 encoded eml file of the email. */
|
|
286
|
+
raw: string;
|
|
287
|
+
}
|
|
288
|
+
export declare const GetInvestigateRawResponse: Schema.Schema<GetInvestigateRawResponse>;
|
|
289
|
+
export type GetInvestigateRawError = DefaultErrors;
|
|
290
|
+
export declare const getInvestigateRaw: API.OperationMethod<GetInvestigateRawRequest, GetInvestigateRawResponse, GetInvestigateRawError, Credentials | HttpClient.HttpClient>;
|
|
291
|
+
export interface CreateInvestigateReclassifyRequest {
|
|
292
|
+
postfixId: string;
|
|
293
|
+
/** Path param: Account Identifier */
|
|
294
|
+
accountId: string;
|
|
295
|
+
/** Body param: */
|
|
296
|
+
expectedDisposition: "NONE" | "BULK" | "MALICIOUS" | "SPAM" | "SPOOF" | "SUSPICIOUS";
|
|
297
|
+
/** Body param: Base64 encoded content of the EML file */
|
|
298
|
+
emlContent?: string;
|
|
299
|
+
/** Body param: */
|
|
300
|
+
escalatedSubmissionId?: string;
|
|
301
|
+
}
|
|
302
|
+
export declare const CreateInvestigateReclassifyRequest: Schema.Schema<CreateInvestigateReclassifyRequest>;
|
|
303
|
+
export type CreateInvestigateReclassifyResponse = unknown;
|
|
304
|
+
export declare const CreateInvestigateReclassifyResponse: Schema.Schema<unknown>;
|
|
305
|
+
export type CreateInvestigateReclassifyError = DefaultErrors;
|
|
306
|
+
export declare const createInvestigateReclassify: API.OperationMethod<CreateInvestigateReclassifyRequest, CreateInvestigateReclassifyResponse, CreateInvestigateReclassifyError, Credentials | HttpClient.HttpClient>;
|
|
307
|
+
export interface BulkInvestigateReleaseRequest {
|
|
308
|
+
/** Path param: Account Identifier */
|
|
309
|
+
accountId: string;
|
|
310
|
+
/** Body param: A list of messages identfied by their `postfix_id`s that should be released. */
|
|
311
|
+
body: string[];
|
|
312
|
+
}
|
|
313
|
+
export declare const BulkInvestigateReleaseRequest: Schema.Schema<BulkInvestigateReleaseRequest>;
|
|
314
|
+
export type BulkInvestigateReleaseResponse = {
|
|
315
|
+
postfixId: string;
|
|
316
|
+
delivered?: string[] | null;
|
|
317
|
+
failed?: string[] | null;
|
|
318
|
+
undelivered?: string[] | null;
|
|
319
|
+
}[];
|
|
320
|
+
export declare const BulkInvestigateReleaseResponse: Schema.Schema<BulkInvestigateReleaseResponse>;
|
|
321
|
+
export type BulkInvestigateReleaseError = DefaultErrors;
|
|
322
|
+
export declare const bulkInvestigateRelease: API.OperationMethod<BulkInvestigateReleaseRequest, BulkInvestigateReleaseResponse, BulkInvestigateReleaseError, Credentials | HttpClient.HttpClient>;
|
|
323
|
+
export interface GetInvestigateTraceRequest {
|
|
324
|
+
postfixId: string;
|
|
325
|
+
/** Account Identifier */
|
|
326
|
+
accountId: string;
|
|
327
|
+
}
|
|
328
|
+
export declare const GetInvestigateTraceRequest: Schema.Schema<GetInvestigateTraceRequest>;
|
|
329
|
+
export interface GetInvestigateTraceResponse {
|
|
330
|
+
inbound: {
|
|
331
|
+
lines?: {
|
|
332
|
+
lineno: number;
|
|
333
|
+
message: string;
|
|
334
|
+
ts: string;
|
|
335
|
+
}[] | null;
|
|
336
|
+
pending?: boolean | null;
|
|
337
|
+
};
|
|
338
|
+
outbound: {
|
|
339
|
+
lines?: {
|
|
340
|
+
lineno: number;
|
|
341
|
+
message: string;
|
|
342
|
+
ts: string;
|
|
343
|
+
}[] | null;
|
|
344
|
+
pending?: boolean | null;
|
|
345
|
+
};
|
|
346
|
+
}
|
|
347
|
+
export declare const GetInvestigateTraceResponse: Schema.Schema<GetInvestigateTraceResponse>;
|
|
348
|
+
export type GetInvestigateTraceError = DefaultErrors;
|
|
349
|
+
export declare const getInvestigateTrace: API.OperationMethod<GetInvestigateTraceRequest, GetInvestigateTraceResponse, GetInvestigateTraceError, Credentials | HttpClient.HttpClient>;
|
|
350
|
+
export interface GetSettingAllowPolicyRequest {
|
|
351
|
+
policyId: number;
|
|
352
|
+
/** Account Identifier */
|
|
353
|
+
accountId: string;
|
|
354
|
+
}
|
|
355
|
+
export declare const GetSettingAllowPolicyRequest: Schema.Schema<GetSettingAllowPolicyRequest>;
|
|
356
|
+
export interface GetSettingAllowPolicyResponse {
|
|
357
|
+
/** The unique identifier for the allow policy. */
|
|
358
|
+
id: number;
|
|
359
|
+
createdAt: string;
|
|
360
|
+
/** Messages from this sender will be exempted from Spam, Spoof and Bulk dispositions. Note: This will not exempt messages with Malicious or Suspicious dispositions. */
|
|
361
|
+
isAcceptableSender: boolean;
|
|
362
|
+
/** Messages to this recipient will bypass all detections. */
|
|
363
|
+
isExemptRecipient: boolean;
|
|
364
|
+
isRegex: boolean;
|
|
365
|
+
/** Messages from this sender will bypass all detections and link following. */
|
|
366
|
+
isTrustedSender: boolean;
|
|
367
|
+
lastModified: string;
|
|
368
|
+
pattern: string;
|
|
369
|
+
patternType: "EMAIL" | "DOMAIN" | "IP" | "UNKNOWN";
|
|
370
|
+
/** Enforce DMARC, SPF or DKIM authentication. When on, Email Security only honors policies that pass authentication. */
|
|
371
|
+
verifySender: boolean;
|
|
372
|
+
comments?: string | null;
|
|
373
|
+
/** @deprecated */
|
|
374
|
+
isRecipient?: boolean | null;
|
|
375
|
+
/** @deprecated */
|
|
376
|
+
isSender?: boolean | null;
|
|
377
|
+
/** @deprecated */
|
|
378
|
+
isSpoof?: boolean | null;
|
|
379
|
+
}
|
|
380
|
+
export declare const GetSettingAllowPolicyResponse: Schema.Schema<GetSettingAllowPolicyResponse>;
|
|
381
|
+
export type GetSettingAllowPolicyError = DefaultErrors;
|
|
382
|
+
export declare const getSettingAllowPolicy: API.OperationMethod<GetSettingAllowPolicyRequest, GetSettingAllowPolicyResponse, GetSettingAllowPolicyError, Credentials | HttpClient.HttpClient>;
|
|
383
|
+
export interface ListSettingAllowPoliciesRequest {
|
|
384
|
+
/** Path param: Account Identifier */
|
|
385
|
+
accountId: string;
|
|
386
|
+
/** Query param: The sorting direction. */
|
|
387
|
+
direction?: "asc" | "desc";
|
|
388
|
+
/** Query param: */
|
|
389
|
+
isAcceptableSender?: boolean;
|
|
390
|
+
/** Query param: */
|
|
391
|
+
isExemptRecipient?: boolean;
|
|
392
|
+
/** Query param: */
|
|
393
|
+
isRecipient?: boolean;
|
|
394
|
+
/** Query param: */
|
|
395
|
+
isSender?: boolean;
|
|
396
|
+
/** Query param: */
|
|
397
|
+
isSpoof?: boolean;
|
|
398
|
+
/** Query param: */
|
|
399
|
+
isTrustedSender?: boolean;
|
|
400
|
+
/** Query param: The field to sort by. */
|
|
401
|
+
order?: "pattern" | "created_at";
|
|
402
|
+
/** Query param: */
|
|
403
|
+
pattern?: string;
|
|
404
|
+
/** Query param: */
|
|
405
|
+
patternType?: "EMAIL" | "DOMAIN" | "IP" | "UNKNOWN";
|
|
406
|
+
/** Query param: Allows searching in multiple properties of a record simultaneously. This parameter is intended for human users, not automation. Its exact behavior is intentionally left unspecified and is */
|
|
407
|
+
search?: string;
|
|
408
|
+
/** Query param: */
|
|
409
|
+
verifySender?: boolean;
|
|
410
|
+
}
|
|
411
|
+
export declare const ListSettingAllowPoliciesRequest: Schema.Schema<ListSettingAllowPoliciesRequest>;
|
|
412
|
+
export type ListSettingAllowPoliciesResponse = {
|
|
413
|
+
id: number;
|
|
414
|
+
createdAt: string;
|
|
415
|
+
isAcceptableSender: boolean;
|
|
416
|
+
isExemptRecipient: boolean;
|
|
417
|
+
isRegex: boolean;
|
|
418
|
+
isTrustedSender: boolean;
|
|
419
|
+
lastModified: string;
|
|
420
|
+
pattern: string;
|
|
421
|
+
patternType: "EMAIL" | "DOMAIN" | "IP" | "UNKNOWN";
|
|
422
|
+
verifySender: boolean;
|
|
423
|
+
comments?: string | null;
|
|
424
|
+
isRecipient?: boolean | null;
|
|
425
|
+
isSender?: boolean | null;
|
|
426
|
+
isSpoof?: boolean | null;
|
|
427
|
+
}[];
|
|
428
|
+
export declare const ListSettingAllowPoliciesResponse: Schema.Schema<ListSettingAllowPoliciesResponse>;
|
|
429
|
+
export type ListSettingAllowPoliciesError = DefaultErrors;
|
|
430
|
+
export declare const listSettingAllowPolicies: API.OperationMethod<ListSettingAllowPoliciesRequest, ListSettingAllowPoliciesResponse, ListSettingAllowPoliciesError, Credentials | HttpClient.HttpClient>;
|
|
431
|
+
export interface CreateSettingAllowPolicyRequest {
|
|
432
|
+
/** Path param: Account Identifier */
|
|
433
|
+
accountId: string;
|
|
434
|
+
/** Body param: Messages from this sender will be exempted from Spam, Spoof and Bulk dispositions. Note: This will not exempt messages with Malicious or Suspicious dispositions. */
|
|
435
|
+
isAcceptableSender: boolean;
|
|
436
|
+
/** Body param: Messages to this recipient will bypass all detections. */
|
|
437
|
+
isExemptRecipient: boolean;
|
|
438
|
+
/** Body param: */
|
|
439
|
+
isRegex: boolean;
|
|
440
|
+
/** Body param: Messages from this sender will bypass all detections and link following. */
|
|
441
|
+
isTrustedSender: boolean;
|
|
442
|
+
/** Body param: */
|
|
443
|
+
pattern: string;
|
|
444
|
+
/** Body param: */
|
|
445
|
+
patternType: "EMAIL" | "DOMAIN" | "IP" | "UNKNOWN";
|
|
446
|
+
/** Body param: Enforce DMARC, SPF or DKIM authentication. When on, Email Security only honors policies that pass authentication. */
|
|
447
|
+
verifySender: boolean;
|
|
448
|
+
/** Body param: */
|
|
449
|
+
comments?: string | null;
|
|
450
|
+
/** @deprecated Body param: */
|
|
451
|
+
isRecipient?: boolean;
|
|
452
|
+
/** @deprecated Body param: */
|
|
453
|
+
isSender?: boolean;
|
|
454
|
+
/** @deprecated Body param: */
|
|
455
|
+
isSpoof?: boolean;
|
|
456
|
+
}
|
|
457
|
+
export declare const CreateSettingAllowPolicyRequest: Schema.Schema<CreateSettingAllowPolicyRequest>;
|
|
458
|
+
export interface CreateSettingAllowPolicyResponse {
|
|
459
|
+
/** The unique identifier for the allow policy. */
|
|
460
|
+
id: number;
|
|
461
|
+
createdAt: string;
|
|
462
|
+
/** Messages from this sender will be exempted from Spam, Spoof and Bulk dispositions. Note: This will not exempt messages with Malicious or Suspicious dispositions. */
|
|
463
|
+
isAcceptableSender: boolean;
|
|
464
|
+
/** Messages to this recipient will bypass all detections. */
|
|
465
|
+
isExemptRecipient: boolean;
|
|
466
|
+
isRegex: boolean;
|
|
467
|
+
/** Messages from this sender will bypass all detections and link following. */
|
|
468
|
+
isTrustedSender: boolean;
|
|
469
|
+
lastModified: string;
|
|
470
|
+
pattern: string;
|
|
471
|
+
patternType: "EMAIL" | "DOMAIN" | "IP" | "UNKNOWN";
|
|
472
|
+
/** Enforce DMARC, SPF or DKIM authentication. When on, Email Security only honors policies that pass authentication. */
|
|
473
|
+
verifySender: boolean;
|
|
474
|
+
comments?: string | null;
|
|
475
|
+
/** @deprecated */
|
|
476
|
+
isRecipient?: boolean | null;
|
|
477
|
+
/** @deprecated */
|
|
478
|
+
isSender?: boolean | null;
|
|
479
|
+
/** @deprecated */
|
|
480
|
+
isSpoof?: boolean | null;
|
|
481
|
+
}
|
|
482
|
+
export declare const CreateSettingAllowPolicyResponse: Schema.Schema<CreateSettingAllowPolicyResponse>;
|
|
483
|
+
export type CreateSettingAllowPolicyError = DefaultErrors;
|
|
484
|
+
export declare const createSettingAllowPolicy: API.OperationMethod<CreateSettingAllowPolicyRequest, CreateSettingAllowPolicyResponse, CreateSettingAllowPolicyError, Credentials | HttpClient.HttpClient>;
|
|
485
|
+
export interface PatchSettingAllowPolicyRequest {
|
|
486
|
+
policyId: number;
|
|
487
|
+
/** Path param: Account Identifier */
|
|
488
|
+
accountId: string;
|
|
489
|
+
/** Body param: */
|
|
490
|
+
comments?: string | null;
|
|
491
|
+
/** Body param: Messages from this sender will be exempted from Spam, Spoof and Bulk dispositions. Note: This will not exempt messages with Malicious or Suspicious dispositions. */
|
|
492
|
+
isAcceptableSender?: boolean | null;
|
|
493
|
+
/** Body param: Messages to this recipient will bypass all detections. */
|
|
494
|
+
isExemptRecipient?: boolean | null;
|
|
495
|
+
/** Body param: */
|
|
496
|
+
isRegex?: boolean | null;
|
|
497
|
+
/** Body param: Messages from this sender will bypass all detections and link following. */
|
|
498
|
+
isTrustedSender?: boolean | null;
|
|
499
|
+
/** Body param: */
|
|
500
|
+
pattern?: string | null;
|
|
501
|
+
/** Body param: */
|
|
502
|
+
patternType?: "EMAIL" | "DOMAIN" | "IP" | "UNKNOWN" | null;
|
|
503
|
+
/** Body param: Enforce DMARC, SPF or DKIM authentication. When on, Email Security only honors policies that pass authentication. */
|
|
504
|
+
verifySender?: boolean | null;
|
|
505
|
+
}
|
|
506
|
+
export declare const PatchSettingAllowPolicyRequest: Schema.Schema<PatchSettingAllowPolicyRequest>;
|
|
507
|
+
export interface PatchSettingAllowPolicyResponse {
|
|
508
|
+
/** The unique identifier for the allow policy. */
|
|
509
|
+
id: number;
|
|
510
|
+
createdAt: string;
|
|
511
|
+
/** Messages from this sender will be exempted from Spam, Spoof and Bulk dispositions. Note: This will not exempt messages with Malicious or Suspicious dispositions. */
|
|
512
|
+
isAcceptableSender: boolean;
|
|
513
|
+
/** Messages to this recipient will bypass all detections. */
|
|
514
|
+
isExemptRecipient: boolean;
|
|
515
|
+
isRegex: boolean;
|
|
516
|
+
/** Messages from this sender will bypass all detections and link following. */
|
|
517
|
+
isTrustedSender: boolean;
|
|
518
|
+
lastModified: string;
|
|
519
|
+
pattern: string;
|
|
520
|
+
patternType: "EMAIL" | "DOMAIN" | "IP" | "UNKNOWN";
|
|
521
|
+
/** Enforce DMARC, SPF or DKIM authentication. When on, Email Security only honors policies that pass authentication. */
|
|
522
|
+
verifySender: boolean;
|
|
523
|
+
comments?: string | null;
|
|
524
|
+
/** @deprecated */
|
|
525
|
+
isRecipient?: boolean | null;
|
|
526
|
+
/** @deprecated */
|
|
527
|
+
isSender?: boolean | null;
|
|
528
|
+
/** @deprecated */
|
|
529
|
+
isSpoof?: boolean | null;
|
|
530
|
+
}
|
|
531
|
+
export declare const PatchSettingAllowPolicyResponse: Schema.Schema<PatchSettingAllowPolicyResponse>;
|
|
532
|
+
export type PatchSettingAllowPolicyError = DefaultErrors;
|
|
533
|
+
export declare const patchSettingAllowPolicy: API.OperationMethod<PatchSettingAllowPolicyRequest, PatchSettingAllowPolicyResponse, PatchSettingAllowPolicyError, Credentials | HttpClient.HttpClient>;
|
|
534
|
+
export interface DeleteSettingAllowPolicyRequest {
|
|
535
|
+
policyId: number;
|
|
536
|
+
/** Account Identifier */
|
|
537
|
+
accountId: string;
|
|
538
|
+
}
|
|
539
|
+
export declare const DeleteSettingAllowPolicyRequest: Schema.Schema<DeleteSettingAllowPolicyRequest>;
|
|
540
|
+
export interface DeleteSettingAllowPolicyResponse {
|
|
541
|
+
/** The unique identifier for the allow policy. */
|
|
542
|
+
id: number;
|
|
543
|
+
}
|
|
544
|
+
export declare const DeleteSettingAllowPolicyResponse: Schema.Schema<DeleteSettingAllowPolicyResponse>;
|
|
545
|
+
export type DeleteSettingAllowPolicyError = DefaultErrors;
|
|
546
|
+
export declare const deleteSettingAllowPolicy: API.OperationMethod<DeleteSettingAllowPolicyRequest, DeleteSettingAllowPolicyResponse, DeleteSettingAllowPolicyError, Credentials | HttpClient.HttpClient>;
|
|
547
|
+
export interface GetSettingBlockSenderRequest {
|
|
548
|
+
patternId: number;
|
|
549
|
+
/** Account Identifier */
|
|
550
|
+
accountId: string;
|
|
551
|
+
}
|
|
552
|
+
export declare const GetSettingBlockSenderRequest: Schema.Schema<GetSettingBlockSenderRequest>;
|
|
553
|
+
export interface GetSettingBlockSenderResponse {
|
|
554
|
+
/** The unique identifier for the allow policy. */
|
|
555
|
+
id: number;
|
|
556
|
+
createdAt: string;
|
|
557
|
+
isRegex: boolean;
|
|
558
|
+
lastModified: string;
|
|
559
|
+
pattern: string;
|
|
560
|
+
patternType: "EMAIL" | "DOMAIN" | "IP" | "UNKNOWN";
|
|
561
|
+
comments?: string | null;
|
|
562
|
+
}
|
|
563
|
+
export declare const GetSettingBlockSenderResponse: Schema.Schema<GetSettingBlockSenderResponse>;
|
|
564
|
+
export type GetSettingBlockSenderError = DefaultErrors;
|
|
565
|
+
export declare const getSettingBlockSender: API.OperationMethod<GetSettingBlockSenderRequest, GetSettingBlockSenderResponse, GetSettingBlockSenderError, Credentials | HttpClient.HttpClient>;
|
|
566
|
+
export interface ListSettingBlockSendersRequest {
|
|
567
|
+
/** Path param: Account Identifier */
|
|
568
|
+
accountId: string;
|
|
569
|
+
/** Query param: The sorting direction. */
|
|
570
|
+
direction?: "asc" | "desc";
|
|
571
|
+
/** Query param: The field to sort by. */
|
|
572
|
+
order?: "pattern" | "created_at";
|
|
573
|
+
/** Query param: */
|
|
574
|
+
pattern?: string;
|
|
575
|
+
/** Query param: */
|
|
576
|
+
patternType?: "EMAIL" | "DOMAIN" | "IP" | "UNKNOWN";
|
|
577
|
+
/** Query param: Allows searching in multiple properties of a record simultaneously. This parameter is intended for human users, not automation. Its exact behavior is intentionally left unspecified and is */
|
|
578
|
+
search?: string;
|
|
579
|
+
}
|
|
580
|
+
export declare const ListSettingBlockSendersRequest: Schema.Schema<ListSettingBlockSendersRequest>;
|
|
581
|
+
export type ListSettingBlockSendersResponse = {
|
|
582
|
+
id: number;
|
|
583
|
+
createdAt: string;
|
|
584
|
+
isRegex: boolean;
|
|
585
|
+
lastModified: string;
|
|
586
|
+
pattern: string;
|
|
587
|
+
patternType: "EMAIL" | "DOMAIN" | "IP" | "UNKNOWN";
|
|
588
|
+
comments?: string | null;
|
|
589
|
+
}[];
|
|
590
|
+
export declare const ListSettingBlockSendersResponse: Schema.Schema<ListSettingBlockSendersResponse>;
|
|
591
|
+
export type ListSettingBlockSendersError = DefaultErrors;
|
|
592
|
+
export declare const listSettingBlockSenders: API.OperationMethod<ListSettingBlockSendersRequest, ListSettingBlockSendersResponse, ListSettingBlockSendersError, Credentials | HttpClient.HttpClient>;
|
|
593
|
+
export interface CreateSettingBlockSenderRequest {
|
|
594
|
+
/** Path param: Account Identifier */
|
|
595
|
+
accountId: string;
|
|
596
|
+
/** Body param: */
|
|
597
|
+
isRegex: boolean;
|
|
598
|
+
/** Body param: */
|
|
599
|
+
pattern: string;
|
|
600
|
+
/** Body param: */
|
|
601
|
+
patternType: "EMAIL" | "DOMAIN" | "IP" | "UNKNOWN";
|
|
602
|
+
/** Body param: */
|
|
603
|
+
comments?: string | null;
|
|
604
|
+
}
|
|
605
|
+
export declare const CreateSettingBlockSenderRequest: Schema.Schema<CreateSettingBlockSenderRequest>;
|
|
606
|
+
export interface CreateSettingBlockSenderResponse {
|
|
607
|
+
/** The unique identifier for the allow policy. */
|
|
608
|
+
id: number;
|
|
609
|
+
createdAt: string;
|
|
610
|
+
isRegex: boolean;
|
|
611
|
+
lastModified: string;
|
|
612
|
+
pattern: string;
|
|
613
|
+
patternType: "EMAIL" | "DOMAIN" | "IP" | "UNKNOWN";
|
|
614
|
+
comments?: string | null;
|
|
615
|
+
}
|
|
616
|
+
export declare const CreateSettingBlockSenderResponse: Schema.Schema<CreateSettingBlockSenderResponse>;
|
|
617
|
+
export type CreateSettingBlockSenderError = DefaultErrors;
|
|
618
|
+
export declare const createSettingBlockSender: API.OperationMethod<CreateSettingBlockSenderRequest, CreateSettingBlockSenderResponse, CreateSettingBlockSenderError, Credentials | HttpClient.HttpClient>;
|
|
619
|
+
export interface PatchSettingBlockSenderRequest {
|
|
620
|
+
patternId: number;
|
|
621
|
+
/** Path param: Account Identifier */
|
|
622
|
+
accountId: string;
|
|
623
|
+
/** Body param: */
|
|
624
|
+
comments?: string | null;
|
|
625
|
+
/** Body param: */
|
|
626
|
+
isRegex?: boolean | null;
|
|
627
|
+
/** Body param: */
|
|
628
|
+
pattern?: string | null;
|
|
629
|
+
/** Body param: */
|
|
630
|
+
patternType?: "EMAIL" | "DOMAIN" | "IP" | "UNKNOWN" | null;
|
|
631
|
+
}
|
|
632
|
+
export declare const PatchSettingBlockSenderRequest: Schema.Schema<PatchSettingBlockSenderRequest>;
|
|
633
|
+
export interface PatchSettingBlockSenderResponse {
|
|
634
|
+
/** The unique identifier for the allow policy. */
|
|
635
|
+
id: number;
|
|
636
|
+
createdAt: string;
|
|
637
|
+
isRegex: boolean;
|
|
638
|
+
lastModified: string;
|
|
639
|
+
pattern: string;
|
|
640
|
+
patternType: "EMAIL" | "DOMAIN" | "IP" | "UNKNOWN";
|
|
641
|
+
comments?: string | null;
|
|
642
|
+
}
|
|
643
|
+
export declare const PatchSettingBlockSenderResponse: Schema.Schema<PatchSettingBlockSenderResponse>;
|
|
644
|
+
export type PatchSettingBlockSenderError = DefaultErrors;
|
|
645
|
+
export declare const patchSettingBlockSender: API.OperationMethod<PatchSettingBlockSenderRequest, PatchSettingBlockSenderResponse, PatchSettingBlockSenderError, Credentials | HttpClient.HttpClient>;
|
|
646
|
+
export interface DeleteSettingBlockSenderRequest {
|
|
647
|
+
patternId: number;
|
|
648
|
+
/** Account Identifier */
|
|
649
|
+
accountId: string;
|
|
650
|
+
}
|
|
651
|
+
export declare const DeleteSettingBlockSenderRequest: Schema.Schema<DeleteSettingBlockSenderRequest>;
|
|
652
|
+
export interface DeleteSettingBlockSenderResponse {
|
|
653
|
+
/** The unique identifier for the allow policy. */
|
|
654
|
+
id: number;
|
|
655
|
+
}
|
|
656
|
+
export declare const DeleteSettingBlockSenderResponse: Schema.Schema<DeleteSettingBlockSenderResponse>;
|
|
657
|
+
export type DeleteSettingBlockSenderError = DefaultErrors;
|
|
658
|
+
export declare const deleteSettingBlockSender: API.OperationMethod<DeleteSettingBlockSenderRequest, DeleteSettingBlockSenderResponse, DeleteSettingBlockSenderError, Credentials | HttpClient.HttpClient>;
|
|
659
|
+
export interface GetSettingDomainRequest {
|
|
660
|
+
domainId: number;
|
|
661
|
+
/** Account Identifier */
|
|
662
|
+
accountId: string;
|
|
663
|
+
}
|
|
664
|
+
export declare const GetSettingDomainRequest: Schema.Schema<GetSettingDomainRequest>;
|
|
665
|
+
export interface GetSettingDomainResponse {
|
|
666
|
+
/** The unique identifier for the domain. */
|
|
667
|
+
id: number;
|
|
668
|
+
allowedDeliveryModes: ("DIRECT" | "BCC" | "JOURNAL" | "API" | "RETRO_SCAN")[];
|
|
669
|
+
createdAt: string;
|
|
670
|
+
domain: string;
|
|
671
|
+
dropDispositions: ("MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE")[];
|
|
672
|
+
ipRestrictions: string[];
|
|
673
|
+
lastModified: string;
|
|
674
|
+
lookbackHops: number;
|
|
675
|
+
regions: ("GLOBAL" | "AU" | "DE" | "IN" | "US")[];
|
|
676
|
+
transport: string;
|
|
677
|
+
authorization?: {
|
|
678
|
+
authorized: boolean;
|
|
679
|
+
timestamp: string;
|
|
680
|
+
statusMessage?: string | null;
|
|
681
|
+
} | null;
|
|
682
|
+
dmarcStatus?: "none" | "good" | "invalid" | null;
|
|
683
|
+
emailsProcessed?: {
|
|
684
|
+
timestamp: string;
|
|
685
|
+
totalEmailsProcessed: number;
|
|
686
|
+
totalEmailsProcessedPrevious: number;
|
|
687
|
+
} | null;
|
|
688
|
+
folder?: "AllItems" | "Inbox" | null;
|
|
689
|
+
inboxProvider?: "Microsoft" | "Google" | null;
|
|
690
|
+
integrationId?: string | null;
|
|
691
|
+
o365TenantId?: string | null;
|
|
692
|
+
requireTlsInbound?: boolean | null;
|
|
693
|
+
requireTlsOutbound?: boolean | null;
|
|
694
|
+
spfStatus?: "none" | "good" | "neutral" | "open" | "invalid" | null;
|
|
695
|
+
}
|
|
696
|
+
export declare const GetSettingDomainResponse: Schema.Schema<GetSettingDomainResponse>;
|
|
697
|
+
export type GetSettingDomainError = DefaultErrors;
|
|
698
|
+
export declare const getSettingDomain: API.OperationMethod<GetSettingDomainRequest, GetSettingDomainResponse, GetSettingDomainError, Credentials | HttpClient.HttpClient>;
|
|
699
|
+
export interface ListSettingDomainsRequest {
|
|
700
|
+
/** Path param: Account Identifier */
|
|
701
|
+
accountId: string;
|
|
702
|
+
/** Query param: Filters response to domains with the currently active delivery mode. */
|
|
703
|
+
activeDeliveryMode?: "DIRECT" | "BCC" | "JOURNAL" | "API" | "RETRO_SCAN";
|
|
704
|
+
/** Query param: Filters response to domains with the provided delivery mode. */
|
|
705
|
+
allowedDeliveryMode?: "DIRECT" | "BCC" | "JOURNAL" | "API" | "RETRO_SCAN";
|
|
706
|
+
/** Query param: The sorting direction. */
|
|
707
|
+
direction?: "asc" | "desc";
|
|
708
|
+
/** Query param: Filters results by the provided domains, allowing for multiple occurrences. */
|
|
709
|
+
domain?: string[];
|
|
710
|
+
/** Query param: Filters response to domains with the provided integration ID. */
|
|
711
|
+
integrationId?: string;
|
|
712
|
+
/** Query param: The field to sort by. */
|
|
713
|
+
order?: "domain" | "created_at";
|
|
714
|
+
/** Query param: Allows searching in multiple properties of a record simultaneously. This parameter is intended for human users, not automation. Its exact behavior is intentionally left unspecified and is */
|
|
715
|
+
search?: string;
|
|
716
|
+
}
|
|
717
|
+
export declare const ListSettingDomainsRequest: Schema.Schema<ListSettingDomainsRequest>;
|
|
718
|
+
export type ListSettingDomainsResponse = {
|
|
719
|
+
id: number;
|
|
720
|
+
allowedDeliveryModes: ("DIRECT" | "BCC" | "JOURNAL" | "API" | "RETRO_SCAN")[];
|
|
721
|
+
createdAt: string;
|
|
722
|
+
domain: string;
|
|
723
|
+
dropDispositions: ("MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE")[];
|
|
724
|
+
ipRestrictions: string[];
|
|
725
|
+
lastModified: string;
|
|
726
|
+
lookbackHops: number;
|
|
727
|
+
regions: ("GLOBAL" | "AU" | "DE" | "IN" | "US")[];
|
|
728
|
+
transport: string;
|
|
729
|
+
authorization?: {
|
|
730
|
+
authorized: boolean;
|
|
731
|
+
timestamp: string;
|
|
732
|
+
statusMessage?: string | null;
|
|
733
|
+
} | null;
|
|
734
|
+
dmarcStatus?: "none" | "good" | "invalid" | null;
|
|
735
|
+
emailsProcessed?: {
|
|
736
|
+
timestamp: string;
|
|
737
|
+
totalEmailsProcessed: number;
|
|
738
|
+
totalEmailsProcessedPrevious: number;
|
|
739
|
+
} | null;
|
|
740
|
+
folder?: "AllItems" | "Inbox" | null;
|
|
741
|
+
inboxProvider?: "Microsoft" | "Google" | null;
|
|
742
|
+
integrationId?: string | null;
|
|
743
|
+
o365TenantId?: string | null;
|
|
744
|
+
requireTlsInbound?: boolean | null;
|
|
745
|
+
requireTlsOutbound?: boolean | null;
|
|
746
|
+
spfStatus?: "none" | "good" | "neutral" | "open" | "invalid" | null;
|
|
747
|
+
}[];
|
|
748
|
+
export declare const ListSettingDomainsResponse: Schema.Schema<ListSettingDomainsResponse>;
|
|
749
|
+
export type ListSettingDomainsError = DefaultErrors;
|
|
750
|
+
export declare const listSettingDomains: API.OperationMethod<ListSettingDomainsRequest, ListSettingDomainsResponse, ListSettingDomainsError, Credentials | HttpClient.HttpClient>;
|
|
751
|
+
export interface PatchSettingDomainRequest {
|
|
752
|
+
domainId: number;
|
|
753
|
+
/** Path param: Account Identifier */
|
|
754
|
+
accountId: string;
|
|
755
|
+
/** Body param: */
|
|
756
|
+
ipRestrictions: string[];
|
|
757
|
+
/** Body param: */
|
|
758
|
+
allowedDeliveryModes?: ("DIRECT" | "BCC" | "JOURNAL" | "API" | "RETRO_SCAN")[];
|
|
759
|
+
/** Body param: */
|
|
760
|
+
domain?: string;
|
|
761
|
+
/** Body param: */
|
|
762
|
+
dropDispositions?: ("MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE")[];
|
|
763
|
+
/** Body param: */
|
|
764
|
+
folder?: "AllItems" | "Inbox";
|
|
765
|
+
/** Body param: */
|
|
766
|
+
integrationId?: string;
|
|
767
|
+
/** Body param: */
|
|
768
|
+
lookbackHops?: number;
|
|
769
|
+
/** Body param: */
|
|
770
|
+
regions?: ("GLOBAL" | "AU" | "DE" | "IN" | "US")[];
|
|
771
|
+
/** Body param: */
|
|
772
|
+
requireTlsInbound?: boolean;
|
|
773
|
+
/** Body param: */
|
|
774
|
+
requireTlsOutbound?: boolean;
|
|
775
|
+
/** Body param: */
|
|
776
|
+
transport?: string;
|
|
777
|
+
}
|
|
778
|
+
export declare const PatchSettingDomainRequest: Schema.Schema<PatchSettingDomainRequest>;
|
|
779
|
+
export interface PatchSettingDomainResponse {
|
|
780
|
+
/** The unique identifier for the domain. */
|
|
781
|
+
id: number;
|
|
782
|
+
allowedDeliveryModes: ("DIRECT" | "BCC" | "JOURNAL" | "API" | "RETRO_SCAN")[];
|
|
783
|
+
createdAt: string;
|
|
784
|
+
domain: string;
|
|
785
|
+
dropDispositions: ("MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE")[];
|
|
786
|
+
ipRestrictions: string[];
|
|
787
|
+
lastModified: string;
|
|
788
|
+
lookbackHops: number;
|
|
789
|
+
regions: ("GLOBAL" | "AU" | "DE" | "IN" | "US")[];
|
|
790
|
+
transport: string;
|
|
791
|
+
authorization?: {
|
|
792
|
+
authorized: boolean;
|
|
793
|
+
timestamp: string;
|
|
794
|
+
statusMessage?: string | null;
|
|
795
|
+
} | null;
|
|
796
|
+
dmarcStatus?: "none" | "good" | "invalid" | null;
|
|
797
|
+
emailsProcessed?: {
|
|
798
|
+
timestamp: string;
|
|
799
|
+
totalEmailsProcessed: number;
|
|
800
|
+
totalEmailsProcessedPrevious: number;
|
|
801
|
+
} | null;
|
|
802
|
+
folder?: "AllItems" | "Inbox" | null;
|
|
803
|
+
inboxProvider?: "Microsoft" | "Google" | null;
|
|
804
|
+
integrationId?: string | null;
|
|
805
|
+
o365TenantId?: string | null;
|
|
806
|
+
requireTlsInbound?: boolean | null;
|
|
807
|
+
requireTlsOutbound?: boolean | null;
|
|
808
|
+
spfStatus?: "none" | "good" | "neutral" | "open" | "invalid" | null;
|
|
809
|
+
}
|
|
810
|
+
export declare const PatchSettingDomainResponse: Schema.Schema<PatchSettingDomainResponse>;
|
|
811
|
+
export type PatchSettingDomainError = DefaultErrors;
|
|
812
|
+
export declare const patchSettingDomain: API.OperationMethod<PatchSettingDomainRequest, PatchSettingDomainResponse, PatchSettingDomainError, Credentials | HttpClient.HttpClient>;
|
|
813
|
+
export interface DeleteSettingDomainRequest {
|
|
814
|
+
domainId: number;
|
|
815
|
+
/** Account Identifier */
|
|
816
|
+
accountId: string;
|
|
817
|
+
}
|
|
818
|
+
export declare const DeleteSettingDomainRequest: Schema.Schema<DeleteSettingDomainRequest>;
|
|
819
|
+
export interface DeleteSettingDomainResponse {
|
|
820
|
+
/** The unique identifier for the domain. */
|
|
821
|
+
id: number;
|
|
822
|
+
}
|
|
823
|
+
export declare const DeleteSettingDomainResponse: Schema.Schema<DeleteSettingDomainResponse>;
|
|
824
|
+
export type DeleteSettingDomainError = DefaultErrors;
|
|
825
|
+
export declare const deleteSettingDomain: API.OperationMethod<DeleteSettingDomainRequest, DeleteSettingDomainResponse, DeleteSettingDomainError, Credentials | HttpClient.HttpClient>;
|
|
826
|
+
export interface BulkDeleteSettingDomainsRequest {
|
|
827
|
+
/** Account Identifier */
|
|
828
|
+
accountId: string;
|
|
829
|
+
}
|
|
830
|
+
export declare const BulkDeleteSettingDomainsRequest: Schema.Schema<BulkDeleteSettingDomainsRequest>;
|
|
831
|
+
export type BulkDeleteSettingDomainsResponse = {
|
|
832
|
+
id: number;
|
|
833
|
+
}[];
|
|
834
|
+
export declare const BulkDeleteSettingDomainsResponse: Schema.Schema<BulkDeleteSettingDomainsResponse>;
|
|
835
|
+
export type BulkDeleteSettingDomainsError = DefaultErrors;
|
|
836
|
+
export declare const bulkDeleteSettingDomains: API.OperationMethod<BulkDeleteSettingDomainsRequest, BulkDeleteSettingDomainsResponse, BulkDeleteSettingDomainsError, Credentials | HttpClient.HttpClient>;
|
|
837
|
+
export interface GetSettingImpersonationRegistryRequest {
|
|
838
|
+
displayNameId: number;
|
|
839
|
+
/** Account Identifier */
|
|
840
|
+
accountId: string;
|
|
841
|
+
}
|
|
842
|
+
export declare const GetSettingImpersonationRegistryRequest: Schema.Schema<GetSettingImpersonationRegistryRequest>;
|
|
843
|
+
export interface GetSettingImpersonationRegistryResponse {
|
|
844
|
+
id: number;
|
|
845
|
+
createdAt: string;
|
|
846
|
+
email: string;
|
|
847
|
+
isEmailRegex: boolean;
|
|
848
|
+
lastModified: string;
|
|
849
|
+
name: string;
|
|
850
|
+
comments?: string | null;
|
|
851
|
+
directoryId?: number | null;
|
|
852
|
+
directoryNodeId?: number | null;
|
|
853
|
+
/** @deprecated */
|
|
854
|
+
externalDirectoryNodeId?: string | null;
|
|
855
|
+
provenance?: string | null;
|
|
856
|
+
}
|
|
857
|
+
export declare const GetSettingImpersonationRegistryResponse: Schema.Schema<GetSettingImpersonationRegistryResponse>;
|
|
858
|
+
export type GetSettingImpersonationRegistryError = DefaultErrors;
|
|
859
|
+
export declare const getSettingImpersonationRegistry: API.OperationMethod<GetSettingImpersonationRegistryRequest, GetSettingImpersonationRegistryResponse, GetSettingImpersonationRegistryError, Credentials | HttpClient.HttpClient>;
|
|
860
|
+
export interface ListSettingImpersonationRegistriesRequest {
|
|
861
|
+
/** Path param: Account Identifier */
|
|
862
|
+
accountId: string;
|
|
863
|
+
/** Query param: The sorting direction. */
|
|
864
|
+
direction?: "asc" | "desc";
|
|
865
|
+
/** Query param: The field to sort by. */
|
|
866
|
+
order?: "name" | "email" | "created_at";
|
|
867
|
+
/** Query param: */
|
|
868
|
+
provenance?: "A1S_INTERNAL" | "SNOOPY-CASB_OFFICE_365" | "SNOOPY-OFFICE_365" | "SNOOPY-GOOGLE_DIRECTORY";
|
|
869
|
+
/** Query param: Allows searching in multiple properties of a record simultaneously. This parameter is intended for human users, not automation. Its exact behavior is intentionally left unspecified and is */
|
|
870
|
+
search?: string;
|
|
871
|
+
}
|
|
872
|
+
export declare const ListSettingImpersonationRegistriesRequest: Schema.Schema<ListSettingImpersonationRegistriesRequest>;
|
|
873
|
+
export type ListSettingImpersonationRegistriesResponse = {
|
|
874
|
+
id: number;
|
|
875
|
+
createdAt: string;
|
|
876
|
+
email: string;
|
|
877
|
+
isEmailRegex: boolean;
|
|
878
|
+
lastModified: string;
|
|
879
|
+
name: string;
|
|
880
|
+
comments?: string | null;
|
|
881
|
+
directoryId?: number | null;
|
|
882
|
+
directoryNodeId?: number | null;
|
|
883
|
+
externalDirectoryNodeId?: string | null;
|
|
884
|
+
provenance?: string | null;
|
|
885
|
+
}[];
|
|
886
|
+
export declare const ListSettingImpersonationRegistriesResponse: Schema.Schema<ListSettingImpersonationRegistriesResponse>;
|
|
887
|
+
export type ListSettingImpersonationRegistriesError = DefaultErrors;
|
|
888
|
+
export declare const listSettingImpersonationRegistries: API.OperationMethod<ListSettingImpersonationRegistriesRequest, ListSettingImpersonationRegistriesResponse, ListSettingImpersonationRegistriesError, Credentials | HttpClient.HttpClient>;
|
|
889
|
+
export interface CreateSettingImpersonationRegistryRequest {
|
|
890
|
+
/** Path param: Account Identifier */
|
|
891
|
+
accountId: string;
|
|
892
|
+
/** Body param: */
|
|
893
|
+
email: string;
|
|
894
|
+
/** Body param: */
|
|
895
|
+
isEmailRegex: boolean;
|
|
896
|
+
/** Body param: */
|
|
897
|
+
name: string;
|
|
898
|
+
}
|
|
899
|
+
export declare const CreateSettingImpersonationRegistryRequest: Schema.Schema<CreateSettingImpersonationRegistryRequest>;
|
|
900
|
+
export interface CreateSettingImpersonationRegistryResponse {
|
|
901
|
+
id: number;
|
|
902
|
+
createdAt: string;
|
|
903
|
+
email: string;
|
|
904
|
+
isEmailRegex: boolean;
|
|
905
|
+
lastModified: string;
|
|
906
|
+
name: string;
|
|
907
|
+
comments?: string | null;
|
|
908
|
+
directoryId?: number | null;
|
|
909
|
+
directoryNodeId?: number | null;
|
|
910
|
+
/** @deprecated */
|
|
911
|
+
externalDirectoryNodeId?: string | null;
|
|
912
|
+
provenance?: string | null;
|
|
913
|
+
}
|
|
914
|
+
export declare const CreateSettingImpersonationRegistryResponse: Schema.Schema<CreateSettingImpersonationRegistryResponse>;
|
|
915
|
+
export type CreateSettingImpersonationRegistryError = DefaultErrors;
|
|
916
|
+
export declare const createSettingImpersonationRegistry: API.OperationMethod<CreateSettingImpersonationRegistryRequest, CreateSettingImpersonationRegistryResponse, CreateSettingImpersonationRegistryError, Credentials | HttpClient.HttpClient>;
|
|
917
|
+
export interface PatchSettingImpersonationRegistryRequest {
|
|
918
|
+
displayNameId: number;
|
|
919
|
+
/** Path param: Account Identifier */
|
|
920
|
+
accountId: string;
|
|
921
|
+
/** Body param: */
|
|
922
|
+
email?: string | null;
|
|
923
|
+
/** Body param: */
|
|
924
|
+
isEmailRegex?: boolean | null;
|
|
925
|
+
/** Body param: */
|
|
926
|
+
name?: string | null;
|
|
927
|
+
}
|
|
928
|
+
export declare const PatchSettingImpersonationRegistryRequest: Schema.Schema<PatchSettingImpersonationRegistryRequest>;
|
|
929
|
+
export interface PatchSettingImpersonationRegistryResponse {
|
|
930
|
+
id: number;
|
|
931
|
+
createdAt: string;
|
|
932
|
+
email: string;
|
|
933
|
+
isEmailRegex: boolean;
|
|
934
|
+
lastModified: string;
|
|
935
|
+
name: string;
|
|
936
|
+
comments?: string | null;
|
|
937
|
+
directoryId?: number | null;
|
|
938
|
+
directoryNodeId?: number | null;
|
|
939
|
+
/** @deprecated */
|
|
940
|
+
externalDirectoryNodeId?: string | null;
|
|
941
|
+
provenance?: string | null;
|
|
942
|
+
}
|
|
943
|
+
export declare const PatchSettingImpersonationRegistryResponse: Schema.Schema<PatchSettingImpersonationRegistryResponse>;
|
|
944
|
+
export type PatchSettingImpersonationRegistryError = DefaultErrors;
|
|
945
|
+
export declare const patchSettingImpersonationRegistry: API.OperationMethod<PatchSettingImpersonationRegistryRequest, PatchSettingImpersonationRegistryResponse, PatchSettingImpersonationRegistryError, Credentials | HttpClient.HttpClient>;
|
|
946
|
+
export interface DeleteSettingImpersonationRegistryRequest {
|
|
947
|
+
displayNameId: number;
|
|
948
|
+
/** Account Identifier */
|
|
949
|
+
accountId: string;
|
|
950
|
+
}
|
|
951
|
+
export declare const DeleteSettingImpersonationRegistryRequest: Schema.Schema<DeleteSettingImpersonationRegistryRequest>;
|
|
952
|
+
export interface DeleteSettingImpersonationRegistryResponse {
|
|
953
|
+
id: number;
|
|
954
|
+
}
|
|
955
|
+
export declare const DeleteSettingImpersonationRegistryResponse: Schema.Schema<DeleteSettingImpersonationRegistryResponse>;
|
|
956
|
+
export type DeleteSettingImpersonationRegistryError = DefaultErrors;
|
|
957
|
+
export declare const deleteSettingImpersonationRegistry: API.OperationMethod<DeleteSettingImpersonationRegistryRequest, DeleteSettingImpersonationRegistryResponse, DeleteSettingImpersonationRegistryError, Credentials | HttpClient.HttpClient>;
|
|
958
|
+
export interface GetSettingTrustedDomainRequest {
|
|
959
|
+
trustedDomainId: number;
|
|
960
|
+
/** Account Identifier */
|
|
961
|
+
accountId: string;
|
|
962
|
+
}
|
|
963
|
+
export declare const GetSettingTrustedDomainRequest: Schema.Schema<GetSettingTrustedDomainRequest>;
|
|
964
|
+
export interface GetSettingTrustedDomainResponse {
|
|
965
|
+
/** The unique identifier for the trusted domain. */
|
|
966
|
+
id: number;
|
|
967
|
+
createdAt: string;
|
|
968
|
+
/** Select to prevent recently registered domains from triggering a Suspicious or Malicious disposition. */
|
|
969
|
+
isRecent: boolean;
|
|
970
|
+
isRegex: boolean;
|
|
971
|
+
/** Select for partner or other approved domains that have similar spelling to your connected domains. Prevents listed domains from triggering a Spoof disposition. */
|
|
972
|
+
isSimilarity: boolean;
|
|
973
|
+
lastModified: string;
|
|
974
|
+
pattern: string;
|
|
975
|
+
comments?: string | null;
|
|
976
|
+
}
|
|
977
|
+
export declare const GetSettingTrustedDomainResponse: Schema.Schema<GetSettingTrustedDomainResponse>;
|
|
978
|
+
export type GetSettingTrustedDomainError = DefaultErrors;
|
|
979
|
+
export declare const getSettingTrustedDomain: API.OperationMethod<GetSettingTrustedDomainRequest, GetSettingTrustedDomainResponse, GetSettingTrustedDomainError, Credentials | HttpClient.HttpClient>;
|
|
980
|
+
export interface ListSettingTrustedDomainsRequest {
|
|
981
|
+
/** Path param: Account Identifier */
|
|
982
|
+
accountId: string;
|
|
983
|
+
/** Query param: The sorting direction. */
|
|
984
|
+
direction?: "asc" | "desc";
|
|
985
|
+
/** Query param: */
|
|
986
|
+
isRecent?: boolean;
|
|
987
|
+
/** Query param: */
|
|
988
|
+
isSimilarity?: boolean;
|
|
989
|
+
/** Query param: The field to sort by. */
|
|
990
|
+
order?: "pattern" | "created_at";
|
|
991
|
+
/** Query param: */
|
|
992
|
+
pattern?: string;
|
|
993
|
+
/** Query param: Allows searching in multiple properties of a record simultaneously. This parameter is intended for human users, not automation. Its exact behavior is intentionally left unspecified and is */
|
|
994
|
+
search?: string;
|
|
995
|
+
}
|
|
996
|
+
export declare const ListSettingTrustedDomainsRequest: Schema.Schema<ListSettingTrustedDomainsRequest>;
|
|
997
|
+
export type ListSettingTrustedDomainsResponse = {
|
|
998
|
+
id: number;
|
|
999
|
+
createdAt: string;
|
|
1000
|
+
isRecent: boolean;
|
|
1001
|
+
isRegex: boolean;
|
|
1002
|
+
isSimilarity: boolean;
|
|
1003
|
+
lastModified: string;
|
|
1004
|
+
pattern: string;
|
|
1005
|
+
comments?: string | null;
|
|
1006
|
+
}[];
|
|
1007
|
+
export declare const ListSettingTrustedDomainsResponse: Schema.Schema<ListSettingTrustedDomainsResponse>;
|
|
1008
|
+
export type ListSettingTrustedDomainsError = DefaultErrors;
|
|
1009
|
+
export declare const listSettingTrustedDomains: API.OperationMethod<ListSettingTrustedDomainsRequest, ListSettingTrustedDomainsResponse, ListSettingTrustedDomainsError, Credentials | HttpClient.HttpClient>;
|
|
1010
|
+
export interface CreateSettingTrustedDomainRequest {
|
|
1011
|
+
/** Path param: Account Identifier */
|
|
1012
|
+
accountId: string;
|
|
1013
|
+
/** Body param: Select to prevent recently registered domains from triggering a Suspicious or Malicious disposition. */
|
|
1014
|
+
isRecent: boolean;
|
|
1015
|
+
/** Body param: */
|
|
1016
|
+
isRegex: boolean;
|
|
1017
|
+
/** Body param: Select for partner or other approved domains that have similar spelling to your connected domains. Prevents listed domains from triggering a Spoof disposition. */
|
|
1018
|
+
isSimilarity: boolean;
|
|
1019
|
+
/** Body param: */
|
|
1020
|
+
pattern: string;
|
|
1021
|
+
/** Body param: */
|
|
1022
|
+
comments?: string | null;
|
|
1023
|
+
}
|
|
1024
|
+
export declare const CreateSettingTrustedDomainRequest: Schema.Schema<CreateSettingTrustedDomainRequest>;
|
|
1025
|
+
export type CreateSettingTrustedDomainResponse = {
|
|
1026
|
+
id: number;
|
|
1027
|
+
createdAt: string;
|
|
1028
|
+
isRecent: boolean;
|
|
1029
|
+
isRegex: boolean;
|
|
1030
|
+
isSimilarity: boolean;
|
|
1031
|
+
lastModified: string;
|
|
1032
|
+
pattern: string;
|
|
1033
|
+
comments?: string | null;
|
|
1034
|
+
} | {
|
|
1035
|
+
id: number;
|
|
1036
|
+
createdAt: string;
|
|
1037
|
+
isRecent: boolean;
|
|
1038
|
+
isRegex: boolean;
|
|
1039
|
+
isSimilarity: boolean;
|
|
1040
|
+
lastModified: string;
|
|
1041
|
+
pattern: string;
|
|
1042
|
+
comments?: string | null;
|
|
1043
|
+
}[];
|
|
1044
|
+
export declare const CreateSettingTrustedDomainResponse: Schema.Schema<CreateSettingTrustedDomainResponse>;
|
|
1045
|
+
export type CreateSettingTrustedDomainError = DefaultErrors;
|
|
1046
|
+
export declare const createSettingTrustedDomain: API.OperationMethod<CreateSettingTrustedDomainRequest, CreateSettingTrustedDomainResponse, CreateSettingTrustedDomainError, Credentials | HttpClient.HttpClient>;
|
|
1047
|
+
export interface PatchSettingTrustedDomainRequest {
|
|
1048
|
+
trustedDomainId: number;
|
|
1049
|
+
/** Path param: Account Identifier */
|
|
1050
|
+
accountId: string;
|
|
1051
|
+
/** Body param: */
|
|
1052
|
+
comments?: string;
|
|
1053
|
+
/** Body param: Select to prevent recently registered domains from triggering a Suspicious or Malicious disposition. */
|
|
1054
|
+
isRecent?: boolean;
|
|
1055
|
+
/** Body param: */
|
|
1056
|
+
isRegex?: boolean;
|
|
1057
|
+
/** Body param: Select for partner or other approved domains that have similar spelling to your connected domains. Prevents listed domains from triggering a Spoof disposition. */
|
|
1058
|
+
isSimilarity?: boolean;
|
|
1059
|
+
/** Body param: */
|
|
1060
|
+
pattern?: string;
|
|
1061
|
+
}
|
|
1062
|
+
export declare const PatchSettingTrustedDomainRequest: Schema.Schema<PatchSettingTrustedDomainRequest>;
|
|
1063
|
+
export interface PatchSettingTrustedDomainResponse {
|
|
1064
|
+
/** The unique identifier for the trusted domain. */
|
|
1065
|
+
id: number;
|
|
1066
|
+
createdAt: string;
|
|
1067
|
+
/** Select to prevent recently registered domains from triggering a Suspicious or Malicious disposition. */
|
|
1068
|
+
isRecent: boolean;
|
|
1069
|
+
isRegex: boolean;
|
|
1070
|
+
/** Select for partner or other approved domains that have similar spelling to your connected domains. Prevents listed domains from triggering a Spoof disposition. */
|
|
1071
|
+
isSimilarity: boolean;
|
|
1072
|
+
lastModified: string;
|
|
1073
|
+
pattern: string;
|
|
1074
|
+
comments?: string | null;
|
|
1075
|
+
}
|
|
1076
|
+
export declare const PatchSettingTrustedDomainResponse: Schema.Schema<PatchSettingTrustedDomainResponse>;
|
|
1077
|
+
export type PatchSettingTrustedDomainError = DefaultErrors;
|
|
1078
|
+
export declare const patchSettingTrustedDomain: API.OperationMethod<PatchSettingTrustedDomainRequest, PatchSettingTrustedDomainResponse, PatchSettingTrustedDomainError, Credentials | HttpClient.HttpClient>;
|
|
1079
|
+
export interface DeleteSettingTrustedDomainRequest {
|
|
1080
|
+
trustedDomainId: number;
|
|
1081
|
+
/** Account Identifier */
|
|
1082
|
+
accountId: string;
|
|
1083
|
+
}
|
|
1084
|
+
export declare const DeleteSettingTrustedDomainRequest: Schema.Schema<DeleteSettingTrustedDomainRequest>;
|
|
1085
|
+
export interface DeleteSettingTrustedDomainResponse {
|
|
1086
|
+
/** The unique identifier for the trusted domain. */
|
|
1087
|
+
id: number;
|
|
1088
|
+
}
|
|
1089
|
+
export declare const DeleteSettingTrustedDomainResponse: Schema.Schema<DeleteSettingTrustedDomainResponse>;
|
|
1090
|
+
export type DeleteSettingTrustedDomainError = DefaultErrors;
|
|
1091
|
+
export declare const deleteSettingTrustedDomain: API.OperationMethod<DeleteSettingTrustedDomainRequest, DeleteSettingTrustedDomainResponse, DeleteSettingTrustedDomainError, Credentials | HttpClient.HttpClient>;
|
|
1092
|
+
export interface ListSubmissionsRequest {
|
|
1093
|
+
/** Path param: Account Identifier */
|
|
1094
|
+
accountId: string;
|
|
1095
|
+
/** Query param: The end of the search date range. Defaults to `now`. */
|
|
1096
|
+
end?: string;
|
|
1097
|
+
/** Query param: */
|
|
1098
|
+
originalDisposition?: "MALICIOUS" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "NONE";
|
|
1099
|
+
/** Query param: */
|
|
1100
|
+
outcomeDisposition?: "MALICIOUS" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "NONE";
|
|
1101
|
+
/** Query param: */
|
|
1102
|
+
query?: string | null;
|
|
1103
|
+
/** Query param: */
|
|
1104
|
+
requestedDisposition?: "MALICIOUS" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "NONE";
|
|
1105
|
+
/** Query param: The beginning of the search date range. Defaults to `now - 30 days`. */
|
|
1106
|
+
start?: string;
|
|
1107
|
+
/** Query param: */
|
|
1108
|
+
status?: string;
|
|
1109
|
+
/** Query param: */
|
|
1110
|
+
submissionId?: string;
|
|
1111
|
+
/** Query param: */
|
|
1112
|
+
type?: "TEAM" | "USER";
|
|
1113
|
+
}
|
|
1114
|
+
export declare const ListSubmissionsRequest: Schema.Schema<ListSubmissionsRequest>;
|
|
1115
|
+
export type ListSubmissionsResponse = {
|
|
1116
|
+
requestedTs: string;
|
|
1117
|
+
submissionId: string;
|
|
1118
|
+
originalDisposition?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
1119
|
+
originalEdfHash?: string | null;
|
|
1120
|
+
outcome?: string | null;
|
|
1121
|
+
outcomeDisposition?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
1122
|
+
requestedBy?: string | null;
|
|
1123
|
+
requestedDisposition?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
1124
|
+
status?: string | null;
|
|
1125
|
+
subject?: string | null;
|
|
1126
|
+
type?: string | null;
|
|
1127
|
+
}[];
|
|
1128
|
+
export declare const ListSubmissionsResponse: Schema.Schema<ListSubmissionsResponse>;
|
|
1129
|
+
export type ListSubmissionsError = DefaultErrors;
|
|
1130
|
+
export declare const listSubmissions: API.OperationMethod<ListSubmissionsRequest, ListSubmissionsResponse, ListSubmissionsError, Credentials | HttpClient.HttpClient>;
|
|
1131
|
+
//# sourceMappingURL=email-security.d.ts.map
|