claude-scope 0.1.6 → 0.1.7

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.
Files changed (748) hide show
  1. package/dist/data/stdin-provider.d.ts +1 -1
  2. package/dist/data/stdin-provider.d.ts.map +1 -1
  3. package/dist/data/stdin-provider.js +7 -18
  4. package/dist/data/stdin-provider.js.map +1 -1
  5. package/dist/index.js +0 -0
  6. package/dist/schemas/stdin-schema.d.ts +80 -119
  7. package/dist/schemas/stdin-schema.d.ts.map +1 -1
  8. package/dist/schemas/stdin-schema.js +35 -68
  9. package/dist/schemas/stdin-schema.js.map +1 -1
  10. package/dist/validation/combinators.d.ts +10 -0
  11. package/dist/validation/combinators.d.ts.map +1 -0
  12. package/dist/validation/combinators.js +49 -0
  13. package/dist/validation/combinators.js.map +1 -0
  14. package/dist/validation/core.d.ts +30 -0
  15. package/dist/validation/core.d.ts.map +1 -0
  16. package/dist/validation/core.js +2 -0
  17. package/dist/validation/core.js.map +1 -0
  18. package/dist/validation/index.d.ts +4 -0
  19. package/dist/validation/index.d.ts.map +1 -0
  20. package/dist/validation/index.js +4 -0
  21. package/dist/validation/index.js.map +1 -0
  22. package/dist/validation/result.d.ts +5 -0
  23. package/dist/validation/result.d.ts.map +1 -0
  24. package/dist/validation/result.js +11 -0
  25. package/dist/validation/result.js.map +1 -0
  26. package/dist/validation/validators.d.ts +7 -0
  27. package/dist/validation/validators.d.ts.map +1 -0
  28. package/dist/validation/validators.js +41 -0
  29. package/dist/validation/validators.js.map +1 -0
  30. package/package.json +2 -5
  31. package/dist/core/stdin-data-widget.d.ts +0 -85
  32. package/dist/core/stdin-data-widget.d.ts.map +0 -1
  33. package/dist/core/stdin-data-widget.js +0 -75
  34. package/dist/core/stdin-data-widget.js.map +0 -1
  35. package/dist/providers/stdin-provider.d.ts +0 -44
  36. package/dist/providers/stdin-provider.d.ts.map +0 -1
  37. package/dist/providers/stdin-provider.js +0 -83
  38. package/dist/providers/stdin-provider.js.map +0 -1
  39. package/dist/utils/colors.d.ts +0 -52
  40. package/dist/utils/colors.d.ts.map +0 -1
  41. package/dist/utils/colors.js +0 -54
  42. package/dist/utils/colors.js.map +0 -1
  43. package/dist/utils/formatters.d.ts +0 -56
  44. package/dist/utils/formatters.d.ts.map +0 -1
  45. package/dist/utils/formatters.js +0 -114
  46. package/dist/utils/formatters.js.map +0 -1
  47. package/dist/widgets/git-changes-widget.d.ts +0 -16
  48. package/dist/widgets/git-changes-widget.d.ts.map +0 -1
  49. package/dist/widgets/git-changes-widget.js +0 -37
  50. package/dist/widgets/git-changes-widget.js.map +0 -1
  51. package/dist/widgets/git-widget.d.ts +0 -35
  52. package/dist/widgets/git-widget.d.ts.map +0 -1
  53. package/dist/widgets/git-widget.js +0 -51
  54. package/dist/widgets/git-widget.js.map +0 -1
  55. package/node_modules/zod/LICENSE +0 -21
  56. package/node_modules/zod/README.md +0 -208
  57. package/node_modules/zod/index.cjs +0 -33
  58. package/node_modules/zod/index.d.cts +0 -4
  59. package/node_modules/zod/index.d.ts +0 -4
  60. package/node_modules/zod/index.js +0 -4
  61. package/node_modules/zod/locales/index.cjs +0 -17
  62. package/node_modules/zod/locales/index.d.cts +0 -1
  63. package/node_modules/zod/locales/index.d.ts +0 -1
  64. package/node_modules/zod/locales/index.js +0 -1
  65. package/node_modules/zod/locales/package.json +0 -6
  66. package/node_modules/zod/mini/index.cjs +0 -17
  67. package/node_modules/zod/mini/index.d.cts +0 -1
  68. package/node_modules/zod/mini/index.d.ts +0 -1
  69. package/node_modules/zod/mini/index.js +0 -1
  70. package/node_modules/zod/mini/package.json +0 -6
  71. package/node_modules/zod/package.json +0 -135
  72. package/node_modules/zod/src/index.ts +0 -4
  73. package/node_modules/zod/src/locales/index.ts +0 -1
  74. package/node_modules/zod/src/mini/index.ts +0 -1
  75. package/node_modules/zod/src/v3/ZodError.ts +0 -330
  76. package/node_modules/zod/src/v3/benchmarks/datetime.ts +0 -58
  77. package/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +0 -80
  78. package/node_modules/zod/src/v3/benchmarks/index.ts +0 -59
  79. package/node_modules/zod/src/v3/benchmarks/ipv4.ts +0 -57
  80. package/node_modules/zod/src/v3/benchmarks/object.ts +0 -69
  81. package/node_modules/zod/src/v3/benchmarks/primitives.ts +0 -162
  82. package/node_modules/zod/src/v3/benchmarks/realworld.ts +0 -63
  83. package/node_modules/zod/src/v3/benchmarks/string.ts +0 -55
  84. package/node_modules/zod/src/v3/benchmarks/union.ts +0 -80
  85. package/node_modules/zod/src/v3/errors.ts +0 -13
  86. package/node_modules/zod/src/v3/external.ts +0 -6
  87. package/node_modules/zod/src/v3/helpers/enumUtil.ts +0 -17
  88. package/node_modules/zod/src/v3/helpers/errorUtil.ts +0 -8
  89. package/node_modules/zod/src/v3/helpers/parseUtil.ts +0 -176
  90. package/node_modules/zod/src/v3/helpers/partialUtil.ts +0 -34
  91. package/node_modules/zod/src/v3/helpers/typeAliases.ts +0 -2
  92. package/node_modules/zod/src/v3/helpers/util.ts +0 -224
  93. package/node_modules/zod/src/v3/index.ts +0 -4
  94. package/node_modules/zod/src/v3/locales/en.ts +0 -124
  95. package/node_modules/zod/src/v3/standard-schema.ts +0 -113
  96. package/node_modules/zod/src/v3/tests/Mocker.ts +0 -54
  97. package/node_modules/zod/src/v3/tests/all-errors.test.ts +0 -157
  98. package/node_modules/zod/src/v3/tests/anyunknown.test.ts +0 -28
  99. package/node_modules/zod/src/v3/tests/array.test.ts +0 -71
  100. package/node_modules/zod/src/v3/tests/async-parsing.test.ts +0 -388
  101. package/node_modules/zod/src/v3/tests/async-refinements.test.ts +0 -46
  102. package/node_modules/zod/src/v3/tests/base.test.ts +0 -29
  103. package/node_modules/zod/src/v3/tests/bigint.test.ts +0 -55
  104. package/node_modules/zod/src/v3/tests/branded.test.ts +0 -53
  105. package/node_modules/zod/src/v3/tests/catch.test.ts +0 -220
  106. package/node_modules/zod/src/v3/tests/coerce.test.ts +0 -133
  107. package/node_modules/zod/src/v3/tests/complex.test.ts +0 -70
  108. package/node_modules/zod/src/v3/tests/custom.test.ts +0 -31
  109. package/node_modules/zod/src/v3/tests/date.test.ts +0 -32
  110. package/node_modules/zod/src/v3/tests/deepmasking.test.ts +0 -186
  111. package/node_modules/zod/src/v3/tests/default.test.ts +0 -112
  112. package/node_modules/zod/src/v3/tests/description.test.ts +0 -33
  113. package/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +0 -315
  114. package/node_modules/zod/src/v3/tests/enum.test.ts +0 -80
  115. package/node_modules/zod/src/v3/tests/error.test.ts +0 -551
  116. package/node_modules/zod/src/v3/tests/firstparty.test.ts +0 -87
  117. package/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +0 -21
  118. package/node_modules/zod/src/v3/tests/function.test.ts +0 -261
  119. package/node_modules/zod/src/v3/tests/generics.test.ts +0 -48
  120. package/node_modules/zod/src/v3/tests/instanceof.test.ts +0 -37
  121. package/node_modules/zod/src/v3/tests/intersection.test.ts +0 -110
  122. package/node_modules/zod/src/v3/tests/language-server.source.ts +0 -76
  123. package/node_modules/zod/src/v3/tests/language-server.test.ts +0 -207
  124. package/node_modules/zod/src/v3/tests/literal.test.ts +0 -36
  125. package/node_modules/zod/src/v3/tests/map.test.ts +0 -110
  126. package/node_modules/zod/src/v3/tests/masking.test.ts +0 -4
  127. package/node_modules/zod/src/v3/tests/mocker.test.ts +0 -19
  128. package/node_modules/zod/src/v3/tests/nan.test.ts +0 -24
  129. package/node_modules/zod/src/v3/tests/nativeEnum.test.ts +0 -87
  130. package/node_modules/zod/src/v3/tests/nullable.test.ts +0 -42
  131. package/node_modules/zod/src/v3/tests/number.test.ts +0 -176
  132. package/node_modules/zod/src/v3/tests/object-augmentation.test.ts +0 -29
  133. package/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +0 -29
  134. package/node_modules/zod/src/v3/tests/object.test.ts +0 -434
  135. package/node_modules/zod/src/v3/tests/optional.test.ts +0 -42
  136. package/node_modules/zod/src/v3/tests/parseUtil.test.ts +0 -23
  137. package/node_modules/zod/src/v3/tests/parser.test.ts +0 -41
  138. package/node_modules/zod/src/v3/tests/partials.test.ts +0 -243
  139. package/node_modules/zod/src/v3/tests/pickomit.test.ts +0 -111
  140. package/node_modules/zod/src/v3/tests/pipeline.test.ts +0 -29
  141. package/node_modules/zod/src/v3/tests/preprocess.test.ts +0 -186
  142. package/node_modules/zod/src/v3/tests/primitive.test.ts +0 -440
  143. package/node_modules/zod/src/v3/tests/promise.test.ts +0 -90
  144. package/node_modules/zod/src/v3/tests/readonly.test.ts +0 -194
  145. package/node_modules/zod/src/v3/tests/record.test.ts +0 -171
  146. package/node_modules/zod/src/v3/tests/recursive.test.ts +0 -197
  147. package/node_modules/zod/src/v3/tests/refine.test.ts +0 -313
  148. package/node_modules/zod/src/v3/tests/safeparse.test.ts +0 -27
  149. package/node_modules/zod/src/v3/tests/set.test.ts +0 -142
  150. package/node_modules/zod/src/v3/tests/standard-schema.test.ts +0 -83
  151. package/node_modules/zod/src/v3/tests/string.test.ts +0 -916
  152. package/node_modules/zod/src/v3/tests/transformer.test.ts +0 -233
  153. package/node_modules/zod/src/v3/tests/tuple.test.ts +0 -90
  154. package/node_modules/zod/src/v3/tests/unions.test.ts +0 -57
  155. package/node_modules/zod/src/v3/tests/validations.test.ts +0 -133
  156. package/node_modules/zod/src/v3/tests/void.test.ts +0 -15
  157. package/node_modules/zod/src/v3/types.ts +0 -5138
  158. package/node_modules/zod/src/v4/classic/checks.ts +0 -32
  159. package/node_modules/zod/src/v4/classic/coerce.ts +0 -27
  160. package/node_modules/zod/src/v4/classic/compat.ts +0 -70
  161. package/node_modules/zod/src/v4/classic/errors.ts +0 -82
  162. package/node_modules/zod/src/v4/classic/external.ts +0 -51
  163. package/node_modules/zod/src/v4/classic/from-json-schema.ts +0 -643
  164. package/node_modules/zod/src/v4/classic/index.ts +0 -5
  165. package/node_modules/zod/src/v4/classic/iso.ts +0 -90
  166. package/node_modules/zod/src/v4/classic/parse.ts +0 -82
  167. package/node_modules/zod/src/v4/classic/schemas.ts +0 -2409
  168. package/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +0 -26
  169. package/node_modules/zod/src/v4/classic/tests/apply.test.ts +0 -59
  170. package/node_modules/zod/src/v4/classic/tests/array.test.ts +0 -264
  171. package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +0 -210
  172. package/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +0 -381
  173. package/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +0 -68
  174. package/node_modules/zod/src/v4/classic/tests/base.test.ts +0 -7
  175. package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +0 -54
  176. package/node_modules/zod/src/v4/classic/tests/brand.test.ts +0 -106
  177. package/node_modules/zod/src/v4/classic/tests/catch.test.ts +0 -276
  178. package/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +0 -20
  179. package/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +0 -573
  180. package/node_modules/zod/src/v4/classic/tests/codec.test.ts +0 -562
  181. package/node_modules/zod/src/v4/classic/tests/coerce.test.ts +0 -160
  182. package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +0 -374
  183. package/node_modules/zod/src/v4/classic/tests/custom.test.ts +0 -40
  184. package/node_modules/zod/src/v4/classic/tests/date.test.ts +0 -62
  185. package/node_modules/zod/src/v4/classic/tests/datetime.test.ts +0 -302
  186. package/node_modules/zod/src/v4/classic/tests/default.test.ts +0 -365
  187. package/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +0 -27
  188. package/node_modules/zod/src/v4/classic/tests/description.test.ts +0 -32
  189. package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +0 -661
  190. package/node_modules/zod/src/v4/classic/tests/enum.test.ts +0 -285
  191. package/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +0 -595
  192. package/node_modules/zod/src/v4/classic/tests/error.test.ts +0 -711
  193. package/node_modules/zod/src/v4/classic/tests/file.test.ts +0 -96
  194. package/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -179
  195. package/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +0 -26
  196. package/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +0 -734
  197. package/node_modules/zod/src/v4/classic/tests/function.test.ts +0 -360
  198. package/node_modules/zod/src/v4/classic/tests/generics.test.ts +0 -72
  199. package/node_modules/zod/src/v4/classic/tests/hash.test.ts +0 -68
  200. package/node_modules/zod/src/v4/classic/tests/index.test.ts +0 -939
  201. package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +0 -60
  202. package/node_modules/zod/src/v4/classic/tests/intersection.test.ts +0 -198
  203. package/node_modules/zod/src/v4/classic/tests/json.test.ts +0 -109
  204. package/node_modules/zod/src/v4/classic/tests/lazy.test.ts +0 -227
  205. package/node_modules/zod/src/v4/classic/tests/literal.test.ts +0 -117
  206. package/node_modules/zod/src/v4/classic/tests/map.test.ts +0 -330
  207. package/node_modules/zod/src/v4/classic/tests/nan.test.ts +0 -21
  208. package/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +0 -168
  209. package/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +0 -101
  210. package/node_modules/zod/src/v4/classic/tests/nullable.test.ts +0 -22
  211. package/node_modules/zod/src/v4/classic/tests/number.test.ts +0 -270
  212. package/node_modules/zod/src/v4/classic/tests/object.test.ts +0 -640
  213. package/node_modules/zod/src/v4/classic/tests/optional.test.ts +0 -223
  214. package/node_modules/zod/src/v4/classic/tests/partial.test.ts +0 -427
  215. package/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +0 -211
  216. package/node_modules/zod/src/v4/classic/tests/pipe.test.ts +0 -101
  217. package/node_modules/zod/src/v4/classic/tests/prefault.test.ts +0 -74
  218. package/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +0 -282
  219. package/node_modules/zod/src/v4/classic/tests/primitive.test.ts +0 -175
  220. package/node_modules/zod/src/v4/classic/tests/promise.test.ts +0 -81
  221. package/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +0 -23
  222. package/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -252
  223. package/node_modules/zod/src/v4/classic/tests/record.test.ts +0 -600
  224. package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +0 -582
  225. package/node_modules/zod/src/v4/classic/tests/refine.test.ts +0 -570
  226. package/node_modules/zod/src/v4/classic/tests/registries.test.ts +0 -243
  227. package/node_modules/zod/src/v4/classic/tests/set.test.ts +0 -181
  228. package/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +0 -134
  229. package/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +0 -125
  230. package/node_modules/zod/src/v4/classic/tests/string.test.ts +0 -1175
  231. package/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +0 -106
  232. package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +0 -771
  233. package/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +0 -438
  234. package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +0 -2975
  235. package/node_modules/zod/src/v4/classic/tests/transform.test.ts +0 -361
  236. package/node_modules/zod/src/v4/classic/tests/tuple.test.ts +0 -183
  237. package/node_modules/zod/src/v4/classic/tests/union.test.ts +0 -219
  238. package/node_modules/zod/src/v4/classic/tests/url.test.ts +0 -13
  239. package/node_modules/zod/src/v4/classic/tests/validations.test.ts +0 -283
  240. package/node_modules/zod/src/v4/classic/tests/void.test.ts +0 -12
  241. package/node_modules/zod/src/v4/core/api.ts +0 -1798
  242. package/node_modules/zod/src/v4/core/checks.ts +0 -1293
  243. package/node_modules/zod/src/v4/core/config.ts +0 -15
  244. package/node_modules/zod/src/v4/core/core.ts +0 -138
  245. package/node_modules/zod/src/v4/core/doc.ts +0 -44
  246. package/node_modules/zod/src/v4/core/errors.ts +0 -448
  247. package/node_modules/zod/src/v4/core/index.ts +0 -16
  248. package/node_modules/zod/src/v4/core/json-schema-generator.ts +0 -126
  249. package/node_modules/zod/src/v4/core/json-schema-processors.ts +0 -667
  250. package/node_modules/zod/src/v4/core/json-schema.ts +0 -147
  251. package/node_modules/zod/src/v4/core/parse.ts +0 -195
  252. package/node_modules/zod/src/v4/core/regexes.ts +0 -183
  253. package/node_modules/zod/src/v4/core/registries.ts +0 -105
  254. package/node_modules/zod/src/v4/core/schemas.ts +0 -4543
  255. package/node_modules/zod/src/v4/core/standard-schema.ts +0 -159
  256. package/node_modules/zod/src/v4/core/tests/extend.test.ts +0 -59
  257. package/node_modules/zod/src/v4/core/tests/index.test.ts +0 -46
  258. package/node_modules/zod/src/v4/core/tests/locales/be.test.ts +0 -124
  259. package/node_modules/zod/src/v4/core/tests/locales/en.test.ts +0 -22
  260. package/node_modules/zod/src/v4/core/tests/locales/es.test.ts +0 -181
  261. package/node_modules/zod/src/v4/core/tests/locales/he.test.ts +0 -379
  262. package/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +0 -46
  263. package/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +0 -128
  264. package/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +0 -69
  265. package/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +0 -83
  266. package/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +0 -67
  267. package/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +0 -45
  268. package/node_modules/zod/src/v4/core/to-json-schema.ts +0 -613
  269. package/node_modules/zod/src/v4/core/util.ts +0 -966
  270. package/node_modules/zod/src/v4/core/versions.ts +0 -5
  271. package/node_modules/zod/src/v4/core/zsf.ts +0 -323
  272. package/node_modules/zod/src/v4/index.ts +0 -4
  273. package/node_modules/zod/src/v4/locales/ar.ts +0 -115
  274. package/node_modules/zod/src/v4/locales/az.ts +0 -111
  275. package/node_modules/zod/src/v4/locales/be.ts +0 -176
  276. package/node_modules/zod/src/v4/locales/bg.ts +0 -128
  277. package/node_modules/zod/src/v4/locales/ca.ts +0 -116
  278. package/node_modules/zod/src/v4/locales/cs.ts +0 -118
  279. package/node_modules/zod/src/v4/locales/da.ts +0 -123
  280. package/node_modules/zod/src/v4/locales/de.ts +0 -116
  281. package/node_modules/zod/src/v4/locales/en.ts +0 -119
  282. package/node_modules/zod/src/v4/locales/eo.ts +0 -118
  283. package/node_modules/zod/src/v4/locales/es.ts +0 -141
  284. package/node_modules/zod/src/v4/locales/fa.ts +0 -126
  285. package/node_modules/zod/src/v4/locales/fi.ts +0 -121
  286. package/node_modules/zod/src/v4/locales/fr-CA.ts +0 -116
  287. package/node_modules/zod/src/v4/locales/fr.ts +0 -116
  288. package/node_modules/zod/src/v4/locales/he.ts +0 -246
  289. package/node_modules/zod/src/v4/locales/hu.ts +0 -117
  290. package/node_modules/zod/src/v4/locales/hy.ts +0 -164
  291. package/node_modules/zod/src/v4/locales/id.ts +0 -115
  292. package/node_modules/zod/src/v4/locales/index.ts +0 -49
  293. package/node_modules/zod/src/v4/locales/is.ts +0 -119
  294. package/node_modules/zod/src/v4/locales/it.ts +0 -116
  295. package/node_modules/zod/src/v4/locales/ja.ts +0 -114
  296. package/node_modules/zod/src/v4/locales/ka.ts +0 -123
  297. package/node_modules/zod/src/v4/locales/kh.ts +0 -7
  298. package/node_modules/zod/src/v4/locales/km.ts +0 -119
  299. package/node_modules/zod/src/v4/locales/ko.ts +0 -121
  300. package/node_modules/zod/src/v4/locales/lt.ts +0 -239
  301. package/node_modules/zod/src/v4/locales/mk.ts +0 -118
  302. package/node_modules/zod/src/v4/locales/ms.ts +0 -115
  303. package/node_modules/zod/src/v4/locales/nl.ts +0 -121
  304. package/node_modules/zod/src/v4/locales/no.ts +0 -116
  305. package/node_modules/zod/src/v4/locales/ota.ts +0 -117
  306. package/node_modules/zod/src/v4/locales/pl.ts +0 -118
  307. package/node_modules/zod/src/v4/locales/ps.ts +0 -126
  308. package/node_modules/zod/src/v4/locales/pt.ts +0 -116
  309. package/node_modules/zod/src/v4/locales/ru.ts +0 -176
  310. package/node_modules/zod/src/v4/locales/sl.ts +0 -118
  311. package/node_modules/zod/src/v4/locales/sv.ts +0 -119
  312. package/node_modules/zod/src/v4/locales/ta.ts +0 -118
  313. package/node_modules/zod/src/v4/locales/th.ts +0 -119
  314. package/node_modules/zod/src/v4/locales/tr.ts +0 -111
  315. package/node_modules/zod/src/v4/locales/ua.ts +0 -7
  316. package/node_modules/zod/src/v4/locales/uk.ts +0 -117
  317. package/node_modules/zod/src/v4/locales/ur.ts +0 -119
  318. package/node_modules/zod/src/v4/locales/uz.ts +0 -116
  319. package/node_modules/zod/src/v4/locales/vi.ts +0 -117
  320. package/node_modules/zod/src/v4/locales/yo.ts +0 -124
  321. package/node_modules/zod/src/v4/locales/zh-CN.ts +0 -116
  322. package/node_modules/zod/src/v4/locales/zh-TW.ts +0 -115
  323. package/node_modules/zod/src/v4/mini/checks.ts +0 -32
  324. package/node_modules/zod/src/v4/mini/coerce.ts +0 -27
  325. package/node_modules/zod/src/v4/mini/external.ts +0 -40
  326. package/node_modules/zod/src/v4/mini/index.ts +0 -3
  327. package/node_modules/zod/src/v4/mini/iso.ts +0 -66
  328. package/node_modules/zod/src/v4/mini/parse.ts +0 -14
  329. package/node_modules/zod/src/v4/mini/schemas.ts +0 -1916
  330. package/node_modules/zod/src/v4/mini/tests/apply.test.ts +0 -24
  331. package/node_modules/zod/src/v4/mini/tests/assignability.test.ts +0 -129
  332. package/node_modules/zod/src/v4/mini/tests/brand.test.ts +0 -94
  333. package/node_modules/zod/src/v4/mini/tests/checks.test.ts +0 -144
  334. package/node_modules/zod/src/v4/mini/tests/codec.test.ts +0 -529
  335. package/node_modules/zod/src/v4/mini/tests/computed.test.ts +0 -36
  336. package/node_modules/zod/src/v4/mini/tests/error.test.ts +0 -22
  337. package/node_modules/zod/src/v4/mini/tests/functions.test.ts +0 -5
  338. package/node_modules/zod/src/v4/mini/tests/index.test.ts +0 -963
  339. package/node_modules/zod/src/v4/mini/tests/number.test.ts +0 -95
  340. package/node_modules/zod/src/v4/mini/tests/object.test.ts +0 -227
  341. package/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +0 -43
  342. package/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +0 -275
  343. package/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +0 -50
  344. package/node_modules/zod/src/v4/mini/tests/string.test.ts +0 -347
  345. package/node_modules/zod/src/v4-mini/index.ts +0 -1
  346. package/node_modules/zod/v3/ZodError.cjs +0 -138
  347. package/node_modules/zod/v3/ZodError.d.cts +0 -164
  348. package/node_modules/zod/v3/ZodError.d.ts +0 -164
  349. package/node_modules/zod/v3/ZodError.js +0 -133
  350. package/node_modules/zod/v3/errors.cjs +0 -17
  351. package/node_modules/zod/v3/errors.d.cts +0 -5
  352. package/node_modules/zod/v3/errors.d.ts +0 -5
  353. package/node_modules/zod/v3/errors.js +0 -9
  354. package/node_modules/zod/v3/external.cjs +0 -22
  355. package/node_modules/zod/v3/external.d.cts +0 -6
  356. package/node_modules/zod/v3/external.d.ts +0 -6
  357. package/node_modules/zod/v3/external.js +0 -6
  358. package/node_modules/zod/v3/helpers/enumUtil.cjs +0 -2
  359. package/node_modules/zod/v3/helpers/enumUtil.d.cts +0 -8
  360. package/node_modules/zod/v3/helpers/enumUtil.d.ts +0 -8
  361. package/node_modules/zod/v3/helpers/enumUtil.js +0 -1
  362. package/node_modules/zod/v3/helpers/errorUtil.cjs +0 -9
  363. package/node_modules/zod/v3/helpers/errorUtil.d.cts +0 -9
  364. package/node_modules/zod/v3/helpers/errorUtil.d.ts +0 -9
  365. package/node_modules/zod/v3/helpers/errorUtil.js +0 -6
  366. package/node_modules/zod/v3/helpers/parseUtil.cjs +0 -124
  367. package/node_modules/zod/v3/helpers/parseUtil.d.cts +0 -78
  368. package/node_modules/zod/v3/helpers/parseUtil.d.ts +0 -78
  369. package/node_modules/zod/v3/helpers/parseUtil.js +0 -109
  370. package/node_modules/zod/v3/helpers/partialUtil.cjs +0 -2
  371. package/node_modules/zod/v3/helpers/partialUtil.d.cts +0 -8
  372. package/node_modules/zod/v3/helpers/partialUtil.d.ts +0 -8
  373. package/node_modules/zod/v3/helpers/partialUtil.js +0 -1
  374. package/node_modules/zod/v3/helpers/typeAliases.cjs +0 -2
  375. package/node_modules/zod/v3/helpers/typeAliases.d.cts +0 -2
  376. package/node_modules/zod/v3/helpers/typeAliases.d.ts +0 -2
  377. package/node_modules/zod/v3/helpers/typeAliases.js +0 -1
  378. package/node_modules/zod/v3/helpers/util.cjs +0 -137
  379. package/node_modules/zod/v3/helpers/util.d.cts +0 -85
  380. package/node_modules/zod/v3/helpers/util.d.ts +0 -85
  381. package/node_modules/zod/v3/helpers/util.js +0 -133
  382. package/node_modules/zod/v3/index.cjs +0 -33
  383. package/node_modules/zod/v3/index.d.cts +0 -4
  384. package/node_modules/zod/v3/index.d.ts +0 -4
  385. package/node_modules/zod/v3/index.js +0 -4
  386. package/node_modules/zod/v3/locales/en.cjs +0 -112
  387. package/node_modules/zod/v3/locales/en.d.cts +0 -3
  388. package/node_modules/zod/v3/locales/en.d.ts +0 -3
  389. package/node_modules/zod/v3/locales/en.js +0 -109
  390. package/node_modules/zod/v3/package.json +0 -6
  391. package/node_modules/zod/v3/standard-schema.cjs +0 -2
  392. package/node_modules/zod/v3/standard-schema.d.cts +0 -102
  393. package/node_modules/zod/v3/standard-schema.d.ts +0 -102
  394. package/node_modules/zod/v3/standard-schema.js +0 -1
  395. package/node_modules/zod/v3/types.cjs +0 -3777
  396. package/node_modules/zod/v3/types.d.cts +0 -1034
  397. package/node_modules/zod/v3/types.d.ts +0 -1034
  398. package/node_modules/zod/v3/types.js +0 -3695
  399. package/node_modules/zod/v4/classic/checks.cjs +0 -33
  400. package/node_modules/zod/v4/classic/checks.d.cts +0 -1
  401. package/node_modules/zod/v4/classic/checks.d.ts +0 -1
  402. package/node_modules/zod/v4/classic/checks.js +0 -1
  403. package/node_modules/zod/v4/classic/coerce.cjs +0 -47
  404. package/node_modules/zod/v4/classic/coerce.d.cts +0 -17
  405. package/node_modules/zod/v4/classic/coerce.d.ts +0 -17
  406. package/node_modules/zod/v4/classic/coerce.js +0 -17
  407. package/node_modules/zod/v4/classic/compat.cjs +0 -61
  408. package/node_modules/zod/v4/classic/compat.d.cts +0 -50
  409. package/node_modules/zod/v4/classic/compat.d.ts +0 -50
  410. package/node_modules/zod/v4/classic/compat.js +0 -31
  411. package/node_modules/zod/v4/classic/errors.cjs +0 -74
  412. package/node_modules/zod/v4/classic/errors.d.cts +0 -30
  413. package/node_modules/zod/v4/classic/errors.d.ts +0 -30
  414. package/node_modules/zod/v4/classic/errors.js +0 -48
  415. package/node_modules/zod/v4/classic/external.cjs +0 -73
  416. package/node_modules/zod/v4/classic/external.d.cts +0 -15
  417. package/node_modules/zod/v4/classic/external.d.ts +0 -15
  418. package/node_modules/zod/v4/classic/external.js +0 -20
  419. package/node_modules/zod/v4/classic/from-json-schema.cjs +0 -610
  420. package/node_modules/zod/v4/classic/from-json-schema.d.cts +0 -12
  421. package/node_modules/zod/v4/classic/from-json-schema.d.ts +0 -12
  422. package/node_modules/zod/v4/classic/from-json-schema.js +0 -584
  423. package/node_modules/zod/v4/classic/index.cjs +0 -33
  424. package/node_modules/zod/v4/classic/index.d.cts +0 -4
  425. package/node_modules/zod/v4/classic/index.d.ts +0 -4
  426. package/node_modules/zod/v4/classic/index.js +0 -4
  427. package/node_modules/zod/v4/classic/iso.cjs +0 -60
  428. package/node_modules/zod/v4/classic/iso.d.cts +0 -22
  429. package/node_modules/zod/v4/classic/iso.d.ts +0 -22
  430. package/node_modules/zod/v4/classic/iso.js +0 -30
  431. package/node_modules/zod/v4/classic/package.json +0 -6
  432. package/node_modules/zod/v4/classic/parse.cjs +0 -41
  433. package/node_modules/zod/v4/classic/parse.d.cts +0 -31
  434. package/node_modules/zod/v4/classic/parse.d.ts +0 -31
  435. package/node_modules/zod/v4/classic/parse.js +0 -15
  436. package/node_modules/zod/v4/classic/schemas.cjs +0 -1272
  437. package/node_modules/zod/v4/classic/schemas.d.cts +0 -739
  438. package/node_modules/zod/v4/classic/schemas.d.ts +0 -739
  439. package/node_modules/zod/v4/classic/schemas.js +0 -1157
  440. package/node_modules/zod/v4/core/api.cjs +0 -1222
  441. package/node_modules/zod/v4/core/api.d.cts +0 -304
  442. package/node_modules/zod/v4/core/api.d.ts +0 -304
  443. package/node_modules/zod/v4/core/api.js +0 -1082
  444. package/node_modules/zod/v4/core/checks.cjs +0 -601
  445. package/node_modules/zod/v4/core/checks.d.cts +0 -278
  446. package/node_modules/zod/v4/core/checks.d.ts +0 -278
  447. package/node_modules/zod/v4/core/checks.js +0 -575
  448. package/node_modules/zod/v4/core/core.cjs +0 -83
  449. package/node_modules/zod/v4/core/core.d.cts +0 -70
  450. package/node_modules/zod/v4/core/core.d.ts +0 -70
  451. package/node_modules/zod/v4/core/core.js +0 -76
  452. package/node_modules/zod/v4/core/doc.cjs +0 -39
  453. package/node_modules/zod/v4/core/doc.d.cts +0 -14
  454. package/node_modules/zod/v4/core/doc.d.ts +0 -14
  455. package/node_modules/zod/v4/core/doc.js +0 -35
  456. package/node_modules/zod/v4/core/errors.cjs +0 -213
  457. package/node_modules/zod/v4/core/errors.d.cts +0 -220
  458. package/node_modules/zod/v4/core/errors.d.ts +0 -220
  459. package/node_modules/zod/v4/core/errors.js +0 -182
  460. package/node_modules/zod/v4/core/index.cjs +0 -47
  461. package/node_modules/zod/v4/core/index.d.cts +0 -16
  462. package/node_modules/zod/v4/core/index.d.ts +0 -16
  463. package/node_modules/zod/v4/core/index.js +0 -16
  464. package/node_modules/zod/v4/core/json-schema-generator.cjs +0 -99
  465. package/node_modules/zod/v4/core/json-schema-generator.d.cts +0 -65
  466. package/node_modules/zod/v4/core/json-schema-generator.d.ts +0 -65
  467. package/node_modules/zod/v4/core/json-schema-generator.js +0 -95
  468. package/node_modules/zod/v4/core/json-schema-processors.cjs +0 -648
  469. package/node_modules/zod/v4/core/json-schema-processors.d.cts +0 -49
  470. package/node_modules/zod/v4/core/json-schema-processors.d.ts +0 -49
  471. package/node_modules/zod/v4/core/json-schema-processors.js +0 -605
  472. package/node_modules/zod/v4/core/json-schema.cjs +0 -2
  473. package/node_modules/zod/v4/core/json-schema.d.cts +0 -88
  474. package/node_modules/zod/v4/core/json-schema.d.ts +0 -88
  475. package/node_modules/zod/v4/core/json-schema.js +0 -1
  476. package/node_modules/zod/v4/core/package.json +0 -6
  477. package/node_modules/zod/v4/core/parse.cjs +0 -131
  478. package/node_modules/zod/v4/core/parse.d.cts +0 -49
  479. package/node_modules/zod/v4/core/parse.d.ts +0 -49
  480. package/node_modules/zod/v4/core/parse.js +0 -93
  481. package/node_modules/zod/v4/core/regexes.cjs +0 -166
  482. package/node_modules/zod/v4/core/regexes.d.cts +0 -79
  483. package/node_modules/zod/v4/core/regexes.d.ts +0 -79
  484. package/node_modules/zod/v4/core/regexes.js +0 -133
  485. package/node_modules/zod/v4/core/registries.cjs +0 -56
  486. package/node_modules/zod/v4/core/registries.d.cts +0 -35
  487. package/node_modules/zod/v4/core/registries.d.ts +0 -35
  488. package/node_modules/zod/v4/core/registries.js +0 -51
  489. package/node_modules/zod/v4/core/schemas.cjs +0 -2126
  490. package/node_modules/zod/v4/core/schemas.d.cts +0 -1146
  491. package/node_modules/zod/v4/core/schemas.d.ts +0 -1146
  492. package/node_modules/zod/v4/core/schemas.js +0 -2095
  493. package/node_modules/zod/v4/core/standard-schema.cjs +0 -2
  494. package/node_modules/zod/v4/core/standard-schema.d.cts +0 -126
  495. package/node_modules/zod/v4/core/standard-schema.d.ts +0 -126
  496. package/node_modules/zod/v4/core/standard-schema.js +0 -1
  497. package/node_modules/zod/v4/core/to-json-schema.cjs +0 -446
  498. package/node_modules/zod/v4/core/to-json-schema.d.cts +0 -114
  499. package/node_modules/zod/v4/core/to-json-schema.d.ts +0 -114
  500. package/node_modules/zod/v4/core/to-json-schema.js +0 -437
  501. package/node_modules/zod/v4/core/util.cjs +0 -710
  502. package/node_modules/zod/v4/core/util.d.cts +0 -199
  503. package/node_modules/zod/v4/core/util.d.ts +0 -199
  504. package/node_modules/zod/v4/core/util.js +0 -651
  505. package/node_modules/zod/v4/core/versions.cjs +0 -8
  506. package/node_modules/zod/v4/core/versions.d.cts +0 -5
  507. package/node_modules/zod/v4/core/versions.d.ts +0 -5
  508. package/node_modules/zod/v4/core/versions.js +0 -5
  509. package/node_modules/zod/v4/index.cjs +0 -22
  510. package/node_modules/zod/v4/index.d.cts +0 -3
  511. package/node_modules/zod/v4/index.d.ts +0 -3
  512. package/node_modules/zod/v4/index.js +0 -3
  513. package/node_modules/zod/v4/locales/ar.cjs +0 -133
  514. package/node_modules/zod/v4/locales/ar.d.cts +0 -5
  515. package/node_modules/zod/v4/locales/ar.d.ts +0 -4
  516. package/node_modules/zod/v4/locales/ar.js +0 -106
  517. package/node_modules/zod/v4/locales/az.cjs +0 -132
  518. package/node_modules/zod/v4/locales/az.d.cts +0 -5
  519. package/node_modules/zod/v4/locales/az.d.ts +0 -4
  520. package/node_modules/zod/v4/locales/az.js +0 -105
  521. package/node_modules/zod/v4/locales/be.cjs +0 -183
  522. package/node_modules/zod/v4/locales/be.d.cts +0 -5
  523. package/node_modules/zod/v4/locales/be.d.ts +0 -4
  524. package/node_modules/zod/v4/locales/be.js +0 -156
  525. package/node_modules/zod/v4/locales/bg.cjs +0 -147
  526. package/node_modules/zod/v4/locales/bg.d.cts +0 -5
  527. package/node_modules/zod/v4/locales/bg.d.ts +0 -4
  528. package/node_modules/zod/v4/locales/bg.js +0 -120
  529. package/node_modules/zod/v4/locales/ca.cjs +0 -134
  530. package/node_modules/zod/v4/locales/ca.d.cts +0 -5
  531. package/node_modules/zod/v4/locales/ca.d.ts +0 -4
  532. package/node_modules/zod/v4/locales/ca.js +0 -107
  533. package/node_modules/zod/v4/locales/cs.cjs +0 -138
  534. package/node_modules/zod/v4/locales/cs.d.cts +0 -5
  535. package/node_modules/zod/v4/locales/cs.d.ts +0 -4
  536. package/node_modules/zod/v4/locales/cs.js +0 -111
  537. package/node_modules/zod/v4/locales/da.cjs +0 -142
  538. package/node_modules/zod/v4/locales/da.d.cts +0 -5
  539. package/node_modules/zod/v4/locales/da.d.ts +0 -4
  540. package/node_modules/zod/v4/locales/da.js +0 -115
  541. package/node_modules/zod/v4/locales/de.cjs +0 -135
  542. package/node_modules/zod/v4/locales/de.d.cts +0 -5
  543. package/node_modules/zod/v4/locales/de.d.ts +0 -4
  544. package/node_modules/zod/v4/locales/de.js +0 -108
  545. package/node_modules/zod/v4/locales/en.cjs +0 -136
  546. package/node_modules/zod/v4/locales/en.d.cts +0 -5
  547. package/node_modules/zod/v4/locales/en.d.ts +0 -4
  548. package/node_modules/zod/v4/locales/en.js +0 -109
  549. package/node_modules/zod/v4/locales/eo.cjs +0 -136
  550. package/node_modules/zod/v4/locales/eo.d.cts +0 -5
  551. package/node_modules/zod/v4/locales/eo.d.ts +0 -4
  552. package/node_modules/zod/v4/locales/eo.js +0 -109
  553. package/node_modules/zod/v4/locales/es.cjs +0 -159
  554. package/node_modules/zod/v4/locales/es.d.cts +0 -5
  555. package/node_modules/zod/v4/locales/es.d.ts +0 -4
  556. package/node_modules/zod/v4/locales/es.js +0 -132
  557. package/node_modules/zod/v4/locales/fa.cjs +0 -141
  558. package/node_modules/zod/v4/locales/fa.d.cts +0 -5
  559. package/node_modules/zod/v4/locales/fa.d.ts +0 -4
  560. package/node_modules/zod/v4/locales/fa.js +0 -114
  561. package/node_modules/zod/v4/locales/fi.cjs +0 -139
  562. package/node_modules/zod/v4/locales/fi.d.cts +0 -5
  563. package/node_modules/zod/v4/locales/fi.d.ts +0 -4
  564. package/node_modules/zod/v4/locales/fi.js +0 -112
  565. package/node_modules/zod/v4/locales/fr-CA.cjs +0 -134
  566. package/node_modules/zod/v4/locales/fr-CA.d.cts +0 -5
  567. package/node_modules/zod/v4/locales/fr-CA.d.ts +0 -4
  568. package/node_modules/zod/v4/locales/fr-CA.js +0 -107
  569. package/node_modules/zod/v4/locales/fr.cjs +0 -135
  570. package/node_modules/zod/v4/locales/fr.d.cts +0 -5
  571. package/node_modules/zod/v4/locales/fr.d.ts +0 -4
  572. package/node_modules/zod/v4/locales/fr.js +0 -108
  573. package/node_modules/zod/v4/locales/he.cjs +0 -241
  574. package/node_modules/zod/v4/locales/he.d.cts +0 -5
  575. package/node_modules/zod/v4/locales/he.d.ts +0 -4
  576. package/node_modules/zod/v4/locales/he.js +0 -214
  577. package/node_modules/zod/v4/locales/hu.cjs +0 -135
  578. package/node_modules/zod/v4/locales/hu.d.cts +0 -5
  579. package/node_modules/zod/v4/locales/hu.d.ts +0 -4
  580. package/node_modules/zod/v4/locales/hu.js +0 -108
  581. package/node_modules/zod/v4/locales/hy.cjs +0 -174
  582. package/node_modules/zod/v4/locales/hy.d.cts +0 -5
  583. package/node_modules/zod/v4/locales/hy.d.ts +0 -4
  584. package/node_modules/zod/v4/locales/hy.js +0 -147
  585. package/node_modules/zod/v4/locales/id.cjs +0 -133
  586. package/node_modules/zod/v4/locales/id.d.cts +0 -5
  587. package/node_modules/zod/v4/locales/id.d.ts +0 -4
  588. package/node_modules/zod/v4/locales/id.js +0 -106
  589. package/node_modules/zod/v4/locales/index.cjs +0 -104
  590. package/node_modules/zod/v4/locales/index.d.cts +0 -49
  591. package/node_modules/zod/v4/locales/index.d.ts +0 -49
  592. package/node_modules/zod/v4/locales/index.js +0 -49
  593. package/node_modules/zod/v4/locales/is.cjs +0 -136
  594. package/node_modules/zod/v4/locales/is.d.cts +0 -5
  595. package/node_modules/zod/v4/locales/is.d.ts +0 -4
  596. package/node_modules/zod/v4/locales/is.js +0 -109
  597. package/node_modules/zod/v4/locales/it.cjs +0 -135
  598. package/node_modules/zod/v4/locales/it.d.cts +0 -5
  599. package/node_modules/zod/v4/locales/it.d.ts +0 -4
  600. package/node_modules/zod/v4/locales/it.js +0 -108
  601. package/node_modules/zod/v4/locales/ja.cjs +0 -134
  602. package/node_modules/zod/v4/locales/ja.d.cts +0 -5
  603. package/node_modules/zod/v4/locales/ja.d.ts +0 -4
  604. package/node_modules/zod/v4/locales/ja.js +0 -107
  605. package/node_modules/zod/v4/locales/ka.cjs +0 -139
  606. package/node_modules/zod/v4/locales/ka.d.cts +0 -5
  607. package/node_modules/zod/v4/locales/ka.d.ts +0 -4
  608. package/node_modules/zod/v4/locales/ka.js +0 -112
  609. package/node_modules/zod/v4/locales/kh.cjs +0 -12
  610. package/node_modules/zod/v4/locales/kh.d.cts +0 -5
  611. package/node_modules/zod/v4/locales/kh.d.ts +0 -5
  612. package/node_modules/zod/v4/locales/kh.js +0 -5
  613. package/node_modules/zod/v4/locales/km.cjs +0 -137
  614. package/node_modules/zod/v4/locales/km.d.cts +0 -5
  615. package/node_modules/zod/v4/locales/km.d.ts +0 -4
  616. package/node_modules/zod/v4/locales/km.js +0 -110
  617. package/node_modules/zod/v4/locales/ko.cjs +0 -138
  618. package/node_modules/zod/v4/locales/ko.d.cts +0 -5
  619. package/node_modules/zod/v4/locales/ko.d.ts +0 -4
  620. package/node_modules/zod/v4/locales/ko.js +0 -111
  621. package/node_modules/zod/v4/locales/lt.cjs +0 -230
  622. package/node_modules/zod/v4/locales/lt.d.cts +0 -5
  623. package/node_modules/zod/v4/locales/lt.d.ts +0 -4
  624. package/node_modules/zod/v4/locales/lt.js +0 -203
  625. package/node_modules/zod/v4/locales/mk.cjs +0 -136
  626. package/node_modules/zod/v4/locales/mk.d.cts +0 -5
  627. package/node_modules/zod/v4/locales/mk.d.ts +0 -4
  628. package/node_modules/zod/v4/locales/mk.js +0 -109
  629. package/node_modules/zod/v4/locales/ms.cjs +0 -134
  630. package/node_modules/zod/v4/locales/ms.d.cts +0 -5
  631. package/node_modules/zod/v4/locales/ms.d.ts +0 -4
  632. package/node_modules/zod/v4/locales/ms.js +0 -107
  633. package/node_modules/zod/v4/locales/nl.cjs +0 -137
  634. package/node_modules/zod/v4/locales/nl.d.cts +0 -5
  635. package/node_modules/zod/v4/locales/nl.d.ts +0 -4
  636. package/node_modules/zod/v4/locales/nl.js +0 -110
  637. package/node_modules/zod/v4/locales/no.cjs +0 -135
  638. package/node_modules/zod/v4/locales/no.d.cts +0 -5
  639. package/node_modules/zod/v4/locales/no.d.ts +0 -4
  640. package/node_modules/zod/v4/locales/no.js +0 -108
  641. package/node_modules/zod/v4/locales/ota.cjs +0 -136
  642. package/node_modules/zod/v4/locales/ota.d.cts +0 -5
  643. package/node_modules/zod/v4/locales/ota.d.ts +0 -4
  644. package/node_modules/zod/v4/locales/ota.js +0 -109
  645. package/node_modules/zod/v4/locales/package.json +0 -6
  646. package/node_modules/zod/v4/locales/pl.cjs +0 -136
  647. package/node_modules/zod/v4/locales/pl.d.cts +0 -5
  648. package/node_modules/zod/v4/locales/pl.d.ts +0 -4
  649. package/node_modules/zod/v4/locales/pl.js +0 -109
  650. package/node_modules/zod/v4/locales/ps.cjs +0 -141
  651. package/node_modules/zod/v4/locales/ps.d.cts +0 -5
  652. package/node_modules/zod/v4/locales/ps.d.ts +0 -4
  653. package/node_modules/zod/v4/locales/ps.js +0 -114
  654. package/node_modules/zod/v4/locales/pt.cjs +0 -135
  655. package/node_modules/zod/v4/locales/pt.d.cts +0 -5
  656. package/node_modules/zod/v4/locales/pt.d.ts +0 -4
  657. package/node_modules/zod/v4/locales/pt.js +0 -108
  658. package/node_modules/zod/v4/locales/ru.cjs +0 -183
  659. package/node_modules/zod/v4/locales/ru.d.cts +0 -5
  660. package/node_modules/zod/v4/locales/ru.d.ts +0 -4
  661. package/node_modules/zod/v4/locales/ru.js +0 -156
  662. package/node_modules/zod/v4/locales/sl.cjs +0 -136
  663. package/node_modules/zod/v4/locales/sl.d.cts +0 -5
  664. package/node_modules/zod/v4/locales/sl.d.ts +0 -4
  665. package/node_modules/zod/v4/locales/sl.js +0 -109
  666. package/node_modules/zod/v4/locales/sv.cjs +0 -137
  667. package/node_modules/zod/v4/locales/sv.d.cts +0 -5
  668. package/node_modules/zod/v4/locales/sv.d.ts +0 -4
  669. package/node_modules/zod/v4/locales/sv.js +0 -110
  670. package/node_modules/zod/v4/locales/ta.cjs +0 -137
  671. package/node_modules/zod/v4/locales/ta.d.cts +0 -5
  672. package/node_modules/zod/v4/locales/ta.d.ts +0 -4
  673. package/node_modules/zod/v4/locales/ta.js +0 -110
  674. package/node_modules/zod/v4/locales/th.cjs +0 -137
  675. package/node_modules/zod/v4/locales/th.d.cts +0 -5
  676. package/node_modules/zod/v4/locales/th.d.ts +0 -4
  677. package/node_modules/zod/v4/locales/th.js +0 -110
  678. package/node_modules/zod/v4/locales/tr.cjs +0 -132
  679. package/node_modules/zod/v4/locales/tr.d.cts +0 -5
  680. package/node_modules/zod/v4/locales/tr.d.ts +0 -4
  681. package/node_modules/zod/v4/locales/tr.js +0 -105
  682. package/node_modules/zod/v4/locales/ua.cjs +0 -12
  683. package/node_modules/zod/v4/locales/ua.d.cts +0 -5
  684. package/node_modules/zod/v4/locales/ua.d.ts +0 -5
  685. package/node_modules/zod/v4/locales/ua.js +0 -5
  686. package/node_modules/zod/v4/locales/uk.cjs +0 -135
  687. package/node_modules/zod/v4/locales/uk.d.cts +0 -5
  688. package/node_modules/zod/v4/locales/uk.d.ts +0 -4
  689. package/node_modules/zod/v4/locales/uk.js +0 -108
  690. package/node_modules/zod/v4/locales/ur.cjs +0 -137
  691. package/node_modules/zod/v4/locales/ur.d.cts +0 -5
  692. package/node_modules/zod/v4/locales/ur.d.ts +0 -4
  693. package/node_modules/zod/v4/locales/ur.js +0 -110
  694. package/node_modules/zod/v4/locales/uz.cjs +0 -136
  695. package/node_modules/zod/v4/locales/uz.d.cts +0 -5
  696. package/node_modules/zod/v4/locales/uz.d.ts +0 -4
  697. package/node_modules/zod/v4/locales/uz.js +0 -109
  698. package/node_modules/zod/v4/locales/vi.cjs +0 -135
  699. package/node_modules/zod/v4/locales/vi.d.cts +0 -5
  700. package/node_modules/zod/v4/locales/vi.d.ts +0 -4
  701. package/node_modules/zod/v4/locales/vi.js +0 -108
  702. package/node_modules/zod/v4/locales/yo.cjs +0 -134
  703. package/node_modules/zod/v4/locales/yo.d.cts +0 -5
  704. package/node_modules/zod/v4/locales/yo.d.ts +0 -4
  705. package/node_modules/zod/v4/locales/yo.js +0 -107
  706. package/node_modules/zod/v4/locales/zh-CN.cjs +0 -136
  707. package/node_modules/zod/v4/locales/zh-CN.d.cts +0 -5
  708. package/node_modules/zod/v4/locales/zh-CN.d.ts +0 -4
  709. package/node_modules/zod/v4/locales/zh-CN.js +0 -109
  710. package/node_modules/zod/v4/locales/zh-TW.cjs +0 -134
  711. package/node_modules/zod/v4/locales/zh-TW.d.cts +0 -5
  712. package/node_modules/zod/v4/locales/zh-TW.d.ts +0 -4
  713. package/node_modules/zod/v4/locales/zh-TW.js +0 -107
  714. package/node_modules/zod/v4/mini/checks.cjs +0 -34
  715. package/node_modules/zod/v4/mini/checks.d.cts +0 -1
  716. package/node_modules/zod/v4/mini/checks.d.ts +0 -1
  717. package/node_modules/zod/v4/mini/checks.js +0 -1
  718. package/node_modules/zod/v4/mini/coerce.cjs +0 -52
  719. package/node_modules/zod/v4/mini/coerce.d.cts +0 -7
  720. package/node_modules/zod/v4/mini/coerce.d.ts +0 -7
  721. package/node_modules/zod/v4/mini/coerce.js +0 -22
  722. package/node_modules/zod/v4/mini/external.cjs +0 -63
  723. package/node_modules/zod/v4/mini/external.d.cts +0 -12
  724. package/node_modules/zod/v4/mini/external.d.ts +0 -12
  725. package/node_modules/zod/v4/mini/external.js +0 -14
  726. package/node_modules/zod/v4/mini/index.cjs +0 -32
  727. package/node_modules/zod/v4/mini/index.d.cts +0 -3
  728. package/node_modules/zod/v4/mini/index.d.ts +0 -3
  729. package/node_modules/zod/v4/mini/index.js +0 -3
  730. package/node_modules/zod/v4/mini/iso.cjs +0 -64
  731. package/node_modules/zod/v4/mini/iso.d.cts +0 -22
  732. package/node_modules/zod/v4/mini/iso.d.ts +0 -22
  733. package/node_modules/zod/v4/mini/iso.js +0 -34
  734. package/node_modules/zod/v4/mini/package.json +0 -6
  735. package/node_modules/zod/v4/mini/parse.cjs +0 -16
  736. package/node_modules/zod/v4/mini/parse.d.cts +0 -1
  737. package/node_modules/zod/v4/mini/parse.d.ts +0 -1
  738. package/node_modules/zod/v4/mini/parse.js +0 -1
  739. package/node_modules/zod/v4/mini/schemas.cjs +0 -1046
  740. package/node_modules/zod/v4/mini/schemas.d.cts +0 -427
  741. package/node_modules/zod/v4/mini/schemas.d.ts +0 -427
  742. package/node_modules/zod/v4/mini/schemas.js +0 -925
  743. package/node_modules/zod/v4/package.json +0 -6
  744. package/node_modules/zod/v4-mini/index.cjs +0 -17
  745. package/node_modules/zod/v4-mini/index.d.cts +0 -1
  746. package/node_modules/zod/v4-mini/index.d.ts +0 -1
  747. package/node_modules/zod/v4-mini/index.js +0 -1
  748. package/node_modules/zod/v4-mini/package.json +0 -6
