@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,192 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloudflare MTLS-CERTIFICATES API
|
|
3
|
+
*
|
|
4
|
+
* Generated from Cloudflare TypeScript SDK.
|
|
5
|
+
* DO NOT EDIT - regenerate with: bun scripts/generate.ts --service mtls-certificates
|
|
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 GetAssociationRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
13
|
+
mtlsCertificateId: Schema.String.pipe(T.HttpPath("mtlsCertificateId")),
|
|
14
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
15
|
+
}).pipe(T.Http({
|
|
16
|
+
method: "GET",
|
|
17
|
+
path: "/accounts/{account_id}/mtls_certificates/{mtlsCertificateId}/associations",
|
|
18
|
+
}));
|
|
19
|
+
export const GetAssociationResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
20
|
+
result: Schema.Array(Schema.Struct({
|
|
21
|
+
service: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
22
|
+
status: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
23
|
+
})),
|
|
24
|
+
});
|
|
25
|
+
export const getAssociation = API.makePaginated(() => ({
|
|
26
|
+
input: GetAssociationRequest,
|
|
27
|
+
output: GetAssociationResponse,
|
|
28
|
+
errors: [],
|
|
29
|
+
pagination: {
|
|
30
|
+
mode: "single",
|
|
31
|
+
items: "result",
|
|
32
|
+
},
|
|
33
|
+
}));
|
|
34
|
+
export const GetMtlsCertificateRequest =
|
|
35
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
36
|
+
mtlsCertificateId: Schema.String.pipe(T.HttpPath("mtlsCertificateId")),
|
|
37
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
38
|
+
}).pipe(T.Http({
|
|
39
|
+
method: "GET",
|
|
40
|
+
path: "/accounts/{account_id}/mtls_certificates/{mtlsCertificateId}",
|
|
41
|
+
}));
|
|
42
|
+
export const GetMtlsCertificateResponse =
|
|
43
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
44
|
+
id: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
45
|
+
ca: Schema.optional(Schema.Union([Schema.Boolean, Schema.Null])),
|
|
46
|
+
certificates: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
47
|
+
expiresOn: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
48
|
+
issuer: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
49
|
+
name: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
50
|
+
serialNumber: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
51
|
+
signature: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
52
|
+
uploadedOn: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
53
|
+
})
|
|
54
|
+
.pipe(Schema.encodeKeys({
|
|
55
|
+
id: "id",
|
|
56
|
+
ca: "ca",
|
|
57
|
+
certificates: "certificates",
|
|
58
|
+
expiresOn: "expires_on",
|
|
59
|
+
issuer: "issuer",
|
|
60
|
+
name: "name",
|
|
61
|
+
serialNumber: "serial_number",
|
|
62
|
+
signature: "signature",
|
|
63
|
+
uploadedOn: "uploaded_on",
|
|
64
|
+
}))
|
|
65
|
+
.pipe(T.ResponsePath("result"));
|
|
66
|
+
export const getMtlsCertificate = API.make(() => ({
|
|
67
|
+
input: GetMtlsCertificateRequest,
|
|
68
|
+
output: GetMtlsCertificateResponse,
|
|
69
|
+
errors: [],
|
|
70
|
+
}));
|
|
71
|
+
export const ListMtlsCertificatesRequest =
|
|
72
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
73
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
74
|
+
}).pipe(T.Http({ method: "GET", path: "/accounts/{account_id}/mtls_certificates" }));
|
|
75
|
+
export const ListMtlsCertificatesResponse =
|
|
76
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
77
|
+
result: Schema.Array(Schema.Struct({
|
|
78
|
+
id: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
79
|
+
ca: Schema.optional(Schema.Union([Schema.Boolean, Schema.Null])),
|
|
80
|
+
certificates: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
81
|
+
expiresOn: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
82
|
+
issuer: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
83
|
+
name: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
84
|
+
serialNumber: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
85
|
+
signature: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
86
|
+
uploadedOn: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
87
|
+
}).pipe(Schema.encodeKeys({
|
|
88
|
+
id: "id",
|
|
89
|
+
ca: "ca",
|
|
90
|
+
certificates: "certificates",
|
|
91
|
+
expiresOn: "expires_on",
|
|
92
|
+
issuer: "issuer",
|
|
93
|
+
name: "name",
|
|
94
|
+
serialNumber: "serial_number",
|
|
95
|
+
signature: "signature",
|
|
96
|
+
uploadedOn: "uploaded_on",
|
|
97
|
+
}))),
|
|
98
|
+
});
|
|
99
|
+
export const listMtlsCertificates = API.makePaginated(() => ({
|
|
100
|
+
input: ListMtlsCertificatesRequest,
|
|
101
|
+
output: ListMtlsCertificatesResponse,
|
|
102
|
+
errors: [],
|
|
103
|
+
pagination: {
|
|
104
|
+
mode: "single",
|
|
105
|
+
items: "result",
|
|
106
|
+
},
|
|
107
|
+
}));
|
|
108
|
+
export const CreateMtlsCertificateRequest =
|
|
109
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
110
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
111
|
+
ca: Schema.Boolean,
|
|
112
|
+
certificates: Schema.String,
|
|
113
|
+
name: Schema.optional(Schema.String),
|
|
114
|
+
privateKey: Schema.optional(Schema.String),
|
|
115
|
+
}).pipe(Schema.encodeKeys({
|
|
116
|
+
ca: "ca",
|
|
117
|
+
certificates: "certificates",
|
|
118
|
+
name: "name",
|
|
119
|
+
privateKey: "private_key",
|
|
120
|
+
}), T.Http({
|
|
121
|
+
method: "POST",
|
|
122
|
+
path: "/accounts/{account_id}/mtls_certificates",
|
|
123
|
+
}));
|
|
124
|
+
export const CreateMtlsCertificateResponse =
|
|
125
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
126
|
+
id: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
127
|
+
ca: Schema.optional(Schema.Union([Schema.Boolean, Schema.Null])),
|
|
128
|
+
certificates: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
129
|
+
expiresOn: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
130
|
+
issuer: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
131
|
+
name: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
132
|
+
serialNumber: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
133
|
+
signature: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
134
|
+
updatedAt: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
135
|
+
uploadedOn: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
136
|
+
})
|
|
137
|
+
.pipe(Schema.encodeKeys({
|
|
138
|
+
id: "id",
|
|
139
|
+
ca: "ca",
|
|
140
|
+
certificates: "certificates",
|
|
141
|
+
expiresOn: "expires_on",
|
|
142
|
+
issuer: "issuer",
|
|
143
|
+
name: "name",
|
|
144
|
+
serialNumber: "serial_number",
|
|
145
|
+
signature: "signature",
|
|
146
|
+
updatedAt: "updated_at",
|
|
147
|
+
uploadedOn: "uploaded_on",
|
|
148
|
+
}))
|
|
149
|
+
.pipe(T.ResponsePath("result"));
|
|
150
|
+
export const createMtlsCertificate = API.make(() => ({
|
|
151
|
+
input: CreateMtlsCertificateRequest,
|
|
152
|
+
output: CreateMtlsCertificateResponse,
|
|
153
|
+
errors: [],
|
|
154
|
+
}));
|
|
155
|
+
export const DeleteMtlsCertificateRequest =
|
|
156
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
157
|
+
mtlsCertificateId: Schema.String.pipe(T.HttpPath("mtlsCertificateId")),
|
|
158
|
+
accountId: Schema.String.pipe(T.HttpPath("account_id")),
|
|
159
|
+
}).pipe(T.Http({
|
|
160
|
+
method: "DELETE",
|
|
161
|
+
path: "/accounts/{account_id}/mtls_certificates/{mtlsCertificateId}",
|
|
162
|
+
}));
|
|
163
|
+
export const DeleteMtlsCertificateResponse =
|
|
164
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
165
|
+
id: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
166
|
+
ca: Schema.optional(Schema.Union([Schema.Boolean, Schema.Null])),
|
|
167
|
+
certificates: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
168
|
+
expiresOn: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
169
|
+
issuer: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
170
|
+
name: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
171
|
+
serialNumber: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
172
|
+
signature: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
173
|
+
uploadedOn: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
|
|
174
|
+
})
|
|
175
|
+
.pipe(Schema.encodeKeys({
|
|
176
|
+
id: "id",
|
|
177
|
+
ca: "ca",
|
|
178
|
+
certificates: "certificates",
|
|
179
|
+
expiresOn: "expires_on",
|
|
180
|
+
issuer: "issuer",
|
|
181
|
+
name: "name",
|
|
182
|
+
serialNumber: "serial_number",
|
|
183
|
+
signature: "signature",
|
|
184
|
+
uploadedOn: "uploaded_on",
|
|
185
|
+
}))
|
|
186
|
+
.pipe(T.ResponsePath("result"));
|
|
187
|
+
export const deleteMtlsCertificate = API.make(() => ({
|
|
188
|
+
input: DeleteMtlsCertificateRequest,
|
|
189
|
+
output: DeleteMtlsCertificateResponse,
|
|
190
|
+
errors: [],
|
|
191
|
+
}));
|
|
192
|
+
//# sourceMappingURL=mtls-certificates.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mtls-certificates.js","sourceRoot":"","sources":["../../src/services/mtls-certificates.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,410 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloudflare NETWORK-INTERCONNECTS API
|
|
3
|
+
*
|
|
4
|
+
* Generated from Cloudflare TypeScript SDK.
|
|
5
|
+
* DO NOT EDIT - regenerate with: bun scripts/generate.ts --service network-interconnects
|
|
6
|
+
*/
|
|
7
|
+
import * as Schema from "effect/Schema";
|
|
8
|
+
import type * as HttpClient from "effect/unstable/http/HttpClient";
|
|
9
|
+
import * as API from "../client/api.ts";
|
|
10
|
+
import type { Credentials } from "../credentials.ts";
|
|
11
|
+
import { type DefaultErrors } from "../errors.ts";
|
|
12
|
+
export interface GetCniRequest {
|
|
13
|
+
cni: string;
|
|
14
|
+
/** Customer account tag */
|
|
15
|
+
accountId: string;
|
|
16
|
+
}
|
|
17
|
+
export declare const GetCniRequest: Schema.Schema<GetCniRequest>;
|
|
18
|
+
export interface GetCniResponse {
|
|
19
|
+
id: string;
|
|
20
|
+
/** Customer account tag */
|
|
21
|
+
account: string;
|
|
22
|
+
/** Customer end of the point-to-point link This should always be inside the same prefix as `p2p_ip`. */
|
|
23
|
+
custIp: string;
|
|
24
|
+
/** Interconnect identifier hosting this CNI */
|
|
25
|
+
interconnect: string;
|
|
26
|
+
magic: {
|
|
27
|
+
conduitName: string;
|
|
28
|
+
description: string;
|
|
29
|
+
mtu: number;
|
|
30
|
+
};
|
|
31
|
+
/** Cloudflare end of the point-to-point link */
|
|
32
|
+
p2pIp: string;
|
|
33
|
+
bgp?: {
|
|
34
|
+
customerAsn: number;
|
|
35
|
+
extraPrefixes: string[];
|
|
36
|
+
md5Key?: string | null;
|
|
37
|
+
} | null;
|
|
38
|
+
}
|
|
39
|
+
export declare const GetCniResponse: Schema.Schema<GetCniResponse>;
|
|
40
|
+
export type GetCniError = DefaultErrors;
|
|
41
|
+
export declare const getCni: API.OperationMethod<GetCniRequest, GetCniResponse, GetCniError, Credentials | HttpClient.HttpClient>;
|
|
42
|
+
export interface ListCnisRequest {
|
|
43
|
+
/** Path param: Customer account tag */
|
|
44
|
+
accountId: string;
|
|
45
|
+
/** Query param: */
|
|
46
|
+
cursor?: number | null;
|
|
47
|
+
/** Query param: */
|
|
48
|
+
limit?: number | null;
|
|
49
|
+
/** Query param: If specified, only show CNIs associated with the specified slot */
|
|
50
|
+
slot?: string | null;
|
|
51
|
+
/** Query param: If specified, only show cnis associated with the specified tunnel id */
|
|
52
|
+
tunnelId?: string | null;
|
|
53
|
+
}
|
|
54
|
+
export declare const ListCnisRequest: Schema.Schema<ListCnisRequest>;
|
|
55
|
+
export interface ListCnisResponse {
|
|
56
|
+
items: {
|
|
57
|
+
id: string;
|
|
58
|
+
account: string;
|
|
59
|
+
custIp: string;
|
|
60
|
+
interconnect: string;
|
|
61
|
+
magic: {
|
|
62
|
+
conduitName: string;
|
|
63
|
+
description: string;
|
|
64
|
+
mtu: number;
|
|
65
|
+
};
|
|
66
|
+
p2pIp: string;
|
|
67
|
+
bgp?: {
|
|
68
|
+
customerAsn: number;
|
|
69
|
+
extraPrefixes: string[];
|
|
70
|
+
md5Key?: string | null;
|
|
71
|
+
} | null;
|
|
72
|
+
}[];
|
|
73
|
+
next?: number | null;
|
|
74
|
+
}
|
|
75
|
+
export declare const ListCnisResponse: Schema.Schema<ListCnisResponse>;
|
|
76
|
+
export type ListCnisError = DefaultErrors;
|
|
77
|
+
export declare const listCnis: API.OperationMethod<ListCnisRequest, ListCnisResponse, ListCnisError, Credentials | HttpClient.HttpClient>;
|
|
78
|
+
export interface CreateCniRequest {
|
|
79
|
+
/** Path param: Customer account tag */
|
|
80
|
+
accountId: string;
|
|
81
|
+
/** Body param: Customer account tag */
|
|
82
|
+
account: string;
|
|
83
|
+
/** Body param: */
|
|
84
|
+
interconnect: string;
|
|
85
|
+
/** Body param: */
|
|
86
|
+
magic: {
|
|
87
|
+
conduitName: string;
|
|
88
|
+
description: string;
|
|
89
|
+
mtu: number;
|
|
90
|
+
};
|
|
91
|
+
/** Body param: */
|
|
92
|
+
bgp?: {
|
|
93
|
+
customerAsn: number;
|
|
94
|
+
extraPrefixes: string[];
|
|
95
|
+
md5Key?: string | null;
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
export declare const CreateCniRequest: Schema.Schema<CreateCniRequest>;
|
|
99
|
+
export interface CreateCniResponse {
|
|
100
|
+
id: string;
|
|
101
|
+
/** Customer account tag */
|
|
102
|
+
account: string;
|
|
103
|
+
/** Customer end of the point-to-point link This should always be inside the same prefix as `p2p_ip`. */
|
|
104
|
+
custIp: string;
|
|
105
|
+
/** Interconnect identifier hosting this CNI */
|
|
106
|
+
interconnect: string;
|
|
107
|
+
magic: {
|
|
108
|
+
conduitName: string;
|
|
109
|
+
description: string;
|
|
110
|
+
mtu: number;
|
|
111
|
+
};
|
|
112
|
+
/** Cloudflare end of the point-to-point link */
|
|
113
|
+
p2pIp: string;
|
|
114
|
+
bgp?: {
|
|
115
|
+
customerAsn: number;
|
|
116
|
+
extraPrefixes: string[];
|
|
117
|
+
md5Key?: string | null;
|
|
118
|
+
} | null;
|
|
119
|
+
}
|
|
120
|
+
export declare const CreateCniResponse: Schema.Schema<CreateCniResponse>;
|
|
121
|
+
export type CreateCniError = DefaultErrors;
|
|
122
|
+
export declare const createCni: API.OperationMethod<CreateCniRequest, CreateCniResponse, CreateCniError, Credentials | HttpClient.HttpClient>;
|
|
123
|
+
export interface UpdateCniRequest {
|
|
124
|
+
cni: string;
|
|
125
|
+
/** Path param: Customer account tag */
|
|
126
|
+
accountId: string;
|
|
127
|
+
/** Body param: */
|
|
128
|
+
id: string;
|
|
129
|
+
/** Body param: Customer account tag */
|
|
130
|
+
account: string;
|
|
131
|
+
/** Body param: Customer end of the point-to-point link This should always be inside the same prefix as `p2p_ip`. */
|
|
132
|
+
custIp: string;
|
|
133
|
+
/** Body param: Interconnect identifier hosting this CNI */
|
|
134
|
+
interconnect: string;
|
|
135
|
+
/** Body param: */
|
|
136
|
+
magic: {
|
|
137
|
+
conduitName: string;
|
|
138
|
+
description: string;
|
|
139
|
+
mtu: number;
|
|
140
|
+
};
|
|
141
|
+
/** Body param: Cloudflare end of the point-to-point link */
|
|
142
|
+
p2pIp: string;
|
|
143
|
+
/** Body param: */
|
|
144
|
+
bgp?: {
|
|
145
|
+
customerAsn: number;
|
|
146
|
+
extraPrefixes: string[];
|
|
147
|
+
md5Key?: string | null;
|
|
148
|
+
};
|
|
149
|
+
}
|
|
150
|
+
export declare const UpdateCniRequest: Schema.Schema<UpdateCniRequest>;
|
|
151
|
+
export interface UpdateCniResponse {
|
|
152
|
+
id: string;
|
|
153
|
+
/** Customer account tag */
|
|
154
|
+
account: string;
|
|
155
|
+
/** Customer end of the point-to-point link This should always be inside the same prefix as `p2p_ip`. */
|
|
156
|
+
custIp: string;
|
|
157
|
+
/** Interconnect identifier hosting this CNI */
|
|
158
|
+
interconnect: string;
|
|
159
|
+
magic: {
|
|
160
|
+
conduitName: string;
|
|
161
|
+
description: string;
|
|
162
|
+
mtu: number;
|
|
163
|
+
};
|
|
164
|
+
/** Cloudflare end of the point-to-point link */
|
|
165
|
+
p2pIp: string;
|
|
166
|
+
bgp?: {
|
|
167
|
+
customerAsn: number;
|
|
168
|
+
extraPrefixes: string[];
|
|
169
|
+
md5Key?: string | null;
|
|
170
|
+
} | null;
|
|
171
|
+
}
|
|
172
|
+
export declare const UpdateCniResponse: Schema.Schema<UpdateCniResponse>;
|
|
173
|
+
export type UpdateCniError = DefaultErrors;
|
|
174
|
+
export declare const updateCni: API.OperationMethod<UpdateCniRequest, UpdateCniResponse, UpdateCniError, Credentials | HttpClient.HttpClient>;
|
|
175
|
+
export interface DeleteCniRequest {
|
|
176
|
+
cni: string;
|
|
177
|
+
/** Customer account tag */
|
|
178
|
+
accountId: string;
|
|
179
|
+
}
|
|
180
|
+
export declare const DeleteCniRequest: Schema.Schema<DeleteCniRequest>;
|
|
181
|
+
export type DeleteCniResponse = unknown;
|
|
182
|
+
export declare const DeleteCniResponse: Schema.Schema<unknown>;
|
|
183
|
+
export type DeleteCniError = DefaultErrors;
|
|
184
|
+
export declare const deleteCni: API.OperationMethod<DeleteCniRequest, DeleteCniResponse, DeleteCniError, Credentials | HttpClient.HttpClient>;
|
|
185
|
+
export interface GetInterconnectRequest {
|
|
186
|
+
icon: string;
|
|
187
|
+
/** Customer account tag */
|
|
188
|
+
accountId: string;
|
|
189
|
+
}
|
|
190
|
+
export declare const GetInterconnectRequest: Schema.Schema<GetInterconnectRequest>;
|
|
191
|
+
export type GetInterconnectResponse = {
|
|
192
|
+
account: string;
|
|
193
|
+
facility: {
|
|
194
|
+
address: string[];
|
|
195
|
+
name: string;
|
|
196
|
+
};
|
|
197
|
+
name: string;
|
|
198
|
+
site: string;
|
|
199
|
+
slotId: string;
|
|
200
|
+
speed: string;
|
|
201
|
+
type: string;
|
|
202
|
+
owner?: string | null;
|
|
203
|
+
} | {
|
|
204
|
+
account: string;
|
|
205
|
+
name: string;
|
|
206
|
+
region: string;
|
|
207
|
+
type: string;
|
|
208
|
+
owner?: string | null;
|
|
209
|
+
speed?: "50M" | "100M" | "200M" | "300M" | "400M" | "500M" | "1G" | "2G" | "5G" | "10G" | "20G" | "50G" | null;
|
|
210
|
+
};
|
|
211
|
+
export declare const GetInterconnectResponse: Schema.Schema<GetInterconnectResponse>;
|
|
212
|
+
export type GetInterconnectError = DefaultErrors;
|
|
213
|
+
export declare const getInterconnect: API.OperationMethod<GetInterconnectRequest, GetInterconnectResponse, GetInterconnectError, Credentials | HttpClient.HttpClient>;
|
|
214
|
+
export interface ListInterconnectsRequest {
|
|
215
|
+
/** Path param: Customer account tag */
|
|
216
|
+
accountId: string;
|
|
217
|
+
/** Query param: */
|
|
218
|
+
cursor?: number | null;
|
|
219
|
+
/** Query param: */
|
|
220
|
+
limit?: number | null;
|
|
221
|
+
/** Query param: If specified, only show interconnects located at the given site */
|
|
222
|
+
site?: string | null;
|
|
223
|
+
/** Query param: If specified, only show interconnects of the given type */
|
|
224
|
+
type?: string | null;
|
|
225
|
+
}
|
|
226
|
+
export declare const ListInterconnectsRequest: Schema.Schema<ListInterconnectsRequest>;
|
|
227
|
+
export interface ListInterconnectsResponse {
|
|
228
|
+
items: ({
|
|
229
|
+
account: string;
|
|
230
|
+
facility: {
|
|
231
|
+
address: string[];
|
|
232
|
+
name: string;
|
|
233
|
+
};
|
|
234
|
+
name: string;
|
|
235
|
+
site: string;
|
|
236
|
+
slotId: string;
|
|
237
|
+
speed: string;
|
|
238
|
+
type: string;
|
|
239
|
+
owner?: string | null;
|
|
240
|
+
} | {
|
|
241
|
+
account: string;
|
|
242
|
+
name: string;
|
|
243
|
+
region: string;
|
|
244
|
+
type: string;
|
|
245
|
+
owner?: string | null;
|
|
246
|
+
speed?: "50M" | "100M" | "200M" | "300M" | "400M" | "500M" | "1G" | "2G" | "5G" | "10G" | "20G" | "50G" | null;
|
|
247
|
+
})[];
|
|
248
|
+
next?: number | null;
|
|
249
|
+
}
|
|
250
|
+
export declare const ListInterconnectsResponse: Schema.Schema<ListInterconnectsResponse>;
|
|
251
|
+
export type ListInterconnectsError = DefaultErrors;
|
|
252
|
+
export declare const listInterconnects: API.OperationMethod<ListInterconnectsRequest, ListInterconnectsResponse, ListInterconnectsError, Credentials | HttpClient.HttpClient>;
|
|
253
|
+
export interface CreateInterconnectRequest {
|
|
254
|
+
/** Path param: Customer account tag */
|
|
255
|
+
accountId: string;
|
|
256
|
+
/** Body param: */
|
|
257
|
+
account: string;
|
|
258
|
+
/** Body param: */
|
|
259
|
+
slotId: string;
|
|
260
|
+
/** Body param: */
|
|
261
|
+
type: string;
|
|
262
|
+
/** Body param: */
|
|
263
|
+
speed?: string | null;
|
|
264
|
+
}
|
|
265
|
+
export declare const CreateInterconnectRequest: Schema.Schema<CreateInterconnectRequest>;
|
|
266
|
+
export type CreateInterconnectResponse = {
|
|
267
|
+
account: string;
|
|
268
|
+
facility: {
|
|
269
|
+
address: string[];
|
|
270
|
+
name: string;
|
|
271
|
+
};
|
|
272
|
+
name: string;
|
|
273
|
+
site: string;
|
|
274
|
+
slotId: string;
|
|
275
|
+
speed: string;
|
|
276
|
+
type: string;
|
|
277
|
+
owner?: string | null;
|
|
278
|
+
} | {
|
|
279
|
+
account: string;
|
|
280
|
+
name: string;
|
|
281
|
+
region: string;
|
|
282
|
+
type: string;
|
|
283
|
+
owner?: string | null;
|
|
284
|
+
speed?: "50M" | "100M" | "200M" | "300M" | "400M" | "500M" | "1G" | "2G" | "5G" | "10G" | "20G" | "50G" | null;
|
|
285
|
+
};
|
|
286
|
+
export declare const CreateInterconnectResponse: Schema.Schema<CreateInterconnectResponse>;
|
|
287
|
+
export type CreateInterconnectError = DefaultErrors;
|
|
288
|
+
export declare const createInterconnect: API.OperationMethod<CreateInterconnectRequest, CreateInterconnectResponse, CreateInterconnectError, Credentials | HttpClient.HttpClient>;
|
|
289
|
+
export interface DeleteInterconnectRequest {
|
|
290
|
+
icon: string;
|
|
291
|
+
/** Customer account tag */
|
|
292
|
+
accountId: string;
|
|
293
|
+
}
|
|
294
|
+
export declare const DeleteInterconnectRequest: Schema.Schema<DeleteInterconnectRequest>;
|
|
295
|
+
export type DeleteInterconnectResponse = unknown;
|
|
296
|
+
export declare const DeleteInterconnectResponse: Schema.Schema<unknown>;
|
|
297
|
+
export type DeleteInterconnectError = DefaultErrors;
|
|
298
|
+
export declare const deleteInterconnect: API.OperationMethod<DeleteInterconnectRequest, DeleteInterconnectResponse, DeleteInterconnectError, Credentials | HttpClient.HttpClient>;
|
|
299
|
+
export interface StatusInterconnectRequest {
|
|
300
|
+
icon: string;
|
|
301
|
+
/** Customer account tag */
|
|
302
|
+
accountId: string;
|
|
303
|
+
}
|
|
304
|
+
export declare const StatusInterconnectRequest: Schema.Schema<StatusInterconnectRequest>;
|
|
305
|
+
export type StatusInterconnectResponse = {
|
|
306
|
+
state: "Pending";
|
|
307
|
+
} | {
|
|
308
|
+
state: "Down";
|
|
309
|
+
reason?: string | null;
|
|
310
|
+
} | {
|
|
311
|
+
state: "Unhealthy";
|
|
312
|
+
reason?: string | null;
|
|
313
|
+
} | {
|
|
314
|
+
state: "Healthy";
|
|
315
|
+
};
|
|
316
|
+
export declare const StatusInterconnectResponse: Schema.Schema<StatusInterconnectResponse>;
|
|
317
|
+
export type StatusInterconnectError = DefaultErrors;
|
|
318
|
+
export declare const statusInterconnect: API.OperationMethod<StatusInterconnectRequest, StatusInterconnectResponse, StatusInterconnectError, Credentials | HttpClient.HttpClient>;
|
|
319
|
+
export interface LoaInterconnectRequest {
|
|
320
|
+
icon: string;
|
|
321
|
+
/** Customer account tag */
|
|
322
|
+
accountId: string;
|
|
323
|
+
}
|
|
324
|
+
export declare const LoaInterconnectRequest: Schema.Schema<LoaInterconnectRequest>;
|
|
325
|
+
export type LoaInterconnectResponse = unknown;
|
|
326
|
+
export declare const LoaInterconnectResponse: Schema.Schema<unknown>;
|
|
327
|
+
export type LoaInterconnectError = DefaultErrors;
|
|
328
|
+
export declare const loaInterconnect: API.OperationMethod<LoaInterconnectRequest, LoaInterconnectResponse, LoaInterconnectError, Credentials | HttpClient.HttpClient>;
|
|
329
|
+
export interface GetSettingRequest {
|
|
330
|
+
/** Account tag to retrieve settings for */
|
|
331
|
+
accountId: string;
|
|
332
|
+
}
|
|
333
|
+
export declare const GetSettingRequest: Schema.Schema<GetSettingRequest>;
|
|
334
|
+
export interface GetSettingResponse {
|
|
335
|
+
defaultAsn: number;
|
|
336
|
+
}
|
|
337
|
+
export declare const GetSettingResponse: Schema.Schema<GetSettingResponse>;
|
|
338
|
+
export type GetSettingError = DefaultErrors;
|
|
339
|
+
export declare const getSetting: API.OperationMethod<GetSettingRequest, GetSettingResponse, GetSettingError, Credentials | HttpClient.HttpClient>;
|
|
340
|
+
export interface PutSettingRequest {
|
|
341
|
+
/** Path param: Account tag to update settings for */
|
|
342
|
+
accountId: string;
|
|
343
|
+
/** Body param: */
|
|
344
|
+
defaultAsn?: number | null;
|
|
345
|
+
}
|
|
346
|
+
export declare const PutSettingRequest: Schema.Schema<PutSettingRequest>;
|
|
347
|
+
export interface PutSettingResponse {
|
|
348
|
+
defaultAsn: number;
|
|
349
|
+
}
|
|
350
|
+
export declare const PutSettingResponse: Schema.Schema<PutSettingResponse>;
|
|
351
|
+
export type PutSettingError = DefaultErrors;
|
|
352
|
+
export declare const putSetting: API.OperationMethod<PutSettingRequest, PutSettingResponse, PutSettingError, Credentials | HttpClient.HttpClient>;
|
|
353
|
+
export interface GetSlotRequest {
|
|
354
|
+
slot: string;
|
|
355
|
+
/** Customer account tag */
|
|
356
|
+
accountId: string;
|
|
357
|
+
}
|
|
358
|
+
export declare const GetSlotRequest: Schema.Schema<GetSlotRequest>;
|
|
359
|
+
export interface GetSlotResponse {
|
|
360
|
+
/** Slot ID */
|
|
361
|
+
id: string;
|
|
362
|
+
facility: {
|
|
363
|
+
address: string[];
|
|
364
|
+
name: string;
|
|
365
|
+
};
|
|
366
|
+
/** Whether the slot is occupied or not */
|
|
367
|
+
occupied: boolean;
|
|
368
|
+
site: string;
|
|
369
|
+
speed: string;
|
|
370
|
+
/** Customer account tag */
|
|
371
|
+
account?: string | null;
|
|
372
|
+
}
|
|
373
|
+
export declare const GetSlotResponse: Schema.Schema<GetSlotResponse>;
|
|
374
|
+
export type GetSlotError = DefaultErrors;
|
|
375
|
+
export declare const getSlot: API.OperationMethod<GetSlotRequest, GetSlotResponse, GetSlotError, Credentials | HttpClient.HttpClient>;
|
|
376
|
+
export interface ListSlotsRequest {
|
|
377
|
+
/** Path param: Customer account tag */
|
|
378
|
+
accountId: string;
|
|
379
|
+
/** Query param: If specified, only show slots with the given text in their address field */
|
|
380
|
+
addressContains?: string | null;
|
|
381
|
+
/** Query param: */
|
|
382
|
+
cursor?: number | null;
|
|
383
|
+
/** Query param: */
|
|
384
|
+
limit?: number | null;
|
|
385
|
+
/** Query param: If specified, only show slots with a specific occupied/unoccupied state */
|
|
386
|
+
occupied?: boolean | null;
|
|
387
|
+
/** Query param: If specified, only show slots located at the given site */
|
|
388
|
+
site?: string | null;
|
|
389
|
+
/** Query param: If specified, only show slots that support the given speed */
|
|
390
|
+
speed?: string | null;
|
|
391
|
+
}
|
|
392
|
+
export declare const ListSlotsRequest: Schema.Schema<ListSlotsRequest>;
|
|
393
|
+
export interface ListSlotsResponse {
|
|
394
|
+
items: {
|
|
395
|
+
id: string;
|
|
396
|
+
facility: {
|
|
397
|
+
address: string[];
|
|
398
|
+
name: string;
|
|
399
|
+
};
|
|
400
|
+
occupied: boolean;
|
|
401
|
+
site: string;
|
|
402
|
+
speed: string;
|
|
403
|
+
account?: string | null;
|
|
404
|
+
}[];
|
|
405
|
+
next?: number | null;
|
|
406
|
+
}
|
|
407
|
+
export declare const ListSlotsResponse: Schema.Schema<ListSlotsResponse>;
|
|
408
|
+
export type ListSlotsError = DefaultErrors;
|
|
409
|
+
export declare const listSlots: API.OperationMethod<ListSlotsRequest, ListSlotsResponse, ListSlotsError, Credentials | HttpClient.HttpClient>;
|
|
410
|
+
//# sourceMappingURL=network-interconnects.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network-interconnects.d.ts","sourceRoot":"","sources":["../../src/services/network-interconnects.ts"],"names":[],"mappings":"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"}
|