@cossistant/react 0.0.28 → 0.0.30

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 (301) hide show
  1. package/README.md +1 -1
  2. package/_virtual/rolldown_runtime.js +9 -23
  3. package/hooks/index.d.ts +3 -3
  4. package/hooks/private/store/use-conversations-store.d.ts +2 -0
  5. package/hooks/private/store/use-conversations-store.d.ts.map +1 -1
  6. package/hooks/private/store/use-conversations-store.js +15 -8
  7. package/hooks/private/store/use-conversations-store.js.map +1 -1
  8. package/hooks/private/store/use-store-selector.d.ts +3 -0
  9. package/hooks/private/store/use-store-selector.d.ts.map +1 -1
  10. package/hooks/private/store/use-store-selector.js +4 -8
  11. package/hooks/private/store/use-store-selector.js.map +1 -1
  12. package/hooks/private/store/use-website-store.d.ts +3 -1
  13. package/hooks/private/store/use-website-store.d.ts.map +1 -1
  14. package/hooks/private/store/use-website-store.js +14 -6
  15. package/hooks/private/store/use-website-store.js.map +1 -1
  16. package/hooks/private/use-client-query.d.ts +1 -1
  17. package/hooks/private/use-client-query.d.ts.map +1 -1
  18. package/hooks/private/use-client-query.js +1 -0
  19. package/hooks/private/use-client-query.js.map +1 -1
  20. package/hooks/private/use-default-messages.d.ts +1 -1
  21. package/hooks/private/use-grouped-messages.d.ts +10 -7
  22. package/hooks/private/use-grouped-messages.d.ts.map +1 -1
  23. package/hooks/private/use-grouped-messages.js +44 -11
  24. package/hooks/private/use-grouped-messages.js.map +1 -1
  25. package/hooks/private/use-rest-client.d.ts +13 -3
  26. package/hooks/private/use-rest-client.d.ts.map +1 -1
  27. package/hooks/private/use-rest-client.js +49 -22
  28. package/hooks/private/use-rest-client.js.map +1 -1
  29. package/hooks/private/use-visitor-typing-reporter.d.ts +1 -1
  30. package/hooks/use-conversation-auto-seen.d.ts +1 -1
  31. package/hooks/use-conversation-page.d.ts +1 -1
  32. package/hooks/use-conversation-page.d.ts.map +1 -1
  33. package/hooks/use-conversation-page.js +10 -3
  34. package/hooks/use-conversation-page.js.map +1 -1
  35. package/hooks/use-conversation-preview.d.ts +3 -1
  36. package/hooks/use-conversation-preview.d.ts.map +1 -1
  37. package/hooks/use-conversation-preview.js +6 -3
  38. package/hooks/use-conversation-preview.js.map +1 -1
  39. package/hooks/use-conversation-seen.d.ts +1 -1
  40. package/hooks/use-conversation-seen.js +1 -1
  41. package/hooks/use-conversation-seen.js.map +1 -1
  42. package/hooks/use-conversation-timeline-items.d.ts +1 -1
  43. package/hooks/use-conversation-timeline-items.js +2 -3
  44. package/hooks/use-conversation-timeline-items.js.map +1 -1
  45. package/hooks/use-conversation-timeline.d.ts +1 -1
  46. package/hooks/use-conversation-timeline.d.ts.map +1 -1
  47. package/hooks/use-conversation-timeline.js +1 -3
  48. package/hooks/use-conversation-timeline.js.map +1 -1
  49. package/hooks/use-conversation.d.ts +1 -1
  50. package/hooks/use-conversation.js +2 -3
  51. package/hooks/use-conversation.js.map +1 -1
  52. package/hooks/use-conversations.d.ts +1 -1
  53. package/hooks/use-conversations.js +5 -3
  54. package/hooks/use-conversations.js.map +1 -1
  55. package/hooks/use-create-conversation.d.ts +3 -3
  56. package/hooks/use-create-conversation.js +1 -0
  57. package/hooks/use-create-conversation.js.map +1 -1
  58. package/hooks/use-file-upload.d.ts +1 -1
  59. package/hooks/use-file-upload.js +3 -3
  60. package/hooks/use-file-upload.js.map +1 -1
  61. package/hooks/use-home-page.js +3 -3
  62. package/hooks/use-home-page.js.map +1 -1
  63. package/hooks/use-message-composer.d.ts +10 -3
  64. package/hooks/use-message-composer.d.ts.map +1 -1
  65. package/hooks/use-message-composer.js +5 -2
  66. package/hooks/use-message-composer.js.map +1 -1
  67. package/hooks/use-realtime-support.d.ts +1 -1
  68. package/hooks/use-send-message.d.ts +8 -2
  69. package/hooks/use-send-message.d.ts.map +1 -1
  70. package/hooks/use-send-message.js +5 -3
  71. package/hooks/use-send-message.js.map +1 -1
  72. package/hooks/use-visitor.js +2 -2
  73. package/hooks/use-visitor.js.map +1 -1
  74. package/identify-visitor.d.ts.map +1 -1
  75. package/identify-visitor.js +15 -1
  76. package/identify-visitor.js.map +1 -1
  77. package/index.d.ts +3 -3
  78. package/index.js +1 -1
  79. package/package.json +5 -3
  80. package/{conversation.d.ts → packages/types/src/api/conversation.d.ts} +368 -64
  81. package/packages/types/src/api/conversation.d.ts.map +1 -0
  82. package/packages/types/src/api/timeline-item.d.ts +460 -0
  83. package/packages/types/src/api/timeline-item.d.ts.map +1 -0
  84. package/packages/types/src/realtime-events.d.ts +1004 -0
  85. package/packages/types/src/realtime-events.d.ts.map +1 -0
  86. package/{schemas3.d.ts → packages/types/src/schemas.d.ts} +95 -19
  87. package/packages/types/src/schemas.d.ts.map +1 -0
  88. package/primitives/avatar/avatar.js +1 -1
  89. package/primitives/avatar/avatar.js.map +1 -1
  90. package/primitives/avatar/fallback.d.ts.map +1 -1
  91. package/primitives/avatar/fallback.js +2 -2
  92. package/primitives/avatar/fallback.js.map +1 -1
  93. package/primitives/avatar/image.d.ts +1 -1
  94. package/primitives/avatar/image.js +1 -1
  95. package/primitives/avatar/image.js.map +1 -1
  96. package/primitives/button.js +1 -1
  97. package/primitives/button.js.map +1 -1
  98. package/primitives/conversation-timeline.d.ts +1 -1
  99. package/primitives/conversation-timeline.js +4 -4
  100. package/primitives/conversation-timeline.js.map +1 -1
  101. package/primitives/day-separator.d.ts +76 -0
  102. package/primitives/day-separator.d.ts.map +1 -0
  103. package/primitives/day-separator.js +111 -0
  104. package/primitives/day-separator.js.map +1 -0
  105. package/primitives/index.d.ts +3 -2
  106. package/primitives/index.js +6 -1
  107. package/primitives/index.parts.d.ts +2 -1
  108. package/primitives/index.parts.js +2 -1
  109. package/primitives/multimodal-input.d.ts +2 -2
  110. package/primitives/multimodal-input.d.ts.map +1 -1
  111. package/primitives/multimodal-input.js +2 -2
  112. package/primitives/multimodal-input.js.map +1 -1
  113. package/primitives/timeline-item-attachments.d.ts +1 -1
  114. package/primitives/timeline-item-attachments.js +6 -7
  115. package/primitives/timeline-item-attachments.js.map +1 -1
  116. package/primitives/timeline-item-group.d.ts +1 -1
  117. package/primitives/timeline-item-group.d.ts.map +1 -1
  118. package/primitives/timeline-item-group.js +8 -8
  119. package/primitives/timeline-item-group.js.map +1 -1
  120. package/primitives/timeline-item.d.ts +1 -1
  121. package/primitives/timeline-item.d.ts.map +1 -1
  122. package/primitives/timeline-item.js +33 -8
  123. package/primitives/timeline-item.js.map +1 -1
  124. package/primitives/trigger.js +1 -1
  125. package/primitives/trigger.js.map +1 -1
  126. package/primitives/window.js +1 -1
  127. package/primitives/window.js.map +1 -1
  128. package/provider.d.ts +4 -2
  129. package/provider.d.ts.map +1 -1
  130. package/provider.js +56 -8
  131. package/provider.js.map +1 -1
  132. package/realtime/event-filter.d.ts +4 -1
  133. package/realtime/event-filter.d.ts.map +1 -1
  134. package/realtime/event-filter.js +14 -0
  135. package/realtime/event-filter.js.map +1 -1
  136. package/realtime/provider.d.ts +1 -1
  137. package/realtime/provider.d.ts.map +1 -1
  138. package/realtime/provider.js +1 -2
  139. package/realtime/provider.js.map +1 -1
  140. package/realtime/seen-store.d.ts +2 -2
  141. package/realtime/support-provider.js +6 -1
  142. package/realtime/support-provider.js.map +1 -1
  143. package/realtime/typing-store.d.ts +1 -1
  144. package/realtime/use-realtime.d.ts +1 -1
  145. package/support/components/avatar-stack.d.ts.map +1 -1
  146. package/support/components/avatar-stack.js +32 -12
  147. package/support/components/avatar-stack.js.map +1 -1
  148. package/support/components/avatar.d.ts +34 -3
  149. package/support/components/avatar.d.ts.map +1 -1
  150. package/support/components/avatar.js +61 -8
  151. package/support/components/avatar.js.map +1 -1
  152. package/support/components/button.d.ts +4 -2
  153. package/support/components/button.d.ts.map +1 -1
  154. package/support/components/button.js +3 -3
  155. package/support/components/button.js.map +1 -1
  156. package/support/components/configuration-error.d.ts +16 -0
  157. package/support/components/configuration-error.d.ts.map +1 -0
  158. package/support/components/configuration-error.js +162 -0
  159. package/support/components/configuration-error.js.map +1 -0
  160. package/support/components/content.js +1 -2
  161. package/support/components/content.js.map +1 -1
  162. package/support/components/conversation-button-link.js +18 -23
  163. package/support/components/conversation-button-link.js.map +1 -1
  164. package/support/components/conversation-event.d.ts.map +1 -1
  165. package/support/components/conversation-event.js +7 -5
  166. package/support/components/conversation-event.js.map +1 -1
  167. package/support/components/conversation-timeline.d.ts +6 -1
  168. package/support/components/conversation-timeline.d.ts.map +1 -1
  169. package/support/components/conversation-timeline.js +22 -2
  170. package/support/components/conversation-timeline.js.map +1 -1
  171. package/support/components/header.js +1 -1
  172. package/support/components/image-lightbox.d.ts +1 -1
  173. package/support/components/image-lightbox.js +1 -2
  174. package/support/components/image-lightbox.js.map +1 -1
  175. package/support/components/index.js +1 -1
  176. package/support/components/multimodal-input.js +0 -1
  177. package/support/components/multimodal-input.js.map +1 -1
  178. package/support/components/navigation-tab.js +1 -1
  179. package/support/components/online-indicator.d.ts +50 -0
  180. package/support/components/online-indicator.d.ts.map +1 -0
  181. package/support/components/online-indicator.js +65 -0
  182. package/support/components/online-indicator.js.map +1 -0
  183. package/support/components/root.js +0 -1
  184. package/support/components/root.js.map +1 -1
  185. package/support/components/timeline-identification-tool.js +4 -4
  186. package/support/components/timeline-identification-tool.js.map +1 -1
  187. package/support/components/timeline-message-group.d.ts +1 -1
  188. package/support/components/timeline-message-group.d.ts.map +1 -1
  189. package/support/components/timeline-message-group.js +6 -4
  190. package/support/components/timeline-message-group.js.map +1 -1
  191. package/support/components/timeline-message-item.d.ts +1 -1
  192. package/support/components/timeline-message-item.js +4 -4
  193. package/support/components/timeline-message-item.js.map +1 -1
  194. package/support/components/trigger.js +1 -2
  195. package/support/components/trigger.js.map +1 -1
  196. package/support/components/typing-indicator.js +1 -1
  197. package/support/components/typing-indicator.js.map +1 -1
  198. package/support/context/controlled-state.js +0 -1
  199. package/support/context/controlled-state.js.map +1 -1
  200. package/support/context/events.d.ts +1 -1
  201. package/support/context/events.js +0 -1
  202. package/support/context/events.js.map +1 -1
  203. package/support/context/handle.js +0 -1
  204. package/support/context/handle.js.map +1 -1
  205. package/support/context/identification.d.ts +33 -0
  206. package/support/context/identification.d.ts.map +1 -0
  207. package/support/context/identification.js +34 -0
  208. package/support/context/identification.js.map +1 -0
  209. package/support/context/positioning.js +0 -1
  210. package/support/context/positioning.js.map +1 -1
  211. package/support/context/slots.js +0 -1
  212. package/support/context/slots.js.map +1 -1
  213. package/support/context/websocket.d.ts +1 -1
  214. package/support/context/websocket.js +0 -1
  215. package/support/context/websocket.js.map +1 -1
  216. package/support/index.d.ts.map +1 -1
  217. package/support/index.js +51 -18
  218. package/support/index.js.map +1 -1
  219. package/support/pages/conversation-history.js +2 -1
  220. package/support/pages/conversation-history.js.map +1 -1
  221. package/support/pages/conversation.d.ts +1 -1
  222. package/support/pages/conversation.js +1 -1
  223. package/support/pages/conversation.js.map +1 -1
  224. package/support/pages/home.js +5 -3
  225. package/support/pages/home.js.map +1 -1
  226. package/support/router.d.ts.map +1 -1
  227. package/support/router.js +4 -0
  228. package/support/router.js.map +1 -1
  229. package/support/store/support-store.js +0 -1
  230. package/support/store/support-store.js.map +1 -1
  231. package/support/{support-C7Xaw-N6.css → support-DmViRaga.css} +2 -2
  232. package/support/{support-C7Xaw-N6.css.map → support-DmViRaga.css.map} +1 -1
  233. package/support/text/index.d.ts +1 -1
  234. package/support/text/index.d.ts.map +1 -1
  235. package/support/text/index.js +1 -1
  236. package/support/text/index.js.map +1 -1
  237. package/support/text/locales/en.js +1 -1
  238. package/support/text/locales/en.js.map +1 -1
  239. package/support/text/locales/es.js +1 -1
  240. package/support/text/locales/es.js.map +1 -1
  241. package/support/text/locales/fr.js +1 -1
  242. package/support/text/locales/fr.js.map +1 -1
  243. package/support/utils/index.d.ts +1 -1
  244. package/support-config.js +0 -1
  245. package/support-config.js.map +1 -1
  246. package/support.css +1 -1
  247. package/tailwind.css +1 -1
  248. package/utils/conversation.d.ts.map +1 -1
  249. package/utils/conversation.js +1 -3
  250. package/utils/conversation.js.map +1 -1
  251. package/utils/use-render-element.d.ts.map +1 -1
  252. package/utils/use-render-element.js +20 -5
  253. package/utils/use-render-element.js.map +1 -1
  254. package/api.d.ts +0 -71
  255. package/api.d.ts.map +0 -1
  256. package/checks.d.ts +0 -189
  257. package/checks.d.ts.map +0 -1
  258. package/clsx.d.ts +0 -7
  259. package/clsx.d.ts.map +0 -1
  260. package/coerce.d.ts +0 -9
  261. package/coerce.d.ts.map +0 -1
  262. package/conversation.d.ts.map +0 -1
  263. package/core.d.ts +0 -35
  264. package/core.d.ts.map +0 -1
  265. package/errors.d.ts +0 -121
  266. package/errors.d.ts.map +0 -1
  267. package/errors2.d.ts +0 -24
  268. package/errors2.d.ts.map +0 -1
  269. package/index2.d.ts +0 -4
  270. package/index3.d.ts +0 -1
  271. package/metadata.d.ts +0 -1
  272. package/openapi-generator.d.ts +0 -1
  273. package/openapi-generator2.d.ts +0 -1
  274. package/openapi-generator3.d.ts +0 -1
  275. package/openapi30.d.ts +0 -125
  276. package/openapi30.d.ts.map +0 -1
  277. package/openapi31.d.ts +0 -131
  278. package/openapi31.d.ts.map +0 -1
  279. package/parse.d.ts +0 -17
  280. package/parse.d.ts.map +0 -1
  281. package/realtime-events.d.ts +0 -482
  282. package/realtime-events.d.ts.map +0 -1
  283. package/registries.d.ts +0 -32
  284. package/registries.d.ts.map +0 -1
  285. package/schemas.d.ts +0 -673
  286. package/schemas.d.ts.map +0 -1
  287. package/schemas2.d.ts +0 -320
  288. package/schemas2.d.ts.map +0 -1
  289. package/schemas3.d.ts.map +0 -1
  290. package/specification-extension.d.ts +0 -9
  291. package/specification-extension.d.ts.map +0 -1
  292. package/standard-schema.d.ts +0 -59
  293. package/standard-schema.d.ts.map +0 -1
  294. package/timeline-item.d.ts +0 -227
  295. package/timeline-item.d.ts.map +0 -1
  296. package/util.d.ts +0 -41
  297. package/util.d.ts.map +0 -1
  298. package/versions.d.ts +0 -9
  299. package/versions.d.ts.map +0 -1
  300. package/zod-extensions.d.ts +0 -39
  301. package/zod-extensions.d.ts.map +0 -1
