@nocobase/plugin-flow-engine 2.0.0-beta.9 → 2.1.0-beta.1

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 (766) hide show
  1. package/dist/ai/docs/meta.json +6 -0
  2. package/dist/ai/docs/runjs/context/block-model.md +90 -0
  3. package/dist/ai/docs/runjs/context/collection-field.md +130 -0
  4. package/dist/ai/docs/runjs/context/collection.md +100 -0
  5. package/dist/ai/docs/runjs/context/data-source-manager.md +110 -0
  6. package/dist/ai/docs/runjs/context/data-source.md +128 -0
  7. package/dist/ai/docs/runjs/context/element.md +98 -0
  8. package/dist/ai/docs/runjs/context/exit-all.md +94 -0
  9. package/dist/ai/docs/runjs/context/exit.md +101 -0
  10. package/dist/ai/docs/runjs/context/filter-manager.md +96 -0
  11. package/dist/ai/docs/runjs/context/form.md +169 -0
  12. package/dist/ai/docs/runjs/context/get-model.md +84 -0
  13. package/dist/ai/docs/runjs/context/get-value.md +64 -0
  14. package/dist/ai/docs/runjs/context/get-var.md +151 -0
  15. package/dist/ai/docs/runjs/context/i18n.md +77 -0
  16. package/dist/ai/docs/runjs/context/import-async.md +200 -0
  17. package/dist/ai/docs/runjs/context/init-resource.md +74 -0
  18. package/dist/ai/docs/runjs/context/libs.md +109 -0
  19. package/dist/ai/docs/runjs/context/location.md +85 -0
  20. package/dist/ai/docs/runjs/context/logger.md +84 -0
  21. package/dist/ai/docs/runjs/context/make-resource.md +89 -0
  22. package/dist/ai/docs/runjs/context/message.md +106 -0
  23. package/dist/ai/docs/runjs/context/modal.md +115 -0
  24. package/dist/ai/docs/runjs/context/model.md +82 -0
  25. package/dist/ai/docs/runjs/context/notification.md +105 -0
  26. package/dist/ai/docs/runjs/context/off.md +48 -0
  27. package/dist/ai/docs/runjs/context/on.md +79 -0
  28. package/dist/ai/docs/runjs/context/open-view.md +120 -0
  29. package/dist/ai/docs/runjs/context/render.md +109 -0
  30. package/dist/ai/docs/runjs/context/request.md +162 -0
  31. package/dist/ai/docs/runjs/context/require-async.md +107 -0
  32. package/dist/ai/docs/runjs/context/resource.md +92 -0
  33. package/dist/ai/docs/runjs/context/route.md +74 -0
  34. package/dist/ai/docs/runjs/context/router.md +99 -0
  35. package/dist/ai/docs/runjs/context/set-value.md +72 -0
  36. package/dist/ai/docs/runjs/context/sql.md +208 -0
  37. package/dist/ai/docs/runjs/context/t.md +79 -0
  38. package/dist/ai/docs/runjs/context/view.md +128 -0
  39. package/dist/ai/docs/runjs/document.md +0 -0
  40. package/dist/ai/docs/runjs/import-modules.md +110 -0
  41. package/dist/ai/docs/runjs/index.md +65 -0
  42. package/dist/ai/docs/runjs/jsx.md +84 -0
  43. package/dist/ai/docs/runjs/model/form-block-model.md +3 -0
  44. package/dist/ai/docs/runjs/render.md +64 -0
  45. package/dist/ai/docs/runjs/resource/api-resource.md +155 -0
  46. package/dist/ai/docs/runjs/resource/multi-record-resource.md +188 -0
  47. package/dist/ai/docs/runjs/resource/single-record-resource.md +169 -0
  48. package/dist/ai/docs/runjs/resource/sql-resource.md +170 -0
  49. package/dist/ai/docs/runjs/window.md +20 -0
  50. package/dist/ai/tools/getContextApis.d.ts +10 -0
  51. package/dist/ai/tools/getContextApis.js +62 -0
  52. package/dist/ai/tools/getContextEnvs.d.ts +10 -0
  53. package/dist/ai/tools/getContextEnvs.js +62 -0
  54. package/dist/ai/tools/getContextVars.d.ts +10 -0
  55. package/dist/ai/tools/getContextVars.js +78 -0
  56. package/dist/ai/tools/lintAndTestJS.d.ts +10 -0
  57. package/dist/ai/tools/lintAndTestJS.js +64 -0
  58. package/dist/externalVersion.js +10 -9
  59. package/dist/locale/en-US.json +9 -2
  60. package/dist/locale/index.d.ts +14 -0
  61. package/dist/locale/zh-CN.json +8 -1
  62. package/dist/node_modules/ses/package.json +1 -1
  63. package/dist/node_modules/zod/LICENSE +21 -0
  64. package/dist/node_modules/zod/index.cjs +1 -0
  65. package/dist/node_modules/zod/index.d.cts +4 -0
  66. package/dist/node_modules/zod/index.d.ts +4 -0
  67. package/dist/node_modules/zod/index.js +4 -0
  68. package/dist/node_modules/zod/locales/index.cjs +17 -0
  69. package/dist/node_modules/zod/locales/index.d.cts +1 -0
  70. package/dist/node_modules/zod/locales/index.d.ts +1 -0
  71. package/dist/node_modules/zod/locales/index.js +1 -0
  72. package/dist/node_modules/zod/locales/package.json +6 -0
  73. package/dist/node_modules/zod/mini/index.cjs +17 -0
  74. package/dist/node_modules/zod/mini/index.d.cts +1 -0
  75. package/dist/node_modules/zod/mini/index.d.ts +1 -0
  76. package/dist/node_modules/zod/mini/index.js +1 -0
  77. package/dist/node_modules/zod/mini/package.json +6 -0
  78. package/dist/node_modules/zod/package.json +1 -0
  79. package/dist/node_modules/zod/src/index.ts +4 -0
  80. package/dist/node_modules/zod/src/locales/index.ts +1 -0
  81. package/dist/node_modules/zod/src/mini/index.ts +1 -0
  82. package/dist/node_modules/zod/src/v3/ZodError.ts +330 -0
  83. package/dist/node_modules/zod/src/v3/benchmarks/datetime.ts +58 -0
  84. package/dist/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +80 -0
  85. package/dist/node_modules/zod/src/v3/benchmarks/index.ts +59 -0
  86. package/dist/node_modules/zod/src/v3/benchmarks/ipv4.ts +57 -0
  87. package/dist/node_modules/zod/src/v3/benchmarks/object.ts +69 -0
  88. package/dist/node_modules/zod/src/v3/benchmarks/primitives.ts +162 -0
  89. package/dist/node_modules/zod/src/v3/benchmarks/realworld.ts +63 -0
  90. package/dist/node_modules/zod/src/v3/benchmarks/string.ts +55 -0
  91. package/dist/node_modules/zod/src/v3/benchmarks/union.ts +80 -0
  92. package/dist/node_modules/zod/src/v3/errors.ts +13 -0
  93. package/dist/node_modules/zod/src/v3/external.ts +6 -0
  94. package/dist/node_modules/zod/src/v3/helpers/enumUtil.ts +17 -0
  95. package/dist/node_modules/zod/src/v3/helpers/errorUtil.ts +8 -0
  96. package/dist/node_modules/zod/src/v3/helpers/parseUtil.ts +176 -0
  97. package/dist/node_modules/zod/src/v3/helpers/partialUtil.ts +34 -0
  98. package/dist/node_modules/zod/src/v3/helpers/typeAliases.ts +2 -0
  99. package/dist/node_modules/zod/src/v3/helpers/util.ts +224 -0
  100. package/dist/node_modules/zod/src/v3/index.ts +4 -0
  101. package/dist/node_modules/zod/src/v3/locales/en.ts +124 -0
  102. package/dist/node_modules/zod/src/v3/standard-schema.ts +113 -0
  103. package/dist/node_modules/zod/src/v3/tests/Mocker.ts +54 -0
  104. package/dist/node_modules/zod/src/v3/tests/all-errors.test.ts +157 -0
  105. package/dist/node_modules/zod/src/v3/tests/anyunknown.test.ts +28 -0
  106. package/dist/node_modules/zod/src/v3/tests/array.test.ts +71 -0
  107. package/dist/node_modules/zod/src/v3/tests/async-parsing.test.ts +388 -0
  108. package/dist/node_modules/zod/src/v3/tests/async-refinements.test.ts +46 -0
  109. package/dist/node_modules/zod/src/v3/tests/base.test.ts +29 -0
  110. package/dist/node_modules/zod/src/v3/tests/bigint.test.ts +55 -0
  111. package/dist/node_modules/zod/src/v3/tests/branded.test.ts +53 -0
  112. package/dist/node_modules/zod/src/v3/tests/catch.test.ts +220 -0
  113. package/dist/node_modules/zod/src/v3/tests/coerce.test.ts +133 -0
  114. package/dist/node_modules/zod/src/v3/tests/complex.test.ts +70 -0
  115. package/dist/node_modules/zod/src/v3/tests/custom.test.ts +31 -0
  116. package/dist/node_modules/zod/src/v3/tests/date.test.ts +32 -0
  117. package/dist/node_modules/zod/src/v3/tests/deepmasking.test.ts +186 -0
  118. package/dist/node_modules/zod/src/v3/tests/default.test.ts +112 -0
  119. package/dist/node_modules/zod/src/v3/tests/description.test.ts +33 -0
  120. package/dist/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +315 -0
  121. package/dist/node_modules/zod/src/v3/tests/enum.test.ts +80 -0
  122. package/dist/node_modules/zod/src/v3/tests/error.test.ts +551 -0
  123. package/dist/node_modules/zod/src/v3/tests/firstparty.test.ts +87 -0
  124. package/dist/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +21 -0
  125. package/dist/node_modules/zod/src/v3/tests/function.test.ts +261 -0
  126. package/dist/node_modules/zod/src/v3/tests/generics.test.ts +48 -0
  127. package/dist/node_modules/zod/src/v3/tests/instanceof.test.ts +37 -0
  128. package/dist/node_modules/zod/src/v3/tests/intersection.test.ts +110 -0
  129. package/dist/node_modules/zod/src/v3/tests/language-server.source.ts +76 -0
  130. package/dist/node_modules/zod/src/v3/tests/language-server.test.ts +207 -0
  131. package/dist/node_modules/zod/src/v3/tests/literal.test.ts +36 -0
  132. package/dist/node_modules/zod/src/v3/tests/map.test.ts +110 -0
  133. package/dist/node_modules/zod/src/v3/tests/masking.test.ts +4 -0
  134. package/dist/node_modules/zod/src/v3/tests/mocker.test.ts +19 -0
  135. package/dist/node_modules/zod/src/v3/tests/nan.test.ts +24 -0
  136. package/dist/node_modules/zod/src/v3/tests/nativeEnum.test.ts +87 -0
  137. package/dist/node_modules/zod/src/v3/tests/nullable.test.ts +42 -0
  138. package/dist/node_modules/zod/src/v3/tests/number.test.ts +176 -0
  139. package/dist/node_modules/zod/src/v3/tests/object-augmentation.test.ts +29 -0
  140. package/dist/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +29 -0
  141. package/dist/node_modules/zod/src/v3/tests/object.test.ts +434 -0
  142. package/dist/node_modules/zod/src/v3/tests/optional.test.ts +42 -0
  143. package/dist/node_modules/zod/src/v3/tests/parseUtil.test.ts +23 -0
  144. package/dist/node_modules/zod/src/v3/tests/parser.test.ts +41 -0
  145. package/dist/node_modules/zod/src/v3/tests/partials.test.ts +243 -0
  146. package/dist/node_modules/zod/src/v3/tests/pickomit.test.ts +111 -0
  147. package/dist/node_modules/zod/src/v3/tests/pipeline.test.ts +29 -0
  148. package/dist/node_modules/zod/src/v3/tests/preprocess.test.ts +186 -0
  149. package/dist/node_modules/zod/src/v3/tests/primitive.test.ts +440 -0
  150. package/dist/node_modules/zod/src/v3/tests/promise.test.ts +90 -0
  151. package/dist/node_modules/zod/src/v3/tests/readonly.test.ts +194 -0
  152. package/dist/node_modules/zod/src/v3/tests/record.test.ts +171 -0
  153. package/dist/node_modules/zod/src/v3/tests/recursive.test.ts +197 -0
  154. package/dist/node_modules/zod/src/v3/tests/refine.test.ts +313 -0
  155. package/dist/node_modules/zod/src/v3/tests/safeparse.test.ts +27 -0
  156. package/dist/node_modules/zod/src/v3/tests/set.test.ts +142 -0
  157. package/dist/node_modules/zod/src/v3/tests/standard-schema.test.ts +83 -0
  158. package/dist/node_modules/zod/src/v3/tests/string.test.ts +916 -0
  159. package/dist/node_modules/zod/src/v3/tests/transformer.test.ts +233 -0
  160. package/dist/node_modules/zod/src/v3/tests/tuple.test.ts +90 -0
  161. package/dist/node_modules/zod/src/v3/tests/unions.test.ts +57 -0
  162. package/dist/node_modules/zod/src/v3/tests/validations.test.ts +133 -0
  163. package/dist/node_modules/zod/src/v3/tests/void.test.ts +15 -0
  164. package/dist/node_modules/zod/src/v3/types.ts +5138 -0
  165. package/dist/node_modules/zod/src/v4/classic/checks.ts +32 -0
  166. package/dist/node_modules/zod/src/v4/classic/coerce.ts +27 -0
  167. package/dist/node_modules/zod/src/v4/classic/compat.ts +70 -0
  168. package/dist/node_modules/zod/src/v4/classic/errors.ts +82 -0
  169. package/dist/node_modules/zod/src/v4/classic/external.ts +51 -0
  170. package/dist/node_modules/zod/src/v4/classic/from-json-schema.ts +643 -0
  171. package/dist/node_modules/zod/src/v4/classic/index.ts +5 -0
  172. package/dist/node_modules/zod/src/v4/classic/iso.ts +90 -0
  173. package/dist/node_modules/zod/src/v4/classic/parse.ts +82 -0
  174. package/dist/node_modules/zod/src/v4/classic/schemas.ts +2409 -0
  175. package/dist/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +26 -0
  176. package/dist/node_modules/zod/src/v4/classic/tests/apply.test.ts +59 -0
  177. package/dist/node_modules/zod/src/v4/classic/tests/array.test.ts +264 -0
  178. package/dist/node_modules/zod/src/v4/classic/tests/assignability.test.ts +210 -0
  179. package/dist/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +381 -0
  180. package/dist/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +68 -0
  181. package/dist/node_modules/zod/src/v4/classic/tests/base.test.ts +7 -0
  182. package/dist/node_modules/zod/src/v4/classic/tests/bigint.test.ts +54 -0
  183. package/dist/node_modules/zod/src/v4/classic/tests/brand.test.ts +106 -0
  184. package/dist/node_modules/zod/src/v4/classic/tests/catch.test.ts +276 -0
  185. package/dist/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +20 -0
  186. package/dist/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +573 -0
  187. package/dist/node_modules/zod/src/v4/classic/tests/codec.test.ts +562 -0
  188. package/dist/node_modules/zod/src/v4/classic/tests/coerce.test.ts +160 -0
  189. package/dist/node_modules/zod/src/v4/classic/tests/continuability.test.ts +374 -0
  190. package/dist/node_modules/zod/src/v4/classic/tests/custom.test.ts +40 -0
  191. package/dist/node_modules/zod/src/v4/classic/tests/date.test.ts +62 -0
  192. package/dist/node_modules/zod/src/v4/classic/tests/datetime.test.ts +302 -0
  193. package/dist/node_modules/zod/src/v4/classic/tests/default.test.ts +365 -0
  194. package/dist/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +27 -0
  195. package/dist/node_modules/zod/src/v4/classic/tests/description.test.ts +32 -0
  196. package/dist/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +661 -0
  197. package/dist/node_modules/zod/src/v4/classic/tests/enum.test.ts +285 -0
  198. package/dist/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +595 -0
  199. package/dist/node_modules/zod/src/v4/classic/tests/error.test.ts +711 -0
  200. package/dist/node_modules/zod/src/v4/classic/tests/file.test.ts +96 -0
  201. package/dist/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +179 -0
  202. package/dist/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +26 -0
  203. package/dist/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +734 -0
  204. package/dist/node_modules/zod/src/v4/classic/tests/function.test.ts +360 -0
  205. package/dist/node_modules/zod/src/v4/classic/tests/generics.test.ts +72 -0
  206. package/dist/node_modules/zod/src/v4/classic/tests/hash.test.ts +68 -0
  207. package/dist/node_modules/zod/src/v4/classic/tests/index.test.ts +939 -0
  208. package/dist/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +60 -0
  209. package/dist/node_modules/zod/src/v4/classic/tests/intersection.test.ts +198 -0
  210. package/dist/node_modules/zod/src/v4/classic/tests/json.test.ts +109 -0
  211. package/dist/node_modules/zod/src/v4/classic/tests/lazy.test.ts +227 -0
  212. package/dist/node_modules/zod/src/v4/classic/tests/literal.test.ts +117 -0
  213. package/dist/node_modules/zod/src/v4/classic/tests/map.test.ts +330 -0
  214. package/dist/node_modules/zod/src/v4/classic/tests/nan.test.ts +21 -0
  215. package/dist/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +168 -0
  216. package/dist/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +101 -0
  217. package/dist/node_modules/zod/src/v4/classic/tests/nullable.test.ts +22 -0
  218. package/dist/node_modules/zod/src/v4/classic/tests/number.test.ts +270 -0
  219. package/dist/node_modules/zod/src/v4/classic/tests/object.test.ts +640 -0
  220. package/dist/node_modules/zod/src/v4/classic/tests/optional.test.ts +223 -0
  221. package/dist/node_modules/zod/src/v4/classic/tests/partial.test.ts +427 -0
  222. package/dist/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +211 -0
  223. package/dist/node_modules/zod/src/v4/classic/tests/pipe.test.ts +101 -0
  224. package/dist/node_modules/zod/src/v4/classic/tests/prefault.test.ts +74 -0
  225. package/dist/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +282 -0
  226. package/dist/node_modules/zod/src/v4/classic/tests/primitive.test.ts +175 -0
  227. package/dist/node_modules/zod/src/v4/classic/tests/promise.test.ts +81 -0
  228. package/dist/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +23 -0
  229. package/dist/node_modules/zod/src/v4/classic/tests/readonly.test.ts +252 -0
  230. package/dist/node_modules/zod/src/v4/classic/tests/record.test.ts +600 -0
  231. package/dist/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +582 -0
  232. package/dist/node_modules/zod/src/v4/classic/tests/refine.test.ts +570 -0
  233. package/dist/node_modules/zod/src/v4/classic/tests/registries.test.ts +243 -0
  234. package/dist/node_modules/zod/src/v4/classic/tests/set.test.ts +181 -0
  235. package/dist/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +134 -0
  236. package/dist/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +125 -0
  237. package/dist/node_modules/zod/src/v4/classic/tests/string.test.ts +1175 -0
  238. package/dist/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +106 -0
  239. package/dist/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +771 -0
  240. package/dist/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +438 -0
  241. package/dist/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +2975 -0
  242. package/dist/node_modules/zod/src/v4/classic/tests/transform.test.ts +361 -0
  243. package/dist/node_modules/zod/src/v4/classic/tests/tuple.test.ts +183 -0
  244. package/dist/node_modules/zod/src/v4/classic/tests/union.test.ts +219 -0
  245. package/dist/node_modules/zod/src/v4/classic/tests/url.test.ts +13 -0
  246. package/dist/node_modules/zod/src/v4/classic/tests/validations.test.ts +283 -0
  247. package/dist/node_modules/zod/src/v4/classic/tests/void.test.ts +12 -0
  248. package/dist/node_modules/zod/src/v4/core/api.ts +1798 -0
  249. package/dist/node_modules/zod/src/v4/core/checks.ts +1293 -0
  250. package/dist/node_modules/zod/src/v4/core/config.ts +15 -0
  251. package/dist/node_modules/zod/src/v4/core/core.ts +138 -0
  252. package/dist/node_modules/zod/src/v4/core/doc.ts +44 -0
  253. package/dist/node_modules/zod/src/v4/core/errors.ts +448 -0
  254. package/dist/node_modules/zod/src/v4/core/index.ts +16 -0
  255. package/dist/node_modules/zod/src/v4/core/json-schema-generator.ts +126 -0
  256. package/dist/node_modules/zod/src/v4/core/json-schema-processors.ts +667 -0
  257. package/dist/node_modules/zod/src/v4/core/json-schema.ts +147 -0
  258. package/dist/node_modules/zod/src/v4/core/parse.ts +195 -0
  259. package/dist/node_modules/zod/src/v4/core/regexes.ts +183 -0
  260. package/dist/node_modules/zod/src/v4/core/registries.ts +105 -0
  261. package/dist/node_modules/zod/src/v4/core/schemas.ts +4543 -0
  262. package/dist/node_modules/zod/src/v4/core/standard-schema.ts +159 -0
  263. package/dist/node_modules/zod/src/v4/core/tests/extend.test.ts +59 -0
  264. package/dist/node_modules/zod/src/v4/core/tests/index.test.ts +46 -0
  265. package/dist/node_modules/zod/src/v4/core/tests/locales/be.test.ts +124 -0
  266. package/dist/node_modules/zod/src/v4/core/tests/locales/en.test.ts +22 -0
  267. package/dist/node_modules/zod/src/v4/core/tests/locales/es.test.ts +181 -0
  268. package/dist/node_modules/zod/src/v4/core/tests/locales/he.test.ts +379 -0
  269. package/dist/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +46 -0
  270. package/dist/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +128 -0
  271. package/dist/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +69 -0
  272. package/dist/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +83 -0
  273. package/dist/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +67 -0
  274. package/dist/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +45 -0
  275. package/dist/node_modules/zod/src/v4/core/to-json-schema.ts +613 -0
  276. package/dist/node_modules/zod/src/v4/core/util.ts +966 -0
  277. package/dist/node_modules/zod/src/v4/core/versions.ts +5 -0
  278. package/dist/node_modules/zod/src/v4/core/zsf.ts +323 -0
  279. package/dist/node_modules/zod/src/v4/index.ts +4 -0
  280. package/dist/node_modules/zod/src/v4/locales/ar.ts +115 -0
  281. package/dist/node_modules/zod/src/v4/locales/az.ts +111 -0
  282. package/dist/node_modules/zod/src/v4/locales/be.ts +176 -0
  283. package/dist/node_modules/zod/src/v4/locales/bg.ts +128 -0
  284. package/dist/node_modules/zod/src/v4/locales/ca.ts +116 -0
  285. package/dist/node_modules/zod/src/v4/locales/cs.ts +118 -0
  286. package/dist/node_modules/zod/src/v4/locales/da.ts +123 -0
  287. package/dist/node_modules/zod/src/v4/locales/de.ts +116 -0
  288. package/dist/node_modules/zod/src/v4/locales/en.ts +119 -0
  289. package/dist/node_modules/zod/src/v4/locales/eo.ts +118 -0
  290. package/dist/node_modules/zod/src/v4/locales/es.ts +141 -0
  291. package/dist/node_modules/zod/src/v4/locales/fa.ts +126 -0
  292. package/dist/node_modules/zod/src/v4/locales/fi.ts +121 -0
  293. package/dist/node_modules/zod/src/v4/locales/fr-CA.ts +116 -0
  294. package/dist/node_modules/zod/src/v4/locales/fr.ts +116 -0
  295. package/dist/node_modules/zod/src/v4/locales/he.ts +246 -0
  296. package/dist/node_modules/zod/src/v4/locales/hu.ts +117 -0
  297. package/dist/node_modules/zod/src/v4/locales/hy.ts +164 -0
  298. package/dist/node_modules/zod/src/v4/locales/id.ts +115 -0
  299. package/dist/node_modules/zod/src/v4/locales/index.ts +49 -0
  300. package/dist/node_modules/zod/src/v4/locales/is.ts +119 -0
  301. package/dist/node_modules/zod/src/v4/locales/it.ts +116 -0
  302. package/dist/node_modules/zod/src/v4/locales/ja.ts +114 -0
  303. package/dist/node_modules/zod/src/v4/locales/ka.ts +123 -0
  304. package/dist/node_modules/zod/src/v4/locales/kh.ts +7 -0
  305. package/dist/node_modules/zod/src/v4/locales/km.ts +119 -0
  306. package/dist/node_modules/zod/src/v4/locales/ko.ts +121 -0
  307. package/dist/node_modules/zod/src/v4/locales/lt.ts +239 -0
  308. package/dist/node_modules/zod/src/v4/locales/mk.ts +118 -0
  309. package/dist/node_modules/zod/src/v4/locales/ms.ts +115 -0
  310. package/dist/node_modules/zod/src/v4/locales/nl.ts +121 -0
  311. package/dist/node_modules/zod/src/v4/locales/no.ts +116 -0
  312. package/dist/node_modules/zod/src/v4/locales/ota.ts +117 -0
  313. package/dist/node_modules/zod/src/v4/locales/pl.ts +118 -0
  314. package/dist/node_modules/zod/src/v4/locales/ps.ts +126 -0
  315. package/dist/node_modules/zod/src/v4/locales/pt.ts +116 -0
  316. package/dist/node_modules/zod/src/v4/locales/ru.ts +176 -0
  317. package/dist/node_modules/zod/src/v4/locales/sl.ts +118 -0
  318. package/dist/node_modules/zod/src/v4/locales/sv.ts +119 -0
  319. package/dist/node_modules/zod/src/v4/locales/ta.ts +118 -0
  320. package/dist/node_modules/zod/src/v4/locales/th.ts +119 -0
  321. package/dist/node_modules/zod/src/v4/locales/tr.ts +111 -0
  322. package/dist/node_modules/zod/src/v4/locales/ua.ts +7 -0
  323. package/dist/node_modules/zod/src/v4/locales/uk.ts +117 -0
  324. package/dist/node_modules/zod/src/v4/locales/ur.ts +119 -0
  325. package/dist/node_modules/zod/src/v4/locales/uz.ts +116 -0
  326. package/dist/node_modules/zod/src/v4/locales/vi.ts +117 -0
  327. package/dist/node_modules/zod/src/v4/locales/yo.ts +124 -0
  328. package/dist/node_modules/zod/src/v4/locales/zh-CN.ts +116 -0
  329. package/dist/node_modules/zod/src/v4/locales/zh-TW.ts +115 -0
  330. package/dist/node_modules/zod/src/v4/mini/checks.ts +32 -0
  331. package/dist/node_modules/zod/src/v4/mini/coerce.ts +27 -0
  332. package/dist/node_modules/zod/src/v4/mini/external.ts +40 -0
  333. package/dist/node_modules/zod/src/v4/mini/index.ts +3 -0
  334. package/dist/node_modules/zod/src/v4/mini/iso.ts +66 -0
  335. package/dist/node_modules/zod/src/v4/mini/parse.ts +14 -0
  336. package/dist/node_modules/zod/src/v4/mini/schemas.ts +1916 -0
  337. package/dist/node_modules/zod/src/v4/mini/tests/apply.test.ts +24 -0
  338. package/dist/node_modules/zod/src/v4/mini/tests/assignability.test.ts +129 -0
  339. package/dist/node_modules/zod/src/v4/mini/tests/brand.test.ts +94 -0
  340. package/dist/node_modules/zod/src/v4/mini/tests/checks.test.ts +144 -0
  341. package/dist/node_modules/zod/src/v4/mini/tests/codec.test.ts +529 -0
  342. package/dist/node_modules/zod/src/v4/mini/tests/computed.test.ts +36 -0
  343. package/dist/node_modules/zod/src/v4/mini/tests/error.test.ts +22 -0
  344. package/dist/node_modules/zod/src/v4/mini/tests/functions.test.ts +5 -0
  345. package/dist/node_modules/zod/src/v4/mini/tests/index.test.ts +963 -0
  346. package/dist/node_modules/zod/src/v4/mini/tests/number.test.ts +95 -0
  347. package/dist/node_modules/zod/src/v4/mini/tests/object.test.ts +227 -0
  348. package/dist/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +43 -0
  349. package/dist/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +275 -0
  350. package/dist/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +50 -0
  351. package/dist/node_modules/zod/src/v4/mini/tests/string.test.ts +347 -0
  352. package/dist/node_modules/zod/src/v4-mini/index.ts +1 -0
  353. package/dist/node_modules/zod/v3/ZodError.cjs +138 -0
  354. package/dist/node_modules/zod/v3/ZodError.d.cts +164 -0
  355. package/dist/node_modules/zod/v3/ZodError.d.ts +164 -0
  356. package/dist/node_modules/zod/v3/ZodError.js +133 -0
  357. package/dist/node_modules/zod/v3/errors.cjs +17 -0
  358. package/dist/node_modules/zod/v3/errors.d.cts +5 -0
  359. package/dist/node_modules/zod/v3/errors.d.ts +5 -0
  360. package/dist/node_modules/zod/v3/errors.js +9 -0
  361. package/dist/node_modules/zod/v3/external.cjs +22 -0
  362. package/dist/node_modules/zod/v3/external.d.cts +6 -0
  363. package/dist/node_modules/zod/v3/external.d.ts +6 -0
  364. package/dist/node_modules/zod/v3/external.js +6 -0
  365. package/dist/node_modules/zod/v3/helpers/enumUtil.cjs +2 -0
  366. package/dist/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
  367. package/dist/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
  368. package/dist/node_modules/zod/v3/helpers/enumUtil.js +1 -0
  369. package/dist/node_modules/zod/v3/helpers/errorUtil.cjs +9 -0
  370. package/dist/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
  371. package/dist/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
  372. package/dist/node_modules/zod/v3/helpers/errorUtil.js +6 -0
  373. package/dist/node_modules/zod/v3/helpers/parseUtil.cjs +124 -0
  374. package/dist/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
  375. package/dist/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
  376. package/dist/node_modules/zod/v3/helpers/parseUtil.js +109 -0
  377. package/dist/node_modules/zod/v3/helpers/partialUtil.cjs +2 -0
  378. package/dist/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
  379. package/dist/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
  380. package/dist/node_modules/zod/v3/helpers/partialUtil.js +1 -0
  381. package/dist/node_modules/zod/v3/helpers/typeAliases.cjs +2 -0
  382. package/dist/node_modules/zod/v3/helpers/typeAliases.d.cts +2 -0
  383. package/dist/node_modules/zod/v3/helpers/typeAliases.d.ts +2 -0
  384. package/dist/node_modules/zod/v3/helpers/typeAliases.js +1 -0
  385. package/dist/node_modules/zod/v3/helpers/util.cjs +137 -0
  386. package/dist/node_modules/zod/v3/helpers/util.d.cts +85 -0
  387. package/dist/node_modules/zod/v3/helpers/util.d.ts +85 -0
  388. package/dist/node_modules/zod/v3/helpers/util.js +133 -0
  389. package/dist/node_modules/zod/v3/index.cjs +33 -0
  390. package/dist/node_modules/zod/v3/index.d.cts +4 -0
  391. package/dist/node_modules/zod/v3/index.d.ts +4 -0
  392. package/dist/node_modules/zod/v3/index.js +4 -0
  393. package/dist/node_modules/zod/v3/locales/en.cjs +112 -0
  394. package/dist/node_modules/zod/v3/locales/en.d.cts +3 -0
  395. package/dist/node_modules/zod/v3/locales/en.d.ts +3 -0
  396. package/dist/node_modules/zod/v3/locales/en.js +109 -0
  397. package/dist/node_modules/zod/v3/package.json +6 -0
  398. package/dist/node_modules/zod/v3/standard-schema.cjs +2 -0
  399. package/dist/node_modules/zod/v3/standard-schema.d.cts +102 -0
  400. package/dist/node_modules/zod/v3/standard-schema.d.ts +102 -0
  401. package/dist/node_modules/zod/v3/standard-schema.js +1 -0
  402. package/dist/node_modules/zod/v3/types.cjs +3777 -0
  403. package/dist/node_modules/zod/v3/types.d.cts +1034 -0
  404. package/dist/node_modules/zod/v3/types.d.ts +1034 -0
  405. package/dist/node_modules/zod/v3/types.js +3695 -0
  406. package/dist/node_modules/zod/v4/classic/checks.cjs +33 -0
  407. package/dist/node_modules/zod/v4/classic/checks.d.cts +1 -0
  408. package/dist/node_modules/zod/v4/classic/checks.d.ts +1 -0
  409. package/dist/node_modules/zod/v4/classic/checks.js +1 -0
  410. package/dist/node_modules/zod/v4/classic/coerce.cjs +47 -0
  411. package/dist/node_modules/zod/v4/classic/coerce.d.cts +17 -0
  412. package/dist/node_modules/zod/v4/classic/coerce.d.ts +17 -0
  413. package/dist/node_modules/zod/v4/classic/coerce.js +17 -0
  414. package/dist/node_modules/zod/v4/classic/compat.cjs +61 -0
  415. package/dist/node_modules/zod/v4/classic/compat.d.cts +50 -0
  416. package/dist/node_modules/zod/v4/classic/compat.d.ts +50 -0
  417. package/dist/node_modules/zod/v4/classic/compat.js +31 -0
  418. package/dist/node_modules/zod/v4/classic/errors.cjs +74 -0
  419. package/dist/node_modules/zod/v4/classic/errors.d.cts +30 -0
  420. package/dist/node_modules/zod/v4/classic/errors.d.ts +30 -0
  421. package/dist/node_modules/zod/v4/classic/errors.js +48 -0
  422. package/dist/node_modules/zod/v4/classic/external.cjs +73 -0
  423. package/dist/node_modules/zod/v4/classic/external.d.cts +15 -0
  424. package/dist/node_modules/zod/v4/classic/external.d.ts +15 -0
  425. package/dist/node_modules/zod/v4/classic/external.js +20 -0
  426. package/dist/node_modules/zod/v4/classic/from-json-schema.cjs +610 -0
  427. package/dist/node_modules/zod/v4/classic/from-json-schema.d.cts +12 -0
  428. package/dist/node_modules/zod/v4/classic/from-json-schema.d.ts +12 -0
  429. package/dist/node_modules/zod/v4/classic/from-json-schema.js +584 -0
  430. package/dist/node_modules/zod/v4/classic/index.cjs +33 -0
  431. package/dist/node_modules/zod/v4/classic/index.d.cts +4 -0
  432. package/dist/node_modules/zod/v4/classic/index.d.ts +4 -0
  433. package/dist/node_modules/zod/v4/classic/index.js +4 -0
  434. package/dist/node_modules/zod/v4/classic/iso.cjs +60 -0
  435. package/dist/node_modules/zod/v4/classic/iso.d.cts +22 -0
  436. package/dist/node_modules/zod/v4/classic/iso.d.ts +22 -0
  437. package/dist/node_modules/zod/v4/classic/iso.js +30 -0
  438. package/dist/node_modules/zod/v4/classic/package.json +6 -0
  439. package/dist/node_modules/zod/v4/classic/parse.cjs +41 -0
  440. package/dist/node_modules/zod/v4/classic/parse.d.cts +31 -0
  441. package/dist/node_modules/zod/v4/classic/parse.d.ts +31 -0
  442. package/dist/node_modules/zod/v4/classic/parse.js +15 -0
  443. package/dist/node_modules/zod/v4/classic/schemas.cjs +1272 -0
  444. package/dist/node_modules/zod/v4/classic/schemas.d.cts +739 -0
  445. package/dist/node_modules/zod/v4/classic/schemas.d.ts +739 -0
  446. package/dist/node_modules/zod/v4/classic/schemas.js +1157 -0
  447. package/dist/node_modules/zod/v4/core/api.cjs +1222 -0
  448. package/dist/node_modules/zod/v4/core/api.d.cts +304 -0
  449. package/dist/node_modules/zod/v4/core/api.d.ts +304 -0
  450. package/dist/node_modules/zod/v4/core/api.js +1082 -0
  451. package/dist/node_modules/zod/v4/core/checks.cjs +601 -0
  452. package/dist/node_modules/zod/v4/core/checks.d.cts +278 -0
  453. package/dist/node_modules/zod/v4/core/checks.d.ts +278 -0
  454. package/dist/node_modules/zod/v4/core/checks.js +575 -0
  455. package/dist/node_modules/zod/v4/core/core.cjs +83 -0
  456. package/dist/node_modules/zod/v4/core/core.d.cts +70 -0
  457. package/dist/node_modules/zod/v4/core/core.d.ts +70 -0
  458. package/dist/node_modules/zod/v4/core/core.js +76 -0
  459. package/dist/node_modules/zod/v4/core/doc.cjs +39 -0
  460. package/dist/node_modules/zod/v4/core/doc.d.cts +14 -0
  461. package/dist/node_modules/zod/v4/core/doc.d.ts +14 -0
  462. package/dist/node_modules/zod/v4/core/doc.js +35 -0
  463. package/dist/node_modules/zod/v4/core/errors.cjs +213 -0
  464. package/dist/node_modules/zod/v4/core/errors.d.cts +220 -0
  465. package/dist/node_modules/zod/v4/core/errors.d.ts +220 -0
  466. package/dist/node_modules/zod/v4/core/errors.js +182 -0
  467. package/dist/node_modules/zod/v4/core/index.cjs +47 -0
  468. package/dist/node_modules/zod/v4/core/index.d.cts +16 -0
  469. package/dist/node_modules/zod/v4/core/index.d.ts +16 -0
  470. package/dist/node_modules/zod/v4/core/index.js +16 -0
  471. package/dist/node_modules/zod/v4/core/json-schema-generator.cjs +99 -0
  472. package/dist/node_modules/zod/v4/core/json-schema-generator.d.cts +65 -0
  473. package/dist/node_modules/zod/v4/core/json-schema-generator.d.ts +65 -0
  474. package/dist/node_modules/zod/v4/core/json-schema-generator.js +95 -0
  475. package/dist/node_modules/zod/v4/core/json-schema-processors.cjs +648 -0
  476. package/dist/node_modules/zod/v4/core/json-schema-processors.d.cts +49 -0
  477. package/dist/node_modules/zod/v4/core/json-schema-processors.d.ts +49 -0
  478. package/dist/node_modules/zod/v4/core/json-schema-processors.js +605 -0
  479. package/dist/node_modules/zod/v4/core/json-schema.cjs +2 -0
  480. package/dist/node_modules/zod/v4/core/json-schema.d.cts +88 -0
  481. package/dist/node_modules/zod/v4/core/json-schema.d.ts +88 -0
  482. package/dist/node_modules/zod/v4/core/json-schema.js +1 -0
  483. package/dist/node_modules/zod/v4/core/package.json +6 -0
  484. package/dist/node_modules/zod/v4/core/parse.cjs +131 -0
  485. package/dist/node_modules/zod/v4/core/parse.d.cts +49 -0
  486. package/dist/node_modules/zod/v4/core/parse.d.ts +49 -0
  487. package/dist/node_modules/zod/v4/core/parse.js +93 -0
  488. package/dist/node_modules/zod/v4/core/regexes.cjs +166 -0
  489. package/dist/node_modules/zod/v4/core/regexes.d.cts +79 -0
  490. package/dist/node_modules/zod/v4/core/regexes.d.ts +79 -0
  491. package/dist/node_modules/zod/v4/core/regexes.js +133 -0
  492. package/dist/node_modules/zod/v4/core/registries.cjs +56 -0
  493. package/dist/node_modules/zod/v4/core/registries.d.cts +35 -0
  494. package/dist/node_modules/zod/v4/core/registries.d.ts +35 -0
  495. package/dist/node_modules/zod/v4/core/registries.js +51 -0
  496. package/dist/node_modules/zod/v4/core/schemas.cjs +2126 -0
  497. package/dist/node_modules/zod/v4/core/schemas.d.cts +1146 -0
  498. package/dist/node_modules/zod/v4/core/schemas.d.ts +1146 -0
  499. package/dist/node_modules/zod/v4/core/schemas.js +2095 -0
  500. package/dist/node_modules/zod/v4/core/standard-schema.cjs +2 -0
  501. package/dist/node_modules/zod/v4/core/standard-schema.d.cts +126 -0
  502. package/dist/node_modules/zod/v4/core/standard-schema.d.ts +126 -0
  503. package/dist/node_modules/zod/v4/core/standard-schema.js +1 -0
  504. package/dist/node_modules/zod/v4/core/to-json-schema.cjs +446 -0
  505. package/dist/node_modules/zod/v4/core/to-json-schema.d.cts +114 -0
  506. package/dist/node_modules/zod/v4/core/to-json-schema.d.ts +114 -0
  507. package/dist/node_modules/zod/v4/core/to-json-schema.js +437 -0
  508. package/dist/node_modules/zod/v4/core/util.cjs +710 -0
  509. package/dist/node_modules/zod/v4/core/util.d.cts +199 -0
  510. package/dist/node_modules/zod/v4/core/util.d.ts +199 -0
  511. package/dist/node_modules/zod/v4/core/util.js +651 -0
  512. package/dist/node_modules/zod/v4/core/versions.cjs +8 -0
  513. package/dist/node_modules/zod/v4/core/versions.d.cts +5 -0
  514. package/dist/node_modules/zod/v4/core/versions.d.ts +5 -0
  515. package/dist/node_modules/zod/v4/core/versions.js +5 -0
  516. package/dist/node_modules/zod/v4/index.cjs +22 -0
  517. package/dist/node_modules/zod/v4/index.d.cts +3 -0
  518. package/dist/node_modules/zod/v4/index.d.ts +3 -0
  519. package/dist/node_modules/zod/v4/index.js +3 -0
  520. package/dist/node_modules/zod/v4/locales/ar.cjs +133 -0
  521. package/dist/node_modules/zod/v4/locales/ar.d.cts +5 -0
  522. package/dist/node_modules/zod/v4/locales/ar.d.ts +4 -0
  523. package/dist/node_modules/zod/v4/locales/ar.js +106 -0
  524. package/dist/node_modules/zod/v4/locales/az.cjs +132 -0
  525. package/dist/node_modules/zod/v4/locales/az.d.cts +5 -0
  526. package/dist/node_modules/zod/v4/locales/az.d.ts +4 -0
  527. package/dist/node_modules/zod/v4/locales/az.js +105 -0
  528. package/dist/node_modules/zod/v4/locales/be.cjs +183 -0
  529. package/dist/node_modules/zod/v4/locales/be.d.cts +5 -0
  530. package/dist/node_modules/zod/v4/locales/be.d.ts +4 -0
  531. package/dist/node_modules/zod/v4/locales/be.js +156 -0
  532. package/dist/node_modules/zod/v4/locales/bg.cjs +147 -0
  533. package/dist/node_modules/zod/v4/locales/bg.d.cts +5 -0
  534. package/dist/node_modules/zod/v4/locales/bg.d.ts +4 -0
  535. package/dist/node_modules/zod/v4/locales/bg.js +120 -0
  536. package/dist/node_modules/zod/v4/locales/ca.cjs +134 -0
  537. package/dist/node_modules/zod/v4/locales/ca.d.cts +5 -0
  538. package/dist/node_modules/zod/v4/locales/ca.d.ts +4 -0
  539. package/dist/node_modules/zod/v4/locales/ca.js +107 -0
  540. package/dist/node_modules/zod/v4/locales/cs.cjs +138 -0
  541. package/dist/node_modules/zod/v4/locales/cs.d.cts +5 -0
  542. package/dist/node_modules/zod/v4/locales/cs.d.ts +4 -0
  543. package/dist/node_modules/zod/v4/locales/cs.js +111 -0
  544. package/dist/node_modules/zod/v4/locales/da.cjs +142 -0
  545. package/dist/node_modules/zod/v4/locales/da.d.cts +5 -0
  546. package/dist/node_modules/zod/v4/locales/da.d.ts +4 -0
  547. package/dist/node_modules/zod/v4/locales/da.js +115 -0
  548. package/dist/node_modules/zod/v4/locales/de.cjs +135 -0
  549. package/dist/node_modules/zod/v4/locales/de.d.cts +5 -0
  550. package/dist/node_modules/zod/v4/locales/de.d.ts +4 -0
  551. package/dist/node_modules/zod/v4/locales/de.js +108 -0
  552. package/dist/node_modules/zod/v4/locales/en.cjs +136 -0
  553. package/dist/node_modules/zod/v4/locales/en.d.cts +5 -0
  554. package/dist/node_modules/zod/v4/locales/en.d.ts +4 -0
  555. package/dist/node_modules/zod/v4/locales/en.js +109 -0
  556. package/dist/node_modules/zod/v4/locales/eo.cjs +136 -0
  557. package/dist/node_modules/zod/v4/locales/eo.d.cts +5 -0
  558. package/dist/node_modules/zod/v4/locales/eo.d.ts +4 -0
  559. package/dist/node_modules/zod/v4/locales/eo.js +109 -0
  560. package/dist/node_modules/zod/v4/locales/es.cjs +159 -0
  561. package/dist/node_modules/zod/v4/locales/es.d.cts +5 -0
  562. package/dist/node_modules/zod/v4/locales/es.d.ts +4 -0
  563. package/dist/node_modules/zod/v4/locales/es.js +132 -0
  564. package/dist/node_modules/zod/v4/locales/fa.cjs +141 -0
  565. package/dist/node_modules/zod/v4/locales/fa.d.cts +5 -0
  566. package/dist/node_modules/zod/v4/locales/fa.d.ts +4 -0
  567. package/dist/node_modules/zod/v4/locales/fa.js +114 -0
  568. package/dist/node_modules/zod/v4/locales/fi.cjs +139 -0
  569. package/dist/node_modules/zod/v4/locales/fi.d.cts +5 -0
  570. package/dist/node_modules/zod/v4/locales/fi.d.ts +4 -0
  571. package/dist/node_modules/zod/v4/locales/fi.js +112 -0
  572. package/dist/node_modules/zod/v4/locales/fr-CA.cjs +134 -0
  573. package/dist/node_modules/zod/v4/locales/fr-CA.d.cts +5 -0
  574. package/dist/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
  575. package/dist/node_modules/zod/v4/locales/fr-CA.js +107 -0
  576. package/dist/node_modules/zod/v4/locales/fr.cjs +135 -0
  577. package/dist/node_modules/zod/v4/locales/fr.d.cts +5 -0
  578. package/dist/node_modules/zod/v4/locales/fr.d.ts +4 -0
  579. package/dist/node_modules/zod/v4/locales/fr.js +108 -0
  580. package/dist/node_modules/zod/v4/locales/he.cjs +241 -0
  581. package/dist/node_modules/zod/v4/locales/he.d.cts +5 -0
  582. package/dist/node_modules/zod/v4/locales/he.d.ts +4 -0
  583. package/dist/node_modules/zod/v4/locales/he.js +214 -0
  584. package/dist/node_modules/zod/v4/locales/hu.cjs +135 -0
  585. package/dist/node_modules/zod/v4/locales/hu.d.cts +5 -0
  586. package/dist/node_modules/zod/v4/locales/hu.d.ts +4 -0
  587. package/dist/node_modules/zod/v4/locales/hu.js +108 -0
  588. package/dist/node_modules/zod/v4/locales/hy.cjs +174 -0
  589. package/dist/node_modules/zod/v4/locales/hy.d.cts +5 -0
  590. package/dist/node_modules/zod/v4/locales/hy.d.ts +4 -0
  591. package/dist/node_modules/zod/v4/locales/hy.js +147 -0
  592. package/dist/node_modules/zod/v4/locales/id.cjs +133 -0
  593. package/dist/node_modules/zod/v4/locales/id.d.cts +5 -0
  594. package/dist/node_modules/zod/v4/locales/id.d.ts +4 -0
  595. package/dist/node_modules/zod/v4/locales/id.js +106 -0
  596. package/dist/node_modules/zod/v4/locales/index.cjs +104 -0
  597. package/dist/node_modules/zod/v4/locales/index.d.cts +49 -0
  598. package/dist/node_modules/zod/v4/locales/index.d.ts +49 -0
  599. package/dist/node_modules/zod/v4/locales/index.js +49 -0
  600. package/dist/node_modules/zod/v4/locales/is.cjs +136 -0
  601. package/dist/node_modules/zod/v4/locales/is.d.cts +5 -0
  602. package/dist/node_modules/zod/v4/locales/is.d.ts +4 -0
  603. package/dist/node_modules/zod/v4/locales/is.js +109 -0
  604. package/dist/node_modules/zod/v4/locales/it.cjs +135 -0
  605. package/dist/node_modules/zod/v4/locales/it.d.cts +5 -0
  606. package/dist/node_modules/zod/v4/locales/it.d.ts +4 -0
  607. package/dist/node_modules/zod/v4/locales/it.js +108 -0
  608. package/dist/node_modules/zod/v4/locales/ja.cjs +134 -0
  609. package/dist/node_modules/zod/v4/locales/ja.d.cts +5 -0
  610. package/dist/node_modules/zod/v4/locales/ja.d.ts +4 -0
  611. package/dist/node_modules/zod/v4/locales/ja.js +107 -0
  612. package/dist/node_modules/zod/v4/locales/ka.cjs +139 -0
  613. package/dist/node_modules/zod/v4/locales/ka.d.cts +5 -0
  614. package/dist/node_modules/zod/v4/locales/ka.d.ts +4 -0
  615. package/dist/node_modules/zod/v4/locales/ka.js +112 -0
  616. package/dist/node_modules/zod/v4/locales/kh.cjs +12 -0
  617. package/dist/node_modules/zod/v4/locales/kh.d.cts +5 -0
  618. package/dist/node_modules/zod/v4/locales/kh.d.ts +5 -0
  619. package/dist/node_modules/zod/v4/locales/kh.js +5 -0
  620. package/dist/node_modules/zod/v4/locales/km.cjs +137 -0
  621. package/dist/node_modules/zod/v4/locales/km.d.cts +5 -0
  622. package/dist/node_modules/zod/v4/locales/km.d.ts +4 -0
  623. package/dist/node_modules/zod/v4/locales/km.js +110 -0
  624. package/dist/node_modules/zod/v4/locales/ko.cjs +138 -0
  625. package/dist/node_modules/zod/v4/locales/ko.d.cts +5 -0
  626. package/dist/node_modules/zod/v4/locales/ko.d.ts +4 -0
  627. package/dist/node_modules/zod/v4/locales/ko.js +111 -0
  628. package/dist/node_modules/zod/v4/locales/lt.cjs +230 -0
  629. package/dist/node_modules/zod/v4/locales/lt.d.cts +5 -0
  630. package/dist/node_modules/zod/v4/locales/lt.d.ts +4 -0
  631. package/dist/node_modules/zod/v4/locales/lt.js +203 -0
  632. package/dist/node_modules/zod/v4/locales/mk.cjs +136 -0
  633. package/dist/node_modules/zod/v4/locales/mk.d.cts +5 -0
  634. package/dist/node_modules/zod/v4/locales/mk.d.ts +4 -0
  635. package/dist/node_modules/zod/v4/locales/mk.js +109 -0
  636. package/dist/node_modules/zod/v4/locales/ms.cjs +134 -0
  637. package/dist/node_modules/zod/v4/locales/ms.d.cts +5 -0
  638. package/dist/node_modules/zod/v4/locales/ms.d.ts +4 -0
  639. package/dist/node_modules/zod/v4/locales/ms.js +107 -0
  640. package/dist/node_modules/zod/v4/locales/nl.cjs +137 -0
  641. package/dist/node_modules/zod/v4/locales/nl.d.cts +5 -0
  642. package/dist/node_modules/zod/v4/locales/nl.d.ts +4 -0
  643. package/dist/node_modules/zod/v4/locales/nl.js +110 -0
  644. package/dist/node_modules/zod/v4/locales/no.cjs +135 -0
  645. package/dist/node_modules/zod/v4/locales/no.d.cts +5 -0
  646. package/dist/node_modules/zod/v4/locales/no.d.ts +4 -0
  647. package/dist/node_modules/zod/v4/locales/no.js +108 -0
  648. package/dist/node_modules/zod/v4/locales/ota.cjs +136 -0
  649. package/dist/node_modules/zod/v4/locales/ota.d.cts +5 -0
  650. package/dist/node_modules/zod/v4/locales/ota.d.ts +4 -0
  651. package/dist/node_modules/zod/v4/locales/ota.js +109 -0
  652. package/dist/node_modules/zod/v4/locales/package.json +6 -0
  653. package/dist/node_modules/zod/v4/locales/pl.cjs +136 -0
  654. package/dist/node_modules/zod/v4/locales/pl.d.cts +5 -0
  655. package/dist/node_modules/zod/v4/locales/pl.d.ts +4 -0
  656. package/dist/node_modules/zod/v4/locales/pl.js +109 -0
  657. package/dist/node_modules/zod/v4/locales/ps.cjs +141 -0
  658. package/dist/node_modules/zod/v4/locales/ps.d.cts +5 -0
  659. package/dist/node_modules/zod/v4/locales/ps.d.ts +4 -0
  660. package/dist/node_modules/zod/v4/locales/ps.js +114 -0
  661. package/dist/node_modules/zod/v4/locales/pt.cjs +135 -0
  662. package/dist/node_modules/zod/v4/locales/pt.d.cts +5 -0
  663. package/dist/node_modules/zod/v4/locales/pt.d.ts +4 -0
  664. package/dist/node_modules/zod/v4/locales/pt.js +108 -0
  665. package/dist/node_modules/zod/v4/locales/ru.cjs +183 -0
  666. package/dist/node_modules/zod/v4/locales/ru.d.cts +5 -0
  667. package/dist/node_modules/zod/v4/locales/ru.d.ts +4 -0
  668. package/dist/node_modules/zod/v4/locales/ru.js +156 -0
  669. package/dist/node_modules/zod/v4/locales/sl.cjs +136 -0
  670. package/dist/node_modules/zod/v4/locales/sl.d.cts +5 -0
  671. package/dist/node_modules/zod/v4/locales/sl.d.ts +4 -0
  672. package/dist/node_modules/zod/v4/locales/sl.js +109 -0
  673. package/dist/node_modules/zod/v4/locales/sv.cjs +137 -0
  674. package/dist/node_modules/zod/v4/locales/sv.d.cts +5 -0
  675. package/dist/node_modules/zod/v4/locales/sv.d.ts +4 -0
  676. package/dist/node_modules/zod/v4/locales/sv.js +110 -0
  677. package/dist/node_modules/zod/v4/locales/ta.cjs +137 -0
  678. package/dist/node_modules/zod/v4/locales/ta.d.cts +5 -0
  679. package/dist/node_modules/zod/v4/locales/ta.d.ts +4 -0
  680. package/dist/node_modules/zod/v4/locales/ta.js +110 -0
  681. package/dist/node_modules/zod/v4/locales/th.cjs +137 -0
  682. package/dist/node_modules/zod/v4/locales/th.d.cts +5 -0
  683. package/dist/node_modules/zod/v4/locales/th.d.ts +4 -0
  684. package/dist/node_modules/zod/v4/locales/th.js +110 -0
  685. package/dist/node_modules/zod/v4/locales/tr.cjs +132 -0
  686. package/dist/node_modules/zod/v4/locales/tr.d.cts +5 -0
  687. package/dist/node_modules/zod/v4/locales/tr.d.ts +4 -0
  688. package/dist/node_modules/zod/v4/locales/tr.js +105 -0
  689. package/dist/node_modules/zod/v4/locales/ua.cjs +12 -0
  690. package/dist/node_modules/zod/v4/locales/ua.d.cts +5 -0
  691. package/dist/node_modules/zod/v4/locales/ua.d.ts +5 -0
  692. package/dist/node_modules/zod/v4/locales/ua.js +5 -0
  693. package/dist/node_modules/zod/v4/locales/uk.cjs +135 -0
  694. package/dist/node_modules/zod/v4/locales/uk.d.cts +5 -0
  695. package/dist/node_modules/zod/v4/locales/uk.d.ts +4 -0
  696. package/dist/node_modules/zod/v4/locales/uk.js +108 -0
  697. package/dist/node_modules/zod/v4/locales/ur.cjs +137 -0
  698. package/dist/node_modules/zod/v4/locales/ur.d.cts +5 -0
  699. package/dist/node_modules/zod/v4/locales/ur.d.ts +4 -0
  700. package/dist/node_modules/zod/v4/locales/ur.js +110 -0
  701. package/dist/node_modules/zod/v4/locales/uz.cjs +136 -0
  702. package/dist/node_modules/zod/v4/locales/uz.d.cts +5 -0
  703. package/dist/node_modules/zod/v4/locales/uz.d.ts +4 -0
  704. package/dist/node_modules/zod/v4/locales/uz.js +109 -0
  705. package/dist/node_modules/zod/v4/locales/vi.cjs +135 -0
  706. package/dist/node_modules/zod/v4/locales/vi.d.cts +5 -0
  707. package/dist/node_modules/zod/v4/locales/vi.d.ts +4 -0
  708. package/dist/node_modules/zod/v4/locales/vi.js +108 -0
  709. package/dist/node_modules/zod/v4/locales/yo.cjs +134 -0
  710. package/dist/node_modules/zod/v4/locales/yo.d.cts +5 -0
  711. package/dist/node_modules/zod/v4/locales/yo.d.ts +4 -0
  712. package/dist/node_modules/zod/v4/locales/yo.js +107 -0
  713. package/dist/node_modules/zod/v4/locales/zh-CN.cjs +136 -0
  714. package/dist/node_modules/zod/v4/locales/zh-CN.d.cts +5 -0
  715. package/dist/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
  716. package/dist/node_modules/zod/v4/locales/zh-CN.js +109 -0
  717. package/dist/node_modules/zod/v4/locales/zh-TW.cjs +134 -0
  718. package/dist/node_modules/zod/v4/locales/zh-TW.d.cts +5 -0
  719. package/dist/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
  720. package/dist/node_modules/zod/v4/locales/zh-TW.js +107 -0
  721. package/dist/node_modules/zod/v4/mini/checks.cjs +34 -0
  722. package/dist/node_modules/zod/v4/mini/checks.d.cts +1 -0
  723. package/dist/node_modules/zod/v4/mini/checks.d.ts +1 -0
  724. package/dist/node_modules/zod/v4/mini/checks.js +1 -0
  725. package/dist/node_modules/zod/v4/mini/coerce.cjs +52 -0
  726. package/dist/node_modules/zod/v4/mini/coerce.d.cts +7 -0
  727. package/dist/node_modules/zod/v4/mini/coerce.d.ts +7 -0
  728. package/dist/node_modules/zod/v4/mini/coerce.js +22 -0
  729. package/dist/node_modules/zod/v4/mini/external.cjs +63 -0
  730. package/dist/node_modules/zod/v4/mini/external.d.cts +12 -0
  731. package/dist/node_modules/zod/v4/mini/external.d.ts +12 -0
  732. package/dist/node_modules/zod/v4/mini/external.js +14 -0
  733. package/dist/node_modules/zod/v4/mini/index.cjs +32 -0
  734. package/dist/node_modules/zod/v4/mini/index.d.cts +3 -0
  735. package/dist/node_modules/zod/v4/mini/index.d.ts +3 -0
  736. package/dist/node_modules/zod/v4/mini/index.js +3 -0
  737. package/dist/node_modules/zod/v4/mini/iso.cjs +64 -0
  738. package/dist/node_modules/zod/v4/mini/iso.d.cts +22 -0
  739. package/dist/node_modules/zod/v4/mini/iso.d.ts +22 -0
  740. package/dist/node_modules/zod/v4/mini/iso.js +34 -0
  741. package/dist/node_modules/zod/v4/mini/package.json +6 -0
  742. package/dist/node_modules/zod/v4/mini/parse.cjs +16 -0
  743. package/dist/node_modules/zod/v4/mini/parse.d.cts +1 -0
  744. package/dist/node_modules/zod/v4/mini/parse.d.ts +1 -0
  745. package/dist/node_modules/zod/v4/mini/parse.js +1 -0
  746. package/dist/node_modules/zod/v4/mini/schemas.cjs +1046 -0
  747. package/dist/node_modules/zod/v4/mini/schemas.d.cts +427 -0
  748. package/dist/node_modules/zod/v4/mini/schemas.d.ts +427 -0
  749. package/dist/node_modules/zod/v4/mini/schemas.js +925 -0
  750. package/dist/node_modules/zod/v4/package.json +6 -0
  751. package/dist/node_modules/zod/v4-mini/index.cjs +17 -0
  752. package/dist/node_modules/zod/v4-mini/index.d.cts +1 -0
  753. package/dist/node_modules/zod/v4-mini/index.d.ts +1 -0
  754. package/dist/node_modules/zod/v4-mini/index.js +1 -0
  755. package/dist/node_modules/zod/v4-mini/package.json +6 -0
  756. package/dist/server/repository.d.ts +9 -1
  757. package/dist/server/repository.js +138 -0
  758. package/dist/server/server.js +12 -0
  759. package/dist/server/template/contexts.d.ts +0 -1
  760. package/dist/server/template/contexts.js +0 -39
  761. package/dist/server/template/resolver.js +10 -6
  762. package/dist/server/variables/records.d.ts +38 -0
  763. package/dist/server/variables/records.js +120 -0
  764. package/dist/server/variables/registry.js +130 -51
  765. package/dist/server/variables/utils.js +56 -16
  766. package/package.json +2 -2
