@distilled.cloud/cloudflare 0.0.0-john
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +59 -0
- package/lib/auth.d.ts +14 -0
- package/lib/auth.d.ts.map +1 -0
- package/lib/auth.js +13 -0
- package/lib/auth.js.map +1 -0
- package/lib/category.d.ts +2 -0
- package/lib/category.d.ts.map +1 -0
- package/lib/category.js +2 -0
- package/lib/category.js.map +1 -0
- package/lib/client/api.d.ts +12 -0
- package/lib/client/api.d.ts.map +1 -0
- package/lib/client/api.js +292 -0
- package/lib/client/api.js.map +1 -0
- package/lib/client/index.d.ts +8 -0
- package/lib/client/index.d.ts.map +1 -0
- package/lib/client/index.js +8 -0
- package/lib/client/index.js.map +1 -0
- package/lib/credentials.d.ts +68 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +136 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +48 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +31 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +10 -0
- package/lib/index.js.map +1 -0
- package/lib/retry.d.ts +14 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +14 -0
- package/lib/retry.js.map +1 -0
- package/lib/schemas.d.ts +29 -0
- package/lib/schemas.d.ts.map +1 -0
- package/lib/schemas.js +34 -0
- package/lib/schemas.js.map +1 -0
- package/lib/sensitive.d.ts +5 -0
- package/lib/sensitive.d.ts.map +1 -0
- package/lib/sensitive.js +5 -0
- package/lib/sensitive.js.map +1 -0
- package/lib/services/abuse-reports.d.ts +296 -0
- package/lib/services/abuse-reports.d.ts.map +1 -0
- package/lib/services/abuse-reports.js +414 -0
- package/lib/services/abuse-reports.js.map +1 -0
- package/lib/services/accounts.d.ts +766 -0
- package/lib/services/accounts.d.ts.map +1 -0
- package/lib/services/accounts.js +860 -0
- package/lib/services/accounts.js.map +1 -0
- package/lib/services/acm.d.ts +73 -0
- package/lib/services/acm.d.ts.map +1 -0
- package/lib/services/acm.js +80 -0
- package/lib/services/acm.js.map +1 -0
- package/lib/services/addressing.d.ts +1321 -0
- package/lib/services/addressing.d.ts.map +1 -0
- package/lib/services/addressing.js +1863 -0
- package/lib/services/addressing.js.map +1 -0
- package/lib/services/ai-gateway.d.ts +1137 -0
- package/lib/services/ai-gateway.d.ts.map +1 -0
- package/lib/services/ai-gateway.js +1830 -0
- package/lib/services/ai-gateway.js.map +1 -0
- package/lib/services/ai.d.ts +297 -0
- package/lib/services/ai.d.ts.map +1 -0
- package/lib/services/ai.js +352 -0
- package/lib/services/ai.js.map +1 -0
- package/lib/services/aisearch.d.ts +1069 -0
- package/lib/services/aisearch.d.ts.map +1 -0
- package/lib/services/aisearch.js +2542 -0
- package/lib/services/aisearch.js.map +1 -0
- package/lib/services/alerting.d.ts +855 -0
- package/lib/services/alerting.d.ts.map +1 -0
- package/lib/services/alerting.js +1445 -0
- package/lib/services/alerting.js.map +1 -0
- package/lib/services/api-gateway.d.ts +1088 -0
- package/lib/services/api-gateway.d.ts.map +1 -0
- package/lib/services/api-gateway.js +1655 -0
- package/lib/services/api-gateway.js.map +1 -0
- package/lib/services/argo.d.ts +101 -0
- package/lib/services/argo.d.ts.map +1 -0
- package/lib/services/argo.js +113 -0
- package/lib/services/argo.js.map +1 -0
- package/lib/services/audit-logs.d.ts +46 -0
- package/lib/services/audit-logs.d.ts.map +1 -0
- package/lib/services/audit-logs.js +37 -0
- package/lib/services/audit-logs.js.map +1 -0
- package/lib/services/billing.d.ts +62 -0
- package/lib/services/billing.d.ts.map +1 -0
- package/lib/services/billing.js +102 -0
- package/lib/services/billing.js.map +1 -0
- package/lib/services/bot-management.d.ts +124 -0
- package/lib/services/bot-management.d.ts.map +1 -0
- package/lib/services/bot-management.js +262 -0
- package/lib/services/bot-management.js.map +1 -0
- package/lib/services/botnet-feed.d.ts +65 -0
- package/lib/services/botnet-feed.d.ts.map +1 -0
- package/lib/services/botnet-feed.js +88 -0
- package/lib/services/botnet-feed.js.map +1 -0
- package/lib/services/brand-protection.d.ts +194 -0
- package/lib/services/brand-protection.d.ts.map +1 -0
- package/lib/services/brand-protection.js +221 -0
- package/lib/services/brand-protection.js.map +1 -0
- package/lib/services/browser-rendering.d.ts +857 -0
- package/lib/services/browser-rendering.d.ts.map +1 -0
- package/lib/services/browser-rendering.js +1142 -0
- package/lib/services/browser-rendering.js.map +1 -0
- package/lib/services/cache.d.ts +287 -0
- package/lib/services/cache.d.ts.map +1 -0
- package/lib/services/cache.js +354 -0
- package/lib/services/cache.js.map +1 -0
- package/lib/services/calls.d.ts +223 -0
- package/lib/services/calls.d.ts.map +1 -0
- package/lib/services/calls.js +188 -0
- package/lib/services/calls.js.map +1 -0
- package/lib/services/certificate-authorities.d.ts +40 -0
- package/lib/services/certificate-authorities.d.ts.map +1 -0
- package/lib/services/certificate-authorities.js +49 -0
- package/lib/services/certificate-authorities.js.map +1 -0
- package/lib/services/client-certificates.d.ts +288 -0
- package/lib/services/client-certificates.d.ts.map +1 -0
- package/lib/services/client-certificates.js +379 -0
- package/lib/services/client-certificates.js.map +1 -0
- package/lib/services/cloud-connector.d.ts +88 -0
- package/lib/services/cloud-connector.d.ts.map +1 -0
- package/lib/services/cloud-connector.js +97 -0
- package/lib/services/cloud-connector.js.map +1 -0
- package/lib/services/cloudforce-one.d.ts +1387 -0
- package/lib/services/cloudforce-one.d.ts.map +1 -0
- package/lib/services/cloudforce-one.js +1741 -0
- package/lib/services/cloudforce-one.js.map +1 -0
- package/lib/services/connectivity.d.ts +291 -0
- package/lib/services/connectivity.d.ts.map +1 -0
- package/lib/services/connectivity.js +404 -0
- package/lib/services/connectivity.js.map +1 -0
- package/lib/services/content-scanning.d.ts +156 -0
- package/lib/services/content-scanning.d.ts.map +1 -0
- package/lib/services/content-scanning.js +175 -0
- package/lib/services/content-scanning.js.map +1 -0
- package/lib/services/custom-certificates.d.ts +240 -0
- package/lib/services/custom-certificates.d.ts.map +1 -0
- package/lib/services/custom-certificates.js +336 -0
- package/lib/services/custom-certificates.js.map +1 -0
- package/lib/services/custom-hostnames.d.ts +590 -0
- package/lib/services/custom-hostnames.d.ts.map +1 -0
- package/lib/services/custom-hostnames.js +1204 -0
- package/lib/services/custom-hostnames.js.map +1 -0
- package/lib/services/custom-nameservers.d.ts +87 -0
- package/lib/services/custom-nameservers.d.ts.map +1 -0
- package/lib/services/custom-nameservers.js +95 -0
- package/lib/services/custom-nameservers.js.map +1 -0
- package/lib/services/custom-pages.d.ts +89 -0
- package/lib/services/custom-pages.d.ts.map +1 -0
- package/lib/services/custom-pages.js +140 -0
- package/lib/services/custom-pages.js.map +1 -0
- package/lib/services/d1.d.ts +392 -0
- package/lib/services/d1.d.ts.map +1 -0
- package/lib/services/d1.js +487 -0
- package/lib/services/d1.js.map +1 -0
- package/lib/services/dcv-delegation.d.ts +24 -0
- package/lib/services/dcv-delegation.d.ts.map +1 -0
- package/lib/services/dcv-delegation.js +24 -0
- package/lib/services/dcv-delegation.js.map +1 -0
- package/lib/services/diagnostics.d.ts +208 -0
- package/lib/services/diagnostics.d.ts.map +1 -0
- package/lib/services/diagnostics.js +288 -0
- package/lib/services/diagnostics.js.map +1 -0
- package/lib/services/dns-firewall.d.ts +317 -0
- package/lib/services/dns-firewall.d.ts.map +1 -0
- package/lib/services/dns-firewall.js +400 -0
- package/lib/services/dns-firewall.js.map +1 -0
- package/lib/services/dns.d.ts +3065 -0
- package/lib/services/dns.d.ts.map +1 -0
- package/lib/services/dns.js +4627 -0
- package/lib/services/dns.js.map +1 -0
- package/lib/services/durable-objects.d.ts +92 -0
- package/lib/services/durable-objects.d.ts.map +1 -0
- package/lib/services/durable-objects.js +103 -0
- package/lib/services/durable-objects.js.map +1 -0
- package/lib/services/email-routing.d.ts +598 -0
- package/lib/services/email-routing.d.ts.map +1 -0
- package/lib/services/email-routing.js +715 -0
- package/lib/services/email-routing.js.map +1 -0
- package/lib/services/email-security.d.ts +1389 -0
- package/lib/services/email-security.d.ts.map +1 -0
- package/lib/services/email-security.js +2261 -0
- package/lib/services/email-security.js.map +1 -0
- package/lib/services/filters.d.ts +197 -0
- package/lib/services/filters.d.ts.map +1 -0
- package/lib/services/filters.js +168 -0
- package/lib/services/filters.js.map +1 -0
- package/lib/services/firewall.d.ts +1352 -0
- package/lib/services/firewall.d.ts.map +1 -0
- package/lib/services/firewall.js +2084 -0
- package/lib/services/firewall.js.map +1 -0
- package/lib/services/healthchecks.d.ts +507 -0
- package/lib/services/healthchecks.d.ts.map +1 -0
- package/lib/services/healthchecks.js +867 -0
- package/lib/services/healthchecks.js.map +1 -0
- package/lib/services/hostnames.d.ts +86 -0
- package/lib/services/hostnames.d.ts.map +1 -0
- package/lib/services/hostnames.js +111 -0
- package/lib/services/hostnames.js.map +1 -0
- package/lib/services/hyperdrive.d.ts +203 -0
- package/lib/services/hyperdrive.d.ts.map +1 -0
- package/lib/services/hyperdrive.js +300 -0
- package/lib/services/hyperdrive.js.map +1 -0
- package/lib/services/iam.d.ts +657 -0
- package/lib/services/iam.d.ts.map +1 -0
- package/lib/services/iam.js +843 -0
- package/lib/services/iam.js.map +1 -0
- package/lib/services/images.d.ts +427 -0
- package/lib/services/images.d.ts.map +1 -0
- package/lib/services/images.js +444 -0
- package/lib/services/images.js.map +1 -0
- package/lib/services/intel.d.ts +865 -0
- package/lib/services/intel.d.ts.map +1 -0
- package/lib/services/intel.js +1266 -0
- package/lib/services/intel.js.map +1 -0
- package/lib/services/ips.d.ts +28 -0
- package/lib/services/ips.d.ts.map +1 -0
- package/lib/services/ips.js +39 -0
- package/lib/services/ips.js.map +1 -0
- package/lib/services/keyless-certificates.d.ts +197 -0
- package/lib/services/keyless-certificates.d.ts.map +1 -0
- package/lib/services/keyless-certificates.js +229 -0
- package/lib/services/keyless-certificates.js.map +1 -0
- package/lib/services/kv.d.ts +369 -0
- package/lib/services/kv.d.ts.map +1 -0
- package/lib/services/kv.js +453 -0
- package/lib/services/kv.js.map +1 -0
- package/lib/services/leaked-credential-checks.d.ts +129 -0
- package/lib/services/leaked-credential-checks.d.ts.map +1 -0
- package/lib/services/leaked-credential-checks.js +138 -0
- package/lib/services/leaked-credential-checks.js.map +1 -0
- package/lib/services/load-balancers.d.ts +1973 -0
- package/lib/services/load-balancers.d.ts.map +1 -0
- package/lib/services/load-balancers.js +3181 -0
- package/lib/services/load-balancers.js.map +1 -0
- package/lib/services/logpush.d.ts +401 -0
- package/lib/services/logpush.d.ts.map +1 -0
- package/lib/services/logpush.js +732 -0
- package/lib/services/logpush.js.map +1 -0
- package/lib/services/logs.d.ts +125 -0
- package/lib/services/logs.d.ts.map +1 -0
- package/lib/services/logs.js +149 -0
- package/lib/services/logs.js.map +1 -0
- package/lib/services/magic-cloud-networking.d.ts +1892 -0
- package/lib/services/magic-cloud-networking.d.ts.map +1 -0
- package/lib/services/magic-cloud-networking.js +5291 -0
- package/lib/services/magic-cloud-networking.js.map +1 -0
- package/lib/services/magic-network-monitoring.d.ts +379 -0
- package/lib/services/magic-network-monitoring.d.ts.map +1 -0
- package/lib/services/magic-network-monitoring.js +557 -0
- package/lib/services/magic-network-monitoring.js.map +1 -0
- package/lib/services/magic-transit.d.ts +3886 -0
- package/lib/services/magic-transit.d.ts.map +1 -0
- package/lib/services/magic-transit.js +6284 -0
- package/lib/services/magic-transit.js.map +1 -0
- package/lib/services/managed-transforms.d.ts +79 -0
- package/lib/services/managed-transforms.d.ts.map +1 -0
- package/lib/services/managed-transforms.js +111 -0
- package/lib/services/managed-transforms.js.map +1 -0
- package/lib/services/memberships.d.ts +204 -0
- package/lib/services/memberships.d.ts.map +1 -0
- package/lib/services/memberships.js +308 -0
- package/lib/services/memberships.js.map +1 -0
- package/lib/services/mtls-certificates.d.ts +164 -0
- package/lib/services/mtls-certificates.d.ts.map +1 -0
- package/lib/services/mtls-certificates.js +192 -0
- package/lib/services/mtls-certificates.js.map +1 -0
- package/lib/services/network-interconnects.d.ts +410 -0
- package/lib/services/network-interconnects.d.ts.map +1 -0
- package/lib/services/network-interconnects.js +583 -0
- package/lib/services/network-interconnects.js.map +1 -0
- package/lib/services/organizations.d.ts +232 -0
- package/lib/services/organizations.d.ts.map +1 -0
- package/lib/services/organizations.js +370 -0
- package/lib/services/organizations.js.map +1 -0
- package/lib/services/origin-ca-certificates.d.ts +119 -0
- package/lib/services/origin-ca-certificates.d.ts.map +1 -0
- package/lib/services/origin-ca-certificates.js +183 -0
- package/lib/services/origin-ca-certificates.js.map +1 -0
- package/lib/services/origin-post-quantum-encryption.d.ts +50 -0
- package/lib/services/origin-post-quantum-encryption.d.ts.map +1 -0
- package/lib/services/origin-post-quantum-encryption.js +64 -0
- package/lib/services/origin-post-quantum-encryption.js.map +1 -0
- package/lib/services/origin-tls-client-auth.d.ts +308 -0
- package/lib/services/origin-tls-client-auth.d.ts.map +1 -0
- package/lib/services/origin-tls-client-auth.js +435 -0
- package/lib/services/origin-tls-client-auth.js.map +1 -0
- package/lib/services/page-rules.d.ts +773 -0
- package/lib/services/page-rules.d.ts.map +1 -0
- package/lib/services/page-rules.js +1373 -0
- package/lib/services/page-rules.js.map +1 -0
- package/lib/services/page-shield.d.ts +505 -0
- package/lib/services/page-shield.d.ts.map +1 -0
- package/lib/services/page-shield.js +520 -0
- package/lib/services/page-shield.js.map +1 -0
- package/lib/services/pages.d.ts +1949 -0
- package/lib/services/pages.d.ts.map +1 -0
- package/lib/services/pages.js +3030 -0
- package/lib/services/pages.js.map +1 -0
- package/lib/services/pipelines.d.ts +1716 -0
- package/lib/services/pipelines.d.ts.map +1 -0
- package/lib/services/pipelines.js +2991 -0
- package/lib/services/pipelines.js.map +1 -0
- package/lib/services/queues.d.ts +904 -0
- package/lib/services/queues.d.ts.map +1 -0
- package/lib/services/queues.js +1250 -0
- package/lib/services/queues.js.map +1 -0
- package/lib/services/r2-data-catalog.d.ts +341 -0
- package/lib/services/r2-data-catalog.d.ts.map +1 -0
- package/lib/services/r2-data-catalog.js +513 -0
- package/lib/services/r2-data-catalog.js.map +1 -0
- package/lib/services/r2.d.ts +1087 -0
- package/lib/services/r2.d.ts.map +1 -0
- package/lib/services/r2.js +1404 -0
- package/lib/services/r2.js.map +1 -0
- package/lib/services/radar.d.ts +9365 -0
- package/lib/services/radar.d.ts.map +1 -0
- package/lib/services/radar.js +20552 -0
- package/lib/services/radar.js.map +1 -0
- package/lib/services/rate-limits.d.ts +360 -0
- package/lib/services/rate-limits.d.ts.map +1 -0
- package/lib/services/rate-limits.js +545 -0
- package/lib/services/rate-limits.js.map +1 -0
- package/lib/services/realtime-kit.d.ts +2728 -0
- package/lib/services/realtime-kit.d.ts.map +1 -0
- package/lib/services/realtime-kit.js +5402 -0
- package/lib/services/realtime-kit.js.map +1 -0
- package/lib/services/registrar.d.ts +121 -0
- package/lib/services/registrar.d.ts.map +1 -0
- package/lib/services/registrar.js +167 -0
- package/lib/services/registrar.js.map +1 -0
- package/lib/services/request-tracers.d.ts +61 -0
- package/lib/services/request-tracers.d.ts.map +1 -0
- package/lib/services/request-tracers.js +85 -0
- package/lib/services/request-tracers.js.map +1 -0
- package/lib/services/resource-sharing.d.ts +622 -0
- package/lib/services/resource-sharing.d.ts.map +1 -0
- package/lib/services/resource-sharing.js +929 -0
- package/lib/services/resource-sharing.js.map +1 -0
- package/lib/services/rules.d.ts +346 -0
- package/lib/services/rules.d.ts.map +1 -0
- package/lib/services/rules.js +431 -0
- package/lib/services/rules.js.map +1 -0
- package/lib/services/rulesets.d.ts +3345 -0
- package/lib/services/rulesets.d.ts.map +1 -0
- package/lib/services/rulesets.js +7904 -0
- package/lib/services/rulesets.js.map +1 -0
- package/lib/services/rum.d.ts +314 -0
- package/lib/services/rum.d.ts.map +1 -0
- package/lib/services/rum.js +442 -0
- package/lib/services/rum.js.map +1 -0
- package/lib/services/schema-validation.d.ts +273 -0
- package/lib/services/schema-validation.d.ts.map +1 -0
- package/lib/services/schema-validation.js +365 -0
- package/lib/services/schema-validation.js.map +1 -0
- package/lib/services/secrets-store.d.ts +393 -0
- package/lib/services/secrets-store.d.ts.map +1 -0
- package/lib/services/secrets-store.js +452 -0
- package/lib/services/secrets-store.js.map +1 -0
- package/lib/services/security-center.d.ts +136 -0
- package/lib/services/security-center.d.ts.map +1 -0
- package/lib/services/security-center.js +196 -0
- package/lib/services/security-center.js.map +1 -0
- package/lib/services/security-txt.d.ts +105 -0
- package/lib/services/security-txt.d.ts.map +1 -0
- package/lib/services/security-txt.js +136 -0
- package/lib/services/security-txt.js.map +1 -0
- package/lib/services/snippets.d.ts +190 -0
- package/lib/services/snippets.d.ts.map +1 -0
- package/lib/services/snippets.js +221 -0
- package/lib/services/snippets.js.map +1 -0
- package/lib/services/spectrum.d.ts +350 -0
- package/lib/services/spectrum.d.ts.map +1 -0
- package/lib/services/spectrum.js +535 -0
- package/lib/services/spectrum.js.map +1 -0
- package/lib/services/speed.d.ts +257 -0
- package/lib/services/speed.d.ts.map +1 -0
- package/lib/services/speed.js +471 -0
- package/lib/services/speed.js.map +1 -0
- package/lib/services/ssl.d.ts +412 -0
- package/lib/services/ssl.d.ts.map +1 -0
- package/lib/services/ssl.js +755 -0
- package/lib/services/ssl.js.map +1 -0
- package/lib/services/stream.d.ts +1110 -0
- package/lib/services/stream.d.ts.map +1 -0
- package/lib/services/stream.js +1085 -0
- package/lib/services/stream.js.map +1 -0
- package/lib/services/token-validation.d.ts +662 -0
- package/lib/services/token-validation.d.ts.map +1 -0
- package/lib/services/token-validation.js +834 -0
- package/lib/services/token-validation.js.map +1 -0
- package/lib/services/turnstile.d.ts +272 -0
- package/lib/services/turnstile.d.ts.map +1 -0
- package/lib/services/turnstile.js +339 -0
- package/lib/services/turnstile.js.map +1 -0
- package/lib/services/url-normalization.d.ts +53 -0
- package/lib/services/url-normalization.d.ts.map +1 -0
- package/lib/services/url-normalization.js +52 -0
- package/lib/services/url-normalization.js.map +1 -0
- package/lib/services/url-scanner.d.ts +612 -0
- package/lib/services/url-scanner.d.ts.map +1 -0
- package/lib/services/url-scanner.js +915 -0
- package/lib/services/url-scanner.js.map +1 -0
- package/lib/services/user.d.ts +507 -0
- package/lib/services/user.d.ts.map +1 -0
- package/lib/services/user.js +634 -0
- package/lib/services/user.js.map +1 -0
- package/lib/services/vectorize.d.ts +297 -0
- package/lib/services/vectorize.d.ts.map +1 -0
- package/lib/services/vectorize.js +351 -0
- package/lib/services/vectorize.js.map +1 -0
- package/lib/services/waiting-rooms.d.ts +1149 -0
- package/lib/services/waiting-rooms.d.ts.map +1 -0
- package/lib/services/waiting-rooms.js +1859 -0
- package/lib/services/waiting-rooms.js.map +1 -0
- package/lib/services/web3.d.ts +289 -0
- package/lib/services/web3.d.ts.map +1 -0
- package/lib/services/web3.js +381 -0
- package/lib/services/web3.js.map +1 -0
- package/lib/services/workers-for-platforms.d.ts +1394 -0
- package/lib/services/workers-for-platforms.d.ts.map +1 -0
- package/lib/services/workers-for-platforms.js +2121 -0
- package/lib/services/workers-for-platforms.js.map +1 -0
- package/lib/services/workers.d.ts +3827 -0
- package/lib/services/workers.d.ts.map +1 -0
- package/lib/services/workers.js +6105 -0
- package/lib/services/workers.js.map +1 -0
- package/lib/services/workflows.d.ts +442 -0
- package/lib/services/workflows.d.ts.map +1 -0
- package/lib/services/workflows.js +599 -0
- package/lib/services/workflows.js.map +1 -0
- package/lib/services/zaraz.d.ts +312 -0
- package/lib/services/zaraz.d.ts.map +1 -0
- package/lib/services/zaraz.js +305 -0
- package/lib/services/zaraz.js.map +1 -0
- package/lib/services/zero-trust.d.ts +18235 -0
- package/lib/services/zero-trust.d.ts.map +1 -0
- package/lib/services/zero-trust.js +30268 -0
- package/lib/services/zero-trust.js.map +1 -0
- package/lib/services/zones.d.ts +1382 -0
- package/lib/services/zones.d.ts.map +1 -0
- package/lib/services/zones.js +2477 -0
- package/lib/services/zones.js.map +1 -0
- package/lib/traits.d.ts +28 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +26 -0
- package/lib/traits.js.map +1 -0
- package/package.json +82 -0
- package/src/auth.ts +15 -0
- package/src/category.ts +1 -0
- package/src/client/api.ts +421 -0
- package/src/client/index.ts +7 -0
- package/src/credentials.ts +271 -0
- package/src/errors.ts +73 -0
- package/src/index.ts +9 -0
- package/src/retry.ts +35 -0
- package/src/schemas.ts +51 -0
- package/src/sensitive.ts +4 -0
- package/src/services/abuse-reports.ts +955 -0
- package/src/services/accounts.ts +2152 -0
- package/src/services/acm.ts +178 -0
- package/src/services/addressing.ts +4262 -0
- package/src/services/ai-gateway.ts +3773 -0
- package/src/services/ai.ts +901 -0
- package/src/services/aisearch.ts +5215 -0
- package/src/services/alerting.ts +3303 -0
- package/src/services/api-gateway.ts +3890 -0
- package/src/services/argo.ts +270 -0
- package/src/services/audit-logs.ts +90 -0
- package/src/services/billing.ts +176 -0
- package/src/services/bot-management.ts +545 -0
- package/src/services/botnet-feed.ts +205 -0
- package/src/services/brand-protection.ts +575 -0
- package/src/services/browser-rendering.ts +2720 -0
- package/src/services/cache.ts +877 -0
- package/src/services/calls.ts +548 -0
- package/src/services/certificate-authorities.ts +114 -0
- package/src/services/client-certificates.ts +815 -0
- package/src/services/cloud-connector.ts +248 -0
- package/src/services/cloudforce-one.ts +4104 -0
- package/src/services/connectivity.ts +706 -0
- package/src/services/content-scanning.ts +458 -0
- package/src/services/custom-certificates.ts +690 -0
- package/src/services/custom-hostnames.ts +2641 -0
- package/src/services/custom-nameservers.ts +235 -0
- package/src/services/custom-pages.ts +311 -0
- package/src/services/d1.ts +1208 -0
- package/src/services/dcv-delegation.ts +54 -0
- package/src/services/diagnostics.ts +677 -0
- package/src/services/dns-firewall.ts +904 -0
- package/src/services/dns.ts +9277 -0
- package/src/services/durable-objects.ts +237 -0
- package/src/services/email-routing.ts +1796 -0
- package/src/services/email-security.ts +5052 -0
- package/src/services/filters.ts +488 -0
- package/src/services/firewall.ts +4728 -0
- package/src/services/healthchecks.ts +1866 -0
- package/src/services/hostnames.ts +254 -0
- package/src/services/hyperdrive.ts +595 -0
- package/src/services/iam.ts +1969 -0
- package/src/services/images.ts +1180 -0
- package/src/services/intel.ts +3072 -0
- package/src/services/ips.ts +88 -0
- package/src/services/keyless-certificates.ts +509 -0
- package/src/services/kv.ts +1129 -0
- package/src/services/leaked-credential-checks.ts +364 -0
- package/src/services/load-balancers.ts +6993 -0
- package/src/services/logpush.ts +1695 -0
- package/src/services/logs.ts +389 -0
- package/src/services/magic-cloud-networking.ts +10747 -0
- package/src/services/magic-network-monitoring.ts +1200 -0
- package/src/services/magic-transit.ts +13673 -0
- package/src/services/managed-transforms.ts +245 -0
- package/src/services/memberships.ts +698 -0
- package/src/services/mtls-certificates.ts +444 -0
- package/src/services/network-interconnects.ts +1253 -0
- package/src/services/organizations.ts +738 -0
- package/src/services/origin-ca-certificates.ts +369 -0
- package/src/services/origin-post-quantum-encryption.ts +136 -0
- package/src/services/origin-tls-client-auth.ts +1002 -0
- package/src/services/page-rules.ts +2632 -0
- package/src/services/page-shield.ts +1371 -0
- package/src/services/pages.ts +6167 -0
- package/src/services/pipelines.ts +6455 -0
- package/src/services/queues.ts +2827 -0
- package/src/services/r2-data-catalog.ts +1151 -0
- package/src/services/r2.ts +3529 -0
- package/src/services/radar.ts +42836 -0
- package/src/services/rate-limits.ts +1252 -0
- package/src/services/realtime-kit.ts +11080 -0
- package/src/services/registrar.ts +390 -0
- package/src/services/request-tracers.ts +161 -0
- package/src/services/resource-sharing.ts +2082 -0
- package/src/services/rules.ts +953 -0
- package/src/services/rulesets.ts +15361 -0
- package/src/services/rum.ts +994 -0
- package/src/services/schema-validation.ts +869 -0
- package/src/services/secrets-store.ts +1050 -0
- package/src/services/security-center.ts +495 -0
- package/src/services/security-txt.ts +317 -0
- package/src/services/snippets.ts +562 -0
- package/src/services/spectrum.ts +1190 -0
- package/src/services/speed.ts +1154 -0
- package/src/services/ssl.ts +1714 -0
- package/src/services/stream.ts +3008 -0
- package/src/services/token-validation.ts +1825 -0
- package/src/services/turnstile.ts +725 -0
- package/src/services/url-normalization.ts +133 -0
- package/src/services/url-scanner.ts +1851 -0
- package/src/services/user.ts +1587 -0
- package/src/services/vectorize.ts +875 -0
- package/src/services/waiting-rooms.ts +4216 -0
- package/src/services/web3.ts +899 -0
- package/src/services/workers-for-platforms.ts +4134 -0
- package/src/services/workers.ts +12298 -0
- package/src/services/workflows.ts +1372 -0
- package/src/services/zaraz.ts +833 -0
- package/src/services/zero-trust.ts +64685 -0
- package/src/services/zones.ts +5106 -0
- package/src/traits.ts +47 -0
|
@@ -0,0 +1,360 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloudflare RATE-LIMITS API
|
|
3
|
+
*
|
|
4
|
+
* Generated from Cloudflare TypeScript SDK.
|
|
5
|
+
* DO NOT EDIT - regenerate with: bun scripts/generate.ts --service rate-limits
|
|
6
|
+
*/
|
|
7
|
+
import * as stream from "effect/Stream";
|
|
8
|
+
import * as Schema from "effect/Schema";
|
|
9
|
+
import type * as HttpClient from "effect/unstable/http/HttpClient";
|
|
10
|
+
import * as API from "../client/api.ts";
|
|
11
|
+
import type { Credentials } from "../credentials.ts";
|
|
12
|
+
import { type DefaultErrors } from "../errors.ts";
|
|
13
|
+
export interface GetRateLimitRequest {
|
|
14
|
+
rateLimitId: string;
|
|
15
|
+
/** Defines an identifier. */
|
|
16
|
+
zoneId: string;
|
|
17
|
+
}
|
|
18
|
+
export declare const GetRateLimitRequest: Schema.Schema<GetRateLimitRequest>;
|
|
19
|
+
export interface GetRateLimitResponse {
|
|
20
|
+
/** The unique identifier of the rate limit. */
|
|
21
|
+
id?: string | null;
|
|
22
|
+
/** The action to perform when the threshold of matched traffic within the configured period is exceeded. */
|
|
23
|
+
action?: {
|
|
24
|
+
mode?: "simulate" | "ban" | "challenge" | "js_challenge" | "managed_challenge" | null;
|
|
25
|
+
response?: {
|
|
26
|
+
body?: string | null;
|
|
27
|
+
contentType?: string | null;
|
|
28
|
+
} | null;
|
|
29
|
+
timeout?: number | null;
|
|
30
|
+
} | null;
|
|
31
|
+
/** Criteria specifying when the current rate limit should be bypassed. You can specify that the rate limit should not apply to one or more URLs. */
|
|
32
|
+
bypass?: {
|
|
33
|
+
name?: "url" | null;
|
|
34
|
+
value?: string | null;
|
|
35
|
+
}[] | null;
|
|
36
|
+
/** An informative summary of the rule. This value is sanitized and any tags will be removed. */
|
|
37
|
+
description?: string | null;
|
|
38
|
+
/** When true, indicates that the rate limit is currently disabled. */
|
|
39
|
+
disabled?: boolean | null;
|
|
40
|
+
/** Determines which traffic the rate limit counts towards the threshold. */
|
|
41
|
+
match?: {
|
|
42
|
+
headers?: {
|
|
43
|
+
name?: string | null;
|
|
44
|
+
op?: "eq" | "ne" | null;
|
|
45
|
+
value?: string | null;
|
|
46
|
+
}[] | null;
|
|
47
|
+
request?: {
|
|
48
|
+
methods?: ("GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "_ALL_")[] | null;
|
|
49
|
+
schemes?: string[] | null;
|
|
50
|
+
url?: string | null;
|
|
51
|
+
} | null;
|
|
52
|
+
response?: {
|
|
53
|
+
originTraffic?: boolean | null;
|
|
54
|
+
} | null;
|
|
55
|
+
} | null;
|
|
56
|
+
/** The time in seconds (an integer value) to count matching traffic. If the count exceeds the configured threshold within this period, Cloudflare will perform the configured action. */
|
|
57
|
+
period?: number | null;
|
|
58
|
+
/** The threshold that will trigger the configured mitigation action. Configure this value along with the `period` property to establish a threshold per period. */
|
|
59
|
+
threshold?: number | null;
|
|
60
|
+
}
|
|
61
|
+
export declare const GetRateLimitResponse: Schema.Schema<GetRateLimitResponse>;
|
|
62
|
+
export type GetRateLimitError = DefaultErrors;
|
|
63
|
+
export declare const getRateLimit: API.OperationMethod<GetRateLimitRequest, GetRateLimitResponse, GetRateLimitError, Credentials | HttpClient.HttpClient>;
|
|
64
|
+
export interface ListRateLimitsRequest {
|
|
65
|
+
/** Path param: Defines an identifier. */
|
|
66
|
+
zoneId: string;
|
|
67
|
+
}
|
|
68
|
+
export declare const ListRateLimitsRequest: Schema.Schema<ListRateLimitsRequest>;
|
|
69
|
+
export interface ListRateLimitsResponse {
|
|
70
|
+
result: {
|
|
71
|
+
id?: string | null;
|
|
72
|
+
action?: {
|
|
73
|
+
mode?: "simulate" | "ban" | "challenge" | "js_challenge" | "managed_challenge" | null;
|
|
74
|
+
response?: {
|
|
75
|
+
body?: string | null;
|
|
76
|
+
contentType?: string | null;
|
|
77
|
+
} | null;
|
|
78
|
+
timeout?: number | null;
|
|
79
|
+
} | null;
|
|
80
|
+
bypass?: {
|
|
81
|
+
name?: "url" | null;
|
|
82
|
+
value?: string | null;
|
|
83
|
+
}[] | null;
|
|
84
|
+
description?: string | null;
|
|
85
|
+
disabled?: boolean | null;
|
|
86
|
+
match?: {
|
|
87
|
+
headers?: {
|
|
88
|
+
name?: string | null;
|
|
89
|
+
op?: "eq" | "ne" | null;
|
|
90
|
+
value?: string | null;
|
|
91
|
+
}[] | null;
|
|
92
|
+
request?: {
|
|
93
|
+
methods?: ("GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "_ALL_")[] | null;
|
|
94
|
+
schemes?: string[] | null;
|
|
95
|
+
url?: string | null;
|
|
96
|
+
} | null;
|
|
97
|
+
response?: {
|
|
98
|
+
originTraffic?: boolean | null;
|
|
99
|
+
} | null;
|
|
100
|
+
} | null;
|
|
101
|
+
period?: number | null;
|
|
102
|
+
threshold?: number | null;
|
|
103
|
+
}[];
|
|
104
|
+
resultInfo: {
|
|
105
|
+
count?: number | null;
|
|
106
|
+
page?: number | null;
|
|
107
|
+
perPage?: number | null;
|
|
108
|
+
totalCount?: number | null;
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
export declare const ListRateLimitsResponse: Schema.Schema<ListRateLimitsResponse>;
|
|
112
|
+
export type ListRateLimitsError = DefaultErrors;
|
|
113
|
+
export declare const listRateLimits: API.PaginatedOperationMethod<ListRateLimitsRequest, ListRateLimitsResponse, ListRateLimitsError, Credentials | HttpClient.HttpClient> & {
|
|
114
|
+
pages: (input: ListRateLimitsRequest) => stream.Stream<ListRateLimitsResponse, ListRateLimitsError, Credentials | HttpClient.HttpClient>;
|
|
115
|
+
items: (input: ListRateLimitsRequest) => stream.Stream<{
|
|
116
|
+
id?: string | null;
|
|
117
|
+
action?: {
|
|
118
|
+
mode?: "simulate" | "ban" | "challenge" | "js_challenge" | "managed_challenge" | null;
|
|
119
|
+
response?: {
|
|
120
|
+
body?: string | null;
|
|
121
|
+
contentType?: string | null;
|
|
122
|
+
} | null;
|
|
123
|
+
timeout?: number | null;
|
|
124
|
+
} | null;
|
|
125
|
+
bypass?: {
|
|
126
|
+
name?: "url" | null;
|
|
127
|
+
value?: string | null;
|
|
128
|
+
}[] | null;
|
|
129
|
+
description?: string | null;
|
|
130
|
+
disabled?: boolean | null;
|
|
131
|
+
match?: {
|
|
132
|
+
headers?: {
|
|
133
|
+
name?: string | null;
|
|
134
|
+
op?: "eq" | "ne" | null;
|
|
135
|
+
value?: string | null;
|
|
136
|
+
}[] | null;
|
|
137
|
+
request?: {
|
|
138
|
+
methods?: ("GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "_ALL_")[] | null;
|
|
139
|
+
schemes?: string[] | null;
|
|
140
|
+
url?: string | null;
|
|
141
|
+
} | null;
|
|
142
|
+
response?: {
|
|
143
|
+
originTraffic?: boolean | null;
|
|
144
|
+
} | null;
|
|
145
|
+
} | null;
|
|
146
|
+
period?: number | null;
|
|
147
|
+
threshold?: number | null;
|
|
148
|
+
}, ListRateLimitsError, Credentials | HttpClient.HttpClient>;
|
|
149
|
+
};
|
|
150
|
+
export interface CreateRateLimitRequest {
|
|
151
|
+
/** Path param: Defines an identifier. */
|
|
152
|
+
zoneId: string;
|
|
153
|
+
/** Body param: The action to perform when the threshold of matched traffic within the configured period is exceeded. */
|
|
154
|
+
action: {
|
|
155
|
+
mode?: "simulate" | "ban" | "challenge" | "js_challenge" | "managed_challenge";
|
|
156
|
+
response?: {
|
|
157
|
+
body?: string;
|
|
158
|
+
contentType?: string;
|
|
159
|
+
};
|
|
160
|
+
timeout?: number;
|
|
161
|
+
};
|
|
162
|
+
/** Body param: Determines which traffic the rate limit counts towards the threshold. */
|
|
163
|
+
match: {
|
|
164
|
+
headers?: {
|
|
165
|
+
name?: string;
|
|
166
|
+
op?: "eq" | "ne";
|
|
167
|
+
value?: string;
|
|
168
|
+
}[];
|
|
169
|
+
request?: {
|
|
170
|
+
methods?: ("GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "_ALL_")[];
|
|
171
|
+
schemes?: string[];
|
|
172
|
+
url?: string;
|
|
173
|
+
};
|
|
174
|
+
response?: {
|
|
175
|
+
originTraffic?: boolean;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
/** Body param: The time in seconds (an integer value) to count matching traffic. If the count exceeds the configured threshold within this period, Cloudflare will perform the configured action. */
|
|
179
|
+
period: number;
|
|
180
|
+
/** Body param: The threshold that will trigger the configured mitigation action. Configure this value along with the `period` property to establish a threshold per period. */
|
|
181
|
+
threshold: number;
|
|
182
|
+
}
|
|
183
|
+
export declare const CreateRateLimitRequest: Schema.Schema<CreateRateLimitRequest>;
|
|
184
|
+
export interface CreateRateLimitResponse {
|
|
185
|
+
/** The unique identifier of the rate limit. */
|
|
186
|
+
id?: string | null;
|
|
187
|
+
/** The action to perform when the threshold of matched traffic within the configured period is exceeded. */
|
|
188
|
+
action?: {
|
|
189
|
+
mode?: "simulate" | "ban" | "challenge" | "js_challenge" | "managed_challenge" | null;
|
|
190
|
+
response?: {
|
|
191
|
+
body?: string | null;
|
|
192
|
+
contentType?: string | null;
|
|
193
|
+
} | null;
|
|
194
|
+
timeout?: number | null;
|
|
195
|
+
} | null;
|
|
196
|
+
/** Criteria specifying when the current rate limit should be bypassed. You can specify that the rate limit should not apply to one or more URLs. */
|
|
197
|
+
bypass?: {
|
|
198
|
+
name?: "url" | null;
|
|
199
|
+
value?: string | null;
|
|
200
|
+
}[] | null;
|
|
201
|
+
/** An informative summary of the rule. This value is sanitized and any tags will be removed. */
|
|
202
|
+
description?: string | null;
|
|
203
|
+
/** When true, indicates that the rate limit is currently disabled. */
|
|
204
|
+
disabled?: boolean | null;
|
|
205
|
+
/** Determines which traffic the rate limit counts towards the threshold. */
|
|
206
|
+
match?: {
|
|
207
|
+
headers?: {
|
|
208
|
+
name?: string | null;
|
|
209
|
+
op?: "eq" | "ne" | null;
|
|
210
|
+
value?: string | null;
|
|
211
|
+
}[] | null;
|
|
212
|
+
request?: {
|
|
213
|
+
methods?: ("GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "_ALL_")[] | null;
|
|
214
|
+
schemes?: string[] | null;
|
|
215
|
+
url?: string | null;
|
|
216
|
+
} | null;
|
|
217
|
+
response?: {
|
|
218
|
+
originTraffic?: boolean | null;
|
|
219
|
+
} | null;
|
|
220
|
+
} | null;
|
|
221
|
+
/** The time in seconds (an integer value) to count matching traffic. If the count exceeds the configured threshold within this period, Cloudflare will perform the configured action. */
|
|
222
|
+
period?: number | null;
|
|
223
|
+
/** The threshold that will trigger the configured mitigation action. Configure this value along with the `period` property to establish a threshold per period. */
|
|
224
|
+
threshold?: number | null;
|
|
225
|
+
}
|
|
226
|
+
export declare const CreateRateLimitResponse: Schema.Schema<CreateRateLimitResponse>;
|
|
227
|
+
export type CreateRateLimitError = DefaultErrors;
|
|
228
|
+
export declare const createRateLimit: API.OperationMethod<CreateRateLimitRequest, CreateRateLimitResponse, CreateRateLimitError, Credentials | HttpClient.HttpClient>;
|
|
229
|
+
export interface DeleteRateLimitRequest {
|
|
230
|
+
rateLimitId: string;
|
|
231
|
+
/** Defines an identifier. */
|
|
232
|
+
zoneId: string;
|
|
233
|
+
}
|
|
234
|
+
export declare const DeleteRateLimitRequest: Schema.Schema<DeleteRateLimitRequest>;
|
|
235
|
+
export interface DeleteRateLimitResponse {
|
|
236
|
+
/** The unique identifier of the rate limit. */
|
|
237
|
+
id?: string | null;
|
|
238
|
+
/** The action to perform when the threshold of matched traffic within the configured period is exceeded. */
|
|
239
|
+
action?: {
|
|
240
|
+
mode?: "simulate" | "ban" | "challenge" | "js_challenge" | "managed_challenge" | null;
|
|
241
|
+
response?: {
|
|
242
|
+
body?: string | null;
|
|
243
|
+
contentType?: string | null;
|
|
244
|
+
} | null;
|
|
245
|
+
timeout?: number | null;
|
|
246
|
+
} | null;
|
|
247
|
+
/** Criteria specifying when the current rate limit should be bypassed. You can specify that the rate limit should not apply to one or more URLs. */
|
|
248
|
+
bypass?: {
|
|
249
|
+
name?: "url" | null;
|
|
250
|
+
value?: string | null;
|
|
251
|
+
}[] | null;
|
|
252
|
+
/** An informative summary of the rule. This value is sanitized and any tags will be removed. */
|
|
253
|
+
description?: string | null;
|
|
254
|
+
/** When true, indicates that the rate limit is currently disabled. */
|
|
255
|
+
disabled?: boolean | null;
|
|
256
|
+
/** Determines which traffic the rate limit counts towards the threshold. */
|
|
257
|
+
match?: {
|
|
258
|
+
headers?: {
|
|
259
|
+
name?: string | null;
|
|
260
|
+
op?: "eq" | "ne" | null;
|
|
261
|
+
value?: string | null;
|
|
262
|
+
}[] | null;
|
|
263
|
+
request?: {
|
|
264
|
+
methods?: ("GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "_ALL_")[] | null;
|
|
265
|
+
schemes?: string[] | null;
|
|
266
|
+
url?: string | null;
|
|
267
|
+
} | null;
|
|
268
|
+
response?: {
|
|
269
|
+
originTraffic?: boolean | null;
|
|
270
|
+
} | null;
|
|
271
|
+
} | null;
|
|
272
|
+
/** The time in seconds (an integer value) to count matching traffic. If the count exceeds the configured threshold within this period, Cloudflare will perform the configured action. */
|
|
273
|
+
period?: number | null;
|
|
274
|
+
/** The threshold that will trigger the configured mitigation action. Configure this value along with the `period` property to establish a threshold per period. */
|
|
275
|
+
threshold?: number | null;
|
|
276
|
+
}
|
|
277
|
+
export declare const DeleteRateLimitResponse: Schema.Schema<DeleteRateLimitResponse>;
|
|
278
|
+
export type DeleteRateLimitError = DefaultErrors;
|
|
279
|
+
export declare const deleteRateLimit: API.OperationMethod<DeleteRateLimitRequest, DeleteRateLimitResponse, DeleteRateLimitError, Credentials | HttpClient.HttpClient>;
|
|
280
|
+
export interface EditRateLimitRequest {
|
|
281
|
+
rateLimitId: string;
|
|
282
|
+
/** Path param: Defines an identifier. */
|
|
283
|
+
zoneId: string;
|
|
284
|
+
/** Body param: The action to perform when the threshold of matched traffic within the configured period is exceeded. */
|
|
285
|
+
action: {
|
|
286
|
+
mode?: "simulate" | "ban" | "challenge" | "js_challenge" | "managed_challenge";
|
|
287
|
+
response?: {
|
|
288
|
+
body?: string;
|
|
289
|
+
contentType?: string;
|
|
290
|
+
};
|
|
291
|
+
timeout?: number;
|
|
292
|
+
};
|
|
293
|
+
/** Body param: Determines which traffic the rate limit counts towards the threshold. */
|
|
294
|
+
match: {
|
|
295
|
+
headers?: {
|
|
296
|
+
name?: string;
|
|
297
|
+
op?: "eq" | "ne";
|
|
298
|
+
value?: string;
|
|
299
|
+
}[];
|
|
300
|
+
request?: {
|
|
301
|
+
methods?: ("GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "_ALL_")[];
|
|
302
|
+
schemes?: string[];
|
|
303
|
+
url?: string;
|
|
304
|
+
};
|
|
305
|
+
response?: {
|
|
306
|
+
originTraffic?: boolean;
|
|
307
|
+
};
|
|
308
|
+
};
|
|
309
|
+
/** Body param: The time in seconds (an integer value) to count matching traffic. If the count exceeds the configured threshold within this period, Cloudflare will perform the configured action. */
|
|
310
|
+
period: number;
|
|
311
|
+
/** Body param: The threshold that will trigger the configured mitigation action. Configure this value along with the `period` property to establish a threshold per period. */
|
|
312
|
+
threshold: number;
|
|
313
|
+
}
|
|
314
|
+
export declare const EditRateLimitRequest: Schema.Schema<EditRateLimitRequest>;
|
|
315
|
+
export interface EditRateLimitResponse {
|
|
316
|
+
/** The unique identifier of the rate limit. */
|
|
317
|
+
id?: string | null;
|
|
318
|
+
/** The action to perform when the threshold of matched traffic within the configured period is exceeded. */
|
|
319
|
+
action?: {
|
|
320
|
+
mode?: "simulate" | "ban" | "challenge" | "js_challenge" | "managed_challenge" | null;
|
|
321
|
+
response?: {
|
|
322
|
+
body?: string | null;
|
|
323
|
+
contentType?: string | null;
|
|
324
|
+
} | null;
|
|
325
|
+
timeout?: number | null;
|
|
326
|
+
} | null;
|
|
327
|
+
/** Criteria specifying when the current rate limit should be bypassed. You can specify that the rate limit should not apply to one or more URLs. */
|
|
328
|
+
bypass?: {
|
|
329
|
+
name?: "url" | null;
|
|
330
|
+
value?: string | null;
|
|
331
|
+
}[] | null;
|
|
332
|
+
/** An informative summary of the rule. This value is sanitized and any tags will be removed. */
|
|
333
|
+
description?: string | null;
|
|
334
|
+
/** When true, indicates that the rate limit is currently disabled. */
|
|
335
|
+
disabled?: boolean | null;
|
|
336
|
+
/** Determines which traffic the rate limit counts towards the threshold. */
|
|
337
|
+
match?: {
|
|
338
|
+
headers?: {
|
|
339
|
+
name?: string | null;
|
|
340
|
+
op?: "eq" | "ne" | null;
|
|
341
|
+
value?: string | null;
|
|
342
|
+
}[] | null;
|
|
343
|
+
request?: {
|
|
344
|
+
methods?: ("GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "_ALL_")[] | null;
|
|
345
|
+
schemes?: string[] | null;
|
|
346
|
+
url?: string | null;
|
|
347
|
+
} | null;
|
|
348
|
+
response?: {
|
|
349
|
+
originTraffic?: boolean | null;
|
|
350
|
+
} | null;
|
|
351
|
+
} | null;
|
|
352
|
+
/** The time in seconds (an integer value) to count matching traffic. If the count exceeds the configured threshold within this period, Cloudflare will perform the configured action. */
|
|
353
|
+
period?: number | null;
|
|
354
|
+
/** The threshold that will trigger the configured mitigation action. Configure this value along with the `period` property to establish a threshold per period. */
|
|
355
|
+
threshold?: number | null;
|
|
356
|
+
}
|
|
357
|
+
export declare const EditRateLimitResponse: Schema.Schema<EditRateLimitResponse>;
|
|
358
|
+
export type EditRateLimitError = DefaultErrors;
|
|
359
|
+
export declare const editRateLimit: API.OperationMethod<EditRateLimitRequest, EditRateLimitResponse, EditRateLimitError, Credentials | HttpClient.HttpClient>;
|
|
360
|
+
//# sourceMappingURL=rate-limits.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rate-limits.d.ts","sourceRoot":"","sources":["../../src/services/rate-limits.ts"],"names":[],"mappings":"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"}
|