@distilled.cloud/cloudflare 0.2.6 → 0.4.0
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 +12 -2
- package/lib/auth.d.ts +3 -2
- package/lib/auth.d.ts.map +1 -1
- package/lib/auth.js +4 -3
- package/lib/auth.js.map +1 -1
- package/lib/client/api.d.ts +7 -9
- package/lib/client/api.d.ts.map +1 -1
- package/lib/client/api.js +60 -13
- package/lib/client/api.js.map +1 -1
- package/lib/credentials.d.ts +58 -4
- package/lib/credentials.d.ts.map +1 -1
- package/lib/credentials.js +126 -7
- package/lib/credentials.js.map +1 -1
- package/lib/errors.d.ts +12 -1
- package/lib/errors.d.ts.map +1 -1
- package/lib/sensitive.d.ts +5 -0
- package/lib/sensitive.d.ts.map +1 -0
- package/lib/sensitive.js +5 -0
- package/lib/sensitive.js.map +1 -0
- package/lib/services/abuse-reports.d.ts +116 -44
- package/lib/services/abuse-reports.d.ts.map +1 -1
- package/lib/services/abuse-reports.js +171 -110
- package/lib/services/abuse-reports.js.map +1 -1
- package/lib/services/accounts.d.ts +146 -62
- package/lib/services/accounts.d.ts.map +1 -1
- package/lib/services/accounts.js +208 -153
- package/lib/services/accounts.js.map +1 -1
- package/lib/services/acm.d.ts.map +1 -1
- package/lib/services/acm.js +8 -4
- package/lib/services/acm.js.map +1 -1
- package/lib/services/addressing.d.ts +200 -87
- package/lib/services/addressing.d.ts.map +1 -1
- package/lib/services/addressing.js +288 -201
- package/lib/services/addressing.js.map +1 -1
- package/lib/services/ai-gateway.d.ts +302 -121
- package/lib/services/ai-gateway.d.ts.map +1 -1
- package/lib/services/ai-gateway.js +407 -283
- package/lib/services/ai-gateway.js.map +1 -1
- package/lib/services/ai.d.ts +83 -29
- package/lib/services/ai.d.ts.map +1 -1
- package/lib/services/ai.js +95 -42
- package/lib/services/ai.js.map +1 -1
- package/lib/services/aisearch.d.ts +266 -112
- package/lib/services/aisearch.d.ts.map +1 -1
- package/lib/services/aisearch.js +510 -393
- package/lib/services/aisearch.js.map +1 -1
- package/lib/services/alerting.d.ts +249 -112
- package/lib/services/alerting.d.ts.map +1 -1
- package/lib/services/alerting.js +382 -325
- package/lib/services/alerting.js.map +1 -1
- package/lib/services/api-gateway.d.ts +458 -200
- package/lib/services/api-gateway.d.ts.map +1 -1
- package/lib/services/api-gateway.js +725 -618
- package/lib/services/api-gateway.js.map +1 -1
- package/lib/services/argo.d.ts.map +1 -1
- package/lib/services/argo.js +16 -8
- package/lib/services/argo.js.map +1 -1
- package/lib/services/billing.d.ts.map +1 -1
- package/lib/services/billing.js +4 -2
- package/lib/services/billing.js.map +1 -1
- package/lib/services/bot-management.d.ts.map +1 -1
- package/lib/services/bot-management.js +2 -2
- package/lib/services/bot-management.js.map +1 -1
- package/lib/services/botnet-feed.d.ts.map +1 -1
- package/lib/services/botnet-feed.js +10 -6
- package/lib/services/botnet-feed.js.map +1 -1
- package/lib/services/brand-protection.d.ts +8 -2
- package/lib/services/brand-protection.d.ts.map +1 -1
- package/lib/services/brand-protection.js +9 -2
- package/lib/services/brand-protection.js.map +1 -1
- package/lib/services/browser-rendering.d.ts.map +1 -1
- package/lib/services/browser-rendering.js +15 -14
- package/lib/services/browser-rendering.js.map +1 -1
- package/lib/services/cache.d.ts.map +1 -1
- package/lib/services/cache.js +49 -25
- package/lib/services/cache.js.map +1 -1
- package/lib/services/calls.d.ts +35 -14
- package/lib/services/calls.d.ts.map +1 -1
- package/lib/services/calls.js +35 -22
- package/lib/services/calls.js.map +1 -1
- package/lib/services/certificate-authorities.d.ts.map +1 -1
- package/lib/services/certificate-authorities.js +2 -2
- package/lib/services/certificate-authorities.js.map +1 -1
- package/lib/services/client-certificates.d.ts +57 -23
- package/lib/services/client-certificates.d.ts.map +1 -1
- package/lib/services/client-certificates.js +91 -62
- package/lib/services/client-certificates.js.map +1 -1
- package/lib/services/cloud-connector.d.ts +51 -22
- package/lib/services/cloud-connector.d.ts.map +1 -1
- package/lib/services/cloud-connector.js +57 -44
- package/lib/services/cloud-connector.js.map +1 -1
- package/lib/services/cloudforce-one.d.ts +119 -50
- package/lib/services/cloudforce-one.d.ts.map +1 -1
- package/lib/services/cloudforce-one.js +181 -124
- package/lib/services/cloudforce-one.js.map +1 -1
- package/lib/services/connectivity.d.ts +74 -31
- package/lib/services/connectivity.d.ts.map +1 -1
- package/lib/services/connectivity.js +84 -57
- package/lib/services/connectivity.js.map +1 -1
- package/lib/services/content-scanning.d.ts +40 -15
- package/lib/services/content-scanning.d.ts.map +1 -1
- package/lib/services/content-scanning.js +40 -21
- package/lib/services/content-scanning.js.map +1 -1
- package/lib/services/custom-certificates.d.ts +48 -19
- package/lib/services/custom-certificates.d.ts.map +1 -1
- package/lib/services/custom-certificates.js +80 -53
- package/lib/services/custom-certificates.js.map +1 -1
- package/lib/services/custom-hostnames.d.ts +116 -51
- package/lib/services/custom-hostnames.d.ts.map +1 -1
- package/lib/services/custom-hostnames.js +210 -170
- package/lib/services/custom-hostnames.js.map +1 -1
- package/lib/services/custom-nameservers.d.ts +32 -12
- package/lib/services/custom-nameservers.d.ts.map +1 -1
- package/lib/services/custom-nameservers.js +36 -21
- package/lib/services/custom-nameservers.js.map +1 -1
- package/lib/services/custom-pages.d.ts +26 -11
- package/lib/services/custom-pages.d.ts.map +1 -1
- package/lib/services/custom-pages.js +39 -24
- package/lib/services/custom-pages.js.map +1 -1
- package/lib/services/d1.d.ts +114 -48
- package/lib/services/d1.d.ts.map +1 -1
- package/lib/services/d1.js +150 -111
- package/lib/services/d1.js.map +1 -1
- package/lib/services/dcv-delegation.d.ts.map +1 -1
- package/lib/services/dcv-delegation.js +1 -1
- package/lib/services/dcv-delegation.js.map +1 -1
- package/lib/services/diagnostics.d.ts +59 -26
- package/lib/services/diagnostics.d.ts.map +1 -1
- package/lib/services/diagnostics.js +97 -82
- package/lib/services/diagnostics.js.map +1 -1
- package/lib/services/dns-firewall.d.ts +48 -19
- package/lib/services/dns-firewall.d.ts.map +1 -1
- package/lib/services/dns-firewall.js +75 -48
- package/lib/services/dns-firewall.js.map +1 -1
- package/lib/services/dns.d.ts +206 -87
- package/lib/services/dns.d.ts.map +1 -1
- package/lib/services/dns.js +335 -219
- package/lib/services/dns.js.map +1 -1
- package/lib/services/durable-objects.d.ts +44 -13
- package/lib/services/durable-objects.d.ts.map +1 -1
- package/lib/services/durable-objects.js +56 -19
- package/lib/services/durable-objects.js.map +1 -1
- package/lib/services/email-routing.d.ts +90 -34
- package/lib/services/email-routing.d.ts.map +1 -1
- package/lib/services/email-routing.js +133 -80
- package/lib/services/email-routing.js.map +1 -1
- package/lib/services/email-security.d.ts +439 -181
- package/lib/services/email-security.d.ts.map +1 -1
- package/lib/services/email-security.js +753 -557
- package/lib/services/email-security.js.map +1 -1
- package/lib/services/filters.d.ts +64 -24
- package/lib/services/filters.d.ts.map +1 -1
- package/lib/services/filters.js +61 -28
- package/lib/services/filters.js.map +1 -1
- package/lib/services/firewall.d.ts +455 -183
- package/lib/services/firewall.d.ts.map +1 -1
- package/lib/services/firewall.js +777 -574
- package/lib/services/firewall.js.map +1 -1
- package/lib/services/healthchecks.d.ts +76 -33
- package/lib/services/healthchecks.d.ts.map +1 -1
- package/lib/services/healthchecks.js +129 -100
- package/lib/services/healthchecks.js.map +1 -1
- package/lib/services/hostnames.d.ts +20 -8
- package/lib/services/hostnames.d.ts.map +1 -1
- package/lib/services/hostnames.js +32 -21
- package/lib/services/hostnames.js.map +1 -1
- package/lib/services/hyperdrive.d.ts.map +1 -1
- package/lib/services/hyperdrive.js +10 -9
- package/lib/services/hyperdrive.js.map +1 -1
- package/lib/services/iam.d.ts +162 -59
- package/lib/services/iam.d.ts.map +1 -1
- package/lib/services/iam.js +219 -119
- package/lib/services/iam.js.map +1 -1
- package/lib/services/images.d.ts +36 -12
- package/lib/services/images.d.ts.map +1 -1
- package/lib/services/images.js +59 -32
- package/lib/services/images.js.map +1 -1
- package/lib/services/intel.d.ts +159 -62
- package/lib/services/intel.d.ts.map +1 -1
- package/lib/services/intel.js +238 -151
- package/lib/services/intel.js.map +1 -1
- package/lib/services/ips.d.ts.map +1 -1
- package/lib/services/ips.js +1 -1
- package/lib/services/ips.js.map +1 -1
- package/lib/services/keyless-certificates.d.ts +36 -16
- package/lib/services/keyless-certificates.d.ts.map +1 -1
- package/lib/services/keyless-certificates.js +50 -37
- package/lib/services/keyless-certificates.js.map +1 -1
- package/lib/services/kv.d.ts +42 -12
- package/lib/services/kv.d.ts.map +1 -1
- package/lib/services/kv.js +87 -36
- package/lib/services/kv.js.map +1 -1
- package/lib/services/leaked-credential-checks.d.ts +16 -6
- package/lib/services/leaked-credential-checks.d.ts.map +1 -1
- package/lib/services/leaked-credential-checks.js +20 -12
- package/lib/services/leaked-credential-checks.js.map +1 -1
- package/lib/services/load-balancers.d.ts +373 -167
- package/lib/services/load-balancers.d.ts.map +1 -1
- package/lib/services/load-balancers.js +603 -490
- package/lib/services/load-balancers.js.map +1 -1
- package/lib/services/logpush.d.ts.map +1 -1
- package/lib/services/logpush.js +23 -15
- package/lib/services/logpush.js.map +1 -1
- package/lib/services/logs.d.ts.map +1 -1
- package/lib/services/logs.js +11 -7
- package/lib/services/logs.js.map +1 -1
- package/lib/services/magic-cloud-networking.d.ts +542 -249
- package/lib/services/magic-cloud-networking.d.ts.map +1 -1
- package/lib/services/magic-cloud-networking.js +890 -804
- package/lib/services/magic-cloud-networking.js.map +1 -1
- package/lib/services/magic-network-monitoring.d.ts.map +1 -1
- package/lib/services/magic-network-monitoring.js +44 -22
- package/lib/services/magic-network-monitoring.js.map +1 -1
- package/lib/services/magic-transit.d.ts +432 -196
- package/lib/services/magic-transit.d.ts.map +1 -1
- package/lib/services/magic-transit.js +730 -566
- package/lib/services/magic-transit.js.map +1 -1
- package/lib/services/managed-transforms.d.ts.map +1 -1
- package/lib/services/managed-transforms.js +8 -4
- package/lib/services/managed-transforms.js.map +1 -1
- package/lib/services/memberships.d.ts +54 -22
- package/lib/services/memberships.d.ts.map +1 -1
- package/lib/services/memberships.js +79 -53
- package/lib/services/memberships.js.map +1 -1
- package/lib/services/mtls-certificates.d.ts +41 -17
- package/lib/services/mtls-certificates.d.ts.map +1 -1
- package/lib/services/mtls-certificates.js +52 -33
- package/lib/services/mtls-certificates.js.map +1 -1
- package/lib/services/organizations.d.ts +56 -25
- package/lib/services/organizations.d.ts.map +1 -1
- package/lib/services/organizations.js +74 -59
- package/lib/services/organizations.js.map +1 -1
- package/lib/services/origin-ca-certificates.d.ts +30 -10
- package/lib/services/origin-ca-certificates.d.ts.map +1 -1
- package/lib/services/origin-ca-certificates.js +62 -35
- package/lib/services/origin-ca-certificates.js.map +1 -1
- package/lib/services/origin-post-quantum-encryption.d.ts.map +1 -1
- package/lib/services/origin-post-quantum-encryption.js +8 -4
- package/lib/services/origin-post-quantum-encryption.js.map +1 -1
- package/lib/services/origin-tls-client-auth.d.ts +60 -25
- package/lib/services/origin-tls-client-auth.d.ts.map +1 -1
- package/lib/services/origin-tls-client-auth.js +94 -60
- package/lib/services/origin-tls-client-auth.js.map +1 -1
- package/lib/services/page-rules.d.ts.map +1 -1
- package/lib/services/page-rules.js +18 -10
- package/lib/services/page-rules.js.map +1 -1
- package/lib/services/page-shield.d.ts +145 -66
- package/lib/services/page-shield.d.ts.map +1 -1
- package/lib/services/page-shield.js +166 -130
- package/lib/services/page-shield.js.map +1 -1
- package/lib/services/pages.d.ts +520 -225
- package/lib/services/pages.d.ts.map +1 -1
- package/lib/services/pages.js +643 -567
- package/lib/services/pages.js.map +1 -1
- package/lib/services/pipelines.d.ts +461 -206
- package/lib/services/pipelines.d.ts.map +1 -1
- package/lib/services/pipelines.js +859 -780
- package/lib/services/pipelines.js.map +1 -1
- package/lib/services/queues.d.ts +177 -80
- package/lib/services/queues.d.ts.map +1 -1
- package/lib/services/queues.js +233 -177
- package/lib/services/queues.js.map +1 -1
- package/lib/services/r2-data-catalog.d.ts.map +1 -1
- package/lib/services/r2-data-catalog.js +30 -16
- package/lib/services/r2-data-catalog.js.map +1 -1
- package/lib/services/r2.d.ts +85 -39
- package/lib/services/r2.d.ts.map +1 -1
- package/lib/services/r2.js +146 -126
- package/lib/services/r2.js.map +1 -1
- package/lib/services/radar.d.ts +152 -63
- package/lib/services/radar.d.ts.map +1 -1
- package/lib/services/radar.js +421 -360
- package/lib/services/radar.js.map +1 -1
- package/lib/services/rate-limits.d.ts +76 -31
- package/lib/services/rate-limits.d.ts.map +1 -1
- package/lib/services/rate-limits.js +106 -82
- package/lib/services/rate-limits.js.map +1 -1
- package/lib/services/realtime-kit.d.ts.map +1 -1
- package/lib/services/realtime-kit.js +34 -33
- package/lib/services/realtime-kit.js.map +1 -1
- package/lib/services/registrar.d.ts +75 -35
- package/lib/services/registrar.d.ts.map +1 -1
- package/lib/services/registrar.js +116 -103
- package/lib/services/registrar.js.map +1 -1
- package/lib/services/request-tracers.d.ts.map +1 -1
- package/lib/services/request-tracers.js +5 -2
- package/lib/services/request-tracers.js.map +1 -1
- package/lib/services/resource-sharing.d.ts +132 -50
- package/lib/services/resource-sharing.d.ts.map +1 -1
- package/lib/services/resource-sharing.js +232 -149
- package/lib/services/resource-sharing.js.map +1 -1
- package/lib/services/rules.d.ts +86 -37
- package/lib/services/rules.d.ts.map +1 -1
- package/lib/services/rules.js +122 -87
- package/lib/services/rules.js.map +1 -1
- package/lib/services/rulesets.d.ts +75 -30
- package/lib/services/rulesets.d.ts.map +1 -1
- package/lib/services/rulesets.js +274 -222
- package/lib/services/rulesets.js.map +1 -1
- package/lib/services/rum.d.ts +40 -15
- package/lib/services/rum.d.ts.map +1 -1
- package/lib/services/rum.js +78 -45
- package/lib/services/rum.js.map +1 -1
- package/lib/services/schema-validation.d.ts +47 -14
- package/lib/services/schema-validation.d.ts.map +1 -1
- package/lib/services/schema-validation.js +102 -43
- package/lib/services/schema-validation.js.map +1 -1
- package/lib/services/secrets-store.d.ts +116 -44
- package/lib/services/secrets-store.d.ts.map +1 -1
- package/lib/services/secrets-store.js +145 -78
- package/lib/services/secrets-store.js.map +1 -1
- package/lib/services/security-center.d.ts +56 -22
- package/lib/services/security-center.d.ts.map +1 -1
- package/lib/services/security-center.js +90 -64
- package/lib/services/security-center.js.map +1 -1
- package/lib/services/security-txt.d.ts.map +1 -1
- package/lib/services/security-txt.js +1 -1
- package/lib/services/security-txt.js.map +1 -1
- package/lib/services/snippets.d.ts +85 -33
- package/lib/services/snippets.d.ts.map +1 -1
- package/lib/services/snippets.js +106 -63
- package/lib/services/snippets.js.map +1 -1
- package/lib/services/spectrum.d.ts +58 -24
- package/lib/services/spectrum.d.ts.map +1 -1
- package/lib/services/spectrum.js +90 -65
- package/lib/services/spectrum.js.map +1 -1
- package/lib/services/speed.d.ts +47 -17
- package/lib/services/speed.d.ts.map +1 -1
- package/lib/services/speed.js +51 -24
- package/lib/services/speed.js.map +1 -1
- package/lib/services/ssl.d.ts +77 -35
- package/lib/services/ssl.d.ts.map +1 -1
- package/lib/services/ssl.js +146 -123
- package/lib/services/ssl.js.map +1 -1
- package/lib/services/stream.d.ts +173 -77
- package/lib/services/stream.d.ts.map +1 -1
- package/lib/services/stream.js +167 -131
- package/lib/services/stream.js.map +1 -1
- package/lib/services/token-validation.d.ts +203 -88
- package/lib/services/token-validation.d.ts.map +1 -1
- package/lib/services/token-validation.js +238 -172
- package/lib/services/token-validation.js.map +1 -1
- package/lib/services/turnstile.d.ts +38 -14
- package/lib/services/turnstile.d.ts.map +1 -1
- package/lib/services/turnstile.js +72 -41
- package/lib/services/turnstile.js.map +1 -1
- package/lib/services/url-normalization.d.ts.map +1 -1
- package/lib/services/url-normalization.js +2 -2
- package/lib/services/url-normalization.js.map +1 -1
- package/lib/services/user.d.ts +106 -40
- package/lib/services/user.d.ts.map +1 -1
- package/lib/services/user.js +156 -89
- package/lib/services/user.js.map +1 -1
- package/lib/services/vectorize.d.ts +26 -11
- package/lib/services/vectorize.d.ts.map +1 -1
- package/lib/services/vectorize.js +46 -35
- package/lib/services/vectorize.js.map +1 -1
- package/lib/services/waiting-rooms.d.ts +244 -104
- package/lib/services/waiting-rooms.d.ts.map +1 -1
- package/lib/services/waiting-rooms.js +398 -296
- package/lib/services/waiting-rooms.js.map +1 -1
- package/lib/services/web3.d.ts +26 -11
- package/lib/services/web3.d.ts.map +1 -1
- package/lib/services/web3.js +62 -43
- package/lib/services/web3.js.map +1 -1
- package/lib/services/workers-for-platforms.d.ts +323 -153
- package/lib/services/workers-for-platforms.d.ts.map +1 -1
- package/lib/services/workers-for-platforms.js +331 -288
- package/lib/services/workers-for-platforms.js.map +1 -1
- package/lib/services/workers.d.ts +601 -272
- package/lib/services/workers.d.ts.map +1 -1
- package/lib/services/workers.js +771 -633
- package/lib/services/workers.js.map +1 -1
- package/lib/services/workflows.d.ts +130 -47
- package/lib/services/workflows.d.ts.map +1 -1
- package/lib/services/workflows.js +190 -107
- package/lib/services/workflows.js.map +1 -1
- package/lib/services/zaraz.d.ts +20 -8
- package/lib/services/zaraz.d.ts.map +1 -1
- package/lib/services/zaraz.js +20 -13
- package/lib/services/zaraz.js.map +1 -1
- package/lib/services/zero-trust.d.ts +5436 -2650
- package/lib/services/zero-trust.d.ts.map +1 -1
- package/lib/services/zero-trust.js +9008 -7934
- package/lib/services/zero-trust.js.map +1 -1
- package/lib/services/zones.d.ts +188 -84
- package/lib/services/zones.d.ts.map +1 -1
- package/lib/services/zones.js +257 -196
- package/lib/services/zones.js.map +1 -1
- package/package.json +3 -2
- package/src/auth.ts +4 -3
- package/src/client/api.ts +105 -13
- package/src/credentials.ts +253 -12
- package/src/errors.ts +17 -1
- package/src/sensitive.ts +4 -0
- package/src/services/abuse-reports.ts +416 -208
- package/src/services/accounts.ts +511 -306
- package/src/services/acm.ts +22 -14
- package/src/services/addressing.ts +865 -550
- package/src/services/ai-gateway.ts +1148 -710
- package/src/services/ai.ts +265 -91
- package/src/services/aisearch.ts +1460 -995
- package/src/services/alerting.ts +1027 -671
- package/src/services/api-gateway.ts +1628 -1129
- package/src/services/argo.ts +48 -32
- package/src/services/billing.ts +47 -43
- package/src/services/bot-management.ts +6 -2
- package/src/services/botnet-feed.ts +28 -16
- package/src/services/brand-protection.ts +28 -6
- package/src/services/browser-rendering.ts +23 -10
- package/src/services/cache.ts +147 -97
- package/src/services/calls.ts +107 -42
- package/src/services/certificate-authorities.ts +6 -2
- package/src/services/client-certificates.ts +270 -173
- package/src/services/cloud-connector.ts +149 -82
- package/src/services/cloudforce-one.ts +515 -287
- package/src/services/connectivity.ts +184 -107
- package/src/services/content-scanning.ts +115 -42
- package/src/services/custom-certificates.ts +200 -121
- package/src/services/custom-hostnames.ts +583 -395
- package/src/services/custom-nameservers.ts +98 -45
- package/src/services/custom-pages.ts +109 -62
- package/src/services/d1.ts +409 -235
- package/src/services/dcv-delegation.ts +3 -1
- package/src/services/diagnostics.ts +267 -193
- package/src/services/dns-firewall.ts +197 -116
- package/src/services/dns.ts +916 -536
- package/src/services/durable-objects.ts +126 -37
- package/src/services/email-routing.ts +375 -181
- package/src/services/email-security.ts +1881 -1112
- package/src/services/filters.ts +176 -58
- package/src/services/firewall.ts +1843 -1011
- package/src/services/healthchecks.ts +374 -258
- package/src/services/hostnames.ts +83 -47
- package/src/services/hyperdrive.ts +12 -9
- package/src/services/iam.ts +560 -259
- package/src/services/images.ts +148 -54
- package/src/services/intel.ts +677 -373
- package/src/services/ips.ts +1 -1
- package/src/services/keyless-certificates.ts +139 -92
- package/src/services/kv.ts +204 -86
- package/src/services/leaked-credential-checks.ts +58 -19
- package/src/services/load-balancers.ts +1755 -1200
- package/src/services/logpush.ts +100 -72
- package/src/services/logs.ts +29 -15
- package/src/services/magic-cloud-networking.ts +2453 -1726
- package/src/services/magic-network-monitoring.ts +163 -119
- package/src/services/magic-transit.ts +2153 -1530
- package/src/services/managed-transforms.ts +20 -12
- package/src/services/memberships.ts +196 -113
- package/src/services/mtls-certificates.ts +158 -88
- package/src/services/organizations.ts +185 -121
- package/src/services/origin-ca-certificates.ts +130 -64
- package/src/services/origin-post-quantum-encryption.ts +24 -16
- package/src/services/origin-tls-client-auth.ts +282 -158
- package/src/services/page-rules.ts +64 -44
- package/src/services/page-shield.ts +492 -316
- package/src/services/pages.ts +1612 -1154
- package/src/services/pipelines.ts +1735 -1280
- package/src/services/queues.ts +617 -419
- package/src/services/r2-data-catalog.ts +82 -50
- package/src/services/r2.ts +420 -239
- package/src/services/radar.ts +1107 -423
- package/src/services/rate-limits.ts +254 -152
- package/src/services/realtime-kit.ts +34 -33
- package/src/services/registrar.ts +262 -167
- package/src/services/request-tracers.ts +7 -4
- package/src/services/resource-sharing.ts +628 -378
- package/src/services/rules.ts +292 -176
- package/src/services/rulesets.ts +643 -426
- package/src/services/rum.ts +204 -111
- package/src/services/schema-validation.ts +240 -104
- package/src/services/secrets-store.ts +356 -166
- package/src/services/security-center.ts +196 -98
- package/src/services/security-txt.ts +2 -0
- package/src/services/snippets.ts +259 -117
- package/src/services/spectrum.ts +215 -128
- package/src/services/speed.ts +144 -46
- package/src/services/ssl.ts +420 -293
- package/src/services/stream.ts +496 -244
- package/src/services/token-validation.ts +583 -343
- package/src/services/turnstile.ts +206 -124
- package/src/services/url-normalization.ts +6 -2
- package/src/services/user.ts +480 -277
- package/src/services/vectorize.ts +123 -64
- package/src/services/waiting-rooms.ts +1156 -747
- package/src/services/web3.ts +178 -113
- package/src/services/workers-for-platforms.ts +814 -539
- package/src/services/workers.ts +1888 -1227
- package/src/services/workflows.ts +453 -205
- package/src/services/zaraz.ts +61 -25
- package/src/services/zero-trust.ts +17859 -12103
- package/src/services/zones.ts +690 -459
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
* Generated from Cloudflare TypeScript SDK.
|
|
5
5
|
* DO NOT EDIT - regenerate with: bun scripts/generate.ts --service email-security
|
|
6
6
|
*/
|
|
7
|
+
import * as stream from "effect/Stream";
|
|
7
8
|
import * as Schema from "effect/Schema";
|
|
8
9
|
import type * as HttpClient from "effect/unstable/http/HttpClient";
|
|
9
10
|
import * as API from "../client/api.ts";
|
|
@@ -105,60 +106,121 @@ export interface ListInvestigatesRequest {
|
|
|
105
106
|
subject?: string;
|
|
106
107
|
}
|
|
107
108
|
export declare const ListInvestigatesRequest: Schema.Schema<ListInvestigatesRequest>;
|
|
108
|
-
export
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
109
|
+
export interface ListInvestigatesResponse {
|
|
110
|
+
result: {
|
|
111
|
+
id: string;
|
|
112
|
+
actionLog: unknown;
|
|
113
|
+
clientRecipients: string[];
|
|
114
|
+
detectionReasons: string[];
|
|
115
|
+
isPhishSubmission: boolean;
|
|
116
|
+
isQuarantined: boolean;
|
|
117
|
+
postfixId: string;
|
|
118
|
+
properties: {
|
|
119
|
+
allowlistedPattern?: string | null;
|
|
120
|
+
allowlistedPatternType?: "quarantine_release" | "acceptable_sender" | "allowed_sender" | "allowed_recipient" | "domain_similarity" | "domain_recency" | "managed_acceptable_sender" | "outbound_ndr" | null;
|
|
121
|
+
blocklistedMessage?: boolean | null;
|
|
122
|
+
blocklistedPattern?: string | null;
|
|
123
|
+
whitelistedPatternType?: "quarantine_release" | "acceptable_sender" | "allowed_sender" | "allowed_recipient" | "domain_similarity" | "domain_recency" | "managed_acceptable_sender" | "outbound_ndr" | null;
|
|
124
|
+
};
|
|
125
|
+
ts: string;
|
|
126
|
+
alertId?: string | null;
|
|
127
|
+
deliveryMode?: "DIRECT" | "BCC" | "JOURNAL" | "REVIEW_SUBMISSION" | "DMARC_UNVERIFIED" | "DMARC_FAILURE_REPORT" | "DMARC_AGGREGATE_REPORT" | "THREAT_INTEL_SUBMISSION" | "SIMULATION_SUBMISSION" | "API" | "RETRO_SCAN" | null;
|
|
128
|
+
edfHash?: string | null;
|
|
129
|
+
envelopeFrom?: string | null;
|
|
130
|
+
envelopeTo?: string[] | null;
|
|
131
|
+
finalDisposition?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
132
|
+
findings?: {
|
|
133
|
+
attachment?: string | null;
|
|
134
|
+
detail?: string | null;
|
|
135
|
+
detection?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
136
|
+
field?: string | null;
|
|
137
|
+
name?: string | null;
|
|
138
|
+
portion?: string | null;
|
|
139
|
+
reason?: string | null;
|
|
140
|
+
score?: number | null;
|
|
141
|
+
value?: string | null;
|
|
142
|
+
}[] | null;
|
|
143
|
+
from?: string | null;
|
|
144
|
+
fromName?: string | null;
|
|
145
|
+
htmltextStructureHash?: string | null;
|
|
146
|
+
messageId?: string | null;
|
|
147
|
+
postfixIdOutbound?: string | null;
|
|
148
|
+
replyto?: string | null;
|
|
149
|
+
sentDate?: string | null;
|
|
150
|
+
subject?: string | null;
|
|
151
|
+
threatCategories?: string[] | null;
|
|
152
|
+
to?: string[] | null;
|
|
153
|
+
toName?: string[] | null;
|
|
154
|
+
validation?: {
|
|
155
|
+
comment?: string | null;
|
|
156
|
+
dkim?: "pass" | "neutral" | "fail" | "error" | "none" | null;
|
|
157
|
+
dmarc?: "pass" | "neutral" | "fail" | "error" | "none" | null;
|
|
158
|
+
spf?: "pass" | "neutral" | "fail" | "error" | "none" | null;
|
|
159
|
+
} | null;
|
|
160
|
+
}[];
|
|
161
|
+
resultInfo: {
|
|
162
|
+
count?: number | null;
|
|
163
|
+
page?: number | null;
|
|
164
|
+
perPage?: number | null;
|
|
165
|
+
totalCount?: number | null;
|
|
122
166
|
};
|
|
123
|
-
|
|
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
|
-
}[];
|
|
167
|
+
}
|
|
159
168
|
export declare const ListInvestigatesResponse: Schema.Schema<ListInvestigatesResponse>;
|
|
160
169
|
export type ListInvestigatesError = DefaultErrors;
|
|
161
|
-
export declare const listInvestigates: API.
|
|
170
|
+
export declare const listInvestigates: API.PaginatedOperationMethod<ListInvestigatesRequest, ListInvestigatesResponse, ListInvestigatesError, Credentials | HttpClient.HttpClient> & {
|
|
171
|
+
pages: (input: ListInvestigatesRequest) => stream.Stream<ListInvestigatesResponse, ListInvestigatesError, Credentials | HttpClient.HttpClient>;
|
|
172
|
+
items: (input: ListInvestigatesRequest) => stream.Stream<{
|
|
173
|
+
id: string;
|
|
174
|
+
actionLog: unknown;
|
|
175
|
+
clientRecipients: string[];
|
|
176
|
+
detectionReasons: string[];
|
|
177
|
+
isPhishSubmission: boolean;
|
|
178
|
+
isQuarantined: boolean;
|
|
179
|
+
postfixId: string;
|
|
180
|
+
properties: {
|
|
181
|
+
allowlistedPattern?: string | null;
|
|
182
|
+
allowlistedPatternType?: "quarantine_release" | "acceptable_sender" | "allowed_sender" | "allowed_recipient" | "domain_similarity" | "domain_recency" | "managed_acceptable_sender" | "outbound_ndr" | null;
|
|
183
|
+
blocklistedMessage?: boolean | null;
|
|
184
|
+
blocklistedPattern?: string | null;
|
|
185
|
+
whitelistedPatternType?: "quarantine_release" | "acceptable_sender" | "allowed_sender" | "allowed_recipient" | "domain_similarity" | "domain_recency" | "managed_acceptable_sender" | "outbound_ndr" | null;
|
|
186
|
+
};
|
|
187
|
+
ts: string;
|
|
188
|
+
alertId?: string | null;
|
|
189
|
+
deliveryMode?: "DIRECT" | "BCC" | "JOURNAL" | "REVIEW_SUBMISSION" | "DMARC_UNVERIFIED" | "DMARC_FAILURE_REPORT" | "DMARC_AGGREGATE_REPORT" | "THREAT_INTEL_SUBMISSION" | "SIMULATION_SUBMISSION" | "API" | "RETRO_SCAN" | null;
|
|
190
|
+
edfHash?: string | null;
|
|
191
|
+
envelopeFrom?: string | null;
|
|
192
|
+
envelopeTo?: string[] | null;
|
|
193
|
+
finalDisposition?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
194
|
+
findings?: {
|
|
195
|
+
attachment?: string | null;
|
|
196
|
+
detail?: string | null;
|
|
197
|
+
detection?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
198
|
+
field?: string | null;
|
|
199
|
+
name?: string | null;
|
|
200
|
+
portion?: string | null;
|
|
201
|
+
reason?: string | null;
|
|
202
|
+
score?: number | null;
|
|
203
|
+
value?: string | null;
|
|
204
|
+
}[] | null;
|
|
205
|
+
from?: string | null;
|
|
206
|
+
fromName?: string | null;
|
|
207
|
+
htmltextStructureHash?: string | null;
|
|
208
|
+
messageId?: string | null;
|
|
209
|
+
postfixIdOutbound?: string | null;
|
|
210
|
+
replyto?: string | null;
|
|
211
|
+
sentDate?: string | null;
|
|
212
|
+
subject?: string | null;
|
|
213
|
+
threatCategories?: string[] | null;
|
|
214
|
+
to?: string[] | null;
|
|
215
|
+
toName?: string[] | null;
|
|
216
|
+
validation?: {
|
|
217
|
+
comment?: string | null;
|
|
218
|
+
dkim?: "pass" | "neutral" | "fail" | "error" | "none" | null;
|
|
219
|
+
dmarc?: "pass" | "neutral" | "fail" | "error" | "none" | null;
|
|
220
|
+
spf?: "pass" | "neutral" | "fail" | "error" | "none" | null;
|
|
221
|
+
} | null;
|
|
222
|
+
}, ListInvestigatesError, Credentials | HttpClient.HttpClient>;
|
|
223
|
+
};
|
|
162
224
|
export interface GetInvestigateDetectionRequest {
|
|
163
225
|
postfixId: string;
|
|
164
226
|
/** Account Identifier */
|
|
@@ -213,19 +275,33 @@ export interface CreateInvestigateMoveRequest {
|
|
|
213
275
|
destination: "Inbox" | "JunkEmail" | "DeletedItems" | "RecoverableItemsDeletions" | "RecoverableItemsPurges";
|
|
214
276
|
}
|
|
215
277
|
export declare const CreateInvestigateMoveRequest: Schema.Schema<CreateInvestigateMoveRequest>;
|
|
216
|
-
export
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
278
|
+
export interface CreateInvestigateMoveResponse {
|
|
279
|
+
result: {
|
|
280
|
+
completedTimestamp: string;
|
|
281
|
+
itemCount: number;
|
|
282
|
+
success: boolean;
|
|
283
|
+
destination?: string | null;
|
|
284
|
+
messageId?: string | null;
|
|
285
|
+
operation?: string | null;
|
|
286
|
+
recipient?: string | null;
|
|
287
|
+
status?: string | null;
|
|
288
|
+
}[];
|
|
289
|
+
}
|
|
226
290
|
export declare const CreateInvestigateMoveResponse: Schema.Schema<CreateInvestigateMoveResponse>;
|
|
227
291
|
export type CreateInvestigateMoveError = DefaultErrors;
|
|
228
|
-
export declare const createInvestigateMove: API.
|
|
292
|
+
export declare const createInvestigateMove: API.PaginatedOperationMethod<CreateInvestigateMoveRequest, CreateInvestigateMoveResponse, CreateInvestigateMoveError, Credentials | HttpClient.HttpClient> & {
|
|
293
|
+
pages: (input: CreateInvestigateMoveRequest) => stream.Stream<CreateInvestigateMoveResponse, CreateInvestigateMoveError, Credentials | HttpClient.HttpClient>;
|
|
294
|
+
items: (input: CreateInvestigateMoveRequest) => stream.Stream<{
|
|
295
|
+
completedTimestamp: string;
|
|
296
|
+
itemCount: number;
|
|
297
|
+
success: boolean;
|
|
298
|
+
destination?: string | null;
|
|
299
|
+
messageId?: string | null;
|
|
300
|
+
operation?: string | null;
|
|
301
|
+
recipient?: string | null;
|
|
302
|
+
status?: string | null;
|
|
303
|
+
}, CreateInvestigateMoveError, Credentials | HttpClient.HttpClient>;
|
|
304
|
+
};
|
|
229
305
|
export interface BulkInvestigateMoveRequest {
|
|
230
306
|
/** Path param: Account Identifier */
|
|
231
307
|
accountId: string;
|
|
@@ -235,19 +311,33 @@ export interface BulkInvestigateMoveRequest {
|
|
|
235
311
|
postfixIds: string[];
|
|
236
312
|
}
|
|
237
313
|
export declare const BulkInvestigateMoveRequest: Schema.Schema<BulkInvestigateMoveRequest>;
|
|
238
|
-
export
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
314
|
+
export interface BulkInvestigateMoveResponse {
|
|
315
|
+
result: {
|
|
316
|
+
completedTimestamp: string;
|
|
317
|
+
itemCount: number;
|
|
318
|
+
success: boolean;
|
|
319
|
+
destination?: string | null;
|
|
320
|
+
messageId?: string | null;
|
|
321
|
+
operation?: string | null;
|
|
322
|
+
recipient?: string | null;
|
|
323
|
+
status?: string | null;
|
|
324
|
+
}[];
|
|
325
|
+
}
|
|
248
326
|
export declare const BulkInvestigateMoveResponse: Schema.Schema<BulkInvestigateMoveResponse>;
|
|
249
327
|
export type BulkInvestigateMoveError = DefaultErrors;
|
|
250
|
-
export declare const bulkInvestigateMove: API.
|
|
328
|
+
export declare const bulkInvestigateMove: API.PaginatedOperationMethod<BulkInvestigateMoveRequest, BulkInvestigateMoveResponse, BulkInvestigateMoveError, Credentials | HttpClient.HttpClient> & {
|
|
329
|
+
pages: (input: BulkInvestigateMoveRequest) => stream.Stream<BulkInvestigateMoveResponse, BulkInvestigateMoveError, Credentials | HttpClient.HttpClient>;
|
|
330
|
+
items: (input: BulkInvestigateMoveRequest) => stream.Stream<{
|
|
331
|
+
completedTimestamp: string;
|
|
332
|
+
itemCount: number;
|
|
333
|
+
success: boolean;
|
|
334
|
+
destination?: string | null;
|
|
335
|
+
messageId?: string | null;
|
|
336
|
+
operation?: string | null;
|
|
337
|
+
recipient?: string | null;
|
|
338
|
+
status?: string | null;
|
|
339
|
+
}, BulkInvestigateMoveError, Credentials | HttpClient.HttpClient>;
|
|
340
|
+
};
|
|
251
341
|
export interface GetInvestigatePreviewRequest {
|
|
252
342
|
postfixId: string;
|
|
253
343
|
/** Account Identifier */
|
|
@@ -311,15 +401,25 @@ export interface BulkInvestigateReleaseRequest {
|
|
|
311
401
|
body: string[];
|
|
312
402
|
}
|
|
313
403
|
export declare const BulkInvestigateReleaseRequest: Schema.Schema<BulkInvestigateReleaseRequest>;
|
|
314
|
-
export
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
404
|
+
export interface BulkInvestigateReleaseResponse {
|
|
405
|
+
result: {
|
|
406
|
+
postfixId: string;
|
|
407
|
+
delivered?: string[] | null;
|
|
408
|
+
failed?: string[] | null;
|
|
409
|
+
undelivered?: string[] | null;
|
|
410
|
+
}[];
|
|
411
|
+
}
|
|
320
412
|
export declare const BulkInvestigateReleaseResponse: Schema.Schema<BulkInvestigateReleaseResponse>;
|
|
321
413
|
export type BulkInvestigateReleaseError = DefaultErrors;
|
|
322
|
-
export declare const bulkInvestigateRelease: API.
|
|
414
|
+
export declare const bulkInvestigateRelease: API.PaginatedOperationMethod<BulkInvestigateReleaseRequest, BulkInvestigateReleaseResponse, BulkInvestigateReleaseError, Credentials | HttpClient.HttpClient> & {
|
|
415
|
+
pages: (input: BulkInvestigateReleaseRequest) => stream.Stream<BulkInvestigateReleaseResponse, BulkInvestigateReleaseError, Credentials | HttpClient.HttpClient>;
|
|
416
|
+
items: (input: BulkInvestigateReleaseRequest) => stream.Stream<{
|
|
417
|
+
postfixId: string;
|
|
418
|
+
delivered?: string[] | null;
|
|
419
|
+
failed?: string[] | null;
|
|
420
|
+
undelivered?: string[] | null;
|
|
421
|
+
}, BulkInvestigateReleaseError, Credentials | HttpClient.HttpClient>;
|
|
422
|
+
};
|
|
323
423
|
export interface GetInvestigateTraceRequest {
|
|
324
424
|
postfixId: string;
|
|
325
425
|
/** Account Identifier */
|
|
@@ -409,25 +509,51 @@ export interface ListSettingAllowPoliciesRequest {
|
|
|
409
509
|
verifySender?: boolean;
|
|
410
510
|
}
|
|
411
511
|
export declare const ListSettingAllowPoliciesRequest: Schema.Schema<ListSettingAllowPoliciesRequest>;
|
|
412
|
-
export
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
512
|
+
export interface ListSettingAllowPoliciesResponse {
|
|
513
|
+
result: {
|
|
514
|
+
id: number;
|
|
515
|
+
createdAt: string;
|
|
516
|
+
isAcceptableSender: boolean;
|
|
517
|
+
isExemptRecipient: boolean;
|
|
518
|
+
isRegex: boolean;
|
|
519
|
+
isTrustedSender: boolean;
|
|
520
|
+
lastModified: string;
|
|
521
|
+
pattern: string;
|
|
522
|
+
patternType: "EMAIL" | "DOMAIN" | "IP" | "UNKNOWN";
|
|
523
|
+
verifySender: boolean;
|
|
524
|
+
comments?: string | null;
|
|
525
|
+
isRecipient?: boolean | null;
|
|
526
|
+
isSender?: boolean | null;
|
|
527
|
+
isSpoof?: boolean | null;
|
|
528
|
+
}[];
|
|
529
|
+
resultInfo: {
|
|
530
|
+
count?: number | null;
|
|
531
|
+
page?: number | null;
|
|
532
|
+
perPage?: number | null;
|
|
533
|
+
totalCount?: number | null;
|
|
534
|
+
};
|
|
535
|
+
}
|
|
428
536
|
export declare const ListSettingAllowPoliciesResponse: Schema.Schema<ListSettingAllowPoliciesResponse>;
|
|
429
537
|
export type ListSettingAllowPoliciesError = DefaultErrors;
|
|
430
|
-
export declare const listSettingAllowPolicies: API.
|
|
538
|
+
export declare const listSettingAllowPolicies: API.PaginatedOperationMethod<ListSettingAllowPoliciesRequest, ListSettingAllowPoliciesResponse, ListSettingAllowPoliciesError, Credentials | HttpClient.HttpClient> & {
|
|
539
|
+
pages: (input: ListSettingAllowPoliciesRequest) => stream.Stream<ListSettingAllowPoliciesResponse, ListSettingAllowPoliciesError, Credentials | HttpClient.HttpClient>;
|
|
540
|
+
items: (input: ListSettingAllowPoliciesRequest) => stream.Stream<{
|
|
541
|
+
id: number;
|
|
542
|
+
createdAt: string;
|
|
543
|
+
isAcceptableSender: boolean;
|
|
544
|
+
isExemptRecipient: boolean;
|
|
545
|
+
isRegex: boolean;
|
|
546
|
+
isTrustedSender: boolean;
|
|
547
|
+
lastModified: string;
|
|
548
|
+
pattern: string;
|
|
549
|
+
patternType: "EMAIL" | "DOMAIN" | "IP" | "UNKNOWN";
|
|
550
|
+
verifySender: boolean;
|
|
551
|
+
comments?: string | null;
|
|
552
|
+
isRecipient?: boolean | null;
|
|
553
|
+
isSender?: boolean | null;
|
|
554
|
+
isSpoof?: boolean | null;
|
|
555
|
+
}, ListSettingAllowPoliciesError, Credentials | HttpClient.HttpClient>;
|
|
556
|
+
};
|
|
431
557
|
export interface CreateSettingAllowPolicyRequest {
|
|
432
558
|
/** Path param: Account Identifier */
|
|
433
559
|
accountId: string;
|
|
@@ -578,18 +704,37 @@ export interface ListSettingBlockSendersRequest {
|
|
|
578
704
|
search?: string;
|
|
579
705
|
}
|
|
580
706
|
export declare const ListSettingBlockSendersRequest: Schema.Schema<ListSettingBlockSendersRequest>;
|
|
581
|
-
export
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
707
|
+
export interface ListSettingBlockSendersResponse {
|
|
708
|
+
result: {
|
|
709
|
+
id: number;
|
|
710
|
+
createdAt: string;
|
|
711
|
+
isRegex: boolean;
|
|
712
|
+
lastModified: string;
|
|
713
|
+
pattern: string;
|
|
714
|
+
patternType: "EMAIL" | "DOMAIN" | "IP" | "UNKNOWN";
|
|
715
|
+
comments?: string | null;
|
|
716
|
+
}[];
|
|
717
|
+
resultInfo: {
|
|
718
|
+
count?: number | null;
|
|
719
|
+
page?: number | null;
|
|
720
|
+
perPage?: number | null;
|
|
721
|
+
totalCount?: number | null;
|
|
722
|
+
};
|
|
723
|
+
}
|
|
590
724
|
export declare const ListSettingBlockSendersResponse: Schema.Schema<ListSettingBlockSendersResponse>;
|
|
591
725
|
export type ListSettingBlockSendersError = DefaultErrors;
|
|
592
|
-
export declare const listSettingBlockSenders: API.
|
|
726
|
+
export declare const listSettingBlockSenders: API.PaginatedOperationMethod<ListSettingBlockSendersRequest, ListSettingBlockSendersResponse, ListSettingBlockSendersError, Credentials | HttpClient.HttpClient> & {
|
|
727
|
+
pages: (input: ListSettingBlockSendersRequest) => stream.Stream<ListSettingBlockSendersResponse, ListSettingBlockSendersError, Credentials | HttpClient.HttpClient>;
|
|
728
|
+
items: (input: ListSettingBlockSendersRequest) => stream.Stream<{
|
|
729
|
+
id: number;
|
|
730
|
+
createdAt: string;
|
|
731
|
+
isRegex: boolean;
|
|
732
|
+
lastModified: string;
|
|
733
|
+
pattern: string;
|
|
734
|
+
patternType: "EMAIL" | "DOMAIN" | "IP" | "UNKNOWN";
|
|
735
|
+
comments?: string | null;
|
|
736
|
+
}, ListSettingBlockSendersError, Credentials | HttpClient.HttpClient>;
|
|
737
|
+
};
|
|
593
738
|
export interface CreateSettingBlockSenderRequest {
|
|
594
739
|
/** Path param: Account Identifier */
|
|
595
740
|
accountId: string;
|
|
@@ -715,39 +860,79 @@ export interface ListSettingDomainsRequest {
|
|
|
715
860
|
search?: string;
|
|
716
861
|
}
|
|
717
862
|
export declare const ListSettingDomainsRequest: Schema.Schema<ListSettingDomainsRequest>;
|
|
718
|
-
export
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
863
|
+
export interface ListSettingDomainsResponse {
|
|
864
|
+
result: {
|
|
865
|
+
id: number;
|
|
866
|
+
allowedDeliveryModes: ("DIRECT" | "BCC" | "JOURNAL" | "API" | "RETRO_SCAN")[];
|
|
867
|
+
createdAt: string;
|
|
868
|
+
domain: string;
|
|
869
|
+
dropDispositions: ("MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE")[];
|
|
870
|
+
ipRestrictions: string[];
|
|
871
|
+
lastModified: string;
|
|
872
|
+
lookbackHops: number;
|
|
873
|
+
regions: ("GLOBAL" | "AU" | "DE" | "IN" | "US")[];
|
|
874
|
+
transport: string;
|
|
875
|
+
authorization?: {
|
|
876
|
+
authorized: boolean;
|
|
877
|
+
timestamp: string;
|
|
878
|
+
statusMessage?: string | null;
|
|
879
|
+
} | null;
|
|
880
|
+
dmarcStatus?: "none" | "good" | "invalid" | null;
|
|
881
|
+
emailsProcessed?: {
|
|
882
|
+
timestamp: string;
|
|
883
|
+
totalEmailsProcessed: number;
|
|
884
|
+
totalEmailsProcessedPrevious: number;
|
|
885
|
+
} | null;
|
|
886
|
+
folder?: "AllItems" | "Inbox" | null;
|
|
887
|
+
inboxProvider?: "Microsoft" | "Google" | null;
|
|
888
|
+
integrationId?: string | null;
|
|
889
|
+
o365TenantId?: string | null;
|
|
890
|
+
requireTlsInbound?: boolean | null;
|
|
891
|
+
requireTlsOutbound?: boolean | null;
|
|
892
|
+
spfStatus?: "none" | "good" | "neutral" | "open" | "invalid" | null;
|
|
893
|
+
}[];
|
|
894
|
+
resultInfo: {
|
|
895
|
+
count?: number | null;
|
|
896
|
+
page?: number | null;
|
|
897
|
+
perPage?: number | null;
|
|
898
|
+
totalCount?: number | null;
|
|
899
|
+
};
|
|
900
|
+
}
|
|
748
901
|
export declare const ListSettingDomainsResponse: Schema.Schema<ListSettingDomainsResponse>;
|
|
749
902
|
export type ListSettingDomainsError = DefaultErrors;
|
|
750
|
-
export declare const listSettingDomains: API.
|
|
903
|
+
export declare const listSettingDomains: API.PaginatedOperationMethod<ListSettingDomainsRequest, ListSettingDomainsResponse, ListSettingDomainsError, Credentials | HttpClient.HttpClient> & {
|
|
904
|
+
pages: (input: ListSettingDomainsRequest) => stream.Stream<ListSettingDomainsResponse, ListSettingDomainsError, Credentials | HttpClient.HttpClient>;
|
|
905
|
+
items: (input: ListSettingDomainsRequest) => stream.Stream<{
|
|
906
|
+
id: number;
|
|
907
|
+
allowedDeliveryModes: ("DIRECT" | "BCC" | "JOURNAL" | "API" | "RETRO_SCAN")[];
|
|
908
|
+
createdAt: string;
|
|
909
|
+
domain: string;
|
|
910
|
+
dropDispositions: ("MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE")[];
|
|
911
|
+
ipRestrictions: string[];
|
|
912
|
+
lastModified: string;
|
|
913
|
+
lookbackHops: number;
|
|
914
|
+
regions: ("GLOBAL" | "AU" | "DE" | "IN" | "US")[];
|
|
915
|
+
transport: string;
|
|
916
|
+
authorization?: {
|
|
917
|
+
authorized: boolean;
|
|
918
|
+
timestamp: string;
|
|
919
|
+
statusMessage?: string | null;
|
|
920
|
+
} | null;
|
|
921
|
+
dmarcStatus?: "none" | "good" | "invalid" | null;
|
|
922
|
+
emailsProcessed?: {
|
|
923
|
+
timestamp: string;
|
|
924
|
+
totalEmailsProcessed: number;
|
|
925
|
+
totalEmailsProcessedPrevious: number;
|
|
926
|
+
} | null;
|
|
927
|
+
folder?: "AllItems" | "Inbox" | null;
|
|
928
|
+
inboxProvider?: "Microsoft" | "Google" | null;
|
|
929
|
+
integrationId?: string | null;
|
|
930
|
+
o365TenantId?: string | null;
|
|
931
|
+
requireTlsInbound?: boolean | null;
|
|
932
|
+
requireTlsOutbound?: boolean | null;
|
|
933
|
+
spfStatus?: "none" | "good" | "neutral" | "open" | "invalid" | null;
|
|
934
|
+
}, ListSettingDomainsError, Credentials | HttpClient.HttpClient>;
|
|
935
|
+
};
|
|
751
936
|
export interface PatchSettingDomainRequest {
|
|
752
937
|
domainId: number;
|
|
753
938
|
/** Path param: Account Identifier */
|
|
@@ -828,12 +1013,19 @@ export interface BulkDeleteSettingDomainsRequest {
|
|
|
828
1013
|
accountId: string;
|
|
829
1014
|
}
|
|
830
1015
|
export declare const BulkDeleteSettingDomainsRequest: Schema.Schema<BulkDeleteSettingDomainsRequest>;
|
|
831
|
-
export
|
|
832
|
-
|
|
833
|
-
|
|
1016
|
+
export interface BulkDeleteSettingDomainsResponse {
|
|
1017
|
+
result: {
|
|
1018
|
+
id: number;
|
|
1019
|
+
}[];
|
|
1020
|
+
}
|
|
834
1021
|
export declare const BulkDeleteSettingDomainsResponse: Schema.Schema<BulkDeleteSettingDomainsResponse>;
|
|
835
1022
|
export type BulkDeleteSettingDomainsError = DefaultErrors;
|
|
836
|
-
export declare const bulkDeleteSettingDomains: API.
|
|
1023
|
+
export declare const bulkDeleteSettingDomains: API.PaginatedOperationMethod<BulkDeleteSettingDomainsRequest, BulkDeleteSettingDomainsResponse, BulkDeleteSettingDomainsError, Credentials | HttpClient.HttpClient> & {
|
|
1024
|
+
pages: (input: BulkDeleteSettingDomainsRequest) => stream.Stream<BulkDeleteSettingDomainsResponse, BulkDeleteSettingDomainsError, Credentials | HttpClient.HttpClient>;
|
|
1025
|
+
items: (input: BulkDeleteSettingDomainsRequest) => stream.Stream<{
|
|
1026
|
+
id: number;
|
|
1027
|
+
}, BulkDeleteSettingDomainsError, Credentials | HttpClient.HttpClient>;
|
|
1028
|
+
};
|
|
837
1029
|
export interface GetSettingImpersonationRegistryRequest {
|
|
838
1030
|
displayNameId: number;
|
|
839
1031
|
/** Account Identifier */
|
|
@@ -870,22 +1062,45 @@ export interface ListSettingImpersonationRegistriesRequest {
|
|
|
870
1062
|
search?: string;
|
|
871
1063
|
}
|
|
872
1064
|
export declare const ListSettingImpersonationRegistriesRequest: Schema.Schema<ListSettingImpersonationRegistriesRequest>;
|
|
873
|
-
export
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
1065
|
+
export interface ListSettingImpersonationRegistriesResponse {
|
|
1066
|
+
result: {
|
|
1067
|
+
id: number;
|
|
1068
|
+
createdAt: string;
|
|
1069
|
+
email: string;
|
|
1070
|
+
isEmailRegex: boolean;
|
|
1071
|
+
lastModified: string;
|
|
1072
|
+
name: string;
|
|
1073
|
+
comments?: string | null;
|
|
1074
|
+
directoryId?: number | null;
|
|
1075
|
+
directoryNodeId?: number | null;
|
|
1076
|
+
externalDirectoryNodeId?: string | null;
|
|
1077
|
+
provenance?: string | null;
|
|
1078
|
+
}[];
|
|
1079
|
+
resultInfo: {
|
|
1080
|
+
count?: number | null;
|
|
1081
|
+
page?: number | null;
|
|
1082
|
+
perPage?: number | null;
|
|
1083
|
+
totalCount?: number | null;
|
|
1084
|
+
};
|
|
1085
|
+
}
|
|
886
1086
|
export declare const ListSettingImpersonationRegistriesResponse: Schema.Schema<ListSettingImpersonationRegistriesResponse>;
|
|
887
1087
|
export type ListSettingImpersonationRegistriesError = DefaultErrors;
|
|
888
|
-
export declare const listSettingImpersonationRegistries: API.
|
|
1088
|
+
export declare const listSettingImpersonationRegistries: API.PaginatedOperationMethod<ListSettingImpersonationRegistriesRequest, ListSettingImpersonationRegistriesResponse, ListSettingImpersonationRegistriesError, Credentials | HttpClient.HttpClient> & {
|
|
1089
|
+
pages: (input: ListSettingImpersonationRegistriesRequest) => stream.Stream<ListSettingImpersonationRegistriesResponse, ListSettingImpersonationRegistriesError, Credentials | HttpClient.HttpClient>;
|
|
1090
|
+
items: (input: ListSettingImpersonationRegistriesRequest) => stream.Stream<{
|
|
1091
|
+
id: number;
|
|
1092
|
+
createdAt: string;
|
|
1093
|
+
email: string;
|
|
1094
|
+
isEmailRegex: boolean;
|
|
1095
|
+
lastModified: string;
|
|
1096
|
+
name: string;
|
|
1097
|
+
comments?: string | null;
|
|
1098
|
+
directoryId?: number | null;
|
|
1099
|
+
directoryNodeId?: number | null;
|
|
1100
|
+
externalDirectoryNodeId?: string | null;
|
|
1101
|
+
provenance?: string | null;
|
|
1102
|
+
}, ListSettingImpersonationRegistriesError, Credentials | HttpClient.HttpClient>;
|
|
1103
|
+
};
|
|
889
1104
|
export interface CreateSettingImpersonationRegistryRequest {
|
|
890
1105
|
/** Path param: Account Identifier */
|
|
891
1106
|
accountId: string;
|
|
@@ -994,19 +1209,39 @@ export interface ListSettingTrustedDomainsRequest {
|
|
|
994
1209
|
search?: string;
|
|
995
1210
|
}
|
|
996
1211
|
export declare const ListSettingTrustedDomainsRequest: Schema.Schema<ListSettingTrustedDomainsRequest>;
|
|
997
|
-
export
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1212
|
+
export interface ListSettingTrustedDomainsResponse {
|
|
1213
|
+
result: {
|
|
1214
|
+
id: number;
|
|
1215
|
+
createdAt: string;
|
|
1216
|
+
isRecent: boolean;
|
|
1217
|
+
isRegex: boolean;
|
|
1218
|
+
isSimilarity: boolean;
|
|
1219
|
+
lastModified: string;
|
|
1220
|
+
pattern: string;
|
|
1221
|
+
comments?: string | null;
|
|
1222
|
+
}[];
|
|
1223
|
+
resultInfo: {
|
|
1224
|
+
count?: number | null;
|
|
1225
|
+
page?: number | null;
|
|
1226
|
+
perPage?: number | null;
|
|
1227
|
+
totalCount?: number | null;
|
|
1228
|
+
};
|
|
1229
|
+
}
|
|
1007
1230
|
export declare const ListSettingTrustedDomainsResponse: Schema.Schema<ListSettingTrustedDomainsResponse>;
|
|
1008
1231
|
export type ListSettingTrustedDomainsError = DefaultErrors;
|
|
1009
|
-
export declare const listSettingTrustedDomains: API.
|
|
1232
|
+
export declare const listSettingTrustedDomains: API.PaginatedOperationMethod<ListSettingTrustedDomainsRequest, ListSettingTrustedDomainsResponse, ListSettingTrustedDomainsError, Credentials | HttpClient.HttpClient> & {
|
|
1233
|
+
pages: (input: ListSettingTrustedDomainsRequest) => stream.Stream<ListSettingTrustedDomainsResponse, ListSettingTrustedDomainsError, Credentials | HttpClient.HttpClient>;
|
|
1234
|
+
items: (input: ListSettingTrustedDomainsRequest) => stream.Stream<{
|
|
1235
|
+
id: number;
|
|
1236
|
+
createdAt: string;
|
|
1237
|
+
isRecent: boolean;
|
|
1238
|
+
isRegex: boolean;
|
|
1239
|
+
isSimilarity: boolean;
|
|
1240
|
+
lastModified: string;
|
|
1241
|
+
pattern: string;
|
|
1242
|
+
comments?: string | null;
|
|
1243
|
+
}, ListSettingTrustedDomainsError, Credentials | HttpClient.HttpClient>;
|
|
1244
|
+
};
|
|
1010
1245
|
export interface CreateSettingTrustedDomainRequest {
|
|
1011
1246
|
/** Path param: Account Identifier */
|
|
1012
1247
|
accountId: string;
|
|
@@ -1112,20 +1347,43 @@ export interface ListSubmissionsRequest {
|
|
|
1112
1347
|
type?: "TEAM" | "USER";
|
|
1113
1348
|
}
|
|
1114
1349
|
export declare const ListSubmissionsRequest: Schema.Schema<ListSubmissionsRequest>;
|
|
1115
|
-
export
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1350
|
+
export interface ListSubmissionsResponse {
|
|
1351
|
+
result: {
|
|
1352
|
+
requestedTs: string;
|
|
1353
|
+
submissionId: string;
|
|
1354
|
+
originalDisposition?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
1355
|
+
originalEdfHash?: string | null;
|
|
1356
|
+
outcome?: string | null;
|
|
1357
|
+
outcomeDisposition?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
1358
|
+
requestedBy?: string | null;
|
|
1359
|
+
requestedDisposition?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
1360
|
+
status?: string | null;
|
|
1361
|
+
subject?: string | null;
|
|
1362
|
+
type?: string | null;
|
|
1363
|
+
}[];
|
|
1364
|
+
resultInfo: {
|
|
1365
|
+
count?: number | null;
|
|
1366
|
+
page?: number | null;
|
|
1367
|
+
perPage?: number | null;
|
|
1368
|
+
totalCount?: number | null;
|
|
1369
|
+
};
|
|
1370
|
+
}
|
|
1128
1371
|
export declare const ListSubmissionsResponse: Schema.Schema<ListSubmissionsResponse>;
|
|
1129
1372
|
export type ListSubmissionsError = DefaultErrors;
|
|
1130
|
-
export declare const listSubmissions: API.
|
|
1373
|
+
export declare const listSubmissions: API.PaginatedOperationMethod<ListSubmissionsRequest, ListSubmissionsResponse, ListSubmissionsError, Credentials | HttpClient.HttpClient> & {
|
|
1374
|
+
pages: (input: ListSubmissionsRequest) => stream.Stream<ListSubmissionsResponse, ListSubmissionsError, Credentials | HttpClient.HttpClient>;
|
|
1375
|
+
items: (input: ListSubmissionsRequest) => stream.Stream<{
|
|
1376
|
+
requestedTs: string;
|
|
1377
|
+
submissionId: string;
|
|
1378
|
+
originalDisposition?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
1379
|
+
originalEdfHash?: string | null;
|
|
1380
|
+
outcome?: string | null;
|
|
1381
|
+
outcomeDisposition?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
1382
|
+
requestedBy?: string | null;
|
|
1383
|
+
requestedDisposition?: "MALICIOUS" | "MALICIOUS-BEC" | "SUSPICIOUS" | "SPOOF" | "SPAM" | "BULK" | "ENCRYPTED" | "EXTERNAL" | "UNKNOWN" | "NONE" | null;
|
|
1384
|
+
status?: string | null;
|
|
1385
|
+
subject?: string | null;
|
|
1386
|
+
type?: string | null;
|
|
1387
|
+
}, ListSubmissionsError, Credentials | HttpClient.HttpClient>;
|
|
1388
|
+
};
|
|
1131
1389
|
//# sourceMappingURL=email-security.d.ts.map
|