@@ -0,0 +1,1222 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.TimePrecision = void 0;
27
+ exports._string = _string;
28
+ exports._coercedString = _coercedString;
29
+ exports._email = _email;
30
+ exports._guid = _guid;
31
+ exports._uuid = _uuid;
32
+ exports._uuidv4 = _uuidv4;
33
+ exports._uuidv6 = _uuidv6;
34
+ exports._uuidv7 = _uuidv7;
35
+ exports._url = _url;
36
+ exports._emoji = _emoji;
37
+ exports._nanoid = _nanoid;
38
+ exports._cuid = _cuid;
39
+ exports._cuid2 = _cuid2;
40
+ exports._ulid = _ulid;
41
+ exports._xid = _xid;
42
+ exports._ksuid = _ksuid;
43
+ exports._ipv4 = _ipv4;
44
+ exports._ipv6 = _ipv6;
45
+ exports._mac = _mac;
46
+ exports._cidrv4 = _cidrv4;
47
+ exports._cidrv6 = _cidrv6;
48
+ exports._base64 = _base64;
49
+ exports._base64url = _base64url;
50
+ exports._e164 = _e164;
51
+ exports._jwt = _jwt;
52
+ exports._isoDateTime = _isoDateTime;
53
+ exports._isoDate = _isoDate;
54
+ exports._isoTime = _isoTime;
55
+ exports._isoDuration = _isoDuration;
56
+ exports._number = _number;
57
+ exports._coercedNumber = _coercedNumber;
58
+ exports._int = _int;
59
+ exports._float32 = _float32;
60
+ exports._float64 = _float64;
61
+ exports._int32 = _int32;
62
+ exports._uint32 = _uint32;
63
+ exports._boolean = _boolean;
64
+ exports._coercedBoolean = _coercedBoolean;
65
+ exports._bigint = _bigint;
66
+ exports._coercedBigint = _coercedBigint;
67
+ exports._int64 = _int64;
68
+ exports._uint64 = _uint64;
69
+ exports._symbol = _symbol;
70
+ exports._undefined = _undefined;
71
+ exports._null = _null;
72
+ exports._any = _any;
73
+ exports._unknown = _unknown;
74
+ exports._never = _never;
75
+ exports._void = _void;
76
+ exports._date = _date;
77
+ exports._coercedDate = _coercedDate;
78
+ exports._nan = _nan;
79
+ exports._lt = _lt;
80
+ exports._lte = _lte;
81
+ exports._max = _lte;
82
+ exports._lte = _lte;
83
+ exports._max = _lte;
84
+ exports._gt = _gt;
85
+ exports._gte = _gte;
86
+ exports._min = _gte;
87
+ exports._gte = _gte;
88
+ exports._min = _gte;
89
+ exports._positive = _positive;
90
+ exports._negative = _negative;
91
+ exports._nonpositive = _nonpositive;
92
+ exports._nonnegative = _nonnegative;
93
+ exports._multipleOf = _multipleOf;
94
+ exports._maxSize = _maxSize;
95
+ exports._minSize = _minSize;
96
+ exports._size = _size;
97
+ exports._maxLength = _maxLength;
98
+ exports._minLength = _minLength;
99
+ exports._length = _length;
100
+ exports._regex = _regex;
101
+ exports._lowercase = _lowercase;
102
+ exports._uppercase = _uppercase;
103
+ exports._includes = _includes;
104
+ exports._startsWith = _startsWith;
105
+ exports._endsWith = _endsWith;
106
+ exports._property = _property;
107
+ exports._mime = _mime;
108
+ exports._overwrite = _overwrite;
109
+ exports._normalize = _normalize;
110
+ exports._trim = _trim;
111
+ exports._toLowerCase = _toLowerCase;
112
+ exports._toUpperCase = _toUpperCase;
113
+ exports._slugify = _slugify;
114
+ exports._array = _array;
115
+ exports._union = _union;
116
+ exports._xor = _xor;
117
+ exports._discriminatedUnion = _discriminatedUnion;
118
+ exports._intersection = _intersection;
119
+ exports._tuple = _tuple;
120
+ exports._record = _record;
121
+ exports._map = _map;
122
+ exports._set = _set;
123
+ exports._enum = _enum;
124
+ exports._nativeEnum = _nativeEnum;
125
+ exports._literal = _literal;
126
+ exports._file = _file;
127
+ exports._transform = _transform;
128
+ exports._optional = _optional;
129
+ exports._nullable = _nullable;
130
+ exports._default = _default;
131
+ exports._nonoptional = _nonoptional;
132
+ exports._success = _success;
133
+ exports._catch = _catch;
134
+ exports._pipe = _pipe;
135
+ exports._readonly = _readonly;
136
+ exports._templateLiteral = _templateLiteral;
137
+ exports._lazy = _lazy;
138
+ exports._promise = _promise;
139
+ exports._custom = _custom;
140
+ exports._refine = _refine;
141
+ exports._superRefine = _superRefine;
142
+ exports._check = _check;
143
+ exports.describe = describe;
144
+ exports.meta = meta;
145
+ exports._stringbool = _stringbool;
146
+ exports._stringFormat = _stringFormat;
147
+ const checks = __importStar(require("./checks.cjs"));
148
+ const registries = __importStar(require("./registries.cjs"));
149
+ const schemas = __importStar(require("./schemas.cjs"));
150
+ const util = __importStar(require("./util.cjs"));
151
+ // @__NO_SIDE_EFFECTS__
152
+ function _string(Class, params) {
153
+ return new Class({
154
+ type: "string",
155
+ ...util.normalizeParams(params),
156
+ });
157
+ }
158
+ // @__NO_SIDE_EFFECTS__
159
+ function _coercedString(Class, params) {
160
+ return new Class({
161
+ type: "string",
162
+ coerce: true,
163
+ ...util.normalizeParams(params),
164
+ });
165
+ }
166
+ // @__NO_SIDE_EFFECTS__
167
+ function _email(Class, params) {
168
+ return new Class({
169
+ type: "string",
170
+ format: "email",
171
+ check: "string_format",
172
+ abort: false,
173
+ ...util.normalizeParams(params),
174
+ });
175
+ }
176
+ // @__NO_SIDE_EFFECTS__
177
+ function _guid(Class, params) {
178
+ return new Class({
179
+ type: "string",
180
+ format: "guid",
181
+ check: "string_format",
182
+ abort: false,
183
+ ...util.normalizeParams(params),
184
+ });
185
+ }
186
+ // @__NO_SIDE_EFFECTS__
187
+ function _uuid(Class, params) {
188
+ return new Class({
189
+ type: "string",
190
+ format: "uuid",
191
+ check: "string_format",
192
+ abort: false,
193
+ ...util.normalizeParams(params),
194
+ });
195
+ }
196
+ // @__NO_SIDE_EFFECTS__
197
+ function _uuidv4(Class, params) {
198
+ return new Class({
199
+ type: "string",
200
+ format: "uuid",
201
+ check: "string_format",
202
+ abort: false,
203
+ version: "v4",
204
+ ...util.normalizeParams(params),
205
+ });
206
+ }
207
+ // @__NO_SIDE_EFFECTS__
208
+ function _uuidv6(Class, params) {
209
+ return new Class({
210
+ type: "string",
211
+ format: "uuid",
212
+ check: "string_format",
213
+ abort: false,
214
+ version: "v6",
215
+ ...util.normalizeParams(params),
216
+ });
217
+ }
218
+ // @__NO_SIDE_EFFECTS__
219
+ function _uuidv7(Class, params) {
220
+ return new Class({
221
+ type: "string",
222
+ format: "uuid",
223
+ check: "string_format",
224
+ abort: false,
225
+ version: "v7",
226
+ ...util.normalizeParams(params),
227
+ });
228
+ }
229
+ // @__NO_SIDE_EFFECTS__
230
+ function _url(Class, params) {
231
+ return new Class({
232
+ type: "string",
233
+ format: "url",
234
+ check: "string_format",
235
+ abort: false,
236
+ ...util.normalizeParams(params),
237
+ });
238
+ }
239
+ // @__NO_SIDE_EFFECTS__
240
+ function _emoji(Class, params) {
241
+ return new Class({
242
+ type: "string",
243
+ format: "emoji",
244
+ check: "string_format",
245
+ abort: false,
246
+ ...util.normalizeParams(params),
247
+ });
248
+ }
249
+ // @__NO_SIDE_EFFECTS__
250
+ function _nanoid(Class, params) {
251
+ return new Class({
252
+ type: "string",
253
+ format: "nanoid",
254
+ check: "string_format",
255
+ abort: false,
256
+ ...util.normalizeParams(params),
257
+ });
258
+ }
259
+ // @__NO_SIDE_EFFECTS__
260
+ function _cuid(Class, params) {
261
+ return new Class({
262
+ type: "string",
263
+ format: "cuid",
264
+ check: "string_format",
265
+ abort: false,
266
+ ...util.normalizeParams(params),
267
+ });
268
+ }
269
+ // @__NO_SIDE_EFFECTS__
270
+ function _cuid2(Class, params) {
271
+ return new Class({
272
+ type: "string",
273
+ format: "cuid2",
274
+ check: "string_format",
275
+ abort: false,
276
+ ...util.normalizeParams(params),
277
+ });
278
+ }
279
+ // @__NO_SIDE_EFFECTS__
280
+ function _ulid(Class, params) {
281
+ return new Class({
282
+ type: "string",
283
+ format: "ulid",
284
+ check: "string_format",
285
+ abort: false,
286
+ ...util.normalizeParams(params),
287
+ });
288
+ }
289
+ // @__NO_SIDE_EFFECTS__
290
+ function _xid(Class, params) {
291
+ return new Class({
292
+ type: "string",
293
+ format: "xid",
294
+ check: "string_format",
295
+ abort: false,
296
+ ...util.normalizeParams(params),
297
+ });
298
+ }
299
+ // @__NO_SIDE_EFFECTS__
300
+ function _ksuid(Class, params) {
301
+ return new Class({
302
+ type: "string",
303
+ format: "ksuid",
304
+ check: "string_format",
305
+ abort: false,
306
+ ...util.normalizeParams(params),
307
+ });
308
+ }
309
+ // @__NO_SIDE_EFFECTS__
310
+ function _ipv4(Class, params) {
311
+ return new Class({
312
+ type: "string",
313
+ format: "ipv4",
314
+ check: "string_format",
315
+ abort: false,
316
+ ...util.normalizeParams(params),
317
+ });
318
+ }
319
+ // @__NO_SIDE_EFFECTS__
320
+ function _ipv6(Class, params) {
321
+ return new Class({
322
+ type: "string",
323
+ format: "ipv6",
324
+ check: "string_format",
325
+ abort: false,
326
+ ...util.normalizeParams(params),
327
+ });
328
+ }
329
+ // @__NO_SIDE_EFFECTS__
330
+ function _mac(Class, params) {
331
+ return new Class({
332
+ type: "string",
333
+ format: "mac",
334
+ check: "string_format",
335
+ abort: false,
336
+ ...util.normalizeParams(params),
337
+ });
338
+ }
339
+ // @__NO_SIDE_EFFECTS__
340
+ function _cidrv4(Class, params) {
341
+ return new Class({
342
+ type: "string",
343
+ format: "cidrv4",
344
+ check: "string_format",
345
+ abort: false,
346
+ ...util.normalizeParams(params),
347
+ });
348
+ }
349
+ // @__NO_SIDE_EFFECTS__
350
+ function _cidrv6(Class, params) {
351
+ return new Class({
352
+ type: "string",
353
+ format: "cidrv6",
354
+ check: "string_format",
355
+ abort: false,
356
+ ...util.normalizeParams(params),
357
+ });
358
+ }
359
+ // @__NO_SIDE_EFFECTS__
360
+ function _base64(Class, params) {
361
+ return new Class({
362
+ type: "string",
363
+ format: "base64",
364
+ check: "string_format",
365
+ abort: false,
366
+ ...util.normalizeParams(params),
367
+ });
368
+ }
369
+ // @__NO_SIDE_EFFECTS__
370
+ function _base64url(Class, params) {
371
+ return new Class({
372
+ type: "string",
373
+ format: "base64url",
374
+ check: "string_format",
375
+ abort: false,
376
+ ...util.normalizeParams(params),
377
+ });
378
+ }
379
+ // @__NO_SIDE_EFFECTS__
380
+ function _e164(Class, params) {
381
+ return new Class({
382
+ type: "string",
383
+ format: "e164",
384
+ check: "string_format",
385
+ abort: false,
386
+ ...util.normalizeParams(params),
387
+ });
388
+ }
389
+ // @__NO_SIDE_EFFECTS__
390
+ function _jwt(Class, params) {
391
+ return new Class({
392
+ type: "string",
393
+ format: "jwt",
394
+ check: "string_format",
395
+ abort: false,
396
+ ...util.normalizeParams(params),
397
+ });
398
+ }
399
+ exports.TimePrecision = {
400
+ Any: null,
401
+ Minute: -1,
402
+ Second: 0,
403
+ Millisecond: 3,
404
+ Microsecond: 6,
405
+ };
406
+ // @__NO_SIDE_EFFECTS__
407
+ function _isoDateTime(Class, params) {
408
+ return new Class({
409
+ type: "string",
410
+ format: "datetime",
411
+ check: "string_format",
412
+ offset: false,
413
+ local: false,
414
+ precision: null,
415
+ ...util.normalizeParams(params),
416
+ });
417
+ }
418
+ // @__NO_SIDE_EFFECTS__
419
+ function _isoDate(Class, params) {
420
+ return new Class({
421
+ type: "string",
422
+ format: "date",
423
+ check: "string_format",
424
+ ...util.normalizeParams(params),
425
+ });
426
+ }
427
+ // @__NO_SIDE_EFFECTS__
428
+ function _isoTime(Class, params) {
429
+ return new Class({
430
+ type: "string",
431
+ format: "time",
432
+ check: "string_format",
433
+ precision: null,
434
+ ...util.normalizeParams(params),
435
+ });
436
+ }
437
+ // @__NO_SIDE_EFFECTS__
438
+ function _isoDuration(Class, params) {
439
+ return new Class({
440
+ type: "string",
441
+ format: "duration",
442
+ check: "string_format",
443
+ ...util.normalizeParams(params),
444
+ });
445
+ }
446
+ // @__NO_SIDE_EFFECTS__
447
+ function _number(Class, params) {
448
+ return new Class({
449
+ type: "number",
450
+ checks: [],
451
+ ...util.normalizeParams(params),
452
+ });
453
+ }
454
+ // @__NO_SIDE_EFFECTS__
455
+ function _coercedNumber(Class, params) {
456
+ return new Class({
457
+ type: "number",
458
+ coerce: true,
459
+ checks: [],
460
+ ...util.normalizeParams(params),
461
+ });
462
+ }
463
+ // @__NO_SIDE_EFFECTS__
464
+ function _int(Class, params) {
465
+ return new Class({
466
+ type: "number",
467
+ check: "number_format",
468
+ abort: false,
469
+ format: "safeint",
470
+ ...util.normalizeParams(params),
471
+ });
472
+ }
473
+ // @__NO_SIDE_EFFECTS__
474
+ function _float32(Class, params) {
475
+ return new Class({
476
+ type: "number",
477
+ check: "number_format",
478
+ abort: false,
479
+ format: "float32",
480
+ ...util.normalizeParams(params),
481
+ });
482
+ }
483
+ // @__NO_SIDE_EFFECTS__
484
+ function _float64(Class, params) {
485
+ return new Class({
486
+ type: "number",
487
+ check: "number_format",
488
+ abort: false,
489
+ format: "float64",
490
+ ...util.normalizeParams(params),
491
+ });
492
+ }
493
+ // @__NO_SIDE_EFFECTS__
494
+ function _int32(Class, params) {
495
+ return new Class({
496
+ type: "number",
497
+ check: "number_format",
498
+ abort: false,
499
+ format: "int32",
500
+ ...util.normalizeParams(params),
501
+ });
502
+ }
503
+ // @__NO_SIDE_EFFECTS__
504
+ function _uint32(Class, params) {
505
+ return new Class({
506
+ type: "number",
507
+ check: "number_format",
508
+ abort: false,
509
+ format: "uint32",
510
+ ...util.normalizeParams(params),
511
+ });
512
+ }
513
+ // @__NO_SIDE_EFFECTS__
514
+ function _boolean(Class, params) {
515
+ return new Class({
516
+ type: "boolean",
517
+ ...util.normalizeParams(params),
518
+ });
519
+ }
520
+ // @__NO_SIDE_EFFECTS__
521
+ function _coercedBoolean(Class, params) {
522
+ return new Class({
523
+ type: "boolean",
524
+ coerce: true,
525
+ ...util.normalizeParams(params),
526
+ });
527
+ }
528
+ // @__NO_SIDE_EFFECTS__
529
+ function _bigint(Class, params) {
530
+ return new Class({
531
+ type: "bigint",
532
+ ...util.normalizeParams(params),
533
+ });
534
+ }
535
+ // @__NO_SIDE_EFFECTS__
536
+ function _coercedBigint(Class, params) {
537
+ return new Class({
538
+ type: "bigint",
539
+ coerce: true,
540
+ ...util.normalizeParams(params),
541
+ });
542
+ }
543
+ // @__NO_SIDE_EFFECTS__
544
+ function _int64(Class, params) {
545
+ return new Class({
546
+ type: "bigint",
547
+ check: "bigint_format",
548
+ abort: false,
549
+ format: "int64",
550
+ ...util.normalizeParams(params),
551
+ });
552
+ }
553
+ // @__NO_SIDE_EFFECTS__
554
+ function _uint64(Class, params) {
555
+ return new Class({
556
+ type: "bigint",
557
+ check: "bigint_format",
558
+ abort: false,
559
+ format: "uint64",
560
+ ...util.normalizeParams(params),
561
+ });
562
+ }
563
+ // @__NO_SIDE_EFFECTS__
564
+ function _symbol(Class, params) {
565
+ return new Class({
566
+ type: "symbol",
567
+ ...util.normalizeParams(params),
568
+ });
569
+ }
570
+ // @__NO_SIDE_EFFECTS__
571
+ function _undefined(Class, params) {
572
+ return new Class({
573
+ type: "undefined",
574
+ ...util.normalizeParams(params),
575
+ });
576
+ }
577
+ // @__NO_SIDE_EFFECTS__
578
+ function _null(Class, params) {
579
+ return new Class({
580
+ type: "null",
581
+ ...util.normalizeParams(params),
582
+ });
583
+ }
584
+ // @__NO_SIDE_EFFECTS__
585
+ function _any(Class) {
586
+ return new Class({
587
+ type: "any",
588
+ });
589
+ }
590
+ // @__NO_SIDE_EFFECTS__
591
+ function _unknown(Class) {
592
+ return new Class({
593
+ type: "unknown",
594
+ });
595
+ }
596
+ // @__NO_SIDE_EFFECTS__
597
+ function _never(Class, params) {
598
+ return new Class({
599
+ type: "never",
600
+ ...util.normalizeParams(params),
601
+ });
602
+ }
603
+ // @__NO_SIDE_EFFECTS__
604
+ function _void(Class, params) {
605
+ return new Class({
606
+ type: "void",
607
+ ...util.normalizeParams(params),
608
+ });
609
+ }
610
+ // @__NO_SIDE_EFFECTS__
611
+ function _date(Class, params) {
612
+ return new Class({
613
+ type: "date",
614
+ ...util.normalizeParams(params),
615
+ });
616
+ }
617
+ // @__NO_SIDE_EFFECTS__
618
+ function _coercedDate(Class, params) {
619
+ return new Class({
620
+ type: "date",
621
+ coerce: true,
622
+ ...util.normalizeParams(params),
623
+ });
624
+ }
625
+ // @__NO_SIDE_EFFECTS__
626
+ function _nan(Class, params) {
627
+ return new Class({
628
+ type: "nan",
629
+ ...util.normalizeParams(params),
630
+ });
631
+ }
632
+ // @__NO_SIDE_EFFECTS__
633
+ function _lt(value, params) {
634
+ return new checks.$ZodCheckLessThan({
635
+ check: "less_than",
636
+ ...util.normalizeParams(params),
637
+ value,
638
+ inclusive: false,
639
+ });
640
+ }
641
+ // @__NO_SIDE_EFFECTS__
642
+ function _lte(value, params) {
643
+ return new checks.$ZodCheckLessThan({
644
+ check: "less_than",
645
+ ...util.normalizeParams(params),
646
+ value,
647
+ inclusive: true,
648
+ });
649
+ }
650
+ // @__NO_SIDE_EFFECTS__
651
+ function _gt(value, params) {
652
+ return new checks.$ZodCheckGreaterThan({
653
+ check: "greater_than",
654
+ ...util.normalizeParams(params),
655
+ value,
656
+ inclusive: false,
657
+ });
658
+ }
659
+ // @__NO_SIDE_EFFECTS__
660
+ function _gte(value, params) {
661
+ return new checks.$ZodCheckGreaterThan({
662
+ check: "greater_than",
663
+ ...util.normalizeParams(params),
664
+ value,
665
+ inclusive: true,
666
+ });
667
+ }
668
+ // @__NO_SIDE_EFFECTS__
669
+ function _positive(params) {
670
+ return _gt(0, params);
671
+ }
672
+ // negative
673
+ // @__NO_SIDE_EFFECTS__
674
+ function _negative(params) {
675
+ return _lt(0, params);
676
+ }
677
+ // nonpositive
678
+ // @__NO_SIDE_EFFECTS__
679
+ function _nonpositive(params) {
680
+ return _lte(0, params);
681
+ }
682
+ // nonnegative
683
+ // @__NO_SIDE_EFFECTS__
684
+ function _nonnegative(params) {
685
+ return _gte(0, params);
686
+ }
687
+ // @__NO_SIDE_EFFECTS__
688
+ function _multipleOf(value, params) {
689
+ return new checks.$ZodCheckMultipleOf({
690
+ check: "multiple_of",
691
+ ...util.normalizeParams(params),
692
+ value,
693
+ });
694
+ }
695
+ // @__NO_SIDE_EFFECTS__
696
+ function _maxSize(maximum, params) {
697
+ return new checks.$ZodCheckMaxSize({
698
+ check: "max_size",
699
+ ...util.normalizeParams(params),
700
+ maximum,
701
+ });
702
+ }
703
+ // @__NO_SIDE_EFFECTS__
704
+ function _minSize(minimum, params) {
705
+ return new checks.$ZodCheckMinSize({
706
+ check: "min_size",
707
+ ...util.normalizeParams(params),
708
+ minimum,
709
+ });
710
+ }
711
+ // @__NO_SIDE_EFFECTS__
712
+ function _size(size, params) {
713
+ return new checks.$ZodCheckSizeEquals({
714
+ check: "size_equals",
715
+ ...util.normalizeParams(params),
716
+ size,
717
+ });
718
+ }
719
+ // @__NO_SIDE_EFFECTS__
720
+ function _maxLength(maximum, params) {
721
+ const ch = new checks.$ZodCheckMaxLength({
722
+ check: "max_length",
723
+ ...util.normalizeParams(params),
724
+ maximum,
725
+ });
726
+ return ch;
727
+ }
728
+ // @__NO_SIDE_EFFECTS__
729
+ function _minLength(minimum, params) {
730
+ return new checks.$ZodCheckMinLength({
731
+ check: "min_length",
732
+ ...util.normalizeParams(params),
733
+ minimum,
734
+ });
735
+ }
736
+ // @__NO_SIDE_EFFECTS__
737
+ function _length(length, params) {
738
+ return new checks.$ZodCheckLengthEquals({
739
+ check: "length_equals",
740
+ ...util.normalizeParams(params),
741
+ length,
742
+ });
743
+ }
744
+ // @__NO_SIDE_EFFECTS__
745
+ function _regex(pattern, params) {
746
+ return new checks.$ZodCheckRegex({
747
+ check: "string_format",
748
+ format: "regex",
749
+ ...util.normalizeParams(params),
750
+ pattern,
751
+ });
752
+ }
753
+ // @__NO_SIDE_EFFECTS__
754
+ function _lowercase(params) {
755
+ return new checks.$ZodCheckLowerCase({
756
+ check: "string_format",
757
+ format: "lowercase",
758
+ ...util.normalizeParams(params),
759
+ });
760
+ }
761
+ // @__NO_SIDE_EFFECTS__
762
+ function _uppercase(params) {
763
+ return new checks.$ZodCheckUpperCase({
764
+ check: "string_format",
765
+ format: "uppercase",
766
+ ...util.normalizeParams(params),
767
+ });
768
+ }
769
+ // @__NO_SIDE_EFFECTS__
770
+ function _includes(includes, params) {
771
+ return new checks.$ZodCheckIncludes({
772
+ check: "string_format",
773
+ format: "includes",
774
+ ...util.normalizeParams(params),
775
+ includes,
776
+ });
777
+ }
778
+ // @__NO_SIDE_EFFECTS__
779
+ function _startsWith(prefix, params) {
780
+ return new checks.$ZodCheckStartsWith({
781
+ check: "string_format",
782
+ format: "starts_with",
783
+ ...util.normalizeParams(params),
784
+ prefix,
785
+ });
786
+ }
787
+ // @__NO_SIDE_EFFECTS__
788
+ function _endsWith(suffix, params) {
789
+ return new checks.$ZodCheckEndsWith({
790
+ check: "string_format",
791
+ format: "ends_with",
792
+ ...util.normalizeParams(params),
793
+ suffix,
794
+ });
795
+ }
796
+ // @__NO_SIDE_EFFECTS__
797
+ function _property(property, schema, params) {
798
+ return new checks.$ZodCheckProperty({
799
+ check: "property",
800
+ property,
801
+ schema,
802
+ ...util.normalizeParams(params),
803
+ });
804
+ }
805
+ // @__NO_SIDE_EFFECTS__
806
+ function _mime(types, params) {
807
+ return new checks.$ZodCheckMimeType({
808
+ check: "mime_type",
809
+ mime: types,
810
+ ...util.normalizeParams(params),
811
+ });
812
+ }
813
+ // @__NO_SIDE_EFFECTS__
814
+ function _overwrite(tx) {
815
+ return new checks.$ZodCheckOverwrite({
816
+ check: "overwrite",
817
+ tx,
818
+ });
819
+ }
820
+ // normalize
821
+ // @__NO_SIDE_EFFECTS__
822
+ function _normalize(form) {
823
+ return _overwrite((input) => input.normalize(form));
824
+ }
825
+ // trim
826
+ // @__NO_SIDE_EFFECTS__
827
+ function _trim() {
828
+ return _overwrite((input) => input.trim());
829
+ }
830
+ // toLowerCase
831
+ // @__NO_SIDE_EFFECTS__
832
+ function _toLowerCase() {
833
+ return _overwrite((input) => input.toLowerCase());
834
+ }
835
+ // toUpperCase
836
+ // @__NO_SIDE_EFFECTS__
837
+ function _toUpperCase() {
838
+ return _overwrite((input) => input.toUpperCase());
839
+ }
840
+ // slugify
841
+ // @__NO_SIDE_EFFECTS__
842
+ function _slugify() {
843
+ return _overwrite((input) => util.slugify(input));
844
+ }
845
+ // @__NO_SIDE_EFFECTS__
846
+ function _array(Class, element, params) {
847
+ return new Class({
848
+ type: "array",
849
+ element,
850
+ // get element() {
851
+ // return element;
852
+ // },
853
+ ...util.normalizeParams(params),
854
+ });
855
+ }
856
+ // @__NO_SIDE_EFFECTS__
857
+ function _union(Class, options, params) {
858
+ return new Class({
859
+ type: "union",
860
+ options,
861
+ ...util.normalizeParams(params),
862
+ });
863
+ }
864
+ function _xor(Class, options, params) {
865
+ return new Class({
866
+ type: "union",
867
+ options,
868
+ inclusive: false,
869
+ ...util.normalizeParams(params),
870
+ });
871
+ }
872
+ // @__NO_SIDE_EFFECTS__
873
+ function _discriminatedUnion(Class, discriminator, options, params) {
874
+ return new Class({
875
+ type: "union",
876
+ options,
877
+ discriminator,
878
+ ...util.normalizeParams(params),
879
+ });
880
+ }
881
+ // @__NO_SIDE_EFFECTS__
882
+ function _intersection(Class, left, right) {
883
+ return new Class({
884
+ type: "intersection",
885
+ left,
886
+ right,
887
+ });
888
+ }
889
+ // export function _tuple(
890
+ // Class: util.SchemaClass<schemas.$ZodTuple>,
891
+ // items: [],
892
+ // params?: string | $ZodTupleParams
893
+ // ): schemas.$ZodTuple<[], null>;
894
+ // @__NO_SIDE_EFFECTS__
895
+ function _tuple(Class, items, _paramsOrRest, _params) {
896
+ const hasRest = _paramsOrRest instanceof schemas.$ZodType;
897
+ const params = hasRest ? _params : _paramsOrRest;
898
+ const rest = hasRest ? _paramsOrRest : null;
899
+ return new Class({
900
+ type: "tuple",
901
+ items,
902
+ rest,
903
+ ...util.normalizeParams(params),
904
+ });
905
+ }
906
+ // @__NO_SIDE_EFFECTS__
907
+ function _record(Class, keyType, valueType, params) {
908
+ return new Class({
909
+ type: "record",
910
+ keyType,
911
+ valueType,
912
+ ...util.normalizeParams(params),
913
+ });
914
+ }
915
+ // @__NO_SIDE_EFFECTS__
916
+ function _map(Class, keyType, valueType, params) {
917
+ return new Class({
918
+ type: "map",
919
+ keyType,
920
+ valueType,
921
+ ...util.normalizeParams(params),
922
+ });
923
+ }
924
+ // @__NO_SIDE_EFFECTS__
925
+ function _set(Class, valueType, params) {
926
+ return new Class({
927
+ type: "set",
928
+ valueType,
929
+ ...util.normalizeParams(params),
930
+ });
931
+ }
932
+ // @__NO_SIDE_EFFECTS__
933
+ function _enum(Class, values, params) {
934
+ const entries = Array.isArray(values) ? Object.fromEntries(values.map((v) => [v, v])) : values;
935
+ // if (Array.isArray(values)) {
936
+ // for (const value of values) {
937
+ // entries[value] = value;
938
+ // }
939
+ // } else {
940
+ // Object.assign(entries, values);
941
+ // }
942
+ // const entries: util.EnumLike = {};
943
+ // for (const val of values) {
944
+ // entries[val] = val;
945
+ // }
946
+ return new Class({
947
+ type: "enum",
948
+ entries,
949
+ ...util.normalizeParams(params),
950
+ });
951
+ }
952
+ // @__NO_SIDE_EFFECTS__
953
+ /** @deprecated This API has been merged into `z.enum()`. Use `z.enum()` instead.
954
+ *
955
+ * ```ts
956
+ * enum Colors { red, green, blue }
957
+ * z.enum(Colors);
958
+ * ```
959
+ */
960
+ function _nativeEnum(Class, entries, params) {
961
+ return new Class({
962
+ type: "enum",
963
+ entries,
964
+ ...util.normalizeParams(params),
965
+ });
966
+ }
967
+ // @__NO_SIDE_EFFECTS__
968
+ function _literal(Class, value, params) {
969
+ return new Class({
970
+ type: "literal",
971
+ values: Array.isArray(value) ? value : [value],
972
+ ...util.normalizeParams(params),
973
+ });
974
+ }
975
+ // @__NO_SIDE_EFFECTS__
976
+ function _file(Class, params) {
977
+ return new Class({
978
+ type: "file",
979
+ ...util.normalizeParams(params),
980
+ });
981
+ }
982
+ // @__NO_SIDE_EFFECTS__
983
+ function _transform(Class, fn) {
984
+ return new Class({
985
+ type: "transform",
986
+ transform: fn,
987
+ });
988
+ }
989
+ // @__NO_SIDE_EFFECTS__
990
+ function _optional(Class, innerType) {
991
+ return new Class({
992
+ type: "optional",
993
+ innerType,
994
+ });
995
+ }
996
+ // @__NO_SIDE_EFFECTS__
997
+ function _nullable(Class, innerType) {
998
+ return new Class({
999
+ type: "nullable",
1000
+ innerType,
1001
+ });
1002
+ }
1003
+ // @__NO_SIDE_EFFECTS__
1004
+ function _default(Class, innerType, defaultValue) {
1005
+ return new Class({
1006
+ type: "default",
1007
+ innerType,
1008
+ get defaultValue() {
1009
+ return typeof defaultValue === "function" ? defaultValue() : util.shallowClone(defaultValue);
1010
+ },
1011
+ });
1012
+ }
1013
+ // @__NO_SIDE_EFFECTS__
1014
+ function _nonoptional(Class, innerType, params) {
1015
+ return new Class({
1016
+ type: "nonoptional",
1017
+ innerType,
1018
+ ...util.normalizeParams(params),
1019
+ });
1020
+ }
1021
+ // @__NO_SIDE_EFFECTS__
1022
+ function _success(Class, innerType) {
1023
+ return new Class({
1024
+ type: "success",
1025
+ innerType,
1026
+ });
1027
+ }
1028
+ // @__NO_SIDE_EFFECTS__
1029
+ function _catch(Class, innerType, catchValue) {
1030
+ return new Class({
1031
+ type: "catch",
1032
+ innerType,
1033
+ catchValue: (typeof catchValue === "function" ? catchValue : () => catchValue),
1034
+ });
1035
+ }
1036
+ // @__NO_SIDE_EFFECTS__
1037
+ function _pipe(Class, in_, out) {
1038
+ return new Class({
1039
+ type: "pipe",
1040
+ in: in_,
1041
+ out,
1042
+ });
1043
+ }
1044
+ // @__NO_SIDE_EFFECTS__
1045
+ function _readonly(Class, innerType) {
1046
+ return new Class({
1047
+ type: "readonly",
1048
+ innerType,
1049
+ });
1050
+ }
1051
+ // @__NO_SIDE_EFFECTS__
1052
+ function _templateLiteral(Class, parts, params) {
1053
+ return new Class({
1054
+ type: "template_literal",
1055
+ parts,
1056
+ ...util.normalizeParams(params),
1057
+ });
1058
+ }
1059
+ // @__NO_SIDE_EFFECTS__
1060
+ function _lazy(Class, getter) {
1061
+ return new Class({
1062
+ type: "lazy",
1063
+ getter,
1064
+ });
1065
+ }
1066
+ // @__NO_SIDE_EFFECTS__
1067
+ function _promise(Class, innerType) {
1068
+ return new Class({
1069
+ type: "promise",
1070
+ innerType,
1071
+ });
1072
+ }
1073
+ // @__NO_SIDE_EFFECTS__
1074
+ function _custom(Class, fn, _params) {
1075
+ const norm = util.normalizeParams(_params);
1076
+ norm.abort ?? (norm.abort = true); // default to abort:false
1077
+ const schema = new Class({
1078
+ type: "custom",
1079
+ check: "custom",
1080
+ fn: fn,
1081
+ ...norm,
1082
+ });
1083
+ return schema;
1084
+ }
1085
+ // same as _custom but defaults to abort:false
1086
+ // @__NO_SIDE_EFFECTS__
1087
+ function _refine(Class, fn, _params) {
1088
+ const schema = new Class({
1089
+ type: "custom",
1090
+ check: "custom",
1091
+ fn: fn,
1092
+ ...util.normalizeParams(_params),
1093
+ });
1094
+ return schema;
1095
+ }
1096
+ // @__NO_SIDE_EFFECTS__
1097
+ function _superRefine(fn) {
1098
+ const ch = _check((payload) => {
1099
+ payload.addIssue = (issue) => {
1100
+ if (typeof issue === "string") {
1101
+ payload.issues.push(util.issue(issue, payload.value, ch._zod.def));
1102
+ }
1103
+ else {
1104
+ // for Zod 3 backwards compatibility
1105
+ const _issue = issue;
1106
+ if (_issue.fatal)
1107
+ _issue.continue = false;
1108
+ _issue.code ?? (_issue.code = "custom");
1109
+ _issue.input ?? (_issue.input = payload.value);
1110
+ _issue.inst ?? (_issue.inst = ch);
1111
+ _issue.continue ?? (_issue.continue = !ch._zod.def.abort); // abort is always undefined, so this is always true...
1112
+ payload.issues.push(util.issue(_issue));
1113
+ }
1114
+ };
1115
+ return fn(payload.value, payload);
1116
+ });
1117
+ return ch;
1118
+ }
1119
+ // @__NO_SIDE_EFFECTS__
1120
+ function _check(fn, params) {
1121
+ const ch = new checks.$ZodCheck({
1122
+ check: "custom",
1123
+ ...util.normalizeParams(params),
1124
+ });
1125
+ ch._zod.check = fn;
1126
+ return ch;
1127
+ }
1128
+ // @__NO_SIDE_EFFECTS__
1129
+ function describe(description) {
1130
+ const ch = new checks.$ZodCheck({ check: "describe" });
1131
+ ch._zod.onattach = [
1132
+ (inst) => {
1133
+ const existing = registries.globalRegistry.get(inst) ?? {};
1134
+ registries.globalRegistry.add(inst, { ...existing, description });
1135
+ },
1136
+ ];
1137
+ ch._zod.check = () => { }; // no-op check
1138
+ return ch;
1139
+ }
1140
+ // @__NO_SIDE_EFFECTS__
1141
+ function meta(metadata) {
1142
+ const ch = new checks.$ZodCheck({ check: "meta" });
1143
+ ch._zod.onattach = [
1144
+ (inst) => {
1145
+ const existing = registries.globalRegistry.get(inst) ?? {};
1146
+ registries.globalRegistry.add(inst, { ...existing, ...metadata });
1147
+ },
1148
+ ];
1149
+ ch._zod.check = () => { }; // no-op check
1150
+ return ch;
1151
+ }
1152
+ // @__NO_SIDE_EFFECTS__
1153
+ function _stringbool(Classes, _params) {
1154
+ const params = util.normalizeParams(_params);
1155
+ let truthyArray = params.truthy ?? ["true", "1", "yes", "on", "y", "enabled"];
1156
+ let falsyArray = params.falsy ?? ["false", "0", "no", "off", "n", "disabled"];
1157
+ if (params.case !== "sensitive") {
1158
+ truthyArray = truthyArray.map((v) => (typeof v === "string" ? v.toLowerCase() : v));
1159
+ falsyArray = falsyArray.map((v) => (typeof v === "string" ? v.toLowerCase() : v));
1160
+ }
1161
+ const truthySet = new Set(truthyArray);
1162
+ const falsySet = new Set(falsyArray);
1163
+ const _Codec = Classes.Codec ?? schemas.$ZodCodec;
1164
+ const _Boolean = Classes.Boolean ?? schemas.$ZodBoolean;
1165
+ const _String = Classes.String ?? schemas.$ZodString;
1166
+ const stringSchema = new _String({ type: "string", error: params.error });
1167
+ const booleanSchema = new _Boolean({ type: "boolean", error: params.error });
1168
+ const codec = new _Codec({
1169
+ type: "pipe",
1170
+ in: stringSchema,
1171
+ out: booleanSchema,
1172
+ transform: ((input, payload) => {
1173
+ let data = input;
1174
+ if (params.case !== "sensitive")
1175
+ data = data.toLowerCase();
1176
+ if (truthySet.has(data)) {
1177
+ return true;
1178
+ }
1179
+ else if (falsySet.has(data)) {
1180
+ return false;
1181
+ }
1182
+ else {
1183
+ payload.issues.push({
1184
+ code: "invalid_value",
1185
+ expected: "stringbool",
1186
+ values: [...truthySet, ...falsySet],
1187
+ input: payload.value,
1188
+ inst: codec,
1189
+ continue: false,
1190
+ });
1191
+ return {};
1192
+ }
1193
+ }),
1194
+ reverseTransform: ((input, _payload) => {
1195
+ if (input === true) {
1196
+ return truthyArray[0] || "true";
1197
+ }
1198
+ else {
1199
+ return falsyArray[0] || "false";
1200
+ }
1201
+ }),
1202
+ error: params.error,
1203
+ });
1204
+ return codec;
1205
+ }
1206
+ // @__NO_SIDE_EFFECTS__
1207
+ function _stringFormat(Class, format, fnOrRegex, _params = {}) {
1208
+ const params = util.normalizeParams(_params);
1209
+ const def = {
1210
+ ...util.normalizeParams(_params),
1211
+ check: "string_format",
1212
+ type: "string",
1213
+ format,
1214
+ fn: typeof fnOrRegex === "function" ? fnOrRegex : (val) => fnOrRegex.test(val),
1215
+ ...params,
1216
+ };
1217
+ if (fnOrRegex instanceof RegExp) {
1218
+ def.pattern = fnOrRegex;
1219
+ }
1220
+ const inst = new Class(def);
1221
+ return inst;
1222
+ }