@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,175 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloudflare CONTENT-SCANNING API
|
|
3
|
+
*
|
|
4
|
+
* Generated from Cloudflare TypeScript SDK.
|
|
5
|
+
* DO NOT EDIT - regenerate with: bun scripts/generate.ts --service content-scanning
|
|
6
|
+
*/
|
|
7
|
+
import * as stream from "effect/Stream";
|
|
8
|
+
import * as Schema from "effect/Schema";
|
|
9
|
+
import * as API from "../client/api.js";
|
|
10
|
+
import * as T from "../traits.js";
|
|
11
|
+
import {} from "../errors.js";
|
|
12
|
+
export const GetContentScanningRequest =
|
|
13
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
14
|
+
zoneId: Schema.String.pipe(T.HttpPath("zone_id")),
|
|
15
|
+
}).pipe(T.Http({
|
|
16
|
+
method: "GET",
|
|
17
|
+
path: "/zones/{zone_id}/content-upload-scan/settings",
|
|
18
|
+
}));
|
|
19
|
+
export const GetContentScanningResponse =
|
|
20
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
21
|
+
modified: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
22
|
+
value: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
23
|
+
}).pipe(T.ResponsePath("result"));
|
|
24
|
+
export const getContentScanning = API.make(() => ({
|
|
25
|
+
input: GetContentScanningRequest,
|
|
26
|
+
output: GetContentScanningResponse,
|
|
27
|
+
errors: [],
|
|
28
|
+
}));
|
|
29
|
+
export const CreateContentScanningRequest =
|
|
30
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
31
|
+
zoneId: Schema.String.pipe(T.HttpPath("zone_id")),
|
|
32
|
+
value: Schema.Literals(["enabled", "disabled"]),
|
|
33
|
+
}).pipe(T.Http({
|
|
34
|
+
method: "PUT",
|
|
35
|
+
path: "/zones/{zone_id}/content-upload-scan/settings",
|
|
36
|
+
}));
|
|
37
|
+
export const CreateContentScanningResponse =
|
|
38
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
39
|
+
modified: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
40
|
+
value: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
41
|
+
}).pipe(T.ResponsePath("result"));
|
|
42
|
+
export const createContentScanning = API.make(() => ({
|
|
43
|
+
input: CreateContentScanningRequest,
|
|
44
|
+
output: CreateContentScanningResponse,
|
|
45
|
+
errors: [],
|
|
46
|
+
}));
|
|
47
|
+
export const PutContentScanningRequest =
|
|
48
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
49
|
+
zoneId: Schema.String.pipe(T.HttpPath("zone_id")),
|
|
50
|
+
value: Schema.Literals(["enabled", "disabled"]),
|
|
51
|
+
}).pipe(T.Http({
|
|
52
|
+
method: "PUT",
|
|
53
|
+
path: "/zones/{zone_id}/content-upload-scan/settings",
|
|
54
|
+
}));
|
|
55
|
+
export const PutContentScanningResponse =
|
|
56
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
57
|
+
modified: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
58
|
+
value: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
59
|
+
}).pipe(T.ResponsePath("result"));
|
|
60
|
+
export const putContentScanning = API.make(() => ({
|
|
61
|
+
input: PutContentScanningRequest,
|
|
62
|
+
output: PutContentScanningResponse,
|
|
63
|
+
errors: [],
|
|
64
|
+
}));
|
|
65
|
+
export const EnableContentScanningRequest =
|
|
66
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
67
|
+
zoneId: Schema.String.pipe(T.HttpPath("zone_id")),
|
|
68
|
+
}).pipe(T.Http({
|
|
69
|
+
method: "POST",
|
|
70
|
+
path: "/zones/{zone_id}/content-upload-scan/enable",
|
|
71
|
+
}));
|
|
72
|
+
export const EnableContentScanningResponse =
|
|
73
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Unknown.pipe(T.ResponsePath("result"));
|
|
74
|
+
export const enableContentScanning = API.make(() => ({
|
|
75
|
+
input: EnableContentScanningRequest,
|
|
76
|
+
output: EnableContentScanningResponse,
|
|
77
|
+
errors: [],
|
|
78
|
+
}));
|
|
79
|
+
export const DisableContentScanningRequest =
|
|
80
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
81
|
+
zoneId: Schema.String.pipe(T.HttpPath("zone_id")),
|
|
82
|
+
}).pipe(T.Http({
|
|
83
|
+
method: "POST",
|
|
84
|
+
path: "/zones/{zone_id}/content-upload-scan/disable",
|
|
85
|
+
}));
|
|
86
|
+
export const DisableContentScanningResponse =
|
|
87
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Unknown.pipe(T.ResponsePath("result"));
|
|
88
|
+
export const disableContentScanning = API.make(() => ({
|
|
89
|
+
input: DisableContentScanningRequest,
|
|
90
|
+
output: DisableContentScanningResponse,
|
|
91
|
+
errors: [],
|
|
92
|
+
}));
|
|
93
|
+
export const ListPayloadsRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
94
|
+
zoneId: Schema.String.pipe(T.HttpPath("zone_id")),
|
|
95
|
+
}).pipe(T.Http({
|
|
96
|
+
method: "GET",
|
|
97
|
+
path: "/zones/{zone_id}/content-upload-scan/payloads",
|
|
98
|
+
}));
|
|
99
|
+
export const ListPayloadsResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
100
|
+
result: Schema.Array(Schema.Struct({
|
|
101
|
+
id: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
102
|
+
payload: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
103
|
+
})),
|
|
104
|
+
});
|
|
105
|
+
export const listPayloads = API.makePaginated(() => ({
|
|
106
|
+
input: ListPayloadsRequest,
|
|
107
|
+
output: ListPayloadsResponse,
|
|
108
|
+
errors: [],
|
|
109
|
+
pagination: {
|
|
110
|
+
mode: "single",
|
|
111
|
+
items: "result",
|
|
112
|
+
},
|
|
113
|
+
}));
|
|
114
|
+
export const CreatePayloadRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
115
|
+
zoneId: Schema.String.pipe(T.HttpPath("zone_id")),
|
|
116
|
+
body: Schema.Array(Schema.Struct({
|
|
117
|
+
payload: Schema.String,
|
|
118
|
+
})).pipe(T.HttpBody()),
|
|
119
|
+
}).pipe(T.Http({
|
|
120
|
+
method: "POST",
|
|
121
|
+
path: "/zones/{zone_id}/content-upload-scan/payloads",
|
|
122
|
+
}));
|
|
123
|
+
export const CreatePayloadResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
124
|
+
result: Schema.Array(Schema.Struct({
|
|
125
|
+
id: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
126
|
+
payload: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
127
|
+
})),
|
|
128
|
+
});
|
|
129
|
+
export const createPayload = API.makePaginated(() => ({
|
|
130
|
+
input: CreatePayloadRequest,
|
|
131
|
+
output: CreatePayloadResponse,
|
|
132
|
+
errors: [],
|
|
133
|
+
pagination: {
|
|
134
|
+
mode: "single",
|
|
135
|
+
items: "result",
|
|
136
|
+
},
|
|
137
|
+
}));
|
|
138
|
+
export const DeletePayloadRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
139
|
+
expressionId: Schema.String.pipe(T.HttpPath("expressionId")),
|
|
140
|
+
zoneId: Schema.String.pipe(T.HttpPath("zone_id")),
|
|
141
|
+
}).pipe(T.Http({
|
|
142
|
+
method: "DELETE",
|
|
143
|
+
path: "/zones/{zone_id}/content-upload-scan/payloads/{expressionId}",
|
|
144
|
+
}));
|
|
145
|
+
export const DeletePayloadResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
146
|
+
result: Schema.Array(Schema.Struct({
|
|
147
|
+
id: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
148
|
+
payload: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
149
|
+
})),
|
|
150
|
+
});
|
|
151
|
+
export const deletePayload = API.makePaginated(() => ({
|
|
152
|
+
input: DeletePayloadRequest,
|
|
153
|
+
output: DeletePayloadResponse,
|
|
154
|
+
errors: [],
|
|
155
|
+
pagination: {
|
|
156
|
+
mode: "single",
|
|
157
|
+
items: "result",
|
|
158
|
+
},
|
|
159
|
+
}));
|
|
160
|
+
export const GetSettingRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
161
|
+
zoneId: Schema.String.pipe(T.HttpPath("zone_id")),
|
|
162
|
+
}).pipe(T.Http({
|
|
163
|
+
method: "GET",
|
|
164
|
+
path: "/zones/{zone_id}/content-upload-scan/settings",
|
|
165
|
+
}));
|
|
166
|
+
export const GetSettingResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
167
|
+
modified: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
168
|
+
value: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
169
|
+
}).pipe(T.ResponsePath("result"));
|
|
170
|
+
export const getSetting = API.make(() => ({
|
|
171
|
+
input: GetSettingRequest,
|
|
172
|
+
output: GetSettingResponse,
|
|
173
|
+
errors: [],
|
|
174
|
+
}));
|
|
175
|
+
//# sourceMappingURL=content-scanning.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-scanning.js","sourceRoot":"","sources":["../../src/services/content-scanning.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,KAAK,GAAG,MAAM,kBAAkB,CAAC;AACxC,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AAElC,OAAO,EAAsB,MAAM,cAAc,CAAC;AAWlD,MAAM,CAAC,MAAM,yBAAyB;AACpC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;CAClD,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,IAAI,CAAC;IACL,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,+CAA+C;CACtD,CAAC,CACoD,CAAC;AAS3D,MAAM,CAAC,MAAM,0BAA0B;AACrC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,QAAQ,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;IACrE,KAAK,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;CACnE,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,YAAY,CAAC,QAAQ,CAAC,CAC+B,CAAC;AAI5D,MAAM,CAAC,MAAM,kBAAkB,GAKC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IAC9C,KAAK,EAAE,yBAAyB;IAChC,MAAM,EAAE,0BAA0B;IAClC,MAAM,EAAE,EAAE;CACX,CAAC,CAAC,CAAC;AASJ,MAAM,CAAC,MAAM,4BAA4B;AACvC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;IACjD,KAAK,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;CAChD,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,IAAI,CAAC;IACL,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,+CAA+C;CACtD,CAAC,CACuD,CAAC;AAS9D,MAAM,CAAC,MAAM,6BAA6B;AACxC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,QAAQ,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;IACrE,KAAK,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;CACnE,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,YAAY,CAAC,QAAQ,CAAC,CACkC,CAAC;AAI/D,MAAM,CAAC,MAAM,qBAAqB,GAKF,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IAC9C,KAAK,EAAE,4BAA4B;IACnC,MAAM,EAAE,6BAA6B;IACrC,MAAM,EAAE,EAAE;CACX,CAAC,CAAC,CAAC;AASJ,MAAM,CAAC,MAAM,yBAAyB;AACpC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;IACjD,KAAK,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;CAChD,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,IAAI,CAAC;IACL,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,+CAA+C;CACtD,CAAC,CACoD,CAAC;AAS3D,MAAM,CAAC,MAAM,0BAA0B;AACrC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,QAAQ,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;IACrE,KAAK,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;CACnE,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,YAAY,CAAC,QAAQ,CAAC,CAC+B,CAAC;AAI5D,MAAM,CAAC,MAAM,kBAAkB,GAKC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IAC9C,KAAK,EAAE,yBAAyB;IAChC,MAAM,EAAE,0BAA0B;IAClC,MAAM,EAAE,EAAE;CACX,CAAC,CAAC,CAAC;AAOJ,MAAM,CAAC,MAAM,4BAA4B;AACvC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;CAClD,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,IAAI,CAAC;IACL,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,6CAA6C;CACpD,CAAC,CACuD,CAAC;AAI9D,MAAM,CAAC,MAAM,6BAA6B;AACxC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAC7C,CAAC,CAAC,YAAY,CAAC,QAAQ,CAAC,CACkC,CAAC;AAI/D,MAAM,CAAC,MAAM,qBAAqB,GAKF,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IAC9C,KAAK,EAAE,4BAA4B;IACnC,MAAM,EAAE,6BAA6B;IACrC,MAAM,EAAE,EAAE;CACX,CAAC,CAAC,CAAC;AAOJ,MAAM,CAAC,MAAM,6BAA6B;AACxC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;CAClD,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,IAAI,CAAC;IACL,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,8CAA8C;CACrD,CAAC,CACwD,CAAC;AAI/D,MAAM,CAAC,MAAM,8BAA8B;AACzC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAC7C,CAAC,CAAC,YAAY,CAAC,QAAQ,CAAC,CACmC,CAAC;AAIhE,MAAM,CAAC,MAAM,sBAAsB,GAKH,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IAC9C,KAAK,EAAE,6BAA6B;IACpC,MAAM,EAAE,8BAA8B;IACtC,MAAM,EAAE,EAAE;CACX,CAAC,CAAC,CAAC;AAWJ,MAAM,CAAC,MAAM,mBAAmB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IAC3E,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;CAClD,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,IAAI,CAAC;IACL,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,+CAA+C;CACtD,CAAC,CAC8C,CAAC;AAMnD,MAAM,CAAC,MAAM,oBAAoB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IAC5E,MAAM,EAAE,MAAM,CAAC,KAAK,CAClB,MAAM,CAAC,MAAM,CAAC;QACZ,EAAE,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;QAC/D,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;KACrE,CAAC,CACH;CACF,CAAmD,CAAC;AAIrD,MAAM,CAAC,MAAM,YAAY,GAoBO,GAAG,CAAC,aAAa,CAAC,GAAG,EAAE,CAAC,CAAC;IACvD,KAAK,EAAE,mBAAmB;IAC1B,MAAM,EAAE,oBAAoB;IAC5B,MAAM,EAAE,EAAE;IACV,UAAU,EAAE;QACV,IAAI,EAAE,QAAQ;QACd,KAAK,EAAE,QAAQ;KACP;CACX,CAAC,CAAC,CAAC;AASJ,MAAM,CAAC,MAAM,oBAAoB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IAC5E,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;IACjD,IAAI,EAAE,MAAM,CAAC,KAAK,CAChB,MAAM,CAAC,MAAM,CAAC;QACZ,OAAO,EAAE,MAAM,CAAC,MAAM;KACvB,CAAC,CACH,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC;CACrB,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,IAAI,CAAC;IACL,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,+CAA+C;CACtD,CAAC,CAC+C,CAAC;AAMpD,MAAM,CAAC,MAAM,qBAAqB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IAC7E,MAAM,EAAE,MAAM,CAAC,KAAK,CAClB,MAAM,CAAC,MAAM,CAAC;QACZ,EAAE,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;QAC/D,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;KACrE,CAAC,CACH;CACF,CAAoD,CAAC;AAItD,MAAM,CAAC,MAAM,aAAa,GAoBM,GAAG,CAAC,aAAa,CAAC,GAAG,EAAE,CAAC,CAAC;IACvD,KAAK,EAAE,oBAAoB;IAC3B,MAAM,EAAE,qBAAqB;IAC7B,MAAM,EAAE,EAAE;IACV,UAAU,EAAE;QACV,IAAI,EAAE,QAAQ;QACd,KAAK,EAAE,QAAQ;KACP;CACX,CAAC,CAAC,CAAC;AAQJ,MAAM,CAAC,MAAM,oBAAoB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IAC5E,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAC;IAC5D,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;CAClD,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,IAAI,CAAC;IACL,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,8DAA8D;CACrE,CAAC,CAC+C,CAAC;AAMpD,MAAM,CAAC,MAAM,qBAAqB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IAC7E,MAAM,EAAE,MAAM,CAAC,KAAK,CAClB,MAAM,CAAC,MAAM,CAAC;QACZ,EAAE,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;QAC/D,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;KACrE,CAAC,CACH;CACF,CAAoD,CAAC;AAItD,MAAM,CAAC,MAAM,aAAa,GAoBM,GAAG,CAAC,aAAa,CAAC,GAAG,EAAE,CAAC,CAAC;IACvD,KAAK,EAAE,oBAAoB;IAC3B,MAAM,EAAE,qBAAqB;IAC7B,MAAM,EAAE,EAAE;IACV,UAAU,EAAE;QACV,IAAI,EAAE,QAAQ;QACd,KAAK,EAAE,QAAQ;KACP;CACX,CAAC,CAAC,CAAC;AAWJ,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACzE,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;CAClD,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,IAAI,CAAC;IACL,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,+CAA+C;CACtD,CAAC,CAC4C,CAAC;AASjD,MAAM,CAAC,MAAM,kBAAkB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IAC1E,QAAQ,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;IACrE,KAAK,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;CACnE,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,YAAY,CAAC,QAAQ,CAAC,CACuB,CAAC;AAIlD,MAAM,CAAC,MAAM,UAAU,GAKS,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IAC9C,KAAK,EAAE,iBAAiB;IACxB,MAAM,EAAE,kBAAkB;IAC1B,MAAM,EAAE,EAAE;CACX,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloudflare CUSTOM-CERTIFICATES API
|
|
3
|
+
*
|
|
4
|
+
* Generated from Cloudflare TypeScript SDK.
|
|
5
|
+
* DO NOT EDIT - regenerate with: bun scripts/generate.ts --service custom-certificates
|
|
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 GetCustomCertificateRequest {
|
|
14
|
+
customCertificateId: string;
|
|
15
|
+
/** Identifier. */
|
|
16
|
+
zoneId: string;
|
|
17
|
+
}
|
|
18
|
+
export declare const GetCustomCertificateRequest: Schema.Schema<GetCustomCertificateRequest>;
|
|
19
|
+
export interface GetCustomCertificateResponse {
|
|
20
|
+
/** Identifier. */
|
|
21
|
+
id: string;
|
|
22
|
+
/** A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates */
|
|
23
|
+
bundleMethod: "ubiquitous" | "optimal" | "force";
|
|
24
|
+
/** When the certificate from the authority expires. */
|
|
25
|
+
expiresOn: string;
|
|
26
|
+
hosts: string[];
|
|
27
|
+
/** The certificate authority that issued the certificate. */
|
|
28
|
+
issuer: string;
|
|
29
|
+
/** When the certificate was last modified. */
|
|
30
|
+
modifiedOn: string;
|
|
31
|
+
/** The order/priority in which the certificate will be used in a request. The higher priority will break ties across overlapping 'legacy_custom' certificates, but 'legacy_custom' certificates will always */
|
|
32
|
+
priority: number;
|
|
33
|
+
/** The type of hash used for the certificate. */
|
|
34
|
+
signature: string;
|
|
35
|
+
/** Status of the zone's custom SSL. */
|
|
36
|
+
status: "active" | "expired" | "deleted" | "pending" | "initializing";
|
|
37
|
+
/** When the certificate was uploaded to Cloudflare. */
|
|
38
|
+
uploadedOn: string;
|
|
39
|
+
/** Identifier. */
|
|
40
|
+
zoneId: string;
|
|
41
|
+
/** Specify the region where your private key can be held locally for optimal TLS performance. HTTPS connections to any excluded data center will still be fully encrypted, but will incur some latency whil */
|
|
42
|
+
geoRestrictions?: {
|
|
43
|
+
label?: "us" | "eu" | "highest_security" | null;
|
|
44
|
+
} | null;
|
|
45
|
+
keylessServer?: unknown | null;
|
|
46
|
+
/** Specify the policy that determines the region where your private key will be held locally. HTTPS connections to any excluded data center will still be fully encrypted, but will incur some latency whil */
|
|
47
|
+
policy?: string | null;
|
|
48
|
+
}
|
|
49
|
+
export declare const GetCustomCertificateResponse: Schema.Schema<GetCustomCertificateResponse>;
|
|
50
|
+
export type GetCustomCertificateError = DefaultErrors;
|
|
51
|
+
export declare const getCustomCertificate: API.OperationMethod<GetCustomCertificateRequest, GetCustomCertificateResponse, GetCustomCertificateError, Credentials | HttpClient.HttpClient>;
|
|
52
|
+
export interface ListCustomCertificatesRequest {
|
|
53
|
+
/** Path param: Identifier. */
|
|
54
|
+
zoneId: string;
|
|
55
|
+
/** Query param: Whether to match all search requirements or at least one (any). */
|
|
56
|
+
match?: "any" | "all";
|
|
57
|
+
/** Query param: Status of the zone's custom SSL. */
|
|
58
|
+
status?: "active" | "expired" | "deleted" | "pending" | "initializing";
|
|
59
|
+
}
|
|
60
|
+
export declare const ListCustomCertificatesRequest: Schema.Schema<ListCustomCertificatesRequest>;
|
|
61
|
+
export interface ListCustomCertificatesResponse {
|
|
62
|
+
result: {
|
|
63
|
+
id: string;
|
|
64
|
+
bundleMethod: "ubiquitous" | "optimal" | "force";
|
|
65
|
+
expiresOn: string;
|
|
66
|
+
hosts: string[];
|
|
67
|
+
issuer: string;
|
|
68
|
+
modifiedOn: string;
|
|
69
|
+
priority: number;
|
|
70
|
+
signature: string;
|
|
71
|
+
status: "active" | "expired" | "deleted" | "pending" | "initializing";
|
|
72
|
+
uploadedOn: string;
|
|
73
|
+
zoneId: string;
|
|
74
|
+
geoRestrictions?: {
|
|
75
|
+
label?: "us" | "eu" | "highest_security" | null;
|
|
76
|
+
} | null;
|
|
77
|
+
keylessServer?: unknown | null;
|
|
78
|
+
policy?: string | null;
|
|
79
|
+
}[];
|
|
80
|
+
resultInfo: {
|
|
81
|
+
count?: number | null;
|
|
82
|
+
page?: number | null;
|
|
83
|
+
perPage?: number | null;
|
|
84
|
+
totalCount?: number | null;
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
export declare const ListCustomCertificatesResponse: Schema.Schema<ListCustomCertificatesResponse>;
|
|
88
|
+
export type ListCustomCertificatesError = DefaultErrors;
|
|
89
|
+
export declare const listCustomCertificates: API.PaginatedOperationMethod<ListCustomCertificatesRequest, ListCustomCertificatesResponse, ListCustomCertificatesError, Credentials | HttpClient.HttpClient> & {
|
|
90
|
+
pages: (input: ListCustomCertificatesRequest) => stream.Stream<ListCustomCertificatesResponse, ListCustomCertificatesError, Credentials | HttpClient.HttpClient>;
|
|
91
|
+
items: (input: ListCustomCertificatesRequest) => stream.Stream<{
|
|
92
|
+
id: string;
|
|
93
|
+
bundleMethod: "ubiquitous" | "optimal" | "force";
|
|
94
|
+
expiresOn: string;
|
|
95
|
+
hosts: string[];
|
|
96
|
+
issuer: string;
|
|
97
|
+
modifiedOn: string;
|
|
98
|
+
priority: number;
|
|
99
|
+
signature: string;
|
|
100
|
+
status: "active" | "expired" | "deleted" | "pending" | "initializing";
|
|
101
|
+
uploadedOn: string;
|
|
102
|
+
zoneId: string;
|
|
103
|
+
geoRestrictions?: {
|
|
104
|
+
label?: "us" | "eu" | "highest_security" | null;
|
|
105
|
+
} | null;
|
|
106
|
+
keylessServer?: unknown | null;
|
|
107
|
+
policy?: string | null;
|
|
108
|
+
}, ListCustomCertificatesError, Credentials | HttpClient.HttpClient>;
|
|
109
|
+
};
|
|
110
|
+
export interface CreateCustomCertificateRequest {
|
|
111
|
+
/** Path param: Identifier. */
|
|
112
|
+
zoneId: string;
|
|
113
|
+
/** Body param: The zone's SSL certificate or certificate and the intermediate(s). */
|
|
114
|
+
certificate: string;
|
|
115
|
+
/** Body param: The zone's private key. */
|
|
116
|
+
privateKey: string;
|
|
117
|
+
/** Body param: A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest i */
|
|
118
|
+
bundleMethod?: "ubiquitous" | "optimal" | "force";
|
|
119
|
+
/** Body param: Specify the region where your private key can be held locally for optimal TLS performance. HTTPS connections to any excluded data center will still be fully encrypted, but will incur some */
|
|
120
|
+
geoRestrictions?: {
|
|
121
|
+
label?: "us" | "eu" | "highest_security";
|
|
122
|
+
};
|
|
123
|
+
/** Body param: Specify the policy that determines the region where your private key will be held locally. HTTPS connections to any excluded data center will still be fully encrypted, but will incur some */
|
|
124
|
+
policy?: string;
|
|
125
|
+
/** Body param: The type 'legacy_custom' enables support for legacy clients which do not include SNI in the TLS handshake. */
|
|
126
|
+
type?: "legacy_custom" | "sni_custom";
|
|
127
|
+
}
|
|
128
|
+
export declare const CreateCustomCertificateRequest: Schema.Schema<CreateCustomCertificateRequest>;
|
|
129
|
+
export interface CreateCustomCertificateResponse {
|
|
130
|
+
/** Identifier. */
|
|
131
|
+
id: string;
|
|
132
|
+
/** A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates */
|
|
133
|
+
bundleMethod: "ubiquitous" | "optimal" | "force";
|
|
134
|
+
/** When the certificate from the authority expires. */
|
|
135
|
+
expiresOn: string;
|
|
136
|
+
hosts: string[];
|
|
137
|
+
/** The certificate authority that issued the certificate. */
|
|
138
|
+
issuer: string;
|
|
139
|
+
/** When the certificate was last modified. */
|
|
140
|
+
modifiedOn: string;
|
|
141
|
+
/** The order/priority in which the certificate will be used in a request. The higher priority will break ties across overlapping 'legacy_custom' certificates, but 'legacy_custom' certificates will always */
|
|
142
|
+
priority: number;
|
|
143
|
+
/** The type of hash used for the certificate. */
|
|
144
|
+
signature: string;
|
|
145
|
+
/** Status of the zone's custom SSL. */
|
|
146
|
+
status: "active" | "expired" | "deleted" | "pending" | "initializing";
|
|
147
|
+
/** When the certificate was uploaded to Cloudflare. */
|
|
148
|
+
uploadedOn: string;
|
|
149
|
+
/** Identifier. */
|
|
150
|
+
zoneId: string;
|
|
151
|
+
/** Specify the region where your private key can be held locally for optimal TLS performance. HTTPS connections to any excluded data center will still be fully encrypted, but will incur some latency whil */
|
|
152
|
+
geoRestrictions?: {
|
|
153
|
+
label?: "us" | "eu" | "highest_security" | null;
|
|
154
|
+
} | null;
|
|
155
|
+
keylessServer?: unknown | null;
|
|
156
|
+
/** Specify the policy that determines the region where your private key will be held locally. HTTPS connections to any excluded data center will still be fully encrypted, but will incur some latency whil */
|
|
157
|
+
policy?: string | null;
|
|
158
|
+
}
|
|
159
|
+
export declare const CreateCustomCertificateResponse: Schema.Schema<CreateCustomCertificateResponse>;
|
|
160
|
+
export type CreateCustomCertificateError = DefaultErrors;
|
|
161
|
+
export declare const createCustomCertificate: API.OperationMethod<CreateCustomCertificateRequest, CreateCustomCertificateResponse, CreateCustomCertificateError, Credentials | HttpClient.HttpClient>;
|
|
162
|
+
export interface PatchCustomCertificateRequest {
|
|
163
|
+
customCertificateId: string;
|
|
164
|
+
/** Path param: Identifier. */
|
|
165
|
+
zoneId: string;
|
|
166
|
+
/** Body param: A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest i */
|
|
167
|
+
bundleMethod?: "ubiquitous" | "optimal" | "force";
|
|
168
|
+
/** Body param: The zone's SSL certificate or certificate and the intermediate(s). */
|
|
169
|
+
certificate?: string;
|
|
170
|
+
/** Body param: Specify the region where your private key can be held locally for optimal TLS performance. HTTPS connections to any excluded data center will still be fully encrypted, but will incur some */
|
|
171
|
+
geoRestrictions?: {
|
|
172
|
+
label?: "us" | "eu" | "highest_security";
|
|
173
|
+
};
|
|
174
|
+
/** Body param: Specify the policy that determines the region where your private key will be held locally. HTTPS connections to any excluded data center will still be fully encrypted, but will incur some */
|
|
175
|
+
policy?: string;
|
|
176
|
+
/** Body param: The zone's private key. */
|
|
177
|
+
privateKey?: string;
|
|
178
|
+
}
|
|
179
|
+
export declare const PatchCustomCertificateRequest: Schema.Schema<PatchCustomCertificateRequest>;
|
|
180
|
+
export interface PatchCustomCertificateResponse {
|
|
181
|
+
/** Identifier. */
|
|
182
|
+
id: string;
|
|
183
|
+
/** A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates */
|
|
184
|
+
bundleMethod: "ubiquitous" | "optimal" | "force";
|
|
185
|
+
/** When the certificate from the authority expires. */
|
|
186
|
+
expiresOn: string;
|
|
187
|
+
hosts: string[];
|
|
188
|
+
/** The certificate authority that issued the certificate. */
|
|
189
|
+
issuer: string;
|
|
190
|
+
/** When the certificate was last modified. */
|
|
191
|
+
modifiedOn: string;
|
|
192
|
+
/** The order/priority in which the certificate will be used in a request. The higher priority will break ties across overlapping 'legacy_custom' certificates, but 'legacy_custom' certificates will always */
|
|
193
|
+
priority: number;
|
|
194
|
+
/** The type of hash used for the certificate. */
|
|
195
|
+
signature: string;
|
|
196
|
+
/** Status of the zone's custom SSL. */
|
|
197
|
+
status: "active" | "expired" | "deleted" | "pending" | "initializing";
|
|
198
|
+
/** When the certificate was uploaded to Cloudflare. */
|
|
199
|
+
uploadedOn: string;
|
|
200
|
+
/** Identifier. */
|
|
201
|
+
zoneId: string;
|
|
202
|
+
/** Specify the region where your private key can be held locally for optimal TLS performance. HTTPS connections to any excluded data center will still be fully encrypted, but will incur some latency whil */
|
|
203
|
+
geoRestrictions?: {
|
|
204
|
+
label?: "us" | "eu" | "highest_security" | null;
|
|
205
|
+
} | null;
|
|
206
|
+
keylessServer?: unknown | null;
|
|
207
|
+
/** Specify the policy that determines the region where your private key will be held locally. HTTPS connections to any excluded data center will still be fully encrypted, but will incur some latency whil */
|
|
208
|
+
policy?: string | null;
|
|
209
|
+
}
|
|
210
|
+
export declare const PatchCustomCertificateResponse: Schema.Schema<PatchCustomCertificateResponse>;
|
|
211
|
+
export type PatchCustomCertificateError = DefaultErrors;
|
|
212
|
+
export declare const patchCustomCertificate: API.OperationMethod<PatchCustomCertificateRequest, PatchCustomCertificateResponse, PatchCustomCertificateError, Credentials | HttpClient.HttpClient>;
|
|
213
|
+
export interface DeleteCustomCertificateRequest {
|
|
214
|
+
customCertificateId: string;
|
|
215
|
+
/** Identifier. */
|
|
216
|
+
zoneId: string;
|
|
217
|
+
}
|
|
218
|
+
export declare const DeleteCustomCertificateRequest: Schema.Schema<DeleteCustomCertificateRequest>;
|
|
219
|
+
export interface DeleteCustomCertificateResponse {
|
|
220
|
+
/** Identifier. */
|
|
221
|
+
id?: string | null;
|
|
222
|
+
}
|
|
223
|
+
export declare const DeleteCustomCertificateResponse: Schema.Schema<DeleteCustomCertificateResponse>;
|
|
224
|
+
export type DeleteCustomCertificateError = DefaultErrors;
|
|
225
|
+
export declare const deleteCustomCertificate: API.OperationMethod<DeleteCustomCertificateRequest, DeleteCustomCertificateResponse, DeleteCustomCertificateError, Credentials | HttpClient.HttpClient>;
|
|
226
|
+
export interface PutPrioritizeRequest {
|
|
227
|
+
/** Path param: Identifier. */
|
|
228
|
+
zoneId: string;
|
|
229
|
+
/** Body param: Array of ordered certificates. */
|
|
230
|
+
certificates: {
|
|
231
|
+
id?: string;
|
|
232
|
+
priority?: number;
|
|
233
|
+
}[];
|
|
234
|
+
}
|
|
235
|
+
export declare const PutPrioritizeRequest: Schema.Schema<PutPrioritizeRequest>;
|
|
236
|
+
export type PutPrioritizeResponse = unknown;
|
|
237
|
+
export declare const PutPrioritizeResponse: Schema.Schema<unknown>;
|
|
238
|
+
export type PutPrioritizeError = DefaultErrors;
|
|
239
|
+
export declare const putPrioritize: API.OperationMethod<PutPrioritizeRequest, PutPrioritizeResponse, PutPrioritizeError, Credentials | HttpClient.HttpClient>;
|
|
240
|
+
//# sourceMappingURL=custom-certificates.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"custom-certificates.d.ts","sourceRoot":"","sources":["../../src/services/custom-certificates.ts"],"names":[],"mappings":"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"}
|