@auto-ai/agent 2.1.103 → 2.1.105

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 (755) hide show
  1. package/dist/ws-test.html +192 -10
  2. package/lib/launcher-env.js +11 -51
  3. package/mcps-runtime/{claude-tuitui → claude-tuitui-channel}/.mcp.json +7 -5
  4. package/mcps-runtime/{claude-tuitui → claude-tuitui-channel}/server/index.mjs +4 -2
  5. package/package.json +6 -6
  6. package/tools-runtime/git-tool/index.cjs +1229 -485
  7. package/tools-runtime/schedule-tool/index.cjs +1229 -485
  8. package/mcps-runtime/claude-tuitui/package-lock.json +0 -1167
  9. package/skills-runtime/geelib/build.mjs +0 -15
  10. package/skills-runtime/geelib/cli/args.ts +0 -67
  11. package/skills-runtime/geelib/cli/auth.ts +0 -159
  12. package/skills-runtime/geelib/cli/client.ts +0 -56
  13. package/skills-runtime/geelib/cli/commands/comment.ts +0 -25
  14. package/skills-runtime/geelib/cli/commands/matter.ts +0 -167
  15. package/skills-runtime/geelib/cli/commands/poll.ts +0 -322
  16. package/skills-runtime/geelib/cli/commands/project.ts +0 -98
  17. package/skills-runtime/geelib/cli/commands/user.ts +0 -5
  18. package/skills-runtime/geelib/cli/index.ts +0 -171
  19. package/skills-runtime/geelib/node_modules/.package-lock.json +0 -67
  20. package/skills-runtime/geelib/node_modules/@esbuild/linux-x64/README.md +0 -3
  21. package/skills-runtime/geelib/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
  22. package/skills-runtime/geelib/node_modules/@esbuild/linux-x64/package.json +0 -20
  23. package/skills-runtime/geelib/node_modules/esbuild/LICENSE.md +0 -21
  24. package/skills-runtime/geelib/node_modules/esbuild/README.md +0 -3
  25. package/skills-runtime/geelib/node_modules/esbuild/bin/esbuild +0 -0
  26. package/skills-runtime/geelib/node_modules/esbuild/install.js +0 -289
  27. package/skills-runtime/geelib/node_modules/esbuild/lib/main.d.ts +0 -716
  28. package/skills-runtime/geelib/node_modules/esbuild/lib/main.js +0 -2242
  29. package/skills-runtime/geelib/node_modules/esbuild/package.json +0 -49
  30. package/skills-runtime/geelib/package-lock.json +0 -499
  31. package/skills-runtime/geelib/package.json +0 -12
  32. package/tools-runtime/code-tool/bun.lock +0 -15
  33. package/tools-runtime/code-tool/node_modules/zod/LICENSE +0 -21
  34. package/tools-runtime/code-tool/node_modules/zod/README.md +0 -191
  35. package/tools-runtime/code-tool/node_modules/zod/index.cjs +0 -33
  36. package/tools-runtime/code-tool/node_modules/zod/index.d.cts +0 -4
  37. package/tools-runtime/code-tool/node_modules/zod/index.d.ts +0 -4
  38. package/tools-runtime/code-tool/node_modules/zod/index.js +0 -4
  39. package/tools-runtime/code-tool/node_modules/zod/locales/index.cjs +0 -17
  40. package/tools-runtime/code-tool/node_modules/zod/locales/index.d.cts +0 -1
  41. package/tools-runtime/code-tool/node_modules/zod/locales/index.d.ts +0 -1
  42. package/tools-runtime/code-tool/node_modules/zod/locales/index.js +0 -1
  43. package/tools-runtime/code-tool/node_modules/zod/locales/package.json +0 -7
  44. package/tools-runtime/code-tool/node_modules/zod/mini/index.cjs +0 -32
  45. package/tools-runtime/code-tool/node_modules/zod/mini/index.d.cts +0 -3
  46. package/tools-runtime/code-tool/node_modules/zod/mini/index.d.ts +0 -3
  47. package/tools-runtime/code-tool/node_modules/zod/mini/index.js +0 -3
  48. package/tools-runtime/code-tool/node_modules/zod/mini/package.json +0 -7
  49. package/tools-runtime/code-tool/node_modules/zod/package.json +0 -135
  50. package/tools-runtime/code-tool/node_modules/zod/src/index.ts +0 -4
  51. package/tools-runtime/code-tool/node_modules/zod/src/locales/index.ts +0 -1
  52. package/tools-runtime/code-tool/node_modules/zod/src/mini/index.ts +0 -3
  53. package/tools-runtime/code-tool/node_modules/zod/src/v3/ZodError.ts +0 -330
  54. package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/datetime.ts +0 -58
  55. package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +0 -80
  56. package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/index.ts +0 -59
  57. package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/ipv4.ts +0 -57
  58. package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/object.ts +0 -69
  59. package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/primitives.ts +0 -162
  60. package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/realworld.ts +0 -63
  61. package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/string.ts +0 -55
  62. package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/union.ts +0 -80
  63. package/tools-runtime/code-tool/node_modules/zod/src/v3/errors.ts +0 -13
  64. package/tools-runtime/code-tool/node_modules/zod/src/v3/external.ts +0 -6
  65. package/tools-runtime/code-tool/node_modules/zod/src/v3/helpers/enumUtil.ts +0 -17
  66. package/tools-runtime/code-tool/node_modules/zod/src/v3/helpers/errorUtil.ts +0 -8
  67. package/tools-runtime/code-tool/node_modules/zod/src/v3/helpers/parseUtil.ts +0 -176
  68. package/tools-runtime/code-tool/node_modules/zod/src/v3/helpers/partialUtil.ts +0 -34
  69. package/tools-runtime/code-tool/node_modules/zod/src/v3/helpers/typeAliases.ts +0 -2
  70. package/tools-runtime/code-tool/node_modules/zod/src/v3/helpers/util.ts +0 -224
  71. package/tools-runtime/code-tool/node_modules/zod/src/v3/index.ts +0 -4
  72. package/tools-runtime/code-tool/node_modules/zod/src/v3/locales/en.ts +0 -124
  73. package/tools-runtime/code-tool/node_modules/zod/src/v3/standard-schema.ts +0 -113
  74. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/Mocker.ts +0 -54
  75. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/all-errors.test.ts +0 -157
  76. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/anyunknown.test.ts +0 -28
  77. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/array.test.ts +0 -71
  78. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/async-parsing.test.ts +0 -388
  79. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/async-refinements.test.ts +0 -46
  80. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/base.test.ts +0 -29
  81. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/bigint.test.ts +0 -55
  82. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/branded.test.ts +0 -53
  83. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/catch.test.ts +0 -220
  84. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/coerce.test.ts +0 -133
  85. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/complex.test.ts +0 -70
  86. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/custom.test.ts +0 -31
  87. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/date.test.ts +0 -32
  88. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/deepmasking.test.ts +0 -186
  89. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/default.test.ts +0 -112
  90. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/description.test.ts +0 -33
  91. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +0 -315
  92. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/enum.test.ts +0 -80
  93. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/error.test.ts +0 -551
  94. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/firstparty.test.ts +0 -87
  95. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +0 -21
  96. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/function.test.ts +0 -261
  97. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/generics.test.ts +0 -48
  98. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/instanceof.test.ts +0 -37
  99. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/intersection.test.ts +0 -110
  100. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/language-server.source.ts +0 -76
  101. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/language-server.test.ts +0 -207
  102. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/literal.test.ts +0 -36
  103. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/map.test.ts +0 -110
  104. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/masking.test.ts +0 -4
  105. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/mocker.test.ts +0 -19
  106. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/nan.test.ts +0 -24
  107. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/nativeEnum.test.ts +0 -87
  108. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/nullable.test.ts +0 -42
  109. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/number.test.ts +0 -176
  110. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/object-augmentation.test.ts +0 -29
  111. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +0 -29
  112. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/object.test.ts +0 -434
  113. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/optional.test.ts +0 -42
  114. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/parseUtil.test.ts +0 -23
  115. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/parser.test.ts +0 -41
  116. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/partials.test.ts +0 -243
  117. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/pickomit.test.ts +0 -111
  118. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/pipeline.test.ts +0 -29
  119. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/preprocess.test.ts +0 -186
  120. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/primitive.test.ts +0 -440
  121. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/promise.test.ts +0 -90
  122. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/readonly.test.ts +0 -194
  123. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/record.test.ts +0 -171
  124. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/recursive.test.ts +0 -197
  125. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/refine.test.ts +0 -313
  126. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/safeparse.test.ts +0 -27
  127. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/set.test.ts +0 -142
  128. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/standard-schema.test.ts +0 -83
  129. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/string.test.ts +0 -916
  130. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/transformer.test.ts +0 -233
  131. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/tuple.test.ts +0 -90
  132. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/unions.test.ts +0 -57
  133. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/validations.test.ts +0 -133
  134. package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/void.test.ts +0 -15
  135. package/tools-runtime/code-tool/node_modules/zod/src/v3/types.ts +0 -5138
  136. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/checks.ts +0 -32
  137. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/coerce.ts +0 -27
  138. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/compat.ts +0 -70
  139. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/errors.ts +0 -82
  140. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/external.ts +0 -52
  141. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/from-json-schema.ts +0 -659
  142. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/index.ts +0 -5
  143. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/iso.ts +0 -90
  144. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/parse.ts +0 -82
  145. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/schemas.ts +0 -2672
  146. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +0 -26
  147. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/apply.test.ts +0 -59
  148. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/array.test.ts +0 -264
  149. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/assignability.test.ts +0 -216
  150. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +0 -381
  151. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +0 -68
  152. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/base.test.ts +0 -7
  153. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/bigint.test.ts +0 -54
  154. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/brand.test.ts +0 -106
  155. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/catch.test.ts +0 -326
  156. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +0 -20
  157. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +0 -573
  158. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/codec.test.ts +0 -703
  159. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/coerce.test.ts +0 -160
  160. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/continuability.test.ts +0 -374
  161. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/custom.test.ts +0 -40
  162. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/date.test.ts +0 -62
  163. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/datetime.test.ts +0 -302
  164. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/default.test.ts +0 -409
  165. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +0 -27
  166. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/description.test.ts +0 -32
  167. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/detached-methods.test.ts +0 -197
  168. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +0 -694
  169. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/enum.test.ts +0 -285
  170. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +0 -807
  171. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/error.test.ts +0 -711
  172. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/file.test.ts +0 -96
  173. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -179
  174. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +0 -26
  175. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +0 -895
  176. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/function.test.ts +0 -360
  177. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/generics.test.ts +0 -72
  178. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/global-config.test.ts +0 -39
  179. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/hash.test.ts +0 -68
  180. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/index.test.ts +0 -939
  181. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +0 -60
  182. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/intersection.test.ts +0 -198
  183. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/jitless-allows-eval.test.ts +0 -46
  184. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/json.test.ts +0 -109
  185. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/lazy.test.ts +0 -227
  186. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/literal.test.ts +0 -117
  187. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/locales_ka.test.ts +0 -29
  188. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/locales_ro.test.ts +0 -24
  189. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/map.test.ts +0 -330
  190. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/nan.test.ts +0 -21
  191. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +0 -168
  192. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +0 -101
  193. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/nullable.test.ts +0 -22
  194. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/number.test.ts +0 -325
  195. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/object.test.ts +0 -717
  196. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/optional.test.ts +0 -333
  197. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/partial.test.ts +0 -450
  198. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +0 -211
  199. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/pipe.test.ts +0 -101
  200. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/prefault.test.ts +0 -74
  201. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/preprocess-types.test.ts +0 -26
  202. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +0 -351
  203. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/primitive.test.ts +0 -175
  204. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/promise.test.ts +0 -81
  205. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +0 -23
  206. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -252
  207. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/record.test.ts +0 -717
  208. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +0 -631
  209. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/refine.test.ts +0 -633
  210. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/registries.test.ts +0 -243
  211. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/set.test.ts +0 -181
  212. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +0 -134
  213. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +0 -125
  214. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/string.test.ts +0 -1224
  215. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +0 -106
  216. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +0 -771
  217. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +0 -438
  218. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +0 -3125
  219. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/transform.test.ts +0 -378
  220. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/tuple.test.ts +0 -496
  221. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/union.test.ts +0 -273
  222. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/url.test.ts +0 -13
  223. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/validations.test.ts +0 -283
  224. package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/void.test.ts +0 -12
  225. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/api.ts +0 -1823
  226. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/checks.ts +0 -1293
  227. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/config.ts +0 -15
  228. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/core.ts +0 -153
  229. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/doc.ts +0 -44
  230. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/errors.ts +0 -455
  231. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/index.ts +0 -16
  232. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/json-schema-generator.ts +0 -126
  233. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/json-schema-processors.ts +0 -666
  234. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/json-schema.ts +0 -147
  235. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/parse.ts +0 -195
  236. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/regexes.ts +0 -190
  237. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/registries.ts +0 -105
  238. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/schemas.ts +0 -4730
  239. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/standard-schema.ts +0 -159
  240. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/extend.test.ts +0 -59
  241. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/index.test.ts +0 -46
  242. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/be.test.ts +0 -124
  243. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/el.test.ts +0 -215
  244. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/en.test.ts +0 -22
  245. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/es.test.ts +0 -181
  246. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/fr.test.ts +0 -72
  247. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/he.test.ts +0 -379
  248. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/hr.test.ts +0 -163
  249. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +0 -46
  250. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +0 -128
  251. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +0 -69
  252. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +0 -105
  253. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +0 -125
  254. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +0 -45
  255. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/to-json-schema.ts +0 -622
  256. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/util.ts +0 -983
  257. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/versions.ts +0 -5
  258. package/tools-runtime/code-tool/node_modules/zod/src/v4/core/zsf.ts +0 -323
  259. package/tools-runtime/code-tool/node_modules/zod/src/v4/index.ts +0 -4
  260. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ar.ts +0 -115
  261. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/az.ts +0 -111
  262. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/be.ts +0 -176
  263. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/bg.ts +0 -128
  264. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ca.ts +0 -116
  265. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/cs.ts +0 -118
  266. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/da.ts +0 -123
  267. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/de.ts +0 -116
  268. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/el.ts +0 -121
  269. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/en.ts +0 -123
  270. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/eo.ts +0 -118
  271. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/es.ts +0 -141
  272. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/fa.ts +0 -126
  273. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/fi.ts +0 -121
  274. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/fr-CA.ts +0 -116
  275. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/fr.ts +0 -132
  276. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/he.ts +0 -246
  277. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/hr.ts +0 -131
  278. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/hu.ts +0 -117
  279. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/hy.ts +0 -164
  280. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/id.ts +0 -115
  281. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/index.ts +0 -52
  282. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/is.ts +0 -119
  283. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/it.ts +0 -116
  284. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ja.ts +0 -114
  285. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ka.ts +0 -123
  286. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/kh.ts +0 -7
  287. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/km.ts +0 -119
  288. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ko.ts +0 -121
  289. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/lt.ts +0 -239
  290. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/mk.ts +0 -118
  291. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ms.ts +0 -115
  292. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/nl.ts +0 -121
  293. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/no.ts +0 -116
  294. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ota.ts +0 -117
  295. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/pl.ts +0 -118
  296. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ps.ts +0 -126
  297. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/pt.ts +0 -116
  298. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ro.ts +0 -129
  299. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ru.ts +0 -176
  300. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/sl.ts +0 -118
  301. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/sv.ts +0 -119
  302. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ta.ts +0 -118
  303. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/th.ts +0 -119
  304. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/tr.ts +0 -111
  305. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ua.ts +0 -7
  306. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/uk.ts +0 -117
  307. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ur.ts +0 -119
  308. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/uz.ts +0 -117
  309. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/vi.ts +0 -117
  310. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/yo.ts +0 -124
  311. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/zh-CN.ts +0 -116
  312. package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/zh-TW.ts +0 -115
  313. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/checks.ts +0 -32
  314. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/coerce.ts +0 -27
  315. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/external.ts +0 -41
  316. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/index.ts +0 -3
  317. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/iso.ts +0 -66
  318. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/parse.ts +0 -14
  319. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/schemas.ts +0 -1947
  320. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/apply.test.ts +0 -24
  321. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/assignability.test.ts +0 -129
  322. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/brand.test.ts +0 -94
  323. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/checks.test.ts +0 -144
  324. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/codec.test.ts +0 -548
  325. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/computed.test.ts +0 -36
  326. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/error.test.ts +0 -22
  327. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/functions.test.ts +0 -5
  328. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/index.test.ts +0 -993
  329. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/number.test.ts +0 -95
  330. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/object.test.ts +0 -227
  331. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +0 -43
  332. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +0 -325
  333. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +0 -50
  334. package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/string.test.ts +0 -352
  335. package/tools-runtime/code-tool/node_modules/zod/src/v4-mini/index.ts +0 -3
  336. package/tools-runtime/code-tool/node_modules/zod/v3/ZodError.cjs +0 -138
  337. package/tools-runtime/code-tool/node_modules/zod/v3/ZodError.d.cts +0 -164
  338. package/tools-runtime/code-tool/node_modules/zod/v3/ZodError.d.ts +0 -164
  339. package/tools-runtime/code-tool/node_modules/zod/v3/ZodError.js +0 -133
  340. package/tools-runtime/code-tool/node_modules/zod/v3/errors.cjs +0 -17
  341. package/tools-runtime/code-tool/node_modules/zod/v3/errors.d.cts +0 -5
  342. package/tools-runtime/code-tool/node_modules/zod/v3/errors.d.ts +0 -5
  343. package/tools-runtime/code-tool/node_modules/zod/v3/errors.js +0 -9
  344. package/tools-runtime/code-tool/node_modules/zod/v3/external.cjs +0 -22
  345. package/tools-runtime/code-tool/node_modules/zod/v3/external.d.cts +0 -6
  346. package/tools-runtime/code-tool/node_modules/zod/v3/external.d.ts +0 -6
  347. package/tools-runtime/code-tool/node_modules/zod/v3/external.js +0 -6
  348. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/enumUtil.cjs +0 -2
  349. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/enumUtil.d.cts +0 -8
  350. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/enumUtil.d.ts +0 -8
  351. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/enumUtil.js +0 -1
  352. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/errorUtil.cjs +0 -9
  353. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/errorUtil.d.cts +0 -9
  354. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/errorUtil.d.ts +0 -9
  355. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/errorUtil.js +0 -6
  356. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/parseUtil.cjs +0 -124
  357. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/parseUtil.d.cts +0 -78
  358. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/parseUtil.d.ts +0 -78
  359. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/parseUtil.js +0 -109
  360. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/partialUtil.cjs +0 -2
  361. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/partialUtil.d.cts +0 -8
  362. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/partialUtil.d.ts +0 -8
  363. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/partialUtil.js +0 -1
  364. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/typeAliases.cjs +0 -2
  365. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/typeAliases.d.cts +0 -2
  366. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/typeAliases.d.ts +0 -2
  367. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/typeAliases.js +0 -1
  368. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/util.cjs +0 -137
  369. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/util.d.cts +0 -85
  370. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/util.d.ts +0 -85
  371. package/tools-runtime/code-tool/node_modules/zod/v3/helpers/util.js +0 -133
  372. package/tools-runtime/code-tool/node_modules/zod/v3/index.cjs +0 -33
  373. package/tools-runtime/code-tool/node_modules/zod/v3/index.d.cts +0 -4
  374. package/tools-runtime/code-tool/node_modules/zod/v3/index.d.ts +0 -4
  375. package/tools-runtime/code-tool/node_modules/zod/v3/index.js +0 -4
  376. package/tools-runtime/code-tool/node_modules/zod/v3/locales/en.cjs +0 -112
  377. package/tools-runtime/code-tool/node_modules/zod/v3/locales/en.d.cts +0 -3
  378. package/tools-runtime/code-tool/node_modules/zod/v3/locales/en.d.ts +0 -3
  379. package/tools-runtime/code-tool/node_modules/zod/v3/locales/en.js +0 -109
  380. package/tools-runtime/code-tool/node_modules/zod/v3/package.json +0 -7
  381. package/tools-runtime/code-tool/node_modules/zod/v3/standard-schema.cjs +0 -2
  382. package/tools-runtime/code-tool/node_modules/zod/v3/standard-schema.d.cts +0 -102
  383. package/tools-runtime/code-tool/node_modules/zod/v3/standard-schema.d.ts +0 -102
  384. package/tools-runtime/code-tool/node_modules/zod/v3/standard-schema.js +0 -1
  385. package/tools-runtime/code-tool/node_modules/zod/v3/types.cjs +0 -3777
  386. package/tools-runtime/code-tool/node_modules/zod/v3/types.d.cts +0 -1034
  387. package/tools-runtime/code-tool/node_modules/zod/v3/types.d.ts +0 -1034
  388. package/tools-runtime/code-tool/node_modules/zod/v3/types.js +0 -3695
  389. package/tools-runtime/code-tool/node_modules/zod/v4/classic/checks.cjs +0 -33
  390. package/tools-runtime/code-tool/node_modules/zod/v4/classic/checks.d.cts +0 -1
  391. package/tools-runtime/code-tool/node_modules/zod/v4/classic/checks.d.ts +0 -1
  392. package/tools-runtime/code-tool/node_modules/zod/v4/classic/checks.js +0 -1
  393. package/tools-runtime/code-tool/node_modules/zod/v4/classic/coerce.cjs +0 -47
  394. package/tools-runtime/code-tool/node_modules/zod/v4/classic/coerce.d.cts +0 -17
  395. package/tools-runtime/code-tool/node_modules/zod/v4/classic/coerce.d.ts +0 -17
  396. package/tools-runtime/code-tool/node_modules/zod/v4/classic/coerce.js +0 -17
  397. package/tools-runtime/code-tool/node_modules/zod/v4/classic/compat.cjs +0 -61
  398. package/tools-runtime/code-tool/node_modules/zod/v4/classic/compat.d.cts +0 -50
  399. package/tools-runtime/code-tool/node_modules/zod/v4/classic/compat.d.ts +0 -50
  400. package/tools-runtime/code-tool/node_modules/zod/v4/classic/compat.js +0 -31
  401. package/tools-runtime/code-tool/node_modules/zod/v4/classic/errors.cjs +0 -74
  402. package/tools-runtime/code-tool/node_modules/zod/v4/classic/errors.d.cts +0 -30
  403. package/tools-runtime/code-tool/node_modules/zod/v4/classic/errors.d.ts +0 -30
  404. package/tools-runtime/code-tool/node_modules/zod/v4/classic/errors.js +0 -48
  405. package/tools-runtime/code-tool/node_modules/zod/v4/classic/external.cjs +0 -73
  406. package/tools-runtime/code-tool/node_modules/zod/v4/classic/external.d.cts +0 -16
  407. package/tools-runtime/code-tool/node_modules/zod/v4/classic/external.d.ts +0 -16
  408. package/tools-runtime/code-tool/node_modules/zod/v4/classic/external.js +0 -20
  409. package/tools-runtime/code-tool/node_modules/zod/v4/classic/from-json-schema.cjs +0 -625
  410. package/tools-runtime/code-tool/node_modules/zod/v4/classic/from-json-schema.d.cts +0 -12
  411. package/tools-runtime/code-tool/node_modules/zod/v4/classic/from-json-schema.d.ts +0 -12
  412. package/tools-runtime/code-tool/node_modules/zod/v4/classic/from-json-schema.js +0 -599
  413. package/tools-runtime/code-tool/node_modules/zod/v4/classic/index.cjs +0 -33
  414. package/tools-runtime/code-tool/node_modules/zod/v4/classic/index.d.cts +0 -4
  415. package/tools-runtime/code-tool/node_modules/zod/v4/classic/index.d.ts +0 -4
  416. package/tools-runtime/code-tool/node_modules/zod/v4/classic/index.js +0 -4
  417. package/tools-runtime/code-tool/node_modules/zod/v4/classic/iso.cjs +0 -60
  418. package/tools-runtime/code-tool/node_modules/zod/v4/classic/iso.d.cts +0 -22
  419. package/tools-runtime/code-tool/node_modules/zod/v4/classic/iso.d.ts +0 -22
  420. package/tools-runtime/code-tool/node_modules/zod/v4/classic/iso.js +0 -30
  421. package/tools-runtime/code-tool/node_modules/zod/v4/classic/package.json +0 -7
  422. package/tools-runtime/code-tool/node_modules/zod/v4/classic/parse.cjs +0 -41
  423. package/tools-runtime/code-tool/node_modules/zod/v4/classic/parse.d.cts +0 -31
  424. package/tools-runtime/code-tool/node_modules/zod/v4/classic/parse.d.ts +0 -31
  425. package/tools-runtime/code-tool/node_modules/zod/v4/classic/parse.js +0 -15
  426. package/tools-runtime/code-tool/node_modules/zod/v4/classic/schemas.cjs +0 -1511
  427. package/tools-runtime/code-tool/node_modules/zod/v4/classic/schemas.d.cts +0 -767
  428. package/tools-runtime/code-tool/node_modules/zod/v4/classic/schemas.d.ts +0 -767
  429. package/tools-runtime/code-tool/node_modules/zod/v4/classic/schemas.js +0 -1395
  430. package/tools-runtime/code-tool/node_modules/zod/v4/core/api.cjs +0 -1227
  431. package/tools-runtime/code-tool/node_modules/zod/v4/core/api.d.cts +0 -325
  432. package/tools-runtime/code-tool/node_modules/zod/v4/core/api.d.ts +0 -325
  433. package/tools-runtime/code-tool/node_modules/zod/v4/core/api.js +0 -1087
  434. package/tools-runtime/code-tool/node_modules/zod/v4/core/checks.cjs +0 -601
  435. package/tools-runtime/code-tool/node_modules/zod/v4/core/checks.d.cts +0 -278
  436. package/tools-runtime/code-tool/node_modules/zod/v4/core/checks.d.ts +0 -278
  437. package/tools-runtime/code-tool/node_modules/zod/v4/core/checks.js +0 -575
  438. package/tools-runtime/code-tool/node_modules/zod/v4/core/core.cjs +0 -85
  439. package/tools-runtime/code-tool/node_modules/zod/v4/core/core.d.cts +0 -70
  440. package/tools-runtime/code-tool/node_modules/zod/v4/core/core.d.ts +0 -70
  441. package/tools-runtime/code-tool/node_modules/zod/v4/core/core.js +0 -78
  442. package/tools-runtime/code-tool/node_modules/zod/v4/core/doc.cjs +0 -39
  443. package/tools-runtime/code-tool/node_modules/zod/v4/core/doc.d.cts +0 -14
  444. package/tools-runtime/code-tool/node_modules/zod/v4/core/doc.d.ts +0 -14
  445. package/tools-runtime/code-tool/node_modules/zod/v4/core/doc.js +0 -35
  446. package/tools-runtime/code-tool/node_modules/zod/v4/core/errors.cjs +0 -216
  447. package/tools-runtime/code-tool/node_modules/zod/v4/core/errors.d.cts +0 -221
  448. package/tools-runtime/code-tool/node_modules/zod/v4/core/errors.d.ts +0 -221
  449. package/tools-runtime/code-tool/node_modules/zod/v4/core/errors.js +0 -185
  450. package/tools-runtime/code-tool/node_modules/zod/v4/core/index.cjs +0 -47
  451. package/tools-runtime/code-tool/node_modules/zod/v4/core/index.d.cts +0 -16
  452. package/tools-runtime/code-tool/node_modules/zod/v4/core/index.d.ts +0 -16
  453. package/tools-runtime/code-tool/node_modules/zod/v4/core/index.js +0 -16
  454. package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-generator.cjs +0 -99
  455. package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-generator.d.cts +0 -65
  456. package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-generator.d.ts +0 -65
  457. package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-generator.js +0 -95
  458. package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-processors.cjs +0 -644
  459. package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-processors.d.cts +0 -49
  460. package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-processors.d.ts +0 -49
  461. package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-processors.js +0 -601
  462. package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema.cjs +0 -2
  463. package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema.d.cts +0 -88
  464. package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema.d.ts +0 -88
  465. package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema.js +0 -1
  466. package/tools-runtime/code-tool/node_modules/zod/v4/core/package.json +0 -7
  467. package/tools-runtime/code-tool/node_modules/zod/v4/core/parse.cjs +0 -131
  468. package/tools-runtime/code-tool/node_modules/zod/v4/core/parse.d.cts +0 -49
  469. package/tools-runtime/code-tool/node_modules/zod/v4/core/parse.d.ts +0 -49
  470. package/tools-runtime/code-tool/node_modules/zod/v4/core/parse.js +0 -93
  471. package/tools-runtime/code-tool/node_modules/zod/v4/core/regexes.cjs +0 -172
  472. package/tools-runtime/code-tool/node_modules/zod/v4/core/regexes.d.cts +0 -85
  473. package/tools-runtime/code-tool/node_modules/zod/v4/core/regexes.d.ts +0 -85
  474. package/tools-runtime/code-tool/node_modules/zod/v4/core/regexes.js +0 -139
  475. package/tools-runtime/code-tool/node_modules/zod/v4/core/registries.cjs +0 -56
  476. package/tools-runtime/code-tool/node_modules/zod/v4/core/registries.d.cts +0 -35
  477. package/tools-runtime/code-tool/node_modules/zod/v4/core/registries.d.ts +0 -35
  478. package/tools-runtime/code-tool/node_modules/zod/v4/core/registries.js +0 -51
  479. package/tools-runtime/code-tool/node_modules/zod/v4/core/schemas.cjs +0 -2270
  480. package/tools-runtime/code-tool/node_modules/zod/v4/core/schemas.d.cts +0 -1184
  481. package/tools-runtime/code-tool/node_modules/zod/v4/core/schemas.d.ts +0 -1184
  482. package/tools-runtime/code-tool/node_modules/zod/v4/core/schemas.js +0 -2239
  483. package/tools-runtime/code-tool/node_modules/zod/v4/core/standard-schema.cjs +0 -2
  484. package/tools-runtime/code-tool/node_modules/zod/v4/core/standard-schema.d.cts +0 -126
  485. package/tools-runtime/code-tool/node_modules/zod/v4/core/standard-schema.d.ts +0 -126
  486. package/tools-runtime/code-tool/node_modules/zod/v4/core/standard-schema.js +0 -1
  487. package/tools-runtime/code-tool/node_modules/zod/v4/core/to-json-schema.cjs +0 -457
  488. package/tools-runtime/code-tool/node_modules/zod/v4/core/to-json-schema.d.cts +0 -114
  489. package/tools-runtime/code-tool/node_modules/zod/v4/core/to-json-schema.d.ts +0 -114
  490. package/tools-runtime/code-tool/node_modules/zod/v4/core/to-json-schema.js +0 -448
  491. package/tools-runtime/code-tool/node_modules/zod/v4/core/util.cjs +0 -734
  492. package/tools-runtime/code-tool/node_modules/zod/v4/core/util.d.cts +0 -200
  493. package/tools-runtime/code-tool/node_modules/zod/v4/core/util.d.ts +0 -200
  494. package/tools-runtime/code-tool/node_modules/zod/v4/core/util.js +0 -674
  495. package/tools-runtime/code-tool/node_modules/zod/v4/core/versions.cjs +0 -8
  496. package/tools-runtime/code-tool/node_modules/zod/v4/core/versions.d.cts +0 -5
  497. package/tools-runtime/code-tool/node_modules/zod/v4/core/versions.d.ts +0 -5
  498. package/tools-runtime/code-tool/node_modules/zod/v4/core/versions.js +0 -5
  499. package/tools-runtime/code-tool/node_modules/zod/v4/index.cjs +0 -22
  500. package/tools-runtime/code-tool/node_modules/zod/v4/index.d.cts +0 -3
  501. package/tools-runtime/code-tool/node_modules/zod/v4/index.d.ts +0 -3
  502. package/tools-runtime/code-tool/node_modules/zod/v4/index.js +0 -3
  503. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ar.cjs +0 -133
  504. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ar.d.cts +0 -5
  505. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ar.d.ts +0 -4
  506. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ar.js +0 -106
  507. package/tools-runtime/code-tool/node_modules/zod/v4/locales/az.cjs +0 -132
  508. package/tools-runtime/code-tool/node_modules/zod/v4/locales/az.d.cts +0 -5
  509. package/tools-runtime/code-tool/node_modules/zod/v4/locales/az.d.ts +0 -4
  510. package/tools-runtime/code-tool/node_modules/zod/v4/locales/az.js +0 -105
  511. package/tools-runtime/code-tool/node_modules/zod/v4/locales/be.cjs +0 -183
  512. package/tools-runtime/code-tool/node_modules/zod/v4/locales/be.d.cts +0 -5
  513. package/tools-runtime/code-tool/node_modules/zod/v4/locales/be.d.ts +0 -4
  514. package/tools-runtime/code-tool/node_modules/zod/v4/locales/be.js +0 -156
  515. package/tools-runtime/code-tool/node_modules/zod/v4/locales/bg.cjs +0 -147
  516. package/tools-runtime/code-tool/node_modules/zod/v4/locales/bg.d.cts +0 -5
  517. package/tools-runtime/code-tool/node_modules/zod/v4/locales/bg.d.ts +0 -4
  518. package/tools-runtime/code-tool/node_modules/zod/v4/locales/bg.js +0 -120
  519. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ca.cjs +0 -134
  520. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ca.d.cts +0 -5
  521. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ca.d.ts +0 -4
  522. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ca.js +0 -107
  523. package/tools-runtime/code-tool/node_modules/zod/v4/locales/cs.cjs +0 -138
  524. package/tools-runtime/code-tool/node_modules/zod/v4/locales/cs.d.cts +0 -5
  525. package/tools-runtime/code-tool/node_modules/zod/v4/locales/cs.d.ts +0 -4
  526. package/tools-runtime/code-tool/node_modules/zod/v4/locales/cs.js +0 -111
  527. package/tools-runtime/code-tool/node_modules/zod/v4/locales/da.cjs +0 -142
  528. package/tools-runtime/code-tool/node_modules/zod/v4/locales/da.d.cts +0 -5
  529. package/tools-runtime/code-tool/node_modules/zod/v4/locales/da.d.ts +0 -4
  530. package/tools-runtime/code-tool/node_modules/zod/v4/locales/da.js +0 -115
  531. package/tools-runtime/code-tool/node_modules/zod/v4/locales/de.cjs +0 -135
  532. package/tools-runtime/code-tool/node_modules/zod/v4/locales/de.d.cts +0 -5
  533. package/tools-runtime/code-tool/node_modules/zod/v4/locales/de.d.ts +0 -4
  534. package/tools-runtime/code-tool/node_modules/zod/v4/locales/de.js +0 -108
  535. package/tools-runtime/code-tool/node_modules/zod/v4/locales/el.cjs +0 -136
  536. package/tools-runtime/code-tool/node_modules/zod/v4/locales/el.d.cts +0 -5
  537. package/tools-runtime/code-tool/node_modules/zod/v4/locales/el.d.ts +0 -4
  538. package/tools-runtime/code-tool/node_modules/zod/v4/locales/el.js +0 -109
  539. package/tools-runtime/code-tool/node_modules/zod/v4/locales/en.cjs +0 -140
  540. package/tools-runtime/code-tool/node_modules/zod/v4/locales/en.d.cts +0 -5
  541. package/tools-runtime/code-tool/node_modules/zod/v4/locales/en.d.ts +0 -4
  542. package/tools-runtime/code-tool/node_modules/zod/v4/locales/en.js +0 -113
  543. package/tools-runtime/code-tool/node_modules/zod/v4/locales/eo.cjs +0 -136
  544. package/tools-runtime/code-tool/node_modules/zod/v4/locales/eo.d.cts +0 -5
  545. package/tools-runtime/code-tool/node_modules/zod/v4/locales/eo.d.ts +0 -4
  546. package/tools-runtime/code-tool/node_modules/zod/v4/locales/eo.js +0 -109
  547. package/tools-runtime/code-tool/node_modules/zod/v4/locales/es.cjs +0 -159
  548. package/tools-runtime/code-tool/node_modules/zod/v4/locales/es.d.cts +0 -5
  549. package/tools-runtime/code-tool/node_modules/zod/v4/locales/es.d.ts +0 -4
  550. package/tools-runtime/code-tool/node_modules/zod/v4/locales/es.js +0 -132
  551. package/tools-runtime/code-tool/node_modules/zod/v4/locales/fa.cjs +0 -141
  552. package/tools-runtime/code-tool/node_modules/zod/v4/locales/fa.d.cts +0 -5
  553. package/tools-runtime/code-tool/node_modules/zod/v4/locales/fa.d.ts +0 -4
  554. package/tools-runtime/code-tool/node_modules/zod/v4/locales/fa.js +0 -114
  555. package/tools-runtime/code-tool/node_modules/zod/v4/locales/fi.cjs +0 -139
  556. package/tools-runtime/code-tool/node_modules/zod/v4/locales/fi.d.cts +0 -5
  557. package/tools-runtime/code-tool/node_modules/zod/v4/locales/fi.d.ts +0 -4
  558. package/tools-runtime/code-tool/node_modules/zod/v4/locales/fi.js +0 -112
  559. package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr-CA.cjs +0 -134
  560. package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr-CA.d.cts +0 -5
  561. package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr-CA.d.ts +0 -4
  562. package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr-CA.js +0 -107
  563. package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr.cjs +0 -152
  564. package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr.d.cts +0 -5
  565. package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr.d.ts +0 -4
  566. package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr.js +0 -125
  567. package/tools-runtime/code-tool/node_modules/zod/v4/locales/he.cjs +0 -241
  568. package/tools-runtime/code-tool/node_modules/zod/v4/locales/he.d.cts +0 -5
  569. package/tools-runtime/code-tool/node_modules/zod/v4/locales/he.d.ts +0 -4
  570. package/tools-runtime/code-tool/node_modules/zod/v4/locales/he.js +0 -214
  571. package/tools-runtime/code-tool/node_modules/zod/v4/locales/hr.cjs +0 -149
  572. package/tools-runtime/code-tool/node_modules/zod/v4/locales/hr.d.cts +0 -5
  573. package/tools-runtime/code-tool/node_modules/zod/v4/locales/hr.d.ts +0 -4
  574. package/tools-runtime/code-tool/node_modules/zod/v4/locales/hr.js +0 -122
  575. package/tools-runtime/code-tool/node_modules/zod/v4/locales/hu.cjs +0 -135
  576. package/tools-runtime/code-tool/node_modules/zod/v4/locales/hu.d.cts +0 -5
  577. package/tools-runtime/code-tool/node_modules/zod/v4/locales/hu.d.ts +0 -4
  578. package/tools-runtime/code-tool/node_modules/zod/v4/locales/hu.js +0 -108
  579. package/tools-runtime/code-tool/node_modules/zod/v4/locales/hy.cjs +0 -174
  580. package/tools-runtime/code-tool/node_modules/zod/v4/locales/hy.d.cts +0 -5
  581. package/tools-runtime/code-tool/node_modules/zod/v4/locales/hy.d.ts +0 -4
  582. package/tools-runtime/code-tool/node_modules/zod/v4/locales/hy.js +0 -147
  583. package/tools-runtime/code-tool/node_modules/zod/v4/locales/id.cjs +0 -133
  584. package/tools-runtime/code-tool/node_modules/zod/v4/locales/id.d.cts +0 -5
  585. package/tools-runtime/code-tool/node_modules/zod/v4/locales/id.d.ts +0 -4
  586. package/tools-runtime/code-tool/node_modules/zod/v4/locales/id.js +0 -106
  587. package/tools-runtime/code-tool/node_modules/zod/v4/locales/index.cjs +0 -111
  588. package/tools-runtime/code-tool/node_modules/zod/v4/locales/index.d.cts +0 -52
  589. package/tools-runtime/code-tool/node_modules/zod/v4/locales/index.d.ts +0 -52
  590. package/tools-runtime/code-tool/node_modules/zod/v4/locales/index.js +0 -52
  591. package/tools-runtime/code-tool/node_modules/zod/v4/locales/is.cjs +0 -136
  592. package/tools-runtime/code-tool/node_modules/zod/v4/locales/is.d.cts +0 -5
  593. package/tools-runtime/code-tool/node_modules/zod/v4/locales/is.d.ts +0 -4
  594. package/tools-runtime/code-tool/node_modules/zod/v4/locales/is.js +0 -109
  595. package/tools-runtime/code-tool/node_modules/zod/v4/locales/it.cjs +0 -135
  596. package/tools-runtime/code-tool/node_modules/zod/v4/locales/it.d.cts +0 -5
  597. package/tools-runtime/code-tool/node_modules/zod/v4/locales/it.d.ts +0 -4
  598. package/tools-runtime/code-tool/node_modules/zod/v4/locales/it.js +0 -108
  599. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ja.cjs +0 -134
  600. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ja.d.cts +0 -5
  601. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ja.d.ts +0 -4
  602. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ja.js +0 -107
  603. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ka.cjs +0 -139
  604. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ka.d.cts +0 -5
  605. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ka.d.ts +0 -4
  606. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ka.js +0 -112
  607. package/tools-runtime/code-tool/node_modules/zod/v4/locales/kh.cjs +0 -12
  608. package/tools-runtime/code-tool/node_modules/zod/v4/locales/kh.d.cts +0 -5
  609. package/tools-runtime/code-tool/node_modules/zod/v4/locales/kh.d.ts +0 -5
  610. package/tools-runtime/code-tool/node_modules/zod/v4/locales/kh.js +0 -5
  611. package/tools-runtime/code-tool/node_modules/zod/v4/locales/km.cjs +0 -137
  612. package/tools-runtime/code-tool/node_modules/zod/v4/locales/km.d.cts +0 -5
  613. package/tools-runtime/code-tool/node_modules/zod/v4/locales/km.d.ts +0 -4
  614. package/tools-runtime/code-tool/node_modules/zod/v4/locales/km.js +0 -110
  615. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ko.cjs +0 -138
  616. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ko.d.cts +0 -5
  617. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ko.d.ts +0 -4
  618. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ko.js +0 -111
  619. package/tools-runtime/code-tool/node_modules/zod/v4/locales/lt.cjs +0 -230
  620. package/tools-runtime/code-tool/node_modules/zod/v4/locales/lt.d.cts +0 -5
  621. package/tools-runtime/code-tool/node_modules/zod/v4/locales/lt.d.ts +0 -4
  622. package/tools-runtime/code-tool/node_modules/zod/v4/locales/lt.js +0 -203
  623. package/tools-runtime/code-tool/node_modules/zod/v4/locales/mk.cjs +0 -136
  624. package/tools-runtime/code-tool/node_modules/zod/v4/locales/mk.d.cts +0 -5
  625. package/tools-runtime/code-tool/node_modules/zod/v4/locales/mk.d.ts +0 -4
  626. package/tools-runtime/code-tool/node_modules/zod/v4/locales/mk.js +0 -109
  627. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ms.cjs +0 -134
  628. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ms.d.cts +0 -5
  629. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ms.d.ts +0 -4
  630. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ms.js +0 -107
  631. package/tools-runtime/code-tool/node_modules/zod/v4/locales/nl.cjs +0 -137
  632. package/tools-runtime/code-tool/node_modules/zod/v4/locales/nl.d.cts +0 -5
  633. package/tools-runtime/code-tool/node_modules/zod/v4/locales/nl.d.ts +0 -4
  634. package/tools-runtime/code-tool/node_modules/zod/v4/locales/nl.js +0 -110
  635. package/tools-runtime/code-tool/node_modules/zod/v4/locales/no.cjs +0 -135
  636. package/tools-runtime/code-tool/node_modules/zod/v4/locales/no.d.cts +0 -5
  637. package/tools-runtime/code-tool/node_modules/zod/v4/locales/no.d.ts +0 -4
  638. package/tools-runtime/code-tool/node_modules/zod/v4/locales/no.js +0 -108
  639. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ota.cjs +0 -136
  640. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ota.d.cts +0 -5
  641. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ota.d.ts +0 -4
  642. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ota.js +0 -109
  643. package/tools-runtime/code-tool/node_modules/zod/v4/locales/package.json +0 -7
  644. package/tools-runtime/code-tool/node_modules/zod/v4/locales/pl.cjs +0 -136
  645. package/tools-runtime/code-tool/node_modules/zod/v4/locales/pl.d.cts +0 -5
  646. package/tools-runtime/code-tool/node_modules/zod/v4/locales/pl.d.ts +0 -4
  647. package/tools-runtime/code-tool/node_modules/zod/v4/locales/pl.js +0 -109
  648. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ps.cjs +0 -141
  649. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ps.d.cts +0 -5
  650. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ps.d.ts +0 -4
  651. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ps.js +0 -114
  652. package/tools-runtime/code-tool/node_modules/zod/v4/locales/pt.cjs +0 -135
  653. package/tools-runtime/code-tool/node_modules/zod/v4/locales/pt.d.cts +0 -5
  654. package/tools-runtime/code-tool/node_modules/zod/v4/locales/pt.d.ts +0 -4
  655. package/tools-runtime/code-tool/node_modules/zod/v4/locales/pt.js +0 -108
  656. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ro.cjs +0 -146
  657. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ro.d.cts +0 -5
  658. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ro.d.ts +0 -4
  659. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ro.js +0 -119
  660. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ru.cjs +0 -183
  661. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ru.d.cts +0 -5
  662. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ru.d.ts +0 -4
  663. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ru.js +0 -156
  664. package/tools-runtime/code-tool/node_modules/zod/v4/locales/sl.cjs +0 -136
  665. package/tools-runtime/code-tool/node_modules/zod/v4/locales/sl.d.cts +0 -5
  666. package/tools-runtime/code-tool/node_modules/zod/v4/locales/sl.d.ts +0 -4
  667. package/tools-runtime/code-tool/node_modules/zod/v4/locales/sl.js +0 -109
  668. package/tools-runtime/code-tool/node_modules/zod/v4/locales/sv.cjs +0 -137
  669. package/tools-runtime/code-tool/node_modules/zod/v4/locales/sv.d.cts +0 -5
  670. package/tools-runtime/code-tool/node_modules/zod/v4/locales/sv.d.ts +0 -4
  671. package/tools-runtime/code-tool/node_modules/zod/v4/locales/sv.js +0 -110
  672. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ta.cjs +0 -137
  673. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ta.d.cts +0 -5
  674. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ta.d.ts +0 -4
  675. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ta.js +0 -110
  676. package/tools-runtime/code-tool/node_modules/zod/v4/locales/th.cjs +0 -137
  677. package/tools-runtime/code-tool/node_modules/zod/v4/locales/th.d.cts +0 -5
  678. package/tools-runtime/code-tool/node_modules/zod/v4/locales/th.d.ts +0 -4
  679. package/tools-runtime/code-tool/node_modules/zod/v4/locales/th.js +0 -110
  680. package/tools-runtime/code-tool/node_modules/zod/v4/locales/tr.cjs +0 -132
  681. package/tools-runtime/code-tool/node_modules/zod/v4/locales/tr.d.cts +0 -5
  682. package/tools-runtime/code-tool/node_modules/zod/v4/locales/tr.d.ts +0 -4
  683. package/tools-runtime/code-tool/node_modules/zod/v4/locales/tr.js +0 -105
  684. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ua.cjs +0 -12
  685. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ua.d.cts +0 -5
  686. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ua.d.ts +0 -5
  687. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ua.js +0 -5
  688. package/tools-runtime/code-tool/node_modules/zod/v4/locales/uk.cjs +0 -135
  689. package/tools-runtime/code-tool/node_modules/zod/v4/locales/uk.d.cts +0 -5
  690. package/tools-runtime/code-tool/node_modules/zod/v4/locales/uk.d.ts +0 -4
  691. package/tools-runtime/code-tool/node_modules/zod/v4/locales/uk.js +0 -108
  692. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ur.cjs +0 -137
  693. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ur.d.cts +0 -5
  694. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ur.d.ts +0 -4
  695. package/tools-runtime/code-tool/node_modules/zod/v4/locales/ur.js +0 -110
  696. package/tools-runtime/code-tool/node_modules/zod/v4/locales/uz.cjs +0 -137
  697. package/tools-runtime/code-tool/node_modules/zod/v4/locales/uz.d.cts +0 -5
  698. package/tools-runtime/code-tool/node_modules/zod/v4/locales/uz.d.ts +0 -4
  699. package/tools-runtime/code-tool/node_modules/zod/v4/locales/uz.js +0 -110
  700. package/tools-runtime/code-tool/node_modules/zod/v4/locales/vi.cjs +0 -135
  701. package/tools-runtime/code-tool/node_modules/zod/v4/locales/vi.d.cts +0 -5
  702. package/tools-runtime/code-tool/node_modules/zod/v4/locales/vi.d.ts +0 -4
  703. package/tools-runtime/code-tool/node_modules/zod/v4/locales/vi.js +0 -108
  704. package/tools-runtime/code-tool/node_modules/zod/v4/locales/yo.cjs +0 -134
  705. package/tools-runtime/code-tool/node_modules/zod/v4/locales/yo.d.cts +0 -5
  706. package/tools-runtime/code-tool/node_modules/zod/v4/locales/yo.d.ts +0 -4
  707. package/tools-runtime/code-tool/node_modules/zod/v4/locales/yo.js +0 -107
  708. package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-CN.cjs +0 -136
  709. package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-CN.d.cts +0 -5
  710. package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-CN.d.ts +0 -4
  711. package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-CN.js +0 -109
  712. package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-TW.cjs +0 -134
  713. package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-TW.d.cts +0 -5
  714. package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-TW.d.ts +0 -4
  715. package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-TW.js +0 -107
  716. package/tools-runtime/code-tool/node_modules/zod/v4/mini/checks.cjs +0 -34
  717. package/tools-runtime/code-tool/node_modules/zod/v4/mini/checks.d.cts +0 -1
  718. package/tools-runtime/code-tool/node_modules/zod/v4/mini/checks.d.ts +0 -1
  719. package/tools-runtime/code-tool/node_modules/zod/v4/mini/checks.js +0 -1
  720. package/tools-runtime/code-tool/node_modules/zod/v4/mini/coerce.cjs +0 -52
  721. package/tools-runtime/code-tool/node_modules/zod/v4/mini/coerce.d.cts +0 -7
  722. package/tools-runtime/code-tool/node_modules/zod/v4/mini/coerce.d.ts +0 -7
  723. package/tools-runtime/code-tool/node_modules/zod/v4/mini/coerce.js +0 -22
  724. package/tools-runtime/code-tool/node_modules/zod/v4/mini/external.cjs +0 -63
  725. package/tools-runtime/code-tool/node_modules/zod/v4/mini/external.d.cts +0 -13
  726. package/tools-runtime/code-tool/node_modules/zod/v4/mini/external.d.ts +0 -13
  727. package/tools-runtime/code-tool/node_modules/zod/v4/mini/external.js +0 -14
  728. package/tools-runtime/code-tool/node_modules/zod/v4/mini/index.cjs +0 -32
  729. package/tools-runtime/code-tool/node_modules/zod/v4/mini/index.d.cts +0 -3
  730. package/tools-runtime/code-tool/node_modules/zod/v4/mini/index.d.ts +0 -3
  731. package/tools-runtime/code-tool/node_modules/zod/v4/mini/index.js +0 -3
  732. package/tools-runtime/code-tool/node_modules/zod/v4/mini/iso.cjs +0 -64
  733. package/tools-runtime/code-tool/node_modules/zod/v4/mini/iso.d.cts +0 -22
  734. package/tools-runtime/code-tool/node_modules/zod/v4/mini/iso.d.ts +0 -22
  735. package/tools-runtime/code-tool/node_modules/zod/v4/mini/iso.js +0 -34
  736. package/tools-runtime/code-tool/node_modules/zod/v4/mini/package.json +0 -7
  737. package/tools-runtime/code-tool/node_modules/zod/v4/mini/parse.cjs +0 -16
  738. package/tools-runtime/code-tool/node_modules/zod/v4/mini/parse.d.cts +0 -1
  739. package/tools-runtime/code-tool/node_modules/zod/v4/mini/parse.d.ts +0 -1
  740. package/tools-runtime/code-tool/node_modules/zod/v4/mini/parse.js +0 -1
  741. package/tools-runtime/code-tool/node_modules/zod/v4/mini/schemas.cjs +0 -1083
  742. package/tools-runtime/code-tool/node_modules/zod/v4/mini/schemas.d.cts +0 -445
  743. package/tools-runtime/code-tool/node_modules/zod/v4/mini/schemas.d.ts +0 -445
  744. package/tools-runtime/code-tool/node_modules/zod/v4/mini/schemas.js +0 -961
  745. package/tools-runtime/code-tool/node_modules/zod/v4/package.json +0 -7
  746. package/tools-runtime/code-tool/node_modules/zod/v4-mini/index.cjs +0 -32
  747. package/tools-runtime/code-tool/node_modules/zod/v4-mini/index.d.cts +0 -3
  748. package/tools-runtime/code-tool/node_modules/zod/v4-mini/index.d.ts +0 -3
  749. package/tools-runtime/code-tool/node_modules/zod/v4-mini/index.js +0 -3
  750. package/tools-runtime/code-tool/node_modules/zod/v4-mini/package.json +0 -7
  751. package/tools-runtime/git-tool/bun.lock +0 -15
  752. /package/mcps-runtime/{claude-tuitui → claude-tuitui-channel}/cli.mjs +0 -0
  753. /package/mcps-runtime/{claude-tuitui → claude-tuitui-channel}/server/boot.mjs +0 -0
  754. /package/mcps-runtime/{claude-tuitui → claude-tuitui-channel}/server/state.mjs +0 -0
  755. /package/mcps-runtime/{claude-tuitui → claude-tuitui-channel}/server/tuitui-api.mjs +0 -0
