@tickernelz/paperclip-pro-adapter-utils 2026.925.0

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 (1826) hide show
  1. package/README.md +37 -0
  2. package/dist/acpx-engine/cli.d.ts +2 -0
  3. package/dist/acpx-engine/cli.d.ts.map +1 -0
  4. package/dist/acpx-engine/cli.js +128 -0
  5. package/dist/acpx-engine/cli.js.map +1 -0
  6. package/dist/acpx-engine/composed-run-characterization.test.d.ts +2 -0
  7. package/dist/acpx-engine/composed-run-characterization.test.d.ts.map +1 -0
  8. package/dist/acpx-engine/composed-run-characterization.test.js +739 -0
  9. package/dist/acpx-engine/composed-run-characterization.test.js.map +1 -0
  10. package/dist/acpx-engine/constants.d.ts +20 -0
  11. package/dist/acpx-engine/constants.d.ts.map +1 -0
  12. package/dist/acpx-engine/constants.js +37 -0
  13. package/dist/acpx-engine/constants.js.map +1 -0
  14. package/dist/acpx-engine/execute-identity.test.d.ts +2 -0
  15. package/dist/acpx-engine/execute-identity.test.d.ts.map +1 -0
  16. package/dist/acpx-engine/execute-identity.test.js +218 -0
  17. package/dist/acpx-engine/execute-identity.test.js.map +1 -0
  18. package/dist/acpx-engine/execute.d.ts +325 -0
  19. package/dist/acpx-engine/execute.d.ts.map +1 -0
  20. package/dist/acpx-engine/execute.js +4448 -0
  21. package/dist/acpx-engine/execute.js.map +1 -0
  22. package/dist/acpx-engine/execute.test.d.ts +2 -0
  23. package/dist/acpx-engine/execute.test.d.ts.map +1 -0
  24. package/dist/acpx-engine/execute.test.js +6694 -0
  25. package/dist/acpx-engine/execute.test.js.map +1 -0
  26. package/dist/acpx-engine/index.d.ts +6 -0
  27. package/dist/acpx-engine/index.d.ts.map +1 -0
  28. package/dist/acpx-engine/index.js +6 -0
  29. package/dist/acpx-engine/index.js.map +1 -0
  30. package/dist/acpx-engine/local-process-control.d.ts +5 -0
  31. package/dist/acpx-engine/local-process-control.d.ts.map +1 -0
  32. package/dist/acpx-engine/local-process-control.js +39 -0
  33. package/dist/acpx-engine/local-process-control.js.map +1 -0
  34. package/dist/acpx-engine/local-process-control.test.d.ts +2 -0
  35. package/dist/acpx-engine/local-process-control.test.d.ts.map +1 -0
  36. package/dist/acpx-engine/local-process-control.test.js +38 -0
  37. package/dist/acpx-engine/local-process-control.test.js.map +1 -0
  38. package/dist/acpx-engine/operator-stop.test.d.ts +2 -0
  39. package/dist/acpx-engine/operator-stop.test.d.ts.map +1 -0
  40. package/dist/acpx-engine/operator-stop.test.js +107 -0
  41. package/dist/acpx-engine/operator-stop.test.js.map +1 -0
  42. package/dist/acpx-engine/remote-spawn-smoke.test.d.ts +2 -0
  43. package/dist/acpx-engine/remote-spawn-smoke.test.d.ts.map +1 -0
  44. package/dist/acpx-engine/remote-spawn-smoke.test.js +151 -0
  45. package/dist/acpx-engine/remote-spawn-smoke.test.js.map +1 -0
  46. package/dist/acpx-engine/run-contracts.d.ts +413 -0
  47. package/dist/acpx-engine/run-contracts.d.ts.map +1 -0
  48. package/dist/acpx-engine/run-contracts.js +20 -0
  49. package/dist/acpx-engine/run-contracts.js.map +1 -0
  50. package/dist/acpx-engine/run-contracts.test.d.ts +2 -0
  51. package/dist/acpx-engine/run-contracts.test.d.ts.map +1 -0
  52. package/dist/acpx-engine/run-contracts.test.js +57 -0
  53. package/dist/acpx-engine/run-contracts.test.js.map +1 -0
  54. package/dist/acpx-engine/run-coordinator.d.ts +57 -0
  55. package/dist/acpx-engine/run-coordinator.d.ts.map +1 -0
  56. package/dist/acpx-engine/run-coordinator.js +63 -0
  57. package/dist/acpx-engine/run-coordinator.js.map +1 -0
  58. package/dist/acpx-engine/run-coordinator.test.d.ts +2 -0
  59. package/dist/acpx-engine/run-coordinator.test.d.ts.map +1 -0
  60. package/dist/acpx-engine/run-coordinator.test.js +160 -0
  61. package/dist/acpx-engine/run-coordinator.test.js.map +1 -0
  62. package/dist/acpx-engine/run-fault-matrix.test.d.ts +2 -0
  63. package/dist/acpx-engine/run-fault-matrix.test.d.ts.map +1 -0
  64. package/dist/acpx-engine/run-fault-matrix.test.js +829 -0
  65. package/dist/acpx-engine/run-fault-matrix.test.js.map +1 -0
  66. package/dist/acpx-engine/run-resource-ledger.d.ts +30 -0
  67. package/dist/acpx-engine/run-resource-ledger.d.ts.map +1 -0
  68. package/dist/acpx-engine/run-resource-ledger.js +148 -0
  69. package/dist/acpx-engine/run-resource-ledger.js.map +1 -0
  70. package/dist/acpx-engine/run-resource-ledger.test.d.ts +2 -0
  71. package/dist/acpx-engine/run-resource-ledger.test.d.ts.map +1 -0
  72. package/dist/acpx-engine/run-resource-ledger.test.js +154 -0
  73. package/dist/acpx-engine/run-resource-ledger.test.js.map +1 -0
  74. package/dist/acpx-engine/run-site-host.d.ts +73 -0
  75. package/dist/acpx-engine/run-site-host.d.ts.map +1 -0
  76. package/dist/acpx-engine/run-site-host.js +65 -0
  77. package/dist/acpx-engine/run-site-host.js.map +1 -0
  78. package/dist/acpx-engine/run-site-host.test.d.ts +2 -0
  79. package/dist/acpx-engine/run-site-host.test.d.ts.map +1 -0
  80. package/dist/acpx-engine/run-site-host.test.js +98 -0
  81. package/dist/acpx-engine/run-site-host.test.js.map +1 -0
  82. package/dist/acpx-engine/run-site-sandbox.d.ts +142 -0
  83. package/dist/acpx-engine/run-site-sandbox.d.ts.map +1 -0
  84. package/dist/acpx-engine/run-site-sandbox.js +278 -0
  85. package/dist/acpx-engine/run-site-sandbox.js.map +1 -0
  86. package/dist/acpx-engine/run-site-sandbox.test.d.ts +2 -0
  87. package/dist/acpx-engine/run-site-sandbox.test.d.ts.map +1 -0
  88. package/dist/acpx-engine/run-site-sandbox.test.js +275 -0
  89. package/dist/acpx-engine/run-site-sandbox.test.js.map +1 -0
  90. package/dist/acpx-engine/session-codec.d.ts +3 -0
  91. package/dist/acpx-engine/session-codec.d.ts.map +1 -0
  92. package/dist/acpx-engine/session-codec.js +49 -0
  93. package/dist/acpx-engine/session-codec.js.map +1 -0
  94. package/dist/acpx-engine/session-reuse-store.d.ts +62 -0
  95. package/dist/acpx-engine/session-reuse-store.d.ts.map +1 -0
  96. package/dist/acpx-engine/session-reuse-store.js +134 -0
  97. package/dist/acpx-engine/session-reuse-store.js.map +1 -0
  98. package/dist/acpx-engine/session-reuse-store.test.d.ts +2 -0
  99. package/dist/acpx-engine/session-reuse-store.test.d.ts.map +1 -0
  100. package/dist/acpx-engine/session-reuse-store.test.js +134 -0
  101. package/dist/acpx-engine/session-reuse-store.test.js.map +1 -0
  102. package/dist/acpx-engine/settlement-characterization.test.d.ts +2 -0
  103. package/dist/acpx-engine/settlement-characterization.test.d.ts.map +1 -0
  104. package/dist/acpx-engine/settlement-characterization.test.js +880 -0
  105. package/dist/acpx-engine/settlement-characterization.test.js.map +1 -0
  106. package/dist/acpx-engine/settlement-sequence.d.ts +77 -0
  107. package/dist/acpx-engine/settlement-sequence.d.ts.map +1 -0
  108. package/dist/acpx-engine/settlement-sequence.js +119 -0
  109. package/dist/acpx-engine/settlement-sequence.js.map +1 -0
  110. package/dist/acpx-engine/settlement-sequence.test.d.ts +2 -0
  111. package/dist/acpx-engine/settlement-sequence.test.d.ts.map +1 -0
  112. package/dist/acpx-engine/settlement-sequence.test.js +272 -0
  113. package/dist/acpx-engine/settlement-sequence.test.js.map +1 -0
  114. package/dist/acpx-engine/spawn-smoke.test.d.ts +2 -0
  115. package/dist/acpx-engine/spawn-smoke.test.d.ts.map +1 -0
  116. package/dist/acpx-engine/spawn-smoke.test.js +184 -0
  117. package/dist/acpx-engine/spawn-smoke.test.js.map +1 -0
  118. package/dist/acpx-engine/startup-cancellation.d.ts +8 -0
  119. package/dist/acpx-engine/startup-cancellation.d.ts.map +1 -0
  120. package/dist/acpx-engine/startup-cancellation.js +92 -0
  121. package/dist/acpx-engine/startup-cancellation.js.map +1 -0
  122. package/dist/acpx-engine/startup-cancellation.test.d.ts +2 -0
  123. package/dist/acpx-engine/startup-cancellation.test.d.ts.map +1 -0
  124. package/dist/acpx-engine/startup-cancellation.test.js +115 -0
  125. package/dist/acpx-engine/startup-cancellation.test.js.map +1 -0
  126. package/dist/acpx-engine/startup-characterization.test.d.ts +2 -0
  127. package/dist/acpx-engine/startup-characterization.test.d.ts.map +1 -0
  128. package/dist/acpx-engine/startup-characterization.test.js +742 -0
  129. package/dist/acpx-engine/startup-characterization.test.js.map +1 -0
  130. package/dist/acpx-engine/startup-timing.d.ts +419 -0
  131. package/dist/acpx-engine/startup-timing.d.ts.map +1 -0
  132. package/dist/acpx-engine/startup-timing.js +616 -0
  133. package/dist/acpx-engine/startup-timing.js.map +1 -0
  134. package/dist/acpx-engine/startup-timing.test.d.ts +2 -0
  135. package/dist/acpx-engine/startup-timing.test.d.ts.map +1 -0
  136. package/dist/acpx-engine/startup-timing.test.js +619 -0
  137. package/dist/acpx-engine/startup-timing.test.js.map +1 -0
  138. package/dist/acpx-engine/turn-characterization.test.d.ts +2 -0
  139. package/dist/acpx-engine/turn-characterization.test.d.ts.map +1 -0
  140. package/dist/acpx-engine/turn-characterization.test.js +566 -0
  141. package/dist/acpx-engine/turn-characterization.test.js.map +1 -0
  142. package/dist/acpx-engine/turn-sequence.d.ts +54 -0
  143. package/dist/acpx-engine/turn-sequence.d.ts.map +1 -0
  144. package/dist/acpx-engine/turn-sequence.js +75 -0
  145. package/dist/acpx-engine/turn-sequence.js.map +1 -0
  146. package/dist/acpx-engine/turn-sequence.test.d.ts +2 -0
  147. package/dist/acpx-engine/turn-sequence.test.d.ts.map +1 -0
  148. package/dist/acpx-engine/turn-sequence.test.js +177 -0
  149. package/dist/acpx-engine/turn-sequence.test.js.map +1 -0
  150. package/dist/acpx-engine/ui.d.ts +3 -0
  151. package/dist/acpx-engine/ui.d.ts.map +1 -0
  152. package/dist/acpx-engine/ui.js +162 -0
  153. package/dist/acpx-engine/ui.js.map +1 -0
  154. package/dist/billing.d.ts +2 -0
  155. package/dist/billing.d.ts.map +1 -0
  156. package/dist/billing.js +16 -0
  157. package/dist/billing.js.map +1 -0
  158. package/dist/billing.test.d.ts +2 -0
  159. package/dist/billing.test.d.ts.map +1 -0
  160. package/dist/billing.test.js +14 -0
  161. package/dist/billing.test.js.map +1 -0
  162. package/dist/bridge-transport-contract.d.ts +43 -0
  163. package/dist/bridge-transport-contract.d.ts.map +1 -0
  164. package/dist/bridge-transport-contract.js +33 -0
  165. package/dist/bridge-transport-contract.js.map +1 -0
  166. package/dist/chat-file-delivery.d.ts +10 -0
  167. package/dist/chat-file-delivery.d.ts.map +1 -0
  168. package/dist/chat-file-delivery.js +38 -0
  169. package/dist/chat-file-delivery.js.map +1 -0
  170. package/dist/chat-file-delivery.test.d.ts +2 -0
  171. package/dist/chat-file-delivery.test.d.ts.map +1 -0
  172. package/dist/chat-file-delivery.test.js +92 -0
  173. package/dist/chat-file-delivery.test.js.map +1 -0
  174. package/dist/command-managed-runtime.d.ts +162 -0
  175. package/dist/command-managed-runtime.d.ts.map +1 -0
  176. package/dist/command-managed-runtime.js +456 -0
  177. package/dist/command-managed-runtime.js.map +1 -0
  178. package/dist/command-managed-runtime.test.d.ts +2 -0
  179. package/dist/command-managed-runtime.test.d.ts.map +1 -0
  180. package/dist/command-managed-runtime.test.js +908 -0
  181. package/dist/command-managed-runtime.test.js.map +1 -0
  182. package/dist/command-redaction.d.ts +15 -0
  183. package/dist/command-redaction.d.ts.map +1 -0
  184. package/dist/command-redaction.js +97 -0
  185. package/dist/command-redaction.js.map +1 -0
  186. package/dist/command-redaction.test.d.ts +2 -0
  187. package/dist/command-redaction.test.d.ts.map +1 -0
  188. package/dist/command-redaction.test.js +80 -0
  189. package/dist/command-redaction.test.js.map +1 -0
  190. package/dist/duplex-frame-codec.d.ts +124 -0
  191. package/dist/duplex-frame-codec.d.ts.map +1 -0
  192. package/dist/duplex-frame-codec.js +134 -0
  193. package/dist/duplex-frame-codec.js.map +1 -0
  194. package/dist/duplex-frame-codec.test.d.ts +2 -0
  195. package/dist/duplex-frame-codec.test.d.ts.map +1 -0
  196. package/dist/duplex-frame-codec.test.js +172 -0
  197. package/dist/duplex-frame-codec.test.js.map +1 -0
  198. package/dist/duplex-observability.d.ts +220 -0
  199. package/dist/duplex-observability.d.ts.map +1 -0
  200. package/dist/duplex-observability.js +248 -0
  201. package/dist/duplex-observability.js.map +1 -0
  202. package/dist/duplex-observability.test.d.ts +2 -0
  203. package/dist/duplex-observability.test.d.ts.map +1 -0
  204. package/dist/duplex-observability.test.js +55 -0
  205. package/dist/duplex-observability.test.js.map +1 -0
  206. package/dist/env-bindings.d.ts +17 -0
  207. package/dist/env-bindings.d.ts.map +1 -0
  208. package/dist/env-bindings.js +98 -0
  209. package/dist/env-bindings.js.map +1 -0
  210. package/dist/env-bindings.test.d.ts +2 -0
  211. package/dist/env-bindings.test.d.ts.map +1 -0
  212. package/dist/env-bindings.test.js +66 -0
  213. package/dist/env-bindings.test.js.map +1 -0
  214. package/dist/exclude-patterns.d.ts +4 -0
  215. package/dist/exclude-patterns.d.ts.map +1 -0
  216. package/dist/exclude-patterns.js +26 -0
  217. package/dist/exclude-patterns.js.map +1 -0
  218. package/dist/execution-target-sandbox.test.d.ts +2 -0
  219. package/dist/execution-target-sandbox.test.d.ts.map +1 -0
  220. package/dist/execution-target-sandbox.test.js +6522 -0
  221. package/dist/execution-target-sandbox.test.js.map +1 -0
  222. package/dist/execution-target-stdin-race.test.d.ts +2 -0
  223. package/dist/execution-target-stdin-race.test.d.ts.map +1 -0
  224. package/dist/execution-target-stdin-race.test.js +1842 -0
  225. package/dist/execution-target-stdin-race.test.js.map +1 -0
  226. package/dist/execution-target.d.ts +537 -0
  227. package/dist/execution-target.d.ts.map +1 -0
  228. package/dist/execution-target.js +3877 -0
  229. package/dist/execution-target.js.map +1 -0
  230. package/dist/execution-target.test.d.ts +2 -0
  231. package/dist/execution-target.test.d.ts.map +1 -0
  232. package/dist/execution-target.test.js +346 -0
  233. package/dist/execution-target.test.js.map +1 -0
  234. package/dist/git-workspace-sync.d.ts +193 -0
  235. package/dist/git-workspace-sync.d.ts.map +1 -0
  236. package/dist/git-workspace-sync.js +786 -0
  237. package/dist/git-workspace-sync.js.map +1 -0
  238. package/dist/git-workspace-sync.test.d.ts +2 -0
  239. package/dist/git-workspace-sync.test.d.ts.map +1 -0
  240. package/dist/git-workspace-sync.test.js +830 -0
  241. package/dist/git-workspace-sync.test.js.map +1 -0
  242. package/dist/github-launcher-environment.test.d.ts +2 -0
  243. package/dist/github-launcher-environment.test.d.ts.map +1 -0
  244. package/dist/github-launcher-environment.test.js +285 -0
  245. package/dist/github-launcher-environment.test.js.map +1 -0
  246. package/dist/github-launcher.d.ts +8 -0
  247. package/dist/github-launcher.d.ts.map +1 -0
  248. package/dist/github-launcher.js +127 -0
  249. package/dist/github-launcher.js.map +1 -0
  250. package/dist/github-launcher.test.d.ts +2 -0
  251. package/dist/github-launcher.test.d.ts.map +1 -0
  252. package/dist/github-launcher.test.js +166 -0
  253. package/dist/github-launcher.test.js.map +1 -0
  254. package/dist/http2-bridge-server.d.ts +465 -0
  255. package/dist/http2-bridge-server.d.ts.map +1 -0
  256. package/dist/http2-bridge-server.js +1087 -0
  257. package/dist/http2-bridge-server.js.map +1 -0
  258. package/dist/http2-bridge-server.test.d.ts +2 -0
  259. package/dist/http2-bridge-server.test.d.ts.map +1 -0
  260. package/dist/http2-bridge-server.test.js +2129 -0
  261. package/dist/http2-bridge-server.test.js.map +1 -0
  262. package/dist/index.d.ts +20 -0
  263. package/dist/index.d.ts.map +1 -0
  264. package/dist/index.js +12 -0
  265. package/dist/index.js.map +1 -0
  266. package/dist/local-process-sandbox.d.ts +41 -0
  267. package/dist/local-process-sandbox.d.ts.map +1 -0
  268. package/dist/local-process-sandbox.js +432 -0
  269. package/dist/local-process-sandbox.js.map +1 -0
  270. package/dist/local-process-sandbox.test.d.ts +2 -0
  271. package/dist/local-process-sandbox.test.d.ts.map +1 -0
  272. package/dist/local-process-sandbox.test.js +399 -0
  273. package/dist/local-process-sandbox.test.js.map +1 -0
  274. package/dist/log-redaction.d.ts +9 -0
  275. package/dist/log-redaction.d.ts.map +1 -0
  276. package/dist/log-redaction.js +88 -0
  277. package/dist/log-redaction.js.map +1 -0
  278. package/dist/login-capability.d.ts +88 -0
  279. package/dist/login-capability.d.ts.map +1 -0
  280. package/dist/login-capability.js +78 -0
  281. package/dist/login-capability.js.map +1 -0
  282. package/dist/login-capability.test.d.ts +2 -0
  283. package/dist/login-capability.test.d.ts.map +1 -0
  284. package/dist/login-capability.test.js +78 -0
  285. package/dist/login-capability.test.js.map +1 -0
  286. package/dist/login-pty-transport.d.ts +80 -0
  287. package/dist/login-pty-transport.d.ts.map +1 -0
  288. package/dist/login-pty-transport.js +75 -0
  289. package/dist/login-pty-transport.js.map +1 -0
  290. package/dist/login-pty-transport.test.d.ts +2 -0
  291. package/dist/login-pty-transport.test.d.ts.map +1 -0
  292. package/dist/login-pty-transport.test.js +185 -0
  293. package/dist/login-pty-transport.test.js.map +1 -0
  294. package/dist/login-runner-lifecycle.d.ts +70 -0
  295. package/dist/login-runner-lifecycle.d.ts.map +1 -0
  296. package/dist/login-runner-lifecycle.js +52 -0
  297. package/dist/login-runner-lifecycle.js.map +1 -0
  298. package/dist/login-runner-lifecycle.test.d.ts +2 -0
  299. package/dist/login-runner-lifecycle.test.d.ts.map +1 -0
  300. package/dist/login-runner-lifecycle.test.js +122 -0
  301. package/dist/login-runner-lifecycle.test.js.map +1 -0
  302. package/dist/mcp-isolation.integration.test.d.ts +2 -0
  303. package/dist/mcp-isolation.integration.test.d.ts.map +1 -0
  304. package/dist/mcp-isolation.integration.test.js +202 -0
  305. package/dist/mcp-isolation.integration.test.js.map +1 -0
  306. package/dist/paperclip-runner-permissions.d.ts +110 -0
  307. package/dist/paperclip-runner-permissions.d.ts.map +1 -0
  308. package/dist/paperclip-runner-permissions.js +150 -0
  309. package/dist/paperclip-runner-permissions.js.map +1 -0
  310. package/dist/paperclip-runner-permissions.test.d.ts +2 -0
  311. package/dist/paperclip-runner-permissions.test.d.ts.map +1 -0
  312. package/dist/paperclip-runner-permissions.test.js +47 -0
  313. package/dist/paperclip-runner-permissions.test.js.map +1 -0
  314. package/dist/published-exports.test.d.ts +2 -0
  315. package/dist/published-exports.test.d.ts.map +1 -0
  316. package/dist/published-exports.test.js +17 -0
  317. package/dist/published-exports.test.js.map +1 -0
  318. package/dist/remote-execution-env.d.ts +2 -0
  319. package/dist/remote-execution-env.d.ts.map +1 -0
  320. package/dist/remote-execution-env.js +46 -0
  321. package/dist/remote-execution-env.js.map +1 -0
  322. package/dist/remote-managed-runtime.d.ts +45 -0
  323. package/dist/remote-managed-runtime.d.ts.map +1 -0
  324. package/dist/remote-managed-runtime.js +183 -0
  325. package/dist/remote-managed-runtime.js.map +1 -0
  326. package/dist/remote-managed-runtime.test.d.ts +2 -0
  327. package/dist/remote-managed-runtime.test.d.ts.map +1 -0
  328. package/dist/remote-managed-runtime.test.js +294 -0
  329. package/dist/remote-managed-runtime.test.js.map +1 -0
  330. package/dist/runner-connectivity.d.ts +61 -0
  331. package/dist/runner-connectivity.d.ts.map +1 -0
  332. package/dist/runner-connectivity.js +81 -0
  333. package/dist/runner-connectivity.js.map +1 -0
  334. package/dist/runner-connectivity.test.d.ts +2 -0
  335. package/dist/runner-connectivity.test.d.ts.map +1 -0
  336. package/dist/runner-connectivity.test.js +183 -0
  337. package/dist/runner-connectivity.test.js.map +1 -0
  338. package/dist/runtime-progress.d.ts +48 -0
  339. package/dist/runtime-progress.d.ts.map +1 -0
  340. package/dist/runtime-progress.js +99 -0
  341. package/dist/runtime-progress.js.map +1 -0
  342. package/dist/runtime-progress.test.d.ts +2 -0
  343. package/dist/runtime-progress.test.d.ts.map +1 -0
  344. package/dist/runtime-progress.test.js +240 -0
  345. package/dist/runtime-progress.test.js.map +1 -0
  346. package/dist/sandbox-callback-bridge-body.d.ts +12 -0
  347. package/dist/sandbox-callback-bridge-body.d.ts.map +1 -0
  348. package/dist/sandbox-callback-bridge-body.js +39 -0
  349. package/dist/sandbox-callback-bridge-body.js.map +1 -0
  350. package/dist/sandbox-callback-bridge-body.test.d.ts +2 -0
  351. package/dist/sandbox-callback-bridge-body.test.d.ts.map +1 -0
  352. package/dist/sandbox-callback-bridge-body.test.js +31 -0
  353. package/dist/sandbox-callback-bridge-body.test.js.map +1 -0
  354. package/dist/sandbox-callback-bridge.d.ts +268 -0
  355. package/dist/sandbox-callback-bridge.d.ts.map +1 -0
  356. package/dist/sandbox-callback-bridge.js +2357 -0
  357. package/dist/sandbox-callback-bridge.js.map +1 -0
  358. package/dist/sandbox-callback-bridge.test.d.ts +2 -0
  359. package/dist/sandbox-callback-bridge.test.d.ts.map +1 -0
  360. package/dist/sandbox-callback-bridge.test.js +3253 -0
  361. package/dist/sandbox-callback-bridge.test.js.map +1 -0
  362. package/dist/sandbox-file-sync.test.d.ts +2 -0
  363. package/dist/sandbox-file-sync.test.d.ts.map +1 -0
  364. package/dist/sandbox-file-sync.test.js +419 -0
  365. package/dist/sandbox-file-sync.test.js.map +1 -0
  366. package/dist/sandbox-install-command.d.ts +2 -0
  367. package/dist/sandbox-install-command.d.ts.map +1 -0
  368. package/dist/sandbox-install-command.js +47 -0
  369. package/dist/sandbox-install-command.js.map +1 -0
  370. package/dist/sandbox-install-command.test.d.ts +2 -0
  371. package/dist/sandbox-install-command.test.d.ts.map +1 -0
  372. package/dist/sandbox-install-command.test.js +22 -0
  373. package/dist/sandbox-install-command.test.js.map +1 -0
  374. package/dist/sandbox-managed-runtime.d.ts +417 -0
  375. package/dist/sandbox-managed-runtime.d.ts.map +1 -0
  376. package/dist/sandbox-managed-runtime.js +1337 -0
  377. package/dist/sandbox-managed-runtime.js.map +1 -0
  378. package/dist/sandbox-managed-runtime.test.d.ts +2 -0
  379. package/dist/sandbox-managed-runtime.test.d.ts.map +1 -0
  380. package/dist/sandbox-managed-runtime.test.js +3746 -0
  381. package/dist/sandbox-managed-runtime.test.js.map +1 -0
  382. package/dist/sandbox-run-log-stream.d.ts +44 -0
  383. package/dist/sandbox-run-log-stream.d.ts.map +1 -0
  384. package/dist/sandbox-run-log-stream.js +203 -0
  385. package/dist/sandbox-run-log-stream.js.map +1 -0
  386. package/dist/sandbox-shell.d.ts +3 -0
  387. package/dist/sandbox-shell.d.ts.map +1 -0
  388. package/dist/sandbox-shell.js +7 -0
  389. package/dist/sandbox-shell.js.map +1 -0
  390. package/dist/server-utils-env.test.d.ts +2 -0
  391. package/dist/server-utils-env.test.d.ts.map +1 -0
  392. package/dist/server-utils-env.test.js +15 -0
  393. package/dist/server-utils-env.test.js.map +1 -0
  394. package/dist/server-utils.d.ts +617 -0
  395. package/dist/server-utils.d.ts.map +1 -0
  396. package/dist/server-utils.js +3258 -0
  397. package/dist/server-utils.js.map +1 -0
  398. package/dist/server-utils.test.d.ts +2 -0
  399. package/dist/server-utils.test.d.ts.map +1 -0
  400. package/dist/server-utils.test.js +3047 -0
  401. package/dist/server-utils.test.js.map +1 -0
  402. package/dist/session-compaction.d.ts +25 -0
  403. package/dist/session-compaction.d.ts.map +1 -0
  404. package/dist/session-compaction.js +165 -0
  405. package/dist/session-compaction.js.map +1 -0
  406. package/dist/skill-library-manifest.d.ts +6 -0
  407. package/dist/skill-library-manifest.d.ts.map +1 -0
  408. package/dist/skill-library-manifest.js +53 -0
  409. package/dist/skill-library-manifest.js.map +1 -0
  410. package/dist/skill-library-manifest.test.d.ts +2 -0
  411. package/dist/skill-library-manifest.test.d.ts.map +1 -0
  412. package/dist/skill-library-manifest.test.js +84 -0
  413. package/dist/skill-library-manifest.test.js.map +1 -0
  414. package/dist/skills-staging-follow-symlinks.test.d.ts +2 -0
  415. package/dist/skills-staging-follow-symlinks.test.d.ts.map +1 -0
  416. package/dist/skills-staging-follow-symlinks.test.js +126 -0
  417. package/dist/skills-staging-follow-symlinks.test.js.map +1 -0
  418. package/dist/ssh-fixture.test.d.ts +2 -0
  419. package/dist/ssh-fixture.test.d.ts.map +1 -0
  420. package/dist/ssh-fixture.test.js +832 -0
  421. package/dist/ssh-fixture.test.js.map +1 -0
  422. package/dist/ssh.d.ts +124 -0
  423. package/dist/ssh.d.ts.map +1 -0
  424. package/dist/ssh.js +1667 -0
  425. package/dist/ssh.js.map +1 -0
  426. package/dist/sync-operation-schedule.d.ts +17 -0
  427. package/dist/sync-operation-schedule.d.ts.map +1 -0
  428. package/dist/sync-operation-schedule.js +66 -0
  429. package/dist/sync-operation-schedule.js.map +1 -0
  430. package/dist/sync-operation-schedule.test.d.ts +2 -0
  431. package/dist/sync-operation-schedule.test.d.ts.map +1 -0
  432. package/dist/sync-operation-schedule.test.js +130 -0
  433. package/dist/sync-operation-schedule.test.js.map +1 -0
  434. package/dist/test-support/mcp-isolation-harness.d.ts +23 -0
  435. package/dist/test-support/mcp-isolation-harness.d.ts.map +1 -0
  436. package/dist/test-support/mcp-isolation-harness.js +67 -0
  437. package/dist/test-support/mcp-isolation-harness.js.map +1 -0
  438. package/dist/types.d.ts +780 -0
  439. package/dist/types.d.ts.map +1 -0
  440. package/dist/types.js +5 -0
  441. package/dist/types.js.map +1 -0
  442. package/dist/workspace-restore-merge.d.ts +77 -0
  443. package/dist/workspace-restore-merge.d.ts.map +1 -0
  444. package/dist/workspace-restore-merge.js +396 -0
  445. package/dist/workspace-restore-merge.js.map +1 -0
  446. package/dist/workspace-restore-merge.test.d.ts +2 -0
  447. package/dist/workspace-restore-merge.test.d.ts.map +1 -0
  448. package/dist/workspace-restore-merge.test.js +438 -0
  449. package/dist/workspace-restore-merge.test.js.map +1 -0
  450. package/dist/workspace-restore-teardown.d.ts +29 -0
  451. package/dist/workspace-restore-teardown.d.ts.map +1 -0
  452. package/dist/workspace-restore-teardown.js +34 -0
  453. package/dist/workspace-restore-teardown.js.map +1 -0
  454. package/dist/workspace-restore-teardown.test.d.ts +2 -0
  455. package/dist/workspace-restore-teardown.test.d.ts.map +1 -0
  456. package/dist/workspace-restore-teardown.test.js +71 -0
  457. package/dist/workspace-restore-teardown.test.js.map +1 -0
  458. package/node_modules/@agentclientprotocol/sdk/LICENSE +191 -0
  459. package/node_modules/@agentclientprotocol/sdk/README.md +70 -0
  460. package/node_modules/@agentclientprotocol/sdk/dist/acp.d.ts +1803 -0
  461. package/node_modules/@agentclientprotocol/sdk/dist/acp.js +1869 -0
  462. package/node_modules/@agentclientprotocol/sdk/dist/acp.js.map +1 -0
  463. package/node_modules/@agentclientprotocol/sdk/dist/acp.test.d.ts +1 -0
  464. package/node_modules/@agentclientprotocol/sdk/dist/acp.test.js +5036 -0
  465. package/node_modules/@agentclientprotocol/sdk/dist/acp.test.js.map +1 -0
  466. package/node_modules/@agentclientprotocol/sdk/dist/connection.d.ts +89 -0
  467. package/node_modules/@agentclientprotocol/sdk/dist/connection.js +490 -0
  468. package/node_modules/@agentclientprotocol/sdk/dist/connection.js.map +1 -0
  469. package/node_modules/@agentclientprotocol/sdk/dist/connection.test.d.ts +1 -0
  470. package/node_modules/@agentclientprotocol/sdk/dist/connection.test.js +507 -0
  471. package/node_modules/@agentclientprotocol/sdk/dist/connection.test.js.map +1 -0
  472. package/node_modules/@agentclientprotocol/sdk/dist/cookie-store.d.ts +26 -0
  473. package/node_modules/@agentclientprotocol/sdk/dist/cookie-store.js +96 -0
  474. package/node_modules/@agentclientprotocol/sdk/dist/cookie-store.js.map +1 -0
  475. package/node_modules/@agentclientprotocol/sdk/dist/cookie-store.test.d.ts +1 -0
  476. package/node_modules/@agentclientprotocol/sdk/dist/cookie-store.test.js +77 -0
  477. package/node_modules/@agentclientprotocol/sdk/dist/cookie-store.test.js.map +1 -0
  478. package/node_modules/@agentclientprotocol/sdk/dist/examples/agent.d.ts +2 -0
  479. package/node_modules/@agentclientprotocol/sdk/dist/examples/agent.js +232 -0
  480. package/node_modules/@agentclientprotocol/sdk/dist/examples/agent.js.map +1 -0
  481. package/node_modules/@agentclientprotocol/sdk/dist/examples/client.d.ts +2 -0
  482. package/node_modules/@agentclientprotocol/sdk/dist/examples/client.js +132 -0
  483. package/node_modules/@agentclientprotocol/sdk/dist/examples/client.js.map +1 -0
  484. package/node_modules/@agentclientprotocol/sdk/dist/examples/dual-version-agent.d.ts +9 -0
  485. package/node_modules/@agentclientprotocol/sdk/dist/examples/dual-version-agent.js +221 -0
  486. package/node_modules/@agentclientprotocol/sdk/dist/examples/dual-version-agent.js.map +1 -0
  487. package/node_modules/@agentclientprotocol/sdk/dist/examples/http-client.d.ts +2 -0
  488. package/node_modules/@agentclientprotocol/sdk/dist/examples/http-client.js +86 -0
  489. package/node_modules/@agentclientprotocol/sdk/dist/examples/http-client.js.map +1 -0
  490. package/node_modules/@agentclientprotocol/sdk/dist/examples/http-server.d.ts +2 -0
  491. package/node_modules/@agentclientprotocol/sdk/dist/examples/http-server.js +112 -0
  492. package/node_modules/@agentclientprotocol/sdk/dist/examples/http-server.js.map +1 -0
  493. package/node_modules/@agentclientprotocol/sdk/dist/examples/ws-client.d.ts +2 -0
  494. package/node_modules/@agentclientprotocol/sdk/dist/examples/ws-client.js +88 -0
  495. package/node_modules/@agentclientprotocol/sdk/dist/examples/ws-client.js.map +1 -0
  496. package/node_modules/@agentclientprotocol/sdk/dist/http-stream.d.ts +33 -0
  497. package/node_modules/@agentclientprotocol/sdk/dist/http-stream.js +435 -0
  498. package/node_modules/@agentclientprotocol/sdk/dist/http-stream.js.map +1 -0
  499. package/node_modules/@agentclientprotocol/sdk/dist/http-stream.test.d.ts +1 -0
  500. package/node_modules/@agentclientprotocol/sdk/dist/http-stream.test.js +1380 -0
  501. package/node_modules/@agentclientprotocol/sdk/dist/http-stream.test.js.map +1 -0
  502. package/node_modules/@agentclientprotocol/sdk/dist/jsonrpc.d.ts +603 -0
  503. package/node_modules/@agentclientprotocol/sdk/dist/jsonrpc.js +1076 -0
  504. package/node_modules/@agentclientprotocol/sdk/dist/jsonrpc.js.map +1 -0
  505. package/node_modules/@agentclientprotocol/sdk/dist/jsonrpc.test.d.ts +1 -0
  506. package/node_modules/@agentclientprotocol/sdk/dist/jsonrpc.test.js +917 -0
  507. package/node_modules/@agentclientprotocol/sdk/dist/jsonrpc.test.js.map +1 -0
  508. package/node_modules/@agentclientprotocol/sdk/dist/line-buffer.d.ts +22 -0
  509. package/node_modules/@agentclientprotocol/sdk/dist/line-buffer.js +64 -0
  510. package/node_modules/@agentclientprotocol/sdk/dist/line-buffer.js.map +1 -0
  511. package/node_modules/@agentclientprotocol/sdk/dist/line-buffer.test.d.ts +1 -0
  512. package/node_modules/@agentclientprotocol/sdk/dist/line-buffer.test.js +45 -0
  513. package/node_modules/@agentclientprotocol/sdk/dist/line-buffer.test.js.map +1 -0
  514. package/node_modules/@agentclientprotocol/sdk/dist/node-adapter.d.ts +17 -0
  515. package/node_modules/@agentclientprotocol/sdk/dist/node-adapter.js +426 -0
  516. package/node_modules/@agentclientprotocol/sdk/dist/node-adapter.js.map +1 -0
  517. package/node_modules/@agentclientprotocol/sdk/dist/node-adapter.test.d.ts +1 -0
  518. package/node_modules/@agentclientprotocol/sdk/dist/node-adapter.test.js +499 -0
  519. package/node_modules/@agentclientprotocol/sdk/dist/node-adapter.test.js.map +1 -0
  520. package/node_modules/@agentclientprotocol/sdk/dist/protocol-router.d.ts +37 -0
  521. package/node_modules/@agentclientprotocol/sdk/dist/protocol-router.js +474 -0
  522. package/node_modules/@agentclientprotocol/sdk/dist/protocol-router.js.map +1 -0
  523. package/node_modules/@agentclientprotocol/sdk/dist/protocol-router.test.d.ts +1 -0
  524. package/node_modules/@agentclientprotocol/sdk/dist/protocol-router.test.js +535 -0
  525. package/node_modules/@agentclientprotocol/sdk/dist/protocol-router.test.js.map +1 -0
  526. package/node_modules/@agentclientprotocol/sdk/dist/protocol.d.ts +11 -0
  527. package/node_modules/@agentclientprotocol/sdk/dist/protocol.js +69 -0
  528. package/node_modules/@agentclientprotocol/sdk/dist/protocol.js.map +1 -0
  529. package/node_modules/@agentclientprotocol/sdk/dist/protocol.test.d.ts +1 -0
  530. package/node_modules/@agentclientprotocol/sdk/dist/protocol.test.js +82 -0
  531. package/node_modules/@agentclientprotocol/sdk/dist/protocol.test.js.map +1 -0
  532. package/node_modules/@agentclientprotocol/sdk/dist/schema/guards.gen.d.ts +183 -0
  533. package/node_modules/@agentclientprotocol/sdk/dist/schema/guards.gen.js +207 -0
  534. package/node_modules/@agentclientprotocol/sdk/dist/schema/guards.gen.js.map +1 -0
  535. package/node_modules/@agentclientprotocol/sdk/dist/schema/index.d.ts +51 -0
  536. package/node_modules/@agentclientprotocol/sdk/dist/schema/index.js +52 -0
  537. package/node_modules/@agentclientprotocol/sdk/dist/schema/index.js.map +1 -0
  538. package/node_modules/@agentclientprotocol/sdk/dist/schema/types.gen.d.ts +6219 -0
  539. package/node_modules/@agentclientprotocol/sdk/dist/schema/types.gen.js +3 -0
  540. package/node_modules/@agentclientprotocol/sdk/dist/schema/types.gen.js.map +1 -0
  541. package/node_modules/@agentclientprotocol/sdk/dist/schema/zod.gen.d.ts +15215 -0
  542. package/node_modules/@agentclientprotocol/sdk/dist/schema/zod.gen.js +3084 -0
  543. package/node_modules/@agentclientprotocol/sdk/dist/schema/zod.gen.js.map +1 -0
  544. package/node_modules/@agentclientprotocol/sdk/dist/schema-deserialize.d.ts +30 -0
  545. package/node_modules/@agentclientprotocol/sdk/dist/schema-deserialize.js +98 -0
  546. package/node_modules/@agentclientprotocol/sdk/dist/schema-deserialize.js.map +1 -0
  547. package/node_modules/@agentclientprotocol/sdk/dist/schema-deserialize.test.d.ts +1 -0
  548. package/node_modules/@agentclientprotocol/sdk/dist/schema-deserialize.test.js +93 -0
  549. package/node_modules/@agentclientprotocol/sdk/dist/schema-deserialize.test.js.map +1 -0
  550. package/node_modules/@agentclientprotocol/sdk/dist/server-permission.test.d.ts +1 -0
  551. package/node_modules/@agentclientprotocol/sdk/dist/server-permission.test.js +261 -0
  552. package/node_modules/@agentclientprotocol/sdk/dist/server-permission.test.js.map +1 -0
  553. package/node_modules/@agentclientprotocol/sdk/dist/server-session-sse.test.d.ts +1 -0
  554. package/node_modules/@agentclientprotocol/sdk/dist/server-session-sse.test.js +536 -0
  555. package/node_modules/@agentclientprotocol/sdk/dist/server-session-sse.test.js.map +1 -0
  556. package/node_modules/@agentclientprotocol/sdk/dist/server-sse.d.ts +2 -0
  557. package/node_modules/@agentclientprotocol/sdk/dist/server-sse.js +88 -0
  558. package/node_modules/@agentclientprotocol/sdk/dist/server-sse.js.map +1 -0
  559. package/node_modules/@agentclientprotocol/sdk/dist/server-sse.test.d.ts +1 -0
  560. package/node_modules/@agentclientprotocol/sdk/dist/server-sse.test.js +53 -0
  561. package/node_modules/@agentclientprotocol/sdk/dist/server-sse.test.js.map +1 -0
  562. package/node_modules/@agentclientprotocol/sdk/dist/server-websocket-upgrade.test.d.ts +1 -0
  563. package/node_modules/@agentclientprotocol/sdk/dist/server-websocket-upgrade.test.js +992 -0
  564. package/node_modules/@agentclientprotocol/sdk/dist/server-websocket-upgrade.test.js.map +1 -0
  565. package/node_modules/@agentclientprotocol/sdk/dist/server.d.ts +81 -0
  566. package/node_modules/@agentclientprotocol/sdk/dist/server.js +386 -0
  567. package/node_modules/@agentclientprotocol/sdk/dist/server.js.map +1 -0
  568. package/node_modules/@agentclientprotocol/sdk/dist/server.test.d.ts +1 -0
  569. package/node_modules/@agentclientprotocol/sdk/dist/server.test.js +1116 -0
  570. package/node_modules/@agentclientprotocol/sdk/dist/server.test.js.map +1 -0
  571. package/node_modules/@agentclientprotocol/sdk/dist/sse.d.ts +4 -0
  572. package/node_modules/@agentclientprotocol/sdk/dist/sse.js +91 -0
  573. package/node_modules/@agentclientprotocol/sdk/dist/sse.js.map +1 -0
  574. package/node_modules/@agentclientprotocol/sdk/dist/sse.test.d.ts +1 -0
  575. package/node_modules/@agentclientprotocol/sdk/dist/sse.test.js +126 -0
  576. package/node_modules/@agentclientprotocol/sdk/dist/sse.test.js.map +1 -0
  577. package/node_modules/@agentclientprotocol/sdk/dist/stream.d.ts +35 -0
  578. package/node_modules/@agentclientprotocol/sdk/dist/stream.js +115 -0
  579. package/node_modules/@agentclientprotocol/sdk/dist/stream.js.map +1 -0
  580. package/node_modules/@agentclientprotocol/sdk/dist/stream.test.d.ts +1 -0
  581. package/node_modules/@agentclientprotocol/sdk/dist/stream.test.js +195 -0
  582. package/node_modules/@agentclientprotocol/sdk/dist/stream.test.js.map +1 -0
  583. package/node_modules/@agentclientprotocol/sdk/dist/test-support/streams.d.ts +8 -0
  584. package/node_modules/@agentclientprotocol/sdk/dist/test-support/streams.js +51 -0
  585. package/node_modules/@agentclientprotocol/sdk/dist/test-support/streams.js.map +1 -0
  586. package/node_modules/@agentclientprotocol/sdk/dist/test-support/test-agent.d.ts +24 -0
  587. package/node_modules/@agentclientprotocol/sdk/dist/test-support/test-agent.js +163 -0
  588. package/node_modules/@agentclientprotocol/sdk/dist/test-support/test-agent.js.map +1 -0
  589. package/node_modules/@agentclientprotocol/sdk/dist/test-support/test-http-server.d.ts +9 -0
  590. package/node_modules/@agentclientprotocol/sdk/dist/test-support/test-http-server.js +74 -0
  591. package/node_modules/@agentclientprotocol/sdk/dist/test-support/test-http-server.js.map +1 -0
  592. package/node_modules/@agentclientprotocol/sdk/dist/v2/acp.d.ts +957 -0
  593. package/node_modules/@agentclientprotocol/sdk/dist/v2/acp.js +1484 -0
  594. package/node_modules/@agentclientprotocol/sdk/dist/v2/acp.js.map +1 -0
  595. package/node_modules/@agentclientprotocol/sdk/dist/v2/acp.test.d.ts +1 -0
  596. package/node_modules/@agentclientprotocol/sdk/dist/v2/acp.test.js +1287 -0
  597. package/node_modules/@agentclientprotocol/sdk/dist/v2/acp.test.js.map +1 -0
  598. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/guards.gen.d.ts +946 -0
  599. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/guards.gen.js +1046 -0
  600. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/guards.gen.js.map +1 -0
  601. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/index.d.ts +42 -0
  602. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/index.js +43 -0
  603. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/index.js.map +1 -0
  604. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/types.gen.d.ts +6208 -0
  605. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/types.gen.js +3 -0
  606. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/types.gen.js.map +1 -0
  607. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/zod.gen.d.ts +33267 -0
  608. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/zod.gen.js +3199 -0
  609. package/node_modules/@agentclientprotocol/sdk/dist/v2/schema/zod.gen.js.map +1 -0
  610. package/node_modules/@agentclientprotocol/sdk/dist/ws-server.d.ts +14 -0
  611. package/node_modules/@agentclientprotocol/sdk/dist/ws-server.js +357 -0
  612. package/node_modules/@agentclientprotocol/sdk/dist/ws-server.js.map +1 -0
  613. package/node_modules/@agentclientprotocol/sdk/dist/ws-stream.d.ts +54 -0
  614. package/node_modules/@agentclientprotocol/sdk/dist/ws-stream.js +253 -0
  615. package/node_modules/@agentclientprotocol/sdk/dist/ws-stream.js.map +1 -0
  616. package/node_modules/@agentclientprotocol/sdk/dist/ws-stream.test.d.ts +1 -0
  617. package/node_modules/@agentclientprotocol/sdk/dist/ws-stream.test.js +836 -0
  618. package/node_modules/@agentclientprotocol/sdk/dist/ws-stream.test.js.map +1 -0
  619. package/node_modules/@agentclientprotocol/sdk/dist/ws-utils.d.ts +13 -0
  620. package/node_modules/@agentclientprotocol/sdk/dist/ws-utils.js +78 -0
  621. package/node_modules/@agentclientprotocol/sdk/dist/ws-utils.js.map +1 -0
  622. package/node_modules/@agentclientprotocol/sdk/dist/ws-utils.test.d.ts +1 -0
  623. package/node_modules/@agentclientprotocol/sdk/dist/ws-utils.test.js +42 -0
  624. package/node_modules/@agentclientprotocol/sdk/dist/ws-utils.test.js.map +1 -0
  625. package/node_modules/@agentclientprotocol/sdk/package.json +104 -0
  626. package/node_modules/@agentclientprotocol/sdk/schema/schema.json +8967 -0
  627. package/node_modules/@agentclientprotocol/sdk/schema/v2/schema.unstable.json +10242 -0
  628. package/node_modules/@clack/core/LICENSE +9 -0
  629. package/node_modules/@clack/core/README.md +22 -0
  630. package/node_modules/@clack/core/dist/index.d.mts +503 -0
  631. package/node_modules/@clack/core/dist/index.mjs +1003 -0
  632. package/node_modules/@clack/core/package.json +63 -0
  633. package/node_modules/@clack/prompts/LICENSE +9 -0
  634. package/node_modules/@clack/prompts/README.md +396 -0
  635. package/node_modules/@clack/prompts/dist/index.d.mts +949 -0
  636. package/node_modules/@clack/prompts/dist/index.mjs +1423 -0
  637. package/node_modules/@clack/prompts/package.json +67 -0
  638. package/node_modules/@esbuild/linux-x64/README.md +3 -0
  639. package/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
  640. package/node_modules/@esbuild/linux-x64/package.json +20 -0
  641. package/node_modules/acpx/LICENSE +21 -0
  642. package/node_modules/acpx/README.md +424 -0
  643. package/node_modules/acpx/dist/cli-CxsS1XQp.js +197 -0
  644. package/node_modules/acpx/dist/cli-CxsS1XQp.js.map +1 -0
  645. package/node_modules/acpx/dist/cli.d.ts +14 -0
  646. package/node_modules/acpx/dist/cli.d.ts.map +1 -0
  647. package/node_modules/acpx/dist/cli.js +2683 -0
  648. package/node_modules/acpx/dist/cli.js.map +1 -0
  649. package/node_modules/acpx/dist/client-DwNyFauq.d.ts +192 -0
  650. package/node_modules/acpx/dist/client-DwNyFauq.d.ts.map +1 -0
  651. package/node_modules/acpx/dist/flags-Bjq_XQ4-.js +260 -0
  652. package/node_modules/acpx/dist/flags-Bjq_XQ4-.js.map +1 -0
  653. package/node_modules/acpx/dist/flows-Db_LZKu9.js +1920 -0
  654. package/node_modules/acpx/dist/flows-Db_LZKu9.js.map +1 -0
  655. package/node_modules/acpx/dist/flows.d.ts +318 -0
  656. package/node_modules/acpx/dist/flows.d.ts.map +1 -0
  657. package/node_modules/acpx/dist/flows.js +2 -0
  658. package/node_modules/acpx/dist/live-checkpoint-ClPCSdrW.js +6210 -0
  659. package/node_modules/acpx/dist/live-checkpoint-ClPCSdrW.js.map +1 -0
  660. package/node_modules/acpx/dist/output-CjdF5rHk.js +4593 -0
  661. package/node_modules/acpx/dist/output-CjdF5rHk.js.map +1 -0
  662. package/node_modules/acpx/dist/runtime.d.ts +472 -0
  663. package/node_modules/acpx/dist/runtime.d.ts.map +1 -0
  664. package/node_modules/acpx/dist/runtime.js +1711 -0
  665. package/node_modules/acpx/dist/runtime.js.map +1 -0
  666. package/node_modules/acpx/dist/session-options-jkYbBxGE.d.ts +278 -0
  667. package/node_modules/acpx/dist/session-options-jkYbBxGE.d.ts.map +1 -0
  668. package/node_modules/acpx/package.json +129 -0
  669. package/node_modules/acpx/skills/acpx/SKILL.md +617 -0
  670. package/node_modules/b4a/LICENSE +201 -0
  671. package/node_modules/b4a/README.md +153 -0
  672. package/node_modules/b4a/browser.js +546 -0
  673. package/node_modules/b4a/index.d.ts +144 -0
  674. package/node_modules/b4a/index.js +193 -0
  675. package/node_modules/b4a/lib/ascii.js +31 -0
  676. package/node_modules/b4a/lib/base64.js +64 -0
  677. package/node_modules/b4a/lib/hex.js +51 -0
  678. package/node_modules/b4a/lib/latin1.js +31 -0
  679. package/node_modules/b4a/lib/utf16le.js +40 -0
  680. package/node_modules/b4a/lib/utf8.js +144 -0
  681. package/node_modules/b4a/package.json +54 -0
  682. package/node_modules/b4a/react-native.js +5 -0
  683. package/node_modules/b4a/runtime.d.ts +14 -0
  684. package/node_modules/bare-events/LICENSE +201 -0
  685. package/node_modules/bare-events/README.md +25 -0
  686. package/node_modules/bare-events/global.d.ts +15 -0
  687. package/node_modules/bare-events/global.js +5 -0
  688. package/node_modules/bare-events/index.d.ts +89 -0
  689. package/node_modules/bare-events/index.js +397 -0
  690. package/node_modules/bare-events/lib/errors.js +23 -0
  691. package/node_modules/bare-events/package.json +63 -0
  692. package/node_modules/bare-events/web.d.ts +79 -0
  693. package/node_modules/bare-events/web.js +417 -0
  694. package/node_modules/bare-fs/CMakeLists.txt +13 -0
  695. package/node_modules/bare-fs/LICENSE +201 -0
  696. package/node_modules/bare-fs/README.md +33 -0
  697. package/node_modules/bare-fs/binding.c +2913 -0
  698. package/node_modules/bare-fs/binding.js +1 -0
  699. package/node_modules/bare-fs/index.d.ts +1502 -0
  700. package/node_modules/bare-fs/index.js +2855 -0
  701. package/node_modules/bare-fs/lib/constants.d.ts +50 -0
  702. package/node_modules/bare-fs/lib/constants.js +49 -0
  703. package/node_modules/bare-fs/lib/errors.d.ts +13 -0
  704. package/node_modules/bare-fs/lib/errors.js +55 -0
  705. package/node_modules/bare-fs/package.json +74 -0
  706. package/node_modules/bare-fs/prebuilds/android-arm/bare-fs.bare +0 -0
  707. package/node_modules/bare-fs/prebuilds/android-arm64/bare-fs.bare +0 -0
  708. package/node_modules/bare-fs/prebuilds/android-ia32/bare-fs.bare +0 -0
  709. package/node_modules/bare-fs/prebuilds/android-x64/bare-fs.bare +0 -0
  710. package/node_modules/bare-fs/prebuilds/darwin-arm64/bare-fs.bare +0 -0
  711. package/node_modules/bare-fs/prebuilds/darwin-x64/bare-fs.bare +0 -0
  712. package/node_modules/bare-fs/prebuilds/ios-arm64/bare-fs.bare +0 -0
  713. package/node_modules/bare-fs/prebuilds/ios-arm64-simulator/bare-fs.bare +0 -0
  714. package/node_modules/bare-fs/prebuilds/ios-x64-simulator/bare-fs.bare +0 -0
  715. package/node_modules/bare-fs/prebuilds/linux-arm64/bare-fs.bare +0 -0
  716. package/node_modules/bare-fs/prebuilds/linux-x64/bare-fs.bare +0 -0
  717. package/node_modules/bare-fs/prebuilds/win32-arm64/bare-fs.bare +0 -0
  718. package/node_modules/bare-fs/prebuilds/win32-x64/bare-fs.bare +0 -0
  719. package/node_modules/bare-fs/promises.d.ts +480 -0
  720. package/node_modules/bare-fs/promises.js +119 -0
  721. package/node_modules/bare-path/CMakeLists.txt +13 -0
  722. package/node_modules/bare-path/LICENSE +201 -0
  723. package/node_modules/bare-path/NOTICE +28 -0
  724. package/node_modules/bare-path/README.md +19 -0
  725. package/node_modules/bare-path/binding.c +106 -0
  726. package/node_modules/bare-path/binding.js +1 -0
  727. package/node_modules/bare-path/index.d.ts +27 -0
  728. package/node_modules/bare-path/index.js +9 -0
  729. package/node_modules/bare-path/lib/constants.js +11 -0
  730. package/node_modules/bare-path/lib/posix.js +263 -0
  731. package/node_modules/bare-path/lib/shared.js +81 -0
  732. package/node_modules/bare-path/lib/win32.js +564 -0
  733. package/node_modules/bare-path/package.json +47 -0
  734. package/node_modules/bare-path/prebuilds/android-arm/bare-path.bare +0 -0
  735. package/node_modules/bare-path/prebuilds/android-arm64/bare-path.bare +0 -0
  736. package/node_modules/bare-path/prebuilds/android-ia32/bare-path.bare +0 -0
  737. package/node_modules/bare-path/prebuilds/android-x64/bare-path.bare +0 -0
  738. package/node_modules/bare-path/prebuilds/darwin-arm64/bare-path.bare +0 -0
  739. package/node_modules/bare-path/prebuilds/darwin-x64/bare-path.bare +0 -0
  740. package/node_modules/bare-path/prebuilds/ios-arm64/bare-path.bare +0 -0
  741. package/node_modules/bare-path/prebuilds/ios-arm64-simulator/bare-path.bare +0 -0
  742. package/node_modules/bare-path/prebuilds/ios-x64-simulator/bare-path.bare +0 -0
  743. package/node_modules/bare-path/prebuilds/linux-arm64/bare-path.bare +0 -0
  744. package/node_modules/bare-path/prebuilds/linux-x64/bare-path.bare +0 -0
  745. package/node_modules/bare-path/prebuilds/win32-arm64/bare-path.bare +0 -0
  746. package/node_modules/bare-path/prebuilds/win32-x64/bare-path.bare +0 -0
  747. package/node_modules/bare-stream/LICENSE +201 -0
  748. package/node_modules/bare-stream/README.md +354 -0
  749. package/node_modules/bare-stream/global.d.ts +31 -0
  750. package/node_modules/bare-stream/global.js +15 -0
  751. package/node_modules/bare-stream/index.d.ts +235 -0
  752. package/node_modules/bare-stream/index.js +493 -0
  753. package/node_modules/bare-stream/package.json +75 -0
  754. package/node_modules/bare-stream/promises.js +3 -0
  755. package/node_modules/bare-stream/web.d.ts +152 -0
  756. package/node_modules/bare-stream/web.js +607 -0
  757. package/node_modules/bare-url/CMakeLists.txt +36 -0
  758. package/node_modules/bare-url/LICENSE +201 -0
  759. package/node_modules/bare-url/README.md +33 -0
  760. package/node_modules/bare-url/binding.c +422 -0
  761. package/node_modules/bare-url/binding.js +1 -0
  762. package/node_modules/bare-url/global.d.ts +24 -0
  763. package/node_modules/bare-url/global.js +2 -0
  764. package/node_modules/bare-url/index.d.ts +96 -0
  765. package/node_modules/bare-url/index.js +676 -0
  766. package/node_modules/bare-url/lib/errors.d.ts +10 -0
  767. package/node_modules/bare-url/lib/errors.js +33 -0
  768. package/node_modules/bare-url/lib/url-search-params.d.ts +66 -0
  769. package/node_modules/bare-url/lib/url-search-params.js +276 -0
  770. package/node_modules/bare-url/package.json +54 -0
  771. package/node_modules/bare-url/prebuilds/android-arm/bare-url.bare +0 -0
  772. package/node_modules/bare-url/prebuilds/android-arm64/bare-url.bare +0 -0
  773. package/node_modules/bare-url/prebuilds/android-ia32/bare-url.bare +0 -0
  774. package/node_modules/bare-url/prebuilds/android-x64/bare-url.bare +0 -0
  775. package/node_modules/bare-url/prebuilds/darwin-arm64/bare-url.bare +0 -0
  776. package/node_modules/bare-url/prebuilds/darwin-x64/bare-url.bare +0 -0
  777. package/node_modules/bare-url/prebuilds/ios-arm64/bare-url.bare +0 -0
  778. package/node_modules/bare-url/prebuilds/ios-arm64-simulator/bare-url.bare +0 -0
  779. package/node_modules/bare-url/prebuilds/ios-x64-simulator/bare-url.bare +0 -0
  780. package/node_modules/bare-url/prebuilds/linux-arm64/bare-url.bare +0 -0
  781. package/node_modules/bare-url/prebuilds/linux-x64/bare-url.bare +0 -0
  782. package/node_modules/bare-url/prebuilds/win32-arm64/bare-url.bare +0 -0
  783. package/node_modules/bare-url/prebuilds/win32-x64/bare-url.bare +0 -0
  784. package/node_modules/commander/LICENSE +22 -0
  785. package/node_modules/commander/Readme.md +1172 -0
  786. package/node_modules/commander/index.js +21 -0
  787. package/node_modules/commander/lib/argument.js +147 -0
  788. package/node_modules/commander/lib/command.js +2790 -0
  789. package/node_modules/commander/lib/error.js +36 -0
  790. package/node_modules/commander/lib/help.js +731 -0
  791. package/node_modules/commander/lib/option.js +377 -0
  792. package/node_modules/commander/lib/suggestSimilar.js +99 -0
  793. package/node_modules/commander/package-support.json +19 -0
  794. package/node_modules/commander/package.json +64 -0
  795. package/node_modules/commander/typings/index.d.ts +1113 -0
  796. package/node_modules/esbuild/LICENSE.md +21 -0
  797. package/node_modules/esbuild/README.md +3 -0
  798. package/node_modules/esbuild/bin/esbuild +223 -0
  799. package/node_modules/esbuild/install.js +300 -0
  800. package/node_modules/esbuild/lib/main.d.ts +720 -0
  801. package/node_modules/esbuild/lib/main.js +2536 -0
  802. package/node_modules/esbuild/package.json +74 -0
  803. package/node_modules/events-universal/LICENSE +201 -0
  804. package/node_modules/events-universal/README.md +17 -0
  805. package/node_modules/events-universal/bare.js +1 -0
  806. package/node_modules/events-universal/default.js +1 -0
  807. package/node_modules/events-universal/index.js +1 -0
  808. package/node_modules/events-universal/package.json +39 -0
  809. package/node_modules/events-universal/react-native.js +1 -0
  810. package/node_modules/fast-fifo/LICENSE +21 -0
  811. package/node_modules/fast-fifo/README.md +78 -0
  812. package/node_modules/fast-fifo/fixed-size.js +39 -0
  813. package/node_modules/fast-fifo/index.js +48 -0
  814. package/node_modules/fast-fifo/package.json +28 -0
  815. package/node_modules/fast-string-truncated-width/dist/index.d.ts +4 -0
  816. package/node_modules/fast-string-truncated-width/dist/index.js +111 -0
  817. package/node_modules/fast-string-truncated-width/dist/types.d.ts +19 -0
  818. package/node_modules/fast-string-truncated-width/dist/types.js +2 -0
  819. package/node_modules/fast-string-truncated-width/dist/utils.d.ts +4 -0
  820. package/node_modules/fast-string-truncated-width/dist/utils.js +20 -0
  821. package/node_modules/fast-string-truncated-width/license +21 -0
  822. package/node_modules/fast-string-truncated-width/package.json +35 -0
  823. package/node_modules/fast-string-truncated-width/readme.md +59 -0
  824. package/node_modules/fast-string-width/dist/index.d.ts +4 -0
  825. package/node_modules/fast-string-width/dist/index.js +14 -0
  826. package/node_modules/fast-string-width/license +21 -0
  827. package/node_modules/fast-string-width/package.json +34 -0
  828. package/node_modules/fast-string-width/readme.md +42 -0
  829. package/node_modules/fast-wrap-ansi/LICENSE +23 -0
  830. package/node_modules/fast-wrap-ansi/README.md +26 -0
  831. package/node_modules/fast-wrap-ansi/lib/main.d.ts +6 -0
  832. package/node_modules/fast-wrap-ansi/lib/main.js +218 -0
  833. package/node_modules/fast-wrap-ansi/package.json +51 -0
  834. package/node_modules/sisteransi/license +21 -0
  835. package/node_modules/sisteransi/package.json +34 -0
  836. package/node_modules/sisteransi/readme.md +113 -0
  837. package/node_modules/sisteransi/src/index.js +58 -0
  838. package/node_modules/sisteransi/src/sisteransi.d.ts +35 -0
  839. package/node_modules/skillflag/LICENSE +21 -0
  840. package/node_modules/skillflag/README.md +44 -0
  841. package/node_modules/skillflag/dist/bin/skill-install.d.ts +3 -0
  842. package/node_modules/skillflag/dist/bin/skill-install.d.ts.map +1 -0
  843. package/node_modules/skillflag/dist/bin/skill-install.js +6 -0
  844. package/node_modules/skillflag/dist/bin/skill-install.js.map +1 -0
  845. package/node_modules/skillflag/dist/bin/skillflag.d.ts +3 -0
  846. package/node_modules/skillflag/dist/bin/skillflag.d.ts.map +1 -0
  847. package/node_modules/skillflag/dist/bin/skillflag.js +25 -0
  848. package/node_modules/skillflag/dist/bin/skillflag.js.map +1 -0
  849. package/node_modules/skillflag/dist/core/digest.d.ts +2 -0
  850. package/node_modules/skillflag/dist/core/digest.d.ts.map +1 -0
  851. package/node_modules/skillflag/dist/core/digest.js +15 -0
  852. package/node_modules/skillflag/dist/core/digest.js.map +1 -0
  853. package/node_modules/skillflag/dist/core/errors.d.ts +6 -0
  854. package/node_modules/skillflag/dist/core/errors.d.ts.map +1 -0
  855. package/node_modules/skillflag/dist/core/errors.js +13 -0
  856. package/node_modules/skillflag/dist/core/errors.js.map +1 -0
  857. package/node_modules/skillflag/dist/core/export.d.ts +2 -0
  858. package/node_modules/skillflag/dist/core/export.d.ts.map +1 -0
  859. package/node_modules/skillflag/dist/core/export.js +28 -0
  860. package/node_modules/skillflag/dist/core/export.js.map +1 -0
  861. package/node_modules/skillflag/dist/core/list.d.ts +21 -0
  862. package/node_modules/skillflag/dist/core/list.d.ts.map +1 -0
  863. package/node_modules/skillflag/dist/core/list.js +71 -0
  864. package/node_modules/skillflag/dist/core/list.js.map +1 -0
  865. package/node_modules/skillflag/dist/core/paths.d.ts +15 -0
  866. package/node_modules/skillflag/dist/core/paths.d.ts.map +1 -0
  867. package/node_modules/skillflag/dist/core/paths.js +149 -0
  868. package/node_modules/skillflag/dist/core/paths.js.map +1 -0
  869. package/node_modules/skillflag/dist/core/show.d.ts +2 -0
  870. package/node_modules/skillflag/dist/core/show.d.ts.map +1 -0
  871. package/node_modules/skillflag/dist/core/show.js +8 -0
  872. package/node_modules/skillflag/dist/core/show.js.map +1 -0
  873. package/node_modules/skillflag/dist/core/skillflag.d.ts +3 -0
  874. package/node_modules/skillflag/dist/core/skillflag.d.ts.map +1 -0
  875. package/node_modules/skillflag/dist/core/skillflag.js +2 -0
  876. package/node_modules/skillflag/dist/core/skillflag.js.map +1 -0
  877. package/node_modules/skillflag/dist/core/tar.d.ts +16 -0
  878. package/node_modules/skillflag/dist/core/tar.d.ts.map +1 -0
  879. package/node_modules/skillflag/dist/core/tar.js +140 -0
  880. package/node_modules/skillflag/dist/core/tar.js.map +1 -0
  881. package/node_modules/skillflag/dist/index.d.ts +5 -0
  882. package/node_modules/skillflag/dist/index.d.ts.map +1 -0
  883. package/node_modules/skillflag/dist/index.js +3 -0
  884. package/node_modules/skillflag/dist/index.js.map +1 -0
  885. package/node_modules/skillflag/dist/install/cli.d.ts +57 -0
  886. package/node_modules/skillflag/dist/install/cli.d.ts.map +1 -0
  887. package/node_modules/skillflag/dist/install/cli.js +653 -0
  888. package/node_modules/skillflag/dist/install/cli.js.map +1 -0
  889. package/node_modules/skillflag/dist/install/copy.d.ts +2 -0
  890. package/node_modules/skillflag/dist/install/copy.d.ts.map +1 -0
  891. package/node_modules/skillflag/dist/install/copy.js +19 -0
  892. package/node_modules/skillflag/dist/install/copy.js.map +1 -0
  893. package/node_modules/skillflag/dist/install/errors.d.ts +6 -0
  894. package/node_modules/skillflag/dist/install/errors.d.ts.map +1 -0
  895. package/node_modules/skillflag/dist/install/errors.js +13 -0
  896. package/node_modules/skillflag/dist/install/errors.js.map +1 -0
  897. package/node_modules/skillflag/dist/install/extract.d.ts +3 -0
  898. package/node_modules/skillflag/dist/install/extract.d.ts.map +1 -0
  899. package/node_modules/skillflag/dist/install/extract.js +76 -0
  900. package/node_modules/skillflag/dist/install/extract.js.map +1 -0
  901. package/node_modules/skillflag/dist/install/install.d.ts +21 -0
  902. package/node_modules/skillflag/dist/install/install.d.ts.map +1 -0
  903. package/node_modules/skillflag/dist/install/install.js +35 -0
  904. package/node_modules/skillflag/dist/install/install.js.map +1 -0
  905. package/node_modules/skillflag/dist/install/resolve.d.ts +12 -0
  906. package/node_modules/skillflag/dist/install/resolve.d.ts.map +1 -0
  907. package/node_modules/skillflag/dist/install/resolve.js +119 -0
  908. package/node_modules/skillflag/dist/install/resolve.js.map +1 -0
  909. package/node_modules/skillflag/dist/install/validate.d.ts +7 -0
  910. package/node_modules/skillflag/dist/install/validate.d.ts.map +1 -0
  911. package/node_modules/skillflag/dist/install/validate.js +28 -0
  912. package/node_modules/skillflag/dist/install/validate.js.map +1 -0
  913. package/node_modules/skillflag/dist/shared/frontmatter.d.ts +2 -0
  914. package/node_modules/skillflag/dist/shared/frontmatter.d.ts.map +1 -0
  915. package/node_modules/skillflag/dist/shared/frontmatter.js +28 -0
  916. package/node_modules/skillflag/dist/shared/frontmatter.js.map +1 -0
  917. package/node_modules/skillflag/dist/skillflag.d.ts +29 -0
  918. package/node_modules/skillflag/dist/skillflag.d.ts.map +1 -0
  919. package/node_modules/skillflag/dist/skillflag.js +230 -0
  920. package/node_modules/skillflag/dist/skillflag.js.map +1 -0
  921. package/node_modules/skillflag/dist/utils/collections.d.ts +3 -0
  922. package/node_modules/skillflag/dist/utils/collections.d.ts.map +1 -0
  923. package/node_modules/skillflag/dist/utils/collections.js +18 -0
  924. package/node_modules/skillflag/dist/utils/collections.js.map +1 -0
  925. package/node_modules/skillflag/package.json +78 -0
  926. package/node_modules/skillflag/skills/skillflag/SKILL.md +144 -0
  927. package/node_modules/streamx/LICENSE +21 -0
  928. package/node_modules/streamx/README.md +550 -0
  929. package/node_modules/streamx/index.d.ts +198 -0
  930. package/node_modules/streamx/index.js +1314 -0
  931. package/node_modules/streamx/lib/errors.d.ts +13 -0
  932. package/node_modules/streamx/lib/errors.js +47 -0
  933. package/node_modules/streamx/package.json +51 -0
  934. package/node_modules/streamx/runtime.d.ts +55 -0
  935. package/node_modules/tar-stream/LICENSE +21 -0
  936. package/node_modules/tar-stream/README.md +183 -0
  937. package/node_modules/tar-stream/constants.js +14 -0
  938. package/node_modules/tar-stream/extract.js +418 -0
  939. package/node_modules/tar-stream/headers.js +322 -0
  940. package/node_modules/tar-stream/index.d.ts +60 -0
  941. package/node_modules/tar-stream/index.js +2 -0
  942. package/node_modules/tar-stream/pack.js +287 -0
  943. package/node_modules/tar-stream/package.json +50 -0
  944. package/node_modules/teex/LICENSE +21 -0
  945. package/node_modules/teex/README.md +31 -0
  946. package/node_modules/teex/example.js +16 -0
  947. package/node_modules/teex/index.js +52 -0
  948. package/node_modules/teex/package.json +26 -0
  949. package/node_modules/teex/test.js +68 -0
  950. package/node_modules/text-decoder/LICENSE +201 -0
  951. package/node_modules/text-decoder/README.md +36 -0
  952. package/node_modules/text-decoder/index.js +64 -0
  953. package/node_modules/text-decoder/lib/pass-through-decoder.js +19 -0
  954. package/node_modules/text-decoder/lib/utf8-decoder.js +185 -0
  955. package/node_modules/text-decoder/package.json +39 -0
  956. package/node_modules/tsx/LICENSE +21 -0
  957. package/node_modules/tsx/README.md +32 -0
  958. package/node_modules/tsx/dist/cjs/api/index.cjs +2 -0
  959. package/node_modules/tsx/dist/cjs/api/index.d.cts +35 -0
  960. package/node_modules/tsx/dist/cjs/api/index.d.mts +35 -0
  961. package/node_modules/tsx/dist/cjs/api/index.mjs +2 -0
  962. package/node_modules/tsx/dist/cjs/index.cjs +1 -0
  963. package/node_modules/tsx/dist/cli.mjs +55 -0
  964. package/node_modules/tsx/dist/client-XItNFmsq.cjs +1 -0
  965. package/node_modules/tsx/dist/esm/api/index.cjs +2 -0
  966. package/node_modules/tsx/dist/esm/api/index.d.cts +37 -0
  967. package/node_modules/tsx/dist/esm/api/index.d.mts +37 -0
  968. package/node_modules/tsx/dist/esm/api/index.mjs +2 -0
  969. package/node_modules/tsx/dist/esm/index.mjs +2 -0
  970. package/node_modules/tsx/dist/index-Bqjv9TxC.mjs +1 -0
  971. package/node_modules/tsx/dist/index-DE3OBZuV.mjs +14 -0
  972. package/node_modules/tsx/dist/lexer-CGfpMDSb.cjs +3 -0
  973. package/node_modules/tsx/dist/lexer-CanA6ArK.mjs +3 -0
  974. package/node_modules/tsx/dist/loader.mjs +2 -0
  975. package/node_modules/tsx/dist/package-Dj0mHsMt.mjs +1 -0
  976. package/node_modules/tsx/dist/patch-repl.cjs +1 -0
  977. package/node_modules/tsx/dist/preflight.cjs +1 -0
  978. package/node_modules/tsx/dist/register-B1c7OH6V.cjs +23 -0
  979. package/node_modules/tsx/dist/register-nyXW-TH3.mjs +2 -0
  980. package/node_modules/tsx/dist/repl.mjs +4 -0
  981. package/node_modules/tsx/dist/require-CBjy4Foe.mjs +10 -0
  982. package/node_modules/tsx/dist/require-CVaYn9z3.cjs +1 -0
  983. package/node_modules/tsx/dist/suppress-warnings.cjs +1 -0
  984. package/node_modules/tsx/dist/temporary-directory-Du7LpLp9.mjs +1 -0
  985. package/node_modules/tsx/package.json +70 -0
  986. package/node_modules/zod/LICENSE +21 -0
  987. package/node_modules/zod/README.md +218 -0
  988. package/node_modules/zod/compile.cjs +96 -0
  989. package/node_modules/zod/compile.d.cts +1 -0
  990. package/node_modules/zod/compile.d.ts +1 -0
  991. package/node_modules/zod/compile.js +52 -0
  992. package/node_modules/zod/index.cjs +52 -0
  993. package/node_modules/zod/index.d.cts +3 -0
  994. package/node_modules/zod/index.d.ts +3 -0
  995. package/node_modules/zod/index.js +7 -0
  996. package/node_modules/zod/locales/index.cjs +36 -0
  997. package/node_modules/zod/locales/index.d.cts +1 -0
  998. package/node_modules/zod/locales/index.d.ts +1 -0
  999. package/node_modules/zod/locales/index.js +1 -0
  1000. package/node_modules/zod/locales/package.json +7 -0
  1001. package/node_modules/zod/mini/index.cjs +51 -0
  1002. package/node_modules/zod/mini/index.d.cts +3 -0
  1003. package/node_modules/zod/mini/index.d.ts +3 -0
  1004. package/node_modules/zod/mini/index.js +3 -0
  1005. package/node_modules/zod/mini/package.json +7 -0
  1006. package/node_modules/zod/package.json +147 -0
  1007. package/node_modules/zod/src/compile.ts +56 -0
  1008. package/node_modules/zod/src/index.ts +7 -0
  1009. package/node_modules/zod/src/locales/index.ts +1 -0
  1010. package/node_modules/zod/src/mini/index.ts +3 -0
  1011. package/node_modules/zod/src/v3/ZodError.ts +340 -0
  1012. package/node_modules/zod/src/v3/benchmarks/datetime.ts +58 -0
  1013. package/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +80 -0
  1014. package/node_modules/zod/src/v3/benchmarks/index.ts +59 -0
  1015. package/node_modules/zod/src/v3/benchmarks/ipv4.ts +57 -0
  1016. package/node_modules/zod/src/v3/benchmarks/object.ts +69 -0
  1017. package/node_modules/zod/src/v3/benchmarks/primitives.ts +162 -0
  1018. package/node_modules/zod/src/v3/benchmarks/realworld.ts +63 -0
  1019. package/node_modules/zod/src/v3/benchmarks/string.ts +55 -0
  1020. package/node_modules/zod/src/v3/benchmarks/union.ts +80 -0
  1021. package/node_modules/zod/src/v3/errors.ts +13 -0
  1022. package/node_modules/zod/src/v3/external.ts +6 -0
  1023. package/node_modules/zod/src/v3/helpers/enumUtil.ts +17 -0
  1024. package/node_modules/zod/src/v3/helpers/errorUtil.ts +8 -0
  1025. package/node_modules/zod/src/v3/helpers/parseUtil.ts +176 -0
  1026. package/node_modules/zod/src/v3/helpers/partialUtil.ts +34 -0
  1027. package/node_modules/zod/src/v3/helpers/typeAliases.ts +2 -0
  1028. package/node_modules/zod/src/v3/helpers/util.ts +224 -0
  1029. package/node_modules/zod/src/v3/index.ts +4 -0
  1030. package/node_modules/zod/src/v3/locales/en.ts +124 -0
  1031. package/node_modules/zod/src/v3/standard-schema.ts +113 -0
  1032. package/node_modules/zod/src/v3/tests/Mocker.ts +54 -0
  1033. package/node_modules/zod/src/v3/tests/all-errors.test.ts +157 -0
  1034. package/node_modules/zod/src/v3/tests/anyunknown.test.ts +28 -0
  1035. package/node_modules/zod/src/v3/tests/array.test.ts +71 -0
  1036. package/node_modules/zod/src/v3/tests/async-parsing.test.ts +388 -0
  1037. package/node_modules/zod/src/v3/tests/async-refinements.test.ts +46 -0
  1038. package/node_modules/zod/src/v3/tests/base.test.ts +29 -0
  1039. package/node_modules/zod/src/v3/tests/bigint.test.ts +55 -0
  1040. package/node_modules/zod/src/v3/tests/branded.test.ts +53 -0
  1041. package/node_modules/zod/src/v3/tests/catch.test.ts +220 -0
  1042. package/node_modules/zod/src/v3/tests/coerce.test.ts +133 -0
  1043. package/node_modules/zod/src/v3/tests/complex.test.ts +70 -0
  1044. package/node_modules/zod/src/v3/tests/custom.test.ts +31 -0
  1045. package/node_modules/zod/src/v3/tests/date.test.ts +32 -0
  1046. package/node_modules/zod/src/v3/tests/deepmasking.test.ts +186 -0
  1047. package/node_modules/zod/src/v3/tests/default.test.ts +112 -0
  1048. package/node_modules/zod/src/v3/tests/description.test.ts +33 -0
  1049. package/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +315 -0
  1050. package/node_modules/zod/src/v3/tests/enum.test.ts +80 -0
  1051. package/node_modules/zod/src/v3/tests/error.test.ts +586 -0
  1052. package/node_modules/zod/src/v3/tests/firstparty.test.ts +87 -0
  1053. package/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +21 -0
  1054. package/node_modules/zod/src/v3/tests/function.test.ts +261 -0
  1055. package/node_modules/zod/src/v3/tests/generics.test.ts +48 -0
  1056. package/node_modules/zod/src/v3/tests/instanceof.test.ts +37 -0
  1057. package/node_modules/zod/src/v3/tests/intersection.test.ts +128 -0
  1058. package/node_modules/zod/src/v3/tests/language-server.source.ts +76 -0
  1059. package/node_modules/zod/src/v3/tests/language-server.test.ts +206 -0
  1060. package/node_modules/zod/src/v3/tests/literal.test.ts +36 -0
  1061. package/node_modules/zod/src/v3/tests/map.test.ts +110 -0
  1062. package/node_modules/zod/src/v3/tests/masking.test.ts +4 -0
  1063. package/node_modules/zod/src/v3/tests/mocker.test.ts +19 -0
  1064. package/node_modules/zod/src/v3/tests/nan.test.ts +24 -0
  1065. package/node_modules/zod/src/v3/tests/nativeEnum.test.ts +87 -0
  1066. package/node_modules/zod/src/v3/tests/nullable.test.ts +42 -0
  1067. package/node_modules/zod/src/v3/tests/number.test.ts +176 -0
  1068. package/node_modules/zod/src/v3/tests/object-augmentation.test.ts +29 -0
  1069. package/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +29 -0
  1070. package/node_modules/zod/src/v3/tests/object.test.ts +431 -0
  1071. package/node_modules/zod/src/v3/tests/optional.test.ts +42 -0
  1072. package/node_modules/zod/src/v3/tests/parseUtil.test.ts +23 -0
  1073. package/node_modules/zod/src/v3/tests/parser.test.ts +41 -0
  1074. package/node_modules/zod/src/v3/tests/partials.test.ts +243 -0
  1075. package/node_modules/zod/src/v3/tests/pickomit.test.ts +111 -0
  1076. package/node_modules/zod/src/v3/tests/pipeline.test.ts +29 -0
  1077. package/node_modules/zod/src/v3/tests/preprocess.test.ts +186 -0
  1078. package/node_modules/zod/src/v3/tests/primitive.test.ts +440 -0
  1079. package/node_modules/zod/src/v3/tests/promise.test.ts +90 -0
  1080. package/node_modules/zod/src/v3/tests/readonly.test.ts +114 -0
  1081. package/node_modules/zod/src/v3/tests/record.test.ts +171 -0
  1082. package/node_modules/zod/src/v3/tests/recursive.test.ts +197 -0
  1083. package/node_modules/zod/src/v3/tests/refine.test.ts +313 -0
  1084. package/node_modules/zod/src/v3/tests/safeparse.test.ts +27 -0
  1085. package/node_modules/zod/src/v3/tests/set.test.ts +142 -0
  1086. package/node_modules/zod/src/v3/tests/standard-schema.test.ts +83 -0
  1087. package/node_modules/zod/src/v3/tests/string.test.ts +922 -0
  1088. package/node_modules/zod/src/v3/tests/transformer.test.ts +233 -0
  1089. package/node_modules/zod/src/v3/tests/tuple.test.ts +90 -0
  1090. package/node_modules/zod/src/v3/tests/unions.test.ts +57 -0
  1091. package/node_modules/zod/src/v3/tests/validations.test.ts +133 -0
  1092. package/node_modules/zod/src/v3/tests/void.test.ts +15 -0
  1093. package/node_modules/zod/src/v3/types.ts +5138 -0
  1094. package/node_modules/zod/src/v4/classic/checks.ts +33 -0
  1095. package/node_modules/zod/src/v4/classic/coerce.ts +27 -0
  1096. package/node_modules/zod/src/v4/classic/compat.ts +78 -0
  1097. package/node_modules/zod/src/v4/classic/deep-partial.ts +76 -0
  1098. package/node_modules/zod/src/v4/classic/errors.ts +97 -0
  1099. package/node_modules/zod/src/v4/classic/external.ts +57 -0
  1100. package/node_modules/zod/src/v4/classic/from-json-schema.ts +944 -0
  1101. package/node_modules/zod/src/v4/classic/in-out.ts +45 -0
  1102. package/node_modules/zod/src/v4/classic/index.ts +5 -0
  1103. package/node_modules/zod/src/v4/classic/iso.ts +20 -0
  1104. package/node_modules/zod/src/v4/classic/parse.ts +88 -0
  1105. package/node_modules/zod/src/v4/classic/schemas.ts +2937 -0
  1106. package/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +26 -0
  1107. package/node_modules/zod/src/v4/classic/tests/apply.test.ts +86 -0
  1108. package/node_modules/zod/src/v4/classic/tests/array.test.ts +264 -0
  1109. package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +402 -0
  1110. package/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +381 -0
  1111. package/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +68 -0
  1112. package/node_modules/zod/src/v4/classic/tests/base.test.ts +7 -0
  1113. package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +89 -0
  1114. package/node_modules/zod/src/v4/classic/tests/brand.test.ts +106 -0
  1115. package/node_modules/zod/src/v4/classic/tests/catch.test.ts +604 -0
  1116. package/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +20 -0
  1117. package/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +572 -0
  1118. package/node_modules/zod/src/v4/classic/tests/codec.test.ts +704 -0
  1119. package/node_modules/zod/src/v4/classic/tests/coerce.test.ts +160 -0
  1120. package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +374 -0
  1121. package/node_modules/zod/src/v4/classic/tests/credit-card.test.ts +76 -0
  1122. package/node_modules/zod/src/v4/classic/tests/custom.test.ts +40 -0
  1123. package/node_modules/zod/src/v4/classic/tests/cyclic-data.test.ts +985 -0
  1124. package/node_modules/zod/src/v4/classic/tests/date.test.ts +92 -0
  1125. package/node_modules/zod/src/v4/classic/tests/datetime.test.ts +316 -0
  1126. package/node_modules/zod/src/v4/classic/tests/deep-partial.test.ts +380 -0
  1127. package/node_modules/zod/src/v4/classic/tests/default-locale.test.ts +32 -0
  1128. package/node_modules/zod/src/v4/classic/tests/default.test.ts +455 -0
  1129. package/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +27 -0
  1130. package/node_modules/zod/src/v4/classic/tests/description.test.ts +32 -0
  1131. package/node_modules/zod/src/v4/classic/tests/detached-methods.test.ts +221 -0
  1132. package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +942 -0
  1133. package/node_modules/zod/src/v4/classic/tests/enum.test.ts +305 -0
  1134. package/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +917 -0
  1135. package/node_modules/zod/src/v4/classic/tests/error.test.ts +1108 -0
  1136. package/node_modules/zod/src/v4/classic/tests/file.test.ts +96 -0
  1137. package/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +179 -0
  1138. package/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +26 -0
  1139. package/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +1467 -0
  1140. package/node_modules/zod/src/v4/classic/tests/function.test.ts +391 -0
  1141. package/node_modules/zod/src/v4/classic/tests/generics.test.ts +72 -0
  1142. package/node_modules/zod/src/v4/classic/tests/global-config.test.ts +32 -0
  1143. package/node_modules/zod/src/v4/classic/tests/hash.test.ts +67 -0
  1144. package/node_modules/zod/src/v4/classic/tests/iban.test.ts +81 -0
  1145. package/node_modules/zod/src/v4/classic/tests/in-out.test.ts +159 -0
  1146. package/node_modules/zod/src/v4/classic/tests/index.test.ts +958 -0
  1147. package/node_modules/zod/src/v4/classic/tests/instance-footprint.test.ts +319 -0
  1148. package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +127 -0
  1149. package/node_modules/zod/src/v4/classic/tests/intersection.test.ts +334 -0
  1150. package/node_modules/zod/src/v4/classic/tests/issue-schema.test.ts +215 -0
  1151. package/node_modules/zod/src/v4/classic/tests/jitless-allows-eval.test.ts +39 -0
  1152. package/node_modules/zod/src/v4/classic/tests/json.test.ts +109 -0
  1153. package/node_modules/zod/src/v4/classic/tests/lazy.test.ts +262 -0
  1154. package/node_modules/zod/src/v4/classic/tests/literal.test.ts +128 -0
  1155. package/node_modules/zod/src/v4/classic/tests/locales_ka.test.ts +29 -0
  1156. package/node_modules/zod/src/v4/classic/tests/locales_ro.test.ts +24 -0
  1157. package/node_modules/zod/src/v4/classic/tests/map.test.ts +342 -0
  1158. package/node_modules/zod/src/v4/classic/tests/nan.test.ts +21 -0
  1159. package/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +168 -0
  1160. package/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +101 -0
  1161. package/node_modules/zod/src/v4/classic/tests/nullable.test.ts +22 -0
  1162. package/node_modules/zod/src/v4/classic/tests/number.test.ts +401 -0
  1163. package/node_modules/zod/src/v4/classic/tests/object.test.ts +1006 -0
  1164. package/node_modules/zod/src/v4/classic/tests/optin-ladder.test.ts +235 -0
  1165. package/node_modules/zod/src/v4/classic/tests/optional.test.ts +366 -0
  1166. package/node_modules/zod/src/v4/classic/tests/partial.test.ts +497 -0
  1167. package/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +211 -0
  1168. package/node_modules/zod/src/v4/classic/tests/pipe.test.ts +101 -0
  1169. package/node_modules/zod/src/v4/classic/tests/prefault.test.ts +144 -0
  1170. package/node_modules/zod/src/v4/classic/tests/preprocess-types.test.ts +44 -0
  1171. package/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +351 -0
  1172. package/node_modules/zod/src/v4/classic/tests/primitive.test.ts +175 -0
  1173. package/node_modules/zod/src/v4/classic/tests/promise.test.ts +81 -0
  1174. package/node_modules/zod/src/v4/classic/tests/properties.test.ts +141 -0
  1175. package/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +23 -0
  1176. package/node_modules/zod/src/v4/classic/tests/readonly.test.ts +184 -0
  1177. package/node_modules/zod/src/v4/classic/tests/record.test.ts +885 -0
  1178. package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +707 -0
  1179. package/node_modules/zod/src/v4/classic/tests/redos.test.ts +68 -0
  1180. package/node_modules/zod/src/v4/classic/tests/refine.test.ts +693 -0
  1181. package/node_modules/zod/src/v4/classic/tests/registries.test.ts +243 -0
  1182. package/node_modules/zod/src/v4/classic/tests/set.test.ts +190 -0
  1183. package/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +153 -0
  1184. package/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +125 -0
  1185. package/node_modules/zod/src/v4/classic/tests/string.test.ts +1440 -0
  1186. package/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +124 -0
  1187. package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +812 -0
  1188. package/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +438 -0
  1189. package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +4733 -0
  1190. package/node_modules/zod/src/v4/classic/tests/transform.test.ts +378 -0
  1191. package/node_modules/zod/src/v4/classic/tests/tuple.test.ts +511 -0
  1192. package/node_modules/zod/src/v4/classic/tests/union.test.ts +310 -0
  1193. package/node_modules/zod/src/v4/classic/tests/url.test.ts +13 -0
  1194. package/node_modules/zod/src/v4/classic/tests/validate.test.ts +645 -0
  1195. package/node_modules/zod/src/v4/classic/tests/validations.test.ts +283 -0
  1196. package/node_modules/zod/src/v4/classic/tests/void.test.ts +12 -0
  1197. package/node_modules/zod/src/v4/core/api.ts +1875 -0
  1198. package/node_modules/zod/src/v4/core/checks.ts +1266 -0
  1199. package/node_modules/zod/src/v4/core/compile.ts +2313 -0
  1200. package/node_modules/zod/src/v4/core/core.ts +230 -0
  1201. package/node_modules/zod/src/v4/core/doc.ts +52 -0
  1202. package/node_modules/zod/src/v4/core/errors.ts +543 -0
  1203. package/node_modules/zod/src/v4/core/index.ts +19 -0
  1204. package/node_modules/zod/src/v4/core/json-schema-generator.ts +131 -0
  1205. package/node_modules/zod/src/v4/core/json-schema-processors.ts +934 -0
  1206. package/node_modules/zod/src/v4/core/json-schema.ts +148 -0
  1207. package/node_modules/zod/src/v4/core/memoizer.ts +331 -0
  1208. package/node_modules/zod/src/v4/core/parse.ts +309 -0
  1209. package/node_modules/zod/src/v4/core/regexes.ts +217 -0
  1210. package/node_modules/zod/src/v4/core/registries.ts +105 -0
  1211. package/node_modules/zod/src/v4/core/schemas.ts +5192 -0
  1212. package/node_modules/zod/src/v4/core/standard-schema.ts +159 -0
  1213. package/node_modules/zod/src/v4/core/tests/cached.test.ts +54 -0
  1214. package/node_modules/zod/src/v4/core/tests/compile-differential.test.ts +1004 -0
  1215. package/node_modules/zod/src/v4/core/tests/compile-generative.test.ts +445 -0
  1216. package/node_modules/zod/src/v4/core/tests/compile-global.test.ts +89 -0
  1217. package/node_modules/zod/src/v4/core/tests/compile-off-by-default.test.ts +26 -0
  1218. package/node_modules/zod/src/v4/core/tests/compile-stats.test.ts +34 -0
  1219. package/node_modules/zod/src/v4/core/tests/compile.test.ts +2036 -0
  1220. package/node_modules/zod/src/v4/core/tests/email-regex.test.ts +140 -0
  1221. package/node_modules/zod/src/v4/core/tests/extend.test.ts +59 -0
  1222. package/node_modules/zod/src/v4/core/tests/index.test.ts +46 -0
  1223. package/node_modules/zod/src/v4/core/tests/locales/be.test.ts +124 -0
  1224. package/node_modules/zod/src/v4/core/tests/locales/el.test.ts +214 -0
  1225. package/node_modules/zod/src/v4/core/tests/locales/en.test.ts +22 -0
  1226. package/node_modules/zod/src/v4/core/tests/locales/es.test.ts +180 -0
  1227. package/node_modules/zod/src/v4/core/tests/locales/fr.test.ts +72 -0
  1228. package/node_modules/zod/src/v4/core/tests/locales/he.test.ts +379 -0
  1229. package/node_modules/zod/src/v4/core/tests/locales/hr.test.ts +163 -0
  1230. package/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +46 -0
  1231. package/node_modules/zod/src/v4/core/tests/locales/parity.test.ts +42 -0
  1232. package/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +128 -0
  1233. package/node_modules/zod/src/v4/core/tests/locales/tg.test.ts +85 -0
  1234. package/node_modules/zod/src/v4/core/tests/locales/tk.test.ts +69 -0
  1235. package/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +69 -0
  1236. package/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +105 -0
  1237. package/node_modules/zod/src/v4/core/tests/polyfill-collision.test.ts +46 -0
  1238. package/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +125 -0
  1239. package/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +45 -0
  1240. package/node_modules/zod/src/v4/core/tests/treeshake.test.ts +51 -0
  1241. package/node_modules/zod/src/v4/core/tests/url-no-canparse.test.ts +133 -0
  1242. package/node_modules/zod/src/v4/core/to-json-schema.ts +857 -0
  1243. package/node_modules/zod/src/v4/core/util.ts +1280 -0
  1244. package/node_modules/zod/src/v4/core/versions.ts +5 -0
  1245. package/node_modules/zod/src/v4/core/visit.ts +193 -0
  1246. package/node_modules/zod/src/v4/core/zsf.ts +323 -0
  1247. package/node_modules/zod/src/v4/index.ts +4 -0
  1248. package/node_modules/zod/src/v4/locales/ar.ts +120 -0
  1249. package/node_modules/zod/src/v4/locales/az.ts +116 -0
  1250. package/node_modules/zod/src/v4/locales/be.ts +188 -0
  1251. package/node_modules/zod/src/v4/locales/bg.ts +133 -0
  1252. package/node_modules/zod/src/v4/locales/bn.ts +123 -0
  1253. package/node_modules/zod/src/v4/locales/ca.ts +121 -0
  1254. package/node_modules/zod/src/v4/locales/ckb.ts +140 -0
  1255. package/node_modules/zod/src/v4/locales/cs.ts +123 -0
  1256. package/node_modules/zod/src/v4/locales/da.ts +128 -0
  1257. package/node_modules/zod/src/v4/locales/de.ts +121 -0
  1258. package/node_modules/zod/src/v4/locales/el.ts +124 -0
  1259. package/node_modules/zod/src/v4/locales/en.ts +136 -0
  1260. package/node_modules/zod/src/v4/locales/eo.ts +123 -0
  1261. package/node_modules/zod/src/v4/locales/es.ts +145 -0
  1262. package/node_modules/zod/src/v4/locales/fa.ts +131 -0
  1263. package/node_modules/zod/src/v4/locales/fi.ts +126 -0
  1264. package/node_modules/zod/src/v4/locales/fr-CA.ts +121 -0
  1265. package/node_modules/zod/src/v4/locales/fr.ts +139 -0
  1266. package/node_modules/zod/src/v4/locales/gu.ts +123 -0
  1267. package/node_modules/zod/src/v4/locales/he.ts +253 -0
  1268. package/node_modules/zod/src/v4/locales/hi.ts +126 -0
  1269. package/node_modules/zod/src/v4/locales/hr.ts +135 -0
  1270. package/node_modules/zod/src/v4/locales/hu.ts +122 -0
  1271. package/node_modules/zod/src/v4/locales/hy.ts +175 -0
  1272. package/node_modules/zod/src/v4/locales/id.ts +120 -0
  1273. package/node_modules/zod/src/v4/locales/index.ts +63 -0
  1274. package/node_modules/zod/src/v4/locales/is.ts +124 -0
  1275. package/node_modules/zod/src/v4/locales/it.ts +121 -0
  1276. package/node_modules/zod/src/v4/locales/ja.ts +119 -0
  1277. package/node_modules/zod/src/v4/locales/ka.ts +128 -0
  1278. package/node_modules/zod/src/v4/locales/kh.ts +7 -0
  1279. package/node_modules/zod/src/v4/locales/km.ts +124 -0
  1280. package/node_modules/zod/src/v4/locales/kn.ts +126 -0
  1281. package/node_modules/zod/src/v4/locales/ko.ts +126 -0
  1282. package/node_modules/zod/src/v4/locales/lt.ts +243 -0
  1283. package/node_modules/zod/src/v4/locales/mk.ts +123 -0
  1284. package/node_modules/zod/src/v4/locales/ms.ts +120 -0
  1285. package/node_modules/zod/src/v4/locales/ne.ts +128 -0
  1286. package/node_modules/zod/src/v4/locales/nl.ts +126 -0
  1287. package/node_modules/zod/src/v4/locales/nn.ts +121 -0
  1288. package/node_modules/zod/src/v4/locales/no.ts +121 -0
  1289. package/node_modules/zod/src/v4/locales/ota.ts +122 -0
  1290. package/node_modules/zod/src/v4/locales/pl.ts +123 -0
  1291. package/node_modules/zod/src/v4/locales/ps.ts +131 -0
  1292. package/node_modules/zod/src/v4/locales/pt-BR.ts +161 -0
  1293. package/node_modules/zod/src/v4/locales/pt.ts +159 -0
  1294. package/node_modules/zod/src/v4/locales/ro.ts +132 -0
  1295. package/node_modules/zod/src/v4/locales/ru.ts +188 -0
  1296. package/node_modules/zod/src/v4/locales/sk.ts +123 -0
  1297. package/node_modules/zod/src/v4/locales/sl.ts +123 -0
  1298. package/node_modules/zod/src/v4/locales/sv.ts +124 -0
  1299. package/node_modules/zod/src/v4/locales/ta.ts +123 -0
  1300. package/node_modules/zod/src/v4/locales/tg.ts +135 -0
  1301. package/node_modules/zod/src/v4/locales/th.ts +124 -0
  1302. package/node_modules/zod/src/v4/locales/tk.ts +113 -0
  1303. package/node_modules/zod/src/v4/locales/tr.ts +116 -0
  1304. package/node_modules/zod/src/v4/locales/ua.ts +7 -0
  1305. package/node_modules/zod/src/v4/locales/uk.ts +122 -0
  1306. package/node_modules/zod/src/v4/locales/ur.ts +124 -0
  1307. package/node_modules/zod/src/v4/locales/uz.ts +120 -0
  1308. package/node_modules/zod/src/v4/locales/vi.ts +122 -0
  1309. package/node_modules/zod/src/v4/locales/yo.ts +129 -0
  1310. package/node_modules/zod/src/v4/locales/zh-CN.ts +121 -0
  1311. package/node_modules/zod/src/v4/locales/zh-TW.ts +120 -0
  1312. package/node_modules/zod/src/v4/mini/checks.ts +33 -0
  1313. package/node_modules/zod/src/v4/mini/coerce.ts +27 -0
  1314. package/node_modules/zod/src/v4/mini/deep-partial.ts +73 -0
  1315. package/node_modules/zod/src/v4/mini/external.ts +52 -0
  1316. package/node_modules/zod/src/v4/mini/in-out.ts +45 -0
  1317. package/node_modules/zod/src/v4/mini/index.ts +3 -0
  1318. package/node_modules/zod/src/v4/mini/iso.ts +66 -0
  1319. package/node_modules/zod/src/v4/mini/parse.ts +16 -0
  1320. package/node_modules/zod/src/v4/mini/schemas.ts +2051 -0
  1321. package/node_modules/zod/src/v4/mini/tests/apply.test.ts +57 -0
  1322. package/node_modules/zod/src/v4/mini/tests/assignability.test.ts +190 -0
  1323. package/node_modules/zod/src/v4/mini/tests/brand.test.ts +94 -0
  1324. package/node_modules/zod/src/v4/mini/tests/checks.test.ts +158 -0
  1325. package/node_modules/zod/src/v4/mini/tests/codec.test.ts +582 -0
  1326. package/node_modules/zod/src/v4/mini/tests/computed.test.ts +30 -0
  1327. package/node_modules/zod/src/v4/mini/tests/cyclic-data.test.ts +84 -0
  1328. package/node_modules/zod/src/v4/mini/tests/deep-partial.test.ts +54 -0
  1329. package/node_modules/zod/src/v4/mini/tests/error.test.ts +41 -0
  1330. package/node_modules/zod/src/v4/mini/tests/functions.test.ts +14 -0
  1331. package/node_modules/zod/src/v4/mini/tests/index.test.ts +1146 -0
  1332. package/node_modules/zod/src/v4/mini/tests/number.test.ts +109 -0
  1333. package/node_modules/zod/src/v4/mini/tests/object.test.ts +292 -0
  1334. package/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +43 -0
  1335. package/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +341 -0
  1336. package/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +50 -0
  1337. package/node_modules/zod/src/v4/mini/tests/string.test.ts +396 -0
  1338. package/node_modules/zod/src/v4-mini/index.ts +3 -0
  1339. package/node_modules/zod/v3/ZodError.cjs +167 -0
  1340. package/node_modules/zod/v3/ZodError.d.cts +164 -0
  1341. package/node_modules/zod/v3/ZodError.d.ts +164 -0
  1342. package/node_modules/zod/v3/ZodError.js +143 -0
  1343. package/node_modules/zod/v3/errors.cjs +36 -0
  1344. package/node_modules/zod/v3/errors.d.cts +5 -0
  1345. package/node_modules/zod/v3/errors.d.ts +5 -0
  1346. package/node_modules/zod/v3/errors.js +9 -0
  1347. package/node_modules/zod/v3/external.cjs +41 -0
  1348. package/node_modules/zod/v3/external.d.cts +6 -0
  1349. package/node_modules/zod/v3/external.d.ts +6 -0
  1350. package/node_modules/zod/v3/external.js +6 -0
  1351. package/node_modules/zod/v3/helpers/enumUtil.cjs +21 -0
  1352. package/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
  1353. package/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
  1354. package/node_modules/zod/v3/helpers/enumUtil.js +1 -0
  1355. package/node_modules/zod/v3/helpers/errorUtil.cjs +28 -0
  1356. package/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
  1357. package/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
  1358. package/node_modules/zod/v3/helpers/errorUtil.js +6 -0
  1359. package/node_modules/zod/v3/helpers/parseUtil.cjs +143 -0
  1360. package/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
  1361. package/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
  1362. package/node_modules/zod/v3/helpers/parseUtil.js +109 -0
  1363. package/node_modules/zod/v3/helpers/partialUtil.cjs +21 -0
  1364. package/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
  1365. package/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
  1366. package/node_modules/zod/v3/helpers/partialUtil.js +1 -0
  1367. package/node_modules/zod/v3/helpers/typeAliases.cjs +21 -0
  1368. package/node_modules/zod/v3/helpers/typeAliases.d.cts +2 -0
  1369. package/node_modules/zod/v3/helpers/typeAliases.d.ts +2 -0
  1370. package/node_modules/zod/v3/helpers/typeAliases.js +1 -0
  1371. package/node_modules/zod/v3/helpers/util.cjs +156 -0
  1372. package/node_modules/zod/v3/helpers/util.d.cts +85 -0
  1373. package/node_modules/zod/v3/helpers/util.d.ts +85 -0
  1374. package/node_modules/zod/v3/helpers/util.js +133 -0
  1375. package/node_modules/zod/v3/index.cjs +52 -0
  1376. package/node_modules/zod/v3/index.d.cts +4 -0
  1377. package/node_modules/zod/v3/index.d.ts +4 -0
  1378. package/node_modules/zod/v3/index.js +4 -0
  1379. package/node_modules/zod/v3/locales/en.cjs +112 -0
  1380. package/node_modules/zod/v3/locales/en.d.cts +3 -0
  1381. package/node_modules/zod/v3/locales/en.d.ts +3 -0
  1382. package/node_modules/zod/v3/locales/en.js +109 -0
  1383. package/node_modules/zod/v3/package.json +7 -0
  1384. package/node_modules/zod/v3/standard-schema.cjs +21 -0
  1385. package/node_modules/zod/v3/standard-schema.d.cts +102 -0
  1386. package/node_modules/zod/v3/standard-schema.d.ts +102 -0
  1387. package/node_modules/zod/v3/standard-schema.js +1 -0
  1388. package/node_modules/zod/v3/types.cjs +3798 -0
  1389. package/node_modules/zod/v3/types.d.cts +1034 -0
  1390. package/node_modules/zod/v3/types.d.ts +1034 -0
  1391. package/node_modules/zod/v3/types.js +3697 -0
  1392. package/node_modules/zod/v4/classic/checks.cjs +53 -0
  1393. package/node_modules/zod/v4/classic/checks.d.cts +1 -0
  1394. package/node_modules/zod/v4/classic/checks.d.ts +1 -0
  1395. package/node_modules/zod/v4/classic/checks.js +1 -0
  1396. package/node_modules/zod/v4/classic/coerce.cjs +66 -0
  1397. package/node_modules/zod/v4/classic/coerce.d.cts +17 -0
  1398. package/node_modules/zod/v4/classic/coerce.d.ts +17 -0
  1399. package/node_modules/zod/v4/classic/coerce.js +17 -0
  1400. package/node_modules/zod/v4/classic/compat.cjs +80 -0
  1401. package/node_modules/zod/v4/classic/compat.d.cts +48 -0
  1402. package/node_modules/zod/v4/classic/compat.d.ts +48 -0
  1403. package/node_modules/zod/v4/classic/compat.js +31 -0
  1404. package/node_modules/zod/v4/classic/deep-partial.cjs +58 -0
  1405. package/node_modules/zod/v4/classic/deep-partial.d.cts +14 -0
  1406. package/node_modules/zod/v4/classic/deep-partial.d.ts +14 -0
  1407. package/node_modules/zod/v4/classic/deep-partial.js +13 -0
  1408. package/node_modules/zod/v4/classic/errors.cjs +102 -0
  1409. package/node_modules/zod/v4/classic/errors.d.cts +29 -0
  1410. package/node_modules/zod/v4/classic/errors.d.ts +29 -0
  1411. package/node_modules/zod/v4/classic/errors.js +57 -0
  1412. package/node_modules/zod/v4/classic/external.cjs +97 -0
  1413. package/node_modules/zod/v4/classic/external.d.cts +19 -0
  1414. package/node_modules/zod/v4/classic/external.d.ts +19 -0
  1415. package/node_modules/zod/v4/classic/external.js +17 -0
  1416. package/node_modules/zod/v4/classic/from-json-schema.cjs +926 -0
  1417. package/node_modules/zod/v4/classic/from-json-schema.d.cts +12 -0
  1418. package/node_modules/zod/v4/classic/from-json-schema.d.ts +12 -0
  1419. package/node_modules/zod/v4/classic/from-json-schema.js +881 -0
  1420. package/node_modules/zod/v4/classic/in-out.cjs +82 -0
  1421. package/node_modules/zod/v4/classic/in-out.d.cts +8 -0
  1422. package/node_modules/zod/v4/classic/in-out.d.ts +8 -0
  1423. package/node_modules/zod/v4/classic/in-out.js +36 -0
  1424. package/node_modules/zod/v4/classic/index.cjs +52 -0
  1425. package/node_modules/zod/v4/classic/index.d.cts +3 -0
  1426. package/node_modules/zod/v4/classic/index.d.ts +3 -0
  1427. package/node_modules/zod/v4/classic/index.js +4 -0
  1428. package/node_modules/zod/v4/classic/iso.cjs +68 -0
  1429. package/node_modules/zod/v4/classic/iso.d.cts +7 -0
  1430. package/node_modules/zod/v4/classic/iso.d.ts +7 -0
  1431. package/node_modules/zod/v4/classic/iso.js +15 -0
  1432. package/node_modules/zod/v4/classic/package.json +7 -0
  1433. package/node_modules/zod/v4/classic/parse.cjs +63 -0
  1434. package/node_modules/zod/v4/classic/parse.d.cts +44 -0
  1435. package/node_modules/zod/v4/classic/parse.d.ts +44 -0
  1436. package/node_modules/zod/v4/classic/parse.js +16 -0
  1437. package/node_modules/zod/v4/classic/schemas.cjs +1676 -0
  1438. package/node_modules/zod/v4/classic/schemas.d.cts +816 -0
  1439. package/node_modules/zod/v4/classic/schemas.d.ts +816 -0
  1440. package/node_modules/zod/v4/classic/schemas.js +1535 -0
  1441. package/node_modules/zod/v4/core/api.cjs +1269 -0
  1442. package/node_modules/zod/v4/core/api.d.cts +335 -0
  1443. package/node_modules/zod/v4/core/api.d.ts +335 -0
  1444. package/node_modules/zod/v4/core/api.js +1107 -0
  1445. package/node_modules/zod/v4/core/checks.cjs +561 -0
  1446. package/node_modules/zod/v4/core/checks.d.cts +294 -0
  1447. package/node_modules/zod/v4/core/checks.d.ts +294 -0
  1448. package/node_modules/zod/v4/core/checks.js +516 -0
  1449. package/node_modules/zod/v4/core/compile.cjs +1908 -0
  1450. package/node_modules/zod/v4/core/compile.d.cts +65 -0
  1451. package/node_modules/zod/v4/core/compile.d.ts +65 -0
  1452. package/node_modules/zod/v4/core/compile.js +1858 -0
  1453. package/node_modules/zod/v4/core/core.cjs +167 -0
  1454. package/node_modules/zod/v4/core/core.d.cts +82 -0
  1455. package/node_modules/zod/v4/core/core.d.ts +82 -0
  1456. package/node_modules/zod/v4/core/core.js +141 -0
  1457. package/node_modules/zod/v4/core/doc.cjs +61 -0
  1458. package/node_modules/zod/v4/core/doc.d.cts +16 -0
  1459. package/node_modules/zod/v4/core/doc.d.ts +16 -0
  1460. package/node_modules/zod/v4/core/doc.js +38 -0
  1461. package/node_modules/zod/v4/core/errors.cjs +317 -0
  1462. package/node_modules/zod/v4/core/errors.d.cts +225 -0
  1463. package/node_modules/zod/v4/core/errors.d.ts +225 -0
  1464. package/node_modules/zod/v4/core/errors.js +267 -0
  1465. package/node_modules/zod/v4/core/index.cjs +70 -0
  1466. package/node_modules/zod/v4/core/index.d.cts +19 -0
  1467. package/node_modules/zod/v4/core/index.d.ts +19 -0
  1468. package/node_modules/zod/v4/core/index.js +19 -0
  1469. package/node_modules/zod/v4/core/json-schema-generator.cjs +122 -0
  1470. package/node_modules/zod/v4/core/json-schema-generator.d.cts +65 -0
  1471. package/node_modules/zod/v4/core/json-schema-generator.d.ts +65 -0
  1472. package/node_modules/zod/v4/core/json-schema-generator.js +99 -0
  1473. package/node_modules/zod/v4/core/json-schema-processors.cjs +929 -0
  1474. package/node_modules/zod/v4/core/json-schema-processors.d.cts +65 -0
  1475. package/node_modules/zod/v4/core/json-schema-processors.d.ts +65 -0
  1476. package/node_modules/zod/v4/core/json-schema-processors.js +843 -0
  1477. package/node_modules/zod/v4/core/json-schema.cjs +21 -0
  1478. package/node_modules/zod/v4/core/json-schema.d.cts +89 -0
  1479. package/node_modules/zod/v4/core/json-schema.d.ts +89 -0
  1480. package/node_modules/zod/v4/core/json-schema.js +1 -0
  1481. package/node_modules/zod/v4/core/memoizer.cjs +360 -0
  1482. package/node_modules/zod/v4/core/memoizer.d.cts +15 -0
  1483. package/node_modules/zod/v4/core/memoizer.d.ts +15 -0
  1484. package/node_modules/zod/v4/core/memoizer.js +311 -0
  1485. package/node_modules/zod/v4/core/package.json +7 -0
  1486. package/node_modules/zod/v4/core/parse.cjs +233 -0
  1487. package/node_modules/zod/v4/core/parse.d.cts +52 -0
  1488. package/node_modules/zod/v4/core/parse.d.ts +52 -0
  1489. package/node_modules/zod/v4/core/parse.js +175 -0
  1490. package/node_modules/zod/v4/core/regexes.cjs +209 -0
  1491. package/node_modules/zod/v4/core/regexes.d.cts +90 -0
  1492. package/node_modules/zod/v4/core/regexes.d.ts +90 -0
  1493. package/node_modules/zod/v4/core/regexes.js +156 -0
  1494. package/node_modules/zod/v4/core/registries.cjs +75 -0
  1495. package/node_modules/zod/v4/core/registries.d.cts +35 -0
  1496. package/node_modules/zod/v4/core/registries.d.ts +35 -0
  1497. package/node_modules/zod/v4/core/registries.js +51 -0
  1498. package/node_modules/zod/v4/core/schemas.cjs +2669 -0
  1499. package/node_modules/zod/v4/core/schemas.d.cts +1273 -0
  1500. package/node_modules/zod/v4/core/schemas.d.ts +1273 -0
  1501. package/node_modules/zod/v4/core/schemas.js +2606 -0
  1502. package/node_modules/zod/v4/core/standard-schema.cjs +21 -0
  1503. package/node_modules/zod/v4/core/standard-schema.d.cts +126 -0
  1504. package/node_modules/zod/v4/core/standard-schema.d.ts +126 -0
  1505. package/node_modules/zod/v4/core/standard-schema.js +1 -0
  1506. package/node_modules/zod/v4/core/to-json-schema.cjs +681 -0
  1507. package/node_modules/zod/v4/core/to-json-schema.d.cts +154 -0
  1508. package/node_modules/zod/v4/core/to-json-schema.d.ts +154 -0
  1509. package/node_modules/zod/v4/core/to-json-schema.js +651 -0
  1510. package/node_modules/zod/v4/core/util.cjs +949 -0
  1511. package/node_modules/zod/v4/core/util.d.cts +278 -0
  1512. package/node_modules/zod/v4/core/util.d.ts +278 -0
  1513. package/node_modules/zod/v4/core/util.js +859 -0
  1514. package/node_modules/zod/v4/core/versions.cjs +27 -0
  1515. package/node_modules/zod/v4/core/versions.d.cts +5 -0
  1516. package/node_modules/zod/v4/core/versions.d.ts +5 -0
  1517. package/node_modules/zod/v4/core/versions.js +5 -0
  1518. package/node_modules/zod/v4/core/visit.cjs +214 -0
  1519. package/node_modules/zod/v4/core/visit.d.cts +30 -0
  1520. package/node_modules/zod/v4/core/visit.d.ts +30 -0
  1521. package/node_modules/zod/v4/core/visit.js +169 -0
  1522. package/node_modules/zod/v4/index.cjs +51 -0
  1523. package/node_modules/zod/v4/index.d.cts +3 -0
  1524. package/node_modules/zod/v4/index.d.ts +3 -0
  1525. package/node_modules/zod/v4/index.js +4 -0
  1526. package/node_modules/zod/v4/locales/ar.cjs +138 -0
  1527. package/node_modules/zod/v4/locales/ar.d.cts +5 -0
  1528. package/node_modules/zod/v4/locales/ar.d.ts +4 -0
  1529. package/node_modules/zod/v4/locales/ar.js +111 -0
  1530. package/node_modules/zod/v4/locales/az.cjs +137 -0
  1531. package/node_modules/zod/v4/locales/az.d.cts +5 -0
  1532. package/node_modules/zod/v4/locales/az.d.ts +4 -0
  1533. package/node_modules/zod/v4/locales/az.js +110 -0
  1534. package/node_modules/zod/v4/locales/be.cjs +195 -0
  1535. package/node_modules/zod/v4/locales/be.d.cts +5 -0
  1536. package/node_modules/zod/v4/locales/be.d.ts +4 -0
  1537. package/node_modules/zod/v4/locales/be.js +168 -0
  1538. package/node_modules/zod/v4/locales/bg.cjs +152 -0
  1539. package/node_modules/zod/v4/locales/bg.d.cts +5 -0
  1540. package/node_modules/zod/v4/locales/bg.d.ts +4 -0
  1541. package/node_modules/zod/v4/locales/bg.js +125 -0
  1542. package/node_modules/zod/v4/locales/bn.cjs +140 -0
  1543. package/node_modules/zod/v4/locales/bn.d.cts +5 -0
  1544. package/node_modules/zod/v4/locales/bn.d.ts +4 -0
  1545. package/node_modules/zod/v4/locales/bn.js +113 -0
  1546. package/node_modules/zod/v4/locales/ca.cjs +139 -0
  1547. package/node_modules/zod/v4/locales/ca.d.cts +5 -0
  1548. package/node_modules/zod/v4/locales/ca.d.ts +4 -0
  1549. package/node_modules/zod/v4/locales/ca.js +112 -0
  1550. package/node_modules/zod/v4/locales/ckb.cjs +160 -0
  1551. package/node_modules/zod/v4/locales/ckb.d.cts +5 -0
  1552. package/node_modules/zod/v4/locales/ckb.d.ts +4 -0
  1553. package/node_modules/zod/v4/locales/ckb.js +133 -0
  1554. package/node_modules/zod/v4/locales/cs.cjs +143 -0
  1555. package/node_modules/zod/v4/locales/cs.d.cts +5 -0
  1556. package/node_modules/zod/v4/locales/cs.d.ts +4 -0
  1557. package/node_modules/zod/v4/locales/cs.js +116 -0
  1558. package/node_modules/zod/v4/locales/da.cjs +147 -0
  1559. package/node_modules/zod/v4/locales/da.d.cts +5 -0
  1560. package/node_modules/zod/v4/locales/da.d.ts +4 -0
  1561. package/node_modules/zod/v4/locales/da.js +120 -0
  1562. package/node_modules/zod/v4/locales/de.cjs +140 -0
  1563. package/node_modules/zod/v4/locales/de.d.cts +5 -0
  1564. package/node_modules/zod/v4/locales/de.d.ts +4 -0
  1565. package/node_modules/zod/v4/locales/de.js +113 -0
  1566. package/node_modules/zod/v4/locales/el.cjs +139 -0
  1567. package/node_modules/zod/v4/locales/el.d.cts +5 -0
  1568. package/node_modules/zod/v4/locales/el.d.ts +4 -0
  1569. package/node_modules/zod/v4/locales/el.js +112 -0
  1570. package/node_modules/zod/v4/locales/en.cjs +152 -0
  1571. package/node_modules/zod/v4/locales/en.d.cts +5 -0
  1572. package/node_modules/zod/v4/locales/en.d.ts +4 -0
  1573. package/node_modules/zod/v4/locales/en.js +125 -0
  1574. package/node_modules/zod/v4/locales/eo.cjs +141 -0
  1575. package/node_modules/zod/v4/locales/eo.d.cts +5 -0
  1576. package/node_modules/zod/v4/locales/eo.d.ts +4 -0
  1577. package/node_modules/zod/v4/locales/eo.js +114 -0
  1578. package/node_modules/zod/v4/locales/es.cjs +163 -0
  1579. package/node_modules/zod/v4/locales/es.d.cts +5 -0
  1580. package/node_modules/zod/v4/locales/es.d.ts +4 -0
  1581. package/node_modules/zod/v4/locales/es.js +136 -0
  1582. package/node_modules/zod/v4/locales/fa.cjs +146 -0
  1583. package/node_modules/zod/v4/locales/fa.d.cts +5 -0
  1584. package/node_modules/zod/v4/locales/fa.d.ts +4 -0
  1585. package/node_modules/zod/v4/locales/fa.js +119 -0
  1586. package/node_modules/zod/v4/locales/fi.cjs +144 -0
  1587. package/node_modules/zod/v4/locales/fi.d.cts +5 -0
  1588. package/node_modules/zod/v4/locales/fi.d.ts +4 -0
  1589. package/node_modules/zod/v4/locales/fi.js +117 -0
  1590. package/node_modules/zod/v4/locales/fr-CA.cjs +139 -0
  1591. package/node_modules/zod/v4/locales/fr-CA.d.cts +5 -0
  1592. package/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
  1593. package/node_modules/zod/v4/locales/fr-CA.js +112 -0
  1594. package/node_modules/zod/v4/locales/fr.cjs +156 -0
  1595. package/node_modules/zod/v4/locales/fr.d.cts +5 -0
  1596. package/node_modules/zod/v4/locales/fr.d.ts +4 -0
  1597. package/node_modules/zod/v4/locales/fr.js +129 -0
  1598. package/node_modules/zod/v4/locales/gu.cjs +140 -0
  1599. package/node_modules/zod/v4/locales/gu.d.cts +5 -0
  1600. package/node_modules/zod/v4/locales/gu.d.ts +4 -0
  1601. package/node_modules/zod/v4/locales/gu.js +113 -0
  1602. package/node_modules/zod/v4/locales/he.cjs +248 -0
  1603. package/node_modules/zod/v4/locales/he.d.cts +5 -0
  1604. package/node_modules/zod/v4/locales/he.d.ts +4 -0
  1605. package/node_modules/zod/v4/locales/he.js +221 -0
  1606. package/node_modules/zod/v4/locales/hi.cjs +138 -0
  1607. package/node_modules/zod/v4/locales/hi.d.cts +5 -0
  1608. package/node_modules/zod/v4/locales/hi.d.ts +4 -0
  1609. package/node_modules/zod/v4/locales/hi.js +111 -0
  1610. package/node_modules/zod/v4/locales/hr.cjs +153 -0
  1611. package/node_modules/zod/v4/locales/hr.d.cts +5 -0
  1612. package/node_modules/zod/v4/locales/hr.d.ts +4 -0
  1613. package/node_modules/zod/v4/locales/hr.js +126 -0
  1614. package/node_modules/zod/v4/locales/hu.cjs +140 -0
  1615. package/node_modules/zod/v4/locales/hu.d.cts +5 -0
  1616. package/node_modules/zod/v4/locales/hu.d.ts +4 -0
  1617. package/node_modules/zod/v4/locales/hu.js +113 -0
  1618. package/node_modules/zod/v4/locales/hy.cjs +185 -0
  1619. package/node_modules/zod/v4/locales/hy.d.cts +5 -0
  1620. package/node_modules/zod/v4/locales/hy.d.ts +4 -0
  1621. package/node_modules/zod/v4/locales/hy.js +158 -0
  1622. package/node_modules/zod/v4/locales/id.cjs +138 -0
  1623. package/node_modules/zod/v4/locales/id.d.cts +5 -0
  1624. package/node_modules/zod/v4/locales/id.d.ts +4 -0
  1625. package/node_modules/zod/v4/locales/id.js +111 -0
  1626. package/node_modules/zod/v4/locales/index.cjs +152 -0
  1627. package/node_modules/zod/v4/locales/index.d.cts +63 -0
  1628. package/node_modules/zod/v4/locales/index.d.ts +63 -0
  1629. package/node_modules/zod/v4/locales/index.js +63 -0
  1630. package/node_modules/zod/v4/locales/is.cjs +141 -0
  1631. package/node_modules/zod/v4/locales/is.d.cts +5 -0
  1632. package/node_modules/zod/v4/locales/is.d.ts +4 -0
  1633. package/node_modules/zod/v4/locales/is.js +114 -0
  1634. package/node_modules/zod/v4/locales/it.cjs +140 -0
  1635. package/node_modules/zod/v4/locales/it.d.cts +5 -0
  1636. package/node_modules/zod/v4/locales/it.d.ts +4 -0
  1637. package/node_modules/zod/v4/locales/it.js +113 -0
  1638. package/node_modules/zod/v4/locales/ja.cjs +139 -0
  1639. package/node_modules/zod/v4/locales/ja.d.cts +5 -0
  1640. package/node_modules/zod/v4/locales/ja.d.ts +4 -0
  1641. package/node_modules/zod/v4/locales/ja.js +112 -0
  1642. package/node_modules/zod/v4/locales/ka.cjs +144 -0
  1643. package/node_modules/zod/v4/locales/ka.d.cts +5 -0
  1644. package/node_modules/zod/v4/locales/ka.d.ts +4 -0
  1645. package/node_modules/zod/v4/locales/ka.js +117 -0
  1646. package/node_modules/zod/v4/locales/kh.cjs +12 -0
  1647. package/node_modules/zod/v4/locales/kh.d.cts +5 -0
  1648. package/node_modules/zod/v4/locales/kh.d.ts +5 -0
  1649. package/node_modules/zod/v4/locales/kh.js +5 -0
  1650. package/node_modules/zod/v4/locales/km.cjs +142 -0
  1651. package/node_modules/zod/v4/locales/km.d.cts +5 -0
  1652. package/node_modules/zod/v4/locales/km.d.ts +4 -0
  1653. package/node_modules/zod/v4/locales/km.js +115 -0
  1654. package/node_modules/zod/v4/locales/kn.cjs +143 -0
  1655. package/node_modules/zod/v4/locales/kn.d.cts +5 -0
  1656. package/node_modules/zod/v4/locales/kn.d.ts +4 -0
  1657. package/node_modules/zod/v4/locales/kn.js +116 -0
  1658. package/node_modules/zod/v4/locales/ko.cjs +143 -0
  1659. package/node_modules/zod/v4/locales/ko.d.cts +5 -0
  1660. package/node_modules/zod/v4/locales/ko.d.ts +4 -0
  1661. package/node_modules/zod/v4/locales/ko.js +116 -0
  1662. package/node_modules/zod/v4/locales/lt.cjs +234 -0
  1663. package/node_modules/zod/v4/locales/lt.d.cts +5 -0
  1664. package/node_modules/zod/v4/locales/lt.d.ts +4 -0
  1665. package/node_modules/zod/v4/locales/lt.js +207 -0
  1666. package/node_modules/zod/v4/locales/mk.cjs +141 -0
  1667. package/node_modules/zod/v4/locales/mk.d.cts +5 -0
  1668. package/node_modules/zod/v4/locales/mk.d.ts +4 -0
  1669. package/node_modules/zod/v4/locales/mk.js +114 -0
  1670. package/node_modules/zod/v4/locales/ms.cjs +139 -0
  1671. package/node_modules/zod/v4/locales/ms.d.cts +5 -0
  1672. package/node_modules/zod/v4/locales/ms.d.ts +4 -0
  1673. package/node_modules/zod/v4/locales/ms.js +112 -0
  1674. package/node_modules/zod/v4/locales/ne.cjs +138 -0
  1675. package/node_modules/zod/v4/locales/ne.d.cts +5 -0
  1676. package/node_modules/zod/v4/locales/ne.d.ts +4 -0
  1677. package/node_modules/zod/v4/locales/ne.js +111 -0
  1678. package/node_modules/zod/v4/locales/nl.cjs +142 -0
  1679. package/node_modules/zod/v4/locales/nl.d.cts +5 -0
  1680. package/node_modules/zod/v4/locales/nl.d.ts +4 -0
  1681. package/node_modules/zod/v4/locales/nl.js +115 -0
  1682. package/node_modules/zod/v4/locales/nn.cjs +140 -0
  1683. package/node_modules/zod/v4/locales/nn.d.cts +5 -0
  1684. package/node_modules/zod/v4/locales/nn.d.ts +4 -0
  1685. package/node_modules/zod/v4/locales/nn.js +113 -0
  1686. package/node_modules/zod/v4/locales/no.cjs +140 -0
  1687. package/node_modules/zod/v4/locales/no.d.cts +5 -0
  1688. package/node_modules/zod/v4/locales/no.d.ts +4 -0
  1689. package/node_modules/zod/v4/locales/no.js +113 -0
  1690. package/node_modules/zod/v4/locales/ota.cjs +141 -0
  1691. package/node_modules/zod/v4/locales/ota.d.cts +5 -0
  1692. package/node_modules/zod/v4/locales/ota.d.ts +4 -0
  1693. package/node_modules/zod/v4/locales/ota.js +114 -0
  1694. package/node_modules/zod/v4/locales/package.json +7 -0
  1695. package/node_modules/zod/v4/locales/pl.cjs +141 -0
  1696. package/node_modules/zod/v4/locales/pl.d.cts +5 -0
  1697. package/node_modules/zod/v4/locales/pl.d.ts +4 -0
  1698. package/node_modules/zod/v4/locales/pl.js +114 -0
  1699. package/node_modules/zod/v4/locales/ps.cjs +146 -0
  1700. package/node_modules/zod/v4/locales/ps.d.cts +5 -0
  1701. package/node_modules/zod/v4/locales/ps.d.ts +4 -0
  1702. package/node_modules/zod/v4/locales/ps.js +119 -0
  1703. package/node_modules/zod/v4/locales/pt-BR.cjs +170 -0
  1704. package/node_modules/zod/v4/locales/pt-BR.d.cts +5 -0
  1705. package/node_modules/zod/v4/locales/pt-BR.d.ts +4 -0
  1706. package/node_modules/zod/v4/locales/pt-BR.js +143 -0
  1707. package/node_modules/zod/v4/locales/pt.cjs +169 -0
  1708. package/node_modules/zod/v4/locales/pt.d.cts +5 -0
  1709. package/node_modules/zod/v4/locales/pt.d.ts +4 -0
  1710. package/node_modules/zod/v4/locales/pt.js +142 -0
  1711. package/node_modules/zod/v4/locales/ro.cjs +149 -0
  1712. package/node_modules/zod/v4/locales/ro.d.cts +5 -0
  1713. package/node_modules/zod/v4/locales/ro.d.ts +4 -0
  1714. package/node_modules/zod/v4/locales/ro.js +122 -0
  1715. package/node_modules/zod/v4/locales/ru.cjs +195 -0
  1716. package/node_modules/zod/v4/locales/ru.d.cts +5 -0
  1717. package/node_modules/zod/v4/locales/ru.d.ts +4 -0
  1718. package/node_modules/zod/v4/locales/ru.js +168 -0
  1719. package/node_modules/zod/v4/locales/sk.cjs +143 -0
  1720. package/node_modules/zod/v4/locales/sk.d.cts +5 -0
  1721. package/node_modules/zod/v4/locales/sk.d.ts +4 -0
  1722. package/node_modules/zod/v4/locales/sk.js +116 -0
  1723. package/node_modules/zod/v4/locales/sl.cjs +141 -0
  1724. package/node_modules/zod/v4/locales/sl.d.cts +5 -0
  1725. package/node_modules/zod/v4/locales/sl.d.ts +4 -0
  1726. package/node_modules/zod/v4/locales/sl.js +114 -0
  1727. package/node_modules/zod/v4/locales/sv.cjs +142 -0
  1728. package/node_modules/zod/v4/locales/sv.d.cts +5 -0
  1729. package/node_modules/zod/v4/locales/sv.d.ts +4 -0
  1730. package/node_modules/zod/v4/locales/sv.js +115 -0
  1731. package/node_modules/zod/v4/locales/ta.cjs +142 -0
  1732. package/node_modules/zod/v4/locales/ta.d.cts +5 -0
  1733. package/node_modules/zod/v4/locales/ta.d.ts +4 -0
  1734. package/node_modules/zod/v4/locales/ta.js +115 -0
  1735. package/node_modules/zod/v4/locales/tg.cjs +144 -0
  1736. package/node_modules/zod/v4/locales/tg.d.cts +5 -0
  1737. package/node_modules/zod/v4/locales/tg.d.ts +4 -0
  1738. package/node_modules/zod/v4/locales/tg.js +117 -0
  1739. package/node_modules/zod/v4/locales/th.cjs +142 -0
  1740. package/node_modules/zod/v4/locales/th.d.cts +5 -0
  1741. package/node_modules/zod/v4/locales/th.d.ts +4 -0
  1742. package/node_modules/zod/v4/locales/th.js +115 -0
  1743. package/node_modules/zod/v4/locales/tk.cjs +134 -0
  1744. package/node_modules/zod/v4/locales/tk.d.cts +5 -0
  1745. package/node_modules/zod/v4/locales/tk.d.ts +4 -0
  1746. package/node_modules/zod/v4/locales/tk.js +107 -0
  1747. package/node_modules/zod/v4/locales/tr.cjs +137 -0
  1748. package/node_modules/zod/v4/locales/tr.d.cts +5 -0
  1749. package/node_modules/zod/v4/locales/tr.d.ts +4 -0
  1750. package/node_modules/zod/v4/locales/tr.js +110 -0
  1751. package/node_modules/zod/v4/locales/ua.cjs +12 -0
  1752. package/node_modules/zod/v4/locales/ua.d.cts +5 -0
  1753. package/node_modules/zod/v4/locales/ua.d.ts +5 -0
  1754. package/node_modules/zod/v4/locales/ua.js +5 -0
  1755. package/node_modules/zod/v4/locales/uk.cjs +140 -0
  1756. package/node_modules/zod/v4/locales/uk.d.cts +5 -0
  1757. package/node_modules/zod/v4/locales/uk.d.ts +4 -0
  1758. package/node_modules/zod/v4/locales/uk.js +113 -0
  1759. package/node_modules/zod/v4/locales/ur.cjs +142 -0
  1760. package/node_modules/zod/v4/locales/ur.d.cts +5 -0
  1761. package/node_modules/zod/v4/locales/ur.d.ts +4 -0
  1762. package/node_modules/zod/v4/locales/ur.js +115 -0
  1763. package/node_modules/zod/v4/locales/uz.cjs +140 -0
  1764. package/node_modules/zod/v4/locales/uz.d.cts +5 -0
  1765. package/node_modules/zod/v4/locales/uz.d.ts +4 -0
  1766. package/node_modules/zod/v4/locales/uz.js +113 -0
  1767. package/node_modules/zod/v4/locales/vi.cjs +140 -0
  1768. package/node_modules/zod/v4/locales/vi.d.cts +5 -0
  1769. package/node_modules/zod/v4/locales/vi.d.ts +4 -0
  1770. package/node_modules/zod/v4/locales/vi.js +113 -0
  1771. package/node_modules/zod/v4/locales/yo.cjs +139 -0
  1772. package/node_modules/zod/v4/locales/yo.d.cts +5 -0
  1773. package/node_modules/zod/v4/locales/yo.d.ts +4 -0
  1774. package/node_modules/zod/v4/locales/yo.js +112 -0
  1775. package/node_modules/zod/v4/locales/zh-CN.cjs +141 -0
  1776. package/node_modules/zod/v4/locales/zh-CN.d.cts +5 -0
  1777. package/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
  1778. package/node_modules/zod/v4/locales/zh-CN.js +114 -0
  1779. package/node_modules/zod/v4/locales/zh-TW.cjs +139 -0
  1780. package/node_modules/zod/v4/locales/zh-TW.d.cts +5 -0
  1781. package/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
  1782. package/node_modules/zod/v4/locales/zh-TW.js +112 -0
  1783. package/node_modules/zod/v4/mini/checks.cjs +54 -0
  1784. package/node_modules/zod/v4/mini/checks.d.cts +1 -0
  1785. package/node_modules/zod/v4/mini/checks.d.ts +1 -0
  1786. package/node_modules/zod/v4/mini/checks.js +1 -0
  1787. package/node_modules/zod/v4/mini/coerce.cjs +71 -0
  1788. package/node_modules/zod/v4/mini/coerce.d.cts +7 -0
  1789. package/node_modules/zod/v4/mini/coerce.d.ts +7 -0
  1790. package/node_modules/zod/v4/mini/coerce.js +22 -0
  1791. package/node_modules/zod/v4/mini/deep-partial.cjs +58 -0
  1792. package/node_modules/zod/v4/mini/deep-partial.d.cts +14 -0
  1793. package/node_modules/zod/v4/mini/deep-partial.d.ts +14 -0
  1794. package/node_modules/zod/v4/mini/deep-partial.js +13 -0
  1795. package/node_modules/zod/v4/mini/external.cjs +95 -0
  1796. package/node_modules/zod/v4/mini/external.d.cts +16 -0
  1797. package/node_modules/zod/v4/mini/external.d.ts +16 -0
  1798. package/node_modules/zod/v4/mini/external.js +16 -0
  1799. package/node_modules/zod/v4/mini/in-out.cjs +82 -0
  1800. package/node_modules/zod/v4/mini/in-out.d.cts +8 -0
  1801. package/node_modules/zod/v4/mini/in-out.d.ts +8 -0
  1802. package/node_modules/zod/v4/mini/in-out.js +36 -0
  1803. package/node_modules/zod/v4/mini/index.cjs +51 -0
  1804. package/node_modules/zod/v4/mini/index.d.cts +3 -0
  1805. package/node_modules/zod/v4/mini/index.d.ts +3 -0
  1806. package/node_modules/zod/v4/mini/index.js +3 -0
  1807. package/node_modules/zod/v4/mini/iso.cjs +83 -0
  1808. package/node_modules/zod/v4/mini/iso.d.cts +22 -0
  1809. package/node_modules/zod/v4/mini/iso.d.ts +22 -0
  1810. package/node_modules/zod/v4/mini/iso.js +34 -0
  1811. package/node_modules/zod/v4/mini/package.json +7 -0
  1812. package/node_modules/zod/v4/mini/parse.cjs +37 -0
  1813. package/node_modules/zod/v4/mini/parse.d.cts +1 -0
  1814. package/node_modules/zod/v4/mini/parse.d.ts +1 -0
  1815. package/node_modules/zod/v4/mini/parse.js +1 -0
  1816. package/node_modules/zod/v4/mini/schemas.cjs +1147 -0
  1817. package/node_modules/zod/v4/mini/schemas.d.cts +480 -0
  1818. package/node_modules/zod/v4/mini/schemas.d.ts +480 -0
  1819. package/node_modules/zod/v4/mini/schemas.js +1002 -0
  1820. package/node_modules/zod/v4/package.json +7 -0
  1821. package/node_modules/zod/v4-mini/index.cjs +51 -0
  1822. package/node_modules/zod/v4-mini/index.d.cts +3 -0
  1823. package/node_modules/zod/v4-mini/index.d.ts +3 -0
  1824. package/node_modules/zod/v4-mini/index.js +3 -0
  1825. package/node_modules/zod/v4-mini/package.json +7 -0
  1826. package/package.json +50 -0
