@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,3065 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloudflare DNS API
|
|
3
|
+
*
|
|
4
|
+
* Generated from Cloudflare TypeScript SDK.
|
|
5
|
+
* DO NOT EDIT - regenerate with: bun scripts/generate.ts --service dns
|
|
6
|
+
*/
|
|
7
|
+
import * as stream from "effect/Stream";
|
|
8
|
+
import * as Schema from "effect/Schema";
|
|
9
|
+
import type * as HttpClient from "effect/unstable/http/HttpClient";
|
|
10
|
+
import * as API from "../client/api.ts";
|
|
11
|
+
import type { Credentials } from "../credentials.ts";
|
|
12
|
+
import { type DefaultErrors } from "../errors.ts";
|
|
13
|
+
export interface GetAnalyticReportRequest {
|
|
14
|
+
/** Path param: Identifier. */
|
|
15
|
+
zoneId: string;
|
|
16
|
+
/** Query param: A comma-separated list of dimensions to group results by. */
|
|
17
|
+
dimensions?: string;
|
|
18
|
+
/** Query param: Segmentation filter in 'attribute operator value' format. */
|
|
19
|
+
filters?: string;
|
|
20
|
+
/** Query param: Limit number of returned metrics. */
|
|
21
|
+
limit?: number;
|
|
22
|
+
/** Query param: A comma-separated list of metrics to query. */
|
|
23
|
+
metrics?: string;
|
|
24
|
+
/** Query param: Start date and time of requesting data period in ISO 8601 format. */
|
|
25
|
+
since?: string;
|
|
26
|
+
/** Query param: A comma-separated list of dimensions to sort by, where each dimension may be prefixed by - (descending) or + (ascending). */
|
|
27
|
+
sort?: string;
|
|
28
|
+
/** Query param: End date and time of requesting data period in ISO 8601 format. */
|
|
29
|
+
until?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare const GetAnalyticReportRequest: Schema.Schema<GetAnalyticReportRequest>;
|
|
32
|
+
export interface GetAnalyticReportResponse {
|
|
33
|
+
/** Array with one row per combination of dimension values. */
|
|
34
|
+
data: {
|
|
35
|
+
dimensions: string[];
|
|
36
|
+
metrics: number[];
|
|
37
|
+
}[];
|
|
38
|
+
/** Number of seconds between current time and last processed event, in another words how many seconds of data could be missing. */
|
|
39
|
+
dataLag: number;
|
|
40
|
+
/** Maximum results for each metric (object mapping metric names to values). Currently always an empty object. */
|
|
41
|
+
max: unknown;
|
|
42
|
+
/** Minimum results for each metric (object mapping metric names to values). Currently always an empty object. */
|
|
43
|
+
min: unknown;
|
|
44
|
+
query: {
|
|
45
|
+
dimensions: string[];
|
|
46
|
+
limit: number;
|
|
47
|
+
metrics: string[];
|
|
48
|
+
since: string;
|
|
49
|
+
until: string;
|
|
50
|
+
filters?: string | null;
|
|
51
|
+
sort?: string[] | null;
|
|
52
|
+
};
|
|
53
|
+
/** Total number of rows in the result. */
|
|
54
|
+
rows: number;
|
|
55
|
+
/** Total results for metrics across all data (object mapping metric names to values). */
|
|
56
|
+
totals: unknown;
|
|
57
|
+
}
|
|
58
|
+
export declare const GetAnalyticReportResponse: Schema.Schema<GetAnalyticReportResponse>;
|
|
59
|
+
export type GetAnalyticReportError = DefaultErrors;
|
|
60
|
+
export declare const getAnalyticReport: API.OperationMethod<GetAnalyticReportRequest, GetAnalyticReportResponse, GetAnalyticReportError, Credentials | HttpClient.HttpClient>;
|
|
61
|
+
export interface GetAnalyticReportBytimeRequest {
|
|
62
|
+
/** Path param: Identifier. */
|
|
63
|
+
zoneId: string;
|
|
64
|
+
/** Query param: A comma-separated list of dimensions to group results by. */
|
|
65
|
+
dimensions?: string;
|
|
66
|
+
/** Query param: Segmentation filter in 'attribute operator value' format. */
|
|
67
|
+
filters?: string;
|
|
68
|
+
/** Query param: Limit number of returned metrics. */
|
|
69
|
+
limit?: number;
|
|
70
|
+
/** Query param: A comma-separated list of metrics to query. */
|
|
71
|
+
metrics?: string;
|
|
72
|
+
/** Query param: Start date and time of requesting data period in ISO 8601 format. */
|
|
73
|
+
since?: string;
|
|
74
|
+
/** Query param: A comma-separated list of dimensions to sort by, where each dimension may be prefixed by - (descending) or + (ascending). */
|
|
75
|
+
sort?: string;
|
|
76
|
+
/** Query param: Unit of time to group data by. */
|
|
77
|
+
timeDelta?: "all" | "auto" | "year" | "quarter" | "month" | "week" | "day" | "hour" | "dekaminute" | "minute";
|
|
78
|
+
/** Query param: End date and time of requesting data period in ISO 8601 format. */
|
|
79
|
+
until?: string;
|
|
80
|
+
}
|
|
81
|
+
export declare const GetAnalyticReportBytimeRequest: Schema.Schema<GetAnalyticReportBytimeRequest>;
|
|
82
|
+
export interface GetAnalyticReportBytimeResponse {
|
|
83
|
+
/** Array with one row per combination of dimension values. */
|
|
84
|
+
data: {
|
|
85
|
+
dimensions: string[];
|
|
86
|
+
metrics: number[][];
|
|
87
|
+
}[];
|
|
88
|
+
/** Number of seconds between current time and last processed event, in another words how many seconds of data could be missing. */
|
|
89
|
+
dataLag: number;
|
|
90
|
+
/** Maximum results for each metric (object mapping metric names to values). Currently always an empty object. */
|
|
91
|
+
max: unknown;
|
|
92
|
+
/** Minimum results for each metric (object mapping metric names to values). Currently always an empty object. */
|
|
93
|
+
min: unknown;
|
|
94
|
+
query: {
|
|
95
|
+
dimensions: string[];
|
|
96
|
+
limit: number;
|
|
97
|
+
metrics: string[];
|
|
98
|
+
since: string;
|
|
99
|
+
timeDelta: "all" | "auto" | "year" | "quarter" | "month" | "week" | "day" | "hour" | "dekaminute" | "minute";
|
|
100
|
+
until: string;
|
|
101
|
+
filters?: string | null;
|
|
102
|
+
sort?: string[] | null;
|
|
103
|
+
};
|
|
104
|
+
/** Total number of rows in the result. */
|
|
105
|
+
rows: number;
|
|
106
|
+
/** Array of time intervals in the response data. Each interval is represented as an array containing two values: the start time, and the end time. */
|
|
107
|
+
timeIntervals: string[][];
|
|
108
|
+
/** Total results for metrics across all data (object mapping metric names to values). */
|
|
109
|
+
totals: unknown;
|
|
110
|
+
}
|
|
111
|
+
export declare const GetAnalyticReportBytimeResponse: Schema.Schema<GetAnalyticReportBytimeResponse>;
|
|
112
|
+
export type GetAnalyticReportBytimeError = DefaultErrors;
|
|
113
|
+
export declare const getAnalyticReportBytime: API.OperationMethod<GetAnalyticReportBytimeRequest, GetAnalyticReportBytimeResponse, GetAnalyticReportBytimeError, Credentials | HttpClient.HttpClient>;
|
|
114
|
+
export interface GetDnssecRequest {
|
|
115
|
+
/** Identifier. */
|
|
116
|
+
zoneId: string;
|
|
117
|
+
}
|
|
118
|
+
export declare const GetDnssecRequest: Schema.Schema<GetDnssecRequest>;
|
|
119
|
+
export interface GetDnssecResponse {
|
|
120
|
+
/** Algorithm key code. */
|
|
121
|
+
algorithm?: string | null;
|
|
122
|
+
/** Digest hash. */
|
|
123
|
+
digest?: string | null;
|
|
124
|
+
/** Type of digest algorithm. */
|
|
125
|
+
digestAlgorithm?: string | null;
|
|
126
|
+
/** Coded type for digest algorithm. */
|
|
127
|
+
digestType?: string | null;
|
|
128
|
+
/** If true, multi-signer DNSSEC is enabled on the zone, allowing multiple providers to serve a DNSSEC-signed zone at the same time. This is required for DNSKEY records (except those automatically generat */
|
|
129
|
+
dnssecMultiSigner?: boolean | null;
|
|
130
|
+
/** If true, allows Cloudflare to transfer in a DNSSEC-signed zone including signatures from an external provider, without requiring Cloudflare to sign any records on the fly. Note that this feature has */
|
|
131
|
+
dnssecPresigned?: boolean | null;
|
|
132
|
+
/** If true, enables the use of NSEC3 together with DNSSEC on the zone. Combined with setting dnssec_presigned to true, this enables the use of NSEC3 records when transferring in from an external provider */
|
|
133
|
+
dnssecUseNsec3?: boolean | null;
|
|
134
|
+
/** Full DS record. */
|
|
135
|
+
ds?: string | null;
|
|
136
|
+
/** Flag for DNSSEC record. */
|
|
137
|
+
flags?: number | null;
|
|
138
|
+
/** Code for key tag. */
|
|
139
|
+
keyTag?: number | null;
|
|
140
|
+
/** Algorithm key type. */
|
|
141
|
+
keyType?: string | null;
|
|
142
|
+
/** When DNSSEC was last modified. */
|
|
143
|
+
modifiedOn?: string | null;
|
|
144
|
+
/** Public key for DS record. */
|
|
145
|
+
publicKey?: string | null;
|
|
146
|
+
/** Status of DNSSEC, based on user-desired state and presence of necessary records. */
|
|
147
|
+
status?: "active" | "pending" | "disabled" | "pending-disabled" | "error" | null;
|
|
148
|
+
}
|
|
149
|
+
export declare const GetDnssecResponse: Schema.Schema<GetDnssecResponse>;
|
|
150
|
+
export type GetDnssecError = DefaultErrors;
|
|
151
|
+
export declare const getDnssec: API.OperationMethod<GetDnssecRequest, GetDnssecResponse, GetDnssecError, Credentials | HttpClient.HttpClient>;
|
|
152
|
+
export interface PatchDnssecRequest {
|
|
153
|
+
/** Path param: Identifier. */
|
|
154
|
+
zoneId: string;
|
|
155
|
+
/** Body param: If true, multi-signer DNSSEC is enabled on the zone, allowing multiple providers to serve a DNSSEC-signed zone at the same time. This is required for DNSKEY records (except those automatic */
|
|
156
|
+
dnssecMultiSigner?: boolean;
|
|
157
|
+
/** Body param: If true, allows Cloudflare to transfer in a DNSSEC-signed zone including signatures from an external provider, without requiring Cloudflare to sign any records on the fly. Note that this */
|
|
158
|
+
dnssecPresigned?: boolean;
|
|
159
|
+
/** Body param: If true, enables the use of NSEC3 together with DNSSEC on the zone. Combined with setting dnssec_presigned to true, this enables the use of NSEC3 records when transferring in from an exter */
|
|
160
|
+
dnssecUseNsec3?: boolean;
|
|
161
|
+
/** Body param: Status of DNSSEC, based on user-desired state and presence of necessary records. */
|
|
162
|
+
status?: "active" | "disabled";
|
|
163
|
+
}
|
|
164
|
+
export declare const PatchDnssecRequest: Schema.Schema<PatchDnssecRequest>;
|
|
165
|
+
export interface PatchDnssecResponse {
|
|
166
|
+
/** Algorithm key code. */
|
|
167
|
+
algorithm?: string | null;
|
|
168
|
+
/** Digest hash. */
|
|
169
|
+
digest?: string | null;
|
|
170
|
+
/** Type of digest algorithm. */
|
|
171
|
+
digestAlgorithm?: string | null;
|
|
172
|
+
/** Coded type for digest algorithm. */
|
|
173
|
+
digestType?: string | null;
|
|
174
|
+
/** If true, multi-signer DNSSEC is enabled on the zone, allowing multiple providers to serve a DNSSEC-signed zone at the same time. This is required for DNSKEY records (except those automatically generat */
|
|
175
|
+
dnssecMultiSigner?: boolean | null;
|
|
176
|
+
/** If true, allows Cloudflare to transfer in a DNSSEC-signed zone including signatures from an external provider, without requiring Cloudflare to sign any records on the fly. Note that this feature has */
|
|
177
|
+
dnssecPresigned?: boolean | null;
|
|
178
|
+
/** If true, enables the use of NSEC3 together with DNSSEC on the zone. Combined with setting dnssec_presigned to true, this enables the use of NSEC3 records when transferring in from an external provider */
|
|
179
|
+
dnssecUseNsec3?: boolean | null;
|
|
180
|
+
/** Full DS record. */
|
|
181
|
+
ds?: string | null;
|
|
182
|
+
/** Flag for DNSSEC record. */
|
|
183
|
+
flags?: number | null;
|
|
184
|
+
/** Code for key tag. */
|
|
185
|
+
keyTag?: number | null;
|
|
186
|
+
/** Algorithm key type. */
|
|
187
|
+
keyType?: string | null;
|
|
188
|
+
/** When DNSSEC was last modified. */
|
|
189
|
+
modifiedOn?: string | null;
|
|
190
|
+
/** Public key for DS record. */
|
|
191
|
+
publicKey?: string | null;
|
|
192
|
+
/** Status of DNSSEC, based on user-desired state and presence of necessary records. */
|
|
193
|
+
status?: "active" | "pending" | "disabled" | "pending-disabled" | "error" | null;
|
|
194
|
+
}
|
|
195
|
+
export declare const PatchDnssecResponse: Schema.Schema<PatchDnssecResponse>;
|
|
196
|
+
export type PatchDnssecError = DefaultErrors;
|
|
197
|
+
export declare const patchDnssec: API.OperationMethod<PatchDnssecRequest, PatchDnssecResponse, PatchDnssecError, Credentials | HttpClient.HttpClient>;
|
|
198
|
+
export interface DeleteDnssecRequest {
|
|
199
|
+
/** Identifier. */
|
|
200
|
+
zoneId: string;
|
|
201
|
+
}
|
|
202
|
+
export declare const DeleteDnssecRequest: Schema.Schema<DeleteDnssecRequest>;
|
|
203
|
+
export type DeleteDnssecResponse = string;
|
|
204
|
+
export declare const DeleteDnssecResponse: Schema.Schema<string>;
|
|
205
|
+
export type DeleteDnssecError = DefaultErrors;
|
|
206
|
+
export declare const deleteDnssec: API.OperationMethod<DeleteDnssecRequest, DeleteDnssecResponse, DeleteDnssecError, Credentials | HttpClient.HttpClient>;
|
|
207
|
+
export interface ScanListRecordRequest {
|
|
208
|
+
/** Identifier. */
|
|
209
|
+
zoneId: string;
|
|
210
|
+
}
|
|
211
|
+
export declare const ScanListRecordRequest: Schema.Schema<ScanListRecordRequest>;
|
|
212
|
+
export interface ScanListRecordResponse {
|
|
213
|
+
result: ({
|
|
214
|
+
id: string;
|
|
215
|
+
createdOn: string;
|
|
216
|
+
meta: unknown;
|
|
217
|
+
modifiedOn: string;
|
|
218
|
+
proxiable: boolean;
|
|
219
|
+
commentModifiedOn?: string | null;
|
|
220
|
+
tagsModifiedOn?: string | null;
|
|
221
|
+
} | {
|
|
222
|
+
id: string;
|
|
223
|
+
comment: string;
|
|
224
|
+
content: string;
|
|
225
|
+
createdOn: string;
|
|
226
|
+
meta: unknown;
|
|
227
|
+
modifiedOn: string;
|
|
228
|
+
name: string;
|
|
229
|
+
proxiable: boolean;
|
|
230
|
+
proxied: boolean;
|
|
231
|
+
settings: {
|
|
232
|
+
ipv4Only?: boolean | null;
|
|
233
|
+
ipv6Only?: boolean | null;
|
|
234
|
+
};
|
|
235
|
+
tags: string[];
|
|
236
|
+
ttl: number;
|
|
237
|
+
type: "OPENPGPKEY";
|
|
238
|
+
commentModifiedOn?: string | null;
|
|
239
|
+
tagsModifiedOn?: string | null;
|
|
240
|
+
})[];
|
|
241
|
+
}
|
|
242
|
+
export declare const ScanListRecordResponse: Schema.Schema<ScanListRecordResponse>;
|
|
243
|
+
export type ScanListRecordError = DefaultErrors;
|
|
244
|
+
export declare const scanListRecord: API.PaginatedOperationMethod<ScanListRecordRequest, ScanListRecordResponse, ScanListRecordError, Credentials | HttpClient.HttpClient> & {
|
|
245
|
+
pages: (input: ScanListRecordRequest) => stream.Stream<ScanListRecordResponse, ScanListRecordError, Credentials | HttpClient.HttpClient>;
|
|
246
|
+
items: (input: ScanListRecordRequest) => stream.Stream<{
|
|
247
|
+
id: string;
|
|
248
|
+
createdOn: string;
|
|
249
|
+
meta: unknown;
|
|
250
|
+
modifiedOn: string;
|
|
251
|
+
proxiable: boolean;
|
|
252
|
+
commentModifiedOn?: string | null;
|
|
253
|
+
tagsModifiedOn?: string | null;
|
|
254
|
+
} | {
|
|
255
|
+
id: string;
|
|
256
|
+
comment: string;
|
|
257
|
+
content: string;
|
|
258
|
+
createdOn: string;
|
|
259
|
+
meta: unknown;
|
|
260
|
+
modifiedOn: string;
|
|
261
|
+
name: string;
|
|
262
|
+
proxiable: boolean;
|
|
263
|
+
proxied: boolean;
|
|
264
|
+
settings: {
|
|
265
|
+
ipv4Only?: boolean | null;
|
|
266
|
+
ipv6Only?: boolean | null;
|
|
267
|
+
};
|
|
268
|
+
tags: string[];
|
|
269
|
+
ttl: number;
|
|
270
|
+
type: "OPENPGPKEY";
|
|
271
|
+
commentModifiedOn?: string | null;
|
|
272
|
+
tagsModifiedOn?: string | null;
|
|
273
|
+
}, ScanListRecordError, Credentials | HttpClient.HttpClient>;
|
|
274
|
+
};
|
|
275
|
+
export interface ForceNotifyZoneTransferOutgoingRequest {
|
|
276
|
+
/** Path param: */
|
|
277
|
+
zoneId: string;
|
|
278
|
+
/** Body param: */
|
|
279
|
+
body: unknown;
|
|
280
|
+
}
|
|
281
|
+
export declare const ForceNotifyZoneTransferOutgoingRequest: Schema.Schema<ForceNotifyZoneTransferOutgoingRequest>;
|
|
282
|
+
export type ForceNotifyZoneTransferOutgoingResponse = string;
|
|
283
|
+
export declare const ForceNotifyZoneTransferOutgoingResponse: Schema.Schema<string>;
|
|
284
|
+
export type ForceNotifyZoneTransferOutgoingError = DefaultErrors;
|
|
285
|
+
export declare const forceNotifyZoneTransferOutgoing: API.OperationMethod<ForceNotifyZoneTransferOutgoingRequest, ForceNotifyZoneTransferOutgoingResponse, ForceNotifyZoneTransferOutgoingError, Credentials | HttpClient.HttpClient>;
|
|
286
|
+
export interface GetRecordRequest {
|
|
287
|
+
dnsRecordId: string;
|
|
288
|
+
/** Identifier. */
|
|
289
|
+
zoneId: string;
|
|
290
|
+
}
|
|
291
|
+
export declare const GetRecordRequest: Schema.Schema<GetRecordRequest>;
|
|
292
|
+
export type GetRecordResponse = {
|
|
293
|
+
id: string;
|
|
294
|
+
createdOn: string;
|
|
295
|
+
meta: unknown;
|
|
296
|
+
modifiedOn: string;
|
|
297
|
+
proxiable: boolean;
|
|
298
|
+
commentModifiedOn?: string | null;
|
|
299
|
+
tagsModifiedOn?: string | null;
|
|
300
|
+
} | {
|
|
301
|
+
id: string;
|
|
302
|
+
comment: string;
|
|
303
|
+
content: string;
|
|
304
|
+
createdOn: string;
|
|
305
|
+
meta: unknown;
|
|
306
|
+
modifiedOn: string;
|
|
307
|
+
name: string;
|
|
308
|
+
proxiable: boolean;
|
|
309
|
+
proxied: boolean;
|
|
310
|
+
settings: {
|
|
311
|
+
ipv4Only?: boolean | null;
|
|
312
|
+
ipv6Only?: boolean | null;
|
|
313
|
+
};
|
|
314
|
+
tags: string[];
|
|
315
|
+
ttl: number;
|
|
316
|
+
type: "OPENPGPKEY";
|
|
317
|
+
commentModifiedOn?: string | null;
|
|
318
|
+
tagsModifiedOn?: string | null;
|
|
319
|
+
};
|
|
320
|
+
export declare const GetRecordResponse: Schema.Schema<GetRecordResponse>;
|
|
321
|
+
export type GetRecordError = DefaultErrors;
|
|
322
|
+
export declare const getRecord: API.OperationMethod<GetRecordRequest, GetRecordResponse, GetRecordError, Credentials | HttpClient.HttpClient>;
|
|
323
|
+
export interface ListRecordsRequest {
|
|
324
|
+
/** Path param: Identifier. */
|
|
325
|
+
zoneId: string;
|
|
326
|
+
/** Query param: */
|
|
327
|
+
comment?: {
|
|
328
|
+
absent?: string;
|
|
329
|
+
contains?: string;
|
|
330
|
+
endswith?: string;
|
|
331
|
+
exact?: string;
|
|
332
|
+
present?: string;
|
|
333
|
+
startswith?: string;
|
|
334
|
+
};
|
|
335
|
+
/** Query param: */
|
|
336
|
+
content?: {
|
|
337
|
+
contains?: string;
|
|
338
|
+
endswith?: string;
|
|
339
|
+
exact?: string;
|
|
340
|
+
startswith?: string;
|
|
341
|
+
};
|
|
342
|
+
/** Query param: Direction to order DNS records in. */
|
|
343
|
+
direction?: "asc" | "desc";
|
|
344
|
+
/** Query param: Whether to match all search requirements or at least one (any). If set to `all`, acts like a logical AND between filters. If set to `any`, acts like a logical OR instead. Note that the in */
|
|
345
|
+
match?: "any" | "all";
|
|
346
|
+
/** Query param: */
|
|
347
|
+
name?: {
|
|
348
|
+
contains?: string;
|
|
349
|
+
endswith?: string;
|
|
350
|
+
exact?: string;
|
|
351
|
+
startswith?: string;
|
|
352
|
+
};
|
|
353
|
+
/** Query param: Field to order DNS records by. */
|
|
354
|
+
order?: "type" | "name" | "content" | "ttl" | "proxied";
|
|
355
|
+
/** Query param: Whether the record is receiving the performance and security benefits of Cloudflare. */
|
|
356
|
+
proxied?: boolean;
|
|
357
|
+
/** Query param: Allows searching in multiple properties of a DNS record simultaneously. This parameter is intended for human users, not automation. Its exact behavior is intentionally left unspecified an */
|
|
358
|
+
search?: string;
|
|
359
|
+
/** Query param: */
|
|
360
|
+
tag?: {
|
|
361
|
+
absent?: string;
|
|
362
|
+
contains?: string;
|
|
363
|
+
endswith?: string;
|
|
364
|
+
exact?: string;
|
|
365
|
+
present?: string;
|
|
366
|
+
startswith?: string;
|
|
367
|
+
};
|
|
368
|
+
/** Query param: Whether to match all tag search requirements or at least one (any). If set to `all`, acts like a logical AND between tag filters. If set to `any`, acts like a logical OR instead. Note tha */
|
|
369
|
+
tagMatch?: "any" | "all";
|
|
370
|
+
/** Query param: Record type. */
|
|
371
|
+
type?: "A" | "AAAA" | "CAA" | "CERT" | "CNAME" | "DNSKEY" | "DS" | "HTTPS" | "LOC" | "MX" | "NAPTR" | "NS" | "OPENPGPKEY" | "PTR" | "SMIMEA" | "SRV" | "SSHFP" | "SVCB" | "TLSA" | "TXT" | "URI";
|
|
372
|
+
}
|
|
373
|
+
export declare const ListRecordsRequest: Schema.Schema<ListRecordsRequest>;
|
|
374
|
+
export interface ListRecordsResponse {
|
|
375
|
+
result: ({
|
|
376
|
+
id: string;
|
|
377
|
+
createdOn: string;
|
|
378
|
+
meta: unknown;
|
|
379
|
+
modifiedOn: string;
|
|
380
|
+
proxiable: boolean;
|
|
381
|
+
commentModifiedOn?: string | null;
|
|
382
|
+
tagsModifiedOn?: string | null;
|
|
383
|
+
} | {
|
|
384
|
+
id: string;
|
|
385
|
+
comment: string;
|
|
386
|
+
content: string;
|
|
387
|
+
createdOn: string;
|
|
388
|
+
meta: unknown;
|
|
389
|
+
modifiedOn: string;
|
|
390
|
+
name: string;
|
|
391
|
+
proxiable: boolean;
|
|
392
|
+
proxied: boolean;
|
|
393
|
+
settings: {
|
|
394
|
+
ipv4Only?: boolean | null;
|
|
395
|
+
ipv6Only?: boolean | null;
|
|
396
|
+
};
|
|
397
|
+
tags: string[];
|
|
398
|
+
ttl: number;
|
|
399
|
+
type: "OPENPGPKEY";
|
|
400
|
+
commentModifiedOn?: string | null;
|
|
401
|
+
tagsModifiedOn?: string | null;
|
|
402
|
+
})[];
|
|
403
|
+
resultInfo: {
|
|
404
|
+
count?: number | null;
|
|
405
|
+
page?: number | null;
|
|
406
|
+
perPage?: number | null;
|
|
407
|
+
totalCount?: number | null;
|
|
408
|
+
};
|
|
409
|
+
}
|
|
410
|
+
export declare const ListRecordsResponse: Schema.Schema<ListRecordsResponse>;
|
|
411
|
+
export type ListRecordsError = DefaultErrors;
|
|
412
|
+
export declare const listRecords: API.PaginatedOperationMethod<ListRecordsRequest, ListRecordsResponse, ListRecordsError, Credentials | HttpClient.HttpClient> & {
|
|
413
|
+
pages: (input: ListRecordsRequest) => stream.Stream<ListRecordsResponse, ListRecordsError, Credentials | HttpClient.HttpClient>;
|
|
414
|
+
items: (input: ListRecordsRequest) => stream.Stream<{
|
|
415
|
+
id: string;
|
|
416
|
+
createdOn: string;
|
|
417
|
+
meta: unknown;
|
|
418
|
+
modifiedOn: string;
|
|
419
|
+
proxiable: boolean;
|
|
420
|
+
commentModifiedOn?: string | null;
|
|
421
|
+
tagsModifiedOn?: string | null;
|
|
422
|
+
} | {
|
|
423
|
+
id: string;
|
|
424
|
+
comment: string;
|
|
425
|
+
content: string;
|
|
426
|
+
createdOn: string;
|
|
427
|
+
meta: unknown;
|
|
428
|
+
modifiedOn: string;
|
|
429
|
+
name: string;
|
|
430
|
+
proxiable: boolean;
|
|
431
|
+
proxied: boolean;
|
|
432
|
+
settings: {
|
|
433
|
+
ipv4Only?: boolean | null;
|
|
434
|
+
ipv6Only?: boolean | null;
|
|
435
|
+
};
|
|
436
|
+
tags: string[];
|
|
437
|
+
ttl: number;
|
|
438
|
+
type: "OPENPGPKEY";
|
|
439
|
+
commentModifiedOn?: string | null;
|
|
440
|
+
tagsModifiedOn?: string | null;
|
|
441
|
+
}, ListRecordsError, Credentials | HttpClient.HttpClient>;
|
|
442
|
+
};
|
|
443
|
+
export interface CreateRecordRequest {
|
|
444
|
+
/** Path param: Identifier. */
|
|
445
|
+
zoneId: string;
|
|
446
|
+
/** Body param: Complete DNS record name, including the zone name, in Punycode. */
|
|
447
|
+
name: string;
|
|
448
|
+
/** Body param: Time To Live (TTL) of the DNS record in seconds. Setting to 1 means 'automatic'. Value must be between 60 and 86400, with the minimum reduced to 30 for Enterprise zones. */
|
|
449
|
+
ttl: number;
|
|
450
|
+
/** Body param: Record type. */
|
|
451
|
+
type: "A";
|
|
452
|
+
/** Body param: Comments or notes about the DNS record. This field has no effect on DNS responses. */
|
|
453
|
+
comment?: string;
|
|
454
|
+
/** Body param: A valid IPv4 address. */
|
|
455
|
+
content?: string;
|
|
456
|
+
/** Body param: Whether the record is receiving the performance and security benefits of Cloudflare. */
|
|
457
|
+
proxied?: boolean;
|
|
458
|
+
/** Body param: Settings for the DNS record. */
|
|
459
|
+
settings?: {
|
|
460
|
+
ipv4Only?: boolean;
|
|
461
|
+
ipv6Only?: boolean;
|
|
462
|
+
};
|
|
463
|
+
/** Body param: Custom tags for the DNS record. This field has no effect on DNS responses. */
|
|
464
|
+
tags?: string[];
|
|
465
|
+
}
|
|
466
|
+
export declare const CreateRecordRequest: Schema.Schema<CreateRecordRequest>;
|
|
467
|
+
export type CreateRecordResponse = {
|
|
468
|
+
id: string;
|
|
469
|
+
createdOn: string;
|
|
470
|
+
meta: unknown;
|
|
471
|
+
modifiedOn: string;
|
|
472
|
+
proxiable: boolean;
|
|
473
|
+
commentModifiedOn?: string | null;
|
|
474
|
+
tagsModifiedOn?: string | null;
|
|
475
|
+
} | {
|
|
476
|
+
id: string;
|
|
477
|
+
comment: string;
|
|
478
|
+
content: string;
|
|
479
|
+
createdOn: string;
|
|
480
|
+
meta: unknown;
|
|
481
|
+
modifiedOn: string;
|
|
482
|
+
name: string;
|
|
483
|
+
proxiable: boolean;
|
|
484
|
+
proxied: boolean;
|
|
485
|
+
settings: {
|
|
486
|
+
ipv4Only?: boolean | null;
|
|
487
|
+
ipv6Only?: boolean | null;
|
|
488
|
+
};
|
|
489
|
+
tags: string[];
|
|
490
|
+
ttl: number;
|
|
491
|
+
type: "OPENPGPKEY";
|
|
492
|
+
commentModifiedOn?: string | null;
|
|
493
|
+
tagsModifiedOn?: string | null;
|
|
494
|
+
};
|
|
495
|
+
export declare const CreateRecordResponse: Schema.Schema<CreateRecordResponse>;
|
|
496
|
+
export type CreateRecordError = DefaultErrors;
|
|
497
|
+
export declare const createRecord: API.OperationMethod<CreateRecordRequest, CreateRecordResponse, CreateRecordError, Credentials | HttpClient.HttpClient>;
|
|
498
|
+
export interface UpdateRecordRequest {
|
|
499
|
+
dnsRecordId: string;
|
|
500
|
+
/** Path param: Identifier. */
|
|
501
|
+
zoneId: string;
|
|
502
|
+
/** Body param: Complete DNS record name, including the zone name, in Punycode. */
|
|
503
|
+
name: string;
|
|
504
|
+
/** Body param: Time To Live (TTL) of the DNS record in seconds. Setting to 1 means 'automatic'. Value must be between 60 and 86400, with the minimum reduced to 30 for Enterprise zones. */
|
|
505
|
+
ttl: number;
|
|
506
|
+
/** Body param: Record type. */
|
|
507
|
+
type: "A";
|
|
508
|
+
/** Body param: Comments or notes about the DNS record. This field has no effect on DNS responses. */
|
|
509
|
+
comment?: string;
|
|
510
|
+
/** Body param: A valid IPv4 address. */
|
|
511
|
+
content?: string;
|
|
512
|
+
/** Body param: Whether the record is receiving the performance and security benefits of Cloudflare. */
|
|
513
|
+
proxied?: boolean;
|
|
514
|
+
/** Body param: Settings for the DNS record. */
|
|
515
|
+
settings?: {
|
|
516
|
+
ipv4Only?: boolean;
|
|
517
|
+
ipv6Only?: boolean;
|
|
518
|
+
};
|
|
519
|
+
/** Body param: Custom tags for the DNS record. This field has no effect on DNS responses. */
|
|
520
|
+
tags?: string[];
|
|
521
|
+
}
|
|
522
|
+
export declare const UpdateRecordRequest: Schema.Schema<UpdateRecordRequest>;
|
|
523
|
+
export type UpdateRecordResponse = {
|
|
524
|
+
id: string;
|
|
525
|
+
createdOn: string;
|
|
526
|
+
meta: unknown;
|
|
527
|
+
modifiedOn: string;
|
|
528
|
+
proxiable: boolean;
|
|
529
|
+
commentModifiedOn?: string | null;
|
|
530
|
+
tagsModifiedOn?: string | null;
|
|
531
|
+
} | {
|
|
532
|
+
id: string;
|
|
533
|
+
comment: string;
|
|
534
|
+
content: string;
|
|
535
|
+
createdOn: string;
|
|
536
|
+
meta: unknown;
|
|
537
|
+
modifiedOn: string;
|
|
538
|
+
name: string;
|
|
539
|
+
proxiable: boolean;
|
|
540
|
+
proxied: boolean;
|
|
541
|
+
settings: {
|
|
542
|
+
ipv4Only?: boolean | null;
|
|
543
|
+
ipv6Only?: boolean | null;
|
|
544
|
+
};
|
|
545
|
+
tags: string[];
|
|
546
|
+
ttl: number;
|
|
547
|
+
type: "OPENPGPKEY";
|
|
548
|
+
commentModifiedOn?: string | null;
|
|
549
|
+
tagsModifiedOn?: string | null;
|
|
550
|
+
};
|
|
551
|
+
export declare const UpdateRecordResponse: Schema.Schema<UpdateRecordResponse>;
|
|
552
|
+
export type UpdateRecordError = DefaultErrors;
|
|
553
|
+
export declare const updateRecord: API.OperationMethod<UpdateRecordRequest, UpdateRecordResponse, UpdateRecordError, Credentials | HttpClient.HttpClient>;
|
|
554
|
+
export interface PatchRecordRequest {
|
|
555
|
+
dnsRecordId: string;
|
|
556
|
+
/** Path param: Identifier. */
|
|
557
|
+
zoneId: string;
|
|
558
|
+
/** Body param: Complete DNS record name, including the zone name, in Punycode. */
|
|
559
|
+
name: string;
|
|
560
|
+
/** Body param: Time To Live (TTL) of the DNS record in seconds. Setting to 1 means 'automatic'. Value must be between 60 and 86400, with the minimum reduced to 30 for Enterprise zones. */
|
|
561
|
+
ttl: number;
|
|
562
|
+
/** Body param: Record type. */
|
|
563
|
+
type: "A";
|
|
564
|
+
/** Body param: Comments or notes about the DNS record. This field has no effect on DNS responses. */
|
|
565
|
+
comment?: string;
|
|
566
|
+
/** Body param: A valid IPv4 address. */
|
|
567
|
+
content?: string;
|
|
568
|
+
/** Body param: Whether the record is receiving the performance and security benefits of Cloudflare. */
|
|
569
|
+
proxied?: boolean;
|
|
570
|
+
/** Body param: Settings for the DNS record. */
|
|
571
|
+
settings?: {
|
|
572
|
+
ipv4Only?: boolean;
|
|
573
|
+
ipv6Only?: boolean;
|
|
574
|
+
};
|
|
575
|
+
/** Body param: Custom tags for the DNS record. This field has no effect on DNS responses. */
|
|
576
|
+
tags?: string[];
|
|
577
|
+
}
|
|
578
|
+
export declare const PatchRecordRequest: Schema.Schema<PatchRecordRequest>;
|
|
579
|
+
export type PatchRecordResponse = {
|
|
580
|
+
id: string;
|
|
581
|
+
createdOn: string;
|
|
582
|
+
meta: unknown;
|
|
583
|
+
modifiedOn: string;
|
|
584
|
+
proxiable: boolean;
|
|
585
|
+
commentModifiedOn?: string | null;
|
|
586
|
+
tagsModifiedOn?: string | null;
|
|
587
|
+
} | {
|
|
588
|
+
id: string;
|
|
589
|
+
comment: string;
|
|
590
|
+
content: string;
|
|
591
|
+
createdOn: string;
|
|
592
|
+
meta: unknown;
|
|
593
|
+
modifiedOn: string;
|
|
594
|
+
name: string;
|
|
595
|
+
proxiable: boolean;
|
|
596
|
+
proxied: boolean;
|
|
597
|
+
settings: {
|
|
598
|
+
ipv4Only?: boolean | null;
|
|
599
|
+
ipv6Only?: boolean | null;
|
|
600
|
+
};
|
|
601
|
+
tags: string[];
|
|
602
|
+
ttl: number;
|
|
603
|
+
type: "OPENPGPKEY";
|
|
604
|
+
commentModifiedOn?: string | null;
|
|
605
|
+
tagsModifiedOn?: string | null;
|
|
606
|
+
};
|
|
607
|
+
export declare const PatchRecordResponse: Schema.Schema<PatchRecordResponse>;
|
|
608
|
+
export type PatchRecordError = DefaultErrors;
|
|
609
|
+
export declare const patchRecord: API.OperationMethod<PatchRecordRequest, PatchRecordResponse, PatchRecordError, Credentials | HttpClient.HttpClient>;
|
|
610
|
+
export interface DeleteRecordRequest {
|
|
611
|
+
dnsRecordId: string;
|
|
612
|
+
/** Identifier. */
|
|
613
|
+
zoneId: string;
|
|
614
|
+
}
|
|
615
|
+
export declare const DeleteRecordRequest: Schema.Schema<DeleteRecordRequest>;
|
|
616
|
+
export interface DeleteRecordResponse {
|
|
617
|
+
/** Identifier. */
|
|
618
|
+
id?: string | null;
|
|
619
|
+
}
|
|
620
|
+
export declare const DeleteRecordResponse: Schema.Schema<DeleteRecordResponse>;
|
|
621
|
+
export type DeleteRecordError = DefaultErrors;
|
|
622
|
+
export declare const deleteRecord: API.OperationMethod<DeleteRecordRequest, DeleteRecordResponse, DeleteRecordError, Credentials | HttpClient.HttpClient>;
|
|
623
|
+
export interface BatchRecordRequest {
|
|
624
|
+
/** Path param: Identifier. */
|
|
625
|
+
zoneId: string;
|
|
626
|
+
/** Body param: */
|
|
627
|
+
deletes?: {
|
|
628
|
+
id: string;
|
|
629
|
+
}[];
|
|
630
|
+
/** Body param: */
|
|
631
|
+
patches?: ({
|
|
632
|
+
zoneId: string;
|
|
633
|
+
name: string;
|
|
634
|
+
ttl: number;
|
|
635
|
+
type: "A";
|
|
636
|
+
comment?: string;
|
|
637
|
+
content?: string;
|
|
638
|
+
proxied?: boolean;
|
|
639
|
+
settings?: {
|
|
640
|
+
ipv4Only?: boolean;
|
|
641
|
+
ipv6Only?: boolean;
|
|
642
|
+
};
|
|
643
|
+
tags?: string[];
|
|
644
|
+
} | {
|
|
645
|
+
zoneId: string;
|
|
646
|
+
name: string;
|
|
647
|
+
ttl: number;
|
|
648
|
+
type: "AAAA";
|
|
649
|
+
comment?: string;
|
|
650
|
+
content?: string;
|
|
651
|
+
proxied?: boolean;
|
|
652
|
+
settings?: {
|
|
653
|
+
ipv4Only?: boolean;
|
|
654
|
+
ipv6Only?: boolean;
|
|
655
|
+
};
|
|
656
|
+
tags?: string[];
|
|
657
|
+
} | {
|
|
658
|
+
zoneId: string;
|
|
659
|
+
name: string;
|
|
660
|
+
ttl: number;
|
|
661
|
+
type: "CNAME";
|
|
662
|
+
comment?: string;
|
|
663
|
+
content?: string;
|
|
664
|
+
proxied?: boolean;
|
|
665
|
+
settings?: {
|
|
666
|
+
flattenCname?: boolean;
|
|
667
|
+
ipv4Only?: boolean;
|
|
668
|
+
ipv6Only?: boolean;
|
|
669
|
+
};
|
|
670
|
+
tags?: string[];
|
|
671
|
+
} | {
|
|
672
|
+
zoneId: string;
|
|
673
|
+
name: string;
|
|
674
|
+
ttl: number;
|
|
675
|
+
type: "MX";
|
|
676
|
+
comment?: string;
|
|
677
|
+
content?: string;
|
|
678
|
+
priority?: number;
|
|
679
|
+
proxied?: boolean;
|
|
680
|
+
settings?: {
|
|
681
|
+
ipv4Only?: boolean;
|
|
682
|
+
ipv6Only?: boolean;
|
|
683
|
+
};
|
|
684
|
+
tags?: string[];
|
|
685
|
+
} | {
|
|
686
|
+
zoneId: string;
|
|
687
|
+
name: string;
|
|
688
|
+
ttl: number;
|
|
689
|
+
type: "NS";
|
|
690
|
+
comment?: string;
|
|
691
|
+
content?: string;
|
|
692
|
+
proxied?: boolean;
|
|
693
|
+
settings?: {
|
|
694
|
+
ipv4Only?: boolean;
|
|
695
|
+
ipv6Only?: boolean;
|
|
696
|
+
};
|
|
697
|
+
tags?: string[];
|
|
698
|
+
} | {
|
|
699
|
+
id: string;
|
|
700
|
+
name: string;
|
|
701
|
+
ttl: number;
|
|
702
|
+
type: "OPENPGPKEY";
|
|
703
|
+
comment?: string;
|
|
704
|
+
content?: string;
|
|
705
|
+
proxied?: boolean;
|
|
706
|
+
settings?: {
|
|
707
|
+
ipv4Only?: boolean;
|
|
708
|
+
ipv6Only?: boolean;
|
|
709
|
+
};
|
|
710
|
+
tags?: string[];
|
|
711
|
+
} | {
|
|
712
|
+
zoneId: string;
|
|
713
|
+
name: string;
|
|
714
|
+
ttl: number;
|
|
715
|
+
type: "PTR";
|
|
716
|
+
comment?: string;
|
|
717
|
+
content?: string;
|
|
718
|
+
proxied?: boolean;
|
|
719
|
+
settings?: {
|
|
720
|
+
ipv4Only?: boolean;
|
|
721
|
+
ipv6Only?: boolean;
|
|
722
|
+
};
|
|
723
|
+
tags?: string[];
|
|
724
|
+
} | {
|
|
725
|
+
zoneId: string;
|
|
726
|
+
name: string;
|
|
727
|
+
ttl: number;
|
|
728
|
+
type: "TXT";
|
|
729
|
+
comment?: string;
|
|
730
|
+
content?: string;
|
|
731
|
+
proxied?: boolean;
|
|
732
|
+
settings?: {
|
|
733
|
+
ipv4Only?: boolean;
|
|
734
|
+
ipv6Only?: boolean;
|
|
735
|
+
};
|
|
736
|
+
tags?: string[];
|
|
737
|
+
} | {
|
|
738
|
+
zoneId: string;
|
|
739
|
+
name: string;
|
|
740
|
+
ttl: number;
|
|
741
|
+
type: "CAA";
|
|
742
|
+
comment?: string;
|
|
743
|
+
data?: {
|
|
744
|
+
flags?: number;
|
|
745
|
+
tag?: string;
|
|
746
|
+
value?: string;
|
|
747
|
+
};
|
|
748
|
+
proxied?: boolean;
|
|
749
|
+
settings?: {
|
|
750
|
+
ipv4Only?: boolean;
|
|
751
|
+
ipv6Only?: boolean;
|
|
752
|
+
};
|
|
753
|
+
tags?: string[];
|
|
754
|
+
} | {
|
|
755
|
+
zoneId: string;
|
|
756
|
+
name: string;
|
|
757
|
+
ttl: number;
|
|
758
|
+
type: "CERT";
|
|
759
|
+
comment?: string;
|
|
760
|
+
data?: {
|
|
761
|
+
algorithm?: number;
|
|
762
|
+
certificate?: string;
|
|
763
|
+
keyTag?: number;
|
|
764
|
+
type?: number;
|
|
765
|
+
};
|
|
766
|
+
proxied?: boolean;
|
|
767
|
+
settings?: {
|
|
768
|
+
ipv4Only?: boolean;
|
|
769
|
+
ipv6Only?: boolean;
|
|
770
|
+
};
|
|
771
|
+
tags?: string[];
|
|
772
|
+
} | {
|
|
773
|
+
zoneId: string;
|
|
774
|
+
name: string;
|
|
775
|
+
ttl: number;
|
|
776
|
+
type: "DNSKEY";
|
|
777
|
+
comment?: string;
|
|
778
|
+
data?: {
|
|
779
|
+
algorithm?: number;
|
|
780
|
+
flags?: number;
|
|
781
|
+
protocol?: number;
|
|
782
|
+
publicKey?: string;
|
|
783
|
+
};
|
|
784
|
+
proxied?: boolean;
|
|
785
|
+
settings?: {
|
|
786
|
+
ipv4Only?: boolean;
|
|
787
|
+
ipv6Only?: boolean;
|
|
788
|
+
};
|
|
789
|
+
tags?: string[];
|
|
790
|
+
} | {
|
|
791
|
+
zoneId: string;
|
|
792
|
+
name: string;
|
|
793
|
+
ttl: number;
|
|
794
|
+
type: "DS";
|
|
795
|
+
comment?: string;
|
|
796
|
+
data?: {
|
|
797
|
+
algorithm?: number;
|
|
798
|
+
digest?: string;
|
|
799
|
+
digestType?: number;
|
|
800
|
+
keyTag?: number;
|
|
801
|
+
};
|
|
802
|
+
proxied?: boolean;
|
|
803
|
+
settings?: {
|
|
804
|
+
ipv4Only?: boolean;
|
|
805
|
+
ipv6Only?: boolean;
|
|
806
|
+
};
|
|
807
|
+
tags?: string[];
|
|
808
|
+
} | {
|
|
809
|
+
zoneId: string;
|
|
810
|
+
name: string;
|
|
811
|
+
ttl: number;
|
|
812
|
+
type: "HTTPS";
|
|
813
|
+
comment?: string;
|
|
814
|
+
data?: {
|
|
815
|
+
priority?: number;
|
|
816
|
+
target?: string;
|
|
817
|
+
value?: string;
|
|
818
|
+
};
|
|
819
|
+
proxied?: boolean;
|
|
820
|
+
settings?: {
|
|
821
|
+
ipv4Only?: boolean;
|
|
822
|
+
ipv6Only?: boolean;
|
|
823
|
+
};
|
|
824
|
+
tags?: string[];
|
|
825
|
+
} | {
|
|
826
|
+
zoneId: string;
|
|
827
|
+
name: string;
|
|
828
|
+
ttl: number;
|
|
829
|
+
type: "LOC";
|
|
830
|
+
comment?: string;
|
|
831
|
+
data?: {
|
|
832
|
+
altitude?: number;
|
|
833
|
+
latDegrees?: number;
|
|
834
|
+
latDirection?: "N" | "S";
|
|
835
|
+
latMinutes?: number;
|
|
836
|
+
latSeconds?: number;
|
|
837
|
+
longDegrees?: number;
|
|
838
|
+
longDirection?: "E" | "W";
|
|
839
|
+
longMinutes?: number;
|
|
840
|
+
longSeconds?: number;
|
|
841
|
+
precisionHorz?: number;
|
|
842
|
+
precisionVert?: number;
|
|
843
|
+
size?: number;
|
|
844
|
+
};
|
|
845
|
+
proxied?: boolean;
|
|
846
|
+
settings?: {
|
|
847
|
+
ipv4Only?: boolean;
|
|
848
|
+
ipv6Only?: boolean;
|
|
849
|
+
};
|
|
850
|
+
tags?: string[];
|
|
851
|
+
} | {
|
|
852
|
+
zoneId: string;
|
|
853
|
+
name: string;
|
|
854
|
+
ttl: number;
|
|
855
|
+
type: "NAPTR";
|
|
856
|
+
comment?: string;
|
|
857
|
+
data?: {
|
|
858
|
+
flags?: string;
|
|
859
|
+
order?: number;
|
|
860
|
+
preference?: number;
|
|
861
|
+
regex?: string;
|
|
862
|
+
replacement?: string;
|
|
863
|
+
service?: string;
|
|
864
|
+
};
|
|
865
|
+
proxied?: boolean;
|
|
866
|
+
settings?: {
|
|
867
|
+
ipv4Only?: boolean;
|
|
868
|
+
ipv6Only?: boolean;
|
|
869
|
+
};
|
|
870
|
+
tags?: string[];
|
|
871
|
+
} | {
|
|
872
|
+
zoneId: string;
|
|
873
|
+
name: string;
|
|
874
|
+
ttl: number;
|
|
875
|
+
type: "SMIMEA";
|
|
876
|
+
comment?: string;
|
|
877
|
+
data?: {
|
|
878
|
+
certificate?: string;
|
|
879
|
+
matchingType?: number;
|
|
880
|
+
selector?: number;
|
|
881
|
+
usage?: number;
|
|
882
|
+
};
|
|
883
|
+
proxied?: boolean;
|
|
884
|
+
settings?: {
|
|
885
|
+
ipv4Only?: boolean;
|
|
886
|
+
ipv6Only?: boolean;
|
|
887
|
+
};
|
|
888
|
+
tags?: string[];
|
|
889
|
+
} | {
|
|
890
|
+
zoneId: string;
|
|
891
|
+
name: string;
|
|
892
|
+
ttl: number;
|
|
893
|
+
type: "SRV";
|
|
894
|
+
comment?: string;
|
|
895
|
+
data?: {
|
|
896
|
+
port?: number;
|
|
897
|
+
priority?: number;
|
|
898
|
+
target?: string;
|
|
899
|
+
weight?: number;
|
|
900
|
+
};
|
|
901
|
+
proxied?: boolean;
|
|
902
|
+
settings?: {
|
|
903
|
+
ipv4Only?: boolean;
|
|
904
|
+
ipv6Only?: boolean;
|
|
905
|
+
};
|
|
906
|
+
tags?: string[];
|
|
907
|
+
} | {
|
|
908
|
+
zoneId: string;
|
|
909
|
+
name: string;
|
|
910
|
+
ttl: number;
|
|
911
|
+
type: "SSHFP";
|
|
912
|
+
comment?: string;
|
|
913
|
+
data?: {
|
|
914
|
+
algorithm?: number;
|
|
915
|
+
fingerprint?: string;
|
|
916
|
+
type?: number;
|
|
917
|
+
};
|
|
918
|
+
proxied?: boolean;
|
|
919
|
+
settings?: {
|
|
920
|
+
ipv4Only?: boolean;
|
|
921
|
+
ipv6Only?: boolean;
|
|
922
|
+
};
|
|
923
|
+
tags?: string[];
|
|
924
|
+
} | {
|
|
925
|
+
zoneId: string;
|
|
926
|
+
name: string;
|
|
927
|
+
ttl: number;
|
|
928
|
+
type: "SVCB";
|
|
929
|
+
comment?: string;
|
|
930
|
+
data?: {
|
|
931
|
+
priority?: number;
|
|
932
|
+
target?: string;
|
|
933
|
+
value?: string;
|
|
934
|
+
};
|
|
935
|
+
proxied?: boolean;
|
|
936
|
+
settings?: {
|
|
937
|
+
ipv4Only?: boolean;
|
|
938
|
+
ipv6Only?: boolean;
|
|
939
|
+
};
|
|
940
|
+
tags?: string[];
|
|
941
|
+
} | {
|
|
942
|
+
zoneId: string;
|
|
943
|
+
name: string;
|
|
944
|
+
ttl: number;
|
|
945
|
+
type: "TLSA";
|
|
946
|
+
comment?: string;
|
|
947
|
+
data?: {
|
|
948
|
+
certificate?: string;
|
|
949
|
+
matchingType?: number;
|
|
950
|
+
selector?: number;
|
|
951
|
+
usage?: number;
|
|
952
|
+
};
|
|
953
|
+
proxied?: boolean;
|
|
954
|
+
settings?: {
|
|
955
|
+
ipv4Only?: boolean;
|
|
956
|
+
ipv6Only?: boolean;
|
|
957
|
+
};
|
|
958
|
+
tags?: string[];
|
|
959
|
+
} | {
|
|
960
|
+
zoneId: string;
|
|
961
|
+
name: string;
|
|
962
|
+
ttl: number;
|
|
963
|
+
type: "URI";
|
|
964
|
+
comment?: string;
|
|
965
|
+
data?: {
|
|
966
|
+
target?: string;
|
|
967
|
+
weight?: number;
|
|
968
|
+
};
|
|
969
|
+
priority?: number;
|
|
970
|
+
proxied?: boolean;
|
|
971
|
+
settings?: {
|
|
972
|
+
ipv4Only?: boolean;
|
|
973
|
+
ipv6Only?: boolean;
|
|
974
|
+
};
|
|
975
|
+
tags?: string[];
|
|
976
|
+
})[];
|
|
977
|
+
/** Body param: */
|
|
978
|
+
posts?: ({
|
|
979
|
+
name: string;
|
|
980
|
+
ttl: number;
|
|
981
|
+
type: "A";
|
|
982
|
+
comment?: string;
|
|
983
|
+
content?: string;
|
|
984
|
+
proxied?: boolean;
|
|
985
|
+
settings?: {
|
|
986
|
+
ipv4Only?: boolean;
|
|
987
|
+
ipv6Only?: boolean;
|
|
988
|
+
};
|
|
989
|
+
tags?: string[];
|
|
990
|
+
} | {
|
|
991
|
+
name: string;
|
|
992
|
+
ttl: number;
|
|
993
|
+
type: "AAAA";
|
|
994
|
+
comment?: string;
|
|
995
|
+
content?: string;
|
|
996
|
+
proxied?: boolean;
|
|
997
|
+
settings?: {
|
|
998
|
+
ipv4Only?: boolean;
|
|
999
|
+
ipv6Only?: boolean;
|
|
1000
|
+
};
|
|
1001
|
+
tags?: string[];
|
|
1002
|
+
} | {
|
|
1003
|
+
name: string;
|
|
1004
|
+
ttl: number;
|
|
1005
|
+
type: "CNAME";
|
|
1006
|
+
comment?: string;
|
|
1007
|
+
content?: string;
|
|
1008
|
+
proxied?: boolean;
|
|
1009
|
+
settings?: {
|
|
1010
|
+
flattenCname?: boolean;
|
|
1011
|
+
ipv4Only?: boolean;
|
|
1012
|
+
ipv6Only?: boolean;
|
|
1013
|
+
};
|
|
1014
|
+
tags?: string[];
|
|
1015
|
+
} | {
|
|
1016
|
+
name: string;
|
|
1017
|
+
ttl: number;
|
|
1018
|
+
type: "MX";
|
|
1019
|
+
comment?: string;
|
|
1020
|
+
content?: string;
|
|
1021
|
+
priority?: number;
|
|
1022
|
+
proxied?: boolean;
|
|
1023
|
+
settings?: {
|
|
1024
|
+
ipv4Only?: boolean;
|
|
1025
|
+
ipv6Only?: boolean;
|
|
1026
|
+
};
|
|
1027
|
+
tags?: string[];
|
|
1028
|
+
} | {
|
|
1029
|
+
name: string;
|
|
1030
|
+
ttl: number;
|
|
1031
|
+
type: "NS";
|
|
1032
|
+
comment?: string;
|
|
1033
|
+
content?: string;
|
|
1034
|
+
proxied?: boolean;
|
|
1035
|
+
settings?: {
|
|
1036
|
+
ipv4Only?: boolean;
|
|
1037
|
+
ipv6Only?: boolean;
|
|
1038
|
+
};
|
|
1039
|
+
tags?: string[];
|
|
1040
|
+
} | {
|
|
1041
|
+
name: string;
|
|
1042
|
+
ttl: number;
|
|
1043
|
+
type: "OPENPGPKEY";
|
|
1044
|
+
comment?: string;
|
|
1045
|
+
content?: string;
|
|
1046
|
+
proxied?: boolean;
|
|
1047
|
+
settings?: {
|
|
1048
|
+
ipv4Only?: boolean;
|
|
1049
|
+
ipv6Only?: boolean;
|
|
1050
|
+
};
|
|
1051
|
+
tags?: string[];
|
|
1052
|
+
} | {
|
|
1053
|
+
name: string;
|
|
1054
|
+
ttl: number;
|
|
1055
|
+
type: "PTR";
|
|
1056
|
+
comment?: string;
|
|
1057
|
+
content?: string;
|
|
1058
|
+
proxied?: boolean;
|
|
1059
|
+
settings?: {
|
|
1060
|
+
ipv4Only?: boolean;
|
|
1061
|
+
ipv6Only?: boolean;
|
|
1062
|
+
};
|
|
1063
|
+
tags?: string[];
|
|
1064
|
+
} | {
|
|
1065
|
+
name: string;
|
|
1066
|
+
ttl: number;
|
|
1067
|
+
type: "TXT";
|
|
1068
|
+
comment?: string;
|
|
1069
|
+
content?: string;
|
|
1070
|
+
proxied?: boolean;
|
|
1071
|
+
settings?: {
|
|
1072
|
+
ipv4Only?: boolean;
|
|
1073
|
+
ipv6Only?: boolean;
|
|
1074
|
+
};
|
|
1075
|
+
tags?: string[];
|
|
1076
|
+
} | {
|
|
1077
|
+
name: string;
|
|
1078
|
+
ttl: number;
|
|
1079
|
+
type: "CAA";
|
|
1080
|
+
comment?: string;
|
|
1081
|
+
data?: {
|
|
1082
|
+
flags?: number;
|
|
1083
|
+
tag?: string;
|
|
1084
|
+
value?: string;
|
|
1085
|
+
};
|
|
1086
|
+
proxied?: boolean;
|
|
1087
|
+
settings?: {
|
|
1088
|
+
ipv4Only?: boolean;
|
|
1089
|
+
ipv6Only?: boolean;
|
|
1090
|
+
};
|
|
1091
|
+
tags?: string[];
|
|
1092
|
+
} | {
|
|
1093
|
+
name: string;
|
|
1094
|
+
ttl: number;
|
|
1095
|
+
type: "CERT";
|
|
1096
|
+
comment?: string;
|
|
1097
|
+
data?: {
|
|
1098
|
+
algorithm?: number;
|
|
1099
|
+
certificate?: string;
|
|
1100
|
+
keyTag?: number;
|
|
1101
|
+
type?: number;
|
|
1102
|
+
};
|
|
1103
|
+
proxied?: boolean;
|
|
1104
|
+
settings?: {
|
|
1105
|
+
ipv4Only?: boolean;
|
|
1106
|
+
ipv6Only?: boolean;
|
|
1107
|
+
};
|
|
1108
|
+
tags?: string[];
|
|
1109
|
+
} | {
|
|
1110
|
+
name: string;
|
|
1111
|
+
ttl: number;
|
|
1112
|
+
type: "DNSKEY";
|
|
1113
|
+
comment?: string;
|
|
1114
|
+
data?: {
|
|
1115
|
+
algorithm?: number;
|
|
1116
|
+
flags?: number;
|
|
1117
|
+
protocol?: number;
|
|
1118
|
+
publicKey?: string;
|
|
1119
|
+
};
|
|
1120
|
+
proxied?: boolean;
|
|
1121
|
+
settings?: {
|
|
1122
|
+
ipv4Only?: boolean;
|
|
1123
|
+
ipv6Only?: boolean;
|
|
1124
|
+
};
|
|
1125
|
+
tags?: string[];
|
|
1126
|
+
} | {
|
|
1127
|
+
name: string;
|
|
1128
|
+
ttl: number;
|
|
1129
|
+
type: "DS";
|
|
1130
|
+
comment?: string;
|
|
1131
|
+
data?: {
|
|
1132
|
+
algorithm?: number;
|
|
1133
|
+
digest?: string;
|
|
1134
|
+
digestType?: number;
|
|
1135
|
+
keyTag?: number;
|
|
1136
|
+
};
|
|
1137
|
+
proxied?: boolean;
|
|
1138
|
+
settings?: {
|
|
1139
|
+
ipv4Only?: boolean;
|
|
1140
|
+
ipv6Only?: boolean;
|
|
1141
|
+
};
|
|
1142
|
+
tags?: string[];
|
|
1143
|
+
} | {
|
|
1144
|
+
name: string;
|
|
1145
|
+
ttl: number;
|
|
1146
|
+
type: "HTTPS";
|
|
1147
|
+
comment?: string;
|
|
1148
|
+
data?: {
|
|
1149
|
+
priority?: number;
|
|
1150
|
+
target?: string;
|
|
1151
|
+
value?: string;
|
|
1152
|
+
};
|
|
1153
|
+
proxied?: boolean;
|
|
1154
|
+
settings?: {
|
|
1155
|
+
ipv4Only?: boolean;
|
|
1156
|
+
ipv6Only?: boolean;
|
|
1157
|
+
};
|
|
1158
|
+
tags?: string[];
|
|
1159
|
+
} | {
|
|
1160
|
+
name: string;
|
|
1161
|
+
ttl: number;
|
|
1162
|
+
type: "LOC";
|
|
1163
|
+
comment?: string;
|
|
1164
|
+
data?: {
|
|
1165
|
+
altitude?: number;
|
|
1166
|
+
latDegrees?: number;
|
|
1167
|
+
latDirection?: "N" | "S";
|
|
1168
|
+
latMinutes?: number;
|
|
1169
|
+
latSeconds?: number;
|
|
1170
|
+
longDegrees?: number;
|
|
1171
|
+
longDirection?: "E" | "W";
|
|
1172
|
+
longMinutes?: number;
|
|
1173
|
+
longSeconds?: number;
|
|
1174
|
+
precisionHorz?: number;
|
|
1175
|
+
precisionVert?: number;
|
|
1176
|
+
size?: number;
|
|
1177
|
+
};
|
|
1178
|
+
proxied?: boolean;
|
|
1179
|
+
settings?: {
|
|
1180
|
+
ipv4Only?: boolean;
|
|
1181
|
+
ipv6Only?: boolean;
|
|
1182
|
+
};
|
|
1183
|
+
tags?: string[];
|
|
1184
|
+
} | {
|
|
1185
|
+
name: string;
|
|
1186
|
+
ttl: number;
|
|
1187
|
+
type: "NAPTR";
|
|
1188
|
+
comment?: string;
|
|
1189
|
+
data?: {
|
|
1190
|
+
flags?: string;
|
|
1191
|
+
order?: number;
|
|
1192
|
+
preference?: number;
|
|
1193
|
+
regex?: string;
|
|
1194
|
+
replacement?: string;
|
|
1195
|
+
service?: string;
|
|
1196
|
+
};
|
|
1197
|
+
proxied?: boolean;
|
|
1198
|
+
settings?: {
|
|
1199
|
+
ipv4Only?: boolean;
|
|
1200
|
+
ipv6Only?: boolean;
|
|
1201
|
+
};
|
|
1202
|
+
tags?: string[];
|
|
1203
|
+
} | {
|
|
1204
|
+
name: string;
|
|
1205
|
+
ttl: number;
|
|
1206
|
+
type: "SMIMEA";
|
|
1207
|
+
comment?: string;
|
|
1208
|
+
data?: {
|
|
1209
|
+
certificate?: string;
|
|
1210
|
+
matchingType?: number;
|
|
1211
|
+
selector?: number;
|
|
1212
|
+
usage?: number;
|
|
1213
|
+
};
|
|
1214
|
+
proxied?: boolean;
|
|
1215
|
+
settings?: {
|
|
1216
|
+
ipv4Only?: boolean;
|
|
1217
|
+
ipv6Only?: boolean;
|
|
1218
|
+
};
|
|
1219
|
+
tags?: string[];
|
|
1220
|
+
} | {
|
|
1221
|
+
name: string;
|
|
1222
|
+
ttl: number;
|
|
1223
|
+
type: "SRV";
|
|
1224
|
+
comment?: string;
|
|
1225
|
+
data?: {
|
|
1226
|
+
port?: number;
|
|
1227
|
+
priority?: number;
|
|
1228
|
+
target?: string;
|
|
1229
|
+
weight?: number;
|
|
1230
|
+
};
|
|
1231
|
+
proxied?: boolean;
|
|
1232
|
+
settings?: {
|
|
1233
|
+
ipv4Only?: boolean;
|
|
1234
|
+
ipv6Only?: boolean;
|
|
1235
|
+
};
|
|
1236
|
+
tags?: string[];
|
|
1237
|
+
} | {
|
|
1238
|
+
name: string;
|
|
1239
|
+
ttl: number;
|
|
1240
|
+
type: "SSHFP";
|
|
1241
|
+
comment?: string;
|
|
1242
|
+
data?: {
|
|
1243
|
+
algorithm?: number;
|
|
1244
|
+
fingerprint?: string;
|
|
1245
|
+
type?: number;
|
|
1246
|
+
};
|
|
1247
|
+
proxied?: boolean;
|
|
1248
|
+
settings?: {
|
|
1249
|
+
ipv4Only?: boolean;
|
|
1250
|
+
ipv6Only?: boolean;
|
|
1251
|
+
};
|
|
1252
|
+
tags?: string[];
|
|
1253
|
+
} | {
|
|
1254
|
+
name: string;
|
|
1255
|
+
ttl: number;
|
|
1256
|
+
type: "SVCB";
|
|
1257
|
+
comment?: string;
|
|
1258
|
+
data?: {
|
|
1259
|
+
priority?: number;
|
|
1260
|
+
target?: string;
|
|
1261
|
+
value?: string;
|
|
1262
|
+
};
|
|
1263
|
+
proxied?: boolean;
|
|
1264
|
+
settings?: {
|
|
1265
|
+
ipv4Only?: boolean;
|
|
1266
|
+
ipv6Only?: boolean;
|
|
1267
|
+
};
|
|
1268
|
+
tags?: string[];
|
|
1269
|
+
} | {
|
|
1270
|
+
name: string;
|
|
1271
|
+
ttl: number;
|
|
1272
|
+
type: "TLSA";
|
|
1273
|
+
comment?: string;
|
|
1274
|
+
data?: {
|
|
1275
|
+
certificate?: string;
|
|
1276
|
+
matchingType?: number;
|
|
1277
|
+
selector?: number;
|
|
1278
|
+
usage?: number;
|
|
1279
|
+
};
|
|
1280
|
+
proxied?: boolean;
|
|
1281
|
+
settings?: {
|
|
1282
|
+
ipv4Only?: boolean;
|
|
1283
|
+
ipv6Only?: boolean;
|
|
1284
|
+
};
|
|
1285
|
+
tags?: string[];
|
|
1286
|
+
} | {
|
|
1287
|
+
name: string;
|
|
1288
|
+
ttl: number;
|
|
1289
|
+
type: "URI";
|
|
1290
|
+
comment?: string;
|
|
1291
|
+
data?: {
|
|
1292
|
+
target?: string;
|
|
1293
|
+
weight?: number;
|
|
1294
|
+
};
|
|
1295
|
+
priority?: number;
|
|
1296
|
+
proxied?: boolean;
|
|
1297
|
+
settings?: {
|
|
1298
|
+
ipv4Only?: boolean;
|
|
1299
|
+
ipv6Only?: boolean;
|
|
1300
|
+
};
|
|
1301
|
+
tags?: string[];
|
|
1302
|
+
})[];
|
|
1303
|
+
/** Body param: */
|
|
1304
|
+
puts?: ({
|
|
1305
|
+
zoneId: string;
|
|
1306
|
+
name: string;
|
|
1307
|
+
ttl: number;
|
|
1308
|
+
type: "A";
|
|
1309
|
+
comment?: string;
|
|
1310
|
+
content?: string;
|
|
1311
|
+
proxied?: boolean;
|
|
1312
|
+
settings?: {
|
|
1313
|
+
ipv4Only?: boolean;
|
|
1314
|
+
ipv6Only?: boolean;
|
|
1315
|
+
};
|
|
1316
|
+
tags?: string[];
|
|
1317
|
+
} | {
|
|
1318
|
+
zoneId: string;
|
|
1319
|
+
name: string;
|
|
1320
|
+
ttl: number;
|
|
1321
|
+
type: "AAAA";
|
|
1322
|
+
comment?: string;
|
|
1323
|
+
content?: string;
|
|
1324
|
+
proxied?: boolean;
|
|
1325
|
+
settings?: {
|
|
1326
|
+
ipv4Only?: boolean;
|
|
1327
|
+
ipv6Only?: boolean;
|
|
1328
|
+
};
|
|
1329
|
+
tags?: string[];
|
|
1330
|
+
} | {
|
|
1331
|
+
zoneId: string;
|
|
1332
|
+
name: string;
|
|
1333
|
+
ttl: number;
|
|
1334
|
+
type: "CNAME";
|
|
1335
|
+
comment?: string;
|
|
1336
|
+
content?: string;
|
|
1337
|
+
proxied?: boolean;
|
|
1338
|
+
settings?: {
|
|
1339
|
+
flattenCname?: boolean;
|
|
1340
|
+
ipv4Only?: boolean;
|
|
1341
|
+
ipv6Only?: boolean;
|
|
1342
|
+
};
|
|
1343
|
+
tags?: string[];
|
|
1344
|
+
} | {
|
|
1345
|
+
zoneId: string;
|
|
1346
|
+
name: string;
|
|
1347
|
+
ttl: number;
|
|
1348
|
+
type: "MX";
|
|
1349
|
+
comment?: string;
|
|
1350
|
+
content?: string;
|
|
1351
|
+
priority?: number;
|
|
1352
|
+
proxied?: boolean;
|
|
1353
|
+
settings?: {
|
|
1354
|
+
ipv4Only?: boolean;
|
|
1355
|
+
ipv6Only?: boolean;
|
|
1356
|
+
};
|
|
1357
|
+
tags?: string[];
|
|
1358
|
+
} | {
|
|
1359
|
+
zoneId: string;
|
|
1360
|
+
name: string;
|
|
1361
|
+
ttl: number;
|
|
1362
|
+
type: "NS";
|
|
1363
|
+
comment?: string;
|
|
1364
|
+
content?: string;
|
|
1365
|
+
proxied?: boolean;
|
|
1366
|
+
settings?: {
|
|
1367
|
+
ipv4Only?: boolean;
|
|
1368
|
+
ipv6Only?: boolean;
|
|
1369
|
+
};
|
|
1370
|
+
tags?: string[];
|
|
1371
|
+
} | {
|
|
1372
|
+
id: string;
|
|
1373
|
+
name: string;
|
|
1374
|
+
ttl: number;
|
|
1375
|
+
type: "OPENPGPKEY";
|
|
1376
|
+
comment?: string;
|
|
1377
|
+
content?: string;
|
|
1378
|
+
proxied?: boolean;
|
|
1379
|
+
settings?: {
|
|
1380
|
+
ipv4Only?: boolean;
|
|
1381
|
+
ipv6Only?: boolean;
|
|
1382
|
+
};
|
|
1383
|
+
tags?: string[];
|
|
1384
|
+
} | {
|
|
1385
|
+
zoneId: string;
|
|
1386
|
+
name: string;
|
|
1387
|
+
ttl: number;
|
|
1388
|
+
type: "PTR";
|
|
1389
|
+
comment?: string;
|
|
1390
|
+
content?: string;
|
|
1391
|
+
proxied?: boolean;
|
|
1392
|
+
settings?: {
|
|
1393
|
+
ipv4Only?: boolean;
|
|
1394
|
+
ipv6Only?: boolean;
|
|
1395
|
+
};
|
|
1396
|
+
tags?: string[];
|
|
1397
|
+
} | {
|
|
1398
|
+
zoneId: string;
|
|
1399
|
+
name: string;
|
|
1400
|
+
ttl: number;
|
|
1401
|
+
type: "TXT";
|
|
1402
|
+
comment?: string;
|
|
1403
|
+
content?: string;
|
|
1404
|
+
proxied?: boolean;
|
|
1405
|
+
settings?: {
|
|
1406
|
+
ipv4Only?: boolean;
|
|
1407
|
+
ipv6Only?: boolean;
|
|
1408
|
+
};
|
|
1409
|
+
tags?: string[];
|
|
1410
|
+
} | {
|
|
1411
|
+
zoneId: string;
|
|
1412
|
+
name: string;
|
|
1413
|
+
ttl: number;
|
|
1414
|
+
type: "CAA";
|
|
1415
|
+
comment?: string;
|
|
1416
|
+
data?: {
|
|
1417
|
+
flags?: number;
|
|
1418
|
+
tag?: string;
|
|
1419
|
+
value?: string;
|
|
1420
|
+
};
|
|
1421
|
+
proxied?: boolean;
|
|
1422
|
+
settings?: {
|
|
1423
|
+
ipv4Only?: boolean;
|
|
1424
|
+
ipv6Only?: boolean;
|
|
1425
|
+
};
|
|
1426
|
+
tags?: string[];
|
|
1427
|
+
} | {
|
|
1428
|
+
zoneId: string;
|
|
1429
|
+
name: string;
|
|
1430
|
+
ttl: number;
|
|
1431
|
+
type: "CERT";
|
|
1432
|
+
comment?: string;
|
|
1433
|
+
data?: {
|
|
1434
|
+
algorithm?: number;
|
|
1435
|
+
certificate?: string;
|
|
1436
|
+
keyTag?: number;
|
|
1437
|
+
type?: number;
|
|
1438
|
+
};
|
|
1439
|
+
proxied?: boolean;
|
|
1440
|
+
settings?: {
|
|
1441
|
+
ipv4Only?: boolean;
|
|
1442
|
+
ipv6Only?: boolean;
|
|
1443
|
+
};
|
|
1444
|
+
tags?: string[];
|
|
1445
|
+
} | {
|
|
1446
|
+
zoneId: string;
|
|
1447
|
+
name: string;
|
|
1448
|
+
ttl: number;
|
|
1449
|
+
type: "DNSKEY";
|
|
1450
|
+
comment?: string;
|
|
1451
|
+
data?: {
|
|
1452
|
+
algorithm?: number;
|
|
1453
|
+
flags?: number;
|
|
1454
|
+
protocol?: number;
|
|
1455
|
+
publicKey?: string;
|
|
1456
|
+
};
|
|
1457
|
+
proxied?: boolean;
|
|
1458
|
+
settings?: {
|
|
1459
|
+
ipv4Only?: boolean;
|
|
1460
|
+
ipv6Only?: boolean;
|
|
1461
|
+
};
|
|
1462
|
+
tags?: string[];
|
|
1463
|
+
} | {
|
|
1464
|
+
zoneId: string;
|
|
1465
|
+
name: string;
|
|
1466
|
+
ttl: number;
|
|
1467
|
+
type: "DS";
|
|
1468
|
+
comment?: string;
|
|
1469
|
+
data?: {
|
|
1470
|
+
algorithm?: number;
|
|
1471
|
+
digest?: string;
|
|
1472
|
+
digestType?: number;
|
|
1473
|
+
keyTag?: number;
|
|
1474
|
+
};
|
|
1475
|
+
proxied?: boolean;
|
|
1476
|
+
settings?: {
|
|
1477
|
+
ipv4Only?: boolean;
|
|
1478
|
+
ipv6Only?: boolean;
|
|
1479
|
+
};
|
|
1480
|
+
tags?: string[];
|
|
1481
|
+
} | {
|
|
1482
|
+
zoneId: string;
|
|
1483
|
+
name: string;
|
|
1484
|
+
ttl: number;
|
|
1485
|
+
type: "HTTPS";
|
|
1486
|
+
comment?: string;
|
|
1487
|
+
data?: {
|
|
1488
|
+
priority?: number;
|
|
1489
|
+
target?: string;
|
|
1490
|
+
value?: string;
|
|
1491
|
+
};
|
|
1492
|
+
proxied?: boolean;
|
|
1493
|
+
settings?: {
|
|
1494
|
+
ipv4Only?: boolean;
|
|
1495
|
+
ipv6Only?: boolean;
|
|
1496
|
+
};
|
|
1497
|
+
tags?: string[];
|
|
1498
|
+
} | {
|
|
1499
|
+
zoneId: string;
|
|
1500
|
+
name: string;
|
|
1501
|
+
ttl: number;
|
|
1502
|
+
type: "LOC";
|
|
1503
|
+
comment?: string;
|
|
1504
|
+
data?: {
|
|
1505
|
+
altitude?: number;
|
|
1506
|
+
latDegrees?: number;
|
|
1507
|
+
latDirection?: "N" | "S";
|
|
1508
|
+
latMinutes?: number;
|
|
1509
|
+
latSeconds?: number;
|
|
1510
|
+
longDegrees?: number;
|
|
1511
|
+
longDirection?: "E" | "W";
|
|
1512
|
+
longMinutes?: number;
|
|
1513
|
+
longSeconds?: number;
|
|
1514
|
+
precisionHorz?: number;
|
|
1515
|
+
precisionVert?: number;
|
|
1516
|
+
size?: number;
|
|
1517
|
+
};
|
|
1518
|
+
proxied?: boolean;
|
|
1519
|
+
settings?: {
|
|
1520
|
+
ipv4Only?: boolean;
|
|
1521
|
+
ipv6Only?: boolean;
|
|
1522
|
+
};
|
|
1523
|
+
tags?: string[];
|
|
1524
|
+
} | {
|
|
1525
|
+
zoneId: string;
|
|
1526
|
+
name: string;
|
|
1527
|
+
ttl: number;
|
|
1528
|
+
type: "NAPTR";
|
|
1529
|
+
comment?: string;
|
|
1530
|
+
data?: {
|
|
1531
|
+
flags?: string;
|
|
1532
|
+
order?: number;
|
|
1533
|
+
preference?: number;
|
|
1534
|
+
regex?: string;
|
|
1535
|
+
replacement?: string;
|
|
1536
|
+
service?: string;
|
|
1537
|
+
};
|
|
1538
|
+
proxied?: boolean;
|
|
1539
|
+
settings?: {
|
|
1540
|
+
ipv4Only?: boolean;
|
|
1541
|
+
ipv6Only?: boolean;
|
|
1542
|
+
};
|
|
1543
|
+
tags?: string[];
|
|
1544
|
+
} | {
|
|
1545
|
+
zoneId: string;
|
|
1546
|
+
name: string;
|
|
1547
|
+
ttl: number;
|
|
1548
|
+
type: "SMIMEA";
|
|
1549
|
+
comment?: string;
|
|
1550
|
+
data?: {
|
|
1551
|
+
certificate?: string;
|
|
1552
|
+
matchingType?: number;
|
|
1553
|
+
selector?: number;
|
|
1554
|
+
usage?: number;
|
|
1555
|
+
};
|
|
1556
|
+
proxied?: boolean;
|
|
1557
|
+
settings?: {
|
|
1558
|
+
ipv4Only?: boolean;
|
|
1559
|
+
ipv6Only?: boolean;
|
|
1560
|
+
};
|
|
1561
|
+
tags?: string[];
|
|
1562
|
+
} | {
|
|
1563
|
+
zoneId: string;
|
|
1564
|
+
name: string;
|
|
1565
|
+
ttl: number;
|
|
1566
|
+
type: "SRV";
|
|
1567
|
+
comment?: string;
|
|
1568
|
+
data?: {
|
|
1569
|
+
port?: number;
|
|
1570
|
+
priority?: number;
|
|
1571
|
+
target?: string;
|
|
1572
|
+
weight?: number;
|
|
1573
|
+
};
|
|
1574
|
+
proxied?: boolean;
|
|
1575
|
+
settings?: {
|
|
1576
|
+
ipv4Only?: boolean;
|
|
1577
|
+
ipv6Only?: boolean;
|
|
1578
|
+
};
|
|
1579
|
+
tags?: string[];
|
|
1580
|
+
} | {
|
|
1581
|
+
zoneId: string;
|
|
1582
|
+
name: string;
|
|
1583
|
+
ttl: number;
|
|
1584
|
+
type: "SSHFP";
|
|
1585
|
+
comment?: string;
|
|
1586
|
+
data?: {
|
|
1587
|
+
algorithm?: number;
|
|
1588
|
+
fingerprint?: string;
|
|
1589
|
+
type?: number;
|
|
1590
|
+
};
|
|
1591
|
+
proxied?: boolean;
|
|
1592
|
+
settings?: {
|
|
1593
|
+
ipv4Only?: boolean;
|
|
1594
|
+
ipv6Only?: boolean;
|
|
1595
|
+
};
|
|
1596
|
+
tags?: string[];
|
|
1597
|
+
} | {
|
|
1598
|
+
zoneId: string;
|
|
1599
|
+
name: string;
|
|
1600
|
+
ttl: number;
|
|
1601
|
+
type: "SVCB";
|
|
1602
|
+
comment?: string;
|
|
1603
|
+
data?: {
|
|
1604
|
+
priority?: number;
|
|
1605
|
+
target?: string;
|
|
1606
|
+
value?: string;
|
|
1607
|
+
};
|
|
1608
|
+
proxied?: boolean;
|
|
1609
|
+
settings?: {
|
|
1610
|
+
ipv4Only?: boolean;
|
|
1611
|
+
ipv6Only?: boolean;
|
|
1612
|
+
};
|
|
1613
|
+
tags?: string[];
|
|
1614
|
+
} | {
|
|
1615
|
+
zoneId: string;
|
|
1616
|
+
name: string;
|
|
1617
|
+
ttl: number;
|
|
1618
|
+
type: "TLSA";
|
|
1619
|
+
comment?: string;
|
|
1620
|
+
data?: {
|
|
1621
|
+
certificate?: string;
|
|
1622
|
+
matchingType?: number;
|
|
1623
|
+
selector?: number;
|
|
1624
|
+
usage?: number;
|
|
1625
|
+
};
|
|
1626
|
+
proxied?: boolean;
|
|
1627
|
+
settings?: {
|
|
1628
|
+
ipv4Only?: boolean;
|
|
1629
|
+
ipv6Only?: boolean;
|
|
1630
|
+
};
|
|
1631
|
+
tags?: string[];
|
|
1632
|
+
} | {
|
|
1633
|
+
zoneId: string;
|
|
1634
|
+
name: string;
|
|
1635
|
+
ttl: number;
|
|
1636
|
+
type: "URI";
|
|
1637
|
+
comment?: string;
|
|
1638
|
+
data?: {
|
|
1639
|
+
target?: string;
|
|
1640
|
+
weight?: number;
|
|
1641
|
+
};
|
|
1642
|
+
priority?: number;
|
|
1643
|
+
proxied?: boolean;
|
|
1644
|
+
settings?: {
|
|
1645
|
+
ipv4Only?: boolean;
|
|
1646
|
+
ipv6Only?: boolean;
|
|
1647
|
+
};
|
|
1648
|
+
tags?: string[];
|
|
1649
|
+
})[];
|
|
1650
|
+
}
|
|
1651
|
+
export declare const BatchRecordRequest: Schema.Schema<BatchRecordRequest>;
|
|
1652
|
+
export interface BatchRecordResponse {
|
|
1653
|
+
deletes?: ({
|
|
1654
|
+
id: string;
|
|
1655
|
+
createdOn: string;
|
|
1656
|
+
meta: unknown;
|
|
1657
|
+
modifiedOn: string;
|
|
1658
|
+
proxiable: boolean;
|
|
1659
|
+
commentModifiedOn?: string | null;
|
|
1660
|
+
tagsModifiedOn?: string | null;
|
|
1661
|
+
} | {
|
|
1662
|
+
id: string;
|
|
1663
|
+
comment: string;
|
|
1664
|
+
content: string;
|
|
1665
|
+
createdOn: string;
|
|
1666
|
+
meta: unknown;
|
|
1667
|
+
modifiedOn: string;
|
|
1668
|
+
name: string;
|
|
1669
|
+
proxiable: boolean;
|
|
1670
|
+
proxied: boolean;
|
|
1671
|
+
settings: {
|
|
1672
|
+
ipv4Only?: boolean | null;
|
|
1673
|
+
ipv6Only?: boolean | null;
|
|
1674
|
+
};
|
|
1675
|
+
tags: string[];
|
|
1676
|
+
ttl: number;
|
|
1677
|
+
type: "OPENPGPKEY";
|
|
1678
|
+
commentModifiedOn?: string | null;
|
|
1679
|
+
tagsModifiedOn?: string | null;
|
|
1680
|
+
})[] | null;
|
|
1681
|
+
patches?: ({
|
|
1682
|
+
id: string;
|
|
1683
|
+
createdOn: string;
|
|
1684
|
+
meta: unknown;
|
|
1685
|
+
modifiedOn: string;
|
|
1686
|
+
proxiable: boolean;
|
|
1687
|
+
commentModifiedOn?: string | null;
|
|
1688
|
+
tagsModifiedOn?: string | null;
|
|
1689
|
+
} | {
|
|
1690
|
+
id: string;
|
|
1691
|
+
comment: string;
|
|
1692
|
+
content: string;
|
|
1693
|
+
createdOn: string;
|
|
1694
|
+
meta: unknown;
|
|
1695
|
+
modifiedOn: string;
|
|
1696
|
+
name: string;
|
|
1697
|
+
proxiable: boolean;
|
|
1698
|
+
proxied: boolean;
|
|
1699
|
+
settings: {
|
|
1700
|
+
ipv4Only?: boolean | null;
|
|
1701
|
+
ipv6Only?: boolean | null;
|
|
1702
|
+
};
|
|
1703
|
+
tags: string[];
|
|
1704
|
+
ttl: number;
|
|
1705
|
+
type: "OPENPGPKEY";
|
|
1706
|
+
commentModifiedOn?: string | null;
|
|
1707
|
+
tagsModifiedOn?: string | null;
|
|
1708
|
+
})[] | null;
|
|
1709
|
+
posts?: ({
|
|
1710
|
+
id: string;
|
|
1711
|
+
createdOn: string;
|
|
1712
|
+
meta: unknown;
|
|
1713
|
+
modifiedOn: string;
|
|
1714
|
+
proxiable: boolean;
|
|
1715
|
+
commentModifiedOn?: string | null;
|
|
1716
|
+
tagsModifiedOn?: string | null;
|
|
1717
|
+
} | {
|
|
1718
|
+
id: string;
|
|
1719
|
+
comment: string;
|
|
1720
|
+
content: string;
|
|
1721
|
+
createdOn: string;
|
|
1722
|
+
meta: unknown;
|
|
1723
|
+
modifiedOn: string;
|
|
1724
|
+
name: string;
|
|
1725
|
+
proxiable: boolean;
|
|
1726
|
+
proxied: boolean;
|
|
1727
|
+
settings: {
|
|
1728
|
+
ipv4Only?: boolean | null;
|
|
1729
|
+
ipv6Only?: boolean | null;
|
|
1730
|
+
};
|
|
1731
|
+
tags: string[];
|
|
1732
|
+
ttl: number;
|
|
1733
|
+
type: "OPENPGPKEY";
|
|
1734
|
+
commentModifiedOn?: string | null;
|
|
1735
|
+
tagsModifiedOn?: string | null;
|
|
1736
|
+
})[] | null;
|
|
1737
|
+
puts?: ({
|
|
1738
|
+
id: string;
|
|
1739
|
+
createdOn: string;
|
|
1740
|
+
meta: unknown;
|
|
1741
|
+
modifiedOn: string;
|
|
1742
|
+
proxiable: boolean;
|
|
1743
|
+
commentModifiedOn?: string | null;
|
|
1744
|
+
tagsModifiedOn?: string | null;
|
|
1745
|
+
} | {
|
|
1746
|
+
id: string;
|
|
1747
|
+
comment: string;
|
|
1748
|
+
content: string;
|
|
1749
|
+
createdOn: string;
|
|
1750
|
+
meta: unknown;
|
|
1751
|
+
modifiedOn: string;
|
|
1752
|
+
name: string;
|
|
1753
|
+
proxiable: boolean;
|
|
1754
|
+
proxied: boolean;
|
|
1755
|
+
settings: {
|
|
1756
|
+
ipv4Only?: boolean | null;
|
|
1757
|
+
ipv6Only?: boolean | null;
|
|
1758
|
+
};
|
|
1759
|
+
tags: string[];
|
|
1760
|
+
ttl: number;
|
|
1761
|
+
type: "OPENPGPKEY";
|
|
1762
|
+
commentModifiedOn?: string | null;
|
|
1763
|
+
tagsModifiedOn?: string | null;
|
|
1764
|
+
})[] | null;
|
|
1765
|
+
}
|
|
1766
|
+
export declare const BatchRecordResponse: Schema.Schema<BatchRecordResponse>;
|
|
1767
|
+
export type BatchRecordError = DefaultErrors;
|
|
1768
|
+
export declare const batchRecord: API.OperationMethod<BatchRecordRequest, BatchRecordResponse, BatchRecordError, Credentials | HttpClient.HttpClient>;
|
|
1769
|
+
export interface ExportRecordRequest {
|
|
1770
|
+
/** Identifier. */
|
|
1771
|
+
zoneId: string;
|
|
1772
|
+
}
|
|
1773
|
+
export declare const ExportRecordRequest: Schema.Schema<ExportRecordRequest>;
|
|
1774
|
+
export type ExportRecordResponse = unknown;
|
|
1775
|
+
export declare const ExportRecordResponse: Schema.Schema<unknown>;
|
|
1776
|
+
export type ExportRecordError = DefaultErrors;
|
|
1777
|
+
export declare const exportRecord: API.OperationMethod<ExportRecordRequest, ExportRecordResponse, ExportRecordError, Credentials | HttpClient.HttpClient>;
|
|
1778
|
+
export interface ImportRecordRequest {
|
|
1779
|
+
/** Path param: Identifier. */
|
|
1780
|
+
zoneId: string;
|
|
1781
|
+
/** Body param: BIND config to import. Tip: When using cURL, a file can be uploaded using `--form 'file=@bind_config.txt'`. */
|
|
1782
|
+
file: string;
|
|
1783
|
+
/** Body param: Whether or not proxiable records should receive the performance and security benefits of Cloudflare. The value should be either `true` or `false`. */
|
|
1784
|
+
proxied?: string;
|
|
1785
|
+
}
|
|
1786
|
+
export declare const ImportRecordRequest: Schema.Schema<ImportRecordRequest>;
|
|
1787
|
+
export interface ImportRecordResponse {
|
|
1788
|
+
/** Number of DNS records added. */
|
|
1789
|
+
recsAdded?: number | null;
|
|
1790
|
+
/** Total number of DNS records parsed. */
|
|
1791
|
+
totalRecordsParsed?: number | null;
|
|
1792
|
+
}
|
|
1793
|
+
export declare const ImportRecordResponse: Schema.Schema<ImportRecordResponse>;
|
|
1794
|
+
export type ImportRecordError = DefaultErrors;
|
|
1795
|
+
export declare const importRecord: API.OperationMethod<ImportRecordRequest, ImportRecordResponse, ImportRecordError, Credentials | HttpClient.HttpClient>;
|
|
1796
|
+
export interface ScanRecordRequest {
|
|
1797
|
+
/** Path param: Identifier. */
|
|
1798
|
+
zoneId: string;
|
|
1799
|
+
/** Body param: */
|
|
1800
|
+
body: unknown;
|
|
1801
|
+
}
|
|
1802
|
+
export declare const ScanRecordRequest: Schema.Schema<ScanRecordRequest>;
|
|
1803
|
+
export interface ScanRecordResponse {
|
|
1804
|
+
/** Number of DNS records added. */
|
|
1805
|
+
recsAdded?: number | null;
|
|
1806
|
+
/** Total number of DNS records parsed. */
|
|
1807
|
+
totalRecordsParsed?: number | null;
|
|
1808
|
+
}
|
|
1809
|
+
export declare const ScanRecordResponse: Schema.Schema<ScanRecordResponse>;
|
|
1810
|
+
export type ScanRecordError = DefaultErrors;
|
|
1811
|
+
export declare const scanRecord: API.OperationMethod<ScanRecordRequest, ScanRecordResponse, ScanRecordError, Credentials | HttpClient.HttpClient>;
|
|
1812
|
+
export interface ScanReviewRecordRequest {
|
|
1813
|
+
/** Path param: Identifier. */
|
|
1814
|
+
zoneId: string;
|
|
1815
|
+
/** Body param: */
|
|
1816
|
+
accepts?: ({
|
|
1817
|
+
name: string;
|
|
1818
|
+
ttl: number;
|
|
1819
|
+
type: "A";
|
|
1820
|
+
comment?: string;
|
|
1821
|
+
content?: string;
|
|
1822
|
+
proxied?: boolean;
|
|
1823
|
+
settings?: {
|
|
1824
|
+
ipv4Only?: boolean;
|
|
1825
|
+
ipv6Only?: boolean;
|
|
1826
|
+
};
|
|
1827
|
+
tags?: string[];
|
|
1828
|
+
} | {
|
|
1829
|
+
name: string;
|
|
1830
|
+
ttl: number;
|
|
1831
|
+
type: "AAAA";
|
|
1832
|
+
comment?: string;
|
|
1833
|
+
content?: string;
|
|
1834
|
+
proxied?: boolean;
|
|
1835
|
+
settings?: {
|
|
1836
|
+
ipv4Only?: boolean;
|
|
1837
|
+
ipv6Only?: boolean;
|
|
1838
|
+
};
|
|
1839
|
+
tags?: string[];
|
|
1840
|
+
} | {
|
|
1841
|
+
name: string;
|
|
1842
|
+
ttl: number;
|
|
1843
|
+
type: "CNAME";
|
|
1844
|
+
comment?: string;
|
|
1845
|
+
content?: string;
|
|
1846
|
+
proxied?: boolean;
|
|
1847
|
+
settings?: {
|
|
1848
|
+
flattenCname?: boolean;
|
|
1849
|
+
ipv4Only?: boolean;
|
|
1850
|
+
ipv6Only?: boolean;
|
|
1851
|
+
};
|
|
1852
|
+
tags?: string[];
|
|
1853
|
+
} | {
|
|
1854
|
+
name: string;
|
|
1855
|
+
ttl: number;
|
|
1856
|
+
type: "MX";
|
|
1857
|
+
comment?: string;
|
|
1858
|
+
content?: string;
|
|
1859
|
+
priority?: number;
|
|
1860
|
+
proxied?: boolean;
|
|
1861
|
+
settings?: {
|
|
1862
|
+
ipv4Only?: boolean;
|
|
1863
|
+
ipv6Only?: boolean;
|
|
1864
|
+
};
|
|
1865
|
+
tags?: string[];
|
|
1866
|
+
} | {
|
|
1867
|
+
name: string;
|
|
1868
|
+
ttl: number;
|
|
1869
|
+
type: "NS";
|
|
1870
|
+
comment?: string;
|
|
1871
|
+
content?: string;
|
|
1872
|
+
proxied?: boolean;
|
|
1873
|
+
settings?: {
|
|
1874
|
+
ipv4Only?: boolean;
|
|
1875
|
+
ipv6Only?: boolean;
|
|
1876
|
+
};
|
|
1877
|
+
tags?: string[];
|
|
1878
|
+
} | {
|
|
1879
|
+
name: string;
|
|
1880
|
+
ttl: number;
|
|
1881
|
+
type: "OPENPGPKEY";
|
|
1882
|
+
comment?: string;
|
|
1883
|
+
content?: string;
|
|
1884
|
+
proxied?: boolean;
|
|
1885
|
+
settings?: {
|
|
1886
|
+
ipv4Only?: boolean;
|
|
1887
|
+
ipv6Only?: boolean;
|
|
1888
|
+
};
|
|
1889
|
+
tags?: string[];
|
|
1890
|
+
} | {
|
|
1891
|
+
name: string;
|
|
1892
|
+
ttl: number;
|
|
1893
|
+
type: "PTR";
|
|
1894
|
+
comment?: string;
|
|
1895
|
+
content?: string;
|
|
1896
|
+
proxied?: boolean;
|
|
1897
|
+
settings?: {
|
|
1898
|
+
ipv4Only?: boolean;
|
|
1899
|
+
ipv6Only?: boolean;
|
|
1900
|
+
};
|
|
1901
|
+
tags?: string[];
|
|
1902
|
+
} | {
|
|
1903
|
+
name: string;
|
|
1904
|
+
ttl: number;
|
|
1905
|
+
type: "TXT";
|
|
1906
|
+
comment?: string;
|
|
1907
|
+
content?: string;
|
|
1908
|
+
proxied?: boolean;
|
|
1909
|
+
settings?: {
|
|
1910
|
+
ipv4Only?: boolean;
|
|
1911
|
+
ipv6Only?: boolean;
|
|
1912
|
+
};
|
|
1913
|
+
tags?: string[];
|
|
1914
|
+
} | {
|
|
1915
|
+
name: string;
|
|
1916
|
+
ttl: number;
|
|
1917
|
+
type: "CAA";
|
|
1918
|
+
comment?: string;
|
|
1919
|
+
data?: {
|
|
1920
|
+
flags?: number;
|
|
1921
|
+
tag?: string;
|
|
1922
|
+
value?: string;
|
|
1923
|
+
};
|
|
1924
|
+
proxied?: boolean;
|
|
1925
|
+
settings?: {
|
|
1926
|
+
ipv4Only?: boolean;
|
|
1927
|
+
ipv6Only?: boolean;
|
|
1928
|
+
};
|
|
1929
|
+
tags?: string[];
|
|
1930
|
+
} | {
|
|
1931
|
+
name: string;
|
|
1932
|
+
ttl: number;
|
|
1933
|
+
type: "CERT";
|
|
1934
|
+
comment?: string;
|
|
1935
|
+
data?: {
|
|
1936
|
+
algorithm?: number;
|
|
1937
|
+
certificate?: string;
|
|
1938
|
+
keyTag?: number;
|
|
1939
|
+
type?: number;
|
|
1940
|
+
};
|
|
1941
|
+
proxied?: boolean;
|
|
1942
|
+
settings?: {
|
|
1943
|
+
ipv4Only?: boolean;
|
|
1944
|
+
ipv6Only?: boolean;
|
|
1945
|
+
};
|
|
1946
|
+
tags?: string[];
|
|
1947
|
+
} | {
|
|
1948
|
+
name: string;
|
|
1949
|
+
ttl: number;
|
|
1950
|
+
type: "DNSKEY";
|
|
1951
|
+
comment?: string;
|
|
1952
|
+
data?: {
|
|
1953
|
+
algorithm?: number;
|
|
1954
|
+
flags?: number;
|
|
1955
|
+
protocol?: number;
|
|
1956
|
+
publicKey?: string;
|
|
1957
|
+
};
|
|
1958
|
+
proxied?: boolean;
|
|
1959
|
+
settings?: {
|
|
1960
|
+
ipv4Only?: boolean;
|
|
1961
|
+
ipv6Only?: boolean;
|
|
1962
|
+
};
|
|
1963
|
+
tags?: string[];
|
|
1964
|
+
} | {
|
|
1965
|
+
name: string;
|
|
1966
|
+
ttl: number;
|
|
1967
|
+
type: "DS";
|
|
1968
|
+
comment?: string;
|
|
1969
|
+
data?: {
|
|
1970
|
+
algorithm?: number;
|
|
1971
|
+
digest?: string;
|
|
1972
|
+
digestType?: number;
|
|
1973
|
+
keyTag?: number;
|
|
1974
|
+
};
|
|
1975
|
+
proxied?: boolean;
|
|
1976
|
+
settings?: {
|
|
1977
|
+
ipv4Only?: boolean;
|
|
1978
|
+
ipv6Only?: boolean;
|
|
1979
|
+
};
|
|
1980
|
+
tags?: string[];
|
|
1981
|
+
} | {
|
|
1982
|
+
name: string;
|
|
1983
|
+
ttl: number;
|
|
1984
|
+
type: "HTTPS";
|
|
1985
|
+
comment?: string;
|
|
1986
|
+
data?: {
|
|
1987
|
+
priority?: number;
|
|
1988
|
+
target?: string;
|
|
1989
|
+
value?: string;
|
|
1990
|
+
};
|
|
1991
|
+
proxied?: boolean;
|
|
1992
|
+
settings?: {
|
|
1993
|
+
ipv4Only?: boolean;
|
|
1994
|
+
ipv6Only?: boolean;
|
|
1995
|
+
};
|
|
1996
|
+
tags?: string[];
|
|
1997
|
+
} | {
|
|
1998
|
+
name: string;
|
|
1999
|
+
ttl: number;
|
|
2000
|
+
type: "LOC";
|
|
2001
|
+
comment?: string;
|
|
2002
|
+
data?: {
|
|
2003
|
+
altitude?: number;
|
|
2004
|
+
latDegrees?: number;
|
|
2005
|
+
latDirection?: "N" | "S";
|
|
2006
|
+
latMinutes?: number;
|
|
2007
|
+
latSeconds?: number;
|
|
2008
|
+
longDegrees?: number;
|
|
2009
|
+
longDirection?: "E" | "W";
|
|
2010
|
+
longMinutes?: number;
|
|
2011
|
+
longSeconds?: number;
|
|
2012
|
+
precisionHorz?: number;
|
|
2013
|
+
precisionVert?: number;
|
|
2014
|
+
size?: number;
|
|
2015
|
+
};
|
|
2016
|
+
proxied?: boolean;
|
|
2017
|
+
settings?: {
|
|
2018
|
+
ipv4Only?: boolean;
|
|
2019
|
+
ipv6Only?: boolean;
|
|
2020
|
+
};
|
|
2021
|
+
tags?: string[];
|
|
2022
|
+
} | {
|
|
2023
|
+
name: string;
|
|
2024
|
+
ttl: number;
|
|
2025
|
+
type: "NAPTR";
|
|
2026
|
+
comment?: string;
|
|
2027
|
+
data?: {
|
|
2028
|
+
flags?: string;
|
|
2029
|
+
order?: number;
|
|
2030
|
+
preference?: number;
|
|
2031
|
+
regex?: string;
|
|
2032
|
+
replacement?: string;
|
|
2033
|
+
service?: string;
|
|
2034
|
+
};
|
|
2035
|
+
proxied?: boolean;
|
|
2036
|
+
settings?: {
|
|
2037
|
+
ipv4Only?: boolean;
|
|
2038
|
+
ipv6Only?: boolean;
|
|
2039
|
+
};
|
|
2040
|
+
tags?: string[];
|
|
2041
|
+
} | {
|
|
2042
|
+
name: string;
|
|
2043
|
+
ttl: number;
|
|
2044
|
+
type: "SMIMEA";
|
|
2045
|
+
comment?: string;
|
|
2046
|
+
data?: {
|
|
2047
|
+
certificate?: string;
|
|
2048
|
+
matchingType?: number;
|
|
2049
|
+
selector?: number;
|
|
2050
|
+
usage?: number;
|
|
2051
|
+
};
|
|
2052
|
+
proxied?: boolean;
|
|
2053
|
+
settings?: {
|
|
2054
|
+
ipv4Only?: boolean;
|
|
2055
|
+
ipv6Only?: boolean;
|
|
2056
|
+
};
|
|
2057
|
+
tags?: string[];
|
|
2058
|
+
} | {
|
|
2059
|
+
name: string;
|
|
2060
|
+
ttl: number;
|
|
2061
|
+
type: "SRV";
|
|
2062
|
+
comment?: string;
|
|
2063
|
+
data?: {
|
|
2064
|
+
port?: number;
|
|
2065
|
+
priority?: number;
|
|
2066
|
+
target?: string;
|
|
2067
|
+
weight?: number;
|
|
2068
|
+
};
|
|
2069
|
+
proxied?: boolean;
|
|
2070
|
+
settings?: {
|
|
2071
|
+
ipv4Only?: boolean;
|
|
2072
|
+
ipv6Only?: boolean;
|
|
2073
|
+
};
|
|
2074
|
+
tags?: string[];
|
|
2075
|
+
} | {
|
|
2076
|
+
name: string;
|
|
2077
|
+
ttl: number;
|
|
2078
|
+
type: "SSHFP";
|
|
2079
|
+
comment?: string;
|
|
2080
|
+
data?: {
|
|
2081
|
+
algorithm?: number;
|
|
2082
|
+
fingerprint?: string;
|
|
2083
|
+
type?: number;
|
|
2084
|
+
};
|
|
2085
|
+
proxied?: boolean;
|
|
2086
|
+
settings?: {
|
|
2087
|
+
ipv4Only?: boolean;
|
|
2088
|
+
ipv6Only?: boolean;
|
|
2089
|
+
};
|
|
2090
|
+
tags?: string[];
|
|
2091
|
+
} | {
|
|
2092
|
+
name: string;
|
|
2093
|
+
ttl: number;
|
|
2094
|
+
type: "SVCB";
|
|
2095
|
+
comment?: string;
|
|
2096
|
+
data?: {
|
|
2097
|
+
priority?: number;
|
|
2098
|
+
target?: string;
|
|
2099
|
+
value?: string;
|
|
2100
|
+
};
|
|
2101
|
+
proxied?: boolean;
|
|
2102
|
+
settings?: {
|
|
2103
|
+
ipv4Only?: boolean;
|
|
2104
|
+
ipv6Only?: boolean;
|
|
2105
|
+
};
|
|
2106
|
+
tags?: string[];
|
|
2107
|
+
} | {
|
|
2108
|
+
name: string;
|
|
2109
|
+
ttl: number;
|
|
2110
|
+
type: "TLSA";
|
|
2111
|
+
comment?: string;
|
|
2112
|
+
data?: {
|
|
2113
|
+
certificate?: string;
|
|
2114
|
+
matchingType?: number;
|
|
2115
|
+
selector?: number;
|
|
2116
|
+
usage?: number;
|
|
2117
|
+
};
|
|
2118
|
+
proxied?: boolean;
|
|
2119
|
+
settings?: {
|
|
2120
|
+
ipv4Only?: boolean;
|
|
2121
|
+
ipv6Only?: boolean;
|
|
2122
|
+
};
|
|
2123
|
+
tags?: string[];
|
|
2124
|
+
} | {
|
|
2125
|
+
name: string;
|
|
2126
|
+
ttl: number;
|
|
2127
|
+
type: "URI";
|
|
2128
|
+
comment?: string;
|
|
2129
|
+
data?: {
|
|
2130
|
+
target?: string;
|
|
2131
|
+
weight?: number;
|
|
2132
|
+
};
|
|
2133
|
+
priority?: number;
|
|
2134
|
+
proxied?: boolean;
|
|
2135
|
+
settings?: {
|
|
2136
|
+
ipv4Only?: boolean;
|
|
2137
|
+
ipv6Only?: boolean;
|
|
2138
|
+
};
|
|
2139
|
+
tags?: string[];
|
|
2140
|
+
})[];
|
|
2141
|
+
/** Body param: */
|
|
2142
|
+
rejects?: {
|
|
2143
|
+
id: string;
|
|
2144
|
+
}[];
|
|
2145
|
+
}
|
|
2146
|
+
export declare const ScanReviewRecordRequest: Schema.Schema<ScanReviewRecordRequest>;
|
|
2147
|
+
export interface ScanReviewRecordResponse {
|
|
2148
|
+
accepts?: ({
|
|
2149
|
+
id: string;
|
|
2150
|
+
createdOn: string;
|
|
2151
|
+
meta: unknown;
|
|
2152
|
+
modifiedOn: string;
|
|
2153
|
+
proxiable: boolean;
|
|
2154
|
+
commentModifiedOn?: string | null;
|
|
2155
|
+
tagsModifiedOn?: string | null;
|
|
2156
|
+
} | {
|
|
2157
|
+
id: string;
|
|
2158
|
+
comment: string;
|
|
2159
|
+
content: string;
|
|
2160
|
+
createdOn: string;
|
|
2161
|
+
meta: unknown;
|
|
2162
|
+
modifiedOn: string;
|
|
2163
|
+
name: string;
|
|
2164
|
+
proxiable: boolean;
|
|
2165
|
+
proxied: boolean;
|
|
2166
|
+
settings: {
|
|
2167
|
+
ipv4Only?: boolean | null;
|
|
2168
|
+
ipv6Only?: boolean | null;
|
|
2169
|
+
};
|
|
2170
|
+
tags: string[];
|
|
2171
|
+
ttl: number;
|
|
2172
|
+
type: "OPENPGPKEY";
|
|
2173
|
+
commentModifiedOn?: string | null;
|
|
2174
|
+
tagsModifiedOn?: string | null;
|
|
2175
|
+
})[] | null;
|
|
2176
|
+
rejects?: string[] | null;
|
|
2177
|
+
}
|
|
2178
|
+
export declare const ScanReviewRecordResponse: Schema.Schema<ScanReviewRecordResponse>;
|
|
2179
|
+
export type ScanReviewRecordError = DefaultErrors;
|
|
2180
|
+
export declare const scanReviewRecord: API.OperationMethod<ScanReviewRecordRequest, ScanReviewRecordResponse, ScanReviewRecordError, Credentials | HttpClient.HttpClient>;
|
|
2181
|
+
export interface GetSettingAccountRequest {
|
|
2182
|
+
/** Identifier. */
|
|
2183
|
+
accountId: string;
|
|
2184
|
+
}
|
|
2185
|
+
export declare const GetSettingAccountRequest: Schema.Schema<GetSettingAccountRequest>;
|
|
2186
|
+
export interface GetSettingAccountResponse {
|
|
2187
|
+
zoneDefaults: {
|
|
2188
|
+
flattenAllCnames: boolean;
|
|
2189
|
+
foundationDns: boolean;
|
|
2190
|
+
internalDns: {
|
|
2191
|
+
referenceZoneId?: string | null;
|
|
2192
|
+
};
|
|
2193
|
+
multiProvider: boolean;
|
|
2194
|
+
nameservers: {
|
|
2195
|
+
type?: "cloudflare.standard" | "cloudflare.standard.random" | "custom.account" | "custom.tenant" | null;
|
|
2196
|
+
};
|
|
2197
|
+
nsTtl: number;
|
|
2198
|
+
secondaryOverrides: boolean;
|
|
2199
|
+
soa: {
|
|
2200
|
+
expire?: number | null;
|
|
2201
|
+
minTtl?: number | null;
|
|
2202
|
+
mname?: string | null;
|
|
2203
|
+
refresh?: number | null;
|
|
2204
|
+
retry?: number | null;
|
|
2205
|
+
rname?: string | null;
|
|
2206
|
+
ttl?: number | null;
|
|
2207
|
+
};
|
|
2208
|
+
zoneMode: "standard" | "cdn_only" | "dns_only";
|
|
2209
|
+
};
|
|
2210
|
+
}
|
|
2211
|
+
export declare const GetSettingAccountResponse: Schema.Schema<GetSettingAccountResponse>;
|
|
2212
|
+
export type GetSettingAccountError = DefaultErrors;
|
|
2213
|
+
export declare const getSettingAccount: API.OperationMethod<GetSettingAccountRequest, GetSettingAccountResponse, GetSettingAccountError, Credentials | HttpClient.HttpClient>;
|
|
2214
|
+
export interface PatchSettingAccountRequest {
|
|
2215
|
+
/** Path param: Identifier. */
|
|
2216
|
+
accountId: string;
|
|
2217
|
+
/** Body param: */
|
|
2218
|
+
zoneDefaults?: {
|
|
2219
|
+
flattenAllCnames?: boolean;
|
|
2220
|
+
foundationDns?: boolean;
|
|
2221
|
+
internalDns?: {
|
|
2222
|
+
referenceZoneId?: string;
|
|
2223
|
+
};
|
|
2224
|
+
multiProvider?: boolean;
|
|
2225
|
+
nameservers?: {
|
|
2226
|
+
type?: "cloudflare.standard" | "cloudflare.standard.random" | "custom.account" | "custom.tenant";
|
|
2227
|
+
};
|
|
2228
|
+
nsTtl?: number;
|
|
2229
|
+
secondaryOverrides?: boolean;
|
|
2230
|
+
soa?: {
|
|
2231
|
+
expire?: number;
|
|
2232
|
+
minTtl?: number;
|
|
2233
|
+
mname?: string | null;
|
|
2234
|
+
refresh?: number;
|
|
2235
|
+
retry?: number;
|
|
2236
|
+
rname?: string;
|
|
2237
|
+
ttl?: number;
|
|
2238
|
+
};
|
|
2239
|
+
zoneMode?: "standard" | "cdn_only" | "dns_only";
|
|
2240
|
+
};
|
|
2241
|
+
}
|
|
2242
|
+
export declare const PatchSettingAccountRequest: Schema.Schema<PatchSettingAccountRequest>;
|
|
2243
|
+
export interface PatchSettingAccountResponse {
|
|
2244
|
+
zoneDefaults: {
|
|
2245
|
+
flattenAllCnames: boolean;
|
|
2246
|
+
foundationDns: boolean;
|
|
2247
|
+
internalDns: {
|
|
2248
|
+
referenceZoneId?: string | null;
|
|
2249
|
+
};
|
|
2250
|
+
multiProvider: boolean;
|
|
2251
|
+
nameservers: {
|
|
2252
|
+
type?: "cloudflare.standard" | "cloudflare.standard.random" | "custom.account" | "custom.tenant" | null;
|
|
2253
|
+
};
|
|
2254
|
+
nsTtl: number;
|
|
2255
|
+
secondaryOverrides: boolean;
|
|
2256
|
+
soa: {
|
|
2257
|
+
expire?: number | null;
|
|
2258
|
+
minTtl?: number | null;
|
|
2259
|
+
mname?: string | null;
|
|
2260
|
+
refresh?: number | null;
|
|
2261
|
+
retry?: number | null;
|
|
2262
|
+
rname?: string | null;
|
|
2263
|
+
ttl?: number | null;
|
|
2264
|
+
};
|
|
2265
|
+
zoneMode: "standard" | "cdn_only" | "dns_only";
|
|
2266
|
+
};
|
|
2267
|
+
}
|
|
2268
|
+
export declare const PatchSettingAccountResponse: Schema.Schema<PatchSettingAccountResponse>;
|
|
2269
|
+
export type PatchSettingAccountError = DefaultErrors;
|
|
2270
|
+
export declare const patchSettingAccount: API.OperationMethod<PatchSettingAccountRequest, PatchSettingAccountResponse, PatchSettingAccountError, Credentials | HttpClient.HttpClient>;
|
|
2271
|
+
export interface GetSettingAccountViewRequest {
|
|
2272
|
+
viewId: string;
|
|
2273
|
+
/** Identifier. */
|
|
2274
|
+
accountId: string;
|
|
2275
|
+
}
|
|
2276
|
+
export declare const GetSettingAccountViewRequest: Schema.Schema<GetSettingAccountViewRequest>;
|
|
2277
|
+
export interface GetSettingAccountViewResponse {
|
|
2278
|
+
/** Identifier. */
|
|
2279
|
+
id: string;
|
|
2280
|
+
/** When the view was created. */
|
|
2281
|
+
createdTime: string;
|
|
2282
|
+
/** When the view was last modified. */
|
|
2283
|
+
modifiedTime: string;
|
|
2284
|
+
/** The name of the view. */
|
|
2285
|
+
name: string;
|
|
2286
|
+
/** The list of zones linked to this view. */
|
|
2287
|
+
zones: string[];
|
|
2288
|
+
}
|
|
2289
|
+
export declare const GetSettingAccountViewResponse: Schema.Schema<GetSettingAccountViewResponse>;
|
|
2290
|
+
export type GetSettingAccountViewError = DefaultErrors;
|
|
2291
|
+
export declare const getSettingAccountView: API.OperationMethod<GetSettingAccountViewRequest, GetSettingAccountViewResponse, GetSettingAccountViewError, Credentials | HttpClient.HttpClient>;
|
|
2292
|
+
export interface ListSettingAccountViewsRequest {
|
|
2293
|
+
/** Path param: Identifier. */
|
|
2294
|
+
accountId: string;
|
|
2295
|
+
/** Query param: Direction to order DNS views in. */
|
|
2296
|
+
direction?: "asc" | "desc";
|
|
2297
|
+
/** Query param: Whether to match all search requirements or at least one (any). If set to `all`, acts like a logical AND between filters. If set to `any`, acts like a logical OR instead. */
|
|
2298
|
+
match?: "any" | "all";
|
|
2299
|
+
/** Query param: */
|
|
2300
|
+
name?: {
|
|
2301
|
+
contains?: string;
|
|
2302
|
+
endswith?: string;
|
|
2303
|
+
exact?: string;
|
|
2304
|
+
startswith?: string;
|
|
2305
|
+
};
|
|
2306
|
+
/** Query param: Field to order DNS views by. */
|
|
2307
|
+
order?: "name" | "created_on" | "modified_on";
|
|
2308
|
+
/** Query param: A zone ID that exists in the zones list for the view. */
|
|
2309
|
+
zoneId?: string;
|
|
2310
|
+
/** Query param: A zone name that exists in the zones list for the view. */
|
|
2311
|
+
zoneName?: string;
|
|
2312
|
+
}
|
|
2313
|
+
export declare const ListSettingAccountViewsRequest: Schema.Schema<ListSettingAccountViewsRequest>;
|
|
2314
|
+
export interface ListSettingAccountViewsResponse {
|
|
2315
|
+
result: {
|
|
2316
|
+
id: string;
|
|
2317
|
+
createdTime: string;
|
|
2318
|
+
modifiedTime: string;
|
|
2319
|
+
name: string;
|
|
2320
|
+
zones: string[];
|
|
2321
|
+
}[];
|
|
2322
|
+
resultInfo: {
|
|
2323
|
+
count?: number | null;
|
|
2324
|
+
page?: number | null;
|
|
2325
|
+
perPage?: number | null;
|
|
2326
|
+
totalCount?: number | null;
|
|
2327
|
+
};
|
|
2328
|
+
}
|
|
2329
|
+
export declare const ListSettingAccountViewsResponse: Schema.Schema<ListSettingAccountViewsResponse>;
|
|
2330
|
+
export type ListSettingAccountViewsError = DefaultErrors;
|
|
2331
|
+
export declare const listSettingAccountViews: API.PaginatedOperationMethod<ListSettingAccountViewsRequest, ListSettingAccountViewsResponse, ListSettingAccountViewsError, Credentials | HttpClient.HttpClient> & {
|
|
2332
|
+
pages: (input: ListSettingAccountViewsRequest) => stream.Stream<ListSettingAccountViewsResponse, ListSettingAccountViewsError, Credentials | HttpClient.HttpClient>;
|
|
2333
|
+
items: (input: ListSettingAccountViewsRequest) => stream.Stream<{
|
|
2334
|
+
id: string;
|
|
2335
|
+
createdTime: string;
|
|
2336
|
+
modifiedTime: string;
|
|
2337
|
+
name: string;
|
|
2338
|
+
zones: string[];
|
|
2339
|
+
}, ListSettingAccountViewsError, Credentials | HttpClient.HttpClient>;
|
|
2340
|
+
};
|
|
2341
|
+
export interface CreateSettingAccountViewRequest {
|
|
2342
|
+
/** Path param: Identifier. */
|
|
2343
|
+
accountId: string;
|
|
2344
|
+
/** Body param: The name of the view. */
|
|
2345
|
+
name: string;
|
|
2346
|
+
/** Body param: The list of zones linked to this view. */
|
|
2347
|
+
zones: string[];
|
|
2348
|
+
}
|
|
2349
|
+
export declare const CreateSettingAccountViewRequest: Schema.Schema<CreateSettingAccountViewRequest>;
|
|
2350
|
+
export interface CreateSettingAccountViewResponse {
|
|
2351
|
+
/** Identifier. */
|
|
2352
|
+
id: string;
|
|
2353
|
+
/** When the view was created. */
|
|
2354
|
+
createdTime: string;
|
|
2355
|
+
/** When the view was last modified. */
|
|
2356
|
+
modifiedTime: string;
|
|
2357
|
+
/** The name of the view. */
|
|
2358
|
+
name: string;
|
|
2359
|
+
/** The list of zones linked to this view. */
|
|
2360
|
+
zones: string[];
|
|
2361
|
+
}
|
|
2362
|
+
export declare const CreateSettingAccountViewResponse: Schema.Schema<CreateSettingAccountViewResponse>;
|
|
2363
|
+
export type CreateSettingAccountViewError = DefaultErrors;
|
|
2364
|
+
export declare const createSettingAccountView: API.OperationMethod<CreateSettingAccountViewRequest, CreateSettingAccountViewResponse, CreateSettingAccountViewError, Credentials | HttpClient.HttpClient>;
|
|
2365
|
+
export interface PatchSettingAccountViewRequest {
|
|
2366
|
+
viewId: string;
|
|
2367
|
+
/** Path param: Identifier. */
|
|
2368
|
+
accountId: string;
|
|
2369
|
+
/** Body param: The name of the view. */
|
|
2370
|
+
name?: string;
|
|
2371
|
+
/** Body param: The list of zones linked to this view. */
|
|
2372
|
+
zones?: string[];
|
|
2373
|
+
}
|
|
2374
|
+
export declare const PatchSettingAccountViewRequest: Schema.Schema<PatchSettingAccountViewRequest>;
|
|
2375
|
+
export interface PatchSettingAccountViewResponse {
|
|
2376
|
+
/** Identifier. */
|
|
2377
|
+
id: string;
|
|
2378
|
+
/** When the view was created. */
|
|
2379
|
+
createdTime: string;
|
|
2380
|
+
/** When the view was last modified. */
|
|
2381
|
+
modifiedTime: string;
|
|
2382
|
+
/** The name of the view. */
|
|
2383
|
+
name: string;
|
|
2384
|
+
/** The list of zones linked to this view. */
|
|
2385
|
+
zones: string[];
|
|
2386
|
+
}
|
|
2387
|
+
export declare const PatchSettingAccountViewResponse: Schema.Schema<PatchSettingAccountViewResponse>;
|
|
2388
|
+
export type PatchSettingAccountViewError = DefaultErrors;
|
|
2389
|
+
export declare const patchSettingAccountView: API.OperationMethod<PatchSettingAccountViewRequest, PatchSettingAccountViewResponse, PatchSettingAccountViewError, Credentials | HttpClient.HttpClient>;
|
|
2390
|
+
export interface DeleteSettingAccountViewRequest {
|
|
2391
|
+
viewId: string;
|
|
2392
|
+
/** Identifier. */
|
|
2393
|
+
accountId: string;
|
|
2394
|
+
}
|
|
2395
|
+
export declare const DeleteSettingAccountViewRequest: Schema.Schema<DeleteSettingAccountViewRequest>;
|
|
2396
|
+
export interface DeleteSettingAccountViewResponse {
|
|
2397
|
+
/** Identifier. */
|
|
2398
|
+
id?: string | null;
|
|
2399
|
+
}
|
|
2400
|
+
export declare const DeleteSettingAccountViewResponse: Schema.Schema<DeleteSettingAccountViewResponse>;
|
|
2401
|
+
export type DeleteSettingAccountViewError = DefaultErrors;
|
|
2402
|
+
export declare const deleteSettingAccountView: API.OperationMethod<DeleteSettingAccountViewRequest, DeleteSettingAccountViewResponse, DeleteSettingAccountViewError, Credentials | HttpClient.HttpClient>;
|
|
2403
|
+
export interface GetSettingZoneRequest {
|
|
2404
|
+
/** Identifier. */
|
|
2405
|
+
zoneId: string;
|
|
2406
|
+
}
|
|
2407
|
+
export declare const GetSettingZoneRequest: Schema.Schema<GetSettingZoneRequest>;
|
|
2408
|
+
export interface GetSettingZoneResponse {
|
|
2409
|
+
/** Whether to flatten all CNAME records in the zone. Note that, due to DNS limitations, a CNAME record at the zone apex will always be flattened. */
|
|
2410
|
+
flattenAllCnames: boolean;
|
|
2411
|
+
/** Whether to enable Foundation DNS Advanced Nameservers on the zone. */
|
|
2412
|
+
foundationDns: boolean;
|
|
2413
|
+
/** Settings for this internal zone. */
|
|
2414
|
+
internalDns: {
|
|
2415
|
+
referenceZoneId?: string | null;
|
|
2416
|
+
};
|
|
2417
|
+
/** Whether to enable multi-provider DNS, which causes Cloudflare to activate the zone even when non-Cloudflare NS records exist, and to respect NS records at the zone apex during outbound zone transfers. */
|
|
2418
|
+
multiProvider: boolean;
|
|
2419
|
+
/** Settings determining the nameservers through which the zone should be available. */
|
|
2420
|
+
nameservers: {
|
|
2421
|
+
type: "cloudflare.standard" | "custom.account" | "custom.tenant" | "custom.zone";
|
|
2422
|
+
nsSet?: number | null;
|
|
2423
|
+
};
|
|
2424
|
+
/** The time to live (TTL) of the zone's nameserver (NS) records. */
|
|
2425
|
+
nsTtl: number;
|
|
2426
|
+
/** Allows a Secondary DNS zone to use (proxied) override records and CNAME flattening at the zone apex. */
|
|
2427
|
+
secondaryOverrides: boolean;
|
|
2428
|
+
/** Components of the zone's SOA record. */
|
|
2429
|
+
soa: {
|
|
2430
|
+
expire?: number | null;
|
|
2431
|
+
minTtl?: number | null;
|
|
2432
|
+
mname?: string | null;
|
|
2433
|
+
refresh?: number | null;
|
|
2434
|
+
retry?: number | null;
|
|
2435
|
+
rname?: string | null;
|
|
2436
|
+
ttl?: number | null;
|
|
2437
|
+
};
|
|
2438
|
+
/** Whether the zone mode is a regular or CDN/DNS only zone. */
|
|
2439
|
+
zoneMode: "standard" | "cdn_only" | "dns_only";
|
|
2440
|
+
}
|
|
2441
|
+
export declare const GetSettingZoneResponse: Schema.Schema<GetSettingZoneResponse>;
|
|
2442
|
+
export type GetSettingZoneError = DefaultErrors;
|
|
2443
|
+
export declare const getSettingZone: API.OperationMethod<GetSettingZoneRequest, GetSettingZoneResponse, GetSettingZoneError, Credentials | HttpClient.HttpClient>;
|
|
2444
|
+
export interface PatchSettingZoneRequest {
|
|
2445
|
+
/** Path param: Identifier. */
|
|
2446
|
+
zoneId: string;
|
|
2447
|
+
/** Body param: Whether to flatten all CNAME records in the zone. Note that, due to DNS limitations, a CNAME record at the zone apex will always be flattened. */
|
|
2448
|
+
flattenAllCnames?: boolean;
|
|
2449
|
+
/** Body param: Whether to enable Foundation DNS Advanced Nameservers on the zone. */
|
|
2450
|
+
foundationDns?: boolean;
|
|
2451
|
+
/** Body param: Settings for this internal zone. */
|
|
2452
|
+
internalDns?: {
|
|
2453
|
+
referenceZoneId?: string;
|
|
2454
|
+
};
|
|
2455
|
+
/** Body param: Whether to enable multi-provider DNS, which causes Cloudflare to activate the zone even when non-Cloudflare NS records exist, and to respect NS records at the zone apex during outbound zon */
|
|
2456
|
+
multiProvider?: boolean;
|
|
2457
|
+
/** Body param: Settings determining the nameservers through which the zone should be available. */
|
|
2458
|
+
nameservers?: {
|
|
2459
|
+
nsSet?: number;
|
|
2460
|
+
type?: "cloudflare.standard" | "custom.account" | "custom.tenant" | "custom.zone";
|
|
2461
|
+
};
|
|
2462
|
+
/** Body param: The time to live (TTL) of the zone's nameserver (NS) records. */
|
|
2463
|
+
nsTtl?: number;
|
|
2464
|
+
/** Body param: Allows a Secondary DNS zone to use (proxied) override records and CNAME flattening at the zone apex. */
|
|
2465
|
+
secondaryOverrides?: boolean;
|
|
2466
|
+
/** Body param: Components of the zone's SOA record. */
|
|
2467
|
+
soa?: {
|
|
2468
|
+
expire?: number;
|
|
2469
|
+
minTtl?: number;
|
|
2470
|
+
mname?: string | null;
|
|
2471
|
+
refresh?: number;
|
|
2472
|
+
retry?: number;
|
|
2473
|
+
rname?: string;
|
|
2474
|
+
ttl?: number;
|
|
2475
|
+
};
|
|
2476
|
+
/** Body param: Whether the zone mode is a regular or CDN/DNS only zone. */
|
|
2477
|
+
zoneMode?: "standard" | "cdn_only" | "dns_only";
|
|
2478
|
+
}
|
|
2479
|
+
export declare const PatchSettingZoneRequest: Schema.Schema<PatchSettingZoneRequest>;
|
|
2480
|
+
export interface PatchSettingZoneResponse {
|
|
2481
|
+
/** Whether to flatten all CNAME records in the zone. Note that, due to DNS limitations, a CNAME record at the zone apex will always be flattened. */
|
|
2482
|
+
flattenAllCnames: boolean;
|
|
2483
|
+
/** Whether to enable Foundation DNS Advanced Nameservers on the zone. */
|
|
2484
|
+
foundationDns: boolean;
|
|
2485
|
+
/** Settings for this internal zone. */
|
|
2486
|
+
internalDns: {
|
|
2487
|
+
referenceZoneId?: string | null;
|
|
2488
|
+
};
|
|
2489
|
+
/** Whether to enable multi-provider DNS, which causes Cloudflare to activate the zone even when non-Cloudflare NS records exist, and to respect NS records at the zone apex during outbound zone transfers. */
|
|
2490
|
+
multiProvider: boolean;
|
|
2491
|
+
/** Settings determining the nameservers through which the zone should be available. */
|
|
2492
|
+
nameservers: {
|
|
2493
|
+
type: "cloudflare.standard" | "custom.account" | "custom.tenant" | "custom.zone";
|
|
2494
|
+
nsSet?: number | null;
|
|
2495
|
+
};
|
|
2496
|
+
/** The time to live (TTL) of the zone's nameserver (NS) records. */
|
|
2497
|
+
nsTtl: number;
|
|
2498
|
+
/** Allows a Secondary DNS zone to use (proxied) override records and CNAME flattening at the zone apex. */
|
|
2499
|
+
secondaryOverrides: boolean;
|
|
2500
|
+
/** Components of the zone's SOA record. */
|
|
2501
|
+
soa: {
|
|
2502
|
+
expire?: number | null;
|
|
2503
|
+
minTtl?: number | null;
|
|
2504
|
+
mname?: string | null;
|
|
2505
|
+
refresh?: number | null;
|
|
2506
|
+
retry?: number | null;
|
|
2507
|
+
rname?: string | null;
|
|
2508
|
+
ttl?: number | null;
|
|
2509
|
+
};
|
|
2510
|
+
/** Whether the zone mode is a regular or CDN/DNS only zone. */
|
|
2511
|
+
zoneMode: "standard" | "cdn_only" | "dns_only";
|
|
2512
|
+
}
|
|
2513
|
+
export declare const PatchSettingZoneResponse: Schema.Schema<PatchSettingZoneResponse>;
|
|
2514
|
+
export type PatchSettingZoneError = DefaultErrors;
|
|
2515
|
+
export declare const patchSettingZone: API.OperationMethod<PatchSettingZoneRequest, PatchSettingZoneResponse, PatchSettingZoneError, Credentials | HttpClient.HttpClient>;
|
|
2516
|
+
export interface ScanTriggerRecordRequest {
|
|
2517
|
+
/** Identifier. */
|
|
2518
|
+
zoneId: string;
|
|
2519
|
+
}
|
|
2520
|
+
export declare const ScanTriggerRecordRequest: Schema.Schema<ScanTriggerRecordRequest>;
|
|
2521
|
+
export interface ScanTriggerRecordResponse {
|
|
2522
|
+
errors: {
|
|
2523
|
+
code: number;
|
|
2524
|
+
message: string;
|
|
2525
|
+
documentationUrl?: string | null;
|
|
2526
|
+
source?: {
|
|
2527
|
+
pointer?: string | null;
|
|
2528
|
+
} | null;
|
|
2529
|
+
}[];
|
|
2530
|
+
messages: {
|
|
2531
|
+
code: number;
|
|
2532
|
+
message: string;
|
|
2533
|
+
documentationUrl?: string | null;
|
|
2534
|
+
source?: {
|
|
2535
|
+
pointer?: string | null;
|
|
2536
|
+
} | null;
|
|
2537
|
+
}[];
|
|
2538
|
+
/** Whether the API call was successful. */
|
|
2539
|
+
success: true;
|
|
2540
|
+
}
|
|
2541
|
+
export declare const ScanTriggerRecordResponse: Schema.Schema<ScanTriggerRecordResponse>;
|
|
2542
|
+
export type ScanTriggerRecordError = DefaultErrors;
|
|
2543
|
+
export declare const scanTriggerRecord: API.OperationMethod<ScanTriggerRecordRequest, ScanTriggerRecordResponse, ScanTriggerRecordError, Credentials | HttpClient.HttpClient>;
|
|
2544
|
+
export interface GetZoneTransferAclRequest {
|
|
2545
|
+
aclId: string;
|
|
2546
|
+
accountId: string;
|
|
2547
|
+
}
|
|
2548
|
+
export declare const GetZoneTransferAclRequest: Schema.Schema<GetZoneTransferAclRequest>;
|
|
2549
|
+
export interface GetZoneTransferAclResponse {
|
|
2550
|
+
id: string;
|
|
2551
|
+
/** Allowed IPv4/IPv6 address range of primary or secondary nameservers. This will be applied for the entire account. The IP range is used to allow additional NOTIFY IPs for secondary zones and IPs Cloudf */
|
|
2552
|
+
ipRange: string;
|
|
2553
|
+
/** The name of the acl. */
|
|
2554
|
+
name: string;
|
|
2555
|
+
}
|
|
2556
|
+
export declare const GetZoneTransferAclResponse: Schema.Schema<GetZoneTransferAclResponse>;
|
|
2557
|
+
export type GetZoneTransferAclError = DefaultErrors;
|
|
2558
|
+
export declare const getZoneTransferAcl: API.OperationMethod<GetZoneTransferAclRequest, GetZoneTransferAclResponse, GetZoneTransferAclError, Credentials | HttpClient.HttpClient>;
|
|
2559
|
+
export interface ListZoneTransferAclsRequest {
|
|
2560
|
+
accountId: string;
|
|
2561
|
+
}
|
|
2562
|
+
export declare const ListZoneTransferAclsRequest: Schema.Schema<ListZoneTransferAclsRequest>;
|
|
2563
|
+
export interface ListZoneTransferAclsResponse {
|
|
2564
|
+
result: {
|
|
2565
|
+
id: string;
|
|
2566
|
+
ipRange: string;
|
|
2567
|
+
name: string;
|
|
2568
|
+
}[];
|
|
2569
|
+
}
|
|
2570
|
+
export declare const ListZoneTransferAclsResponse: Schema.Schema<ListZoneTransferAclsResponse>;
|
|
2571
|
+
export type ListZoneTransferAclsError = DefaultErrors;
|
|
2572
|
+
export declare const listZoneTransferAcls: API.PaginatedOperationMethod<ListZoneTransferAclsRequest, ListZoneTransferAclsResponse, ListZoneTransferAclsError, Credentials | HttpClient.HttpClient> & {
|
|
2573
|
+
pages: (input: ListZoneTransferAclsRequest) => stream.Stream<ListZoneTransferAclsResponse, ListZoneTransferAclsError, Credentials | HttpClient.HttpClient>;
|
|
2574
|
+
items: (input: ListZoneTransferAclsRequest) => stream.Stream<{
|
|
2575
|
+
id: string;
|
|
2576
|
+
ipRange: string;
|
|
2577
|
+
name: string;
|
|
2578
|
+
}, ListZoneTransferAclsError, Credentials | HttpClient.HttpClient>;
|
|
2579
|
+
};
|
|
2580
|
+
export interface CreateZoneTransferAclRequest {
|
|
2581
|
+
/** Path param: */
|
|
2582
|
+
accountId: string;
|
|
2583
|
+
/** Body param: Allowed IPv4/IPv6 address range of primary or secondary nameservers. This will be applied for the entire account. The IP range is used to allow additional NOTIFY IPs for secondary zones an */
|
|
2584
|
+
ipRange: string;
|
|
2585
|
+
/** Body param: The name of the acl. */
|
|
2586
|
+
name: string;
|
|
2587
|
+
}
|
|
2588
|
+
export declare const CreateZoneTransferAclRequest: Schema.Schema<CreateZoneTransferAclRequest>;
|
|
2589
|
+
export interface CreateZoneTransferAclResponse {
|
|
2590
|
+
id: string;
|
|
2591
|
+
/** Allowed IPv4/IPv6 address range of primary or secondary nameservers. This will be applied for the entire account. The IP range is used to allow additional NOTIFY IPs for secondary zones and IPs Cloudf */
|
|
2592
|
+
ipRange: string;
|
|
2593
|
+
/** The name of the acl. */
|
|
2594
|
+
name: string;
|
|
2595
|
+
}
|
|
2596
|
+
export declare const CreateZoneTransferAclResponse: Schema.Schema<CreateZoneTransferAclResponse>;
|
|
2597
|
+
export type CreateZoneTransferAclError = DefaultErrors;
|
|
2598
|
+
export declare const createZoneTransferAcl: API.OperationMethod<CreateZoneTransferAclRequest, CreateZoneTransferAclResponse, CreateZoneTransferAclError, Credentials | HttpClient.HttpClient>;
|
|
2599
|
+
export interface UpdateZoneTransferAclRequest {
|
|
2600
|
+
aclId: string;
|
|
2601
|
+
/** Path param: */
|
|
2602
|
+
accountId: string;
|
|
2603
|
+
/** Body param: Allowed IPv4/IPv6 address range of primary or secondary nameservers. This will be applied for the entire account. The IP range is used to allow additional NOTIFY IPs for secondary zones an */
|
|
2604
|
+
ipRange: string;
|
|
2605
|
+
/** Body param: The name of the acl. */
|
|
2606
|
+
name: string;
|
|
2607
|
+
}
|
|
2608
|
+
export declare const UpdateZoneTransferAclRequest: Schema.Schema<UpdateZoneTransferAclRequest>;
|
|
2609
|
+
export interface UpdateZoneTransferAclResponse {
|
|
2610
|
+
id: string;
|
|
2611
|
+
/** Allowed IPv4/IPv6 address range of primary or secondary nameservers. This will be applied for the entire account. The IP range is used to allow additional NOTIFY IPs for secondary zones and IPs Cloudf */
|
|
2612
|
+
ipRange: string;
|
|
2613
|
+
/** The name of the acl. */
|
|
2614
|
+
name: string;
|
|
2615
|
+
}
|
|
2616
|
+
export declare const UpdateZoneTransferAclResponse: Schema.Schema<UpdateZoneTransferAclResponse>;
|
|
2617
|
+
export type UpdateZoneTransferAclError = DefaultErrors;
|
|
2618
|
+
export declare const updateZoneTransferAcl: API.OperationMethod<UpdateZoneTransferAclRequest, UpdateZoneTransferAclResponse, UpdateZoneTransferAclError, Credentials | HttpClient.HttpClient>;
|
|
2619
|
+
export interface DeleteZoneTransferAclRequest {
|
|
2620
|
+
aclId: string;
|
|
2621
|
+
accountId: string;
|
|
2622
|
+
}
|
|
2623
|
+
export declare const DeleteZoneTransferAclRequest: Schema.Schema<DeleteZoneTransferAclRequest>;
|
|
2624
|
+
export interface DeleteZoneTransferAclResponse {
|
|
2625
|
+
id?: string | null;
|
|
2626
|
+
}
|
|
2627
|
+
export declare const DeleteZoneTransferAclResponse: Schema.Schema<DeleteZoneTransferAclResponse>;
|
|
2628
|
+
export type DeleteZoneTransferAclError = DefaultErrors;
|
|
2629
|
+
export declare const deleteZoneTransferAcl: API.OperationMethod<DeleteZoneTransferAclRequest, DeleteZoneTransferAclResponse, DeleteZoneTransferAclError, Credentials | HttpClient.HttpClient>;
|
|
2630
|
+
export interface CreateZoneTransferForceAxfrRequest {
|
|
2631
|
+
/** Path param: */
|
|
2632
|
+
zoneId: string;
|
|
2633
|
+
/** Body param: */
|
|
2634
|
+
body: unknown;
|
|
2635
|
+
}
|
|
2636
|
+
export declare const CreateZoneTransferForceAxfrRequest: Schema.Schema<CreateZoneTransferForceAxfrRequest>;
|
|
2637
|
+
export type CreateZoneTransferForceAxfrResponse = string;
|
|
2638
|
+
export declare const CreateZoneTransferForceAxfrResponse: Schema.Schema<string>;
|
|
2639
|
+
export type CreateZoneTransferForceAxfrError = DefaultErrors;
|
|
2640
|
+
export declare const createZoneTransferForceAxfr: API.OperationMethod<CreateZoneTransferForceAxfrRequest, CreateZoneTransferForceAxfrResponse, CreateZoneTransferForceAxfrError, Credentials | HttpClient.HttpClient>;
|
|
2641
|
+
export interface GetZoneTransferIncomingRequest {
|
|
2642
|
+
zoneId: string;
|
|
2643
|
+
}
|
|
2644
|
+
export declare const GetZoneTransferIncomingRequest: Schema.Schema<GetZoneTransferIncomingRequest>;
|
|
2645
|
+
export interface GetZoneTransferIncomingResponse {
|
|
2646
|
+
id?: string | null;
|
|
2647
|
+
/** How often should a secondary zone auto refresh regardless of DNS NOTIFY. Not applicable for primary zones. */
|
|
2648
|
+
autoRefreshSeconds?: number | null;
|
|
2649
|
+
/** The time for a specific event. */
|
|
2650
|
+
checkedTime?: string | null;
|
|
2651
|
+
/** The time for a specific event. */
|
|
2652
|
+
createdTime?: string | null;
|
|
2653
|
+
/** The time for a specific event. */
|
|
2654
|
+
modifiedTime?: string | null;
|
|
2655
|
+
/** Zone name. */
|
|
2656
|
+
name?: string | null;
|
|
2657
|
+
/** A list of peer tags. */
|
|
2658
|
+
peers?: string[] | null;
|
|
2659
|
+
/** The serial number of the SOA for the given zone. */
|
|
2660
|
+
soaSerial?: number | null;
|
|
2661
|
+
}
|
|
2662
|
+
export declare const GetZoneTransferIncomingResponse: Schema.Schema<GetZoneTransferIncomingResponse>;
|
|
2663
|
+
export type GetZoneTransferIncomingError = DefaultErrors;
|
|
2664
|
+
export declare const getZoneTransferIncoming: API.OperationMethod<GetZoneTransferIncomingRequest, GetZoneTransferIncomingResponse, GetZoneTransferIncomingError, Credentials | HttpClient.HttpClient>;
|
|
2665
|
+
export interface CreateZoneTransferIncomingRequest {
|
|
2666
|
+
/** Path param: */
|
|
2667
|
+
zoneId: string;
|
|
2668
|
+
/** Body param: How often should a secondary zone auto refresh regardless of DNS NOTIFY. Not applicable for primary zones. */
|
|
2669
|
+
autoRefreshSeconds: number;
|
|
2670
|
+
/** Body param: Zone name. */
|
|
2671
|
+
name: string;
|
|
2672
|
+
/** Body param: A list of peer tags. */
|
|
2673
|
+
peers: string[];
|
|
2674
|
+
}
|
|
2675
|
+
export declare const CreateZoneTransferIncomingRequest: Schema.Schema<CreateZoneTransferIncomingRequest>;
|
|
2676
|
+
export interface CreateZoneTransferIncomingResponse {
|
|
2677
|
+
id?: string | null;
|
|
2678
|
+
/** How often should a secondary zone auto refresh regardless of DNS NOTIFY. Not applicable for primary zones. */
|
|
2679
|
+
autoRefreshSeconds?: number | null;
|
|
2680
|
+
/** The time for a specific event. */
|
|
2681
|
+
checkedTime?: string | null;
|
|
2682
|
+
/** The time for a specific event. */
|
|
2683
|
+
createdTime?: string | null;
|
|
2684
|
+
/** The time for a specific event. */
|
|
2685
|
+
modifiedTime?: string | null;
|
|
2686
|
+
/** Zone name. */
|
|
2687
|
+
name?: string | null;
|
|
2688
|
+
/** A list of peer tags. */
|
|
2689
|
+
peers?: string[] | null;
|
|
2690
|
+
/** The serial number of the SOA for the given zone. */
|
|
2691
|
+
soaSerial?: number | null;
|
|
2692
|
+
}
|
|
2693
|
+
export declare const CreateZoneTransferIncomingResponse: Schema.Schema<CreateZoneTransferIncomingResponse>;
|
|
2694
|
+
export type CreateZoneTransferIncomingError = DefaultErrors;
|
|
2695
|
+
export declare const createZoneTransferIncoming: API.OperationMethod<CreateZoneTransferIncomingRequest, CreateZoneTransferIncomingResponse, CreateZoneTransferIncomingError, Credentials | HttpClient.HttpClient>;
|
|
2696
|
+
export interface UpdateZoneTransferIncomingRequest {
|
|
2697
|
+
/** Path param: */
|
|
2698
|
+
zoneId: string;
|
|
2699
|
+
/** Body param: How often should a secondary zone auto refresh regardless of DNS NOTIFY. Not applicable for primary zones. */
|
|
2700
|
+
autoRefreshSeconds: number;
|
|
2701
|
+
/** Body param: Zone name. */
|
|
2702
|
+
name: string;
|
|
2703
|
+
/** Body param: A list of peer tags. */
|
|
2704
|
+
peers: string[];
|
|
2705
|
+
}
|
|
2706
|
+
export declare const UpdateZoneTransferIncomingRequest: Schema.Schema<UpdateZoneTransferIncomingRequest>;
|
|
2707
|
+
export interface UpdateZoneTransferIncomingResponse {
|
|
2708
|
+
id?: string | null;
|
|
2709
|
+
/** How often should a secondary zone auto refresh regardless of DNS NOTIFY. Not applicable for primary zones. */
|
|
2710
|
+
autoRefreshSeconds?: number | null;
|
|
2711
|
+
/** The time for a specific event. */
|
|
2712
|
+
checkedTime?: string | null;
|
|
2713
|
+
/** The time for a specific event. */
|
|
2714
|
+
createdTime?: string | null;
|
|
2715
|
+
/** The time for a specific event. */
|
|
2716
|
+
modifiedTime?: string | null;
|
|
2717
|
+
/** Zone name. */
|
|
2718
|
+
name?: string | null;
|
|
2719
|
+
/** A list of peer tags. */
|
|
2720
|
+
peers?: string[] | null;
|
|
2721
|
+
/** The serial number of the SOA for the given zone. */
|
|
2722
|
+
soaSerial?: number | null;
|
|
2723
|
+
}
|
|
2724
|
+
export declare const UpdateZoneTransferIncomingResponse: Schema.Schema<UpdateZoneTransferIncomingResponse>;
|
|
2725
|
+
export type UpdateZoneTransferIncomingError = DefaultErrors;
|
|
2726
|
+
export declare const updateZoneTransferIncoming: API.OperationMethod<UpdateZoneTransferIncomingRequest, UpdateZoneTransferIncomingResponse, UpdateZoneTransferIncomingError, Credentials | HttpClient.HttpClient>;
|
|
2727
|
+
export interface DeleteZoneTransferIncomingRequest {
|
|
2728
|
+
zoneId: string;
|
|
2729
|
+
}
|
|
2730
|
+
export declare const DeleteZoneTransferIncomingRequest: Schema.Schema<DeleteZoneTransferIncomingRequest>;
|
|
2731
|
+
export interface DeleteZoneTransferIncomingResponse {
|
|
2732
|
+
id?: string | null;
|
|
2733
|
+
}
|
|
2734
|
+
export declare const DeleteZoneTransferIncomingResponse: Schema.Schema<DeleteZoneTransferIncomingResponse>;
|
|
2735
|
+
export type DeleteZoneTransferIncomingError = DefaultErrors;
|
|
2736
|
+
export declare const deleteZoneTransferIncoming: API.OperationMethod<DeleteZoneTransferIncomingRequest, DeleteZoneTransferIncomingResponse, DeleteZoneTransferIncomingError, Credentials | HttpClient.HttpClient>;
|
|
2737
|
+
export interface GetZoneTransferOutgoingRequest {
|
|
2738
|
+
zoneId: string;
|
|
2739
|
+
}
|
|
2740
|
+
export declare const GetZoneTransferOutgoingRequest: Schema.Schema<GetZoneTransferOutgoingRequest>;
|
|
2741
|
+
export interface GetZoneTransferOutgoingResponse {
|
|
2742
|
+
id?: string | null;
|
|
2743
|
+
/** The time for a specific event. */
|
|
2744
|
+
checkedTime?: string | null;
|
|
2745
|
+
/** The time for a specific event. */
|
|
2746
|
+
createdTime?: string | null;
|
|
2747
|
+
/** The time for a specific event. */
|
|
2748
|
+
lastTransferredTime?: string | null;
|
|
2749
|
+
/** Zone name. */
|
|
2750
|
+
name?: string | null;
|
|
2751
|
+
/** A list of peer tags. */
|
|
2752
|
+
peers?: string[] | null;
|
|
2753
|
+
/** The serial number of the SOA for the given zone. */
|
|
2754
|
+
soaSerial?: number | null;
|
|
2755
|
+
}
|
|
2756
|
+
export declare const GetZoneTransferOutgoingResponse: Schema.Schema<GetZoneTransferOutgoingResponse>;
|
|
2757
|
+
export type GetZoneTransferOutgoingError = DefaultErrors;
|
|
2758
|
+
export declare const getZoneTransferOutgoing: API.OperationMethod<GetZoneTransferOutgoingRequest, GetZoneTransferOutgoingResponse, GetZoneTransferOutgoingError, Credentials | HttpClient.HttpClient>;
|
|
2759
|
+
export interface CreateZoneTransferOutgoingRequest {
|
|
2760
|
+
/** Path param: */
|
|
2761
|
+
zoneId: string;
|
|
2762
|
+
/** Body param: Zone name. */
|
|
2763
|
+
name: string;
|
|
2764
|
+
/** Body param: A list of peer tags. */
|
|
2765
|
+
peers: string[];
|
|
2766
|
+
}
|
|
2767
|
+
export declare const CreateZoneTransferOutgoingRequest: Schema.Schema<CreateZoneTransferOutgoingRequest>;
|
|
2768
|
+
export interface CreateZoneTransferOutgoingResponse {
|
|
2769
|
+
id?: string | null;
|
|
2770
|
+
/** The time for a specific event. */
|
|
2771
|
+
checkedTime?: string | null;
|
|
2772
|
+
/** The time for a specific event. */
|
|
2773
|
+
createdTime?: string | null;
|
|
2774
|
+
/** The time for a specific event. */
|
|
2775
|
+
lastTransferredTime?: string | null;
|
|
2776
|
+
/** Zone name. */
|
|
2777
|
+
name?: string | null;
|
|
2778
|
+
/** A list of peer tags. */
|
|
2779
|
+
peers?: string[] | null;
|
|
2780
|
+
/** The serial number of the SOA for the given zone. */
|
|
2781
|
+
soaSerial?: number | null;
|
|
2782
|
+
}
|
|
2783
|
+
export declare const CreateZoneTransferOutgoingResponse: Schema.Schema<CreateZoneTransferOutgoingResponse>;
|
|
2784
|
+
export type CreateZoneTransferOutgoingError = DefaultErrors;
|
|
2785
|
+
export declare const createZoneTransferOutgoing: API.OperationMethod<CreateZoneTransferOutgoingRequest, CreateZoneTransferOutgoingResponse, CreateZoneTransferOutgoingError, Credentials | HttpClient.HttpClient>;
|
|
2786
|
+
export interface UpdateZoneTransferOutgoingRequest {
|
|
2787
|
+
/** Path param: */
|
|
2788
|
+
zoneId: string;
|
|
2789
|
+
/** Body param: Zone name. */
|
|
2790
|
+
name: string;
|
|
2791
|
+
/** Body param: A list of peer tags. */
|
|
2792
|
+
peers: string[];
|
|
2793
|
+
}
|
|
2794
|
+
export declare const UpdateZoneTransferOutgoingRequest: Schema.Schema<UpdateZoneTransferOutgoingRequest>;
|
|
2795
|
+
export interface UpdateZoneTransferOutgoingResponse {
|
|
2796
|
+
id?: string | null;
|
|
2797
|
+
/** The time for a specific event. */
|
|
2798
|
+
checkedTime?: string | null;
|
|
2799
|
+
/** The time for a specific event. */
|
|
2800
|
+
createdTime?: string | null;
|
|
2801
|
+
/** The time for a specific event. */
|
|
2802
|
+
lastTransferredTime?: string | null;
|
|
2803
|
+
/** Zone name. */
|
|
2804
|
+
name?: string | null;
|
|
2805
|
+
/** A list of peer tags. */
|
|
2806
|
+
peers?: string[] | null;
|
|
2807
|
+
/** The serial number of the SOA for the given zone. */
|
|
2808
|
+
soaSerial?: number | null;
|
|
2809
|
+
}
|
|
2810
|
+
export declare const UpdateZoneTransferOutgoingResponse: Schema.Schema<UpdateZoneTransferOutgoingResponse>;
|
|
2811
|
+
export type UpdateZoneTransferOutgoingError = DefaultErrors;
|
|
2812
|
+
export declare const updateZoneTransferOutgoing: API.OperationMethod<UpdateZoneTransferOutgoingRequest, UpdateZoneTransferOutgoingResponse, UpdateZoneTransferOutgoingError, Credentials | HttpClient.HttpClient>;
|
|
2813
|
+
export interface DeleteZoneTransferOutgoingRequest {
|
|
2814
|
+
zoneId: string;
|
|
2815
|
+
}
|
|
2816
|
+
export declare const DeleteZoneTransferOutgoingRequest: Schema.Schema<DeleteZoneTransferOutgoingRequest>;
|
|
2817
|
+
export interface DeleteZoneTransferOutgoingResponse {
|
|
2818
|
+
id?: string | null;
|
|
2819
|
+
}
|
|
2820
|
+
export declare const DeleteZoneTransferOutgoingResponse: Schema.Schema<DeleteZoneTransferOutgoingResponse>;
|
|
2821
|
+
export type DeleteZoneTransferOutgoingError = DefaultErrors;
|
|
2822
|
+
export declare const deleteZoneTransferOutgoing: API.OperationMethod<DeleteZoneTransferOutgoingRequest, DeleteZoneTransferOutgoingResponse, DeleteZoneTransferOutgoingError, Credentials | HttpClient.HttpClient>;
|
|
2823
|
+
export interface EnableZoneTransferOutgoingRequest {
|
|
2824
|
+
/** Path param: */
|
|
2825
|
+
zoneId: string;
|
|
2826
|
+
/** Body param: */
|
|
2827
|
+
body: unknown;
|
|
2828
|
+
}
|
|
2829
|
+
export declare const EnableZoneTransferOutgoingRequest: Schema.Schema<EnableZoneTransferOutgoingRequest>;
|
|
2830
|
+
export type EnableZoneTransferOutgoingResponse = string;
|
|
2831
|
+
export declare const EnableZoneTransferOutgoingResponse: Schema.Schema<string>;
|
|
2832
|
+
export type EnableZoneTransferOutgoingError = DefaultErrors;
|
|
2833
|
+
export declare const enableZoneTransferOutgoing: API.OperationMethod<EnableZoneTransferOutgoingRequest, EnableZoneTransferOutgoingResponse, EnableZoneTransferOutgoingError, Credentials | HttpClient.HttpClient>;
|
|
2834
|
+
export interface DisableZoneTransferOutgoingRequest {
|
|
2835
|
+
/** Path param: */
|
|
2836
|
+
zoneId: string;
|
|
2837
|
+
/** Body param: */
|
|
2838
|
+
body: unknown;
|
|
2839
|
+
}
|
|
2840
|
+
export declare const DisableZoneTransferOutgoingRequest: Schema.Schema<DisableZoneTransferOutgoingRequest>;
|
|
2841
|
+
export type DisableZoneTransferOutgoingResponse = string;
|
|
2842
|
+
export declare const DisableZoneTransferOutgoingResponse: Schema.Schema<string>;
|
|
2843
|
+
export type DisableZoneTransferOutgoingError = DefaultErrors;
|
|
2844
|
+
export declare const disableZoneTransferOutgoing: API.OperationMethod<DisableZoneTransferOutgoingRequest, DisableZoneTransferOutgoingResponse, DisableZoneTransferOutgoingError, Credentials | HttpClient.HttpClient>;
|
|
2845
|
+
export interface GetZoneTransferOutgoingStatusRequest {
|
|
2846
|
+
zoneId: string;
|
|
2847
|
+
}
|
|
2848
|
+
export declare const GetZoneTransferOutgoingStatusRequest: Schema.Schema<GetZoneTransferOutgoingStatusRequest>;
|
|
2849
|
+
export type GetZoneTransferOutgoingStatusResponse = unknown;
|
|
2850
|
+
export declare const GetZoneTransferOutgoingStatusResponse: Schema.Schema<unknown>;
|
|
2851
|
+
export type GetZoneTransferOutgoingStatusError = DefaultErrors;
|
|
2852
|
+
export declare const getZoneTransferOutgoingStatus: API.OperationMethod<GetZoneTransferOutgoingStatusRequest, GetZoneTransferOutgoingStatusResponse, GetZoneTransferOutgoingStatusError, Credentials | HttpClient.HttpClient>;
|
|
2853
|
+
export interface GetZoneTransferPeerRequest {
|
|
2854
|
+
peerId: string;
|
|
2855
|
+
accountId: string;
|
|
2856
|
+
}
|
|
2857
|
+
export declare const GetZoneTransferPeerRequest: Schema.Schema<GetZoneTransferPeerRequest>;
|
|
2858
|
+
export interface GetZoneTransferPeerResponse {
|
|
2859
|
+
id: string;
|
|
2860
|
+
/** The name of the peer. */
|
|
2861
|
+
name: string;
|
|
2862
|
+
/** IPv4/IPv6 address of primary or secondary nameserver, depending on what zone this peer is linked to. For primary zones this IP defines the IP of the secondary nameserver Cloudflare will NOTIFY upon zo */
|
|
2863
|
+
ip?: string | null;
|
|
2864
|
+
/** Enable IXFR transfer protocol, default is AXFR. Only applicable to secondary zones. */
|
|
2865
|
+
ixfrEnable?: boolean | null;
|
|
2866
|
+
/** DNS port of primary or secondary nameserver, depending on what zone this peer is linked to. */
|
|
2867
|
+
port?: number | null;
|
|
2868
|
+
/** TSIG authentication will be used for zone transfer if configured. */
|
|
2869
|
+
tsigId?: string | null;
|
|
2870
|
+
}
|
|
2871
|
+
export declare const GetZoneTransferPeerResponse: Schema.Schema<GetZoneTransferPeerResponse>;
|
|
2872
|
+
export type GetZoneTransferPeerError = DefaultErrors;
|
|
2873
|
+
export declare const getZoneTransferPeer: API.OperationMethod<GetZoneTransferPeerRequest, GetZoneTransferPeerResponse, GetZoneTransferPeerError, Credentials | HttpClient.HttpClient>;
|
|
2874
|
+
export interface ListZoneTransferPeersRequest {
|
|
2875
|
+
accountId: string;
|
|
2876
|
+
}
|
|
2877
|
+
export declare const ListZoneTransferPeersRequest: Schema.Schema<ListZoneTransferPeersRequest>;
|
|
2878
|
+
export interface ListZoneTransferPeersResponse {
|
|
2879
|
+
result: {
|
|
2880
|
+
id: string;
|
|
2881
|
+
name: string;
|
|
2882
|
+
ip?: string | null;
|
|
2883
|
+
ixfrEnable?: boolean | null;
|
|
2884
|
+
port?: number | null;
|
|
2885
|
+
tsigId?: string | null;
|
|
2886
|
+
}[];
|
|
2887
|
+
}
|
|
2888
|
+
export declare const ListZoneTransferPeersResponse: Schema.Schema<ListZoneTransferPeersResponse>;
|
|
2889
|
+
export type ListZoneTransferPeersError = DefaultErrors;
|
|
2890
|
+
export declare const listZoneTransferPeers: API.PaginatedOperationMethod<ListZoneTransferPeersRequest, ListZoneTransferPeersResponse, ListZoneTransferPeersError, Credentials | HttpClient.HttpClient> & {
|
|
2891
|
+
pages: (input: ListZoneTransferPeersRequest) => stream.Stream<ListZoneTransferPeersResponse, ListZoneTransferPeersError, Credentials | HttpClient.HttpClient>;
|
|
2892
|
+
items: (input: ListZoneTransferPeersRequest) => stream.Stream<{
|
|
2893
|
+
id: string;
|
|
2894
|
+
name: string;
|
|
2895
|
+
ip?: string | null;
|
|
2896
|
+
ixfrEnable?: boolean | null;
|
|
2897
|
+
port?: number | null;
|
|
2898
|
+
tsigId?: string | null;
|
|
2899
|
+
}, ListZoneTransferPeersError, Credentials | HttpClient.HttpClient>;
|
|
2900
|
+
};
|
|
2901
|
+
export interface CreateZoneTransferPeerRequest {
|
|
2902
|
+
/** Path param: */
|
|
2903
|
+
accountId: string;
|
|
2904
|
+
/** Body param: The name of the peer. */
|
|
2905
|
+
name: string;
|
|
2906
|
+
}
|
|
2907
|
+
export declare const CreateZoneTransferPeerRequest: Schema.Schema<CreateZoneTransferPeerRequest>;
|
|
2908
|
+
export interface CreateZoneTransferPeerResponse {
|
|
2909
|
+
id: string;
|
|
2910
|
+
/** The name of the peer. */
|
|
2911
|
+
name: string;
|
|
2912
|
+
/** IPv4/IPv6 address of primary or secondary nameserver, depending on what zone this peer is linked to. For primary zones this IP defines the IP of the secondary nameserver Cloudflare will NOTIFY upon zo */
|
|
2913
|
+
ip?: string | null;
|
|
2914
|
+
/** Enable IXFR transfer protocol, default is AXFR. Only applicable to secondary zones. */
|
|
2915
|
+
ixfrEnable?: boolean | null;
|
|
2916
|
+
/** DNS port of primary or secondary nameserver, depending on what zone this peer is linked to. */
|
|
2917
|
+
port?: number | null;
|
|
2918
|
+
/** TSIG authentication will be used for zone transfer if configured. */
|
|
2919
|
+
tsigId?: string | null;
|
|
2920
|
+
}
|
|
2921
|
+
export declare const CreateZoneTransferPeerResponse: Schema.Schema<CreateZoneTransferPeerResponse>;
|
|
2922
|
+
export type CreateZoneTransferPeerError = DefaultErrors;
|
|
2923
|
+
export declare const createZoneTransferPeer: API.OperationMethod<CreateZoneTransferPeerRequest, CreateZoneTransferPeerResponse, CreateZoneTransferPeerError, Credentials | HttpClient.HttpClient>;
|
|
2924
|
+
export interface UpdateZoneTransferPeerRequest {
|
|
2925
|
+
peerId: string;
|
|
2926
|
+
/** Path param: */
|
|
2927
|
+
accountId: string;
|
|
2928
|
+
/** Body param: The name of the peer. */
|
|
2929
|
+
name: string;
|
|
2930
|
+
/** Body param: IPv4/IPv6 address of primary or secondary nameserver, depending on what zone this peer is linked to. For primary zones this IP defines the IP of the secondary nameserver Cloudflare will NO */
|
|
2931
|
+
ip?: string;
|
|
2932
|
+
/** Body param: Enable IXFR transfer protocol, default is AXFR. Only applicable to secondary zones. */
|
|
2933
|
+
ixfrEnable?: boolean;
|
|
2934
|
+
/** Body param: DNS port of primary or secondary nameserver, depending on what zone this peer is linked to. */
|
|
2935
|
+
port?: number;
|
|
2936
|
+
/** Body param: TSIG authentication will be used for zone transfer if configured. */
|
|
2937
|
+
tsigId?: string;
|
|
2938
|
+
}
|
|
2939
|
+
export declare const UpdateZoneTransferPeerRequest: Schema.Schema<UpdateZoneTransferPeerRequest>;
|
|
2940
|
+
export interface UpdateZoneTransferPeerResponse {
|
|
2941
|
+
id: string;
|
|
2942
|
+
/** The name of the peer. */
|
|
2943
|
+
name: string;
|
|
2944
|
+
/** IPv4/IPv6 address of primary or secondary nameserver, depending on what zone this peer is linked to. For primary zones this IP defines the IP of the secondary nameserver Cloudflare will NOTIFY upon zo */
|
|
2945
|
+
ip?: string | null;
|
|
2946
|
+
/** Enable IXFR transfer protocol, default is AXFR. Only applicable to secondary zones. */
|
|
2947
|
+
ixfrEnable?: boolean | null;
|
|
2948
|
+
/** DNS port of primary or secondary nameserver, depending on what zone this peer is linked to. */
|
|
2949
|
+
port?: number | null;
|
|
2950
|
+
/** TSIG authentication will be used for zone transfer if configured. */
|
|
2951
|
+
tsigId?: string | null;
|
|
2952
|
+
}
|
|
2953
|
+
export declare const UpdateZoneTransferPeerResponse: Schema.Schema<UpdateZoneTransferPeerResponse>;
|
|
2954
|
+
export type UpdateZoneTransferPeerError = DefaultErrors;
|
|
2955
|
+
export declare const updateZoneTransferPeer: API.OperationMethod<UpdateZoneTransferPeerRequest, UpdateZoneTransferPeerResponse, UpdateZoneTransferPeerError, Credentials | HttpClient.HttpClient>;
|
|
2956
|
+
export interface DeleteZoneTransferPeerRequest {
|
|
2957
|
+
peerId: string;
|
|
2958
|
+
accountId: string;
|
|
2959
|
+
}
|
|
2960
|
+
export declare const DeleteZoneTransferPeerRequest: Schema.Schema<DeleteZoneTransferPeerRequest>;
|
|
2961
|
+
export interface DeleteZoneTransferPeerResponse {
|
|
2962
|
+
id?: string | null;
|
|
2963
|
+
}
|
|
2964
|
+
export declare const DeleteZoneTransferPeerResponse: Schema.Schema<DeleteZoneTransferPeerResponse>;
|
|
2965
|
+
export type DeleteZoneTransferPeerError = DefaultErrors;
|
|
2966
|
+
export declare const deleteZoneTransferPeer: API.OperationMethod<DeleteZoneTransferPeerRequest, DeleteZoneTransferPeerResponse, DeleteZoneTransferPeerError, Credentials | HttpClient.HttpClient>;
|
|
2967
|
+
export interface GetZoneTransferTsigRequest {
|
|
2968
|
+
tsigId: string;
|
|
2969
|
+
accountId: string;
|
|
2970
|
+
}
|
|
2971
|
+
export declare const GetZoneTransferTsigRequest: Schema.Schema<GetZoneTransferTsigRequest>;
|
|
2972
|
+
export interface GetZoneTransferTsigResponse {
|
|
2973
|
+
id: string;
|
|
2974
|
+
/** TSIG algorithm. */
|
|
2975
|
+
algo: string;
|
|
2976
|
+
/** TSIG key name. */
|
|
2977
|
+
name: string;
|
|
2978
|
+
/** TSIG secret. */
|
|
2979
|
+
secret: string;
|
|
2980
|
+
}
|
|
2981
|
+
export declare const GetZoneTransferTsigResponse: Schema.Schema<GetZoneTransferTsigResponse>;
|
|
2982
|
+
export type GetZoneTransferTsigError = DefaultErrors;
|
|
2983
|
+
export declare const getZoneTransferTsig: API.OperationMethod<GetZoneTransferTsigRequest, GetZoneTransferTsigResponse, GetZoneTransferTsigError, Credentials | HttpClient.HttpClient>;
|
|
2984
|
+
export interface ListZoneTransferTsigsRequest {
|
|
2985
|
+
accountId: string;
|
|
2986
|
+
}
|
|
2987
|
+
export declare const ListZoneTransferTsigsRequest: Schema.Schema<ListZoneTransferTsigsRequest>;
|
|
2988
|
+
export interface ListZoneTransferTsigsResponse {
|
|
2989
|
+
result: {
|
|
2990
|
+
id: string;
|
|
2991
|
+
algo: string;
|
|
2992
|
+
name: string;
|
|
2993
|
+
secret: string;
|
|
2994
|
+
}[];
|
|
2995
|
+
}
|
|
2996
|
+
export declare const ListZoneTransferTsigsResponse: Schema.Schema<ListZoneTransferTsigsResponse>;
|
|
2997
|
+
export type ListZoneTransferTsigsError = DefaultErrors;
|
|
2998
|
+
export declare const listZoneTransferTsigs: API.PaginatedOperationMethod<ListZoneTransferTsigsRequest, ListZoneTransferTsigsResponse, ListZoneTransferTsigsError, Credentials | HttpClient.HttpClient> & {
|
|
2999
|
+
pages: (input: ListZoneTransferTsigsRequest) => stream.Stream<ListZoneTransferTsigsResponse, ListZoneTransferTsigsError, Credentials | HttpClient.HttpClient>;
|
|
3000
|
+
items: (input: ListZoneTransferTsigsRequest) => stream.Stream<{
|
|
3001
|
+
id: string;
|
|
3002
|
+
algo: string;
|
|
3003
|
+
name: string;
|
|
3004
|
+
secret: string;
|
|
3005
|
+
}, ListZoneTransferTsigsError, Credentials | HttpClient.HttpClient>;
|
|
3006
|
+
};
|
|
3007
|
+
export interface CreateZoneTransferTsigRequest {
|
|
3008
|
+
/** Path param: */
|
|
3009
|
+
accountId: string;
|
|
3010
|
+
/** Body param: TSIG algorithm. */
|
|
3011
|
+
algo: string;
|
|
3012
|
+
/** Body param: TSIG key name. */
|
|
3013
|
+
name: string;
|
|
3014
|
+
/** Body param: TSIG secret. */
|
|
3015
|
+
secret: string;
|
|
3016
|
+
}
|
|
3017
|
+
export declare const CreateZoneTransferTsigRequest: Schema.Schema<CreateZoneTransferTsigRequest>;
|
|
3018
|
+
export interface CreateZoneTransferTsigResponse {
|
|
3019
|
+
id: string;
|
|
3020
|
+
/** TSIG algorithm. */
|
|
3021
|
+
algo: string;
|
|
3022
|
+
/** TSIG key name. */
|
|
3023
|
+
name: string;
|
|
3024
|
+
/** TSIG secret. */
|
|
3025
|
+
secret: string;
|
|
3026
|
+
}
|
|
3027
|
+
export declare const CreateZoneTransferTsigResponse: Schema.Schema<CreateZoneTransferTsigResponse>;
|
|
3028
|
+
export type CreateZoneTransferTsigError = DefaultErrors;
|
|
3029
|
+
export declare const createZoneTransferTsig: API.OperationMethod<CreateZoneTransferTsigRequest, CreateZoneTransferTsigResponse, CreateZoneTransferTsigError, Credentials | HttpClient.HttpClient>;
|
|
3030
|
+
export interface UpdateZoneTransferTsigRequest {
|
|
3031
|
+
tsigId: string;
|
|
3032
|
+
/** Path param: */
|
|
3033
|
+
accountId: string;
|
|
3034
|
+
/** Body param: TSIG algorithm. */
|
|
3035
|
+
algo: string;
|
|
3036
|
+
/** Body param: TSIG key name. */
|
|
3037
|
+
name: string;
|
|
3038
|
+
/** Body param: TSIG secret. */
|
|
3039
|
+
secret: string;
|
|
3040
|
+
}
|
|
3041
|
+
export declare const UpdateZoneTransferTsigRequest: Schema.Schema<UpdateZoneTransferTsigRequest>;
|
|
3042
|
+
export interface UpdateZoneTransferTsigResponse {
|
|
3043
|
+
id: string;
|
|
3044
|
+
/** TSIG algorithm. */
|
|
3045
|
+
algo: string;
|
|
3046
|
+
/** TSIG key name. */
|
|
3047
|
+
name: string;
|
|
3048
|
+
/** TSIG secret. */
|
|
3049
|
+
secret: string;
|
|
3050
|
+
}
|
|
3051
|
+
export declare const UpdateZoneTransferTsigResponse: Schema.Schema<UpdateZoneTransferTsigResponse>;
|
|
3052
|
+
export type UpdateZoneTransferTsigError = DefaultErrors;
|
|
3053
|
+
export declare const updateZoneTransferTsig: API.OperationMethod<UpdateZoneTransferTsigRequest, UpdateZoneTransferTsigResponse, UpdateZoneTransferTsigError, Credentials | HttpClient.HttpClient>;
|
|
3054
|
+
export interface DeleteZoneTransferTsigRequest {
|
|
3055
|
+
tsigId: string;
|
|
3056
|
+
accountId: string;
|
|
3057
|
+
}
|
|
3058
|
+
export declare const DeleteZoneTransferTsigRequest: Schema.Schema<DeleteZoneTransferTsigRequest>;
|
|
3059
|
+
export interface DeleteZoneTransferTsigResponse {
|
|
3060
|
+
id?: string | null;
|
|
3061
|
+
}
|
|
3062
|
+
export declare const DeleteZoneTransferTsigResponse: Schema.Schema<DeleteZoneTransferTsigResponse>;
|
|
3063
|
+
export type DeleteZoneTransferTsigError = DefaultErrors;
|
|
3064
|
+
export declare const deleteZoneTransferTsig: API.OperationMethod<DeleteZoneTransferTsigRequest, DeleteZoneTransferTsigResponse, DeleteZoneTransferTsigError, Credentials | HttpClient.HttpClient>;
|
|
3065
|
+
//# sourceMappingURL=dns.d.ts.map
|