@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,2051 @@
1
+ import * as core from "../core/index.js";
2
+ import type { $ZodBigIntFormats } from "../core/index.js";
3
+ import * as regexes from "../core/regexes.js";
4
+ import * as util from "../core/util.js";
5
+ import * as parse from "./parse.js";
6
+
7
+ type SomeType = core.SomeType;
8
+
9
+ export interface ZodMiniType<
10
+ out Output = unknown,
11
+ out Input = unknown,
12
+ out Internals extends core.$ZodTypeInternals<Output, Input> = core.$ZodTypeInternals<Output, Input>,
13
+ > extends core.$ZodType<Output, Input, Internals> {
14
+ type: Internals["def"]["type"];
15
+ check(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this;
16
+ with(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this;
17
+ clone(def?: Internals["def"], params?: { parent: boolean }): this;
18
+ register<R extends core.$ZodRegistry>(
19
+ registry: R,
20
+ ...meta: this extends R["_schema"]
21
+ ? undefined extends R["_meta"]
22
+ ? [core.$replace<R["_meta"], this>?]
23
+ : [core.$replace<R["_meta"], this>]
24
+ : ["Incompatible schema"]
25
+ ): this;
26
+ brand<T extends PropertyKey = PropertyKey, Dir extends "in" | "out" | "inout" = "out">(
27
+ value?: T
28
+ ): PropertyKey extends T ? this : core.$ZodBranded<this, T, Dir>;
29
+
30
+ def: Internals["def"];
31
+
32
+ parse(data: unknown, params?: core.ParseContext<core.$ZodIssue>): core.output<this>;
33
+ safeParse(data: unknown, params?: core.ParseContext<core.$ZodIssue>): util.SafeParseResult<core.output<this>>;
34
+ parseAsync(data: unknown, params?: core.ParseContext<core.$ZodIssue>): Promise<core.output<this>>;
35
+ safeParseAsync(
36
+ data: unknown,
37
+ params?: core.ParseContext<core.$ZodIssue>
38
+ ): Promise<util.SafeParseResult<core.output<this>>>;
39
+ apply<T, TArgs extends unknown[] = []>(fn: (schema: this, ...args: TArgs) => T, ...args: TArgs): T;
40
+ }
41
+
42
+ interface _ZodMiniType<out Internals extends core.$ZodTypeInternals = core.$ZodTypeInternals>
43
+ extends ZodMiniType<any, any, Internals> {}
44
+
45
+ export const ZodMiniType: core.$constructor<ZodMiniType> = /*@__PURE__*/ core.$constructor<ZodMiniType>(
46
+ "ZodMiniType",
47
+ (inst, def) => {
48
+ if (!inst._zod) throw new Error("Uninitialized schema in ZodMiniType.");
49
+
50
+ core.$ZodType.init(inst, def);
51
+
52
+ inst.def = def;
53
+ inst.type = def.type;
54
+ },
55
+ {
56
+ // `with` is an alias for `check`: the same function object, not a wrapper.
57
+ get with(): ZodMiniType["check"] {
58
+ return this.check;
59
+ },
60
+ set with(value: ZodMiniType["check"]) {
61
+ util.own(this, "with", value);
62
+ },
63
+ parse(data, params) {
64
+ return parse.parse(this, data, params, { callee: this.parse });
65
+ },
66
+ parseAsync(data, params) {
67
+ return parse.parseAsync(this, data, params, { callee: this.parseAsync });
68
+ },
69
+ safeParse(data, params) {
70
+ return parse.safeParse(this, data, params);
71
+ },
72
+ safeParseAsync(data, params) {
73
+ return parse.safeParseAsync(this, data, params);
74
+ },
75
+ check(...checks) {
76
+ const def = this.def;
77
+ return this.clone(
78
+ {
79
+ ...def,
80
+ checks: [
81
+ ...(def.checks ?? []),
82
+ ...checks.map((ch) =>
83
+ typeof ch === "function" ? { _zod: { check: ch, def: { check: "custom" }, onattach: [] } } : ch
84
+ ),
85
+ ],
86
+ },
87
+ { parent: true }
88
+ );
89
+ },
90
+ clone(_def, params) {
91
+ return core.clone(this, _def, params);
92
+ },
93
+ brand() {
94
+ return this as any;
95
+ },
96
+ register(reg: any, meta: any): any {
97
+ reg.add(this, meta);
98
+ return this;
99
+ },
100
+ apply(fn: any, ...args: any[]) {
101
+ return args.length === 0 ? fn(this) : fn(this, ...args);
102
+ },
103
+ }
104
+ );
105
+
106
+ export interface _ZodMiniString<T extends core.$ZodStringInternals<unknown> = core.$ZodStringInternals<unknown>>
107
+ extends _ZodMiniType<T>,
108
+ core.$ZodString<T["input"]> {
109
+ _zod: T;
110
+ }
111
+
112
+ // ZodMiniString
113
+ export interface ZodMiniString<Input = unknown>
114
+ extends _ZodMiniString<core.$ZodStringInternals<Input>>,
115
+ core.$ZodString<Input> {}
116
+ export const ZodMiniString: core.$constructor<ZodMiniString> = /*@__PURE__*/ core.$constructor(
117
+ "ZodMiniString",
118
+ (inst, def) => {
119
+ core.$ZodString.init(inst, def);
120
+ ZodMiniType.init(inst, def);
121
+ }
122
+ );
123
+
124
+ // @__NO_SIDE_EFFECTS__
125
+ export function string(params?: string | core.$ZodStringParams): ZodMiniString<string> {
126
+ return core._string(ZodMiniString, params) as any;
127
+ }
128
+
129
+ // ZodMiniStringFormat
130
+ export interface ZodMiniStringFormat<Format extends string = string>
131
+ extends _ZodMiniString<core.$ZodStringFormatInternals<Format>>,
132
+ core.$ZodStringFormat<Format> {
133
+ // _zod: core.$ZodStringFormatInternals<Format>;
134
+ }
135
+ export const ZodMiniStringFormat: core.$constructor<ZodMiniStringFormat> = /*@__PURE__*/ core.$constructor(
136
+ "ZodMiniStringFormat",
137
+ (inst, def) => {
138
+ core.$ZodStringFormat.init(inst, def);
139
+ ZodMiniString.init(inst, def);
140
+ }
141
+ );
142
+
143
+ // ZodMiniEmail
144
+ export interface ZodMiniEmail extends _ZodMiniString<core.$ZodEmailInternals> {}
145
+ export const ZodMiniEmail: core.$constructor<ZodMiniEmail> = /*@__PURE__*/ core.$constructor(
146
+ "ZodMiniEmail",
147
+ (inst, def) => {
148
+ core.$ZodEmail.init(inst, def);
149
+ ZodMiniStringFormat.init(inst, def);
150
+ }
151
+ );
152
+
153
+ // @__NO_SIDE_EFFECTS__
154
+ export function email(params?: string | core.$ZodEmailParams): ZodMiniEmail {
155
+ return core._email(ZodMiniEmail, params);
156
+ }
157
+
158
+ // ZodMiniGUID
159
+ export interface ZodMiniGUID extends _ZodMiniString<core.$ZodGUIDInternals> {
160
+ // _zod: core.$ZodGUIDInternals;
161
+ }
162
+ export const ZodMiniGUID: core.$constructor<ZodMiniGUID> = /*@__PURE__*/ core.$constructor(
163
+ "ZodMiniGUID",
164
+ (inst, def) => {
165
+ core.$ZodGUID.init(inst, def);
166
+ ZodMiniStringFormat.init(inst, def);
167
+ }
168
+ );
169
+
170
+ // @__NO_SIDE_EFFECTS__
171
+ export function guid(params?: string | core.$ZodGUIDParams): ZodMiniGUID {
172
+ return core._guid(ZodMiniGUID, params);
173
+ }
174
+
175
+ // ZodMiniUUID
176
+ export interface ZodMiniUUID extends _ZodMiniString<core.$ZodUUIDInternals> {
177
+ // _zod: core.$ZodUUIDInternals;
178
+ }
179
+ export const ZodMiniUUID: core.$constructor<ZodMiniUUID> = /*@__PURE__*/ core.$constructor(
180
+ "ZodMiniUUID",
181
+ (inst, def) => {
182
+ core.$ZodUUID.init(inst, def);
183
+ ZodMiniStringFormat.init(inst, def);
184
+ }
185
+ );
186
+
187
+ // @__NO_SIDE_EFFECTS__
188
+ export function uuid(params?: string | core.$ZodUUIDParams): ZodMiniUUID {
189
+ return core._uuid(ZodMiniUUID, params);
190
+ }
191
+
192
+ // @__NO_SIDE_EFFECTS__
193
+ export function uuidv4(params?: string | core.$ZodUUIDv4Params): ZodMiniUUID {
194
+ return core._uuidv4(ZodMiniUUID, params);
195
+ }
196
+
197
+ // ZodMiniUUIDv6
198
+
199
+ // @__NO_SIDE_EFFECTS__
200
+ export function uuidv6(params?: string | core.$ZodUUIDv6Params): ZodMiniUUID {
201
+ return core._uuidv6(ZodMiniUUID, params);
202
+ }
203
+
204
+ // ZodMiniUUIDv7
205
+
206
+ // @__NO_SIDE_EFFECTS__
207
+ export function uuidv7(params?: string | core.$ZodUUIDv7Params): ZodMiniUUID {
208
+ return core._uuidv7(ZodMiniUUID, params);
209
+ }
210
+
211
+ // ZodMiniURL
212
+ export interface ZodMiniURL extends _ZodMiniString<core.$ZodURLInternals> {
213
+ // _zod: core.$ZodURLInternals;
214
+ }
215
+ export const ZodMiniURL: core.$constructor<ZodMiniURL> = /*@__PURE__*/ core.$constructor("ZodMiniURL", (inst, def) => {
216
+ core.$ZodURL.init(inst, def);
217
+ ZodMiniStringFormat.init(inst, def);
218
+ });
219
+
220
+ // @__NO_SIDE_EFFECTS__
221
+ export function url(params?: string | core.$ZodURLParams): ZodMiniURL {
222
+ return core._url(ZodMiniURL, params);
223
+ }
224
+
225
+ // @__NO_SIDE_EFFECTS__
226
+ export function httpUrl(params?: string | Omit<core.$ZodURLParams, "protocol" | "hostname">): ZodMiniURL {
227
+ return core._url(ZodMiniURL, {
228
+ protocol: regexes.httpProtocol,
229
+ hostname: regexes.domain,
230
+ ...util.normalizeParams(params),
231
+ });
232
+ }
233
+
234
+ // ZodMiniEmoji
235
+ export interface ZodMiniEmoji extends _ZodMiniString<core.$ZodEmojiInternals> {
236
+ // _zod: core.$ZodEmojiInternals;
237
+ }
238
+ export const ZodMiniEmoji: core.$constructor<ZodMiniEmoji> = /*@__PURE__*/ core.$constructor(
239
+ "ZodMiniEmoji",
240
+ (inst, def) => {
241
+ core.$ZodEmoji.init(inst, def);
242
+ ZodMiniStringFormat.init(inst, def);
243
+ }
244
+ );
245
+
246
+ // @__NO_SIDE_EFFECTS__
247
+ export function emoji(params?: string | core.$ZodEmojiParams): ZodMiniEmoji {
248
+ return core._emoji(ZodMiniEmoji, params);
249
+ }
250
+
251
+ // ZodMiniNanoID
252
+ export interface ZodMiniNanoID extends _ZodMiniString<core.$ZodNanoIDInternals> {
253
+ // _zod: core.$ZodNanoIDInternals;
254
+ }
255
+ export const ZodMiniNanoID: core.$constructor<ZodMiniNanoID> = /*@__PURE__*/ core.$constructor(
256
+ "ZodMiniNanoID",
257
+ (inst, def) => {
258
+ core.$ZodNanoID.init(inst, def);
259
+ ZodMiniStringFormat.init(inst, def);
260
+ }
261
+ );
262
+
263
+ // @__NO_SIDE_EFFECTS__
264
+ export function nanoid(params?: string | core.$ZodNanoIDParams): ZodMiniNanoID {
265
+ return core._nanoid(ZodMiniNanoID, params);
266
+ }
267
+
268
+ // ZodMiniCUID
269
+ /**
270
+ * @deprecated CUID v1 is deprecated by its authors due to information leakage
271
+ * (timestamps embedded in the id). Use {@link ZodMiniCUID2} instead.
272
+ * See https://github.com/paralleldrive/cuid.
273
+ */
274
+ export interface ZodMiniCUID extends _ZodMiniString<core.$ZodCUIDInternals> {
275
+ // _zod: core.$ZodCUIDInternals;
276
+ }
277
+ /**
278
+ * @deprecated CUID v1 is deprecated by its authors due to information leakage
279
+ * (timestamps embedded in the id). Use {@link ZodMiniCUID2} instead.
280
+ * See https://github.com/paralleldrive/cuid.
281
+ */
282
+ export const ZodMiniCUID: core.$constructor<ZodMiniCUID> = /*@__PURE__*/ core.$constructor(
283
+ "ZodMiniCUID",
284
+ (inst, def) => {
285
+ core.$ZodCUID.init(inst, def);
286
+ ZodMiniStringFormat.init(inst, def);
287
+ }
288
+ );
289
+
290
+ /**
291
+ * Validates a CUID v1 string.
292
+ *
293
+ * @deprecated CUID v1 is deprecated by its authors due to information leakage
294
+ * (timestamps embedded in the id). Use {@link cuid2 | `z.cuid2()`} instead.
295
+ * See https://github.com/paralleldrive/cuid.
296
+ */
297
+ // @__NO_SIDE_EFFECTS__
298
+ export function cuid(params?: string | core.$ZodCUIDParams): ZodMiniCUID {
299
+ return core._cuid(ZodMiniCUID, params);
300
+ }
301
+
302
+ // ZodMiniCUID2
303
+ export interface ZodMiniCUID2 extends _ZodMiniString<core.$ZodCUID2Internals> {
304
+ // _zod: core.$ZodCUID2Internals;
305
+ }
306
+ export const ZodMiniCUID2: core.$constructor<ZodMiniCUID2> = /*@__PURE__*/ core.$constructor(
307
+ "ZodMiniCUID2",
308
+ (inst, def) => {
309
+ core.$ZodCUID2.init(inst, def);
310
+ ZodMiniStringFormat.init(inst, def);
311
+ }
312
+ );
313
+
314
+ // @__NO_SIDE_EFFECTS__
315
+ export function cuid2(params?: string | core.$ZodCUID2Params): ZodMiniCUID2 {
316
+ return core._cuid2(ZodMiniCUID2, params);
317
+ }
318
+
319
+ // ZodMiniULID
320
+ export interface ZodMiniULID extends _ZodMiniString<core.$ZodULIDInternals> {
321
+ // _zod: core.$ZodULIDInternals;
322
+ }
323
+ export const ZodMiniULID: core.$constructor<ZodMiniULID> = /*@__PURE__*/ core.$constructor(
324
+ "ZodMiniULID",
325
+ (inst, def) => {
326
+ core.$ZodULID.init(inst, def);
327
+ ZodMiniStringFormat.init(inst, def);
328
+ }
329
+ );
330
+
331
+ // @__NO_SIDE_EFFECTS__
332
+ export function ulid(params?: string | core.$ZodULIDParams): ZodMiniULID {
333
+ return core._ulid(ZodMiniULID, params);
334
+ }
335
+
336
+ // ZodMiniXID
337
+ export interface ZodMiniXID extends _ZodMiniString<core.$ZodXIDInternals> {
338
+ // _zod: core.$ZodXIDInternals;
339
+ }
340
+ export const ZodMiniXID: core.$constructor<ZodMiniXID> = /*@__PURE__*/ core.$constructor("ZodMiniXID", (inst, def) => {
341
+ core.$ZodXID.init(inst, def);
342
+ ZodMiniStringFormat.init(inst, def);
343
+ });
344
+
345
+ // @__NO_SIDE_EFFECTS__
346
+ export function xid(params?: string | core.$ZodXIDParams): ZodMiniXID {
347
+ return core._xid(ZodMiniXID, params);
348
+ }
349
+
350
+ // ZodMiniKSUID
351
+ export interface ZodMiniKSUID extends _ZodMiniString<core.$ZodKSUIDInternals> {
352
+ // _zod: core.$ZodKSUIDInternals;
353
+ }
354
+ export const ZodMiniKSUID: core.$constructor<ZodMiniKSUID> = /*@__PURE__*/ core.$constructor(
355
+ "ZodMiniKSUID",
356
+ (inst, def) => {
357
+ core.$ZodKSUID.init(inst, def);
358
+ ZodMiniStringFormat.init(inst, def);
359
+ }
360
+ );
361
+
362
+ // @__NO_SIDE_EFFECTS__
363
+ export function ksuid(params?: string | core.$ZodKSUIDParams): ZodMiniKSUID {
364
+ return core._ksuid(ZodMiniKSUID, params);
365
+ }
366
+
367
+ // ZodMiniIPv4
368
+ export interface ZodMiniIPv4 extends _ZodMiniString<core.$ZodIPv4Internals> {
369
+ // _zod: core.$ZodIPv4Internals;
370
+ }
371
+ export const ZodMiniIPv4: core.$constructor<ZodMiniIPv4> = /*@__PURE__*/ core.$constructor(
372
+ "ZodMiniIPv4",
373
+ (inst, def) => {
374
+ core.$ZodIPv4.init(inst, def);
375
+ ZodMiniStringFormat.init(inst, def);
376
+ }
377
+ );
378
+
379
+ // @__NO_SIDE_EFFECTS__
380
+ export function ipv4(params?: string | core.$ZodIPv4Params): ZodMiniIPv4 {
381
+ return core._ipv4(ZodMiniIPv4, params);
382
+ }
383
+
384
+ // ZodMiniIPv6
385
+ export interface ZodMiniIPv6 extends _ZodMiniString<core.$ZodIPv6Internals> {
386
+ // _zod: core.$ZodIPv6Internals;
387
+ }
388
+ export const ZodMiniIPv6: core.$constructor<ZodMiniIPv6> = /*@__PURE__*/ core.$constructor(
389
+ "ZodMiniIPv6",
390
+ (inst, def) => {
391
+ core.$ZodIPv6.init(inst, def);
392
+ ZodMiniStringFormat.init(inst, def);
393
+ }
394
+ );
395
+
396
+ // @__NO_SIDE_EFFECTS__
397
+ export function ipv6(params?: string | core.$ZodIPv6Params): ZodMiniIPv6 {
398
+ return core._ipv6(ZodMiniIPv6, params);
399
+ }
400
+
401
+ // ZodMiniCIDRv4
402
+ export interface ZodMiniCIDRv4 extends _ZodMiniString<core.$ZodCIDRv4Internals> {
403
+ // _zod: core.$ZodCIDRv4Internals;
404
+ }
405
+ export const ZodMiniCIDRv4: core.$constructor<ZodMiniCIDRv4> = /*@__PURE__*/ core.$constructor(
406
+ "ZodMiniCIDRv4",
407
+ (inst, def) => {
408
+ core.$ZodCIDRv4.init(inst, def);
409
+ ZodMiniStringFormat.init(inst, def);
410
+ }
411
+ );
412
+
413
+ // @__NO_SIDE_EFFECTS__
414
+ export function cidrv4(params?: string | core.$ZodCIDRv4Params): ZodMiniCIDRv4 {
415
+ return core._cidrv4(ZodMiniCIDRv4, params);
416
+ }
417
+
418
+ // ZodMiniCIDRv6
419
+ export interface ZodMiniCIDRv6 extends _ZodMiniString<core.$ZodCIDRv6Internals> {
420
+ // _zod: core.$ZodCIDRv6Internals;
421
+ }
422
+ export const ZodMiniCIDRv6: core.$constructor<ZodMiniCIDRv6> = /*@__PURE__*/ core.$constructor(
423
+ "ZodMiniCIDRv6",
424
+ (inst, def) => {
425
+ core.$ZodCIDRv6.init(inst, def);
426
+ ZodMiniStringFormat.init(inst, def);
427
+ }
428
+ );
429
+
430
+ // @__NO_SIDE_EFFECTS__
431
+ export function cidrv6(params?: string | core.$ZodCIDRv6Params): ZodMiniCIDRv6 {
432
+ return core._cidrv6(ZodMiniCIDRv6, params);
433
+ }
434
+
435
+ // ZodMiniMAC
436
+ export interface ZodMiniMAC extends _ZodMiniString<core.$ZodMACInternals> {
437
+ // _zod: core.$ZodMACInternals;
438
+ }
439
+ export const ZodMiniMAC: core.$constructor<ZodMiniMAC> = /*@__PURE__*/ core.$constructor("ZodMiniMAC", (inst, def) => {
440
+ core.$ZodMAC.init(inst, def);
441
+ ZodMiniStringFormat.init(inst, def);
442
+ });
443
+
444
+ // @__NO_SIDE_EFFECTS__
445
+ export function mac(params?: string | core.$ZodMACParams): ZodMiniMAC {
446
+ return core._mac(ZodMiniMAC, params);
447
+ }
448
+
449
+ // ZodMiniBase64
450
+ export interface ZodMiniBase64 extends _ZodMiniString<core.$ZodBase64Internals> {
451
+ // _zod: core.$ZodBase64Internals;
452
+ }
453
+ export const ZodMiniBase64: core.$constructor<ZodMiniBase64> = /*@__PURE__*/ core.$constructor(
454
+ "ZodMiniBase64",
455
+ (inst, def) => {
456
+ core.$ZodBase64.init(inst, def);
457
+ ZodMiniStringFormat.init(inst, def);
458
+ }
459
+ );
460
+ // @__NO_SIDE_EFFECTS__
461
+ export function base64(params?: string | core.$ZodBase64Params): ZodMiniBase64 {
462
+ return core._base64(ZodMiniBase64, params);
463
+ }
464
+
465
+ // ZodMiniBase64URL
466
+ export interface ZodMiniBase64URL extends _ZodMiniString<core.$ZodBase64URLInternals> {
467
+ // _zod: core.$ZodBase64URLInternals;
468
+ }
469
+ export const ZodMiniBase64URL: core.$constructor<ZodMiniBase64URL> = /*@__PURE__*/ core.$constructor(
470
+ "ZodMiniBase64URL",
471
+ (inst, def) => {
472
+ core.$ZodBase64URL.init(inst, def);
473
+ ZodMiniStringFormat.init(inst, def);
474
+ }
475
+ );
476
+ // @__NO_SIDE_EFFECTS__
477
+ export function base64url(params?: string | core.$ZodBase64URLParams): ZodMiniBase64URL {
478
+ return core._base64url(ZodMiniBase64URL, params);
479
+ }
480
+
481
+ // ZodMiniE164
482
+ export interface ZodMiniE164 extends _ZodMiniString<core.$ZodE164Internals> {
483
+ // _zod: core.$ZodE164Internals;
484
+ }
485
+ export const ZodMiniE164: core.$constructor<ZodMiniE164> = /*@__PURE__*/ core.$constructor(
486
+ "ZodMiniE164",
487
+ (inst, def) => {
488
+ core.$ZodE164.init(inst, def);
489
+ ZodMiniStringFormat.init(inst, def);
490
+ }
491
+ );
492
+
493
+ // @__NO_SIDE_EFFECTS__
494
+ export function e164(params?: string | core.$ZodE164Params): ZodMiniE164 {
495
+ return core._e164(ZodMiniE164, params);
496
+ }
497
+
498
+ // ZodMiniCreditCard
499
+ export interface ZodMiniCreditCard extends _ZodMiniString<core.$ZodCreditCardInternals> {}
500
+ export const ZodMiniCreditCard: core.$constructor<ZodMiniCreditCard> = /*@__PURE__*/ core.$constructor(
501
+ "ZodMiniCreditCard",
502
+ (inst, def) => {
503
+ core.$ZodCreditCard.init(inst, def);
504
+ ZodMiniStringFormat.init(inst, def);
505
+ }
506
+ );
507
+
508
+ // @__NO_SIDE_EFFECTS__
509
+ export function creditCard(params?: string | core.$ZodCreditCardParams): ZodMiniCreditCard {
510
+ return core._creditCard(ZodMiniCreditCard, params);
511
+ }
512
+
513
+ // ZodMiniIBAN
514
+ export interface ZodMiniIBAN extends _ZodMiniString<core.$ZodIBANInternals> {}
515
+ export const ZodMiniIBAN: core.$constructor<ZodMiniIBAN> = /*@__PURE__*/ core.$constructor(
516
+ "ZodMiniIBAN",
517
+ (inst, def) => {
518
+ core.$ZodIBAN.init(inst, def);
519
+ ZodMiniStringFormat.init(inst, def);
520
+ }
521
+ );
522
+
523
+ // @__NO_SIDE_EFFECTS__
524
+ export function iban(params?: string | core.$ZodIBANParams): ZodMiniIBAN {
525
+ return core._iban(ZodMiniIBAN, params);
526
+ }
527
+
528
+ // ZodMiniJWT
529
+ export interface ZodMiniJWT extends _ZodMiniString<core.$ZodJWTInternals> {
530
+ // _zod: core.$ZodJWTInternals;
531
+ }
532
+ export const ZodMiniJWT: core.$constructor<ZodMiniJWT> = /*@__PURE__*/ core.$constructor("ZodMiniJWT", (inst, def) => {
533
+ core.$ZodJWT.init(inst, def);
534
+ ZodMiniStringFormat.init(inst, def);
535
+ });
536
+
537
+ // @__NO_SIDE_EFFECTS__
538
+ export function jwt(params?: string | core.$ZodJWTParams): ZodMiniJWT {
539
+ return core._jwt(ZodMiniJWT, params);
540
+ }
541
+
542
+ // ZodMiniCustomStringFormat
543
+ export interface ZodMiniCustomStringFormat<Format extends string = string>
544
+ extends ZodMiniStringFormat<Format>,
545
+ core.$ZodCustomStringFormat<Format> {
546
+ _zod: core.$ZodCustomStringFormatInternals<Format>;
547
+ }
548
+ export const ZodMiniCustomStringFormat: core.$constructor<ZodMiniCustomStringFormat> = /*@__PURE__*/ core.$constructor(
549
+ "ZodMiniCustomStringFormat",
550
+ (inst, def) => {
551
+ core.$ZodCustomStringFormat.init(inst, def);
552
+ ZodMiniStringFormat.init(inst, def);
553
+ }
554
+ );
555
+
556
+ // @__NO_SIDE_EFFECTS__
557
+ export function stringFormat<Format extends string>(
558
+ format: Format,
559
+ fnOrRegex: ((arg: string) => util.MaybeAsync<unknown>) | RegExp,
560
+ _params: string | core.$ZodStringFormatParams = {}
561
+ ): ZodMiniCustomStringFormat<Format> {
562
+ return core._stringFormat(ZodMiniCustomStringFormat, format, fnOrRegex, _params) as any;
563
+ }
564
+
565
+ // @__NO_SIDE_EFFECTS__
566
+ export function hostname(_params?: string | core.$ZodStringFormatParams): ZodMiniCustomStringFormat<"hostname"> {
567
+ return core._stringFormat(ZodMiniCustomStringFormat, "hostname", regexes.hostname, _params) as any;
568
+ }
569
+
570
+ // @__NO_SIDE_EFFECTS__
571
+ export function hex(_params?: string | core.$ZodStringFormatParams): ZodMiniCustomStringFormat<"hex"> {
572
+ return core._stringFormat(ZodMiniCustomStringFormat, "hex", regexes.hex, _params) as any;
573
+ }
574
+
575
+ // @__NO_SIDE_EFFECTS__
576
+ export function currencyCode(
577
+ _params?: string | core.$ZodStringFormatParams
578
+ ): ZodMiniCustomStringFormat<"currency_code"> {
579
+ return core._stringFormat(ZodMiniCustomStringFormat, "currency_code", regexes.currencyCode, _params) as any;
580
+ }
581
+
582
+ // @__NO_SIDE_EFFECTS__
583
+ export function hash<Alg extends util.HashAlgorithm, Enc extends util.HashEncoding = "hex">(
584
+ alg: Alg,
585
+ params?: {
586
+ enc?: Enc;
587
+ } & core.$ZodStringFormatParams
588
+ ): ZodMiniCustomStringFormat<`${Alg}_${Enc}`> {
589
+ const enc = params?.enc ?? "hex";
590
+ const format = `${alg}_${enc}` as const;
591
+ const regex = core.regexes[format as keyof typeof core.regexes] as RegExp;
592
+ // check for unrecognized format
593
+ if (!regex) throw new Error(`Unrecognized hash format: ${format}`);
594
+ return core._stringFormat(ZodMiniCustomStringFormat, format, regex, params) as any;
595
+ }
596
+
597
+ // ZodMiniNumber
598
+ interface _ZodMiniNumber<T extends core.$ZodNumberInternals<unknown> = core.$ZodNumberInternals<unknown>>
599
+ extends _ZodMiniType<T>,
600
+ core.$ZodNumber<T["input"]> {
601
+ _zod: T;
602
+ }
603
+ export interface ZodMiniNumber<Input = unknown>
604
+ extends _ZodMiniNumber<core.$ZodNumberInternals<Input>>,
605
+ core.$ZodNumber<Input> {}
606
+ export const ZodMiniNumber: core.$constructor<ZodMiniNumber> = /*@__PURE__*/ core.$constructor(
607
+ "ZodMiniNumber",
608
+ (inst, def) => {
609
+ core.$ZodNumber.init(inst, def);
610
+ ZodMiniType.init(inst, def);
611
+ }
612
+ );
613
+
614
+ // @__NO_SIDE_EFFECTS__
615
+ export function number(params?: string | core.$ZodNumberParams): ZodMiniNumber<number> {
616
+ return core._number(ZodMiniNumber, params) as any;
617
+ }
618
+
619
+ // ZodMiniNumberFormat
620
+ export interface ZodMiniNumberFormat<Format extends core.$ZodNumberFormats = core.$ZodNumberFormats>
621
+ extends _ZodMiniNumber<core.$ZodNumberFormatInternals<Format>>,
622
+ core.$ZodNumberFormat<Format> {}
623
+ export const ZodMiniNumberFormat: core.$constructor<ZodMiniNumberFormat> = /*@__PURE__*/ core.$constructor(
624
+ "ZodMiniNumberFormat",
625
+ (inst, def) => {
626
+ core.$ZodNumberFormat.init(inst, def);
627
+ ZodMiniNumber.init(inst, def);
628
+ }
629
+ );
630
+
631
+ // int
632
+
633
+ // @__NO_SIDE_EFFECTS__
634
+ export interface ZodMiniInt extends ZodMiniNumberFormat<"safeint"> {}
635
+ export function int(params?: string | core.$ZodCheckNumberFormatParams): ZodMiniInt {
636
+ return core._int(ZodMiniNumberFormat, params) as ZodMiniInt;
637
+ }
638
+
639
+ // float32
640
+
641
+ // @__NO_SIDE_EFFECTS__
642
+ export interface ZodMiniFloat32 extends ZodMiniNumberFormat<"float32"> {}
643
+ export function float32(params?: string | core.$ZodCheckNumberFormatParams): ZodMiniFloat32 {
644
+ return core._float32(ZodMiniNumberFormat, params) as ZodMiniFloat32;
645
+ }
646
+
647
+ // float64
648
+
649
+ // @__NO_SIDE_EFFECTS__
650
+ export interface ZodMiniFloat64 extends ZodMiniNumberFormat<"float64"> {}
651
+ export function float64(params?: string | core.$ZodCheckNumberFormatParams): ZodMiniFloat64 {
652
+ return core._float64(ZodMiniNumberFormat, params) as ZodMiniFloat64;
653
+ }
654
+
655
+ // int32
656
+
657
+ // @__NO_SIDE_EFFECTS__
658
+ export interface ZodMiniInt32 extends ZodMiniNumberFormat<"int32"> {}
659
+ export function int32(params?: string | core.$ZodCheckNumberFormatParams): ZodMiniInt32 {
660
+ return core._int32(ZodMiniNumberFormat, params) as ZodMiniInt32;
661
+ }
662
+
663
+ // uint32
664
+
665
+ // @__NO_SIDE_EFFECTS__
666
+ export interface ZodMiniUInt32 extends ZodMiniNumberFormat<"uint32"> {}
667
+ export function uint32(params?: string | core.$ZodCheckNumberFormatParams): ZodMiniUInt32 {
668
+ return core._uint32(ZodMiniNumberFormat, params) as ZodMiniUInt32;
669
+ }
670
+
671
+ // ZodMiniBoolean
672
+ export interface ZodMiniBoolean<T = unknown> extends _ZodMiniType<core.$ZodBooleanInternals<T>> {
673
+ // _zod: core.$ZodBooleanInternals<T>;
674
+ }
675
+ export const ZodMiniBoolean: core.$constructor<ZodMiniBoolean> = /*@__PURE__*/ core.$constructor(
676
+ "ZodMiniBoolean",
677
+ (inst, def) => {
678
+ core.$ZodBoolean.init(inst, def);
679
+ ZodMiniType.init(inst, def);
680
+ }
681
+ );
682
+
683
+ // @__NO_SIDE_EFFECTS__
684
+ export function boolean(params?: string | core.$ZodBooleanParams): ZodMiniBoolean<boolean> {
685
+ return core._boolean(ZodMiniBoolean, params) as any;
686
+ }
687
+
688
+ // ZodMiniBigInt
689
+ export interface ZodMiniBigInt<T = unknown> extends _ZodMiniType<core.$ZodBigIntInternals<T>>, core.$ZodBigInt<T> {
690
+ // _zod: core.$ZodBigIntInternals<T>;
691
+ }
692
+ export const ZodMiniBigInt: core.$constructor<ZodMiniBigInt> = /*@__PURE__*/ core.$constructor(
693
+ "ZodMiniBigInt",
694
+ (inst, def) => {
695
+ core.$ZodBigInt.init(inst, def);
696
+ ZodMiniType.init(inst, def);
697
+ }
698
+ );
699
+
700
+ // @__NO_SIDE_EFFECTS__
701
+ export function bigint(params?: string | core.$ZodBigIntParams): ZodMiniBigInt<bigint> {
702
+ return core._bigint(ZodMiniBigInt, params) as any;
703
+ }
704
+
705
+ // bigint formats
706
+
707
+ // ZodMiniBigIntFormat
708
+ export interface ZodMiniBigIntFormat<Format extends $ZodBigIntFormats = $ZodBigIntFormats>
709
+ extends _ZodMiniType<core.$ZodBigIntFormatInternals<Format>> {
710
+ // _zod: core.$ZodBigIntFormatInternals<Format>;
711
+ }
712
+ export const ZodMiniBigIntFormat: core.$constructor<ZodMiniBigIntFormat> = /*@__PURE__*/ core.$constructor(
713
+ "ZodMiniBigIntFormat",
714
+ (inst, def) => {
715
+ core.$ZodBigIntFormat.init(inst, def);
716
+ ZodMiniBigInt.init(inst, def);
717
+ }
718
+ );
719
+
720
+ // int64
721
+
722
+ // @__NO_SIDE_EFFECTS__
723
+ export interface ZodMiniInt64 extends ZodMiniBigIntFormat<"int64"> {}
724
+ export function int64(params?: string | core.$ZodBigIntFormatParams): ZodMiniInt64 {
725
+ return core._int64(ZodMiniBigIntFormat, params) as ZodMiniInt64;
726
+ }
727
+
728
+ // uint64
729
+
730
+ // @__NO_SIDE_EFFECTS__
731
+ export interface ZodMiniUInt64 extends ZodMiniBigIntFormat<"uint64"> {}
732
+ export function uint64(params?: string | core.$ZodBigIntFormatParams): ZodMiniUInt64 {
733
+ return core._uint64(ZodMiniBigIntFormat, params) as ZodMiniUInt64;
734
+ }
735
+
736
+ // ZodMiniSymbol
737
+ export interface ZodMiniSymbol extends _ZodMiniType<core.$ZodSymbolInternals> {
738
+ // _zod: core.$ZodSymbolInternals;
739
+ }
740
+ export const ZodMiniSymbol: core.$constructor<ZodMiniSymbol> = /*@__PURE__*/ core.$constructor(
741
+ "ZodMiniSymbol",
742
+ (inst, def) => {
743
+ core.$ZodSymbol.init(inst, def);
744
+ ZodMiniType.init(inst, def);
745
+ }
746
+ );
747
+
748
+ // @__NO_SIDE_EFFECTS__
749
+ export function symbol(params?: string | core.$ZodSymbolParams): ZodMiniSymbol {
750
+ return core._symbol(ZodMiniSymbol, params) as any;
751
+ }
752
+
753
+ // ZodMiniUndefined
754
+ export interface ZodMiniUndefined extends _ZodMiniType<core.$ZodUndefinedInternals> {
755
+ // _zod: core.$ZodUndefinedInternals;
756
+ }
757
+ export const ZodMiniUndefined: core.$constructor<ZodMiniUndefined> = /*@__PURE__*/ core.$constructor(
758
+ "ZodMiniUndefined",
759
+ (inst, def) => {
760
+ core.$ZodUndefined.init(inst, def);
761
+ ZodMiniType.init(inst, def);
762
+ }
763
+ );
764
+
765
+ // @__NO_SIDE_EFFECTS__
766
+ function _undefined(params?: string | core.$ZodUndefinedParams): ZodMiniUndefined {
767
+ return core._undefined(ZodMiniUndefined, params) as any;
768
+ }
769
+ export { _undefined as undefined };
770
+
771
+ // ZodMiniNull
772
+ export interface ZodMiniNull extends _ZodMiniType<core.$ZodNullInternals> {
773
+ // _zod: core.$ZodNullInternals;
774
+ }
775
+ export const ZodMiniNull: core.$constructor<ZodMiniNull> = /*@__PURE__*/ core.$constructor(
776
+ "ZodMiniNull",
777
+ (inst, def) => {
778
+ core.$ZodNull.init(inst, def);
779
+ ZodMiniType.init(inst, def);
780
+ }
781
+ );
782
+
783
+ // @__NO_SIDE_EFFECTS__
784
+ function _null(params?: string | core.$ZodNullParams): ZodMiniNull {
785
+ return core._null(ZodMiniNull, params) as any;
786
+ }
787
+ export { _null as null };
788
+
789
+ // ZodMiniAny
790
+ export interface ZodMiniAny extends _ZodMiniType<core.$ZodAnyInternals> {
791
+ // _zod: core.$ZodAnyInternals;
792
+ }
793
+ export const ZodMiniAny: core.$constructor<ZodMiniAny> = /*@__PURE__*/ core.$constructor("ZodMiniAny", (inst, def) => {
794
+ core.$ZodAny.init(inst, def);
795
+ ZodMiniType.init(inst, def);
796
+ });
797
+
798
+ // @__NO_SIDE_EFFECTS__
799
+ export function any(): ZodMiniAny {
800
+ return core._any(ZodMiniAny) as any;
801
+ }
802
+
803
+ // ZodMiniUnknown
804
+ export interface ZodMiniUnknown extends _ZodMiniType<core.$ZodUnknownInternals> {
805
+ // _zod: core.$ZodUnknownInternals;
806
+ }
807
+ export const ZodMiniUnknown: core.$constructor<ZodMiniUnknown> = /*@__PURE__*/ core.$constructor(
808
+ "ZodMiniUnknown",
809
+ (inst, def) => {
810
+ core.$ZodUnknown.init(inst, def);
811
+ ZodMiniType.init(inst, def);
812
+ }
813
+ );
814
+
815
+ // @__NO_SIDE_EFFECTS__
816
+ export function unknown(): ZodMiniUnknown {
817
+ return core._unknown(ZodMiniUnknown) as any;
818
+ }
819
+
820
+ // ZodMiniNever
821
+ export interface ZodMiniNever extends _ZodMiniType<core.$ZodNeverInternals> {
822
+ // _zod: core.$ZodNeverInternals;
823
+ }
824
+ export const ZodMiniNever: core.$constructor<ZodMiniNever> = /*@__PURE__*/ core.$constructor(
825
+ "ZodMiniNever",
826
+ (inst, def) => {
827
+ core.$ZodNever.init(inst, def);
828
+ ZodMiniType.init(inst, def);
829
+ }
830
+ );
831
+
832
+ // @__NO_SIDE_EFFECTS__
833
+ export function never(params?: string | core.$ZodNeverParams): ZodMiniNever {
834
+ return core._never(ZodMiniNever, params) as any;
835
+ }
836
+
837
+ // ZodMiniVoid
838
+ export interface ZodMiniVoid extends _ZodMiniType<core.$ZodVoidInternals> {
839
+ // _zod: core.$ZodVoidInternals;
840
+ }
841
+ export const ZodMiniVoid: core.$constructor<ZodMiniVoid> = /*@__PURE__*/ core.$constructor(
842
+ "ZodMiniVoid",
843
+ (inst, def) => {
844
+ core.$ZodVoid.init(inst, def);
845
+ ZodMiniType.init(inst, def);
846
+ }
847
+ );
848
+
849
+ // @__NO_SIDE_EFFECTS__
850
+ function _void(params?: string | core.$ZodVoidParams): ZodMiniVoid {
851
+ return core._void(ZodMiniVoid, params) as any;
852
+ }
853
+ export { _void as void };
854
+
855
+ // ZodMiniDate
856
+ export interface ZodMiniDate<T = unknown> extends _ZodMiniType<core.$ZodDateInternals<T>> {
857
+ // _zod: core.$ZodDateInternals<T>;
858
+ }
859
+
860
+ export const ZodMiniDate: core.$constructor<ZodMiniDate> = /*@__PURE__*/ core.$constructor(
861
+ "ZodMiniDate",
862
+ (inst, def) => {
863
+ core.$ZodDate.init(inst, def);
864
+ ZodMiniType.init(inst, def);
865
+ }
866
+ );
867
+
868
+ // @__NO_SIDE_EFFECTS__
869
+ export function date(params?: string | core.$ZodDateParams): ZodMiniDate<Date> {
870
+ return core._date(ZodMiniDate, params) as any;
871
+ }
872
+
873
+ // ZodMiniArray
874
+ export interface ZodMiniArray<T extends SomeType = core.$ZodType>
875
+ extends _ZodMiniType<core.$ZodArrayInternals<T>>,
876
+ core.$ZodArray<T> {
877
+ // _zod: core.$ZodArrayInternals<T>;
878
+ }
879
+ export const ZodMiniArray: core.$constructor<ZodMiniArray> = /*@__PURE__*/ core.$constructor(
880
+ "ZodMiniArray",
881
+ (inst, def) => {
882
+ core.$ZodArray.init(inst, def);
883
+ ZodMiniType.init(inst, def);
884
+ }
885
+ );
886
+
887
+ export function array<T extends SomeType>(element: T, params?: string | core.$ZodArrayParams): ZodMiniArray<T>;
888
+ // @__NO_SIDE_EFFECTS__
889
+ export function array<T extends SomeType>(element: SomeType, params?: any): ZodMiniArray<T> {
890
+ return new ZodMiniArray({
891
+ type: "array",
892
+ element: element as core.$ZodType,
893
+ ...util.normalizeParams(params),
894
+ }) as any;
895
+ }
896
+
897
+ // .keyof
898
+ // @__NO_SIDE_EFFECTS__
899
+ export function keyof<T extends ZodMiniObject>(schema: T): ZodMiniEnum<util.KeysEnum<T["shape"]>> {
900
+ const shape = schema._zod.def.shape;
901
+ return _enum(Object.keys(shape)) as any;
902
+ }
903
+
904
+ // ZodMiniObject
905
+ export interface ZodMiniObject<
906
+ /** @ts-ignore Cast variance */
907
+ out Shape extends core.$ZodShape = core.$ZodShape,
908
+ out Config extends core.$ZodObjectConfig = core.$strip,
909
+ > extends ZodMiniType<any, any, core.$ZodObjectInternals<Shape, Config>>,
910
+ core.$ZodObject<Shape, Config> {
911
+ shape: Shape;
912
+ }
913
+ export const ZodMiniObject: core.$constructor<ZodMiniObject> = /*@__PURE__*/ core.$constructor(
914
+ "ZodMiniObject",
915
+ (inst, def) => {
916
+ core.$ZodObject.init(inst, def);
917
+ ZodMiniType.init(inst, def);
918
+ util.installLazyProp(inst, "shape", (self) => self._zod.def.shape, false);
919
+ }
920
+ );
921
+ // @__NO_SIDE_EFFECTS__
922
+ export function object<T extends core.$ZodLooseShape = Record<never, SomeType>>(
923
+ shape?: T,
924
+ params?: string | core.$ZodObjectParams
925
+ ): ZodMiniObject<util.Writeable<T>, core.$strip> {
926
+ const def: core.$ZodObjectDef = {
927
+ type: "object",
928
+ shape: shape ?? {},
929
+ ...util.normalizeParams(params),
930
+ };
931
+ return new ZodMiniObject(def) as any;
932
+ }
933
+
934
+ // strictObject
935
+ // @__NO_SIDE_EFFECTS__
936
+ export function strictObject<T extends core.$ZodLooseShape>(
937
+ shape: T,
938
+ params?: string | core.$ZodObjectParams
939
+ ): ZodMiniObject<util.Writeable<T>, core.$strict> {
940
+ return new ZodMiniObject({
941
+ type: "object",
942
+ shape,
943
+ catchall: never(),
944
+ ...util.normalizeParams(params),
945
+ }) as any;
946
+ }
947
+
948
+ // looseObject
949
+ // @__NO_SIDE_EFFECTS__
950
+ export function looseObject<T extends core.$ZodLooseShape>(
951
+ shape: T,
952
+ params?: string | core.$ZodObjectParams
953
+ ): ZodMiniObject<util.Writeable<T>, core.$loose> {
954
+ return new ZodMiniObject({
955
+ type: "object",
956
+ shape,
957
+ catchall: unknown(),
958
+ ...util.normalizeParams(params),
959
+ }) as any;
960
+ }
961
+
962
+ // object methods
963
+ // @__NO_SIDE_EFFECTS__
964
+ export function extend<T extends ZodMiniObject, U extends core.$ZodLooseShape>(
965
+ schema: T,
966
+ shape: U
967
+ ): ZodMiniObject<util.Extend<T["shape"], util.Writeable<U>>, T["_zod"]["config"]> {
968
+ return util.extend(schema, shape);
969
+ }
970
+
971
+ export type SafeExtendShape<Base extends core.$ZodShape, Ext extends core.$ZodLooseShape> = {
972
+ [K in keyof Ext]: K extends keyof Base
973
+ ? core.output<Ext[K]> extends core.output<Base[K]>
974
+ ? core.input<Ext[K]> extends core.input<Base[K]>
975
+ ? Ext[K]
976
+ : never
977
+ : never
978
+ : Ext[K];
979
+ };
980
+
981
+ // @__NO_SIDE_EFFECTS__
982
+ export function safeExtend<T extends ZodMiniObject, U extends core.$ZodLooseShape>(
983
+ schema: T,
984
+ shape: SafeExtendShape<T["shape"], U>
985
+ ): ZodMiniObject<util.Extend<T["shape"], util.Writeable<U>>, T["_zod"]["config"]> {
986
+ return util.safeExtend(schema, shape as any);
987
+ }
988
+
989
+ /**
990
+ * @deprecated Use [`z.extend(A, B.shape)`](https://zod.dev/api?id=extend) instead.
991
+ */
992
+ // @__NO_SIDE_EFFECTS__
993
+ export function merge<T extends ZodMiniObject, U extends ZodMiniObject>(
994
+ a: T,
995
+ b: U
996
+ ): ZodMiniObject<util.Extend<T["shape"], U["shape"]>, U["_zod"]["config"]> {
997
+ return util.merge(a, b) as any;
998
+ }
999
+
1000
+ // @__NO_SIDE_EFFECTS__
1001
+ export function pick<T extends ZodMiniObject, M extends util.Mask<keyof T["shape"]>>(
1002
+ schema: T,
1003
+ mask: M & Record<Exclude<keyof M, keyof T["shape"]>, never>
1004
+ ): ZodMiniObject<util.Flatten<Pick<T["shape"], keyof T["shape"] & keyof M>>, T["_zod"]["config"]> {
1005
+ return util.pick(schema, mask as any);
1006
+ }
1007
+
1008
+ // .omit
1009
+
1010
+ // @__NO_SIDE_EFFECTS__
1011
+ export function omit<T extends ZodMiniObject, M extends util.Mask<keyof T["shape"]>>(
1012
+ schema: T,
1013
+ mask: M & Record<Exclude<keyof M, keyof T["shape"]>, never>
1014
+ ): ZodMiniObject<util.Flatten<Omit<T["shape"], keyof M>>, T["_zod"]["config"]> {
1015
+ return util.omit(schema, mask);
1016
+ }
1017
+
1018
+ // @__NO_SIDE_EFFECTS__
1019
+ export function partial<T extends ZodMiniObject>(
1020
+ schema: T
1021
+ ): ZodMiniObject<
1022
+ {
1023
+ -readonly [k in keyof T["shape"]]: ZodMiniOptional<T["shape"][k]>;
1024
+ },
1025
+ T["_zod"]["config"]
1026
+ >;
1027
+ // @__NO_SIDE_EFFECTS__
1028
+ export function partial<T extends ZodMiniObject, M extends util.Mask<keyof T["shape"]>>(
1029
+ schema: T,
1030
+ mask: M & Record<Exclude<keyof M, keyof T["shape"]>, never>
1031
+ ): ZodMiniObject<
1032
+ {
1033
+ -readonly [k in keyof T["shape"]]: k extends keyof M ? ZodMiniOptional<T["shape"][k]> : T["shape"][k];
1034
+ },
1035
+ T["_zod"]["config"]
1036
+ >;
1037
+ // @__NO_SIDE_EFFECTS__
1038
+ export function partial<T extends util.TupleItems, Rest extends SomeType | null>(
1039
+ schema: ZodMiniTuple<T, Rest>
1040
+ ): ZodMiniTuple<{ -readonly [k in keyof T]: ZodMiniOptional<T[k]> }, Rest>;
1041
+ // @__NO_SIDE_EFFECTS__
1042
+ export function partial(schema: ZodMiniObject | ZodMiniTuple, mask?: object) {
1043
+ const def = schema._zod.def;
1044
+ if (def.type !== "tuple") return util.partial(ZodMiniOptional, schema as ZodMiniObject, mask);
1045
+ // a refinement was authored against the full arity; partialing would run it on a shorter array
1046
+ if (def.checks?.length) throw new Error(".partial() cannot be used on tuple schemas containing refinements");
1047
+ return util.clone(schema, {
1048
+ ...def,
1049
+ items: def.items.map((item) => new ZodMiniOptional({ type: "optional", innerType: item as core.$ZodType })),
1050
+ });
1051
+ }
1052
+
1053
+ // @__NO_SIDE_EFFECTS__
1054
+ export function exactPartial<T extends ZodMiniObject>(
1055
+ schema: T
1056
+ ): ZodMiniObject<
1057
+ {
1058
+ -readonly [k in keyof T["shape"]]: ZodMiniExactOptional<T["shape"][k]>;
1059
+ },
1060
+ T["_zod"]["config"]
1061
+ >;
1062
+ // @__NO_SIDE_EFFECTS__
1063
+ export function exactPartial<T extends ZodMiniObject, M extends util.Mask<keyof T["shape"]>>(
1064
+ schema: T,
1065
+ mask: M & Record<Exclude<keyof M, keyof T["shape"]>, never>
1066
+ ): ZodMiniObject<
1067
+ {
1068
+ -readonly [k in keyof T["shape"]]: k extends keyof M ? ZodMiniExactOptional<T["shape"][k]> : T["shape"][k];
1069
+ },
1070
+ T["_zod"]["config"]
1071
+ >;
1072
+ // @__NO_SIDE_EFFECTS__
1073
+ export function exactPartial(schema: ZodMiniObject, mask?: object) {
1074
+ return util.partial(ZodMiniExactOptional, schema, mask, "exactPartial");
1075
+ }
1076
+
1077
+ export type RequiredInterfaceShape<
1078
+ Shape extends core.$ZodLooseShape,
1079
+ Keys extends PropertyKey = keyof Shape,
1080
+ > = util.Identity<
1081
+ {
1082
+ [k in keyof Shape as k extends Keys ? k : never]: ZodMiniNonOptional<Shape[k]>;
1083
+ } & {
1084
+ [k in keyof Shape as k extends Keys ? never : k]: Shape[k];
1085
+ }
1086
+ >;
1087
+
1088
+ // @__NO_SIDE_EFFECTS__
1089
+ export function required<T extends ZodMiniObject>(
1090
+ schema: T
1091
+ ): ZodMiniObject<
1092
+ {
1093
+ -readonly [k in keyof T["shape"]]: ZodMiniNonOptional<T["shape"][k]>;
1094
+ },
1095
+ T["_zod"]["config"]
1096
+ >;
1097
+ // @__NO_SIDE_EFFECTS__
1098
+ export function required<T extends ZodMiniObject, M extends util.Mask<keyof T["shape"]>>(
1099
+ schema: T,
1100
+ mask: M & Record<Exclude<keyof M, keyof T["shape"]>, never>
1101
+ ): ZodMiniObject<
1102
+ util.Extend<
1103
+ T["shape"],
1104
+ {
1105
+ [k in keyof M & keyof T["shape"]]: ZodMiniNonOptional<T["shape"][k]>;
1106
+ }
1107
+ >,
1108
+ T["_zod"]["config"]
1109
+ >;
1110
+ // @__NO_SIDE_EFFECTS__
1111
+ export function required(schema: ZodMiniObject, mask?: object) {
1112
+ return util.required(ZodMiniNonOptional, schema, mask);
1113
+ }
1114
+
1115
+ // @__NO_SIDE_EFFECTS__
1116
+ export function catchall<T extends ZodMiniObject, U extends SomeType>(
1117
+ inst: T,
1118
+ catchall: U
1119
+ ): ZodMiniObject<T["shape"], core.$catchall<U>> {
1120
+ // `mergeDefs` rather than a spread: spreading reads `shape`, and resolving it can mint a whole fresh subtree
1121
+ return inst.clone(util.mergeDefs(inst._zod.def, { catchall: catchall as any })) as any;
1122
+ }
1123
+
1124
+ // ZodMiniUnion
1125
+ export interface ZodMiniUnion<T extends readonly SomeType[] = readonly core.$ZodType[]>
1126
+ extends _ZodMiniType<core.$ZodUnionInternals<T>> {
1127
+ // _zod: core.$ZodUnionInternals<T>;
1128
+ }
1129
+ export const ZodMiniUnion: core.$constructor<ZodMiniUnion> = /*@__PURE__*/ core.$constructor(
1130
+ "ZodMiniUnion",
1131
+ (inst, def) => {
1132
+ core.$ZodUnion.init(inst, def);
1133
+ ZodMiniType.init(inst, def);
1134
+ }
1135
+ );
1136
+
1137
+ // @__NO_SIDE_EFFECTS__
1138
+ export function union<const T extends readonly SomeType[]>(
1139
+ options: T,
1140
+ params?: string | core.$ZodUnionParams
1141
+ ): ZodMiniUnion<T> {
1142
+ return new ZodMiniUnion({
1143
+ type: "union",
1144
+ options: options as any as core.$ZodType[],
1145
+ ...util.normalizeParams(params),
1146
+ }) as any;
1147
+ }
1148
+
1149
+ // ZodMiniXor
1150
+ export interface ZodMiniXor<T extends readonly SomeType[] = readonly core.$ZodType[]>
1151
+ extends _ZodMiniType<core.$ZodXorInternals<T>> {
1152
+ // _zod: core.$ZodXorInternals<T>;
1153
+ }
1154
+ export const ZodMiniXor: core.$constructor<ZodMiniXor> = /*@__PURE__*/ core.$constructor("ZodMiniXor", (inst, def) => {
1155
+ ZodMiniUnion.init(inst, def);
1156
+ core.$ZodXor.init(inst, def);
1157
+ });
1158
+
1159
+ /** Creates an exclusive union (XOR) where exactly one option must match.
1160
+ * Unlike regular unions that succeed when any option matches, xor fails if
1161
+ * zero or more than one option matches the input. */
1162
+ export function xor<const T extends readonly SomeType[]>(
1163
+ options: T,
1164
+ params?: string | core.$ZodXorParams
1165
+ ): ZodMiniXor<T> {
1166
+ return new ZodMiniXor({
1167
+ type: "union",
1168
+ options: options as any as core.$ZodType[],
1169
+ inclusive: false,
1170
+ ...util.normalizeParams(params),
1171
+ }) as any;
1172
+ }
1173
+
1174
+ // ZodMiniDiscriminatedUnion
1175
+ export interface ZodMiniDiscriminatedUnion<
1176
+ Options extends readonly SomeType[] = readonly core.$ZodType[],
1177
+ Disc extends string = string,
1178
+ > extends ZodMiniUnion<Options> {
1179
+ _zod: core.$ZodDiscriminatedUnionInternals<Options, Disc>;
1180
+ }
1181
+ export const ZodMiniDiscriminatedUnion: core.$constructor<ZodMiniDiscriminatedUnion> = /*@__PURE__*/ core.$constructor(
1182
+ "ZodMiniDiscriminatedUnion",
1183
+ (inst, def) => {
1184
+ core.$ZodDiscriminatedUnion.init(inst, def);
1185
+ ZodMiniType.init(inst, def);
1186
+ }
1187
+ );
1188
+
1189
+ // @__NO_SIDE_EFFECTS__
1190
+ export function discriminatedUnion<
1191
+ Types extends readonly [core.$ZodTypeDiscriminable, ...core.$ZodTypeDiscriminable[]],
1192
+ Disc extends string,
1193
+ >(
1194
+ discriminator: Disc,
1195
+ options: Types,
1196
+ params?: string | core.$ZodDiscriminatedUnionParams
1197
+ ): ZodMiniDiscriminatedUnion<Types, Disc> {
1198
+ return new ZodMiniDiscriminatedUnion({
1199
+ type: "union",
1200
+ options: options as any as core.$ZodType[],
1201
+ discriminator,
1202
+ ...util.normalizeParams(params),
1203
+ }) as any as ZodMiniDiscriminatedUnion<Types, Disc>;
1204
+ }
1205
+
1206
+ // ZodMiniIntersection
1207
+ export interface ZodMiniIntersection<A extends SomeType = core.$ZodType, B extends SomeType = core.$ZodType>
1208
+ extends _ZodMiniType<core.$ZodIntersectionInternals<A, B>> {
1209
+ // _zod: core.$ZodIntersectionInternals<A, B>;
1210
+ }
1211
+ export const ZodMiniIntersection: core.$constructor<ZodMiniIntersection> = /*@__PURE__*/ core.$constructor(
1212
+ "ZodMiniIntersection",
1213
+ (inst, def) => {
1214
+ core.$ZodIntersection.init(inst, def);
1215
+ ZodMiniType.init(inst, def);
1216
+ }
1217
+ );
1218
+
1219
+ // @__NO_SIDE_EFFECTS__
1220
+ export function intersection<T extends SomeType, U extends SomeType>(left: T, right: U): ZodMiniIntersection<T, U> {
1221
+ return new ZodMiniIntersection({
1222
+ type: "intersection",
1223
+ left: left as any as core.$ZodType,
1224
+ right: right as any as core.$ZodType,
1225
+ }) as any;
1226
+ }
1227
+
1228
+ // ZodMiniTuple
1229
+ export interface ZodMiniTuple<
1230
+ T extends util.TupleItems = readonly core.$ZodType[],
1231
+ Rest extends SomeType | null = core.$ZodType | null,
1232
+ > extends _ZodMiniType<core.$ZodTupleInternals<T, Rest>> {
1233
+ // _zod: core.$ZodTupleInternals<T, Rest>;
1234
+ }
1235
+ export const ZodMiniTuple: core.$constructor<ZodMiniTuple> = /*@__PURE__*/ core.$constructor(
1236
+ "ZodMiniTuple",
1237
+ (inst, def) => {
1238
+ core.$ZodTuple.init(inst, def);
1239
+ ZodMiniType.init(inst, def);
1240
+ }
1241
+ );
1242
+
1243
+ export function tuple<const T extends readonly [SomeType, ...SomeType[]]>(
1244
+ items: T,
1245
+ params?: string | core.$ZodTupleParams
1246
+ ): ZodMiniTuple<T, null>;
1247
+ export function tuple<const T extends readonly [SomeType, ...SomeType[]], Rest extends SomeType>(
1248
+ items: T,
1249
+ rest: Rest,
1250
+ params?: string | core.$ZodTupleParams
1251
+ ): ZodMiniTuple<T, Rest>;
1252
+ export function tuple(items: [], params?: string | core.$ZodTupleParams): ZodMiniTuple<[], null>;
1253
+ // @__NO_SIDE_EFFECTS__
1254
+ export function tuple(
1255
+ items: SomeType[],
1256
+ _paramsOrRest?: string | core.$ZodTupleParams | SomeType,
1257
+ _params?: string | core.$ZodTupleParams
1258
+ ) {
1259
+ const hasRest = _paramsOrRest instanceof core.$ZodType;
1260
+ const params = hasRest ? _params : _paramsOrRest;
1261
+ const rest = hasRest ? _paramsOrRest : null;
1262
+ return new ZodMiniTuple({
1263
+ type: "tuple",
1264
+ items: items as any as core.$ZodType[],
1265
+ rest,
1266
+ ...util.normalizeParams(params),
1267
+ });
1268
+ }
1269
+
1270
+ // ZodMiniRecord
1271
+ export interface ZodMiniRecord<
1272
+ Key extends core.$ZodRecordKey = core.$ZodRecordKey,
1273
+ Value extends SomeType = core.$ZodType,
1274
+ > extends _ZodMiniType<core.$ZodRecordInternals<Key, Value>> {
1275
+ // _zod: core.$ZodRecordInternals<Key, Value>;
1276
+ }
1277
+ export const ZodMiniRecord: core.$constructor<ZodMiniRecord> = /*@__PURE__*/ core.$constructor(
1278
+ "ZodMiniRecord",
1279
+ (inst, def) => {
1280
+ core.$ZodRecord.init(inst, def);
1281
+ ZodMiniType.init(inst, def);
1282
+ }
1283
+ );
1284
+
1285
+ // @__NO_SIDE_EFFECTS__
1286
+ export function record<Key extends core.$ZodRecordKey, Value extends SomeType>(
1287
+ keyType: Key,
1288
+ valueType: Value,
1289
+ params?: string | core.$ZodRecordParams
1290
+ ): ZodMiniRecord<Key, Value> {
1291
+ // v3-compat: z.record(valueType, params?) — defaults keyType to z.string()
1292
+ if (!valueType || !(valueType as any)._zod) {
1293
+ return new ZodMiniRecord({
1294
+ type: "record",
1295
+ keyType: string() as any,
1296
+ valueType: keyType as any as core.$ZodType,
1297
+ ...util.normalizeParams(valueType as string | core.$ZodRecordParams | undefined),
1298
+ }) as any;
1299
+ }
1300
+ return new ZodMiniRecord({
1301
+ type: "record",
1302
+ keyType,
1303
+ valueType: valueType as any as core.$ZodType,
1304
+ ...util.normalizeParams(params),
1305
+ }) as any;
1306
+ }
1307
+ // @__NO_SIDE_EFFECTS__
1308
+ export function partialRecord<Key extends core.$ZodRecordKey, Value extends SomeType>(
1309
+ keyType: Key,
1310
+ valueType: Value,
1311
+ params?: string | core.$ZodRecordParams
1312
+ ): ZodMiniRecord<Key & core.$partial, Value> {
1313
+ return new ZodMiniRecord({
1314
+ type: "record",
1315
+ keyType,
1316
+ valueType: valueType as any,
1317
+ ...util.normalizeParams(params),
1318
+ partial: true,
1319
+ }) as any;
1320
+ }
1321
+
1322
+ export function looseRecord<Key extends core.$ZodRecordKey, Value extends SomeType>(
1323
+ keyType: Key,
1324
+ valueType: Value,
1325
+ params?: string | core.$ZodRecordParams
1326
+ ): ZodMiniRecord<Key, Value> {
1327
+ return new ZodMiniRecord({
1328
+ type: "record",
1329
+ keyType,
1330
+ valueType: valueType as any as core.$ZodType,
1331
+ mode: "loose",
1332
+ ...util.normalizeParams(params),
1333
+ }) as any;
1334
+ }
1335
+
1336
+ // ZodMiniMap
1337
+ export interface ZodMiniMap<Key extends SomeType = core.$ZodType, Value extends SomeType = core.$ZodType>
1338
+ extends _ZodMiniType<core.$ZodMapInternals<Key, Value>> {
1339
+ // _zod: core.$ZodMapInternals<Key, Value>;
1340
+ }
1341
+ export const ZodMiniMap: core.$constructor<ZodMiniMap> = /*@__PURE__*/ core.$constructor("ZodMiniMap", (inst, def) => {
1342
+ core.$ZodMap.init(inst, def);
1343
+ ZodMiniType.init(inst, def);
1344
+ });
1345
+
1346
+ // @__NO_SIDE_EFFECTS__
1347
+ export function map<Key extends SomeType, Value extends SomeType>(
1348
+ keyType: Key,
1349
+ valueType: Value,
1350
+ params?: string | core.$ZodMapParams
1351
+ ): ZodMiniMap<Key, Value> {
1352
+ return new ZodMiniMap({
1353
+ type: "map",
1354
+ keyType: keyType as any as core.$ZodType,
1355
+ valueType: valueType as any as core.$ZodType,
1356
+ ...util.normalizeParams(params),
1357
+ }) as any;
1358
+ }
1359
+
1360
+ // ZodMiniSet
1361
+ export interface ZodMiniSet<T extends SomeType = core.$ZodType> extends _ZodMiniType<core.$ZodSetInternals<T>> {
1362
+ // _zod: core.$ZodSetInternals<T>;
1363
+ }
1364
+ export const ZodMiniSet: core.$constructor<ZodMiniSet> = /*@__PURE__*/ core.$constructor("ZodMiniSet", (inst, def) => {
1365
+ core.$ZodSet.init(inst, def);
1366
+ ZodMiniType.init(inst, def);
1367
+ });
1368
+
1369
+ // @__NO_SIDE_EFFECTS__
1370
+ export function set<Value extends SomeType>(valueType: Value, params?: string | core.$ZodSetParams): ZodMiniSet<Value> {
1371
+ return new ZodMiniSet({
1372
+ type: "set",
1373
+ valueType: valueType as any as core.$ZodType,
1374
+ ...util.normalizeParams(params),
1375
+ }) as any;
1376
+ }
1377
+
1378
+ // ZodMiniEnum
1379
+ export interface ZodMiniEnum<T extends util.EnumLike = util.EnumLike> extends _ZodMiniType<core.$ZodEnumInternals<T>> {
1380
+ // _zod: core.$ZodEnumInternals<T>;
1381
+ options: Array<T[keyof T]>;
1382
+ }
1383
+ export const ZodMiniEnum: core.$constructor<ZodMiniEnum> = /*@__PURE__*/ core.$constructor(
1384
+ "ZodMiniEnum",
1385
+ (inst, def) => {
1386
+ core.$ZodEnum.init(inst, def);
1387
+ ZodMiniType.init(inst, def);
1388
+
1389
+ // reuse the parsed value set so a numeric TS enum's reverse-mapping keys stay out
1390
+ inst.options = [...inst._zod.values] as util.EnumValue[];
1391
+ }
1392
+ );
1393
+
1394
+ function _enum<const T extends readonly string[]>(
1395
+ values: T,
1396
+ params?: string | core.$ZodEnumParams
1397
+ ): ZodMiniEnum<util.ToEnum<T[number]>>;
1398
+ function _enum<T extends util.EnumLike>(entries: T, params?: string | core.$ZodEnumParams): ZodMiniEnum<T>;
1399
+ // @__NO_SIDE_EFFECTS__
1400
+ function _enum(values: any, params?: string | core.$ZodEnumParams) {
1401
+ const entries: any = Array.isArray(values) ? Object.fromEntries(values.map((v) => [v, v])) : values;
1402
+
1403
+ return new ZodMiniEnum({
1404
+ type: "enum",
1405
+ entries,
1406
+ ...util.normalizeParams(params),
1407
+ }) as any;
1408
+ }
1409
+ export { _enum as enum };
1410
+
1411
+ // @__NO_SIDE_EFFECTS__
1412
+ /** @deprecated This API has been merged into `z.enum()`. Use `z.enum()` instead.
1413
+ *
1414
+ * ```ts
1415
+ * enum Colors { red, green, blue }
1416
+ * z.enum(Colors);
1417
+ * ```
1418
+ */
1419
+ export function nativeEnum<T extends util.EnumLike>(entries: T, params?: string | core.$ZodEnumParams): ZodMiniEnum<T> {
1420
+ return new ZodMiniEnum({
1421
+ type: "enum",
1422
+ entries,
1423
+ ...util.normalizeParams(params),
1424
+ }) as any as ZodMiniEnum<T>;
1425
+ }
1426
+
1427
+ // ZodMiniLiteral
1428
+ export interface ZodMiniLiteral<T extends util.Literal = util.Literal>
1429
+ extends _ZodMiniType<core.$ZodLiteralInternals<T>> {
1430
+ // _zod: core.$ZodLiteralInternals<T>;
1431
+ }
1432
+ export const ZodMiniLiteral: core.$constructor<ZodMiniLiteral> = /*@__PURE__*/ core.$constructor(
1433
+ "ZodMiniLiteral",
1434
+ (inst, def) => {
1435
+ core.$ZodLiteral.init(inst, def);
1436
+ ZodMiniType.init(inst, def);
1437
+ }
1438
+ );
1439
+
1440
+ export function literal<const T extends ReadonlyArray<util.Literal>>(
1441
+ value: T,
1442
+ params?: string | core.$ZodLiteralParams
1443
+ ): ZodMiniLiteral<T[number]>;
1444
+ export function literal<const T extends util.Literal>(
1445
+ value: T,
1446
+ params?: string | core.$ZodLiteralParams
1447
+ ): ZodMiniLiteral<T>;
1448
+ // @__NO_SIDE_EFFECTS__
1449
+ export function literal(value: any, params: any) {
1450
+ return new ZodMiniLiteral({
1451
+ type: "literal",
1452
+ values: Array.isArray(value) ? value : [value],
1453
+ ...util.normalizeParams(params),
1454
+ });
1455
+ }
1456
+
1457
+ // ZodMiniFile
1458
+ export interface ZodMiniFile extends _ZodMiniType<core.$ZodFileInternals> {
1459
+ // _zod: core.$ZodFileInternals;
1460
+ }
1461
+ export const ZodMiniFile: core.$constructor<ZodMiniFile> = /*@__PURE__*/ core.$constructor(
1462
+ "ZodMiniFile",
1463
+ (inst, def) => {
1464
+ core.$ZodFile.init(inst, def);
1465
+ ZodMiniType.init(inst, def);
1466
+ }
1467
+ );
1468
+
1469
+ // @__NO_SIDE_EFFECTS__
1470
+ export function file(params?: string | core.$ZodFileParams): ZodMiniFile {
1471
+ return core._file(ZodMiniFile, params) as any;
1472
+ }
1473
+
1474
+ // ZodMiniTransform
1475
+ export interface ZodMiniTransform<O = unknown, I = unknown> extends _ZodMiniType<core.$ZodTransformInternals<O, I>> {
1476
+ // _zod: core.$ZodTransformInternals<O, I>;
1477
+ }
1478
+ export const ZodMiniTransform: core.$constructor<ZodMiniTransform> = /*@__PURE__*/ core.$constructor(
1479
+ "ZodMiniTransform",
1480
+ (inst, def) => {
1481
+ core.$ZodTransform.init(inst, def);
1482
+ ZodMiniType.init(inst, def);
1483
+ }
1484
+ );
1485
+
1486
+ // @__NO_SIDE_EFFECTS__
1487
+ export function transform<I = unknown, O = I>(
1488
+ fn: (input: I, ctx: core.ParsePayload) => O
1489
+ ): ZodMiniTransform<Awaited<O>, I> {
1490
+ return new ZodMiniTransform({
1491
+ type: "transform",
1492
+ transform: fn as any,
1493
+ }) as any;
1494
+ }
1495
+
1496
+ // ZodMiniOptional
1497
+ export interface ZodMiniOptional<T extends SomeType = core.$ZodType>
1498
+ extends _ZodMiniType<core.$ZodOptionalInternals<T>>,
1499
+ core.$ZodOptional<T> {
1500
+ // _zod: core.$ZodOptionalInternals<T>;
1501
+ }
1502
+ export const ZodMiniOptional: core.$constructor<ZodMiniOptional> = /*@__PURE__*/ core.$constructor(
1503
+ "ZodMiniOptional",
1504
+ (inst, def) => {
1505
+ core.$ZodOptional.init(inst, def);
1506
+ ZodMiniType.init(inst, def);
1507
+ }
1508
+ );
1509
+
1510
+ // @__NO_SIDE_EFFECTS__
1511
+ export function optional<T extends SomeType>(innerType: T): ZodMiniOptional<T> {
1512
+ return new ZodMiniOptional({
1513
+ type: "optional",
1514
+ innerType: innerType as any as core.$ZodType,
1515
+ }) as any;
1516
+ }
1517
+
1518
+ // ZodMiniExactOptional
1519
+ export interface ZodMiniExactOptional<T extends SomeType = core.$ZodType>
1520
+ extends _ZodMiniType<core.$ZodExactOptionalInternals<T>>,
1521
+ core.$ZodExactOptional<T> {
1522
+ // _zod: core.$ZodExactOptionalInternals<T>;
1523
+ }
1524
+ export const ZodMiniExactOptional: core.$constructor<ZodMiniExactOptional> = /*@__PURE__*/ core.$constructor(
1525
+ "ZodMiniExactOptional",
1526
+ (inst, def) => {
1527
+ core.$ZodExactOptional.init(inst, def);
1528
+ ZodMiniType.init(inst, def);
1529
+ }
1530
+ );
1531
+
1532
+ // @__NO_SIDE_EFFECTS__
1533
+ export function exactOptional<T extends SomeType>(innerType: T): ZodMiniExactOptional<T> {
1534
+ return new ZodMiniExactOptional({
1535
+ type: "optional",
1536
+ innerType: innerType as any as core.$ZodType,
1537
+ }) as any;
1538
+ }
1539
+
1540
+ // ZodMiniNullable
1541
+ export interface ZodMiniNullable<T extends SomeType = core.$ZodType>
1542
+ extends _ZodMiniType<core.$ZodNullableInternals<T>> {
1543
+ // _zod: core.$ZodNullableInternals<T>;
1544
+ }
1545
+ export const ZodMiniNullable: core.$constructor<ZodMiniNullable> = /*@__PURE__*/ core.$constructor(
1546
+ "ZodMiniNullable",
1547
+ (inst, def) => {
1548
+ core.$ZodNullable.init(inst, def);
1549
+ ZodMiniType.init(inst, def);
1550
+ }
1551
+ );
1552
+
1553
+ // @__NO_SIDE_EFFECTS__
1554
+ export function nullable<T extends SomeType>(innerType: T): ZodMiniNullable<T> {
1555
+ return new ZodMiniNullable({
1556
+ type: "nullable",
1557
+ innerType: innerType as any as core.$ZodType,
1558
+ }) as any;
1559
+ }
1560
+
1561
+ // nullish
1562
+ // @__NO_SIDE_EFFECTS__
1563
+ export function nullish<T extends SomeType>(innerType: T): ZodMiniOptional<ZodMiniNullable<T>> {
1564
+ return optional(nullable(innerType));
1565
+ }
1566
+
1567
+ // ZodMiniDefault
1568
+ export interface ZodMiniDefault<T extends SomeType = core.$ZodType> extends _ZodMiniType<core.$ZodDefaultInternals<T>> {
1569
+ // _zod: core.$ZodDefaultInternals<T>;
1570
+ }
1571
+ export const ZodMiniDefault: core.$constructor<ZodMiniDefault> = /*@__PURE__*/ core.$constructor(
1572
+ "ZodMiniDefault",
1573
+ (inst, def) => {
1574
+ core.$ZodDefault.init(inst, def);
1575
+ ZodMiniType.init(inst, def);
1576
+ }
1577
+ );
1578
+
1579
+ // @__NO_SIDE_EFFECTS__
1580
+ export function _default<T extends SomeType>(
1581
+ innerType: T,
1582
+ defaultValue: util.NoUndefined<core.output<T>> | (() => util.NoUndefined<core.output<T>>)
1583
+ ): ZodMiniDefault<T> {
1584
+ return new ZodMiniDefault({
1585
+ type: "default",
1586
+ innerType: innerType as any as core.$ZodType,
1587
+ get defaultValue() {
1588
+ return typeof defaultValue === "function" ? (defaultValue as Function)() : util.shallowClone(defaultValue);
1589
+ },
1590
+ }) as any;
1591
+ }
1592
+
1593
+ // ZodMiniPrefault
1594
+ export interface ZodMiniPrefault<T extends SomeType = core.$ZodType>
1595
+ extends _ZodMiniType<core.$ZodPrefaultInternals<T>> {
1596
+ // _zod: core.$ZodPrefaultInternals<T>;
1597
+ }
1598
+ export const ZodMiniPrefault: core.$constructor<ZodMiniPrefault> = /*@__PURE__*/ core.$constructor(
1599
+ "ZodMiniPrefault",
1600
+ (inst, def) => {
1601
+ core.$ZodPrefault.init(inst, def);
1602
+ ZodMiniType.init(inst, def);
1603
+ }
1604
+ );
1605
+ // @__NO_SIDE_EFFECTS__
1606
+ export function prefault<T extends SomeType>(
1607
+ innerType: T,
1608
+ defaultValue: core.input<T> | (() => core.input<T>)
1609
+ ): ZodMiniPrefault<T> {
1610
+ return new ZodMiniPrefault({
1611
+ type: "prefault",
1612
+ innerType: innerType as any as core.$ZodType,
1613
+ get defaultValue() {
1614
+ return typeof defaultValue === "function" ? (defaultValue as Function)() : util.shallowClone(defaultValue);
1615
+ },
1616
+ }) as any;
1617
+ }
1618
+
1619
+ // ZodMiniNonOptional
1620
+ export interface ZodMiniNonOptional<T extends SomeType = core.$ZodType>
1621
+ extends _ZodMiniType<core.$ZodNonOptionalInternals<T>> {
1622
+ // _zod: core.$ZodNonOptionalInternals<T>;
1623
+ }
1624
+ export const ZodMiniNonOptional: core.$constructor<ZodMiniNonOptional> = /*@__PURE__*/ core.$constructor(
1625
+ "ZodMiniNonOptional",
1626
+ (inst, def) => {
1627
+ core.$ZodNonOptional.init(inst, def);
1628
+ ZodMiniType.init(inst, def);
1629
+ }
1630
+ );
1631
+
1632
+ // @__NO_SIDE_EFFECTS__
1633
+ export function nonoptional<T extends SomeType>(
1634
+ innerType: T,
1635
+ params?: string | core.$ZodNonOptionalParams
1636
+ ): ZodMiniNonOptional<T> {
1637
+ return new ZodMiniNonOptional({
1638
+ type: "nonoptional",
1639
+ innerType: innerType as any as core.$ZodType,
1640
+ ...util.normalizeParams(params),
1641
+ }) as any;
1642
+ }
1643
+
1644
+ // ZodMiniSuccess
1645
+ export interface ZodMiniSuccess<T extends SomeType = core.$ZodType> extends _ZodMiniType<core.$ZodSuccessInternals<T>> {
1646
+ // _zod: core.$ZodSuccessInternals<T>;
1647
+ }
1648
+ export const ZodMiniSuccess: core.$constructor<ZodMiniSuccess> = /*@__PURE__*/ core.$constructor(
1649
+ "ZodMiniSuccess",
1650
+ (inst, def) => {
1651
+ core.$ZodSuccess.init(inst, def);
1652
+ ZodMiniType.init(inst, def);
1653
+ }
1654
+ );
1655
+
1656
+ // @__NO_SIDE_EFFECTS__
1657
+ export function success<T extends SomeType>(innerType: T): ZodMiniSuccess<T> {
1658
+ return new ZodMiniSuccess({
1659
+ type: "success",
1660
+ innerType: innerType as any as core.$ZodType,
1661
+ }) as any;
1662
+ }
1663
+
1664
+ // ZodMiniCatch
1665
+ export interface ZodMiniCatch<T extends SomeType = core.$ZodType> extends _ZodMiniType<core.$ZodCatchInternals<T>> {
1666
+ // _zod: core.$ZodCatchInternals<T>;
1667
+ }
1668
+ export const ZodMiniCatch: core.$constructor<ZodMiniCatch> = /*@__PURE__*/ core.$constructor(
1669
+ "ZodMiniCatch",
1670
+ (inst, def) => {
1671
+ core.$ZodCatch.init(inst, def);
1672
+ ZodMiniType.init(inst, def);
1673
+ }
1674
+ );
1675
+
1676
+ // @__NO_SIDE_EFFECTS__
1677
+ function _catch<T extends SomeType>(
1678
+ innerType: T,
1679
+ catchValue: core.output<T> | ((ctx: core.$ZodCatchCtx) => core.output<T>)
1680
+ ): ZodMiniCatch<T> {
1681
+ return new ZodMiniCatch({
1682
+ type: "catch",
1683
+ innerType: innerType as any as core.$ZodType,
1684
+ catchValue: (typeof catchValue === "function" ? catchValue : core.util.constantCatch(catchValue)) as (
1685
+ ctx: core.$ZodCatchCtx
1686
+ ) => core.output<T>,
1687
+ }) as any;
1688
+ }
1689
+ export { _catch as catch };
1690
+
1691
+ // ZodMiniNaN
1692
+ export interface ZodMiniNaN extends _ZodMiniType<core.$ZodNaNInternals> {
1693
+ // _zod: core.$ZodNaNInternals;
1694
+ }
1695
+ export const ZodMiniNaN: core.$constructor<ZodMiniNaN> = /*@__PURE__*/ core.$constructor("ZodMiniNaN", (inst, def) => {
1696
+ core.$ZodNaN.init(inst, def);
1697
+ ZodMiniType.init(inst, def);
1698
+ });
1699
+
1700
+ // @__NO_SIDE_EFFECTS__
1701
+ export function nan(params?: string | core.$ZodNaNParams): ZodMiniNaN {
1702
+ return core._nan(ZodMiniNaN, params) as any;
1703
+ }
1704
+
1705
+ // ZodMiniPipe
1706
+ export interface ZodMiniPipe<A extends SomeType = core.$ZodType, B extends SomeType = core.$ZodType>
1707
+ extends _ZodMiniType<core.$ZodPipeInternals<A, B>> {
1708
+ // _zod: core.$ZodPipeInternals<A, B>;
1709
+ }
1710
+ export const ZodMiniPipe: core.$constructor<ZodMiniPipe> = /*@__PURE__*/ core.$constructor(
1711
+ "ZodMiniPipe",
1712
+ (inst, def) => {
1713
+ core.$ZodPipe.init(inst, def);
1714
+ ZodMiniType.init(inst, def);
1715
+ }
1716
+ );
1717
+
1718
+ // @__NO_SIDE_EFFECTS__
1719
+ export function pipe<
1720
+ const A extends SomeType,
1721
+ B extends core.$ZodType<unknown, core.output<A>> = core.$ZodType<unknown, core.output<A>>,
1722
+ >(in_: A, out: B | core.$ZodType<unknown, core.output<A>>): ZodMiniPipe<A, B> {
1723
+ return new ZodMiniPipe({
1724
+ type: "pipe",
1725
+ in: in_ as any as core.$ZodType,
1726
+ out: out as any as core.$ZodType,
1727
+ }) as any;
1728
+ }
1729
+
1730
+ // ZodMiniCodec
1731
+ export interface ZodMiniCodec<A extends SomeType = core.$ZodType, B extends SomeType = core.$ZodType>
1732
+ extends ZodMiniPipe<A, B>,
1733
+ core.$ZodCodec<A, B> {
1734
+ _zod: core.$ZodCodecInternals<A, B>;
1735
+ def: core.$ZodCodecDef<A, B>;
1736
+ }
1737
+ export const ZodMiniCodec: core.$constructor<ZodMiniCodec> = /*@__PURE__*/ core.$constructor(
1738
+ "ZodMiniCodec",
1739
+ (inst, def) => {
1740
+ ZodMiniPipe.init(inst, def);
1741
+ core.$ZodCodec.init(inst, def);
1742
+ }
1743
+ );
1744
+
1745
+ // @__NO_SIDE_EFFECTS__
1746
+ export function codec<const A extends SomeType, B extends core.SomeType = core.$ZodType>(
1747
+ in_: A,
1748
+ out: B,
1749
+ params: {
1750
+ decode: (value: core.output<A>, payload: core.ParsePayload<core.output<A>>) => core.util.MaybeAsync<core.input<B>>;
1751
+ encode: (value: core.input<B>, payload: core.ParsePayload<core.input<B>>) => core.util.MaybeAsync<core.output<A>>;
1752
+ }
1753
+ ): ZodMiniCodec<A, B> {
1754
+ return new ZodMiniCodec({
1755
+ type: "pipe",
1756
+ in: in_ as any as core.$ZodType,
1757
+ out: out as any as core.$ZodType,
1758
+ transform: params.decode as any,
1759
+ reverseTransform: params.encode as any,
1760
+ }) as any;
1761
+ }
1762
+
1763
+ // @__NO_SIDE_EFFECTS__
1764
+ export function invertCodec<A extends SomeType, B extends SomeType>(codec: ZodMiniCodec<A, B>): ZodMiniCodec<B, A> {
1765
+ const def = codec._zod.def;
1766
+ return new ZodMiniCodec({
1767
+ type: "pipe",
1768
+ in: def.out as any,
1769
+ out: def.in as any,
1770
+ transform: def.reverseTransform as any,
1771
+ reverseTransform: def.transform as any,
1772
+ }) as any;
1773
+ }
1774
+
1775
+ // ZodMiniReadonly
1776
+ export interface ZodMiniReadonly<T extends SomeType = core.$ZodType>
1777
+ extends _ZodMiniType<core.$ZodReadonlyInternals<T>> {
1778
+ // _zod: core.$ZodReadonlyInternals<T>;
1779
+ }
1780
+ export const ZodMiniReadonly: core.$constructor<ZodMiniReadonly> = /*@__PURE__*/ core.$constructor(
1781
+ "ZodMiniReadonly",
1782
+ (inst, def) => {
1783
+ core.$ZodReadonly.init(inst, def);
1784
+ ZodMiniType.init(inst, def);
1785
+ }
1786
+ );
1787
+
1788
+ // @__NO_SIDE_EFFECTS__
1789
+ export function readonly<T extends SomeType>(innerType: T): ZodMiniReadonly<T> {
1790
+ return new ZodMiniReadonly({
1791
+ type: "readonly",
1792
+ innerType: innerType as any as core.$ZodType,
1793
+ }) as any;
1794
+ }
1795
+
1796
+ // ZodMiniTemplateLiteral
1797
+ export interface ZodMiniTemplateLiteral<Template extends string = string>
1798
+ extends _ZodMiniType<core.$ZodTemplateLiteralInternals<Template>> {
1799
+ // _zod: core.$ZodTemplateLiteralInternals<Template>;
1800
+ }
1801
+ export const ZodMiniTemplateLiteral: core.$constructor<ZodMiniTemplateLiteral> = /*@__PURE__*/ core.$constructor(
1802
+ "ZodMiniTemplateLiteral",
1803
+ (inst, def) => {
1804
+ core.$ZodTemplateLiteral.init(inst, def);
1805
+ ZodMiniType.init(inst, def);
1806
+ }
1807
+ );
1808
+
1809
+ // @__NO_SIDE_EFFECTS__
1810
+ export function templateLiteral<const Parts extends core.$ZodTemplateLiteralPart[]>(
1811
+ parts: Parts,
1812
+ params?: string | core.$ZodTemplateLiteralParams
1813
+ ): ZodMiniTemplateLiteral<core.$PartsToTemplateLiteral<Parts>> {
1814
+ return new ZodMiniTemplateLiteral({
1815
+ type: "template_literal",
1816
+ parts,
1817
+ ...util.normalizeParams(params),
1818
+ }) as any;
1819
+ }
1820
+
1821
+ // ZodMiniLazy
1822
+ export interface ZodMiniLazy<T extends SomeType = core.$ZodType> extends _ZodMiniType<core.$ZodLazyInternals<T>> {
1823
+ // _zod: core.$ZodLazyInternals<T>;
1824
+ }
1825
+ export const ZodMiniLazy: core.$constructor<ZodMiniLazy> = /*@__PURE__*/ core.$constructor(
1826
+ "ZodMiniLazy",
1827
+ (inst, def) => {
1828
+ core.$ZodLazy.init(inst, def);
1829
+ ZodMiniType.init(inst, def);
1830
+ }
1831
+ );
1832
+
1833
+ // export function lazy<T extends object>(getter: () => T): T {
1834
+ // return util.createTransparentProxy<T>(getter);
1835
+ // }
1836
+ // @__NO_SIDE_EFFECTS__
1837
+ function _lazy<T extends SomeType>(getter: () => T): ZodMiniLazy<T> {
1838
+ return new ZodMiniLazy({
1839
+ type: "lazy",
1840
+ getter: getter as any,
1841
+ }) as any;
1842
+ }
1843
+ export { _lazy as lazy };
1844
+
1845
+ // ZodMiniPromise
1846
+ export interface ZodMiniPromise<T extends SomeType = core.$ZodType> extends _ZodMiniType<core.$ZodPromiseInternals<T>> {
1847
+ // _zod: core.$ZodPromiseInternals<T>;
1848
+ }
1849
+ export const ZodMiniPromise: core.$constructor<ZodMiniPromise> = /*@__PURE__*/ core.$constructor(
1850
+ "ZodMiniPromise",
1851
+ (inst, def) => {
1852
+ core.$ZodPromise.init(inst, def);
1853
+ ZodMiniType.init(inst, def);
1854
+ }
1855
+ );
1856
+
1857
+ // @__NO_SIDE_EFFECTS__
1858
+ export function promise<T extends SomeType>(innerType: T): ZodMiniPromise<T> {
1859
+ return new ZodMiniPromise({
1860
+ type: "promise",
1861
+ innerType: innerType as any as core.$ZodType,
1862
+ }) as any;
1863
+ }
1864
+
1865
+ // ZodMiniCustom
1866
+ export interface ZodMiniCustom<O = unknown, I = unknown> extends _ZodMiniType<core.$ZodCustomInternals<O, I>> {
1867
+ // _zod: core.$ZodCustomInternals<O, I>;
1868
+ }
1869
+ export const ZodMiniCustom: core.$constructor<ZodMiniCustom> = /*@__PURE__*/ core.$constructor(
1870
+ "ZodMiniCustom",
1871
+ (inst, def) => {
1872
+ core.$ZodCustom.init(inst, def);
1873
+ ZodMiniType.init(inst, def);
1874
+ }
1875
+ );
1876
+
1877
+ // custom checks
1878
+ // @__NO_SIDE_EFFECTS__
1879
+ export function check<O = unknown>(fn: core.CheckFn<O>, params?: string | core.$ZodCustomParams): core.$ZodCheck<O> {
1880
+ const ch = new core.$ZodCheck({
1881
+ check: "custom",
1882
+ ...util.normalizeParams(params),
1883
+ });
1884
+
1885
+ ch._zod.check = fn;
1886
+ return ch;
1887
+ }
1888
+
1889
+ // ZodCustom custom schema
1890
+ // @__NO_SIDE_EFFECTS__
1891
+ export function custom<O = unknown, I = O>(
1892
+ fn?: (data: O) => unknown,
1893
+ _params?: string | core.$ZodCustomParams | undefined
1894
+ ): ZodMiniCustom<O, I> {
1895
+ return core._custom(ZodMiniCustom, fn ?? (() => true), _params) as any;
1896
+ }
1897
+
1898
+ // refine
1899
+ // @__NO_SIDE_EFFECTS__
1900
+ export function refine<T>(
1901
+ fn: (arg: NoInfer<T>) => util.MaybeAsync<unknown>,
1902
+ _params: string | core.$ZodCustomParams = {}
1903
+ ): core.$ZodCheck<T> {
1904
+ return core._refine(ZodMiniCustom, fn, _params);
1905
+ }
1906
+
1907
+ // superRefine
1908
+ // @__NO_SIDE_EFFECTS__
1909
+ export function superRefine<T>(
1910
+ fn: (arg: T, payload: core.$RefinementCtx<T>) => void | Promise<void>,
1911
+ params?: core.$ZodSuperRefineParams
1912
+ ): core.$ZodCheck<T> {
1913
+ return core._superRefine(fn, params);
1914
+ }
1915
+
1916
+ // Re-export describe and meta from core
1917
+ export const describe = core.describe;
1918
+ export const meta = core.meta;
1919
+
1920
+ // instanceof
1921
+ abstract class Class {
1922
+ constructor(..._args: any[]) {}
1923
+ }
1924
+ // @__NO_SIDE_EFFECTS__
1925
+ function _instanceof<T extends typeof Class>(
1926
+ cls: T,
1927
+ params: core.$ZodCustomParams = {}
1928
+ ): ZodMiniCustom<InstanceType<T>, InstanceType<T>> {
1929
+ const inst = custom((data) => data instanceof cls, params);
1930
+ inst._zod.bag.Class = cls;
1931
+ // Override check to emit invalid_type instead of custom
1932
+ inst._zod.check = (payload) => {
1933
+ if (!(payload.value instanceof cls)) {
1934
+ payload.issues.push({
1935
+ code: "invalid_type",
1936
+ expected: cls.name,
1937
+ input: payload.value,
1938
+ inst,
1939
+ path: [...(inst._zod.def.path ?? [])],
1940
+ });
1941
+ }
1942
+ };
1943
+ return inst as any;
1944
+ }
1945
+ export { _instanceof as instanceof };
1946
+
1947
+ // stringbool
1948
+ export const stringbool: (_params?: string | core.$ZodStringBoolParams) => ZodMiniCodec<ZodMiniString, ZodMiniBoolean> =
1949
+ (...args) =>
1950
+ core._stringbool(
1951
+ {
1952
+ Codec: ZodMiniCodec,
1953
+ Boolean: ZodMiniBoolean,
1954
+ String: ZodMiniString,
1955
+ },
1956
+ ...args
1957
+ ) as any;
1958
+
1959
+ // json
1960
+
1961
+ // json
1962
+ export type _ZodMiniJSONSchema = ZodMiniUnion<
1963
+ [
1964
+ ZodMiniString,
1965
+ ZodMiniNumber,
1966
+ ZodMiniBoolean,
1967
+ ZodMiniNull,
1968
+ ZodMiniArray<ZodMiniJSONSchema>,
1969
+ ZodMiniRecord<ZodMiniString<string>, ZodMiniJSONSchema>,
1970
+ ]
1971
+ >;
1972
+ export type _ZodMiniJSONSchemaInternals = _ZodMiniJSONSchema["_zod"];
1973
+
1974
+ export interface ZodMiniJSONSchemaInternals extends _ZodMiniJSONSchemaInternals {
1975
+ output: util.JSONType;
1976
+ input: util.JSONType;
1977
+ }
1978
+ export interface ZodMiniJSONSchema extends _ZodMiniJSONSchema {
1979
+ _zod: ZodMiniJSONSchemaInternals;
1980
+ }
1981
+
1982
+ // @__NO_SIDE_EFFECTS__
1983
+ export function json(): ZodMiniJSONSchema {
1984
+ const jsonSchema: any = _lazy(() => {
1985
+ return union([string(), number(), boolean(), _null(), array(jsonSchema), record(string(), jsonSchema)]);
1986
+ });
1987
+ return jsonSchema;
1988
+ }
1989
+
1990
+ // ZodMiniFunction
1991
+ export interface ZodMiniFunction<
1992
+ Args extends core.$ZodFunctionIn = core.$ZodFunctionIn,
1993
+ Returns extends core.$ZodFunctionOut = core.$ZodFunctionOut,
1994
+ > extends _ZodMiniType<core.$ZodFunctionInternals<Args, Returns>>,
1995
+ core.$ZodFunction<Args, Returns> {
1996
+ _def: core.$ZodFunctionDef<Args, Returns>;
1997
+ _input: core.$InferInnerFunctionType<Args, Returns>;
1998
+ _output: core.$InferOuterFunctionType<Args, Returns>;
1999
+
2000
+ input<const Items extends util.TupleItems, const Rest extends core.$ZodFunctionOut = core.$ZodFunctionOut>(
2001
+ args: Items,
2002
+ rest?: Rest
2003
+ ): ZodMiniFunction<ZodMiniTuple<Items, Rest>, Returns>;
2004
+ input<NewArgs extends core.$ZodFunctionIn>(args: NewArgs): ZodMiniFunction<NewArgs, Returns>;
2005
+ input(...args: any[]): ZodMiniFunction<any, Returns>;
2006
+
2007
+ output<NewReturns extends core.$ZodFunctionOut>(output: NewReturns): ZodMiniFunction<Args, NewReturns>;
2008
+ }
2009
+
2010
+ export const ZodMiniFunction: core.$constructor<ZodMiniFunction> = /*@__PURE__*/ core.$constructor(
2011
+ "ZodMiniFunction",
2012
+ (inst, def) => {
2013
+ core.$ZodFunction.init(inst, def);
2014
+ ZodMiniType.init(inst, def);
2015
+ }
2016
+ );
2017
+
2018
+ export function _function(): ZodMiniFunction;
2019
+ export function _function<const In extends Array<SomeType> = Array<SomeType>>(params: {
2020
+ input: In;
2021
+ }): ZodMiniFunction<ZodMiniTuple<In, null>, core.$ZodFunctionOut>;
2022
+ export function _function<
2023
+ const In extends Array<SomeType> = Array<SomeType>,
2024
+ const Out extends core.$ZodFunctionOut = core.$ZodFunctionOut,
2025
+ >(params: {
2026
+ input: In;
2027
+ output: Out;
2028
+ }): ZodMiniFunction<ZodMiniTuple<In, null>, Out>;
2029
+ export function _function<const In extends core.$ZodFunctionIn = core.$ZodFunctionIn>(params: {
2030
+ input: In;
2031
+ }): ZodMiniFunction<In, core.$ZodFunctionOut>;
2032
+ export function _function<const Out extends core.$ZodFunctionOut = core.$ZodFunctionOut>(params: {
2033
+ output: Out;
2034
+ }): ZodMiniFunction<core.$ZodFunctionIn, Out>;
2035
+ export function _function<
2036
+ In extends core.$ZodFunctionIn = core.$ZodFunctionIn,
2037
+ Out extends core.$ZodFunctionOut = core.$ZodFunctionOut,
2038
+ >(params?: { input: In; output: Out }): ZodMiniFunction<In, Out>;
2039
+ // @__NO_SIDE_EFFECTS__
2040
+ export function _function(params?: {
2041
+ output?: core.$ZodFunctionOut;
2042
+ input?: core.$ZodFunctionArgs | Array<SomeType>;
2043
+ }): ZodMiniFunction {
2044
+ return new ZodMiniFunction({
2045
+ type: "function",
2046
+ input: Array.isArray(params?.input) ? tuple(params?.input as any) : (params?.input ?? array(unknown())),
2047
+ output: params?.output ?? unknown(),
2048
+ });
2049
+ }
2050
+
2051
+ export { _function as function };