@@ -0,0 +1,2937 @@
1
+ import type { $ZodBigIntFormats } from "../core/checks.js";
2
+ import * as core from "../core/index.js";
3
+ import { util, type $ZodNumberFormats } from "../core/index.js";
4
+ import * as processors from "../core/json-schema-processors.js";
5
+ import * as regexes from "../core/regexes.js";
6
+ import type { StandardSchemaWithJSONProps } from "../core/standard-schema.js";
7
+ import { createStandardJSONSchemaMethod, createToJSONSchemaMethod } from "../core/to-json-schema.js";
8
+ import en from "../locales/en.js";
9
+
10
+ import * as checks from "./checks.js";
11
+ import * as parse from "./parse.js";
12
+
13
+ // Register English as the default locale on first ZodType construction. Hooked into the `ZodType` `$constructor` (rather than a top-level `config(en())` in `external.ts`) so bundlers honoring `sideEffects: false` can't tree-shake it out — see #5953, #5725. An explicit `z.config(z.locales.xx())` call wins regardless of order, since this only sets the default when none is present.
14
+ function _ensureDefaultLocale(): void {
15
+ if (!core.globalConfig.localeError) core.config(en());
16
+ }
17
+
18
+ // the default memoizer is read by the core container init, which runs before `ZodType.init`, so each container calls this first
19
+ function _ensureDefaultMemoizer(): void {
20
+ if (!core.globalConfig.memoizer) core.config({ memoizer: core.memoizer() });
21
+ }
22
+
23
+ // Methods live on each concrete constructor's prototype and materialize per instance on first access, so a schema only pays for what it is asked for.
24
+
25
+ ///////////////////////////////////////////
26
+ ///////////////////////////////////////////
27
+ //////////// ////////////
28
+ //////////// ZodType ////////////
29
+ //////////// ////////////
30
+ ///////////////////////////////////////////
31
+ ///////////////////////////////////////////
32
+
33
+ export type ZodStandardSchemaWithJSON<T> = StandardSchemaWithJSONProps<core.input<T>, core.output<T>>;
34
+ export interface ZodType<
35
+ out Output = unknown,
36
+ out Input = unknown,
37
+ out Internals extends core.$ZodTypeInternals<Output, Input> = core.$ZodTypeInternals<Output, Input>,
38
+ > extends core.$ZodType<Output, Input, Internals> {
39
+ def: Internals["def"];
40
+ type: Internals["def"]["type"];
41
+
42
+ /** @deprecated Use `.def` instead. */
43
+ _def: Internals["def"];
44
+ /** @deprecated Use `z.output<typeof schema>` instead. */
45
+ _output: Internals["output"];
46
+ /** @deprecated Use `z.input<typeof schema>` instead. */
47
+ _input: Internals["input"];
48
+
49
+ "~standard": ZodStandardSchemaWithJSON<this>;
50
+ /** Converts this schema to a JSON Schema representation. */
51
+ toJSONSchema(params?: core.ToJSONSchemaParams): core.ZodStandardJSONSchemaPayload<this>;
52
+
53
+ // base methods
54
+ check(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this;
55
+ with(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this;
56
+ clone(def?: Internals["def"], params?: { parent: boolean }): this;
57
+ register<R extends core.$ZodRegistry>(
58
+ registry: R,
59
+ ...meta: this extends R["_schema"]
60
+ ? undefined extends R["_meta"]
61
+ ? [core.$replace<R["_meta"], this>?]
62
+ : [core.$replace<R["_meta"], this>]
63
+ : ["Incompatible schema"]
64
+ ): this;
65
+
66
+ brand<T extends PropertyKey = PropertyKey, Dir extends "in" | "out" | "inout" = "out">(
67
+ value?: T
68
+ ): PropertyKey extends T ? this : core.$ZodBranded<this, T, Dir>;
69
+
70
+ // parsing
71
+ parse(data: unknown, params?: core.ParseContext<core.$ZodIssue>): core.output<this>;
72
+ safeParse(data: unknown, params?: core.ParseContext<core.$ZodIssue>): parse.ZodSafeParseResult<core.output<this>>;
73
+ parseAsync(data: unknown, params?: core.ParseContext<core.$ZodIssue>): Promise<core.output<this>>;
74
+ safeParseAsync(
75
+ data: unknown,
76
+ params?: core.ParseContext<core.$ZodIssue>
77
+ ): Promise<parse.ZodSafeParseResult<core.output<this>>>;
78
+ spa: (
79
+ data: unknown,
80
+ params?: core.ParseContext<core.$ZodIssue>
81
+ ) => Promise<parse.ZodSafeParseResult<core.output<this>>>;
82
+ validate(data: unknown, params?: core.ParseContext<core.$ZodIssue>): data is core.input<this>;
83
+ validateAsync(data: unknown, params?: core.ParseContext<core.$ZodIssue>): Promise<boolean>;
84
+
85
+ // encoding/decoding
86
+ encode(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): core.input<this>;
87
+ decode(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): core.output<this>;
88
+ encodeAsync(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<core.input<this>>;
89
+ decodeAsync(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<core.output<this>>;
90
+ safeEncode(
91
+ data: core.output<this>,
92
+ params?: core.ParseContext<core.$ZodIssue>
93
+ ): parse.ZodSafeParseResult<core.input<this>>;
94
+ safeDecode(
95
+ data: core.input<this>,
96
+ params?: core.ParseContext<core.$ZodIssue>
97
+ ): parse.ZodSafeParseResult<core.output<this>>;
98
+ safeEncodeAsync(
99
+ data: core.output<this>,
100
+ params?: core.ParseContext<core.$ZodIssue>
101
+ ): Promise<parse.ZodSafeParseResult<core.input<this>>>;
102
+ safeDecodeAsync(
103
+ data: core.input<this>,
104
+ params?: core.ParseContext<core.$ZodIssue>
105
+ ): Promise<parse.ZodSafeParseResult<core.output<this>>>;
106
+
107
+ // refinements
108
+ refine<Ch extends (arg: core.output<this>) => unknown | Promise<unknown>>(
109
+ check: Ch,
110
+ params?: string | core.$ZodCustomParams
111
+ ): Ch extends (arg: any) => arg is infer R ? this & ZodType<R, core.input<this>> : this;
112
+ superRefine(
113
+ refinement: (arg: core.output<this>, ctx: core.$RefinementCtx<core.output<this>>) => void | Promise<void>,
114
+ params?: core.$ZodSuperRefineParams
115
+ ): this;
116
+ overwrite(fn: (x: core.output<this>) => core.output<this>): this;
117
+
118
+ // wrappers
119
+ optional(): ZodOptional<this>;
120
+ exactOptional(): ZodExactOptional<this>;
121
+ nonoptional(params?: string | core.$ZodNonOptionalParams): ZodNonOptional<this>;
122
+ nullable(): ZodNullable<this>;
123
+ nullish(): ZodOptional<ZodNullable<this>>;
124
+ default(def: util.NoUndefined<core.output<this>>): ZodDefault<this>;
125
+ default(def: () => util.NoUndefined<core.output<this>>): ZodDefault<this>;
126
+ prefault(def: () => core.input<this>): ZodPrefault<this>;
127
+ prefault(def: core.input<this>): ZodPrefault<this>;
128
+ array(): ZodArray<this>;
129
+ or<T extends core.SomeType>(option: T): ZodUnion<[this, T]>;
130
+ and<T extends core.SomeType>(incoming: T): ZodIntersection<this, T>;
131
+ transform<NewOut>(
132
+ transform: (arg: core.output<this>, ctx: core.$RefinementCtx<core.output<this>>) => NewOut | Promise<NewOut>
133
+ ): ZodPipe<this, ZodTransform<Awaited<NewOut>, core.output<this>>>;
134
+ catch(def: core.output<this>): ZodCatch<this>;
135
+ catch(def: (ctx: core.$ZodCatchCtx) => core.output<this>): ZodCatch<this>;
136
+ pipe<T extends core.$ZodType<any, core.output<this>>>(
137
+ target: T | core.$ZodType<any, core.output<this>>
138
+ ): ZodPipe<this, T>;
139
+ readonly(): ZodReadonly<this>;
140
+
141
+ /** Returns a new instance that has been registered in `z.globalRegistry` with the specified description */
142
+ describe(description: string): this;
143
+ description?: string;
144
+ /** Returns the metadata associated with this instance in `z.globalRegistry` */
145
+ meta(): core.$replace<core.GlobalMeta, this> | undefined;
146
+ /** Returns a new instance that has been registered in `z.globalRegistry` with the specified metadata */
147
+ meta(data: core.$replace<core.GlobalMeta, this>): this;
148
+
149
+ // helpers
150
+ /** @deprecated Try safe-parsing `undefined` (this is what `isOptional` does internally):
151
+ *
152
+ * ```ts
153
+ * const schema = z.string().optional();
154
+ * const isOptional = schema.safeParse(undefined).success; // true
155
+ * ```
156
+ */
157
+ isOptional(): boolean;
158
+ /**
159
+ * @deprecated Try safe-parsing `null` (this is what `isNullable` does internally):
160
+ *
161
+ * ```ts
162
+ * const schema = z.string().nullable();
163
+ * const isNullable = schema.safeParse(null).success; // true
164
+ * ```
165
+ */
166
+ isNullable(): boolean;
167
+ apply<T, TArgs extends unknown[] = []>(fn: (schema: this, ...args: TArgs) => T, ...args: TArgs): T;
168
+ }
169
+
170
+ export interface _ZodType<out Internals extends core.$ZodTypeInternals = core.$ZodTypeInternals>
171
+ extends ZodType<any, any, Internals> {}
172
+
173
+ export const ZodType: core.$constructor<ZodType> = /*@__PURE__*/ core.$constructor<ZodType>(
174
+ "ZodType",
175
+ (inst, def) => {
176
+ _ensureDefaultLocale();
177
+ core.$ZodType.init(inst, def);
178
+
179
+ inst.def = def;
180
+ inst.type = def.type;
181
+
182
+ return inst;
183
+ },
184
+ {
185
+ check(...chks) {
186
+ const def = this.def;
187
+ return this.clone(
188
+ util.mergeDefs(def, {
189
+ checks: [
190
+ ...(def.checks ?? []),
191
+ ...chks.map((ch) =>
192
+ typeof ch === "function" ? { _zod: { check: ch, def: { check: "custom" }, onattach: [] } } : ch
193
+ ),
194
+ ],
195
+ }),
196
+ { parent: true }
197
+ );
198
+ },
199
+ with(...chks) {
200
+ return this.check(...chks);
201
+ },
202
+ clone(def, params) {
203
+ return core.clone(this, def, params);
204
+ },
205
+ brand() {
206
+ return this;
207
+ },
208
+ register(reg, meta) {
209
+ reg.add(this, meta);
210
+ return this;
211
+ },
212
+ refine(check, params) {
213
+ return this.check(refine(check, params));
214
+ },
215
+ superRefine(refinement, params) {
216
+ return this.check(superRefine(refinement, params));
217
+ },
218
+ overwrite(fn) {
219
+ return this.check(checks.overwrite(fn));
220
+ },
221
+ optional() {
222
+ return optional(this);
223
+ },
224
+ exactOptional() {
225
+ return exactOptional(this);
226
+ },
227
+ nullable() {
228
+ return nullable(this);
229
+ },
230
+ nullish() {
231
+ return optional(nullable(this));
232
+ },
233
+ nonoptional(params) {
234
+ return nonoptional(this, params);
235
+ },
236
+ array() {
237
+ return array(this);
238
+ },
239
+ or(arg) {
240
+ return union([this, arg]);
241
+ },
242
+ and(arg) {
243
+ return intersection(this, arg);
244
+ },
245
+ transform(tx) {
246
+ return pipe(this, transform(tx));
247
+ },
248
+ default(d) {
249
+ return _default(this, d);
250
+ },
251
+ prefault(d) {
252
+ return prefault(this, d);
253
+ },
254
+ catch(params) {
255
+ return _catch(this, params);
256
+ },
257
+ pipe(target) {
258
+ return pipe(this, target);
259
+ },
260
+ readonly() {
261
+ return readonly(this);
262
+ },
263
+ describe(description) {
264
+ const cl = this.clone();
265
+ core.globalRegistry.add(cl, { description });
266
+ return cl;
267
+ },
268
+ meta(...args: any[]): any {
269
+ // overloaded: meta() returns the registered metadata, meta(data) returns a clone with `data` registered. The mapped type picks up the second overload, so we accept variadic any-args and return `any` to satisfy both at runtime.
270
+ if (args.length === 0) return core.globalRegistry.get(this);
271
+ const cl = this.clone();
272
+ core.globalRegistry.add(cl, args[0]);
273
+ return cl;
274
+ },
275
+ isOptional() {
276
+ return this.safeParse(undefined).success;
277
+ },
278
+ isNullable() {
279
+ return this.safeParse(null).success;
280
+ },
281
+ apply(fn, ...args) {
282
+ return args.length === 0 ? fn(this) : fn(this, ...args);
283
+ },
284
+ // Overrides core's `~standard` to add `jsonSchema`. Must stay a prototype entry: redefining it per instance demotes instances to dictionary mode.
285
+ get "~standard"(): ZodType["~standard"] {
286
+ return util.hide(this, "~standard", {
287
+ ...core.standardProps(this),
288
+ jsonSchema: {
289
+ input: createStandardJSONSchemaMethod(this, "input"),
290
+ output: createStandardJSONSchemaMethod(this, "output"),
291
+ },
292
+ } as ZodType["~standard"]);
293
+ },
294
+ set "~standard"(value: ZodType["~standard"]) {
295
+ util.own(this, "~standard", value);
296
+ },
297
+ parse: function _parse(data, params) {
298
+ return parse.parse(this, data, params, { callee: _parse });
299
+ },
300
+ parseAsync: async function _parseAsync(data, params) {
301
+ return await parse.parseAsync(this, data, params, { callee: _parseAsync });
302
+ },
303
+ safeParse(data, params) {
304
+ return parse.safeParse(this, data, params);
305
+ },
306
+ async safeParseAsync(data, params) {
307
+ return parse.safeParseAsync(this, data, params);
308
+ },
309
+ // `spa` is an alias: same function object as `safeParseAsync`, as before.
310
+ get spa(): ZodType["safeParseAsync"] {
311
+ return this?.safeParseAsync;
312
+ },
313
+ set spa(value: ZodType["safeParseAsync"]) {
314
+ util.own(this, "spa", value);
315
+ },
316
+ validate(data, params) {
317
+ return parse.validate(this, data, params);
318
+ },
319
+ validateAsync(data, params) {
320
+ return parse.validateAsync(this, data, params);
321
+ },
322
+ encode: function _encode(data, params) {
323
+ return parse.encode(this, data, params, { callee: _encode });
324
+ },
325
+ decode: function _decode(data, params) {
326
+ return parse.decode(this, data, params, { callee: _decode });
327
+ },
328
+ encodeAsync: async function _encodeAsync(data, params) {
329
+ return await parse.encodeAsync(this, data, params, { callee: _encodeAsync });
330
+ },
331
+ decodeAsync: async function _decodeAsync(data, params) {
332
+ return await parse.decodeAsync(this, data, params, { callee: _decodeAsync });
333
+ },
334
+ safeEncode(data, params) {
335
+ return parse.safeEncode(this, data, params);
336
+ },
337
+ safeDecode(data, params) {
338
+ return parse.safeDecode(this, data, params);
339
+ },
340
+ async safeEncodeAsync(data, params) {
341
+ return parse.safeEncodeAsync(this, data, params);
342
+ },
343
+ async safeDecodeAsync(data, params) {
344
+ return parse.safeDecodeAsync(this, data, params);
345
+ },
346
+ toJSONSchema(params) {
347
+ return createToJSONSchemaMethod(this, {})(params);
348
+ },
349
+ // Reads through to the registry on every access, so it must not cache.
350
+ get description(): string | undefined {
351
+ return core.globalRegistry.get(this as unknown as ZodType)?.description;
352
+ },
353
+ // No setter: `schema._def = x` throws, as it did when `_def` was a non-writable own property.
354
+ get _def(): core.$ZodTypeDef {
355
+ return (this as unknown as ZodType)._zod.def;
356
+ },
357
+ }
358
+ );
359
+
360
+ // ZodString
361
+ export interface _ZodString<T extends core.$ZodStringInternals<unknown> = core.$ZodStringInternals<unknown>>
362
+ extends _ZodType<T> {
363
+ format: string | null;
364
+ minLength: number | null;
365
+ maxLength: number | null;
366
+
367
+ // miscellaneous checks
368
+ regex(regex: RegExp, params?: string | core.$ZodCheckRegexParams): this;
369
+ includes(value: string, params?: string | core.$ZodCheckIncludesParams): this;
370
+ startsWith(value: string, params?: string | core.$ZodCheckStartsWithParams): this;
371
+ endsWith(value: string, params?: string | core.$ZodCheckEndsWithParams): this;
372
+ min(minLength: number, params?: string | core.$ZodCheckMinLengthParams): this;
373
+ max(maxLength: number, params?: string | core.$ZodCheckMaxLengthParams): this;
374
+ length(len: number, params?: string | core.$ZodCheckLengthEqualsParams): this;
375
+ nonempty(params?: string | core.$ZodCheckMinLengthParams): this;
376
+ lowercase(params?: string | core.$ZodCheckLowerCaseParams): this;
377
+ uppercase(params?: string | core.$ZodCheckUpperCaseParams): this;
378
+
379
+ // transforms
380
+ trim(): this;
381
+ normalize(form?: "NFC" | "NFD" | "NFKC" | "NFKD" | (string & {})): this;
382
+ toLowerCase(): this;
383
+ toUpperCase(): this;
384
+ slugify(): this;
385
+ }
386
+
387
+ /** @internal */
388
+ export const _ZodString: core.$constructor<_ZodString> = /*@__PURE__*/ core.$constructor<_ZodString>(
389
+ "_ZodString",
390
+ (inst, def) => {
391
+ core.$ZodString.init(inst, def);
392
+ ZodType.init(inst, def);
393
+
394
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.stringProcessor(inst, ctx, json, params);
395
+ },
396
+ /*@__PURE__*/ util.derived<_ZodString>(
397
+ {
398
+ format: (inst) => processors.aggregateChecks(inst).format ?? null,
399
+ minLength: (inst) => processors.aggregateChecks<number>(inst).minimum ?? null,
400
+ maxLength: (inst) => processors.aggregateChecks<number>(inst).maximum ?? null,
401
+ },
402
+ {
403
+ regex(...args) {
404
+ return this.check((checks.regex as any)(...args));
405
+ },
406
+ includes(...args) {
407
+ return this.check((checks.includes as any)(...args));
408
+ },
409
+ startsWith(...args) {
410
+ return this.check((checks.startsWith as any)(...args));
411
+ },
412
+ endsWith(...args) {
413
+ return this.check((checks.endsWith as any)(...args));
414
+ },
415
+ min(...args) {
416
+ return this.check((checks.minLength as any)(...args));
417
+ },
418
+ max(...args) {
419
+ return this.check((checks.maxLength as any)(...args));
420
+ },
421
+ length(...args) {
422
+ return this.check((checks.length as any)(...args));
423
+ },
424
+ nonempty(...args) {
425
+ return this.check((checks.minLength as any)(1, ...args));
426
+ },
427
+ lowercase(params) {
428
+ return this.check(checks.lowercase(params));
429
+ },
430
+ uppercase(params) {
431
+ return this.check(checks.uppercase(params));
432
+ },
433
+ trim() {
434
+ return this.check(checks.trim());
435
+ },
436
+ normalize(...args) {
437
+ return this.check(checks.normalize(...args));
438
+ },
439
+ toLowerCase() {
440
+ return this.check(checks.toLowerCase());
441
+ },
442
+ toUpperCase() {
443
+ return this.check(checks.toUpperCase());
444
+ },
445
+ slugify() {
446
+ return this.check(checks.slugify());
447
+ },
448
+ }
449
+ )
450
+ );
451
+
452
+ export interface ZodString extends _ZodString<core.$ZodStringInternals<string>> {
453
+ // string format checks
454
+
455
+ /** @deprecated Use `z.email()` instead. */
456
+ email(params?: string | core.$ZodCheckEmailParams): this;
457
+ /** @deprecated Use `z.url()` instead. */
458
+ url(params?: string | core.$ZodCheckURLParams): this;
459
+ /** @deprecated Use `z.jwt()` instead. */
460
+ jwt(params?: string | core.$ZodCheckJWTParams): this;
461
+ /** @deprecated Use `z.emoji()` instead. */
462
+ emoji(params?: string | core.$ZodCheckEmojiParams): this;
463
+ /** @deprecated Use `z.guid()` instead. */
464
+ guid(params?: string | core.$ZodCheckGUIDParams): this;
465
+ /** @deprecated Use `z.uuid()` instead. */
466
+ uuid(params?: string | core.$ZodCheckUUIDParams): this;
467
+ /** @deprecated Use `z.uuid()` instead. */
468
+ uuidv4(params?: string | core.$ZodCheckUUIDParams): this;
469
+ /** @deprecated Use `z.uuid()` instead. */
470
+ uuidv6(params?: string | core.$ZodCheckUUIDParams): this;
471
+ /** @deprecated Use `z.uuid()` instead. */
472
+ uuidv7(params?: string | core.$ZodCheckUUIDParams): this;
473
+ /** @deprecated Use `z.nanoid()` instead. */
474
+ nanoid(params?: string | core.$ZodCheckNanoIDParams): this;
475
+ /** @deprecated Use `z.guid()` instead. */
476
+ guid(params?: string | core.$ZodCheckGUIDParams): this;
477
+ /**
478
+ * @deprecated CUID v1 is deprecated by its authors due to information leakage
479
+ * (timestamps embedded in the id). Use `z.cuid2()` instead.
480
+ * See https://github.com/paralleldrive/cuid.
481
+ */
482
+ cuid(params?: string | core.$ZodCheckCUIDParams): this;
483
+ /** @deprecated Use `z.cuid2()` instead. */
484
+ cuid2(params?: string | core.$ZodCheckCUID2Params): this;
485
+ /** @deprecated Use `z.ulid()` instead. */
486
+ ulid(params?: string | core.$ZodCheckULIDParams): this;
487
+ /** @deprecated Use `z.base64()` instead. */
488
+ base64(params?: string | core.$ZodCheckBase64Params): this;
489
+ /** @deprecated Use `z.base64url()` instead. */
490
+ base64url(params?: string | core.$ZodCheckBase64URLParams): this;
491
+ // /** @deprecated Use `z.jsonString()` instead. */
492
+ // jsonString(params?: string | core.$ZodCheckJSONStringParams): this;
493
+ /** @deprecated Use `z.xid()` instead. */
494
+ xid(params?: string | core.$ZodCheckXIDParams): this;
495
+ /** @deprecated Use `z.ksuid()` instead. */
496
+ ksuid(params?: string | core.$ZodCheckKSUIDParams): this;
497
+ // /** @deprecated Use `z.ipv4()` or `z.ipv6()` instead. */
498
+ // ip(params?: string | (core.$ZodCheckIPv4Params & { version?: "v4" | "v6" })): ZodUnion<[this, this]>;
499
+ /** @deprecated Use `z.ipv4()` instead. */
500
+ ipv4(params?: string | core.$ZodCheckIPv4Params): this;
501
+ /** @deprecated Use `z.ipv6()` instead. */
502
+ ipv6(params?: string | core.$ZodCheckIPv6Params): this;
503
+ /** @deprecated Use `z.cidrv4()` instead. */
504
+ cidrv4(params?: string | core.$ZodCheckCIDRv4Params): this;
505
+ /** @deprecated Use `z.cidrv6()` instead. */
506
+ cidrv6(params?: string | core.$ZodCheckCIDRv6Params): this;
507
+ /** @deprecated Use `z.e164()` instead. */
508
+ e164(params?: string | core.$ZodCheckE164Params): this;
509
+
510
+ // ISO 8601 checks
511
+ /** @deprecated Use `z.iso.datetime()` instead. */
512
+ datetime(params?: string | core.$ZodCheckISODateTimeParams): this;
513
+ /** @deprecated Use `z.iso.date()` instead. */
514
+ date(params?: string | core.$ZodCheckISODateParams): this;
515
+ /** @deprecated Use `z.iso.time()` instead. */
516
+ time(
517
+ params?:
518
+ | string
519
+ // | {
520
+ // message?: string | undefined;
521
+ // precision?: number | null;
522
+ // }
523
+ | core.$ZodCheckISOTimeParams
524
+ ): this;
525
+ /** @deprecated Use `z.iso.duration()` instead. */
526
+ duration(params?: string | core.$ZodCheckISODurationParams): this;
527
+ }
528
+
529
+ export const ZodString: core.$constructor<ZodString> = /*@__PURE__*/ core.$constructor<ZodString>(
530
+ "ZodString",
531
+ (inst, def) => {
532
+ core.$ZodString.init(inst, def);
533
+ _ZodString.init(inst, def);
534
+ },
535
+ {
536
+ email(params) {
537
+ return this.check(core._email(ZodEmail, params));
538
+ },
539
+ url(params) {
540
+ return this.check(core._url(ZodURL, params));
541
+ },
542
+ jwt(params) {
543
+ return this.check(core._jwt(ZodJWT, params));
544
+ },
545
+ emoji(params) {
546
+ return this.check(core._emoji(ZodEmoji, params));
547
+ },
548
+ guid(params) {
549
+ return this.check(core._guid(ZodGUID, params));
550
+ },
551
+ uuid(params) {
552
+ return this.check(core._uuid(ZodUUID, params));
553
+ },
554
+ uuidv4(params) {
555
+ return this.check(core._uuidv4(ZodUUID, params));
556
+ },
557
+ uuidv6(params) {
558
+ return this.check(core._uuidv6(ZodUUID, params));
559
+ },
560
+ uuidv7(params) {
561
+ return this.check(core._uuidv7(ZodUUID, params));
562
+ },
563
+ nanoid(params) {
564
+ return this.check(core._nanoid(ZodNanoID, params));
565
+ },
566
+ cuid(params) {
567
+ return this.check(core._cuid(ZodCUID, params));
568
+ },
569
+ cuid2(params) {
570
+ return this.check(core._cuid2(ZodCUID2, params));
571
+ },
572
+ ulid(params) {
573
+ return this.check(core._ulid(ZodULID, params));
574
+ },
575
+ base64(params) {
576
+ return this.check(core._base64(ZodBase64, params));
577
+ },
578
+ base64url(params) {
579
+ return this.check(core._base64url(ZodBase64URL, params));
580
+ },
581
+ xid(params) {
582
+ return this.check(core._xid(ZodXID, params));
583
+ },
584
+ ksuid(params) {
585
+ return this.check(core._ksuid(ZodKSUID, params));
586
+ },
587
+ ipv4(params) {
588
+ return this.check(core._ipv4(ZodIPv4, params));
589
+ },
590
+ ipv6(params) {
591
+ return this.check(core._ipv6(ZodIPv6, params));
592
+ },
593
+ cidrv4(params) {
594
+ return this.check(core._cidrv4(ZodCIDRv4, params));
595
+ },
596
+ cidrv6(params) {
597
+ return this.check(core._cidrv6(ZodCIDRv6, params));
598
+ },
599
+ e164(params) {
600
+ return this.check(core._e164(ZodE164, params));
601
+ },
602
+ datetime(params) {
603
+ return this.check(core._isoDateTime(ZodISODateTime, params as any));
604
+ },
605
+ date(params) {
606
+ return this.check(core._isoDate(ZodISODate, params as any));
607
+ },
608
+ time(params) {
609
+ return this.check(core._isoTime(ZodISOTime, params as any));
610
+ },
611
+ duration(params) {
612
+ return this.check(core._isoDuration(ZodISODuration, params as any));
613
+ },
614
+ }
615
+ );
616
+
617
+ export function string(params?: string | core.$ZodStringParams): ZodString;
618
+ export function string<T extends string>(params?: string | core.$ZodStringParams): core.$ZodType<T, T>;
619
+ export function string(params?: string | core.$ZodStringParams): ZodString {
620
+ return core._string(ZodString, params);
621
+ }
622
+
623
+ // ZodStringFormat
624
+ export interface ZodStringFormat<Format extends string = string>
625
+ extends _ZodString<core.$ZodStringFormatInternals<Format>> {}
626
+ export const ZodStringFormat: core.$constructor<ZodStringFormat> = /*@__PURE__*/ core.$constructor(
627
+ "ZodStringFormat",
628
+ (inst, def) => {
629
+ core.$ZodStringFormat.init(inst, def);
630
+ _ZodString.init(inst, def);
631
+ }
632
+ );
633
+
634
+ //////////////////////////////////////////////
635
+ //////////////////////////////////////////////
636
+ ////////// //////////
637
+ ////////// ZodISODateTime //////////
638
+ ////////// //////////
639
+ //////////////////////////////////////////////
640
+ //////////////////////////////////////////////
641
+ export interface ZodISODateTime extends ZodStringFormat {
642
+ _zod: core.$ZodISODateTimeInternals;
643
+ }
644
+ export const ZodISODateTime: core.$constructor<ZodISODateTime> = /*@__PURE__*/ core.$constructor(
645
+ "ZodISODateTime",
646
+ (inst, def) => {
647
+ core.$ZodISODateTime.init(inst, def);
648
+ ZodStringFormat.init(inst, def);
649
+ }
650
+ );
651
+
652
+ //////////////////////////////////////////
653
+ //////////////////////////////////////////
654
+ ////////// //////////
655
+ ////////// ZodISODate //////////
656
+ ////////// //////////
657
+ //////////////////////////////////////////
658
+ //////////////////////////////////////////
659
+ export interface ZodISODate extends ZodStringFormat {
660
+ _zod: core.$ZodISODateInternals;
661
+ }
662
+ export const ZodISODate: core.$constructor<ZodISODate> = /*@__PURE__*/ core.$constructor("ZodISODate", (inst, def) => {
663
+ core.$ZodISODate.init(inst, def);
664
+ ZodStringFormat.init(inst, def);
665
+ });
666
+
667
+ //////////////////////////////////////////
668
+ //////////////////////////////////////////
669
+ ////////// //////////
670
+ ////////// ZodISOTime //////////
671
+ ////////// //////////
672
+ //////////////////////////////////////////
673
+ //////////////////////////////////////////
674
+ export interface ZodISOTime extends ZodStringFormat {
675
+ _zod: core.$ZodISOTimeInternals;
676
+ }
677
+ export const ZodISOTime: core.$constructor<ZodISOTime> = /*@__PURE__*/ core.$constructor("ZodISOTime", (inst, def) => {
678
+ core.$ZodISOTime.init(inst, def);
679
+ ZodStringFormat.init(inst, def);
680
+ });
681
+
682
+ //////////////////////////////////////////////
683
+ //////////////////////////////////////////////
684
+ ////////// //////////
685
+ ////////// ZodISODuration //////////
686
+ ////////// //////////
687
+ //////////////////////////////////////////////
688
+ //////////////////////////////////////////////
689
+ export interface ZodISODuration extends ZodStringFormat {
690
+ _zod: core.$ZodISODurationInternals;
691
+ }
692
+ export const ZodISODuration: core.$constructor<ZodISODuration> = /*@__PURE__*/ core.$constructor(
693
+ "ZodISODuration",
694
+ (inst, def) => {
695
+ core.$ZodISODuration.init(inst, def);
696
+ ZodStringFormat.init(inst, def);
697
+ }
698
+ );
699
+
700
+ // ZodEmail
701
+ export interface ZodEmail extends ZodStringFormat<"email"> {
702
+ _zod: core.$ZodEmailInternals;
703
+ }
704
+ export const ZodEmail: core.$constructor<ZodEmail> = /*@__PURE__*/ core.$constructor("ZodEmail", (inst, def) => {
705
+ // ZodStringFormat.init(inst, def);
706
+ core.$ZodEmail.init(inst, def);
707
+ ZodStringFormat.init(inst, def);
708
+ });
709
+
710
+ export function email(params?: string | core.$ZodEmailParams): ZodEmail {
711
+ return core._email(ZodEmail, params);
712
+ }
713
+
714
+ // ZodGUID
715
+ export interface ZodGUID extends ZodStringFormat<"guid"> {
716
+ _zod: core.$ZodGUIDInternals;
717
+ }
718
+ export const ZodGUID: core.$constructor<ZodGUID> = /*@__PURE__*/ core.$constructor("ZodGUID", (inst, def) => {
719
+ // ZodStringFormat.init(inst, def);
720
+ core.$ZodGUID.init(inst, def);
721
+ ZodStringFormat.init(inst, def);
722
+ });
723
+
724
+ export function guid(params?: string | core.$ZodGUIDParams): ZodGUID {
725
+ return core._guid(ZodGUID, params);
726
+ }
727
+
728
+ // ZodUUID
729
+ export interface ZodUUID extends ZodStringFormat<"uuid"> {
730
+ _zod: core.$ZodUUIDInternals;
731
+ }
732
+ export const ZodUUID: core.$constructor<ZodUUID> = /*@__PURE__*/ core.$constructor("ZodUUID", (inst, def) => {
733
+ // ZodStringFormat.init(inst, def);
734
+ core.$ZodUUID.init(inst, def);
735
+ ZodStringFormat.init(inst, def);
736
+ });
737
+
738
+ export function uuid(params?: string | core.$ZodUUIDParams): ZodUUID {
739
+ return core._uuid(ZodUUID, params);
740
+ }
741
+
742
+ export function uuidv4(params?: string | core.$ZodUUIDv4Params): ZodUUID {
743
+ return core._uuidv4(ZodUUID, params);
744
+ }
745
+
746
+ // ZodUUIDv6
747
+
748
+ export function uuidv6(params?: string | core.$ZodUUIDv6Params): ZodUUID {
749
+ return core._uuidv6(ZodUUID, params);
750
+ }
751
+
752
+ // ZodUUIDv7
753
+
754
+ export function uuidv7(params?: string | core.$ZodUUIDv7Params): ZodUUID {
755
+ return core._uuidv7(ZodUUID, params);
756
+ }
757
+
758
+ // ZodURL
759
+ export interface ZodURL extends ZodStringFormat<"url"> {
760
+ _zod: core.$ZodURLInternals;
761
+ }
762
+ export const ZodURL: core.$constructor<ZodURL> = /*@__PURE__*/ core.$constructor("ZodURL", (inst, def) => {
763
+ // ZodStringFormat.init(inst, def);
764
+ core.$ZodURL.init(inst, def);
765
+ ZodStringFormat.init(inst, def);
766
+ });
767
+
768
+ export function url(params?: string | core.$ZodURLParams): ZodURL {
769
+ return core._url(ZodURL, params);
770
+ }
771
+
772
+ export function httpUrl(params?: string | Omit<core.$ZodURLParams, "protocol" | "hostname">): ZodURL {
773
+ return core._url(ZodURL, {
774
+ protocol: regexes.httpProtocol,
775
+ hostname: regexes.domain,
776
+ ...util.normalizeParams(params),
777
+ });
778
+ }
779
+
780
+ // ZodEmoji
781
+ export interface ZodEmoji extends ZodStringFormat<"emoji"> {
782
+ _zod: core.$ZodEmojiInternals;
783
+ }
784
+ export const ZodEmoji: core.$constructor<ZodEmoji> = /*@__PURE__*/ core.$constructor("ZodEmoji", (inst, def) => {
785
+ // ZodStringFormat.init(inst, def);
786
+ core.$ZodEmoji.init(inst, def);
787
+ ZodStringFormat.init(inst, def);
788
+ });
789
+
790
+ export function emoji(params?: string | core.$ZodEmojiParams): ZodEmoji {
791
+ return core._emoji(ZodEmoji, params);
792
+ }
793
+
794
+ // ZodNanoID
795
+ export interface ZodNanoID extends ZodStringFormat<"nanoid"> {
796
+ _zod: core.$ZodNanoIDInternals;
797
+ }
798
+ export const ZodNanoID: core.$constructor<ZodNanoID> = /*@__PURE__*/ core.$constructor("ZodNanoID", (inst, def) => {
799
+ // ZodStringFormat.init(inst, def);
800
+ core.$ZodNanoID.init(inst, def);
801
+ ZodStringFormat.init(inst, def);
802
+ });
803
+
804
+ export function nanoid(params?: string | core.$ZodNanoIDParams): ZodNanoID {
805
+ return core._nanoid(ZodNanoID, params);
806
+ }
807
+
808
+ // ZodCUID
809
+ /**
810
+ * @deprecated CUID v1 is deprecated by its authors due to information leakage
811
+ * (timestamps embedded in the id). Use {@link ZodCUID2} instead.
812
+ * See https://github.com/paralleldrive/cuid.
813
+ */
814
+ export interface ZodCUID extends ZodStringFormat<"cuid"> {
815
+ _zod: core.$ZodCUIDInternals;
816
+ }
817
+ /**
818
+ * @deprecated CUID v1 is deprecated by its authors due to information leakage
819
+ * (timestamps embedded in the id). Use {@link ZodCUID2} instead.
820
+ * See https://github.com/paralleldrive/cuid.
821
+ */
822
+ export const ZodCUID: core.$constructor<ZodCUID> = /*@__PURE__*/ core.$constructor("ZodCUID", (inst, def) => {
823
+ // ZodStringFormat.init(inst, def);
824
+ core.$ZodCUID.init(inst, def);
825
+ ZodStringFormat.init(inst, def);
826
+ });
827
+
828
+ /**
829
+ * Validates a CUID v1 string.
830
+ *
831
+ * @deprecated CUID v1 is deprecated by its authors due to information leakage
832
+ * (timestamps embedded in the id). Use {@link cuid2 | `z.cuid2()`} instead.
833
+ * See https://github.com/paralleldrive/cuid.
834
+ */
835
+ export function cuid(params?: string | core.$ZodCUIDParams): ZodCUID {
836
+ return core._cuid(ZodCUID, params);
837
+ }
838
+
839
+ // ZodCUID2
840
+ export interface ZodCUID2 extends ZodStringFormat<"cuid2"> {
841
+ _zod: core.$ZodCUID2Internals;
842
+ }
843
+ export const ZodCUID2: core.$constructor<ZodCUID2> = /*@__PURE__*/ core.$constructor("ZodCUID2", (inst, def) => {
844
+ // ZodStringFormat.init(inst, def);
845
+ core.$ZodCUID2.init(inst, def);
846
+ ZodStringFormat.init(inst, def);
847
+ });
848
+
849
+ export function cuid2(params?: string | core.$ZodCUID2Params): ZodCUID2 {
850
+ return core._cuid2(ZodCUID2, params);
851
+ }
852
+
853
+ // ZodULID
854
+ export interface ZodULID extends ZodStringFormat<"ulid"> {
855
+ _zod: core.$ZodULIDInternals;
856
+ }
857
+ export const ZodULID: core.$constructor<ZodULID> = /*@__PURE__*/ core.$constructor("ZodULID", (inst, def) => {
858
+ // ZodStringFormat.init(inst, def);
859
+ core.$ZodULID.init(inst, def);
860
+ ZodStringFormat.init(inst, def);
861
+ });
862
+
863
+ export function ulid(params?: string | core.$ZodULIDParams): ZodULID {
864
+ return core._ulid(ZodULID, params);
865
+ }
866
+
867
+ // ZodXID
868
+ export interface ZodXID extends ZodStringFormat<"xid"> {
869
+ _zod: core.$ZodXIDInternals;
870
+ }
871
+ export const ZodXID: core.$constructor<ZodXID> = /*@__PURE__*/ core.$constructor("ZodXID", (inst, def) => {
872
+ // ZodStringFormat.init(inst, def);
873
+ core.$ZodXID.init(inst, def);
874
+ ZodStringFormat.init(inst, def);
875
+ });
876
+
877
+ export function xid(params?: string | core.$ZodXIDParams): ZodXID {
878
+ return core._xid(ZodXID, params);
879
+ }
880
+
881
+ // ZodKSUID
882
+ export interface ZodKSUID extends ZodStringFormat<"ksuid"> {
883
+ _zod: core.$ZodKSUIDInternals;
884
+ }
885
+ export const ZodKSUID: core.$constructor<ZodKSUID> = /*@__PURE__*/ core.$constructor("ZodKSUID", (inst, def) => {
886
+ // ZodStringFormat.init(inst, def);
887
+ core.$ZodKSUID.init(inst, def);
888
+ ZodStringFormat.init(inst, def);
889
+ });
890
+
891
+ export function ksuid(params?: string | core.$ZodKSUIDParams): ZodKSUID {
892
+ return core._ksuid(ZodKSUID, params);
893
+ }
894
+
895
+ // ZodIP
896
+ // export interface ZodIP extends ZodStringFormat<"ip"> {
897
+ // _zod: core.$ZodIPInternals;
898
+ // }
899
+ // export const ZodIP: core.$constructor<ZodIP> = /*@__PURE__*/ core.$constructor("ZodIP", (inst, def) => {
900
+ // // ZodStringFormat.init(inst, def);
901
+ // core.$ZodIP.init(inst, def);
902
+ // ZodStringFormat.init(inst, def);
903
+ // });
904
+
905
+ // export function ip(params?: string | core.$ZodIPParams): ZodIP {
906
+ // return core._ip(ZodIP, params);
907
+ // }
908
+
909
+ // ZodIPv4
910
+ export interface ZodIPv4 extends ZodStringFormat<"ipv4"> {
911
+ _zod: core.$ZodIPv4Internals;
912
+ }
913
+ export const ZodIPv4: core.$constructor<ZodIPv4> = /*@__PURE__*/ core.$constructor("ZodIPv4", (inst, def) => {
914
+ // ZodStringFormat.init(inst, def);
915
+ core.$ZodIPv4.init(inst, def);
916
+ ZodStringFormat.init(inst, def);
917
+ });
918
+
919
+ export function ipv4(params?: string | core.$ZodIPv4Params): ZodIPv4 {
920
+ return core._ipv4(ZodIPv4, params);
921
+ }
922
+
923
+ // ZodMAC
924
+ export interface ZodMAC extends ZodStringFormat<"mac"> {
925
+ _zod: core.$ZodMACInternals;
926
+ }
927
+ export const ZodMAC: core.$constructor<ZodMAC> = /*@__PURE__*/ core.$constructor("ZodMAC", (inst, def) => {
928
+ // ZodStringFormat.init(inst, def);
929
+ core.$ZodMAC.init(inst, def);
930
+ ZodStringFormat.init(inst, def);
931
+ });
932
+ export function mac(params?: string | core.$ZodMACParams): ZodMAC {
933
+ return core._mac(ZodMAC, params);
934
+ }
935
+
936
+ // ZodIPv6
937
+ export interface ZodIPv6 extends ZodStringFormat<"ipv6"> {
938
+ _zod: core.$ZodIPv6Internals;
939
+ }
940
+ export const ZodIPv6: core.$constructor<ZodIPv6> = /*@__PURE__*/ core.$constructor("ZodIPv6", (inst, def) => {
941
+ // ZodStringFormat.init(inst, def);
942
+ core.$ZodIPv6.init(inst, def);
943
+ ZodStringFormat.init(inst, def);
944
+ });
945
+ export function ipv6(params?: string | core.$ZodIPv6Params): ZodIPv6 {
946
+ return core._ipv6(ZodIPv6, params);
947
+ }
948
+
949
+ // ZodCIDRv4
950
+ export interface ZodCIDRv4 extends ZodStringFormat<"cidrv4"> {
951
+ _zod: core.$ZodCIDRv4Internals;
952
+ }
953
+ export const ZodCIDRv4: core.$constructor<ZodCIDRv4> = /*@__PURE__*/ core.$constructor("ZodCIDRv4", (inst, def) => {
954
+ core.$ZodCIDRv4.init(inst, def);
955
+ ZodStringFormat.init(inst, def);
956
+ });
957
+
958
+ export function cidrv4(params?: string | core.$ZodCIDRv4Params): ZodCIDRv4 {
959
+ return core._cidrv4(ZodCIDRv4, params);
960
+ }
961
+
962
+ // ZodCIDRv6
963
+ export interface ZodCIDRv6 extends ZodStringFormat<"cidrv6"> {
964
+ _zod: core.$ZodCIDRv6Internals;
965
+ }
966
+ export const ZodCIDRv6: core.$constructor<ZodCIDRv6> = /*@__PURE__*/ core.$constructor("ZodCIDRv6", (inst, def) => {
967
+ core.$ZodCIDRv6.init(inst, def);
968
+ ZodStringFormat.init(inst, def);
969
+ });
970
+
971
+ export function cidrv6(params?: string | core.$ZodCIDRv6Params): ZodCIDRv6 {
972
+ return core._cidrv6(ZodCIDRv6, params);
973
+ }
974
+
975
+ // ZodBase64
976
+ export interface ZodBase64 extends ZodStringFormat<"base64"> {
977
+ _zod: core.$ZodBase64Internals;
978
+ }
979
+ export const ZodBase64: core.$constructor<ZodBase64> = /*@__PURE__*/ core.$constructor("ZodBase64", (inst, def) => {
980
+ // ZodStringFormat.init(inst, def);
981
+ core.$ZodBase64.init(inst, def);
982
+ ZodStringFormat.init(inst, def);
983
+ });
984
+ export function base64(params?: string | core.$ZodBase64Params): ZodBase64 {
985
+ return core._base64(ZodBase64, params);
986
+ }
987
+
988
+ // ZodBase64URL
989
+ export interface ZodBase64URL extends ZodStringFormat<"base64url"> {
990
+ _zod: core.$ZodBase64URLInternals;
991
+ }
992
+ export const ZodBase64URL: core.$constructor<ZodBase64URL> = /*@__PURE__*/ core.$constructor(
993
+ "ZodBase64URL",
994
+ (inst, def) => {
995
+ // ZodStringFormat.init(inst, def);
996
+ core.$ZodBase64URL.init(inst, def);
997
+ ZodStringFormat.init(inst, def);
998
+ }
999
+ );
1000
+ export function base64url(params?: string | core.$ZodBase64URLParams): ZodBase64URL {
1001
+ return core._base64url(ZodBase64URL, params);
1002
+ }
1003
+
1004
+ // ZodE164
1005
+ export interface ZodE164 extends ZodStringFormat<"e164"> {
1006
+ _zod: core.$ZodE164Internals;
1007
+ }
1008
+ export const ZodE164: core.$constructor<ZodE164> = /*@__PURE__*/ core.$constructor("ZodE164", (inst, def) => {
1009
+ // ZodStringFormat.init(inst, def);
1010
+ core.$ZodE164.init(inst, def);
1011
+ ZodStringFormat.init(inst, def);
1012
+ });
1013
+
1014
+ export function e164(params?: string | core.$ZodE164Params): ZodE164 {
1015
+ return core._e164(ZodE164, params);
1016
+ }
1017
+
1018
+ // ZodCreditCard
1019
+ export interface ZodCreditCard extends ZodStringFormat<"credit_card"> {
1020
+ _zod: core.$ZodCreditCardInternals;
1021
+ }
1022
+ export const ZodCreditCard: core.$constructor<ZodCreditCard> = /*@__PURE__*/ core.$constructor(
1023
+ "ZodCreditCard",
1024
+ (inst, def) => {
1025
+ core.$ZodCreditCard.init(inst, def);
1026
+ ZodStringFormat.init(inst, def);
1027
+ }
1028
+ );
1029
+
1030
+ export function creditCard(params?: string | core.$ZodCreditCardParams): ZodCreditCard {
1031
+ return core._creditCard(ZodCreditCard, params);
1032
+ }
1033
+
1034
+ // ZodIBAN
1035
+ export interface ZodIBAN extends ZodStringFormat<"iban"> {
1036
+ _zod: core.$ZodIBANInternals;
1037
+ }
1038
+ export const ZodIBAN: core.$constructor<ZodIBAN> = /*@__PURE__*/ core.$constructor("ZodIBAN", (inst, def) => {
1039
+ core.$ZodIBAN.init(inst, def);
1040
+ ZodStringFormat.init(inst, def);
1041
+ });
1042
+
1043
+ export function iban(params?: string | core.$ZodIBANParams): ZodIBAN {
1044
+ return core._iban(ZodIBAN, params);
1045
+ }
1046
+
1047
+ // ZodJWT
1048
+ export interface ZodJWT extends ZodStringFormat<"jwt"> {
1049
+ _zod: core.$ZodJWTInternals;
1050
+ }
1051
+ export const ZodJWT: core.$constructor<ZodJWT> = /*@__PURE__*/ core.$constructor("ZodJWT", (inst, def) => {
1052
+ // ZodStringFormat.init(inst, def);
1053
+ core.$ZodJWT.init(inst, def);
1054
+ ZodStringFormat.init(inst, def);
1055
+ });
1056
+
1057
+ export function jwt(params?: string | core.$ZodJWTParams): ZodJWT {
1058
+ return core._jwt(ZodJWT, params);
1059
+ }
1060
+
1061
+ // ZodCustomStringFormat
1062
+ export interface ZodCustomStringFormat<Format extends string = string>
1063
+ extends ZodStringFormat<Format>,
1064
+ core.$ZodCustomStringFormat<Format> {
1065
+ _zod: core.$ZodCustomStringFormatInternals<Format>;
1066
+ "~standard": ZodStandardSchemaWithJSON<this>;
1067
+ }
1068
+ export const ZodCustomStringFormat: core.$constructor<ZodCustomStringFormat> = /*@__PURE__*/ core.$constructor(
1069
+ "ZodCustomStringFormat",
1070
+ (inst, def) => {
1071
+ // ZodStringFormat.init(inst, def);
1072
+ core.$ZodCustomStringFormat.init(inst, def);
1073
+ ZodStringFormat.init(inst, def);
1074
+ }
1075
+ );
1076
+ export function stringFormat<Format extends string>(
1077
+ format: Format,
1078
+ fnOrRegex: ((arg: string) => util.MaybeAsync<unknown>) | RegExp,
1079
+ _params: string | core.$ZodStringFormatParams = {}
1080
+ ): ZodCustomStringFormat<Format> {
1081
+ return core._stringFormat(ZodCustomStringFormat, format, fnOrRegex, _params) as any;
1082
+ }
1083
+
1084
+ export function hostname(_params?: string | core.$ZodStringFormatParams): ZodCustomStringFormat<"hostname"> {
1085
+ return core._stringFormat(ZodCustomStringFormat, "hostname", regexes.hostname, _params) as any;
1086
+ }
1087
+
1088
+ export function hex(_params?: string | core.$ZodStringFormatParams): ZodCustomStringFormat<"hex"> {
1089
+ return core._stringFormat(ZodCustomStringFormat, "hex", regexes.hex, _params) as any;
1090
+ }
1091
+
1092
+ export function currencyCode(_params?: string | core.$ZodStringFormatParams): ZodCustomStringFormat<"currency_code"> {
1093
+ return core._stringFormat(ZodCustomStringFormat, "currency_code", regexes.currencyCode, _params) as any;
1094
+ }
1095
+
1096
+ export function hash<Alg extends util.HashAlgorithm, Enc extends util.HashEncoding = "hex">(
1097
+ alg: Alg,
1098
+ params?: {
1099
+ enc?: Enc;
1100
+ } & core.$ZodStringFormatParams
1101
+ ): ZodCustomStringFormat<`${Alg}_${Enc}`> {
1102
+ const enc = params?.enc ?? "hex";
1103
+ const format = `${alg}_${enc}` as const;
1104
+ const regex = core.regexes[format as keyof typeof core.regexes] as RegExp;
1105
+ if (!regex) throw new Error(`Unrecognized hash format: ${format}`);
1106
+ return core._stringFormat(ZodCustomStringFormat, format, regex, params) as any;
1107
+ }
1108
+
1109
+ // ZodNumber
1110
+ export interface _ZodNumber<Internals extends core.$ZodNumberInternals = core.$ZodNumberInternals>
1111
+ extends _ZodType<Internals> {
1112
+ gt(value: number, params?: string | core.$ZodCheckGreaterThanParams): this;
1113
+ /** Identical to .min() */
1114
+ gte(value: number, params?: string | core.$ZodCheckGreaterThanParams): this;
1115
+ min(value: number, params?: string | core.$ZodCheckGreaterThanParams): this;
1116
+ lt(value: number, params?: string | core.$ZodCheckLessThanParams): this;
1117
+ /** Identical to .max() */
1118
+ lte(value: number, params?: string | core.$ZodCheckLessThanParams): this;
1119
+ max(value: number, params?: string | core.$ZodCheckLessThanParams): this;
1120
+ /** Consider `z.int()` instead. This API is considered *legacy*; it will never be removed but a better alternative exists. */
1121
+ int(params?: string | core.$ZodCheckNumberFormatParams): this;
1122
+ /** @deprecated This is now identical to `.int()`. Only numbers in the safe integer range are accepted. */
1123
+ safe(params?: string | core.$ZodCheckNumberFormatParams): this;
1124
+ positive(params?: string | core.$ZodCheckGreaterThanParams): this;
1125
+ nonnegative(params?: string | core.$ZodCheckGreaterThanParams): this;
1126
+ negative(params?: string | core.$ZodCheckLessThanParams): this;
1127
+ nonpositive(params?: string | core.$ZodCheckLessThanParams): this;
1128
+ multipleOf(value: number, params?: string | core.$ZodCheckMultipleOfParams): this;
1129
+ /** @deprecated Use `.multipleOf()` instead. */
1130
+ step(value: number, params?: string | core.$ZodCheckMultipleOfParams): this;
1131
+
1132
+ /** @deprecated In v4 and later, z.number() does not allow infinite values by default. This is a no-op. */
1133
+ finite(params?: unknown): this;
1134
+
1135
+ minValue: number | null;
1136
+ maxValue: number | null;
1137
+ /** @deprecated Check the `format` property instead. */
1138
+ isInt: boolean;
1139
+ /** @deprecated Number schemas no longer accept infinite values, so this always returns `true`. */
1140
+ isFinite: boolean;
1141
+ format: string | null;
1142
+ }
1143
+
1144
+ export interface ZodNumber extends _ZodNumber<core.$ZodNumberInternals<number>> {}
1145
+
1146
+ export const ZodNumber: core.$constructor<ZodNumber> = /*@__PURE__*/ core.$constructor<ZodNumber>(
1147
+ "ZodNumber",
1148
+ (inst, def) => {
1149
+ core.$ZodNumber.init(inst, def);
1150
+
1151
+ ZodType.init(inst, def);
1152
+
1153
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.numberProcessor(inst, ctx, json, params);
1154
+ inst.isFinite = true;
1155
+ },
1156
+ /*@__PURE__*/ util.derived<ZodNumber>(
1157
+ {
1158
+ minValue: (inst) => {
1159
+ const { minimum, exclusiveMinimum } = processors.aggregateChecks<number>(inst);
1160
+ return Math.max(minimum ?? Number.NEGATIVE_INFINITY, exclusiveMinimum ?? Number.NEGATIVE_INFINITY);
1161
+ },
1162
+ maxValue: (inst) => {
1163
+ const { maximum, exclusiveMaximum } = processors.aggregateChecks<number>(inst);
1164
+ return Math.min(maximum ?? Number.POSITIVE_INFINITY, exclusiveMaximum ?? Number.POSITIVE_INFINITY);
1165
+ },
1166
+ isInt: (inst) => {
1167
+ const { isInt, multipleOf } = processors.aggregateChecks(inst);
1168
+ return !!isInt || !!multipleOf?.some(Number.isSafeInteger);
1169
+ },
1170
+ format: (inst) => processors.aggregateChecks(inst).format ?? null,
1171
+ },
1172
+ {
1173
+ gt(value, params) {
1174
+ return this.check(checks.gt(value, params));
1175
+ },
1176
+ gte(value, params) {
1177
+ return this.check(checks.gte(value, params));
1178
+ },
1179
+ min(value, params) {
1180
+ return this.check(checks.gte(value, params));
1181
+ },
1182
+ lt(value, params) {
1183
+ return this.check(checks.lt(value, params));
1184
+ },
1185
+ lte(value, params) {
1186
+ return this.check(checks.lte(value, params));
1187
+ },
1188
+ max(value, params) {
1189
+ return this.check(checks.lte(value, params));
1190
+ },
1191
+ int(params) {
1192
+ return this.check(int(params));
1193
+ },
1194
+ safe(params) {
1195
+ return this.check(int(params));
1196
+ },
1197
+ positive(params) {
1198
+ return this.check(checks.gt(0, params));
1199
+ },
1200
+ nonnegative(params) {
1201
+ return this.check(checks.gte(0, params));
1202
+ },
1203
+ negative(params) {
1204
+ return this.check(checks.lt(0, params));
1205
+ },
1206
+ nonpositive(params) {
1207
+ return this.check(checks.lte(0, params));
1208
+ },
1209
+ multipleOf(value, params) {
1210
+ return this.check(checks.multipleOf(value, params));
1211
+ },
1212
+ step(value, params) {
1213
+ return this.check(checks.multipleOf(value, params));
1214
+ },
1215
+ finite() {
1216
+ return this;
1217
+ },
1218
+ }
1219
+ )
1220
+ );
1221
+
1222
+ export function number(params?: string | core.$ZodNumberParams): ZodNumber {
1223
+ return core._number(ZodNumber, params);
1224
+ }
1225
+
1226
+ // ZodNumberFormat
1227
+ export interface ZodNumberFormat<Format extends $ZodNumberFormats = $ZodNumberFormats> extends ZodNumber {
1228
+ _zod: core.$ZodNumberFormatInternals<Format>;
1229
+ }
1230
+ export const ZodNumberFormat: core.$constructor<ZodNumberFormat> = /*@__PURE__*/ core.$constructor(
1231
+ "ZodNumberFormat",
1232
+ (inst, def) => {
1233
+ core.$ZodNumberFormat.init(inst, def);
1234
+ ZodNumber.init(inst, def);
1235
+ }
1236
+ );
1237
+
1238
+ // int
1239
+ export interface ZodInt extends ZodNumberFormat<"safeint"> {}
1240
+ export function int(params?: string | core.$ZodCheckNumberFormatParams): ZodInt {
1241
+ return core._int(ZodNumberFormat, params) as ZodInt;
1242
+ }
1243
+
1244
+ // float32
1245
+ export interface ZodFloat32 extends ZodNumberFormat<"float32"> {}
1246
+ export function float32(params?: string | core.$ZodCheckNumberFormatParams): ZodFloat32 {
1247
+ return core._float32(ZodNumberFormat, params) as ZodFloat32;
1248
+ }
1249
+
1250
+ // float64
1251
+ export interface ZodFloat64 extends ZodNumberFormat<"float64"> {}
1252
+ export function float64(params?: string | core.$ZodCheckNumberFormatParams): ZodFloat64 {
1253
+ return core._float64(ZodNumberFormat, params) as ZodFloat64;
1254
+ }
1255
+
1256
+ // int32
1257
+ export interface ZodInt32 extends ZodNumberFormat<"int32"> {}
1258
+ export function int32(params?: string | core.$ZodCheckNumberFormatParams): ZodInt32 {
1259
+ return core._int32(ZodNumberFormat, params) as ZodInt32;
1260
+ }
1261
+
1262
+ // uint32
1263
+ export interface ZodUInt32 extends ZodNumberFormat<"uint32"> {}
1264
+ export function uint32(params?: string | core.$ZodCheckNumberFormatParams): ZodUInt32 {
1265
+ return core._uint32(ZodNumberFormat, params) as ZodUInt32;
1266
+ }
1267
+
1268
+ // boolean
1269
+ export interface _ZodBoolean<T extends core.$ZodBooleanInternals = core.$ZodBooleanInternals> extends _ZodType<T> {}
1270
+ export interface ZodBoolean extends _ZodBoolean<core.$ZodBooleanInternals<boolean>> {}
1271
+ export const ZodBoolean: core.$constructor<ZodBoolean> = /*@__PURE__*/ core.$constructor("ZodBoolean", (inst, def) => {
1272
+ core.$ZodBoolean.init(inst, def);
1273
+ ZodType.init(inst, def);
1274
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.booleanProcessor(inst, ctx, json, params);
1275
+ });
1276
+
1277
+ export function boolean(params?: string | core.$ZodBooleanParams): ZodBoolean {
1278
+ return core._boolean(ZodBoolean, params);
1279
+ }
1280
+
1281
+ // bigint
1282
+ export interface _ZodBigInt<T extends core.$ZodBigIntInternals = core.$ZodBigIntInternals> extends _ZodType<T> {
1283
+ gte(value: bigint, params?: string | core.$ZodCheckGreaterThanParams): this;
1284
+ /** Alias of `.gte()` */
1285
+ min(value: bigint, params?: string | core.$ZodCheckGreaterThanParams): this;
1286
+ gt(value: bigint, params?: string | core.$ZodCheckGreaterThanParams): this;
1287
+ /** Alias of `.lte()` */
1288
+ lte(value: bigint, params?: string | core.$ZodCheckLessThanParams): this;
1289
+ max(value: bigint, params?: string | core.$ZodCheckLessThanParams): this;
1290
+ lt(value: bigint, params?: string | core.$ZodCheckLessThanParams): this;
1291
+ positive(params?: string | core.$ZodCheckGreaterThanParams): this;
1292
+ negative(params?: string | core.$ZodCheckLessThanParams): this;
1293
+ nonpositive(params?: string | core.$ZodCheckLessThanParams): this;
1294
+ nonnegative(params?: string | core.$ZodCheckGreaterThanParams): this;
1295
+ multipleOf(value: bigint, params?: string | core.$ZodCheckMultipleOfParams): this;
1296
+
1297
+ minValue: bigint | null;
1298
+ maxValue: bigint | null;
1299
+ format: string | null;
1300
+ }
1301
+
1302
+ export interface ZodBigInt extends _ZodBigInt<core.$ZodBigIntInternals<bigint>> {}
1303
+ export const ZodBigInt: core.$constructor<ZodBigInt> = /*@__PURE__*/ core.$constructor<ZodBigInt>(
1304
+ "ZodBigInt",
1305
+ (inst, def) => {
1306
+ core.$ZodBigInt.init(inst, def);
1307
+ ZodType.init(inst, def);
1308
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.bigintProcessor(inst, ctx, json, params);
1309
+ },
1310
+ /*@__PURE__*/ util.derived<ZodBigInt>(
1311
+ {
1312
+ minValue: (inst) => processors.aggregateChecks<bigint>(inst).minimum ?? null,
1313
+ maxValue: (inst) => processors.aggregateChecks<bigint>(inst).maximum ?? null,
1314
+ format: (inst) => processors.aggregateChecks(inst).format ?? null,
1315
+ },
1316
+ {
1317
+ gte(value, params) {
1318
+ return this.check(checks.gte(value, params));
1319
+ },
1320
+ min(value, params) {
1321
+ return this.check(checks.gte(value, params));
1322
+ },
1323
+ gt(value, params) {
1324
+ return this.check(checks.gt(value, params));
1325
+ },
1326
+ lt(value, params) {
1327
+ return this.check(checks.lt(value, params));
1328
+ },
1329
+ lte(value, params) {
1330
+ return this.check(checks.lte(value, params));
1331
+ },
1332
+ max(value, params) {
1333
+ return this.check(checks.lte(value, params));
1334
+ },
1335
+ positive(params) {
1336
+ return this.check(checks.gt(BigInt(0), params));
1337
+ },
1338
+ negative(params) {
1339
+ return this.check(checks.lt(BigInt(0), params));
1340
+ },
1341
+ nonpositive(params) {
1342
+ return this.check(checks.lte(BigInt(0), params));
1343
+ },
1344
+ nonnegative(params) {
1345
+ return this.check(checks.gte(BigInt(0), params));
1346
+ },
1347
+ multipleOf(value, params) {
1348
+ return this.check(checks.multipleOf(value, params));
1349
+ },
1350
+ }
1351
+ )
1352
+ );
1353
+
1354
+ export function bigint(params?: string | core.$ZodBigIntParams): ZodBigInt {
1355
+ return core._bigint(ZodBigInt, params);
1356
+ }
1357
+ // bigint formats
1358
+
1359
+ // ZodBigIntFormat
1360
+ export interface ZodBigIntFormat<Format extends $ZodBigIntFormats = $ZodBigIntFormats> extends ZodBigInt {
1361
+ _zod: core.$ZodBigIntFormatInternals<Format>;
1362
+ }
1363
+ export const ZodBigIntFormat: core.$constructor<ZodBigIntFormat> = /*@__PURE__*/ core.$constructor(
1364
+ "ZodBigIntFormat",
1365
+ (inst, def) => {
1366
+ core.$ZodBigIntFormat.init(inst, def);
1367
+ ZodBigInt.init(inst, def);
1368
+ }
1369
+ );
1370
+
1371
+ // int64
1372
+ export interface ZodInt64 extends ZodBigIntFormat<"int64"> {}
1373
+ export function int64(params?: string | core.$ZodBigIntFormatParams): ZodInt64 {
1374
+ return core._int64(ZodBigIntFormat, params) as ZodInt64;
1375
+ }
1376
+
1377
+ // uint64
1378
+ export interface ZodUInt64 extends ZodBigIntFormat<"uint64"> {}
1379
+ export function uint64(params?: string | core.$ZodBigIntFormatParams): ZodUInt64 {
1380
+ return core._uint64(ZodBigIntFormat, params) as ZodUInt64;
1381
+ }
1382
+
1383
+ // symbol
1384
+ export interface ZodSymbol extends _ZodType<core.$ZodSymbolInternals> {}
1385
+ export const ZodSymbol: core.$constructor<ZodSymbol> = /*@__PURE__*/ core.$constructor("ZodSymbol", (inst, def) => {
1386
+ core.$ZodSymbol.init(inst, def);
1387
+ ZodType.init(inst, def);
1388
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.symbolProcessor(inst, ctx, json, params);
1389
+ });
1390
+
1391
+ export function symbol(params?: string | core.$ZodSymbolParams): ZodSymbol {
1392
+ return core._symbol(ZodSymbol, params);
1393
+ }
1394
+
1395
+ // ZodUndefined
1396
+ export interface ZodUndefined extends _ZodType<core.$ZodUndefinedInternals> {}
1397
+ export const ZodUndefined: core.$constructor<ZodUndefined> = /*@__PURE__*/ core.$constructor(
1398
+ "ZodUndefined",
1399
+ (inst, def) => {
1400
+ core.$ZodUndefined.init(inst, def);
1401
+ ZodType.init(inst, def);
1402
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.undefinedProcessor(inst, ctx, json, params);
1403
+ }
1404
+ );
1405
+
1406
+ function _undefined(params?: string | core.$ZodUndefinedParams): ZodUndefined {
1407
+ return core._undefined(ZodUndefined, params);
1408
+ }
1409
+ export { _undefined as undefined };
1410
+
1411
+ // ZodNull
1412
+ export interface ZodNull extends _ZodType<core.$ZodNullInternals> {}
1413
+ export const ZodNull: core.$constructor<ZodNull> = /*@__PURE__*/ core.$constructor("ZodNull", (inst, def) => {
1414
+ core.$ZodNull.init(inst, def);
1415
+ ZodType.init(inst, def);
1416
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.nullProcessor(inst, ctx, json, params);
1417
+ });
1418
+
1419
+ function _null(params?: string | core.$ZodNullParams): ZodNull {
1420
+ return core._null(ZodNull, params);
1421
+ }
1422
+ export { _null as null };
1423
+
1424
+ // ZodAny
1425
+ export interface ZodAny extends _ZodType<core.$ZodAnyInternals> {}
1426
+ export const ZodAny: core.$constructor<ZodAny> = /*@__PURE__*/ core.$constructor("ZodAny", (inst, def) => {
1427
+ core.$ZodAny.init(inst, def);
1428
+ ZodType.init(inst, def);
1429
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.anyProcessor(inst, ctx, json, params);
1430
+ });
1431
+
1432
+ export function any(): ZodAny {
1433
+ return core._any(ZodAny);
1434
+ }
1435
+
1436
+ // ZodUnknown
1437
+ export interface ZodUnknown extends _ZodType<core.$ZodUnknownInternals> {}
1438
+ export const ZodUnknown: core.$constructor<ZodUnknown> = /*@__PURE__*/ core.$constructor("ZodUnknown", (inst, def) => {
1439
+ core.$ZodUnknown.init(inst, def);
1440
+ ZodType.init(inst, def);
1441
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.unknownProcessor(inst, ctx, json, params);
1442
+ });
1443
+
1444
+ export function unknown(): ZodUnknown {
1445
+ return core._unknown(ZodUnknown);
1446
+ }
1447
+
1448
+ // ZodNever
1449
+ export interface ZodNever extends _ZodType<core.$ZodNeverInternals> {}
1450
+ export const ZodNever: core.$constructor<ZodNever> = /*@__PURE__*/ core.$constructor("ZodNever", (inst, def) => {
1451
+ core.$ZodNever.init(inst, def);
1452
+ ZodType.init(inst, def);
1453
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.neverProcessor(inst, ctx, json, params);
1454
+ });
1455
+
1456
+ export function never(params?: string | core.$ZodNeverParams): ZodNever {
1457
+ return core._never(ZodNever, params);
1458
+ }
1459
+
1460
+ // ZodVoid
1461
+ export interface ZodVoid extends _ZodType<core.$ZodVoidInternals> {}
1462
+ export const ZodVoid: core.$constructor<ZodVoid> = /*@__PURE__*/ core.$constructor("ZodVoid", (inst, def) => {
1463
+ core.$ZodVoid.init(inst, def);
1464
+ ZodType.init(inst, def);
1465
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.voidProcessor(inst, ctx, json, params);
1466
+ });
1467
+
1468
+ function _void(params?: string | core.$ZodVoidParams): ZodVoid {
1469
+ return core._void(ZodVoid, params);
1470
+ }
1471
+ export { _void as void };
1472
+
1473
+ // ZodDate
1474
+ export interface _ZodDate<T extends core.$ZodDateInternals = core.$ZodDateInternals> extends _ZodType<T> {
1475
+ min(value: number | Date, params?: string | core.$ZodCheckGreaterThanParams): this;
1476
+ max(value: number | Date, params?: string | core.$ZodCheckLessThanParams): this;
1477
+
1478
+ /** @deprecated Not recommended. */
1479
+ minDate: Date | null;
1480
+ /** @deprecated Not recommended. */
1481
+ maxDate: Date | null;
1482
+ }
1483
+
1484
+ export interface ZodDate extends _ZodDate<core.$ZodDateInternals<Date>> {}
1485
+ export const ZodDate: core.$constructor<ZodDate> = /*@__PURE__*/ core.$constructor<ZodDate>(
1486
+ "ZodDate",
1487
+ (inst, def) => {
1488
+ core.$ZodDate.init(inst, def);
1489
+ ZodType.init(inst, def);
1490
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.dateProcessor(inst, ctx, json, params);
1491
+
1492
+ inst.min = (value, params) => inst.check(checks.gte(value, params));
1493
+ inst.max = (value, params) => inst.check(checks.lte(value, params));
1494
+ },
1495
+ /*@__PURE__*/ util.derived<ZodDate>(
1496
+ {
1497
+ minDate: (inst) => {
1498
+ const { minimum } = processors.aggregateChecks<Date>(inst);
1499
+ return minimum ? new Date(minimum) : null;
1500
+ },
1501
+ maxDate: (inst) => {
1502
+ const { maximum } = processors.aggregateChecks<Date>(inst);
1503
+ return maximum ? new Date(maximum) : null;
1504
+ },
1505
+ },
1506
+ {}
1507
+ )
1508
+ );
1509
+
1510
+ export function date(params?: string | core.$ZodDateParams): ZodDate {
1511
+ return core._date(ZodDate, params);
1512
+ }
1513
+
1514
+ // ZodArray
1515
+ export interface ZodArray<T extends core.SomeType = core.$ZodType>
1516
+ extends _ZodType<core.$ZodArrayInternals<T>>,
1517
+ core.$ZodArray<T> {
1518
+ element: T;
1519
+ min(minLength: number, params?: string | core.$ZodCheckMinLengthParams): this;
1520
+ nonempty(params?: string | core.$ZodCheckMinLengthParams): this;
1521
+ max(maxLength: number, params?: string | core.$ZodCheckMaxLengthParams): this;
1522
+ length(len: number, params?: string | core.$ZodCheckLengthEqualsParams): this;
1523
+
1524
+ unwrap(): T;
1525
+ "~standard": ZodStandardSchemaWithJSON<this>;
1526
+ }
1527
+ export const ZodArray: core.$constructor<ZodArray> = /*@__PURE__*/ core.$constructor<ZodArray>(
1528
+ "ZodArray",
1529
+ (inst, def) => {
1530
+ _ensureDefaultMemoizer();
1531
+ core.$ZodArray.init(inst, def);
1532
+ ZodType.init(inst, def);
1533
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.arrayProcessor(inst, ctx, json, params);
1534
+
1535
+ inst.element = def.element;
1536
+ },
1537
+ {
1538
+ min(n, params) {
1539
+ return this.check(checks.minLength(n, params));
1540
+ },
1541
+ nonempty(params) {
1542
+ return this.check(checks.minLength(1, params));
1543
+ },
1544
+ max(n, params) {
1545
+ return this.check(checks.maxLength(n, params));
1546
+ },
1547
+ length(n, params) {
1548
+ return this.check(checks.length(n, params));
1549
+ },
1550
+ unwrap() {
1551
+ return this.element;
1552
+ },
1553
+ }
1554
+ );
1555
+
1556
+ export function array<T extends core.SomeType>(element: T, params?: string | core.$ZodArrayParams): ZodArray<T> {
1557
+ return core._array(ZodArray, element as any, params) as any;
1558
+ }
1559
+
1560
+ // .keyof
1561
+ export function keyof<T extends ZodObject>(schema: T): ZodEnum<util.KeysEnum<T["_zod"]["output"]>> {
1562
+ const shape = schema._zod.def.shape;
1563
+ return _enum(Object.keys(shape)) as any;
1564
+ }
1565
+
1566
+ // ZodObject
1567
+
1568
+ export type SafeExtendShape<Base extends core.$ZodShape, Ext extends core.$ZodLooseShape> = {
1569
+ [K in keyof Ext]: K extends keyof Base
1570
+ ? core.output<Ext[K]> extends core.output<Base[K]>
1571
+ ? core.input<Ext[K]> extends core.input<Base[K]>
1572
+ ? Ext[K]
1573
+ : never
1574
+ : never
1575
+ : Ext[K];
1576
+ };
1577
+
1578
+ export interface ZodObject<
1579
+ /** @ts-ignore Cast variance */
1580
+ out Shape extends core.$ZodShape = core.$ZodLooseShape,
1581
+ out Config extends core.$ZodObjectConfig = core.$strip,
1582
+ > extends _ZodType<core.$ZodObjectInternals<Shape, Config>>,
1583
+ core.$ZodObject<Shape, Config> {
1584
+ "~standard": ZodStandardSchemaWithJSON<this>;
1585
+ shape: Shape;
1586
+
1587
+ keyof(): ZodEnum<util.ToEnum<keyof Shape & string>>;
1588
+ /** Define a schema to validate all unrecognized keys. This overrides the existing strict/loose behavior. */
1589
+ catchall<T extends core.SomeType>(schema: T): ZodObject<Shape, core.$catchall<T>>;
1590
+
1591
+ /** @deprecated Use `z.looseObject()` or `.loose()` instead. */
1592
+ passthrough(): ZodObject<Shape, core.$loose>;
1593
+ /** Consider `z.looseObject(A.shape)` instead */
1594
+ loose(): ZodObject<Shape, core.$loose>;
1595
+
1596
+ /** Consider `z.strictObject(A.shape)` instead */
1597
+ strict(): ZodObject<Shape, core.$strict>;
1598
+
1599
+ /** This is the default behavior. This method call is likely unnecessary. */
1600
+ strip(): ZodObject<Shape, core.$strip>;
1601
+
1602
+ extend<U extends core.$ZodLooseShape>(shape: U): ZodObject<util.Extend<Shape, util.Writeable<U>>, Config>;
1603
+
1604
+ safeExtend<U extends core.$ZodLooseShape>(
1605
+ shape: SafeExtendShape<Shape, U> & Partial<Record<keyof Shape, core.SomeType>>
1606
+ ): ZodObject<util.Extend<Shape, util.Writeable<U>>, Config>;
1607
+
1608
+ /**
1609
+ * @deprecated Use [`A.extend(B.shape)`](https://zod.dev/api?id=extend) instead.
1610
+ */
1611
+ merge<U extends ZodObject>(other: U): ZodObject<util.Extend<Shape, U["shape"]>, U["_zod"]["config"]>;
1612
+
1613
+ pick<M extends util.Mask<keyof Shape>>(
1614
+ mask: M & Record<Exclude<keyof M, keyof Shape>, never>
1615
+ ): ZodObject<util.Flatten<Pick<Shape, Extract<keyof Shape, keyof M>>>, Config>;
1616
+
1617
+ omit<M extends util.Mask<keyof Shape>>(
1618
+ mask: M & Record<Exclude<keyof M, keyof Shape>, never>
1619
+ ): ZodObject<util.Flatten<Omit<Shape, Extract<keyof Shape, keyof M>>>, Config>;
1620
+
1621
+ partial(): ZodObject<
1622
+ {
1623
+ -readonly [k in keyof Shape]: ZodOptional<Shape[k]>;
1624
+ },
1625
+ Config
1626
+ >;
1627
+ partial<M extends util.Mask<keyof Shape>>(
1628
+ mask: M & Record<Exclude<keyof M, keyof Shape>, never>
1629
+ ): ZodObject<
1630
+ {
1631
+ -readonly [k in keyof Shape]: k extends keyof M
1632
+ ? // Shape[k] extends OptionalInSchema
1633
+ // ? Shape[k]
1634
+ // :
1635
+ ZodOptional<Shape[k]>
1636
+ : Shape[k];
1637
+ },
1638
+ Config
1639
+ >;
1640
+
1641
+ // exactPartial
1642
+ exactPartial(): ZodObject<
1643
+ {
1644
+ -readonly [k in keyof Shape]: ZodExactOptional<Shape[k]>;
1645
+ },
1646
+ Config
1647
+ >;
1648
+ exactPartial<M extends util.Mask<keyof Shape>>(
1649
+ mask: M & Record<Exclude<keyof M, keyof Shape>, never>
1650
+ ): ZodObject<
1651
+ {
1652
+ -readonly [k in keyof Shape]: k extends keyof M ? ZodExactOptional<Shape[k]> : Shape[k];
1653
+ },
1654
+ Config
1655
+ >;
1656
+
1657
+ // required
1658
+ required(): ZodObject<
1659
+ {
1660
+ -readonly [k in keyof Shape]: ZodNonOptional<Shape[k]>;
1661
+ },
1662
+ Config
1663
+ >;
1664
+ required<M extends util.Mask<keyof Shape>>(
1665
+ mask: M & Record<Exclude<keyof M, keyof Shape>, never>
1666
+ ): ZodObject<
1667
+ {
1668
+ -readonly [k in keyof Shape]: k extends keyof M ? ZodNonOptional<Shape[k]> : Shape[k];
1669
+ },
1670
+ Config
1671
+ >;
1672
+ }
1673
+
1674
+ export const ZodObject: core.$constructor<ZodObject> = /*@__PURE__*/ core.$constructor<ZodObject>(
1675
+ "ZodObject",
1676
+ (inst, def) => {
1677
+ _ensureDefaultMemoizer();
1678
+ core.$ZodObjectJIT.init(inst, def);
1679
+ ZodType.init(inst, def);
1680
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.objectProcessor(inst, ctx, json, params);
1681
+
1682
+ util.installLazyProp(inst, "shape", (self) => self._zod.def.shape, false);
1683
+ },
1684
+ {
1685
+ keyof() {
1686
+ return _enum(Object.keys(this._zod.def.shape));
1687
+ },
1688
+ catchall(catchall) {
1689
+ // `mergeDefs` rather than a spread: spreading reads `shape`, and resolving it can mint a whole fresh subtree
1690
+ return this.clone(util.mergeDefs(this._zod.def, { catchall: catchall as any }));
1691
+ },
1692
+ passthrough() {
1693
+ return this.clone(util.mergeDefs(this._zod.def, { catchall: unknown() }));
1694
+ },
1695
+ loose() {
1696
+ return this.clone(util.mergeDefs(this._zod.def, { catchall: unknown() }));
1697
+ },
1698
+ strict() {
1699
+ return this.clone(util.mergeDefs(this._zod.def, { catchall: never() }));
1700
+ },
1701
+ strip() {
1702
+ return this.clone(util.mergeDefs(this._zod.def, { catchall: undefined }));
1703
+ },
1704
+ extend(incoming) {
1705
+ return util.extend(this, incoming);
1706
+ },
1707
+ safeExtend(incoming) {
1708
+ return util.safeExtend(this, incoming);
1709
+ },
1710
+ merge(other) {
1711
+ return util.merge(this, other);
1712
+ },
1713
+ pick(mask) {
1714
+ return util.pick(this, mask);
1715
+ },
1716
+ omit(mask) {
1717
+ return util.omit(this, mask);
1718
+ },
1719
+ partial(...args) {
1720
+ return util.partial(ZodOptional, this, args[0]);
1721
+ },
1722
+ exactPartial(...args) {
1723
+ return util.partial(ZodExactOptional, this, args[0], "exactPartial");
1724
+ },
1725
+ required(...args) {
1726
+ return util.required(ZodNonOptional, this, args[0]);
1727
+ },
1728
+ }
1729
+ );
1730
+
1731
+ export function object<T extends core.$ZodLooseShape = Partial<Record<never, core.SomeType>>>(
1732
+ shape?: T,
1733
+ params?: string | core.$ZodObjectParams
1734
+ ): ZodObject<util.Writeable<T>, core.$strip> {
1735
+ const def: core.$ZodObjectDef = {
1736
+ type: "object",
1737
+ shape: shape ?? {},
1738
+ ...util.normalizeParams(params),
1739
+ };
1740
+ return new ZodObject(def) as any;
1741
+ }
1742
+
1743
+ // strictObject
1744
+
1745
+ export function strictObject<T extends core.$ZodLooseShape>(
1746
+ shape: T,
1747
+ params?: string | core.$ZodObjectParams
1748
+ ): ZodObject<util.Writeable<T>, core.$strict> {
1749
+ return new ZodObject({
1750
+ type: "object",
1751
+ shape,
1752
+ catchall: never(),
1753
+ ...util.normalizeParams(params),
1754
+ }) as any;
1755
+ }
1756
+
1757
+ // looseObject
1758
+
1759
+ export function looseObject<T extends core.$ZodLooseShape>(
1760
+ shape: T,
1761
+ params?: string | core.$ZodObjectParams
1762
+ ): ZodObject<util.Writeable<T>, core.$loose> {
1763
+ return new ZodObject({
1764
+ type: "object",
1765
+ shape,
1766
+ catchall: unknown(),
1767
+ ...util.normalizeParams(params),
1768
+ }) as any;
1769
+ }
1770
+
1771
+ // ZodUnion
1772
+ export interface ZodUnion<T extends readonly core.SomeType[] = readonly core.$ZodType[]>
1773
+ extends _ZodType<core.$ZodUnionInternals<T>>,
1774
+ core.$ZodUnion<T> {
1775
+ "~standard": ZodStandardSchemaWithJSON<this>;
1776
+ options: T;
1777
+ }
1778
+ export const ZodUnion: core.$constructor<ZodUnion> = /*@__PURE__*/ core.$constructor("ZodUnion", (inst, def) => {
1779
+ core.$ZodUnion.init(inst, def);
1780
+ ZodType.init(inst, def);
1781
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.unionProcessor(inst, ctx, json, params);
1782
+ inst.options = def.options;
1783
+ });
1784
+
1785
+ export function union<const T extends readonly core.SomeType[]>(
1786
+ options: T,
1787
+ params?: string | core.$ZodUnionParams
1788
+ ): ZodUnion<T> {
1789
+ return new ZodUnion({
1790
+ type: "union",
1791
+ options: options as any as core.$ZodType[],
1792
+ ...util.normalizeParams(params),
1793
+ }) as any;
1794
+ }
1795
+
1796
+ // ZodXor
1797
+ export interface ZodXor<T extends readonly core.SomeType[] = readonly core.$ZodType[]>
1798
+ extends _ZodType<core.$ZodXorInternals<T>>,
1799
+ core.$ZodXor<T> {
1800
+ "~standard": ZodStandardSchemaWithJSON<this>;
1801
+ options: T;
1802
+ }
1803
+ export const ZodXor: core.$constructor<ZodXor> = /*@__PURE__*/ core.$constructor("ZodXor", (inst, def) => {
1804
+ ZodUnion.init(inst, def);
1805
+ core.$ZodXor.init(inst, def);
1806
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.unionProcessor(inst, ctx, json, params);
1807
+ inst.options = def.options;
1808
+ });
1809
+
1810
+ /** Creates an exclusive union (XOR) where exactly one option must match.
1811
+ * Unlike regular unions that succeed when any option matches, xor fails if
1812
+ * zero or more than one option matches the input. */
1813
+ export function xor<const T extends readonly core.SomeType[]>(
1814
+ options: T,
1815
+ params?: string | core.$ZodXorParams
1816
+ ): ZodXor<T> {
1817
+ return new ZodXor({
1818
+ type: "union",
1819
+ options: options as any as core.$ZodType[],
1820
+ inclusive: false,
1821
+ ...util.normalizeParams(params),
1822
+ }) as any;
1823
+ }
1824
+
1825
+ // ZodDiscriminatedUnion
1826
+ export interface ZodDiscriminatedUnion<
1827
+ Options extends readonly core.SomeType[] = readonly core.$ZodType[],
1828
+ Disc extends string = string,
1829
+ > extends ZodUnion<Options>,
1830
+ core.$ZodDiscriminatedUnion<Options, Disc> {
1831
+ "~standard": ZodStandardSchemaWithJSON<this>;
1832
+ _zod: core.$ZodDiscriminatedUnionInternals<Options, Disc>;
1833
+ def: core.$ZodDiscriminatedUnionDef<Options, Disc>;
1834
+ }
1835
+ export const ZodDiscriminatedUnion: core.$constructor<ZodDiscriminatedUnion> = /*@__PURE__*/ core.$constructor(
1836
+ "ZodDiscriminatedUnion",
1837
+ (inst, def) => {
1838
+ ZodUnion.init(inst, def);
1839
+ core.$ZodDiscriminatedUnion.init(inst, def);
1840
+ }
1841
+ );
1842
+
1843
+ export function discriminatedUnion<
1844
+ Types extends readonly [core.$ZodTypeDiscriminable, ...core.$ZodTypeDiscriminable[]],
1845
+ Disc extends string,
1846
+ >(
1847
+ discriminator: Disc,
1848
+ options: Types,
1849
+ params?: string | core.$ZodDiscriminatedUnionParams
1850
+ ): ZodDiscriminatedUnion<Types, Disc> {
1851
+ // const [options, params] = args;
1852
+ return new ZodDiscriminatedUnion({
1853
+ type: "union",
1854
+ options: options as any as core.$ZodType[],
1855
+ discriminator,
1856
+ ...util.normalizeParams(params),
1857
+ }) as any;
1858
+ }
1859
+
1860
+ // ZodIntersection
1861
+ export interface ZodIntersection<A extends core.SomeType = core.$ZodType, B extends core.SomeType = core.$ZodType>
1862
+ extends _ZodType<core.$ZodIntersectionInternals<A, B>>,
1863
+ core.$ZodIntersection<A, B> {
1864
+ "~standard": ZodStandardSchemaWithJSON<this>;
1865
+ }
1866
+ export const ZodIntersection: core.$constructor<ZodIntersection> = /*@__PURE__*/ core.$constructor(
1867
+ "ZodIntersection",
1868
+ (inst, def) => {
1869
+ core.$ZodIntersection.init(inst, def);
1870
+ ZodType.init(inst, def);
1871
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.intersectionProcessor(inst, ctx, json, params);
1872
+ }
1873
+ );
1874
+
1875
+ export function intersection<T extends core.SomeType, U extends core.SomeType>(
1876
+ left: T,
1877
+ right: U
1878
+ ): ZodIntersection<T, U> {
1879
+ return new ZodIntersection({
1880
+ type: "intersection",
1881
+ left: left as any as core.$ZodType,
1882
+ right: right as any as core.$ZodType,
1883
+ }) as any;
1884
+ }
1885
+
1886
+ // ZodTuple
1887
+ export interface ZodTuple<
1888
+ T extends util.TupleItems = readonly core.$ZodType[],
1889
+ Rest extends core.SomeType | null = core.$ZodType | null,
1890
+ > extends _ZodType<core.$ZodTupleInternals<T, Rest>>,
1891
+ core.$ZodTuple<T, Rest> {
1892
+ "~standard": ZodStandardSchemaWithJSON<this>;
1893
+ rest<Rest extends core.SomeType = core.$ZodType>(rest: Rest): ZodTuple<T, Rest>;
1894
+ partial(): ZodTuple<{ -readonly [k in keyof T]: ZodOptional<T[k]> }, Rest>;
1895
+ }
1896
+ export const ZodTuple: core.$constructor<ZodTuple> = /*@__PURE__*/ core.$constructor<ZodTuple>(
1897
+ "ZodTuple",
1898
+ (inst, def) => {
1899
+ _ensureDefaultMemoizer();
1900
+ core.$ZodTuple.init(inst, def);
1901
+ ZodType.init(inst, def);
1902
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.tupleProcessor(inst, ctx, json, params);
1903
+ },
1904
+ {
1905
+ rest(rest) {
1906
+ return this.clone({
1907
+ ...this._zod.def,
1908
+ rest: rest as any as core.$ZodType,
1909
+ }) as any;
1910
+ },
1911
+ partial() {
1912
+ const def = this._zod.def;
1913
+ // a refinement was authored against the full arity; partialing would run it on a shorter array
1914
+ if (def.checks?.length) throw new Error(".partial() cannot be used on tuple schemas containing refinements");
1915
+ return this.clone({
1916
+ ...def,
1917
+ items: def.items.map((item) => new ZodOptional({ type: "optional", innerType: item })),
1918
+ }) as any;
1919
+ },
1920
+ }
1921
+ );
1922
+
1923
+ export function tuple<T extends readonly [core.SomeType, ...core.SomeType[]]>(
1924
+ items: T,
1925
+ params?: string | core.$ZodTupleParams
1926
+ ): ZodTuple<T, null>;
1927
+ export function tuple<T extends readonly [core.SomeType, ...core.SomeType[]], Rest extends core.SomeType>(
1928
+ items: T,
1929
+ rest: Rest,
1930
+ params?: string | core.$ZodTupleParams
1931
+ ): ZodTuple<T, Rest>;
1932
+ export function tuple(items: [], params?: string | core.$ZodTupleParams): ZodTuple<[], null>;
1933
+ export function tuple(
1934
+ items: core.SomeType[],
1935
+ _paramsOrRest?: string | core.$ZodTupleParams | core.SomeType,
1936
+ _params?: string | core.$ZodTupleParams
1937
+ ) {
1938
+ const hasRest = _paramsOrRest instanceof core.$ZodType;
1939
+ const params = hasRest ? _params : _paramsOrRest;
1940
+ const rest = hasRest ? _paramsOrRest : null;
1941
+ return new ZodTuple({
1942
+ type: "tuple",
1943
+ items: items as any as core.$ZodType[],
1944
+ rest,
1945
+ ...util.normalizeParams(params),
1946
+ });
1947
+ }
1948
+
1949
+ // ZodRecord
1950
+ export interface ZodRecord<
1951
+ Key extends core.$ZodRecordKey = core.$ZodRecordKey,
1952
+ Value extends core.SomeType = core.$ZodType,
1953
+ > extends _ZodType<core.$ZodRecordInternals<Key, Value>>,
1954
+ core.$ZodRecord<Key, Value> {
1955
+ "~standard": ZodStandardSchemaWithJSON<this>;
1956
+ keyType: Key;
1957
+ valueType: Value;
1958
+ }
1959
+ export const ZodRecord: core.$constructor<ZodRecord> = /*@__PURE__*/ core.$constructor("ZodRecord", (inst, def) => {
1960
+ _ensureDefaultMemoizer();
1961
+ core.$ZodRecord.init(inst, def);
1962
+ ZodType.init(inst, def);
1963
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.recordProcessor(inst, ctx, json, params);
1964
+
1965
+ inst.keyType = def.keyType;
1966
+ inst.valueType = def.valueType;
1967
+ });
1968
+
1969
+ export function record<Key extends core.$ZodRecordKey, Value extends core.SomeType>(
1970
+ keyType: Key,
1971
+ valueType: Value,
1972
+ params?: string | core.$ZodRecordParams
1973
+ ): ZodRecord<Key, Value> {
1974
+ // v3-compat: z.record(valueType, params?) — defaults keyType to z.string()
1975
+ if (!valueType || !(valueType as any)._zod) {
1976
+ return new ZodRecord({
1977
+ type: "record",
1978
+ keyType: string() as any,
1979
+ valueType: keyType as any as core.$ZodType,
1980
+ ...util.normalizeParams(valueType as string | core.$ZodRecordParams | undefined),
1981
+ }) as any;
1982
+ }
1983
+ return new ZodRecord({
1984
+ type: "record",
1985
+ keyType,
1986
+ valueType: valueType as any as core.$ZodType,
1987
+ ...util.normalizeParams(params),
1988
+ }) as any;
1989
+ }
1990
+ // type alksjf = core.output<core.$ZodRecordKey>;
1991
+ export function partialRecord<Key extends core.$ZodRecordKey, Value extends core.SomeType>(
1992
+ keyType: Key,
1993
+ valueType: Value,
1994
+ params?: string | core.$ZodRecordParams
1995
+ ): ZodRecord<Key & core.$partial, Value> {
1996
+ return new ZodRecord({
1997
+ type: "record",
1998
+ keyType,
1999
+ valueType: valueType as any,
2000
+ ...util.normalizeParams(params),
2001
+ partial: true,
2002
+ }) as any;
2003
+ }
2004
+
2005
+ export function looseRecord<Key extends core.$ZodRecordKey, Value extends core.SomeType>(
2006
+ keyType: Key,
2007
+ valueType: Value,
2008
+ params?: string | core.$ZodRecordParams
2009
+ ): ZodRecord<Key, Value> {
2010
+ return new ZodRecord({
2011
+ type: "record",
2012
+ keyType,
2013
+ valueType: valueType as any as core.$ZodType,
2014
+ mode: "loose",
2015
+ ...util.normalizeParams(params),
2016
+ }) as any;
2017
+ }
2018
+
2019
+ // ZodMap
2020
+ export interface ZodMap<Key extends core.SomeType = core.$ZodType, Value extends core.SomeType = core.$ZodType>
2021
+ extends _ZodType<core.$ZodMapInternals<Key, Value>>,
2022
+ core.$ZodMap<Key, Value> {
2023
+ "~standard": ZodStandardSchemaWithJSON<this>;
2024
+ keyType: Key;
2025
+ valueType: Value;
2026
+ min(minSize: number, params?: string | core.$ZodCheckMinSizeParams): this;
2027
+ nonempty(params?: string | core.$ZodCheckMinSizeParams): this;
2028
+ max(maxSize: number, params?: string | core.$ZodCheckMaxSizeParams): this;
2029
+ size(size: number, params?: string | core.$ZodCheckSizeEqualsParams): this;
2030
+ }
2031
+ export const ZodMap: core.$constructor<ZodMap> = /*@__PURE__*/ core.$constructor("ZodMap", (inst, def) => {
2032
+ _ensureDefaultMemoizer();
2033
+ core.$ZodMap.init(inst, def);
2034
+ ZodType.init(inst, def);
2035
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.mapProcessor(inst, ctx, json, params);
2036
+ inst.keyType = def.keyType;
2037
+ inst.valueType = def.valueType;
2038
+ inst.min = (...args) => inst.check(core._minSize(...args));
2039
+ inst.nonempty = (params) => inst.check(core._minSize(1, params));
2040
+ inst.max = (...args) => inst.check(core._maxSize(...args));
2041
+ inst.size = (...args) => inst.check(core._size(...args));
2042
+ });
2043
+
2044
+ export function map<Key extends core.SomeType, Value extends core.SomeType>(
2045
+ keyType: Key,
2046
+ valueType: Value,
2047
+ params?: string | core.$ZodMapParams
2048
+ ): ZodMap<Key, Value> {
2049
+ return new ZodMap({
2050
+ type: "map",
2051
+ keyType: keyType as any as core.$ZodType,
2052
+ valueType: valueType as any as core.$ZodType,
2053
+ ...util.normalizeParams(params),
2054
+ }) as any;
2055
+ }
2056
+
2057
+ // ZodSet
2058
+ export interface ZodSet<T extends core.SomeType = core.$ZodType>
2059
+ extends _ZodType<core.$ZodSetInternals<T>>,
2060
+ core.$ZodSet<T> {
2061
+ "~standard": ZodStandardSchemaWithJSON<this>;
2062
+ min(minSize: number, params?: string | core.$ZodCheckMinSizeParams): this;
2063
+ nonempty(params?: string | core.$ZodCheckMinSizeParams): this;
2064
+ max(maxSize: number, params?: string | core.$ZodCheckMaxSizeParams): this;
2065
+ size(size: number, params?: string | core.$ZodCheckSizeEqualsParams): this;
2066
+ }
2067
+ export const ZodSet: core.$constructor<ZodSet> = /*@__PURE__*/ core.$constructor("ZodSet", (inst, def) => {
2068
+ _ensureDefaultMemoizer();
2069
+ core.$ZodSet.init(inst, def);
2070
+ ZodType.init(inst, def);
2071
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.setProcessor(inst, ctx, json, params);
2072
+
2073
+ inst.min = (...args) => inst.check(core._minSize(...args));
2074
+ inst.nonempty = (params) => inst.check(core._minSize(1, params));
2075
+ inst.max = (...args) => inst.check(core._maxSize(...args));
2076
+ inst.size = (...args) => inst.check(core._size(...args));
2077
+ });
2078
+
2079
+ export function set<Value extends core.SomeType>(
2080
+ valueType: Value,
2081
+ params?: string | core.$ZodSetParams
2082
+ ): ZodSet<Value> {
2083
+ return new ZodSet({
2084
+ type: "set",
2085
+ valueType: valueType as any as core.$ZodType,
2086
+ ...util.normalizeParams(params),
2087
+ }) as any;
2088
+ }
2089
+
2090
+ // ZodEnum
2091
+ export interface ZodEnum<
2092
+ /** @ts-ignore Cast variance */
2093
+ out T extends util.EnumLike = util.EnumLike,
2094
+ > extends _ZodType<core.$ZodEnumInternals<T>>,
2095
+ core.$ZodEnum<T> {
2096
+ "~standard": ZodStandardSchemaWithJSON<this>;
2097
+ enum: T;
2098
+ options: Array<T[keyof T]>;
2099
+
2100
+ extract<const U extends readonly (keyof T)[]>(
2101
+ values: U,
2102
+ params?: string | core.$ZodEnumParams
2103
+ ): ZodEnum<util.Flatten<Pick<T, U[number]>>>;
2104
+ exclude<const U extends readonly (keyof T)[]>(
2105
+ values: U,
2106
+ params?: string | core.$ZodEnumParams
2107
+ ): ZodEnum<util.Flatten<Omit<T, U[number]>>>;
2108
+ }
2109
+ export const ZodEnum: core.$constructor<ZodEnum> = /*@__PURE__*/ core.$constructor("ZodEnum", (inst, def) => {
2110
+ core.$ZodEnum.init(inst, def);
2111
+ ZodType.init(inst, def);
2112
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.enumProcessor(inst, ctx, json, params);
2113
+
2114
+ inst.enum = def.entries;
2115
+ // reuse the parsed value set so a numeric TS enum's reverse-mapping keys stay out
2116
+ inst.options = [...inst._zod.values] as util.EnumValue[];
2117
+
2118
+ const keys = new Set(Object.keys(def.entries));
2119
+
2120
+ inst.extract = (values, params) => {
2121
+ const newEntries: Record<string, any> = {};
2122
+ for (const value of values) {
2123
+ if (keys.has(value)) {
2124
+ newEntries[value] = def.entries[value];
2125
+ } else throw new Error(`Key ${value} not found in enum`);
2126
+ }
2127
+ return new ZodEnum({
2128
+ ...def,
2129
+ checks: [],
2130
+ ...util.normalizeParams(params),
2131
+ entries: newEntries,
2132
+ }) as any;
2133
+ };
2134
+
2135
+ inst.exclude = (values, params) => {
2136
+ const newEntries: Record<string, any> = { ...def.entries };
2137
+ for (const value of values) {
2138
+ if (keys.has(value)) {
2139
+ delete newEntries[value];
2140
+ } else throw new Error(`Key ${value} not found in enum`);
2141
+ }
2142
+ return new ZodEnum({
2143
+ ...def,
2144
+ checks: [],
2145
+ ...util.normalizeParams(params),
2146
+ entries: newEntries,
2147
+ }) as any;
2148
+ };
2149
+ });
2150
+
2151
+ function _enum<const T extends readonly string[]>(
2152
+ values: T,
2153
+ params?: string | core.$ZodEnumParams
2154
+ ): ZodEnum<util.ToEnum<T[number]>>;
2155
+ function _enum<const T extends util.EnumLike>(entries: T, params?: string | core.$ZodEnumParams): ZodEnum<T>;
2156
+ function _enum(values: any, params?: string | core.$ZodEnumParams) {
2157
+ const entries: any = Array.isArray(values) ? Object.fromEntries(values.map((v) => [v, v])) : values;
2158
+
2159
+ return new ZodEnum({
2160
+ type: "enum",
2161
+ entries,
2162
+ ...util.normalizeParams(params),
2163
+ }) as any;
2164
+ }
2165
+ export { _enum as enum };
2166
+
2167
+ /** @deprecated This API has been merged into `z.enum()`. Use `z.enum()` instead.
2168
+ *
2169
+ * ```ts
2170
+ * enum Colors { red, green, blue }
2171
+ * z.enum(Colors);
2172
+ * ```
2173
+ */
2174
+ export function nativeEnum<T extends util.EnumLike>(entries: T, params?: string | core.$ZodEnumParams): ZodEnum<T> {
2175
+ return new ZodEnum({
2176
+ type: "enum",
2177
+ entries,
2178
+ ...util.normalizeParams(params),
2179
+ }) as ZodEnum<T>;
2180
+ }
2181
+
2182
+ // ZodLiteral
2183
+ export interface ZodLiteral<T extends util.Literal = util.Literal>
2184
+ extends _ZodType<core.$ZodLiteralInternals<T>>,
2185
+ core.$ZodLiteral<T> {
2186
+ "~standard": ZodStandardSchemaWithJSON<this>;
2187
+ values: Set<T>;
2188
+ /** @legacy Use `.values` instead. Accessing this property will throw an error if the literal accepts multiple values. */
2189
+ value: T;
2190
+ }
2191
+ export const ZodLiteral: core.$constructor<ZodLiteral> = /*@__PURE__*/ core.$constructor("ZodLiteral", (inst, def) => {
2192
+ core.$ZodLiteral.init(inst, def);
2193
+ ZodType.init(inst, def);
2194
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.literalProcessor(inst, ctx, json, params);
2195
+ inst.values = new Set(def.values);
2196
+ Object.defineProperty(inst, "value", {
2197
+ get() {
2198
+ if (def.values.length > 1) {
2199
+ throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");
2200
+ }
2201
+ return def.values[0];
2202
+ },
2203
+ });
2204
+ });
2205
+
2206
+ export function literal<const T extends ReadonlyArray<util.Literal>>(
2207
+ value: T,
2208
+ params?: string | core.$ZodLiteralParams
2209
+ ): ZodLiteral<T[number]>;
2210
+ export function literal<const T extends util.Literal>(
2211
+ value: T,
2212
+ params?: string | core.$ZodLiteralParams
2213
+ ): ZodLiteral<T>;
2214
+ export function literal(value: any, params: any) {
2215
+ return new ZodLiteral({
2216
+ type: "literal",
2217
+ values: Array.isArray(value) ? value : [value],
2218
+ ...util.normalizeParams(params),
2219
+ });
2220
+ }
2221
+
2222
+ // ZodFile
2223
+ export interface ZodFile extends _ZodType<core.$ZodFileInternals>, core.$ZodFile {
2224
+ "~standard": ZodStandardSchemaWithJSON<this>;
2225
+ min(size: number, params?: string | core.$ZodCheckMinSizeParams): this;
2226
+ max(size: number, params?: string | core.$ZodCheckMaxSizeParams): this;
2227
+ mime(types: util.MimeTypes | Array<util.MimeTypes>, params?: string | core.$ZodCheckMimeTypeParams): this;
2228
+ }
2229
+ export const ZodFile: core.$constructor<ZodFile> = /*@__PURE__*/ core.$constructor("ZodFile", (inst, def) => {
2230
+ core.$ZodFile.init(inst, def);
2231
+ ZodType.init(inst, def);
2232
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.fileProcessor(inst, ctx, json, params);
2233
+
2234
+ inst.min = (size, params) => inst.check(core._minSize(size, params));
2235
+ inst.max = (size, params) => inst.check(core._maxSize(size, params));
2236
+ inst.mime = (types, params) => inst.check(core._mime(Array.isArray(types) ? types : [types], params));
2237
+ });
2238
+
2239
+ export function file(params?: string | core.$ZodFileParams): ZodFile {
2240
+ return core._file(ZodFile, params) as any;
2241
+ }
2242
+
2243
+ // ZodTransform
2244
+ export interface ZodTransform<O = unknown, I = unknown>
2245
+ extends _ZodType<core.$ZodTransformInternals<O, I>>,
2246
+ core.$ZodTransform<O, I> {
2247
+ "~standard": ZodStandardSchemaWithJSON<this>;
2248
+ }
2249
+ export const ZodTransform: core.$constructor<ZodTransform> = /*@__PURE__*/ core.$constructor(
2250
+ "ZodTransform",
2251
+ (inst, def) => {
2252
+ _ensureDefaultMemoizer();
2253
+ core.$ZodTransform.init(inst, def);
2254
+ ZodType.init(inst, def);
2255
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.transformProcessor(inst, ctx, json, params);
2256
+
2257
+ inst._zod.parse = (payload, _ctx) => {
2258
+ if (_ctx.direction === "backward") {
2259
+ throw new core.$ZodEncodeError(inst.constructor.name);
2260
+ }
2261
+
2262
+ (payload as core.$RefinementCtx).addIssue = (issue) => {
2263
+ if (typeof issue === "string") {
2264
+ payload.issues.push(util.issue(issue, payload.value, def));
2265
+ } else {
2266
+ // for Zod 3 backwards compatibility
2267
+ const _issue = issue as any;
2268
+
2269
+ if (_issue.fatal) _issue.continue = false;
2270
+ _issue.code ??= "custom";
2271
+ if (!("input" in _issue)) _issue.input = payload.value;
2272
+ _issue.inst ??= inst;
2273
+ // _issue.continue ??= true;
2274
+ payload.issues.push(util.issue(_issue));
2275
+ }
2276
+ };
2277
+
2278
+ const output = def.transform(payload.value, payload);
2279
+ if (output instanceof Promise) {
2280
+ return output.then((output) => {
2281
+ payload.value = output;
2282
+ return payload;
2283
+ });
2284
+ }
2285
+ payload.value = output;
2286
+ return payload;
2287
+ };
2288
+ }
2289
+ );
2290
+
2291
+ export function transform<I = unknown, O = I>(
2292
+ fn: (input: I, ctx: core.$RefinementCtx) => O
2293
+ ): ZodTransform<Awaited<O>, I> {
2294
+ return new ZodTransform({
2295
+ type: "transform",
2296
+ transform: fn as any,
2297
+ }) as any;
2298
+ }
2299
+
2300
+ // ZodOptional
2301
+ export interface ZodOptional<T extends core.SomeType = core.$ZodType>
2302
+ extends _ZodType<core.$ZodOptionalInternals<T>>,
2303
+ core.$ZodOptional<T> {
2304
+ "~standard": ZodStandardSchemaWithJSON<this>;
2305
+ unwrap(): T;
2306
+ }
2307
+ export const ZodOptional: core.$constructor<ZodOptional> = /*@__PURE__*/ core.$constructor(
2308
+ "ZodOptional",
2309
+ (inst, def) => {
2310
+ core.$ZodOptional.init(inst, def);
2311
+ ZodType.init(inst, def);
2312
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.optionalProcessor(inst, ctx, json, params);
2313
+
2314
+ inst.unwrap = () => inst._zod.def.innerType;
2315
+ }
2316
+ );
2317
+
2318
+ export function optional<T extends core.SomeType>(innerType: T): ZodOptional<T> {
2319
+ return new ZodOptional({
2320
+ type: "optional",
2321
+ innerType: innerType as any as core.$ZodType,
2322
+ }) as any;
2323
+ }
2324
+
2325
+ // ZodExactOptional
2326
+ export interface ZodExactOptional<T extends core.SomeType = core.$ZodType>
2327
+ extends _ZodType<core.$ZodExactOptionalInternals<T>>,
2328
+ core.$ZodExactOptional<T> {
2329
+ "~standard": ZodStandardSchemaWithJSON<this>;
2330
+ unwrap(): T;
2331
+ }
2332
+ export const ZodExactOptional: core.$constructor<ZodExactOptional> = /*@__PURE__*/ core.$constructor(
2333
+ "ZodExactOptional",
2334
+ (inst, def) => {
2335
+ core.$ZodExactOptional.init(inst, def);
2336
+ ZodType.init(inst, def);
2337
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.optionalProcessor(inst, ctx, json, params);
2338
+
2339
+ inst.unwrap = () => inst._zod.def.innerType;
2340
+ }
2341
+ );
2342
+
2343
+ export function exactOptional<T extends core.SomeType>(innerType: T): ZodExactOptional<T> {
2344
+ return new ZodExactOptional({
2345
+ type: "optional",
2346
+ innerType: innerType as any as core.$ZodType,
2347
+ }) as any;
2348
+ }
2349
+
2350
+ // ZodNullable
2351
+ export interface ZodNullable<T extends core.SomeType = core.$ZodType>
2352
+ extends _ZodType<core.$ZodNullableInternals<T>>,
2353
+ core.$ZodNullable<T> {
2354
+ "~standard": ZodStandardSchemaWithJSON<this>;
2355
+ unwrap(): T;
2356
+ }
2357
+ export const ZodNullable: core.$constructor<ZodNullable> = /*@__PURE__*/ core.$constructor(
2358
+ "ZodNullable",
2359
+ (inst, def) => {
2360
+ core.$ZodNullable.init(inst, def);
2361
+ ZodType.init(inst, def);
2362
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.nullableProcessor(inst, ctx, json, params);
2363
+
2364
+ inst.unwrap = () => inst._zod.def.innerType;
2365
+ }
2366
+ );
2367
+
2368
+ export function nullable<T extends core.SomeType>(innerType: T): ZodNullable<T> {
2369
+ return new ZodNullable({
2370
+ type: "nullable",
2371
+ innerType: innerType as any as core.$ZodType,
2372
+ }) as any;
2373
+ }
2374
+
2375
+ // nullish
2376
+ export function nullish<T extends core.SomeType>(innerType: T): ZodOptional<ZodNullable<T>> {
2377
+ return optional(nullable(innerType));
2378
+ }
2379
+
2380
+ // ZodDefault
2381
+ export interface ZodDefault<T extends core.SomeType = core.$ZodType>
2382
+ extends _ZodType<core.$ZodDefaultInternals<T>>,
2383
+ core.$ZodDefault<T> {
2384
+ "~standard": ZodStandardSchemaWithJSON<this>;
2385
+ unwrap(): T;
2386
+ /** @deprecated Use `.unwrap()` instead. */
2387
+ removeDefault(): T;
2388
+ }
2389
+ export const ZodDefault: core.$constructor<ZodDefault> = /*@__PURE__*/ core.$constructor("ZodDefault", (inst, def) => {
2390
+ core.$ZodDefault.init(inst, def);
2391
+ ZodType.init(inst, def);
2392
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.defaultProcessor(inst, ctx, json, params);
2393
+
2394
+ inst.unwrap = () => inst._zod.def.innerType;
2395
+ inst.removeDefault = inst.unwrap;
2396
+ });
2397
+
2398
+ export function _default<T extends core.SomeType>(
2399
+ innerType: T,
2400
+ defaultValue: util.NoUndefined<core.output<T>> | (() => util.NoUndefined<core.output<T>>)
2401
+ ): ZodDefault<T> {
2402
+ return new ZodDefault({
2403
+ type: "default",
2404
+ innerType: innerType as any as core.$ZodType,
2405
+ get defaultValue() {
2406
+ return typeof defaultValue === "function" ? (defaultValue as Function)() : util.shallowClone(defaultValue);
2407
+ },
2408
+ }) as any;
2409
+ }
2410
+
2411
+ // ZodPrefault
2412
+ export interface ZodPrefault<T extends core.SomeType = core.$ZodType>
2413
+ extends _ZodType<core.$ZodPrefaultInternals<T>>,
2414
+ core.$ZodPrefault<T> {
2415
+ "~standard": ZodStandardSchemaWithJSON<this>;
2416
+ unwrap(): T;
2417
+ }
2418
+ export const ZodPrefault: core.$constructor<ZodPrefault> = /*@__PURE__*/ core.$constructor(
2419
+ "ZodPrefault",
2420
+ (inst, def) => {
2421
+ core.$ZodPrefault.init(inst, def);
2422
+ ZodType.init(inst, def);
2423
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.prefaultProcessor(inst, ctx, json, params);
2424
+ inst.unwrap = () => inst._zod.def.innerType;
2425
+ }
2426
+ );
2427
+
2428
+ export function prefault<T extends core.SomeType>(
2429
+ innerType: T,
2430
+ defaultValue: core.input<T> | (() => core.input<T>)
2431
+ ): ZodPrefault<T> {
2432
+ return new ZodPrefault({
2433
+ type: "prefault",
2434
+ innerType: innerType as any as core.$ZodType,
2435
+ get defaultValue() {
2436
+ return typeof defaultValue === "function" ? (defaultValue as Function)() : util.shallowClone(defaultValue);
2437
+ },
2438
+ }) as any;
2439
+ }
2440
+
2441
+ // ZodNonOptional
2442
+ export interface ZodNonOptional<T extends core.SomeType = core.$ZodType>
2443
+ extends _ZodType<core.$ZodNonOptionalInternals<T>>,
2444
+ core.$ZodNonOptional<T> {
2445
+ "~standard": ZodStandardSchemaWithJSON<this>;
2446
+ unwrap(): T;
2447
+ }
2448
+ export const ZodNonOptional: core.$constructor<ZodNonOptional> = /*@__PURE__*/ core.$constructor(
2449
+ "ZodNonOptional",
2450
+ (inst, def) => {
2451
+ core.$ZodNonOptional.init(inst, def);
2452
+ ZodType.init(inst, def);
2453
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.nonoptionalProcessor(inst, ctx, json, params);
2454
+
2455
+ inst.unwrap = () => inst._zod.def.innerType;
2456
+ }
2457
+ );
2458
+
2459
+ export function nonoptional<T extends core.SomeType>(
2460
+ innerType: T,
2461
+ params?: string | core.$ZodNonOptionalParams
2462
+ ): ZodNonOptional<T> {
2463
+ return new ZodNonOptional({
2464
+ type: "nonoptional",
2465
+ innerType: innerType as any as core.$ZodType,
2466
+ ...util.normalizeParams(params),
2467
+ }) as any;
2468
+ }
2469
+
2470
+ // ZodSuccess
2471
+ export interface ZodSuccess<T extends core.SomeType = core.$ZodType>
2472
+ extends _ZodType<core.$ZodSuccessInternals<T>>,
2473
+ core.$ZodSuccess<T> {
2474
+ "~standard": ZodStandardSchemaWithJSON<this>;
2475
+ unwrap(): T;
2476
+ }
2477
+ export const ZodSuccess: core.$constructor<ZodSuccess> = /*@__PURE__*/ core.$constructor("ZodSuccess", (inst, def) => {
2478
+ core.$ZodSuccess.init(inst, def);
2479
+ ZodType.init(inst, def);
2480
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.successProcessor(inst, ctx, json, params);
2481
+
2482
+ inst.unwrap = () => inst._zod.def.innerType;
2483
+ });
2484
+
2485
+ export function success<T extends core.SomeType>(innerType: T): ZodSuccess<T> {
2486
+ return new ZodSuccess({
2487
+ type: "success",
2488
+ innerType: innerType as any as core.$ZodType,
2489
+ }) as any;
2490
+ }
2491
+
2492
+ // ZodCatch
2493
+ export interface ZodCatch<T extends core.SomeType = core.$ZodType>
2494
+ extends _ZodType<core.$ZodCatchInternals<T>>,
2495
+ core.$ZodCatch<T> {
2496
+ "~standard": ZodStandardSchemaWithJSON<this>;
2497
+ unwrap(): T;
2498
+ /** @deprecated Use `.unwrap()` instead. */
2499
+ removeCatch(): T;
2500
+ }
2501
+ export const ZodCatch: core.$constructor<ZodCatch> = /*@__PURE__*/ core.$constructor("ZodCatch", (inst, def) => {
2502
+ core.$ZodCatch.init(inst, def);
2503
+ ZodType.init(inst, def);
2504
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.catchProcessor(inst, ctx, json, params);
2505
+
2506
+ inst.unwrap = () => inst._zod.def.innerType;
2507
+ inst.removeCatch = inst.unwrap;
2508
+ });
2509
+
2510
+ function _catch<T extends core.SomeType>(
2511
+ innerType: T,
2512
+ catchValue: core.output<T> | ((ctx: core.$ZodCatchCtx) => core.output<T>)
2513
+ ): ZodCatch<T> {
2514
+ return new ZodCatch({
2515
+ type: "catch",
2516
+ innerType: innerType as any as core.$ZodType,
2517
+ catchValue: (typeof catchValue === "function" ? catchValue : core.util.constantCatch(catchValue)) as (
2518
+ ctx: core.$ZodCatchCtx
2519
+ ) => core.output<T>,
2520
+ }) as any;
2521
+ }
2522
+ export { _catch as catch };
2523
+
2524
+ // ZodNaN
2525
+ export interface ZodNaN extends _ZodType<core.$ZodNaNInternals>, core.$ZodNaN {
2526
+ "~standard": ZodStandardSchemaWithJSON<this>;
2527
+ }
2528
+ export const ZodNaN: core.$constructor<ZodNaN> = /*@__PURE__*/ core.$constructor("ZodNaN", (inst, def) => {
2529
+ core.$ZodNaN.init(inst, def);
2530
+ ZodType.init(inst, def);
2531
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.nanProcessor(inst, ctx, json, params);
2532
+ });
2533
+
2534
+ export function nan(params?: string | core.$ZodNaNParams): ZodNaN {
2535
+ return core._nan(ZodNaN, params);
2536
+ }
2537
+
2538
+ // ZodPipe
2539
+ export interface ZodPipe<A extends core.SomeType = core.$ZodType, B extends core.SomeType = core.$ZodType>
2540
+ extends _ZodType<core.$ZodPipeInternals<A, B>>,
2541
+ core.$ZodPipe<A, B> {
2542
+ "~standard": ZodStandardSchemaWithJSON<this>;
2543
+ in: A;
2544
+ out: B;
2545
+ }
2546
+ export const ZodPipe: core.$constructor<ZodPipe> = /*@__PURE__*/ core.$constructor("ZodPipe", (inst, def) => {
2547
+ core.$ZodPipe.init(inst, def);
2548
+ ZodType.init(inst, def);
2549
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.pipeProcessor(inst, ctx, json, params);
2550
+
2551
+ inst.in = def.in;
2552
+ inst.out = def.out;
2553
+ });
2554
+
2555
+ export function pipe<
2556
+ const A extends core.SomeType,
2557
+ B extends core.$ZodType<unknown, core.output<A>> = core.$ZodType<unknown, core.output<A>>,
2558
+ >(in_: A, out: B | core.$ZodType<unknown, core.output<A>>): ZodPipe<A, B>;
2559
+ export function pipe(in_: core.SomeType, out: core.SomeType) {
2560
+ return new ZodPipe({
2561
+ type: "pipe",
2562
+ in: in_ as unknown as core.$ZodType,
2563
+ out: out as unknown as core.$ZodType,
2564
+ // ...util.normalizeParams(params),
2565
+ });
2566
+ }
2567
+
2568
+ // ZodCodec
2569
+ export interface ZodCodec<A extends core.SomeType = core.$ZodType, B extends core.SomeType = core.$ZodType>
2570
+ extends ZodPipe<A, B>,
2571
+ core.$ZodCodec<A, B> {
2572
+ "~standard": ZodStandardSchemaWithJSON<this>;
2573
+ _zod: core.$ZodCodecInternals<A, B>;
2574
+ def: core.$ZodCodecDef<A, B>;
2575
+ }
2576
+ export const ZodCodec: core.$constructor<ZodCodec> = /*@__PURE__*/ core.$constructor("ZodCodec", (inst, def) => {
2577
+ ZodPipe.init(inst, def);
2578
+ core.$ZodCodec.init(inst, def);
2579
+ });
2580
+
2581
+ export function codec<const A extends core.SomeType, B extends core.SomeType = core.$ZodType>(
2582
+ in_: A,
2583
+ out: B,
2584
+ params: {
2585
+ decode: (value: core.output<A>, payload: core.ParsePayload<core.output<A>>) => core.util.MaybeAsync<core.input<B>>;
2586
+ encode: (value: core.input<B>, payload: core.ParsePayload<core.input<B>>) => core.util.MaybeAsync<core.output<A>>;
2587
+ }
2588
+ ): ZodCodec<A, B> {
2589
+ return new ZodCodec({
2590
+ type: "pipe",
2591
+ in: in_ as any as core.$ZodType,
2592
+ out: out as any as core.$ZodType,
2593
+ transform: params.decode as any,
2594
+ reverseTransform: params.encode as any,
2595
+ }) as any;
2596
+ }
2597
+
2598
+ export function invertCodec<A extends core.SomeType, B extends core.SomeType>(codec: ZodCodec<A, B>): ZodCodec<B, A> {
2599
+ const def = codec._zod.def;
2600
+ return new ZodCodec({
2601
+ type: "pipe",
2602
+ in: def.out as any,
2603
+ out: def.in as any,
2604
+ transform: def.reverseTransform as any,
2605
+ reverseTransform: def.transform as any,
2606
+ }) as any;
2607
+ }
2608
+
2609
+ // ZodPreprocess
2610
+ export interface ZodPreprocess<B extends core.SomeType = core.$ZodType, I = unknown>
2611
+ extends ZodPipe<core.$ZodTransform<unknown, I>, B>,
2612
+ core.$ZodPreprocess<B, I> {
2613
+ "~standard": ZodStandardSchemaWithJSON<this>;
2614
+ _zod: core.$ZodPreprocessInternals<B, I>;
2615
+ def: core.$ZodPreprocessDef<B, I>;
2616
+ }
2617
+ export const ZodPreprocess: core.$constructor<ZodPreprocess> = /*@__PURE__*/ core.$constructor(
2618
+ "ZodPreprocess",
2619
+ (inst, def) => {
2620
+ ZodPipe.init(inst, def);
2621
+ core.$ZodPreprocess.init(inst, def);
2622
+ }
2623
+ );
2624
+
2625
+ // ZodReadonly
2626
+ export interface ZodReadonly<T extends core.SomeType = core.$ZodType>
2627
+ extends _ZodType<core.$ZodReadonlyInternals<T>>,
2628
+ core.$ZodReadonly<T> {
2629
+ "~standard": ZodStandardSchemaWithJSON<this>;
2630
+ unwrap(): T;
2631
+ }
2632
+ export const ZodReadonly: core.$constructor<ZodReadonly> = /*@__PURE__*/ core.$constructor(
2633
+ "ZodReadonly",
2634
+ (inst, def) => {
2635
+ core.$ZodReadonly.init(inst, def);
2636
+ ZodType.init(inst, def);
2637
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.readonlyProcessor(inst, ctx, json, params);
2638
+
2639
+ inst.unwrap = () => inst._zod.def.innerType;
2640
+ }
2641
+ );
2642
+
2643
+ export function readonly<T extends core.SomeType>(innerType: T): ZodReadonly<T> {
2644
+ return new ZodReadonly({
2645
+ type: "readonly",
2646
+ innerType: innerType as any as core.$ZodType,
2647
+ }) as any;
2648
+ }
2649
+
2650
+ // ZodTemplateLiteral
2651
+ export interface ZodTemplateLiteral<Template extends string = string>
2652
+ extends _ZodType<core.$ZodTemplateLiteralInternals<Template>>,
2653
+ core.$ZodTemplateLiteral<Template> {
2654
+ "~standard": ZodStandardSchemaWithJSON<this>;
2655
+ }
2656
+ export const ZodTemplateLiteral: core.$constructor<ZodTemplateLiteral> = /*@__PURE__*/ core.$constructor(
2657
+ "ZodTemplateLiteral",
2658
+ (inst, def) => {
2659
+ core.$ZodTemplateLiteral.init(inst, def);
2660
+ ZodType.init(inst, def);
2661
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.templateLiteralProcessor(inst, ctx, json, params);
2662
+ }
2663
+ );
2664
+
2665
+ export function templateLiteral<const Parts extends core.$ZodTemplateLiteralPart[]>(
2666
+ parts: Parts,
2667
+ params?: string | core.$ZodTemplateLiteralParams
2668
+ ): ZodTemplateLiteral<core.$PartsToTemplateLiteral<Parts>> {
2669
+ return new ZodTemplateLiteral({
2670
+ type: "template_literal",
2671
+ parts,
2672
+ ...util.normalizeParams(params),
2673
+ }) as any;
2674
+ }
2675
+
2676
+ // ZodLazy
2677
+ export interface ZodLazy<T extends core.SomeType = core.$ZodType>
2678
+ extends _ZodType<core.$ZodLazyInternals<T>>,
2679
+ core.$ZodLazy<T> {
2680
+ "~standard": ZodStandardSchemaWithJSON<this>;
2681
+ unwrap(): T;
2682
+ }
2683
+ export const ZodLazy: core.$constructor<ZodLazy> = /*@__PURE__*/ core.$constructor("ZodLazy", (inst, def) => {
2684
+ core.$ZodLazy.init(inst, def);
2685
+ ZodType.init(inst, def);
2686
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.lazyProcessor(inst, ctx, json, params);
2687
+
2688
+ inst.unwrap = () => inst._zod.def.getter();
2689
+ });
2690
+
2691
+ export function lazy<T extends core.SomeType>(getter: () => T): ZodLazy<T> {
2692
+ return new ZodLazy({
2693
+ type: "lazy",
2694
+ getter: getter as any,
2695
+ }) as any;
2696
+ }
2697
+
2698
+ // ZodPromise
2699
+ export interface ZodPromise<T extends core.SomeType = core.$ZodType>
2700
+ extends _ZodType<core.$ZodPromiseInternals<T>>,
2701
+ core.$ZodPromise<T> {
2702
+ "~standard": ZodStandardSchemaWithJSON<this>;
2703
+ unwrap(): T;
2704
+ }
2705
+ export const ZodPromise: core.$constructor<ZodPromise> = /*@__PURE__*/ core.$constructor("ZodPromise", (inst, def) => {
2706
+ core.$ZodPromise.init(inst, def);
2707
+ ZodType.init(inst, def);
2708
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.promiseProcessor(inst, ctx, json, params);
2709
+
2710
+ inst.unwrap = () => inst._zod.def.innerType;
2711
+ });
2712
+
2713
+ export function promise<T extends core.SomeType>(innerType: T): ZodPromise<T> {
2714
+ return new ZodPromise({
2715
+ type: "promise",
2716
+ innerType: innerType as any as core.$ZodType,
2717
+ }) as any;
2718
+ }
2719
+
2720
+ // ZodFunction
2721
+ export interface ZodFunction<
2722
+ Args extends core.$ZodFunctionIn = core.$ZodFunctionIn,
2723
+ Returns extends core.$ZodFunctionOut = core.$ZodFunctionOut,
2724
+ > extends _ZodType<core.$ZodFunctionInternals<Args, Returns>>,
2725
+ core.$ZodFunction<Args, Returns> {
2726
+ "~standard": ZodStandardSchemaWithJSON<this>;
2727
+ _def: core.$ZodFunctionDef<Args, Returns>;
2728
+ _input: core.$InferInnerFunctionType<Args, Returns>;
2729
+ _output: core.$InferOuterFunctionType<Args, Returns>;
2730
+
2731
+ input<const Items extends util.TupleItems, const Rest extends core.$ZodFunctionOut = core.$ZodFunctionOut>(
2732
+ args: Items,
2733
+ rest?: Rest
2734
+ ): ZodFunction<core.$ZodTuple<Items, Rest>, Returns>;
2735
+ input<NewArgs extends core.$ZodFunctionIn>(args: NewArgs): ZodFunction<NewArgs, Returns>;
2736
+ input(...args: any[]): ZodFunction<any, Returns>;
2737
+
2738
+ output<NewReturns extends core.$ZodType>(output: NewReturns): ZodFunction<Args, NewReturns>;
2739
+ }
2740
+
2741
+ export const ZodFunction: core.$constructor<ZodFunction> = /*@__PURE__*/ core.$constructor(
2742
+ "ZodFunction",
2743
+ (inst, def) => {
2744
+ core.$ZodFunction.init(inst, def);
2745
+ ZodType.init(inst, def);
2746
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.functionProcessor(inst, ctx, json, params);
2747
+ }
2748
+ );
2749
+
2750
+ export function _function(): ZodFunction;
2751
+ export function _function<const In extends ReadonlyArray<core.$ZodType>>(params: {
2752
+ input: In;
2753
+ }): ZodFunction<ZodTuple<In, null>, core.$ZodFunctionOut>;
2754
+ export function _function<
2755
+ const In extends ReadonlyArray<core.$ZodType>,
2756
+ const Out extends core.$ZodFunctionOut = core.$ZodFunctionOut,
2757
+ >(params: {
2758
+ input: In;
2759
+ output: Out;
2760
+ }): ZodFunction<ZodTuple<In, null>, Out>;
2761
+ export function _function<const In extends core.$ZodFunctionIn = core.$ZodFunctionIn>(params: {
2762
+ input: In;
2763
+ }): ZodFunction<In, core.$ZodFunctionOut>;
2764
+ export function _function<const Out extends core.$ZodFunctionOut = core.$ZodFunctionOut>(params: {
2765
+ output: Out;
2766
+ }): ZodFunction<core.$ZodFunctionIn, Out>;
2767
+ export function _function<
2768
+ In extends core.$ZodFunctionIn = core.$ZodFunctionIn,
2769
+ Out extends core.$ZodType = core.$ZodType,
2770
+ >(params?: {
2771
+ input: In;
2772
+ output: Out;
2773
+ }): ZodFunction<In, Out>;
2774
+ export function _function(params?: {
2775
+ output?: core.$ZodType;
2776
+ input?: core.$ZodFunctionArgs | Array<core.$ZodType>;
2777
+ }): ZodFunction {
2778
+ return new ZodFunction({
2779
+ type: "function",
2780
+ input: Array.isArray(params?.input) ? tuple(params?.input as any) : (params?.input ?? array(unknown())),
2781
+ output: params?.output ?? unknown(),
2782
+ });
2783
+ }
2784
+
2785
+ export { _function as function };
2786
+
2787
+ // ZodCustom
2788
+ export interface ZodCustom<O = unknown, I = unknown>
2789
+ extends _ZodType<core.$ZodCustomInternals<O, I>>,
2790
+ core.$ZodCustom<O, I> {
2791
+ "~standard": ZodStandardSchemaWithJSON<this>;
2792
+ }
2793
+ export const ZodCustom: core.$constructor<ZodCustom> = /*@__PURE__*/ core.$constructor("ZodCustom", (inst, def) => {
2794
+ core.$ZodCustom.init(inst, def);
2795
+ ZodType.init(inst, def);
2796
+ inst._zod.processJSONSchema = (ctx, json, params) => processors.customProcessor(inst, ctx, json, params);
2797
+ });
2798
+
2799
+ // custom checks
2800
+ export function check<O = unknown>(fn: core.CheckFn<O>): core.$ZodCheck<O> {
2801
+ const ch = new core.$ZodCheck({
2802
+ check: "custom",
2803
+ // ...util.normalizeParams(params),
2804
+ });
2805
+
2806
+ ch._zod.check = fn;
2807
+ return ch;
2808
+ }
2809
+
2810
+ export function custom<O>(
2811
+ fn?: (data: unknown) => unknown,
2812
+ _params?: string | core.$ZodCustomParams | undefined
2813
+ ): ZodCustom<O, O> {
2814
+ return core._custom(ZodCustom, fn ?? (() => true), _params) as any;
2815
+ }
2816
+
2817
+ export function refine<T>(
2818
+ fn: (arg: NoInfer<T>) => util.MaybeAsync<unknown>,
2819
+ _params: string | core.$ZodCustomParams = {}
2820
+ ): core.$ZodCheck<T> {
2821
+ return core._refine(ZodCustom, fn, _params);
2822
+ }
2823
+
2824
+ // superRefine
2825
+ export function superRefine<T>(
2826
+ fn: (arg: T, payload: core.$RefinementCtx<T>) => void | Promise<void>,
2827
+ params?: core.$ZodSuperRefineParams
2828
+ ): core.$ZodCheck<T> {
2829
+ return core._superRefine(fn, params);
2830
+ }
2831
+
2832
+ // Re-export describe and meta from core
2833
+ export const describe = core.describe;
2834
+ export const meta = core.meta;
2835
+
2836
+ type ZodInstanceOfParams = core.Params<
2837
+ ZodCustom,
2838
+ core.$ZodIssueCustom,
2839
+ "type" | "check" | "checks" | "fn" | "abort" | "error" | "params" | "path"
2840
+ >;
2841
+
2842
+ // ZodInstanceOf
2843
+ export interface ZodInstanceOf<T = unknown> extends ZodCustom<T, T> {
2844
+ // the shape is keyed off the instance type, so keys autocomplete and a schema that can't accept the property's type is an error. Methods are excluded: every object literal inherits Object.prototype.toString, which would otherwise collide with the constraint's own toString entry and reject every shape.
2845
+ properties<Shape extends { [k in keyof T as T[k] extends Function ? never : k]?: core.$ZodType<unknown, T[k]> }>(
2846
+ shape: Shape,
2847
+ params?: string | core.$ZodCheckPropertiesParams
2848
+ ): ZodInstanceOf<T & core.$InferObjectInput<Shape, {}>>;
2849
+ }
2850
+ export const ZodInstanceOf: core.$constructor<ZodInstanceOf> = /*@__PURE__*/ core.$constructor(
2851
+ "ZodInstanceOf",
2852
+ (inst, def) => {
2853
+ ZodCustom.init(inst, def);
2854
+ },
2855
+ {
2856
+ properties(shape: core.$ZodShape, params?: string | core.$ZodCheckPropertiesParams) {
2857
+ // asserts in place, so the narrowed output type is truthful without a wrapper
2858
+ return this.check(core._properties(shape, params)) as any;
2859
+ },
2860
+ }
2861
+ );
2862
+
2863
+ function _instanceof<T extends typeof util.Class>(
2864
+ cls: T,
2865
+ params: ZodInstanceOfParams = {}
2866
+ ): ZodInstanceOf<InstanceType<T>> {
2867
+ const inst = new ZodInstanceOf({
2868
+ type: "custom",
2869
+ check: "custom",
2870
+ fn: (data: unknown) => data instanceof cls,
2871
+ abort: true,
2872
+ ...(util.normalizeParams(params) as any),
2873
+ });
2874
+ inst._zod.bag.Class = cls;
2875
+ // Override check to emit invalid_type instead of custom
2876
+ inst._zod.check = (payload) => {
2877
+ if (!(payload.value instanceof cls)) {
2878
+ payload.issues.push({
2879
+ code: "invalid_type",
2880
+ expected: cls.name,
2881
+ input: payload.value,
2882
+ inst,
2883
+ path: [...(inst._zod.def.path ?? [])],
2884
+ });
2885
+ }
2886
+ };
2887
+ return inst as any;
2888
+ }
2889
+ export { _instanceof as instanceof };
2890
+
2891
+ // stringbool
2892
+ export const stringbool: (_params?: string | core.$ZodStringBoolParams) => ZodCodec<ZodString, ZodBoolean> = (
2893
+ ...args
2894
+ ) =>
2895
+ core._stringbool(
2896
+ {
2897
+ Codec: ZodCodec,
2898
+ Boolean: ZodBoolean,
2899
+ String: ZodString,
2900
+ },
2901
+ ...args
2902
+ ) as any;
2903
+
2904
+ // json
2905
+ type _ZodJSONSchema = ZodUnion<
2906
+ [ZodString, ZodNumber, ZodBoolean, ZodNull, ZodArray<ZodJSONSchema>, ZodRecord<ZodString, ZodJSONSchema>]
2907
+ >;
2908
+ type _ZodJSONSchemaInternals = _ZodJSONSchema["_zod"];
2909
+
2910
+ export interface ZodJSONSchemaInternals extends _ZodJSONSchemaInternals {
2911
+ output: util.JSONType;
2912
+ input: util.JSONType;
2913
+ }
2914
+ export interface ZodJSONSchema extends _ZodJSONSchema {
2915
+ _zod: ZodJSONSchemaInternals;
2916
+ }
2917
+
2918
+ export function json(params?: string | core.$ZodCustomParams): ZodJSONSchema {
2919
+ const jsonSchema: any = lazy(() => {
2920
+ return union([string(params), number(), boolean(), _null(), array(jsonSchema), record(string(), jsonSchema)]);
2921
+ });
2922
+
2923
+ return jsonSchema;
2924
+ }
2925
+
2926
+ // preprocess
2927
+
2928
+ export function preprocess<A, U extends core.SomeType, B = unknown>(
2929
+ fn: (arg: B, ctx: core.$RefinementCtx) => A,
2930
+ schema: U
2931
+ ): ZodPreprocess<U, B> {
2932
+ return new ZodPreprocess({
2933
+ type: "pipe",
2934
+ in: transform(fn as any) as any as core.$ZodTransform,
2935
+ out: schema as any as core.$ZodType,
2936
+ }) as any;
2937
+ }