@distilled.cloud/cloudflare 0.0.0 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +41 -7
- 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 +245 -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 +37 -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/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 +68 -5
- package/src/auth.ts +14 -0
- package/src/category.ts +1 -0
- package/src/client/api.ts +329 -0
- package/src/client/index.ts +7 -0
- package/src/credentials.ts +30 -0
- package/src/errors.ts +57 -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 +58929 -0
- package/src/services/zones.ts +4875 -0
- package/src/traits.ts +47 -0
- package/bun.lock +0 -26
- package/index.ts +0 -1
- package/tsconfig.json +0 -29
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloudflare BRAND-PROTECTION API
|
|
3
|
+
*
|
|
4
|
+
* Generated from Cloudflare TypeScript SDK.
|
|
5
|
+
* DO NOT EDIT - regenerate with: bun scripts/generate.ts --service brand-protection
|
|
6
|
+
*/
|
|
7
|
+
import * as Schema from "effect/Schema";
|
|
8
|
+
import type * as HttpClient from "effect/unstable/http/HttpClient";
|
|
9
|
+
import * as API from "../client/api.ts";
|
|
10
|
+
import type { Credentials } from "../credentials";
|
|
11
|
+
import { type DefaultErrors } from "../errors";
|
|
12
|
+
export interface SubmitBrandProtectionRequest {
|
|
13
|
+
accountId: string;
|
|
14
|
+
}
|
|
15
|
+
export declare const SubmitBrandProtectionRequest: Schema.Schema<SubmitBrandProtectionRequest>;
|
|
16
|
+
export interface SubmitBrandProtectionResponse {
|
|
17
|
+
skippedUrls?: Record<string, unknown>[] | null;
|
|
18
|
+
submittedUrls?: Record<string, unknown>[] | null;
|
|
19
|
+
}
|
|
20
|
+
export declare const SubmitBrandProtectionResponse: Schema.Schema<SubmitBrandProtectionResponse>;
|
|
21
|
+
export type SubmitBrandProtectionError = DefaultErrors;
|
|
22
|
+
export declare const submitBrandProtection: API.OperationMethod<SubmitBrandProtectionRequest, SubmitBrandProtectionResponse, SubmitBrandProtectionError, Credentials | HttpClient.HttpClient>;
|
|
23
|
+
export interface UrlInfoBrandProtectionRequest {
|
|
24
|
+
accountId: string;
|
|
25
|
+
}
|
|
26
|
+
export declare const UrlInfoBrandProtectionRequest: Schema.Schema<UrlInfoBrandProtectionRequest>;
|
|
27
|
+
export type UrlInfoBrandProtectionResponse = Record<string, unknown>[];
|
|
28
|
+
export declare const UrlInfoBrandProtectionResponse: Schema.Schema<UrlInfoBrandProtectionResponse>;
|
|
29
|
+
export type UrlInfoBrandProtectionError = DefaultErrors;
|
|
30
|
+
export declare const urlInfoBrandProtection: API.OperationMethod<UrlInfoBrandProtectionRequest, UrlInfoBrandProtectionResponse, UrlInfoBrandProtectionError, Credentials | HttpClient.HttpClient>;
|
|
31
|
+
export interface CreateLogoRequest {
|
|
32
|
+
/** Path param: */
|
|
33
|
+
accountId: string;
|
|
34
|
+
/** Query param: */
|
|
35
|
+
matchType?: string;
|
|
36
|
+
/** Query param: */
|
|
37
|
+
tag?: string;
|
|
38
|
+
/** Query param: */
|
|
39
|
+
threshold?: number;
|
|
40
|
+
/** Body param: */
|
|
41
|
+
image?: File | Blob;
|
|
42
|
+
}
|
|
43
|
+
export declare const CreateLogoRequest: Schema.Schema<CreateLogoRequest>;
|
|
44
|
+
export interface CreateLogoResponse {
|
|
45
|
+
id?: number | null;
|
|
46
|
+
tag?: string | null;
|
|
47
|
+
uploadPath?: string | null;
|
|
48
|
+
}
|
|
49
|
+
export declare const CreateLogoResponse: Schema.Schema<CreateLogoResponse>;
|
|
50
|
+
export type CreateLogoError = DefaultErrors;
|
|
51
|
+
export declare const createLogo: API.OperationMethod<CreateLogoRequest, CreateLogoResponse, CreateLogoError, Credentials | HttpClient.HttpClient>;
|
|
52
|
+
export interface DeleteLogoRequest {
|
|
53
|
+
logoId: string;
|
|
54
|
+
accountId: string;
|
|
55
|
+
}
|
|
56
|
+
export declare const DeleteLogoRequest: Schema.Schema<DeleteLogoRequest>;
|
|
57
|
+
export type DeleteLogoResponse = unknown;
|
|
58
|
+
export declare const DeleteLogoResponse: Schema.Schema<unknown>;
|
|
59
|
+
export type DeleteLogoError = DefaultErrors;
|
|
60
|
+
export declare const deleteLogo: API.OperationMethod<DeleteLogoRequest, DeleteLogoResponse, DeleteLogoError, Credentials | HttpClient.HttpClient>;
|
|
61
|
+
export interface GetLogoMatchRequest {
|
|
62
|
+
/** Path param: */
|
|
63
|
+
accountId: string;
|
|
64
|
+
/** Query param: */
|
|
65
|
+
limit?: string;
|
|
66
|
+
/** Query param: */
|
|
67
|
+
logoId?: string[];
|
|
68
|
+
/** Query param: */
|
|
69
|
+
offset?: string;
|
|
70
|
+
}
|
|
71
|
+
export declare const GetLogoMatchRequest: Schema.Schema<GetLogoMatchRequest>;
|
|
72
|
+
export interface GetLogoMatchResponse {
|
|
73
|
+
matches?: Record<string, unknown>[] | null;
|
|
74
|
+
total?: number | null;
|
|
75
|
+
}
|
|
76
|
+
export declare const GetLogoMatchResponse: Schema.Schema<GetLogoMatchResponse>;
|
|
77
|
+
export type GetLogoMatchError = DefaultErrors;
|
|
78
|
+
export declare const getLogoMatch: API.OperationMethod<GetLogoMatchRequest, GetLogoMatchResponse, GetLogoMatchError, Credentials | HttpClient.HttpClient>;
|
|
79
|
+
export interface DownloadLogoMatchRequest {
|
|
80
|
+
/** Path param: */
|
|
81
|
+
accountId: string;
|
|
82
|
+
/** Query param: */
|
|
83
|
+
limit?: string;
|
|
84
|
+
/** Query param: */
|
|
85
|
+
logoId?: string[];
|
|
86
|
+
/** Query param: */
|
|
87
|
+
offset?: string;
|
|
88
|
+
}
|
|
89
|
+
export declare const DownloadLogoMatchRequest: Schema.Schema<DownloadLogoMatchRequest>;
|
|
90
|
+
export interface DownloadLogoMatchResponse {
|
|
91
|
+
matches?: Record<string, unknown>[] | null;
|
|
92
|
+
total?: number | null;
|
|
93
|
+
}
|
|
94
|
+
export declare const DownloadLogoMatchResponse: Schema.Schema<DownloadLogoMatchResponse>;
|
|
95
|
+
export type DownloadLogoMatchError = DefaultErrors;
|
|
96
|
+
export declare const downloadLogoMatch: API.OperationMethod<DownloadLogoMatchRequest, DownloadLogoMatchResponse, DownloadLogoMatchError, Credentials | HttpClient.HttpClient>;
|
|
97
|
+
export interface GetMatchRequest {
|
|
98
|
+
/** Path param: */
|
|
99
|
+
accountId: string;
|
|
100
|
+
/** Query param: */
|
|
101
|
+
id?: string;
|
|
102
|
+
/** Query param: */
|
|
103
|
+
includeDomainId?: boolean;
|
|
104
|
+
/** Query param: */
|
|
105
|
+
limit?: number;
|
|
106
|
+
/** Query param: */
|
|
107
|
+
offset?: number;
|
|
108
|
+
}
|
|
109
|
+
export declare const GetMatchRequest: Schema.Schema<GetMatchRequest>;
|
|
110
|
+
export interface GetMatchResponse {
|
|
111
|
+
matches?: Record<string, unknown>[] | null;
|
|
112
|
+
total?: number | null;
|
|
113
|
+
}
|
|
114
|
+
export declare const GetMatchResponse: Schema.Schema<GetMatchResponse>;
|
|
115
|
+
export type GetMatchError = DefaultErrors;
|
|
116
|
+
export declare const getMatch: API.OperationMethod<GetMatchRequest, GetMatchResponse, GetMatchError, Credentials | HttpClient.HttpClient>;
|
|
117
|
+
export interface DownloadMatchRequest {
|
|
118
|
+
/** Path param: */
|
|
119
|
+
accountId: string;
|
|
120
|
+
/** Query param: */
|
|
121
|
+
id?: string;
|
|
122
|
+
/** Query param: */
|
|
123
|
+
includeDomainId?: boolean;
|
|
124
|
+
/** Query param: */
|
|
125
|
+
limit?: number;
|
|
126
|
+
/** Query param: */
|
|
127
|
+
offset?: number;
|
|
128
|
+
}
|
|
129
|
+
export declare const DownloadMatchRequest: Schema.Schema<DownloadMatchRequest>;
|
|
130
|
+
export interface DownloadMatchResponse {
|
|
131
|
+
matches?: Record<string, unknown>[] | null;
|
|
132
|
+
total?: number | null;
|
|
133
|
+
}
|
|
134
|
+
export declare const DownloadMatchResponse: Schema.Schema<DownloadMatchResponse>;
|
|
135
|
+
export type DownloadMatchError = DefaultErrors;
|
|
136
|
+
export declare const downloadMatch: API.OperationMethod<DownloadMatchRequest, DownloadMatchResponse, DownloadMatchError, Credentials | HttpClient.HttpClient>;
|
|
137
|
+
export interface CreateQueryRequest {
|
|
138
|
+
/** Path param: */
|
|
139
|
+
accountId: string;
|
|
140
|
+
/** Query param: */
|
|
141
|
+
id?: string;
|
|
142
|
+
/** Query param: */
|
|
143
|
+
queryScan?: boolean;
|
|
144
|
+
/** Query param: */
|
|
145
|
+
queryTag?: string;
|
|
146
|
+
/** Body param: */
|
|
147
|
+
maxTime?: string | null;
|
|
148
|
+
/** Body param: */
|
|
149
|
+
minTime?: string | null;
|
|
150
|
+
/** Body param: */
|
|
151
|
+
bodyScan?: boolean;
|
|
152
|
+
/** Body param: */
|
|
153
|
+
stringMatches?: unknown;
|
|
154
|
+
/** Body param: */
|
|
155
|
+
bodyTag?: string;
|
|
156
|
+
}
|
|
157
|
+
export declare const CreateQueryRequest: Schema.Schema<CreateQueryRequest>;
|
|
158
|
+
export type CreateQueryResponse = unknown;
|
|
159
|
+
export declare const CreateQueryResponse: Schema.Schema<unknown>;
|
|
160
|
+
export type CreateQueryError = DefaultErrors;
|
|
161
|
+
export declare const createQuery: API.OperationMethod<CreateQueryRequest, CreateQueryResponse, CreateQueryError, Credentials | HttpClient.HttpClient>;
|
|
162
|
+
export interface DeleteQueryRequest {
|
|
163
|
+
/** Path param: */
|
|
164
|
+
accountId: string;
|
|
165
|
+
/** Query param: */
|
|
166
|
+
id?: string;
|
|
167
|
+
/** Query param: */
|
|
168
|
+
scan?: boolean;
|
|
169
|
+
/** Query param: */
|
|
170
|
+
tag?: string;
|
|
171
|
+
}
|
|
172
|
+
export declare const DeleteQueryRequest: Schema.Schema<DeleteQueryRequest>;
|
|
173
|
+
export type DeleteQueryResponse = unknown;
|
|
174
|
+
export declare const DeleteQueryResponse: Schema.Schema<unknown>;
|
|
175
|
+
export type DeleteQueryError = DefaultErrors;
|
|
176
|
+
export declare const deleteQuery: API.OperationMethod<DeleteQueryRequest, DeleteQueryResponse, DeleteQueryError, Credentials | HttpClient.HttpClient>;
|
|
177
|
+
export interface BulkQueryRequest {
|
|
178
|
+
/** Path param: */
|
|
179
|
+
accountId: string;
|
|
180
|
+
/** Body param: */
|
|
181
|
+
queries?: Record<string, unknown>[];
|
|
182
|
+
}
|
|
183
|
+
export declare const BulkQueryRequest: Schema.Schema<BulkQueryRequest>;
|
|
184
|
+
export type BulkQueryResponse = unknown;
|
|
185
|
+
export declare const BulkQueryResponse: Schema.Schema<unknown>;
|
|
186
|
+
export type BulkQueryError = DefaultErrors;
|
|
187
|
+
export declare const bulkQuery: API.OperationMethod<BulkQueryRequest, BulkQueryResponse, BulkQueryError, Credentials | HttpClient.HttpClient>;
|
|
188
|
+
//# sourceMappingURL=brand-protection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"brand-protection.d.ts","sourceRoot":"","sources":["../../src/services/brand-protection.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloudflare BRAND-PROTECTION API
|
|
3
|
+
*
|
|
4
|
+
* Generated from Cloudflare TypeScript SDK.
|
|
5
|
+
* DO NOT EDIT - regenerate with: bun scripts/generate.ts --service brand-protection
|
|
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
|
+
import { UploadableSchema } from "../schemas";
|
|
12
|
+
export const SubmitBrandProtectionRequest =
|
|
13
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
14
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
15
|
+
}).pipe(T.Http({
|
|
16
|
+
method: "POST",
|
|
17
|
+
path: "/accounts/{account_id}/brand-protection/submit",
|
|
18
|
+
}));
|
|
19
|
+
export const SubmitBrandProtectionResponse =
|
|
20
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
21
|
+
skippedUrls: Schema.optional(Schema.Union([Schema.Array(Schema.Struct({})), Schema.Null])),
|
|
22
|
+
submittedUrls: Schema.optional(Schema.Union([Schema.Array(Schema.Struct({})), Schema.Null])),
|
|
23
|
+
}).pipe(Schema.encodeKeys({
|
|
24
|
+
skippedUrls: "skipped_urls",
|
|
25
|
+
submittedUrls: "submitted_urls",
|
|
26
|
+
}));
|
|
27
|
+
export const submitBrandProtection = API.make(() => ({
|
|
28
|
+
input: SubmitBrandProtectionRequest,
|
|
29
|
+
output: SubmitBrandProtectionResponse,
|
|
30
|
+
errors: [],
|
|
31
|
+
}));
|
|
32
|
+
export const UrlInfoBrandProtectionRequest =
|
|
33
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
34
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
35
|
+
}).pipe(T.Http({
|
|
36
|
+
method: "GET",
|
|
37
|
+
path: "/accounts/{account_id}/brand-protection/url-info",
|
|
38
|
+
}));
|
|
39
|
+
export const UrlInfoBrandProtectionResponse =
|
|
40
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Array(Schema.Struct({}));
|
|
41
|
+
export const urlInfoBrandProtection = API.make(() => ({
|
|
42
|
+
input: UrlInfoBrandProtectionRequest,
|
|
43
|
+
output: UrlInfoBrandProtectionResponse,
|
|
44
|
+
errors: [],
|
|
45
|
+
}));
|
|
46
|
+
export const CreateLogoRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
47
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
48
|
+
matchType: Schema.optional(Schema.String).pipe(T.HttpQuery("match_type")),
|
|
49
|
+
tag: Schema.optional(Schema.String).pipe(T.HttpQuery("tag")),
|
|
50
|
+
threshold: Schema.optional(Schema.Number).pipe(T.HttpQuery("threshold")),
|
|
51
|
+
image: Schema.optional(UploadableSchema.pipe(T.HttpFormDataFile())),
|
|
52
|
+
}).pipe(T.Http({
|
|
53
|
+
method: "POST",
|
|
54
|
+
path: "/accounts/{account_id}/brand-protection/logos",
|
|
55
|
+
contentType: "multipart",
|
|
56
|
+
}));
|
|
57
|
+
export const CreateLogoResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
58
|
+
id: Schema.optional(Schema.Union([Schema.Number, Schema.Null])),
|
|
59
|
+
tag: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
60
|
+
uploadPath: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
61
|
+
}).pipe(Schema.encodeKeys({ id: "id", tag: "tag", uploadPath: "upload_path" }));
|
|
62
|
+
export const createLogo = API.make(() => ({
|
|
63
|
+
input: CreateLogoRequest,
|
|
64
|
+
output: CreateLogoResponse,
|
|
65
|
+
errors: [],
|
|
66
|
+
}));
|
|
67
|
+
export const DeleteLogoRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
68
|
+
logoId: Schema.String.pipe(T.HttpPath("logoId")),
|
|
69
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
70
|
+
}).pipe(T.Http({
|
|
71
|
+
method: "DELETE",
|
|
72
|
+
path: "/accounts/{account_id}/brand-protection/logos/{logoId}",
|
|
73
|
+
}));
|
|
74
|
+
export const DeleteLogoResponse =
|
|
75
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Unknown;
|
|
76
|
+
export const deleteLogo = API.make(() => ({
|
|
77
|
+
input: DeleteLogoRequest,
|
|
78
|
+
output: DeleteLogoResponse,
|
|
79
|
+
errors: [],
|
|
80
|
+
}));
|
|
81
|
+
export const GetLogoMatchRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
82
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
83
|
+
limit: Schema.optional(Schema.String).pipe(T.HttpQuery("limit")),
|
|
84
|
+
logoId: Schema.optional(Schema.Array(Schema.String)).pipe(T.HttpQuery("logo_id")),
|
|
85
|
+
offset: Schema.optional(Schema.String).pipe(T.HttpQuery("offset")),
|
|
86
|
+
}).pipe(T.Http({
|
|
87
|
+
method: "GET",
|
|
88
|
+
path: "/accounts/{account_id}/brand-protection/logo-matches",
|
|
89
|
+
}));
|
|
90
|
+
export const GetLogoMatchResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
91
|
+
matches: Schema.optional(Schema.Union([Schema.Array(Schema.Struct({})), Schema.Null])),
|
|
92
|
+
total: Schema.optional(Schema.Union([Schema.Number, Schema.Null])),
|
|
93
|
+
});
|
|
94
|
+
export const getLogoMatch = API.make(() => ({
|
|
95
|
+
input: GetLogoMatchRequest,
|
|
96
|
+
output: GetLogoMatchResponse,
|
|
97
|
+
errors: [],
|
|
98
|
+
}));
|
|
99
|
+
export const DownloadLogoMatchRequest =
|
|
100
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
101
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
102
|
+
limit: Schema.optional(Schema.String).pipe(T.HttpQuery("limit")),
|
|
103
|
+
logoId: Schema.optional(Schema.Array(Schema.String)).pipe(T.HttpQuery("logo_id")),
|
|
104
|
+
offset: Schema.optional(Schema.String).pipe(T.HttpQuery("offset")),
|
|
105
|
+
}).pipe(T.Http({
|
|
106
|
+
method: "GET",
|
|
107
|
+
path: "/accounts/{account_id}/brand-protection/logo-matches/download",
|
|
108
|
+
}));
|
|
109
|
+
export const DownloadLogoMatchResponse =
|
|
110
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
111
|
+
matches: Schema.optional(Schema.Union([Schema.Array(Schema.Struct({})), Schema.Null])),
|
|
112
|
+
total: Schema.optional(Schema.Union([Schema.Number, Schema.Null])),
|
|
113
|
+
});
|
|
114
|
+
export const downloadLogoMatch = API.make(() => ({
|
|
115
|
+
input: DownloadLogoMatchRequest,
|
|
116
|
+
output: DownloadLogoMatchResponse,
|
|
117
|
+
errors: [],
|
|
118
|
+
}));
|
|
119
|
+
export const GetMatchRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
120
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
121
|
+
id: Schema.optional(Schema.String).pipe(T.HttpQuery("id")),
|
|
122
|
+
includeDomainId: Schema.optional(Schema.Boolean).pipe(T.HttpQuery("include_domain_id")),
|
|
123
|
+
limit: Schema.optional(Schema.Number).pipe(T.HttpQuery("limit")),
|
|
124
|
+
offset: Schema.optional(Schema.Number).pipe(T.HttpQuery("offset")),
|
|
125
|
+
}).pipe(T.Http({
|
|
126
|
+
method: "GET",
|
|
127
|
+
path: "/accounts/{account_id}/brand-protection/matches",
|
|
128
|
+
}));
|
|
129
|
+
export const GetMatchResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
130
|
+
matches: Schema.optional(Schema.Union([Schema.Array(Schema.Struct({})), Schema.Null])),
|
|
131
|
+
total: Schema.optional(Schema.Union([Schema.Number, Schema.Null])),
|
|
132
|
+
});
|
|
133
|
+
export const getMatch = API.make(() => ({
|
|
134
|
+
input: GetMatchRequest,
|
|
135
|
+
output: GetMatchResponse,
|
|
136
|
+
errors: [],
|
|
137
|
+
}));
|
|
138
|
+
export const DownloadMatchRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
139
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
140
|
+
id: Schema.optional(Schema.String).pipe(T.HttpQuery("id")),
|
|
141
|
+
includeDomainId: Schema.optional(Schema.Boolean).pipe(T.HttpQuery("include_domain_id")),
|
|
142
|
+
limit: Schema.optional(Schema.Number).pipe(T.HttpQuery("limit")),
|
|
143
|
+
offset: Schema.optional(Schema.Number).pipe(T.HttpQuery("offset")),
|
|
144
|
+
}).pipe(T.Http({
|
|
145
|
+
method: "GET",
|
|
146
|
+
path: "/accounts/{account_id}/brand-protection/matches/download",
|
|
147
|
+
}));
|
|
148
|
+
export const DownloadMatchResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
149
|
+
matches: Schema.optional(Schema.Union([Schema.Array(Schema.Struct({})), Schema.Null])),
|
|
150
|
+
total: Schema.optional(Schema.Union([Schema.Number, Schema.Null])),
|
|
151
|
+
});
|
|
152
|
+
export const downloadMatch = API.make(() => ({
|
|
153
|
+
input: DownloadMatchRequest,
|
|
154
|
+
output: DownloadMatchResponse,
|
|
155
|
+
errors: [],
|
|
156
|
+
}));
|
|
157
|
+
export const CreateQueryRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
158
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
159
|
+
id: Schema.optional(Schema.String).pipe(T.HttpQuery("id")),
|
|
160
|
+
queryScan: Schema.optional(Schema.Boolean).pipe(T.HttpQuery("query_scan")),
|
|
161
|
+
queryTag: Schema.optional(Schema.String).pipe(T.HttpQuery("query_tag")),
|
|
162
|
+
maxTime: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
163
|
+
minTime: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
164
|
+
bodyScan: Schema.optional(Schema.Boolean),
|
|
165
|
+
stringMatches: Schema.optional(Schema.Unknown),
|
|
166
|
+
bodyTag: Schema.optional(Schema.String),
|
|
167
|
+
}).pipe(Schema.encodeKeys({
|
|
168
|
+
maxTime: "max_time",
|
|
169
|
+
minTime: "min_time",
|
|
170
|
+
bodyScan: "body_scan",
|
|
171
|
+
stringMatches: "string_matches",
|
|
172
|
+
bodyTag: "body_tag",
|
|
173
|
+
}), T.Http({
|
|
174
|
+
method: "POST",
|
|
175
|
+
path: "/accounts/{account_id}/brand-protection/queries",
|
|
176
|
+
}));
|
|
177
|
+
export const CreateQueryResponse =
|
|
178
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Unknown;
|
|
179
|
+
export const createQuery = API.make(() => ({
|
|
180
|
+
input: CreateQueryRequest,
|
|
181
|
+
output: CreateQueryResponse,
|
|
182
|
+
errors: [],
|
|
183
|
+
}));
|
|
184
|
+
export const DeleteQueryRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
185
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
186
|
+
id: Schema.optional(Schema.String).pipe(T.HttpQuery("id")),
|
|
187
|
+
scan: Schema.optional(Schema.Boolean).pipe(T.HttpQuery("scan")),
|
|
188
|
+
tag: Schema.optional(Schema.String).pipe(T.HttpQuery("tag")),
|
|
189
|
+
}).pipe(T.Http({
|
|
190
|
+
method: "DELETE",
|
|
191
|
+
path: "/accounts/{account_id}/brand-protection/queries",
|
|
192
|
+
}));
|
|
193
|
+
export const DeleteQueryResponse =
|
|
194
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Unknown;
|
|
195
|
+
export const deleteQuery = API.make(() => ({
|
|
196
|
+
input: DeleteQueryRequest,
|
|
197
|
+
output: DeleteQueryResponse,
|
|
198
|
+
errors: [],
|
|
199
|
+
}));
|
|
200
|
+
export const BulkQueryRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
201
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
202
|
+
queries: Schema.optional(Schema.Array(Schema.Struct({}))),
|
|
203
|
+
}).pipe(T.Http({
|
|
204
|
+
method: "POST",
|
|
205
|
+
path: "/accounts/{account_id}/brand-protection/queries/bulk",
|
|
206
|
+
}));
|
|
207
|
+
export const BulkQueryResponse =
|
|
208
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Unknown;
|
|
209
|
+
export const bulkQuery = API.make(() => ({
|
|
210
|
+
input: BulkQueryRequest,
|
|
211
|
+
output: BulkQueryResponse,
|
|
212
|
+
errors: [],
|
|
213
|
+
}));
|
|
214
|
+
//# sourceMappingURL=brand-protection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"brand-protection.js","sourceRoot":"","sources":["../../src/services/brand-protection.ts"],"names":[],"mappings":"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"}
|