orcaq 1.0.20
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/.output/nitro.json +15 -0
- package/.output/public/_nuxt/8qASMGdV.js +1 -0
- package/.output/public/_nuxt/9lJACZIQ.js +19 -0
- package/.output/public/_nuxt/B2DnNiWd.js +1 -0
- package/.output/public/_nuxt/B6E6ObS_.js +8 -0
- package/.output/public/_nuxt/BH83_dXo.js +39 -0
- package/.output/public/_nuxt/BIKqrFbQ.js +1 -0
- package/.output/public/_nuxt/BNjPC06x.js +1 -0
- package/.output/public/_nuxt/BPQ-Pz1w.js +39 -0
- package/.output/public/_nuxt/BRpgKkVT.js +51 -0
- package/.output/public/_nuxt/BTCLPbPY.js +4 -0
- package/.output/public/_nuxt/BUV-RarV.js +1 -0
- package/.output/public/_nuxt/Bh6RgYlO.js +1 -0
- package/.output/public/_nuxt/Bq3cyzOD.js +1 -0
- package/.output/public/_nuxt/Bt9sU68B.js +9 -0
- package/.output/public/_nuxt/BwpH2ZxJ.js +1 -0
- package/.output/public/_nuxt/C25Tmn1m.js +1 -0
- package/.output/public/_nuxt/C2HlI1ss.js +1 -0
- package/.output/public/_nuxt/CU3ZV9iV.js +1 -0
- package/.output/public/_nuxt/CbcyysXi.js +1 -0
- package/.output/public/_nuxt/CepyvMhE.js +1 -0
- package/.output/public/_nuxt/CrgoNCm2.js +2 -0
- package/.output/public/_nuxt/CuBKbBH_.js +1 -0
- package/.output/public/_nuxt/CulD8qYQ.js +193 -0
- package/.output/public/_nuxt/CustomEdge.BNBpjEHb.css +1 -0
- package/.output/public/_nuxt/CylkLpwm.js +1 -0
- package/.output/public/_nuxt/D-bWLYHw.js +1 -0
- package/.output/public/_nuxt/D-zecHND.js +1 -0
- package/.output/public/_nuxt/D8vj6kFe.js +160 -0
- package/.output/public/_nuxt/DIETYtCL.js +1 -0
- package/.output/public/_nuxt/DJ4vUzxS.js +1 -0
- package/.output/public/_nuxt/DK-itzXx.js +8 -0
- package/.output/public/_nuxt/DL3T5jYo.js +3867 -0
- package/.output/public/_nuxt/DUsuhY9i.js +1 -0
- package/.output/public/_nuxt/DXV2HFBA.js +224 -0
- package/.output/public/_nuxt/Dh2zppOR.js +1 -0
- package/.output/public/_nuxt/DlAUqK2U.js +1 -0
- package/.output/public/_nuxt/DlmSeCnw.js +5 -0
- package/.output/public/_nuxt/DswTpYG4.js +1 -0
- package/.output/public/_nuxt/DynamicTable.DJeANwbG.css +1 -0
- package/.output/public/_nuxt/G830WtVn.js +1 -0
- package/.output/public/_nuxt/ICwM1E4-.js +15 -0
- package/.output/public/_nuxt/QZbJy9YW.js +31 -0
- package/.output/public/_nuxt/QuickQueryTable.DS_ON57S.css +1 -0
- package/.output/public/_nuxt/UXhX8z2W.js +1 -0
- package/.output/public/_nuxt/WrapperErdDiagram.DwhUd9Wr.css +1 -0
- package/.output/public/_nuxt/_fileId_.DmPfwyyD.css +1 -0
- package/.output/public/_nuxt/_tabViewId_.9Axt3zoi.css +1 -0
- package/.output/public/_nuxt/builds/latest.json +1 -0
- package/.output/public/_nuxt/builds/meta/6364d5cf-4642-479f-ba12-6440c56702af.json +1 -0
- package/.output/public/_nuxt/default.DixIpIal.css +1 -0
- package/.output/public/_nuxt/entry.GqPNPe1e.css +1 -0
- package/.output/public/_nuxt/index.CrXmf4gr.css +1 -0
- package/.output/public/_nuxt/ivUnXl9B.js +1 -0
- package/.output/public/_nuxt/pAheHeBV.js +36 -0
- package/.output/public/_nuxt/s5fCn4j5.js +1 -0
- package/.output/public/favicon.ico +0 -0
- package/.output/public/logo.png +0 -0
- package/.output/public/manifest.json +25 -0
- package/.output/public/robots.txt +1 -0
- package/.output/public/vite.svg +1 -0
- package/.output/server/chunks/_/error-500.mjs +8 -0
- package/.output/server/chunks/_/error-500.mjs.map +1 -0
- package/.output/server/chunks/build/client.manifest.mjs +773 -0
- package/.output/server/chunks/build/client.manifest.mjs.map +1 -0
- package/.output/server/chunks/nitro/nitro.mjs +6432 -0
- package/.output/server/chunks/nitro/nitro.mjs.map +1 -0
- package/.output/server/chunks/routes/api/ai/chat.mjs +77 -0
- package/.output/server/chunks/routes/api/ai/chat.mjs.map +1 -0
- package/.output/server/chunks/routes/api/execute-bulk-delete.mjs +100 -0
- package/.output/server/chunks/routes/api/execute-bulk-delete.mjs.map +1 -0
- package/.output/server/chunks/routes/api/execute-bulk-update.mjs +105 -0
- package/.output/server/chunks/routes/api/execute-bulk-update.mjs.map +1 -0
- package/.output/server/chunks/routes/api/execute.mjs +47 -0
- package/.output/server/chunks/routes/api/execute.mjs.map +1 -0
- package/.output/server/chunks/routes/api/get-one-function.mjs +28 -0
- package/.output/server/chunks/routes/api/get-one-function.mjs.map +1 -0
- package/.output/server/chunks/routes/api/get-one-table.mjs +180 -0
- package/.output/server/chunks/routes/api/get-one-table.mjs.map +1 -0
- package/.output/server/chunks/routes/api/get-over-view-function.mjs +41 -0
- package/.output/server/chunks/routes/api/get-over-view-function.mjs.map +1 -0
- package/.output/server/chunks/routes/api/get-over-view-tables.mjs +53 -0
- package/.output/server/chunks/routes/api/get-over-view-tables.mjs.map +1 -0
- package/.output/server/chunks/routes/api/get-reverse-table-schemas.mjs +112 -0
- package/.output/server/chunks/routes/api/get-reverse-table-schemas.mjs.map +1 -0
- package/.output/server/chunks/routes/api/get-schema-meta-data.mjs +152 -0
- package/.output/server/chunks/routes/api/get-schema-meta-data.mjs.map +1 -0
- package/.output/server/chunks/routes/api/get-table-size.mjs +49 -0
- package/.output/server/chunks/routes/api/get-table-size.mjs.map +1 -0
- package/.output/server/chunks/routes/api/get-table-structure.mjs +111 -0
- package/.output/server/chunks/routes/api/get-table-structure.mjs.map +1 -0
- package/.output/server/chunks/routes/api/get-tables.mjs +287 -0
- package/.output/server/chunks/routes/api/get-tables.mjs.map +1 -0
- package/.output/server/chunks/routes/api/getMetricMonitor.mjs +46 -0
- package/.output/server/chunks/routes/api/getMetricMonitor.mjs.map +1 -0
- package/.output/server/chunks/routes/api/managment-connection/health-check.mjs +28 -0
- package/.output/server/chunks/routes/api/managment-connection/health-check.mjs.map +1 -0
- package/.output/server/chunks/routes/api/raw-execute.mjs +48 -0
- package/.output/server/chunks/routes/api/raw-execute.mjs.map +1 -0
- package/.output/server/chunks/routes/renderer.mjs +316 -0
- package/.output/server/chunks/routes/renderer.mjs.map +1 -0
- package/.output/server/chunks/virtual/_virtual_spa-template.mjs +4 -0
- package/.output/server/chunks/virtual/_virtual_spa-template.mjs.map +1 -0
- package/.output/server/index.mjs +14 -0
- package/.output/server/index.mjs.map +1 -0
- package/.output/server/node_modules/@ai-sdk/anthropic/dist/index.mjs +4374 -0
- package/.output/server/node_modules/@ai-sdk/anthropic/package.json +74 -0
- package/.output/server/node_modules/@ai-sdk/gateway/dist/index.mjs +1082 -0
- package/.output/server/node_modules/@ai-sdk/gateway/package.json +69 -0
- package/.output/server/node_modules/@ai-sdk/google/dist/index.mjs +2007 -0
- package/.output/server/node_modules/@ai-sdk/google/package.json +74 -0
- package/.output/server/node_modules/@ai-sdk/openai/dist/index.mjs +5956 -0
- package/.output/server/node_modules/@ai-sdk/openai/package.json +74 -0
- package/.output/server/node_modules/@ai-sdk/openai-compatible/dist/index.mjs +1551 -0
- package/.output/server/node_modules/@ai-sdk/openai-compatible/package.json +74 -0
- package/.output/server/node_modules/@ai-sdk/provider/dist/index.mjs +377 -0
- package/.output/server/node_modules/@ai-sdk/provider/package.json +57 -0
- package/.output/server/node_modules/@ai-sdk/provider-utils/dist/index.mjs +2549 -0
- package/.output/server/node_modules/@ai-sdk/provider-utils/package.json +75 -0
- package/.output/server/node_modules/@ai-sdk/xai/dist/index.mjs +2214 -0
- package/.output/server/node_modules/@ai-sdk/xai/package.json +68 -0
- package/.output/server/node_modules/@babel/parser/lib/index.js +14246 -0
- package/.output/server/node_modules/@babel/parser/package.json +50 -0
- package/.output/server/node_modules/@iconify/utils/lib/colors/index.mjs +350 -0
- package/.output/server/node_modules/@iconify/utils/lib/colors/keywords.mjs +188 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/common.mjs +90 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/format.mjs +38 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/icon.mjs +76 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/icons.mjs +168 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/bool.mjs +22 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/defaults.mjs +14 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/flip.mjs +16 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/merge.mjs +22 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/rotate.mjs +33 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/cleanup.mjs +51 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/convert.mjs +84 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/data.mjs +16 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/format.mjs +44 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/parse.mjs +58 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/base.mjs +231 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/create.mjs +31 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/numbers.mjs +164 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/similar.mjs +216 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/tree.mjs +113 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/replace/find.mjs +104 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/replace/replace.mjs +34 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/components.mjs +75 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/missing.mjs +97 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/name.mjs +54 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/parse.mjs +97 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/similar.mjs +45 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/tree.mjs +105 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/variations.mjs +54 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/defaults.mjs +24 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/merge.mjs +20 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/name.mjs +53 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/square.mjs +23 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/transformations.mjs +16 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/convert-info.mjs +182 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/expand.mjs +22 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +28 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icons.mjs +46 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/minify.mjs +66 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/parse.mjs +51 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/tree.mjs +23 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/validate-basic.mjs +62 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/validate.mjs +161 -0
- package/.output/server/node_modules/@iconify/utils/lib/index.mjs +64 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/custom.mjs +50 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/loader.mjs +59 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/modern.mjs +80 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/utils.mjs +92 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/objects.mjs +30 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/strings.mjs +17 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/title.mjs +5 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/build.mjs +119 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/defs.mjs +30 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/encode-svg-for-css.mjs +20 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/html.mjs +9 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/id.mjs +28 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/inner-html.mjs +19 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/parse.mjs +83 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/pretty.mjs +70 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/size.mjs +40 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/trim.mjs +5 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/url.mjs +11 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/viewbox.mjs +8 -0
- package/.output/server/node_modules/@iconify/utils/package.json +447 -0
- package/.output/server/node_modules/@ioredis/commands/built/commands.json +2447 -0
- package/.output/server/node_modules/@ioredis/commands/built/index.js +208 -0
- package/.output/server/node_modules/@ioredis/commands/package.json +52 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/api/context.js +81 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/api/diag.js +93 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/api/metrics.js +61 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/api/propagation.js +89 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/api/trace.js +79 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js +63 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js +55 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js +23 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/baggage/utils.js +51 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js +38 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/context/context.js +55 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/context-api.js +24 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js +59 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js +57 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js +45 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/diag/types.js +44 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/diag-api.js +29 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/index.js +81 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/internal/global-utils.js +64 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/internal/semver.js +122 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/metrics/Metric.js +25 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js +127 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js +31 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/metrics-api.js +24 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/platform/index.js +29 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/platform/node/globalThis.js +22 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/platform/node/index.js +29 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js +34 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js +41 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/propagation-api.js +24 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js +69 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js +75 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js +32 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js +55 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js +54 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js +42 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/context-utils.js +82 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js +103 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js +46 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/internal/utils.js +24 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js +27 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/span_kind.js +46 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js +49 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/status.js +23 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace/trace_flags.js +26 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/trace-api.js +24 -0
- package/.output/server/node_modules/@opentelemetry/api/build/src/version.js +21 -0
- package/.output/server/node_modules/@opentelemetry/api/package.json +113 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/core/Formatter.js +234 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/core/Indentation.js +42 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/core/InlineBlock.js +60 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/core/Params.js +21 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/core/Tokenizer.js +272 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/core/escapeRegExp.js +10 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/core/last.js +7 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/core/types.js +22 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/languages/Db2Formatter.js +585 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/languages/N1qlFormatter.js +257 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/languages/PlSqlFormatter.js +459 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/languages/StandardSqlFormatter.js +369 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/languages/utils/abstract.js +23 -0
- package/.output/server/node_modules/@sqltools/formatter/lib/sqlFormatter.js +34 -0
- package/.output/server/node_modules/@sqltools/formatter/package.json +59 -0
- package/.output/server/node_modules/@standard-schema/spec/dist/index.js +0 -0
- package/.output/server/node_modules/@standard-schema/spec/package.json +52 -0
- package/.output/server/node_modules/@vercel/oidc/dist/auth-config.js +84 -0
- package/.output/server/node_modules/@vercel/oidc/dist/get-context.js +34 -0
- package/.output/server/node_modules/@vercel/oidc/dist/get-vercel-oidc-token.js +80 -0
- package/.output/server/node_modules/@vercel/oidc/dist/index.js +33 -0
- package/.output/server/node_modules/@vercel/oidc/dist/oauth.js +88 -0
- package/.output/server/node_modules/@vercel/oidc/dist/token-error.js +40 -0
- package/.output/server/node_modules/@vercel/oidc/dist/token-io.js +78 -0
- package/.output/server/node_modules/@vercel/oidc/dist/token-util.js +198 -0
- package/.output/server/node_modules/@vercel/oidc/dist/token.js +53 -0
- package/.output/server/node_modules/@vercel/oidc/package.json +52 -0
- package/.output/server/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js +6690 -0
- package/.output/server/node_modules/@vue/compiler-core/package.json +58 -0
- package/.output/server/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.js +686 -0
- package/.output/server/node_modules/@vue/compiler-dom/package.json +57 -0
- package/.output/server/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.js +1404 -0
- package/.output/server/node_modules/@vue/compiler-ssr/package.json +34 -0
- package/.output/server/node_modules/@vue/reactivity/dist/reactivity.cjs.prod.js +1789 -0
- package/.output/server/node_modules/@vue/reactivity/package.json +55 -0
- package/.output/server/node_modules/@vue/runtime-core/dist/runtime-core.cjs.prod.js +6654 -0
- package/.output/server/node_modules/@vue/runtime-core/package.json +52 -0
- package/.output/server/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.prod.js +1669 -0
- package/.output/server/node_modules/@vue/runtime-dom/package.json +60 -0
- package/.output/server/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js +857 -0
- package/.output/server/node_modules/@vue/server-renderer/package.json +55 -0
- package/.output/server/node_modules/@vue/shared/dist/shared.cjs.prod.js +594 -0
- package/.output/server/node_modules/@vue/shared/package.json +47 -0
- package/.output/server/node_modules/ai/dist/index.mjs +12363 -0
- package/.output/server/node_modules/ai/package.json +106 -0
- package/.output/server/node_modules/ansis/index.js +1 -0
- package/.output/server/node_modules/ansis/package.json +28 -0
- package/.output/server/node_modules/app-root-path/index.js +4 -0
- package/.output/server/node_modules/app-root-path/lib/app-root-path.js +30 -0
- package/.output/server/node_modules/app-root-path/lib/resolve.js +128 -0
- package/.output/server/node_modules/app-root-path/package.json +66 -0
- package/.output/server/node_modules/balanced-match/index.js +62 -0
- package/.output/server/node_modules/balanced-match/package.json +48 -0
- package/.output/server/node_modules/bindings/bindings.js +221 -0
- package/.output/server/node_modules/bindings/package.json +28 -0
- package/.output/server/node_modules/brace-expansion/index.js +203 -0
- package/.output/server/node_modules/brace-expansion/package.json +46 -0
- package/.output/server/node_modules/cluster-key-slot/lib/index.js +166 -0
- package/.output/server/node_modules/cluster-key-slot/package.json +56 -0
- package/.output/server/node_modules/consola/dist/chunks/prompt.mjs +280 -0
- package/.output/server/node_modules/consola/dist/core.mjs +512 -0
- package/.output/server/node_modules/consola/dist/index.mjs +651 -0
- package/.output/server/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs +72 -0
- package/.output/server/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs +288 -0
- package/.output/server/node_modules/consola/package.json +136 -0
- package/.output/server/node_modules/dayjs/dayjs.min.js +1 -0
- package/.output/server/node_modules/dayjs/package.json +84 -0
- package/.output/server/node_modules/debug/package.json +65 -0
- package/.output/server/node_modules/debug/src/browser.js +272 -0
- package/.output/server/node_modules/debug/src/common.js +292 -0
- package/.output/server/node_modules/debug/src/index.js +10 -0
- package/.output/server/node_modules/debug/src/node.js +263 -0
- package/.output/server/node_modules/dedent/dist/dedent.js +73 -0
- package/.output/server/node_modules/dedent/package.json +119 -0
- package/.output/server/node_modules/denque/index.js +481 -0
- package/.output/server/node_modules/denque/package.json +58 -0
- package/.output/server/node_modules/devalue/index.js +3 -0
- package/.output/server/node_modules/devalue/package.json +34 -0
- package/.output/server/node_modules/devalue/src/base64.js +110 -0
- package/.output/server/node_modules/devalue/src/constants.js +6 -0
- package/.output/server/node_modules/devalue/src/parse.js +160 -0
- package/.output/server/node_modules/devalue/src/stringify.js +232 -0
- package/.output/server/node_modules/devalue/src/uneval.js +351 -0
- package/.output/server/node_modules/devalue/src/utils.js +113 -0
- package/.output/server/node_modules/dotenv/lib/main.js +361 -0
- package/.output/server/node_modules/dotenv/package.json +61 -0
- package/.output/server/node_modules/entities/lib/decode.js +536 -0
- package/.output/server/node_modules/entities/lib/decode_codepoint.js +76 -0
- package/.output/server/node_modules/entities/lib/generated/decode-data-html.js +9 -0
- package/.output/server/node_modules/entities/lib/generated/decode-data-xml.js +9 -0
- package/.output/server/node_modules/entities/package.json +90 -0
- package/.output/server/node_modules/estree-walker/dist/umd/estree-walker.js +344 -0
- package/.output/server/node_modules/estree-walker/package.json +37 -0
- package/.output/server/node_modules/eventsource-parser/dist/index.js +106 -0
- package/.output/server/node_modules/eventsource-parser/dist/stream.js +29 -0
- package/.output/server/node_modules/eventsource-parser/package.json +115 -0
- package/.output/server/node_modules/file-uri-to-path/index.js +66 -0
- package/.output/server/node_modules/file-uri-to-path/package.json +32 -0
- package/.output/server/node_modules/glob/dist/commonjs/glob.js +247 -0
- package/.output/server/node_modules/glob/dist/commonjs/has-magic.js +27 -0
- package/.output/server/node_modules/glob/dist/commonjs/ignore.js +119 -0
- package/.output/server/node_modules/glob/dist/commonjs/index.js +68 -0
- package/.output/server/node_modules/glob/dist/commonjs/package.json +3 -0
- package/.output/server/node_modules/glob/dist/commonjs/pattern.js +219 -0
- package/.output/server/node_modules/glob/dist/commonjs/processor.js +301 -0
- package/.output/server/node_modules/glob/dist/commonjs/walker.js +387 -0
- package/.output/server/node_modules/glob/package.json +99 -0
- package/.output/server/node_modules/has-flag/index.js +8 -0
- package/.output/server/node_modules/has-flag/package.json +46 -0
- package/.output/server/node_modules/hookable/dist/index.mjs +290 -0
- package/.output/server/node_modules/hookable/package.json +49 -0
- package/.output/server/node_modules/inherits/inherits.js +9 -0
- package/.output/server/node_modules/inherits/inherits_browser.js +27 -0
- package/.output/server/node_modules/inherits/package.json +29 -0
- package/.output/server/node_modules/ioredis/built/Command.js +349 -0
- package/.output/server/node_modules/ioredis/built/DataHandler.js +220 -0
- package/.output/server/node_modules/ioredis/built/Pipeline.js +334 -0
- package/.output/server/node_modules/ioredis/built/Redis.js +697 -0
- package/.output/server/node_modules/ioredis/built/ScanStream.js +51 -0
- package/.output/server/node_modules/ioredis/built/Script.js +62 -0
- package/.output/server/node_modules/ioredis/built/SubscriptionSet.js +41 -0
- package/.output/server/node_modules/ioredis/built/autoPipelining.js +159 -0
- package/.output/server/node_modules/ioredis/built/cluster/ClusterOptions.js +22 -0
- package/.output/server/node_modules/ioredis/built/cluster/ClusterSubscriber.js +202 -0
- package/.output/server/node_modules/ioredis/built/cluster/ClusterSubscriberGroup.js +224 -0
- package/.output/server/node_modules/ioredis/built/cluster/ConnectionPool.js +154 -0
- package/.output/server/node_modules/ioredis/built/cluster/DelayQueue.js +53 -0
- package/.output/server/node_modules/ioredis/built/cluster/index.js +862 -0
- package/.output/server/node_modules/ioredis/built/cluster/util.js +100 -0
- package/.output/server/node_modules/ioredis/built/connectors/AbstractConnector.js +26 -0
- package/.output/server/node_modules/ioredis/built/connectors/SentinelConnector/FailoverDetector.js +45 -0
- package/.output/server/node_modules/ioredis/built/connectors/SentinelConnector/SentinelIterator.js +37 -0
- package/.output/server/node_modules/ioredis/built/connectors/SentinelConnector/index.js +305 -0
- package/.output/server/node_modules/ioredis/built/connectors/StandaloneConnector.js +69 -0
- package/.output/server/node_modules/ioredis/built/connectors/index.js +7 -0
- package/.output/server/node_modules/ioredis/built/constants/TLSProfiles.js +149 -0
- package/.output/server/node_modules/ioredis/built/errors/ClusterAllFailedError.js +15 -0
- package/.output/server/node_modules/ioredis/built/errors/MaxRetriesPerRequestError.js +14 -0
- package/.output/server/node_modules/ioredis/built/errors/index.js +5 -0
- package/.output/server/node_modules/ioredis/built/index.js +62 -0
- package/.output/server/node_modules/ioredis/built/redis/RedisOptions.js +55 -0
- package/.output/server/node_modules/ioredis/built/redis/event_handler.js +292 -0
- package/.output/server/node_modules/ioredis/built/transaction.js +93 -0
- package/.output/server/node_modules/ioredis/built/utils/Commander.js +117 -0
- package/.output/server/node_modules/ioredis/built/utils/applyMixin.js +8 -0
- package/.output/server/node_modules/ioredis/built/utils/debug.js +95 -0
- package/.output/server/node_modules/ioredis/built/utils/index.js +297 -0
- package/.output/server/node_modules/ioredis/built/utils/lodash.js +9 -0
- package/.output/server/node_modules/ioredis/package.json +100 -0
- package/.output/server/node_modules/lodash.defaults/index.js +668 -0
- package/.output/server/node_modules/lodash.defaults/package.json +19 -0
- package/.output/server/node_modules/lodash.isarguments/index.js +229 -0
- package/.output/server/node_modules/lodash.isarguments/package.json +19 -0
- package/.output/server/node_modules/lru-cache/dist/commonjs/index.js +1546 -0
- package/.output/server/node_modules/lru-cache/dist/commonjs/package.json +3 -0
- package/.output/server/node_modules/lru-cache/package.json +116 -0
- package/.output/server/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
- package/.output/server/node_modules/minimatch/dist/commonjs/ast.js +592 -0
- package/.output/server/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
- package/.output/server/node_modules/minimatch/dist/commonjs/escape.js +22 -0
- package/.output/server/node_modules/minimatch/dist/commonjs/index.js +1017 -0
- package/.output/server/node_modules/minimatch/dist/commonjs/package.json +3 -0
- package/.output/server/node_modules/minimatch/dist/commonjs/unescape.js +24 -0
- package/.output/server/node_modules/minimatch/package.json +82 -0
- package/.output/server/node_modules/minipass/dist/commonjs/index.js +1028 -0
- package/.output/server/node_modules/minipass/dist/commonjs/package.json +3 -0
- package/.output/server/node_modules/minipass/package.json +82 -0
- package/.output/server/node_modules/ms/index.js +162 -0
- package/.output/server/node_modules/ms/package.json +38 -0
- package/.output/server/node_modules/path-scurry/dist/commonjs/index.js +2014 -0
- package/.output/server/node_modules/path-scurry/dist/commonjs/package.json +3 -0
- package/.output/server/node_modules/path-scurry/package.json +89 -0
- package/.output/server/node_modules/pg/lib/client.js +650 -0
- package/.output/server/node_modules/pg/lib/connection-parameters.js +167 -0
- package/.output/server/node_modules/pg/lib/connection.js +222 -0
- package/.output/server/node_modules/pg/lib/crypto/cert-signatures.js +121 -0
- package/.output/server/node_modules/pg/lib/crypto/sasl.js +212 -0
- package/.output/server/node_modules/pg/lib/crypto/utils-legacy.js +43 -0
- package/.output/server/node_modules/pg/lib/crypto/utils-webcrypto.js +88 -0
- package/.output/server/node_modules/pg/lib/crypto/utils.js +9 -0
- package/.output/server/node_modules/pg/lib/defaults.js +84 -0
- package/.output/server/node_modules/pg/lib/index.js +58 -0
- package/.output/server/node_modules/pg/lib/native/client.js +307 -0
- package/.output/server/node_modules/pg/lib/native/index.js +2 -0
- package/.output/server/node_modules/pg/lib/native/query.js +168 -0
- package/.output/server/node_modules/pg/lib/query.js +253 -0
- package/.output/server/node_modules/pg/lib/result.js +108 -0
- package/.output/server/node_modules/pg/lib/stream.js +81 -0
- package/.output/server/node_modules/pg/lib/type-overrides.js +35 -0
- package/.output/server/node_modules/pg/lib/utils.js +206 -0
- package/.output/server/node_modules/pg/package.json +62 -0
- package/.output/server/node_modules/pg-cloudflare/dist/empty.js +4 -0
- package/.output/server/node_modules/pg-cloudflare/package.json +32 -0
- package/.output/server/node_modules/pg-connection-string/index.js +112 -0
- package/.output/server/node_modules/pg-connection-string/package.json +40 -0
- package/.output/server/node_modules/pg-cursor/index.js +265 -0
- package/.output/server/node_modules/pg-cursor/package.json +38 -0
- package/.output/server/node_modules/pg-int8/index.js +100 -0
- package/.output/server/node_modules/pg-int8/package.json +24 -0
- package/.output/server/node_modules/pg-pool/index.js +471 -0
- package/.output/server/node_modules/pg-pool/package.json +41 -0
- package/.output/server/node_modules/pg-protocol/dist/buffer-reader.js +55 -0
- package/.output/server/node_modules/pg-protocol/dist/buffer-writer.js +81 -0
- package/.output/server/node_modules/pg-protocol/dist/index.js +15 -0
- package/.output/server/node_modules/pg-protocol/dist/messages.js +160 -0
- package/.output/server/node_modules/pg-protocol/dist/parser.js +304 -0
- package/.output/server/node_modules/pg-protocol/dist/serializer.js +189 -0
- package/.output/server/node_modules/pg-protocol/package.json +35 -0
- package/.output/server/node_modules/pg-query-stream/dist/index.js +48 -0
- package/.output/server/node_modules/pg-query-stream/package.json +60 -0
- package/.output/server/node_modules/pg-types/index.js +47 -0
- package/.output/server/node_modules/pg-types/lib/arrayParser.js +11 -0
- package/.output/server/node_modules/pg-types/lib/binaryParsers.js +257 -0
- package/.output/server/node_modules/pg-types/lib/builtins.js +73 -0
- package/.output/server/node_modules/pg-types/lib/textParsers.js +215 -0
- package/.output/server/node_modules/pg-types/package.json +42 -0
- package/.output/server/node_modules/pgpass/lib/helper.js +233 -0
- package/.output/server/node_modules/pgpass/lib/index.js +23 -0
- package/.output/server/node_modules/pgpass/package.json +41 -0
- package/.output/server/node_modules/postgres-array/index.js +97 -0
- package/.output/server/node_modules/postgres-array/package.json +35 -0
- package/.output/server/node_modules/postgres-bytea/index.js +31 -0
- package/.output/server/node_modules/postgres-bytea/package.json +34 -0
- package/.output/server/node_modules/postgres-date/index.js +116 -0
- package/.output/server/node_modules/postgres-date/package.json +33 -0
- package/.output/server/node_modules/postgres-interval/index.js +125 -0
- package/.output/server/node_modules/postgres-interval/package.json +36 -0
- package/.output/server/node_modules/redis-errors/index.js +7 -0
- package/.output/server/node_modules/redis-errors/lib/modern.js +59 -0
- package/.output/server/node_modules/redis-errors/lib/old.js +119 -0
- package/.output/server/node_modules/redis-errors/package.json +41 -0
- package/.output/server/node_modules/redis-parser/index.js +3 -0
- package/.output/server/node_modules/redis-parser/lib/parser.js +552 -0
- package/.output/server/node_modules/redis-parser/package.json +53 -0
- package/.output/server/node_modules/reflect-metadata/Reflect.js +1415 -0
- package/.output/server/node_modules/reflect-metadata/package.json +68 -0
- package/.output/server/node_modules/safe-buffer/index.js +65 -0
- package/.output/server/node_modules/safe-buffer/package.json +51 -0
- package/.output/server/node_modules/sha.js/hash.js +81 -0
- package/.output/server/node_modules/sha.js/index.js +15 -0
- package/.output/server/node_modules/sha.js/package.json +30 -0
- package/.output/server/node_modules/sha.js/sha.js +94 -0
- package/.output/server/node_modules/sha.js/sha1.js +99 -0
- package/.output/server/node_modules/sha.js/sha224.js +53 -0
- package/.output/server/node_modules/sha.js/sha256.js +135 -0
- package/.output/server/node_modules/sha.js/sha384.js +57 -0
- package/.output/server/node_modules/sha.js/sha512.js +260 -0
- package/.output/server/node_modules/source-map-js/lib/array-set.js +121 -0
- package/.output/server/node_modules/source-map-js/lib/base64-vlq.js +140 -0
- package/.output/server/node_modules/source-map-js/lib/base64.js +67 -0
- package/.output/server/node_modules/source-map-js/lib/binary-search.js +111 -0
- package/.output/server/node_modules/source-map-js/lib/mapping-list.js +79 -0
- package/.output/server/node_modules/source-map-js/lib/quick-sort.js +132 -0
- package/.output/server/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
- package/.output/server/node_modules/source-map-js/lib/source-map-generator.js +444 -0
- package/.output/server/node_modules/source-map-js/lib/source-node.js +413 -0
- package/.output/server/node_modules/source-map-js/lib/util.js +594 -0
- package/.output/server/node_modules/source-map-js/package.json +71 -0
- package/.output/server/node_modules/source-map-js/source-map.js +8 -0
- package/.output/server/node_modules/split2/index.js +141 -0
- package/.output/server/node_modules/split2/package.json +39 -0
- package/.output/server/node_modules/sql-highlight/lib/escapeHtml.js +59 -0
- package/.output/server/node_modules/sql-highlight/lib/index.js +85 -0
- package/.output/server/node_modules/sql-highlight/lib/keywords.js +145 -0
- package/.output/server/node_modules/sql-highlight/package.json +49 -0
- package/.output/server/node_modules/sqlite3/build/Release/node_sqlite3.node +0 -0
- package/.output/server/node_modules/sqlite3/build/Release/node_sqlite3.node.bak +0 -0
- package/.output/server/node_modules/sqlite3/lib/sqlite3-binding.js +1 -0
- package/.output/server/node_modules/sqlite3/lib/sqlite3.js +207 -0
- package/.output/server/node_modules/sqlite3/lib/trace.js +38 -0
- package/.output/server/node_modules/sqlite3/package.json +89 -0
- package/.output/server/node_modules/standard-as-callback/built/index.js +41 -0
- package/.output/server/node_modules/standard-as-callback/built/utils.js +23 -0
- package/.output/server/node_modules/standard-as-callback/package.json +40 -0
- package/.output/server/node_modules/supports-color/index.js +152 -0
- package/.output/server/node_modules/supports-color/package.json +58 -0
- package/.output/server/node_modules/tslib/package.json +47 -0
- package/.output/server/node_modules/tslib/tslib.js +484 -0
- package/.output/server/node_modules/typeorm/cache/DbQueryResultCache.js +264 -0
- package/.output/server/node_modules/typeorm/cache/QueryResultCacheFactory.js +42 -0
- package/.output/server/node_modules/typeorm/cache/RedisQueryResultCache.js +197 -0
- package/.output/server/node_modules/typeorm/common/DeepPartial.js +4 -0
- package/.output/server/node_modules/typeorm/common/EntityTarget.js +4 -0
- package/.output/server/node_modules/typeorm/common/MixedList.js +4 -0
- package/.output/server/node_modules/typeorm/common/ObjectLiteral.js +4 -0
- package/.output/server/node_modules/typeorm/common/ObjectType.js +4 -0
- package/.output/server/node_modules/typeorm/common/RelationType.js +4 -0
- package/.output/server/node_modules/typeorm/connection/Connection.js +16 -0
- package/.output/server/node_modules/typeorm/connection/ConnectionManager.js +66 -0
- package/.output/server/node_modules/typeorm/connection/ConnectionMetadataBuilder.js +74 -0
- package/.output/server/node_modules/typeorm/connection/ConnectionOptionsReader.js +198 -0
- package/.output/server/node_modules/typeorm/connection/options-reader/ConnectionOptionsEnvReader.js +111 -0
- package/.output/server/node_modules/typeorm/container.js +60 -0
- package/.output/server/node_modules/typeorm/data-source/DataSource.js +517 -0
- package/.output/server/node_modules/typeorm/decorator/Check.js +27 -0
- package/.output/server/node_modules/typeorm/decorator/EntityRepository.js +21 -0
- package/.output/server/node_modules/typeorm/decorator/Exclusion.js +27 -0
- package/.output/server/node_modules/typeorm/decorator/ForeignKey.js +44 -0
- package/.output/server/node_modules/typeorm/decorator/Generated.js +24 -0
- package/.output/server/node_modules/typeorm/decorator/Index.js +56 -0
- package/.output/server/node_modules/typeorm/decorator/Unique.js +50 -0
- package/.output/server/node_modules/typeorm/decorator/columns/Column.js +78 -0
- package/.output/server/node_modules/typeorm/decorator/columns/CreateDateColumn.js +21 -0
- package/.output/server/node_modules/typeorm/decorator/columns/DeleteDateColumn.js +20 -0
- package/.output/server/node_modules/typeorm/decorator/columns/ObjectIdColumn.js +27 -0
- package/.output/server/node_modules/typeorm/decorator/columns/PrimaryColumn.js +63 -0
- package/.output/server/node_modules/typeorm/decorator/columns/PrimaryGeneratedColumn.js +59 -0
- package/.output/server/node_modules/typeorm/decorator/columns/UpdateDateColumn.js +20 -0
- package/.output/server/node_modules/typeorm/decorator/columns/VersionColumn.js +21 -0
- package/.output/server/node_modules/typeorm/decorator/columns/ViewColumn.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/columns/VirtualColumn.js +49 -0
- package/.output/server/node_modules/typeorm/decorator/entity/ChildEntity.js +25 -0
- package/.output/server/node_modules/typeorm/decorator/entity/Entity.js +31 -0
- package/.output/server/node_modules/typeorm/decorator/entity/TableInheritance.js +22 -0
- package/.output/server/node_modules/typeorm/decorator/entity-view/ViewEntity.js +32 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/AfterInsert.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/AfterLoad.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/AfterRecover.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/AfterRemove.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/AfterSoftRemove.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/AfterUpdate.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/BeforeInsert.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/BeforeRecover.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/BeforeRemove.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/BeforeSoftRemove.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/BeforeUpdate.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/listeners/EventSubscriber.js +17 -0
- package/.output/server/node_modules/typeorm/decorator/options/ColumnOptions.js +4 -0
- package/.output/server/node_modules/typeorm/decorator/options/EntityOptions.js +4 -0
- package/.output/server/node_modules/typeorm/decorator/options/IndexOptions.js +4 -0
- package/.output/server/node_modules/typeorm/decorator/options/JoinColumnOptions.js +4 -0
- package/.output/server/node_modules/typeorm/decorator/options/JoinTableOptions.js +4 -0
- package/.output/server/node_modules/typeorm/decorator/options/RelationOptions.js +4 -0
- package/.output/server/node_modules/typeorm/decorator/options/ValueTransformer.js +4 -0
- package/.output/server/node_modules/typeorm/decorator/relations/JoinColumn.js +27 -0
- package/.output/server/node_modules/typeorm/decorator/relations/JoinTable.js +34 -0
- package/.output/server/node_modules/typeorm/decorator/relations/ManyToMany.js +46 -0
- package/.output/server/node_modules/typeorm/decorator/relations/ManyToOne.js +46 -0
- package/.output/server/node_modules/typeorm/decorator/relations/OneToMany.js +37 -0
- package/.output/server/node_modules/typeorm/decorator/relations/OneToOne.js +45 -0
- package/.output/server/node_modules/typeorm/decorator/relations/RelationCount.js +23 -0
- package/.output/server/node_modules/typeorm/decorator/relations/RelationId.js +22 -0
- package/.output/server/node_modules/typeorm/decorator/tree/Tree.js +21 -0
- package/.output/server/node_modules/typeorm/decorator/tree/TreeChildren.js +34 -0
- package/.output/server/node_modules/typeorm/decorator/tree/TreeLevelColumn.js +19 -0
- package/.output/server/node_modules/typeorm/decorator/tree/TreeParent.js +33 -0
- package/.output/server/node_modules/typeorm/driver/DriverFactory.js +98 -0
- package/.output/server/node_modules/typeorm/driver/DriverUtils.js +228 -0
- package/.output/server/node_modules/typeorm/driver/Query.js +16 -0
- package/.output/server/node_modules/typeorm/driver/SqlInMemory.js +15 -0
- package/.output/server/node_modules/typeorm/driver/aurora-mysql/AuroraMysqlDriver.js +847 -0
- package/.output/server/node_modules/typeorm/driver/aurora-mysql/AuroraMysqlQueryRunner.js +1709 -0
- package/.output/server/node_modules/typeorm/driver/aurora-postgres/AuroraPostgresDriver.js +103 -0
- package/.output/server/node_modules/typeorm/driver/aurora-postgres/AuroraPostgresQueryRunner.js +146 -0
- package/.output/server/node_modules/typeorm/driver/better-sqlite3/BetterSqlite3Driver.js +153 -0
- package/.output/server/node_modules/typeorm/driver/better-sqlite3/BetterSqlite3QueryRunner.js +126 -0
- package/.output/server/node_modules/typeorm/driver/capacitor/CapacitorDriver.js +78 -0
- package/.output/server/node_modules/typeorm/driver/capacitor/CapacitorQueryRunner.js +98 -0
- package/.output/server/node_modules/typeorm/driver/cockroachdb/CockroachDriver.js +885 -0
- package/.output/server/node_modules/typeorm/driver/cockroachdb/CockroachQueryRunner.js +2453 -0
- package/.output/server/node_modules/typeorm/driver/cordova/CordovaDriver.js +76 -0
- package/.output/server/node_modules/typeorm/driver/cordova/CordovaQueryRunner.js +170 -0
- package/.output/server/node_modules/typeorm/driver/expo/ExpoDriver.js +29 -0
- package/.output/server/node_modules/typeorm/driver/expo/ExpoDriverFactory.js +22 -0
- package/.output/server/node_modules/typeorm/driver/expo/ExpoQueryRunner.js +65 -0
- package/.output/server/node_modules/typeorm/driver/expo/legacy/ExpoLegacyDriver.js +75 -0
- package/.output/server/node_modules/typeorm/driver/expo/legacy/ExpoLegacyQueryRunner.js +169 -0
- package/.output/server/node_modules/typeorm/driver/mongodb/MongoDriver.js +404 -0
- package/.output/server/node_modules/typeorm/driver/mongodb/MongoQueryRunner.js +701 -0
- package/.output/server/node_modules/typeorm/driver/mongodb/bson.typings.js +5 -0
- package/.output/server/node_modules/typeorm/driver/mongodb/typings.js +23 -0
- package/.output/server/node_modules/typeorm/driver/mysql/MysqlDriver.js +1105 -0
- package/.output/server/node_modules/typeorm/driver/mysql/MysqlQueryRunner.js +2139 -0
- package/.output/server/node_modules/typeorm/driver/nativescript/NativescriptDriver.js +94 -0
- package/.output/server/node_modules/typeorm/driver/nativescript/NativescriptQueryRunner.js +92 -0
- package/.output/server/node_modules/typeorm/driver/oracle/OracleDriver.js +869 -0
- package/.output/server/node_modules/typeorm/driver/oracle/OracleQueryRunner.js +1884 -0
- package/.output/server/node_modules/typeorm/driver/postgres/PostgresDriver.js +1259 -0
- package/.output/server/node_modules/typeorm/driver/postgres/PostgresQueryRunner.js +2729 -0
- package/.output/server/node_modules/typeorm/driver/react-native/ReactNativeDriver.js +728 -0
- package/.output/server/node_modules/typeorm/driver/react-native/ReactNativeQueryRunner.js +107 -0
- package/.output/server/node_modules/typeorm/driver/sap/SapDriver.js +681 -0
- package/.output/server/node_modules/typeorm/driver/sap/SapQueryRunner.js +2054 -0
- package/.output/server/node_modules/typeorm/driver/spanner/SpannerDriver.js +613 -0
- package/.output/server/node_modules/typeorm/driver/spanner/SpannerQueryRunner.js +1464 -0
- package/.output/server/node_modules/typeorm/driver/sqlite/SqliteDriver.js +174 -0
- package/.output/server/node_modules/typeorm/driver/sqlite/SqliteQueryRunner.js +124 -0
- package/.output/server/node_modules/typeorm/driver/sqlite-abstract/AbstractSqliteDriver.js +695 -0
- package/.output/server/node_modules/typeorm/driver/sqlite-abstract/AbstractSqliteQueryRunner.js +1511 -0
- package/.output/server/node_modules/typeorm/driver/sqljs/SqljsDriver.js +250 -0
- package/.output/server/node_modules/typeorm/driver/sqljs/SqljsQueryRunner.js +123 -0
- package/.output/server/node_modules/typeorm/driver/sqlserver/MssqlParameter.js +23 -0
- package/.output/server/node_modules/typeorm/driver/sqlserver/SqlServerDriver.js +922 -0
- package/.output/server/node_modules/typeorm/driver/sqlserver/SqlServerQueryRunner.js +2484 -0
- package/.output/server/node_modules/typeorm/driver/types/DatabaseType.js +4 -0
- package/.output/server/node_modules/typeorm/driver/types/GeoJsonTypes.js +4 -0
- package/.output/server/node_modules/typeorm/driver/types/MetadataTableType.js +11 -0
- package/.output/server/node_modules/typeorm/driver/types/ReplicationMode.js +4 -0
- package/.output/server/node_modules/typeorm/entity-manager/EntityManager.js +853 -0
- package/.output/server/node_modules/typeorm/entity-manager/EntityManagerFactory.js +24 -0
- package/.output/server/node_modules/typeorm/entity-manager/MongoEntityManager.js +668 -0
- package/.output/server/node_modules/typeorm/entity-manager/SqljsEntityManager.js +44 -0
- package/.output/server/node_modules/typeorm/entity-schema/EntitySchema.js +15 -0
- package/.output/server/node_modules/typeorm/entity-schema/EntitySchemaEmbeddedColumnOptions.js +8 -0
- package/.output/server/node_modules/typeorm/entity-schema/EntitySchemaEmbeddedError.js +18 -0
- package/.output/server/node_modules/typeorm/entity-schema/EntitySchemaOptions.js +11 -0
- package/.output/server/node_modules/typeorm/entity-schema/EntitySchemaTransformer.js +333 -0
- package/.output/server/node_modules/typeorm/error/AlreadyHasActiveConnectionError.js +16 -0
- package/.output/server/node_modules/typeorm/error/CannotAttachTreeChildrenEntityError.js +16 -0
- package/.output/server/node_modules/typeorm/error/CannotConnectAlreadyConnectedError.js +15 -0
- package/.output/server/node_modules/typeorm/error/CannotCreateEntityIdMapError.js +21 -0
- package/.output/server/node_modules/typeorm/error/CannotDetermineEntityError.js +16 -0
- package/.output/server/node_modules/typeorm/error/CannotExecuteNotConnectedError.js +15 -0
- package/.output/server/node_modules/typeorm/error/CannotGetEntityManagerNotConnectedError.js +15 -0
- package/.output/server/node_modules/typeorm/error/CannotReflectMethodParameterTypeError.js +18 -0
- package/.output/server/node_modules/typeorm/error/CircularRelationsError.js +16 -0
- package/.output/server/node_modules/typeorm/error/ColumnTypeUndefinedError.js +19 -0
- package/.output/server/node_modules/typeorm/error/ConnectionIsNotSetError.js +15 -0
- package/.output/server/node_modules/typeorm/error/ConnectionNotFoundError.js +15 -0
- package/.output/server/node_modules/typeorm/error/CustomRepositoryCannotInheritRepositoryError.js +18 -0
- package/.output/server/node_modules/typeorm/error/CustomRepositoryDoesNotHaveEntityError.js +18 -0
- package/.output/server/node_modules/typeorm/error/CustomRepositoryNotFoundError.js +18 -0
- package/.output/server/node_modules/typeorm/error/DataTypeNotSupportedError.js +14 -0
- package/.output/server/node_modules/typeorm/error/DriverOptionNotSetError.js +16 -0
- package/.output/server/node_modules/typeorm/error/DriverPackageNotInstalledError.js +16 -0
- package/.output/server/node_modules/typeorm/error/EntityMetadataNotFoundError.js +29 -0
- package/.output/server/node_modules/typeorm/error/EntityNotFoundError.js +42 -0
- package/.output/server/node_modules/typeorm/error/EntityPropertyNotFoundError.js +17 -0
- package/.output/server/node_modules/typeorm/error/FindRelationsNotFoundError.js +23 -0
- package/.output/server/node_modules/typeorm/error/ForbiddenTransactionModeOverrideError.js +16 -0
- package/.output/server/node_modules/typeorm/error/InitializedRelationError.js +20 -0
- package/.output/server/node_modules/typeorm/error/InsertValuesMissingError.js +16 -0
- package/.output/server/node_modules/typeorm/error/LimitOnUpdateNotSupportedError.js +15 -0
- package/.output/server/node_modules/typeorm/error/LockNotSupportedOnGivenDriverError.js +15 -0
- package/.output/server/node_modules/typeorm/error/MetadataAlreadyExistsError.js +18 -0
- package/.output/server/node_modules/typeorm/error/MetadataWithSuchNameAlreadyExistsError.js +16 -0
- package/.output/server/node_modules/typeorm/error/MissingDeleteDateColumnError.js +12 -0
- package/.output/server/node_modules/typeorm/error/MissingDriverError.js +16 -0
- package/.output/server/node_modules/typeorm/error/MissingJoinColumnError.js +23 -0
- package/.output/server/node_modules/typeorm/error/MissingJoinTableError.js +23 -0
- package/.output/server/node_modules/typeorm/error/MissingPrimaryColumnError.js +13 -0
- package/.output/server/node_modules/typeorm/error/MustBeEntityError.js +15 -0
- package/.output/server/node_modules/typeorm/error/NestedSetMultipleRootError.js +12 -0
- package/.output/server/node_modules/typeorm/error/NoConnectionForRepositoryError.js +16 -0
- package/.output/server/node_modules/typeorm/error/NoConnectionOptionError.js +16 -0
- package/.output/server/node_modules/typeorm/error/NoNeedToReleaseEntityManagerError.js +17 -0
- package/.output/server/node_modules/typeorm/error/NoVersionOrUpdateDateColumnError.js +15 -0
- package/.output/server/node_modules/typeorm/error/OffsetWithoutLimitNotSupportedError.js +17 -0
- package/.output/server/node_modules/typeorm/error/OptimisticLockCanNotBeUsedError.js +15 -0
- package/.output/server/node_modules/typeorm/error/OptimisticLockVersionMismatchError.js +15 -0
- package/.output/server/node_modules/typeorm/error/PersistedEntityNotFoundError.js +15 -0
- package/.output/server/node_modules/typeorm/error/PessimisticLockTransactionRequiredError.js +15 -0
- package/.output/server/node_modules/typeorm/error/PrimaryColumnCannotBeNullableError.js +13 -0
- package/.output/server/node_modules/typeorm/error/QueryFailedError.js +30 -0
- package/.output/server/node_modules/typeorm/error/QueryRunnerAlreadyReleasedError.js +12 -0
- package/.output/server/node_modules/typeorm/error/QueryRunnerProviderAlreadyReleasedError.js +16 -0
- package/.output/server/node_modules/typeorm/error/RepositoryNotTreeError.js +32 -0
- package/.output/server/node_modules/typeorm/error/ReturningStatementNotSupportedError.js +16 -0
- package/.output/server/node_modules/typeorm/error/SubjectRemovedAndUpdatedError.js +16 -0
- package/.output/server/node_modules/typeorm/error/SubjectWithoutIdentifierError.js +17 -0
- package/.output/server/node_modules/typeorm/error/TransactionAlreadyStartedError.js +15 -0
- package/.output/server/node_modules/typeorm/error/TransactionNotStartedError.js +15 -0
- package/.output/server/node_modules/typeorm/error/TreeRepositoryNotSupportedError.js +12 -0
- package/.output/server/node_modules/typeorm/error/TypeORMError.js +23 -0
- package/.output/server/node_modules/typeorm/error/UpdateValuesMissingError.js +12 -0
- package/.output/server/node_modules/typeorm/error/UsingJoinColumnIsNotAllowedError.js +13 -0
- package/.output/server/node_modules/typeorm/error/UsingJoinColumnOnlyOnOneSideAllowedError.js +14 -0
- package/.output/server/node_modules/typeorm/error/UsingJoinTableIsNotAllowedError.js +14 -0
- package/.output/server/node_modules/typeorm/error/UsingJoinTableOnlyOnOneSideAllowedError.js +14 -0
- package/.output/server/node_modules/typeorm/error/index.js +66 -0
- package/.output/server/node_modules/typeorm/find-options/EqualOperator.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/FindManyOptions.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/FindOneOptions.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/FindOperator.js +96 -0
- package/.output/server/node_modules/typeorm/find-options/FindOperatorType.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/FindOptionsOrder.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/FindOptionsRelations.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/FindOptionsSelect.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/FindOptionsUtils.js +350 -0
- package/.output/server/node_modules/typeorm/find-options/FindOptionsWhere.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/FindTreeOptions.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/JoinOptions.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/OrderByCondition.js +4 -0
- package/.output/server/node_modules/typeorm/find-options/operator/And.js +9 -0
- package/.output/server/node_modules/typeorm/find-options/operator/Any.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/ArrayContainedBy.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/ArrayContains.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/ArrayOverlap.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/Between.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/Equal.js +17 -0
- package/.output/server/node_modules/typeorm/find-options/operator/ILike.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/In.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/IsNull.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/JsonContains.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/LessThan.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/LessThanOrEqual.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/Like.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/MoreThan.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/MoreThanOrEqual.js +13 -0
- package/.output/server/node_modules/typeorm/find-options/operator/Not.js +14 -0
- package/.output/server/node_modules/typeorm/find-options/operator/Or.js +9 -0
- package/.output/server/node_modules/typeorm/find-options/operator/Raw.js +12 -0
- package/.output/server/node_modules/typeorm/globals.js +182 -0
- package/.output/server/node_modules/typeorm/index.js +196 -0
- package/.output/server/node_modules/typeorm/index.mjs +422 -0
- package/.output/server/node_modules/typeorm/logger/AbstractLogger.js +238 -0
- package/.output/server/node_modules/typeorm/logger/AdvancedConsoleLogger.js +56 -0
- package/.output/server/node_modules/typeorm/logger/DebugLogger.js +78 -0
- package/.output/server/node_modules/typeorm/logger/FileLogger.js +88 -0
- package/.output/server/node_modules/typeorm/logger/FormattedConsoleLogger.js +59 -0
- package/.output/server/node_modules/typeorm/logger/Logger.js +4 -0
- package/.output/server/node_modules/typeorm/logger/LoggerFactory.js +39 -0
- package/.output/server/node_modules/typeorm/logger/LoggerOptions.js +4 -0
- package/.output/server/node_modules/typeorm/logger/SimpleConsoleLogger.js +57 -0
- package/.output/server/node_modules/typeorm/metadata/CheckMetadata.js +35 -0
- package/.output/server/node_modules/typeorm/metadata/ColumnMetadata.js +618 -0
- package/.output/server/node_modules/typeorm/metadata/EmbeddedMetadata.js +224 -0
- package/.output/server/node_modules/typeorm/metadata/EntityListenerMetadata.js +77 -0
- package/.output/server/node_modules/typeorm/metadata/EntityMetadata.js +692 -0
- package/.output/server/node_modules/typeorm/metadata/ExclusionMetadata.js +35 -0
- package/.output/server/node_modules/typeorm/metadata/ForeignKeyMetadata.js +57 -0
- package/.output/server/node_modules/typeorm/metadata/IndexMetadata.js +144 -0
- package/.output/server/node_modules/typeorm/metadata/RelationCountMetadata.js +39 -0
- package/.output/server/node_modules/typeorm/metadata/RelationIdMetadata.js +62 -0
- package/.output/server/node_modules/typeorm/metadata/RelationMetadata.js +440 -0
- package/.output/server/node_modules/typeorm/metadata/UniqueMetadata.js +101 -0
- package/.output/server/node_modules/typeorm/metadata/types/EventListenerTypes.js +22 -0
- package/.output/server/node_modules/typeorm/metadata-args/MetadataArgsStorage.js +236 -0
- package/.output/server/node_modules/typeorm/metadata-builder/ClosureJunctionEntityMetadataBuilder.js +145 -0
- package/.output/server/node_modules/typeorm/metadata-builder/EntityMetadataBuilder.js +838 -0
- package/.output/server/node_modules/typeorm/metadata-builder/EntityMetadataValidator.js +258 -0
- package/.output/server/node_modules/typeorm/metadata-builder/JunctionEntityMetadataBuilder.js +287 -0
- package/.output/server/node_modules/typeorm/metadata-builder/MetadataUtils.js +44 -0
- package/.output/server/node_modules/typeorm/metadata-builder/RelationJoinColumnBuilder.js +185 -0
- package/.output/server/node_modules/typeorm/migration/Migration.js +21 -0
- package/.output/server/node_modules/typeorm/migration/MigrationExecutor.js +534 -0
- package/.output/server/node_modules/typeorm/naming-strategy/DefaultNamingStrategy.js +145 -0
- package/.output/server/node_modules/typeorm/naming-strategy/LegacyOracleNamingStrategy.js +50 -0
- package/.output/server/node_modules/typeorm/package.json +268 -0
- package/.output/server/node_modules/typeorm/persistence/EntityPersistExecutor.js +170 -0
- package/.output/server/node_modules/typeorm/persistence/Subject.js +239 -0
- package/.output/server/node_modules/typeorm/persistence/SubjectChangedColumnsComputer.js +216 -0
- package/.output/server/node_modules/typeorm/persistence/SubjectDatabaseEntityLoader.js +135 -0
- package/.output/server/node_modules/typeorm/persistence/SubjectExecutor.js +760 -0
- package/.output/server/node_modules/typeorm/persistence/SubjectTopologicalSorter.js +174 -0
- package/.output/server/node_modules/typeorm/persistence/subject-builder/CascadesSubjectBuilder.js +107 -0
- package/.output/server/node_modules/typeorm/persistence/subject-builder/ManyToManySubjectBuilder.js +218 -0
- package/.output/server/node_modules/typeorm/persistence/subject-builder/OneToManySubjectBuilder.js +181 -0
- package/.output/server/node_modules/typeorm/persistence/subject-builder/OneToOneInverseSideSubjectBuilder.js +155 -0
- package/.output/server/node_modules/typeorm/persistence/tree/ClosureSubjectExecutor.js +241 -0
- package/.output/server/node_modules/typeorm/persistence/tree/MaterializedPathSubjectExecutor.js +125 -0
- package/.output/server/node_modules/typeorm/persistence/tree/NestedSetSubjectExecutor.js +271 -0
- package/.output/server/node_modules/typeorm/platform/PlatformTools.js +243 -0
- package/.output/server/node_modules/typeorm/query-builder/Alias.js +29 -0
- package/.output/server/node_modules/typeorm/query-builder/Brackets.js +19 -0
- package/.output/server/node_modules/typeorm/query-builder/DeleteQueryBuilder.js +200 -0
- package/.output/server/node_modules/typeorm/query-builder/InsertQueryBuilder.js +745 -0
- package/.output/server/node_modules/typeorm/query-builder/JoinAttribute.js +175 -0
- package/.output/server/node_modules/typeorm/query-builder/NotBrackets.js +17 -0
- package/.output/server/node_modules/typeorm/query-builder/QueryBuilder.js +1139 -0
- package/.output/server/node_modules/typeorm/query-builder/QueryBuilderUtils.js +32 -0
- package/.output/server/node_modules/typeorm/query-builder/QueryExpressionMap.js +328 -0
- package/.output/server/node_modules/typeorm/query-builder/RelationIdLoader.js +503 -0
- package/.output/server/node_modules/typeorm/query-builder/RelationLoader.js +283 -0
- package/.output/server/node_modules/typeorm/query-builder/RelationQueryBuilder.js +155 -0
- package/.output/server/node_modules/typeorm/query-builder/RelationRemover.js +143 -0
- package/.output/server/node_modules/typeorm/query-builder/RelationUpdater.js +152 -0
- package/.output/server/node_modules/typeorm/query-builder/ReturningResultsEntityUpdator.js +176 -0
- package/.output/server/node_modules/typeorm/query-builder/SelectQueryBuilder.js +2656 -0
- package/.output/server/node_modules/typeorm/query-builder/SoftDeleteQueryBuilder.js +368 -0
- package/.output/server/node_modules/typeorm/query-builder/UpdateQueryBuilder.js +498 -0
- package/.output/server/node_modules/typeorm/query-builder/index.js +20 -0
- package/.output/server/node_modules/typeorm/query-builder/relation-count/RelationCountAttribute.js +80 -0
- package/.output/server/node_modules/typeorm/query-builder/relation-count/RelationCountLoader.js +168 -0
- package/.output/server/node_modules/typeorm/query-builder/relation-count/RelationCountMetadataToAttributeTransformer.js +55 -0
- package/.output/server/node_modules/typeorm/query-builder/relation-id/RelationIdAttribute.js +88 -0
- package/.output/server/node_modules/typeorm/query-builder/relation-id/RelationIdLoader.js +275 -0
- package/.output/server/node_modules/typeorm/query-builder/relation-id/RelationIdMetadataToAttributeTransformer.js +55 -0
- package/.output/server/node_modules/typeorm/query-builder/result/DeleteResult.js +17 -0
- package/.output/server/node_modules/typeorm/query-builder/result/InsertResult.js +28 -0
- package/.output/server/node_modules/typeorm/query-builder/result/UpdateResult.js +29 -0
- package/.output/server/node_modules/typeorm/query-builder/transformer/DocumentToEntityTransformer.js +196 -0
- package/.output/server/node_modules/typeorm/query-builder/transformer/PlainObjectToDatabaseEntityTransformer.js +112 -0
- package/.output/server/node_modules/typeorm/query-builder/transformer/PlainObjectToNewEntityTransformer.js +92 -0
- package/.output/server/node_modules/typeorm/query-builder/transformer/RawSqlResultsToEntityTransformer.js +447 -0
- package/.output/server/node_modules/typeorm/query-runner/BaseQueryRunner.js +454 -0
- package/.output/server/node_modules/typeorm/query-runner/QueryLock.js +28 -0
- package/.output/server/node_modules/typeorm/query-runner/QueryResult.js +17 -0
- package/.output/server/node_modules/typeorm/repository/AbstractRepository.js +92 -0
- package/.output/server/node_modules/typeorm/repository/BaseEntity.js +328 -0
- package/.output/server/node_modules/typeorm/repository/MongoRepository.js +305 -0
- package/.output/server/node_modules/typeorm/repository/RemoveOptions.js +4 -0
- package/.output/server/node_modules/typeorm/repository/Repository.js +379 -0
- package/.output/server/node_modules/typeorm/repository/SaveOptions.js +4 -0
- package/.output/server/node_modules/typeorm/repository/TreeRepository.js +255 -0
- package/.output/server/node_modules/typeorm/schema-builder/MongoSchemaBuilder.js +66 -0
- package/.output/server/node_modules/typeorm/schema-builder/RdbmsSchemaBuilder.js +929 -0
- package/.output/server/node_modules/typeorm/schema-builder/options/TableCheckOptions.js +4 -0
- package/.output/server/node_modules/typeorm/schema-builder/options/TableColumnOptions.js +4 -0
- package/.output/server/node_modules/typeorm/schema-builder/options/TableExclusionOptions.js +4 -0
- package/.output/server/node_modules/typeorm/schema-builder/options/TableForeignKeyOptions.js +4 -0
- package/.output/server/node_modules/typeorm/schema-builder/options/TableIndexOptions.js +4 -0
- package/.output/server/node_modules/typeorm/schema-builder/options/TableOptions.js +4 -0
- package/.output/server/node_modules/typeorm/schema-builder/options/TableUniqueOptions.js +4 -0
- package/.output/server/node_modules/typeorm/schema-builder/options/ViewOptions.js +4 -0
- package/.output/server/node_modules/typeorm/schema-builder/table/Table.js +296 -0
- package/.output/server/node_modules/typeorm/schema-builder/table/TableCheck.js +49 -0
- package/.output/server/node_modules/typeorm/schema-builder/table/TableColumn.js +117 -0
- package/.output/server/node_modules/typeorm/schema-builder/table/TableExclusion.js +43 -0
- package/.output/server/node_modules/typeorm/schema-builder/table/TableForeignKey.js +72 -0
- package/.output/server/node_modules/typeorm/schema-builder/table/TableIndex.js +68 -0
- package/.output/server/node_modules/typeorm/schema-builder/table/TableUnique.js +50 -0
- package/.output/server/node_modules/typeorm/schema-builder/util/TableUtils.js +41 -0
- package/.output/server/node_modules/typeorm/schema-builder/util/ViewUtils.js +27 -0
- package/.output/server/node_modules/typeorm/schema-builder/view/View.js +71 -0
- package/.output/server/node_modules/typeorm/subscriber/Broadcaster.js +660 -0
- package/.output/server/node_modules/typeorm/subscriber/BroadcasterResult.js +30 -0
- package/.output/server/node_modules/typeorm/subscriber/event/QueryEvent.js +4 -0
- package/.output/server/node_modules/typeorm/util/ApplyValueTransformers.js +25 -0
- package/.output/server/node_modules/typeorm/util/DateUtils.js +229 -0
- package/.output/server/node_modules/typeorm/util/DepGraph.js +230 -0
- package/.output/server/node_modules/typeorm/util/DirectoryExportedClassesLoader.js +65 -0
- package/.output/server/node_modules/typeorm/util/ImportUtils.js +66 -0
- package/.output/server/node_modules/typeorm/util/InstanceChecker.js +104 -0
- package/.output/server/node_modules/typeorm/util/ObjectUtils.js +49 -0
- package/.output/server/node_modules/typeorm/util/OrmUtils.js +443 -0
- package/.output/server/node_modules/typeorm/util/PathUtils.js +33 -0
- package/.output/server/node_modules/typeorm/util/RandomGenerator.js +154 -0
- package/.output/server/node_modules/typeorm/util/SqlTagUtils.js +43 -0
- package/.output/server/node_modules/typeorm/util/StringUtils.js +113 -0
- package/.output/server/node_modules/typeorm/util/TreeRepositoryUtils.js +67 -0
- package/.output/server/node_modules/typeorm/util/VersionUtils.js +27 -0
- package/.output/server/node_modules/typeorm/util/escapeRegExp.js +10 -0
- package/.output/server/node_modules/ufo/dist/index.mjs +630 -0
- package/.output/server/node_modules/ufo/package.json +47 -0
- package/.output/server/node_modules/unhead/dist/plugins.mjs +94 -0
- package/.output/server/node_modules/unhead/dist/server.mjs +220 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.C13swrCa.mjs +48 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CApf5sj3.mjs +148 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Cp0iF6eN.mjs +177 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.DGkFBTYv.mjs +172 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.DQc16pHI.mjs +196 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.DZbvapt-.mjs +70 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.DeCxexjU.mjs +166 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.yem5I2v_.mjs +38 -0
- package/.output/server/node_modules/unhead/dist/utils.mjs +5 -0
- package/.output/server/node_modules/unhead/package.json +101 -0
- package/.output/server/node_modules/uuid/dist/cjs/index.js +31 -0
- package/.output/server/node_modules/uuid/dist/cjs/max.js +3 -0
- package/.output/server/node_modules/uuid/dist/cjs/md5.js +13 -0
- package/.output/server/node_modules/uuid/dist/cjs/native.js +4 -0
- package/.output/server/node_modules/uuid/dist/cjs/nil.js +3 -0
- package/.output/server/node_modules/uuid/dist/cjs/package.json +1 -0
- package/.output/server/node_modules/uuid/dist/cjs/parse.js +11 -0
- package/.output/server/node_modules/uuid/dist/cjs/regex.js +3 -0
- package/.output/server/node_modules/uuid/dist/cjs/rng.js +13 -0
- package/.output/server/node_modules/uuid/dist/cjs/sha1.js +13 -0
- package/.output/server/node_modules/uuid/dist/cjs/stringify.js +39 -0
- package/.output/server/node_modules/uuid/dist/cjs/v1.js +87 -0
- package/.output/server/node_modules/uuid/dist/cjs/v1ToV6.js +13 -0
- package/.output/server/node_modules/uuid/dist/cjs/v3.js +14 -0
- package/.output/server/node_modules/uuid/dist/cjs/v35.js +41 -0
- package/.output/server/node_modules/uuid/dist/cjs/v4.js +29 -0
- package/.output/server/node_modules/uuid/dist/cjs/v5.js +14 -0
- package/.output/server/node_modules/uuid/dist/cjs/v6.js +19 -0
- package/.output/server/node_modules/uuid/dist/cjs/v6ToV1.js +13 -0
- package/.output/server/node_modules/uuid/dist/cjs/v7.js +69 -0
- package/.output/server/node_modules/uuid/dist/cjs/validate.js +7 -0
- package/.output/server/node_modules/uuid/dist/cjs/version.js +10 -0
- package/.output/server/node_modules/uuid/package.json +132 -0
- package/.output/server/node_modules/vue/dist/vue.cjs.js +80 -0
- package/.output/server/node_modules/vue/dist/vue.cjs.prod.js +66 -0
- package/.output/server/node_modules/vue/index.js +7 -0
- package/.output/server/node_modules/vue/index.mjs +1 -0
- package/.output/server/node_modules/vue/package.json +112 -0
- package/.output/server/node_modules/vue/server-renderer/index.mjs +1 -0
- package/.output/server/node_modules/vue-bundle-renderer/dist/runtime.mjs +196 -0
- package/.output/server/node_modules/vue-bundle-renderer/package.json +50 -0
- package/.output/server/node_modules/xtend/mutable.js +17 -0
- package/.output/server/node_modules/xtend/package.json +55 -0
- package/.output/server/node_modules/zod/index.js +4 -0
- package/.output/server/node_modules/zod/package.json +135 -0
- package/.output/server/node_modules/zod/v3/ZodError.js +133 -0
- package/.output/server/node_modules/zod/v3/errors.js +9 -0
- package/.output/server/node_modules/zod/v3/external.js +6 -0
- package/.output/server/node_modules/zod/v3/helpers/errorUtil.js +6 -0
- package/.output/server/node_modules/zod/v3/helpers/parseUtil.js +109 -0
- package/.output/server/node_modules/zod/v3/helpers/typeAliases.js +1 -0
- package/.output/server/node_modules/zod/v3/helpers/util.js +133 -0
- package/.output/server/node_modules/zod/v3/index.js +4 -0
- package/.output/server/node_modules/zod/v3/locales/en.js +109 -0
- package/.output/server/node_modules/zod/v3/package.json +6 -0
- package/.output/server/node_modules/zod/v3/types.js +3695 -0
- package/.output/server/node_modules/zod/v4/classic/checks.js +1 -0
- package/.output/server/node_modules/zod/v4/classic/coerce.js +17 -0
- package/.output/server/node_modules/zod/v4/classic/compat.js +31 -0
- package/.output/server/node_modules/zod/v4/classic/errors.js +48 -0
- package/.output/server/node_modules/zod/v4/classic/external.js +20 -0
- package/.output/server/node_modules/zod/v4/classic/from-json-schema.js +584 -0
- package/.output/server/node_modules/zod/v4/classic/index.js +4 -0
- package/.output/server/node_modules/zod/v4/classic/iso.js +30 -0
- package/.output/server/node_modules/zod/v4/classic/package.json +6 -0
- package/.output/server/node_modules/zod/v4/classic/parse.js +15 -0
- package/.output/server/node_modules/zod/v4/classic/schemas.js +1157 -0
- package/.output/server/node_modules/zod/v4/core/api.js +1082 -0
- package/.output/server/node_modules/zod/v4/core/checks.js +575 -0
- package/.output/server/node_modules/zod/v4/core/core.js +76 -0
- package/.output/server/node_modules/zod/v4/core/doc.js +35 -0
- package/.output/server/node_modules/zod/v4/core/errors.js +182 -0
- package/.output/server/node_modules/zod/v4/core/index.js +16 -0
- package/.output/server/node_modules/zod/v4/core/json-schema-generator.js +95 -0
- package/.output/server/node_modules/zod/v4/core/json-schema-processors.js +605 -0
- package/.output/server/node_modules/zod/v4/core/json-schema.js +1 -0
- package/.output/server/node_modules/zod/v4/core/package.json +6 -0
- package/.output/server/node_modules/zod/v4/core/parse.js +93 -0
- package/.output/server/node_modules/zod/v4/core/regexes.js +133 -0
- package/.output/server/node_modules/zod/v4/core/registries.js +51 -0
- package/.output/server/node_modules/zod/v4/core/schemas.js +2095 -0
- package/.output/server/node_modules/zod/v4/core/to-json-schema.js +437 -0
- package/.output/server/node_modules/zod/v4/core/util.js +651 -0
- package/.output/server/node_modules/zod/v4/core/versions.js +5 -0
- package/.output/server/node_modules/zod/v4/index.js +3 -0
- package/.output/server/node_modules/zod/v4/locales/ar.js +106 -0
- package/.output/server/node_modules/zod/v4/locales/az.js +105 -0
- package/.output/server/node_modules/zod/v4/locales/be.js +156 -0
- package/.output/server/node_modules/zod/v4/locales/bg.js +120 -0
- package/.output/server/node_modules/zod/v4/locales/ca.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/cs.js +111 -0
- package/.output/server/node_modules/zod/v4/locales/da.js +115 -0
- package/.output/server/node_modules/zod/v4/locales/de.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/en.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/eo.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/es.js +132 -0
- package/.output/server/node_modules/zod/v4/locales/fa.js +114 -0
- package/.output/server/node_modules/zod/v4/locales/fi.js +112 -0
- package/.output/server/node_modules/zod/v4/locales/fr-CA.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/fr.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/he.js +214 -0
- package/.output/server/node_modules/zod/v4/locales/hu.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/hy.js +147 -0
- package/.output/server/node_modules/zod/v4/locales/id.js +106 -0
- package/.output/server/node_modules/zod/v4/locales/index.js +49 -0
- package/.output/server/node_modules/zod/v4/locales/is.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/it.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ja.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/ka.js +112 -0
- package/.output/server/node_modules/zod/v4/locales/kh.js +5 -0
- package/.output/server/node_modules/zod/v4/locales/km.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/ko.js +111 -0
- package/.output/server/node_modules/zod/v4/locales/lt.js +203 -0
- package/.output/server/node_modules/zod/v4/locales/mk.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/ms.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/nl.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/no.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ota.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/package.json +6 -0
- package/.output/server/node_modules/zod/v4/locales/pl.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/ps.js +114 -0
- package/.output/server/node_modules/zod/v4/locales/pt.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ru.js +156 -0
- package/.output/server/node_modules/zod/v4/locales/sl.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/sv.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/ta.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/th.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/tr.js +105 -0
- package/.output/server/node_modules/zod/v4/locales/ua.js +5 -0
- package/.output/server/node_modules/zod/v4/locales/uk.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ur.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/uz.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/vi.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/yo.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/zh-CN.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/zh-TW.js +107 -0
- package/.output/server/node_modules/zod/v4/package.json +6 -0
- package/.output/server/package.json +95 -0
- package/README.md +46 -0
- package/bin/cli.mjs +113 -0
- package/bin/entry.cjs +84 -0
- package/package.json +48 -0
|
@@ -0,0 +1,1157 @@
|
|
|
1
|
+
import * as core from "../core/index.js";
|
|
2
|
+
import { util } from "../core/index.js";
|
|
3
|
+
import * as processors from "../core/json-schema-processors.js";
|
|
4
|
+
import { createStandardJSONSchemaMethod, createToJSONSchemaMethod } from "../core/to-json-schema.js";
|
|
5
|
+
import * as checks from "./checks.js";
|
|
6
|
+
import * as iso from "./iso.js";
|
|
7
|
+
import * as parse from "./parse.js";
|
|
8
|
+
export const ZodType = /*@__PURE__*/ core.$constructor("ZodType", (inst, def) => {
|
|
9
|
+
core.$ZodType.init(inst, def);
|
|
10
|
+
Object.assign(inst["~standard"], {
|
|
11
|
+
jsonSchema: {
|
|
12
|
+
input: createStandardJSONSchemaMethod(inst, "input"),
|
|
13
|
+
output: createStandardJSONSchemaMethod(inst, "output"),
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
inst.toJSONSchema = createToJSONSchemaMethod(inst, {});
|
|
17
|
+
inst.def = def;
|
|
18
|
+
inst.type = def.type;
|
|
19
|
+
Object.defineProperty(inst, "_def", { value: def });
|
|
20
|
+
// base methods
|
|
21
|
+
inst.check = (...checks) => {
|
|
22
|
+
return inst.clone(util.mergeDefs(def, {
|
|
23
|
+
checks: [
|
|
24
|
+
...(def.checks ?? []),
|
|
25
|
+
...checks.map((ch) => typeof ch === "function" ? { _zod: { check: ch, def: { check: "custom" }, onattach: [] } } : ch),
|
|
26
|
+
],
|
|
27
|
+
}), {
|
|
28
|
+
parent: true,
|
|
29
|
+
});
|
|
30
|
+
};
|
|
31
|
+
inst.with = inst.check;
|
|
32
|
+
inst.clone = (def, params) => core.clone(inst, def, params);
|
|
33
|
+
inst.brand = () => inst;
|
|
34
|
+
inst.register = ((reg, meta) => {
|
|
35
|
+
reg.add(inst, meta);
|
|
36
|
+
return inst;
|
|
37
|
+
});
|
|
38
|
+
// parsing
|
|
39
|
+
inst.parse = (data, params) => parse.parse(inst, data, params, { callee: inst.parse });
|
|
40
|
+
inst.safeParse = (data, params) => parse.safeParse(inst, data, params);
|
|
41
|
+
inst.parseAsync = async (data, params) => parse.parseAsync(inst, data, params, { callee: inst.parseAsync });
|
|
42
|
+
inst.safeParseAsync = async (data, params) => parse.safeParseAsync(inst, data, params);
|
|
43
|
+
inst.spa = inst.safeParseAsync;
|
|
44
|
+
// encoding/decoding
|
|
45
|
+
inst.encode = (data, params) => parse.encode(inst, data, params);
|
|
46
|
+
inst.decode = (data, params) => parse.decode(inst, data, params);
|
|
47
|
+
inst.encodeAsync = async (data, params) => parse.encodeAsync(inst, data, params);
|
|
48
|
+
inst.decodeAsync = async (data, params) => parse.decodeAsync(inst, data, params);
|
|
49
|
+
inst.safeEncode = (data, params) => parse.safeEncode(inst, data, params);
|
|
50
|
+
inst.safeDecode = (data, params) => parse.safeDecode(inst, data, params);
|
|
51
|
+
inst.safeEncodeAsync = async (data, params) => parse.safeEncodeAsync(inst, data, params);
|
|
52
|
+
inst.safeDecodeAsync = async (data, params) => parse.safeDecodeAsync(inst, data, params);
|
|
53
|
+
// refinements
|
|
54
|
+
inst.refine = (check, params) => inst.check(refine(check, params));
|
|
55
|
+
inst.superRefine = (refinement) => inst.check(superRefine(refinement));
|
|
56
|
+
inst.overwrite = (fn) => inst.check(checks.overwrite(fn));
|
|
57
|
+
// wrappers
|
|
58
|
+
inst.optional = () => optional(inst);
|
|
59
|
+
inst.exactOptional = () => exactOptional(inst);
|
|
60
|
+
inst.nullable = () => nullable(inst);
|
|
61
|
+
inst.nullish = () => optional(nullable(inst));
|
|
62
|
+
inst.nonoptional = (params) => nonoptional(inst, params);
|
|
63
|
+
inst.array = () => array(inst);
|
|
64
|
+
inst.or = (arg) => union([inst, arg]);
|
|
65
|
+
inst.and = (arg) => intersection(inst, arg);
|
|
66
|
+
inst.transform = (tx) => pipe(inst, transform(tx));
|
|
67
|
+
inst.default = (def) => _default(inst, def);
|
|
68
|
+
inst.prefault = (def) => prefault(inst, def);
|
|
69
|
+
// inst.coalesce = (def, params) => coalesce(inst, def, params);
|
|
70
|
+
inst.catch = (params) => _catch(inst, params);
|
|
71
|
+
inst.pipe = (target) => pipe(inst, target);
|
|
72
|
+
inst.readonly = () => readonly(inst);
|
|
73
|
+
// meta
|
|
74
|
+
inst.describe = (description) => {
|
|
75
|
+
const cl = inst.clone();
|
|
76
|
+
core.globalRegistry.add(cl, { description });
|
|
77
|
+
return cl;
|
|
78
|
+
};
|
|
79
|
+
Object.defineProperty(inst, "description", {
|
|
80
|
+
get() {
|
|
81
|
+
return core.globalRegistry.get(inst)?.description;
|
|
82
|
+
},
|
|
83
|
+
configurable: true,
|
|
84
|
+
});
|
|
85
|
+
inst.meta = (...args) => {
|
|
86
|
+
if (args.length === 0) {
|
|
87
|
+
return core.globalRegistry.get(inst);
|
|
88
|
+
}
|
|
89
|
+
const cl = inst.clone();
|
|
90
|
+
core.globalRegistry.add(cl, args[0]);
|
|
91
|
+
return cl;
|
|
92
|
+
};
|
|
93
|
+
// helpers
|
|
94
|
+
inst.isOptional = () => inst.safeParse(undefined).success;
|
|
95
|
+
inst.isNullable = () => inst.safeParse(null).success;
|
|
96
|
+
inst.apply = (fn) => fn(inst);
|
|
97
|
+
return inst;
|
|
98
|
+
});
|
|
99
|
+
/** @internal */
|
|
100
|
+
export const _ZodString = /*@__PURE__*/ core.$constructor("_ZodString", (inst, def) => {
|
|
101
|
+
core.$ZodString.init(inst, def);
|
|
102
|
+
ZodType.init(inst, def);
|
|
103
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.stringProcessor(inst, ctx, json, params);
|
|
104
|
+
const bag = inst._zod.bag;
|
|
105
|
+
inst.format = bag.format ?? null;
|
|
106
|
+
inst.minLength = bag.minimum ?? null;
|
|
107
|
+
inst.maxLength = bag.maximum ?? null;
|
|
108
|
+
// validations
|
|
109
|
+
inst.regex = (...args) => inst.check(checks.regex(...args));
|
|
110
|
+
inst.includes = (...args) => inst.check(checks.includes(...args));
|
|
111
|
+
inst.startsWith = (...args) => inst.check(checks.startsWith(...args));
|
|
112
|
+
inst.endsWith = (...args) => inst.check(checks.endsWith(...args));
|
|
113
|
+
inst.min = (...args) => inst.check(checks.minLength(...args));
|
|
114
|
+
inst.max = (...args) => inst.check(checks.maxLength(...args));
|
|
115
|
+
inst.length = (...args) => inst.check(checks.length(...args));
|
|
116
|
+
inst.nonempty = (...args) => inst.check(checks.minLength(1, ...args));
|
|
117
|
+
inst.lowercase = (params) => inst.check(checks.lowercase(params));
|
|
118
|
+
inst.uppercase = (params) => inst.check(checks.uppercase(params));
|
|
119
|
+
// transforms
|
|
120
|
+
inst.trim = () => inst.check(checks.trim());
|
|
121
|
+
inst.normalize = (...args) => inst.check(checks.normalize(...args));
|
|
122
|
+
inst.toLowerCase = () => inst.check(checks.toLowerCase());
|
|
123
|
+
inst.toUpperCase = () => inst.check(checks.toUpperCase());
|
|
124
|
+
inst.slugify = () => inst.check(checks.slugify());
|
|
125
|
+
});
|
|
126
|
+
export const ZodString = /*@__PURE__*/ core.$constructor("ZodString", (inst, def) => {
|
|
127
|
+
core.$ZodString.init(inst, def);
|
|
128
|
+
_ZodString.init(inst, def);
|
|
129
|
+
inst.email = (params) => inst.check(core._email(ZodEmail, params));
|
|
130
|
+
inst.url = (params) => inst.check(core._url(ZodURL, params));
|
|
131
|
+
inst.jwt = (params) => inst.check(core._jwt(ZodJWT, params));
|
|
132
|
+
inst.emoji = (params) => inst.check(core._emoji(ZodEmoji, params));
|
|
133
|
+
inst.guid = (params) => inst.check(core._guid(ZodGUID, params));
|
|
134
|
+
inst.uuid = (params) => inst.check(core._uuid(ZodUUID, params));
|
|
135
|
+
inst.uuidv4 = (params) => inst.check(core._uuidv4(ZodUUID, params));
|
|
136
|
+
inst.uuidv6 = (params) => inst.check(core._uuidv6(ZodUUID, params));
|
|
137
|
+
inst.uuidv7 = (params) => inst.check(core._uuidv7(ZodUUID, params));
|
|
138
|
+
inst.nanoid = (params) => inst.check(core._nanoid(ZodNanoID, params));
|
|
139
|
+
inst.guid = (params) => inst.check(core._guid(ZodGUID, params));
|
|
140
|
+
inst.cuid = (params) => inst.check(core._cuid(ZodCUID, params));
|
|
141
|
+
inst.cuid2 = (params) => inst.check(core._cuid2(ZodCUID2, params));
|
|
142
|
+
inst.ulid = (params) => inst.check(core._ulid(ZodULID, params));
|
|
143
|
+
inst.base64 = (params) => inst.check(core._base64(ZodBase64, params));
|
|
144
|
+
inst.base64url = (params) => inst.check(core._base64url(ZodBase64URL, params));
|
|
145
|
+
inst.xid = (params) => inst.check(core._xid(ZodXID, params));
|
|
146
|
+
inst.ksuid = (params) => inst.check(core._ksuid(ZodKSUID, params));
|
|
147
|
+
inst.ipv4 = (params) => inst.check(core._ipv4(ZodIPv4, params));
|
|
148
|
+
inst.ipv6 = (params) => inst.check(core._ipv6(ZodIPv6, params));
|
|
149
|
+
inst.cidrv4 = (params) => inst.check(core._cidrv4(ZodCIDRv4, params));
|
|
150
|
+
inst.cidrv6 = (params) => inst.check(core._cidrv6(ZodCIDRv6, params));
|
|
151
|
+
inst.e164 = (params) => inst.check(core._e164(ZodE164, params));
|
|
152
|
+
// iso
|
|
153
|
+
inst.datetime = (params) => inst.check(iso.datetime(params));
|
|
154
|
+
inst.date = (params) => inst.check(iso.date(params));
|
|
155
|
+
inst.time = (params) => inst.check(iso.time(params));
|
|
156
|
+
inst.duration = (params) => inst.check(iso.duration(params));
|
|
157
|
+
});
|
|
158
|
+
export function string(params) {
|
|
159
|
+
return core._string(ZodString, params);
|
|
160
|
+
}
|
|
161
|
+
export const ZodStringFormat = /*@__PURE__*/ core.$constructor("ZodStringFormat", (inst, def) => {
|
|
162
|
+
core.$ZodStringFormat.init(inst, def);
|
|
163
|
+
_ZodString.init(inst, def);
|
|
164
|
+
});
|
|
165
|
+
export const ZodEmail = /*@__PURE__*/ core.$constructor("ZodEmail", (inst, def) => {
|
|
166
|
+
// ZodStringFormat.init(inst, def);
|
|
167
|
+
core.$ZodEmail.init(inst, def);
|
|
168
|
+
ZodStringFormat.init(inst, def);
|
|
169
|
+
});
|
|
170
|
+
export function email(params) {
|
|
171
|
+
return core._email(ZodEmail, params);
|
|
172
|
+
}
|
|
173
|
+
export const ZodGUID = /*@__PURE__*/ core.$constructor("ZodGUID", (inst, def) => {
|
|
174
|
+
// ZodStringFormat.init(inst, def);
|
|
175
|
+
core.$ZodGUID.init(inst, def);
|
|
176
|
+
ZodStringFormat.init(inst, def);
|
|
177
|
+
});
|
|
178
|
+
export function guid(params) {
|
|
179
|
+
return core._guid(ZodGUID, params);
|
|
180
|
+
}
|
|
181
|
+
export const ZodUUID = /*@__PURE__*/ core.$constructor("ZodUUID", (inst, def) => {
|
|
182
|
+
// ZodStringFormat.init(inst, def);
|
|
183
|
+
core.$ZodUUID.init(inst, def);
|
|
184
|
+
ZodStringFormat.init(inst, def);
|
|
185
|
+
});
|
|
186
|
+
export function uuid(params) {
|
|
187
|
+
return core._uuid(ZodUUID, params);
|
|
188
|
+
}
|
|
189
|
+
export function uuidv4(params) {
|
|
190
|
+
return core._uuidv4(ZodUUID, params);
|
|
191
|
+
}
|
|
192
|
+
// ZodUUIDv6
|
|
193
|
+
export function uuidv6(params) {
|
|
194
|
+
return core._uuidv6(ZodUUID, params);
|
|
195
|
+
}
|
|
196
|
+
// ZodUUIDv7
|
|
197
|
+
export function uuidv7(params) {
|
|
198
|
+
return core._uuidv7(ZodUUID, params);
|
|
199
|
+
}
|
|
200
|
+
export const ZodURL = /*@__PURE__*/ core.$constructor("ZodURL", (inst, def) => {
|
|
201
|
+
// ZodStringFormat.init(inst, def);
|
|
202
|
+
core.$ZodURL.init(inst, def);
|
|
203
|
+
ZodStringFormat.init(inst, def);
|
|
204
|
+
});
|
|
205
|
+
export function url(params) {
|
|
206
|
+
return core._url(ZodURL, params);
|
|
207
|
+
}
|
|
208
|
+
export function httpUrl(params) {
|
|
209
|
+
return core._url(ZodURL, {
|
|
210
|
+
protocol: /^https?$/,
|
|
211
|
+
hostname: core.regexes.domain,
|
|
212
|
+
...util.normalizeParams(params),
|
|
213
|
+
});
|
|
214
|
+
}
|
|
215
|
+
export const ZodEmoji = /*@__PURE__*/ core.$constructor("ZodEmoji", (inst, def) => {
|
|
216
|
+
// ZodStringFormat.init(inst, def);
|
|
217
|
+
core.$ZodEmoji.init(inst, def);
|
|
218
|
+
ZodStringFormat.init(inst, def);
|
|
219
|
+
});
|
|
220
|
+
export function emoji(params) {
|
|
221
|
+
return core._emoji(ZodEmoji, params);
|
|
222
|
+
}
|
|
223
|
+
export const ZodNanoID = /*@__PURE__*/ core.$constructor("ZodNanoID", (inst, def) => {
|
|
224
|
+
// ZodStringFormat.init(inst, def);
|
|
225
|
+
core.$ZodNanoID.init(inst, def);
|
|
226
|
+
ZodStringFormat.init(inst, def);
|
|
227
|
+
});
|
|
228
|
+
export function nanoid(params) {
|
|
229
|
+
return core._nanoid(ZodNanoID, params);
|
|
230
|
+
}
|
|
231
|
+
export const ZodCUID = /*@__PURE__*/ core.$constructor("ZodCUID", (inst, def) => {
|
|
232
|
+
// ZodStringFormat.init(inst, def);
|
|
233
|
+
core.$ZodCUID.init(inst, def);
|
|
234
|
+
ZodStringFormat.init(inst, def);
|
|
235
|
+
});
|
|
236
|
+
export function cuid(params) {
|
|
237
|
+
return core._cuid(ZodCUID, params);
|
|
238
|
+
}
|
|
239
|
+
export const ZodCUID2 = /*@__PURE__*/ core.$constructor("ZodCUID2", (inst, def) => {
|
|
240
|
+
// ZodStringFormat.init(inst, def);
|
|
241
|
+
core.$ZodCUID2.init(inst, def);
|
|
242
|
+
ZodStringFormat.init(inst, def);
|
|
243
|
+
});
|
|
244
|
+
export function cuid2(params) {
|
|
245
|
+
return core._cuid2(ZodCUID2, params);
|
|
246
|
+
}
|
|
247
|
+
export const ZodULID = /*@__PURE__*/ core.$constructor("ZodULID", (inst, def) => {
|
|
248
|
+
// ZodStringFormat.init(inst, def);
|
|
249
|
+
core.$ZodULID.init(inst, def);
|
|
250
|
+
ZodStringFormat.init(inst, def);
|
|
251
|
+
});
|
|
252
|
+
export function ulid(params) {
|
|
253
|
+
return core._ulid(ZodULID, params);
|
|
254
|
+
}
|
|
255
|
+
export const ZodXID = /*@__PURE__*/ core.$constructor("ZodXID", (inst, def) => {
|
|
256
|
+
// ZodStringFormat.init(inst, def);
|
|
257
|
+
core.$ZodXID.init(inst, def);
|
|
258
|
+
ZodStringFormat.init(inst, def);
|
|
259
|
+
});
|
|
260
|
+
export function xid(params) {
|
|
261
|
+
return core._xid(ZodXID, params);
|
|
262
|
+
}
|
|
263
|
+
export const ZodKSUID = /*@__PURE__*/ core.$constructor("ZodKSUID", (inst, def) => {
|
|
264
|
+
// ZodStringFormat.init(inst, def);
|
|
265
|
+
core.$ZodKSUID.init(inst, def);
|
|
266
|
+
ZodStringFormat.init(inst, def);
|
|
267
|
+
});
|
|
268
|
+
export function ksuid(params) {
|
|
269
|
+
return core._ksuid(ZodKSUID, params);
|
|
270
|
+
}
|
|
271
|
+
export const ZodIPv4 = /*@__PURE__*/ core.$constructor("ZodIPv4", (inst, def) => {
|
|
272
|
+
// ZodStringFormat.init(inst, def);
|
|
273
|
+
core.$ZodIPv4.init(inst, def);
|
|
274
|
+
ZodStringFormat.init(inst, def);
|
|
275
|
+
});
|
|
276
|
+
export function ipv4(params) {
|
|
277
|
+
return core._ipv4(ZodIPv4, params);
|
|
278
|
+
}
|
|
279
|
+
export const ZodMAC = /*@__PURE__*/ core.$constructor("ZodMAC", (inst, def) => {
|
|
280
|
+
// ZodStringFormat.init(inst, def);
|
|
281
|
+
core.$ZodMAC.init(inst, def);
|
|
282
|
+
ZodStringFormat.init(inst, def);
|
|
283
|
+
});
|
|
284
|
+
export function mac(params) {
|
|
285
|
+
return core._mac(ZodMAC, params);
|
|
286
|
+
}
|
|
287
|
+
export const ZodIPv6 = /*@__PURE__*/ core.$constructor("ZodIPv6", (inst, def) => {
|
|
288
|
+
// ZodStringFormat.init(inst, def);
|
|
289
|
+
core.$ZodIPv6.init(inst, def);
|
|
290
|
+
ZodStringFormat.init(inst, def);
|
|
291
|
+
});
|
|
292
|
+
export function ipv6(params) {
|
|
293
|
+
return core._ipv6(ZodIPv6, params);
|
|
294
|
+
}
|
|
295
|
+
export const ZodCIDRv4 = /*@__PURE__*/ core.$constructor("ZodCIDRv4", (inst, def) => {
|
|
296
|
+
core.$ZodCIDRv4.init(inst, def);
|
|
297
|
+
ZodStringFormat.init(inst, def);
|
|
298
|
+
});
|
|
299
|
+
export function cidrv4(params) {
|
|
300
|
+
return core._cidrv4(ZodCIDRv4, params);
|
|
301
|
+
}
|
|
302
|
+
export const ZodCIDRv6 = /*@__PURE__*/ core.$constructor("ZodCIDRv6", (inst, def) => {
|
|
303
|
+
core.$ZodCIDRv6.init(inst, def);
|
|
304
|
+
ZodStringFormat.init(inst, def);
|
|
305
|
+
});
|
|
306
|
+
export function cidrv6(params) {
|
|
307
|
+
return core._cidrv6(ZodCIDRv6, params);
|
|
308
|
+
}
|
|
309
|
+
export const ZodBase64 = /*@__PURE__*/ core.$constructor("ZodBase64", (inst, def) => {
|
|
310
|
+
// ZodStringFormat.init(inst, def);
|
|
311
|
+
core.$ZodBase64.init(inst, def);
|
|
312
|
+
ZodStringFormat.init(inst, def);
|
|
313
|
+
});
|
|
314
|
+
export function base64(params) {
|
|
315
|
+
return core._base64(ZodBase64, params);
|
|
316
|
+
}
|
|
317
|
+
export const ZodBase64URL = /*@__PURE__*/ core.$constructor("ZodBase64URL", (inst, def) => {
|
|
318
|
+
// ZodStringFormat.init(inst, def);
|
|
319
|
+
core.$ZodBase64URL.init(inst, def);
|
|
320
|
+
ZodStringFormat.init(inst, def);
|
|
321
|
+
});
|
|
322
|
+
export function base64url(params) {
|
|
323
|
+
return core._base64url(ZodBase64URL, params);
|
|
324
|
+
}
|
|
325
|
+
export const ZodE164 = /*@__PURE__*/ core.$constructor("ZodE164", (inst, def) => {
|
|
326
|
+
// ZodStringFormat.init(inst, def);
|
|
327
|
+
core.$ZodE164.init(inst, def);
|
|
328
|
+
ZodStringFormat.init(inst, def);
|
|
329
|
+
});
|
|
330
|
+
export function e164(params) {
|
|
331
|
+
return core._e164(ZodE164, params);
|
|
332
|
+
}
|
|
333
|
+
export const ZodJWT = /*@__PURE__*/ core.$constructor("ZodJWT", (inst, def) => {
|
|
334
|
+
// ZodStringFormat.init(inst, def);
|
|
335
|
+
core.$ZodJWT.init(inst, def);
|
|
336
|
+
ZodStringFormat.init(inst, def);
|
|
337
|
+
});
|
|
338
|
+
export function jwt(params) {
|
|
339
|
+
return core._jwt(ZodJWT, params);
|
|
340
|
+
}
|
|
341
|
+
export const ZodCustomStringFormat = /*@__PURE__*/ core.$constructor("ZodCustomStringFormat", (inst, def) => {
|
|
342
|
+
// ZodStringFormat.init(inst, def);
|
|
343
|
+
core.$ZodCustomStringFormat.init(inst, def);
|
|
344
|
+
ZodStringFormat.init(inst, def);
|
|
345
|
+
});
|
|
346
|
+
export function stringFormat(format, fnOrRegex, _params = {}) {
|
|
347
|
+
return core._stringFormat(ZodCustomStringFormat, format, fnOrRegex, _params);
|
|
348
|
+
}
|
|
349
|
+
export function hostname(_params) {
|
|
350
|
+
return core._stringFormat(ZodCustomStringFormat, "hostname", core.regexes.hostname, _params);
|
|
351
|
+
}
|
|
352
|
+
export function hex(_params) {
|
|
353
|
+
return core._stringFormat(ZodCustomStringFormat, "hex", core.regexes.hex, _params);
|
|
354
|
+
}
|
|
355
|
+
export function hash(alg, params) {
|
|
356
|
+
const enc = params?.enc ?? "hex";
|
|
357
|
+
const format = `${alg}_${enc}`;
|
|
358
|
+
const regex = core.regexes[format];
|
|
359
|
+
if (!regex)
|
|
360
|
+
throw new Error(`Unrecognized hash format: ${format}`);
|
|
361
|
+
return core._stringFormat(ZodCustomStringFormat, format, regex, params);
|
|
362
|
+
}
|
|
363
|
+
export const ZodNumber = /*@__PURE__*/ core.$constructor("ZodNumber", (inst, def) => {
|
|
364
|
+
core.$ZodNumber.init(inst, def);
|
|
365
|
+
ZodType.init(inst, def);
|
|
366
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.numberProcessor(inst, ctx, json, params);
|
|
367
|
+
inst.gt = (value, params) => inst.check(checks.gt(value, params));
|
|
368
|
+
inst.gte = (value, params) => inst.check(checks.gte(value, params));
|
|
369
|
+
inst.min = (value, params) => inst.check(checks.gte(value, params));
|
|
370
|
+
inst.lt = (value, params) => inst.check(checks.lt(value, params));
|
|
371
|
+
inst.lte = (value, params) => inst.check(checks.lte(value, params));
|
|
372
|
+
inst.max = (value, params) => inst.check(checks.lte(value, params));
|
|
373
|
+
inst.int = (params) => inst.check(int(params));
|
|
374
|
+
inst.safe = (params) => inst.check(int(params));
|
|
375
|
+
inst.positive = (params) => inst.check(checks.gt(0, params));
|
|
376
|
+
inst.nonnegative = (params) => inst.check(checks.gte(0, params));
|
|
377
|
+
inst.negative = (params) => inst.check(checks.lt(0, params));
|
|
378
|
+
inst.nonpositive = (params) => inst.check(checks.lte(0, params));
|
|
379
|
+
inst.multipleOf = (value, params) => inst.check(checks.multipleOf(value, params));
|
|
380
|
+
inst.step = (value, params) => inst.check(checks.multipleOf(value, params));
|
|
381
|
+
// inst.finite = (params) => inst.check(core.finite(params));
|
|
382
|
+
inst.finite = () => inst;
|
|
383
|
+
const bag = inst._zod.bag;
|
|
384
|
+
inst.minValue =
|
|
385
|
+
Math.max(bag.minimum ?? Number.NEGATIVE_INFINITY, bag.exclusiveMinimum ?? Number.NEGATIVE_INFINITY) ?? null;
|
|
386
|
+
inst.maxValue =
|
|
387
|
+
Math.min(bag.maximum ?? Number.POSITIVE_INFINITY, bag.exclusiveMaximum ?? Number.POSITIVE_INFINITY) ?? null;
|
|
388
|
+
inst.isInt = (bag.format ?? "").includes("int") || Number.isSafeInteger(bag.multipleOf ?? 0.5);
|
|
389
|
+
inst.isFinite = true;
|
|
390
|
+
inst.format = bag.format ?? null;
|
|
391
|
+
});
|
|
392
|
+
export function number(params) {
|
|
393
|
+
return core._number(ZodNumber, params);
|
|
394
|
+
}
|
|
395
|
+
export const ZodNumberFormat = /*@__PURE__*/ core.$constructor("ZodNumberFormat", (inst, def) => {
|
|
396
|
+
core.$ZodNumberFormat.init(inst, def);
|
|
397
|
+
ZodNumber.init(inst, def);
|
|
398
|
+
});
|
|
399
|
+
export function int(params) {
|
|
400
|
+
return core._int(ZodNumberFormat, params);
|
|
401
|
+
}
|
|
402
|
+
export function float32(params) {
|
|
403
|
+
return core._float32(ZodNumberFormat, params);
|
|
404
|
+
}
|
|
405
|
+
export function float64(params) {
|
|
406
|
+
return core._float64(ZodNumberFormat, params);
|
|
407
|
+
}
|
|
408
|
+
export function int32(params) {
|
|
409
|
+
return core._int32(ZodNumberFormat, params);
|
|
410
|
+
}
|
|
411
|
+
export function uint32(params) {
|
|
412
|
+
return core._uint32(ZodNumberFormat, params);
|
|
413
|
+
}
|
|
414
|
+
export const ZodBoolean = /*@__PURE__*/ core.$constructor("ZodBoolean", (inst, def) => {
|
|
415
|
+
core.$ZodBoolean.init(inst, def);
|
|
416
|
+
ZodType.init(inst, def);
|
|
417
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.booleanProcessor(inst, ctx, json, params);
|
|
418
|
+
});
|
|
419
|
+
export function boolean(params) {
|
|
420
|
+
return core._boolean(ZodBoolean, params);
|
|
421
|
+
}
|
|
422
|
+
export const ZodBigInt = /*@__PURE__*/ core.$constructor("ZodBigInt", (inst, def) => {
|
|
423
|
+
core.$ZodBigInt.init(inst, def);
|
|
424
|
+
ZodType.init(inst, def);
|
|
425
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.bigintProcessor(inst, ctx, json, params);
|
|
426
|
+
inst.gte = (value, params) => inst.check(checks.gte(value, params));
|
|
427
|
+
inst.min = (value, params) => inst.check(checks.gte(value, params));
|
|
428
|
+
inst.gt = (value, params) => inst.check(checks.gt(value, params));
|
|
429
|
+
inst.gte = (value, params) => inst.check(checks.gte(value, params));
|
|
430
|
+
inst.min = (value, params) => inst.check(checks.gte(value, params));
|
|
431
|
+
inst.lt = (value, params) => inst.check(checks.lt(value, params));
|
|
432
|
+
inst.lte = (value, params) => inst.check(checks.lte(value, params));
|
|
433
|
+
inst.max = (value, params) => inst.check(checks.lte(value, params));
|
|
434
|
+
inst.positive = (params) => inst.check(checks.gt(BigInt(0), params));
|
|
435
|
+
inst.negative = (params) => inst.check(checks.lt(BigInt(0), params));
|
|
436
|
+
inst.nonpositive = (params) => inst.check(checks.lte(BigInt(0), params));
|
|
437
|
+
inst.nonnegative = (params) => inst.check(checks.gte(BigInt(0), params));
|
|
438
|
+
inst.multipleOf = (value, params) => inst.check(checks.multipleOf(value, params));
|
|
439
|
+
const bag = inst._zod.bag;
|
|
440
|
+
inst.minValue = bag.minimum ?? null;
|
|
441
|
+
inst.maxValue = bag.maximum ?? null;
|
|
442
|
+
inst.format = bag.format ?? null;
|
|
443
|
+
});
|
|
444
|
+
export function bigint(params) {
|
|
445
|
+
return core._bigint(ZodBigInt, params);
|
|
446
|
+
}
|
|
447
|
+
export const ZodBigIntFormat = /*@__PURE__*/ core.$constructor("ZodBigIntFormat", (inst, def) => {
|
|
448
|
+
core.$ZodBigIntFormat.init(inst, def);
|
|
449
|
+
ZodBigInt.init(inst, def);
|
|
450
|
+
});
|
|
451
|
+
// int64
|
|
452
|
+
export function int64(params) {
|
|
453
|
+
return core._int64(ZodBigIntFormat, params);
|
|
454
|
+
}
|
|
455
|
+
// uint64
|
|
456
|
+
export function uint64(params) {
|
|
457
|
+
return core._uint64(ZodBigIntFormat, params);
|
|
458
|
+
}
|
|
459
|
+
export const ZodSymbol = /*@__PURE__*/ core.$constructor("ZodSymbol", (inst, def) => {
|
|
460
|
+
core.$ZodSymbol.init(inst, def);
|
|
461
|
+
ZodType.init(inst, def);
|
|
462
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.symbolProcessor(inst, ctx, json, params);
|
|
463
|
+
});
|
|
464
|
+
export function symbol(params) {
|
|
465
|
+
return core._symbol(ZodSymbol, params);
|
|
466
|
+
}
|
|
467
|
+
export const ZodUndefined = /*@__PURE__*/ core.$constructor("ZodUndefined", (inst, def) => {
|
|
468
|
+
core.$ZodUndefined.init(inst, def);
|
|
469
|
+
ZodType.init(inst, def);
|
|
470
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.undefinedProcessor(inst, ctx, json, params);
|
|
471
|
+
});
|
|
472
|
+
function _undefined(params) {
|
|
473
|
+
return core._undefined(ZodUndefined, params);
|
|
474
|
+
}
|
|
475
|
+
export { _undefined as undefined };
|
|
476
|
+
export const ZodNull = /*@__PURE__*/ core.$constructor("ZodNull", (inst, def) => {
|
|
477
|
+
core.$ZodNull.init(inst, def);
|
|
478
|
+
ZodType.init(inst, def);
|
|
479
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.nullProcessor(inst, ctx, json, params);
|
|
480
|
+
});
|
|
481
|
+
function _null(params) {
|
|
482
|
+
return core._null(ZodNull, params);
|
|
483
|
+
}
|
|
484
|
+
export { _null as null };
|
|
485
|
+
export const ZodAny = /*@__PURE__*/ core.$constructor("ZodAny", (inst, def) => {
|
|
486
|
+
core.$ZodAny.init(inst, def);
|
|
487
|
+
ZodType.init(inst, def);
|
|
488
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.anyProcessor(inst, ctx, json, params);
|
|
489
|
+
});
|
|
490
|
+
export function any() {
|
|
491
|
+
return core._any(ZodAny);
|
|
492
|
+
}
|
|
493
|
+
export const ZodUnknown = /*@__PURE__*/ core.$constructor("ZodUnknown", (inst, def) => {
|
|
494
|
+
core.$ZodUnknown.init(inst, def);
|
|
495
|
+
ZodType.init(inst, def);
|
|
496
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.unknownProcessor(inst, ctx, json, params);
|
|
497
|
+
});
|
|
498
|
+
export function unknown() {
|
|
499
|
+
return core._unknown(ZodUnknown);
|
|
500
|
+
}
|
|
501
|
+
export const ZodNever = /*@__PURE__*/ core.$constructor("ZodNever", (inst, def) => {
|
|
502
|
+
core.$ZodNever.init(inst, def);
|
|
503
|
+
ZodType.init(inst, def);
|
|
504
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.neverProcessor(inst, ctx, json, params);
|
|
505
|
+
});
|
|
506
|
+
export function never(params) {
|
|
507
|
+
return core._never(ZodNever, params);
|
|
508
|
+
}
|
|
509
|
+
export const ZodVoid = /*@__PURE__*/ core.$constructor("ZodVoid", (inst, def) => {
|
|
510
|
+
core.$ZodVoid.init(inst, def);
|
|
511
|
+
ZodType.init(inst, def);
|
|
512
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.voidProcessor(inst, ctx, json, params);
|
|
513
|
+
});
|
|
514
|
+
function _void(params) {
|
|
515
|
+
return core._void(ZodVoid, params);
|
|
516
|
+
}
|
|
517
|
+
export { _void as void };
|
|
518
|
+
export const ZodDate = /*@__PURE__*/ core.$constructor("ZodDate", (inst, def) => {
|
|
519
|
+
core.$ZodDate.init(inst, def);
|
|
520
|
+
ZodType.init(inst, def);
|
|
521
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.dateProcessor(inst, ctx, json, params);
|
|
522
|
+
inst.min = (value, params) => inst.check(checks.gte(value, params));
|
|
523
|
+
inst.max = (value, params) => inst.check(checks.lte(value, params));
|
|
524
|
+
const c = inst._zod.bag;
|
|
525
|
+
inst.minDate = c.minimum ? new Date(c.minimum) : null;
|
|
526
|
+
inst.maxDate = c.maximum ? new Date(c.maximum) : null;
|
|
527
|
+
});
|
|
528
|
+
export function date(params) {
|
|
529
|
+
return core._date(ZodDate, params);
|
|
530
|
+
}
|
|
531
|
+
export const ZodArray = /*@__PURE__*/ core.$constructor("ZodArray", (inst, def) => {
|
|
532
|
+
core.$ZodArray.init(inst, def);
|
|
533
|
+
ZodType.init(inst, def);
|
|
534
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.arrayProcessor(inst, ctx, json, params);
|
|
535
|
+
inst.element = def.element;
|
|
536
|
+
inst.min = (minLength, params) => inst.check(checks.minLength(minLength, params));
|
|
537
|
+
inst.nonempty = (params) => inst.check(checks.minLength(1, params));
|
|
538
|
+
inst.max = (maxLength, params) => inst.check(checks.maxLength(maxLength, params));
|
|
539
|
+
inst.length = (len, params) => inst.check(checks.length(len, params));
|
|
540
|
+
inst.unwrap = () => inst.element;
|
|
541
|
+
});
|
|
542
|
+
export function array(element, params) {
|
|
543
|
+
return core._array(ZodArray, element, params);
|
|
544
|
+
}
|
|
545
|
+
// .keyof
|
|
546
|
+
export function keyof(schema) {
|
|
547
|
+
const shape = schema._zod.def.shape;
|
|
548
|
+
return _enum(Object.keys(shape));
|
|
549
|
+
}
|
|
550
|
+
export const ZodObject = /*@__PURE__*/ core.$constructor("ZodObject", (inst, def) => {
|
|
551
|
+
core.$ZodObjectJIT.init(inst, def);
|
|
552
|
+
ZodType.init(inst, def);
|
|
553
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.objectProcessor(inst, ctx, json, params);
|
|
554
|
+
util.defineLazy(inst, "shape", () => {
|
|
555
|
+
return def.shape;
|
|
556
|
+
});
|
|
557
|
+
inst.keyof = () => _enum(Object.keys(inst._zod.def.shape));
|
|
558
|
+
inst.catchall = (catchall) => inst.clone({ ...inst._zod.def, catchall: catchall });
|
|
559
|
+
inst.passthrough = () => inst.clone({ ...inst._zod.def, catchall: unknown() });
|
|
560
|
+
inst.loose = () => inst.clone({ ...inst._zod.def, catchall: unknown() });
|
|
561
|
+
inst.strict = () => inst.clone({ ...inst._zod.def, catchall: never() });
|
|
562
|
+
inst.strip = () => inst.clone({ ...inst._zod.def, catchall: undefined });
|
|
563
|
+
inst.extend = (incoming) => {
|
|
564
|
+
return util.extend(inst, incoming);
|
|
565
|
+
};
|
|
566
|
+
inst.safeExtend = (incoming) => {
|
|
567
|
+
return util.safeExtend(inst, incoming);
|
|
568
|
+
};
|
|
569
|
+
inst.merge = (other) => util.merge(inst, other);
|
|
570
|
+
inst.pick = (mask) => util.pick(inst, mask);
|
|
571
|
+
inst.omit = (mask) => util.omit(inst, mask);
|
|
572
|
+
inst.partial = (...args) => util.partial(ZodOptional, inst, args[0]);
|
|
573
|
+
inst.required = (...args) => util.required(ZodNonOptional, inst, args[0]);
|
|
574
|
+
});
|
|
575
|
+
export function object(shape, params) {
|
|
576
|
+
const def = {
|
|
577
|
+
type: "object",
|
|
578
|
+
shape: shape ?? {},
|
|
579
|
+
...util.normalizeParams(params),
|
|
580
|
+
};
|
|
581
|
+
return new ZodObject(def);
|
|
582
|
+
}
|
|
583
|
+
// strictObject
|
|
584
|
+
export function strictObject(shape, params) {
|
|
585
|
+
return new ZodObject({
|
|
586
|
+
type: "object",
|
|
587
|
+
shape,
|
|
588
|
+
catchall: never(),
|
|
589
|
+
...util.normalizeParams(params),
|
|
590
|
+
});
|
|
591
|
+
}
|
|
592
|
+
// looseObject
|
|
593
|
+
export function looseObject(shape, params) {
|
|
594
|
+
return new ZodObject({
|
|
595
|
+
type: "object",
|
|
596
|
+
shape,
|
|
597
|
+
catchall: unknown(),
|
|
598
|
+
...util.normalizeParams(params),
|
|
599
|
+
});
|
|
600
|
+
}
|
|
601
|
+
export const ZodUnion = /*@__PURE__*/ core.$constructor("ZodUnion", (inst, def) => {
|
|
602
|
+
core.$ZodUnion.init(inst, def);
|
|
603
|
+
ZodType.init(inst, def);
|
|
604
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.unionProcessor(inst, ctx, json, params);
|
|
605
|
+
inst.options = def.options;
|
|
606
|
+
});
|
|
607
|
+
export function union(options, params) {
|
|
608
|
+
return new ZodUnion({
|
|
609
|
+
type: "union",
|
|
610
|
+
options: options,
|
|
611
|
+
...util.normalizeParams(params),
|
|
612
|
+
});
|
|
613
|
+
}
|
|
614
|
+
export const ZodXor = /*@__PURE__*/ core.$constructor("ZodXor", (inst, def) => {
|
|
615
|
+
ZodUnion.init(inst, def);
|
|
616
|
+
core.$ZodXor.init(inst, def);
|
|
617
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.unionProcessor(inst, ctx, json, params);
|
|
618
|
+
inst.options = def.options;
|
|
619
|
+
});
|
|
620
|
+
/** Creates an exclusive union (XOR) where exactly one option must match.
|
|
621
|
+
* Unlike regular unions that succeed when any option matches, xor fails if
|
|
622
|
+
* zero or more than one option matches the input. */
|
|
623
|
+
export function xor(options, params) {
|
|
624
|
+
return new ZodXor({
|
|
625
|
+
type: "union",
|
|
626
|
+
options: options,
|
|
627
|
+
inclusive: false,
|
|
628
|
+
...util.normalizeParams(params),
|
|
629
|
+
});
|
|
630
|
+
}
|
|
631
|
+
export const ZodDiscriminatedUnion = /*@__PURE__*/ core.$constructor("ZodDiscriminatedUnion", (inst, def) => {
|
|
632
|
+
ZodUnion.init(inst, def);
|
|
633
|
+
core.$ZodDiscriminatedUnion.init(inst, def);
|
|
634
|
+
});
|
|
635
|
+
export function discriminatedUnion(discriminator, options, params) {
|
|
636
|
+
// const [options, params] = args;
|
|
637
|
+
return new ZodDiscriminatedUnion({
|
|
638
|
+
type: "union",
|
|
639
|
+
options,
|
|
640
|
+
discriminator,
|
|
641
|
+
...util.normalizeParams(params),
|
|
642
|
+
});
|
|
643
|
+
}
|
|
644
|
+
export const ZodIntersection = /*@__PURE__*/ core.$constructor("ZodIntersection", (inst, def) => {
|
|
645
|
+
core.$ZodIntersection.init(inst, def);
|
|
646
|
+
ZodType.init(inst, def);
|
|
647
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.intersectionProcessor(inst, ctx, json, params);
|
|
648
|
+
});
|
|
649
|
+
export function intersection(left, right) {
|
|
650
|
+
return new ZodIntersection({
|
|
651
|
+
type: "intersection",
|
|
652
|
+
left: left,
|
|
653
|
+
right: right,
|
|
654
|
+
});
|
|
655
|
+
}
|
|
656
|
+
export const ZodTuple = /*@__PURE__*/ core.$constructor("ZodTuple", (inst, def) => {
|
|
657
|
+
core.$ZodTuple.init(inst, def);
|
|
658
|
+
ZodType.init(inst, def);
|
|
659
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.tupleProcessor(inst, ctx, json, params);
|
|
660
|
+
inst.rest = (rest) => inst.clone({
|
|
661
|
+
...inst._zod.def,
|
|
662
|
+
rest: rest,
|
|
663
|
+
});
|
|
664
|
+
});
|
|
665
|
+
export function tuple(items, _paramsOrRest, _params) {
|
|
666
|
+
const hasRest = _paramsOrRest instanceof core.$ZodType;
|
|
667
|
+
const params = hasRest ? _params : _paramsOrRest;
|
|
668
|
+
const rest = hasRest ? _paramsOrRest : null;
|
|
669
|
+
return new ZodTuple({
|
|
670
|
+
type: "tuple",
|
|
671
|
+
items: items,
|
|
672
|
+
rest,
|
|
673
|
+
...util.normalizeParams(params),
|
|
674
|
+
});
|
|
675
|
+
}
|
|
676
|
+
export const ZodRecord = /*@__PURE__*/ core.$constructor("ZodRecord", (inst, def) => {
|
|
677
|
+
core.$ZodRecord.init(inst, def);
|
|
678
|
+
ZodType.init(inst, def);
|
|
679
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.recordProcessor(inst, ctx, json, params);
|
|
680
|
+
inst.keyType = def.keyType;
|
|
681
|
+
inst.valueType = def.valueType;
|
|
682
|
+
});
|
|
683
|
+
export function record(keyType, valueType, params) {
|
|
684
|
+
return new ZodRecord({
|
|
685
|
+
type: "record",
|
|
686
|
+
keyType,
|
|
687
|
+
valueType: valueType,
|
|
688
|
+
...util.normalizeParams(params),
|
|
689
|
+
});
|
|
690
|
+
}
|
|
691
|
+
// type alksjf = core.output<core.$ZodRecordKey>;
|
|
692
|
+
export function partialRecord(keyType, valueType, params) {
|
|
693
|
+
const k = core.clone(keyType);
|
|
694
|
+
k._zod.values = undefined;
|
|
695
|
+
return new ZodRecord({
|
|
696
|
+
type: "record",
|
|
697
|
+
keyType: k,
|
|
698
|
+
valueType: valueType,
|
|
699
|
+
...util.normalizeParams(params),
|
|
700
|
+
});
|
|
701
|
+
}
|
|
702
|
+
export function looseRecord(keyType, valueType, params) {
|
|
703
|
+
return new ZodRecord({
|
|
704
|
+
type: "record",
|
|
705
|
+
keyType,
|
|
706
|
+
valueType: valueType,
|
|
707
|
+
mode: "loose",
|
|
708
|
+
...util.normalizeParams(params),
|
|
709
|
+
});
|
|
710
|
+
}
|
|
711
|
+
export const ZodMap = /*@__PURE__*/ core.$constructor("ZodMap", (inst, def) => {
|
|
712
|
+
core.$ZodMap.init(inst, def);
|
|
713
|
+
ZodType.init(inst, def);
|
|
714
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.mapProcessor(inst, ctx, json, params);
|
|
715
|
+
inst.keyType = def.keyType;
|
|
716
|
+
inst.valueType = def.valueType;
|
|
717
|
+
inst.min = (...args) => inst.check(core._minSize(...args));
|
|
718
|
+
inst.nonempty = (params) => inst.check(core._minSize(1, params));
|
|
719
|
+
inst.max = (...args) => inst.check(core._maxSize(...args));
|
|
720
|
+
inst.size = (...args) => inst.check(core._size(...args));
|
|
721
|
+
});
|
|
722
|
+
export function map(keyType, valueType, params) {
|
|
723
|
+
return new ZodMap({
|
|
724
|
+
type: "map",
|
|
725
|
+
keyType: keyType,
|
|
726
|
+
valueType: valueType,
|
|
727
|
+
...util.normalizeParams(params),
|
|
728
|
+
});
|
|
729
|
+
}
|
|
730
|
+
export const ZodSet = /*@__PURE__*/ core.$constructor("ZodSet", (inst, def) => {
|
|
731
|
+
core.$ZodSet.init(inst, def);
|
|
732
|
+
ZodType.init(inst, def);
|
|
733
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.setProcessor(inst, ctx, json, params);
|
|
734
|
+
inst.min = (...args) => inst.check(core._minSize(...args));
|
|
735
|
+
inst.nonempty = (params) => inst.check(core._minSize(1, params));
|
|
736
|
+
inst.max = (...args) => inst.check(core._maxSize(...args));
|
|
737
|
+
inst.size = (...args) => inst.check(core._size(...args));
|
|
738
|
+
});
|
|
739
|
+
export function set(valueType, params) {
|
|
740
|
+
return new ZodSet({
|
|
741
|
+
type: "set",
|
|
742
|
+
valueType: valueType,
|
|
743
|
+
...util.normalizeParams(params),
|
|
744
|
+
});
|
|
745
|
+
}
|
|
746
|
+
export const ZodEnum = /*@__PURE__*/ core.$constructor("ZodEnum", (inst, def) => {
|
|
747
|
+
core.$ZodEnum.init(inst, def);
|
|
748
|
+
ZodType.init(inst, def);
|
|
749
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.enumProcessor(inst, ctx, json, params);
|
|
750
|
+
inst.enum = def.entries;
|
|
751
|
+
inst.options = Object.values(def.entries);
|
|
752
|
+
const keys = new Set(Object.keys(def.entries));
|
|
753
|
+
inst.extract = (values, params) => {
|
|
754
|
+
const newEntries = {};
|
|
755
|
+
for (const value of values) {
|
|
756
|
+
if (keys.has(value)) {
|
|
757
|
+
newEntries[value] = def.entries[value];
|
|
758
|
+
}
|
|
759
|
+
else
|
|
760
|
+
throw new Error(`Key ${value} not found in enum`);
|
|
761
|
+
}
|
|
762
|
+
return new ZodEnum({
|
|
763
|
+
...def,
|
|
764
|
+
checks: [],
|
|
765
|
+
...util.normalizeParams(params),
|
|
766
|
+
entries: newEntries,
|
|
767
|
+
});
|
|
768
|
+
};
|
|
769
|
+
inst.exclude = (values, params) => {
|
|
770
|
+
const newEntries = { ...def.entries };
|
|
771
|
+
for (const value of values) {
|
|
772
|
+
if (keys.has(value)) {
|
|
773
|
+
delete newEntries[value];
|
|
774
|
+
}
|
|
775
|
+
else
|
|
776
|
+
throw new Error(`Key ${value} not found in enum`);
|
|
777
|
+
}
|
|
778
|
+
return new ZodEnum({
|
|
779
|
+
...def,
|
|
780
|
+
checks: [],
|
|
781
|
+
...util.normalizeParams(params),
|
|
782
|
+
entries: newEntries,
|
|
783
|
+
});
|
|
784
|
+
};
|
|
785
|
+
});
|
|
786
|
+
function _enum(values, params) {
|
|
787
|
+
const entries = Array.isArray(values) ? Object.fromEntries(values.map((v) => [v, v])) : values;
|
|
788
|
+
return new ZodEnum({
|
|
789
|
+
type: "enum",
|
|
790
|
+
entries,
|
|
791
|
+
...util.normalizeParams(params),
|
|
792
|
+
});
|
|
793
|
+
}
|
|
794
|
+
export { _enum as enum };
|
|
795
|
+
/** @deprecated This API has been merged into `z.enum()`. Use `z.enum()` instead.
|
|
796
|
+
*
|
|
797
|
+
* ```ts
|
|
798
|
+
* enum Colors { red, green, blue }
|
|
799
|
+
* z.enum(Colors);
|
|
800
|
+
* ```
|
|
801
|
+
*/
|
|
802
|
+
export function nativeEnum(entries, params) {
|
|
803
|
+
return new ZodEnum({
|
|
804
|
+
type: "enum",
|
|
805
|
+
entries,
|
|
806
|
+
...util.normalizeParams(params),
|
|
807
|
+
});
|
|
808
|
+
}
|
|
809
|
+
export const ZodLiteral = /*@__PURE__*/ core.$constructor("ZodLiteral", (inst, def) => {
|
|
810
|
+
core.$ZodLiteral.init(inst, def);
|
|
811
|
+
ZodType.init(inst, def);
|
|
812
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.literalProcessor(inst, ctx, json, params);
|
|
813
|
+
inst.values = new Set(def.values);
|
|
814
|
+
Object.defineProperty(inst, "value", {
|
|
815
|
+
get() {
|
|
816
|
+
if (def.values.length > 1) {
|
|
817
|
+
throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");
|
|
818
|
+
}
|
|
819
|
+
return def.values[0];
|
|
820
|
+
},
|
|
821
|
+
});
|
|
822
|
+
});
|
|
823
|
+
export function literal(value, params) {
|
|
824
|
+
return new ZodLiteral({
|
|
825
|
+
type: "literal",
|
|
826
|
+
values: Array.isArray(value) ? value : [value],
|
|
827
|
+
...util.normalizeParams(params),
|
|
828
|
+
});
|
|
829
|
+
}
|
|
830
|
+
export const ZodFile = /*@__PURE__*/ core.$constructor("ZodFile", (inst, def) => {
|
|
831
|
+
core.$ZodFile.init(inst, def);
|
|
832
|
+
ZodType.init(inst, def);
|
|
833
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.fileProcessor(inst, ctx, json, params);
|
|
834
|
+
inst.min = (size, params) => inst.check(core._minSize(size, params));
|
|
835
|
+
inst.max = (size, params) => inst.check(core._maxSize(size, params));
|
|
836
|
+
inst.mime = (types, params) => inst.check(core._mime(Array.isArray(types) ? types : [types], params));
|
|
837
|
+
});
|
|
838
|
+
export function file(params) {
|
|
839
|
+
return core._file(ZodFile, params);
|
|
840
|
+
}
|
|
841
|
+
export const ZodTransform = /*@__PURE__*/ core.$constructor("ZodTransform", (inst, def) => {
|
|
842
|
+
core.$ZodTransform.init(inst, def);
|
|
843
|
+
ZodType.init(inst, def);
|
|
844
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.transformProcessor(inst, ctx, json, params);
|
|
845
|
+
inst._zod.parse = (payload, _ctx) => {
|
|
846
|
+
if (_ctx.direction === "backward") {
|
|
847
|
+
throw new core.$ZodEncodeError(inst.constructor.name);
|
|
848
|
+
}
|
|
849
|
+
payload.addIssue = (issue) => {
|
|
850
|
+
if (typeof issue === "string") {
|
|
851
|
+
payload.issues.push(util.issue(issue, payload.value, def));
|
|
852
|
+
}
|
|
853
|
+
else {
|
|
854
|
+
// for Zod 3 backwards compatibility
|
|
855
|
+
const _issue = issue;
|
|
856
|
+
if (_issue.fatal)
|
|
857
|
+
_issue.continue = false;
|
|
858
|
+
_issue.code ?? (_issue.code = "custom");
|
|
859
|
+
_issue.input ?? (_issue.input = payload.value);
|
|
860
|
+
_issue.inst ?? (_issue.inst = inst);
|
|
861
|
+
// _issue.continue ??= true;
|
|
862
|
+
payload.issues.push(util.issue(_issue));
|
|
863
|
+
}
|
|
864
|
+
};
|
|
865
|
+
const output = def.transform(payload.value, payload);
|
|
866
|
+
if (output instanceof Promise) {
|
|
867
|
+
return output.then((output) => {
|
|
868
|
+
payload.value = output;
|
|
869
|
+
return payload;
|
|
870
|
+
});
|
|
871
|
+
}
|
|
872
|
+
payload.value = output;
|
|
873
|
+
return payload;
|
|
874
|
+
};
|
|
875
|
+
});
|
|
876
|
+
export function transform(fn) {
|
|
877
|
+
return new ZodTransform({
|
|
878
|
+
type: "transform",
|
|
879
|
+
transform: fn,
|
|
880
|
+
});
|
|
881
|
+
}
|
|
882
|
+
export const ZodOptional = /*@__PURE__*/ core.$constructor("ZodOptional", (inst, def) => {
|
|
883
|
+
core.$ZodOptional.init(inst, def);
|
|
884
|
+
ZodType.init(inst, def);
|
|
885
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.optionalProcessor(inst, ctx, json, params);
|
|
886
|
+
inst.unwrap = () => inst._zod.def.innerType;
|
|
887
|
+
});
|
|
888
|
+
export function optional(innerType) {
|
|
889
|
+
return new ZodOptional({
|
|
890
|
+
type: "optional",
|
|
891
|
+
innerType: innerType,
|
|
892
|
+
});
|
|
893
|
+
}
|
|
894
|
+
export const ZodExactOptional = /*@__PURE__*/ core.$constructor("ZodExactOptional", (inst, def) => {
|
|
895
|
+
core.$ZodExactOptional.init(inst, def);
|
|
896
|
+
ZodType.init(inst, def);
|
|
897
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.optionalProcessor(inst, ctx, json, params);
|
|
898
|
+
inst.unwrap = () => inst._zod.def.innerType;
|
|
899
|
+
});
|
|
900
|
+
export function exactOptional(innerType) {
|
|
901
|
+
return new ZodExactOptional({
|
|
902
|
+
type: "optional",
|
|
903
|
+
innerType: innerType,
|
|
904
|
+
});
|
|
905
|
+
}
|
|
906
|
+
export const ZodNullable = /*@__PURE__*/ core.$constructor("ZodNullable", (inst, def) => {
|
|
907
|
+
core.$ZodNullable.init(inst, def);
|
|
908
|
+
ZodType.init(inst, def);
|
|
909
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.nullableProcessor(inst, ctx, json, params);
|
|
910
|
+
inst.unwrap = () => inst._zod.def.innerType;
|
|
911
|
+
});
|
|
912
|
+
export function nullable(innerType) {
|
|
913
|
+
return new ZodNullable({
|
|
914
|
+
type: "nullable",
|
|
915
|
+
innerType: innerType,
|
|
916
|
+
});
|
|
917
|
+
}
|
|
918
|
+
// nullish
|
|
919
|
+
export function nullish(innerType) {
|
|
920
|
+
return optional(nullable(innerType));
|
|
921
|
+
}
|
|
922
|
+
export const ZodDefault = /*@__PURE__*/ core.$constructor("ZodDefault", (inst, def) => {
|
|
923
|
+
core.$ZodDefault.init(inst, def);
|
|
924
|
+
ZodType.init(inst, def);
|
|
925
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.defaultProcessor(inst, ctx, json, params);
|
|
926
|
+
inst.unwrap = () => inst._zod.def.innerType;
|
|
927
|
+
inst.removeDefault = inst.unwrap;
|
|
928
|
+
});
|
|
929
|
+
export function _default(innerType, defaultValue) {
|
|
930
|
+
return new ZodDefault({
|
|
931
|
+
type: "default",
|
|
932
|
+
innerType: innerType,
|
|
933
|
+
get defaultValue() {
|
|
934
|
+
return typeof defaultValue === "function" ? defaultValue() : util.shallowClone(defaultValue);
|
|
935
|
+
},
|
|
936
|
+
});
|
|
937
|
+
}
|
|
938
|
+
export const ZodPrefault = /*@__PURE__*/ core.$constructor("ZodPrefault", (inst, def) => {
|
|
939
|
+
core.$ZodPrefault.init(inst, def);
|
|
940
|
+
ZodType.init(inst, def);
|
|
941
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.prefaultProcessor(inst, ctx, json, params);
|
|
942
|
+
inst.unwrap = () => inst._zod.def.innerType;
|
|
943
|
+
});
|
|
944
|
+
export function prefault(innerType, defaultValue) {
|
|
945
|
+
return new ZodPrefault({
|
|
946
|
+
type: "prefault",
|
|
947
|
+
innerType: innerType,
|
|
948
|
+
get defaultValue() {
|
|
949
|
+
return typeof defaultValue === "function" ? defaultValue() : util.shallowClone(defaultValue);
|
|
950
|
+
},
|
|
951
|
+
});
|
|
952
|
+
}
|
|
953
|
+
export const ZodNonOptional = /*@__PURE__*/ core.$constructor("ZodNonOptional", (inst, def) => {
|
|
954
|
+
core.$ZodNonOptional.init(inst, def);
|
|
955
|
+
ZodType.init(inst, def);
|
|
956
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.nonoptionalProcessor(inst, ctx, json, params);
|
|
957
|
+
inst.unwrap = () => inst._zod.def.innerType;
|
|
958
|
+
});
|
|
959
|
+
export function nonoptional(innerType, params) {
|
|
960
|
+
return new ZodNonOptional({
|
|
961
|
+
type: "nonoptional",
|
|
962
|
+
innerType: innerType,
|
|
963
|
+
...util.normalizeParams(params),
|
|
964
|
+
});
|
|
965
|
+
}
|
|
966
|
+
export const ZodSuccess = /*@__PURE__*/ core.$constructor("ZodSuccess", (inst, def) => {
|
|
967
|
+
core.$ZodSuccess.init(inst, def);
|
|
968
|
+
ZodType.init(inst, def);
|
|
969
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.successProcessor(inst, ctx, json, params);
|
|
970
|
+
inst.unwrap = () => inst._zod.def.innerType;
|
|
971
|
+
});
|
|
972
|
+
export function success(innerType) {
|
|
973
|
+
return new ZodSuccess({
|
|
974
|
+
type: "success",
|
|
975
|
+
innerType: innerType,
|
|
976
|
+
});
|
|
977
|
+
}
|
|
978
|
+
export const ZodCatch = /*@__PURE__*/ core.$constructor("ZodCatch", (inst, def) => {
|
|
979
|
+
core.$ZodCatch.init(inst, def);
|
|
980
|
+
ZodType.init(inst, def);
|
|
981
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.catchProcessor(inst, ctx, json, params);
|
|
982
|
+
inst.unwrap = () => inst._zod.def.innerType;
|
|
983
|
+
inst.removeCatch = inst.unwrap;
|
|
984
|
+
});
|
|
985
|
+
function _catch(innerType, catchValue) {
|
|
986
|
+
return new ZodCatch({
|
|
987
|
+
type: "catch",
|
|
988
|
+
innerType: innerType,
|
|
989
|
+
catchValue: (typeof catchValue === "function" ? catchValue : () => catchValue),
|
|
990
|
+
});
|
|
991
|
+
}
|
|
992
|
+
export { _catch as catch };
|
|
993
|
+
export const ZodNaN = /*@__PURE__*/ core.$constructor("ZodNaN", (inst, def) => {
|
|
994
|
+
core.$ZodNaN.init(inst, def);
|
|
995
|
+
ZodType.init(inst, def);
|
|
996
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.nanProcessor(inst, ctx, json, params);
|
|
997
|
+
});
|
|
998
|
+
export function nan(params) {
|
|
999
|
+
return core._nan(ZodNaN, params);
|
|
1000
|
+
}
|
|
1001
|
+
export const ZodPipe = /*@__PURE__*/ core.$constructor("ZodPipe", (inst, def) => {
|
|
1002
|
+
core.$ZodPipe.init(inst, def);
|
|
1003
|
+
ZodType.init(inst, def);
|
|
1004
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.pipeProcessor(inst, ctx, json, params);
|
|
1005
|
+
inst.in = def.in;
|
|
1006
|
+
inst.out = def.out;
|
|
1007
|
+
});
|
|
1008
|
+
export function pipe(in_, out) {
|
|
1009
|
+
return new ZodPipe({
|
|
1010
|
+
type: "pipe",
|
|
1011
|
+
in: in_,
|
|
1012
|
+
out: out,
|
|
1013
|
+
// ...util.normalizeParams(params),
|
|
1014
|
+
});
|
|
1015
|
+
}
|
|
1016
|
+
export const ZodCodec = /*@__PURE__*/ core.$constructor("ZodCodec", (inst, def) => {
|
|
1017
|
+
ZodPipe.init(inst, def);
|
|
1018
|
+
core.$ZodCodec.init(inst, def);
|
|
1019
|
+
});
|
|
1020
|
+
export function codec(in_, out, params) {
|
|
1021
|
+
return new ZodCodec({
|
|
1022
|
+
type: "pipe",
|
|
1023
|
+
in: in_,
|
|
1024
|
+
out: out,
|
|
1025
|
+
transform: params.decode,
|
|
1026
|
+
reverseTransform: params.encode,
|
|
1027
|
+
});
|
|
1028
|
+
}
|
|
1029
|
+
export const ZodReadonly = /*@__PURE__*/ core.$constructor("ZodReadonly", (inst, def) => {
|
|
1030
|
+
core.$ZodReadonly.init(inst, def);
|
|
1031
|
+
ZodType.init(inst, def);
|
|
1032
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.readonlyProcessor(inst, ctx, json, params);
|
|
1033
|
+
inst.unwrap = () => inst._zod.def.innerType;
|
|
1034
|
+
});
|
|
1035
|
+
export function readonly(innerType) {
|
|
1036
|
+
return new ZodReadonly({
|
|
1037
|
+
type: "readonly",
|
|
1038
|
+
innerType: innerType,
|
|
1039
|
+
});
|
|
1040
|
+
}
|
|
1041
|
+
export const ZodTemplateLiteral = /*@__PURE__*/ core.$constructor("ZodTemplateLiteral", (inst, def) => {
|
|
1042
|
+
core.$ZodTemplateLiteral.init(inst, def);
|
|
1043
|
+
ZodType.init(inst, def);
|
|
1044
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.templateLiteralProcessor(inst, ctx, json, params);
|
|
1045
|
+
});
|
|
1046
|
+
export function templateLiteral(parts, params) {
|
|
1047
|
+
return new ZodTemplateLiteral({
|
|
1048
|
+
type: "template_literal",
|
|
1049
|
+
parts,
|
|
1050
|
+
...util.normalizeParams(params),
|
|
1051
|
+
});
|
|
1052
|
+
}
|
|
1053
|
+
export const ZodLazy = /*@__PURE__*/ core.$constructor("ZodLazy", (inst, def) => {
|
|
1054
|
+
core.$ZodLazy.init(inst, def);
|
|
1055
|
+
ZodType.init(inst, def);
|
|
1056
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.lazyProcessor(inst, ctx, json, params);
|
|
1057
|
+
inst.unwrap = () => inst._zod.def.getter();
|
|
1058
|
+
});
|
|
1059
|
+
export function lazy(getter) {
|
|
1060
|
+
return new ZodLazy({
|
|
1061
|
+
type: "lazy",
|
|
1062
|
+
getter: getter,
|
|
1063
|
+
});
|
|
1064
|
+
}
|
|
1065
|
+
export const ZodPromise = /*@__PURE__*/ core.$constructor("ZodPromise", (inst, def) => {
|
|
1066
|
+
core.$ZodPromise.init(inst, def);
|
|
1067
|
+
ZodType.init(inst, def);
|
|
1068
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.promiseProcessor(inst, ctx, json, params);
|
|
1069
|
+
inst.unwrap = () => inst._zod.def.innerType;
|
|
1070
|
+
});
|
|
1071
|
+
export function promise(innerType) {
|
|
1072
|
+
return new ZodPromise({
|
|
1073
|
+
type: "promise",
|
|
1074
|
+
innerType: innerType,
|
|
1075
|
+
});
|
|
1076
|
+
}
|
|
1077
|
+
export const ZodFunction = /*@__PURE__*/ core.$constructor("ZodFunction", (inst, def) => {
|
|
1078
|
+
core.$ZodFunction.init(inst, def);
|
|
1079
|
+
ZodType.init(inst, def);
|
|
1080
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.functionProcessor(inst, ctx, json, params);
|
|
1081
|
+
});
|
|
1082
|
+
export function _function(params) {
|
|
1083
|
+
return new ZodFunction({
|
|
1084
|
+
type: "function",
|
|
1085
|
+
input: Array.isArray(params?.input) ? tuple(params?.input) : (params?.input ?? array(unknown())),
|
|
1086
|
+
output: params?.output ?? unknown(),
|
|
1087
|
+
});
|
|
1088
|
+
}
|
|
1089
|
+
export { _function as function };
|
|
1090
|
+
export const ZodCustom = /*@__PURE__*/ core.$constructor("ZodCustom", (inst, def) => {
|
|
1091
|
+
core.$ZodCustom.init(inst, def);
|
|
1092
|
+
ZodType.init(inst, def);
|
|
1093
|
+
inst._zod.processJSONSchema = (ctx, json, params) => processors.customProcessor(inst, ctx, json, params);
|
|
1094
|
+
});
|
|
1095
|
+
// custom checks
|
|
1096
|
+
export function check(fn) {
|
|
1097
|
+
const ch = new core.$ZodCheck({
|
|
1098
|
+
check: "custom",
|
|
1099
|
+
// ...util.normalizeParams(params),
|
|
1100
|
+
});
|
|
1101
|
+
ch._zod.check = fn;
|
|
1102
|
+
return ch;
|
|
1103
|
+
}
|
|
1104
|
+
export function custom(fn, _params) {
|
|
1105
|
+
return core._custom(ZodCustom, fn ?? (() => true), _params);
|
|
1106
|
+
}
|
|
1107
|
+
export function refine(fn, _params = {}) {
|
|
1108
|
+
return core._refine(ZodCustom, fn, _params);
|
|
1109
|
+
}
|
|
1110
|
+
// superRefine
|
|
1111
|
+
export function superRefine(fn) {
|
|
1112
|
+
return core._superRefine(fn);
|
|
1113
|
+
}
|
|
1114
|
+
// Re-export describe and meta from core
|
|
1115
|
+
export const describe = core.describe;
|
|
1116
|
+
export const meta = core.meta;
|
|
1117
|
+
function _instanceof(cls, params = {}) {
|
|
1118
|
+
const inst = new ZodCustom({
|
|
1119
|
+
type: "custom",
|
|
1120
|
+
check: "custom",
|
|
1121
|
+
fn: (data) => data instanceof cls,
|
|
1122
|
+
abort: true,
|
|
1123
|
+
...util.normalizeParams(params),
|
|
1124
|
+
});
|
|
1125
|
+
inst._zod.bag.Class = cls;
|
|
1126
|
+
// Override check to emit invalid_type instead of custom
|
|
1127
|
+
inst._zod.check = (payload) => {
|
|
1128
|
+
if (!(payload.value instanceof cls)) {
|
|
1129
|
+
payload.issues.push({
|
|
1130
|
+
code: "invalid_type",
|
|
1131
|
+
expected: cls.name,
|
|
1132
|
+
input: payload.value,
|
|
1133
|
+
inst,
|
|
1134
|
+
path: [...(inst._zod.def.path ?? [])],
|
|
1135
|
+
});
|
|
1136
|
+
}
|
|
1137
|
+
};
|
|
1138
|
+
return inst;
|
|
1139
|
+
}
|
|
1140
|
+
export { _instanceof as instanceof };
|
|
1141
|
+
// stringbool
|
|
1142
|
+
export const stringbool = (...args) => core._stringbool({
|
|
1143
|
+
Codec: ZodCodec,
|
|
1144
|
+
Boolean: ZodBoolean,
|
|
1145
|
+
String: ZodString,
|
|
1146
|
+
}, ...args);
|
|
1147
|
+
export function json(params) {
|
|
1148
|
+
const jsonSchema = lazy(() => {
|
|
1149
|
+
return union([string(params), number(), boolean(), _null(), array(jsonSchema), record(string(), jsonSchema)]);
|
|
1150
|
+
});
|
|
1151
|
+
return jsonSchema;
|
|
1152
|
+
}
|
|
1153
|
+
// preprocess
|
|
1154
|
+
// /** @deprecated Use `z.pipe()` and `z.transform()` instead. */
|
|
1155
|
+
export function preprocess(fn, schema) {
|
|
1156
|
+
return pipe(transform(fn), schema);
|
|
1157
|
+
}
|