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.
- package/dist/data/stdin-provider.d.ts +1 -1
- package/dist/data/stdin-provider.d.ts.map +1 -1
- package/dist/data/stdin-provider.js +7 -18
- package/dist/data/stdin-provider.js.map +1 -1
- package/dist/index.js +0 -0
- package/dist/schemas/stdin-schema.d.ts +80 -119
- package/dist/schemas/stdin-schema.d.ts.map +1 -1
- package/dist/schemas/stdin-schema.js +35 -68
- package/dist/schemas/stdin-schema.js.map +1 -1
- package/dist/validation/combinators.d.ts +10 -0
- package/dist/validation/combinators.d.ts.map +1 -0
- package/dist/validation/combinators.js +49 -0
- package/dist/validation/combinators.js.map +1 -0
- package/dist/validation/core.d.ts +30 -0
- package/dist/validation/core.d.ts.map +1 -0
- package/dist/validation/core.js +2 -0
- package/dist/validation/core.js.map +1 -0
- package/dist/validation/index.d.ts +4 -0
- package/dist/validation/index.d.ts.map +1 -0
- package/dist/validation/index.js +4 -0
- package/dist/validation/index.js.map +1 -0
- package/dist/validation/result.d.ts +5 -0
- package/dist/validation/result.d.ts.map +1 -0
- package/dist/validation/result.js +11 -0
- package/dist/validation/result.js.map +1 -0
- package/dist/validation/validators.d.ts +7 -0
- package/dist/validation/validators.d.ts.map +1 -0
- package/dist/validation/validators.js +41 -0
- package/dist/validation/validators.js.map +1 -0
- package/package.json +2 -5
- package/dist/core/stdin-data-widget.d.ts +0 -85
- package/dist/core/stdin-data-widget.d.ts.map +0 -1
- package/dist/core/stdin-data-widget.js +0 -75
- package/dist/core/stdin-data-widget.js.map +0 -1
- package/dist/providers/stdin-provider.d.ts +0 -44
- package/dist/providers/stdin-provider.d.ts.map +0 -1
- package/dist/providers/stdin-provider.js +0 -83
- package/dist/providers/stdin-provider.js.map +0 -1
- package/dist/utils/colors.d.ts +0 -52
- package/dist/utils/colors.d.ts.map +0 -1
- package/dist/utils/colors.js +0 -54
- package/dist/utils/colors.js.map +0 -1
- package/dist/utils/formatters.d.ts +0 -56
- package/dist/utils/formatters.d.ts.map +0 -1
- package/dist/utils/formatters.js +0 -114
- package/dist/utils/formatters.js.map +0 -1
- package/dist/widgets/git-changes-widget.d.ts +0 -16
- package/dist/widgets/git-changes-widget.d.ts.map +0 -1
- package/dist/widgets/git-changes-widget.js +0 -37
- package/dist/widgets/git-changes-widget.js.map +0 -1
- package/dist/widgets/git-widget.d.ts +0 -35
- package/dist/widgets/git-widget.d.ts.map +0 -1
- package/dist/widgets/git-widget.js +0 -51
- package/dist/widgets/git-widget.js.map +0 -1
- package/node_modules/zod/LICENSE +0 -21
- package/node_modules/zod/README.md +0 -208
- package/node_modules/zod/index.cjs +0 -33
- package/node_modules/zod/index.d.cts +0 -4
- package/node_modules/zod/index.d.ts +0 -4
- package/node_modules/zod/index.js +0 -4
- package/node_modules/zod/locales/index.cjs +0 -17
- package/node_modules/zod/locales/index.d.cts +0 -1
- package/node_modules/zod/locales/index.d.ts +0 -1
- package/node_modules/zod/locales/index.js +0 -1
- package/node_modules/zod/locales/package.json +0 -6
- package/node_modules/zod/mini/index.cjs +0 -17
- package/node_modules/zod/mini/index.d.cts +0 -1
- package/node_modules/zod/mini/index.d.ts +0 -1
- package/node_modules/zod/mini/index.js +0 -1
- package/node_modules/zod/mini/package.json +0 -6
- package/node_modules/zod/package.json +0 -135
- package/node_modules/zod/src/index.ts +0 -4
- package/node_modules/zod/src/locales/index.ts +0 -1
- package/node_modules/zod/src/mini/index.ts +0 -1
- package/node_modules/zod/src/v3/ZodError.ts +0 -330
- package/node_modules/zod/src/v3/benchmarks/datetime.ts +0 -58
- package/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +0 -80
- package/node_modules/zod/src/v3/benchmarks/index.ts +0 -59
- package/node_modules/zod/src/v3/benchmarks/ipv4.ts +0 -57
- package/node_modules/zod/src/v3/benchmarks/object.ts +0 -69
- package/node_modules/zod/src/v3/benchmarks/primitives.ts +0 -162
- package/node_modules/zod/src/v3/benchmarks/realworld.ts +0 -63
- package/node_modules/zod/src/v3/benchmarks/string.ts +0 -55
- package/node_modules/zod/src/v3/benchmarks/union.ts +0 -80
- package/node_modules/zod/src/v3/errors.ts +0 -13
- package/node_modules/zod/src/v3/external.ts +0 -6
- package/node_modules/zod/src/v3/helpers/enumUtil.ts +0 -17
- package/node_modules/zod/src/v3/helpers/errorUtil.ts +0 -8
- package/node_modules/zod/src/v3/helpers/parseUtil.ts +0 -176
- package/node_modules/zod/src/v3/helpers/partialUtil.ts +0 -34
- package/node_modules/zod/src/v3/helpers/typeAliases.ts +0 -2
- package/node_modules/zod/src/v3/helpers/util.ts +0 -224
- package/node_modules/zod/src/v3/index.ts +0 -4
- package/node_modules/zod/src/v3/locales/en.ts +0 -124
- package/node_modules/zod/src/v3/standard-schema.ts +0 -113
- package/node_modules/zod/src/v3/tests/Mocker.ts +0 -54
- package/node_modules/zod/src/v3/tests/all-errors.test.ts +0 -157
- package/node_modules/zod/src/v3/tests/anyunknown.test.ts +0 -28
- package/node_modules/zod/src/v3/tests/array.test.ts +0 -71
- package/node_modules/zod/src/v3/tests/async-parsing.test.ts +0 -388
- package/node_modules/zod/src/v3/tests/async-refinements.test.ts +0 -46
- package/node_modules/zod/src/v3/tests/base.test.ts +0 -29
- package/node_modules/zod/src/v3/tests/bigint.test.ts +0 -55
- package/node_modules/zod/src/v3/tests/branded.test.ts +0 -53
- package/node_modules/zod/src/v3/tests/catch.test.ts +0 -220
- package/node_modules/zod/src/v3/tests/coerce.test.ts +0 -133
- package/node_modules/zod/src/v3/tests/complex.test.ts +0 -70
- package/node_modules/zod/src/v3/tests/custom.test.ts +0 -31
- package/node_modules/zod/src/v3/tests/date.test.ts +0 -32
- package/node_modules/zod/src/v3/tests/deepmasking.test.ts +0 -186
- package/node_modules/zod/src/v3/tests/default.test.ts +0 -112
- package/node_modules/zod/src/v3/tests/description.test.ts +0 -33
- package/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +0 -315
- package/node_modules/zod/src/v3/tests/enum.test.ts +0 -80
- package/node_modules/zod/src/v3/tests/error.test.ts +0 -551
- package/node_modules/zod/src/v3/tests/firstparty.test.ts +0 -87
- package/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +0 -21
- package/node_modules/zod/src/v3/tests/function.test.ts +0 -261
- package/node_modules/zod/src/v3/tests/generics.test.ts +0 -48
- package/node_modules/zod/src/v3/tests/instanceof.test.ts +0 -37
- package/node_modules/zod/src/v3/tests/intersection.test.ts +0 -110
- package/node_modules/zod/src/v3/tests/language-server.source.ts +0 -76
- package/node_modules/zod/src/v3/tests/language-server.test.ts +0 -207
- package/node_modules/zod/src/v3/tests/literal.test.ts +0 -36
- package/node_modules/zod/src/v3/tests/map.test.ts +0 -110
- package/node_modules/zod/src/v3/tests/masking.test.ts +0 -4
- package/node_modules/zod/src/v3/tests/mocker.test.ts +0 -19
- package/node_modules/zod/src/v3/tests/nan.test.ts +0 -24
- package/node_modules/zod/src/v3/tests/nativeEnum.test.ts +0 -87
- package/node_modules/zod/src/v3/tests/nullable.test.ts +0 -42
- package/node_modules/zod/src/v3/tests/number.test.ts +0 -176
- package/node_modules/zod/src/v3/tests/object-augmentation.test.ts +0 -29
- package/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +0 -29
- package/node_modules/zod/src/v3/tests/object.test.ts +0 -434
- package/node_modules/zod/src/v3/tests/optional.test.ts +0 -42
- package/node_modules/zod/src/v3/tests/parseUtil.test.ts +0 -23
- package/node_modules/zod/src/v3/tests/parser.test.ts +0 -41
- package/node_modules/zod/src/v3/tests/partials.test.ts +0 -243
- package/node_modules/zod/src/v3/tests/pickomit.test.ts +0 -111
- package/node_modules/zod/src/v3/tests/pipeline.test.ts +0 -29
- package/node_modules/zod/src/v3/tests/preprocess.test.ts +0 -186
- package/node_modules/zod/src/v3/tests/primitive.test.ts +0 -440
- package/node_modules/zod/src/v3/tests/promise.test.ts +0 -90
- package/node_modules/zod/src/v3/tests/readonly.test.ts +0 -194
- package/node_modules/zod/src/v3/tests/record.test.ts +0 -171
- package/node_modules/zod/src/v3/tests/recursive.test.ts +0 -197
- package/node_modules/zod/src/v3/tests/refine.test.ts +0 -313
- package/node_modules/zod/src/v3/tests/safeparse.test.ts +0 -27
- package/node_modules/zod/src/v3/tests/set.test.ts +0 -142
- package/node_modules/zod/src/v3/tests/standard-schema.test.ts +0 -83
- package/node_modules/zod/src/v3/tests/string.test.ts +0 -916
- package/node_modules/zod/src/v3/tests/transformer.test.ts +0 -233
- package/node_modules/zod/src/v3/tests/tuple.test.ts +0 -90
- package/node_modules/zod/src/v3/tests/unions.test.ts +0 -57
- package/node_modules/zod/src/v3/tests/validations.test.ts +0 -133
- package/node_modules/zod/src/v3/tests/void.test.ts +0 -15
- package/node_modules/zod/src/v3/types.ts +0 -5138
- package/node_modules/zod/src/v4/classic/checks.ts +0 -32
- package/node_modules/zod/src/v4/classic/coerce.ts +0 -27
- package/node_modules/zod/src/v4/classic/compat.ts +0 -70
- package/node_modules/zod/src/v4/classic/errors.ts +0 -82
- package/node_modules/zod/src/v4/classic/external.ts +0 -51
- package/node_modules/zod/src/v4/classic/from-json-schema.ts +0 -643
- package/node_modules/zod/src/v4/classic/index.ts +0 -5
- package/node_modules/zod/src/v4/classic/iso.ts +0 -90
- package/node_modules/zod/src/v4/classic/parse.ts +0 -82
- package/node_modules/zod/src/v4/classic/schemas.ts +0 -2409
- package/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +0 -26
- package/node_modules/zod/src/v4/classic/tests/apply.test.ts +0 -59
- package/node_modules/zod/src/v4/classic/tests/array.test.ts +0 -264
- package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +0 -210
- package/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +0 -381
- package/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +0 -68
- package/node_modules/zod/src/v4/classic/tests/base.test.ts +0 -7
- package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +0 -54
- package/node_modules/zod/src/v4/classic/tests/brand.test.ts +0 -106
- package/node_modules/zod/src/v4/classic/tests/catch.test.ts +0 -276
- package/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +0 -20
- package/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +0 -573
- package/node_modules/zod/src/v4/classic/tests/codec.test.ts +0 -562
- package/node_modules/zod/src/v4/classic/tests/coerce.test.ts +0 -160
- package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +0 -374
- package/node_modules/zod/src/v4/classic/tests/custom.test.ts +0 -40
- package/node_modules/zod/src/v4/classic/tests/date.test.ts +0 -62
- package/node_modules/zod/src/v4/classic/tests/datetime.test.ts +0 -302
- package/node_modules/zod/src/v4/classic/tests/default.test.ts +0 -365
- package/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +0 -27
- package/node_modules/zod/src/v4/classic/tests/description.test.ts +0 -32
- package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +0 -661
- package/node_modules/zod/src/v4/classic/tests/enum.test.ts +0 -285
- package/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +0 -595
- package/node_modules/zod/src/v4/classic/tests/error.test.ts +0 -711
- package/node_modules/zod/src/v4/classic/tests/file.test.ts +0 -96
- package/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -179
- package/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +0 -26
- package/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +0 -734
- package/node_modules/zod/src/v4/classic/tests/function.test.ts +0 -360
- package/node_modules/zod/src/v4/classic/tests/generics.test.ts +0 -72
- package/node_modules/zod/src/v4/classic/tests/hash.test.ts +0 -68
- package/node_modules/zod/src/v4/classic/tests/index.test.ts +0 -939
- package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +0 -60
- package/node_modules/zod/src/v4/classic/tests/intersection.test.ts +0 -198
- package/node_modules/zod/src/v4/classic/tests/json.test.ts +0 -109
- package/node_modules/zod/src/v4/classic/tests/lazy.test.ts +0 -227
- package/node_modules/zod/src/v4/classic/tests/literal.test.ts +0 -117
- package/node_modules/zod/src/v4/classic/tests/map.test.ts +0 -330
- package/node_modules/zod/src/v4/classic/tests/nan.test.ts +0 -21
- package/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +0 -168
- package/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +0 -101
- package/node_modules/zod/src/v4/classic/tests/nullable.test.ts +0 -22
- package/node_modules/zod/src/v4/classic/tests/number.test.ts +0 -270
- package/node_modules/zod/src/v4/classic/tests/object.test.ts +0 -640
- package/node_modules/zod/src/v4/classic/tests/optional.test.ts +0 -223
- package/node_modules/zod/src/v4/classic/tests/partial.test.ts +0 -427
- package/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +0 -211
- package/node_modules/zod/src/v4/classic/tests/pipe.test.ts +0 -101
- package/node_modules/zod/src/v4/classic/tests/prefault.test.ts +0 -74
- package/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +0 -282
- package/node_modules/zod/src/v4/classic/tests/primitive.test.ts +0 -175
- package/node_modules/zod/src/v4/classic/tests/promise.test.ts +0 -81
- package/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +0 -23
- package/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -252
- package/node_modules/zod/src/v4/classic/tests/record.test.ts +0 -600
- package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +0 -582
- package/node_modules/zod/src/v4/classic/tests/refine.test.ts +0 -570
- package/node_modules/zod/src/v4/classic/tests/registries.test.ts +0 -243
- package/node_modules/zod/src/v4/classic/tests/set.test.ts +0 -181
- package/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +0 -134
- package/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +0 -125
- package/node_modules/zod/src/v4/classic/tests/string.test.ts +0 -1175
- package/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +0 -106
- package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +0 -771
- package/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +0 -438
- package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +0 -2975
- package/node_modules/zod/src/v4/classic/tests/transform.test.ts +0 -361
- package/node_modules/zod/src/v4/classic/tests/tuple.test.ts +0 -183
- package/node_modules/zod/src/v4/classic/tests/union.test.ts +0 -219
- package/node_modules/zod/src/v4/classic/tests/url.test.ts +0 -13
- package/node_modules/zod/src/v4/classic/tests/validations.test.ts +0 -283
- package/node_modules/zod/src/v4/classic/tests/void.test.ts +0 -12
- package/node_modules/zod/src/v4/core/api.ts +0 -1798
- package/node_modules/zod/src/v4/core/checks.ts +0 -1293
- package/node_modules/zod/src/v4/core/config.ts +0 -15
- package/node_modules/zod/src/v4/core/core.ts +0 -138
- package/node_modules/zod/src/v4/core/doc.ts +0 -44
- package/node_modules/zod/src/v4/core/errors.ts +0 -448
- package/node_modules/zod/src/v4/core/index.ts +0 -16
- package/node_modules/zod/src/v4/core/json-schema-generator.ts +0 -126
- package/node_modules/zod/src/v4/core/json-schema-processors.ts +0 -667
- package/node_modules/zod/src/v4/core/json-schema.ts +0 -147
- package/node_modules/zod/src/v4/core/parse.ts +0 -195
- package/node_modules/zod/src/v4/core/regexes.ts +0 -183
- package/node_modules/zod/src/v4/core/registries.ts +0 -105
- package/node_modules/zod/src/v4/core/schemas.ts +0 -4543
- package/node_modules/zod/src/v4/core/standard-schema.ts +0 -159
- package/node_modules/zod/src/v4/core/tests/extend.test.ts +0 -59
- package/node_modules/zod/src/v4/core/tests/index.test.ts +0 -46
- package/node_modules/zod/src/v4/core/tests/locales/be.test.ts +0 -124
- package/node_modules/zod/src/v4/core/tests/locales/en.test.ts +0 -22
- package/node_modules/zod/src/v4/core/tests/locales/es.test.ts +0 -181
- package/node_modules/zod/src/v4/core/tests/locales/he.test.ts +0 -379
- package/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +0 -46
- package/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +0 -128
- package/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +0 -69
- package/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +0 -83
- package/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +0 -67
- package/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +0 -45
- package/node_modules/zod/src/v4/core/to-json-schema.ts +0 -613
- package/node_modules/zod/src/v4/core/util.ts +0 -966
- package/node_modules/zod/src/v4/core/versions.ts +0 -5
- package/node_modules/zod/src/v4/core/zsf.ts +0 -323
- package/node_modules/zod/src/v4/index.ts +0 -4
- package/node_modules/zod/src/v4/locales/ar.ts +0 -115
- package/node_modules/zod/src/v4/locales/az.ts +0 -111
- package/node_modules/zod/src/v4/locales/be.ts +0 -176
- package/node_modules/zod/src/v4/locales/bg.ts +0 -128
- package/node_modules/zod/src/v4/locales/ca.ts +0 -116
- package/node_modules/zod/src/v4/locales/cs.ts +0 -118
- package/node_modules/zod/src/v4/locales/da.ts +0 -123
- package/node_modules/zod/src/v4/locales/de.ts +0 -116
- package/node_modules/zod/src/v4/locales/en.ts +0 -119
- package/node_modules/zod/src/v4/locales/eo.ts +0 -118
- package/node_modules/zod/src/v4/locales/es.ts +0 -141
- package/node_modules/zod/src/v4/locales/fa.ts +0 -126
- package/node_modules/zod/src/v4/locales/fi.ts +0 -121
- package/node_modules/zod/src/v4/locales/fr-CA.ts +0 -116
- package/node_modules/zod/src/v4/locales/fr.ts +0 -116
- package/node_modules/zod/src/v4/locales/he.ts +0 -246
- package/node_modules/zod/src/v4/locales/hu.ts +0 -117
- package/node_modules/zod/src/v4/locales/hy.ts +0 -164
- package/node_modules/zod/src/v4/locales/id.ts +0 -115
- package/node_modules/zod/src/v4/locales/index.ts +0 -49
- package/node_modules/zod/src/v4/locales/is.ts +0 -119
- package/node_modules/zod/src/v4/locales/it.ts +0 -116
- package/node_modules/zod/src/v4/locales/ja.ts +0 -114
- package/node_modules/zod/src/v4/locales/ka.ts +0 -123
- package/node_modules/zod/src/v4/locales/kh.ts +0 -7
- package/node_modules/zod/src/v4/locales/km.ts +0 -119
- package/node_modules/zod/src/v4/locales/ko.ts +0 -121
- package/node_modules/zod/src/v4/locales/lt.ts +0 -239
- package/node_modules/zod/src/v4/locales/mk.ts +0 -118
- package/node_modules/zod/src/v4/locales/ms.ts +0 -115
- package/node_modules/zod/src/v4/locales/nl.ts +0 -121
- package/node_modules/zod/src/v4/locales/no.ts +0 -116
- package/node_modules/zod/src/v4/locales/ota.ts +0 -117
- package/node_modules/zod/src/v4/locales/pl.ts +0 -118
- package/node_modules/zod/src/v4/locales/ps.ts +0 -126
- package/node_modules/zod/src/v4/locales/pt.ts +0 -116
- package/node_modules/zod/src/v4/locales/ru.ts +0 -176
- package/node_modules/zod/src/v4/locales/sl.ts +0 -118
- package/node_modules/zod/src/v4/locales/sv.ts +0 -119
- package/node_modules/zod/src/v4/locales/ta.ts +0 -118
- package/node_modules/zod/src/v4/locales/th.ts +0 -119
- package/node_modules/zod/src/v4/locales/tr.ts +0 -111
- package/node_modules/zod/src/v4/locales/ua.ts +0 -7
- package/node_modules/zod/src/v4/locales/uk.ts +0 -117
- package/node_modules/zod/src/v4/locales/ur.ts +0 -119
- package/node_modules/zod/src/v4/locales/uz.ts +0 -116
- package/node_modules/zod/src/v4/locales/vi.ts +0 -117
- package/node_modules/zod/src/v4/locales/yo.ts +0 -124
- package/node_modules/zod/src/v4/locales/zh-CN.ts +0 -116
- package/node_modules/zod/src/v4/locales/zh-TW.ts +0 -115
- package/node_modules/zod/src/v4/mini/checks.ts +0 -32
- package/node_modules/zod/src/v4/mini/coerce.ts +0 -27
- package/node_modules/zod/src/v4/mini/external.ts +0 -40
- package/node_modules/zod/src/v4/mini/index.ts +0 -3
- package/node_modules/zod/src/v4/mini/iso.ts +0 -66
- package/node_modules/zod/src/v4/mini/parse.ts +0 -14
- package/node_modules/zod/src/v4/mini/schemas.ts +0 -1916
- package/node_modules/zod/src/v4/mini/tests/apply.test.ts +0 -24
- package/node_modules/zod/src/v4/mini/tests/assignability.test.ts +0 -129
- package/node_modules/zod/src/v4/mini/tests/brand.test.ts +0 -94
- package/node_modules/zod/src/v4/mini/tests/checks.test.ts +0 -144
- package/node_modules/zod/src/v4/mini/tests/codec.test.ts +0 -529
- package/node_modules/zod/src/v4/mini/tests/computed.test.ts +0 -36
- package/node_modules/zod/src/v4/mini/tests/error.test.ts +0 -22
- package/node_modules/zod/src/v4/mini/tests/functions.test.ts +0 -5
- package/node_modules/zod/src/v4/mini/tests/index.test.ts +0 -963
- package/node_modules/zod/src/v4/mini/tests/number.test.ts +0 -95
- package/node_modules/zod/src/v4/mini/tests/object.test.ts +0 -227
- package/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +0 -43
- package/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +0 -275
- package/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +0 -50
- package/node_modules/zod/src/v4/mini/tests/string.test.ts +0 -347
- package/node_modules/zod/src/v4-mini/index.ts +0 -1
- package/node_modules/zod/v3/ZodError.cjs +0 -138
- package/node_modules/zod/v3/ZodError.d.cts +0 -164
- package/node_modules/zod/v3/ZodError.d.ts +0 -164
- package/node_modules/zod/v3/ZodError.js +0 -133
- package/node_modules/zod/v3/errors.cjs +0 -17
- package/node_modules/zod/v3/errors.d.cts +0 -5
- package/node_modules/zod/v3/errors.d.ts +0 -5
- package/node_modules/zod/v3/errors.js +0 -9
- package/node_modules/zod/v3/external.cjs +0 -22
- package/node_modules/zod/v3/external.d.cts +0 -6
- package/node_modules/zod/v3/external.d.ts +0 -6
- package/node_modules/zod/v3/external.js +0 -6
- package/node_modules/zod/v3/helpers/enumUtil.cjs +0 -2
- package/node_modules/zod/v3/helpers/enumUtil.d.cts +0 -8
- package/node_modules/zod/v3/helpers/enumUtil.d.ts +0 -8
- package/node_modules/zod/v3/helpers/enumUtil.js +0 -1
- package/node_modules/zod/v3/helpers/errorUtil.cjs +0 -9
- package/node_modules/zod/v3/helpers/errorUtil.d.cts +0 -9
- package/node_modules/zod/v3/helpers/errorUtil.d.ts +0 -9
- package/node_modules/zod/v3/helpers/errorUtil.js +0 -6
- package/node_modules/zod/v3/helpers/parseUtil.cjs +0 -124
- package/node_modules/zod/v3/helpers/parseUtil.d.cts +0 -78
- package/node_modules/zod/v3/helpers/parseUtil.d.ts +0 -78
- package/node_modules/zod/v3/helpers/parseUtil.js +0 -109
- package/node_modules/zod/v3/helpers/partialUtil.cjs +0 -2
- package/node_modules/zod/v3/helpers/partialUtil.d.cts +0 -8
- package/node_modules/zod/v3/helpers/partialUtil.d.ts +0 -8
- package/node_modules/zod/v3/helpers/partialUtil.js +0 -1
- package/node_modules/zod/v3/helpers/typeAliases.cjs +0 -2
- package/node_modules/zod/v3/helpers/typeAliases.d.cts +0 -2
- package/node_modules/zod/v3/helpers/typeAliases.d.ts +0 -2
- package/node_modules/zod/v3/helpers/typeAliases.js +0 -1
- package/node_modules/zod/v3/helpers/util.cjs +0 -137
- package/node_modules/zod/v3/helpers/util.d.cts +0 -85
- package/node_modules/zod/v3/helpers/util.d.ts +0 -85
- package/node_modules/zod/v3/helpers/util.js +0 -133
- package/node_modules/zod/v3/index.cjs +0 -33
- package/node_modules/zod/v3/index.d.cts +0 -4
- package/node_modules/zod/v3/index.d.ts +0 -4
- package/node_modules/zod/v3/index.js +0 -4
- package/node_modules/zod/v3/locales/en.cjs +0 -112
- package/node_modules/zod/v3/locales/en.d.cts +0 -3
- package/node_modules/zod/v3/locales/en.d.ts +0 -3
- package/node_modules/zod/v3/locales/en.js +0 -109
- package/node_modules/zod/v3/package.json +0 -6
- package/node_modules/zod/v3/standard-schema.cjs +0 -2
- package/node_modules/zod/v3/standard-schema.d.cts +0 -102
- package/node_modules/zod/v3/standard-schema.d.ts +0 -102
- package/node_modules/zod/v3/standard-schema.js +0 -1
- package/node_modules/zod/v3/types.cjs +0 -3777
- package/node_modules/zod/v3/types.d.cts +0 -1034
- package/node_modules/zod/v3/types.d.ts +0 -1034
- package/node_modules/zod/v3/types.js +0 -3695
- package/node_modules/zod/v4/classic/checks.cjs +0 -33
- package/node_modules/zod/v4/classic/checks.d.cts +0 -1
- package/node_modules/zod/v4/classic/checks.d.ts +0 -1
- package/node_modules/zod/v4/classic/checks.js +0 -1
- package/node_modules/zod/v4/classic/coerce.cjs +0 -47
- package/node_modules/zod/v4/classic/coerce.d.cts +0 -17
- package/node_modules/zod/v4/classic/coerce.d.ts +0 -17
- package/node_modules/zod/v4/classic/coerce.js +0 -17
- package/node_modules/zod/v4/classic/compat.cjs +0 -61
- package/node_modules/zod/v4/classic/compat.d.cts +0 -50
- package/node_modules/zod/v4/classic/compat.d.ts +0 -50
- package/node_modules/zod/v4/classic/compat.js +0 -31
- package/node_modules/zod/v4/classic/errors.cjs +0 -74
- package/node_modules/zod/v4/classic/errors.d.cts +0 -30
- package/node_modules/zod/v4/classic/errors.d.ts +0 -30
- package/node_modules/zod/v4/classic/errors.js +0 -48
- package/node_modules/zod/v4/classic/external.cjs +0 -73
- package/node_modules/zod/v4/classic/external.d.cts +0 -15
- package/node_modules/zod/v4/classic/external.d.ts +0 -15
- package/node_modules/zod/v4/classic/external.js +0 -20
- package/node_modules/zod/v4/classic/from-json-schema.cjs +0 -610
- package/node_modules/zod/v4/classic/from-json-schema.d.cts +0 -12
- package/node_modules/zod/v4/classic/from-json-schema.d.ts +0 -12
- package/node_modules/zod/v4/classic/from-json-schema.js +0 -584
- package/node_modules/zod/v4/classic/index.cjs +0 -33
- package/node_modules/zod/v4/classic/index.d.cts +0 -4
- package/node_modules/zod/v4/classic/index.d.ts +0 -4
- package/node_modules/zod/v4/classic/index.js +0 -4
- package/node_modules/zod/v4/classic/iso.cjs +0 -60
- package/node_modules/zod/v4/classic/iso.d.cts +0 -22
- package/node_modules/zod/v4/classic/iso.d.ts +0 -22
- package/node_modules/zod/v4/classic/iso.js +0 -30
- package/node_modules/zod/v4/classic/package.json +0 -6
- package/node_modules/zod/v4/classic/parse.cjs +0 -41
- package/node_modules/zod/v4/classic/parse.d.cts +0 -31
- package/node_modules/zod/v4/classic/parse.d.ts +0 -31
- package/node_modules/zod/v4/classic/parse.js +0 -15
- package/node_modules/zod/v4/classic/schemas.cjs +0 -1272
- package/node_modules/zod/v4/classic/schemas.d.cts +0 -739
- package/node_modules/zod/v4/classic/schemas.d.ts +0 -739
- package/node_modules/zod/v4/classic/schemas.js +0 -1157
- package/node_modules/zod/v4/core/api.cjs +0 -1222
- package/node_modules/zod/v4/core/api.d.cts +0 -304
- package/node_modules/zod/v4/core/api.d.ts +0 -304
- package/node_modules/zod/v4/core/api.js +0 -1082
- package/node_modules/zod/v4/core/checks.cjs +0 -601
- package/node_modules/zod/v4/core/checks.d.cts +0 -278
- package/node_modules/zod/v4/core/checks.d.ts +0 -278
- package/node_modules/zod/v4/core/checks.js +0 -575
- package/node_modules/zod/v4/core/core.cjs +0 -83
- package/node_modules/zod/v4/core/core.d.cts +0 -70
- package/node_modules/zod/v4/core/core.d.ts +0 -70
- package/node_modules/zod/v4/core/core.js +0 -76
- package/node_modules/zod/v4/core/doc.cjs +0 -39
- package/node_modules/zod/v4/core/doc.d.cts +0 -14
- package/node_modules/zod/v4/core/doc.d.ts +0 -14
- package/node_modules/zod/v4/core/doc.js +0 -35
- package/node_modules/zod/v4/core/errors.cjs +0 -213
- package/node_modules/zod/v4/core/errors.d.cts +0 -220
- package/node_modules/zod/v4/core/errors.d.ts +0 -220
- package/node_modules/zod/v4/core/errors.js +0 -182
- package/node_modules/zod/v4/core/index.cjs +0 -47
- package/node_modules/zod/v4/core/index.d.cts +0 -16
- package/node_modules/zod/v4/core/index.d.ts +0 -16
- package/node_modules/zod/v4/core/index.js +0 -16
- package/node_modules/zod/v4/core/json-schema-generator.cjs +0 -99
- package/node_modules/zod/v4/core/json-schema-generator.d.cts +0 -65
- package/node_modules/zod/v4/core/json-schema-generator.d.ts +0 -65
- package/node_modules/zod/v4/core/json-schema-generator.js +0 -95
- package/node_modules/zod/v4/core/json-schema-processors.cjs +0 -648
- package/node_modules/zod/v4/core/json-schema-processors.d.cts +0 -49
- package/node_modules/zod/v4/core/json-schema-processors.d.ts +0 -49
- package/node_modules/zod/v4/core/json-schema-processors.js +0 -605
- package/node_modules/zod/v4/core/json-schema.cjs +0 -2
- package/node_modules/zod/v4/core/json-schema.d.cts +0 -88
- package/node_modules/zod/v4/core/json-schema.d.ts +0 -88
- package/node_modules/zod/v4/core/json-schema.js +0 -1
- package/node_modules/zod/v4/core/package.json +0 -6
- package/node_modules/zod/v4/core/parse.cjs +0 -131
- package/node_modules/zod/v4/core/parse.d.cts +0 -49
- package/node_modules/zod/v4/core/parse.d.ts +0 -49
- package/node_modules/zod/v4/core/parse.js +0 -93
- package/node_modules/zod/v4/core/regexes.cjs +0 -166
- package/node_modules/zod/v4/core/regexes.d.cts +0 -79
- package/node_modules/zod/v4/core/regexes.d.ts +0 -79
- package/node_modules/zod/v4/core/regexes.js +0 -133
- package/node_modules/zod/v4/core/registries.cjs +0 -56
- package/node_modules/zod/v4/core/registries.d.cts +0 -35
- package/node_modules/zod/v4/core/registries.d.ts +0 -35
- package/node_modules/zod/v4/core/registries.js +0 -51
- package/node_modules/zod/v4/core/schemas.cjs +0 -2126
- package/node_modules/zod/v4/core/schemas.d.cts +0 -1146
- package/node_modules/zod/v4/core/schemas.d.ts +0 -1146
- package/node_modules/zod/v4/core/schemas.js +0 -2095
- package/node_modules/zod/v4/core/standard-schema.cjs +0 -2
- package/node_modules/zod/v4/core/standard-schema.d.cts +0 -126
- package/node_modules/zod/v4/core/standard-schema.d.ts +0 -126
- package/node_modules/zod/v4/core/standard-schema.js +0 -1
- package/node_modules/zod/v4/core/to-json-schema.cjs +0 -446
- package/node_modules/zod/v4/core/to-json-schema.d.cts +0 -114
- package/node_modules/zod/v4/core/to-json-schema.d.ts +0 -114
- package/node_modules/zod/v4/core/to-json-schema.js +0 -437
- package/node_modules/zod/v4/core/util.cjs +0 -710
- package/node_modules/zod/v4/core/util.d.cts +0 -199
- package/node_modules/zod/v4/core/util.d.ts +0 -199
- package/node_modules/zod/v4/core/util.js +0 -651
- package/node_modules/zod/v4/core/versions.cjs +0 -8
- package/node_modules/zod/v4/core/versions.d.cts +0 -5
- package/node_modules/zod/v4/core/versions.d.ts +0 -5
- package/node_modules/zod/v4/core/versions.js +0 -5
- package/node_modules/zod/v4/index.cjs +0 -22
- package/node_modules/zod/v4/index.d.cts +0 -3
- package/node_modules/zod/v4/index.d.ts +0 -3
- package/node_modules/zod/v4/index.js +0 -3
- package/node_modules/zod/v4/locales/ar.cjs +0 -133
- package/node_modules/zod/v4/locales/ar.d.cts +0 -5
- package/node_modules/zod/v4/locales/ar.d.ts +0 -4
- package/node_modules/zod/v4/locales/ar.js +0 -106
- package/node_modules/zod/v4/locales/az.cjs +0 -132
- package/node_modules/zod/v4/locales/az.d.cts +0 -5
- package/node_modules/zod/v4/locales/az.d.ts +0 -4
- package/node_modules/zod/v4/locales/az.js +0 -105
- package/node_modules/zod/v4/locales/be.cjs +0 -183
- package/node_modules/zod/v4/locales/be.d.cts +0 -5
- package/node_modules/zod/v4/locales/be.d.ts +0 -4
- package/node_modules/zod/v4/locales/be.js +0 -156
- package/node_modules/zod/v4/locales/bg.cjs +0 -147
- package/node_modules/zod/v4/locales/bg.d.cts +0 -5
- package/node_modules/zod/v4/locales/bg.d.ts +0 -4
- package/node_modules/zod/v4/locales/bg.js +0 -120
- package/node_modules/zod/v4/locales/ca.cjs +0 -134
- package/node_modules/zod/v4/locales/ca.d.cts +0 -5
- package/node_modules/zod/v4/locales/ca.d.ts +0 -4
- package/node_modules/zod/v4/locales/ca.js +0 -107
- package/node_modules/zod/v4/locales/cs.cjs +0 -138
- package/node_modules/zod/v4/locales/cs.d.cts +0 -5
- package/node_modules/zod/v4/locales/cs.d.ts +0 -4
- package/node_modules/zod/v4/locales/cs.js +0 -111
- package/node_modules/zod/v4/locales/da.cjs +0 -142
- package/node_modules/zod/v4/locales/da.d.cts +0 -5
- package/node_modules/zod/v4/locales/da.d.ts +0 -4
- package/node_modules/zod/v4/locales/da.js +0 -115
- package/node_modules/zod/v4/locales/de.cjs +0 -135
- package/node_modules/zod/v4/locales/de.d.cts +0 -5
- package/node_modules/zod/v4/locales/de.d.ts +0 -4
- package/node_modules/zod/v4/locales/de.js +0 -108
- package/node_modules/zod/v4/locales/en.cjs +0 -136
- package/node_modules/zod/v4/locales/en.d.cts +0 -5
- package/node_modules/zod/v4/locales/en.d.ts +0 -4
- package/node_modules/zod/v4/locales/en.js +0 -109
- package/node_modules/zod/v4/locales/eo.cjs +0 -136
- package/node_modules/zod/v4/locales/eo.d.cts +0 -5
- package/node_modules/zod/v4/locales/eo.d.ts +0 -4
- package/node_modules/zod/v4/locales/eo.js +0 -109
- package/node_modules/zod/v4/locales/es.cjs +0 -159
- package/node_modules/zod/v4/locales/es.d.cts +0 -5
- package/node_modules/zod/v4/locales/es.d.ts +0 -4
- package/node_modules/zod/v4/locales/es.js +0 -132
- package/node_modules/zod/v4/locales/fa.cjs +0 -141
- package/node_modules/zod/v4/locales/fa.d.cts +0 -5
- package/node_modules/zod/v4/locales/fa.d.ts +0 -4
- package/node_modules/zod/v4/locales/fa.js +0 -114
- package/node_modules/zod/v4/locales/fi.cjs +0 -139
- package/node_modules/zod/v4/locales/fi.d.cts +0 -5
- package/node_modules/zod/v4/locales/fi.d.ts +0 -4
- package/node_modules/zod/v4/locales/fi.js +0 -112
- package/node_modules/zod/v4/locales/fr-CA.cjs +0 -134
- package/node_modules/zod/v4/locales/fr-CA.d.cts +0 -5
- package/node_modules/zod/v4/locales/fr-CA.d.ts +0 -4
- package/node_modules/zod/v4/locales/fr-CA.js +0 -107
- package/node_modules/zod/v4/locales/fr.cjs +0 -135
- package/node_modules/zod/v4/locales/fr.d.cts +0 -5
- package/node_modules/zod/v4/locales/fr.d.ts +0 -4
- package/node_modules/zod/v4/locales/fr.js +0 -108
- package/node_modules/zod/v4/locales/he.cjs +0 -241
- package/node_modules/zod/v4/locales/he.d.cts +0 -5
- package/node_modules/zod/v4/locales/he.d.ts +0 -4
- package/node_modules/zod/v4/locales/he.js +0 -214
- package/node_modules/zod/v4/locales/hu.cjs +0 -135
- package/node_modules/zod/v4/locales/hu.d.cts +0 -5
- package/node_modules/zod/v4/locales/hu.d.ts +0 -4
- package/node_modules/zod/v4/locales/hu.js +0 -108
- package/node_modules/zod/v4/locales/hy.cjs +0 -174
- package/node_modules/zod/v4/locales/hy.d.cts +0 -5
- package/node_modules/zod/v4/locales/hy.d.ts +0 -4
- package/node_modules/zod/v4/locales/hy.js +0 -147
- package/node_modules/zod/v4/locales/id.cjs +0 -133
- package/node_modules/zod/v4/locales/id.d.cts +0 -5
- package/node_modules/zod/v4/locales/id.d.ts +0 -4
- package/node_modules/zod/v4/locales/id.js +0 -106
- package/node_modules/zod/v4/locales/index.cjs +0 -104
- package/node_modules/zod/v4/locales/index.d.cts +0 -49
- package/node_modules/zod/v4/locales/index.d.ts +0 -49
- package/node_modules/zod/v4/locales/index.js +0 -49
- package/node_modules/zod/v4/locales/is.cjs +0 -136
- package/node_modules/zod/v4/locales/is.d.cts +0 -5
- package/node_modules/zod/v4/locales/is.d.ts +0 -4
- package/node_modules/zod/v4/locales/is.js +0 -109
- package/node_modules/zod/v4/locales/it.cjs +0 -135
- package/node_modules/zod/v4/locales/it.d.cts +0 -5
- package/node_modules/zod/v4/locales/it.d.ts +0 -4
- package/node_modules/zod/v4/locales/it.js +0 -108
- package/node_modules/zod/v4/locales/ja.cjs +0 -134
- package/node_modules/zod/v4/locales/ja.d.cts +0 -5
- package/node_modules/zod/v4/locales/ja.d.ts +0 -4
- package/node_modules/zod/v4/locales/ja.js +0 -107
- package/node_modules/zod/v4/locales/ka.cjs +0 -139
- package/node_modules/zod/v4/locales/ka.d.cts +0 -5
- package/node_modules/zod/v4/locales/ka.d.ts +0 -4
- package/node_modules/zod/v4/locales/ka.js +0 -112
- package/node_modules/zod/v4/locales/kh.cjs +0 -12
- package/node_modules/zod/v4/locales/kh.d.cts +0 -5
- package/node_modules/zod/v4/locales/kh.d.ts +0 -5
- package/node_modules/zod/v4/locales/kh.js +0 -5
- package/node_modules/zod/v4/locales/km.cjs +0 -137
- package/node_modules/zod/v4/locales/km.d.cts +0 -5
- package/node_modules/zod/v4/locales/km.d.ts +0 -4
- package/node_modules/zod/v4/locales/km.js +0 -110
- package/node_modules/zod/v4/locales/ko.cjs +0 -138
- package/node_modules/zod/v4/locales/ko.d.cts +0 -5
- package/node_modules/zod/v4/locales/ko.d.ts +0 -4
- package/node_modules/zod/v4/locales/ko.js +0 -111
- package/node_modules/zod/v4/locales/lt.cjs +0 -230
- package/node_modules/zod/v4/locales/lt.d.cts +0 -5
- package/node_modules/zod/v4/locales/lt.d.ts +0 -4
- package/node_modules/zod/v4/locales/lt.js +0 -203
- package/node_modules/zod/v4/locales/mk.cjs +0 -136
- package/node_modules/zod/v4/locales/mk.d.cts +0 -5
- package/node_modules/zod/v4/locales/mk.d.ts +0 -4
- package/node_modules/zod/v4/locales/mk.js +0 -109
- package/node_modules/zod/v4/locales/ms.cjs +0 -134
- package/node_modules/zod/v4/locales/ms.d.cts +0 -5
- package/node_modules/zod/v4/locales/ms.d.ts +0 -4
- package/node_modules/zod/v4/locales/ms.js +0 -107
- package/node_modules/zod/v4/locales/nl.cjs +0 -137
- package/node_modules/zod/v4/locales/nl.d.cts +0 -5
- package/node_modules/zod/v4/locales/nl.d.ts +0 -4
- package/node_modules/zod/v4/locales/nl.js +0 -110
- package/node_modules/zod/v4/locales/no.cjs +0 -135
- package/node_modules/zod/v4/locales/no.d.cts +0 -5
- package/node_modules/zod/v4/locales/no.d.ts +0 -4
- package/node_modules/zod/v4/locales/no.js +0 -108
- package/node_modules/zod/v4/locales/ota.cjs +0 -136
- package/node_modules/zod/v4/locales/ota.d.cts +0 -5
- package/node_modules/zod/v4/locales/ota.d.ts +0 -4
- package/node_modules/zod/v4/locales/ota.js +0 -109
- package/node_modules/zod/v4/locales/package.json +0 -6
- package/node_modules/zod/v4/locales/pl.cjs +0 -136
- package/node_modules/zod/v4/locales/pl.d.cts +0 -5
- package/node_modules/zod/v4/locales/pl.d.ts +0 -4
- package/node_modules/zod/v4/locales/pl.js +0 -109
- package/node_modules/zod/v4/locales/ps.cjs +0 -141
- package/node_modules/zod/v4/locales/ps.d.cts +0 -5
- package/node_modules/zod/v4/locales/ps.d.ts +0 -4
- package/node_modules/zod/v4/locales/ps.js +0 -114
- package/node_modules/zod/v4/locales/pt.cjs +0 -135
- package/node_modules/zod/v4/locales/pt.d.cts +0 -5
- package/node_modules/zod/v4/locales/pt.d.ts +0 -4
- package/node_modules/zod/v4/locales/pt.js +0 -108
- package/node_modules/zod/v4/locales/ru.cjs +0 -183
- package/node_modules/zod/v4/locales/ru.d.cts +0 -5
- package/node_modules/zod/v4/locales/ru.d.ts +0 -4
- package/node_modules/zod/v4/locales/ru.js +0 -156
- package/node_modules/zod/v4/locales/sl.cjs +0 -136
- package/node_modules/zod/v4/locales/sl.d.cts +0 -5
- package/node_modules/zod/v4/locales/sl.d.ts +0 -4
- package/node_modules/zod/v4/locales/sl.js +0 -109
- package/node_modules/zod/v4/locales/sv.cjs +0 -137
- package/node_modules/zod/v4/locales/sv.d.cts +0 -5
- package/node_modules/zod/v4/locales/sv.d.ts +0 -4
- package/node_modules/zod/v4/locales/sv.js +0 -110
- package/node_modules/zod/v4/locales/ta.cjs +0 -137
- package/node_modules/zod/v4/locales/ta.d.cts +0 -5
- package/node_modules/zod/v4/locales/ta.d.ts +0 -4
- package/node_modules/zod/v4/locales/ta.js +0 -110
- package/node_modules/zod/v4/locales/th.cjs +0 -137
- package/node_modules/zod/v4/locales/th.d.cts +0 -5
- package/node_modules/zod/v4/locales/th.d.ts +0 -4
- package/node_modules/zod/v4/locales/th.js +0 -110
- package/node_modules/zod/v4/locales/tr.cjs +0 -132
- package/node_modules/zod/v4/locales/tr.d.cts +0 -5
- package/node_modules/zod/v4/locales/tr.d.ts +0 -4
- package/node_modules/zod/v4/locales/tr.js +0 -105
- package/node_modules/zod/v4/locales/ua.cjs +0 -12
- package/node_modules/zod/v4/locales/ua.d.cts +0 -5
- package/node_modules/zod/v4/locales/ua.d.ts +0 -5
- package/node_modules/zod/v4/locales/ua.js +0 -5
- package/node_modules/zod/v4/locales/uk.cjs +0 -135
- package/node_modules/zod/v4/locales/uk.d.cts +0 -5
- package/node_modules/zod/v4/locales/uk.d.ts +0 -4
- package/node_modules/zod/v4/locales/uk.js +0 -108
- package/node_modules/zod/v4/locales/ur.cjs +0 -137
- package/node_modules/zod/v4/locales/ur.d.cts +0 -5
- package/node_modules/zod/v4/locales/ur.d.ts +0 -4
- package/node_modules/zod/v4/locales/ur.js +0 -110
- package/node_modules/zod/v4/locales/uz.cjs +0 -136
- package/node_modules/zod/v4/locales/uz.d.cts +0 -5
- package/node_modules/zod/v4/locales/uz.d.ts +0 -4
- package/node_modules/zod/v4/locales/uz.js +0 -109
- package/node_modules/zod/v4/locales/vi.cjs +0 -135
- package/node_modules/zod/v4/locales/vi.d.cts +0 -5
- package/node_modules/zod/v4/locales/vi.d.ts +0 -4
- package/node_modules/zod/v4/locales/vi.js +0 -108
- package/node_modules/zod/v4/locales/yo.cjs +0 -134
- package/node_modules/zod/v4/locales/yo.d.cts +0 -5
- package/node_modules/zod/v4/locales/yo.d.ts +0 -4
- package/node_modules/zod/v4/locales/yo.js +0 -107
- package/node_modules/zod/v4/locales/zh-CN.cjs +0 -136
- package/node_modules/zod/v4/locales/zh-CN.d.cts +0 -5
- package/node_modules/zod/v4/locales/zh-CN.d.ts +0 -4
- package/node_modules/zod/v4/locales/zh-CN.js +0 -109
- package/node_modules/zod/v4/locales/zh-TW.cjs +0 -134
- package/node_modules/zod/v4/locales/zh-TW.d.cts +0 -5
- package/node_modules/zod/v4/locales/zh-TW.d.ts +0 -4
- package/node_modules/zod/v4/locales/zh-TW.js +0 -107
- package/node_modules/zod/v4/mini/checks.cjs +0 -34
- package/node_modules/zod/v4/mini/checks.d.cts +0 -1
- package/node_modules/zod/v4/mini/checks.d.ts +0 -1
- package/node_modules/zod/v4/mini/checks.js +0 -1
- package/node_modules/zod/v4/mini/coerce.cjs +0 -52
- package/node_modules/zod/v4/mini/coerce.d.cts +0 -7
- package/node_modules/zod/v4/mini/coerce.d.ts +0 -7
- package/node_modules/zod/v4/mini/coerce.js +0 -22
- package/node_modules/zod/v4/mini/external.cjs +0 -63
- package/node_modules/zod/v4/mini/external.d.cts +0 -12
- package/node_modules/zod/v4/mini/external.d.ts +0 -12
- package/node_modules/zod/v4/mini/external.js +0 -14
- package/node_modules/zod/v4/mini/index.cjs +0 -32
- package/node_modules/zod/v4/mini/index.d.cts +0 -3
- package/node_modules/zod/v4/mini/index.d.ts +0 -3
- package/node_modules/zod/v4/mini/index.js +0 -3
- package/node_modules/zod/v4/mini/iso.cjs +0 -64
- package/node_modules/zod/v4/mini/iso.d.cts +0 -22
- package/node_modules/zod/v4/mini/iso.d.ts +0 -22
- package/node_modules/zod/v4/mini/iso.js +0 -34
- package/node_modules/zod/v4/mini/package.json +0 -6
- package/node_modules/zod/v4/mini/parse.cjs +0 -16
- package/node_modules/zod/v4/mini/parse.d.cts +0 -1
- package/node_modules/zod/v4/mini/parse.d.ts +0 -1
- package/node_modules/zod/v4/mini/parse.js +0 -1
- package/node_modules/zod/v4/mini/schemas.cjs +0 -1046
- package/node_modules/zod/v4/mini/schemas.d.cts +0 -427
- package/node_modules/zod/v4/mini/schemas.d.ts +0 -427
- package/node_modules/zod/v4/mini/schemas.js +0 -925
- package/node_modules/zod/v4/package.json +0 -6
- package/node_modules/zod/v4-mini/index.cjs +0 -17
- package/node_modules/zod/v4-mini/index.d.cts +0 -1
- package/node_modules/zod/v4-mini/index.d.ts +0 -1
- package/node_modules/zod/v4-mini/index.js +0 -1
- 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
|
-
});
|