@salesforce/b2c-dx-mcp 2.1.2 → 3.0.1

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 (1439) hide show
  1. package/README.md +20 -129
  2. package/content/guidance/b2c/b2c-business-manager-extensions/SKILL.md +361 -0
  3. package/content/guidance/b2c/b2c-business-manager-extensions/references/EXTENSIONS-XML.md +458 -0
  4. package/content/guidance/b2c/b2c-controllers/SKILL.md +301 -0
  5. package/content/guidance/b2c/b2c-controllers/references/CLASSIC-PATTERNS.md +335 -0
  6. package/content/guidance/b2c/b2c-controllers/references/SFRA-PATTERNS.md +400 -0
  7. package/content/guidance/b2c/b2c-custom-api-development/SKILL.md +281 -0
  8. package/content/guidance/b2c/b2c-custom-api-development/references/CONTRACT.md +142 -0
  9. package/content/guidance/b2c/b2c-custom-api-development/references/IMPLEMENTATION.md +153 -0
  10. package/content/guidance/b2c/b2c-custom-api-development/references/TESTING.md +118 -0
  11. package/content/guidance/b2c/b2c-custom-caches/SKILL.md +279 -0
  12. package/content/guidance/b2c/b2c-custom-job-steps/SKILL.md +520 -0
  13. package/content/guidance/b2c/b2c-custom-job-steps/references/CHUNK-ORIENTED.md +377 -0
  14. package/content/guidance/b2c/b2c-custom-job-steps/references/JOBS-XML.md +212 -0
  15. package/content/guidance/b2c/b2c-custom-job-steps/references/STEPTYPES-JSON.md +373 -0
  16. package/content/guidance/b2c/b2c-custom-job-steps/references/TASK-ORIENTED.md +344 -0
  17. package/content/guidance/b2c/b2c-custom-objects/SKILL.md +327 -0
  18. package/content/guidance/b2c/b2c-custom-objects/references/OCAPI-SEARCH.md +298 -0
  19. package/content/guidance/b2c/b2c-forms/SKILL.md +242 -0
  20. package/content/guidance/b2c/b2c-forms/references/FORM-XML.md +409 -0
  21. package/content/guidance/b2c/b2c-hooks/SKILL.md +500 -0
  22. package/content/guidance/b2c/b2c-hooks/references/OCAPI-SCAPI-HOOKS.md +403 -0
  23. package/content/guidance/b2c/b2c-hooks/references/ORDER-HOOK-LIFECYCLE.md +169 -0
  24. package/content/guidance/b2c/b2c-hooks/references/SYSTEM-HOOKS.md +433 -0
  25. package/content/guidance/b2c/b2c-isml/SKILL.md +320 -0
  26. package/content/guidance/b2c/b2c-isml/references/EXPRESSIONS.md +366 -0
  27. package/content/guidance/b2c/b2c-isml/references/TAGS.md +443 -0
  28. package/content/guidance/b2c/b2c-localization/SKILL.md +344 -0
  29. package/content/guidance/b2c/b2c-localization/references/PATTERNS.md +407 -0
  30. package/content/guidance/b2c/b2c-logging/SKILL.md +352 -0
  31. package/content/guidance/b2c/b2c-logging/references/LOG-FILES.md +282 -0
  32. package/content/guidance/b2c/b2c-metadata/SKILL.md +406 -0
  33. package/content/guidance/b2c/b2c-metadata/references/SYSTEM-OBJECTS.md +320 -0
  34. package/content/guidance/b2c/b2c-metadata/references/XML-EXAMPLES.md +366 -0
  35. package/content/guidance/b2c/b2c-onboarding/SKILL.md +154 -0
  36. package/content/guidance/b2c/b2c-ordering/SKILL.md +391 -0
  37. package/content/guidance/b2c/b2c-page-designer/SKILL.md +410 -0
  38. package/content/guidance/b2c/b2c-page-designer/references/ATTRIBUTE-TYPES.md +436 -0
  39. package/content/guidance/b2c/b2c-page-designer/references/META-DEFINITIONS.md +340 -0
  40. package/content/guidance/b2c/b2c-querying-data/SKILL.md +289 -0
  41. package/content/guidance/b2c/b2c-querying-data/references/PERFORMANCE-APIS.md +74 -0
  42. package/content/guidance/b2c/b2c-scapi-admin/SKILL.md +53 -0
  43. package/content/guidance/b2c/b2c-scapi-admin/references/CLIENT-EXAMPLES.md +440 -0
  44. package/content/guidance/b2c/b2c-scapi-admin/references/INTEGRATION-PATTERNS.md +518 -0
  45. package/content/guidance/b2c/b2c-scapi-admin/references/OAUTH-SCOPES.md +337 -0
  46. package/content/guidance/b2c/b2c-scapi-shopper/SKILL.md +56 -0
  47. package/content/guidance/b2c/b2c-scapi-shopper/references/CHECKOUT-FLOW.md +466 -0
  48. package/content/guidance/b2c/b2c-scapi-shopper/references/CLIENT-EXAMPLES.md +352 -0
  49. package/content/guidance/b2c/b2c-scapi-shopper/references/COMMON-PATTERNS.md +390 -0
  50. package/content/guidance/b2c/b2c-scapi-shopper/references/SCOPES.md +290 -0
  51. package/content/guidance/b2c/b2c-slas-auth-patterns/SKILL.md +420 -0
  52. package/content/guidance/b2c/b2c-slas-auth-patterns/references/PASSKEYS.md +126 -0
  53. package/content/guidance/b2c/b2c-slas-auth-patterns/references/SESSION-BRIDGE.md +267 -0
  54. package/content/guidance/b2c/b2c-slas-auth-patterns/references/TOKEN-LIFECYCLE.md +367 -0
  55. package/content/guidance/b2c/b2c-webservices/SKILL.md +318 -0
  56. package/content/guidance/b2c/b2c-webservices/references/FTP-SERVICES.md +524 -0
  57. package/content/guidance/b2c/b2c-webservices/references/HTTP-SERVICES.md +578 -0
  58. package/content/guidance/b2c/b2c-webservices/references/SERVICES-XML.md +351 -0
  59. package/content/guidance/b2c/b2c-webservices/references/SOAP-SERVICES.md +587 -0
  60. package/content/guidance/b2c-cli/b2c-am/SKILL.md +277 -0
  61. package/content/guidance/b2c-cli/b2c-bm-users-roles/SKILL.md +210 -0
  62. package/content/guidance/b2c-cli/b2c-cap/SKILL.md +131 -0
  63. package/content/guidance/b2c-cli/b2c-cip/SKILL.md +116 -0
  64. package/content/guidance/b2c-cli/b2c-cip/references/KNOWN_TABLES.md +105 -0
  65. package/content/guidance/b2c-cli/b2c-cip/references/SALES_ANALYSIS.md +50 -0
  66. package/content/guidance/b2c-cli/b2c-cip/references/STARTER_QUERIES.md +147 -0
  67. package/content/guidance/b2c-cli/b2c-code/SKILL.md +146 -0
  68. package/content/guidance/b2c-cli/b2c-config/SKILL.md +412 -0
  69. package/content/guidance/b2c-cli/b2c-content/SKILL.md +176 -0
  70. package/content/guidance/b2c-cli/b2c-debug/SKILL.md +138 -0
  71. package/content/guidance/b2c-cli/b2c-docs/SKILL.md +274 -0
  72. package/content/guidance/b2c-cli/b2c-ecdn/SKILL.md +135 -0
  73. package/content/guidance/b2c-cli/b2c-ecdn/references/ADVANCED.md +82 -0
  74. package/content/guidance/b2c-cli/b2c-ecdn/references/SECURITY.md +75 -0
  75. package/content/guidance/b2c-cli/b2c-import-set-migrations/SKILL.md +265 -0
  76. package/content/guidance/b2c-cli/b2c-job/SKILL.md +62 -0
  77. package/content/guidance/b2c-cli/b2c-job/references/EXPORT.md +115 -0
  78. package/content/guidance/b2c-cli/b2c-job/references/IMPORT.md +43 -0
  79. package/content/guidance/b2c-cli/b2c-job/references/RUN-AND-MONITOR.md +119 -0
  80. package/content/guidance/b2c-cli/b2c-logs/SKILL.md +249 -0
  81. package/content/guidance/b2c-cli/b2c-metrics/SKILL.md +315 -0
  82. package/content/guidance/b2c-cli/b2c-mrt/SKILL.md +206 -0
  83. package/content/guidance/b2c-cli/b2c-mrt/references/BUNDLE-COMMANDS.md +185 -0
  84. package/content/guidance/b2c-cli/b2c-mrt/references/ENVIRONMENT-COMMANDS.md +195 -0
  85. package/content/guidance/b2c-cli/b2c-mrt/references/PROJECT-COMMANDS.md +154 -0
  86. package/content/guidance/b2c-cli/b2c-sandbox/SKILL.md +112 -0
  87. package/content/guidance/b2c-cli/b2c-scapi-custom/SKILL.md +126 -0
  88. package/content/guidance/b2c-cli/b2c-scapi-schemas/SKILL.md +64 -0
  89. package/content/guidance/b2c-cli/b2c-scapi-schemas/references/CLI-EXAMPLES.md +108 -0
  90. package/content/guidance/b2c-cli/b2c-site-import-export/SKILL.md +57 -0
  91. package/content/guidance/b2c-cli/b2c-site-import-export/references/IMPORT-OPTIONS.md +118 -0
  92. package/content/guidance/b2c-cli/b2c-site-import-export/references/METADATA-XML.md +381 -0
  93. package/content/guidance/b2c-cli/b2c-site-import-export/references/WORKFLOWS.md +182 -0
  94. package/content/guidance/b2c-cli/b2c-sites/SKILL.md +112 -0
  95. package/content/guidance/b2c-cli/b2c-slas/SKILL.md +182 -0
  96. package/content/guidance/b2c-cli/b2c-webdav/SKILL.md +169 -0
  97. package/content/guidance/b2c-ops/b2c-checkout-triage/SKILL.md +68 -0
  98. package/content/guidance/b2c-ops/b2c-job-health/SKILL.md +75 -0
  99. package/content/guidance/b2c-ops/b2c-job-health/references/job-logs.md +21 -0
  100. package/content/guidance/b2c-ops/b2c-order-failure-triage/SKILL.md +66 -0
  101. package/content/guidance/b2c-ops/b2c-order-failure-triage/references/order-evidence.md +87 -0
  102. package/content/guidance/b2c-ops/b2c-production-triage/SKILL.md +87 -0
  103. package/content/guidance/b2c-ops/b2c-production-triage/references/escalation.md +57 -0
  104. package/content/guidance/index.json +1427 -0
  105. package/content/guidance/mcp/b2c-config/SKILL.md +86 -0
  106. package/content/guidance/mcp/cip/SKILL.md +86 -0
  107. package/content/guidance/mcp/debugger/SKILL.md +71 -0
  108. package/content/guidance/mcp/scapi/SKILL.md +153 -0
  109. package/content/guidance/mcp/scapi/references/custom-apis.md +51 -0
  110. package/content/guidance/mcp/scapi/references/custom-properties.md +43 -0
  111. package/content/guidance/mcp/scapi/references/jobs.md +30 -0
  112. package/content/guidance/mcp/scapi/references/products.md +37 -0
  113. package/content/guidance/mcp/scapi/references/promotions.md +19 -0
  114. package/content/guidance/mcp/scapi/references/saving.md +12 -0
  115. package/content/guidance/mcp/scapi/references/snippets.md +89 -0
  116. package/content/guidance/mcp/scapi/references/tokens.md +56 -0
  117. package/content/guidance/mcp/server/SKILL.md +99 -0
  118. package/content/guidance/mcp/server/references/files.md +37 -0
  119. package/content/guidance/storefront-next/sfnext-authentication/SKILL.md +120 -0
  120. package/content/guidance/storefront-next/sfnext-components/SKILL.md +191 -0
  121. package/content/guidance/storefront-next/sfnext-configuration/SKILL.md +160 -0
  122. package/content/guidance/storefront-next/sfnext-create-component/SKILL.md +195 -0
  123. package/content/guidance/storefront-next/sfnext-create-component/references/COMPONENT-AUTHORING.md +206 -0
  124. package/content/guidance/storefront-next/sfnext-create-component/references/PROJECT-STRUCTURE.md +43 -0
  125. package/content/guidance/storefront-next/sfnext-create-component/references/TOKEN-SYSTEM.md +130 -0
  126. package/content/guidance/storefront-next/sfnext-create-component/references/TROUBLESHOOTING.md +34 -0
  127. package/content/guidance/storefront-next/sfnext-create-vertical/SKILL.md +135 -0
  128. package/content/guidance/storefront-next/sfnext-create-vertical/references/COMPONENT-AUTHORING.md +206 -0
  129. package/content/guidance/storefront-next/sfnext-create-vertical/references/PROJECT-STRUCTURE.md +43 -0
  130. package/content/guidance/storefront-next/sfnext-create-vertical/references/TOKEN-SYSTEM.md +130 -0
  131. package/content/guidance/storefront-next/sfnext-create-vertical/references/TROUBLESHOOTING.md +34 -0
  132. package/content/guidance/storefront-next/sfnext-custom-apis/SKILL.md +221 -0
  133. package/content/guidance/storefront-next/sfnext-custom-apis/references/WORKFLOW-EXAMPLES.md +294 -0
  134. package/content/guidance/storefront-next/sfnext-data-fetching/SKILL.md +190 -0
  135. package/content/guidance/storefront-next/sfnext-data-fetching/references/LOADER-PATTERNS.md +102 -0
  136. package/content/guidance/storefront-next/sfnext-data-fetching/references/SCAPI-FETCHER.md +93 -0
  137. package/content/guidance/storefront-next/sfnext-deployment/SKILL.md +141 -0
  138. package/content/guidance/storefront-next/sfnext-deployment/references/MRT-DEPLOYMENT.md +90 -0
  139. package/content/guidance/storefront-next/sfnext-extensions/SKILL.md +142 -0
  140. package/content/guidance/storefront-next/sfnext-extensions/references/BASE-AUDIT.md +65 -0
  141. package/content/guidance/storefront-next/sfnext-extensions/references/EXTENSION-EXAMPLES.md +116 -0
  142. package/content/guidance/storefront-next/sfnext-hybrid-storefronts/SKILL.md +148 -0
  143. package/content/guidance/storefront-next/sfnext-hybrid-storefronts/references/HYBRID-PROXY-CONFIG.md +123 -0
  144. package/content/guidance/storefront-next/sfnext-i18n/SKILL.md +187 -0
  145. package/content/guidance/storefront-next/sfnext-page-designer/SKILL.md +181 -0
  146. package/content/guidance/storefront-next/sfnext-page-designer/references/COMPONENT-REGISTRY.md +78 -0
  147. package/content/guidance/storefront-next/sfnext-page-designer/references/DECORATOR-PATTERNS.md +180 -0
  148. package/content/guidance/storefront-next/sfnext-performance/SKILL.md +132 -0
  149. package/content/guidance/storefront-next/sfnext-project-setup/SKILL.md +160 -0
  150. package/content/guidance/storefront-next/sfnext-project-setup/references/ENV-VARIABLES.md +82 -0
  151. package/content/guidance/storefront-next/sfnext-project-setup/references/PROJECT-STRUCTURE.md +99 -0
  152. package/content/guidance/storefront-next/sfnext-routing/SKILL.md +180 -0
  153. package/content/guidance/storefront-next/sfnext-routing/references/ROUTE-CONVENTIONS.md +65 -0
  154. package/content/guidance/storefront-next/sfnext-scapi-management/SKILL.md +203 -0
  155. package/content/guidance/storefront-next/sfnext-scapi-management/references/CLI-COMMANDS.md +122 -0
  156. package/content/guidance/storefront-next/sfnext-state-management/SKILL.md +123 -0
  157. package/content/guidance/storefront-next/sfnext-testing/SKILL.md +184 -0
  158. package/content/guidance/storefront-next/sfnext-testing/references/STORYBOOK-PATTERNS.md +118 -0
  159. package/dist/commands/mcp.d.ts +3 -3
  160. package/dist/commands/mcp.js +60 -48
  161. package/dist/guidance.d.ts +6 -0
  162. package/dist/guidance.js +157 -0
  163. package/dist/registry.d.ts +2 -1
  164. package/dist/registry.js +22 -170
  165. package/dist/server.d.ts +19 -5
  166. package/dist/server.js +65 -8
  167. package/dist/skill-references.d.ts +28 -0
  168. package/dist/skill-references.js +14 -0
  169. package/dist/tools/adapter.d.ts +8 -5
  170. package/dist/tools/adapter.js +19 -7
  171. package/dist/tools/cartridges/index.js +38 -15
  172. package/dist/tools/cartridges/selected-files.d.ts +11 -0
  173. package/dist/tools/cartridges/selected-files.js +61 -0
  174. package/dist/tools/cip/client.d.ts +9 -0
  175. package/dist/tools/cip/client.js +44 -0
  176. package/dist/tools/cip/index.d.ts +6 -0
  177. package/dist/tools/cip/index.js +209 -0
  178. package/dist/tools/diagnostics/config-inspect.js +8 -4
  179. package/dist/tools/diagnostics/debug-capture-at-breakpoint.js +37 -11
  180. package/dist/tools/diagnostics/{debug-step.d.ts → debug-control.d.ts} +1 -1
  181. package/dist/tools/diagnostics/debug-control.js +36 -0
  182. package/dist/tools/diagnostics/debug-end-session.js +6 -7
  183. package/dist/tools/diagnostics/debug-evaluate.js +8 -6
  184. package/dist/tools/diagnostics/{debug-continue.d.ts → debug-inspect.d.ts} +1 -1
  185. package/dist/tools/diagnostics/debug-inspect.js +70 -0
  186. package/dist/tools/diagnostics/debug-list-sessions.js +4 -2
  187. package/dist/tools/diagnostics/debug-set-breakpoints.js +16 -15
  188. package/dist/tools/diagnostics/debug-start-session.js +5 -2
  189. package/dist/tools/diagnostics/debug-wait-for-stop.js +5 -2
  190. package/dist/tools/diagnostics/index.d.ts +2 -2
  191. package/dist/tools/diagnostics/index.js +8 -20
  192. package/dist/tools/diagnostics/log-watch-registry.d.ts +1 -1
  193. package/dist/tools/diagnostics/log-watch-registry.js +2 -2
  194. package/dist/tools/diagnostics/logs-get-recent.js +4 -1
  195. package/dist/tools/diagnostics/logs-list-files.js +4 -2
  196. package/dist/tools/diagnostics/logs-watch-poll.js +7 -11
  197. package/dist/tools/diagnostics/{logs-watch-start.d.ts → logs-watch.d.ts} +1 -1
  198. package/dist/tools/diagnostics/{logs-watch-start.js → logs-watch.js} +45 -12
  199. package/dist/tools/diagnostics/mrt-log-watch-registry.js +2 -2
  200. package/dist/tools/diagnostics/mrt-logs-watch-poll.js +6 -8
  201. package/dist/tools/diagnostics/{mrt-logs-watch-start.d.ts → mrt-logs-watch.d.ts} +1 -1
  202. package/dist/tools/diagnostics/{mrt-logs-watch-start.js → mrt-logs-watch.js} +44 -11
  203. package/dist/tools/diagnostics/watch-lifecycle.d.ts +3 -0
  204. package/dist/tools/diagnostics/watch-lifecycle.js +47 -0
  205. package/dist/tools/docs/docs-list.js +12 -8
  206. package/dist/tools/docs/docs-read.js +8 -2
  207. package/dist/tools/docs/docs-schema-list.js +5 -1
  208. package/dist/tools/docs/docs-schema-read.js +5 -1
  209. package/dist/tools/docs/docs-schema-search.js +5 -1
  210. package/dist/tools/docs/docs-search.js +8 -7
  211. package/dist/tools/docs/storefront.d.ts +21 -1
  212. package/dist/tools/docs/storefront.js +25 -0
  213. package/dist/tools/index.d.ts +2 -2
  214. package/dist/tools/index.js +2 -2
  215. package/dist/tools/mrt/index.js +3 -1
  216. package/dist/tools/project-context.d.ts +5 -3
  217. package/dist/tools/project-context.js +1 -1
  218. package/dist/tools/scapi/index.d.ts +1 -1
  219. package/dist/tools/scapi/index.js +2 -2
  220. package/dist/tools/scapi/metrics-get.js +3 -1
  221. package/dist/tools/scapi/scapi-code.d.ts +3 -0
  222. package/dist/tools/scapi/scapi-code.js +237 -0
  223. package/dist/tools/scapi/scapi-custom-apis-get-status.js +3 -1
  224. package/dist/tools/scapi/scapi-schemas-list.js +8 -1
  225. package/dist/tools/webdav/files.d.ts +14 -0
  226. package/dist/tools/webdav/files.js +118 -0
  227. package/dist/tools/webdav/index.d.ts +3 -0
  228. package/dist/tools/webdav/index.js +160 -0
  229. package/dist/utils/constants.d.ts +2 -2
  230. package/dist/utils/constants.js +1 -1
  231. package/dist/utils/index.d.ts +1 -0
  232. package/dist/utils/index.js +1 -0
  233. package/dist/utils/tool-effects.d.ts +4 -0
  234. package/dist/utils/tool-effects.js +15 -0
  235. package/dist/utils/types.d.ts +17 -8
  236. package/dist/utils/types.js +0 -5
  237. package/node_modules/@modelcontextprotocol/core/LICENSE +216 -0
  238. package/node_modules/@modelcontextprotocol/core/README.md +40 -0
  239. package/node_modules/@modelcontextprotocol/core/dist/auth-BWdKR39I.d.mts +8501 -0
  240. package/node_modules/@modelcontextprotocol/core/dist/auth-BWdKR39I.d.mts.map +1 -0
  241. package/node_modules/@modelcontextprotocol/core/dist/auth-CUe6YdwF.mjs +1678 -0
  242. package/node_modules/@modelcontextprotocol/core/dist/auth-CUe6YdwF.mjs.map +1 -0
  243. package/node_modules/@modelcontextprotocol/core/dist/auth-CfDMXiII.cjs +2899 -0
  244. package/node_modules/@modelcontextprotocol/core/dist/auth-CfDMXiII.cjs.map +1 -0
  245. package/node_modules/@modelcontextprotocol/core/dist/auth-hYtaIUZm.d.cts +8501 -0
  246. package/node_modules/@modelcontextprotocol/core/dist/auth-hYtaIUZm.d.cts.map +1 -0
  247. package/node_modules/@modelcontextprotocol/core/dist/index.cjs +175 -0
  248. package/node_modules/@modelcontextprotocol/core/dist/index.d.cts +2 -0
  249. package/node_modules/@modelcontextprotocol/core/dist/index.d.mts +2 -0
  250. package/node_modules/@modelcontextprotocol/core/dist/index.mjs +3 -0
  251. package/node_modules/@modelcontextprotocol/core/dist/internal.cjs +201 -0
  252. package/node_modules/@modelcontextprotocol/core/dist/internal.d.cts +99 -0
  253. package/node_modules/@modelcontextprotocol/core/dist/internal.d.cts.map +1 -0
  254. package/node_modules/@modelcontextprotocol/core/dist/internal.d.mts +99 -0
  255. package/node_modules/@modelcontextprotocol/core/dist/internal.d.mts.map +1 -0
  256. package/node_modules/@modelcontextprotocol/core/dist/internal.mjs +3 -0
  257. package/node_modules/@modelcontextprotocol/core/package.json +85 -0
  258. package/node_modules/@modelcontextprotocol/server/LICENSE +216 -0
  259. package/node_modules/@modelcontextprotocol/server/README.md +30 -0
  260. package/node_modules/@modelcontextprotocol/server/dist/ajvProvider-CEoC__sr.mjs +7514 -0
  261. package/node_modules/@modelcontextprotocol/server/dist/ajvProvider-CEoC__sr.mjs.map +1 -0
  262. package/node_modules/@modelcontextprotocol/server/dist/ajvProvider-CgI-5L6O.d.mts +1071 -0
  263. package/node_modules/@modelcontextprotocol/server/dist/ajvProvider-CgI-5L6O.d.mts.map +1 -0
  264. package/node_modules/@modelcontextprotocol/server/dist/ajvProvider-FOQRM7up.d.cts +1071 -0
  265. package/node_modules/@modelcontextprotocol/server/dist/ajvProvider-FOQRM7up.d.cts.map +1 -0
  266. package/node_modules/@modelcontextprotocol/server/dist/ajvProvider-ZaoO9afR.cjs +7531 -0
  267. package/node_modules/@modelcontextprotocol/server/dist/ajvProvider-ZaoO9afR.cjs.map +1 -0
  268. package/node_modules/@modelcontextprotocol/server/dist/cfWorkerProvider-BwbPzsdI.cjs +986 -0
  269. package/node_modules/@modelcontextprotocol/server/dist/cfWorkerProvider-BwbPzsdI.cjs.map +1 -0
  270. package/node_modules/@modelcontextprotocol/server/dist/cfWorkerProvider-C03CSigr.d.mts +74 -0
  271. package/node_modules/@modelcontextprotocol/server/dist/cfWorkerProvider-C03CSigr.d.mts.map +1 -0
  272. package/node_modules/@modelcontextprotocol/server/dist/cfWorkerProvider-doTkZbTr.d.cts +74 -0
  273. package/node_modules/@modelcontextprotocol/server/dist/cfWorkerProvider-doTkZbTr.d.cts.map +1 -0
  274. package/node_modules/@modelcontextprotocol/server/dist/cfWorkerProvider-p3WaZPqB.mjs +981 -0
  275. package/node_modules/@modelcontextprotocol/server/dist/cfWorkerProvider-p3WaZPqB.mjs.map +1 -0
  276. package/node_modules/@modelcontextprotocol/server/dist/chunk-Bnu9O96Y.cjs +60 -0
  277. package/node_modules/@modelcontextprotocol/server/dist/chunk-Br0eD_fh.mjs +42 -0
  278. package/node_modules/@modelcontextprotocol/server/dist/createMcpHandler-CLhGwQTn.d.mts +4043 -0
  279. package/node_modules/@modelcontextprotocol/server/dist/createMcpHandler-CLhGwQTn.d.mts.map +1 -0
  280. package/node_modules/@modelcontextprotocol/server/dist/createMcpHandler-dBHMsxwf.d.cts +4045 -0
  281. package/node_modules/@modelcontextprotocol/server/dist/createMcpHandler-dBHMsxwf.d.cts.map +1 -0
  282. package/node_modules/@modelcontextprotocol/server/dist/dialects-D8eXzoGv.cjs +46 -0
  283. package/node_modules/@modelcontextprotocol/server/dist/dialects-D8eXzoGv.cjs.map +1 -0
  284. package/node_modules/@modelcontextprotocol/server/dist/dialects-DoSzNhcb.mjs +34 -0
  285. package/node_modules/@modelcontextprotocol/server/dist/dialects-DoSzNhcb.mjs.map +1 -0
  286. package/node_modules/@modelcontextprotocol/server/dist/index.cjs +2055 -0
  287. package/node_modules/@modelcontextprotocol/server/dist/index.cjs.map +1 -0
  288. package/node_modules/@modelcontextprotocol/server/dist/index.d.cts +739 -0
  289. package/node_modules/@modelcontextprotocol/server/dist/index.d.cts.map +1 -0
  290. package/node_modules/@modelcontextprotocol/server/dist/index.d.mts +739 -0
  291. package/node_modules/@modelcontextprotocol/server/dist/index.d.mts.map +1 -0
  292. package/node_modules/@modelcontextprotocol/server/dist/index.mjs +1870 -0
  293. package/node_modules/@modelcontextprotocol/server/dist/index.mjs.map +1 -0
  294. package/node_modules/@modelcontextprotocol/server/dist/mcp-D7GmuPnv.cjs +2022 -0
  295. package/node_modules/@modelcontextprotocol/server/dist/mcp-D7GmuPnv.cjs.map +1 -0
  296. package/node_modules/@modelcontextprotocol/server/dist/mcp-DXXb3Vv3.mjs +1931 -0
  297. package/node_modules/@modelcontextprotocol/server/dist/mcp-DXXb3Vv3.mjs.map +1 -0
  298. package/node_modules/@modelcontextprotocol/server/dist/shimsBrowser.cjs +23 -0
  299. package/node_modules/@modelcontextprotocol/server/dist/shimsBrowser.cjs.map +1 -0
  300. package/node_modules/@modelcontextprotocol/server/dist/shimsBrowser.d.cts +11 -0
  301. package/node_modules/@modelcontextprotocol/server/dist/shimsBrowser.d.cts.map +1 -0
  302. package/node_modules/@modelcontextprotocol/server/dist/shimsBrowser.d.mts +11 -0
  303. package/node_modules/@modelcontextprotocol/server/dist/shimsBrowser.d.mts.map +1 -0
  304. package/node_modules/@modelcontextprotocol/server/dist/shimsBrowser.mjs +22 -0
  305. package/node_modules/@modelcontextprotocol/server/dist/shimsBrowser.mjs.map +1 -0
  306. package/node_modules/@modelcontextprotocol/server/dist/shimsNode.cjs +12 -0
  307. package/node_modules/@modelcontextprotocol/server/dist/shimsNode.d.cts +3 -0
  308. package/node_modules/@modelcontextprotocol/server/dist/shimsNode.d.mts +3 -0
  309. package/node_modules/@modelcontextprotocol/server/dist/shimsNode.mjs +4 -0
  310. package/node_modules/@modelcontextprotocol/server/dist/shimsWorkerd.cjs +30 -0
  311. package/node_modules/@modelcontextprotocol/server/dist/shimsWorkerd.cjs.map +1 -0
  312. package/node_modules/@modelcontextprotocol/server/dist/shimsWorkerd.d.cts +10 -0
  313. package/node_modules/@modelcontextprotocol/server/dist/shimsWorkerd.d.cts.map +1 -0
  314. package/node_modules/@modelcontextprotocol/server/dist/shimsWorkerd.d.mts +10 -0
  315. package/node_modules/@modelcontextprotocol/server/dist/shimsWorkerd.d.mts.map +1 -0
  316. package/node_modules/@modelcontextprotocol/server/dist/shimsWorkerd.mjs +29 -0
  317. package/node_modules/@modelcontextprotocol/server/dist/shimsWorkerd.mjs.map +1 -0
  318. package/node_modules/@modelcontextprotocol/server/dist/src-CX2iR2pK.mjs +7606 -0
  319. package/node_modules/@modelcontextprotocol/server/dist/src-CX2iR2pK.mjs.map +1 -0
  320. package/node_modules/@modelcontextprotocol/server/dist/src-STyD_Vvf.cjs +8104 -0
  321. package/node_modules/@modelcontextprotocol/server/dist/src-STyD_Vvf.cjs.map +1 -0
  322. package/node_modules/@modelcontextprotocol/server/dist/stdio.cjs +564 -0
  323. package/node_modules/@modelcontextprotocol/server/dist/stdio.cjs.map +1 -0
  324. package/node_modules/@modelcontextprotocol/server/dist/stdio.d.cts +107 -0
  325. package/node_modules/@modelcontextprotocol/server/dist/stdio.d.cts.map +1 -0
  326. package/node_modules/@modelcontextprotocol/server/dist/stdio.d.mts +107 -0
  327. package/node_modules/@modelcontextprotocol/server/dist/stdio.d.mts.map +1 -0
  328. package/node_modules/@modelcontextprotocol/server/dist/stdio.mjs +562 -0
  329. package/node_modules/@modelcontextprotocol/server/dist/stdio.mjs.map +1 -0
  330. package/node_modules/@modelcontextprotocol/server/dist/types-DUs7mGBv.d.mts +1099 -0
  331. package/node_modules/@modelcontextprotocol/server/dist/types-DUs7mGBv.d.mts.map +1 -0
  332. package/node_modules/@modelcontextprotocol/server/dist/types-DsbMXNFL.d.cts +1099 -0
  333. package/node_modules/@modelcontextprotocol/server/dist/types-DsbMXNFL.d.cts.map +1 -0
  334. package/node_modules/@modelcontextprotocol/server/dist/validators/ajv.cjs +5 -0
  335. package/node_modules/@modelcontextprotocol/server/dist/validators/ajv.d.cts +2 -0
  336. package/node_modules/@modelcontextprotocol/server/dist/validators/ajv.d.mts +2 -0
  337. package/node_modules/@modelcontextprotocol/server/dist/validators/ajv.mjs +3 -0
  338. package/node_modules/@modelcontextprotocol/server/dist/validators/cfWorker.cjs +3 -0
  339. package/node_modules/@modelcontextprotocol/server/dist/validators/cfWorker.d.cts +2 -0
  340. package/node_modules/@modelcontextprotocol/server/dist/validators/cfWorker.d.mts +2 -0
  341. package/node_modules/@modelcontextprotocol/server/dist/validators/cfWorker.mjs +3 -0
  342. package/node_modules/@modelcontextprotocol/server/package.json +160 -0
  343. package/node_modules/@salesforce/b2c-agent-plugins/CHANGELOG.md +351 -0
  344. package/node_modules/@salesforce/b2c-agent-plugins/README.md +84 -0
  345. package/node_modules/@salesforce/b2c-agent-plugins/b2c/.codex-plugin/plugin.json +40 -0
  346. package/node_modules/@salesforce/b2c-agent-plugins/b2c/README.md +42 -0
  347. package/node_modules/@salesforce/b2c-agent-plugins/b2c/assets/logo.svg +31 -0
  348. package/node_modules/@salesforce/b2c-agent-plugins/b2c/plugin.json +44 -0
  349. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-business-manager-extensions/SKILL.md +361 -0
  350. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-business-manager-extensions/evals/trigger-evals.json +12 -0
  351. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-business-manager-extensions/references/EXTENSIONS-XML.md +458 -0
  352. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-controllers/SKILL.md +301 -0
  353. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-controllers/evals/trigger-evals.json +12 -0
  354. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-controllers/references/CLASSIC-PATTERNS.md +335 -0
  355. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-controllers/references/SFRA-PATTERNS.md +400 -0
  356. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-custom-api-development/SKILL.md +281 -0
  357. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-custom-api-development/evals/trigger-evals.json +12 -0
  358. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-custom-api-development/references/CONTRACT.md +142 -0
  359. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-custom-api-development/references/IMPLEMENTATION.md +153 -0
  360. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-custom-api-development/references/TESTING.md +118 -0
  361. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-custom-caches/SKILL.md +279 -0
  362. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-custom-caches/evals/trigger-evals.json +12 -0
  363. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-custom-job-steps/SKILL.md +520 -0
  364. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-custom-job-steps/evals/trigger-evals.json +12 -0
  365. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-custom-job-steps/references/CHUNK-ORIENTED.md +377 -0
  366. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-custom-job-steps/references/JOBS-XML.md +212 -0
  367. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-custom-job-steps/references/STEPTYPES-JSON.md +373 -0
  368. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-custom-job-steps/references/TASK-ORIENTED.md +344 -0
  369. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-custom-objects/SKILL.md +327 -0
  370. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-custom-objects/evals/trigger-evals.json +12 -0
  371. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-custom-objects/references/OCAPI-SEARCH.md +298 -0
  372. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-forms/SKILL.md +242 -0
  373. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-forms/evals/trigger-evals.json +12 -0
  374. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-forms/references/FORM-XML.md +409 -0
  375. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-hooks/SKILL.md +500 -0
  376. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-hooks/evals/trigger-evals.json +14 -0
  377. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-hooks/references/OCAPI-SCAPI-HOOKS.md +403 -0
  378. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-hooks/references/ORDER-HOOK-LIFECYCLE.md +169 -0
  379. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-hooks/references/SYSTEM-HOOKS.md +433 -0
  380. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-isml/SKILL.md +320 -0
  381. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-isml/evals/trigger-evals.json +12 -0
  382. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-isml/references/EXPRESSIONS.md +366 -0
  383. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-isml/references/TAGS.md +443 -0
  384. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-localization/SKILL.md +344 -0
  385. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-localization/evals/trigger-evals.json +12 -0
  386. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-localization/references/PATTERNS.md +407 -0
  387. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-logging/SKILL.md +352 -0
  388. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-logging/evals/trigger-evals.json +12 -0
  389. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-logging/references/LOG-FILES.md +282 -0
  390. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-metadata/SKILL.md +406 -0
  391. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-metadata/evals/trigger-evals.json +12 -0
  392. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-metadata/references/SYSTEM-OBJECTS.md +320 -0
  393. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-metadata/references/XML-EXAMPLES.md +366 -0
  394. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-onboarding/SKILL.md +154 -0
  395. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-ordering/SKILL.md +391 -0
  396. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-ordering/evals/trigger-evals.json +12 -0
  397. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-page-designer/SKILL.md +410 -0
  398. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-page-designer/evals/trigger-evals.json +12 -0
  399. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-page-designer/references/ATTRIBUTE-TYPES.md +436 -0
  400. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-page-designer/references/META-DEFINITIONS.md +340 -0
  401. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-querying-data/SKILL.md +289 -0
  402. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-querying-data/evals/trigger-evals.json +12 -0
  403. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-querying-data/references/PERFORMANCE-APIS.md +74 -0
  404. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-scapi-admin/SKILL.md +53 -0
  405. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-scapi-admin/evals/trigger-evals.json +12 -0
  406. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-scapi-admin/references/CLIENT-EXAMPLES.md +440 -0
  407. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-scapi-admin/references/INTEGRATION-PATTERNS.md +518 -0
  408. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-scapi-admin/references/OAUTH-SCOPES.md +337 -0
  409. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-scapi-shopper/SKILL.md +56 -0
  410. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-scapi-shopper/evals/trigger-evals.json +12 -0
  411. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-scapi-shopper/references/CHECKOUT-FLOW.md +466 -0
  412. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-scapi-shopper/references/CLIENT-EXAMPLES.md +352 -0
  413. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-scapi-shopper/references/COMMON-PATTERNS.md +390 -0
  414. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-scapi-shopper/references/SCOPES.md +290 -0
  415. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-slas-auth-patterns/SKILL.md +420 -0
  416. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-slas-auth-patterns/evals/trigger-evals.json +12 -0
  417. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-slas-auth-patterns/references/PASSKEYS.md +126 -0
  418. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-slas-auth-patterns/references/SESSION-BRIDGE.md +267 -0
  419. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-slas-auth-patterns/references/TOKEN-LIFECYCLE.md +367 -0
  420. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-webservices/SKILL.md +318 -0
  421. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-webservices/evals/trigger-evals.json +12 -0
  422. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-webservices/references/FTP-SERVICES.md +524 -0
  423. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-webservices/references/HTTP-SERVICES.md +578 -0
  424. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-webservices/references/SERVICES-XML.md +351 -0
  425. package/node_modules/@salesforce/b2c-agent-plugins/b2c/skills/b2c-webservices/references/SOAP-SERVICES.md +587 -0
  426. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/.codex-plugin/plugin.json +40 -0
  427. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/README.md +42 -0
  428. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/assets/logo.svg +31 -0
  429. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/plugin.json +44 -0
  430. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-am/SKILL.md +277 -0
  431. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-am/evals/trigger-evals.json +12 -0
  432. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-bm-users-roles/SKILL.md +210 -0
  433. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-cap/SKILL.md +131 -0
  434. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-cip/SKILL.md +116 -0
  435. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-cip/evals/trigger-evals.json +12 -0
  436. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-cip/references/KNOWN_TABLES.md +105 -0
  437. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-cip/references/SALES_ANALYSIS.md +50 -0
  438. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-cip/references/STARTER_QUERIES.md +147 -0
  439. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-code/SKILL.md +146 -0
  440. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-code/evals/trigger-evals.json +14 -0
  441. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-config/SKILL.md +412 -0
  442. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-config/evals/trigger-evals.json +12 -0
  443. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-content/SKILL.md +176 -0
  444. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-content/evals/trigger-evals.json +12 -0
  445. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-debug/SKILL.md +138 -0
  446. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-debug/evals/trigger-evals.json +16 -0
  447. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-docs/SKILL.md +274 -0
  448. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-docs/evals/trigger-evals.json +12 -0
  449. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-ecdn/SKILL.md +135 -0
  450. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-ecdn/evals/trigger-evals.json +12 -0
  451. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-ecdn/references/ADVANCED.md +82 -0
  452. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-ecdn/references/SECURITY.md +75 -0
  453. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-import-set-migrations/SKILL.md +265 -0
  454. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-import-set-migrations/evals/trigger-evals.json +12 -0
  455. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-job/SKILL.md +62 -0
  456. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-job/evals/trigger-evals.json +12 -0
  457. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-job/references/EXPORT.md +115 -0
  458. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-job/references/IMPORT.md +43 -0
  459. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-job/references/RUN-AND-MONITOR.md +119 -0
  460. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-logs/SKILL.md +249 -0
  461. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-logs/evals/trigger-evals.json +12 -0
  462. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-metrics/SKILL.md +315 -0
  463. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-mrt/SKILL.md +206 -0
  464. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-mrt/evals/trigger-evals.json +12 -0
  465. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-mrt/references/BUNDLE-COMMANDS.md +185 -0
  466. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-mrt/references/ENVIRONMENT-COMMANDS.md +195 -0
  467. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-mrt/references/PROJECT-COMMANDS.md +154 -0
  468. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-sandbox/SKILL.md +112 -0
  469. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-sandbox/evals/trigger-evals.json +12 -0
  470. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-scapi-custom/SKILL.md +126 -0
  471. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-scapi-custom/evals/trigger-evals.json +12 -0
  472. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-scapi-schemas/SKILL.md +64 -0
  473. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-scapi-schemas/evals/trigger-evals.json +12 -0
  474. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-scapi-schemas/references/CLI-EXAMPLES.md +108 -0
  475. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-site-import-export/SKILL.md +57 -0
  476. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-site-import-export/evals/trigger-evals.json +14 -0
  477. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-site-import-export/references/IMPORT-OPTIONS.md +118 -0
  478. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-site-import-export/references/METADATA-XML.md +381 -0
  479. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-site-import-export/references/WORKFLOWS.md +182 -0
  480. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-sites/SKILL.md +112 -0
  481. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-sites/evals/trigger-evals.json +12 -0
  482. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-slas/SKILL.md +182 -0
  483. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-slas/evals/trigger-evals.json +12 -0
  484. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-webdav/SKILL.md +169 -0
  485. package/node_modules/@salesforce/b2c-agent-plugins/b2c-cli/skills/b2c-webdav/evals/trigger-evals.json +12 -0
  486. package/node_modules/@salesforce/b2c-agent-plugins/b2c-experimental/skills/b2c-scaffold/SKILL.md +168 -0
  487. package/node_modules/@salesforce/b2c-agent-plugins/b2c-experimental/skills/b2c-scaffold/evals/trigger-evals.json +12 -0
  488. package/node_modules/@salesforce/b2c-agent-plugins/b2c-ops/.codex-plugin/plugin.json +39 -0
  489. package/node_modules/@salesforce/b2c-agent-plugins/b2c-ops/README.md +31 -0
  490. package/node_modules/@salesforce/b2c-agent-plugins/b2c-ops/assets/logo.svg +31 -0
  491. package/node_modules/@salesforce/b2c-agent-plugins/b2c-ops/plugin.json +43 -0
  492. package/node_modules/@salesforce/b2c-agent-plugins/b2c-ops/skills/b2c-checkout-triage/SKILL.md +68 -0
  493. package/node_modules/@salesforce/b2c-agent-plugins/b2c-ops/skills/b2c-job-health/SKILL.md +75 -0
  494. package/node_modules/@salesforce/b2c-agent-plugins/b2c-ops/skills/b2c-job-health/references/job-logs.md +21 -0
  495. package/node_modules/@salesforce/b2c-agent-plugins/b2c-ops/skills/b2c-order-failure-triage/SKILL.md +66 -0
  496. package/node_modules/@salesforce/b2c-agent-plugins/b2c-ops/skills/b2c-order-failure-triage/references/order-evidence.md +87 -0
  497. package/node_modules/@salesforce/b2c-agent-plugins/b2c-ops/skills/b2c-production-triage/SKILL.md +87 -0
  498. package/node_modules/@salesforce/b2c-agent-plugins/b2c-ops/skills/b2c-production-triage/references/escalation.md +57 -0
  499. package/node_modules/@salesforce/b2c-agent-plugins/eval/README.md +160 -0
  500. package/node_modules/@salesforce/b2c-agent-plugins/eval/eval_lib.py +705 -0
  501. package/node_modules/@salesforce/b2c-agent-plugins/eval/project/CLAUDE.md +10 -0
  502. package/node_modules/@salesforce/b2c-agent-plugins/eval/project/README.md +24 -0
  503. package/node_modules/@salesforce/b2c-agent-plugins/eval/project/cartridges/app_storefront_custom/cartridge/controllers/Loyalty.js +16 -0
  504. package/node_modules/@salesforce/b2c-agent-plugins/eval/project/cartridges/app_storefront_custom/cartridge/models/loyalty.js +13 -0
  505. package/node_modules/@salesforce/b2c-agent-plugins/eval/project/cartridges/app_storefront_custom/cartridge/templates/default/loyalty/dashboard.isml +22 -0
  506. package/node_modules/@salesforce/b2c-agent-plugins/eval/project/dw.json +5 -0
  507. package/node_modules/@salesforce/b2c-agent-plugins/eval/run_eval.py +187 -0
  508. package/node_modules/@salesforce/b2c-agent-plugins/eval/run_loop.py +467 -0
  509. package/node_modules/@salesforce/b2c-agent-plugins/figma-to-sfnext-pagedesigner/.codex-plugin/plugin.json +40 -0
  510. package/node_modules/@salesforce/b2c-agent-plugins/figma-to-sfnext-pagedesigner/README.md +55 -0
  511. package/node_modules/@salesforce/b2c-agent-plugins/figma-to-sfnext-pagedesigner/assets/logo.svg +31 -0
  512. package/node_modules/@salesforce/b2c-agent-plugins/figma-to-sfnext-pagedesigner/plugin.json +44 -0
  513. package/node_modules/@salesforce/b2c-agent-plugins/figma-to-sfnext-pagedesigner/skills/figma-to-sfnext-pagedesigner/SKILL.md +444 -0
  514. package/node_modules/@salesforce/b2c-agent-plugins/figma-to-sfnext-pagedesigner/skills/figma-to-sfnext-pagedesigner/evals/trigger-evals.json +12 -0
  515. package/node_modules/@salesforce/b2c-agent-plugins/figma-to-sfnext-pagedesigner/skills/figma-to-sfnext-pagedesigner/references/PAGE-DESIGNER-SFN.md +120 -0
  516. package/node_modules/@salesforce/b2c-agent-plugins/package.json +6 -0
  517. package/node_modules/@salesforce/b2c-agent-plugins/plugins.json +23 -0
  518. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/.codex-plugin/plugin.json +39 -0
  519. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/README.md +56 -0
  520. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/assets/logo.svg +31 -0
  521. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/plugin.json +43 -0
  522. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-authentication/SKILL.md +120 -0
  523. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-components/SKILL.md +191 -0
  524. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-configuration/SKILL.md +160 -0
  525. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-create-component/SKILL.md +195 -0
  526. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-create-component/evals/trigger-evals.json +12 -0
  527. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-create-component/references/COMPONENT-AUTHORING.md +206 -0
  528. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-create-component/references/PROJECT-STRUCTURE.md +43 -0
  529. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-create-component/references/TOKEN-SYSTEM.md +130 -0
  530. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-create-component/references/TROUBLESHOOTING.md +34 -0
  531. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-create-vertical/SKILL.md +135 -0
  532. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-create-vertical/evals/trigger-evals.json +12 -0
  533. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-create-vertical/references/COMPONENT-AUTHORING.md +206 -0
  534. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-create-vertical/references/PROJECT-STRUCTURE.md +43 -0
  535. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-create-vertical/references/TOKEN-SYSTEM.md +130 -0
  536. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-create-vertical/references/TROUBLESHOOTING.md +34 -0
  537. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-custom-apis/SKILL.md +221 -0
  538. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-custom-apis/evals/trigger-evals.json +12 -0
  539. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-custom-apis/references/WORKFLOW-EXAMPLES.md +294 -0
  540. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-data-fetching/SKILL.md +190 -0
  541. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-data-fetching/references/LOADER-PATTERNS.md +102 -0
  542. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-data-fetching/references/SCAPI-FETCHER.md +93 -0
  543. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-deployment/SKILL.md +141 -0
  544. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-deployment/references/MRT-DEPLOYMENT.md +90 -0
  545. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-extensions/SKILL.md +142 -0
  546. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-extensions/references/BASE-AUDIT.md +65 -0
  547. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-extensions/references/EXTENSION-EXAMPLES.md +116 -0
  548. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-hybrid-storefronts/SKILL.md +148 -0
  549. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-hybrid-storefronts/references/HYBRID-PROXY-CONFIG.md +123 -0
  550. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-i18n/SKILL.md +187 -0
  551. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-page-designer/SKILL.md +181 -0
  552. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-page-designer/references/COMPONENT-REGISTRY.md +78 -0
  553. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-page-designer/references/DECORATOR-PATTERNS.md +180 -0
  554. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-performance/SKILL.md +132 -0
  555. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-project-setup/SKILL.md +160 -0
  556. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-project-setup/references/ENV-VARIABLES.md +82 -0
  557. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-project-setup/references/PROJECT-STRUCTURE.md +99 -0
  558. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-routing/SKILL.md +180 -0
  559. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-routing/references/ROUTE-CONVENTIONS.md +65 -0
  560. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-scapi-management/SKILL.md +203 -0
  561. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-scapi-management/evals/trigger-evals.json +12 -0
  562. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-scapi-management/references/CLI-COMMANDS.md +122 -0
  563. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-state-management/SKILL.md +123 -0
  564. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-testing/SKILL.md +184 -0
  565. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next/skills/sfnext-testing/references/STORYBOOK-PATTERNS.md +118 -0
  566. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next-figma/.codex-plugin/plugin.json +40 -0
  567. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next-figma/README.md +45 -0
  568. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next-figma/assets/logo.svg +31 -0
  569. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next-figma/plugin.json +44 -0
  570. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next-figma/skills/sfnext-create-figma-kit/SKILL.md +133 -0
  571. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next-figma/skills/sfnext-create-figma-kit/evals/trigger-evals.json +12 -0
  572. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next-figma/skills/sfnext-create-figma-kit/references/FIGMA-COMPONENT-EDITING.md +92 -0
  573. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next-figma/skills/sfnext-create-figma-kit/references/PROJECT-STRUCTURE.md +43 -0
  574. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next-figma/skills/sfnext-create-figma-kit/references/TOKEN-SYSTEM.md +130 -0
  575. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next-figma/skills/sfnext-create-figma-kit/references/TROUBLESHOOTING.md +34 -0
  576. package/node_modules/@salesforce/b2c-agent-plugins/storefront-next-figma/skills/sfnext-create-figma-kit/references/VERTICAL-FIGMA-SYNC.md +45 -0
  577. package/node_modules/zod/LICENSE +21 -0
  578. package/node_modules/zod/README.md +218 -0
  579. package/node_modules/zod/compile.cjs +77 -0
  580. package/node_modules/zod/compile.d.cts +1 -0
  581. package/node_modules/zod/compile.d.ts +1 -0
  582. package/node_modules/zod/compile.js +52 -0
  583. package/node_modules/zod/index.cjs +33 -0
  584. package/node_modules/zod/index.d.cts +3 -0
  585. package/node_modules/zod/index.d.ts +3 -0
  586. package/node_modules/zod/index.js +7 -0
  587. package/node_modules/zod/locales/index.cjs +17 -0
  588. package/node_modules/zod/locales/index.d.cts +1 -0
  589. package/node_modules/zod/locales/index.d.ts +1 -0
  590. package/node_modules/zod/locales/index.js +1 -0
  591. package/node_modules/zod/locales/package.json +7 -0
  592. package/node_modules/zod/mini/index.cjs +32 -0
  593. package/node_modules/zod/mini/index.d.cts +3 -0
  594. package/node_modules/zod/mini/index.d.ts +3 -0
  595. package/node_modules/zod/mini/index.js +3 -0
  596. package/node_modules/zod/mini/package.json +7 -0
  597. package/node_modules/zod/package.json +146 -0
  598. package/node_modules/zod/src/compile.ts +56 -0
  599. package/node_modules/zod/src/index.ts +7 -0
  600. package/node_modules/zod/src/locales/index.ts +1 -0
  601. package/node_modules/zod/src/mini/index.ts +3 -0
  602. package/node_modules/zod/src/v3/ZodError.ts +340 -0
  603. package/node_modules/zod/src/v3/benchmarks/datetime.ts +58 -0
  604. package/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +80 -0
  605. package/node_modules/zod/src/v3/benchmarks/index.ts +59 -0
  606. package/node_modules/zod/src/v3/benchmarks/ipv4.ts +57 -0
  607. package/node_modules/zod/src/v3/benchmarks/object.ts +69 -0
  608. package/node_modules/zod/src/v3/benchmarks/primitives.ts +162 -0
  609. package/node_modules/zod/src/v3/benchmarks/realworld.ts +63 -0
  610. package/node_modules/zod/src/v3/benchmarks/string.ts +55 -0
  611. package/node_modules/zod/src/v3/benchmarks/union.ts +80 -0
  612. package/node_modules/zod/src/v3/errors.ts +13 -0
  613. package/node_modules/zod/src/v3/external.ts +6 -0
  614. package/node_modules/zod/src/v3/helpers/enumUtil.ts +17 -0
  615. package/node_modules/zod/src/v3/helpers/errorUtil.ts +8 -0
  616. package/node_modules/zod/src/v3/helpers/parseUtil.ts +176 -0
  617. package/node_modules/zod/src/v3/helpers/partialUtil.ts +34 -0
  618. package/node_modules/zod/src/v3/helpers/typeAliases.ts +2 -0
  619. package/node_modules/zod/src/v3/helpers/util.ts +224 -0
  620. package/node_modules/zod/src/v3/index.ts +4 -0
  621. package/node_modules/zod/src/v3/locales/en.ts +124 -0
  622. package/node_modules/zod/src/v3/standard-schema.ts +113 -0
  623. package/node_modules/zod/src/v3/tests/Mocker.ts +54 -0
  624. package/node_modules/zod/src/v3/tests/all-errors.test.ts +157 -0
  625. package/node_modules/zod/src/v3/tests/anyunknown.test.ts +28 -0
  626. package/node_modules/zod/src/v3/tests/array.test.ts +71 -0
  627. package/node_modules/zod/src/v3/tests/async-parsing.test.ts +388 -0
  628. package/node_modules/zod/src/v3/tests/async-refinements.test.ts +46 -0
  629. package/node_modules/zod/src/v3/tests/base.test.ts +29 -0
  630. package/node_modules/zod/src/v3/tests/bigint.test.ts +55 -0
  631. package/node_modules/zod/src/v3/tests/branded.test.ts +53 -0
  632. package/node_modules/zod/src/v3/tests/catch.test.ts +220 -0
  633. package/node_modules/zod/src/v3/tests/coerce.test.ts +133 -0
  634. package/node_modules/zod/src/v3/tests/complex.test.ts +70 -0
  635. package/node_modules/zod/src/v3/tests/custom.test.ts +31 -0
  636. package/node_modules/zod/src/v3/tests/date.test.ts +32 -0
  637. package/node_modules/zod/src/v3/tests/deepmasking.test.ts +186 -0
  638. package/node_modules/zod/src/v3/tests/default.test.ts +112 -0
  639. package/node_modules/zod/src/v3/tests/description.test.ts +33 -0
  640. package/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +315 -0
  641. package/node_modules/zod/src/v3/tests/enum.test.ts +80 -0
  642. package/node_modules/zod/src/v3/tests/error.test.ts +586 -0
  643. package/node_modules/zod/src/v3/tests/firstparty.test.ts +87 -0
  644. package/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +21 -0
  645. package/node_modules/zod/src/v3/tests/function.test.ts +261 -0
  646. package/node_modules/zod/src/v3/tests/generics.test.ts +48 -0
  647. package/node_modules/zod/src/v3/tests/instanceof.test.ts +37 -0
  648. package/node_modules/zod/src/v3/tests/intersection.test.ts +128 -0
  649. package/node_modules/zod/src/v3/tests/language-server.source.ts +76 -0
  650. package/node_modules/zod/src/v3/tests/language-server.test.ts +206 -0
  651. package/node_modules/zod/src/v3/tests/literal.test.ts +36 -0
  652. package/node_modules/zod/src/v3/tests/map.test.ts +110 -0
  653. package/node_modules/zod/src/v3/tests/masking.test.ts +4 -0
  654. package/node_modules/zod/src/v3/tests/mocker.test.ts +19 -0
  655. package/node_modules/zod/src/v3/tests/nan.test.ts +24 -0
  656. package/node_modules/zod/src/v3/tests/nativeEnum.test.ts +87 -0
  657. package/node_modules/zod/src/v3/tests/nullable.test.ts +42 -0
  658. package/node_modules/zod/src/v3/tests/number.test.ts +176 -0
  659. package/node_modules/zod/src/v3/tests/object-augmentation.test.ts +29 -0
  660. package/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +29 -0
  661. package/node_modules/zod/src/v3/tests/object.test.ts +431 -0
  662. package/node_modules/zod/src/v3/tests/optional.test.ts +42 -0
  663. package/node_modules/zod/src/v3/tests/parseUtil.test.ts +23 -0
  664. package/node_modules/zod/src/v3/tests/parser.test.ts +41 -0
  665. package/node_modules/zod/src/v3/tests/partials.test.ts +243 -0
  666. package/node_modules/zod/src/v3/tests/pickomit.test.ts +111 -0
  667. package/node_modules/zod/src/v3/tests/pipeline.test.ts +29 -0
  668. package/node_modules/zod/src/v3/tests/preprocess.test.ts +186 -0
  669. package/node_modules/zod/src/v3/tests/primitive.test.ts +440 -0
  670. package/node_modules/zod/src/v3/tests/promise.test.ts +90 -0
  671. package/node_modules/zod/src/v3/tests/readonly.test.ts +114 -0
  672. package/node_modules/zod/src/v3/tests/record.test.ts +171 -0
  673. package/node_modules/zod/src/v3/tests/recursive.test.ts +197 -0
  674. package/node_modules/zod/src/v3/tests/refine.test.ts +313 -0
  675. package/node_modules/zod/src/v3/tests/safeparse.test.ts +27 -0
  676. package/node_modules/zod/src/v3/tests/set.test.ts +142 -0
  677. package/node_modules/zod/src/v3/tests/standard-schema.test.ts +83 -0
  678. package/node_modules/zod/src/v3/tests/string.test.ts +922 -0
  679. package/node_modules/zod/src/v3/tests/transformer.test.ts +233 -0
  680. package/node_modules/zod/src/v3/tests/tuple.test.ts +90 -0
  681. package/node_modules/zod/src/v3/tests/unions.test.ts +57 -0
  682. package/node_modules/zod/src/v3/tests/validations.test.ts +133 -0
  683. package/node_modules/zod/src/v3/tests/void.test.ts +15 -0
  684. package/node_modules/zod/src/v3/types.ts +5138 -0
  685. package/node_modules/zod/src/v4/classic/checks.ts +33 -0
  686. package/node_modules/zod/src/v4/classic/coerce.ts +27 -0
  687. package/node_modules/zod/src/v4/classic/compat.ts +78 -0
  688. package/node_modules/zod/src/v4/classic/deep-partial.ts +76 -0
  689. package/node_modules/zod/src/v4/classic/errors.ts +97 -0
  690. package/node_modules/zod/src/v4/classic/external.ts +55 -0
  691. package/node_modules/zod/src/v4/classic/from-json-schema.ts +721 -0
  692. package/node_modules/zod/src/v4/classic/in-out.ts +45 -0
  693. package/node_modules/zod/src/v4/classic/index.ts +5 -0
  694. package/node_modules/zod/src/v4/classic/iso.ts +20 -0
  695. package/node_modules/zod/src/v4/classic/parse.ts +88 -0
  696. package/node_modules/zod/src/v4/classic/schemas.ts +2862 -0
  697. package/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +26 -0
  698. package/node_modules/zod/src/v4/classic/tests/apply.test.ts +86 -0
  699. package/node_modules/zod/src/v4/classic/tests/array.test.ts +264 -0
  700. package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +351 -0
  701. package/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +381 -0
  702. package/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +68 -0
  703. package/node_modules/zod/src/v4/classic/tests/base.test.ts +7 -0
  704. package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +83 -0
  705. package/node_modules/zod/src/v4/classic/tests/brand.test.ts +106 -0
  706. package/node_modules/zod/src/v4/classic/tests/catch.test.ts +604 -0
  707. package/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +20 -0
  708. package/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +572 -0
  709. package/node_modules/zod/src/v4/classic/tests/codec.test.ts +704 -0
  710. package/node_modules/zod/src/v4/classic/tests/coerce.test.ts +160 -0
  711. package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +374 -0
  712. package/node_modules/zod/src/v4/classic/tests/credit-card.test.ts +76 -0
  713. package/node_modules/zod/src/v4/classic/tests/custom.test.ts +40 -0
  714. package/node_modules/zod/src/v4/classic/tests/cyclic-data.test.ts +720 -0
  715. package/node_modules/zod/src/v4/classic/tests/date.test.ts +92 -0
  716. package/node_modules/zod/src/v4/classic/tests/datetime.test.ts +316 -0
  717. package/node_modules/zod/src/v4/classic/tests/deep-partial.test.ts +380 -0
  718. package/node_modules/zod/src/v4/classic/tests/default-locale.test.ts +32 -0
  719. package/node_modules/zod/src/v4/classic/tests/default.test.ts +455 -0
  720. package/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +27 -0
  721. package/node_modules/zod/src/v4/classic/tests/description.test.ts +32 -0
  722. package/node_modules/zod/src/v4/classic/tests/detached-methods.test.ts +221 -0
  723. package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +836 -0
  724. package/node_modules/zod/src/v4/classic/tests/enum.test.ts +296 -0
  725. package/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +917 -0
  726. package/node_modules/zod/src/v4/classic/tests/error.test.ts +979 -0
  727. package/node_modules/zod/src/v4/classic/tests/file.test.ts +96 -0
  728. package/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +179 -0
  729. package/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +26 -0
  730. package/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +1310 -0
  731. package/node_modules/zod/src/v4/classic/tests/function.test.ts +391 -0
  732. package/node_modules/zod/src/v4/classic/tests/generics.test.ts +72 -0
  733. package/node_modules/zod/src/v4/classic/tests/global-config.test.ts +32 -0
  734. package/node_modules/zod/src/v4/classic/tests/hash.test.ts +67 -0
  735. package/node_modules/zod/src/v4/classic/tests/in-out.test.ts +159 -0
  736. package/node_modules/zod/src/v4/classic/tests/index.test.ts +958 -0
  737. package/node_modules/zod/src/v4/classic/tests/instance-footprint.test.ts +281 -0
  738. package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +107 -0
  739. package/node_modules/zod/src/v4/classic/tests/intersection.test.ts +334 -0
  740. package/node_modules/zod/src/v4/classic/tests/issue-schema.test.ts +183 -0
  741. package/node_modules/zod/src/v4/classic/tests/jitless-allows-eval.test.ts +39 -0
  742. package/node_modules/zod/src/v4/classic/tests/json.test.ts +109 -0
  743. package/node_modules/zod/src/v4/classic/tests/lazy.test.ts +262 -0
  744. package/node_modules/zod/src/v4/classic/tests/literal.test.ts +128 -0
  745. package/node_modules/zod/src/v4/classic/tests/locales_ka.test.ts +29 -0
  746. package/node_modules/zod/src/v4/classic/tests/locales_ro.test.ts +24 -0
  747. package/node_modules/zod/src/v4/classic/tests/map.test.ts +342 -0
  748. package/node_modules/zod/src/v4/classic/tests/nan.test.ts +21 -0
  749. package/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +168 -0
  750. package/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +101 -0
  751. package/node_modules/zod/src/v4/classic/tests/nullable.test.ts +22 -0
  752. package/node_modules/zod/src/v4/classic/tests/number.test.ts +362 -0
  753. package/node_modules/zod/src/v4/classic/tests/object.test.ts +950 -0
  754. package/node_modules/zod/src/v4/classic/tests/optin-ladder.test.ts +234 -0
  755. package/node_modules/zod/src/v4/classic/tests/optional.test.ts +366 -0
  756. package/node_modules/zod/src/v4/classic/tests/partial.test.ts +497 -0
  757. package/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +211 -0
  758. package/node_modules/zod/src/v4/classic/tests/pipe.test.ts +101 -0
  759. package/node_modules/zod/src/v4/classic/tests/prefault.test.ts +74 -0
  760. package/node_modules/zod/src/v4/classic/tests/preprocess-types.test.ts +44 -0
  761. package/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +351 -0
  762. package/node_modules/zod/src/v4/classic/tests/primitive.test.ts +175 -0
  763. package/node_modules/zod/src/v4/classic/tests/promise.test.ts +81 -0
  764. package/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +23 -0
  765. package/node_modules/zod/src/v4/classic/tests/readonly.test.ts +184 -0
  766. package/node_modules/zod/src/v4/classic/tests/record.test.ts +885 -0
  767. package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +662 -0
  768. package/node_modules/zod/src/v4/classic/tests/redos.test.ts +68 -0
  769. package/node_modules/zod/src/v4/classic/tests/refine.test.ts +693 -0
  770. package/node_modules/zod/src/v4/classic/tests/registries.test.ts +243 -0
  771. package/node_modules/zod/src/v4/classic/tests/set.test.ts +190 -0
  772. package/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +134 -0
  773. package/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +125 -0
  774. package/node_modules/zod/src/v4/classic/tests/string.test.ts +1346 -0
  775. package/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +124 -0
  776. package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +780 -0
  777. package/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +438 -0
  778. package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +4537 -0
  779. package/node_modules/zod/src/v4/classic/tests/transform.test.ts +378 -0
  780. package/node_modules/zod/src/v4/classic/tests/tuple.test.ts +511 -0
  781. package/node_modules/zod/src/v4/classic/tests/union.test.ts +310 -0
  782. package/node_modules/zod/src/v4/classic/tests/url.test.ts +13 -0
  783. package/node_modules/zod/src/v4/classic/tests/validate.test.ts +76 -0
  784. package/node_modules/zod/src/v4/classic/tests/validations.test.ts +283 -0
  785. package/node_modules/zod/src/v4/classic/tests/void.test.ts +12 -0
  786. package/node_modules/zod/src/v4/core/api.ts +1859 -0
  787. package/node_modules/zod/src/v4/core/checks.ts +1306 -0
  788. package/node_modules/zod/src/v4/core/compile.ts +2188 -0
  789. package/node_modules/zod/src/v4/core/core.ts +232 -0
  790. package/node_modules/zod/src/v4/core/doc.ts +48 -0
  791. package/node_modules/zod/src/v4/core/errors.ts +546 -0
  792. package/node_modules/zod/src/v4/core/index.ts +19 -0
  793. package/node_modules/zod/src/v4/core/json-schema-generator.ts +131 -0
  794. package/node_modules/zod/src/v4/core/json-schema-processors.ts +830 -0
  795. package/node_modules/zod/src/v4/core/json-schema.ts +148 -0
  796. package/node_modules/zod/src/v4/core/memoizer.ts +284 -0
  797. package/node_modules/zod/src/v4/core/parse.ts +288 -0
  798. package/node_modules/zod/src/v4/core/regexes.ts +207 -0
  799. package/node_modules/zod/src/v4/core/registries.ts +105 -0
  800. package/node_modules/zod/src/v4/core/schemas.ts +5028 -0
  801. package/node_modules/zod/src/v4/core/standard-schema.ts +159 -0
  802. package/node_modules/zod/src/v4/core/tests/compile-differential.test.ts +969 -0
  803. package/node_modules/zod/src/v4/core/tests/compile-global.test.ts +89 -0
  804. package/node_modules/zod/src/v4/core/tests/compile-off-by-default.test.ts +26 -0
  805. package/node_modules/zod/src/v4/core/tests/compile-stats.test.ts +34 -0
  806. package/node_modules/zod/src/v4/core/tests/compile.test.ts +1639 -0
  807. package/node_modules/zod/src/v4/core/tests/extend.test.ts +59 -0
  808. package/node_modules/zod/src/v4/core/tests/index.test.ts +46 -0
  809. package/node_modules/zod/src/v4/core/tests/locales/be.test.ts +124 -0
  810. package/node_modules/zod/src/v4/core/tests/locales/el.test.ts +214 -0
  811. package/node_modules/zod/src/v4/core/tests/locales/en.test.ts +22 -0
  812. package/node_modules/zod/src/v4/core/tests/locales/es.test.ts +180 -0
  813. package/node_modules/zod/src/v4/core/tests/locales/fr.test.ts +72 -0
  814. package/node_modules/zod/src/v4/core/tests/locales/he.test.ts +379 -0
  815. package/node_modules/zod/src/v4/core/tests/locales/hr.test.ts +163 -0
  816. package/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +46 -0
  817. package/node_modules/zod/src/v4/core/tests/locales/parity.test.ts +42 -0
  818. package/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +128 -0
  819. package/node_modules/zod/src/v4/core/tests/locales/tk.test.ts +69 -0
  820. package/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +69 -0
  821. package/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +105 -0
  822. package/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +125 -0
  823. package/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +45 -0
  824. package/node_modules/zod/src/v4/core/tests/treeshake.test.ts +51 -0
  825. package/node_modules/zod/src/v4/core/tests/url-no-canparse.test.ts +31 -0
  826. package/node_modules/zod/src/v4/core/to-json-schema.ts +855 -0
  827. package/node_modules/zod/src/v4/core/util.ts +1209 -0
  828. package/node_modules/zod/src/v4/core/versions.ts +5 -0
  829. package/node_modules/zod/src/v4/core/visit.ts +193 -0
  830. package/node_modules/zod/src/v4/core/zsf.ts +323 -0
  831. package/node_modules/zod/src/v4/index.ts +4 -0
  832. package/node_modules/zod/src/v4/locales/ar.ts +118 -0
  833. package/node_modules/zod/src/v4/locales/az.ts +114 -0
  834. package/node_modules/zod/src/v4/locales/be.ts +186 -0
  835. package/node_modules/zod/src/v4/locales/bg.ts +131 -0
  836. package/node_modules/zod/src/v4/locales/bn.ts +121 -0
  837. package/node_modules/zod/src/v4/locales/ca.ts +119 -0
  838. package/node_modules/zod/src/v4/locales/ckb.ts +138 -0
  839. package/node_modules/zod/src/v4/locales/cs.ts +121 -0
  840. package/node_modules/zod/src/v4/locales/da.ts +126 -0
  841. package/node_modules/zod/src/v4/locales/de.ts +119 -0
  842. package/node_modules/zod/src/v4/locales/el.ts +122 -0
  843. package/node_modules/zod/src/v4/locales/en.ts +134 -0
  844. package/node_modules/zod/src/v4/locales/eo.ts +121 -0
  845. package/node_modules/zod/src/v4/locales/es.ts +143 -0
  846. package/node_modules/zod/src/v4/locales/fa.ts +129 -0
  847. package/node_modules/zod/src/v4/locales/fi.ts +124 -0
  848. package/node_modules/zod/src/v4/locales/fr-CA.ts +119 -0
  849. package/node_modules/zod/src/v4/locales/fr.ts +137 -0
  850. package/node_modules/zod/src/v4/locales/gu.ts +121 -0
  851. package/node_modules/zod/src/v4/locales/he.ts +251 -0
  852. package/node_modules/zod/src/v4/locales/hi.ts +124 -0
  853. package/node_modules/zod/src/v4/locales/hr.ts +133 -0
  854. package/node_modules/zod/src/v4/locales/hu.ts +120 -0
  855. package/node_modules/zod/src/v4/locales/hy.ts +173 -0
  856. package/node_modules/zod/src/v4/locales/id.ts +118 -0
  857. package/node_modules/zod/src/v4/locales/index.ts +62 -0
  858. package/node_modules/zod/src/v4/locales/is.ts +122 -0
  859. package/node_modules/zod/src/v4/locales/it.ts +119 -0
  860. package/node_modules/zod/src/v4/locales/ja.ts +117 -0
  861. package/node_modules/zod/src/v4/locales/ka.ts +126 -0
  862. package/node_modules/zod/src/v4/locales/kh.ts +7 -0
  863. package/node_modules/zod/src/v4/locales/km.ts +122 -0
  864. package/node_modules/zod/src/v4/locales/kn.ts +124 -0
  865. package/node_modules/zod/src/v4/locales/ko.ts +124 -0
  866. package/node_modules/zod/src/v4/locales/lt.ts +241 -0
  867. package/node_modules/zod/src/v4/locales/mk.ts +121 -0
  868. package/node_modules/zod/src/v4/locales/ms.ts +118 -0
  869. package/node_modules/zod/src/v4/locales/ne.ts +126 -0
  870. package/node_modules/zod/src/v4/locales/nl.ts +124 -0
  871. package/node_modules/zod/src/v4/locales/nn.ts +119 -0
  872. package/node_modules/zod/src/v4/locales/no.ts +119 -0
  873. package/node_modules/zod/src/v4/locales/ota.ts +120 -0
  874. package/node_modules/zod/src/v4/locales/pl.ts +121 -0
  875. package/node_modules/zod/src/v4/locales/ps.ts +129 -0
  876. package/node_modules/zod/src/v4/locales/pt-BR.ts +159 -0
  877. package/node_modules/zod/src/v4/locales/pt.ts +157 -0
  878. package/node_modules/zod/src/v4/locales/ro.ts +130 -0
  879. package/node_modules/zod/src/v4/locales/ru.ts +186 -0
  880. package/node_modules/zod/src/v4/locales/sk.ts +121 -0
  881. package/node_modules/zod/src/v4/locales/sl.ts +121 -0
  882. package/node_modules/zod/src/v4/locales/sv.ts +122 -0
  883. package/node_modules/zod/src/v4/locales/ta.ts +121 -0
  884. package/node_modules/zod/src/v4/locales/th.ts +122 -0
  885. package/node_modules/zod/src/v4/locales/tk.ts +111 -0
  886. package/node_modules/zod/src/v4/locales/tr.ts +114 -0
  887. package/node_modules/zod/src/v4/locales/ua.ts +7 -0
  888. package/node_modules/zod/src/v4/locales/uk.ts +120 -0
  889. package/node_modules/zod/src/v4/locales/ur.ts +122 -0
  890. package/node_modules/zod/src/v4/locales/uz.ts +118 -0
  891. package/node_modules/zod/src/v4/locales/vi.ts +120 -0
  892. package/node_modules/zod/src/v4/locales/yo.ts +127 -0
  893. package/node_modules/zod/src/v4/locales/zh-CN.ts +119 -0
  894. package/node_modules/zod/src/v4/locales/zh-TW.ts +118 -0
  895. package/node_modules/zod/src/v4/mini/checks.ts +33 -0
  896. package/node_modules/zod/src/v4/mini/coerce.ts +27 -0
  897. package/node_modules/zod/src/v4/mini/deep-partial.ts +73 -0
  898. package/node_modules/zod/src/v4/mini/external.ts +50 -0
  899. package/node_modules/zod/src/v4/mini/in-out.ts +45 -0
  900. package/node_modules/zod/src/v4/mini/index.ts +3 -0
  901. package/node_modules/zod/src/v4/mini/iso.ts +66 -0
  902. package/node_modules/zod/src/v4/mini/parse.ts +16 -0
  903. package/node_modules/zod/src/v4/mini/schemas.ts +2026 -0
  904. package/node_modules/zod/src/v4/mini/tests/apply.test.ts +57 -0
  905. package/node_modules/zod/src/v4/mini/tests/assignability.test.ts +190 -0
  906. package/node_modules/zod/src/v4/mini/tests/brand.test.ts +94 -0
  907. package/node_modules/zod/src/v4/mini/tests/checks.test.ts +158 -0
  908. package/node_modules/zod/src/v4/mini/tests/codec.test.ts +582 -0
  909. package/node_modules/zod/src/v4/mini/tests/computed.test.ts +36 -0
  910. package/node_modules/zod/src/v4/mini/tests/cyclic-data.test.ts +84 -0
  911. package/node_modules/zod/src/v4/mini/tests/deep-partial.test.ts +54 -0
  912. package/node_modules/zod/src/v4/mini/tests/error.test.ts +41 -0
  913. package/node_modules/zod/src/v4/mini/tests/functions.test.ts +14 -0
  914. package/node_modules/zod/src/v4/mini/tests/index.test.ts +1060 -0
  915. package/node_modules/zod/src/v4/mini/tests/number.test.ts +109 -0
  916. package/node_modules/zod/src/v4/mini/tests/object.test.ts +292 -0
  917. package/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +43 -0
  918. package/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +325 -0
  919. package/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +50 -0
  920. package/node_modules/zod/src/v4/mini/tests/string.test.ts +373 -0
  921. package/node_modules/zod/src/v4-mini/index.ts +3 -0
  922. package/node_modules/zod/v3/ZodError.cjs +148 -0
  923. package/node_modules/zod/v3/ZodError.d.cts +164 -0
  924. package/node_modules/zod/v3/ZodError.d.ts +164 -0
  925. package/node_modules/zod/v3/ZodError.js +143 -0
  926. package/node_modules/zod/v3/errors.cjs +17 -0
  927. package/node_modules/zod/v3/errors.d.cts +5 -0
  928. package/node_modules/zod/v3/errors.d.ts +5 -0
  929. package/node_modules/zod/v3/errors.js +9 -0
  930. package/node_modules/zod/v3/external.cjs +22 -0
  931. package/node_modules/zod/v3/external.d.cts +6 -0
  932. package/node_modules/zod/v3/external.d.ts +6 -0
  933. package/node_modules/zod/v3/external.js +6 -0
  934. package/node_modules/zod/v3/helpers/enumUtil.cjs +2 -0
  935. package/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
  936. package/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
  937. package/node_modules/zod/v3/helpers/enumUtil.js +1 -0
  938. package/node_modules/zod/v3/helpers/errorUtil.cjs +9 -0
  939. package/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
  940. package/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
  941. package/node_modules/zod/v3/helpers/errorUtil.js +6 -0
  942. package/node_modules/zod/v3/helpers/parseUtil.cjs +124 -0
  943. package/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
  944. package/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
  945. package/node_modules/zod/v3/helpers/parseUtil.js +109 -0
  946. package/node_modules/zod/v3/helpers/partialUtil.cjs +2 -0
  947. package/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
  948. package/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
  949. package/node_modules/zod/v3/helpers/partialUtil.js +1 -0
  950. package/node_modules/zod/v3/helpers/typeAliases.cjs +2 -0
  951. package/node_modules/zod/v3/helpers/typeAliases.d.cts +2 -0
  952. package/node_modules/zod/v3/helpers/typeAliases.d.ts +2 -0
  953. package/node_modules/zod/v3/helpers/typeAliases.js +1 -0
  954. package/node_modules/zod/v3/helpers/util.cjs +137 -0
  955. package/node_modules/zod/v3/helpers/util.d.cts +85 -0
  956. package/node_modules/zod/v3/helpers/util.d.ts +85 -0
  957. package/node_modules/zod/v3/helpers/util.js +133 -0
  958. package/node_modules/zod/v3/index.cjs +33 -0
  959. package/node_modules/zod/v3/index.d.cts +4 -0
  960. package/node_modules/zod/v3/index.d.ts +4 -0
  961. package/node_modules/zod/v3/index.js +4 -0
  962. package/node_modules/zod/v3/locales/en.cjs +112 -0
  963. package/node_modules/zod/v3/locales/en.d.cts +3 -0
  964. package/node_modules/zod/v3/locales/en.d.ts +3 -0
  965. package/node_modules/zod/v3/locales/en.js +109 -0
  966. package/node_modules/zod/v3/package.json +7 -0
  967. package/node_modules/zod/v3/standard-schema.cjs +2 -0
  968. package/node_modules/zod/v3/standard-schema.d.cts +102 -0
  969. package/node_modules/zod/v3/standard-schema.d.ts +102 -0
  970. package/node_modules/zod/v3/standard-schema.js +1 -0
  971. package/node_modules/zod/v3/types.cjs +3779 -0
  972. package/node_modules/zod/v3/types.d.cts +1034 -0
  973. package/node_modules/zod/v3/types.d.ts +1034 -0
  974. package/node_modules/zod/v3/types.js +3697 -0
  975. package/node_modules/zod/v4/classic/checks.cjs +34 -0
  976. package/node_modules/zod/v4/classic/checks.d.cts +1 -0
  977. package/node_modules/zod/v4/classic/checks.d.ts +1 -0
  978. package/node_modules/zod/v4/classic/checks.js +1 -0
  979. package/node_modules/zod/v4/classic/coerce.cjs +47 -0
  980. package/node_modules/zod/v4/classic/coerce.d.cts +17 -0
  981. package/node_modules/zod/v4/classic/coerce.d.ts +17 -0
  982. package/node_modules/zod/v4/classic/coerce.js +17 -0
  983. package/node_modules/zod/v4/classic/compat.cjs +61 -0
  984. package/node_modules/zod/v4/classic/compat.d.cts +48 -0
  985. package/node_modules/zod/v4/classic/compat.d.ts +48 -0
  986. package/node_modules/zod/v4/classic/compat.js +31 -0
  987. package/node_modules/zod/v4/classic/deep-partial.cjs +39 -0
  988. package/node_modules/zod/v4/classic/deep-partial.d.cts +14 -0
  989. package/node_modules/zod/v4/classic/deep-partial.d.ts +14 -0
  990. package/node_modules/zod/v4/classic/deep-partial.js +13 -0
  991. package/node_modules/zod/v4/classic/errors.cjs +83 -0
  992. package/node_modules/zod/v4/classic/errors.d.cts +29 -0
  993. package/node_modules/zod/v4/classic/errors.d.ts +29 -0
  994. package/node_modules/zod/v4/classic/errors.js +57 -0
  995. package/node_modules/zod/v4/classic/external.cjs +76 -0
  996. package/node_modules/zod/v4/classic/external.d.cts +19 -0
  997. package/node_modules/zod/v4/classic/external.d.ts +19 -0
  998. package/node_modules/zod/v4/classic/external.js +17 -0
  999. package/node_modules/zod/v4/classic/from-json-schema.cjs +686 -0
  1000. package/node_modules/zod/v4/classic/from-json-schema.d.cts +12 -0
  1001. package/node_modules/zod/v4/classic/from-json-schema.d.ts +12 -0
  1002. package/node_modules/zod/v4/classic/from-json-schema.js +660 -0
  1003. package/node_modules/zod/v4/classic/in-out.cjs +63 -0
  1004. package/node_modules/zod/v4/classic/in-out.d.cts +8 -0
  1005. package/node_modules/zod/v4/classic/in-out.d.ts +8 -0
  1006. package/node_modules/zod/v4/classic/in-out.js +36 -0
  1007. package/node_modules/zod/v4/classic/index.cjs +33 -0
  1008. package/node_modules/zod/v4/classic/index.d.cts +3 -0
  1009. package/node_modules/zod/v4/classic/index.d.ts +3 -0
  1010. package/node_modules/zod/v4/classic/index.js +4 -0
  1011. package/node_modules/zod/v4/classic/iso.cjs +49 -0
  1012. package/node_modules/zod/v4/classic/iso.d.cts +7 -0
  1013. package/node_modules/zod/v4/classic/iso.d.ts +7 -0
  1014. package/node_modules/zod/v4/classic/iso.js +15 -0
  1015. package/node_modules/zod/v4/classic/package.json +7 -0
  1016. package/node_modules/zod/v4/classic/parse.cjs +44 -0
  1017. package/node_modules/zod/v4/classic/parse.d.cts +44 -0
  1018. package/node_modules/zod/v4/classic/parse.d.ts +44 -0
  1019. package/node_modules/zod/v4/classic/parse.js +16 -0
  1020. package/node_modules/zod/v4/classic/schemas.cjs +1611 -0
  1021. package/node_modules/zod/v4/classic/schemas.d.cts +802 -0
  1022. package/node_modules/zod/v4/classic/schemas.d.ts +802 -0
  1023. package/node_modules/zod/v4/classic/schemas.js +1491 -0
  1024. package/node_modules/zod/v4/core/api.cjs +1246 -0
  1025. package/node_modules/zod/v4/core/api.d.cts +329 -0
  1026. package/node_modules/zod/v4/core/api.d.ts +329 -0
  1027. package/node_modules/zod/v4/core/api.js +1104 -0
  1028. package/node_modules/zod/v4/core/checks.cjs +607 -0
  1029. package/node_modules/zod/v4/core/checks.d.cts +278 -0
  1030. package/node_modules/zod/v4/core/checks.d.ts +278 -0
  1031. package/node_modules/zod/v4/core/checks.js +581 -0
  1032. package/node_modules/zod/v4/core/compile.cjs +1813 -0
  1033. package/node_modules/zod/v4/core/compile.d.cts +51 -0
  1034. package/node_modules/zod/v4/core/compile.d.ts +51 -0
  1035. package/node_modules/zod/v4/core/compile.js +1783 -0
  1036. package/node_modules/zod/v4/core/core.cjs +148 -0
  1037. package/node_modules/zod/v4/core/core.d.cts +82 -0
  1038. package/node_modules/zod/v4/core/core.d.ts +82 -0
  1039. package/node_modules/zod/v4/core/core.js +141 -0
  1040. package/node_modules/zod/v4/core/doc.cjs +37 -0
  1041. package/node_modules/zod/v4/core/doc.d.cts +16 -0
  1042. package/node_modules/zod/v4/core/doc.d.ts +16 -0
  1043. package/node_modules/zod/v4/core/doc.js +33 -0
  1044. package/node_modules/zod/v4/core/errors.cjs +301 -0
  1045. package/node_modules/zod/v4/core/errors.d.cts +225 -0
  1046. package/node_modules/zod/v4/core/errors.d.ts +225 -0
  1047. package/node_modules/zod/v4/core/errors.js +270 -0
  1048. package/node_modules/zod/v4/core/index.cjs +51 -0
  1049. package/node_modules/zod/v4/core/index.d.cts +19 -0
  1050. package/node_modules/zod/v4/core/index.d.ts +19 -0
  1051. package/node_modules/zod/v4/core/index.js +19 -0
  1052. package/node_modules/zod/v4/core/json-schema-generator.cjs +103 -0
  1053. package/node_modules/zod/v4/core/json-schema-generator.d.cts +65 -0
  1054. package/node_modules/zod/v4/core/json-schema-generator.d.ts +65 -0
  1055. package/node_modules/zod/v4/core/json-schema-generator.js +99 -0
  1056. package/node_modules/zod/v4/core/json-schema-processors.cjs +813 -0
  1057. package/node_modules/zod/v4/core/json-schema-processors.d.cts +49 -0
  1058. package/node_modules/zod/v4/core/json-schema-processors.d.ts +49 -0
  1059. package/node_modules/zod/v4/core/json-schema-processors.js +747 -0
  1060. package/node_modules/zod/v4/core/json-schema.cjs +2 -0
  1061. package/node_modules/zod/v4/core/json-schema.d.cts +89 -0
  1062. package/node_modules/zod/v4/core/json-schema.d.ts +89 -0
  1063. package/node_modules/zod/v4/core/json-schema.js +1 -0
  1064. package/node_modules/zod/v4/core/memoizer.cjs +272 -0
  1065. package/node_modules/zod/v4/core/memoizer.d.cts +15 -0
  1066. package/node_modules/zod/v4/core/memoizer.d.ts +15 -0
  1067. package/node_modules/zod/v4/core/memoizer.js +265 -0
  1068. package/node_modules/zod/v4/core/package.json +7 -0
  1069. package/node_modules/zod/v4/core/parse.cjs +193 -0
  1070. package/node_modules/zod/v4/core/parse.d.cts +52 -0
  1071. package/node_modules/zod/v4/core/parse.d.ts +52 -0
  1072. package/node_modules/zod/v4/core/parse.js +154 -0
  1073. package/node_modules/zod/v4/core/regexes.cjs +184 -0
  1074. package/node_modules/zod/v4/core/regexes.d.cts +87 -0
  1075. package/node_modules/zod/v4/core/regexes.d.ts +87 -0
  1076. package/node_modules/zod/v4/core/regexes.js +150 -0
  1077. package/node_modules/zod/v4/core/registries.cjs +56 -0
  1078. package/node_modules/zod/v4/core/registries.d.cts +35 -0
  1079. package/node_modules/zod/v4/core/registries.d.ts +35 -0
  1080. package/node_modules/zod/v4/core/registries.js +51 -0
  1081. package/node_modules/zod/v4/core/schemas.cjs +2481 -0
  1082. package/node_modules/zod/v4/core/schemas.d.cts +1253 -0
  1083. package/node_modules/zod/v4/core/schemas.d.ts +1253 -0
  1084. package/node_modules/zod/v4/core/schemas.js +2440 -0
  1085. package/node_modules/zod/v4/core/standard-schema.cjs +2 -0
  1086. package/node_modules/zod/v4/core/standard-schema.d.cts +126 -0
  1087. package/node_modules/zod/v4/core/standard-schema.d.ts +126 -0
  1088. package/node_modules/zod/v4/core/standard-schema.js +1 -0
  1089. package/node_modules/zod/v4/core/to-json-schema.cjs +660 -0
  1090. package/node_modules/zod/v4/core/to-json-schema.d.cts +153 -0
  1091. package/node_modules/zod/v4/core/to-json-schema.d.ts +153 -0
  1092. package/node_modules/zod/v4/core/to-json-schema.js +650 -0
  1093. package/node_modules/zod/v4/core/util.cjs +915 -0
  1094. package/node_modules/zod/v4/core/util.d.cts +257 -0
  1095. package/node_modules/zod/v4/core/util.d.ts +257 -0
  1096. package/node_modules/zod/v4/core/util.js +846 -0
  1097. package/node_modules/zod/v4/core/versions.cjs +8 -0
  1098. package/node_modules/zod/v4/core/versions.d.cts +5 -0
  1099. package/node_modules/zod/v4/core/versions.d.ts +5 -0
  1100. package/node_modules/zod/v4/core/versions.js +5 -0
  1101. package/node_modules/zod/v4/core/visit.cjs +195 -0
  1102. package/node_modules/zod/v4/core/visit.d.cts +30 -0
  1103. package/node_modules/zod/v4/core/visit.d.ts +30 -0
  1104. package/node_modules/zod/v4/core/visit.js +169 -0
  1105. package/node_modules/zod/v4/index.cjs +32 -0
  1106. package/node_modules/zod/v4/index.d.cts +3 -0
  1107. package/node_modules/zod/v4/index.d.ts +3 -0
  1108. package/node_modules/zod/v4/index.js +4 -0
  1109. package/node_modules/zod/v4/locales/ar.cjs +136 -0
  1110. package/node_modules/zod/v4/locales/ar.d.cts +5 -0
  1111. package/node_modules/zod/v4/locales/ar.d.ts +4 -0
  1112. package/node_modules/zod/v4/locales/ar.js +109 -0
  1113. package/node_modules/zod/v4/locales/az.cjs +135 -0
  1114. package/node_modules/zod/v4/locales/az.d.cts +5 -0
  1115. package/node_modules/zod/v4/locales/az.d.ts +4 -0
  1116. package/node_modules/zod/v4/locales/az.js +108 -0
  1117. package/node_modules/zod/v4/locales/be.cjs +193 -0
  1118. package/node_modules/zod/v4/locales/be.d.cts +5 -0
  1119. package/node_modules/zod/v4/locales/be.d.ts +4 -0
  1120. package/node_modules/zod/v4/locales/be.js +166 -0
  1121. package/node_modules/zod/v4/locales/bg.cjs +150 -0
  1122. package/node_modules/zod/v4/locales/bg.d.cts +5 -0
  1123. package/node_modules/zod/v4/locales/bg.d.ts +4 -0
  1124. package/node_modules/zod/v4/locales/bg.js +123 -0
  1125. package/node_modules/zod/v4/locales/bn.cjs +138 -0
  1126. package/node_modules/zod/v4/locales/bn.d.cts +5 -0
  1127. package/node_modules/zod/v4/locales/bn.d.ts +4 -0
  1128. package/node_modules/zod/v4/locales/bn.js +111 -0
  1129. package/node_modules/zod/v4/locales/ca.cjs +137 -0
  1130. package/node_modules/zod/v4/locales/ca.d.cts +5 -0
  1131. package/node_modules/zod/v4/locales/ca.d.ts +4 -0
  1132. package/node_modules/zod/v4/locales/ca.js +110 -0
  1133. package/node_modules/zod/v4/locales/ckb.cjs +158 -0
  1134. package/node_modules/zod/v4/locales/ckb.d.cts +5 -0
  1135. package/node_modules/zod/v4/locales/ckb.d.ts +4 -0
  1136. package/node_modules/zod/v4/locales/ckb.js +131 -0
  1137. package/node_modules/zod/v4/locales/cs.cjs +141 -0
  1138. package/node_modules/zod/v4/locales/cs.d.cts +5 -0
  1139. package/node_modules/zod/v4/locales/cs.d.ts +4 -0
  1140. package/node_modules/zod/v4/locales/cs.js +114 -0
  1141. package/node_modules/zod/v4/locales/da.cjs +145 -0
  1142. package/node_modules/zod/v4/locales/da.d.cts +5 -0
  1143. package/node_modules/zod/v4/locales/da.d.ts +4 -0
  1144. package/node_modules/zod/v4/locales/da.js +118 -0
  1145. package/node_modules/zod/v4/locales/de.cjs +138 -0
  1146. package/node_modules/zod/v4/locales/de.d.cts +5 -0
  1147. package/node_modules/zod/v4/locales/de.d.ts +4 -0
  1148. package/node_modules/zod/v4/locales/de.js +111 -0
  1149. package/node_modules/zod/v4/locales/el.cjs +137 -0
  1150. package/node_modules/zod/v4/locales/el.d.cts +5 -0
  1151. package/node_modules/zod/v4/locales/el.d.ts +4 -0
  1152. package/node_modules/zod/v4/locales/el.js +110 -0
  1153. package/node_modules/zod/v4/locales/en.cjs +150 -0
  1154. package/node_modules/zod/v4/locales/en.d.cts +5 -0
  1155. package/node_modules/zod/v4/locales/en.d.ts +4 -0
  1156. package/node_modules/zod/v4/locales/en.js +123 -0
  1157. package/node_modules/zod/v4/locales/eo.cjs +139 -0
  1158. package/node_modules/zod/v4/locales/eo.d.cts +5 -0
  1159. package/node_modules/zod/v4/locales/eo.d.ts +4 -0
  1160. package/node_modules/zod/v4/locales/eo.js +112 -0
  1161. package/node_modules/zod/v4/locales/es.cjs +161 -0
  1162. package/node_modules/zod/v4/locales/es.d.cts +5 -0
  1163. package/node_modules/zod/v4/locales/es.d.ts +4 -0
  1164. package/node_modules/zod/v4/locales/es.js +134 -0
  1165. package/node_modules/zod/v4/locales/fa.cjs +144 -0
  1166. package/node_modules/zod/v4/locales/fa.d.cts +5 -0
  1167. package/node_modules/zod/v4/locales/fa.d.ts +4 -0
  1168. package/node_modules/zod/v4/locales/fa.js +117 -0
  1169. package/node_modules/zod/v4/locales/fi.cjs +142 -0
  1170. package/node_modules/zod/v4/locales/fi.d.cts +5 -0
  1171. package/node_modules/zod/v4/locales/fi.d.ts +4 -0
  1172. package/node_modules/zod/v4/locales/fi.js +115 -0
  1173. package/node_modules/zod/v4/locales/fr-CA.cjs +137 -0
  1174. package/node_modules/zod/v4/locales/fr-CA.d.cts +5 -0
  1175. package/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
  1176. package/node_modules/zod/v4/locales/fr-CA.js +110 -0
  1177. package/node_modules/zod/v4/locales/fr.cjs +154 -0
  1178. package/node_modules/zod/v4/locales/fr.d.cts +5 -0
  1179. package/node_modules/zod/v4/locales/fr.d.ts +4 -0
  1180. package/node_modules/zod/v4/locales/fr.js +127 -0
  1181. package/node_modules/zod/v4/locales/gu.cjs +138 -0
  1182. package/node_modules/zod/v4/locales/gu.d.cts +5 -0
  1183. package/node_modules/zod/v4/locales/gu.d.ts +4 -0
  1184. package/node_modules/zod/v4/locales/gu.js +111 -0
  1185. package/node_modules/zod/v4/locales/he.cjs +246 -0
  1186. package/node_modules/zod/v4/locales/he.d.cts +5 -0
  1187. package/node_modules/zod/v4/locales/he.d.ts +4 -0
  1188. package/node_modules/zod/v4/locales/he.js +219 -0
  1189. package/node_modules/zod/v4/locales/hi.cjs +136 -0
  1190. package/node_modules/zod/v4/locales/hi.d.cts +5 -0
  1191. package/node_modules/zod/v4/locales/hi.d.ts +4 -0
  1192. package/node_modules/zod/v4/locales/hi.js +109 -0
  1193. package/node_modules/zod/v4/locales/hr.cjs +151 -0
  1194. package/node_modules/zod/v4/locales/hr.d.cts +5 -0
  1195. package/node_modules/zod/v4/locales/hr.d.ts +4 -0
  1196. package/node_modules/zod/v4/locales/hr.js +124 -0
  1197. package/node_modules/zod/v4/locales/hu.cjs +138 -0
  1198. package/node_modules/zod/v4/locales/hu.d.cts +5 -0
  1199. package/node_modules/zod/v4/locales/hu.d.ts +4 -0
  1200. package/node_modules/zod/v4/locales/hu.js +111 -0
  1201. package/node_modules/zod/v4/locales/hy.cjs +183 -0
  1202. package/node_modules/zod/v4/locales/hy.d.cts +5 -0
  1203. package/node_modules/zod/v4/locales/hy.d.ts +4 -0
  1204. package/node_modules/zod/v4/locales/hy.js +156 -0
  1205. package/node_modules/zod/v4/locales/id.cjs +136 -0
  1206. package/node_modules/zod/v4/locales/id.d.cts +5 -0
  1207. package/node_modules/zod/v4/locales/id.d.ts +4 -0
  1208. package/node_modules/zod/v4/locales/id.js +109 -0
  1209. package/node_modules/zod/v4/locales/index.cjs +131 -0
  1210. package/node_modules/zod/v4/locales/index.d.cts +62 -0
  1211. package/node_modules/zod/v4/locales/index.d.ts +62 -0
  1212. package/node_modules/zod/v4/locales/index.js +62 -0
  1213. package/node_modules/zod/v4/locales/is.cjs +139 -0
  1214. package/node_modules/zod/v4/locales/is.d.cts +5 -0
  1215. package/node_modules/zod/v4/locales/is.d.ts +4 -0
  1216. package/node_modules/zod/v4/locales/is.js +112 -0
  1217. package/node_modules/zod/v4/locales/it.cjs +138 -0
  1218. package/node_modules/zod/v4/locales/it.d.cts +5 -0
  1219. package/node_modules/zod/v4/locales/it.d.ts +4 -0
  1220. package/node_modules/zod/v4/locales/it.js +111 -0
  1221. package/node_modules/zod/v4/locales/ja.cjs +137 -0
  1222. package/node_modules/zod/v4/locales/ja.d.cts +5 -0
  1223. package/node_modules/zod/v4/locales/ja.d.ts +4 -0
  1224. package/node_modules/zod/v4/locales/ja.js +110 -0
  1225. package/node_modules/zod/v4/locales/ka.cjs +142 -0
  1226. package/node_modules/zod/v4/locales/ka.d.cts +5 -0
  1227. package/node_modules/zod/v4/locales/ka.d.ts +4 -0
  1228. package/node_modules/zod/v4/locales/ka.js +115 -0
  1229. package/node_modules/zod/v4/locales/kh.cjs +12 -0
  1230. package/node_modules/zod/v4/locales/kh.d.cts +5 -0
  1231. package/node_modules/zod/v4/locales/kh.d.ts +5 -0
  1232. package/node_modules/zod/v4/locales/kh.js +5 -0
  1233. package/node_modules/zod/v4/locales/km.cjs +140 -0
  1234. package/node_modules/zod/v4/locales/km.d.cts +5 -0
  1235. package/node_modules/zod/v4/locales/km.d.ts +4 -0
  1236. package/node_modules/zod/v4/locales/km.js +113 -0
  1237. package/node_modules/zod/v4/locales/kn.cjs +141 -0
  1238. package/node_modules/zod/v4/locales/kn.d.cts +5 -0
  1239. package/node_modules/zod/v4/locales/kn.d.ts +4 -0
  1240. package/node_modules/zod/v4/locales/kn.js +114 -0
  1241. package/node_modules/zod/v4/locales/ko.cjs +141 -0
  1242. package/node_modules/zod/v4/locales/ko.d.cts +5 -0
  1243. package/node_modules/zod/v4/locales/ko.d.ts +4 -0
  1244. package/node_modules/zod/v4/locales/ko.js +114 -0
  1245. package/node_modules/zod/v4/locales/lt.cjs +232 -0
  1246. package/node_modules/zod/v4/locales/lt.d.cts +5 -0
  1247. package/node_modules/zod/v4/locales/lt.d.ts +4 -0
  1248. package/node_modules/zod/v4/locales/lt.js +205 -0
  1249. package/node_modules/zod/v4/locales/mk.cjs +139 -0
  1250. package/node_modules/zod/v4/locales/mk.d.cts +5 -0
  1251. package/node_modules/zod/v4/locales/mk.d.ts +4 -0
  1252. package/node_modules/zod/v4/locales/mk.js +112 -0
  1253. package/node_modules/zod/v4/locales/ms.cjs +137 -0
  1254. package/node_modules/zod/v4/locales/ms.d.cts +5 -0
  1255. package/node_modules/zod/v4/locales/ms.d.ts +4 -0
  1256. package/node_modules/zod/v4/locales/ms.js +110 -0
  1257. package/node_modules/zod/v4/locales/ne.cjs +136 -0
  1258. package/node_modules/zod/v4/locales/ne.d.cts +5 -0
  1259. package/node_modules/zod/v4/locales/ne.d.ts +4 -0
  1260. package/node_modules/zod/v4/locales/ne.js +109 -0
  1261. package/node_modules/zod/v4/locales/nl.cjs +140 -0
  1262. package/node_modules/zod/v4/locales/nl.d.cts +5 -0
  1263. package/node_modules/zod/v4/locales/nl.d.ts +4 -0
  1264. package/node_modules/zod/v4/locales/nl.js +113 -0
  1265. package/node_modules/zod/v4/locales/nn.cjs +138 -0
  1266. package/node_modules/zod/v4/locales/nn.d.cts +5 -0
  1267. package/node_modules/zod/v4/locales/nn.d.ts +4 -0
  1268. package/node_modules/zod/v4/locales/nn.js +111 -0
  1269. package/node_modules/zod/v4/locales/no.cjs +138 -0
  1270. package/node_modules/zod/v4/locales/no.d.cts +5 -0
  1271. package/node_modules/zod/v4/locales/no.d.ts +4 -0
  1272. package/node_modules/zod/v4/locales/no.js +111 -0
  1273. package/node_modules/zod/v4/locales/ota.cjs +139 -0
  1274. package/node_modules/zod/v4/locales/ota.d.cts +5 -0
  1275. package/node_modules/zod/v4/locales/ota.d.ts +4 -0
  1276. package/node_modules/zod/v4/locales/ota.js +112 -0
  1277. package/node_modules/zod/v4/locales/package.json +7 -0
  1278. package/node_modules/zod/v4/locales/pl.cjs +139 -0
  1279. package/node_modules/zod/v4/locales/pl.d.cts +5 -0
  1280. package/node_modules/zod/v4/locales/pl.d.ts +4 -0
  1281. package/node_modules/zod/v4/locales/pl.js +112 -0
  1282. package/node_modules/zod/v4/locales/ps.cjs +144 -0
  1283. package/node_modules/zod/v4/locales/ps.d.cts +5 -0
  1284. package/node_modules/zod/v4/locales/ps.d.ts +4 -0
  1285. package/node_modules/zod/v4/locales/ps.js +117 -0
  1286. package/node_modules/zod/v4/locales/pt-BR.cjs +168 -0
  1287. package/node_modules/zod/v4/locales/pt-BR.d.cts +5 -0
  1288. package/node_modules/zod/v4/locales/pt-BR.d.ts +4 -0
  1289. package/node_modules/zod/v4/locales/pt-BR.js +141 -0
  1290. package/node_modules/zod/v4/locales/pt.cjs +167 -0
  1291. package/node_modules/zod/v4/locales/pt.d.cts +5 -0
  1292. package/node_modules/zod/v4/locales/pt.d.ts +4 -0
  1293. package/node_modules/zod/v4/locales/pt.js +140 -0
  1294. package/node_modules/zod/v4/locales/ro.cjs +147 -0
  1295. package/node_modules/zod/v4/locales/ro.d.cts +5 -0
  1296. package/node_modules/zod/v4/locales/ro.d.ts +4 -0
  1297. package/node_modules/zod/v4/locales/ro.js +120 -0
  1298. package/node_modules/zod/v4/locales/ru.cjs +193 -0
  1299. package/node_modules/zod/v4/locales/ru.d.cts +5 -0
  1300. package/node_modules/zod/v4/locales/ru.d.ts +4 -0
  1301. package/node_modules/zod/v4/locales/ru.js +166 -0
  1302. package/node_modules/zod/v4/locales/sk.cjs +141 -0
  1303. package/node_modules/zod/v4/locales/sk.d.cts +5 -0
  1304. package/node_modules/zod/v4/locales/sk.d.ts +4 -0
  1305. package/node_modules/zod/v4/locales/sk.js +114 -0
  1306. package/node_modules/zod/v4/locales/sl.cjs +139 -0
  1307. package/node_modules/zod/v4/locales/sl.d.cts +5 -0
  1308. package/node_modules/zod/v4/locales/sl.d.ts +4 -0
  1309. package/node_modules/zod/v4/locales/sl.js +112 -0
  1310. package/node_modules/zod/v4/locales/sv.cjs +140 -0
  1311. package/node_modules/zod/v4/locales/sv.d.cts +5 -0
  1312. package/node_modules/zod/v4/locales/sv.d.ts +4 -0
  1313. package/node_modules/zod/v4/locales/sv.js +113 -0
  1314. package/node_modules/zod/v4/locales/ta.cjs +140 -0
  1315. package/node_modules/zod/v4/locales/ta.d.cts +5 -0
  1316. package/node_modules/zod/v4/locales/ta.d.ts +4 -0
  1317. package/node_modules/zod/v4/locales/ta.js +113 -0
  1318. package/node_modules/zod/v4/locales/th.cjs +140 -0
  1319. package/node_modules/zod/v4/locales/th.d.cts +5 -0
  1320. package/node_modules/zod/v4/locales/th.d.ts +4 -0
  1321. package/node_modules/zod/v4/locales/th.js +113 -0
  1322. package/node_modules/zod/v4/locales/tk.cjs +132 -0
  1323. package/node_modules/zod/v4/locales/tk.d.cts +5 -0
  1324. package/node_modules/zod/v4/locales/tk.d.ts +4 -0
  1325. package/node_modules/zod/v4/locales/tk.js +105 -0
  1326. package/node_modules/zod/v4/locales/tr.cjs +135 -0
  1327. package/node_modules/zod/v4/locales/tr.d.cts +5 -0
  1328. package/node_modules/zod/v4/locales/tr.d.ts +4 -0
  1329. package/node_modules/zod/v4/locales/tr.js +108 -0
  1330. package/node_modules/zod/v4/locales/ua.cjs +12 -0
  1331. package/node_modules/zod/v4/locales/ua.d.cts +5 -0
  1332. package/node_modules/zod/v4/locales/ua.d.ts +5 -0
  1333. package/node_modules/zod/v4/locales/ua.js +5 -0
  1334. package/node_modules/zod/v4/locales/uk.cjs +138 -0
  1335. package/node_modules/zod/v4/locales/uk.d.cts +5 -0
  1336. package/node_modules/zod/v4/locales/uk.d.ts +4 -0
  1337. package/node_modules/zod/v4/locales/uk.js +111 -0
  1338. package/node_modules/zod/v4/locales/ur.cjs +140 -0
  1339. package/node_modules/zod/v4/locales/ur.d.cts +5 -0
  1340. package/node_modules/zod/v4/locales/ur.d.ts +4 -0
  1341. package/node_modules/zod/v4/locales/ur.js +113 -0
  1342. package/node_modules/zod/v4/locales/uz.cjs +138 -0
  1343. package/node_modules/zod/v4/locales/uz.d.cts +5 -0
  1344. package/node_modules/zod/v4/locales/uz.d.ts +4 -0
  1345. package/node_modules/zod/v4/locales/uz.js +111 -0
  1346. package/node_modules/zod/v4/locales/vi.cjs +138 -0
  1347. package/node_modules/zod/v4/locales/vi.d.cts +5 -0
  1348. package/node_modules/zod/v4/locales/vi.d.ts +4 -0
  1349. package/node_modules/zod/v4/locales/vi.js +111 -0
  1350. package/node_modules/zod/v4/locales/yo.cjs +137 -0
  1351. package/node_modules/zod/v4/locales/yo.d.cts +5 -0
  1352. package/node_modules/zod/v4/locales/yo.d.ts +4 -0
  1353. package/node_modules/zod/v4/locales/yo.js +110 -0
  1354. package/node_modules/zod/v4/locales/zh-CN.cjs +139 -0
  1355. package/node_modules/zod/v4/locales/zh-CN.d.cts +5 -0
  1356. package/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
  1357. package/node_modules/zod/v4/locales/zh-CN.js +112 -0
  1358. package/node_modules/zod/v4/locales/zh-TW.cjs +137 -0
  1359. package/node_modules/zod/v4/locales/zh-TW.d.cts +5 -0
  1360. package/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
  1361. package/node_modules/zod/v4/locales/zh-TW.js +110 -0
  1362. package/node_modules/zod/v4/mini/checks.cjs +35 -0
  1363. package/node_modules/zod/v4/mini/checks.d.cts +1 -0
  1364. package/node_modules/zod/v4/mini/checks.d.ts +1 -0
  1365. package/node_modules/zod/v4/mini/checks.js +1 -0
  1366. package/node_modules/zod/v4/mini/coerce.cjs +52 -0
  1367. package/node_modules/zod/v4/mini/coerce.d.cts +7 -0
  1368. package/node_modules/zod/v4/mini/coerce.d.ts +7 -0
  1369. package/node_modules/zod/v4/mini/coerce.js +22 -0
  1370. package/node_modules/zod/v4/mini/deep-partial.cjs +39 -0
  1371. package/node_modules/zod/v4/mini/deep-partial.d.cts +14 -0
  1372. package/node_modules/zod/v4/mini/deep-partial.d.ts +14 -0
  1373. package/node_modules/zod/v4/mini/deep-partial.js +13 -0
  1374. package/node_modules/zod/v4/mini/external.cjs +74 -0
  1375. package/node_modules/zod/v4/mini/external.d.cts +16 -0
  1376. package/node_modules/zod/v4/mini/external.d.ts +16 -0
  1377. package/node_modules/zod/v4/mini/external.js +16 -0
  1378. package/node_modules/zod/v4/mini/in-out.cjs +63 -0
  1379. package/node_modules/zod/v4/mini/in-out.d.cts +8 -0
  1380. package/node_modules/zod/v4/mini/in-out.d.ts +8 -0
  1381. package/node_modules/zod/v4/mini/in-out.js +36 -0
  1382. package/node_modules/zod/v4/mini/index.cjs +32 -0
  1383. package/node_modules/zod/v4/mini/index.d.cts +3 -0
  1384. package/node_modules/zod/v4/mini/index.d.ts +3 -0
  1385. package/node_modules/zod/v4/mini/index.js +3 -0
  1386. package/node_modules/zod/v4/mini/iso.cjs +64 -0
  1387. package/node_modules/zod/v4/mini/iso.d.cts +22 -0
  1388. package/node_modules/zod/v4/mini/iso.d.ts +22 -0
  1389. package/node_modules/zod/v4/mini/iso.js +34 -0
  1390. package/node_modules/zod/v4/mini/package.json +7 -0
  1391. package/node_modules/zod/v4/mini/parse.cjs +18 -0
  1392. package/node_modules/zod/v4/mini/parse.d.cts +1 -0
  1393. package/node_modules/zod/v4/mini/parse.d.ts +1 -0
  1394. package/node_modules/zod/v4/mini/parse.js +1 -0
  1395. package/node_modules/zod/v4/mini/schemas.cjs +1111 -0
  1396. package/node_modules/zod/v4/mini/schemas.d.cts +475 -0
  1397. package/node_modules/zod/v4/mini/schemas.d.ts +475 -0
  1398. package/node_modules/zod/v4/mini/schemas.js +987 -0
  1399. package/node_modules/zod/v4/package.json +7 -0
  1400. package/node_modules/zod/v4-mini/index.cjs +32 -0
  1401. package/node_modules/zod/v4-mini/index.d.cts +3 -0
  1402. package/node_modules/zod/v4-mini/index.d.ts +3 -0
  1403. package/node_modules/zod/v4-mini/index.js +3 -0
  1404. package/node_modules/zod/v4-mini/package.json +7 -0
  1405. package/oclif.manifest.json +95 -62
  1406. package/package.json +17 -9
  1407. package/content/pwav3/components.md +0 -400
  1408. package/content/pwav3/config.md +0 -124
  1409. package/content/pwav3/data-fetching.md +0 -213
  1410. package/content/pwav3/extensibility.md +0 -167
  1411. package/content/pwav3/i18n.md +0 -214
  1412. package/content/pwav3/quick-reference.md +0 -169
  1413. package/content/pwav3/routing.md +0 -107
  1414. package/content/pwav3/state-management.md +0 -193
  1415. package/content/pwav3/styling.md +0 -248
  1416. package/content/pwav3/testing.md +0 -124
  1417. package/content/site-theming/theming-accessibility.md +0 -126
  1418. package/content/site-theming/theming-questions.md +0 -208
  1419. package/content/site-theming/theming-validation.md +0 -174
  1420. package/dist/tools/diagnostics/debug-continue.js +0 -27
  1421. package/dist/tools/diagnostics/debug-get-stack.d.ts +0 -4
  1422. package/dist/tools/diagnostics/debug-get-stack.js +0 -31
  1423. package/dist/tools/diagnostics/debug-get-variables.d.ts +0 -4
  1424. package/dist/tools/diagnostics/debug-get-variables.js +0 -45
  1425. package/dist/tools/diagnostics/debug-step.js +0 -38
  1426. package/dist/tools/diagnostics/logs-watch-list.d.ts +0 -4
  1427. package/dist/tools/diagnostics/logs-watch-list.js +0 -37
  1428. package/dist/tools/diagnostics/logs-watch-stop.d.ts +0 -4
  1429. package/dist/tools/diagnostics/logs-watch-stop.js +0 -36
  1430. package/dist/tools/diagnostics/mrt-logs-watch-list.d.ts +0 -4
  1431. package/dist/tools/diagnostics/mrt-logs-watch-list.js +0 -37
  1432. package/dist/tools/diagnostics/mrt-logs-watch-stop.d.ts +0 -4
  1433. package/dist/tools/diagnostics/mrt-logs-watch-stop.js +0 -37
  1434. package/dist/tools/pwav3/index.d.ts +0 -22
  1435. package/dist/tools/pwav3/index.js +0 -20
  1436. package/dist/tools/pwav3/pwa-kit-development-guidelines.d.ts +0 -9
  1437. package/dist/tools/pwav3/pwa-kit-development-guidelines.js +0 -111
  1438. package/dist/tools/scapi/scapi-custom-api-generate-scaffold.d.ts +0 -67
  1439. package/dist/tools/scapi/scapi-custom-api-generate-scaffold.js +0 -204
