fullstacked 0.12.1-1371 → 0.12.2-1382

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 (713) hide show
  1. package/fullstacked_modules/@types/archive/index.d.ts +33 -0
  2. package/fullstacked_modules/@types/connect/index.d.ts +28 -0
  3. package/fullstacked_modules/@types/fetch/index.d.ts +38 -0
  4. package/fullstacked_modules/@types/fs/index.d.ts +73 -0
  5. package/fullstacked_modules/@types/platform/index.d.ts +15 -0
  6. package/fullstacked_modules/{archive/archive.ts → archive.ts} +10 -3
  7. package/fullstacked_modules/{auto_update/index.ts → auto_update.ts} +4 -7
  8. package/fullstacked_modules/build/index.ts +108 -2
  9. package/fullstacked_modules/{connect/index.ts → connect.ts} +7 -7
  10. package/fullstacked_modules/{core_message/core_message.ts → core_message.ts} +7 -1
  11. package/fullstacked_modules/{fetch/index.ts → fetch.ts} +5 -6
  12. package/fullstacked_modules/{fs/fs.ts → fs.ts} +15 -2
  13. package/fullstacked_modules/{git/git.ts → git.ts} +24 -4
  14. package/fullstacked_modules/{packages/packages.ts → packages.ts} +10 -7
  15. package/index.js +2 -8
  16. package/package.json +1 -1
  17. package/fullstacked_modules/@fullstacked/ai-agent/README.md +0 -1
  18. package/fullstacked_modules/@fullstacked/ai-agent/ai-agent.js +0 -192588
  19. package/fullstacked_modules/@fullstacked/ai-agent/index.scss +0 -15
  20. package/fullstacked_modules/@fullstacked/ai-agent/index.ts +0 -111
  21. package/fullstacked_modules/@fullstacked/ai-agent/lock.json +0 -1176
  22. package/fullstacked_modules/@fullstacked/ai-agent/package.json +0 -28
  23. package/fullstacked_modules/@fullstacked/ai-agent/src/conversation.ts +0 -227
  24. package/fullstacked_modules/@fullstacked/ai-agent/src/default.scss +0 -23
  25. package/fullstacked_modules/@fullstacked/ai-agent/src/index.ts +0 -2
  26. package/fullstacked_modules/@fullstacked/ai-agent/src/input.ts +0 -36
  27. package/fullstacked_modules/@fullstacked/ai-agent/src/markdown.ts +0 -50
  28. package/fullstacked_modules/@fullstacked/ai-agent/src/providers/anthropic.ts +0 -50
  29. package/fullstacked_modules/@fullstacked/ai-agent/src/providers/deepseek.ts +0 -50
  30. package/fullstacked_modules/@fullstacked/ai-agent/src/providers/google.ts +0 -44
  31. package/fullstacked_modules/@fullstacked/ai-agent/src/providers/index.ts +0 -39
  32. package/fullstacked_modules/@fullstacked/ai-agent/src/providers/interface.ts +0 -29
  33. package/fullstacked_modules/@fullstacked/ai-agent/src/providers/mistral.ts +0 -51
  34. package/fullstacked_modules/@fullstacked/ai-agent/src/providers/ollama.ts +0 -70
  35. package/fullstacked_modules/@fullstacked/ai-agent/src/providers/openai.ts +0 -49
  36. package/fullstacked_modules/@fullstacked/ai-agent/src/providers/xai.ts +0 -47
  37. package/fullstacked_modules/ai/index.d.ts +0 -3
  38. package/fullstacked_modules/ai/index.ts +0 -14
  39. package/fullstacked_modules/ai/tools/fs.ts +0 -70
  40. package/fullstacked_modules/archive/index.d.ts +0 -3
  41. package/fullstacked_modules/archive/index.ts +0 -3
  42. package/fullstacked_modules/bridge/index.d.ts +0 -0
  43. package/fullstacked_modules/build/build.ts +0 -101
  44. package/fullstacked_modules/build/index.d.ts +0 -0
  45. package/fullstacked_modules/components/index.d.ts +0 -0
  46. package/fullstacked_modules/connect/index.d.ts +0 -3
  47. package/fullstacked_modules/core_message/index.d.ts +0 -0
  48. package/fullstacked_modules/core_message/index.ts +0 -3
  49. package/fullstacked_modules/fetch/index.d.ts +0 -3
  50. package/fullstacked_modules/fs/index.d.ts +0 -3
  51. package/fullstacked_modules/fs/index.ts +0 -3
  52. package/fullstacked_modules/git/index.d.ts +0 -0
  53. package/fullstacked_modules/git/index.ts +0 -3
  54. package/fullstacked_modules/packages/index.d.ts +0 -0
  55. package/fullstacked_modules/packages/index.ts +0 -3
  56. package/fullstacked_modules/platform/index.d.ts +0 -3
  57. package/fullstacked_modules/zod/LICENSE +0 -21
  58. package/fullstacked_modules/zod/README.md +0 -208
  59. package/fullstacked_modules/zod/index.cjs +0 -33
  60. package/fullstacked_modules/zod/index.d.cts +0 -4
  61. package/fullstacked_modules/zod/index.d.ts +0 -4
  62. package/fullstacked_modules/zod/index.js +0 -4
  63. package/fullstacked_modules/zod/locales/index.cjs +0 -17
  64. package/fullstacked_modules/zod/locales/index.d.cts +0 -1
  65. package/fullstacked_modules/zod/locales/index.d.ts +0 -1
  66. package/fullstacked_modules/zod/locales/index.js +0 -1
  67. package/fullstacked_modules/zod/locales/package.json +0 -6
  68. package/fullstacked_modules/zod/mini/index.cjs +0 -17
  69. package/fullstacked_modules/zod/mini/index.d.cts +0 -1
  70. package/fullstacked_modules/zod/mini/index.d.ts +0 -1
  71. package/fullstacked_modules/zod/mini/index.js +0 -1
  72. package/fullstacked_modules/zod/mini/package.json +0 -6
  73. package/fullstacked_modules/zod/package.json +0 -135
  74. package/fullstacked_modules/zod/src/index.ts +0 -4
  75. package/fullstacked_modules/zod/src/locales/index.ts +0 -1
  76. package/fullstacked_modules/zod/src/mini/index.ts +0 -1
  77. package/fullstacked_modules/zod/src/v3/ZodError.ts +0 -330
  78. package/fullstacked_modules/zod/src/v3/benchmarks/datetime.ts +0 -58
  79. package/fullstacked_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +0 -80
  80. package/fullstacked_modules/zod/src/v3/benchmarks/index.ts +0 -59
  81. package/fullstacked_modules/zod/src/v3/benchmarks/ipv4.ts +0 -57
  82. package/fullstacked_modules/zod/src/v3/benchmarks/object.ts +0 -69
  83. package/fullstacked_modules/zod/src/v3/benchmarks/primitives.ts +0 -162
  84. package/fullstacked_modules/zod/src/v3/benchmarks/realworld.ts +0 -63
  85. package/fullstacked_modules/zod/src/v3/benchmarks/string.ts +0 -55
  86. package/fullstacked_modules/zod/src/v3/benchmarks/union.ts +0 -80
  87. package/fullstacked_modules/zod/src/v3/errors.ts +0 -13
  88. package/fullstacked_modules/zod/src/v3/external.ts +0 -6
  89. package/fullstacked_modules/zod/src/v3/helpers/enumUtil.ts +0 -17
  90. package/fullstacked_modules/zod/src/v3/helpers/errorUtil.ts +0 -8
  91. package/fullstacked_modules/zod/src/v3/helpers/parseUtil.ts +0 -176
  92. package/fullstacked_modules/zod/src/v3/helpers/partialUtil.ts +0 -34
  93. package/fullstacked_modules/zod/src/v3/helpers/typeAliases.ts +0 -2
  94. package/fullstacked_modules/zod/src/v3/helpers/util.ts +0 -224
  95. package/fullstacked_modules/zod/src/v3/index.ts +0 -4
  96. package/fullstacked_modules/zod/src/v3/locales/en.ts +0 -124
  97. package/fullstacked_modules/zod/src/v3/standard-schema.ts +0 -113
  98. package/fullstacked_modules/zod/src/v3/tests/Mocker.ts +0 -54
  99. package/fullstacked_modules/zod/src/v3/tests/all-errors.test.ts +0 -157
  100. package/fullstacked_modules/zod/src/v3/tests/anyunknown.test.ts +0 -28
  101. package/fullstacked_modules/zod/src/v3/tests/array.test.ts +0 -71
  102. package/fullstacked_modules/zod/src/v3/tests/async-parsing.test.ts +0 -388
  103. package/fullstacked_modules/zod/src/v3/tests/async-refinements.test.ts +0 -46
  104. package/fullstacked_modules/zod/src/v3/tests/base.test.ts +0 -29
  105. package/fullstacked_modules/zod/src/v3/tests/bigint.test.ts +0 -55
  106. package/fullstacked_modules/zod/src/v3/tests/branded.test.ts +0 -53
  107. package/fullstacked_modules/zod/src/v3/tests/catch.test.ts +0 -220
  108. package/fullstacked_modules/zod/src/v3/tests/coerce.test.ts +0 -133
  109. package/fullstacked_modules/zod/src/v3/tests/complex.test.ts +0 -56
  110. package/fullstacked_modules/zod/src/v3/tests/custom.test.ts +0 -31
  111. package/fullstacked_modules/zod/src/v3/tests/date.test.ts +0 -32
  112. package/fullstacked_modules/zod/src/v3/tests/deepmasking.test.ts +0 -186
  113. package/fullstacked_modules/zod/src/v3/tests/default.test.ts +0 -112
  114. package/fullstacked_modules/zod/src/v3/tests/description.test.ts +0 -33
  115. package/fullstacked_modules/zod/src/v3/tests/discriminated-unions.test.ts +0 -315
  116. package/fullstacked_modules/zod/src/v3/tests/enum.test.ts +0 -80
  117. package/fullstacked_modules/zod/src/v3/tests/error.test.ts +0 -551
  118. package/fullstacked_modules/zod/src/v3/tests/firstparty.test.ts +0 -87
  119. package/fullstacked_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +0 -21
  120. package/fullstacked_modules/zod/src/v3/tests/function.test.ts +0 -257
  121. package/fullstacked_modules/zod/src/v3/tests/generics.test.ts +0 -48
  122. package/fullstacked_modules/zod/src/v3/tests/instanceof.test.ts +0 -37
  123. package/fullstacked_modules/zod/src/v3/tests/intersection.test.ts +0 -110
  124. package/fullstacked_modules/zod/src/v3/tests/language-server.source.ts +0 -76
  125. package/fullstacked_modules/zod/src/v3/tests/language-server.test.ts +0 -207
  126. package/fullstacked_modules/zod/src/v3/tests/literal.test.ts +0 -36
  127. package/fullstacked_modules/zod/src/v3/tests/map.test.ts +0 -110
  128. package/fullstacked_modules/zod/src/v3/tests/masking.test.ts +0 -4
  129. package/fullstacked_modules/zod/src/v3/tests/mocker.test.ts +0 -19
  130. package/fullstacked_modules/zod/src/v3/tests/nan.test.ts +0 -21
  131. package/fullstacked_modules/zod/src/v3/tests/nativeEnum.test.ts +0 -87
  132. package/fullstacked_modules/zod/src/v3/tests/nullable.test.ts +0 -42
  133. package/fullstacked_modules/zod/src/v3/tests/number.test.ts +0 -176
  134. package/fullstacked_modules/zod/src/v3/tests/object-augmentation.test.ts +0 -29
  135. package/fullstacked_modules/zod/src/v3/tests/object-in-es5-env.test.ts +0 -29
  136. package/fullstacked_modules/zod/src/v3/tests/object.test.ts +0 -434
  137. package/fullstacked_modules/zod/src/v3/tests/optional.test.ts +0 -42
  138. package/fullstacked_modules/zod/src/v3/tests/parseUtil.test.ts +0 -23
  139. package/fullstacked_modules/zod/src/v3/tests/parser.test.ts +0 -41
  140. package/fullstacked_modules/zod/src/v3/tests/partials.test.ts +0 -243
  141. package/fullstacked_modules/zod/src/v3/tests/pickomit.test.ts +0 -111
  142. package/fullstacked_modules/zod/src/v3/tests/pipeline.test.ts +0 -29
  143. package/fullstacked_modules/zod/src/v3/tests/preprocess.test.ts +0 -186
  144. package/fullstacked_modules/zod/src/v3/tests/primitive.test.ts +0 -440
  145. package/fullstacked_modules/zod/src/v3/tests/promise.test.ts +0 -90
  146. package/fullstacked_modules/zod/src/v3/tests/readonly.test.ts +0 -194
  147. package/fullstacked_modules/zod/src/v3/tests/record.test.ts +0 -171
  148. package/fullstacked_modules/zod/src/v3/tests/recursive.test.ts +0 -197
  149. package/fullstacked_modules/zod/src/v3/tests/refine.test.ts +0 -313
  150. package/fullstacked_modules/zod/src/v3/tests/safeparse.test.ts +0 -27
  151. package/fullstacked_modules/zod/src/v3/tests/set.test.ts +0 -142
  152. package/fullstacked_modules/zod/src/v3/tests/standard-schema.test.ts +0 -83
  153. package/fullstacked_modules/zod/src/v3/tests/string.test.ts +0 -916
  154. package/fullstacked_modules/zod/src/v3/tests/transformer.test.ts +0 -233
  155. package/fullstacked_modules/zod/src/v3/tests/tuple.test.ts +0 -90
  156. package/fullstacked_modules/zod/src/v3/tests/unions.test.ts +0 -57
  157. package/fullstacked_modules/zod/src/v3/tests/validations.test.ts +0 -133
  158. package/fullstacked_modules/zod/src/v3/tests/void.test.ts +0 -15
  159. package/fullstacked_modules/zod/src/v3/types.ts +0 -5138
  160. package/fullstacked_modules/zod/src/v4/classic/checks.ts +0 -31
  161. package/fullstacked_modules/zod/src/v4/classic/coerce.ts +0 -27
  162. package/fullstacked_modules/zod/src/v4/classic/compat.ts +0 -70
  163. package/fullstacked_modules/zod/src/v4/classic/errors.ts +0 -82
  164. package/fullstacked_modules/zod/src/v4/classic/external.ts +0 -50
  165. package/fullstacked_modules/zod/src/v4/classic/index.ts +0 -5
  166. package/fullstacked_modules/zod/src/v4/classic/iso.ts +0 -90
  167. package/fullstacked_modules/zod/src/v4/classic/parse.ts +0 -82
  168. package/fullstacked_modules/zod/src/v4/classic/schemas.ts +0 -2197
  169. package/fullstacked_modules/zod/src/v4/classic/tests/anyunknown.test.ts +0 -26
  170. package/fullstacked_modules/zod/src/v4/classic/tests/array.test.ts +0 -264
  171. package/fullstacked_modules/zod/src/v4/classic/tests/assignability.test.ts +0 -210
  172. package/fullstacked_modules/zod/src/v4/classic/tests/async-parsing.test.ts +0 -381
  173. package/fullstacked_modules/zod/src/v4/classic/tests/async-refinements.test.ts +0 -68
  174. package/fullstacked_modules/zod/src/v4/classic/tests/base.test.ts +0 -7
  175. package/fullstacked_modules/zod/src/v4/classic/tests/bigint.test.ts +0 -54
  176. package/fullstacked_modules/zod/src/v4/classic/tests/brand.test.ts +0 -63
  177. package/fullstacked_modules/zod/src/v4/classic/tests/catch.test.ts +0 -276
  178. package/fullstacked_modules/zod/src/v4/classic/tests/coalesce.test.ts +0 -20
  179. package/fullstacked_modules/zod/src/v4/classic/tests/codec-examples.test.ts +0 -573
  180. package/fullstacked_modules/zod/src/v4/classic/tests/codec.test.ts +0 -562
  181. package/fullstacked_modules/zod/src/v4/classic/tests/coerce.test.ts +0 -160
  182. package/fullstacked_modules/zod/src/v4/classic/tests/continuability.test.ts +0 -352
  183. package/fullstacked_modules/zod/src/v4/classic/tests/custom.test.ts +0 -40
  184. package/fullstacked_modules/zod/src/v4/classic/tests/date.test.ts +0 -31
  185. package/fullstacked_modules/zod/src/v4/classic/tests/datetime.test.ts +0 -302
  186. package/fullstacked_modules/zod/src/v4/classic/tests/default.test.ts +0 -365
  187. package/fullstacked_modules/zod/src/v4/classic/tests/description.test.ts +0 -32
  188. package/fullstacked_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +0 -661
  189. package/fullstacked_modules/zod/src/v4/classic/tests/enum.test.ts +0 -285
  190. package/fullstacked_modules/zod/src/v4/classic/tests/error-utils.test.ts +0 -595
  191. package/fullstacked_modules/zod/src/v4/classic/tests/error.test.ts +0 -711
  192. package/fullstacked_modules/zod/src/v4/classic/tests/file.test.ts +0 -96
  193. package/fullstacked_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -179
  194. package/fullstacked_modules/zod/src/v4/classic/tests/function.test.ts +0 -308
  195. package/fullstacked_modules/zod/src/v4/classic/tests/generics.test.ts +0 -72
  196. package/fullstacked_modules/zod/src/v4/classic/tests/hash.test.ts +0 -68
  197. package/fullstacked_modules/zod/src/v4/classic/tests/index.test.ts +0 -844
  198. package/fullstacked_modules/zod/src/v4/classic/tests/instanceof.test.ts +0 -34
  199. package/fullstacked_modules/zod/src/v4/classic/tests/intersection.test.ts +0 -171
  200. package/fullstacked_modules/zod/src/v4/classic/tests/json.test.ts +0 -108
  201. package/fullstacked_modules/zod/src/v4/classic/tests/lazy.test.ts +0 -227
  202. package/fullstacked_modules/zod/src/v4/classic/tests/literal.test.ts +0 -117
  203. package/fullstacked_modules/zod/src/v4/classic/tests/map.test.ts +0 -196
  204. package/fullstacked_modules/zod/src/v4/classic/tests/nan.test.ts +0 -21
  205. package/fullstacked_modules/zod/src/v4/classic/tests/nested-refine.test.ts +0 -168
  206. package/fullstacked_modules/zod/src/v4/classic/tests/nonoptional.test.ts +0 -101
  207. package/fullstacked_modules/zod/src/v4/classic/tests/nullable.test.ts +0 -22
  208. package/fullstacked_modules/zod/src/v4/classic/tests/number.test.ts +0 -270
  209. package/fullstacked_modules/zod/src/v4/classic/tests/object.test.ts +0 -609
  210. package/fullstacked_modules/zod/src/v4/classic/tests/optional.test.ts +0 -136
  211. package/fullstacked_modules/zod/src/v4/classic/tests/partial.test.ts +0 -340
  212. package/fullstacked_modules/zod/src/v4/classic/tests/pickomit.test.ts +0 -127
  213. package/fullstacked_modules/zod/src/v4/classic/tests/pipe.test.ts +0 -101
  214. package/fullstacked_modules/zod/src/v4/classic/tests/prefault.test.ts +0 -74
  215. package/fullstacked_modules/zod/src/v4/classic/tests/preprocess.test.ts +0 -282
  216. package/fullstacked_modules/zod/src/v4/classic/tests/primitive.test.ts +0 -175
  217. package/fullstacked_modules/zod/src/v4/classic/tests/promise.test.ts +0 -81
  218. package/fullstacked_modules/zod/src/v4/classic/tests/prototypes.test.ts +0 -23
  219. package/fullstacked_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -252
  220. package/fullstacked_modules/zod/src/v4/classic/tests/record.test.ts +0 -356
  221. package/fullstacked_modules/zod/src/v4/classic/tests/recursive-types.test.ts +0 -582
  222. package/fullstacked_modules/zod/src/v4/classic/tests/refine.test.ts +0 -605
  223. package/fullstacked_modules/zod/src/v4/classic/tests/registries.test.ts +0 -204
  224. package/fullstacked_modules/zod/src/v4/classic/tests/set.test.ts +0 -181
  225. package/fullstacked_modules/zod/src/v4/classic/tests/standard-schema.test.ts +0 -57
  226. package/fullstacked_modules/zod/src/v4/classic/tests/string-formats.test.ts +0 -125
  227. package/fullstacked_modules/zod/src/v4/classic/tests/string.test.ts +0 -1080
  228. package/fullstacked_modules/zod/src/v4/classic/tests/stringbool.test.ts +0 -106
  229. package/fullstacked_modules/zod/src/v4/classic/tests/template-literal.test.ts +0 -763
  230. package/fullstacked_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +0 -2622
  231. package/fullstacked_modules/zod/src/v4/classic/tests/transform.test.ts +0 -361
  232. package/fullstacked_modules/zod/src/v4/classic/tests/tuple.test.ts +0 -163
  233. package/fullstacked_modules/zod/src/v4/classic/tests/union.test.ts +0 -181
  234. package/fullstacked_modules/zod/src/v4/classic/tests/validations.test.ts +0 -283
  235. package/fullstacked_modules/zod/src/v4/classic/tests/void.test.ts +0 -12
  236. package/fullstacked_modules/zod/src/v4/core/api.ts +0 -1621
  237. package/fullstacked_modules/zod/src/v4/core/checks.ts +0 -1287
  238. package/fullstacked_modules/zod/src/v4/core/config.ts +0 -15
  239. package/fullstacked_modules/zod/src/v4/core/core.ts +0 -115
  240. package/fullstacked_modules/zod/src/v4/core/doc.ts +0 -44
  241. package/fullstacked_modules/zod/src/v4/core/errors.ts +0 -413
  242. package/fullstacked_modules/zod/src/v4/core/index.ts +0 -14
  243. package/fullstacked_modules/zod/src/v4/core/json-schema.ts +0 -147
  244. package/fullstacked_modules/zod/src/v4/core/parse.ts +0 -195
  245. package/fullstacked_modules/zod/src/v4/core/regexes.ts +0 -177
  246. package/fullstacked_modules/zod/src/v4/core/registries.ts +0 -97
  247. package/fullstacked_modules/zod/src/v4/core/schemas.ts +0 -4317
  248. package/fullstacked_modules/zod/src/v4/core/standard-schema.ts +0 -64
  249. package/fullstacked_modules/zod/src/v4/core/tests/extend.test.ts +0 -18
  250. package/fullstacked_modules/zod/src/v4/core/tests/index.test.ts +0 -46
  251. package/fullstacked_modules/zod/src/v4/core/tests/locales/be.test.ts +0 -124
  252. package/fullstacked_modules/zod/src/v4/core/tests/locales/en.test.ts +0 -22
  253. package/fullstacked_modules/zod/src/v4/core/tests/locales/es.test.ts +0 -181
  254. package/fullstacked_modules/zod/src/v4/core/tests/locales/ru.test.ts +0 -128
  255. package/fullstacked_modules/zod/src/v4/core/tests/locales/tr.test.ts +0 -69
  256. package/fullstacked_modules/zod/src/v4/core/to-json-schema.ts +0 -1044
  257. package/fullstacked_modules/zod/src/v4/core/util.ts +0 -910
  258. package/fullstacked_modules/zod/src/v4/core/versions.ts +0 -5
  259. package/fullstacked_modules/zod/src/v4/core/zsf.ts +0 -323
  260. package/fullstacked_modules/zod/src/v4/index.ts +0 -4
  261. package/fullstacked_modules/zod/src/v4/locales/ar.ts +0 -125
  262. package/fullstacked_modules/zod/src/v4/locales/az.ts +0 -121
  263. package/fullstacked_modules/zod/src/v4/locales/be.ts +0 -184
  264. package/fullstacked_modules/zod/src/v4/locales/bg.ts +0 -136
  265. package/fullstacked_modules/zod/src/v4/locales/ca.ts +0 -127
  266. package/fullstacked_modules/zod/src/v4/locales/cs.ts +0 -142
  267. package/fullstacked_modules/zod/src/v4/locales/da.ts +0 -141
  268. package/fullstacked_modules/zod/src/v4/locales/de.ts +0 -124
  269. package/fullstacked_modules/zod/src/v4/locales/en.ts +0 -127
  270. package/fullstacked_modules/zod/src/v4/locales/eo.ts +0 -125
  271. package/fullstacked_modules/zod/src/v4/locales/es.ts +0 -159
  272. package/fullstacked_modules/zod/src/v4/locales/fa.ts +0 -134
  273. package/fullstacked_modules/zod/src/v4/locales/fi.ts +0 -131
  274. package/fullstacked_modules/zod/src/v4/locales/fr-CA.ts +0 -126
  275. package/fullstacked_modules/zod/src/v4/locales/fr.ts +0 -124
  276. package/fullstacked_modules/zod/src/v4/locales/he.ts +0 -125
  277. package/fullstacked_modules/zod/src/v4/locales/hu.ts +0 -126
  278. package/fullstacked_modules/zod/src/v4/locales/id.ts +0 -125
  279. package/fullstacked_modules/zod/src/v4/locales/index.ts +0 -47
  280. package/fullstacked_modules/zod/src/v4/locales/is.ts +0 -127
  281. package/fullstacked_modules/zod/src/v4/locales/it.ts +0 -125
  282. package/fullstacked_modules/zod/src/v4/locales/ja.ts +0 -122
  283. package/fullstacked_modules/zod/src/v4/locales/ka.ts +0 -138
  284. package/fullstacked_modules/zod/src/v4/locales/kh.ts +0 -7
  285. package/fullstacked_modules/zod/src/v4/locales/km.ts +0 -126
  286. package/fullstacked_modules/zod/src/v4/locales/ko.ts +0 -131
  287. package/fullstacked_modules/zod/src/v4/locales/lt.ts +0 -265
  288. package/fullstacked_modules/zod/src/v4/locales/mk.ts +0 -127
  289. package/fullstacked_modules/zod/src/v4/locales/ms.ts +0 -124
  290. package/fullstacked_modules/zod/src/v4/locales/nl.ts +0 -126
  291. package/fullstacked_modules/zod/src/v4/locales/no.ts +0 -124
  292. package/fullstacked_modules/zod/src/v4/locales/ota.ts +0 -125
  293. package/fullstacked_modules/zod/src/v4/locales/pl.ts +0 -126
  294. package/fullstacked_modules/zod/src/v4/locales/ps.ts +0 -133
  295. package/fullstacked_modules/zod/src/v4/locales/pt.ts +0 -123
  296. package/fullstacked_modules/zod/src/v4/locales/ru.ts +0 -184
  297. package/fullstacked_modules/zod/src/v4/locales/sl.ts +0 -126
  298. package/fullstacked_modules/zod/src/v4/locales/sv.ts +0 -127
  299. package/fullstacked_modules/zod/src/v4/locales/ta.ts +0 -125
  300. package/fullstacked_modules/zod/src/v4/locales/th.ts +0 -126
  301. package/fullstacked_modules/zod/src/v4/locales/tr.ts +0 -121
  302. package/fullstacked_modules/zod/src/v4/locales/ua.ts +0 -7
  303. package/fullstacked_modules/zod/src/v4/locales/uk.ts +0 -126
  304. package/fullstacked_modules/zod/src/v4/locales/ur.ts +0 -126
  305. package/fullstacked_modules/zod/src/v4/locales/vi.ts +0 -125
  306. package/fullstacked_modules/zod/src/v4/locales/yo.ts +0 -131
  307. package/fullstacked_modules/zod/src/v4/locales/zh-CN.ts +0 -123
  308. package/fullstacked_modules/zod/src/v4/locales/zh-TW.ts +0 -125
  309. package/fullstacked_modules/zod/src/v4/mini/checks.ts +0 -32
  310. package/fullstacked_modules/zod/src/v4/mini/coerce.ts +0 -22
  311. package/fullstacked_modules/zod/src/v4/mini/external.ts +0 -40
  312. package/fullstacked_modules/zod/src/v4/mini/index.ts +0 -3
  313. package/fullstacked_modules/zod/src/v4/mini/iso.ts +0 -62
  314. package/fullstacked_modules/zod/src/v4/mini/parse.ts +0 -14
  315. package/fullstacked_modules/zod/src/v4/mini/schemas.ts +0 -1725
  316. package/fullstacked_modules/zod/src/v4/mini/tests/assignability.test.ts +0 -129
  317. package/fullstacked_modules/zod/src/v4/mini/tests/brand.test.ts +0 -51
  318. package/fullstacked_modules/zod/src/v4/mini/tests/checks.test.ts +0 -144
  319. package/fullstacked_modules/zod/src/v4/mini/tests/codec.test.ts +0 -529
  320. package/fullstacked_modules/zod/src/v4/mini/tests/computed.test.ts +0 -36
  321. package/fullstacked_modules/zod/src/v4/mini/tests/error.test.ts +0 -22
  322. package/fullstacked_modules/zod/src/v4/mini/tests/functions.test.ts +0 -43
  323. package/fullstacked_modules/zod/src/v4/mini/tests/index.test.ts +0 -899
  324. package/fullstacked_modules/zod/src/v4/mini/tests/number.test.ts +0 -95
  325. package/fullstacked_modules/zod/src/v4/mini/tests/object.test.ts +0 -200
  326. package/fullstacked_modules/zod/src/v4/mini/tests/prototypes.test.ts +0 -43
  327. package/fullstacked_modules/zod/src/v4/mini/tests/recursive-types.test.ts +0 -275
  328. package/fullstacked_modules/zod/src/v4/mini/tests/string.test.ts +0 -315
  329. package/fullstacked_modules/zod/src/v4-mini/index.ts +0 -1
  330. package/fullstacked_modules/zod/v3/ZodError.cjs +0 -138
  331. package/fullstacked_modules/zod/v3/ZodError.d.cts +0 -164
  332. package/fullstacked_modules/zod/v3/ZodError.d.ts +0 -164
  333. package/fullstacked_modules/zod/v3/ZodError.js +0 -133
  334. package/fullstacked_modules/zod/v3/errors.cjs +0 -17
  335. package/fullstacked_modules/zod/v3/errors.d.cts +0 -5
  336. package/fullstacked_modules/zod/v3/errors.d.ts +0 -5
  337. package/fullstacked_modules/zod/v3/errors.js +0 -9
  338. package/fullstacked_modules/zod/v3/external.cjs +0 -22
  339. package/fullstacked_modules/zod/v3/external.d.cts +0 -6
  340. package/fullstacked_modules/zod/v3/external.d.ts +0 -6
  341. package/fullstacked_modules/zod/v3/external.js +0 -6
  342. package/fullstacked_modules/zod/v3/helpers/enumUtil.cjs +0 -2
  343. package/fullstacked_modules/zod/v3/helpers/enumUtil.d.cts +0 -8
  344. package/fullstacked_modules/zod/v3/helpers/enumUtil.d.ts +0 -8
  345. package/fullstacked_modules/zod/v3/helpers/enumUtil.js +0 -1
  346. package/fullstacked_modules/zod/v3/helpers/errorUtil.cjs +0 -9
  347. package/fullstacked_modules/zod/v3/helpers/errorUtil.d.cts +0 -9
  348. package/fullstacked_modules/zod/v3/helpers/errorUtil.d.ts +0 -9
  349. package/fullstacked_modules/zod/v3/helpers/errorUtil.js +0 -6
  350. package/fullstacked_modules/zod/v3/helpers/parseUtil.cjs +0 -124
  351. package/fullstacked_modules/zod/v3/helpers/parseUtil.d.cts +0 -78
  352. package/fullstacked_modules/zod/v3/helpers/parseUtil.d.ts +0 -78
  353. package/fullstacked_modules/zod/v3/helpers/parseUtil.js +0 -109
  354. package/fullstacked_modules/zod/v3/helpers/partialUtil.cjs +0 -2
  355. package/fullstacked_modules/zod/v3/helpers/partialUtil.d.cts +0 -8
  356. package/fullstacked_modules/zod/v3/helpers/partialUtil.d.ts +0 -8
  357. package/fullstacked_modules/zod/v3/helpers/partialUtil.js +0 -1
  358. package/fullstacked_modules/zod/v3/helpers/typeAliases.cjs +0 -2
  359. package/fullstacked_modules/zod/v3/helpers/typeAliases.d.cts +0 -2
  360. package/fullstacked_modules/zod/v3/helpers/typeAliases.d.ts +0 -2
  361. package/fullstacked_modules/zod/v3/helpers/typeAliases.js +0 -1
  362. package/fullstacked_modules/zod/v3/helpers/util.cjs +0 -137
  363. package/fullstacked_modules/zod/v3/helpers/util.d.cts +0 -85
  364. package/fullstacked_modules/zod/v3/helpers/util.d.ts +0 -85
  365. package/fullstacked_modules/zod/v3/helpers/util.js +0 -133
  366. package/fullstacked_modules/zod/v3/index.cjs +0 -33
  367. package/fullstacked_modules/zod/v3/index.d.cts +0 -4
  368. package/fullstacked_modules/zod/v3/index.d.ts +0 -4
  369. package/fullstacked_modules/zod/v3/index.js +0 -4
  370. package/fullstacked_modules/zod/v3/locales/en.cjs +0 -112
  371. package/fullstacked_modules/zod/v3/locales/en.d.cts +0 -3
  372. package/fullstacked_modules/zod/v3/locales/en.d.ts +0 -3
  373. package/fullstacked_modules/zod/v3/locales/en.js +0 -109
  374. package/fullstacked_modules/zod/v3/package.json +0 -6
  375. package/fullstacked_modules/zod/v3/standard-schema.cjs +0 -2
  376. package/fullstacked_modules/zod/v3/standard-schema.d.cts +0 -102
  377. package/fullstacked_modules/zod/v3/standard-schema.d.ts +0 -102
  378. package/fullstacked_modules/zod/v3/standard-schema.js +0 -1
  379. package/fullstacked_modules/zod/v3/types.cjs +0 -3777
  380. package/fullstacked_modules/zod/v3/types.d.cts +0 -1034
  381. package/fullstacked_modules/zod/v3/types.d.ts +0 -1034
  382. package/fullstacked_modules/zod/v3/types.js +0 -3695
  383. package/fullstacked_modules/zod/v4/classic/checks.cjs +0 -32
  384. package/fullstacked_modules/zod/v4/classic/checks.d.cts +0 -1
  385. package/fullstacked_modules/zod/v4/classic/checks.d.ts +0 -1
  386. package/fullstacked_modules/zod/v4/classic/checks.js +0 -1
  387. package/fullstacked_modules/zod/v4/classic/coerce.cjs +0 -47
  388. package/fullstacked_modules/zod/v4/classic/coerce.d.cts +0 -17
  389. package/fullstacked_modules/zod/v4/classic/coerce.d.ts +0 -17
  390. package/fullstacked_modules/zod/v4/classic/coerce.js +0 -17
  391. package/fullstacked_modules/zod/v4/classic/compat.cjs +0 -61
  392. package/fullstacked_modules/zod/v4/classic/compat.d.cts +0 -50
  393. package/fullstacked_modules/zod/v4/classic/compat.d.ts +0 -50
  394. package/fullstacked_modules/zod/v4/classic/compat.js +0 -31
  395. package/fullstacked_modules/zod/v4/classic/errors.cjs +0 -74
  396. package/fullstacked_modules/zod/v4/classic/errors.d.cts +0 -30
  397. package/fullstacked_modules/zod/v4/classic/errors.d.ts +0 -30
  398. package/fullstacked_modules/zod/v4/classic/errors.js +0 -48
  399. package/fullstacked_modules/zod/v4/classic/external.cjs +0 -70
  400. package/fullstacked_modules/zod/v4/classic/external.d.cts +0 -13
  401. package/fullstacked_modules/zod/v4/classic/external.d.ts +0 -13
  402. package/fullstacked_modules/zod/v4/classic/external.js +0 -18
  403. package/fullstacked_modules/zod/v4/classic/index.cjs +0 -33
  404. package/fullstacked_modules/zod/v4/classic/index.d.cts +0 -4
  405. package/fullstacked_modules/zod/v4/classic/index.d.ts +0 -4
  406. package/fullstacked_modules/zod/v4/classic/index.js +0 -4
  407. package/fullstacked_modules/zod/v4/classic/iso.cjs +0 -60
  408. package/fullstacked_modules/zod/v4/classic/iso.d.cts +0 -22
  409. package/fullstacked_modules/zod/v4/classic/iso.d.ts +0 -22
  410. package/fullstacked_modules/zod/v4/classic/iso.js +0 -30
  411. package/fullstacked_modules/zod/v4/classic/package.json +0 -6
  412. package/fullstacked_modules/zod/v4/classic/parse.cjs +0 -41
  413. package/fullstacked_modules/zod/v4/classic/parse.d.cts +0 -31
  414. package/fullstacked_modules/zod/v4/classic/parse.d.ts +0 -31
  415. package/fullstacked_modules/zod/v4/classic/parse.js +0 -15
  416. package/fullstacked_modules/zod/v4/classic/schemas.cjs +0 -1151
  417. package/fullstacked_modules/zod/v4/classic/schemas.d.cts +0 -673
  418. package/fullstacked_modules/zod/v4/classic/schemas.d.ts +0 -673
  419. package/fullstacked_modules/zod/v4/classic/schemas.js +0 -1040
  420. package/fullstacked_modules/zod/v4/core/api.cjs +0 -1060
  421. package/fullstacked_modules/zod/v4/core/api.d.cts +0 -295
  422. package/fullstacked_modules/zod/v4/core/api.d.ts +0 -295
  423. package/fullstacked_modules/zod/v4/core/api.js +0 -925
  424. package/fullstacked_modules/zod/v4/core/checks.cjs +0 -595
  425. package/fullstacked_modules/zod/v4/core/checks.d.cts +0 -278
  426. package/fullstacked_modules/zod/v4/core/checks.d.ts +0 -278
  427. package/fullstacked_modules/zod/v4/core/checks.js +0 -569
  428. package/fullstacked_modules/zod/v4/core/core.cjs +0 -74
  429. package/fullstacked_modules/zod/v4/core/core.d.cts +0 -52
  430. package/fullstacked_modules/zod/v4/core/core.d.ts +0 -52
  431. package/fullstacked_modules/zod/v4/core/core.js +0 -67
  432. package/fullstacked_modules/zod/v4/core/doc.cjs +0 -39
  433. package/fullstacked_modules/zod/v4/core/doc.d.cts +0 -14
  434. package/fullstacked_modules/zod/v4/core/doc.d.ts +0 -14
  435. package/fullstacked_modules/zod/v4/core/doc.js +0 -35
  436. package/fullstacked_modules/zod/v4/core/errors.cjs +0 -213
  437. package/fullstacked_modules/zod/v4/core/errors.d.cts +0 -210
  438. package/fullstacked_modules/zod/v4/core/errors.d.ts +0 -210
  439. package/fullstacked_modules/zod/v4/core/errors.js +0 -182
  440. package/fullstacked_modules/zod/v4/core/index.cjs +0 -43
  441. package/fullstacked_modules/zod/v4/core/index.d.cts +0 -14
  442. package/fullstacked_modules/zod/v4/core/index.d.ts +0 -14
  443. package/fullstacked_modules/zod/v4/core/index.js +0 -14
  444. package/fullstacked_modules/zod/v4/core/json-schema.cjs +0 -2
  445. package/fullstacked_modules/zod/v4/core/json-schema.d.cts +0 -88
  446. package/fullstacked_modules/zod/v4/core/json-schema.d.ts +0 -88
  447. package/fullstacked_modules/zod/v4/core/json-schema.js +0 -1
  448. package/fullstacked_modules/zod/v4/core/package.json +0 -6
  449. package/fullstacked_modules/zod/v4/core/parse.cjs +0 -131
  450. package/fullstacked_modules/zod/v4/core/parse.d.cts +0 -49
  451. package/fullstacked_modules/zod/v4/core/parse.d.ts +0 -49
  452. package/fullstacked_modules/zod/v4/core/parse.js +0 -93
  453. package/fullstacked_modules/zod/v4/core/regexes.cjs +0 -136
  454. package/fullstacked_modules/zod/v4/core/regexes.d.cts +0 -78
  455. package/fullstacked_modules/zod/v4/core/regexes.d.ts +0 -78
  456. package/fullstacked_modules/zod/v4/core/regexes.js +0 -127
  457. package/fullstacked_modules/zod/v4/core/registries.cjs +0 -57
  458. package/fullstacked_modules/zod/v4/core/registries.d.cts +0 -35
  459. package/fullstacked_modules/zod/v4/core/registries.d.ts +0 -35
  460. package/fullstacked_modules/zod/v4/core/registries.js +0 -52
  461. package/fullstacked_modules/zod/v4/core/schemas.cjs +0 -1986
  462. package/fullstacked_modules/zod/v4/core/schemas.d.cts +0 -1113
  463. package/fullstacked_modules/zod/v4/core/schemas.d.ts +0 -1113
  464. package/fullstacked_modules/zod/v4/core/schemas.js +0 -1955
  465. package/fullstacked_modules/zod/v4/core/standard-schema.cjs +0 -2
  466. package/fullstacked_modules/zod/v4/core/standard-schema.d.cts +0 -55
  467. package/fullstacked_modules/zod/v4/core/standard-schema.d.ts +0 -55
  468. package/fullstacked_modules/zod/v4/core/standard-schema.js +0 -1
  469. package/fullstacked_modules/zod/v4/core/to-json-schema.cjs +0 -920
  470. package/fullstacked_modules/zod/v4/core/to-json-schema.d.cts +0 -90
  471. package/fullstacked_modules/zod/v4/core/to-json-schema.d.ts +0 -90
  472. package/fullstacked_modules/zod/v4/core/to-json-schema.js +0 -915
  473. package/fullstacked_modules/zod/v4/core/util.cjs +0 -658
  474. package/fullstacked_modules/zod/v4/core/util.d.cts +0 -197
  475. package/fullstacked_modules/zod/v4/core/util.d.ts +0 -197
  476. package/fullstacked_modules/zod/v4/core/util.js +0 -601
  477. package/fullstacked_modules/zod/v4/core/versions.cjs +0 -8
  478. package/fullstacked_modules/zod/v4/core/versions.d.cts +0 -5
  479. package/fullstacked_modules/zod/v4/core/versions.d.ts +0 -5
  480. package/fullstacked_modules/zod/v4/core/versions.js +0 -5
  481. package/fullstacked_modules/zod/v4/index.cjs +0 -22
  482. package/fullstacked_modules/zod/v4/index.d.cts +0 -3
  483. package/fullstacked_modules/zod/v4/index.d.ts +0 -3
  484. package/fullstacked_modules/zod/v4/index.js +0 -3
  485. package/fullstacked_modules/zod/v4/locales/ar.cjs +0 -143
  486. package/fullstacked_modules/zod/v4/locales/ar.d.cts +0 -5
  487. package/fullstacked_modules/zod/v4/locales/ar.d.ts +0 -4
  488. package/fullstacked_modules/zod/v4/locales/ar.js +0 -116
  489. package/fullstacked_modules/zod/v4/locales/az.cjs +0 -142
  490. package/fullstacked_modules/zod/v4/locales/az.d.cts +0 -5
  491. package/fullstacked_modules/zod/v4/locales/az.d.ts +0 -4
  492. package/fullstacked_modules/zod/v4/locales/az.js +0 -115
  493. package/fullstacked_modules/zod/v4/locales/be.cjs +0 -191
  494. package/fullstacked_modules/zod/v4/locales/be.d.cts +0 -5
  495. package/fullstacked_modules/zod/v4/locales/be.d.ts +0 -4
  496. package/fullstacked_modules/zod/v4/locales/be.js +0 -164
  497. package/fullstacked_modules/zod/v4/locales/bg.cjs +0 -156
  498. package/fullstacked_modules/zod/v4/locales/bg.d.cts +0 -5
  499. package/fullstacked_modules/zod/v4/locales/bg.d.ts +0 -5
  500. package/fullstacked_modules/zod/v4/locales/bg.js +0 -128
  501. package/fullstacked_modules/zod/v4/locales/ca.cjs +0 -145
  502. package/fullstacked_modules/zod/v4/locales/ca.d.cts +0 -5
  503. package/fullstacked_modules/zod/v4/locales/ca.d.ts +0 -4
  504. package/fullstacked_modules/zod/v4/locales/ca.js +0 -118
  505. package/fullstacked_modules/zod/v4/locales/cs.cjs +0 -162
  506. package/fullstacked_modules/zod/v4/locales/cs.d.cts +0 -5
  507. package/fullstacked_modules/zod/v4/locales/cs.d.ts +0 -4
  508. package/fullstacked_modules/zod/v4/locales/cs.js +0 -135
  509. package/fullstacked_modules/zod/v4/locales/da.cjs +0 -158
  510. package/fullstacked_modules/zod/v4/locales/da.d.cts +0 -5
  511. package/fullstacked_modules/zod/v4/locales/da.d.ts +0 -4
  512. package/fullstacked_modules/zod/v4/locales/da.js +0 -131
  513. package/fullstacked_modules/zod/v4/locales/de.cjs +0 -143
  514. package/fullstacked_modules/zod/v4/locales/de.d.cts +0 -5
  515. package/fullstacked_modules/zod/v4/locales/de.d.ts +0 -4
  516. package/fullstacked_modules/zod/v4/locales/de.js +0 -116
  517. package/fullstacked_modules/zod/v4/locales/en.cjs +0 -145
  518. package/fullstacked_modules/zod/v4/locales/en.d.cts +0 -5
  519. package/fullstacked_modules/zod/v4/locales/en.d.ts +0 -5
  520. package/fullstacked_modules/zod/v4/locales/en.js +0 -117
  521. package/fullstacked_modules/zod/v4/locales/eo.cjs +0 -144
  522. package/fullstacked_modules/zod/v4/locales/eo.d.cts +0 -5
  523. package/fullstacked_modules/zod/v4/locales/eo.d.ts +0 -5
  524. package/fullstacked_modules/zod/v4/locales/eo.js +0 -116
  525. package/fullstacked_modules/zod/v4/locales/es.cjs +0 -176
  526. package/fullstacked_modules/zod/v4/locales/es.d.cts +0 -5
  527. package/fullstacked_modules/zod/v4/locales/es.d.ts +0 -4
  528. package/fullstacked_modules/zod/v4/locales/es.js +0 -149
  529. package/fullstacked_modules/zod/v4/locales/fa.cjs +0 -149
  530. package/fullstacked_modules/zod/v4/locales/fa.d.cts +0 -5
  531. package/fullstacked_modules/zod/v4/locales/fa.d.ts +0 -4
  532. package/fullstacked_modules/zod/v4/locales/fa.js +0 -122
  533. package/fullstacked_modules/zod/v4/locales/fi.cjs +0 -149
  534. package/fullstacked_modules/zod/v4/locales/fi.d.cts +0 -5
  535. package/fullstacked_modules/zod/v4/locales/fi.d.ts +0 -4
  536. package/fullstacked_modules/zod/v4/locales/fi.js +0 -122
  537. package/fullstacked_modules/zod/v4/locales/fr-CA.cjs +0 -144
  538. package/fullstacked_modules/zod/v4/locales/fr-CA.d.cts +0 -5
  539. package/fullstacked_modules/zod/v4/locales/fr-CA.d.ts +0 -4
  540. package/fullstacked_modules/zod/v4/locales/fr-CA.js +0 -117
  541. package/fullstacked_modules/zod/v4/locales/fr.cjs +0 -143
  542. package/fullstacked_modules/zod/v4/locales/fr.d.cts +0 -5
  543. package/fullstacked_modules/zod/v4/locales/fr.d.ts +0 -4
  544. package/fullstacked_modules/zod/v4/locales/fr.js +0 -116
  545. package/fullstacked_modules/zod/v4/locales/he.cjs +0 -144
  546. package/fullstacked_modules/zod/v4/locales/he.d.cts +0 -5
  547. package/fullstacked_modules/zod/v4/locales/he.d.ts +0 -4
  548. package/fullstacked_modules/zod/v4/locales/he.js +0 -117
  549. package/fullstacked_modules/zod/v4/locales/hu.cjs +0 -144
  550. package/fullstacked_modules/zod/v4/locales/hu.d.cts +0 -5
  551. package/fullstacked_modules/zod/v4/locales/hu.d.ts +0 -4
  552. package/fullstacked_modules/zod/v4/locales/hu.js +0 -117
  553. package/fullstacked_modules/zod/v4/locales/id.cjs +0 -143
  554. package/fullstacked_modules/zod/v4/locales/id.d.cts +0 -5
  555. package/fullstacked_modules/zod/v4/locales/id.d.ts +0 -4
  556. package/fullstacked_modules/zod/v4/locales/id.js +0 -116
  557. package/fullstacked_modules/zod/v4/locales/index.cjs +0 -100
  558. package/fullstacked_modules/zod/v4/locales/index.d.cts +0 -47
  559. package/fullstacked_modules/zod/v4/locales/index.d.ts +0 -47
  560. package/fullstacked_modules/zod/v4/locales/index.js +0 -47
  561. package/fullstacked_modules/zod/v4/locales/is.cjs +0 -145
  562. package/fullstacked_modules/zod/v4/locales/is.d.cts +0 -5
  563. package/fullstacked_modules/zod/v4/locales/is.d.ts +0 -5
  564. package/fullstacked_modules/zod/v4/locales/is.js +0 -117
  565. package/fullstacked_modules/zod/v4/locales/it.cjs +0 -144
  566. package/fullstacked_modules/zod/v4/locales/it.d.cts +0 -5
  567. package/fullstacked_modules/zod/v4/locales/it.d.ts +0 -4
  568. package/fullstacked_modules/zod/v4/locales/it.js +0 -117
  569. package/fullstacked_modules/zod/v4/locales/ja.cjs +0 -142
  570. package/fullstacked_modules/zod/v4/locales/ja.d.cts +0 -5
  571. package/fullstacked_modules/zod/v4/locales/ja.d.ts +0 -4
  572. package/fullstacked_modules/zod/v4/locales/ja.js +0 -115
  573. package/fullstacked_modules/zod/v4/locales/ka.cjs +0 -153
  574. package/fullstacked_modules/zod/v4/locales/ka.d.cts +0 -5
  575. package/fullstacked_modules/zod/v4/locales/ka.d.ts +0 -5
  576. package/fullstacked_modules/zod/v4/locales/ka.js +0 -125
  577. package/fullstacked_modules/zod/v4/locales/kh.cjs +0 -12
  578. package/fullstacked_modules/zod/v4/locales/kh.d.cts +0 -5
  579. package/fullstacked_modules/zod/v4/locales/kh.d.ts +0 -5
  580. package/fullstacked_modules/zod/v4/locales/kh.js +0 -5
  581. package/fullstacked_modules/zod/v4/locales/km.cjs +0 -144
  582. package/fullstacked_modules/zod/v4/locales/km.d.cts +0 -5
  583. package/fullstacked_modules/zod/v4/locales/km.d.ts +0 -4
  584. package/fullstacked_modules/zod/v4/locales/km.js +0 -117
  585. package/fullstacked_modules/zod/v4/locales/ko.cjs +0 -148
  586. package/fullstacked_modules/zod/v4/locales/ko.d.cts +0 -5
  587. package/fullstacked_modules/zod/v4/locales/ko.d.ts +0 -4
  588. package/fullstacked_modules/zod/v4/locales/ko.js +0 -121
  589. package/fullstacked_modules/zod/v4/locales/lt.cjs +0 -258
  590. package/fullstacked_modules/zod/v4/locales/lt.d.cts +0 -5
  591. package/fullstacked_modules/zod/v4/locales/lt.d.ts +0 -5
  592. package/fullstacked_modules/zod/v4/locales/lt.js +0 -230
  593. package/fullstacked_modules/zod/v4/locales/mk.cjs +0 -145
  594. package/fullstacked_modules/zod/v4/locales/mk.d.cts +0 -5
  595. package/fullstacked_modules/zod/v4/locales/mk.d.ts +0 -4
  596. package/fullstacked_modules/zod/v4/locales/mk.js +0 -118
  597. package/fullstacked_modules/zod/v4/locales/ms.cjs +0 -143
  598. package/fullstacked_modules/zod/v4/locales/ms.d.cts +0 -5
  599. package/fullstacked_modules/zod/v4/locales/ms.d.ts +0 -4
  600. package/fullstacked_modules/zod/v4/locales/ms.js +0 -116
  601. package/fullstacked_modules/zod/v4/locales/nl.cjs +0 -144
  602. package/fullstacked_modules/zod/v4/locales/nl.d.cts +0 -5
  603. package/fullstacked_modules/zod/v4/locales/nl.d.ts +0 -4
  604. package/fullstacked_modules/zod/v4/locales/nl.js +0 -117
  605. package/fullstacked_modules/zod/v4/locales/no.cjs +0 -143
  606. package/fullstacked_modules/zod/v4/locales/no.d.cts +0 -5
  607. package/fullstacked_modules/zod/v4/locales/no.d.ts +0 -4
  608. package/fullstacked_modules/zod/v4/locales/no.js +0 -116
  609. package/fullstacked_modules/zod/v4/locales/ota.cjs +0 -144
  610. package/fullstacked_modules/zod/v4/locales/ota.d.cts +0 -5
  611. package/fullstacked_modules/zod/v4/locales/ota.d.ts +0 -4
  612. package/fullstacked_modules/zod/v4/locales/ota.js +0 -117
  613. package/fullstacked_modules/zod/v4/locales/package.json +0 -6
  614. package/fullstacked_modules/zod/v4/locales/pl.cjs +0 -144
  615. package/fullstacked_modules/zod/v4/locales/pl.d.cts +0 -5
  616. package/fullstacked_modules/zod/v4/locales/pl.d.ts +0 -4
  617. package/fullstacked_modules/zod/v4/locales/pl.js +0 -117
  618. package/fullstacked_modules/zod/v4/locales/ps.cjs +0 -149
  619. package/fullstacked_modules/zod/v4/locales/ps.d.cts +0 -5
  620. package/fullstacked_modules/zod/v4/locales/ps.d.ts +0 -4
  621. package/fullstacked_modules/zod/v4/locales/ps.js +0 -122
  622. package/fullstacked_modules/zod/v4/locales/pt.cjs +0 -143
  623. package/fullstacked_modules/zod/v4/locales/pt.d.cts +0 -5
  624. package/fullstacked_modules/zod/v4/locales/pt.d.ts +0 -4
  625. package/fullstacked_modules/zod/v4/locales/pt.js +0 -116
  626. package/fullstacked_modules/zod/v4/locales/ru.cjs +0 -191
  627. package/fullstacked_modules/zod/v4/locales/ru.d.cts +0 -5
  628. package/fullstacked_modules/zod/v4/locales/ru.d.ts +0 -4
  629. package/fullstacked_modules/zod/v4/locales/ru.js +0 -164
  630. package/fullstacked_modules/zod/v4/locales/sl.cjs +0 -144
  631. package/fullstacked_modules/zod/v4/locales/sl.d.cts +0 -5
  632. package/fullstacked_modules/zod/v4/locales/sl.d.ts +0 -4
  633. package/fullstacked_modules/zod/v4/locales/sl.js +0 -117
  634. package/fullstacked_modules/zod/v4/locales/sv.cjs +0 -145
  635. package/fullstacked_modules/zod/v4/locales/sv.d.cts +0 -5
  636. package/fullstacked_modules/zod/v4/locales/sv.d.ts +0 -4
  637. package/fullstacked_modules/zod/v4/locales/sv.js +0 -118
  638. package/fullstacked_modules/zod/v4/locales/ta.cjs +0 -144
  639. package/fullstacked_modules/zod/v4/locales/ta.d.cts +0 -5
  640. package/fullstacked_modules/zod/v4/locales/ta.d.ts +0 -4
  641. package/fullstacked_modules/zod/v4/locales/ta.js +0 -117
  642. package/fullstacked_modules/zod/v4/locales/th.cjs +0 -144
  643. package/fullstacked_modules/zod/v4/locales/th.d.cts +0 -5
  644. package/fullstacked_modules/zod/v4/locales/th.d.ts +0 -4
  645. package/fullstacked_modules/zod/v4/locales/th.js +0 -117
  646. package/fullstacked_modules/zod/v4/locales/tr.cjs +0 -143
  647. package/fullstacked_modules/zod/v4/locales/tr.d.cts +0 -5
  648. package/fullstacked_modules/zod/v4/locales/tr.d.ts +0 -5
  649. package/fullstacked_modules/zod/v4/locales/tr.js +0 -115
  650. package/fullstacked_modules/zod/v4/locales/ua.cjs +0 -12
  651. package/fullstacked_modules/zod/v4/locales/ua.d.cts +0 -5
  652. package/fullstacked_modules/zod/v4/locales/ua.d.ts +0 -5
  653. package/fullstacked_modules/zod/v4/locales/ua.js +0 -5
  654. package/fullstacked_modules/zod/v4/locales/uk.cjs +0 -144
  655. package/fullstacked_modules/zod/v4/locales/uk.d.cts +0 -5
  656. package/fullstacked_modules/zod/v4/locales/uk.d.ts +0 -4
  657. package/fullstacked_modules/zod/v4/locales/uk.js +0 -117
  658. package/fullstacked_modules/zod/v4/locales/ur.cjs +0 -144
  659. package/fullstacked_modules/zod/v4/locales/ur.d.cts +0 -5
  660. package/fullstacked_modules/zod/v4/locales/ur.d.ts +0 -4
  661. package/fullstacked_modules/zod/v4/locales/ur.js +0 -117
  662. package/fullstacked_modules/zod/v4/locales/vi.cjs +0 -143
  663. package/fullstacked_modules/zod/v4/locales/vi.d.cts +0 -5
  664. package/fullstacked_modules/zod/v4/locales/vi.d.ts +0 -4
  665. package/fullstacked_modules/zod/v4/locales/vi.js +0 -116
  666. package/fullstacked_modules/zod/v4/locales/yo.cjs +0 -142
  667. package/fullstacked_modules/zod/v4/locales/yo.d.cts +0 -5
  668. package/fullstacked_modules/zod/v4/locales/yo.d.ts +0 -4
  669. package/fullstacked_modules/zod/v4/locales/yo.js +0 -115
  670. package/fullstacked_modules/zod/v4/locales/zh-CN.cjs +0 -143
  671. package/fullstacked_modules/zod/v4/locales/zh-CN.d.cts +0 -5
  672. package/fullstacked_modules/zod/v4/locales/zh-CN.d.ts +0 -4
  673. package/fullstacked_modules/zod/v4/locales/zh-CN.js +0 -116
  674. package/fullstacked_modules/zod/v4/locales/zh-TW.cjs +0 -144
  675. package/fullstacked_modules/zod/v4/locales/zh-TW.d.cts +0 -5
  676. package/fullstacked_modules/zod/v4/locales/zh-TW.d.ts +0 -4
  677. package/fullstacked_modules/zod/v4/locales/zh-TW.js +0 -117
  678. package/fullstacked_modules/zod/v4/mini/checks.cjs +0 -34
  679. package/fullstacked_modules/zod/v4/mini/checks.d.cts +0 -1
  680. package/fullstacked_modules/zod/v4/mini/checks.d.ts +0 -1
  681. package/fullstacked_modules/zod/v4/mini/checks.js +0 -1
  682. package/fullstacked_modules/zod/v4/mini/coerce.cjs +0 -47
  683. package/fullstacked_modules/zod/v4/mini/coerce.d.cts +0 -7
  684. package/fullstacked_modules/zod/v4/mini/coerce.d.ts +0 -7
  685. package/fullstacked_modules/zod/v4/mini/coerce.js +0 -17
  686. package/fullstacked_modules/zod/v4/mini/external.cjs +0 -62
  687. package/fullstacked_modules/zod/v4/mini/external.d.cts +0 -11
  688. package/fullstacked_modules/zod/v4/mini/external.d.ts +0 -11
  689. package/fullstacked_modules/zod/v4/mini/external.js +0 -13
  690. package/fullstacked_modules/zod/v4/mini/index.cjs +0 -32
  691. package/fullstacked_modules/zod/v4/mini/index.d.cts +0 -3
  692. package/fullstacked_modules/zod/v4/mini/index.d.ts +0 -3
  693. package/fullstacked_modules/zod/v4/mini/index.js +0 -3
  694. package/fullstacked_modules/zod/v4/mini/iso.cjs +0 -60
  695. package/fullstacked_modules/zod/v4/mini/iso.d.cts +0 -22
  696. package/fullstacked_modules/zod/v4/mini/iso.d.ts +0 -22
  697. package/fullstacked_modules/zod/v4/mini/iso.js +0 -30
  698. package/fullstacked_modules/zod/v4/mini/package.json +0 -6
  699. package/fullstacked_modules/zod/v4/mini/parse.cjs +0 -16
  700. package/fullstacked_modules/zod/v4/mini/parse.d.cts +0 -1
  701. package/fullstacked_modules/zod/v4/mini/parse.d.ts +0 -1
  702. package/fullstacked_modules/zod/v4/mini/parse.js +0 -1
  703. package/fullstacked_modules/zod/v4/mini/schemas.cjs +0 -892
  704. package/fullstacked_modules/zod/v4/mini/schemas.d.cts +0 -407
  705. package/fullstacked_modules/zod/v4/mini/schemas.d.ts +0 -407
  706. package/fullstacked_modules/zod/v4/mini/schemas.js +0 -775
  707. package/fullstacked_modules/zod/v4/package.json +0 -6
  708. package/fullstacked_modules/zod/v4-mini/index.cjs +0 -17
  709. package/fullstacked_modules/zod/v4-mini/index.d.cts +0 -1
  710. package/fullstacked_modules/zod/v4-mini/index.d.ts +0 -1
  711. package/fullstacked_modules/zod/v4-mini/index.js +0 -1
  712. package/fullstacked_modules/zod/v4-mini/package.json +0 -6
  713. /package/fullstacked_modules/{platform/index.ts → platform.ts} +0 -0
