@auto-ai/agent 2.1.104 → 2.1.106

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