uomtiles 0.1.0
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/1d1PDhA4.js +1 -0
- package/.output/public/_nuxt/3B2XYGg4.js +1 -0
- package/.output/public/_nuxt/981KwFWf.js +1 -0
- package/.output/public/_nuxt/B30dSvM4.js +1 -0
- package/.output/public/_nuxt/BN1Gp4Dm.js +1 -0
- package/.output/public/_nuxt/BQlj8Xoe.js +6 -0
- package/.output/public/_nuxt/BRkljK8J.js +1 -0
- package/.output/public/_nuxt/BSdHYVlE2.js +1 -0
- package/.output/public/_nuxt/B_MqTg2k2.js +1 -0
- package/.output/public/_nuxt/BiWblTbb2.js +64 -0
- package/.output/public/_nuxt/BrPwntMr.js +1 -0
- package/.output/public/_nuxt/BskybydR.js +1 -0
- package/.output/public/_nuxt/ByRlKR9F.js +1 -0
- package/.output/public/_nuxt/C0Zdl2EE2.js +1 -0
- package/.output/public/_nuxt/C4qlzA4o.js +1 -0
- package/.output/public/_nuxt/C7HxHbxA.js +1 -0
- package/.output/public/_nuxt/C97TfNgP.js +3 -0
- package/.output/public/_nuxt/CNs_Ozdc.js +1 -0
- package/.output/public/_nuxt/CPuhwLY1.js +1 -0
- package/.output/public/_nuxt/CVE291Pi.js +1 -0
- package/.output/public/_nuxt/C_0VY3Cv2.js +4 -0
- package/.output/public/_nuxt/Ce26t8_Y.js +1 -0
- package/.output/public/_nuxt/CfW544W5.js +1 -0
- package/.output/public/_nuxt/CgMd2Y5s.js +2 -0
- package/.output/public/_nuxt/CgdzV712.js +1 -0
- package/.output/public/_nuxt/D1wVNWS0.js +1 -0
- package/.output/public/_nuxt/DC3bhq63.js +1 -0
- package/.output/public/_nuxt/DK3Fl9T5.js +1 -0
- package/.output/public/_nuxt/DL1MZZLI.js +1 -0
- package/.output/public/_nuxt/DXm-42Fi.js +1 -0
- package/.output/public/_nuxt/Djg3Kzfv.js +1 -0
- package/.output/public/_nuxt/DkcySee1.js +1 -0
- package/.output/public/_nuxt/DmN-PKW1.js +1 -0
- package/.output/public/_nuxt/DtFVCXI9.js +1 -0
- package/.output/public/_nuxt/Dz7VMlHR.js +1 -0
- package/.output/public/_nuxt/NL65vbjG2.js +1 -0
- package/.output/public/_nuxt/Oxy7pKSk.js +3 -0
- package/.output/public/_nuxt/Pik8or8N2.js +1 -0
- package/.output/public/_nuxt/XZ59tThl.js +1 -0
- package/.output/public/_nuxt/ZpWjFsgV.js +1 -0
- package/.output/public/_nuxt/builds/latest.json +1 -0
- package/.output/public/_nuxt/builds/meta/9f85104e-738d-4a74-8daa-40b136ce17d5.json +1 -0
- package/.output/public/_nuxt/dXz6dFgW2.js +1 -0
- package/.output/public/_nuxt/entry.P6tFNE31.css +1 -0
- package/.output/public/_nuxt/error-404.Biv0P6cJ.css +1 -0
- package/.output/public/_nuxt/error-500.8ok468rV.css +1 -0
- package/.output/public/_nuxt/j0MRD-c3.js +1 -0
- package/.output/public/_nuxt/local-pixel-diff.worker-C6RdZoCq.js +2 -0
- package/.output/public/_nuxt/maplibre-gl-worker.nfnkSQvL.mjs +6 -0
- package/.output/public/_nuxt/nearest-area.worker-iSLH0Y_s.js +2 -0
- package/.output/public/_nuxt/q7DkoVkj.js +828 -0
- package/.output/public/_nuxt/raster-tile.worker-BFlOgJig.js +2 -0
- package/.output/public/_nuxt/services._3nQizF8.css +1 -0
- package/.output/public/_nuxt/sql-wasm.DfANybxk.wasm +0 -0
- package/.output/public/_nuxt/tile-diff.worker-CvWWI_eu.js +1 -0
- package/.output/public/_nuxt/zZ1EGR7Y.js +1 -0
- package/.output/public/apple-touch-icon.png +0 -0
- package/.output/public/favicon.ico +0 -0
- package/.output/public/favicon.svg +8 -0
- package/.output/public/icon-192.png +0 -0
- package/.output/public/icon-512.png +0 -0
- package/.output/public/site.webmanifest +11 -0
- package/.output/server/chunks/_/config.mjs +208 -0
- package/.output/server/chunks/_/config.mjs.map +1 -0
- package/.output/server/chunks/_/data-directory.mjs +24 -0
- package/.output/server/chunks/_/data-directory.mjs.map +1 -0
- package/.output/server/chunks/_/error-500.mjs +20 -0
- package/.output/server/chunks/_/error-500.mjs.map +1 -0
- package/.output/server/chunks/_/file-workspace.mjs +910 -0
- package/.output/server/chunks/_/file-workspace.mjs.map +1 -0
- package/.output/server/chunks/_/icons.mjs +6269 -0
- package/.output/server/chunks/_/icons.mjs.map +1 -0
- package/.output/server/chunks/_/map-service.mjs +233 -0
- package/.output/server/chunks/_/map-service.mjs.map +1 -0
- package/.output/server/chunks/_/missing-tile.mjs +104 -0
- package/.output/server/chunks/_/missing-tile.mjs.map +1 -0
- package/.output/server/chunks/_/pixel-diff.mjs +78 -0
- package/.output/server/chunks/_/pixel-diff.mjs.map +1 -0
- package/.output/server/chunks/_/uom-auth.mjs +334 -0
- package/.output/server/chunks/_/uom-auth.mjs.map +1 -0
- package/.output/server/chunks/_/uom-map.mjs +265 -0
- package/.output/server/chunks/_/uom-map.mjs.map +1 -0
- package/.output/server/chunks/build/Alert-0ngTJXxP.mjs +5076 -0
- package/.output/server/chunks/build/Alert-0ngTJXxP.mjs.map +1 -0
- package/.output/server/chunks/build/DashboardSidebarToggle-pncTaIJq.mjs +569 -0
- package/.output/server/chunks/build/DashboardSidebarToggle-pncTaIJq.mjs.map +1 -0
- package/.output/server/chunks/build/Empty-CkW3mADt.mjs +359 -0
- package/.output/server/chunks/build/Empty-CkW3mADt.mjs.map +1 -0
- package/.output/server/chunks/build/FocusScope-Cf0lg0zt.mjs +207 -0
- package/.output/server/chunks/build/FocusScope-Cf0lg0zt.mjs.map +1 -0
- package/.output/server/chunks/build/FormField-CEUZHcv7.mjs +278 -0
- package/.output/server/chunks/build/FormField-CEUZHcv7.mjs.map +1 -0
- package/.output/server/chunks/build/Input-BeNavYXb.mjs +592 -0
- package/.output/server/chunks/build/Input-BeNavYXb.mjs.map +1 -0
- package/.output/server/chunks/build/MapBaseLayerTabs-4445J6yh.mjs +2003 -0
- package/.output/server/chunks/build/MapBaseLayerTabs-4445J6yh.mjs.map +1 -0
- package/.output/server/chunks/build/Modal-DNZtVxca.mjs +1326 -0
- package/.output/server/chunks/build/Modal-DNZtVxca.mjs.map +1 -0
- package/.output/server/chunks/build/OnlineMap-CKwiuqUY.mjs +146 -0
- package/.output/server/chunks/build/OnlineMap-CKwiuqUY.mjs.map +1 -0
- package/.output/server/chunks/build/Pagination-CDHx4HTZ.mjs +1025 -0
- package/.output/server/chunks/build/Pagination-CDHx4HTZ.mjs.map +1 -0
- package/.output/server/chunks/build/PopperArrow-Bqfdf2Et.mjs +2066 -0
- package/.output/server/chunks/build/PopperArrow-Bqfdf2Et.mjs.map +1 -0
- package/.output/server/chunks/build/ScrollArea-BQK3em8b.mjs +379 -0
- package/.output/server/chunks/build/ScrollArea-BQK3em8b.mjs.map +1 -0
- package/.output/server/chunks/build/Slider-D-n8Y0CX.mjs +1087 -0
- package/.output/server/chunks/build/Slider-D-n8Y0CX.mjs.map +1 -0
- package/.output/server/chunks/build/Tooltip-CkpSktvJ.mjs +1345 -0
- package/.output/server/chunks/build/Tooltip-CkpSktvJ.mjs.map +1 -0
- package/.output/server/chunks/build/_virtual_public-CeOptKUP.mjs +7 -0
- package/.output/server/chunks/build/_virtual_public-CeOptKUP.mjs.map +1 -0
- package/.output/server/chunks/build/advanced-D1onodoF.mjs +1430 -0
- package/.output/server/chunks/build/advanced-D1onodoF.mjs.map +1 -0
- package/.output/server/chunks/build/compare-DmSAW8oA.mjs +1093 -0
- package/.output/server/chunks/build/compare-DmSAW8oA.mjs.map +1 -0
- package/.output/server/chunks/build/dashboard-BJxrZ19n.mjs +3217 -0
- package/.output/server/chunks/build/dashboard-BJxrZ19n.mjs.map +1 -0
- package/.output/server/chunks/build/details-CBMqXYyo.mjs +3714 -0
- package/.output/server/chunks/build/details-CBMqXYyo.mjs.map +1 -0
- package/.output/server/chunks/build/error-404-D9aQjJRn.mjs +86 -0
- package/.output/server/chunks/build/error-404-D9aQjJRn.mjs.map +1 -0
- package/.output/server/chunks/build/error-404-styles.DciiguV6.mjs +9 -0
- package/.output/server/chunks/build/error-404-styles.DciiguV6.mjs.map +1 -0
- package/.output/server/chunks/build/error-500-BNyA3wrb.mjs +74 -0
- package/.output/server/chunks/build/error-500-BNyA3wrb.mjs.map +1 -0
- package/.output/server/chunks/build/error-500-styles.C562DYMR.mjs +9 -0
- package/.output/server/chunks/build/error-500-styles.C562DYMR.mjs.map +1 -0
- package/.output/server/chunks/build/esm-Dp2lJXbp.mjs +1121 -0
- package/.output/server/chunks/build/esm-Dp2lJXbp.mjs.map +1 -0
- package/.output/server/chunks/build/interval-BxUMpo78.mjs +411 -0
- package/.output/server/chunks/build/interval-BxUMpo78.mjs.map +1 -0
- package/.output/server/chunks/build/login-lbtjN0MV.mjs +642 -0
- package/.output/server/chunks/build/login-lbtjN0MV.mjs.map +1 -0
- package/.output/server/chunks/build/pages-Ba0Eixbd.mjs +220 -0
- package/.output/server/chunks/build/pages-Ba0Eixbd.mjs.map +1 -0
- package/.output/server/chunks/build/services-DuJwjAB8.mjs +3005 -0
- package/.output/server/chunks/build/services-DuJwjAB8.mjs.map +1 -0
- package/.output/server/chunks/build/services-styles.eoO16BY9.mjs +9 -0
- package/.output/server/chunks/build/services-styles.eoO16BY9.mjs.map +1 -0
- package/.output/server/chunks/build/tasks-CyN9x492.mjs +915 -0
- package/.output/server/chunks/build/tasks-CyN9x492.mjs.map +1 -0
- package/.output/server/chunks/build/tasks-D_Q5EDnn.mjs +87 -0
- package/.output/server/chunks/build/tasks-D_Q5EDnn.mjs.map +1 -0
- package/.output/server/chunks/nitro/nitro.mjs +6215 -0
- package/.output/server/chunks/nitro/nitro.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/captcha.post.mjs +21 -0
- package/.output/server/chunks/routes/api/auth/captcha.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/login.post.mjs +27 -0
- package/.output/server/chunks/routes/api/auth/login.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/logout.post.mjs +22 -0
- package/.output/server/chunks/routes/api/auth/logout.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/map-token.post.mjs +22 -0
- package/.output/server/chunks/routes/api/auth/map-token.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/send-sms.post.mjs +31 -0
- package/.output/server/chunks/routes/api/auth/send-sms.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/status.get.mjs +21 -0
- package/.output/server/chunks/routes/api/auth/status.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/base/_baseLayer/_zoom/_tileX/_tileY_.get.mjs +44 -0
- package/.output/server/chunks/routes/api/map/base/_baseLayer/_zoom/_tileX/_tileY_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/live/status.get.mjs +32 -0
- package/.output/server/chunks/routes/api/map/live/status.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/online/_layerGroup/_zoom/_tileX/_tileY_.get.mjs +48 -0
- package/.output/server/chunks/routes/api/map/online/_layerGroup/_zoom/_tileX/_tileY_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/online-root/_layerGroup/_rootX/_rootY_.get.mjs +46 -0
- package/.output/server/chunks/routes/api/map/online-root/_layerGroup/_rootX/_rootY_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/config.post.mjs +38 -0
- package/.output/server/chunks/routes/api/map-service/config.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/file.post.mjs +41 -0
- package/.output/server/chunks/routes/api/map-service/file.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/source.post.mjs +35 -0
- package/.output/server/chunks/routes/api/map-service/source.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/status.get.mjs +32 -0
- package/.output/server/chunks/routes/api/map-service/status.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/analysis.get.mjs +47 -0
- package/.output/server/chunks/routes/api/workspace/_filename/analysis.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/download.get.mjs +38 -0
- package/.output/server/chunks/routes/api/workspace/_filename/download.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/export/_format_.get.mjs +42 -0
- package/.output/server/chunks/routes/api/workspace/_filename/export/_format_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tile.get.mjs +48 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tile.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tiles.get.mjs +45 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tiles.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename_.delete.mjs +32 -0
- package/.output/server/chunks/routes/api/workspace/_filename_.delete.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/compare/batch.get.mjs +38 -0
- package/.output/server/chunks/routes/api/workspace/compare/batch.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/compare.post.mjs +33 -0
- package/.output/server/chunks/routes/api/workspace/compare.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/fetch.post.mjs +33 -0
- package/.output/server/chunks/routes/api/workspace/fetch.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/files.get.mjs +27 -0
- package/.output/server/chunks/routes/api/workspace/files.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/files.post.mjs +38 -0
- package/.output/server/chunks/routes/api/workspace/files.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/stop.post.mjs +32 -0
- package/.output/server/chunks/routes/api/workspace/stop.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/tasks.post.mjs +36 -0
- package/.output/server/chunks/routes/api/workspace/tasks.post.mjs.map +1 -0
- package/.output/server/chunks/routes/renderer.mjs +422 -0
- package/.output/server/chunks/routes/renderer.mjs.map +1 -0
- package/.output/server/chunks/routes/services/wms.get.mjs +54 -0
- package/.output/server/chunks/routes/services/wms.get.mjs.map +1 -0
- package/.output/server/chunks/routes/services/wmts.get.mjs +54 -0
- package/.output/server/chunks/routes/services/wmts.get.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/chunks/virtual/entry.mjs +18545 -0
- package/.output/server/chunks/virtual/entry.mjs.map +1 -0
- package/.output/server/chunks/virtual/precomputed.mjs +4 -0
- package/.output/server/chunks/virtual/precomputed.mjs.map +1 -0
- package/.output/server/chunks/virtual/styles.mjs +10 -0
- package/.output/server/chunks/virtual/styles.mjs.map +1 -0
- package/.output/server/index.mjs +12 -0
- package/.output/server/index.mjs.map +1 -0
- package/.output/server/node_modules/@babel/parser/lib/index.js +14611 -0
- package/.output/server/node_modules/@babel/parser/package.json +50 -0
- package/.output/server/node_modules/@iconify/utils/lib/colors/index.js +295 -0
- package/.output/server/node_modules/@iconify/utils/lib/colors/keywords.js +701 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/common.js +75 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/format.js +39 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/icon.js +47 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/icons.js +128 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/bool.js +19 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/defaults.js +13 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/flip.js +17 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/merge.js +16 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/rotate.js +30 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/cleanup.js +78 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/convert.js +100 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/data.js +28 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/format.js +58 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/parse.js +48 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/base.js +203 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/create.js +33 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/numbers.js +132 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/similar.js +165 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/tree.js +79 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/replace/find.js +92 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/replace/replace.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/components.js +76 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/missing.js +66 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/name.js +45 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/parse.js +103 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/similar.js +36 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/tree.js +92 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/variations.js +62 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/defaults.js +25 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/merge.js +16 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/name.js +57 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/square.js +33 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/transformations.js +12 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/convert-info.js +125 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/expand.js +19 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icon.js +25 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icons.js +36 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/minify.js +91 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/parse.js +46 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/tree.js +23 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/validate-basic.js +42 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/validate.js +123 -0
- package/.output/server/node_modules/@iconify/utils/lib/index.js +52 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/custom.js +30 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/loader.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/modern.js +27 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/utils.js +105 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/objects.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/strings.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/title.js +9 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/build.js +113 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/defs.js +31 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/encode-svg-for-css.js +13 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/html.js +9 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/id.js +41 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/inner-html.js +22 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/parse.js +67 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/pretty.js +54 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/size.js +27 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/trim.js +7 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/url.js +22 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/viewbox.js +8 -0
- package/.output/server/node_modules/@iconify/utils/package.json +119 -0
- package/.output/server/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js +6801 -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 +692 -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 +1420 -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 +1903 -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 +6976 -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 +1841 -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 +904 -0
- package/.output/server/node_modules/@vue/server-renderer/package.json +53 -0
- package/.output/server/node_modules/@vue/shared/dist/shared.cjs.prod.js +609 -0
- package/.output/server/node_modules/@vue/shared/package.json +47 -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/devalue/index.js +17 -0
- package/.output/server/node_modules/devalue/package.json +39 -0
- package/.output/server/node_modules/devalue/src/base64.js +60 -0
- package/.output/server/node_modules/devalue/src/constants.js +12 -0
- package/.output/server/node_modules/devalue/src/operations.js +193 -0
- package/.output/server/node_modules/devalue/src/parse.js +270 -0
- package/.output/server/node_modules/devalue/src/stringify.js +428 -0
- package/.output/server/node_modules/devalue/src/uneval.js +582 -0
- package/.output/server/node_modules/devalue/src/utils.js +185 -0
- package/.output/server/node_modules/entities/dist/commonjs/decode-codepoint.js +77 -0
- package/.output/server/node_modules/entities/dist/commonjs/decode.js +568 -0
- package/.output/server/node_modules/entities/dist/commonjs/generated/decode-data-html.js +7 -0
- package/.output/server/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +7 -0
- package/.output/server/node_modules/entities/dist/commonjs/internal/bin-trie-flags.js +21 -0
- package/.output/server/node_modules/entities/dist/commonjs/internal/decode-shared.js +31 -0
- package/.output/server/node_modules/entities/dist/commonjs/package.json +3 -0
- package/.output/server/node_modules/entities/package.json +120 -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/fflate/esm/index.mjs +2710 -0
- package/.output/server/node_modules/fflate/package.json +128 -0
- package/.output/server/node_modules/fnv1a-64/dist/index.mjs +95 -0
- package/.output/server/node_modules/fnv1a-64/package.json +75 -0
- package/.output/server/node_modules/hookable/dist/index.mjs +257 -0
- package/.output/server/node_modules/hookable/package.json +53 -0
- package/.output/server/node_modules/nostics/dist/formatters/ansi.mjs +19 -0
- package/.output/server/node_modules/nostics/dist/index.mjs +187 -0
- package/.output/server/node_modules/nostics/package.json +125 -0
- package/.output/server/node_modules/object-identity/index.js +60 -0
- package/.output/server/node_modules/object-identity/package.json +40 -0
- package/.output/server/node_modules/p-limit/index.js +104 -0
- package/.output/server/node_modules/p-limit/package.json +58 -0
- package/.output/server/node_modules/pmtiles/dist/esm/index.js +2 -0
- package/.output/server/node_modules/pmtiles/package.json +50 -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/tailwindcss/dist/chunk-DCG7AFIE.mjs +1 -0
- package/.output/server/node_modules/tailwindcss/dist/colors.mjs +1 -0
- package/.output/server/node_modules/tailwindcss/package.json +89 -0
- package/.output/server/node_modules/ufo/dist/index.mjs +645 -0
- package/.output/server/node_modules/ufo/package.json +48 -0
- package/.output/server/node_modules/unhead/dist/client.mjs +22 -0
- package/.output/server/node_modules/unhead/dist/index.mjs +52 -0
- package/.output/server/node_modules/unhead/dist/legacy.mjs +33 -0
- package/.output/server/node_modules/unhead/dist/minify.mjs +183 -0
- package/.output/server/node_modules/unhead/dist/parser.mjs +518 -0
- package/.output/server/node_modules/unhead/dist/plugins.mjs +631 -0
- package/.output/server/node_modules/unhead/dist/scripts.node.mjs +6 -0
- package/.output/server/node_modules/unhead/dist/server.mjs +99 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BEmVMkeA.mjs +673 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BGFxPGPQ.mjs +47 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BQWSw36o.mjs +192 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Bb4d5b9h.mjs +67 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BdK3SLPN.mjs +585 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Bf_fPVYA.mjs +6 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Bm4Y6XQI.mjs +17 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.C3b2Ipoj.mjs +223 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CGPOfp5O.mjs +32 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CHEy9ana.mjs +7 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CTjuIdzk.mjs +27 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CfKy3Kuq.mjs +196 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.D7HkBzZn.mjs +59 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.DNKiVLV7.mjs +400 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.MC5RsXLj.mjs +19 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.jEy9BmRq.mjs +264 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.tQnRaXfX.mjs +240 -0
- package/.output/server/node_modules/unhead/dist/stream/client.mjs +28 -0
- package/.output/server/node_modules/unhead/dist/stream/iife.mjs +2 -0
- package/.output/server/node_modules/unhead/dist/stream/server.mjs +264 -0
- package/.output/server/node_modules/unhead/dist/utils.mjs +7 -0
- package/.output/server/node_modules/unhead/package.json +179 -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 +278 -0
- package/.output/server/node_modules/vue-bundle-renderer/package.json +54 -0
- package/.output/server/node_modules/yocto-queue/index.js +90 -0
- package/.output/server/node_modules/yocto-queue/package.json +48 -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/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 +599 -0
- package/.output/server/node_modules/zod/v4/classic/iso.js +30 -0
- package/.output/server/node_modules/zod/v4/classic/package.json +7 -0
- package/.output/server/node_modules/zod/v4/classic/parse.js +15 -0
- package/.output/server/node_modules/zod/v4/classic/schemas.js +1395 -0
- package/.output/server/node_modules/zod/v4/core/api.js +1087 -0
- package/.output/server/node_modules/zod/v4/core/checks.js +575 -0
- package/.output/server/node_modules/zod/v4/core/core.js +78 -0
- package/.output/server/node_modules/zod/v4/core/doc.js +35 -0
- package/.output/server/node_modules/zod/v4/core/errors.js +185 -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 +601 -0
- package/.output/server/node_modules/zod/v4/core/json-schema.js +1 -0
- package/.output/server/node_modules/zod/v4/core/package.json +7 -0
- package/.output/server/node_modules/zod/v4/core/parse.js +93 -0
- package/.output/server/node_modules/zod/v4/core/regexes.js +139 -0
- package/.output/server/node_modules/zod/v4/core/registries.js +51 -0
- package/.output/server/node_modules/zod/v4/core/schemas.js +2239 -0
- package/.output/server/node_modules/zod/v4/core/to-json-schema.js +448 -0
- package/.output/server/node_modules/zod/v4/core/util.js +674 -0
- package/.output/server/node_modules/zod/v4/core/versions.js +5 -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/el.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/en.js +113 -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 +125 -0
- package/.output/server/node_modules/zod/v4/locales/he.js +214 -0
- package/.output/server/node_modules/zod/v4/locales/hr.js +122 -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 +52 -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 +7 -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/ro.js +119 -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 +110 -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/package.json +37 -0
- package/LICENSE +3 -0
- package/README.md +125 -0
- package/dist/src/bbox.js +55 -0
- package/dist/src/cli.js +255 -0
- package/dist/src/config.js +56 -0
- package/dist/src/core/fetch-process.js +19 -0
- package/dist/src/core/grid-renderer.js +149 -0
- package/dist/src/core/lease.js +103 -0
- package/dist/src/core/paths.js +13 -0
- package/dist/src/core/png.js +192 -0
- package/dist/src/core/raster-style.js +33 -0
- package/dist/src/core/uomtiles.js +307 -0
- package/dist/src/fetcher.js +208 -0
- package/dist/src/geographic-grid.js +162 -0
- package/dist/src/grid-crawl.js +478 -0
- package/dist/src/mask-image.js +16 -0
- package/dist/src/official-grid.js +51 -0
- package/dist/src/quality.js +30 -0
- package/dist/src/token.js +206 -0
- package/package.json +68 -0
- package/public/apple-touch-icon.png +0 -0
- package/public/favicon.ico +0 -0
- package/public/favicon.svg +8 -0
- package/public/icon-192.png +0 -0
- package/public/icon-512.png +0 -0
- package/public/site.webmanifest +11 -0
|
@@ -0,0 +1,601 @@
|
|
|
1
|
+
import { extractDefs, finalize, initializeContext, process, } from "./to-json-schema.js";
|
|
2
|
+
import { getEnumValues } from "./util.js";
|
|
3
|
+
const formatMap = {
|
|
4
|
+
guid: "uuid",
|
|
5
|
+
url: "uri",
|
|
6
|
+
datetime: "date-time",
|
|
7
|
+
json_string: "json-string",
|
|
8
|
+
regex: "", // do not set
|
|
9
|
+
};
|
|
10
|
+
// ==================== SIMPLE TYPE PROCESSORS ====================
|
|
11
|
+
export const stringProcessor = (schema, ctx, _json, _params) => {
|
|
12
|
+
const json = _json;
|
|
13
|
+
json.type = "string";
|
|
14
|
+
const { minimum, maximum, format, patterns, contentEncoding } = schema._zod
|
|
15
|
+
.bag;
|
|
16
|
+
if (typeof minimum === "number")
|
|
17
|
+
json.minLength = minimum;
|
|
18
|
+
if (typeof maximum === "number")
|
|
19
|
+
json.maxLength = maximum;
|
|
20
|
+
// custom pattern overrides format
|
|
21
|
+
if (format) {
|
|
22
|
+
json.format = formatMap[format] ?? format;
|
|
23
|
+
if (json.format === "")
|
|
24
|
+
delete json.format; // empty format is not valid
|
|
25
|
+
// JSON Schema format: "time" requires a full time with offset or Z
|
|
26
|
+
// z.iso.time() does not include timezone information, so format: "time" should never be used
|
|
27
|
+
if (format === "time") {
|
|
28
|
+
delete json.format;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
if (contentEncoding)
|
|
32
|
+
json.contentEncoding = contentEncoding;
|
|
33
|
+
if (patterns && patterns.size > 0) {
|
|
34
|
+
const regexes = [...patterns];
|
|
35
|
+
if (regexes.length === 1)
|
|
36
|
+
json.pattern = regexes[0].source;
|
|
37
|
+
else if (regexes.length > 1) {
|
|
38
|
+
json.allOf = [
|
|
39
|
+
...regexes.map((regex) => ({
|
|
40
|
+
...(ctx.target === "draft-07" || ctx.target === "draft-04" || ctx.target === "openapi-3.0"
|
|
41
|
+
? { type: "string" }
|
|
42
|
+
: {}),
|
|
43
|
+
pattern: regex.source,
|
|
44
|
+
})),
|
|
45
|
+
];
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
export const numberProcessor = (schema, ctx, _json, _params) => {
|
|
50
|
+
const json = _json;
|
|
51
|
+
const { minimum, maximum, format, multipleOf, exclusiveMaximum, exclusiveMinimum } = schema._zod.bag;
|
|
52
|
+
if (typeof format === "string" && format.includes("int"))
|
|
53
|
+
json.type = "integer";
|
|
54
|
+
else
|
|
55
|
+
json.type = "number";
|
|
56
|
+
// when both minimum and exclusiveMinimum exist, pick the more restrictive one
|
|
57
|
+
const exMin = typeof exclusiveMinimum === "number" && exclusiveMinimum >= (minimum ?? Number.NEGATIVE_INFINITY);
|
|
58
|
+
const exMax = typeof exclusiveMaximum === "number" && exclusiveMaximum <= (maximum ?? Number.POSITIVE_INFINITY);
|
|
59
|
+
const legacy = ctx.target === "draft-04" || ctx.target === "openapi-3.0";
|
|
60
|
+
if (exMin) {
|
|
61
|
+
if (legacy) {
|
|
62
|
+
json.minimum = exclusiveMinimum;
|
|
63
|
+
json.exclusiveMinimum = true;
|
|
64
|
+
}
|
|
65
|
+
else {
|
|
66
|
+
json.exclusiveMinimum = exclusiveMinimum;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
else if (typeof minimum === "number") {
|
|
70
|
+
json.minimum = minimum;
|
|
71
|
+
}
|
|
72
|
+
if (exMax) {
|
|
73
|
+
if (legacy) {
|
|
74
|
+
json.maximum = exclusiveMaximum;
|
|
75
|
+
json.exclusiveMaximum = true;
|
|
76
|
+
}
|
|
77
|
+
else {
|
|
78
|
+
json.exclusiveMaximum = exclusiveMaximum;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
else if (typeof maximum === "number") {
|
|
82
|
+
json.maximum = maximum;
|
|
83
|
+
}
|
|
84
|
+
if (typeof multipleOf === "number")
|
|
85
|
+
json.multipleOf = multipleOf;
|
|
86
|
+
};
|
|
87
|
+
export const booleanProcessor = (_schema, _ctx, json, _params) => {
|
|
88
|
+
json.type = "boolean";
|
|
89
|
+
};
|
|
90
|
+
export const bigintProcessor = (_schema, ctx, _json, _params) => {
|
|
91
|
+
if (ctx.unrepresentable === "throw") {
|
|
92
|
+
throw new Error("BigInt cannot be represented in JSON Schema");
|
|
93
|
+
}
|
|
94
|
+
};
|
|
95
|
+
export const symbolProcessor = (_schema, ctx, _json, _params) => {
|
|
96
|
+
if (ctx.unrepresentable === "throw") {
|
|
97
|
+
throw new Error("Symbols cannot be represented in JSON Schema");
|
|
98
|
+
}
|
|
99
|
+
};
|
|
100
|
+
export const nullProcessor = (_schema, ctx, json, _params) => {
|
|
101
|
+
if (ctx.target === "openapi-3.0") {
|
|
102
|
+
json.type = "string";
|
|
103
|
+
json.nullable = true;
|
|
104
|
+
json.enum = [null];
|
|
105
|
+
}
|
|
106
|
+
else {
|
|
107
|
+
json.type = "null";
|
|
108
|
+
}
|
|
109
|
+
};
|
|
110
|
+
export const undefinedProcessor = (_schema, ctx, _json, _params) => {
|
|
111
|
+
if (ctx.unrepresentable === "throw") {
|
|
112
|
+
throw new Error("Undefined cannot be represented in JSON Schema");
|
|
113
|
+
}
|
|
114
|
+
};
|
|
115
|
+
export const voidProcessor = (_schema, ctx, _json, _params) => {
|
|
116
|
+
if (ctx.unrepresentable === "throw") {
|
|
117
|
+
throw new Error("Void cannot be represented in JSON Schema");
|
|
118
|
+
}
|
|
119
|
+
};
|
|
120
|
+
export const neverProcessor = (_schema, _ctx, json, _params) => {
|
|
121
|
+
json.not = {};
|
|
122
|
+
};
|
|
123
|
+
export const anyProcessor = (_schema, _ctx, _json, _params) => {
|
|
124
|
+
// empty schema accepts anything
|
|
125
|
+
};
|
|
126
|
+
export const unknownProcessor = (_schema, _ctx, _json, _params) => {
|
|
127
|
+
// empty schema accepts anything
|
|
128
|
+
};
|
|
129
|
+
export const dateProcessor = (_schema, ctx, _json, _params) => {
|
|
130
|
+
if (ctx.unrepresentable === "throw") {
|
|
131
|
+
throw new Error("Date cannot be represented in JSON Schema");
|
|
132
|
+
}
|
|
133
|
+
};
|
|
134
|
+
export const enumProcessor = (schema, _ctx, json, _params) => {
|
|
135
|
+
const def = schema._zod.def;
|
|
136
|
+
const values = getEnumValues(def.entries);
|
|
137
|
+
// Number enums can have both string and number values
|
|
138
|
+
if (values.every((v) => typeof v === "number"))
|
|
139
|
+
json.type = "number";
|
|
140
|
+
if (values.every((v) => typeof v === "string"))
|
|
141
|
+
json.type = "string";
|
|
142
|
+
json.enum = values;
|
|
143
|
+
};
|
|
144
|
+
export const literalProcessor = (schema, ctx, json, _params) => {
|
|
145
|
+
const def = schema._zod.def;
|
|
146
|
+
const vals = [];
|
|
147
|
+
for (const val of def.values) {
|
|
148
|
+
if (val === undefined) {
|
|
149
|
+
if (ctx.unrepresentable === "throw") {
|
|
150
|
+
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
151
|
+
}
|
|
152
|
+
else {
|
|
153
|
+
// do not add to vals
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
else if (typeof val === "bigint") {
|
|
157
|
+
if (ctx.unrepresentable === "throw") {
|
|
158
|
+
throw new Error("BigInt literals cannot be represented in JSON Schema");
|
|
159
|
+
}
|
|
160
|
+
else {
|
|
161
|
+
vals.push(Number(val));
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
else {
|
|
165
|
+
vals.push(val);
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
if (vals.length === 0) {
|
|
169
|
+
// do nothing (an undefined literal was stripped)
|
|
170
|
+
}
|
|
171
|
+
else if (vals.length === 1) {
|
|
172
|
+
const val = vals[0];
|
|
173
|
+
json.type = val === null ? "null" : typeof val;
|
|
174
|
+
if (ctx.target === "draft-04" || ctx.target === "openapi-3.0") {
|
|
175
|
+
json.enum = [val];
|
|
176
|
+
}
|
|
177
|
+
else {
|
|
178
|
+
json.const = val;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
else {
|
|
182
|
+
if (vals.every((v) => typeof v === "number"))
|
|
183
|
+
json.type = "number";
|
|
184
|
+
if (vals.every((v) => typeof v === "string"))
|
|
185
|
+
json.type = "string";
|
|
186
|
+
if (vals.every((v) => typeof v === "boolean"))
|
|
187
|
+
json.type = "boolean";
|
|
188
|
+
if (vals.every((v) => v === null))
|
|
189
|
+
json.type = "null";
|
|
190
|
+
json.enum = vals;
|
|
191
|
+
}
|
|
192
|
+
};
|
|
193
|
+
export const nanProcessor = (_schema, ctx, _json, _params) => {
|
|
194
|
+
if (ctx.unrepresentable === "throw") {
|
|
195
|
+
throw new Error("NaN cannot be represented in JSON Schema");
|
|
196
|
+
}
|
|
197
|
+
};
|
|
198
|
+
export const templateLiteralProcessor = (schema, _ctx, json, _params) => {
|
|
199
|
+
const _json = json;
|
|
200
|
+
const pattern = schema._zod.pattern;
|
|
201
|
+
if (!pattern)
|
|
202
|
+
throw new Error("Pattern not found in template literal");
|
|
203
|
+
_json.type = "string";
|
|
204
|
+
_json.pattern = pattern.source;
|
|
205
|
+
};
|
|
206
|
+
export const fileProcessor = (schema, _ctx, json, _params) => {
|
|
207
|
+
const _json = json;
|
|
208
|
+
const file = {
|
|
209
|
+
type: "string",
|
|
210
|
+
format: "binary",
|
|
211
|
+
contentEncoding: "binary",
|
|
212
|
+
};
|
|
213
|
+
const { minimum, maximum, mime } = schema._zod.bag;
|
|
214
|
+
if (minimum !== undefined)
|
|
215
|
+
file.minLength = minimum;
|
|
216
|
+
if (maximum !== undefined)
|
|
217
|
+
file.maxLength = maximum;
|
|
218
|
+
if (mime) {
|
|
219
|
+
if (mime.length === 1) {
|
|
220
|
+
file.contentMediaType = mime[0];
|
|
221
|
+
Object.assign(_json, file);
|
|
222
|
+
}
|
|
223
|
+
else {
|
|
224
|
+
Object.assign(_json, file); // shared props at root
|
|
225
|
+
_json.anyOf = mime.map((m) => ({ contentMediaType: m })); // only contentMediaType differs
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
else {
|
|
229
|
+
Object.assign(_json, file);
|
|
230
|
+
}
|
|
231
|
+
};
|
|
232
|
+
export const successProcessor = (_schema, _ctx, json, _params) => {
|
|
233
|
+
json.type = "boolean";
|
|
234
|
+
};
|
|
235
|
+
export const customProcessor = (_schema, ctx, _json, _params) => {
|
|
236
|
+
if (ctx.unrepresentable === "throw") {
|
|
237
|
+
throw new Error("Custom types cannot be represented in JSON Schema");
|
|
238
|
+
}
|
|
239
|
+
};
|
|
240
|
+
export const functionProcessor = (_schema, ctx, _json, _params) => {
|
|
241
|
+
if (ctx.unrepresentable === "throw") {
|
|
242
|
+
throw new Error("Function types cannot be represented in JSON Schema");
|
|
243
|
+
}
|
|
244
|
+
};
|
|
245
|
+
export const transformProcessor = (_schema, ctx, _json, _params) => {
|
|
246
|
+
if (ctx.unrepresentable === "throw") {
|
|
247
|
+
throw new Error("Transforms cannot be represented in JSON Schema");
|
|
248
|
+
}
|
|
249
|
+
};
|
|
250
|
+
export const mapProcessor = (_schema, ctx, _json, _params) => {
|
|
251
|
+
if (ctx.unrepresentable === "throw") {
|
|
252
|
+
throw new Error("Map cannot be represented in JSON Schema");
|
|
253
|
+
}
|
|
254
|
+
};
|
|
255
|
+
export const setProcessor = (_schema, ctx, _json, _params) => {
|
|
256
|
+
if (ctx.unrepresentable === "throw") {
|
|
257
|
+
throw new Error("Set cannot be represented in JSON Schema");
|
|
258
|
+
}
|
|
259
|
+
};
|
|
260
|
+
// ==================== COMPOSITE TYPE PROCESSORS ====================
|
|
261
|
+
export const arrayProcessor = (schema, ctx, _json, params) => {
|
|
262
|
+
const json = _json;
|
|
263
|
+
const def = schema._zod.def;
|
|
264
|
+
const { minimum, maximum } = schema._zod.bag;
|
|
265
|
+
if (typeof minimum === "number")
|
|
266
|
+
json.minItems = minimum;
|
|
267
|
+
if (typeof maximum === "number")
|
|
268
|
+
json.maxItems = maximum;
|
|
269
|
+
json.type = "array";
|
|
270
|
+
json.items = process(def.element, ctx, {
|
|
271
|
+
...params,
|
|
272
|
+
path: [...params.path, "items"],
|
|
273
|
+
});
|
|
274
|
+
};
|
|
275
|
+
export const objectProcessor = (schema, ctx, _json, params) => {
|
|
276
|
+
const json = _json;
|
|
277
|
+
const def = schema._zod.def;
|
|
278
|
+
json.type = "object";
|
|
279
|
+
json.properties = {};
|
|
280
|
+
const shape = def.shape;
|
|
281
|
+
for (const key in shape) {
|
|
282
|
+
json.properties[key] = process(shape[key], ctx, {
|
|
283
|
+
...params,
|
|
284
|
+
path: [...params.path, "properties", key],
|
|
285
|
+
});
|
|
286
|
+
}
|
|
287
|
+
// required keys
|
|
288
|
+
const allKeys = new Set(Object.keys(shape));
|
|
289
|
+
const requiredKeys = new Set([...allKeys].filter((key) => {
|
|
290
|
+
const v = def.shape[key]._zod;
|
|
291
|
+
if (ctx.io === "input") {
|
|
292
|
+
return v.optin === undefined;
|
|
293
|
+
}
|
|
294
|
+
else {
|
|
295
|
+
return v.optout === undefined;
|
|
296
|
+
}
|
|
297
|
+
}));
|
|
298
|
+
if (requiredKeys.size > 0) {
|
|
299
|
+
json.required = Array.from(requiredKeys);
|
|
300
|
+
}
|
|
301
|
+
// catchall
|
|
302
|
+
if (def.catchall?._zod.def.type === "never") {
|
|
303
|
+
// strict
|
|
304
|
+
json.additionalProperties = false;
|
|
305
|
+
}
|
|
306
|
+
else if (!def.catchall) {
|
|
307
|
+
// regular
|
|
308
|
+
if (ctx.io === "output")
|
|
309
|
+
json.additionalProperties = false;
|
|
310
|
+
}
|
|
311
|
+
else if (def.catchall) {
|
|
312
|
+
json.additionalProperties = process(def.catchall, ctx, {
|
|
313
|
+
...params,
|
|
314
|
+
path: [...params.path, "additionalProperties"],
|
|
315
|
+
});
|
|
316
|
+
}
|
|
317
|
+
};
|
|
318
|
+
export const unionProcessor = (schema, ctx, json, params) => {
|
|
319
|
+
const def = schema._zod.def;
|
|
320
|
+
// Exclusive unions (inclusive === false) use oneOf (exactly one match) instead of anyOf (one or more matches)
|
|
321
|
+
// This includes both z.xor() and discriminated unions
|
|
322
|
+
const isExclusive = def.inclusive === false;
|
|
323
|
+
const options = def.options.map((x, i) => process(x, ctx, {
|
|
324
|
+
...params,
|
|
325
|
+
path: [...params.path, isExclusive ? "oneOf" : "anyOf", i],
|
|
326
|
+
}));
|
|
327
|
+
if (isExclusive) {
|
|
328
|
+
json.oneOf = options;
|
|
329
|
+
}
|
|
330
|
+
else {
|
|
331
|
+
json.anyOf = options;
|
|
332
|
+
}
|
|
333
|
+
};
|
|
334
|
+
export const intersectionProcessor = (schema, ctx, json, params) => {
|
|
335
|
+
const def = schema._zod.def;
|
|
336
|
+
const a = process(def.left, ctx, {
|
|
337
|
+
...params,
|
|
338
|
+
path: [...params.path, "allOf", 0],
|
|
339
|
+
});
|
|
340
|
+
const b = process(def.right, ctx, {
|
|
341
|
+
...params,
|
|
342
|
+
path: [...params.path, "allOf", 1],
|
|
343
|
+
});
|
|
344
|
+
const isSimpleIntersection = (val) => "allOf" in val && Object.keys(val).length === 1;
|
|
345
|
+
const allOf = [
|
|
346
|
+
...(isSimpleIntersection(a) ? a.allOf : [a]),
|
|
347
|
+
...(isSimpleIntersection(b) ? b.allOf : [b]),
|
|
348
|
+
];
|
|
349
|
+
json.allOf = allOf;
|
|
350
|
+
};
|
|
351
|
+
export const tupleProcessor = (schema, ctx, _json, params) => {
|
|
352
|
+
const json = _json;
|
|
353
|
+
const def = schema._zod.def;
|
|
354
|
+
json.type = "array";
|
|
355
|
+
const prefixPath = ctx.target === "draft-2020-12" ? "prefixItems" : "items";
|
|
356
|
+
const restPath = ctx.target === "draft-2020-12" ? "items" : ctx.target === "openapi-3.0" ? "items" : "additionalItems";
|
|
357
|
+
const prefixItems = def.items.map((x, i) => process(x, ctx, {
|
|
358
|
+
...params,
|
|
359
|
+
path: [...params.path, prefixPath, i],
|
|
360
|
+
}));
|
|
361
|
+
const rest = def.rest
|
|
362
|
+
? process(def.rest, ctx, {
|
|
363
|
+
...params,
|
|
364
|
+
path: [...params.path, restPath, ...(ctx.target === "openapi-3.0" ? [def.items.length] : [])],
|
|
365
|
+
})
|
|
366
|
+
: null;
|
|
367
|
+
if (ctx.target === "draft-2020-12") {
|
|
368
|
+
json.prefixItems = prefixItems;
|
|
369
|
+
if (rest) {
|
|
370
|
+
json.items = rest;
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
else if (ctx.target === "openapi-3.0") {
|
|
374
|
+
json.items = {
|
|
375
|
+
anyOf: prefixItems,
|
|
376
|
+
};
|
|
377
|
+
if (rest) {
|
|
378
|
+
json.items.anyOf.push(rest);
|
|
379
|
+
}
|
|
380
|
+
json.minItems = prefixItems.length;
|
|
381
|
+
if (!rest) {
|
|
382
|
+
json.maxItems = prefixItems.length;
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
else {
|
|
386
|
+
json.items = prefixItems;
|
|
387
|
+
if (rest) {
|
|
388
|
+
json.additionalItems = rest;
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
// length
|
|
392
|
+
const { minimum, maximum } = schema._zod.bag;
|
|
393
|
+
if (typeof minimum === "number")
|
|
394
|
+
json.minItems = minimum;
|
|
395
|
+
if (typeof maximum === "number")
|
|
396
|
+
json.maxItems = maximum;
|
|
397
|
+
};
|
|
398
|
+
export const recordProcessor = (schema, ctx, _json, params) => {
|
|
399
|
+
const json = _json;
|
|
400
|
+
const def = schema._zod.def;
|
|
401
|
+
json.type = "object";
|
|
402
|
+
// For looseRecord with regex patterns, use patternProperties
|
|
403
|
+
// This correctly represents "only validate keys matching the pattern" semantics
|
|
404
|
+
// and composes well with allOf (intersections)
|
|
405
|
+
const keyType = def.keyType;
|
|
406
|
+
const keyBag = keyType._zod.bag;
|
|
407
|
+
const patterns = keyBag?.patterns;
|
|
408
|
+
if (def.mode === "loose" && patterns && patterns.size > 0) {
|
|
409
|
+
// Use patternProperties for looseRecord with regex patterns
|
|
410
|
+
const valueSchema = process(def.valueType, ctx, {
|
|
411
|
+
...params,
|
|
412
|
+
path: [...params.path, "patternProperties", "*"],
|
|
413
|
+
});
|
|
414
|
+
json.patternProperties = {};
|
|
415
|
+
for (const pattern of patterns) {
|
|
416
|
+
json.patternProperties[pattern.source] = valueSchema;
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
else {
|
|
420
|
+
// Default behavior: use propertyNames + additionalProperties
|
|
421
|
+
if (ctx.target === "draft-07" || ctx.target === "draft-2020-12") {
|
|
422
|
+
json.propertyNames = process(def.keyType, ctx, {
|
|
423
|
+
...params,
|
|
424
|
+
path: [...params.path, "propertyNames"],
|
|
425
|
+
});
|
|
426
|
+
}
|
|
427
|
+
json.additionalProperties = process(def.valueType, ctx, {
|
|
428
|
+
...params,
|
|
429
|
+
path: [...params.path, "additionalProperties"],
|
|
430
|
+
});
|
|
431
|
+
}
|
|
432
|
+
// Add required for keys with discrete values (enum, literal, etc.)
|
|
433
|
+
const keyValues = keyType._zod.values;
|
|
434
|
+
if (keyValues) {
|
|
435
|
+
const validKeyValues = [...keyValues].filter((v) => typeof v === "string" || typeof v === "number");
|
|
436
|
+
if (validKeyValues.length > 0) {
|
|
437
|
+
json.required = validKeyValues;
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
};
|
|
441
|
+
export const nullableProcessor = (schema, ctx, json, params) => {
|
|
442
|
+
const def = schema._zod.def;
|
|
443
|
+
const inner = process(def.innerType, ctx, params);
|
|
444
|
+
const seen = ctx.seen.get(schema);
|
|
445
|
+
if (ctx.target === "openapi-3.0") {
|
|
446
|
+
seen.ref = def.innerType;
|
|
447
|
+
json.nullable = true;
|
|
448
|
+
}
|
|
449
|
+
else {
|
|
450
|
+
json.anyOf = [inner, { type: "null" }];
|
|
451
|
+
}
|
|
452
|
+
};
|
|
453
|
+
export const nonoptionalProcessor = (schema, ctx, _json, params) => {
|
|
454
|
+
const def = schema._zod.def;
|
|
455
|
+
process(def.innerType, ctx, params);
|
|
456
|
+
const seen = ctx.seen.get(schema);
|
|
457
|
+
seen.ref = def.innerType;
|
|
458
|
+
};
|
|
459
|
+
export const defaultProcessor = (schema, ctx, json, params) => {
|
|
460
|
+
const def = schema._zod.def;
|
|
461
|
+
process(def.innerType, ctx, params);
|
|
462
|
+
const seen = ctx.seen.get(schema);
|
|
463
|
+
seen.ref = def.innerType;
|
|
464
|
+
json.default = JSON.parse(JSON.stringify(def.defaultValue));
|
|
465
|
+
};
|
|
466
|
+
export const prefaultProcessor = (schema, ctx, json, params) => {
|
|
467
|
+
const def = schema._zod.def;
|
|
468
|
+
process(def.innerType, ctx, params);
|
|
469
|
+
const seen = ctx.seen.get(schema);
|
|
470
|
+
seen.ref = def.innerType;
|
|
471
|
+
if (ctx.io === "input")
|
|
472
|
+
json._prefault = JSON.parse(JSON.stringify(def.defaultValue));
|
|
473
|
+
};
|
|
474
|
+
export const catchProcessor = (schema, ctx, json, params) => {
|
|
475
|
+
const def = schema._zod.def;
|
|
476
|
+
process(def.innerType, ctx, params);
|
|
477
|
+
const seen = ctx.seen.get(schema);
|
|
478
|
+
seen.ref = def.innerType;
|
|
479
|
+
let catchValue;
|
|
480
|
+
try {
|
|
481
|
+
catchValue = def.catchValue(undefined);
|
|
482
|
+
}
|
|
483
|
+
catch {
|
|
484
|
+
throw new Error("Dynamic catch values are not supported in JSON Schema");
|
|
485
|
+
}
|
|
486
|
+
json.default = catchValue;
|
|
487
|
+
};
|
|
488
|
+
export const pipeProcessor = (schema, ctx, _json, params) => {
|
|
489
|
+
const def = schema._zod.def;
|
|
490
|
+
const inIsTransform = def.in._zod.traits.has("$ZodTransform");
|
|
491
|
+
const innerType = ctx.io === "input" ? (inIsTransform ? def.out : def.in) : def.out;
|
|
492
|
+
process(innerType, ctx, params);
|
|
493
|
+
const seen = ctx.seen.get(schema);
|
|
494
|
+
seen.ref = innerType;
|
|
495
|
+
};
|
|
496
|
+
export const readonlyProcessor = (schema, ctx, json, params) => {
|
|
497
|
+
const def = schema._zod.def;
|
|
498
|
+
process(def.innerType, ctx, params);
|
|
499
|
+
const seen = ctx.seen.get(schema);
|
|
500
|
+
seen.ref = def.innerType;
|
|
501
|
+
json.readOnly = true;
|
|
502
|
+
};
|
|
503
|
+
export const promiseProcessor = (schema, ctx, _json, params) => {
|
|
504
|
+
const def = schema._zod.def;
|
|
505
|
+
process(def.innerType, ctx, params);
|
|
506
|
+
const seen = ctx.seen.get(schema);
|
|
507
|
+
seen.ref = def.innerType;
|
|
508
|
+
};
|
|
509
|
+
export const optionalProcessor = (schema, ctx, _json, params) => {
|
|
510
|
+
const def = schema._zod.def;
|
|
511
|
+
process(def.innerType, ctx, params);
|
|
512
|
+
const seen = ctx.seen.get(schema);
|
|
513
|
+
seen.ref = def.innerType;
|
|
514
|
+
};
|
|
515
|
+
export const lazyProcessor = (schema, ctx, _json, params) => {
|
|
516
|
+
const innerType = schema._zod.innerType;
|
|
517
|
+
process(innerType, ctx, params);
|
|
518
|
+
const seen = ctx.seen.get(schema);
|
|
519
|
+
seen.ref = innerType;
|
|
520
|
+
};
|
|
521
|
+
// ==================== ALL PROCESSORS ====================
|
|
522
|
+
export const allProcessors = {
|
|
523
|
+
string: stringProcessor,
|
|
524
|
+
number: numberProcessor,
|
|
525
|
+
boolean: booleanProcessor,
|
|
526
|
+
bigint: bigintProcessor,
|
|
527
|
+
symbol: symbolProcessor,
|
|
528
|
+
null: nullProcessor,
|
|
529
|
+
undefined: undefinedProcessor,
|
|
530
|
+
void: voidProcessor,
|
|
531
|
+
never: neverProcessor,
|
|
532
|
+
any: anyProcessor,
|
|
533
|
+
unknown: unknownProcessor,
|
|
534
|
+
date: dateProcessor,
|
|
535
|
+
enum: enumProcessor,
|
|
536
|
+
literal: literalProcessor,
|
|
537
|
+
nan: nanProcessor,
|
|
538
|
+
template_literal: templateLiteralProcessor,
|
|
539
|
+
file: fileProcessor,
|
|
540
|
+
success: successProcessor,
|
|
541
|
+
custom: customProcessor,
|
|
542
|
+
function: functionProcessor,
|
|
543
|
+
transform: transformProcessor,
|
|
544
|
+
map: mapProcessor,
|
|
545
|
+
set: setProcessor,
|
|
546
|
+
array: arrayProcessor,
|
|
547
|
+
object: objectProcessor,
|
|
548
|
+
union: unionProcessor,
|
|
549
|
+
intersection: intersectionProcessor,
|
|
550
|
+
tuple: tupleProcessor,
|
|
551
|
+
record: recordProcessor,
|
|
552
|
+
nullable: nullableProcessor,
|
|
553
|
+
nonoptional: nonoptionalProcessor,
|
|
554
|
+
default: defaultProcessor,
|
|
555
|
+
prefault: prefaultProcessor,
|
|
556
|
+
catch: catchProcessor,
|
|
557
|
+
pipe: pipeProcessor,
|
|
558
|
+
readonly: readonlyProcessor,
|
|
559
|
+
promise: promiseProcessor,
|
|
560
|
+
optional: optionalProcessor,
|
|
561
|
+
lazy: lazyProcessor,
|
|
562
|
+
};
|
|
563
|
+
export function toJSONSchema(input, params) {
|
|
564
|
+
if ("_idmap" in input) {
|
|
565
|
+
// Registry case
|
|
566
|
+
const registry = input;
|
|
567
|
+
const ctx = initializeContext({ ...params, processors: allProcessors });
|
|
568
|
+
const defs = {};
|
|
569
|
+
// First pass: process all schemas to build the seen map
|
|
570
|
+
for (const entry of registry._idmap.entries()) {
|
|
571
|
+
const [_, schema] = entry;
|
|
572
|
+
process(schema, ctx);
|
|
573
|
+
}
|
|
574
|
+
const schemas = {};
|
|
575
|
+
const external = {
|
|
576
|
+
registry,
|
|
577
|
+
uri: params?.uri,
|
|
578
|
+
defs,
|
|
579
|
+
};
|
|
580
|
+
// Update the context with external configuration
|
|
581
|
+
ctx.external = external;
|
|
582
|
+
// Second pass: emit each schema
|
|
583
|
+
for (const entry of registry._idmap.entries()) {
|
|
584
|
+
const [key, schema] = entry;
|
|
585
|
+
extractDefs(ctx, schema);
|
|
586
|
+
schemas[key] = finalize(ctx, schema);
|
|
587
|
+
}
|
|
588
|
+
if (Object.keys(defs).length > 0) {
|
|
589
|
+
const defsSegment = ctx.target === "draft-2020-12" ? "$defs" : "definitions";
|
|
590
|
+
schemas.__shared = {
|
|
591
|
+
[defsSegment]: defs,
|
|
592
|
+
};
|
|
593
|
+
}
|
|
594
|
+
return { schemas };
|
|
595
|
+
}
|
|
596
|
+
// Single schema case
|
|
597
|
+
const ctx = initializeContext({ ...params, processors: allProcessors });
|
|
598
|
+
process(input, ctx);
|
|
599
|
+
extractDefs(ctx, input);
|
|
600
|
+
return finalize(ctx, input);
|
|
601
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import * as core from "./core.js";
|
|
2
|
+
import * as errors from "./errors.js";
|
|
3
|
+
import * as util from "./util.js";
|
|
4
|
+
export const _parse = (_Err) => (schema, value, _ctx, _params) => {
|
|
5
|
+
const ctx = _ctx ? { ..._ctx, async: false } : { async: false };
|
|
6
|
+
const result = schema._zod.run({ value, issues: [] }, ctx);
|
|
7
|
+
if (result instanceof Promise) {
|
|
8
|
+
throw new core.$ZodAsyncError();
|
|
9
|
+
}
|
|
10
|
+
if (result.issues.length) {
|
|
11
|
+
const e = new (_params?.Err ?? _Err)(result.issues.map((iss) => util.finalizeIssue(iss, ctx, core.config())));
|
|
12
|
+
util.captureStackTrace(e, _params?.callee);
|
|
13
|
+
throw e;
|
|
14
|
+
}
|
|
15
|
+
return result.value;
|
|
16
|
+
};
|
|
17
|
+
export const parse = /* @__PURE__*/ _parse(errors.$ZodRealError);
|
|
18
|
+
export const _parseAsync = (_Err) => async (schema, value, _ctx, params) => {
|
|
19
|
+
const ctx = _ctx ? { ..._ctx, async: true } : { async: true };
|
|
20
|
+
let result = schema._zod.run({ value, issues: [] }, ctx);
|
|
21
|
+
if (result instanceof Promise)
|
|
22
|
+
result = await result;
|
|
23
|
+
if (result.issues.length) {
|
|
24
|
+
const e = new (params?.Err ?? _Err)(result.issues.map((iss) => util.finalizeIssue(iss, ctx, core.config())));
|
|
25
|
+
util.captureStackTrace(e, params?.callee);
|
|
26
|
+
throw e;
|
|
27
|
+
}
|
|
28
|
+
return result.value;
|
|
29
|
+
};
|
|
30
|
+
export const parseAsync = /* @__PURE__*/ _parseAsync(errors.$ZodRealError);
|
|
31
|
+
export const _safeParse = (_Err) => (schema, value, _ctx) => {
|
|
32
|
+
const ctx = _ctx ? { ..._ctx, async: false } : { async: false };
|
|
33
|
+
const result = schema._zod.run({ value, issues: [] }, ctx);
|
|
34
|
+
if (result instanceof Promise) {
|
|
35
|
+
throw new core.$ZodAsyncError();
|
|
36
|
+
}
|
|
37
|
+
return result.issues.length
|
|
38
|
+
? {
|
|
39
|
+
success: false,
|
|
40
|
+
error: new (_Err ?? errors.$ZodError)(result.issues.map((iss) => util.finalizeIssue(iss, ctx, core.config()))),
|
|
41
|
+
}
|
|
42
|
+
: { success: true, data: result.value };
|
|
43
|
+
};
|
|
44
|
+
export const safeParse = /* @__PURE__*/ _safeParse(errors.$ZodRealError);
|
|
45
|
+
export const _safeParseAsync = (_Err) => async (schema, value, _ctx) => {
|
|
46
|
+
const ctx = _ctx ? { ..._ctx, async: true } : { async: true };
|
|
47
|
+
let result = schema._zod.run({ value, issues: [] }, ctx);
|
|
48
|
+
if (result instanceof Promise)
|
|
49
|
+
result = await result;
|
|
50
|
+
return result.issues.length
|
|
51
|
+
? {
|
|
52
|
+
success: false,
|
|
53
|
+
error: new _Err(result.issues.map((iss) => util.finalizeIssue(iss, ctx, core.config()))),
|
|
54
|
+
}
|
|
55
|
+
: { success: true, data: result.value };
|
|
56
|
+
};
|
|
57
|
+
export const safeParseAsync = /* @__PURE__*/ _safeParseAsync(errors.$ZodRealError);
|
|
58
|
+
export const _encode = (_Err) => (schema, value, _ctx) => {
|
|
59
|
+
const ctx = _ctx ? { ..._ctx, direction: "backward" } : { direction: "backward" };
|
|
60
|
+
return _parse(_Err)(schema, value, ctx);
|
|
61
|
+
};
|
|
62
|
+
export const encode = /* @__PURE__*/ _encode(errors.$ZodRealError);
|
|
63
|
+
export const _decode = (_Err) => (schema, value, _ctx) => {
|
|
64
|
+
return _parse(_Err)(schema, value, _ctx);
|
|
65
|
+
};
|
|
66
|
+
export const decode = /* @__PURE__*/ _decode(errors.$ZodRealError);
|
|
67
|
+
export const _encodeAsync = (_Err) => async (schema, value, _ctx) => {
|
|
68
|
+
const ctx = _ctx ? { ..._ctx, direction: "backward" } : { direction: "backward" };
|
|
69
|
+
return _parseAsync(_Err)(schema, value, ctx);
|
|
70
|
+
};
|
|
71
|
+
export const encodeAsync = /* @__PURE__*/ _encodeAsync(errors.$ZodRealError);
|
|
72
|
+
export const _decodeAsync = (_Err) => async (schema, value, _ctx) => {
|
|
73
|
+
return _parseAsync(_Err)(schema, value, _ctx);
|
|
74
|
+
};
|
|
75
|
+
export const decodeAsync = /* @__PURE__*/ _decodeAsync(errors.$ZodRealError);
|
|
76
|
+
export const _safeEncode = (_Err) => (schema, value, _ctx) => {
|
|
77
|
+
const ctx = _ctx ? { ..._ctx, direction: "backward" } : { direction: "backward" };
|
|
78
|
+
return _safeParse(_Err)(schema, value, ctx);
|
|
79
|
+
};
|
|
80
|
+
export const safeEncode = /* @__PURE__*/ _safeEncode(errors.$ZodRealError);
|
|
81
|
+
export const _safeDecode = (_Err) => (schema, value, _ctx) => {
|
|
82
|
+
return _safeParse(_Err)(schema, value, _ctx);
|
|
83
|
+
};
|
|
84
|
+
export const safeDecode = /* @__PURE__*/ _safeDecode(errors.$ZodRealError);
|
|
85
|
+
export const _safeEncodeAsync = (_Err) => async (schema, value, _ctx) => {
|
|
86
|
+
const ctx = _ctx ? { ..._ctx, direction: "backward" } : { direction: "backward" };
|
|
87
|
+
return _safeParseAsync(_Err)(schema, value, ctx);
|
|
88
|
+
};
|
|
89
|
+
export const safeEncodeAsync = /* @__PURE__*/ _safeEncodeAsync(errors.$ZodRealError);
|
|
90
|
+
export const _safeDecodeAsync = (_Err) => async (schema, value, _ctx) => {
|
|
91
|
+
return _safeParseAsync(_Err)(schema, value, _ctx);
|
|
92
|
+
};
|
|
93
|
+
export const safeDecodeAsync = /* @__PURE__*/ _safeDecodeAsync(errors.$ZodRealError);
|