@@ -1,775 +0,0 @@
1
- import * as core from "../core/index.js";
2
- import { util } from "../core/index.js";
3
- import * as parse from "./parse.js";
4
- export const ZodMiniType = /*@__PURE__*/ core.$constructor("ZodMiniType", (inst, def) => {
5
- if (!inst._zod)
6
- throw new Error("Uninitialized schema in ZodMiniType.");
7
- core.$ZodType.init(inst, def);
8
- inst.def = def;
9
- inst.type = def.type;
10
- inst.parse = (data, params) => parse.parse(inst, data, params, { callee: inst.parse });
11
- inst.safeParse = (data, params) => parse.safeParse(inst, data, params);
12
- inst.parseAsync = async (data, params) => parse.parseAsync(inst, data, params, { callee: inst.parseAsync });
13
- inst.safeParseAsync = async (data, params) => parse.safeParseAsync(inst, data, params);
14
- inst.check = (...checks) => {
15
- return inst.clone({
16
- ...def,
17
- checks: [
18
- ...(def.checks ?? []),
19
- ...checks.map((ch) => typeof ch === "function" ? { _zod: { check: ch, def: { check: "custom" }, onattach: [] } } : ch),
20
- ],
21
- }
22
- // { parent: true }
23
- );
24
- };
25
- inst.clone = (_def, params) => core.clone(inst, _def, params);
26
- inst.brand = () => inst;
27
- inst.register = ((reg, meta) => {
28
- reg.add(inst, meta);
29
- return inst;
30
- });
31
- });
32
- export const ZodMiniString = /*@__PURE__*/ core.$constructor("ZodMiniString", (inst, def) => {
33
- core.$ZodString.init(inst, def);
34
- ZodMiniType.init(inst, def);
35
- });
36
- export function string(params) {
37
- return core._string(ZodMiniString, params);
38
- }
39
- export const ZodMiniStringFormat = /*@__PURE__*/ core.$constructor("ZodMiniStringFormat", (inst, def) => {
40
- core.$ZodStringFormat.init(inst, def);
41
- ZodMiniString.init(inst, def);
42
- });
43
- export const ZodMiniEmail = /*@__PURE__*/ core.$constructor("ZodMiniEmail", (inst, def) => {
44
- core.$ZodEmail.init(inst, def);
45
- ZodMiniStringFormat.init(inst, def);
46
- });
47
- export function email(params) {
48
- return core._email(ZodMiniEmail, params);
49
- }
50
- export const ZodMiniGUID = /*@__PURE__*/ core.$constructor("ZodMiniGUID", (inst, def) => {
51
- core.$ZodGUID.init(inst, def);
52
- ZodMiniStringFormat.init(inst, def);
53
- });
54
- export function guid(params) {
55
- return core._guid(ZodMiniGUID, params);
56
- }
57
- export const ZodMiniUUID = /*@__PURE__*/ core.$constructor("ZodMiniUUID", (inst, def) => {
58
- core.$ZodUUID.init(inst, def);
59
- ZodMiniStringFormat.init(inst, def);
60
- });
61
- export function uuid(params) {
62
- return core._uuid(ZodMiniUUID, params);
63
- }
64
- export function uuidv4(params) {
65
- return core._uuidv4(ZodMiniUUID, params);
66
- }
67
- // ZodMiniUUIDv6
68
- export function uuidv6(params) {
69
- return core._uuidv6(ZodMiniUUID, params);
70
- }
71
- // ZodMiniUUIDv7
72
- export function uuidv7(params) {
73
- return core._uuidv7(ZodMiniUUID, params);
74
- }
75
- export const ZodMiniURL = /*@__PURE__*/ core.$constructor("ZodMiniURL", (inst, def) => {
76
- core.$ZodURL.init(inst, def);
77
- ZodMiniStringFormat.init(inst, def);
78
- });
79
- export function url(params) {
80
- return core._url(ZodMiniURL, params);
81
- }
82
- export function httpUrl(params) {
83
- return core._url(ZodMiniURL, {
84
- protocol: /^https?$/,
85
- hostname: core.regexes.domain,
86
- ...util.normalizeParams(params),
87
- });
88
- }
89
- export const ZodMiniEmoji = /*@__PURE__*/ core.$constructor("ZodMiniEmoji", (inst, def) => {
90
- core.$ZodEmoji.init(inst, def);
91
- ZodMiniStringFormat.init(inst, def);
92
- });
93
- export function emoji(params) {
94
- return core._emoji(ZodMiniEmoji, params);
95
- }
96
- export const ZodMiniNanoID = /*@__PURE__*/ core.$constructor("ZodMiniNanoID", (inst, def) => {
97
- core.$ZodNanoID.init(inst, def);
98
- ZodMiniStringFormat.init(inst, def);
99
- });
100
- export function nanoid(params) {
101
- return core._nanoid(ZodMiniNanoID, params);
102
- }
103
- export const ZodMiniCUID = /*@__PURE__*/ core.$constructor("ZodMiniCUID", (inst, def) => {
104
- core.$ZodCUID.init(inst, def);
105
- ZodMiniStringFormat.init(inst, def);
106
- });
107
- export function cuid(params) {
108
- return core._cuid(ZodMiniCUID, params);
109
- }
110
- export const ZodMiniCUID2 = /*@__PURE__*/ core.$constructor("ZodMiniCUID2", (inst, def) => {
111
- core.$ZodCUID2.init(inst, def);
112
- ZodMiniStringFormat.init(inst, def);
113
- });
114
- export function cuid2(params) {
115
- return core._cuid2(ZodMiniCUID2, params);
116
- }
117
- export const ZodMiniULID = /*@__PURE__*/ core.$constructor("ZodMiniULID", (inst, def) => {
118
- core.$ZodULID.init(inst, def);
119
- ZodMiniStringFormat.init(inst, def);
120
- });
121
- export function ulid(params) {
122
- return core._ulid(ZodMiniULID, params);
123
- }
124
- export const ZodMiniXID = /*@__PURE__*/ core.$constructor("ZodMiniXID", (inst, def) => {
125
- core.$ZodXID.init(inst, def);
126
- ZodMiniStringFormat.init(inst, def);
127
- });
128
- export function xid(params) {
129
- return core._xid(ZodMiniXID, params);
130
- }
131
- export const ZodMiniKSUID = /*@__PURE__*/ core.$constructor("ZodMiniKSUID", (inst, def) => {
132
- core.$ZodKSUID.init(inst, def);
133
- ZodMiniStringFormat.init(inst, def);
134
- });
135
- export function ksuid(params) {
136
- return core._ksuid(ZodMiniKSUID, params);
137
- }
138
- export const ZodMiniIPv4 = /*@__PURE__*/ core.$constructor("ZodMiniIPv4", (inst, def) => {
139
- core.$ZodIPv4.init(inst, def);
140
- ZodMiniStringFormat.init(inst, def);
141
- });
142
- export function ipv4(params) {
143
- return core._ipv4(ZodMiniIPv4, params);
144
- }
145
- export const ZodMiniIPv6 = /*@__PURE__*/ core.$constructor("ZodMiniIPv6", (inst, def) => {
146
- core.$ZodIPv6.init(inst, def);
147
- ZodMiniStringFormat.init(inst, def);
148
- });
149
- export function ipv6(params) {
150
- return core._ipv6(ZodMiniIPv6, params);
151
- }
152
- export const ZodMiniCIDRv4 = /*@__PURE__*/ core.$constructor("ZodMiniCIDRv4", (inst, def) => {
153
- core.$ZodCIDRv4.init(inst, def);
154
- ZodMiniStringFormat.init(inst, def);
155
- });
156
- export function cidrv4(params) {
157
- return core._cidrv4(ZodMiniCIDRv4, params);
158
- }
159
- export const ZodMiniCIDRv6 = /*@__PURE__*/ core.$constructor("ZodMiniCIDRv6", (inst, def) => {
160
- core.$ZodCIDRv6.init(inst, def);
161
- ZodMiniStringFormat.init(inst, def);
162
- });
163
- export function cidrv6(params) {
164
- return core._cidrv6(ZodMiniCIDRv6, params);
165
- }
166
- export const ZodMiniBase64 = /*@__PURE__*/ core.$constructor("ZodMiniBase64", (inst, def) => {
167
- core.$ZodBase64.init(inst, def);
168
- ZodMiniStringFormat.init(inst, def);
169
- });
170
- export function base64(params) {
171
- return core._base64(ZodMiniBase64, params);
172
- }
173
- export const ZodMiniBase64URL = /*@__PURE__*/ core.$constructor("ZodMiniBase64URL", (inst, def) => {
174
- core.$ZodBase64URL.init(inst, def);
175
- ZodMiniStringFormat.init(inst, def);
176
- });
177
- export function base64url(params) {
178
- return core._base64url(ZodMiniBase64URL, params);
179
- }
180
- export const ZodMiniE164 = /*@__PURE__*/ core.$constructor("ZodMiniE164", (inst, def) => {
181
- core.$ZodE164.init(inst, def);
182
- ZodMiniStringFormat.init(inst, def);
183
- });
184
- export function e164(params) {
185
- return core._e164(ZodMiniE164, params);
186
- }
187
- export const ZodMiniJWT = /*@__PURE__*/ core.$constructor("ZodMiniJWT", (inst, def) => {
188
- core.$ZodJWT.init(inst, def);
189
- ZodMiniStringFormat.init(inst, def);
190
- });
191
- export function jwt(params) {
192
- return core._jwt(ZodMiniJWT, params);
193
- }
194
- export const ZodMiniCustomStringFormat = /*@__PURE__*/ core.$constructor("ZodMiniCustomStringFormat", (inst, def) => {
195
- core.$ZodCustomStringFormat.init(inst, def);
196
- ZodMiniStringFormat.init(inst, def);
197
- });
198
- export function stringFormat(format, fnOrRegex, _params = {}) {
199
- return core._stringFormat(ZodMiniCustomStringFormat, format, fnOrRegex, _params);
200
- }
201
- export function hostname(_params) {
202
- return core._stringFormat(ZodMiniCustomStringFormat, "hostname", core.regexes.hostname, _params);
203
- }
204
- export function hex(_params) {
205
- return core._stringFormat(ZodMiniCustomStringFormat, "hex", core.regexes.hex, _params);
206
- }
207
- export function hash(alg, params) {
208
- const enc = params?.enc ?? "hex";
209
- const format = `${alg}_${enc}`;
210
- const regex = core.regexes[format];
211
- // check for unrecognized format
212
- if (!regex)
213
- throw new Error(`Unrecognized hash format: ${format}`);
214
- return core._stringFormat(ZodMiniCustomStringFormat, format, regex, params);
215
- }
216
- export const ZodMiniNumber = /*@__PURE__*/ core.$constructor("ZodMiniNumber", (inst, def) => {
217
- core.$ZodNumber.init(inst, def);
218
- ZodMiniType.init(inst, def);
219
- });
220
- export function number(params) {
221
- return core._number(ZodMiniNumber, params);
222
- }
223
- export const ZodMiniNumberFormat = /*@__PURE__*/ core.$constructor("ZodMiniNumberFormat", (inst, def) => {
224
- core.$ZodNumberFormat.init(inst, def);
225
- ZodMiniNumber.init(inst, def);
226
- });
227
- // int
228
- export function int(params) {
229
- return core._int(ZodMiniNumberFormat, params);
230
- }
231
- // float32
232
- export function float32(params) {
233
- return core._float32(ZodMiniNumberFormat, params);
234
- }
235
- // float64
236
- export function float64(params) {
237
- return core._float64(ZodMiniNumberFormat, params);
238
- }
239
- // int32
240
- export function int32(params) {
241
- return core._int32(ZodMiniNumberFormat, params);
242
- }
243
- // uint32
244
- export function uint32(params) {
245
- return core._uint32(ZodMiniNumberFormat, params);
246
- }
247
- export const ZodMiniBoolean = /*@__PURE__*/ core.$constructor("ZodMiniBoolean", (inst, def) => {
248
- core.$ZodBoolean.init(inst, def);
249
- ZodMiniType.init(inst, def);
250
- });
251
- export function boolean(params) {
252
- return core._boolean(ZodMiniBoolean, params);
253
- }
254
- export const ZodMiniBigInt = /*@__PURE__*/ core.$constructor("ZodMiniBigInt", (inst, def) => {
255
- core.$ZodBigInt.init(inst, def);
256
- ZodMiniType.init(inst, def);
257
- });
258
- export function bigint(params) {
259
- return core._bigint(ZodMiniBigInt, params);
260
- }
261
- export const ZodMiniBigIntFormat = /*@__PURE__*/ core.$constructor("ZodMiniBigIntFormat", (inst, def) => {
262
- core.$ZodBigIntFormat.init(inst, def);
263
- ZodMiniBigInt.init(inst, def);
264
- });
265
- // int64
266
- export function int64(params) {
267
- return core._int64(ZodMiniBigIntFormat, params);
268
- }
269
- // uint64
270
- export function uint64(params) {
271
- return core._uint64(ZodMiniBigIntFormat, params);
272
- }
273
- export const ZodMiniSymbol = /*@__PURE__*/ core.$constructor("ZodMiniSymbol", (inst, def) => {
274
- core.$ZodSymbol.init(inst, def);
275
- ZodMiniType.init(inst, def);
276
- });
277
- export function symbol(params) {
278
- return core._symbol(ZodMiniSymbol, params);
279
- }
280
- export const ZodMiniUndefined = /*@__PURE__*/ core.$constructor("ZodMiniUndefined", (inst, def) => {
281
- core.$ZodUndefined.init(inst, def);
282
- ZodMiniType.init(inst, def);
283
- });
284
- function _undefined(params) {
285
- return core._undefined(ZodMiniUndefined, params);
286
- }
287
- export { _undefined as undefined };
288
- export const ZodMiniNull = /*@__PURE__*/ core.$constructor("ZodMiniNull", (inst, def) => {
289
- core.$ZodNull.init(inst, def);
290
- ZodMiniType.init(inst, def);
291
- });
292
- function _null(params) {
293
- return core._null(ZodMiniNull, params);
294
- }
295
- export { _null as null };
296
- export const ZodMiniAny = /*@__PURE__*/ core.$constructor("ZodMiniAny", (inst, def) => {
297
- core.$ZodAny.init(inst, def);
298
- ZodMiniType.init(inst, def);
299
- });
300
- export function any() {
301
- return core._any(ZodMiniAny);
302
- }
303
- export const ZodMiniUnknown = /*@__PURE__*/ core.$constructor("ZodMiniUnknown", (inst, def) => {
304
- core.$ZodUnknown.init(inst, def);
305
- ZodMiniType.init(inst, def);
306
- });
307
- export function unknown() {
308
- return core._unknown(ZodMiniUnknown);
309
- }
310
- export const ZodMiniNever = /*@__PURE__*/ core.$constructor("ZodMiniNever", (inst, def) => {
311
- core.$ZodNever.init(inst, def);
312
- ZodMiniType.init(inst, def);
313
- });
314
- export function never(params) {
315
- return core._never(ZodMiniNever, params);
316
- }
317
- export const ZodMiniVoid = /*@__PURE__*/ core.$constructor("ZodMiniVoid", (inst, def) => {
318
- core.$ZodVoid.init(inst, def);
319
- ZodMiniType.init(inst, def);
320
- });
321
- function _void(params) {
322
- return core._void(ZodMiniVoid, params);
323
- }
324
- export { _void as void };
325
- export const ZodMiniDate = /*@__PURE__*/ core.$constructor("ZodMiniDate", (inst, def) => {
326
- core.$ZodDate.init(inst, def);
327
- ZodMiniType.init(inst, def);
328
- });
329
- export function date(params) {
330
- return core._date(ZodMiniDate, params);
331
- }
332
- export const ZodMiniArray = /*@__PURE__*/ core.$constructor("ZodMiniArray", (inst, def) => {
333
- core.$ZodArray.init(inst, def);
334
- ZodMiniType.init(inst, def);
335
- });
336
- export function array(element, params) {
337
- return new ZodMiniArray({
338
- type: "array",
339
- element: element,
340
- ...util.normalizeParams(params),
341
- });
342
- }
343
- // .keyof
344
- export function keyof(schema) {
345
- const shape = schema._zod.def.shape;
346
- return _enum(Object.keys(shape));
347
- }
348
- export const ZodMiniObject = /*@__PURE__*/ core.$constructor("ZodMiniObject", (inst, def) => {
349
- core.$ZodObject.init(inst, def);
350
- ZodMiniType.init(inst, def);
351
- util.defineLazy(inst, "shape", () => def.shape);
352
- });
353
- export function object(shape, params) {
354
- const def = {
355
- type: "object",
356
- shape: shape ?? {},
357
- ...util.normalizeParams(params),
358
- };
359
- return new ZodMiniObject(def);
360
- }
361
- // strictObject
362
- export function strictObject(shape, params) {
363
- return new ZodMiniObject({
364
- type: "object",
365
- shape,
366
- catchall: never(),
367
- ...util.normalizeParams(params),
368
- });
369
- }
370
- // looseObject
371
- export function looseObject(shape, params) {
372
- return new ZodMiniObject({
373
- type: "object",
374
- shape,
375
- catchall: unknown(),
376
- ...util.normalizeParams(params),
377
- });
378
- }
379
- // object methods
380
- export function extend(schema, shape) {
381
- return util.extend(schema, shape);
382
- }
383
- export function safeExtend(schema, shape) {
384
- return util.safeExtend(schema, shape);
385
- }
386
- export function merge(schema, shape) {
387
- return util.extend(schema, shape);
388
- }
389
- export function pick(schema, mask) {
390
- return util.pick(schema, mask);
391
- }
392
- // .omit
393
- export function omit(schema, mask) {
394
- return util.omit(schema, mask);
395
- }
396
- export function partial(schema, mask) {
397
- return util.partial(ZodMiniOptional, schema, mask);
398
- }
399
- export function required(schema, mask) {
400
- return util.required(ZodMiniNonOptional, schema, mask);
401
- }
402
- export function catchall(inst, catchall) {
403
- return inst.clone({ ...inst._zod.def, catchall: catchall });
404
- }
405
- export const ZodMiniUnion = /*@__PURE__*/ core.$constructor("ZodMiniUnion", (inst, def) => {
406
- core.$ZodUnion.init(inst, def);
407
- ZodMiniType.init(inst, def);
408
- });
409
- export function union(options, params) {
410
- return new ZodMiniUnion({
411
- type: "union",
412
- options: options,
413
- ...util.normalizeParams(params),
414
- });
415
- }
416
- export const ZodMiniDiscriminatedUnion = /*@__PURE__*/ core.$constructor("ZodMiniDiscriminatedUnion", (inst, def) => {
417
- core.$ZodDiscriminatedUnion.init(inst, def);
418
- ZodMiniType.init(inst, def);
419
- });
420
- export function discriminatedUnion(discriminator, options, params) {
421
- return new ZodMiniDiscriminatedUnion({
422
- type: "union",
423
- options,
424
- discriminator,
425
- ...util.normalizeParams(params),
426
- });
427
- }
428
- export const ZodMiniIntersection = /*@__PURE__*/ core.$constructor("ZodMiniIntersection", (inst, def) => {
429
- core.$ZodIntersection.init(inst, def);
430
- ZodMiniType.init(inst, def);
431
- });
432
- export function intersection(left, right) {
433
- return new ZodMiniIntersection({
434
- type: "intersection",
435
- left: left,
436
- right: right,
437
- });
438
- }
439
- export const ZodMiniTuple = /*@__PURE__*/ core.$constructor("ZodMiniTuple", (inst, def) => {
440
- core.$ZodTuple.init(inst, def);
441
- ZodMiniType.init(inst, def);
442
- });
443
- export function tuple(items, _paramsOrRest, _params) {
444
- const hasRest = _paramsOrRest instanceof core.$ZodType;
445
- const params = hasRest ? _params : _paramsOrRest;
446
- const rest = hasRest ? _paramsOrRest : null;
447
- return new ZodMiniTuple({
448
- type: "tuple",
449
- items: items,
450
- rest,
451
- ...util.normalizeParams(params),
452
- });
453
- }
454
- export const ZodMiniRecord = /*@__PURE__*/ core.$constructor("ZodMiniRecord", (inst, def) => {
455
- core.$ZodRecord.init(inst, def);
456
- ZodMiniType.init(inst, def);
457
- });
458
- export function record(keyType, valueType, params) {
459
- return new ZodMiniRecord({
460
- type: "record",
461
- keyType,
462
- valueType: valueType,
463
- ...util.normalizeParams(params),
464
- });
465
- }
466
- export function partialRecord(keyType, valueType, params) {
467
- const k = core.clone(keyType);
468
- k._zod.values = undefined;
469
- return new ZodMiniRecord({
470
- type: "record",
471
- keyType: k,
472
- valueType: valueType,
473
- ...util.normalizeParams(params),
474
- });
475
- }
476
- export const ZodMiniMap = /*@__PURE__*/ core.$constructor("ZodMiniMap", (inst, def) => {
477
- core.$ZodMap.init(inst, def);
478
- ZodMiniType.init(inst, def);
479
- });
480
- export function map(keyType, valueType, params) {
481
- return new ZodMiniMap({
482
- type: "map",
483
- keyType: keyType,
484
- valueType: valueType,
485
- ...util.normalizeParams(params),
486
- });
487
- }
488
- export const ZodMiniSet = /*@__PURE__*/ core.$constructor("ZodMiniSet", (inst, def) => {
489
- core.$ZodSet.init(inst, def);
490
- ZodMiniType.init(inst, def);
491
- });
492
- export function set(valueType, params) {
493
- return new ZodMiniSet({
494
- type: "set",
495
- valueType: valueType,
496
- ...util.normalizeParams(params),
497
- });
498
- }
499
- export const ZodMiniEnum = /*@__PURE__*/ core.$constructor("ZodMiniEnum", (inst, def) => {
500
- core.$ZodEnum.init(inst, def);
501
- ZodMiniType.init(inst, def);
502
- inst.options = Object.values(def.entries);
503
- });
504
- function _enum(values, params) {
505
- const entries = Array.isArray(values) ? Object.fromEntries(values.map((v) => [v, v])) : values;
506
- return new ZodMiniEnum({
507
- type: "enum",
508
- entries,
509
- ...util.normalizeParams(params),
510
- });
511
- }
512
- export { _enum as enum };
513
- /** @deprecated This API has been merged into `z.enum()`. Use `z.enum()` instead.
514
- *
515
- * ```ts
516
- * enum Colors { red, green, blue }
517
- * z.enum(Colors);
518
- * ```
519
- */
520
- export function nativeEnum(entries, params) {
521
- return new ZodMiniEnum({
522
- type: "enum",
523
- entries,
524
- ...util.normalizeParams(params),
525
- });
526
- }
527
- export const ZodMiniLiteral = /*@__PURE__*/ core.$constructor("ZodMiniLiteral", (inst, def) => {
528
- core.$ZodLiteral.init(inst, def);
529
- ZodMiniType.init(inst, def);
530
- });
531
- export function literal(value, params) {
532
- return new ZodMiniLiteral({
533
- type: "literal",
534
- values: Array.isArray(value) ? value : [value],
535
- ...util.normalizeParams(params),
536
- });
537
- }
538
- export const ZodMiniFile = /*@__PURE__*/ core.$constructor("ZodMiniFile", (inst, def) => {
539
- core.$ZodFile.init(inst, def);
540
- ZodMiniType.init(inst, def);
541
- });
542
- export function file(params) {
543
- return core._file(ZodMiniFile, params);
544
- }
545
- export const ZodMiniTransform = /*@__PURE__*/ core.$constructor("ZodMiniTransform", (inst, def) => {
546
- core.$ZodTransform.init(inst, def);
547
- ZodMiniType.init(inst, def);
548
- });
549
- export function transform(fn) {
550
- return new ZodMiniTransform({
551
- type: "transform",
552
- transform: fn,
553
- });
554
- }
555
- export const ZodMiniOptional = /*@__PURE__*/ core.$constructor("ZodMiniOptional", (inst, def) => {
556
- core.$ZodOptional.init(inst, def);
557
- ZodMiniType.init(inst, def);
558
- });
559
- export function optional(innerType) {
560
- return new ZodMiniOptional({
561
- type: "optional",
562
- innerType: innerType,
563
- });
564
- }
565
- export const ZodMiniNullable = /*@__PURE__*/ core.$constructor("ZodMiniNullable", (inst, def) => {
566
- core.$ZodNullable.init(inst, def);
567
- ZodMiniType.init(inst, def);
568
- });
569
- export function nullable(innerType) {
570
- return new ZodMiniNullable({
571
- type: "nullable",
572
- innerType: innerType,
573
- });
574
- }
575
- // nullish
576
- export function nullish(innerType) {
577
- return optional(nullable(innerType));
578
- }
579
- export const ZodMiniDefault = /*@__PURE__*/ core.$constructor("ZodMiniDefault", (inst, def) => {
580
- core.$ZodDefault.init(inst, def);
581
- ZodMiniType.init(inst, def);
582
- });
583
- export function _default(innerType, defaultValue) {
584
- return new ZodMiniDefault({
585
- type: "default",
586
- innerType: innerType,
587
- get defaultValue() {
588
- return typeof defaultValue === "function" ? defaultValue() : util.shallowClone(defaultValue);
589
- },
590
- });
591
- }
592
- export const ZodMiniPrefault = /*@__PURE__*/ core.$constructor("ZodMiniPrefault", (inst, def) => {
593
- core.$ZodPrefault.init(inst, def);
594
- ZodMiniType.init(inst, def);
595
- });
596
- export function prefault(innerType, defaultValue) {
597
- return new ZodMiniPrefault({
598
- type: "prefault",
599
- innerType: innerType,
600
- get defaultValue() {
601
- return typeof defaultValue === "function" ? defaultValue() : util.shallowClone(defaultValue);
602
- },
603
- });
604
- }
605
- export const ZodMiniNonOptional = /*@__PURE__*/ core.$constructor("ZodMiniNonOptional", (inst, def) => {
606
- core.$ZodNonOptional.init(inst, def);
607
- ZodMiniType.init(inst, def);
608
- });
609
- export function nonoptional(innerType, params) {
610
- return new ZodMiniNonOptional({
611
- type: "nonoptional",
612
- innerType: innerType,
613
- ...util.normalizeParams(params),
614
- });
615
- }
616
- export const ZodMiniSuccess = /*@__PURE__*/ core.$constructor("ZodMiniSuccess", (inst, def) => {
617
- core.$ZodSuccess.init(inst, def);
618
- ZodMiniType.init(inst, def);
619
- });
620
- export function success(innerType) {
621
- return new ZodMiniSuccess({
622
- type: "success",
623
- innerType: innerType,
624
- });
625
- }
626
- export const ZodMiniCatch = /*@__PURE__*/ core.$constructor("ZodMiniCatch", (inst, def) => {
627
- core.$ZodCatch.init(inst, def);
628
- ZodMiniType.init(inst, def);
629
- });
630
- function _catch(innerType, catchValue) {
631
- return new ZodMiniCatch({
632
- type: "catch",
633
- innerType: innerType,
634
- catchValue: (typeof catchValue === "function" ? catchValue : () => catchValue),
635
- });
636
- }
637
- export { _catch as catch };
638
- export const ZodMiniNaN = /*@__PURE__*/ core.$constructor("ZodMiniNaN", (inst, def) => {
639
- core.$ZodNaN.init(inst, def);
640
- ZodMiniType.init(inst, def);
641
- });
642
- export function nan(params) {
643
- return core._nan(ZodMiniNaN, params);
644
- }
645
- export const ZodMiniPipe = /*@__PURE__*/ core.$constructor("ZodMiniPipe", (inst, def) => {
646
- core.$ZodPipe.init(inst, def);
647
- ZodMiniType.init(inst, def);
648
- });
649
- export function pipe(in_, out) {
650
- return new ZodMiniPipe({
651
- type: "pipe",
652
- in: in_,
653
- out: out,
654
- });
655
- }
656
- export const ZodMiniCodec = /*@__PURE__*/ core.$constructor("ZodMiniCodec", (inst, def) => {
657
- ZodMiniPipe.init(inst, def);
658
- core.$ZodCodec.init(inst, def);
659
- });
660
- export function codec(in_, out, params) {
661
- return new ZodMiniCodec({
662
- type: "pipe",
663
- in: in_,
664
- out: out,
665
- transform: params.decode,
666
- reverseTransform: params.encode,
667
- });
668
- }
669
- export const ZodMiniReadonly = /*@__PURE__*/ core.$constructor("ZodMiniReadonly", (inst, def) => {
670
- core.$ZodReadonly.init(inst, def);
671
- ZodMiniType.init(inst, def);
672
- });
673
- export function readonly(innerType) {
674
- return new ZodMiniReadonly({
675
- type: "readonly",
676
- innerType: innerType,
677
- });
678
- }
679
- export const ZodMiniTemplateLiteral = /*@__PURE__*/ core.$constructor("ZodMiniTemplateLiteral", (inst, def) => {
680
- core.$ZodTemplateLiteral.init(inst, def);
681
- ZodMiniType.init(inst, def);
682
- });
683
- export function templateLiteral(parts, params) {
684
- return new ZodMiniTemplateLiteral({
685
- type: "template_literal",
686
- parts,
687
- ...util.normalizeParams(params),
688
- });
689
- }
690
- export const ZodMiniLazy = /*@__PURE__*/ core.$constructor("ZodMiniLazy", (inst, def) => {
691
- core.$ZodLazy.init(inst, def);
692
- ZodMiniType.init(inst, def);
693
- });
694
- // export function lazy<T extends object>(getter: () => T): T {
695
- // return util.createTransparentProxy<T>(getter);
696
- // }
697
- function _lazy(getter) {
698
- return new ZodMiniLazy({
699
- type: "lazy",
700
- getter: getter,
701
- });
702
- }
703
- export { _lazy as lazy };
704
- export const ZodMiniPromise = /*@__PURE__*/ core.$constructor("ZodMiniPromise", (inst, def) => {
705
- core.$ZodPromise.init(inst, def);
706
- ZodMiniType.init(inst, def);
707
- });
708
- export function promise(innerType) {
709
- return new ZodMiniPromise({
710
- type: "promise",
711
- innerType: innerType,
712
- });
713
- }
714
- export const ZodMiniCustom = /*@__PURE__*/ core.$constructor("ZodMiniCustom", (inst, def) => {
715
- core.$ZodCustom.init(inst, def);
716
- ZodMiniType.init(inst, def);
717
- });
718
- // custom checks
719
- export function check(fn, params) {
720
- const ch = new core.$ZodCheck({
721
- check: "custom",
722
- ...util.normalizeParams(params),
723
- });
724
- ch._zod.check = fn;
725
- return ch;
726
- }
727
- // ZodCustom
728
- // custom schema
729
- export function custom(fn, _params) {
730
- return core._custom(ZodMiniCustom, fn ?? (() => true), _params);
731
- }
732
- // refine
733
- export function refine(fn, _params = {}) {
734
- return core._refine(ZodMiniCustom, fn, _params);
735
- }
736
- // superRefine
737
- export function superRefine(fn) {
738
- return core._superRefine(fn);
739
- }
740
- // instanceof
741
- class Class {
742
- constructor(..._args) { }
743
- }
744
- function _instanceof(cls, params = {
745
- error: `Input not instance of ${cls.name}`,
746
- }) {
747
- const inst = custom((data) => data instanceof cls, params);
748
- inst._zod.bag.Class = cls;
749
- return inst;
750
- }
751
- export { _instanceof as instanceof };
752
- // stringbool
753
- export const stringbool = (...args) => core._stringbool({
754
- Codec: ZodMiniCodec,
755
- Boolean: ZodMiniBoolean,
756
- String: ZodMiniString,
757
- }, ...args);
758
- export function json() {
759
- const jsonSchema = _lazy(() => {
760
- return union([string(), number(), boolean(), _null(), array(jsonSchema), record(string(), jsonSchema)]);
761
- });
762
- return jsonSchema;
763
- }
764
- export const ZodMiniFunction = /*@__PURE__*/ core.$constructor("ZodMiniFunction", (inst, def) => {
765
- core.$ZodFunction.init(inst, def);
766
- ZodMiniType.init(inst, def);
767
- });
768
- export function _function(params) {
769
- return new ZodMiniFunction({
770
- type: "function",
771
- input: Array.isArray(params?.input) ? tuple(params?.input) : (params?.input ?? array(unknown())),
772
- output: params?.output ?? unknown(),
773
- });
774
- }
775
- export { _function as function };