@distilled.cloud/cloudflare 0.0.0-john
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 +59 -0
- package/lib/auth.d.ts +14 -0
- package/lib/auth.d.ts.map +1 -0
- package/lib/auth.js +13 -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 +12 -0
- package/lib/client/api.d.ts.map +1 -0
- package/lib/client/api.js +292 -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 +68 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +136 -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 +31 -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/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 +296 -0
- package/lib/services/abuse-reports.d.ts.map +1 -0
- package/lib/services/abuse-reports.js +414 -0
- package/lib/services/abuse-reports.js.map +1 -0
- package/lib/services/accounts.d.ts +766 -0
- package/lib/services/accounts.d.ts.map +1 -0
- package/lib/services/accounts.js +860 -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 +80 -0
- package/lib/services/acm.js.map +1 -0
- package/lib/services/addressing.d.ts +1321 -0
- package/lib/services/addressing.d.ts.map +1 -0
- package/lib/services/addressing.js +1863 -0
- package/lib/services/addressing.js.map +1 -0
- package/lib/services/ai-gateway.d.ts +1137 -0
- package/lib/services/ai-gateway.d.ts.map +1 -0
- package/lib/services/ai-gateway.js +1830 -0
- package/lib/services/ai-gateway.js.map +1 -0
- package/lib/services/ai.d.ts +297 -0
- package/lib/services/ai.d.ts.map +1 -0
- package/lib/services/ai.js +352 -0
- package/lib/services/ai.js.map +1 -0
- package/lib/services/aisearch.d.ts +1069 -0
- package/lib/services/aisearch.d.ts.map +1 -0
- package/lib/services/aisearch.js +2542 -0
- package/lib/services/aisearch.js.map +1 -0
- package/lib/services/alerting.d.ts +855 -0
- package/lib/services/alerting.d.ts.map +1 -0
- package/lib/services/alerting.js +1445 -0
- package/lib/services/alerting.js.map +1 -0
- package/lib/services/api-gateway.d.ts +1088 -0
- package/lib/services/api-gateway.d.ts.map +1 -0
- package/lib/services/api-gateway.js +1655 -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 +113 -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 +102 -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 +88 -0
- package/lib/services/botnet-feed.js.map +1 -0
- package/lib/services/brand-protection.d.ts +194 -0
- package/lib/services/brand-protection.d.ts.map +1 -0
- package/lib/services/brand-protection.js +221 -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 +1142 -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 +354 -0
- package/lib/services/cache.js.map +1 -0
- package/lib/services/calls.d.ts +223 -0
- package/lib/services/calls.d.ts.map +1 -0
- package/lib/services/calls.js +188 -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 +288 -0
- package/lib/services/client-certificates.d.ts.map +1 -0
- package/lib/services/client-certificates.js +379 -0
- package/lib/services/client-certificates.js.map +1 -0
- package/lib/services/cloud-connector.d.ts +88 -0
- package/lib/services/cloud-connector.d.ts.map +1 -0
- package/lib/services/cloud-connector.js +97 -0
- package/lib/services/cloud-connector.js.map +1 -0
- package/lib/services/cloudforce-one.d.ts +1387 -0
- package/lib/services/cloudforce-one.d.ts.map +1 -0
- package/lib/services/cloudforce-one.js +1741 -0
- package/lib/services/cloudforce-one.js.map +1 -0
- package/lib/services/connectivity.d.ts +291 -0
- package/lib/services/connectivity.d.ts.map +1 -0
- package/lib/services/connectivity.js +404 -0
- package/lib/services/connectivity.js.map +1 -0
- package/lib/services/content-scanning.d.ts +156 -0
- package/lib/services/content-scanning.d.ts.map +1 -0
- package/lib/services/content-scanning.js +175 -0
- package/lib/services/content-scanning.js.map +1 -0
- package/lib/services/custom-certificates.d.ts +240 -0
- package/lib/services/custom-certificates.d.ts.map +1 -0
- package/lib/services/custom-certificates.js +336 -0
- package/lib/services/custom-certificates.js.map +1 -0
- package/lib/services/custom-hostnames.d.ts +590 -0
- package/lib/services/custom-hostnames.d.ts.map +1 -0
- package/lib/services/custom-hostnames.js +1204 -0
- package/lib/services/custom-hostnames.js.map +1 -0
- package/lib/services/custom-nameservers.d.ts +87 -0
- package/lib/services/custom-nameservers.d.ts.map +1 -0
- package/lib/services/custom-nameservers.js +95 -0
- package/lib/services/custom-nameservers.js.map +1 -0
- package/lib/services/custom-pages.d.ts +89 -0
- package/lib/services/custom-pages.d.ts.map +1 -0
- package/lib/services/custom-pages.js +140 -0
- package/lib/services/custom-pages.js.map +1 -0
- package/lib/services/d1.d.ts +392 -0
- package/lib/services/d1.d.ts.map +1 -0
- package/lib/services/d1.js +487 -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 +208 -0
- package/lib/services/diagnostics.d.ts.map +1 -0
- package/lib/services/diagnostics.js +288 -0
- package/lib/services/diagnostics.js.map +1 -0
- package/lib/services/dns-firewall.d.ts +317 -0
- package/lib/services/dns-firewall.d.ts.map +1 -0
- package/lib/services/dns-firewall.js +400 -0
- package/lib/services/dns-firewall.js.map +1 -0
- package/lib/services/dns.d.ts +3065 -0
- package/lib/services/dns.d.ts.map +1 -0
- package/lib/services/dns.js +4627 -0
- package/lib/services/dns.js.map +1 -0
- package/lib/services/durable-objects.d.ts +92 -0
- package/lib/services/durable-objects.d.ts.map +1 -0
- package/lib/services/durable-objects.js +103 -0
- package/lib/services/durable-objects.js.map +1 -0
- package/lib/services/email-routing.d.ts +598 -0
- package/lib/services/email-routing.d.ts.map +1 -0
- package/lib/services/email-routing.js +715 -0
- package/lib/services/email-routing.js.map +1 -0
- package/lib/services/email-security.d.ts +1389 -0
- package/lib/services/email-security.d.ts.map +1 -0
- package/lib/services/email-security.js +2261 -0
- package/lib/services/email-security.js.map +1 -0
- package/lib/services/filters.d.ts +197 -0
- package/lib/services/filters.d.ts.map +1 -0
- package/lib/services/filters.js +168 -0
- package/lib/services/filters.js.map +1 -0
- package/lib/services/firewall.d.ts +1352 -0
- package/lib/services/firewall.d.ts.map +1 -0
- package/lib/services/firewall.js +2084 -0
- package/lib/services/firewall.js.map +1 -0
- package/lib/services/healthchecks.d.ts +507 -0
- package/lib/services/healthchecks.d.ts.map +1 -0
- package/lib/services/healthchecks.js +867 -0
- package/lib/services/healthchecks.js.map +1 -0
- package/lib/services/hostnames.d.ts +86 -0
- package/lib/services/hostnames.d.ts.map +1 -0
- package/lib/services/hostnames.js +111 -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 +300 -0
- package/lib/services/hyperdrive.js.map +1 -0
- package/lib/services/iam.d.ts +657 -0
- package/lib/services/iam.d.ts.map +1 -0
- package/lib/services/iam.js +843 -0
- package/lib/services/iam.js.map +1 -0
- package/lib/services/images.d.ts +427 -0
- package/lib/services/images.d.ts.map +1 -0
- package/lib/services/images.js +444 -0
- package/lib/services/images.js.map +1 -0
- package/lib/services/intel.d.ts +865 -0
- package/lib/services/intel.d.ts.map +1 -0
- package/lib/services/intel.js +1266 -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 +197 -0
- package/lib/services/keyless-certificates.d.ts.map +1 -0
- package/lib/services/keyless-certificates.js +229 -0
- package/lib/services/keyless-certificates.js.map +1 -0
- package/lib/services/kv.d.ts +369 -0
- package/lib/services/kv.d.ts.map +1 -0
- package/lib/services/kv.js +453 -0
- package/lib/services/kv.js.map +1 -0
- package/lib/services/leaked-credential-checks.d.ts +129 -0
- package/lib/services/leaked-credential-checks.d.ts.map +1 -0
- package/lib/services/leaked-credential-checks.js +138 -0
- package/lib/services/leaked-credential-checks.js.map +1 -0
- package/lib/services/load-balancers.d.ts +1973 -0
- package/lib/services/load-balancers.d.ts.map +1 -0
- package/lib/services/load-balancers.js +3181 -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 +732 -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 +149 -0
- package/lib/services/logs.js.map +1 -0
- package/lib/services/magic-cloud-networking.d.ts +1892 -0
- package/lib/services/magic-cloud-networking.d.ts.map +1 -0
- package/lib/services/magic-cloud-networking.js +5291 -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 +557 -0
- package/lib/services/magic-network-monitoring.js.map +1 -0
- package/lib/services/magic-transit.d.ts +3886 -0
- package/lib/services/magic-transit.d.ts.map +1 -0
- package/lib/services/magic-transit.js +6284 -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 +111 -0
- package/lib/services/managed-transforms.js.map +1 -0
- package/lib/services/memberships.d.ts +204 -0
- package/lib/services/memberships.d.ts.map +1 -0
- package/lib/services/memberships.js +308 -0
- package/lib/services/memberships.js.map +1 -0
- package/lib/services/mtls-certificates.d.ts +164 -0
- package/lib/services/mtls-certificates.d.ts.map +1 -0
- package/lib/services/mtls-certificates.js +192 -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 +232 -0
- package/lib/services/organizations.d.ts.map +1 -0
- package/lib/services/organizations.js +370 -0
- package/lib/services/organizations.js.map +1 -0
- package/lib/services/origin-ca-certificates.d.ts +119 -0
- package/lib/services/origin-ca-certificates.d.ts.map +1 -0
- package/lib/services/origin-ca-certificates.js +183 -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 +64 -0
- package/lib/services/origin-post-quantum-encryption.js.map +1 -0
- package/lib/services/origin-tls-client-auth.d.ts +308 -0
- package/lib/services/origin-tls-client-auth.d.ts.map +1 -0
- package/lib/services/origin-tls-client-auth.js +435 -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 +1373 -0
- package/lib/services/page-rules.js.map +1 -0
- package/lib/services/page-shield.d.ts +505 -0
- package/lib/services/page-shield.d.ts.map +1 -0
- package/lib/services/page-shield.js +520 -0
- package/lib/services/page-shield.js.map +1 -0
- package/lib/services/pages.d.ts +1949 -0
- package/lib/services/pages.d.ts.map +1 -0
- package/lib/services/pages.js +3030 -0
- package/lib/services/pages.js.map +1 -0
- package/lib/services/pipelines.d.ts +1716 -0
- package/lib/services/pipelines.d.ts.map +1 -0
- package/lib/services/pipelines.js +2991 -0
- package/lib/services/pipelines.js.map +1 -0
- package/lib/services/queues.d.ts +904 -0
- package/lib/services/queues.d.ts.map +1 -0
- package/lib/services/queues.js +1250 -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 +513 -0
- package/lib/services/r2-data-catalog.js.map +1 -0
- package/lib/services/r2.d.ts +1087 -0
- package/lib/services/r2.d.ts.map +1 -0
- package/lib/services/r2.js +1404 -0
- package/lib/services/r2.js.map +1 -0
- package/lib/services/radar.d.ts +9365 -0
- package/lib/services/radar.d.ts.map +1 -0
- package/lib/services/radar.js +20552 -0
- package/lib/services/radar.js.map +1 -0
- package/lib/services/rate-limits.d.ts +360 -0
- package/lib/services/rate-limits.d.ts.map +1 -0
- package/lib/services/rate-limits.js +545 -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 +5402 -0
- package/lib/services/realtime-kit.js.map +1 -0
- package/lib/services/registrar.d.ts +121 -0
- package/lib/services/registrar.d.ts.map +1 -0
- package/lib/services/registrar.js +167 -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 +85 -0
- package/lib/services/request-tracers.js.map +1 -0
- package/lib/services/resource-sharing.d.ts +622 -0
- package/lib/services/resource-sharing.d.ts.map +1 -0
- package/lib/services/resource-sharing.js +929 -0
- package/lib/services/resource-sharing.js.map +1 -0
- package/lib/services/rules.d.ts +346 -0
- package/lib/services/rules.d.ts.map +1 -0
- package/lib/services/rules.js +431 -0
- package/lib/services/rules.js.map +1 -0
- package/lib/services/rulesets.d.ts +3345 -0
- package/lib/services/rulesets.d.ts.map +1 -0
- package/lib/services/rulesets.js +7904 -0
- package/lib/services/rulesets.js.map +1 -0
- package/lib/services/rum.d.ts +314 -0
- package/lib/services/rum.d.ts.map +1 -0
- package/lib/services/rum.js +442 -0
- package/lib/services/rum.js.map +1 -0
- package/lib/services/schema-validation.d.ts +273 -0
- package/lib/services/schema-validation.d.ts.map +1 -0
- package/lib/services/schema-validation.js +365 -0
- package/lib/services/schema-validation.js.map +1 -0
- package/lib/services/secrets-store.d.ts +393 -0
- package/lib/services/secrets-store.d.ts.map +1 -0
- package/lib/services/secrets-store.js +452 -0
- package/lib/services/secrets-store.js.map +1 -0
- package/lib/services/security-center.d.ts +136 -0
- package/lib/services/security-center.d.ts.map +1 -0
- package/lib/services/security-center.js +196 -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 +190 -0
- package/lib/services/snippets.d.ts.map +1 -0
- package/lib/services/snippets.js +221 -0
- package/lib/services/snippets.js.map +1 -0
- package/lib/services/spectrum.d.ts +350 -0
- package/lib/services/spectrum.d.ts.map +1 -0
- package/lib/services/spectrum.js +535 -0
- package/lib/services/spectrum.js.map +1 -0
- package/lib/services/speed.d.ts +257 -0
- package/lib/services/speed.d.ts.map +1 -0
- package/lib/services/speed.js +471 -0
- package/lib/services/speed.js.map +1 -0
- package/lib/services/ssl.d.ts +412 -0
- package/lib/services/ssl.d.ts.map +1 -0
- package/lib/services/ssl.js +755 -0
- package/lib/services/ssl.js.map +1 -0
- package/lib/services/stream.d.ts +1110 -0
- package/lib/services/stream.d.ts.map +1 -0
- package/lib/services/stream.js +1085 -0
- package/lib/services/stream.js.map +1 -0
- package/lib/services/token-validation.d.ts +662 -0
- package/lib/services/token-validation.d.ts.map +1 -0
- package/lib/services/token-validation.js +834 -0
- package/lib/services/token-validation.js.map +1 -0
- package/lib/services/turnstile.d.ts +272 -0
- package/lib/services/turnstile.d.ts.map +1 -0
- package/lib/services/turnstile.js +339 -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 +507 -0
- package/lib/services/user.d.ts.map +1 -0
- package/lib/services/user.js +634 -0
- package/lib/services/user.js.map +1 -0
- package/lib/services/vectorize.d.ts +297 -0
- package/lib/services/vectorize.d.ts.map +1 -0
- package/lib/services/vectorize.js +351 -0
- package/lib/services/vectorize.js.map +1 -0
- package/lib/services/waiting-rooms.d.ts +1149 -0
- package/lib/services/waiting-rooms.d.ts.map +1 -0
- package/lib/services/waiting-rooms.js +1859 -0
- package/lib/services/waiting-rooms.js.map +1 -0
- package/lib/services/web3.d.ts +289 -0
- package/lib/services/web3.d.ts.map +1 -0
- package/lib/services/web3.js +381 -0
- package/lib/services/web3.js.map +1 -0
- package/lib/services/workers-for-platforms.d.ts +1394 -0
- package/lib/services/workers-for-platforms.d.ts.map +1 -0
- package/lib/services/workers-for-platforms.js +2121 -0
- package/lib/services/workers-for-platforms.js.map +1 -0
- package/lib/services/workers.d.ts +3827 -0
- package/lib/services/workers.d.ts.map +1 -0
- package/lib/services/workers.js +6105 -0
- package/lib/services/workers.js.map +1 -0
- package/lib/services/workflows.d.ts +442 -0
- package/lib/services/workflows.d.ts.map +1 -0
- package/lib/services/workflows.js +599 -0
- package/lib/services/workflows.js.map +1 -0
- package/lib/services/zaraz.d.ts +312 -0
- package/lib/services/zaraz.d.ts.map +1 -0
- package/lib/services/zaraz.js +305 -0
- package/lib/services/zaraz.js.map +1 -0
- package/lib/services/zero-trust.d.ts +18235 -0
- package/lib/services/zero-trust.d.ts.map +1 -0
- package/lib/services/zero-trust.js +30268 -0
- package/lib/services/zero-trust.js.map +1 -0
- package/lib/services/zones.d.ts +1382 -0
- package/lib/services/zones.d.ts.map +1 -0
- package/lib/services/zones.js +2477 -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 +82 -0
- package/src/auth.ts +15 -0
- package/src/category.ts +1 -0
- package/src/client/api.ts +421 -0
- package/src/client/index.ts +7 -0
- package/src/credentials.ts +271 -0
- package/src/errors.ts +73 -0
- package/src/index.ts +9 -0
- package/src/retry.ts +35 -0
- package/src/schemas.ts +51 -0
- package/src/sensitive.ts +4 -0
- package/src/services/abuse-reports.ts +955 -0
- package/src/services/accounts.ts +2152 -0
- package/src/services/acm.ts +178 -0
- package/src/services/addressing.ts +4262 -0
- package/src/services/ai-gateway.ts +3773 -0
- package/src/services/ai.ts +901 -0
- package/src/services/aisearch.ts +5215 -0
- package/src/services/alerting.ts +3303 -0
- package/src/services/api-gateway.ts +3890 -0
- package/src/services/argo.ts +270 -0
- package/src/services/audit-logs.ts +90 -0
- package/src/services/billing.ts +176 -0
- package/src/services/bot-management.ts +545 -0
- package/src/services/botnet-feed.ts +205 -0
- package/src/services/brand-protection.ts +575 -0
- package/src/services/browser-rendering.ts +2720 -0
- package/src/services/cache.ts +877 -0
- package/src/services/calls.ts +548 -0
- package/src/services/certificate-authorities.ts +114 -0
- package/src/services/client-certificates.ts +815 -0
- package/src/services/cloud-connector.ts +248 -0
- package/src/services/cloudforce-one.ts +4104 -0
- package/src/services/connectivity.ts +706 -0
- package/src/services/content-scanning.ts +458 -0
- package/src/services/custom-certificates.ts +690 -0
- package/src/services/custom-hostnames.ts +2641 -0
- package/src/services/custom-nameservers.ts +235 -0
- package/src/services/custom-pages.ts +311 -0
- package/src/services/d1.ts +1208 -0
- package/src/services/dcv-delegation.ts +54 -0
- package/src/services/diagnostics.ts +677 -0
- package/src/services/dns-firewall.ts +904 -0
- package/src/services/dns.ts +9277 -0
- package/src/services/durable-objects.ts +237 -0
- package/src/services/email-routing.ts +1796 -0
- package/src/services/email-security.ts +5052 -0
- package/src/services/filters.ts +488 -0
- package/src/services/firewall.ts +4728 -0
- package/src/services/healthchecks.ts +1866 -0
- package/src/services/hostnames.ts +254 -0
- package/src/services/hyperdrive.ts +595 -0
- package/src/services/iam.ts +1969 -0
- package/src/services/images.ts +1180 -0
- package/src/services/intel.ts +3072 -0
- package/src/services/ips.ts +88 -0
- package/src/services/keyless-certificates.ts +509 -0
- package/src/services/kv.ts +1129 -0
- package/src/services/leaked-credential-checks.ts +364 -0
- package/src/services/load-balancers.ts +6993 -0
- package/src/services/logpush.ts +1695 -0
- package/src/services/logs.ts +389 -0
- package/src/services/magic-cloud-networking.ts +10747 -0
- package/src/services/magic-network-monitoring.ts +1200 -0
- package/src/services/magic-transit.ts +13673 -0
- package/src/services/managed-transforms.ts +245 -0
- package/src/services/memberships.ts +698 -0
- package/src/services/mtls-certificates.ts +444 -0
- package/src/services/network-interconnects.ts +1253 -0
- package/src/services/organizations.ts +738 -0
- package/src/services/origin-ca-certificates.ts +369 -0
- package/src/services/origin-post-quantum-encryption.ts +136 -0
- package/src/services/origin-tls-client-auth.ts +1002 -0
- package/src/services/page-rules.ts +2632 -0
- package/src/services/page-shield.ts +1371 -0
- package/src/services/pages.ts +6167 -0
- package/src/services/pipelines.ts +6455 -0
- package/src/services/queues.ts +2827 -0
- package/src/services/r2-data-catalog.ts +1151 -0
- package/src/services/r2.ts +3529 -0
- package/src/services/radar.ts +42836 -0
- package/src/services/rate-limits.ts +1252 -0
- package/src/services/realtime-kit.ts +11080 -0
- package/src/services/registrar.ts +390 -0
- package/src/services/request-tracers.ts +161 -0
- package/src/services/resource-sharing.ts +2082 -0
- package/src/services/rules.ts +953 -0
- package/src/services/rulesets.ts +15361 -0
- package/src/services/rum.ts +994 -0
- package/src/services/schema-validation.ts +869 -0
- package/src/services/secrets-store.ts +1050 -0
- package/src/services/security-center.ts +495 -0
- package/src/services/security-txt.ts +317 -0
- package/src/services/snippets.ts +562 -0
- package/src/services/spectrum.ts +1190 -0
- package/src/services/speed.ts +1154 -0
- package/src/services/ssl.ts +1714 -0
- package/src/services/stream.ts +3008 -0
- package/src/services/token-validation.ts +1825 -0
- package/src/services/turnstile.ts +725 -0
- package/src/services/url-normalization.ts +133 -0
- package/src/services/url-scanner.ts +1851 -0
- package/src/services/user.ts +1587 -0
- package/src/services/vectorize.ts +875 -0
- package/src/services/waiting-rooms.ts +4216 -0
- package/src/services/web3.ts +899 -0
- package/src/services/workers-for-platforms.ts +4134 -0
- package/src/services/workers.ts +12298 -0
- package/src/services/workflows.ts +1372 -0
- package/src/services/zaraz.ts +833 -0
- package/src/services/zero-trust.ts +64685 -0
- package/src/services/zones.ts +5106 -0
- package/src/traits.ts +47 -0
|
@@ -0,0 +1,296 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloudflare ABUSE-REPORTS API
|
|
3
|
+
*
|
|
4
|
+
* Generated from Cloudflare TypeScript SDK.
|
|
5
|
+
* DO NOT EDIT - regenerate with: bun scripts/generate.ts --service abuse-reports
|
|
6
|
+
*/
|
|
7
|
+
import * as stream from "effect/Stream";
|
|
8
|
+
import * as Schema from "effect/Schema";
|
|
9
|
+
import type * as HttpClient from "effect/unstable/http/HttpClient";
|
|
10
|
+
import * as API from "../client/api.ts";
|
|
11
|
+
import type { Credentials } from "../credentials.ts";
|
|
12
|
+
import { type DefaultErrors } from "../errors.ts";
|
|
13
|
+
declare const AbuseReportNotFound_base: Schema.ErrorClass<AbuseReportNotFound, Schema.TaggedStruct<"AbuseReportNotFound", {
|
|
14
|
+
readonly code: Schema.Number;
|
|
15
|
+
readonly message: Schema.String;
|
|
16
|
+
}>, import("effect/Cause").YieldableError>;
|
|
17
|
+
export declare class AbuseReportNotFound extends AbuseReportNotFound_base {
|
|
18
|
+
}
|
|
19
|
+
declare const InvalidAccountId_base: Schema.ErrorClass<InvalidAccountId, Schema.TaggedStruct<"InvalidAccountId", {
|
|
20
|
+
readonly code: Schema.Number;
|
|
21
|
+
readonly message: Schema.String;
|
|
22
|
+
}>, import("effect/Cause").YieldableError>;
|
|
23
|
+
export declare class InvalidAccountId extends InvalidAccountId_base {
|
|
24
|
+
}
|
|
25
|
+
declare const InvalidRequest_base: Schema.ErrorClass<InvalidRequest, Schema.TaggedStruct<"InvalidRequest", {
|
|
26
|
+
readonly code: Schema.Number;
|
|
27
|
+
readonly message: Schema.String;
|
|
28
|
+
}>, import("effect/Cause").YieldableError>;
|
|
29
|
+
export declare class InvalidRequest extends InvalidRequest_base {
|
|
30
|
+
}
|
|
31
|
+
export interface GetAbuseReportRequest {
|
|
32
|
+
reportParam: string;
|
|
33
|
+
/** Cloudflare Account ID */
|
|
34
|
+
accountId: string;
|
|
35
|
+
}
|
|
36
|
+
export declare const GetAbuseReportRequest: Schema.Schema<GetAbuseReportRequest>;
|
|
37
|
+
export interface GetAbuseReportResponse {
|
|
38
|
+
/** Public facing ID of abuse report, aka abuse_rand. */
|
|
39
|
+
id: string;
|
|
40
|
+
/** Creation date of report. Time in RFC 3339 format (https://www.rfc-editor.org/rfc/rfc3339.html) */
|
|
41
|
+
cdate: string;
|
|
42
|
+
/** Domain that relates to the report. */
|
|
43
|
+
domain: string;
|
|
44
|
+
/** A summary of the mitigations related to this report. */
|
|
45
|
+
mitigationSummary: {
|
|
46
|
+
acceptedUrlCount: number;
|
|
47
|
+
activeCount: number;
|
|
48
|
+
externalHostNotified: boolean;
|
|
49
|
+
inReviewCount: number;
|
|
50
|
+
pendingCount: number;
|
|
51
|
+
};
|
|
52
|
+
/** An enum value that represents the status of an abuse record */
|
|
53
|
+
status: "accepted" | "in_review";
|
|
54
|
+
/** The abuse report type */
|
|
55
|
+
type: "PHISH" | "GEN" | "THREAT" | "DMCA" | "EMER" | "TM" | "REG_WHO" | "NCSEI" | "NETWORK";
|
|
56
|
+
/** Justification for the report. */
|
|
57
|
+
justification?: string | null;
|
|
58
|
+
/** Original work / Targeted brand in the alleged abuse. */
|
|
59
|
+
originalWork?: string | null;
|
|
60
|
+
/** Information about the submitter of the report. */
|
|
61
|
+
submitter?: {
|
|
62
|
+
company?: string | null;
|
|
63
|
+
email?: string | null;
|
|
64
|
+
name?: string | null;
|
|
65
|
+
telephone?: string | null;
|
|
66
|
+
} | null;
|
|
67
|
+
urls?: string[] | null;
|
|
68
|
+
}
|
|
69
|
+
export declare const GetAbuseReportResponse: Schema.Schema<GetAbuseReportResponse>;
|
|
70
|
+
export type GetAbuseReportError = DefaultErrors | InvalidAccountId | AbuseReportNotFound;
|
|
71
|
+
export declare const getAbuseReport: API.OperationMethod<GetAbuseReportRequest, GetAbuseReportResponse, GetAbuseReportError, Credentials | HttpClient.HttpClient>;
|
|
72
|
+
export interface ListAbuseReportsRequest {
|
|
73
|
+
/** Path param: Cloudflare Account ID */
|
|
74
|
+
accountId: string;
|
|
75
|
+
/** Query param: Returns reports created after the specified date */
|
|
76
|
+
createdAfter?: string;
|
|
77
|
+
/** Query param: Returns reports created before the specified date */
|
|
78
|
+
createdBefore?: string;
|
|
79
|
+
/** Query param: Filter by domain name related to the abuse report */
|
|
80
|
+
domain?: string;
|
|
81
|
+
/** Query param: Filter reports that have any mitigations in the given status. */
|
|
82
|
+
mitigationStatus?: "pending" | "active" | "in_review" | "cancelled" | "removed";
|
|
83
|
+
/** Query param: A property to sort by, followed by the order (id, cdate, domain, type, status) */
|
|
84
|
+
sort?: string;
|
|
85
|
+
/** Query param: Filter by the status of the report. */
|
|
86
|
+
status?: "accepted" | "in_review";
|
|
87
|
+
/** Query param: Filter by the type of the report. */
|
|
88
|
+
type?: "PHISH" | "GEN" | "THREAT" | "DMCA" | "EMER" | "TM" | "REG_WHO" | "NCSEI" | "NETWORK";
|
|
89
|
+
}
|
|
90
|
+
export declare const ListAbuseReportsRequest: Schema.Schema<ListAbuseReportsRequest>;
|
|
91
|
+
export interface ListAbuseReportsResponse {
|
|
92
|
+
result: {
|
|
93
|
+
items?: {
|
|
94
|
+
reports: {
|
|
95
|
+
id: string;
|
|
96
|
+
cdate: string;
|
|
97
|
+
domain: string;
|
|
98
|
+
mitigationSummary: {
|
|
99
|
+
acceptedUrlCount: number;
|
|
100
|
+
activeCount: number;
|
|
101
|
+
externalHostNotified: boolean;
|
|
102
|
+
inReviewCount: number;
|
|
103
|
+
pendingCount: number;
|
|
104
|
+
};
|
|
105
|
+
status: "accepted" | "in_review";
|
|
106
|
+
type: "PHISH" | "GEN" | "THREAT" | "DMCA" | "EMER" | "TM" | "REG_WHO" | "NCSEI" | "NETWORK";
|
|
107
|
+
justification?: string | null;
|
|
108
|
+
originalWork?: string | null;
|
|
109
|
+
submitter?: {
|
|
110
|
+
company?: string | null;
|
|
111
|
+
email?: string | null;
|
|
112
|
+
name?: string | null;
|
|
113
|
+
telephone?: string | null;
|
|
114
|
+
} | null;
|
|
115
|
+
urls?: string[] | null;
|
|
116
|
+
}[];
|
|
117
|
+
}[] | null;
|
|
118
|
+
};
|
|
119
|
+
resultInfo: {
|
|
120
|
+
count?: number | null;
|
|
121
|
+
page?: number | null;
|
|
122
|
+
perPage?: number | null;
|
|
123
|
+
totalCount?: number | null;
|
|
124
|
+
};
|
|
125
|
+
}
|
|
126
|
+
export declare const ListAbuseReportsResponse: Schema.Schema<ListAbuseReportsResponse>;
|
|
127
|
+
export type ListAbuseReportsError = DefaultErrors | InvalidAccountId;
|
|
128
|
+
export declare const listAbuseReports: API.PaginatedOperationMethod<ListAbuseReportsRequest, ListAbuseReportsResponse, ListAbuseReportsError, Credentials | HttpClient.HttpClient> & {
|
|
129
|
+
pages: (input: ListAbuseReportsRequest) => stream.Stream<ListAbuseReportsResponse, ListAbuseReportsError, Credentials | HttpClient.HttpClient>;
|
|
130
|
+
items: (input: ListAbuseReportsRequest) => stream.Stream<{
|
|
131
|
+
reports: {
|
|
132
|
+
id: string;
|
|
133
|
+
cdate: string;
|
|
134
|
+
domain: string;
|
|
135
|
+
mitigationSummary: {
|
|
136
|
+
acceptedUrlCount: number;
|
|
137
|
+
activeCount: number;
|
|
138
|
+
externalHostNotified: boolean;
|
|
139
|
+
inReviewCount: number;
|
|
140
|
+
pendingCount: number;
|
|
141
|
+
};
|
|
142
|
+
status: "accepted" | "in_review";
|
|
143
|
+
type: "PHISH" | "GEN" | "THREAT" | "DMCA" | "EMER" | "TM" | "REG_WHO" | "NCSEI" | "NETWORK";
|
|
144
|
+
justification?: string | null;
|
|
145
|
+
originalWork?: string | null;
|
|
146
|
+
submitter?: {
|
|
147
|
+
company?: string | null;
|
|
148
|
+
email?: string | null;
|
|
149
|
+
name?: string | null;
|
|
150
|
+
telephone?: string | null;
|
|
151
|
+
} | null;
|
|
152
|
+
urls?: string[] | null;
|
|
153
|
+
}[];
|
|
154
|
+
}, ListAbuseReportsError, Credentials | HttpClient.HttpClient>;
|
|
155
|
+
};
|
|
156
|
+
export interface CreateAbuseReportRequest {
|
|
157
|
+
reportParam: string;
|
|
158
|
+
/** Path param: Cloudflare Account ID */
|
|
159
|
+
accountId: string;
|
|
160
|
+
/** Body param: The report type for submitted reports. */
|
|
161
|
+
act: "abuse_dmca";
|
|
162
|
+
/** Body param: Text not exceeding 100 characters. This field may be released by Cloudflare to third parties such as the Lumen Database (https://lumendatabase.org/). */
|
|
163
|
+
address1: string;
|
|
164
|
+
/** Body param: The name of the copyright holder. Text not exceeding 60 characters. This field may be released by Cloudflare to third parties such as the Lumen Database (https://lumendatabase.org/). */
|
|
165
|
+
agentName: string;
|
|
166
|
+
/** Body param: Can be `0` for false or `1` for true. Must be value: 1 for DMCA reports */
|
|
167
|
+
agree: "1";
|
|
168
|
+
/** Body param: Text not exceeding 255 characters. This field may be released by Cloudflare to third parties such as the Lumen Database (https://lumendatabase.org/). */
|
|
169
|
+
city: string;
|
|
170
|
+
/** Body param: Text not exceeding 255 characters. This field may be released by Cloudflare to third parties such as the Lumen Database (https://lumendatabase.org/). */
|
|
171
|
+
country: string;
|
|
172
|
+
/** Body param: A valid email of the abuse reporter. This field may be released by Cloudflare to third parties such as the Lumen Database (https://lumendatabase.org/). */
|
|
173
|
+
email: string;
|
|
174
|
+
/** Body param: Should match the value provided in `email` */
|
|
175
|
+
email2: string;
|
|
176
|
+
/** Body param: Notification type based on the abuse type. NOTE: Copyright (DMCA) and Trademark reports cannot be anonymous. */
|
|
177
|
+
hostNotification: "send";
|
|
178
|
+
/** Body param: Text not exceeding 255 characters. This field may be released by Cloudflare to third parties such as the Lumen Database (https://lumendatabase.org/). */
|
|
179
|
+
name: string;
|
|
180
|
+
/** Body param: Text not exceeding 255 characters. This field may be released by Cloudflare to third parties such as the Lumen Database (https://lumendatabase.org/). */
|
|
181
|
+
originalWork: string;
|
|
182
|
+
/** Body param: Notification type based on the abuse type. NOTE: Copyright (DMCA) and Trademark reports cannot be anonymous. */
|
|
183
|
+
ownerNotification: "send";
|
|
184
|
+
/** Body param: Required for DMCA reports, should be same as Name. An affirmation that all information in the report is true and accurate while agreeing to the policies of Cloudflare's abuse reports */
|
|
185
|
+
signature: string;
|
|
186
|
+
/** Body param: Text not exceeding 255 characters. This field may be released by Cloudflare to third parties such as the Lumen Database (https://lumendatabase.org/). */
|
|
187
|
+
state: string;
|
|
188
|
+
/** Body param: A list of valid URLs separated by ‘\n’ (new line character). The list of the URLs should not exceed 250 URLs. All URLs should have the same hostname. Each URL should be unique. This field */
|
|
189
|
+
urls: string;
|
|
190
|
+
/** Body param: Any additional comments about the infringement not exceeding 2000 characters */
|
|
191
|
+
comments?: string;
|
|
192
|
+
/** Body param: Text not exceeding 100 characters. This field may be released by Cloudflare to third parties such as the Lumen Database (https://lumendatabase.org/). */
|
|
193
|
+
company?: string;
|
|
194
|
+
/** Body param: Text containing 2 characters */
|
|
195
|
+
reportedCountry?: string;
|
|
196
|
+
/** Body param: Text not exceeding 255 characters */
|
|
197
|
+
reportedUserAgent?: string;
|
|
198
|
+
/** Body param: Text not exceeding 20 characters. This field may be released by Cloudflare to third parties such as the Lumen Database (https://lumendatabase.org/). */
|
|
199
|
+
tele?: string;
|
|
200
|
+
/** Body param: Text not exceeding 255 characters */
|
|
201
|
+
title?: string;
|
|
202
|
+
}
|
|
203
|
+
export declare const CreateAbuseReportRequest: Schema.Schema<CreateAbuseReportRequest>;
|
|
204
|
+
export type CreateAbuseReportResponse = string;
|
|
205
|
+
export declare const CreateAbuseReportResponse: Schema.Schema<string>;
|
|
206
|
+
export type CreateAbuseReportError = DefaultErrors | InvalidRequest;
|
|
207
|
+
export declare const createAbuseReport: API.OperationMethod<CreateAbuseReportRequest, CreateAbuseReportResponse, CreateAbuseReportError, Credentials | HttpClient.HttpClient>;
|
|
208
|
+
export interface ListMitigationsRequest {
|
|
209
|
+
reportId: string;
|
|
210
|
+
/** Path param: Cloudflare Account ID */
|
|
211
|
+
accountId: string;
|
|
212
|
+
/** Query param: Returns mitigation that were dispatched after the given date */
|
|
213
|
+
effectiveAfter?: string;
|
|
214
|
+
/** Query param: Returns mitigations that were dispatched before the given date */
|
|
215
|
+
effectiveBefore?: string;
|
|
216
|
+
/** Query param: Filter by the type of entity the mitigation impacts. */
|
|
217
|
+
entityType?: "url_pattern" | "account" | "zone";
|
|
218
|
+
/** Query param: A property to sort by, followed by the order */
|
|
219
|
+
sort?: "type,asc" | "type,desc" | "effective_date,asc" | "effective_date,desc" | "status,asc" | "status,desc" | "entity_type,asc" | "entity_type,desc";
|
|
220
|
+
/** Query param: Filter by the status of the mitigation. */
|
|
221
|
+
status?: "pending" | "active" | "in_review" | "cancelled" | "removed";
|
|
222
|
+
/** Query param: Filter by the type of mitigation. This filter parameter can be specified multiple times to include multiple types of mitigations in the result set, e.g. ?type=rate_limit_cache&type=legal_ */
|
|
223
|
+
type?: "legal_block" | "phishing_interstitial" | "network_block" | "rate_limit_cache" | "account_suspend" | "redirect_video_stream";
|
|
224
|
+
}
|
|
225
|
+
export declare const ListMitigationsRequest: Schema.Schema<ListMitigationsRequest>;
|
|
226
|
+
export interface ListMitigationsResponse {
|
|
227
|
+
result: {
|
|
228
|
+
items?: {
|
|
229
|
+
mitigations: {
|
|
230
|
+
id: string;
|
|
231
|
+
effectiveDate: string;
|
|
232
|
+
entityId: string;
|
|
233
|
+
entityType: "url_pattern" | "account" | "zone";
|
|
234
|
+
status: "pending" | "active" | "in_review" | "cancelled" | "removed";
|
|
235
|
+
type: "legal_block" | "phishing_interstitial" | "network_block" | "rate_limit_cache" | "account_suspend" | "redirect_video_stream";
|
|
236
|
+
}[];
|
|
237
|
+
}[] | null;
|
|
238
|
+
};
|
|
239
|
+
resultInfo: {
|
|
240
|
+
count?: number | null;
|
|
241
|
+
page?: number | null;
|
|
242
|
+
perPage?: number | null;
|
|
243
|
+
totalCount?: number | null;
|
|
244
|
+
};
|
|
245
|
+
}
|
|
246
|
+
export declare const ListMitigationsResponse: Schema.Schema<ListMitigationsResponse>;
|
|
247
|
+
export type ListMitigationsError = DefaultErrors;
|
|
248
|
+
export declare const listMitigations: API.PaginatedOperationMethod<ListMitigationsRequest, ListMitigationsResponse, ListMitigationsError, Credentials | HttpClient.HttpClient> & {
|
|
249
|
+
pages: (input: ListMitigationsRequest) => stream.Stream<ListMitigationsResponse, ListMitigationsError, Credentials | HttpClient.HttpClient>;
|
|
250
|
+
items: (input: ListMitigationsRequest) => stream.Stream<{
|
|
251
|
+
mitigations: {
|
|
252
|
+
id: string;
|
|
253
|
+
effectiveDate: string;
|
|
254
|
+
entityId: string;
|
|
255
|
+
entityType: "url_pattern" | "account" | "zone";
|
|
256
|
+
status: "pending" | "active" | "in_review" | "cancelled" | "removed";
|
|
257
|
+
type: "legal_block" | "phishing_interstitial" | "network_block" | "rate_limit_cache" | "account_suspend" | "redirect_video_stream";
|
|
258
|
+
}[];
|
|
259
|
+
}, ListMitigationsError, Credentials | HttpClient.HttpClient>;
|
|
260
|
+
};
|
|
261
|
+
export interface ReviewMitigationRequest {
|
|
262
|
+
reportId: string;
|
|
263
|
+
/** Path param: Cloudflare Account ID */
|
|
264
|
+
accountId: string;
|
|
265
|
+
/** Body param: List of mitigations to appeal. */
|
|
266
|
+
appeals: {
|
|
267
|
+
id: string;
|
|
268
|
+
reason: "removed" | "misclassified";
|
|
269
|
+
}[];
|
|
270
|
+
}
|
|
271
|
+
export declare const ReviewMitigationRequest: Schema.Schema<ReviewMitigationRequest>;
|
|
272
|
+
export interface ReviewMitigationResponse {
|
|
273
|
+
result: {
|
|
274
|
+
id: string;
|
|
275
|
+
effectiveDate: string;
|
|
276
|
+
entityId: string;
|
|
277
|
+
entityType: "url_pattern" | "account" | "zone";
|
|
278
|
+
status: "pending" | "active" | "in_review" | "cancelled" | "removed";
|
|
279
|
+
type: "legal_block" | "phishing_interstitial" | "network_block" | "rate_limit_cache" | "account_suspend" | "redirect_video_stream";
|
|
280
|
+
}[];
|
|
281
|
+
}
|
|
282
|
+
export declare const ReviewMitigationResponse: Schema.Schema<ReviewMitigationResponse>;
|
|
283
|
+
export type ReviewMitigationError = DefaultErrors;
|
|
284
|
+
export declare const reviewMitigation: API.PaginatedOperationMethod<ReviewMitigationRequest, ReviewMitigationResponse, ReviewMitigationError, Credentials | HttpClient.HttpClient> & {
|
|
285
|
+
pages: (input: ReviewMitigationRequest) => stream.Stream<ReviewMitigationResponse, ReviewMitigationError, Credentials | HttpClient.HttpClient>;
|
|
286
|
+
items: (input: ReviewMitigationRequest) => stream.Stream<{
|
|
287
|
+
id: string;
|
|
288
|
+
effectiveDate: string;
|
|
289
|
+
entityId: string;
|
|
290
|
+
entityType: "url_pattern" | "account" | "zone";
|
|
291
|
+
status: "pending" | "active" | "in_review" | "cancelled" | "removed";
|
|
292
|
+
type: "legal_block" | "phishing_interstitial" | "network_block" | "rate_limit_cache" | "account_suspend" | "redirect_video_stream";
|
|
293
|
+
}, ReviewMitigationError, Credentials | HttpClient.HttpClient>;
|
|
294
|
+
};
|
|
295
|
+
export {};
|
|
296
|
+
//# sourceMappingURL=abuse-reports.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"abuse-reports.d.ts","sourceRoot":"","sources":["../../src/services/abuse-reports.ts"],"names":[],"mappings":"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"}
|