@openclaw/feishu 2026.9.4 → 2026.9.5

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 (743) hide show
  1. package/assets/activity.svg +3 -0
  2. package/assets/icon.png +0 -0
  3. package/dist/{accounts-cCMNFBKg.js → .setup/accounts-DmU0xYPx.mjs} +1 -1
  4. package/dist/{app-registration-BI99e_JI.js → .setup/app-registration-Bv4mvauR.mjs} +1 -1
  5. package/dist/{channel-HDnQAH4Z.js → .setup/channel-C1KrXXJa.mjs} +93 -86
  6. package/dist/{channel.runtime-B-f6ajOp.js → .setup/channel.runtime-Bizuv7WZ.mjs} +32 -18
  7. package/dist/{chat-zhIPXu4X.js → .setup/chat-dWJYS63b.mjs} +2 -2
  8. package/dist/{client-DMbIL3UH.js → .setup/client-DCwNVFZg.mjs} +128 -11
  9. package/dist/{conversation-id-VYgGQ-GX.js → .setup/conversation-id-H-lUayji.mjs} +49 -14
  10. package/dist/{monitor-EuNsFn2T.js → .setup/monitor-C69OLzgO.mjs} +4 -4
  11. package/dist/{monitor.account-CZ7EtqYS.js → .setup/monitor.account-zwHb3HKM.mjs} +68 -52
  12. package/dist/{probe-D_SatdZl.js → .setup/probe-bdidyhAn.mjs} +2 -2
  13. package/dist/{reply-delivery-result-C3smdVzb.js → .setup/reply-delivery-result-DFjxGLgX.mjs} +129 -116
  14. package/dist/.setup/runtime-setter-api-CG-RC4_r.mjs +3 -0
  15. package/dist/.setup/secret-contract-api-jmCkqVLc.mjs +3 -0
  16. package/dist/{security-audit-DKfR4Cv3.js → .setup/security-audit-CmiKKfU-.mjs} +1 -1
  17. package/dist/{session-conversation-DFCIvQK-.js → .setup/session-conversation-ZC6TC1zk.mjs} +1 -1
  18. package/dist/.setup/setup-api-CTRwX09n.mjs +3 -0
  19. package/dist/{subagent-hooks-Buadpie_.js → .setup/subagent-hooks-BBfF1hZk.mjs} +3 -19
  20. package/dist/api.js +29 -15
  21. package/dist/channel-plugin-api.js +1 -1
  22. package/dist/contract-api.js +3 -3
  23. package/dist/doctor-contract-api.js +1 -1
  24. package/dist/runtime-api.js +1 -1
  25. package/dist/runtime-setter-api.js +1 -1
  26. package/dist/secret-contract-api.js +1 -1
  27. package/dist/security-contract-api.js +1 -1
  28. package/dist/session-binding-contract-api.js +1 -1
  29. package/dist/session-key-api.js +1 -1
  30. package/dist/setup-api.js +1 -1
  31. package/dist/setup-entry.js +4 -3
  32. package/dist/subagent-hooks-api.js +1 -1
  33. package/node_modules/@larksuiteoapi/node-sdk/es/index.js +199 -35
  34. package/node_modules/@larksuiteoapi/node-sdk/lib/index.js +199 -35
  35. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/CHANGELOG.md +62 -0
  36. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/README.md +233 -5
  37. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/axios.js +387 -89
  38. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/axios.min.js +3 -3
  39. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/axios.min.js.map +1 -1
  40. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/browser/axios.cjs +458 -98
  41. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/esm/axios.js +458 -98
  42. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/esm/axios.min.js +2 -2
  43. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  44. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/dist/node/axios.cjs +568 -116
  45. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/index.d.cts +4 -0
  46. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/index.d.ts +4 -0
  47. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/adapters/fetch.js +64 -11
  48. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/adapters/http.js +134 -50
  49. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/adapters/xhr.js +52 -3
  50. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/Axios.js +19 -14
  51. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/InterceptorManager.js +107 -8
  52. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/buildFullPath.js +1 -13
  53. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/dispatchRequest.js +8 -2
  54. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/mergeConfig.js +1 -1
  55. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/core/methodList.js +17 -0
  56. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/defaults/index.js +2 -1
  57. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/env/data.js +1 -1
  58. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/Http2Sessions.js +2 -0
  59. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/HttpStatusCode.js +11 -1
  60. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/fromDataURI.js +5 -4
  61. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/normalizeURLForProtocolCheck.js +24 -0
  62. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/progressEventReducer.js +1 -1
  63. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/resolveConfig.js +4 -2
  64. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/shouldBypassProxy.js +182 -6
  65. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/throttle.js +3 -2
  66. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/helpers/toFormData.js +14 -21
  67. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/lib/utils.js +134 -13
  68. package/node_modules/@larksuiteoapi/node-sdk/node_modules/axios/package.json +1 -1
  69. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/README.md +24 -17
  70. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.js +124 -14
  71. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
  72. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
  73. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
  74. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.js +63 -9
  75. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.js.map +1 -1
  76. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
  77. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +1 -1
  78. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.js +133 -18
  79. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.js.map +1 -1
  80. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  81. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
  82. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor.generated.d.ts +7 -0
  83. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor.js +24 -0
  84. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/protojson.js +14 -4
  85. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/textformat.js +8 -4
  86. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/descriptor.json +20 -1
  87. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/descriptor.proto +14 -1
  88. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/index.d.ts +12 -0
  89. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/package.json +1 -1
  90. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/decoder.js +31 -2
  91. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/enum.js +10 -0
  92. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/object.js +5 -2
  93. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/parse.js +9 -4
  94. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/reader.js +61 -7
  95. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/type.js +10 -0
  96. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/wrappers.js +5 -1
  97. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/.github/THREAT_MODEL.md +3 -3
  98. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/CHANGELOG.md +15 -0
  99. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/README.md +19 -1
  100. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/dist/qs.js +21 -21
  101. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/eslint.config.mjs +1 -1
  102. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/lib/parse.js +3 -4
  103. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/lib/stringify.js +23 -8
  104. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/lib/utils.js +10 -3
  105. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/package.json +4 -4
  106. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/test/parse.js +192 -3
  107. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/test/stringify.js +317 -0
  108. package/node_modules/@larksuiteoapi/node-sdk/node_modules/qs/test/utils.js +12 -0
  109. package/node_modules/@larksuiteoapi/node-sdk/package.json +1 -1
  110. package/node_modules/@larksuiteoapi/node-sdk/types/index.d.ts +35 -0
  111. package/node_modules/typebox/build/compile/validator.d.mts +1 -1
  112. package/node_modules/typebox/build/compile/validator.mjs +1 -1
  113. package/node_modules/typebox/build/format/idna/idn-hostname.mjs +7 -5
  114. package/node_modules/typebox/build/format/iri.mjs +5 -1
  115. package/node_modules/typebox/build/guard/emit.mjs +2 -4
  116. package/node_modules/typebox/build/guard/guard.mjs +6 -18
  117. package/node_modules/typebox/build/guard/string.mjs +16 -24
  118. package/node_modules/typebox/build/schema/build.mjs +2 -2
  119. package/node_modules/typebox/build/schema/check.mjs +1 -1
  120. package/node_modules/typebox/build/schema/compile.d.mts +3 -2
  121. package/node_modules/typebox/build/schema/compile.mjs +8 -8
  122. package/node_modules/typebox/build/schema/engine/_context.d.mts +6 -7
  123. package/node_modules/typebox/build/schema/engine/_context.mjs +23 -15
  124. package/node_modules/typebox/build/schema/engine/_functions.d.mts +2 -2
  125. package/node_modules/typebox/build/schema/engine/_functions.mjs +1 -1
  126. package/node_modules/typebox/build/schema/engine/_reducer.d.mts +3 -3
  127. package/node_modules/typebox/build/schema/engine/_refine.d.mts +5 -5
  128. package/node_modules/typebox/build/schema/engine/_refine.mjs +4 -7
  129. package/node_modules/typebox/build/schema/engine/_stack.d.mts +34 -16
  130. package/node_modules/typebox/build/schema/engine/_stack.mjs +148 -104
  131. package/node_modules/typebox/build/schema/engine/additionalItems.d.mts +4 -4
  132. package/node_modules/typebox/build/schema/engine/additionalProperties.d.mts +8 -8
  133. package/node_modules/typebox/build/schema/engine/additionalProperties.mjs +26 -18
  134. package/node_modules/typebox/build/schema/engine/allOf.d.mts +4 -4
  135. package/node_modules/typebox/build/schema/engine/allOf.mjs +3 -3
  136. package/node_modules/typebox/build/schema/engine/anyOf.d.mts +4 -4
  137. package/node_modules/typebox/build/schema/engine/anyOf.mjs +5 -10
  138. package/node_modules/typebox/build/schema/engine/boolean.d.mts +4 -4
  139. package/node_modules/typebox/build/schema/engine/boolean.mjs +2 -6
  140. package/node_modules/typebox/build/schema/engine/const.d.mts +4 -4
  141. package/node_modules/typebox/build/schema/engine/const.mjs +2 -6
  142. package/node_modules/typebox/build/schema/engine/contains.d.mts +4 -4
  143. package/node_modules/typebox/build/schema/engine/contains.mjs +2 -6
  144. package/node_modules/typebox/build/schema/engine/dependencies.d.mts +4 -4
  145. package/node_modules/typebox/build/schema/engine/dependencies.mjs +3 -6
  146. package/node_modules/typebox/build/schema/engine/dependentRequired.d.mts +4 -4
  147. package/node_modules/typebox/build/schema/engine/dependentRequired.mjs +2 -6
  148. package/node_modules/typebox/build/schema/engine/dependentSchemas.d.mts +4 -4
  149. package/node_modules/typebox/build/schema/engine/dynamicRef.d.mts +4 -4
  150. package/node_modules/typebox/build/schema/engine/dynamicRef.mjs +11 -7
  151. package/node_modules/typebox/build/schema/engine/enum.d.mts +4 -4
  152. package/node_modules/typebox/build/schema/engine/enum.mjs +2 -6
  153. package/node_modules/typebox/build/schema/engine/exclusiveMaximum.d.mts +4 -4
  154. package/node_modules/typebox/build/schema/engine/exclusiveMaximum.mjs +2 -6
  155. package/node_modules/typebox/build/schema/engine/exclusiveMinimum.d.mts +4 -4
  156. package/node_modules/typebox/build/schema/engine/exclusiveMinimum.mjs +2 -6
  157. package/node_modules/typebox/build/schema/engine/format.d.mts +4 -4
  158. package/node_modules/typebox/build/schema/engine/format.mjs +2 -6
  159. package/node_modules/typebox/build/schema/engine/if.d.mts +4 -4
  160. package/node_modules/typebox/build/schema/engine/if.mjs +7 -15
  161. package/node_modules/typebox/build/schema/engine/items.d.mts +4 -4
  162. package/node_modules/typebox/build/schema/engine/items.mjs +1 -1
  163. package/node_modules/typebox/build/schema/engine/maxContains.d.mts +4 -4
  164. package/node_modules/typebox/build/schema/engine/maxContains.mjs +2 -6
  165. package/node_modules/typebox/build/schema/engine/maxItems.d.mts +4 -4
  166. package/node_modules/typebox/build/schema/engine/maxItems.mjs +2 -6
  167. package/node_modules/typebox/build/schema/engine/maxLength.d.mts +4 -4
  168. package/node_modules/typebox/build/schema/engine/maxLength.mjs +2 -6
  169. package/node_modules/typebox/build/schema/engine/maxProperties.d.mts +4 -4
  170. package/node_modules/typebox/build/schema/engine/maxProperties.mjs +2 -6
  171. package/node_modules/typebox/build/schema/engine/maximum.d.mts +4 -4
  172. package/node_modules/typebox/build/schema/engine/maximum.mjs +2 -6
  173. package/node_modules/typebox/build/schema/engine/minContains.d.mts +4 -4
  174. package/node_modules/typebox/build/schema/engine/minContains.mjs +2 -6
  175. package/node_modules/typebox/build/schema/engine/minItems.d.mts +5 -5
  176. package/node_modules/typebox/build/schema/engine/minItems.mjs +2 -6
  177. package/node_modules/typebox/build/schema/engine/minLength.d.mts +4 -4
  178. package/node_modules/typebox/build/schema/engine/minLength.mjs +2 -6
  179. package/node_modules/typebox/build/schema/engine/minProperties.d.mts +4 -4
  180. package/node_modules/typebox/build/schema/engine/minProperties.mjs +2 -6
  181. package/node_modules/typebox/build/schema/engine/minimum.d.mts +4 -4
  182. package/node_modules/typebox/build/schema/engine/minimum.mjs +2 -6
  183. package/node_modules/typebox/build/schema/engine/multipleOf.d.mts +4 -4
  184. package/node_modules/typebox/build/schema/engine/multipleOf.mjs +2 -6
  185. package/node_modules/typebox/build/schema/engine/not.d.mts +4 -4
  186. package/node_modules/typebox/build/schema/engine/not.mjs +4 -8
  187. package/node_modules/typebox/build/schema/engine/oneOf.d.mts +4 -4
  188. package/node_modules/typebox/build/schema/engine/oneOf.mjs +6 -11
  189. package/node_modules/typebox/build/schema/engine/pattern.d.mts +4 -4
  190. package/node_modules/typebox/build/schema/engine/pattern.mjs +3 -7
  191. package/node_modules/typebox/build/schema/engine/patternProperties.d.mts +4 -4
  192. package/node_modules/typebox/build/schema/engine/patternProperties.mjs +1 -1
  193. package/node_modules/typebox/build/schema/engine/prefixItems.d.mts +4 -4
  194. package/node_modules/typebox/build/schema/engine/prefixItems.mjs +1 -1
  195. package/node_modules/typebox/build/schema/engine/properties.d.mts +4 -4
  196. package/node_modules/typebox/build/schema/engine/properties.mjs +1 -1
  197. package/node_modules/typebox/build/schema/engine/propertyNames.d.mts +4 -4
  198. package/node_modules/typebox/build/schema/engine/propertyNames.mjs +4 -10
  199. package/node_modules/typebox/build/schema/engine/recursiveRef.d.mts +4 -4
  200. package/node_modules/typebox/build/schema/engine/recursiveRef.mjs +11 -7
  201. package/node_modules/typebox/build/schema/engine/ref.d.mts +4 -4
  202. package/node_modules/typebox/build/schema/engine/ref.mjs +19 -15
  203. package/node_modules/typebox/build/schema/engine/required.d.mts +4 -4
  204. package/node_modules/typebox/build/schema/engine/required.mjs +2 -6
  205. package/node_modules/typebox/build/schema/engine/schema.d.mts +7 -7
  206. package/node_modules/typebox/build/schema/engine/schema.mjs +137 -133
  207. package/node_modules/typebox/build/schema/engine/type.d.mts +4 -4
  208. package/node_modules/typebox/build/schema/engine/type.mjs +2 -6
  209. package/node_modules/typebox/build/schema/engine/unevaluatedItems.d.mts +4 -4
  210. package/node_modules/typebox/build/schema/engine/unevaluatedItems.mjs +5 -9
  211. package/node_modules/typebox/build/schema/engine/unevaluatedProperties.d.mts +4 -4
  212. package/node_modules/typebox/build/schema/engine/unevaluatedProperties.mjs +5 -9
  213. package/node_modules/typebox/build/schema/engine/uniqueItems.d.mts +4 -4
  214. package/node_modules/typebox/build/schema/engine/uniqueItems.mjs +2 -6
  215. package/node_modules/typebox/build/schema/errors.d.mts +2 -2
  216. package/node_modules/typebox/build/schema/errors.mjs +8 -14
  217. package/node_modules/typebox/build/schema/intern/index.d.mts +1 -0
  218. package/node_modules/typebox/build/schema/intern/index.mjs +1 -0
  219. package/node_modules/typebox/build/schema/intern/intern.d.mts +11 -0
  220. package/node_modules/typebox/build/schema/intern/intern.mjs +293 -0
  221. package/node_modules/typebox/build/schema/meta/draft_2019_09.d.mts +2 -0
  222. package/node_modules/typebox/build/schema/meta/draft_2019_09.mjs +288 -0
  223. package/node_modules/typebox/build/schema/meta/draft_2020_12.d.mts +2 -0
  224. package/node_modules/typebox/build/schema/meta/draft_2020_12.mjs +300 -0
  225. package/node_modules/typebox/build/schema/meta/draft_3.d.mts +2 -0
  226. package/node_modules/typebox/build/schema/meta/draft_3.mjs +143 -0
  227. package/node_modules/typebox/build/schema/meta/draft_4.d.mts +2 -0
  228. package/node_modules/typebox/build/schema/meta/draft_4.mjs +149 -0
  229. package/node_modules/typebox/build/schema/meta/draft_6.d.mts +2 -0
  230. package/node_modules/typebox/build/schema/meta/draft_6.mjs +155 -0
  231. package/node_modules/typebox/build/schema/meta/draft_7.d.mts +2 -0
  232. package/node_modules/typebox/build/schema/meta/draft_7.mjs +172 -0
  233. package/node_modules/typebox/build/schema/meta/index.d.mts +2 -0
  234. package/node_modules/typebox/build/schema/meta/index.mjs +2 -0
  235. package/node_modules/typebox/build/schema/meta/meta.d.mts +9 -0
  236. package/node_modules/typebox/build/schema/meta/meta.mjs +15 -0
  237. package/node_modules/typebox/build/schema/meta/schema.d.mts +6 -0
  238. package/node_modules/typebox/build/schema/meta/schema.mjs +1 -0
  239. package/node_modules/typebox/build/schema/parse.d.mts +1 -0
  240. package/node_modules/typebox/build/schema/parse.mjs +10 -5
  241. package/node_modules/typebox/build/schema/resolve/resolve.d.mts +8 -3
  242. package/node_modules/typebox/build/schema/resolve/resolve.mjs +268 -139
  243. package/node_modules/typebox/build/schema/schema.d.mts +2 -0
  244. package/node_modules/typebox/build/schema/schema.mjs +2 -0
  245. package/node_modules/typebox/build/value/errors/errors.d.mts +2 -12
  246. package/node_modules/typebox/build/value/errors/errors.mjs +2 -7
  247. package/node_modules/typebox/package.json +1 -1
  248. package/node_modules/typebox/readme.md +59 -89
  249. package/node_modules/zod/README.md +27 -0
  250. package/node_modules/zod/compile.cjs +77 -0
  251. package/node_modules/zod/compile.d.cts +1 -0
  252. package/node_modules/zod/compile.d.ts +1 -0
  253. package/node_modules/zod/compile.js +52 -0
  254. package/node_modules/zod/index.cjs +2 -2
  255. package/node_modules/zod/index.d.cts +1 -2
  256. package/node_modules/zod/index.d.ts +1 -2
  257. package/node_modules/zod/index.js +5 -2
  258. package/node_modules/zod/package.json +13 -2
  259. package/node_modules/zod/src/compile.ts +56 -0
  260. package/node_modules/zod/src/index.ts +5 -2
  261. package/node_modules/zod/src/v3/ZodError.ts +22 -12
  262. package/node_modules/zod/src/v3/tests/error.test.ts +35 -0
  263. package/node_modules/zod/src/v3/tests/intersection.test.ts +18 -0
  264. package/node_modules/zod/src/v3/tests/language-server.test.ts +1 -2
  265. package/node_modules/zod/src/v3/tests/object.test.ts +3 -6
  266. package/node_modules/zod/src/v3/tests/readonly.test.ts +0 -80
  267. package/node_modules/zod/src/v3/tests/string.test.ts +6 -0
  268. package/node_modules/zod/src/v3/types.ts +5 -5
  269. package/node_modules/zod/src/v4/classic/checks.ts +1 -0
  270. package/node_modules/zod/src/v4/classic/compat.ts +26 -18
  271. package/node_modules/zod/src/v4/classic/deep-partial.ts +76 -0
  272. package/node_modules/zod/src/v4/classic/errors.ts +59 -44
  273. package/node_modules/zod/src/v4/classic/external.ts +12 -9
  274. package/node_modules/zod/src/v4/classic/from-json-schema.ts +140 -78
  275. package/node_modules/zod/src/v4/classic/in-out.ts +45 -0
  276. package/node_modules/zod/src/v4/classic/index.ts +2 -2
  277. package/node_modules/zod/src/v4/classic/iso.ts +2 -72
  278. package/node_modules/zod/src/v4/classic/parse.ts +10 -4
  279. package/node_modules/zod/src/v4/classic/schemas.ts +452 -262
  280. package/node_modules/zod/src/v4/classic/tests/apply.test.ts +27 -0
  281. package/node_modules/zod/src/v4/classic/tests/array.test.ts +2 -2
  282. package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +135 -0
  283. package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +30 -1
  284. package/node_modules/zod/src/v4/classic/tests/catch.test.ts +278 -0
  285. package/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +1 -2
  286. package/node_modules/zod/src/v4/classic/tests/codec.test.ts +2 -1
  287. package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +2 -2
  288. package/node_modules/zod/src/v4/classic/tests/credit-card.test.ts +76 -0
  289. package/node_modules/zod/src/v4/classic/tests/cyclic-data.test.ts +720 -0
  290. package/node_modules/zod/src/v4/classic/tests/date.test.ts +30 -0
  291. package/node_modules/zod/src/v4/classic/tests/datetime.test.ts +32 -18
  292. package/node_modules/zod/src/v4/classic/tests/deep-partial.test.ts +380 -0
  293. package/node_modules/zod/src/v4/classic/tests/default-locale.test.ts +32 -0
  294. package/node_modules/zod/src/v4/classic/tests/default.test.ts +46 -0
  295. package/node_modules/zod/src/v4/classic/tests/detached-methods.test.ts +31 -7
  296. package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +155 -13
  297. package/node_modules/zod/src/v4/classic/tests/enum.test.ts +11 -0
  298. package/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +112 -2
  299. package/node_modules/zod/src/v4/classic/tests/error.test.ts +274 -6
  300. package/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +425 -10
  301. package/node_modules/zod/src/v4/classic/tests/function.test.ts +31 -0
  302. package/node_modules/zod/src/v4/classic/tests/global-config.test.ts +2 -9
  303. package/node_modules/zod/src/v4/classic/tests/hash.test.ts +1 -2
  304. package/node_modules/zod/src/v4/classic/tests/in-out.test.ts +159 -0
  305. package/node_modules/zod/src/v4/classic/tests/index.test.ts +21 -2
  306. package/node_modules/zod/src/v4/classic/tests/instance-footprint.test.ts +281 -0
  307. package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +47 -0
  308. package/node_modules/zod/src/v4/classic/tests/intersection.test.ts +136 -0
  309. package/node_modules/zod/src/v4/classic/tests/issue-schema.test.ts +183 -0
  310. package/node_modules/zod/src/v4/classic/tests/jitless-allows-eval.test.ts +3 -10
  311. package/node_modules/zod/src/v4/classic/tests/lazy.test.ts +36 -1
  312. package/node_modules/zod/src/v4/classic/tests/literal.test.ts +12 -1
  313. package/node_modules/zod/src/v4/classic/tests/map.test.ts +12 -0
  314. package/node_modules/zod/src/v4/classic/tests/number.test.ts +46 -9
  315. package/node_modules/zod/src/v4/classic/tests/object.test.ts +245 -12
  316. package/node_modules/zod/src/v4/classic/tests/optin-ladder.test.ts +234 -0
  317. package/node_modules/zod/src/v4/classic/tests/optional.test.ts +49 -16
  318. package/node_modules/zod/src/v4/classic/tests/partial.test.ts +51 -4
  319. package/node_modules/zod/src/v4/classic/tests/preprocess-types.test.ts +20 -2
  320. package/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -68
  321. package/node_modules/zod/src/v4/classic/tests/record.test.ts +186 -18
  322. package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +33 -2
  323. package/node_modules/zod/src/v4/classic/tests/redos.test.ts +68 -0
  324. package/node_modules/zod/src/v4/classic/tests/refine.test.ts +60 -0
  325. package/node_modules/zod/src/v4/classic/tests/set.test.ts +9 -0
  326. package/node_modules/zod/src/v4/classic/tests/string.test.ts +127 -5
  327. package/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +18 -0
  328. package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +11 -2
  329. package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +1585 -173
  330. package/node_modules/zod/src/v4/classic/tests/tuple.test.ts +45 -30
  331. package/node_modules/zod/src/v4/classic/tests/union.test.ts +39 -2
  332. package/node_modules/zod/src/v4/classic/tests/validate.test.ts +76 -0
  333. package/node_modules/zod/src/v4/classic/tests/validations.test.ts +2 -2
  334. package/node_modules/zod/src/v4/core/api.ts +48 -12
  335. package/node_modules/zod/src/v4/core/checks.ts +57 -44
  336. package/node_modules/zod/src/v4/core/compile.ts +2188 -0
  337. package/node_modules/zod/src/v4/core/core.ts +98 -19
  338. package/node_modules/zod/src/v4/core/doc.ts +11 -7
  339. package/node_modules/zod/src/v4/core/errors.ts +115 -24
  340. package/node_modules/zod/src/v4/core/index.ts +3 -0
  341. package/node_modules/zod/src/v4/core/json-schema-generator.ts +6 -1
  342. package/node_modules/zod/src/v4/core/json-schema-processors.ts +257 -93
  343. package/node_modules/zod/src/v4/core/json-schema.ts +2 -1
  344. package/node_modules/zod/src/v4/core/memoizer.ts +284 -0
  345. package/node_modules/zod/src/v4/core/parse.ts +131 -38
  346. package/node_modules/zod/src/v4/core/regexes.ts +30 -13
  347. package/node_modules/zod/src/v4/core/registries.ts +2 -2
  348. package/node_modules/zod/src/v4/core/schemas.ts +759 -461
  349. package/node_modules/zod/src/v4/core/tests/compile-differential.test.ts +969 -0
  350. package/node_modules/zod/src/v4/core/tests/compile-global.test.ts +89 -0
  351. package/node_modules/zod/src/v4/core/tests/compile-off-by-default.test.ts +26 -0
  352. package/node_modules/zod/src/v4/core/tests/compile-stats.test.ts +34 -0
  353. package/node_modules/zod/src/v4/core/tests/compile.test.ts +1639 -0
  354. package/node_modules/zod/src/v4/core/tests/locales/el.test.ts +1 -2
  355. package/node_modules/zod/src/v4/core/tests/locales/es.test.ts +1 -2
  356. package/node_modules/zod/src/v4/core/tests/locales/fr.test.ts +3 -3
  357. package/node_modules/zod/src/v4/core/tests/locales/parity.test.ts +42 -0
  358. package/node_modules/zod/src/v4/core/tests/locales/tk.test.ts +69 -0
  359. package/node_modules/zod/src/v4/core/tests/treeshake.test.ts +51 -0
  360. package/node_modules/zod/src/v4/core/tests/url-no-canparse.test.ts +31 -0
  361. package/node_modules/zod/src/v4/core/to-json-schema.ts +275 -42
  362. package/node_modules/zod/src/v4/core/util.ts +268 -42
  363. package/node_modules/zod/src/v4/core/versions.ts +2 -2
  364. package/node_modules/zod/src/v4/core/visit.ts +193 -0
  365. package/node_modules/zod/src/v4/index.ts +3 -3
  366. package/node_modules/zod/src/v4/locales/ar.ts +3 -0
  367. package/node_modules/zod/src/v4/locales/az.ts +3 -0
  368. package/node_modules/zod/src/v4/locales/be.ts +10 -0
  369. package/node_modules/zod/src/v4/locales/bg.ts +3 -0
  370. package/node_modules/zod/src/v4/locales/bn.ts +121 -0
  371. package/node_modules/zod/src/v4/locales/ca.ts +3 -0
  372. package/node_modules/zod/src/v4/locales/ckb.ts +138 -0
  373. package/node_modules/zod/src/v4/locales/cs.ts +3 -0
  374. package/node_modules/zod/src/v4/locales/da.ts +5 -2
  375. package/node_modules/zod/src/v4/locales/de.ts +3 -0
  376. package/node_modules/zod/src/v4/locales/el.ts +1 -0
  377. package/node_modules/zod/src/v4/locales/en.ts +15 -4
  378. package/node_modules/zod/src/v4/locales/eo.ts +3 -0
  379. package/node_modules/zod/src/v4/locales/es.ts +2 -0
  380. package/node_modules/zod/src/v4/locales/fa.ts +3 -0
  381. package/node_modules/zod/src/v4/locales/fi.ts +3 -0
  382. package/node_modules/zod/src/v4/locales/fr-CA.ts +3 -0
  383. package/node_modules/zod/src/v4/locales/fr.ts +19 -14
  384. package/node_modules/zod/src/v4/locales/gu.ts +121 -0
  385. package/node_modules/zod/src/v4/locales/he.ts +6 -1
  386. package/node_modules/zod/src/v4/locales/hi.ts +124 -0
  387. package/node_modules/zod/src/v4/locales/hr.ts +2 -0
  388. package/node_modules/zod/src/v4/locales/hu.ts +3 -0
  389. package/node_modules/zod/src/v4/locales/hy.ts +9 -0
  390. package/node_modules/zod/src/v4/locales/id.ts +3 -0
  391. package/node_modules/zod/src/v4/locales/index.ts +10 -0
  392. package/node_modules/zod/src/v4/locales/is.ts +3 -0
  393. package/node_modules/zod/src/v4/locales/it.ts +3 -0
  394. package/node_modules/zod/src/v4/locales/ja.ts +3 -0
  395. package/node_modules/zod/src/v4/locales/ka.ts +3 -0
  396. package/node_modules/zod/src/v4/locales/km.ts +3 -0
  397. package/node_modules/zod/src/v4/locales/kn.ts +124 -0
  398. package/node_modules/zod/src/v4/locales/ko.ts +3 -0
  399. package/node_modules/zod/src/v4/locales/lt.ts +2 -0
  400. package/node_modules/zod/src/v4/locales/mk.ts +3 -0
  401. package/node_modules/zod/src/v4/locales/ms.ts +3 -0
  402. package/node_modules/zod/src/v4/locales/ne.ts +126 -0
  403. package/node_modules/zod/src/v4/locales/nl.ts +3 -0
  404. package/node_modules/zod/src/v4/locales/nn.ts +119 -0
  405. package/node_modules/zod/src/v4/locales/no.ts +5 -2
  406. package/node_modules/zod/src/v4/locales/ota.ts +3 -0
  407. package/node_modules/zod/src/v4/locales/pl.ts +3 -0
  408. package/node_modules/zod/src/v4/locales/ps.ts +3 -0
  409. package/node_modules/zod/src/v4/locales/pt-BR.ts +159 -0
  410. package/node_modules/zod/src/v4/locales/pt.ts +99 -58
  411. package/node_modules/zod/src/v4/locales/ro.ts +1 -0
  412. package/node_modules/zod/src/v4/locales/ru.ts +10 -0
  413. package/node_modules/zod/src/v4/locales/sk.ts +121 -0
  414. package/node_modules/zod/src/v4/locales/sl.ts +3 -0
  415. package/node_modules/zod/src/v4/locales/sv.ts +5 -2
  416. package/node_modules/zod/src/v4/locales/ta.ts +3 -0
  417. package/node_modules/zod/src/v4/locales/th.ts +3 -0
  418. package/node_modules/zod/src/v4/locales/tk.ts +111 -0
  419. package/node_modules/zod/src/v4/locales/tr.ts +3 -0
  420. package/node_modules/zod/src/v4/locales/uk.ts +3 -0
  421. package/node_modules/zod/src/v4/locales/ur.ts +3 -0
  422. package/node_modules/zod/src/v4/locales/uz.ts +1 -0
  423. package/node_modules/zod/src/v4/locales/vi.ts +3 -0
  424. package/node_modules/zod/src/v4/locales/yo.ts +3 -0
  425. package/node_modules/zod/src/v4/locales/zh-CN.ts +3 -0
  426. package/node_modules/zod/src/v4/locales/zh-TW.ts +3 -0
  427. package/node_modules/zod/src/v4/mini/checks.ts +1 -0
  428. package/node_modules/zod/src/v4/mini/deep-partial.ts +73 -0
  429. package/node_modules/zod/src/v4/mini/external.ts +10 -1
  430. package/node_modules/zod/src/v4/mini/in-out.ts +45 -0
  431. package/node_modules/zod/src/v4/mini/parse.ts +2 -0
  432. package/node_modules/zod/src/v4/mini/schemas.ts +135 -56
  433. package/node_modules/zod/src/v4/mini/tests/apply.test.ts +33 -0
  434. package/node_modules/zod/src/v4/mini/tests/assignability.test.ts +62 -1
  435. package/node_modules/zod/src/v4/mini/tests/checks.test.ts +14 -0
  436. package/node_modules/zod/src/v4/mini/tests/codec.test.ts +35 -1
  437. package/node_modules/zod/src/v4/mini/tests/cyclic-data.test.ts +84 -0
  438. package/node_modules/zod/src/v4/mini/tests/deep-partial.test.ts +54 -0
  439. package/node_modules/zod/src/v4/mini/tests/error.test.ts +23 -4
  440. package/node_modules/zod/src/v4/mini/tests/functions.test.ts +9 -0
  441. package/node_modules/zod/src/v4/mini/tests/index.test.ts +72 -5
  442. package/node_modules/zod/src/v4/mini/tests/number.test.ts +14 -0
  443. package/node_modules/zod/src/v4/mini/tests/object.test.ts +65 -0
  444. package/node_modules/zod/src/v4/mini/tests/string.test.ts +21 -0
  445. package/node_modules/zod/v3/ZodError.cjs +22 -12
  446. package/node_modules/zod/v3/ZodError.d.cts +1 -1
  447. package/node_modules/zod/v3/ZodError.d.ts +1 -1
  448. package/node_modules/zod/v3/ZodError.js +22 -12
  449. package/node_modules/zod/v3/types.cjs +7 -5
  450. package/node_modules/zod/v3/types.js +7 -5
  451. package/node_modules/zod/v4/classic/checks.cjs +2 -1
  452. package/node_modules/zod/v4/classic/checks.d.cts +1 -1
  453. package/node_modules/zod/v4/classic/checks.d.ts +1 -1
  454. package/node_modules/zod/v4/classic/checks.js +1 -1
  455. package/node_modules/zod/v4/classic/compat.d.cts +9 -11
  456. package/node_modules/zod/v4/classic/compat.d.ts +9 -11
  457. package/node_modules/zod/v4/classic/deep-partial.cjs +39 -0
  458. package/node_modules/zod/v4/classic/deep-partial.d.cts +14 -0
  459. package/node_modules/zod/v4/classic/deep-partial.d.ts +14 -0
  460. package/node_modules/zod/v4/classic/deep-partial.js +13 -0
  461. package/node_modules/zod/v4/classic/errors.cjs +43 -34
  462. package/node_modules/zod/v4/classic/errors.d.cts +3 -4
  463. package/node_modules/zod/v4/classic/errors.d.ts +3 -4
  464. package/node_modules/zod/v4/classic/errors.js +43 -34
  465. package/node_modules/zod/v4/classic/external.cjs +30 -27
  466. package/node_modules/zod/v4/classic/external.d.cts +5 -2
  467. package/node_modules/zod/v4/classic/external.d.ts +5 -2
  468. package/node_modules/zod/v4/classic/external.js +5 -8
  469. package/node_modules/zod/v4/classic/from-json-schema.cjs +136 -75
  470. package/node_modules/zod/v4/classic/from-json-schema.js +136 -75
  471. package/node_modules/zod/v4/classic/in-out.cjs +63 -0
  472. package/node_modules/zod/v4/classic/in-out.d.cts +8 -0
  473. package/node_modules/zod/v4/classic/in-out.d.ts +8 -0
  474. package/node_modules/zod/v4/classic/in-out.js +36 -0
  475. package/node_modules/zod/v4/classic/index.cjs +2 -2
  476. package/node_modules/zod/v4/classic/index.d.cts +1 -2
  477. package/node_modules/zod/v4/classic/index.d.ts +1 -2
  478. package/node_modules/zod/v4/classic/index.js +2 -2
  479. package/node_modules/zod/v4/classic/iso.cjs +11 -22
  480. package/node_modules/zod/v4/classic/iso.d.cts +2 -17
  481. package/node_modules/zod/v4/classic/iso.d.ts +2 -17
  482. package/node_modules/zod/v4/classic/iso.js +2 -17
  483. package/node_modules/zod/v4/classic/parse.cjs +4 -1
  484. package/node_modules/zod/v4/classic/parse.d.cts +17 -4
  485. package/node_modules/zod/v4/classic/parse.d.ts +17 -4
  486. package/node_modules/zod/v4/classic/parse.js +1 -0
  487. package/node_modules/zod/v4/classic/schemas.cjs +498 -398
  488. package/node_modules/zod/v4/classic/schemas.d.cts +53 -18
  489. package/node_modules/zod/v4/classic/schemas.d.ts +53 -18
  490. package/node_modules/zod/v4/classic/schemas.js +492 -396
  491. package/node_modules/zod/v4/core/api.cjs +23 -4
  492. package/node_modules/zod/v4/core/api.d.cts +13 -9
  493. package/node_modules/zod/v4/core/api.d.ts +13 -9
  494. package/node_modules/zod/v4/core/api.js +21 -4
  495. package/node_modules/zod/v4/core/checks.cjs +37 -31
  496. package/node_modules/zod/v4/core/checks.d.cts +13 -13
  497. package/node_modules/zod/v4/core/checks.d.ts +13 -13
  498. package/node_modules/zod/v4/core/checks.js +37 -31
  499. package/node_modules/zod/v4/core/compile.cjs +1813 -0
  500. package/node_modules/zod/v4/core/compile.d.cts +51 -0
  501. package/node_modules/zod/v4/core/compile.d.ts +51 -0
  502. package/node_modules/zod/v4/core/compile.js +1783 -0
  503. package/node_modules/zod/v4/core/core.cjs +81 -18
  504. package/node_modules/zod/v4/core/core.d.cts +16 -4
  505. package/node_modules/zod/v4/core/core.d.ts +16 -4
  506. package/node_modules/zod/v4/core/core.js +82 -19
  507. package/node_modules/zod/v4/core/doc.cjs +5 -7
  508. package/node_modules/zod/v4/core/doc.d.cts +3 -1
  509. package/node_modules/zod/v4/core/doc.d.ts +3 -1
  510. package/node_modules/zod/v4/core/doc.js +5 -7
  511. package/node_modules/zod/v4/core/errors.cjs +110 -25
  512. package/node_modules/zod/v4/core/errors.d.cts +4 -0
  513. package/node_modules/zod/v4/core/errors.d.ts +4 -0
  514. package/node_modules/zod/v4/core/errors.js +110 -25
  515. package/node_modules/zod/v4/core/index.cjs +5 -1
  516. package/node_modules/zod/v4/core/index.d.cts +3 -0
  517. package/node_modules/zod/v4/core/index.d.ts +3 -0
  518. package/node_modules/zod/v4/core/index.js +3 -0
  519. package/node_modules/zod/v4/core/json-schema-generator.cjs +4 -0
  520. package/node_modules/zod/v4/core/json-schema-generator.d.cts +2 -2
  521. package/node_modules/zod/v4/core/json-schema-generator.d.ts +2 -2
  522. package/node_modules/zod/v4/core/json-schema-generator.js +4 -0
  523. package/node_modules/zod/v4/core/json-schema-processors.cjs +264 -95
  524. package/node_modules/zod/v4/core/json-schema-processors.js +243 -97
  525. package/node_modules/zod/v4/core/json-schema.d.cts +2 -1
  526. package/node_modules/zod/v4/core/json-schema.d.ts +2 -1
  527. package/node_modules/zod/v4/core/memoizer.cjs +272 -0
  528. package/node_modules/zod/v4/core/memoizer.d.cts +15 -0
  529. package/node_modules/zod/v4/core/memoizer.d.ts +15 -0
  530. package/node_modules/zod/v4/core/memoizer.js +265 -0
  531. package/node_modules/zod/v4/core/parse.cjs +96 -34
  532. package/node_modules/zod/v4/core/parse.d.cts +14 -11
  533. package/node_modules/zod/v4/core/parse.d.ts +14 -11
  534. package/node_modules/zod/v4/core/parse.js +94 -33
  535. package/node_modules/zod/v4/core/regexes.cjs +27 -15
  536. package/node_modules/zod/v4/core/regexes.d.cts +2 -0
  537. package/node_modules/zod/v4/core/regexes.d.ts +2 -0
  538. package/node_modules/zod/v4/core/regexes.js +24 -13
  539. package/node_modules/zod/v4/core/registries.js +2 -2
  540. package/node_modules/zod/v4/core/schemas.cjs +537 -326
  541. package/node_modules/zod/v4/core/schemas.d.cts +100 -31
  542. package/node_modules/zod/v4/core/schemas.d.ts +100 -31
  543. package/node_modules/zod/v4/core/schemas.js +526 -325
  544. package/node_modules/zod/v4/core/to-json-schema.cjs +242 -39
  545. package/node_modules/zod/v4/core/to-json-schema.d.cts +42 -3
  546. package/node_modules/zod/v4/core/to-json-schema.d.ts +42 -3
  547. package/node_modules/zod/v4/core/to-json-schema.js +241 -39
  548. package/node_modules/zod/v4/core/util.cjs +212 -31
  549. package/node_modules/zod/v4/core/util.d.cts +58 -1
  550. package/node_modules/zod/v4/core/util.d.ts +58 -1
  551. package/node_modules/zod/v4/core/util.js +202 -30
  552. package/node_modules/zod/v4/core/versions.cjs +2 -2
  553. package/node_modules/zod/v4/core/versions.d.cts +1 -1
  554. package/node_modules/zod/v4/core/versions.d.ts +1 -1
  555. package/node_modules/zod/v4/core/versions.js +2 -2
  556. package/node_modules/zod/v4/core/visit.cjs +195 -0
  557. package/node_modules/zod/v4/core/visit.d.cts +30 -0
  558. package/node_modules/zod/v4/core/visit.d.ts +30 -0
  559. package/node_modules/zod/v4/core/visit.js +169 -0
  560. package/node_modules/zod/v4/index.cjs +15 -5
  561. package/node_modules/zod/v4/index.d.cts +2 -2
  562. package/node_modules/zod/v4/index.d.ts +2 -2
  563. package/node_modules/zod/v4/index.js +3 -2
  564. package/node_modules/zod/v4/locales/ar.cjs +3 -0
  565. package/node_modules/zod/v4/locales/ar.js +3 -0
  566. package/node_modules/zod/v4/locales/az.cjs +3 -0
  567. package/node_modules/zod/v4/locales/az.js +3 -0
  568. package/node_modules/zod/v4/locales/be.cjs +10 -0
  569. package/node_modules/zod/v4/locales/be.js +10 -0
  570. package/node_modules/zod/v4/locales/bg.cjs +3 -0
  571. package/node_modules/zod/v4/locales/bg.js +3 -0
  572. package/node_modules/zod/v4/locales/bn.cjs +138 -0
  573. package/node_modules/zod/v4/locales/bn.d.cts +5 -0
  574. package/node_modules/zod/v4/locales/bn.d.ts +4 -0
  575. package/node_modules/zod/v4/locales/bn.js +111 -0
  576. package/node_modules/zod/v4/locales/ca.cjs +3 -0
  577. package/node_modules/zod/v4/locales/ca.js +3 -0
  578. package/node_modules/zod/v4/locales/ckb.cjs +158 -0
  579. package/node_modules/zod/v4/locales/ckb.d.cts +5 -0
  580. package/node_modules/zod/v4/locales/ckb.d.ts +4 -0
  581. package/node_modules/zod/v4/locales/ckb.js +131 -0
  582. package/node_modules/zod/v4/locales/cs.cjs +3 -0
  583. package/node_modules/zod/v4/locales/cs.js +3 -0
  584. package/node_modules/zod/v4/locales/da.cjs +5 -2
  585. package/node_modules/zod/v4/locales/da.js +5 -2
  586. package/node_modules/zod/v4/locales/de.cjs +3 -0
  587. package/node_modules/zod/v4/locales/de.js +3 -0
  588. package/node_modules/zod/v4/locales/el.cjs +1 -0
  589. package/node_modules/zod/v4/locales/el.js +1 -0
  590. package/node_modules/zod/v4/locales/en.cjs +14 -4
  591. package/node_modules/zod/v4/locales/en.js +14 -4
  592. package/node_modules/zod/v4/locales/eo.cjs +3 -0
  593. package/node_modules/zod/v4/locales/eo.js +3 -0
  594. package/node_modules/zod/v4/locales/es.cjs +2 -0
  595. package/node_modules/zod/v4/locales/es.js +2 -0
  596. package/node_modules/zod/v4/locales/fa.cjs +3 -0
  597. package/node_modules/zod/v4/locales/fa.js +3 -0
  598. package/node_modules/zod/v4/locales/fi.cjs +3 -0
  599. package/node_modules/zod/v4/locales/fi.js +3 -0
  600. package/node_modules/zod/v4/locales/fr-CA.cjs +3 -0
  601. package/node_modules/zod/v4/locales/fr-CA.js +3 -0
  602. package/node_modules/zod/v4/locales/fr.cjs +16 -14
  603. package/node_modules/zod/v4/locales/fr.js +16 -14
  604. package/node_modules/zod/v4/locales/gu.cjs +138 -0
  605. package/node_modules/zod/v4/locales/gu.d.cts +5 -0
  606. package/node_modules/zod/v4/locales/gu.d.ts +4 -0
  607. package/node_modules/zod/v4/locales/gu.js +111 -0
  608. package/node_modules/zod/v4/locales/he.cjs +5 -0
  609. package/node_modules/zod/v4/locales/he.js +5 -0
  610. package/node_modules/zod/v4/locales/hi.cjs +136 -0
  611. package/node_modules/zod/v4/locales/hi.d.cts +5 -0
  612. package/node_modules/zod/v4/locales/hi.d.ts +4 -0
  613. package/node_modules/zod/v4/locales/hi.js +109 -0
  614. package/node_modules/zod/v4/locales/hr.cjs +2 -0
  615. package/node_modules/zod/v4/locales/hr.js +2 -0
  616. package/node_modules/zod/v4/locales/hu.cjs +3 -0
  617. package/node_modules/zod/v4/locales/hu.js +3 -0
  618. package/node_modules/zod/v4/locales/hy.cjs +9 -0
  619. package/node_modules/zod/v4/locales/hy.js +9 -0
  620. package/node_modules/zod/v4/locales/id.cjs +3 -0
  621. package/node_modules/zod/v4/locales/id.js +3 -0
  622. package/node_modules/zod/v4/locales/index.cjs +22 -2
  623. package/node_modules/zod/v4/locales/index.d.cts +10 -0
  624. package/node_modules/zod/v4/locales/index.d.ts +10 -0
  625. package/node_modules/zod/v4/locales/index.js +10 -0
  626. package/node_modules/zod/v4/locales/is.cjs +3 -0
  627. package/node_modules/zod/v4/locales/is.js +3 -0
  628. package/node_modules/zod/v4/locales/it.cjs +3 -0
  629. package/node_modules/zod/v4/locales/it.js +3 -0
  630. package/node_modules/zod/v4/locales/ja.cjs +3 -0
  631. package/node_modules/zod/v4/locales/ja.js +3 -0
  632. package/node_modules/zod/v4/locales/ka.cjs +3 -0
  633. package/node_modules/zod/v4/locales/ka.js +3 -0
  634. package/node_modules/zod/v4/locales/km.cjs +3 -0
  635. package/node_modules/zod/v4/locales/km.js +3 -0
  636. package/node_modules/zod/v4/locales/kn.cjs +141 -0
  637. package/node_modules/zod/v4/locales/kn.d.cts +5 -0
  638. package/node_modules/zod/v4/locales/kn.d.ts +4 -0
  639. package/node_modules/zod/v4/locales/kn.js +114 -0
  640. package/node_modules/zod/v4/locales/ko.cjs +3 -0
  641. package/node_modules/zod/v4/locales/ko.js +3 -0
  642. package/node_modules/zod/v4/locales/lt.cjs +2 -0
  643. package/node_modules/zod/v4/locales/lt.js +2 -0
  644. package/node_modules/zod/v4/locales/mk.cjs +3 -0
  645. package/node_modules/zod/v4/locales/mk.js +3 -0
  646. package/node_modules/zod/v4/locales/ms.cjs +3 -0
  647. package/node_modules/zod/v4/locales/ms.js +3 -0
  648. package/node_modules/zod/v4/locales/ne.cjs +136 -0
  649. package/node_modules/zod/v4/locales/ne.d.cts +5 -0
  650. package/node_modules/zod/v4/locales/ne.d.ts +4 -0
  651. package/node_modules/zod/v4/locales/ne.js +109 -0
  652. package/node_modules/zod/v4/locales/nl.cjs +3 -0
  653. package/node_modules/zod/v4/locales/nl.js +3 -0
  654. package/node_modules/zod/v4/locales/nn.cjs +138 -0
  655. package/node_modules/zod/v4/locales/nn.d.cts +5 -0
  656. package/node_modules/zod/v4/locales/nn.d.ts +4 -0
  657. package/node_modules/zod/v4/locales/nn.js +111 -0
  658. package/node_modules/zod/v4/locales/no.cjs +5 -2
  659. package/node_modules/zod/v4/locales/no.js +5 -2
  660. package/node_modules/zod/v4/locales/ota.cjs +3 -0
  661. package/node_modules/zod/v4/locales/ota.js +3 -0
  662. package/node_modules/zod/v4/locales/pl.cjs +3 -0
  663. package/node_modules/zod/v4/locales/pl.js +3 -0
  664. package/node_modules/zod/v4/locales/ps.cjs +3 -0
  665. package/node_modules/zod/v4/locales/ps.js +3 -0
  666. package/node_modules/zod/v4/locales/pt-BR.cjs +168 -0
  667. package/node_modules/zod/v4/locales/pt-BR.d.cts +5 -0
  668. package/node_modules/zod/v4/locales/pt-BR.d.ts +4 -0
  669. package/node_modules/zod/v4/locales/pt-BR.js +141 -0
  670. package/node_modules/zod/v4/locales/pt.cjs +87 -55
  671. package/node_modules/zod/v4/locales/pt.js +87 -55
  672. package/node_modules/zod/v4/locales/ro.cjs +1 -0
  673. package/node_modules/zod/v4/locales/ro.js +1 -0
  674. package/node_modules/zod/v4/locales/ru.cjs +10 -0
  675. package/node_modules/zod/v4/locales/ru.js +10 -0
  676. package/node_modules/zod/v4/locales/sk.cjs +141 -0
  677. package/node_modules/zod/v4/locales/sk.d.cts +5 -0
  678. package/node_modules/zod/v4/locales/sk.d.ts +4 -0
  679. package/node_modules/zod/v4/locales/sk.js +114 -0
  680. package/node_modules/zod/v4/locales/sl.cjs +3 -0
  681. package/node_modules/zod/v4/locales/sl.js +3 -0
  682. package/node_modules/zod/v4/locales/sv.cjs +5 -2
  683. package/node_modules/zod/v4/locales/sv.js +5 -2
  684. package/node_modules/zod/v4/locales/ta.cjs +3 -0
  685. package/node_modules/zod/v4/locales/ta.js +3 -0
  686. package/node_modules/zod/v4/locales/th.cjs +3 -0
  687. package/node_modules/zod/v4/locales/th.js +3 -0
  688. package/node_modules/zod/v4/locales/tk.cjs +132 -0
  689. package/node_modules/zod/v4/locales/tk.d.cts +5 -0
  690. package/node_modules/zod/v4/locales/tk.d.ts +4 -0
  691. package/node_modules/zod/v4/locales/tk.js +105 -0
  692. package/node_modules/zod/v4/locales/tr.cjs +3 -0
  693. package/node_modules/zod/v4/locales/tr.js +3 -0
  694. package/node_modules/zod/v4/locales/uk.cjs +3 -0
  695. package/node_modules/zod/v4/locales/uk.js +3 -0
  696. package/node_modules/zod/v4/locales/ur.cjs +3 -0
  697. package/node_modules/zod/v4/locales/ur.js +3 -0
  698. package/node_modules/zod/v4/locales/uz.cjs +1 -0
  699. package/node_modules/zod/v4/locales/uz.js +1 -0
  700. package/node_modules/zod/v4/locales/vi.cjs +3 -0
  701. package/node_modules/zod/v4/locales/vi.js +3 -0
  702. package/node_modules/zod/v4/locales/yo.cjs +3 -0
  703. package/node_modules/zod/v4/locales/yo.js +3 -0
  704. package/node_modules/zod/v4/locales/zh-CN.cjs +3 -0
  705. package/node_modules/zod/v4/locales/zh-CN.js +3 -0
  706. package/node_modules/zod/v4/locales/zh-TW.cjs +3 -0
  707. package/node_modules/zod/v4/locales/zh-TW.js +3 -0
  708. package/node_modules/zod/v4/mini/checks.cjs +2 -1
  709. package/node_modules/zod/v4/mini/checks.d.cts +1 -1
  710. package/node_modules/zod/v4/mini/checks.d.ts +1 -1
  711. package/node_modules/zod/v4/mini/checks.js +1 -1
  712. package/node_modules/zod/v4/mini/deep-partial.cjs +39 -0
  713. package/node_modules/zod/v4/mini/deep-partial.d.cts +14 -0
  714. package/node_modules/zod/v4/mini/deep-partial.d.ts +14 -0
  715. package/node_modules/zod/v4/mini/deep-partial.js +13 -0
  716. package/node_modules/zod/v4/mini/external.cjs +12 -1
  717. package/node_modules/zod/v4/mini/external.d.cts +5 -2
  718. package/node_modules/zod/v4/mini/external.d.ts +5 -2
  719. package/node_modules/zod/v4/mini/external.js +3 -1
  720. package/node_modules/zod/v4/mini/in-out.cjs +63 -0
  721. package/node_modules/zod/v4/mini/in-out.d.cts +8 -0
  722. package/node_modules/zod/v4/mini/in-out.d.ts +8 -0
  723. package/node_modules/zod/v4/mini/in-out.js +36 -0
  724. package/node_modules/zod/v4/mini/parse.cjs +3 -1
  725. package/node_modules/zod/v4/mini/parse.d.cts +1 -1
  726. package/node_modules/zod/v4/mini/parse.d.ts +1 -1
  727. package/node_modules/zod/v4/mini/parse.js +1 -1
  728. package/node_modules/zod/v4/mini/schemas.cjs +75 -47
  729. package/node_modules/zod/v4/mini/schemas.d.cts +43 -13
  730. package/node_modules/zod/v4/mini/schemas.d.ts +43 -13
  731. package/node_modules/zod/v4/mini/schemas.js +71 -45
  732. package/openclaw.plugin.json +25 -58
  733. package/package.json +10 -7
  734. package/dist/targets-BTQCYRZQ.js +0 -48
  735. package/node_modules/zod/src/v4/core/config.ts +0 -15
  736. /package/dist/{audio-preflight.runtime-BBfC9elv.js → .setup/audio-preflight.runtime-BBfC9elv.mjs} +0 -0
  737. /package/dist/{doctor-contract-w6FpMypv.js → .setup/doctor-contract-w6FpMypv.mjs} +0 -0
  738. /package/dist/{json-response-DXajw_FU.js → .setup/json-response-DXajw_FU.mjs} +0 -0
  739. /package/dist/{rolldown-runtime-8H4AJuhK.js → .setup/rolldown-runtime-8H4AJuhK.mjs} +0 -0
  740. /package/dist/{runtime-C5JxBWZp.js → .setup/runtime-C5JxBWZp.mjs} +0 -0
  741. /package/dist/{secret-contract-BCpDLdg9.js → .setup/secret-contract-BCpDLdg9.mjs} +0 -0
  742. /package/dist/{security-audit-shared-CK5rVR-1.js → .setup/security-audit-shared-CK5rVR-1.mjs} +0 -0
  743. /package/dist/{thread-bindings-BiL1wGqK.js → .setup/thread-bindings-BiL1wGqK.mjs} +0 -0