@@ -0,0 +1,3697 @@
1
+ import { ZodError, ZodIssueCode, } from "./ZodError.js";
2
+ import { defaultErrorMap, getErrorMap } from "./errors.js";
3
+ import { errorUtil } from "./helpers/errorUtil.js";
4
+ import { DIRTY, INVALID, OK, ParseStatus, addIssueToContext, isAborted, isAsync, isDirty, isValid, makeIssue, } from "./helpers/parseUtil.js";
5
+ import { util, ZodParsedType, getParsedType } from "./helpers/util.js";
6
+ class ParseInputLazyPath {
7
+ constructor(parent, value, path, key) {
8
+ this._cachedPath = [];
9
+ this.parent = parent;
10
+ this.data = value;
11
+ this._path = path;
12
+ this._key = key;
13
+ }
14
+ get path() {
15
+ if (!this._cachedPath.length) {
16
+ if (Array.isArray(this._key)) {
17
+ this._cachedPath.push(...this._path, ...this._key);
18
+ }
19
+ else {
20
+ this._cachedPath.push(...this._path, this._key);
21
+ }
22
+ }
23
+ return this._cachedPath;
24
+ }
25
+ }
26
+ const handleResult = (ctx, result) => {
27
+ if (isValid(result)) {
28
+ return { success: true, data: result.value };
29
+ }
30
+ else {
31
+ if (!ctx.common.issues.length) {
32
+ throw new Error("Validation failed but no issues detected.");
33
+ }
34
+ return {
35
+ success: false,
36
+ get error() {
37
+ if (this._error)
38
+ return this._error;
39
+ const error = new ZodError(ctx.common.issues);
40
+ this._error = error;
41
+ return this._error;
42
+ },
43
+ };
44
+ }
45
+ };
46
+ function processCreateParams(params) {
47
+ if (!params)
48
+ return {};
49
+ const { errorMap, invalid_type_error, required_error, description } = params;
50
+ if (errorMap && (invalid_type_error || required_error)) {
51
+ throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);
52
+ }
53
+ if (errorMap)
54
+ return { errorMap: errorMap, description };
55
+ const customMap = (iss, ctx) => {
56
+ const { message } = params;
57
+ if (iss.code === "invalid_enum_value") {
58
+ return { message: message ?? ctx.defaultError };
59
+ }
60
+ if (typeof ctx.data === "undefined") {
61
+ return { message: message ?? required_error ?? ctx.defaultError };
62
+ }
63
+ if (iss.code !== "invalid_type")
64
+ return { message: ctx.defaultError };
65
+ return { message: message ?? invalid_type_error ?? ctx.defaultError };
66
+ };
67
+ return { errorMap: customMap, description };
68
+ }
69
+ export class ZodType {
70
+ get description() {
71
+ return this._def.description;
72
+ }
73
+ _getType(input) {
74
+ return getParsedType(input.data);
75
+ }
76
+ _getOrReturnCtx(input, ctx) {
77
+ return (ctx || {
78
+ common: input.parent.common,
79
+ data: input.data,
80
+ parsedType: getParsedType(input.data),
81
+ schemaErrorMap: this._def.errorMap,
82
+ path: input.path,
83
+ parent: input.parent,
84
+ });
85
+ }
86
+ _processInputParams(input) {
87
+ return {
88
+ status: new ParseStatus(),
89
+ ctx: {
90
+ common: input.parent.common,
91
+ data: input.data,
92
+ parsedType: getParsedType(input.data),
93
+ schemaErrorMap: this._def.errorMap,
94
+ path: input.path,
95
+ parent: input.parent,
96
+ },
97
+ };
98
+ }
99
+ _parseSync(input) {
100
+ const result = this._parse(input);
101
+ if (isAsync(result)) {
102
+ throw new Error("Synchronous parse encountered promise.");
103
+ }
104
+ return result;
105
+ }
106
+ _parseAsync(input) {
107
+ const result = this._parse(input);
108
+ return Promise.resolve(result);
109
+ }
110
+ parse(data, params) {
111
+ const result = this.safeParse(data, params);
112
+ if (result.success)
113
+ return result.data;
114
+ throw result.error;
115
+ }
116
+ safeParse(data, params) {
117
+ const ctx = {
118
+ common: {
119
+ issues: [],
120
+ async: params?.async ?? false,
121
+ contextualErrorMap: params?.errorMap,
122
+ },
123
+ path: params?.path || [],
124
+ schemaErrorMap: this._def.errorMap,
125
+ parent: null,
126
+ data,
127
+ parsedType: getParsedType(data),
128
+ };
129
+ const result = this._parseSync({ data, path: ctx.path, parent: ctx });
130
+ return handleResult(ctx, result);
131
+ }
132
+ "~validate"(data) {
133
+ const ctx = {
134
+ common: {
135
+ issues: [],
136
+ async: !!this["~standard"].async,
137
+ },
138
+ path: [],
139
+ schemaErrorMap: this._def.errorMap,
140
+ parent: null,
141
+ data,
142
+ parsedType: getParsedType(data),
143
+ };
144
+ if (!this["~standard"].async) {
145
+ try {
146
+ const result = this._parseSync({ data, path: [], parent: ctx });
147
+ return isValid(result)
148
+ ? {
149
+ value: result.value,
150
+ }
151
+ : {
152
+ issues: ctx.common.issues,
153
+ };
154
+ }
155
+ catch (err) {
156
+ if (err?.message?.toLowerCase()?.includes("encountered")) {
157
+ this["~standard"].async = true;
158
+ }
159
+ ctx.common = {
160
+ issues: [],
161
+ async: true,
162
+ };
163
+ }
164
+ }
165
+ return this._parseAsync({ data, path: [], parent: ctx }).then((result) => isValid(result)
166
+ ? {
167
+ value: result.value,
168
+ }
169
+ : {
170
+ issues: ctx.common.issues,
171
+ });
172
+ }
173
+ async parseAsync(data, params) {
174
+ const result = await this.safeParseAsync(data, params);
175
+ if (result.success)
176
+ return result.data;
177
+ throw result.error;
178
+ }
179
+ async safeParseAsync(data, params) {
180
+ const ctx = {
181
+ common: {
182
+ issues: [],
183
+ contextualErrorMap: params?.errorMap,
184
+ async: true,
185
+ },
186
+ path: params?.path || [],
187
+ schemaErrorMap: this._def.errorMap,
188
+ parent: null,
189
+ data,
190
+ parsedType: getParsedType(data),
191
+ };
192
+ const maybeAsyncResult = this._parse({ data, path: ctx.path, parent: ctx });
193
+ const result = await (isAsync(maybeAsyncResult) ? maybeAsyncResult : Promise.resolve(maybeAsyncResult));
194
+ return handleResult(ctx, result);
195
+ }
196
+ refine(check, message) {
197
+ const getIssueProperties = (val) => {
198
+ if (typeof message === "string" || typeof message === "undefined") {
199
+ return { message };
200
+ }
201
+ else if (typeof message === "function") {
202
+ return message(val);
203
+ }
204
+ else {
205
+ return message;
206
+ }
207
+ };
208
+ return this._refinement((val, ctx) => {
209
+ const result = check(val);
210
+ const setError = () => ctx.addIssue({
211
+ code: ZodIssueCode.custom,
212
+ ...getIssueProperties(val),
213
+ });
214
+ if (typeof Promise !== "undefined" && result instanceof Promise) {
215
+ return result.then((data) => {
216
+ if (!data) {
217
+ setError();
218
+ return false;
219
+ }
220
+ else {
221
+ return true;
222
+ }
223
+ });
224
+ }
225
+ if (!result) {
226
+ setError();
227
+ return false;
228
+ }
229
+ else {
230
+ return true;
231
+ }
232
+ });
233
+ }
234
+ refinement(check, refinementData) {
235
+ return this._refinement((val, ctx) => {
236
+ if (!check(val)) {
237
+ ctx.addIssue(typeof refinementData === "function" ? refinementData(val, ctx) : refinementData);
238
+ return false;
239
+ }
240
+ else {
241
+ return true;
242
+ }
243
+ });
244
+ }
245
+ _refinement(refinement) {
246
+ return new ZodEffects({
247
+ schema: this,
248
+ typeName: ZodFirstPartyTypeKind.ZodEffects,
249
+ effect: { type: "refinement", refinement },
250
+ });
251
+ }
252
+ superRefine(refinement) {
253
+ return this._refinement(refinement);
254
+ }
255
+ constructor(def) {
256
+ /** Alias of safeParseAsync */
257
+ this.spa = this.safeParseAsync;
258
+ this._def = def;
259
+ this.parse = this.parse.bind(this);
260
+ this.safeParse = this.safeParse.bind(this);
261
+ this.parseAsync = this.parseAsync.bind(this);
262
+ this.safeParseAsync = this.safeParseAsync.bind(this);
263
+ this.spa = this.spa.bind(this);
264
+ this.refine = this.refine.bind(this);
265
+ this.refinement = this.refinement.bind(this);
266
+ this.superRefine = this.superRefine.bind(this);
267
+ this.optional = this.optional.bind(this);
268
+ this.nullable = this.nullable.bind(this);
269
+ this.nullish = this.nullish.bind(this);
270
+ this.array = this.array.bind(this);
271
+ this.promise = this.promise.bind(this);
272
+ this.or = this.or.bind(this);
273
+ this.and = this.and.bind(this);
274
+ this.transform = this.transform.bind(this);
275
+ this.brand = this.brand.bind(this);
276
+ this.default = this.default.bind(this);
277
+ this.catch = this.catch.bind(this);
278
+ this.describe = this.describe.bind(this);
279
+ this.pipe = this.pipe.bind(this);
280
+ this.readonly = this.readonly.bind(this);
281
+ this.isNullable = this.isNullable.bind(this);
282
+ this.isOptional = this.isOptional.bind(this);
283
+ this["~standard"] = {
284
+ version: 1,
285
+ vendor: "zod",
286
+ validate: (data) => this["~validate"](data),
287
+ };
288
+ }
289
+ optional() {
290
+ return ZodOptional.create(this, this._def);
291
+ }
292
+ nullable() {
293
+ return ZodNullable.create(this, this._def);
294
+ }
295
+ nullish() {
296
+ return this.nullable().optional();
297
+ }
298
+ array() {
299
+ return ZodArray.create(this);
300
+ }
301
+ promise() {
302
+ return ZodPromise.create(this, this._def);
303
+ }
304
+ or(option) {
305
+ return ZodUnion.create([this, option], this._def);
306
+ }
307
+ and(incoming) {
308
+ return ZodIntersection.create(this, incoming, this._def);
309
+ }
310
+ transform(transform) {
311
+ return new ZodEffects({
312
+ ...processCreateParams(this._def),
313
+ schema: this,
314
+ typeName: ZodFirstPartyTypeKind.ZodEffects,
315
+ effect: { type: "transform", transform },
316
+ });
317
+ }
318
+ default(def) {
319
+ const defaultValueFunc = typeof def === "function" ? def : () => def;
320
+ return new ZodDefault({
321
+ ...processCreateParams(this._def),
322
+ innerType: this,
323
+ defaultValue: defaultValueFunc,
324
+ typeName: ZodFirstPartyTypeKind.ZodDefault,
325
+ });
326
+ }
327
+ brand() {
328
+ return new ZodBranded({
329
+ typeName: ZodFirstPartyTypeKind.ZodBranded,
330
+ type: this,
331
+ ...processCreateParams(this._def),
332
+ });
333
+ }
334
+ catch(def) {
335
+ const catchValueFunc = typeof def === "function" ? def : () => def;
336
+ return new ZodCatch({
337
+ ...processCreateParams(this._def),
338
+ innerType: this,
339
+ catchValue: catchValueFunc,
340
+ typeName: ZodFirstPartyTypeKind.ZodCatch,
341
+ });
342
+ }
343
+ describe(description) {
344
+ const This = this.constructor;
345
+ return new This({
346
+ ...this._def,
347
+ description,
348
+ });
349
+ }
350
+ pipe(target) {
351
+ return ZodPipeline.create(this, target);
352
+ }
353
+ readonly() {
354
+ return ZodReadonly.create(this);
355
+ }
356
+ isOptional() {
357
+ return this.safeParse(undefined).success;
358
+ }
359
+ isNullable() {
360
+ return this.safeParse(null).success;
361
+ }
362
+ }
363
+ const cuidRegex = /^c[^\s-]{8,}$/i;
364
+ const cuid2Regex = /^[0-9a-z]+$/;
365
+ const ulidRegex = /^[0-9A-HJKMNP-TV-Z]{26}$/i;
366
+ // const uuidRegex =
367
+ // /^([a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[a-f0-9]{4}-[a-f0-9]{12}|00000000-0000-0000-0000-000000000000)$/i;
368
+ const uuidRegex = /^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i;
369
+ const nanoidRegex = /^[a-z0-9_-]{21}$/i;
370
+ const jwtRegex = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/;
371
+ const durationRegex = /^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/;
372
+ // from https://stackoverflow.com/a/46181/1550155
373
+ // old version: too slow, didn't support unicode
374
+ // const emailRegex = /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))$/i;
375
+ //old email regex
376
+ // const emailRegex = /^(([^<>()[\].,;:\s@"]+(\.[^<>()[\].,;:\s@"]+)*)|(".+"))@((?!-)([^<>()[\].,;:\s@"]+\.)+[^<>()[\].,;:\s@"]{1,})[^-<>()[\].,;:\s@"]$/i;
377
+ // eslint-disable-next-line
378
+ // const emailRegex =
379
+ // /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\])|(\[IPv6:(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))\])|([A-Za-z0-9]([A-Za-z0-9-]*[A-Za-z0-9])*(\.[A-Za-z]{2,})+))$/;
380
+ // const emailRegex =
381
+ // /^[a-zA-Z0-9\.\!\#\$\%\&\'\*\+\/\=\?\^\_\`\{\|\}\~\-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;
382
+ // const emailRegex =
383
+ // /^(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$/i;
384
+ const emailRegex = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i;
385
+ // const emailRegex =
386
+ // /^[a-z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-z0-9-]+(?:\.[a-z0-9\-]+)*$/i;
387
+ // from https://thekevinscott.com/emojis-in-javascript/#writing-a-regular-expression
388
+ const _emojiRegex = `^[\\p{Extended_Pictographic}\\p{Emoji_Component}]+$`;
389
+ let emojiRegex;
390
+ // faster, simpler, safer
391
+ const ipv4Regex = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/;
392
+ const ipv4CidrRegex = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/;
393
+ // const ipv6Regex =
394
+ // /^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/;
395
+ const ipv6Regex = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/;
396
+ const ipv6CidrRegex = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/;
397
+ // https://stackoverflow.com/questions/7860392/determine-if-string-is-in-base64-using-javascript
398
+ const base64Regex = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/;
399
+ // https://base64.guru/standards/base64url
400
+ const base64urlRegex = /^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/;
401
+ // simple
402
+ // const dateRegexSource = `\\d{4}-\\d{2}-\\d{2}`;
403
+ // no leap year validation
404
+ // const dateRegexSource = `\\d{4}-((0[13578]|10|12)-31|(0[13-9]|1[0-2])-30|(0[1-9]|1[0-2])-(0[1-9]|1\\d|2\\d))`;
405
+ // with leap year validation
406
+ const dateRegexSource = `((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))`;
407
+ const dateRegex = new RegExp(`^${dateRegexSource}$`);
408
+ function timeRegexSource(args) {
409
+ let secondsRegexSource = `[0-5]\\d`;
410
+ if (args.precision) {
411
+ secondsRegexSource = `${secondsRegexSource}\\.\\d{${args.precision}}`;
412
+ }
413
+ else if (args.precision == null) {
414
+ secondsRegexSource = `${secondsRegexSource}(\\.\\d+)?`;
415
+ }
416
+ const secondsQuantifier = args.precision ? "+" : "?"; // require seconds if precision is nonzero
417
+ return `([01]\\d|2[0-3]):[0-5]\\d(:${secondsRegexSource})${secondsQuantifier}`;
418
+ }
419
+ function timeRegex(args) {
420
+ return new RegExp(`^${timeRegexSource(args)}$`);
421
+ }
422
+ // Adapted from https://stackoverflow.com/a/3143231
423
+ export function datetimeRegex(args) {
424
+ let regex = `${dateRegexSource}T${timeRegexSource(args)}`;
425
+ const opts = [];
426
+ opts.push(args.local ? `Z?` : `Z`);
427
+ if (args.offset)
428
+ opts.push(`([+-]\\d{2}:?\\d{2})`);
429
+ regex = `${regex}(${opts.join("|")})`;
430
+ return new RegExp(`^${regex}$`);
431
+ }
432
+ function isValidIP(ip, version) {
433
+ if ((version === "v4" || !version) && ipv4Regex.test(ip)) {
434
+ return true;
435
+ }
436
+ if ((version === "v6" || !version) && ipv6Regex.test(ip)) {
437
+ return true;
438
+ }
439
+ return false;
440
+ }
441
+ function isValidJWT(jwt, alg) {
442
+ if (!jwtRegex.test(jwt))
443
+ return false;
444
+ try {
445
+ const [header] = jwt.split(".");
446
+ if (!header)
447
+ return false;
448
+ // Convert base64url to base64
449
+ const base64 = header
450
+ .replace(/-/g, "+")
451
+ .replace(/_/g, "/")
452
+ .padEnd(header.length + ((4 - (header.length % 4)) % 4), "=");
453
+ // @ts-ignore
454
+ const decoded = JSON.parse(atob(base64));
455
+ if (typeof decoded !== "object" || decoded === null)
456
+ return false;
457
+ if ("typ" in decoded && decoded?.typ !== "JWT")
458
+ return false;
459
+ if (!decoded.alg)
460
+ return false;
461
+ if (alg && decoded.alg !== alg)
462
+ return false;
463
+ return true;
464
+ }
465
+ catch {
466
+ return false;
467
+ }
468
+ }
469
+ function isValidCidr(ip, version) {
470
+ if ((version === "v4" || !version) && ipv4CidrRegex.test(ip)) {
471
+ return true;
472
+ }
473
+ if ((version === "v6" || !version) && ipv6CidrRegex.test(ip)) {
474
+ return true;
475
+ }
476
+ return false;
477
+ }
478
+ export class ZodString extends ZodType {
479
+ _parse(input) {
480
+ if (this._def.coerce) {
481
+ input.data = String(input.data);
482
+ }
483
+ const parsedType = this._getType(input);
484
+ if (parsedType !== ZodParsedType.string) {
485
+ const ctx = this._getOrReturnCtx(input);
486
+ addIssueToContext(ctx, {
487
+ code: ZodIssueCode.invalid_type,
488
+ expected: ZodParsedType.string,
489
+ received: ctx.parsedType,
490
+ });
491
+ return INVALID;
492
+ }
493
+ const status = new ParseStatus();
494
+ let ctx = undefined;
495
+ for (const check of this._def.checks) {
496
+ if (check.kind === "min") {
497
+ if (input.data.length < check.value) {
498
+ ctx = this._getOrReturnCtx(input, ctx);
499
+ addIssueToContext(ctx, {
500
+ code: ZodIssueCode.too_small,
501
+ minimum: check.value,
502
+ type: "string",
503
+ inclusive: true,
504
+ exact: false,
505
+ message: check.message,
506
+ });
507
+ status.dirty();
508
+ }
509
+ }
510
+ else if (check.kind === "max") {
511
+ if (input.data.length > check.value) {
512
+ ctx = this._getOrReturnCtx(input, ctx);
513
+ addIssueToContext(ctx, {
514
+ code: ZodIssueCode.too_big,
515
+ maximum: check.value,
516
+ type: "string",
517
+ inclusive: true,
518
+ exact: false,
519
+ message: check.message,
520
+ });
521
+ status.dirty();
522
+ }
523
+ }
524
+ else if (check.kind === "length") {
525
+ const tooBig = input.data.length > check.value;
526
+ const tooSmall = input.data.length < check.value;
527
+ if (tooBig || tooSmall) {
528
+ ctx = this._getOrReturnCtx(input, ctx);
529
+ if (tooBig) {
530
+ addIssueToContext(ctx, {
531
+ code: ZodIssueCode.too_big,
532
+ maximum: check.value,
533
+ type: "string",
534
+ inclusive: true,
535
+ exact: true,
536
+ message: check.message,
537
+ });
538
+ }
539
+ else if (tooSmall) {
540
+ addIssueToContext(ctx, {
541
+ code: ZodIssueCode.too_small,
542
+ minimum: check.value,
543
+ type: "string",
544
+ inclusive: true,
545
+ exact: true,
546
+ message: check.message,
547
+ });
548
+ }
549
+ status.dirty();
550
+ }
551
+ }
552
+ else if (check.kind === "email") {
553
+ if (!emailRegex.test(input.data)) {
554
+ ctx = this._getOrReturnCtx(input, ctx);
555
+ addIssueToContext(ctx, {
556
+ validation: "email",
557
+ code: ZodIssueCode.invalid_string,
558
+ message: check.message,
559
+ });
560
+ status.dirty();
561
+ }
562
+ }
563
+ else if (check.kind === "emoji") {
564
+ if (!emojiRegex) {
565
+ emojiRegex = new RegExp(_emojiRegex, "u");
566
+ }
567
+ if (!emojiRegex.test(input.data)) {
568
+ ctx = this._getOrReturnCtx(input, ctx);
569
+ addIssueToContext(ctx, {
570
+ validation: "emoji",
571
+ code: ZodIssueCode.invalid_string,
572
+ message: check.message,
573
+ });
574
+ status.dirty();
575
+ }
576
+ }
577
+ else if (check.kind === "uuid") {
578
+ if (!uuidRegex.test(input.data)) {
579
+ ctx = this._getOrReturnCtx(input, ctx);
580
+ addIssueToContext(ctx, {
581
+ validation: "uuid",
582
+ code: ZodIssueCode.invalid_string,
583
+ message: check.message,
584
+ });
585
+ status.dirty();
586
+ }
587
+ }
588
+ else if (check.kind === "nanoid") {
589
+ if (!nanoidRegex.test(input.data)) {
590
+ ctx = this._getOrReturnCtx(input, ctx);
591
+ addIssueToContext(ctx, {
592
+ validation: "nanoid",
593
+ code: ZodIssueCode.invalid_string,
594
+ message: check.message,
595
+ });
596
+ status.dirty();
597
+ }
598
+ }
599
+ else if (check.kind === "cuid") {
600
+ if (!cuidRegex.test(input.data)) {
601
+ ctx = this._getOrReturnCtx(input, ctx);
602
+ addIssueToContext(ctx, {
603
+ validation: "cuid",
604
+ code: ZodIssueCode.invalid_string,
605
+ message: check.message,
606
+ });
607
+ status.dirty();
608
+ }
609
+ }
610
+ else if (check.kind === "cuid2") {
611
+ if (!cuid2Regex.test(input.data)) {
612
+ ctx = this._getOrReturnCtx(input, ctx);
613
+ addIssueToContext(ctx, {
614
+ validation: "cuid2",
615
+ code: ZodIssueCode.invalid_string,
616
+ message: check.message,
617
+ });
618
+ status.dirty();
619
+ }
620
+ }
621
+ else if (check.kind === "ulid") {
622
+ if (!ulidRegex.test(input.data)) {
623
+ ctx = this._getOrReturnCtx(input, ctx);
624
+ addIssueToContext(ctx, {
625
+ validation: "ulid",
626
+ code: ZodIssueCode.invalid_string,
627
+ message: check.message,
628
+ });
629
+ status.dirty();
630
+ }
631
+ }
632
+ else if (check.kind === "url") {
633
+ try {
634
+ // @ts-ignore
635
+ new URL(input.data);
636
+ }
637
+ catch {
638
+ ctx = this._getOrReturnCtx(input, ctx);
639
+ addIssueToContext(ctx, {
640
+ validation: "url",
641
+ code: ZodIssueCode.invalid_string,
642
+ message: check.message,
643
+ });
644
+ status.dirty();
645
+ }
646
+ }
647
+ else if (check.kind === "regex") {
648
+ check.regex.lastIndex = 0;
649
+ const testResult = check.regex.test(input.data);
650
+ if (!testResult) {
651
+ ctx = this._getOrReturnCtx(input, ctx);
652
+ addIssueToContext(ctx, {
653
+ validation: "regex",
654
+ code: ZodIssueCode.invalid_string,
655
+ message: check.message,
656
+ });
657
+ status.dirty();
658
+ }
659
+ }
660
+ else if (check.kind === "trim") {
661
+ input.data = input.data.trim();
662
+ }
663
+ else if (check.kind === "includes") {
664
+ if (!input.data.includes(check.value, check.position)) {
665
+ ctx = this._getOrReturnCtx(input, ctx);
666
+ addIssueToContext(ctx, {
667
+ code: ZodIssueCode.invalid_string,
668
+ validation: { includes: check.value, position: check.position },
669
+ message: check.message,
670
+ });
671
+ status.dirty();
672
+ }
673
+ }
674
+ else if (check.kind === "toLowerCase") {
675
+ input.data = input.data.toLowerCase();
676
+ }
677
+ else if (check.kind === "toUpperCase") {
678
+ input.data = input.data.toUpperCase();
679
+ }
680
+ else if (check.kind === "startsWith") {
681
+ if (!input.data.startsWith(check.value)) {
682
+ ctx = this._getOrReturnCtx(input, ctx);
683
+ addIssueToContext(ctx, {
684
+ code: ZodIssueCode.invalid_string,
685
+ validation: { startsWith: check.value },
686
+ message: check.message,
687
+ });
688
+ status.dirty();
689
+ }
690
+ }
691
+ else if (check.kind === "endsWith") {
692
+ if (!input.data.endsWith(check.value)) {
693
+ ctx = this._getOrReturnCtx(input, ctx);
694
+ addIssueToContext(ctx, {
695
+ code: ZodIssueCode.invalid_string,
696
+ validation: { endsWith: check.value },
697
+ message: check.message,
698
+ });
699
+ status.dirty();
700
+ }
701
+ }
702
+ else if (check.kind === "datetime") {
703
+ const regex = datetimeRegex(check);
704
+ if (!regex.test(input.data)) {
705
+ ctx = this._getOrReturnCtx(input, ctx);
706
+ addIssueToContext(ctx, {
707
+ code: ZodIssueCode.invalid_string,
708
+ validation: "datetime",
709
+ message: check.message,
710
+ });
711
+ status.dirty();
712
+ }
713
+ }
714
+ else if (check.kind === "date") {
715
+ const regex = dateRegex;
716
+ if (!regex.test(input.data)) {
717
+ ctx = this._getOrReturnCtx(input, ctx);
718
+ addIssueToContext(ctx, {
719
+ code: ZodIssueCode.invalid_string,
720
+ validation: "date",
721
+ message: check.message,
722
+ });
723
+ status.dirty();
724
+ }
725
+ }
726
+ else if (check.kind === "time") {
727
+ const regex = timeRegex(check);
728
+ if (!regex.test(input.data)) {
729
+ ctx = this._getOrReturnCtx(input, ctx);
730
+ addIssueToContext(ctx, {
731
+ code: ZodIssueCode.invalid_string,
732
+ validation: "time",
733
+ message: check.message,
734
+ });
735
+ status.dirty();
736
+ }
737
+ }
738
+ else if (check.kind === "duration") {
739
+ if (!durationRegex.test(input.data)) {
740
+ ctx = this._getOrReturnCtx(input, ctx);
741
+ addIssueToContext(ctx, {
742
+ validation: "duration",
743
+ code: ZodIssueCode.invalid_string,
744
+ message: check.message,
745
+ });
746
+ status.dirty();
747
+ }
748
+ }
749
+ else if (check.kind === "ip") {
750
+ if (!isValidIP(input.data, check.version)) {
751
+ ctx = this._getOrReturnCtx(input, ctx);
752
+ addIssueToContext(ctx, {
753
+ validation: "ip",
754
+ code: ZodIssueCode.invalid_string,
755
+ message: check.message,
756
+ });
757
+ status.dirty();
758
+ }
759
+ }
760
+ else if (check.kind === "jwt") {
761
+ if (!isValidJWT(input.data, check.alg)) {
762
+ ctx = this._getOrReturnCtx(input, ctx);
763
+ addIssueToContext(ctx, {
764
+ validation: "jwt",
765
+ code: ZodIssueCode.invalid_string,
766
+ message: check.message,
767
+ });
768
+ status.dirty();
769
+ }
770
+ }
771
+ else if (check.kind === "cidr") {
772
+ if (!isValidCidr(input.data, check.version)) {
773
+ ctx = this._getOrReturnCtx(input, ctx);
774
+ addIssueToContext(ctx, {
775
+ validation: "cidr",
776
+ code: ZodIssueCode.invalid_string,
777
+ message: check.message,
778
+ });
779
+ status.dirty();
780
+ }
781
+ }
782
+ else if (check.kind === "base64") {
783
+ if (!base64Regex.test(input.data)) {
784
+ ctx = this._getOrReturnCtx(input, ctx);
785
+ addIssueToContext(ctx, {
786
+ validation: "base64",
787
+ code: ZodIssueCode.invalid_string,
788
+ message: check.message,
789
+ });
790
+ status.dirty();
791
+ }
792
+ }
793
+ else if (check.kind === "base64url") {
794
+ if (!base64urlRegex.test(input.data)) {
795
+ ctx = this._getOrReturnCtx(input, ctx);
796
+ addIssueToContext(ctx, {
797
+ validation: "base64url",
798
+ code: ZodIssueCode.invalid_string,
799
+ message: check.message,
800
+ });
801
+ status.dirty();
802
+ }
803
+ }
804
+ else {
805
+ util.assertNever(check);
806
+ }
807
+ }
808
+ return { status: status.value, value: input.data };
809
+ }
810
+ _regex(regex, validation, message) {
811
+ return this.refinement((data) => regex.test(data), {
812
+ validation,
813
+ code: ZodIssueCode.invalid_string,
814
+ ...errorUtil.errToObj(message),
815
+ });
816
+ }
817
+ _addCheck(check) {
818
+ return new ZodString({
819
+ ...this._def,
820
+ checks: [...this._def.checks, check],
821
+ });
822
+ }
823
+ email(message) {
824
+ return this._addCheck({ kind: "email", ...errorUtil.errToObj(message) });
825
+ }
826
+ url(message) {
827
+ return this._addCheck({ kind: "url", ...errorUtil.errToObj(message) });
828
+ }
829
+ emoji(message) {
830
+ return this._addCheck({ kind: "emoji", ...errorUtil.errToObj(message) });
831
+ }
832
+ uuid(message) {
833
+ return this._addCheck({ kind: "uuid", ...errorUtil.errToObj(message) });
834
+ }
835
+ nanoid(message) {
836
+ return this._addCheck({ kind: "nanoid", ...errorUtil.errToObj(message) });
837
+ }
838
+ cuid(message) {
839
+ return this._addCheck({ kind: "cuid", ...errorUtil.errToObj(message) });
840
+ }
841
+ cuid2(message) {
842
+ return this._addCheck({ kind: "cuid2", ...errorUtil.errToObj(message) });
843
+ }
844
+ ulid(message) {
845
+ return this._addCheck({ kind: "ulid", ...errorUtil.errToObj(message) });
846
+ }
847
+ base64(message) {
848
+ return this._addCheck({ kind: "base64", ...errorUtil.errToObj(message) });
849
+ }
850
+ base64url(message) {
851
+ // base64url encoding is a modification of base64 that can safely be used in URLs and filenames
852
+ return this._addCheck({
853
+ kind: "base64url",
854
+ ...errorUtil.errToObj(message),
855
+ });
856
+ }
857
+ jwt(options) {
858
+ return this._addCheck({ kind: "jwt", ...errorUtil.errToObj(options) });
859
+ }
860
+ ip(options) {
861
+ return this._addCheck({ kind: "ip", ...errorUtil.errToObj(options) });
862
+ }
863
+ cidr(options) {
864
+ return this._addCheck({ kind: "cidr", ...errorUtil.errToObj(options) });
865
+ }
866
+ datetime(options) {
867
+ if (typeof options === "string") {
868
+ return this._addCheck({
869
+ kind: "datetime",
870
+ precision: null,
871
+ offset: false,
872
+ local: false,
873
+ message: options,
874
+ });
875
+ }
876
+ return this._addCheck({
877
+ kind: "datetime",
878
+ precision: typeof options?.precision === "undefined" ? null : options?.precision,
879
+ offset: options?.offset ?? false,
880
+ local: options?.local ?? false,
881
+ ...errorUtil.errToObj(options?.message),
882
+ });
883
+ }
884
+ date(message) {
885
+ return this._addCheck({ kind: "date", message });
886
+ }
887
+ time(options) {
888
+ if (typeof options === "string") {
889
+ return this._addCheck({
890
+ kind: "time",
891
+ precision: null,
892
+ message: options,
893
+ });
894
+ }
895
+ return this._addCheck({
896
+ kind: "time",
897
+ precision: typeof options?.precision === "undefined" ? null : options?.precision,
898
+ ...errorUtil.errToObj(options?.message),
899
+ });
900
+ }
901
+ duration(message) {
902
+ return this._addCheck({ kind: "duration", ...errorUtil.errToObj(message) });
903
+ }
904
+ regex(regex, message) {
905
+ return this._addCheck({
906
+ kind: "regex",
907
+ regex: regex,
908
+ ...errorUtil.errToObj(message),
909
+ });
910
+ }
911
+ includes(value, options) {
912
+ return this._addCheck({
913
+ kind: "includes",
914
+ value: value,
915
+ position: options?.position,
916
+ ...errorUtil.errToObj(options?.message),
917
+ });
918
+ }
919
+ startsWith(value, message) {
920
+ return this._addCheck({
921
+ kind: "startsWith",
922
+ value: value,
923
+ ...errorUtil.errToObj(message),
924
+ });
925
+ }
926
+ endsWith(value, message) {
927
+ return this._addCheck({
928
+ kind: "endsWith",
929
+ value: value,
930
+ ...errorUtil.errToObj(message),
931
+ });
932
+ }
933
+ min(minLength, message) {
934
+ return this._addCheck({
935
+ kind: "min",
936
+ value: minLength,
937
+ ...errorUtil.errToObj(message),
938
+ });
939
+ }
940
+ max(maxLength, message) {
941
+ return this._addCheck({
942
+ kind: "max",
943
+ value: maxLength,
944
+ ...errorUtil.errToObj(message),
945
+ });
946
+ }
947
+ length(len, message) {
948
+ return this._addCheck({
949
+ kind: "length",
950
+ value: len,
951
+ ...errorUtil.errToObj(message),
952
+ });
953
+ }
954
+ /**
955
+ * Equivalent to `.min(1)`
956
+ */
957
+ nonempty(message) {
958
+ return this.min(1, errorUtil.errToObj(message));
959
+ }
960
+ trim() {
961
+ return new ZodString({
962
+ ...this._def,
963
+ checks: [...this._def.checks, { kind: "trim" }],
964
+ });
965
+ }
966
+ toLowerCase() {
967
+ return new ZodString({
968
+ ...this._def,
969
+ checks: [...this._def.checks, { kind: "toLowerCase" }],
970
+ });
971
+ }
972
+ toUpperCase() {
973
+ return new ZodString({
974
+ ...this._def,
975
+ checks: [...this._def.checks, { kind: "toUpperCase" }],
976
+ });
977
+ }
978
+ get isDatetime() {
979
+ return !!this._def.checks.find((ch) => ch.kind === "datetime");
980
+ }
981
+ get isDate() {
982
+ return !!this._def.checks.find((ch) => ch.kind === "date");
983
+ }
984
+ get isTime() {
985
+ return !!this._def.checks.find((ch) => ch.kind === "time");
986
+ }
987
+ get isDuration() {
988
+ return !!this._def.checks.find((ch) => ch.kind === "duration");
989
+ }
990
+ get isEmail() {
991
+ return !!this._def.checks.find((ch) => ch.kind === "email");
992
+ }
993
+ get isURL() {
994
+ return !!this._def.checks.find((ch) => ch.kind === "url");
995
+ }
996
+ get isEmoji() {
997
+ return !!this._def.checks.find((ch) => ch.kind === "emoji");
998
+ }
999
+ get isUUID() {
1000
+ return !!this._def.checks.find((ch) => ch.kind === "uuid");
1001
+ }
1002
+ get isNANOID() {
1003
+ return !!this._def.checks.find((ch) => ch.kind === "nanoid");
1004
+ }
1005
+ get isCUID() {
1006
+ return !!this._def.checks.find((ch) => ch.kind === "cuid");
1007
+ }
1008
+ get isCUID2() {
1009
+ return !!this._def.checks.find((ch) => ch.kind === "cuid2");
1010
+ }
1011
+ get isULID() {
1012
+ return !!this._def.checks.find((ch) => ch.kind === "ulid");
1013
+ }
1014
+ get isIP() {
1015
+ return !!this._def.checks.find((ch) => ch.kind === "ip");
1016
+ }
1017
+ get isCIDR() {
1018
+ return !!this._def.checks.find((ch) => ch.kind === "cidr");
1019
+ }
1020
+ get isBase64() {
1021
+ return !!this._def.checks.find((ch) => ch.kind === "base64");
1022
+ }
1023
+ get isBase64url() {
1024
+ // base64url encoding is a modification of base64 that can safely be used in URLs and filenames
1025
+ return !!this._def.checks.find((ch) => ch.kind === "base64url");
1026
+ }
1027
+ get minLength() {
1028
+ let min = null;
1029
+ for (const ch of this._def.checks) {
1030
+ if (ch.kind === "min") {
1031
+ if (min === null || ch.value > min)
1032
+ min = ch.value;
1033
+ }
1034
+ }
1035
+ return min;
1036
+ }
1037
+ get maxLength() {
1038
+ let max = null;
1039
+ for (const ch of this._def.checks) {
1040
+ if (ch.kind === "max") {
1041
+ if (max === null || ch.value < max)
1042
+ max = ch.value;
1043
+ }
1044
+ }
1045
+ return max;
1046
+ }
1047
+ }
1048
+ ZodString.create = (params) => {
1049
+ return new ZodString({
1050
+ checks: [],
1051
+ typeName: ZodFirstPartyTypeKind.ZodString,
1052
+ coerce: params?.coerce ?? false,
1053
+ ...processCreateParams(params),
1054
+ });
1055
+ };
1056
+ // https://stackoverflow.com/questions/3966484/why-does-modulus-operator-return-fractional-number-in-javascript/31711034#31711034
1057
+ function floatSafeRemainder(val, step) {
1058
+ const valDecCount = (val.toString().split(".")[1] || "").length;
1059
+ const stepDecCount = (step.toString().split(".")[1] || "").length;
1060
+ const decCount = valDecCount > stepDecCount ? valDecCount : stepDecCount;
1061
+ const valInt = Number.parseInt(val.toFixed(decCount).replace(".", ""));
1062
+ const stepInt = Number.parseInt(step.toFixed(decCount).replace(".", ""));
1063
+ return (valInt % stepInt) / 10 ** decCount;
1064
+ }
1065
+ export class ZodNumber extends ZodType {
1066
+ constructor() {
1067
+ super(...arguments);
1068
+ this.min = this.gte;
1069
+ this.max = this.lte;
1070
+ this.step = this.multipleOf;
1071
+ }
1072
+ _parse(input) {
1073
+ if (this._def.coerce) {
1074
+ input.data = Number(input.data);
1075
+ }
1076
+ const parsedType = this._getType(input);
1077
+ if (parsedType !== ZodParsedType.number) {
1078
+ const ctx = this._getOrReturnCtx(input);
1079
+ addIssueToContext(ctx, {
1080
+ code: ZodIssueCode.invalid_type,
1081
+ expected: ZodParsedType.number,
1082
+ received: ctx.parsedType,
1083
+ });
1084
+ return INVALID;
1085
+ }
1086
+ let ctx = undefined;
1087
+ const status = new ParseStatus();
1088
+ for (const check of this._def.checks) {
1089
+ if (check.kind === "int") {
1090
+ if (!util.isInteger(input.data)) {
1091
+ ctx = this._getOrReturnCtx(input, ctx);
1092
+ addIssueToContext(ctx, {
1093
+ code: ZodIssueCode.invalid_type,
1094
+ expected: "integer",
1095
+ received: "float",
1096
+ message: check.message,
1097
+ });
1098
+ status.dirty();
1099
+ }
1100
+ }
1101
+ else if (check.kind === "min") {
1102
+ const tooSmall = check.inclusive ? input.data < check.value : input.data <= check.value;
1103
+ if (tooSmall) {
1104
+ ctx = this._getOrReturnCtx(input, ctx);
1105
+ addIssueToContext(ctx, {
1106
+ code: ZodIssueCode.too_small,
1107
+ minimum: check.value,
1108
+ type: "number",
1109
+ inclusive: check.inclusive,
1110
+ exact: false,
1111
+ message: check.message,
1112
+ });
1113
+ status.dirty();
1114
+ }
1115
+ }
1116
+ else if (check.kind === "max") {
1117
+ const tooBig = check.inclusive ? input.data > check.value : input.data >= check.value;
1118
+ if (tooBig) {
1119
+ ctx = this._getOrReturnCtx(input, ctx);
1120
+ addIssueToContext(ctx, {
1121
+ code: ZodIssueCode.too_big,
1122
+ maximum: check.value,
1123
+ type: "number",
1124
+ inclusive: check.inclusive,
1125
+ exact: false,
1126
+ message: check.message,
1127
+ });
1128
+ status.dirty();
1129
+ }
1130
+ }
1131
+ else if (check.kind === "multipleOf") {
1132
+ if (floatSafeRemainder(input.data, check.value) !== 0) {
1133
+ ctx = this._getOrReturnCtx(input, ctx);
1134
+ addIssueToContext(ctx, {
1135
+ code: ZodIssueCode.not_multiple_of,
1136
+ multipleOf: check.value,
1137
+ message: check.message,
1138
+ });
1139
+ status.dirty();
1140
+ }
1141
+ }
1142
+ else if (check.kind === "finite") {
1143
+ if (!Number.isFinite(input.data)) {
1144
+ ctx = this._getOrReturnCtx(input, ctx);
1145
+ addIssueToContext(ctx, {
1146
+ code: ZodIssueCode.not_finite,
1147
+ message: check.message,
1148
+ });
1149
+ status.dirty();
1150
+ }
1151
+ }
1152
+ else {
1153
+ util.assertNever(check);
1154
+ }
1155
+ }
1156
+ return { status: status.value, value: input.data };
1157
+ }
1158
+ gte(value, message) {
1159
+ return this.setLimit("min", value, true, errorUtil.toString(message));
1160
+ }
1161
+ gt(value, message) {
1162
+ return this.setLimit("min", value, false, errorUtil.toString(message));
1163
+ }
1164
+ lte(value, message) {
1165
+ return this.setLimit("max", value, true, errorUtil.toString(message));
1166
+ }
1167
+ lt(value, message) {
1168
+ return this.setLimit("max", value, false, errorUtil.toString(message));
1169
+ }
1170
+ setLimit(kind, value, inclusive, message) {
1171
+ return new ZodNumber({
1172
+ ...this._def,
1173
+ checks: [
1174
+ ...this._def.checks,
1175
+ {
1176
+ kind,
1177
+ value,
1178
+ inclusive,
1179
+ message: errorUtil.toString(message),
1180
+ },
1181
+ ],
1182
+ });
1183
+ }
1184
+ _addCheck(check) {
1185
+ return new ZodNumber({
1186
+ ...this._def,
1187
+ checks: [...this._def.checks, check],
1188
+ });
1189
+ }
1190
+ int(message) {
1191
+ return this._addCheck({
1192
+ kind: "int",
1193
+ message: errorUtil.toString(message),
1194
+ });
1195
+ }
1196
+ positive(message) {
1197
+ return this._addCheck({
1198
+ kind: "min",
1199
+ value: 0,
1200
+ inclusive: false,
1201
+ message: errorUtil.toString(message),
1202
+ });
1203
+ }
1204
+ negative(message) {
1205
+ return this._addCheck({
1206
+ kind: "max",
1207
+ value: 0,
1208
+ inclusive: false,
1209
+ message: errorUtil.toString(message),
1210
+ });
1211
+ }
1212
+ nonpositive(message) {
1213
+ return this._addCheck({
1214
+ kind: "max",
1215
+ value: 0,
1216
+ inclusive: true,
1217
+ message: errorUtil.toString(message),
1218
+ });
1219
+ }
1220
+ nonnegative(message) {
1221
+ return this._addCheck({
1222
+ kind: "min",
1223
+ value: 0,
1224
+ inclusive: true,
1225
+ message: errorUtil.toString(message),
1226
+ });
1227
+ }
1228
+ multipleOf(value, message) {
1229
+ return this._addCheck({
1230
+ kind: "multipleOf",
1231
+ value: value,
1232
+ message: errorUtil.toString(message),
1233
+ });
1234
+ }
1235
+ finite(message) {
1236
+ return this._addCheck({
1237
+ kind: "finite",
1238
+ message: errorUtil.toString(message),
1239
+ });
1240
+ }
1241
+ safe(message) {
1242
+ return this._addCheck({
1243
+ kind: "min",
1244
+ inclusive: true,
1245
+ value: Number.MIN_SAFE_INTEGER,
1246
+ message: errorUtil.toString(message),
1247
+ })._addCheck({
1248
+ kind: "max",
1249
+ inclusive: true,
1250
+ value: Number.MAX_SAFE_INTEGER,
1251
+ message: errorUtil.toString(message),
1252
+ });
1253
+ }
1254
+ get minValue() {
1255
+ let min = null;
1256
+ for (const ch of this._def.checks) {
1257
+ if (ch.kind === "min") {
1258
+ if (min === null || ch.value > min)
1259
+ min = ch.value;
1260
+ }
1261
+ }
1262
+ return min;
1263
+ }
1264
+ get maxValue() {
1265
+ let max = null;
1266
+ for (const ch of this._def.checks) {
1267
+ if (ch.kind === "max") {
1268
+ if (max === null || ch.value < max)
1269
+ max = ch.value;
1270
+ }
1271
+ }
1272
+ return max;
1273
+ }
1274
+ get isInt() {
1275
+ return !!this._def.checks.find((ch) => ch.kind === "int" || (ch.kind === "multipleOf" && util.isInteger(ch.value)));
1276
+ }
1277
+ get isFinite() {
1278
+ let max = null;
1279
+ let min = null;
1280
+ for (const ch of this._def.checks) {
1281
+ if (ch.kind === "finite" || ch.kind === "int" || ch.kind === "multipleOf") {
1282
+ return true;
1283
+ }
1284
+ else if (ch.kind === "min") {
1285
+ if (min === null || ch.value > min)
1286
+ min = ch.value;
1287
+ }
1288
+ else if (ch.kind === "max") {
1289
+ if (max === null || ch.value < max)
1290
+ max = ch.value;
1291
+ }
1292
+ }
1293
+ return Number.isFinite(min) && Number.isFinite(max);
1294
+ }
1295
+ }
1296
+ ZodNumber.create = (params) => {
1297
+ return new ZodNumber({
1298
+ checks: [],
1299
+ typeName: ZodFirstPartyTypeKind.ZodNumber,
1300
+ coerce: params?.coerce || false,
1301
+ ...processCreateParams(params),
1302
+ });
1303
+ };
1304
+ export class ZodBigInt extends ZodType {
1305
+ constructor() {
1306
+ super(...arguments);
1307
+ this.min = this.gte;
1308
+ this.max = this.lte;
1309
+ }
1310
+ _parse(input) {
1311
+ if (this._def.coerce) {
1312
+ try {
1313
+ input.data = BigInt(input.data);
1314
+ }
1315
+ catch {
1316
+ return this._getInvalidInput(input);
1317
+ }
1318
+ }
1319
+ const parsedType = this._getType(input);
1320
+ if (parsedType !== ZodParsedType.bigint) {
1321
+ return this._getInvalidInput(input);
1322
+ }
1323
+ let ctx = undefined;
1324
+ const status = new ParseStatus();
1325
+ for (const check of this._def.checks) {
1326
+ if (check.kind === "min") {
1327
+ const tooSmall = check.inclusive ? input.data < check.value : input.data <= check.value;
1328
+ if (tooSmall) {
1329
+ ctx = this._getOrReturnCtx(input, ctx);
1330
+ addIssueToContext(ctx, {
1331
+ code: ZodIssueCode.too_small,
1332
+ type: "bigint",
1333
+ minimum: check.value,
1334
+ inclusive: check.inclusive,
1335
+ message: check.message,
1336
+ });
1337
+ status.dirty();
1338
+ }
1339
+ }
1340
+ else if (check.kind === "max") {
1341
+ const tooBig = check.inclusive ? input.data > check.value : input.data >= check.value;
1342
+ if (tooBig) {
1343
+ ctx = this._getOrReturnCtx(input, ctx);
1344
+ addIssueToContext(ctx, {
1345
+ code: ZodIssueCode.too_big,
1346
+ type: "bigint",
1347
+ maximum: check.value,
1348
+ inclusive: check.inclusive,
1349
+ message: check.message,
1350
+ });
1351
+ status.dirty();
1352
+ }
1353
+ }
1354
+ else if (check.kind === "multipleOf") {
1355
+ if (input.data % check.value !== BigInt(0)) {
1356
+ ctx = this._getOrReturnCtx(input, ctx);
1357
+ addIssueToContext(ctx, {
1358
+ code: ZodIssueCode.not_multiple_of,
1359
+ multipleOf: check.value,
1360
+ message: check.message,
1361
+ });
1362
+ status.dirty();
1363
+ }
1364
+ }
1365
+ else {
1366
+ util.assertNever(check);
1367
+ }
1368
+ }
1369
+ return { status: status.value, value: input.data };
1370
+ }
1371
+ _getInvalidInput(input) {
1372
+ const ctx = this._getOrReturnCtx(input);
1373
+ addIssueToContext(ctx, {
1374
+ code: ZodIssueCode.invalid_type,
1375
+ expected: ZodParsedType.bigint,
1376
+ received: ctx.parsedType,
1377
+ });
1378
+ return INVALID;
1379
+ }
1380
+ gte(value, message) {
1381
+ return this.setLimit("min", value, true, errorUtil.toString(message));
1382
+ }
1383
+ gt(value, message) {
1384
+ return this.setLimit("min", value, false, errorUtil.toString(message));
1385
+ }
1386
+ lte(value, message) {
1387
+ return this.setLimit("max", value, true, errorUtil.toString(message));
1388
+ }
1389
+ lt(value, message) {
1390
+ return this.setLimit("max", value, false, errorUtil.toString(message));
1391
+ }
1392
+ setLimit(kind, value, inclusive, message) {
1393
+ return new ZodBigInt({
1394
+ ...this._def,
1395
+ checks: [
1396
+ ...this._def.checks,
1397
+ {
1398
+ kind,
1399
+ value,
1400
+ inclusive,
1401
+ message: errorUtil.toString(message),
1402
+ },
1403
+ ],
1404
+ });
1405
+ }
1406
+ _addCheck(check) {
1407
+ return new ZodBigInt({
1408
+ ...this._def,
1409
+ checks: [...this._def.checks, check],
1410
+ });
1411
+ }
1412
+ positive(message) {
1413
+ return this._addCheck({
1414
+ kind: "min",
1415
+ value: BigInt(0),
1416
+ inclusive: false,
1417
+ message: errorUtil.toString(message),
1418
+ });
1419
+ }
1420
+ negative(message) {
1421
+ return this._addCheck({
1422
+ kind: "max",
1423
+ value: BigInt(0),
1424
+ inclusive: false,
1425
+ message: errorUtil.toString(message),
1426
+ });
1427
+ }
1428
+ nonpositive(message) {
1429
+ return this._addCheck({
1430
+ kind: "max",
1431
+ value: BigInt(0),
1432
+ inclusive: true,
1433
+ message: errorUtil.toString(message),
1434
+ });
1435
+ }
1436
+ nonnegative(message) {
1437
+ return this._addCheck({
1438
+ kind: "min",
1439
+ value: BigInt(0),
1440
+ inclusive: true,
1441
+ message: errorUtil.toString(message),
1442
+ });
1443
+ }
1444
+ multipleOf(value, message) {
1445
+ return this._addCheck({
1446
+ kind: "multipleOf",
1447
+ value,
1448
+ message: errorUtil.toString(message),
1449
+ });
1450
+ }
1451
+ get minValue() {
1452
+ let min = null;
1453
+ for (const ch of this._def.checks) {
1454
+ if (ch.kind === "min") {
1455
+ if (min === null || ch.value > min)
1456
+ min = ch.value;
1457
+ }
1458
+ }
1459
+ return min;
1460
+ }
1461
+ get maxValue() {
1462
+ let max = null;
1463
+ for (const ch of this._def.checks) {
1464
+ if (ch.kind === "max") {
1465
+ if (max === null || ch.value < max)
1466
+ max = ch.value;
1467
+ }
1468
+ }
1469
+ return max;
1470
+ }
1471
+ }
1472
+ ZodBigInt.create = (params) => {
1473
+ return new ZodBigInt({
1474
+ checks: [],
1475
+ typeName: ZodFirstPartyTypeKind.ZodBigInt,
1476
+ coerce: params?.coerce ?? false,
1477
+ ...processCreateParams(params),
1478
+ });
1479
+ };
1480
+ export class ZodBoolean extends ZodType {
1481
+ _parse(input) {
1482
+ if (this._def.coerce) {
1483
+ input.data = Boolean(input.data);
1484
+ }
1485
+ const parsedType = this._getType(input);
1486
+ if (parsedType !== ZodParsedType.boolean) {
1487
+ const ctx = this._getOrReturnCtx(input);
1488
+ addIssueToContext(ctx, {
1489
+ code: ZodIssueCode.invalid_type,
1490
+ expected: ZodParsedType.boolean,
1491
+ received: ctx.parsedType,
1492
+ });
1493
+ return INVALID;
1494
+ }
1495
+ return OK(input.data);
1496
+ }
1497
+ }
1498
+ ZodBoolean.create = (params) => {
1499
+ return new ZodBoolean({
1500
+ typeName: ZodFirstPartyTypeKind.ZodBoolean,
1501
+ coerce: params?.coerce || false,
1502
+ ...processCreateParams(params),
1503
+ });
1504
+ };
1505
+ export class ZodDate extends ZodType {
1506
+ _parse(input) {
1507
+ if (this._def.coerce) {
1508
+ input.data = new Date(input.data);
1509
+ }
1510
+ const parsedType = this._getType(input);
1511
+ if (parsedType !== ZodParsedType.date) {
1512
+ const ctx = this._getOrReturnCtx(input);
1513
+ addIssueToContext(ctx, {
1514
+ code: ZodIssueCode.invalid_type,
1515
+ expected: ZodParsedType.date,
1516
+ received: ctx.parsedType,
1517
+ });
1518
+ return INVALID;
1519
+ }
1520
+ if (Number.isNaN(input.data.getTime())) {
1521
+ const ctx = this._getOrReturnCtx(input);
1522
+ addIssueToContext(ctx, {
1523
+ code: ZodIssueCode.invalid_date,
1524
+ });
1525
+ return INVALID;
1526
+ }
1527
+ const status = new ParseStatus();
1528
+ let ctx = undefined;
1529
+ for (const check of this._def.checks) {
1530
+ if (check.kind === "min") {
1531
+ if (input.data.getTime() < check.value) {
1532
+ ctx = this._getOrReturnCtx(input, ctx);
1533
+ addIssueToContext(ctx, {
1534
+ code: ZodIssueCode.too_small,
1535
+ message: check.message,
1536
+ inclusive: true,
1537
+ exact: false,
1538
+ minimum: check.value,
1539
+ type: "date",
1540
+ });
1541
+ status.dirty();
1542
+ }
1543
+ }
1544
+ else if (check.kind === "max") {
1545
+ if (input.data.getTime() > check.value) {
1546
+ ctx = this._getOrReturnCtx(input, ctx);
1547
+ addIssueToContext(ctx, {
1548
+ code: ZodIssueCode.too_big,
1549
+ message: check.message,
1550
+ inclusive: true,
1551
+ exact: false,
1552
+ maximum: check.value,
1553
+ type: "date",
1554
+ });
1555
+ status.dirty();
1556
+ }
1557
+ }
1558
+ else {
1559
+ util.assertNever(check);
1560
+ }
1561
+ }
1562
+ return {
1563
+ status: status.value,
1564
+ value: new Date(input.data.getTime()),
1565
+ };
1566
+ }
1567
+ _addCheck(check) {
1568
+ return new ZodDate({
1569
+ ...this._def,
1570
+ checks: [...this._def.checks, check],
1571
+ });
1572
+ }
1573
+ min(minDate, message) {
1574
+ return this._addCheck({
1575
+ kind: "min",
1576
+ value: minDate.getTime(),
1577
+ message: errorUtil.toString(message),
1578
+ });
1579
+ }
1580
+ max(maxDate, message) {
1581
+ return this._addCheck({
1582
+ kind: "max",
1583
+ value: maxDate.getTime(),
1584
+ message: errorUtil.toString(message),
1585
+ });
1586
+ }
1587
+ get minDate() {
1588
+ let min = null;
1589
+ for (const ch of this._def.checks) {
1590
+ if (ch.kind === "min") {
1591
+ if (min === null || ch.value > min)
1592
+ min = ch.value;
1593
+ }
1594
+ }
1595
+ return min != null ? new Date(min) : null;
1596
+ }
1597
+ get maxDate() {
1598
+ let max = null;
1599
+ for (const ch of this._def.checks) {
1600
+ if (ch.kind === "max") {
1601
+ if (max === null || ch.value < max)
1602
+ max = ch.value;
1603
+ }
1604
+ }
1605
+ return max != null ? new Date(max) : null;
1606
+ }
1607
+ }
1608
+ ZodDate.create = (params) => {
1609
+ return new ZodDate({
1610
+ checks: [],
1611
+ coerce: params?.coerce || false,
1612
+ typeName: ZodFirstPartyTypeKind.ZodDate,
1613
+ ...processCreateParams(params),
1614
+ });
1615
+ };
1616
+ export class ZodSymbol extends ZodType {
1617
+ _parse(input) {
1618
+ const parsedType = this._getType(input);
1619
+ if (parsedType !== ZodParsedType.symbol) {
1620
+ const ctx = this._getOrReturnCtx(input);
1621
+ addIssueToContext(ctx, {
1622
+ code: ZodIssueCode.invalid_type,
1623
+ expected: ZodParsedType.symbol,
1624
+ received: ctx.parsedType,
1625
+ });
1626
+ return INVALID;
1627
+ }
1628
+ return OK(input.data);
1629
+ }
1630
+ }
1631
+ ZodSymbol.create = (params) => {
1632
+ return new ZodSymbol({
1633
+ typeName: ZodFirstPartyTypeKind.ZodSymbol,
1634
+ ...processCreateParams(params),
1635
+ });
1636
+ };
1637
+ export class ZodUndefined extends ZodType {
1638
+ _parse(input) {
1639
+ const parsedType = this._getType(input);
1640
+ if (parsedType !== ZodParsedType.undefined) {
1641
+ const ctx = this._getOrReturnCtx(input);
1642
+ addIssueToContext(ctx, {
1643
+ code: ZodIssueCode.invalid_type,
1644
+ expected: ZodParsedType.undefined,
1645
+ received: ctx.parsedType,
1646
+ });
1647
+ return INVALID;
1648
+ }
1649
+ return OK(input.data);
1650
+ }
1651
+ }
1652
+ ZodUndefined.create = (params) => {
1653
+ return new ZodUndefined({
1654
+ typeName: ZodFirstPartyTypeKind.ZodUndefined,
1655
+ ...processCreateParams(params),
1656
+ });
1657
+ };
1658
+ export class ZodNull extends ZodType {
1659
+ _parse(input) {
1660
+ const parsedType = this._getType(input);
1661
+ if (parsedType !== ZodParsedType.null) {
1662
+ const ctx = this._getOrReturnCtx(input);
1663
+ addIssueToContext(ctx, {
1664
+ code: ZodIssueCode.invalid_type,
1665
+ expected: ZodParsedType.null,
1666
+ received: ctx.parsedType,
1667
+ });
1668
+ return INVALID;
1669
+ }
1670
+ return OK(input.data);
1671
+ }
1672
+ }
1673
+ ZodNull.create = (params) => {
1674
+ return new ZodNull({
1675
+ typeName: ZodFirstPartyTypeKind.ZodNull,
1676
+ ...processCreateParams(params),
1677
+ });
1678
+ };
1679
+ export class ZodAny extends ZodType {
1680
+ constructor() {
1681
+ super(...arguments);
1682
+ // to prevent instances of other classes from extending ZodAny. this causes issues with catchall in ZodObject.
1683
+ this._any = true;
1684
+ }
1685
+ _parse(input) {
1686
+ return OK(input.data);
1687
+ }
1688
+ }
1689
+ ZodAny.create = (params) => {
1690
+ return new ZodAny({
1691
+ typeName: ZodFirstPartyTypeKind.ZodAny,
1692
+ ...processCreateParams(params),
1693
+ });
1694
+ };
1695
+ export class ZodUnknown extends ZodType {
1696
+ constructor() {
1697
+ super(...arguments);
1698
+ // required
1699
+ this._unknown = true;
1700
+ }
1701
+ _parse(input) {
1702
+ return OK(input.data);
1703
+ }
1704
+ }
1705
+ ZodUnknown.create = (params) => {
1706
+ return new ZodUnknown({
1707
+ typeName: ZodFirstPartyTypeKind.ZodUnknown,
1708
+ ...processCreateParams(params),
1709
+ });
1710
+ };
1711
+ export class ZodNever extends ZodType {
1712
+ _parse(input) {
1713
+ const ctx = this._getOrReturnCtx(input);
1714
+ addIssueToContext(ctx, {
1715
+ code: ZodIssueCode.invalid_type,
1716
+ expected: ZodParsedType.never,
1717
+ received: ctx.parsedType,
1718
+ });
1719
+ return INVALID;
1720
+ }
1721
+ }
1722
+ ZodNever.create = (params) => {
1723
+ return new ZodNever({
1724
+ typeName: ZodFirstPartyTypeKind.ZodNever,
1725
+ ...processCreateParams(params),
1726
+ });
1727
+ };
1728
+ export class ZodVoid extends ZodType {
1729
+ _parse(input) {
1730
+ const parsedType = this._getType(input);
1731
+ if (parsedType !== ZodParsedType.undefined) {
1732
+ const ctx = this._getOrReturnCtx(input);
1733
+ addIssueToContext(ctx, {
1734
+ code: ZodIssueCode.invalid_type,
1735
+ expected: ZodParsedType.void,
1736
+ received: ctx.parsedType,
1737
+ });
1738
+ return INVALID;
1739
+ }
1740
+ return OK(input.data);
1741
+ }
1742
+ }
1743
+ ZodVoid.create = (params) => {
1744
+ return new ZodVoid({
1745
+ typeName: ZodFirstPartyTypeKind.ZodVoid,
1746
+ ...processCreateParams(params),
1747
+ });
1748
+ };
1749
+ export class ZodArray extends ZodType {
1750
+ _parse(input) {
1751
+ const { ctx, status } = this._processInputParams(input);
1752
+ const def = this._def;
1753
+ if (ctx.parsedType !== ZodParsedType.array) {
1754
+ addIssueToContext(ctx, {
1755
+ code: ZodIssueCode.invalid_type,
1756
+ expected: ZodParsedType.array,
1757
+ received: ctx.parsedType,
1758
+ });
1759
+ return INVALID;
1760
+ }
1761
+ if (def.exactLength !== null) {
1762
+ const tooBig = ctx.data.length > def.exactLength.value;
1763
+ const tooSmall = ctx.data.length < def.exactLength.value;
1764
+ if (tooBig || tooSmall) {
1765
+ addIssueToContext(ctx, {
1766
+ code: tooBig ? ZodIssueCode.too_big : ZodIssueCode.too_small,
1767
+ minimum: (tooSmall ? def.exactLength.value : undefined),
1768
+ maximum: (tooBig ? def.exactLength.value : undefined),
1769
+ type: "array",
1770
+ inclusive: true,
1771
+ exact: true,
1772
+ message: def.exactLength.message,
1773
+ });
1774
+ status.dirty();
1775
+ }
1776
+ }
1777
+ if (def.minLength !== null) {
1778
+ if (ctx.data.length < def.minLength.value) {
1779
+ addIssueToContext(ctx, {
1780
+ code: ZodIssueCode.too_small,
1781
+ minimum: def.minLength.value,
1782
+ type: "array",
1783
+ inclusive: true,
1784
+ exact: false,
1785
+ message: def.minLength.message,
1786
+ });
1787
+ status.dirty();
1788
+ }
1789
+ }
1790
+ if (def.maxLength !== null) {
1791
+ if (ctx.data.length > def.maxLength.value) {
1792
+ addIssueToContext(ctx, {
1793
+ code: ZodIssueCode.too_big,
1794
+ maximum: def.maxLength.value,
1795
+ type: "array",
1796
+ inclusive: true,
1797
+ exact: false,
1798
+ message: def.maxLength.message,
1799
+ });
1800
+ status.dirty();
1801
+ }
1802
+ }
1803
+ if (ctx.common.async) {
1804
+ return Promise.all([...ctx.data].map((item, i) => {
1805
+ return def.type._parseAsync(new ParseInputLazyPath(ctx, item, ctx.path, i));
1806
+ })).then((result) => {
1807
+ return ParseStatus.mergeArray(status, result);
1808
+ });
1809
+ }
1810
+ const result = [...ctx.data].map((item, i) => {
1811
+ return def.type._parseSync(new ParseInputLazyPath(ctx, item, ctx.path, i));
1812
+ });
1813
+ return ParseStatus.mergeArray(status, result);
1814
+ }
1815
+ get element() {
1816
+ return this._def.type;
1817
+ }
1818
+ min(minLength, message) {
1819
+ return new ZodArray({
1820
+ ...this._def,
1821
+ minLength: { value: minLength, message: errorUtil.toString(message) },
1822
+ });
1823
+ }
1824
+ max(maxLength, message) {
1825
+ return new ZodArray({
1826
+ ...this._def,
1827
+ maxLength: { value: maxLength, message: errorUtil.toString(message) },
1828
+ });
1829
+ }
1830
+ length(len, message) {
1831
+ return new ZodArray({
1832
+ ...this._def,
1833
+ exactLength: { value: len, message: errorUtil.toString(message) },
1834
+ });
1835
+ }
1836
+ nonempty(message) {
1837
+ return this.min(1, message);
1838
+ }
1839
+ }
1840
+ ZodArray.create = (schema, params) => {
1841
+ return new ZodArray({
1842
+ type: schema,
1843
+ minLength: null,
1844
+ maxLength: null,
1845
+ exactLength: null,
1846
+ typeName: ZodFirstPartyTypeKind.ZodArray,
1847
+ ...processCreateParams(params),
1848
+ });
1849
+ };
1850
+ function deepPartialify(schema) {
1851
+ if (schema instanceof ZodObject) {
1852
+ const newShape = {};
1853
+ for (const key in schema.shape) {
1854
+ const fieldSchema = schema.shape[key];
1855
+ newShape[key] = ZodOptional.create(deepPartialify(fieldSchema));
1856
+ }
1857
+ return new ZodObject({
1858
+ ...schema._def,
1859
+ shape: () => newShape,
1860
+ });
1861
+ }
1862
+ else if (schema instanceof ZodArray) {
1863
+ return new ZodArray({
1864
+ ...schema._def,
1865
+ type: deepPartialify(schema.element),
1866
+ });
1867
+ }
1868
+ else if (schema instanceof ZodOptional) {
1869
+ return ZodOptional.create(deepPartialify(schema.unwrap()));
1870
+ }
1871
+ else if (schema instanceof ZodNullable) {
1872
+ return ZodNullable.create(deepPartialify(schema.unwrap()));
1873
+ }
1874
+ else if (schema instanceof ZodTuple) {
1875
+ return ZodTuple.create(schema.items.map((item) => deepPartialify(item)));
1876
+ }
1877
+ else {
1878
+ return schema;
1879
+ }
1880
+ }
1881
+ export class ZodObject extends ZodType {
1882
+ constructor() {
1883
+ super(...arguments);
1884
+ this._cached = null;
1885
+ /**
1886
+ * @deprecated In most cases, this is no longer needed - unknown properties are now silently stripped.
1887
+ * If you want to pass through unknown properties, use `.passthrough()` instead.
1888
+ */
1889
+ this.nonstrict = this.passthrough;
1890
+ // extend<
1891
+ // Augmentation extends ZodRawShape,
1892
+ // NewOutput extends util.flatten<{
1893
+ // [k in keyof Augmentation | keyof Output]: k extends keyof Augmentation
1894
+ // ? Augmentation[k]["_output"]
1895
+ // : k extends keyof Output
1896
+ // ? Output[k]
1897
+ // : never;
1898
+ // }>,
1899
+ // NewInput extends util.flatten<{
1900
+ // [k in keyof Augmentation | keyof Input]: k extends keyof Augmentation
1901
+ // ? Augmentation[k]["_input"]
1902
+ // : k extends keyof Input
1903
+ // ? Input[k]
1904
+ // : never;
1905
+ // }>
1906
+ // >(
1907
+ // augmentation: Augmentation
1908
+ // ): ZodObject<
1909
+ // extendShape<T, Augmentation>,
1910
+ // UnknownKeys,
1911
+ // Catchall,
1912
+ // NewOutput,
1913
+ // NewInput
1914
+ // > {
1915
+ // return new ZodObject({
1916
+ // ...this._def,
1917
+ // shape: () => ({
1918
+ // ...this._def.shape(),
1919
+ // ...augmentation,
1920
+ // }),
1921
+ // }) as any;
1922
+ // }
1923
+ /**
1924
+ * @deprecated Use `.extend` instead
1925
+ * */
1926
+ this.augment = this.extend;
1927
+ }
1928
+ _getCached() {
1929
+ if (this._cached !== null)
1930
+ return this._cached;
1931
+ const shape = this._def.shape();
1932
+ const keys = util.objectKeys(shape);
1933
+ this._cached = { shape, keys };
1934
+ return this._cached;
1935
+ }
1936
+ _parse(input) {
1937
+ const parsedType = this._getType(input);
1938
+ if (parsedType !== ZodParsedType.object) {
1939
+ const ctx = this._getOrReturnCtx(input);
1940
+ addIssueToContext(ctx, {
1941
+ code: ZodIssueCode.invalid_type,
1942
+ expected: ZodParsedType.object,
1943
+ received: ctx.parsedType,
1944
+ });
1945
+ return INVALID;
1946
+ }
1947
+ const { status, ctx } = this._processInputParams(input);
1948
+ const { shape, keys: shapeKeys } = this._getCached();
1949
+ const extraKeys = [];
1950
+ if (!(this._def.catchall instanceof ZodNever && this._def.unknownKeys === "strip")) {
1951
+ for (const key in ctx.data) {
1952
+ if (!shapeKeys.includes(key)) {
1953
+ extraKeys.push(key);
1954
+ }
1955
+ }
1956
+ }
1957
+ const pairs = [];
1958
+ for (const key of shapeKeys) {
1959
+ const keyValidator = shape[key];
1960
+ const value = ctx.data[key];
1961
+ pairs.push({
1962
+ key: { status: "valid", value: key },
1963
+ value: keyValidator._parse(new ParseInputLazyPath(ctx, value, ctx.path, key)),
1964
+ alwaysSet: key in ctx.data,
1965
+ });
1966
+ }
1967
+ if (this._def.catchall instanceof ZodNever) {
1968
+ const unknownKeys = this._def.unknownKeys;
1969
+ if (unknownKeys === "passthrough") {
1970
+ for (const key of extraKeys) {
1971
+ pairs.push({
1972
+ key: { status: "valid", value: key },
1973
+ value: { status: "valid", value: ctx.data[key] },
1974
+ });
1975
+ }
1976
+ }
1977
+ else if (unknownKeys === "strict") {
1978
+ if (extraKeys.length > 0) {
1979
+ addIssueToContext(ctx, {
1980
+ code: ZodIssueCode.unrecognized_keys,
1981
+ keys: extraKeys,
1982
+ });
1983
+ status.dirty();
1984
+ }
1985
+ }
1986
+ else if (unknownKeys === "strip") {
1987
+ }
1988
+ else {
1989
+ throw new Error(`Internal ZodObject error: invalid unknownKeys value.`);
1990
+ }
1991
+ }
1992
+ else {
1993
+ // run catchall validation
1994
+ const catchall = this._def.catchall;
1995
+ for (const key of extraKeys) {
1996
+ const value = ctx.data[key];
1997
+ pairs.push({
1998
+ key: { status: "valid", value: key },
1999
+ value: catchall._parse(new ParseInputLazyPath(ctx, value, ctx.path, key) //, ctx.child(key), value, getParsedType(value)
2000
+ ),
2001
+ alwaysSet: key in ctx.data,
2002
+ });
2003
+ }
2004
+ }
2005
+ if (ctx.common.async) {
2006
+ return Promise.resolve()
2007
+ .then(async () => {
2008
+ const syncPairs = [];
2009
+ for (const pair of pairs) {
2010
+ const key = await pair.key;
2011
+ const value = await pair.value;
2012
+ syncPairs.push({
2013
+ key,
2014
+ value,
2015
+ alwaysSet: pair.alwaysSet,
2016
+ });
2017
+ }
2018
+ return syncPairs;
2019
+ })
2020
+ .then((syncPairs) => {
2021
+ return ParseStatus.mergeObjectSync(status, syncPairs);
2022
+ });
2023
+ }
2024
+ else {
2025
+ return ParseStatus.mergeObjectSync(status, pairs);
2026
+ }
2027
+ }
2028
+ get shape() {
2029
+ return this._def.shape();
2030
+ }
2031
+ strict(message) {
2032
+ errorUtil.errToObj;
2033
+ return new ZodObject({
2034
+ ...this._def,
2035
+ unknownKeys: "strict",
2036
+ ...(message !== undefined
2037
+ ? {
2038
+ errorMap: (issue, ctx) => {
2039
+ const defaultError = this._def.errorMap?.(issue, ctx).message ?? ctx.defaultError;
2040
+ if (issue.code === "unrecognized_keys")
2041
+ return {
2042
+ message: errorUtil.errToObj(message).message ?? defaultError,
2043
+ };
2044
+ return {
2045
+ message: defaultError,
2046
+ };
2047
+ },
2048
+ }
2049
+ : {}),
2050
+ });
2051
+ }
2052
+ strip() {
2053
+ return new ZodObject({
2054
+ ...this._def,
2055
+ unknownKeys: "strip",
2056
+ });
2057
+ }
2058
+ passthrough() {
2059
+ return new ZodObject({
2060
+ ...this._def,
2061
+ unknownKeys: "passthrough",
2062
+ });
2063
+ }
2064
+ // const AugmentFactory =
2065
+ // <Def extends ZodObjectDef>(def: Def) =>
2066
+ // <Augmentation extends ZodRawShape>(
2067
+ // augmentation: Augmentation
2068
+ // ): ZodObject<
2069
+ // extendShape<ReturnType<Def["shape"]>, Augmentation>,
2070
+ // Def["unknownKeys"],
2071
+ // Def["catchall"]
2072
+ // > => {
2073
+ // return new ZodObject({
2074
+ // ...def,
2075
+ // shape: () => ({
2076
+ // ...def.shape(),
2077
+ // ...augmentation,
2078
+ // }),
2079
+ // }) as any;
2080
+ // };
2081
+ extend(augmentation) {
2082
+ return new ZodObject({
2083
+ ...this._def,
2084
+ shape: () => ({
2085
+ ...this._def.shape(),
2086
+ ...augmentation,
2087
+ }),
2088
+ });
2089
+ }
2090
+ /**
2091
+ * Prior to zod@1.0.12 there was a bug in the
2092
+ * inferred type of merged objects. Please
2093
+ * upgrade if you are experiencing issues.
2094
+ */
2095
+ merge(merging) {
2096
+ const merged = new ZodObject({
2097
+ unknownKeys: merging._def.unknownKeys,
2098
+ catchall: merging._def.catchall,
2099
+ shape: () => ({
2100
+ ...this._def.shape(),
2101
+ ...merging._def.shape(),
2102
+ }),
2103
+ typeName: ZodFirstPartyTypeKind.ZodObject,
2104
+ });
2105
+ return merged;
2106
+ }
2107
+ // merge<
2108
+ // Incoming extends AnyZodObject,
2109
+ // Augmentation extends Incoming["shape"],
2110
+ // NewOutput extends {
2111
+ // [k in keyof Augmentation | keyof Output]: k extends keyof Augmentation
2112
+ // ? Augmentation[k]["_output"]
2113
+ // : k extends keyof Output
2114
+ // ? Output[k]
2115
+ // : never;
2116
+ // },
2117
+ // NewInput extends {
2118
+ // [k in keyof Augmentation | keyof Input]: k extends keyof Augmentation
2119
+ // ? Augmentation[k]["_input"]
2120
+ // : k extends keyof Input
2121
+ // ? Input[k]
2122
+ // : never;
2123
+ // }
2124
+ // >(
2125
+ // merging: Incoming
2126
+ // ): ZodObject<
2127
+ // extendShape<T, ReturnType<Incoming["_def"]["shape"]>>,
2128
+ // Incoming["_def"]["unknownKeys"],
2129
+ // Incoming["_def"]["catchall"],
2130
+ // NewOutput,
2131
+ // NewInput
2132
+ // > {
2133
+ // const merged: any = new ZodObject({
2134
+ // unknownKeys: merging._def.unknownKeys,
2135
+ // catchall: merging._def.catchall,
2136
+ // shape: () =>
2137
+ // objectUtil.mergeShapes(this._def.shape(), merging._def.shape()),
2138
+ // typeName: ZodFirstPartyTypeKind.ZodObject,
2139
+ // }) as any;
2140
+ // return merged;
2141
+ // }
2142
+ setKey(key, schema) {
2143
+ return this.augment({ [key]: schema });
2144
+ }
2145
+ // merge<Incoming extends AnyZodObject>(
2146
+ // merging: Incoming
2147
+ // ): //ZodObject<T & Incoming["_shape"], UnknownKeys, Catchall> = (merging) => {
2148
+ // ZodObject<
2149
+ // extendShape<T, ReturnType<Incoming["_def"]["shape"]>>,
2150
+ // Incoming["_def"]["unknownKeys"],
2151
+ // Incoming["_def"]["catchall"]
2152
+ // > {
2153
+ // // const mergedShape = objectUtil.mergeShapes(
2154
+ // // this._def.shape(),
2155
+ // // merging._def.shape()
2156
+ // // );
2157
+ // const merged: any = new ZodObject({
2158
+ // unknownKeys: merging._def.unknownKeys,
2159
+ // catchall: merging._def.catchall,
2160
+ // shape: () =>
2161
+ // objectUtil.mergeShapes(this._def.shape(), merging._def.shape()),
2162
+ // typeName: ZodFirstPartyTypeKind.ZodObject,
2163
+ // }) as any;
2164
+ // return merged;
2165
+ // }
2166
+ catchall(index) {
2167
+ return new ZodObject({
2168
+ ...this._def,
2169
+ catchall: index,
2170
+ });
2171
+ }
2172
+ pick(mask) {
2173
+ const shape = {};
2174
+ for (const key of util.objectKeys(mask)) {
2175
+ if (mask[key] && this.shape[key]) {
2176
+ shape[key] = this.shape[key];
2177
+ }
2178
+ }
2179
+ return new ZodObject({
2180
+ ...this._def,
2181
+ shape: () => shape,
2182
+ });
2183
+ }
2184
+ omit(mask) {
2185
+ const shape = {};
2186
+ for (const key of util.objectKeys(this.shape)) {
2187
+ if (!mask[key]) {
2188
+ shape[key] = this.shape[key];
2189
+ }
2190
+ }
2191
+ return new ZodObject({
2192
+ ...this._def,
2193
+ shape: () => shape,
2194
+ });
2195
+ }
2196
+ /**
2197
+ * @deprecated
2198
+ */
2199
+ deepPartial() {
2200
+ return deepPartialify(this);
2201
+ }
2202
+ partial(mask) {
2203
+ const newShape = {};
2204
+ for (const key of util.objectKeys(this.shape)) {
2205
+ const fieldSchema = this.shape[key];
2206
+ if (mask && !mask[key]) {
2207
+ newShape[key] = fieldSchema;
2208
+ }
2209
+ else {
2210
+ newShape[key] = fieldSchema.optional();
2211
+ }
2212
+ }
2213
+ return new ZodObject({
2214
+ ...this._def,
2215
+ shape: () => newShape,
2216
+ });
2217
+ }
2218
+ required(mask) {
2219
+ const newShape = {};
2220
+ for (const key of util.objectKeys(this.shape)) {
2221
+ if (mask && !mask[key]) {
2222
+ newShape[key] = this.shape[key];
2223
+ }
2224
+ else {
2225
+ const fieldSchema = this.shape[key];
2226
+ let newField = fieldSchema;
2227
+ while (newField instanceof ZodOptional) {
2228
+ newField = newField._def.innerType;
2229
+ }
2230
+ newShape[key] = newField;
2231
+ }
2232
+ }
2233
+ return new ZodObject({
2234
+ ...this._def,
2235
+ shape: () => newShape,
2236
+ });
2237
+ }
2238
+ keyof() {
2239
+ return createZodEnum(util.objectKeys(this.shape));
2240
+ }
2241
+ }
2242
+ ZodObject.create = (shape, params) => {
2243
+ return new ZodObject({
2244
+ shape: () => shape,
2245
+ unknownKeys: "strip",
2246
+ catchall: ZodNever.create(),
2247
+ typeName: ZodFirstPartyTypeKind.ZodObject,
2248
+ ...processCreateParams(params),
2249
+ });
2250
+ };
2251
+ ZodObject.strictCreate = (shape, params) => {
2252
+ return new ZodObject({
2253
+ shape: () => shape,
2254
+ unknownKeys: "strict",
2255
+ catchall: ZodNever.create(),
2256
+ typeName: ZodFirstPartyTypeKind.ZodObject,
2257
+ ...processCreateParams(params),
2258
+ });
2259
+ };
2260
+ ZodObject.lazycreate = (shape, params) => {
2261
+ return new ZodObject({
2262
+ shape,
2263
+ unknownKeys: "strip",
2264
+ catchall: ZodNever.create(),
2265
+ typeName: ZodFirstPartyTypeKind.ZodObject,
2266
+ ...processCreateParams(params),
2267
+ });
2268
+ };
2269
+ export class ZodUnion extends ZodType {
2270
+ _parse(input) {
2271
+ const { ctx } = this._processInputParams(input);
2272
+ const options = this._def.options;
2273
+ function handleResults(results) {
2274
+ // return first issue-free validation if it exists
2275
+ for (const result of results) {
2276
+ if (result.result.status === "valid") {
2277
+ return result.result;
2278
+ }
2279
+ }
2280
+ for (const result of results) {
2281
+ if (result.result.status === "dirty") {
2282
+ // add issues from dirty option
2283
+ ctx.common.issues.push(...result.ctx.common.issues);
2284
+ return result.result;
2285
+ }
2286
+ }
2287
+ // return invalid
2288
+ const unionErrors = results.map((result) => new ZodError(result.ctx.common.issues));
2289
+ addIssueToContext(ctx, {
2290
+ code: ZodIssueCode.invalid_union,
2291
+ unionErrors,
2292
+ });
2293
+ return INVALID;
2294
+ }
2295
+ if (ctx.common.async) {
2296
+ return Promise.all(options.map(async (option) => {
2297
+ const childCtx = {
2298
+ ...ctx,
2299
+ common: {
2300
+ ...ctx.common,
2301
+ issues: [],
2302
+ },
2303
+ parent: null,
2304
+ };
2305
+ return {
2306
+ result: await option._parseAsync({
2307
+ data: ctx.data,
2308
+ path: ctx.path,
2309
+ parent: childCtx,
2310
+ }),
2311
+ ctx: childCtx,
2312
+ };
2313
+ })).then(handleResults);
2314
+ }
2315
+ else {
2316
+ let dirty = undefined;
2317
+ const issues = [];
2318
+ for (const option of options) {
2319
+ const childCtx = {
2320
+ ...ctx,
2321
+ common: {
2322
+ ...ctx.common,
2323
+ issues: [],
2324
+ },
2325
+ parent: null,
2326
+ };
2327
+ const result = option._parseSync({
2328
+ data: ctx.data,
2329
+ path: ctx.path,
2330
+ parent: childCtx,
2331
+ });
2332
+ if (result.status === "valid") {
2333
+ return result;
2334
+ }
2335
+ else if (result.status === "dirty" && !dirty) {
2336
+ dirty = { result, ctx: childCtx };
2337
+ }
2338
+ if (childCtx.common.issues.length) {
2339
+ issues.push(childCtx.common.issues);
2340
+ }
2341
+ }
2342
+ if (dirty) {
2343
+ ctx.common.issues.push(...dirty.ctx.common.issues);
2344
+ return dirty.result;
2345
+ }
2346
+ const unionErrors = issues.map((issues) => new ZodError(issues));
2347
+ addIssueToContext(ctx, {
2348
+ code: ZodIssueCode.invalid_union,
2349
+ unionErrors,
2350
+ });
2351
+ return INVALID;
2352
+ }
2353
+ }
2354
+ get options() {
2355
+ return this._def.options;
2356
+ }
2357
+ }
2358
+ ZodUnion.create = (types, params) => {
2359
+ return new ZodUnion({
2360
+ options: types,
2361
+ typeName: ZodFirstPartyTypeKind.ZodUnion,
2362
+ ...processCreateParams(params),
2363
+ });
2364
+ };
2365
+ /////////////////////////////////////////////////////
2366
+ /////////////////////////////////////////////////////
2367
+ ////////// //////////
2368
+ ////////// ZodDiscriminatedUnion //////////
2369
+ ////////// //////////
2370
+ /////////////////////////////////////////////////////
2371
+ /////////////////////////////////////////////////////
2372
+ const getDiscriminator = (type) => {
2373
+ if (type instanceof ZodLazy) {
2374
+ return getDiscriminator(type.schema);
2375
+ }
2376
+ else if (type instanceof ZodEffects) {
2377
+ return getDiscriminator(type.innerType());
2378
+ }
2379
+ else if (type instanceof ZodLiteral) {
2380
+ return [type.value];
2381
+ }
2382
+ else if (type instanceof ZodEnum) {
2383
+ return type.options;
2384
+ }
2385
+ else if (type instanceof ZodNativeEnum) {
2386
+ // eslint-disable-next-line ban/ban
2387
+ return util.objectValues(type.enum);
2388
+ }
2389
+ else if (type instanceof ZodDefault) {
2390
+ return getDiscriminator(type._def.innerType);
2391
+ }
2392
+ else if (type instanceof ZodUndefined) {
2393
+ return [undefined];
2394
+ }
2395
+ else if (type instanceof ZodNull) {
2396
+ return [null];
2397
+ }
2398
+ else if (type instanceof ZodOptional) {
2399
+ return [undefined, ...getDiscriminator(type.unwrap())];
2400
+ }
2401
+ else if (type instanceof ZodNullable) {
2402
+ return [null, ...getDiscriminator(type.unwrap())];
2403
+ }
2404
+ else if (type instanceof ZodBranded) {
2405
+ return getDiscriminator(type.unwrap());
2406
+ }
2407
+ else if (type instanceof ZodReadonly) {
2408
+ return getDiscriminator(type.unwrap());
2409
+ }
2410
+ else if (type instanceof ZodCatch) {
2411
+ return getDiscriminator(type._def.innerType);
2412
+ }
2413
+ else {
2414
+ return [];
2415
+ }
2416
+ };
2417
+ export class ZodDiscriminatedUnion extends ZodType {
2418
+ _parse(input) {
2419
+ const { ctx } = this._processInputParams(input);
2420
+ if (ctx.parsedType !== ZodParsedType.object) {
2421
+ addIssueToContext(ctx, {
2422
+ code: ZodIssueCode.invalid_type,
2423
+ expected: ZodParsedType.object,
2424
+ received: ctx.parsedType,
2425
+ });
2426
+ return INVALID;
2427
+ }
2428
+ const discriminator = this.discriminator;
2429
+ const discriminatorValue = ctx.data[discriminator];
2430
+ const option = this.optionsMap.get(discriminatorValue);
2431
+ if (!option) {
2432
+ addIssueToContext(ctx, {
2433
+ code: ZodIssueCode.invalid_union_discriminator,
2434
+ options: Array.from(this.optionsMap.keys()),
2435
+ path: [discriminator],
2436
+ });
2437
+ return INVALID;
2438
+ }
2439
+ if (ctx.common.async) {
2440
+ return option._parseAsync({
2441
+ data: ctx.data,
2442
+ path: ctx.path,
2443
+ parent: ctx,
2444
+ });
2445
+ }
2446
+ else {
2447
+ return option._parseSync({
2448
+ data: ctx.data,
2449
+ path: ctx.path,
2450
+ parent: ctx,
2451
+ });
2452
+ }
2453
+ }
2454
+ get discriminator() {
2455
+ return this._def.discriminator;
2456
+ }
2457
+ get options() {
2458
+ return this._def.options;
2459
+ }
2460
+ get optionsMap() {
2461
+ return this._def.optionsMap;
2462
+ }
2463
+ /**
2464
+ * The constructor of the discriminated union schema. Its behaviour is very similar to that of the normal z.union() constructor.
2465
+ * However, it only allows a union of objects, all of which need to share a discriminator property. This property must
2466
+ * have a different value for each object in the union.
2467
+ * @param discriminator the name of the discriminator property
2468
+ * @param types an array of object schemas
2469
+ * @param params
2470
+ */
2471
+ static create(discriminator, options, params) {
2472
+ // Get all the valid discriminator values
2473
+ const optionsMap = new Map();
2474
+ // try {
2475
+ for (const type of options) {
2476
+ const discriminatorValues = getDiscriminator(type.shape[discriminator]);
2477
+ if (!discriminatorValues.length) {
2478
+ throw new Error(`A discriminator value for key \`${discriminator}\` could not be extracted from all schema options`);
2479
+ }
2480
+ for (const value of discriminatorValues) {
2481
+ if (optionsMap.has(value)) {
2482
+ throw new Error(`Discriminator property ${String(discriminator)} has duplicate value ${String(value)}`);
2483
+ }
2484
+ optionsMap.set(value, type);
2485
+ }
2486
+ }
2487
+ return new ZodDiscriminatedUnion({
2488
+ typeName: ZodFirstPartyTypeKind.ZodDiscriminatedUnion,
2489
+ discriminator,
2490
+ options,
2491
+ optionsMap,
2492
+ ...processCreateParams(params),
2493
+ });
2494
+ }
2495
+ }
2496
+ function mergeValues(a, b) {
2497
+ const aType = getParsedType(a);
2498
+ const bType = getParsedType(b);
2499
+ if (a === b) {
2500
+ return { valid: true, data: a };
2501
+ }
2502
+ else if (aType === ZodParsedType.object && bType === ZodParsedType.object) {
2503
+ const bKeys = util.objectKeys(b);
2504
+ const sharedKeys = util.objectKeys(a).filter((key) => bKeys.indexOf(key) !== -1);
2505
+ const newObj = { ...a, ...b };
2506
+ if (Object.prototype.hasOwnProperty.call(newObj, "__proto__"))
2507
+ delete newObj.__proto__;
2508
+ for (const key of sharedKeys) {
2509
+ if (key === "__proto__")
2510
+ continue;
2511
+ const sharedValue = mergeValues(a[key], b[key]);
2512
+ if (!sharedValue.valid) {
2513
+ return { valid: false };
2514
+ }
2515
+ newObj[key] = sharedValue.data;
2516
+ }
2517
+ return { valid: true, data: newObj };
2518
+ }
2519
+ else if (aType === ZodParsedType.array && bType === ZodParsedType.array) {
2520
+ if (a.length !== b.length) {
2521
+ return { valid: false };
2522
+ }
2523
+ const newArray = [];
2524
+ for (let index = 0; index < a.length; index++) {
2525
+ const itemA = a[index];
2526
+ const itemB = b[index];
2527
+ const sharedValue = mergeValues(itemA, itemB);
2528
+ if (!sharedValue.valid) {
2529
+ return { valid: false };
2530
+ }
2531
+ newArray.push(sharedValue.data);
2532
+ }
2533
+ return { valid: true, data: newArray };
2534
+ }
2535
+ else if (aType === ZodParsedType.date && bType === ZodParsedType.date && +a === +b) {
2536
+ return { valid: true, data: a };
2537
+ }
2538
+ else {
2539
+ return { valid: false };
2540
+ }
2541
+ }
2542
+ export class ZodIntersection extends ZodType {
2543
+ _parse(input) {
2544
+ const { status, ctx } = this._processInputParams(input);
2545
+ const handleParsed = (parsedLeft, parsedRight) => {
2546
+ if (isAborted(parsedLeft) || isAborted(parsedRight)) {
2547
+ return INVALID;
2548
+ }
2549
+ const merged = mergeValues(parsedLeft.value, parsedRight.value);
2550
+ if (!merged.valid) {
2551
+ addIssueToContext(ctx, {
2552
+ code: ZodIssueCode.invalid_intersection_types,
2553
+ });
2554
+ return INVALID;
2555
+ }
2556
+ if (isDirty(parsedLeft) || isDirty(parsedRight)) {
2557
+ status.dirty();
2558
+ }
2559
+ return { status: status.value, value: merged.data };
2560
+ };
2561
+ if (ctx.common.async) {
2562
+ return Promise.all([
2563
+ this._def.left._parseAsync({
2564
+ data: ctx.data,
2565
+ path: ctx.path,
2566
+ parent: ctx,
2567
+ }),
2568
+ this._def.right._parseAsync({
2569
+ data: ctx.data,
2570
+ path: ctx.path,
2571
+ parent: ctx,
2572
+ }),
2573
+ ]).then(([left, right]) => handleParsed(left, right));
2574
+ }
2575
+ else {
2576
+ return handleParsed(this._def.left._parseSync({
2577
+ data: ctx.data,
2578
+ path: ctx.path,
2579
+ parent: ctx,
2580
+ }), this._def.right._parseSync({
2581
+ data: ctx.data,
2582
+ path: ctx.path,
2583
+ parent: ctx,
2584
+ }));
2585
+ }
2586
+ }
2587
+ }
2588
+ ZodIntersection.create = (left, right, params) => {
2589
+ return new ZodIntersection({
2590
+ left: left,
2591
+ right: right,
2592
+ typeName: ZodFirstPartyTypeKind.ZodIntersection,
2593
+ ...processCreateParams(params),
2594
+ });
2595
+ };
2596
+ // type ZodTupleItems = [ZodTypeAny, ...ZodTypeAny[]];
2597
+ export class ZodTuple extends ZodType {
2598
+ _parse(input) {
2599
+ const { status, ctx } = this._processInputParams(input);
2600
+ if (ctx.parsedType !== ZodParsedType.array) {
2601
+ addIssueToContext(ctx, {
2602
+ code: ZodIssueCode.invalid_type,
2603
+ expected: ZodParsedType.array,
2604
+ received: ctx.parsedType,
2605
+ });
2606
+ return INVALID;
2607
+ }
2608
+ if (ctx.data.length < this._def.items.length) {
2609
+ addIssueToContext(ctx, {
2610
+ code: ZodIssueCode.too_small,
2611
+ minimum: this._def.items.length,
2612
+ inclusive: true,
2613
+ exact: false,
2614
+ type: "array",
2615
+ });
2616
+ return INVALID;
2617
+ }
2618
+ const rest = this._def.rest;
2619
+ if (!rest && ctx.data.length > this._def.items.length) {
2620
+ addIssueToContext(ctx, {
2621
+ code: ZodIssueCode.too_big,
2622
+ maximum: this._def.items.length,
2623
+ inclusive: true,
2624
+ exact: false,
2625
+ type: "array",
2626
+ });
2627
+ status.dirty();
2628
+ }
2629
+ const items = [...ctx.data]
2630
+ .map((item, itemIndex) => {
2631
+ const schema = this._def.items[itemIndex] || this._def.rest;
2632
+ if (!schema)
2633
+ return null;
2634
+ return schema._parse(new ParseInputLazyPath(ctx, item, ctx.path, itemIndex));
2635
+ })
2636
+ .filter((x) => !!x); // filter nulls
2637
+ if (ctx.common.async) {
2638
+ return Promise.all(items).then((results) => {
2639
+ return ParseStatus.mergeArray(status, results);
2640
+ });
2641
+ }
2642
+ else {
2643
+ return ParseStatus.mergeArray(status, items);
2644
+ }
2645
+ }
2646
+ get items() {
2647
+ return this._def.items;
2648
+ }
2649
+ rest(rest) {
2650
+ return new ZodTuple({
2651
+ ...this._def,
2652
+ rest,
2653
+ });
2654
+ }
2655
+ }
2656
+ ZodTuple.create = (schemas, params) => {
2657
+ if (!Array.isArray(schemas)) {
2658
+ throw new Error("You must pass an array of schemas to z.tuple([ ... ])");
2659
+ }
2660
+ return new ZodTuple({
2661
+ items: schemas,
2662
+ typeName: ZodFirstPartyTypeKind.ZodTuple,
2663
+ rest: null,
2664
+ ...processCreateParams(params),
2665
+ });
2666
+ };
2667
+ export class ZodRecord extends ZodType {
2668
+ get keySchema() {
2669
+ return this._def.keyType;
2670
+ }
2671
+ get valueSchema() {
2672
+ return this._def.valueType;
2673
+ }
2674
+ _parse(input) {
2675
+ const { status, ctx } = this._processInputParams(input);
2676
+ if (ctx.parsedType !== ZodParsedType.object) {
2677
+ addIssueToContext(ctx, {
2678
+ code: ZodIssueCode.invalid_type,
2679
+ expected: ZodParsedType.object,
2680
+ received: ctx.parsedType,
2681
+ });
2682
+ return INVALID;
2683
+ }
2684
+ const pairs = [];
2685
+ const keyType = this._def.keyType;
2686
+ const valueType = this._def.valueType;
2687
+ for (const key in ctx.data) {
2688
+ pairs.push({
2689
+ key: keyType._parse(new ParseInputLazyPath(ctx, key, ctx.path, key)),
2690
+ value: valueType._parse(new ParseInputLazyPath(ctx, ctx.data[key], ctx.path, key)),
2691
+ alwaysSet: key in ctx.data,
2692
+ });
2693
+ }
2694
+ if (ctx.common.async) {
2695
+ return ParseStatus.mergeObjectAsync(status, pairs);
2696
+ }
2697
+ else {
2698
+ return ParseStatus.mergeObjectSync(status, pairs);
2699
+ }
2700
+ }
2701
+ get element() {
2702
+ return this._def.valueType;
2703
+ }
2704
+ static create(first, second, third) {
2705
+ if (second instanceof ZodType) {
2706
+ return new ZodRecord({
2707
+ keyType: first,
2708
+ valueType: second,
2709
+ typeName: ZodFirstPartyTypeKind.ZodRecord,
2710
+ ...processCreateParams(third),
2711
+ });
2712
+ }
2713
+ return new ZodRecord({
2714
+ keyType: ZodString.create(),
2715
+ valueType: first,
2716
+ typeName: ZodFirstPartyTypeKind.ZodRecord,
2717
+ ...processCreateParams(second),
2718
+ });
2719
+ }
2720
+ }
2721
+ export class ZodMap extends ZodType {
2722
+ get keySchema() {
2723
+ return this._def.keyType;
2724
+ }
2725
+ get valueSchema() {
2726
+ return this._def.valueType;
2727
+ }
2728
+ _parse(input) {
2729
+ const { status, ctx } = this._processInputParams(input);
2730
+ if (ctx.parsedType !== ZodParsedType.map) {
2731
+ addIssueToContext(ctx, {
2732
+ code: ZodIssueCode.invalid_type,
2733
+ expected: ZodParsedType.map,
2734
+ received: ctx.parsedType,
2735
+ });
2736
+ return INVALID;
2737
+ }
2738
+ const keyType = this._def.keyType;
2739
+ const valueType = this._def.valueType;
2740
+ const pairs = [...ctx.data.entries()].map(([key, value], index) => {
2741
+ return {
2742
+ key: keyType._parse(new ParseInputLazyPath(ctx, key, ctx.path, [index, "key"])),
2743
+ value: valueType._parse(new ParseInputLazyPath(ctx, value, ctx.path, [index, "value"])),
2744
+ };
2745
+ });
2746
+ if (ctx.common.async) {
2747
+ const finalMap = new Map();
2748
+ return Promise.resolve().then(async () => {
2749
+ for (const pair of pairs) {
2750
+ const key = await pair.key;
2751
+ const value = await pair.value;
2752
+ if (key.status === "aborted" || value.status === "aborted") {
2753
+ return INVALID;
2754
+ }
2755
+ if (key.status === "dirty" || value.status === "dirty") {
2756
+ status.dirty();
2757
+ }
2758
+ finalMap.set(key.value, value.value);
2759
+ }
2760
+ return { status: status.value, value: finalMap };
2761
+ });
2762
+ }
2763
+ else {
2764
+ const finalMap = new Map();
2765
+ for (const pair of pairs) {
2766
+ const key = pair.key;
2767
+ const value = pair.value;
2768
+ if (key.status === "aborted" || value.status === "aborted") {
2769
+ return INVALID;
2770
+ }
2771
+ if (key.status === "dirty" || value.status === "dirty") {
2772
+ status.dirty();
2773
+ }
2774
+ finalMap.set(key.value, value.value);
2775
+ }
2776
+ return { status: status.value, value: finalMap };
2777
+ }
2778
+ }
2779
+ }
2780
+ ZodMap.create = (keyType, valueType, params) => {
2781
+ return new ZodMap({
2782
+ valueType,
2783
+ keyType,
2784
+ typeName: ZodFirstPartyTypeKind.ZodMap,
2785
+ ...processCreateParams(params),
2786
+ });
2787
+ };
2788
+ export class ZodSet extends ZodType {
2789
+ _parse(input) {
2790
+ const { status, ctx } = this._processInputParams(input);
2791
+ if (ctx.parsedType !== ZodParsedType.set) {
2792
+ addIssueToContext(ctx, {
2793
+ code: ZodIssueCode.invalid_type,
2794
+ expected: ZodParsedType.set,
2795
+ received: ctx.parsedType,
2796
+ });
2797
+ return INVALID;
2798
+ }
2799
+ const def = this._def;
2800
+ if (def.minSize !== null) {
2801
+ if (ctx.data.size < def.minSize.value) {
2802
+ addIssueToContext(ctx, {
2803
+ code: ZodIssueCode.too_small,
2804
+ minimum: def.minSize.value,
2805
+ type: "set",
2806
+ inclusive: true,
2807
+ exact: false,
2808
+ message: def.minSize.message,
2809
+ });
2810
+ status.dirty();
2811
+ }
2812
+ }
2813
+ if (def.maxSize !== null) {
2814
+ if (ctx.data.size > def.maxSize.value) {
2815
+ addIssueToContext(ctx, {
2816
+ code: ZodIssueCode.too_big,
2817
+ maximum: def.maxSize.value,
2818
+ type: "set",
2819
+ inclusive: true,
2820
+ exact: false,
2821
+ message: def.maxSize.message,
2822
+ });
2823
+ status.dirty();
2824
+ }
2825
+ }
2826
+ const valueType = this._def.valueType;
2827
+ function finalizeSet(elements) {
2828
+ const parsedSet = new Set();
2829
+ for (const element of elements) {
2830
+ if (element.status === "aborted")
2831
+ return INVALID;
2832
+ if (element.status === "dirty")
2833
+ status.dirty();
2834
+ parsedSet.add(element.value);
2835
+ }
2836
+ return { status: status.value, value: parsedSet };
2837
+ }
2838
+ const elements = [...ctx.data.values()].map((item, i) => valueType._parse(new ParseInputLazyPath(ctx, item, ctx.path, i)));
2839
+ if (ctx.common.async) {
2840
+ return Promise.all(elements).then((elements) => finalizeSet(elements));
2841
+ }
2842
+ else {
2843
+ return finalizeSet(elements);
2844
+ }
2845
+ }
2846
+ min(minSize, message) {
2847
+ return new ZodSet({
2848
+ ...this._def,
2849
+ minSize: { value: minSize, message: errorUtil.toString(message) },
2850
+ });
2851
+ }
2852
+ max(maxSize, message) {
2853
+ return new ZodSet({
2854
+ ...this._def,
2855
+ maxSize: { value: maxSize, message: errorUtil.toString(message) },
2856
+ });
2857
+ }
2858
+ size(size, message) {
2859
+ return this.min(size, message).max(size, message);
2860
+ }
2861
+ nonempty(message) {
2862
+ return this.min(1, message);
2863
+ }
2864
+ }
2865
+ ZodSet.create = (valueType, params) => {
2866
+ return new ZodSet({
2867
+ valueType,
2868
+ minSize: null,
2869
+ maxSize: null,
2870
+ typeName: ZodFirstPartyTypeKind.ZodSet,
2871
+ ...processCreateParams(params),
2872
+ });
2873
+ };
2874
+ export class ZodFunction extends ZodType {
2875
+ constructor() {
2876
+ super(...arguments);
2877
+ this.validate = this.implement;
2878
+ }
2879
+ _parse(input) {
2880
+ const { ctx } = this._processInputParams(input);
2881
+ if (ctx.parsedType !== ZodParsedType.function) {
2882
+ addIssueToContext(ctx, {
2883
+ code: ZodIssueCode.invalid_type,
2884
+ expected: ZodParsedType.function,
2885
+ received: ctx.parsedType,
2886
+ });
2887
+ return INVALID;
2888
+ }
2889
+ function makeArgsIssue(args, error) {
2890
+ return makeIssue({
2891
+ data: args,
2892
+ path: ctx.path,
2893
+ errorMaps: [ctx.common.contextualErrorMap, ctx.schemaErrorMap, getErrorMap(), defaultErrorMap].filter((x) => !!x),
2894
+ issueData: {
2895
+ code: ZodIssueCode.invalid_arguments,
2896
+ argumentsError: error,
2897
+ },
2898
+ });
2899
+ }
2900
+ function makeReturnsIssue(returns, error) {
2901
+ return makeIssue({
2902
+ data: returns,
2903
+ path: ctx.path,
2904
+ errorMaps: [ctx.common.contextualErrorMap, ctx.schemaErrorMap, getErrorMap(), defaultErrorMap].filter((x) => !!x),
2905
+ issueData: {
2906
+ code: ZodIssueCode.invalid_return_type,
2907
+ returnTypeError: error,
2908
+ },
2909
+ });
2910
+ }
2911
+ const params = { errorMap: ctx.common.contextualErrorMap };
2912
+ const fn = ctx.data;
2913
+ if (this._def.returns instanceof ZodPromise) {
2914
+ // Would love a way to avoid disabling this rule, but we need an alias (using an arrow function was what caused 2651).
2915
+ // eslint-disable-next-line @typescript-eslint/no-this-alias
2916
+ const me = this;
2917
+ return OK(async function (...args) {
2918
+ const error = new ZodError([]);
2919
+ const parsedArgs = await me._def.args.parseAsync(args, params).catch((e) => {
2920
+ error.addIssue(makeArgsIssue(args, e));
2921
+ throw error;
2922
+ });
2923
+ const result = await Reflect.apply(fn, this, parsedArgs);
2924
+ const parsedReturns = await me._def.returns._def.type
2925
+ .parseAsync(result, params)
2926
+ .catch((e) => {
2927
+ error.addIssue(makeReturnsIssue(result, e));
2928
+ throw error;
2929
+ });
2930
+ return parsedReturns;
2931
+ });
2932
+ }
2933
+ else {
2934
+ // Would love a way to avoid disabling this rule, but we need an alias (using an arrow function was what caused 2651).
2935
+ // eslint-disable-next-line @typescript-eslint/no-this-alias
2936
+ const me = this;
2937
+ return OK(function (...args) {
2938
+ const parsedArgs = me._def.args.safeParse(args, params);
2939
+ if (!parsedArgs.success) {
2940
+ throw new ZodError([makeArgsIssue(args, parsedArgs.error)]);
2941
+ }
2942
+ const result = Reflect.apply(fn, this, parsedArgs.data);
2943
+ const parsedReturns = me._def.returns.safeParse(result, params);
2944
+ if (!parsedReturns.success) {
2945
+ throw new ZodError([makeReturnsIssue(result, parsedReturns.error)]);
2946
+ }
2947
+ return parsedReturns.data;
2948
+ });
2949
+ }
2950
+ }
2951
+ parameters() {
2952
+ return this._def.args;
2953
+ }
2954
+ returnType() {
2955
+ return this._def.returns;
2956
+ }
2957
+ args(...items) {
2958
+ return new ZodFunction({
2959
+ ...this._def,
2960
+ args: ZodTuple.create(items).rest(ZodUnknown.create()),
2961
+ });
2962
+ }
2963
+ returns(returnType) {
2964
+ return new ZodFunction({
2965
+ ...this._def,
2966
+ returns: returnType,
2967
+ });
2968
+ }
2969
+ implement(func) {
2970
+ const validatedFunc = this.parse(func);
2971
+ return validatedFunc;
2972
+ }
2973
+ strictImplement(func) {
2974
+ const validatedFunc = this.parse(func);
2975
+ return validatedFunc;
2976
+ }
2977
+ static create(args, returns, params) {
2978
+ return new ZodFunction({
2979
+ args: (args ? args : ZodTuple.create([]).rest(ZodUnknown.create())),
2980
+ returns: returns || ZodUnknown.create(),
2981
+ typeName: ZodFirstPartyTypeKind.ZodFunction,
2982
+ ...processCreateParams(params),
2983
+ });
2984
+ }
2985
+ }
2986
+ export class ZodLazy extends ZodType {
2987
+ get schema() {
2988
+ return this._def.getter();
2989
+ }
2990
+ _parse(input) {
2991
+ const { ctx } = this._processInputParams(input);
2992
+ const lazySchema = this._def.getter();
2993
+ return lazySchema._parse({ data: ctx.data, path: ctx.path, parent: ctx });
2994
+ }
2995
+ }
2996
+ ZodLazy.create = (getter, params) => {
2997
+ return new ZodLazy({
2998
+ getter: getter,
2999
+ typeName: ZodFirstPartyTypeKind.ZodLazy,
3000
+ ...processCreateParams(params),
3001
+ });
3002
+ };
3003
+ export class ZodLiteral extends ZodType {
3004
+ _parse(input) {
3005
+ if (input.data !== this._def.value) {
3006
+ const ctx = this._getOrReturnCtx(input);
3007
+ addIssueToContext(ctx, {
3008
+ received: ctx.data,
3009
+ code: ZodIssueCode.invalid_literal,
3010
+ expected: this._def.value,
3011
+ });
3012
+ return INVALID;
3013
+ }
3014
+ return { status: "valid", value: input.data };
3015
+ }
3016
+ get value() {
3017
+ return this._def.value;
3018
+ }
3019
+ }
3020
+ ZodLiteral.create = (value, params) => {
3021
+ return new ZodLiteral({
3022
+ value: value,
3023
+ typeName: ZodFirstPartyTypeKind.ZodLiteral,
3024
+ ...processCreateParams(params),
3025
+ });
3026
+ };
3027
+ function createZodEnum(values, params) {
3028
+ return new ZodEnum({
3029
+ values,
3030
+ typeName: ZodFirstPartyTypeKind.ZodEnum,
3031
+ ...processCreateParams(params),
3032
+ });
3033
+ }
3034
+ export class ZodEnum extends ZodType {
3035
+ _parse(input) {
3036
+ if (typeof input.data !== "string") {
3037
+ const ctx = this._getOrReturnCtx(input);
3038
+ const expectedValues = this._def.values;
3039
+ addIssueToContext(ctx, {
3040
+ expected: util.joinValues(expectedValues),
3041
+ received: ctx.parsedType,
3042
+ code: ZodIssueCode.invalid_type,
3043
+ });
3044
+ return INVALID;
3045
+ }
3046
+ if (!this._cache) {
3047
+ this._cache = new Set(this._def.values);
3048
+ }
3049
+ if (!this._cache.has(input.data)) {
3050
+ const ctx = this._getOrReturnCtx(input);
3051
+ const expectedValues = this._def.values;
3052
+ addIssueToContext(ctx, {
3053
+ received: ctx.data,
3054
+ code: ZodIssueCode.invalid_enum_value,
3055
+ options: expectedValues,
3056
+ });
3057
+ return INVALID;
3058
+ }
3059
+ return OK(input.data);
3060
+ }
3061
+ get options() {
3062
+ return this._def.values;
3063
+ }
3064
+ get enum() {
3065
+ const enumValues = {};
3066
+ for (const val of this._def.values) {
3067
+ enumValues[val] = val;
3068
+ }
3069
+ return enumValues;
3070
+ }
3071
+ get Values() {
3072
+ const enumValues = {};
3073
+ for (const val of this._def.values) {
3074
+ enumValues[val] = val;
3075
+ }
3076
+ return enumValues;
3077
+ }
3078
+ get Enum() {
3079
+ const enumValues = {};
3080
+ for (const val of this._def.values) {
3081
+ enumValues[val] = val;
3082
+ }
3083
+ return enumValues;
3084
+ }
3085
+ extract(values, newDef = this._def) {
3086
+ return ZodEnum.create(values, {
3087
+ ...this._def,
3088
+ ...newDef,
3089
+ });
3090
+ }
3091
+ exclude(values, newDef = this._def) {
3092
+ return ZodEnum.create(this.options.filter((opt) => !values.includes(opt)), {
3093
+ ...this._def,
3094
+ ...newDef,
3095
+ });
3096
+ }
3097
+ }
3098
+ ZodEnum.create = createZodEnum;
3099
+ export class ZodNativeEnum extends ZodType {
3100
+ _parse(input) {
3101
+ const nativeEnumValues = util.getValidEnumValues(this._def.values);
3102
+ const ctx = this._getOrReturnCtx(input);
3103
+ if (ctx.parsedType !== ZodParsedType.string && ctx.parsedType !== ZodParsedType.number) {
3104
+ const expectedValues = util.objectValues(nativeEnumValues);
3105
+ addIssueToContext(ctx, {
3106
+ expected: util.joinValues(expectedValues),
3107
+ received: ctx.parsedType,
3108
+ code: ZodIssueCode.invalid_type,
3109
+ });
3110
+ return INVALID;
3111
+ }
3112
+ if (!this._cache) {
3113
+ this._cache = new Set(util.getValidEnumValues(this._def.values));
3114
+ }
3115
+ if (!this._cache.has(input.data)) {
3116
+ const expectedValues = util.objectValues(nativeEnumValues);
3117
+ addIssueToContext(ctx, {
3118
+ received: ctx.data,
3119
+ code: ZodIssueCode.invalid_enum_value,
3120
+ options: expectedValues,
3121
+ });
3122
+ return INVALID;
3123
+ }
3124
+ return OK(input.data);
3125
+ }
3126
+ get enum() {
3127
+ return this._def.values;
3128
+ }
3129
+ }
3130
+ ZodNativeEnum.create = (values, params) => {
3131
+ return new ZodNativeEnum({
3132
+ values: values,
3133
+ typeName: ZodFirstPartyTypeKind.ZodNativeEnum,
3134
+ ...processCreateParams(params),
3135
+ });
3136
+ };
3137
+ export class ZodPromise extends ZodType {
3138
+ unwrap() {
3139
+ return this._def.type;
3140
+ }
3141
+ _parse(input) {
3142
+ const { ctx } = this._processInputParams(input);
3143
+ if (ctx.parsedType !== ZodParsedType.promise && ctx.common.async === false) {
3144
+ addIssueToContext(ctx, {
3145
+ code: ZodIssueCode.invalid_type,
3146
+ expected: ZodParsedType.promise,
3147
+ received: ctx.parsedType,
3148
+ });
3149
+ return INVALID;
3150
+ }
3151
+ const promisified = ctx.parsedType === ZodParsedType.promise ? ctx.data : Promise.resolve(ctx.data);
3152
+ return OK(promisified.then((data) => {
3153
+ return this._def.type.parseAsync(data, {
3154
+ path: ctx.path,
3155
+ errorMap: ctx.common.contextualErrorMap,
3156
+ });
3157
+ }));
3158
+ }
3159
+ }
3160
+ ZodPromise.create = (schema, params) => {
3161
+ return new ZodPromise({
3162
+ type: schema,
3163
+ typeName: ZodFirstPartyTypeKind.ZodPromise,
3164
+ ...processCreateParams(params),
3165
+ });
3166
+ };
3167
+ export class ZodEffects extends ZodType {
3168
+ innerType() {
3169
+ return this._def.schema;
3170
+ }
3171
+ sourceType() {
3172
+ return this._def.schema._def.typeName === ZodFirstPartyTypeKind.ZodEffects
3173
+ ? this._def.schema.sourceType()
3174
+ : this._def.schema;
3175
+ }
3176
+ _parse(input) {
3177
+ const { status, ctx } = this._processInputParams(input);
3178
+ const effect = this._def.effect || null;
3179
+ const checkCtx = {
3180
+ addIssue: (arg) => {
3181
+ addIssueToContext(ctx, arg);
3182
+ if (arg.fatal) {
3183
+ status.abort();
3184
+ }
3185
+ else {
3186
+ status.dirty();
3187
+ }
3188
+ },
3189
+ get path() {
3190
+ return ctx.path;
3191
+ },
3192
+ };
3193
+ checkCtx.addIssue = checkCtx.addIssue.bind(checkCtx);
3194
+ if (effect.type === "preprocess") {
3195
+ const processed = effect.transform(ctx.data, checkCtx);
3196
+ if (ctx.common.async) {
3197
+ return Promise.resolve(processed).then(async (processed) => {
3198
+ if (status.value === "aborted")
3199
+ return INVALID;
3200
+ const result = await this._def.schema._parseAsync({
3201
+ data: processed,
3202
+ path: ctx.path,
3203
+ parent: ctx,
3204
+ });
3205
+ if (result.status === "aborted")
3206
+ return INVALID;
3207
+ if (result.status === "dirty")
3208
+ return DIRTY(result.value);
3209
+ if (status.value === "dirty")
3210
+ return DIRTY(result.value);
3211
+ return result;
3212
+ });
3213
+ }
3214
+ else {
3215
+ if (status.value === "aborted")
3216
+ return INVALID;
3217
+ const result = this._def.schema._parseSync({
3218
+ data: processed,
3219
+ path: ctx.path,
3220
+ parent: ctx,
3221
+ });
3222
+ if (result.status === "aborted")
3223
+ return INVALID;
3224
+ if (result.status === "dirty")
3225
+ return DIRTY(result.value);
3226
+ if (status.value === "dirty")
3227
+ return DIRTY(result.value);
3228
+ return result;
3229
+ }
3230
+ }
3231
+ if (effect.type === "refinement") {
3232
+ const executeRefinement = (acc) => {
3233
+ const result = effect.refinement(acc, checkCtx);
3234
+ if (ctx.common.async) {
3235
+ return Promise.resolve(result);
3236
+ }
3237
+ if (result instanceof Promise) {
3238
+ throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");
3239
+ }
3240
+ return acc;
3241
+ };
3242
+ if (ctx.common.async === false) {
3243
+ const inner = this._def.schema._parseSync({
3244
+ data: ctx.data,
3245
+ path: ctx.path,
3246
+ parent: ctx,
3247
+ });
3248
+ if (inner.status === "aborted")
3249
+ return INVALID;
3250
+ if (inner.status === "dirty")
3251
+ status.dirty();
3252
+ // return value is ignored
3253
+ executeRefinement(inner.value);
3254
+ return { status: status.value, value: inner.value };
3255
+ }
3256
+ else {
3257
+ return this._def.schema._parseAsync({ data: ctx.data, path: ctx.path, parent: ctx }).then((inner) => {
3258
+ if (inner.status === "aborted")
3259
+ return INVALID;
3260
+ if (inner.status === "dirty")
3261
+ status.dirty();
3262
+ return executeRefinement(inner.value).then(() => {
3263
+ return { status: status.value, value: inner.value };
3264
+ });
3265
+ });
3266
+ }
3267
+ }
3268
+ if (effect.type === "transform") {
3269
+ if (ctx.common.async === false) {
3270
+ const base = this._def.schema._parseSync({
3271
+ data: ctx.data,
3272
+ path: ctx.path,
3273
+ parent: ctx,
3274
+ });
3275
+ if (!isValid(base))
3276
+ return INVALID;
3277
+ const result = effect.transform(base.value, checkCtx);
3278
+ if (result instanceof Promise) {
3279
+ throw new Error(`Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.`);
3280
+ }
3281
+ return { status: status.value, value: result };
3282
+ }
3283
+ else {
3284
+ return this._def.schema._parseAsync({ data: ctx.data, path: ctx.path, parent: ctx }).then((base) => {
3285
+ if (!isValid(base))
3286
+ return INVALID;
3287
+ return Promise.resolve(effect.transform(base.value, checkCtx)).then((result) => ({
3288
+ status: status.value,
3289
+ value: result,
3290
+ }));
3291
+ });
3292
+ }
3293
+ }
3294
+ util.assertNever(effect);
3295
+ }
3296
+ }
3297
+ ZodEffects.create = (schema, effect, params) => {
3298
+ return new ZodEffects({
3299
+ schema,
3300
+ typeName: ZodFirstPartyTypeKind.ZodEffects,
3301
+ effect,
3302
+ ...processCreateParams(params),
3303
+ });
3304
+ };
3305
+ ZodEffects.createWithPreprocess = (preprocess, schema, params) => {
3306
+ return new ZodEffects({
3307
+ schema,
3308
+ effect: { type: "preprocess", transform: preprocess },
3309
+ typeName: ZodFirstPartyTypeKind.ZodEffects,
3310
+ ...processCreateParams(params),
3311
+ });
3312
+ };
3313
+ export { ZodEffects as ZodTransformer };
3314
+ export class ZodOptional extends ZodType {
3315
+ _parse(input) {
3316
+ const parsedType = this._getType(input);
3317
+ if (parsedType === ZodParsedType.undefined) {
3318
+ return OK(undefined);
3319
+ }
3320
+ return this._def.innerType._parse(input);
3321
+ }
3322
+ unwrap() {
3323
+ return this._def.innerType;
3324
+ }
3325
+ }
3326
+ ZodOptional.create = (type, params) => {
3327
+ return new ZodOptional({
3328
+ innerType: type,
3329
+ typeName: ZodFirstPartyTypeKind.ZodOptional,
3330
+ ...processCreateParams(params),
3331
+ });
3332
+ };
3333
+ export class ZodNullable extends ZodType {
3334
+ _parse(input) {
3335
+ const parsedType = this._getType(input);
3336
+ if (parsedType === ZodParsedType.null) {
3337
+ return OK(null);
3338
+ }
3339
+ return this._def.innerType._parse(input);
3340
+ }
3341
+ unwrap() {
3342
+ return this._def.innerType;
3343
+ }
3344
+ }
3345
+ ZodNullable.create = (type, params) => {
3346
+ return new ZodNullable({
3347
+ innerType: type,
3348
+ typeName: ZodFirstPartyTypeKind.ZodNullable,
3349
+ ...processCreateParams(params),
3350
+ });
3351
+ };
3352
+ export class ZodDefault extends ZodType {
3353
+ _parse(input) {
3354
+ const { ctx } = this._processInputParams(input);
3355
+ let data = ctx.data;
3356
+ if (ctx.parsedType === ZodParsedType.undefined) {
3357
+ data = this._def.defaultValue();
3358
+ }
3359
+ return this._def.innerType._parse({
3360
+ data,
3361
+ path: ctx.path,
3362
+ parent: ctx,
3363
+ });
3364
+ }
3365
+ removeDefault() {
3366
+ return this._def.innerType;
3367
+ }
3368
+ }
3369
+ ZodDefault.create = (type, params) => {
3370
+ return new ZodDefault({
3371
+ innerType: type,
3372
+ typeName: ZodFirstPartyTypeKind.ZodDefault,
3373
+ defaultValue: typeof params.default === "function" ? params.default : () => params.default,
3374
+ ...processCreateParams(params),
3375
+ });
3376
+ };
3377
+ export class ZodCatch extends ZodType {
3378
+ _parse(input) {
3379
+ const { ctx } = this._processInputParams(input);
3380
+ // newCtx is used to not collect issues from inner types in ctx
3381
+ const newCtx = {
3382
+ ...ctx,
3383
+ common: {
3384
+ ...ctx.common,
3385
+ issues: [],
3386
+ },
3387
+ };
3388
+ const result = this._def.innerType._parse({
3389
+ data: newCtx.data,
3390
+ path: newCtx.path,
3391
+ parent: {
3392
+ ...newCtx,
3393
+ },
3394
+ });
3395
+ if (isAsync(result)) {
3396
+ return result.then((result) => {
3397
+ return {
3398
+ status: "valid",
3399
+ value: result.status === "valid"
3400
+ ? result.value
3401
+ : this._def.catchValue({
3402
+ get error() {
3403
+ return new ZodError(newCtx.common.issues);
3404
+ },
3405
+ input: newCtx.data,
3406
+ }),
3407
+ };
3408
+ });
3409
+ }
3410
+ else {
3411
+ return {
3412
+ status: "valid",
3413
+ value: result.status === "valid"
3414
+ ? result.value
3415
+ : this._def.catchValue({
3416
+ get error() {
3417
+ return new ZodError(newCtx.common.issues);
3418
+ },
3419
+ input: newCtx.data,
3420
+ }),
3421
+ };
3422
+ }
3423
+ }
3424
+ removeCatch() {
3425
+ return this._def.innerType;
3426
+ }
3427
+ }
3428
+ ZodCatch.create = (type, params) => {
3429
+ return new ZodCatch({
3430
+ innerType: type,
3431
+ typeName: ZodFirstPartyTypeKind.ZodCatch,
3432
+ catchValue: typeof params.catch === "function" ? params.catch : () => params.catch,
3433
+ ...processCreateParams(params),
3434
+ });
3435
+ };
3436
+ export class ZodNaN extends ZodType {
3437
+ _parse(input) {
3438
+ const parsedType = this._getType(input);
3439
+ if (parsedType !== ZodParsedType.nan) {
3440
+ const ctx = this._getOrReturnCtx(input);
3441
+ addIssueToContext(ctx, {
3442
+ code: ZodIssueCode.invalid_type,
3443
+ expected: ZodParsedType.nan,
3444
+ received: ctx.parsedType,
3445
+ });
3446
+ return INVALID;
3447
+ }
3448
+ return { status: "valid", value: input.data };
3449
+ }
3450
+ }
3451
+ ZodNaN.create = (params) => {
3452
+ return new ZodNaN({
3453
+ typeName: ZodFirstPartyTypeKind.ZodNaN,
3454
+ ...processCreateParams(params),
3455
+ });
3456
+ };
3457
+ export const BRAND = Symbol("zod_brand");
3458
+ export class ZodBranded extends ZodType {
3459
+ _parse(input) {
3460
+ const { ctx } = this._processInputParams(input);
3461
+ const data = ctx.data;
3462
+ return this._def.type._parse({
3463
+ data,
3464
+ path: ctx.path,
3465
+ parent: ctx,
3466
+ });
3467
+ }
3468
+ unwrap() {
3469
+ return this._def.type;
3470
+ }
3471
+ }
3472
+ export class ZodPipeline extends ZodType {
3473
+ _parse(input) {
3474
+ const { status, ctx } = this._processInputParams(input);
3475
+ if (ctx.common.async) {
3476
+ const handleAsync = async () => {
3477
+ const inResult = await this._def.in._parseAsync({
3478
+ data: ctx.data,
3479
+ path: ctx.path,
3480
+ parent: ctx,
3481
+ });
3482
+ if (inResult.status === "aborted")
3483
+ return INVALID;
3484
+ if (inResult.status === "dirty") {
3485
+ status.dirty();
3486
+ return DIRTY(inResult.value);
3487
+ }
3488
+ else {
3489
+ return this._def.out._parseAsync({
3490
+ data: inResult.value,
3491
+ path: ctx.path,
3492
+ parent: ctx,
3493
+ });
3494
+ }
3495
+ };
3496
+ return handleAsync();
3497
+ }
3498
+ else {
3499
+ const inResult = this._def.in._parseSync({
3500
+ data: ctx.data,
3501
+ path: ctx.path,
3502
+ parent: ctx,
3503
+ });
3504
+ if (inResult.status === "aborted")
3505
+ return INVALID;
3506
+ if (inResult.status === "dirty") {
3507
+ status.dirty();
3508
+ return {
3509
+ status: "dirty",
3510
+ value: inResult.value,
3511
+ };
3512
+ }
3513
+ else {
3514
+ return this._def.out._parseSync({
3515
+ data: inResult.value,
3516
+ path: ctx.path,
3517
+ parent: ctx,
3518
+ });
3519
+ }
3520
+ }
3521
+ }
3522
+ static create(a, b) {
3523
+ return new ZodPipeline({
3524
+ in: a,
3525
+ out: b,
3526
+ typeName: ZodFirstPartyTypeKind.ZodPipeline,
3527
+ });
3528
+ }
3529
+ }
3530
+ export class ZodReadonly extends ZodType {
3531
+ _parse(input) {
3532
+ const result = this._def.innerType._parse(input);
3533
+ const freeze = (data) => {
3534
+ if (isValid(data)) {
3535
+ data.value = Object.freeze(data.value);
3536
+ }
3537
+ return data;
3538
+ };
3539
+ return isAsync(result) ? result.then((data) => freeze(data)) : freeze(result);
3540
+ }
3541
+ unwrap() {
3542
+ return this._def.innerType;
3543
+ }
3544
+ }
3545
+ ZodReadonly.create = (type, params) => {
3546
+ return new ZodReadonly({
3547
+ innerType: type,
3548
+ typeName: ZodFirstPartyTypeKind.ZodReadonly,
3549
+ ...processCreateParams(params),
3550
+ });
3551
+ };
3552
+ ////////////////////////////////////////
3553
+ ////////////////////////////////////////
3554
+ ////////// //////////
3555
+ ////////// z.custom //////////
3556
+ ////////// //////////
3557
+ ////////////////////////////////////////
3558
+ ////////////////////////////////////////
3559
+ function cleanParams(params, data) {
3560
+ const p = typeof params === "function" ? params(data) : typeof params === "string" ? { message: params } : params;
3561
+ const p2 = typeof p === "string" ? { message: p } : p;
3562
+ return p2;
3563
+ }
3564
+ export function custom(check, _params = {},
3565
+ /**
3566
+ * @deprecated
3567
+ *
3568
+ * Pass `fatal` into the params object instead:
3569
+ *
3570
+ * ```ts
3571
+ * z.string().custom((val) => val.length > 5, { fatal: false })
3572
+ * ```
3573
+ *
3574
+ */
3575
+ fatal) {
3576
+ if (check)
3577
+ return ZodAny.create().superRefine((data, ctx) => {
3578
+ const r = check(data);
3579
+ if (r instanceof Promise) {
3580
+ return r.then((r) => {
3581
+ if (!r) {
3582
+ const params = cleanParams(_params, data);
3583
+ const _fatal = params.fatal ?? fatal ?? true;
3584
+ ctx.addIssue({ code: "custom", ...params, fatal: _fatal });
3585
+ }
3586
+ });
3587
+ }
3588
+ if (!r) {
3589
+ const params = cleanParams(_params, data);
3590
+ const _fatal = params.fatal ?? fatal ?? true;
3591
+ ctx.addIssue({ code: "custom", ...params, fatal: _fatal });
3592
+ }
3593
+ return;
3594
+ });
3595
+ return ZodAny.create();
3596
+ }
3597
+ export { ZodType as Schema, ZodType as ZodSchema };
3598
+ export const late = {
3599
+ object: ZodObject.lazycreate,
3600
+ };
3601
+ export var ZodFirstPartyTypeKind;
3602
+ (function (ZodFirstPartyTypeKind) {
3603
+ ZodFirstPartyTypeKind["ZodString"] = "ZodString";
3604
+ ZodFirstPartyTypeKind["ZodNumber"] = "ZodNumber";
3605
+ ZodFirstPartyTypeKind["ZodNaN"] = "ZodNaN";
3606
+ ZodFirstPartyTypeKind["ZodBigInt"] = "ZodBigInt";
3607
+ ZodFirstPartyTypeKind["ZodBoolean"] = "ZodBoolean";
3608
+ ZodFirstPartyTypeKind["ZodDate"] = "ZodDate";
3609
+ ZodFirstPartyTypeKind["ZodSymbol"] = "ZodSymbol";
3610
+ ZodFirstPartyTypeKind["ZodUndefined"] = "ZodUndefined";
3611
+ ZodFirstPartyTypeKind["ZodNull"] = "ZodNull";
3612
+ ZodFirstPartyTypeKind["ZodAny"] = "ZodAny";
3613
+ ZodFirstPartyTypeKind["ZodUnknown"] = "ZodUnknown";
3614
+ ZodFirstPartyTypeKind["ZodNever"] = "ZodNever";
3615
+ ZodFirstPartyTypeKind["ZodVoid"] = "ZodVoid";
3616
+ ZodFirstPartyTypeKind["ZodArray"] = "ZodArray";
3617
+ ZodFirstPartyTypeKind["ZodObject"] = "ZodObject";
3618
+ ZodFirstPartyTypeKind["ZodUnion"] = "ZodUnion";
3619
+ ZodFirstPartyTypeKind["ZodDiscriminatedUnion"] = "ZodDiscriminatedUnion";
3620
+ ZodFirstPartyTypeKind["ZodIntersection"] = "ZodIntersection";
3621
+ ZodFirstPartyTypeKind["ZodTuple"] = "ZodTuple";
3622
+ ZodFirstPartyTypeKind["ZodRecord"] = "ZodRecord";
3623
+ ZodFirstPartyTypeKind["ZodMap"] = "ZodMap";
3624
+ ZodFirstPartyTypeKind["ZodSet"] = "ZodSet";
3625
+ ZodFirstPartyTypeKind["ZodFunction"] = "ZodFunction";
3626
+ ZodFirstPartyTypeKind["ZodLazy"] = "ZodLazy";
3627
+ ZodFirstPartyTypeKind["ZodLiteral"] = "ZodLiteral";
3628
+ ZodFirstPartyTypeKind["ZodEnum"] = "ZodEnum";
3629
+ ZodFirstPartyTypeKind["ZodEffects"] = "ZodEffects";
3630
+ ZodFirstPartyTypeKind["ZodNativeEnum"] = "ZodNativeEnum";
3631
+ ZodFirstPartyTypeKind["ZodOptional"] = "ZodOptional";
3632
+ ZodFirstPartyTypeKind["ZodNullable"] = "ZodNullable";
3633
+ ZodFirstPartyTypeKind["ZodDefault"] = "ZodDefault";
3634
+ ZodFirstPartyTypeKind["ZodCatch"] = "ZodCatch";
3635
+ ZodFirstPartyTypeKind["ZodPromise"] = "ZodPromise";
3636
+ ZodFirstPartyTypeKind["ZodBranded"] = "ZodBranded";
3637
+ ZodFirstPartyTypeKind["ZodPipeline"] = "ZodPipeline";
3638
+ ZodFirstPartyTypeKind["ZodReadonly"] = "ZodReadonly";
3639
+ })(ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {}));
3640
+ // requires TS 4.4+
3641
+ class Class {
3642
+ constructor(..._) { }
3643
+ }
3644
+ const instanceOfType = (
3645
+ // const instanceOfType = <T extends new (...args: any[]) => any>(
3646
+ cls, params = {
3647
+ message: `Input not instance of ${cls.name}`,
3648
+ }) => custom((data) => data instanceof cls, params);
3649
+ const stringType = ZodString.create;
3650
+ const numberType = ZodNumber.create;
3651
+ const nanType = ZodNaN.create;
3652
+ const bigIntType = ZodBigInt.create;
3653
+ const booleanType = ZodBoolean.create;
3654
+ const dateType = ZodDate.create;
3655
+ const symbolType = ZodSymbol.create;
3656
+ const undefinedType = ZodUndefined.create;
3657
+ const nullType = ZodNull.create;
3658
+ const anyType = ZodAny.create;
3659
+ const unknownType = ZodUnknown.create;
3660
+ const neverType = ZodNever.create;
3661
+ const voidType = ZodVoid.create;
3662
+ const arrayType = ZodArray.create;
3663
+ const objectType = ZodObject.create;
3664
+ const strictObjectType = ZodObject.strictCreate;
3665
+ const unionType = ZodUnion.create;
3666
+ const discriminatedUnionType = ZodDiscriminatedUnion.create;
3667
+ const intersectionType = ZodIntersection.create;
3668
+ const tupleType = ZodTuple.create;
3669
+ const recordType = ZodRecord.create;
3670
+ const mapType = ZodMap.create;
3671
+ const setType = ZodSet.create;
3672
+ const functionType = ZodFunction.create;
3673
+ const lazyType = ZodLazy.create;
3674
+ const literalType = ZodLiteral.create;
3675
+ const enumType = ZodEnum.create;
3676
+ const nativeEnumType = ZodNativeEnum.create;
3677
+ const promiseType = ZodPromise.create;
3678
+ const effectsType = ZodEffects.create;
3679
+ const optionalType = ZodOptional.create;
3680
+ const nullableType = ZodNullable.create;
3681
+ const preprocessType = ZodEffects.createWithPreprocess;
3682
+ const pipelineType = ZodPipeline.create;
3683
+ const ostring = () => stringType().optional();
3684
+ const onumber = () => numberType().optional();
3685
+ const oboolean = () => booleanType().optional();
3686
+ export const coerce = {
3687
+ string: ((arg) => ZodString.create({ ...arg, coerce: true })),
3688
+ number: ((arg) => ZodNumber.create({ ...arg, coerce: true })),
3689
+ boolean: ((arg) => ZodBoolean.create({
3690
+ ...arg,
3691
+ coerce: true,
3692
+ })),
3693
+ bigint: ((arg) => ZodBigInt.create({ ...arg, coerce: true })),
3694
+ date: ((arg) => ZodDate.create({ ...arg, coerce: true })),
3695
+ };
3696
+ export { anyType as any, arrayType as array, bigIntType as bigint, booleanType as boolean, dateType as date, discriminatedUnionType as discriminatedUnion, effectsType as effect, enumType as enum, functionType as function, instanceOfType as instanceof, intersectionType as intersection, lazyType as lazy, literalType as literal, mapType as map, nanType as nan, nativeEnumType as nativeEnum, neverType as never, nullType as null, nullableType as nullable, numberType as number, objectType as object, oboolean, onumber, optionalType as optional, ostring, pipelineType as pipeline, preprocessType as preprocess, promiseType as promise, recordType as record, setType as set, strictObjectType as strictObject, stringType as string, symbolType as symbol, effectsType as transformer, tupleType as tuple, undefinedType as undefined, unionType as union, unknownType as unknown, voidType as void, };
3697
+ export const NEVER = INVALID;