@@ -1,734 +0,0 @@
1
- import { expect, test } from "vitest";
2
- import { fromJSONSchema } from "../from-json-schema.js";
3
- import * as z from "../index.js";
4
-
5
- test("basic string schema", () => {
6
- const schema = fromJSONSchema({ type: "string" });
7
- expect(schema.parse("hello")).toBe("hello");
8
- expect(() => schema.parse(123)).toThrow();
9
- });
10
-
11
- test("string with constraints", () => {
12
- const schema = fromJSONSchema({
13
- type: "string",
14
- minLength: 3,
15
- maxLength: 10,
16
- pattern: "^[a-z]+$",
17
- });
18
- expect(schema.parse("hello")).toBe("hello");
19
- expect(schema.parse("helloworld")).toBe("helloworld"); // exactly 10 chars - valid
20
- expect(() => schema.parse("hi")).toThrow(); // too short
21
- expect(() => schema.parse("helloworld1")).toThrow(); // too long (11 chars)
22
- expect(() => schema.parse("Hello")).toThrow(); // pattern mismatch
23
- });
24
-
25
- test("pattern is not implicitly anchored", () => {
26
- // JSON Schema patterns match anywhere in the string, not just the full string
27
- const schema = fromJSONSchema({
28
- type: "string",
29
- pattern: "foo",
30
- });
31
- expect(schema.parse("foo")).toBe("foo");
32
- expect(schema.parse("foobar")).toBe("foobar"); // matches at start
33
- expect(schema.parse("barfoo")).toBe("barfoo"); // matches at end
34
- expect(schema.parse("barfoobar")).toBe("barfoobar"); // matches in middle
35
- expect(() => schema.parse("bar")).toThrow(); // no match
36
- });
37
-
38
- test("number schema", () => {
39
- const schema = fromJSONSchema({ type: "number" });
40
- expect(schema.parse(42)).toBe(42);
41
- expect(() => schema.parse("42")).toThrow();
42
- });
43
-
44
- test("number with constraints", () => {
45
- const schema = fromJSONSchema({
46
- type: "number",
47
- minimum: 0,
48
- maximum: 100,
49
- multipleOf: 5,
50
- });
51
- expect(schema.parse(50)).toBe(50);
52
- expect(() => schema.parse(-1)).toThrow();
53
- expect(() => schema.parse(101)).toThrow();
54
- expect(() => schema.parse(47)).toThrow(); // not multiple of 5
55
- });
56
-
57
- test("integer schema", () => {
58
- const schema = fromJSONSchema({ type: "integer" });
59
- expect(schema.parse(42)).toBe(42);
60
- expect(() => schema.parse(42.5)).toThrow();
61
- });
62
-
63
- test("boolean schema", () => {
64
- const schema = fromJSONSchema({ type: "boolean" });
65
- expect(schema.parse(true)).toBe(true);
66
- expect(schema.parse(false)).toBe(false);
67
- expect(() => schema.parse("true")).toThrow();
68
- });
69
-
70
- test("null schema", () => {
71
- const schema = fromJSONSchema({ type: "null" });
72
- expect(schema.parse(null)).toBe(null);
73
- expect(() => schema.parse(undefined)).toThrow();
74
- });
75
-
76
- test("object schema", () => {
77
- const schema = fromJSONSchema({
78
- type: "object",
79
- properties: {
80
- name: { type: "string" },
81
- age: { type: "number" },
82
- },
83
- required: ["name"],
84
- });
85
- expect(schema.parse({ name: "John", age: 30 })).toEqual({ name: "John", age: 30 });
86
- expect(schema.parse({ name: "John" })).toEqual({ name: "John" });
87
- expect(() => schema.parse({ age: 30 })).toThrow(); // missing required
88
- });
89
-
90
- test("object with additionalProperties false", () => {
91
- const schema = fromJSONSchema({
92
- type: "object",
93
- properties: {
94
- name: { type: "string" },
95
- },
96
- additionalProperties: false,
97
- });
98
- expect(schema.parse({ name: "John" })).toEqual({ name: "John" });
99
- expect(() => schema.parse({ name: "John", extra: "field" })).toThrow();
100
- });
101
-
102
- test("array schema", () => {
103
- const schema = fromJSONSchema({
104
- type: "array",
105
- items: { type: "string" },
106
- });
107
- expect(schema.parse(["a", "b", "c"])).toEqual(["a", "b", "c"]);
108
- expect(() => schema.parse([1, 2, 3])).toThrow();
109
- });
110
-
111
- test("array with constraints", () => {
112
- const schema = fromJSONSchema({
113
- type: "array",
114
- items: { type: "number" },
115
- minItems: 2,
116
- maxItems: 4,
117
- });
118
- expect(schema.parse([1, 2])).toEqual([1, 2]);
119
- expect(schema.parse([1, 2, 3, 4])).toEqual([1, 2, 3, 4]);
120
- expect(() => schema.parse([1])).toThrow();
121
- expect(() => schema.parse([1, 2, 3, 4, 5])).toThrow();
122
- });
123
-
124
- test("tuple with prefixItems (draft-2020-12)", () => {
125
- const schema = fromJSONSchema({
126
- $schema: "https://json-schema.org/draft/2020-12/schema",
127
- type: "array",
128
- prefixItems: [{ type: "string" }, { type: "number" }],
129
- });
130
- expect(schema.parse(["hello", 42])).toEqual(["hello", 42]);
131
- expect(() => schema.parse(["hello"])).toThrow();
132
- expect(() => schema.parse(["hello", "world"])).toThrow();
133
- });
134
-
135
- test("tuple with items array (draft-7)", () => {
136
- const schema = fromJSONSchema({
137
- $schema: "http://json-schema.org/draft-07/schema#",
138
- type: "array",
139
- items: [{ type: "string" }, { type: "number" }],
140
- additionalItems: false,
141
- });
142
- expect(schema.parse(["hello", 42])).toEqual(["hello", 42]);
143
- expect(() => schema.parse(["hello", 42, "extra"])).toThrow();
144
- });
145
-
146
- test("enum schema", () => {
147
- const schema = fromJSONSchema({
148
- enum: ["red", "green", "blue"],
149
- });
150
- expect(schema.parse("red")).toBe("red");
151
- expect(() => schema.parse("yellow")).toThrow();
152
- });
153
-
154
- test("const schema", () => {
155
- const schema = fromJSONSchema({
156
- const: "hello",
157
- });
158
- expect(schema.parse("hello")).toBe("hello");
159
- expect(() => schema.parse("world")).toThrow();
160
- });
161
-
162
- test("anyOf schema", () => {
163
- const schema = fromJSONSchema({
164
- anyOf: [{ type: "string" }, { type: "number" }],
165
- });
166
- expect(schema.parse("hello")).toBe("hello");
167
- expect(schema.parse(42)).toBe(42);
168
- expect(() => schema.parse(true)).toThrow();
169
- });
170
-
171
- test("allOf schema", () => {
172
- const schema = fromJSONSchema({
173
- allOf: [
174
- { type: "object", properties: { name: { type: "string" } }, required: ["name"] },
175
- { type: "object", properties: { age: { type: "number" } }, required: ["age"] },
176
- ],
177
- });
178
- const result = schema.parse({ name: "John", age: 30 }) as { name: string; age: number };
179
- expect(result.name).toBe("John");
180
- expect(result.age).toBe(30);
181
- });
182
-
183
- test("allOf with empty array", () => {
184
- // Empty allOf without explicit type returns any
185
- const schema1 = fromJSONSchema({
186
- allOf: [],
187
- });
188
- expect(schema1.parse("hello")).toBe("hello");
189
- expect(schema1.parse(123)).toBe(123);
190
- expect(schema1.parse({})).toEqual({});
191
-
192
- // Empty allOf with explicit type returns base schema
193
- const schema2 = fromJSONSchema({
194
- type: "string",
195
- allOf: [],
196
- });
197
- expect(schema2.parse("hello")).toBe("hello");
198
- expect(() => schema2.parse(123)).toThrow();
199
- });
200
-
201
- test("oneOf schema (exclusive union)", () => {
202
- const schema = fromJSONSchema({
203
- oneOf: [{ type: "string" }, { type: "number" }],
204
- });
205
- expect(schema.parse("hello")).toBe("hello");
206
- expect(schema.parse(42)).toBe(42);
207
- expect(() => schema.parse(true)).toThrow();
208
- });
209
-
210
- test("type with anyOf creates intersection", () => {
211
- // type: string AND (type:string,minLength:5 OR type:string,pattern:^a)
212
- const schema = fromJSONSchema({
213
- type: "string",
214
- anyOf: [
215
- { type: "string", minLength: 5 },
216
- { type: "string", pattern: "^a" },
217
- ],
218
- });
219
- // Should pass: string AND (minLength:5 OR pattern:^a) - matches minLength
220
- expect(schema.parse("hello")).toBe("hello");
221
- // Should pass: string AND (minLength:5 OR pattern:^a) - matches pattern
222
- expect(schema.parse("abc")).toBe("abc");
223
- // Should fail: string but neither minLength nor pattern match
224
- expect(() => schema.parse("hi")).toThrow();
225
- // Should fail: not a string
226
- expect(() => schema.parse(123)).toThrow();
227
- });
228
-
229
- test("type with oneOf creates intersection", () => {
230
- // type: string AND (exactly one of: type:string,minLength:5 OR type:string,pattern:^a)
231
- const schema = fromJSONSchema({
232
- type: "string",
233
- oneOf: [
234
- { type: "string", minLength: 5 },
235
- { type: "string", pattern: "^a" },
236
- ],
237
- });
238
- // Should pass: string AND minLength:5 (exactly one match - "hello" length 5 >= 5, doesn't start with 'a')
239
- expect(schema.parse("hello")).toBe("hello");
240
- // Should pass: string AND pattern:^a (exactly one match - "abc" starts with 'a', length 3 < 5)
241
- expect(schema.parse("abc")).toBe("abc");
242
- // Should fail: string but neither match
243
- expect(() => schema.parse("hi")).toThrow();
244
- // Should fail: not a string
245
- expect(() => schema.parse(123)).toThrow();
246
- // Should fail: matches both (length >= 5 AND starts with 'a') - exclusive union fails
247
- expect(() => schema.parse("apple")).toThrow();
248
- });
249
-
250
- test("unevaluatedItems throws error", () => {
251
- expect(() => {
252
- fromJSONSchema({
253
- type: "array",
254
- unevaluatedItems: false,
255
- });
256
- }).toThrow("unevaluatedItems is not supported");
257
- });
258
-
259
- test("unevaluatedProperties throws error", () => {
260
- expect(() => {
261
- fromJSONSchema({
262
- type: "object",
263
- unevaluatedProperties: false,
264
- });
265
- }).toThrow("unevaluatedProperties is not supported");
266
- });
267
-
268
- test("if/then/else throws error", () => {
269
- expect(() => {
270
- fromJSONSchema({
271
- if: { type: "string" },
272
- then: { type: "number" },
273
- });
274
- }).toThrow("Conditional schemas");
275
- });
276
-
277
- test("external $ref throws error", () => {
278
- expect(() => {
279
- fromJSONSchema({
280
- $ref: "https://example.com/schema#/definitions/User",
281
- });
282
- }).toThrow("External $ref is not supported");
283
- });
284
-
285
- test("local $ref resolution", () => {
286
- const schema = fromJSONSchema({
287
- $defs: {
288
- User: {
289
- type: "object",
290
- properties: {
291
- name: { type: "string" },
292
- },
293
- required: ["name"],
294
- },
295
- },
296
- $ref: "#/$defs/User",
297
- });
298
- expect(schema.parse({ name: "John" })).toEqual({ name: "John" });
299
- expect(() => schema.parse({})).toThrow();
300
- });
301
-
302
- test("circular $ref with lazy", () => {
303
- const schema = fromJSONSchema({
304
- $defs: {
305
- Node: {
306
- type: "object",
307
- properties: {
308
- value: { type: "string" },
309
- children: {
310
- type: "array",
311
- items: { $ref: "#/$defs/Node" },
312
- },
313
- },
314
- },
315
- },
316
- $ref: "#/$defs/Node",
317
- });
318
- type Node = { value: string; children: Node[] };
319
- const result = schema.parse({
320
- value: "root",
321
- children: [{ value: "child", children: [] }],
322
- }) as Node;
323
- expect(result.value).toBe("root");
324
- expect(result.children[0]?.value).toBe("child");
325
- });
326
-
327
- test("patternProperties", () => {
328
- const schema = fromJSONSchema({
329
- type: "object",
330
- patternProperties: {
331
- "^S_": { type: "string" },
332
- },
333
- });
334
- const result = schema.parse({ S_name: "John", S_age: "30" }) as Record<string, string>;
335
- expect(result.S_name).toBe("John");
336
- expect(result.S_age).toBe("30");
337
- });
338
-
339
- test("patternProperties with regular properties", () => {
340
- // Note: When patternProperties is combined with properties, the intersection
341
- // validates all keys against the pattern. This test uses a pattern that
342
- // matches the regular property name as well.
343
- const schema = fromJSONSchema({
344
- type: "object",
345
- properties: {
346
- S_name: { type: "string" },
347
- },
348
- patternProperties: {
349
- "^S_": { type: "string" },
350
- },
351
- required: ["S_name"],
352
- });
353
- const result = schema.parse({ S_name: "John", S_extra: "value" }) as Record<string, string>;
354
- expect(result.S_name).toBe("John");
355
- expect(result.S_extra).toBe("value");
356
- });
357
-
358
- test("multiple patternProperties", () => {
359
- const schema = fromJSONSchema({
360
- type: "object",
361
- patternProperties: {
362
- "^S_": { type: "string" },
363
- "^N_": { type: "number" },
364
- },
365
- });
366
- const result = schema.parse({ S_name: "John", N_count: 123 }) as Record<string, string | number>;
367
- expect(result.S_name).toBe("John");
368
- expect(result.N_count).toBe(123);
369
- // Keys not matching any pattern should pass through
370
- const result2 = schema.parse({ S_name: "John", N_count: 123, other: "value" }) as Record<string, string | number>;
371
- expect(result2.other).toBe("value");
372
- });
373
-
374
- test("multiple overlapping patternProperties", () => {
375
- // If a key matches multiple patterns, value must satisfy all schemas
376
- const schema = fromJSONSchema({
377
- type: "object",
378
- patternProperties: {
379
- "^S_": { type: "string" },
380
- "^S_N": { type: "string", minLength: 3 },
381
- },
382
- });
383
- // S_name matches ^S_ but not ^S_N
384
- expect(schema.parse({ S_name: "John" })).toEqual({ S_name: "John" });
385
- // S_N matches both patterns - must satisfy both (string with minLength 3)
386
- expect(schema.parse({ S_N: "abc" })).toEqual({ S_N: "abc" });
387
- expect(() => schema.parse({ S_N: "ab" })).toThrow(); // too short for ^S_N pattern
388
- });
389
-
390
- test("default value", () => {
391
- const schema = fromJSONSchema({
392
- type: "string",
393
- default: "hello",
394
- });
395
- // Default is applied during parsing if value is missing/undefined
396
- // This depends on Zod's default behavior
397
- expect(schema.parse("world")).toBe("world");
398
- });
399
-
400
- test("description metadata", () => {
401
- const schema = fromJSONSchema({
402
- type: "string",
403
- description: "A string value",
404
- });
405
- expect(schema.parse("hello")).toBe("hello");
406
- });
407
-
408
- test("version detection - draft-2020-12", () => {
409
- const schema = fromJSONSchema({
410
- $schema: "https://json-schema.org/draft/2020-12/schema",
411
- type: "array",
412
- prefixItems: [{ type: "string" }],
413
- });
414
- expect(schema.parse(["hello"])).toEqual(["hello"]);
415
- });
416
-
417
- test("version detection - draft-7", () => {
418
- const schema = fromJSONSchema({
419
- $schema: "http://json-schema.org/draft-07/schema#",
420
- type: "array",
421
- items: [{ type: "string" }],
422
- });
423
- expect(schema.parse(["hello"])).toEqual(["hello"]);
424
- });
425
-
426
- test("version detection - draft-4", () => {
427
- const schema = fromJSONSchema({
428
- $schema: "http://json-schema.org/draft-04/schema#",
429
- type: "array",
430
- items: [{ type: "string" }],
431
- });
432
- expect(schema.parse(["hello"])).toEqual(["hello"]);
433
- });
434
-
435
- test("default version (draft-2020-12)", () => {
436
- const schema = fromJSONSchema({
437
- type: "array",
438
- prefixItems: [{ type: "string" }],
439
- });
440
- expect(schema.parse(["hello"])).toEqual(["hello"]);
441
- });
442
-
443
- test("string format - email", () => {
444
- const schema = fromJSONSchema({
445
- type: "string",
446
- format: "email",
447
- });
448
- expect(schema.parse("test@example.com")).toBe("test@example.com");
449
- });
450
-
451
- test("string format - uuid", () => {
452
- const schema = fromJSONSchema({
453
- type: "string",
454
- format: "uuid",
455
- });
456
- const uuid = "550e8400-e29b-41d4-a716-446655440000";
457
- expect(schema.parse(uuid)).toBe(uuid);
458
- });
459
-
460
- test("exclusiveMinimum and exclusiveMaximum", () => {
461
- const schema = fromJSONSchema({
462
- type: "number",
463
- exclusiveMinimum: 0,
464
- exclusiveMaximum: 100,
465
- });
466
- expect(schema.parse(50)).toBe(50);
467
- expect(() => schema.parse(0)).toThrow();
468
- expect(() => schema.parse(100)).toThrow();
469
- });
470
-
471
- test("boolean schema (true/false)", () => {
472
- const trueSchema = fromJSONSchema(true);
473
- expect(trueSchema.parse("anything")).toBe("anything");
474
-
475
- const falseSchema = fromJSONSchema(false);
476
- expect(() => falseSchema.parse("anything")).toThrow();
477
- });
478
-
479
- test("empty object schema", () => {
480
- const schema = fromJSONSchema({
481
- type: "object",
482
- });
483
- expect(schema.parse({})).toEqual({});
484
- expect(schema.parse({ extra: "field" })).toEqual({ extra: "field" });
485
- });
486
-
487
- test("array without items", () => {
488
- const schema = fromJSONSchema({
489
- type: "array",
490
- });
491
- expect(schema.parse([1, "string", true])).toEqual([1, "string", true]);
492
- });
493
-
494
- test("mixed enum types", () => {
495
- const schema = fromJSONSchema({
496
- enum: ["string", 42, true, null],
497
- });
498
- expect(schema.parse("string")).toBe("string");
499
- expect(schema.parse(42)).toBe(42);
500
- expect(schema.parse(true)).toBe(true);
501
- expect(schema.parse(null)).toBe(null);
502
- });
503
-
504
- test("nullable in OpenAPI 3.0", () => {
505
- // General nullable case (not just enum: [null])
506
- const stringSchema = fromJSONSchema(
507
- {
508
- type: "string",
509
- nullable: true,
510
- },
511
- { defaultTarget: "openapi-3.0" }
512
- );
513
- expect(stringSchema.parse("hello")).toBe("hello");
514
- expect(stringSchema.parse(null)).toBe(null);
515
- expect(() => stringSchema.parse(123)).toThrow();
516
-
517
- const numberSchema = fromJSONSchema(
518
- {
519
- type: "number",
520
- nullable: true,
521
- },
522
- { defaultTarget: "openapi-3.0" }
523
- );
524
- expect(numberSchema.parse(42)).toBe(42);
525
- expect(numberSchema.parse(null)).toBe(null);
526
- expect(() => numberSchema.parse("string")).toThrow();
527
-
528
- const objectSchema = fromJSONSchema(
529
- {
530
- type: "object",
531
- properties: { name: { type: "string" } },
532
- nullable: true,
533
- },
534
- { defaultTarget: "openapi-3.0" }
535
- );
536
- expect(objectSchema.parse({ name: "John" })).toEqual({ name: "John" });
537
- expect(objectSchema.parse(null)).toBe(null);
538
- });
539
-
540
- // Metadata extraction tests
541
-
542
- test("unrecognized keys stored in globalRegistry by default", () => {
543
- const schema = fromJSONSchema({
544
- type: "string",
545
- title: "My String",
546
- deprecated: true,
547
- examples: ["hello", "world"],
548
- "x-custom": "custom value",
549
- });
550
-
551
- const meta = z.globalRegistry.get(schema);
552
- expect(meta).toBeDefined();
553
- expect(meta?.title).toBe("My String");
554
- expect(meta?.deprecated).toBe(true);
555
- expect(meta?.examples).toEqual(["hello", "world"]);
556
- expect((meta as any)?.["x-custom"]).toBe("custom value");
557
-
558
- // Clean up
559
- z.globalRegistry.remove(schema);
560
- });
561
-
562
- test("unrecognized keys stored in custom registry", () => {
563
- const customRegistry = z.registry<{ title?: string; deprecated?: boolean }>();
564
-
565
- const schema = fromJSONSchema(
566
- {
567
- type: "number",
568
- title: "Age",
569
- deprecated: true,
570
- },
571
- { registry: customRegistry }
572
- );
573
-
574
- // Should be in custom registry
575
- const meta = customRegistry.get(schema);
576
- expect(meta).toBeDefined();
577
- expect(meta?.title).toBe("Age");
578
- expect(meta?.deprecated).toBe(true);
579
-
580
- // Should NOT be in globalRegistry
581
- expect(z.globalRegistry.get(schema)).toBeUndefined();
582
- });
583
-
584
- test("$id and id are captured as metadata", () => {
585
- const customRegistry = z.registry<{ $id?: string; id?: string }>();
586
-
587
- const schema1 = fromJSONSchema(
588
- {
589
- $id: "https://example.com/schemas/user",
590
- type: "object",
591
- },
592
- { registry: customRegistry }
593
- );
594
- expect(customRegistry.get(schema1)?.$id).toBe("https://example.com/schemas/user");
595
-
596
- const schema2 = fromJSONSchema(
597
- {
598
- id: "legacy-id",
599
- type: "string",
600
- },
601
- { registry: customRegistry }
602
- );
603
- expect(customRegistry.get(schema2)?.id).toBe("legacy-id");
604
- });
605
-
606
- test("x-* extension keys are captured as metadata", () => {
607
- const customRegistry = z.registry<Record<string, unknown>>();
608
-
609
- const schema = fromJSONSchema(
610
- {
611
- type: "string",
612
- "x-openapi-example": "example value",
613
- "x-internal": true,
614
- "x-tags": ["api", "public"],
615
- },
616
- { registry: customRegistry }
617
- );
618
-
619
- const meta = customRegistry.get(schema);
620
- expect(meta?.["x-openapi-example"]).toBe("example value");
621
- expect(meta?.["x-internal"]).toBe(true);
622
- expect(meta?.["x-tags"]).toEqual(["api", "public"]);
623
- });
624
-
625
- test("metadata on nested schemas", () => {
626
- const customRegistry = z.registry<Record<string, unknown>>();
627
-
628
- const parentSchema = fromJSONSchema(
629
- {
630
- type: "object",
631
- title: "User",
632
- properties: {
633
- name: {
634
- type: "string",
635
- title: "Name",
636
- "x-field-order": 1,
637
- },
638
- age: {
639
- type: "number",
640
- title: "Age",
641
- deprecated: true,
642
- },
643
- },
644
- },
645
- { registry: customRegistry }
646
- );
647
-
648
- // Verify parent schema has its metadata
649
- expect(customRegistry.get(parentSchema)?.title).toBe("User");
650
-
651
- // We can't easily access nested schemas directly, but we can verify
652
- // the registry is being used correctly by checking a separate schema
653
- const simpleSchema = fromJSONSchema(
654
- {
655
- type: "string",
656
- title: "Simple",
657
- },
658
- { registry: customRegistry }
659
- );
660
- expect(customRegistry.get(simpleSchema)?.title).toBe("Simple");
661
- });
662
-
663
- test("no metadata added when no unrecognized keys", () => {
664
- const customRegistry = z.registry<Record<string, unknown>>();
665
-
666
- const schema = fromJSONSchema(
667
- {
668
- type: "string",
669
- minLength: 1,
670
- maxLength: 100,
671
- description: "A regular string",
672
- },
673
- { registry: customRegistry }
674
- );
675
-
676
- // description is handled via .describe(), so it shouldn't be in metadata
677
- // All other keys are recognized, so no metadata should be added
678
- expect(customRegistry.get(schema)).toBeUndefined();
679
- });
680
-
681
- test("writeOnly and examples are captured as metadata", () => {
682
- const customRegistry = z.registry<{ writeOnly?: boolean; examples?: unknown[] }>();
683
-
684
- const schema = fromJSONSchema(
685
- {
686
- type: "string",
687
- writeOnly: true,
688
- examples: ["password123", "secret"],
689
- },
690
- { registry: customRegistry }
691
- );
692
-
693
- const meta = customRegistry.get(schema);
694
- expect(meta?.writeOnly).toBe(true);
695
- expect(meta?.examples).toEqual(["password123", "secret"]);
696
- });
697
-
698
- test("$comment and $anchor are captured as metadata", () => {
699
- const customRegistry = z.registry<{ $comment?: string; $anchor?: string }>();
700
-
701
- const schema = fromJSONSchema(
702
- {
703
- type: "string",
704
- $comment: "This is a developer note",
705
- $anchor: "my-anchor",
706
- },
707
- { registry: customRegistry }
708
- );
709
-
710
- const meta = customRegistry.get(schema);
711
- expect(meta?.$comment).toBe("This is a developer note");
712
- expect(meta?.$anchor).toBe("my-anchor");
713
- });
714
-
715
- test("contentEncoding and contentMediaType are stored as metadata", () => {
716
- const customRegistry = z.registry<{ contentEncoding?: string; contentMediaType?: string }>();
717
-
718
- const schema = fromJSONSchema(
719
- {
720
- type: "string",
721
- contentEncoding: "base64",
722
- contentMediaType: "image/png",
723
- },
724
- { registry: customRegistry }
725
- );
726
-
727
- // Should just be a string schema
728
- expect(schema.parse("aGVsbG8gd29ybGQ=")).toBe("aGVsbG8gd29ybGQ=");
729
-
730
- // Content keywords should be in metadata
731
- const meta = customRegistry.get(schema);
732
- expect(meta?.contentEncoding).toBe("base64");
733
- expect(meta?.contentMediaType).toBe("image/png");
734
- });