@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,1823 +0,0 @@
1
- import * as checks from "./checks.js";
2
- import type * as core from "./core.js";
3
- import type * as errors from "./errors.js";
4
- import * as registries from "./registries.js";
5
- import * as schemas from "./schemas.js";
6
- import * as util from "./util.js";
7
-
8
- export type Params<
9
- T extends schemas.$ZodType | checks.$ZodCheck,
10
- IssueTypes extends errors.$ZodIssueBase,
11
- OmitKeys extends keyof T["_zod"]["def"] = never,
12
- > = util.Flatten<
13
- Partial<
14
- util.EmptyToNever<
15
- Omit<T["_zod"]["def"], OmitKeys> &
16
- ([IssueTypes] extends [never]
17
- ? {} // unknown
18
- : {
19
- error?: string | errors.$ZodErrorMap<IssueTypes> | undefined;
20
- /** @deprecated This parameter is deprecated. Use `error` instead. */
21
- message?: string | undefined; // supported in Zod 3
22
- })
23
- >
24
- >
25
- >;
26
-
27
- export type TypeParams<
28
- T extends schemas.$ZodType = schemas.$ZodType & { _isst: never },
29
- AlsoOmit extends Exclude<keyof T["_zod"]["def"], "type" | "checks" | "error"> = never,
30
- > = Params<T, NonNullable<T["_zod"]["isst"]>, "type" | "checks" | "error" | AlsoOmit>;
31
-
32
- // strips types that are not exposed in the public factory
33
- // incl. `error`, `check`
34
- export type CheckParams<
35
- T extends checks.$ZodCheck = checks.$ZodCheck, // & { _issc: never },
36
- AlsoOmit extends Exclude<keyof T["_zod"]["def"], "check" | "error"> = never,
37
- > = Params<T, NonNullable<T["_zod"]["issc"]>, "check" | "error" | AlsoOmit>;
38
-
39
- // strips types that are not exposed in the public factory
40
- // incl. `type`, `checks`, `error`, `check`, `format`
41
- export type StringFormatParams<
42
- T extends schemas.$ZodStringFormat = schemas.$ZodStringFormat,
43
- AlsoOmit extends Exclude<keyof T["_zod"]["def"], "type" | "coerce" | "checks" | "error" | "check" | "format"> = never,
44
- > = Params<
45
- T,
46
- NonNullable<T["_zod"]["isst"] | T["_zod"]["issc"]>,
47
- "type" | "coerce" | "checks" | "error" | "check" | "format" | AlsoOmit
48
- >;
49
-
50
- export type CheckStringFormatParams<
51
- T extends schemas.$ZodStringFormat = schemas.$ZodStringFormat,
52
- AlsoOmit extends Exclude<keyof T["_zod"]["def"], "type" | "coerce" | "checks" | "error" | "check" | "format"> = never,
53
- > = Params<T, NonNullable<T["_zod"]["issc"]>, "type" | "coerce" | "checks" | "error" | "check" | "format" | AlsoOmit>;
54
-
55
- export type CheckTypeParams<
56
- T extends schemas.$ZodType & checks.$ZodCheck = schemas.$ZodType & checks.$ZodCheck,
57
- AlsoOmit extends Exclude<keyof T["_zod"]["def"], "type" | "checks" | "error" | "check"> = never,
58
- > = Params<T, NonNullable<T["_zod"]["isst"] | T["_zod"]["issc"]>, "type" | "checks" | "error" | "check" | AlsoOmit>;
59
-
60
- // String
61
- export type $ZodStringParams = TypeParams<schemas.$ZodString<string>, "coerce">;
62
- // @__NO_SIDE_EFFECTS__
63
- export function _string<T extends schemas.$ZodString>(
64
- Class: util.SchemaClass<T>,
65
- params?: string | $ZodStringParams
66
- ): T {
67
- return new Class({
68
- type: "string",
69
- ...util.normalizeParams(params),
70
- });
71
- }
72
-
73
- // @__NO_SIDE_EFFECTS__
74
- export function _coercedString<T extends schemas.$ZodString>(
75
- Class: util.SchemaClass<T>,
76
- params?: string | $ZodStringParams
77
- ): T {
78
- return new Class({
79
- type: "string",
80
- coerce: true,
81
- ...util.normalizeParams(params),
82
- });
83
- }
84
-
85
- export type $ZodStringFormatParams = CheckTypeParams<
86
- schemas.$ZodStringFormat,
87
- "format" | "coerce" | "when" | "pattern"
88
- >;
89
- export type $ZodCheckStringFormatParams = CheckParams<checks.$ZodCheckStringFormat, "format">;
90
- // custom format
91
-
92
- // Email
93
- export type $ZodEmailParams = StringFormatParams<schemas.$ZodEmail, "when">;
94
- export type $ZodCheckEmailParams = CheckStringFormatParams<schemas.$ZodEmail, "when">;
95
- // @__NO_SIDE_EFFECTS__
96
- export function _email<T extends schemas.$ZodEmail>(
97
- Class: util.SchemaClass<T>,
98
- params?: string | $ZodEmailParams | $ZodCheckEmailParams
99
- ): T {
100
- return new Class({
101
- type: "string",
102
- format: "email",
103
- check: "string_format",
104
- abort: false,
105
- ...util.normalizeParams(params),
106
- });
107
- }
108
-
109
- // GUID
110
- export type $ZodGUIDParams = StringFormatParams<schemas.$ZodGUID, "pattern" | "when">;
111
- export type $ZodCheckGUIDParams = CheckStringFormatParams<schemas.$ZodGUID, "pattern" | "when">;
112
- // @__NO_SIDE_EFFECTS__
113
- export function _guid<T extends schemas.$ZodGUID>(
114
- Class: util.SchemaClass<T>,
115
- params?: string | $ZodGUIDParams | $ZodCheckGUIDParams
116
- ): T {
117
- return new Class({
118
- type: "string",
119
- format: "guid",
120
- check: "string_format",
121
- abort: false,
122
- ...util.normalizeParams(params),
123
- });
124
- }
125
-
126
- // UUID
127
- export type $ZodUUIDParams = StringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
128
- export type $ZodCheckUUIDParams = CheckStringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
129
- // @__NO_SIDE_EFFECTS__
130
- export function _uuid<T extends schemas.$ZodUUID>(
131
- Class: util.SchemaClass<T>,
132
- params?: string | $ZodUUIDParams | $ZodCheckUUIDParams
133
- ): T {
134
- return new Class({
135
- type: "string",
136
- format: "uuid",
137
- check: "string_format",
138
- abort: false,
139
- ...util.normalizeParams(params),
140
- });
141
- }
142
-
143
- // UUIDv4
144
- export type $ZodUUIDv4Params = StringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
145
- export type $ZodCheckUUIDv4Params = CheckStringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
146
- // @__NO_SIDE_EFFECTS__
147
- export function _uuidv4<T extends schemas.$ZodUUID>(
148
- Class: util.SchemaClass<T>,
149
- params?: string | $ZodUUIDv4Params | $ZodCheckUUIDv4Params
150
- ): T {
151
- return new Class({
152
- type: "string",
153
- format: "uuid",
154
- check: "string_format",
155
- abort: false,
156
- version: "v4",
157
- ...util.normalizeParams(params),
158
- });
159
- }
160
-
161
- // UUIDv6
162
- export type $ZodUUIDv6Params = StringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
163
- export type $ZodCheckUUIDv6Params = CheckStringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
164
- // @__NO_SIDE_EFFECTS__
165
- export function _uuidv6<T extends schemas.$ZodUUID>(
166
- Class: util.SchemaClass<T>,
167
- params?: string | $ZodUUIDv6Params | $ZodCheckUUIDv6Params
168
- ): T {
169
- return new Class({
170
- type: "string",
171
- format: "uuid",
172
- check: "string_format",
173
- abort: false,
174
- version: "v6",
175
- ...util.normalizeParams(params),
176
- });
177
- }
178
-
179
- // UUIDv7
180
- export type $ZodUUIDv7Params = StringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
181
- export type $ZodCheckUUIDv7Params = CheckStringFormatParams<schemas.$ZodUUID, "pattern" | "when">;
182
- // @__NO_SIDE_EFFECTS__
183
- export function _uuidv7<T extends schemas.$ZodUUID>(
184
- Class: util.SchemaClass<T>,
185
- params?: string | $ZodUUIDv7Params | $ZodCheckUUIDv7Params
186
- ): T {
187
- return new Class({
188
- type: "string",
189
- format: "uuid",
190
- check: "string_format",
191
- abort: false,
192
- version: "v7",
193
- ...util.normalizeParams(params),
194
- });
195
- }
196
-
197
- // URL
198
- export type $ZodURLParams = StringFormatParams<schemas.$ZodURL, "when">;
199
- export type $ZodCheckURLParams = CheckStringFormatParams<schemas.$ZodURL, "when">;
200
- // @__NO_SIDE_EFFECTS__
201
- export function _url<T extends schemas.$ZodURL>(
202
- Class: util.SchemaClass<T>,
203
- params?: string | $ZodURLParams | $ZodCheckURLParams
204
- ): T {
205
- return new Class({
206
- type: "string",
207
- format: "url",
208
- check: "string_format",
209
- abort: false,
210
- ...util.normalizeParams(params),
211
- });
212
- }
213
-
214
- // Emoji
215
- export type $ZodEmojiParams = StringFormatParams<schemas.$ZodEmoji, "when">;
216
- export type $ZodCheckEmojiParams = CheckStringFormatParams<schemas.$ZodEmoji, "when">;
217
- // @__NO_SIDE_EFFECTS__
218
- export function _emoji<T extends schemas.$ZodEmoji>(
219
- Class: util.SchemaClass<T>,
220
- params?: string | $ZodEmojiParams | $ZodCheckEmojiParams
221
- ): T {
222
- return new Class({
223
- type: "string",
224
- format: "emoji",
225
- check: "string_format",
226
- abort: false,
227
- ...util.normalizeParams(params),
228
- });
229
- }
230
-
231
- // NanoID
232
- export type $ZodNanoIDParams = StringFormatParams<schemas.$ZodNanoID, "when">;
233
- export type $ZodCheckNanoIDParams = CheckStringFormatParams<schemas.$ZodNanoID, "when">;
234
- // @__NO_SIDE_EFFECTS__
235
- export function _nanoid<T extends schemas.$ZodNanoID>(
236
- Class: util.SchemaClass<T>,
237
- params?: string | $ZodNanoIDParams | $ZodCheckNanoIDParams
238
- ): T {
239
- return new Class({
240
- type: "string",
241
- format: "nanoid",
242
- check: "string_format",
243
- abort: false,
244
- ...util.normalizeParams(params),
245
- });
246
- }
247
-
248
- // CUID
249
- /**
250
- * @deprecated CUID v1 is deprecated by its authors due to information leakage
251
- * (timestamps embedded in the id). Use {@link _cuid2} instead.
252
- * See https://github.com/paralleldrive/cuid.
253
- */
254
- export type $ZodCUIDParams = StringFormatParams<schemas.$ZodCUID, "when">;
255
- /**
256
- * @deprecated CUID v1 is deprecated by its authors due to information leakage
257
- * (timestamps embedded in the id). Use {@link _cuid2} instead.
258
- * See https://github.com/paralleldrive/cuid.
259
- */
260
- export type $ZodCheckCUIDParams = CheckStringFormatParams<schemas.$ZodCUID, "when">;
261
- /**
262
- * @deprecated CUID v1 is deprecated by its authors due to information leakage
263
- * (timestamps embedded in the id). Use {@link _cuid2} instead.
264
- * See https://github.com/paralleldrive/cuid.
265
- */
266
- // @__NO_SIDE_EFFECTS__
267
- export function _cuid<T extends schemas.$ZodCUID>(
268
- Class: util.SchemaClass<T>,
269
- params?: string | $ZodCUIDParams | $ZodCheckCUIDParams
270
- ): T {
271
- return new Class({
272
- type: "string",
273
- format: "cuid",
274
- check: "string_format",
275
- abort: false,
276
- ...util.normalizeParams(params),
277
- });
278
- }
279
-
280
- // CUID2
281
- export type $ZodCUID2Params = StringFormatParams<schemas.$ZodCUID2, "when">;
282
- export type $ZodCheckCUID2Params = CheckStringFormatParams<schemas.$ZodCUID2, "when">;
283
- // @__NO_SIDE_EFFECTS__
284
- export function _cuid2<T extends schemas.$ZodCUID2>(
285
- Class: util.SchemaClass<T>,
286
- params?: string | $ZodCUID2Params | $ZodCheckCUID2Params
287
- ): T {
288
- return new Class({
289
- type: "string",
290
- format: "cuid2",
291
- check: "string_format",
292
- abort: false,
293
- ...util.normalizeParams(params),
294
- });
295
- }
296
-
297
- // ULID
298
- export type $ZodULIDParams = StringFormatParams<schemas.$ZodULID, "when">;
299
- export type $ZodCheckULIDParams = CheckStringFormatParams<schemas.$ZodULID, "when">;
300
- // @__NO_SIDE_EFFECTS__
301
- export function _ulid<T extends schemas.$ZodULID>(
302
- Class: util.SchemaClass<T>,
303
- params?: string | $ZodULIDParams | $ZodCheckULIDParams
304
- ): T {
305
- return new Class({
306
- type: "string",
307
- format: "ulid",
308
- check: "string_format",
309
- abort: false,
310
- ...util.normalizeParams(params),
311
- });
312
- }
313
-
314
- // XID
315
- export type $ZodXIDParams = StringFormatParams<schemas.$ZodXID, "when">;
316
- export type $ZodCheckXIDParams = CheckStringFormatParams<schemas.$ZodXID, "when">;
317
- // @__NO_SIDE_EFFECTS__
318
- export function _xid<T extends schemas.$ZodXID>(
319
- Class: util.SchemaClass<T>,
320
- params?: string | $ZodXIDParams | $ZodCheckXIDParams
321
- ): T {
322
- return new Class({
323
- type: "string",
324
- format: "xid",
325
- check: "string_format",
326
- abort: false,
327
- ...util.normalizeParams(params),
328
- });
329
- }
330
-
331
- // KSUID
332
- export type $ZodKSUIDParams = StringFormatParams<schemas.$ZodKSUID, "when">;
333
- export type $ZodCheckKSUIDParams = CheckStringFormatParams<schemas.$ZodKSUID, "when">;
334
- // @__NO_SIDE_EFFECTS__
335
- export function _ksuid<T extends schemas.$ZodKSUID>(
336
- Class: util.SchemaClass<T>,
337
- params?: string | $ZodKSUIDParams | $ZodCheckKSUIDParams
338
- ): T {
339
- return new Class({
340
- type: "string",
341
- format: "ksuid",
342
- check: "string_format",
343
- abort: false,
344
- ...util.normalizeParams(params),
345
- });
346
- }
347
-
348
- // IPv4
349
- export type $ZodIPv4Params = StringFormatParams<schemas.$ZodIPv4, "pattern" | "when" | "version">;
350
- export type $ZodCheckIPv4Params = CheckStringFormatParams<schemas.$ZodIPv4, "pattern" | "when" | "version">;
351
- // @__NO_SIDE_EFFECTS__
352
- export function _ipv4<T extends schemas.$ZodIPv4>(
353
- Class: util.SchemaClass<T>,
354
- params?: string | $ZodIPv4Params | $ZodCheckIPv4Params
355
- ): T {
356
- return new Class({
357
- type: "string",
358
- format: "ipv4",
359
- check: "string_format",
360
- abort: false,
361
- ...util.normalizeParams(params),
362
- });
363
- }
364
-
365
- // IPv6
366
- export type $ZodIPv6Params = StringFormatParams<schemas.$ZodIPv6, "pattern" | "when" | "version">;
367
- export type $ZodCheckIPv6Params = CheckStringFormatParams<schemas.$ZodIPv6, "pattern" | "when" | "version">;
368
- // @__NO_SIDE_EFFECTS__
369
- export function _ipv6<T extends schemas.$ZodIPv6>(
370
- Class: util.SchemaClass<T>,
371
- params?: string | $ZodIPv6Params | $ZodCheckIPv6Params
372
- ): T {
373
- return new Class({
374
- type: "string",
375
- format: "ipv6",
376
- check: "string_format",
377
- abort: false,
378
- ...util.normalizeParams(params),
379
- });
380
- }
381
-
382
- // MAC
383
- export type $ZodMACParams = StringFormatParams<schemas.$ZodMAC, "pattern" | "when">;
384
- export type $ZodCheckMACParams = CheckStringFormatParams<schemas.$ZodMAC, "pattern" | "when">;
385
- // @__NO_SIDE_EFFECTS__
386
- export function _mac<T extends schemas.$ZodMAC>(
387
- Class: util.SchemaClass<T>,
388
- params?: string | $ZodMACParams | $ZodCheckMACParams
389
- ): T {
390
- return new Class({
391
- type: "string",
392
- format: "mac",
393
- check: "string_format",
394
- abort: false,
395
- ...util.normalizeParams(params),
396
- });
397
- }
398
-
399
- // CIDRv4
400
- export type $ZodCIDRv4Params = StringFormatParams<schemas.$ZodCIDRv4, "pattern" | "when">;
401
- export type $ZodCheckCIDRv4Params = CheckStringFormatParams<schemas.$ZodCIDRv4, "pattern" | "when">;
402
- // @__NO_SIDE_EFFECTS__
403
- export function _cidrv4<T extends schemas.$ZodCIDRv4>(
404
- Class: util.SchemaClass<T>,
405
- params?: string | $ZodCIDRv4Params | $ZodCheckCIDRv4Params
406
- ): T {
407
- return new Class({
408
- type: "string",
409
- format: "cidrv4",
410
- check: "string_format",
411
- abort: false,
412
- ...util.normalizeParams(params),
413
- });
414
- }
415
-
416
- // CIDRv6
417
- export type $ZodCIDRv6Params = StringFormatParams<schemas.$ZodCIDRv6, "pattern" | "when">;
418
- export type $ZodCheckCIDRv6Params = CheckStringFormatParams<schemas.$ZodCIDRv6, "pattern" | "when">;
419
- // @__NO_SIDE_EFFECTS__
420
- export function _cidrv6<T extends schemas.$ZodCIDRv6>(
421
- Class: util.SchemaClass<T>,
422
- params?: string | $ZodCIDRv6Params | $ZodCheckCIDRv6Params
423
- ): T {
424
- return new Class({
425
- type: "string",
426
- format: "cidrv6",
427
- check: "string_format",
428
- abort: false,
429
- ...util.normalizeParams(params),
430
- });
431
- }
432
-
433
- // Base64
434
- export type $ZodBase64Params = StringFormatParams<schemas.$ZodBase64, "pattern" | "when">;
435
- export type $ZodCheckBase64Params = CheckStringFormatParams<schemas.$ZodBase64, "pattern" | "when">;
436
- // @__NO_SIDE_EFFECTS__
437
- export function _base64<T extends schemas.$ZodBase64>(
438
- Class: util.SchemaClass<T>,
439
- params?: string | $ZodBase64Params | $ZodCheckBase64Params
440
- ): T {
441
- return new Class({
442
- type: "string",
443
- format: "base64",
444
- check: "string_format",
445
- abort: false,
446
- ...util.normalizeParams(params),
447
- });
448
- }
449
-
450
- // base64url
451
- export type $ZodBase64URLParams = StringFormatParams<schemas.$ZodBase64URL, "pattern" | "when">;
452
- export type $ZodCheckBase64URLParams = CheckStringFormatParams<schemas.$ZodBase64URL, "pattern" | "when">;
453
- // @__NO_SIDE_EFFECTS__
454
- export function _base64url<T extends schemas.$ZodBase64URL>(
455
- Class: util.SchemaClass<T>,
456
- params?: string | $ZodBase64URLParams | $ZodCheckBase64URLParams
457
- ): T {
458
- return new Class({
459
- type: "string",
460
- format: "base64url",
461
- check: "string_format",
462
- abort: false,
463
- ...util.normalizeParams(params),
464
- });
465
- }
466
-
467
- // E164
468
- export type $ZodE164Params = StringFormatParams<schemas.$ZodE164, "when">;
469
- export type $ZodCheckE164Params = CheckStringFormatParams<schemas.$ZodE164, "when">;
470
- // @__NO_SIDE_EFFECTS__
471
- export function _e164<T extends schemas.$ZodE164>(
472
- Class: util.SchemaClass<T>,
473
- params?: string | $ZodE164Params | $ZodCheckE164Params
474
- ): T {
475
- return new Class({
476
- type: "string",
477
- format: "e164",
478
- check: "string_format",
479
- abort: false,
480
- ...util.normalizeParams(params),
481
- });
482
- }
483
-
484
- // JWT
485
- export type $ZodJWTParams = StringFormatParams<schemas.$ZodJWT, "pattern" | "when">;
486
- export type $ZodCheckJWTParams = CheckStringFormatParams<schemas.$ZodJWT, "pattern" | "when">;
487
- // @__NO_SIDE_EFFECTS__
488
- export function _jwt<T extends schemas.$ZodJWT>(
489
- Class: util.SchemaClass<T>,
490
- params?: string | $ZodJWTParams | $ZodCheckJWTParams
491
- ): T {
492
- return new Class({
493
- type: "string",
494
- format: "jwt",
495
- check: "string_format",
496
- abort: false,
497
- ...util.normalizeParams(params),
498
- });
499
- }
500
-
501
- export const TimePrecision = {
502
- Any: null,
503
- Minute: -1,
504
- Second: 0,
505
- Millisecond: 3,
506
- Microsecond: 6,
507
- } as const;
508
- // ISODateTime
509
- export type $ZodISODateTimeParams = StringFormatParams<schemas.$ZodISODateTime, "pattern" | "when">;
510
- export type $ZodCheckISODateTimeParams = CheckStringFormatParams<schemas.$ZodISODateTime, "pattern" | "when">;
511
- // @__NO_SIDE_EFFECTS__
512
- export function _isoDateTime<T extends schemas.$ZodISODateTime>(
513
- Class: util.SchemaClass<T>,
514
- params?: string | $ZodISODateTimeParams | $ZodCheckISODateTimeParams
515
- ): T {
516
- return new Class({
517
- type: "string",
518
- format: "datetime",
519
- check: "string_format",
520
- offset: false,
521
- local: false,
522
- precision: null,
523
- ...util.normalizeParams(params),
524
- });
525
- }
526
-
527
- // ISODate
528
- export type $ZodISODateParams = StringFormatParams<schemas.$ZodISODate, "pattern" | "when">;
529
- export type $ZodCheckISODateParams = CheckStringFormatParams<schemas.$ZodISODate, "pattern" | "when">;
530
- // @__NO_SIDE_EFFECTS__
531
- export function _isoDate<T extends schemas.$ZodISODate>(
532
- Class: util.SchemaClass<T>,
533
- params?: string | $ZodISODateParams | $ZodCheckISODateParams
534
- ): T {
535
- return new Class({
536
- type: "string",
537
- format: "date",
538
- check: "string_format",
539
- ...util.normalizeParams(params),
540
- });
541
- }
542
-
543
- // ISOTime
544
- export type $ZodISOTimeParams = StringFormatParams<schemas.$ZodISOTime, "pattern" | "when">;
545
- export type $ZodCheckISOTimeParams = CheckStringFormatParams<schemas.$ZodISOTime, "pattern" | "when">;
546
- // @__NO_SIDE_EFFECTS__
547
- export function _isoTime<T extends schemas.$ZodISOTime>(
548
- Class: util.SchemaClass<T>,
549
- params?: string | $ZodISOTimeParams | $ZodCheckISOTimeParams
550
- ): T {
551
- return new Class({
552
- type: "string",
553
- format: "time",
554
- check: "string_format",
555
- precision: null,
556
- ...util.normalizeParams(params),
557
- });
558
- }
559
-
560
- // ISODuration
561
- export type $ZodISODurationParams = StringFormatParams<schemas.$ZodISODuration, "when">;
562
- export type $ZodCheckISODurationParams = CheckStringFormatParams<schemas.$ZodISODuration, "when">;
563
- // @__NO_SIDE_EFFECTS__
564
- export function _isoDuration<T extends schemas.$ZodISODuration>(
565
- Class: util.SchemaClass<T>,
566
- params?: string | $ZodISODurationParams | $ZodCheckISODurationParams
567
- ): T {
568
- return new Class({
569
- type: "string",
570
- format: "duration",
571
- check: "string_format",
572
- ...util.normalizeParams(params),
573
- });
574
- }
575
-
576
- // Number
577
- export type $ZodNumberParams = TypeParams<schemas.$ZodNumber<number>, "coerce">;
578
- export type $ZodNumberFormatParams = CheckTypeParams<schemas.$ZodNumberFormat, "format" | "coerce">;
579
- export type $ZodCheckNumberFormatParams = CheckParams<checks.$ZodCheckNumberFormat, "format" | "when">;
580
- // @__NO_SIDE_EFFECTS__
581
- export function _number<T extends schemas.$ZodNumber>(
582
- Class: util.SchemaClass<T>,
583
- params?: string | $ZodNumberParams
584
- ): T {
585
- return new Class({
586
- type: "number",
587
- checks: [],
588
- ...util.normalizeParams(params),
589
- });
590
- }
591
-
592
- // @__NO_SIDE_EFFECTS__
593
- export function _coercedNumber<T extends schemas.$ZodNumber>(
594
- Class: util.SchemaClass<T>,
595
- params?: string | $ZodNumberParams
596
- ): T {
597
- return new Class({
598
- type: "number",
599
- coerce: true,
600
- checks: [],
601
- ...util.normalizeParams(params),
602
- });
603
- }
604
-
605
- // @__NO_SIDE_EFFECTS__
606
- export function _int<T extends schemas.$ZodNumberFormat>(
607
- Class: util.SchemaClass<T>,
608
- params?: string | $ZodCheckNumberFormatParams
609
- ): T {
610
- return new Class({
611
- type: "number",
612
- check: "number_format",
613
- abort: false,
614
- format: "safeint",
615
- ...util.normalizeParams(params),
616
- });
617
- }
618
- // @__NO_SIDE_EFFECTS__
619
- export function _float32<T extends schemas.$ZodNumberFormat>(
620
- Class: util.SchemaClass<T>,
621
- params?: string | $ZodCheckNumberFormatParams
622
- ): T {
623
- return new Class({
624
- type: "number",
625
- check: "number_format",
626
- abort: false,
627
- format: "float32",
628
- ...util.normalizeParams(params),
629
- });
630
- }
631
- // @__NO_SIDE_EFFECTS__
632
- export function _float64<T extends schemas.$ZodNumberFormat>(
633
- Class: util.SchemaClass<T>,
634
- params?: string | $ZodCheckNumberFormatParams
635
- ): T {
636
- return new Class({
637
- type: "number",
638
- check: "number_format",
639
- abort: false,
640
- format: "float64",
641
- ...util.normalizeParams(params),
642
- });
643
- }
644
- // @__NO_SIDE_EFFECTS__
645
- export function _int32<T extends schemas.$ZodNumberFormat>(
646
- Class: util.SchemaClass<T>,
647
- params?: string | $ZodCheckNumberFormatParams
648
- ): T {
649
- return new Class({
650
- type: "number",
651
- check: "number_format",
652
- abort: false,
653
- format: "int32",
654
- ...util.normalizeParams(params),
655
- });
656
- }
657
- // @__NO_SIDE_EFFECTS__
658
- export function _uint32<T extends schemas.$ZodNumberFormat>(
659
- Class: util.SchemaClass<T>,
660
- params?: string | $ZodCheckNumberFormatParams
661
- ): T {
662
- return new Class({
663
- type: "number",
664
- check: "number_format",
665
- abort: false,
666
- format: "uint32",
667
- ...util.normalizeParams(params),
668
- });
669
- }
670
-
671
- // Boolean
672
- export type $ZodBooleanParams = TypeParams<schemas.$ZodBoolean<boolean>, "coerce">;
673
- // @__NO_SIDE_EFFECTS__
674
- export function _boolean<T extends schemas.$ZodBoolean>(
675
- Class: util.SchemaClass<T>,
676
- params?: string | $ZodBooleanParams
677
- ): T {
678
- return new Class({
679
- type: "boolean",
680
- ...util.normalizeParams(params),
681
- });
682
- }
683
- // @__NO_SIDE_EFFECTS__
684
- export function _coercedBoolean<T extends schemas.$ZodBoolean>(
685
- Class: util.SchemaClass<T>,
686
- params?: string | $ZodBooleanParams
687
- ): T {
688
- return new Class({
689
- type: "boolean",
690
- coerce: true,
691
- ...util.normalizeParams(params),
692
- });
693
- }
694
-
695
- // BigInt
696
- export type $ZodBigIntParams = TypeParams<schemas.$ZodBigInt<bigint>>;
697
- export type $ZodBigIntFormatParams = CheckTypeParams<schemas.$ZodBigIntFormat, "format" | "coerce">;
698
- export type $ZodCheckBigIntFormatParams = CheckParams<checks.$ZodCheckBigIntFormat, "format" | "when">;
699
- // @__NO_SIDE_EFFECTS__
700
- export function _bigint<T extends schemas.$ZodBigInt>(
701
- Class: util.SchemaClass<T>,
702
- params?: string | $ZodBigIntParams
703
- ): T {
704
- return new Class({
705
- type: "bigint",
706
- ...util.normalizeParams(params),
707
- });
708
- }
709
- // @__NO_SIDE_EFFECTS__
710
- export function _coercedBigint<T extends schemas.$ZodBigInt>(
711
- Class: util.SchemaClass<T>,
712
- params?: string | $ZodBigIntParams
713
- ): T {
714
- return new Class({
715
- type: "bigint",
716
- coerce: true,
717
- ...util.normalizeParams(params),
718
- });
719
- }
720
-
721
- // @__NO_SIDE_EFFECTS__
722
- export function _int64<T extends schemas.$ZodBigIntFormat>(
723
- Class: util.SchemaClass<T>,
724
- params?: string | $ZodBigIntFormatParams
725
- ): T {
726
- return new Class({
727
- type: "bigint",
728
- check: "bigint_format",
729
- abort: false,
730
- format: "int64",
731
- ...util.normalizeParams(params),
732
- });
733
- }
734
- // @__NO_SIDE_EFFECTS__
735
- export function _uint64<T extends schemas.$ZodBigIntFormat>(
736
- Class: util.SchemaClass<T>,
737
- params?: string | $ZodBigIntFormatParams
738
- ): T {
739
- return new Class({
740
- type: "bigint",
741
- check: "bigint_format",
742
- abort: false,
743
- format: "uint64",
744
- ...util.normalizeParams(params),
745
- });
746
- }
747
-
748
- // Symbol
749
- export type $ZodSymbolParams = TypeParams<schemas.$ZodSymbol>;
750
- // @__NO_SIDE_EFFECTS__
751
- export function _symbol<T extends schemas.$ZodSymbol>(
752
- Class: util.SchemaClass<T>,
753
- params?: string | $ZodSymbolParams
754
- ): T {
755
- return new Class({
756
- type: "symbol",
757
- ...util.normalizeParams(params),
758
- });
759
- }
760
-
761
- // Undefined
762
- export type $ZodUndefinedParams = TypeParams<schemas.$ZodUndefined>;
763
- // @__NO_SIDE_EFFECTS__
764
- export function _undefined<T extends schemas.$ZodUndefined>(
765
- Class: util.SchemaClass<T>,
766
- params?: string | $ZodUndefinedParams
767
- ): T {
768
- return new Class({
769
- type: "undefined",
770
- ...util.normalizeParams(params),
771
- });
772
- }
773
-
774
- // Null
775
- export type $ZodNullParams = TypeParams<schemas.$ZodNull>;
776
- // @__NO_SIDE_EFFECTS__
777
- export function _null<T extends schemas.$ZodNull>(Class: util.SchemaClass<T>, params?: string | $ZodNullParams): T {
778
- return new Class({
779
- type: "null",
780
- ...util.normalizeParams(params),
781
- });
782
- }
783
-
784
- // Any
785
- export type $ZodAnyParams = TypeParams<schemas.$ZodAny>;
786
- // @__NO_SIDE_EFFECTS__
787
- export function _any<T extends schemas.$ZodAny>(Class: util.SchemaClass<T>): T {
788
- return new Class({
789
- type: "any",
790
- });
791
- }
792
-
793
- // Unknown
794
- export type $ZodUnknownParams = TypeParams<schemas.$ZodUnknown>;
795
- // @__NO_SIDE_EFFECTS__
796
- export function _unknown<T extends schemas.$ZodUnknown>(Class: util.SchemaClass<T>): T {
797
- return new Class({
798
- type: "unknown",
799
- });
800
- }
801
-
802
- // Never
803
- export type $ZodNeverParams = TypeParams<schemas.$ZodNever>;
804
- // @__NO_SIDE_EFFECTS__
805
- export function _never<T extends schemas.$ZodNever>(Class: util.SchemaClass<T>, params?: string | $ZodNeverParams): T {
806
- return new Class({
807
- type: "never",
808
- ...util.normalizeParams(params),
809
- });
810
- }
811
-
812
- // Void
813
- export type $ZodVoidParams = TypeParams<schemas.$ZodVoid>;
814
- // @__NO_SIDE_EFFECTS__
815
- export function _void<T extends schemas.$ZodVoid>(Class: util.SchemaClass<T>, params?: string | $ZodVoidParams): T {
816
- return new Class({
817
- type: "void",
818
- ...util.normalizeParams(params),
819
- });
820
- }
821
-
822
- // Date
823
- export type $ZodDateParams = TypeParams<schemas.$ZodDate, "coerce">;
824
- // @__NO_SIDE_EFFECTS__
825
- export function _date<T extends schemas.$ZodDate>(Class: util.SchemaClass<T>, params?: string | $ZodDateParams): T {
826
- return new Class({
827
- type: "date",
828
- ...util.normalizeParams(params),
829
- });
830
- }
831
- // @__NO_SIDE_EFFECTS__
832
- export function _coercedDate<T extends schemas.$ZodDate>(
833
- Class: util.SchemaClass<T>,
834
- params?: string | $ZodDateParams
835
- ): T {
836
- return new Class({
837
- type: "date",
838
- coerce: true,
839
- ...util.normalizeParams(params),
840
- });
841
- }
842
-
843
- // NaN
844
- export type $ZodNaNParams = TypeParams<schemas.$ZodNaN>;
845
- // @__NO_SIDE_EFFECTS__
846
- export function _nan<T extends schemas.$ZodNaN>(Class: util.SchemaClass<T>, params?: string | $ZodNaNParams): T {
847
- return new Class({
848
- type: "nan",
849
- ...util.normalizeParams(params),
850
- });
851
- }
852
-
853
- // export type $ZodCheckParams = CheckParams<checks.$ZodCheck, "abort" | "when">;
854
-
855
- export type $ZodCheckLessThanParams = CheckParams<checks.$ZodCheckLessThan, "inclusive" | "value" | "when">;
856
- // @__NO_SIDE_EFFECTS__
857
- export function _lt(
858
- value: util.Numeric,
859
- params?: string | $ZodCheckLessThanParams
860
- ): checks.$ZodCheckLessThan<util.Numeric> {
861
- return new checks.$ZodCheckLessThan({
862
- check: "less_than",
863
- ...util.normalizeParams(params),
864
- value,
865
- inclusive: false,
866
- });
867
- }
868
-
869
- // @__NO_SIDE_EFFECTS__
870
- export function _lte(
871
- value: util.Numeric,
872
- params?: string | $ZodCheckLessThanParams
873
- ): checks.$ZodCheckLessThan<util.Numeric> {
874
- return new checks.$ZodCheckLessThan({
875
- check: "less_than",
876
-
877
- ...util.normalizeParams(params),
878
- value,
879
- inclusive: true,
880
- });
881
- }
882
- export {
883
- /** @deprecated Use `z.lte()` instead. */
884
- _lte as _max,
885
- };
886
-
887
- // ZodCheckGreaterThan
888
- export type $ZodCheckGreaterThanParams = CheckParams<checks.$ZodCheckGreaterThan, "inclusive" | "value" | "when">;
889
- // @__NO_SIDE_EFFECTS__
890
- export function _gt(value: util.Numeric, params?: string | $ZodCheckGreaterThanParams): checks.$ZodCheckGreaterThan {
891
- return new checks.$ZodCheckGreaterThan({
892
- check: "greater_than",
893
-
894
- ...util.normalizeParams(params),
895
- value,
896
- inclusive: false,
897
- });
898
- }
899
-
900
- // @__NO_SIDE_EFFECTS__
901
- export function _gte(value: util.Numeric, params?: string | $ZodCheckGreaterThanParams): checks.$ZodCheckGreaterThan {
902
- return new checks.$ZodCheckGreaterThan({
903
- check: "greater_than",
904
- ...util.normalizeParams(params),
905
- value,
906
- inclusive: true,
907
- });
908
- }
909
-
910
- export {
911
- /** @deprecated Use `z.gte()` instead. */
912
- _gte as _min,
913
- };
914
-
915
- // @__NO_SIDE_EFFECTS__
916
- export function _positive(params?: string | $ZodCheckGreaterThanParams): checks.$ZodCheckGreaterThan {
917
- return _gt(0, params);
918
- }
919
-
920
- // negative
921
- // @__NO_SIDE_EFFECTS__
922
- export function _negative(params?: string | $ZodCheckLessThanParams): checks.$ZodCheckLessThan {
923
- return _lt(0, params);
924
- }
925
-
926
- // nonpositive
927
- // @__NO_SIDE_EFFECTS__
928
- export function _nonpositive(params?: string | $ZodCheckLessThanParams): checks.$ZodCheckLessThan {
929
- return _lte(0, params);
930
- }
931
-
932
- // nonnegative
933
- // @__NO_SIDE_EFFECTS__
934
- export function _nonnegative(params?: string | $ZodCheckGreaterThanParams): checks.$ZodCheckGreaterThan {
935
- return _gte(0, params);
936
- }
937
-
938
- export type $ZodCheckMultipleOfParams = CheckParams<checks.$ZodCheckMultipleOf, "value" | "when">;
939
- // @__NO_SIDE_EFFECTS__
940
- export function _multipleOf(
941
- value: number | bigint,
942
- params?: string | $ZodCheckMultipleOfParams
943
- ): checks.$ZodCheckMultipleOf {
944
- return new checks.$ZodCheckMultipleOf({
945
- check: "multiple_of",
946
- ...util.normalizeParams(params),
947
- value,
948
- });
949
- }
950
-
951
- export type $ZodCheckMaxSizeParams = CheckParams<checks.$ZodCheckMaxSize, "maximum" | "when">;
952
- // @__NO_SIDE_EFFECTS__
953
- export function _maxSize(
954
- maximum: number,
955
- params?: string | $ZodCheckMaxSizeParams
956
- ): checks.$ZodCheckMaxSize<util.HasSize> {
957
- return new checks.$ZodCheckMaxSize({
958
- check: "max_size",
959
- ...util.normalizeParams(params),
960
- maximum,
961
- });
962
- }
963
-
964
- export type $ZodCheckMinSizeParams = CheckParams<checks.$ZodCheckMinSize, "minimum" | "when">;
965
- // @__NO_SIDE_EFFECTS__
966
- export function _minSize(
967
- minimum: number,
968
- params?: string | $ZodCheckMinSizeParams
969
- ): checks.$ZodCheckMinSize<util.HasSize> {
970
- return new checks.$ZodCheckMinSize({
971
- check: "min_size",
972
- ...util.normalizeParams(params),
973
- minimum,
974
- });
975
- }
976
-
977
- export type $ZodCheckSizeEqualsParams = CheckParams<checks.$ZodCheckSizeEquals, "size" | "when">;
978
- // @__NO_SIDE_EFFECTS__
979
- export function _size(
980
- size: number,
981
- params?: string | $ZodCheckSizeEqualsParams
982
- ): checks.$ZodCheckSizeEquals<util.HasSize> {
983
- return new checks.$ZodCheckSizeEquals({
984
- check: "size_equals",
985
- ...util.normalizeParams(params),
986
- size,
987
- });
988
- }
989
-
990
- export type $ZodCheckMaxLengthParams = CheckParams<checks.$ZodCheckMaxLength, "maximum" | "when">;
991
- // @__NO_SIDE_EFFECTS__
992
- export function _maxLength(
993
- maximum: number,
994
- params?: string | $ZodCheckMaxLengthParams
995
- ): checks.$ZodCheckMaxLength<util.HasLength> {
996
- const ch = new checks.$ZodCheckMaxLength({
997
- check: "max_length",
998
- ...util.normalizeParams(params),
999
- maximum,
1000
- });
1001
- return ch;
1002
- }
1003
-
1004
- export type $ZodCheckMinLengthParams = CheckParams<checks.$ZodCheckMinLength, "minimum" | "when">;
1005
- // @__NO_SIDE_EFFECTS__
1006
- export function _minLength(
1007
- minimum: number,
1008
- params?: string | $ZodCheckMinLengthParams
1009
- ): checks.$ZodCheckMinLength<util.HasLength> {
1010
- return new checks.$ZodCheckMinLength({
1011
- check: "min_length",
1012
- ...util.normalizeParams(params),
1013
- minimum,
1014
- });
1015
- }
1016
-
1017
- export type $ZodCheckLengthEqualsParams = CheckParams<checks.$ZodCheckLengthEquals, "length" | "when">;
1018
- // @__NO_SIDE_EFFECTS__
1019
- export function _length(
1020
- length: number,
1021
- params?: string | $ZodCheckLengthEqualsParams
1022
- ): checks.$ZodCheckLengthEquals<util.HasLength> {
1023
- return new checks.$ZodCheckLengthEquals({
1024
- check: "length_equals",
1025
- ...util.normalizeParams(params),
1026
- length,
1027
- });
1028
- }
1029
-
1030
- export type $ZodCheckRegexParams = CheckParams<checks.$ZodCheckRegex, "format" | "pattern" | "when">;
1031
- // @__NO_SIDE_EFFECTS__
1032
- export function _regex(pattern: RegExp, params?: string | $ZodCheckRegexParams): checks.$ZodCheckRegex {
1033
- return new checks.$ZodCheckRegex({
1034
- check: "string_format",
1035
- format: "regex",
1036
- ...util.normalizeParams(params),
1037
- pattern,
1038
- });
1039
- }
1040
-
1041
- export type $ZodCheckLowerCaseParams = CheckParams<checks.$ZodCheckLowerCase, "format" | "when">;
1042
- // @__NO_SIDE_EFFECTS__
1043
- export function _lowercase(params?: string | $ZodCheckLowerCaseParams): checks.$ZodCheckLowerCase {
1044
- return new checks.$ZodCheckLowerCase({
1045
- check: "string_format",
1046
- format: "lowercase",
1047
- ...util.normalizeParams(params),
1048
- });
1049
- }
1050
-
1051
- export type $ZodCheckUpperCaseParams = CheckParams<checks.$ZodCheckUpperCase, "format" | "when">;
1052
-
1053
- // @__NO_SIDE_EFFECTS__
1054
- export function _uppercase(params?: string | $ZodCheckUpperCaseParams): checks.$ZodCheckUpperCase {
1055
- return new checks.$ZodCheckUpperCase({
1056
- check: "string_format",
1057
- format: "uppercase",
1058
- ...util.normalizeParams(params),
1059
- });
1060
- }
1061
-
1062
- export type $ZodCheckIncludesParams = CheckParams<checks.$ZodCheckIncludes, "includes" | "format" | "when" | "pattern">;
1063
- // @__NO_SIDE_EFFECTS__
1064
- export function _includes(includes: string, params?: string | $ZodCheckIncludesParams): checks.$ZodCheckIncludes {
1065
- return new checks.$ZodCheckIncludes({
1066
- check: "string_format",
1067
- format: "includes",
1068
- ...util.normalizeParams(params),
1069
- includes,
1070
- });
1071
- }
1072
- export type $ZodCheckStartsWithParams = CheckParams<
1073
- checks.$ZodCheckStartsWith,
1074
- "prefix" | "format" | "when" | "pattern"
1075
- >;
1076
- // @__NO_SIDE_EFFECTS__
1077
- export function _startsWith(prefix: string, params?: string | $ZodCheckStartsWithParams): checks.$ZodCheckStartsWith {
1078
- return new checks.$ZodCheckStartsWith({
1079
- check: "string_format",
1080
- format: "starts_with",
1081
- ...util.normalizeParams(params),
1082
- prefix,
1083
- });
1084
- }
1085
-
1086
- export type $ZodCheckEndsWithParams = CheckParams<checks.$ZodCheckEndsWith, "suffix" | "format" | "pattern" | "when">;
1087
-
1088
- // @__NO_SIDE_EFFECTS__
1089
- export function _endsWith(suffix: string, params?: string | $ZodCheckEndsWithParams): checks.$ZodCheckEndsWith {
1090
- return new checks.$ZodCheckEndsWith({
1091
- check: "string_format",
1092
- format: "ends_with",
1093
- ...util.normalizeParams(params),
1094
- suffix,
1095
- });
1096
- }
1097
-
1098
- export type $ZodCheckPropertyParams = CheckParams<checks.$ZodCheckProperty, "property" | "schema" | "when">;
1099
- // @__NO_SIDE_EFFECTS__
1100
- export function _property<K extends string, T extends schemas.$ZodType>(
1101
- property: K,
1102
- schema: T,
1103
- params?: string | $ZodCheckPropertyParams
1104
- ): checks.$ZodCheckProperty<{ [k in K]: core.output<T> }> {
1105
- return new checks.$ZodCheckProperty({
1106
- check: "property",
1107
- property,
1108
- schema,
1109
- ...util.normalizeParams(params),
1110
- });
1111
- }
1112
-
1113
- export type $ZodCheckMimeTypeParams = CheckParams<checks.$ZodCheckMimeType, "mime" | "when">;
1114
- // @__NO_SIDE_EFFECTS__
1115
- export function _mime(types: util.MimeTypes[], params?: string | $ZodCheckMimeTypeParams): checks.$ZodCheckMimeType {
1116
- return new checks.$ZodCheckMimeType({
1117
- check: "mime_type",
1118
- mime: types,
1119
- ...util.normalizeParams(params),
1120
- });
1121
- }
1122
-
1123
- // @__NO_SIDE_EFFECTS__
1124
- export function _overwrite<T>(tx: (input: T) => T): checks.$ZodCheckOverwrite<T> {
1125
- return new checks.$ZodCheckOverwrite({
1126
- check: "overwrite",
1127
- tx,
1128
- }) as checks.$ZodCheckOverwrite<T>;
1129
- }
1130
- // normalize
1131
- // @__NO_SIDE_EFFECTS__
1132
- export function _normalize(form?: "NFC" | "NFD" | "NFKC" | "NFKD" | (string & {})): checks.$ZodCheckOverwrite<string> {
1133
- return _overwrite((input) => input.normalize(form));
1134
- }
1135
-
1136
- // trim
1137
- // @__NO_SIDE_EFFECTS__
1138
- export function _trim(): checks.$ZodCheckOverwrite<string> {
1139
- return _overwrite((input) => input.trim());
1140
- }
1141
- // toLowerCase
1142
- // @__NO_SIDE_EFFECTS__
1143
- export function _toLowerCase(): checks.$ZodCheckOverwrite<string> {
1144
- return _overwrite((input) => input.toLowerCase());
1145
- }
1146
- // toUpperCase
1147
- // @__NO_SIDE_EFFECTS__
1148
- export function _toUpperCase(): checks.$ZodCheckOverwrite<string> {
1149
- return _overwrite((input) => input.toUpperCase());
1150
- }
1151
- // slugify
1152
- // @__NO_SIDE_EFFECTS__
1153
- export function _slugify(): checks.$ZodCheckOverwrite<string> {
1154
- return _overwrite((input) => util.slugify(input));
1155
- }
1156
-
1157
- /////// collections ///////
1158
-
1159
- // Array
1160
- export type $ZodArrayParams = TypeParams<schemas.$ZodArray, "element">;
1161
- // @__NO_SIDE_EFFECTS__
1162
- export function _array<T extends schemas.$ZodType>(
1163
- Class: util.SchemaClass<schemas.$ZodArray>,
1164
- element: T,
1165
- params?: string | $ZodArrayParams
1166
- ): schemas.$ZodArray<T> {
1167
- return new Class({
1168
- type: "array",
1169
- element,
1170
- // get element() {
1171
- // return element;
1172
- // },
1173
- ...util.normalizeParams(params),
1174
- }) as any;
1175
- }
1176
-
1177
- export type $ZodObjectParams = TypeParams<schemas.$ZodObject, "shape" | "catchall">;
1178
-
1179
- // ZodUnion
1180
- export type $ZodUnionParams = TypeParams<schemas.$ZodUnion, "options">;
1181
- // @__NO_SIDE_EFFECTS__
1182
- export function _union<const T extends readonly schemas.$ZodObject[]>(
1183
- Class: util.SchemaClass<schemas.$ZodUnion>,
1184
- options: T,
1185
- params?: string | $ZodUnionParams
1186
- ): schemas.$ZodUnion<T> {
1187
- return new Class({
1188
- type: "union",
1189
- options,
1190
- ...util.normalizeParams(params),
1191
- }) as any;
1192
- }
1193
-
1194
- // ZodXor
1195
- export type $ZodXorParams = TypeParams<schemas.$ZodXor, "options">;
1196
- export function _xor<const T extends readonly schemas.$ZodObject[]>(
1197
- Class: util.SchemaClass<schemas.$ZodXor>,
1198
- options: T,
1199
- params?: string | $ZodXorParams
1200
- ): schemas.$ZodXor<T> {
1201
- return new Class({
1202
- type: "union",
1203
- options,
1204
- inclusive: false,
1205
- ...util.normalizeParams(params),
1206
- }) as any;
1207
- }
1208
-
1209
- // ZodDiscriminatedUnion
1210
- export interface $ZodTypeDiscriminableInternals<Disc extends string = string>
1211
- extends schemas.$ZodTypeInternals<unknown, { [K in Disc]?: unknown }> {
1212
- propValues: util.PropValues;
1213
- }
1214
-
1215
- export interface $ZodTypeDiscriminable<Disc extends string = string> extends schemas.$ZodType {
1216
- _zod: $ZodTypeDiscriminableInternals<Disc>;
1217
- }
1218
-
1219
- export type $ZodDiscriminatedUnionParams = TypeParams<schemas.$ZodDiscriminatedUnion, "options" | "discriminator">;
1220
- // @__NO_SIDE_EFFECTS__
1221
- export function _discriminatedUnion<
1222
- Types extends [$ZodTypeDiscriminable<Disc>, ...$ZodTypeDiscriminable<Disc>[]],
1223
- Disc extends string,
1224
- >(
1225
- Class: util.SchemaClass<schemas.$ZodDiscriminatedUnion>,
1226
- discriminator: Disc,
1227
- options: Types,
1228
- params?: string | $ZodDiscriminatedUnionParams
1229
- ): schemas.$ZodDiscriminatedUnion<Types, Disc> {
1230
- return new Class({
1231
- type: "union",
1232
- options,
1233
- discriminator,
1234
- ...util.normalizeParams(params),
1235
- }) as any;
1236
- }
1237
-
1238
- // ZodIntersection
1239
- export type $ZodIntersectionParams = TypeParams<schemas.$ZodIntersection, "left" | "right">;
1240
- // @__NO_SIDE_EFFECTS__
1241
- export function _intersection<T extends schemas.$ZodObject, U extends schemas.$ZodObject>(
1242
- Class: util.SchemaClass<schemas.$ZodIntersection>,
1243
- left: T,
1244
- right: U
1245
- ): schemas.$ZodIntersection<T, U> {
1246
- return new Class({
1247
- type: "intersection",
1248
- left,
1249
- right,
1250
- }) as any;
1251
- }
1252
-
1253
- // ZodTuple
1254
- export type $ZodTupleParams = TypeParams<schemas.$ZodTuple, "items" | "rest">;
1255
- // @__NO_SIDE_EFFECTS__
1256
- export function _tuple<T extends readonly [schemas.$ZodType, ...schemas.$ZodType[]]>(
1257
- Class: util.SchemaClass<schemas.$ZodTuple>,
1258
- items: T,
1259
- params?: string | $ZodTupleParams
1260
- ): schemas.$ZodTuple<T, null>;
1261
- // @__NO_SIDE_EFFECTS__
1262
- export function _tuple<T extends readonly [schemas.$ZodType, ...schemas.$ZodType[]], Rest extends schemas.$ZodType>(
1263
- Class: util.SchemaClass<schemas.$ZodTuple>,
1264
- items: T,
1265
- rest: Rest,
1266
- params?: string | $ZodTupleParams
1267
- ): schemas.$ZodTuple<T, Rest>;
1268
- // export function _tuple(
1269
- // Class: util.SchemaClass<schemas.$ZodTuple>,
1270
- // items: [],
1271
- // params?: string | $ZodTupleParams
1272
- // ): schemas.$ZodTuple<[], null>;
1273
- // @__NO_SIDE_EFFECTS__
1274
- export function _tuple(
1275
- Class: util.SchemaClass<schemas.$ZodTuple>,
1276
- items: schemas.$ZodType[],
1277
- _paramsOrRest?: string | $ZodTupleParams | schemas.$ZodType,
1278
- _params?: string | $ZodTupleParams
1279
- ) {
1280
- const hasRest = _paramsOrRest instanceof schemas.$ZodType;
1281
- const params = hasRest ? _params : _paramsOrRest;
1282
- const rest = hasRest ? _paramsOrRest : null;
1283
- return new Class({
1284
- type: "tuple",
1285
- items,
1286
- rest,
1287
- ...util.normalizeParams(params),
1288
- });
1289
- }
1290
-
1291
- // ZodRecord
1292
- export type $ZodRecordParams = TypeParams<schemas.$ZodRecord, "keyType" | "valueType">;
1293
- // @__NO_SIDE_EFFECTS__
1294
- export function _record<Key extends schemas.$ZodRecordKey, Value extends schemas.$ZodObject>(
1295
- Class: util.SchemaClass<schemas.$ZodRecord>,
1296
- keyType: Key,
1297
- valueType: Value,
1298
- params?: string | $ZodRecordParams
1299
- ): schemas.$ZodRecord<Key, Value> {
1300
- return new Class({
1301
- type: "record",
1302
- keyType,
1303
- valueType,
1304
- ...util.normalizeParams(params),
1305
- }) as any;
1306
- }
1307
-
1308
- // ZodMap
1309
- export type $ZodMapParams = TypeParams<schemas.$ZodMap, "keyType" | "valueType">;
1310
- // @__NO_SIDE_EFFECTS__
1311
- export function _map<Key extends schemas.$ZodObject, Value extends schemas.$ZodObject>(
1312
- Class: util.SchemaClass<schemas.$ZodMap>,
1313
- keyType: Key,
1314
- valueType: Value,
1315
- params?: string | $ZodMapParams
1316
- ): schemas.$ZodMap<Key, Value> {
1317
- return new Class({
1318
- type: "map",
1319
- keyType,
1320
- valueType,
1321
- ...util.normalizeParams(params),
1322
- }) as any;
1323
- }
1324
-
1325
- // ZodSet
1326
- export type $ZodSetParams = TypeParams<schemas.$ZodSet, "valueType">;
1327
- // @__NO_SIDE_EFFECTS__
1328
- export function _set<Value extends schemas.$ZodObject>(
1329
- Class: util.SchemaClass<schemas.$ZodSet>,
1330
- valueType: Value,
1331
- params?: string | $ZodSetParams
1332
- ): schemas.$ZodSet<Value> {
1333
- return new Class({
1334
- type: "set",
1335
- valueType,
1336
- ...util.normalizeParams(params),
1337
- }) as any;
1338
- }
1339
-
1340
- // ZodEnum
1341
- export type $ZodEnumParams = TypeParams<schemas.$ZodEnum, "entries">;
1342
- // @__NO_SIDE_EFFECTS__
1343
- export function _enum<const T extends string[]>(
1344
- Class: util.SchemaClass<schemas.$ZodEnum>,
1345
- values: T,
1346
- params?: string | $ZodEnumParams
1347
- ): schemas.$ZodEnum<util.ToEnum<T[number]>>;
1348
- // @__NO_SIDE_EFFECTS__
1349
- export function _enum<T extends util.EnumLike>(
1350
- Class: util.SchemaClass<schemas.$ZodEnum>,
1351
- entries: T,
1352
- params?: string | $ZodEnumParams
1353
- ): schemas.$ZodEnum<T>;
1354
- // @__NO_SIDE_EFFECTS__
1355
- export function _enum(Class: util.SchemaClass<schemas.$ZodEnum>, values: any, params?: string | $ZodEnumParams) {
1356
- const entries: any = Array.isArray(values) ? Object.fromEntries(values.map((v) => [v, v])) : values;
1357
- // if (Array.isArray(values)) {
1358
- // for (const value of values) {
1359
- // entries[value] = value;
1360
- // }
1361
- // } else {
1362
- // Object.assign(entries, values);
1363
- // }
1364
- // const entries: util.EnumLike = {};
1365
- // for (const val of values) {
1366
- // entries[val] = val;
1367
- // }
1368
-
1369
- return new Class({
1370
- type: "enum",
1371
- entries,
1372
- ...util.normalizeParams(params),
1373
- }) as any;
1374
- }
1375
-
1376
- // @__NO_SIDE_EFFECTS__
1377
- /** @deprecated This API has been merged into `z.enum()`. Use `z.enum()` instead.
1378
- *
1379
- * ```ts
1380
- * enum Colors { red, green, blue }
1381
- * z.enum(Colors);
1382
- * ```
1383
- */
1384
- export function _nativeEnum<T extends util.EnumLike>(
1385
- Class: util.SchemaClass<schemas.$ZodEnum>,
1386
- entries: T,
1387
- params?: string | $ZodEnumParams
1388
- ): schemas.$ZodEnum<T> {
1389
- return new Class({
1390
- type: "enum",
1391
- entries,
1392
- ...util.normalizeParams(params),
1393
- }) as any;
1394
- }
1395
-
1396
- // ZodLiteral
1397
- export type $ZodLiteralParams = TypeParams<schemas.$ZodLiteral, "values">;
1398
- export function _literal<const T extends Array<util.Literal>>(
1399
- Class: util.SchemaClass<schemas.$ZodLiteral>,
1400
- value: T,
1401
- params?: string | $ZodLiteralParams
1402
- ): schemas.$ZodLiteral<T[number]>;
1403
- export function _literal<const T extends util.Literal>(
1404
- Class: util.SchemaClass<schemas.$ZodLiteral>,
1405
- value: T,
1406
- params?: string | $ZodLiteralParams
1407
- ): schemas.$ZodLiteral<T>;
1408
- // @__NO_SIDE_EFFECTS__
1409
- export function _literal(Class: util.SchemaClass<schemas.$ZodLiteral>, value: any, params: any) {
1410
- return new Class({
1411
- type: "literal",
1412
- values: Array.isArray(value) ? value : [value],
1413
- ...util.normalizeParams(params),
1414
- });
1415
- }
1416
-
1417
- // ZodFile
1418
- export type $ZodFileParams = TypeParams<schemas.$ZodFile>;
1419
- // @__NO_SIDE_EFFECTS__
1420
- export function _file(Class: util.SchemaClass<schemas.$ZodFile>, params?: string | $ZodFileParams): schemas.$ZodFile {
1421
- return new Class({
1422
- type: "file",
1423
- ...util.normalizeParams(params),
1424
- });
1425
- }
1426
-
1427
- // ZodTransform
1428
- export type $ZodTransformParams = TypeParams<schemas.$ZodTransform, "transform">;
1429
- // @__NO_SIDE_EFFECTS__
1430
- export function _transform<I = unknown, O = I>(
1431
- Class: util.SchemaClass<schemas.$ZodTransform>,
1432
- fn: (input: I, ctx?: schemas.ParsePayload) => O
1433
- ): schemas.$ZodTransform<Awaited<O>, I> {
1434
- return new Class({
1435
- type: "transform",
1436
- transform: fn as any,
1437
- }) as any;
1438
- }
1439
-
1440
- // ZodOptional
1441
- export type $ZodOptionalParams = TypeParams<schemas.$ZodOptional, "innerType">;
1442
- // @__NO_SIDE_EFFECTS__
1443
- export function _optional<T extends schemas.$ZodObject>(
1444
- Class: util.SchemaClass<schemas.$ZodOptional>,
1445
- innerType: T
1446
- ): schemas.$ZodOptional<T> {
1447
- return new Class({
1448
- type: "optional",
1449
- innerType,
1450
- }) as any;
1451
- }
1452
-
1453
- // ZodNullable
1454
- export type $ZodNullableParams = TypeParams<schemas.$ZodNullable, "innerType">;
1455
- // @__NO_SIDE_EFFECTS__
1456
- export function _nullable<T extends schemas.$ZodObject>(
1457
- Class: util.SchemaClass<schemas.$ZodNullable>,
1458
- innerType: T
1459
- ): schemas.$ZodNullable<T> {
1460
- return new Class({
1461
- type: "nullable",
1462
- innerType,
1463
- }) as any;
1464
- }
1465
-
1466
- // ZodDefault
1467
- export type $ZodDefaultParams = TypeParams<schemas.$ZodDefault, "innerType" | "defaultValue">;
1468
- // @__NO_SIDE_EFFECTS__
1469
- export function _default<T extends schemas.$ZodObject>(
1470
- Class: util.SchemaClass<schemas.$ZodDefault>,
1471
- innerType: T,
1472
- defaultValue: util.NoUndefined<core.output<T>> | (() => util.NoUndefined<core.output<T>>)
1473
- ): schemas.$ZodDefault<T> {
1474
- return new Class({
1475
- type: "default",
1476
- innerType,
1477
- get defaultValue() {
1478
- return typeof defaultValue === "function" ? (defaultValue as Function)() : util.shallowClone(defaultValue);
1479
- },
1480
- }) as any;
1481
- }
1482
-
1483
- // ZodNonOptional
1484
- export type $ZodNonOptionalParams = TypeParams<schemas.$ZodNonOptional, "innerType">;
1485
- // @__NO_SIDE_EFFECTS__
1486
- export function _nonoptional<T extends schemas.$ZodObject>(
1487
- Class: util.SchemaClass<schemas.$ZodNonOptional>,
1488
- innerType: T,
1489
- params?: string | $ZodNonOptionalParams
1490
- ): schemas.$ZodNonOptional<T> {
1491
- return new Class({
1492
- type: "nonoptional",
1493
- innerType,
1494
- ...util.normalizeParams(params),
1495
- }) as any;
1496
- }
1497
-
1498
- // ZodSuccess
1499
- export type $ZodSuccessParams = TypeParams<schemas.$ZodSuccess, "innerType">;
1500
- // @__NO_SIDE_EFFECTS__
1501
- export function _success<T extends schemas.$ZodObject>(
1502
- Class: util.SchemaClass<schemas.$ZodSuccess>,
1503
- innerType: T
1504
- ): schemas.$ZodSuccess<T> {
1505
- return new Class({
1506
- type: "success",
1507
- innerType,
1508
- }) as any;
1509
- }
1510
-
1511
- // ZodCatch
1512
- export type $ZodCatchParams = TypeParams<schemas.$ZodCatch, "innerType" | "catchValue">;
1513
- // @__NO_SIDE_EFFECTS__
1514
- export function _catch<T extends schemas.$ZodObject>(
1515
- Class: util.SchemaClass<schemas.$ZodCatch>,
1516
- innerType: T,
1517
- catchValue: core.output<T> | ((ctx: schemas.$ZodCatchCtx) => core.output<T>)
1518
- ): schemas.$ZodCatch<T> {
1519
- return new Class({
1520
- type: "catch",
1521
- innerType,
1522
- catchValue: (typeof catchValue === "function" ? catchValue : () => catchValue) as any,
1523
- }) as any;
1524
- }
1525
-
1526
- // ZodPipe
1527
- export type $ZodPipeParams = TypeParams<schemas.$ZodPipe, "in" | "out">;
1528
- // @__NO_SIDE_EFFECTS__
1529
- export function _pipe<
1530
- const A extends schemas.$ZodType,
1531
- B extends schemas.$ZodType<unknown, core.output<A>> = schemas.$ZodType<unknown, core.output<A>>,
1532
- >(
1533
- Class: util.SchemaClass<schemas.$ZodPipe>,
1534
- in_: A,
1535
- out: B | schemas.$ZodType<unknown, core.output<A>>
1536
- ): schemas.$ZodPipe<A, B> {
1537
- return new Class({
1538
- type: "pipe",
1539
- in: in_,
1540
- out,
1541
- }) as any;
1542
- }
1543
-
1544
- // ZodReadonly
1545
- export type $ZodReadonlyParams = TypeParams<schemas.$ZodReadonly, "innerType">;
1546
- // @__NO_SIDE_EFFECTS__
1547
- export function _readonly<T extends schemas.$ZodObject>(
1548
- Class: util.SchemaClass<schemas.$ZodReadonly>,
1549
- innerType: T
1550
- ): schemas.$ZodReadonly<T> {
1551
- return new Class({
1552
- type: "readonly",
1553
- innerType,
1554
- }) as any;
1555
- }
1556
-
1557
- // ZodTemplateLiteral
1558
- export type $ZodTemplateLiteralParams = TypeParams<schemas.$ZodTemplateLiteral, "parts">;
1559
- // @__NO_SIDE_EFFECTS__
1560
- export function _templateLiteral<const Parts extends schemas.$ZodTemplateLiteralPart[]>(
1561
- Class: util.SchemaClass<schemas.$ZodTemplateLiteral>,
1562
- parts: Parts,
1563
- params?: string | $ZodTemplateLiteralParams
1564
- ): schemas.$ZodTemplateLiteral<schemas.$PartsToTemplateLiteral<Parts>> {
1565
- return new Class({
1566
- type: "template_literal",
1567
- parts,
1568
- ...util.normalizeParams(params),
1569
- }) as any;
1570
- }
1571
-
1572
- // ZodLazy
1573
- export type $ZodLazyParams = TypeParams<schemas.$ZodLazy, "getter">;
1574
- // @__NO_SIDE_EFFECTS__
1575
- export function _lazy<T extends schemas.$ZodType>(
1576
- Class: util.SchemaClass<schemas.$ZodLazy>,
1577
- getter: () => T
1578
- ): schemas.$ZodLazy<T> {
1579
- return new Class({
1580
- type: "lazy",
1581
- getter,
1582
- }) as any;
1583
- }
1584
-
1585
- // ZodPromise
1586
- export type $ZodPromiseParams = TypeParams<schemas.$ZodPromise, "innerType">;
1587
- // @__NO_SIDE_EFFECTS__
1588
- export function _promise<T extends schemas.$ZodObject>(
1589
- Class: util.SchemaClass<schemas.$ZodPromise>,
1590
- innerType: T
1591
- ): schemas.$ZodPromise<T> {
1592
- return new Class({
1593
- type: "promise",
1594
- innerType,
1595
- }) as any;
1596
- }
1597
-
1598
- // ZodCustom
1599
- export type $ZodCustomParams = CheckTypeParams<schemas.$ZodCustom, "fn">;
1600
- // @__NO_SIDE_EFFECTS__
1601
- export function _custom<O = unknown, I = O>(
1602
- Class: util.SchemaClass<schemas.$ZodCustom>,
1603
- fn: (data: O) => unknown,
1604
- _params: string | $ZodCustomParams | undefined
1605
- ): schemas.$ZodCustom<O, I> {
1606
- const norm = util.normalizeParams(_params);
1607
- norm.abort ??= true; // default to abort:false
1608
- const schema = new Class({
1609
- type: "custom",
1610
- check: "custom",
1611
- fn: fn as any,
1612
- ...norm,
1613
- });
1614
-
1615
- return schema as any;
1616
- }
1617
-
1618
- // same as _custom but defaults to abort:false
1619
- // @__NO_SIDE_EFFECTS__
1620
- export function _refine<O = unknown, I = O>(
1621
- Class: util.SchemaClass<schemas.$ZodCustom>,
1622
- fn: (data: O) => unknown,
1623
- _params: string | $ZodCustomParams | undefined
1624
- ): schemas.$ZodCustom<O, I> {
1625
- const schema = new Class({
1626
- type: "custom",
1627
- check: "custom",
1628
- fn: fn as any,
1629
- ...util.normalizeParams(_params),
1630
- });
1631
-
1632
- return schema as any;
1633
- }
1634
-
1635
- export type $ZodSuperRefineIssue<T extends errors.$ZodIssueBase = errors.$ZodIssue> = T extends any
1636
- ? RawIssue<T>
1637
- : never;
1638
- type RawIssue<T extends errors.$ZodIssueBase> = T extends any
1639
- ? util.Flatten<
1640
- util.MakePartial<T, "message" | "path"> & {
1641
- /** The schema or check that originated this issue. */
1642
- readonly inst?: schemas.$ZodType | checks.$ZodCheck;
1643
- /** If `true`, Zod will execute subsequent checks/refinements instead of immediately aborting */
1644
- readonly continue?: boolean | undefined;
1645
- } & Record<string, unknown>
1646
- >
1647
- : never;
1648
-
1649
- export interface $RefinementCtx<T = unknown> extends schemas.ParsePayload<T> {
1650
- addIssue(arg: string | $ZodSuperRefineIssue): void;
1651
- }
1652
-
1653
- export interface $ZodSuperRefineParams {
1654
- /** If provided, the refinement runs only when this returns `true`. By default, it is skipped if prior parsing produced aborting issues. */
1655
- when?: ((payload: schemas.ParsePayload) => boolean) | undefined;
1656
- }
1657
-
1658
- // @__NO_SIDE_EFFECTS__
1659
- export function _superRefine<T>(
1660
- fn: (arg: T, payload: $RefinementCtx<T>) => void | Promise<void>,
1661
- params?: $ZodSuperRefineParams
1662
- ): checks.$ZodCheck<T> {
1663
- const ch = _check<T>((payload) => {
1664
- (payload as $RefinementCtx).addIssue = (issue) => {
1665
- if (typeof issue === "string") {
1666
- payload.issues.push(util.issue(issue, payload.value, ch._zod.def));
1667
- } else {
1668
- // for Zod 3 backwards compatibility
1669
- const _issue: any = issue;
1670
- if (_issue.fatal) _issue.continue = false;
1671
- _issue.code ??= "custom";
1672
- _issue.input ??= payload.value;
1673
- _issue.inst ??= ch;
1674
- _issue.continue ??= !ch._zod.def.abort; // abort is always undefined, so this is always true...
1675
- payload.issues.push(util.issue(_issue));
1676
- }
1677
- };
1678
-
1679
- return fn(payload.value, payload as $RefinementCtx<T>);
1680
- }, params);
1681
- return ch;
1682
- }
1683
-
1684
- // @__NO_SIDE_EFFECTS__
1685
- export function _check<O = unknown>(fn: schemas.CheckFn<O>, params?: string | $ZodCustomParams): checks.$ZodCheck<O> {
1686
- const ch = new checks.$ZodCheck({
1687
- check: "custom",
1688
- ...util.normalizeParams(params),
1689
- });
1690
-
1691
- ch._zod.check = fn;
1692
- return ch;
1693
- }
1694
-
1695
- // @__NO_SIDE_EFFECTS__
1696
- export function describe<T>(description: string): checks.$ZodCheck<T> {
1697
- const ch = new checks.$ZodCheck({ check: "describe" });
1698
- ch._zod.onattach = [
1699
- (inst) => {
1700
- const existing = registries.globalRegistry.get(inst) ?? {};
1701
- registries.globalRegistry.add(inst, { ...existing, description });
1702
- },
1703
- ];
1704
- ch._zod.check = () => {}; // no-op check
1705
- return ch;
1706
- }
1707
-
1708
- // @__NO_SIDE_EFFECTS__
1709
- export function meta<T>(metadata: registries.GlobalMeta): checks.$ZodCheck<T> {
1710
- const ch = new checks.$ZodCheck({ check: "meta" });
1711
- ch._zod.onattach = [
1712
- (inst) => {
1713
- const existing = registries.globalRegistry.get(inst) ?? {};
1714
- registries.globalRegistry.add(inst, { ...existing, ...metadata });
1715
- },
1716
- ];
1717
- ch._zod.check = () => {}; // no-op check
1718
- return ch;
1719
- }
1720
-
1721
- // export type $ZodCustomParams = CheckTypeParams<schemas.$ZodCustom, "fn">
1722
-
1723
- ///////// STRINGBOOL /////////
1724
-
1725
- // stringbool
1726
- export interface $ZodStringBoolParams extends TypeParams {
1727
- truthy?: string[];
1728
- falsy?: string[];
1729
- /**
1730
- * Options: `"sensitive"`, `"insensitive"`
1731
- *
1732
- * @default `"insensitive"`
1733
- */
1734
- case?: "sensitive" | "insensitive" | undefined;
1735
- }
1736
-
1737
- // @__NO_SIDE_EFFECTS__
1738
- export function _stringbool(
1739
- Classes: {
1740
- Codec?: typeof schemas.$ZodCodec;
1741
- Boolean?: typeof schemas.$ZodBoolean;
1742
- String?: typeof schemas.$ZodString;
1743
- },
1744
- _params?: string | $ZodStringBoolParams
1745
- ): schemas.$ZodCodec<schemas.$ZodString, schemas.$ZodBoolean> {
1746
- const params = util.normalizeParams(_params);
1747
-
1748
- let truthyArray = params.truthy ?? ["true", "1", "yes", "on", "y", "enabled"];
1749
- let falsyArray = params.falsy ?? ["false", "0", "no", "off", "n", "disabled"];
1750
- if (params.case !== "sensitive") {
1751
- truthyArray = truthyArray.map((v) => (typeof v === "string" ? v.toLowerCase() : v));
1752
- falsyArray = falsyArray.map((v) => (typeof v === "string" ? v.toLowerCase() : v));
1753
- }
1754
-
1755
- const truthySet = new Set(truthyArray);
1756
- const falsySet = new Set(falsyArray);
1757
-
1758
- const _Codec = Classes.Codec ?? schemas.$ZodCodec;
1759
- const _Boolean = Classes.Boolean ?? schemas.$ZodBoolean;
1760
- const _String = Classes.String ?? schemas.$ZodString;
1761
-
1762
- const stringSchema = new _String({ type: "string", error: params.error });
1763
- const booleanSchema = new _Boolean({ type: "boolean", error: params.error });
1764
-
1765
- const codec = new _Codec({
1766
- type: "pipe",
1767
- in: stringSchema as any,
1768
- out: booleanSchema as any,
1769
- transform: ((input: string, payload: schemas.ParsePayload<string>) => {
1770
- let data: string = input;
1771
- if (params.case !== "sensitive") data = data.toLowerCase();
1772
- if (truthySet.has(data)) {
1773
- return true;
1774
- } else if (falsySet.has(data)) {
1775
- return false;
1776
- } else {
1777
- payload.issues.push({
1778
- code: "invalid_value",
1779
- expected: "stringbool",
1780
- values: [...truthySet, ...falsySet],
1781
- input: payload.value,
1782
- inst: codec,
1783
- continue: false,
1784
- });
1785
- return {} as never;
1786
- }
1787
- }) as any,
1788
- reverseTransform: ((input: boolean, _payload: schemas.ParsePayload<boolean>) => {
1789
- if (input === true) {
1790
- return truthyArray[0] || "true";
1791
- } else {
1792
- return falsyArray[0] || "false";
1793
- }
1794
- }) as any,
1795
- error: params.error,
1796
- }) as any;
1797
-
1798
- return codec;
1799
- }
1800
-
1801
- // @__NO_SIDE_EFFECTS__
1802
- export function _stringFormat<Format extends string>(
1803
- Class: typeof schemas.$ZodCustomStringFormat,
1804
- format: Format,
1805
- fnOrRegex: ((arg: string) => util.MaybeAsync<unknown>) | RegExp,
1806
- _params: string | $ZodStringFormatParams = {}
1807
- ): schemas.$ZodCustomStringFormat<Format> {
1808
- const params = util.normalizeParams(_params);
1809
- const def: schemas.$ZodCustomStringFormatDef = {
1810
- ...util.normalizeParams(_params),
1811
- check: "string_format",
1812
- type: "string",
1813
- format,
1814
- fn: typeof fnOrRegex === "function" ? fnOrRegex : (val) => fnOrRegex.test(val),
1815
- ...params,
1816
- };
1817
- if (fnOrRegex instanceof RegExp) {
1818
- def.pattern = fnOrRegex;
1819
- }
1820
-
1821
- const inst = new Class(def);
1822
- return inst as any;
1823
- }