package/schemas.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"schemas.d.ts","names":["checks","core","errors","StandardSchemaV1","util","version","ParseContext","T","$ZodIssueBase","$ZodErrorMap","ParseContextInternal","ParsePayload","$ZodRawIssue","CheckFn","MaybeAsync","$ZodTypeDef","$ZodCheck","_$ZodTypeInternals","AnyFunc","Set","PrimitiveSet","PropValues","RegExp","$ZodType","Record","$ZodTypeInternals","O","I","$ZodStandardSchema","input","output","Props","SomeType","Internals","_$ZodType","$constructor","clone","$ZodStringDef","$ZodStringInternals","Input","$ZodIssueInvalidType","LoosePartial","$ZodString","$ZodStringFormatDef","Format","$ZodCheckStringFormatDef","$ZodStringFormatInternals","$ZodCheckStringFormatInternals","$ZodStringFormat","$ZodGUIDDef","$ZodGUIDInternals","$ZodGUID","$ZodUUIDDef","$ZodUUIDInternals","$ZodUUID","$ZodEmailDef","$ZodEmailInternals","$ZodEmail","$ZodURLDef","$ZodURLInternals","$ZodURL","$ZodEmojiDef","$ZodEmojiInternals","$ZodEmoji","$ZodNanoIDDef","$ZodNanoIDInternals","$ZodNanoID","$ZodCUIDDef","$ZodCUIDInternals","$ZodCUID","$ZodCUID2Def","$ZodCUID2Internals","$ZodCUID2","$ZodULIDDef","$ZodULIDInternals","$ZodULID","$ZodXIDDef","$ZodXIDInternals","$ZodXID","$ZodKSUIDDef","$ZodKSUIDInternals","$ZodKSUID","$ZodISODateTimeDef","$ZodISODateTimeInternals","$ZodISODateTime","$ZodISODateDef","$ZodISODateInternals","$ZodISODate","$ZodISOTimeDef","$ZodISOTimeInternals","$ZodISOTime","$ZodISODurationDef","$ZodISODurationInternals","$ZodISODuration","$ZodIPv4Def","$ZodIPv4Internals","$ZodIPv4","$ZodIPv6Def","$ZodIPv6Internals","$ZodIPv6","$ZodCIDRv4Def","$ZodCIDRv4Internals","$ZodCIDRv4","$ZodCIDRv6Def","$ZodCIDRv6Internals","$ZodCIDRv6","isValidBase64","$ZodBase64Def","$ZodBase64Internals","$ZodBase64","isValidBase64URL","$ZodBase64URLDef","$ZodBase64URLInternals","$ZodBase64URL","$ZodE164Def","$ZodE164Internals","$ZodE164","isValidJWT","JWTAlgorithm","$ZodJWTDef","$ZodJWTInternals","$ZodJWT","$ZodCustomStringFormatDef","$ZodCustomStringFormatInternals","$ZodCustomStringFormat","$ZodNumberDef","$ZodNumberInternals","$ZodNumber","$ZodNumberFormatDef","$ZodCheckNumberFormatDef","$ZodNumberFormatInternals","$ZodCheckNumberFormatInternals","$ZodNumberFormat","$ZodBooleanDef","$ZodBooleanInternals","$ZodBoolean","$ZodBigIntDef","$ZodBigIntInternals","$ZodBigInt","$ZodBigIntFormatDef","$ZodCheckBigIntFormatDef","$ZodBigIntFormatInternals","$ZodCheckBigIntFormatInternals","$ZodBigIntFormat","$ZodSymbolDef","$ZodSymbolInternals","$ZodSymbol","$ZodUndefinedDef","$ZodUndefinedInternals","$ZodUndefined","$ZodNullDef","$ZodNullInternals","$ZodNull","$ZodAnyDef","$ZodAnyInternals","$ZodAny","$ZodUnknownDef","$ZodUnknownInternals","$ZodUnknown","$ZodNeverDef","$ZodNeverInternals","$ZodNever","$ZodVoidDef","$ZodVoidInternals","$ZodVoid","$ZodDateDef","$ZodDateInternals","Date","$ZodDate","$ZodArrayDef","$ZodArrayInternals","$ZodArray","OptionalOutSchema","OptionalInSchema","$InferObjectOutput","Extra","$ZodLooseShape","IsAny","k","Prettify","$InferObjectInput","$ZodObjectConfig","$loose","$strict","$strip","$catchall","$ZodShape","Readonly","$ZodObjectDef","Shape","$ZodObjectInternals","Config","$ZodIssueUnrecognizedKeys","$ZodObject","Params","$ZodObjectJIT","$InferUnionOutput","$InferUnionInput","$ZodUnionDef","Options","IsOptionalIn","IsOptionalOut","$ZodUnionInternals","$ZodIssueInvalidUnion","$ZodUnion","$ZodDiscriminatedUnionDef","Disc","$ZodDiscriminatedUnionInternals","$ZodDiscriminatedUnion","$ZodIntersectionDef","Left","Right","$ZodIntersectionInternals","A","B","$ZodIntersection","$ZodTupleDef","Rest","TupleItems","$InferTupleInputType","TupleInputTypeWithOptionals","TupleInputTypeNoOptionals","Tail","Prefix","$InferTupleOutputType","TupleOutputTypeWithOptionals","TupleOutputTypeNoOptionals","$ZodTupleInternals","$ZodIssueTooBig","$ZodIssueTooSmall","$ZodTuple","$ZodRecordKey","$ZodRecordDef","Key","Value","$InferZodRecordOutput","$partial","Partial","$InferZodRecordInput","$ZodRecordInternals","PropertyKey","$ZodIssueInvalidKey","$ZodRecord","$ZodMapDef","$ZodMapInternals","Map","$ZodIssueInvalidElement","$ZodMap","$ZodSetDef","$ZodSetInternals","$ZodSet","$InferEnumOutput","EnumLike","$InferEnumInput","$ZodEnumDef","$ZodEnumInternals","$ZodIssueInvalidValue","$ZodEnum","$ZodLiteralDef","Literal","$ZodLiteralInternals","$ZodLiteral","_File","globalThis","F","InstanceType","File","$ZodFileDef","$ZodFileInternals","MimeTypes","$ZodFile","$ZodTransformDef","$ZodTransformInternals","$ZodTransform","$ZodOptionalDef","$ZodOptionalInternals","$ZodOptional","$ZodNullableDef","$ZodNullableInternals","$ZodNullable","$ZodDefaultDef","NoUndefined","$ZodDefaultInternals","$ZodDefault","$ZodPrefaultDef","$ZodPrefaultInternals","$ZodPrefault","$ZodNonOptionalDef","$ZodNonOptionalInternals","$ZodNonOptional","$ZodSuccessDef","$ZodSuccessInternals","$ZodSuccess","$ZodCatchCtx","$ZodIssue","$ZodCatchDef","$ZodCatchInternals","$ZodCatch","$ZodNaNDef","$ZodNaNInternals","$ZodNaN","$ZodPipeDef","$ZodPipeInternals","$ZodPipe","$ZodCodecDef","$ZodCodecInternals","$ZodCodec","$ZodReadonlyDef","$ZodReadonlyInternals","MakeReadonly","$ZodReadonly","$ZodTemplateLiteralDef","$ZodTemplateLiteralPart","$ZodTemplateLiteralInternals","Template","$ZodTemplateLiteral","LiteralPart","Exclude","SchemaPartInternals","SchemaPart","UndefinedToEmptyString","AppendToTemplateLiteral","Suffix","ConcatenateTupleOfStrings","First","ConvertPartsToStringTuple","Parts","K","ToTemplateLiteral","$PartsToTemplateLiteral","Last","$ZodFunctionArgs","$ZodFunctionIn","$ZodFunctionOut","$InferInnerFunctionType","Args","Returns","$InferInnerFunctionTypeAsync","$InferOuterFunctionType","$InferOuterFunctionTypeAsync","$ZodFunctionDef","In","Out","$ZodFunctionInternals","$ZodFunction","Items","NewArgs","NewReturns","Parameters","ReturnType","$ZodFunctionParams","$ZodPromiseDef","$ZodPromiseInternals","$ZodPromise","$ZodLazyDef","$ZodLazyInternals","$ZodLazy","$ZodCustomDef","$ZodCheckDef","$ZodCustomInternals","Class","$ZodCheckInternals","$ZodCustom","$ZodTypes","$ZodStringFormatTypes","HashFormat"],"sources":["../../../node_modules/zod/v4/core/schemas.d.cts"],"sourcesContent":["import * as checks from \"./checks.cjs\";\nimport * as core from \"./core.cjs\";\nimport type * as errors from \"./errors.cjs\";\nimport type { StandardSchemaV1 } from \"./standard-schema.cjs\";\nimport * as util from \"./util.cjs\";\nimport { version } from \"./versions.cjs\";\nexport interface ParseContext<T extends errors.$ZodIssueBase = never> {\n /** Customize error messages. */\n readonly error?: errors.$ZodErrorMap<T>;\n /** Include the `input` field in issue objects. Default `false`. */\n readonly reportInput?: boolean;\n /** Skip eval-based fast path. Default `false`. */\n readonly jitless?: boolean;\n}\n/** @internal */\nexport interface ParseContextInternal<T extends errors.$ZodIssueBase = never> extends ParseContext<T> {\n readonly async?: boolean | undefined;\n readonly direction?: \"forward\" | \"backward\";\n readonly skipChecks?: boolean;\n}\nexport interface ParsePayload<T = unknown> {\n value: T;\n issues: errors.$ZodRawIssue[];\n /** A may to mark a whole payload as aborted. Used in codecs/pipes. */\n aborted?: boolean;\n}\nexport type CheckFn<T> = (input: ParsePayload<T>) => util.MaybeAsync<void>;\nexport interface $ZodTypeDef {\n type: \"string\" | \"number\" | \"int\" | \"boolean\" | \"bigint\" | \"symbol\" | \"null\" | \"undefined\" | \"void\" | \"never\" | \"any\" | \"unknown\" | \"date\" | \"object\" | \"record\" | \"file\" | \"array\" | \"tuple\" | \"union\" | \"intersection\" | \"map\" | \"set\" | \"enum\" | \"literal\" | \"nullable\" | \"optional\" | \"nonoptional\" | \"success\" | \"transform\" | \"default\" | \"prefault\" | \"catch\" | \"nan\" | \"pipe\" | \"readonly\" | \"template_literal\" | \"promise\" | \"lazy\" | \"function\" | \"custom\";\n error?: errors.$ZodErrorMap<never> | undefined;\n checks?: checks.$ZodCheck<never>[];\n}\nexport interface _$ZodTypeInternals {\n /** The `@zod/core` version of this schema */\n version: typeof version;\n /** Schema definition. */\n def: $ZodTypeDef;\n /** @internal Randomly generated ID for this schema. */\n /** @internal List of deferred initializers. */\n deferred: util.AnyFunc[] | undefined;\n /** @internal Parses input and runs all checks (refinements). */\n run(payload: ParsePayload<any>, ctx: ParseContextInternal): util.MaybeAsync<ParsePayload>;\n /** @internal Parses input, doesn't run checks. */\n parse(payload: ParsePayload<any>, ctx: ParseContextInternal): util.MaybeAsync<ParsePayload>;\n /** @internal Stores identifiers for the set of traits implemented by this schema. */\n traits: Set<string>;\n /** @internal Indicates that a schema output type should be considered optional inside objects.\n * @default Required\n */\n /** @internal */\n optin?: \"optional\" | undefined;\n /** @internal */\n optout?: \"optional\" | undefined;\n /** @internal The set of literal values that will pass validation. Must be an exhaustive set. Used to determine optionality in z.record().\n *\n * Defined on: enum, const, literal, null, undefined\n * Passthrough: optional, nullable, branded, default, catch, pipe\n * Todo: unions?\n */\n values?: util.PrimitiveSet | undefined;\n /** Default value bubbled up from */\n /** @internal A set of literal discriminators used for the fast path in discriminated unions. */\n propValues?: util.PropValues | undefined;\n /** @internal This flag indicates that a schema validation can be represented with a regular expression. Used to determine allowable schemas in z.templateLiteral(). */\n pattern: RegExp | undefined;\n /** @internal The constructor function of this schema. */\n constr: new (def: any) => $ZodType;\n /** @internal A catchall object for bag metadata related to this schema. Commonly modified by checks using `onattach`. */\n bag: Record<string, unknown>;\n /** @internal The set of issues this schema might throw during type checking. */\n isst: errors.$ZodIssueBase;\n /** An optional method used to override `toJSONSchema` logic. */\n toJSONSchema?: () => unknown;\n /** @internal The parent of this schema. Only set during certain clone operations. */\n parent?: $ZodType | undefined;\n}\n/** @internal */\nexport interface $ZodTypeInternals<out O = unknown, out I = unknown> extends _$ZodTypeInternals {\n /** @internal The inferred output type */\n output: O;\n /** @internal The inferred input type */\n input: I;\n}\nexport type $ZodStandardSchema<T> = StandardSchemaV1.Props<core.input<T>, core.output<T>>;\nexport type SomeType = {\n _zod: _$ZodTypeInternals;\n};\nexport interface $ZodType<O = unknown, I = unknown, Internals extends $ZodTypeInternals<O, I> = $ZodTypeInternals<O, I>> {\n _zod: Internals;\n \"~standard\": $ZodStandardSchema<this>;\n}\nexport interface _$ZodType<T extends $ZodTypeInternals = $ZodTypeInternals> extends $ZodType<T[\"output\"], T[\"input\"], T> {\n}\nexport declare const $ZodType: core.$constructor<$ZodType>;\nexport { clone } from \"./util.cjs\";\nexport interface $ZodStringDef extends $ZodTypeDef {\n type: \"string\";\n coerce?: boolean;\n checks?: checks.$ZodCheck<string>[];\n}\nexport interface $ZodStringInternals<Input> extends $ZodTypeInternals<string, Input> {\n def: $ZodStringDef;\n /** @deprecated Internal API, use with caution (not deprecated) */\n pattern: RegExp;\n /** @deprecated Internal API, use with caution (not deprecated) */\n isst: errors.$ZodIssueInvalidType;\n bag: util.LoosePartial<{\n minimum: number;\n maximum: number;\n patterns: Set<RegExp>;\n format: string;\n contentEncoding: string;\n }>;\n}\nexport interface $ZodString<Input = unknown> extends _$ZodType<$ZodStringInternals<Input>> {\n}\nexport declare const $ZodString: core.$constructor<$ZodString>;\nexport interface $ZodStringFormatDef<Format extends string = string> extends $ZodStringDef, checks.$ZodCheckStringFormatDef<Format> {\n}\nexport interface $ZodStringFormatInternals<Format extends string = string> extends $ZodStringInternals<string>, checks.$ZodCheckStringFormatInternals {\n def: $ZodStringFormatDef<Format>;\n}\nexport interface $ZodStringFormat<Format extends string = string> extends $ZodType {\n _zod: $ZodStringFormatInternals<Format>;\n}\nexport declare const $ZodStringFormat: core.$constructor<$ZodStringFormat>;\nexport interface $ZodGUIDDef extends $ZodStringFormatDef<\"guid\"> {\n}\nexport interface $ZodGUIDInternals extends $ZodStringFormatInternals<\"guid\"> {\n}\nexport interface $ZodGUID extends $ZodType {\n _zod: $ZodGUIDInternals;\n}\nexport declare const $ZodGUID: core.$constructor<$ZodGUID>;\nexport interface $ZodUUIDDef extends $ZodStringFormatDef<\"uuid\"> {\n version?: \"v1\" | \"v2\" | \"v3\" | \"v4\" | \"v5\" | \"v6\" | \"v7\" | \"v8\";\n}\nexport interface $ZodUUIDInternals extends $ZodStringFormatInternals<\"uuid\"> {\n def: $ZodUUIDDef;\n}\nexport interface $ZodUUID extends $ZodType {\n _zod: $ZodUUIDInternals;\n}\nexport declare const $ZodUUID: core.$constructor<$ZodUUID>;\nexport interface $ZodEmailDef extends $ZodStringFormatDef<\"email\"> {\n}\nexport interface $ZodEmailInternals extends $ZodStringFormatInternals<\"email\"> {\n}\nexport interface $ZodEmail extends $ZodType {\n _zod: $ZodEmailInternals;\n}\nexport declare const $ZodEmail: core.$constructor<$ZodEmail>;\nexport interface $ZodURLDef extends $ZodStringFormatDef<\"url\"> {\n hostname?: RegExp | undefined;\n protocol?: RegExp | undefined;\n normalize?: boolean | undefined;\n}\nexport interface $ZodURLInternals extends $ZodStringFormatInternals<\"url\"> {\n def: $ZodURLDef;\n}\nexport interface $ZodURL extends $ZodType {\n _zod: $ZodURLInternals;\n}\nexport declare const $ZodURL: core.$constructor<$ZodURL>;\nexport interface $ZodEmojiDef extends $ZodStringFormatDef<\"emoji\"> {\n}\nexport interface $ZodEmojiInternals extends $ZodStringFormatInternals<\"emoji\"> {\n}\nexport interface $ZodEmoji extends $ZodType {\n _zod: $ZodEmojiInternals;\n}\nexport declare const $ZodEmoji: core.$constructor<$ZodEmoji>;\nexport interface $ZodNanoIDDef extends $ZodStringFormatDef<\"nanoid\"> {\n}\nexport interface $ZodNanoIDInternals extends $ZodStringFormatInternals<\"nanoid\"> {\n}\nexport interface $ZodNanoID extends $ZodType {\n _zod: $ZodNanoIDInternals;\n}\nexport declare const $ZodNanoID: core.$constructor<$ZodNanoID>;\nexport interface $ZodCUIDDef extends $ZodStringFormatDef<\"cuid\"> {\n}\nexport interface $ZodCUIDInternals extends $ZodStringFormatInternals<\"cuid\"> {\n}\nexport interface $ZodCUID extends $ZodType {\n _zod: $ZodCUIDInternals;\n}\nexport declare const $ZodCUID: core.$constructor<$ZodCUID>;\nexport interface $ZodCUID2Def extends $ZodStringFormatDef<\"cuid2\"> {\n}\nexport interface $ZodCUID2Internals extends $ZodStringFormatInternals<\"cuid2\"> {\n}\nexport interface $ZodCUID2 extends $ZodType {\n _zod: $ZodCUID2Internals;\n}\nexport declare const $ZodCUID2: core.$constructor<$ZodCUID2>;\nexport interface $ZodULIDDef extends $ZodStringFormatDef<\"ulid\"> {\n}\nexport interface $ZodULIDInternals extends $ZodStringFormatInternals<\"ulid\"> {\n}\nexport interface $ZodULID extends $ZodType {\n _zod: $ZodULIDInternals;\n}\nexport declare const $ZodULID: core.$constructor<$ZodULID>;\nexport interface $ZodXIDDef extends $ZodStringFormatDef<\"xid\"> {\n}\nexport interface $ZodXIDInternals extends $ZodStringFormatInternals<\"xid\"> {\n}\nexport interface $ZodXID extends $ZodType {\n _zod: $ZodXIDInternals;\n}\nexport declare const $ZodXID: core.$constructor<$ZodXID>;\nexport interface $ZodKSUIDDef extends $ZodStringFormatDef<\"ksuid\"> {\n}\nexport interface $ZodKSUIDInternals extends $ZodStringFormatInternals<\"ksuid\"> {\n}\nexport interface $ZodKSUID extends $ZodType {\n _zod: $ZodKSUIDInternals;\n}\nexport declare const $ZodKSUID: core.$constructor<$ZodKSUID>;\nexport interface $ZodISODateTimeDef extends $ZodStringFormatDef<\"datetime\"> {\n precision: number | null;\n offset: boolean;\n local: boolean;\n}\nexport interface $ZodISODateTimeInternals extends $ZodStringFormatInternals {\n def: $ZodISODateTimeDef;\n}\nexport interface $ZodISODateTime extends $ZodType {\n _zod: $ZodISODateTimeInternals;\n}\nexport declare const $ZodISODateTime: core.$constructor<$ZodISODateTime>;\nexport interface $ZodISODateDef extends $ZodStringFormatDef<\"date\"> {\n}\nexport interface $ZodISODateInternals extends $ZodStringFormatInternals<\"date\"> {\n}\nexport interface $ZodISODate extends $ZodType {\n _zod: $ZodISODateInternals;\n}\nexport declare const $ZodISODate: core.$constructor<$ZodISODate>;\nexport interface $ZodISOTimeDef extends $ZodStringFormatDef<\"time\"> {\n precision?: number | null;\n}\nexport interface $ZodISOTimeInternals extends $ZodStringFormatInternals<\"time\"> {\n def: $ZodISOTimeDef;\n}\nexport interface $ZodISOTime extends $ZodType {\n _zod: $ZodISOTimeInternals;\n}\nexport declare const $ZodISOTime: core.$constructor<$ZodISOTime>;\nexport interface $ZodISODurationDef extends $ZodStringFormatDef<\"duration\"> {\n}\nexport interface $ZodISODurationInternals extends $ZodStringFormatInternals<\"duration\"> {\n}\nexport interface $ZodISODuration extends $ZodType {\n _zod: $ZodISODurationInternals;\n}\nexport declare const $ZodISODuration: core.$constructor<$ZodISODuration>;\nexport interface $ZodIPv4Def extends $ZodStringFormatDef<\"ipv4\"> {\n version?: \"v4\";\n}\nexport interface $ZodIPv4Internals extends $ZodStringFormatInternals<\"ipv4\"> {\n def: $ZodIPv4Def;\n}\nexport interface $ZodIPv4 extends $ZodType {\n _zod: $ZodIPv4Internals;\n}\nexport declare const $ZodIPv4: core.$constructor<$ZodIPv4>;\nexport interface $ZodIPv6Def extends $ZodStringFormatDef<\"ipv6\"> {\n version?: \"v6\";\n}\nexport interface $ZodIPv6Internals extends $ZodStringFormatInternals<\"ipv6\"> {\n def: $ZodIPv6Def;\n}\nexport interface $ZodIPv6 extends $ZodType {\n _zod: $ZodIPv6Internals;\n}\nexport declare const $ZodIPv6: core.$constructor<$ZodIPv6>;\nexport interface $ZodCIDRv4Def extends $ZodStringFormatDef<\"cidrv4\"> {\n version?: \"v4\";\n}\nexport interface $ZodCIDRv4Internals extends $ZodStringFormatInternals<\"cidrv4\"> {\n def: $ZodCIDRv4Def;\n}\nexport interface $ZodCIDRv4 extends $ZodType {\n _zod: $ZodCIDRv4Internals;\n}\nexport declare const $ZodCIDRv4: core.$constructor<$ZodCIDRv4>;\nexport interface $ZodCIDRv6Def extends $ZodStringFormatDef<\"cidrv6\"> {\n version?: \"v6\";\n}\nexport interface $ZodCIDRv6Internals extends $ZodStringFormatInternals<\"cidrv6\"> {\n def: $ZodCIDRv6Def;\n}\nexport interface $ZodCIDRv6 extends $ZodType {\n _zod: $ZodCIDRv6Internals;\n}\nexport declare const $ZodCIDRv6: core.$constructor<$ZodCIDRv6>;\nexport declare function isValidBase64(data: string): boolean;\nexport interface $ZodBase64Def extends $ZodStringFormatDef<\"base64\"> {\n}\nexport interface $ZodBase64Internals extends $ZodStringFormatInternals<\"base64\"> {\n}\nexport interface $ZodBase64 extends $ZodType {\n _zod: $ZodBase64Internals;\n}\nexport declare const $ZodBase64: core.$constructor<$ZodBase64>;\nexport declare function isValidBase64URL(data: string): boolean;\nexport interface $ZodBase64URLDef extends $ZodStringFormatDef<\"base64url\"> {\n}\nexport interface $ZodBase64URLInternals extends $ZodStringFormatInternals<\"base64url\"> {\n}\nexport interface $ZodBase64URL extends $ZodType {\n _zod: $ZodBase64URLInternals;\n}\nexport declare const $ZodBase64URL: core.$constructor<$ZodBase64URL>;\nexport interface $ZodE164Def extends $ZodStringFormatDef<\"e164\"> {\n}\nexport interface $ZodE164Internals extends $ZodStringFormatInternals<\"e164\"> {\n}\nexport interface $ZodE164 extends $ZodType {\n _zod: $ZodE164Internals;\n}\nexport declare const $ZodE164: core.$constructor<$ZodE164>;\nexport declare function isValidJWT(token: string, algorithm?: util.JWTAlgorithm | null): boolean;\nexport interface $ZodJWTDef extends $ZodStringFormatDef<\"jwt\"> {\n alg?: util.JWTAlgorithm | undefined;\n}\nexport interface $ZodJWTInternals extends $ZodStringFormatInternals<\"jwt\"> {\n def: $ZodJWTDef;\n}\nexport interface $ZodJWT extends $ZodType {\n _zod: $ZodJWTInternals;\n}\nexport declare const $ZodJWT: core.$constructor<$ZodJWT>;\nexport interface $ZodCustomStringFormatDef<Format extends string = string> extends $ZodStringFormatDef<Format> {\n fn: (val: string) => unknown;\n}\nexport interface $ZodCustomStringFormatInternals<Format extends string = string> extends $ZodStringFormatInternals<Format> {\n def: $ZodCustomStringFormatDef<Format>;\n}\nexport interface $ZodCustomStringFormat<Format extends string = string> extends $ZodStringFormat<Format> {\n _zod: $ZodCustomStringFormatInternals<Format>;\n}\nexport declare const $ZodCustomStringFormat: core.$constructor<$ZodCustomStringFormat>;\nexport interface $ZodNumberDef extends $ZodTypeDef {\n type: \"number\";\n coerce?: boolean;\n}\nexport interface $ZodNumberInternals<Input = unknown> extends $ZodTypeInternals<number, Input> {\n def: $ZodNumberDef;\n /** @deprecated Internal API, use with caution (not deprecated) */\n pattern: RegExp;\n /** @deprecated Internal API, use with caution (not deprecated) */\n isst: errors.$ZodIssueInvalidType;\n bag: util.LoosePartial<{\n minimum: number;\n maximum: number;\n exclusiveMinimum: number;\n exclusiveMaximum: number;\n format: string;\n pattern: RegExp;\n }>;\n}\nexport interface $ZodNumber<Input = unknown> extends $ZodType {\n _zod: $ZodNumberInternals<Input>;\n}\nexport declare const $ZodNumber: core.$constructor<$ZodNumber>;\nexport interface $ZodNumberFormatDef extends $ZodNumberDef, checks.$ZodCheckNumberFormatDef {\n}\nexport interface $ZodNumberFormatInternals extends $ZodNumberInternals<number>, checks.$ZodCheckNumberFormatInternals {\n def: $ZodNumberFormatDef;\n isst: errors.$ZodIssueInvalidType;\n}\nexport interface $ZodNumberFormat extends $ZodType {\n _zod: $ZodNumberFormatInternals;\n}\nexport declare const $ZodNumberFormat: core.$constructor<$ZodNumberFormat>;\nexport interface $ZodBooleanDef extends $ZodTypeDef {\n type: \"boolean\";\n coerce?: boolean;\n checks?: checks.$ZodCheck<boolean>[];\n}\nexport interface $ZodBooleanInternals<T = unknown> extends $ZodTypeInternals<boolean, T> {\n pattern: RegExp;\n def: $ZodBooleanDef;\n isst: errors.$ZodIssueInvalidType;\n}\nexport interface $ZodBoolean<T = unknown> extends $ZodType {\n _zod: $ZodBooleanInternals<T>;\n}\nexport declare const $ZodBoolean: core.$constructor<$ZodBoolean>;\nexport interface $ZodBigIntDef extends $ZodTypeDef {\n type: \"bigint\";\n coerce?: boolean;\n}\nexport interface $ZodBigIntInternals<T = unknown> extends $ZodTypeInternals<bigint, T> {\n pattern: RegExp;\n /** @internal Internal API, use with caution */\n def: $ZodBigIntDef;\n isst: errors.$ZodIssueInvalidType;\n bag: util.LoosePartial<{\n minimum: bigint;\n maximum: bigint;\n format: string;\n }>;\n}\nexport interface $ZodBigInt<T = unknown> extends $ZodType {\n _zod: $ZodBigIntInternals<T>;\n}\nexport declare const $ZodBigInt: core.$constructor<$ZodBigInt>;\nexport interface $ZodBigIntFormatDef extends $ZodBigIntDef, checks.$ZodCheckBigIntFormatDef {\n check: \"bigint_format\";\n}\nexport interface $ZodBigIntFormatInternals extends $ZodBigIntInternals<bigint>, checks.$ZodCheckBigIntFormatInternals {\n def: $ZodBigIntFormatDef;\n}\nexport interface $ZodBigIntFormat extends $ZodType {\n _zod: $ZodBigIntFormatInternals;\n}\nexport declare const $ZodBigIntFormat: core.$constructor<$ZodBigIntFormat>;\nexport interface $ZodSymbolDef extends $ZodTypeDef {\n type: \"symbol\";\n}\nexport interface $ZodSymbolInternals extends $ZodTypeInternals<symbol, symbol> {\n def: $ZodSymbolDef;\n isst: errors.$ZodIssueInvalidType;\n}\nexport interface $ZodSymbol extends $ZodType {\n _zod: $ZodSymbolInternals;\n}\nexport declare const $ZodSymbol: core.$constructor<$ZodSymbol>;\nexport interface $ZodUndefinedDef extends $ZodTypeDef {\n type: \"undefined\";\n}\nexport interface $ZodUndefinedInternals extends $ZodTypeInternals<undefined, undefined> {\n pattern: RegExp;\n def: $ZodUndefinedDef;\n values: util.PrimitiveSet;\n isst: errors.$ZodIssueInvalidType;\n}\nexport interface $ZodUndefined extends $ZodType {\n _zod: $ZodUndefinedInternals;\n}\nexport declare const $ZodUndefined: core.$constructor<$ZodUndefined>;\nexport interface $ZodNullDef extends $ZodTypeDef {\n type: \"null\";\n}\nexport interface $ZodNullInternals extends $ZodTypeInternals<null, null> {\n pattern: RegExp;\n def: $ZodNullDef;\n values: util.PrimitiveSet;\n isst: errors.$ZodIssueInvalidType;\n}\nexport interface $ZodNull extends $ZodType {\n _zod: $ZodNullInternals;\n}\nexport declare const $ZodNull: core.$constructor<$ZodNull>;\nexport interface $ZodAnyDef extends $ZodTypeDef {\n type: \"any\";\n}\nexport interface $ZodAnyInternals extends $ZodTypeInternals<any, any> {\n def: $ZodAnyDef;\n isst: never;\n}\nexport interface $ZodAny extends $ZodType {\n _zod: $ZodAnyInternals;\n}\nexport declare const $ZodAny: core.$constructor<$ZodAny>;\nexport interface $ZodUnknownDef extends $ZodTypeDef {\n type: \"unknown\";\n}\nexport interface $ZodUnknownInternals extends $ZodTypeInternals<unknown, unknown> {\n def: $ZodUnknownDef;\n isst: never;\n}\nexport interface $ZodUnknown extends $ZodType {\n _zod: $ZodUnknownInternals;\n}\nexport declare const $ZodUnknown: core.$constructor<$ZodUnknown>;\nexport interface $ZodNeverDef extends $ZodTypeDef {\n type: \"never\";\n}\nexport interface $ZodNeverInternals extends $ZodTypeInternals<never, never> {\n def: $ZodNeverDef;\n isst: errors.$ZodIssueInvalidType;\n}\nexport interface $ZodNever extends $ZodType {\n _zod: $ZodNeverInternals;\n}\nexport declare const $ZodNever: core.$constructor<$ZodNever>;\nexport interface $ZodVoidDef extends $ZodTypeDef {\n type: \"void\";\n}\nexport interface $ZodVoidInternals extends $ZodTypeInternals<void, void> {\n def: $ZodVoidDef;\n isst: errors.$ZodIssueInvalidType;\n}\nexport interface $ZodVoid extends $ZodType {\n _zod: $ZodVoidInternals;\n}\nexport declare const $ZodVoid: core.$constructor<$ZodVoid>;\nexport interface $ZodDateDef extends $ZodTypeDef {\n type: \"date\";\n coerce?: boolean;\n}\nexport interface $ZodDateInternals<T = unknown> extends $ZodTypeInternals<Date, T> {\n def: $ZodDateDef;\n isst: errors.$ZodIssueInvalidType;\n bag: util.LoosePartial<{\n minimum: Date;\n maximum: Date;\n format: string;\n }>;\n}\nexport interface $ZodDate<T = unknown> extends $ZodType {\n _zod: $ZodDateInternals<T>;\n}\nexport declare const $ZodDate: core.$constructor<$ZodDate>;\nexport interface $ZodArrayDef<T extends SomeType = $ZodType> extends $ZodTypeDef {\n type: \"array\";\n element: T;\n}\nexport interface $ZodArrayInternals<T extends SomeType = $ZodType> extends _$ZodTypeInternals {\n def: $ZodArrayDef<T>;\n isst: errors.$ZodIssueInvalidType;\n output: core.output<T>[];\n input: core.input<T>[];\n}\nexport interface $ZodArray<T extends SomeType = $ZodType> extends $ZodType<any, any, $ZodArrayInternals<T>> {\n}\nexport declare const $ZodArray: core.$constructor<$ZodArray>;\ntype OptionalOutSchema = {\n _zod: {\n optout: \"optional\";\n };\n};\ntype OptionalInSchema = {\n _zod: {\n optin: \"optional\";\n };\n};\nexport type $InferObjectOutput<T extends $ZodLooseShape, Extra extends Record<string, unknown>> = string extends keyof T ? util.IsAny<T[keyof T]> extends true ? Record<string, unknown> : Record<string, core.output<T[keyof T]>> : keyof (T & Extra) extends never ? Record<string, never> : util.Prettify<{\n -readonly [k in keyof T as T[k] extends OptionalOutSchema ? never : k]: T[k][\"_zod\"][\"output\"];\n} & {\n -readonly [k in keyof T as T[k] extends OptionalOutSchema ? k : never]?: T[k][\"_zod\"][\"output\"];\n} & Extra>;\nexport type $InferObjectInput<T extends $ZodLooseShape, Extra extends Record<string, unknown>> = string extends keyof T ? util.IsAny<T[keyof T]> extends true ? Record<string, unknown> : Record<string, core.input<T[keyof T]>> : keyof (T & Extra) extends never ? Record<string, never> : util.Prettify<{\n -readonly [k in keyof T as T[k] extends OptionalInSchema ? never : k]: T[k][\"_zod\"][\"input\"];\n} & {\n -readonly [k in keyof T as T[k] extends OptionalInSchema ? k : never]?: T[k][\"_zod\"][\"input\"];\n} & Extra>;\nexport type $ZodObjectConfig = {\n out: Record<string, unknown>;\n in: Record<string, unknown>;\n};\nexport type $loose = {\n out: Record<string, unknown>;\n in: Record<string, unknown>;\n};\nexport type $strict = {\n out: {};\n in: {};\n};\nexport type $strip = {\n out: {};\n in: {};\n};\nexport type $catchall<T extends SomeType> = {\n out: {\n [k: string]: core.output<T>;\n };\n in: {\n [k: string]: core.input<T>;\n };\n};\nexport type $ZodShape = Readonly<{\n [k: string]: $ZodType;\n}>;\nexport interface $ZodObjectDef<Shape extends $ZodShape = $ZodShape> extends $ZodTypeDef {\n type: \"object\";\n shape: Shape;\n catchall?: $ZodType | undefined;\n}\nexport interface $ZodObjectInternals<\n/** @ts-ignore Cast variance */\nout Shape extends $ZodShape = $ZodShape, out Config extends $ZodObjectConfig = $ZodObjectConfig> extends _$ZodTypeInternals {\n def: $ZodObjectDef<Shape>;\n config: Config;\n isst: errors.$ZodIssueInvalidType | errors.$ZodIssueUnrecognizedKeys;\n propValues: util.PropValues;\n output: $InferObjectOutput<Shape, Config[\"out\"]>;\n input: $InferObjectInput<Shape, Config[\"in\"]>;\n optin?: \"optional\" | undefined;\n optout?: \"optional\" | undefined;\n}\nexport type $ZodLooseShape = Record<string, any>;\nexport interface $ZodObject<\n/** @ts-ignore Cast variance */\nout Shape extends Readonly<$ZodShape> = Readonly<$ZodShape>, out Params extends $ZodObjectConfig = $ZodObjectConfig> extends $ZodType<any, any, $ZodObjectInternals<Shape, Params>> {\n \"~standard\": $ZodStandardSchema<this>;\n}\nexport declare const $ZodObject: core.$constructor<$ZodObject>;\nexport declare const $ZodObjectJIT: core.$constructor<$ZodObject>;\nexport type $InferUnionOutput<T extends SomeType> = T extends any ? core.output<T> : never;\nexport type $InferUnionInput<T extends SomeType> = T extends any ? core.input<T> : never;\nexport interface $ZodUnionDef<Options extends readonly SomeType[] = readonly $ZodType[]> extends $ZodTypeDef {\n type: \"union\";\n options: Options;\n}\ntype IsOptionalIn<T extends SomeType> = T extends OptionalInSchema ? true : false;\ntype IsOptionalOut<T extends SomeType> = T extends OptionalOutSchema ? true : false;\nexport interface $ZodUnionInternals<T extends readonly SomeType[] = readonly $ZodType[]> extends _$ZodTypeInternals {\n def: $ZodUnionDef<T>;\n isst: errors.$ZodIssueInvalidUnion;\n pattern: T[number][\"_zod\"][\"pattern\"];\n values: T[number][\"_zod\"][\"values\"];\n output: $InferUnionOutput<T[number]>;\n input: $InferUnionInput<T[number]>;\n optin: IsOptionalIn<T[number]> extends false ? \"optional\" | undefined : \"optional\";\n optout: IsOptionalOut<T[number]> extends false ? \"optional\" | undefined : \"optional\";\n}\nexport interface $ZodUnion<T extends readonly SomeType[] = readonly $ZodType[]> extends $ZodType<any, any, $ZodUnionInternals<T>> {\n _zod: $ZodUnionInternals<T>;\n}\nexport declare const $ZodUnion: core.$constructor<$ZodUnion>;\nexport interface $ZodDiscriminatedUnionDef<Options extends readonly SomeType[] = readonly $ZodType[], Disc extends string = string> extends $ZodUnionDef<Options> {\n discriminator: Disc;\n unionFallback?: boolean;\n}\nexport interface $ZodDiscriminatedUnionInternals<Options extends readonly SomeType[] = readonly $ZodType[], Disc extends string = string> extends $ZodUnionInternals<Options> {\n def: $ZodDiscriminatedUnionDef<Options, Disc>;\n propValues: util.PropValues;\n}\nexport interface $ZodDiscriminatedUnion<Options extends readonly SomeType[] = readonly $ZodType[], Disc extends string = string> extends $ZodType {\n _zod: $ZodDiscriminatedUnionInternals<Options, Disc>;\n}\nexport declare const $ZodDiscriminatedUnion: core.$constructor<$ZodDiscriminatedUnion>;\nexport interface $ZodIntersectionDef<Left extends SomeType = $ZodType, Right extends SomeType = $ZodType> extends $ZodTypeDef {\n type: \"intersection\";\n left: Left;\n right: Right;\n}\nexport interface $ZodIntersectionInternals<A extends SomeType = $ZodType, B extends SomeType = $ZodType> extends _$ZodTypeInternals {\n def: $ZodIntersectionDef<A, B>;\n isst: never;\n optin: A[\"_zod\"][\"optin\"] | B[\"_zod\"][\"optin\"];\n optout: A[\"_zod\"][\"optout\"] | B[\"_zod\"][\"optout\"];\n output: core.output<A> & core.output<B>;\n input: core.input<A> & core.input<B>;\n}\nexport interface $ZodIntersection<A extends SomeType = $ZodType, B extends SomeType = $ZodType> extends $ZodType {\n _zod: $ZodIntersectionInternals<A, B>;\n}\nexport declare const $ZodIntersection: core.$constructor<$ZodIntersection>;\nexport interface $ZodTupleDef<T extends util.TupleItems = readonly $ZodType[], Rest extends SomeType | null = $ZodType | null> extends $ZodTypeDef {\n type: \"tuple\";\n items: T;\n rest: Rest;\n}\nexport type $InferTupleInputType<T extends util.TupleItems, Rest extends SomeType | null> = [\n ...TupleInputTypeWithOptionals<T>,\n ...(Rest extends SomeType ? core.input<Rest>[] : [])\n];\ntype TupleInputTypeNoOptionals<T extends util.TupleItems> = {\n [k in keyof T]: core.input<T[k]>;\n};\ntype TupleInputTypeWithOptionals<T extends util.TupleItems> = T extends readonly [\n ...infer Prefix extends SomeType[],\n infer Tail extends SomeType\n] ? Tail[\"_zod\"][\"optin\"] extends \"optional\" ? [...TupleInputTypeWithOptionals<Prefix>, core.input<Tail>?] : TupleInputTypeNoOptionals<T> : [];\nexport type $InferTupleOutputType<T extends util.TupleItems, Rest extends SomeType | null> = [\n ...TupleOutputTypeWithOptionals<T>,\n ...(Rest extends SomeType ? core.output<Rest>[] : [])\n];\ntype TupleOutputTypeNoOptionals<T extends util.TupleItems> = {\n [k in keyof T]: core.output<T[k]>;\n};\ntype TupleOutputTypeWithOptionals<T extends util.TupleItems> = T extends readonly [\n ...infer Prefix extends SomeType[],\n infer Tail extends SomeType\n] ? Tail[\"_zod\"][\"optout\"] extends \"optional\" ? [...TupleOutputTypeWithOptionals<Prefix>, core.output<Tail>?] : TupleOutputTypeNoOptionals<T> : [];\nexport interface $ZodTupleInternals<T extends util.TupleItems = readonly $ZodType[], Rest extends SomeType | null = $ZodType | null> extends _$ZodTypeInternals {\n def: $ZodTupleDef<T, Rest>;\n isst: errors.$ZodIssueInvalidType | errors.$ZodIssueTooBig<unknown[]> | errors.$ZodIssueTooSmall<unknown[]>;\n output: $InferTupleOutputType<T, Rest>;\n input: $InferTupleInputType<T, Rest>;\n}\nexport interface $ZodTuple<T extends util.TupleItems = readonly $ZodType[], Rest extends SomeType | null = $ZodType | null> extends $ZodType {\n _zod: $ZodTupleInternals<T, Rest>;\n}\nexport declare const $ZodTuple: core.$constructor<$ZodTuple>;\nexport type $ZodRecordKey = $ZodType<string | number | symbol, string | number | symbol>;\nexport interface $ZodRecordDef<Key extends $ZodRecordKey = $ZodRecordKey, Value extends SomeType = $ZodType> extends $ZodTypeDef {\n type: \"record\";\n keyType: Key;\n valueType: Value;\n}\nexport type $InferZodRecordOutput<Key extends $ZodRecordKey = $ZodRecordKey, Value extends SomeType = $ZodType> = Key extends $partial ? Partial<Record<core.output<Key>, core.output<Value>>> : Record<core.output<Key>, core.output<Value>>;\nexport type $InferZodRecordInput<Key extends $ZodRecordKey = $ZodRecordKey, Value extends SomeType = $ZodType> = Key extends $partial ? Partial<Record<core.input<Key>, core.input<Value>>> : Record<core.input<Key>, core.input<Value>>;\nexport interface $ZodRecordInternals<Key extends $ZodRecordKey = $ZodRecordKey, Value extends SomeType = $ZodType> extends $ZodTypeInternals<$InferZodRecordOutput<Key, Value>, $InferZodRecordInput<Key, Value>> {\n def: $ZodRecordDef<Key, Value>;\n isst: errors.$ZodIssueInvalidType | errors.$ZodIssueInvalidKey<Record<PropertyKey, unknown>>;\n optin?: \"optional\" | undefined;\n optout?: \"optional\" | undefined;\n}\nexport type $partial = {\n \"~~partial\": true;\n};\nexport interface $ZodRecord<Key extends $ZodRecordKey = $ZodRecordKey, Value extends SomeType = $ZodType> extends $ZodType {\n _zod: $ZodRecordInternals<Key, Value>;\n}\nexport declare const $ZodRecord: core.$constructor<$ZodRecord>;\nexport interface $ZodMapDef<Key extends SomeType = $ZodType, Value extends SomeType = $ZodType> extends $ZodTypeDef {\n type: \"map\";\n keyType: Key;\n valueType: Value;\n}\nexport interface $ZodMapInternals<Key extends SomeType = $ZodType, Value extends SomeType = $ZodType> extends $ZodTypeInternals<Map<core.output<Key>, core.output<Value>>, Map<core.input<Key>, core.input<Value>>> {\n def: $ZodMapDef<Key, Value>;\n isst: errors.$ZodIssueInvalidType | errors.$ZodIssueInvalidKey | errors.$ZodIssueInvalidElement<unknown>;\n optin?: \"optional\" | undefined;\n optout?: \"optional\" | undefined;\n}\nexport interface $ZodMap<Key extends SomeType = $ZodType, Value extends SomeType = $ZodType> extends $ZodType {\n _zod: $ZodMapInternals<Key, Value>;\n}\nexport declare const $ZodMap: core.$constructor<$ZodMap>;\nexport interface $ZodSetDef<T extends SomeType = $ZodType> extends $ZodTypeDef {\n type: \"set\";\n valueType: T;\n}\nexport interface $ZodSetInternals<T extends SomeType = $ZodType> extends $ZodTypeInternals<Set<core.output<T>>, Set<core.input<T>>> {\n def: $ZodSetDef<T>;\n isst: errors.$ZodIssueInvalidType;\n optin?: \"optional\" | undefined;\n optout?: \"optional\" | undefined;\n}\nexport interface $ZodSet<T extends SomeType = $ZodType> extends $ZodType {\n _zod: $ZodSetInternals<T>;\n}\nexport declare const $ZodSet: core.$constructor<$ZodSet>;\nexport type $InferEnumOutput<T extends util.EnumLike> = T[keyof T] & {};\nexport type $InferEnumInput<T extends util.EnumLike> = T[keyof T] & {};\nexport interface $ZodEnumDef<T extends util.EnumLike = util.EnumLike> extends $ZodTypeDef {\n type: \"enum\";\n entries: T;\n}\nexport interface $ZodEnumInternals<\n/** @ts-ignore Cast variance */\nout T extends util.EnumLike = util.EnumLike> extends $ZodTypeInternals<$InferEnumOutput<T>, $InferEnumInput<T>> {\n def: $ZodEnumDef<T>;\n /** @deprecated Internal API, use with caution (not deprecated) */\n values: util.PrimitiveSet;\n /** @deprecated Internal API, use with caution (not deprecated) */\n pattern: RegExp;\n isst: errors.$ZodIssueInvalidValue;\n}\nexport interface $ZodEnum<T extends util.EnumLike = util.EnumLike> extends $ZodType {\n _zod: $ZodEnumInternals<T>;\n}\nexport declare const $ZodEnum: core.$constructor<$ZodEnum>;\nexport interface $ZodLiteralDef<T extends util.Literal> extends $ZodTypeDef {\n type: \"literal\";\n values: T[];\n}\nexport interface $ZodLiteralInternals<T extends util.Literal = util.Literal> extends $ZodTypeInternals<T, T> {\n def: $ZodLiteralDef<T>;\n values: Set<T>;\n pattern: RegExp;\n isst: errors.$ZodIssueInvalidValue;\n}\nexport interface $ZodLiteral<T extends util.Literal = util.Literal> extends $ZodType {\n _zod: $ZodLiteralInternals<T>;\n}\nexport declare const $ZodLiteral: core.$constructor<$ZodLiteral>;\ntype _File = typeof globalThis extends {\n File: infer F extends new (...args: any[]) => any;\n} ? InstanceType<F> : {};\n/** Do not reference this directly. */\nexport interface File extends _File {\n readonly type: string;\n readonly size: number;\n}\nexport interface $ZodFileDef extends $ZodTypeDef {\n type: \"file\";\n}\nexport interface $ZodFileInternals extends $ZodTypeInternals<File, File> {\n def: $ZodFileDef;\n isst: errors.$ZodIssueInvalidType;\n bag: util.LoosePartial<{\n minimum: number;\n maximum: number;\n mime: util.MimeTypes[];\n }>;\n}\nexport interface $ZodFile extends $ZodType {\n _zod: $ZodFileInternals;\n}\nexport declare const $ZodFile: core.$constructor<$ZodFile>;\nexport interface $ZodTransformDef extends $ZodTypeDef {\n type: \"transform\";\n transform: (input: unknown, payload: ParsePayload<unknown>) => util.MaybeAsync<unknown>;\n}\nexport interface $ZodTransformInternals<O = unknown, I = unknown> extends $ZodTypeInternals<O, I> {\n def: $ZodTransformDef;\n isst: never;\n}\nexport interface $ZodTransform<O = unknown, I = unknown> extends $ZodType {\n _zod: $ZodTransformInternals<O, I>;\n}\nexport declare const $ZodTransform: core.$constructor<$ZodTransform>;\nexport interface $ZodOptionalDef<T extends SomeType = $ZodType> extends $ZodTypeDef {\n type: \"optional\";\n innerType: T;\n}\nexport interface $ZodOptionalInternals<T extends SomeType = $ZodType> extends $ZodTypeInternals<core.output<T> | undefined, core.input<T> | undefined> {\n def: $ZodOptionalDef<T>;\n optin: \"optional\";\n optout: \"optional\";\n isst: never;\n values: T[\"_zod\"][\"values\"];\n pattern: T[\"_zod\"][\"pattern\"];\n}\nexport interface $ZodOptional<T extends SomeType = $ZodType> extends $ZodType {\n _zod: $ZodOptionalInternals<T>;\n}\nexport declare const $ZodOptional: core.$constructor<$ZodOptional>;\nexport interface $ZodNullableDef<T extends SomeType = $ZodType> extends $ZodTypeDef {\n type: \"nullable\";\n innerType: T;\n}\nexport interface $ZodNullableInternals<T extends SomeType = $ZodType> extends $ZodTypeInternals<core.output<T> | null, core.input<T> | null> {\n def: $ZodNullableDef<T>;\n optin: T[\"_zod\"][\"optin\"];\n optout: T[\"_zod\"][\"optout\"];\n isst: never;\n values: T[\"_zod\"][\"values\"];\n pattern: T[\"_zod\"][\"pattern\"];\n}\nexport interface $ZodNullable<T extends SomeType = $ZodType> extends $ZodType {\n _zod: $ZodNullableInternals<T>;\n}\nexport declare const $ZodNullable: core.$constructor<$ZodNullable>;\nexport interface $ZodDefaultDef<T extends SomeType = $ZodType> extends $ZodTypeDef {\n type: \"default\";\n innerType: T;\n /** The default value. May be a getter. */\n defaultValue: util.NoUndefined<core.output<T>>;\n}\nexport interface $ZodDefaultInternals<T extends SomeType = $ZodType> extends $ZodTypeInternals<util.NoUndefined<core.output<T>>, core.input<T> | undefined> {\n def: $ZodDefaultDef<T>;\n optin: \"optional\";\n optout?: \"optional\" | undefined;\n isst: never;\n values: T[\"_zod\"][\"values\"];\n}\nexport interface $ZodDefault<T extends SomeType = $ZodType> extends $ZodType {\n _zod: $ZodDefaultInternals<T>;\n}\nexport declare const $ZodDefault: core.$constructor<$ZodDefault>;\nexport interface $ZodPrefaultDef<T extends SomeType = $ZodType> extends $ZodTypeDef {\n type: \"prefault\";\n innerType: T;\n /** The default value. May be a getter. */\n defaultValue: core.input<T>;\n}\nexport interface $ZodPrefaultInternals<T extends SomeType = $ZodType> extends $ZodTypeInternals<util.NoUndefined<core.output<T>>, core.input<T> | undefined> {\n def: $ZodPrefaultDef<T>;\n optin: \"optional\";\n optout?: \"optional\" | undefined;\n isst: never;\n values: T[\"_zod\"][\"values\"];\n}\nexport interface $ZodPrefault<T extends SomeType = $ZodType> extends $ZodType {\n _zod: $ZodPrefaultInternals<T>;\n}\nexport declare const $ZodPrefault: core.$constructor<$ZodPrefault>;\nexport interface $ZodNonOptionalDef<T extends SomeType = $ZodType> extends $ZodTypeDef {\n type: \"nonoptional\";\n innerType: T;\n}\nexport interface $ZodNonOptionalInternals<T extends SomeType = $ZodType> extends $ZodTypeInternals<util.NoUndefined<core.output<T>>, util.NoUndefined<core.input<T>>> {\n def: $ZodNonOptionalDef<T>;\n isst: errors.$ZodIssueInvalidType;\n values: T[\"_zod\"][\"values\"];\n optin: \"optional\" | undefined;\n optout: \"optional\" | undefined;\n}\nexport interface $ZodNonOptional<T extends SomeType = $ZodType> extends $ZodType {\n _zod: $ZodNonOptionalInternals<T>;\n}\nexport declare const $ZodNonOptional: core.$constructor<$ZodNonOptional>;\nexport interface $ZodSuccessDef<T extends SomeType = $ZodType> extends $ZodTypeDef {\n type: \"success\";\n innerType: T;\n}\nexport interface $ZodSuccessInternals<T extends SomeType = $ZodType> extends $ZodTypeInternals<boolean, core.input<T>> {\n def: $ZodSuccessDef<T>;\n isst: never;\n optin: T[\"_zod\"][\"optin\"];\n optout: \"optional\" | undefined;\n}\nexport interface $ZodSuccess<T extends SomeType = $ZodType> extends $ZodType {\n _zod: $ZodSuccessInternals<T>;\n}\nexport declare const $ZodSuccess: core.$constructor<$ZodSuccess>;\nexport interface $ZodCatchCtx extends ParsePayload {\n /** @deprecated Use `ctx.issues` */\n error: {\n issues: errors.$ZodIssue[];\n };\n /** @deprecated Use `ctx.value` */\n input: unknown;\n}\nexport interface $ZodCatchDef<T extends SomeType = $ZodType> extends $ZodTypeDef {\n type: \"catch\";\n innerType: T;\n catchValue: (ctx: $ZodCatchCtx) => unknown;\n}\nexport interface $ZodCatchInternals<T extends SomeType = $ZodType> extends $ZodTypeInternals<core.output<T>, core.input<T>> {\n def: $ZodCatchDef<T>;\n optin: T[\"_zod\"][\"optin\"];\n optout: T[\"_zod\"][\"optout\"];\n isst: never;\n values: T[\"_zod\"][\"values\"];\n}\nexport interface $ZodCatch<T extends SomeType = $ZodType> extends $ZodType {\n _zod: $ZodCatchInternals<T>;\n}\nexport declare const $ZodCatch: core.$constructor<$ZodCatch>;\nexport interface $ZodNaNDef extends $ZodTypeDef {\n type: \"nan\";\n}\nexport interface $ZodNaNInternals extends $ZodTypeInternals<number, number> {\n def: $ZodNaNDef;\n isst: errors.$ZodIssueInvalidType;\n}\nexport interface $ZodNaN extends $ZodType {\n _zod: $ZodNaNInternals;\n}\nexport declare const $ZodNaN: core.$constructor<$ZodNaN>;\nexport interface $ZodPipeDef<A extends SomeType = $ZodType, B extends SomeType = $ZodType> extends $ZodTypeDef {\n type: \"pipe\";\n in: A;\n out: B;\n /** Only defined inside $ZodCodec instances. */\n transform?: (value: core.output<A>, payload: ParsePayload<core.output<A>>) => util.MaybeAsync<core.input<B>>;\n /** Only defined inside $ZodCodec instances. */\n reverseTransform?: (value: core.input<B>, payload: ParsePayload<core.input<B>>) => util.MaybeAsync<core.output<A>>;\n}\nexport interface $ZodPipeInternals<A extends SomeType = $ZodType, B extends SomeType = $ZodType> extends $ZodTypeInternals<core.output<B>, core.input<A>> {\n def: $ZodPipeDef<A, B>;\n isst: never;\n values: A[\"_zod\"][\"values\"];\n optin: A[\"_zod\"][\"optin\"];\n optout: B[\"_zod\"][\"optout\"];\n propValues: A[\"_zod\"][\"propValues\"];\n}\nexport interface $ZodPipe<A extends SomeType = $ZodType, B extends SomeType = $ZodType> extends $ZodType {\n _zod: $ZodPipeInternals<A, B>;\n}\nexport declare const $ZodPipe: core.$constructor<$ZodPipe>;\nexport interface $ZodCodecDef<A extends SomeType = $ZodType, B extends SomeType = $ZodType> extends $ZodPipeDef<A, B> {\n transform: (value: core.output<A>, payload: ParsePayload<core.output<A>>) => util.MaybeAsync<core.input<B>>;\n reverseTransform: (value: core.input<B>, payload: ParsePayload<core.input<B>>) => util.MaybeAsync<core.output<A>>;\n}\nexport interface $ZodCodecInternals<A extends SomeType = $ZodType, B extends SomeType = $ZodType> extends $ZodTypeInternals<core.output<B>, core.input<A>> {\n def: $ZodCodecDef<A, B>;\n isst: never;\n values: A[\"_zod\"][\"values\"];\n optin: A[\"_zod\"][\"optin\"];\n optout: B[\"_zod\"][\"optout\"];\n propValues: A[\"_zod\"][\"propValues\"];\n}\nexport interface $ZodCodec<A extends SomeType = $ZodType, B extends SomeType = $ZodType> extends $ZodType {\n _zod: $ZodCodecInternals<A, B>;\n}\nexport declare const $ZodCodec: core.$constructor<$ZodCodec>;\nexport interface $ZodReadonlyDef<T extends SomeType = $ZodType> extends $ZodTypeDef {\n type: \"readonly\";\n innerType: T;\n}\nexport interface $ZodReadonlyInternals<T extends SomeType = $ZodType> extends $ZodTypeInternals<util.MakeReadonly<core.output<T>>, util.MakeReadonly<core.input<T>>> {\n def: $ZodReadonlyDef<T>;\n optin: T[\"_zod\"][\"optin\"];\n optout: T[\"_zod\"][\"optout\"];\n isst: never;\n propValues: T[\"_zod\"][\"propValues\"];\n values: T[\"_zod\"][\"values\"];\n}\nexport interface $ZodReadonly<T extends SomeType = $ZodType> extends $ZodType {\n _zod: $ZodReadonlyInternals<T>;\n}\nexport declare const $ZodReadonly: core.$constructor<$ZodReadonly>;\nexport interface $ZodTemplateLiteralDef extends $ZodTypeDef {\n type: \"template_literal\";\n parts: $ZodTemplateLiteralPart[];\n format?: string | undefined;\n}\nexport interface $ZodTemplateLiteralInternals<Template extends string = string> extends $ZodTypeInternals<Template, Template> {\n pattern: RegExp;\n def: $ZodTemplateLiteralDef;\n isst: errors.$ZodIssueInvalidType;\n}\nexport interface $ZodTemplateLiteral<Template extends string = string> extends $ZodType {\n _zod: $ZodTemplateLiteralInternals<Template>;\n}\ntype LiteralPart = Exclude<util.Literal, symbol>;\ninterface SchemaPartInternals extends $ZodTypeInternals<LiteralPart, LiteralPart> {\n pattern: RegExp;\n}\ninterface SchemaPart extends $ZodType {\n _zod: SchemaPartInternals;\n}\nexport type $ZodTemplateLiteralPart = LiteralPart | SchemaPart;\ntype UndefinedToEmptyString<T> = T extends undefined ? \"\" : T;\ntype AppendToTemplateLiteral<Template extends string, Suffix extends LiteralPart | $ZodType> = Suffix extends LiteralPart ? `${Template}${UndefinedToEmptyString<Suffix>}` : Suffix extends $ZodType ? `${Template}${core.output<Suffix> extends infer T extends LiteralPart ? UndefinedToEmptyString<T> : never}` : never;\nexport type ConcatenateTupleOfStrings<T extends string[]> = T extends [\n infer First extends string,\n ...infer Rest extends string[]\n] ? Rest extends string[] ? First extends \"\" ? ConcatenateTupleOfStrings<Rest> : `${First}${ConcatenateTupleOfStrings<Rest>}` : never : \"\";\nexport type ConvertPartsToStringTuple<Parts extends $ZodTemplateLiteralPart[]> = {\n [K in keyof Parts]: Parts[K] extends LiteralPart ? `${UndefinedToEmptyString<Parts[K]>}` : Parts[K] extends $ZodType ? `${core.output<Parts[K]> extends infer T extends LiteralPart ? UndefinedToEmptyString<T> : never}` : never;\n};\nexport type ToTemplateLiteral<Parts extends $ZodTemplateLiteralPart[]> = ConcatenateTupleOfStrings<ConvertPartsToStringTuple<Parts>>;\nexport type $PartsToTemplateLiteral<Parts extends $ZodTemplateLiteralPart[]> = [] extends Parts ? `` : Parts extends [...infer Rest, infer Last extends $ZodTemplateLiteralPart] ? Rest extends $ZodTemplateLiteralPart[] ? AppendToTemplateLiteral<$PartsToTemplateLiteral<Rest>, Last> : never : never;\nexport declare const $ZodTemplateLiteral: core.$constructor<$ZodTemplateLiteral>;\nexport type $ZodFunctionArgs = $ZodType<unknown[], unknown[]>;\nexport type $ZodFunctionIn = $ZodFunctionArgs;\nexport type $ZodFunctionOut = $ZodType;\nexport type $InferInnerFunctionType<Args extends $ZodFunctionIn, Returns extends $ZodFunctionOut> = (...args: $ZodFunctionIn extends Args ? never[] : core.output<Args>) => core.input<Returns>;\nexport type $InferInnerFunctionTypeAsync<Args extends $ZodFunctionIn, Returns extends $ZodFunctionOut> = (...args: $ZodFunctionIn extends Args ? never[] : core.output<Args>) => util.MaybeAsync<core.input<Returns>>;\nexport type $InferOuterFunctionType<Args extends $ZodFunctionIn, Returns extends $ZodFunctionOut> = (...args: $ZodFunctionIn extends Args ? never[] : core.input<Args>) => core.output<Returns>;\nexport type $InferOuterFunctionTypeAsync<Args extends $ZodFunctionIn, Returns extends $ZodFunctionOut> = (...args: $ZodFunctionIn extends Args ? never[] : core.input<Args>) => util.MaybeAsync<core.output<Returns>>;\nexport interface $ZodFunctionDef<In extends $ZodFunctionIn = $ZodFunctionIn, Out extends $ZodFunctionOut = $ZodFunctionOut> extends $ZodTypeDef {\n type: \"function\";\n input: In;\n output: Out;\n}\nexport interface $ZodFunctionInternals<Args extends $ZodFunctionIn, Returns extends $ZodFunctionOut> extends $ZodTypeInternals<$InferOuterFunctionType<Args, Returns>, $InferInnerFunctionType<Args, Returns>> {\n def: $ZodFunctionDef<Args, Returns>;\n isst: errors.$ZodIssueInvalidType;\n}\nexport interface $ZodFunction<Args extends $ZodFunctionIn = $ZodFunctionIn, Returns extends $ZodFunctionOut = $ZodFunctionOut> extends $ZodType<any, any, $ZodFunctionInternals<Args, Returns>> {\n /** @deprecated */\n _def: $ZodFunctionDef<Args, Returns>;\n _input: $InferInnerFunctionType<Args, Returns>;\n _output: $InferOuterFunctionType<Args, Returns>;\n implement<F extends $InferInnerFunctionType<Args, Returns>>(func: F): (...args: Parameters<this[\"_output\"]>) => ReturnType<F> extends ReturnType<this[\"_output\"]> ? ReturnType<F> : ReturnType<this[\"_output\"]>;\n implementAsync<F extends $InferInnerFunctionTypeAsync<Args, Returns>>(func: F): F extends $InferOuterFunctionTypeAsync<Args, Returns> ? F : $InferOuterFunctionTypeAsync<Args, Returns>;\n input<const Items extends util.TupleItems, const Rest extends $ZodFunctionOut = $ZodFunctionOut>(args: Items, rest?: Rest): $ZodFunction<$ZodTuple<Items, Rest>, Returns>;\n input<NewArgs extends $ZodFunctionIn>(args: NewArgs): $ZodFunction<NewArgs, Returns>;\n input(...args: any[]): $ZodFunction<any, Returns>;\n output<NewReturns extends $ZodType>(output: NewReturns): $ZodFunction<Args, NewReturns>;\n}\nexport interface $ZodFunctionParams<I extends $ZodFunctionIn, O extends $ZodType> {\n input?: I;\n output?: O;\n}\nexport declare const $ZodFunction: core.$constructor<$ZodFunction>;\nexport interface $ZodPromiseDef<T extends SomeType = $ZodType> extends $ZodTypeDef {\n type: \"promise\";\n innerType: T;\n}\nexport interface $ZodPromiseInternals<T extends SomeType = $ZodType> extends $ZodTypeInternals<core.output<T>, util.MaybeAsync<core.input<T>>> {\n def: $ZodPromiseDef<T>;\n isst: never;\n}\nexport interface $ZodPromise<T extends SomeType = $ZodType> extends $ZodType {\n _zod: $ZodPromiseInternals<T>;\n}\nexport declare const $ZodPromise: core.$constructor<$ZodPromise>;\nexport interface $ZodLazyDef<T extends SomeType = $ZodType> extends $ZodTypeDef {\n type: \"lazy\";\n getter: () => T;\n}\nexport interface $ZodLazyInternals<T extends SomeType = $ZodType> extends $ZodTypeInternals<core.output<T>, core.input<T>> {\n def: $ZodLazyDef<T>;\n isst: never;\n /** Auto-cached way to retrieve the inner schema */\n innerType: T;\n pattern: T[\"_zod\"][\"pattern\"];\n propValues: T[\"_zod\"][\"propValues\"];\n optin: T[\"_zod\"][\"optin\"];\n optout: T[\"_zod\"][\"optout\"];\n}\nexport interface $ZodLazy<T extends SomeType = $ZodType> extends $ZodType {\n _zod: $ZodLazyInternals<T>;\n}\nexport declare const $ZodLazy: core.$constructor<$ZodLazy>;\nexport interface $ZodCustomDef<O = unknown> extends $ZodTypeDef, checks.$ZodCheckDef {\n type: \"custom\";\n check: \"custom\";\n path?: PropertyKey[] | undefined;\n error?: errors.$ZodErrorMap | undefined;\n params?: Record<string, any> | undefined;\n fn: (arg: O) => unknown;\n}\nexport interface $ZodCustomInternals<O = unknown, I = unknown> extends $ZodTypeInternals<O, I>, checks.$ZodCheckInternals<O> {\n def: $ZodCustomDef;\n issc: errors.$ZodIssue;\n isst: never;\n bag: util.LoosePartial<{\n Class: typeof util.Class;\n }>;\n}\nexport interface $ZodCustom<O = unknown, I = unknown> extends $ZodType {\n _zod: $ZodCustomInternals<O, I>;\n}\nexport declare const $ZodCustom: core.$constructor<$ZodCustom>;\nexport type $ZodTypes = $ZodString | $ZodNumber | $ZodBigInt | $ZodBoolean | $ZodDate | $ZodSymbol | $ZodUndefined | $ZodNullable | $ZodNull | $ZodAny | $ZodUnknown | $ZodNever | $ZodVoid | $ZodArray | $ZodObject | $ZodUnion | $ZodIntersection | $ZodTuple | $ZodRecord | $ZodMap | $ZodSet | $ZodLiteral | $ZodEnum | $ZodFunction | $ZodPromise | $ZodLazy | $ZodOptional | $ZodDefault | $ZodPrefault | $ZodTemplateLiteral | $ZodCustom | $ZodTransform | $ZodNonOptional | $ZodReadonly | $ZodNaN | $ZodPipe | $ZodSuccess | $ZodCatch | $ZodFile;\nexport type $ZodStringFormatTypes = $ZodGUID | $ZodUUID | $ZodEmail | $ZodURL | $ZodEmoji | $ZodNanoID | $ZodCUID | $ZodCUID2 | $ZodULID | $ZodXID | $ZodKSUID | $ZodISODateTime | $ZodISODate | $ZodISOTime | $ZodISODuration | $ZodIPv4 | $ZodIPv6 | $ZodCIDRv4 | $ZodCIDRv6 | $ZodBase64 | $ZodBase64URL | $ZodE164 | $ZodJWT | $ZodCustomStringFormat<\"hex\"> | $ZodCustomStringFormat<util.HashFormat> | $ZodCustomStringFormat<\"hostname\">;\n"],"x_google_ignoreList":[0],"mappings":"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"}
package/schemas2.d.ts DELETED
@@ -1,320 +0,0 @@
1
- import { EnumLike, Extend, Flatten, Literal, Mask, NoUndefined, ToEnum } from "./util.js";
2
- import { $ZodArray, $ZodArrayInternals, $ZodBooleanInternals, $ZodCatch, $ZodCatchCtx, $ZodCatchInternals, $ZodDefault, $ZodDefaultInternals, $ZodEmailInternals, $ZodEnum, $ZodEnumInternals, $ZodIntersection, $ZodIntersectionInternals, $ZodLiteral, $ZodLiteralInternals, $ZodLooseShape, $ZodNonOptional, $ZodNonOptionalInternals, $ZodNullInternals, $ZodNullable, $ZodNullableInternals, $ZodNumberInternals, $ZodObject, $ZodObjectConfig, $ZodObjectInternals, $ZodOptional, $ZodOptionalInternals, $ZodPipe, $ZodPipeInternals, $ZodPrefault, $ZodPrefaultInternals, $ZodReadonly, $ZodReadonlyInternals, $ZodRecord, $ZodRecordInternals, $ZodRecordKey, $ZodShape, $ZodStringFormatInternals, $ZodStringInternals, $ZodTransform, $ZodTransformInternals, $ZodType, $ZodTypeInternals, $ZodULIDInternals, $ZodURLInternals, $ZodUnion, $ZodUnionInternals, $ZodUnknownInternals, $catchall, $loose, $strict, $strip, CheckFn, ParseContext, SomeType } from "./schemas.js";
3
- import { $ZodCheck } from "./checks.js";
4
- import { $ZodIssue } from "./errors.js";
5
- import { $ZodBranded, $constructor, input, output } from "./core.js";
6
- import { $ZodRegistry, $replace, GlobalMeta } from "./registries.js";
7
- import { $RefinementCtx, $ZodCheckBase64Params, $ZodCheckBase64URLParams, $ZodCheckCIDRv4Params, $ZodCheckCIDRv6Params, $ZodCheckCUID2Params, $ZodCheckCUIDParams, $ZodCheckE164Params, $ZodCheckEmailParams, $ZodCheckEmojiParams, $ZodCheckEndsWithParams, $ZodCheckGUIDParams, $ZodCheckGreaterThanParams, $ZodCheckIPv4Params, $ZodCheckIPv6Params, $ZodCheckISODateParams, $ZodCheckISODateTimeParams, $ZodCheckISODurationParams, $ZodCheckISOTimeParams, $ZodCheckIncludesParams, $ZodCheckJWTParams, $ZodCheckKSUIDParams, $ZodCheckLengthEqualsParams, $ZodCheckLessThanParams, $ZodCheckLowerCaseParams, $ZodCheckMaxLengthParams, $ZodCheckMinLengthParams, $ZodCheckMultipleOfParams, $ZodCheckNanoIDParams, $ZodCheckNumberFormatParams, $ZodCheckRegexParams, $ZodCheckStartsWithParams, $ZodCheckULIDParams, $ZodCheckURLParams, $ZodCheckUUIDParams, $ZodCheckUpperCaseParams, $ZodCheckXIDParams, $ZodCustomParams, $ZodEnumParams, $ZodNonOptionalParams } from "./api.js";
8
- import { ZodSafeParseResult } from "./parse.js";
9
-
10
- //#region ../../node_modules/zod/v4/classic/schemas.d.cts
11
- interface ZodType<out Output = unknown, out Input = unknown, out Internals extends $ZodTypeInternals<Output, Input> = $ZodTypeInternals<Output, Input>> extends $ZodType<Output, Input, Internals> {
12
- def: Internals["def"];
13
- type: Internals["def"]["type"];
14
- /** @deprecated Use `.def` instead. */
15
- _def: Internals["def"];
16
- /** @deprecated Use `z.output<typeof schema>` instead. */
17
- _output: Internals["output"];
18
- /** @deprecated Use `z.input<typeof schema>` instead. */
19
- _input: Internals["input"];
20
- check(...checks: (CheckFn<output<this>> | $ZodCheck<output<this>>)[]): this;
21
- clone(def?: Internals["def"], params?: {
22
- parent: boolean;
23
- }): this;
24
- register<R extends $ZodRegistry>(registry: R, ...meta: this extends R["_schema"] ? undefined extends R["_meta"] ? [$replace<R["_meta"], this>?] : [$replace<R["_meta"], this>] : ["Incompatible schema"]): this;
25
- brand<T extends PropertyKey = PropertyKey>(value?: T): PropertyKey extends T ? this : $ZodBranded<this, T>;
26
- parse(data: unknown, params?: ParseContext<$ZodIssue>): output<this>;
27
- safeParse(data: unknown, params?: ParseContext<$ZodIssue>): ZodSafeParseResult<output<this>>;
28
- parseAsync(data: unknown, params?: ParseContext<$ZodIssue>): Promise<output<this>>;
29
- safeParseAsync(data: unknown, params?: ParseContext<$ZodIssue>): Promise<ZodSafeParseResult<output<this>>>;
30
- spa: (data: unknown, params?: ParseContext<$ZodIssue>) => Promise<ZodSafeParseResult<output<this>>>;
31
- encode(data: output<this>, params?: ParseContext<$ZodIssue>): input<this>;
32
- decode(data: input<this>, params?: ParseContext<$ZodIssue>): output<this>;
33
- encodeAsync(data: output<this>, params?: ParseContext<$ZodIssue>): Promise<input<this>>;
34
- decodeAsync(data: input<this>, params?: ParseContext<$ZodIssue>): Promise<output<this>>;
35
- safeEncode(data: output<this>, params?: ParseContext<$ZodIssue>): ZodSafeParseResult<input<this>>;
36
- safeDecode(data: input<this>, params?: ParseContext<$ZodIssue>): ZodSafeParseResult<output<this>>;
37
- safeEncodeAsync(data: output<this>, params?: ParseContext<$ZodIssue>): Promise<ZodSafeParseResult<input<this>>>;
38
- safeDecodeAsync(data: input<this>, params?: ParseContext<$ZodIssue>): Promise<ZodSafeParseResult<output<this>>>;
39
- refine(check: (arg: output<this>) => unknown | Promise<unknown>, params?: string | $ZodCustomParams): this;
40
- superRefine(refinement: (arg: output<this>, ctx: $RefinementCtx<output<this>>) => void | Promise<void>): this;
41
- overwrite(fn: (x: output<this>) => output<this>): this;
42
- optional(): ZodOptional<this>;
43
- nonoptional(params?: string | $ZodNonOptionalParams): ZodNonOptional<this>;
44
- nullable(): ZodNullable<this>;
45
- nullish(): ZodOptional<ZodNullable<this>>;
46
- default(def: NoUndefined<output<this>>): ZodDefault<this>;
47
- default(def: () => NoUndefined<output<this>>): ZodDefault<this>;
48
- prefault(def: () => input<this>): ZodPrefault<this>;
49
- prefault(def: input<this>): ZodPrefault<this>;
50
- array(): ZodArray<this>;
51
- or<T extends SomeType>(option: T): ZodUnion<[this, T]>;
52
- and<T extends SomeType>(incoming: T): ZodIntersection<this, T>;
53
- transform<NewOut>(transform: (arg: output<this>, ctx: $RefinementCtx<output<this>>) => NewOut | Promise<NewOut>): ZodPipe<this, ZodTransform<Awaited<NewOut>, output<this>>>;
54
- catch(def: output<this>): ZodCatch<this>;
55
- catch(def: (ctx: $ZodCatchCtx) => output<this>): ZodCatch<this>;
56
- pipe<T extends $ZodType<any, output<this>>>(target: T | $ZodType<any, output<this>>): ZodPipe<this, T>;
57
- readonly(): ZodReadonly<this>;
58
- /** Returns a new instance that has been registered in `z.globalRegistry` with the specified description */
59
- describe(description: string): this;
60
- description?: string;
61
- /** Returns the metadata associated with this instance in `z.globalRegistry` */
62
- meta(): $replace<GlobalMeta, this> | undefined;
63
- /** Returns a new instance that has been registered in `z.globalRegistry` with the specified metadata */
64
- meta(data: $replace<GlobalMeta, this>): this;
65
- /** @deprecated Try safe-parsing `undefined` (this is what `isOptional` does internally):
66
- *
67
- * ```ts
68
- * const schema = z.string().optional();
69
- * const isOptional = schema.safeParse(undefined).success; // true
70
- * ```
71
- */
72
- isOptional(): boolean;
73
- /**
74
- * @deprecated Try safe-parsing `null` (this is what `isNullable` does internally):
75
- *
76
- * ```ts
77
- * const schema = z.string().nullable();
78
- * const isNullable = schema.safeParse(null).success; // true
79
- * ```
80
- */
81
- isNullable(): boolean;
82
- }
83
- interface _ZodType<out Internals extends $ZodTypeInternals = $ZodTypeInternals> extends ZodType<any, any, Internals> {}
84
- declare const ZodType: $constructor<ZodType>;
85
- interface _ZodString<T extends $ZodStringInternals<unknown> = $ZodStringInternals<unknown>> extends _ZodType<T> {
86
- format: string | null;
87
- minLength: number | null;
88
- maxLength: number | null;
89
- regex(regex: RegExp, params?: string | $ZodCheckRegexParams): this;
90
- includes(value: string, params?: $ZodCheckIncludesParams): this;
91
- startsWith(value: string, params?: string | $ZodCheckStartsWithParams): this;
92
- endsWith(value: string, params?: string | $ZodCheckEndsWithParams): this;
93
- min(minLength: number, params?: string | $ZodCheckMinLengthParams): this;
94
- max(maxLength: number, params?: string | $ZodCheckMaxLengthParams): this;
95
- length(len: number, params?: string | $ZodCheckLengthEqualsParams): this;
96
- nonempty(params?: string | $ZodCheckMinLengthParams): this;
97
- lowercase(params?: string | $ZodCheckLowerCaseParams): this;
98
- uppercase(params?: string | $ZodCheckUpperCaseParams): this;
99
- trim(): this;
100
- normalize(form?: "NFC" | "NFD" | "NFKC" | "NFKD" | (string & {})): this;
101
- toLowerCase(): this;
102
- toUpperCase(): this;
103
- }
104
- /** @internal */
105
- declare const _ZodString: $constructor<_ZodString>;
106
- interface ZodString extends _ZodString<$ZodStringInternals<string>> {
107
- /** @deprecated Use `z.email()` instead. */
108
- email(params?: string | $ZodCheckEmailParams): this;
109
- /** @deprecated Use `z.url()` instead. */
110
- url(params?: string | $ZodCheckURLParams): this;
111
- /** @deprecated Use `z.jwt()` instead. */
112
- jwt(params?: string | $ZodCheckJWTParams): this;
113
- /** @deprecated Use `z.emoji()` instead. */
114
- emoji(params?: string | $ZodCheckEmojiParams): this;
115
- /** @deprecated Use `z.guid()` instead. */
116
- guid(params?: string | $ZodCheckGUIDParams): this;
117
- /** @deprecated Use `z.uuid()` instead. */
118
- uuid(params?: string | $ZodCheckUUIDParams): this;
119
- /** @deprecated Use `z.uuid()` instead. */
120
- uuidv4(params?: string | $ZodCheckUUIDParams): this;
121
- /** @deprecated Use `z.uuid()` instead. */
122
- uuidv6(params?: string | $ZodCheckUUIDParams): this;
123
- /** @deprecated Use `z.uuid()` instead. */
124
- uuidv7(params?: string | $ZodCheckUUIDParams): this;
125
- /** @deprecated Use `z.nanoid()` instead. */
126
- nanoid(params?: string | $ZodCheckNanoIDParams): this;
127
- /** @deprecated Use `z.guid()` instead. */
128
- guid(params?: string | $ZodCheckGUIDParams): this;
129
- /** @deprecated Use `z.cuid()` instead. */
130
- cuid(params?: string | $ZodCheckCUIDParams): this;
131
- /** @deprecated Use `z.cuid2()` instead. */
132
- cuid2(params?: string | $ZodCheckCUID2Params): this;
133
- /** @deprecated Use `z.ulid()` instead. */
134
- ulid(params?: string | $ZodCheckULIDParams): this;
135
- /** @deprecated Use `z.base64()` instead. */
136
- base64(params?: string | $ZodCheckBase64Params): this;
137
- /** @deprecated Use `z.base64url()` instead. */
138
- base64url(params?: string | $ZodCheckBase64URLParams): this;
139
- /** @deprecated Use `z.xid()` instead. */
140
- xid(params?: string | $ZodCheckXIDParams): this;
141
- /** @deprecated Use `z.ksuid()` instead. */
142
- ksuid(params?: string | $ZodCheckKSUIDParams): this;
143
- /** @deprecated Use `z.ipv4()` instead. */
144
- ipv4(params?: string | $ZodCheckIPv4Params): this;
145
- /** @deprecated Use `z.ipv6()` instead. */
146
- ipv6(params?: string | $ZodCheckIPv6Params): this;
147
- /** @deprecated Use `z.cidrv4()` instead. */
148
- cidrv4(params?: string | $ZodCheckCIDRv4Params): this;
149
- /** @deprecated Use `z.cidrv6()` instead. */
150
- cidrv6(params?: string | $ZodCheckCIDRv6Params): this;
151
- /** @deprecated Use `z.e164()` instead. */
152
- e164(params?: string | $ZodCheckE164Params): this;
153
- /** @deprecated Use `z.iso.datetime()` instead. */
154
- datetime(params?: string | $ZodCheckISODateTimeParams): this;
155
- /** @deprecated Use `z.iso.date()` instead. */
156
- date(params?: string | $ZodCheckISODateParams): this;
157
- /** @deprecated Use `z.iso.time()` instead. */
158
- time(params?: string | $ZodCheckISOTimeParams): this;
159
- /** @deprecated Use `z.iso.duration()` instead. */
160
- duration(params?: string | $ZodCheckISODurationParams): this;
161
- }
162
- declare const ZodString: $constructor<ZodString>;
163
- interface ZodStringFormat<Format extends string = string> extends _ZodString<$ZodStringFormatInternals<Format>> {}
164
- declare const ZodStringFormat: $constructor<ZodStringFormat>;
165
- interface ZodEmail extends ZodStringFormat<"email"> {
166
- _zod: $ZodEmailInternals;
167
- }
168
- declare const ZodEmail: $constructor<ZodEmail>;
169
- interface ZodURL extends ZodStringFormat<"url"> {
170
- _zod: $ZodURLInternals;
171
- }
172
- declare const ZodURL: $constructor<ZodURL>;
173
- interface ZodULID extends ZodStringFormat<"ulid"> {
174
- _zod: $ZodULIDInternals;
175
- }
176
- declare const ZodULID: $constructor<ZodULID>;
177
- interface _ZodNumber<Internals extends $ZodNumberInternals = $ZodNumberInternals> extends _ZodType<Internals> {
178
- gt(value: number, params?: string | $ZodCheckGreaterThanParams): this;
179
- /** Identical to .min() */
180
- gte(value: number, params?: string | $ZodCheckGreaterThanParams): this;
181
- min(value: number, params?: string | $ZodCheckGreaterThanParams): this;
182
- lt(value: number, params?: string | $ZodCheckLessThanParams): this;
183
- /** Identical to .max() */
184
- lte(value: number, params?: string | $ZodCheckLessThanParams): this;
185
- max(value: number, params?: string | $ZodCheckLessThanParams): this;
186
- /** Consider `z.int()` instead. This API is considered *legacy*; it will never be removed but a better alternative exists. */
187
- int(params?: string | $ZodCheckNumberFormatParams): this;
188
- /** @deprecated This is now identical to `.int()`. Only numbers in the safe integer range are accepted. */
189
- safe(params?: string | $ZodCheckNumberFormatParams): this;
190
- positive(params?: string | $ZodCheckGreaterThanParams): this;
191
- nonnegative(params?: string | $ZodCheckGreaterThanParams): this;
192
- negative(params?: string | $ZodCheckLessThanParams): this;
193
- nonpositive(params?: string | $ZodCheckLessThanParams): this;
194
- multipleOf(value: number, params?: string | $ZodCheckMultipleOfParams): this;
195
- /** @deprecated Use `.multipleOf()` instead. */
196
- step(value: number, params?: string | $ZodCheckMultipleOfParams): this;
197
- /** @deprecated In v4 and later, z.number() does not allow infinite values by default. This is a no-op. */
198
- finite(params?: unknown): this;
199
- minValue: number | null;
200
- maxValue: number | null;
201
- /** @deprecated Check the `format` property instead. */
202
- isInt: boolean;
203
- /** @deprecated Number schemas no longer accept infinite values, so this always returns `true`. */
204
- isFinite: boolean;
205
- format: string | null;
206
- }
207
- interface ZodNumber extends _ZodNumber<$ZodNumberInternals<number>> {}
208
- declare const ZodNumber: $constructor<ZodNumber>;
209
- interface _ZodBoolean<T extends $ZodBooleanInternals = $ZodBooleanInternals> extends _ZodType<T> {}
210
- interface ZodBoolean extends _ZodBoolean<$ZodBooleanInternals<boolean>> {}
211
- declare const ZodBoolean: $constructor<ZodBoolean>;
212
- interface ZodNull extends _ZodType<$ZodNullInternals> {}
213
- declare const ZodNull: $constructor<ZodNull>;
214
- interface ZodUnknown extends _ZodType<$ZodUnknownInternals> {}
215
- declare const ZodUnknown: $constructor<ZodUnknown>;
216
- interface ZodArray<T extends SomeType = $ZodType> extends _ZodType<$ZodArrayInternals<T>>, $ZodArray<T> {
217
- element: T;
218
- min(minLength: number, params?: string | $ZodCheckMinLengthParams): this;
219
- nonempty(params?: string | $ZodCheckMinLengthParams): this;
220
- max(maxLength: number, params?: string | $ZodCheckMaxLengthParams): this;
221
- length(len: number, params?: string | $ZodCheckLengthEqualsParams): this;
222
- unwrap(): T;
223
- }
224
- declare const ZodArray: $constructor<ZodArray>;
225
- type SafeExtendShape<Base extends $ZodShape, Ext extends $ZodLooseShape> = { [K in keyof Ext]: K extends keyof Base ? output<Ext[K]> extends output<Base[K]> ? input<Ext[K]> extends input<Base[K]> ? Ext[K] : never : never : Ext[K] };
226
- interface ZodObject< /** @ts-ignore Cast variance */
227
- out Shape extends $ZodShape = $ZodLooseShape, out Config extends $ZodObjectConfig = $strip> extends _ZodType<$ZodObjectInternals<Shape, Config>>, $ZodObject<Shape, Config> {
228
- shape: Shape;
229
- keyof(): ZodEnum<ToEnum<keyof Shape & string>>;
230
- /** Define a schema to validate all unrecognized keys. This overrides the existing strict/loose behavior. */
231
- catchall<T extends SomeType>(schema: T): ZodObject<Shape, $catchall<T>>;
232
- /** @deprecated Use `z.looseObject()` or `.loose()` instead. */
233
- passthrough(): ZodObject<Shape, $loose>;
234
- /** Consider `z.looseObject(A.shape)` instead */
235
- loose(): ZodObject<Shape, $loose>;
236
- /** Consider `z.strictObject(A.shape)` instead */
237
- strict(): ZodObject<Shape, $strict>;
238
- /** This is the default behavior. This method call is likely unnecessary. */
239
- strip(): ZodObject<Shape, $strip>;
240
- extend<U extends $ZodLooseShape>(shape: U): ZodObject<Extend<Shape, U>, Config>;
241
- safeExtend<U extends $ZodLooseShape>(shape: SafeExtendShape<Shape, U> & Partial<Record<keyof Shape, SomeType>>): ZodObject<Extend<Shape, U>, Config>;
242
- /**
243
- * @deprecated Use [`A.extend(B.shape)`](https://zod.dev/api?id=extend) instead.
244
- */
245
- merge<U extends ZodObject>(other: U): ZodObject<Extend<Shape, U["shape"]>, U["_zod"]["config"]>;
246
- pick<M extends Mask<keyof Shape>>(mask: M): ZodObject<Flatten<Pick<Shape, Extract<keyof Shape, keyof M>>>, Config>;
247
- omit<M extends Mask<keyof Shape>>(mask: M): ZodObject<Flatten<Omit<Shape, Extract<keyof Shape, keyof M>>>, Config>;
248
- partial(): ZodObject<{ [k in keyof Shape]: ZodOptional<Shape[k]> }, Config>;
249
- partial<M extends Mask<keyof Shape>>(mask: M): ZodObject<{ [k in keyof Shape]: k extends keyof M ? ZodOptional<Shape[k]> : Shape[k] }, Config>;
250
- required(): ZodObject<{ [k in keyof Shape]: ZodNonOptional<Shape[k]> }, Config>;
251
- required<M extends Mask<keyof Shape>>(mask: M): ZodObject<{ [k in keyof Shape]: k extends keyof M ? ZodNonOptional<Shape[k]> : Shape[k] }, Config>;
252
- }
253
- declare const ZodObject: $constructor<ZodObject>;
254
- interface ZodUnion<T extends readonly SomeType[] = readonly $ZodType[]> extends _ZodType<$ZodUnionInternals<T>>, $ZodUnion<T> {
255
- options: T;
256
- }
257
- declare const ZodUnion: $constructor<ZodUnion>;
258
- interface ZodIntersection<A extends SomeType = $ZodType, B extends SomeType = $ZodType> extends _ZodType<$ZodIntersectionInternals<A, B>>, $ZodIntersection<A, B> {}
259
- declare const ZodIntersection: $constructor<ZodIntersection>;
260
- interface ZodRecord<Key extends $ZodRecordKey = $ZodRecordKey, Value extends SomeType = $ZodType> extends _ZodType<$ZodRecordInternals<Key, Value>>, $ZodRecord<Key, Value> {
261
- keyType: Key;
262
- valueType: Value;
263
- }
264
- declare const ZodRecord: $constructor<ZodRecord>;
265
- interface ZodEnum< /** @ts-ignore Cast variance */
266
- out T extends EnumLike = EnumLike> extends _ZodType<$ZodEnumInternals<T>>, $ZodEnum<T> {
267
- enum: T;
268
- options: Array<T[keyof T]>;
269
- extract<const U extends readonly (keyof T)[]>(values: U, params?: string | $ZodEnumParams): ZodEnum<Flatten<Pick<T, U[number]>>>;
270
- exclude<const U extends readonly (keyof T)[]>(values: U, params?: string | $ZodEnumParams): ZodEnum<Flatten<Omit<T, U[number]>>>;
271
- }
272
- declare const ZodEnum: $constructor<ZodEnum>;
273
- interface ZodLiteral<T extends Literal = Literal> extends _ZodType<$ZodLiteralInternals<T>>, $ZodLiteral<T> {
274
- values: Set<T>;
275
- /** @legacy Use `.values` instead. Accessing this property will throw an error if the literal accepts multiple values. */
276
- value: T;
277
- }
278
- declare const ZodLiteral: $constructor<ZodLiteral>;
279
- interface ZodTransform<O = unknown, I = unknown> extends _ZodType<$ZodTransformInternals<O, I>>, $ZodTransform<O, I> {}
280
- declare const ZodTransform: $constructor<ZodTransform>;
281
- interface ZodOptional<T extends SomeType = $ZodType> extends _ZodType<$ZodOptionalInternals<T>>, $ZodOptional<T> {
282
- unwrap(): T;
283
- }
284
- declare const ZodOptional: $constructor<ZodOptional>;
285
- interface ZodNullable<T extends SomeType = $ZodType> extends _ZodType<$ZodNullableInternals<T>>, $ZodNullable<T> {
286
- unwrap(): T;
287
- }
288
- declare const ZodNullable: $constructor<ZodNullable>;
289
- interface ZodDefault<T extends SomeType = $ZodType> extends _ZodType<$ZodDefaultInternals<T>>, $ZodDefault<T> {
290
- unwrap(): T;
291
- /** @deprecated Use `.unwrap()` instead. */
292
- removeDefault(): T;
293
- }
294
- declare const ZodDefault: $constructor<ZodDefault>;
295
- interface ZodPrefault<T extends SomeType = $ZodType> extends _ZodType<$ZodPrefaultInternals<T>>, $ZodPrefault<T> {
296
- unwrap(): T;
297
- }
298
- declare const ZodPrefault: $constructor<ZodPrefault>;
299
- interface ZodNonOptional<T extends SomeType = $ZodType> extends _ZodType<$ZodNonOptionalInternals<T>>, $ZodNonOptional<T> {
300
- unwrap(): T;
301
- }
302
- declare const ZodNonOptional: $constructor<ZodNonOptional>;
303
- interface ZodCatch<T extends SomeType = $ZodType> extends _ZodType<$ZodCatchInternals<T>>, $ZodCatch<T> {
304
- unwrap(): T;
305
- /** @deprecated Use `.unwrap()` instead. */
306
- removeCatch(): T;
307
- }
308
- declare const ZodCatch: $constructor<ZodCatch>;
309
- interface ZodPipe<A extends SomeType = $ZodType, B extends SomeType = $ZodType> extends _ZodType<$ZodPipeInternals<A, B>>, $ZodPipe<A, B> {
310
- in: A;
311
- out: B;
312
- }
313
- declare const ZodPipe: $constructor<ZodPipe>;
314
- interface ZodReadonly<T extends SomeType = $ZodType> extends _ZodType<$ZodReadonlyInternals<T>>, $ZodReadonly<T> {
315
- unwrap(): T;
316
- }
317
- declare const ZodReadonly: $constructor<ZodReadonly>;
318
- //#endregion
319
- export { ZodArray, ZodBoolean, ZodDefault, ZodEmail, ZodEnum, ZodLiteral, ZodNull, ZodNullable, ZodNumber, ZodObject, ZodOptional, ZodRecord, ZodString, ZodULID, ZodURL, ZodUnion, ZodUnknown, _ZodNumber };
320
- //# sourceMappingURL=schemas2.d.ts.map