@supersoniks/concorde 3.2.1 → 3.2.2

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 (1007) hide show
  1. package/build-infos.json +1 -1
  2. package/concorde-core.bundle.js +102 -102
  3. package/concorde-core.es.js +188 -187
  4. package/dist/concorde-core.bundle.js +102 -102
  5. package/dist/concorde-core.es.js +188 -187
  6. package/index.html +0 -0
  7. package/package.json +1 -1
  8. package/scripts/create-search.js +0 -0
  9. package/scripts/generate-routes.js +0 -0
  10. package/src/core/_types/types.ts +0 -0
  11. package/src/core/components/functional/date/date.ts +0 -0
  12. package/src/core/components/functional/functional.ts +0 -0
  13. package/src/core/components/functional/if/if.md +0 -0
  14. package/src/core/components/functional/if/if.test.ts +0 -0
  15. package/src/core/components/functional/list/list.spec.ts +0 -0
  16. package/src/core/components/functional/queue/queue.demo.ts +0 -0
  17. package/src/core/components/functional/router/router.demo.ts +0 -0
  18. package/src/core/components/functional/router/router.md +0 -0
  19. package/src/core/components/functional/router/router.spec.ts +0 -0
  20. package/src/core/components/functional/router/router.ts +0 -0
  21. package/src/core/components/functional/sonic-scope/sonic-scope.ts +0 -0
  22. package/src/core/components/functional/states/states.demo.ts +0 -0
  23. package/src/core/components/functional/states/states.md +0 -0
  24. package/src/core/components/functional/states/states.spec.ts +0 -0
  25. package/src/core/components/functional/states/states.ts +0 -0
  26. package/src/core/components/functional/submit/submit.ts +0 -0
  27. package/src/core/components/functional/translation/translation.ts +0 -0
  28. package/src/core/components/ui/_css/scroll.ts +0 -0
  29. package/src/core/components/ui/_css/shadow.ts +0 -0
  30. package/src/core/components/ui/_css/size.ts +0 -0
  31. package/src/core/components/ui/_css/type.ts +0 -0
  32. package/src/core/components/ui/alert/alert.md +0 -0
  33. package/src/core/components/ui/alert/alert.ts +0 -0
  34. package/src/core/components/ui/alert-messages/alert-messages.md +0 -0
  35. package/src/core/components/ui/badge/badge.md +0 -0
  36. package/src/core/components/ui/badge/badge.ts +0 -0
  37. package/src/core/components/ui/button/button.md +0 -0
  38. package/src/core/components/ui/button/button.ts +0 -0
  39. package/src/core/components/ui/captcha/captcha.md +0 -0
  40. package/src/core/components/ui/captcha/captcha.ts +0 -0
  41. package/src/core/components/ui/card/card-footer.ts +0 -0
  42. package/src/core/components/ui/card/card-header-descripton.ts +0 -0
  43. package/src/core/components/ui/card/card-header.ts +0 -0
  44. package/src/core/components/ui/card/card-main.ts +0 -0
  45. package/src/core/components/ui/card/card.md +0 -0
  46. package/src/core/components/ui/card/card.ts +0 -0
  47. package/src/core/components/ui/divider/divider.ts +0 -0
  48. package/src/core/components/ui/form/checkbox/checkbox.md +0 -0
  49. package/src/core/components/ui/form/checkbox/checkbox.ts +0 -6
  50. package/src/core/components/ui/form/css/form-control.ts +0 -0
  51. package/src/core/components/ui/form/fieldset/fieldset.ts +0 -0
  52. package/src/core/components/ui/form/fieldset/legend-description.ts +0 -0
  53. package/src/core/components/ui/form/fieldset/legend.ts +0 -0
  54. package/src/core/components/ui/form/form-layout/form-layout.md +0 -0
  55. package/src/core/components/ui/form/input/input.md +0 -0
  56. package/src/core/components/ui/form/input-autocomplete/input-autocomplete.md +0 -0
  57. package/src/core/components/ui/form/radio/radio.md +0 -0
  58. package/src/core/components/ui/form/radio/radio.ts +1 -11
  59. package/src/core/components/ui/form/select/select.md +0 -0
  60. package/src/core/components/ui/form/switch/switch.md +0 -0
  61. package/src/core/components/ui/form/switch/switch.ts +0 -0
  62. package/src/core/components/ui/form/textarea/textarea.ts +0 -0
  63. package/src/core/components/ui/icon/icons.ts +14 -3
  64. package/src/core/components/ui/image/image.md +0 -0
  65. package/src/core/components/ui/image/image.ts +0 -0
  66. package/src/core/components/ui/loader/loader.md +0 -0
  67. package/src/core/components/ui/loader/loader.ts +0 -0
  68. package/src/core/components/ui/loader/styles/fixed.ts +0 -0
  69. package/src/core/components/ui/loader/styles/inline.ts +0 -0
  70. package/src/core/components/ui/menu/menu.ts +0 -0
  71. package/src/core/components/ui/modal/modal-actions.ts +0 -0
  72. package/src/core/components/ui/modal/modal-close.ts +0 -0
  73. package/src/core/components/ui/modal/modal-subtitle.ts +0 -0
  74. package/src/core/components/ui/modal/modal-title.ts +0 -0
  75. package/src/core/components/ui/modal/modal.md +0 -0
  76. package/src/core/components/ui/pop/pop.md +0 -0
  77. package/src/core/components/ui/progress/progress.ts +0 -0
  78. package/src/core/components/ui/table/table-tbody.ts +0 -0
  79. package/src/core/components/ui/table/table-th.ts +0 -0
  80. package/src/core/components/ui/table/table.ts +0 -0
  81. package/src/core/components/ui/theme/theme-collection/core-variables.ts +0 -0
  82. package/src/core/components/ui/theme/theme-collection/dark.ts +0 -0
  83. package/src/core/components/ui/theme/theme-collection/light.ts +0 -0
  84. package/src/core/components/ui/theme/theme.ts +0 -0
  85. package/src/core/components/ui/toast/toast-item.ts +0 -0
  86. package/src/core/components/ui/tooltip/tooltip.ts +0 -0
  87. package/src/core/components/ui/ui.ts +0 -0
  88. package/src/core/directives/DataProvider.ts +0 -0
  89. package/src/core/directives/Wording.ts +0 -0
  90. package/src/core/mixins/Fetcher.ts +0 -0
  91. package/src/core/mixins/FormCheckable.ts +0 -0
  92. package/src/core/mixins/TemplatesContainer.ts +0 -0
  93. package/src/core/utils/HTML.ts +0 -0
  94. package/src/core/utils/LocationHandler.ts +0 -0
  95. package/src/core/utils/Objects.ts +0 -0
  96. package/src/core/utils/Utils.ts +0 -0
  97. package/src/core/utils/api.ts +0 -0
  98. package/src/core/utils/route.spec.ts +0 -0
  99. package/src/core/utils/route.ts +0 -0
  100. package/src/docs/code.ts +0 -0
  101. package/src/docs/docs.ts +0 -0
  102. package/src/docs/header/header.ts +0 -0
  103. package/src/docs/layout.ts +0 -0
  104. package/src/docs/navigation/navigation.ts +0 -0
  105. package/src/docs/search/docs-search.json +0 -0
  106. package/src/docs/search/markdown-renderer.ts +0 -0
  107. package/src/docs/search/page.ts +0 -0
  108. package/src/docs/search/search.ts +0 -0
  109. package/src/docs/tailwind/css/tailwind.css +0 -0
  110. package/src/docs/tailwind/css.d.ts +0 -0
  111. package/src/index.ts +0 -0
  112. package/src/test-utils/TestUtils.ts +0 -0
  113. package/src/tsconfig-model.json +0 -0
  114. package/src/tsconfig.json +294 -294
  115. package/tailwind.config.js +0 -0
  116. package/templates-test.html +0 -0
  117. package/vite/config.js +0 -0
  118. package/README.md +0 -163
  119. package/docs/assets/index-C0K6xugr.css +0 -1
  120. package/docs/assets/index-Dgl1lJQo.js +0 -4861
  121. package/docs/css/docs.css +0 -0
  122. package/docs/fonts/ClashGrotesk-Bold.eot +0 -0
  123. package/docs/fonts/ClashGrotesk-Bold.ttf +0 -0
  124. package/docs/fonts/ClashGrotesk-Bold.woff +0 -0
  125. package/docs/fonts/ClashGrotesk-Bold.woff2 +0 -0
  126. package/docs/fonts/ClashGrotesk-Extralight.eot +0 -0
  127. package/docs/fonts/ClashGrotesk-Extralight.ttf +0 -0
  128. package/docs/fonts/ClashGrotesk-Extralight.woff +0 -0
  129. package/docs/fonts/ClashGrotesk-Extralight.woff2 +0 -0
  130. package/docs/fonts/ClashGrotesk-Light.eot +0 -0
  131. package/docs/fonts/ClashGrotesk-Light.ttf +0 -0
  132. package/docs/fonts/ClashGrotesk-Light.woff +0 -0
  133. package/docs/fonts/ClashGrotesk-Light.woff2 +0 -0
  134. package/docs/fonts/ClashGrotesk-Medium.eot +0 -0
  135. package/docs/fonts/ClashGrotesk-Medium.ttf +0 -0
  136. package/docs/fonts/ClashGrotesk-Medium.woff +0 -0
  137. package/docs/fonts/ClashGrotesk-Medium.woff2 +0 -0
  138. package/docs/fonts/ClashGrotesk-Regular.eot +0 -0
  139. package/docs/fonts/ClashGrotesk-Regular.ttf +0 -0
  140. package/docs/fonts/ClashGrotesk-Regular.woff +0 -0
  141. package/docs/fonts/ClashGrotesk-Regular.woff2 +0 -0
  142. package/docs/fonts/ClashGrotesk-Semibold.eot +0 -0
  143. package/docs/fonts/ClashGrotesk-Semibold.ttf +0 -0
  144. package/docs/fonts/ClashGrotesk-Semibold.woff +0 -0
  145. package/docs/fonts/ClashGrotesk-Semibold.woff2 +0 -0
  146. package/docs/fonts/ClashGrotesk-Variable.eot +0 -0
  147. package/docs/fonts/ClashGrotesk-Variable.ttf +0 -0
  148. package/docs/fonts/ClashGrotesk-Variable.woff +0 -0
  149. package/docs/fonts/ClashGrotesk-Variable.woff2 +0 -0
  150. package/docs/img/concorde-icon.svg +0 -5
  151. package/docs/img/concorde-logo.svg +0 -1
  152. package/docs/img/concorde.png +0 -0
  153. package/docs/img/concorde_def.png +0 -0
  154. package/docs/img/concorde_seuil.png.webp +0 -0
  155. package/docs/img/concorde_seuil_invert.png +0 -0
  156. package/docs/img/paul_metrand.jpg +0 -0
  157. package/docs/img/paul_metrand_xs.jpg +0 -0
  158. package/docs/index.html +0 -93
  159. package/docs/src/core/components/functional/date/date.md +0 -290
  160. package/docs/src/core/components/functional/fetch/fetch.md +0 -117
  161. package/docs/src/core/components/functional/if/if.md +0 -16
  162. package/docs/src/core/components/functional/list/list.md +0 -199
  163. package/docs/src/core/components/functional/mix/mix.md +0 -41
  164. package/docs/src/core/components/functional/queue/queue.md +0 -87
  165. package/docs/src/core/components/functional/router/router.md +0 -129
  166. package/docs/src/core/components/functional/sdui/default-library.json +0 -108
  167. package/docs/src/core/components/functional/sdui/example.json +0 -99
  168. package/docs/src/core/components/functional/sdui/sdui.md +0 -356
  169. package/docs/src/core/components/functional/states/states.md +0 -87
  170. package/docs/src/core/components/functional/submit/submit.md +0 -83
  171. package/docs/src/core/components/functional/subscriber/subscriber.md +0 -91
  172. package/docs/src/core/components/functional/value/value.md +0 -35
  173. package/docs/src/core/components/ui/alert/alert.md +0 -121
  174. package/docs/src/core/components/ui/alert-messages/alert-messages.md +0 -0
  175. package/docs/src/core/components/ui/badge/badge.md +0 -127
  176. package/docs/src/core/components/ui/button/button.md +0 -182
  177. package/docs/src/core/components/ui/captcha/captcha.md +0 -24
  178. package/docs/src/core/components/ui/card/card.md +0 -97
  179. package/docs/src/core/components/ui/divider/divider.md +0 -35
  180. package/docs/src/core/components/ui/form/checkbox/checkbox.md +0 -104
  181. package/docs/src/core/components/ui/form/fieldset/fieldset.md +0 -129
  182. package/docs/src/core/components/ui/form/form-actions/form-actions.md +0 -77
  183. package/docs/src/core/components/ui/form/form-layout/form-layout.md +0 -44
  184. package/docs/src/core/components/ui/form/input/input.md +0 -167
  185. package/docs/src/core/components/ui/form/input-autocomplete/input-autocomplete.md +0 -131
  186. package/docs/src/core/components/ui/form/radio/radio.md +0 -84
  187. package/docs/src/core/components/ui/form/select/select.md +0 -97
  188. package/docs/src/core/components/ui/form/switch/switch.md +0 -84
  189. package/docs/src/core/components/ui/form/textarea/textarea.md +0 -65
  190. package/docs/src/core/components/ui/group/group.md +0 -75
  191. package/docs/src/core/components/ui/icon/icon.md +0 -125
  192. package/docs/src/core/components/ui/icon/icons.json +0 -1
  193. package/docs/src/core/components/ui/image/image.md +0 -107
  194. package/docs/src/core/components/ui/link/link.md +0 -43
  195. package/docs/src/core/components/ui/loader/loader.md +0 -67
  196. package/docs/src/core/components/ui/menu/menu.md +0 -288
  197. package/docs/src/core/components/ui/modal/modal.md +0 -123
  198. package/docs/src/core/components/ui/pop/pop.md +0 -96
  199. package/docs/src/core/components/ui/progress/progress.md +0 -63
  200. package/docs/src/core/components/ui/table/table.md +0 -455
  201. package/docs/src/core/components/ui/tooltip/tooltip.md +0 -82
  202. package/docs/src/docs/_core-concept/overview.md +0 -57
  203. package/docs/src/docs/_core-concept/subscriber.md +0 -76
  204. package/docs/src/docs/_getting-started/concorde-outside.md +0 -143
  205. package/docs/src/docs/_getting-started/create-a-component.md +0 -137
  206. package/docs/src/docs/_getting-started/my-first-subscriber.md +0 -174
  207. package/docs/src/docs/_getting-started/pubsub.md +0 -150
  208. package/docs/src/docs/_getting-started/start.md +0 -39
  209. package/docs/src/docs/_getting-started/theming.md +0 -91
  210. package/docs/src/docs/search/docs-search.json +0 -3917
  211. package/docs/src/tag-list.json +0 -1
  212. package/docs/src/tsconfig-model.json +0 -23
  213. package/docs/src/tsconfig.json +0 -918
  214. package/docs/svg/regular/plane.svg +0 -1
  215. package/docs/svg/solid/plane.svg +0 -1
  216. package/mcp-server/COMPARISON-MCP.md +0 -176
  217. package/mcp-server/README-MCP-NODEJS.md +0 -284
  218. package/mcp-server/README-MCP.md +0 -114
  219. package/mcp-server/README.md +0 -127
  220. package/mcp-server/TECHNICAL-DOCS.md +0 -269
  221. package/mcp-server/concorde-mcp-server.js +0 -859
  222. package/mcp-server/concorde-mcp-server.py +0 -801
  223. package/mcp-server/cursor-mcp-config-advanced.json +0 -68
  224. package/mcp-server/cursor-mcp-config-nodejs.json +0 -74
  225. package/mcp-server/cursor-mcp-config.json +0 -11
  226. package/mcp-server/install-mcp-nodejs.sh +0 -104
  227. package/mcp-server/install-mcp.sh +0 -62
  228. package/mcp-server/node_modules/.package-lock.json +0 -133
  229. package/mcp-server/node_modules/@modelcontextprotocol/sdk/LICENSE +0 -7
  230. package/mcp-server/node_modules/@modelcontextprotocol/sdk/README.md +0 -110
  231. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/cli.d.ts +0 -2
  232. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/cli.d.ts.map +0 -1
  233. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/cli.js +0 -129
  234. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/cli.js.map +0 -1
  235. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/index.d.ts +0 -773
  236. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/index.d.ts.map +0 -1
  237. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/index.js +0 -206
  238. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/index.js.map +0 -1
  239. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/index.test.d.ts +0 -2
  240. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/index.test.d.ts.map +0 -1
  241. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/index.test.js +0 -357
  242. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/index.test.js.map +0 -1
  243. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/sse.d.ts +0 -22
  244. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/sse.d.ts.map +0 -1
  245. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/sse.js +0 -91
  246. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/sse.js.map +0 -1
  247. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.d.ts +0 -56
  248. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.d.ts.map +0 -1
  249. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.js +0 -135
  250. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.js.map +0 -1
  251. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.test.d.ts +0 -2
  252. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.test.d.ts.map +0 -1
  253. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.test.js +0 -51
  254. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.test.js.map +0 -1
  255. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/websocket.d.ts +0 -17
  256. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/websocket.d.ts.map +0 -1
  257. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/websocket.js +0 -61
  258. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/websocket.js.map +0 -1
  259. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/inMemory.d.ts +0 -20
  260. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/inMemory.d.ts.map +0 -1
  261. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/inMemory.js +0 -47
  262. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/inMemory.js.map +0 -1
  263. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/inMemory.test.d.ts +0 -2
  264. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/inMemory.test.d.ts.map +0 -1
  265. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/inMemory.test.js +0 -74
  266. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/inMemory.test.js.map +0 -1
  267. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/index.d.ts +0 -112
  268. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/index.d.ts.map +0 -1
  269. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/index.js +0 -182
  270. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/index.js.map +0 -1
  271. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/index.test.d.ts +0 -2
  272. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/index.test.d.ts.map +0 -1
  273. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/index.test.js +0 -360
  274. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/index.test.js.map +0 -1
  275. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/sse.d.ts +0 -46
  276. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/sse.d.ts.map +0 -1
  277. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/sse.js +0 -116
  278. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/sse.js.map +0 -1
  279. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.d.ts +0 -28
  280. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.d.ts.map +0 -1
  281. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.js +0 -69
  282. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.js.map +0 -1
  283. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.test.d.ts +0 -2
  284. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.test.d.ts.map +0 -1
  285. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.test.js +0 -87
  286. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.test.js.map +0 -1
  287. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/protocol.d.ts +0 -149
  288. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/protocol.d.ts.map +0 -1
  289. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/protocol.js +0 -274
  290. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/protocol.js.map +0 -1
  291. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.d.ts +0 -13
  292. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.d.ts.map +0 -1
  293. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.js +0 -31
  294. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.js.map +0 -1
  295. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.test.d.ts +0 -2
  296. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.test.d.ts.map +0 -1
  297. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.test.js +0 -27
  298. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.test.js.map +0 -1
  299. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/transport.d.ts +0 -39
  300. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/transport.d.ts.map +0 -1
  301. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/transport.js +0 -2
  302. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/transport.js.map +0 -1
  303. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/types.d.ts +0 -26424
  304. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/types.d.ts.map +0 -1
  305. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/types.js +0 -996
  306. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/types.js.map +0 -1
  307. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/utils.d.ts +0 -5
  308. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/utils.d.ts.map +0 -1
  309. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/utils.js +0 -11
  310. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/utils.js.map +0 -1
  311. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/utils.test.d.ts +0 -2
  312. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/utils.test.d.ts.map +0 -1
  313. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/utils.test.js +0 -14
  314. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/utils.test.js.map +0 -1
  315. package/mcp-server/node_modules/@modelcontextprotocol/sdk/package.json +0 -61
  316. package/mcp-server/node_modules/bytes/History.md +0 -97
  317. package/mcp-server/node_modules/bytes/LICENSE +0 -23
  318. package/mcp-server/node_modules/bytes/Readme.md +0 -152
  319. package/mcp-server/node_modules/bytes/index.js +0 -170
  320. package/mcp-server/node_modules/bytes/package.json +0 -42
  321. package/mcp-server/node_modules/content-type/HISTORY.md +0 -29
  322. package/mcp-server/node_modules/content-type/LICENSE +0 -22
  323. package/mcp-server/node_modules/content-type/README.md +0 -94
  324. package/mcp-server/node_modules/content-type/index.js +0 -225
  325. package/mcp-server/node_modules/content-type/package.json +0 -42
  326. package/mcp-server/node_modules/depd/History.md +0 -103
  327. package/mcp-server/node_modules/depd/LICENSE +0 -22
  328. package/mcp-server/node_modules/depd/Readme.md +0 -280
  329. package/mcp-server/node_modules/depd/index.js +0 -538
  330. package/mcp-server/node_modules/depd/lib/browser/index.js +0 -77
  331. package/mcp-server/node_modules/depd/package.json +0 -45
  332. package/mcp-server/node_modules/http-errors/HISTORY.md +0 -180
  333. package/mcp-server/node_modules/http-errors/LICENSE +0 -23
  334. package/mcp-server/node_modules/http-errors/README.md +0 -169
  335. package/mcp-server/node_modules/http-errors/index.js +0 -289
  336. package/mcp-server/node_modules/http-errors/package.json +0 -50
  337. package/mcp-server/node_modules/iconv-lite/Changelog.md +0 -236
  338. package/mcp-server/node_modules/iconv-lite/LICENSE +0 -21
  339. package/mcp-server/node_modules/iconv-lite/README.md +0 -138
  340. package/mcp-server/node_modules/iconv-lite/encodings/dbcs-codec.js +0 -532
  341. package/mcp-server/node_modules/iconv-lite/encodings/dbcs-data.js +0 -185
  342. package/mcp-server/node_modules/iconv-lite/encodings/index.js +0 -23
  343. package/mcp-server/node_modules/iconv-lite/encodings/internal.js +0 -218
  344. package/mcp-server/node_modules/iconv-lite/encodings/sbcs-codec.js +0 -75
  345. package/mcp-server/node_modules/iconv-lite/encodings/sbcs-data-generated.js +0 -451
  346. package/mcp-server/node_modules/iconv-lite/encodings/sbcs-data.js +0 -178
  347. package/mcp-server/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
  348. package/mcp-server/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
  349. package/mcp-server/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
  350. package/mcp-server/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
  351. package/mcp-server/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
  352. package/mcp-server/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
  353. package/mcp-server/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -56
  354. package/mcp-server/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
  355. package/mcp-server/node_modules/iconv-lite/encodings/utf16.js +0 -187
  356. package/mcp-server/node_modules/iconv-lite/encodings/utf32.js +0 -307
  357. package/mcp-server/node_modules/iconv-lite/encodings/utf7.js +0 -283
  358. package/mcp-server/node_modules/iconv-lite/lib/bom-handling.js +0 -48
  359. package/mcp-server/node_modules/iconv-lite/lib/helpers/merge-exports.js +0 -13
  360. package/mcp-server/node_modules/iconv-lite/lib/index.d.ts +0 -41
  361. package/mcp-server/node_modules/iconv-lite/lib/index.js +0 -183
  362. package/mcp-server/node_modules/iconv-lite/lib/streams.js +0 -105
  363. package/mcp-server/node_modules/iconv-lite/package.json +0 -59
  364. package/mcp-server/node_modules/inherits/LICENSE +0 -16
  365. package/mcp-server/node_modules/inherits/README.md +0 -42
  366. package/mcp-server/node_modules/inherits/inherits.js +0 -9
  367. package/mcp-server/node_modules/inherits/inherits_browser.js +0 -27
  368. package/mcp-server/node_modules/inherits/package.json +0 -29
  369. package/mcp-server/node_modules/raw-body/HISTORY.md +0 -333
  370. package/mcp-server/node_modules/raw-body/LICENSE +0 -22
  371. package/mcp-server/node_modules/raw-body/README.md +0 -223
  372. package/mcp-server/node_modules/raw-body/SECURITY.md +0 -24
  373. package/mcp-server/node_modules/raw-body/index.d.ts +0 -85
  374. package/mcp-server/node_modules/raw-body/index.js +0 -336
  375. package/mcp-server/node_modules/raw-body/package.json +0 -50
  376. package/mcp-server/node_modules/safer-buffer/LICENSE +0 -21
  377. package/mcp-server/node_modules/safer-buffer/Porting-Buffer.md +0 -268
  378. package/mcp-server/node_modules/safer-buffer/Readme.md +0 -156
  379. package/mcp-server/node_modules/safer-buffer/dangerous.js +0 -58
  380. package/mcp-server/node_modules/safer-buffer/package.json +0 -34
  381. package/mcp-server/node_modules/safer-buffer/safer.js +0 -77
  382. package/mcp-server/node_modules/safer-buffer/tests.js +0 -406
  383. package/mcp-server/node_modules/setprototypeof/LICENSE +0 -13
  384. package/mcp-server/node_modules/setprototypeof/README.md +0 -31
  385. package/mcp-server/node_modules/setprototypeof/index.d.ts +0 -2
  386. package/mcp-server/node_modules/setprototypeof/index.js +0 -17
  387. package/mcp-server/node_modules/setprototypeof/package.json +0 -38
  388. package/mcp-server/node_modules/setprototypeof/test/index.js +0 -24
  389. package/mcp-server/node_modules/statuses/HISTORY.md +0 -82
  390. package/mcp-server/node_modules/statuses/LICENSE +0 -23
  391. package/mcp-server/node_modules/statuses/README.md +0 -136
  392. package/mcp-server/node_modules/statuses/codes.json +0 -65
  393. package/mcp-server/node_modules/statuses/index.js +0 -146
  394. package/mcp-server/node_modules/statuses/package.json +0 -49
  395. package/mcp-server/node_modules/toidentifier/HISTORY.md +0 -9
  396. package/mcp-server/node_modules/toidentifier/LICENSE +0 -21
  397. package/mcp-server/node_modules/toidentifier/README.md +0 -61
  398. package/mcp-server/node_modules/toidentifier/index.js +0 -32
  399. package/mcp-server/node_modules/toidentifier/package.json +0 -38
  400. package/mcp-server/node_modules/unpipe/HISTORY.md +0 -4
  401. package/mcp-server/node_modules/unpipe/LICENSE +0 -22
  402. package/mcp-server/node_modules/unpipe/README.md +0 -43
  403. package/mcp-server/node_modules/unpipe/index.js +0 -69
  404. package/mcp-server/node_modules/unpipe/package.json +0 -27
  405. package/mcp-server/node_modules/zod/LICENSE +0 -21
  406. package/mcp-server/node_modules/zod/README.md +0 -208
  407. package/mcp-server/node_modules/zod/index.cjs +0 -33
  408. package/mcp-server/node_modules/zod/index.d.cts +0 -4
  409. package/mcp-server/node_modules/zod/index.d.ts +0 -4
  410. package/mcp-server/node_modules/zod/index.js +0 -4
  411. package/mcp-server/node_modules/zod/package.json +0 -118
  412. package/mcp-server/node_modules/zod/src/index.ts +0 -4
  413. package/mcp-server/node_modules/zod/src/v3/ZodError.ts +0 -330
  414. package/mcp-server/node_modules/zod/src/v3/benchmarks/datetime.ts +0 -58
  415. package/mcp-server/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +0 -80
  416. package/mcp-server/node_modules/zod/src/v3/benchmarks/index.ts +0 -59
  417. package/mcp-server/node_modules/zod/src/v3/benchmarks/ipv4.ts +0 -57
  418. package/mcp-server/node_modules/zod/src/v3/benchmarks/object.ts +0 -69
  419. package/mcp-server/node_modules/zod/src/v3/benchmarks/primitives.ts +0 -162
  420. package/mcp-server/node_modules/zod/src/v3/benchmarks/realworld.ts +0 -63
  421. package/mcp-server/node_modules/zod/src/v3/benchmarks/string.ts +0 -55
  422. package/mcp-server/node_modules/zod/src/v3/benchmarks/union.ts +0 -80
  423. package/mcp-server/node_modules/zod/src/v3/errors.ts +0 -13
  424. package/mcp-server/node_modules/zod/src/v3/external.ts +0 -6
  425. package/mcp-server/node_modules/zod/src/v3/helpers/enumUtil.ts +0 -17
  426. package/mcp-server/node_modules/zod/src/v3/helpers/errorUtil.ts +0 -8
  427. package/mcp-server/node_modules/zod/src/v3/helpers/parseUtil.ts +0 -176
  428. package/mcp-server/node_modules/zod/src/v3/helpers/partialUtil.ts +0 -34
  429. package/mcp-server/node_modules/zod/src/v3/helpers/typeAliases.ts +0 -2
  430. package/mcp-server/node_modules/zod/src/v3/helpers/util.ts +0 -224
  431. package/mcp-server/node_modules/zod/src/v3/index.ts +0 -4
  432. package/mcp-server/node_modules/zod/src/v3/locales/en.ts +0 -124
  433. package/mcp-server/node_modules/zod/src/v3/standard-schema.ts +0 -113
  434. package/mcp-server/node_modules/zod/src/v3/tests/Mocker.ts +0 -54
  435. package/mcp-server/node_modules/zod/src/v3/tests/all-errors.test.ts +0 -157
  436. package/mcp-server/node_modules/zod/src/v3/tests/anyunknown.test.ts +0 -28
  437. package/mcp-server/node_modules/zod/src/v3/tests/array.test.ts +0 -71
  438. package/mcp-server/node_modules/zod/src/v3/tests/async-parsing.test.ts +0 -388
  439. package/mcp-server/node_modules/zod/src/v3/tests/async-refinements.test.ts +0 -46
  440. package/mcp-server/node_modules/zod/src/v3/tests/base.test.ts +0 -29
  441. package/mcp-server/node_modules/zod/src/v3/tests/bigint.test.ts +0 -55
  442. package/mcp-server/node_modules/zod/src/v3/tests/branded.test.ts +0 -53
  443. package/mcp-server/node_modules/zod/src/v3/tests/catch.test.ts +0 -220
  444. package/mcp-server/node_modules/zod/src/v3/tests/coerce.test.ts +0 -133
  445. package/mcp-server/node_modules/zod/src/v3/tests/complex.test.ts +0 -56
  446. package/mcp-server/node_modules/zod/src/v3/tests/custom.test.ts +0 -31
  447. package/mcp-server/node_modules/zod/src/v3/tests/date.test.ts +0 -32
  448. package/mcp-server/node_modules/zod/src/v3/tests/deepmasking.test.ts +0 -186
  449. package/mcp-server/node_modules/zod/src/v3/tests/default.test.ts +0 -112
  450. package/mcp-server/node_modules/zod/src/v3/tests/description.test.ts +0 -33
  451. package/mcp-server/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +0 -315
  452. package/mcp-server/node_modules/zod/src/v3/tests/enum.test.ts +0 -80
  453. package/mcp-server/node_modules/zod/src/v3/tests/error.test.ts +0 -551
  454. package/mcp-server/node_modules/zod/src/v3/tests/firstparty.test.ts +0 -87
  455. package/mcp-server/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +0 -21
  456. package/mcp-server/node_modules/zod/src/v3/tests/function.test.ts +0 -257
  457. package/mcp-server/node_modules/zod/src/v3/tests/generics.test.ts +0 -48
  458. package/mcp-server/node_modules/zod/src/v3/tests/instanceof.test.ts +0 -37
  459. package/mcp-server/node_modules/zod/src/v3/tests/intersection.test.ts +0 -110
  460. package/mcp-server/node_modules/zod/src/v3/tests/language-server.source.ts +0 -76
  461. package/mcp-server/node_modules/zod/src/v3/tests/language-server.test.ts +0 -207
  462. package/mcp-server/node_modules/zod/src/v3/tests/literal.test.ts +0 -36
  463. package/mcp-server/node_modules/zod/src/v3/tests/map.test.ts +0 -110
  464. package/mcp-server/node_modules/zod/src/v3/tests/masking.test.ts +0 -4
  465. package/mcp-server/node_modules/zod/src/v3/tests/mocker.test.ts +0 -19
  466. package/mcp-server/node_modules/zod/src/v3/tests/nan.test.ts +0 -21
  467. package/mcp-server/node_modules/zod/src/v3/tests/nativeEnum.test.ts +0 -87
  468. package/mcp-server/node_modules/zod/src/v3/tests/nullable.test.ts +0 -42
  469. package/mcp-server/node_modules/zod/src/v3/tests/number.test.ts +0 -176
  470. package/mcp-server/node_modules/zod/src/v3/tests/object-augmentation.test.ts +0 -29
  471. package/mcp-server/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +0 -29
  472. package/mcp-server/node_modules/zod/src/v3/tests/object.test.ts +0 -434
  473. package/mcp-server/node_modules/zod/src/v3/tests/optional.test.ts +0 -42
  474. package/mcp-server/node_modules/zod/src/v3/tests/parseUtil.test.ts +0 -23
  475. package/mcp-server/node_modules/zod/src/v3/tests/parser.test.ts +0 -41
  476. package/mcp-server/node_modules/zod/src/v3/tests/partials.test.ts +0 -243
  477. package/mcp-server/node_modules/zod/src/v3/tests/pickomit.test.ts +0 -111
  478. package/mcp-server/node_modules/zod/src/v3/tests/pipeline.test.ts +0 -29
  479. package/mcp-server/node_modules/zod/src/v3/tests/preprocess.test.ts +0 -186
  480. package/mcp-server/node_modules/zod/src/v3/tests/primitive.test.ts +0 -440
  481. package/mcp-server/node_modules/zod/src/v3/tests/promise.test.ts +0 -90
  482. package/mcp-server/node_modules/zod/src/v3/tests/readonly.test.ts +0 -194
  483. package/mcp-server/node_modules/zod/src/v3/tests/record.test.ts +0 -171
  484. package/mcp-server/node_modules/zod/src/v3/tests/recursive.test.ts +0 -197
  485. package/mcp-server/node_modules/zod/src/v3/tests/refine.test.ts +0 -313
  486. package/mcp-server/node_modules/zod/src/v3/tests/safeparse.test.ts +0 -27
  487. package/mcp-server/node_modules/zod/src/v3/tests/set.test.ts +0 -142
  488. package/mcp-server/node_modules/zod/src/v3/tests/standard-schema.test.ts +0 -83
  489. package/mcp-server/node_modules/zod/src/v3/tests/string.test.ts +0 -916
  490. package/mcp-server/node_modules/zod/src/v3/tests/transformer.test.ts +0 -233
  491. package/mcp-server/node_modules/zod/src/v3/tests/tuple.test.ts +0 -90
  492. package/mcp-server/node_modules/zod/src/v3/tests/unions.test.ts +0 -57
  493. package/mcp-server/node_modules/zod/src/v3/tests/validations.test.ts +0 -133
  494. package/mcp-server/node_modules/zod/src/v3/tests/void.test.ts +0 -15
  495. package/mcp-server/node_modules/zod/src/v3/types.ts +0 -5136
  496. package/mcp-server/node_modules/zod/src/v4/classic/checks.ts +0 -30
  497. package/mcp-server/node_modules/zod/src/v4/classic/coerce.ts +0 -27
  498. package/mcp-server/node_modules/zod/src/v4/classic/compat.ts +0 -66
  499. package/mcp-server/node_modules/zod/src/v4/classic/errors.ts +0 -75
  500. package/mcp-server/node_modules/zod/src/v4/classic/external.ts +0 -50
  501. package/mcp-server/node_modules/zod/src/v4/classic/index.ts +0 -5
  502. package/mcp-server/node_modules/zod/src/v4/classic/iso.ts +0 -90
  503. package/mcp-server/node_modules/zod/src/v4/classic/parse.ts +0 -33
  504. package/mcp-server/node_modules/zod/src/v4/classic/schemas.ts +0 -2054
  505. package/mcp-server/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +0 -26
  506. package/mcp-server/node_modules/zod/src/v4/classic/tests/array.test.ts +0 -264
  507. package/mcp-server/node_modules/zod/src/v4/classic/tests/assignability.test.ts +0 -210
  508. package/mcp-server/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +0 -381
  509. package/mcp-server/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +0 -68
  510. package/mcp-server/node_modules/zod/src/v4/classic/tests/base.test.ts +0 -7
  511. package/mcp-server/node_modules/zod/src/v4/classic/tests/bigint.test.ts +0 -54
  512. package/mcp-server/node_modules/zod/src/v4/classic/tests/brand.test.ts +0 -63
  513. package/mcp-server/node_modules/zod/src/v4/classic/tests/catch.test.ts +0 -252
  514. package/mcp-server/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +0 -20
  515. package/mcp-server/node_modules/zod/src/v4/classic/tests/coerce.test.ts +0 -160
  516. package/mcp-server/node_modules/zod/src/v4/classic/tests/continuability.test.ts +0 -352
  517. package/mcp-server/node_modules/zod/src/v4/classic/tests/custom.test.ts +0 -40
  518. package/mcp-server/node_modules/zod/src/v4/classic/tests/date.test.ts +0 -31
  519. package/mcp-server/node_modules/zod/src/v4/classic/tests/datetime.test.ts +0 -296
  520. package/mcp-server/node_modules/zod/src/v4/classic/tests/default.test.ts +0 -313
  521. package/mcp-server/node_modules/zod/src/v4/classic/tests/description.test.ts +0 -32
  522. package/mcp-server/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +0 -619
  523. package/mcp-server/node_modules/zod/src/v4/classic/tests/enum.test.ts +0 -285
  524. package/mcp-server/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +0 -527
  525. package/mcp-server/node_modules/zod/src/v4/classic/tests/error.test.ts +0 -711
  526. package/mcp-server/node_modules/zod/src/v4/classic/tests/file.test.ts +0 -91
  527. package/mcp-server/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -175
  528. package/mcp-server/node_modules/zod/src/v4/classic/tests/function.test.ts +0 -268
  529. package/mcp-server/node_modules/zod/src/v4/classic/tests/generics.test.ts +0 -72
  530. package/mcp-server/node_modules/zod/src/v4/classic/tests/index.test.ts +0 -829
  531. package/mcp-server/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +0 -34
  532. package/mcp-server/node_modules/zod/src/v4/classic/tests/intersection.test.ts +0 -171
  533. package/mcp-server/node_modules/zod/src/v4/classic/tests/json.test.ts +0 -108
  534. package/mcp-server/node_modules/zod/src/v4/classic/tests/lazy.test.ts +0 -227
  535. package/mcp-server/node_modules/zod/src/v4/classic/tests/literal.test.ts +0 -92
  536. package/mcp-server/node_modules/zod/src/v4/classic/tests/map.test.ts +0 -196
  537. package/mcp-server/node_modules/zod/src/v4/classic/tests/nan.test.ts +0 -21
  538. package/mcp-server/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +0 -168
  539. package/mcp-server/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +0 -86
  540. package/mcp-server/node_modules/zod/src/v4/classic/tests/nullable.test.ts +0 -22
  541. package/mcp-server/node_modules/zod/src/v4/classic/tests/number.test.ts +0 -247
  542. package/mcp-server/node_modules/zod/src/v4/classic/tests/object.test.ts +0 -563
  543. package/mcp-server/node_modules/zod/src/v4/classic/tests/optional.test.ts +0 -123
  544. package/mcp-server/node_modules/zod/src/v4/classic/tests/partial.test.ts +0 -147
  545. package/mcp-server/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +0 -127
  546. package/mcp-server/node_modules/zod/src/v4/classic/tests/pipe.test.ts +0 -81
  547. package/mcp-server/node_modules/zod/src/v4/classic/tests/prefault.test.ts +0 -37
  548. package/mcp-server/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +0 -298
  549. package/mcp-server/node_modules/zod/src/v4/classic/tests/primitive.test.ts +0 -175
  550. package/mcp-server/node_modules/zod/src/v4/classic/tests/promise.test.ts +0 -81
  551. package/mcp-server/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +0 -23
  552. package/mcp-server/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -252
  553. package/mcp-server/node_modules/zod/src/v4/classic/tests/record.test.ts +0 -342
  554. package/mcp-server/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +0 -356
  555. package/mcp-server/node_modules/zod/src/v4/classic/tests/refine.test.ts +0 -532
  556. package/mcp-server/node_modules/zod/src/v4/classic/tests/registries.test.ts +0 -204
  557. package/mcp-server/node_modules/zod/src/v4/classic/tests/set.test.ts +0 -179
  558. package/mcp-server/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +0 -57
  559. package/mcp-server/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +0 -109
  560. package/mcp-server/node_modules/zod/src/v4/classic/tests/string.test.ts +0 -881
  561. package/mcp-server/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +0 -66
  562. package/mcp-server/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +0 -758
  563. package/mcp-server/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +0 -2314
  564. package/mcp-server/node_modules/zod/src/v4/classic/tests/transform.test.ts +0 -250
  565. package/mcp-server/node_modules/zod/src/v4/classic/tests/tuple.test.ts +0 -163
  566. package/mcp-server/node_modules/zod/src/v4/classic/tests/union.test.ts +0 -94
  567. package/mcp-server/node_modules/zod/src/v4/classic/tests/validations.test.ts +0 -283
  568. package/mcp-server/node_modules/zod/src/v4/classic/tests/void.test.ts +0 -12
  569. package/mcp-server/node_modules/zod/src/v4/core/api.ts +0 -1594
  570. package/mcp-server/node_modules/zod/src/v4/core/checks.ts +0 -1283
  571. package/mcp-server/node_modules/zod/src/v4/core/config.ts +0 -15
  572. package/mcp-server/node_modules/zod/src/v4/core/core.ts +0 -134
  573. package/mcp-server/node_modules/zod/src/v4/core/doc.ts +0 -44
  574. package/mcp-server/node_modules/zod/src/v4/core/errors.ts +0 -424
  575. package/mcp-server/node_modules/zod/src/v4/core/function.ts +0 -176
  576. package/mcp-server/node_modules/zod/src/v4/core/index.ts +0 -15
  577. package/mcp-server/node_modules/zod/src/v4/core/json-schema.ts +0 -143
  578. package/mcp-server/node_modules/zod/src/v4/core/parse.ts +0 -94
  579. package/mcp-server/node_modules/zod/src/v4/core/regexes.ts +0 -135
  580. package/mcp-server/node_modules/zod/src/v4/core/registries.ts +0 -96
  581. package/mcp-server/node_modules/zod/src/v4/core/schemas.ts +0 -3842
  582. package/mcp-server/node_modules/zod/src/v4/core/standard-schema.ts +0 -64
  583. package/mcp-server/node_modules/zod/src/v4/core/tests/index.test.ts +0 -46
  584. package/mcp-server/node_modules/zod/src/v4/core/tests/locales/be.test.ts +0 -124
  585. package/mcp-server/node_modules/zod/src/v4/core/tests/locales/en.test.ts +0 -22
  586. package/mcp-server/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +0 -128
  587. package/mcp-server/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +0 -69
  588. package/mcp-server/node_modules/zod/src/v4/core/to-json-schema.ts +0 -977
  589. package/mcp-server/node_modules/zod/src/v4/core/util.ts +0 -775
  590. package/mcp-server/node_modules/zod/src/v4/core/versions.ts +0 -5
  591. package/mcp-server/node_modules/zod/src/v4/core/zsf.ts +0 -323
  592. package/mcp-server/node_modules/zod/src/v4/index.ts +0 -4
  593. package/mcp-server/node_modules/zod/src/v4/locales/ar.ts +0 -125
  594. package/mcp-server/node_modules/zod/src/v4/locales/az.ts +0 -121
  595. package/mcp-server/node_modules/zod/src/v4/locales/be.ts +0 -184
  596. package/mcp-server/node_modules/zod/src/v4/locales/ca.ts +0 -127
  597. package/mcp-server/node_modules/zod/src/v4/locales/cs.ts +0 -142
  598. package/mcp-server/node_modules/zod/src/v4/locales/de.ts +0 -124
  599. package/mcp-server/node_modules/zod/src/v4/locales/en.ts +0 -127
  600. package/mcp-server/node_modules/zod/src/v4/locales/eo.ts +0 -125
  601. package/mcp-server/node_modules/zod/src/v4/locales/es.ts +0 -125
  602. package/mcp-server/node_modules/zod/src/v4/locales/fa.ts +0 -134
  603. package/mcp-server/node_modules/zod/src/v4/locales/fi.ts +0 -131
  604. package/mcp-server/node_modules/zod/src/v4/locales/fr-CA.ts +0 -126
  605. package/mcp-server/node_modules/zod/src/v4/locales/fr.ts +0 -124
  606. package/mcp-server/node_modules/zod/src/v4/locales/he.ts +0 -125
  607. package/mcp-server/node_modules/zod/src/v4/locales/hu.ts +0 -126
  608. package/mcp-server/node_modules/zod/src/v4/locales/id.ts +0 -125
  609. package/mcp-server/node_modules/zod/src/v4/locales/index.ts +0 -39
  610. package/mcp-server/node_modules/zod/src/v4/locales/it.ts +0 -125
  611. package/mcp-server/node_modules/zod/src/v4/locales/ja.ts +0 -122
  612. package/mcp-server/node_modules/zod/src/v4/locales/kh.ts +0 -126
  613. package/mcp-server/node_modules/zod/src/v4/locales/ko.ts +0 -131
  614. package/mcp-server/node_modules/zod/src/v4/locales/mk.ts +0 -127
  615. package/mcp-server/node_modules/zod/src/v4/locales/ms.ts +0 -124
  616. package/mcp-server/node_modules/zod/src/v4/locales/nl.ts +0 -126
  617. package/mcp-server/node_modules/zod/src/v4/locales/no.ts +0 -124
  618. package/mcp-server/node_modules/zod/src/v4/locales/ota.ts +0 -125
  619. package/mcp-server/node_modules/zod/src/v4/locales/pl.ts +0 -126
  620. package/mcp-server/node_modules/zod/src/v4/locales/ps.ts +0 -133
  621. package/mcp-server/node_modules/zod/src/v4/locales/pt.ts +0 -123
  622. package/mcp-server/node_modules/zod/src/v4/locales/ru.ts +0 -184
  623. package/mcp-server/node_modules/zod/src/v4/locales/sl.ts +0 -126
  624. package/mcp-server/node_modules/zod/src/v4/locales/sv.ts +0 -127
  625. package/mcp-server/node_modules/zod/src/v4/locales/ta.ts +0 -125
  626. package/mcp-server/node_modules/zod/src/v4/locales/th.ts +0 -126
  627. package/mcp-server/node_modules/zod/src/v4/locales/tr.ts +0 -121
  628. package/mcp-server/node_modules/zod/src/v4/locales/ua.ts +0 -126
  629. package/mcp-server/node_modules/zod/src/v4/locales/ur.ts +0 -126
  630. package/mcp-server/node_modules/zod/src/v4/locales/vi.ts +0 -125
  631. package/mcp-server/node_modules/zod/src/v4/locales/zh-CN.ts +0 -123
  632. package/mcp-server/node_modules/zod/src/v4/locales/zh-TW.ts +0 -125
  633. package/mcp-server/node_modules/zod/src/v4/mini/checks.ts +0 -32
  634. package/mcp-server/node_modules/zod/src/v4/mini/coerce.ts +0 -22
  635. package/mcp-server/node_modules/zod/src/v4/mini/external.ts +0 -40
  636. package/mcp-server/node_modules/zod/src/v4/mini/index.ts +0 -3
  637. package/mcp-server/node_modules/zod/src/v4/mini/iso.ts +0 -62
  638. package/mcp-server/node_modules/zod/src/v4/mini/parse.ts +0 -1
  639. package/mcp-server/node_modules/zod/src/v4/mini/schemas.ts +0 -1579
  640. package/mcp-server/node_modules/zod/src/v4/mini/tests/assignability.test.ts +0 -129
  641. package/mcp-server/node_modules/zod/src/v4/mini/tests/brand.test.ts +0 -51
  642. package/mcp-server/node_modules/zod/src/v4/mini/tests/checks.test.ts +0 -144
  643. package/mcp-server/node_modules/zod/src/v4/mini/tests/computed.test.ts +0 -36
  644. package/mcp-server/node_modules/zod/src/v4/mini/tests/error.test.ts +0 -22
  645. package/mcp-server/node_modules/zod/src/v4/mini/tests/functions.test.ts +0 -43
  646. package/mcp-server/node_modules/zod/src/v4/mini/tests/index.test.ts +0 -871
  647. package/mcp-server/node_modules/zod/src/v4/mini/tests/number.test.ts +0 -95
  648. package/mcp-server/node_modules/zod/src/v4/mini/tests/object.test.ts +0 -185
  649. package/mcp-server/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +0 -43
  650. package/mcp-server/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +0 -275
  651. package/mcp-server/node_modules/zod/src/v4/mini/tests/string.test.ts +0 -299
  652. package/mcp-server/node_modules/zod/src/v4-mini/index.ts +0 -1
  653. package/mcp-server/node_modules/zod/v3/ZodError.cjs +0 -138
  654. package/mcp-server/node_modules/zod/v3/ZodError.d.cts +0 -164
  655. package/mcp-server/node_modules/zod/v3/ZodError.d.ts +0 -164
  656. package/mcp-server/node_modules/zod/v3/ZodError.js +0 -133
  657. package/mcp-server/node_modules/zod/v3/errors.cjs +0 -17
  658. package/mcp-server/node_modules/zod/v3/errors.d.cts +0 -5
  659. package/mcp-server/node_modules/zod/v3/errors.d.ts +0 -5
  660. package/mcp-server/node_modules/zod/v3/errors.js +0 -9
  661. package/mcp-server/node_modules/zod/v3/external.cjs +0 -22
  662. package/mcp-server/node_modules/zod/v3/external.d.cts +0 -6
  663. package/mcp-server/node_modules/zod/v3/external.d.ts +0 -6
  664. package/mcp-server/node_modules/zod/v3/external.js +0 -6
  665. package/mcp-server/node_modules/zod/v3/helpers/enumUtil.cjs +0 -2
  666. package/mcp-server/node_modules/zod/v3/helpers/enumUtil.d.cts +0 -8
  667. package/mcp-server/node_modules/zod/v3/helpers/enumUtil.d.ts +0 -8
  668. package/mcp-server/node_modules/zod/v3/helpers/enumUtil.js +0 -1
  669. package/mcp-server/node_modules/zod/v3/helpers/errorUtil.cjs +0 -9
  670. package/mcp-server/node_modules/zod/v3/helpers/errorUtil.d.cts +0 -9
  671. package/mcp-server/node_modules/zod/v3/helpers/errorUtil.d.ts +0 -9
  672. package/mcp-server/node_modules/zod/v3/helpers/errorUtil.js +0 -6
  673. package/mcp-server/node_modules/zod/v3/helpers/parseUtil.cjs +0 -124
  674. package/mcp-server/node_modules/zod/v3/helpers/parseUtil.d.cts +0 -78
  675. package/mcp-server/node_modules/zod/v3/helpers/parseUtil.d.ts +0 -78
  676. package/mcp-server/node_modules/zod/v3/helpers/parseUtil.js +0 -109
  677. package/mcp-server/node_modules/zod/v3/helpers/partialUtil.cjs +0 -2
  678. package/mcp-server/node_modules/zod/v3/helpers/partialUtil.d.cts +0 -8
  679. package/mcp-server/node_modules/zod/v3/helpers/partialUtil.d.ts +0 -8
  680. package/mcp-server/node_modules/zod/v3/helpers/partialUtil.js +0 -1
  681. package/mcp-server/node_modules/zod/v3/helpers/typeAliases.cjs +0 -2
  682. package/mcp-server/node_modules/zod/v3/helpers/typeAliases.d.cts +0 -2
  683. package/mcp-server/node_modules/zod/v3/helpers/typeAliases.d.ts +0 -2
  684. package/mcp-server/node_modules/zod/v3/helpers/typeAliases.js +0 -1
  685. package/mcp-server/node_modules/zod/v3/helpers/util.cjs +0 -137
  686. package/mcp-server/node_modules/zod/v3/helpers/util.d.cts +0 -85
  687. package/mcp-server/node_modules/zod/v3/helpers/util.d.ts +0 -85
  688. package/mcp-server/node_modules/zod/v3/helpers/util.js +0 -133
  689. package/mcp-server/node_modules/zod/v3/index.cjs +0 -33
  690. package/mcp-server/node_modules/zod/v3/index.d.cts +0 -4
  691. package/mcp-server/node_modules/zod/v3/index.d.ts +0 -4
  692. package/mcp-server/node_modules/zod/v3/index.js +0 -4
  693. package/mcp-server/node_modules/zod/v3/locales/en.cjs +0 -111
  694. package/mcp-server/node_modules/zod/v3/locales/en.d.cts +0 -3
  695. package/mcp-server/node_modules/zod/v3/locales/en.d.ts +0 -3
  696. package/mcp-server/node_modules/zod/v3/locales/en.js +0 -109
  697. package/mcp-server/node_modules/zod/v3/standard-schema.cjs +0 -2
  698. package/mcp-server/node_modules/zod/v3/standard-schema.d.cts +0 -102
  699. package/mcp-server/node_modules/zod/v3/standard-schema.d.ts +0 -102
  700. package/mcp-server/node_modules/zod/v3/standard-schema.js +0 -1
  701. package/mcp-server/node_modules/zod/v3/types.cjs +0 -3775
  702. package/mcp-server/node_modules/zod/v3/types.d.cts +0 -1031
  703. package/mcp-server/node_modules/zod/v3/types.d.ts +0 -1031
  704. package/mcp-server/node_modules/zod/v3/types.js +0 -3693
  705. package/mcp-server/node_modules/zod/v4/classic/checks.cjs +0 -32
  706. package/mcp-server/node_modules/zod/v4/classic/checks.d.cts +0 -1
  707. package/mcp-server/node_modules/zod/v4/classic/checks.d.ts +0 -1
  708. package/mcp-server/node_modules/zod/v4/classic/checks.js +0 -1
  709. package/mcp-server/node_modules/zod/v4/classic/coerce.cjs +0 -47
  710. package/mcp-server/node_modules/zod/v4/classic/coerce.d.cts +0 -17
  711. package/mcp-server/node_modules/zod/v4/classic/coerce.d.ts +0 -17
  712. package/mcp-server/node_modules/zod/v4/classic/coerce.js +0 -17
  713. package/mcp-server/node_modules/zod/v4/classic/compat.cjs +0 -57
  714. package/mcp-server/node_modules/zod/v4/classic/compat.d.cts +0 -46
  715. package/mcp-server/node_modules/zod/v4/classic/compat.d.ts +0 -46
  716. package/mcp-server/node_modules/zod/v4/classic/compat.js +0 -27
  717. package/mcp-server/node_modules/zod/v4/classic/errors.cjs +0 -67
  718. package/mcp-server/node_modules/zod/v4/classic/errors.d.cts +0 -30
  719. package/mcp-server/node_modules/zod/v4/classic/errors.d.ts +0 -30
  720. package/mcp-server/node_modules/zod/v4/classic/errors.js +0 -41
  721. package/mcp-server/node_modules/zod/v4/classic/external.cjs +0 -70
  722. package/mcp-server/node_modules/zod/v4/classic/external.d.cts +0 -13
  723. package/mcp-server/node_modules/zod/v4/classic/external.d.ts +0 -13
  724. package/mcp-server/node_modules/zod/v4/classic/external.js +0 -18
  725. package/mcp-server/node_modules/zod/v4/classic/index.cjs +0 -33
  726. package/mcp-server/node_modules/zod/v4/classic/index.d.cts +0 -4
  727. package/mcp-server/node_modules/zod/v4/classic/index.d.ts +0 -4
  728. package/mcp-server/node_modules/zod/v4/classic/index.js +0 -4
  729. package/mcp-server/node_modules/zod/v4/classic/iso.cjs +0 -60
  730. package/mcp-server/node_modules/zod/v4/classic/iso.d.cts +0 -22
  731. package/mcp-server/node_modules/zod/v4/classic/iso.d.ts +0 -22
  732. package/mcp-server/node_modules/zod/v4/classic/iso.js +0 -30
  733. package/mcp-server/node_modules/zod/v4/classic/parse.cjs +0 -32
  734. package/mcp-server/node_modules/zod/v4/classic/parse.d.cts +0 -23
  735. package/mcp-server/node_modules/zod/v4/classic/parse.d.ts +0 -23
  736. package/mcp-server/node_modules/zod/v4/classic/parse.js +0 -6
  737. package/mcp-server/node_modules/zod/v4/classic/schemas.cjs +0 -1109
  738. package/mcp-server/node_modules/zod/v4/classic/schemas.d.cts +0 -630
  739. package/mcp-server/node_modules/zod/v4/classic/schemas.d.ts +0 -630
  740. package/mcp-server/node_modules/zod/v4/classic/schemas.js +0 -1006
  741. package/mcp-server/node_modules/zod/v4/core/api.cjs +0 -1039
  742. package/mcp-server/node_modules/zod/v4/core/api.d.cts +0 -284
  743. package/mcp-server/node_modules/zod/v4/core/api.d.ts +0 -284
  744. package/mcp-server/node_modules/zod/v4/core/api.js +0 -906
  745. package/mcp-server/node_modules/zod/v4/core/checks.cjs +0 -591
  746. package/mcp-server/node_modules/zod/v4/core/checks.d.cts +0 -278
  747. package/mcp-server/node_modules/zod/v4/core/checks.d.ts +0 -278
  748. package/mcp-server/node_modules/zod/v4/core/checks.js +0 -565
  749. package/mcp-server/node_modules/zod/v4/core/core.cjs +0 -67
  750. package/mcp-server/node_modules/zod/v4/core/core.d.cts +0 -49
  751. package/mcp-server/node_modules/zod/v4/core/core.d.ts +0 -49
  752. package/mcp-server/node_modules/zod/v4/core/core.js +0 -61
  753. package/mcp-server/node_modules/zod/v4/core/doc.cjs +0 -39
  754. package/mcp-server/node_modules/zod/v4/core/doc.d.cts +0 -14
  755. package/mcp-server/node_modules/zod/v4/core/doc.d.ts +0 -14
  756. package/mcp-server/node_modules/zod/v4/core/doc.js +0 -35
  757. package/mcp-server/node_modules/zod/v4/core/errors.cjs +0 -226
  758. package/mcp-server/node_modules/zod/v4/core/errors.d.cts +0 -208
  759. package/mcp-server/node_modules/zod/v4/core/errors.d.ts +0 -208
  760. package/mcp-server/node_modules/zod/v4/core/errors.js +0 -195
  761. package/mcp-server/node_modules/zod/v4/core/function.cjs +0 -102
  762. package/mcp-server/node_modules/zod/v4/core/function.d.cts +0 -52
  763. package/mcp-server/node_modules/zod/v4/core/function.d.ts +0 -52
  764. package/mcp-server/node_modules/zod/v4/core/function.js +0 -75
  765. package/mcp-server/node_modules/zod/v4/core/index.cjs +0 -44
  766. package/mcp-server/node_modules/zod/v4/core/index.d.cts +0 -15
  767. package/mcp-server/node_modules/zod/v4/core/index.d.ts +0 -15
  768. package/mcp-server/node_modules/zod/v4/core/index.js +0 -15
  769. package/mcp-server/node_modules/zod/v4/core/json-schema.cjs +0 -2
  770. package/mcp-server/node_modules/zod/v4/core/json-schema.d.cts +0 -87
  771. package/mcp-server/node_modules/zod/v4/core/json-schema.d.ts +0 -87
  772. package/mcp-server/node_modules/zod/v4/core/json-schema.js +0 -1
  773. package/mcp-server/node_modules/zod/v4/core/parse.cjs +0 -87
  774. package/mcp-server/node_modules/zod/v4/core/parse.d.cts +0 -25
  775. package/mcp-server/node_modules/zod/v4/core/parse.d.ts +0 -25
  776. package/mcp-server/node_modules/zod/v4/core/parse.js +0 -57
  777. package/mcp-server/node_modules/zod/v4/core/regexes.cjs +0 -103
  778. package/mcp-server/node_modules/zod/v4/core/regexes.d.cts +0 -62
  779. package/mcp-server/node_modules/zod/v4/core/regexes.d.ts +0 -62
  780. package/mcp-server/node_modules/zod/v4/core/regexes.js +0 -95
  781. package/mcp-server/node_modules/zod/v4/core/registries.cjs +0 -56
  782. package/mcp-server/node_modules/zod/v4/core/registries.d.cts +0 -35
  783. package/mcp-server/node_modules/zod/v4/core/registries.d.ts +0 -35
  784. package/mcp-server/node_modules/zod/v4/core/registries.js +0 -51
  785. package/mcp-server/node_modules/zod/v4/core/schemas.cjs +0 -1748
  786. package/mcp-server/node_modules/zod/v4/core/schemas.d.cts +0 -1041
  787. package/mcp-server/node_modules/zod/v4/core/schemas.d.ts +0 -1041
  788. package/mcp-server/node_modules/zod/v4/core/schemas.js +0 -1717
  789. package/mcp-server/node_modules/zod/v4/core/standard-schema.cjs +0 -2
  790. package/mcp-server/node_modules/zod/v4/core/standard-schema.d.cts +0 -55
  791. package/mcp-server/node_modules/zod/v4/core/standard-schema.d.ts +0 -55
  792. package/mcp-server/node_modules/zod/v4/core/standard-schema.js +0 -1
  793. package/mcp-server/node_modules/zod/v4/core/to-json-schema.cjs +0 -854
  794. package/mcp-server/node_modules/zod/v4/core/to-json-schema.d.cts +0 -88
  795. package/mcp-server/node_modules/zod/v4/core/to-json-schema.d.ts +0 -88
  796. package/mcp-server/node_modules/zod/v4/core/to-json-schema.js +0 -849
  797. package/mcp-server/node_modules/zod/v4/core/util.cjs +0 -539
  798. package/mcp-server/node_modules/zod/v4/core/util.d.cts +0 -183
  799. package/mcp-server/node_modules/zod/v4/core/util.d.ts +0 -183
  800. package/mcp-server/node_modules/zod/v4/core/util.js +0 -493
  801. package/mcp-server/node_modules/zod/v4/core/versions.cjs +0 -8
  802. package/mcp-server/node_modules/zod/v4/core/versions.d.cts +0 -5
  803. package/mcp-server/node_modules/zod/v4/core/versions.d.ts +0 -5
  804. package/mcp-server/node_modules/zod/v4/core/versions.js +0 -5
  805. package/mcp-server/node_modules/zod/v4/index.cjs +0 -22
  806. package/mcp-server/node_modules/zod/v4/index.d.cts +0 -3
  807. package/mcp-server/node_modules/zod/v4/index.d.ts +0 -3
  808. package/mcp-server/node_modules/zod/v4/index.js +0 -3
  809. package/mcp-server/node_modules/zod/v4/locales/ar.cjs +0 -142
  810. package/mcp-server/node_modules/zod/v4/locales/ar.d.cts +0 -4
  811. package/mcp-server/node_modules/zod/v4/locales/ar.d.ts +0 -4
  812. package/mcp-server/node_modules/zod/v4/locales/ar.js +0 -116
  813. package/mcp-server/node_modules/zod/v4/locales/az.cjs +0 -141
  814. package/mcp-server/node_modules/zod/v4/locales/az.d.cts +0 -4
  815. package/mcp-server/node_modules/zod/v4/locales/az.d.ts +0 -4
  816. package/mcp-server/node_modules/zod/v4/locales/az.js +0 -115
  817. package/mcp-server/node_modules/zod/v4/locales/be.cjs +0 -190
  818. package/mcp-server/node_modules/zod/v4/locales/be.d.cts +0 -4
  819. package/mcp-server/node_modules/zod/v4/locales/be.d.ts +0 -4
  820. package/mcp-server/node_modules/zod/v4/locales/be.js +0 -164
  821. package/mcp-server/node_modules/zod/v4/locales/ca.cjs +0 -144
  822. package/mcp-server/node_modules/zod/v4/locales/ca.d.cts +0 -4
  823. package/mcp-server/node_modules/zod/v4/locales/ca.d.ts +0 -4
  824. package/mcp-server/node_modules/zod/v4/locales/ca.js +0 -118
  825. package/mcp-server/node_modules/zod/v4/locales/cs.cjs +0 -161
  826. package/mcp-server/node_modules/zod/v4/locales/cs.d.cts +0 -4
  827. package/mcp-server/node_modules/zod/v4/locales/cs.d.ts +0 -4
  828. package/mcp-server/node_modules/zod/v4/locales/cs.js +0 -135
  829. package/mcp-server/node_modules/zod/v4/locales/de.cjs +0 -142
  830. package/mcp-server/node_modules/zod/v4/locales/de.d.cts +0 -4
  831. package/mcp-server/node_modules/zod/v4/locales/de.d.ts +0 -4
  832. package/mcp-server/node_modules/zod/v4/locales/de.js +0 -116
  833. package/mcp-server/node_modules/zod/v4/locales/en.cjs +0 -145
  834. package/mcp-server/node_modules/zod/v4/locales/en.d.cts +0 -5
  835. package/mcp-server/node_modules/zod/v4/locales/en.d.ts +0 -5
  836. package/mcp-server/node_modules/zod/v4/locales/en.js +0 -117
  837. package/mcp-server/node_modules/zod/v4/locales/eo.cjs +0 -144
  838. package/mcp-server/node_modules/zod/v4/locales/eo.d.cts +0 -5
  839. package/mcp-server/node_modules/zod/v4/locales/eo.d.ts +0 -5
  840. package/mcp-server/node_modules/zod/v4/locales/eo.js +0 -116
  841. package/mcp-server/node_modules/zod/v4/locales/es.cjs +0 -143
  842. package/mcp-server/node_modules/zod/v4/locales/es.d.cts +0 -4
  843. package/mcp-server/node_modules/zod/v4/locales/es.d.ts +0 -4
  844. package/mcp-server/node_modules/zod/v4/locales/es.js +0 -117
  845. package/mcp-server/node_modules/zod/v4/locales/fa.cjs +0 -148
  846. package/mcp-server/node_modules/zod/v4/locales/fa.d.cts +0 -4
  847. package/mcp-server/node_modules/zod/v4/locales/fa.d.ts +0 -4
  848. package/mcp-server/node_modules/zod/v4/locales/fa.js +0 -122
  849. package/mcp-server/node_modules/zod/v4/locales/fi.cjs +0 -148
  850. package/mcp-server/node_modules/zod/v4/locales/fi.d.cts +0 -4
  851. package/mcp-server/node_modules/zod/v4/locales/fi.d.ts +0 -4
  852. package/mcp-server/node_modules/zod/v4/locales/fi.js +0 -122
  853. package/mcp-server/node_modules/zod/v4/locales/fr-CA.cjs +0 -143
  854. package/mcp-server/node_modules/zod/v4/locales/fr-CA.d.cts +0 -4
  855. package/mcp-server/node_modules/zod/v4/locales/fr-CA.d.ts +0 -4
  856. package/mcp-server/node_modules/zod/v4/locales/fr-CA.js +0 -117
  857. package/mcp-server/node_modules/zod/v4/locales/fr.cjs +0 -142
  858. package/mcp-server/node_modules/zod/v4/locales/fr.d.cts +0 -4
  859. package/mcp-server/node_modules/zod/v4/locales/fr.d.ts +0 -4
  860. package/mcp-server/node_modules/zod/v4/locales/fr.js +0 -116
  861. package/mcp-server/node_modules/zod/v4/locales/he.cjs +0 -143
  862. package/mcp-server/node_modules/zod/v4/locales/he.d.cts +0 -4
  863. package/mcp-server/node_modules/zod/v4/locales/he.d.ts +0 -4
  864. package/mcp-server/node_modules/zod/v4/locales/he.js +0 -117
  865. package/mcp-server/node_modules/zod/v4/locales/hu.cjs +0 -143
  866. package/mcp-server/node_modules/zod/v4/locales/hu.d.cts +0 -4
  867. package/mcp-server/node_modules/zod/v4/locales/hu.d.ts +0 -4
  868. package/mcp-server/node_modules/zod/v4/locales/hu.js +0 -117
  869. package/mcp-server/node_modules/zod/v4/locales/id.cjs +0 -142
  870. package/mcp-server/node_modules/zod/v4/locales/id.d.cts +0 -4
  871. package/mcp-server/node_modules/zod/v4/locales/id.d.ts +0 -4
  872. package/mcp-server/node_modules/zod/v4/locales/id.js +0 -116
  873. package/mcp-server/node_modules/zod/v4/locales/index.cjs +0 -84
  874. package/mcp-server/node_modules/zod/v4/locales/index.d.cts +0 -39
  875. package/mcp-server/node_modules/zod/v4/locales/index.d.ts +0 -39
  876. package/mcp-server/node_modules/zod/v4/locales/index.js +0 -39
  877. package/mcp-server/node_modules/zod/v4/locales/it.cjs +0 -143
  878. package/mcp-server/node_modules/zod/v4/locales/it.d.cts +0 -4
  879. package/mcp-server/node_modules/zod/v4/locales/it.d.ts +0 -4
  880. package/mcp-server/node_modules/zod/v4/locales/it.js +0 -117
  881. package/mcp-server/node_modules/zod/v4/locales/ja.cjs +0 -141
  882. package/mcp-server/node_modules/zod/v4/locales/ja.d.cts +0 -4
  883. package/mcp-server/node_modules/zod/v4/locales/ja.d.ts +0 -4
  884. package/mcp-server/node_modules/zod/v4/locales/ja.js +0 -115
  885. package/mcp-server/node_modules/zod/v4/locales/kh.cjs +0 -143
  886. package/mcp-server/node_modules/zod/v4/locales/kh.d.cts +0 -4
  887. package/mcp-server/node_modules/zod/v4/locales/kh.d.ts +0 -4
  888. package/mcp-server/node_modules/zod/v4/locales/kh.js +0 -117
  889. package/mcp-server/node_modules/zod/v4/locales/ko.cjs +0 -147
  890. package/mcp-server/node_modules/zod/v4/locales/ko.d.cts +0 -4
  891. package/mcp-server/node_modules/zod/v4/locales/ko.d.ts +0 -4
  892. package/mcp-server/node_modules/zod/v4/locales/ko.js +0 -121
  893. package/mcp-server/node_modules/zod/v4/locales/mk.cjs +0 -144
  894. package/mcp-server/node_modules/zod/v4/locales/mk.d.cts +0 -4
  895. package/mcp-server/node_modules/zod/v4/locales/mk.d.ts +0 -4
  896. package/mcp-server/node_modules/zod/v4/locales/mk.js +0 -118
  897. package/mcp-server/node_modules/zod/v4/locales/ms.cjs +0 -142
  898. package/mcp-server/node_modules/zod/v4/locales/ms.d.cts +0 -4
  899. package/mcp-server/node_modules/zod/v4/locales/ms.d.ts +0 -4
  900. package/mcp-server/node_modules/zod/v4/locales/ms.js +0 -116
  901. package/mcp-server/node_modules/zod/v4/locales/nl.cjs +0 -143
  902. package/mcp-server/node_modules/zod/v4/locales/nl.d.cts +0 -4
  903. package/mcp-server/node_modules/zod/v4/locales/nl.d.ts +0 -4
  904. package/mcp-server/node_modules/zod/v4/locales/nl.js +0 -117
  905. package/mcp-server/node_modules/zod/v4/locales/no.cjs +0 -142
  906. package/mcp-server/node_modules/zod/v4/locales/no.d.cts +0 -4
  907. package/mcp-server/node_modules/zod/v4/locales/no.d.ts +0 -4
  908. package/mcp-server/node_modules/zod/v4/locales/no.js +0 -116
  909. package/mcp-server/node_modules/zod/v4/locales/ota.cjs +0 -143
  910. package/mcp-server/node_modules/zod/v4/locales/ota.d.cts +0 -4
  911. package/mcp-server/node_modules/zod/v4/locales/ota.d.ts +0 -4
  912. package/mcp-server/node_modules/zod/v4/locales/ota.js +0 -117
  913. package/mcp-server/node_modules/zod/v4/locales/pl.cjs +0 -143
  914. package/mcp-server/node_modules/zod/v4/locales/pl.d.cts +0 -4
  915. package/mcp-server/node_modules/zod/v4/locales/pl.d.ts +0 -4
  916. package/mcp-server/node_modules/zod/v4/locales/pl.js +0 -117
  917. package/mcp-server/node_modules/zod/v4/locales/ps.cjs +0 -148
  918. package/mcp-server/node_modules/zod/v4/locales/ps.d.cts +0 -4
  919. package/mcp-server/node_modules/zod/v4/locales/ps.d.ts +0 -4
  920. package/mcp-server/node_modules/zod/v4/locales/ps.js +0 -122
  921. package/mcp-server/node_modules/zod/v4/locales/pt.cjs +0 -142
  922. package/mcp-server/node_modules/zod/v4/locales/pt.d.cts +0 -4
  923. package/mcp-server/node_modules/zod/v4/locales/pt.d.ts +0 -4
  924. package/mcp-server/node_modules/zod/v4/locales/pt.js +0 -116
  925. package/mcp-server/node_modules/zod/v4/locales/ru.cjs +0 -190
  926. package/mcp-server/node_modules/zod/v4/locales/ru.d.cts +0 -4
  927. package/mcp-server/node_modules/zod/v4/locales/ru.d.ts +0 -4
  928. package/mcp-server/node_modules/zod/v4/locales/ru.js +0 -164
  929. package/mcp-server/node_modules/zod/v4/locales/sl.cjs +0 -143
  930. package/mcp-server/node_modules/zod/v4/locales/sl.d.cts +0 -4
  931. package/mcp-server/node_modules/zod/v4/locales/sl.d.ts +0 -4
  932. package/mcp-server/node_modules/zod/v4/locales/sl.js +0 -117
  933. package/mcp-server/node_modules/zod/v4/locales/sv.cjs +0 -144
  934. package/mcp-server/node_modules/zod/v4/locales/sv.d.cts +0 -4
  935. package/mcp-server/node_modules/zod/v4/locales/sv.d.ts +0 -4
  936. package/mcp-server/node_modules/zod/v4/locales/sv.js +0 -118
  937. package/mcp-server/node_modules/zod/v4/locales/ta.cjs +0 -143
  938. package/mcp-server/node_modules/zod/v4/locales/ta.d.cts +0 -4
  939. package/mcp-server/node_modules/zod/v4/locales/ta.d.ts +0 -4
  940. package/mcp-server/node_modules/zod/v4/locales/ta.js +0 -117
  941. package/mcp-server/node_modules/zod/v4/locales/th.cjs +0 -143
  942. package/mcp-server/node_modules/zod/v4/locales/th.d.cts +0 -4
  943. package/mcp-server/node_modules/zod/v4/locales/th.d.ts +0 -4
  944. package/mcp-server/node_modules/zod/v4/locales/th.js +0 -117
  945. package/mcp-server/node_modules/zod/v4/locales/tr.cjs +0 -143
  946. package/mcp-server/node_modules/zod/v4/locales/tr.d.cts +0 -5
  947. package/mcp-server/node_modules/zod/v4/locales/tr.d.ts +0 -5
  948. package/mcp-server/node_modules/zod/v4/locales/tr.js +0 -115
  949. package/mcp-server/node_modules/zod/v4/locales/ua.cjs +0 -143
  950. package/mcp-server/node_modules/zod/v4/locales/ua.d.cts +0 -4
  951. package/mcp-server/node_modules/zod/v4/locales/ua.d.ts +0 -4
  952. package/mcp-server/node_modules/zod/v4/locales/ua.js +0 -117
  953. package/mcp-server/node_modules/zod/v4/locales/ur.cjs +0 -143
  954. package/mcp-server/node_modules/zod/v4/locales/ur.d.cts +0 -4
  955. package/mcp-server/node_modules/zod/v4/locales/ur.d.ts +0 -4
  956. package/mcp-server/node_modules/zod/v4/locales/ur.js +0 -117
  957. package/mcp-server/node_modules/zod/v4/locales/vi.cjs +0 -142
  958. package/mcp-server/node_modules/zod/v4/locales/vi.d.cts +0 -4
  959. package/mcp-server/node_modules/zod/v4/locales/vi.d.ts +0 -4
  960. package/mcp-server/node_modules/zod/v4/locales/vi.js +0 -116
  961. package/mcp-server/node_modules/zod/v4/locales/zh-CN.cjs +0 -142
  962. package/mcp-server/node_modules/zod/v4/locales/zh-CN.d.cts +0 -4
  963. package/mcp-server/node_modules/zod/v4/locales/zh-CN.d.ts +0 -4
  964. package/mcp-server/node_modules/zod/v4/locales/zh-CN.js +0 -116
  965. package/mcp-server/node_modules/zod/v4/locales/zh-TW.cjs +0 -143
  966. package/mcp-server/node_modules/zod/v4/locales/zh-TW.d.cts +0 -4
  967. package/mcp-server/node_modules/zod/v4/locales/zh-TW.d.ts +0 -4
  968. package/mcp-server/node_modules/zod/v4/locales/zh-TW.js +0 -117
  969. package/mcp-server/node_modules/zod/v4/mini/checks.cjs +0 -34
  970. package/mcp-server/node_modules/zod/v4/mini/checks.d.cts +0 -1
  971. package/mcp-server/node_modules/zod/v4/mini/checks.d.ts +0 -1
  972. package/mcp-server/node_modules/zod/v4/mini/checks.js +0 -1
  973. package/mcp-server/node_modules/zod/v4/mini/coerce.cjs +0 -47
  974. package/mcp-server/node_modules/zod/v4/mini/coerce.d.cts +0 -7
  975. package/mcp-server/node_modules/zod/v4/mini/coerce.d.ts +0 -7
  976. package/mcp-server/node_modules/zod/v4/mini/coerce.js +0 -17
  977. package/mcp-server/node_modules/zod/v4/mini/external.cjs +0 -62
  978. package/mcp-server/node_modules/zod/v4/mini/external.d.cts +0 -11
  979. package/mcp-server/node_modules/zod/v4/mini/external.d.ts +0 -11
  980. package/mcp-server/node_modules/zod/v4/mini/external.js +0 -13
  981. package/mcp-server/node_modules/zod/v4/mini/index.cjs +0 -32
  982. package/mcp-server/node_modules/zod/v4/mini/index.d.cts +0 -3
  983. package/mcp-server/node_modules/zod/v4/mini/index.d.ts +0 -3
  984. package/mcp-server/node_modules/zod/v4/mini/index.js +0 -3
  985. package/mcp-server/node_modules/zod/v4/mini/iso.cjs +0 -60
  986. package/mcp-server/node_modules/zod/v4/mini/iso.d.cts +0 -22
  987. package/mcp-server/node_modules/zod/v4/mini/iso.d.ts +0 -22
  988. package/mcp-server/node_modules/zod/v4/mini/iso.js +0 -30
  989. package/mcp-server/node_modules/zod/v4/mini/parse.cjs +0 -8
  990. package/mcp-server/node_modules/zod/v4/mini/parse.d.cts +0 -1
  991. package/mcp-server/node_modules/zod/v4/mini/parse.d.ts +0 -1
  992. package/mcp-server/node_modules/zod/v4/mini/parse.js +0 -1
  993. package/mcp-server/node_modules/zod/v4/mini/schemas.cjs +0 -839
  994. package/mcp-server/node_modules/zod/v4/mini/schemas.d.cts +0 -356
  995. package/mcp-server/node_modules/zod/v4/mini/schemas.d.ts +0 -356
  996. package/mcp-server/node_modules/zod/v4/mini/schemas.js +0 -732
  997. package/mcp-server/node_modules/zod/v4-mini/index.cjs +0 -17
  998. package/mcp-server/node_modules/zod/v4-mini/index.d.cts +0 -1
  999. package/mcp-server/node_modules/zod/v4-mini/index.d.ts +0 -1
  1000. package/mcp-server/node_modules/zod/v4-mini/index.js +0 -1
  1001. package/mcp-server/package-lock.json +0 -147
  1002. package/mcp-server/package-mcp.json +0 -40
  1003. package/mcp-server/package.json +0 -40
  1004. package/mcp-server/test-mcp.js +0 -107
  1005. package/mcp-server/test-mcp.py +0 -73
  1006. package/php/get-challenge.php +0 -34
  1007. package/php/some-service.php +0 -42