@@ -1,993 +0,0 @@
1
- import { expect, expectTypeOf, test } from "vitest";
2
- import * as z from "zod/mini";
3
- import type { util } from "zod/v4/core";
4
-
5
- test("z.boolean", () => {
6
- const a = z.boolean();
7
- expect(z.parse(a, true)).toEqual(true);
8
- expect(z.parse(a, false)).toEqual(false);
9
- expect(() => z.parse(a, 123)).toThrow();
10
- expect(() => z.parse(a, "true")).toThrow();
11
- type a = z.output<typeof a>;
12
- expectTypeOf<a>().toEqualTypeOf<boolean>();
13
- });
14
-
15
- test("z.bigint", () => {
16
- const a = z.bigint();
17
- expect(z.parse(a, BigInt(123))).toEqual(BigInt(123));
18
- expect(() => z.parse(a, 123)).toThrow();
19
- expect(() => z.parse(a, "123")).toThrow();
20
- });
21
-
22
- test("z.symbol", () => {
23
- const a = z.symbol();
24
- const sym = Symbol();
25
- expect(z.parse(a, sym)).toEqual(sym);
26
- expect(() => z.parse(a, "symbol")).toThrow();
27
- });
28
-
29
- test("z.date", () => {
30
- const a = z.date();
31
- const date = new Date();
32
- expect(z.parse(a, date)).toEqual(date);
33
- expect(() => z.parse(a, "date")).toThrow();
34
- });
35
-
36
- test("z.coerce.string", () => {
37
- const a = z.coerce.string();
38
- expect(z.parse(a, 123)).toEqual("123");
39
- expect(z.parse(a, true)).toEqual("true");
40
- expect(z.parse(a, null)).toEqual("null");
41
- expect(z.parse(a, undefined)).toEqual("undefined");
42
- });
43
-
44
- test("z.coerce.number", () => {
45
- const a = z.coerce.number();
46
- expect(z.parse(a, "123")).toEqual(123);
47
- expect(z.parse(a, "123.45")).toEqual(123.45);
48
- expect(z.parse(a, true)).toEqual(1);
49
- expect(z.parse(a, false)).toEqual(0);
50
- expect(() => z.parse(a, "abc")).toThrow();
51
- });
52
-
53
- test("z.coerce.boolean", () => {
54
- const a = z.coerce.boolean();
55
- // test booleans
56
- expect(z.parse(a, true)).toEqual(true);
57
- expect(z.parse(a, false)).toEqual(false);
58
- expect(z.parse(a, "true")).toEqual(true);
59
- expect(z.parse(a, "false")).toEqual(true);
60
- expect(z.parse(a, 1)).toEqual(true);
61
- expect(z.parse(a, 0)).toEqual(false);
62
- expect(z.parse(a, {})).toEqual(true);
63
- expect(z.parse(a, [])).toEqual(true);
64
- expect(z.parse(a, undefined)).toEqual(false);
65
- expect(z.parse(a, null)).toEqual(false);
66
- expect(z.parse(a, "")).toEqual(false);
67
- });
68
-
69
- test("z.coerce.bigint", () => {
70
- const a = z.coerce.bigint();
71
- expect(z.parse(a, "123")).toEqual(BigInt(123));
72
- expect(z.parse(a, 123)).toEqual(BigInt(123));
73
- expect(() => z.parse(a, "abc")).toThrow();
74
- });
75
-
76
- test("z.coerce.date", () => {
77
- const a = z.coerce.date();
78
- const date = new Date();
79
- expect(z.parse(a, date.toISOString())).toEqual(date);
80
- expect(z.parse(a, date.getTime())).toEqual(date);
81
- expect(() => z.parse(a, "invalid date")).toThrow();
82
- });
83
-
84
- test("z.iso.datetime", () => {
85
- const d1 = "2021-01-01T00:00:00Z";
86
- const d2 = "2021-01-01T00:00:00.123Z";
87
- const d3 = "2021-01-01T00:00:00";
88
- const d4 = "2021-01-01T00:00:00+07:00";
89
- const d5 = "bad data";
90
-
91
- // local: false, offset: false, precision: null
92
- const a = z.iso.datetime();
93
- expect(z.safeParse(a, d1).success).toEqual(true);
94
- expect(z.safeParse(a, d2).success).toEqual(true);
95
- expect(z.safeParse(a, d3).success).toEqual(false);
96
- expect(z.safeParse(a, d4).success).toEqual(false);
97
- expect(z.safeParse(a, d5).success).toEqual(false);
98
-
99
- const b = z.iso.datetime({ local: true });
100
- expect(z.safeParse(b, d1).success).toEqual(true);
101
- expect(z.safeParse(b, d2).success).toEqual(true);
102
- expect(z.safeParse(b, d3).success).toEqual(true);
103
- expect(z.safeParse(b, d4).success).toEqual(false);
104
- expect(z.safeParse(b, d5).success).toEqual(false);
105
-
106
- const c = z.iso.datetime({ offset: true });
107
- expect(z.safeParse(c, d1).success).toEqual(true);
108
- expect(z.safeParse(c, d2).success).toEqual(true);
109
- expect(z.safeParse(c, d3).success).toEqual(false);
110
- expect(z.safeParse(c, d4).success).toEqual(true);
111
- expect(z.safeParse(c, d5).success).toEqual(false);
112
-
113
- const d = z.iso.datetime({ precision: 3 });
114
- expect(z.safeParse(d, d1).success).toEqual(false);
115
- expect(z.safeParse(d, d2).success).toEqual(true);
116
- expect(z.safeParse(d, d3).success).toEqual(false);
117
- expect(z.safeParse(d, d4).success).toEqual(false);
118
- expect(z.safeParse(d, d5).success).toEqual(false);
119
- });
120
-
121
- test("z.iso.date", () => {
122
- const d1 = "2021-01-01";
123
- const d2 = "bad data";
124
-
125
- const a = z.iso.date();
126
- expect(z.safeParse(a, d1).success).toEqual(true);
127
- expect(z.safeParse(a, d2).success).toEqual(false);
128
-
129
- const b = z.string().check(z.iso.date());
130
- expect(z.safeParse(b, d1).success).toEqual(true);
131
- expect(z.safeParse(b, d2).success).toEqual(false);
132
- });
133
-
134
- test("z.iso.time", () => {
135
- const d1 = "00:00:00";
136
- const d2 = "00:00:00.123";
137
- const d3 = "bad data";
138
-
139
- const a = z.iso.time();
140
- expect(z.safeParse(a, d1).success).toEqual(true);
141
- expect(z.safeParse(a, d2).success).toEqual(true);
142
- expect(z.safeParse(a, d3).success).toEqual(false);
143
-
144
- const b = z.iso.time({ precision: 3 });
145
- expect(z.safeParse(b, d1).success).toEqual(false);
146
- expect(z.safeParse(b, d2).success).toEqual(true);
147
- expect(z.safeParse(b, d3).success).toEqual(false);
148
-
149
- const c = z.string().check(z.iso.time());
150
- expect(z.safeParse(c, d1).success).toEqual(true);
151
- expect(z.safeParse(c, d2).success).toEqual(true);
152
- expect(z.safeParse(c, d3).success).toEqual(false);
153
- });
154
-
155
- test("z.iso.duration", () => {
156
- const d1 = "P3Y6M4DT12H30M5S";
157
- const d2 = "bad data";
158
-
159
- const a = z.iso.duration();
160
- expect(z.safeParse(a, d1).success).toEqual(true);
161
- expect(z.safeParse(a, d2).success).toEqual(false);
162
-
163
- const b = z.string().check(z.iso.duration());
164
- expect(z.safeParse(b, d1).success).toEqual(true);
165
- expect(z.safeParse(b, d2).success).toEqual(false);
166
- });
167
-
168
- test("z.undefined", () => {
169
- const a = z.undefined();
170
- expect(z.parse(a, undefined)).toEqual(undefined);
171
- expect(() => z.parse(a, "undefined")).toThrow();
172
- });
173
-
174
- test("z.null", () => {
175
- const a = z.null();
176
- expect(z.parse(a, null)).toEqual(null);
177
- expect(() => z.parse(a, "null")).toThrow();
178
- });
179
-
180
- test("z.any", () => {
181
- const a = z.any();
182
- expect(z.parse(a, "hello")).toEqual("hello");
183
- expect(z.parse(a, 123)).toEqual(123);
184
- expect(z.parse(a, true)).toEqual(true);
185
- expect(z.parse(a, null)).toEqual(null);
186
- expect(z.parse(a, undefined)).toEqual(undefined);
187
- z.parse(a, {});
188
- z.parse(a, []);
189
- z.parse(a, Symbol());
190
- z.parse(a, new Date());
191
- });
192
-
193
- test("z.unknown", () => {
194
- const a = z.unknown();
195
- expect(z.parse(a, "hello")).toEqual("hello");
196
- expect(z.parse(a, 123)).toEqual(123);
197
- expect(z.parse(a, true)).toEqual(true);
198
- expect(z.parse(a, null)).toEqual(null);
199
- expect(z.parse(a, undefined)).toEqual(undefined);
200
- z.parse(a, {});
201
- z.parse(a, []);
202
- z.parse(a, Symbol());
203
- z.parse(a, new Date());
204
- });
205
-
206
- test("z.never", () => {
207
- const a = z.never();
208
- expect(() => z.parse(a, "hello")).toThrow();
209
- });
210
-
211
- test("z.void", () => {
212
- const a = z.void();
213
- expect(z.parse(a, undefined)).toEqual(undefined);
214
- expect(() => z.parse(a, null)).toThrow();
215
- });
216
-
217
- test("z.array", () => {
218
- const a = z.array(z.string());
219
- expect(z.parse(a, ["hello", "world"])).toEqual(["hello", "world"]);
220
- expect(() => z.parse(a, [123])).toThrow();
221
- expect(() => z.parse(a, "hello")).toThrow();
222
- });
223
-
224
- test("z.union", () => {
225
- const a = z.union([z.string(), z.number()]);
226
- expect(z.parse(a, "hello")).toEqual("hello");
227
- expect(z.parse(a, 123)).toEqual(123);
228
- expect(() => z.parse(a, true)).toThrow();
229
- });
230
-
231
- test("z.union([]) / z.xor([]) / z.discriminatedUnion(_, []) construct and reject all input", () => {
232
- for (const schema of [z.union([]), z.xor([])]) {
233
- const r = schema.safeParse("anything");
234
- expect(r.success).toEqual(false);
235
- if (!r.success) {
236
- expect(r.error.issues[0].code).toBe("invalid_union");
237
- expect((r.error.issues[0] as any).errors).toEqual([]);
238
- }
239
- }
240
- const disc = z.discriminatedUnion("type", [] as any);
241
- const r = disc.safeParse({ type: "x" });
242
- expect(r.success).toEqual(false);
243
- if (!r.success) {
244
- expect(r.error.issues[0].code).toBe("invalid_union");
245
- expect((r.error.issues[0] as any).errors).toEqual([]);
246
- expect((r.error.issues[0] as any).options).toEqual([]);
247
- }
248
- });
249
-
250
- test("z.discriminatedUnion rejects object options missing the discriminator at type level", () => {
251
- // @ts-expect-error missing discriminator property
252
- z.discriminatedUnion("type", [z.object({ value: z.string() })]);
253
- });
254
-
255
- test("z.intersection", () => {
256
- const a = z.intersection(z.object({ a: z.string() }), z.object({ b: z.number() }));
257
- expect(z.parse(a, { a: "hello", b: 123 })).toEqual({ a: "hello", b: 123 });
258
- expect(() => z.parse(a, { a: "hello" })).toThrow();
259
- expect(() => z.parse(a, { b: 123 })).toThrow();
260
- expect(() => z.parse(a, "hello")).toThrow();
261
- });
262
-
263
- test("z.tuple", () => {
264
- const a = z.tuple([z.string(), z.number()]);
265
- expect(z.parse(a, ["hello", 123])).toEqual(["hello", 123]);
266
- expect(() => z.parse(a, ["hello", "world"])).toThrow();
267
- expect(() => z.parse(a, [123, 456])).toThrow();
268
- expect(() => z.parse(a, "hello")).toThrow();
269
-
270
- // tuple with rest
271
- const b = z.tuple([z.string(), z.number(), z.optional(z.string())], z.boolean());
272
- type b = z.output<typeof b>;
273
-
274
- expectTypeOf<b>().toEqualTypeOf<[string, number, (string | undefined)?, ...boolean[]]>();
275
- const datas = [
276
- ["hello", 123],
277
- ["hello", 123, "world"],
278
- ["hello", 123, "world", true],
279
- ["hello", 123, "world", true, false, true],
280
- ];
281
- for (const data of datas) {
282
- expect(z.parse(b, data)).toEqual(data);
283
- }
284
-
285
- expect(() => z.parse(b, ["hello", 123, 123])).toThrow();
286
- expect(() => z.parse(b, ["hello", 123, "world", 123])).toThrow();
287
-
288
- // tuple with readonly args
289
- const cArgs = [z.string(), z.number(), z.optional(z.string())] as const;
290
- const c = z.tuple(cArgs, z.boolean());
291
- type c = z.output<typeof c>;
292
- expectTypeOf<c>().toEqualTypeOf<[string, number, (string | undefined)?, ...boolean[]]>();
293
- });
294
-
295
- test("z.record", () => {
296
- // record schema with enum keys
297
- const a = z.record(z.string(), z.string());
298
- type a = z.output<typeof a>;
299
- expectTypeOf<a>().toEqualTypeOf<Record<string, string>>();
300
-
301
- const b = z.record(z.union([z.string(), z.number(), z.symbol()]), z.string());
302
- type b = z.output<typeof b>;
303
- expectTypeOf<b>().toEqualTypeOf<Record<string | number | symbol, string>>();
304
- expect(z.parse(b, { a: "hello", 1: "world", [Symbol.for("asdf")]: "symbol" })).toEqual({
305
- a: "hello",
306
- 1: "world",
307
- [Symbol.for("asdf")]: "symbol",
308
- });
309
-
310
- // enum keys
311
- const c = z.record(z.enum(["a", "b", "c"]), z.string());
312
- type c = z.output<typeof c>;
313
- expectTypeOf<c>().toEqualTypeOf<Record<"a" | "b" | "c", string>>();
314
- expect(z.parse(c, { a: "hello", b: "world", c: "world" })).toEqual({
315
- a: "hello",
316
- b: "world",
317
- c: "world",
318
- });
319
- // missing keys
320
- expect(() => z.parse(c, { a: "hello", b: "world" })).toThrow();
321
- // extra keys
322
- expect(() => z.parse(c, { a: "hello", b: "world", c: "world", d: "world" })).toThrow();
323
-
324
- // literal union keys
325
- const d = z.record(z.union([z.literal("a"), z.literal(0)]), z.string());
326
- type d = z.output<typeof d>;
327
- expectTypeOf<d>().toEqualTypeOf<Record<"a" | 0, string>>();
328
- expect(z.parse(d, { a: "hello", 0: "world" })).toEqual({
329
- a: "hello",
330
- 0: "world",
331
- });
332
-
333
- // TypeScript enum keys
334
- enum Enum {
335
- A = 0,
336
- B = "hi",
337
- }
338
-
339
- const e = z.record(z.enum(Enum), z.string());
340
- type e = z.output<typeof e>;
341
- expectTypeOf<e>().toEqualTypeOf<Record<Enum, string>>();
342
- expect(z.parse(e, { [Enum.A]: "hello", [Enum.B]: "world" })).toEqual({
343
- [Enum.A]: "hello",
344
- [Enum.B]: "world",
345
- });
346
-
347
- // v3-compat single-arg form: z.record(valueType) defaults keyType to z.string()
348
- const f = (z.record as any)(z.number());
349
- expect(f._zod.def.keyType._zod.def.type).toEqual("string");
350
- expect(f._zod.def.valueType._zod.def.type).toEqual("number");
351
- expect(z.parse(f, { a: 1, b: 2 })).toEqual({ a: 1, b: 2 });
352
- });
353
-
354
- test("z.map", () => {
355
- const a = z.map(z.string(), z.number());
356
- type a = z.output<typeof a>;
357
- expectTypeOf<a>().toEqualTypeOf<Map<string, number>>();
358
- expect(z.parse(a, new Map([["hello", 123]]))).toEqual(new Map([["hello", 123]]));
359
- expect(() => z.parse(a, new Map([["hello", "world"]]))).toThrow();
360
- expect(() => z.parse(a, new Map([[1243, "world"]]))).toThrow();
361
- expect(() => z.parse(a, "hello")).toThrow();
362
-
363
- const r1 = z.safeParse(a, new Map([[123, 123]]));
364
- expect(r1.error?.issues[0].code).toEqual("invalid_type");
365
- expect(r1.error?.issues[0].path).toEqual([123]);
366
-
367
- const r2: any = z.safeParse(a, new Map([[BigInt(123), 123]]));
368
- expect(r2.error!.issues[0].code).toEqual("invalid_key");
369
- expect(r2.error!.issues[0].path).toEqual([]);
370
-
371
- const r3: any = z.safeParse(a, new Map([["hello", "world"]]));
372
- expect(r3.error!.issues[0].code).toEqual("invalid_type");
373
- expect(r3.error!.issues[0].path).toEqual(["hello"]);
374
- });
375
-
376
- test("z.map invalid_element", () => {
377
- const a = z.map(z.bigint(), z.number());
378
- const r1 = z.safeParse(a, new Map([[BigInt(123), BigInt(123)]]));
379
-
380
- expect(r1.error!.issues[0].code).toEqual("invalid_element");
381
- expect(r1.error!.issues[0].path).toEqual([]);
382
- });
383
-
384
- test("z.map async", async () => {
385
- const a = z.map(z.string().check(z.refine(async () => true)), z.number().check(z.refine(async () => true)));
386
- const d1 = new Map([["hello", 123]]);
387
- expect(await z.parseAsync(a, d1)).toEqual(d1);
388
-
389
- await expect(z.parseAsync(a, new Map([[123, 123]]))).rejects.toThrow();
390
- await expect(z.parseAsync(a, new Map([["hi", "world"]]))).rejects.toThrow();
391
- await expect(z.parseAsync(a, new Map([[1243, "world"]]))).rejects.toThrow();
392
- await expect(z.parseAsync(a, "hello")).rejects.toThrow();
393
-
394
- const r = await z.safeParseAsync(a, new Map([[123, 123]]));
395
- expect(r.success).toEqual(false);
396
- expect(r.error!.issues[0].code).toEqual("invalid_type");
397
- expect(r.error!.issues[0].path).toEqual([123]);
398
- });
399
-
400
- test("z.set", () => {
401
- const a = z.set(z.string());
402
- type a = z.output<typeof a>;
403
- expectTypeOf<a>().toEqualTypeOf<Set<string>>();
404
- expect(z.parse(a, new Set(["hello", "world"]))).toEqual(new Set(["hello", "world"]));
405
- expect(() => z.parse(a, new Set([123]))).toThrow();
406
- expect(() => z.parse(a, ["hello", "world"])).toThrow();
407
- expect(() => z.parse(a, "hello")).toThrow();
408
-
409
- const b = z.set(z.number());
410
- expect(z.parse(b, new Set([1, 2, 3]))).toEqual(new Set([1, 2, 3]));
411
- expect(() => z.parse(b, new Set(["hello"]))).toThrow();
412
- expect(() => z.parse(b, [1, 2, 3])).toThrow();
413
- expect(() => z.parse(b, 123)).toThrow();
414
- });
415
-
416
- test("z.enum", () => {
417
- const a = z.enum(["A", "B", "C"]);
418
- type a = z.output<typeof a>;
419
- expectTypeOf<a>().toEqualTypeOf<"A" | "B" | "C">();
420
- expect(z.parse(a, "A")).toEqual("A");
421
- expect(z.parse(a, "B")).toEqual("B");
422
- expect(z.parse(a, "C")).toEqual("C");
423
- expect(() => z.parse(a, "D")).toThrow();
424
- expect(() => z.parse(a, 123)).toThrow();
425
-
426
- // expect(a.enum.A).toEqual("A");
427
- // expect(a.enum.B).toEqual("B");
428
- // expect(a.enum.C).toEqual("C");
429
- // expect((a.enum as any).D).toEqual(undefined);
430
- });
431
-
432
- test("z.enum - native", () => {
433
- enum NativeEnum {
434
- A = "A",
435
- B = "B",
436
- C = "C",
437
- }
438
- const a = z.enum(NativeEnum);
439
- type a = z.output<typeof a>;
440
- expectTypeOf<a>().toEqualTypeOf<NativeEnum>();
441
- expect(z.parse(a, NativeEnum.A)).toEqual(NativeEnum.A);
442
- expect(z.parse(a, NativeEnum.B)).toEqual(NativeEnum.B);
443
- expect(z.parse(a, NativeEnum.C)).toEqual(NativeEnum.C);
444
- expect(() => z.parse(a, "D")).toThrow();
445
- expect(() => z.parse(a, 123)).toThrow();
446
-
447
- // test a.enum
448
- a;
449
- // expect(a.enum.A).toEqual(NativeEnum.A);
450
- // expect(a.enum.B).toEqual(NativeEnum.B);
451
- // expect(a.enum.C).toEqual(NativeEnum.C);
452
- });
453
-
454
- test("z.nativeEnum", () => {
455
- enum NativeEnum {
456
- A = "A",
457
- B = "B",
458
- C = "C",
459
- }
460
- const a = z.nativeEnum(NativeEnum);
461
- type a = z.output<typeof a>;
462
- expectTypeOf<a>().toEqualTypeOf<NativeEnum>();
463
- expect(z.parse(a, NativeEnum.A)).toEqual(NativeEnum.A);
464
- expect(z.parse(a, NativeEnum.B)).toEqual(NativeEnum.B);
465
- expect(z.parse(a, NativeEnum.C)).toEqual(NativeEnum.C);
466
- expect(() => z.parse(a, "D")).toThrow();
467
- expect(() => z.parse(a, 123)).toThrow();
468
-
469
- // test a.enum
470
- a;
471
- // expect(a.enum.A).toEqual(NativeEnum.A);
472
- // expect(a.enum.B).toEqual(NativeEnum.B);
473
- // expect(a.enum.C).toEqual(NativeEnum.C);
474
- });
475
-
476
- test("z.literal", () => {
477
- const a = z.literal("hello");
478
- type a = z.output<typeof a>;
479
- expectTypeOf<a>().toEqualTypeOf<"hello">();
480
- expect(z.parse(a, "hello")).toEqual("hello");
481
- expect(() => z.parse(a, "world")).toThrow();
482
- expect(() => z.parse(a, 123)).toThrow();
483
-
484
- z.literal(["adf"] as const);
485
- });
486
-
487
- test("z.file", () => {
488
- const a = z.file();
489
- const file = new File(["content"], "filename.txt", { type: "text/plain" });
490
- expect(z.parse(a, file)).toEqual(file);
491
- expect(() => z.parse(a, "file")).toThrow();
492
- expect(() => z.parse(a, 123)).toThrow();
493
- });
494
-
495
- test("z.transform", () => {
496
- const a = z.pipe(
497
- z.string(),
498
- z.transform((val) => val.toUpperCase())
499
- );
500
- type a = z.output<typeof a>;
501
- expectTypeOf<a>().toEqualTypeOf<string>();
502
- expect(z.parse(a, "hello")).toEqual("HELLO");
503
- expect(() => z.parse(a, 123)).toThrow();
504
- });
505
-
506
- test("z.transform async", async () => {
507
- const a = z.pipe(
508
- z.string(),
509
- z.transform(async (val) => val.toUpperCase())
510
- );
511
- type a = z.output<typeof a>;
512
- expectTypeOf<a>().toEqualTypeOf<string>();
513
- expect(await z.parseAsync(a, "hello")).toEqual("HELLO");
514
- await expect(() => z.parseAsync(a, 123)).rejects.toThrow();
515
- });
516
-
517
- test("z.preprocess", () => {
518
- const a = z.pipe(
519
- z.transform((val) => String(val).toUpperCase()),
520
- z.string()
521
- );
522
- type a = z.output<typeof a>;
523
- expectTypeOf<a>().toEqualTypeOf<string>();
524
- expect(z.parse(a, 123)).toEqual("123");
525
- expect(z.parse(a, true)).toEqual("TRUE");
526
- expect(z.parse(a, BigInt(1234))).toEqual("1234");
527
- // expect(() => z.parse(a, Symbol("asdf"))).toThrow();
528
- });
529
-
530
- // test("z.preprocess async", () => {
531
- // const a = z.preprocess(async (val) => String(val), z.string());
532
- // type a = z.output<typeof a>;
533
- // expectTypeOf<a>().toEqualTypeOf<string>();
534
- // expect(z.parse(a, 123)).toEqual("123");
535
- // expect(z.parse(a, true)).toEqual("true");
536
- // expect(() => z.parse(a, {})).toThrow();
537
- // });
538
-
539
- test("z.optional", () => {
540
- const a = z.optional(z.string());
541
- type a = z.output<typeof a>;
542
- expectTypeOf<a>().toEqualTypeOf<string | undefined>();
543
- expect(z.parse(a, "hello")).toEqual("hello");
544
- expect(z.parse(a, undefined)).toEqual(undefined);
545
- expect(() => z.parse(a, 123)).toThrow();
546
- });
547
-
548
- test("z.nullable", () => {
549
- const a = z.nullable(z.string());
550
- type a = z.output<typeof a>;
551
- expectTypeOf<a>().toEqualTypeOf<string | null>();
552
- expect(z.parse(a, "hello")).toEqual("hello");
553
- expect(z.parse(a, null)).toEqual(null);
554
- expect(() => z.parse(a, 123)).toThrow();
555
- });
556
-
557
- test("z.default", () => {
558
- const a = z._default(z.string(), "default");
559
- type a = z.output<typeof a>;
560
- expectTypeOf<a>().toEqualTypeOf<string>();
561
- expect(z.parse(a, undefined)).toEqual("default");
562
- expect(z.parse(a, "hello")).toEqual("hello");
563
- expect(() => z.parse(a, 123)).toThrow();
564
-
565
- const b = z._default(z.string(), () => "default");
566
- expect(z.parse(b, undefined)).toEqual("default");
567
- expect(z.parse(b, "hello")).toEqual("hello");
568
- expect(() => z.parse(b, 123)).toThrow();
569
- });
570
-
571
- test("z.catch", () => {
572
- const a = z.catch(z.string(), "default");
573
- type a = z.output<typeof a>;
574
- expectTypeOf<a>().toEqualTypeOf<string>();
575
- expect(z.parse(a, "hello")).toEqual("hello");
576
- expect(z.parse(a, 123)).toEqual("default");
577
-
578
- const b = z.catch(z.string(), () => "default");
579
- expect(z.parse(b, "hello")).toEqual("hello");
580
- expect(z.parse(b, 123)).toEqual("default");
581
-
582
- const c = z.catch(z.string(), (ctx) => {
583
- return `${ctx.error.issues.length}issues`;
584
- });
585
- expect(z.parse(c, 1234)).toEqual("1issues");
586
- });
587
-
588
- test("z.nan", () => {
589
- const a = z.nan();
590
- type a = z.output<typeof a>;
591
- expectTypeOf<a>().toEqualTypeOf<number>();
592
- expect(z.parse(a, Number.NaN)).toEqual(Number.NaN);
593
- expect(() => z.parse(a, 123)).toThrow();
594
- expect(() => z.parse(a, "NaN")).toThrow();
595
- });
596
-
597
- test("z.pipe", () => {
598
- const a = z.pipe(
599
- z.pipe(
600
- z.string(),
601
- z.transform((val) => val.length)
602
- ),
603
- z.number()
604
- );
605
- type a_in = z.input<typeof a>;
606
- expectTypeOf<a_in>().toEqualTypeOf<string>();
607
- type a_out = z.output<typeof a>;
608
- expectTypeOf<a_out>().toEqualTypeOf<number>();
609
-
610
- expect(z.parse(a, "123")).toEqual(3);
611
- expect(z.parse(a, "hello")).toEqual(5);
612
- expect(() => z.parse(a, 123)).toThrow();
613
- });
614
-
615
- test("z.readonly", () => {
616
- const a = z.readonly(z.string());
617
- type a = z.output<typeof a>;
618
- expectTypeOf<a>().toEqualTypeOf<Readonly<string>>();
619
- expect(z.parse(a, "hello")).toEqual("hello");
620
- expect(() => z.parse(a, 123)).toThrow();
621
- });
622
-
623
- test("z.templateLiteral", () => {
624
- const a = z.templateLiteral([z.string(), z.number()]);
625
- type a = z.output<typeof a>;
626
- expectTypeOf<a>().toEqualTypeOf<`${string}${number}`>();
627
- expect(z.parse(a, "hello123")).toEqual("hello123");
628
- expect(() => z.parse(a, "hello")).toThrow();
629
- expect(() => z.parse(a, 123)).toThrow();
630
-
631
- // multipart
632
- const b = z.templateLiteral([z.string(), z.number(), z.string()]);
633
- type b = z.output<typeof b>;
634
- expectTypeOf<b>().toEqualTypeOf<`${string}${number}${string}`>();
635
- expect(z.parse(b, "hello123world")).toEqual("hello123world");
636
- expect(z.parse(b, "123")).toEqual("123");
637
- expect(() => z.parse(b, "hello")).toThrow();
638
- expect(() => z.parse(b, 123)).toThrow();
639
-
640
- // include boolean
641
- const c = z.templateLiteral([z.string(), z.boolean()]);
642
- type c = z.output<typeof c>;
643
- expectTypeOf<c>().toEqualTypeOf<`${string}${boolean}`>();
644
- expect(z.parse(c, "hellotrue")).toEqual("hellotrue");
645
- expect(z.parse(c, "hellofalse")).toEqual("hellofalse");
646
- expect(() => z.parse(c, "hello")).toThrow();
647
- expect(() => z.parse(c, 123)).toThrow();
648
-
649
- // include literal prefix
650
- const d = z.templateLiteral([z.literal("hello"), z.number()]);
651
- type d = z.output<typeof d>;
652
- expectTypeOf<d>().toEqualTypeOf<`hello${number}`>();
653
- expect(z.parse(d, "hello123")).toEqual("hello123");
654
- expect(() => z.parse(d, 123)).toThrow();
655
- expect(() => z.parse(d, "world123")).toThrow();
656
-
657
- // include literal union
658
- const e = z.templateLiteral([z.literal(["aa", "bb"]), z.number()]);
659
- type e = z.output<typeof e>;
660
- expectTypeOf<e>().toEqualTypeOf<`aa${number}` | `bb${number}`>();
661
- expect(z.parse(e, "aa123")).toEqual("aa123");
662
- expect(z.parse(e, "bb123")).toEqual("bb123");
663
- expect(() => z.parse(e, "cc123")).toThrow();
664
- expect(() => z.parse(e, 123)).toThrow();
665
- });
666
-
667
- // this returns both a schema and a check
668
- test("z.custom", () => {
669
- const a = z.custom((val) => {
670
- return typeof val === "string";
671
- });
672
- expect(z.parse(a, "hello")).toEqual("hello");
673
- expect(() => z.parse(a, 123)).toThrow();
674
-
675
- const b = z.string().check(z.custom((val) => val.length > 3));
676
-
677
- expect(z.parse(b, "hello")).toEqual("hello");
678
- expect(() => z.parse(b, "hi")).toThrow();
679
- });
680
-
681
- test("z.check", () => {
682
- // this is a more flexible version of z.custom that accepts an arbitrary _parse logic
683
- // the function should return core.$ZodResult
684
- const a = z.any().check(
685
- z.check<string>((ctx) => {
686
- if (typeof ctx.value === "string") return;
687
- ctx.issues.push({
688
- code: "custom",
689
- origin: "custom",
690
- message: "Expected a string",
691
- input: ctx.value,
692
- });
693
- })
694
- );
695
- expect(z.safeParse(a, "hello")).toMatchObject({
696
- success: true,
697
- data: "hello",
698
- });
699
- expect(z.safeParse(a, 123)).toMatchObject({
700
- success: false,
701
- error: { issues: [{ code: "custom", message: "Expected a string" }] },
702
- });
703
- });
704
-
705
- test("z.with (alias for z.check)", () => {
706
- // .with() should work exactly the same as .check()
707
- const a = z.any().with(
708
- z.check<string>((ctx) => {
709
- if (typeof ctx.value === "string") return;
710
- ctx.issues.push({
711
- code: "custom",
712
- origin: "custom",
713
- message: "Expected a string",
714
- input: ctx.value,
715
- });
716
- })
717
- );
718
- expect(z.safeParse(a, "hello")).toMatchObject({
719
- success: true,
720
- data: "hello",
721
- });
722
- expect(z.safeParse(a, 123)).toMatchObject({
723
- success: false,
724
- error: { issues: [{ code: "custom", message: "Expected a string" }] },
725
- });
726
-
727
- // Test with refine
728
- const b = z.string().with(z.refine((val) => val.length > 3, "Must be longer than 3"));
729
- expect(z.safeParse(b, "hello").success).toBe(true);
730
- expect(z.safeParse(b, "hi").success).toBe(false);
731
-
732
- // Test with function
733
- const c = z.string().with(({ value, issues }) => {
734
- if (value.length <= 3) {
735
- issues.push({
736
- code: "custom",
737
- input: value,
738
- message: "Must be longer than 3",
739
- });
740
- }
741
- });
742
- expect(z.safeParse(c, "hello").success).toBe(true);
743
- expect(z.safeParse(c, "hi").success).toBe(false);
744
- });
745
-
746
- test("z.instanceof", () => {
747
- class A {}
748
-
749
- const a = z.instanceof(A);
750
- expect(z.parse(a, new A())).toBeInstanceOf(A);
751
- expect(() => z.parse(a, {})).toThrow();
752
- });
753
-
754
- test("z.refine", () => {
755
- const a = z.number().check(
756
- z.refine((val) => val > 3),
757
- z.refine((val) => val < 10)
758
- );
759
- expect(z.parse(a, 5)).toEqual(5);
760
- expect(() => z.parse(a, 2)).toThrow();
761
- expect(() => z.parse(a, 11)).toThrow();
762
- expect(() => z.parse(a, "hi")).toThrow();
763
- });
764
-
765
- // test("z.superRefine", () => {
766
- // const a = z.number([
767
- // z.superRefine((val, ctx) => {
768
- // if (val < 3) {
769
- // return ctx.addIssue({
770
- // code: "custom",
771
- // origin: "custom",
772
- // message: "Too small",
773
- // input: val,
774
- // });
775
- // }
776
- // if (val > 10) {
777
- // return ctx.addIssue("Too big");
778
- // }
779
- // }),
780
- // ]);
781
-
782
- // expect(z.parse(a, 5)).toEqual(5);
783
- // expect(() => z.parse(a, 2)).toThrow();
784
- // expect(() => z.parse(a, 11)).toThrow();
785
- // expect(() => z.parse(a, "hi")).toThrow();
786
- // });
787
-
788
- test("z.transform", () => {
789
- const a = z.transform((val: number) => {
790
- return `${val}`;
791
- });
792
- type a_in = z.input<typeof a>;
793
- expectTypeOf<a_in>().toEqualTypeOf<number>();
794
- type a_out = z.output<typeof a>;
795
- expectTypeOf<a_out>().toEqualTypeOf<string>();
796
- expect(z.parse(a, 123)).toEqual("123");
797
- });
798
-
799
- test("z.$brand()", () => {
800
- const a = z.string().brand<"my-brand">();
801
- type a = z.output<typeof a>;
802
- const branded = (_: a) => {};
803
- // @ts-expect-error
804
- branded("asdf");
805
- });
806
-
807
- test("z.lazy", () => {
808
- const a = z.lazy(() => z.string());
809
- type a = z.output<typeof a>;
810
- expectTypeOf<a>().toEqualTypeOf<string>();
811
- expect(z.parse(a, "hello")).toEqual("hello");
812
- expect(() => z.parse(a, 123)).toThrow();
813
- });
814
-
815
- // schema that validates JSON-like data
816
- test("z.json", () => {
817
- const a = z.json();
818
- type a = z.output<typeof a>;
819
- a._zod.output;
820
-
821
- expectTypeOf<a>().toEqualTypeOf<util.JSONType>();
822
-
823
- expect(z.parse(a, "hello")).toEqual("hello");
824
- expect(z.parse(a, 123)).toEqual(123);
825
- expect(z.parse(a, true)).toEqual(true);
826
- expect(z.parse(a, null)).toEqual(null);
827
- expect(z.parse(a, {})).toEqual({});
828
- expect(z.parse(a, { a: "hello" })).toEqual({ a: "hello" });
829
- expect(z.parse(a, [1, 2, 3])).toEqual([1, 2, 3]);
830
- expect(z.parse(a, [{ a: "hello" }])).toEqual([{ a: "hello" }]);
831
-
832
- // fail cases
833
- expect(() => z.parse(a, new Date())).toThrow();
834
- expect(() => z.parse(a, Symbol())).toThrow();
835
- expect(() => z.parse(a, { a: new Date() })).toThrow();
836
- expect(() => z.parse(a, undefined)).toThrow();
837
- expect(() => z.parse(a, { a: undefined })).toThrow();
838
- });
839
-
840
- test("z.stringbool", () => {
841
- const a = z.stringbool();
842
-
843
- expect(z.parse(a, "true")).toEqual(true);
844
- expect(z.parse(a, "yes")).toEqual(true);
845
- expect(z.parse(a, "1")).toEqual(true);
846
- expect(z.parse(a, "on")).toEqual(true);
847
- expect(z.parse(a, "y")).toEqual(true);
848
- expect(z.parse(a, "enabled")).toEqual(true);
849
- expect(z.parse(a, "TRUE")).toEqual(true);
850
-
851
- expect(z.parse(a, "false")).toEqual(false);
852
- expect(z.parse(a, "no")).toEqual(false);
853
- expect(z.parse(a, "0")).toEqual(false);
854
- expect(z.parse(a, "off")).toEqual(false);
855
- expect(z.parse(a, "n")).toEqual(false);
856
- expect(z.parse(a, "disabled")).toEqual(false);
857
- expect(z.parse(a, "FALSE")).toEqual(false);
858
-
859
- expect(z.safeParse(a, "other")).toMatchObject({ success: false });
860
- expect(z.safeParse(a, "")).toMatchObject({ success: false });
861
- expect(z.safeParse(a, undefined)).toMatchObject({ success: false });
862
- expect(z.safeParse(a, {})).toMatchObject({ success: false });
863
- expect(z.safeParse(a, true)).toMatchObject({ success: false });
864
- expect(z.safeParse(a, false)).toMatchObject({ success: false });
865
-
866
- const b = z.stringbool({
867
- truthy: ["y"],
868
- falsy: ["n"],
869
- });
870
- expect(z.parse(b, "y")).toEqual(true);
871
- expect(z.parse(b, "n")).toEqual(false);
872
- expect(z.safeParse(b, "true")).toMatchObject({ success: false });
873
- expect(z.safeParse(b, "false")).toMatchObject({ success: false });
874
-
875
- const c = z.stringbool({
876
- case: "sensitive",
877
- });
878
- expect(z.parse(c, "true")).toEqual(true);
879
- expect(z.safeParse(c, "TRUE")).toMatchObject({ success: false });
880
- });
881
-
882
- // promise
883
- test("z.promise", async () => {
884
- const a = z.promise(z.string());
885
- type a = z.output<typeof a>;
886
- expectTypeOf<a>().toEqualTypeOf<Promise<string>>();
887
-
888
- expect(await z.safeParseAsync(a, Promise.resolve("hello"))).toMatchObject({
889
- success: true,
890
- data: "hello",
891
- });
892
- expect(await z.safeParseAsync(a, Promise.resolve(123))).toMatchObject({
893
- success: false,
894
- });
895
-
896
- const b = z.string();
897
- expect(() => z.parse(b, Promise.resolve("hello"))).toThrow();
898
- });
899
-
900
- // test("type assertions", () => {
901
- // const schema = z.pipe(
902
- // z.string(),
903
- // z.transform((val) => val.length)
904
- // );
905
- // schema.assertInput<string>();
906
- // // @ts-expect-error
907
- // schema.assertInput<number>();
908
-
909
- // schema.assertOutput<number>();
910
- // // @ts-expect-error
911
- // schema.assertOutput<string>();
912
- // });
913
-
914
- test("z.pipe type enforcement", () => {
915
- z.pipe(
916
- z.pipe(
917
- z.string().check(z.regex(/asdf/)),
918
- z.transform((v) => new Date(v))
919
- ),
920
- z.date().check(z.maximum(new Date()))
921
- );
922
- });
923
-
924
- test("def typing", () => {
925
- z.string().def.type satisfies "string";
926
- z.email().def.format satisfies "email";
927
- z.number().def.type satisfies "number";
928
- z.float64().def.format satisfies z.core.$ZodNumberFormats;
929
- z.bigint().def.type satisfies "bigint";
930
- z.boolean().def.type satisfies "boolean";
931
- z.date().def.type satisfies "date";
932
- z.symbol().def.type satisfies "symbol";
933
- z.undefined().def.type satisfies "undefined";
934
- z.nullable(z.string()).def.type satisfies "nullable";
935
- z.null().def.type satisfies "null";
936
- z.any().def.type satisfies "any";
937
- z.unknown().def.type satisfies "unknown";
938
- z.never().def.type satisfies "never";
939
- z.void().def.type satisfies "void";
940
- z.array(z.string()).def.type satisfies "array";
941
- z.object({ key: z.string() }).def.type satisfies "object";
942
- z.union([z.string(), z.number()]).def.type satisfies "union";
943
- z.intersection(z.string(), z.number()).def.type satisfies "intersection";
944
- z.tuple([z.string(), z.number()]).def.type satisfies "tuple";
945
- z.record(z.string(), z.number()).def.type satisfies "record";
946
- z.map(z.string(), z.number()).def.type satisfies "map";
947
- z.set(z.string()).def.type satisfies "set";
948
- z.literal("example").def.type satisfies "literal";
949
- expectTypeOf(z.literal("example").def.values).toEqualTypeOf<"example"[]>();
950
- z.enum(["a", "b", "c"]).def.type satisfies "enum";
951
- z.promise(z.string()).def.type satisfies "promise";
952
- z.lazy(() => z.string()).def.type satisfies "lazy";
953
- z.optional(z.string()).def.type satisfies "optional";
954
- z._default(z.string(), "default").def.type satisfies "default";
955
- z.templateLiteral([z.literal("a"), z.literal("b")]).def.type satisfies "template_literal";
956
- z.custom<string>((val) => typeof val === "string").def.type satisfies "custom";
957
- z.transform((val) => val as string).def.type satisfies "transform";
958
- z.nonoptional(z.string()).def.type satisfies "nonoptional";
959
- z.readonly(z.unknown()).def.type satisfies "readonly";
960
- z.nan().def.type satisfies "nan";
961
- z.pipe(z.unknown(), z.number()).def.type satisfies "pipe";
962
- z.success(z.string()).def.type satisfies "success";
963
- z.catch(z.string(), "fallback").def.type satisfies "catch";
964
- z.file().def.type satisfies "file";
965
- });
966
-
967
- test("defaulted object schema returns shallow clone", () => {
968
- const schema = z._default(
969
- z.object({
970
- a: z.string(),
971
- }),
972
- { a: "x" }
973
- );
974
- const result1 = schema.parse(undefined);
975
- const result2 = schema.parse(undefined);
976
- expect(result1).not.toBe(result2);
977
- expect(result1).toEqual(result2);
978
- });
979
-
980
- test("runtime type property exists and returns correct values", () => {
981
- const stringSchema = z.string();
982
- expect(stringSchema.type).toBe("string");
983
- });
984
-
985
- test("type narrowing works with type property", () => {
986
- type ArrayOrRecord = z.ZodMiniArray<z.ZodMiniString> | z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniAny>;
987
- const arraySchema = z.array(z.string()) as ArrayOrRecord;
988
-
989
- if (arraySchema.type === "array") {
990
- expectTypeOf(arraySchema).toEqualTypeOf<z.ZodMiniArray<z.ZodMiniString<unknown>>>();
991
- expect(arraySchema.def.element).toBeDefined();
992
- }
993
- });