@cossistant/react 0.0.29 → 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 (280) hide show
  1. package/_virtual/rolldown_runtime.js +9 -23
  2. package/hooks/index.d.ts +2 -2
  3. package/hooks/private/store/use-conversations-store.d.ts +2 -0
  4. package/hooks/private/store/use-conversations-store.d.ts.map +1 -1
  5. package/hooks/private/store/use-conversations-store.js +15 -8
  6. package/hooks/private/store/use-conversations-store.js.map +1 -1
  7. package/hooks/private/store/use-store-selector.d.ts +3 -0
  8. package/hooks/private/store/use-store-selector.d.ts.map +1 -1
  9. package/hooks/private/store/use-store-selector.js +4 -8
  10. package/hooks/private/store/use-store-selector.js.map +1 -1
  11. package/hooks/private/store/use-website-store.d.ts +3 -1
  12. package/hooks/private/store/use-website-store.d.ts.map +1 -1
  13. package/hooks/private/store/use-website-store.js +14 -6
  14. package/hooks/private/store/use-website-store.js.map +1 -1
  15. package/hooks/private/use-client-query.d.ts +1 -1
  16. package/hooks/private/use-client-query.d.ts.map +1 -1
  17. package/hooks/private/use-client-query.js +1 -0
  18. package/hooks/private/use-client-query.js.map +1 -1
  19. package/hooks/private/use-default-messages.d.ts +1 -1
  20. package/hooks/private/use-grouped-messages.d.ts +2 -2
  21. package/hooks/private/use-rest-client.d.ts +13 -3
  22. package/hooks/private/use-rest-client.d.ts.map +1 -1
  23. package/hooks/private/use-rest-client.js +49 -22
  24. package/hooks/private/use-rest-client.js.map +1 -1
  25. package/hooks/private/use-visitor-typing-reporter.d.ts +1 -1
  26. package/hooks/use-conversation-auto-seen.d.ts +1 -1
  27. package/hooks/use-conversation-page.d.ts +1 -1
  28. package/hooks/use-conversation-page.d.ts.map +1 -1
  29. package/hooks/use-conversation-page.js +10 -3
  30. package/hooks/use-conversation-page.js.map +1 -1
  31. package/hooks/use-conversation-preview.d.ts +3 -1
  32. package/hooks/use-conversation-preview.d.ts.map +1 -1
  33. package/hooks/use-conversation-preview.js +6 -3
  34. package/hooks/use-conversation-preview.js.map +1 -1
  35. package/hooks/use-conversation-seen.d.ts +1 -1
  36. package/hooks/use-conversation-timeline-items.d.ts +1 -1
  37. package/hooks/use-conversation-timeline-items.js +2 -3
  38. package/hooks/use-conversation-timeline-items.js.map +1 -1
  39. package/hooks/use-conversation-timeline.d.ts +1 -1
  40. package/hooks/use-conversation.d.ts +1 -1
  41. package/hooks/use-conversation.js +2 -3
  42. package/hooks/use-conversation.js.map +1 -1
  43. package/hooks/use-conversations.d.ts +1 -1
  44. package/hooks/use-conversations.js +5 -3
  45. package/hooks/use-conversations.js.map +1 -1
  46. package/hooks/use-create-conversation.d.ts +3 -3
  47. package/hooks/use-create-conversation.js +1 -0
  48. package/hooks/use-create-conversation.js.map +1 -1
  49. package/hooks/use-file-upload.d.ts +1 -1
  50. package/hooks/use-file-upload.js +3 -3
  51. package/hooks/use-file-upload.js.map +1 -1
  52. package/hooks/use-home-page.js +3 -3
  53. package/hooks/use-home-page.js.map +1 -1
  54. package/hooks/use-message-composer.d.ts +10 -3
  55. package/hooks/use-message-composer.d.ts.map +1 -1
  56. package/hooks/use-message-composer.js +5 -2
  57. package/hooks/use-message-composer.js.map +1 -1
  58. package/hooks/use-realtime-support.d.ts +1 -1
  59. package/hooks/use-send-message.d.ts +8 -2
  60. package/hooks/use-send-message.d.ts.map +1 -1
  61. package/hooks/use-send-message.js +5 -3
  62. package/hooks/use-send-message.js.map +1 -1
  63. package/hooks/use-visitor.js +2 -2
  64. package/hooks/use-visitor.js.map +1 -1
  65. package/identify-visitor.d.ts.map +1 -1
  66. package/identify-visitor.js +15 -1
  67. package/identify-visitor.js.map +1 -1
  68. package/index.d.ts +2 -2
  69. package/index.js +1 -1
  70. package/package.json +5 -3
  71. package/{conversation.d.ts → packages/types/src/api/conversation.d.ts} +365 -61
  72. package/packages/types/src/api/conversation.d.ts.map +1 -0
  73. package/packages/types/src/api/timeline-item.d.ts +460 -0
  74. package/packages/types/src/api/timeline-item.d.ts.map +1 -0
  75. package/{realtime-events.d.ts → packages/types/src/realtime-events.d.ts} +443 -45
  76. package/packages/types/src/realtime-events.d.ts.map +1 -0
  77. package/{schemas3.d.ts → packages/types/src/schemas.d.ts} +94 -18
  78. package/packages/types/src/schemas.d.ts.map +1 -0
  79. package/primitives/avatar/avatar.js +1 -1
  80. package/primitives/avatar/avatar.js.map +1 -1
  81. package/primitives/avatar/fallback.js +1 -1
  82. package/primitives/avatar/fallback.js.map +1 -1
  83. package/primitives/avatar/image.js +1 -1
  84. package/primitives/avatar/image.js.map +1 -1
  85. package/primitives/button.js +1 -1
  86. package/primitives/button.js.map +1 -1
  87. package/primitives/conversation-timeline.d.ts +1 -1
  88. package/primitives/conversation-timeline.js +4 -4
  89. package/primitives/conversation-timeline.js.map +1 -1
  90. package/primitives/day-separator.js +3 -3
  91. package/primitives/day-separator.js.map +1 -1
  92. package/primitives/multimodal-input.js +2 -2
  93. package/primitives/multimodal-input.js.map +1 -1
  94. package/primitives/timeline-item-attachments.d.ts +1 -1
  95. package/primitives/timeline-item-attachments.js +6 -7
  96. package/primitives/timeline-item-attachments.js.map +1 -1
  97. package/primitives/timeline-item-group.d.ts +1 -1
  98. package/primitives/timeline-item-group.js +7 -7
  99. package/primitives/timeline-item-group.js.map +1 -1
  100. package/primitives/timeline-item.d.ts +1 -1
  101. package/primitives/timeline-item.d.ts.map +1 -1
  102. package/primitives/timeline-item.js +33 -8
  103. package/primitives/timeline-item.js.map +1 -1
  104. package/primitives/trigger.js +1 -1
  105. package/primitives/trigger.js.map +1 -1
  106. package/primitives/window.js +1 -1
  107. package/primitives/window.js.map +1 -1
  108. package/provider.d.ts +4 -2
  109. package/provider.d.ts.map +1 -1
  110. package/provider.js +56 -8
  111. package/provider.js.map +1 -1
  112. package/realtime/event-filter.d.ts +4 -1
  113. package/realtime/event-filter.d.ts.map +1 -1
  114. package/realtime/event-filter.js +14 -0
  115. package/realtime/event-filter.js.map +1 -1
  116. package/realtime/provider.d.ts +1 -1
  117. package/realtime/provider.d.ts.map +1 -1
  118. package/realtime/provider.js +1 -2
  119. package/realtime/provider.js.map +1 -1
  120. package/realtime/seen-store.d.ts +2 -2
  121. package/realtime/support-provider.js +3 -2
  122. package/realtime/support-provider.js.map +1 -1
  123. package/realtime/typing-store.d.ts +1 -1
  124. package/realtime/use-realtime.d.ts +1 -1
  125. package/support/components/avatar-stack.d.ts.map +1 -1
  126. package/support/components/avatar-stack.js +32 -12
  127. package/support/components/avatar-stack.js.map +1 -1
  128. package/support/components/avatar.d.ts +34 -3
  129. package/support/components/avatar.d.ts.map +1 -1
  130. package/support/components/avatar.js +61 -8
  131. package/support/components/avatar.js.map +1 -1
  132. package/support/components/button.d.ts +3 -1
  133. package/support/components/button.d.ts.map +1 -1
  134. package/support/components/button.js +3 -3
  135. package/support/components/button.js.map +1 -1
  136. package/support/components/configuration-error.d.ts +16 -0
  137. package/support/components/configuration-error.d.ts.map +1 -0
  138. package/support/components/configuration-error.js +162 -0
  139. package/support/components/configuration-error.js.map +1 -0
  140. package/support/components/content.js +1 -2
  141. package/support/components/content.js.map +1 -1
  142. package/support/components/conversation-button-link.js +18 -23
  143. package/support/components/conversation-button-link.js.map +1 -1
  144. package/support/components/conversation-event.d.ts.map +1 -1
  145. package/support/components/conversation-event.js +7 -5
  146. package/support/components/conversation-event.js.map +1 -1
  147. package/support/components/conversation-timeline.d.ts +1 -1
  148. package/support/components/conversation-timeline.js +3 -3
  149. package/support/components/conversation-timeline.js.map +1 -1
  150. package/support/components/header.js +1 -1
  151. package/support/components/image-lightbox.d.ts +1 -1
  152. package/support/components/image-lightbox.js +1 -2
  153. package/support/components/image-lightbox.js.map +1 -1
  154. package/support/components/index.js +1 -1
  155. package/support/components/multimodal-input.js +0 -1
  156. package/support/components/multimodal-input.js.map +1 -1
  157. package/support/components/navigation-tab.js +1 -1
  158. package/support/components/online-indicator.d.ts +50 -0
  159. package/support/components/online-indicator.d.ts.map +1 -0
  160. package/support/components/online-indicator.js +65 -0
  161. package/support/components/online-indicator.js.map +1 -0
  162. package/support/components/root.js +0 -1
  163. package/support/components/root.js.map +1 -1
  164. package/support/components/timeline-identification-tool.js +4 -4
  165. package/support/components/timeline-identification-tool.js.map +1 -1
  166. package/support/components/timeline-message-group.d.ts +1 -1
  167. package/support/components/timeline-message-group.d.ts.map +1 -1
  168. package/support/components/timeline-message-group.js +6 -4
  169. package/support/components/timeline-message-group.js.map +1 -1
  170. package/support/components/timeline-message-item.d.ts +1 -1
  171. package/support/components/timeline-message-item.js +4 -4
  172. package/support/components/timeline-message-item.js.map +1 -1
  173. package/support/components/trigger.js +1 -2
  174. package/support/components/trigger.js.map +1 -1
  175. package/support/components/typing-indicator.js +1 -1
  176. package/support/components/typing-indicator.js.map +1 -1
  177. package/support/context/controlled-state.js +0 -1
  178. package/support/context/controlled-state.js.map +1 -1
  179. package/support/context/events.d.ts +1 -1
  180. package/support/context/events.js +0 -1
  181. package/support/context/events.js.map +1 -1
  182. package/support/context/handle.js +0 -1
  183. package/support/context/handle.js.map +1 -1
  184. package/support/context/identification.d.ts +33 -0
  185. package/support/context/identification.d.ts.map +1 -0
  186. package/support/context/identification.js +34 -0
  187. package/support/context/identification.js.map +1 -0
  188. package/support/context/positioning.js +0 -1
  189. package/support/context/positioning.js.map +1 -1
  190. package/support/context/slots.js +0 -1
  191. package/support/context/slots.js.map +1 -1
  192. package/support/context/websocket.d.ts +1 -1
  193. package/support/context/websocket.js +0 -1
  194. package/support/context/websocket.js.map +1 -1
  195. package/support/index.d.ts.map +1 -1
  196. package/support/index.js +51 -18
  197. package/support/index.js.map +1 -1
  198. package/support/pages/conversation-history.js +2 -1
  199. package/support/pages/conversation-history.js.map +1 -1
  200. package/support/pages/conversation.d.ts +1 -1
  201. package/support/pages/conversation.js +1 -1
  202. package/support/pages/conversation.js.map +1 -1
  203. package/support/pages/home.js +5 -3
  204. package/support/pages/home.js.map +1 -1
  205. package/support/router.d.ts.map +1 -1
  206. package/support/router.js +4 -0
  207. package/support/router.js.map +1 -1
  208. package/support/store/support-store.js +0 -1
  209. package/support/store/support-store.js.map +1 -1
  210. package/support/{support-C7Xaw-N6.css → support-DmViRaga.css} +2 -2
  211. package/support/{support-C7Xaw-N6.css.map → support-DmViRaga.css.map} +1 -1
  212. package/support/text/index.js +1 -1
  213. package/support/text/index.js.map +1 -1
  214. package/support/text/locales/en.js +1 -1
  215. package/support/text/locales/en.js.map +1 -1
  216. package/support/text/locales/es.js +1 -1
  217. package/support/text/locales/es.js.map +1 -1
  218. package/support/text/locales/fr.js +1 -1
  219. package/support/text/locales/fr.js.map +1 -1
  220. package/support/utils/index.d.ts +1 -1
  221. package/support-config.js +0 -1
  222. package/support-config.js.map +1 -1
  223. package/support.css +1 -1
  224. package/tailwind.css +1 -1
  225. package/utils/conversation.d.ts.map +1 -1
  226. package/utils/conversation.js +1 -3
  227. package/utils/conversation.js.map +1 -1
  228. package/utils/use-render-element.js +2 -2
  229. package/utils/use-render-element.js.map +1 -1
  230. package/api.d.ts +0 -71
  231. package/api.d.ts.map +0 -1
  232. package/checks.d.ts +0 -189
  233. package/checks.d.ts.map +0 -1
  234. package/clsx.d.ts +0 -7
  235. package/clsx.d.ts.map +0 -1
  236. package/coerce.d.ts +0 -9
  237. package/coerce.d.ts.map +0 -1
  238. package/conversation.d.ts.map +0 -1
  239. package/core.d.ts +0 -35
  240. package/core.d.ts.map +0 -1
  241. package/errors.d.ts +0 -130
  242. package/errors.d.ts.map +0 -1
  243. package/errors2.d.ts +0 -24
  244. package/errors2.d.ts.map +0 -1
  245. package/index2.d.ts +0 -4
  246. package/index3.d.ts +0 -1
  247. package/json-schema.d.ts +0 -70
  248. package/json-schema.d.ts.map +0 -1
  249. package/metadata.d.ts +0 -1
  250. package/openapi-generator.d.ts +0 -1
  251. package/openapi-generator2.d.ts +0 -1
  252. package/openapi-generator3.d.ts +0 -1
  253. package/openapi30.d.ts +0 -125
  254. package/openapi30.d.ts.map +0 -1
  255. package/openapi31.d.ts +0 -131
  256. package/openapi31.d.ts.map +0 -1
  257. package/parse.d.ts +0 -17
  258. package/parse.d.ts.map +0 -1
  259. package/realtime-events.d.ts.map +0 -1
  260. package/registries.d.ts +0 -32
  261. package/registries.d.ts.map +0 -1
  262. package/schemas.d.ts +0 -971
  263. package/schemas.d.ts.map +0 -1
  264. package/schemas2.d.ts +0 -345
  265. package/schemas2.d.ts.map +0 -1
  266. package/schemas3.d.ts.map +0 -1
  267. package/specification-extension.d.ts +0 -9
  268. package/specification-extension.d.ts.map +0 -1
  269. package/standard-schema.d.ts +0 -121
  270. package/standard-schema.d.ts.map +0 -1
  271. package/timeline-item.d.ts +0 -227
  272. package/timeline-item.d.ts.map +0 -1
  273. package/to-json-schema.d.ts +0 -96
  274. package/to-json-schema.d.ts.map +0 -1
  275. package/util.d.ts +0 -45
  276. package/util.d.ts.map +0 -1
  277. package/versions.d.ts +0 -9
  278. package/versions.d.ts.map +0 -1
  279. package/zod-extensions.d.ts +0 -39
  280. package/zod-extensions.d.ts.map +0 -1
