@distilled.cloud/cloudflare 0.0.0 → 0.2.3
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 +41 -7
- package/lib/auth.d.ts +13 -0
- package/lib/auth.d.ts.map +1 -0
- package/lib/auth.js +12 -0
- package/lib/auth.js.map +1 -0
- package/lib/category.d.ts +2 -0
- package/lib/category.d.ts.map +1 -0
- package/lib/category.js +2 -0
- package/lib/category.js.map +1 -0
- package/lib/client/api.d.ts +14 -0
- package/lib/client/api.d.ts.map +1 -0
- package/lib/client/api.js +245 -0
- package/lib/client/api.js.map +1 -0
- package/lib/client/index.d.ts +8 -0
- package/lib/client/index.d.ts.map +1 -0
- package/lib/client/index.js +8 -0
- package/lib/client/index.js.map +1 -0
- package/lib/credentials.d.ts +14 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +17 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +37 -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/services/abuse-reports.d.ts +224 -0
- package/lib/services/abuse-reports.d.ts.map +1 -0
- package/lib/services/abuse-reports.js +353 -0
- package/lib/services/abuse-reports.js.map +1 -0
- package/lib/services/accounts.d.ts +682 -0
- package/lib/services/accounts.d.ts.map +1 -0
- package/lib/services/accounts.js +805 -0
- package/lib/services/accounts.js.map +1 -0
- package/lib/services/acm.d.ts +73 -0
- package/lib/services/acm.d.ts.map +1 -0
- package/lib/services/acm.js +76 -0
- package/lib/services/acm.js.map +1 -0
- package/lib/services/addressing.d.ts +1208 -0
- package/lib/services/addressing.d.ts.map +1 -0
- package/lib/services/addressing.js +1776 -0
- package/lib/services/addressing.js.map +1 -0
- package/lib/services/ai-gateway.d.ts +956 -0
- package/lib/services/ai-gateway.d.ts.map +1 -0
- package/lib/services/ai-gateway.js +1706 -0
- package/lib/services/ai-gateway.js.map +1 -0
- package/lib/services/ai.d.ts +243 -0
- package/lib/services/ai.d.ts.map +1 -0
- package/lib/services/ai.js +299 -0
- package/lib/services/ai.js.map +1 -0
- package/lib/services/aisearch.d.ts +915 -0
- package/lib/services/aisearch.d.ts.map +1 -0
- package/lib/services/aisearch.js +2425 -0
- package/lib/services/aisearch.js.map +1 -0
- package/lib/services/alerting.d.ts +718 -0
- package/lib/services/alerting.d.ts.map +1 -0
- package/lib/services/alerting.js +1388 -0
- package/lib/services/alerting.js.map +1 -0
- package/lib/services/api-gateway.d.ts +830 -0
- package/lib/services/api-gateway.d.ts.map +1 -0
- package/lib/services/api-gateway.js +1548 -0
- package/lib/services/api-gateway.js.map +1 -0
- package/lib/services/argo.d.ts +101 -0
- package/lib/services/argo.d.ts.map +1 -0
- package/lib/services/argo.js +105 -0
- package/lib/services/argo.js.map +1 -0
- package/lib/services/audit-logs.d.ts +46 -0
- package/lib/services/audit-logs.d.ts.map +1 -0
- package/lib/services/audit-logs.js +37 -0
- package/lib/services/audit-logs.js.map +1 -0
- package/lib/services/billing.d.ts +62 -0
- package/lib/services/billing.d.ts.map +1 -0
- package/lib/services/billing.js +100 -0
- package/lib/services/billing.js.map +1 -0
- package/lib/services/bot-management.d.ts +124 -0
- package/lib/services/bot-management.d.ts.map +1 -0
- package/lib/services/bot-management.js +262 -0
- package/lib/services/bot-management.js.map +1 -0
- package/lib/services/botnet-feed.d.ts +65 -0
- package/lib/services/botnet-feed.d.ts.map +1 -0
- package/lib/services/botnet-feed.js +84 -0
- package/lib/services/botnet-feed.js.map +1 -0
- package/lib/services/brand-protection.d.ts +188 -0
- package/lib/services/brand-protection.d.ts.map +1 -0
- package/lib/services/brand-protection.js +214 -0
- package/lib/services/brand-protection.js.map +1 -0
- package/lib/services/browser-rendering.d.ts +857 -0
- package/lib/services/browser-rendering.d.ts.map +1 -0
- package/lib/services/browser-rendering.js +1141 -0
- package/lib/services/browser-rendering.js.map +1 -0
- package/lib/services/cache.d.ts +287 -0
- package/lib/services/cache.d.ts.map +1 -0
- package/lib/services/cache.js +330 -0
- package/lib/services/cache.js.map +1 -0
- package/lib/services/calls.d.ts +202 -0
- package/lib/services/calls.d.ts.map +1 -0
- package/lib/services/calls.js +175 -0
- package/lib/services/calls.js.map +1 -0
- package/lib/services/certificate-authorities.d.ts +40 -0
- package/lib/services/certificate-authorities.d.ts.map +1 -0
- package/lib/services/certificate-authorities.js +49 -0
- package/lib/services/certificate-authorities.js.map +1 -0
- package/lib/services/client-certificates.d.ts +254 -0
- package/lib/services/client-certificates.d.ts.map +1 -0
- package/lib/services/client-certificates.js +350 -0
- package/lib/services/client-certificates.js.map +1 -0
- package/lib/services/cloud-connector.d.ts +59 -0
- package/lib/services/cloud-connector.d.ts.map +1 -0
- package/lib/services/cloud-connector.js +84 -0
- package/lib/services/cloud-connector.js.map +1 -0
- package/lib/services/cloudforce-one.d.ts +1318 -0
- package/lib/services/cloudforce-one.d.ts.map +1 -0
- package/lib/services/cloudforce-one.js +1684 -0
- package/lib/services/cloudforce-one.js.map +1 -0
- package/lib/services/connectivity.d.ts +248 -0
- package/lib/services/connectivity.d.ts.map +1 -0
- package/lib/services/connectivity.js +377 -0
- package/lib/services/connectivity.js.map +1 -0
- package/lib/services/content-scanning.d.ts +131 -0
- package/lib/services/content-scanning.d.ts.map +1 -0
- package/lib/services/content-scanning.js +156 -0
- package/lib/services/content-scanning.js.map +1 -0
- package/lib/services/custom-certificates.d.ts +211 -0
- package/lib/services/custom-certificates.d.ts.map +1 -0
- package/lib/services/custom-certificates.js +309 -0
- package/lib/services/custom-certificates.js.map +1 -0
- package/lib/services/custom-hostnames.d.ts +525 -0
- package/lib/services/custom-hostnames.d.ts.map +1 -0
- package/lib/services/custom-hostnames.js +1164 -0
- package/lib/services/custom-hostnames.js.map +1 -0
- package/lib/services/custom-nameservers.d.ts +67 -0
- package/lib/services/custom-nameservers.d.ts.map +1 -0
- package/lib/services/custom-nameservers.js +80 -0
- package/lib/services/custom-nameservers.js.map +1 -0
- package/lib/services/custom-pages.d.ts +74 -0
- package/lib/services/custom-pages.d.ts.map +1 -0
- package/lib/services/custom-pages.js +125 -0
- package/lib/services/custom-pages.js.map +1 -0
- package/lib/services/d1.d.ts +326 -0
- package/lib/services/d1.d.ts.map +1 -0
- package/lib/services/d1.js +448 -0
- package/lib/services/d1.js.map +1 -0
- package/lib/services/dcv-delegation.d.ts +24 -0
- package/lib/services/dcv-delegation.d.ts.map +1 -0
- package/lib/services/dcv-delegation.js +24 -0
- package/lib/services/dcv-delegation.js.map +1 -0
- package/lib/services/diagnostics.d.ts +175 -0
- package/lib/services/diagnostics.d.ts.map +1 -0
- package/lib/services/diagnostics.js +273 -0
- package/lib/services/diagnostics.js.map +1 -0
- package/lib/services/dns-firewall.d.ts +288 -0
- package/lib/services/dns-firewall.d.ts.map +1 -0
- package/lib/services/dns-firewall.js +373 -0
- package/lib/services/dns-firewall.js.map +1 -0
- package/lib/services/dns.d.ts +2946 -0
- package/lib/services/dns.d.ts.map +1 -0
- package/lib/services/dns.js +4511 -0
- package/lib/services/dns.js.map +1 -0
- package/lib/services/durable-objects.d.ts +61 -0
- package/lib/services/durable-objects.d.ts.map +1 -0
- package/lib/services/durable-objects.js +66 -0
- package/lib/services/durable-objects.js.map +1 -0
- package/lib/services/email-routing.d.ts +542 -0
- package/lib/services/email-routing.d.ts.map +1 -0
- package/lib/services/email-routing.js +662 -0
- package/lib/services/email-routing.js.map +1 -0
- package/lib/services/email-security.d.ts +1131 -0
- package/lib/services/email-security.d.ts.map +1 -0
- package/lib/services/email-security.js +2065 -0
- package/lib/services/email-security.js.map +1 -0
- package/lib/services/filters.d.ts +157 -0
- package/lib/services/filters.d.ts.map +1 -0
- package/lib/services/filters.js +135 -0
- package/lib/services/filters.js.map +1 -0
- package/lib/services/firewall.d.ts +1080 -0
- package/lib/services/firewall.d.ts.map +1 -0
- package/lib/services/firewall.js +1881 -0
- package/lib/services/firewall.js.map +1 -0
- package/lib/services/healthchecks.d.ts +464 -0
- package/lib/services/healthchecks.d.ts.map +1 -0
- package/lib/services/healthchecks.js +838 -0
- package/lib/services/healthchecks.js.map +1 -0
- package/lib/services/hostnames.d.ts +74 -0
- package/lib/services/hostnames.d.ts.map +1 -0
- package/lib/services/hostnames.js +100 -0
- package/lib/services/hostnames.js.map +1 -0
- package/lib/services/hyperdrive.d.ts +203 -0
- package/lib/services/hyperdrive.d.ts.map +1 -0
- package/lib/services/hyperdrive.js +299 -0
- package/lib/services/hyperdrive.js.map +1 -0
- package/lib/services/iam.d.ts +554 -0
- package/lib/services/iam.d.ts.map +1 -0
- package/lib/services/iam.js +743 -0
- package/lib/services/iam.js.map +1 -0
- package/lib/services/images.d.ts +403 -0
- package/lib/services/images.d.ts.map +1 -0
- package/lib/services/images.js +417 -0
- package/lib/services/images.js.map +1 -0
- package/lib/services/intel.d.ts +768 -0
- package/lib/services/intel.d.ts.map +1 -0
- package/lib/services/intel.js +1179 -0
- package/lib/services/intel.js.map +1 -0
- package/lib/services/ips.d.ts +28 -0
- package/lib/services/ips.d.ts.map +1 -0
- package/lib/services/ips.js +39 -0
- package/lib/services/ips.js.map +1 -0
- package/lib/services/keyless-certificates.d.ts +177 -0
- package/lib/services/keyless-certificates.d.ts.map +1 -0
- package/lib/services/keyless-certificates.js +216 -0
- package/lib/services/keyless-certificates.js.map +1 -0
- package/lib/services/kv.d.ts +339 -0
- package/lib/services/kv.d.ts.map +1 -0
- package/lib/services/kv.js +402 -0
- package/lib/services/kv.js.map +1 -0
- package/lib/services/leaked-credential-checks.d.ts +119 -0
- package/lib/services/leaked-credential-checks.d.ts.map +1 -0
- package/lib/services/leaked-credential-checks.js +130 -0
- package/lib/services/leaked-credential-checks.js.map +1 -0
- package/lib/services/load-balancers.d.ts +1767 -0
- package/lib/services/load-balancers.d.ts.map +1 -0
- package/lib/services/load-balancers.js +3068 -0
- package/lib/services/load-balancers.js.map +1 -0
- package/lib/services/logpush.d.ts +401 -0
- package/lib/services/logpush.d.ts.map +1 -0
- package/lib/services/logpush.js +724 -0
- package/lib/services/logpush.js.map +1 -0
- package/lib/services/logs.d.ts +125 -0
- package/lib/services/logs.d.ts.map +1 -0
- package/lib/services/logs.js +145 -0
- package/lib/services/logs.js.map +1 -0
- package/lib/services/magic-cloud-networking.d.ts +1599 -0
- package/lib/services/magic-cloud-networking.d.ts.map +1 -0
- package/lib/services/magic-cloud-networking.js +5205 -0
- package/lib/services/magic-cloud-networking.js.map +1 -0
- package/lib/services/magic-network-monitoring.d.ts +379 -0
- package/lib/services/magic-network-monitoring.d.ts.map +1 -0
- package/lib/services/magic-network-monitoring.js +535 -0
- package/lib/services/magic-network-monitoring.js.map +1 -0
- package/lib/services/magic-transit.d.ts +3650 -0
- package/lib/services/magic-transit.d.ts.map +1 -0
- package/lib/services/magic-transit.js +6120 -0
- package/lib/services/magic-transit.js.map +1 -0
- package/lib/services/managed-transforms.d.ts +79 -0
- package/lib/services/managed-transforms.d.ts.map +1 -0
- package/lib/services/managed-transforms.js +107 -0
- package/lib/services/managed-transforms.js.map +1 -0
- package/lib/services/memberships.d.ts +172 -0
- package/lib/services/memberships.d.ts.map +1 -0
- package/lib/services/memberships.js +282 -0
- package/lib/services/memberships.js.map +1 -0
- package/lib/services/mtls-certificates.d.ts +140 -0
- package/lib/services/mtls-certificates.d.ts.map +1 -0
- package/lib/services/mtls-certificates.js +173 -0
- package/lib/services/mtls-certificates.js.map +1 -0
- package/lib/services/network-interconnects.d.ts +410 -0
- package/lib/services/network-interconnects.d.ts.map +1 -0
- package/lib/services/network-interconnects.js +583 -0
- package/lib/services/network-interconnects.js.map +1 -0
- package/lib/services/organizations.d.ts +201 -0
- package/lib/services/organizations.d.ts.map +1 -0
- package/lib/services/organizations.js +355 -0
- package/lib/services/organizations.js.map +1 -0
- package/lib/services/origin-ca-certificates.d.ts +99 -0
- package/lib/services/origin-ca-certificates.d.ts.map +1 -0
- package/lib/services/origin-ca-certificates.js +156 -0
- package/lib/services/origin-ca-certificates.js.map +1 -0
- package/lib/services/origin-post-quantum-encryption.d.ts +50 -0
- package/lib/services/origin-post-quantum-encryption.d.ts.map +1 -0
- package/lib/services/origin-post-quantum-encryption.js +60 -0
- package/lib/services/origin-post-quantum-encryption.js.map +1 -0
- package/lib/services/origin-tls-client-auth.d.ts +273 -0
- package/lib/services/origin-tls-client-auth.d.ts.map +1 -0
- package/lib/services/origin-tls-client-auth.js +401 -0
- package/lib/services/origin-tls-client-auth.js.map +1 -0
- package/lib/services/page-rules.d.ts +773 -0
- package/lib/services/page-rules.d.ts.map +1 -0
- package/lib/services/page-rules.js +1365 -0
- package/lib/services/page-rules.js.map +1 -0
- package/lib/services/page-shield.d.ts +426 -0
- package/lib/services/page-shield.d.ts.map +1 -0
- package/lib/services/page-shield.js +484 -0
- package/lib/services/page-shield.js.map +1 -0
- package/lib/services/pages.d.ts +1654 -0
- package/lib/services/pages.d.ts.map +1 -0
- package/lib/services/pages.js +2954 -0
- package/lib/services/pages.js.map +1 -0
- package/lib/services/pipelines.d.ts +1461 -0
- package/lib/services/pipelines.d.ts.map +1 -0
- package/lib/services/pipelines.js +2912 -0
- package/lib/services/pipelines.js.map +1 -0
- package/lib/services/queues.d.ts +807 -0
- package/lib/services/queues.d.ts.map +1 -0
- package/lib/services/queues.js +1194 -0
- package/lib/services/queues.js.map +1 -0
- package/lib/services/r2-data-catalog.d.ts +341 -0
- package/lib/services/r2-data-catalog.d.ts.map +1 -0
- package/lib/services/r2-data-catalog.js +499 -0
- package/lib/services/r2-data-catalog.js.map +1 -0
- package/lib/services/r2.d.ts +1041 -0
- package/lib/services/r2.d.ts.map +1 -0
- package/lib/services/r2.js +1384 -0
- package/lib/services/r2.js.map +1 -0
- package/lib/services/radar.d.ts +9276 -0
- package/lib/services/radar.d.ts.map +1 -0
- package/lib/services/radar.js +20491 -0
- package/lib/services/radar.js.map +1 -0
- package/lib/services/rate-limits.d.ts +315 -0
- package/lib/services/rate-limits.d.ts.map +1 -0
- package/lib/services/rate-limits.js +521 -0
- package/lib/services/rate-limits.js.map +1 -0
- package/lib/services/realtime-kit.d.ts +2728 -0
- package/lib/services/realtime-kit.d.ts.map +1 -0
- package/lib/services/realtime-kit.js +5401 -0
- package/lib/services/realtime-kit.js.map +1 -0
- package/lib/services/registrar.d.ts +81 -0
- package/lib/services/registrar.d.ts.map +1 -0
- package/lib/services/registrar.js +154 -0
- package/lib/services/registrar.js.map +1 -0
- package/lib/services/request-tracers.d.ts +61 -0
- package/lib/services/request-tracers.d.ts.map +1 -0
- package/lib/services/request-tracers.js +82 -0
- package/lib/services/request-tracers.js.map +1 -0
- package/lib/services/resource-sharing.d.ts +540 -0
- package/lib/services/resource-sharing.d.ts.map +1 -0
- package/lib/services/resource-sharing.js +846 -0
- package/lib/services/resource-sharing.js.map +1 -0
- package/lib/services/rules.d.ts +297 -0
- package/lib/services/rules.d.ts.map +1 -0
- package/lib/services/rules.js +396 -0
- package/lib/services/rules.js.map +1 -0
- package/lib/services/rulesets.d.ts +3300 -0
- package/lib/services/rulesets.d.ts.map +1 -0
- package/lib/services/rulesets.js +7852 -0
- package/lib/services/rulesets.js.map +1 -0
- package/lib/services/rum.d.ts +289 -0
- package/lib/services/rum.d.ts.map +1 -0
- package/lib/services/rum.js +409 -0
- package/lib/services/rum.js.map +1 -0
- package/lib/services/schema-validation.d.ts +240 -0
- package/lib/services/schema-validation.d.ts.map +1 -0
- package/lib/services/schema-validation.js +306 -0
- package/lib/services/schema-validation.js.map +1 -0
- package/lib/services/secrets-store.d.ts +321 -0
- package/lib/services/secrets-store.d.ts.map +1 -0
- package/lib/services/secrets-store.js +385 -0
- package/lib/services/secrets-store.js.map +1 -0
- package/lib/services/security-center.d.ts +102 -0
- package/lib/services/security-center.d.ts.map +1 -0
- package/lib/services/security-center.js +170 -0
- package/lib/services/security-center.js.map +1 -0
- package/lib/services/security-txt.d.ts +105 -0
- package/lib/services/security-txt.d.ts.map +1 -0
- package/lib/services/security-txt.js +136 -0
- package/lib/services/security-txt.js.map +1 -0
- package/lib/services/snippets.d.ts +138 -0
- package/lib/services/snippets.d.ts.map +1 -0
- package/lib/services/snippets.js +178 -0
- package/lib/services/snippets.js.map +1 -0
- package/lib/services/spectrum.d.ts +316 -0
- package/lib/services/spectrum.d.ts.map +1 -0
- package/lib/services/spectrum.js +510 -0
- package/lib/services/spectrum.js.map +1 -0
- package/lib/services/speed.d.ts +227 -0
- package/lib/services/speed.d.ts.map +1 -0
- package/lib/services/speed.js +444 -0
- package/lib/services/speed.js.map +1 -0
- package/lib/services/ssl.d.ts +370 -0
- package/lib/services/ssl.d.ts.map +1 -0
- package/lib/services/ssl.js +732 -0
- package/lib/services/ssl.js.map +1 -0
- package/lib/services/stream.d.ts +1014 -0
- package/lib/services/stream.d.ts.map +1 -0
- package/lib/services/stream.js +1049 -0
- package/lib/services/stream.js.map +1 -0
- package/lib/services/token-validation.d.ts +547 -0
- package/lib/services/token-validation.d.ts.map +1 -0
- package/lib/services/token-validation.js +768 -0
- package/lib/services/token-validation.js.map +1 -0
- package/lib/services/turnstile.d.ts +248 -0
- package/lib/services/turnstile.d.ts.map +1 -0
- package/lib/services/turnstile.js +308 -0
- package/lib/services/turnstile.js.map +1 -0
- package/lib/services/url-normalization.d.ts +53 -0
- package/lib/services/url-normalization.d.ts.map +1 -0
- package/lib/services/url-normalization.js +52 -0
- package/lib/services/url-normalization.js.map +1 -0
- package/lib/services/url-scanner.d.ts +612 -0
- package/lib/services/url-scanner.d.ts.map +1 -0
- package/lib/services/url-scanner.js +915 -0
- package/lib/services/url-scanner.js.map +1 -0
- package/lib/services/user.d.ts +441 -0
- package/lib/services/user.d.ts.map +1 -0
- package/lib/services/user.js +567 -0
- package/lib/services/user.js.map +1 -0
- package/lib/services/vectorize.d.ts +282 -0
- package/lib/services/vectorize.d.ts.map +1 -0
- package/lib/services/vectorize.js +340 -0
- package/lib/services/vectorize.js.map +1 -0
- package/lib/services/waiting-rooms.d.ts +1009 -0
- package/lib/services/waiting-rooms.d.ts.map +1 -0
- package/lib/services/waiting-rooms.js +1757 -0
- package/lib/services/waiting-rooms.js.map +1 -0
- package/lib/services/web3.d.ts +274 -0
- package/lib/services/web3.d.ts.map +1 -0
- package/lib/services/web3.js +362 -0
- package/lib/services/web3.js.map +1 -0
- package/lib/services/workers-for-platforms.d.ts +1224 -0
- package/lib/services/workers-for-platforms.d.ts.map +1 -0
- package/lib/services/workers-for-platforms.js +2078 -0
- package/lib/services/workers-for-platforms.js.map +1 -0
- package/lib/services/workers.d.ts +3498 -0
- package/lib/services/workers.d.ts.map +1 -0
- package/lib/services/workers.js +5967 -0
- package/lib/services/workers.js.map +1 -0
- package/lib/services/workflows.d.ts +359 -0
- package/lib/services/workflows.d.ts.map +1 -0
- package/lib/services/workflows.js +516 -0
- package/lib/services/workflows.js.map +1 -0
- package/lib/services/zaraz.d.ts +300 -0
- package/lib/services/zaraz.d.ts.map +1 -0
- package/lib/services/zaraz.js +298 -0
- package/lib/services/zaraz.js.map +1 -0
- package/lib/services/zero-trust.d.ts +15449 -0
- package/lib/services/zero-trust.d.ts.map +1 -0
- package/lib/services/zero-trust.js +29194 -0
- package/lib/services/zero-trust.js.map +1 -0
- package/lib/services/zones.d.ts +1278 -0
- package/lib/services/zones.d.ts.map +1 -0
- package/lib/services/zones.js +2416 -0
- package/lib/services/zones.js.map +1 -0
- package/lib/traits.d.ts +28 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +26 -0
- package/lib/traits.js.map +1 -0
- package/package.json +68 -5
- package/src/auth.ts +14 -0
- package/src/category.ts +1 -0
- package/src/client/api.ts +329 -0
- package/src/client/index.ts +7 -0
- package/src/credentials.ts +30 -0
- package/src/errors.ts +57 -0
- package/src/index.ts +9 -0
- package/src/retry.ts +35 -0
- package/src/schemas.ts +51 -0
- package/src/services/abuse-reports.ts +747 -0
- package/src/services/accounts.ts +1947 -0
- package/src/services/acm.ts +170 -0
- package/src/services/addressing.ts +3947 -0
- package/src/services/ai-gateway.ts +3335 -0
- package/src/services/ai.ts +727 -0
- package/src/services/aisearch.ts +4750 -0
- package/src/services/alerting.ts +2947 -0
- package/src/services/api-gateway.ts +3391 -0
- package/src/services/argo.ts +254 -0
- package/src/services/audit-logs.ts +90 -0
- package/src/services/billing.ts +172 -0
- package/src/services/bot-management.ts +541 -0
- package/src/services/botnet-feed.ts +193 -0
- package/src/services/brand-protection.ts +553 -0
- package/src/services/browser-rendering.ts +2707 -0
- package/src/services/cache.ts +827 -0
- package/src/services/calls.ts +483 -0
- package/src/services/certificate-authorities.ts +110 -0
- package/src/services/client-certificates.ts +718 -0
- package/src/services/cloud-connector.ts +181 -0
- package/src/services/cloudforce-one.ts +3876 -0
- package/src/services/connectivity.ts +629 -0
- package/src/services/content-scanning.ts +385 -0
- package/src/services/custom-certificates.ts +611 -0
- package/src/services/custom-hostnames.ts +2453 -0
- package/src/services/custom-nameservers.ts +182 -0
- package/src/services/custom-pages.ts +264 -0
- package/src/services/d1.ts +1034 -0
- package/src/services/dcv-delegation.ts +52 -0
- package/src/services/diagnostics.ts +603 -0
- package/src/services/dns-firewall.ts +823 -0
- package/src/services/dns.ts +8897 -0
- package/src/services/durable-objects.ts +148 -0
- package/src/services/email-routing.ts +1602 -0
- package/src/services/email-security.ts +4283 -0
- package/src/services/filters.ts +370 -0
- package/src/services/firewall.ts +3896 -0
- package/src/services/healthchecks.ts +1750 -0
- package/src/services/hostnames.ts +218 -0
- package/src/services/hyperdrive.ts +592 -0
- package/src/services/iam.ts +1668 -0
- package/src/services/images.ts +1086 -0
- package/src/services/intel.ts +2768 -0
- package/src/services/ips.ts +88 -0
- package/src/services/keyless-certificates.ts +462 -0
- package/src/services/kv.ts +1011 -0
- package/src/services/leaked-credential-checks.ts +325 -0
- package/src/services/load-balancers.ts +6438 -0
- package/src/services/logpush.ts +1667 -0
- package/src/services/logs.ts +375 -0
- package/src/services/magic-cloud-networking.ts +10020 -0
- package/src/services/magic-network-monitoring.ts +1156 -0
- package/src/services/magic-transit.ts +13050 -0
- package/src/services/managed-transforms.ts +237 -0
- package/src/services/memberships.ts +615 -0
- package/src/services/mtls-certificates.ts +374 -0
- package/src/services/network-interconnects.ts +1253 -0
- package/src/services/organizations.ts +674 -0
- package/src/services/origin-ca-certificates.ts +303 -0
- package/src/services/origin-post-quantum-encryption.ts +128 -0
- package/src/services/origin-tls-client-auth.ts +878 -0
- package/src/services/page-rules.ts +2612 -0
- package/src/services/page-shield.ts +1195 -0
- package/src/services/pages.ts +5709 -0
- package/src/services/pipelines.ts +6000 -0
- package/src/services/queues.ts +2629 -0
- package/src/services/r2-data-catalog.ts +1119 -0
- package/src/services/r2.ts +3348 -0
- package/src/services/radar.ts +42152 -0
- package/src/services/rate-limits.ts +1150 -0
- package/src/services/realtime-kit.ts +11079 -0
- package/src/services/registrar.ts +295 -0
- package/src/services/request-tracers.ts +158 -0
- package/src/services/resource-sharing.ts +1832 -0
- package/src/services/rules.ts +837 -0
- package/src/services/rulesets.ts +15144 -0
- package/src/services/rum.ts +901 -0
- package/src/services/schema-validation.ts +733 -0
- package/src/services/secrets-store.ts +860 -0
- package/src/services/security-center.ts +397 -0
- package/src/services/security-txt.ts +315 -0
- package/src/services/snippets.ts +420 -0
- package/src/services/spectrum.ts +1103 -0
- package/src/services/speed.ts +1056 -0
- package/src/services/ssl.ts +1587 -0
- package/src/services/stream.ts +2756 -0
- package/src/services/token-validation.ts +1585 -0
- package/src/services/turnstile.ts +643 -0
- package/src/services/url-normalization.ts +129 -0
- package/src/services/url-scanner.ts +1851 -0
- package/src/services/user.ts +1384 -0
- package/src/services/vectorize.ts +816 -0
- package/src/services/waiting-rooms.ts +3807 -0
- package/src/services/web3.ts +834 -0
- package/src/services/workers-for-platforms.ts +3859 -0
- package/src/services/workers.ts +11637 -0
- package/src/services/workflows.ts +1124 -0
- package/src/services/zaraz.ts +797 -0
- package/src/services/zero-trust.ts +58929 -0
- package/src/services/zones.ts +4875 -0
- package/src/traits.ts +47 -0
- package/bun.lock +0 -26
- package/index.ts +0 -1
- package/tsconfig.json +0 -29
|
@@ -0,0 +1,401 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloudflare LOGPUSH API
|
|
3
|
+
*
|
|
4
|
+
* Generated from Cloudflare TypeScript SDK.
|
|
5
|
+
* DO NOT EDIT - regenerate with: bun scripts/generate.ts --service logpush
|
|
6
|
+
*/
|
|
7
|
+
import * as Schema from "effect/Schema";
|
|
8
|
+
import type * as HttpClient from "effect/unstable/http/HttpClient";
|
|
9
|
+
import * as API from "../client/api.ts";
|
|
10
|
+
import type { Credentials } from "../credentials";
|
|
11
|
+
import { type DefaultErrors } from "../errors";
|
|
12
|
+
export interface GetDatasetFieldRequest {
|
|
13
|
+
datasetId: "access_requests" | "audit_logs" | "audit_logs_v2" | "biso_user_actions" | "casb_findings" | "device_posture_results" | "dex_application_tests" | "dex_device_state_events" | "dlp_forensic_copies" | "dns_firewall_logs" | "dns_logs" | "email_security_alerts" | "firewall_events" | "gateway_dns" | "gateway_http" | "gateway_network" | "http_requests" | "ipsec_logs" | "magic_ids_detections" | "nel_reports" | "network_analytics_logs" | "page_shield_events" | "sinkhole_http_logs" | "spectrum_events" | "ssh_logs" | "warp_config_changes" | "warp_toggle_changes" | "workers_trace_events" | "zaraz_events" | "zero_trust_network_sessions" | null;
|
|
14
|
+
}
|
|
15
|
+
export declare const GetDatasetFieldRequest: Schema.Schema<GetDatasetFieldRequest>;
|
|
16
|
+
export type GetDatasetFieldResponse = unknown;
|
|
17
|
+
export declare const GetDatasetFieldResponse: Schema.Schema<unknown>;
|
|
18
|
+
export type GetDatasetFieldError = DefaultErrors;
|
|
19
|
+
export declare const getDatasetField: API.OperationMethod<GetDatasetFieldRequest, GetDatasetFieldResponse, GetDatasetFieldError, Credentials | HttpClient.HttpClient>;
|
|
20
|
+
export interface GetDatasetJobRequest {
|
|
21
|
+
datasetId: "access_requests" | "audit_logs" | "audit_logs_v2" | "biso_user_actions" | "casb_findings" | "device_posture_results" | "dex_application_tests" | "dex_device_state_events" | "dlp_forensic_copies" | "dns_firewall_logs" | "dns_logs" | "email_security_alerts" | "firewall_events" | "gateway_dns" | "gateway_http" | "gateway_network" | "http_requests" | "ipsec_logs" | "magic_ids_detections" | "nel_reports" | "network_analytics_logs" | "page_shield_events" | "sinkhole_http_logs" | "spectrum_events" | "ssh_logs" | "warp_config_changes" | "warp_toggle_changes" | "workers_trace_events" | "zaraz_events" | "zero_trust_network_sessions" | null;
|
|
22
|
+
}
|
|
23
|
+
export declare const GetDatasetJobRequest: Schema.Schema<GetDatasetJobRequest>;
|
|
24
|
+
export type GetDatasetJobResponse = unknown;
|
|
25
|
+
export declare const GetDatasetJobResponse: Schema.Schema<unknown>;
|
|
26
|
+
export type GetDatasetJobError = DefaultErrors;
|
|
27
|
+
export declare const getDatasetJob: API.OperationMethod<GetDatasetJobRequest, GetDatasetJobResponse, GetDatasetJobError, Credentials | HttpClient.HttpClient>;
|
|
28
|
+
export interface GetEdgeRequest {
|
|
29
|
+
/** Identifier. */
|
|
30
|
+
zoneId: string;
|
|
31
|
+
}
|
|
32
|
+
export declare const GetEdgeRequest: Schema.Schema<GetEdgeRequest>;
|
|
33
|
+
export type GetEdgeResponse = unknown;
|
|
34
|
+
export declare const GetEdgeResponse: Schema.Schema<unknown>;
|
|
35
|
+
export type GetEdgeError = DefaultErrors;
|
|
36
|
+
export declare const getEdge: API.OperationMethod<GetEdgeRequest, GetEdgeResponse, GetEdgeError, Credentials | HttpClient.HttpClient>;
|
|
37
|
+
export interface CreateEdgeRequest {
|
|
38
|
+
/** Path param: Identifier. */
|
|
39
|
+
zoneId: string;
|
|
40
|
+
/** Body param: Comma-separated list of fields. */
|
|
41
|
+
fields?: string;
|
|
42
|
+
/** Body param: Filters to drill down into specific events. */
|
|
43
|
+
filter?: string;
|
|
44
|
+
/** Body param: The sample parameter is the sample rate of the records set by the client: "sample": 1 is 100% of records "sample": 10 is 10% and so on. */
|
|
45
|
+
sample?: number;
|
|
46
|
+
}
|
|
47
|
+
export declare const CreateEdgeRequest: Schema.Schema<CreateEdgeRequest>;
|
|
48
|
+
export interface CreateEdgeResponse {
|
|
49
|
+
/** Unique WebSocket address that will receive messages from Cloudflare’s edge. */
|
|
50
|
+
destinationConf?: string | null;
|
|
51
|
+
/** Comma-separated list of fields. */
|
|
52
|
+
fields?: string | null;
|
|
53
|
+
/** Filters to drill down into specific events. */
|
|
54
|
+
filter?: string | null;
|
|
55
|
+
/** The sample parameter is the sample rate of the records set by the client: "sample": 1 is 100% of records "sample": 10 is 10% and so on. */
|
|
56
|
+
sample?: number | null;
|
|
57
|
+
/** Unique session id of the job. */
|
|
58
|
+
sessionId?: string | null;
|
|
59
|
+
}
|
|
60
|
+
export declare const CreateEdgeResponse: Schema.Schema<CreateEdgeResponse>;
|
|
61
|
+
export type CreateEdgeError = DefaultErrors;
|
|
62
|
+
export declare const createEdge: API.OperationMethod<CreateEdgeRequest, CreateEdgeResponse, CreateEdgeError, Credentials | HttpClient.HttpClient>;
|
|
63
|
+
export interface DestinationExistsValidateRequest {
|
|
64
|
+
/** Path param: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID. */
|
|
65
|
+
accountId?: string;
|
|
66
|
+
/** Path param: The Zone ID to use for this endpoint. Mutually exclusive with the Account ID. */
|
|
67
|
+
zoneId?: string;
|
|
68
|
+
/** Body param: Uniquely identifies a resource (such as an s3 bucket) where data. will be pushed. Additional configuration parameters supported by the destination may be included. */
|
|
69
|
+
destinationConf: string;
|
|
70
|
+
}
|
|
71
|
+
export declare const DestinationExistsValidateRequest: Schema.Schema<DestinationExistsValidateRequest>;
|
|
72
|
+
export interface DestinationExistsValidateResponse {
|
|
73
|
+
exists?: boolean | null;
|
|
74
|
+
}
|
|
75
|
+
export declare const DestinationExistsValidateResponse: Schema.Schema<DestinationExistsValidateResponse>;
|
|
76
|
+
export type DestinationExistsValidateError = DefaultErrors;
|
|
77
|
+
export declare const destinationExistsValidate: API.OperationMethod<DestinationExistsValidateRequest, DestinationExistsValidateResponse, DestinationExistsValidateError, Credentials | HttpClient.HttpClient>;
|
|
78
|
+
export interface GetJobRequest {
|
|
79
|
+
jobId: number;
|
|
80
|
+
}
|
|
81
|
+
export declare const GetJobRequest: Schema.Schema<GetJobRequest>;
|
|
82
|
+
export interface GetJobResponse {
|
|
83
|
+
/** Unique id of the job. */
|
|
84
|
+
id?: number | null;
|
|
85
|
+
/** Name of the dataset. A list of supported datasets can be found on the [Developer Docs](https://developers.cloudflare.com/logs/reference/log-fields/). */
|
|
86
|
+
dataset?: "access_requests" | "audit_logs" | "audit_logs_v2" | "biso_user_actions" | "casb_findings" | "device_posture_results" | "dex_application_tests" | "dex_device_state_events" | "dlp_forensic_copies" | "dns_firewall_logs" | "dns_logs" | "email_security_alerts" | "firewall_events" | "gateway_dns" | "gateway_http" | "gateway_network" | "http_requests" | "ipsec_logs" | "magic_ids_detections" | "nel_reports" | "network_analytics_logs" | "page_shield_events" | "sinkhole_http_logs" | "spectrum_events" | "ssh_logs" | "warp_config_changes" | "warp_toggle_changes" | "workers_trace_events" | "zaraz_events" | "zero_trust_network_sessions" | null;
|
|
87
|
+
/** Uniquely identifies a resource (such as an s3 bucket) where data. will be pushed. Additional configuration parameters supported by the destination may be included. */
|
|
88
|
+
destinationConf?: string | null;
|
|
89
|
+
/** Flag that indicates if the job is enabled. */
|
|
90
|
+
enabled?: boolean | null;
|
|
91
|
+
/** If not null, the job is currently failing. Failures are usually. repetitive (example: no permissions to write to destination bucket). Only the last failure is recorded. On successful execution of a jo */
|
|
92
|
+
errorMessage?: string | null;
|
|
93
|
+
/** @deprecated This field is deprecated. Please use `max_upload_ ` parameters instead. . The frequency at which Cloudflare sends batches of logs to your destination. Setting frequency to high sends your */
|
|
94
|
+
frequency?: "high" | "low" | null;
|
|
95
|
+
/** The kind parameter (optional) is used to differentiate between Logpush and Edge Log Delivery jobs (when supported by the dataset). */
|
|
96
|
+
kind?: "" | "edge" | null;
|
|
97
|
+
/** Records the last time for which logs have been successfully pushed. If the last successful push was for logs range 2018-07-23T10:00:00Z to 2018-07-23T10:01:00Z then the value of this field will be 201 */
|
|
98
|
+
lastComplete?: string | null;
|
|
99
|
+
/** Records the last time the job failed. If not null, the job is currently. failing. If null, the job has either never failed or has run successfully at least once since last failure. See also the error_ */
|
|
100
|
+
lastError?: string | null;
|
|
101
|
+
/** @deprecated This field is deprecated. Use `output_options` instead. Configuration string. It specifies things like requested fields and timestamp formats. If migrating from the logpull api, copy the u */
|
|
102
|
+
logpullOptions?: string | null;
|
|
103
|
+
/** The maximum uncompressed file size of a batch of logs. This setting value must be between `5 MB` and `1 GB`, or `0` to disable it. Note that you cannot set a minimum file size; this means that log fil */
|
|
104
|
+
maxUploadBytes?: "0" | number | null;
|
|
105
|
+
/** The maximum interval in seconds for log batches. This setting must be between 30 and 300 seconds (5 minutes), or `0` to disable it. Note that you cannot specify a minimum interval for log batches; thi */
|
|
106
|
+
maxUploadIntervalSeconds?: "0" | number | null;
|
|
107
|
+
/** The maximum number of log lines per batch. This setting must be between 1000 and 1,000,000 lines, or `0` to disable it. Note that you cannot specify a minimum number of log lines per batch; this means */
|
|
108
|
+
maxUploadRecords?: "0" | number | null;
|
|
109
|
+
/** Optional human readable job name. Not unique. Cloudflare suggests. that you set this to a meaningful string, like the domain name, to make it easier to identify your job. */
|
|
110
|
+
name?: string | null;
|
|
111
|
+
/** The structured replacement for `logpull_options`. When including this field, the `logpull_option` field will be ignored. */
|
|
112
|
+
outputOptions?: {
|
|
113
|
+
batchPrefix?: string | null;
|
|
114
|
+
batchSuffix?: string | null;
|
|
115
|
+
"cve-2021-44228"?: boolean | null;
|
|
116
|
+
fieldDelimiter?: string | null;
|
|
117
|
+
fieldNames?: string[] | null;
|
|
118
|
+
outputType?: "ndjson" | "csv" | null;
|
|
119
|
+
recordDelimiter?: string | null;
|
|
120
|
+
recordPrefix?: string | null;
|
|
121
|
+
recordSuffix?: string | null;
|
|
122
|
+
recordTemplate?: string | null;
|
|
123
|
+
sampleRate?: number | null;
|
|
124
|
+
timestampFormat?: "unixnano" | "unix" | "rfc3339" | null;
|
|
125
|
+
} | null;
|
|
126
|
+
}
|
|
127
|
+
export declare const GetJobResponse: Schema.Schema<GetJobResponse>;
|
|
128
|
+
export type GetJobError = DefaultErrors;
|
|
129
|
+
export declare const getJob: API.OperationMethod<GetJobRequest, GetJobResponse, GetJobError, Credentials | HttpClient.HttpClient>;
|
|
130
|
+
export interface ListJobsRequest {
|
|
131
|
+
}
|
|
132
|
+
export declare const ListJobsRequest: Schema.Schema<ListJobsRequest>;
|
|
133
|
+
export type ListJobsResponse = unknown;
|
|
134
|
+
export declare const ListJobsResponse: Schema.Schema<unknown>;
|
|
135
|
+
export type ListJobsError = DefaultErrors;
|
|
136
|
+
export declare const listJobs: API.OperationMethod<ListJobsRequest, ListJobsResponse, ListJobsError, Credentials | HttpClient.HttpClient>;
|
|
137
|
+
export interface CreateJobRequest {
|
|
138
|
+
/** Path param: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID. */
|
|
139
|
+
accountId?: string;
|
|
140
|
+
/** Path param: The Zone ID to use for this endpoint. Mutually exclusive with the Account ID. */
|
|
141
|
+
zoneId?: string;
|
|
142
|
+
/** Body param: Uniquely identifies a resource (such as an s3 bucket) where data. will be pushed. Additional configuration parameters supported by the destination may be included. */
|
|
143
|
+
destinationConf: string;
|
|
144
|
+
/** Body param: Name of the dataset. A list of supported datasets can be found on the [Developer Docs](https://developers.cloudflare.com/logs/reference/log-fields/). */
|
|
145
|
+
dataset?: "access_requests" | "audit_logs" | "audit_logs_v2" | "biso_user_actions" | "casb_findings" | "device_posture_results" | "dex_application_tests" | "dex_device_state_events" | "dlp_forensic_copies" | "dns_firewall_logs" | "dns_logs" | "email_security_alerts" | "firewall_events" | "gateway_dns" | "gateway_http" | "gateway_network" | "http_requests" | "ipsec_logs" | "magic_ids_detections" | "nel_reports" | "network_analytics_logs" | "page_shield_events" | "sinkhole_http_logs" | "spectrum_events" | "ssh_logs" | "warp_config_changes" | "warp_toggle_changes" | "workers_trace_events" | "zaraz_events" | "zero_trust_network_sessions" | null;
|
|
146
|
+
/** Body param: Flag that indicates if the job is enabled. */
|
|
147
|
+
enabled?: boolean;
|
|
148
|
+
/** Body param: The filters to select the events to include and/or remove from your logs. For more information, refer to [Filters](https://developers.cloudflare.com/logs/reference/filters/). */
|
|
149
|
+
filter?: string | null;
|
|
150
|
+
/** @deprecated Body param: This field is deprecated. Please use `max_upload_ ` parameters instead. . The frequency at which Cloudflare sends batches of logs to your destination. Setting frequency to high */
|
|
151
|
+
frequency?: "high" | "low" | null;
|
|
152
|
+
/** Body param: The kind parameter (optional) is used to differentiate between Logpush and Edge Log Delivery jobs (when supported by the dataset). */
|
|
153
|
+
kind?: "" | "edge";
|
|
154
|
+
/** @deprecated Body param: This field is deprecated. Use `output_options` instead. Configuration string. It specifies things like requested fields and timestamp formats. If migrating from the logpull api */
|
|
155
|
+
logpullOptions?: string | null;
|
|
156
|
+
/** Body param: The maximum uncompressed file size of a batch of logs. This setting value must be between `5 MB` and `1 GB`, or `0` to disable it. Note that you cannot set a minimum file size; this means */
|
|
157
|
+
maxUploadBytes?: "0" | number | null;
|
|
158
|
+
/** Body param: The maximum interval in seconds for log batches. This setting must be between 30 and 300 seconds (5 minutes), or `0` to disable it. Note that you cannot specify a minimum interval for log */
|
|
159
|
+
maxUploadIntervalSeconds?: "0" | number | null;
|
|
160
|
+
/** Body param: The maximum number of log lines per batch. This setting must be between 1000 and 1,000,000 lines, or `0` to disable it. Note that you cannot specify a minimum number of log lines per batch */
|
|
161
|
+
maxUploadRecords?: "0" | number | null;
|
|
162
|
+
/** Body param: Optional human readable job name. Not unique. Cloudflare suggests. that you set this to a meaningful string, like the domain name, to make it easier to identify your job. */
|
|
163
|
+
name?: string | null;
|
|
164
|
+
/** Body param: The structured replacement for `logpull_options`. When including this field, the `logpull_option` field will be ignored. */
|
|
165
|
+
outputOptions?: {
|
|
166
|
+
batchPrefix?: string | null;
|
|
167
|
+
batchSuffix?: string | null;
|
|
168
|
+
"cve-2021-44228"?: boolean | null;
|
|
169
|
+
fieldDelimiter?: string | null;
|
|
170
|
+
fieldNames?: string[];
|
|
171
|
+
outputType?: "ndjson" | "csv";
|
|
172
|
+
recordDelimiter?: string | null;
|
|
173
|
+
recordPrefix?: string | null;
|
|
174
|
+
recordSuffix?: string | null;
|
|
175
|
+
recordTemplate?: string | null;
|
|
176
|
+
sampleRate?: number | null;
|
|
177
|
+
timestampFormat?: "unixnano" | "unix" | "rfc3339";
|
|
178
|
+
} | null;
|
|
179
|
+
/** Body param: Ownership challenge token to prove destination ownership. */
|
|
180
|
+
ownershipChallenge?: string;
|
|
181
|
+
}
|
|
182
|
+
export declare const CreateJobRequest: Schema.Schema<CreateJobRequest>;
|
|
183
|
+
export interface CreateJobResponse {
|
|
184
|
+
/** Unique id of the job. */
|
|
185
|
+
id?: number | null;
|
|
186
|
+
/** Name of the dataset. A list of supported datasets can be found on the [Developer Docs](https://developers.cloudflare.com/logs/reference/log-fields/). */
|
|
187
|
+
dataset?: "access_requests" | "audit_logs" | "audit_logs_v2" | "biso_user_actions" | "casb_findings" | "device_posture_results" | "dex_application_tests" | "dex_device_state_events" | "dlp_forensic_copies" | "dns_firewall_logs" | "dns_logs" | "email_security_alerts" | "firewall_events" | "gateway_dns" | "gateway_http" | "gateway_network" | "http_requests" | "ipsec_logs" | "magic_ids_detections" | "nel_reports" | "network_analytics_logs" | "page_shield_events" | "sinkhole_http_logs" | "spectrum_events" | "ssh_logs" | "warp_config_changes" | "warp_toggle_changes" | "workers_trace_events" | "zaraz_events" | "zero_trust_network_sessions" | null;
|
|
188
|
+
/** Uniquely identifies a resource (such as an s3 bucket) where data. will be pushed. Additional configuration parameters supported by the destination may be included. */
|
|
189
|
+
destinationConf?: string | null;
|
|
190
|
+
/** Flag that indicates if the job is enabled. */
|
|
191
|
+
enabled?: boolean | null;
|
|
192
|
+
/** If not null, the job is currently failing. Failures are usually. repetitive (example: no permissions to write to destination bucket). Only the last failure is recorded. On successful execution of a jo */
|
|
193
|
+
errorMessage?: string | null;
|
|
194
|
+
/** @deprecated This field is deprecated. Please use `max_upload_ ` parameters instead. . The frequency at which Cloudflare sends batches of logs to your destination. Setting frequency to high sends your */
|
|
195
|
+
frequency?: "high" | "low" | null;
|
|
196
|
+
/** The kind parameter (optional) is used to differentiate between Logpush and Edge Log Delivery jobs (when supported by the dataset). */
|
|
197
|
+
kind?: "" | "edge" | null;
|
|
198
|
+
/** Records the last time for which logs have been successfully pushed. If the last successful push was for logs range 2018-07-23T10:00:00Z to 2018-07-23T10:01:00Z then the value of this field will be 201 */
|
|
199
|
+
lastComplete?: string | null;
|
|
200
|
+
/** Records the last time the job failed. If not null, the job is currently. failing. If null, the job has either never failed or has run successfully at least once since last failure. See also the error_ */
|
|
201
|
+
lastError?: string | null;
|
|
202
|
+
/** @deprecated This field is deprecated. Use `output_options` instead. Configuration string. It specifies things like requested fields and timestamp formats. If migrating from the logpull api, copy the u */
|
|
203
|
+
logpullOptions?: string | null;
|
|
204
|
+
/** The maximum uncompressed file size of a batch of logs. This setting value must be between `5 MB` and `1 GB`, or `0` to disable it. Note that you cannot set a minimum file size; this means that log fil */
|
|
205
|
+
maxUploadBytes?: "0" | number | null;
|
|
206
|
+
/** The maximum interval in seconds for log batches. This setting must be between 30 and 300 seconds (5 minutes), or `0` to disable it. Note that you cannot specify a minimum interval for log batches; thi */
|
|
207
|
+
maxUploadIntervalSeconds?: "0" | number | null;
|
|
208
|
+
/** The maximum number of log lines per batch. This setting must be between 1000 and 1,000,000 lines, or `0` to disable it. Note that you cannot specify a minimum number of log lines per batch; this means */
|
|
209
|
+
maxUploadRecords?: "0" | number | null;
|
|
210
|
+
/** Optional human readable job name. Not unique. Cloudflare suggests. that you set this to a meaningful string, like the domain name, to make it easier to identify your job. */
|
|
211
|
+
name?: string | null;
|
|
212
|
+
/** The structured replacement for `logpull_options`. When including this field, the `logpull_option` field will be ignored. */
|
|
213
|
+
outputOptions?: {
|
|
214
|
+
batchPrefix?: string | null;
|
|
215
|
+
batchSuffix?: string | null;
|
|
216
|
+
"cve-2021-44228"?: boolean | null;
|
|
217
|
+
fieldDelimiter?: string | null;
|
|
218
|
+
fieldNames?: string[] | null;
|
|
219
|
+
outputType?: "ndjson" | "csv" | null;
|
|
220
|
+
recordDelimiter?: string | null;
|
|
221
|
+
recordPrefix?: string | null;
|
|
222
|
+
recordSuffix?: string | null;
|
|
223
|
+
recordTemplate?: string | null;
|
|
224
|
+
sampleRate?: number | null;
|
|
225
|
+
timestampFormat?: "unixnano" | "unix" | "rfc3339" | null;
|
|
226
|
+
} | null;
|
|
227
|
+
}
|
|
228
|
+
export declare const CreateJobResponse: Schema.Schema<CreateJobResponse>;
|
|
229
|
+
export type CreateJobError = DefaultErrors;
|
|
230
|
+
export declare const createJob: API.OperationMethod<CreateJobRequest, CreateJobResponse, CreateJobError, Credentials | HttpClient.HttpClient>;
|
|
231
|
+
export interface UpdateJobRequest {
|
|
232
|
+
jobId: number;
|
|
233
|
+
/** Path param: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID. */
|
|
234
|
+
accountId?: string;
|
|
235
|
+
/** Path param: The Zone ID to use for this endpoint. Mutually exclusive with the Account ID. */
|
|
236
|
+
zoneId?: string;
|
|
237
|
+
/** Body param: Uniquely identifies a resource (such as an s3 bucket) where data. will be pushed. Additional configuration parameters supported by the destination may be included. */
|
|
238
|
+
destinationConf?: string;
|
|
239
|
+
/** Body param: Flag that indicates if the job is enabled. */
|
|
240
|
+
enabled?: boolean;
|
|
241
|
+
/** Body param: The filters to select the events to include and/or remove from your logs. For more information, refer to [Filters](https://developers.cloudflare.com/logs/reference/filters/). */
|
|
242
|
+
filter?: string | null;
|
|
243
|
+
/** @deprecated Body param: This field is deprecated. Please use `max_upload_ ` parameters instead. . The frequency at which Cloudflare sends batches of logs to your destination. Setting frequency to high */
|
|
244
|
+
frequency?: "high" | "low" | null;
|
|
245
|
+
/** Body param: The kind parameter (optional) is used to differentiate between Logpush and Edge Log Delivery jobs (when supported by the dataset). */
|
|
246
|
+
kind?: "" | "edge";
|
|
247
|
+
/** @deprecated Body param: This field is deprecated. Use `output_options` instead. Configuration string. It specifies things like requested fields and timestamp formats. If migrating from the logpull api */
|
|
248
|
+
logpullOptions?: string | null;
|
|
249
|
+
/** Body param: The maximum uncompressed file size of a batch of logs. This setting value must be between `5 MB` and `1 GB`, or `0` to disable it. Note that you cannot set a minimum file size; this means */
|
|
250
|
+
maxUploadBytes?: "0" | number | null;
|
|
251
|
+
/** Body param: The maximum interval in seconds for log batches. This setting must be between 30 and 300 seconds (5 minutes), or `0` to disable it. Note that you cannot specify a minimum interval for log */
|
|
252
|
+
maxUploadIntervalSeconds?: "0" | number | null;
|
|
253
|
+
/** Body param: The maximum number of log lines per batch. This setting must be between 1000 and 1,000,000 lines, or `0` to disable it. Note that you cannot specify a minimum number of log lines per batch */
|
|
254
|
+
maxUploadRecords?: "0" | number | null;
|
|
255
|
+
/** Body param: Optional human readable job name. Not unique. Cloudflare suggests. that you set this to a meaningful string, like the domain name, to make it easier to identify your job. */
|
|
256
|
+
name?: string | null;
|
|
257
|
+
/** Body param: The structured replacement for `logpull_options`. When including this field, the `logpull_option` field will be ignored. */
|
|
258
|
+
outputOptions?: {
|
|
259
|
+
batchPrefix?: string | null;
|
|
260
|
+
batchSuffix?: string | null;
|
|
261
|
+
"cve-2021-44228"?: boolean | null;
|
|
262
|
+
fieldDelimiter?: string | null;
|
|
263
|
+
fieldNames?: string[];
|
|
264
|
+
outputType?: "ndjson" | "csv";
|
|
265
|
+
recordDelimiter?: string | null;
|
|
266
|
+
recordPrefix?: string | null;
|
|
267
|
+
recordSuffix?: string | null;
|
|
268
|
+
recordTemplate?: string | null;
|
|
269
|
+
sampleRate?: number | null;
|
|
270
|
+
timestampFormat?: "unixnano" | "unix" | "rfc3339";
|
|
271
|
+
} | null;
|
|
272
|
+
/** Body param: Ownership challenge token to prove destination ownership. */
|
|
273
|
+
ownershipChallenge?: string;
|
|
274
|
+
}
|
|
275
|
+
export declare const UpdateJobRequest: Schema.Schema<UpdateJobRequest>;
|
|
276
|
+
export interface UpdateJobResponse {
|
|
277
|
+
/** Unique id of the job. */
|
|
278
|
+
id?: number | null;
|
|
279
|
+
/** Name of the dataset. A list of supported datasets can be found on the [Developer Docs](https://developers.cloudflare.com/logs/reference/log-fields/). */
|
|
280
|
+
dataset?: "access_requests" | "audit_logs" | "audit_logs_v2" | "biso_user_actions" | "casb_findings" | "device_posture_results" | "dex_application_tests" | "dex_device_state_events" | "dlp_forensic_copies" | "dns_firewall_logs" | "dns_logs" | "email_security_alerts" | "firewall_events" | "gateway_dns" | "gateway_http" | "gateway_network" | "http_requests" | "ipsec_logs" | "magic_ids_detections" | "nel_reports" | "network_analytics_logs" | "page_shield_events" | "sinkhole_http_logs" | "spectrum_events" | "ssh_logs" | "warp_config_changes" | "warp_toggle_changes" | "workers_trace_events" | "zaraz_events" | "zero_trust_network_sessions" | null;
|
|
281
|
+
/** Uniquely identifies a resource (such as an s3 bucket) where data. will be pushed. Additional configuration parameters supported by the destination may be included. */
|
|
282
|
+
destinationConf?: string | null;
|
|
283
|
+
/** Flag that indicates if the job is enabled. */
|
|
284
|
+
enabled?: boolean | null;
|
|
285
|
+
/** If not null, the job is currently failing. Failures are usually. repetitive (example: no permissions to write to destination bucket). Only the last failure is recorded. On successful execution of a jo */
|
|
286
|
+
errorMessage?: string | null;
|
|
287
|
+
/** @deprecated This field is deprecated. Please use `max_upload_ ` parameters instead. . The frequency at which Cloudflare sends batches of logs to your destination. Setting frequency to high sends your */
|
|
288
|
+
frequency?: "high" | "low" | null;
|
|
289
|
+
/** The kind parameter (optional) is used to differentiate between Logpush and Edge Log Delivery jobs (when supported by the dataset). */
|
|
290
|
+
kind?: "" | "edge" | null;
|
|
291
|
+
/** Records the last time for which logs have been successfully pushed. If the last successful push was for logs range 2018-07-23T10:00:00Z to 2018-07-23T10:01:00Z then the value of this field will be 201 */
|
|
292
|
+
lastComplete?: string | null;
|
|
293
|
+
/** Records the last time the job failed. If not null, the job is currently. failing. If null, the job has either never failed or has run successfully at least once since last failure. See also the error_ */
|
|
294
|
+
lastError?: string | null;
|
|
295
|
+
/** @deprecated This field is deprecated. Use `output_options` instead. Configuration string. It specifies things like requested fields and timestamp formats. If migrating from the logpull api, copy the u */
|
|
296
|
+
logpullOptions?: string | null;
|
|
297
|
+
/** The maximum uncompressed file size of a batch of logs. This setting value must be between `5 MB` and `1 GB`, or `0` to disable it. Note that you cannot set a minimum file size; this means that log fil */
|
|
298
|
+
maxUploadBytes?: "0" | number | null;
|
|
299
|
+
/** The maximum interval in seconds for log batches. This setting must be between 30 and 300 seconds (5 minutes), or `0` to disable it. Note that you cannot specify a minimum interval for log batches; thi */
|
|
300
|
+
maxUploadIntervalSeconds?: "0" | number | null;
|
|
301
|
+
/** The maximum number of log lines per batch. This setting must be between 1000 and 1,000,000 lines, or `0` to disable it. Note that you cannot specify a minimum number of log lines per batch; this means */
|
|
302
|
+
maxUploadRecords?: "0" | number | null;
|
|
303
|
+
/** Optional human readable job name. Not unique. Cloudflare suggests. that you set this to a meaningful string, like the domain name, to make it easier to identify your job. */
|
|
304
|
+
name?: string | null;
|
|
305
|
+
/** The structured replacement for `logpull_options`. When including this field, the `logpull_option` field will be ignored. */
|
|
306
|
+
outputOptions?: {
|
|
307
|
+
batchPrefix?: string | null;
|
|
308
|
+
batchSuffix?: string | null;
|
|
309
|
+
"cve-2021-44228"?: boolean | null;
|
|
310
|
+
fieldDelimiter?: string | null;
|
|
311
|
+
fieldNames?: string[] | null;
|
|
312
|
+
outputType?: "ndjson" | "csv" | null;
|
|
313
|
+
recordDelimiter?: string | null;
|
|
314
|
+
recordPrefix?: string | null;
|
|
315
|
+
recordSuffix?: string | null;
|
|
316
|
+
recordTemplate?: string | null;
|
|
317
|
+
sampleRate?: number | null;
|
|
318
|
+
timestampFormat?: "unixnano" | "unix" | "rfc3339" | null;
|
|
319
|
+
} | null;
|
|
320
|
+
}
|
|
321
|
+
export declare const UpdateJobResponse: Schema.Schema<UpdateJobResponse>;
|
|
322
|
+
export type UpdateJobError = DefaultErrors;
|
|
323
|
+
export declare const updateJob: API.OperationMethod<UpdateJobRequest, UpdateJobResponse, UpdateJobError, Credentials | HttpClient.HttpClient>;
|
|
324
|
+
export interface DeleteJobRequest {
|
|
325
|
+
jobId: number;
|
|
326
|
+
}
|
|
327
|
+
export declare const DeleteJobRequest: Schema.Schema<DeleteJobRequest>;
|
|
328
|
+
export interface DeleteJobResponse {
|
|
329
|
+
/** Unique id of the job. */
|
|
330
|
+
id?: number | null;
|
|
331
|
+
}
|
|
332
|
+
export declare const DeleteJobResponse: Schema.Schema<DeleteJobResponse>;
|
|
333
|
+
export type DeleteJobError = DefaultErrors;
|
|
334
|
+
export declare const deleteJob: API.OperationMethod<DeleteJobRequest, DeleteJobResponse, DeleteJobError, Credentials | HttpClient.HttpClient>;
|
|
335
|
+
export interface CreateOwnershipRequest {
|
|
336
|
+
/** Path param: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID. */
|
|
337
|
+
accountId?: string;
|
|
338
|
+
/** Path param: The Zone ID to use for this endpoint. Mutually exclusive with the Account ID. */
|
|
339
|
+
zoneId?: string;
|
|
340
|
+
/** Body param: Uniquely identifies a resource (such as an s3 bucket) where data. will be pushed. Additional configuration parameters supported by the destination may be included. */
|
|
341
|
+
destinationConf: string;
|
|
342
|
+
}
|
|
343
|
+
export declare const CreateOwnershipRequest: Schema.Schema<CreateOwnershipRequest>;
|
|
344
|
+
export interface CreateOwnershipResponse {
|
|
345
|
+
filename?: string | null;
|
|
346
|
+
message?: string | null;
|
|
347
|
+
valid?: boolean | null;
|
|
348
|
+
}
|
|
349
|
+
export declare const CreateOwnershipResponse: Schema.Schema<CreateOwnershipResponse>;
|
|
350
|
+
export type CreateOwnershipError = DefaultErrors;
|
|
351
|
+
export declare const createOwnership: API.OperationMethod<CreateOwnershipRequest, CreateOwnershipResponse, CreateOwnershipError, Credentials | HttpClient.HttpClient>;
|
|
352
|
+
export interface ValidateOwnershipRequest {
|
|
353
|
+
/** Path param: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID. */
|
|
354
|
+
accountId?: string;
|
|
355
|
+
/** Path param: The Zone ID to use for this endpoint. Mutually exclusive with the Account ID. */
|
|
356
|
+
zoneId?: string;
|
|
357
|
+
/** Body param: Uniquely identifies a resource (such as an s3 bucket) where data. will be pushed. Additional configuration parameters supported by the destination may be included. */
|
|
358
|
+
destinationConf: string;
|
|
359
|
+
/** Body param: Ownership challenge token to prove destination ownership. */
|
|
360
|
+
ownershipChallenge: string;
|
|
361
|
+
}
|
|
362
|
+
export declare const ValidateOwnershipRequest: Schema.Schema<ValidateOwnershipRequest>;
|
|
363
|
+
export interface ValidateOwnershipResponse {
|
|
364
|
+
valid?: boolean | null;
|
|
365
|
+
}
|
|
366
|
+
export declare const ValidateOwnershipResponse: Schema.Schema<ValidateOwnershipResponse>;
|
|
367
|
+
export type ValidateOwnershipError = DefaultErrors;
|
|
368
|
+
export declare const validateOwnership: API.OperationMethod<ValidateOwnershipRequest, ValidateOwnershipResponse, ValidateOwnershipError, Credentials | HttpClient.HttpClient>;
|
|
369
|
+
export interface DestinationValidateRequest {
|
|
370
|
+
/** Path param: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID. */
|
|
371
|
+
accountId?: string;
|
|
372
|
+
/** Path param: The Zone ID to use for this endpoint. Mutually exclusive with the Account ID. */
|
|
373
|
+
zoneId?: string;
|
|
374
|
+
/** Body param: Uniquely identifies a resource (such as an s3 bucket) where data. will be pushed. Additional configuration parameters supported by the destination may be included. */
|
|
375
|
+
destinationConf: string;
|
|
376
|
+
}
|
|
377
|
+
export declare const DestinationValidateRequest: Schema.Schema<DestinationValidateRequest>;
|
|
378
|
+
export interface DestinationValidateResponse {
|
|
379
|
+
message?: string | null;
|
|
380
|
+
valid?: boolean | null;
|
|
381
|
+
}
|
|
382
|
+
export declare const DestinationValidateResponse: Schema.Schema<DestinationValidateResponse>;
|
|
383
|
+
export type DestinationValidateError = DefaultErrors;
|
|
384
|
+
export declare const destinationValidate: API.OperationMethod<DestinationValidateRequest, DestinationValidateResponse, DestinationValidateError, Credentials | HttpClient.HttpClient>;
|
|
385
|
+
export interface OriginValidateRequest {
|
|
386
|
+
/** Path param: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID. */
|
|
387
|
+
accountId?: string;
|
|
388
|
+
/** Path param: The Zone ID to use for this endpoint. Mutually exclusive with the Account ID. */
|
|
389
|
+
zoneId?: string;
|
|
390
|
+
/** @deprecated Body param: This field is deprecated. Use `output_options` instead. Configuration string. It specifies things like requested fields and timestamp formats. If migrating from the logpull api */
|
|
391
|
+
logpullOptions: string | null;
|
|
392
|
+
}
|
|
393
|
+
export declare const OriginValidateRequest: Schema.Schema<OriginValidateRequest>;
|
|
394
|
+
export interface OriginValidateResponse {
|
|
395
|
+
message?: string | null;
|
|
396
|
+
valid?: boolean | null;
|
|
397
|
+
}
|
|
398
|
+
export declare const OriginValidateResponse: Schema.Schema<OriginValidateResponse>;
|
|
399
|
+
export type OriginValidateError = DefaultErrors;
|
|
400
|
+
export declare const originValidate: API.OperationMethod<OriginValidateRequest, OriginValidateResponse, OriginValidateError, Credentials | HttpClient.HttpClient>;
|
|
401
|
+
//# sourceMappingURL=logpush.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logpush.d.ts","sourceRoot":"","sources":["../../src/services/logpush.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,KAAK,UAAU,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,GAAG,MAAM,kBAAkB,CAAC;AAExC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,WAAW,CAAC;AAM/C,MAAM,WAAW,sBAAsB;IACrC,SAAS,EACL,iBAAiB,GACjB,YAAY,GACZ,eAAe,GACf,mBAAmB,GACnB,eAAe,GACf,wBAAwB,GACxB,uBAAuB,GACvB,yBAAyB,GACzB,qBAAqB,GACrB,mBAAmB,GACnB,UAAU,GACV,uBAAuB,GACvB,iBAAiB,GACjB,aAAa,GACb,cAAc,GACd,iBAAiB,GACjB,eAAe,GACf,YAAY,GACZ,sBAAsB,GACtB,aAAa,GACb,wBAAwB,GACxB,oBAAoB,GACpB,oBAAoB,GACpB,iBAAiB,GACjB,UAAU,GACV,qBAAqB,GACrB,qBAAqB,GACrB,sBAAsB,GACtB,cAAc,GACd,6BAA6B,GAC7B,IAAI,CAAC;CACV;AAED,eAAO,MAAM,sBAAsB,uCAyCkB,CAAC;AAEtD,MAAM,MAAM,uBAAuB,GAAG,OAAO,CAAC;AAE9C,eAAO,MAAM,uBAAuB,wBAC6D,CAAC;AAElG,MAAM,MAAM,oBAAoB,GAAG,aAAa,CAAC;AAEjD,eAAO,MAAM,eAAe,EAAE,GAAG,CAAC,eAAe,CAC/C,sBAAsB,EACtB,uBAAuB,EACvB,oBAAoB,EACpB,WAAW,GAAG,UAAU,CAAC,UAAU,CAKlC,CAAC;AAMJ,MAAM,WAAW,oBAAoB;IACnC,SAAS,EACL,iBAAiB,GACjB,YAAY,GACZ,eAAe,GACf,mBAAmB,GACnB,eAAe,GACf,wBAAwB,GACxB,uBAAuB,GACvB,yBAAyB,GACzB,qBAAqB,GACrB,mBAAmB,GACnB,UAAU,GACV,uBAAuB,GACvB,iBAAiB,GACjB,aAAa,GACb,cAAc,GACd,iBAAiB,GACjB,eAAe,GACf,YAAY,GACZ,sBAAsB,GACtB,aAAa,GACb,wBAAwB,GACxB,oBAAoB,GACpB,oBAAoB,GACpB,iBAAiB,GACjB,UAAU,GACV,qBAAqB,GACrB,qBAAqB,GACrB,sBAAsB,GACtB,cAAc,GACd,6BAA6B,GAC7B,IAAI,CAAC;CACV;AAED,eAAO,MAAM,oBAAoB,qCAuCkB,CAAC;AAEpD,MAAM,MAAM,qBAAqB,GAAG,OAAO,CAAC;AAE5C,eAAO,MAAM,qBAAqB,wBAC6D,CAAC;AAEhG,MAAM,MAAM,kBAAkB,GAAG,aAAa,CAAC;AAE/C,eAAO,MAAM,aAAa,EAAE,GAAG,CAAC,eAAe,CAC7C,oBAAoB,EACpB,qBAAqB,EACrB,kBAAkB,EAClB,WAAW,GAAG,UAAU,CAAC,UAAU,CAKlC,CAAC;AAMJ,MAAM,WAAW,cAAc;IAC7B,kBAAkB;IAClB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,cAAc,+BAIkB,CAAC;AAE9C,MAAM,MAAM,eAAe,GAAG,OAAO,CAAC;AAEtC,eAAO,MAAM,eAAe,wBAC6D,CAAC;AAE1F,MAAM,MAAM,YAAY,GAAG,aAAa,CAAC;AAEzC,eAAO,MAAM,OAAO,EAAE,GAAG,CAAC,eAAe,CACvC,cAAc,EACd,eAAe,EACf,YAAY,EACZ,WAAW,GAAG,UAAU,CAAC,UAAU,CAKlC,CAAC;AAEJ,MAAM,WAAW,iBAAiB;IAChC,8BAA8B;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,kDAAkD;IAClD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,8DAA8D;IAC9D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,0JAA0J;IAC1J,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,iBAAiB,kCAOkB,CAAC;AAEjD,MAAM,WAAW,kBAAkB;IACjC,kFAAkF;IAClF,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,sCAAsC;IACtC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,kDAAkD;IAClD,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,8IAA8I;IAC9I,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,oCAAoC;IACpC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B;AAED,eAAO,MAAM,kBAAkB,mCAckB,CAAC;AAElD,MAAM,MAAM,eAAe,GAAG,aAAa,CAAC;AAE5C,eAAO,MAAM,UAAU,EAAE,GAAG,CAAC,eAAe,CAC1C,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,WAAW,GAAG,UAAU,CAAC,UAAU,CAKlC,CAAC;AAMJ,MAAM,WAAW,gCAAgC;IAC/C,gGAAgG;IAChG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gGAAgG;IAChG,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,sLAAsL;IACtL,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,eAAO,MAAM,gCAAgC,iDAWoB,CAAC;AAElE,MAAM,WAAW,iCAAiC;IAChD,MAAM,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CACzB;AAED,eAAO,MAAM,iCAAiC,kDAGqB,CAAC;AAEpE,MAAM,MAAM,8BAA8B,GAAG,aAAa,CAAC;AAE3D,eAAO,MAAM,yBAAyB,EAAE,GAAG,CAAC,eAAe,CACzD,gCAAgC,EAChC,iCAAiC,EACjC,8BAA8B,EAC9B,WAAW,GAAG,UAAU,CAAC,UAAU,CAKlC,CAAC;AAMJ,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,aAAa,8BAOkB,CAAC;AAE7C,MAAM,WAAW,cAAc;IAC7B,4BAA4B;IAC5B,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,4JAA4J;IAC5J,OAAO,CAAC,EACJ,iBAAiB,GACjB,YAAY,GACZ,eAAe,GACf,mBAAmB,GACnB,eAAe,GACf,wBAAwB,GACxB,uBAAuB,GACvB,yBAAyB,GACzB,qBAAqB,GACrB,mBAAmB,GACnB,UAAU,GACV,uBAAuB,GACvB,iBAAiB,GACjB,aAAa,GACb,cAAc,GACd,iBAAiB,GACjB,eAAe,GACf,YAAY,GACZ,sBAAsB,GACtB,aAAa,GACb,wBAAwB,GACxB,oBAAoB,GACpB,oBAAoB,GACpB,iBAAiB,GACjB,UAAU,GACV,qBAAqB,GACrB,qBAAqB,GACrB,sBAAsB,GACtB,cAAc,GACd,6BAA6B,GAC7B,IAAI,CAAC;IACT,0KAA0K;IAC1K,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,iDAAiD;IACjD,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACzB,+MAA+M;IAC/M,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,+MAA+M;IAC/M,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI,CAAC;IAClC,yIAAyI;IACzI,IAAI,CAAC,EAAE,EAAE,GAAG,MAAM,GAAG,IAAI,CAAC;IAC1B,+MAA+M;IAC/M,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,+MAA+M;IAC/M,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,+MAA+M;IAC/M,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,+MAA+M;IAC/M,cAAc,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,CAAC;IACrC,+MAA+M;IAC/M,wBAAwB,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,CAAC;IAC/C,+MAA+M;IAC/M,gBAAgB,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,CAAC;IACvC,iLAAiL;IACjL,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,+HAA+H;IAC/H,aAAa,CAAC,EAAE;QACd,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,gBAAgB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;QAClC,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC/B,UAAU,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;QAC7B,UAAU,CAAC,EAAE,QAAQ,GAAG,KAAK,GAAG,IAAI,CAAC;QACrC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAChC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC/B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC3B,eAAe,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;KAC1D,GAAG,IAAI,CAAC;CACV;AAED,eAAO,MAAM,cAAc,+BAwIkB,CAAC;AAE9C,MAAM,MAAM,WAAW,GAAG,aAAa,CAAC;AAExC,eAAO,MAAM,MAAM,EAAE,GAAG,CAAC,eAAe,CACtC,aAAa,EACb,cAAc,EACd,WAAW,EACX,WAAW,GAAG,UAAU,CAAC,UAAU,CAKlC,CAAC;AAEJ,MAAM,WAAW,eAAe;CAAG;AAEnC,eAAO,MAAM,eAAe,gCAOkB,CAAC;AAE/C,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC;AAEvC,eAAO,MAAM,gBAAgB,wBAC6D,CAAC;AAE3F,MAAM,MAAM,aAAa,GAAG,aAAa,CAAC;AAE1C,eAAO,MAAM,QAAQ,EAAE,GAAG,CAAC,eAAe,CACxC,eAAe,EACf,gBAAgB,EAChB,aAAa,EACb,WAAW,GAAG,UAAU,CAAC,UAAU,CAKlC,CAAC;AAEJ,MAAM,WAAW,gBAAgB;IAC/B,gGAAgG;IAChG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gGAAgG;IAChG,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,sLAAsL;IACtL,eAAe,EAAE,MAAM,CAAC;IACxB,wKAAwK;IACxK,OAAO,CAAC,EACJ,iBAAiB,GACjB,YAAY,GACZ,eAAe,GACf,mBAAmB,GACnB,eAAe,GACf,wBAAwB,GACxB,uBAAuB,GACvB,yBAAyB,GACzB,qBAAqB,GACrB,mBAAmB,GACnB,UAAU,GACV,uBAAuB,GACvB,iBAAiB,GACjB,aAAa,GACb,cAAc,GACd,iBAAiB,GACjB,eAAe,GACf,YAAY,GACZ,sBAAsB,GACtB,aAAa,GACb,wBAAwB,GACxB,oBAAoB,GACpB,oBAAoB,GACpB,iBAAiB,GACjB,UAAU,GACV,qBAAqB,GACrB,qBAAqB,GACrB,sBAAsB,GACtB,cAAc,GACd,6BAA6B,GAC7B,IAAI,CAAC;IACT,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,iMAAiM;IACjM,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,+MAA+M;IAC/M,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI,CAAC;IAClC,qJAAqJ;IACrJ,IAAI,CAAC,EAAE,EAAE,GAAG,MAAM,CAAC;IACnB,+MAA+M;IAC/M,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,+MAA+M;IAC/M,cAAc,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,CAAC;IACrC,+MAA+M;IAC/M,wBAAwB,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,CAAC;IAC/C,+MAA+M;IAC/M,gBAAgB,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,CAAC;IACvC,6LAA6L;IAC7L,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,2IAA2I;IAC3I,aAAa,CAAC,EAAE;QACd,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,gBAAgB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;QAClC,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC/B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;QACtB,UAAU,CAAC,EAAE,QAAQ,GAAG,KAAK,CAAC;QAC9B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAChC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC/B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC3B,eAAe,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,SAAS,CAAC;KACnD,GAAG,IAAI,CAAC;IACT,4EAA4E;IAC5E,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,eAAO,MAAM,gBAAgB,iCAiIkB,CAAC;AAEhD,MAAM,WAAW,iBAAiB;IAChC,4BAA4B;IAC5B,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,4JAA4J;IAC5J,OAAO,CAAC,EACJ,iBAAiB,GACjB,YAAY,GACZ,eAAe,GACf,mBAAmB,GACnB,eAAe,GACf,wBAAwB,GACxB,uBAAuB,GACvB,yBAAyB,GACzB,qBAAqB,GACrB,mBAAmB,GACnB,UAAU,GACV,uBAAuB,GACvB,iBAAiB,GACjB,aAAa,GACb,cAAc,GACd,iBAAiB,GACjB,eAAe,GACf,YAAY,GACZ,sBAAsB,GACtB,aAAa,GACb,wBAAwB,GACxB,oBAAoB,GACpB,oBAAoB,GACpB,iBAAiB,GACjB,UAAU,GACV,qBAAqB,GACrB,qBAAqB,GACrB,sBAAsB,GACtB,cAAc,GACd,6BAA6B,GAC7B,IAAI,CAAC;IACT,0KAA0K;IAC1K,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,iDAAiD;IACjD,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACzB,+MAA+M;IAC/M,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,+MAA+M;IAC/M,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI,CAAC;IAClC,yIAAyI;IACzI,IAAI,CAAC,EAAE,EAAE,GAAG,MAAM,GAAG,IAAI,CAAC;IAC1B,+MAA+M;IAC/M,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,+MAA+M;IAC/M,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,+MAA+M;IAC/M,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,+MAA+M;IAC/M,cAAc,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,CAAC;IACrC,+MAA+M;IAC/M,wBAAwB,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,CAAC;IAC/C,+MAA+M;IAC/M,gBAAgB,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,CAAC;IACvC,iLAAiL;IACjL,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,+HAA+H;IAC/H,aAAa,CAAC,EAAE;QACd,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,gBAAgB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;QAClC,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC/B,UAAU,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;QAC7B,UAAU,CAAC,EAAE,QAAQ,GAAG,KAAK,GAAG,IAAI,CAAC;QACrC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAChC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC/B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC3B,eAAe,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;KAC1D,GAAG,IAAI,CAAC;CACV;AAED,eAAO,MAAM,iBAAiB,kCAwIkB,CAAC;AAEjD,MAAM,MAAM,cAAc,GAAG,aAAa,CAAC;AAE3C,eAAO,MAAM,SAAS,EAAE,GAAG,CAAC,eAAe,CACzC,gBAAgB,EAChB,iBAAiB,EACjB,cAAc,EACd,WAAW,GAAG,UAAU,CAAC,UAAU,CAKlC,CAAC;AAEJ,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,gGAAgG;IAChG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gGAAgG;IAChG,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,sLAAsL;IACtL,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,iMAAiM;IACjM,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,+MAA+M;IAC/M,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI,CAAC;IAClC,qJAAqJ;IACrJ,IAAI,CAAC,EAAE,EAAE,GAAG,MAAM,CAAC;IACnB,+MAA+M;IAC/M,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,+MAA+M;IAC/M,cAAc,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,CAAC;IACrC,+MAA+M;IAC/M,wBAAwB,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,CAAC;IAC/C,+MAA+M;IAC/M,gBAAgB,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,CAAC;IACvC,6LAA6L;IAC7L,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,2IAA2I;IAC3I,aAAa,CAAC,EAAE;QACd,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,gBAAgB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;QAClC,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC/B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;QACtB,UAAU,CAAC,EAAE,QAAQ,GAAG,KAAK,CAAC;QAC9B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAChC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC/B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC3B,eAAe,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,SAAS,CAAC;KACnD,GAAG,IAAI,CAAC;IACT,4EAA4E;IAC5E,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,eAAO,MAAM,gBAAgB,iCA8FkB,CAAC;AAEhD,MAAM,WAAW,iBAAiB;IAChC,4BAA4B;IAC5B,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,4JAA4J;IAC5J,OAAO,CAAC,EACJ,iBAAiB,GACjB,YAAY,GACZ,eAAe,GACf,mBAAmB,GACnB,eAAe,GACf,wBAAwB,GACxB,uBAAuB,GACvB,yBAAyB,GACzB,qBAAqB,GACrB,mBAAmB,GACnB,UAAU,GACV,uBAAuB,GACvB,iBAAiB,GACjB,aAAa,GACb,cAAc,GACd,iBAAiB,GACjB,eAAe,GACf,YAAY,GACZ,sBAAsB,GACtB,aAAa,GACb,wBAAwB,GACxB,oBAAoB,GACpB,oBAAoB,GACpB,iBAAiB,GACjB,UAAU,GACV,qBAAqB,GACrB,qBAAqB,GACrB,sBAAsB,GACtB,cAAc,GACd,6BAA6B,GAC7B,IAAI,CAAC;IACT,0KAA0K;IAC1K,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,iDAAiD;IACjD,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACzB,+MAA+M;IAC/M,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,+MAA+M;IAC/M,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI,CAAC;IAClC,yIAAyI;IACzI,IAAI,CAAC,EAAE,EAAE,GAAG,MAAM,GAAG,IAAI,CAAC;IAC1B,+MAA+M;IAC/M,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,+MAA+M;IAC/M,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,+MAA+M;IAC/M,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,+MAA+M;IAC/M,cAAc,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,CAAC;IACrC,+MAA+M;IAC/M,wBAAwB,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,CAAC;IAC/C,+MAA+M;IAC/M,gBAAgB,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,CAAC;IACvC,iLAAiL;IACjL,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,+HAA+H;IAC/H,aAAa,CAAC,EAAE;QACd,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,gBAAgB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;QAClC,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC/B,UAAU,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;QAC7B,UAAU,CAAC,EAAE,QAAQ,GAAG,KAAK,GAAG,IAAI,CAAC;QACrC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAChC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC/B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC3B,eAAe,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;KAC1D,GAAG,IAAI,CAAC;CACV;AAED,eAAO,MAAM,iBAAiB,kCAwIkB,CAAC;AAEjD,MAAM,MAAM,cAAc,GAAG,aAAa,CAAC;AAE3C,eAAO,MAAM,SAAS,EAAE,GAAG,CAAC,eAAe,CACzC,gBAAgB,EAChB,iBAAiB,EACjB,cAAc,EACd,WAAW,GAAG,UAAU,CAAC,UAAU,CAKlC,CAAC;AAEJ,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,gBAAgB,iCAOkB,CAAC;AAEhD,MAAM,WAAW,iBAAiB;IAChC,4BAA4B;IAC5B,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACpB;AAED,eAAO,MAAM,iBAAiB,kCAEmB,CAAC;AAElD,MAAM,MAAM,cAAc,GAAG,aAAa,CAAC;AAE3C,eAAO,MAAM,SAAS,EAAE,GAAG,CAAC,eAAe,CACzC,gBAAgB,EAChB,iBAAiB,EACjB,cAAc,EACd,WAAW,GAAG,UAAU,CAAC,UAAU,CAKlC,CAAC;AAMJ,MAAM,WAAW,sBAAsB;IACrC,gGAAgG;IAChG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gGAAgG;IAChG,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,sLAAsL;IACtL,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,eAAO,MAAM,sBAAsB,uCAYkB,CAAC;AAEtD,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;AAED,eAAO,MAAM,uBAAuB,wCAKqB,CAAC;AAE1D,MAAM,MAAM,oBAAoB,GAAG,aAAa,CAAC;AAEjD,eAAO,MAAM,eAAe,EAAE,GAAG,CAAC,eAAe,CAC/C,sBAAsB,EACtB,uBAAuB,EACvB,oBAAoB,EACpB,WAAW,GAAG,UAAU,CAAC,UAAU,CAKlC,CAAC;AAEJ,MAAM,WAAW,wBAAwB;IACvC,gGAAgG;IAChG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gGAAgG;IAChG,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,sLAAsL;IACtL,eAAe,EAAE,MAAM,CAAC;IACxB,4EAA4E;IAC5E,kBAAkB,EAAE,MAAM,CAAC;CAC5B;AAED,eAAO,MAAM,wBAAwB,yCAeoB,CAAC;AAE1D,MAAM,WAAW,yBAAyB;IACxC,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;AAED,eAAO,MAAM,yBAAyB,0CAGqB,CAAC;AAE5D,MAAM,MAAM,sBAAsB,GAAG,aAAa,CAAC;AAEnD,eAAO,MAAM,iBAAiB,EAAE,GAAG,CAAC,eAAe,CACjD,wBAAwB,EACxB,yBAAyB,EACzB,sBAAsB,EACtB,WAAW,GAAG,UAAU,CAAC,UAAU,CAKlC,CAAC;AAMJ,MAAM,WAAW,0BAA0B;IACzC,gGAAgG;IAChG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gGAAgG;IAChG,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,sLAAsL;IACtL,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,eAAO,MAAM,0BAA0B,2CAWoB,CAAC;AAE5D,MAAM,WAAW,2BAA2B;IAC1C,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;AAED,eAAO,MAAM,2BAA2B,4CAIqB,CAAC;AAE9D,MAAM,MAAM,wBAAwB,GAAG,aAAa,CAAC;AAErD,eAAO,MAAM,mBAAmB,EAAE,GAAG,CAAC,eAAe,CACnD,0BAA0B,EAC1B,2BAA2B,EAC3B,wBAAwB,EACxB,WAAW,GAAG,UAAU,CAAC,UAAU,CAKlC,CAAC;AAEJ,MAAM,WAAW,qBAAqB;IACpC,gGAAgG;IAChG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gGAAgG;IAChG,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,+MAA+M;IAC/M,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/B;AAED,eAAO,MAAM,qBAAqB,sCAUkB,CAAC;AAErD,MAAM,WAAW,sBAAsB;IACrC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;AAED,eAAO,MAAM,sBAAsB,uCAKkB,CAAC;AAEtD,MAAM,MAAM,mBAAmB,GAAG,aAAa,CAAC;AAEhD,eAAO,MAAM,cAAc,EAAE,GAAG,CAAC,eAAe,CAC9C,qBAAqB,EACrB,sBAAsB,EACtB,mBAAmB,EACnB,WAAW,GAAG,UAAU,CAAC,UAAU,CAKlC,CAAC"}
|