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,48 @@
|
|
|
1
|
+
import * as core from "../core/index.js";
|
|
2
|
+
import { $ZodError } from "../core/index.js";
|
|
3
|
+
import * as util from "../core/util.js";
|
|
4
|
+
const initializer = (inst, issues) => {
|
|
5
|
+
$ZodError.init(inst, issues);
|
|
6
|
+
inst.name = "ZodError";
|
|
7
|
+
Object.defineProperties(inst, {
|
|
8
|
+
format: {
|
|
9
|
+
value: (mapper) => core.formatError(inst, mapper),
|
|
10
|
+
// enumerable: false,
|
|
11
|
+
},
|
|
12
|
+
flatten: {
|
|
13
|
+
value: (mapper) => core.flattenError(inst, mapper),
|
|
14
|
+
// enumerable: false,
|
|
15
|
+
},
|
|
16
|
+
addIssue: {
|
|
17
|
+
value: (issue) => {
|
|
18
|
+
inst.issues.push(issue);
|
|
19
|
+
inst.message = JSON.stringify(inst.issues, util.jsonStringifyReplacer, 2);
|
|
20
|
+
},
|
|
21
|
+
// enumerable: false,
|
|
22
|
+
},
|
|
23
|
+
addIssues: {
|
|
24
|
+
value: (issues) => {
|
|
25
|
+
inst.issues.push(...issues);
|
|
26
|
+
inst.message = JSON.stringify(inst.issues, util.jsonStringifyReplacer, 2);
|
|
27
|
+
},
|
|
28
|
+
// enumerable: false,
|
|
29
|
+
},
|
|
30
|
+
isEmpty: {
|
|
31
|
+
get() {
|
|
32
|
+
return inst.issues.length === 0;
|
|
33
|
+
},
|
|
34
|
+
// enumerable: false,
|
|
35
|
+
},
|
|
36
|
+
});
|
|
37
|
+
// Object.defineProperty(inst, "isEmpty", {
|
|
38
|
+
// get() {
|
|
39
|
+
// return inst.issues.length === 0;
|
|
40
|
+
// },
|
|
41
|
+
// });
|
|
42
|
+
};
|
|
43
|
+
export const ZodError = /*@__PURE__*/ core.$constructor("ZodError", initializer);
|
|
44
|
+
export const ZodRealError = /*@__PURE__*/ core.$constructor("ZodError", initializer, {
|
|
45
|
+
Parent: Error,
|
|
46
|
+
});
|
|
47
|
+
// /** @deprecated Use `z.core.$ZodErrorMapCtx` instead. */
|
|
48
|
+
// export type ErrorMapCtx = core.$ZodErrorMapCtx;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export * as core from "../core/index.js";
|
|
2
|
+
export * from "./schemas.js";
|
|
3
|
+
export * from "./checks.js";
|
|
4
|
+
export * from "./errors.js";
|
|
5
|
+
export * from "./parse.js";
|
|
6
|
+
export * from "./compat.js";
|
|
7
|
+
// zod-specified
|
|
8
|
+
import { config } from "../core/index.js";
|
|
9
|
+
import en from "../locales/en.js";
|
|
10
|
+
config(en());
|
|
11
|
+
export { globalRegistry, registry, config, $output, $input, $brand, clone, regexes, treeifyError, prettifyError, formatError, flattenError, TimePrecision, util, NEVER, } from "../core/index.js";
|
|
12
|
+
export { toJSONSchema } from "../core/json-schema-processors.js";
|
|
13
|
+
export { fromJSONSchema } from "./from-json-schema.js";
|
|
14
|
+
export * as locales from "../locales/index.js";
|
|
15
|
+
// iso
|
|
16
|
+
// must be exported from top-level
|
|
17
|
+
// https://github.com/colinhacks/zod/issues/4491
|
|
18
|
+
export { ZodISODateTime, ZodISODate, ZodISOTime, ZodISODuration } from "./iso.js";
|
|
19
|
+
export * as iso from "./iso.js";
|
|
20
|
+
export * as coerce from "./coerce.js";
|
|
@@ -0,0 +1,599 @@
|
|
|
1
|
+
import { globalRegistry } from "../core/registries.js";
|
|
2
|
+
import * as _checks from "./checks.js";
|
|
3
|
+
import * as _iso from "./iso.js";
|
|
4
|
+
import * as _schemas from "./schemas.js";
|
|
5
|
+
// Local z object to avoid circular dependency with ../index.js
|
|
6
|
+
const z = {
|
|
7
|
+
..._schemas,
|
|
8
|
+
..._checks,
|
|
9
|
+
iso: _iso,
|
|
10
|
+
};
|
|
11
|
+
// Keys that are recognized and handled by the conversion logic
|
|
12
|
+
const RECOGNIZED_KEYS = /*@__PURE__*/ new Set([
|
|
13
|
+
// Schema identification
|
|
14
|
+
"$schema",
|
|
15
|
+
"$ref",
|
|
16
|
+
"$defs",
|
|
17
|
+
"definitions",
|
|
18
|
+
// Core schema keywords
|
|
19
|
+
"$id",
|
|
20
|
+
"id",
|
|
21
|
+
"$comment",
|
|
22
|
+
"$anchor",
|
|
23
|
+
"$vocabulary",
|
|
24
|
+
"$dynamicRef",
|
|
25
|
+
"$dynamicAnchor",
|
|
26
|
+
// Type
|
|
27
|
+
"type",
|
|
28
|
+
"enum",
|
|
29
|
+
"const",
|
|
30
|
+
// Composition
|
|
31
|
+
"anyOf",
|
|
32
|
+
"oneOf",
|
|
33
|
+
"allOf",
|
|
34
|
+
"not",
|
|
35
|
+
// Object
|
|
36
|
+
"properties",
|
|
37
|
+
"required",
|
|
38
|
+
"additionalProperties",
|
|
39
|
+
"patternProperties",
|
|
40
|
+
"propertyNames",
|
|
41
|
+
"minProperties",
|
|
42
|
+
"maxProperties",
|
|
43
|
+
// Array
|
|
44
|
+
"items",
|
|
45
|
+
"prefixItems",
|
|
46
|
+
"additionalItems",
|
|
47
|
+
"minItems",
|
|
48
|
+
"maxItems",
|
|
49
|
+
"uniqueItems",
|
|
50
|
+
"contains",
|
|
51
|
+
"minContains",
|
|
52
|
+
"maxContains",
|
|
53
|
+
// String
|
|
54
|
+
"minLength",
|
|
55
|
+
"maxLength",
|
|
56
|
+
"pattern",
|
|
57
|
+
"format",
|
|
58
|
+
// Number
|
|
59
|
+
"minimum",
|
|
60
|
+
"maximum",
|
|
61
|
+
"exclusiveMinimum",
|
|
62
|
+
"exclusiveMaximum",
|
|
63
|
+
"multipleOf",
|
|
64
|
+
// Already handled metadata
|
|
65
|
+
"description",
|
|
66
|
+
"default",
|
|
67
|
+
// Content
|
|
68
|
+
"contentEncoding",
|
|
69
|
+
"contentMediaType",
|
|
70
|
+
"contentSchema",
|
|
71
|
+
// Unsupported (error-throwing)
|
|
72
|
+
"unevaluatedItems",
|
|
73
|
+
"unevaluatedProperties",
|
|
74
|
+
"if",
|
|
75
|
+
"then",
|
|
76
|
+
"else",
|
|
77
|
+
"dependentSchemas",
|
|
78
|
+
"dependentRequired",
|
|
79
|
+
// OpenAPI
|
|
80
|
+
"nullable",
|
|
81
|
+
"readOnly",
|
|
82
|
+
]);
|
|
83
|
+
function detectVersion(schema, defaultTarget) {
|
|
84
|
+
const $schema = schema.$schema;
|
|
85
|
+
if ($schema === "https://json-schema.org/draft/2020-12/schema") {
|
|
86
|
+
return "draft-2020-12";
|
|
87
|
+
}
|
|
88
|
+
if ($schema === "http://json-schema.org/draft-07/schema#") {
|
|
89
|
+
return "draft-7";
|
|
90
|
+
}
|
|
91
|
+
if ($schema === "http://json-schema.org/draft-04/schema#") {
|
|
92
|
+
return "draft-4";
|
|
93
|
+
}
|
|
94
|
+
// Use defaultTarget if provided, otherwise default to draft-2020-12
|
|
95
|
+
return defaultTarget ?? "draft-2020-12";
|
|
96
|
+
}
|
|
97
|
+
function resolveRef(ref, ctx) {
|
|
98
|
+
if (!ref.startsWith("#")) {
|
|
99
|
+
throw new Error("External $ref is not supported, only local refs (#/...) are allowed");
|
|
100
|
+
}
|
|
101
|
+
const path = ref.slice(1).split("/").filter(Boolean);
|
|
102
|
+
// Handle root reference "#"
|
|
103
|
+
if (path.length === 0) {
|
|
104
|
+
return ctx.rootSchema;
|
|
105
|
+
}
|
|
106
|
+
const defsKey = ctx.version === "draft-2020-12" ? "$defs" : "definitions";
|
|
107
|
+
if (path[0] === defsKey) {
|
|
108
|
+
const key = path[1];
|
|
109
|
+
if (!key || !ctx.defs[key]) {
|
|
110
|
+
throw new Error(`Reference not found: ${ref}`);
|
|
111
|
+
}
|
|
112
|
+
return ctx.defs[key];
|
|
113
|
+
}
|
|
114
|
+
throw new Error(`Reference not found: ${ref}`);
|
|
115
|
+
}
|
|
116
|
+
function convertBaseSchema(schema, ctx) {
|
|
117
|
+
// Handle unsupported features
|
|
118
|
+
if (schema.not !== undefined) {
|
|
119
|
+
// Special case: { not: {} } represents never
|
|
120
|
+
if (typeof schema.not === "object" && Object.keys(schema.not).length === 0) {
|
|
121
|
+
return z.never();
|
|
122
|
+
}
|
|
123
|
+
throw new Error("not is not supported in Zod (except { not: {} } for never)");
|
|
124
|
+
}
|
|
125
|
+
if (schema.unevaluatedItems !== undefined) {
|
|
126
|
+
throw new Error("unevaluatedItems is not supported");
|
|
127
|
+
}
|
|
128
|
+
if (schema.unevaluatedProperties !== undefined) {
|
|
129
|
+
throw new Error("unevaluatedProperties is not supported");
|
|
130
|
+
}
|
|
131
|
+
if (schema.if !== undefined || schema.then !== undefined || schema.else !== undefined) {
|
|
132
|
+
throw new Error("Conditional schemas (if/then/else) are not supported");
|
|
133
|
+
}
|
|
134
|
+
if (schema.dependentSchemas !== undefined || schema.dependentRequired !== undefined) {
|
|
135
|
+
throw new Error("dependentSchemas and dependentRequired are not supported");
|
|
136
|
+
}
|
|
137
|
+
// Handle $ref
|
|
138
|
+
if (schema.$ref) {
|
|
139
|
+
const refPath = schema.$ref;
|
|
140
|
+
if (ctx.refs.has(refPath)) {
|
|
141
|
+
return ctx.refs.get(refPath);
|
|
142
|
+
}
|
|
143
|
+
if (ctx.processing.has(refPath)) {
|
|
144
|
+
// Circular reference - use lazy
|
|
145
|
+
return z.lazy(() => {
|
|
146
|
+
if (!ctx.refs.has(refPath)) {
|
|
147
|
+
throw new Error(`Circular reference not resolved: ${refPath}`);
|
|
148
|
+
}
|
|
149
|
+
return ctx.refs.get(refPath);
|
|
150
|
+
});
|
|
151
|
+
}
|
|
152
|
+
ctx.processing.add(refPath);
|
|
153
|
+
const resolved = resolveRef(refPath, ctx);
|
|
154
|
+
const zodSchema = convertSchema(resolved, ctx);
|
|
155
|
+
ctx.refs.set(refPath, zodSchema);
|
|
156
|
+
ctx.processing.delete(refPath);
|
|
157
|
+
return zodSchema;
|
|
158
|
+
}
|
|
159
|
+
// Handle enum
|
|
160
|
+
if (schema.enum !== undefined) {
|
|
161
|
+
const enumValues = schema.enum;
|
|
162
|
+
// Special case: OpenAPI 3.0 null representation { type: "string", nullable: true, enum: [null] }
|
|
163
|
+
if (ctx.version === "openapi-3.0" &&
|
|
164
|
+
schema.nullable === true &&
|
|
165
|
+
enumValues.length === 1 &&
|
|
166
|
+
enumValues[0] === null) {
|
|
167
|
+
return z.null();
|
|
168
|
+
}
|
|
169
|
+
if (enumValues.length === 0) {
|
|
170
|
+
return z.never();
|
|
171
|
+
}
|
|
172
|
+
if (enumValues.length === 1) {
|
|
173
|
+
return z.literal(enumValues[0]);
|
|
174
|
+
}
|
|
175
|
+
// Check if all values are strings
|
|
176
|
+
if (enumValues.every((v) => typeof v === "string")) {
|
|
177
|
+
return z.enum(enumValues);
|
|
178
|
+
}
|
|
179
|
+
// Mixed types - use union of literals
|
|
180
|
+
const literalSchemas = enumValues.map((v) => z.literal(v));
|
|
181
|
+
if (literalSchemas.length < 2) {
|
|
182
|
+
return literalSchemas[0];
|
|
183
|
+
}
|
|
184
|
+
return z.union([literalSchemas[0], literalSchemas[1], ...literalSchemas.slice(2)]);
|
|
185
|
+
}
|
|
186
|
+
// Handle const
|
|
187
|
+
if (schema.const !== undefined) {
|
|
188
|
+
return z.literal(schema.const);
|
|
189
|
+
}
|
|
190
|
+
// Handle type
|
|
191
|
+
const type = schema.type;
|
|
192
|
+
if (Array.isArray(type)) {
|
|
193
|
+
// Expand type array into anyOf union
|
|
194
|
+
const typeSchemas = type.map((t) => {
|
|
195
|
+
const typeSchema = { ...schema, type: t };
|
|
196
|
+
return convertBaseSchema(typeSchema, ctx);
|
|
197
|
+
});
|
|
198
|
+
if (typeSchemas.length === 0) {
|
|
199
|
+
return z.never();
|
|
200
|
+
}
|
|
201
|
+
if (typeSchemas.length === 1) {
|
|
202
|
+
return typeSchemas[0];
|
|
203
|
+
}
|
|
204
|
+
return z.union(typeSchemas);
|
|
205
|
+
}
|
|
206
|
+
if (!type) {
|
|
207
|
+
// No type specified - empty schema (any)
|
|
208
|
+
return z.any();
|
|
209
|
+
}
|
|
210
|
+
let zodSchema;
|
|
211
|
+
switch (type) {
|
|
212
|
+
case "string": {
|
|
213
|
+
let stringSchema = z.string();
|
|
214
|
+
// Apply format using .check() with Zod format functions
|
|
215
|
+
if (schema.format) {
|
|
216
|
+
const format = schema.format;
|
|
217
|
+
// Map common formats to Zod check functions
|
|
218
|
+
if (format === "email") {
|
|
219
|
+
stringSchema = stringSchema.check(z.email());
|
|
220
|
+
}
|
|
221
|
+
else if (format === "uri" || format === "uri-reference") {
|
|
222
|
+
stringSchema = stringSchema.check(z.url());
|
|
223
|
+
}
|
|
224
|
+
else if (format === "uuid" || format === "guid") {
|
|
225
|
+
stringSchema = stringSchema.check(z.uuid());
|
|
226
|
+
}
|
|
227
|
+
else if (format === "date-time") {
|
|
228
|
+
stringSchema = stringSchema.check(z.iso.datetime());
|
|
229
|
+
}
|
|
230
|
+
else if (format === "date") {
|
|
231
|
+
stringSchema = stringSchema.check(z.iso.date());
|
|
232
|
+
}
|
|
233
|
+
else if (format === "time") {
|
|
234
|
+
stringSchema = stringSchema.check(z.iso.time());
|
|
235
|
+
}
|
|
236
|
+
else if (format === "duration") {
|
|
237
|
+
stringSchema = stringSchema.check(z.iso.duration());
|
|
238
|
+
}
|
|
239
|
+
else if (format === "ipv4") {
|
|
240
|
+
stringSchema = stringSchema.check(z.ipv4());
|
|
241
|
+
}
|
|
242
|
+
else if (format === "ipv6") {
|
|
243
|
+
stringSchema = stringSchema.check(z.ipv6());
|
|
244
|
+
}
|
|
245
|
+
else if (format === "mac") {
|
|
246
|
+
stringSchema = stringSchema.check(z.mac());
|
|
247
|
+
}
|
|
248
|
+
else if (format === "cidr") {
|
|
249
|
+
stringSchema = stringSchema.check(z.cidrv4());
|
|
250
|
+
}
|
|
251
|
+
else if (format === "cidr-v6") {
|
|
252
|
+
stringSchema = stringSchema.check(z.cidrv6());
|
|
253
|
+
}
|
|
254
|
+
else if (format === "base64") {
|
|
255
|
+
stringSchema = stringSchema.check(z.base64());
|
|
256
|
+
}
|
|
257
|
+
else if (format === "base64url") {
|
|
258
|
+
stringSchema = stringSchema.check(z.base64url());
|
|
259
|
+
}
|
|
260
|
+
else if (format === "e164") {
|
|
261
|
+
stringSchema = stringSchema.check(z.e164());
|
|
262
|
+
}
|
|
263
|
+
else if (format === "jwt") {
|
|
264
|
+
stringSchema = stringSchema.check(z.jwt());
|
|
265
|
+
}
|
|
266
|
+
else if (format === "emoji") {
|
|
267
|
+
stringSchema = stringSchema.check(z.emoji());
|
|
268
|
+
}
|
|
269
|
+
else if (format === "nanoid") {
|
|
270
|
+
stringSchema = stringSchema.check(z.nanoid());
|
|
271
|
+
}
|
|
272
|
+
else if (format === "cuid") {
|
|
273
|
+
stringSchema = stringSchema.check(z.cuid());
|
|
274
|
+
}
|
|
275
|
+
else if (format === "cuid2") {
|
|
276
|
+
stringSchema = stringSchema.check(z.cuid2());
|
|
277
|
+
}
|
|
278
|
+
else if (format === "ulid") {
|
|
279
|
+
stringSchema = stringSchema.check(z.ulid());
|
|
280
|
+
}
|
|
281
|
+
else if (format === "xid") {
|
|
282
|
+
stringSchema = stringSchema.check(z.xid());
|
|
283
|
+
}
|
|
284
|
+
else if (format === "ksuid") {
|
|
285
|
+
stringSchema = stringSchema.check(z.ksuid());
|
|
286
|
+
}
|
|
287
|
+
// Note: json-string format is not currently supported by Zod
|
|
288
|
+
// Custom formats are ignored - keep as plain string
|
|
289
|
+
}
|
|
290
|
+
// Apply constraints
|
|
291
|
+
if (typeof schema.minLength === "number") {
|
|
292
|
+
stringSchema = stringSchema.min(schema.minLength);
|
|
293
|
+
}
|
|
294
|
+
if (typeof schema.maxLength === "number") {
|
|
295
|
+
stringSchema = stringSchema.max(schema.maxLength);
|
|
296
|
+
}
|
|
297
|
+
if (schema.pattern) {
|
|
298
|
+
// JSON Schema patterns are not implicitly anchored (match anywhere in string)
|
|
299
|
+
stringSchema = stringSchema.regex(new RegExp(schema.pattern));
|
|
300
|
+
}
|
|
301
|
+
zodSchema = stringSchema;
|
|
302
|
+
break;
|
|
303
|
+
}
|
|
304
|
+
case "number":
|
|
305
|
+
case "integer": {
|
|
306
|
+
let numberSchema = type === "integer" ? z.number().int() : z.number();
|
|
307
|
+
// Apply constraints
|
|
308
|
+
if (typeof schema.minimum === "number") {
|
|
309
|
+
numberSchema = numberSchema.min(schema.minimum);
|
|
310
|
+
}
|
|
311
|
+
if (typeof schema.maximum === "number") {
|
|
312
|
+
numberSchema = numberSchema.max(schema.maximum);
|
|
313
|
+
}
|
|
314
|
+
if (typeof schema.exclusiveMinimum === "number") {
|
|
315
|
+
numberSchema = numberSchema.gt(schema.exclusiveMinimum);
|
|
316
|
+
}
|
|
317
|
+
else if (schema.exclusiveMinimum === true && typeof schema.minimum === "number") {
|
|
318
|
+
numberSchema = numberSchema.gt(schema.minimum);
|
|
319
|
+
}
|
|
320
|
+
if (typeof schema.exclusiveMaximum === "number") {
|
|
321
|
+
numberSchema = numberSchema.lt(schema.exclusiveMaximum);
|
|
322
|
+
}
|
|
323
|
+
else if (schema.exclusiveMaximum === true && typeof schema.maximum === "number") {
|
|
324
|
+
numberSchema = numberSchema.lt(schema.maximum);
|
|
325
|
+
}
|
|
326
|
+
if (typeof schema.multipleOf === "number") {
|
|
327
|
+
numberSchema = numberSchema.multipleOf(schema.multipleOf);
|
|
328
|
+
}
|
|
329
|
+
zodSchema = numberSchema;
|
|
330
|
+
break;
|
|
331
|
+
}
|
|
332
|
+
case "boolean": {
|
|
333
|
+
zodSchema = z.boolean();
|
|
334
|
+
break;
|
|
335
|
+
}
|
|
336
|
+
case "null": {
|
|
337
|
+
zodSchema = z.null();
|
|
338
|
+
break;
|
|
339
|
+
}
|
|
340
|
+
case "object": {
|
|
341
|
+
const shape = {};
|
|
342
|
+
const properties = schema.properties || {};
|
|
343
|
+
const requiredSet = new Set(schema.required || []);
|
|
344
|
+
// Convert properties - mark optional ones
|
|
345
|
+
for (const [key, propSchema] of Object.entries(properties)) {
|
|
346
|
+
const propZodSchema = convertSchema(propSchema, ctx);
|
|
347
|
+
// If not in required array, make it optional
|
|
348
|
+
shape[key] = requiredSet.has(key) ? propZodSchema : propZodSchema.optional();
|
|
349
|
+
}
|
|
350
|
+
// Handle propertyNames
|
|
351
|
+
if (schema.propertyNames) {
|
|
352
|
+
const keySchema = convertSchema(schema.propertyNames, ctx);
|
|
353
|
+
const valueSchema = schema.additionalProperties && typeof schema.additionalProperties === "object"
|
|
354
|
+
? convertSchema(schema.additionalProperties, ctx)
|
|
355
|
+
: z.any();
|
|
356
|
+
// Case A: No properties (pure record)
|
|
357
|
+
if (Object.keys(shape).length === 0) {
|
|
358
|
+
zodSchema = z.record(keySchema, valueSchema);
|
|
359
|
+
break;
|
|
360
|
+
}
|
|
361
|
+
// Case B: With properties (intersection of object and looseRecord)
|
|
362
|
+
const objectSchema = z.object(shape).passthrough();
|
|
363
|
+
const recordSchema = z.looseRecord(keySchema, valueSchema);
|
|
364
|
+
zodSchema = z.intersection(objectSchema, recordSchema);
|
|
365
|
+
break;
|
|
366
|
+
}
|
|
367
|
+
// Handle patternProperties
|
|
368
|
+
if (schema.patternProperties) {
|
|
369
|
+
// patternProperties: keys matching pattern must satisfy corresponding schema
|
|
370
|
+
// Use loose records so non-matching keys pass through
|
|
371
|
+
const patternProps = schema.patternProperties;
|
|
372
|
+
const patternKeys = Object.keys(patternProps);
|
|
373
|
+
const looseRecords = [];
|
|
374
|
+
for (const pattern of patternKeys) {
|
|
375
|
+
const patternValue = convertSchema(patternProps[pattern], ctx);
|
|
376
|
+
const keySchema = z.string().regex(new RegExp(pattern));
|
|
377
|
+
looseRecords.push(z.looseRecord(keySchema, patternValue));
|
|
378
|
+
}
|
|
379
|
+
// Build intersection: object schema + all pattern property records
|
|
380
|
+
const schemasToIntersect = [];
|
|
381
|
+
if (Object.keys(shape).length > 0) {
|
|
382
|
+
// Use passthrough so patternProperties can validate additional keys
|
|
383
|
+
schemasToIntersect.push(z.object(shape).passthrough());
|
|
384
|
+
}
|
|
385
|
+
schemasToIntersect.push(...looseRecords);
|
|
386
|
+
if (schemasToIntersect.length === 0) {
|
|
387
|
+
zodSchema = z.object({}).passthrough();
|
|
388
|
+
}
|
|
389
|
+
else if (schemasToIntersect.length === 1) {
|
|
390
|
+
zodSchema = schemasToIntersect[0];
|
|
391
|
+
}
|
|
392
|
+
else {
|
|
393
|
+
// Chain intersections: (A & B) & C & D ...
|
|
394
|
+
let result = z.intersection(schemasToIntersect[0], schemasToIntersect[1]);
|
|
395
|
+
for (let i = 2; i < schemasToIntersect.length; i++) {
|
|
396
|
+
result = z.intersection(result, schemasToIntersect[i]);
|
|
397
|
+
}
|
|
398
|
+
zodSchema = result;
|
|
399
|
+
}
|
|
400
|
+
break;
|
|
401
|
+
}
|
|
402
|
+
// Handle additionalProperties
|
|
403
|
+
// In JSON Schema, additionalProperties defaults to true (allow any extra properties)
|
|
404
|
+
// In Zod, objects strip unknown keys by default, so we need to handle this explicitly
|
|
405
|
+
const objectSchema = z.object(shape);
|
|
406
|
+
if (schema.additionalProperties === false) {
|
|
407
|
+
// Strict mode - no extra properties allowed
|
|
408
|
+
zodSchema = objectSchema.strict();
|
|
409
|
+
}
|
|
410
|
+
else if (typeof schema.additionalProperties === "object") {
|
|
411
|
+
// Extra properties must match the specified schema
|
|
412
|
+
zodSchema = objectSchema.catchall(convertSchema(schema.additionalProperties, ctx));
|
|
413
|
+
}
|
|
414
|
+
else {
|
|
415
|
+
// additionalProperties is true or undefined - allow any extra properties (passthrough)
|
|
416
|
+
zodSchema = objectSchema.passthrough();
|
|
417
|
+
}
|
|
418
|
+
break;
|
|
419
|
+
}
|
|
420
|
+
case "array": {
|
|
421
|
+
// TODO: uniqueItems is not supported
|
|
422
|
+
// TODO: contains/minContains/maxContains are not supported
|
|
423
|
+
// Check if this is a tuple (prefixItems or items as array)
|
|
424
|
+
const prefixItems = schema.prefixItems;
|
|
425
|
+
const items = schema.items;
|
|
426
|
+
if (prefixItems && Array.isArray(prefixItems)) {
|
|
427
|
+
// Tuple with prefixItems (draft-2020-12)
|
|
428
|
+
const tupleItems = prefixItems.map((item) => convertSchema(item, ctx));
|
|
429
|
+
const rest = items && typeof items === "object" && !Array.isArray(items)
|
|
430
|
+
? convertSchema(items, ctx)
|
|
431
|
+
: undefined;
|
|
432
|
+
if (rest) {
|
|
433
|
+
zodSchema = z.tuple(tupleItems).rest(rest);
|
|
434
|
+
}
|
|
435
|
+
else {
|
|
436
|
+
zodSchema = z.tuple(tupleItems);
|
|
437
|
+
}
|
|
438
|
+
// Apply minItems/maxItems constraints to tuples
|
|
439
|
+
if (typeof schema.minItems === "number") {
|
|
440
|
+
zodSchema = zodSchema.check(z.minLength(schema.minItems));
|
|
441
|
+
}
|
|
442
|
+
if (typeof schema.maxItems === "number") {
|
|
443
|
+
zodSchema = zodSchema.check(z.maxLength(schema.maxItems));
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
else if (Array.isArray(items)) {
|
|
447
|
+
// Tuple with items array (draft-7)
|
|
448
|
+
const tupleItems = items.map((item) => convertSchema(item, ctx));
|
|
449
|
+
const rest = schema.additionalItems && typeof schema.additionalItems === "object"
|
|
450
|
+
? convertSchema(schema.additionalItems, ctx)
|
|
451
|
+
: undefined; // additionalItems: false means no rest, handled by default tuple behavior
|
|
452
|
+
if (rest) {
|
|
453
|
+
zodSchema = z.tuple(tupleItems).rest(rest);
|
|
454
|
+
}
|
|
455
|
+
else {
|
|
456
|
+
zodSchema = z.tuple(tupleItems);
|
|
457
|
+
}
|
|
458
|
+
// Apply minItems/maxItems constraints to tuples
|
|
459
|
+
if (typeof schema.minItems === "number") {
|
|
460
|
+
zodSchema = zodSchema.check(z.minLength(schema.minItems));
|
|
461
|
+
}
|
|
462
|
+
if (typeof schema.maxItems === "number") {
|
|
463
|
+
zodSchema = zodSchema.check(z.maxLength(schema.maxItems));
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
else if (items !== undefined) {
|
|
467
|
+
// Regular array
|
|
468
|
+
const element = convertSchema(items, ctx);
|
|
469
|
+
let arraySchema = z.array(element);
|
|
470
|
+
// Apply constraints
|
|
471
|
+
if (typeof schema.minItems === "number") {
|
|
472
|
+
arraySchema = arraySchema.min(schema.minItems);
|
|
473
|
+
}
|
|
474
|
+
if (typeof schema.maxItems === "number") {
|
|
475
|
+
arraySchema = arraySchema.max(schema.maxItems);
|
|
476
|
+
}
|
|
477
|
+
zodSchema = arraySchema;
|
|
478
|
+
}
|
|
479
|
+
else {
|
|
480
|
+
// No items specified - array of any
|
|
481
|
+
zodSchema = z.array(z.any());
|
|
482
|
+
}
|
|
483
|
+
break;
|
|
484
|
+
}
|
|
485
|
+
default:
|
|
486
|
+
throw new Error(`Unsupported type: ${type}`);
|
|
487
|
+
}
|
|
488
|
+
return zodSchema;
|
|
489
|
+
}
|
|
490
|
+
function convertSchema(schema, ctx) {
|
|
491
|
+
if (typeof schema === "boolean") {
|
|
492
|
+
return schema ? z.any() : z.never();
|
|
493
|
+
}
|
|
494
|
+
// Convert base schema first (ignoring composition keywords)
|
|
495
|
+
let baseSchema = convertBaseSchema(schema, ctx);
|
|
496
|
+
const hasExplicitType = schema.type || schema.enum !== undefined || schema.const !== undefined;
|
|
497
|
+
// Process composition keywords LAST (they can appear together)
|
|
498
|
+
// Handle anyOf - wrap base schema with union
|
|
499
|
+
if (schema.anyOf && Array.isArray(schema.anyOf)) {
|
|
500
|
+
const options = schema.anyOf.map((s) => convertSchema(s, ctx));
|
|
501
|
+
const anyOfUnion = z.union(options);
|
|
502
|
+
baseSchema = hasExplicitType ? z.intersection(baseSchema, anyOfUnion) : anyOfUnion;
|
|
503
|
+
}
|
|
504
|
+
// Handle oneOf - exclusive union (exactly one must match)
|
|
505
|
+
if (schema.oneOf && Array.isArray(schema.oneOf)) {
|
|
506
|
+
const options = schema.oneOf.map((s) => convertSchema(s, ctx));
|
|
507
|
+
const oneOfUnion = z.xor(options);
|
|
508
|
+
baseSchema = hasExplicitType ? z.intersection(baseSchema, oneOfUnion) : oneOfUnion;
|
|
509
|
+
}
|
|
510
|
+
// Handle allOf - wrap base schema with intersection
|
|
511
|
+
if (schema.allOf && Array.isArray(schema.allOf)) {
|
|
512
|
+
if (schema.allOf.length === 0) {
|
|
513
|
+
baseSchema = hasExplicitType ? baseSchema : z.any();
|
|
514
|
+
}
|
|
515
|
+
else {
|
|
516
|
+
let result = hasExplicitType ? baseSchema : convertSchema(schema.allOf[0], ctx);
|
|
517
|
+
const startIdx = hasExplicitType ? 0 : 1;
|
|
518
|
+
for (let i = startIdx; i < schema.allOf.length; i++) {
|
|
519
|
+
result = z.intersection(result, convertSchema(schema.allOf[i], ctx));
|
|
520
|
+
}
|
|
521
|
+
baseSchema = result;
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
// Handle nullable (OpenAPI 3.0)
|
|
525
|
+
if (schema.nullable === true && ctx.version === "openapi-3.0") {
|
|
526
|
+
baseSchema = z.nullable(baseSchema);
|
|
527
|
+
}
|
|
528
|
+
// Handle readOnly
|
|
529
|
+
if (schema.readOnly === true) {
|
|
530
|
+
baseSchema = z.readonly(baseSchema);
|
|
531
|
+
}
|
|
532
|
+
// Apply `default` so it wraps the fully-composed schema. This ensures
|
|
533
|
+
// `parse(undefined) -> default` works regardless of which branch of
|
|
534
|
+
// `convertBaseSchema` produced the inner schema (enum/const/not/typed/etc.).
|
|
535
|
+
if (schema.default !== undefined) {
|
|
536
|
+
baseSchema = baseSchema.default(schema.default);
|
|
537
|
+
}
|
|
538
|
+
// Collect non-description annotation metadata into the user-supplied
|
|
539
|
+
// registry. Description is handled separately below via `.describe()` to
|
|
540
|
+
// preserve the contract that `schema.description` reads from globalRegistry.
|
|
541
|
+
const extraMeta = {};
|
|
542
|
+
const coreMetadataKeys = ["$id", "id", "$comment", "$anchor", "$vocabulary", "$dynamicRef", "$dynamicAnchor"];
|
|
543
|
+
for (const key of coreMetadataKeys) {
|
|
544
|
+
if (key in schema) {
|
|
545
|
+
extraMeta[key] = schema[key];
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
const contentMetadataKeys = ["contentEncoding", "contentMediaType", "contentSchema"];
|
|
549
|
+
for (const key of contentMetadataKeys) {
|
|
550
|
+
if (key in schema) {
|
|
551
|
+
extraMeta[key] = schema[key];
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
for (const key of Object.keys(schema)) {
|
|
555
|
+
if (!RECOGNIZED_KEYS.has(key)) {
|
|
556
|
+
extraMeta[key] = schema[key];
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
if (Object.keys(extraMeta).length > 0) {
|
|
560
|
+
ctx.registry.add(baseSchema, extraMeta);
|
|
561
|
+
}
|
|
562
|
+
// Apply description last. `.describe()` clones the schema and sets
|
|
563
|
+
// `_zod.parent` on the clone, so registry lookups on the returned reference
|
|
564
|
+
// still resolve `extraMeta` via parent inheritance.
|
|
565
|
+
if (schema.description) {
|
|
566
|
+
baseSchema = baseSchema.describe(schema.description);
|
|
567
|
+
}
|
|
568
|
+
return baseSchema;
|
|
569
|
+
}
|
|
570
|
+
/**
|
|
571
|
+
* Converts a JSON Schema to a Zod schema. This function should be considered semi-experimental. It's behavior is liable to change. */
|
|
572
|
+
export function fromJSONSchema(schema, params) {
|
|
573
|
+
// Handle boolean schemas
|
|
574
|
+
if (typeof schema === "boolean") {
|
|
575
|
+
return schema ? z.any() : z.never();
|
|
576
|
+
}
|
|
577
|
+
// Normalize input via a JSON round-trip. This guarantees the converter
|
|
578
|
+
// walks a plain, finite, JSON-valid object graph: cyclic inputs fail here,
|
|
579
|
+
// getter/Proxy-based properties are materialized into static values, and
|
|
580
|
+
// class instances collapse to plain objects.
|
|
581
|
+
let normalized;
|
|
582
|
+
try {
|
|
583
|
+
normalized = JSON.parse(JSON.stringify(schema));
|
|
584
|
+
}
|
|
585
|
+
catch {
|
|
586
|
+
throw new Error("fromJSONSchema input is not valid JSON (possibly cyclic); use $defs/$ref for recursive schemas");
|
|
587
|
+
}
|
|
588
|
+
const version = detectVersion(normalized, params?.defaultTarget);
|
|
589
|
+
const defs = (normalized.$defs || normalized.definitions || {});
|
|
590
|
+
const ctx = {
|
|
591
|
+
version,
|
|
592
|
+
defs,
|
|
593
|
+
refs: new Map(),
|
|
594
|
+
processing: new Set(),
|
|
595
|
+
rootSchema: normalized,
|
|
596
|
+
registry: params?.registry ?? globalRegistry,
|
|
597
|
+
};
|
|
598
|
+
return convertSchema(normalized, ctx);
|
|
599
|
+
}
|