@@ -0,0 +1,1639 @@
1
+ import { expect, test } from "vitest";
2
+
3
+ import * as z from "../../index.js";
4
+ import { ZodCompileAsyncError, ZodCompileUnsupportedError, compile } from "../compile.js";
5
+
6
+ // Differential helper: assert compiled schema matches the original on a value.
7
+ function expectMatch(schema: z.ZodType, value: unknown) {
8
+ const compiled = compile(schema);
9
+ const original = schema.safeParse(value);
10
+ const fast = compiled.safeParse(value);
11
+
12
+ expect(fast.success).toBe(original.success);
13
+ if (original.success && fast.success) {
14
+ expect(fast.data).toEqual(original.data);
15
+ } else if (!original.success && !fast.success) {
16
+ expect(fast.error.issues).toEqual(original.error.issues);
17
+ }
18
+ }
19
+
20
+ // Parse and assert success; return the parsed data for further assertions.
21
+ function valid<T extends z.ZodType>(schema: T, value: unknown): z.output<T> {
22
+ const result = schema.safeParse(value);
23
+ if (!result.success) {
24
+ throw new Error(`expected success, got issues: ${JSON.stringify(result.error.issues)}`);
25
+ }
26
+ return result.data;
27
+ }
28
+
29
+ // Parse and assert failure.
30
+ function invalid(schema: z.ZodType, value: unknown) {
31
+ const result = schema.safeParse(value);
32
+ expect(result.success).toBe(false);
33
+ }
34
+
35
+ // === Primitives ===
36
+
37
+ test("string", () => {
38
+ const aot = compile(z.string());
39
+ expect(valid(aot, "hello")).toBe("hello");
40
+ expect(valid(aot, "")).toBe("");
41
+ invalid(aot, 123);
42
+ invalid(aot, null);
43
+ invalid(aot, undefined);
44
+ });
45
+
46
+ test("number", () => {
47
+ const aot = compile(z.number());
48
+ expect(valid(aot, 123)).toBe(123);
49
+ expect(valid(aot, 0)).toBe(0);
50
+ expect(valid(aot, -5.5)).toBe(-5.5);
51
+ invalid(aot, Number.NaN); // z.number() rejects NaN
52
+ invalid(aot, Number.POSITIVE_INFINITY); // z.number() rejects Infinity
53
+ invalid(aot, Number.NEGATIVE_INFINITY);
54
+ invalid(aot, "123");
55
+ invalid(aot, null);
56
+ });
57
+
58
+ test("boolean", () => {
59
+ const aot = compile(z.boolean());
60
+ expect(valid(aot, true)).toBe(true);
61
+ expect(valid(aot, false)).toBe(false);
62
+ invalid(aot, 1);
63
+ invalid(aot, "true");
64
+ });
65
+
66
+ test("bigint", () => {
67
+ const aot = compile(z.bigint());
68
+ expect(valid(aot, 123n)).toBe(123n);
69
+ expect(valid(aot, 0n)).toBe(0n);
70
+ invalid(aot, 123);
71
+ invalid(aot, "123");
72
+ });
73
+
74
+ test("symbol", () => {
75
+ const aot = compile(z.symbol());
76
+ const sym = Symbol();
77
+ expect(valid(aot, sym)).toBe(sym);
78
+ const namedSym = Symbol.for("test");
79
+ expect(valid(aot, namedSym)).toBe(namedSym);
80
+ invalid(aot, "symbol");
81
+ });
82
+
83
+ test("undefined", () => {
84
+ const aot = compile(z.undefined());
85
+ expect(valid(aot, undefined)).toBe(undefined);
86
+ invalid(aot, null);
87
+ invalid(aot, 0);
88
+ });
89
+
90
+ test("null", () => {
91
+ const aot = compile(z.null());
92
+ expect(valid(aot, null)).toBe(null);
93
+ invalid(aot, undefined);
94
+ invalid(aot, 0);
95
+ });
96
+
97
+ test("void", () => {
98
+ const aot = compile(z.void());
99
+ expect(valid(aot, undefined)).toBe(undefined);
100
+ invalid(aot, null);
101
+ invalid(aot, 0);
102
+ });
103
+
104
+ test("nan", () => {
105
+ const aot = compile(z.nan());
106
+ expect(Number.isNaN(valid(aot, Number.NaN))).toBe(true);
107
+ expect(Number.isNaN(valid(aot, Number.NaN))).toBe(true);
108
+ invalid(aot, 0);
109
+ invalid(aot, Number.POSITIVE_INFINITY);
110
+ invalid(aot, "NaN");
111
+ });
112
+
113
+ test("date", () => {
114
+ const aot = compile(z.date());
115
+ const d1 = new Date();
116
+ expect(valid(aot, d1)).toBe(d1);
117
+ const d2 = new Date(0);
118
+ expect(valid(aot, d2)).toBe(d2);
119
+ invalid(aot, new Date("invalid")); // Invalid date
120
+ invalid(aot, "2024-01-01");
121
+ invalid(aot, Date.now());
122
+ });
123
+
124
+ // === Special Types ===
125
+
126
+ test("any", () => {
127
+ const aot = compile(z.any());
128
+ expect(valid(aot, null)).toBe(null);
129
+ expect(valid(aot, undefined)).toBe(undefined);
130
+ expect(valid(aot, 123)).toBe(123);
131
+ expect(valid(aot, { nested: { deep: true } })).toEqual({ nested: { deep: true } });
132
+ });
133
+
134
+ test("unknown", () => {
135
+ const aot = compile(z.unknown());
136
+ expect(valid(aot, null)).toBe(null);
137
+ expect(valid(aot, undefined)).toBe(undefined);
138
+ expect(valid(aot, 123)).toBe(123);
139
+ });
140
+
141
+ test("never", () => {
142
+ const aot = compile(z.never());
143
+ invalid(aot, null);
144
+ invalid(aot, undefined);
145
+ invalid(aot, 123);
146
+ });
147
+
148
+ // === Literal ===
149
+
150
+ test("literal string", () => {
151
+ const aot = compile(z.literal("hello"));
152
+ expect(valid(aot, "hello")).toBe("hello");
153
+ invalid(aot, "Hello");
154
+ invalid(aot, "");
155
+ });
156
+
157
+ test("literal number", () => {
158
+ const aot = compile(z.literal(42));
159
+ expect(valid(aot, 42)).toBe(42);
160
+ invalid(aot, 43);
161
+ invalid(aot, "42");
162
+ });
163
+
164
+ test("literal boolean", () => {
165
+ const aot = compile(z.literal(true));
166
+ expect(valid(aot, true)).toBe(true);
167
+ invalid(aot, false);
168
+ });
169
+
170
+ test("literal null", () => {
171
+ const aot = compile(z.literal(null));
172
+ expect(valid(aot, null)).toBe(null);
173
+ invalid(aot, undefined);
174
+ });
175
+
176
+ test("literal bigint", () => {
177
+ const aot = compile(z.literal(100n));
178
+ expect(valid(aot, 100n)).toBe(100n);
179
+ invalid(aot, 100);
180
+ invalid(aot, 101n);
181
+ });
182
+
183
+ // === Enum ===
184
+
185
+ test("enum", () => {
186
+ const aot = compile(z.enum(["a", "b", "c"]));
187
+ expect(valid(aot, "a")).toBe("a");
188
+ expect(valid(aot, "b")).toBe("b");
189
+ expect(valid(aot, "c")).toBe("c");
190
+ invalid(aot, "d");
191
+ invalid(aot, "A");
192
+ invalid(aot, 1);
193
+ });
194
+
195
+ // === Wrapper Types ===
196
+
197
+ test("readonly", () => {
198
+ const aot = compile(z.readonly(z.string()));
199
+ expect(valid(aot, "hello")).toBe("hello");
200
+ invalid(aot, 123);
201
+ });
202
+
203
+ test("default", () => {
204
+ const aot = compile(z.string().default("hello"));
205
+ expect(valid(aot, "world")).toBe("world");
206
+ expect(valid(aot, undefined)).toBe("hello"); // default applies
207
+ invalid(aot, 123);
208
+ });
209
+
210
+ test("prefault", () => {
211
+ const aot = compile(z.string().trim().prefault(" hello "));
212
+ expect(valid(aot, "world")).toBe("world");
213
+ expect(valid(aot, undefined)).toBe("hello");
214
+ invalid(aot, 123);
215
+ });
216
+
217
+ test("nonoptional", () => {
218
+ const aot = compile(z.string().optional().nonoptional());
219
+ expect(valid(aot, "hello")).toBe("hello");
220
+ invalid(aot, undefined); // nonoptional rejects undefined
221
+ invalid(aot, 123);
222
+ });
223
+
224
+ test("nonoptional judges the inner's output, not its input", () => {
225
+ // An inner catch turns a *defined* input into undefined, which must still be rejected; an inner default turns an absent input into a value, which must be accepted. Testing the input alone got both backwards.
226
+ const caught = z
227
+ .string()
228
+ .min(2)
229
+ .max(8)
230
+ .prefault("abc")
231
+ .catch(undefined as any)
232
+ .optional()
233
+ .nonoptional();
234
+ for (const input of ["abc", "abcdefghij", "a", undefined]) expectMatch(caught, input);
235
+
236
+ expectMatch(
237
+ z
238
+ .string()
239
+ .transform(() => undefined)
240
+ .nonoptional(),
241
+ "s"
242
+ );
243
+ for (const input of [undefined, "y", 1]) expectMatch(z.string().default("x").nonoptional(), input);
244
+ });
245
+
246
+ test("a nonoptional object key whose inner supplies a value still needs the key", () => {
247
+ // The runtime separates an absent key from an explicit undefined here: absent fails, explicit undefined takes the default. The fast path has to as well.
248
+ const prop = z
249
+ .literal("lit")
250
+ .default("other" as any)
251
+ .optional()
252
+ .nonoptional();
253
+ const schema = z.object({ k1: prop });
254
+ expectMatch(schema, {});
255
+ expectMatch(schema, { k1: undefined });
256
+ expectMatch(schema, { k1: "lit" });
257
+ expectMatch(prop, undefined);
258
+ });
259
+
260
+ test("success", () => {
261
+ const aot = compile(z.success(z.string()));
262
+ expect(valid(aot, "hello")).toBe(true);
263
+ invalid(aot, 123);
264
+ expectMatch(z.success(z.string()), "hello");
265
+ expectMatch(z.success(z.string()), 123);
266
+ expectMatch(z.object({ ok: z.success(z.number()) }), { ok: 5 });
267
+ });
268
+
269
+ // === Optional & Nullable ===
270
+
271
+ test("optional", () => {
272
+ const aot = compile(z.optional(z.string()));
273
+ expect(valid(aot, "hello")).toBe("hello");
274
+ expect(valid(aot, undefined)).toBe(undefined);
275
+ invalid(aot, null);
276
+ invalid(aot, 123);
277
+ });
278
+
279
+ test("nullable", () => {
280
+ const aot = compile(z.nullable(z.string()));
281
+ expect(valid(aot, "hello")).toBe("hello");
282
+ expect(valid(aot, null)).toBe(null);
283
+ invalid(aot, undefined);
284
+ invalid(aot, 123);
285
+ });
286
+
287
+ // === Array ===
288
+
289
+ test("array of strings", () => {
290
+ const aot = compile(z.array(z.string()));
291
+ expect(valid(aot, [])).toEqual([]);
292
+ expect(valid(aot, ["a", "b"])).toEqual(["a", "b"]);
293
+ invalid(aot, [1, 2]);
294
+ invalid(aot, ["a", 1]);
295
+ invalid(aot, "not array");
296
+ });
297
+
298
+ test("array of objects", () => {
299
+ const aot = compile(z.array(z.object({ id: z.number() })));
300
+ expect(valid(aot, [{ id: 1 }, { id: 2 }])).toEqual([{ id: 1 }, { id: 2 }]);
301
+ invalid(aot, [{ id: "1" }]);
302
+ invalid(aot, [{}]);
303
+ });
304
+
305
+ // === Object ===
306
+
307
+ test("simple object", () => {
308
+ const aot = compile(z.object({ name: z.string(), age: z.number() }));
309
+ expect(valid(aot, { name: "Alice", age: 30 })).toEqual({ name: "Alice", age: 30 });
310
+ expect(valid(aot, { name: "Bob", age: 25, extra: true })).toEqual({ name: "Bob", age: 25 }); // strip mode
311
+ invalid(aot, { name: "Charlie" });
312
+ invalid(aot, { name: 123, age: 30 });
313
+ invalid(aot, null);
314
+ invalid(aot, []);
315
+ });
316
+
317
+ test("nested object", () => {
318
+ const aot = compile(
319
+ z.object({
320
+ user: z.object({
321
+ name: z.string(),
322
+ address: z.object({
323
+ city: z.string(),
324
+ }),
325
+ }),
326
+ })
327
+ );
328
+ expect(valid(aot, { user: { name: "Alice", address: { city: "NYC" } } })).toEqual({
329
+ user: { name: "Alice", address: { city: "NYC" } },
330
+ });
331
+ invalid(aot, { user: { name: "Alice", address: {} } });
332
+ });
333
+
334
+ test("object with optional property", () => {
335
+ const aot = compile(z.object({ name: z.string(), age: z.optional(z.number()) }));
336
+ expect(valid(aot, { name: "Alice" })).toEqual({ name: "Alice" });
337
+ expect(valid(aot, { name: "Alice", age: 30 })).toEqual({ name: "Alice", age: 30 });
338
+ expect(valid(aot, { name: "Alice", age: undefined })).toEqual({ name: "Alice", age: undefined });
339
+ invalid(aot, { name: "Alice", age: "30" });
340
+ });
341
+
342
+ test("object required undefined-accepting properties distinguish absence", () => {
343
+ const cases = [
344
+ z.object({ value: z.undefined() }),
345
+ z.object({ value: z.union([z.string(), z.undefined()]) }),
346
+ z.object({ value: z.any() }),
347
+ z.object({ value: z.unknown() }),
348
+ ];
349
+
350
+ for (const schema of cases) {
351
+ const aot = compile(schema);
352
+ invalid(aot, {});
353
+ expect(valid(aot, { value: undefined })).toEqual({ value: undefined });
354
+ }
355
+ });
356
+
357
+ test("strictObject", () => {
358
+ const aot = compile(z.strictObject({ name: z.string() }));
359
+ expect(valid(aot, { name: "Alice" })).toEqual({ name: "Alice" });
360
+ invalid(aot, { name: "Alice", extra: true });
361
+ invalid(aot, {});
362
+ });
363
+
364
+ test("strictObject with optional", () => {
365
+ const aot = compile(z.strictObject({ name: z.string(), age: z.optional(z.number()) }));
366
+ expect(valid(aot, { name: "Alice" })).toEqual({ name: "Alice" });
367
+ expect(valid(aot, { name: "Alice", age: 30 })).toEqual({ name: "Alice", age: 30 });
368
+ invalid(aot, { name: "Alice", extra: true });
369
+ });
370
+
371
+ test("looseObject", () => {
372
+ const aot = compile(z.looseObject({ name: z.string() }));
373
+ expect(valid(aot, { name: "Alice" })).toEqual({ name: "Alice" });
374
+ expect(valid(aot, { name: "Alice", extra: true })).toEqual({ name: "Alice", extra: true });
375
+ invalid(aot, {});
376
+ });
377
+
378
+ test("object with catchall", () => {
379
+ const aot = compile(z.object({ name: z.string() }).catchall(z.number()));
380
+ expect(valid(aot, { name: "Alice" })).toEqual({ name: "Alice" });
381
+ expect(valid(aot, { name: "Alice", age: 30 })).toEqual({ name: "Alice", age: 30 });
382
+ invalid(aot, { name: "Alice", age: "30" });
383
+ });
384
+
385
+ // === Matches Zod behavior ===
386
+
387
+ test("matches Zod: primitives", () => {
388
+ expectMatch(z.string(), "hello");
389
+ expectMatch(z.string(), 123);
390
+ expectMatch(z.number(), 123);
391
+ expectMatch(z.number(), Number.NaN);
392
+ expectMatch(z.boolean(), true);
393
+ expectMatch(z.boolean(), 1);
394
+ });
395
+
396
+ test("matches Zod: void/nan/date", () => {
397
+ expectMatch(z.void(), undefined);
398
+ expectMatch(z.void(), null);
399
+ expectMatch(z.nan(), Number.NaN);
400
+ expectMatch(z.nan(), 0);
401
+ expectMatch(z.date(), new Date());
402
+ expectMatch(z.date(), new Date("invalid"));
403
+ expectMatch(z.date(), "2024-01-01");
404
+ });
405
+
406
+ test("matches Zod: complex schema", () => {
407
+ const schema = z.strictObject({
408
+ id: z.number(),
409
+ name: z.string(),
410
+ tags: z.array(z.string()),
411
+ nested: z.object({
412
+ active: z.boolean(),
413
+ }),
414
+ });
415
+
416
+ expectMatch(schema, { id: 1, name: "test", tags: ["a"], nested: { active: true } });
417
+ expectMatch(schema, { id: 1, name: "test", tags: ["a"], nested: { active: true }, extra: "x" });
418
+ expectMatch(schema, { id: "1", name: "test", tags: ["a"], nested: { active: true } });
419
+ });
420
+
421
+ // === Checks ===
422
+
423
+ test("number min/max", () => {
424
+ const aot = compile(z.number().min(0).max(100));
425
+ expect(valid(aot, 50)).toBe(50);
426
+ expect(valid(aot, 0)).toBe(0);
427
+ expect(valid(aot, 100)).toBe(100);
428
+ invalid(aot, -1);
429
+ invalid(aot, 101);
430
+ });
431
+
432
+ test("number exclusive min/max", () => {
433
+ const aot = compile(z.number().gt(0).lt(100));
434
+ expect(valid(aot, 50)).toBe(50);
435
+ expect(valid(aot, 1)).toBe(1);
436
+ expect(valid(aot, 99)).toBe(99);
437
+ invalid(aot, 0);
438
+ invalid(aot, 100);
439
+ });
440
+
441
+ test("number int", () => {
442
+ const aot = compile(z.number().int());
443
+ expect(valid(aot, 5)).toBe(5);
444
+ expect(valid(aot, -10)).toBe(-10);
445
+ invalid(aot, 5.5);
446
+ });
447
+
448
+ test("number multipleOf", () => {
449
+ const aot = compile(z.number().multipleOf(5));
450
+ expect(valid(aot, 0)).toBe(0);
451
+ expect(valid(aot, 5)).toBe(5);
452
+ expect(valid(aot, 10)).toBe(10);
453
+ invalid(aot, 7);
454
+ });
455
+
456
+ test("string length checks", () => {
457
+ const aot = compile(z.string().min(3).max(10));
458
+ expect(valid(aot, "abc")).toBe("abc");
459
+ expect(valid(aot, "0123456789")).toBe("0123456789");
460
+ invalid(aot, "ab");
461
+ invalid(aot, "01234567890");
462
+ });
463
+
464
+ test("string exact length", () => {
465
+ const aot = compile(z.string().length(5));
466
+ expect(valid(aot, "hello")).toBe("hello");
467
+ invalid(aot, "hi");
468
+ invalid(aot, "toolong");
469
+ });
470
+
471
+ test("string regex", () => {
472
+ const aot = compile(z.string().regex(/^[a-z]+$/));
473
+ expect(valid(aot, "hello")).toBe("hello");
474
+ invalid(aot, "Hello");
475
+ invalid(aot, "hello123");
476
+ });
477
+
478
+ test("string startsWith/endsWith/includes", () => {
479
+ const aot = compile(z.string().startsWith("hello").endsWith("world").includes("beautiful"));
480
+ expect(valid(aot, "hello beautiful world")).toBe("hello beautiful world");
481
+ invalid(aot, "hello world");
482
+ invalid(aot, "beautiful world");
483
+ });
484
+
485
+ test("string lowercase/uppercase", () => {
486
+ const lower = compile(z.string().lowercase());
487
+ expect(valid(lower, "hello")).toBe("hello");
488
+ invalid(lower, "Hello");
489
+
490
+ const upper = compile(z.string().uppercase());
491
+ expect(valid(upper, "HELLO")).toBe("HELLO");
492
+ invalid(upper, "Hello");
493
+ });
494
+
495
+ test("array length checks", () => {
496
+ const aot = compile(z.array(z.number()).min(1).max(3));
497
+ expect(valid(aot, [1])).toEqual([1]);
498
+ expect(valid(aot, [1, 2, 3])).toEqual([1, 2, 3]);
499
+ invalid(aot, []);
500
+ invalid(aot, [1, 2, 3, 4]);
501
+ });
502
+
503
+ test("bigint min/max", () => {
504
+ const aot = compile(z.bigint().min(0n).max(100n));
505
+ expect(valid(aot, 50n)).toBe(50n);
506
+ expect(valid(aot, 0n)).toBe(0n);
507
+ invalid(aot, -1n);
508
+ invalid(aot, 101n);
509
+ });
510
+
511
+ test("matches Zod: checks", () => {
512
+ const schema = z
513
+ .string()
514
+ .min(3)
515
+ .max(10)
516
+ .regex(/^[a-z]+$/);
517
+ expectMatch(schema, "hello");
518
+ expectMatch(schema, "ab");
519
+ expectMatch(schema, "Hello");
520
+ expectMatch(schema, "toolongstring");
521
+ });
522
+
523
+ test("custom refine", () => {
524
+ const aot = compile(z.string().refine((x) => x.length > 3));
525
+ expect(valid(aot, "hello")).toBe("hello");
526
+ invalid(aot, "abc");
527
+ invalid(aot, "ab");
528
+ });
529
+
530
+ test("custom refine with object", () => {
531
+ const aot = compile(
532
+ z
533
+ .object({
534
+ password: z.string(),
535
+ confirm: z.string(),
536
+ })
537
+ .refine((data) => data.password === data.confirm)
538
+ );
539
+ expect(valid(aot, { password: "secret", confirm: "secret" })).toEqual({ password: "secret", confirm: "secret" });
540
+ invalid(aot, { password: "secret", confirm: "wrong" });
541
+ });
542
+
543
+ // === String Formats ===
544
+
545
+ test("email", () => {
546
+ const aot = compile(z.email());
547
+ expect(valid(aot, "test@example.com")).toBe("test@example.com");
548
+ expect(valid(aot, "user.name+tag@example.co.uk")).toBe("user.name+tag@example.co.uk");
549
+ invalid(aot, "invalid");
550
+ invalid(aot, "@example.com");
551
+ invalid(aot, 123);
552
+ });
553
+
554
+ test("uuid", () => {
555
+ const aot = compile(z.uuid());
556
+ expect(valid(aot, "550e8400-e29b-41d4-a716-446655440000")).toBe("550e8400-e29b-41d4-a716-446655440000");
557
+ expect(valid(aot, "00000000-0000-0000-0000-000000000000")).toBe("00000000-0000-0000-0000-000000000000");
558
+ invalid(aot, "not-a-uuid");
559
+ invalid(aot, "550e8400-e29b-41d4-a716");
560
+ });
561
+
562
+ test("url", () => {
563
+ const aot = compile(z.url());
564
+ expect(valid(aot, "https://example.com")).toBe("https://example.com");
565
+ expect(valid(aot, " https://example.com ")).toBe("https://example.com");
566
+ expect(valid(aot, "http://localhost:3000/path")).toBe("http://localhost:3000/path");
567
+ invalid(aot, "not a url");
568
+ invalid(aot, "example.com");
569
+ });
570
+
571
+ test("ipv4", () => {
572
+ const aot = compile(z.ipv4());
573
+ expect(valid(aot, "192.168.1.1")).toBe("192.168.1.1");
574
+ expect(valid(aot, "0.0.0.0")).toBe("0.0.0.0");
575
+ expect(valid(aot, "255.255.255.255")).toBe("255.255.255.255");
576
+ invalid(aot, "192.168.1");
577
+ invalid(aot, "256.0.0.0");
578
+ });
579
+
580
+ test("matches Zod: string formats", () => {
581
+ expectMatch(z.email(), "test@example.com");
582
+ expectMatch(z.email(), "invalid");
583
+ expectMatch(z.uuid(), "550e8400-e29b-41d4-a716-446655440000");
584
+ expectMatch(z.uuid(), "not-a-uuid");
585
+ // z.url() intentionally throws at compile time (see "url is unsupported").
586
+ });
587
+
588
+ // === Tuple ===
589
+
590
+ test("tuple basic", () => {
591
+ const aot = compile(z.tuple([z.string(), z.number()]));
592
+ expect(valid(aot, ["hello", 42])).toEqual(["hello", 42]);
593
+ invalid(aot, ["hello", "world"]);
594
+ invalid(aot, ["hello"]);
595
+ invalid(aot, ["hello", 42, "extra"]);
596
+ invalid(aot, {});
597
+ });
598
+
599
+ test("tuple with rest", () => {
600
+ const aot = compile(z.tuple([z.string(), z.number()]).rest(z.boolean()));
601
+ expect(valid(aot, ["hello", 42])).toEqual(["hello", 42]);
602
+ expect(valid(aot, ["hello", 42, true])).toEqual(["hello", 42, true]);
603
+ expect(valid(aot, ["hello", 42, true, false])).toEqual(["hello", 42, true, false]);
604
+ invalid(aot, ["hello", 42, "extra"]);
605
+ invalid(aot, ["hello"]);
606
+ });
607
+
608
+ test("tuple empty", () => {
609
+ const aot = compile(z.tuple([]));
610
+ expect(valid(aot, [])).toEqual([]);
611
+ invalid(aot, ["extra"]);
612
+ });
613
+
614
+ test("matches Zod: tuple", () => {
615
+ const schema = z.tuple([z.string(), z.number()]).rest(z.boolean());
616
+ expectMatch(schema, ["hello", 42]);
617
+ expectMatch(schema, ["hello", 42, true, false]);
618
+ expectMatch(schema, ["hello", 42, "not boolean"]);
619
+ expectMatch(schema, ["hello"]);
620
+ });
621
+
622
+ // === Union ===
623
+
624
+ test("union of primitives", () => {
625
+ const aot = compile(z.union([z.string(), z.number()]));
626
+ expect(valid(aot, "hello")).toBe("hello");
627
+ expect(valid(aot, 42)).toBe(42);
628
+ invalid(aot, true);
629
+ invalid(aot, null);
630
+ });
631
+
632
+ test("union of literals (Set optimization)", () => {
633
+ const aot = compile(z.union([z.literal("a"), z.literal("b"), z.literal("c")]));
634
+ expect(valid(aot, "a")).toBe("a");
635
+ expect(valid(aot, "b")).toBe("b");
636
+ expect(valid(aot, "c")).toBe("c");
637
+ invalid(aot, "d");
638
+ });
639
+
640
+ test("union single option", () => {
641
+ const aot = compile(z.union([z.string()]));
642
+ expect(valid(aot, "hello")).toBe("hello");
643
+ invalid(aot, 42);
644
+ });
645
+
646
+ test("union with objects", () => {
647
+ const aot = compile(
648
+ z.union([
649
+ z.object({ type: z.literal("a"), value: z.string() }),
650
+ z.object({ type: z.literal("b"), value: z.number() }),
651
+ ])
652
+ );
653
+ expect(valid(aot, { type: "a", value: "hello" })).toEqual({ type: "a", value: "hello" });
654
+ expect(valid(aot, { type: "b", value: 42 })).toEqual({ type: "b", value: 42 });
655
+ invalid(aot, { type: "a", value: 42 });
656
+ invalid(aot, { type: "c", value: "hello" });
657
+ });
658
+
659
+ test("matches Zod: union", () => {
660
+ const schema = z.union([z.string(), z.number(), z.null()]);
661
+ expectMatch(schema, "hello");
662
+ expectMatch(schema, 42);
663
+ expectMatch(schema, null);
664
+ expectMatch(schema, true);
665
+ expectMatch(schema, undefined);
666
+ });
667
+
668
+ // === Intersection ===
669
+
670
+ test("intersection of objects", () => {
671
+ const aot = compile(z.intersection(z.object({ name: z.string() }), z.object({ age: z.number() })));
672
+ expect(valid(aot, { name: "Alice", age: 30 })).toEqual({ name: "Alice", age: 30 });
673
+ invalid(aot, { name: "Alice" });
674
+ invalid(aot, { age: 30 });
675
+ });
676
+
677
+ test("intersection deep merge", () => {
678
+ const aot = compile(
679
+ z.intersection(z.object({ nested: z.object({ a: z.string() }) }), z.object({ nested: z.object({ b: z.number() }) }))
680
+ );
681
+ expect(valid(aot, { nested: { a: "x", b: 1 } })).toEqual({ nested: { a: "x", b: 1 } });
682
+ });
683
+
684
+ // === Record ===
685
+
686
+ test("record basic", () => {
687
+ const aot = compile(z.record(z.string(), z.number()));
688
+ expect(valid(aot, {})).toEqual({});
689
+ expect(valid(aot, { a: 1, b: 2 })).toEqual({ a: 1, b: 2 });
690
+ invalid(aot, { a: "hello" });
691
+ invalid(aot, null);
692
+ invalid(aot, []);
693
+ });
694
+
695
+ test("record with enum keys", () => {
696
+ // Records with enum/literal keys have exhaustive semantics: every enum value must be present in the input. Compile currently forces fallback for this case (see compile.ts generateRecordCheck), so behavior matches the runtime by delegation.
697
+ const aot = compile(z.record(z.enum(["a", "b"]), z.number()));
698
+ expect(valid(aot, { a: 1, b: 2 })).toEqual({ a: 1, b: 2 });
699
+ invalid(aot, { a: 1 }); // missing required key b
700
+ invalid(aot, { c: 3 }); // unknown key
701
+ });
702
+
703
+ test("matches Zod: record", () => {
704
+ const schema = z.record(z.string(), z.number());
705
+ expectMatch(schema, {});
706
+ expectMatch(schema, { a: 1, b: 2 });
707
+ expectMatch(schema, { a: "hello" });
708
+ });
709
+
710
+ // === Map ===
711
+
712
+ test("map basic", () => {
713
+ const aot = compile(z.map(z.string(), z.number()));
714
+ expect(valid(aot, new Map())).toEqual(new Map());
715
+ expect(
716
+ valid(
717
+ aot,
718
+ new Map([
719
+ ["a", 1],
720
+ ["b", 2],
721
+ ])
722
+ )
723
+ ).toEqual(
724
+ new Map([
725
+ ["a", 1],
726
+ ["b", 2],
727
+ ])
728
+ );
729
+ invalid(aot, new Map([["a", "hello"]]));
730
+ invalid(aot, new Map([[1, 1]]));
731
+ invalid(aot, {});
732
+ });
733
+
734
+ test("matches Zod: map", () => {
735
+ const schema = z.map(z.string(), z.number());
736
+ expectMatch(schema, new Map());
737
+ expectMatch(schema, new Map([["a", 1]]));
738
+ expectMatch(schema, new Map([["a", "hello"]]));
739
+ expectMatch(schema, {});
740
+ });
741
+
742
+ // === Set ===
743
+
744
+ test("set basic", () => {
745
+ const aot = compile(z.set(z.number()));
746
+ expect(valid(aot, new Set())).toEqual(new Set());
747
+ expect(valid(aot, new Set([1, 2, 3]))).toEqual(new Set([1, 2, 3]));
748
+ invalid(aot, new Set(["hello"]));
749
+ invalid(aot, []);
750
+ });
751
+
752
+ test("set size checks", () => {
753
+ const aot = compile(z.set(z.number()).min(1).max(3));
754
+ expect(valid(aot, new Set([1]))).toEqual(new Set([1]));
755
+ expect(valid(aot, new Set([1, 2, 3]))).toEqual(new Set([1, 2, 3]));
756
+ invalid(aot, new Set());
757
+ invalid(aot, new Set([1, 2, 3, 4]));
758
+ });
759
+
760
+ test("matches Zod: set", () => {
761
+ const schema = z.set(z.string());
762
+ expectMatch(schema, new Set());
763
+ expectMatch(schema, new Set(["a", "b"]));
764
+ expectMatch(schema, new Set([1, 2]));
765
+ expectMatch(schema, []);
766
+ });
767
+
768
+ // === Template Literal ===
769
+
770
+ test("template literal basic", () => {
771
+ const aot = compile(z.templateLiteral([z.literal("hello"), z.literal("-"), z.literal("world")]));
772
+ expect(valid(aot, "hello-world")).toBe("hello-world");
773
+ invalid(aot, "hello-world!");
774
+ invalid(aot, "helloworld");
775
+ invalid(aot, 123);
776
+ });
777
+
778
+ test("template literal with types", () => {
779
+ const aot = compile(z.templateLiteral(["user-", z.number()]));
780
+ expect(valid(aot, "user-123")).toBe("user-123");
781
+ expect(valid(aot, "user-0")).toBe("user-0");
782
+ invalid(aot, "user-abc");
783
+ invalid(aot, "admin-123");
784
+ });
785
+
786
+ test("matches Zod: template literal", () => {
787
+ const schema = z.templateLiteral(["id-", z.number()]);
788
+ expectMatch(schema, "id-123");
789
+ expectMatch(schema, "id-abc");
790
+ expectMatch(schema, "other-123");
791
+ });
792
+
793
+ // === Lazy ===
794
+
795
+ test("lazy basic", () => {
796
+ const aot = compile(z.lazy(() => z.string()));
797
+ expect(valid(aot, "hello")).toBe("hello");
798
+ invalid(aot, 123);
799
+ });
800
+
801
+ test("lazy recursive schemas are refused, and still parse through the runtime", () => {
802
+ interface Node {
803
+ value: string;
804
+ next?: Node | undefined;
805
+ }
806
+ const nodeSchema: z.ZodType<Node> = z.object({
807
+ value: z.string(),
808
+ next: z.lazy(() => nodeSchema).optional(),
809
+ });
810
+
811
+ // A recursive schema is re-entered by a single parse, which is how the runtime memoizer terminates input containing a reference cycle. That state is keyed on the parse context, and the fast path has none, so it declines the schema rather than following the cycle until the stack runs out.
812
+ expect(() => compile(nodeSchema, { strict: true })).toThrow(ZodCompileUnsupportedError);
813
+
814
+ expect(valid(nodeSchema, { value: "a" })).toEqual({ value: "a" });
815
+ expect(valid(nodeSchema, { value: "a", next: { value: "b" } })).toEqual({ value: "a", next: { value: "b" } });
816
+ invalid(nodeSchema, { value: "a", next: { value: 123 } });
817
+ invalid(nodeSchema, { value: 123 });
818
+
819
+ // The case the refusal exists for: cyclic input parses instead of crashing.
820
+ const cyclic: any = { value: "a" };
821
+ cyclic.next = cyclic;
822
+ expect(() => nodeSchema.parse(cyclic)).not.toThrow();
823
+ });
824
+
825
+ test("matches Zod: lazy", () => {
826
+ const schema = z.lazy(() => z.string());
827
+ expectMatch(schema, "hello");
828
+ expectMatch(schema, 123);
829
+ });
830
+
831
+ // === Pipe ===
832
+
833
+ test("pipe without transform", () => {
834
+ // Pipe with both schemas validating the same type
835
+ const aot = compile(z.string().pipe(z.string().min(3)));
836
+ expect(valid(aot, "hello")).toBe("hello");
837
+ invalid(aot, "ab");
838
+ invalid(aot, 123);
839
+ });
840
+
841
+ test("matches Zod: pipe without transform", () => {
842
+ const schema = z.string().pipe(z.string().min(3));
843
+ expectMatch(schema, "hello");
844
+ expectMatch(schema, "ab");
845
+ expectMatch(schema, 123);
846
+ });
847
+
848
+ // === Custom / Instanceof ===
849
+
850
+ test("instanceof", () => {
851
+ class MyClass {
852
+ value: number;
853
+ constructor(v: number) {
854
+ this.value = v;
855
+ }
856
+ }
857
+
858
+ const aot = compile(z.instanceof(MyClass));
859
+ const instance = new MyClass(1);
860
+ expect(valid(aot, instance)).toBe(instance);
861
+ invalid(aot, { value: 1 });
862
+ invalid(aot, null);
863
+ });
864
+
865
+ test("instanceof Date", () => {
866
+ const aot = compile(z.instanceof(Date));
867
+ const d = new Date();
868
+ expect(valid(aot, d)).toBe(d);
869
+ invalid(aot, "2024-01-01");
870
+ invalid(aot, {});
871
+ });
872
+
873
+ test("matches Zod: instanceof", () => {
874
+ class Test {}
875
+ const schema = z.instanceof(Test);
876
+ expectMatch(schema, new Test());
877
+ expectMatch(schema, {});
878
+ expectMatch(schema, null);
879
+ });
880
+
881
+ // === Bigint Format Checks ===
882
+
883
+ test("bigint int64 format", () => {
884
+ const aot = compile(z.int64());
885
+ expect(valid(aot, 0n)).toBe(0n);
886
+ expect(valid(aot, 9223372036854775807n)).toBe(9223372036854775807n);
887
+ expect(valid(aot, -9223372036854775808n)).toBe(-9223372036854775808n);
888
+ invalid(aot, 9223372036854775808n); // too big
889
+ invalid(aot, -9223372036854775809n); // too small
890
+ });
891
+
892
+ test("bigint uint64 format", () => {
893
+ const aot = compile(z.uint64());
894
+ expect(valid(aot, 0n)).toBe(0n);
895
+ expect(valid(aot, 18446744073709551615n)).toBe(18446744073709551615n);
896
+ invalid(aot, -1n); // negative
897
+ invalid(aot, 18446744073709551616n); // too big
898
+ });
899
+
900
+ test("matches Zod: bigint format", () => {
901
+ const schema = z.int64();
902
+ expectMatch(schema, 0n);
903
+ expectMatch(schema, 9223372036854775807n);
904
+ expectMatch(schema, 9223372036854775808n);
905
+ });
906
+
907
+ // === Nullish (combines optional + nullable) ===
908
+
909
+ test("nullish", () => {
910
+ const aot = compile(z.string().nullish());
911
+ expect(valid(aot, "hello")).toBe("hello");
912
+ expect(valid(aot, null)).toBe(null);
913
+ expect(valid(aot, undefined)).toBe(undefined);
914
+ invalid(aot, 123);
915
+ });
916
+
917
+ test("matches Zod: nullish", () => {
918
+ const schema = z.string().nullish();
919
+ expectMatch(schema, "hello");
920
+ expectMatch(schema, null);
921
+ expectMatch(schema, undefined);
922
+ expectMatch(schema, 123);
923
+ });
924
+
925
+ // === Codec (extends pipe with transform) ===
926
+ // Note: Codecs involve transforms, so AOT validates input and executes transforms.
927
+
928
+ test("codec validates and transforms", () => {
929
+ // stringbool is a codec from string to boolean
930
+ const aot = compile(z.stringbool());
931
+ expect(valid(aot, "true")).toBe(true);
932
+ expect(valid(aot, "false")).toBe(false);
933
+ expect(valid(aot, "1")).toBe(true);
934
+ expect(valid(aot, "0")).toBe(false);
935
+ invalid(aot, 123); // Not a string
936
+ invalid(aot, null);
937
+ });
938
+
939
+ // === SuperRefine ===
940
+
941
+ test("superRefine basic", () => {
942
+ const schema = z.string().superRefine((val, ctx) => {
943
+ if (val.length < 3) {
944
+ ctx.addIssue({ code: "custom", message: "Too short" });
945
+ }
946
+ });
947
+ const aot = compile(schema);
948
+ expect(valid(aot, "hello")).toBe("hello");
949
+ invalid(aot, "ab");
950
+ invalid(aot, 123);
951
+ });
952
+
953
+ test("superRefine with multiple issues", () => {
954
+ const schema = z.number().superRefine((val, ctx) => {
955
+ if (val < 0) ctx.addIssue({ code: "custom", message: "Must be positive" });
956
+ if (val > 100) ctx.addIssue({ code: "custom", message: "Must be <= 100" });
957
+ });
958
+ const aot = compile(schema);
959
+ expect(valid(aot, 50)).toBe(50);
960
+ invalid(aot, -1);
961
+ invalid(aot, 101);
962
+ });
963
+
964
+ test("matches Zod: superRefine", () => {
965
+ const schema = z.string().superRefine((val, ctx) => {
966
+ if (!val.includes("@")) {
967
+ ctx.addIssue({ code: "custom", message: "Must contain @" });
968
+ }
969
+ });
970
+ expectMatch(schema, "test@example.com");
971
+ expectMatch(schema, "invalid");
972
+ expectMatch(schema, 123);
973
+ });
974
+
975
+ // === Transform ===
976
+
977
+ test("transform basic", () => {
978
+ const schema = z.string().transform((val) => val.toUpperCase());
979
+ const aot = compile(schema);
980
+ expect(valid(aot, "hello")).toBe("HELLO"); // Transform succeeds
981
+ invalid(aot, 123); // Not a string (fails before transform)
982
+ });
983
+
984
+ test("transform with validation", () => {
985
+ const schema = z.string().transform((val, ctx) => {
986
+ if (val.length === 0) {
987
+ ctx.addIssue({ code: "custom", message: "Empty string" });
988
+ return z.NEVER;
989
+ }
990
+ return val.length;
991
+ });
992
+ const aot = compile(schema);
993
+ expect(valid(aot, "hello")).toBe(5);
994
+ invalid(aot, ""); // Transform adds issue
995
+ });
996
+
997
+ test("matches Zod: transform", () => {
998
+ const schema = z.string().transform((val) => val.length);
999
+ expectMatch(schema, "hello");
1000
+ expectMatch(schema, 123);
1001
+ });
1002
+
1003
+ // === Overwrite Checks (trim, toLowerCase, toUpperCase) ===
1004
+
1005
+ test("trim", () => {
1006
+ const schema = z.string().trim();
1007
+ const aot = compile(schema);
1008
+
1009
+ // AOT validates the input type and applies trim transform
1010
+ expect(valid(aot, " hello ")).toBe("hello");
1011
+ expect(valid(aot, "hello")).toBe("hello");
1012
+ expect(valid(aot, "")).toBe("");
1013
+ invalid(aot, 123);
1014
+ });
1015
+
1016
+ test("toLowerCase", () => {
1017
+ const schema = z.string().toLowerCase();
1018
+ const aot = compile(schema);
1019
+
1020
+ // AOT validates the input type and applies toLowerCase transform
1021
+ expect(valid(aot, "HELLO")).toBe("hello");
1022
+ expect(valid(aot, "hello")).toBe("hello");
1023
+ expect(valid(aot, "")).toBe("");
1024
+ invalid(aot, 123);
1025
+ });
1026
+
1027
+ test("toUpperCase", () => {
1028
+ const schema = z.string().toUpperCase();
1029
+ const aot = compile(schema);
1030
+
1031
+ // AOT validates the input type and applies toUpperCase transform
1032
+ expect(valid(aot, "hello")).toBe("HELLO");
1033
+ expect(valid(aot, "HELLO")).toBe("HELLO");
1034
+ expect(valid(aot, "")).toBe("");
1035
+ invalid(aot, 123);
1036
+ });
1037
+
1038
+ test("chained overwrites", () => {
1039
+ const schema = z.string().trim().toLowerCase();
1040
+ const aot = compile(schema);
1041
+
1042
+ // AOT validates the input type and applies transforms in order
1043
+ expect(valid(aot, " HELLO ")).toBe("hello");
1044
+ expect(valid(aot, "hello")).toBe("hello");
1045
+ expect(valid(aot, "")).toBe("");
1046
+ invalid(aot, 123);
1047
+ });
1048
+
1049
+ test("overwrite with validation", () => {
1050
+ const schema = z.string().trim().min(3);
1051
+ const aot = compile(schema);
1052
+
1053
+ // After trim, check min length
1054
+ expect(valid(aot, " hello ")).toBe("hello"); // "hello" length 5 >= 3
1055
+ expect(valid(aot, "hello")).toBe("hello");
1056
+ invalid(aot, " ab "); // "ab" length 2 < 3
1057
+ expect(valid(aot, "abc")).toBe("abc");
1058
+ invalid(aot, 123);
1059
+ });
1060
+
1061
+ test("matches Zod: trim", () => {
1062
+ const schema = z.string().trim();
1063
+ expectMatch(schema, " hello ");
1064
+ expectMatch(schema, "hello");
1065
+ expectMatch(schema, 123);
1066
+ });
1067
+
1068
+ test("matches Zod: toLowerCase", () => {
1069
+ const schema = z.string().toLowerCase();
1070
+ expectMatch(schema, "HELLO");
1071
+ expectMatch(schema, "hello");
1072
+ expectMatch(schema, 123);
1073
+ });
1074
+
1075
+ test("matches Zod: toUpperCase", () => {
1076
+ const schema = z.string().toUpperCase();
1077
+ expectMatch(schema, "hello");
1078
+ expectMatch(schema, "HELLO");
1079
+ expectMatch(schema, 123);
1080
+ });
1081
+
1082
+ test("matches Zod: chained overwrites", () => {
1083
+ const schema = z.string().trim().toLowerCase();
1084
+ expectMatch(schema, " HELLO ");
1085
+ expectMatch(schema, "hello");
1086
+ expectMatch(schema, 123);
1087
+ });
1088
+
1089
+ test("matches Zod: overwrite with validation", () => {
1090
+ const schema = z.string().trim().min(3);
1091
+ expectMatch(schema, " hello ");
1092
+ expectMatch(schema, " ab ");
1093
+ expectMatch(schema, "abc");
1094
+ expectMatch(schema, 123);
1095
+ });
1096
+
1097
+ // === Regressions tracking main ===
1098
+
1099
+ test("object catchall ignores __proto__ key (#5898)", () => {
1100
+ // Passthrough variant
1101
+ const loose = compile(z.looseObject({ name: z.string() }));
1102
+ const polluted = JSON.parse('{"name":"ok","__proto__":{"polluted":true}}');
1103
+ const out = valid(loose, polluted) as Record<string, unknown>;
1104
+ expect(Object.getPrototypeOf(out)).toBe(Object.prototype);
1105
+ expect((out as { polluted?: unknown }).polluted).toBeUndefined();
1106
+
1107
+ // Schema-typed catchall
1108
+ const typed = compile(z.object({ name: z.string() }).catchall(z.number()));
1109
+ const out2 = valid(typed, JSON.parse('{"name":"ok","extra":1}')) as Record<string, unknown>;
1110
+ expect(Object.getPrototypeOf(out2)).toBe(Object.prototype);
1111
+ });
1112
+
1113
+ test("multipleOf with sub-integer step uses float tolerance (#5793)", () => {
1114
+ const aot = compile(z.number().multipleOf(1e-7));
1115
+ expect(valid(aot, 0)).toBe(0);
1116
+ expect(valid(aot, 1e-7)).toBe(1e-7);
1117
+ expect(valid(aot, 3e-7)).toBe(3e-7);
1118
+ invalid(aot, 2.5e-7);
1119
+ invalid(aot, 1.5e-7);
1120
+ });
1121
+
1122
+ test("tuple with trailing optionals accepts short input (#5661)", () => {
1123
+ const schema = z.tuple([z.string(), z.number().optional()]);
1124
+ const aot = compile(schema);
1125
+ expect(valid(aot, ["a"])).toEqual(["a"]);
1126
+ expect(valid(aot, ["a", 1])).toEqual(["a", 1]);
1127
+ invalid(aot, []);
1128
+ invalid(aot, ["a", "b"]);
1129
+ invalid(aot, ["a", 1, "extra"]);
1130
+ });
1131
+
1132
+ test("tuple exactOptional rejects explicit undefined but accepts absence", () => {
1133
+ const aot = compile(z.tuple([z.string().exactOptional()]));
1134
+ expect(valid(aot, [])).toEqual([]);
1135
+ expect(valid(aot, ["x"])).toEqual(["x"]);
1136
+ invalid(aot, [undefined]);
1137
+ invalid(aot, [1]);
1138
+ });
1139
+
1140
+ test("tuple mixed required and exactOptional", () => {
1141
+ const aot = compile(z.tuple([z.number(), z.string().exactOptional(), z.boolean().exactOptional()]));
1142
+ expect(valid(aot, [1])).toEqual([1]);
1143
+ expect(valid(aot, [1, "x"])).toEqual([1, "x"]);
1144
+ expect(valid(aot, [1, "x", true])).toEqual([1, "x", true]);
1145
+ invalid(aot, []);
1146
+ invalid(aot, [1, undefined]);
1147
+ invalid(aot, [1, "x", undefined]);
1148
+ invalid(aot, [1, "x", true, "extra"]);
1149
+ });
1150
+
1151
+ test("tuple optional vs exactOptional differ on explicit undefined", () => {
1152
+ const opt = compile(z.tuple([z.string().optional()]));
1153
+ expect(valid(opt, [])).toEqual([]);
1154
+ expect(valid(opt, [undefined])).toEqual([undefined]);
1155
+
1156
+ const exact = compile(z.tuple([z.string().exactOptional()]));
1157
+ expect(valid(exact, [])).toEqual([]);
1158
+ invalid(exact, [undefined]);
1159
+ });
1160
+
1161
+ test("default() shallow-clones Map/Set/array/object (#5855)", () => {
1162
+ const mapSchema = z.map(z.string(), z.number()).default(new Map([["a", 1]]));
1163
+ const mapFn = compile(mapSchema);
1164
+ const m1 = valid(mapFn, undefined) as Map<string, number>;
1165
+ const m2 = valid(mapFn, undefined) as Map<string, number>;
1166
+ expect(m1).not.toBe(m2);
1167
+ m1.set("b", 2);
1168
+ expect(m2.has("b")).toBe(false);
1169
+
1170
+ const setSchema = z.set(z.string()).default(new Set(["x"]));
1171
+ const setFn = compile(setSchema);
1172
+ const s1 = valid(setFn, undefined) as Set<string>;
1173
+ const s2 = valid(setFn, undefined) as Set<string>;
1174
+ expect(s1).not.toBe(s2);
1175
+ });
1176
+
1177
+ test("multi-value literal accepts each value", () => {
1178
+ const aot = compile(z.literal(["a", "b", 1]));
1179
+ expect(valid(aot, "a")).toBe("a");
1180
+ expect(valid(aot, "b")).toBe("b");
1181
+ expect(valid(aot, 1)).toBe(1);
1182
+ invalid(aot, "c");
1183
+ invalid(aot, 2);
1184
+ });
1185
+
1186
+ // === Phase 1: schema-clone + fallback contract ===
1187
+
1188
+ test("compile returns a fresh clone; original schema is untouched", () => {
1189
+ const original = z.object({ name: z.string() });
1190
+ const originalRun = original._zod.run;
1191
+ const compiled = compile(original);
1192
+ expect(compiled).not.toBe(original);
1193
+ expect(original._zod.run).toBe(originalRun);
1194
+ expect(compiled._zod.run).not.toBe(originalRun);
1195
+ // shape def is shared by reference; cloning is structural at the top
1196
+ expect(compiled._zod.def).toBe(original._zod.def);
1197
+ });
1198
+
1199
+ test("fallback produces ZodError identical to the original schema", () => {
1200
+ const schema = z.object({ name: z.string(), age: z.number().min(0) });
1201
+ const compiled = compile(schema);
1202
+ const cases: unknown[] = [
1203
+ { name: 123, age: 30 },
1204
+ { name: "ok", age: -5 },
1205
+ { name: "ok", age: "thirty" },
1206
+ null,
1207
+ [],
1208
+ { name: "ok" },
1209
+ ];
1210
+ for (const value of cases) {
1211
+ const a = schema.safeParse(value);
1212
+ const b = compiled.safeParse(value);
1213
+ expect(b.success).toBe(a.success);
1214
+ if (!a.success && !b.success) {
1215
+ expect(b.error.issues).toEqual(a.error.issues);
1216
+ }
1217
+ }
1218
+ });
1219
+
1220
+ test("fallback preserves instanceof class name in error message", () => {
1221
+ class User {}
1222
+ const schema = z.instanceof(User);
1223
+ const compiled = compile(schema);
1224
+ expect(compiled.safeParse(new User()).success).toBe(true);
1225
+ const bad = compiled.safeParse({});
1226
+ expect(bad.success).toBe(false);
1227
+ if (!bad.success) {
1228
+ // The error must come from the original schema's runtime, which captured `inst` referring to the original. Class name surfaces in the message.
1229
+ expect(bad.error.issues[0]?.message).toMatch(/User/);
1230
+ }
1231
+ });
1232
+
1233
+ test("compile bypasses fast path for backward direction (codec encode)", () => {
1234
+ const codec = z.stringbool();
1235
+ const compiled = compile(codec);
1236
+ expect(compiled.safeParse("true").data).toBe(true);
1237
+ expect(compiled.safeParse("false").data).toBe(false);
1238
+ expect(compiled.encode(true)).toBe("true");
1239
+ expect(compiled.encode(false)).toBe("false");
1240
+ });
1241
+
1242
+ test("compile bypasses fast path for safeParseAsync", async () => {
1243
+ const schema = z.string().min(3);
1244
+ const compiled = compile(schema);
1245
+ const r = await compiled.safeParseAsync("ok");
1246
+ expect(r.success).toBe(false);
1247
+ const ok = await compiled.safeParseAsync("hello");
1248
+ expect(ok.success).toBe(true);
1249
+ });
1250
+
1251
+ test("ZodCompileAsyncError thrown on async refinement", () => {
1252
+ const schema = z.string().refine(async () => true);
1253
+ expect(() => compile(schema, { strict: true })).toThrow(ZodCompileAsyncError);
1254
+ });
1255
+
1256
+ test("ZodCompileAsyncError thrown on async transform", () => {
1257
+ const schema = z.string().transform(async (s) => s.length);
1258
+ expect(() => compile(schema, { strict: true })).toThrow(ZodCompileAsyncError);
1259
+ });
1260
+
1261
+ test("compiled clone is composable inside another schema", () => {
1262
+ const inner = z.object({ name: z.string() });
1263
+ const compiledInner = compile(inner);
1264
+ const outer = z.object({ user: compiledInner, count: z.number() });
1265
+ const r = outer.safeParse({ user: { name: "ok" }, count: 1 });
1266
+ expect(r.success).toBe(true);
1267
+ if (r.success) expect(r.data).toEqual({ user: { name: "ok" }, count: 1 });
1268
+ const bad = outer.safeParse({ user: { name: 1 }, count: 1 });
1269
+ expect(bad.success).toBe(false);
1270
+ });
1271
+
1272
+ // === catch ===
1273
+
1274
+ test("catch over primitive", () => {
1275
+ const aot = compile(z.catch(z.string(), "fallback"));
1276
+ expect(valid(aot, "hello")).toBe("hello");
1277
+ expect(valid(aot, 123)).toBe("fallback");
1278
+ expect(valid(aot, undefined)).toBe("fallback");
1279
+ });
1280
+
1281
+ test("catch as object property", () => {
1282
+ const aot = compile(z.object({ name: z.catch(z.string(), "anon") }));
1283
+ expect(valid(aot, { name: "Alice" })).toEqual({ name: "Alice" });
1284
+ expect(valid(aot, { name: 123 })).toEqual({ name: "anon" });
1285
+ expect(valid(aot, {})).toEqual({ name: "anon" });
1286
+ });
1287
+
1288
+ test("a catch callback reading ctx is refused; a constant catch compiles", () => {
1289
+ // Finalizing the issues the callback sees depends on the caller's per-parse error map, which generated code never receives — the compiled path produced the default message where `.parse(input, { error })` produces the mapped one. Refuse it, so a union treats it as uncompilable rather than as a rejected branch.
1290
+ const reads = z.catch(z.string().min(5), (ctx) => `bad:${ctx.error.issues.length}`);
1291
+ expect(() => compile(reads, { strict: true })).toThrow(ZodCompileUnsupportedError);
1292
+ expect(reads.parse("hi")).toBe("bad:1");
1293
+ expect(reads.parse(42 as never)).toMatch(/^bad:\d+$/);
1294
+
1295
+ // A constant catch value needs no issues at all, so it keeps the fast path.
1296
+ const constant = compile(z.catch(z.string().min(5), "fb"));
1297
+ expect(valid(constant, "hello world")).toBe("hello world");
1298
+ expect(valid(constant, "hi")).toBe("fb");
1299
+ expect(valid(constant, 42)).toBe("fb");
1300
+ });
1301
+
1302
+ test("catch falls through unsupported inner via runtime island", () => {
1303
+ // Async refine in the inner makes the inner uncompilable, but catch should still compile by treating the whole catch as a runtime island.
1304
+ const aot = compile(z.catch(z.union([z.string(), z.number()]), "fb"));
1305
+ expect(valid(aot, "x")).toBe("x");
1306
+ expect(valid(aot, 1)).toBe(1);
1307
+ expect(valid(aot, true)).toBe("fb");
1308
+ });
1309
+
1310
+ // === IPv6 / CIDRv6 hoisted helpers ===
1311
+
1312
+ test("ipv6 compiled rejects regex-passing but URL-rejecting values", () => {
1313
+ const aot = compile(z.ipv6());
1314
+ expect(valid(aot, "::1")).toBe("::1");
1315
+ expect(valid(aot, "2001:db8::1")).toBe("2001:db8::1");
1316
+ // "0:0:0:0:0:0:0:1:1" matches the IPv6 regex but `new URL` rejects it.
1317
+ invalid(aot, "0:0:0:0:0:0:0:1:1");
1318
+ // Differential: confirm runtime and compiled agree on this fixture.
1319
+ expectMatch(z.ipv6(), "0:0:0:0:0:0:0:1:1");
1320
+ });
1321
+
1322
+ test("cidrv6 compiled validates prefix range and address", () => {
1323
+ const aot = compile(z.cidrv6());
1324
+ expect(valid(aot, "::1/128")).toBe("::1/128");
1325
+ invalid(aot, "::1/129");
1326
+ invalid(aot, "::1/-1");
1327
+ invalid(aot, "not-an-address/64");
1328
+ invalid(aot, "::1");
1329
+ expectMatch(z.cidrv6(), "::1/129");
1330
+ });
1331
+
1332
+ // === Runtime islands ===
1333
+
1334
+ test("runtime island falls through unsupported child inside object", () => {
1335
+ // z.xor (exclusive union) currently throws ZodCompileUnsupportedError. As an object property, the island should let the rest of the object compile.
1336
+ const aot = compile(
1337
+ z.object({
1338
+ label: z.string(),
1339
+ payload: z.xor([z.string(), z.number()]),
1340
+ })
1341
+ );
1342
+ expect(valid(aot, { label: "ok", payload: "x" })).toEqual({ label: "ok", payload: "x" });
1343
+ invalid(aot, { label: "ok", payload: true });
1344
+ invalid(aot, { label: 1, payload: "x" });
1345
+ });
1346
+
1347
+ test("runtime island inside array element", () => {
1348
+ const aot = compile(z.array(z.xor([z.string(), z.number()])));
1349
+ expect(valid(aot, ["a", 1, "b"])).toEqual(["a", 1, "b"]);
1350
+ invalid(aot, ["a", true]);
1351
+ });
1352
+
1353
+ test("url string-format check never assigns to its accessor", () => {
1354
+ // const accessor (array element): previously emitted `elem = normalized`,
1355
+ // a TypeError on valid input.
1356
+ const arr = compile(z.array(z.string().url()));
1357
+ expect(valid(arr, ["https://example.com"])).toEqual(["https://example.com"]);
1358
+ invalid(arr, ["not a url"]);
1359
+
1360
+ // property accessor: previously wrote the normalized value back into the caller's input object.
1361
+ const padded = " https://example.com ";
1362
+ const input = { u: padded };
1363
+ expectMatch(z.object({ u: z.string().url() }), input);
1364
+ expect(input.u).toBe(padded);
1365
+ });
1366
+
1367
+ test("lazy schemas with checked or defaulted descendants parse without crashing", () => {
1368
+ // Inner runtime run must receive a ctx — checks read ctx.skipChecks, default/transform read ctx.direction.
1369
+ const aot = compile(z.lazy(() => z.string().min(2)));
1370
+ expect(valid(aot, "abc")).toEqual("abc");
1371
+ invalid(aot, "a");
1372
+
1373
+ // Recursive, so the fast path declines it; the runtime still parses it.
1374
+ const tree: z.ZodType = z.lazy(() => z.object({ v: z.number().int(), kids: z.array(tree).default([]) }));
1375
+ expect(() => compile(tree, { strict: true })).toThrow(ZodCompileUnsupportedError);
1376
+ expect(valid(tree, { v: 1, kids: [{ v: 2 }] })).toEqual({ v: 1, kids: [{ v: 2, kids: [] }] });
1377
+ invalid(tree, { v: 1.5 });
1378
+ });
1379
+
1380
+ test("sync refine returning a Promise rejects like the runtime", () => {
1381
+ const schema = z.string().refine((() => Promise.resolve(true)) as unknown as (v: string) => boolean);
1382
+ const aot = compile(schema);
1383
+ let runtimeErr: string | undefined;
1384
+ let compiledErr: string | undefined;
1385
+ try {
1386
+ schema.parse("x");
1387
+ } catch (e) {
1388
+ runtimeErr = (e as Error).name;
1389
+ }
1390
+ try {
1391
+ aot.parse("x");
1392
+ } catch (e) {
1393
+ compiledErr = (e as Error).name;
1394
+ }
1395
+ expect(runtimeErr).toBeDefined();
1396
+ expect(compiledErr).toBe(runtimeErr);
1397
+ });
1398
+
1399
+ test("literal-union Set optimization respects checks and multi-value literals", () => {
1400
+ const withCheck = z.union([z.literal("a").refine(() => false), z.literal("b")]);
1401
+ expectMatch(withCheck, "a"); // runtime rejects via refine; compiled must too
1402
+ expectMatch(withCheck, "b");
1403
+
1404
+ const multi = z.union([z.literal(["a", "b"]), z.literal("c")]);
1405
+ for (const v of ["a", "b", "c", "d"]) expectMatch(multi, v);
1406
+ });
1407
+
1408
+ test("xor and custom when-gated checks force runtime fallback", () => {
1409
+ expect(() => compile(z.xor([z.string(), z.number()]), { strict: true })).toThrow(ZodCompileUnsupportedError);
1410
+ // Multi-match must reject — verified through the object island.
1411
+ expectMatch(z.object({ v: z.xor([z.number(), z.number().int()]) }), { v: 2 });
1412
+ expectMatch(z.object({ v: z.xor([z.number(), z.number().int()]) }), { v: 1.5 });
1413
+
1414
+ const gated = z.number().gt(5);
1415
+ (gated._zod.def.checks![0]!._zod.def as { when?: unknown }).when = () => false;
1416
+ expect(() => compile(gated, { strict: true })).toThrow(ZodCompileUnsupportedError);
1417
+ expectMatch(z.object({ n: gated }), { n: 3 }); // runtime skips the gated check
1418
+ });
1419
+
1420
+ test("strict objects reject inherited enumerable keys like the runtime", () => {
1421
+ const schema = z.strictObject({ a: z.string() });
1422
+ expectMatch(schema, Object.assign(Object.create({ extra: 1 }), { a: "x" }));
1423
+ expectMatch(schema, { a: "x" });
1424
+ // Own __proto__ keys are skipped by the runtime, not unrecognized.
1425
+ expectMatch(schema, JSON.parse('{"a":"x","__proto__":{"polluted":true}}'));
1426
+
1427
+ const withOptional = z.strictObject({ a: z.string(), b: z.string().optional() });
1428
+ expectMatch(withOptional, Object.assign(Object.create({ extra: 1 }), { a: "x" }));
1429
+ expectMatch(withOptional, JSON.parse('{"a":"x","__proto__":{}}'));
1430
+ });
1431
+
1432
+ test("object output parity: key order, undefined keys, inherited keys, getters", () => {
1433
+ // Loose object: shape keys precede unknown keys in the output.
1434
+ const loose = z.looseObject({ a: z.string() });
1435
+ const looseIn = { x: 1, a: "q", y: 2 };
1436
+ expect(Object.keys(compile(loose).parse(looseIn) as object)).toEqual(Object.keys(loose.parse(looseIn)));
1437
+
1438
+ const cat = z.object({ a: z.string() }).catchall(z.number());
1439
+ const catIn = { x: 1, a: "q" };
1440
+ expect(Object.keys(compile(cat).parse(catIn) as object)).toEqual(Object.keys(cat.parse(catIn)));
1441
+
1442
+ // optin-optional/optout-required prop: absent key omitted, explicit undefined preserved (runtime handlePropertyResult rule).
1443
+ const tf = z.object({
1444
+ a: z
1445
+ .string()
1446
+ .optional()
1447
+ .transform((v) => v),
1448
+ });
1449
+ expect("a" in (compile(tf).parse({}) as object)).toBe(false);
1450
+ expect("a" in tf.parse({})).toBe(false);
1451
+ const opt = z.object({ a: z.string().optional() });
1452
+ expect(Object.keys(compile(opt).parse({ a: undefined }) as object)).toEqual(["a"]);
1453
+
1454
+ // Empty-shape loose: inherited enumerable keys included, own __proto__ dropped.
1455
+ const empty = z.looseObject({});
1456
+ const inherited = Object.assign(Object.create({ extra: 1 }), { own: 2 });
1457
+ expect(compile(empty).parse(inherited)).toEqual({ own: 2, extra: 1 });
1458
+ expect(empty.parse(inherited)).toEqual({ own: 2, extra: 1 });
1459
+ const protoIn = JSON.parse('{"__proto__":{"polluted":1},"x":2}');
1460
+ expect(Object.keys(compile(empty).parse(protoIn) as object)).toEqual(Object.keys(empty.parse(protoIn)));
1461
+
1462
+ // Getters are read exactly once, like the runtime.
1463
+ let reads = 0;
1464
+ const getterIn = {
1465
+ get a() {
1466
+ reads++;
1467
+ return "v";
1468
+ },
1469
+ };
1470
+ expect(compile(z.object({ a: z.string().min(1) })).parse(getterIn)).toEqual({ a: "v" });
1471
+ expect(reads).toBe(1);
1472
+ });
1473
+
1474
+ // === Error taxonomy ===
1475
+
1476
+ test("unsupported features throw ZodCompileUnsupportedError, not raw errors", () => {
1477
+ // __proto__ shape key: output object literal would set the prototype.
1478
+ expect(() => compile(z.object({ ["__proto__"]: z.string() }), { strict: true })).toThrow(ZodCompileUnsupportedError);
1479
+ // Exclusive unions need every branch's failure to be a real runtime failure.
1480
+ expect(() => compile(z.xor([z.object({ a: z.string() }), z.object({ b: z.string() })]), { strict: true })).toThrow(
1481
+ ZodCompileUnsupportedError
1482
+ );
1483
+ // NaN comparison bounds can't compile to a faithful comparison.
1484
+ expect(() => compile(z.number().gt(Number.NaN), { strict: true })).toThrow(ZodCompileUnsupportedError);
1485
+ // A zero bigint divisor has no compiled form: `x % 0n` throws.
1486
+ expect(() => compile(z.bigint().multipleOf(BigInt(0)), { strict: true })).toThrow(ZodCompileUnsupportedError);
1487
+ // Unsupported children still island inside containers.
1488
+ const aot = compile(z.object({ a: z.string(), x: z.xor([z.literal("p"), z.literal("q")]) }));
1489
+ expect(valid(aot, { a: "x", x: "p" })).toEqual({ a: "x", x: "p" });
1490
+ invalid(aot, { a: "x", x: "z" });
1491
+ });
1492
+
1493
+ test("record key schemas compile: formats, checks, numbers, transforms", () => {
1494
+ // A string format lives on the def rather than in `checks`, so an email key schema reads as a bare `z.string()` unless the key path looks for it.
1495
+ for (const [schema, inputs] of [
1496
+ [z.record(z.email(), z.number()), [{ "a@b.com": 1 }, { nope: 1 }, {}]],
1497
+ [z.record(z.string().min(2), z.number()), [{ ab: 1 }, { a: 1 }]],
1498
+ [z.record(z.string().regex(/^k_/), z.number()), [{ k_a: 1 }, { x: 1 }]],
1499
+ // Numeric keys arrive stringified; the runtime retries them as numbers.
1500
+ [z.record(z.number(), z.string()), [{ 1: "a" }, { "1.5": "a" }, { x: "a" }]],
1501
+ [z.record(z.templateLiteral(["id_", z.string()]), z.number()), [{ id_a: 1 }, { b: 1 }]],
1502
+ // The key schema picks the output key, not the input key.
1503
+ [
1504
+ z.record(
1505
+ z
1506
+ .string()
1507
+ .min(1)
1508
+ .overwrite((s: string) => s.toUpperCase()),
1509
+ z.number()
1510
+ ),
1511
+ [{ ab: 1 }, { "": 1 }],
1512
+ ],
1513
+ ] as [z.ZodType, unknown[]][]) {
1514
+ for (const input of inputs) expectMatch(schema, input);
1515
+ }
1516
+
1517
+ // Own __proto__ is skipped rather than validated, matching the runtime.
1518
+ expectMatch(z.record(z.email(), z.number()), JSON.parse('{"__proto__":{"p":1},"a@b.com":1}'));
1519
+
1520
+ // Coercion is modelled nowhere, so a coercing key schema is refused outright rather than compiled to the bare type test it would otherwise become.
1521
+ expect(() => compile(z.record(z.coerce.string(), z.number()), { strict: true })).toThrow(ZodCompileUnsupportedError);
1522
+
1523
+ // A loose record keeps a rejected key verbatim, copying its value across unvalidated instead of failing.
1524
+ for (const input of [{ "a@b.com": 1 }, { nope: 1 }, { "a@b.com": 1, nope: "raw" }, { "a@b.com": "bad" }]) {
1525
+ expectMatch(z.looseRecord(z.email(), z.number()), input);
1526
+ }
1527
+ });
1528
+
1529
+ test("date min/max bounds compile with runtime parity", () => {
1530
+ const schema = z.date().min(new Date("2024-01-01")).max(new Date("2025-01-01"));
1531
+ const aot = compile(schema);
1532
+ const inputs = [new Date("2024-06-15"), new Date("2024-01-01"), new Date("2023-12-31"), new Date("2025-01-02")];
1533
+ for (const input of inputs) expectMatch(schema, input);
1534
+ expect(valid(aot, inputs[0])).toEqual(inputs[0]);
1535
+ invalid(aot, inputs[2]);
1536
+ });
1537
+
1538
+ test("the compiled fallback builds the same Error-shaped error as the runtime", () => {
1539
+ const schema = z.object({ a: z.string(), b: z.number() });
1540
+ const aot = compile(schema);
1541
+
1542
+ // both fast closures fall back to the runtime on rejection, so the error is the runtime's
1543
+ const err = aot.safeParse({ a: 1, b: "x" }).error!;
1544
+ expect(err).toBeInstanceOf(Error);
1545
+ expect(err).toBeInstanceOf(z.core.$ZodError);
1546
+ expect(err.issues).toEqual(schema.safeParse({ a: 1, b: "x" }).error!.issues);
1547
+
1548
+ function callSite() {
1549
+ aot.parse({ a: 1, b: "x" });
1550
+ }
1551
+
1552
+ let thrown: unknown;
1553
+ try {
1554
+ callSite();
1555
+ } catch (err) {
1556
+ thrown = err;
1557
+ }
1558
+ expect(thrown).toBeInstanceOf(Error);
1559
+ expect((thrown as Error).stack).toContain("callSite");
1560
+ });
1561
+
1562
+ // === Never throws ===
1563
+
1564
+ // Snapshot a parse outcome structurally, so a refused compile can be shown not to have disturbed it.
1565
+ function snap(schema: z.ZodType, value: unknown) {
1566
+ const r = schema.safeParse(value);
1567
+ return r.success ? { ok: true, data: r.data } : { ok: false, issues: r.error.issues };
1568
+ }
1569
+
1570
+ // Every shape the compiler refuses, with inputs that exercise the pass, fail and fallback branches of each.
1571
+ function refusedCases(): [string, z.ZodType, unknown[]][] {
1572
+ const gated = z.number().gt(5);
1573
+ (gated._zod.def.checks![0]!._zod.def as { when?: unknown }).when = () => false;
1574
+ const tree: z.ZodType = z.lazy(() => z.object({ v: z.number().int(), kids: z.array(tree).default([]) }));
1575
+
1576
+ return [
1577
+ ["cycle", tree, [{ v: 1, kids: [{ v: 2 }] }, { v: 1.5 }, "nope"]],
1578
+ ["async refine", z.string().refine(async () => true), ["a", 1]],
1579
+ ["async transform", z.string().transform(async (s) => s.length), ["a", 1]],
1580
+ ["async custom", z.custom(async () => true), ["a"]],
1581
+ ["xor", z.xor([z.string(), z.number()]), ["a", 1, true]],
1582
+ ["coerce", z.coerce.number(), ["5", 5, Symbol("x")]],
1583
+ ["catch callback", z.catch(z.string().min(5), (c) => `bad:${c.error.issues.length}`), ["hello world", "hi", 42]],
1584
+ ["when-gated check", gated, [3, 9, "x"]],
1585
+ ["__proto__ key", z.object({ ["__proto__"]: z.string() }), [{}, { a: 1 }]],
1586
+ ["NaN bound", z.number().gt(Number.NaN), [1, "x"]],
1587
+ ["zero bigint divisor", z.bigint().multipleOf(BigInt(0)), [BigInt(4), "x"]],
1588
+ ["coercing record key", z.record(z.coerce.string(), z.number()), [{ a: 1 }, { a: "x" }]],
1589
+ ];
1590
+ }
1591
+
1592
+ test("compile hands back the original schema instead of throwing", () => {
1593
+ for (const [name, schema] of refusedCases()) {
1594
+ expect(() => compile(schema, { strict: true }), name).toThrow();
1595
+ // No wrapper and no clone: the uncompilable schema is its own fallback, exactly as global mode leaves it.
1596
+ expect(compile(schema), name).toBe(schema);
1597
+ }
1598
+ });
1599
+
1600
+ test("a refused compile leaves the schema parsing identically", () => {
1601
+ for (const [name, schema, inputs] of refusedCases()) {
1602
+ // Async schemas throw $ZodAsyncError out of a sync parse; that path is covered separately.
1603
+ if (name.startsWith("async")) continue;
1604
+ const before = inputs.map((i) => snap(schema, i));
1605
+ compile(schema);
1606
+ expect(
1607
+ inputs.map((i) => snap(schema, i)),
1608
+ name
1609
+ ).toEqual(before);
1610
+ }
1611
+ });
1612
+
1613
+ test("a refused compile keeps cyclic input parsing", () => {
1614
+ const nodeSchema: z.ZodType = z.object({ value: z.string(), next: z.lazy(() => nodeSchema).optional() });
1615
+ const cyclic: any = { value: "a" };
1616
+ cyclic.next = cyclic;
1617
+ expect(() => compile(nodeSchema).parse(cyclic)).not.toThrow();
1618
+ });
1619
+
1620
+ test("a refused async compile parses async and rejects sync like the runtime", async () => {
1621
+ const schema = z.string().refine(async (s) => s.length > 1);
1622
+ const aot = compile(schema);
1623
+ expect(aot).toBe(schema);
1624
+
1625
+ await expect(aot.parseAsync("ab")).resolves.toBe("ab");
1626
+ const bad = await aot.safeParseAsync("a");
1627
+ expect(bad.success).toBe(false);
1628
+ expect(bad.error!.issues).toEqual((await schema.safeParseAsync("a")).error!.issues);
1629
+ expect(() => aot.parse("ab")).toThrow(z.core.$ZodAsyncError);
1630
+ });
1631
+
1632
+ test("strict is per-call, so a supported schema compiles either way", () => {
1633
+ const schema = z.object({ a: z.string(), b: z.number() });
1634
+ for (const aot of [compile(schema), compile(schema, { strict: true }), compile(schema, { strict: false })]) {
1635
+ expect(aot).not.toBe(schema);
1636
+ expect(valid(aot, { a: "x", b: 1 })).toEqual({ a: "x", b: 1 });
1637
+ invalid(aot, { a: 1, b: 1 });
1638
+ }
1639
+ });