@@ -1,3842 +0,0 @@
1
- import type { $ZodTypeDiscriminable } from "./api.js";
2
- import * as checks from "./checks.js";
3
- import * as core from "./core.js";
4
- import { Doc } from "./doc.js";
5
- import type * as errors from "./errors.js";
6
- import { safeParse, safeParseAsync } from "./parse.js";
7
- import * as regexes from "./regexes.js";
8
- import type { StandardSchemaV1 } from "./standard-schema.js";
9
- import * as util from "./util.js";
10
- import { version } from "./versions.js";
11
-
12
- ///////////////////////////// PARSE //////////////////////////////
13
-
14
- export interface ParseContext<T extends errors.$ZodIssueBase = never> {
15
- /** Customize error messages. */
16
- readonly error?: errors.$ZodErrorMap<T>;
17
- /** Include the `input` field in issue objects. Default `false`. */
18
- readonly reportInput?: boolean;
19
- /** Skip eval-based fast path. Default `false`. */
20
- readonly jitless?: boolean;
21
- /** Abort validation after the first error. Default `false`. */
22
- // readonly abortEarly?: boolean;
23
- }
24
-
25
- /** @internal */
26
- export interface ParseContextInternal<T extends errors.$ZodIssueBase = never> extends ParseContext<T> {
27
- readonly async?: boolean | undefined;
28
- }
29
-
30
- export interface ParsePayload<T = unknown> {
31
- value: T;
32
- issues: errors.$ZodRawIssue[];
33
- }
34
-
35
- export type CheckFn<T> = (input: ParsePayload<T>) => util.MaybeAsync<void>;
36
-
37
- ///////////////////////////// SCHEMAS //////////////////////////////
38
-
39
- export interface $ZodTypeDef {
40
- type:
41
- | "string"
42
- | "number"
43
- | "int"
44
- | "boolean"
45
- | "bigint"
46
- | "symbol"
47
- | "null"
48
- | "undefined"
49
- | "void" // merge with undefined?
50
- | "never"
51
- | "any"
52
- | "unknown"
53
- | "date"
54
- | "object"
55
- | "record"
56
- | "file"
57
- | "array"
58
- | "tuple"
59
- | "union"
60
- | "intersection"
61
- | "map"
62
- | "set"
63
- | "enum"
64
- | "literal"
65
- | "nullable"
66
- | "optional"
67
- | "nonoptional"
68
- | "success"
69
- | "transform"
70
- | "default"
71
- | "prefault"
72
- | "catch"
73
- | "nan"
74
- | "pipe"
75
- | "readonly"
76
- | "template_literal"
77
- | "promise"
78
- | "lazy"
79
- | "custom";
80
- error?: errors.$ZodErrorMap<never> | undefined;
81
- checks?: checks.$ZodCheck<never>[];
82
- }
83
-
84
- export interface _$ZodTypeInternals {
85
- /** The `@zod/core` version of this schema */
86
- version: typeof version;
87
-
88
- /** Schema definition. */
89
- def: $ZodTypeDef;
90
- // types: Types;
91
-
92
- /** @internal Randomly generated ID for this schema. */
93
- // id: string;
94
-
95
- /** @internal List of deferred initializers. */
96
- deferred: util.AnyFunc[] | undefined;
97
-
98
- /** @internal Parses input and runs all checks (refinements). */
99
- run(payload: ParsePayload<any>, ctx: ParseContextInternal): util.MaybeAsync<ParsePayload>;
100
-
101
- /** @internal Parses input, doesn't run checks. */
102
- parse(payload: ParsePayload<any>, ctx: ParseContextInternal): util.MaybeAsync<ParsePayload>;
103
-
104
- /** @internal Stores identifiers for the set of traits implemented by this schema. */
105
- traits: Set<string>;
106
-
107
- /** @internal Indicates that a schema output type should be considered optional inside objects.
108
- * @default Required
109
- */
110
-
111
- /** @internal */
112
- optin?: "optional" | undefined;
113
- /** @internal */
114
- optout?: "optional" | undefined;
115
-
116
- /** @internal The set of literal values that will pass validation. Must be an exhaustive set. Used to determine optionality in z.record().
117
- *
118
- * Defined on: enum, const, literal, null, undefined
119
- * Passthrough: optional, nullable, branded, default, catch, pipe
120
- * Todo: unions?
121
- */
122
- values?: util.PrimitiveSet | undefined;
123
-
124
- /** @internal A set of literal discriminators used for the fast path in discriminated unions. */
125
- propValues?: util.PropValues | undefined;
126
-
127
- /** @internal This flag indicates that a schema validation can be represented with a regular expression. Used to determine allowable schemas in z.templateLiteral(). */
128
- pattern: RegExp | undefined;
129
-
130
- /** @internal The constructor function of this schema. */
131
- constr: new (
132
- def: any
133
- ) => $ZodType;
134
-
135
- /** @internal A catchall object for bag metadata related to this schema. Commonly modified by checks using `onattach`. */
136
- bag: Record<string, unknown>;
137
-
138
- /** @internal The set of issues this schema might throw during type checking. */
139
- isst: errors.$ZodIssueBase;
140
-
141
- /** An optional method used to override `toJSONSchema` logic. */
142
- toJSONSchema?: () => unknown;
143
-
144
- /** @internal The parent of this schema. Only set during certain clone operations. */
145
- parent?: $ZodType | undefined;
146
- }
147
- /** @internal */
148
- export interface $ZodTypeInternals<out O = unknown, out I = unknown> extends _$ZodTypeInternals {
149
- /** @internal The inferred output type */
150
- output: O; //extends { $out: infer O } ? O : Out;
151
- /** @internal The inferred input type */
152
- input: I; //extends { $in: infer I } ? I : In;
153
- }
154
-
155
- export type $ZodStandardSchema<T> = StandardSchemaV1.Props<core.input<T>, core.output<T>>;
156
-
157
- export type SomeType = { _zod: _$ZodTypeInternals };
158
-
159
- export interface $ZodType<
160
- O = unknown,
161
- I = unknown,
162
- Internals extends $ZodTypeInternals<O, I> = $ZodTypeInternals<O, I>,
163
- > {
164
- _zod: Internals;
165
- "~standard": $ZodStandardSchema<this>;
166
- }
167
- export interface _$ZodType<T extends $ZodTypeInternals = $ZodTypeInternals>
168
- extends $ZodType<T["output"], T["input"], T> {
169
- // _zod: T;
170
- }
171
-
172
- export const $ZodType: core.$constructor<$ZodType> = /*@__PURE__*/ core.$constructor("$ZodType", (inst, def) => {
173
- inst ??= {} as any;
174
-
175
- inst._zod.def = def; // set _def property
176
- inst._zod.bag = inst._zod.bag || {}; // initialize _bag object
177
- inst._zod.version = version;
178
-
179
- const checks = [...(inst._zod.def.checks ?? [])];
180
-
181
- // if inst is itself a checks.$ZodCheck, run it as a check
182
- if (inst._zod.traits.has("$ZodCheck")) {
183
- checks.unshift(inst as any);
184
- }
185
- //
186
-
187
- for (const ch of checks) {
188
- for (const fn of ch._zod.onattach) {
189
- fn(inst);
190
- }
191
- }
192
-
193
- if (checks.length === 0) {
194
- // deferred initializer
195
- // inst._zod.parse is not yet defined
196
- inst._zod.deferred ??= [];
197
- inst._zod.deferred?.push(() => {
198
- inst._zod.run = inst._zod.parse;
199
- });
200
- } else {
201
- const runChecks = (
202
- payload: ParsePayload,
203
- checks: checks.$ZodCheck<never>[],
204
- ctx?: ParseContextInternal | undefined
205
- ): util.MaybeAsync<ParsePayload> => {
206
- let isAborted = util.aborted(payload);
207
-
208
- let asyncResult!: Promise<unknown> | undefined;
209
- for (const ch of checks) {
210
- if (ch._zod.def.when) {
211
- const shouldRun = ch._zod.def.when(payload);
212
- if (!shouldRun) continue;
213
- } else if (isAborted) {
214
- continue;
215
- }
216
- const currLen = payload.issues.length;
217
- const _ = ch._zod.check(payload as any) as any as ParsePayload;
218
-
219
- if (_ instanceof Promise && ctx?.async === false) {
220
- throw new core.$ZodAsyncError();
221
- }
222
- if (asyncResult || _ instanceof Promise) {
223
- asyncResult = (asyncResult ?? Promise.resolve()).then(async () => {
224
- await _;
225
- const nextLen = payload.issues.length;
226
- if (nextLen === currLen) return;
227
- if (!isAborted) isAborted = util.aborted(payload, currLen);
228
- });
229
- } else {
230
- const nextLen = payload.issues.length;
231
- if (nextLen === currLen) continue;
232
- if (!isAborted) isAborted = util.aborted(payload, currLen);
233
- }
234
- }
235
-
236
- if (asyncResult) {
237
- return asyncResult.then(() => {
238
- return payload;
239
- });
240
- }
241
- return payload;
242
- };
243
-
244
- inst._zod.run = (payload, ctx) => {
245
- const result = inst._zod.parse(payload, ctx);
246
-
247
- if (result instanceof Promise) {
248
- if (ctx.async === false) throw new core.$ZodAsyncError();
249
- return result.then((result) => runChecks(result, checks, ctx));
250
- }
251
-
252
- return runChecks(result, checks, ctx);
253
- };
254
- }
255
-
256
- inst["~standard"] = {
257
- validate: (value: unknown) => {
258
- try {
259
- const r = safeParse(inst, value);
260
- return r.success ? { value: r.data } : { issues: r.error?.issues };
261
- } catch (_) {
262
- return safeParseAsync(inst, value).then((r) => (r.success ? { value: r.data } : { issues: r.error?.issues }));
263
- }
264
- },
265
- vendor: "zod",
266
- version: 1 as const,
267
- };
268
- });
269
-
270
- export { clone } from "./util.js";
271
-
272
- //////////////////////////////////////////
273
- //////////////////////////////////////////
274
- ////////// //////////
275
- ////////// $ZodString //////////
276
- ////////// //////////
277
- //////////////////////////////////////////
278
- //////////////////////////////////////////
279
- export interface $ZodStringDef extends $ZodTypeDef {
280
- type: "string";
281
- coerce?: boolean;
282
- checks?: checks.$ZodCheck<string>[];
283
- }
284
-
285
- export interface $ZodStringInternals<Input> extends $ZodTypeInternals<string, Input> {
286
- def: $ZodStringDef;
287
- /** @deprecated Internal API, use with caution (not deprecated) */
288
- pattern: RegExp;
289
-
290
- /** @deprecated Internal API, use with caution (not deprecated) */
291
- isst: errors.$ZodIssueInvalidType;
292
- bag: util.LoosePartial<{
293
- minimum: number;
294
- maximum: number;
295
- patterns: Set<RegExp>;
296
- format: string;
297
- contentEncoding: string;
298
- }>;
299
- }
300
-
301
- export interface $ZodString<Input = unknown> extends _$ZodType<$ZodStringInternals<Input>> {
302
- // _zod: $ZodStringInternals<Input>;
303
- }
304
-
305
- export const $ZodString: core.$constructor<$ZodString> = /*@__PURE__*/ core.$constructor("$ZodString", (inst, def) => {
306
- $ZodType.init(inst, def);
307
- inst._zod.pattern = [...(inst?._zod.bag?.patterns ?? [])].pop() ?? regexes.string(inst._zod.bag);
308
- inst._zod.parse = (payload, _) => {
309
- if (def.coerce)
310
- try {
311
- payload.value = String(payload.value);
312
- } catch (_) {}
313
-
314
- if (typeof payload.value === "string") return payload;
315
-
316
- payload.issues.push({
317
- expected: "string",
318
- code: "invalid_type",
319
- input: payload.value,
320
- inst,
321
- });
322
- return payload;
323
- };
324
- });
325
-
326
- ////////////////////////////// ZodStringFormat //////////////////////////////
327
-
328
- export interface $ZodStringFormatDef<Format extends string = string>
329
- extends $ZodStringDef,
330
- checks.$ZodCheckStringFormatDef<Format> {}
331
-
332
- export interface $ZodStringFormatInternals<Format extends string = string>
333
- extends $ZodStringInternals<string>,
334
- checks.$ZodCheckStringFormatInternals {
335
- def: $ZodStringFormatDef<Format>;
336
- }
337
- export interface $ZodStringFormat<Format extends string = string> extends $ZodType {
338
- _zod: $ZodStringFormatInternals<Format>;
339
- }
340
-
341
- export const $ZodStringFormat: core.$constructor<$ZodStringFormat> = /*@__PURE__*/ core.$constructor(
342
- "$ZodStringFormat",
343
- (inst, def): void => {
344
- // check initialization must come first
345
- checks.$ZodCheckStringFormat.init(inst, def);
346
- $ZodString.init(inst, def);
347
- }
348
- );
349
-
350
- ////////////////////////////// ZodGUID //////////////////////////////
351
- export interface $ZodGUIDDef extends $ZodStringFormatDef<"guid"> {}
352
- export interface $ZodGUIDInternals extends $ZodStringFormatInternals<"guid"> {}
353
-
354
- export interface $ZodGUID extends $ZodType {
355
- _zod: $ZodGUIDInternals;
356
- }
357
-
358
- export const $ZodGUID: core.$constructor<$ZodGUID> = /*@__PURE__*/ core.$constructor("$ZodGUID", (inst, def): void => {
359
- def.pattern ??= regexes.guid;
360
- $ZodStringFormat.init(inst, def);
361
- });
362
-
363
- ////////////////////////////// ZodUUID //////////////////////////////
364
-
365
- export interface $ZodUUIDDef extends $ZodStringFormatDef<"uuid"> {
366
- version?: "v1" | "v2" | "v3" | "v4" | "v5" | "v6" | "v7" | "v8";
367
- }
368
-
369
- export interface $ZodUUIDInternals extends $ZodStringFormatInternals<"uuid"> {
370
- def: $ZodUUIDDef;
371
- }
372
-
373
- export interface $ZodUUID extends $ZodType {
374
- _zod: $ZodUUIDInternals;
375
- }
376
-
377
- export const $ZodUUID: core.$constructor<$ZodUUID> = /*@__PURE__*/ core.$constructor("$ZodUUID", (inst, def): void => {
378
- if (def.version) {
379
- const versionMap: Record<string, number> = {
380
- v1: 1,
381
- v2: 2,
382
- v3: 3,
383
- v4: 4,
384
- v5: 5,
385
- v6: 6,
386
- v7: 7,
387
- v8: 8,
388
- };
389
- const v = versionMap[def.version];
390
- if (v === undefined) throw new Error(`Invalid UUID version: "${def.version}"`);
391
- def.pattern ??= regexes.uuid(v);
392
- } else def.pattern ??= regexes.uuid();
393
- $ZodStringFormat.init(inst, def);
394
- });
395
-
396
- ////////////////////////////// ZodEmail //////////////////////////////
397
-
398
- export interface $ZodEmailDef extends $ZodStringFormatDef<"email"> {}
399
- export interface $ZodEmailInternals extends $ZodStringFormatInternals<"email"> {}
400
- export interface $ZodEmail extends $ZodType {
401
- _zod: $ZodEmailInternals;
402
- }
403
-
404
- export const $ZodEmail: core.$constructor<$ZodEmail> = /*@__PURE__*/ core.$constructor(
405
- "$ZodEmail",
406
- (inst, def): void => {
407
- def.pattern ??= regexes.email;
408
- $ZodStringFormat.init(inst, def);
409
- }
410
- );
411
-
412
- ////////////////////////////// ZodURL //////////////////////////////
413
-
414
- export interface $ZodURLDef extends $ZodStringFormatDef<"url"> {
415
- hostname?: RegExp | undefined;
416
- protocol?: RegExp | undefined;
417
- }
418
- export interface $ZodURLInternals extends $ZodStringFormatInternals<"url"> {
419
- def: $ZodURLDef;
420
- }
421
-
422
- export interface $ZodURL extends $ZodType {
423
- _zod: $ZodURLInternals;
424
- }
425
-
426
- export const $ZodURL: core.$constructor<$ZodURL> = /*@__PURE__*/ core.$constructor("$ZodURL", (inst, def) => {
427
- $ZodStringFormat.init(inst, def);
428
- inst._zod.check = (payload) => {
429
- try {
430
- const orig = payload.value;
431
- const url = new URL(orig);
432
- const href = url.href;
433
-
434
- if (def.hostname) {
435
- def.hostname.lastIndex = 0;
436
- if (!def.hostname.test(url.hostname)) {
437
- payload.issues.push({
438
- code: "invalid_format",
439
- format: "url",
440
- note: "Invalid hostname",
441
- pattern: regexes.hostname.source,
442
- input: payload.value,
443
- inst,
444
- continue: !def.abort,
445
- });
446
- }
447
- }
448
-
449
- if (def.protocol) {
450
- def.protocol.lastIndex = 0;
451
- if (!def.protocol.test(url.protocol.endsWith(":") ? url.protocol.slice(0, -1) : url.protocol)) {
452
- payload.issues.push({
453
- code: "invalid_format",
454
- format: "url",
455
- note: "Invalid protocol",
456
- pattern: def.protocol.source,
457
- input: payload.value,
458
- inst,
459
- continue: !def.abort,
460
- });
461
- }
462
- }
463
-
464
- // payload.value = url.href;
465
- if (!orig.endsWith("/") && href.endsWith("/")) {
466
- payload.value = href.slice(0, -1);
467
- } else {
468
- payload.value = href;
469
- }
470
-
471
- return;
472
- } catch (_) {
473
- payload.issues.push({
474
- code: "invalid_format",
475
- format: "url",
476
- input: payload.value,
477
- inst,
478
- continue: !def.abort,
479
- });
480
- }
481
- };
482
- });
483
-
484
- ////////////////////////////// ZodEmoji //////////////////////////////
485
-
486
- export interface $ZodEmojiDef extends $ZodStringFormatDef<"emoji"> {}
487
- export interface $ZodEmojiInternals extends $ZodStringFormatInternals<"emoji"> {}
488
-
489
- export interface $ZodEmoji extends $ZodType {
490
- _zod: $ZodEmojiInternals;
491
- }
492
-
493
- export const $ZodEmoji: core.$constructor<$ZodEmoji> = /*@__PURE__*/ core.$constructor(
494
- "$ZodEmoji",
495
- (inst, def): void => {
496
- def.pattern ??= regexes.emoji();
497
- $ZodStringFormat.init(inst, def);
498
- }
499
- );
500
-
501
- ////////////////////////////// ZodNanoID //////////////////////////////
502
-
503
- export interface $ZodNanoIDDef extends $ZodStringFormatDef<"nanoid"> {}
504
- export interface $ZodNanoIDInternals extends $ZodStringFormatInternals<"nanoid"> {}
505
-
506
- export interface $ZodNanoID extends $ZodType {
507
- _zod: $ZodNanoIDInternals;
508
- }
509
-
510
- export const $ZodNanoID: core.$constructor<$ZodNanoID> = /*@__PURE__*/ core.$constructor(
511
- "$ZodNanoID",
512
- (inst, def): void => {
513
- def.pattern ??= regexes.nanoid;
514
- $ZodStringFormat.init(inst, def);
515
- }
516
- );
517
-
518
- ////////////////////////////// ZodCUID //////////////////////////////
519
-
520
- export interface $ZodCUIDDef extends $ZodStringFormatDef<"cuid"> {}
521
- export interface $ZodCUIDInternals extends $ZodStringFormatInternals<"cuid"> {}
522
-
523
- export interface $ZodCUID extends $ZodType {
524
- _zod: $ZodCUIDInternals;
525
- }
526
-
527
- export const $ZodCUID: core.$constructor<$ZodCUID> = /*@__PURE__*/ core.$constructor("$ZodCUID", (inst, def): void => {
528
- def.pattern ??= regexes.cuid;
529
- $ZodStringFormat.init(inst, def);
530
- });
531
-
532
- ////////////////////////////// ZodCUID2 //////////////////////////////
533
-
534
- export interface $ZodCUID2Def extends $ZodStringFormatDef<"cuid2"> {}
535
- export interface $ZodCUID2Internals extends $ZodStringFormatInternals<"cuid2"> {}
536
-
537
- export interface $ZodCUID2 extends $ZodType {
538
- _zod: $ZodCUID2Internals;
539
- }
540
-
541
- export const $ZodCUID2: core.$constructor<$ZodCUID2> = /*@__PURE__*/ core.$constructor(
542
- "$ZodCUID2",
543
- (inst, def): void => {
544
- def.pattern ??= regexes.cuid2;
545
- $ZodStringFormat.init(inst, def);
546
- }
547
- );
548
-
549
- ////////////////////////////// ZodULID //////////////////////////////
550
-
551
- export interface $ZodULIDDef extends $ZodStringFormatDef<"ulid"> {}
552
- export interface $ZodULIDInternals extends $ZodStringFormatInternals<"ulid"> {}
553
-
554
- export interface $ZodULID extends $ZodType {
555
- _zod: $ZodULIDInternals;
556
- }
557
-
558
- export const $ZodULID: core.$constructor<$ZodULID> = /*@__PURE__*/ core.$constructor("$ZodULID", (inst, def): void => {
559
- def.pattern ??= regexes.ulid;
560
- $ZodStringFormat.init(inst, def);
561
- });
562
-
563
- ////////////////////////////// ZodXID //////////////////////////////
564
-
565
- export interface $ZodXIDDef extends $ZodStringFormatDef<"xid"> {}
566
- export interface $ZodXIDInternals extends $ZodStringFormatInternals<"xid"> {}
567
-
568
- export interface $ZodXID extends $ZodType {
569
- _zod: $ZodXIDInternals;
570
- }
571
-
572
- export const $ZodXID: core.$constructor<$ZodXID> = /*@__PURE__*/ core.$constructor("$ZodXID", (inst, def): void => {
573
- def.pattern ??= regexes.xid;
574
- $ZodStringFormat.init(inst, def);
575
- });
576
-
577
- ////////////////////////////// ZodKSUID //////////////////////////////
578
-
579
- export interface $ZodKSUIDDef extends $ZodStringFormatDef<"ksuid"> {}
580
- export interface $ZodKSUIDInternals extends $ZodStringFormatInternals<"ksuid"> {}
581
-
582
- export interface $ZodKSUID extends $ZodType {
583
- _zod: $ZodKSUIDInternals;
584
- }
585
-
586
- export const $ZodKSUID: core.$constructor<$ZodKSUID> = /*@__PURE__*/ core.$constructor(
587
- "$ZodKSUID",
588
- (inst, def): void => {
589
- def.pattern ??= regexes.ksuid;
590
- $ZodStringFormat.init(inst, def);
591
- }
592
- );
593
-
594
- ////////////////////////////// ZodISODateTime //////////////////////////////
595
-
596
- export interface $ZodISODateTimeDef extends $ZodStringFormatDef<"datetime"> {
597
- precision: number | null;
598
- offset: boolean;
599
- local: boolean;
600
- }
601
-
602
- export interface $ZodISODateTimeInternals extends $ZodStringFormatInternals {
603
- def: $ZodISODateTimeDef;
604
- }
605
-
606
- export interface $ZodISODateTime extends $ZodType {
607
- _zod: $ZodISODateTimeInternals;
608
- }
609
-
610
- export const $ZodISODateTime: core.$constructor<$ZodISODateTime> = /*@__PURE__*/ core.$constructor(
611
- "$ZodISODateTime",
612
- (inst, def): void => {
613
- def.pattern ??= regexes.datetime(def);
614
- $ZodStringFormat.init(inst, def);
615
- }
616
- );
617
-
618
- ////////////////////////////// ZodISODate //////////////////////////////
619
-
620
- export interface $ZodISODateDef extends $ZodStringFormatDef<"date"> {}
621
- export interface $ZodISODateInternals extends $ZodStringFormatInternals<"date"> {}
622
-
623
- export interface $ZodISODate extends $ZodType {
624
- _zod: $ZodISODateInternals;
625
- }
626
-
627
- export const $ZodISODate: core.$constructor<$ZodISODate> = /*@__PURE__*/ core.$constructor(
628
- "$ZodISODate",
629
- (inst, def): void => {
630
- def.pattern ??= regexes.date;
631
- $ZodStringFormat.init(inst, def);
632
- }
633
- );
634
-
635
- ////////////////////////////// ZodISOTime //////////////////////////////
636
-
637
- export interface $ZodISOTimeDef extends $ZodStringFormatDef<"time"> {
638
- precision?: number | null;
639
- }
640
-
641
- export interface $ZodISOTimeInternals extends $ZodStringFormatInternals<"time"> {
642
- def: $ZodISOTimeDef;
643
- }
644
-
645
- export interface $ZodISOTime extends $ZodType {
646
- _zod: $ZodISOTimeInternals;
647
- }
648
-
649
- export const $ZodISOTime: core.$constructor<$ZodISOTime> = /*@__PURE__*/ core.$constructor(
650
- "$ZodISOTime",
651
- (inst, def): void => {
652
- def.pattern ??= regexes.time(def);
653
- $ZodStringFormat.init(inst, def);
654
- }
655
- );
656
-
657
- ////////////////////////////// ZodISODuration //////////////////////////////
658
-
659
- export interface $ZodISODurationDef extends $ZodStringFormatDef<"duration"> {}
660
- export interface $ZodISODurationInternals extends $ZodStringFormatInternals<"duration"> {}
661
-
662
- export interface $ZodISODuration extends $ZodType {
663
- _zod: $ZodISODurationInternals;
664
- }
665
-
666
- export const $ZodISODuration: core.$constructor<$ZodISODuration> = /*@__PURE__*/ core.$constructor(
667
- "$ZodISODuration",
668
- (inst, def): void => {
669
- def.pattern ??= regexes.duration;
670
- $ZodStringFormat.init(inst, def);
671
- }
672
- );
673
-
674
- ////////////////////////////// ZodIPv4 //////////////////////////////
675
-
676
- export interface $ZodIPv4Def extends $ZodStringFormatDef<"ipv4"> {
677
- version?: "v4";
678
- }
679
-
680
- export interface $ZodIPv4Internals extends $ZodStringFormatInternals<"ipv4"> {
681
- def: $ZodIPv4Def;
682
- }
683
-
684
- export interface $ZodIPv4 extends $ZodType {
685
- _zod: $ZodIPv4Internals;
686
- }
687
-
688
- export const $ZodIPv4: core.$constructor<$ZodIPv4> = /*@__PURE__*/ core.$constructor("$ZodIPv4", (inst, def): void => {
689
- def.pattern ??= regexes.ipv4;
690
- $ZodStringFormat.init(inst, def);
691
- inst._zod.onattach.push((inst) => {
692
- const bag = inst._zod.bag as $ZodStringInternals<unknown>["bag"];
693
- bag.format = `ipv4`;
694
- });
695
- });
696
-
697
- ////////////////////////////// ZodIPv6 //////////////////////////////
698
-
699
- export interface $ZodIPv6Def extends $ZodStringFormatDef<"ipv6"> {
700
- version?: "v6";
701
- }
702
-
703
- export interface $ZodIPv6Internals extends $ZodStringFormatInternals<"ipv6"> {
704
- def: $ZodIPv6Def;
705
- }
706
-
707
- export interface $ZodIPv6 extends $ZodType {
708
- _zod: $ZodIPv6Internals;
709
- }
710
-
711
- export const $ZodIPv6: core.$constructor<$ZodIPv6> = /*@__PURE__*/ core.$constructor("$ZodIPv6", (inst, def): void => {
712
- def.pattern ??= regexes.ipv6;
713
- $ZodStringFormat.init(inst, def);
714
-
715
- inst._zod.onattach.push((inst) => {
716
- const bag = inst._zod.bag as $ZodStringInternals<unknown>["bag"];
717
- bag.format = `ipv6`;
718
- });
719
-
720
- inst._zod.check = (payload) => {
721
- try {
722
- new URL(`http://[${payload.value}]`);
723
- // return;
724
- } catch {
725
- payload.issues.push({
726
- code: "invalid_format",
727
- format: "ipv6",
728
- input: payload.value,
729
- inst,
730
- continue: !def.abort,
731
- });
732
- }
733
- };
734
- });
735
-
736
- ////////////////////////////// ZodCIDRv4 //////////////////////////////
737
-
738
- export interface $ZodCIDRv4Def extends $ZodStringFormatDef<"cidrv4"> {
739
- version?: "v4";
740
- }
741
-
742
- export interface $ZodCIDRv4Internals extends $ZodStringFormatInternals<"cidrv4"> {
743
- def: $ZodCIDRv4Def;
744
- }
745
-
746
- export interface $ZodCIDRv4 extends $ZodType {
747
- _zod: $ZodCIDRv4Internals;
748
- }
749
-
750
- export const $ZodCIDRv4: core.$constructor<$ZodCIDRv4> = /*@__PURE__*/ core.$constructor(
751
- "$ZodCIDRv4",
752
- (inst, def): void => {
753
- def.pattern ??= regexes.cidrv4;
754
- $ZodStringFormat.init(inst, def);
755
- }
756
- );
757
-
758
- ////////////////////////////// ZodCIDRv6 //////////////////////////////
759
-
760
- export interface $ZodCIDRv6Def extends $ZodStringFormatDef<"cidrv6"> {
761
- version?: "v6";
762
- }
763
-
764
- export interface $ZodCIDRv6Internals extends $ZodStringFormatInternals<"cidrv6"> {
765
- def: $ZodCIDRv6Def;
766
- }
767
-
768
- export interface $ZodCIDRv6 extends $ZodType {
769
- _zod: $ZodCIDRv6Internals;
770
- }
771
-
772
- export const $ZodCIDRv6: core.$constructor<$ZodCIDRv6> = /*@__PURE__*/ core.$constructor(
773
- "$ZodCIDRv6",
774
- (inst, def): void => {
775
- def.pattern ??= regexes.cidrv6; // not used for validation
776
- $ZodStringFormat.init(inst, def);
777
-
778
- inst._zod.check = (payload) => {
779
- const [address, prefix] = payload.value.split("/");
780
- try {
781
- if (!prefix) throw new Error();
782
- const prefixNum = Number(prefix);
783
- if (`${prefixNum}` !== prefix) throw new Error();
784
- if (prefixNum < 0 || prefixNum > 128) throw new Error();
785
- new URL(`http://[${address}]`);
786
- } catch {
787
- payload.issues.push({
788
- code: "invalid_format",
789
- format: "cidrv6",
790
- input: payload.value,
791
- inst,
792
- continue: !def.abort,
793
- });
794
- }
795
- };
796
- }
797
- );
798
-
799
- ////////////////////////////// ZodBase64 //////////////////////////////
800
- export function isValidBase64(data: string): boolean {
801
- if (data === "") return true;
802
- if (data.length % 4 !== 0) return false;
803
- try {
804
- atob(data);
805
- return true;
806
- } catch {
807
- return false;
808
- }
809
- }
810
-
811
- export interface $ZodBase64Def extends $ZodStringFormatDef<"base64"> {}
812
- export interface $ZodBase64Internals extends $ZodStringFormatInternals<"base64"> {}
813
-
814
- export interface $ZodBase64 extends $ZodType {
815
- _zod: $ZodBase64Internals;
816
- }
817
-
818
- export const $ZodBase64: core.$constructor<$ZodBase64> = /*@__PURE__*/ core.$constructor(
819
- "$ZodBase64",
820
- (inst, def): void => {
821
- def.pattern ??= regexes.base64;
822
- $ZodStringFormat.init(inst, def);
823
-
824
- inst._zod.onattach.push((inst) => {
825
- inst._zod.bag.contentEncoding = "base64";
826
- });
827
-
828
- inst._zod.check = (payload) => {
829
- if (isValidBase64(payload.value)) return;
830
-
831
- payload.issues.push({
832
- code: "invalid_format",
833
- format: "base64",
834
- input: payload.value,
835
- inst,
836
- continue: !def.abort,
837
- });
838
- };
839
- }
840
- );
841
-
842
- ////////////////////////////// ZodBase64 //////////////////////////////
843
- export function isValidBase64URL(data: string): boolean {
844
- if (!regexes.base64url.test(data)) return false;
845
- const base64 = data.replace(/[-_]/g, (c) => (c === "-" ? "+" : "/"));
846
- const padded = base64.padEnd(Math.ceil(base64.length / 4) * 4, "=");
847
- return isValidBase64(padded);
848
- }
849
-
850
- export interface $ZodBase64URLDef extends $ZodStringFormatDef<"base64url"> {}
851
- export interface $ZodBase64URLInternals extends $ZodStringFormatInternals<"base64url"> {}
852
-
853
- export interface $ZodBase64URL extends $ZodType {
854
- _zod: $ZodBase64URLInternals;
855
- }
856
-
857
- export const $ZodBase64URL: core.$constructor<$ZodBase64URL> = /*@__PURE__*/ core.$constructor(
858
- "$ZodBase64URL",
859
- (inst, def): void => {
860
- def.pattern ??= regexes.base64url;
861
- $ZodStringFormat.init(inst, def);
862
-
863
- inst._zod.onattach.push((inst) => {
864
- inst._zod.bag.contentEncoding = "base64url";
865
- });
866
-
867
- inst._zod.check = (payload) => {
868
- if (isValidBase64URL(payload.value)) return;
869
-
870
- payload.issues.push({
871
- code: "invalid_format",
872
- format: "base64url",
873
- input: payload.value,
874
- inst,
875
- continue: !def.abort,
876
- });
877
- };
878
- }
879
- );
880
-
881
- ////////////////////////////// ZodE164 //////////////////////////////
882
-
883
- export interface $ZodE164Def extends $ZodStringFormatDef<"e164"> {}
884
- export interface $ZodE164Internals extends $ZodStringFormatInternals<"e164"> {}
885
-
886
- export interface $ZodE164 extends $ZodType {
887
- _zod: $ZodE164Internals;
888
- }
889
-
890
- export const $ZodE164: core.$constructor<$ZodE164> = /*@__PURE__*/ core.$constructor("$ZodE164", (inst, def): void => {
891
- def.pattern ??= regexes.e164;
892
- $ZodStringFormat.init(inst, def);
893
- });
894
-
895
- ////////////////////////////// ZodJWT //////////////////////////////
896
-
897
- export function isValidJWT(token: string, algorithm: util.JWTAlgorithm | null = null): boolean {
898
- try {
899
- const tokensParts = token.split(".");
900
- if (tokensParts.length !== 3) return false;
901
- const [header] = tokensParts;
902
- if (!header) return false;
903
- const parsedHeader = JSON.parse(atob(header));
904
- if ("typ" in parsedHeader && parsedHeader?.typ !== "JWT") return false;
905
- if (!parsedHeader.alg) return false;
906
- if (algorithm && (!("alg" in parsedHeader) || parsedHeader.alg !== algorithm)) return false;
907
- return true;
908
- } catch {
909
- return false;
910
- }
911
- }
912
-
913
- export interface $ZodJWTDef extends $ZodStringFormatDef<"jwt"> {
914
- alg?: util.JWTAlgorithm | undefined;
915
- }
916
-
917
- export interface $ZodJWTInternals extends $ZodStringFormatInternals<"jwt"> {
918
- def: $ZodJWTDef;
919
- }
920
-
921
- export interface $ZodJWT extends $ZodType {
922
- _zod: $ZodJWTInternals;
923
- }
924
-
925
- export const $ZodJWT: core.$constructor<$ZodJWT> = /*@__PURE__*/ core.$constructor("$ZodJWT", (inst, def): void => {
926
- $ZodStringFormat.init(inst, def);
927
- inst._zod.check = (payload) => {
928
- if (isValidJWT(payload.value, def.alg)) return;
929
-
930
- payload.issues.push({
931
- code: "invalid_format",
932
- format: "jwt",
933
- input: payload.value,
934
- inst,
935
- continue: !def.abort,
936
- });
937
- };
938
- });
939
-
940
- ////////////////////////////// ZodCustomStringFormat //////////////////////////////
941
-
942
- export interface $ZodCustomStringFormatDef<Format extends string = string> extends $ZodStringFormatDef<Format> {
943
- fn: (val: string) => unknown;
944
- }
945
-
946
- export interface $ZodCustomStringFormatInternals<Format extends string = string>
947
- extends $ZodStringFormatInternals<Format> {
948
- def: $ZodCustomStringFormatDef<Format>;
949
- }
950
-
951
- export interface $ZodCustomStringFormat<Format extends string = string> extends $ZodStringFormat<Format> {
952
- _zod: $ZodCustomStringFormatInternals<Format>;
953
- }
954
-
955
- export const $ZodCustomStringFormat: core.$constructor<$ZodCustomStringFormat> = /*@__PURE__*/ core.$constructor(
956
- "$ZodCustomStringFormat",
957
- (inst, def): void => {
958
- $ZodStringFormat.init(inst, def);
959
- inst._zod.check = (payload) => {
960
- if (def.fn(payload.value)) return;
961
-
962
- payload.issues.push({
963
- code: "invalid_format",
964
- format: def.format,
965
- input: payload.value,
966
- inst,
967
- continue: !def.abort,
968
- });
969
- };
970
- }
971
- );
972
-
973
- /////////////////////////////////////////
974
- /////////////////////////////////////////
975
- ////////// //////////
976
- ////////// ZodNumber //////////
977
- ////////// //////////
978
- /////////////////////////////////////////
979
- /////////////////////////////////////////
980
-
981
- export interface $ZodNumberDef extends $ZodTypeDef {
982
- type: "number";
983
- coerce?: boolean;
984
- // checks: checks.$ZodCheck<number>[];
985
- }
986
-
987
- export interface $ZodNumberInternals<Input = unknown> extends $ZodTypeInternals<number, Input> {
988
- def: $ZodNumberDef;
989
- /** @deprecated Internal API, use with caution (not deprecated) */
990
- pattern: RegExp;
991
- /** @deprecated Internal API, use with caution (not deprecated) */
992
- isst: errors.$ZodIssueInvalidType;
993
- bag: util.LoosePartial<{
994
- minimum: number;
995
- maximum: number;
996
- exclusiveMinimum: number;
997
- exclusiveMaximum: number;
998
- format: string;
999
- pattern: RegExp;
1000
- }>;
1001
- }
1002
-
1003
- export interface $ZodNumber<Input = unknown> extends $ZodType {
1004
- _zod: $ZodNumberInternals<Input>;
1005
- }
1006
-
1007
- export const $ZodNumber: core.$constructor<$ZodNumber> = /*@__PURE__*/ core.$constructor("$ZodNumber", (inst, def) => {
1008
- $ZodType.init(inst, def);
1009
- inst._zod.pattern = inst._zod.bag.pattern ?? regexes.number;
1010
-
1011
- inst._zod.parse = (payload, _ctx) => {
1012
- if (def.coerce)
1013
- try {
1014
- payload.value = Number(payload.value);
1015
- } catch (_) {}
1016
- const input = payload.value;
1017
- if (typeof input === "number" && !Number.isNaN(input) && Number.isFinite(input)) {
1018
- return payload;
1019
- }
1020
-
1021
- const received =
1022
- typeof input === "number"
1023
- ? Number.isNaN(input)
1024
- ? "NaN"
1025
- : !Number.isFinite(input)
1026
- ? "Infinity"
1027
- : undefined
1028
- : undefined;
1029
-
1030
- payload.issues.push({
1031
- expected: "number",
1032
- code: "invalid_type",
1033
- input,
1034
- inst,
1035
- ...(received ? { received } : {}),
1036
- });
1037
- return payload;
1038
- };
1039
- });
1040
-
1041
- ///////////////////////////////////////////////
1042
- ////////// ZodNumberFormat //////////
1043
- ///////////////////////////////////////////////
1044
- export interface $ZodNumberFormatDef extends $ZodNumberDef, checks.$ZodCheckNumberFormatDef {}
1045
-
1046
- export interface $ZodNumberFormatInternals extends $ZodNumberInternals<number>, checks.$ZodCheckNumberFormatInternals {
1047
- def: $ZodNumberFormatDef;
1048
- isst: errors.$ZodIssueInvalidType;
1049
- }
1050
-
1051
- export interface $ZodNumberFormat extends $ZodType {
1052
- _zod: $ZodNumberFormatInternals;
1053
- }
1054
-
1055
- export const $ZodNumberFormat: core.$constructor<$ZodNumberFormat> = /*@__PURE__*/ core.$constructor(
1056
- "$ZodNumber",
1057
- (inst, def) => {
1058
- checks.$ZodCheckNumberFormat.init(inst, def);
1059
- $ZodNumber.init(inst, def); // no format checksp
1060
- }
1061
- );
1062
-
1063
- ///////////////////////////////////////////
1064
- ///////////////////////////////////////////
1065
- ////////// ///////////
1066
- ////////// $ZodBoolean //////////
1067
- ////////// ///////////
1068
- ///////////////////////////////////////////
1069
- ///////////////////////////////////////////
1070
-
1071
- export interface $ZodBooleanDef extends $ZodTypeDef {
1072
- type: "boolean";
1073
- coerce?: boolean;
1074
- checks?: checks.$ZodCheck<boolean>[];
1075
- }
1076
-
1077
- export interface $ZodBooleanInternals<T = unknown> extends $ZodTypeInternals<boolean, T> {
1078
- pattern: RegExp;
1079
- def: $ZodBooleanDef;
1080
- isst: errors.$ZodIssueInvalidType;
1081
- }
1082
-
1083
- export interface $ZodBoolean<T = unknown> extends $ZodType {
1084
- _zod: $ZodBooleanInternals<T>;
1085
- }
1086
-
1087
- export const $ZodBoolean: core.$constructor<$ZodBoolean> = /*@__PURE__*/ core.$constructor(
1088
- "$ZodBoolean",
1089
- (inst, def) => {
1090
- $ZodType.init(inst, def);
1091
- inst._zod.pattern = regexes.boolean;
1092
-
1093
- inst._zod.parse = (payload, _ctx) => {
1094
- if (def.coerce)
1095
- try {
1096
- payload.value = Boolean(payload.value);
1097
- } catch (_) {}
1098
- const input = payload.value;
1099
- if (typeof input === "boolean") return payload;
1100
- payload.issues.push({
1101
- expected: "boolean",
1102
- code: "invalid_type",
1103
- input,
1104
- inst,
1105
- });
1106
- return payload;
1107
- };
1108
- }
1109
- );
1110
-
1111
- //////////////////////////////////////////
1112
- //////////////////////////////////////////
1113
- ////////// //////////
1114
- ////////// $ZodBigInt //////////
1115
- ////////// //////////
1116
- //////////////////////////////////////////
1117
- //////////////////////////////////////////
1118
-
1119
- export interface $ZodBigIntDef extends $ZodTypeDef {
1120
- type: "bigint";
1121
- coerce?: boolean;
1122
- // checks: checks.$ZodCheck<bigint>[];
1123
- }
1124
-
1125
- export interface $ZodBigIntInternals<T = unknown> extends $ZodTypeInternals<bigint, T> {
1126
- pattern: RegExp;
1127
- /** @internal Internal API, use with caution */
1128
- def: $ZodBigIntDef;
1129
- isst: errors.$ZodIssueInvalidType;
1130
- bag: util.LoosePartial<{
1131
- minimum: bigint;
1132
- maximum: bigint;
1133
- format: string;
1134
- }>;
1135
- }
1136
-
1137
- export interface $ZodBigInt<T = unknown> extends $ZodType {
1138
- _zod: $ZodBigIntInternals<T>;
1139
- }
1140
-
1141
- export const $ZodBigInt: core.$constructor<$ZodBigInt> = /*@__PURE__*/ core.$constructor("$ZodBigInt", (inst, def) => {
1142
- $ZodType.init(inst, def);
1143
- inst._zod.pattern = regexes.bigint;
1144
-
1145
- inst._zod.parse = (payload, _ctx) => {
1146
- if (def.coerce)
1147
- try {
1148
- payload.value = BigInt(payload.value);
1149
- } catch (_) {}
1150
-
1151
- if (typeof payload.value === "bigint") return payload;
1152
- payload.issues.push({
1153
- expected: "bigint",
1154
- code: "invalid_type",
1155
- input: payload.value,
1156
- inst,
1157
- });
1158
- return payload;
1159
- };
1160
- });
1161
-
1162
- ///////////////////////////////////////////////
1163
- ////////// ZodBigIntFormat //////////
1164
- ///////////////////////////////////////////////
1165
- export interface $ZodBigIntFormatDef extends $ZodBigIntDef, checks.$ZodCheckBigIntFormatDef {
1166
- check: "bigint_format";
1167
- }
1168
-
1169
- export interface $ZodBigIntFormatInternals extends $ZodBigIntInternals<bigint>, checks.$ZodCheckBigIntFormatInternals {
1170
- def: $ZodBigIntFormatDef;
1171
- }
1172
-
1173
- export interface $ZodBigIntFormat extends $ZodType {
1174
- _zod: $ZodBigIntFormatInternals;
1175
- }
1176
-
1177
- export const $ZodBigIntFormat: core.$constructor<$ZodBigIntFormat> = /*@__PURE__*/ core.$constructor(
1178
- "$ZodBigInt",
1179
- (inst, def) => {
1180
- checks.$ZodCheckBigIntFormat.init(inst, def);
1181
- $ZodBigInt.init(inst, def); // no format checks
1182
- }
1183
- );
1184
-
1185
- ////////////////////////////////////////////
1186
- ////////////////////////////////////////////
1187
- ////////// //////////
1188
- ////////// $ZodSymbol //////////
1189
- ////////// //////////
1190
- ////////////////////////////////////////////
1191
- ////////////////////////////////////////////
1192
- export interface $ZodSymbolDef extends $ZodTypeDef {
1193
- type: "symbol";
1194
- }
1195
-
1196
- export interface $ZodSymbolInternals extends $ZodTypeInternals<symbol, symbol> {
1197
- def: $ZodSymbolDef;
1198
- isst: errors.$ZodIssueInvalidType;
1199
- }
1200
-
1201
- export interface $ZodSymbol extends $ZodType {
1202
- _zod: $ZodSymbolInternals;
1203
- }
1204
-
1205
- export const $ZodSymbol: core.$constructor<$ZodSymbol> = /*@__PURE__*/ core.$constructor("$ZodSymbol", (inst, def) => {
1206
- $ZodType.init(inst, def);
1207
-
1208
- inst._zod.parse = (payload, _ctx) => {
1209
- const input = payload.value;
1210
- if (typeof input === "symbol") return payload;
1211
- payload.issues.push({
1212
- expected: "symbol",
1213
- code: "invalid_type",
1214
- input,
1215
- inst,
1216
- });
1217
- return payload;
1218
- };
1219
- });
1220
-
1221
- ////////////////////////////////////////////
1222
- ////////////////////////////////////////////
1223
- ////////// //////////
1224
- ////////// $ZodUndefined //////////
1225
- ////////// //////////
1226
- ////////////////////////////////////////////
1227
- ////////////////////////////////////////////
1228
- export interface $ZodUndefinedDef extends $ZodTypeDef {
1229
- type: "undefined";
1230
- }
1231
-
1232
- export interface $ZodUndefinedInternals extends $ZodTypeInternals<undefined, undefined> {
1233
- pattern: RegExp;
1234
- def: $ZodUndefinedDef;
1235
- values: util.PrimitiveSet;
1236
- isst: errors.$ZodIssueInvalidType;
1237
- }
1238
-
1239
- export interface $ZodUndefined extends $ZodType {
1240
- _zod: $ZodUndefinedInternals;
1241
- }
1242
-
1243
- export const $ZodUndefined: core.$constructor<$ZodUndefined> = /*@__PURE__*/ core.$constructor(
1244
- "$ZodUndefined",
1245
- (inst, def) => {
1246
- $ZodType.init(inst, def);
1247
- inst._zod.pattern = regexes.undefined;
1248
- inst._zod.values = new Set([undefined]);
1249
- inst._zod.optin = "optional";
1250
- inst._zod.optout = "optional";
1251
-
1252
- inst._zod.parse = (payload, _ctx) => {
1253
- const input = payload.value;
1254
- if (typeof input === "undefined") return payload;
1255
- payload.issues.push({
1256
- expected: "undefined",
1257
- code: "invalid_type",
1258
- input,
1259
- inst,
1260
- });
1261
- return payload;
1262
- };
1263
- }
1264
- );
1265
-
1266
- ///////////////////////////////////////
1267
- ///////////////////////////////////////
1268
- ////////// //////////
1269
- ////////// $ZodNull /////////
1270
- ////////// //////////
1271
- ///////////////////////////////////////
1272
- ///////////////////////////////////////
1273
-
1274
- export interface $ZodNullDef extends $ZodTypeDef {
1275
- type: "null";
1276
- }
1277
-
1278
- export interface $ZodNullInternals extends $ZodTypeInternals<null, null> {
1279
- pattern: RegExp;
1280
- def: $ZodNullDef;
1281
- values: util.PrimitiveSet;
1282
- isst: errors.$ZodIssueInvalidType;
1283
- }
1284
-
1285
- export interface $ZodNull extends $ZodType {
1286
- _zod: $ZodNullInternals;
1287
- }
1288
-
1289
- export const $ZodNull: core.$constructor<$ZodNull> = /*@__PURE__*/ core.$constructor("$ZodNull", (inst, def) => {
1290
- $ZodType.init(inst, def);
1291
- inst._zod.pattern = regexes.null;
1292
- inst._zod.values = new Set([null]);
1293
-
1294
- inst._zod.parse = (payload, _ctx) => {
1295
- const input = payload.value;
1296
- if (input === null) return payload;
1297
- payload.issues.push({
1298
- expected: "null",
1299
- code: "invalid_type",
1300
- input,
1301
- inst,
1302
- });
1303
- return payload;
1304
- };
1305
- });
1306
-
1307
- //////////////////////////////////////
1308
- //////////////////////////////////////
1309
- ////////// //////////
1310
- ////////// $ZodAny //////////
1311
- ////////// //////////
1312
- //////////////////////////////////////
1313
- //////////////////////////////////////
1314
-
1315
- export interface $ZodAnyDef extends $ZodTypeDef {
1316
- type: "any";
1317
- }
1318
-
1319
- export interface $ZodAnyInternals extends $ZodTypeInternals<any, any> {
1320
- def: $ZodAnyDef;
1321
- isst: never;
1322
- }
1323
-
1324
- export interface $ZodAny extends $ZodType {
1325
- _zod: $ZodAnyInternals;
1326
- }
1327
-
1328
- export const $ZodAny: core.$constructor<$ZodAny> = /*@__PURE__*/ core.$constructor("$ZodAny", (inst, def) => {
1329
- $ZodType.init(inst, def);
1330
-
1331
- inst._zod.parse = (payload) => payload;
1332
- });
1333
-
1334
- //////////////////////////////////////////
1335
- //////////////////////////////////////////
1336
- ////////// //////////
1337
- ////////// $ZodUnknown //////////
1338
- ////////// //////////
1339
- //////////////////////////////////////////
1340
- //////////////////////////////////////////
1341
-
1342
- export interface $ZodUnknownDef extends $ZodTypeDef {
1343
- type: "unknown";
1344
- }
1345
-
1346
- export interface $ZodUnknownInternals extends $ZodTypeInternals<unknown, unknown> {
1347
- def: $ZodUnknownDef;
1348
- isst: never;
1349
- }
1350
-
1351
- export interface $ZodUnknown extends $ZodType {
1352
- _zod: $ZodUnknownInternals;
1353
- }
1354
-
1355
- export const $ZodUnknown: core.$constructor<$ZodUnknown> = /*@__PURE__*/ core.$constructor(
1356
- "$ZodUnknown",
1357
- (inst, def) => {
1358
- $ZodType.init(inst, def);
1359
-
1360
- inst._zod.parse = (payload) => payload;
1361
- }
1362
- );
1363
-
1364
- /////////////////////////////////////////
1365
- /////////////////////////////////////////
1366
- ////////// //////////
1367
- ////////// $ZodNever //////////
1368
- ////////// //////////
1369
- /////////////////////////////////////////
1370
- /////////////////////////////////////////
1371
-
1372
- export interface $ZodNeverDef extends $ZodTypeDef {
1373
- type: "never";
1374
- }
1375
-
1376
- export interface $ZodNeverInternals extends $ZodTypeInternals<never, never> {
1377
- def: $ZodNeverDef;
1378
- isst: errors.$ZodIssueInvalidType;
1379
- }
1380
-
1381
- export interface $ZodNever extends $ZodType {
1382
- _zod: $ZodNeverInternals;
1383
- }
1384
-
1385
- export const $ZodNever: core.$constructor<$ZodNever> = /*@__PURE__*/ core.$constructor("$ZodNever", (inst, def) => {
1386
- $ZodType.init(inst, def);
1387
- inst._zod.parse = (payload, _ctx) => {
1388
- payload.issues.push({
1389
- expected: "never",
1390
- code: "invalid_type",
1391
- input: payload.value,
1392
- inst,
1393
- });
1394
- return payload;
1395
- };
1396
- });
1397
-
1398
- ////////////////////////////////////////
1399
- ////////////////////////////////////////
1400
- ////////// //////////
1401
- ////////// $ZodVoid //////////
1402
- ////////// //////////
1403
- ////////////////////////////////////////
1404
- ////////////////////////////////////////
1405
-
1406
- export interface $ZodVoidDef extends $ZodTypeDef {
1407
- type: "void";
1408
- }
1409
-
1410
- export interface $ZodVoidInternals extends $ZodTypeInternals<void, void> {
1411
- def: $ZodVoidDef;
1412
- isst: errors.$ZodIssueInvalidType;
1413
- }
1414
-
1415
- export interface $ZodVoid extends $ZodType {
1416
- _zod: $ZodVoidInternals;
1417
- }
1418
-
1419
- export const $ZodVoid: core.$constructor<$ZodVoid> = /*@__PURE__*/ core.$constructor("$ZodVoid", (inst, def) => {
1420
- $ZodType.init(inst, def);
1421
-
1422
- inst._zod.parse = (payload, _ctx) => {
1423
- const input = payload.value;
1424
- if (typeof input === "undefined") return payload;
1425
- payload.issues.push({
1426
- expected: "void",
1427
- code: "invalid_type",
1428
- input,
1429
- inst,
1430
- });
1431
- return payload;
1432
- };
1433
- });
1434
-
1435
- ///////////////////////////////////////
1436
- ///////////////////////////////////////
1437
- ////////// ////////
1438
- ////////// $ZodDate ////////
1439
- ////////// ////////
1440
- ///////////////////////////////////////
1441
- ///////////////////////////////////////
1442
- export interface $ZodDateDef extends $ZodTypeDef {
1443
- type: "date";
1444
- coerce?: boolean;
1445
- }
1446
-
1447
- export interface $ZodDateInternals<T = unknown> extends $ZodTypeInternals<Date, T> {
1448
- def: $ZodDateDef;
1449
- isst: errors.$ZodIssueInvalidType; // | errors.$ZodIssueInvalidDate;
1450
- bag: util.LoosePartial<{
1451
- minimum: Date;
1452
- maximum: Date;
1453
- format: string;
1454
- }>;
1455
- }
1456
-
1457
- export interface $ZodDate<T = unknown> extends $ZodType {
1458
- _zod: $ZodDateInternals<T>;
1459
- }
1460
-
1461
- export const $ZodDate: core.$constructor<$ZodDate> = /*@__PURE__*/ core.$constructor("$ZodDate", (inst, def) => {
1462
- $ZodType.init(inst, def);
1463
-
1464
- inst._zod.parse = (payload, _ctx) => {
1465
- if (def.coerce) {
1466
- try {
1467
- payload.value = new Date(payload.value as string | number | Date);
1468
- } catch (_err: any) {}
1469
- }
1470
- const input = payload.value;
1471
-
1472
- const isDate = input instanceof Date;
1473
- const isValidDate = isDate && !Number.isNaN(input.getTime());
1474
- if (isValidDate) return payload;
1475
- payload.issues.push({
1476
- expected: "date",
1477
- code: "invalid_type",
1478
- input,
1479
- ...(isDate ? { received: "Invalid Date" } : {}),
1480
- inst,
1481
- });
1482
-
1483
- return payload;
1484
- };
1485
- });
1486
-
1487
- /////////////////////////////////////////
1488
- /////////////////////////////////////////
1489
- ////////// //////////
1490
- ////////// $ZodArray //////////
1491
- ////////// //////////
1492
- /////////////////////////////////////////
1493
- /////////////////////////////////////////
1494
-
1495
- export interface $ZodArrayDef<T extends SomeType = $ZodType> extends $ZodTypeDef {
1496
- type: "array";
1497
- element: T;
1498
- }
1499
-
1500
- export interface $ZodArrayInternals<T extends SomeType = $ZodType> extends _$ZodTypeInternals {
1501
- //$ZodTypeInternals<core.output<T>[], core.input<T>[]> {
1502
- def: $ZodArrayDef<T>;
1503
- isst: errors.$ZodIssueInvalidType;
1504
- output: core.output<T>[];
1505
- input: core.input<T>[];
1506
- }
1507
-
1508
- export interface $ZodArray<T extends SomeType = $ZodType> extends $ZodType<any, any, $ZodArrayInternals<T>> {}
1509
-
1510
- function handleArrayResult(result: ParsePayload<any>, final: ParsePayload<any[]>, index: number) {
1511
- if (result.issues.length) {
1512
- final.issues.push(...util.prefixIssues(index, result.issues));
1513
- }
1514
- final.value[index] = result.value;
1515
- }
1516
-
1517
- export const $ZodArray: core.$constructor<$ZodArray> = /*@__PURE__*/ core.$constructor("$ZodArray", (inst, def) => {
1518
- $ZodType.init(inst, def);
1519
-
1520
- inst._zod.parse = (payload, ctx) => {
1521
- const input = payload.value;
1522
-
1523
- if (!Array.isArray(input)) {
1524
- payload.issues.push({
1525
- expected: "array",
1526
- code: "invalid_type",
1527
- input,
1528
- inst,
1529
- });
1530
- return payload;
1531
- }
1532
-
1533
- payload.value = Array(input.length);
1534
- const proms: Promise<any>[] = [];
1535
- for (let i = 0; i < input.length; i++) {
1536
- const item = input[i];
1537
- const result = def.element._zod.run(
1538
- {
1539
- value: item,
1540
- issues: [],
1541
- },
1542
- ctx
1543
- );
1544
-
1545
- if (result instanceof Promise) {
1546
- proms.push(result.then((result) => handleArrayResult(result, payload, i)));
1547
- } else {
1548
- handleArrayResult(result, payload, i);
1549
- }
1550
- }
1551
-
1552
- if (proms.length) {
1553
- return Promise.all(proms).then(() => payload);
1554
- }
1555
-
1556
- return payload; //handleArrayResultsAsync(parseResults, final);
1557
- };
1558
- });
1559
-
1560
- //////////////////////////////////////////
1561
- //////////////////////////////////////////
1562
- ////////// //////////
1563
- ////////// $ZodObject //////////
1564
- ////////// //////////
1565
- //////////////////////////////////////////
1566
- //////////////////////////////////////////
1567
-
1568
- type OptionalOutSchema = { _zod: { optout: "optional" } };
1569
- type OptionalInSchema = { _zod: { optin: "optional" } };
1570
-
1571
- export type $InferObjectOutput<T extends $ZodLooseShape, Extra extends Record<string, unknown>> = string extends keyof T
1572
- ? util.IsAny<T[keyof T]> extends true
1573
- ? Record<string, unknown>
1574
- : Record<string, core.output<T[keyof T]>>
1575
- : keyof (T & Extra) extends never
1576
- ? Record<string, never>
1577
- : util.Prettify<
1578
- {
1579
- -readonly [k in keyof T as T[k] extends OptionalOutSchema ? never : k]: T[k]["_zod"]["output"];
1580
- } & {
1581
- -readonly [k in keyof T as T[k] extends OptionalOutSchema ? k : never]?: T[k]["_zod"]["output"];
1582
- } & Extra
1583
- >;
1584
-
1585
- export type $InferObjectInput<T extends $ZodLooseShape, Extra extends Record<string, unknown>> = string extends keyof T
1586
- ? util.IsAny<T[keyof T]> extends true
1587
- ? Record<string, unknown>
1588
- : Record<string, core.input<T[keyof T]>>
1589
- : keyof (T & Extra) extends never
1590
- ? Record<string, never>
1591
- : util.Prettify<
1592
- {
1593
- -readonly [k in keyof T as T[k] extends OptionalInSchema ? never : k]: T[k]["_zod"]["input"];
1594
- } & {
1595
- -readonly [k in keyof T as T[k] extends OptionalInSchema ? k : never]?: T[k]["_zod"]["input"];
1596
- } & Extra
1597
- >;
1598
-
1599
- function handleObjectResult(result: ParsePayload, final: ParsePayload, key: PropertyKey) {
1600
- // if(isOptional)
1601
- if (result.issues.length) {
1602
- final.issues.push(...util.prefixIssues(key, result.issues));
1603
- }
1604
-
1605
- (final.value as any)[key] = result.value;
1606
- }
1607
-
1608
- function handleOptionalObjectResult(result: ParsePayload, final: ParsePayload, key: PropertyKey, input: any) {
1609
- if (result.issues.length) {
1610
- // validation failed against value schema
1611
- if (input[key] === undefined) {
1612
- // if input was undefined, ignore the error
1613
- if (key in input) {
1614
- (final.value as any)[key] = undefined;
1615
- } else {
1616
- (final.value as any)[key] = result.value;
1617
- }
1618
- } else {
1619
- final.issues.push(...util.prefixIssues(key, result.issues));
1620
- }
1621
- } else if (result.value === undefined) {
1622
- // validation returned `undefined`
1623
- if (key in input) (final.value as any)[key] = undefined;
1624
- } else {
1625
- // non-undefined value
1626
- (final.value as any)[key] = result.value;
1627
- }
1628
- }
1629
-
1630
- export type $ZodObjectConfig = { out: Record<string, unknown>; in: Record<string, unknown> };
1631
-
1632
- export type $loose = {
1633
- out: Record<string, unknown>;
1634
- in: Record<string, unknown>;
1635
- };
1636
- export type $strict = {
1637
- out: {};
1638
- in: {};
1639
- };
1640
- export type $strip = {
1641
- out: {};
1642
- in: {};
1643
- };
1644
-
1645
- export type $catchall<T extends SomeType> = {
1646
- out: { [k: string]: core.output<T> };
1647
- in: { [k: string]: core.input<T> };
1648
- };
1649
-
1650
- export type $ZodShape = Readonly<{ [k: string]: $ZodType }>;
1651
-
1652
- export interface $ZodObjectDef<Shape extends $ZodShape = $ZodShape> extends $ZodTypeDef {
1653
- type: "object";
1654
- shape: Shape;
1655
- catchall?: $ZodType | undefined;
1656
- }
1657
-
1658
- export interface $ZodObjectInternals<
1659
- /** @ts-ignore Cast variance */
1660
- out Shape extends Readonly<$ZodShape> = Readonly<$ZodShape>,
1661
- out Config extends $ZodObjectConfig = $ZodObjectConfig,
1662
- > extends _$ZodTypeInternals {
1663
- def: $ZodObjectDef<Shape>;
1664
- config: Config;
1665
- isst: errors.$ZodIssueInvalidType | errors.$ZodIssueUnrecognizedKeys;
1666
- propValues: util.PropValues;
1667
- output: $InferObjectOutput<Shape, Config["out"]>;
1668
- input: $InferObjectInput<Shape, Config["in"]>;
1669
- }
1670
- export type $ZodLooseShape = Record<string, any>;
1671
-
1672
- export interface $ZodObject<
1673
- /** @ts-ignore Cast variance */
1674
- out Shape extends Readonly<$ZodShape> = Readonly<$ZodShape>,
1675
- out Params extends $ZodObjectConfig = $ZodObjectConfig,
1676
- > extends $ZodType<any, any, $ZodObjectInternals<Shape, Params>> {
1677
- "~standard": $ZodStandardSchema<this>;
1678
- }
1679
-
1680
- export const $ZodObject: core.$constructor<$ZodObject> = /*@__PURE__*/ core.$constructor("$ZodObject", (inst, def) => {
1681
- // requires cast because technically $ZodObject doesn't extend
1682
- $ZodType.init(inst, def);
1683
-
1684
- const _normalized = util.cached(() => {
1685
- const keys = Object.keys(def.shape);
1686
- for (const k of keys) {
1687
- if (!(def.shape[k] instanceof $ZodType)) {
1688
- throw new Error(`Invalid element at key "${k}": expected a Zod schema`);
1689
- }
1690
- }
1691
- const okeys = util.optionalKeys(def.shape);
1692
-
1693
- return {
1694
- shape: def.shape,
1695
- keys,
1696
- keySet: new Set(keys),
1697
- numKeys: keys.length,
1698
- optionalKeys: new Set(okeys),
1699
- };
1700
- });
1701
-
1702
- util.defineLazy(inst._zod, "propValues", () => {
1703
- const shape = def.shape;
1704
- const propValues: util.PropValues = {};
1705
- for (const key in shape) {
1706
- const field = shape[key]!._zod;
1707
- if (field.values) {
1708
- propValues[key] ??= new Set();
1709
- for (const v of field.values) propValues[key].add(v);
1710
- }
1711
- }
1712
- return propValues;
1713
- });
1714
-
1715
- const generateFastpass = (shape: any) => {
1716
- const doc = new Doc(["shape", "payload", "ctx"]);
1717
- const normalized = _normalized.value;
1718
-
1719
- const parseStr = (key: string) => {
1720
- const k = util.esc(key);
1721
- return `shape[${k}]._zod.run({ value: input[${k}], issues: [] }, ctx)`;
1722
- };
1723
-
1724
- doc.write(`const input = payload.value;`);
1725
-
1726
- const ids: any = Object.create(null);
1727
- let counter = 0;
1728
- for (const key of normalized.keys) {
1729
- ids[key] = `key_${counter++}`;
1730
- }
1731
-
1732
- // A: preserve key order {
1733
- doc.write(`const newResult = {}`);
1734
- for (const key of normalized.keys) {
1735
- if (normalized.optionalKeys.has(key)) {
1736
- const id = ids[key];
1737
- doc.write(`const ${id} = ${parseStr(key)};`);
1738
- const k = util.esc(key);
1739
- doc.write(`
1740
- if (${id}.issues.length) {
1741
- if (input[${k}] === undefined) {
1742
- if (${k} in input) {
1743
- newResult[${k}] = undefined;
1744
- }
1745
- } else {
1746
- payload.issues = payload.issues.concat(
1747
- ${id}.issues.map((iss) => ({
1748
- ...iss,
1749
- path: iss.path ? [${k}, ...iss.path] : [${k}],
1750
- }))
1751
- );
1752
- }
1753
- } else if (${id}.value === undefined) {
1754
- if (${k} in input) newResult[${k}] = undefined;
1755
- } else {
1756
- newResult[${k}] = ${id}.value;
1757
- }
1758
- `);
1759
- } else {
1760
- const id = ids[key];
1761
- // const id = ids[key];
1762
- doc.write(`const ${id} = ${parseStr(key)};`);
1763
- doc.write(`
1764
- if (${id}.issues.length) payload.issues = payload.issues.concat(${id}.issues.map(iss => ({
1765
- ...iss,
1766
- path: iss.path ? [${util.esc(key)}, ...iss.path] : [${util.esc(key)}]
1767
- })));`);
1768
- doc.write(`newResult[${util.esc(key)}] = ${id}.value`);
1769
- }
1770
- }
1771
-
1772
- doc.write(`payload.value = newResult;`);
1773
- doc.write(`return payload;`);
1774
- const fn = doc.compile();
1775
- return (payload: any, ctx: any) => fn(shape, payload, ctx);
1776
- };
1777
-
1778
- let fastpass!: ReturnType<typeof generateFastpass>;
1779
-
1780
- const isObject = util.isObject;
1781
- const jit = !core.globalConfig.jitless;
1782
- const allowsEval = util.allowsEval;
1783
-
1784
- const fastEnabled = jit && allowsEval.value; // && !def.catchall;
1785
- const catchall = def.catchall;
1786
-
1787
- let value!: typeof _normalized.value;
1788
-
1789
- inst._zod.parse = (payload, ctx) => {
1790
- value ??= _normalized.value;
1791
- const input = payload.value;
1792
- if (!isObject(input)) {
1793
- payload.issues.push({
1794
- expected: "object",
1795
- code: "invalid_type",
1796
- input,
1797
- inst,
1798
- });
1799
- return payload;
1800
- }
1801
-
1802
- const proms: Promise<any>[] = [];
1803
-
1804
- if (jit && fastEnabled && ctx?.async === false && ctx.jitless !== true) {
1805
- // always synchronous
1806
- if (!fastpass) fastpass = generateFastpass(def.shape);
1807
- payload = fastpass(payload, ctx);
1808
- } else {
1809
- payload.value = {};
1810
-
1811
- const shape = value.shape;
1812
- for (const key of value.keys) {
1813
- const el = shape[key]!;
1814
-
1815
- // do not add omitted optional keys
1816
- // if (!(key in input)) {
1817
- // if (optionalKeys.has(key)) continue;
1818
- // payload.issues.push({
1819
- // code: "invalid_type",
1820
- // path: [key],
1821
- // expected: "nonoptional",
1822
- // note: `Missing required key: "${key}"`,
1823
- // input,
1824
- // inst,
1825
- // });
1826
- // }
1827
-
1828
- const r = el._zod.run({ value: input[key], issues: [] }, ctx);
1829
- const isOptional = el._zod.optin === "optional" && el._zod.optout === "optional";
1830
-
1831
- if (r instanceof Promise) {
1832
- proms.push(
1833
- r.then((r) =>
1834
- isOptional ? handleOptionalObjectResult(r, payload, key, input) : handleObjectResult(r, payload, key)
1835
- )
1836
- );
1837
- } else if (isOptional) {
1838
- handleOptionalObjectResult(r, payload, key, input);
1839
- } else {
1840
- handleObjectResult(r, payload, key);
1841
- }
1842
- }
1843
- }
1844
-
1845
- if (!catchall) {
1846
- // return payload;
1847
- return proms.length ? Promise.all(proms).then(() => payload) : payload;
1848
- }
1849
- const unrecognized: string[] = [];
1850
- // iterate over input keys
1851
- const keySet = value.keySet;
1852
- const _catchall = catchall._zod;
1853
- const t = _catchall.def.type;
1854
- for (const key of Object.keys(input)) {
1855
- if (keySet.has(key)) continue;
1856
- if (t === "never") {
1857
- unrecognized.push(key);
1858
- continue;
1859
- }
1860
- const r = _catchall.run({ value: input[key], issues: [] }, ctx);
1861
-
1862
- if (r instanceof Promise) {
1863
- proms.push(r.then((r) => handleObjectResult(r, payload, key)));
1864
- } else {
1865
- handleObjectResult(r, payload, key);
1866
- }
1867
- }
1868
-
1869
- if (unrecognized.length) {
1870
- payload.issues.push({
1871
- code: "unrecognized_keys",
1872
- keys: unrecognized,
1873
- input,
1874
- inst,
1875
- });
1876
- }
1877
-
1878
- if (!proms.length) return payload;
1879
- return Promise.all(proms).then(() => {
1880
- return payload;
1881
- });
1882
- };
1883
- });
1884
-
1885
- /////////////////////////////////////////
1886
- /////////////////////////////////////////
1887
- ////////// ///////////
1888
- ////////// $ZodUnion //////////
1889
- ////////// ///////////
1890
- /////////////////////////////////////////
1891
- /////////////////////////////////////////
1892
- // use generic to distribute union types
1893
- export type $InferUnionOutput<T extends SomeType> = T extends any ? core.output<T> : never;
1894
- export type $InferUnionInput<T extends SomeType> = T extends any ? core.input<T> : never;
1895
- export interface $ZodUnionDef<Options extends readonly SomeType[] = readonly $ZodType[]> extends $ZodTypeDef {
1896
- type: "union";
1897
- options: Options;
1898
- }
1899
-
1900
- type IsOptionalIn<T extends SomeType> = T extends OptionalInSchema ? true : false;
1901
- type IsOptionalOut<T extends SomeType> = T extends OptionalOutSchema ? true : false;
1902
-
1903
- export interface $ZodUnionInternals<T extends readonly SomeType[] = readonly $ZodType[]> extends _$ZodTypeInternals {
1904
- def: $ZodUnionDef<T>;
1905
- isst: errors.$ZodIssueInvalidUnion;
1906
- pattern: T[number]["_zod"]["pattern"];
1907
- values: T[number]["_zod"]["values"]; //GetValues<T[number]>;
1908
- output: $InferUnionOutput<T[number]>;
1909
- input: $InferUnionInput<T[number]>;
1910
- // if any element in the union is optional, then the union is optional
1911
- optin: IsOptionalIn<T[number]> extends false ? "optional" | undefined : "optional";
1912
- optout: IsOptionalOut<T[number]> extends false ? "optional" | undefined : "optional";
1913
- }
1914
-
1915
- export interface $ZodUnion<T extends readonly SomeType[] = readonly $ZodType[]>
1916
- extends $ZodType<any, any, $ZodUnionInternals<T>> {
1917
- _zod: $ZodUnionInternals<T>;
1918
- }
1919
-
1920
- function handleUnionResults(results: ParsePayload[], final: ParsePayload, inst: $ZodUnion, ctx?: ParseContext) {
1921
- for (const result of results) {
1922
- if (result.issues.length === 0) {
1923
- final.value = result.value;
1924
- return final;
1925
- }
1926
- }
1927
-
1928
- final.issues.push({
1929
- code: "invalid_union",
1930
- input: final.value,
1931
- inst,
1932
- errors: results.map((result) => result.issues.map((iss) => util.finalizeIssue(iss, ctx, core.config()))),
1933
- });
1934
-
1935
- return final;
1936
- }
1937
-
1938
- export const $ZodUnion: core.$constructor<$ZodUnion> = /*@__PURE__*/ core.$constructor("$ZodUnion", (inst, def) => {
1939
- $ZodType.init(inst, def);
1940
-
1941
- util.defineLazy(inst._zod, "optin", () =>
1942
- def.options.some((o) => o._zod.optin === "optional") ? "optional" : undefined
1943
- );
1944
-
1945
- util.defineLazy(inst._zod, "optout", () =>
1946
- def.options.some((o) => o._zod.optout === "optional") ? "optional" : undefined
1947
- );
1948
-
1949
- util.defineLazy(inst._zod, "values", () => {
1950
- if (def.options.every((o) => o._zod.values)) {
1951
- return new Set<util.Primitive>(def.options.flatMap((option) => Array.from(option._zod.values!)));
1952
- }
1953
- return undefined;
1954
- });
1955
-
1956
- util.defineLazy(inst._zod, "pattern", () => {
1957
- if (def.options.every((o) => o._zod.pattern)) {
1958
- const patterns = def.options.map((o) => o._zod.pattern);
1959
- return new RegExp(`^(${patterns.map((p) => util.cleanRegex(p!.source)).join("|")})$`);
1960
- }
1961
- return undefined;
1962
- });
1963
-
1964
- inst._zod.parse = (payload, ctx) => {
1965
- let async = false;
1966
-
1967
- const results: util.MaybeAsync<ParsePayload>[] = [];
1968
- for (const option of def.options) {
1969
- const result = option._zod.run(
1970
- {
1971
- value: payload.value,
1972
- issues: [],
1973
- },
1974
- ctx
1975
- );
1976
- if (result instanceof Promise) {
1977
- results.push(result);
1978
- async = true;
1979
- } else {
1980
- if (result.issues.length === 0) return result;
1981
- results.push(result);
1982
- }
1983
- }
1984
-
1985
- if (!async) return handleUnionResults(results as ParsePayload[], payload, inst, ctx);
1986
- return Promise.all(results).then((results) => {
1987
- return handleUnionResults(results as ParsePayload[], payload, inst, ctx);
1988
- });
1989
- };
1990
- });
1991
-
1992
- //////////////////////////////////////////////////////
1993
- //////////////////////////////////////////////////////
1994
- ////////// //////////
1995
- ////////// $ZodDiscriminatedUnion //////////
1996
- ////////// //////////
1997
- //////////////////////////////////////////////////////
1998
- //////////////////////////////////////////////////////
1999
-
2000
- export interface $ZodDiscriminatedUnionDef<Options extends readonly SomeType[] = readonly $ZodType[]>
2001
- extends $ZodUnionDef<Options> {
2002
- discriminator: string;
2003
- unionFallback?: boolean;
2004
- }
2005
-
2006
- export interface $ZodDiscriminatedUnionInternals<Options extends readonly SomeType[] = readonly $ZodType[]>
2007
- extends $ZodUnionInternals<Options> {
2008
- def: $ZodDiscriminatedUnionDef<Options>;
2009
- propValues: util.PropValues;
2010
- }
2011
-
2012
- export interface $ZodDiscriminatedUnion<T extends readonly SomeType[] = readonly $ZodType[]> extends $ZodType {
2013
- _zod: $ZodDiscriminatedUnionInternals<T>;
2014
- }
2015
-
2016
- export const $ZodDiscriminatedUnion: core.$constructor<$ZodDiscriminatedUnion> =
2017
- /*@__PURE__*/
2018
- core.$constructor("$ZodDiscriminatedUnion", (inst, def) => {
2019
- $ZodUnion.init(inst, def);
2020
-
2021
- const _super = inst._zod.parse;
2022
- util.defineLazy(inst._zod, "propValues", () => {
2023
- const propValues: util.PropValues = {};
2024
- for (const option of def.options) {
2025
- const pv = option._zod.propValues;
2026
- if (!pv || Object.keys(pv).length === 0)
2027
- throw new Error(`Invalid discriminated union option at index "${def.options.indexOf(option)}"`);
2028
- for (const [k, v] of Object.entries(pv!)) {
2029
- if (!propValues[k]) propValues[k] = new Set();
2030
- for (const val of v) {
2031
- propValues[k].add(val);
2032
- }
2033
- }
2034
- }
2035
- return propValues;
2036
- });
2037
-
2038
- const disc = util.cached(() => {
2039
- const opts = def.options as $ZodTypeDiscriminable[];
2040
- const map: Map<util.Primitive, $ZodType> = new Map();
2041
- for (const o of opts) {
2042
- const values = o._zod.propValues[def.discriminator];
2043
- if (!values || values.size === 0)
2044
- throw new Error(`Invalid discriminated union option at index "${def.options.indexOf(o)}"`);
2045
- for (const v of values) {
2046
- if (map.has(v)) {
2047
- throw new Error(`Duplicate discriminator value "${String(v)}"`);
2048
- }
2049
- map.set(v, o);
2050
- }
2051
- }
2052
- return map;
2053
- });
2054
-
2055
- inst._zod.parse = (payload, ctx) => {
2056
- const input = payload.value;
2057
- if (!util.isObject(input)) {
2058
- payload.issues.push({
2059
- code: "invalid_type",
2060
- expected: "object",
2061
- input,
2062
- inst,
2063
- });
2064
- return payload;
2065
- }
2066
-
2067
- const opt = disc.value.get(input?.[def.discriminator] as any);
2068
- if (opt) {
2069
- return opt._zod.run(payload, ctx) as any;
2070
- }
2071
-
2072
- if (def.unionFallback) {
2073
- return _super(payload, ctx);
2074
- }
2075
-
2076
- // no matching discriminator
2077
- payload.issues.push({
2078
- code: "invalid_union",
2079
- errors: [],
2080
- note: "No matching discriminator",
2081
- input,
2082
- path: [def.discriminator],
2083
- inst,
2084
- });
2085
-
2086
- return payload;
2087
- };
2088
- });
2089
-
2090
- ////////////////////////////////////////////////
2091
- ////////////////////////////////////////////////
2092
- ////////// //////////
2093
- ////////// $ZodIntersection //////////
2094
- ////////// //////////
2095
- ////////////////////////////////////////////////
2096
- ////////////////////////////////////////////////
2097
-
2098
- export interface $ZodIntersectionDef<Left extends SomeType = $ZodType, Right extends SomeType = $ZodType>
2099
- extends $ZodTypeDef {
2100
- type: "intersection";
2101
- left: Left;
2102
- right: Right;
2103
- }
2104
-
2105
- export interface $ZodIntersectionInternals<A extends SomeType = $ZodType, B extends SomeType = $ZodType>
2106
- extends $ZodTypeInternals<core.output<A> & core.output<B>, core.input<A> & core.input<B>> {
2107
- def: $ZodIntersectionDef<A, B>;
2108
- isst: never;
2109
- optin: A["_zod"]["optin"] | B["_zod"]["optin"];
2110
- optout: A["_zod"]["optout"] | B["_zod"]["optout"];
2111
- }
2112
-
2113
- export interface $ZodIntersection<A extends SomeType = $ZodType, B extends SomeType = $ZodType> extends $ZodType {
2114
- _zod: $ZodIntersectionInternals<A, B>;
2115
- }
2116
-
2117
- export const $ZodIntersection: core.$constructor<$ZodIntersection> = /*@__PURE__*/ core.$constructor(
2118
- "$ZodIntersection",
2119
- (inst, def) => {
2120
- $ZodType.init(inst, def);
2121
-
2122
- inst._zod.parse = (payload, ctx) => {
2123
- const input = payload.value;
2124
- const left = def.left._zod.run({ value: input, issues: [] }, ctx);
2125
- const right = def.right._zod.run({ value: input, issues: [] }, ctx);
2126
- const async = left instanceof Promise || right instanceof Promise;
2127
-
2128
- if (async) {
2129
- return Promise.all([left, right]).then(([left, right]) => {
2130
- return handleIntersectionResults(payload, left, right);
2131
- });
2132
- }
2133
-
2134
- return handleIntersectionResults(payload, left, right);
2135
- };
2136
- }
2137
- );
2138
-
2139
- function mergeValues(
2140
- a: any,
2141
- b: any
2142
- ): { valid: true; data: any } | { valid: false; mergeErrorPath: (string | number)[] } {
2143
- // const aType = parse.t(a);
2144
- // const bType = parse.t(b);
2145
-
2146
- if (a === b) {
2147
- return { valid: true, data: a };
2148
- }
2149
- if (a instanceof Date && b instanceof Date && +a === +b) {
2150
- return { valid: true, data: a };
2151
- }
2152
- if (util.isPlainObject(a) && util.isPlainObject(b)) {
2153
- const bKeys = Object.keys(b);
2154
- const sharedKeys = Object.keys(a).filter((key) => bKeys.indexOf(key) !== -1);
2155
-
2156
- const newObj: any = { ...a, ...b };
2157
- for (const key of sharedKeys) {
2158
- const sharedValue = mergeValues(a[key], b[key]);
2159
- if (!sharedValue.valid) {
2160
- return {
2161
- valid: false,
2162
- mergeErrorPath: [key, ...sharedValue.mergeErrorPath],
2163
- };
2164
- }
2165
- newObj[key] = sharedValue.data;
2166
- }
2167
-
2168
- return { valid: true, data: newObj };
2169
- }
2170
- if (Array.isArray(a) && Array.isArray(b)) {
2171
- if (a.length !== b.length) {
2172
- return { valid: false, mergeErrorPath: [] };
2173
- }
2174
-
2175
- const newArray: unknown[] = [];
2176
- for (let index = 0; index < a.length; index++) {
2177
- const itemA = a[index];
2178
- const itemB = b[index];
2179
- const sharedValue = mergeValues(itemA, itemB);
2180
-
2181
- if (!sharedValue.valid) {
2182
- return {
2183
- valid: false,
2184
- mergeErrorPath: [index, ...sharedValue.mergeErrorPath],
2185
- };
2186
- }
2187
-
2188
- newArray.push(sharedValue.data);
2189
- }
2190
-
2191
- return { valid: true, data: newArray };
2192
- }
2193
-
2194
- return { valid: false, mergeErrorPath: [] };
2195
- }
2196
-
2197
- function handleIntersectionResults(result: ParsePayload, left: ParsePayload, right: ParsePayload): ParsePayload {
2198
- if (left.issues.length) {
2199
- result.issues.push(...left.issues);
2200
- }
2201
- if (right.issues.length) {
2202
- result.issues.push(...right.issues);
2203
- }
2204
- if (util.aborted(result)) return result;
2205
-
2206
- const merged = mergeValues(left.value, right.value);
2207
-
2208
- if (!merged.valid) {
2209
- throw new Error(`Unmergable intersection. Error path: ` + `${JSON.stringify(merged.mergeErrorPath)}`);
2210
- }
2211
-
2212
- result.value = merged.data;
2213
- return result;
2214
- }
2215
-
2216
- /////////////////////////////////////////
2217
- /////////////////////////////////////////
2218
- ////////// //////////
2219
- ////////// $ZodTuple //////////
2220
- ////////// //////////
2221
- /////////////////////////////////////////
2222
- /////////////////////////////////////////
2223
-
2224
- export interface $ZodTupleDef<
2225
- T extends util.TupleItems = readonly $ZodType[],
2226
- Rest extends SomeType | null = $ZodType | null,
2227
- > extends $ZodTypeDef {
2228
- type: "tuple";
2229
- items: T;
2230
- rest: Rest;
2231
- }
2232
-
2233
- export type $InferTupleInputType<T extends util.TupleItems, Rest extends SomeType | null> = [
2234
- ...TupleInputTypeWithOptionals<T>,
2235
- ...(Rest extends SomeType ? core.input<Rest>[] : []),
2236
- ];
2237
- type TupleInputTypeNoOptionals<T extends util.TupleItems> = {
2238
- [k in keyof T]: core.input<T[k]>;
2239
- };
2240
- type TupleInputTypeWithOptionals<T extends util.TupleItems> = T extends readonly [
2241
- ...infer Prefix extends SomeType[],
2242
- infer Tail extends SomeType,
2243
- ]
2244
- ? Tail["_zod"]["optin"] extends "optional"
2245
- ? [...TupleInputTypeWithOptionals<Prefix>, core.input<Tail>?]
2246
- : TupleInputTypeNoOptionals<T>
2247
- : [];
2248
-
2249
- export type $InferTupleOutputType<T extends util.TupleItems, Rest extends SomeType | null> = [
2250
- ...TupleOutputTypeWithOptionals<T>,
2251
- ...(Rest extends SomeType ? core.output<Rest>[] : []),
2252
- ];
2253
- type TupleOutputTypeNoOptionals<T extends util.TupleItems> = {
2254
- [k in keyof T]: core.output<T[k]>;
2255
- };
2256
- type TupleOutputTypeWithOptionals<T extends util.TupleItems> = T extends readonly [
2257
- ...infer Prefix extends SomeType[],
2258
- infer Tail extends SomeType,
2259
- ]
2260
- ? Tail["_zod"]["optout"] extends "optional"
2261
- ? [...TupleOutputTypeWithOptionals<Prefix>, core.output<Tail>?]
2262
- : TupleOutputTypeNoOptionals<T>
2263
- : [];
2264
-
2265
- export interface $ZodTupleInternals<
2266
- T extends util.TupleItems = readonly $ZodType[],
2267
- Rest extends SomeType | null = $ZodType | null,
2268
- > extends $ZodTypeInternals<$InferTupleOutputType<T, Rest>, $InferTupleInputType<T, Rest>> {
2269
- def: $ZodTupleDef<T, Rest>;
2270
- isst: errors.$ZodIssueInvalidType | errors.$ZodIssueTooBig<unknown[]> | errors.$ZodIssueTooSmall<unknown[]>;
2271
- }
2272
-
2273
- export interface $ZodTuple<
2274
- T extends util.TupleItems = readonly $ZodType[],
2275
- Rest extends SomeType | null = $ZodType | null,
2276
- > extends $ZodType {
2277
- _zod: $ZodTupleInternals<T, Rest>;
2278
- }
2279
-
2280
- export const $ZodTuple: core.$constructor<$ZodTuple> = /*@__PURE__*/ core.$constructor("$ZodTuple", (inst, def) => {
2281
- $ZodType.init(inst, def);
2282
- const items = def.items;
2283
- const optStart = items.length - [...items].reverse().findIndex((item) => item._zod.optin !== "optional");
2284
-
2285
- inst._zod.parse = (payload, ctx) => {
2286
- const input = payload.value;
2287
- if (!Array.isArray(input)) {
2288
- payload.issues.push({
2289
- input,
2290
- inst,
2291
- expected: "tuple",
2292
- code: "invalid_type",
2293
- });
2294
- return payload;
2295
- }
2296
-
2297
- payload.value = [];
2298
- const proms: Promise<any>[] = [];
2299
-
2300
- if (!def.rest) {
2301
- const tooBig = input.length > items.length;
2302
- const tooSmall = input.length < optStart - 1;
2303
- if (tooBig || tooSmall) {
2304
- payload.issues.push({
2305
- input,
2306
- inst,
2307
- origin: "array" as const,
2308
- ...(tooBig ? { code: "too_big", maximum: items.length } : { code: "too_small", minimum: items.length }),
2309
- });
2310
- return payload;
2311
- }
2312
- }
2313
-
2314
- let i = -1;
2315
- for (const item of items) {
2316
- i++;
2317
- if (i >= input.length) if (i >= optStart) continue;
2318
- const result = item._zod.run(
2319
- {
2320
- value: input[i],
2321
- issues: [],
2322
- },
2323
- ctx
2324
- );
2325
-
2326
- if (result instanceof Promise) {
2327
- proms.push(result.then((result) => handleTupleResult(result, payload, i)));
2328
- } else {
2329
- handleTupleResult(result, payload, i);
2330
- }
2331
- }
2332
-
2333
- if (def.rest) {
2334
- const rest = input.slice(items.length);
2335
- for (const el of rest) {
2336
- i++;
2337
- const result = def.rest._zod.run(
2338
- {
2339
- value: el,
2340
- issues: [],
2341
- },
2342
- ctx
2343
- );
2344
-
2345
- if (result instanceof Promise) {
2346
- proms.push(result.then((result) => handleTupleResult(result, payload, i)));
2347
- } else {
2348
- handleTupleResult(result, payload, i);
2349
- }
2350
- }
2351
- }
2352
-
2353
- if (proms.length) return Promise.all(proms).then(() => payload);
2354
- return payload;
2355
- };
2356
- });
2357
-
2358
- function handleTupleResult(result: ParsePayload, final: ParsePayload<any[]>, index: number) {
2359
- if (result.issues.length) {
2360
- final.issues.push(...util.prefixIssues(index, result.issues));
2361
- }
2362
- final.value[index] = result.value;
2363
- }
2364
-
2365
- //////////////////////////////////////////
2366
- //////////////////////////////////////////
2367
- ////////// //////////
2368
- ////////// $ZodRecord //////////
2369
- ////////// //////////
2370
- //////////////////////////////////////////
2371
- //////////////////////////////////////////
2372
-
2373
- export type $ZodRecordKey = $ZodType<string | number | symbol, string | number | symbol>; // $HasValues | $HasPattern;
2374
- export interface $ZodRecordDef<Key extends $ZodRecordKey = $ZodRecordKey, Value extends SomeType = $ZodType>
2375
- extends $ZodTypeDef {
2376
- type: "record";
2377
- keyType: Key;
2378
- valueType: Value;
2379
- }
2380
-
2381
- // export type $InferZodRecordOutput<
2382
- // Key extends $ZodRecordKey = $ZodRecordKey,
2383
- // Value extends SomeType = $ZodType,
2384
- // > = undefined extends Key["_zod"]["values"]
2385
- // ? string extends core.output<Key>
2386
- // ? Record<core.output<Key>, core.output<Value>>
2387
- // : number extends core.output<Key>
2388
- // ? Record<core.output<Key>, core.output<Value>>
2389
- // : symbol extends core.output<Key>
2390
- // ? Record<core.output<Key>, core.output<Value>>
2391
- // : Record<core.output<Key>, core.output<Value>>
2392
- // : Record<core.output<Key>, core.output<Value>>;
2393
- export type $InferZodRecordOutput<
2394
- Key extends $ZodRecordKey = $ZodRecordKey,
2395
- Value extends SomeType = $ZodType,
2396
- > = Key extends $partial
2397
- ? Partial<Record<core.output<Key>, core.output<Value>>>
2398
- : Record<core.output<Key>, core.output<Value>>;
2399
-
2400
- // export type $InferZodRecordInput<
2401
- // Key extends $ZodRecordKey = $ZodRecordKey,
2402
- // Value extends SomeType = $ZodType,
2403
- // > = undefined extends Key["_zod"]["values"]
2404
- // ? string extends core.input<Key>
2405
- // ? Record<core.input<Key>, core.input<Value>>
2406
- // : number extends core.input<Key>
2407
- // ? Record<core.input<Key>, core.input<Value>>
2408
- // : symbol extends core.input<Key>
2409
- // ? Record<core.input<Key>, core.input<Value>>
2410
- // : Record<core.input<Key>, core.input<Value>>
2411
- // : Record<core.input<Key>, core.input<Value>>;
2412
- export type $InferZodRecordInput<
2413
- Key extends $ZodRecordKey = $ZodRecordKey,
2414
- Value extends SomeType = $ZodType,
2415
- > = Key extends $partial
2416
- ? Partial<Record<core.input<Key>, core.input<Value>>>
2417
- : Record<core.input<Key>, core.input<Value>>;
2418
-
2419
- export interface $ZodRecordInternals<Key extends $ZodRecordKey = $ZodRecordKey, Value extends SomeType = $ZodType>
2420
- extends $ZodTypeInternals<$InferZodRecordOutput<Key, Value>, $InferZodRecordInput<Key, Value>> {
2421
- def: $ZodRecordDef<Key, Value>;
2422
- isst: errors.$ZodIssueInvalidType | errors.$ZodIssueInvalidKey<Record<PropertyKey, unknown>>;
2423
- optin?: "optional" | undefined;
2424
- optout?: "optional" | undefined;
2425
- }
2426
-
2427
- export type $partial = { "~~partial": true };
2428
- export interface $ZodRecord<Key extends $ZodRecordKey = $ZodRecordKey, Value extends SomeType = $ZodType>
2429
- extends $ZodType {
2430
- _zod: $ZodRecordInternals<Key, Value>;
2431
- }
2432
-
2433
- export const $ZodRecord: core.$constructor<$ZodRecord> = /*@__PURE__*/ core.$constructor("$ZodRecord", (inst, def) => {
2434
- $ZodType.init(inst, def);
2435
-
2436
- inst._zod.parse = (payload, ctx) => {
2437
- const input = payload.value;
2438
-
2439
- if (!util.isPlainObject(input)) {
2440
- payload.issues.push({
2441
- expected: "record",
2442
- code: "invalid_type",
2443
- input,
2444
- inst,
2445
- });
2446
- return payload;
2447
- }
2448
-
2449
- const proms: Promise<any>[] = [];
2450
-
2451
- if (def.keyType._zod.values) {
2452
- const values = def.keyType._zod.values!;
2453
- payload.value = {};
2454
- for (const key of values) {
2455
- if (typeof key === "string" || typeof key === "number" || typeof key === "symbol") {
2456
- const result = def.valueType._zod.run({ value: input[key], issues: [] }, ctx);
2457
-
2458
- if (result instanceof Promise) {
2459
- proms.push(
2460
- result.then((result) => {
2461
- if (result.issues.length) {
2462
- payload.issues.push(...util.prefixIssues(key, result.issues));
2463
- }
2464
- payload.value[key] = result.value;
2465
- })
2466
- );
2467
- } else {
2468
- if (result.issues.length) {
2469
- payload.issues.push(...util.prefixIssues(key, result.issues));
2470
- }
2471
- payload.value[key] = result.value;
2472
- }
2473
- }
2474
- }
2475
-
2476
- let unrecognized!: string[];
2477
- for (const key in input) {
2478
- if (!values.has(key)) {
2479
- unrecognized = unrecognized ?? [];
2480
- unrecognized.push(key);
2481
- }
2482
- }
2483
- if (unrecognized && unrecognized.length > 0) {
2484
- payload.issues.push({
2485
- code: "unrecognized_keys",
2486
- input,
2487
- inst,
2488
- keys: unrecognized,
2489
- });
2490
- }
2491
- } else {
2492
- payload.value = {};
2493
- for (const key of Reflect.ownKeys(input)) {
2494
- if (key === "__proto__") continue;
2495
- const keyResult = def.keyType._zod.run({ value: key, issues: [] }, ctx);
2496
-
2497
- if (keyResult instanceof Promise) {
2498
- throw new Error("Async schemas not supported in object keys currently");
2499
- }
2500
-
2501
- if (keyResult.issues.length) {
2502
- payload.issues.push({
2503
- origin: "record",
2504
- code: "invalid_key",
2505
- issues: keyResult.issues.map((iss) => util.finalizeIssue(iss, ctx, core.config())),
2506
- input: key,
2507
- path: [key],
2508
- inst,
2509
- });
2510
- payload.value[keyResult.value as PropertyKey] = keyResult.value;
2511
- continue;
2512
- }
2513
-
2514
- const result = def.valueType._zod.run({ value: input[key], issues: [] }, ctx);
2515
-
2516
- if (result instanceof Promise) {
2517
- proms.push(
2518
- result.then((result) => {
2519
- if (result.issues.length) {
2520
- payload.issues.push(...util.prefixIssues(key, result.issues));
2521
- }
2522
- payload.value[keyResult.value as PropertyKey] = result.value;
2523
- })
2524
- );
2525
- } else {
2526
- if (result.issues.length) {
2527
- payload.issues.push(...util.prefixIssues(key, result.issues));
2528
- }
2529
- payload.value[keyResult.value as PropertyKey] = result.value;
2530
- }
2531
- }
2532
- }
2533
-
2534
- if (proms.length) {
2535
- return Promise.all(proms).then(() => payload);
2536
- }
2537
- return payload;
2538
- };
2539
- });
2540
-
2541
- ///////////////////////////////////////
2542
- ///////////////////////////////////////
2543
- ////////// //////////
2544
- ////////// $ZodMap //////////
2545
- ////////// //////////
2546
- ///////////////////////////////////////
2547
- ///////////////////////////////////////
2548
- export interface $ZodMapDef<Key extends SomeType = $ZodType, Value extends SomeType = $ZodType> extends $ZodTypeDef {
2549
- type: "map";
2550
- keyType: Key;
2551
- valueType: Value;
2552
- }
2553
-
2554
- export interface $ZodMapInternals<Key extends SomeType = $ZodType, Value extends SomeType = $ZodType>
2555
- extends $ZodTypeInternals<Map<core.output<Key>, core.output<Value>>, Map<core.input<Key>, core.input<Value>>> {
2556
- def: $ZodMapDef<Key, Value>;
2557
- isst: errors.$ZodIssueInvalidType | errors.$ZodIssueInvalidKey | errors.$ZodIssueInvalidElement<unknown>;
2558
- optin?: "optional" | undefined;
2559
- optout?: "optional" | undefined;
2560
- }
2561
-
2562
- export interface $ZodMap<Key extends SomeType = $ZodType, Value extends SomeType = $ZodType> extends $ZodType {
2563
- _zod: $ZodMapInternals<Key, Value>;
2564
- }
2565
-
2566
- export const $ZodMap: core.$constructor<$ZodMap> = /*@__PURE__*/ core.$constructor("$ZodMap", (inst, def) => {
2567
- $ZodType.init(inst, def);
2568
-
2569
- inst._zod.parse = (payload, ctx) => {
2570
- const input = payload.value;
2571
- if (!(input instanceof Map)) {
2572
- payload.issues.push({
2573
- expected: "map",
2574
- code: "invalid_type",
2575
- input,
2576
- inst,
2577
- });
2578
- return payload;
2579
- }
2580
-
2581
- const proms: Promise<any>[] = [];
2582
- payload.value = new Map();
2583
-
2584
- for (const [key, value] of input) {
2585
- const keyResult = def.keyType._zod.run({ value: key, issues: [] }, ctx);
2586
- const valueResult = def.valueType._zod.run({ value: value, issues: [] }, ctx);
2587
-
2588
- if (keyResult instanceof Promise || valueResult instanceof Promise) {
2589
- proms.push(
2590
- Promise.all([keyResult, valueResult]).then(([keyResult, valueResult]) => {
2591
- handleMapResult(keyResult, valueResult, payload, key, input, inst, ctx);
2592
- })
2593
- );
2594
- } else {
2595
- handleMapResult(keyResult as ParsePayload, valueResult as ParsePayload, payload, key, input, inst, ctx);
2596
- }
2597
- }
2598
-
2599
- if (proms.length) return Promise.all(proms).then(() => payload);
2600
- return payload;
2601
- };
2602
- });
2603
-
2604
- function handleMapResult(
2605
- keyResult: ParsePayload,
2606
- valueResult: ParsePayload,
2607
- final: ParsePayload<Map<unknown, unknown>>,
2608
- key: unknown,
2609
- input: Map<any, any>,
2610
- inst: $ZodMap,
2611
- ctx?: ParseContext | undefined
2612
- ): void {
2613
- if (keyResult.issues.length) {
2614
- if (util.propertyKeyTypes.has(typeof key)) {
2615
- final.issues.push(...util.prefixIssues(key as PropertyKey, keyResult.issues));
2616
- } else {
2617
- final.issues.push({
2618
- origin: "map",
2619
- code: "invalid_key",
2620
- input,
2621
- inst,
2622
- issues: keyResult.issues.map((iss) => util.finalizeIssue(iss, ctx, core.config())),
2623
- });
2624
- }
2625
- }
2626
- if (valueResult.issues.length) {
2627
- if (util.propertyKeyTypes.has(typeof key)) {
2628
- final.issues.push(...util.prefixIssues(key as PropertyKey, valueResult.issues));
2629
- } else {
2630
- final.issues.push({
2631
- origin: "map",
2632
- code: "invalid_element",
2633
- input,
2634
- inst,
2635
- key: key,
2636
- issues: valueResult.issues.map((iss) => util.finalizeIssue(iss, ctx, core.config())),
2637
- });
2638
- }
2639
- }
2640
- final.value.set(keyResult.value, valueResult.value);
2641
- }
2642
-
2643
- ///////////////////////////////////////
2644
- ///////////////////////////////////////
2645
- ////////// //////////
2646
- ////////// $ZodSet //////////
2647
- ////////// //////////
2648
- ///////////////////////////////////////
2649
- ///////////////////////////////////////
2650
- export interface $ZodSetDef<T extends SomeType = $ZodType> extends $ZodTypeDef {
2651
- type: "set";
2652
- valueType: T;
2653
- }
2654
-
2655
- export interface $ZodSetInternals<T extends SomeType = $ZodType>
2656
- extends $ZodTypeInternals<Set<core.output<T>>, Set<core.input<T>>> {
2657
- def: $ZodSetDef<T>;
2658
- isst: errors.$ZodIssueInvalidType;
2659
- optin?: "optional" | undefined;
2660
- optout?: "optional" | undefined;
2661
- }
2662
-
2663
- export interface $ZodSet<T extends SomeType = $ZodType> extends $ZodType {
2664
- _zod: $ZodSetInternals<T>;
2665
- }
2666
-
2667
- export const $ZodSet: core.$constructor<$ZodSet> = /*@__PURE__*/ core.$constructor("$ZodSet", (inst, def) => {
2668
- $ZodType.init(inst, def);
2669
-
2670
- inst._zod.parse = (payload, ctx) => {
2671
- const input = payload.value;
2672
- if (!(input instanceof Set)) {
2673
- payload.issues.push({
2674
- input,
2675
- inst,
2676
- expected: "set",
2677
- code: "invalid_type",
2678
- });
2679
- return payload;
2680
- }
2681
-
2682
- const proms: Promise<any>[] = [];
2683
- payload.value = new Set();
2684
- for (const item of input) {
2685
- const result = def.valueType._zod.run({ value: item, issues: [] }, ctx);
2686
- if (result instanceof Promise) {
2687
- proms.push(result.then((result) => handleSetResult(result, payload)));
2688
- } else handleSetResult(result, payload);
2689
- }
2690
-
2691
- if (proms.length) return Promise.all(proms).then(() => payload);
2692
- return payload;
2693
- };
2694
- });
2695
-
2696
- function handleSetResult(result: ParsePayload, final: ParsePayload<Set<any>>) {
2697
- if (result.issues.length) {
2698
- final.issues.push(...result.issues);
2699
- }
2700
- final.value.add(result.value);
2701
- }
2702
-
2703
- ////////////////////////////////////////
2704
- ////////////////////////////////////////
2705
- ////////// //////////
2706
- ////////// $ZodEnum //////////
2707
- ////////// //////////
2708
- ////////////////////////////////////////
2709
- ////////////////////////////////////////
2710
- export type $InferEnumOutput<T extends util.EnumLike> = T[keyof T] & {};
2711
- export type $InferEnumInput<T extends util.EnumLike> = T[keyof T] & {};
2712
-
2713
- export interface $ZodEnumDef<T extends util.EnumLike = util.EnumLike> extends $ZodTypeDef {
2714
- type: "enum";
2715
- entries: T;
2716
- }
2717
-
2718
- export interface $ZodEnumInternals<
2719
- /** @ts-ignore Cast variance */
2720
- out T extends util.EnumLike = util.EnumLike,
2721
- > extends $ZodTypeInternals<$InferEnumOutput<T>, $InferEnumInput<T>> {
2722
- // enum: T;
2723
-
2724
- def: $ZodEnumDef<T>;
2725
- /** @deprecated Internal API, use with caution (not deprecated) */
2726
- values: util.PrimitiveSet;
2727
- /** @deprecated Internal API, use with caution (not deprecated) */
2728
- pattern: RegExp;
2729
- isst: errors.$ZodIssueInvalidValue;
2730
- }
2731
-
2732
- export interface $ZodEnum<T extends util.EnumLike = util.EnumLike> extends $ZodType {
2733
- _zod: $ZodEnumInternals<T>;
2734
- }
2735
-
2736
- export const $ZodEnum: core.$constructor<$ZodEnum> = /*@__PURE__*/ core.$constructor("$ZodEnum", (inst, def) => {
2737
- $ZodType.init(inst, def);
2738
-
2739
- const values = util.getEnumValues(def.entries);
2740
-
2741
- inst._zod.values = new Set<util.Primitive>(values);
2742
-
2743
- inst._zod.pattern = new RegExp(
2744
- `^(${values
2745
- .filter((k) => util.propertyKeyTypes.has(typeof k))
2746
- .map((o) => (typeof o === "string" ? util.escapeRegex(o) : o.toString()))
2747
- .join("|")})$`
2748
- );
2749
-
2750
- inst._zod.parse = (payload, _ctx) => {
2751
- const input = payload.value;
2752
- if (inst._zod.values.has(input)) {
2753
- return payload;
2754
- }
2755
- payload.issues.push({
2756
- code: "invalid_value",
2757
- values,
2758
- input,
2759
- inst,
2760
- });
2761
- return payload;
2762
- };
2763
- });
2764
-
2765
- ////////////////////////////////////////
2766
- ////////////////////////////////////////
2767
- ////////// //////////
2768
- ////////// $ZodLiteral //////////
2769
- ////////// //////////
2770
- ////////////////////////////////////////
2771
- ////////////////////////////////////////
2772
-
2773
- export interface $ZodLiteralDef<T extends util.Literal> extends $ZodTypeDef {
2774
- type: "literal";
2775
- values: T[];
2776
- }
2777
-
2778
- export interface $ZodLiteralInternals<T extends util.Literal = util.Literal> extends $ZodTypeInternals<T, T> {
2779
- def: $ZodLiteralDef<T>;
2780
- values: Set<T>;
2781
- pattern: RegExp;
2782
- isst: errors.$ZodIssueInvalidValue;
2783
- }
2784
-
2785
- export interface $ZodLiteral<T extends util.Literal = util.Literal> extends $ZodType {
2786
- _zod: $ZodLiteralInternals<T>;
2787
- }
2788
-
2789
- export const $ZodLiteral: core.$constructor<$ZodLiteral> = /*@__PURE__*/ core.$constructor(
2790
- "$ZodLiteral",
2791
- (inst, def) => {
2792
- $ZodType.init(inst, def);
2793
-
2794
- inst._zod.values = new Set<util.Literal>(def.values);
2795
- inst._zod.pattern = new RegExp(
2796
- `^(${def.values
2797
-
2798
- .map((o) => (typeof o === "string" ? util.escapeRegex(o) : o ? o.toString() : String(o)))
2799
- .join("|")})$`
2800
- );
2801
-
2802
- inst._zod.parse = (payload, _ctx) => {
2803
- const input = payload.value;
2804
- if (inst._zod.values.has(input)) {
2805
- return payload;
2806
- }
2807
- payload.issues.push({
2808
- code: "invalid_value",
2809
- values: def.values,
2810
- input,
2811
- inst,
2812
- });
2813
- return payload;
2814
- };
2815
- }
2816
- );
2817
-
2818
- ////////////////////////////////////////
2819
- ////////////////////////////////////////
2820
- ////////// //////////
2821
- ////////// $ZodConst //////////
2822
- ////////// //////////
2823
- ////////////////////////////////////////
2824
- ////////////////////////////////////////
2825
-
2826
- // export interface $ZodConstDef extends $ZodTypeDef {
2827
- // type: "const";
2828
- // value: unknown;
2829
- // }
2830
-
2831
- // export _interface $ZodConstInternals<T extends util.Literal = util.Literal> extends $ZodTypeInternals<T, T> {
2832
- // _def: $ZodConstDef;
2833
- // _values: util.PrimitiveSet;
2834
- // _pattern: RegExp;
2835
- // _isst: errors.$ZodIssueInvalidValue;
2836
- // }
2837
-
2838
- // export const $ZodConst: core.$constructor<{_zod: $ZodConstInternals}> = /*@__PURE__*/ core.$constructor("$ZodConst", (inst, def) => {
2839
- // $ZodType.init(inst, def);
2840
-
2841
- // if (util.primitiveTypes.has(typeof def.value) || def.value === null) {
2842
- // inst._zod.values = new Set<util.Primitive>(def.value as any);
2843
- // }
2844
-
2845
- // if (util.propertyKeyTypes.has(typeof def.value)) {
2846
- // inst._zod.pattern = new RegExp(
2847
- // `^(${typeof def.value === "string" ? util.escapeRegex(def.value) : (def.value as any).toString()})$`
2848
- // );
2849
- // } else {
2850
- // throw new Error("Const value cannot be converted to regex");
2851
- // }
2852
-
2853
- // inst._zod.parse = (payload, _ctx) => {
2854
- // payload.value = def.value; // always override
2855
- // return payload;
2856
- // };
2857
- // });
2858
-
2859
- //////////////////////////////////////////
2860
- //////////////////////////////////////////
2861
- ////////// //////////
2862
- ////////// $ZodFile //////////
2863
- ////////// //////////
2864
- //////////////////////////////////////////
2865
- //////////////////////////////////////////
2866
-
2867
- // provide a fallback in case the File interface isn't provided in the environment
2868
- declare global {
2869
- interface File {}
2870
- }
2871
-
2872
- export interface $ZodFileDef extends $ZodTypeDef {
2873
- type: "file";
2874
- }
2875
-
2876
- export interface $ZodFileInternals extends $ZodTypeInternals<File, File> {
2877
- def: $ZodFileDef;
2878
- isst: errors.$ZodIssueInvalidType;
2879
- bag: util.LoosePartial<{
2880
- minimum: number;
2881
- maximum: number;
2882
- mime: util.MimeTypes[];
2883
- }>;
2884
- }
2885
-
2886
- export interface $ZodFile extends $ZodType {
2887
- _zod: $ZodFileInternals;
2888
- }
2889
-
2890
- export const $ZodFile: core.$constructor<$ZodFile> = /*@__PURE__*/ core.$constructor("$ZodFile", (inst, def) => {
2891
- $ZodType.init(inst, def);
2892
-
2893
- inst._zod.parse = (payload, _ctx) => {
2894
- const input = payload.value;
2895
- if (input instanceof File) return payload;
2896
- payload.issues.push({
2897
- expected: "file",
2898
- code: "invalid_type",
2899
- input,
2900
- inst,
2901
- });
2902
- return payload;
2903
- };
2904
- });
2905
-
2906
- //////////////////////////////////////////////
2907
- //////////////////////////////////////////////
2908
- ////////// //////////
2909
- ////////// $ZodTransform //////////
2910
- ////////// //////////
2911
- //////////////////////////////////////////////
2912
- //////////////////////////////////////////////
2913
- export interface $ZodTransformDef extends $ZodTypeDef {
2914
- type: "transform";
2915
- transform: (input: unknown, payload: ParsePayload<unknown>) => util.MaybeAsync<unknown>;
2916
- }
2917
- export interface $ZodTransformInternals<O = unknown, I = unknown> extends $ZodTypeInternals<O, I> {
2918
- def: $ZodTransformDef;
2919
- isst: never;
2920
- }
2921
-
2922
- export interface $ZodTransform<O = unknown, I = unknown> extends $ZodType {
2923
- _zod: $ZodTransformInternals<O, I>;
2924
- }
2925
-
2926
- export const $ZodTransform: core.$constructor<$ZodTransform> = /*@__PURE__*/ core.$constructor(
2927
- "$ZodTransform",
2928
- (inst, def) => {
2929
- $ZodType.init(inst, def);
2930
- inst._zod.parse = (payload, _ctx) => {
2931
- const _out = def.transform(payload.value, payload);
2932
- if (_ctx.async) {
2933
- const output = _out instanceof Promise ? _out : Promise.resolve(_out);
2934
- return output.then((output) => {
2935
- payload.value = output;
2936
- return payload;
2937
- });
2938
- }
2939
-
2940
- if (_out instanceof Promise) {
2941
- throw new core.$ZodAsyncError();
2942
- }
2943
-
2944
- payload.value = _out;
2945
- return payload;
2946
- };
2947
- }
2948
- );
2949
-
2950
- ////////////////////////////////////////////
2951
- ////////////////////////////////////////////
2952
- ////////// //////////
2953
- ////////// $ZodOptional //////////
2954
- ////////// //////////
2955
- ////////////////////////////////////////////
2956
- ////////////////////////////////////////////
2957
- export interface $ZodOptionalDef<T extends SomeType = $ZodType> extends $ZodTypeDef {
2958
- type: "optional";
2959
- innerType: T;
2960
- }
2961
-
2962
- export interface $ZodOptionalInternals<T extends SomeType = $ZodType>
2963
- extends $ZodTypeInternals<core.output<T> | undefined, core.input<T> | undefined> {
2964
- def: $ZodOptionalDef<T>;
2965
- optin: "optional";
2966
- optout: "optional";
2967
- isst: never;
2968
- values: T["_zod"]["values"];
2969
- pattern: T["_zod"]["pattern"];
2970
- }
2971
-
2972
- export interface $ZodOptional<T extends SomeType = $ZodType> extends $ZodType {
2973
- _zod: $ZodOptionalInternals<T>;
2974
- }
2975
-
2976
- export const $ZodOptional: core.$constructor<$ZodOptional> = /*@__PURE__*/ core.$constructor(
2977
- "$ZodOptional",
2978
- (inst, def) => {
2979
- $ZodType.init(inst, def);
2980
- inst._zod.optin = "optional";
2981
- inst._zod.optout = "optional";
2982
-
2983
- util.defineLazy(inst._zod, "values", () => {
2984
- return def.innerType._zod.values ? new Set([...def.innerType._zod.values, undefined]) : undefined;
2985
- });
2986
- util.defineLazy(inst._zod, "pattern", () => {
2987
- const pattern = def.innerType._zod.pattern;
2988
- return pattern ? new RegExp(`^(${util.cleanRegex(pattern.source)})?$`) : undefined;
2989
- });
2990
-
2991
- inst._zod.parse = (payload, ctx) => {
2992
- if (def.innerType._zod.optin === "optional") {
2993
- return def.innerType._zod.run(payload, ctx);
2994
- }
2995
- if (payload.value === undefined) {
2996
- return payload;
2997
- }
2998
- return def.innerType._zod.run(payload, ctx);
2999
- };
3000
- }
3001
- );
3002
-
3003
- ////////////////////////////////////////////
3004
- ////////////////////////////////////////////
3005
- ////////// //////////
3006
- ////////// $ZodNullable //////////
3007
- ////////// //////////
3008
- ////////////////////////////////////////////
3009
- ////////////////////////////////////////////
3010
- export interface $ZodNullableDef<T extends SomeType = $ZodType> extends $ZodTypeDef {
3011
- type: "nullable";
3012
- innerType: T;
3013
- }
3014
-
3015
- export interface $ZodNullableInternals<T extends SomeType = $ZodType>
3016
- extends $ZodTypeInternals<core.output<T> | null, core.input<T> | null> {
3017
- def: $ZodNullableDef<T>;
3018
- optin: T["_zod"]["optin"];
3019
- optout: T["_zod"]["optout"];
3020
- isst: never;
3021
- values: T["_zod"]["values"];
3022
- pattern: T["_zod"]["pattern"];
3023
- }
3024
-
3025
- export interface $ZodNullable<T extends SomeType = $ZodType> extends $ZodType {
3026
- _zod: $ZodNullableInternals<T>;
3027
- }
3028
-
3029
- export const $ZodNullable: core.$constructor<$ZodNullable> = /*@__PURE__*/ core.$constructor(
3030
- "$ZodNullable",
3031
- (inst, def) => {
3032
- $ZodType.init(inst, def);
3033
- util.defineLazy(inst._zod, "optin", () => def.innerType._zod.optin);
3034
- util.defineLazy(inst._zod, "optout", () => def.innerType._zod.optout);
3035
-
3036
- util.defineLazy(inst._zod, "pattern", () => {
3037
- const pattern = def.innerType._zod.pattern;
3038
- return pattern ? new RegExp(`^(${util.cleanRegex(pattern.source)}|null)$`) : undefined;
3039
- });
3040
-
3041
- util.defineLazy(inst._zod, "values", () => {
3042
- return def.innerType._zod.values ? new Set([...def.innerType._zod.values, null]) : undefined;
3043
- });
3044
-
3045
- inst._zod.parse = (payload, ctx) => {
3046
- if (payload.value === null) return payload;
3047
- return def.innerType._zod.run(payload, ctx);
3048
- };
3049
- }
3050
- );
3051
- // );
3052
-
3053
- ////////////////////////////////////////////
3054
- ////////////////////////////////////////////
3055
- ////////// //////////
3056
- ////////// $ZodDefault //////////
3057
- ////////// //////////
3058
- ////////////////////////////////////////////
3059
- ////////////////////////////////////////////
3060
- export interface $ZodDefaultDef<T extends SomeType = $ZodType> extends $ZodTypeDef {
3061
- type: "default";
3062
- innerType: T;
3063
- /** The default value. May be a getter. */
3064
- defaultValue: util.NoUndefined<core.output<T>>;
3065
- }
3066
-
3067
- export interface $ZodDefaultInternals<T extends SomeType = $ZodType>
3068
- extends $ZodTypeInternals<util.NoUndefined<core.output<T>>, core.input<T> | undefined> {
3069
- def: $ZodDefaultDef<T>;
3070
- optin: "optional";
3071
- optout?: "optional" | undefined; // required
3072
- isst: never;
3073
- values: T["_zod"]["values"];
3074
- }
3075
-
3076
- export interface $ZodDefault<T extends SomeType = $ZodType> extends $ZodType {
3077
- _zod: $ZodDefaultInternals<T>;
3078
- }
3079
-
3080
- export const $ZodDefault: core.$constructor<$ZodDefault> = /*@__PURE__*/ core.$constructor(
3081
- "$ZodDefault",
3082
- (inst, def) => {
3083
- $ZodType.init(inst, def);
3084
-
3085
- // inst._zod.qin = "true";
3086
- inst._zod.optin = "optional";
3087
- util.defineLazy(inst._zod, "values", () => def.innerType._zod.values);
3088
-
3089
- inst._zod.parse = (payload, ctx) => {
3090
- if (payload.value === undefined) {
3091
- payload.value = def.defaultValue;
3092
- /**
3093
- * $ZodDefault always returns the default value immediately.
3094
- * It doesn't pass the default value into the validator ("prefault"). There's no reason to pass the default value through validation. The validity of the default is enforced by TypeScript statically. Otherwise, it's the responsibility of the user to ensure the default is valid. In the case of pipes with divergent in/out types, you can specify the default on the `in` schema of your ZodPipe to set a "prefault" for the pipe. */
3095
- return payload;
3096
- }
3097
- const result = def.innerType._zod.run(payload, ctx);
3098
- if (result instanceof Promise) {
3099
- return result.then((result) => handleDefaultResult(result, def));
3100
- }
3101
- return handleDefaultResult(result, def);
3102
- };
3103
- }
3104
- );
3105
-
3106
- function handleDefaultResult(payload: ParsePayload, def: $ZodDefaultDef) {
3107
- if (payload.value === undefined) {
3108
- payload.value = def.defaultValue;
3109
- }
3110
- return payload;
3111
- }
3112
-
3113
- ////////////////////////////////////////////
3114
- ////////////////////////////////////////////
3115
- ////////// //////////
3116
- ////////// $ZodPrefault //////////
3117
- ////////// //////////
3118
- ////////////////////////////////////////////
3119
- ////////////////////////////////////////////
3120
-
3121
- export interface $ZodPrefaultDef<T extends SomeType = $ZodType> extends $ZodTypeDef {
3122
- type: "prefault";
3123
- innerType: T;
3124
- /** The default value. May be a getter. */
3125
- defaultValue: core.input<T>;
3126
- }
3127
-
3128
- export interface $ZodPrefaultInternals<T extends SomeType = $ZodType>
3129
- extends $ZodTypeInternals<util.NoUndefined<core.output<T>>, core.input<T> | undefined> {
3130
- def: $ZodPrefaultDef<T>;
3131
- optin: "optional";
3132
- optout?: "optional" | undefined;
3133
- isst: never;
3134
- values: T["_zod"]["values"];
3135
- }
3136
-
3137
- export interface $ZodPrefault<T extends SomeType = $ZodType> extends $ZodType {
3138
- _zod: $ZodPrefaultInternals<T>;
3139
- }
3140
-
3141
- export const $ZodPrefault: core.$constructor<$ZodPrefault> = /*@__PURE__*/ core.$constructor(
3142
- "$ZodPrefault",
3143
- (inst, def) => {
3144
- $ZodType.init(inst, def);
3145
-
3146
- inst._zod.optin = "optional";
3147
- util.defineLazy(inst._zod, "values", () => def.innerType._zod.values);
3148
-
3149
- inst._zod.parse = (payload, ctx) => {
3150
- if (payload.value === undefined) {
3151
- payload.value = def.defaultValue;
3152
- }
3153
- return def.innerType._zod.run(payload, ctx);
3154
- };
3155
- }
3156
- );
3157
-
3158
- ///////////////////////////////////////////////
3159
- ///////////////////////////////////////////////
3160
- ////////// //////////
3161
- ////////// $ZodNonOptional //////////
3162
- ////////// //////////
3163
- ///////////////////////////////////////////////
3164
- ///////////////////////////////////////////////
3165
- export interface $ZodNonOptionalDef<T extends SomeType = $ZodType> extends $ZodTypeDef {
3166
- type: "nonoptional";
3167
- innerType: T;
3168
- }
3169
-
3170
- export interface $ZodNonOptionalInternals<T extends SomeType = $ZodType>
3171
- extends $ZodTypeInternals<util.NoUndefined<core.output<T>>, util.NoUndefined<core.input<T>>> {
3172
- def: $ZodNonOptionalDef<T>;
3173
- isst: errors.$ZodIssueInvalidType;
3174
- values: T["_zod"]["values"];
3175
- optin: "optional" | undefined;
3176
- optout: "optional" | undefined;
3177
- }
3178
-
3179
- export interface $ZodNonOptional<T extends SomeType = $ZodType> extends $ZodType {
3180
- _zod: $ZodNonOptionalInternals<T>;
3181
- }
3182
-
3183
- export const $ZodNonOptional: core.$constructor<$ZodNonOptional> = /*@__PURE__*/ core.$constructor(
3184
- "$ZodNonOptional",
3185
- (inst, def) => {
3186
- $ZodType.init(inst, def);
3187
-
3188
- util.defineLazy(inst._zod, "values", () => {
3189
- const v = def.innerType._zod.values;
3190
- return v ? new Set([...v].filter((x) => x !== undefined)) : undefined;
3191
- });
3192
-
3193
- inst._zod.parse = (payload, ctx) => {
3194
- const result = def.innerType._zod.run(payload, ctx);
3195
- if (result instanceof Promise) {
3196
- return result.then((result) => handleNonOptionalResult(result, inst));
3197
- }
3198
- return handleNonOptionalResult(result, inst);
3199
- };
3200
- }
3201
- );
3202
-
3203
- function handleNonOptionalResult(payload: ParsePayload, inst: $ZodNonOptional) {
3204
- if (!payload.issues.length && payload.value === undefined) {
3205
- payload.issues.push({
3206
- code: "invalid_type",
3207
- expected: "nonoptional",
3208
- input: payload.value,
3209
- inst,
3210
- });
3211
- }
3212
- return payload;
3213
- }
3214
-
3215
- ////////////////////////////////////////////
3216
- ////////////////////////////////////////////
3217
- ////////// //////////
3218
- ////////// $ZodCoalesce //////////
3219
- ////////// //////////
3220
- ////////////////////////////////////////////
3221
- ////////////////////////////////////////////
3222
- // export interface $ZodCoalesceDef<T extends $ZodType = $ZodType> extends $ZodTypeDef {
3223
- // type: "coalesce";
3224
- // innerType: T;
3225
- // defaultValue: () => NonNullable<T['_zod']["output"]>;
3226
- // }
3227
-
3228
- // export _interface $ZodCoalesceInternals<T extends $ZodType = $ZodType>
3229
- // extends $ZodTypeInternals<NonNullable<T['_zod']["output"]>, T['_zod']["input"] | undefined | null> {
3230
- // _def: $ZodCoalesceDef<T>;
3231
- // _isst: errors.$ZodIssueInvalidType;
3232
- // _qin: "true";
3233
- // }
3234
-
3235
- // function handleCoalesceResult(payload: ParsePayload, def: $ZodCoalesceDef) {
3236
- // payload.value ??= def.defaultValue();
3237
- // return payload;
3238
- // }
3239
-
3240
- // export const $ZodCoalesce: core.$constructor<{_zod: $ZodCoalesceInternals}> = /*@__PURE__*/ core.$constructor(
3241
- // "$ZodCoalesce",
3242
- // (inst, def) => {
3243
- // $ZodType.init(inst, def);
3244
- // inst._zod.qin = "true";
3245
- // inst._zod.parse = (payload, ctx) => {
3246
- // const result = def.innerType._zod.run(payload, ctx);
3247
- // if (result instanceof Promise) {
3248
- // return result.then((result) => handleCoalesceResult(result, def));
3249
- // }
3250
- // return handleCoalesceResult(result, def);
3251
- // };
3252
- // }
3253
- // );
3254
-
3255
- /////////////////////////////////////////////
3256
- /////////////////////////////////////////////
3257
- ////////// //////////
3258
- ////////// $ZodSuccess //////////
3259
- ////////// //////////
3260
- /////////////////////////////////////////////
3261
- /////////////////////////////////////////////
3262
- export interface $ZodSuccessDef<T extends SomeType = $ZodType> extends $ZodTypeDef {
3263
- type: "success";
3264
- innerType: T;
3265
- }
3266
-
3267
- export interface $ZodSuccessInternals<T extends SomeType = $ZodType> extends $ZodTypeInternals<boolean, core.input<T>> {
3268
- def: $ZodSuccessDef<T>;
3269
- isst: never;
3270
- optin: T["_zod"]["optin"];
3271
- optout: "optional" | undefined;
3272
- }
3273
-
3274
- export interface $ZodSuccess<T extends SomeType = $ZodType> extends $ZodType {
3275
- _zod: $ZodSuccessInternals<T>;
3276
- }
3277
-
3278
- export const $ZodSuccess: core.$constructor<$ZodSuccess> = /*@__PURE__*/ core.$constructor(
3279
- "$ZodSuccess",
3280
- (inst, def) => {
3281
- $ZodType.init(inst, def);
3282
-
3283
- inst._zod.parse = (payload, ctx) => {
3284
- const result = def.innerType._zod.run(payload, ctx);
3285
- if (result instanceof Promise) {
3286
- return result.then((result) => {
3287
- payload.value = result.issues.length === 0;
3288
- return payload;
3289
- });
3290
- }
3291
- payload.value = result.issues.length === 0;
3292
- return payload;
3293
- };
3294
- }
3295
- );
3296
-
3297
- ////////////////////////////////////////////
3298
- ////////////////////////////////////////////
3299
- ////////// //////////
3300
- ////////// $ZodCatch //////////
3301
- ////////// //////////
3302
- ////////////////////////////////////////////
3303
- ////////////////////////////////////////////
3304
- export interface $ZodCatchCtx extends ParsePayload {
3305
- /** @deprecated Use `ctx.issues` */
3306
- error: { issues: errors.$ZodIssue[] };
3307
- /** @deprecated Use `ctx.value` */
3308
- input: unknown;
3309
- }
3310
- export interface $ZodCatchDef<T extends SomeType = $ZodType> extends $ZodTypeDef {
3311
- type: "catch";
3312
- innerType: T;
3313
- catchValue: (ctx: $ZodCatchCtx) => unknown;
3314
- }
3315
-
3316
- export interface $ZodCatchInternals<T extends SomeType = $ZodType>
3317
- extends $ZodTypeInternals<core.output<T>, core.input<T> | util.Whatever> {
3318
- def: $ZodCatchDef<T>;
3319
- // qin: T["_zod"]["qin"];
3320
- // qout: T["_zod"]["qout"];
3321
-
3322
- optin: T["_zod"]["optin"];
3323
- optout: T["_zod"]["optout"];
3324
- isst: never;
3325
- values: T["_zod"]["values"];
3326
- }
3327
-
3328
- export interface $ZodCatch<T extends SomeType = $ZodType> extends $ZodType {
3329
- _zod: $ZodCatchInternals<T>;
3330
- }
3331
-
3332
- export const $ZodCatch: core.$constructor<$ZodCatch> = /*@__PURE__*/ core.$constructor("$ZodCatch", (inst, def) => {
3333
- $ZodType.init(inst, def);
3334
- inst._zod.optin = "optional";
3335
- util.defineLazy(inst._zod, "optout", () => def.innerType._zod.optout);
3336
- util.defineLazy(inst._zod, "values", () => def.innerType._zod.values);
3337
-
3338
- inst._zod.parse = (payload, ctx) => {
3339
- const result = def.innerType._zod.run(payload, ctx);
3340
- if (result instanceof Promise) {
3341
- return result.then((result) => {
3342
- payload.value = result.value;
3343
- if (result.issues.length) {
3344
- payload.value = def.catchValue({
3345
- ...payload,
3346
- error: {
3347
- issues: result.issues.map((iss) => util.finalizeIssue(iss, ctx, core.config())),
3348
- },
3349
- input: payload.value,
3350
- });
3351
- payload.issues = [];
3352
- }
3353
-
3354
- return payload;
3355
- });
3356
- }
3357
-
3358
- payload.value = result.value;
3359
- if (result.issues.length) {
3360
- payload.value = def.catchValue({
3361
- ...payload,
3362
- error: {
3363
- issues: result.issues.map((iss) => util.finalizeIssue(iss, ctx, core.config())),
3364
- },
3365
- input: payload.value,
3366
- });
3367
- payload.issues = [];
3368
- }
3369
-
3370
- return payload;
3371
- };
3372
- });
3373
-
3374
- ////////////////////////////////////////////
3375
- ////////////////////////////////////////////
3376
- ////////// //////////
3377
- ////////// $ZodNaN //////////
3378
- ////////// //////////
3379
- ////////////////////////////////////////////
3380
- ////////////////////////////////////////////
3381
- export interface $ZodNaNDef extends $ZodTypeDef {
3382
- type: "nan";
3383
- }
3384
-
3385
- export interface $ZodNaNInternals extends $ZodTypeInternals<number, number> {
3386
- def: $ZodNaNDef;
3387
- isst: errors.$ZodIssueInvalidType;
3388
- }
3389
-
3390
- export interface $ZodNaN extends $ZodType {
3391
- _zod: $ZodNaNInternals;
3392
- }
3393
-
3394
- export const $ZodNaN: core.$constructor<$ZodNaN> = /*@__PURE__*/ core.$constructor("$ZodNaN", (inst, def) => {
3395
- $ZodType.init(inst, def);
3396
-
3397
- inst._zod.parse = (payload, _ctx) => {
3398
- if (typeof payload.value !== "number" || !Number.isNaN(payload.value)) {
3399
- payload.issues.push({
3400
- input: payload.value,
3401
- inst,
3402
- expected: "nan",
3403
- code: "invalid_type",
3404
- });
3405
- return payload;
3406
- }
3407
- return payload;
3408
- };
3409
- });
3410
-
3411
- ////////////////////////////////////////////
3412
- ////////////////////////////////////////////
3413
- ////////// //////////
3414
- ////////// $ZodPipe //////////
3415
- ////////// //////////
3416
- ////////////////////////////////////////////
3417
- ////////////////////////////////////////////
3418
- export interface $ZodPipeDef<A extends SomeType = $ZodType, B extends SomeType = $ZodType> extends $ZodTypeDef {
3419
- type: "pipe";
3420
- in: A;
3421
- out: B;
3422
- }
3423
-
3424
- export interface $ZodPipeInternals<A extends SomeType = $ZodType, B extends SomeType = $ZodType>
3425
- extends $ZodTypeInternals<core.output<B>, core.input<A>> {
3426
- def: $ZodPipeDef<A, B>;
3427
- isst: never;
3428
- values: A["_zod"]["values"];
3429
- optin: A["_zod"]["optin"];
3430
- optout: B["_zod"]["optout"];
3431
- }
3432
-
3433
- export interface $ZodPipe<A extends SomeType = $ZodType, B extends SomeType = $ZodType> extends $ZodType {
3434
- _zod: $ZodPipeInternals<A, B>;
3435
- }
3436
-
3437
- export const $ZodPipe: core.$constructor<$ZodPipe> = /*@__PURE__*/ core.$constructor("$ZodPipe", (inst, def) => {
3438
- $ZodType.init(inst, def);
3439
- util.defineLazy(inst._zod, "values", () => def.in._zod.values);
3440
- util.defineLazy(inst._zod, "optin", () => def.in._zod.optin);
3441
- util.defineLazy(inst._zod, "optout", () => def.out._zod.optout);
3442
-
3443
- inst._zod.parse = (payload, ctx) => {
3444
- const left = def.in._zod.run(payload, ctx);
3445
- if (left instanceof Promise) {
3446
- return left.then((left) => handlePipeResult(left, def, ctx));
3447
- }
3448
- return handlePipeResult(left, def, ctx);
3449
- };
3450
- });
3451
-
3452
- function handlePipeResult(left: ParsePayload, def: $ZodPipeDef, ctx: ParseContext) {
3453
- if (util.aborted(left)) {
3454
- return left;
3455
- }
3456
- return def.out._zod.run({ value: left.value, issues: left.issues }, ctx);
3457
- }
3458
-
3459
- ////////////////////////////////////////////
3460
- ////////////////////////////////////////////
3461
- ////////// //////////
3462
- ////////// $ZodReadonly //////////
3463
- ////////// //////////
3464
- ////////////////////////////////////////////
3465
- ////////////////////////////////////////////
3466
-
3467
- export interface $ZodReadonlyDef<T extends SomeType = $ZodType> extends $ZodTypeDef {
3468
- type: "readonly";
3469
- innerType: T;
3470
- }
3471
-
3472
- export interface $ZodReadonlyInternals<T extends SomeType = $ZodType>
3473
- extends $ZodTypeInternals<util.MakeReadonly<core.output<T>>, util.MakeReadonly<core.input<T>>> {
3474
- def: $ZodReadonlyDef<T>;
3475
- optin: T["_zod"]["optin"];
3476
- optout: T["_zod"]["optout"];
3477
- isst: never;
3478
- propValues: T["_zod"]["propValues"];
3479
- values: T["_zod"]["values"];
3480
- }
3481
-
3482
- export interface $ZodReadonly<T extends SomeType = $ZodType> extends $ZodType {
3483
- _zod: $ZodReadonlyInternals<T>;
3484
- }
3485
-
3486
- export const $ZodReadonly: core.$constructor<$ZodReadonly> = /*@__PURE__*/ core.$constructor(
3487
- "$ZodReadonly",
3488
- (inst, def) => {
3489
- $ZodType.init(inst, def);
3490
- util.defineLazy(inst._zod, "propValues", () => def.innerType._zod.propValues);
3491
- util.defineLazy(inst._zod, "values", () => def.innerType._zod.values);
3492
- util.defineLazy(inst._zod, "optin", () => def.innerType._zod.optin);
3493
- util.defineLazy(inst._zod, "optout", () => def.innerType._zod.optout);
3494
-
3495
- inst._zod.parse = (payload, ctx) => {
3496
- const result = def.innerType._zod.run(payload, ctx);
3497
- if (result instanceof Promise) {
3498
- return result.then(handleReadonlyResult);
3499
- }
3500
- return handleReadonlyResult(result);
3501
- };
3502
- }
3503
- );
3504
-
3505
- function handleReadonlyResult(payload: ParsePayload): ParsePayload {
3506
- payload.value = Object.freeze(payload.value);
3507
- return payload;
3508
- }
3509
-
3510
- /////////////////////////////////////////////
3511
- /////////////////////////////////////////////
3512
- ////////// //////////
3513
- ////////// $ZodTemplateLiteral //////////
3514
- ////////// //////////
3515
- /////////////////////////////////////////////
3516
- /////////////////////////////////////////////
3517
-
3518
- export interface $ZodTemplateLiteralDef extends $ZodTypeDef {
3519
- type: "template_literal";
3520
- parts: $ZodTemplateLiteralPart[];
3521
- }
3522
- export interface $ZodTemplateLiteralInternals<Template extends string = string>
3523
- extends $ZodTypeInternals<Template, Template> {
3524
- pattern: RegExp;
3525
- def: $ZodTemplateLiteralDef;
3526
- isst: errors.$ZodIssueInvalidType;
3527
- }
3528
-
3529
- export interface $ZodTemplateLiteral<Template extends string = string> extends $ZodType {
3530
- _zod: $ZodTemplateLiteralInternals<Template>;
3531
- }
3532
-
3533
- type LiteralPart = Exclude<util.Literal, symbol>; //string | number | boolean | null | undefined;
3534
- interface SchemaPartInternals extends $ZodTypeInternals<LiteralPart, LiteralPart> {
3535
- pattern: RegExp;
3536
- }
3537
- interface SchemaPart extends $ZodType {
3538
- _zod: SchemaPartInternals;
3539
- }
3540
- export type $ZodTemplateLiteralPart = LiteralPart | SchemaPart;
3541
-
3542
- type UndefinedToEmptyString<T> = T extends undefined ? "" : T;
3543
- type AppendToTemplateLiteral<
3544
- Template extends string,
3545
- Suffix extends LiteralPart | $ZodType,
3546
- > = Suffix extends LiteralPart
3547
- ? `${Template}${UndefinedToEmptyString<Suffix>}`
3548
- : Suffix extends $ZodType
3549
- ? `${Template}${core.output<Suffix> extends infer T extends LiteralPart ? UndefinedToEmptyString<T> : never}`
3550
- : never;
3551
-
3552
- export type ConcatenateTupleOfStrings<T extends string[]> = T extends [
3553
- infer First extends string,
3554
- ...infer Rest extends string[],
3555
- ]
3556
- ? Rest extends string[]
3557
- ? First extends ""
3558
- ? ConcatenateTupleOfStrings<Rest>
3559
- : `${First}${ConcatenateTupleOfStrings<Rest>}`
3560
- : never
3561
- : "";
3562
- export type ConvertPartsToStringTuple<Parts extends $ZodTemplateLiteralPart[]> = {
3563
- [K in keyof Parts]: Parts[K] extends LiteralPart
3564
- ? `${UndefinedToEmptyString<Parts[K]>}`
3565
- : Parts[K] extends $ZodType
3566
- ? `${core.output<Parts[K]> extends infer T extends LiteralPart ? UndefinedToEmptyString<T> : never}`
3567
- : never;
3568
- };
3569
-
3570
- export type ToTemplateLiteral<Parts extends $ZodTemplateLiteralPart[]> = ConcatenateTupleOfStrings<
3571
- ConvertPartsToStringTuple<Parts>
3572
- >;
3573
- // type lkjasd = ConcatenateTupleOfStrings<["Hello", " ", "World", "!"]>; // "Hello World!"
3574
- export type $PartsToTemplateLiteral<Parts extends $ZodTemplateLiteralPart[]> = [] extends Parts
3575
- ? ``
3576
- : Parts extends [...infer Rest, infer Last extends $ZodTemplateLiteralPart]
3577
- ? Rest extends $ZodTemplateLiteralPart[]
3578
- ? AppendToTemplateLiteral<$PartsToTemplateLiteral<Rest>, Last>
3579
- : never
3580
- : never;
3581
-
3582
- export const $ZodTemplateLiteral: core.$constructor<$ZodTemplateLiteral> = /*@__PURE__*/ core.$constructor(
3583
- "$ZodTemplateLiteral",
3584
- (inst, def) => {
3585
- $ZodType.init(inst, def);
3586
- const regexParts: string[] = [];
3587
- for (const part of def.parts) {
3588
- if (part instanceof $ZodType) {
3589
- if (!part._zod.pattern) {
3590
- // if (!source)
3591
- throw new Error(`Invalid template literal part, no pattern found: ${[...(part as any)._zod.traits].shift()}`);
3592
- }
3593
-
3594
- const source = part._zod.pattern instanceof RegExp ? part._zod.pattern.source : part._zod.pattern;
3595
-
3596
- if (!source) throw new Error(`Invalid template literal part: ${part._zod.traits}`);
3597
-
3598
- const start = source.startsWith("^") ? 1 : 0;
3599
- const end = source.endsWith("$") ? source.length - 1 : source.length;
3600
- regexParts.push(source.slice(start, end));
3601
- } else if (part === null || util.primitiveTypes.has(typeof part)) {
3602
- regexParts.push(util.escapeRegex(`${part}`));
3603
- } else {
3604
- throw new Error(`Invalid template literal part: ${part}`);
3605
- }
3606
- }
3607
- inst._zod.pattern = new RegExp(`^${regexParts.join("")}$`);
3608
-
3609
- inst._zod.parse = (payload, _ctx) => {
3610
- if (typeof payload.value !== "string") {
3611
- payload.issues.push({
3612
- input: payload.value,
3613
- inst,
3614
- expected: "template_literal",
3615
- code: "invalid_type",
3616
- });
3617
- return payload;
3618
- }
3619
-
3620
- inst._zod.pattern.lastIndex = 0;
3621
-
3622
- if (!inst._zod.pattern.test(payload.value)) {
3623
- payload.issues.push({
3624
- input: payload.value,
3625
- inst,
3626
- code: "invalid_format",
3627
- format: "template_literal",
3628
- pattern: inst._zod.pattern.source,
3629
- });
3630
- return payload;
3631
- }
3632
-
3633
- return payload;
3634
- };
3635
- }
3636
- );
3637
-
3638
- /////////////////////////////////////////
3639
- /////////////////////////////////////////
3640
- ////////// //////////
3641
- ////////// $ZodPromise //////////
3642
- ////////// //////////
3643
- /////////////////////////////////////////
3644
- /////////////////////////////////////////
3645
- export interface $ZodPromiseDef<T extends SomeType = $ZodType> extends $ZodTypeDef {
3646
- type: "promise";
3647
- innerType: T;
3648
- }
3649
-
3650
- export interface $ZodPromiseInternals<T extends SomeType = $ZodType>
3651
- extends $ZodTypeInternals<core.output<T>, util.MaybeAsync<core.input<T>>> {
3652
- def: $ZodPromiseDef<T>;
3653
- isst: never;
3654
- }
3655
-
3656
- export interface $ZodPromise<T extends SomeType = $ZodType> extends $ZodType {
3657
- _zod: $ZodPromiseInternals<T>;
3658
- }
3659
-
3660
- export const $ZodPromise: core.$constructor<$ZodPromise> = /*@__PURE__*/ core.$constructor(
3661
- "$ZodPromise",
3662
- (inst, def) => {
3663
- $ZodType.init(inst, def);
3664
-
3665
- inst._zod.parse = (payload, ctx) => {
3666
- return Promise.resolve(payload.value).then((inner) => def.innerType._zod.run({ value: inner, issues: [] }, ctx));
3667
- };
3668
- }
3669
- );
3670
-
3671
- //////////////////////////////////////////
3672
- //////////////////////////////////////////
3673
- ////////// //////////
3674
- ////////// $ZodLazy //////////
3675
- ////////// //////////
3676
- //////////////////////////////////////////
3677
- //////////////////////////////////////////
3678
-
3679
- export interface $ZodLazyDef<T extends SomeType = $ZodType> extends $ZodTypeDef {
3680
- type: "lazy";
3681
- getter: () => T;
3682
- }
3683
-
3684
- export interface $ZodLazyInternals<T extends SomeType = $ZodType>
3685
- extends $ZodTypeInternals<core.output<T>, core.input<T>> {
3686
- def: $ZodLazyDef<T>;
3687
- isst: never;
3688
- /** Auto-cached way to retrieve the inner schema */
3689
- innerType: T;
3690
- pattern: T["_zod"]["pattern"];
3691
- propValues: T["_zod"]["propValues"];
3692
- optin: T["_zod"]["optin"];
3693
- optout: T["_zod"]["optout"];
3694
- }
3695
-
3696
- export interface $ZodLazy<T extends SomeType = $ZodType> extends $ZodType {
3697
- _zod: $ZodLazyInternals<T>;
3698
- }
3699
-
3700
- export const $ZodLazy: core.$constructor<$ZodLazy> = /*@__PURE__*/ core.$constructor("$ZodLazy", (inst, def) => {
3701
- $ZodType.init(inst, def);
3702
-
3703
- util.defineLazy(inst._zod, "innerType", () => def.getter() as $ZodType);
3704
- util.defineLazy(inst._zod, "pattern", () => inst._zod.innerType._zod.pattern);
3705
- util.defineLazy(inst._zod, "propValues", () => inst._zod.innerType._zod.propValues);
3706
- util.defineLazy(inst._zod, "optin", () => inst._zod.innerType._zod.optin);
3707
- util.defineLazy(inst._zod, "optout", () => inst._zod.innerType._zod.optout);
3708
- inst._zod.parse = (payload, ctx) => {
3709
- const inner = inst._zod.innerType;
3710
- return inner._zod.run(payload, ctx);
3711
- };
3712
- });
3713
-
3714
- ////////////////////////////////////////
3715
- ////////////////////////////////////////
3716
- ////////// //////////
3717
- ////////// $ZodCustom //////////
3718
- ////////// //////////
3719
- ////////////////////////////////////////
3720
- ////////////////////////////////////////
3721
- export interface $ZodCustomDef<O = unknown> extends $ZodTypeDef, checks.$ZodCheckDef {
3722
- type: "custom";
3723
- check: "custom";
3724
- path?: PropertyKey[] | undefined;
3725
- error?: errors.$ZodErrorMap | undefined;
3726
- params?: Record<string, any> | undefined;
3727
- fn: (arg: O) => unknown;
3728
- }
3729
-
3730
- export interface $ZodCustomInternals<O = unknown, I = unknown>
3731
- extends $ZodTypeInternals<O, I>,
3732
- checks.$ZodCheckInternals<O> {
3733
- def: $ZodCustomDef;
3734
- issc: errors.$ZodIssue;
3735
- isst: never;
3736
- bag: util.LoosePartial<{
3737
- Class: typeof util.Class;
3738
- }>;
3739
- }
3740
-
3741
- export interface $ZodCustom<O = unknown, I = unknown> extends $ZodType {
3742
- _zod: $ZodCustomInternals<O, I>;
3743
- }
3744
-
3745
- export const $ZodCustom: core.$constructor<$ZodCustom> = /*@__PURE__*/ core.$constructor("$ZodCustom", (inst, def) => {
3746
- checks.$ZodCheck.init(inst, def);
3747
- $ZodType.init(inst, def);
3748
-
3749
- inst._zod.parse = (payload, _) => {
3750
- return payload;
3751
- };
3752
-
3753
- inst._zod.check = (payload) => {
3754
- const input = payload.value;
3755
- const r = def.fn(input as any);
3756
- if (r instanceof Promise) {
3757
- return r.then((r) => handleRefineResult(r, payload, input, inst));
3758
- }
3759
- handleRefineResult(r, payload, input, inst);
3760
- return;
3761
- };
3762
- });
3763
-
3764
- function handleRefineResult(result: unknown, payload: ParsePayload, input: unknown, inst: $ZodCustom): void {
3765
- if (!result) {
3766
- const _iss: any = {
3767
- code: "custom",
3768
- input,
3769
- inst, // incorporates params.error into issue reporting
3770
- path: [...(inst._zod.def.path ?? [])], // incorporates params.error into issue reporting
3771
- continue: !inst._zod.def.abort,
3772
- // params: inst._zod.def.params,
3773
- };
3774
- if (inst._zod.def.params) _iss.params = inst._zod.def.params;
3775
- payload.issues.push(util.issue(_iss));
3776
- }
3777
- }
3778
-
3779
- export type $ZodTypes =
3780
- | $ZodString
3781
- | $ZodNumber
3782
- | $ZodBigInt
3783
- | $ZodBoolean
3784
- | $ZodDate
3785
- | $ZodSymbol
3786
- | $ZodUndefined
3787
- | $ZodNullable
3788
- | $ZodNull
3789
- | $ZodAny
3790
- | $ZodUnknown
3791
- | $ZodNever
3792
- | $ZodVoid
3793
- | $ZodArray
3794
- | $ZodObject
3795
- | $ZodUnion
3796
- | $ZodIntersection
3797
- | $ZodTuple
3798
- | $ZodRecord
3799
- | $ZodMap
3800
- | $ZodSet
3801
- | $ZodLiteral
3802
- | $ZodEnum
3803
- | $ZodPromise
3804
- | $ZodLazy
3805
- | $ZodOptional
3806
- | $ZodDefault
3807
- | $ZodPrefault
3808
- | $ZodTemplateLiteral
3809
- | $ZodCustom
3810
- | $ZodTransform
3811
- | $ZodNonOptional
3812
- | $ZodReadonly
3813
- | $ZodNaN
3814
- | $ZodPipe
3815
- | $ZodSuccess
3816
- | $ZodCatch
3817
- | $ZodFile;
3818
-
3819
- export type $ZodStringFormatTypes =
3820
- | $ZodGUID
3821
- | $ZodUUID
3822
- | $ZodEmail
3823
- | $ZodURL
3824
- | $ZodEmoji
3825
- | $ZodNanoID
3826
- | $ZodCUID
3827
- | $ZodCUID2
3828
- | $ZodULID
3829
- | $ZodXID
3830
- | $ZodKSUID
3831
- | $ZodISODateTime
3832
- | $ZodISODate
3833
- | $ZodISOTime
3834
- | $ZodISODuration
3835
- | $ZodIPv4
3836
- | $ZodIPv6
3837
- | $ZodCIDRv4
3838
- | $ZodCIDRv6
3839
- | $ZodBase64
3840
- | $ZodBase64URL
3841
- | $ZodE164
3842
- | $ZodJWT;