@distilled.cloud/cloudflare 0.0.0 → 0.2.0-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/auth.d.ts +13 -0
- package/lib/auth.d.ts.map +1 -0
- package/lib/auth.js +12 -0
- package/lib/auth.js.map +1 -0
- package/lib/category.d.ts +2 -0
- package/lib/category.d.ts.map +1 -0
- package/lib/category.js +2 -0
- package/lib/category.js.map +1 -0
- package/lib/client/api.d.ts +14 -0
- package/lib/client/api.d.ts.map +1 -0
- package/lib/client/api.js +197 -0
- package/lib/client/api.js.map +1 -0
- package/lib/client/index.d.ts +8 -0
- package/lib/client/index.d.ts.map +1 -0
- package/lib/client/index.js +8 -0
- package/lib/client/index.js.map +1 -0
- package/lib/credentials.d.ts +14 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +17 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +48 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +38 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +10 -0
- package/lib/index.js.map +1 -0
- package/lib/retry.d.ts +14 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +14 -0
- package/lib/retry.js.map +1 -0
- package/lib/schemas.d.ts +29 -0
- package/lib/schemas.d.ts.map +1 -0
- package/lib/schemas.js +34 -0
- package/lib/schemas.js.map +1 -0
- package/lib/services/abuse-reports.d.ts +224 -0
- package/lib/services/abuse-reports.d.ts.map +1 -0
- package/lib/services/abuse-reports.js +353 -0
- package/lib/services/abuse-reports.js.map +1 -0
- package/lib/services/accounts.d.ts +682 -0
- package/lib/services/accounts.d.ts.map +1 -0
- package/lib/services/accounts.js +805 -0
- package/lib/services/accounts.js.map +1 -0
- package/lib/services/acm.d.ts +73 -0
- package/lib/services/acm.d.ts.map +1 -0
- package/lib/services/acm.js +76 -0
- package/lib/services/acm.js.map +1 -0
- package/lib/services/addressing.d.ts +1208 -0
- package/lib/services/addressing.d.ts.map +1 -0
- package/lib/services/addressing.js +1776 -0
- package/lib/services/addressing.js.map +1 -0
- package/lib/services/ai-gateway.d.ts +956 -0
- package/lib/services/ai-gateway.d.ts.map +1 -0
- package/lib/services/ai-gateway.js +1706 -0
- package/lib/services/ai-gateway.js.map +1 -0
- package/lib/services/ai.d.ts +243 -0
- package/lib/services/ai.d.ts.map +1 -0
- package/lib/services/ai.js +299 -0
- package/lib/services/ai.js.map +1 -0
- package/lib/services/aisearch.d.ts +915 -0
- package/lib/services/aisearch.d.ts.map +1 -0
- package/lib/services/aisearch.js +2425 -0
- package/lib/services/aisearch.js.map +1 -0
- package/lib/services/alerting.d.ts +718 -0
- package/lib/services/alerting.d.ts.map +1 -0
- package/lib/services/alerting.js +1388 -0
- package/lib/services/alerting.js.map +1 -0
- package/lib/services/api-gateway.d.ts +830 -0
- package/lib/services/api-gateway.d.ts.map +1 -0
- package/lib/services/api-gateway.js +1548 -0
- package/lib/services/api-gateway.js.map +1 -0
- package/lib/services/argo.d.ts +101 -0
- package/lib/services/argo.d.ts.map +1 -0
- package/lib/services/argo.js +105 -0
- package/lib/services/argo.js.map +1 -0
- package/lib/services/audit-logs.d.ts +46 -0
- package/lib/services/audit-logs.d.ts.map +1 -0
- package/lib/services/audit-logs.js +37 -0
- package/lib/services/audit-logs.js.map +1 -0
- package/lib/services/billing.d.ts +62 -0
- package/lib/services/billing.d.ts.map +1 -0
- package/lib/services/billing.js +100 -0
- package/lib/services/billing.js.map +1 -0
- package/lib/services/bot-management.d.ts +124 -0
- package/lib/services/bot-management.d.ts.map +1 -0
- package/lib/services/bot-management.js +262 -0
- package/lib/services/bot-management.js.map +1 -0
- package/lib/services/botnet-feed.d.ts +65 -0
- package/lib/services/botnet-feed.d.ts.map +1 -0
- package/lib/services/botnet-feed.js +84 -0
- package/lib/services/botnet-feed.js.map +1 -0
- package/lib/services/brand-protection.d.ts +188 -0
- package/lib/services/brand-protection.d.ts.map +1 -0
- package/lib/services/brand-protection.js +214 -0
- package/lib/services/brand-protection.js.map +1 -0
- package/lib/services/browser-rendering.d.ts +857 -0
- package/lib/services/browser-rendering.d.ts.map +1 -0
- package/lib/services/browser-rendering.js +1141 -0
- package/lib/services/browser-rendering.js.map +1 -0
- package/lib/services/cache.d.ts +287 -0
- package/lib/services/cache.d.ts.map +1 -0
- package/lib/services/cache.js +330 -0
- package/lib/services/cache.js.map +1 -0
- package/lib/services/calls.d.ts +202 -0
- package/lib/services/calls.d.ts.map +1 -0
- package/lib/services/calls.js +175 -0
- package/lib/services/calls.js.map +1 -0
- package/lib/services/certificate-authorities.d.ts +40 -0
- package/lib/services/certificate-authorities.d.ts.map +1 -0
- package/lib/services/certificate-authorities.js +49 -0
- package/lib/services/certificate-authorities.js.map +1 -0
- package/lib/services/client-certificates.d.ts +254 -0
- package/lib/services/client-certificates.d.ts.map +1 -0
- package/lib/services/client-certificates.js +350 -0
- package/lib/services/client-certificates.js.map +1 -0
- package/lib/services/cloud-connector.d.ts +59 -0
- package/lib/services/cloud-connector.d.ts.map +1 -0
- package/lib/services/cloud-connector.js +84 -0
- package/lib/services/cloud-connector.js.map +1 -0
- package/lib/services/cloudforce-one.d.ts +1318 -0
- package/lib/services/cloudforce-one.d.ts.map +1 -0
- package/lib/services/cloudforce-one.js +1684 -0
- package/lib/services/cloudforce-one.js.map +1 -0
- package/lib/services/connectivity.d.ts +248 -0
- package/lib/services/connectivity.d.ts.map +1 -0
- package/lib/services/connectivity.js +377 -0
- package/lib/services/connectivity.js.map +1 -0
- package/lib/services/content-scanning.d.ts +131 -0
- package/lib/services/content-scanning.d.ts.map +1 -0
- package/lib/services/content-scanning.js +156 -0
- package/lib/services/content-scanning.js.map +1 -0
- package/lib/services/custom-certificates.d.ts +211 -0
- package/lib/services/custom-certificates.d.ts.map +1 -0
- package/lib/services/custom-certificates.js +309 -0
- package/lib/services/custom-certificates.js.map +1 -0
- package/lib/services/custom-hostnames.d.ts +525 -0
- package/lib/services/custom-hostnames.d.ts.map +1 -0
- package/lib/services/custom-hostnames.js +1164 -0
- package/lib/services/custom-hostnames.js.map +1 -0
- package/lib/services/custom-nameservers.d.ts +67 -0
- package/lib/services/custom-nameservers.d.ts.map +1 -0
- package/lib/services/custom-nameservers.js +80 -0
- package/lib/services/custom-nameservers.js.map +1 -0
- package/lib/services/custom-pages.d.ts +74 -0
- package/lib/services/custom-pages.d.ts.map +1 -0
- package/lib/services/custom-pages.js +125 -0
- package/lib/services/custom-pages.js.map +1 -0
- package/lib/services/d1.d.ts +326 -0
- package/lib/services/d1.d.ts.map +1 -0
- package/lib/services/d1.js +448 -0
- package/lib/services/d1.js.map +1 -0
- package/lib/services/dcv-delegation.d.ts +24 -0
- package/lib/services/dcv-delegation.d.ts.map +1 -0
- package/lib/services/dcv-delegation.js +24 -0
- package/lib/services/dcv-delegation.js.map +1 -0
- package/lib/services/diagnostics.d.ts +175 -0
- package/lib/services/diagnostics.d.ts.map +1 -0
- package/lib/services/diagnostics.js +273 -0
- package/lib/services/diagnostics.js.map +1 -0
- package/lib/services/dns-firewall.d.ts +288 -0
- package/lib/services/dns-firewall.d.ts.map +1 -0
- package/lib/services/dns-firewall.js +373 -0
- package/lib/services/dns-firewall.js.map +1 -0
- package/lib/services/dns.d.ts +2946 -0
- package/lib/services/dns.d.ts.map +1 -0
- package/lib/services/dns.js +4511 -0
- package/lib/services/dns.js.map +1 -0
- package/lib/services/durable-objects.d.ts +61 -0
- package/lib/services/durable-objects.d.ts.map +1 -0
- package/lib/services/durable-objects.js +66 -0
- package/lib/services/durable-objects.js.map +1 -0
- package/lib/services/email-routing.d.ts +542 -0
- package/lib/services/email-routing.d.ts.map +1 -0
- package/lib/services/email-routing.js +662 -0
- package/lib/services/email-routing.js.map +1 -0
- package/lib/services/email-security.d.ts +1131 -0
- package/lib/services/email-security.d.ts.map +1 -0
- package/lib/services/email-security.js +2065 -0
- package/lib/services/email-security.js.map +1 -0
- package/lib/services/filters.d.ts +157 -0
- package/lib/services/filters.d.ts.map +1 -0
- package/lib/services/filters.js +135 -0
- package/lib/services/filters.js.map +1 -0
- package/lib/services/firewall.d.ts +1080 -0
- package/lib/services/firewall.d.ts.map +1 -0
- package/lib/services/firewall.js +1881 -0
- package/lib/services/firewall.js.map +1 -0
- package/lib/services/healthchecks.d.ts +464 -0
- package/lib/services/healthchecks.d.ts.map +1 -0
- package/lib/services/healthchecks.js +838 -0
- package/lib/services/healthchecks.js.map +1 -0
- package/lib/services/hostnames.d.ts +74 -0
- package/lib/services/hostnames.d.ts.map +1 -0
- package/lib/services/hostnames.js +100 -0
- package/lib/services/hostnames.js.map +1 -0
- package/lib/services/hyperdrive.d.ts +203 -0
- package/lib/services/hyperdrive.d.ts.map +1 -0
- package/lib/services/hyperdrive.js +299 -0
- package/lib/services/hyperdrive.js.map +1 -0
- package/lib/services/iam.d.ts +554 -0
- package/lib/services/iam.d.ts.map +1 -0
- package/lib/services/iam.js +743 -0
- package/lib/services/iam.js.map +1 -0
- package/lib/services/images.d.ts +403 -0
- package/lib/services/images.d.ts.map +1 -0
- package/lib/services/images.js +417 -0
- package/lib/services/images.js.map +1 -0
- package/lib/services/intel.d.ts +768 -0
- package/lib/services/intel.d.ts.map +1 -0
- package/lib/services/intel.js +1179 -0
- package/lib/services/intel.js.map +1 -0
- package/lib/services/ips.d.ts +28 -0
- package/lib/services/ips.d.ts.map +1 -0
- package/lib/services/ips.js +39 -0
- package/lib/services/ips.js.map +1 -0
- package/lib/services/keyless-certificates.d.ts +177 -0
- package/lib/services/keyless-certificates.d.ts.map +1 -0
- package/lib/services/keyless-certificates.js +216 -0
- package/lib/services/keyless-certificates.js.map +1 -0
- package/lib/services/kv.d.ts +339 -0
- package/lib/services/kv.d.ts.map +1 -0
- package/lib/services/kv.js +402 -0
- package/lib/services/kv.js.map +1 -0
- package/lib/services/leaked-credential-checks.d.ts +119 -0
- package/lib/services/leaked-credential-checks.d.ts.map +1 -0
- package/lib/services/leaked-credential-checks.js +130 -0
- package/lib/services/leaked-credential-checks.js.map +1 -0
- package/lib/services/load-balancers.d.ts +1767 -0
- package/lib/services/load-balancers.d.ts.map +1 -0
- package/lib/services/load-balancers.js +3068 -0
- package/lib/services/load-balancers.js.map +1 -0
- package/lib/services/logpush.d.ts +401 -0
- package/lib/services/logpush.d.ts.map +1 -0
- package/lib/services/logpush.js +724 -0
- package/lib/services/logpush.js.map +1 -0
- package/lib/services/logs.d.ts +125 -0
- package/lib/services/logs.d.ts.map +1 -0
- package/lib/services/logs.js +145 -0
- package/lib/services/logs.js.map +1 -0
- package/lib/services/magic-cloud-networking.d.ts +1599 -0
- package/lib/services/magic-cloud-networking.d.ts.map +1 -0
- package/lib/services/magic-cloud-networking.js +5205 -0
- package/lib/services/magic-cloud-networking.js.map +1 -0
- package/lib/services/magic-network-monitoring.d.ts +379 -0
- package/lib/services/magic-network-monitoring.d.ts.map +1 -0
- package/lib/services/magic-network-monitoring.js +535 -0
- package/lib/services/magic-network-monitoring.js.map +1 -0
- package/lib/services/magic-transit.d.ts +3650 -0
- package/lib/services/magic-transit.d.ts.map +1 -0
- package/lib/services/magic-transit.js +6120 -0
- package/lib/services/magic-transit.js.map +1 -0
- package/lib/services/managed-transforms.d.ts +79 -0
- package/lib/services/managed-transforms.d.ts.map +1 -0
- package/lib/services/managed-transforms.js +107 -0
- package/lib/services/managed-transforms.js.map +1 -0
- package/lib/services/memberships.d.ts +172 -0
- package/lib/services/memberships.d.ts.map +1 -0
- package/lib/services/memberships.js +282 -0
- package/lib/services/memberships.js.map +1 -0
- package/lib/services/mtls-certificates.d.ts +140 -0
- package/lib/services/mtls-certificates.d.ts.map +1 -0
- package/lib/services/mtls-certificates.js +173 -0
- package/lib/services/mtls-certificates.js.map +1 -0
- package/lib/services/network-interconnects.d.ts +410 -0
- package/lib/services/network-interconnects.d.ts.map +1 -0
- package/lib/services/network-interconnects.js +583 -0
- package/lib/services/network-interconnects.js.map +1 -0
- package/lib/services/organizations.d.ts +201 -0
- package/lib/services/organizations.d.ts.map +1 -0
- package/lib/services/organizations.js +355 -0
- package/lib/services/organizations.js.map +1 -0
- package/lib/services/origin-ca-certificates.d.ts +99 -0
- package/lib/services/origin-ca-certificates.d.ts.map +1 -0
- package/lib/services/origin-ca-certificates.js +156 -0
- package/lib/services/origin-ca-certificates.js.map +1 -0
- package/lib/services/origin-post-quantum-encryption.d.ts +50 -0
- package/lib/services/origin-post-quantum-encryption.d.ts.map +1 -0
- package/lib/services/origin-post-quantum-encryption.js +60 -0
- package/lib/services/origin-post-quantum-encryption.js.map +1 -0
- package/lib/services/origin-tls-client-auth.d.ts +273 -0
- package/lib/services/origin-tls-client-auth.d.ts.map +1 -0
- package/lib/services/origin-tls-client-auth.js +401 -0
- package/lib/services/origin-tls-client-auth.js.map +1 -0
- package/lib/services/page-rules.d.ts +773 -0
- package/lib/services/page-rules.d.ts.map +1 -0
- package/lib/services/page-rules.js +1365 -0
- package/lib/services/page-rules.js.map +1 -0
- package/lib/services/page-shield.d.ts +426 -0
- package/lib/services/page-shield.d.ts.map +1 -0
- package/lib/services/page-shield.js +484 -0
- package/lib/services/page-shield.js.map +1 -0
- package/lib/services/pages.d.ts +1654 -0
- package/lib/services/pages.d.ts.map +1 -0
- package/lib/services/pages.js +2954 -0
- package/lib/services/pages.js.map +1 -0
- package/lib/services/pipelines.d.ts +1461 -0
- package/lib/services/pipelines.d.ts.map +1 -0
- package/lib/services/pipelines.js +2912 -0
- package/lib/services/pipelines.js.map +1 -0
- package/lib/services/queues.d.ts +807 -0
- package/lib/services/queues.d.ts.map +1 -0
- package/lib/services/queues.js +1194 -0
- package/lib/services/queues.js.map +1 -0
- package/lib/services/r2-data-catalog.d.ts +341 -0
- package/lib/services/r2-data-catalog.d.ts.map +1 -0
- package/lib/services/r2-data-catalog.js +499 -0
- package/lib/services/r2-data-catalog.js.map +1 -0
- package/lib/services/r2.d.ts +1041 -0
- package/lib/services/r2.d.ts.map +1 -0
- package/lib/services/r2.js +1384 -0
- package/lib/services/r2.js.map +1 -0
- package/lib/services/radar.d.ts +9276 -0
- package/lib/services/radar.d.ts.map +1 -0
- package/lib/services/radar.js +20491 -0
- package/lib/services/radar.js.map +1 -0
- package/lib/services/rate-limits.d.ts +315 -0
- package/lib/services/rate-limits.d.ts.map +1 -0
- package/lib/services/rate-limits.js +521 -0
- package/lib/services/rate-limits.js.map +1 -0
- package/lib/services/realtime-kit.d.ts +2728 -0
- package/lib/services/realtime-kit.d.ts.map +1 -0
- package/lib/services/realtime-kit.js +5401 -0
- package/lib/services/realtime-kit.js.map +1 -0
- package/lib/services/registrar.d.ts +81 -0
- package/lib/services/registrar.d.ts.map +1 -0
- package/lib/services/registrar.js +154 -0
- package/lib/services/registrar.js.map +1 -0
- package/lib/services/request-tracers.d.ts +61 -0
- package/lib/services/request-tracers.d.ts.map +1 -0
- package/lib/services/request-tracers.js +82 -0
- package/lib/services/request-tracers.js.map +1 -0
- package/lib/services/resource-sharing.d.ts +540 -0
- package/lib/services/resource-sharing.d.ts.map +1 -0
- package/lib/services/resource-sharing.js +846 -0
- package/lib/services/resource-sharing.js.map +1 -0
- package/lib/services/rules.d.ts +297 -0
- package/lib/services/rules.d.ts.map +1 -0
- package/lib/services/rules.js +396 -0
- package/lib/services/rules.js.map +1 -0
- package/lib/services/rulesets.d.ts +3300 -0
- package/lib/services/rulesets.d.ts.map +1 -0
- package/lib/services/rulesets.js +7852 -0
- package/lib/services/rulesets.js.map +1 -0
- package/lib/services/rum.d.ts +289 -0
- package/lib/services/rum.d.ts.map +1 -0
- package/lib/services/rum.js +409 -0
- package/lib/services/rum.js.map +1 -0
- package/lib/services/schema-validation.d.ts +240 -0
- package/lib/services/schema-validation.d.ts.map +1 -0
- package/lib/services/schema-validation.js +306 -0
- package/lib/services/schema-validation.js.map +1 -0
- package/lib/services/secrets-store.d.ts +321 -0
- package/lib/services/secrets-store.d.ts.map +1 -0
- package/lib/services/secrets-store.js +385 -0
- package/lib/services/secrets-store.js.map +1 -0
- package/lib/services/security-center.d.ts +102 -0
- package/lib/services/security-center.d.ts.map +1 -0
- package/lib/services/security-center.js +170 -0
- package/lib/services/security-center.js.map +1 -0
- package/lib/services/security-txt.d.ts +105 -0
- package/lib/services/security-txt.d.ts.map +1 -0
- package/lib/services/security-txt.js +136 -0
- package/lib/services/security-txt.js.map +1 -0
- package/lib/services/snippets.d.ts +138 -0
- package/lib/services/snippets.d.ts.map +1 -0
- package/lib/services/snippets.js +178 -0
- package/lib/services/snippets.js.map +1 -0
- package/lib/services/spectrum.d.ts +316 -0
- package/lib/services/spectrum.d.ts.map +1 -0
- package/lib/services/spectrum.js +510 -0
- package/lib/services/spectrum.js.map +1 -0
- package/lib/services/speed.d.ts +227 -0
- package/lib/services/speed.d.ts.map +1 -0
- package/lib/services/speed.js +444 -0
- package/lib/services/speed.js.map +1 -0
- package/lib/services/ssl.d.ts +370 -0
- package/lib/services/ssl.d.ts.map +1 -0
- package/lib/services/ssl.js +732 -0
- package/lib/services/ssl.js.map +1 -0
- package/lib/services/stream.d.ts +1014 -0
- package/lib/services/stream.d.ts.map +1 -0
- package/lib/services/stream.js +1049 -0
- package/lib/services/stream.js.map +1 -0
- package/lib/services/token-validation.d.ts +547 -0
- package/lib/services/token-validation.d.ts.map +1 -0
- package/lib/services/token-validation.js +768 -0
- package/lib/services/token-validation.js.map +1 -0
- package/lib/services/turnstile.d.ts +248 -0
- package/lib/services/turnstile.d.ts.map +1 -0
- package/lib/services/turnstile.js +308 -0
- package/lib/services/turnstile.js.map +1 -0
- package/lib/services/url-normalization.d.ts +53 -0
- package/lib/services/url-normalization.d.ts.map +1 -0
- package/lib/services/url-normalization.js +52 -0
- package/lib/services/url-normalization.js.map +1 -0
- package/lib/services/url-scanner.d.ts +612 -0
- package/lib/services/url-scanner.d.ts.map +1 -0
- package/lib/services/url-scanner.js +915 -0
- package/lib/services/url-scanner.js.map +1 -0
- package/lib/services/user.d.ts +441 -0
- package/lib/services/user.d.ts.map +1 -0
- package/lib/services/user.js +567 -0
- package/lib/services/user.js.map +1 -0
- package/lib/services/vectorize.d.ts +282 -0
- package/lib/services/vectorize.d.ts.map +1 -0
- package/lib/services/vectorize.js +340 -0
- package/lib/services/vectorize.js.map +1 -0
- package/lib/services/waiting-rooms.d.ts +1009 -0
- package/lib/services/waiting-rooms.d.ts.map +1 -0
- package/lib/services/waiting-rooms.js +1757 -0
- package/lib/services/waiting-rooms.js.map +1 -0
- package/lib/services/web3.d.ts +274 -0
- package/lib/services/web3.d.ts.map +1 -0
- package/lib/services/web3.js +362 -0
- package/lib/services/web3.js.map +1 -0
- package/lib/services/workers-for-platforms.d.ts +1224 -0
- package/lib/services/workers-for-platforms.d.ts.map +1 -0
- package/lib/services/workers-for-platforms.js +2078 -0
- package/lib/services/workers-for-platforms.js.map +1 -0
- package/lib/services/workers.d.ts +3498 -0
- package/lib/services/workers.d.ts.map +1 -0
- package/lib/services/workers.js +5967 -0
- package/lib/services/workers.js.map +1 -0
- package/lib/services/workflows.d.ts +359 -0
- package/lib/services/workflows.d.ts.map +1 -0
- package/lib/services/workflows.js +516 -0
- package/lib/services/workflows.js.map +1 -0
- package/lib/services/zaraz.d.ts +300 -0
- package/lib/services/zaraz.d.ts.map +1 -0
- package/lib/services/zaraz.js +298 -0
- package/lib/services/zaraz.js.map +1 -0
- package/lib/services/zero-trust.d.ts +15449 -0
- package/lib/services/zero-trust.d.ts.map +1 -0
- package/lib/services/zero-trust.js +29194 -0
- package/lib/services/zero-trust.js.map +1 -0
- package/lib/services/zones.d.ts +1278 -0
- package/lib/services/zones.d.ts.map +1 -0
- package/lib/services/zones.js +2416 -0
- package/lib/services/zones.js.map +1 -0
- package/lib/traits.d.ts +28 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +26 -0
- package/lib/traits.js.map +1 -0
- package/package.json +67 -5
- package/src/auth.ts +14 -0
- package/src/category.ts +1 -0
- package/src/client/api.ts +269 -0
- package/src/client/index.ts +7 -0
- package/src/credentials.ts +30 -0
- package/src/errors.ts +65 -0
- package/src/index.ts +9 -0
- package/src/retry.ts +35 -0
- package/src/schemas.ts +51 -0
- package/src/services/abuse-reports.ts +747 -0
- package/src/services/accounts.ts +1947 -0
- package/src/services/acm.ts +170 -0
- package/src/services/addressing.ts +3947 -0
- package/src/services/ai-gateway.ts +3335 -0
- package/src/services/ai.ts +727 -0
- package/src/services/aisearch.ts +4750 -0
- package/src/services/alerting.ts +2947 -0
- package/src/services/api-gateway.ts +3391 -0
- package/src/services/argo.ts +254 -0
- package/src/services/audit-logs.ts +90 -0
- package/src/services/billing.ts +172 -0
- package/src/services/bot-management.ts +541 -0
- package/src/services/botnet-feed.ts +193 -0
- package/src/services/brand-protection.ts +553 -0
- package/src/services/browser-rendering.ts +2707 -0
- package/src/services/cache.ts +827 -0
- package/src/services/calls.ts +483 -0
- package/src/services/certificate-authorities.ts +110 -0
- package/src/services/client-certificates.ts +718 -0
- package/src/services/cloud-connector.ts +181 -0
- package/src/services/cloudforce-one.ts +3876 -0
- package/src/services/connectivity.ts +629 -0
- package/src/services/content-scanning.ts +385 -0
- package/src/services/custom-certificates.ts +611 -0
- package/src/services/custom-hostnames.ts +2453 -0
- package/src/services/custom-nameservers.ts +182 -0
- package/src/services/custom-pages.ts +264 -0
- package/src/services/d1.ts +1034 -0
- package/src/services/dcv-delegation.ts +52 -0
- package/src/services/diagnostics.ts +603 -0
- package/src/services/dns-firewall.ts +823 -0
- package/src/services/dns.ts +8897 -0
- package/src/services/durable-objects.ts +148 -0
- package/src/services/email-routing.ts +1602 -0
- package/src/services/email-security.ts +4283 -0
- package/src/services/filters.ts +370 -0
- package/src/services/firewall.ts +3896 -0
- package/src/services/healthchecks.ts +1750 -0
- package/src/services/hostnames.ts +218 -0
- package/src/services/hyperdrive.ts +592 -0
- package/src/services/iam.ts +1668 -0
- package/src/services/images.ts +1086 -0
- package/src/services/intel.ts +2768 -0
- package/src/services/ips.ts +88 -0
- package/src/services/keyless-certificates.ts +462 -0
- package/src/services/kv.ts +1011 -0
- package/src/services/leaked-credential-checks.ts +325 -0
- package/src/services/load-balancers.ts +6438 -0
- package/src/services/logpush.ts +1667 -0
- package/src/services/logs.ts +375 -0
- package/src/services/magic-cloud-networking.ts +10020 -0
- package/src/services/magic-network-monitoring.ts +1156 -0
- package/src/services/magic-transit.ts +13050 -0
- package/src/services/managed-transforms.ts +237 -0
- package/src/services/memberships.ts +615 -0
- package/src/services/mtls-certificates.ts +374 -0
- package/src/services/network-interconnects.ts +1253 -0
- package/src/services/organizations.ts +674 -0
- package/src/services/origin-ca-certificates.ts +303 -0
- package/src/services/origin-post-quantum-encryption.ts +128 -0
- package/src/services/origin-tls-client-auth.ts +878 -0
- package/src/services/page-rules.ts +2612 -0
- package/src/services/page-shield.ts +1195 -0
- package/src/services/pages.ts +5709 -0
- package/src/services/pipelines.ts +6000 -0
- package/src/services/queues.ts +2629 -0
- package/src/services/r2-data-catalog.ts +1119 -0
- package/src/services/r2.ts +3348 -0
- package/src/services/radar.ts +42152 -0
- package/src/services/rate-limits.ts +1150 -0
- package/src/services/realtime-kit.ts +11079 -0
- package/src/services/registrar.ts +295 -0
- package/src/services/request-tracers.ts +158 -0
- package/src/services/resource-sharing.ts +1832 -0
- package/src/services/rules.ts +837 -0
- package/src/services/rulesets.ts +15144 -0
- package/src/services/rum.ts +901 -0
- package/src/services/schema-validation.ts +733 -0
- package/src/services/secrets-store.ts +860 -0
- package/src/services/security-center.ts +397 -0
- package/src/services/security-txt.ts +315 -0
- package/src/services/snippets.ts +420 -0
- package/src/services/spectrum.ts +1103 -0
- package/src/services/speed.ts +1056 -0
- package/src/services/ssl.ts +1587 -0
- package/src/services/stream.ts +2756 -0
- package/src/services/token-validation.ts +1585 -0
- package/src/services/turnstile.ts +643 -0
- package/src/services/url-normalization.ts +129 -0
- package/src/services/url-scanner.ts +1851 -0
- package/src/services/user.ts +1384 -0
- package/src/services/vectorize.ts +816 -0
- package/src/services/waiting-rooms.ts +3807 -0
- package/src/services/web3.ts +834 -0
- package/src/services/workers-for-platforms.ts +3859 -0
- package/src/services/workers.ts +11637 -0
- package/src/services/workflows.ts +1124 -0
- package/src/services/zaraz.ts +797 -0
- package/src/services/zero-trust.ts +58933 -0
- package/src/services/zones.ts +4875 -0
- package/src/traits.ts +47 -0
- package/README.md +0 -15
- package/bun.lock +0 -26
- package/index.ts +0 -1
- package/tsconfig.json +0 -29
|
@@ -0,0 +1,682 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloudflare ACCOUNTS API
|
|
3
|
+
*
|
|
4
|
+
* Generated from Cloudflare TypeScript SDK.
|
|
5
|
+
* DO NOT EDIT - regenerate with: bun scripts/generate.ts --service accounts
|
|
6
|
+
*/
|
|
7
|
+
import * as Schema from "effect/Schema";
|
|
8
|
+
import type * as HttpClient from "effect/unstable/http/HttpClient";
|
|
9
|
+
import * as API from "../client/api.ts";
|
|
10
|
+
import type { Credentials } from "../credentials";
|
|
11
|
+
import { type DefaultErrors } from "../errors";
|
|
12
|
+
declare const AccountCreationForbidden_base: Schema.ErrorClass<AccountCreationForbidden, Schema.TaggedStruct<"AccountCreationForbidden", {
|
|
13
|
+
readonly code: Schema.Number;
|
|
14
|
+
readonly message: Schema.String;
|
|
15
|
+
}>, import("effect/Cause").YieldableError>;
|
|
16
|
+
export declare class AccountCreationForbidden extends AccountCreationForbidden_base {
|
|
17
|
+
}
|
|
18
|
+
declare const AccountNameTooLong_base: Schema.ErrorClass<AccountNameTooLong, Schema.TaggedStruct<"AccountNameTooLong", {
|
|
19
|
+
readonly code: Schema.Number;
|
|
20
|
+
readonly message: Schema.String;
|
|
21
|
+
}>, import("effect/Cause").YieldableError>;
|
|
22
|
+
export declare class AccountNameTooLong extends AccountNameTooLong_base {
|
|
23
|
+
}
|
|
24
|
+
declare const BadRequest_base: Schema.ErrorClass<BadRequest, Schema.TaggedStruct<"BadRequest", {
|
|
25
|
+
readonly code: Schema.Number;
|
|
26
|
+
readonly message: Schema.String;
|
|
27
|
+
}>, import("effect/Cause").YieldableError>;
|
|
28
|
+
export declare class BadRequest extends BadRequest_base {
|
|
29
|
+
}
|
|
30
|
+
declare const EndpointNotFound_base: Schema.ErrorClass<EndpointNotFound, Schema.TaggedStruct<"EndpointNotFound", {
|
|
31
|
+
readonly code: Schema.Number;
|
|
32
|
+
readonly message: Schema.String;
|
|
33
|
+
}>, import("effect/Cause").YieldableError>;
|
|
34
|
+
export declare class EndpointNotFound extends EndpointNotFound_base {
|
|
35
|
+
}
|
|
36
|
+
declare const InvalidAccountName_base: Schema.ErrorClass<InvalidAccountName, Schema.TaggedStruct<"InvalidAccountName", {
|
|
37
|
+
readonly code: Schema.Number;
|
|
38
|
+
readonly message: Schema.String;
|
|
39
|
+
}>, import("effect/Cause").YieldableError>;
|
|
40
|
+
export declare class InvalidAccountName extends InvalidAccountName_base {
|
|
41
|
+
}
|
|
42
|
+
declare const InvalidRoute_base: Schema.ErrorClass<InvalidRoute, Schema.TaggedStruct<"InvalidRoute", {
|
|
43
|
+
readonly code: Schema.Number;
|
|
44
|
+
readonly message: Schema.String;
|
|
45
|
+
}>, import("effect/Cause").YieldableError>;
|
|
46
|
+
export declare class InvalidRoute extends InvalidRoute_base {
|
|
47
|
+
}
|
|
48
|
+
declare const InvalidTokenName_base: Schema.ErrorClass<InvalidTokenName, Schema.TaggedStruct<"InvalidTokenName", {
|
|
49
|
+
readonly code: Schema.Number;
|
|
50
|
+
readonly message: Schema.String;
|
|
51
|
+
}>, import("effect/Cause").YieldableError>;
|
|
52
|
+
export declare class InvalidTokenName extends InvalidTokenName_base {
|
|
53
|
+
}
|
|
54
|
+
declare const JsonDecodeFailure_base: Schema.ErrorClass<JsonDecodeFailure, Schema.TaggedStruct<"JsonDecodeFailure", {
|
|
55
|
+
readonly code: Schema.Number;
|
|
56
|
+
readonly message: Schema.String;
|
|
57
|
+
}>, import("effect/Cause").YieldableError>;
|
|
58
|
+
export declare class JsonDecodeFailure extends JsonDecodeFailure_base {
|
|
59
|
+
}
|
|
60
|
+
declare const MemberNotFound_base: Schema.ErrorClass<MemberNotFound, Schema.TaggedStruct<"MemberNotFound", {
|
|
61
|
+
readonly code: Schema.Number;
|
|
62
|
+
readonly message: Schema.String;
|
|
63
|
+
}>, import("effect/Cause").YieldableError>;
|
|
64
|
+
export declare class MemberNotFound extends MemberNotFound_base {
|
|
65
|
+
}
|
|
66
|
+
declare const MethodNotAllowed_base: Schema.ErrorClass<MethodNotAllowed, Schema.TaggedStruct<"MethodNotAllowed", {
|
|
67
|
+
readonly code: Schema.Number;
|
|
68
|
+
readonly message: Schema.String;
|
|
69
|
+
}>, import("effect/Cause").YieldableError>;
|
|
70
|
+
export declare class MethodNotAllowed extends MethodNotAllowed_base {
|
|
71
|
+
}
|
|
72
|
+
declare const MissingAuthenticationToken_base: Schema.ErrorClass<MissingAuthenticationToken, Schema.TaggedStruct<"MissingAuthenticationToken", {
|
|
73
|
+
readonly code: Schema.Number;
|
|
74
|
+
readonly message: Schema.String;
|
|
75
|
+
}>, import("effect/Cause").YieldableError>;
|
|
76
|
+
export declare class MissingAuthenticationToken extends MissingAuthenticationToken_base {
|
|
77
|
+
}
|
|
78
|
+
declare const MissingName_base: Schema.ErrorClass<MissingName, Schema.TaggedStruct<"MissingName", {
|
|
79
|
+
readonly code: Schema.Number;
|
|
80
|
+
readonly message: Schema.String;
|
|
81
|
+
}>, import("effect/Cause").YieldableError>;
|
|
82
|
+
export declare class MissingName extends MissingName_base {
|
|
83
|
+
}
|
|
84
|
+
declare const UpdateAccountTypeNotSupported_base: Schema.ErrorClass<UpdateAccountTypeNotSupported, Schema.TaggedStruct<"UpdateAccountTypeNotSupported", {
|
|
85
|
+
readonly code: Schema.Number;
|
|
86
|
+
readonly message: Schema.String;
|
|
87
|
+
}>, import("effect/Cause").YieldableError>;
|
|
88
|
+
export declare class UpdateAccountTypeNotSupported extends UpdateAccountTypeNotSupported_base {
|
|
89
|
+
}
|
|
90
|
+
declare const ValidationError_base: Schema.ErrorClass<ValidationError, Schema.TaggedStruct<"ValidationError", {
|
|
91
|
+
readonly code: Schema.Number;
|
|
92
|
+
readonly message: Schema.String;
|
|
93
|
+
}>, import("effect/Cause").YieldableError>;
|
|
94
|
+
export declare class ValidationError extends ValidationError_base {
|
|
95
|
+
}
|
|
96
|
+
export interface GetAccountRequest {
|
|
97
|
+
/** Account identifier tag. */
|
|
98
|
+
accountId: string;
|
|
99
|
+
}
|
|
100
|
+
export declare const GetAccountRequest: Schema.Schema<GetAccountRequest>;
|
|
101
|
+
export interface GetAccountResponse {
|
|
102
|
+
/** Identifier */
|
|
103
|
+
id: string;
|
|
104
|
+
/** Account name */
|
|
105
|
+
name: string;
|
|
106
|
+
type: "standard" | "enterprise";
|
|
107
|
+
/** Timestamp for the creation of the account */
|
|
108
|
+
createdOn?: string | null;
|
|
109
|
+
/** Parent container details */
|
|
110
|
+
managedBy?: {
|
|
111
|
+
parentOrgId?: string | null;
|
|
112
|
+
parentOrgName?: string | null;
|
|
113
|
+
} | null;
|
|
114
|
+
/** Account settings */
|
|
115
|
+
settings?: {
|
|
116
|
+
abuseContactEmail?: string | null;
|
|
117
|
+
enforceTwofactor?: boolean | null;
|
|
118
|
+
} | null;
|
|
119
|
+
}
|
|
120
|
+
export declare const GetAccountResponse: Schema.Schema<GetAccountResponse>;
|
|
121
|
+
export type GetAccountError = DefaultErrors | InvalidRoute;
|
|
122
|
+
export declare const getAccount: API.OperationMethod<GetAccountRequest, GetAccountResponse, GetAccountError, Credentials | HttpClient.HttpClient>;
|
|
123
|
+
export interface ListAccountsRequest {
|
|
124
|
+
}
|
|
125
|
+
export declare const ListAccountsRequest: Schema.Schema<ListAccountsRequest>;
|
|
126
|
+
export type ListAccountsResponse = {
|
|
127
|
+
id: string;
|
|
128
|
+
name: string;
|
|
129
|
+
type: "standard" | "enterprise";
|
|
130
|
+
createdOn?: string | null;
|
|
131
|
+
managedBy?: {
|
|
132
|
+
parentOrgId?: string | null;
|
|
133
|
+
parentOrgName?: string | null;
|
|
134
|
+
} | null;
|
|
135
|
+
settings?: {
|
|
136
|
+
abuseContactEmail?: string | null;
|
|
137
|
+
enforceTwofactor?: boolean | null;
|
|
138
|
+
} | null;
|
|
139
|
+
}[];
|
|
140
|
+
export declare const ListAccountsResponse: Schema.Schema<ListAccountsResponse>;
|
|
141
|
+
export type ListAccountsError = DefaultErrors;
|
|
142
|
+
export declare const listAccounts: API.OperationMethod<ListAccountsRequest, ListAccountsResponse, ListAccountsError, Credentials | HttpClient.HttpClient>;
|
|
143
|
+
export interface CreateAccountRequest {
|
|
144
|
+
/** Account name */
|
|
145
|
+
name: string;
|
|
146
|
+
type?: "standard" | "enterprise";
|
|
147
|
+
/** information related to the tenant unit, and optionally, an id of the unit to create the account on. see https://developers.cloudflare.com/tenant/how-to/manage-accounts/ */
|
|
148
|
+
unit?: {
|
|
149
|
+
id?: string;
|
|
150
|
+
};
|
|
151
|
+
}
|
|
152
|
+
export declare const CreateAccountRequest: Schema.Schema<CreateAccountRequest>;
|
|
153
|
+
export interface CreateAccountResponse {
|
|
154
|
+
/** Identifier */
|
|
155
|
+
id: string;
|
|
156
|
+
/** Account name */
|
|
157
|
+
name: string;
|
|
158
|
+
type: "standard" | "enterprise";
|
|
159
|
+
/** Timestamp for the creation of the account */
|
|
160
|
+
createdOn?: string | null;
|
|
161
|
+
/** Parent container details */
|
|
162
|
+
managedBy?: {
|
|
163
|
+
parentOrgId?: string | null;
|
|
164
|
+
parentOrgName?: string | null;
|
|
165
|
+
} | null;
|
|
166
|
+
/** Account settings */
|
|
167
|
+
settings?: {
|
|
168
|
+
abuseContactEmail?: string | null;
|
|
169
|
+
enforceTwofactor?: boolean | null;
|
|
170
|
+
} | null;
|
|
171
|
+
}
|
|
172
|
+
export declare const CreateAccountResponse: Schema.Schema<CreateAccountResponse>;
|
|
173
|
+
export type CreateAccountError = DefaultErrors | AccountCreationForbidden | MissingName;
|
|
174
|
+
export declare const createAccount: API.OperationMethod<CreateAccountRequest, CreateAccountResponse, CreateAccountError, Credentials | HttpClient.HttpClient>;
|
|
175
|
+
export interface UpdateAccountRequest {
|
|
176
|
+
/** Path param: Account identifier tag. */
|
|
177
|
+
accountId: string;
|
|
178
|
+
/** Body param: Identifier */
|
|
179
|
+
id: string;
|
|
180
|
+
/** Body param: Account name */
|
|
181
|
+
name: string;
|
|
182
|
+
/** Body param: */
|
|
183
|
+
type?: "standard" | "enterprise";
|
|
184
|
+
/** Body param: Parent container details */
|
|
185
|
+
managedBy?: unknown;
|
|
186
|
+
/** Body param: Account settings */
|
|
187
|
+
settings?: {
|
|
188
|
+
abuseContactEmail?: string;
|
|
189
|
+
enforceTwofactor?: boolean;
|
|
190
|
+
};
|
|
191
|
+
}
|
|
192
|
+
export declare const UpdateAccountRequest: Schema.Schema<UpdateAccountRequest>;
|
|
193
|
+
export interface UpdateAccountResponse {
|
|
194
|
+
/** Identifier */
|
|
195
|
+
id: string;
|
|
196
|
+
/** Account name */
|
|
197
|
+
name: string;
|
|
198
|
+
type: "standard" | "enterprise";
|
|
199
|
+
/** Timestamp for the creation of the account */
|
|
200
|
+
createdOn?: string | null;
|
|
201
|
+
/** Parent container details */
|
|
202
|
+
managedBy?: {
|
|
203
|
+
parentOrgId?: string | null;
|
|
204
|
+
parentOrgName?: string | null;
|
|
205
|
+
} | null;
|
|
206
|
+
/** Account settings */
|
|
207
|
+
settings?: {
|
|
208
|
+
abuseContactEmail?: string | null;
|
|
209
|
+
enforceTwofactor?: boolean | null;
|
|
210
|
+
} | null;
|
|
211
|
+
}
|
|
212
|
+
export declare const UpdateAccountResponse: Schema.Schema<UpdateAccountResponse>;
|
|
213
|
+
export type UpdateAccountError = DefaultErrors | InvalidAccountName | AccountNameTooLong | UpdateAccountTypeNotSupported | InvalidRoute | MethodNotAllowed;
|
|
214
|
+
export declare const updateAccount: API.OperationMethod<UpdateAccountRequest, UpdateAccountResponse, UpdateAccountError, Credentials | HttpClient.HttpClient>;
|
|
215
|
+
export interface DeleteAccountRequest {
|
|
216
|
+
/** The account ID of the account to be deleted */
|
|
217
|
+
accountId: string;
|
|
218
|
+
}
|
|
219
|
+
export declare const DeleteAccountRequest: Schema.Schema<DeleteAccountRequest>;
|
|
220
|
+
export interface DeleteAccountResponse {
|
|
221
|
+
/** Identifier */
|
|
222
|
+
id: string;
|
|
223
|
+
}
|
|
224
|
+
export declare const DeleteAccountResponse: Schema.Schema<DeleteAccountResponse>;
|
|
225
|
+
export type DeleteAccountError = DefaultErrors | InvalidRoute | MethodNotAllowed;
|
|
226
|
+
export declare const deleteAccount: API.OperationMethod<DeleteAccountRequest, DeleteAccountResponse, DeleteAccountError, Credentials | HttpClient.HttpClient>;
|
|
227
|
+
export interface ListLogAuditsRequest {
|
|
228
|
+
/** Path param: The unique id that identifies the account. */
|
|
229
|
+
accountId: string;
|
|
230
|
+
/** Query param: Limits the returned results to logs older than the specified date. This can be a date string 2019-04-30 (interpreted in UTC) or an absolute timestamp that conforms to RFC3339. */
|
|
231
|
+
before: string;
|
|
232
|
+
/** Query param: Limits the returned results to logs newer than the specified date. This can be a date string 2019-04-30 (interpreted in UTC) or an absolute timestamp that conforms to RFC3339. */
|
|
233
|
+
since: string;
|
|
234
|
+
/** Query param: */
|
|
235
|
+
id?: {
|
|
236
|
+
not?: string[];
|
|
237
|
+
};
|
|
238
|
+
/** Query param: */
|
|
239
|
+
accountName?: {
|
|
240
|
+
not?: string[];
|
|
241
|
+
};
|
|
242
|
+
/** Query param: */
|
|
243
|
+
actionResult?: {
|
|
244
|
+
not?: ("success" | "failure")[];
|
|
245
|
+
};
|
|
246
|
+
/** Query param: */
|
|
247
|
+
actionType?: {
|
|
248
|
+
not?: ("create" | "delete" | "view" | "update")[];
|
|
249
|
+
};
|
|
250
|
+
/** Query param: */
|
|
251
|
+
actorContext?: {
|
|
252
|
+
not?: ("api_key" | "api_token" | "dash" | "oauth" | "origin_ca_key")[];
|
|
253
|
+
};
|
|
254
|
+
/** Query param: */
|
|
255
|
+
actorEmail?: {
|
|
256
|
+
not?: string[];
|
|
257
|
+
};
|
|
258
|
+
/** Query param: */
|
|
259
|
+
actorId?: {
|
|
260
|
+
not?: string[];
|
|
261
|
+
};
|
|
262
|
+
/** Query param: */
|
|
263
|
+
actorIpAddress?: {
|
|
264
|
+
not?: string[];
|
|
265
|
+
};
|
|
266
|
+
/** Query param: */
|
|
267
|
+
actorTokenId?: {
|
|
268
|
+
not?: string[];
|
|
269
|
+
};
|
|
270
|
+
/** Query param: */
|
|
271
|
+
actorTokenName?: {
|
|
272
|
+
not?: string[];
|
|
273
|
+
};
|
|
274
|
+
/** Query param: */
|
|
275
|
+
actorType?: {
|
|
276
|
+
not?: ("account" | "cloudflare_admin" | "system" | "user")[];
|
|
277
|
+
};
|
|
278
|
+
/** Query param: */
|
|
279
|
+
auditLogId?: {
|
|
280
|
+
not?: string[];
|
|
281
|
+
};
|
|
282
|
+
/** Query param: Sets sorting order. */
|
|
283
|
+
direction?: "desc" | "asc";
|
|
284
|
+
/** Query param: The number limits the objects to return. The cursor attribute may be used to iterate over the next batch of objects if there are more than the limit. */
|
|
285
|
+
limit?: number;
|
|
286
|
+
/** Query param: */
|
|
287
|
+
rawCfRayId?: {
|
|
288
|
+
not?: string[];
|
|
289
|
+
};
|
|
290
|
+
/** Query param: */
|
|
291
|
+
rawMethod?: {
|
|
292
|
+
not?: string[];
|
|
293
|
+
};
|
|
294
|
+
/** Query param: */
|
|
295
|
+
rawStatusCode?: {
|
|
296
|
+
not?: number[];
|
|
297
|
+
};
|
|
298
|
+
/** Query param: */
|
|
299
|
+
rawUri?: {
|
|
300
|
+
not?: string[];
|
|
301
|
+
};
|
|
302
|
+
/** Query param: */
|
|
303
|
+
resourceId?: {
|
|
304
|
+
not?: string[];
|
|
305
|
+
};
|
|
306
|
+
/** Query param: */
|
|
307
|
+
resourceProduct?: {
|
|
308
|
+
not?: string[];
|
|
309
|
+
};
|
|
310
|
+
/** Query param: */
|
|
311
|
+
resourceScope?: {
|
|
312
|
+
not?: ("accounts" | "user" | "zones")[];
|
|
313
|
+
};
|
|
314
|
+
/** Query param: */
|
|
315
|
+
resourceType?: {
|
|
316
|
+
not?: string[];
|
|
317
|
+
};
|
|
318
|
+
/** Query param: */
|
|
319
|
+
zoneId?: {
|
|
320
|
+
not?: string[];
|
|
321
|
+
};
|
|
322
|
+
/** Query param: */
|
|
323
|
+
zoneName?: {
|
|
324
|
+
not?: string[];
|
|
325
|
+
};
|
|
326
|
+
}
|
|
327
|
+
export declare const ListLogAuditsRequest: Schema.Schema<ListLogAuditsRequest>;
|
|
328
|
+
export type ListLogAuditsResponse = {
|
|
329
|
+
id?: string | null;
|
|
330
|
+
account?: {
|
|
331
|
+
id?: string | null;
|
|
332
|
+
name?: string | null;
|
|
333
|
+
} | null;
|
|
334
|
+
action?: {
|
|
335
|
+
description?: string | null;
|
|
336
|
+
result?: string | null;
|
|
337
|
+
time?: string | null;
|
|
338
|
+
type?: string | null;
|
|
339
|
+
} | null;
|
|
340
|
+
actor?: {
|
|
341
|
+
id?: string | null;
|
|
342
|
+
context?: "api_key" | "api_token" | "dash" | "oauth" | "origin_ca_key" | null;
|
|
343
|
+
email?: string | null;
|
|
344
|
+
ipAddress?: string | null;
|
|
345
|
+
tokenId?: string | null;
|
|
346
|
+
tokenName?: string | null;
|
|
347
|
+
type?: "account" | "cloudflare_admin" | "system" | "user" | null;
|
|
348
|
+
} | null;
|
|
349
|
+
raw?: {
|
|
350
|
+
cfRayId?: string | null;
|
|
351
|
+
method?: string | null;
|
|
352
|
+
statusCode?: number | null;
|
|
353
|
+
uri?: string | null;
|
|
354
|
+
userAgent?: string | null;
|
|
355
|
+
} | null;
|
|
356
|
+
resource?: {
|
|
357
|
+
id?: string | null;
|
|
358
|
+
product?: string | null;
|
|
359
|
+
request?: unknown | null;
|
|
360
|
+
response?: unknown | null;
|
|
361
|
+
scope?: unknown | null;
|
|
362
|
+
type?: string | null;
|
|
363
|
+
} | null;
|
|
364
|
+
zone?: {
|
|
365
|
+
id?: string | null;
|
|
366
|
+
name?: string | null;
|
|
367
|
+
} | null;
|
|
368
|
+
}[];
|
|
369
|
+
export declare const ListLogAuditsResponse: Schema.Schema<ListLogAuditsResponse>;
|
|
370
|
+
export type ListLogAuditsError = DefaultErrors;
|
|
371
|
+
export declare const listLogAudits: API.OperationMethod<ListLogAuditsRequest, ListLogAuditsResponse, ListLogAuditsError, Credentials | HttpClient.HttpClient>;
|
|
372
|
+
export interface GetMemberRequest {
|
|
373
|
+
memberId: string;
|
|
374
|
+
/** Account identifier tag. */
|
|
375
|
+
accountId: string;
|
|
376
|
+
}
|
|
377
|
+
export declare const GetMemberRequest: Schema.Schema<GetMemberRequest>;
|
|
378
|
+
export type GetMemberResponse = unknown;
|
|
379
|
+
export declare const GetMemberResponse: Schema.Schema<unknown>;
|
|
380
|
+
export type GetMemberError = DefaultErrors | MemberNotFound | InvalidRoute;
|
|
381
|
+
export declare const getMember: API.OperationMethod<GetMemberRequest, GetMemberResponse, GetMemberError, Credentials | HttpClient.HttpClient>;
|
|
382
|
+
export interface ListMembersRequest {
|
|
383
|
+
/** Path param: Account identifier tag. */
|
|
384
|
+
accountId: string;
|
|
385
|
+
/** Query param: Direction to order results. */
|
|
386
|
+
direction?: "asc" | "desc";
|
|
387
|
+
/** Query param: Field to order results by. */
|
|
388
|
+
order?: "user.first_name" | "user.last_name" | "user.email" | "status";
|
|
389
|
+
/** Query param: A member's status in the account. */
|
|
390
|
+
status?: "accepted" | "pending" | "rejected";
|
|
391
|
+
}
|
|
392
|
+
export declare const ListMembersRequest: Schema.Schema<ListMembersRequest>;
|
|
393
|
+
export type ListMembersResponse = unknown;
|
|
394
|
+
export declare const ListMembersResponse: Schema.Schema<unknown>;
|
|
395
|
+
export type ListMembersError = DefaultErrors;
|
|
396
|
+
export declare const listMembers: API.OperationMethod<ListMembersRequest, ListMembersResponse, ListMembersError, Credentials | HttpClient.HttpClient>;
|
|
397
|
+
export interface CreateMemberRequest {
|
|
398
|
+
/** Path param: Account identifier tag. */
|
|
399
|
+
accountId: string;
|
|
400
|
+
/** Body param: The contact email address of the user. */
|
|
401
|
+
email: string;
|
|
402
|
+
/** Body param: Array of roles associated with this member. */
|
|
403
|
+
roles: string[];
|
|
404
|
+
/** Body param: */
|
|
405
|
+
status?: "accepted" | "pending";
|
|
406
|
+
}
|
|
407
|
+
export declare const CreateMemberRequest: Schema.Schema<CreateMemberRequest>;
|
|
408
|
+
export type CreateMemberResponse = unknown;
|
|
409
|
+
export declare const CreateMemberResponse: Schema.Schema<unknown>;
|
|
410
|
+
export type CreateMemberError = DefaultErrors | InvalidRoute | ValidationError;
|
|
411
|
+
export declare const createMember: API.OperationMethod<CreateMemberRequest, CreateMemberResponse, CreateMemberError, Credentials | HttpClient.HttpClient>;
|
|
412
|
+
export interface UpdateMemberRequest {
|
|
413
|
+
memberId: string;
|
|
414
|
+
/** Path param: Account identifier tag. */
|
|
415
|
+
accountId: string;
|
|
416
|
+
/** Body param: Roles assigned to this member. */
|
|
417
|
+
roles?: unknown[];
|
|
418
|
+
}
|
|
419
|
+
export declare const UpdateMemberRequest: Schema.Schema<UpdateMemberRequest>;
|
|
420
|
+
export type UpdateMemberResponse = unknown;
|
|
421
|
+
export declare const UpdateMemberResponse: Schema.Schema<unknown>;
|
|
422
|
+
export type UpdateMemberError = DefaultErrors | MemberNotFound | InvalidRoute | BadRequest | MethodNotAllowed;
|
|
423
|
+
export declare const updateMember: API.OperationMethod<UpdateMemberRequest, UpdateMemberResponse, UpdateMemberError, Credentials | HttpClient.HttpClient>;
|
|
424
|
+
export interface DeleteMemberRequest {
|
|
425
|
+
memberId: string;
|
|
426
|
+
/** Account identifier tag. */
|
|
427
|
+
accountId: string;
|
|
428
|
+
}
|
|
429
|
+
export declare const DeleteMemberRequest: Schema.Schema<DeleteMemberRequest>;
|
|
430
|
+
export interface DeleteMemberResponse {
|
|
431
|
+
/** Identifier */
|
|
432
|
+
id: string;
|
|
433
|
+
}
|
|
434
|
+
export declare const DeleteMemberResponse: Schema.Schema<DeleteMemberResponse>;
|
|
435
|
+
export type DeleteMemberError = DefaultErrors | MemberNotFound | InvalidRoute;
|
|
436
|
+
export declare const deleteMember: API.OperationMethod<DeleteMemberRequest, DeleteMemberResponse, DeleteMemberError, Credentials | HttpClient.HttpClient>;
|
|
437
|
+
export interface GetRoleRequest {
|
|
438
|
+
roleId: string;
|
|
439
|
+
/** Account identifier tag. */
|
|
440
|
+
accountId: string;
|
|
441
|
+
}
|
|
442
|
+
export declare const GetRoleRequest: Schema.Schema<GetRoleRequest>;
|
|
443
|
+
export type GetRoleResponse = unknown;
|
|
444
|
+
export declare const GetRoleResponse: Schema.Schema<unknown>;
|
|
445
|
+
export type GetRoleError = DefaultErrors | InvalidRoute;
|
|
446
|
+
export declare const getRole: API.OperationMethod<GetRoleRequest, GetRoleResponse, GetRoleError, Credentials | HttpClient.HttpClient>;
|
|
447
|
+
export interface ListRolesRequest {
|
|
448
|
+
/** Path param: Account identifier tag. */
|
|
449
|
+
accountId: string;
|
|
450
|
+
}
|
|
451
|
+
export declare const ListRolesRequest: Schema.Schema<ListRolesRequest>;
|
|
452
|
+
export type ListRolesResponse = unknown;
|
|
453
|
+
export declare const ListRolesResponse: Schema.Schema<unknown>;
|
|
454
|
+
export type ListRolesError = DefaultErrors;
|
|
455
|
+
export declare const listRoles: API.OperationMethod<ListRolesRequest, ListRolesResponse, ListRolesError, Credentials | HttpClient.HttpClient>;
|
|
456
|
+
export interface GetSubscriptionRequest {
|
|
457
|
+
/** Identifier */
|
|
458
|
+
accountId: string;
|
|
459
|
+
}
|
|
460
|
+
export declare const GetSubscriptionRequest: Schema.Schema<GetSubscriptionRequest>;
|
|
461
|
+
export type GetSubscriptionResponse = unknown;
|
|
462
|
+
export declare const GetSubscriptionResponse: Schema.Schema<unknown>;
|
|
463
|
+
export type GetSubscriptionError = DefaultErrors;
|
|
464
|
+
export declare const getSubscription: API.OperationMethod<GetSubscriptionRequest, GetSubscriptionResponse, GetSubscriptionError, Credentials | HttpClient.HttpClient>;
|
|
465
|
+
export interface CreateSubscriptionRequest {
|
|
466
|
+
/** Path param: Identifier */
|
|
467
|
+
accountId: string;
|
|
468
|
+
/** Body param: How often the subscription is renewed automatically. */
|
|
469
|
+
frequency?: "weekly" | "monthly" | "quarterly" | "yearly";
|
|
470
|
+
/** Body param: The rate plan applied to the subscription. */
|
|
471
|
+
ratePlan?: unknown;
|
|
472
|
+
}
|
|
473
|
+
export declare const CreateSubscriptionRequest: Schema.Schema<CreateSubscriptionRequest>;
|
|
474
|
+
export type CreateSubscriptionResponse = unknown;
|
|
475
|
+
export declare const CreateSubscriptionResponse: Schema.Schema<unknown>;
|
|
476
|
+
export type CreateSubscriptionError = DefaultErrors | JsonDecodeFailure | InvalidRoute;
|
|
477
|
+
export declare const createSubscription: API.OperationMethod<CreateSubscriptionRequest, CreateSubscriptionResponse, CreateSubscriptionError, Credentials | HttpClient.HttpClient>;
|
|
478
|
+
export interface UpdateSubscriptionRequest {
|
|
479
|
+
subscriptionIdentifier: string;
|
|
480
|
+
/** Path param: Identifier */
|
|
481
|
+
accountId: string;
|
|
482
|
+
/** Body param: How often the subscription is renewed automatically. */
|
|
483
|
+
frequency?: "weekly" | "monthly" | "quarterly" | "yearly";
|
|
484
|
+
/** Body param: The rate plan applied to the subscription. */
|
|
485
|
+
ratePlan?: unknown;
|
|
486
|
+
}
|
|
487
|
+
export declare const UpdateSubscriptionRequest: Schema.Schema<UpdateSubscriptionRequest>;
|
|
488
|
+
export type UpdateSubscriptionResponse = unknown;
|
|
489
|
+
export declare const UpdateSubscriptionResponse: Schema.Schema<unknown>;
|
|
490
|
+
export type UpdateSubscriptionError = DefaultErrors | JsonDecodeFailure | InvalidRoute | EndpointNotFound;
|
|
491
|
+
export declare const updateSubscription: API.OperationMethod<UpdateSubscriptionRequest, UpdateSubscriptionResponse, UpdateSubscriptionError, Credentials | HttpClient.HttpClient>;
|
|
492
|
+
export interface DeleteSubscriptionRequest {
|
|
493
|
+
subscriptionIdentifier: string;
|
|
494
|
+
/** Identifier */
|
|
495
|
+
accountId: string;
|
|
496
|
+
}
|
|
497
|
+
export declare const DeleteSubscriptionRequest: Schema.Schema<DeleteSubscriptionRequest>;
|
|
498
|
+
export interface DeleteSubscriptionResponse {
|
|
499
|
+
/** Subscription identifier tag. */
|
|
500
|
+
subscriptionId?: string | null;
|
|
501
|
+
}
|
|
502
|
+
export declare const DeleteSubscriptionResponse: Schema.Schema<DeleteSubscriptionResponse>;
|
|
503
|
+
export type DeleteSubscriptionError = DefaultErrors | InvalidRoute | EndpointNotFound;
|
|
504
|
+
export declare const deleteSubscription: API.OperationMethod<DeleteSubscriptionRequest, DeleteSubscriptionResponse, DeleteSubscriptionError, Credentials | HttpClient.HttpClient>;
|
|
505
|
+
export interface GetTokenRequest {
|
|
506
|
+
tokenId: string;
|
|
507
|
+
/** Account identifier tag. */
|
|
508
|
+
accountId: string;
|
|
509
|
+
}
|
|
510
|
+
export declare const GetTokenRequest: Schema.Schema<GetTokenRequest>;
|
|
511
|
+
export type GetTokenResponse = unknown;
|
|
512
|
+
export declare const GetTokenResponse: Schema.Schema<unknown>;
|
|
513
|
+
export type GetTokenError = DefaultErrors | InvalidRoute;
|
|
514
|
+
export declare const getToken: API.OperationMethod<GetTokenRequest, GetTokenResponse, GetTokenError, Credentials | HttpClient.HttpClient>;
|
|
515
|
+
export interface ListTokensRequest {
|
|
516
|
+
/** Path param: Account identifier tag. */
|
|
517
|
+
accountId: string;
|
|
518
|
+
/** Query param: Direction to order results. */
|
|
519
|
+
direction?: "asc" | "desc";
|
|
520
|
+
}
|
|
521
|
+
export declare const ListTokensRequest: Schema.Schema<ListTokensRequest>;
|
|
522
|
+
export type ListTokensResponse = unknown;
|
|
523
|
+
export declare const ListTokensResponse: Schema.Schema<unknown>;
|
|
524
|
+
export type ListTokensError = DefaultErrors;
|
|
525
|
+
export declare const listTokens: API.OperationMethod<ListTokensRequest, ListTokensResponse, ListTokensError, Credentials | HttpClient.HttpClient>;
|
|
526
|
+
export interface CreateTokenRequest {
|
|
527
|
+
/** Path param: Account identifier tag. */
|
|
528
|
+
accountId: string;
|
|
529
|
+
/** Body param: Token name. */
|
|
530
|
+
name: string;
|
|
531
|
+
/** Body param: List of access policies assigned to the token. */
|
|
532
|
+
policies: unknown[];
|
|
533
|
+
/** Body param: */
|
|
534
|
+
condition?: {
|
|
535
|
+
requestIp?: {
|
|
536
|
+
in?: string[];
|
|
537
|
+
notIn?: string[];
|
|
538
|
+
};
|
|
539
|
+
};
|
|
540
|
+
/** Body param: The expiration time on or after which the JWT MUST NOT be accepted for processing. */
|
|
541
|
+
expiresOn?: string;
|
|
542
|
+
/** Body param: The time before which the token MUST NOT be accepted for processing. */
|
|
543
|
+
notBefore?: string;
|
|
544
|
+
}
|
|
545
|
+
export declare const CreateTokenRequest: Schema.Schema<CreateTokenRequest>;
|
|
546
|
+
export interface CreateTokenResponse {
|
|
547
|
+
/** Token identifier tag. */
|
|
548
|
+
id?: string | null;
|
|
549
|
+
condition?: {
|
|
550
|
+
requestIp?: {
|
|
551
|
+
in?: string[] | null;
|
|
552
|
+
notIn?: string[] | null;
|
|
553
|
+
} | null;
|
|
554
|
+
} | null;
|
|
555
|
+
/** The expiration time on or after which the JWT MUST NOT be accepted for processing. */
|
|
556
|
+
expiresOn?: string | null;
|
|
557
|
+
/** The time on which the token was created. */
|
|
558
|
+
issuedOn?: string | null;
|
|
559
|
+
/** Last time the token was used. */
|
|
560
|
+
lastUsedOn?: string | null;
|
|
561
|
+
/** Last time the token was modified. */
|
|
562
|
+
modifiedOn?: string | null;
|
|
563
|
+
/** Token name. */
|
|
564
|
+
name?: string | null;
|
|
565
|
+
/** The time before which the token MUST NOT be accepted for processing. */
|
|
566
|
+
notBefore?: string | null;
|
|
567
|
+
/** List of access policies assigned to the token. */
|
|
568
|
+
policies?: unknown[] | null;
|
|
569
|
+
/** Status of the token. */
|
|
570
|
+
status?: "active" | "disabled" | "expired" | null;
|
|
571
|
+
/** The token value. */
|
|
572
|
+
value?: string | null;
|
|
573
|
+
}
|
|
574
|
+
export declare const CreateTokenResponse: Schema.Schema<CreateTokenResponse>;
|
|
575
|
+
export type CreateTokenError = DefaultErrors | InvalidRoute | InvalidTokenName;
|
|
576
|
+
export declare const createToken: API.OperationMethod<CreateTokenRequest, CreateTokenResponse, CreateTokenError, Credentials | HttpClient.HttpClient>;
|
|
577
|
+
export interface UpdateTokenRequest {
|
|
578
|
+
tokenId: string;
|
|
579
|
+
/** Path param: Account identifier tag. */
|
|
580
|
+
accountId: string;
|
|
581
|
+
/** Body param: Token name. */
|
|
582
|
+
name: string;
|
|
583
|
+
/** Body param: List of access policies assigned to the token. */
|
|
584
|
+
policies: unknown[];
|
|
585
|
+
/** Body param: */
|
|
586
|
+
condition?: {
|
|
587
|
+
requestIp?: {
|
|
588
|
+
in?: string[];
|
|
589
|
+
notIn?: string[];
|
|
590
|
+
};
|
|
591
|
+
};
|
|
592
|
+
/** Body param: The expiration time on or after which the JWT MUST NOT be accepted for processing. */
|
|
593
|
+
expiresOn?: string;
|
|
594
|
+
/** Body param: The time before which the token MUST NOT be accepted for processing. */
|
|
595
|
+
notBefore?: string;
|
|
596
|
+
/** Body param: Status of the token. */
|
|
597
|
+
status?: "active" | "disabled" | "expired";
|
|
598
|
+
}
|
|
599
|
+
export declare const UpdateTokenRequest: Schema.Schema<UpdateTokenRequest>;
|
|
600
|
+
export type UpdateTokenResponse = unknown;
|
|
601
|
+
export declare const UpdateTokenResponse: Schema.Schema<unknown>;
|
|
602
|
+
export type UpdateTokenError = DefaultErrors | InvalidRoute | MethodNotAllowed;
|
|
603
|
+
export declare const updateToken: API.OperationMethod<UpdateTokenRequest, UpdateTokenResponse, UpdateTokenError, Credentials | HttpClient.HttpClient>;
|
|
604
|
+
export interface DeleteTokenRequest {
|
|
605
|
+
tokenId: string;
|
|
606
|
+
/** Account identifier tag. */
|
|
607
|
+
accountId: string;
|
|
608
|
+
}
|
|
609
|
+
export declare const DeleteTokenRequest: Schema.Schema<DeleteTokenRequest>;
|
|
610
|
+
export interface DeleteTokenResponse {
|
|
611
|
+
/** Identifier */
|
|
612
|
+
id: string;
|
|
613
|
+
}
|
|
614
|
+
export declare const DeleteTokenResponse: Schema.Schema<DeleteTokenResponse>;
|
|
615
|
+
export type DeleteTokenError = DefaultErrors | InvalidRoute | MethodNotAllowed;
|
|
616
|
+
export declare const deleteToken: API.OperationMethod<DeleteTokenRequest, DeleteTokenResponse, DeleteTokenError, Credentials | HttpClient.HttpClient>;
|
|
617
|
+
export interface VerifyTokenRequest {
|
|
618
|
+
/** Account identifier tag. */
|
|
619
|
+
accountId: string;
|
|
620
|
+
}
|
|
621
|
+
export declare const VerifyTokenRequest: Schema.Schema<VerifyTokenRequest>;
|
|
622
|
+
export interface VerifyTokenResponse {
|
|
623
|
+
/** Token identifier tag. */
|
|
624
|
+
id: string;
|
|
625
|
+
/** Status of the token. */
|
|
626
|
+
status: "active" | "disabled" | "expired";
|
|
627
|
+
/** The expiration time on or after which the JWT MUST NOT be accepted for processing. */
|
|
628
|
+
expiresOn?: string | null;
|
|
629
|
+
/** The time before which the token MUST NOT be accepted for processing. */
|
|
630
|
+
notBefore?: string | null;
|
|
631
|
+
}
|
|
632
|
+
export declare const VerifyTokenResponse: Schema.Schema<VerifyTokenResponse>;
|
|
633
|
+
export type VerifyTokenError = DefaultErrors | MissingAuthenticationToken | InvalidRoute;
|
|
634
|
+
export declare const verifyToken: API.OperationMethod<VerifyTokenRequest, VerifyTokenResponse, VerifyTokenError, Credentials | HttpClient.HttpClient>;
|
|
635
|
+
export interface GetTokenPermissionGroupRequest {
|
|
636
|
+
/** Path param: Account identifier tag. */
|
|
637
|
+
accountId: string;
|
|
638
|
+
/** Query param: Filter by the name of the permission group. The value must be URL-encoded. */
|
|
639
|
+
name?: string;
|
|
640
|
+
/** Query param: Filter by the scope of the permission group. The value must be URL-encoded. */
|
|
641
|
+
scope?: string;
|
|
642
|
+
}
|
|
643
|
+
export declare const GetTokenPermissionGroupRequest: Schema.Schema<GetTokenPermissionGroupRequest>;
|
|
644
|
+
export type GetTokenPermissionGroupResponse = {
|
|
645
|
+
id?: string | null;
|
|
646
|
+
name?: string | null;
|
|
647
|
+
scopes?: ("com.cloudflare.api.account" | "com.cloudflare.api.account.zone" | "com.cloudflare.api.user" | "com.cloudflare.edge.r2.bucket")[] | null;
|
|
648
|
+
}[];
|
|
649
|
+
export declare const GetTokenPermissionGroupResponse: Schema.Schema<GetTokenPermissionGroupResponse>;
|
|
650
|
+
export type GetTokenPermissionGroupError = DefaultErrors | InvalidRoute;
|
|
651
|
+
export declare const getTokenPermissionGroup: API.OperationMethod<GetTokenPermissionGroupRequest, GetTokenPermissionGroupResponse, GetTokenPermissionGroupError, Credentials | HttpClient.HttpClient>;
|
|
652
|
+
export interface ListTokenPermissionGroupsRequest {
|
|
653
|
+
/** Path param: Account identifier tag. */
|
|
654
|
+
accountId: string;
|
|
655
|
+
/** Query param: Filter by the name of the permission group. The value must be URL-encoded. */
|
|
656
|
+
name?: string;
|
|
657
|
+
/** Query param: Filter by the scope of the permission group. The value must be URL-encoded. */
|
|
658
|
+
scope?: string;
|
|
659
|
+
}
|
|
660
|
+
export declare const ListTokenPermissionGroupsRequest: Schema.Schema<ListTokenPermissionGroupsRequest>;
|
|
661
|
+
export type ListTokenPermissionGroupsResponse = {
|
|
662
|
+
id?: string | null;
|
|
663
|
+
name?: string | null;
|
|
664
|
+
scopes?: ("com.cloudflare.api.account" | "com.cloudflare.api.account.zone" | "com.cloudflare.api.user" | "com.cloudflare.edge.r2.bucket")[] | null;
|
|
665
|
+
}[];
|
|
666
|
+
export declare const ListTokenPermissionGroupsResponse: Schema.Schema<ListTokenPermissionGroupsResponse>;
|
|
667
|
+
export type ListTokenPermissionGroupsError = DefaultErrors;
|
|
668
|
+
export declare const listTokenPermissionGroups: API.OperationMethod<ListTokenPermissionGroupsRequest, ListTokenPermissionGroupsResponse, ListTokenPermissionGroupsError, Credentials | HttpClient.HttpClient>;
|
|
669
|
+
export interface PutTokenValueRequest {
|
|
670
|
+
tokenId: string;
|
|
671
|
+
/** Path param: Account identifier tag. */
|
|
672
|
+
accountId: string;
|
|
673
|
+
/** Body param: */
|
|
674
|
+
body: unknown;
|
|
675
|
+
}
|
|
676
|
+
export declare const PutTokenValueRequest: Schema.Schema<PutTokenValueRequest>;
|
|
677
|
+
export type PutTokenValueResponse = unknown;
|
|
678
|
+
export declare const PutTokenValueResponse: Schema.Schema<unknown>;
|
|
679
|
+
export type PutTokenValueError = DefaultErrors | InvalidRoute;
|
|
680
|
+
export declare const putTokenValue: API.OperationMethod<PutTokenValueRequest, PutTokenValueResponse, PutTokenValueError, Credentials | HttpClient.HttpClient>;
|
|
681
|
+
export {};
|
|
682
|
+
//# sourceMappingURL=accounts.d.ts.map
|