@distilled.cloud/cloudflare 0.0.0 → 0.2.0-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/auth.d.ts +13 -0
- package/lib/auth.d.ts.map +1 -0
- package/lib/auth.js +12 -0
- package/lib/auth.js.map +1 -0
- package/lib/category.d.ts +2 -0
- package/lib/category.d.ts.map +1 -0
- package/lib/category.js +2 -0
- package/lib/category.js.map +1 -0
- package/lib/client/api.d.ts +14 -0
- package/lib/client/api.d.ts.map +1 -0
- package/lib/client/api.js +197 -0
- package/lib/client/api.js.map +1 -0
- package/lib/client/index.d.ts +8 -0
- package/lib/client/index.d.ts.map +1 -0
- package/lib/client/index.js +8 -0
- package/lib/client/index.js.map +1 -0
- package/lib/credentials.d.ts +14 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +17 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +48 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +38 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +10 -0
- package/lib/index.js.map +1 -0
- package/lib/retry.d.ts +14 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +14 -0
- package/lib/retry.js.map +1 -0
- package/lib/schemas.d.ts +29 -0
- package/lib/schemas.d.ts.map +1 -0
- package/lib/schemas.js +34 -0
- package/lib/schemas.js.map +1 -0
- package/lib/services/abuse-reports.d.ts +224 -0
- package/lib/services/abuse-reports.d.ts.map +1 -0
- package/lib/services/abuse-reports.js +353 -0
- package/lib/services/abuse-reports.js.map +1 -0
- package/lib/services/accounts.d.ts +682 -0
- package/lib/services/accounts.d.ts.map +1 -0
- package/lib/services/accounts.js +805 -0
- package/lib/services/accounts.js.map +1 -0
- package/lib/services/acm.d.ts +73 -0
- package/lib/services/acm.d.ts.map +1 -0
- package/lib/services/acm.js +76 -0
- package/lib/services/acm.js.map +1 -0
- package/lib/services/addressing.d.ts +1208 -0
- package/lib/services/addressing.d.ts.map +1 -0
- package/lib/services/addressing.js +1776 -0
- package/lib/services/addressing.js.map +1 -0
- package/lib/services/ai-gateway.d.ts +956 -0
- package/lib/services/ai-gateway.d.ts.map +1 -0
- package/lib/services/ai-gateway.js +1706 -0
- package/lib/services/ai-gateway.js.map +1 -0
- package/lib/services/ai.d.ts +243 -0
- package/lib/services/ai.d.ts.map +1 -0
- package/lib/services/ai.js +299 -0
- package/lib/services/ai.js.map +1 -0
- package/lib/services/aisearch.d.ts +915 -0
- package/lib/services/aisearch.d.ts.map +1 -0
- package/lib/services/aisearch.js +2425 -0
- package/lib/services/aisearch.js.map +1 -0
- package/lib/services/alerting.d.ts +718 -0
- package/lib/services/alerting.d.ts.map +1 -0
- package/lib/services/alerting.js +1388 -0
- package/lib/services/alerting.js.map +1 -0
- package/lib/services/api-gateway.d.ts +830 -0
- package/lib/services/api-gateway.d.ts.map +1 -0
- package/lib/services/api-gateway.js +1548 -0
- package/lib/services/api-gateway.js.map +1 -0
- package/lib/services/argo.d.ts +101 -0
- package/lib/services/argo.d.ts.map +1 -0
- package/lib/services/argo.js +105 -0
- package/lib/services/argo.js.map +1 -0
- package/lib/services/audit-logs.d.ts +46 -0
- package/lib/services/audit-logs.d.ts.map +1 -0
- package/lib/services/audit-logs.js +37 -0
- package/lib/services/audit-logs.js.map +1 -0
- package/lib/services/billing.d.ts +62 -0
- package/lib/services/billing.d.ts.map +1 -0
- package/lib/services/billing.js +100 -0
- package/lib/services/billing.js.map +1 -0
- package/lib/services/bot-management.d.ts +124 -0
- package/lib/services/bot-management.d.ts.map +1 -0
- package/lib/services/bot-management.js +262 -0
- package/lib/services/bot-management.js.map +1 -0
- package/lib/services/botnet-feed.d.ts +65 -0
- package/lib/services/botnet-feed.d.ts.map +1 -0
- package/lib/services/botnet-feed.js +84 -0
- package/lib/services/botnet-feed.js.map +1 -0
- package/lib/services/brand-protection.d.ts +188 -0
- package/lib/services/brand-protection.d.ts.map +1 -0
- package/lib/services/brand-protection.js +214 -0
- package/lib/services/brand-protection.js.map +1 -0
- package/lib/services/browser-rendering.d.ts +857 -0
- package/lib/services/browser-rendering.d.ts.map +1 -0
- package/lib/services/browser-rendering.js +1141 -0
- package/lib/services/browser-rendering.js.map +1 -0
- package/lib/services/cache.d.ts +287 -0
- package/lib/services/cache.d.ts.map +1 -0
- package/lib/services/cache.js +330 -0
- package/lib/services/cache.js.map +1 -0
- package/lib/services/calls.d.ts +202 -0
- package/lib/services/calls.d.ts.map +1 -0
- package/lib/services/calls.js +175 -0
- package/lib/services/calls.js.map +1 -0
- package/lib/services/certificate-authorities.d.ts +40 -0
- package/lib/services/certificate-authorities.d.ts.map +1 -0
- package/lib/services/certificate-authorities.js +49 -0
- package/lib/services/certificate-authorities.js.map +1 -0
- package/lib/services/client-certificates.d.ts +254 -0
- package/lib/services/client-certificates.d.ts.map +1 -0
- package/lib/services/client-certificates.js +350 -0
- package/lib/services/client-certificates.js.map +1 -0
- package/lib/services/cloud-connector.d.ts +59 -0
- package/lib/services/cloud-connector.d.ts.map +1 -0
- package/lib/services/cloud-connector.js +84 -0
- package/lib/services/cloud-connector.js.map +1 -0
- package/lib/services/cloudforce-one.d.ts +1318 -0
- package/lib/services/cloudforce-one.d.ts.map +1 -0
- package/lib/services/cloudforce-one.js +1684 -0
- package/lib/services/cloudforce-one.js.map +1 -0
- package/lib/services/connectivity.d.ts +248 -0
- package/lib/services/connectivity.d.ts.map +1 -0
- package/lib/services/connectivity.js +377 -0
- package/lib/services/connectivity.js.map +1 -0
- package/lib/services/content-scanning.d.ts +131 -0
- package/lib/services/content-scanning.d.ts.map +1 -0
- package/lib/services/content-scanning.js +156 -0
- package/lib/services/content-scanning.js.map +1 -0
- package/lib/services/custom-certificates.d.ts +211 -0
- package/lib/services/custom-certificates.d.ts.map +1 -0
- package/lib/services/custom-certificates.js +309 -0
- package/lib/services/custom-certificates.js.map +1 -0
- package/lib/services/custom-hostnames.d.ts +525 -0
- package/lib/services/custom-hostnames.d.ts.map +1 -0
- package/lib/services/custom-hostnames.js +1164 -0
- package/lib/services/custom-hostnames.js.map +1 -0
- package/lib/services/custom-nameservers.d.ts +67 -0
- package/lib/services/custom-nameservers.d.ts.map +1 -0
- package/lib/services/custom-nameservers.js +80 -0
- package/lib/services/custom-nameservers.js.map +1 -0
- package/lib/services/custom-pages.d.ts +74 -0
- package/lib/services/custom-pages.d.ts.map +1 -0
- package/lib/services/custom-pages.js +125 -0
- package/lib/services/custom-pages.js.map +1 -0
- package/lib/services/d1.d.ts +326 -0
- package/lib/services/d1.d.ts.map +1 -0
- package/lib/services/d1.js +448 -0
- package/lib/services/d1.js.map +1 -0
- package/lib/services/dcv-delegation.d.ts +24 -0
- package/lib/services/dcv-delegation.d.ts.map +1 -0
- package/lib/services/dcv-delegation.js +24 -0
- package/lib/services/dcv-delegation.js.map +1 -0
- package/lib/services/diagnostics.d.ts +175 -0
- package/lib/services/diagnostics.d.ts.map +1 -0
- package/lib/services/diagnostics.js +273 -0
- package/lib/services/diagnostics.js.map +1 -0
- package/lib/services/dns-firewall.d.ts +288 -0
- package/lib/services/dns-firewall.d.ts.map +1 -0
- package/lib/services/dns-firewall.js +373 -0
- package/lib/services/dns-firewall.js.map +1 -0
- package/lib/services/dns.d.ts +2946 -0
- package/lib/services/dns.d.ts.map +1 -0
- package/lib/services/dns.js +4511 -0
- package/lib/services/dns.js.map +1 -0
- package/lib/services/durable-objects.d.ts +61 -0
- package/lib/services/durable-objects.d.ts.map +1 -0
- package/lib/services/durable-objects.js +66 -0
- package/lib/services/durable-objects.js.map +1 -0
- package/lib/services/email-routing.d.ts +542 -0
- package/lib/services/email-routing.d.ts.map +1 -0
- package/lib/services/email-routing.js +662 -0
- package/lib/services/email-routing.js.map +1 -0
- package/lib/services/email-security.d.ts +1131 -0
- package/lib/services/email-security.d.ts.map +1 -0
- package/lib/services/email-security.js +2065 -0
- package/lib/services/email-security.js.map +1 -0
- package/lib/services/filters.d.ts +157 -0
- package/lib/services/filters.d.ts.map +1 -0
- package/lib/services/filters.js +135 -0
- package/lib/services/filters.js.map +1 -0
- package/lib/services/firewall.d.ts +1080 -0
- package/lib/services/firewall.d.ts.map +1 -0
- package/lib/services/firewall.js +1881 -0
- package/lib/services/firewall.js.map +1 -0
- package/lib/services/healthchecks.d.ts +464 -0
- package/lib/services/healthchecks.d.ts.map +1 -0
- package/lib/services/healthchecks.js +838 -0
- package/lib/services/healthchecks.js.map +1 -0
- package/lib/services/hostnames.d.ts +74 -0
- package/lib/services/hostnames.d.ts.map +1 -0
- package/lib/services/hostnames.js +100 -0
- package/lib/services/hostnames.js.map +1 -0
- package/lib/services/hyperdrive.d.ts +203 -0
- package/lib/services/hyperdrive.d.ts.map +1 -0
- package/lib/services/hyperdrive.js +299 -0
- package/lib/services/hyperdrive.js.map +1 -0
- package/lib/services/iam.d.ts +554 -0
- package/lib/services/iam.d.ts.map +1 -0
- package/lib/services/iam.js +743 -0
- package/lib/services/iam.js.map +1 -0
- package/lib/services/images.d.ts +403 -0
- package/lib/services/images.d.ts.map +1 -0
- package/lib/services/images.js +417 -0
- package/lib/services/images.js.map +1 -0
- package/lib/services/intel.d.ts +768 -0
- package/lib/services/intel.d.ts.map +1 -0
- package/lib/services/intel.js +1179 -0
- package/lib/services/intel.js.map +1 -0
- package/lib/services/ips.d.ts +28 -0
- package/lib/services/ips.d.ts.map +1 -0
- package/lib/services/ips.js +39 -0
- package/lib/services/ips.js.map +1 -0
- package/lib/services/keyless-certificates.d.ts +177 -0
- package/lib/services/keyless-certificates.d.ts.map +1 -0
- package/lib/services/keyless-certificates.js +216 -0
- package/lib/services/keyless-certificates.js.map +1 -0
- package/lib/services/kv.d.ts +339 -0
- package/lib/services/kv.d.ts.map +1 -0
- package/lib/services/kv.js +402 -0
- package/lib/services/kv.js.map +1 -0
- package/lib/services/leaked-credential-checks.d.ts +119 -0
- package/lib/services/leaked-credential-checks.d.ts.map +1 -0
- package/lib/services/leaked-credential-checks.js +130 -0
- package/lib/services/leaked-credential-checks.js.map +1 -0
- package/lib/services/load-balancers.d.ts +1767 -0
- package/lib/services/load-balancers.d.ts.map +1 -0
- package/lib/services/load-balancers.js +3068 -0
- package/lib/services/load-balancers.js.map +1 -0
- package/lib/services/logpush.d.ts +401 -0
- package/lib/services/logpush.d.ts.map +1 -0
- package/lib/services/logpush.js +724 -0
- package/lib/services/logpush.js.map +1 -0
- package/lib/services/logs.d.ts +125 -0
- package/lib/services/logs.d.ts.map +1 -0
- package/lib/services/logs.js +145 -0
- package/lib/services/logs.js.map +1 -0
- package/lib/services/magic-cloud-networking.d.ts +1599 -0
- package/lib/services/magic-cloud-networking.d.ts.map +1 -0
- package/lib/services/magic-cloud-networking.js +5205 -0
- package/lib/services/magic-cloud-networking.js.map +1 -0
- package/lib/services/magic-network-monitoring.d.ts +379 -0
- package/lib/services/magic-network-monitoring.d.ts.map +1 -0
- package/lib/services/magic-network-monitoring.js +535 -0
- package/lib/services/magic-network-monitoring.js.map +1 -0
- package/lib/services/magic-transit.d.ts +3650 -0
- package/lib/services/magic-transit.d.ts.map +1 -0
- package/lib/services/magic-transit.js +6120 -0
- package/lib/services/magic-transit.js.map +1 -0
- package/lib/services/managed-transforms.d.ts +79 -0
- package/lib/services/managed-transforms.d.ts.map +1 -0
- package/lib/services/managed-transforms.js +107 -0
- package/lib/services/managed-transforms.js.map +1 -0
- package/lib/services/memberships.d.ts +172 -0
- package/lib/services/memberships.d.ts.map +1 -0
- package/lib/services/memberships.js +282 -0
- package/lib/services/memberships.js.map +1 -0
- package/lib/services/mtls-certificates.d.ts +140 -0
- package/lib/services/mtls-certificates.d.ts.map +1 -0
- package/lib/services/mtls-certificates.js +173 -0
- package/lib/services/mtls-certificates.js.map +1 -0
- package/lib/services/network-interconnects.d.ts +410 -0
- package/lib/services/network-interconnects.d.ts.map +1 -0
- package/lib/services/network-interconnects.js +583 -0
- package/lib/services/network-interconnects.js.map +1 -0
- package/lib/services/organizations.d.ts +201 -0
- package/lib/services/organizations.d.ts.map +1 -0
- package/lib/services/organizations.js +355 -0
- package/lib/services/organizations.js.map +1 -0
- package/lib/services/origin-ca-certificates.d.ts +99 -0
- package/lib/services/origin-ca-certificates.d.ts.map +1 -0
- package/lib/services/origin-ca-certificates.js +156 -0
- package/lib/services/origin-ca-certificates.js.map +1 -0
- package/lib/services/origin-post-quantum-encryption.d.ts +50 -0
- package/lib/services/origin-post-quantum-encryption.d.ts.map +1 -0
- package/lib/services/origin-post-quantum-encryption.js +60 -0
- package/lib/services/origin-post-quantum-encryption.js.map +1 -0
- package/lib/services/origin-tls-client-auth.d.ts +273 -0
- package/lib/services/origin-tls-client-auth.d.ts.map +1 -0
- package/lib/services/origin-tls-client-auth.js +401 -0
- package/lib/services/origin-tls-client-auth.js.map +1 -0
- package/lib/services/page-rules.d.ts +773 -0
- package/lib/services/page-rules.d.ts.map +1 -0
- package/lib/services/page-rules.js +1365 -0
- package/lib/services/page-rules.js.map +1 -0
- package/lib/services/page-shield.d.ts +426 -0
- package/lib/services/page-shield.d.ts.map +1 -0
- package/lib/services/page-shield.js +484 -0
- package/lib/services/page-shield.js.map +1 -0
- package/lib/services/pages.d.ts +1654 -0
- package/lib/services/pages.d.ts.map +1 -0
- package/lib/services/pages.js +2954 -0
- package/lib/services/pages.js.map +1 -0
- package/lib/services/pipelines.d.ts +1461 -0
- package/lib/services/pipelines.d.ts.map +1 -0
- package/lib/services/pipelines.js +2912 -0
- package/lib/services/pipelines.js.map +1 -0
- package/lib/services/queues.d.ts +807 -0
- package/lib/services/queues.d.ts.map +1 -0
- package/lib/services/queues.js +1194 -0
- package/lib/services/queues.js.map +1 -0
- package/lib/services/r2-data-catalog.d.ts +341 -0
- package/lib/services/r2-data-catalog.d.ts.map +1 -0
- package/lib/services/r2-data-catalog.js +499 -0
- package/lib/services/r2-data-catalog.js.map +1 -0
- package/lib/services/r2.d.ts +1041 -0
- package/lib/services/r2.d.ts.map +1 -0
- package/lib/services/r2.js +1384 -0
- package/lib/services/r2.js.map +1 -0
- package/lib/services/radar.d.ts +9276 -0
- package/lib/services/radar.d.ts.map +1 -0
- package/lib/services/radar.js +20491 -0
- package/lib/services/radar.js.map +1 -0
- package/lib/services/rate-limits.d.ts +315 -0
- package/lib/services/rate-limits.d.ts.map +1 -0
- package/lib/services/rate-limits.js +521 -0
- package/lib/services/rate-limits.js.map +1 -0
- package/lib/services/realtime-kit.d.ts +2728 -0
- package/lib/services/realtime-kit.d.ts.map +1 -0
- package/lib/services/realtime-kit.js +5401 -0
- package/lib/services/realtime-kit.js.map +1 -0
- package/lib/services/registrar.d.ts +81 -0
- package/lib/services/registrar.d.ts.map +1 -0
- package/lib/services/registrar.js +154 -0
- package/lib/services/registrar.js.map +1 -0
- package/lib/services/request-tracers.d.ts +61 -0
- package/lib/services/request-tracers.d.ts.map +1 -0
- package/lib/services/request-tracers.js +82 -0
- package/lib/services/request-tracers.js.map +1 -0
- package/lib/services/resource-sharing.d.ts +540 -0
- package/lib/services/resource-sharing.d.ts.map +1 -0
- package/lib/services/resource-sharing.js +846 -0
- package/lib/services/resource-sharing.js.map +1 -0
- package/lib/services/rules.d.ts +297 -0
- package/lib/services/rules.d.ts.map +1 -0
- package/lib/services/rules.js +396 -0
- package/lib/services/rules.js.map +1 -0
- package/lib/services/rulesets.d.ts +3300 -0
- package/lib/services/rulesets.d.ts.map +1 -0
- package/lib/services/rulesets.js +7852 -0
- package/lib/services/rulesets.js.map +1 -0
- package/lib/services/rum.d.ts +289 -0
- package/lib/services/rum.d.ts.map +1 -0
- package/lib/services/rum.js +409 -0
- package/lib/services/rum.js.map +1 -0
- package/lib/services/schema-validation.d.ts +240 -0
- package/lib/services/schema-validation.d.ts.map +1 -0
- package/lib/services/schema-validation.js +306 -0
- package/lib/services/schema-validation.js.map +1 -0
- package/lib/services/secrets-store.d.ts +321 -0
- package/lib/services/secrets-store.d.ts.map +1 -0
- package/lib/services/secrets-store.js +385 -0
- package/lib/services/secrets-store.js.map +1 -0
- package/lib/services/security-center.d.ts +102 -0
- package/lib/services/security-center.d.ts.map +1 -0
- package/lib/services/security-center.js +170 -0
- package/lib/services/security-center.js.map +1 -0
- package/lib/services/security-txt.d.ts +105 -0
- package/lib/services/security-txt.d.ts.map +1 -0
- package/lib/services/security-txt.js +136 -0
- package/lib/services/security-txt.js.map +1 -0
- package/lib/services/snippets.d.ts +138 -0
- package/lib/services/snippets.d.ts.map +1 -0
- package/lib/services/snippets.js +178 -0
- package/lib/services/snippets.js.map +1 -0
- package/lib/services/spectrum.d.ts +316 -0
- package/lib/services/spectrum.d.ts.map +1 -0
- package/lib/services/spectrum.js +510 -0
- package/lib/services/spectrum.js.map +1 -0
- package/lib/services/speed.d.ts +227 -0
- package/lib/services/speed.d.ts.map +1 -0
- package/lib/services/speed.js +444 -0
- package/lib/services/speed.js.map +1 -0
- package/lib/services/ssl.d.ts +370 -0
- package/lib/services/ssl.d.ts.map +1 -0
- package/lib/services/ssl.js +732 -0
- package/lib/services/ssl.js.map +1 -0
- package/lib/services/stream.d.ts +1014 -0
- package/lib/services/stream.d.ts.map +1 -0
- package/lib/services/stream.js +1049 -0
- package/lib/services/stream.js.map +1 -0
- package/lib/services/token-validation.d.ts +547 -0
- package/lib/services/token-validation.d.ts.map +1 -0
- package/lib/services/token-validation.js +768 -0
- package/lib/services/token-validation.js.map +1 -0
- package/lib/services/turnstile.d.ts +248 -0
- package/lib/services/turnstile.d.ts.map +1 -0
- package/lib/services/turnstile.js +308 -0
- package/lib/services/turnstile.js.map +1 -0
- package/lib/services/url-normalization.d.ts +53 -0
- package/lib/services/url-normalization.d.ts.map +1 -0
- package/lib/services/url-normalization.js +52 -0
- package/lib/services/url-normalization.js.map +1 -0
- package/lib/services/url-scanner.d.ts +612 -0
- package/lib/services/url-scanner.d.ts.map +1 -0
- package/lib/services/url-scanner.js +915 -0
- package/lib/services/url-scanner.js.map +1 -0
- package/lib/services/user.d.ts +441 -0
- package/lib/services/user.d.ts.map +1 -0
- package/lib/services/user.js +567 -0
- package/lib/services/user.js.map +1 -0
- package/lib/services/vectorize.d.ts +282 -0
- package/lib/services/vectorize.d.ts.map +1 -0
- package/lib/services/vectorize.js +340 -0
- package/lib/services/vectorize.js.map +1 -0
- package/lib/services/waiting-rooms.d.ts +1009 -0
- package/lib/services/waiting-rooms.d.ts.map +1 -0
- package/lib/services/waiting-rooms.js +1757 -0
- package/lib/services/waiting-rooms.js.map +1 -0
- package/lib/services/web3.d.ts +274 -0
- package/lib/services/web3.d.ts.map +1 -0
- package/lib/services/web3.js +362 -0
- package/lib/services/web3.js.map +1 -0
- package/lib/services/workers-for-platforms.d.ts +1224 -0
- package/lib/services/workers-for-platforms.d.ts.map +1 -0
- package/lib/services/workers-for-platforms.js +2078 -0
- package/lib/services/workers-for-platforms.js.map +1 -0
- package/lib/services/workers.d.ts +3498 -0
- package/lib/services/workers.d.ts.map +1 -0
- package/lib/services/workers.js +5967 -0
- package/lib/services/workers.js.map +1 -0
- package/lib/services/workflows.d.ts +359 -0
- package/lib/services/workflows.d.ts.map +1 -0
- package/lib/services/workflows.js +516 -0
- package/lib/services/workflows.js.map +1 -0
- package/lib/services/zaraz.d.ts +300 -0
- package/lib/services/zaraz.d.ts.map +1 -0
- package/lib/services/zaraz.js +298 -0
- package/lib/services/zaraz.js.map +1 -0
- package/lib/services/zero-trust.d.ts +15449 -0
- package/lib/services/zero-trust.d.ts.map +1 -0
- package/lib/services/zero-trust.js +29194 -0
- package/lib/services/zero-trust.js.map +1 -0
- package/lib/services/zones.d.ts +1278 -0
- package/lib/services/zones.d.ts.map +1 -0
- package/lib/services/zones.js +2416 -0
- package/lib/services/zones.js.map +1 -0
- package/lib/traits.d.ts +28 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +26 -0
- package/lib/traits.js.map +1 -0
- package/package.json +67 -5
- package/src/auth.ts +14 -0
- package/src/category.ts +1 -0
- package/src/client/api.ts +269 -0
- package/src/client/index.ts +7 -0
- package/src/credentials.ts +30 -0
- package/src/errors.ts +65 -0
- package/src/index.ts +9 -0
- package/src/retry.ts +35 -0
- package/src/schemas.ts +51 -0
- package/src/services/abuse-reports.ts +747 -0
- package/src/services/accounts.ts +1947 -0
- package/src/services/acm.ts +170 -0
- package/src/services/addressing.ts +3947 -0
- package/src/services/ai-gateway.ts +3335 -0
- package/src/services/ai.ts +727 -0
- package/src/services/aisearch.ts +4750 -0
- package/src/services/alerting.ts +2947 -0
- package/src/services/api-gateway.ts +3391 -0
- package/src/services/argo.ts +254 -0
- package/src/services/audit-logs.ts +90 -0
- package/src/services/billing.ts +172 -0
- package/src/services/bot-management.ts +541 -0
- package/src/services/botnet-feed.ts +193 -0
- package/src/services/brand-protection.ts +553 -0
- package/src/services/browser-rendering.ts +2707 -0
- package/src/services/cache.ts +827 -0
- package/src/services/calls.ts +483 -0
- package/src/services/certificate-authorities.ts +110 -0
- package/src/services/client-certificates.ts +718 -0
- package/src/services/cloud-connector.ts +181 -0
- package/src/services/cloudforce-one.ts +3876 -0
- package/src/services/connectivity.ts +629 -0
- package/src/services/content-scanning.ts +385 -0
- package/src/services/custom-certificates.ts +611 -0
- package/src/services/custom-hostnames.ts +2453 -0
- package/src/services/custom-nameservers.ts +182 -0
- package/src/services/custom-pages.ts +264 -0
- package/src/services/d1.ts +1034 -0
- package/src/services/dcv-delegation.ts +52 -0
- package/src/services/diagnostics.ts +603 -0
- package/src/services/dns-firewall.ts +823 -0
- package/src/services/dns.ts +8897 -0
- package/src/services/durable-objects.ts +148 -0
- package/src/services/email-routing.ts +1602 -0
- package/src/services/email-security.ts +4283 -0
- package/src/services/filters.ts +370 -0
- package/src/services/firewall.ts +3896 -0
- package/src/services/healthchecks.ts +1750 -0
- package/src/services/hostnames.ts +218 -0
- package/src/services/hyperdrive.ts +592 -0
- package/src/services/iam.ts +1668 -0
- package/src/services/images.ts +1086 -0
- package/src/services/intel.ts +2768 -0
- package/src/services/ips.ts +88 -0
- package/src/services/keyless-certificates.ts +462 -0
- package/src/services/kv.ts +1011 -0
- package/src/services/leaked-credential-checks.ts +325 -0
- package/src/services/load-balancers.ts +6438 -0
- package/src/services/logpush.ts +1667 -0
- package/src/services/logs.ts +375 -0
- package/src/services/magic-cloud-networking.ts +10020 -0
- package/src/services/magic-network-monitoring.ts +1156 -0
- package/src/services/magic-transit.ts +13050 -0
- package/src/services/managed-transforms.ts +237 -0
- package/src/services/memberships.ts +615 -0
- package/src/services/mtls-certificates.ts +374 -0
- package/src/services/network-interconnects.ts +1253 -0
- package/src/services/organizations.ts +674 -0
- package/src/services/origin-ca-certificates.ts +303 -0
- package/src/services/origin-post-quantum-encryption.ts +128 -0
- package/src/services/origin-tls-client-auth.ts +878 -0
- package/src/services/page-rules.ts +2612 -0
- package/src/services/page-shield.ts +1195 -0
- package/src/services/pages.ts +5709 -0
- package/src/services/pipelines.ts +6000 -0
- package/src/services/queues.ts +2629 -0
- package/src/services/r2-data-catalog.ts +1119 -0
- package/src/services/r2.ts +3348 -0
- package/src/services/radar.ts +42152 -0
- package/src/services/rate-limits.ts +1150 -0
- package/src/services/realtime-kit.ts +11079 -0
- package/src/services/registrar.ts +295 -0
- package/src/services/request-tracers.ts +158 -0
- package/src/services/resource-sharing.ts +1832 -0
- package/src/services/rules.ts +837 -0
- package/src/services/rulesets.ts +15144 -0
- package/src/services/rum.ts +901 -0
- package/src/services/schema-validation.ts +733 -0
- package/src/services/secrets-store.ts +860 -0
- package/src/services/security-center.ts +397 -0
- package/src/services/security-txt.ts +315 -0
- package/src/services/snippets.ts +420 -0
- package/src/services/spectrum.ts +1103 -0
- package/src/services/speed.ts +1056 -0
- package/src/services/ssl.ts +1587 -0
- package/src/services/stream.ts +2756 -0
- package/src/services/token-validation.ts +1585 -0
- package/src/services/turnstile.ts +643 -0
- package/src/services/url-normalization.ts +129 -0
- package/src/services/url-scanner.ts +1851 -0
- package/src/services/user.ts +1384 -0
- package/src/services/vectorize.ts +816 -0
- package/src/services/waiting-rooms.ts +3807 -0
- package/src/services/web3.ts +834 -0
- package/src/services/workers-for-platforms.ts +3859 -0
- package/src/services/workers.ts +11637 -0
- package/src/services/workflows.ts +1124 -0
- package/src/services/zaraz.ts +797 -0
- package/src/services/zero-trust.ts +58933 -0
- package/src/services/zones.ts +4875 -0
- package/src/traits.ts +47 -0
- package/README.md +0 -15
- package/bun.lock +0 -26
- package/index.ts +0 -1
- package/tsconfig.json +0 -29
|
@@ -0,0 +1,224 @@
|
|
|
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 Schema from "effect/Schema";
|
|
8
|
+
import type * as HttpClient from "effect/unstable/http/HttpClient";
|
|
9
|
+
import * as API from "../client/api.ts";
|
|
10
|
+
import type { Credentials } from "../credentials";
|
|
11
|
+
import { type DefaultErrors } from "../errors";
|
|
12
|
+
declare const AbuseReportNotFound_base: Schema.ErrorClass<AbuseReportNotFound, Schema.TaggedStruct<"AbuseReportNotFound", {
|
|
13
|
+
readonly code: Schema.Number;
|
|
14
|
+
readonly message: Schema.String;
|
|
15
|
+
}>, import("effect/Cause").YieldableError>;
|
|
16
|
+
export declare class AbuseReportNotFound extends AbuseReportNotFound_base {
|
|
17
|
+
}
|
|
18
|
+
declare const InvalidAccountId_base: Schema.ErrorClass<InvalidAccountId, Schema.TaggedStruct<"InvalidAccountId", {
|
|
19
|
+
readonly code: Schema.Number;
|
|
20
|
+
readonly message: Schema.String;
|
|
21
|
+
}>, import("effect/Cause").YieldableError>;
|
|
22
|
+
export declare class InvalidAccountId extends InvalidAccountId_base {
|
|
23
|
+
}
|
|
24
|
+
declare const InvalidRequest_base: Schema.ErrorClass<InvalidRequest, Schema.TaggedStruct<"InvalidRequest", {
|
|
25
|
+
readonly code: Schema.Number;
|
|
26
|
+
readonly message: Schema.String;
|
|
27
|
+
}>, import("effect/Cause").YieldableError>;
|
|
28
|
+
export declare class InvalidRequest extends InvalidRequest_base {
|
|
29
|
+
}
|
|
30
|
+
export interface GetAbuseReportRequest {
|
|
31
|
+
reportParam: string;
|
|
32
|
+
/** Cloudflare Account ID */
|
|
33
|
+
accountId: string;
|
|
34
|
+
}
|
|
35
|
+
export declare const GetAbuseReportRequest: Schema.Schema<GetAbuseReportRequest>;
|
|
36
|
+
export interface GetAbuseReportResponse {
|
|
37
|
+
/** Public facing ID of abuse report, aka abuse_rand. */
|
|
38
|
+
id: string;
|
|
39
|
+
/** Creation date of report. Time in RFC 3339 format (https://www.rfc-editor.org/rfc/rfc3339.html) */
|
|
40
|
+
cdate: string;
|
|
41
|
+
/** Domain that relates to the report. */
|
|
42
|
+
domain: string;
|
|
43
|
+
/** A summary of the mitigations related to this report. */
|
|
44
|
+
mitigationSummary: {
|
|
45
|
+
acceptedUrlCount: number;
|
|
46
|
+
activeCount: number;
|
|
47
|
+
externalHostNotified: boolean;
|
|
48
|
+
inReviewCount: number;
|
|
49
|
+
pendingCount: number;
|
|
50
|
+
};
|
|
51
|
+
/** An enum value that represents the status of an abuse record */
|
|
52
|
+
status: "accepted" | "in_review";
|
|
53
|
+
/** The abuse report type */
|
|
54
|
+
type: "PHISH" | "GEN" | "THREAT" | "DMCA" | "EMER" | "TM" | "REG_WHO" | "NCSEI" | "NETWORK";
|
|
55
|
+
/** Justification for the report. */
|
|
56
|
+
justification?: string | null;
|
|
57
|
+
/** Original work / Targeted brand in the alleged abuse. */
|
|
58
|
+
originalWork?: string | null;
|
|
59
|
+
/** Information about the submitter of the report. */
|
|
60
|
+
submitter?: {
|
|
61
|
+
company?: string | null;
|
|
62
|
+
email?: string | null;
|
|
63
|
+
name?: string | null;
|
|
64
|
+
telephone?: string | null;
|
|
65
|
+
} | null;
|
|
66
|
+
urls?: string[] | null;
|
|
67
|
+
}
|
|
68
|
+
export declare const GetAbuseReportResponse: Schema.Schema<GetAbuseReportResponse>;
|
|
69
|
+
export type GetAbuseReportError = DefaultErrors | InvalidAccountId | AbuseReportNotFound;
|
|
70
|
+
export declare const getAbuseReport: API.OperationMethod<GetAbuseReportRequest, GetAbuseReportResponse, GetAbuseReportError, Credentials | HttpClient.HttpClient>;
|
|
71
|
+
export interface ListAbuseReportsRequest {
|
|
72
|
+
/** Path param: Cloudflare Account ID */
|
|
73
|
+
accountId: string;
|
|
74
|
+
/** Query param: Returns reports created after the specified date */
|
|
75
|
+
createdAfter?: string;
|
|
76
|
+
/** Query param: Returns reports created before the specified date */
|
|
77
|
+
createdBefore?: string;
|
|
78
|
+
/** Query param: Filter by domain name related to the abuse report */
|
|
79
|
+
domain?: string;
|
|
80
|
+
/** Query param: Filter reports that have any mitigations in the given status. */
|
|
81
|
+
mitigationStatus?: "pending" | "active" | "in_review" | "cancelled" | "removed";
|
|
82
|
+
/** Query param: A property to sort by, followed by the order (id, cdate, domain, type, status) */
|
|
83
|
+
sort?: string;
|
|
84
|
+
/** Query param: Filter by the status of the report. */
|
|
85
|
+
status?: "accepted" | "in_review";
|
|
86
|
+
/** Query param: Filter by the type of the report. */
|
|
87
|
+
type?: "PHISH" | "GEN" | "THREAT" | "DMCA" | "EMER" | "TM" | "REG_WHO" | "NCSEI" | "NETWORK";
|
|
88
|
+
}
|
|
89
|
+
export declare const ListAbuseReportsRequest: Schema.Schema<ListAbuseReportsRequest>;
|
|
90
|
+
export interface ListAbuseReportsResponse {
|
|
91
|
+
reports: {
|
|
92
|
+
id: string;
|
|
93
|
+
cdate: string;
|
|
94
|
+
domain: string;
|
|
95
|
+
mitigationSummary: {
|
|
96
|
+
acceptedUrlCount: number;
|
|
97
|
+
activeCount: number;
|
|
98
|
+
externalHostNotified: boolean;
|
|
99
|
+
inReviewCount: number;
|
|
100
|
+
pendingCount: number;
|
|
101
|
+
};
|
|
102
|
+
status: "accepted" | "in_review";
|
|
103
|
+
type: "PHISH" | "GEN" | "THREAT" | "DMCA" | "EMER" | "TM" | "REG_WHO" | "NCSEI" | "NETWORK";
|
|
104
|
+
justification?: string | null;
|
|
105
|
+
originalWork?: string | null;
|
|
106
|
+
submitter?: {
|
|
107
|
+
company?: string | null;
|
|
108
|
+
email?: string | null;
|
|
109
|
+
name?: string | null;
|
|
110
|
+
telephone?: string | null;
|
|
111
|
+
} | null;
|
|
112
|
+
urls?: string[] | null;
|
|
113
|
+
}[] | null;
|
|
114
|
+
}
|
|
115
|
+
export declare const ListAbuseReportsResponse: Schema.Schema<ListAbuseReportsResponse>;
|
|
116
|
+
export type ListAbuseReportsError = DefaultErrors | InvalidAccountId;
|
|
117
|
+
export declare const listAbuseReports: API.OperationMethod<ListAbuseReportsRequest, ListAbuseReportsResponse, ListAbuseReportsError, Credentials | HttpClient.HttpClient>;
|
|
118
|
+
export interface CreateAbuseReportRequest {
|
|
119
|
+
reportParam: string;
|
|
120
|
+
/** Path param: Cloudflare Account ID */
|
|
121
|
+
accountId: string;
|
|
122
|
+
/** Body param: The report type for submitted reports. */
|
|
123
|
+
act: "abuse_dmca";
|
|
124
|
+
/** 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/). */
|
|
125
|
+
address1: string;
|
|
126
|
+
/** 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/). */
|
|
127
|
+
agentName: string;
|
|
128
|
+
/** Body param: Can be `0` for false or `1` for true. Must be value: 1 for DMCA reports */
|
|
129
|
+
agree: "1";
|
|
130
|
+
/** 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/). */
|
|
131
|
+
city: string;
|
|
132
|
+
/** 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/). */
|
|
133
|
+
country: string;
|
|
134
|
+
/** 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/). */
|
|
135
|
+
email: string;
|
|
136
|
+
/** Body param: Should match the value provided in `email` */
|
|
137
|
+
email2: string;
|
|
138
|
+
/** Body param: Notification type based on the abuse type. NOTE: Copyright (DMCA) and Trademark reports cannot be anonymous. */
|
|
139
|
+
hostNotification: "send";
|
|
140
|
+
/** 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/). */
|
|
141
|
+
name: string;
|
|
142
|
+
/** 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/). */
|
|
143
|
+
originalWork: string;
|
|
144
|
+
/** Body param: Notification type based on the abuse type. NOTE: Copyright (DMCA) and Trademark reports cannot be anonymous. */
|
|
145
|
+
ownerNotification: "send";
|
|
146
|
+
/** 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 */
|
|
147
|
+
signature: string;
|
|
148
|
+
/** 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/). */
|
|
149
|
+
state: string;
|
|
150
|
+
/** 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 */
|
|
151
|
+
urls: string;
|
|
152
|
+
/** Body param: Any additional comments about the infringement not exceeding 2000 characters */
|
|
153
|
+
comments?: string;
|
|
154
|
+
/** 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/). */
|
|
155
|
+
company?: string;
|
|
156
|
+
/** Body param: Text containing 2 characters */
|
|
157
|
+
reportedCountry?: string;
|
|
158
|
+
/** Body param: Text not exceeding 255 characters */
|
|
159
|
+
reportedUserAgent?: string;
|
|
160
|
+
/** 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/). */
|
|
161
|
+
tele?: string;
|
|
162
|
+
/** Body param: Text not exceeding 255 characters */
|
|
163
|
+
title?: string;
|
|
164
|
+
}
|
|
165
|
+
export declare const CreateAbuseReportRequest: Schema.Schema<CreateAbuseReportRequest>;
|
|
166
|
+
export type CreateAbuseReportResponse = string;
|
|
167
|
+
export declare const CreateAbuseReportResponse: Schema.Schema<string>;
|
|
168
|
+
export type CreateAbuseReportError = DefaultErrors | InvalidRequest;
|
|
169
|
+
export declare const createAbuseReport: API.OperationMethod<CreateAbuseReportRequest, CreateAbuseReportResponse, CreateAbuseReportError, Credentials | HttpClient.HttpClient>;
|
|
170
|
+
export interface ListMitigationsRequest {
|
|
171
|
+
reportId: string;
|
|
172
|
+
/** Path param: Cloudflare Account ID */
|
|
173
|
+
accountId: string;
|
|
174
|
+
/** Query param: Returns mitigation that were dispatched after the given date */
|
|
175
|
+
effectiveAfter?: string;
|
|
176
|
+
/** Query param: Returns mitigations that were dispatched before the given date */
|
|
177
|
+
effectiveBefore?: string;
|
|
178
|
+
/** Query param: Filter by the type of entity the mitigation impacts. */
|
|
179
|
+
entityType?: "url_pattern" | "account" | "zone";
|
|
180
|
+
/** Query param: A property to sort by, followed by the order */
|
|
181
|
+
sort?: "type,asc" | "type,desc" | "effective_date,asc" | "effective_date,desc" | "status,asc" | "status,desc" | "entity_type,asc" | "entity_type,desc";
|
|
182
|
+
/** Query param: Filter by the status of the mitigation. */
|
|
183
|
+
status?: "pending" | "active" | "in_review" | "cancelled" | "removed";
|
|
184
|
+
/** 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_ */
|
|
185
|
+
type?: "legal_block" | "phishing_interstitial" | "network_block" | "rate_limit_cache" | "account_suspend" | "redirect_video_stream";
|
|
186
|
+
}
|
|
187
|
+
export declare const ListMitigationsRequest: Schema.Schema<ListMitigationsRequest>;
|
|
188
|
+
export type ListMitigationsResponse = {
|
|
189
|
+
mitigations: {
|
|
190
|
+
id: string;
|
|
191
|
+
effectiveDate: string;
|
|
192
|
+
entityId: string;
|
|
193
|
+
entityType: "url_pattern" | "account" | "zone";
|
|
194
|
+
status: "pending" | "active" | "in_review" | "cancelled" | "removed";
|
|
195
|
+
type: "legal_block" | "phishing_interstitial" | "network_block" | "rate_limit_cache" | "account_suspend" | "redirect_video_stream";
|
|
196
|
+
}[];
|
|
197
|
+
}[];
|
|
198
|
+
export declare const ListMitigationsResponse: Schema.Schema<ListMitigationsResponse>;
|
|
199
|
+
export type ListMitigationsError = DefaultErrors;
|
|
200
|
+
export declare const listMitigations: API.OperationMethod<ListMitigationsRequest, ListMitigationsResponse, ListMitigationsError, Credentials | HttpClient.HttpClient>;
|
|
201
|
+
export interface ReviewMitigationRequest {
|
|
202
|
+
reportId: string;
|
|
203
|
+
/** Path param: Cloudflare Account ID */
|
|
204
|
+
accountId: string;
|
|
205
|
+
/** Body param: List of mitigations to appeal. */
|
|
206
|
+
appeals: {
|
|
207
|
+
id: string;
|
|
208
|
+
reason: "removed" | "misclassified";
|
|
209
|
+
}[];
|
|
210
|
+
}
|
|
211
|
+
export declare const ReviewMitigationRequest: Schema.Schema<ReviewMitigationRequest>;
|
|
212
|
+
export type ReviewMitigationResponse = {
|
|
213
|
+
id: string;
|
|
214
|
+
effectiveDate: string;
|
|
215
|
+
entityId: string;
|
|
216
|
+
entityType: "url_pattern" | "account" | "zone";
|
|
217
|
+
status: "pending" | "active" | "in_review" | "cancelled" | "removed";
|
|
218
|
+
type: "legal_block" | "phishing_interstitial" | "network_block" | "rate_limit_cache" | "account_suspend" | "redirect_video_stream";
|
|
219
|
+
}[];
|
|
220
|
+
export declare const ReviewMitigationResponse: Schema.Schema<ReviewMitigationResponse>;
|
|
221
|
+
export type ReviewMitigationError = DefaultErrors;
|
|
222
|
+
export declare const reviewMitigation: API.OperationMethod<ReviewMitigationRequest, ReviewMitigationResponse, ReviewMitigationError, Credentials | HttpClient.HttpClient>;
|
|
223
|
+
export {};
|
|
224
|
+
//# 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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"}
|
|
@@ -0,0 +1,353 @@
|
|
|
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 Schema from "effect/Schema";
|
|
8
|
+
import * as API from "../client/api.js";
|
|
9
|
+
import * as T from "../traits";
|
|
10
|
+
import {} from "../errors";
|
|
11
|
+
// =============================================================================
|
|
12
|
+
// Errors
|
|
13
|
+
// =============================================================================
|
|
14
|
+
export class AbuseReportNotFound extends Schema.TaggedErrorClass()("AbuseReportNotFound", { code: Schema.Number, message: Schema.String }) {
|
|
15
|
+
}
|
|
16
|
+
T.applyErrorMatchers(AbuseReportNotFound, [{ code: 0 }]);
|
|
17
|
+
export class InvalidAccountId extends Schema.TaggedErrorClass()("InvalidAccountId", { code: Schema.Number, message: Schema.String }) {
|
|
18
|
+
}
|
|
19
|
+
T.applyErrorMatchers(InvalidAccountId, [{ code: 7003 }]);
|
|
20
|
+
export class InvalidRequest extends Schema.TaggedErrorClass()("InvalidRequest", { code: Schema.Number, message: Schema.String }) {
|
|
21
|
+
}
|
|
22
|
+
T.applyErrorMatchers(InvalidRequest, [{ code: 7003 }]);
|
|
23
|
+
export const GetAbuseReportRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
24
|
+
reportParam: Schema.String.pipe(T.HttpPath("reportParam")),
|
|
25
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
26
|
+
}).pipe(T.Http({
|
|
27
|
+
method: "GET",
|
|
28
|
+
path: "/accounts/{account_id}/abuse-reports/{reportParam}",
|
|
29
|
+
}));
|
|
30
|
+
export const GetAbuseReportResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
31
|
+
id: Schema.String,
|
|
32
|
+
cdate: Schema.String,
|
|
33
|
+
domain: Schema.String,
|
|
34
|
+
mitigationSummary: Schema.Struct({
|
|
35
|
+
acceptedUrlCount: Schema.Number,
|
|
36
|
+
activeCount: Schema.Number,
|
|
37
|
+
externalHostNotified: Schema.Boolean,
|
|
38
|
+
inReviewCount: Schema.Number,
|
|
39
|
+
pendingCount: Schema.Number,
|
|
40
|
+
}).pipe(Schema.encodeKeys({
|
|
41
|
+
acceptedUrlCount: "accepted_url_count",
|
|
42
|
+
activeCount: "active_count",
|
|
43
|
+
externalHostNotified: "external_host_notified",
|
|
44
|
+
inReviewCount: "in_review_count",
|
|
45
|
+
pendingCount: "pending_count",
|
|
46
|
+
})),
|
|
47
|
+
status: Schema.Literals(["accepted", "in_review"]),
|
|
48
|
+
type: Schema.Literals([
|
|
49
|
+
"PHISH",
|
|
50
|
+
"GEN",
|
|
51
|
+
"THREAT",
|
|
52
|
+
"DMCA",
|
|
53
|
+
"EMER",
|
|
54
|
+
"TM",
|
|
55
|
+
"REG_WHO",
|
|
56
|
+
"NCSEI",
|
|
57
|
+
"NETWORK",
|
|
58
|
+
]),
|
|
59
|
+
justification: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
60
|
+
originalWork: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
61
|
+
submitter: Schema.optional(Schema.Union([
|
|
62
|
+
Schema.Struct({
|
|
63
|
+
company: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
64
|
+
email: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
65
|
+
name: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
66
|
+
telephone: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
67
|
+
}),
|
|
68
|
+
Schema.Null,
|
|
69
|
+
])),
|
|
70
|
+
urls: Schema.optional(Schema.Union([Schema.Array(Schema.String), Schema.Null])),
|
|
71
|
+
}).pipe(Schema.encodeKeys({
|
|
72
|
+
id: "id",
|
|
73
|
+
cdate: "cdate",
|
|
74
|
+
domain: "domain",
|
|
75
|
+
mitigationSummary: "mitigation_summary",
|
|
76
|
+
status: "status",
|
|
77
|
+
type: "type",
|
|
78
|
+
justification: "justification",
|
|
79
|
+
originalWork: "original_work",
|
|
80
|
+
submitter: "submitter",
|
|
81
|
+
urls: "urls",
|
|
82
|
+
}));
|
|
83
|
+
export const getAbuseReport = API.make(() => ({
|
|
84
|
+
input: GetAbuseReportRequest,
|
|
85
|
+
output: GetAbuseReportResponse,
|
|
86
|
+
errors: [InvalidAccountId, AbuseReportNotFound],
|
|
87
|
+
}));
|
|
88
|
+
export const ListAbuseReportsRequest =
|
|
89
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
90
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
91
|
+
createdAfter: Schema.optional(Schema.String).pipe(T.HttpQuery("created_after")),
|
|
92
|
+
createdBefore: Schema.optional(Schema.String).pipe(T.HttpQuery("created_before")),
|
|
93
|
+
domain: Schema.optional(Schema.String).pipe(T.HttpQuery("domain")),
|
|
94
|
+
mitigationStatus: Schema.optional(Schema.Literals([
|
|
95
|
+
"pending",
|
|
96
|
+
"active",
|
|
97
|
+
"in_review",
|
|
98
|
+
"cancelled",
|
|
99
|
+
"removed",
|
|
100
|
+
])).pipe(T.HttpQuery("mitigation_status")),
|
|
101
|
+
sort: Schema.optional(Schema.String).pipe(T.HttpQuery("sort")),
|
|
102
|
+
status: Schema.optional(Schema.Literals(["accepted", "in_review"])).pipe(T.HttpQuery("status")),
|
|
103
|
+
type: Schema.optional(Schema.Literals([
|
|
104
|
+
"PHISH",
|
|
105
|
+
"GEN",
|
|
106
|
+
"THREAT",
|
|
107
|
+
"DMCA",
|
|
108
|
+
"EMER",
|
|
109
|
+
"TM",
|
|
110
|
+
"REG_WHO",
|
|
111
|
+
"NCSEI",
|
|
112
|
+
"NETWORK",
|
|
113
|
+
])).pipe(T.HttpQuery("type")),
|
|
114
|
+
}).pipe(T.Http({ method: "GET", path: "/accounts/{account_id}/abuse-reports" }));
|
|
115
|
+
export const ListAbuseReportsResponse =
|
|
116
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
117
|
+
reports: Schema.Union([
|
|
118
|
+
Schema.Array(Schema.Struct({
|
|
119
|
+
id: Schema.String,
|
|
120
|
+
cdate: Schema.String,
|
|
121
|
+
domain: Schema.String,
|
|
122
|
+
mitigationSummary: Schema.Struct({
|
|
123
|
+
acceptedUrlCount: Schema.Number,
|
|
124
|
+
activeCount: Schema.Number,
|
|
125
|
+
externalHostNotified: Schema.Boolean,
|
|
126
|
+
inReviewCount: Schema.Number,
|
|
127
|
+
pendingCount: Schema.Number,
|
|
128
|
+
}).pipe(Schema.encodeKeys({
|
|
129
|
+
acceptedUrlCount: "accepted_url_count",
|
|
130
|
+
activeCount: "active_count",
|
|
131
|
+
externalHostNotified: "external_host_notified",
|
|
132
|
+
inReviewCount: "in_review_count",
|
|
133
|
+
pendingCount: "pending_count",
|
|
134
|
+
})),
|
|
135
|
+
status: Schema.Literals(["accepted", "in_review"]),
|
|
136
|
+
type: Schema.Literals([
|
|
137
|
+
"PHISH",
|
|
138
|
+
"GEN",
|
|
139
|
+
"THREAT",
|
|
140
|
+
"DMCA",
|
|
141
|
+
"EMER",
|
|
142
|
+
"TM",
|
|
143
|
+
"REG_WHO",
|
|
144
|
+
"NCSEI",
|
|
145
|
+
"NETWORK",
|
|
146
|
+
]),
|
|
147
|
+
justification: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
148
|
+
originalWork: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
149
|
+
submitter: Schema.optional(Schema.Union([
|
|
150
|
+
Schema.Struct({
|
|
151
|
+
company: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
152
|
+
email: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
153
|
+
name: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
154
|
+
telephone: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
155
|
+
}),
|
|
156
|
+
Schema.Null,
|
|
157
|
+
])),
|
|
158
|
+
urls: Schema.optional(Schema.Union([Schema.Array(Schema.String), Schema.Null])),
|
|
159
|
+
}).pipe(Schema.encodeKeys({
|
|
160
|
+
id: "id",
|
|
161
|
+
cdate: "cdate",
|
|
162
|
+
domain: "domain",
|
|
163
|
+
mitigationSummary: "mitigation_summary",
|
|
164
|
+
status: "status",
|
|
165
|
+
type: "type",
|
|
166
|
+
justification: "justification",
|
|
167
|
+
originalWork: "original_work",
|
|
168
|
+
submitter: "submitter",
|
|
169
|
+
urls: "urls",
|
|
170
|
+
}))),
|
|
171
|
+
Schema.Null,
|
|
172
|
+
]),
|
|
173
|
+
});
|
|
174
|
+
export const listAbuseReports = API.make(() => ({
|
|
175
|
+
input: ListAbuseReportsRequest,
|
|
176
|
+
output: ListAbuseReportsResponse,
|
|
177
|
+
errors: [InvalidAccountId],
|
|
178
|
+
}));
|
|
179
|
+
export const CreateAbuseReportRequest =
|
|
180
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
181
|
+
reportParam: Schema.String.pipe(T.HttpPath("reportParam")),
|
|
182
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
183
|
+
act: Schema.Literal("abuse_dmca"),
|
|
184
|
+
address1: Schema.String,
|
|
185
|
+
agentName: Schema.String,
|
|
186
|
+
agree: Schema.Literal("1"),
|
|
187
|
+
city: Schema.String,
|
|
188
|
+
country: Schema.String,
|
|
189
|
+
email: Schema.String,
|
|
190
|
+
email2: Schema.String,
|
|
191
|
+
hostNotification: Schema.Literal("send"),
|
|
192
|
+
name: Schema.String,
|
|
193
|
+
originalWork: Schema.String,
|
|
194
|
+
ownerNotification: Schema.Literal("send"),
|
|
195
|
+
signature: Schema.String,
|
|
196
|
+
state: Schema.String,
|
|
197
|
+
urls: Schema.String,
|
|
198
|
+
comments: Schema.optional(Schema.String),
|
|
199
|
+
company: Schema.optional(Schema.String),
|
|
200
|
+
reportedCountry: Schema.optional(Schema.String),
|
|
201
|
+
reportedUserAgent: Schema.optional(Schema.String),
|
|
202
|
+
tele: Schema.optional(Schema.String),
|
|
203
|
+
title: Schema.optional(Schema.String),
|
|
204
|
+
}).pipe(Schema.encodeKeys({
|
|
205
|
+
act: "act",
|
|
206
|
+
address1: "address1",
|
|
207
|
+
agentName: "agent_name",
|
|
208
|
+
agree: "agree",
|
|
209
|
+
city: "city",
|
|
210
|
+
country: "country",
|
|
211
|
+
email: "email",
|
|
212
|
+
email2: "email2",
|
|
213
|
+
hostNotification: "host_notification",
|
|
214
|
+
name: "name",
|
|
215
|
+
originalWork: "original_work",
|
|
216
|
+
ownerNotification: "owner_notification",
|
|
217
|
+
signature: "signature",
|
|
218
|
+
state: "state",
|
|
219
|
+
urls: "urls",
|
|
220
|
+
comments: "comments",
|
|
221
|
+
company: "company",
|
|
222
|
+
reportedCountry: "reported_country",
|
|
223
|
+
reportedUserAgent: "reported_user_agent",
|
|
224
|
+
tele: "tele",
|
|
225
|
+
title: "title",
|
|
226
|
+
}), T.Http({
|
|
227
|
+
method: "POST",
|
|
228
|
+
path: "/accounts/{account_id}/abuse-reports/{reportParam}",
|
|
229
|
+
}));
|
|
230
|
+
export const CreateAbuseReportResponse =
|
|
231
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.String;
|
|
232
|
+
export const createAbuseReport = API.make(() => ({
|
|
233
|
+
input: CreateAbuseReportRequest,
|
|
234
|
+
output: CreateAbuseReportResponse,
|
|
235
|
+
errors: [InvalidRequest],
|
|
236
|
+
}));
|
|
237
|
+
export const ListMitigationsRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
238
|
+
reportId: Schema.String.pipe(T.HttpPath("reportId")),
|
|
239
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
240
|
+
effectiveAfter: Schema.optional(Schema.String).pipe(T.HttpQuery("effective_after")),
|
|
241
|
+
effectiveBefore: Schema.optional(Schema.String).pipe(T.HttpQuery("effective_before")),
|
|
242
|
+
entityType: Schema.optional(Schema.Literals(["url_pattern", "account", "zone"])).pipe(T.HttpQuery("entity_type")),
|
|
243
|
+
sort: Schema.optional(Schema.Literals([
|
|
244
|
+
"type,asc",
|
|
245
|
+
"type,desc",
|
|
246
|
+
"effective_date,asc",
|
|
247
|
+
"effective_date,desc",
|
|
248
|
+
"status,asc",
|
|
249
|
+
"status,desc",
|
|
250
|
+
"entity_type,asc",
|
|
251
|
+
"entity_type,desc",
|
|
252
|
+
])).pipe(T.HttpQuery("sort")),
|
|
253
|
+
status: Schema.optional(Schema.Literals([
|
|
254
|
+
"pending",
|
|
255
|
+
"active",
|
|
256
|
+
"in_review",
|
|
257
|
+
"cancelled",
|
|
258
|
+
"removed",
|
|
259
|
+
])).pipe(T.HttpQuery("status")),
|
|
260
|
+
type: Schema.optional(Schema.Literals([
|
|
261
|
+
"legal_block",
|
|
262
|
+
"phishing_interstitial",
|
|
263
|
+
"network_block",
|
|
264
|
+
"rate_limit_cache",
|
|
265
|
+
"account_suspend",
|
|
266
|
+
"redirect_video_stream",
|
|
267
|
+
])).pipe(T.HttpQuery("type")),
|
|
268
|
+
}).pipe(T.Http({
|
|
269
|
+
method: "GET",
|
|
270
|
+
path: "/accounts/{account_id}/abuse-reports/{reportId}/mitigations",
|
|
271
|
+
}));
|
|
272
|
+
export const ListMitigationsResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Array(Schema.Struct({
|
|
273
|
+
mitigations: Schema.Array(Schema.Struct({
|
|
274
|
+
id: Schema.String,
|
|
275
|
+
effectiveDate: Schema.String,
|
|
276
|
+
entityId: Schema.String,
|
|
277
|
+
entityType: Schema.Literals(["url_pattern", "account", "zone"]),
|
|
278
|
+
status: Schema.Literals([
|
|
279
|
+
"pending",
|
|
280
|
+
"active",
|
|
281
|
+
"in_review",
|
|
282
|
+
"cancelled",
|
|
283
|
+
"removed",
|
|
284
|
+
]),
|
|
285
|
+
type: Schema.Literals([
|
|
286
|
+
"legal_block",
|
|
287
|
+
"phishing_interstitial",
|
|
288
|
+
"network_block",
|
|
289
|
+
"rate_limit_cache",
|
|
290
|
+
"account_suspend",
|
|
291
|
+
"redirect_video_stream",
|
|
292
|
+
]),
|
|
293
|
+
}).pipe(Schema.encodeKeys({
|
|
294
|
+
id: "id",
|
|
295
|
+
effectiveDate: "effective_date",
|
|
296
|
+
entityId: "entity_id",
|
|
297
|
+
entityType: "entity_type",
|
|
298
|
+
status: "status",
|
|
299
|
+
type: "type",
|
|
300
|
+
}))),
|
|
301
|
+
}));
|
|
302
|
+
export const listMitigations = API.make(() => ({
|
|
303
|
+
input: ListMitigationsRequest,
|
|
304
|
+
output: ListMitigationsResponse,
|
|
305
|
+
errors: [],
|
|
306
|
+
}));
|
|
307
|
+
export const ReviewMitigationRequest =
|
|
308
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
309
|
+
reportId: Schema.String.pipe(T.HttpPath("reportId")),
|
|
310
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
311
|
+
appeals: Schema.Array(Schema.Struct({
|
|
312
|
+
id: Schema.String,
|
|
313
|
+
reason: Schema.Literals(["removed", "misclassified"]),
|
|
314
|
+
})),
|
|
315
|
+
}).pipe(T.Http({
|
|
316
|
+
method: "POST",
|
|
317
|
+
path: "/accounts/{account_id}/abuse-reports/{reportId}/mitigations/appeal",
|
|
318
|
+
}));
|
|
319
|
+
export const ReviewMitigationResponse =
|
|
320
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Array(Schema.Struct({
|
|
321
|
+
id: Schema.String,
|
|
322
|
+
effectiveDate: Schema.String,
|
|
323
|
+
entityId: Schema.String,
|
|
324
|
+
entityType: Schema.Literals(["url_pattern", "account", "zone"]),
|
|
325
|
+
status: Schema.Literals([
|
|
326
|
+
"pending",
|
|
327
|
+
"active",
|
|
328
|
+
"in_review",
|
|
329
|
+
"cancelled",
|
|
330
|
+
"removed",
|
|
331
|
+
]),
|
|
332
|
+
type: Schema.Literals([
|
|
333
|
+
"legal_block",
|
|
334
|
+
"phishing_interstitial",
|
|
335
|
+
"network_block",
|
|
336
|
+
"rate_limit_cache",
|
|
337
|
+
"account_suspend",
|
|
338
|
+
"redirect_video_stream",
|
|
339
|
+
]),
|
|
340
|
+
}).pipe(Schema.encodeKeys({
|
|
341
|
+
id: "id",
|
|
342
|
+
effectiveDate: "effective_date",
|
|
343
|
+
entityId: "entity_id",
|
|
344
|
+
entityType: "entity_type",
|
|
345
|
+
status: "status",
|
|
346
|
+
type: "type",
|
|
347
|
+
})));
|
|
348
|
+
export const reviewMitigation = API.make(() => ({
|
|
349
|
+
input: ReviewMitigationRequest,
|
|
350
|
+
output: ReviewMitigationResponse,
|
|
351
|
+
errors: [],
|
|
352
|
+
}));
|
|
353
|
+
//# sourceMappingURL=abuse-reports.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"abuse-reports.js","sourceRoot":"","sources":["../../src/services/abuse-reports.ts"],"names":[],"mappings":"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"}
|