package/checks.d.ts DELETED
@@ -1,189 +0,0 @@
1
- import { HasLength, MaybeAsync, Numeric } from "./util.js";
2
- import { $ZodType, ParsePayload } from "./schemas.js";
3
- import { $ZodErrorMap, $ZodIssueBase, $ZodIssueInvalidStringFormat, $ZodIssueInvalidType, $ZodIssueNotMultipleOf, $ZodIssueTooBig, $ZodIssueTooSmall } from "./errors.js";
4
- import { $constructor } from "./core.js";
5
-
6
- //#region ../../node_modules/.bun/zod@4.2.1/node_modules/zod/v4/core/checks.d.cts
7
- interface $ZodCheckDef {
8
- check: string;
9
- error?: $ZodErrorMap<never> | undefined;
10
- /** If true, no later checks will be executed if this check fails. Default `false`. */
11
- abort?: boolean | undefined;
12
- /** If provided, this check will only be executed if the function returns `true`. Defaults to `payload => z.util.isAborted(payload)`. */
13
- when?: ((payload: ParsePayload) => boolean) | undefined;
14
- }
15
- interface $ZodCheckInternals<T> {
16
- def: $ZodCheckDef;
17
- /** The set of issues this check might throw. */
18
- issc?: $ZodIssueBase;
19
- check(payload: ParsePayload<T>): MaybeAsync<void>;
20
- onattach: ((schema: $ZodType) => void)[];
21
- }
22
- interface $ZodCheck<in T = never> {
23
- _zod: $ZodCheckInternals<T>;
24
- }
25
- declare const $ZodCheck: $constructor<$ZodCheck<any>>;
26
- interface $ZodCheckLessThanDef extends $ZodCheckDef {
27
- check: "less_than";
28
- value: Numeric;
29
- inclusive: boolean;
30
- }
31
- interface $ZodCheckLessThanInternals<T extends Numeric = Numeric> extends $ZodCheckInternals<T> {
32
- def: $ZodCheckLessThanDef;
33
- issc: $ZodIssueTooBig<T>;
34
- }
35
- interface $ZodCheckLessThan<T extends Numeric = Numeric> extends $ZodCheck<T> {
36
- _zod: $ZodCheckLessThanInternals<T>;
37
- }
38
- declare const $ZodCheckLessThan: $constructor<$ZodCheckLessThan>;
39
- interface $ZodCheckGreaterThanDef extends $ZodCheckDef {
40
- check: "greater_than";
41
- value: Numeric;
42
- inclusive: boolean;
43
- }
44
- interface $ZodCheckGreaterThanInternals<T extends Numeric = Numeric> extends $ZodCheckInternals<T> {
45
- def: $ZodCheckGreaterThanDef;
46
- issc: $ZodIssueTooSmall<T>;
47
- }
48
- interface $ZodCheckGreaterThan<T extends Numeric = Numeric> extends $ZodCheck<T> {
49
- _zod: $ZodCheckGreaterThanInternals<T>;
50
- }
51
- declare const $ZodCheckGreaterThan: $constructor<$ZodCheckGreaterThan>;
52
- interface $ZodCheckMultipleOfDef<T extends number | bigint = number | bigint> extends $ZodCheckDef {
53
- check: "multiple_of";
54
- value: T;
55
- }
56
- interface $ZodCheckMultipleOfInternals<T extends number | bigint = number | bigint> extends $ZodCheckInternals<T> {
57
- def: $ZodCheckMultipleOfDef<T>;
58
- issc: $ZodIssueNotMultipleOf;
59
- }
60
- interface $ZodCheckMultipleOf<T extends number | bigint = number | bigint> extends $ZodCheck<T> {
61
- _zod: $ZodCheckMultipleOfInternals<T>;
62
- }
63
- declare const $ZodCheckMultipleOf: $constructor<$ZodCheckMultipleOf<number | bigint>>;
64
- type $ZodNumberFormats = "int32" | "uint32" | "float32" | "float64" | "safeint";
65
- interface $ZodCheckNumberFormatDef extends $ZodCheckDef {
66
- check: "number_format";
67
- format: $ZodNumberFormats;
68
- }
69
- interface $ZodCheckNumberFormatInternals extends $ZodCheckInternals<number> {
70
- def: $ZodCheckNumberFormatDef;
71
- issc: $ZodIssueInvalidType | $ZodIssueTooBig<"number"> | $ZodIssueTooSmall<"number">;
72
- }
73
- interface $ZodCheckNumberFormat extends $ZodCheck<number> {
74
- _zod: $ZodCheckNumberFormatInternals;
75
- }
76
- declare const $ZodCheckNumberFormat: $constructor<$ZodCheckNumberFormat>;
77
- interface $ZodCheckMaxLengthDef extends $ZodCheckDef {
78
- check: "max_length";
79
- maximum: number;
80
- }
81
- interface $ZodCheckMaxLengthInternals<T extends HasLength = HasLength> extends $ZodCheckInternals<T> {
82
- def: $ZodCheckMaxLengthDef;
83
- issc: $ZodIssueTooBig<T>;
84
- }
85
- interface $ZodCheckMaxLength<T extends HasLength = HasLength> extends $ZodCheck<T> {
86
- _zod: $ZodCheckMaxLengthInternals<T>;
87
- }
88
- declare const $ZodCheckMaxLength: $constructor<$ZodCheckMaxLength>;
89
- interface $ZodCheckMinLengthDef extends $ZodCheckDef {
90
- check: "min_length";
91
- minimum: number;
92
- }
93
- interface $ZodCheckMinLengthInternals<T extends HasLength = HasLength> extends $ZodCheckInternals<T> {
94
- def: $ZodCheckMinLengthDef;
95
- issc: $ZodIssueTooSmall<T>;
96
- }
97
- interface $ZodCheckMinLength<T extends HasLength = HasLength> extends $ZodCheck<T> {
98
- _zod: $ZodCheckMinLengthInternals<T>;
99
- }
100
- declare const $ZodCheckMinLength: $constructor<$ZodCheckMinLength>;
101
- interface $ZodCheckLengthEqualsDef extends $ZodCheckDef {
102
- check: "length_equals";
103
- length: number;
104
- }
105
- interface $ZodCheckLengthEqualsInternals<T extends HasLength = HasLength> extends $ZodCheckInternals<T> {
106
- def: $ZodCheckLengthEqualsDef;
107
- issc: $ZodIssueTooBig<T> | $ZodIssueTooSmall<T>;
108
- }
109
- interface $ZodCheckLengthEquals<T extends HasLength = HasLength> extends $ZodCheck<T> {
110
- _zod: $ZodCheckLengthEqualsInternals<T>;
111
- }
112
- declare const $ZodCheckLengthEquals: $constructor<$ZodCheckLengthEquals>;
113
- type $ZodStringFormats = "email" | "url" | "emoji" | "uuid" | "guid" | "nanoid" | "cuid" | "cuid2" | "ulid" | "xid" | "ksuid" | "datetime" | "date" | "time" | "duration" | "ipv4" | "ipv6" | "cidrv4" | "cidrv6" | "base64" | "base64url" | "json_string" | "e164" | "lowercase" | "uppercase" | "regex" | "jwt" | "starts_with" | "ends_with" | "includes";
114
- interface $ZodCheckStringFormatDef<Format extends string = string> extends $ZodCheckDef {
115
- check: "string_format";
116
- format: Format;
117
- pattern?: RegExp | undefined;
118
- }
119
- interface $ZodCheckStringFormatInternals extends $ZodCheckInternals<string> {
120
- def: $ZodCheckStringFormatDef;
121
- issc: $ZodIssueInvalidStringFormat;
122
- }
123
- interface $ZodCheckRegexDef extends $ZodCheckStringFormatDef {
124
- format: "regex";
125
- pattern: RegExp;
126
- }
127
- interface $ZodCheckRegexInternals extends $ZodCheckInternals<string> {
128
- def: $ZodCheckRegexDef;
129
- issc: $ZodIssueInvalidStringFormat;
130
- }
131
- interface $ZodCheckRegex extends $ZodCheck<string> {
132
- _zod: $ZodCheckRegexInternals;
133
- }
134
- declare const $ZodCheckRegex: $constructor<$ZodCheckRegex>;
135
- interface $ZodCheckLowerCaseDef extends $ZodCheckStringFormatDef<"lowercase"> {}
136
- interface $ZodCheckLowerCaseInternals extends $ZodCheckInternals<string> {
137
- def: $ZodCheckLowerCaseDef;
138
- issc: $ZodIssueInvalidStringFormat;
139
- }
140
- interface $ZodCheckLowerCase extends $ZodCheck<string> {
141
- _zod: $ZodCheckLowerCaseInternals;
142
- }
143
- declare const $ZodCheckLowerCase: $constructor<$ZodCheckLowerCase>;
144
- interface $ZodCheckUpperCaseDef extends $ZodCheckStringFormatDef<"uppercase"> {}
145
- interface $ZodCheckUpperCaseInternals extends $ZodCheckInternals<string> {
146
- def: $ZodCheckUpperCaseDef;
147
- issc: $ZodIssueInvalidStringFormat;
148
- }
149
- interface $ZodCheckUpperCase extends $ZodCheck<string> {
150
- _zod: $ZodCheckUpperCaseInternals;
151
- }
152
- declare const $ZodCheckUpperCase: $constructor<$ZodCheckUpperCase>;
153
- interface $ZodCheckIncludesDef extends $ZodCheckStringFormatDef<"includes"> {
154
- includes: string;
155
- position?: number | undefined;
156
- }
157
- interface $ZodCheckIncludesInternals extends $ZodCheckInternals<string> {
158
- def: $ZodCheckIncludesDef;
159
- issc: $ZodIssueInvalidStringFormat;
160
- }
161
- interface $ZodCheckIncludes extends $ZodCheck<string> {
162
- _zod: $ZodCheckIncludesInternals;
163
- }
164
- declare const $ZodCheckIncludes: $constructor<$ZodCheckIncludes>;
165
- interface $ZodCheckStartsWithDef extends $ZodCheckStringFormatDef<"starts_with"> {
166
- prefix: string;
167
- }
168
- interface $ZodCheckStartsWithInternals extends $ZodCheckInternals<string> {
169
- def: $ZodCheckStartsWithDef;
170
- issc: $ZodIssueInvalidStringFormat;
171
- }
172
- interface $ZodCheckStartsWith extends $ZodCheck<string> {
173
- _zod: $ZodCheckStartsWithInternals;
174
- }
175
- declare const $ZodCheckStartsWith: $constructor<$ZodCheckStartsWith>;
176
- interface $ZodCheckEndsWithDef extends $ZodCheckStringFormatDef<"ends_with"> {
177
- suffix: string;
178
- }
179
- interface $ZodCheckEndsWithInternals extends $ZodCheckInternals<string> {
180
- def: $ZodCheckEndsWithDef;
181
- issc: $ZodIssueInvalidStringFormat;
182
- }
183
- interface $ZodCheckEndsWith extends $ZodCheckInternals<string> {
184
- _zod: $ZodCheckEndsWithInternals;
185
- }
186
- declare const $ZodCheckEndsWith: $constructor<$ZodCheckEndsWith>;
187
- //#endregion
188
- export { $ZodCheck, $ZodCheckDef, $ZodCheckEndsWith, $ZodCheckGreaterThan, $ZodCheckIncludes, $ZodCheckInternals, $ZodCheckLengthEquals, $ZodCheckLessThan, $ZodCheckLowerCase, $ZodCheckMaxLength, $ZodCheckMinLength, $ZodCheckMultipleOf, $ZodCheckNumberFormat, $ZodCheckRegex, $ZodCheckStartsWith, $ZodCheckStringFormatDef, $ZodCheckStringFormatInternals, $ZodCheckUpperCase, $ZodStringFormats };
189
- //# sourceMappingURL=checks.d.ts.map
package/checks.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"checks.d.ts","names":["core","errors","schemas","util","$ZodCheckDef","$ZodErrorMap","ParsePayload","$ZodCheckInternals","T","$ZodIssueBase","MaybeAsync","$ZodType","$ZodCheck","$constructor","$ZodCheckLessThanDef","Numeric","$ZodCheckLessThanInternals","$ZodIssueTooBig","$ZodCheckLessThan","$ZodCheckGreaterThanDef","$ZodCheckGreaterThanInternals","$ZodIssueTooSmall","$ZodCheckGreaterThan","$ZodCheckMultipleOfDef","$ZodCheckMultipleOfInternals","$ZodIssueNotMultipleOf","$ZodCheckMultipleOf","$ZodNumberFormats","$ZodCheckNumberFormatDef","$ZodCheckNumberFormatInternals","$ZodIssueInvalidType","$ZodCheckNumberFormat","$ZodBigIntFormats","$ZodCheckBigIntFormatDef","$ZodCheckBigIntFormatInternals","$ZodCheckBigIntFormat","$ZodCheckMaxSizeDef","$ZodCheckMaxSizeInternals","HasSize","$ZodCheckMaxSize","$ZodCheckMinSizeDef","$ZodCheckMinSizeInternals","$ZodCheckMinSize","$ZodCheckSizeEqualsDef","$ZodCheckSizeEqualsInternals","$ZodCheckSizeEquals","$ZodCheckMaxLengthDef","$ZodCheckMaxLengthInternals","HasLength","$ZodCheckMaxLength","$ZodCheckMinLengthDef","$ZodCheckMinLengthInternals","$ZodCheckMinLength","$ZodCheckLengthEqualsDef","$ZodCheckLengthEqualsInternals","$ZodCheckLengthEquals","$ZodStringFormats","$ZodCheckStringFormatDef","Format","RegExp","$ZodCheckStringFormatInternals","$ZodIssueInvalidStringFormat","$ZodCheckStringFormat","$ZodCheckRegexDef","$ZodCheckRegexInternals","$ZodCheckRegex","$ZodCheckLowerCaseDef","$ZodCheckLowerCaseInternals","$ZodCheckLowerCase","$ZodCheckUpperCaseDef","$ZodCheckUpperCaseInternals","$ZodCheckUpperCase","$ZodCheckIncludesDef","$ZodCheckIncludesInternals","$ZodCheckIncludes","$ZodCheckStartsWithDef","$ZodCheckStartsWithInternals","$ZodCheckStartsWith","$ZodCheckEndsWithDef","$ZodCheckEndsWithInternals","$ZodCheckEndsWith","$ZodCheckPropertyDef","$ZodCheckPropertyInternals","$ZodIssue","$ZodCheckProperty","$ZodCheckMimeTypeDef","MimeTypes","$ZodCheckMimeTypeInternals","File","$ZodIssueInvalidValue","$ZodCheckMimeType","$ZodCheckOverwriteDef","$ZodCheckOverwriteInternals","$ZodCheckOverwrite","$ZodChecks","$ZodStringFormatChecks","$ZodStringFormatTypes"],"sources":["../../../node_modules/.bun/zod@4.2.1/node_modules/zod/v4/core/checks.d.cts"],"sourcesContent":["import * as core from \"./core.cjs\";\nimport type * as errors from \"./errors.cjs\";\nimport type * as schemas from \"./schemas.cjs\";\nimport * as util from \"./util.cjs\";\nexport interface $ZodCheckDef {\n check: string;\n error?: errors.$ZodErrorMap<never> | undefined;\n /** If true, no later checks will be executed if this check fails. Default `false`. */\n abort?: boolean | undefined;\n /** If provided, this check will only be executed if the function returns `true`. Defaults to `payload => z.util.isAborted(payload)`. */\n when?: ((payload: schemas.ParsePayload) => boolean) | undefined;\n}\nexport interface $ZodCheckInternals<T> {\n def: $ZodCheckDef;\n /** The set of issues this check might throw. */\n issc?: errors.$ZodIssueBase;\n check(payload: schemas.ParsePayload<T>): util.MaybeAsync<void>;\n onattach: ((schema: schemas.$ZodType) => void)[];\n}\nexport interface $ZodCheck<in T = never> {\n _zod: $ZodCheckInternals<T>;\n}\nexport declare const $ZodCheck: core.$constructor<$ZodCheck<any>>;\nexport interface $ZodCheckLessThanDef extends $ZodCheckDef {\n check: \"less_than\";\n value: util.Numeric;\n inclusive: boolean;\n}\nexport interface $ZodCheckLessThanInternals<T extends util.Numeric = util.Numeric> extends $ZodCheckInternals<T> {\n def: $ZodCheckLessThanDef;\n issc: errors.$ZodIssueTooBig<T>;\n}\nexport interface $ZodCheckLessThan<T extends util.Numeric = util.Numeric> extends $ZodCheck<T> {\n _zod: $ZodCheckLessThanInternals<T>;\n}\nexport declare const $ZodCheckLessThan: core.$constructor<$ZodCheckLessThan>;\nexport interface $ZodCheckGreaterThanDef extends $ZodCheckDef {\n check: \"greater_than\";\n value: util.Numeric;\n inclusive: boolean;\n}\nexport interface $ZodCheckGreaterThanInternals<T extends util.Numeric = util.Numeric> extends $ZodCheckInternals<T> {\n def: $ZodCheckGreaterThanDef;\n issc: errors.$ZodIssueTooSmall<T>;\n}\nexport interface $ZodCheckGreaterThan<T extends util.Numeric = util.Numeric> extends $ZodCheck<T> {\n _zod: $ZodCheckGreaterThanInternals<T>;\n}\nexport declare const $ZodCheckGreaterThan: core.$constructor<$ZodCheckGreaterThan>;\nexport interface $ZodCheckMultipleOfDef<T extends number | bigint = number | bigint> extends $ZodCheckDef {\n check: \"multiple_of\";\n value: T;\n}\nexport interface $ZodCheckMultipleOfInternals<T extends number | bigint = number | bigint> extends $ZodCheckInternals<T> {\n def: $ZodCheckMultipleOfDef<T>;\n issc: errors.$ZodIssueNotMultipleOf;\n}\nexport interface $ZodCheckMultipleOf<T extends number | bigint = number | bigint> extends $ZodCheck<T> {\n _zod: $ZodCheckMultipleOfInternals<T>;\n}\nexport declare const $ZodCheckMultipleOf: core.$constructor<$ZodCheckMultipleOf<number | bigint>>;\nexport type $ZodNumberFormats = \"int32\" | \"uint32\" | \"float32\" | \"float64\" | \"safeint\";\nexport interface $ZodCheckNumberFormatDef extends $ZodCheckDef {\n check: \"number_format\";\n format: $ZodNumberFormats;\n}\nexport interface $ZodCheckNumberFormatInternals extends $ZodCheckInternals<number> {\n def: $ZodCheckNumberFormatDef;\n issc: errors.$ZodIssueInvalidType | errors.$ZodIssueTooBig<\"number\"> | errors.$ZodIssueTooSmall<\"number\">;\n}\nexport interface $ZodCheckNumberFormat extends $ZodCheck<number> {\n _zod: $ZodCheckNumberFormatInternals;\n}\nexport declare const $ZodCheckNumberFormat: core.$constructor<$ZodCheckNumberFormat>;\nexport type $ZodBigIntFormats = \"int64\" | \"uint64\";\nexport interface $ZodCheckBigIntFormatDef extends $ZodCheckDef {\n check: \"bigint_format\";\n format: $ZodBigIntFormats | undefined;\n}\nexport interface $ZodCheckBigIntFormatInternals extends $ZodCheckInternals<bigint> {\n def: $ZodCheckBigIntFormatDef;\n issc: errors.$ZodIssueTooBig<\"bigint\"> | errors.$ZodIssueTooSmall<\"bigint\">;\n}\nexport interface $ZodCheckBigIntFormat extends $ZodCheck<bigint> {\n _zod: $ZodCheckBigIntFormatInternals;\n}\nexport declare const $ZodCheckBigIntFormat: core.$constructor<$ZodCheckBigIntFormat>;\nexport interface $ZodCheckMaxSizeDef extends $ZodCheckDef {\n check: \"max_size\";\n maximum: number;\n}\nexport interface $ZodCheckMaxSizeInternals<T extends util.HasSize = util.HasSize> extends $ZodCheckInternals<T> {\n def: $ZodCheckMaxSizeDef;\n issc: errors.$ZodIssueTooBig<T>;\n}\nexport interface $ZodCheckMaxSize<T extends util.HasSize = util.HasSize> extends $ZodCheck<T> {\n _zod: $ZodCheckMaxSizeInternals<T>;\n}\nexport declare const $ZodCheckMaxSize: core.$constructor<$ZodCheckMaxSize>;\nexport interface $ZodCheckMinSizeDef extends $ZodCheckDef {\n check: \"min_size\";\n minimum: number;\n}\nexport interface $ZodCheckMinSizeInternals<T extends util.HasSize = util.HasSize> extends $ZodCheckInternals<T> {\n def: $ZodCheckMinSizeDef;\n issc: errors.$ZodIssueTooSmall<T>;\n}\nexport interface $ZodCheckMinSize<T extends util.HasSize = util.HasSize> extends $ZodCheck<T> {\n _zod: $ZodCheckMinSizeInternals<T>;\n}\nexport declare const $ZodCheckMinSize: core.$constructor<$ZodCheckMinSize>;\nexport interface $ZodCheckSizeEqualsDef extends $ZodCheckDef {\n check: \"size_equals\";\n size: number;\n}\nexport interface $ZodCheckSizeEqualsInternals<T extends util.HasSize = util.HasSize> extends $ZodCheckInternals<T> {\n def: $ZodCheckSizeEqualsDef;\n issc: errors.$ZodIssueTooBig<T> | errors.$ZodIssueTooSmall<T>;\n}\nexport interface $ZodCheckSizeEquals<T extends util.HasSize = util.HasSize> extends $ZodCheck<T> {\n _zod: $ZodCheckSizeEqualsInternals<T>;\n}\nexport declare const $ZodCheckSizeEquals: core.$constructor<$ZodCheckSizeEquals>;\nexport interface $ZodCheckMaxLengthDef extends $ZodCheckDef {\n check: \"max_length\";\n maximum: number;\n}\nexport interface $ZodCheckMaxLengthInternals<T extends util.HasLength = util.HasLength> extends $ZodCheckInternals<T> {\n def: $ZodCheckMaxLengthDef;\n issc: errors.$ZodIssueTooBig<T>;\n}\nexport interface $ZodCheckMaxLength<T extends util.HasLength = util.HasLength> extends $ZodCheck<T> {\n _zod: $ZodCheckMaxLengthInternals<T>;\n}\nexport declare const $ZodCheckMaxLength: core.$constructor<$ZodCheckMaxLength>;\nexport interface $ZodCheckMinLengthDef extends $ZodCheckDef {\n check: \"min_length\";\n minimum: number;\n}\nexport interface $ZodCheckMinLengthInternals<T extends util.HasLength = util.HasLength> extends $ZodCheckInternals<T> {\n def: $ZodCheckMinLengthDef;\n issc: errors.$ZodIssueTooSmall<T>;\n}\nexport interface $ZodCheckMinLength<T extends util.HasLength = util.HasLength> extends $ZodCheck<T> {\n _zod: $ZodCheckMinLengthInternals<T>;\n}\nexport declare const $ZodCheckMinLength: core.$constructor<$ZodCheckMinLength>;\nexport interface $ZodCheckLengthEqualsDef extends $ZodCheckDef {\n check: \"length_equals\";\n length: number;\n}\nexport interface $ZodCheckLengthEqualsInternals<T extends util.HasLength = util.HasLength> extends $ZodCheckInternals<T> {\n def: $ZodCheckLengthEqualsDef;\n issc: errors.$ZodIssueTooBig<T> | errors.$ZodIssueTooSmall<T>;\n}\nexport interface $ZodCheckLengthEquals<T extends util.HasLength = util.HasLength> extends $ZodCheck<T> {\n _zod: $ZodCheckLengthEqualsInternals<T>;\n}\nexport declare const $ZodCheckLengthEquals: core.$constructor<$ZodCheckLengthEquals>;\nexport type $ZodStringFormats = \"email\" | \"url\" | \"emoji\" | \"uuid\" | \"guid\" | \"nanoid\" | \"cuid\" | \"cuid2\" | \"ulid\" | \"xid\" | \"ksuid\" | \"datetime\" | \"date\" | \"time\" | \"duration\" | \"ipv4\" | \"ipv6\" | \"cidrv4\" | \"cidrv6\" | \"base64\" | \"base64url\" | \"json_string\" | \"e164\" | \"lowercase\" | \"uppercase\" | \"regex\" | \"jwt\" | \"starts_with\" | \"ends_with\" | \"includes\";\nexport interface $ZodCheckStringFormatDef<Format extends string = string> extends $ZodCheckDef {\n check: \"string_format\";\n format: Format;\n pattern?: RegExp | undefined;\n}\nexport interface $ZodCheckStringFormatInternals extends $ZodCheckInternals<string> {\n def: $ZodCheckStringFormatDef;\n issc: errors.$ZodIssueInvalidStringFormat;\n}\nexport interface $ZodCheckStringFormat extends $ZodCheck<string> {\n _zod: $ZodCheckStringFormatInternals;\n}\nexport declare const $ZodCheckStringFormat: core.$constructor<$ZodCheckStringFormat>;\nexport interface $ZodCheckRegexDef extends $ZodCheckStringFormatDef {\n format: \"regex\";\n pattern: RegExp;\n}\nexport interface $ZodCheckRegexInternals extends $ZodCheckInternals<string> {\n def: $ZodCheckRegexDef;\n issc: errors.$ZodIssueInvalidStringFormat;\n}\nexport interface $ZodCheckRegex extends $ZodCheck<string> {\n _zod: $ZodCheckRegexInternals;\n}\nexport declare const $ZodCheckRegex: core.$constructor<$ZodCheckRegex>;\nexport interface $ZodCheckLowerCaseDef extends $ZodCheckStringFormatDef<\"lowercase\"> {\n}\nexport interface $ZodCheckLowerCaseInternals extends $ZodCheckInternals<string> {\n def: $ZodCheckLowerCaseDef;\n issc: errors.$ZodIssueInvalidStringFormat;\n}\nexport interface $ZodCheckLowerCase extends $ZodCheck<string> {\n _zod: $ZodCheckLowerCaseInternals;\n}\nexport declare const $ZodCheckLowerCase: core.$constructor<$ZodCheckLowerCase>;\nexport interface $ZodCheckUpperCaseDef extends $ZodCheckStringFormatDef<\"uppercase\"> {\n}\nexport interface $ZodCheckUpperCaseInternals extends $ZodCheckInternals<string> {\n def: $ZodCheckUpperCaseDef;\n issc: errors.$ZodIssueInvalidStringFormat;\n}\nexport interface $ZodCheckUpperCase extends $ZodCheck<string> {\n _zod: $ZodCheckUpperCaseInternals;\n}\nexport declare const $ZodCheckUpperCase: core.$constructor<$ZodCheckUpperCase>;\nexport interface $ZodCheckIncludesDef extends $ZodCheckStringFormatDef<\"includes\"> {\n includes: string;\n position?: number | undefined;\n}\nexport interface $ZodCheckIncludesInternals extends $ZodCheckInternals<string> {\n def: $ZodCheckIncludesDef;\n issc: errors.$ZodIssueInvalidStringFormat;\n}\nexport interface $ZodCheckIncludes extends $ZodCheck<string> {\n _zod: $ZodCheckIncludesInternals;\n}\nexport declare const $ZodCheckIncludes: core.$constructor<$ZodCheckIncludes>;\nexport interface $ZodCheckStartsWithDef extends $ZodCheckStringFormatDef<\"starts_with\"> {\n prefix: string;\n}\nexport interface $ZodCheckStartsWithInternals extends $ZodCheckInternals<string> {\n def: $ZodCheckStartsWithDef;\n issc: errors.$ZodIssueInvalidStringFormat;\n}\nexport interface $ZodCheckStartsWith extends $ZodCheck<string> {\n _zod: $ZodCheckStartsWithInternals;\n}\nexport declare const $ZodCheckStartsWith: core.$constructor<$ZodCheckStartsWith>;\nexport interface $ZodCheckEndsWithDef extends $ZodCheckStringFormatDef<\"ends_with\"> {\n suffix: string;\n}\nexport interface $ZodCheckEndsWithInternals extends $ZodCheckInternals<string> {\n def: $ZodCheckEndsWithDef;\n issc: errors.$ZodIssueInvalidStringFormat;\n}\nexport interface $ZodCheckEndsWith extends $ZodCheckInternals<string> {\n _zod: $ZodCheckEndsWithInternals;\n}\nexport declare const $ZodCheckEndsWith: core.$constructor<$ZodCheckEndsWith>;\nexport interface $ZodCheckPropertyDef extends $ZodCheckDef {\n check: \"property\";\n property: string;\n schema: schemas.$ZodType;\n}\nexport interface $ZodCheckPropertyInternals<T extends object = object> extends $ZodCheckInternals<T> {\n def: $ZodCheckPropertyDef;\n issc: errors.$ZodIssue;\n}\nexport interface $ZodCheckProperty<T extends object = object> extends $ZodCheck<T> {\n _zod: $ZodCheckPropertyInternals<T>;\n}\nexport declare const $ZodCheckProperty: core.$constructor<$ZodCheckProperty>;\nexport interface $ZodCheckMimeTypeDef extends $ZodCheckDef {\n check: \"mime_type\";\n mime: util.MimeTypes[];\n}\nexport interface $ZodCheckMimeTypeInternals<T extends schemas.File = schemas.File> extends $ZodCheckInternals<T> {\n def: $ZodCheckMimeTypeDef;\n issc: errors.$ZodIssueInvalidValue;\n}\nexport interface $ZodCheckMimeType<T extends schemas.File = schemas.File> extends $ZodCheck<T> {\n _zod: $ZodCheckMimeTypeInternals<T>;\n}\nexport declare const $ZodCheckMimeType: core.$constructor<$ZodCheckMimeType>;\nexport interface $ZodCheckOverwriteDef<T = unknown> extends $ZodCheckDef {\n check: \"overwrite\";\n tx(value: T): T;\n}\nexport interface $ZodCheckOverwriteInternals<T = unknown> extends $ZodCheckInternals<T> {\n def: $ZodCheckOverwriteDef<T>;\n issc: never;\n}\nexport interface $ZodCheckOverwrite<T = unknown> extends $ZodCheck<T> {\n _zod: $ZodCheckOverwriteInternals<T>;\n}\nexport declare const $ZodCheckOverwrite: core.$constructor<$ZodCheckOverwrite>;\nexport type $ZodChecks = $ZodCheckLessThan | $ZodCheckGreaterThan | $ZodCheckMultipleOf | $ZodCheckNumberFormat | $ZodCheckBigIntFormat | $ZodCheckMaxSize | $ZodCheckMinSize | $ZodCheckSizeEquals | $ZodCheckMaxLength | $ZodCheckMinLength | $ZodCheckLengthEquals | $ZodCheckStringFormat | $ZodCheckProperty | $ZodCheckMimeType | $ZodCheckOverwrite;\nexport type $ZodStringFormatChecks = $ZodCheckRegex | $ZodCheckLowerCase | $ZodCheckUpperCase | $ZodCheckIncludes | $ZodCheckStartsWith | $ZodCheckEndsWith | schemas.$ZodStringFormatTypes;\n"],"x_google_ignoreList":[0],"mappings":"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"}
package/clsx.d.ts DELETED
@@ -1,7 +0,0 @@
1
- //#region ../../node_modules/.bun/clsx@2.1.1/node_modules/clsx/clsx.d.mts
2
- type ClassValue = ClassArray | ClassDictionary | string | number | bigint | null | boolean | undefined;
3
- type ClassDictionary = Record<string, any>;
4
- type ClassArray = ClassValue[];
5
- //#endregion
6
- export { ClassValue };
7
- //# sourceMappingURL=clsx.d.ts.map
package/clsx.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"clsx.d.ts","names":["ClassValue","ClassArray","ClassDictionary","Record","clsx","default"],"sources":["../../../node_modules/.bun/clsx@2.1.1/node_modules/clsx/clsx.d.mts"],"sourcesContent":["export type ClassValue = ClassArray | ClassDictionary | string | number | bigint | null | boolean | undefined;\nexport type ClassDictionary = Record<string, any>;\nexport type ClassArray = ClassValue[];\n\nexport function clsx(...inputs: ClassValue[]): string;\nexport default clsx;\n"],"x_google_ignoreList":[0],"mappings":";KAAYA,UAAAA,GAAaC,aAAaC;AAA1BF,KACAE,eAAAA,GAAkBC,MADLF,CAAAA,MAAaC,EAAAA,GAAAA,CAAAA;AAC1BA,KACAD,UAAAA,GAAaD,UADKG,EAAAA"}
package/coerce.d.ts DELETED
@@ -1,9 +0,0 @@
1
- import { $ZodNumberInternals } from "./schemas.js";
2
- import { _ZodNumber } from "./schemas2.js";
3
-
4
- //#region ../../node_modules/.bun/zod@4.2.1/node_modules/zod/v4/classic/coerce.d.cts
5
-
6
- interface ZodCoercedNumber<T = unknown> extends _ZodNumber<$ZodNumberInternals<T>> {}
7
- //#endregion
8
- export { ZodCoercedNumber };
9
- //# sourceMappingURL=coerce.d.ts.map
package/coerce.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"coerce.d.ts","names":["core","schemas","ZodCoercedString","T","$ZodStringInternals","_ZodString","string","$ZodStringParams","ZodCoercedNumber","$ZodNumberInternals","_ZodNumber","number","$ZodNumberParams","ZodCoercedBoolean","$ZodBooleanInternals","_ZodBoolean","boolean","$ZodBooleanParams","ZodCoercedBigInt","$ZodBigIntInternals","_ZodBigInt","bigint","$ZodBigIntParams","ZodCoercedDate","$ZodDateInternals","_ZodDate","date","$ZodDateParams"],"sources":["../../../node_modules/.bun/zod@4.2.1/node_modules/zod/v4/classic/coerce.d.cts"],"sourcesContent":["import * as core from \"../core/index.cjs\";\nimport * as schemas from \"./schemas.cjs\";\nexport interface ZodCoercedString<T = unknown> extends schemas._ZodString<core.$ZodStringInternals<T>> {\n}\nexport declare function string<T = unknown>(params?: string | core.$ZodStringParams): ZodCoercedString<T>;\nexport interface ZodCoercedNumber<T = unknown> extends schemas._ZodNumber<core.$ZodNumberInternals<T>> {\n}\nexport declare function number<T = unknown>(params?: string | core.$ZodNumberParams): ZodCoercedNumber<T>;\nexport interface ZodCoercedBoolean<T = unknown> extends schemas._ZodBoolean<core.$ZodBooleanInternals<T>> {\n}\nexport declare function boolean<T = unknown>(params?: string | core.$ZodBooleanParams): ZodCoercedBoolean<T>;\nexport interface ZodCoercedBigInt<T = unknown> extends schemas._ZodBigInt<core.$ZodBigIntInternals<T>> {\n}\nexport declare function bigint<T = unknown>(params?: string | core.$ZodBigIntParams): ZodCoercedBigInt<T>;\nexport interface ZodCoercedDate<T = unknown> extends schemas._ZodDate<core.$ZodDateInternals<T>> {\n}\nexport declare function date<T = unknown>(params?: string | core.$ZodDateParams): ZodCoercedDate<T>;\n"],"x_google_ignoreList":[0],"mappings":";;;;;AAKmGG,UAAlFK,gBAAkFL,CAAAA,IAAAA,OAAAA,CAAAA,SAA5CF,UAA4CE,CAAzBH,mBAAyBG,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"conversation.d.ts","names":[],"sources":["../../types/src/api/conversation.ts"],"sourcesContent":[],"mappings":";;;;;;;;cA8Ba,kCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAA,IAAA,SAAA,CAAA;QAAA,OAAA,EAAA,SAAA;QASjC,KAAA,EAAA,OAAA;QAIC,cAAA,EAAA,gBA2BV;;;;;;;;;;;;;;UA3BwC,gBAAA,EAAA,kBAAA;UAAA,cAAA,EAAA,gBAAA;UA6B/B,gBAAwB,EAAA,kBAC5B;UAGK,SAAA,EAAA,WAaV;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAlDS,8BAAA,GAAiC,cACrC;cAGK,gCAA8B;;;;;;;;;;;;;;;;;KA6B/B,wBAAA,GAA2B,cAC/B;cAGK,iCAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAAA,QAAA,EAAA,UAAA;UAAA,UAAA,EAAA,YAAA;UAehC,qBAAyB,EAAA,uBAC7B;UAGK,kBAQV,EAAA,oBAAA;;;UARsC,gBAAA,EAAA,kBAAA;UAAA,SAAA,EAAA,WAAA;UAU7B,WAAsB,EAAA,aAC1B;UAGK,QAAA,EAAA,UAMV;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAxBS,yBAAA,GAA4B,cAChC;cAGK,8BAA4B;;;KAU7B,sBAAA,GAAyB,cAC7B;cAGK,+BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAAA,UAAA,EAAA,YAAA;UAAA,qBAAA,EAAA,uBAAA;UAQ9B,kBAAuB,EAAA,oBAC3B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KADI,uBAAA,GAA0B,cAC9B"}
package/core.d.ts DELETED
@@ -1,35 +0,0 @@
1
- import { Class } from "./util.js";
2
- import { SomeType } from "./schemas.js";
3
-
4
- //#region ../../node_modules/.bun/zod@4.2.1/node_modules/zod/v4/core/core.d.cts
5
- type ZodTrait = {
6
- _zod: {
7
- def: any;
8
- [k: string]: any;
9
- };
10
- };
11
- interface $constructor<T extends ZodTrait, D = T["_zod"]["def"]> {
12
- new (def: D): T;
13
- init(inst: T, def: D): asserts inst is T;
14
- }
15
- declare function $constructor<T extends ZodTrait, D = T["_zod"]["def"]>(name: string, initializer: (inst: T, def: D) => void, params?: {
16
- Parent?: typeof Class;
17
- }): $constructor<T, D>;
18
- declare const $brand: unique symbol;
19
- type $brand<T extends string | number | symbol = string | number | symbol> = {
20
- [$brand]: { [k in T]: true };
21
- };
22
- type $ZodBranded<T extends SomeType, Brand extends string | number | symbol> = T & Record<"_zod", Record<"output", output<T> & $brand<Brand>>>;
23
- type input<T> = T extends {
24
- _zod: {
25
- input: any;
26
- };
27
- } ? T["_zod"]["input"] : unknown;
28
- type output<T> = T extends {
29
- _zod: {
30
- output: any;
31
- };
32
- } ? T["_zod"]["output"] : unknown;
33
- //#endregion
34
- export { $ZodBranded, $constructor, input, output };
35
- //# sourceMappingURL=core.d.ts.map
package/core.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"core.d.ts","names":["errors","schemas","Class","ZodTrait","$constructor","T","D","NEVER","$brand","$ZodBranded","Brand","SomeType","output","Record","$ZodAsyncError","Error","$ZodEncodeError","input","infer","$ZodConfig","$ZodErrorMap","globalConfig","config","Partial"],"sources":["../../../node_modules/.bun/zod@4.2.1/node_modules/zod/v4/core/core.d.cts"],"sourcesContent":["import type * as errors from \"./errors.cjs\";\nimport type * as schemas from \"./schemas.cjs\";\nimport type { Class } from \"./util.cjs\";\ntype ZodTrait = {\n _zod: {\n def: any;\n [k: string]: any;\n };\n};\nexport interface $constructor<T extends ZodTrait, D = T[\"_zod\"][\"def\"]> {\n new (def: D): T;\n init(inst: T, def: D): asserts inst is T;\n}\n/** A special constant with type `never` */\nexport declare const NEVER: never;\nexport declare function $constructor<T extends ZodTrait, D = T[\"_zod\"][\"def\"]>(name: string, initializer: (inst: T, def: D) => void, params?: {\n Parent?: typeof Class;\n}): $constructor<T, D>;\nexport declare const $brand: unique symbol;\nexport type $brand<T extends string | number | symbol = string | number | symbol> = {\n [$brand]: {\n [k in T]: true;\n };\n};\nexport type $ZodBranded<T extends schemas.SomeType, Brand extends string | number | symbol> = T & Record<\"_zod\", Record<\"output\", output<T> & $brand<Brand>>>;\nexport declare class $ZodAsyncError extends Error {\n constructor();\n}\nexport declare class $ZodEncodeError extends Error {\n constructor(name: string);\n}\nexport type input<T> = T extends {\n _zod: {\n input: any;\n };\n} ? T[\"_zod\"][\"input\"] : unknown;\nexport type output<T> = T extends {\n _zod: {\n output: any;\n };\n} ? T[\"_zod\"][\"output\"] : unknown;\nexport type { output as infer };\nexport interface $ZodConfig {\n /** Custom error map. Overrides `config().localeError`. */\n customError?: errors.$ZodErrorMap | undefined;\n /** Localized error map. Lowest priority. */\n localeError?: errors.$ZodErrorMap | undefined;\n /** Disable JIT schema compilation. Useful in environments that disallow `eval`. */\n jitless?: boolean | undefined;\n}\nexport declare const globalConfig: $ZodConfig;\nexport declare function config(newConfig?: Partial<$ZodConfig>): $ZodConfig;\n"],"x_google_ignoreList":[0],"mappings":";;;;KAGKG,QAAAA;EAAAA,IAAAA,EAAAA;IAMYC,GAAAA,EAAAA,GAAAA;IAAuBD,CAAAA,CAAAA,EAAAA,MAAAA,CAAAA,EAAAA,GAAAA;EAAcE,CAAAA;CACxCC;AAAID,UADDD,YACCC,CAAAA,UADsBF,QACtBE,EAAAA,IADoCA,CACpCA,CAAAA,MAAAA,CAAAA,CAAAA,KAAAA,CAAAA,CAAAA,CAAAA;EACHA,KAAAA,GAAAA,EADDC,CACCD,CAAAA,EADGA,CACHA;EAAQC,IAAAA,CAAAA,IAAAA,EAARD,CAAQC,EAAAA,GAAAA,EAAAA,CAAAA,CAAAA,EAAAA,QAAAA,IAAAA,IAAoBD,CAApBC;;AAIwBH,iBAAvBC,YAAuBD,CAAAA,UAAAA,QAAAA,EAAAA,IAAcE,CAAdF,CAAAA,MAAAA,CAAAA,CAAAA,KAAAA,CAAAA,CAAAA,CAAAA,IAAAA,EAAAA,MAAAA,EAAAA,WAAAA,EAAAA,CAAAA,IAAAA,EAAkEE,CAAlEF,EAAAA,GAAAA,EAA0EG,CAA1EH,EAAAA,GAAAA,IAAAA,EAAAA,MAAkEE,CAAlEF,EAAAA;EAAcE,MAAAA,CAAAA,EAAAA,OACzCH,KADyCG;CAAoDA,CAAAA,EAE7GD,YAF6GC,CAEhGA,CAFgGA,EAE7FC,CAF6FD,CAAAA;AAAQC,cAGpGE,MAHoGF,EAAAA,OAAAA,MAAAA;AACrGJ,KAGRM,MAHQN,CAAAA,UAAAA,MAAAA,GAAAA,MAAAA,GAAAA,MAAAA,GAAAA,MAAAA,GAAAA,MAAAA,GAAAA,MAAAA,CAAAA,GAAAA;EACHG,CAGZG,MAAAA,CAHYH,EAAAA,QAIHA,CAJMC,GAAAA,IAAAA,EAAhBF;CAAY;AACKI,KAMTC,WAN8B,CAAA,UAMRR,QANQ,EAAA,cAAA,MAAA,GAAA,MAAA,GAAA,MAAA,CAAA,GAMoDI,CANpD,GAMwDQ,MANxD,CAAA,MAAA,EAMuEA,MANvE,CAAA,QAAA,EAMwFD,MANxF,CAM+FP,CAN/F,CAAA,GAMoGG,MANpG,CAM2GE,KAN3G,CAAA,CAAA,CAAA;AAM2GA,KAOzIO,KAPyIP,CAAAA,CAAAA,CAAAA,GAO9HL,CAP8HK,SAAAA;EAAPF,IAAAA,EAAAA;IAA7BK,KAAAA,EAAAA,GAAAA;EAAfA,CAAAA;CAAM,GAWpGR,CAXoG,CAAA,MAAA,CAAA,CAAA,OAAA,CAAA,GAAA,OAAA;AAO5FY,KAKAL,MALK,CAAA,CAAAP,CAAAA,GAKOA,CALPA,SAIZ;EACOO,IAAAA,EAAAA;;;IAIRP"}
package/errors.d.ts DELETED
@@ -1,130 +0,0 @@
1
- import { Flatten, MakePartial, Primitive } from "./util.js";
2
- import { $ZodType } from "./schemas.js";
3
- import { $ZodCheck, $ZodStringFormats } from "./checks.js";
4
- import { $constructor } from "./core.js";
5
-
6
- //#region ../../node_modules/.bun/zod@4.2.1/node_modules/zod/v4/core/errors.d.cts
7
- interface $ZodIssueBase {
8
- readonly code?: string;
9
- readonly input?: unknown;
10
- readonly path: PropertyKey[];
11
- readonly message: string;
12
- }
13
- interface $ZodIssueInvalidType<Input = unknown> extends $ZodIssueBase {
14
- readonly code: "invalid_type";
15
- readonly expected: $ZodType["_zod"]["def"]["type"];
16
- readonly input?: Input;
17
- }
18
- interface $ZodIssueTooBig<Input = unknown> extends $ZodIssueBase {
19
- readonly code: "too_big";
20
- readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
21
- readonly maximum: number | bigint;
22
- readonly inclusive?: boolean;
23
- readonly exact?: boolean;
24
- readonly input?: Input;
25
- }
26
- interface $ZodIssueTooSmall<Input = unknown> extends $ZodIssueBase {
27
- readonly code: "too_small";
28
- readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
29
- readonly minimum: number | bigint;
30
- /** True if the allowable range includes the minimum */
31
- readonly inclusive?: boolean;
32
- /** True if the allowed value is fixed (e.g.` z.length(5)`), not a range (`z.minLength(5)`) */
33
- readonly exact?: boolean;
34
- readonly input?: Input;
35
- }
36
- interface $ZodIssueInvalidStringFormat extends $ZodIssueBase {
37
- readonly code: "invalid_format";
38
- readonly format: $ZodStringFormats | (string & {});
39
- readonly pattern?: string;
40
- readonly input?: string;
41
- }
42
- interface $ZodIssueNotMultipleOf<Input extends number | bigint = number | bigint> extends $ZodIssueBase {
43
- readonly code: "not_multiple_of";
44
- readonly divisor: number;
45
- readonly input?: Input;
46
- }
47
- interface $ZodIssueUnrecognizedKeys extends $ZodIssueBase {
48
- readonly code: "unrecognized_keys";
49
- readonly keys: string[];
50
- readonly input?: Record<string, unknown>;
51
- }
52
- interface $ZodIssueInvalidUnionNoMatch extends $ZodIssueBase {
53
- readonly code: "invalid_union";
54
- readonly errors: $ZodIssue[][];
55
- readonly input?: unknown;
56
- readonly discriminator?: string | undefined;
57
- readonly inclusive?: true;
58
- }
59
- interface $ZodIssueInvalidUnionMultipleMatch extends $ZodIssueBase {
60
- readonly code: "invalid_union";
61
- readonly errors: [];
62
- readonly input?: unknown;
63
- readonly discriminator?: string | undefined;
64
- readonly inclusive: false;
65
- }
66
- type $ZodIssueInvalidUnion = $ZodIssueInvalidUnionNoMatch | $ZodIssueInvalidUnionMultipleMatch;
67
- interface $ZodIssueInvalidKey<Input = unknown> extends $ZodIssueBase {
68
- readonly code: "invalid_key";
69
- readonly origin: "map" | "record";
70
- readonly issues: $ZodIssue[];
71
- readonly input?: Input;
72
- }
73
- interface $ZodIssueInvalidElement<Input = unknown> extends $ZodIssueBase {
74
- readonly code: "invalid_element";
75
- readonly origin: "map" | "set";
76
- readonly key: unknown;
77
- readonly issues: $ZodIssue[];
78
- readonly input?: Input;
79
- }
80
- interface $ZodIssueInvalidValue<Input = unknown> extends $ZodIssueBase {
81
- readonly code: "invalid_value";
82
- readonly values: Primitive[];
83
- readonly input?: Input;
84
- }
85
- interface $ZodIssueCustom extends $ZodIssueBase {
86
- readonly code: "custom";
87
- readonly params?: Record<string, any> | undefined;
88
- readonly input?: unknown;
89
- }
90
- type $ZodIssue = $ZodIssueInvalidType | $ZodIssueTooBig | $ZodIssueTooSmall | $ZodIssueInvalidStringFormat | $ZodIssueNotMultipleOf | $ZodIssueUnrecognizedKeys | $ZodIssueInvalidUnion | $ZodIssueInvalidKey | $ZodIssueInvalidElement | $ZodIssueInvalidValue | $ZodIssueCustom;
91
- type $ZodInternalIssue<T extends $ZodIssueBase = $ZodIssue> = T extends any ? RawIssue<T> : never;
92
- type RawIssue<T extends $ZodIssueBase> = T extends any ? Flatten<MakePartial<T, "message" | "path"> & {
93
- /** The input data */
94
- readonly input: unknown;
95
- /** The schema or check that originated this issue. */
96
- readonly inst?: $ZodType | $ZodCheck;
97
- /** If `true`, Zod will continue executing checks/refinements after this issue. */
98
- readonly continue?: boolean | undefined;
99
- } & Record<string, unknown>> : never;
100
- type $ZodRawIssue<T extends $ZodIssueBase = $ZodIssue> = $ZodInternalIssue<T>;
101
- interface $ZodErrorMap<T extends $ZodIssueBase = $ZodIssue> {
102
- (issue: $ZodRawIssue<T>): {
103
- message: string;
104
- } | string | undefined | null;
105
- }
106
- interface $ZodError<T = unknown> extends Error {
107
- type: T;
108
- issues: $ZodIssue[];
109
- _zod: {
110
- output: T;
111
- def: $ZodIssue[];
112
- };
113
- stack?: string;
114
- name: string;
115
- }
116
- declare const $ZodError: $constructor<$ZodError>;
117
- type $ZodFlattenedError<T, U = string> = _FlattenedError<T, U>;
118
- type _FlattenedError<T, U = string> = {
119
- formErrors: U[];
120
- fieldErrors: { [P in keyof T]?: U[] };
121
- };
122
- type _ZodFormattedError<T, U = string> = T extends [any, ...any[]] ? { [K in keyof T]?: $ZodFormattedError<T[K], U> } : T extends any[] ? {
123
- [k: number]: $ZodFormattedError<T[number], U>;
124
- } : T extends object ? Flatten<{ [K in keyof T]?: $ZodFormattedError<T[K], U> }> : any;
125
- type $ZodFormattedError<T, U = string> = {
126
- _errors: U[];
127
- } & Flatten<_ZodFormattedError<T, U>>;
128
- //#endregion
129
- export { $ZodError, $ZodErrorMap, $ZodFlattenedError, $ZodFormattedError, $ZodIssue, $ZodIssueBase, $ZodIssueInvalidElement, $ZodIssueInvalidKey, $ZodIssueInvalidStringFormat, $ZodIssueInvalidType, $ZodIssueInvalidUnion, $ZodIssueInvalidValue, $ZodIssueNotMultipleOf, $ZodIssueTooBig, $ZodIssueTooSmall, $ZodIssueUnrecognizedKeys, $ZodRawIssue };
130
- //# sourceMappingURL=errors.d.ts.map
package/errors.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"errors.d.ts","names":["$ZodCheck","$ZodStringFormats","$constructor","$ZodType","StandardSchemaV1","util","$ZodIssueBase","PropertyKey","$ZodIssueInvalidType","Input","$ZodIssueTooBig","$ZodIssueTooSmall","$ZodIssueInvalidStringFormat","$ZodIssueNotMultipleOf","$ZodIssueUnrecognizedKeys","Record","$ZodIssueInvalidUnionNoMatch","$ZodIssue","$ZodIssueInvalidUnionMultipleMatch","$ZodIssueInvalidUnion","$ZodIssueInvalidKey","$ZodIssueInvalidElement","$ZodIssueInvalidValue","Primitive","$ZodIssueCustom","$ZodIssueStringCommonFormats","Exclude","$ZodIssueStringInvalidRegex","$ZodIssueStringInvalidJWT","$ZodIssueStringStartsWith","$ZodIssueStringEndsWith","$ZodIssueStringIncludes","$ZodStringFormatIssues","$ZodIssueCode","$ZodInternalIssue","T","RawIssue","MakePartial","Flatten","$ZodRawIssue","$ZodErrorMap","$ZodError","Error","$ZodRealError","$ZodFlattenedError","U","_FlattenedError","flattenError","_ZodFormattedError","K","$ZodFormattedError","formatError","$ZodErrorTree","Array","treeifyError","toDotPath","PathSegment","prettifyError","FailureResult"],"sources":["../../../node_modules/.bun/zod@4.2.1/node_modules/zod/v4/core/errors.d.cts"],"sourcesContent":["import type { $ZodCheck, $ZodStringFormats } from \"./checks.cjs\";\nimport { $constructor } from \"./core.cjs\";\nimport type { $ZodType } from \"./schemas.cjs\";\nimport type { StandardSchemaV1 } from \"./standard-schema.cjs\";\nimport * as util from \"./util.cjs\";\nexport interface $ZodIssueBase {\n readonly code?: string;\n readonly input?: unknown;\n readonly path: PropertyKey[];\n readonly message: string;\n}\nexport interface $ZodIssueInvalidType<Input = unknown> extends $ZodIssueBase {\n readonly code: \"invalid_type\";\n readonly expected: $ZodType[\"_zod\"][\"def\"][\"type\"];\n readonly input?: Input;\n}\nexport interface $ZodIssueTooBig<Input = unknown> extends $ZodIssueBase {\n readonly code: \"too_big\";\n readonly origin: \"number\" | \"int\" | \"bigint\" | \"date\" | \"string\" | \"array\" | \"set\" | \"file\" | (string & {});\n readonly maximum: number | bigint;\n readonly inclusive?: boolean;\n readonly exact?: boolean;\n readonly input?: Input;\n}\nexport interface $ZodIssueTooSmall<Input = unknown> extends $ZodIssueBase {\n readonly code: \"too_small\";\n readonly origin: \"number\" | \"int\" | \"bigint\" | \"date\" | \"string\" | \"array\" | \"set\" | \"file\" | (string & {});\n readonly minimum: number | bigint;\n /** True if the allowable range includes the minimum */\n readonly inclusive?: boolean;\n /** True if the allowed value is fixed (e.g.` z.length(5)`), not a range (`z.minLength(5)`) */\n readonly exact?: boolean;\n readonly input?: Input;\n}\nexport interface $ZodIssueInvalidStringFormat extends $ZodIssueBase {\n readonly code: \"invalid_format\";\n readonly format: $ZodStringFormats | (string & {});\n readonly pattern?: string;\n readonly input?: string;\n}\nexport interface $ZodIssueNotMultipleOf<Input extends number | bigint = number | bigint> extends $ZodIssueBase {\n readonly code: \"not_multiple_of\";\n readonly divisor: number;\n readonly input?: Input;\n}\nexport interface $ZodIssueUnrecognizedKeys extends $ZodIssueBase {\n readonly code: \"unrecognized_keys\";\n readonly keys: string[];\n readonly input?: Record<string, unknown>;\n}\ninterface $ZodIssueInvalidUnionNoMatch extends $ZodIssueBase {\n readonly code: \"invalid_union\";\n readonly errors: $ZodIssue[][];\n readonly input?: unknown;\n readonly discriminator?: string | undefined;\n readonly inclusive?: true;\n}\ninterface $ZodIssueInvalidUnionMultipleMatch extends $ZodIssueBase {\n readonly code: \"invalid_union\";\n readonly errors: [];\n readonly input?: unknown;\n readonly discriminator?: string | undefined;\n readonly inclusive: false;\n}\nexport type $ZodIssueInvalidUnion = $ZodIssueInvalidUnionNoMatch | $ZodIssueInvalidUnionMultipleMatch;\nexport interface $ZodIssueInvalidKey<Input = unknown> extends $ZodIssueBase {\n readonly code: \"invalid_key\";\n readonly origin: \"map\" | \"record\";\n readonly issues: $ZodIssue[];\n readonly input?: Input;\n}\nexport interface $ZodIssueInvalidElement<Input = unknown> extends $ZodIssueBase {\n readonly code: \"invalid_element\";\n readonly origin: \"map\" | \"set\";\n readonly key: unknown;\n readonly issues: $ZodIssue[];\n readonly input?: Input;\n}\nexport interface $ZodIssueInvalidValue<Input = unknown> extends $ZodIssueBase {\n readonly code: \"invalid_value\";\n readonly values: util.Primitive[];\n readonly input?: Input;\n}\nexport interface $ZodIssueCustom extends $ZodIssueBase {\n readonly code: \"custom\";\n readonly params?: Record<string, any> | undefined;\n readonly input?: unknown;\n}\nexport interface $ZodIssueStringCommonFormats extends $ZodIssueInvalidStringFormat {\n format: Exclude<$ZodStringFormats, \"regex\" | \"jwt\" | \"starts_with\" | \"ends_with\" | \"includes\">;\n}\nexport interface $ZodIssueStringInvalidRegex extends $ZodIssueInvalidStringFormat {\n format: \"regex\";\n pattern: string;\n}\nexport interface $ZodIssueStringInvalidJWT extends $ZodIssueInvalidStringFormat {\n format: \"jwt\";\n algorithm?: string;\n}\nexport interface $ZodIssueStringStartsWith extends $ZodIssueInvalidStringFormat {\n format: \"starts_with\";\n prefix: string;\n}\nexport interface $ZodIssueStringEndsWith extends $ZodIssueInvalidStringFormat {\n format: \"ends_with\";\n suffix: string;\n}\nexport interface $ZodIssueStringIncludes extends $ZodIssueInvalidStringFormat {\n format: \"includes\";\n includes: string;\n}\nexport type $ZodStringFormatIssues = $ZodIssueStringCommonFormats | $ZodIssueStringInvalidRegex | $ZodIssueStringInvalidJWT | $ZodIssueStringStartsWith | $ZodIssueStringEndsWith | $ZodIssueStringIncludes;\nexport type $ZodIssue = $ZodIssueInvalidType | $ZodIssueTooBig | $ZodIssueTooSmall | $ZodIssueInvalidStringFormat | $ZodIssueNotMultipleOf | $ZodIssueUnrecognizedKeys | $ZodIssueInvalidUnion | $ZodIssueInvalidKey | $ZodIssueInvalidElement | $ZodIssueInvalidValue | $ZodIssueCustom;\nexport type $ZodIssueCode = $ZodIssue[\"code\"];\nexport type $ZodInternalIssue<T extends $ZodIssueBase = $ZodIssue> = T extends any ? RawIssue<T> : never;\ntype RawIssue<T extends $ZodIssueBase> = T extends any ? util.Flatten<util.MakePartial<T, \"message\" | \"path\"> & {\n /** The input data */\n readonly input: unknown;\n /** The schema or check that originated this issue. */\n readonly inst?: $ZodType | $ZodCheck;\n /** If `true`, Zod will continue executing checks/refinements after this issue. */\n readonly continue?: boolean | undefined;\n} & Record<string, unknown>> : never;\nexport type $ZodRawIssue<T extends $ZodIssueBase = $ZodIssue> = $ZodInternalIssue<T>;\nexport interface $ZodErrorMap<T extends $ZodIssueBase = $ZodIssue> {\n (issue: $ZodRawIssue<T>): {\n message: string;\n } | string | undefined | null;\n}\nexport interface $ZodError<T = unknown> extends Error {\n type: T;\n issues: $ZodIssue[];\n _zod: {\n output: T;\n def: $ZodIssue[];\n };\n stack?: string;\n name: string;\n}\nexport declare const $ZodError: $constructor<$ZodError>;\ninterface $ZodRealError<T = any> extends $ZodError<T> {\n}\nexport declare const $ZodRealError: $constructor<$ZodRealError>;\nexport type $ZodFlattenedError<T, U = string> = _FlattenedError<T, U>;\ntype _FlattenedError<T, U = string> = {\n formErrors: U[];\n fieldErrors: {\n [P in keyof T]?: U[];\n };\n};\nexport declare function flattenError<T>(error: $ZodError<T>): _FlattenedError<T>;\nexport declare function flattenError<T, U>(error: $ZodError<T>, mapper?: (issue: $ZodIssue) => U): _FlattenedError<T, U>;\ntype _ZodFormattedError<T, U = string> = T extends [any, ...any[]] ? {\n [K in keyof T]?: $ZodFormattedError<T[K], U>;\n} : T extends any[] ? {\n [k: number]: $ZodFormattedError<T[number], U>;\n} : T extends object ? util.Flatten<{\n [K in keyof T]?: $ZodFormattedError<T[K], U>;\n}> : any;\nexport type $ZodFormattedError<T, U = string> = {\n _errors: U[];\n} & util.Flatten<_ZodFormattedError<T, U>>;\nexport declare function formatError<T>(error: $ZodError<T>): $ZodFormattedError<T>;\nexport declare function formatError<T, U>(error: $ZodError<T>, mapper?: (issue: $ZodIssue) => U): $ZodFormattedError<T, U>;\nexport type $ZodErrorTree<T, U = string> = T extends util.Primitive ? {\n errors: U[];\n} : T extends [any, ...any[]] ? {\n errors: U[];\n items?: {\n [K in keyof T]?: $ZodErrorTree<T[K], U>;\n };\n} : T extends any[] ? {\n errors: U[];\n items?: Array<$ZodErrorTree<T[number], U>>;\n} : T extends object ? {\n errors: U[];\n properties?: {\n [K in keyof T]?: $ZodErrorTree<T[K], U>;\n };\n} : {\n errors: U[];\n};\nexport declare function treeifyError<T>(error: $ZodError<T>): $ZodErrorTree<T>;\nexport declare function treeifyError<T, U>(error: $ZodError<T>, mapper?: (issue: $ZodIssue) => U): $ZodErrorTree<T, U>;\n/** Format a ZodError as a human-readable string in the following form.\n *\n * From\n *\n * ```ts\n * ZodError {\n * issues: [\n * {\n * expected: 'string',\n * code: 'invalid_type',\n * path: [ 'username' ],\n * message: 'Invalid input: expected string'\n * },\n * {\n * expected: 'number',\n * code: 'invalid_type',\n * path: [ 'favoriteNumbers', 1 ],\n * message: 'Invalid input: expected number'\n * }\n * ];\n * }\n * ```\n *\n * to\n *\n * ```\n * username\n * ✖ Expected number, received string at \"username\n * favoriteNumbers[0]\n * ✖ Invalid input: expected number\n * ```\n */\nexport declare function toDotPath(_path: readonly (string | number | symbol | StandardSchemaV1.PathSegment)[]): string;\nexport declare function prettifyError(error: StandardSchemaV1.FailureResult): string;\nexport {};\n"],"x_google_ignoreList":[0],"mappings":"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"}
package/errors2.d.ts DELETED
@@ -1,24 +0,0 @@
1
- import { $ZodError, $ZodErrorMap, $ZodFlattenedError, $ZodFormattedError, $ZodIssue } from "./errors.js";
2
- import { $constructor } from "./core.js";
3
-
4
- //#region ../../node_modules/.bun/zod@4.2.1/node_modules/zod/v4/classic/errors.d.cts
5
-
6
- /** An Error-like class used to store Zod validation issues. */
7
- interface ZodError<T = unknown> extends $ZodError<T> {
8
- /** @deprecated Use the `z.treeifyError(err)` function instead. */
9
- format(): $ZodFormattedError<T>;
10
- format<U>(mapper: (issue: $ZodIssue) => U): $ZodFormattedError<T, U>;
11
- /** @deprecated Use the `z.treeifyError(err)` function instead. */
12
- flatten(): $ZodFlattenedError<T>;
13
- flatten<U>(mapper: (issue: $ZodIssue) => U): $ZodFlattenedError<T, U>;
14
- /** @deprecated Push directly to `.issues` instead. */
15
- addIssue(issue: $ZodIssue): void;
16
- /** @deprecated Push directly to `.issues` instead. */
17
- addIssues(issues: $ZodIssue[]): void;
18
- /** @deprecated Check `err.issues.length === 0` instead. */
19
- isEmpty: boolean;
20
- }
21
- declare const ZodError: $constructor<ZodError>;
22
- //#endregion
23
- export { ZodError };
24
- //# sourceMappingURL=errors2.d.ts.map
package/errors2.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"errors2.d.ts","names":["core","$ZodError","ZodIssue","$ZodIssue","ZodError","U","T","$ZodFormattedError","$ZodFlattenedError","$constructor","ZodRealError","ZodFlattenedError","ZodFormattedError","$ZodErrorMap","ZodErrorMap","IssueData","$ZodRawIssue"],"sources":["../../../node_modules/.bun/zod@4.2.1/node_modules/zod/v4/classic/errors.d.cts"],"sourcesContent":["import * as core from \"../core/index.cjs\";\nimport { $ZodError } from \"../core/index.cjs\";\n/** @deprecated Use `z.core.$ZodIssue` from `@zod/core` instead, especially if you are building a library on top of Zod. */\nexport type ZodIssue = core.$ZodIssue;\n/** An Error-like class used to store Zod validation issues. */\nexport interface ZodError<T = unknown> extends $ZodError<T> {\n /** @deprecated Use the `z.treeifyError(err)` function instead. */\n format(): core.$ZodFormattedError<T>;\n format<U>(mapper: (issue: core.$ZodIssue) => U): core.$ZodFormattedError<T, U>;\n /** @deprecated Use the `z.treeifyError(err)` function instead. */\n flatten(): core.$ZodFlattenedError<T>;\n flatten<U>(mapper: (issue: core.$ZodIssue) => U): core.$ZodFlattenedError<T, U>;\n /** @deprecated Push directly to `.issues` instead. */\n addIssue(issue: core.$ZodIssue): void;\n /** @deprecated Push directly to `.issues` instead. */\n addIssues(issues: core.$ZodIssue[]): void;\n /** @deprecated Check `err.issues.length === 0` instead. */\n isEmpty: boolean;\n}\nexport declare const ZodError: core.$constructor<ZodError>;\nexport declare const ZodRealError: core.$constructor<ZodError>;\nexport type { \n/** @deprecated Use `z.core.$ZodFlattenedError` instead. */\n$ZodFlattenedError as ZodFlattenedError, \n/** @deprecated Use `z.core.$ZodFormattedError` instead. */\n$ZodFormattedError as ZodFormattedError, \n/** @deprecated Use `z.core.$ZodErrorMap` instead. */\n$ZodErrorMap as ZodErrorMap, } from \"../core/index.cjs\";\n/** @deprecated Use `z.core.$ZodRawIssue` instead. */\nexport type IssueData = core.$ZodRawIssue;\n"],"x_google_ignoreList":[0],"mappings":";;;;;AAKA;AAAyDM,UAAxCF,QAAwCE,CAAAA,IAAAA,OAAAA,CAAAA,SAAVL,SAAUK,CAAAA,CAAAA,CAAAA,CAAAA;EAEnBA;EAAxBN,MAAAA,EAAAA,EAAAA,kBAAAA,CAAwBM,CAAxBN,CAAAA;EACgBA,MAAAA,CAAAA,CAAAA,CAAAA,CAAAA,MAAAA,EAAAA,CAAAA,KAAAA,EAAAA,SAAAA,EAAAA,GAAmBK,CAAnBL,CAAAA,EAAuBA,kBAAvBA,CAA+CM,CAA/CN,EAAkDK,CAAlDL,CAAAA;EAAmBK;EAA4BC,OAAAA,EAAAA,EAE9DN,kBAF8DM,CAEtCA,CAFsCA,CAAAA;EAAGD,OAAAA,CAAAA,CAAAA,CAAAA,CAAAA,MAAAA,EAAAA,CAAAA,KAAAA,EAGjDL,SAHiDK,EAAAA,GAG9BA,CAH8BA,CAAAA,EAG1BL,kBAH0BK,CAGFC,CAHED,EAGCA,CAHDA,CAAAA;EAA3BL;EAEdM,QAAAA,CAAAA,KAAAA,EAGnBN,SAHmBM,CAAAA,EAAAA,IAAAA;EAAxBN;EACgBA,SAAAA,CAAAA,MAAAA,EAITA,SAJSA,EAAAA,CAAAA,EAAAA,IAAAA;EAAmBK;EAA4BC,OAAAA,EAAAA,OAAAA;;AAAxBN,cAQjCI,QARiCJ,EAQvBA,YARuBA,CAQLI,QARKJ,CAAAA"}
package/index2.d.ts DELETED
@@ -1,4 +0,0 @@
1
- import { ZodOpenAPIMetadata } from "./zod-extensions.js";
2
- import "./metadata.js";
3
- import "./openapi-generator2.js";
4
- import "./openapi-generator3.js";
package/index3.d.ts DELETED
@@ -1 +0,0 @@
1
- import "./index2.js";
package/json-schema.d.ts DELETED
@@ -1,70 +0,0 @@
1
- //#region ../../node_modules/.bun/zod@4.2.1/node_modules/zod/v4/core/json-schema.d.cts
2
- type _JSONSchema = boolean | JSONSchema;
3
- type JSONSchema = {
4
- [k: string]: unknown;
5
- $schema?: "https://json-schema.org/draft/2020-12/schema" | "http://json-schema.org/draft-07/schema#" | "http://json-schema.org/draft-04/schema#";
6
- $id?: string;
7
- $anchor?: string;
8
- $ref?: string;
9
- $dynamicRef?: string;
10
- $dynamicAnchor?: string;
11
- $vocabulary?: Record<string, boolean>;
12
- $comment?: string;
13
- $defs?: Record<string, JSONSchema>;
14
- type?: "object" | "array" | "string" | "number" | "boolean" | "null" | "integer";
15
- additionalItems?: _JSONSchema;
16
- unevaluatedItems?: _JSONSchema;
17
- prefixItems?: _JSONSchema[];
18
- items?: _JSONSchema | _JSONSchema[];
19
- contains?: _JSONSchema;
20
- additionalProperties?: _JSONSchema;
21
- unevaluatedProperties?: _JSONSchema;
22
- properties?: Record<string, _JSONSchema>;
23
- patternProperties?: Record<string, _JSONSchema>;
24
- dependentSchemas?: Record<string, _JSONSchema>;
25
- propertyNames?: _JSONSchema;
26
- if?: _JSONSchema;
27
- then?: _JSONSchema;
28
- else?: _JSONSchema;
29
- allOf?: JSONSchema[];
30
- anyOf?: JSONSchema[];
31
- oneOf?: JSONSchema[];
32
- not?: _JSONSchema;
33
- multipleOf?: number;
34
- maximum?: number;
35
- exclusiveMaximum?: number | boolean;
36
- minimum?: number;
37
- exclusiveMinimum?: number | boolean;
38
- maxLength?: number;
39
- minLength?: number;
40
- pattern?: string;
41
- maxItems?: number;
42
- minItems?: number;
43
- uniqueItems?: boolean;
44
- maxContains?: number;
45
- minContains?: number;
46
- maxProperties?: number;
47
- minProperties?: number;
48
- required?: string[];
49
- dependentRequired?: Record<string, string[]>;
50
- enum?: Array<string | number | boolean | null>;
51
- const?: string | number | boolean | null;
52
- id?: string;
53
- title?: string;
54
- description?: string;
55
- default?: unknown;
56
- deprecated?: boolean;
57
- readOnly?: boolean;
58
- writeOnly?: boolean;
59
- nullable?: boolean;
60
- examples?: unknown[];
61
- format?: string;
62
- contentMediaType?: string;
63
- contentEncoding?: string;
64
- contentSchema?: JSONSchema;
65
- _prefault?: unknown;
66
- };
67
- type BaseSchema = JSONSchema;
68
- //#endregion
69
- export { BaseSchema };
70
- //# sourceMappingURL=json-schema.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"json-schema.d.ts","names":["Schema","ObjectSchema","ArraySchema","StringSchema","NumberSchema","IntegerSchema","BooleanSchema","NullSchema","_JSONSchema","JSONSchema","Record","Array","BaseSchema"],"sources":["../../../node_modules/.bun/zod@4.2.1/node_modules/zod/v4/core/json-schema.d.cts"],"sourcesContent":["export type Schema = ObjectSchema | ArraySchema | StringSchema | NumberSchema | IntegerSchema | BooleanSchema | NullSchema;\nexport type _JSONSchema = boolean | JSONSchema;\nexport type JSONSchema = {\n [k: string]: unknown;\n $schema?: \"https://json-schema.org/draft/2020-12/schema\" | \"http://json-schema.org/draft-07/schema#\" | \"http://json-schema.org/draft-04/schema#\";\n $id?: string;\n $anchor?: string;\n $ref?: string;\n $dynamicRef?: string;\n $dynamicAnchor?: string;\n $vocabulary?: Record<string, boolean>;\n $comment?: string;\n $defs?: Record<string, JSONSchema>;\n type?: \"object\" | \"array\" | \"string\" | \"number\" | \"boolean\" | \"null\" | \"integer\";\n additionalItems?: _JSONSchema;\n unevaluatedItems?: _JSONSchema;\n prefixItems?: _JSONSchema[];\n items?: _JSONSchema | _JSONSchema[];\n contains?: _JSONSchema;\n additionalProperties?: _JSONSchema;\n unevaluatedProperties?: _JSONSchema;\n properties?: Record<string, _JSONSchema>;\n patternProperties?: Record<string, _JSONSchema>;\n dependentSchemas?: Record<string, _JSONSchema>;\n propertyNames?: _JSONSchema;\n if?: _JSONSchema;\n then?: _JSONSchema;\n else?: _JSONSchema;\n allOf?: JSONSchema[];\n anyOf?: JSONSchema[];\n oneOf?: JSONSchema[];\n not?: _JSONSchema;\n multipleOf?: number;\n maximum?: number;\n exclusiveMaximum?: number | boolean;\n minimum?: number;\n exclusiveMinimum?: number | boolean;\n maxLength?: number;\n minLength?: number;\n pattern?: string;\n maxItems?: number;\n minItems?: number;\n uniqueItems?: boolean;\n maxContains?: number;\n minContains?: number;\n maxProperties?: number;\n minProperties?: number;\n required?: string[];\n dependentRequired?: Record<string, string[]>;\n enum?: Array<string | number | boolean | null>;\n const?: string | number | boolean | null;\n id?: string;\n title?: string;\n description?: string;\n default?: unknown;\n deprecated?: boolean;\n readOnly?: boolean;\n writeOnly?: boolean;\n nullable?: boolean;\n examples?: unknown[];\n format?: string;\n contentMediaType?: string;\n contentEncoding?: string;\n contentSchema?: JSONSchema;\n _prefault?: unknown;\n};\nexport type BaseSchema = JSONSchema;\nexport interface ObjectSchema extends JSONSchema {\n type: \"object\";\n}\nexport interface ArraySchema extends JSONSchema {\n type: \"array\";\n}\nexport interface StringSchema extends JSONSchema {\n type: \"string\";\n}\nexport interface NumberSchema extends JSONSchema {\n type: \"number\";\n}\nexport interface IntegerSchema extends JSONSchema {\n type: \"integer\";\n}\nexport interface BooleanSchema extends JSONSchema {\n type: \"boolean\";\n}\nexport interface NullSchema extends JSONSchema {\n type: \"null\";\n}\n"],"x_google_ignoreList":[0],"mappings":";AACYQ,KAAAA,WAAAA,GAAW,OAAaC,GAAAA,UAAU;AAClCA,KAAAA,UAAAA,GAAU;EAQJC,CAAAA,CAAAA,EAAAA,MAAAA,CAAAA,EAAAA,OAAAA;EAESD,OAAAA,CAAAA,EAAAA,8CAAAA,GAAAA,yCAAAA,GAAAA,yCAAAA;EAAfC,GAAAA,CAAAA,EAAAA,MAAAA;EAEUF,OAAAA,CAAAA,EAAAA,MAAAA;EACCA,IAAAA,CAAAA,EAAAA,MAAAA;EACLA,WAAAA,CAAAA,EAAAA,MAAAA;EACNA,cAAAA,CAAAA,EAAAA,MAAAA;EAAcA,WAAAA,CAAAA,EAPRE,MAOQF,CAAAA,MAAAA,EAAAA,OAAAA,CAAAA;EACXA,QAAAA,CAAAA,EAAAA,MAAAA;EACYA,KAAAA,CAAAA,EAPfE,MAOeF,CAAAA,MAAAA,EAPAC,UAOAD,CAAAA;EACCA,IAAAA,CAAAA,EAAAA,QAAAA,GAAAA,OAAAA,GAAAA,QAAAA,GAAAA,QAAAA,GAAAA,SAAAA,GAAAA,MAAAA,GAAAA,SAAAA;EACIA,eAAAA,CAAAA,EAPVA,WAOUA;EAAfE,gBAAAA,CAAAA,EANMF,WAMNE;EACsBF,WAAAA,CAAAA,EANrBA,WAMqBA,EAAAA;EAAfE,KAAAA,CAAAA,EALZF,WAKYE,GALEF,WAKFE,EAAAA;EACcF,QAAAA,CAAAA,EALvBA,WAKuBA;EAAfE,oBAAAA,CAAAA,EAJIF,WAIJE;EACHF,qBAAAA,CAAAA,EAJQA,WAIRA;EACXA,UAAAA,CAAAA,EAJQE,MAIRF,CAAAA,MAAAA,EAJuBA,WAIvBA,CAAAA;EACEA,iBAAAA,CAAAA,EAJaE,MAIbF,CAAAA,MAAAA,EAJ4BA,WAI5BA,CAAAA;EACAA,gBAAAA,CAAAA,EAJYE,MAIZF,CAAAA,MAAAA,EAJ2BA,WAI3BA,CAAAA;EACCC,aAAAA,CAAAA,EAJQD,WAIRC;EACAA,EAAAA,CAAAA,EAJHD,WAIGC;EACAA,IAAAA,CAAAA,EAJDD,WAICC;EACFD,IAAAA,CAAAA,EAJCA,WAIDA;EAiBcE,KAAAA,CAAAA,EApBZD,UAoBYC,EAAAA;EACbC,KAAAA,CAAAA,EApBCF,UAoBDE,EAAAA;EAcSF,KAAAA,CAAAA,EAjCRA,UAiCQA,EAAAA;EAAU,GAAA,CAAA,EAhCpBD,WAgCoB;EAGlBI,UAAAA,CAAAA,EAAU,MAAA;;;;;;;;;;;;;;;;sBAlBEF;SACbC;;;;;;;;;;;;;;kBAcSF;;;KAGRG,UAAAA,GAAaH"}
package/metadata.d.ts DELETED
@@ -1 +0,0 @@
1
- import "./zod-extensions.js";
@@ -1 +0,0 @@
1
- import "./zod-extensions.js";
@@ -1 +0,0 @@
1
- import "./openapi-generator.js";
@@ -1 +0,0 @@
1
- import "./openapi-generator.js";