devflare 1.0.0-next.5 → 1.0.0-next.50
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/LICENSE +21 -0
- package/LLM.md +17312 -2139
- package/README.md +394 -605
- package/bin/devflare.js +30 -14
- package/dist/_chunks/account-BI3WZMDy.js +462 -0
- package/dist/_chunks/account-resources-CsmVowJp.js +159 -0
- package/dist/_chunks/ai-CBEuLdoP.js +322 -0
- package/dist/_chunks/api-TzdliH-6.js +568 -0
- package/dist/_chunks/build-artifacts-DU5V0J0Z.js +483 -0
- package/dist/_chunks/build-e0KR38-4.js +24 -0
- package/dist/_chunks/cli-DuUz10Mn.js +1163 -0
- package/dist/_chunks/cloudflare-BaloqI3H.js +157 -0
- package/dist/_chunks/colors-DiK6wPJ5.js +13 -0
- package/dist/_chunks/command-utils-DA0Qx9_K.js +45 -0
- package/dist/_chunks/compiler-Zw16C9Pi.js +489 -0
- package/dist/_chunks/config-Brju62xy.js +78 -0
- package/dist/_chunks/config-path-DaL1ylZ_.js +42 -0
- package/dist/_chunks/context-CX50Y2Kb.js +2250 -0
- package/dist/_chunks/decorators-QmV57ixr.js +19 -0
- package/dist/_chunks/dependencies-C2oxFjU_.js +57 -0
- package/dist/_chunks/deploy-B-Kku1Vk.js +1032 -0
- package/dist/_chunks/dev-D4e_RRZn.js +3471 -0
- package/dist/_chunks/doctor-jm_K4dxL.js +219 -0
- package/dist/_chunks/durable-object-DMtH0XYX.js +234 -0
- package/dist/_chunks/env-S0_nMVz1.js +125 -0
- package/dist/_chunks/family-_9-mGSfO.js +143 -0
- package/dist/_chunks/generated-artifacts-dMJY4KAt.js +32 -0
- package/dist/_chunks/glob-CmQOvunB.js +56 -0
- package/dist/_chunks/init-DnkJOmpW.js +165 -0
- package/dist/_chunks/loader-Cr0_OWPy.js +1288 -0
- package/dist/_chunks/local-dev-vars-CTSa-wvF.js +81 -0
- package/dist/_chunks/local-hyperdrive-CJ90j46O.js +119 -0
- package/dist/_chunks/local-media-bindings-DsAW4AMF.js +335 -0
- package/dist/_chunks/local-secrets-DMPkmOn3.js +123 -0
- package/dist/_chunks/local-workflow-entrypoints-Cq_WJajd.js +90 -0
- package/dist/_chunks/login-FjTAAQbi.js +51 -0
- package/dist/_chunks/package-metadata-DjHBLB-z.js +39 -0
- package/dist/_chunks/preferences-BKp_7XJx.js +241 -0
- package/dist/_chunks/preview-C3Cdr8an.js +462 -0
- package/dist/_chunks/preview-registry-ClAbLTHH.js +1186 -0
- package/dist/_chunks/preview-resources-CGMBjsYB.js +359 -0
- package/dist/_chunks/previews-C7hs9-BT.js +1134 -0
- package/dist/_chunks/productions-T9Als4fE.js +411 -0
- package/dist/_chunks/ref-CYJNAAe_.js +178 -0
- package/dist/_chunks/remote-CZnP-HLJ.js +79 -0
- package/dist/_chunks/remote-config-D39BY9ji.js +132 -0
- package/dist/_chunks/resolve-package-qizBfCIm.js +152 -0
- package/dist/_chunks/rolldown-runtime-CvQ6eiug.js +14 -0
- package/dist/_chunks/routes-BFYCqHb-.js +833 -0
- package/dist/_chunks/runtime-DL-Nz3k8.js +550 -0
- package/dist/_chunks/schema-normalization-BCwTLTGp.js +660 -0
- package/dist/_chunks/secrets-DIpJGe6C.js +95 -0
- package/dist/_chunks/tail-IY-ijYmv.js +239 -0
- package/dist/_chunks/token-Dmi0KXyX.js +333 -0
- package/dist/_chunks/tokens-iVcgNXi-.js +221 -0
- package/dist/_chunks/types-DoKsMYfm.js +484 -0
- package/dist/_chunks/ui-BUoZApvE.js +103 -0
- package/dist/_chunks/usage-BBTGzjon.js +272 -0
- package/dist/_chunks/vite-CGtVNf5E.js +1267 -0
- package/dist/_chunks/vite-utils-OVLMV605.js +183 -0
- package/dist/_chunks/worker-BEZI4od1.js +410 -0
- package/dist/_chunks/worker-bundler-dTTnYU3n.js +458 -0
- package/dist/_chunks/worker-entrypoint-CQW77lG8.js +247 -0
- package/dist/_chunks/workerName-CFJsLZA-.js +23 -0
- package/dist/bridge/client.d.ts +49 -7
- package/dist/bridge/client.d.ts.map +1 -1
- package/dist/bridge/gateway-runtime.d.ts +8 -0
- package/dist/bridge/gateway-runtime.d.ts.map +1 -0
- package/dist/bridge/index.d.ts +6 -6
- package/dist/bridge/index.d.ts.map +1 -1
- package/dist/bridge/log.d.ts +5 -0
- package/dist/bridge/log.d.ts.map +1 -0
- package/dist/bridge/miniflare.d.ts +82 -2
- package/dist/bridge/miniflare.d.ts.map +1 -1
- package/dist/bridge/proxy.d.ts +12 -11
- package/dist/bridge/proxy.d.ts.map +1 -1
- package/dist/bridge/server.d.ts +2 -1
- package/dist/bridge/server.d.ts.map +1 -1
- package/dist/bridge/v2/body-streams.d.ts +53 -0
- package/dist/bridge/v2/body-streams.d.ts.map +1 -0
- package/dist/bridge/v2/codec.d.ts +106 -0
- package/dist/bridge/v2/codec.d.ts.map +1 -0
- package/dist/bridge/v2/control-messages.d.ts +46 -0
- package/dist/bridge/v2/control-messages.d.ts.map +1 -0
- package/dist/bridge/v2/frames.d.ts +109 -0
- package/dist/bridge/v2/frames.d.ts.map +1 -0
- package/dist/bridge/v2/index.d.ts +11 -0
- package/dist/bridge/v2/index.d.ts.map +1 -0
- package/dist/bridge/v2/serialization.d.ts +48 -0
- package/dist/bridge/v2/serialization.d.ts.map +1 -0
- package/dist/bridge/v2/transport.d.ts +31 -0
- package/dist/bridge/v2/transport.d.ts.map +1 -0
- package/dist/bridge/v2/value-codec.d.ts +61 -0
- package/dist/bridge/v2/value-codec.d.ts.map +1 -0
- package/dist/bridge/{serialization.d.ts → v2/value-serialization.d.ts} +40 -18
- package/dist/bridge/v2/value-serialization.d.ts.map +1 -0
- package/dist/bridge/{protocol.d.ts → v2/wire.d.ts} +32 -8
- package/dist/bridge/v2/wire.d.ts.map +1 -0
- package/dist/bridge/v2/ws-relay.d.ts +53 -0
- package/dist/bridge/v2/ws-relay.d.ts.map +1 -0
- package/dist/browser-shim/handler.d.ts +2 -2
- package/dist/browser-shim/handler.d.ts.map +1 -1
- package/dist/browser-shim/index.d.ts +2 -2
- package/dist/browser-shim/server.d.ts +63 -0
- package/dist/browser-shim/server.d.ts.map +1 -1
- package/dist/browser.d.ts +5411 -0
- package/dist/browser.d.ts.map +1 -0
- package/dist/browser.js +80 -0
- package/dist/bundler/defaults.d.ts +23 -0
- package/dist/bundler/defaults.d.ts.map +1 -0
- package/dist/bundler/do-bundler.d.ts +7 -0
- package/dist/bundler/do-bundler.d.ts.map +1 -1
- package/dist/bundler/index.d.ts +3 -1
- package/dist/bundler/index.d.ts.map +1 -1
- package/dist/bundler/rolldown-shared.d.ts +53 -0
- package/dist/bundler/rolldown-shared.d.ts.map +1 -0
- package/dist/bundler/worker-bundler.d.ts +13 -0
- package/dist/bundler/worker-bundler.d.ts.map +1 -0
- package/dist/bundler/worker-compat.d.ts +4 -0
- package/dist/bundler/worker-compat.d.ts.map +1 -0
- package/dist/cli/build-manifest.d.ts +66 -0
- package/dist/cli/build-manifest.d.ts.map +1 -0
- package/dist/cli/command-utils.d.ts +18 -0
- package/dist/cli/command-utils.d.ts.map +1 -0
- package/dist/cli/commands/account.d.ts +2 -2
- package/dist/cli/commands/account.d.ts.map +1 -1
- package/dist/cli/commands/ai.d.ts +1 -1
- package/dist/cli/commands/ai.d.ts.map +1 -1
- package/dist/cli/commands/build-artifacts.d.ts +40 -0
- package/dist/cli/commands/build-artifacts.d.ts.map +1 -0
- package/dist/cli/commands/build.d.ts +2 -2
- package/dist/cli/commands/build.d.ts.map +1 -1
- package/dist/cli/commands/config.d.ts +4 -0
- package/dist/cli/commands/config.d.ts.map +1 -0
- package/dist/cli/commands/deploy/metadata.d.ts +18 -0
- package/dist/cli/commands/deploy/metadata.d.ts.map +1 -0
- package/dist/cli/commands/deploy/prepare.d.ts +23 -0
- package/dist/cli/commands/deploy/prepare.d.ts.map +1 -0
- package/dist/cli/commands/deploy/runtime.d.ts +4 -0
- package/dist/cli/commands/deploy/runtime.d.ts.map +1 -0
- package/dist/cli/commands/deploy/verification.d.ts +36 -0
- package/dist/cli/commands/deploy/verification.d.ts.map +1 -0
- package/dist/cli/commands/deploy.d.ts +2 -2
- package/dist/cli/commands/deploy.d.ts.map +1 -1
- package/dist/cli/commands/dev.d.ts +9 -1
- package/dist/cli/commands/dev.d.ts.map +1 -1
- package/dist/cli/commands/doctor.d.ts +2 -2
- package/dist/cli/commands/doctor.d.ts.map +1 -1
- package/dist/cli/commands/init.d.ts +2 -2
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/login.d.ts +4 -0
- package/dist/cli/commands/login.d.ts.map +1 -0
- package/dist/cli/commands/previews-support/cleanup.d.ts +9 -0
- package/dist/cli/commands/previews-support/cleanup.d.ts.map +1 -0
- package/dist/cli/commands/previews-support/family.d.ts +10 -0
- package/dist/cli/commands/previews-support/family.d.ts.map +1 -0
- package/dist/cli/commands/previews-support/render.d.ts +8 -0
- package/dist/cli/commands/previews-support/render.d.ts.map +1 -0
- package/dist/cli/commands/previews-support/theme.d.ts +10 -0
- package/dist/cli/commands/previews-support/theme.d.ts.map +1 -0
- package/dist/cli/commands/previews-support/types.d.ts +70 -0
- package/dist/cli/commands/previews-support/types.d.ts.map +1 -0
- package/dist/cli/commands/previews.d.ts +4 -0
- package/dist/cli/commands/previews.d.ts.map +1 -0
- package/dist/cli/commands/productions.d.ts +4 -0
- package/dist/cli/commands/productions.d.ts.map +1 -0
- package/dist/cli/commands/remote.d.ts +1 -1
- package/dist/cli/commands/remote.d.ts.map +1 -1
- package/dist/cli/commands/secrets.d.ts +4 -0
- package/dist/cli/commands/secrets.d.ts.map +1 -0
- package/dist/cli/commands/tail.d.ts +44 -0
- package/dist/cli/commands/tail.d.ts.map +1 -0
- package/dist/cli/commands/token.d.ts +4 -0
- package/dist/cli/commands/token.d.ts.map +1 -0
- package/dist/cli/commands/type-generation/discovery.d.ts +7 -0
- package/dist/cli/commands/type-generation/discovery.d.ts.map +1 -0
- package/dist/cli/commands/type-generation/generator.d.ts +121 -0
- package/dist/cli/commands/type-generation/generator.d.ts.map +1 -0
- package/dist/cli/commands/type-generation/models.d.ts +27 -0
- package/dist/cli/commands/type-generation/models.d.ts.map +1 -0
- package/dist/cli/commands/types.d.ts +2 -2
- package/dist/cli/commands/types.d.ts.map +1 -1
- package/dist/cli/commands/worker.d.ts +4 -0
- package/dist/cli/commands/worker.d.ts.map +1 -0
- package/dist/cli/config-path.d.ts +6 -0
- package/dist/cli/config-path.d.ts.map +1 -0
- package/dist/cli/dependencies.d.ts +2 -1
- package/dist/cli/dependencies.d.ts.map +1 -1
- package/dist/cli/deploy-strategy.d.ts +17 -0
- package/dist/cli/deploy-strategy.d.ts.map +1 -0
- package/dist/cli/deploy-target.d.ts +17 -0
- package/dist/cli/deploy-target.d.ts.map +1 -0
- package/dist/cli/generated-artifacts.d.ts +12 -0
- package/dist/cli/generated-artifacts.d.ts.map +1 -0
- package/dist/cli/gradual-deploy.d.ts +49 -0
- package/dist/cli/gradual-deploy.d.ts.map +1 -0
- package/dist/cli/help-pages/pages/account.d.ts +3 -0
- package/dist/cli/help-pages/pages/account.d.ts.map +1 -0
- package/dist/cli/help-pages/pages/core.d.ts +4 -0
- package/dist/cli/help-pages/pages/core.d.ts.map +1 -0
- package/dist/cli/help-pages/pages/index.d.ts +3 -0
- package/dist/cli/help-pages/pages/index.d.ts.map +1 -0
- package/dist/cli/help-pages/pages/misc.d.ts +3 -0
- package/dist/cli/help-pages/pages/misc.d.ts.map +1 -0
- package/dist/cli/help-pages/pages/previews.d.ts +3 -0
- package/dist/cli/help-pages/pages/previews.d.ts.map +1 -0
- package/dist/cli/help-pages/pages/productions.d.ts +3 -0
- package/dist/cli/help-pages/pages/productions.d.ts.map +1 -0
- package/dist/cli/help-pages/render.d.ts +12 -0
- package/dist/cli/help-pages/render.d.ts.map +1 -0
- package/dist/cli/help-pages/shared.d.ts +15 -0
- package/dist/cli/help-pages/shared.d.ts.map +1 -0
- package/dist/cli/help-pages/types.d.ts +23 -0
- package/dist/cli/help-pages/types.d.ts.map +1 -0
- package/dist/cli/help.d.ts +6 -0
- package/dist/cli/help.d.ts.map +1 -0
- package/dist/cli/index.d.ts +1 -0
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +2 -0
- package/dist/cli/package-metadata.d.ts +16 -0
- package/dist/cli/package-metadata.d.ts.map +1 -0
- package/dist/cli/preview-bindings.d.ts +49 -0
- package/dist/cli/preview-bindings.d.ts.map +1 -0
- package/dist/cli/preview.d.ts +10 -0
- package/dist/cli/preview.d.ts.map +1 -0
- package/dist/cli/ui.d.ts +37 -0
- package/dist/cli/ui.d.ts.map +1 -0
- package/dist/cli/workspace-build-guard.d.ts +14 -0
- package/dist/cli/workspace-build-guard.d.ts.map +1 -0
- package/dist/cli/wrangler-auth.d.ts +1 -1
- package/dist/cloudflare/account-core.d.ts +6 -0
- package/dist/cloudflare/account-core.d.ts.map +1 -0
- package/dist/cloudflare/account-resources.d.ts +40 -0
- package/dist/cloudflare/account-resources.d.ts.map +1 -0
- package/dist/cloudflare/account-status.d.ts +11 -0
- package/dist/cloudflare/account-status.d.ts.map +1 -0
- package/dist/cloudflare/account-workers.d.ts +14 -0
- package/dist/cloudflare/account-workers.d.ts.map +1 -0
- package/dist/cloudflare/account.d.ts +7 -64
- package/dist/cloudflare/account.d.ts.map +1 -1
- package/dist/cloudflare/api.d.ts +71 -3
- package/dist/cloudflare/api.d.ts.map +1 -1
- package/dist/cloudflare/auth.d.ts +1 -1
- package/dist/cloudflare/auth.d.ts.map +1 -1
- package/dist/cloudflare/index.d.ts +61 -6
- package/dist/cloudflare/index.d.ts.map +1 -1
- package/dist/cloudflare/index.js +4 -13
- package/dist/cloudflare/known-permission-group-ids.generated.d.ts +10 -0
- package/dist/cloudflare/known-permission-group-ids.generated.d.ts.map +1 -0
- package/dist/cloudflare/kv-namespace.d.ts +4 -0
- package/dist/cloudflare/kv-namespace.d.ts.map +1 -0
- package/dist/cloudflare/preferences.d.ts +7 -0
- package/dist/cloudflare/preferences.d.ts.map +1 -1
- package/dist/cloudflare/preview-registry-cache.d.ts +6 -0
- package/dist/cloudflare/preview-registry-cache.d.ts.map +1 -0
- package/dist/cloudflare/preview-registry-inference.d.ts +14 -0
- package/dist/cloudflare/preview-registry-inference.d.ts.map +1 -0
- package/dist/cloudflare/preview-registry-records.d.ts +4 -0
- package/dist/cloudflare/preview-registry-records.d.ts.map +1 -0
- package/dist/cloudflare/preview-registry-shape.d.ts +47 -0
- package/dist/cloudflare/preview-registry-shape.d.ts.map +1 -0
- package/dist/cloudflare/preview-registry-store.d.ts +14 -0
- package/dist/cloudflare/preview-registry-store.d.ts.map +1 -0
- package/dist/cloudflare/preview-registry-transport.d.ts +4 -0
- package/dist/cloudflare/preview-registry-transport.d.ts.map +1 -0
- package/dist/cloudflare/preview-registry-types.d.ts +103 -0
- package/dist/cloudflare/preview-registry-types.d.ts.map +1 -0
- package/dist/cloudflare/preview-registry.d.ts +42 -0
- package/dist/cloudflare/preview-registry.d.ts.map +1 -0
- package/dist/cloudflare/preview-urls.d.ts +3 -0
- package/dist/cloudflare/preview-urls.d.ts.map +1 -0
- package/dist/cloudflare/registry-schema.d.ts +253 -0
- package/dist/cloudflare/registry-schema.d.ts.map +1 -0
- package/dist/cloudflare/remote-config.d.ts.map +1 -1
- package/dist/cloudflare/tokens.d.ts +44 -0
- package/dist/cloudflare/tokens.d.ts.map +1 -0
- package/dist/cloudflare/types.d.ts +124 -7
- package/dist/cloudflare/types.d.ts.map +1 -1
- package/dist/cloudflare/usage.d.ts +31 -3
- package/dist/cloudflare/usage.d.ts.map +1 -1
- package/dist/config/binding-resolution-helpers.d.ts +41 -0
- package/dist/config/binding-resolution-helpers.d.ts.map +1 -0
- package/dist/config/compatibility.d.ts +3 -0
- package/dist/config/compatibility.d.ts.map +1 -0
- package/dist/config/compiler/bindings.d.ts +14 -0
- package/dist/config/compiler/bindings.d.ts.map +1 -0
- package/dist/config/compiler/core-helpers.d.ts +6 -0
- package/dist/config/compiler/core-helpers.d.ts.map +1 -0
- package/dist/config/compiler/do-workers.d.ts +34 -0
- package/dist/config/compiler/do-workers.d.ts.map +1 -0
- package/dist/config/compiler/paths.d.ts +18 -0
- package/dist/config/compiler/paths.d.ts.map +1 -0
- package/dist/config/compiler/types.d.ts +298 -0
- package/dist/config/compiler/types.d.ts.map +1 -0
- package/dist/config/compiler.d.ts +22 -134
- package/dist/config/compiler.d.ts.map +1 -1
- package/dist/config/cron.d.ts +19 -0
- package/dist/config/cron.d.ts.map +1 -0
- package/dist/config/define.d.ts +8 -5
- package/dist/config/define.d.ts.map +1 -1
- package/dist/config/deploy-resources.d.ts +58 -0
- package/dist/config/deploy-resources.d.ts.map +1 -0
- package/dist/config/env-vars.d.ts +309 -0
- package/dist/config/env-vars.d.ts.map +1 -0
- package/dist/config/framework-providers.d.ts +9 -0
- package/dist/config/framework-providers.d.ts.map +1 -0
- package/dist/config/index.d.ts +12 -5
- package/dist/config/index.d.ts.map +1 -1
- package/dist/config/loader.d.ts +2 -1
- package/dist/config/loader.d.ts.map +1 -1
- package/dist/config/local-dev-vars.d.ts +15 -0
- package/dist/config/local-dev-vars.d.ts.map +1 -0
- package/dist/config/preview-resources.d.ts +83 -0
- package/dist/config/preview-resources.d.ts.map +1 -0
- package/dist/config/preview.d.ts +29 -0
- package/dist/config/preview.d.ts.map +1 -0
- package/dist/config/ref.d.ts +16 -25
- package/dist/config/ref.d.ts.map +1 -1
- package/dist/config/resolve-phased.d.ts +72 -0
- package/dist/config/resolve-phased.d.ts.map +1 -0
- package/dist/config/resolve.d.ts +11 -0
- package/dist/config/resolve.d.ts.map +1 -0
- package/dist/config/resource-resolution.d.ts +80 -0
- package/dist/config/resource-resolution.d.ts.map +1 -0
- package/dist/config/schema-bindings.d.ts +2025 -0
- package/dist/config/schema-bindings.d.ts.map +1 -0
- package/dist/config/schema-build.d.ts +67 -0
- package/dist/config/schema-build.d.ts.map +1 -0
- package/dist/config/schema-env.d.ts +3579 -0
- package/dist/config/schema-env.d.ts.map +1 -0
- package/dist/config/schema-normalization.d.ts +265 -0
- package/dist/config/schema-normalization.d.ts.map +1 -0
- package/dist/config/schema-runtime.d.ts +508 -0
- package/dist/config/schema-runtime.d.ts.map +1 -0
- package/dist/config/schema-types-bindings-platform.d.ts +508 -0
- package/dist/config/schema-types-bindings-platform.d.ts.map +1 -0
- package/dist/config/schema-types-bindings-resources.d.ts +767 -0
- package/dist/config/schema-types-bindings-resources.d.ts.map +1 -0
- package/dist/config/schema-types-bindings.d.ts +293 -0
- package/dist/config/schema-types-bindings.d.ts.map +1 -0
- package/dist/config/schema-types-build.d.ts +86 -0
- package/dist/config/schema-types-build.d.ts.map +1 -0
- package/dist/config/schema-types-runtime.d.ts +917 -0
- package/dist/config/schema-types-runtime.d.ts.map +1 -0
- package/dist/config/schema-types.d.ts +424 -0
- package/dist/config/schema-types.d.ts.map +1 -0
- package/dist/config/schema.d.ts +5324 -2011
- package/dist/config/schema.d.ts.map +1 -1
- package/dist/config/service-bindings-validation.d.ts +36 -0
- package/dist/config/service-bindings-validation.d.ts.map +1 -0
- package/dist/config-entry.d.ts +7 -0
- package/dist/config-entry.d.ts.map +1 -0
- package/dist/config-entry.js +3 -0
- package/dist/decorators/durable-object.d.ts.map +1 -1
- package/dist/decorators/index.d.ts +2 -2
- package/dist/decorators/index.js +2 -9
- package/dist/dev-server/d1-migrations.d.ts +36 -0
- package/dist/dev-server/d1-migrations.d.ts.map +1 -0
- package/dist/dev-server/dev-server-state.d.ts +59 -0
- package/dist/dev-server/dev-server-state.d.ts.map +1 -0
- package/dist/dev-server/gateway-script.d.ts +21 -0
- package/dist/dev-server/gateway-script.d.ts.map +1 -0
- package/dist/dev-server/index.d.ts +1 -1
- package/dist/dev-server/miniflare-bindings.d.ts +81 -0
- package/dist/dev-server/miniflare-bindings.d.ts.map +1 -0
- package/dist/dev-server/miniflare-dev-config.d.ts +36 -0
- package/dist/dev-server/miniflare-dev-config.d.ts.map +1 -0
- package/dist/dev-server/miniflare-log.d.ts +20 -0
- package/dist/dev-server/miniflare-log.d.ts.map +1 -0
- package/dist/dev-server/miniflare-worker-config.d.ts +82 -0
- package/dist/dev-server/miniflare-worker-config.d.ts.map +1 -0
- package/dist/dev-server/reload-queue.d.ts +13 -0
- package/dist/dev-server/reload-queue.d.ts.map +1 -0
- package/dist/dev-server/runtime-stdio.d.ts +8 -0
- package/dist/dev-server/runtime-stdio.d.ts.map +1 -0
- package/dist/dev-server/server-startup-helpers.d.ts +84 -0
- package/dist/dev-server/server-startup-helpers.d.ts.map +1 -0
- package/dist/dev-server/server.d.ts +2 -0
- package/dist/dev-server/server.d.ts.map +1 -1
- package/dist/dev-server/vite-process.d.ts +15 -0
- package/dist/dev-server/vite-process.d.ts.map +1 -0
- package/dist/dev-server/vite-utils.d.ts +19 -1
- package/dist/dev-server/vite-utils.d.ts.map +1 -1
- package/dist/dev-server/worker-source-watcher.d.ts +17 -0
- package/dist/dev-server/worker-source-watcher.d.ts.map +1 -0
- package/dist/dev-server/worker-surface-paths.d.ts +6 -0
- package/dist/dev-server/worker-surface-paths.d.ts.map +1 -0
- package/dist/env.d.ts +10 -0
- package/dist/env.d.ts.map +1 -1
- package/dist/index.d.ts +8 -12
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -298
- package/dist/runtime/context-events.d.ts +13 -0
- package/dist/runtime/context-events.d.ts.map +1 -0
- package/dist/runtime/context-types.d.ts +82 -0
- package/dist/runtime/context-types.d.ts.map +1 -0
- package/dist/runtime/context.d.ts +20 -44
- package/dist/runtime/context.d.ts.map +1 -1
- package/dist/runtime/exports.d.ts +70 -55
- package/dist/runtime/exports.d.ts.map +1 -1
- package/dist/runtime/index.d.ts +10 -3
- package/dist/runtime/index.d.ts.map +1 -1
- package/dist/runtime/index.js +5 -111
- package/dist/runtime/middleware.d.ts +119 -67
- package/dist/runtime/middleware.d.ts.map +1 -1
- package/dist/runtime/router/index.d.ts +7 -0
- package/dist/runtime/router/index.d.ts.map +1 -0
- package/dist/runtime/router/types.d.ts +24 -0
- package/dist/runtime/router/types.d.ts.map +1 -0
- package/dist/runtime/validation.d.ts +18 -4
- package/dist/runtime/validation.d.ts.map +1 -1
- package/dist/secrets/local-secrets.d.ts +46 -0
- package/dist/secrets/local-secrets.d.ts.map +1 -0
- package/dist/shims/local-hyperdrive.d.ts +12 -0
- package/dist/shims/local-hyperdrive.d.ts.map +1 -0
- package/dist/shims/local-media-bindings.d.ts +19 -0
- package/dist/shims/local-media-bindings.d.ts.map +1 -0
- package/dist/shims/local-worker-loader.d.ts +3 -0
- package/dist/shims/local-worker-loader.d.ts.map +1 -0
- package/dist/sveltekit/index.d.ts +1 -1
- package/dist/sveltekit/index.d.ts.map +1 -1
- package/dist/sveltekit/index.js +313 -167
- package/dist/sveltekit/local-bindings.d.ts +4 -0
- package/dist/sveltekit/local-bindings.d.ts.map +1 -0
- package/dist/sveltekit/platform.d.ts +20 -2
- package/dist/sveltekit/platform.d.ts.map +1 -1
- package/dist/test/ai-search.d.ts +39 -0
- package/dist/test/ai-search.d.ts.map +1 -0
- package/dist/test/alarm.d.ts +55 -0
- package/dist/test/alarm.d.ts.map +1 -0
- package/dist/test/binding-hints.d.ts +10 -0
- package/dist/test/binding-hints.d.ts.map +1 -0
- package/dist/test/cf.d.ts +71 -35
- package/dist/test/cf.d.ts.map +1 -1
- package/dist/test/containers.d.ts +87 -0
- package/dist/test/containers.d.ts.map +1 -0
- package/dist/test/email.d.ts +16 -7
- package/dist/test/email.d.ts.map +1 -1
- package/dist/test/index.d.ts +20 -21
- package/dist/test/index.d.ts.map +1 -1
- package/dist/test/index.js +4971 -70
- package/dist/test/offline-bindings.d.ts +115 -0
- package/dist/test/offline-bindings.d.ts.map +1 -0
- package/dist/test/queue.d.ts.map +1 -1
- package/dist/test/remote-ai.d.ts.map +1 -1
- package/dist/test/remote-cloudflare.d.ts +13 -0
- package/dist/test/remote-cloudflare.d.ts.map +1 -0
- package/dist/test/remote-vectorize.d.ts.map +1 -1
- package/dist/test/resolve-service-bindings.d.ts +64 -4
- package/dist/test/resolve-service-bindings.d.ts.map +1 -1
- package/dist/test/scheduled.d.ts.map +1 -1
- package/dist/test/should-skip.d.ts +14 -18
- package/dist/test/should-skip.d.ts.map +1 -1
- package/dist/test/simple-context-bindings.d.ts +13 -0
- package/dist/test/simple-context-bindings.d.ts.map +1 -0
- package/dist/test/simple-context-durable-objects.d.ts +6 -0
- package/dist/test/simple-context-durable-objects.d.ts.map +1 -0
- package/dist/test/simple-context-env.d.ts +35 -0
- package/dist/test/simple-context-env.d.ts.map +1 -0
- package/dist/test/simple-context-gateway-script.d.ts +2 -0
- package/dist/test/simple-context-gateway-script.d.ts.map +1 -0
- package/dist/test/simple-context-handlers.d.ts +12 -0
- package/dist/test/simple-context-handlers.d.ts.map +1 -0
- package/dist/test/simple-context-lifecycle.d.ts +32 -0
- package/dist/test/simple-context-lifecycle.d.ts.map +1 -0
- package/dist/test/simple-context-mfconfig.d.ts +10 -0
- package/dist/test/simple-context-mfconfig.d.ts.map +1 -0
- package/dist/test/simple-context-multi-worker.d.ts +16 -0
- package/dist/test/simple-context-multi-worker.d.ts.map +1 -0
- package/dist/test/simple-context-paths.d.ts +40 -0
- package/dist/test/simple-context-paths.d.ts.map +1 -0
- package/dist/test/simple-context-runtime.d.ts +19 -0
- package/dist/test/simple-context-runtime.d.ts.map +1 -0
- package/dist/test/simple-context-startup.d.ts +11 -0
- package/dist/test/simple-context-startup.d.ts.map +1 -0
- package/dist/test/simple-context-transport.d.ts +14 -0
- package/dist/test/simple-context-transport.d.ts.map +1 -0
- package/dist/test/simple-context.d.ts +8 -27
- package/dist/test/simple-context.d.ts.map +1 -1
- package/dist/test/tail.d.ts +3 -2
- package/dist/test/tail.d.ts.map +1 -1
- package/dist/test/utilities/analytics-engine.d.ts +22 -0
- package/dist/test/utilities/analytics-engine.d.ts.map +1 -0
- package/dist/test/utilities/artifacts.d.ts +11 -0
- package/dist/test/utilities/artifacts.d.ts.map +1 -0
- package/dist/test/utilities/context.d.ts +39 -0
- package/dist/test/utilities/context.d.ts.map +1 -0
- package/dist/test/utilities/d1.d.ts +21 -0
- package/dist/test/utilities/d1.d.ts.map +1 -0
- package/dist/test/utilities/env.d.ts +43 -0
- package/dist/test/utilities/env.d.ts.map +1 -0
- package/dist/test/utilities/kv.d.ts +11 -0
- package/dist/test/utilities/kv.d.ts.map +1 -0
- package/dist/test/utilities/media.d.ts +16 -0
- package/dist/test/utilities/media.d.ts.map +1 -0
- package/dist/test/utilities/platform.d.ts +41 -0
- package/dist/test/utilities/platform.d.ts.map +1 -0
- package/dist/test/utilities/queue.d.ts +5 -0
- package/dist/test/utilities/queue.d.ts.map +1 -0
- package/dist/test/utilities/r2.d.ts +2 -0
- package/dist/test/utilities/r2.d.ts.map +1 -0
- package/dist/test/utilities/stream-flagship.d.ts +27 -0
- package/dist/test/utilities/stream-flagship.d.ts.map +1 -0
- package/dist/test/utilities/vectorize.d.ts +38 -0
- package/dist/test/utilities/vectorize.d.ts.map +1 -0
- package/dist/test/utilities/workflows.d.ts +26 -0
- package/dist/test/utilities/workflows.d.ts.map +1 -0
- package/dist/test/utilities.d.ts +13 -98
- package/dist/test/utilities.d.ts.map +1 -1
- package/dist/test/worker.d.ts +6 -0
- package/dist/test/worker.d.ts.map +1 -1
- package/dist/transform/durable-object.d.ts.map +1 -1
- package/dist/transform/index.d.ts +2 -2
- package/dist/transform/worker-entrypoint.d.ts +5 -0
- package/dist/transform/worker-entrypoint.d.ts.map +1 -1
- package/dist/utils/entrypoint-discovery.d.ts +6 -3
- package/dist/utils/entrypoint-discovery.d.ts.map +1 -1
- package/dist/utils/glob.d.ts.map +1 -1
- package/dist/utils/resolve-package.d.ts.map +1 -1
- package/dist/utils/send-email.d.ts +15 -0
- package/dist/utils/send-email.d.ts.map +1 -0
- package/dist/utils/send-email.js +163 -0
- package/dist/vite/config-file.d.ts +25 -0
- package/dist/vite/config-file.d.ts.map +1 -0
- package/dist/vite/index.d.ts +3 -2
- package/dist/vite/index.d.ts.map +1 -1
- package/dist/vite/index.js +2 -339
- package/dist/vite/plugin-config-hook.d.ts +28 -0
- package/dist/vite/plugin-config-hook.d.ts.map +1 -0
- package/dist/vite/plugin-context.d.ts +27 -0
- package/dist/vite/plugin-context.d.ts.map +1 -0
- package/dist/vite/plugin-durable-objects.d.ts +18 -0
- package/dist/vite/plugin-durable-objects.d.ts.map +1 -0
- package/dist/vite/plugin-programmatic.d.ts +44 -0
- package/dist/vite/plugin-programmatic.d.ts.map +1 -0
- package/dist/vite/plugin-service-bindings.d.ts +13 -0
- package/dist/vite/plugin-service-bindings.d.ts.map +1 -0
- package/dist/vite/plugin-transform.d.ts +41 -0
- package/dist/vite/plugin-transform.d.ts.map +1 -0
- package/dist/vite/plugin.d.ts +10 -41
- package/dist/vite/plugin.d.ts.map +1 -1
- package/dist/worker-entry/composed-worker.d.ts +7 -0
- package/dist/worker-entry/composed-worker.d.ts.map +1 -0
- package/dist/worker-entry/durable-object-discovery.d.ts +20 -0
- package/dist/worker-entry/durable-object-discovery.d.ts.map +1 -0
- package/dist/worker-entry/extensions.d.ts +5 -0
- package/dist/worker-entry/extensions.d.ts.map +1 -0
- package/dist/worker-entry/routes.d.ts +22 -0
- package/dist/worker-entry/routes.d.ts.map +1 -0
- package/dist/worker-entry/surface-paths.d.ts +26 -0
- package/dist/worker-entry/surface-paths.d.ts.map +1 -0
- package/dist/worker-entry/validate-fetch-style.d.ts +12 -0
- package/dist/worker-entry/validate-fetch-style.d.ts.map +1 -0
- package/dist/workflows/local-workflow-entrypoints.d.ts +7 -0
- package/dist/workflows/local-workflow-entrypoints.d.ts.map +1 -0
- package/package.json +159 -116
- package/R2.md +0 -170
- package/dist/account-rvrj687w.js +0 -397
- package/dist/ai-dx4fr9jh.js +0 -107
- package/dist/bridge/protocol.d.ts.map +0 -1
- package/dist/bridge/serialization.d.ts.map +0 -1
- package/dist/browser-shim/worker.d.ts +0 -14
- package/dist/browser-shim/worker.d.ts.map +0 -1
- package/dist/build-mnf6v8gd.js +0 -53
- package/dist/deploy-nhceck39.js +0 -70
- package/dist/dev-b9dmrj7b.js +0 -2417
- package/dist/doctor-fmgb3d28.js +0 -190
- package/dist/durable-object-t4kbb0yt.js +0 -13
- package/dist/index-07q6yxyc.js +0 -168
- package/dist/index-18hvb6gb.js +0 -194
- package/dist/index-1xpj0m4r.js +0 -57
- package/dist/index-37x76zdn.js +0 -4
- package/dist/index-3t6rypgc.js +0 -13
- package/dist/index-67qcae0f.js +0 -183
- package/dist/index-a855bdsx.js +0 -18
- package/dist/index-d8bdkx2h.js +0 -109
- package/dist/index-ep3445yc.js +0 -2225
- package/dist/index-gz1gndna.js +0 -307
- package/dist/index-hcex3rgh.js +0 -266
- package/dist/index-m2q41jwa.js +0 -462
- package/dist/index-n7rs26ft.js +0 -77
- package/dist/index-pf5s73n9.js +0 -1413
- package/dist/index-rbht7m9r.js +0 -36
- package/dist/index-tfyxa77h.js +0 -850
- package/dist/index-tk6ej9dj.js +0 -94
- package/dist/index-z14anrqp.js +0 -226
- package/dist/init-f9mgmew3.js +0 -186
- package/dist/remote-q59qk463.js +0 -97
- package/dist/test/bridge-context.d.ts +0 -76
- package/dist/test/bridge-context.d.ts.map +0 -1
- package/dist/test/multi-worker-context.d.ts +0 -114
- package/dist/test/multi-worker-context.d.ts.map +0 -1
- package/dist/types-5nyrz1sz.js +0 -454
- package/dist/worker-entrypoint-m9th0rg0.js +0 -13
|
@@ -0,0 +1,508 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
/**
|
|
3
|
+
* Cloudflare Workers compatibility date schema.
|
|
4
|
+
* Must be in YYYY-MM-DD format (e.g., '2025-01-07').
|
|
5
|
+
*/
|
|
6
|
+
export declare const compatibilityDateSchema: z.ZodString;
|
|
7
|
+
/**
|
|
8
|
+
* Built-in file router configuration used for `src/routes/**` discovery.
|
|
9
|
+
*/
|
|
10
|
+
export declare const routesConfigSchema: z.ZodObject<{
|
|
11
|
+
/** Directory containing route files (e.g., 'src/routes') */
|
|
12
|
+
dir: z.ZodString;
|
|
13
|
+
/** Optional route prefix (e.g., '/api'). */
|
|
14
|
+
prefix: z.ZodOptional<z.ZodString>;
|
|
15
|
+
}, "strip", z.ZodTypeAny, {
|
|
16
|
+
dir: string;
|
|
17
|
+
prefix?: string | undefined;
|
|
18
|
+
}, {
|
|
19
|
+
dir: string;
|
|
20
|
+
prefix?: string | undefined;
|
|
21
|
+
}>;
|
|
22
|
+
/**
|
|
23
|
+
* File handler configuration.
|
|
24
|
+
* Maps handler types to their source file paths.
|
|
25
|
+
*/
|
|
26
|
+
export declare const filesSchema: z.ZodOptional<z.ZodObject<{
|
|
27
|
+
fetch: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
28
|
+
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
29
|
+
scheduled: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
30
|
+
email: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
31
|
+
tail: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
32
|
+
durableObjects: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
33
|
+
entrypoints: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
34
|
+
workflows: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
35
|
+
routes: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
36
|
+
/** Directory containing route files (e.g., 'src/routes') */
|
|
37
|
+
dir: z.ZodString;
|
|
38
|
+
/** Optional route prefix (e.g., '/api'). */
|
|
39
|
+
prefix: z.ZodOptional<z.ZodString>;
|
|
40
|
+
}, "strip", z.ZodTypeAny, {
|
|
41
|
+
dir: string;
|
|
42
|
+
prefix?: string | undefined;
|
|
43
|
+
}, {
|
|
44
|
+
dir: string;
|
|
45
|
+
prefix?: string | undefined;
|
|
46
|
+
}>, z.ZodLiteral<false>]>>;
|
|
47
|
+
transport: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
48
|
+
}, "strip", z.ZodTypeAny, {
|
|
49
|
+
fetch?: string | false | undefined;
|
|
50
|
+
queue?: string | false | undefined;
|
|
51
|
+
scheduled?: string | false | undefined;
|
|
52
|
+
email?: string | false | undefined;
|
|
53
|
+
tail?: string | false | undefined;
|
|
54
|
+
durableObjects?: string | false | undefined;
|
|
55
|
+
entrypoints?: string | false | undefined;
|
|
56
|
+
workflows?: string | false | undefined;
|
|
57
|
+
routes?: false | {
|
|
58
|
+
dir: string;
|
|
59
|
+
prefix?: string | undefined;
|
|
60
|
+
} | undefined;
|
|
61
|
+
transport?: string | null | undefined;
|
|
62
|
+
}, {
|
|
63
|
+
fetch?: string | false | undefined;
|
|
64
|
+
queue?: string | false | undefined;
|
|
65
|
+
scheduled?: string | false | undefined;
|
|
66
|
+
email?: string | false | undefined;
|
|
67
|
+
tail?: string | false | undefined;
|
|
68
|
+
durableObjects?: string | false | undefined;
|
|
69
|
+
entrypoints?: string | false | undefined;
|
|
70
|
+
workflows?: string | false | undefined;
|
|
71
|
+
routes?: false | {
|
|
72
|
+
dir: string;
|
|
73
|
+
prefix?: string | undefined;
|
|
74
|
+
} | undefined;
|
|
75
|
+
transport?: string | null | undefined;
|
|
76
|
+
}>>;
|
|
77
|
+
/**
|
|
78
|
+
* Tail Consumer configuration.
|
|
79
|
+
*/
|
|
80
|
+
export declare const tailConsumerSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
81
|
+
service: z.ZodString;
|
|
82
|
+
environment: z.ZodOptional<z.ZodString>;
|
|
83
|
+
}, "strict", z.ZodTypeAny, {
|
|
84
|
+
service: string;
|
|
85
|
+
environment?: string | undefined;
|
|
86
|
+
}, {
|
|
87
|
+
service: string;
|
|
88
|
+
environment?: string | undefined;
|
|
89
|
+
}>]>;
|
|
90
|
+
/**
|
|
91
|
+
* Trigger configuration for scheduled (cron) events.
|
|
92
|
+
*
|
|
93
|
+
* Each cron expression is validated against the Cloudflare 5-field cron grammar
|
|
94
|
+
* at config-parse time, so a typo fails before deploy instead of silently never
|
|
95
|
+
* firing in production.
|
|
96
|
+
*/
|
|
97
|
+
export declare const triggersSchema: z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
98
|
+
crons: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
99
|
+
}, "strip", z.ZodTypeAny, {
|
|
100
|
+
crons?: string[] | undefined;
|
|
101
|
+
}, {
|
|
102
|
+
crons?: string[] | undefined;
|
|
103
|
+
}>, {
|
|
104
|
+
crons?: string[] | undefined;
|
|
105
|
+
}, {
|
|
106
|
+
crons?: string[] | undefined;
|
|
107
|
+
}>>;
|
|
108
|
+
/**
|
|
109
|
+
* Preview-specific Devflare behavior.
|
|
110
|
+
*/
|
|
111
|
+
export declare const previewsConfigSchema: z.ZodOptional<z.ZodObject<{
|
|
112
|
+
includeCrons: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
113
|
+
}, "strip", z.ZodTypeAny, {
|
|
114
|
+
includeCrons: boolean;
|
|
115
|
+
}, {
|
|
116
|
+
includeCrons?: boolean | undefined;
|
|
117
|
+
}>>;
|
|
118
|
+
/**
|
|
119
|
+
* Dev server configuration for `devflare dev`.
|
|
120
|
+
*
|
|
121
|
+
* Controls the host and port the local Miniflare runtime instance binds to.
|
|
122
|
+
* This is a development-only setting and is never emitted to compiled Wrangler
|
|
123
|
+
* output. CLI flags (`--runtime-port`, `--runtime-host`) and environment
|
|
124
|
+
* variables (`DEVFLARE_RUNTIME_PORT`, `DEVFLARE_RUNTIME_HOST`) take precedence
|
|
125
|
+
* over these values.
|
|
126
|
+
*/
|
|
127
|
+
export declare const serverConfigSchema: z.ZodOptional<z.ZodObject<{
|
|
128
|
+
/** Host the dev runtime binds to. @default '127.0.0.1' */
|
|
129
|
+
host: z.ZodOptional<z.ZodString>;
|
|
130
|
+
/** Port the dev runtime binds to. @default 8787 */
|
|
131
|
+
port: z.ZodOptional<z.ZodNumber>;
|
|
132
|
+
}, "strict", z.ZodTypeAny, {
|
|
133
|
+
host?: string | undefined;
|
|
134
|
+
port?: number | undefined;
|
|
135
|
+
}, {
|
|
136
|
+
host?: string | undefined;
|
|
137
|
+
port?: number | undefined;
|
|
138
|
+
}>>;
|
|
139
|
+
/**
|
|
140
|
+
* Secret declaration options.
|
|
141
|
+
*/
|
|
142
|
+
export declare const secretConfigSchema: z.ZodObject<{
|
|
143
|
+
required: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
144
|
+
}, "strip", z.ZodTypeAny, {
|
|
145
|
+
required: boolean;
|
|
146
|
+
}, {
|
|
147
|
+
required?: boolean | undefined;
|
|
148
|
+
}>;
|
|
149
|
+
/**
|
|
150
|
+
* Route configuration for worker deployment.
|
|
151
|
+
*/
|
|
152
|
+
export declare const routeConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
153
|
+
pattern: z.ZodString;
|
|
154
|
+
zone_name: z.ZodOptional<z.ZodString>;
|
|
155
|
+
zone_id: z.ZodOptional<z.ZodString>;
|
|
156
|
+
custom_domain: z.ZodOptional<z.ZodBoolean>;
|
|
157
|
+
}, "strip", z.ZodTypeAny, {
|
|
158
|
+
pattern: string;
|
|
159
|
+
zone_name?: string | undefined;
|
|
160
|
+
zone_id?: string | undefined;
|
|
161
|
+
custom_domain?: boolean | undefined;
|
|
162
|
+
}, {
|
|
163
|
+
pattern: string;
|
|
164
|
+
zone_name?: string | undefined;
|
|
165
|
+
zone_id?: string | undefined;
|
|
166
|
+
custom_domain?: boolean | undefined;
|
|
167
|
+
}>, {
|
|
168
|
+
pattern: string;
|
|
169
|
+
zone_name?: string | undefined;
|
|
170
|
+
zone_id?: string | undefined;
|
|
171
|
+
custom_domain?: boolean | undefined;
|
|
172
|
+
}, {
|
|
173
|
+
pattern: string;
|
|
174
|
+
zone_name?: string | undefined;
|
|
175
|
+
zone_id?: string | undefined;
|
|
176
|
+
custom_domain?: boolean | undefined;
|
|
177
|
+
}>;
|
|
178
|
+
/**
|
|
179
|
+
* WebSocket route configuration for dev mode Durable Object proxying.
|
|
180
|
+
*/
|
|
181
|
+
export declare const wsRouteConfigSchema: z.ZodObject<{
|
|
182
|
+
pattern: z.ZodString;
|
|
183
|
+
doNamespace: z.ZodString;
|
|
184
|
+
idParam: z.ZodDefault<z.ZodString>;
|
|
185
|
+
forwardPath: z.ZodDefault<z.ZodString>;
|
|
186
|
+
}, "strip", z.ZodTypeAny, {
|
|
187
|
+
pattern: string;
|
|
188
|
+
doNamespace: string;
|
|
189
|
+
idParam: string;
|
|
190
|
+
forwardPath: string;
|
|
191
|
+
}, {
|
|
192
|
+
pattern: string;
|
|
193
|
+
doNamespace: string;
|
|
194
|
+
idParam?: string | undefined;
|
|
195
|
+
forwardPath?: string | undefined;
|
|
196
|
+
}>;
|
|
197
|
+
/**
|
|
198
|
+
* Static assets configuration.
|
|
199
|
+
*/
|
|
200
|
+
export declare const assetsConfigSchema: z.ZodOptional<z.ZodObject<{
|
|
201
|
+
directory: z.ZodString;
|
|
202
|
+
binding: z.ZodOptional<z.ZodString>;
|
|
203
|
+
html_handling: z.ZodOptional<z.ZodEnum<["auto-trailing-slash", "force-trailing-slash", "drop-trailing-slash", "none"]>>;
|
|
204
|
+
not_found_handling: z.ZodOptional<z.ZodEnum<["single-page-application", "404-page", "none"]>>;
|
|
205
|
+
run_worker_first: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
206
|
+
}, "strict", z.ZodTypeAny, {
|
|
207
|
+
directory: string;
|
|
208
|
+
binding?: string | undefined;
|
|
209
|
+
html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
|
|
210
|
+
not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
|
|
211
|
+
run_worker_first?: boolean | string[] | undefined;
|
|
212
|
+
}, {
|
|
213
|
+
directory: string;
|
|
214
|
+
binding?: string | undefined;
|
|
215
|
+
html_handling?: "auto-trailing-slash" | "drop-trailing-slash" | "force-trailing-slash" | "none" | undefined;
|
|
216
|
+
not_found_handling?: "404-page" | "none" | "single-page-application" | undefined;
|
|
217
|
+
run_worker_first?: boolean | string[] | undefined;
|
|
218
|
+
}>>;
|
|
219
|
+
/**
|
|
220
|
+
* Worker placement configuration.
|
|
221
|
+
*/
|
|
222
|
+
export declare const placementSchema: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
223
|
+
mode: z.ZodEnum<["off", "smart"]>;
|
|
224
|
+
hint: z.ZodOptional<z.ZodString>;
|
|
225
|
+
}, "strict", z.ZodTypeAny, {
|
|
226
|
+
mode: "off" | "smart";
|
|
227
|
+
hint?: string | undefined;
|
|
228
|
+
}, {
|
|
229
|
+
mode: "off" | "smart";
|
|
230
|
+
hint?: string | undefined;
|
|
231
|
+
}>, {
|
|
232
|
+
mode: "off" | "smart";
|
|
233
|
+
hint?: string | undefined;
|
|
234
|
+
}, {
|
|
235
|
+
mode: "off" | "smart";
|
|
236
|
+
hint?: string | undefined;
|
|
237
|
+
}>, z.ZodObject<{
|
|
238
|
+
mode: z.ZodOptional<z.ZodLiteral<"targeted">>;
|
|
239
|
+
region: z.ZodString;
|
|
240
|
+
}, "strict", z.ZodTypeAny, {
|
|
241
|
+
mode?: "targeted" | undefined;
|
|
242
|
+
region: string;
|
|
243
|
+
}, {
|
|
244
|
+
mode?: "targeted" | undefined;
|
|
245
|
+
region: string;
|
|
246
|
+
}>, z.ZodObject<{
|
|
247
|
+
mode: z.ZodOptional<z.ZodLiteral<"targeted">>;
|
|
248
|
+
host: z.ZodString;
|
|
249
|
+
}, "strict", z.ZodTypeAny, {
|
|
250
|
+
mode?: "targeted" | undefined;
|
|
251
|
+
host: string;
|
|
252
|
+
}, {
|
|
253
|
+
mode?: "targeted" | undefined;
|
|
254
|
+
host: string;
|
|
255
|
+
}>, z.ZodObject<{
|
|
256
|
+
mode: z.ZodOptional<z.ZodLiteral<"targeted">>;
|
|
257
|
+
hostname: z.ZodString;
|
|
258
|
+
}, "strict", z.ZodTypeAny, {
|
|
259
|
+
mode?: "targeted" | undefined;
|
|
260
|
+
hostname: string;
|
|
261
|
+
}, {
|
|
262
|
+
mode?: "targeted" | undefined;
|
|
263
|
+
hostname: string;
|
|
264
|
+
}>]>>;
|
|
265
|
+
/**
|
|
266
|
+
* Observability configuration for logs and traces.
|
|
267
|
+
*/
|
|
268
|
+
export declare const observabilitySchema: z.ZodOptional<z.ZodObject<{
|
|
269
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
270
|
+
head_sampling_rate: z.ZodOptional<z.ZodNumber>;
|
|
271
|
+
logs: z.ZodOptional<z.ZodObject<{
|
|
272
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
273
|
+
head_sampling_rate: z.ZodOptional<z.ZodNumber>;
|
|
274
|
+
invocation_logs: z.ZodOptional<z.ZodBoolean>;
|
|
275
|
+
persist: z.ZodOptional<z.ZodBoolean>;
|
|
276
|
+
destinations: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
277
|
+
}, "strict", z.ZodTypeAny, {
|
|
278
|
+
enabled?: boolean | undefined;
|
|
279
|
+
head_sampling_rate?: number | undefined;
|
|
280
|
+
invocation_logs?: boolean | undefined;
|
|
281
|
+
persist?: boolean | undefined;
|
|
282
|
+
destinations?: string[] | undefined;
|
|
283
|
+
}, {
|
|
284
|
+
enabled?: boolean | undefined;
|
|
285
|
+
head_sampling_rate?: number | undefined;
|
|
286
|
+
invocation_logs?: boolean | undefined;
|
|
287
|
+
persist?: boolean | undefined;
|
|
288
|
+
destinations?: string[] | undefined;
|
|
289
|
+
}>>;
|
|
290
|
+
traces: z.ZodOptional<z.ZodObject<{
|
|
291
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
292
|
+
head_sampling_rate: z.ZodOptional<z.ZodNumber>;
|
|
293
|
+
persist: z.ZodOptional<z.ZodBoolean>;
|
|
294
|
+
destinations: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
295
|
+
}, "strict", z.ZodTypeAny, {
|
|
296
|
+
enabled?: boolean | undefined;
|
|
297
|
+
head_sampling_rate?: number | undefined;
|
|
298
|
+
persist?: boolean | undefined;
|
|
299
|
+
destinations?: string[] | undefined;
|
|
300
|
+
}, {
|
|
301
|
+
enabled?: boolean | undefined;
|
|
302
|
+
head_sampling_rate?: number | undefined;
|
|
303
|
+
persist?: boolean | undefined;
|
|
304
|
+
destinations?: string[] | undefined;
|
|
305
|
+
}>>;
|
|
306
|
+
}, "strict", z.ZodTypeAny, {
|
|
307
|
+
enabled?: boolean | undefined;
|
|
308
|
+
head_sampling_rate?: number | undefined;
|
|
309
|
+
logs?: {
|
|
310
|
+
enabled?: boolean | undefined;
|
|
311
|
+
head_sampling_rate?: number | undefined;
|
|
312
|
+
invocation_logs?: boolean | undefined;
|
|
313
|
+
persist?: boolean | undefined;
|
|
314
|
+
destinations?: string[] | undefined;
|
|
315
|
+
} | undefined;
|
|
316
|
+
traces?: {
|
|
317
|
+
enabled?: boolean | undefined;
|
|
318
|
+
head_sampling_rate?: number | undefined;
|
|
319
|
+
persist?: boolean | undefined;
|
|
320
|
+
destinations?: string[] | undefined;
|
|
321
|
+
} | undefined;
|
|
322
|
+
}, {
|
|
323
|
+
enabled?: boolean | undefined;
|
|
324
|
+
head_sampling_rate?: number | undefined;
|
|
325
|
+
logs?: {
|
|
326
|
+
enabled?: boolean | undefined;
|
|
327
|
+
head_sampling_rate?: number | undefined;
|
|
328
|
+
invocation_logs?: boolean | undefined;
|
|
329
|
+
persist?: boolean | undefined;
|
|
330
|
+
destinations?: string[] | undefined;
|
|
331
|
+
} | undefined;
|
|
332
|
+
traces?: {
|
|
333
|
+
enabled?: boolean | undefined;
|
|
334
|
+
head_sampling_rate?: number | undefined;
|
|
335
|
+
persist?: boolean | undefined;
|
|
336
|
+
destinations?: string[] | undefined;
|
|
337
|
+
} | undefined;
|
|
338
|
+
}>>;
|
|
339
|
+
/**
|
|
340
|
+
* Resource limits configuration.
|
|
341
|
+
*/
|
|
342
|
+
export declare const limitsSchema: z.ZodOptional<z.ZodObject<{
|
|
343
|
+
cpu_ms: z.ZodOptional<z.ZodNumber>;
|
|
344
|
+
subrequests: z.ZodOptional<z.ZodNumber>;
|
|
345
|
+
}, "strict", z.ZodTypeAny, {
|
|
346
|
+
cpu_ms?: number | undefined;
|
|
347
|
+
subrequests?: number | undefined;
|
|
348
|
+
}, {
|
|
349
|
+
cpu_ms?: number | undefined;
|
|
350
|
+
subrequests?: number | undefined;
|
|
351
|
+
}>>;
|
|
352
|
+
/**
|
|
353
|
+
* Cloudflare Containers configuration.
|
|
354
|
+
*
|
|
355
|
+
* Devflare authors this in camelCase and compiles to Wrangler's top-level
|
|
356
|
+
* `containers` array. Runtime launch/testing is handled by the local
|
|
357
|
+
* container test shim, not by Miniflare itself.
|
|
358
|
+
*/
|
|
359
|
+
export declare const containerConfigSchema: z.ZodObject<{
|
|
360
|
+
className: z.ZodString;
|
|
361
|
+
image: z.ZodString;
|
|
362
|
+
maxInstances: z.ZodOptional<z.ZodNumber>;
|
|
363
|
+
instanceType: z.ZodOptional<z.ZodString>;
|
|
364
|
+
name: z.ZodOptional<z.ZodString>;
|
|
365
|
+
imageBuildContext: z.ZodOptional<z.ZodString>;
|
|
366
|
+
imageVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
367
|
+
rolloutActiveGracePeriod: z.ZodOptional<z.ZodNumber>;
|
|
368
|
+
rolloutStepPercentage: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber, "many">]>>;
|
|
369
|
+
}, "strict", z.ZodTypeAny, {
|
|
370
|
+
className: string;
|
|
371
|
+
image: string;
|
|
372
|
+
maxInstances?: number | undefined;
|
|
373
|
+
instanceType?: string | undefined;
|
|
374
|
+
name?: string | undefined;
|
|
375
|
+
imageBuildContext?: string | undefined;
|
|
376
|
+
imageVars?: Record<string, string> | undefined;
|
|
377
|
+
rolloutActiveGracePeriod?: number | undefined;
|
|
378
|
+
rolloutStepPercentage?: number | number[] | undefined;
|
|
379
|
+
}, {
|
|
380
|
+
className: string;
|
|
381
|
+
image: string;
|
|
382
|
+
maxInstances?: number | undefined;
|
|
383
|
+
instanceType?: string | undefined;
|
|
384
|
+
name?: string | undefined;
|
|
385
|
+
imageBuildContext?: string | undefined;
|
|
386
|
+
imageVars?: Record<string, string> | undefined;
|
|
387
|
+
rolloutActiveGracePeriod?: number | undefined;
|
|
388
|
+
rolloutStepPercentage?: number | number[] | undefined;
|
|
389
|
+
}>;
|
|
390
|
+
export declare const containersConfigSchema: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
391
|
+
className: z.ZodString;
|
|
392
|
+
image: z.ZodString;
|
|
393
|
+
maxInstances: z.ZodOptional<z.ZodNumber>;
|
|
394
|
+
instanceType: z.ZodOptional<z.ZodString>;
|
|
395
|
+
name: z.ZodOptional<z.ZodString>;
|
|
396
|
+
imageBuildContext: z.ZodOptional<z.ZodString>;
|
|
397
|
+
imageVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
398
|
+
rolloutActiveGracePeriod: z.ZodOptional<z.ZodNumber>;
|
|
399
|
+
rolloutStepPercentage: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber, "many">]>>;
|
|
400
|
+
}, "strict", z.ZodTypeAny, {
|
|
401
|
+
className: string;
|
|
402
|
+
image: string;
|
|
403
|
+
maxInstances?: number | undefined;
|
|
404
|
+
instanceType?: string | undefined;
|
|
405
|
+
name?: string | undefined;
|
|
406
|
+
imageBuildContext?: string | undefined;
|
|
407
|
+
imageVars?: Record<string, string> | undefined;
|
|
408
|
+
rolloutActiveGracePeriod?: number | undefined;
|
|
409
|
+
rolloutStepPercentage?: number | number[] | undefined;
|
|
410
|
+
}, {
|
|
411
|
+
className: string;
|
|
412
|
+
image: string;
|
|
413
|
+
maxInstances?: number | undefined;
|
|
414
|
+
instanceType?: string | undefined;
|
|
415
|
+
name?: string | undefined;
|
|
416
|
+
imageBuildContext?: string | undefined;
|
|
417
|
+
imageVars?: Record<string, string> | undefined;
|
|
418
|
+
rolloutActiveGracePeriod?: number | undefined;
|
|
419
|
+
rolloutStepPercentage?: number | number[] | undefined;
|
|
420
|
+
}>, "many">>;
|
|
421
|
+
/**
|
|
422
|
+
* Module rules for non-JavaScript Worker modules and imported assets.
|
|
423
|
+
*
|
|
424
|
+
* Wrangler also exposes Python-specific rule types while Python Workers are in
|
|
425
|
+
* beta. Devflare keeps those behind `wrangler.passthrough` until the local
|
|
426
|
+
* Python Worker toolchain has a stable Devflare integration point.
|
|
427
|
+
*/
|
|
428
|
+
export declare const moduleRuleSchema: z.ZodObject<{
|
|
429
|
+
type: z.ZodEnum<["ESModule", "CommonJS", "CompiledWasm", "Text", "Data"]>;
|
|
430
|
+
globs: z.ZodArray<z.ZodString, "many">;
|
|
431
|
+
fallthrough: z.ZodOptional<z.ZodBoolean>;
|
|
432
|
+
}, "strict", z.ZodTypeAny, {
|
|
433
|
+
type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
|
|
434
|
+
globs: string[];
|
|
435
|
+
fallthrough?: boolean | undefined;
|
|
436
|
+
}, {
|
|
437
|
+
type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
|
|
438
|
+
globs: string[];
|
|
439
|
+
fallthrough?: boolean | undefined;
|
|
440
|
+
}>;
|
|
441
|
+
export declare const moduleRulesSchema: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
442
|
+
type: z.ZodEnum<["ESModule", "CommonJS", "CompiledWasm", "Text", "Data"]>;
|
|
443
|
+
globs: z.ZodArray<z.ZodString, "many">;
|
|
444
|
+
fallthrough: z.ZodOptional<z.ZodBoolean>;
|
|
445
|
+
}, "strict", z.ZodTypeAny, {
|
|
446
|
+
type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
|
|
447
|
+
globs: string[];
|
|
448
|
+
fallthrough?: boolean | undefined;
|
|
449
|
+
}, {
|
|
450
|
+
type: "CommonJS" | "CompiledWasm" | "Data" | "ESModule" | "Text";
|
|
451
|
+
globs: string[];
|
|
452
|
+
fallthrough?: boolean | undefined;
|
|
453
|
+
}>, "many">>;
|
|
454
|
+
export declare const migrationSchema: z.ZodObject<{
|
|
455
|
+
tag: z.ZodString;
|
|
456
|
+
new_classes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
457
|
+
renamed_classes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
458
|
+
from: z.ZodString;
|
|
459
|
+
to: z.ZodString;
|
|
460
|
+
}, "strict", z.ZodTypeAny, {
|
|
461
|
+
from: string;
|
|
462
|
+
to: string;
|
|
463
|
+
}, {
|
|
464
|
+
from: string;
|
|
465
|
+
to: string;
|
|
466
|
+
}>, "many">>;
|
|
467
|
+
deleted_classes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
468
|
+
new_sqlite_classes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
469
|
+
}, "strict", z.ZodTypeAny, {
|
|
470
|
+
tag: string;
|
|
471
|
+
new_classes?: string[] | undefined;
|
|
472
|
+
renamed_classes?: {
|
|
473
|
+
from: string;
|
|
474
|
+
to: string;
|
|
475
|
+
}[] | undefined;
|
|
476
|
+
deleted_classes?: string[] | undefined;
|
|
477
|
+
new_sqlite_classes?: string[] | undefined;
|
|
478
|
+
}, {
|
|
479
|
+
tag: string;
|
|
480
|
+
new_classes?: string[] | undefined;
|
|
481
|
+
renamed_classes?: {
|
|
482
|
+
from: string;
|
|
483
|
+
to: string;
|
|
484
|
+
}[] | undefined;
|
|
485
|
+
deleted_classes?: string[] | undefined;
|
|
486
|
+
new_sqlite_classes?: string[] | undefined;
|
|
487
|
+
}>;
|
|
488
|
+
/**
|
|
489
|
+
* Wrangler configuration passthrough.
|
|
490
|
+
*/
|
|
491
|
+
export declare const wranglerConfigSchema: z.ZodOptional<z.ZodObject<{
|
|
492
|
+
passthrough: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
493
|
+
}, "strip", z.ZodTypeAny, {
|
|
494
|
+
passthrough?: Record<string, unknown> | undefined;
|
|
495
|
+
}, {
|
|
496
|
+
passthrough?: Record<string, unknown> | undefined;
|
|
497
|
+
}>>;
|
|
498
|
+
export type AssetsConfig = z.infer<typeof assetsConfigSchema>;
|
|
499
|
+
export type ContainerConfig = z.infer<typeof containerConfigSchema>;
|
|
500
|
+
export type MigrationConfig = z.infer<typeof migrationSchema>;
|
|
501
|
+
export type ModuleRuleConfig = z.infer<typeof moduleRuleSchema>;
|
|
502
|
+
export type PlacementConfig = z.infer<typeof placementSchema>;
|
|
503
|
+
export type PreviewConfig = z.output<typeof previewsConfigSchema>;
|
|
504
|
+
export type RouteConfig = z.infer<typeof routeConfigSchema>;
|
|
505
|
+
export type ServerConfig = z.infer<typeof serverConfigSchema>;
|
|
506
|
+
export type TailConsumerConfig = z.infer<typeof tailConsumerSchema>;
|
|
507
|
+
export type WsRouteConfig = z.infer<typeof wsRouteConfigSchema>;
|
|
508
|
+
//# sourceMappingURL=schema-runtime.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema-runtime.d.ts","sourceRoot":"","sources":["../../src/config/schema-runtime.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB;;;GAGG;AACH,eAAO,MAAM,uBAAuB,aAElC,CAAA;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB;IAC9B,4DAA4D;;IAE5D,4CAA4C;;;;;;;;EAE3C,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;QAVvB,4DAA4D;;QAE5D,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqBjC,CAAA;AAEZ;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;IAQ7B,CAAA;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;GAmBf,CAAA;AAEZ;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;GAIrB,CAAA;AAEZ;;;;;;;;GAQG;AACH,eAAO,MAAM,kBAAkB;IAE7B,0DAA0D;;IAE1D,mDAAmD;;;;;;;;GAIzC,CAAA;AAEZ;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;EAE7B,CAAA;AAEF;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;EA2B3B,CAAA;AAEH;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAK9B,CAAA;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;GAWnB,CAAA;AAuCZ;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAOhB,CAAA;AAuBZ;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQpB,CAAA;AAEZ;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;;;GAMb,CAAA;AAOZ;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYxB,CAAA;AAEV,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAA4C,CAAA;AAE/E;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;EAMnB,CAAA;AAEV,eAAO,MAAM,iBAAiB;;;;;;;;;;;;YAAuC,CAAA;AAYrE,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQlB,CAAA;AAEV;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;GAIrB,CAAA;AAEZ,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA;AAC7D,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AACnE,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAA;AAC7D,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAC/D,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAA;AAC7D,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,oBAAoB,CAAC,CAAA;AACjE,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAC3D,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA;AAC7D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA;AACnE,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA"}
|